*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}:root{--white:#FFFFFF;--off:#FAFBFC;--gray-50:#F8FAFC;--gray-100:#F1F5F9;--gray-200:#E2E8F0;--gray-300:#CBD5E1;--gray-400:#94A3B8;--gray-500:#64748B;--gray-600:#475569;--gray-700:#334155;--gray-800:#1E293B;--gray-900:#0F172A;--green-50:#F0FDF4;--green-100:#DCFCE7;--green-200:#BBF7D0;--green-400:#4ADE80;--green-500:#22C55E;--green-600:#16A34A;--green-700:#15803D;--radius:12px;--radius-lg:16px;--radius-xl:20px}[data-theme=dark]{--white:#0F172A;--off:#1E293B;--gray-50:#1E293B;--gray-100:#334155;--gray-200:#475569;--gray-300:#64748B;--gray-400:#94A3B8;--gray-500:#CBD5E1;--gray-600:#E2E8F0;--gray-700:#F1F5F9;--gray-800:#F8FAFC;--gray-900:#FFFFFF;--green-50:#052E16;--green-100:#14532D;--green-200:#166534;--green-400:#4ADE80;--green-500:#22C55E;--green-600:#4ADE80;--green-700:#86EFAC}[data-theme=dark] body{background:#0f172a;color:#f8fafc}[data-theme=dark] nav{background:#0f172ad9;border-bottom-color:#334155}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,system-ui,sans-serif;background:var(--white);color:var(--gray-900);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.mono{font-family:JetBrains Mono,monospace}.container{max-width:1120px;margin:0 auto;padding:0 2rem}nav{position:fixed;top:0;left:0;right:0;z-index:9999;height:60px;display:flex;align-items:center;background:#ffffffd9;backdrop-filter:blur(20px);border-bottom:1px solid var(--gray-100)}nav .inner{max-width:1120px;margin:0 auto;padding:0 2rem;width:100%;display:flex;justify-content:space-between;align-items:center}.logo{font-weight:800;font-size:1rem;letter-spacing:-.03em;color:var(--gray-900)}.logo a{color:inherit;text-decoration:none}.logo span{color:var(--green-600)}.nav-main{display:flex;align-items:center;gap:.25rem}.nav-link{color:var(--gray-500);text-decoration:none;font-size:.85rem;font-weight:500;transition:color .15s;padding:8px 12px;border-radius:8px;background:none;border:none;cursor:pointer;font-family:inherit;display:inline-flex;align-items:center;gap:4px}.nav-link:hover{color:var(--gray-900);background:var(--gray-50)}.nav-link svg{transition:transform .2s}.nav-r{display:flex;gap:1rem;align-items:center}.nav-r a:not(.pill){color:var(--gray-500);text-decoration:none;font-size:.85rem;font-weight:500;transition:color .15s}.nav-r a:not(.pill):hover{color:var(--gray-900)}.nav-icon{display:inline-flex;align-items:center;justify-content:center;color:var(--gray-400);transition:color .15s}.nav-icon:hover{color:var(--gray-900)}.nav-signin{color:var(--gray-500);font-size:.85rem;font-weight:500}.pill{padding:6px 14px;border-radius:8px;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .15s;display:inline-flex;align-items:center;gap:5px}.pill-green{background:var(--green-600);color:#fff;box-shadow:0 1px 3px #16a34a40}.pill-green:hover{background:var(--green-700);box-shadow:0 4px 12px #16a34a33}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:4px;width:28px;height:20px;position:relative;flex-shrink:0}.hamburger span{display:block;width:100%;height:2px;background:var(--gray-600);border-radius:2px;position:absolute;left:0;transition:all .25s}.hamburger span:nth-child(1){top:0}.hamburger span:nth-child(2){top:9px}.hamburger span:nth-child(3){top:18px}.hamburger.active span:nth-child(1){top:9px;transform:rotate(45deg)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){top:9px;transform:rotate(-45deg)}.nav-dropdown{position:relative}.mega-panel{display:none;position:absolute;top:100%;left:50%;transform:translate(-50%);padding-top:12px;min-width:520px}.mega-panel-wide{min-width:680px}.mega-panel-xwide{min-width:860px}.mega-panel-xxwide{min-width:1080px}.nav-dropdown.active .mega-panel{display:block}.nav-dropdown.active .nav-link svg{transform:rotate(180deg)}.mega-grid{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);box-shadow:0 12px 40px #00000014,0 2px 6px #0000000a;padding:1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.mega-grid-3{grid-template-columns:repeat(3,1fr)}.mega-grid-4{grid-template-columns:repeat(4,1fr)}.mega-grid-5{grid-template-columns:repeat(5,1fr)}.mega-heading{font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400);margin-bottom:.6rem;padding-bottom:.4rem;border-bottom:1px solid var(--gray-100)}.mega-col a{display:block;font-size:.82rem;color:var(--gray-600);text-decoration:none;padding:3px 0;transition:color .15s}.mega-col a:hover{color:var(--green-600)}.mega-footer{margin-top:.75rem;padding-top:.5rem;border-top:1px solid var(--gray-100)}.mega-footer a{font-weight:600;color:var(--green-600)!important;font-size:.8rem!important}.mega-footer a:hover{color:var(--green-700)!important}html.nav-open,body.nav-open{overflow:hidden;position:fixed;width:100%;height:100%}@media(max-width:768px){.nav-main{display:none;position:fixed;inset:60px 0 0;background:var(--white);flex-direction:column;align-items:stretch;padding:1.5rem;overflow-y:scroll;-webkit-overflow-scrolling:touch;gap:0;z-index:9999;overscroll-behavior:contain}.nav-main.open{display:flex!important}.nav-link{padding:12px 0;font-size:.95rem;border-radius:0;border-bottom:1px solid var(--gray-100);justify-content:space-between;width:100%}.nav-link:hover{background:none}nav{backdrop-filter:none;background:var(--white)}.hamburger{display:block;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.nav-r a:not(.pill):not(.nav-signin){display:none}.nav-signin{font-size:.9rem}.nav-dropdown{border:none}.mega-panel,.mega-panel-xwide{display:none;position:static;transform:none;padding-top:0;min-width:auto}.nav-dropdown.active .mega-panel{display:block}.mega-grid{border:none;box-shadow:none;padding:.75rem 0;grid-template-columns:1fr;gap:1rem}.mega-col a{padding:6px 0 6px 1rem;font-size:.9rem}.mega-heading{margin-top:.5rem}}.breadcrumbs{position:static;top:auto;left:auto;right:auto;z-index:auto;height:auto;background:none;backdrop-filter:none;border-bottom:none;display:block;margin-bottom:.75rem;padding-top:0}.breadcrumbs ol{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:0;padding:0;margin:0}.breadcrumbs li{display:flex;align-items:center;font-family:JetBrains Mono,monospace;font-size:.7rem;letter-spacing:.03em;color:var(--gray-400)}.breadcrumbs li:not(:last-child):after{content:"›";margin:0 .5rem;color:var(--gray-300);font-size:.8rem}.breadcrumbs a{color:var(--gray-400);text-decoration:none;transition:color .15s}.breadcrumbs a:hover{color:var(--green-600)}.breadcrumbs span[aria-current=page]{color:var(--gray-600);font-weight:500}.feature-page .breadcrumbs{margin-bottom:.75rem;align-self:flex-start;text-align:left}.feature-page .breadcrumbs li,.feature-page .breadcrumbs a{color:var(--gray-400)}.feature-page .breadcrumbs a:hover{color:var(--green-400)}.feature-page .breadcrumbs span[aria-current=page]{color:var(--gray-500)}.hero{padding:9rem 0 5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-200px;left:50%;transform:translate(-50%);width:900px;height:900px;background:radial-gradient(circle,rgba(34,197,94,.06) 0%,rgba(34,197,94,.02) 40%,transparent 70%);pointer-events:none}.hero-content{text-align:center;position:relative;z-index:1}.hero-badge{display:inline-flex;align-items:center;gap:6px;padding:5px 14px;border-radius:100px;background:var(--green-50);border:1px solid var(--green-100);font-size:.75rem;color:var(--green-700);font-weight:600;font-family:JetBrains Mono,monospace;margin-bottom:1.75rem}.hero-badge i{width:5px;height:5px;border-radius:50%;background:var(--green-500);display:inline-block;animation:blink 2s ease infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}.hero h1{font-size:clamp(2.5rem,5vw,3.75rem);font-weight:800;letter-spacing:-.045em;line-height:1.08;margin-bottom:1.25rem;color:var(--gray-900)}.hero h1 em{font-style:normal;color:var(--green-600)}.hero-sub{font-size:1.1rem;color:var(--gray-500);max-width:520px;margin:0 auto 2.25rem;line-height:1.7;font-weight:400}.hero-actions{display:flex;gap:10px;justify-content:center;flex-wrap:wrap;margin-bottom:4rem}.btn{display:inline-flex;align-items:center;gap:7px;padding:10px 22px;border-radius:10px;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .2s}.btn svg{width:16px;height:16px}.btn-p{background:var(--green-600);color:#fff;box-shadow:0 1px 3px #16a34a40}.btn-p:hover{background:var(--green-700);box-shadow:0 4px 12px #16a34a33;transform:translateY(-1px)}.btn-s{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-200);box-shadow:0 1px 2px #0000000a}.btn-s:hover{border-color:var(--gray-300);background:var(--gray-50)}.terminal-wrap{max-width:720px;margin:0 auto;position:relative}.terminal-wrap:before{content:"";position:absolute;inset:-1px;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--green-200),var(--gray-200),var(--green-100));z-index:0}.terminal{position:relative;z-index:1;background:var(--gray-900);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 20px 60px #0000001f,0 1px 3px #00000014}.terminal-bar{display:flex;align-items:center;gap:6px;padding:12px 16px;background:var(--gray-800);border-bottom:1px solid rgba(255,255,255,.06)}.terminal-dot{width:10px;height:10px;border-radius:50%}.terminal-dot.r{background:#ef4444}.terminal-dot.y{background:#eab308}.terminal-dot.g{background:#22c55e}.terminal-title{margin-left:auto;margin-right:auto;font-family:JetBrains Mono,monospace;font-size:.65rem;color:var(--gray-400);letter-spacing:.04em}.terminal-body{padding:1.25rem 1.5rem;font-family:JetBrains Mono,monospace;font-size:.8rem;line-height:1.8;color:var(--gray-300);text-align:left}.t-prompt{color:var(--green-400)}.t-dim{color:var(--gray-500)}.t-white{color:#e2e8f0}.t-green{color:var(--green-400)}.t-amber{color:#fbbf24}.stats{display:flex;justify-content:center;gap:4rem;padding:3.5rem 0;border-bottom:1px solid var(--gray-100)}.stat{text-align:center}.stat-n{font-size:1.75rem;font-weight:800;color:var(--gray-900);font-family:JetBrains Mono,monospace;letter-spacing:-.03em}.stat-l{font-size:.78rem;color:var(--gray-400);margin-top:2px;font-weight:500}.sec{padding:6rem 0}.sec-alt{background:var(--gray-50)}.sec-label{font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--green-600);margin-bottom:.75rem}.sec-title{font-size:2.25rem;font-weight:800;letter-spacing:-.035em;line-height:1.15;margin-bottom:.75rem;max-width:540px}.sec-desc{font-size:1.05rem;color:var(--gray-500);max-width:480px;line-height:1.7;margin-bottom:3rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.step-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:1.75rem;transition:all .25s}.step-card:hover{box-shadow:0 8px 24px #0000000d;transform:translateY(-2px)}.step-n{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:var(--green-50);color:var(--green-700);font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;margin-bottom:1rem}.step-card h3{font-size:1rem;font-weight:700;margin-bottom:.5rem;letter-spacing:-.01em}.step-card p{font-size:.875rem;color:var(--gray-500);line-height:1.6}.tools-strip{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;padding:2.5rem 0;border-top:1px solid var(--gray-100)}.tool-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 12px;border-radius:8px;background:var(--gray-50);border:1px solid var(--gray-100);font-size:.75rem;font-weight:500;color:var(--gray-600);transition:all .15s}.tool-badge:hover{border-color:var(--gray-200);background:var(--white);box-shadow:0 2px 8px #0000000a}.tool-dot{width:6px;height:6px;border-radius:50%}.skills-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.skill-card{background:var(--white);border:1px solid var(--gray-100);border-radius:var(--radius-lg);padding:1.5rem 1.75rem;transition:all .2s}.skill-card:hover{box-shadow:0 4px 16px #0000000a;border-color:var(--gray-200)}.skill-card h3{font-family:JetBrains Mono,monospace;font-size:.65rem;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-bottom:.75rem;font-weight:600;padding-bottom:.6rem;border-bottom:1px solid var(--gray-100)}.skill-card ul{list-style:none}.skill-card li{padding:4px 0;font-size:.875rem;color:var(--gray-500);display:flex;align-items:baseline;gap:6px}.skill-card li code{font-family:JetBrains Mono,monospace;font-size:.75rem;color:var(--gray-800);background:var(--gray-50);padding:1px 6px;border-radius:4px}.comp{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.comp-card{border-radius:var(--radius-lg);padding:2.25rem}.comp-old{background:var(--gray-50);border:1px solid var(--gray-100)}.comp-new{background:var(--green-50);border:1px solid var(--green-100)}.comp-card h3{font-size:1.05rem;font-weight:700;margin-bottom:1.25rem;letter-spacing:-.01em}.comp-old h3{color:var(--gray-400)}.comp-new h3{color:var(--green-700)}.comp-card ul{list-style:none}.comp-card li{padding:5px 0;font-size:.9rem;color:var(--gray-500);display:flex;gap:8px;line-height:1.5}.comp-card li .ic{flex-shrink:0;margin-top:3px;font-weight:600;font-size:.8rem}.comp-old .ic{color:var(--gray-300)}.comp-new .ic{color:var(--green-500)}.cta-section{padding:6rem 0}.cta-box{max-width:600px;margin:0 auto;text-align:center;background:var(--gray-900);border-radius:var(--radius-xl);padding:3.5rem 3rem;position:relative;overflow:hidden}.cta-box:before{content:"";position:absolute;top:-60px;left:50%;transform:translate(-50%);width:400px;height:400px;background:radial-gradient(circle,rgba(34,197,94,.15) 0%,transparent 60%);pointer-events:none}.cta-box *{position:relative}.cta-box h2{font-size:1.75rem;font-weight:800;color:var(--white);letter-spacing:-.03em;margin-bottom:.75rem}.cta-box p{color:var(--gray-400);font-size:.95rem;line-height:1.7;margin-bottom:2rem;max-width:420px;margin-left:auto;margin-right:auto}.btn-discord{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;border-radius:10px;background:#5865f2;color:#fff;text-decoration:none;font-weight:600;font-size:.925rem;transition:all .2s;box-shadow:0 2px 8px #5865f24d}.btn-discord:hover{background:#4752c4;transform:translateY(-1px);box-shadow:0 4px 16px #5865f24d}.btn-discord svg{width:18px;height:18px}.install-box{max-width:620px;margin:0 auto;border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.install-header{padding:.75rem 1.25rem;background:var(--gray-50);border-bottom:1px solid var(--gray-100);font-family:JetBrains Mono,monospace;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--gray-400)}.install-body{padding:1.25rem}.im{margin-bottom:1rem}.im:last-child{margin-bottom:0}.im-label{font-size:.78rem;color:var(--gray-500);margin-bottom:4px;font-weight:500}.im pre{background:var(--gray-50);border:1px solid var(--gray-100);border-radius:8px;padding:10px 12px;font-family:JetBrains Mono,monospace;font-size:.78rem;color:var(--gray-700);overflow-x:auto}.made-section{padding:5rem 0;border-top:1px solid var(--gray-100)}.made-center{text-align:center}.made-avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;margin:0 auto 1.25rem;display:block;border:2px solid var(--gray-100)}.made-line{font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:500;letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-bottom:1rem}.made-line a{color:var(--gray-700);text-decoration:none;border-bottom:1px solid var(--gray-300);padding-bottom:1px;transition:all .15s}.made-line a:hover{color:var(--gray-900);border-color:var(--gray-500)}.made-line-sub{font-family:JetBrains Mono,monospace;font-size:.8rem;color:var(--gray-400)}.made-line-sub a{color:var(--gray-500);text-decoration:none;border-bottom:1px solid var(--gray-300);padding-bottom:1px;transition:all .15s}.made-line-sub a:hover{color:var(--green-600);border-color:var(--green-600)}footer{padding:2.5rem 0;text-align:center;border-top:1px solid var(--gray-100);font-size:.8rem;color:var(--gray-400)}footer a{color:var(--gray-400);text-decoration:none;font-weight:500}footer a:hover{color:var(--gray-600)}.article-wrapper{padding:5.5rem 0 4rem}.article-header{max-width:720px;margin:0 auto 3rem;text-align:center}.article-header h1{font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.04em;line-height:1.15;margin-bottom:1rem;color:var(--gray-900)}.article-meta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;font-size:.8rem;color:var(--gray-400);font-family:JetBrains Mono,monospace}.article-meta span{display:inline-flex;align-items:center;gap:4px}.article-content{max-width:720px;margin:0 auto}.article-content h1{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:1.5rem;color:var(--gray-900)}.article-content h2{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:2.5rem 0 1rem;color:var(--gray-900)}.article-content h3{font-size:1.15rem;font-weight:700;margin:2rem 0 .75rem;color:var(--gray-800)}.article-content p{font-size:1rem;color:var(--gray-800);line-height:1.8;margin-bottom:1.25rem}.article-content ul,.article-content ol{margin:0 0 1.25rem 1.5rem;color:var(--gray-800);line-height:1.8}.article-content li{margin-bottom:.35rem}.article-content a{color:var(--green-600);text-decoration:underline;text-underline-offset:2px}.article-content a:hover{color:var(--green-700)}.article-content blockquote{border-left:3px solid var(--green-400);padding:.75rem 1.25rem;margin:1.5rem 0;background:var(--green-50);border-radius:0 var(--radius) var(--radius) 0}.article-content blockquote p{color:var(--gray-700);margin-bottom:0}.article-content code{font-family:JetBrains Mono,monospace;font-size:.85rem;background:var(--gray-50);padding:2px 6px;border-radius:4px;color:var(--gray-800)}.article-content pre{background:var(--gray-900);border-radius:var(--radius);padding:1.25rem 1.5rem;margin:1.5rem 0;overflow-x:auto}.article-content pre code{background:none;padding:0;color:var(--gray-300);font-size:.8rem}.article-content img{max-width:100%;border-radius:var(--radius);margin:1.5rem 0}.article-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.9rem}.article-content th,.article-content td{padding:.6rem 1rem;text-align:left;border-bottom:1px solid var(--gray-100)}.article-content th{font-weight:600;color:var(--gray-700);background:var(--gray-50)}.article-content td{color:var(--gray-800)}.glossary-wrapper{padding:5.5rem 0 4rem}.glossary-header{max-width:720px;margin:0 auto 2rem}.glossary-term{font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--green-600);margin-bottom:.5rem}.glossary-header h1{font-size:clamp(1.75rem,3.5vw,2.25rem);font-weight:800;letter-spacing:-.035em;line-height:1.15;margin-bottom:.75rem;color:var(--gray-900)}.glossary-tldr{font-size:1.1rem;color:var(--gray-500);line-height:1.7;padding:1.25rem 1.5rem;background:var(--gray-50);border:1px solid var(--gray-100);border-radius:var(--radius);margin-bottom:2rem}.glossary-content{max-width:720px;margin:0 auto}.feature-page{position:relative}.feature-hero{padding:8rem 0 3.5rem;border-bottom:1px solid var(--gray-100);position:relative;overflow:clip}.feature-hero:before{content:"";position:absolute;top:-200px;left:50%;transform:translate(-50%);width:900px;height:900px;background:radial-gradient(circle,rgba(34,197,94,.06) 0%,rgba(34,197,94,.02) 40%,transparent 70%);pointer-events:none}.feature-hero-inner{max-width:700px;margin:0 auto;text-align:center;display:flex;flex-direction:column;align-items:center}.feature-hero-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;letter-spacing:-.035em;line-height:1.15;margin-bottom:1rem;color:var(--gray-900)}.feature-hero-desc{font-size:1.05rem;color:var(--gray-500);line-height:1.7;margin-bottom:0}.feature-badge{display:inline-block;padding:4px 12px;border-radius:100px;font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;margin-bottom:1.25rem}.tier-core .feature-badge{background:var(--green-50);color:var(--green-700);border:1px solid var(--green-100)}.tier-specialist .feature-badge{background:#eef2ff;color:#4f46e5;border:1px solid #E0E7FF}.tier-tool .feature-badge{background:#fffbeb;color:#b45309;border:1px solid #FEF3C7}.feature-hero-cta{margin-top:1.75rem}.feature-hero-cta svg{width:16px;height:16px}.feature-hero-ctas{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.75rem}.feature-hero-ctas .btn svg{width:16px;height:16px}.feature-hero-subhead{margin:.75rem 0 0;font-size:.875rem;color:var(--gray-600)}.feature-cta-dual{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;width:100%;max-width:780px}.feature-cta-dual .feature-hero-ctas{margin-top:0}.feature-cta-dual .feature-hero-subhead{margin:0;flex-shrink:1;min-width:0}@media(max-width:640px){.feature-cta-dual{flex-direction:column;align-items:stretch;text-align:center}.feature-cta-dual .feature-hero-ctas{justify-content:center}}.feature-body{padding:3rem 0 4rem}.feature-content{max-width:780px;margin:0 auto}.feature-content>h2{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin:3rem 0 1rem;padding-top:2rem;color:var(--gray-900);border-top:1px solid var(--gray-100)}.feature-content>h2:first-of-type{border-top:none;padding-top:0;margin-top:0}.feature-content>h3{font-size:1.1rem;font-weight:700;margin:1.75rem 0 .6rem;color:var(--gray-800)}.feature-content>p,.feature-content h2~p,.feature-content h3~p{font-size:1rem;color:var(--gray-800);line-height:1.8;margin-bottom:1.25rem}.feature-content ul,.feature-content ol{margin:0 0 1.25rem 1.5rem;line-height:1.8;color:var(--gray-800)}.feature-content li{margin-bottom:.35rem}.feature-content a{color:var(--green-600);text-decoration:underline;text-underline-offset:2px}.feature-content a:hover{color:var(--green-700)}.feature-content blockquote{border-left:3px solid var(--green-400);padding:.75rem 1.25rem;margin:1.5rem 0;background:var(--green-50);border-radius:0 var(--radius) var(--radius) 0}.feature-content blockquote p{color:var(--gray-700);margin-bottom:0}.feature-content code{font-family:JetBrains Mono,monospace;font-size:.85rem;background:var(--gray-50);padding:2px 6px;border-radius:4px;color:var(--gray-800)}.feature-content p>strong{font-weight:700;color:var(--gray-800)}.feature-content pre{background:var(--gray-900);border-radius:var(--radius-lg);padding:1.5rem 1.75rem;margin:2rem 0;overflow-x:auto;border:1px solid var(--gray-800)}.feature-content pre code{background:none;padding:0;color:var(--gray-300);font-size:.8rem;line-height:1.8}.feature-cta-bar{position:sticky;bottom:0;background:#ffffffeb;backdrop-filter:blur(12px);border-top:1px solid var(--gray-100);padding:.75rem 0;z-index:50;transition:transform .25s ease}.feature-cta-bar.is-hidden{transform:translateY(110%);pointer-events:none}.feature-cta-inner{display:flex;align-items:center;justify-content:space-between;max-width:780px}.feature-cta-text{font-size:.9rem;font-weight:600;color:var(--gray-600)}.feature-cta-bar .btn{padding:8px 20px;font-size:.85rem}@media(max-width:768px){.steps,.skills-grid,.comp{grid-template-columns:1fr}.hero{padding:7rem 0 3rem}.stats{gap:2rem}.sec{padding:4rem 0}.sec-title{font-size:1.75rem}.terminal-wrap{margin:0 -1rem}.article-wrapper,.glossary-wrapper{padding:4.5rem 0 3rem}.feature-hero{padding:6rem 0 2rem}.feature-cta-inner{flex-direction:column;gap:.5rem;text-align:center}}@media(max-width:480px){.hero h1{font-size:2rem}.stats{flex-direction:column;gap:1rem}.hero-actions{flex-direction:column;align-items:stretch}.btn{justify-content:center}.cta-box{padding:2.5rem 1.5rem;border-radius:var(--radius-lg)}}.skill-tryout-section{padding:4rem 0;background:var(--white);border-top:1px solid var(--gray-100)}.skill-tryout-section .container{max-width:780px}.skill-tryout-section-header{text-align:center;margin-bottom:2rem}.skill-tryout-section-label{font-family:JetBrains Mono,monospace;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--green-600);margin-bottom:.75rem}.skill-tryout-section-title{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--gray-900);margin:0 0 .5rem}.skill-tryout-section-desc{font-size:1rem;color:var(--gray-500);margin:0}.app-body{min-height:100vh;background:radial-gradient(ellipse 80% 50% at 50% -20%,rgba(34,197,94,.03),transparent),linear-gradient(180deg,#fafafa,#f5f5f4)}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:radial-gradient(ellipse 60% 40% at 50% 0%,rgba(34,197,94,.04),transparent),linear-gradient(180deg,#fafafa,#f5f5f4)}.auth-container{width:100%;max-width:420px}.auth-logo{text-align:center;margin-bottom:2rem}.auth-logo a{font-weight:800;font-size:1.125rem;letter-spacing:-.03em;color:var(--gray-900);text-decoration:none}.auth-logo span{color:var(--green-600)}.auth-card{background:var(--white);border:1px solid rgba(0,0,0,.06);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:0 0 0 1px #00000005,0 1px 2px #00000008,0 4px 8px #0000000a,0 12px 24px #0000000d}.auth-header{text-align:center;margin-bottom:2rem}.auth-icon{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg,var(--green-50) 0%,#ECFDF5 100%);border:1px solid rgba(34,197,94,.1);border-radius:14px;color:var(--green-600);margin-bottom:1.25rem;box-shadow:0 2px 4px #22c55e0f,inset 0 1px #ffffff80}.auth-icon svg{width:28px;height:28px}.auth-title{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--gray-900);margin:0 0 .5rem}.auth-subtitle{font-size:.95rem;color:var(--gray-500);margin:0;line-height:1.5}.auth-context{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1rem;background:var(--green-50);border:1px solid var(--green-100);border-radius:8px;font-size:.8rem;color:var(--green-700);margin-bottom:1.5rem;width:100%;justify-content:center}.auth-context svg{width:16px;height:16px;flex-shrink:0}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-field{display:flex;flex-direction:column;gap:.375rem}.auth-label{font-size:.85rem;font-weight:600;color:var(--gray-700)}.auth-input{padding:.75rem 1rem;border:1px solid var(--gray-200);border-radius:10px;font-family:inherit;font-size:.95rem;color:var(--gray-900);transition:all .2s ease;background:linear-gradient(180deg,#FAFAFA 0%,var(--white) 100%);box-shadow:inset 0 1px 2px #0000000a}.auth-input:hover{border-color:var(--gray-300)}.auth-input:focus{outline:none;border-color:var(--green-400);background:var(--white);box-shadow:0 0 0 3px #22c55e1a,inset 0 0 #0000}.auth-input::placeholder{color:var(--gray-400)}.auth-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.875rem 1.5rem;background:var(--green-600);color:var(--white);border:none;border-radius:10px;font-family:inherit;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .15s;margin-top:.5rem}.auth-submit:hover{background:var(--green-700);transform:translateY(-1px);box-shadow:0 4px 12px #16a34a40}.auth-submit:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.auth-submit svg{width:18px;height:18px}.auth-features{display:flex;flex-direction:column;gap:.625rem;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--gray-100)}.auth-feature{display:flex;align-items:center;gap:.625rem;font-size:.875rem;color:var(--gray-600)}.auth-feature svg{width:16px;height:16px;color:var(--green-500);flex-shrink:0}.auth-footer{text-align:center;margin-top:1.5rem}.auth-footer-text{font-size:.85rem;color:var(--gray-500)}.auth-footer-link{color:var(--green-600);text-decoration:none;font-weight:600}.auth-footer-link:hover{color:var(--green-700);text-decoration:underline}.auth-legal{text-align:center;margin-top:1.25rem;font-size:.75rem;color:var(--gray-400);line-height:1.5}.auth-legal a{color:var(--gray-500);text-decoration:underline}.auth-divider{display:flex;align-items:center;gap:1rem;margin:1.25rem 0}.auth-divider-line{flex:1;height:1px;background:var(--gray-200)}.auth-divider-text{font-size:.75rem;color:var(--gray-400);font-weight:500}.welcome-card{text-align:center}.welcome-checkmark{display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;background:linear-gradient(135deg,var(--green-50) 0%,#ECFDF5 100%);border:2px solid rgba(34,197,94,.15);border-radius:50%;color:var(--green-600);margin-bottom:1.5rem;box-shadow:0 4px 12px #22c55e1f,inset 0 1px #ffffff80}.welcome-checkmark svg{width:36px;height:36px}.welcome-title{font-size:1.75rem;font-weight:800;letter-spacing:-.03em;color:var(--gray-900);margin:0 0 .5rem}.welcome-subtitle{font-size:1rem;color:var(--gray-500);margin:0 0 2rem;line-height:1.5}.welcome-cta{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:linear-gradient(180deg,var(--green-500) 0%,var(--green-600) 100%);color:var(--white);border:none;border-radius:10px;font-family:inherit;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000001a,0 4px 8px #16a34a26,inset 0 1px #ffffff26}.welcome-cta:hover{background:linear-gradient(180deg,var(--green-600) 0%,var(--green-700) 100%);transform:translateY(-2px);box-shadow:0 2px 4px #0000001a,0 8px 16px #16a34a33,inset 0 1px #ffffff26}.welcome-cta:active{transform:translateY(0)}.welcome-cta svg{width:20px;height:20px}.welcome-note{font-size:.85rem;color:var(--gray-400);margin-top:1.25rem}.app-layout{display:flex;flex:1 1 auto;min-height:0;overflow:hidden}.app-sidebar{width:280px;background:linear-gradient(180deg,var(--white) 0%,#FAFAFA 100%);border-right:1px solid rgba(0,0,0,.06);display:flex;flex-direction:column;flex-shrink:0;height:100%;min-height:0;transition:transform .25s ease,width .25s ease;box-shadow:1px 0 3px #00000005}.app-sidebar.collapsed{width:0;transform:translate(-280px)}.app-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1rem .5rem;flex-shrink:0}.app-sidebar-logo{font-weight:700;font-size:1.125rem;letter-spacing:-.02em;color:var(--gray-900);text-decoration:none}.app-sidebar-logo span{color:var(--green-600)}.app-sidebar-toggle{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:none;border:none;color:var(--gray-400);cursor:pointer;border-radius:6px;transition:all .15s}.app-sidebar-toggle:hover{background:var(--gray-100);color:var(--gray-600)}.app-sidebar-toggle svg{width:18px;height:18px}.app-sidebar-tabs{display:flex;padding:.75rem;gap:.25rem;border-bottom:1px solid var(--gray-100)}.app-sidebar-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:.375rem;padding:.5rem .75rem;background:none;border:1px solid transparent;border-radius:8px;font-family:inherit;font-size:.8rem;font-weight:600;color:var(--gray-500);cursor:pointer;transition:all .15s}.app-sidebar-tab:hover{background:var(--gray-50);color:var(--gray-700)}.app-sidebar-tab.active{background:var(--white);border-color:var(--gray-200);color:var(--gray-900);box-shadow:0 1px 2px #0000000a}.app-sidebar-tab svg{width:14px;height:14px}.app-sidebar-content{flex:1;display:flex;flex-direction:column;overflow:hidden}.app-sidebar-actions{padding:1.25rem 1rem .75rem;display:flex;flex-direction:column;gap:0;flex-shrink:0}.app-sidebar-action{display:flex;align-items:center;gap:.875rem;width:100%;padding:.75rem .5rem;background:none;border:none;border-radius:8px;font-family:inherit;font-size:.9375rem;font-weight:400;color:var(--gray-800);cursor:pointer;transition:background .15s;text-align:left;text-decoration:none}.app-sidebar-action:hover{background:var(--gray-100)}.app-sidebar-action svg{width:20px;height:20px;color:var(--gray-500)}.app-sidebar-badge{margin-left:auto;min-width:1.25rem;height:1.25rem;padding:0 .375rem;border-radius:999px;background:var(--green-600, #16a34a);color:#fff;font-size:.6875rem;font-weight:600;line-height:1.25rem;text-align:center}.app-sidebar-list{flex:1 1 0;min-height:0;overflow-y:auto;padding:.5rem 1rem;scrollbar-width:none;-ms-overflow-style:none}.app-sidebar-list::-webkit-scrollbar{display:none}.app-sidebar-section{margin-bottom:1rem}.app-sidebar-section-title{font-size:.8125rem;font-weight:400;color:var(--gray-400);padding:.75rem .5rem .5rem}.app-sidebar-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .5rem;background:none;border:none;border-radius:8px;font-family:inherit;font-size:.9375rem;font-weight:400;color:var(--gray-700);cursor:pointer;transition:all .15s;text-align:left}.app-sidebar-item:hover,.app-sidebar-item.active{background:var(--gray-100)}.app-sidebar-show-more,.app-sidebar-see-all{padding:.375rem .5rem;font-size:.8125rem;color:var(--gray-500);text-decoration:none}.app-sidebar-show-more:hover,.app-sidebar-see-all:hover{color:var(--gray-800)}.app-sidebar-item svg{width:18px;height:18px;flex-shrink:0;color:var(--gray-400)}.app-sidebar-item-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-sidebar-item-badge{font-size:.65rem;font-weight:600;padding:.125rem .375rem;border-radius:100px;flex-shrink:0}.app-sidebar-item-badge.critical{background:#fee2e2;color:#dc2626}.app-sidebar-item-badge.important{background:#fef3c7;color:#d97706}.app-conversation-item:hover{background:var(--gray-50);border-color:var(--gray-100);color:var(--gray-900)}.app-conversation-item.active{background:linear-gradient(135deg,var(--green-50) 0%,#ECFDF5 100%);border-color:#22c55e26;color:var(--green-700);box-shadow:0 1px 3px #22c55e14}.app-conversation-item svg{width:16px;height:16px;flex-shrink:0;opacity:.6}.app-conversation-title{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-sidebar-brief-header{padding:1.25rem 1rem .5rem}.app-sidebar-back{display:flex;align-items:center;gap:.375rem;padding:.375rem 0;background:none;border:none;font-family:inherit;font-size:.875rem;color:#6b7280;cursor:pointer;transition:color .15s}.app-sidebar-back:hover{color:#374151}.app-sidebar-back svg{width:16px;height:16px}.app-sidebar-brief-name{font-size:1.25rem;font-weight:600;color:#111827;margin-top:.5rem}.app-sidebar-empty-text{font-size:.875rem;color:#9ca3af;padding:.5rem;margin:0}.app-sidebar-brief-details{display:flex;flex-direction:column;gap:.625rem;padding:.5rem}.app-sidebar-brief-stat{display:flex;justify-content:space-between;align-items:center}.app-sidebar-brief-stat .stat-label{font-size:.8125rem;color:#6b7280}.app-sidebar-brief-stat .stat-value{font-size:.8125rem;font-weight:500;color:#374151}.app-sidebar-brief-settings{display:flex;align-items:center;gap:.625rem;width:100%;padding:.625rem .5rem;margin-top:.5rem;background:none;border:none;border-radius:8px;font-family:inherit;font-size:.875rem;color:#4b5563;cursor:pointer;transition:all .15s}.app-sidebar-brief-settings:hover{background:#f3f4f6}.app-sidebar-brief-settings svg{width:16px;height:16px;color:#9ca3af}.app-brief-view{flex:1;display:flex;flex-direction:column;overflow:hidden}.app-brief-view-header{padding:1.5rem 2rem 0}.app-brief-back{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem 0;background:none;border:none;font-family:inherit;font-size:.875rem;color:#6b7280;cursor:pointer;transition:color .15s}.app-brief-back:hover{color:#111827}.app-brief-back svg{width:14px;height:14px}.app-brief-view-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:2rem;overflow-y:auto}.app-brief-title{font-size:1.75rem;font-weight:600;color:#111827;margin:0 0 1.5rem;letter-spacing:-.02em;text-align:center}.app-brief-input-container{width:100%;max-width:600px;margin-bottom:1.5rem}.app-brief-tabs{display:flex;justify-content:center;gap:.25rem;margin-bottom:1rem;border-bottom:1px solid #e5e7eb;width:100%;max-width:600px}.app-brief-tab{display:flex;align-items:center;gap:.375rem;padding:.625rem 1rem;background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-1px;font-family:inherit;font-size:.875rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .15s}.app-brief-tab:hover{color:#111827}.app-brief-tab.active{color:#111827;border-bottom-color:#111827}.app-brief-tab-badge{font-size:.6875rem;font-weight:600;padding:.125rem .375rem;border-radius:100px;background:#fee2e2;color:#dc2626}.app-brief-tab-content{width:100%;max-width:600px}.app-brief-empty-tab{font-size:.9375rem;color:#9ca3af;margin:2rem 0;text-align:center}.app-brief-conversation-list{display:flex;flex-direction:column}.app-brief-conversation-item{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 0;background:none;border:none;border-bottom:1px solid #f3f4f6;font-family:inherit;text-align:left;cursor:pointer;transition:background .15s}.app-brief-conversation-item:hover{background:#fafafa;margin:0 -1rem;padding-left:1rem;padding-right:1rem}.app-brief-conversation-info{display:flex;flex-direction:column;gap:.25rem;flex:1;min-width:0}.app-brief-conversation-title{font-size:.9375rem;font-weight:500;color:#111827}.app-brief-conversation-preview{font-size:.8125rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-brief-conversation-date{font-size:.8125rem;color:#9ca3af;flex-shrink:0}.app-brief-next-action-banner{display:flex;flex-direction:column;gap:.25rem;padding:.875rem 1rem;background:#ecfdf5;border:1px solid #d1fae5;border-radius:8px;margin-bottom:1rem}.next-action-label{font-size:.6875rem;font-weight:600;color:#047857;text-transform:uppercase;letter-spacing:.05em}.next-action-text{font-size:.875rem;color:#065f46;line-height:1.4}.app-brief-findings-list{display:flex;flex-direction:column;gap:.5rem}.app-brief-finding-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.app-brief-finding-item .finding-severity{font-size:.6875rem;font-weight:600;padding:.125rem .5rem;border-radius:100px;flex-shrink:0}.app-brief-finding-item.critical .finding-severity{background:#fee2e2;color:#dc2626}.app-brief-finding-item.important .finding-severity{background:#fef3c7;color:#d97706}.app-brief-finding-item.monitor .finding-severity{background:#e5e7eb;color:#6b7280}.app-brief-finding-item .finding-text{font-size:.875rem;color:#374151;line-height:1.4}.app-brief-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem 1.5rem;margin-bottom:1.5rem}.details-item{display:flex;flex-direction:column;gap:.125rem}.details-item.full-width{grid-column:1 / -1}.details-label{font-size:.75rem;color:#9ca3af}.details-value{font-size:.875rem;color:#111827;font-weight:500}.app-brief-details-subtitle{font-size:.8125rem;font-weight:600;color:#6b7280;margin:0 0 .75rem;padding-top:1rem;border-top:1px solid #e5e7eb}.app-brief-deliverables-list{display:flex;flex-direction:column;gap:.375rem}.deliverable-row{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;color:#374151;line-height:1.4}.deliverable-row.completed{color:#9ca3af}.deliverable-row.completed .deliverable-text{text-decoration:line-through}.deliverable-check{color:#9ca3af;flex-shrink:0}.deliverable-row.completed .deliverable-check{color:#10b981}.next-action-input{flex:1;background:transparent;border:1px solid transparent;border-radius:6px;padding:.25rem .5rem;font:inherit;color:inherit;width:100%}.next-action-input:hover{border-color:var(--gray-200)}.next-action-input:focus{outline:none;border-color:var(--green-500);background:var(--white)}.app-brief-finding-item{position:relative}.app-brief-finding-remove,.deliverable-remove{margin-left:auto;background:transparent;border:none;color:var(--gray-400);font-size:1.1rem;line-height:1;cursor:pointer;padding:0 .25rem;border-radius:4px}.app-brief-finding-remove:hover,.deliverable-remove:hover{background:var(--gray-100);color:var(--gray-700)}.deliverable-check{background:transparent;border:none;font:inherit;cursor:pointer;padding:0}.app-brief-add-finding,.app-brief-add-deliverable{display:flex;gap:.5rem;margin-top:.75rem}.app-brief-add-finding input,.app-brief-add-deliverable input{flex:1;padding:.4rem .6rem;border:1px solid var(--gray-200);border-radius:6px;font:inherit;color:inherit;background:var(--white)}.app-brief-add-finding input:focus,.app-brief-add-deliverable input:focus{outline:none;border-color:var(--green-500)}.app-brief-add-finding select{padding:.4rem .5rem;border:1px solid var(--gray-200);border-radius:6px;font:inherit;color:inherit;background:var(--white)}.app-brief-add-finding button,.app-brief-add-deliverable button{padding:.4rem .75rem;border:none;border-radius:6px;background:var(--green-500);color:var(--white);font:inherit;font-weight:500;cursor:pointer}.app-brief-add-finding button:disabled,.app-brief-add-deliverable button:disabled{background:var(--gray-300);cursor:not-allowed}.app-brief-branding{display:flex;flex-direction:column;gap:1rem}.branding-logo-row{display:flex;flex-direction:column;gap:.5rem}.branding-logo-preview{display:flex;align-items:center;gap:1rem}.branding-logo-img{width:80px;height:80px;object-fit:contain;border:1px solid var(--gray-200);border-radius:8px;background:var(--white)}.branding-logo-placeholder{width:80px;height:80px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;background:var(--gray-50);border:1px dashed var(--gray-300);border-radius:8px;color:var(--gray-400)}.branding-logo-placeholder svg{width:24px;height:24px}.branding-logo-placeholder span{font-size:.6875rem}.branding-upload-btn{padding:.5rem 1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:6px;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--gray-700);cursor:pointer;transition:all .15s}.branding-upload-btn:hover:not(:disabled){background:var(--gray-50);border-color:var(--gray-300)}.branding-upload-btn:disabled{opacity:.6;cursor:not-allowed}.branding-remove-btn{color:var(--red-600, #dc2626);border-color:var(--red-200, #fecaca)}.branding-remove-btn:hover:not(:disabled){background:var(--red-50, #fef2f2);border-color:var(--red-300, #fca5a5)}.branding-colors-row{display:flex;gap:1.5rem}.branding-color-item{display:flex;flex-direction:column;gap:.375rem}.branding-color-preview{display:flex;align-items:center;gap:.5rem}.branding-color-swatch{width:28px;height:28px;border-radius:6px;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 2px #0000000d}.branding-color-value{font-family:JetBrains Mono,monospace;font-size:.8125rem;color:var(--gray-600);text-transform:uppercase}.app-brief-log-tab{display:flex;flex-direction:column}.app-brief-log-entry{display:flex;flex-direction:column;gap:.25rem;padding:.875rem 0;border-bottom:1px solid #f3f4f6}.log-date{font-size:.6875rem;font-weight:600;color:#9ca3af;text-transform:uppercase}.log-summary{font-size:.875rem;color:#374151;line-height:1.4}.log-section{margin-bottom:1.5rem}.log-section-title{font-size:.75rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.app-brief-log-entry.tool-run{flex-direction:row;align-items:center;gap:.75rem}.log-tool-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--gray-100);color:var(--gray-500)}.log-tool-icon svg{width:16px;height:16px}.app-brief-log-entry.tool-run.success .log-tool-icon{background:var(--green-100);color:var(--green-600)}.app-brief-log-entry.tool-run.warning .log-tool-icon{background:#fef3c7;color:#d97706}.app-brief-log-entry.tool-run.error .log-tool-icon{background:#fee2e2;color:#dc2626}.log-tool-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.log-tool-name{font-size:.875rem;font-weight:500;color:var(--gray-900)}.log-tool-result{font-size:.8125rem;color:var(--gray-500)}.app-brief-insights-tab{display:flex;flex-direction:column;gap:1.5rem}.app-brief-insights-section{display:flex;flex-direction:column}.app-brief-insights-section-title{font-size:.75rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem}.app-brief-empty-section{font-size:.875rem;color:var(--gray-400);font-style:italic}.app-brief-reports-list{display:flex;flex-direction:column;gap:.5rem}.app-brief-report-item{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:var(--gray-50);border-radius:8px}.report-icon{width:36px;height:36px;background:var(--white);border:1px solid var(--gray-200);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--gray-400)}.report-icon svg{width:18px;height:18px}.report-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.report-name{font-size:.875rem;font-weight:500;color:var(--gray-900)}.report-date{font-size:.75rem;color:var(--gray-500)}.report-download-btn{width:32px;height:32px;background:none;border:1px solid var(--gray-200);border-radius:6px;display:flex;align-items:center;justify-content:center;color:var(--gray-400);cursor:pointer;transition:all .15s}.report-download-btn:hover{background:var(--white);border-color:var(--green-400);color:var(--green-600)}.report-download-btn svg{width:16px;height:16px}.app-brief-scans-list{display:flex;flex-direction:column;gap:.5rem}.app-brief-scan-item{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;background:var(--gray-50);border-radius:8px}.scan-type-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center}.scan-type-icon svg{width:14px;height:14px}.scan-type-icon.geogrid{background:#e0e7ff;color:#4f46e5}.scan-type-icon.audit{background:var(--green-100);color:var(--green-600)}.scan-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.scan-name{font-size:.8125rem;font-weight:500;color:var(--gray-900)}.scan-date{font-size:.6875rem;color:var(--gray-500)}.scan-result{font-size:.875rem;font-weight:600;font-family:JetBrains Mono,monospace}.scan-result.good{color:var(--green-600)}.scan-result.ok{color:#d97706}.scan-result.low{color:#dc2626}.app-brief-keywords-list{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.keyword-item{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--gray-100);border-radius:999px;font-size:.8125rem;color:var(--gray-700)}.keyword-item.primary{background:var(--green-100);color:var(--green-700)}.keyword-badge{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.app-brief-metrics-row{display:flex;gap:1rem;margin-bottom:1rem}.metric-card{flex:1;display:flex;flex-direction:column;gap:.25rem;padding:1rem;background:var(--gray-50);border-radius:10px;text-align:center}.metric-label{font-size:.75rem;font-weight:500;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em}.metric-value{font-size:1.5rem;font-weight:700;font-family:JetBrains Mono,monospace}.metric-value.good{color:var(--green-600)}.metric-value.ok{color:#d97706}.metric-value.low{color:#dc2626}.app-brief-settings-tab{display:flex;flex-direction:column;gap:1.5rem}.settings-section{display:flex;flex-direction:column;gap:1rem}.settings-row{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.settings-field{display:flex;flex-direction:column;gap:.375rem}.settings-label{font-size:.75rem;font-weight:500;color:var(--gray-600)}.settings-select{padding:.5rem .75rem;background:var(--white);border:1px solid var(--gray-200);border-radius:6px;font-family:inherit;font-size:.875rem;color:var(--gray-900);cursor:pointer}.settings-select:focus{outline:none;border-color:var(--green-400)}.settings-select:disabled{background:var(--gray-50);color:var(--gray-500);cursor:not-allowed}.settings-soon{font-style:italic;font-weight:400;color:var(--gray-500);font-size:.75rem;margin-left:.25rem}.settings-input-group{display:flex;align-items:center}.settings-input{flex:1;padding:.5rem .75rem;background:var(--white);border:1px solid var(--gray-200);border-radius:6px 0 0 6px;font-family:inherit;font-size:.875rem;color:var(--gray-900);max-width:80px}.settings-input:focus{outline:none;border-color:var(--green-400)}.settings-input-suffix{padding:.5rem .75rem;background:var(--gray-50);border:1px solid var(--gray-200);border-left:none;border-radius:0 6px 6px 0;font-size:.8125rem;color:var(--gray-500)}.branding-color-input{width:28px;height:28px;padding:0;border:1px solid rgba(0,0,0,.1);border-radius:6px;cursor:pointer}.branding-color-input::-webkit-color-swatch-wrapper{padding:0}.branding-color-input::-webkit-color-swatch{border:none;border-radius:4px}.details-link{color:var(--green-600);text-decoration:none}.details-link:hover{text-decoration:underline}@media(max-width:768px){.app-brief-view-header,.app-brief-view-content{padding:1rem}.app-brief-title{font-size:1.5rem}.app-brief-details-grid{grid-template-columns:1fr}}.app-sidebar-usage{padding:.75rem 1rem;border-top:1px solid var(--gray-100)}.app-usage-link{display:block;padding:.625rem .75rem;background:var(--gray-50);border-radius:8px;text-decoration:none;transition:background .15s}.app-usage-link:hover{background:var(--gray-100)}.app-usage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.375rem}.app-usage-label{font-size:.75rem;font-weight:500;color:var(--gray-600)}.app-usage-percent{font-size:.75rem;font-weight:600;font-family:JetBrains Mono,monospace}.app-usage-percent.normal{color:var(--green-600)}.app-usage-percent.warning{color:#d97706}.app-usage-percent.overage{color:#dc2626}.app-usage-bar{height:4px;background:var(--gray-200);border-radius:2px;overflow:hidden;margin-bottom:.375rem}.app-usage-fill{height:100%;border-radius:2px;transition:width .3s ease}.app-usage-fill.normal{background:var(--green-500)}.app-usage-fill.warning{background:#f59e0b}.app-usage-fill.overage{background:#ef4444}.app-usage-detail{font-size:.6875rem;color:var(--gray-500);display:flex;justify-content:space-between}.app-usage-overage{color:#dc2626;font-weight:500}.app-header-usage{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;border-radius:16px;font-size:.75rem;font-weight:500;font-family:JetBrains Mono,monospace;text-decoration:none;transition:all .15s}.app-header-usage svg{width:14px;height:14px}.app-header-usage.normal{background:var(--green-50);color:var(--green-700)}.app-header-usage.normal:hover{background:var(--green-100)}.app-header-usage.warning{background:#fef3c7;color:#92400e}.app-header-usage.warning:hover{background:#fde68a}.app-header-usage.overage{background:#fee2e2;color:#991b1b}.app-header-usage.overage:hover{background:#fecaca}.app-sidebar-footer{padding:.5rem 1rem 1rem;position:relative;flex-shrink:0}.app-usage-meter{display:block;padding:.625rem .5rem .5rem;margin-bottom:.375rem;border-radius:10px;text-decoration:none;color:inherit;transition:background .15s}.app-usage-meter:hover{background:var(--gray-100)}.app-usage-meter-row{margin-bottom:.5rem}.app-usage-meter-row:last-of-type{margin-bottom:.5rem}.app-usage-meter-line{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:.25rem;font-size:.75rem;line-height:1}.app-usage-meter-label{color:var(--gray-500);font-weight:500}.app-usage-meter-value{color:var(--gray-700);font-variant-numeric:tabular-nums}.app-usage-meter-value.over{color:#dc2626;font-weight:600}.app-usage-meter-cap{color:var(--gray-400)}.app-usage-meter-track{height:4px;background:var(--gray-100);border-radius:2px;overflow:hidden}.app-usage-meter-fill{height:100%;background:var(--green-600);border-radius:2px;transition:width .3s ease}.app-usage-meter-fill.warn{background:#f59e0b}.app-usage-meter-fill.over{background:#dc2626}.app-usage-meter-foot{font-size:.6875rem;color:var(--gray-400);text-align:right;padding-top:.125rem}.app-usage-meter-overage{color:#dc2626;font-weight:600}.app-usage-meter-enterprise .app-usage-meter-row{display:flex;justify-content:space-between;align-items:baseline;margin:0;font-size:.75rem}.app-user-menu-trigger{display:flex;align-items:center;gap:.75rem;width:100%;padding:.5rem;border:none;background:none;border-radius:10px;cursor:pointer;transition:background .15s;font-family:inherit;text-align:left}.app-user-menu-trigger:hover{background:var(--gray-100)}.app-user-menu-chevron{width:16px;height:16px;color:var(--gray-400);flex-shrink:0;transition:transform .15s}.app-user-avatar{width:36px;height:36px;border-radius:50%;background:var(--green-600);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;flex-shrink:0}.app-user-info{flex:1;min-width:0}.app-user-name{font-size:.9375rem;font-weight:500;color:var(--gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-user-plan{font-size:.8125rem;color:var(--gray-400)}.app-user-popup{position:absolute;bottom:100%;left:.5rem;right:.5rem;margin-bottom:.5rem;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 10px 15px -3px #0000001a;z-index:100;overflow:hidden;animation:userPopupIn .15s ease-out}@keyframes userPopupIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.app-user-popup-header{padding:.875rem 1rem;border-bottom:1px solid var(--gray-100)}.app-user-popup-email{font-size:.8125rem;color:var(--gray-500)}.app-user-popup-section{padding:.5rem}.app-user-popup-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;border:none;background:none;border-radius:8px;font-family:inherit;font-size:.875rem;color:var(--gray-700);text-decoration:none;cursor:pointer;transition:background .15s}.app-user-popup-item:hover{background:var(--gray-100)}.app-user-popup-item svg{width:18px;height:18px;color:var(--gray-500);flex-shrink:0}.app-user-popup-divider{height:1px;background:var(--gray-100);margin:0}.app-main{flex:1;display:flex;flex-direction:column;min-width:0;background:radial-gradient(ellipse 100% 100% at 50% 0%,rgba(34,197,94,.02),transparent 50%),var(--white)}.app-main-header{display:flex;align-items:center;gap:1rem;padding:.875rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.04);background:#fffc;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.app-menu-toggle{display:none;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;color:var(--gray-500);cursor:pointer;border-radius:8px;transition:all .15s}.app-menu-toggle:hover{background:var(--gray-100);color:var(--gray-700)}.app-menu-toggle svg{width:20px;height:20px}.app-menu-toggle.desktop-visible{display:flex}.app-main-title{font-size:.95rem;font-weight:600;color:var(--gray-900)}.app-main-title-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .5rem;margin:-.375rem -.5rem;background:none;border:1px solid transparent;border-radius:6px;font-family:inherit;font-size:.95rem;font-weight:600;color:var(--gray-900);cursor:pointer;transition:all .15s}.app-main-title-btn:hover{background:var(--gray-50);border-color:var(--gray-200)}.app-title-edit-icon{width:14px;height:14px;color:var(--gray-400);opacity:0;transition:opacity .15s}.app-main-title-btn:hover .app-title-edit-icon{opacity:1}.app-main-title-input{padding:.375rem .5rem;margin:-.375rem -.5rem;border:1px solid var(--green-400);border-radius:6px;font-family:inherit;font-size:.95rem;font-weight:600;color:var(--gray-900);background:var(--white);outline:none;box-shadow:0 0 0 3px #22c55e1a;min-width:200px}.app-chat{flex:1;display:flex;flex-direction:column;overflow:hidden}.app-chat-messages{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.app-chat-input-area{padding:1rem 2rem 1.5rem;border-top:1px solid rgba(0,0,0,.04);background:linear-gradient(180deg,rgba(255,255,255,.9) 0%,var(--white) 100%);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.app-empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;text-align:center}.app-empty-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--green-50) 0%,#ECFDF5 100%);border:1px solid rgba(34,197,94,.1);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--green-600);margin-bottom:1.5rem;box-shadow:0 2px 8px #22c55e14,inset 0 1px #ffffff80}.app-empty-icon svg{width:32px;height:32px}.app-empty-title{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin:0 0 .5rem}.app-empty-desc{font-size:.95rem;color:var(--gray-500);margin:0 0 2rem;max-width:400px;line-height:1.5}.app-empty-prompts{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;max-width:600px}.app-empty-prompt{padding:.625rem 1rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:100px;font-size:.85rem;color:var(--gray-600);cursor:pointer;transition:all .15s}.app-empty-prompt:hover{background:var(--green-50);border-color:var(--green-200);color:var(--green-700)}.app-home-state{display:flex;flex-direction:column;gap:2rem;padding:2rem;max-width:800px;margin:0 auto;width:100%}.app-home-section-title{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}.app-home-section-title svg{width:16px;height:16px}.app-home-alerts-list{display:flex;flex-direction:column;gap:.5rem}.app-home-alert-item{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.875rem 1rem;background:var(--white);border:1px solid var(--gray-200);border-left:3px solid var(--gray-400);border-radius:8px;text-align:left;cursor:pointer;transition:all .15s;width:100%;font-family:inherit}.app-home-alert-item:hover{background:var(--gray-50)}.app-home-alert-item.critical{border-left-color:#dc2626;background:#fef2f2}.app-home-alert-item.critical:hover{background:#fee2e2}.app-home-alert-item.warning{border-left-color:#d97706;background:#fffbeb}.app-home-alert-item.warning:hover{background:#fef3c7}.app-home-alert-item .alert-brief{font-size:.875rem;font-weight:600;color:var(--gray-900)}.app-home-alert-item .alert-text{font-size:.8125rem;color:var(--gray-600)}.app-home-briefs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem}.app-home-brief-card{display:flex;flex-direction:column;gap:.375rem;padding:1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:10px;text-align:left;cursor:pointer;transition:all .15s;font-family:inherit}.app-home-brief-card:hover{border-color:var(--green-300);box-shadow:0 2px 8px #22c55e1a}.brief-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem}.brief-card-name{font-size:.9375rem;font-weight:600;color:var(--gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brief-card-arp{font-size:.75rem;font-weight:600;padding:.125rem .375rem;border-radius:4px;flex-shrink:0}.brief-card-arp.good{background:var(--green-100);color:var(--green-700)}.brief-card-arp.ok{background:#fef3c7;color:#92400e}.brief-card-arp.low{background:#fee2e2;color:#991b1b}.brief-card-location{font-size:.8125rem;color:var(--gray-500)}.brief-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.25rem}.brief-card-keyword{font-size:.75rem;color:var(--gray-400);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brief-card-critical{font-size:.6875rem;font-weight:500;color:#dc2626;background:#fee2e2;padding:.125rem .375rem;border-radius:4px;flex-shrink:0}.app-home-prompts{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.625rem}.app-home-prompt{display:flex;align-items:center;gap:.625rem;padding:.875rem 1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:10px;font-family:inherit;font-size:.875rem;color:var(--gray-700);cursor:pointer;transition:all .15s;text-align:left}.app-home-prompt:hover{border-color:var(--green-300);background:var(--green-50);color:var(--green-700)}.app-home-prompt svg{width:18px;height:18px;color:var(--gray-400);flex-shrink:0}.app-home-prompt:hover svg{color:var(--green-600)}.app-home-welcome{display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;background:linear-gradient(135deg,var(--green-50) 0%,var(--white) 100%);border:1px solid var(--green-200);border-radius:16px}.welcome-illustration{margin-bottom:1.5rem}.welcome-illustration svg{width:80px;height:80px}.welcome-title{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin:0 0 .5rem}.welcome-desc{font-size:.9375rem;color:var(--gray-600);max-width:400px;line-height:1.5;margin:0 0 1.5rem}.onboarding-overlay{position:fixed;inset:0;z-index:400;pointer-events:none}.onboarding-backdrop{position:absolute;inset:0;background:#00000080;pointer-events:auto}.onboarding-highlight{position:absolute;background:transparent;border-radius:12px;box-shadow:0 0 0 9999px #00000080;pointer-events:none;transition:all .3s ease}.onboarding-tooltip{position:absolute;width:320px;background:var(--white);border-radius:16px;box-shadow:0 20px 40px #0003;padding:1.25rem;pointer-events:auto;animation:tooltipIn .3s ease-out}@keyframes tooltipIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.onboarding-tooltip-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.onboarding-step-indicator{font-size:.75rem;font-weight:600;color:var(--green-600);background:var(--green-50);padding:.25rem .5rem;border-radius:100px}.onboarding-skip{font-size:.75rem;color:var(--gray-400);background:none;border:none;cursor:pointer;font-family:inherit}.onboarding-skip:hover{color:var(--gray-600)}.onboarding-tooltip-title{font-size:1.0625rem;font-weight:600;color:var(--gray-900);margin:0 0 .5rem}.onboarding-tooltip-content{font-size:.875rem;color:var(--gray-600);line-height:1.5;margin:0 0 1.25rem}.onboarding-tooltip-actions{display:flex;gap:.75rem;margin-bottom:1rem}.onboarding-btn-primary{flex:1;padding:.625rem 1rem;background:var(--green-600);border:none;border-radius:8px;font-family:inherit;font-size:.875rem;font-weight:500;color:var(--white);cursor:pointer;transition:background .15s}.onboarding-btn-primary:hover{background:var(--green-700)}.onboarding-btn-secondary{padding:.625rem 1rem;background:var(--gray-100);border:none;border-radius:8px;font-family:inherit;font-size:.875rem;font-weight:500;color:var(--gray-700);cursor:pointer;transition:background .15s}.onboarding-btn-secondary:hover{background:var(--gray-200)}.onboarding-progress{display:flex;justify-content:center;gap:.375rem}.onboarding-dot{width:8px;height:8px;border-radius:50%;background:var(--gray-200);transition:all .2s}.onboarding-dot.active{background:var(--green-500);transform:scale(1.2)}.onboarding-dot.completed{background:var(--green-300)}.welcome-modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:500;padding:1rem;animation:modalOverlayIn .2s ease-out}.welcome-modal{background:var(--white);border-radius:20px;padding:2.5rem 2rem;max-width:420px;text-align:center;animation:modalIn .3s ease-out}.welcome-modal-icon{margin-bottom:1.5rem}.welcome-modal-icon svg{width:64px;height:64px}.welcome-modal-title{font-size:1.5rem;font-weight:700;color:var(--gray-900);margin:0 0 .75rem}.welcome-modal-desc{font-size:1rem;color:var(--gray-600);line-height:1.5;margin:0 0 .75rem}.welcome-modal-followup{margin-bottom:2rem}.welcome-modal-example{font-size:.9375rem;color:var(--gray-700);line-height:1.5;margin:0 0 1.25rem;padding:.75rem 1rem;background:var(--gray-100, #f9fafb);border-left:3px solid #22c55e;border-radius:6px;font-style:italic}.welcome-modal-actions{display:flex;flex-direction:column;gap:.75rem}.welcome-btn-primary{padding:.875rem 1.5rem;background:var(--green-600);border:none;border-radius:10px;font-family:inherit;font-size:1rem;font-weight:500;color:var(--white);cursor:pointer;transition:background .15s}.welcome-btn-primary:hover{background:var(--green-700)}.welcome-btn-secondary{padding:.875rem 1.5rem;background:none;border:none;font-family:inherit;font-size:.9375rem;color:var(--gray-500);cursor:pointer;transition:color .15s}.welcome-btn-secondary:hover{color:var(--gray-700)}.progress-indicator{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:1.25rem}.progress-indicator.has-error{border-color:#fecaca;background:#fef2f2}.progress-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.progress-title{font-size:.9375rem;font-weight:600;color:var(--gray-900);margin:0}.progress-subtitle{font-size:.8125rem;color:var(--gray-500);margin:.25rem 0 0}.progress-eta{font-size:.75rem;color:var(--gray-400);background:var(--gray-100);padding:.25rem .5rem;border-radius:100px}.progress-bar-container{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.progress-bar{flex:1;height:6px;background:var(--gray-200);border-radius:3px;overflow:hidden}.progress-bar-fill{height:100%;background:var(--green-500);border-radius:3px;transition:width .3s ease}.progress-bar-fill.error{background:#ef4444}.progress-bar-indeterminate{height:100%;width:30%;background:var(--green-500);border-radius:3px;animation:indeterminate 1.5s ease-in-out infinite}@keyframes indeterminate{0%{transform:translate(-100%)}to{transform:translate(400%)}}.progress-percentage{font-size:.75rem;font-weight:600;color:var(--gray-600);min-width:36px;text-align:right}.progress-steps{display:flex;flex-direction:column;gap:.625rem}.progress-step{display:flex;align-items:flex-start;gap:.75rem}.progress-step-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem;font-weight:600}.progress-step.pending .progress-step-icon{background:var(--gray-100);color:var(--gray-400)}.progress-step.active .progress-step-icon{background:var(--green-100)}.progress-step.completed .progress-step-icon{background:var(--green-500);color:var(--white)}.progress-step.completed .progress-step-icon svg{width:14px;height:14px}.progress-step.error .progress-step-icon{background:#fee2e2;color:#dc2626}.progress-step.error .progress-step-icon svg{width:14px;height:14px}.progress-step-spinner{width:16px;height:16px;border:2px solid var(--green-200);border-top-color:var(--green-600);border-radius:50%;animation:spin .8s linear infinite}.progress-step-content{display:flex;flex-direction:column;gap:.125rem;padding-top:.125rem}.progress-step-label{font-size:.875rem;color:var(--gray-700)}.progress-step.pending .progress-step-label{color:var(--gray-400)}.progress-step.active .progress-step-label{color:var(--gray-900);font-weight:500}.progress-step.completed .progress-step-label{color:var(--gray-500)}.progress-step-detail{font-size:.75rem;color:var(--gray-400)}.progress-cancel{margin-top:1rem;padding:.5rem 1rem;background:none;border:1px solid var(--gray-200);border-radius:6px;font-family:inherit;font-size:.8125rem;color:var(--gray-500);cursor:pointer;transition:all .15s}.progress-cancel:hover{background:var(--gray-50);border-color:var(--gray-300);color:var(--gray-700)}.geogrid-progress{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:1.25rem}.geogrid-progress-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.geogrid-progress-icon{width:40px;height:40px;background:var(--green-50);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--green-600)}.geogrid-progress-icon svg{width:22px;height:22px}.geogrid-progress-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.geogrid-progress-title{font-size:.9375rem;font-weight:600;color:var(--gray-900)}.geogrid-progress-subtitle{font-size:.8125rem;color:var(--gray-500)}.geogrid-progress-eta{font-size:.75rem;color:var(--gray-400);background:var(--gray-100);padding:.25rem .5rem;border-radius:100px}.geogrid-progress-bar{height:8px;background:var(--gray-200);border-radius:4px;overflow:hidden;margin-bottom:1rem}.geogrid-progress-fill{height:100%;background:linear-gradient(90deg,var(--green-400),var(--green-600));border-radius:4px;transition:width .3s ease}.geogrid-progress-location{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--gray-600);margin-bottom:1rem}.geogrid-progress-location svg{width:16px;height:16px;color:var(--gray-400)}.geogrid-mini-grid{display:grid;gap:2px;margin-bottom:1rem}.geogrid-mini-cell{aspect-ratio:1;border-radius:2px;transition:all .2s}.geogrid-mini-cell.pending{background:var(--gray-200)}.geogrid-mini-cell.active{background:var(--green-400);animation:pulse 1s ease-in-out infinite}.geogrid-mini-cell.completed{background:var(--green-500)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.geogrid-progress-cancel{width:100%;padding:.625rem;background:none;border:1px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:.8125rem;color:var(--gray-500);cursor:pointer;transition:all .15s}.geogrid-progress-cancel:hover{background:var(--gray-50);border-color:var(--gray-300);color:var(--gray-700)}.report-progress{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:1.25rem}.report-progress-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.report-progress-icon{width:40px;height:40px;background:var(--blue-50, #EFF6FF);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#3b82f6}.report-progress-icon svg{width:22px;height:22px}.report-progress-info{flex:1;display:flex;flex-direction:column;gap:.125rem}.report-progress-title{font-size:.9375rem;font-weight:600;color:var(--gray-900)}.report-progress-subtitle{font-size:.8125rem;color:var(--gray-500)}.report-progress-bar{height:6px;background:var(--gray-200);border-radius:3px;overflow:hidden;margin-bottom:1rem}.report-progress-fill{height:100%;background:#3b82f6;border-radius:3px;transition:width .3s ease}.report-progress-sections{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.report-section{display:flex;align-items:center;gap:.375rem;padding:.375rem .625rem;background:var(--gray-100);border-radius:100px;font-size:.75rem;color:var(--gray-500)}.report-section.completed{background:var(--green-100);color:var(--green-700)}.report-section svg{width:12px;height:12px}.report-section-spinner{width:12px;height:12px;border:1.5px solid var(--gray-300);border-top-color:var(--gray-500);border-radius:50%;animation:spin .8s linear infinite}.report-progress-cancel{width:100%;padding:.625rem;background:none;border:1px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:.8125rem;color:var(--gray-500);cursor:pointer;transition:all .15s}.report-progress-cancel:hover{background:var(--gray-50);border-color:var(--gray-300)}.geogrid-comparison{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;padding:1.5rem}.comparison-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.comparison-title{font-size:1rem;font-weight:600;color:var(--gray-900);margin:0}.comparison-subtitle{font-size:.8125rem;color:var(--gray-500);margin:.25rem 0 0}.comparison-view-toggle{display:flex;background:var(--gray-100);border-radius:8px;padding:.25rem}.comparison-view-toggle button{padding:.5rem .875rem;background:none;border:none;border-radius:6px;font-family:inherit;font-size:.8125rem;color:var(--gray-600);cursor:pointer;transition:all .15s}.comparison-view-toggle button.active{background:var(--white);color:var(--gray-900);box-shadow:0 1px 2px #0000000d}.comparison-stats{display:flex;gap:1.5rem;padding:1rem;background:var(--gray-50);border-radius:8px;margin-bottom:1.5rem;flex-wrap:wrap}.comparison-stat{display:flex;flex-direction:column;gap:.25rem}.comparison-stat .stat-label{font-size:.75rem;color:var(--gray-500);text-transform:uppercase;letter-spacing:.03em}.comparison-stat .stat-value{font-size:1rem;font-weight:600;color:var(--gray-900)}.comparison-stat .stat-value.positive{color:var(--green-600)}.comparison-stat .stat-value.negative{color:#dc2626}.comparison-grids-row{display:flex;align-items:center;gap:1rem;justify-content:center}.comparison-grid-container{flex:1;max-width:280px}.comparison-grid-container.centered{margin:0 auto}.comparison-grid-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;font-size:.8125rem;font-weight:500;color:var(--gray-700)}.grid-label-arp{font-size:.75rem;color:var(--gray-500)}.comparison-grid{display:grid;gap:2px;background:var(--gray-200);border-radius:8px;overflow:hidden;padding:2px}.comparison-grid.large{max-width:320px;margin:0 auto}.comparison-cell{aspect-ratio:1;display:flex;align-items:center;justify-content:center;font-size:.6875rem;font-weight:600;color:var(--white);border-radius:2px;min-width:28px}.comparison-arrow{flex-shrink:0;width:32px;height:32px;color:var(--gray-400)}.comparison-arrow svg{width:100%;height:100%}.comparison-overlay-view{display:flex;flex-direction:column;align-items:center}.overlay-toggle{display:flex;background:var(--gray-100);border-radius:8px;padding:.25rem;margin-bottom:1rem}.overlay-toggle button{padding:.5rem 1.5rem;background:none;border:none;border-radius:6px;font-family:inherit;font-size:.875rem;color:var(--gray-600);cursor:pointer;transition:all .15s}.overlay-toggle button.active{background:var(--white);color:var(--gray-900);box-shadow:0 1px 2px #0000000d}.comparison-diff-view{display:flex;flex-direction:column;align-items:center}.comparison-cell.diff{background:var(--gray-100);color:var(--gray-600);font-size:.625rem}.comparison-cell.diff.improved{background:var(--green-100)}.comparison-cell.diff.declined{background:#fee2e2}.comparison-cell.diff.new{background:#dbeafe}.comparison-cell.diff.lost{background:#fef3c7}.diff-arrow{font-weight:700}.diff-arrow.up{color:var(--green-600)}.diff-arrow.down{color:#dc2626}.diff-new{color:#2563eb;font-size:.5rem;font-weight:700}.diff-lost{color:#d97706;font-size:.5rem;font-weight:700}.diff-same{color:var(--gray-400)}.comparison-legend{display:flex;gap:1rem;margin-top:1rem;flex-wrap:wrap;justify-content:center}.legend-item{display:flex;align-items:center;gap:.375rem;font-size:.75rem;color:var(--gray-600)}.legend-dot{width:12px;height:12px;border-radius:2px}.legend-item.improved .legend-dot{background:var(--green-100);border:1px solid var(--green-300)}.legend-item.declined .legend-dot{background:#fee2e2;border:1px solid #FECACA}.legend-item.new .legend-dot{background:#dbeafe;border:1px solid #BFDBFE}.legend-item.lost .legend-dot{background:#fef3c7;border:1px solid #FDE68A}.branding-settings{display:flex;flex-direction:column;gap:1.5rem}.branding-toggle{display:flex;align-items:center;gap:.75rem;cursor:pointer}.branding-toggle input{display:none}.toggle-switch{width:44px;height:24px;background:var(--gray-200);border-radius:12px;position:relative;transition:background .2s}.toggle-switch:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background:var(--white);border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0000001a}.branding-toggle input:checked+.toggle-switch{background:var(--green-500)}.branding-toggle input:checked+.toggle-switch:after{transform:translate(20px)}.toggle-label{font-size:.9375rem;color:var(--gray-700)}.branding-section{display:flex;flex-direction:column;gap:.5rem}.branding-label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.branding-input{padding:.625rem .875rem;border:1px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:.9375rem;color:var(--gray-900);transition:all .15s}.branding-input:focus{outline:none;border-color:var(--green-400);box-shadow:0 0 0 3px #22c55e1a}.branding-hint{font-size:.75rem;color:var(--gray-500)}.branding-logo-upload{display:flex;flex-direction:column;gap:.5rem}.logo-preview{position:relative;width:120px;height:60px;border:1px solid var(--gray-200);border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:var(--gray-50)}.logo-preview img{max-width:100%;max-height:100%;object-fit:contain}.logo-remove{position:absolute;top:4px;right:4px;width:20px;height:20px;background:var(--white);border:1px solid var(--gray-200);border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;transition:opacity .15s}.logo-preview:hover .logo-remove{opacity:1}.logo-remove svg{width:12px;height:12px;color:var(--gray-500)}.logo-upload-btn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border:1px dashed var(--gray-300);border-radius:8px;background:var(--gray-50);cursor:pointer;transition:all .15s;width:fit-content}.logo-upload-btn:hover{border-color:var(--green-400);background:var(--green-50)}.logo-upload-btn svg{width:18px;height:18px;color:var(--gray-400)}.logo-upload-btn span{font-size:.875rem;color:var(--gray-600)}.upload-hint{font-size:.75rem;color:var(--gray-400)}.color-presets{display:flex;flex-wrap:wrap;gap:.5rem}.color-preset{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;cursor:pointer;transition:all .15s;font-family:inherit}.color-preset:hover{border-color:var(--gray-300)}.color-preset.active{border-color:var(--green-500);background:var(--green-50)}.preset-swatch{width:20px;height:20px;border-radius:4px}.preset-name{font-size:.8125rem;color:var(--gray-700)}.color-pickers{display:flex;gap:1rem}.color-picker-item{display:flex;flex-direction:column;align-items:center;gap:.375rem}.color-picker-item label{font-size:.75rem;color:var(--gray-500)}.color-swatch-btn{width:40px;height:40px;border:2px solid var(--white);border-radius:8px;cursor:pointer;box-shadow:0 0 0 1px var(--gray-200);transition:transform .15s}.color-swatch-btn:hover{transform:scale(1.05)}.color-input{position:absolute;width:0;height:0;opacity:0}.branding-preview{border:2px solid;border-radius:12px;overflow:hidden}.preview-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:2px solid;font-size:.875rem;font-weight:600}.preview-logo{height:24px;width:auto}.preview-body{padding:1rem;display:flex;justify-content:space-between;align-items:center}.preview-title{font-size:1rem;font-weight:600}.preview-badge{padding:.375rem .75rem;border-radius:100px;font-size:.75rem;font-weight:600}.preview-footer{padding:.5rem 1rem;font-size:.75rem;text-align:center;border-top:1px solid var(--gray-100)}.export-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:300;padding:1rem;animation:modalOverlayIn .15s ease-out}.export-modal{background:var(--white);border-radius:16px;width:100%;max-width:520px;max-height:90vh;overflow-y:auto;animation:modalIn .2s ease-out}.export-modal-header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.5rem 1.5rem 0}.export-modal-title{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin:0}.export-modal-subtitle{font-size:.875rem;color:var(--gray-500);margin:.25rem 0 0}.export-modal-close{width:32px;height:32px;background:none;border:none;color:var(--gray-400);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .15s}.export-modal-close:hover{background:var(--gray-100);color:var(--gray-600)}.export-modal-close svg{width:20px;height:20px}.export-section{padding:1.25rem 1.5rem;border-top:1px solid var(--gray-100)}.export-section:first-of-type{border-top:none;margin-top:1rem}.export-section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.export-section-label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.export-section-count{font-size:.75rem;color:var(--gray-500)}.export-format-options{display:flex;gap:.75rem;margin-top:.75rem}.export-format{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:10px;cursor:pointer;transition:all .15s;font-family:inherit}.export-format:hover{border-color:var(--gray-300)}.export-format.active{border-color:var(--green-500);background:var(--green-50)}.export-format svg{width:28px;height:28px;color:var(--gray-400)}.export-format.active svg{color:var(--green-600)}.export-format span:first-of-type{font-size:.9375rem;font-weight:500;color:var(--gray-900)}.export-format .format-desc{font-size:.75rem;color:var(--gray-500);font-weight:400}.export-sections-list{display:flex;flex-direction:column;gap:.5rem}.export-section-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem;background:var(--gray-50);border-radius:8px;cursor:pointer;transition:background .15s}.export-section-item:hover{background:var(--gray-100)}.export-section-item input{display:none}.export-checkbox{width:18px;height:18px;border:2px solid var(--gray-300);border-radius:4px;flex-shrink:0;position:relative;transition:all .15s;margin-top:1px}.export-section-item input:checked+.export-checkbox{background:var(--green-500);border-color:var(--green-500)}.export-section-item input:checked+.export-checkbox:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.export-section-info{display:flex;flex-direction:column;gap:.125rem}.export-section-name{font-size:.875rem;font-weight:500;color:var(--gray-900)}.export-section-desc{font-size:.75rem;color:var(--gray-500)}.export-date-options{display:flex;gap:.5rem;margin-top:.75rem}.export-date-btn{padding:.5rem 1rem;background:var(--gray-100);border:none;border-radius:6px;font-family:inherit;font-size:.8125rem;color:var(--gray-600);cursor:pointer;transition:all .15s}.export-date-btn:hover{background:var(--gray-200)}.export-date-btn.active{background:var(--green-100);color:var(--green-700)}.export-options{display:flex;flex-direction:column;gap:.75rem}.export-option{display:flex;align-items:center;gap:.75rem;cursor:pointer}.export-option input{display:none}.export-option span:last-child{font-size:.875rem;color:var(--gray-700)}.export-option input:checked+.export-checkbox{background:var(--green-500);border-color:var(--green-500)}.export-option input:checked+.export-checkbox:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.export-progress{display:flex;flex-direction:column;align-items:center;padding:3rem 2rem;text-align:center}.export-progress-icon{width:64px;height:64px;background:var(--green-50);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;animation:pulse 2s ease-in-out infinite}.export-progress-icon svg{width:32px;height:32px;color:var(--green-600)}.export-progress-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin:0 0 1.5rem}.export-progress-bar{width:100%;height:8px;background:var(--gray-200);border-radius:4px;overflow:hidden;margin-bottom:1rem}.export-progress-fill{height:100%;background:var(--green-500);border-radius:4px;transition:width .3s ease}.export-progress-status{font-size:.875rem;color:var(--gray-500);margin:0}.export-modal-actions{display:flex;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid var(--gray-100)}.export-btn-secondary{padding:.75rem 1.25rem;background:var(--gray-100);border:none;border-radius:8px;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--gray-700);cursor:pointer;transition:all .15s}.export-btn-secondary:hover{background:var(--gray-200)}.export-btn-primary{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:var(--green-600);border:none;border-radius:8px;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--white);cursor:pointer;transition:all .15s}.export-btn-primary:hover{background:var(--green-700)}.export-btn-primary svg{width:18px;height:18px}.context-menu{position:fixed;z-index:400;min-width:180px;background:var(--white);border:1px solid var(--gray-200);border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:.375rem;animation:contextMenuIn .12s ease-out}@keyframes contextMenuIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.context-menu-item{display:flex;align-items:center;gap:.625rem;width:100%;padding:.5rem .625rem;background:none;border:none;border-radius:6px;font-family:inherit;font-size:.8125rem;color:var(--gray-700);cursor:pointer;transition:all .1s;text-align:left}.context-menu-item:hover:not(.disabled){background:var(--gray-100)}.context-menu-item.danger{color:#dc2626}.context-menu-item.danger:hover:not(.disabled){background:#fef2f2}.context-menu-item.disabled{opacity:.5;cursor:not-allowed}.context-menu-icon{display:flex;align-items:center;justify-content:center;width:18px;height:18px;color:var(--gray-500)}.context-menu-icon svg{width:16px;height:16px}.context-menu-item.danger .context-menu-icon{color:#dc2626}.context-menu-label{flex:1}.context-menu-shortcut{font-size:.6875rem;color:var(--gray-400);font-family:JetBrains Mono,monospace}.context-menu-divider{height:1px;background:var(--gray-100);margin:.375rem 0}.theme-toggle-btn{width:36px;height:36px;background:var(--gray-100);border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gray-600);transition:all .15s}.theme-toggle-btn:hover{background:var(--gray-200);color:var(--gray-900)}.theme-toggle-btn svg{width:18px;height:18px}.theme-switch{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.theme-switch-label{font-size:.9375rem;color:var(--gray-700)}.theme-switch-toggle{width:44px;height:24px;background:var(--gray-200);border:none;border-radius:12px;position:relative;cursor:pointer;transition:background .2s}.theme-switch-toggle.active{background:var(--green-500)}.theme-switch-thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;background:var(--white);border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0000001a}.theme-switch-toggle.active .theme-switch-thumb{transform:translate(20px)}.theme-select{display:flex;flex-direction:column;gap:.5rem}.theme-select-label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.theme-select-options{display:flex;gap:.5rem}.theme-select-option{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:.8125rem;color:var(--gray-600);cursor:pointer;transition:all .15s}.theme-select-option:hover{border-color:var(--gray-300)}.theme-select-option.active{background:var(--green-100);border-color:var(--green-500);color:var(--green-700)}.theme-select-option svg{width:16px;height:16px}[data-theme=dark] .app-body{background:linear-gradient(180deg,#0f172a,#1e293b)}[data-theme=dark] .app-sidebar{background:#0f172a;border-right-color:#334155}[data-theme=dark] .app-main{background:#1e293b}[data-theme=dark] .app-chat-input-wrapper{background:#0f172a;border-color:#334155}[data-theme=dark] .app-modal{background:#1e293b;border-color:#334155}.team-management{background:var(--white);border:1px solid var(--gray-200);border-radius:12px;overflow:hidden}.team-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-100)}.team-title{font-size:.9375rem;font-weight:600;color:var(--gray-900);margin:0}.team-count{font-size:.8125rem;color:var(--gray-500)}.team-invite-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:var(--green-600);border:none;border-radius:8px;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--white);cursor:pointer;transition:background .15s}.team-invite-btn:hover{background:var(--green-700)}.team-invite-btn svg{width:16px;height:16px}.team-members{display:flex;flex-direction:column}.team-member{display:flex;align-items:center;gap:.875rem;padding:.875rem 1.25rem;border-bottom:1px solid var(--gray-100)}.team-member:last-child{border-bottom:none}.team-member.pending{opacity:.7}.team-member-avatar{width:40px;height:40px;border-radius:50%;background:var(--gray-200);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.team-member-avatar img{width:100%;height:100%;object-fit:cover}.team-member-avatar span{font-size:.875rem;font-weight:600;color:var(--gray-600)}.team-member-info{flex:1;min-width:0}.team-member-name{font-size:.9375rem;font-weight:500;color:var(--gray-900);display:flex;align-items:center;gap:.5rem}.team-member-you{font-size:.6875rem;font-weight:600;color:var(--green-600);background:var(--green-100);padding:.125rem .375rem;border-radius:100px}.team-member-email{font-size:.8125rem;color:var(--gray-500);display:flex;align-items:center;gap:.5rem}.team-member-pending{font-size:.6875rem;font-weight:500;color:#d97706;background:#fef3c7;padding:.125rem .375rem;border-radius:100px}.team-role-badge{font-size:.75rem;font-weight:500;padding:.25rem .625rem;border-radius:100px}.team-role-badge.owner{background:var(--gray-100);color:var(--gray-700)}.team-role-badge.admin{background:var(--green-100);color:var(--green-700)}.team-role-badge.member{background:var(--gray-100);color:var(--gray-600)}.team-role-select{padding:.375rem .75rem;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:6px;font-family:inherit;font-size:.8125rem;color:var(--gray-700);cursor:pointer}.team-member-actions{display:flex;gap:.375rem}.team-action-btn{width:32px;height:32px;background:none;border:none;border-radius:6px;color:var(--gray-400);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.team-action-btn:hover{background:var(--gray-100);color:var(--gray-600)}.team-action-btn.danger:hover{background:#fee2e2;color:#dc2626}.team-action-btn svg{width:16px;height:16px}.team-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:300;padding:1rem}.team-modal{background:var(--white);border-radius:16px;width:100%;max-width:420px;animation:modalIn .2s ease-out}.team-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-100)}.team-modal-header h3{font-size:1.0625rem;font-weight:600;color:var(--gray-900);margin:0}.team-modal-close{width:32px;height:32px;background:none;border:none;color:var(--gray-400);cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px}.team-modal-close:hover{background:var(--gray-100);color:var(--gray-600)}.team-modal-close svg{width:20px;height:20px}.team-modal-body{padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.team-form-group{display:flex;flex-direction:column;gap:.5rem}.team-form-group label{font-size:.875rem;font-weight:500;color:var(--gray-700)}.team-form-group input[type=email]{padding:.75rem 1rem;border:1px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:.9375rem;color:var(--gray-900)}.team-form-group input:focus{outline:none;border-color:var(--green-400);box-shadow:0 0 0 3px #22c55e1a}.team-role-options{display:flex;flex-direction:column;gap:.5rem}.team-role-option{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem;background:var(--gray-50);border:2px solid transparent;border-radius:10px;cursor:pointer;transition:all .15s}.team-role-option:hover{background:var(--gray-100)}.team-role-option.active{background:var(--green-50);border-color:var(--green-500)}.team-role-option input{display:none}.role-option-content{display:flex;flex-direction:column;gap:.125rem}.role-option-name{font-size:.9375rem;font-weight:500;color:var(--gray-900)}.role-option-desc{font-size:.8125rem;color:var(--gray-500)}.team-error{padding:.75rem;background:#fee2e2;border-radius:8px;font-size:.875rem;color:#dc2626}.team-modal-footer{display:flex;gap:.75rem;padding:1.25rem 1.5rem;border-top:1px solid var(--gray-100)}.team-btn-secondary{padding:.75rem 1.25rem;background:var(--gray-100);border:none;border-radius:8px;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--gray-700);cursor:pointer;transition:background .15s}.team-btn-secondary:hover{background:var(--gray-200)}.team-btn-primary{flex:1;padding:.75rem 1.25rem;background:var(--green-600);border:none;border-radius:8px;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--white);cursor:pointer;transition:background .15s}.team-btn-primary:hover:not(:disabled){background:var(--green-700)}.team-btn-primary:disabled{opacity:.5;cursor:not-allowed}.feedback-overlay{position:fixed;inset:0;background:#0006;z-index:300;animation:fadeIn .15s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.feedback-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:400px;background:var(--white);border:1px solid var(--gray-200);border-radius:16px;box-shadow:0 20px 48px #0003;z-index:301;animation:feedbackIn .2s ease-out}@keyframes feedbackIn{0%{opacity:0;transform:translate(-50%,-48%)}to{opacity:1;transform:translate(-50%,-50%)}}.feedback-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-100)}.feedback-header h3{font-size:1rem;font-weight:600;color:var(--gray-900);margin:0}.feedback-close{width:28px;height:28px;background:none;border:none;border-radius:6px;color:var(--gray-400);cursor:pointer;display:flex;align-items:center;justify-content:center}.feedback-close:hover{background:var(--gray-100);color:var(--gray-600)}.feedback-close svg{width:18px;height:18px}.feedback-type-options{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;padding:1rem 1.25rem 0}.feedback-type-btn{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:.625rem .25rem;background:var(--gray-50);border:2px solid transparent;border-radius:10px;font-family:inherit;font-size:.6875rem;color:var(--gray-600);cursor:pointer;transition:all .15s;min-width:0}.feedback-type-btn:hover{background:var(--gray-100)}.feedback-type-btn.active{background:var(--green-50);border-color:var(--green-500);color:var(--green-700)}.feedback-type-btn svg{width:20px;height:20px}.feedback-body{padding:1rem 1.25rem}.feedback-textarea{width:100%;min-height:100px;padding:.75rem;border:1px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:.875rem;color:var(--gray-900);resize:vertical;transition:border-color .15s}.feedback-textarea:focus{outline:none;border-color:var(--green-400)}.feedback-email{width:100%;padding:.625rem .75rem;border:1px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:.875rem;color:var(--gray-900);margin-top:.75rem}.feedback-email:focus{outline:none;border-color:var(--green-400)}.feedback-footer{display:flex;gap:.75rem;padding:0 1.25rem 1.25rem}.feedback-submit{flex:1;padding:.625rem 1rem;background:var(--green-600);border:none;border-radius:8px;font-family:inherit;font-size:.875rem;font-weight:500;color:var(--white);cursor:pointer;transition:background .15s}.feedback-submit:hover:not(:disabled){background:var(--green-700)}.feedback-submit:disabled{opacity:.5;cursor:not-allowed}.feedback-success{display:flex;flex-direction:column;align-items:center;padding:2rem 1.25rem;text-align:center}.feedback-success-icon{width:56px;height:56px;background:var(--green-100);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.feedback-success-icon svg{width:28px;height:28px;color:var(--green-600)}.feedback-success h4{font-size:1rem;font-weight:600;color:var(--gray-900);margin:0 0 .375rem}.feedback-success p{font-size:.875rem;color:var(--gray-500);margin:0}.data-table{width:100%;border-collapse:collapse;font-size:.875rem;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;overflow:hidden}.data-table th{text-align:left;padding:.75rem 1rem;background:var(--gray-50);font-weight:600;color:var(--gray-700);border-bottom:1px solid var(--gray-200)}.data-table td{padding:.75rem 1rem;border-bottom:1px solid var(--gray-100);color:var(--gray-900)}.data-table tr:last-child td{border-bottom:none}.data-table tr:hover td{background:var(--gray-50)}.data-table .numeric{text-align:right;font-family:JetBrains Mono,monospace}.data-table .positive{color:var(--green-600)}.data-table .negative{color:#dc2626}.data-metric-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;margin:1rem 0}.data-metric-card{background:var(--white);border:1px solid var(--gray-200);border-radius:10px;padding:1rem;display:flex;flex-direction:column;gap:.25rem}.data-metric-label{font-size:.75rem;color:var(--gray-500);font-weight:500}.data-metric-value{font-size:1.5rem;font-weight:700;color:var(--gray-900);font-family:JetBrains Mono,monospace}.data-metric-value.positive{color:var(--green-600)}.data-metric-value.negative{color:#dc2626}.data-metric-change{font-size:.75rem;display:flex;align-items:center;gap:.25rem}.data-metric-change.up{color:var(--green-600)}.data-metric-change.down{color:#dc2626}.data-recommendations{display:flex;flex-direction:column;gap:.625rem;margin:1rem 0}.data-recommendation{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:10px}.data-recommendation-icon{width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.data-recommendation-icon svg{width:16px;height:16px}.data-recommendation.critical .data-recommendation-icon{background:#fee2e2;color:#dc2626}.data-recommendation.important .data-recommendation-icon{background:#fef3c7;color:#d97706}.data-recommendation.suggestion .data-recommendation-icon{background:var(--green-100);color:var(--green-600)}.data-recommendation-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.data-recommendation-title{font-size:.9375rem;font-weight:600;color:var(--gray-900)}.data-recommendation-desc{font-size:.8125rem;color:var(--gray-600);line-height:1.5}.data-code-block{background:var(--gray-900);border-radius:10px;overflow:hidden;margin:1rem 0}.data-code-header{display:flex;justify-content:space-between;align-items:center;padding:.625rem 1rem;background:var(--gray-800);border-bottom:1px solid var(--gray-700)}.data-code-lang{font-size:.75rem;font-weight:500;color:var(--gray-400)}.data-code-copy{display:flex;align-items:center;gap:.375rem;padding:.25rem .5rem;background:none;border:1px solid var(--gray-600);border-radius:4px;font-family:inherit;font-size:.6875rem;color:var(--gray-400);cursor:pointer;transition:all .15s}.data-code-copy:hover{background:var(--gray-700);border-color:var(--gray-500);color:var(--gray-300)}.data-code-copy svg{width:12px;height:12px}.data-code-content{padding:1rem;overflow-x:auto}.data-code-content pre{margin:0;font-family:JetBrains Mono,monospace;font-size:.8125rem;line-height:1.6;color:#e2e8f0}.app-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:200;padding:1rem;animation:modalOverlayIn .15s ease-out}@keyframes modalOverlayIn{0%{opacity:0}to{opacity:1}}.app-modal{background:var(--white);border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:480px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;animation:modalIn .2s ease-out}@keyframes modalIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.app-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--gray-100)}.app-modal-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin:0}.app-modal-close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:8px;color:var(--gray-400);cursor:pointer;transition:all .15s}.app-modal-close:hover{background:var(--gray-100);color:var(--gray-600)}.app-modal-close svg{width:18px;height:18px}.app-modal-body{padding:1.5rem;overflow-y:auto}.app-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid var(--gray-100);background:var(--gray-50)}.app-form-group{margin-bottom:1.25rem}.app-form-group:last-child{margin-bottom:0}.app-form-label{display:block;font-size:.875rem;font-weight:500;color:var(--gray-700);margin-bottom:.5rem}.app-form-input{width:100%;padding:.625rem .875rem;border:1px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:.9375rem;color:var(--gray-900);background:var(--white);transition:all .15s}.app-form-input:focus{outline:none;border-color:var(--green-400);box-shadow:0 0 0 3px #22c55e1a}.app-form-input::placeholder{color:var(--gray-400)}.app-form-hint{display:block;font-size:.8125rem;color:var(--gray-500);margin-top:.375rem}.app-form-radio-group{display:flex;flex-direction:column;gap:.625rem}.app-form-radio{display:flex;align-items:flex-start;gap:.625rem;padding:.75rem;border:1px solid var(--gray-200);border-radius:8px;cursor:pointer;transition:all .15s}.app-form-radio:hover{border-color:var(--gray-300);background:var(--gray-50)}.app-form-radio:has(input:checked){border-color:var(--green-400);background:var(--green-50)}.app-form-radio input{margin-top:.125rem;accent-color:var(--green-600)}.app-form-radio-label{font-size:.9375rem;font-weight:500;color:var(--gray-900)}.app-form-radio-desc{display:block;font-size:.8125rem;color:var(--gray-500);margin-top:.125rem}.app-btn-primary{padding:.625rem 1.25rem;background:var(--green-600);border:none;border-radius:8px;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--white);cursor:pointer;transition:all .15s}.app-btn-primary:hover{background:var(--green-700)}.app-btn-primary:disabled{background:var(--gray-300);cursor:not-allowed}.app-btn-secondary{padding:.625rem 1.25rem;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:.9375rem;font-weight:500;color:var(--gray-700);cursor:pointer;transition:all .15s}.app-btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-300)}.app-btn-danger{padding:.625rem 1.25rem;background:var(--white);border:1px solid #FCA5A5;border-radius:8px;font-family:inherit;font-size:.9375rem;font-weight:500;color:#dc2626;cursor:pointer;transition:all .15s}.app-btn-danger:hover{background:#fef2f2;border-color:#f87171}.app-sidebar-shortcut{margin-left:auto;font-size:.6875rem;font-family:SF Mono,Monaco,Inconsolata,monospace;color:var(--gray-400);background:var(--gray-100);padding:.125rem .375rem;border-radius:4px}.app-search-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-start;justify-content:center;z-index:200;padding:10vh 1rem 1rem;animation:modalOverlayIn .15s ease-out}.app-search-modal{background:var(--white);border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:560px;max-height:70vh;overflow:hidden;display:flex;flex-direction:column;animation:modalIn .2s ease-out}.app-search-input-wrapper{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-100)}.app-search-icon{width:20px;height:20px;color:var(--gray-400);flex-shrink:0}.app-search-input{flex:1;border:none;background:none;font-family:inherit;font-size:1rem;color:var(--gray-900);outline:none}.app-search-input::placeholder{color:var(--gray-400)}.app-search-kbd{font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:.6875rem;color:var(--gray-400);background:var(--gray-100);padding:.25rem .5rem;border-radius:4px;flex-shrink:0}.app-search-results{overflow-y:auto;max-height:calc(70vh - 60px)}.app-search-empty{padding:2rem;text-align:center;color:var(--gray-500);font-size:.9375rem}.app-search-empty p{margin:0}.app-search-section{padding:.5rem}.app-search-section-title{font-size:.75rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;padding:.5rem .75rem}.app-search-result{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;background:none;border:none;border-radius:8px;font-family:inherit;text-align:left;cursor:pointer;transition:background .15s}.app-search-result:hover{background:var(--gray-100)}.app-search-result svg{width:18px;height:18px;color:var(--gray-400);flex-shrink:0}.app-search-result-content{display:flex;flex-direction:column;gap:.125rem;min-width:0}.app-search-result-title{font-size:.9375rem;font-weight:500;color:var(--gray-900);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app-search-result-meta{font-size:.8125rem;color:var(--gray-500);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;max-width:400px;margin:0 auto}.empty-state-icon{width:64px;height:64px;background:linear-gradient(135deg,var(--gray-50) 0%,var(--gray-100) 100%);border:1px solid var(--gray-200);border-radius:16px;display:flex;align-items:center;justify-content:center;color:var(--gray-400);margin-bottom:1.5rem}.empty-state-icon svg{width:28px;height:28px}.empty-state-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin:0 0 .5rem}.empty-state-description{font-size:.9375rem;color:var(--gray-500);line-height:1.5;margin:0 0 1.5rem}.empty-state-actions{display:flex;gap:.75rem}.empty-state-inline{padding:1.5rem 1rem}.empty-state-inline .empty-state-icon{width:48px;height:48px;margin-bottom:1rem}.empty-state-inline .empty-state-icon svg{width:22px;height:22px}.empty-state-inline .empty-state-title{font-size:.9375rem}.empty-state-inline .empty-state-description{font-size:.8125rem;margin-bottom:1rem}.spinner{display:inline-flex;align-items:center;justify-content:center}.spinner-ring{border-radius:50%;border:2px solid var(--gray-200);border-top-color:var(--green-600);animation:spin .8s linear infinite}.spinner-sm .spinner-ring{width:16px;height:16px}.spinner-md .spinner-ring{width:24px;height:24px;border-width:2.5px}.spinner-lg .spinner-ring{width:40px;height:40px;border-width:3px}@keyframes spin{to{transform:rotate(360deg)}}.page-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:1rem}.page-loading-message{font-size:.9375rem;color:var(--gray-500);margin:0}.inline-loading{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-500)}.skeleton-line{height:14px;background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;border-radius:4px;animation:shimmer 1.5s infinite}.skeleton-block{width:100%;background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;border-radius:8px;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.brief-card-skeleton{padding:1rem;border:1px solid var(--gray-200);border-radius:12px;display:flex;flex-direction:column;gap:.75rem}.brief-card-skeleton .skeleton-header{display:flex;justify-content:space-between;gap:1rem}.brief-card-skeleton .skeleton-footer{display:flex;justify-content:space-between;gap:1rem;margin-top:.5rem}.chat-message-skeleton{display:flex;gap:.75rem;padding:1rem}.skeleton-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;flex-shrink:0}.chat-message-skeleton .skeleton-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.sidebar-item-skeleton{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem}.skeleton-icon{width:18px;height:18px;border-radius:4px;background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite;flex-shrink:0}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center;max-width:400px;margin:0 auto}.error-state-icon{width:64px;height:64px;background:#fef2f2;border:1px solid #FECACA;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#dc2626;margin-bottom:1.5rem}.error-state-icon svg{width:28px;height:28px}.error-state-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin:0 0 .5rem}.error-state-message{font-size:.9375rem;color:var(--gray-500);line-height:1.5;margin:0 0 1.5rem}.typing-indicator{display:inline-flex;align-items:center;gap:4px;padding:.75rem 1rem;background:var(--gray-100);border-radius:18px}.typing-dot{width:8px;height:8px;background:var(--gray-400);border-radius:50%;animation:typing 1.4s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.toast-container{position:fixed;bottom:1.5rem;right:1.5rem;z-index:300;display:flex;flex-direction:column;gap:.75rem;max-width:400px}.toast{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:var(--white);border:1px solid var(--gray-200);border-radius:12px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;animation:toastIn .3s ease-out}.toast-exit{animation:toastOut .2s ease-in forwards}@keyframes toastIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.toast-icon{width:20px;height:20px;flex-shrink:0}.toast-icon svg{width:100%;height:100%}.toast-success .toast-icon{color:var(--green-600)}.toast-error .toast-icon{color:#dc2626}.toast-warning .toast-icon{color:#d97706}.toast-info .toast-icon{color:#2563eb}.toast-content{flex:1;min-width:0}.toast-title{font-size:.9375rem;font-weight:500;color:var(--gray-900)}.toast-message{font-size:.8125rem;color:var(--gray-500);margin-top:.25rem;line-height:1.4}.toast-action{padding:.375rem .75rem;background:none;border:1px solid var(--gray-200);border-radius:6px;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--gray-700);cursor:pointer;transition:all .15s;flex-shrink:0}.toast-action:hover{background:var(--gray-50);border-color:var(--gray-300)}.toast-close{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:6px;color:var(--gray-400);cursor:pointer;transition:all .15s;flex-shrink:0;margin:-.25rem -.25rem -.25rem 0}.toast-close:hover{background:var(--gray-100);color:var(--gray-600)}.toast-close svg{width:14px;height:14px}@media(max-width:480px){.toast-container{left:1rem;right:1rem;bottom:1rem;max-width:none}}.confirm-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:250;padding:1rem;animation:modalOverlayIn .15s ease-out}.confirm-modal{background:var(--white);border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:400px;padding:1.5rem;text-align:center;animation:modalIn .2s ease-out}.confirm-modal-icon{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.confirm-modal-icon svg{width:28px;height:28px}.confirm-icon-danger{background:#fee2e2;color:#dc2626}.confirm-icon-warning{background:#fef3c7;color:#d97706}.confirm-icon-default{background:var(--gray-100);color:var(--gray-600)}.confirm-modal-title{font-size:1.125rem;font-weight:600;color:var(--gray-900);margin:0 0 .5rem}.confirm-modal-message{font-size:.9375rem;color:var(--gray-500);line-height:1.5;margin-bottom:1.5rem}.confirm-modal-message strong{color:var(--gray-700)}.confirm-modal-actions{display:flex;gap:.75rem;justify-content:center}.confirm-modal-actions button{flex:1;max-width:140px}.command-palette-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-start;justify-content:center;z-index:300;padding:15vh 1rem 1rem;animation:modalOverlayIn .15s ease-out}.command-palette{background:var(--white);border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:560px;max-height:60vh;overflow:hidden;display:flex;flex-direction:column;animation:modalIn .2s ease-out}.command-palette-input-wrapper{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--gray-100)}.command-palette-search-icon{width:20px;height:20px;color:var(--gray-400);flex-shrink:0}.command-palette-input{flex:1;border:none;background:none;font-family:inherit;font-size:1rem;color:var(--gray-900);outline:none}.command-palette-input::placeholder{color:var(--gray-400)}.command-palette-list{overflow-y:auto;flex:1;padding:.5rem}.command-palette-empty{padding:2rem;text-align:center;color:var(--gray-500);font-size:.9375rem}.command-palette-section{margin-bottom:.5rem}.command-palette-section:last-child{margin-bottom:0}.command-palette-section-title{font-size:.6875rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.05em;padding:.5rem .75rem}.command-palette-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;background:none;border:none;border-radius:8px;font-family:inherit;text-align:left;cursor:pointer;transition:background .1s}.command-palette-item:hover,.command-palette-item.selected{background:var(--gray-100)}.command-palette-item-icon{width:20px;height:20px;color:var(--gray-500);flex-shrink:0}.command-palette-item-icon svg{width:100%;height:100%}.command-palette-item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.command-palette-item-label{font-size:.9375rem;font-weight:500;color:var(--gray-900)}.command-palette-item-desc{font-size:.8125rem;color:var(--gray-500)}.command-palette-shortcut{font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:.6875rem;color:var(--gray-400);background:var(--gray-100);padding:.25rem .5rem;border-radius:4px;flex-shrink:0}.command-palette-footer{display:flex;gap:1.5rem;padding:.75rem 1rem;border-top:1px solid var(--gray-100);background:var(--gray-50);font-size:.75rem;color:var(--gray-500)}.command-palette-footer kbd{font-family:SF Mono,Monaco,Inconsolata,monospace;font-size:.6875rem;background:var(--white);border:1px solid var(--gray-200);padding:.125rem .375rem;border-radius:4px;margin-right:.375rem}@media(max-width:768px){.app-sidebar{position:fixed;top:0;left:0;bottom:0;z-index:100;transform:translate(-100%)}.app-sidebar.open{transform:translate(0)}.app-menu-toggle{display:flex}.auth-card{padding:2rem 1.5rem}.app-chat-messages{padding:1.5rem 1rem}.app-chat-input-area{padding:1rem}}.app-sidebar-overlay{display:none;position:fixed;inset:0;background:#0006;z-index:99}.app-sidebar-overlay.visible{display:block}.app-wrapper{display:flex;flex-direction:column;height:100vh;overflow:hidden}.notification-bar-container{flex-shrink:0}.notification-bar{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.85rem}.notification-bar-warning{background:#fef3c7;border-bottom:1px solid #FDE68A;color:#92400e}.notification-bar-urgent{background:#fee2e2;border-bottom:1px solid #FECACA;color:#991b1b}.notification-bar-info{background:var(--green-50);border-bottom:1px solid var(--green-100);color:var(--green-800)}.notification-bar-icon{flex-shrink:0;width:18px;height:18px}.notification-bar-icon svg{width:100%;height:100%}.notification-bar-message{flex:1;font-weight:500}.notification-bar-cta{font-weight:600;text-decoration:underline;text-underline-offset:2px;color:inherit;white-space:nowrap}.notification-bar-cta:hover{opacity:.8}.notification-bar-close{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:inherit;opacity:.6;cursor:pointer;border-radius:4px;transition:all .15s}.notification-bar-close:hover{opacity:1;background:#0000001a}.notification-bar-close svg{width:14px;height:14px}.settings-page{padding:2rem;max-width:700px;margin:0 auto}.settings-header{margin-bottom:2rem}.settings-back{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--gray-500);text-decoration:none;margin-bottom:1rem}.settings-back:hover{color:var(--gray-700)}.settings-back svg{width:16px;height:16px}.settings-title{font-size:1.5rem;font-weight:800;letter-spacing:-.03em;color:var(--gray-900);margin:0 0 .5rem}.settings-desc{font-size:.95rem;color:var(--gray-500);margin:0}.settings-card{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem}.settings-card-title{font-size:1rem;font-weight:700;color:var(--gray-900);margin:0 0 .5rem}.settings-card-desc{font-size:.875rem;color:var(--gray-500);margin:0 0 1.25rem}.settings-plan-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:var(--green-50);border:1px solid var(--green-100);border-radius:100px;font-size:.8rem;font-weight:600;color:var(--green-700);margin-bottom:1rem}.settings-plan-badge svg{width:14px;height:14px}.settings-trial-info{display:flex;align-items:center;gap:.75rem;padding:1rem;background:var(--gray-50);border-radius:8px;margin-bottom:1.25rem}.settings-trial-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--white);border:1px solid var(--gray-200);border-radius:10px;color:var(--gray-500)}.settings-trial-icon svg{width:20px;height:20px}.settings-trial-text{flex:1}.settings-trial-label{font-size:.8rem;color:var(--gray-500);margin:0 0 .125rem}.settings-trial-value{font-size:.95rem;font-weight:600;color:var(--gray-900);margin:0}.settings-btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--green-600);color:var(--white);border:none;border-radius:8px;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .15s}.settings-btn-primary:hover{background:var(--green-700)}.settings-btn-primary svg{width:16px;height:16px}.settings-btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:var(--white);color:var(--gray-700);border:1px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:.9rem;font-weight:600;cursor:pointer;text-decoration:none;transition:all .15s}.settings-btn-secondary:hover{background:var(--gray-50);border-color:var(--gray-300)}.settings-actions{display:flex;gap:.75rem;flex-wrap:wrap}.client-briefs-panel{display:flex;flex-direction:column;flex:1;overflow:hidden}.client-briefs-search{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin:.75rem;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:8px}.client-briefs-search svg{width:16px;height:16px;color:var(--gray-400);flex-shrink:0}.client-briefs-search-input{flex:1;border:none;background:none;font-family:inherit;font-size:.85rem;color:var(--gray-900);outline:none}.client-briefs-search-input::placeholder{color:var(--gray-400)}.client-briefs-add{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:0 .75rem .75rem;padding:.625rem 1rem;background:none;border:1px dashed var(--gray-300);border-radius:8px;font-family:inherit;font-size:.8rem;font-weight:600;color:var(--gray-500);cursor:pointer;transition:all .15s}.client-briefs-add:hover{background:var(--gray-50);border-color:var(--gray-400);color:var(--gray-700)}.client-briefs-add svg{width:14px;height:14px}.client-briefs-list{flex:1;overflow-y:auto;padding:0 .5rem .5rem}.client-briefs-empty{padding:2rem 1rem;text-align:center;color:var(--gray-400);font-size:.85rem}.client-briefs-empty-hint{font-size:.75rem;margin-top:.25rem}.client-brief-item{padding:.75rem;margin-bottom:.5rem;background:var(--white);border:1px solid var(--gray-100);border-radius:10px;cursor:pointer;transition:all .15s}.client-brief-item:hover{border-color:var(--gray-200);box-shadow:0 2px 4px #0000000a}.client-brief-item.active{background:linear-gradient(135deg,var(--green-50) 0%,#ECFDF5 100%);border-color:#22c55e33;box-shadow:0 2px 8px #22c55e1a}.client-brief-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.25rem}.client-brief-status{width:8px;height:8px;border-radius:50%;flex-shrink:0}.client-brief-status.critical{background:#ef4444;box-shadow:0 0 0 2px #ef444433}.client-brief-status.important{background:#f59e0b;box-shadow:0 0 0 2px #f59e0b33}.client-brief-status.healthy{background:var(--green-500);box-shadow:0 0 0 2px #22c55e33}.client-brief-name{font-size:.875rem;font-weight:600;color:var(--gray-900)}.client-brief-location{font-size:.75rem;color:var(--gray-500);margin-bottom:.5rem}.client-brief-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.client-brief-metrics{display:flex;gap:.75rem}.client-brief-metric{display:flex;align-items:center;gap:.25rem}.client-brief-metric .metric-label{font-size:.65rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.02em}.client-brief-metric .metric-value{font-family:JetBrains Mono,monospace;font-size:.75rem;font-weight:600;color:var(--gray-700)}.client-brief-last-worked{font-size:.7rem;color:var(--gray-400)}.client-brief-issues{display:flex;gap:.5rem}.client-brief-issue{font-size:.65rem;font-weight:600;padding:.2rem .5rem;border-radius:4px}.client-brief-issue.critical{background:#fee2e2;color:#991b1b}.client-brief-issue.important{background:#fef3c7;color:#92400e}.app-client-context{background:linear-gradient(135deg,var(--white) 0%,var(--gray-50) 100%);border:1px solid var(--gray-200);border-radius:var(--radius-lg);padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000000a}.app-client-context-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-100)}.app-client-status{width:12px;height:12px;border-radius:50%;flex-shrink:0}.app-client-status.critical{background:#ef4444;box-shadow:0 0 0 3px #ef444433}.app-client-status.important{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b33}.app-client-status.healthy{background:var(--green-500);box-shadow:0 0 0 3px #22c55e33}.app-client-context-name{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin:0}.app-client-context-location{font-size:.875rem;color:var(--gray-500);margin:.25rem 0 0}.app-client-context-metrics{display:flex;gap:1.5rem;margin-bottom:1rem}.app-client-context-metric{display:flex;flex-direction:column;gap:.125rem}.app-client-context-metric .metric-label{font-size:.7rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.03em}.app-client-context-metric .metric-value{font-family:JetBrains Mono,monospace;font-size:.95rem;font-weight:600;color:var(--gray-900)}.app-client-context-next{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:var(--green-50);border:1px solid var(--green-100);border-radius:8px}.app-client-context-next .next-label{font-size:.75rem;font-weight:600;color:var(--green-600)}.app-client-context-next .next-value{font-size:.85rem;font-weight:500;color:var(--green-800)}.client-context-bar{padding:.75rem 1.25rem;border-bottom:1px solid rgba(0,0,0,.04);background:#fff9;backdrop-filter:blur(8px)}.client-context-bar-inner{display:flex;align-items:center;gap:1.5rem;max-width:800px;margin:0 auto}.client-selector{position:relative}.client-selector-trigger{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--gray-700);cursor:pointer;transition:all .15s;min-width:180px}.client-selector-trigger:hover{border-color:var(--gray-300);background:var(--gray-50)}.client-selector-icon{width:16px;height:16px;color:var(--gray-400)}.client-selector-status{width:8px;height:8px;border-radius:50%;flex-shrink:0}.client-selector-status.critical{background:#ef4444}.client-selector-status.important{background:#f59e0b}.client-selector-status.healthy{background:var(--green-500)}.client-selector-name{flex:1;text-align:left}.client-selector-placeholder{flex:1;text-align:left;color:var(--gray-400);font-weight:500}.client-selector-chevron{width:14px;height:14px;color:var(--gray-400);transition:transform .2s}.client-selector-chevron.open{transform:rotate(180deg)}.client-selector-dropdown{position:absolute;top:calc(100% + 4px);left:0;width:320px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:0 4px 12px #00000014,0 20px 40px #0000001f;z-index:100;overflow:hidden}.client-selector-search{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-bottom:1px solid var(--gray-100)}.client-selector-search svg{width:16px;height:16px;color:var(--gray-400);flex-shrink:0}.client-selector-search input{flex:1;border:none;background:none;font-family:inherit;font-size:.875rem;color:var(--gray-900);outline:none}.client-selector-search input::placeholder{color:var(--gray-400)}.client-selector-list{max-height:280px;overflow-y:auto}.client-selector-clear{display:flex;align-items:center;gap:.5rem;width:100%;padding:.625rem .75rem;background:none;border:none;border-bottom:1px solid var(--gray-100);font-family:inherit;font-size:.8rem;color:var(--gray-500);cursor:pointer;transition:all .15s}.client-selector-clear:hover{background:var(--gray-50);color:var(--gray-700)}.client-selector-clear svg{width:14px;height:14px}.client-selector-option{display:flex;align-items:center;gap:.625rem;width:100%;padding:.625rem .75rem;background:none;border:none;font-family:inherit;text-align:left;cursor:pointer;transition:all .15s}.client-selector-option:hover{background:var(--gray-50)}.client-selector-option.active{background:var(--green-50)}.client-selector-option-info{flex:1;min-width:0}.client-selector-option-name{display:block;font-size:.85rem;font-weight:600;color:var(--gray-900)}.client-selector-option-location{display:block;font-size:.75rem;color:var(--gray-500)}.client-selector-option-metrics{display:flex;gap:.5rem;font-family:JetBrains Mono,monospace;font-size:.65rem;color:var(--gray-400)}.client-selector-empty{padding:1.5rem;text-align:center;color:var(--gray-400);font-size:.85rem}.client-selector-group{border-top:1px solid var(--gray-100)}.client-selector-group:first-child{border-top:none}.client-selector-group-header{padding:.5rem .75rem .25rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500)}.client-selector-option.indented{padding-left:1.25rem}.client-selector-add{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;background:none;border:none;border-top:1px solid var(--gray-100);font-family:inherit;font-size:.8rem;font-weight:600;color:var(--green-600);cursor:pointer;transition:all .15s}.client-selector-add:hover{background:var(--green-50)}.client-selector-add svg{width:14px;height:14px}.client-context-metrics{display:flex;align-items:center;gap:1rem}.client-context-metric{display:flex;align-items:center;gap:.375rem}.client-context-metric .metric-label{font-size:.7rem;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.02em}.client-context-metric .metric-value{font-family:JetBrains Mono,monospace;font-size:.8rem;font-weight:600;color:var(--gray-700)}.client-context-metric.keyword .metric-value{font-family:inherit}.client-context-divider{width:1px;height:16px;background:var(--gray-200)}.app-sidebar-empty{padding:2rem 1rem;text-align:center;color:var(--gray-400)}.app-sidebar-empty p{margin:0;font-size:.85rem}.app-sidebar-empty-hint{font-size:.75rem!important;margin-top:.25rem!important}@media(max-width:768px){.client-context-bar-inner{gap:.75rem}.client-context-metrics{display:none}.client-selector-trigger{min-width:140px}}.app-header-actions{display:flex;align-items:center;gap:.25rem;margin-left:auto}.app-header-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:none;border:none;border-radius:8px;color:var(--gray-500);cursor:pointer;text-decoration:none;transition:all .15s}.app-header-btn:hover{background:var(--gray-100);color:var(--gray-700)}.app-header-btn svg{width:18px;height:18px}.alerts-dropdown{position:relative}.alerts-dropdown-trigger{display:flex;align-items:center;justify-content:center;position:relative;width:36px;height:36px;background:none;border:none;border-radius:8px;color:var(--gray-500);cursor:pointer;transition:all .15s}.alerts-dropdown-trigger:hover{background:var(--gray-100);color:var(--gray-700)}.alerts-dropdown-trigger svg{width:18px;height:18px}.alerts-dropdown-badge{position:absolute;top:4px;right:4px;min-width:16px;height:16px;padding:0 4px;background:#ef4444;color:var(--white);font-size:.65rem;font-weight:700;border-radius:100px;display:flex;align-items:center;justify-content:center}.alerts-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;width:360px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);box-shadow:0 4px 12px #00000014,0 20px 40px #0000001f;z-index:100;overflow:hidden}.alerts-dropdown-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;border-bottom:1px solid var(--gray-100)}.alerts-dropdown-title{font-size:.9rem;font-weight:700;color:var(--gray-900)}.alerts-dropdown-mark-all{font-size:.75rem;font-weight:600;color:var(--green-600);background:none;border:none;cursor:pointer}.alerts-dropdown-mark-all:hover{color:var(--green-700);text-decoration:underline}.alerts-dropdown-list{max-height:400px;overflow-y:auto}.alerts-dropdown-empty{padding:2rem;text-align:center;color:var(--gray-400)}.alerts-dropdown-empty svg{width:32px;height:32px;margin-bottom:.5rem}.alerts-dropdown-empty p{margin:0;font-size:.85rem}.alerts-dropdown-item{display:flex;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid var(--gray-50);cursor:pointer;transition:background .15s}.alerts-dropdown-item:hover{background:var(--gray-50)}.alerts-dropdown-item.read{opacity:.6}.alerts-dropdown-item-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.alerts-dropdown-item-icon.critical{background:#fee2e2;color:#dc2626}.alerts-dropdown-item-icon.warning{background:#fef3c7;color:#d97706}.alerts-dropdown-item-icon.info{background:var(--green-50);color:var(--green-600)}.alerts-dropdown-item-icon svg{width:16px;height:16px}.alerts-dropdown-item-content{flex:1;min-width:0}.alerts-dropdown-item-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.25rem}.alerts-dropdown-item-title{font-size:.8rem;font-weight:600;color:var(--gray-900)}.alerts-dropdown-item-time{font-size:.7rem;color:var(--gray-400);flex-shrink:0}.alerts-dropdown-item-message{font-size:.75rem;color:var(--gray-500);margin:0 0 .25rem;line-height:1.4}.alerts-dropdown-item-client{font-size:.7rem;font-weight:600;color:var(--gray-400)}.alerts-dropdown-item-dot{width:8px;height:8px;background:var(--green-500);border-radius:50%;flex-shrink:0;margin-top:4px}.alerts-dropdown-footer{display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.75rem;border-top:1px solid var(--gray-100);font-size:.8rem;font-weight:600;color:var(--gray-500);text-decoration:none;transition:all .15s}.alerts-dropdown-footer:hover{background:var(--gray-50);color:var(--gray-700)}.alerts-dropdown-footer svg{width:14px;height:14px}.approval-queue{margin-bottom:.75rem;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.approval-queue-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,#fef3c7,#fffbeb);border:none;font-family:inherit;font-size:.85rem;font-weight:600;color:#92400e;cursor:pointer;transition:all .15s}.approval-queue-toggle:hover{background:linear-gradient(135deg,#fde68a,#fef3c7)}.approval-queue-toggle-content{display:flex;align-items:center;gap:.5rem}.approval-queue-badge{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:#d97706;color:var(--white);font-size:.7rem;font-weight:700;border-radius:50%}.approval-queue-toggle svg{width:16px;height:16px;transition:transform .2s}.approval-queue-toggle svg.rotated{transform:rotate(180deg)}.approval-item{padding:1rem;border-bottom:1px solid var(--gray-100)}.approval-item:last-child{border-bottom:none}.approval-item-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.approval-item-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.approval-item-icon.gbp-post{background:#dbeafe;color:#2563eb}.approval-item-icon.review-response{background:#fee2e2;color:#dc2626}.approval-item-icon.report{background:var(--green-50);color:var(--green-600)}.approval-item-icon.citation-update{background:#f3e8ff;color:#9333ea}.approval-item-icon svg{width:16px;height:16px}.approval-item-info{flex:1}.approval-item-meta{display:flex;align-items:center;gap:.5rem}.approval-item-type{font-size:.75rem;font-weight:600;color:var(--gray-900)}.approval-item-tier{font-size:.65rem;font-weight:600;padding:.125rem .375rem;background:var(--gray-100);color:var(--gray-500);border-radius:4px}.approval-item-client,.approval-item-time{font-size:.7rem;color:var(--gray-400)}.approval-item-content{margin-bottom:.75rem}.approval-item-title{font-size:.875rem;font-weight:600;color:var(--gray-900);margin:0 0 .25rem}.approval-item-preview{font-size:.8rem;color:var(--gray-500);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.approval-item-actions{display:flex;gap:.5rem}.approval-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.5rem .75rem;border-radius:6px;font-family:inherit;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s}.approval-btn.view{flex:1;background:var(--gray-100);color:var(--gray-700);border:none}.approval-btn.view:hover{background:var(--gray-200)}.approval-btn.approve{flex:1;background:var(--green-600);color:var(--white);border:none}.approval-btn.approve:hover{background:var(--green-700)}.approval-btn.approve svg{width:14px;height:14px}.approval-btn.reject{width:36px;background:none;color:var(--gray-400);border:1px solid var(--gray-200)}.approval-btn.reject:hover{background:#fee2e2;border-color:#fca5a5;color:#dc2626}.approval-btn.reject svg{width:14px;height:14px}@media(max-width:640px){.app-main-header{flex-wrap:wrap;padding:.625rem 1rem;gap:.375rem .5rem}.app-main-title,.app-main-title-btn{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9375rem}.app-menu-toggle{order:1}.app-main-title,.app-main-title-btn,.app-main-title-input{order:2}.app-header-actions{order:3;width:100%;margin-left:0;padding-left:2rem;gap:.375rem}.app-header-actions .app-header-btn{width:32px;height:32px}.app-header-actions .app-header-btn svg{width:16px;height:16px}.theme-toggle{display:none}.app-empty-state{padding:2rem 1rem}.app-empty-title{font-size:1.25rem}.app-empty-desc{font-size:.875rem;margin:0 0 1.5rem}.app-empty-prompts{flex-direction:column;width:100%;max-width:280px}.app-empty-prompt{width:100%;text-align:center;justify-content:center}.app-chat{padding:1rem}.app-chat-input-row{padding:.75rem 1rem}.app-brief-header{padding:1.25rem 1rem;gap:.75rem}.app-brief-name{font-size:1.25rem}.app-brief-tabs{padding:0 .5rem;gap:.125rem;justify-content:center}.app-brief-tab{padding:.625rem .5rem;font-size:.75rem}.app-brief-content{padding:1.25rem 1rem}.feedback-popup{width:calc(100% - 2rem);max-width:none;margin:0 1rem}.approval-queue{border-radius:0}.approval-queue-header{padding:.75rem 1rem}.approval-queue-content{padding:0 1rem 1rem}.alerts-dropdown-menu{right:-.5rem;width:calc(100vw - 2rem);max-width:320px}.context-menu{min-width:160px}}.chat-message-tool-results{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.tool-result-card{background:var(--white);border:1px solid var(--gray-200);border-radius:14px;overflow:hidden;font-size:.9375rem;box-shadow:0 1px 2px #00000008}.tool-result-card-header{display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;background:var(--gray-50, #f9fafb);border-bottom:1px solid var(--gray-100);width:100%;text-align:left;border:none;cursor:pointer;font-family:inherit;font-size:inherit;color:inherit}.tool-result-card-header-left{display:flex;align-items:center;gap:.625rem}.tool-result-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.tool-result-status-dot.complete{background:var(--green-600)}.tool-result-status-dot.error{background:#dc2626}.tool-result-status-dot.loading{background:var(--gray-300, #d1d5db);animation:tool-result-pulse 1.5s ease-in-out infinite}@keyframes tool-result-pulse{0%,to{opacity:.6}50%{opacity:1}}.tool-result-name{font-weight:600;font-size:.875rem;color:var(--gray-900);font-variant-numeric:tabular-nums}.tool-result-server{font-size:.75rem;color:var(--gray-500)}.tool-result-chevron{color:var(--gray-400);transition:transform .15s ease}.tool-result-chevron.open{transform:rotate(180deg)}.tool-result-card-body{padding:.75rem .875rem}.tool-result-json{margin:0;padding:.75rem;background:var(--gray-50, #f9fafb);border-radius:8px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:.75rem;color:var(--gray-700);overflow-x:auto;max-height:320px}.tool-result-pending{opacity:.7}.geogrid-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid var(--gray-100)}.geogrid-header-text{min-width:0}.geogrid-keyword{font-size:1rem;font-weight:700;color:var(--gray-900);letter-spacing:-.01em}.geogrid-business{font-size:.8125rem;color:var(--gray-500);margin-top:.125rem}.geogrid-stats{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.geogrid-stat{text-align:right;padding:0 .5rem;border-right:1px solid var(--gray-100)}.geogrid-stat:last-of-type{border-right:none}.geogrid-stat-value{font-size:1.125rem;font-weight:700;color:var(--gray-900);font-variant-numeric:tabular-nums;line-height:1.1}.geogrid-stat-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500)}.geogrid-rerun{display:inline-flex;align-items:center;gap:.375rem;margin-left:.5rem;padding:.4375rem .75rem;border-radius:8px;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.geogrid-rerun:hover{background:var(--gray-100);color:var(--gray-900);border-color:var(--gray-300, #d1d5db)}.geogrid-map{width:100%;height:360px;background:var(--gray-100)}.geogrid-marker{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;border:2px solid;font-size:.75rem;font-weight:700;font-family:ui-sans-serif,system-ui;font-variant-numeric:tabular-nums;cursor:pointer;box-shadow:0 2px 4px #00000026;transition:transform .1s ease}.geogrid-marker:hover{transform:scale(1.15);z-index:1}.geogrid-business-marker{width:14px;height:14px;border-radius:50%;background:var(--gray-900);border:3px solid var(--white);box-shadow:0 2px 6px #00000059}.geogrid-popup{font-family:inherit;min-width:120px}.geogrid-popup-rank{display:inline-block;padding:.25rem .5rem;border-radius:6px;font-weight:700;font-size:.75rem;margin-bottom:.375rem}.geogrid-popup-coords{font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:.6875rem;color:var(--gray-500)}.geogrid-legend{display:flex;flex-wrap:wrap;align-items:center;gap:.875rem;padding:.625rem 1rem;background:var(--gray-50, #f9fafb);border-top:1px solid var(--gray-100)}.geogrid-legend-item{display:inline-flex;align-items:center;gap:.4375rem;font-size:.75rem;color:var(--gray-600);font-weight:500}.geogrid-legend-swatch{width:12px;height:12px;border-radius:50%;border:1.5px solid}.geogrid-fallback-toggle{appearance:none;background:none;border:none;font-family:inherit;font-size:.8125rem;color:var(--gray-500);cursor:pointer;padding:.5rem 1rem;text-align:left;width:100%;border-top:1px solid var(--gray-100)}.geogrid-fallback-toggle:hover{color:var(--gray-700)}@media(max-width:640px){.geogrid-header{flex-direction:column;gap:.625rem}.geogrid-stats{width:100%;overflow-x:auto}.geogrid-map{height:280px}}.local-pack-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid var(--gray-100);background:var(--gray-50, #f9fafb)}.local-pack-header-text{min-width:0}.local-pack-keyword{font-size:1rem;font-weight:700;color:var(--gray-900);letter-spacing:-.01em}.local-pack-location{font-size:.8125rem;color:var(--gray-500);margin-top:.125rem}.local-pack-rerun{display:inline-flex;align-items:center;gap:.375rem;flex-shrink:0;padding:.4375rem .75rem;border-radius:999px;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.local-pack-rerun:hover{background:var(--gray-100);color:var(--gray-900);border-color:var(--gray-300, #d1d5db)}.local-pack-list{list-style:none;margin:0;padding:0}.local-pack-row{display:flex;align-items:center;gap:.875rem;padding:.75rem 1rem;border-bottom:1px solid var(--gray-100);transition:background .12s ease}.local-pack-row:last-child{border-bottom:none}.local-pack-row:hover{background:var(--gray-50, #f9fafb)}.local-pack-rank{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:8px;border:1.5px solid;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:.875rem;font-weight:700;font-variant-numeric:tabular-nums;box-shadow:0 1px 2px #0000000f}.local-pack-row-main{flex:1;min-width:0}.local-pack-name{font-size:.9375rem;font-weight:600;color:var(--gray-900);letter-spacing:-.005em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.local-pack-address{font-size:.75rem;color:var(--gray-500);margin-top:.125rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.local-pack-rating{display:inline-flex;align-items:center;gap:.3125rem;flex-shrink:0;font-size:.8125rem;font-variant-numeric:tabular-nums;color:var(--gray-700)}.local-pack-rating svg{color:#facc15}.local-pack-rating-value{font-weight:600;color:var(--gray-900)}.local-pack-review-count{color:var(--gray-500)}.local-pack-toggle{appearance:none;background:var(--gray-50, #f9fafb);border:none;border-top:1px solid var(--gray-100);font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--gray-600);cursor:pointer;padding:.625rem 1rem;text-align:center;width:100%;transition:color .12s ease,background .12s ease}.local-pack-toggle:hover{color:var(--gray-900);background:var(--gray-100)}.local-pack-fallback-toggle{appearance:none;background:none;border:none;font-family:inherit;font-size:.8125rem;color:var(--gray-500);cursor:pointer;padding:.5rem 1rem;text-align:left;width:100%;border-top:1px solid var(--gray-100)}.local-pack-fallback-toggle:hover{color:var(--gray-700)}@media(max-width:640px){.local-pack-header{flex-direction:column;gap:.625rem}.local-pack-row{gap:.625rem;padding:.625rem .75rem}.local-pack-rank{width:28px;height:28px;font-size:.8125rem}}.audit-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.125rem;border-bottom:1px solid var(--gray-100)}.audit-header-text{min-width:0;padding-top:.25rem}.audit-title{font-size:1rem;font-weight:700;color:var(--gray-900);letter-spacing:-.01em}.audit-subtitle{font-size:.8125rem;color:var(--gray-500);margin-top:.125rem}.audit-header-right{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0}.audit-score{position:relative;width:92px;height:92px;display:flex;align-items:center;justify-content:center}.audit-score-ring{position:absolute;inset:0;width:92px;height:92px}.audit-score-inner{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.audit-score-value{font-size:28px;font-weight:800;font-variant-numeric:tabular-nums;letter-spacing:-.03em;line-height:1}.audit-score-label{position:absolute;bottom:-1.25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);white-space:nowrap}.audit-rerun{display:inline-flex;align-items:center;gap:.375rem;margin-top:1.25rem;padding:.4375rem .75rem;border-radius:8px;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.audit-rerun:hover{background:var(--gray-100);color:var(--gray-900);border-color:var(--gray-300, #d1d5db)}.audit-findings{display:flex;flex-direction:column;gap:1rem;padding:1rem 1.125rem}.audit-findings-group{display:flex;flex-direction:column;gap:.5rem}.audit-findings-heading{display:inline-flex;align-items:center;gap:.5rem}.audit-findings-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.audit-findings-label{font-size:.8125rem;font-weight:700;letter-spacing:-.005em}.audit-findings-count{font-size:.6875rem;font-weight:600;color:var(--gray-500);background:var(--gray-100);padding:.125rem .4375rem;border-radius:999px;font-variant-numeric:tabular-nums}.audit-findings-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.375rem}.audit-finding{border-left:3px solid;border-radius:6px;padding:.5rem .75rem}.audit-finding-category{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin-bottom:.1875rem}.audit-finding-text{font-size:.875rem;color:var(--gray-800);line-height:1.45}.audit-recs{border-top:1px solid var(--gray-100);background:var(--gray-50, #f9fafb)}.audit-recs-toggle{appearance:none;display:flex;align-items:center;gap:.5rem;width:100%;text-align:left;background:none;border:none;padding:.6875rem 1.125rem;font-family:inherit;font-size:.8125rem;font-weight:600;color:var(--gray-700);cursor:pointer}.audit-recs-toggle:hover{color:var(--gray-900)}.audit-recs-chevron{color:var(--gray-400);transition:transform .15s ease;flex-shrink:0}.audit-recs-chevron.open{transform:rotate(180deg)}.audit-recs-list{list-style:none;margin:0;padding:0 1.125rem .875rem;display:flex;flex-direction:column;gap:.4375rem}.audit-rec{display:flex;gap:.625rem;align-items:flex-start;font-size:.875rem;color:var(--gray-700);line-height:1.45}.audit-rec-num{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 .3125rem;border-radius:999px;background:var(--white);border:1px solid var(--gray-200);font-size:.6875rem;font-weight:700;color:var(--gray-600);font-variant-numeric:tabular-nums}.audit-rec-text{flex:1}.audit-fallback-toggle{appearance:none;background:none;border:none;font-family:inherit;font-size:.8125rem;color:var(--gray-500);cursor:pointer;padding:.5rem 1rem;text-align:left;width:100%;border-top:1px solid var(--gray-100)}.audit-fallback-toggle:hover{color:var(--gray-700)}@media(max-width:640px){.audit-header{flex-direction:column-reverse;align-items:stretch;gap:1rem}.audit-header-right{flex-direction:row;justify-content:space-between;align-items:center}.audit-rerun{margin-top:0}.audit-score-label{bottom:-1.125rem}}.review-feed-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid var(--gray-100)}.review-feed-header-text{min-width:0}.review-feed-business{font-size:1.0625rem;font-weight:700;color:var(--gray-900);letter-spacing:-.015em;line-height:1.2}.review-feed-fallback-msg{font-size:.8125rem;color:var(--gray-500);margin-top:.25rem}.review-feed-header-right{display:flex;align-items:flex-start;gap:.625rem;flex-shrink:0}.review-feed-rating-block{text-align:right;line-height:1.1}.review-feed-rating-row{display:inline-flex;align-items:center;gap:.375rem}.review-feed-rating-value{font-size:1rem;font-weight:700;color:var(--gray-900);font-variant-numeric:tabular-nums}.review-feed-total{font-size:.75rem;color:var(--gray-500);margin-top:.25rem}.review-feed-stars{display:inline-flex;align-items:center;gap:1px;line-height:1}.review-feed-star{flex-shrink:0}.review-feed-refresh{display:inline-flex;align-items:center;gap:.375rem;padding:.4375rem .75rem;border-radius:8px;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease;white-space:nowrap}.review-feed-refresh:hover{background:var(--gray-100);color:var(--gray-900);border-color:var(--gray-300, #d1d5db)}.review-feed-dist{display:flex;flex-wrap:wrap;gap:.375rem;padding:.75rem 1rem;background:var(--gray-50, #f9fafb);border-bottom:1px solid var(--gray-100)}.review-feed-dist-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:999px;border:1px solid;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums}.review-feed-dist-stars{letter-spacing:-.01em}.review-feed-dist-count{opacity:.85}.review-feed-list{display:flex;flex-direction:column}.review-feed-item{display:flex;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid var(--gray-100)}.review-feed-item:last-of-type{border-bottom:none}.review-feed-avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:var(--gray-400);color:var(--white);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9375rem;letter-spacing:-.01em}.review-feed-item-body{flex:1;min-width:0}.review-feed-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:.625rem;margin-bottom:.375rem}.review-feed-item-meta{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.5rem;min-width:0}.review-feed-author{font-size:.875rem;font-weight:600;color:var(--gray-900)}.review-feed-rating-pill{display:inline-flex;align-items:center;gap:.3125rem;padding:.125rem .5rem;border-radius:999px;border:1px solid;font-size:.6875rem;font-weight:600;font-variant-numeric:tabular-nums;line-height:1.4}.review-feed-rating-pill-value{letter-spacing:-.01em}.review-feed-item-right{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}.review-feed-sentiment{width:8px;height:8px;border-radius:50%;flex-shrink:0}.review-feed-sentiment-pos{background:var(--green-500, #22c55e)}.review-feed-sentiment-neu{background:#facc15}.review-feed-sentiment-neg{background:#ef4444}.review-feed-date{font-size:.75rem;color:var(--gray-500);white-space:nowrap}.review-feed-text{margin:0;font-size:.875rem;line-height:1.55;color:var(--gray-700);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;word-wrap:break-word;white-space:pre-wrap}.review-feed-text.expanded{-webkit-line-clamp:unset;display:block;overflow:visible}.review-feed-text-toggle{margin-top:.25rem;appearance:none;background:none;border:none;padding:0;font-family:inherit;font-size:.75rem;font-weight:600;color:var(--green-600);cursor:pointer}.review-feed-text-toggle:hover{color:var(--green-700);text-decoration:underline}.review-feed-response{margin-top:.625rem;padding:.5rem .75rem;background:var(--gray-50, #f9fafb);border-left:3px solid var(--green-600);border-radius:0 8px 8px 0}.review-feed-response-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin-bottom:.1875rem}.review-feed-response-text{margin:0;font-size:.8125rem;line-height:1.55;color:var(--gray-700);white-space:pre-wrap;word-wrap:break-word}.review-feed-more{appearance:none;background:none;border:none;border-top:1px solid var(--gray-100);padding:.75rem 1rem;width:100%;text-align:center;font-family:inherit;font-size:.8125rem;font-weight:600;color:var(--green-600);cursor:pointer}.review-feed-more:hover{background:var(--gray-50, #f9fafb);color:var(--green-700)}.review-feed-fallback-toggle{appearance:none;background:none;border:none;font-family:inherit;font-size:.8125rem;color:var(--gray-500);cursor:pointer;padding:.5rem 1rem;text-align:left;width:100%;border-top:1px solid var(--gray-100)}.review-feed-fallback-toggle:hover{color:var(--gray-700)}@media(max-width:640px){.review-feed-header{flex-direction:column;gap:.625rem}.review-feed-header-right{width:100%;justify-content:space-between;align-items:center}.review-feed-rating-block{text-align:left}.review-feed-dist{overflow-x:auto;flex-wrap:nowrap}.review-feed-dist-chip{flex-shrink:0}}.completeness-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid var(--gray-100)}.completeness-header-text{min-width:0}.completeness-title{font-size:1rem;font-weight:700;color:var(--gray-900);letter-spacing:-.01em}.completeness-business{font-size:.8125rem;color:var(--gray-500);margin-top:.125rem}.completeness-rerun{display:inline-flex;align-items:center;gap:.375rem;flex-shrink:0;padding:.4375rem .75rem;border-radius:999px;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.completeness-rerun:hover{background:var(--gray-100);color:var(--gray-900);border-color:var(--gray-300, #d1d5db)}.completeness-score-section{display:flex;flex-direction:column;align-items:center;gap:.625rem;padding:1.5rem 1rem 1.25rem}.completeness-gauge{position:relative;width:140px;height:140px}.completeness-gauge svg{display:block}.completeness-gauge-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.completeness-gauge-score{font-size:44px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.completeness-gauge-suffix{font-size:.75rem;font-weight:600;color:var(--gray-500);margin-top:.25rem;letter-spacing:.04em}.completeness-readout{font-size:.875rem;font-weight:600;letter-spacing:-.005em}.completeness-readout-muted{color:var(--gray-500)}.completeness-section{padding:1rem;border-top:1px solid var(--gray-100)}.completeness-section-heading{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin-bottom:.625rem}.completeness-missing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.completeness-missing-cell{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;background:var(--gray-50, #f9fafb);border-radius:8px;font-size:.8125rem;color:var(--gray-700);min-width:0}.completeness-missing-icon{color:#dc2626;flex-shrink:0}.completeness-missing-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.completeness-section-recs{background:var(--gray-50, #f9fafb)}.completeness-recs{list-style:none;counter-reset:completeness-rec;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.completeness-rec{counter-increment:completeness-rec;display:grid;grid-template-columns:1.25rem 1fr;align-items:start;gap:.5rem;padding-left:1.5rem;position:relative;font-size:.875rem;color:var(--gray-700);line-height:1.45}.completeness-rec:before{content:counter(completeness-rec) ".";position:absolute;left:0;top:0;font-size:.8125rem;font-weight:700;color:var(--gray-400);font-variant-numeric:tabular-nums;width:1.25rem}.completeness-rec-icon{color:var(--green-600);margin-top:.2rem}.completeness-rec-text{min-width:0}.completeness-recs-toggle{appearance:none;background:none;border:none;font-family:inherit;font-size:.8125rem;font-weight:600;color:var(--green-600);cursor:pointer;padding:0;margin-top:.75rem}.completeness-recs-toggle:hover{text-decoration:underline}.completeness-fallback-toggle{appearance:none;background:none;border:none;font-family:inherit;font-size:.8125rem;color:var(--gray-500);cursor:pointer;padding:.5rem 1rem;text-align:left;width:100%;border-top:1px solid var(--gray-100)}.completeness-fallback-toggle:hover{color:var(--gray-700)}@media(max-width:640px){.completeness-missing-grid{grid-template-columns:1fr}.completeness-score-section{padding:1.25rem 1rem 1rem}}.gbp-profile-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.125rem;background:var(--gray-50, #f9fafb);border-bottom:1px solid var(--gray-100)}.gbp-profile-header-text{min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.4375rem}.gbp-profile-name{font-size:1.125rem;font-weight:700;color:var(--gray-900);letter-spacing:-.01em;line-height:1.2}.gbp-profile-primary-chip{display:inline-block;padding:.1875rem .5rem;border-radius:999px;background:var(--green-100);color:var(--green-600);font-size:.75rem;font-weight:600;letter-spacing:.005em}.gbp-profile-rating{display:inline-flex;align-items:baseline;gap:.375rem;flex-shrink:0;font-variant-numeric:tabular-nums}.gbp-profile-star{font-size:1.0625rem;line-height:1}.gbp-profile-star.high{color:var(--green-600)}.gbp-profile-star.mid{color:#eab308}.gbp-profile-star.low{color:var(--gray-400)}.gbp-profile-rating-value{font-size:1rem;font-weight:700;color:var(--gray-900)}.gbp-profile-review-count{font-size:.8125rem;color:var(--gray-500)}.gbp-profile-details{display:grid;grid-template-columns:1fr 1fr;gap:.625rem 1.25rem;padding:.875rem 1.125rem}.gbp-profile-row{min-width:0;display:flex;flex-direction:column;gap:.25rem}.gbp-profile-row-label{display:inline-flex;align-items:center;gap:.4375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500)}.gbp-profile-row-icon{display:inline-flex;color:var(--gray-400)}.gbp-profile-row-value{font-size:.875rem;color:var(--gray-900);word-break:break-word}.gbp-profile-address{line-height:1.4}.gbp-profile-link{color:var(--green-600);text-decoration:none;font-weight:500}.gbp-profile-link:hover{text-decoration:underline}.gbp-profile-photos-count{color:var(--gray-700)}.gbp-profile-pills{display:flex;flex-wrap:wrap;gap:.3125rem}.gbp-profile-pill{display:inline-block;padding:.1875rem .5rem;border-radius:999px;background:var(--gray-100);color:var(--gray-700);font-size:.75rem;font-weight:500;border:1px solid var(--gray-200)}.gbp-profile-pill.primary{background:var(--green-100);color:var(--green-600);border-color:var(--green-100)}.gbp-profile-hours{border-top:1px solid var(--gray-100)}.gbp-profile-hours-toggle{display:flex;align-items:center;justify-content:flex-start;gap:.875rem;width:100%;padding:.75rem 1.125rem;background:none;border:none;font-family:inherit;font-size:inherit;color:inherit;cursor:pointer;text-align:left}.gbp-profile-hours-toggle:hover{background:var(--gray-50, #f9fafb)}.gbp-profile-hours-today{flex:1;font-size:.875rem;color:var(--gray-700);font-variant-numeric:tabular-nums}.gbp-profile-hours-today.closed{color:#dc2626;font-weight:600}.gbp-profile-chevron{color:var(--gray-400);transition:transform .15s ease}.gbp-profile-chevron.open{transform:rotate(180deg)}.gbp-profile-hours-list{list-style:none;margin:0;padding:0 1.125rem .875rem;display:flex;flex-direction:column;gap:.25rem}.gbp-profile-hours-row{display:flex;justify-content:space-between;gap:1rem;padding:.3125rem .5rem;border-radius:6px;font-size:.875rem;color:var(--gray-700);font-variant-numeric:tabular-nums}.gbp-profile-hours-row.is-today{background:var(--green-50);color:var(--gray-900);font-weight:600}.gbp-profile-hours-row.is-closed .gbp-profile-hours-value{color:#dc2626}.gbp-profile-hours-day{color:var(--gray-500);font-weight:500}.gbp-profile-hours-row.is-today .gbp-profile-hours-day{color:var(--green-700)}.gbp-profile-hours-value{text-align:right}.gbp-profile-attributes{padding:.875rem 1.125rem 1rem;border-top:1px solid var(--gray-100)}.gbp-profile-attributes-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin-bottom:.5rem}.gbp-profile-attributes-cloud{display:flex;flex-wrap:wrap;gap:.3125rem}.gbp-profile-attribute{display:inline-block;padding:.25rem .5625rem;border-radius:8px;background:var(--gray-50, #f9fafb);border:1px solid var(--gray-200);color:var(--gray-700);font-size:.75rem;font-weight:500}.gbp-profile-fallback-note{font-size:.8125rem;color:var(--gray-500)}.gbp-profile-fallback-toggle{appearance:none;background:none;border:none;font-family:inherit;font-size:.8125rem;color:var(--gray-500);cursor:pointer;padding:.5rem 1.125rem;text-align:left;width:100%;border-top:1px solid var(--gray-100)}.gbp-profile-fallback-toggle:hover{color:var(--gray-700)}@media(max-width:640px){.gbp-profile-header{flex-direction:column;gap:.625rem}.gbp-profile-details{grid-template-columns:1fr;gap:.75rem}}.upgrade-cta{display:block;margin:.625rem 0 .25rem;text-decoration:none;color:inherit;border-radius:12px;background:linear-gradient(180deg,var(--green-50, #f0fdf4) 0%,#ffffff 100%);border:1px solid var(--green-200, #bbf7d0);overflow:hidden;transition:all .2s ease;cursor:pointer}.upgrade-cta:hover,.upgrade-cta:focus-visible{border-color:var(--green-600, #16a34a);box-shadow:0 4px 14px -4px #16a34a40;transform:translateY(-1px)}.upgrade-cta:focus-visible{outline:2px solid var(--green-600, #16a34a);outline-offset:2px}.upgrade-cta-pill{display:flex;align-items:center;gap:.625rem;padding:.625rem .875rem;font-size:.875rem;font-weight:500;color:var(--gray-900, #111827);line-height:1.3}.upgrade-cta-icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;border-radius:50%;background:var(--green-600, #16a34a);color:var(--white, #ffffff)}.upgrade-cta-text{flex:1;min-width:0}.upgrade-cta-arrow{display:inline-flex;align-items:center;justify-content:center;color:var(--green-600, #16a34a);flex-shrink:0;transition:transform .15s ease}.upgrade-cta:hover .upgrade-cta-arrow,.upgrade-cta:focus-visible .upgrade-cta-arrow{transform:translate(3px)}.upgrade-cta-details{max-height:0;opacity:0;overflow:hidden;padding:0 .875rem;transition:max-height .25s ease,opacity .2s ease .05s,padding .2s ease;border-top:1px solid transparent}.upgrade-cta:hover .upgrade-cta-details,.upgrade-cta:focus-visible .upgrade-cta-details,.upgrade-cta:focus-within .upgrade-cta-details{max-height:240px;opacity:1;padding:.625rem .875rem .75rem;border-top-color:var(--green-200, #bbf7d0)}.upgrade-cta-details-head{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;margin-bottom:.5rem}.upgrade-cta-tier-label{font-size:.75rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--green-600, #16a34a)}.upgrade-cta-tier-price{font-size:.9375rem;font-weight:700;color:var(--gray-900, #111827);font-variant-numeric:tabular-nums}.upgrade-cta-benefits{list-style:none;margin:0 0 .5rem;padding:0;font-size:.8125rem;color:var(--gray-700, #374151);line-height:1.5}.upgrade-cta-benefits li{position:relative;padding:.125rem 0 .125rem 1.125rem}.upgrade-cta-benefits li:before{content:"✓";position:absolute;left:0;color:var(--green-600, #16a34a);font-weight:700}.upgrade-cta-action{display:inline-block;font-size:.8125rem;font-weight:600;color:var(--green-600, #16a34a)}@media(hover:none){.upgrade-cta-details{max-height:240px;opacity:1;padding:.625rem .875rem .75rem;border-top-color:var(--green-200, #bbf7d0)}.upgrade-cta-arrow{transform:translate(3px)}}.geogrid-grid-view{padding:1rem;display:flex;flex-direction:column;align-items:center;gap:.625rem;background:var(--gray-50, #f9fafb)}.geogrid-grid{display:grid;gap:4px;width:100%;max-width:360px;aspect-ratio:1}.geogrid-grid-cell{display:flex;align-items:center;justify-content:center;border-radius:6px;border:2px solid;font-size:.75rem;font-weight:700;font-variant-numeric:tabular-nums;font-family:ui-sans-serif,system-ui;aspect-ratio:1;cursor:default;transition:transform .1s ease}.geogrid-grid-cell:hover{transform:scale(1.05);z-index:1}.geogrid-grid-note{font-size:.6875rem;color:var(--gray-500);text-align:center;max-width:360px;line-height:1.4}.competitor-comparison-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid var(--gray-100);background:var(--gray-50, #f9fafb)}.competitor-comparison-header-text{min-width:0}.competitor-comparison-keyword{font-size:1rem;font-weight:700;color:var(--gray-900);letter-spacing:-.01em}.competitor-comparison-location{font-size:.8125rem;color:var(--gray-500);margin-top:.125rem}.competitor-comparison-rerun{display:inline-flex;align-items:center;gap:.375rem;flex-shrink:0;padding:.4375rem .75rem;border-radius:999px;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.competitor-comparison-rerun:hover{background:var(--gray-100);color:var(--gray-900);border-color:var(--gray-300, #d1d5db)}.competitor-comparison-table{display:flex;flex-direction:column}.competitor-comparison-row{display:grid;grid-template-columns:56px minmax(0,1.4fr) 90px 90px minmax(0,1.2fr);align-items:center;gap:.875rem;padding:.75rem 1rem;border-bottom:1px solid var(--gray-100);border-left:3px solid transparent;transition:background .12s ease}.competitor-comparison-row:last-child{border-bottom:none}.competitor-comparison-row:not(.competitor-comparison-row-head):hover{background:var(--gray-50, #f9fafb)}.competitor-comparison-row-head{padding:.5rem 1rem;background:var(--white);border-bottom:1px solid var(--gray-100);font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-500)}.competitor-comparison-row-you{background:#16a34a0f;border-left-color:var(--green-600, #16a34a)}.competitor-comparison-row-you:hover{background:#16a34a17}.competitor-comparison-cell{min-width:0}.competitor-comparison-cell-rank{display:flex;align-items:center;justify-content:flex-start}.competitor-comparison-cell-name{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;min-width:0}.competitor-comparison-cell-rating,.competitor-comparison-cell-reviews{font-variant-numeric:tabular-nums}.competitor-comparison-rank{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border-radius:8px;border:1.5px solid;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,monospace;font-size:.875rem;font-weight:700;font-variant-numeric:tabular-nums;box-shadow:0 1px 2px #0000000f}.competitor-comparison-rank-empty{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;color:var(--gray-400, #9ca3af);font-size:.875rem}.competitor-comparison-you-chip{display:inline-block;padding:1px 6px;border-radius:4px;background:var(--green-600, #16a34a);color:var(--white, #ffffff);font-size:.625rem;font-weight:700;letter-spacing:.05em;line-height:1.4}.competitor-comparison-name{font-size:.9375rem;font-weight:600;color:var(--gray-900);letter-spacing:-.005em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.competitor-comparison-rating,.competitor-comparison-reviews{display:inline-flex;align-items:center;gap:.3125rem;font-size:.8125rem;color:var(--gray-700)}.competitor-comparison-rating svg{color:#facc15}.competitor-comparison-rating-value,.competitor-comparison-reviews-value{font-weight:600;color:var(--gray-900)}.competitor-comparison-empty{color:var(--gray-400, #9ca3af);font-size:.8125rem}.competitor-comparison-delta{font-size:.6875rem;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.competitor-comparison-delta-bad{color:#dc2626}.competitor-comparison-delta-good{color:var(--green-600, #16a34a)}.competitor-comparison-categories{display:inline-flex;flex-wrap:wrap;gap:.25rem;align-items:center}.competitor-comparison-category-chip{display:inline-block;padding:2px 7px;border-radius:999px;background:var(--gray-100);color:var(--gray-700);font-size:.6875rem;font-weight:500;white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis}.competitor-comparison-category-more{font-size:.6875rem;color:var(--gray-500);cursor:help}.competitor-comparison-gaps{border-top:1px solid var(--gray-100);padding:.875rem 1rem 1rem;background:var(--white)}.competitor-comparison-gaps-heading{font-size:.75rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-600);margin-bottom:.625rem}.competitor-comparison-gaps-list{display:flex;flex-direction:column;gap:.5rem}.competitor-comparison-gap{display:flex;align-items:flex-start;gap:.625rem;padding:.625rem .75rem;border:1px solid var(--gray-100);border-radius:10px;background:var(--gray-50, #f9fafb)}.competitor-comparison-gap-category{flex-shrink:0;display:inline-block;padding:2px 8px;border-radius:999px;background:var(--white);border:1px solid var(--gray-200);color:var(--gray-700);font-size:.6875rem;font-weight:600;letter-spacing:.01em;white-space:nowrap}.competitor-comparison-gap-observation{font-size:.8125rem;color:var(--gray-700);line-height:1.45;min-width:0}.competitor-comparison-gaps-toggle{appearance:none;background:none;border:none;margin-top:.5rem;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--gray-600);cursor:pointer;padding:.25rem 0;transition:color .12s ease}.competitor-comparison-gaps-toggle:hover{color:var(--gray-900)}.competitor-comparison-fallback-toggle{appearance:none;background:none;border:none;font-family:inherit;font-size:.8125rem;color:var(--gray-500);cursor:pointer;padding:.5rem 1rem;text-align:left;width:100%;border-top:1px solid var(--gray-100)}.competitor-comparison-fallback-toggle:hover{color:var(--gray-700)}@media(max-width:640px){.competitor-comparison-header{flex-direction:column;gap:.625rem}.competitor-comparison-row{grid-template-columns:44px minmax(0,1fr) 70px 70px;gap:.5rem;padding:.625rem .75rem}.competitor-comparison-cell-categories{grid-column:2 / -1;margin-top:.25rem}.competitor-comparison-row-head .competitor-comparison-cell-categories{display:none}.competitor-comparison-rank,.competitor-comparison-rank-empty{width:28px;height:28px;font-size:.8125rem}.competitor-comparison-gap{flex-direction:column;gap:.375rem}}.citation-audit-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.875rem 1rem;background:var(--gray-50, #f9fafb);border-bottom:1px solid var(--gray-100)}.citation-audit-header-text{min-width:0}.citation-audit-title{font-size:1rem;font-weight:700;color:var(--gray-900);letter-spacing:-.01em}.citation-audit-subtitle{font-size:.8125rem;color:var(--gray-500);margin-top:.125rem}.citation-audit-header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.citation-audit-count-chips{display:inline-flex;align-items:center;gap:.375rem;flex-wrap:wrap}.citation-audit-count-chip{display:inline-flex;align-items:baseline;gap:.3125rem;padding:.25rem .5625rem;border-radius:999px;border:1px solid;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums;white-space:nowrap}.citation-audit-count-chip-value{font-size:.8125rem;font-weight:700}.citation-audit-count-chip-label{font-size:.6875rem;font-weight:600;letter-spacing:.01em}.citation-audit-rerun{display:inline-flex;align-items:center;gap:.375rem;padding:.4375rem .75rem;border-radius:8px;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.citation-audit-rerun:hover{background:var(--gray-100);color:var(--gray-900);border-color:var(--gray-300, #d1d5db)}.citation-audit-summary{display:flex;align-items:center;gap:1.25rem;padding:.875rem 1rem;border-bottom:1px solid var(--gray-100)}.citation-audit-gauge{display:flex;flex-direction:column;align-items:flex-start;padding:.5rem .875rem;border-radius:10px;border:1px solid;min-width:120px;flex-shrink:0}.citation-audit-gauge.high{background:#dcfce7;border-color:#bbf7d0;color:#166534}.citation-audit-gauge.mid{background:#fef3c7;border-color:#fde68a;color:#92400e}.citation-audit-gauge.low{background:#fee2e2;border-color:#fecaca;color:#991b1b}.citation-audit-gauge-value{font-size:1.5rem;font-weight:700;line-height:1.1;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.citation-audit-gauge-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-top:.125rem;opacity:.85}.citation-audit-summary-meta{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.citation-audit-summary-stat-value{font-size:1rem;font-weight:700;color:var(--gray-900);font-variant-numeric:tabular-nums;line-height:1.2}.citation-audit-summary-stat-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);margin-top:.125rem}.citation-audit-directories{padding:.375rem 0 0}.citation-audit-directory-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.citation-audit-directory-row{display:flex;flex-direction:column;gap:.3125rem;padding:.625rem 1rem;border-bottom:1px solid var(--gray-100);transition:background .1s ease}.citation-audit-directory-row:last-child{border-bottom:none}.citation-audit-directory-row:hover{background:var(--gray-50, #f9fafb)}.citation-audit-directory-main{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;min-width:0}.citation-audit-directory-name{font-size:.875rem;font-weight:600;color:var(--gray-900)}.citation-audit-status-chip{display:inline-flex;align-items:center;gap:.3125rem;padding:.1875rem .5rem;border-radius:999px;border:1px solid;font-size:.75rem;font-weight:600;letter-spacing:.005em;white-space:nowrap}.citation-audit-directory-url{display:inline-flex;align-items:center;gap:.25rem;margin-left:auto;font-size:.75rem;color:var(--gray-500);text-decoration:none;font-variant-numeric:tabular-nums;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.citation-audit-directory-url:hover{color:var(--green-600);text-decoration:underline}.citation-audit-discrepancies{list-style:none;margin:0;padding:0 0 0 .125rem;display:flex;flex-direction:column;gap:.125rem;font-size:.75rem;line-height:1.4}.citation-audit-discrepancy{position:relative;padding-left:.875rem}.citation-audit-discrepancy:before{content:"";position:absolute;left:.25rem;top:.5em;width:4px;height:4px;border-radius:50%;background:currentColor;opacity:.6}.citation-audit-toggle{display:flex;align-items:center;gap:.4375rem;width:100%;padding:.625rem 1rem;background:none;border:none;border-top:1px solid var(--gray-100);font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--gray-600);cursor:pointer;text-align:left}.citation-audit-toggle:hover{background:var(--gray-50, #f9fafb);color:var(--gray-900)}.citation-audit-toggle-chevron{color:currentColor;transition:transform .15s ease}.citation-audit-toggle-chevron.open{transform:rotate(180deg)}.citation-audit-toggle-hidden-count{margin-left:auto;padding:.0625rem .4375rem;border-radius:999px;background:var(--gray-100);color:var(--gray-600);font-size:.6875rem;font-weight:600;font-variant-numeric:tabular-nums}.citation-audit-fallback-note{font-size:.8125rem;color:var(--gray-500);margin-top:.125rem}.citation-audit-fallback-toggle{appearance:none;background:none;border:none;font-family:inherit;font-size:.8125rem;color:var(--gray-500);cursor:pointer;padding:.5rem 1rem;text-align:left;width:100%;border-top:1px solid var(--gray-100)}.citation-audit-fallback-toggle:hover{color:var(--gray-700)}@media(max-width:640px){.citation-audit-header{flex-direction:column;gap:.625rem}.citation-audit-header-actions{width:100%;justify-content:flex-start}.citation-audit-summary{flex-direction:column;align-items:stretch;gap:.75rem}.citation-audit-gauge{align-items:center;text-align:center;min-width:0}.citation-audit-summary-meta{justify-content:space-between}.citation-audit-directory-url{margin-left:0;flex-basis:100%}}.keyword-opportunities-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid var(--gray-100);background:var(--gray-50, #f9fafb)}.keyword-opportunities-header-text{min-width:0}.keyword-opportunities-keyword{font-size:1rem;font-weight:700;color:var(--gray-900);letter-spacing:-.01em}.keyword-opportunities-location{font-size:.8125rem;color:var(--gray-500);margin-top:.125rem}.keyword-opportunities-stats{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.keyword-opportunities-stat{text-align:right;padding:0 .5rem;border-right:1px solid var(--gray-100)}.keyword-opportunities-stat:last-of-type{border-right:none}.keyword-opportunities-stat-value{font-size:1.125rem;font-weight:700;color:var(--gray-900);font-variant-numeric:tabular-nums;line-height:1.1}.keyword-opportunities-stat-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500)}.keyword-opportunities-rerun{display:inline-flex;align-items:center;gap:.375rem;flex-shrink:0;padding:.4375rem .75rem;border-radius:999px;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.keyword-opportunities-rerun:hover{background:var(--gray-100);color:var(--gray-900);border-color:var(--gray-300, #d1d5db)}.keyword-opportunities-table{display:block}.keyword-opportunities-table-head{display:grid;grid-template-columns:minmax(0,2.4fr) minmax(0,.8fr) minmax(0,1.1fr) minmax(0,1.1fr);align-items:center;gap:.75rem;padding:.5rem 1rem;border-bottom:1px solid var(--gray-100);background:var(--white)}.keyword-opportunities-table-body{display:block}.keyword-opportunities-th{appearance:none;background:none;border:none;padding:0;margin:0;display:inline-flex;align-items:center;gap:.25rem;font-family:inherit;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500);cursor:pointer;text-align:left;transition:color .12s ease}.keyword-opportunities-th:hover{color:var(--gray-700)}.keyword-opportunities-th.is-active{color:var(--gray-900)}.keyword-opportunities-th.is-right{justify-content:flex-end;text-align:right}.keyword-opportunities-chevron{flex-shrink:0}.keyword-opportunities-row{display:grid;grid-template-columns:minmax(0,2.4fr) minmax(0,.8fr) minmax(0,1.1fr) minmax(0,1.1fr);align-items:center;gap:.75rem;padding:.625rem 1rem;border-bottom:1px solid var(--gray-100);transition:background .12s ease}.keyword-opportunities-row:last-child{border-bottom:none}.keyword-opportunities-row:hover{background:var(--gray-50, #f9fafb)}.keyword-opportunities-cell{min-width:0}.keyword-opportunities-col-volume{text-align:right}.keyword-opportunities-keyword-text{font-size:.9375rem;font-weight:600;color:var(--gray-900);letter-spacing:-.005em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.keyword-opportunities-intent{display:inline-block;margin-top:.25rem;padding:.0625rem .4375rem;font-size:.6875rem;font-weight:600;text-transform:capitalize;border-radius:999px;border:1px solid;letter-spacing:.01em}.keyword-opportunities-volume{font-size:.875rem;font-weight:500;color:var(--gray-700);font-variant-numeric:tabular-nums}.keyword-opportunities-na{font-size:.875rem;color:var(--gray-400);font-variant-numeric:tabular-nums}.keyword-opportunities-metric{display:flex;flex-direction:column;gap:.25rem;min-width:0}.keyword-opportunities-metric-value{font-size:.875rem;font-weight:600;font-variant-numeric:tabular-nums}.keyword-opportunities-opp-value{font-size:1.0625rem;font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:-.01em}.keyword-opportunities-bar{width:100%;height:4px;background:var(--gray-100);border-radius:999px;overflow:hidden}.keyword-opportunities-bar-fill{height:100%;border-radius:999px;transition:width .2s ease}.keyword-opportunities-toggle{appearance:none;background:var(--gray-50, #f9fafb);border:none;border-top:1px solid var(--gray-100);font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--gray-600);cursor:pointer;padding:.625rem 1rem;text-align:center;width:100%;transition:color .12s ease,background .12s ease}.keyword-opportunities-toggle:hover{color:var(--gray-900);background:var(--gray-100)}.keyword-opportunities-empty{padding:2rem 1.25rem;text-align:center;font-size:.875rem;color:var(--gray-500);line-height:1.5}.keyword-opportunities-fallback-toggle{appearance:none;background:none;border:none;font-family:inherit;font-size:.8125rem;color:var(--gray-500);cursor:pointer;padding:.5rem 1rem;text-align:left;width:100%;border-top:1px solid var(--gray-100)}.keyword-opportunities-fallback-toggle:hover{color:var(--gray-700)}@media(max-width:640px){.keyword-opportunities-header{flex-direction:column;gap:.625rem}.keyword-opportunities-table-head,.keyword-opportunities-row{grid-template-columns:minmax(0,2fr) minmax(0,.7fr) minmax(0,1fr) minmax(0,1fr);gap:.5rem;padding:.5rem .75rem}.keyword-opportunities-keyword-text{font-size:.875rem}.keyword-opportunities-opp-value{font-size:.9375rem}}.ai-visibility-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.875rem 1rem;border-bottom:1px solid var(--gray-100)}.ai-visibility-header-text{min-width:0;flex:1 1 auto}.ai-visibility-title{font-size:1rem;font-weight:700;color:var(--gray-900);letter-spacing:-.01em}.ai-visibility-domain{font-size:.8125rem;color:var(--gray-500);margin-top:.125rem;font-variant-numeric:tabular-nums;word-break:break-all}.ai-visibility-keywords{display:flex;flex-wrap:wrap;gap:.3125rem;margin-top:.5rem}.ai-visibility-keyword-chip{display:inline-flex;align-items:center;padding:.1875rem .5rem;background:var(--gray-100);color:var(--gray-700);border-radius:999px;font-size:.75rem;font-weight:500;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-visibility-keyword-more{display:inline-flex;align-items:center;padding:.1875rem .5rem;background:transparent;color:var(--gray-500);font-size:.75rem;font-weight:600}.ai-visibility-rerun{display:inline-flex;align-items:center;gap:.375rem;flex-shrink:0;padding:.4375rem .75rem;border-radius:999px;border:1px solid var(--gray-200);background:var(--white);color:var(--gray-700);font-size:.8125rem;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.ai-visibility-rerun:hover{background:var(--gray-100);color:var(--gray-900);border-color:var(--gray-300, #d1d5db)}.ai-visibility-score-section{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem 1.25rem}.ai-visibility-gauge{position:relative;width:140px;height:140px}.ai-visibility-gauge svg{display:block}.ai-visibility-gauge-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.ai-visibility-gauge-score{font-size:44px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;letter-spacing:-.02em}.ai-visibility-gauge-suffix{font-size:.75rem;font-weight:600;color:var(--gray-500);margin-top:.25rem;letter-spacing:.04em}.ai-visibility-readout{font-size:.875rem;font-weight:600;letter-spacing:-.005em}.ai-visibility-readout-muted{color:var(--gray-500)}.ai-visibility-coverage{font-size:.75rem;color:var(--gray-500);text-align:center;max-width:320px;line-height:1.4}.ai-visibility-section{padding:1rem;border-top:1px solid var(--gray-100)}.ai-visibility-section-heading{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--gray-500);margin-bottom:.625rem}.ai-visibility-platforms{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.625rem}.ai-visibility-platform{display:flex;flex-direction:column;gap:.375rem;padding:.75rem .875rem;background:var(--gray-50, #f9fafb);border:1px solid var(--gray-200);border-radius:10px;min-width:0}.ai-visibility-platform-head{display:flex;align-items:center;gap:.5rem;min-width:0}.ai-visibility-platform-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:var(--white);border:1px solid var(--gray-200);flex-shrink:0}.ai-visibility-platform-name{font-size:.875rem;font-weight:600;color:var(--gray-900);letter-spacing:-.005em;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-visibility-platform-pct{font-size:.875rem;font-weight:700;font-variant-numeric:tabular-nums;flex-shrink:0}.ai-visibility-bar{position:relative;width:100%;height:8px;background:var(--gray-100);border-radius:999px;overflow:hidden}.ai-visibility-bar-fill{height:100%;border-radius:999px;transition:width .4s cubic-bezier(.4,0,.2,1);min-width:2px}.ai-visibility-platform-sub{font-size:.75rem;color:var(--gray-600);font-variant-numeric:tabular-nums;line-height:1.4}.ai-visibility-platform-sample{font-size:.6875rem;color:var(--gray-500);font-style:italic;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ai-visibility-section-competitors{background:var(--gray-50, #f9fafb)}.ai-visibility-competitors{display:flex;flex-direction:column;gap:.4375rem}.ai-visibility-competitor{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,2fr) 2.25rem;align-items:center;gap:.625rem;font-size:.8125rem}.ai-visibility-competitor-name{color:var(--gray-800);font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ai-visibility-competitor-bar{position:relative;width:100%;height:6px;background:var(--gray-200);border-radius:999px;overflow:hidden}.ai-visibility-competitor-pct{font-variant-numeric:tabular-nums;font-weight:700;font-size:.8125rem;text-align:right}.ai-visibility-toggle{appearance:none;background:none;border:none;font-family:inherit;font-size:.8125rem;font-weight:600;color:var(--green-600);cursor:pointer;padding:0;margin-top:.625rem}.ai-visibility-toggle:hover{text-decoration:underline}.ai-visibility-fallback-toggle{appearance:none;background:none;border:none;font-family:inherit;font-size:.8125rem;color:var(--gray-500);cursor:pointer;padding:.5rem 1rem;text-align:left;width:100%;border-top:1px solid var(--gray-100)}.ai-visibility-fallback-toggle:hover{color:var(--gray-700)}@media(max-width:640px){.ai-visibility-header{flex-direction:column;gap:.625rem}.ai-visibility-rerun{align-self:flex-start}.ai-visibility-platforms{grid-template-columns:1fr}.ai-visibility-competitor{grid-template-columns:minmax(0,1.2fr) minmax(0,1.6fr) 2rem;gap:.5rem}}.deliverables-page-container{min-height:100vh;background:var(--paper, #fafafa);padding:2.5rem 1.5rem}.deliverables-page{max-width:980px;margin:0 auto}.deliverables-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem}.deliverables-title{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--gray-900, #111827)}.deliverables-subtitle{margin:.25rem 0 0;font-size:.9375rem;color:var(--gray-500, #6b7280)}.deliverables-filters{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem;padding:.5rem 0;border-bottom:1px solid var(--gray-200, #e5e7eb)}.deliverables-filter-chips{display:flex;gap:.5rem;flex-wrap:wrap}.deliverables-filter-chip{appearance:none;background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:999px;padding:.4375rem .875rem;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--gray-600, #4b5563);cursor:pointer;transition:all .15s ease}.deliverables-filter-chip:hover{border-color:var(--gray-300, #d1d5db);color:var(--gray-900, #111827)}.deliverables-filter-chip.active{background:var(--green-600, #16a34a);border-color:var(--green-600, #16a34a);color:var(--white)}.deliverables-archived-toggle{display:inline-flex;align-items:center;gap:.4375rem;font-size:.8125rem;color:var(--gray-600, #4b5563);cursor:pointer;user-select:none}.deliverables-archived-toggle input{cursor:pointer}.deliverables-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.deliverables-row{display:flex;align-items:stretch;background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;overflow:hidden;transition:all .15s ease}.deliverables-row:hover{border-color:var(--green-600, #16a34a);box-shadow:0 2px 8px -2px #16a34a26}.deliverables-row.archived{opacity:.65}.deliverables-row-main{flex:1;display:grid;grid-template-columns:7rem 1fr auto;gap:1rem;align-items:center;padding:.875rem 1rem;background:none;border:none;font-family:inherit;text-align:left;cursor:pointer;color:inherit}.deliverables-row-tool{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--green-600, #16a34a)}.deliverables-row-title{font-size:.9375rem;font-weight:600;color:var(--gray-900, #111827);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deliverables-row-meta{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--gray-500, #6b7280);font-variant-numeric:tabular-nums}.deliverables-row-archived-tag{display:inline-block;padding:.125rem .4375rem;font-size:.6875rem;font-weight:600;background:var(--gray-100);color:var(--gray-600, #4b5563);border-radius:4px}.deliverables-row-actions{display:flex;align-items:center;padding-right:.5rem}.deliverables-row-action{appearance:none;background:none;border:none;padding:.5rem;border-radius:8px;color:var(--gray-400, #9ca3af);cursor:pointer;transition:all .15s ease}.deliverables-row-action:hover{background:var(--gray-100);color:var(--gray-700, #374151)}.deliverables-empty{background:var(--white);border:1px dashed var(--gray-200, #e5e7eb);border-radius:12px;padding:2.25rem 1.5rem;text-align:center;color:var(--gray-500, #6b7280)}.deliverables-empty p{margin:0 0 .875rem;font-size:.9375rem;line-height:1.5;max-width:480px;margin-left:auto;margin-right:auto}.deliverables-empty-cta{display:inline-block;font-size:.875rem;font-weight:600;color:var(--green-600, #16a34a);text-decoration:none}.deliverables-empty-cta:hover{text-decoration:underline}.deliverable-detail-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-start;justify-content:center;padding:4rem 1rem 1rem;z-index:1000;overflow-y:auto;animation:deliverable-fade-in .15s ease-out}@keyframes deliverable-fade-in{0%{opacity:0}to{opacity:1}}.deliverable-detail-modal{background:var(--white);border-radius:14px;width:100%;max-width:880px;max-height:calc(100vh - 5rem);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px -10px #00000040,0 8px 20px -8px #0003}.deliverable-detail-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1rem .875rem 1.25rem;border-bottom:1px solid var(--gray-200, #e5e7eb);background:var(--gray-50, #f9fafb)}.deliverable-detail-title{font-size:.9375rem;font-weight:600;color:var(--gray-900, #111827);flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.deliverable-detail-head-actions{display:flex;align-items:center;gap:.875rem;flex-shrink:0}.deliverable-detail-conversation-link{font-size:.8125rem;font-weight:500;color:var(--gray-600, #4b5563);text-decoration:none;white-space:nowrap}.deliverable-detail-conversation-link:hover{color:var(--green-600, #16a34a)}.deliverable-detail-close{appearance:none;background:none;border:none;padding:.375rem;border-radius:8px;color:var(--gray-500, #6b7280);cursor:pointer}.deliverable-detail-close:hover{background:var(--gray-100);color:var(--gray-900, #111827)}.deliverable-detail-body{padding:1rem;overflow-y:auto}.deliverable-detail-loading,.deliverable-detail-error{padding:2rem;text-align:center;color:var(--gray-500, #6b7280);font-size:.9375rem}@media(max-width:640px){.deliverables-page-container{padding:1.25rem .875rem}.deliverables-row-main{grid-template-columns:1fr;gap:.25rem}.deliverables-row-tool{font-size:.625rem}.deliverable-detail-overlay{padding:1rem .5rem}}.app-page-back{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;color:var(--text-muted, #6b7280);text-decoration:none;margin-bottom:1.25rem}.app-page-back:hover{color:var(--text, #111827)}.app-page-back svg{width:16px;height:16px}.briefs-page-container,.chats-page-container{min-height:100vh;background:var(--paper, #fafafa);padding:2.5rem 1.5rem}.briefs-page,.chats-page{max-width:980px;margin:0 auto}.briefs-header,.chats-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem}.briefs-title,.chats-title{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--gray-900, #111827)}.briefs-subtitle,.chats-subtitle{margin:.25rem 0 0;font-size:.9375rem;color:var(--gray-500, #6b7280)}.briefs-new-btn{appearance:none;display:inline-flex;align-items:center;gap:.375rem;background:var(--green-600, #16a34a);color:var(--white);border:1px solid var(--green-600, #16a34a);border-radius:8px;padding:.5rem .875rem;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease}.briefs-new-btn:hover{background:var(--green-700, #15803d);border-color:var(--green-700, #15803d)}.briefs-filters,.chats-filters{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem;padding:.5rem 0;border-bottom:1px solid var(--gray-200, #e5e7eb)}.briefs-filter-chips,.chats-filter-chips{display:flex;gap:.5rem;flex-wrap:wrap}.briefs-filter-chip,.chats-filter-chip{appearance:none;background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:999px;padding:.4375rem .875rem;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--gray-600, #4b5563);cursor:pointer;transition:all .15s ease}.briefs-filter-chip:hover,.chats-filter-chip:hover{border-color:var(--gray-300, #d1d5db);color:var(--gray-900, #111827)}.briefs-filter-chip.active,.chats-filter-chip.active{background:var(--green-600, #16a34a);border-color:var(--green-600, #16a34a);color:var(--white)}.briefs-list,.chats-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.briefs-row,.chats-row{display:flex;align-items:stretch;background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;overflow:hidden;transition:all .15s ease}.briefs-row:hover,.chats-row:hover{border-color:var(--green-600, #16a34a);box-shadow:0 2px 8px -2px #16a34a26}.briefs-row-main{flex:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) auto;gap:1rem;align-items:center;padding:.875rem 1rem;text-decoration:none;color:inherit}.briefs-row-name{font-size:.9375rem;font-weight:600;color:var(--gray-900, #111827);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.briefs-row-meta{display:inline-flex;align-items:center;gap:.5rem;font-size:.8125rem;color:var(--gray-500, #6b7280);min-width:0}.briefs-row-location{color:var(--gray-700, #374151);font-weight:500}.briefs-row-dot{color:var(--gray-300, #d1d5db)}.briefs-row-keyword{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.briefs-row-badges{display:inline-flex;align-items:center;gap:.375rem;flex-shrink:0}.briefs-row-badge{display:inline-block;padding:.1875rem .5rem;font-size:.6875rem;font-weight:600;border-radius:999px;letter-spacing:.02em}.briefs-row-badge.critical{background:var(--red-50, #fef2f2);color:var(--red-700, #b91c1c);border:1px solid var(--red-200, #fecaca)}.briefs-row-badge.important{background:var(--amber-50, #fffbeb);color:var(--amber-700, #b45309);border:1px solid var(--amber-200, #fde68a)}.briefs-row.archived{opacity:.65}.briefs-row-archived-tag{display:inline-block;padding:.125rem .4375rem;font-size:.6875rem;font-weight:600;background:var(--gray-100);color:var(--gray-600, #4b5563);border-radius:4px;letter-spacing:.02em}.briefs-row-actions{position:relative;display:flex;align-items:center;padding-right:.5rem}.briefs-row-menu-trigger{appearance:none;background:none;border:none;padding:.5rem;border-radius:8px;color:var(--gray-400, #9ca3af);cursor:pointer;transition:all .15s ease}.briefs-row-menu-trigger:hover{background:var(--gray-100);color:var(--gray-700, #374151)}.briefs-row-menu{position:absolute;top:calc(100% + 4px);right:.5rem;background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:8px;padding:.25rem;min-width:9rem;box-shadow:0 8px 24px -8px #00000026;z-index:20;display:flex;flex-direction:column;gap:.125rem}.briefs-row-menu-item{appearance:none;background:none;border:none;padding:.4375rem .625rem;border-radius:6px;font-family:inherit;font-size:.8125rem;color:var(--gray-700, #374151);text-align:left;cursor:pointer;transition:background .1s ease}.briefs-row-menu-item:hover{background:var(--gray-100, #f3f4f6)}.briefs-row-menu-item.danger{color:var(--red-700, #b91c1c)}.briefs-row-menu-item.danger:hover{background:var(--red-50, #fef2f2)}.briefs-archived-toggle{display:inline-flex;align-items:center;gap:.4375rem;font-size:.8125rem;color:var(--gray-600, #4b5563);cursor:pointer;user-select:none}.briefs-archived-toggle input{cursor:pointer}.chats-row-main{flex:1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:.875rem 1rem;text-decoration:none;color:inherit}.chats-row-title{font-size:.9375rem;font-weight:600;color:var(--gray-900, #111827);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chats-row-meta{display:inline-flex;align-items:center;gap:.625rem;font-size:.8125rem;color:var(--gray-500, #6b7280);font-variant-numeric:tabular-nums;flex-shrink:0}.chats-row-msg-count{color:var(--gray-600, #4b5563)}.briefs-empty,.chats-empty{background:var(--white);border:1px dashed var(--gray-200, #e5e7eb);border-radius:12px;padding:2.25rem 1.5rem;text-align:center;color:var(--gray-500, #6b7280)}.briefs-empty p,.chats-empty p{margin:0 0 .875rem;font-size:.9375rem;line-height:1.5;max-width:480px;margin-left:auto;margin-right:auto}.briefs-empty-cta,.chats-empty-cta{display:inline-block;font-size:.875rem;font-weight:600;color:var(--green-600, #16a34a);text-decoration:none;background:none;border:none;cursor:pointer;font-family:inherit}.briefs-empty-cta:hover,.chats-empty-cta:hover{text-decoration:underline}@media(max-width:640px){.briefs-page-container,.chats-page-container{padding:1.25rem .875rem}.briefs-row-main,.chats-row-main{grid-template-columns:1fr;gap:.25rem}.briefs-row-badges{margin-top:.25rem}}.tool-result-saved-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.125rem .4375rem;background:var(--green-50, #f0fdf4);color:var(--green-600, #16a34a);border:1px solid var(--green-200, #bbf7d0);border-radius:999px;font-size:.6875rem;font-weight:600;letter-spacing:.02em}.tool-result-saved-badge svg{width:10px;height:10px}.tool-result-renderer-wrap{position:relative}.tool-result-renderer-wrap>.tool-result-saved-badge{position:absolute;top:.625rem;right:.625rem;z-index:1;pointer-events:none}.new-task-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-start;justify-content:center;padding:4rem 1rem 1rem;z-index:1000;overflow-y:auto;animation:deliverable-fade-in .15s ease-out}.new-task-modal{background:var(--white);border-radius:14px;width:100%;max-width:640px;max-height:calc(100vh - 5rem);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px -10px #00000040,0 8px 20px -8px #0003}.new-task-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1rem .875rem 1.25rem;border-bottom:1px solid var(--gray-200, #e5e7eb);background:var(--gray-50, #f9fafb)}.new-task-head-text{flex:1;min-width:0}.brief-learnings-panel{display:flex;flex-direction:column;gap:1rem}.brief-learnings-intro{padding-bottom:.75rem;border-bottom:1px solid var(--gray-200, #e5e7eb)}.brief-learnings-title{margin:0;font-size:1rem;font-weight:700;color:var(--gray-900, #111827)}.brief-learnings-subtitle{margin:.25rem 0 0;font-size:.8125rem;color:var(--gray-500, #6b7280);line-height:1.5}.brief-learnings-form{margin:0}.brief-learnings-form-row{display:flex;gap:.5rem;align-items:stretch}.brief-learnings-category-select,.brief-learnings-input{font-family:inherit;font-size:.875rem;border:1px solid var(--gray-200, #e5e7eb);border-radius:8px;background:var(--white);color:var(--gray-900, #111827);padding:.5rem .75rem}.brief-learnings-category-select{flex-shrink:0;min-width:9rem;cursor:pointer}.brief-learnings-input{flex:1;min-width:0}.new-task-title{font-size:1rem;font-weight:600;color:var(--gray-900, #111827)}.new-task-subtitle{margin-top:.25rem;font-size:.8125rem;color:var(--gray-500, #6b7280);line-height:1.4}.new-task-close{appearance:none;background:none;border:none;padding:.375rem;border-radius:8px;color:var(--gray-500, #6b7280);cursor:pointer;flex-shrink:0}.new-task-close:hover{background:var(--gray-100);color:var(--gray-900, #111827)}.new-task-body{padding:1rem 1.25rem 1.25rem;overflow-y:auto}.new-task-loading,.new-task-empty,.new-task-error{padding:1.5rem;text-align:center;color:var(--gray-500, #6b7280);font-size:.9375rem}.new-task-error{color:#dc2626}.new-task-template-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.new-task-template-card-wrap{display:flex}.new-task-template-card{appearance:none;width:100%;text-align:left;font-family:inherit;background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;padding:.875rem 1rem;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;transition:all .15s ease;box-shadow:0 1px 2px #00000008}.new-task-template-card:hover{border-color:var(--green-600, #16a34a);box-shadow:0 4px 12px -4px #16a34a33;transform:translateY(-1px)}.new-task-template-card:focus-visible{outline:2px solid var(--green-600, #16a34a);outline-offset:2px}.new-task-template-name{font-size:.9375rem;font-weight:600;color:var(--gray-900, #111827)}.new-task-template-description{font-size:.8125rem;color:var(--gray-500, #6b7280);line-height:1.45}.new-task-template-tools{display:flex;flex-wrap:wrap;gap:.3125rem}.new-task-tool-chip{display:inline-flex;align-items:center;padding:.125rem .4375rem;background:var(--gray-50, #f9fafb);border:1px solid var(--gray-200, #e5e7eb);border-radius:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.6875rem;color:var(--gray-600, #4b5563)}.new-task-template-cadence{font-size:.75rem;color:var(--gray-500, #6b7280);margin-top:auto}.new-task-form{display:flex;flex-direction:column;gap:1rem}.new-task-back{appearance:none;background:none;border:none;padding:0;display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;color:var(--gray-600, #4b5563);cursor:pointer;align-self:flex-start}.new-task-back:hover{color:var(--green-600, #16a34a)}.new-task-template-summary{margin:0;padding:.75rem .875rem;background:var(--gray-50, #f9fafb);border-radius:10px;font-size:.8125rem;color:var(--gray-600, #4b5563);line-height:1.45}.new-task-banner{padding:.75rem .875rem;border-radius:10px;background:#fef3c7;border:1px solid #fde68a;color:#92400e;font-size:.8125rem;line-height:1.4}.new-task-field{display:flex;flex-direction:column;gap:.4375rem}.new-task-field-label{font-size:.8125rem;font-weight:600;color:var(--gray-700, #374151)}.new-task-field-required{color:#dc2626;font-weight:500}.new-task-input{appearance:none;width:100%;padding:.5rem .6875rem;font-family:inherit;font-size:.875rem;color:var(--gray-900, #111827);background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:8px;transition:border-color .15s ease,box-shadow .15s ease}.new-task-input:focus,.brief-learnings-category-select:focus,.brief-learnings-input:focus{outline:none;border-color:var(--green-600, #16a34a);box-shadow:0 0 0 3px #16a34a26}.new-task-help{margin:0;font-size:.75rem;color:var(--gray-500, #6b7280);line-height:1.4}.new-task-chip-group{display:flex;flex-wrap:wrap;gap:.375rem}.new-task-chip{appearance:none;background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:999px;padding:.375rem .8125rem;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--gray-600, #4b5563);cursor:pointer;transition:all .15s ease}.new-task-chip:hover{border-color:var(--gray-300, #d1d5db);color:var(--gray-900, #111827)}.new-task-chip.active{background:var(--green-600, #16a34a);border-color:var(--green-600, #16a34a);color:var(--white)}.new-task-inputs-section{display:flex;flex-direction:column;gap:.875rem;padding-top:.5rem;border-top:1px solid var(--gray-200, #e5e7eb)}.new-task-inputs-heading{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500, #6b7280)}.new-task-submit-error{padding:.6875rem .875rem;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:.8125rem;line-height:1.4}.new-task-actions{display:flex;justify-content:flex-end;gap:.625rem;padding-top:.5rem;border-top:1px solid var(--gray-200, #e5e7eb)}.new-task-submit{appearance:none;border:none;padding:.5625rem 1.125rem;font-family:inherit;font-size:.875rem;font-weight:600;color:var(--white);background:var(--green-600, #16a34a);border-radius:8px;cursor:pointer;transition:background .15s ease}.new-task-submit:hover:not(:disabled){background:#15803d}.new-task-submit:disabled{background:var(--gray-300, #d1d5db);cursor:not-allowed}.new-task-upgrade-pill{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;border-radius:10px;text-decoration:none;color:var(--gray-900, #111827);background:linear-gradient(180deg,var(--green-50, #f0fdf4) 0%,#ffffff 100%);border:1px solid var(--green-200, #bbf7d0);font-size:.8125rem;line-height:1.3;transition:all .15s ease}.new-task-upgrade-pill:hover,.new-task-upgrade-pill:focus-visible{border-color:var(--green-600, #16a34a);box-shadow:0 4px 12px -4px #16a34a33;transform:translateY(-1px)}.new-task-upgrade-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;flex-shrink:0;border-radius:50%;background:var(--green-600, #16a34a);color:var(--white, #ffffff)}.new-task-upgrade-text{flex:1;min-width:0}.new-task-upgrade-arrow{display:inline-flex;align-items:center;justify-content:center;color:var(--green-600, #16a34a);flex-shrink:0;transition:transform .15s ease}.new-task-upgrade-pill:hover .new-task-upgrade-arrow,.new-task-upgrade-pill:focus-visible .new-task-upgrade-arrow{transform:translate(3px)}@media(max-width:640px){.new-task-overlay{padding:1rem .5rem}.new-task-template-grid{grid-template-columns:1fr}}.tasks-page-container{min-height:100vh;background:var(--paper, #fafafa);padding:2.5rem 1.5rem}.tasks-page{max-width:980px;margin:0 auto}.tasks-page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem}.tasks-page-title{margin:0;font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--gray-900, #111827)}.tasks-page-subtitle{margin:.25rem 0 0;font-size:.9375rem;color:var(--gray-500, #6b7280)}.tasks-page-new-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .875rem;background:var(--green-600, #16a34a);color:var(--white);border:none;border-radius:8px;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s ease}.tasks-page-new-btn:hover{background:var(--green-700, #15803d)}.tasks-page-create-slot{background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:14px;padding:1.25rem;margin-bottom:1.25rem;display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.tasks-page-create-placeholder{font-size:.875rem;color:var(--gray-500, #6b7280);font-style:italic}.tasks-page-create-close{appearance:none;background:var(--gray-100);border:1px solid var(--gray-200, #e5e7eb);border-radius:8px;padding:.375rem .75rem;font-family:inherit;font-size:.8125rem;color:var(--gray-700, #374151);cursor:pointer}.tasks-page-create-close:hover{background:var(--gray-200)}.tasks-page-filters{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem;padding:.5rem 0;border-bottom:1px solid var(--gray-200, #e5e7eb)}.tasks-page-filter-chips{display:flex;gap:.5rem;flex-wrap:wrap}.tasks-page-filter-chip{appearance:none;background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:999px;padding:.4375rem .875rem;font-family:inherit;font-size:.8125rem;font-weight:500;color:var(--gray-600, #4b5563);cursor:pointer;transition:all .15s ease}.tasks-page-filter-chip:hover{border-color:var(--gray-300, #d1d5db);color:var(--gray-900, #111827)}.tasks-page-filter-chip.active{background:var(--green-600, #16a34a);border-color:var(--green-600, #16a34a);color:var(--white)}.tasks-page-archived-toggle{display:inline-flex;align-items:center;gap:.4375rem;font-size:.8125rem;color:var(--gray-600, #4b5563);cursor:pointer;user-select:none}.tasks-page-archived-toggle input{cursor:pointer}.brief-learnings-submit{appearance:none;background:var(--green-600, #16a34a);color:var(--white);border:none;border-radius:8px;padding:.5rem 1rem;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:opacity .15s ease}.brief-learnings-submit:hover{opacity:.92}.brief-learnings-submit:disabled{opacity:.5;cursor:not-allowed}.brief-learnings-error{padding:.5rem .75rem;background:#fee2e2;color:#991b1b;border:1px solid #fecaca;border-radius:8px;font-size:.8125rem}.tasks-page-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.task-row{display:flex;align-items:stretch;background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:12px;overflow:hidden;transition:all .15s ease}.task-row:hover{border-color:var(--green-600, #16a34a);box-shadow:0 2px 8px -2px #16a34a26}.task-row.paused{opacity:.7}.task-row-main{flex:1;display:grid;grid-template-columns:8rem 1fr;gap:1rem;align-items:center;padding:.875rem 1rem;background:none;border:none;font-family:inherit;text-align:left;cursor:pointer;color:inherit;min-width:0}.task-row-template{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--green-600, #16a34a);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-row-body{display:flex;flex-direction:column;gap:.25rem;min-width:0}.task-row-name-line{display:inline-flex;align-items:center;gap:.5rem;min-width:0}.task-row-status-dot{width:8px;height:8px;border-radius:999px;flex-shrink:0}.task-row-status-dot.active{background:var(--green-600, #16a34a)}.task-row-status-dot.paused{background:var(--gray-400, #9ca3af)}.task-row-name{font-size:.9375rem;font-weight:600;color:var(--gray-900, #111827);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-row-meta{display:inline-flex;flex-wrap:wrap;align-items:center;gap:.4375rem;font-size:.75rem;color:var(--gray-500, #6b7280)}.task-row-badge{display:inline-block;padding:.125rem .4375rem;border-radius:999px;background:var(--gray-100);color:var(--gray-700, #374151);font-size:.6875rem;font-weight:600}.task-row-badge.subtle{background:transparent;border:1px solid var(--gray-200, #e5e7eb);color:var(--gray-600, #4b5563)}.task-row-run-status{display:inline-block;padding:.125rem .4375rem;border-radius:999px;font-size:.6875rem;font-weight:600;background:var(--gray-100);color:var(--gray-600, #4b5563)}.task-row-run-status.complete{background:var(--green-50, #f0fdf4);color:var(--green-700, #15803d)}.task-row-run-status.error{background:#fee2e2;color:#b91c1c}.task-row-run-status.running{background:#dbeafe;color:#1d4ed8}.task-row-run-status.skipped,.task-row-run-status.never{background:var(--gray-100);color:var(--gray-500, #6b7280)}.task-row-next{font-variant-numeric:tabular-nums}.task-row-actions{display:flex;align-items:center;gap:.125rem;padding-right:.5rem}.task-row-action{appearance:none;background:none;border:none;padding:.5rem;border-radius:8px;color:var(--gray-400, #9ca3af);cursor:pointer;transition:all .15s ease}.task-row-action:hover{background:var(--gray-100);color:var(--gray-700, #374151)}.tasks-page-empty{background:var(--white);border:1px dashed var(--gray-200, #e5e7eb);border-radius:12px;padding:2.25rem 1.5rem;text-align:center;color:var(--gray-500, #6b7280)}.tasks-page-empty p{margin:0 0 .875rem;font-size:.9375rem;line-height:1.5;max-width:480px;margin-left:auto;margin-right:auto}.tasks-page-empty-hint{font-size:.8125rem!important;color:var(--gray-400, #9ca3af)}.tasks-page-empty-cta{display:inline-block;appearance:none;border:none;background:var(--green-600, #16a34a);color:var(--white);font-family:inherit;font-size:.875rem;font-weight:600;padding:.5rem .875rem;border-radius:8px;cursor:pointer}.tasks-page-empty-cta:hover{background:var(--green-700, #15803d)}.task-detail-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:flex-start;justify-content:center;padding:4rem 1rem 1rem;z-index:1000;overflow-y:auto;animation:task-detail-fade-in .15s ease-out}@keyframes task-detail-fade-in{0%{opacity:0}to{opacity:1}}.task-detail-modal{background:var(--white);border-radius:14px;width:100%;max-width:720px;max-height:calc(100vh - 5rem);display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px -10px #00000040,0 8px 20px -8px #0003}.task-detail-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.875rem 1rem .875rem 1.25rem;border-bottom:1px solid var(--gray-200, #e5e7eb);background:var(--gray-50, #f9fafb)}.task-detail-head-text{flex:1;min-width:0}.brief-learnings-list{display:flex;flex-direction:column;gap:.4375rem}.brief-learnings-loading,.brief-learnings-empty{padding:1.25rem 1rem;background:var(--gray-50, #f9fafb);border:1px dashed var(--gray-200, #e5e7eb);border-radius:10px;font-size:.8125rem;color:var(--gray-500, #6b7280);line-height:1.5;text-align:center}.brief-learning{display:flex;align-items:flex-start;gap:.5rem;padding:.625rem .75rem;background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:10px;border-left-width:3px}.brief-learning-constraint{border-left-color:#dc2626}.brief-learning-preference{border-left-color:#f59e0b}.brief-learning-observed_fact{border-left-color:var(--green-600, #16a34a)}.brief-learning-client_context{border-left-color:#6366f1}.brief-learning-main{flex:1;min-width:0;display:flex;flex-wrap:wrap;gap:.4375rem;align-items:baseline;font-size:.875rem}.brief-learning-category{display:inline-block;padding:.0625rem .4375rem;font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-700, #374151);background:var(--gray-100);border-radius:4px;flex-shrink:0}.brief-learning-text{color:var(--gray-900, #111827);line-height:1.4;flex:1;min-width:0}.task-detail-title{font-size:.9375rem;font-weight:600;color:var(--gray-900, #111827);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.task-detail-subtitle{font-size:.75rem;color:var(--gray-500, #6b7280);margin-top:.125rem}.task-detail-head-actions{display:flex;align-items:center;gap:.625rem;flex-shrink:0}.task-detail-status-chip{font-size:.6875rem;font-weight:600;padding:.1875rem .5rem;border-radius:999px}.task-detail-status-chip.active{background:var(--green-50, #f0fdf4);color:var(--green-700, #15803d)}.task-detail-status-chip.paused{background:var(--gray-100);color:var(--gray-600, #4b5563)}.task-detail-close{appearance:none;background:none;border:none;padding:.375rem;border-radius:8px;color:var(--gray-500, #6b7280);cursor:pointer}.task-detail-close:hover{background:var(--gray-100);color:var(--gray-900, #111827)}.task-detail-body{padding:1rem 1.25rem 1.25rem;overflow-y:auto}.task-detail-loading,.task-detail-error{padding:2rem;text-align:center;color:var(--gray-500, #6b7280);font-size:.9375rem}.task-detail-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem;background:var(--gray-50, #f9fafb);border-radius:10px;padding:.875rem 1rem;margin-bottom:1.25rem}.task-detail-stat-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-400, #9ca3af);margin-bottom:.25rem}.task-detail-stat-value{font-size:.875rem;font-weight:600;color:var(--gray-900, #111827);font-variant-numeric:tabular-nums}.task-detail-section{margin-bottom:1.25rem}.task-detail-section-title{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--gray-500, #6b7280);margin:0 0 .625rem}.task-detail-inputs{margin:0;display:grid;grid-template-columns:max-content 1fr;gap:.375rem .875rem;background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:10px;padding:.75rem .875rem}.task-detail-input-row{display:contents}.task-detail-input-label{font-size:.8125rem;color:var(--gray-500, #6b7280);font-weight:500}.task-detail-input-value{margin:0;font-size:.8125rem;color:var(--gray-900, #111827);font-weight:600;word-break:break-word}.task-detail-empty{font-size:.875rem;color:var(--gray-500, #6b7280);padding:.875rem 1rem;background:var(--gray-50, #f9fafb);border-radius:10px}.task-detail-runs{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.task-detail-run{background:var(--white);border:1px solid var(--gray-200, #e5e7eb);border-radius:10px;padding:.75rem .875rem}.task-detail-run-head{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-bottom:.375rem}.task-detail-run-status{display:inline-block;padding:.125rem .4375rem;border-radius:999px;font-size:.6875rem;font-weight:600;background:var(--gray-100);color:var(--gray-600, #4b5563)}.task-detail-run-status.complete{background:var(--green-50, #f0fdf4);color:var(--green-700, #15803d)}.task-detail-run-status.error{background:#fee2e2;color:#b91c1c}.task-detail-run-status.running{background:#dbeafe;color:#1d4ed8}.task-detail-run-status.skipped{background:var(--gray-100);color:var(--gray-500, #6b7280)}.task-detail-run-time{font-size:.75rem;color:var(--gray-400, #9ca3af);font-variant-numeric:tabular-nums}.task-detail-run-summary{margin:.25rem 0 .5rem;font-size:.8125rem;color:var(--gray-700, #374151);line-height:1.5}.task-detail-run-summary.error{color:#b91c1c}.task-detail-run-foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.75rem}.task-detail-run-meta{color:var(--gray-500, #6b7280)}.task-detail-run-link{font-weight:600;color:var(--green-600, #16a34a);text-decoration:none}.task-detail-run-link:hover{text-decoration:underline}.task-detail-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--gray-200, #e5e7eb)}.task-detail-action{appearance:none;background:var(--gray-100);border:1px solid var(--gray-200, #e5e7eb);border-radius:8px;padding:.5rem .875rem;font-family:inherit;font-size:.8125rem;font-weight:600;color:var(--gray-700, #374151);cursor:pointer}.task-detail-action:hover{background:var(--gray-200)}.task-detail-action.danger{color:#b91c1c}.task-detail-action.danger:hover{background:#fee2e2;border-color:#fca5a5}@media(max-width:640px){.tasks-page-container{padding:1.25rem .875rem}.tasks-page-header{flex-direction:column;align-items:flex-start;gap:.75rem}.task-row-main{grid-template-columns:1fr;gap:.375rem}.task-row-template{font-size:.625rem}.task-detail-overlay{padding:1rem .5rem}.task-detail-stats{grid-template-columns:1fr 1fr}.task-detail-inputs{grid-template-columns:1fr;gap:.125rem 0}.task-detail-input-row{display:block;padding:.375rem 0;border-bottom:1px solid var(--gray-100)}.task-detail-input-row:last-child{border-bottom:none}}.brief-learning-meta{font-size:.6875rem;color:var(--gray-500, #6b7280);flex-shrink:0}.brief-learning-delete{appearance:none;background:none;border:none;padding:.25rem;border-radius:6px;color:var(--gray-400, #9ca3af);cursor:pointer;flex-shrink:0;transition:all .15s ease}.brief-learning-delete:hover{background:#fee2e2;color:#991b1b}.brief-learning-edit{appearance:none;background:none;border:none;padding:.25rem;border-radius:6px;color:var(--gray-400, #9ca3af);cursor:pointer;flex-shrink:0;transition:all .15s ease}.brief-learning-edit:hover{background:var(--gray-100);color:var(--gray-900, #111827)}.brief-learning-edit:disabled,.brief-learning-delete:disabled{opacity:.4;cursor:not-allowed}.brief-learning-edit-form{flex:1;min-width:0}.brief-learning-edit-cancel{appearance:none;background:var(--white);color:var(--gray-700, #374151);border:1px solid var(--gray-200, #e5e7eb);border-radius:8px;padding:.5rem .875rem;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s ease}.brief-learning-edit-cancel:hover{background:var(--gray-50, #f9fafb)}.brief-learning-edit-cancel:disabled{opacity:.5;cursor:not-allowed}@media(max-width:640px){.brief-learnings-form-row{flex-wrap:wrap}.brief-learnings-input{flex-basis:100%}}.notif-prefs-panel{margin-top:1.25rem}.notif-prefs-intro{font-size:.8125rem;color:var(--text-muted, #6b7280);margin:0 0 .625rem}.notif-prefs-error{margin-bottom:.625rem;padding:.5rem .75rem;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;border-radius:6px;font-size:.8125rem}.notif-prefs-list{display:flex;flex-direction:column;gap:.375rem}.notif-prefs-row{display:flex;align-items:center;gap:.75rem;padding:.5rem .625rem;border:1px solid var(--border-subtle, #e5e7eb);border-radius:6px;background:var(--surface, #fff)}.notif-prefs-row-main{flex:1;min-width:0}.notif-prefs-row-label{font-size:.875rem;font-weight:600;color:var(--text, #111827)}.notif-prefs-row-desc{font-size:.75rem;color:var(--text-muted, #6b7280);margin-top:.125rem}.notif-prefs-select{padding:.375rem .5rem;border:1px solid var(--border-subtle, #e5e7eb);border-radius:6px;font-size:.8125rem;background:var(--surface, #fff);color:var(--text, #111827);min-width:130px}.notif-prefs-select:disabled{opacity:.55;cursor:not-allowed}.app-chat.with-pane{padding-right:460px}.artifact-pane{position:fixed;top:0;right:0;bottom:0;width:460px;background:var(--white);border-left:1px solid var(--gray-200);display:flex;flex-direction:column;min-height:0;overflow:hidden;z-index:50}.artifact-pane-header{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-bottom:1px solid var(--gray-200);flex:0 0 auto}.artifact-pane-header-text{flex:1 1 auto;min-width:0}.artifact-pane-title{font-size:.95rem;font-weight:600;color:var(--gray-900);line-height:1.2}.artifact-pane-subtitle{font-size:.8rem;color:var(--gray-600);margin-top:.125rem;line-height:1.3}.artifact-pane-close{background:none;border:none;padding:.25rem;border-radius:4px;color:var(--gray-500);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .15s;flex:0 0 auto}.artifact-pane-close:hover{background:var(--gray-100);color:var(--gray-900)}.artifact-pane-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:1rem}.artifact-pane-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2rem 1.5rem;text-align:center;color:var(--gray-500);height:100%}.artifact-pane-empty-title{font-size:.9rem;font-weight:600;color:var(--gray-700)}.artifact-pane-empty-hint{font-size:.825rem;line-height:1.4;color:var(--gray-500);max-width:280px;margin:0}.tool-result-chip{display:flex;align-items:center;gap:.375rem;width:100%;padding:.5rem .75rem;background:var(--white);border:1px solid var(--gray-200);border-radius:8px;font-family:inherit;font-size:.8125rem;color:var(--gray-700);cursor:pointer;text-align:left;transition:all .15s;margin-bottom:.25rem}.tool-result-chip:hover{background:var(--gray-50);border-color:var(--gray-300)}.tool-result-chip.active{background:var(--green-50, #f0fdf4);border-color:var(--green-300, #86efac)}.tool-result-chip.error{background:var(--red-50, #fef2f2);border-color:var(--red-200, #fecaca);color:var(--red-700, #b91c1c)}.tool-result-chip-icon{display:inline-flex;color:var(--gray-500);flex:0 0 auto}.tool-result-chip.active .tool-result-chip-icon{color:var(--green-600, #16a34a)}.tool-result-chip-title{font-weight:600;color:var(--gray-900);white-space:nowrap}.tool-result-chip.active .tool-result-chip-title{color:var(--green-800, #166534)}.tool-result-chip-stat{color:var(--gray-600);white-space:nowrap}.tool-result-chip-sep{margin-right:.375rem;color:var(--gray-400)}.tool-result-chip-spacer{flex:1 1 auto}.tool-result-chip-new{display:inline-flex;align-items:center;gap:.25rem;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--green-700, #15803d);flex:0 0 auto}.tool-result-chip-new-dot{width:6px;height:6px;border-radius:50%;background:var(--green-500, #22c55e);display:inline-block}.tool-result-chip-saved{display:inline-flex;align-items:center;color:var(--green-600, #16a34a);flex:0 0 auto}.tool-result-chip-open{display:inline-flex;color:var(--gray-400);flex:0 0 auto}.tool-result-chip:hover .tool-result-chip-open{color:var(--gray-600)}.chat-message-tool-results.chip-mode{display:flex;flex-direction:column;gap:.25rem;margin-bottom:.5rem}.bottom-sheet-root{position:fixed;inset:0;z-index:1000;display:flex;align-items:flex-end;justify-content:center}.bottom-sheet-backdrop{position:absolute;inset:0;background:#0f172a80;animation:bottom-sheet-fade-in .18s ease-out}.bottom-sheet{position:relative;width:100%;max-width:720px;max-height:90vh;background:var(--white);border-top-left-radius:16px;border-top-right-radius:16px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 -8px 24px #0000001f;animation:bottom-sheet-slide-up .22s ease-out;transition:transform .15s ease-out;touch-action:none}.bottom-sheet-handle-area{flex:0 0 auto;padding:.5rem 0;display:flex;align-items:center;justify-content:center;cursor:grab}.bottom-sheet-handle{width:36px;height:4px;border-radius:2px;background:var(--gray-300)}.bottom-sheet-content{flex:1 1 auto;min-height:0;overflow:hidden;display:flex;flex-direction:column}.bottom-sheet-content .artifact-pane{flex:1 1 auto;width:100%;border-left:none;min-height:0}@keyframes bottom-sheet-fade-in{0%{opacity:0}to{opacity:1}}@keyframes bottom-sheet-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(max-width:1023px){.app-chat.with-pane{padding-right:0}}.astro-route-announcer{position:absolute;left:0;top:0;clip:rect(0 0 0 0);clip-path:inset(50%);overflow:hidden;white-space:nowrap;width:1px;height:1px}
