:root,.dark{--background:264 18% 7%;--foreground:270 20% 97%;--card:262 16% 10%;--card-foreground:270 20% 97%;--popover:262 17% 11%;--popover-foreground:270 20% 97%;--primary:270 90% 70%;--primary-foreground:264 25% 8%;--secondary:263 14% 15%;--secondary-foreground:265 12% 88%;--muted:263 14% 15%;--muted-foreground:264 8% 62%;--accent:270 90% 70%;--accent-foreground:264 25% 8%;--destructive:0 72% 51%;--destructive-foreground:0 0% 100%;--border:264 14% 19%;--input:264 14% 20%;--ring:270 90% 70%;--radius:1rem;--sidebar-background:264 21% 5%;--sidebar-foreground:266 13% 88%;--sidebar-primary:270 90% 70%;--sidebar-primary-foreground:264 25% 8%;--sidebar-accent:263 17% 12%;--sidebar-accent-foreground:270 20% 97%;--sidebar-border:264 15% 15%;--sidebar-ring:270 90% 70%;--font-heading:Inter;--font-body:Inter;--font-display:Inter;--ease-out:cubic-bezier(.23,1,.32,1);--ease-in-out:cubic-bezier(.77,0,.175,1);--ease-drawer:cubic-bezier(.32,.72,0,1);--motion-press:.14s;--motion-feedback:.16s;--motion-surface:.18s;--motion-panel:.22s}.light{--background:270 35% 98%;--foreground:264 22% 13%;--card:0 0% 100%;--card-foreground:264 22% 13%;--popover:0 0% 100%;--popover-foreground:264 22% 13%;--primary:270 78% 61%;--primary-foreground:0 0% 100%;--secondary:270 28% 94%;--secondary-foreground:264 16% 25%;--muted:270 25% 95%;--muted-foreground:264 8% 46%;--accent:270 78% 61%;--accent-foreground:0 0% 100%;--border:268 22% 88%;--input:268 22% 85%;--ring:270 78% 61%;--sidebar-background:270 40% 98%;--sidebar-foreground:264 16% 25%;--sidebar-primary:270 78% 61%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:270 28% 93%;--sidebar-accent-foreground:264 22% 13%;--sidebar-border:268 24% 89%;--sidebar-ring:270 78% 61%;color-scheme:light}*{box-sizing:border-box}html{background:hsl(var(--background));color-scheme:dark}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,sans-serif;font-size:14px}button,input,textarea,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.muted{color:hsl(var(--muted-foreground))}.primary-text{color:hsl(var(--primary))}.red-text{color:#f87171}.amber-text{color:#fbbf24}.blue-text{color:#60a5fa}.purple-text{color:#c084fc}.cyan-text{color:#22d3ee}.orange-text{color:#fb923c}.emerald-text{color:#34d399}.blue-bg{background:#3b82f626}.amber-bg{background:#f59e0b26}.purple-bg{background:#a855f726}.cyan-bg{background:#06b6d426}.orange-bg{background:#f9731626}.emerald-bg{background:#10b98126}.red-bg{background:#ef444426}.blue-dot{background:#60a5fa}.amber-dot{background:#fbbf24}.purple-dot{background:#c084fc}.cyan-dot{background:#22d3ee}.orange-dot{background:#fb923c}.emerald-dot{background:#34d399}.red-dot{background:#f87171}.btn{border:0;border-radius:.7rem;min-height:40px;padding:.62rem .9rem;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;white-space:nowrap;color:hsl(var(--primary-foreground));background:hsl(var(--primary));box-shadow:inset 0 1px #ffffff3d,0 7px 20px hsl(var(--primary)/.12);transition:transform var(--motion-press) var(--ease-out),filter var(--motion-feedback) ease,background-color var(--motion-feedback) ease}.btn:hover{filter:brightness(1.06)}.btn:active{transform:scale(.975)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-outline{background:transparent;border:1px solid hsl(var(--border));color:hsl(var(--foreground));box-shadow:none}.btn-ghost{background:transparent;color:hsl(var(--secondary-foreground));box-shadow:none}.btn-ghost:hover{background:hsl(var(--secondary))}.btn-icon{width:40px;height:40px;padding:0;flex:none}.input{width:100%;min-width:0;background:hsl(var(--background)/.78);border:1px solid hsl(var(--input));color:hsl(var(--foreground));border-radius:.7rem;padding:.72rem .8rem;outline:0;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.input:focus{background:hsl(var(--background));border-color:hsl(var(--ring));box-shadow:0 0 0 3px hsl(var(--ring)/.13)}textarea.input{resize:vertical;min-height:84px}.label{display:block;font-size:.82rem;font-weight:600;margin:0 0 .45rem}.card{background:linear-gradient(145deg,hsl(var(--card)),#16131b);border:1px solid hsl(var(--border));border-radius:1.05rem;padding:1.25rem;box-shadow:0 18px 45px #0604091f;transition:border-color .18s ease,transform .18s var(--ease-out)}.hover-card:hover{border-color:hsl(var(--primary)/.3)}.badge{display:inline-flex;align-items:center;gap:.3rem;border-radius:999px;padding:.25rem .52rem;font-size:.7rem;font-weight:700;white-space:nowrap}.badge-secondary{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.dot{width:8px;height:8px;border-radius:50%}.avatar{display:grid;place-items:center;width:38px;height:38px;flex:none;border-radius:50%;background:hsl(var(--primary)/.13);color:hsl(var(--primary));border:1px solid hsl(var(--primary)/.1);font-weight:800}.page{max-width:1400px;margin:auto;padding:2rem}.page-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:1.5rem;gap:1rem}.page-head h1{font-size:1.8rem;margin:0 0 .35rem;letter-spacing:-.04em}.page-head p{margin:0;color:hsl(var(--muted-foreground))}.section-title{display:flex;align-items:center;gap:.55rem;font-size:1rem;margin:0;font-weight:700}.grid{display:grid;gap:1rem}.row{display:flex;align-items:center;gap:.75rem;min-width:0}.space{justify-content:space-between}.mobile-only{display:none}.sidebar{position:fixed;left:0;top:0;bottom:0;width:256px;background:hsl(var(--sidebar-background));border-right:1px solid hsl(var(--sidebar-border));display:flex;flex-direction:column;padding:1.15rem;z-index:40}.brand{display:flex;align-items:center;gap:.75rem;padding:.4rem .35rem 1.05rem}.brandmark{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,#ff8a34,#ff5100);display:grid;place-items:center;font-weight:900;box-shadow:0 8px 25px #ff6b0030}.brand h2{font-size:1.17rem;margin:0}.brand small{font-size:.64rem;color:hsl(var(--muted-foreground));display:block;margin-top:.15rem}.nav{display:flex;flex-direction:column;gap:.35rem;margin-top:1rem}.nav a,.logout{display:flex;align-items:center;gap:.75rem;border-radius:.65rem;padding:.72rem .8rem;color:hsl(var(--sidebar-foreground));font-weight:550}.nav a:hover,.logout:hover{background:hsl(var(--sidebar-accent))}.nav a.active{background:hsl(var(--primary)/.15);color:hsl(var(--primary))}.logout{margin-top:auto;width:100%;background:transparent;border:0}.content{margin-left:256px;min-height:100vh}.account-wrap{position:relative}.account-button{width:100%;justify-content:space-between;background:hsl(var(--sidebar-accent));border-color:hsl(var(--sidebar-border))}.dropdown{position:absolute;left:0;right:0;top:calc(100% + 8px);z-index:60;background:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:.75rem;padding:.4rem;box-shadow:0 18px 48px #0008}.account-row{width:100%;display:flex;align-items:center;gap:.5rem;border:0;background:transparent;color:inherit;border-radius:.5rem;padding:.6rem}.account-row:hover{background:hsl(var(--secondary))}.account-row .edit-trigger{opacity:0}.account-row:hover .edit-trigger{opacity:1}.account-add{border-top:1px solid hsl(var(--border));margin-top:.35rem;padding-top:.35rem}.mobile-header,.bottom-nav{display:none}.scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:45;opacity:0;pointer-events:none;transition:opacity var(--motion-feedback) var(--ease-out)}.scrim[data-state=open]{opacity:1;pointer-events:auto;transition-duration:var(--motion-surface)}.drawer{z-index:50;box-shadow:20px 0 60px #000;transform:translate(-100%);transition:transform var(--motion-feedback) var(--ease-out)}.drawer[data-state=open]{transform:translate(0);transition-duration:var(--motion-panel);transition-timing-function:var(--ease-drawer)}.kpis{grid-template-columns:repeat(4,1fr)}.kpi{position:relative;overflow:hidden;padding:1.35rem}.kpi:after{content:"";position:absolute;width:95px;height:95px;border-radius:50%;background:hsl(var(--primary)/.05);right:-30px;top:-35px}.kpi-icon{position:absolute;right:1.2rem;top:1.2rem;background:hsl(var(--primary)/.1);color:hsl(var(--primary));border-radius:.75rem;padding:.6rem;display:flex}.kpi strong{display:block;font-size:2.2rem;line-height:1;font-weight:900;margin:1.5rem 0 .5rem;letter-spacing:-.06em}.dashboard{display:grid;gap:1rem}.dashboard-top{grid-template-columns:1.1fr .9fr}.rings{display:flex;justify-content:space-around;gap:1rem;margin:1.1rem 0}.ring{position:relative;width:130px;text-align:center}.ring svg{width:108px;height:108px;transform:rotate(-90deg)}.ring circle{fill:none;stroke-width:9}.ring .track{stroke:hsl(var(--secondary))}.ring .progress{stroke:hsl(var(--primary));stroke-linecap:round}.ring.complete .progress{stroke:#34d399}.ring-value{position:absolute;top:40px;left:0;right:0;font-weight:900;font-size:1.35rem}.ring p{margin:.3rem 0 0;font-size:.75rem;color:hsl(var(--muted-foreground));line-height:1.35}.today-grid{grid-template-columns:repeat(3,1fr);align-items:start}.group{padding:0;overflow:hidden}.group-head{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid hsl(var(--border))}.group-label{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;font-weight:800}.follow-list{max-height:400px;overflow-y:auto}.follow-row{display:flex;gap:.65rem;align-items:center;padding:.85rem 1rem;border-bottom:1px solid hsl(var(--border));cursor:pointer}.follow-row:last-child{border:0}.follow-row:hover{background:hsl(var(--secondary)/.4)}.follow-main{min-width:0;flex:1}.follow-main strong{overflow:hidden;text-overflow:ellipsis;display:block}.follow-meta{font-size:.7rem;color:hsl(var(--muted-foreground));margin-top:.3rem;display:flex;gap:.45rem;align-items:center;flex-wrap:wrap}.empty{padding:2rem 1rem;text-align:center;color:hsl(var(--muted-foreground))}.cooling{display:flex;align-items:center;gap:.85rem;width:100%;text-align:left;color:#fbbf24;background:#f59e0b16;border-color:#f59e0b35}.cooling.orange{color:#fb923c;background:#f9731625;border-color:#f973164d}.cooling.red{color:#f87171;background:#ef444425;border-color:#ef44444d}.funnel-row{display:grid;grid-template-columns:90px 1fr 45px;align-items:center;gap:.7rem;margin:.8rem 0}.funnel-row label{text-align:right;font-size:.75rem}.bar{height:24px;background:hsl(var(--secondary));border-radius:999px;overflow:hidden}.bar>div{height:100%;min-width:0;background:hsl(var(--primary)/.32);border-radius:inherit;display:flex;align-items:center;padding-left:.55rem;font-size:.7rem;font-weight:800}.projection{background:hsl(var(--secondary)/.5);border-radius:.75rem;padding:.8rem;margin-top:1rem;font-size:.78rem}.guide{border:2px solid hsl(var(--primary)/.2)}.checkline{display:flex;gap:.7rem;margin:.85rem 0}.checkline p{margin:.12rem 0;font-size:.75rem;color:hsl(var(--muted-foreground))}.pipeline-scroll{display:flex;gap:1rem;overflow-x:auto;padding-bottom:1.5rem;min-height:600px}.column{width:288px;flex:none;background:hsl(var(--card)/.5);border:1px solid hsl(var(--border));border-radius:1rem;padding:.75rem}.column.dragover{background:hsl(var(--primary)/.05);border-color:hsl(var(--primary)/.2)}.column-head{display:flex;align-items:center;gap:.5rem;padding:.3rem .2rem .85rem}.column-head strong{font-size:.68rem;text-transform:uppercase;letter-spacing:.11em;color:hsl(var(--muted-foreground));flex:1}.pipeline-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:.75rem;padding:.8rem;margin-bottom:.55rem;cursor:pointer}.pipeline-card:hover{border-color:hsl(var(--primary)/.3)}.tags{display:flex;gap:.3rem;flex-wrap:wrap;margin:.65rem 0}.tag{font-size:.62rem;background:hsl(var(--secondary));padding:.18rem .4rem;border-radius:.3rem;color:hsl(var(--secondary-foreground))}.filters{display:flex;gap:.5rem}.filter-panel{display:flex;align-items:end;gap:.75rem;margin-bottom:1rem;padding:1rem}.search-wrap{position:relative}.search-wrap svg{position:absolute;left:.7rem;top:.7rem;color:hsl(var(--muted-foreground))}.search-wrap input{padding-left:2.3rem}.filter-dot{width:6px;height:6px;border-radius:50%;background:hsl(var(--primary))}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000a;z-index:70;opacity:0;pointer-events:none;transition:opacity var(--motion-feedback) var(--ease-out)}.sheet-overlay[data-state=open]{opacity:1;pointer-events:auto;transition-duration:var(--motion-surface)}.sheet{position:fixed;right:0;top:0;bottom:0;width:min(100%,512px);background:hsl(var(--background));border-left:1px solid hsl(var(--border));z-index:71;display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--motion-feedback) var(--ease-out)}.sheet[data-state=open]{transform:translate(0);transition-duration:var(--motion-panel);transition-timing-function:var(--ease-drawer)}.sheet-head{padding:1.3rem;border-bottom:1px solid hsl(var(--border));display:flex;align-items:center;gap:.75rem}.sheet-body{padding:1.3rem;overflow-y:auto}.sheet-close{margin-left:auto}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.activity{margin-top:1.6rem;border-top:1px solid hsl(var(--border));padding-top:1.3rem}.note-compose{display:flex;gap:.5rem;margin:.8rem 0 1.1rem}.note-compose textarea{min-height:68px}.note-list{max-height:300px;overflow-y:auto}.note{display:flex;gap:.7rem;padding:.85rem 0;border-bottom:1px solid hsl(var(--border))}.note p{margin:0 0 .3rem;line-height:1.45}.note time{font-size:.68rem;color:hsl(var(--muted-foreground))}.auth{min-height:100vh;display:grid;place-items:center;padding:1rem;background:radial-gradient(circle at 50% 0,#ff6b0012,transparent 35%)}.auth-card{width:min(100%,410px)}.auth-brand{justify-content:center;margin-bottom:1.5rem}.auth h1{text-align:center;margin:.2rem}.auth-sub{text-align:center;color:hsl(var(--muted-foreground));margin:.5rem 0 1.4rem}.auth-form{display:grid;gap:1rem}.auth-links{display:flex;justify-content:space-between;font-size:.78rem;color:hsl(var(--muted-foreground));margin-top:1rem}.auth-links a{color:hsl(var(--primary))}.success{text-align:center;padding:2rem}.success svg{color:#34d399}.accent-title{display:flex;align-items:center;gap:.8rem}.accent-title:before{content:"";width:8px;height:32px;border-radius:99px;background:hsl(var(--primary))}.toast{position:fixed;right:1.25rem;bottom:1.25rem;background:hsl(var(--card));border:1px solid hsl(var(--border));padding:.8rem 1rem;border-radius:.7rem;z-index:100;box-shadow:0 12px 40px #0008}@media(max-width:1000px){.kpis{grid-template-columns:1fr 1fr}.today-grid,.dashboard-top{grid-template-columns:1fr}}@media(max-width:760px){body{padding-bottom:64px}.desktop-sidebar{display:none}.mobile-only,.mobile-header,.bottom-nav{display:flex}.mobile-header{position:sticky;top:0;height:64px;background:hsl(var(--sidebar-background)/.95);border-bottom:1px solid hsl(var(--border));z-index:35;padding:.7rem 1rem;align-items:center;justify-content:space-between;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-header .brand{padding:0}.content{margin-left:0}.page{padding:1.15rem}.page-head{align-items:flex-start}.page-head h1{font-size:1.55rem}.bottom-nav{position:fixed;left:0;right:0;bottom:0;height:64px;background:hsl(var(--sidebar-background)/.97);border-top:1px solid hsl(var(--border));z-index:35;justify-content:space-around}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;width:33%;font-size:.64rem;color:hsl(var(--muted-foreground))}.bottom-nav a.active{color:hsl(var(--primary))}.kpis{grid-template-columns:1fr 1fr}.kpi{padding:1rem}.kpi strong{font-size:1.7rem}.kpi-icon{right:.8rem;top:.8rem;padding:.45rem}.rings{gap:.3rem}.ring{width:120px}.today-grid{grid-template-columns:1fr}.filters{width:100%}.filters .search-wrap{flex:1}.filter-panel{align-items:stretch;flex-direction:column}.form-grid{grid-template-columns:1fr}.sheet-body{padding:1rem}.column{width:256px}.page-head.pipeline-head{flex-direction:column;align-items:stretch}.hide-mobile{display:none}}@media(max-width:420px){.kpis{grid-template-columns:1fr}.follow-row .btn{padding:.55rem;font-size:.7rem}}body{background:radial-gradient(circle at 78% -10%,hsl(var(--primary)/.09),transparent 31%),hsl(var(--background))}::selection{background:hsl(var(--primary)/.35);color:#fff}.sidebar{background:linear-gradient(180deg,hsl(var(--sidebar-background)),#0a080d);box-shadow:18px 0 55px #0503072e}.sidebar:before{content:"";position:absolute;inset:0 0 auto;height:170px;background:radial-gradient(circle at 16% 0,hsl(var(--primary)/.12),transparent 68%);pointer-events:none}.brand{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:.5rem .35rem 1.2rem}.brand-wordmark{display:block;width:176px;height:auto;max-height:42px;object-fit:contain;object-position:left center}.brand small{font-size:.61rem;letter-spacing:.065em;text-transform:uppercase;color:hsl(var(--muted-foreground));margin-left:.1rem}.account-button{background:hsl(var(--sidebar-accent)/.78);border-color:hsl(var(--primary)/.12)}.nav a,.logout{transition:color var(--motion-feedback) ease,background-color var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.nav a:active,.logout:active{transform:scale(.985)}.nav a.active{background:linear-gradient(90deg,hsl(var(--primary)/.17),hsl(var(--primary)/.07));box-shadow:inset 2px 0 hsl(var(--primary));color:hsl(var(--primary))}.dropdown{opacity:0;transform:translateY(-4px) scale(.985);transform-origin:50% 0;pointer-events:none;transition:opacity .12s var(--ease-out),transform .12s var(--ease-out);box-shadow:0 24px 70px #050307b8,0 0 0 1px hsl(var(--primary)/.04)}.dropdown[data-state=open]{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;transition-duration:var(--motion-surface)}.page-head h1{font-weight:800;letter-spacing:-.045em}.page-head p{max-width:580px}.kpi-icon{border:1px solid hsl(var(--primary)/.1);box-shadow:0 8px 28px hsl(var(--primary)/.08)}.ring .progress{filter:drop-shadow(0 0 5px hsl(var(--primary)/.3))}.bar>div{background:linear-gradient(90deg,hsl(var(--primary)/.25),hsl(var(--primary)/.55));box-shadow:0 0 18px hsl(var(--primary)/.12)}.pipeline-card{background:linear-gradient(145deg,#1b1821,#16131b);box-shadow:0 10px 24px #05030720;transition:border-color var(--motion-surface) ease,transform var(--motion-feedback) var(--ease-out),box-shadow var(--motion-surface) ease}@media(hover:hover)and (pointer:fine){.pipeline-card:hover{transform:translateY(-1px);box-shadow:0 14px 30px #0503073d}.card.hover-card:hover{transform:translateY(-1px)}}.sheet{background:radial-gradient(circle at 100% 0,hsl(var(--primary)/.09),transparent 30%),hsl(var(--background))}.auth{position:relative;overflow:hidden;background:radial-gradient(circle at 50% -10%,hsl(var(--primary)/.18),transparent 36%),radial-gradient(circle at 100% 100%,hsl(var(--primary)/.08),transparent 30%),hsl(var(--background))}.auth:before{content:"";position:absolute;width:520px;height:520px;border:1px solid hsl(var(--primary)/.08);border-radius:50%;left:-290px;bottom:-330px;box-shadow:0 0 0 80px hsl(var(--primary)/.018),0 0 0 160px hsl(var(--primary)/.012)}.auth-emblem{position:absolute;width:min(58vw,760px);right:-13%;top:50%;transform:translateY(-50%);opacity:.038;pointer-events:none}.auth-emblem img{display:block;width:100%;height:auto}.auth-card{position:relative;z-index:1;width:min(100%,430px);padding:1.65rem;background:linear-gradient(150deg,hsl(var(--card)/.96),#141018f0);border-color:hsl(var(--primary)/.15);box-shadow:0 36px 100px #05030799,0 0 0 1px #ffffff05;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-card .brand{align-items:center;padding:.25rem 0 1.55rem}.auth-card .brand-wordmark{width:230px;max-height:54px;object-position:center}.auth-card .brand small{margin:0}.auth h1{font-size:1.65rem;letter-spacing:-.04em}.accent-title:before{box-shadow:0 0 22px hsl(var(--primary)/.32)}.bottom-nav a{transition:color .15s ease,transform var(--motion-press) var(--ease-out)}@media(max-width:760px){.mobile-header{background:hsl(var(--sidebar-background)/.9);border-bottom-color:hsl(var(--primary)/.1)}.mobile-header .brand{padding:0}.mobile-header .brand-wordmark{width:145px;max-height:32px}.mobile-header .brand small{display:none}.bottom-nav{background:hsl(var(--sidebar-background)/.94);border-top-color:hsl(var(--primary)/.1);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.auth-emblem{width:120vw;right:-62%;opacity:.03}.auth-card .brand-wordmark{width:205px}}.brand-wordmark-dark,.light .brand-wordmark-light{display:none}.light .brand-wordmark-dark{display:block}.theme-toggle{color:hsl(var(--muted-foreground))}.theme-toggle:hover{color:hsl(var(--foreground))}.theme-toggle-wide{width:100%;justify-content:flex-start;padding:.72rem .8rem}.sidebar-footer{margin-top:auto;display:grid;gap:.25rem}.sidebar-footer .logout{margin-top:0}.mobile-header-actions{display:flex;align-items:center;gap:.25rem}.auth-theme{position:absolute;z-index:3;right:1.25rem;top:1.25rem}.light body{background:radial-gradient(circle at 78% -10%,hsl(var(--primary)/.09),transparent 31%),hsl(var(--background))}.light .card{background:linear-gradient(145deg,hsl(var(--card)),#faf8fc);box-shadow:0 16px 40px #2f16400d}.light .sidebar{background:linear-gradient(180deg,hsl(var(--sidebar-background)),#f5f1f9);box-shadow:18px 0 55px #4c21630d}.light .sidebar:before{background:radial-gradient(circle at 16% 0,hsl(var(--primary)/.1),transparent 68%)}.light .pipeline-card{background:linear-gradient(145deg,hsl(var(--card)),#f7f4fa);box-shadow:0 10px 24px #2f16400a}.light .sheet{background:radial-gradient(circle at 100% 0,hsl(var(--primary)/.08),transparent 30%),hsl(var(--background))}.light .auth{background:radial-gradient(circle at 50% -10%,hsl(var(--primary)/.13),transparent 36%),radial-gradient(circle at 100% 100%,hsl(var(--primary)/.07),transparent 30%),hsl(var(--background))}.light .auth-card{background:linear-gradient(150deg,hsl(var(--card)/.98),#f7f4fbf5);border-color:hsl(var(--primary)/.16);box-shadow:0 36px 100px #37144e1f,0 0 0 1px #ffffff80}.light .auth-emblem img{content:url(/brand/nymphea-symbol-dark.svg)}.light .sheet-overlay{background:#24102f66}.light .scrim{background:#24102f59}.light ::selection{color:hsl(var(--foreground))}.add-lead-shell{max-width:580px;margin:2rem auto}.add-lead-intro{margin-bottom:1.5rem;line-height:1.55}.instagram-input-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.55rem}.input-with-icon{position:relative;min-width:0}.input-with-icon>svg{position:absolute;z-index:1;left:.78rem;top:50%;transform:translateY(-50%);color:hsl(var(--muted-foreground));pointer-events:none}.input-with-icon .input{padding-left:2.45rem}.instagram-lookup-button{height:42px}.lookup-status{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap;margin-top:.55rem;font-size:.75rem;line-height:1.4;color:hsl(var(--muted-foreground))}.lookup-status.success{color:#10b981}.lookup-status.warning{color:#f0b95d}.lookup-status.error{color:#f87171}.lookup-status.loading{color:hsl(var(--primary))}.lookup-status a{display:inline-flex;align-items:center;gap:.25rem;margin-left:auto;color:hsl(var(--foreground));text-decoration:underline;text-underline-offset:3px}.add-lead-submit{width:100%;height:48px}.spin{animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.prospect-name,.prospect-link{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:700}.prospect-link{display:inline-flex;align-items:center;gap:.3rem;color:hsl(var(--foreground));text-decoration:none}.prospect-link svg{flex:none;color:hsl(var(--muted-foreground));opacity:.75}.prospect-link:hover{color:hsl(var(--primary));text-decoration:underline;text-underline-offset:3px}.prospect-link:hover svg{color:hsl(var(--primary));opacity:1}.sheet-profile-link{display:inline-flex;align-items:center;gap:.45rem;color:hsl(var(--foreground))}.sheet-profile-link h2{margin:0 0 .35rem}.sheet-profile-link svg{margin-top:-.25rem;color:hsl(var(--muted-foreground))}.sheet-profile-link:hover{color:hsl(var(--primary))}.sheet-save{width:100%;margin-top:1rem}@media(max-width:760px){.btn{min-height:42px}.btn-icon{width:42px;height:42px}.follow-row{align-items:flex-start;flex-wrap:wrap}.follow-main{padding-top:.1rem}.follow-action{margin-left:48px;flex:1;min-width:120px}.filters .btn{padding-inline:.75rem}.note-compose{align-items:flex-end}.note-compose .btn{height:44px}.auth-theme{right:.8rem;top:.8rem}.add-lead-shell{margin:.5rem auto}.instagram-lookup-button{height:44px}}@media(max-width:480px){.page{padding:1rem}.instagram-input-row{grid-template-columns:1fr}.instagram-lookup-button{width:100%}.form-grid{grid-template-columns:1fr}.filters{display:grid;grid-template-columns:minmax(0,1fr) auto}.filters .btn{font-size:0;width:44px;padding:0}.filters .btn svg{margin:0}.follow-row{gap:.55rem;padding:.8rem}.follow-action{width:100%;margin-left:0}.rings{flex-direction:column;align-items:center}.ring{width:100%}.note-compose{display:grid;grid-template-columns:minmax(0,1fr) 44px}.account-row .btn-icon{width:38px;height:38px}.sheet-head{padding:1rem}.sheet-profile-link h2{font-size:1.15rem}.auth-card{padding:1.25rem}}.priority-badge{display:inline-flex;align-items:center;width:max-content;border-radius:999px;padding:.2rem .45rem;font-size:.62rem;line-height:1;font-weight:800;white-space:nowrap;border:1px solid transparent}.priority-high{color:#fb7185;background:#fb71851a;border-color:#fb71852f}.priority-medium{color:#fbbf24;background:#fbbf2417;border-color:#fbbf242b}.priority-low{color:#94a3b8;background:#94a3b812;border-color:#94a3b824}.pipeline-card-identity{display:flex;flex-direction:column;min-width:0;gap:.34rem}.sheet-identity{min-width:0}.sheet-badges{gap:.4rem;flex-wrap:wrap}.smart-reminders{padding:1.1rem 1.25rem;border-color:hsl(var(--primary)/.2);background:linear-gradient(135deg,hsl(var(--card)),hsl(var(--primary)/.045))}.smart-reminders>header{align-items:flex-start}.reminder-sub{margin:.4rem 0 0;font-size:.76rem}.reminder-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.55rem;margin-top:1rem}.reminder-grid>div{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:.45rem;padding:.72rem .8rem;background:hsl(var(--background)/.52);border:1px solid hsl(var(--border));border-radius:.7rem}.reminder-grid strong{font-size:1.05rem}.reminder-grid span{font-size:.7rem;color:hsl(var(--muted-foreground));line-height:1.2}.priority-shortlist{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin-top:.85rem;padding-top:.8rem;border-top:1px solid hsl(var(--border))}.priority-shortlist>span{font-size:.7rem;margin-right:.2rem}.priority-shortlist button{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .5rem;border:1px solid hsl(var(--border));background:hsl(var(--background)/.45);color:hsl(var(--foreground));border-radius:.55rem;font-size:.7rem;transition:border-color .15s ease,transform var(--motion-press) var(--ease-out)}.priority-shortlist button:hover{border-color:hsl(var(--primary)/.45)}.priority-shortlist button:active{transform:scale(.97)}.priority-shortlist button strong{color:hsl(var(--primary))}.insights-section{display:grid;gap:.85rem}.insights-head h2{margin:0 0 .25rem;font-size:1rem}.insights-head p{margin:0;font-size:.78rem}.insights-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.insight-metric{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:.3rem .7rem}.insight-metric>strong{font-size:1.8rem;letter-spacing:-.05em}.insight-metric>span,.insight-metric>small{grid-column:1/-1}.insight-metric>span{font-weight:700;margin-top:.35rem}.insight-metric>small{color:hsl(var(--muted-foreground));font-size:.68rem}.niche-insight{grid-column:1/-1}.niche-bars{display:grid;gap:.62rem;margin-top:1rem}.niche-row{display:grid;grid-template-columns:105px minmax(80px,1fr) 72px;align-items:center;gap:.65rem;font-size:.72rem}.niche-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize}.niche-row>div{height:7px;background:hsl(var(--secondary));border-radius:999px;overflow:hidden}.niche-row i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,hsl(var(--primary)/.5),hsl(var(--primary)));box-shadow:0 0 12px hsl(var(--primary)/.18)}.niche-row>strong{text-align:right}.niche-row small{color:hsl(var(--muted-foreground));font-weight:500}.add-lead-header{margin-bottom:1rem}.add-lead-header h1{margin:0 0 .35rem;letter-spacing:-.04em}.add-lead-header p{margin:0;line-height:1.5}.add-lead-card{margin-top:.8rem}.segmented{display:grid;grid-template-columns:1fr 1fr;padding:.25rem;border-radius:.75rem;border:1px solid hsl(var(--border));background:hsl(var(--secondary)/.6)}.segmented button{min-height:42px;border:0;border-radius:.55rem;background:transparent;color:hsl(var(--muted-foreground));display:flex;align-items:center;justify-content:center;gap:.45rem;font-weight:700;transition:color .15s ease,background-color .15s ease,transform var(--motion-press) var(--ease-out)}.segmented button.active{background:hsl(var(--card));color:hsl(var(--foreground));box-shadow:0 5px 14px #00000012}.add-form-motion{transition:opacity var(--motion-surface) var(--ease-out),transform var(--motion-surface) var(--ease-out)}@starting-style{.add-form-motion{opacity:0;transform:translateY(4px) scale(.99)}}.success-banner,.duplicate-warning{display:flex;align-items:center;gap:.5rem;border-radius:.65rem;font-size:.75rem}.success-banner{margin-top:.8rem;padding:.7rem .8rem;color:#10b981;background:#10b98112;border:1px solid #10b98128;opacity:0;transform:translateY(-4px) scale(.98);transition:opacity var(--motion-press) var(--ease-out),transform var(--motion-press) var(--ease-out)}.success-banner[data-state=open]{opacity:1;transform:translateY(0) scale(1);transition-duration:var(--motion-surface)}.duplicate-warning{margin-top:.55rem;padding:.58rem .7rem;color:#fb7185;background:#fb718511;border:1px solid #fb71852c}.bulk-card{display:grid;gap:1rem}.bulk-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.bulk-heading h2{margin:0 0 .3rem;font-size:1.1rem}.bulk-heading p{margin:0;font-size:.76rem}.file-button{position:relative;overflow:hidden;flex:none}.file-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.bulk-summary{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.7rem .8rem;border-radius:.65rem;background:hsl(var(--primary)/.08);font-size:.74rem}.bulk-summary span{color:hsl(var(--muted-foreground))}.bulk-preview{border:1px solid hsl(var(--border));border-radius:.7rem;overflow:hidden;max-height:280px;overflow-y:auto}.bulk-row{display:grid;grid-template-columns:1.4fr .75fr .8fr .65fr;gap:.5rem;padding:.65rem .75rem;border-bottom:1px solid hsl(var(--border));font-size:.7rem}.bulk-row:last-child{border-bottom:0}.bulk-row>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bulk-row>span:last-child{text-align:right;color:#10b981;font-weight:700}.bulk-row.invalid{opacity:.58}.bulk-row.invalid>span:last-child{color:#fb7185}.advanced-filters{display:grid;grid-template-columns:repeat(4,minmax(125px,1fr));align-items:end;gap:.8rem;opacity:0;transform:translateY(-4px) scale(.985);transform-origin:50% 0;pointer-events:none;transition:opacity .12s var(--ease-out),transform .12s var(--ease-out)}.advanced-filters[data-state=open]{opacity:1;transform:translateY(0) scale(1);pointer-events:auto;transition-duration:var(--motion-surface)}.advanced-filters>label{min-width:0}.filter-actions{display:flex;align-items:center;justify-content:space-between;grid-column:1/-1;border-top:1px solid hsl(var(--border));padding-top:.7rem}.filter-count{background:hsl(var(--primary)/.15);color:hsl(var(--primary));padding:.15rem .38rem}.pipeline-result-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin:.25rem 0 .8rem;font-size:.72rem}.pipeline-result-bar>span{display:flex;align-items:center;gap:.4rem}.mobile-stage-picker{display:none;margin-bottom:.8rem}.column-empty{padding:2rem .7rem}.pipeline-mobile{overflow:visible;min-height:0}.pipeline-mobile .column{width:100%;min-height:430px}.message-templates{margin-top:1.6rem;border-top:1px solid hsl(var(--border));padding-top:1.3rem}.template-help{font-size:.72rem;line-height:1.45;margin:.55rem 0 .8rem}.template-list{display:grid;gap:.6rem}.template-card{padding:.8rem;border:1px solid hsl(var(--border));background:hsl(var(--card)/.58);border-radius:.75rem}.template-card p{margin:.55rem 0 0;font-size:.73rem;line-height:1.55;color:hsl(var(--secondary-foreground))}.template-copy{min-width:76px;min-height:34px;padding:.35rem .55rem;font-size:.68rem}.template-copy-content{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:opacity var(--motion-press) var(--ease-out),transform var(--motion-press) var(--ease-out)}@starting-style{.template-copy-content{opacity:0;transform:translateY(2px)}}.light .smart-reminders{background:linear-gradient(135deg,hsl(var(--card)),hsl(var(--primary)/.055))}.light .segmented button.active{box-shadow:0 5px 14px #2f164012}.light .template-card{background:#faf8fc}@media(max-width:1100px){.advanced-filters{grid-template-columns:repeat(3,minmax(120px,1fr))}.reminder-grid{grid-template-columns:1fr 1fr}}@media(max-width:760px){.mobile-stage-picker{display:block}.advanced-filters{grid-template-columns:1fr 1fr}.pipeline-scroll.pipeline-mobile{display:block;padding-bottom:.5rem}.smart-reminders>header{display:grid}.smart-reminders>header .btn{width:100%;margin-top:.6rem}.insights-grid{grid-template-columns:1fr 1fr}.niche-insight{grid-column:1/-1}.bulk-heading{display:grid}.file-button{width:100%}.bulk-row{grid-template-columns:1.2fr .75fr .65fr}.bulk-row>span:nth-child(3){display:none}}@media(max-width:480px){.advanced-filters{grid-template-columns:1fr}.filter-actions{align-items:center}.reminder-grid{grid-template-columns:1fr}.reminder-grid>div{grid-template-columns:auto 30px 1fr}.priority-shortlist{display:grid;grid-template-columns:1fr 1fr}.priority-shortlist>span{grid-column:1/-1}.priority-shortlist button{justify-content:space-between;min-height:42px}.insights-grid{grid-template-columns:1fr}.niche-insight{grid-column:auto}.niche-row{grid-template-columns:72px minmax(55px,1fr) 58px}.segmented button{font-size:.72rem}.bulk-summary{align-items:flex-start;flex-direction:column}.bulk-row{grid-template-columns:1fr .7fr}.bulk-row>span:nth-child(2){display:none}.template-card .space,.sheet-badges{align-items:flex-start}}@media(prefers-reduced-motion:reduce){.btn,.nav a,.logout,.pipeline-card,.bottom-nav a,.priority-shortlist button,.segmented button{transition-duration:var(--motion-feedback)}.btn:active,.nav a:active,.logout:active,.pipeline-card:hover,.card.hover-card:hover,.bottom-nav a:active,.priority-shortlist button:active,.segmented button:active{transform:none}.sheet,.drawer,.dropdown,.advanced-filters,.add-form-motion,.success-banner,.template-copy-content{transform:none;transition:opacity var(--motion-feedback) ease}.sheet[data-state=closed],.drawer[data-state=closed],.dropdown[data-state=closed],.advanced-filters[data-state=closed],.success-banner[data-state=closed]{opacity:0;transform:none}.sheet[data-state=open],.drawer[data-state=open],.dropdown[data-state=open],.advanced-filters[data-state=open],.success-banner[data-state=open]{opacity:1;transform:none;transition-duration:var(--motion-feedback);transition-timing-function:ease}.scrim,.sheet-overlay{transition:opacity var(--motion-feedback) ease}.spin{animation:none;opacity:.65}}.today-page{display:grid;gap:1rem}.autosave-status,.autosave-footer{display:flex;align-items:center;gap:.45rem;color:hsl(var(--muted-foreground));font-size:.7rem}.autosave-status span,.autosave-footer span{width:7px;height:7px;border-radius:50%;background:#34d399;box-shadow:0 0 0 4px #34d39916}.today-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.today-summary>div{display:grid;grid-template-columns:auto auto 1fr;align-items:center;gap:.55rem;padding:1rem 1.1rem;border:1px solid hsl(var(--border));border-radius:.9rem;background:hsl(var(--card))}.today-summary strong{font-size:1.3rem}.today-summary span{font-size:.72rem;color:hsl(var(--muted-foreground))}.today-task-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.today-task-group{padding:0;overflow:hidden}.today-task-group>header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem;border-bottom:1px solid hsl(var(--border))}.today-count{display:grid;place-items:center;min-width:25px;height:25px;border-radius:999px;background:hsl(var(--secondary));font-size:.7rem;font-weight:800}.today-task{padding:.9rem 1rem;border-bottom:1px solid hsl(var(--border));display:grid;gap:.75rem}.today-task:last-child{border-bottom:0}.today-task-main{display:flex;align-items:center;gap:.7rem;width:100%;min-width:0;padding:0;border:0;background:transparent;color:inherit;text-align:left}.today-task-main:hover strong{color:hsl(var(--primary))}.today-task-copy{display:grid;gap:.38rem;min-width:0;flex:1}.today-task-copy>strong{overflow:hidden;text-overflow:ellipsis}.today-task-copy>span{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap}.today-task-copy small{color:hsl(var(--muted-foreground));font-size:.68rem}.today-task-actions{display:grid;grid-template-columns:auto 1fr 1fr 1fr;gap:.4rem}.today-task-actions .btn{min-height:36px;padding:.48rem .58rem;font-size:.68rem}.today-task-actions .btn-icon{width:36px}.pipeline-head-actions{display:flex;align-items:center;gap:.55rem}.saved-views{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem;margin-bottom:.8rem}.saved-view-picker,.saved-view-create{display:flex;align-items:center;gap:.5rem}.saved-view-picker{min-width:260px}.saved-view-picker .input{min-width:180px}.saved-view-create{flex:1;justify-content:flex-end}.saved-view-create .input{max-width:250px}.bulk-actions{position:sticky;top:.75rem;z-index:30;display:flex;align-items:center;gap:.65rem;margin-bottom:.85rem;padding:.7rem .8rem;border-color:hsl(var(--primary)/.35);box-shadow:0 16px 45px #05030770}.bulk-actions>strong{white-space:nowrap;color:hsl(var(--primary))}.bulk-actions>div{display:flex;align-items:center;gap:.35rem;min-width:0}.bulk-actions .input{min-width:150px}.bulk-actions .bulk-delete{color:#fb7185;margin-left:auto}.select-visible{display:inline-flex;align-items:center;gap:.35rem;border:0;background:transparent;color:hsl(var(--muted-foreground));font-size:.7rem;cursor:pointer}.select-visible:hover{color:hsl(var(--foreground))}.lead-checkbox{width:16px;height:16px;accent-color:hsl(var(--primary));flex:none}.pipeline-card.selected{border-color:hsl(var(--primary)/.65);box-shadow:0 0 0 2px hsl(var(--primary)/.12)}.custom-tag{color:hsl(var(--primary));background:hsl(var(--primary)/.11);border:1px solid hsl(var(--primary)/.12)}.field-full{grid-column:1/-1}.field-help{display:block;margin-top:.35rem;color:hsl(var(--muted-foreground));font-size:.67rem}.autosave-footer{justify-content:flex-end;margin-top:.2rem}@media(max-width:1100px){.pipeline-head{align-items:flex-start}.pipeline-head-actions{align-items:stretch;flex-direction:column}.bulk-actions{flex-wrap:wrap}.bulk-actions .bulk-delete{margin-left:0}.today-task-actions{grid-template-columns:auto repeat(3,1fr)}}@media(max-width:760px){.bottom-nav a{flex:1;width:auto}.today-page .page-head{display:grid}.autosave-status{margin-top:.4rem}.today-summary,.today-task-grid{grid-template-columns:1fr}.today-task-actions{grid-template-columns:44px 1fr 1fr}.today-task-actions .btn:last-child{grid-column:2/-1}.pipeline-head-actions{width:100%}.pipeline-head-actions>.btn{width:100%}.saved-views{display:grid}.saved-view-picker,.saved-view-create{min-width:0;width:100%}.saved-view-picker .input,.saved-view-create .input{min-width:0;max-width:none}.saved-view-create{display:grid;grid-template-columns:minmax(0,1fr) auto}.bulk-actions{top:68px;display:grid;grid-template-columns:1fr auto}.bulk-actions>div{grid-column:1/-1}.bulk-actions .bulk-delete{grid-column:1}.pipeline-result-bar>div .muted{display:none}.autosave-footer{justify-content:flex-start}.field-full{grid-column:auto}}@media(max-width:480px){.today-task-actions{grid-template-columns:42px 1fr}.today-task-actions .btn:last-child{grid-column:auto}.saved-view-create{grid-template-columns:1fr}.saved-view-create .btn{width:100%}.bulk-actions>div{display:grid;grid-template-columns:1fr auto}.bulk-actions .input{min-width:0}.pipeline-result-bar{align-items:flex-start}.select-visible{font-size:0}.select-visible svg{width:18px;height:18px}}.card-open{display:grid;place-items:center;width:30px;height:30px;margin-left:auto;flex:none;border:0;border-radius:.5rem;background:transparent;color:hsl(var(--muted-foreground))}.card-open:hover,.card-open:focus-visible{background:hsl(var(--secondary));color:hsl(var(--foreground))}.row-open{width:34px;height:34px;min-height:34px}:root,.light{--background:0 0% 100%;--foreground:150 4% 14%;--card:0 0% 100%;--card-foreground:150 4% 14%;--popover:0 0% 100%;--popover-foreground:150 4% 14%;--primary:150 5% 17%;--primary-foreground:0 0% 100%;--secondary:120 5% 96%;--secondary-foreground:150 3% 30%;--muted:120 5% 96%;--muted-foreground:150 3% 45%;--accent:152 18% 40%;--accent-foreground:0 0% 100%;--border:120 3% 91%;--input:120 3% 86%;--ring:152 18% 40%;--sidebar-background:120 6% 98%;--sidebar-foreground:150 3% 37%;--sidebar-accent:120 4% 93%;--sidebar-border:120 3% 91%;--sidebar-primary:150 5% 17%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent-foreground:150 5% 17%;--shadow:0 2px 8px #17231b05;--font-body:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.dark{--background:120 2% 13%;--foreground:90 6% 93%;--card:120 2% 15%;--card-foreground:90 6% 93%;--popover:120 2% 17%;--popover-foreground:90 6% 93%;--primary:90 7% 92%;--primary-foreground:120 3% 15%;--secondary:120 2% 19%;--secondary-foreground:90 4% 81%;--muted:120 2% 19%;--muted-foreground:90 3% 64%;--accent:145 23% 65%;--accent-foreground:120 3% 15%;--border:120 2% 23%;--input:120 2% 29%;--ring:145 23% 65%;--sidebar-background:120 2% 11%;--sidebar-foreground:90 4% 74%;--sidebar-accent:120 2% 20%;--sidebar-border:120 2% 22%;--sidebar-primary:90 7% 92%;--sidebar-primary-foreground:120 3% 15%;--sidebar-accent-foreground:90 6% 93%;--shadow:0 2px 8px #0000000a}html{color-scheme:light}body,.light body{background:hsl(var(--background));font-family:var(--font-body);font-size:13px;line-height:1.5;-webkit-font-smoothing:antialiased;font-optical-sizing:auto}button,input,select,textarea{font-family:inherit}button,a,input,select,textarea{touch-action:manipulation}button:focus-visible,a:focus-visible,summary:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:4px}::selection,.light ::selection{background:hsl(var(--accent)/.2);color:hsl(var(--foreground))}h1,h2,h3,p{overflow-wrap:break-word}h1,h2,h3{text-wrap:balance}strong{font-weight:600}svg{stroke-width:1.6}.btn{min-height:36px;padding:.55rem .85rem;border-radius:7px;font-size:12px;font-weight:550;box-shadow:none;line-height:1.35}.btn-icon{width:36px;height:36px;padding:0}.btn-outline{background:hsl(var(--card));border-color:hsl(var(--input))}.btn:disabled:hover{filter:none}.input{background:hsl(var(--card));border-radius:7px;padding:.65rem .75rem;font-size:13px}.input::placeholder{color:hsl(var(--muted-foreground)/.8)}.label{font-size:12px;font-weight:550}.card,.light .card{border:1px solid hsl(var(--border));background:hsl(var(--card));box-shadow:none;border-radius:10px;padding:1.35rem}.badge{font-size:10px;font-weight:500;padding:4px 7px;border-radius:5px}.dot{width:5px;height:5px}.avatar{width:34px;height:34px;border-radius:10px;background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));border:1px solid hsl(var(--border));font-size:11px;font-weight:500}.section-title{font-size:14px;font-weight:600;letter-spacing:-.02em}.page{max-width:1380px;padding:38px 44px;margin:auto}.page-head{margin-bottom:28px;align-items:center}.page-head h1,.add-lead-header h1{font-size:28px;font-weight:550;letter-spacing:-1px;line-height:1.2;margin-bottom:9px}.page-head p{font-size:13px;line-height:1.6}.eyebrow{font-size:11px;color:hsl(var(--muted-foreground));font-weight:500;letter-spacing:.045em}.dashboard-heading .eyebrow{margin-bottom:12px;text-transform:capitalize}.dashboard-heading h1{font-size:32px;letter-spacing:-1.2px}.section-description{color:hsl(var(--muted-foreground));font-size:11px;margin:5px 0 20px}.text-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;color:hsl(var(--secondary-foreground))}.text-link:hover{text-decoration:underline;text-underline-offset:4px}.sidebar,.light .sidebar{width:224px;background:hsl(var(--sidebar-background));border-color:hsl(var(--sidebar-border));padding:24px 14px 14px;box-shadow:none}.sidebar:before,.light .sidebar:before{display:none}.brand{display:flex;flex-direction:row;align-items:center;gap:8px;padding:0 10px 29px}.brand-symbol{width:29px;height:29px;display:block;color:hsl(var(--foreground))}.brand-symbol img{width:100%;height:100%;object-fit:contain}.account-button{min-height:39px;background:hsl(var(--card));border:1px solid hsl(var(--border));font-weight:500;font-size:12px;padding-inline:10px;box-shadow:var(--shadow)}.account-button .row{gap:7px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.nav{gap:4px;margin-top:28px}.nav-label{font-size:10px;font-weight:500;color:hsl(var(--muted-foreground));padding:0 10px 10px}.nav a{min-height:38px;font-size:12px;padding:9px 11px;gap:10px;font-weight:450;border-radius:6px}.nav a.active{background:hsl(var(--sidebar-accent));color:hsl(var(--foreground));box-shadow:none;font-weight:550}.nav .sidebar-add{margin-top:20px;border-top:1px solid hsl(var(--border));border-radius:0;padding-top:19px}.nav .sidebar-add:hover{background:transparent;color:hsl(var(--foreground))}.content{margin-left:224px}.sidebar-footer{gap:12px}.theme-toggle-wide{font-size:12px;font-weight:450;padding-left:10px;gap:10px}.workspace-note{display:flex;align-items:flex-start;gap:8px;font-size:11px;padding:14px 10px;border:1px solid hsl(var(--border));border-radius:8px}.status-dot{width:5px;height:5px;border-radius:50%;background:#6d957c;display:inline-block;flex:none}.workspace-note .status-dot{margin-top:5px}.workspace-note small{display:block;font-size:10px;color:hsl(var(--muted-foreground));margin-top:3px}.sidebar-user{display:flex;align-items:center;gap:9px;padding:14px 5px 1px;border-top:1px solid hsl(var(--border))}.user-avatar{display:grid;place-items:center;width:31px;height:31px;background:hsl(var(--secondary));border:1px solid hsl(var(--border));border-radius:50%;font-size:11px}.sidebar-user>div{flex:1;min-width:0}.sidebar-user strong,.sidebar-user small{display:block;overflow:hidden;text-overflow:ellipsis}.sidebar-user strong{font-size:11px;font-weight:550;text-transform:capitalize}.sidebar-user small{font-size:10px;color:hsl(var(--muted-foreground))}.sidebar-user .logout{width:32px;height:32px;justify-content:center;padding:0;margin:0}.workspace-topbar{height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 32px;border-bottom:1px solid hsl(var(--border));background:hsl(var(--background)/.94)}.breadcrumb{display:flex;align-items:center;gap:13px;color:hsl(var(--muted-foreground));font-size:11px}.breadcrumb strong{color:hsl(var(--secondary-foreground));font-weight:450}.global-search-trigger{display:flex;align-items:center;gap:8px;border:1px solid hsl(var(--border));border-radius:6px;padding:6px 9px;color:hsl(var(--muted-foreground));background:hsl(var(--secondary)/.5);font-size:11px;min-width:248px;text-align:left}.global-search-trigger kbd{margin-left:auto}kbd{font-family:inherit;font-size:10px;color:hsl(var(--muted-foreground))}.skip-link{position:fixed;top:-100px;left:240px;z-index:110;background:hsl(var(--card));padding:10px}.skip-link:focus{top:10px}.dashboard{gap:26px}.dashboard .page-head{margin:0 0 5px}.kpis{gap:0;border:1px solid hsl(var(--border));border-radius:10px;overflow:hidden;background:hsl(var(--card));grid-template-columns:repeat(4,minmax(0,1fr))}.kpi,.light .kpi{border:0;border-radius:0;padding:20px 24px;background:transparent}.kpi+.kpi{border-left:1px solid hsl(var(--border))}.kpi:after{display:none}.kpi-icon{top:20px;right:20px;border:0;background:transparent;box-shadow:none;color:hsl(var(--muted-foreground));padding:0}.kpi-icon svg{width:16px;height:16px}.kpi strong{font-size:32px;font-weight:500;letter-spacing:-1.1px;margin:20px 0 10px;font-variant-numeric:tabular-nums}.kpi .muted{font-size:11px}.attention-strip{display:flex;align-items:center;gap:10px;margin-top:-10px;padding:11px 14px;border-radius:7px;background:hsl(var(--secondary)/.7);font-size:11px;color:hsl(var(--secondary-foreground))}.attention-indicator{width:6px;height:6px;border-radius:50%;background:#c39664;flex:none}.attention-strip strong{font-weight:500}.attention-description{color:hsl(var(--muted-foreground))}.attention-action{margin-left:auto;display:flex;align-items:center;gap:7px;white-space:nowrap;font-size:10px}.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:1px 0 17px}.section-heading h2{margin:0;font-size:17px;font-weight:550;letter-spacing:-.35px}.section-heading p{font-size:11px;color:hsl(var(--muted-foreground));margin:4px 0 0}.focus-card{border:1px solid hsl(var(--border));border-radius:10px;overflow:hidden}.focus-tabs{display:flex;align-items:center;gap:21px;padding:0 21px;border-bottom:1px solid hsl(var(--border));min-height:55px}.focus-tabs button{min-height:55px;display:flex;align-items:center;gap:6px;color:hsl(var(--muted-foreground));background:none;border:0;border-bottom:2px solid transparent;padding:0;font-size:12px;white-space:nowrap}.focus-tabs button.active{color:hsl(var(--foreground));border-color:hsl(var(--foreground))}.focus-tabs button span{border-radius:4px;font-size:10px;padding:1px 5px;background:hsl(var(--secondary));color:hsl(var(--muted-foreground))}.focus-sort{margin-left:auto;font-size:10px;color:hsl(var(--muted-foreground));white-space:nowrap}.priority-table-head,.priority-row{display:grid;grid-template-columns:minmax(200px,1.6fr) minmax(105px,1fr) minmax(110px,.9fr) 142px;gap:12px;align-items:center;padding:0 21px}.priority-table-head{height:36px;background:hsl(var(--secondary)/.35);font-size:10px;color:hsl(var(--muted-foreground))}.priority-row{min-height:69px;border-top:1px solid hsl(var(--border)/.7)}.priority-row:hover{background:hsl(var(--secondary)/.35)}.priority-profile{display:flex;align-items:center;gap:11px;background:none;border:0;padding:8px 0;text-align:left;color:inherit;max-width:100%}.priority-profile>span:last-child{min-width:0}.priority-profile strong{font-size:12px;font-weight:550;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.priority-profile small{display:block;font-size:10px;margin-top:3px;color:hsl(var(--muted-foreground));text-transform:capitalize}.priority-profile small span{margin-inline:3px}.priority-date{display:flex;align-items:center;gap:6px;font-size:11px;color:hsl(var(--muted-foreground))}.date-dot{width:4px;height:4px;border-radius:50%;background:currentColor}.priority-date.overdue{color:#a47640}.dark .priority-date.overdue{color:#d6b480}.priority-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px}.priority-actions .btn-outline{font-size:10px;min-height:28px;padding:5px 8px;border-color:hsl(var(--border));box-shadow:0 1px 2px #00000004}.priority-actions .btn-icon{width:27px;height:30px;min-height:30px}.focus-footer{display:flex;justify-content:space-between;padding:12px 21px;border-top:1px solid hsl(var(--border));font-size:10px;color:hsl(var(--muted-foreground))}.focus-footer a{display:flex;align-items:center;gap:6px}.priority-empty{display:grid;justify-items:center;padding:36px 16px;color:hsl(var(--muted-foreground));gap:8px}.priority-empty strong{color:hsl(var(--foreground));font-size:14px}.priority-empty p{margin:0 0 8px;font-size:12px}.dashboard-top{grid-template-columns:1fr 1fr;gap:20px}.rings{margin:18px 0 6px}.ring svg{width:100px;height:100px}.ring circle{stroke-width:5}.ring .progress{stroke:hsl(var(--accent));filter:none}.ring.complete .progress{stroke:#709781}.ring-value{top:36px;font-size:19px;font-weight:500;letter-spacing:-.5px;font-variant-numeric:tabular-nums}.ring p{font-size:10px}.target-card .amber-bg{background:hsl(var(--secondary));color:hsl(var(--muted-foreground));font-size:9px}.target-card>.row:last-child{border-top:1px solid hsl(var(--border));padding-top:8px;margin-top:12px}.target-card small{font-size:10px}.funnel-row{grid-template-columns:100px 1fr 20px;margin:12px 0;gap:13px}.funnel-row label{text-align:left;font-size:11px;color:hsl(var(--muted-foreground))}.funnel-row strong{font-size:11px;text-align:right;font-variant-numeric:tabular-nums}.bar{height:7px;background:hsl(var(--secondary));border-radius:2px}.bar>div{padding:0;background:hsl(var(--accent));box-shadow:none;border-radius:2px}.conversion-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid hsl(var(--border));padding-top:13px;margin-top:17px;font-size:10px;color:hsl(var(--muted-foreground))}.conversion-footer strong{color:hsl(var(--foreground));font-size:13px}.analytics-details{border-top:1px solid hsl(var(--border));padding-top:18px}.analytics-details summary{cursor:pointer;font-size:12px;font-weight:500}.analytics-details summary span{font-size:10px;color:hsl(var(--muted-foreground));font-weight:400;margin-left:12px}.analytics-details[open] summary{margin-bottom:24px}.dashboard-footer{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:hsl(var(--muted-foreground));padding-bottom:4px}.dashboard-footer .row{gap:6px}.pipeline-head,.pipeline-head-actions{flex-wrap:wrap}.pipeline-head .search-wrap{min-width:220px}.saved-views,.light .saved-views{background:hsl(var(--secondary)/.4);padding:10px;box-shadow:none}.saved-views .input{background:hsl(var(--card));font-size:11px}.pipeline-result-bar{margin:18px 0 16px;font-size:11px}.column{background:hsl(var(--secondary)/.65);border:0;border-radius:8px;width:272px;padding:10px}.column-head{padding:3px 3px 16px}.column-head strong{text-transform:none;letter-spacing:0;font-size:11px;font-weight:550;color:hsl(var(--secondary-foreground))}.pipeline-card,.light .pipeline-card{background:hsl(var(--card));box-shadow:var(--shadow);border:1px solid hsl(var(--border));border-radius:7px;padding:13px;margin-bottom:9px}.pipeline-card:hover{transform:none;box-shadow:var(--shadow)}.pipeline-card .prospect-link{font-size:12px}.priority-badge{font-size:9px;font-weight:500;border-radius:4px}.sheet,.light .sheet{background:hsl(var(--background));box-shadow:-12px 0 50px #00000010}.sheet-overlay,.light .sheet-overlay,.scrim,.light .scrim{background:#10151050}.sheet-profile-link h2{font-size:20px;font-weight:550;letter-spacing:-.5px}.dropdown,.light .dropdown{box-shadow:0 12px 35px #00000014}.today-summary{border:1px solid hsl(var(--border));border-radius:10px;overflow:hidden;gap:0}.today-summary>div{background:hsl(var(--card));border:0;border-radius:0;padding:22px}.today-summary>div+div{border-left:1px solid hsl(var(--border))}.today-summary strong{font-weight:500}.today-task-group,.light .today-task-group{padding:0}.today-task-group>header{padding:16px 18px}.today-task-copy strong{font-weight:550}.autosave-status,.autosave-footer{font-size:10px}.add-lead-shell{max-width:650px;margin:25px auto}.add-lead-header{margin-bottom:24px}.add-lead-header p{font-size:12px}.add-lead-card,.light .add-lead-card{padding:28px}.add-lead-intro{font-size:12px;margin:0 0 24px}.add-lead-submit{height:40px;margin-top:8px}.segmented{border:0;border-radius:7px;background:hsl(var(--secondary));padding:3px}.segmented button{min-height:34px;font-size:12px;font-weight:500;border-radius:5px}.segmented button.active,.light .segmented button.active{box-shadow:0 1px 4px #0000000d}.template-card,.light .template-card{background:hsl(var(--secondary)/.5)}.niche-row i{background:hsl(var(--accent));box-shadow:none}.insight-metric>strong{font-weight:500}.auth,.light .auth{background:hsl(var(--sidebar-background));padding:30px}.auth:before,.auth-emblem{display:none}.auth-card,.light .auth-card{background:hsl(var(--card));border-color:hsl(var(--border));padding:38px;box-shadow:0 12px 50px #00000005;border-radius:14px;-webkit-backdrop-filter:none;backdrop-filter:none;width:min(100%,430px)}.auth-card .brand{padding:0 0 35px;justify-content:center}.auth h1{font-weight:550;font-size:25px}.auth-sub{font-size:12px;margin:9px 0 28px}.auth-form{gap:19px}.auth-form>.btn{margin-top:6px;min-height:41px}.auth-links{font-size:10px;margin-top:24px}.auth-links a:hover{text-decoration:underline}.auth-theme{top:20px;right:25px}.light .blue-text{color:#547c9f}.light .amber-text{color:#946e33}.light .purple-text{color:#806999}.light .cyan-text{color:#437f85}.light .orange-text{color:#a26d42}.light .emerald-text{color:#4f7e64}.light .red-text{color:#b46666}.light .blue-bg{background:#eaf0f6}.light .amber-bg{background:#f6f1e6}.light .purple-bg{background:#f1edf5}.light .cyan-bg{background:#e9f2f2}.light .orange-bg{background:#f8efe6}.light .emerald-bg{background:#eaf2ed}.light .red-bg{background:#f7ecec}.light .priority-high{color:#ad5c68;background:#f8ecef;border-color:#f1dce2}.light .priority-medium{color:#96733a;background:#f7f2e7;border-color:#eee6d4}.light .priority-low{color:#657584}.light .lookup-status.warning{color:#946e33}.light .lookup-status.error{color:#ac4f4f}.light .duplicate-warning{color:#ad5c68}.light .success-banner,.light .lookup-status.success{color:#387356}.search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;background:#10151050;display:flex;justify-content:center;align-items:flex-start;padding:16vh 20px 20px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.search-dialog{width:600px;max-width:100%;max-height:75vh;overflow:auto;background:hsl(var(--popover));border:1px solid hsl(var(--border));border-radius:12px;box-shadow:0 25px 90px #00000025}.search-dialog-input{display:flex;align-items:center;gap:12px;padding:13px 17px;border-bottom:1px solid hsl(var(--border));color:hsl(var(--muted-foreground))}.search-dialog-input input{flex:1;min-width:0;background:none;border:0;outline:0;color:hsl(var(--foreground));font-size:14px;padding:8px 0}.search-results{padding:6px 10px 12px}.search-results>.eyebrow{padding-left:10px}.search-result{width:100%;display:flex;align-items:center;gap:10px;padding:10px;background:none;border:0;border-radius:7px;color:hsl(var(--foreground));text-align:left}.search-result:hover{background:hsl(var(--secondary))}.search-result-copy{flex:1;min-width:0}.search-result-copy strong{font-size:12px;display:block;overflow:hidden;text-overflow:ellipsis}.search-result-copy small{color:hsl(var(--muted-foreground));font-size:10px}.search-dialog footer{display:flex;justify-content:space-between;padding:12px 20px;font-size:10px;color:hsl(var(--muted-foreground));border-top:1px solid hsl(var(--border))}@media(min-width:1500px){.page{padding-top:48px}.dashboard{gap:30px}.priority-row{min-height:76px}}@media(max-width:1150px){.page{padding:30px 26px}.workspace-topbar{padding-inline:26px}.dashboard-heading h1{font-size:28px}.priority-table-head,.priority-row{grid-template-columns:minmax(160px,1.4fr) 112px 100px 120px;padding-inline:16px;gap:8px}.priority-actions .btn-icon{width:22px}.priority-actions{gap:2px}.priority-actions .btn-outline{font-size:9px}.kpi{padding:17px}.kpi-icon{top:15px;right:15px}.kpi strong{font-size:29px}.focus-tabs{gap:18px;padding-inline:16px}.funnel-row{grid-template-columns:90px 1fr 15px}.dashboard-top{gap:16px}.card,.light .card{padding:18px}.today-task-group,.light .today-task-group{padding:0}}@media(min-width:761px)and (max-width:1000px){.sidebar,.light .sidebar{width:200px}.content{margin-left:200px}.workspace-topbar{padding-inline:20px}.breadcrumb>span,.breadcrumb>svg{display:none}.global-search-trigger{min-width:220px}.page{padding:28px 20px}.dashboard-heading{align-items:flex-start}.dashboard-heading .btn{font-size:10px}.dashboard-heading h1{font-size:25px}.priority-table-head,.priority-row{grid-template-columns:minmax(160px,1fr) 105px 110px}.priority-table-head>span:nth-child(3),.priority-row>.priority-date{display:none}.focus-sort{display:none}.dashboard-top{grid-template-columns:1fr}.kpis{grid-template-columns:repeat(2,1fr)}.kpi:nth-child(3){border-left:0}.kpi:nth-child(n+3){border-top:1px solid hsl(var(--border))}.attention-description{display:none}}@media(max-width:760px){.content{margin-left:0}.workspace-topbar{display:none}.mobile-header{height:61px;background:hsl(var(--background)/.93);border-color:hsl(var(--border));padding:12px 18px}.mobile-header .brand{padding:0;gap:6px}.mobile-header .brand-symbol{width:26px;height:26px}.page{padding:27px 20px}.dashboard{gap:23px}.dashboard-heading{display:flex;flex-wrap:wrap;gap:19px}.dashboard-heading h1{font-size:28px}.dashboard-heading p{font-size:12px}.dashboard-heading .btn{min-height:38px}.page-head h1{font-size:26px}.kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi,.light .kpi{padding:18px 20px}.kpi:nth-child(3){border-left:0}.kpi:nth-child(n+3){border-top:1px solid hsl(var(--border))}.kpi strong{font-size:30px;margin-top:15px}.attention-description{display:none}.attention-strip{padding:12px;font-size:10px;gap:7px}.attention-action{font-size:0;gap:0}.attention-action svg{width:17px;height:17px}.section-heading h2{font-size:17px}.section-heading .text-link{font-size:11px}.focus-tabs{gap:19px;padding-inline:14px;overflow:auto;min-height:49px}.focus-tabs button{min-height:49px;font-size:11px}.focus-sort,.priority-table-head{display:none}.priority-row{grid-template-columns:minmax(0,1fr) auto;padding:13px 14px;gap:7px 10px}.priority-row>div:nth-child(1){grid-column:1;grid-row:1}.priority-row>div:nth-child(2){grid-column:2;grid-row:1;text-align:right}.priority-row>div:nth-child(3){grid-column:1;grid-row:2;margin-left:45px;font-size:10px}.priority-row>div:nth-child(4){grid-column:2;grid-row:2}.priority-profile{gap:9px;padding:0}.priority-profile strong{font-size:11px}.priority-profile small{font-size:9px}.priority-actions .btn-outline{min-height:30px;font-size:9px;padding-inline:7px}.priority-row .badge{font-size:9px;padding:3px 5px}.priority-row .avatar{width:34px;height:34px}.focus-footer{padding:12px 14px;font-size:9px}.dashboard-top{grid-template-columns:1fr}.rings{flex-direction:row;gap:8px;margin-top:22px}.ring{width:130px}.analytics-details summary span{display:block;margin:5px 0 0 16px}.dashboard-footer{align-items:flex-start;gap:12px;flex-direction:column;font-size:9px}.bottom-nav{height:calc(64px + env(safe-area-inset-bottom));padding-bottom:env(safe-area-inset-bottom);border-color:hsl(var(--border));background:hsl(var(--background)/.94)}body{padding-bottom:calc(64px + env(safe-area-inset-bottom))}.bottom-nav a{font-size:9px;gap:5px}.bottom-nav a.active{color:hsl(var(--foreground))}.bottom-nav a.active svg{stroke-width:2}.drawer,.light .drawer{width:280px;padding:20px 16px}.drawer .brand{padding-bottom:22px}.drawer>.row>.btn{align-self:flex-start}.drawer .sidebar-footer{padding-bottom:env(safe-area-inset-bottom)}.today-summary{grid-template-columns:repeat(3,1fr)}.today-summary>div{padding:15px 10px;flex-direction:column;gap:6px;text-align:center}.today-summary>div span{font-size:9px}.today-summary>div svg{width:17px}.today-summary>div strong{font-size:25px}.add-lead-shell{margin:4px auto}.add-lead-card,.light .add-lead-card{padding:20px}.add-lead-header p{font-size:12px}.pipeline-head-actions{width:100%}.pipeline-head .search-wrap{min-width:0}.pipeline-head .filters{width:100%}.search-wrap .input{font-size:11px}.saved-views,.light .saved-views{padding:10px}.pipeline-mobile .column{padding:12px}.auth,.light .auth{padding:20px}.auth-card,.light .auth-card{padding:28px 24px}.search-overlay{padding:80px 12px 20px}.search-result>.badge{display:none}.search-dialog{max-height:72vh}.search-dialog footer{font-size:9px;padding:12px}.search-dialog-input{padding:10px 12px}.search-dialog-input input{font-size:12px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important}.search-overlay{-webkit-backdrop-filter:none;backdrop-filter:none}}@media(prefers-reduced-transparency:reduce){.workspace-topbar,.mobile-header,.bottom-nav{background:hsl(var(--background));-webkit-backdrop-filter:none;backdrop-filter:none}.search-overlay{-webkit-backdrop-filter:none;backdrop-filter:none}}@media(prefers-contrast:more){:root,.light{--border:120 3% 66%;--muted-foreground:150 3% 30%}.dark{--border:120 2% 48%;--muted-foreground:90 3% 80%}}.brand .brand-wordmark{width:128px;max-height:31px;object-fit:contain}.brand-asset-dark{display:none}.brand-asset-light{display:block}.dark .brand-asset-light{display:none}.dark .brand-asset-dark{display:block}.brand-wordmark{width:128px;max-height:31px}.brand-symbol{width:29px;height:29px;flex:none}.auth-card .brand-symbol{width:40px;height:40px}.auth-card .brand-wordmark{width:170px;max-height:40px}::view-transition-old(root),::view-transition-new(root){animation:none;mix-blend-mode:normal}::view-transition-old(root){z-index:1}::view-transition-new(root){z-index:2}html[data-theme-transition] *,html[data-theme-transition] *:before,html[data-theme-transition] *:after{transition-duration:0s!important}.theme-toggle svg{transition:transform var(--motion-feedback) var(--ease-out),opacity var(--motion-feedback) ease}.theme-toggle:active svg{transform:rotate(12deg) scale(.9)}@media(max-width:760px){.mobile-header .brand-wordmark{width:120px;max-height:29px}.today-summary>div{display:flex;flex-direction:column}.today-task-actions{grid-template-columns:40px minmax(0,1fr) minmax(0,1fr)}.today-task-actions>a{grid-column:1;grid-row:1}.today-task-actions>button:first-of-type{grid-column:2/-1;grid-row:1}.today-task-actions>button:nth-of-type(2){grid-column:2;grid-row:2}.today-task-actions>button:last-of-type{grid-column:3;grid-row:2}.today-task-actions .btn{min-height:38px}.today-task-actions svg{flex-shrink:0}}.data-status{position:sticky;top:0;z-index:39;padding:12px 28px;background:hsl(var(--secondary));font-size:12px;display:flex;justify-content:space-between;gap:16px}.data-error{background:#faf0ec;color:#934e38}.data-status button{border:0;background:transparent;color:inherit;text-decoration:underline;white-space:nowrap}.auth-error,.auth-notice{font-size:12px;padding:12px;border-radius:7px;line-height:1.5}.auth-error{background:#faf0ec;color:#934e38}.auth-notice{background:hsl(var(--secondary));color:hsl(var(--secondary-foreground))}.dark .data-error,.dark .auth-error{background:#3c2823;color:#efb8a7}:where(.btn,.nav a,.bottom-nav a,.account-choice,.account-row,.global-search-trigger,.priority-profile,.search-result,.today-task-main,.pipeline-card,.card-open,.select-visible,.segmented button,.text-link,.attention-strip,summary){-webkit-tap-highlight-color:transparent}button:not(:disabled),select,summary,[role=button]{cursor:pointer}button:disabled,.btn:disabled{cursor:not-allowed;opacity:.44}.btn{position:relative;transition:transform var(--motion-press) var(--ease-out),background-color var(--motion-feedback) ease,border-color var(--motion-feedback) ease,color var(--motion-feedback) ease,box-shadow var(--motion-feedback) ease,filter var(--motion-feedback) ease}.btn:hover{filter:none}.btn:active:not(:disabled){transform:scale(.97);transition-duration:.1s}.btn-outline{transition:transform var(--motion-press) var(--ease-out),background-color var(--motion-feedback) ease,border-color var(--motion-feedback) ease,color var(--motion-feedback) ease,box-shadow var(--motion-feedback) ease}.btn-ghost{transition:transform var(--motion-press) var(--ease-out),background-color var(--motion-feedback) ease,color var(--motion-feedback) ease}.input,select.input,textarea.input{transition:background-color var(--motion-feedback) ease,border-color var(--motion-feedback) ease,box-shadow var(--motion-feedback) ease}.input:hover{border-color:hsl(var(--foreground)/.22)}.input:focus-visible{outline:0;border-color:hsl(var(--ring)/.82);box-shadow:0 0 0 3px hsl(var(--ring)/.13)}.input:user-invalid{border-color:#d147479e}button:focus-visible,a:focus-visible,[role=button]:focus-visible,summary:focus-visible,.lead-checkbox:focus-visible{outline:2px solid hsl(var(--ring)/.9);outline-offset:3px}.nav a{position:relative;transition:background-color var(--motion-feedback) ease,color var(--motion-feedback) ease,box-shadow var(--motion-feedback) ease}.nav a.active{box-shadow:inset 2px 0 hsl(var(--foreground));font-weight:550}.nav .sidebar-add.active{border-top-color:hsl(var(--border));border-radius:6px;box-shadow:inset 2px 0 hsl(var(--foreground));background:hsl(var(--sidebar-accent))}.bottom-nav a{border-radius:9px;margin:7px 3px;transition:background-color var(--motion-feedback) ease,color var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.bottom-nav a.active{background:hsl(var(--secondary));color:hsl(var(--foreground))}.bottom-nav a:active{transform:scale(.96)}.logout{transition:background-color var(--motion-feedback) ease,color var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.account-button{transition:background-color var(--motion-feedback) ease,border-color var(--motion-feedback) ease,box-shadow var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.account-button>svg:last-child{transition:transform var(--motion-feedback) var(--ease-out)}.account-button[aria-expanded=true]{border-color:hsl(var(--foreground)/.2);background:hsl(var(--secondary))}.account-button[aria-expanded=true]>svg:last-child{transform:rotate(180deg)}.dropdown{transform-origin:18px 0}.account-row{padding:2px;gap:3px;transition:background-color var(--motion-feedback) ease}.account-row.is-active{background:hsl(var(--secondary))}.account-choice{display:flex;align-items:center;gap:8px;flex:1;min-width:0;min-height:34px;padding:7px;border:0;border-radius:5px;background:transparent;color:inherit;text-align:left}.account-choice span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-row .edit-trigger{opacity:.5;transition:opacity var(--motion-feedback) ease,background-color var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.global-search-trigger{transition:background-color var(--motion-feedback) ease,border-color var(--motion-feedback) ease,color var(--motion-feedback) ease,box-shadow var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.global-search-trigger:active{transform:scale(.985)}.global-search-trigger kbd{padding:2px 5px;border:1px solid hsl(var(--border));border-radius:4px;background:hsl(var(--card));box-shadow:0 1px 1px #00000008}.text-link,.attention-action,.focus-footer a{transition:color var(--motion-feedback) ease}.text-link svg,.attention-action svg,.focus-footer a svg{transition:transform var(--motion-feedback) var(--ease-out)}.attention-strip{border:1px solid transparent;transition:background-color var(--motion-feedback) ease,border-color var(--motion-feedback) ease,box-shadow var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.attention-strip:active{transform:scale(.995)}.focus-tabs button{position:relative;transition:color var(--motion-feedback) ease,border-color var(--motion-feedback) ease}.focus-tabs button[aria-pressed=true]{color:hsl(var(--foreground));border-color:hsl(var(--foreground))}.focus-tabs button[aria-pressed=true] span{color:hsl(var(--foreground));background:hsl(var(--secondary))}.priority-row{transition:background-color var(--motion-feedback) ease}.priority-profile{border-radius:7px;transition:color var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.priority-profile:active{transform:scale(.985)}.priority-profile .avatar{transition:background-color var(--motion-feedback) ease,border-color var(--motion-feedback) ease}.segmented button{position:relative;transition:color var(--motion-feedback) ease,background-color var(--motion-feedback) ease,box-shadow var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.segmented button[aria-selected=true]{color:hsl(var(--foreground));background:hsl(var(--card));box-shadow:0 1px 4px #0000000d}.segmented button:active{transform:scale(.98)}.today-task{transition:background-color var(--motion-feedback) ease}.today-task-main{border-radius:7px;transition:color var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.today-task-main:active{transform:scale(.99)}.today-task-main .avatar{transition:background-color var(--motion-feedback) ease,border-color var(--motion-feedback) ease}.pipeline-card,.light .pipeline-card{cursor:pointer;transition:background-color var(--motion-feedback) ease,border-color var(--motion-feedback) ease,box-shadow var(--motion-feedback) ease,transform var(--motion-feedback) var(--ease-out)}.pipeline-card:focus-visible{outline:2px solid hsl(var(--ring)/.85);outline-offset:2px}.pipeline-card.selected{border-color:hsl(var(--ring)/.72);box-shadow:0 0 0 2px hsl(var(--ring)/.12)}.pipeline-card.dragging{cursor:grabbing;transform:rotate(.7deg) scale(1.015);border-color:hsl(var(--ring)/.55);box-shadow:0 20px 48px #00000028}.column{transition:background-color var(--motion-feedback) ease,box-shadow var(--motion-feedback) ease}.column.dragover{box-shadow:inset 0 0 0 2px hsl(var(--ring)/.28);background:hsl(var(--primary)/.06)}.lead-checkbox{cursor:pointer;transition:transform var(--motion-press) var(--ease-out)}.lead-checkbox:active{transform:scale(.9)}.card-open{opacity:.55;transition:opacity var(--motion-feedback) ease,background-color var(--motion-feedback) ease,color var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.card-open:active{transform:scale(.92)}.select-visible{min-height:30px;padding:5px 8px;border-radius:6px;transition:background-color var(--motion-feedback) ease,color var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.select-visible[aria-pressed=true]{background:hsl(var(--secondary));color:hsl(var(--foreground))}.select-visible:active{transform:scale(.97)}.bulk-actions{transition:opacity var(--motion-surface) var(--ease-out),transform var(--motion-surface) var(--ease-out)}@starting-style{.bulk-actions{opacity:0;transform:translateY(-5px) scale(.99)}}.search-result{transition:background-color var(--motion-feedback) ease,color var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.search-result>svg:last-child{color:hsl(var(--muted-foreground));transition:color var(--motion-feedback) ease,transform var(--motion-feedback) var(--ease-out)}.search-result:active{transform:scale(.992)}.template-copy{transition:background-color var(--motion-feedback) ease,color var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.file-button{transition:background-color var(--motion-feedback) ease,border-color var(--motion-feedback) ease,color var(--motion-feedback) ease,transform var(--motion-press) var(--ease-out)}.lookup-status a,.prospect-link,.sheet-profile-link,.auth-links a{transition:color var(--motion-feedback) ease,text-decoration-color var(--motion-feedback) ease}.analytics-details summary{display:flex;align-items:center;gap:8px;max-width:max-content;border-radius:6px;padding:7px 9px;margin-left:-9px;color:hsl(var(--secondary-foreground));transition:background-color var(--motion-feedback) ease,color var(--motion-feedback) ease}.analytics-details summary::marker{color:hsl(var(--muted-foreground))}.data-status button{border-radius:4px;padding:2px 4px;transition:background-color var(--motion-feedback) ease,color var(--motion-feedback) ease}.account-choice:focus-visible,.search-result:focus-visible,.segmented button:focus-visible,.focus-tabs button:focus-visible{background:hsl(var(--secondary));color:hsl(var(--foreground))}@media(hover:hover)and (pointer:fine){.btn:not(:disabled):hover{filter:none;transform:translateY(-1px);box-shadow:0 5px 14px #00000012}.btn:not(:disabled):hover:active{transform:scale(.97);box-shadow:none}.btn-outline:not(:disabled):hover{background:hsl(var(--secondary));border-color:hsl(var(--foreground)/.2);color:hsl(var(--foreground))}.btn-ghost:not(:disabled):hover{background:hsl(var(--secondary));color:hsl(var(--foreground));box-shadow:none}.nav a:not(.active):hover{background:hsl(var(--sidebar-accent)/.65);color:hsl(var(--foreground))}.nav .sidebar-add:hover{background:hsl(var(--sidebar-accent)/.65)}.bottom-nav a:hover{background:hsl(var(--secondary)/.65);color:hsl(var(--foreground))}.logout:hover{background:#b946461a;color:#d66666}.account-button:hover{background:hsl(var(--secondary));border-color:hsl(var(--foreground)/.18)}.account-row:hover{background:hsl(var(--secondary))}.account-choice:hover{color:hsl(var(--foreground))}.account-row:hover .edit-trigger,.account-row:focus-within .edit-trigger{opacity:1}.global-search-trigger:hover{background:hsl(var(--card));border-color:hsl(var(--foreground)/.2);color:hsl(var(--foreground));box-shadow:0 2px 8px #0000000c}.text-link:hover,.focus-footer a:hover{color:hsl(var(--foreground));text-decoration:none}.text-link:hover svg,.attention-strip:hover .attention-action svg,.focus-footer a:hover svg{transform:translate(3px)}.attention-strip:hover{background:hsl(var(--secondary));border-color:hsl(var(--foreground)/.08);box-shadow:0 4px 16px #0000000a}.focus-tabs button:not([aria-pressed=true]):hover{color:hsl(var(--secondary-foreground))}.priority-row:hover{background:hsl(var(--secondary)/.45)}.priority-profile:hover{color:hsl(var(--foreground))}.priority-profile:hover .avatar,.today-task-main:hover .avatar{background:hsl(var(--primary)/.1);border-color:hsl(var(--primary)/.2)}.segmented button:not([aria-selected=true]):hover{color:hsl(var(--secondary-foreground));background:hsl(var(--card)/.45)}.today-task:hover{background:hsl(var(--secondary)/.28)}.today-task-main:hover strong{color:hsl(var(--foreground))}.pipeline-card:not(.dragging):hover{transform:translateY(-2px);border-color:hsl(var(--foreground)/.2);box-shadow:0 10px 24px #00000014}.pipeline-card.dragging:hover{transform:rotate(.7deg) scale(1.015);box-shadow:0 18px 45px #00000024}.pipeline-card:hover .card-open{opacity:1;background:hsl(var(--secondary));color:hsl(var(--foreground))}.prospect-link:hover,.sheet-profile-link:hover,.lookup-status a:hover,.auth-links a:hover{color:hsl(var(--foreground));text-decoration-color:currentColor}.select-visible:hover,.search-result:hover{background:hsl(var(--secondary));color:hsl(var(--foreground))}.search-result:hover>svg:last-child{color:hsl(var(--foreground));transform:translate(2px,-2px)}.analytics-details summary:hover{background:hsl(var(--secondary));color:hsl(var(--foreground))}.data-status button:hover{background:#0000000b;text-decoration:none}}@media(prefers-reduced-motion:reduce){.btn,.nav a,.bottom-nav a,.account-button,.account-button>svg:last-child,.global-search-trigger,.attention-strip,.text-link svg,.attention-action svg,.focus-footer a svg,.priority-profile,.segmented button,.today-task-main,.pipeline-card,.card-open,.select-visible,.bulk-actions,.search-result,.search-result>svg:last-child{transition-duration:0ms!important;transform:none!important}}.capture-tool{margin:0 0 12px;border:1px solid hsl(var(--border));border-radius:9px;background:hsl(var(--card));overflow:hidden}.capture-tool summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;list-style:none;font-size:11px;color:hsl(var(--secondary-foreground))}.capture-tool summary::-webkit-details-marker{display:none}.capture-tool summary>span{display:flex;align-items:center;gap:8px;font-weight:550}.capture-tool summary small{color:hsl(var(--muted-foreground))}.capture-tool[open] summary{border-bottom:1px solid hsl(var(--border))}.capture-tool-body{display:grid;gap:10px;padding:13px}.capture-tool-body p,.capture-tool-body small{margin:0;color:hsl(var(--muted-foreground));font-size:10px;line-height:1.55}.capture-bookmarklet{width:max-content;cursor:grab}.capture-bookmarklet:active{cursor:grabbing}.enrichment-preview{display:grid;gap:12px;margin-top:10px;padding:14px;border:1px solid hsl(var(--accent)/.28);border-radius:9px;background:hsl(var(--secondary)/.42)}.enrichment-preview header{display:flex;align-items:center;gap:10px}.enrichment-preview header img,.enrichment-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;background:hsl(var(--card));border:1px solid hsl(var(--border))}.enrichment-avatar{display:grid;place-items:center}.enrichment-preview header>div{display:grid;min-width:0}.enrichment-preview header strong,.enrichment-preview header span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.enrichment-preview header span{font-size:10px;color:hsl(var(--muted-foreground))}.source-pill{display:inline-flex!important;align-items:center;gap:4px;margin-left:auto;padding:4px 6px;border-radius:5px;background:hsl(var(--card));border:1px solid hsl(var(--border));font-size:9px!important}.enrichment-stats{display:flex;gap:15px;flex-wrap:wrap;font-size:10px;color:hsl(var(--muted-foreground))}.enrichment-stats strong{color:hsl(var(--foreground));font-size:12px}.enrichment-preview p{margin:0;font-size:11px;line-height:1.55}.enrichment-preview>a{display:inline-flex;align-items:center;gap:4px;font-size:10px;color:hsl(var(--secondary-foreground));overflow:hidden;text-overflow:ellipsis}.enrichment-preview footer{display:flex;gap:7px}.enrichment-preview footer .btn{min-height:32px;font-size:10px}.duplicate-detail{align-items:flex-start}.duplicate-detail>span{display:grid;gap:2px}.duplicate-detail strong{font-weight:600}.duplicate-detail small{color:currentColor;opacity:.78}.avatar-image,.sheet-avatar{object-fit:cover;border:1px solid hsl(var(--border));background:hsl(var(--secondary))}.sheet-avatar{width:42px;height:42px;border-radius:12px;flex:none}.sheet-handle{display:block;margin:-2px 0 6px;color:hsl(var(--muted-foreground));font-size:10px}.lead-attribution{display:flex;align-items:center;gap:7px;margin-bottom:10px;padding:8px 10px;border-radius:7px;background:hsl(var(--secondary)/.55);color:hsl(var(--muted-foreground));font-size:10px}.lead-attribution strong{color:hsl(var(--secondary-foreground));font-weight:550}.priority-reasons{display:flex;gap:5px;flex-wrap:wrap;margin:0 0 14px}.priority-reasons span{padding:4px 7px;border-radius:5px;background:hsl(var(--accent)/.1);color:hsl(var(--accent));font-size:9px;font-weight:550}.lead-biography{margin:0 0 8px;font-size:11px;line-height:1.6;color:hsl(var(--secondary-foreground))}.lead-website{display:flex;align-items:center;gap:6px;margin-bottom:16px;font-size:10px;color:hsl(var(--muted-foreground));overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pipeline-meta{display:block;max-width:175px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:hsl(var(--muted-foreground));font-size:9px}.template-card.recommended{border-color:hsl(var(--accent)/.35);background:hsl(var(--accent)/.055)}.template-card strong small{margin-left:7px;padding:3px 5px;border-radius:4px;background:hsl(var(--accent)/.13);color:hsl(var(--accent));font-size:8px;font-weight:550}.template-actions{display:flex;align-items:center;gap:5px}.template-open{min-height:30px;padding:4px 7px;font-size:9px}.note time{display:block;margin-top:3px}.sheet-next{position:sticky;bottom:-20px;margin:18px -20px -20px;padding:12px 20px;background:hsl(var(--background)/.95);border-top:1px solid hsl(var(--border));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.sheet-next .btn{width:100%}.focus-session{display:flex;align-items:center;gap:12px;padding:13px 14px;border:1px solid hsl(var(--border));border-radius:9px;background:hsl(var(--card))}.focus-session-icon{display:grid;place-items:center;width:32px;height:32px;border-radius:50%;background:hsl(var(--accent)/.12);color:hsl(var(--accent));flex:none}.focus-session>div:nth-child(2){min-width:0;flex:1}.focus-session strong{font-size:11px}.focus-session p{margin:2px 0 0;color:hsl(var(--muted-foreground));font-size:10px}.focus-session button{display:flex;align-items:center;gap:7px;border:0;background:transparent;color:hsl(var(--foreground));font-size:10px;font-weight:550;white-space:nowrap}.focus-session button svg{transition:transform var(--motion-feedback) var(--ease-out)}.focus-session button:hover svg{transform:translate(2px)}.search-group+.search-group{margin-top:10px;padding-top:10px;border-top:1px solid hsl(var(--border))}.search-command-icon{display:grid;place-items:center;width:34px;height:34px;border-radius:8px;background:hsl(var(--secondary));color:hsl(var(--secondary-foreground));flex:none}.team-insight{grid-column:1/-1}.team-table{display:grid;margin-top:12px}.team-table-head,.team-table-row{display:grid;grid-template-columns:minmax(120px,1fr) repeat(3,70px);gap:8px;align-items:center;padding:9px 4px;font-size:10px}.team-table-head{color:hsl(var(--muted-foreground));border-bottom:1px solid hsl(var(--border))}.team-table-row+.team-table-row{border-top:1px solid hsl(var(--border)/.65)}.team-table-row strong{font-weight:550}.team-table-row span:not(:first-child),.team-table-head span:not(:first-child){text-align:right;font-variant-numeric:tabular-nums}@media(max-width:760px){.focus-session{align-items:flex-start;flex-wrap:wrap}.focus-session button{width:100%;justify-content:space-between;padding:8px 4px}.template-card>.space{display:grid}.template-actions{justify-content:space-between}.team-table-head,.team-table-row{grid-template-columns:minmax(90px,1fr) repeat(3,48px)}.sheet-next{bottom:-20px}.capture-bookmarklet{width:100%}}
