:root{--canvas:#f4f7fb;--surface:#fff;--surface-subtle:#f8fafc;--surface-blue:#eef5ff;--ink:#18202f;--ink-soft:#5e6b7e;--ink-faint:#66758a;--line:#dce4ee;--line-strong:#cbd6e4;--blue:#1265e8;--blue-dark:#0d4fb8;--blue-soft:#dceaff;--green:#07875d;--green-soft:#dff7ec;--amber:#a86700;--amber-soft:#fff2cf;--red:#c1374d;--red-soft:#ffe8ec;--radius:14px;--radius-small:10px;--sidebar-width:248px;--header-height:72px}*{box-sizing:border-box}html{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background:var(--canvas)}body{background:var(--canvas);min-width:320px;color:var(--ink);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0;font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.45}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,summary:focus-visible{outline-offset:2px;outline:3px solid #1265e847}::selection{background:var(--blue-soft);color:var(--blue-dark)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.brand-mark{align-items:center;gap:12px;min-width:0;display:flex}.brand-symbol{background:var(--blue);border-radius:10px;justify-content:center;align-items:end;gap:2px;width:34px;height:34px;padding:7px;display:flex;position:relative;overflow:hidden}.brand-symbol:after{content:"";border:4px solid #ffffff38;border-radius:50%;width:16px;height:16px;position:absolute;top:-5px;right:-5px}.brand-symbol i{background:#fff;border-radius:2px;width:2px;display:block}.brand-symbol i:first-child,.brand-symbol i:nth-child(5){opacity:.75;height:6px}.brand-symbol i:nth-child(2),.brand-symbol i:nth-child(4){height:12px}.brand-symbol i:nth-child(3){height:18px}.brand-copy{min-width:0;display:grid}.brand-copy strong{letter-spacing:-.015em;font-size:14px}.brand-copy small{color:var(--ink-faint);font-size:11px}.button{cursor:pointer;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:40px;padding:0 15px;font-weight:650;transition:background-color .16s,border-color .16s,color .16s,transform .16s;display:inline-flex}.button:hover:not(:disabled){transform:translateY(-1px)}.button:active:not(:disabled){transform:translateY(0)}.button:disabled{cursor:wait;opacity:.72}.button-primary{background:var(--blue);color:#fff}.button-primary:hover:not(:disabled){background:var(--blue-dark)}.button-secondary{border-color:var(--line-strong);background:var(--surface);color:var(--ink)}.button-secondary:hover:not(:disabled){background:var(--surface-subtle);border-color:#aab9cb}.button-danger{border-color:var(--red-soft);color:var(--red)}.button-danger:hover:not(:disabled){border-color:var(--red);background:var(--red-soft)}.button-spinner{border:2px solid #ffffff6b;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin}.button-secondary .button-spinner{border-color:currentColor #1265e838 #1265e838}@keyframes spin{to{transform:rotate(360deg)}}.field{gap:7px;display:grid}.field>span{color:#354155;font-size:13px;font-weight:650}.field input:not([type=checkbox]):not([type=radio]),.field select,.field textarea{border:1px solid var(--line-strong);background:var(--surface);width:100%;min-height:44px;color:var(--ink);border-radius:10px;padding:9px 12px;transition:border-color .14s,box-shadow .14s}.field input:not([type=checkbox]):not([type=radio]):hover,.field select:hover,.field textarea:hover{border-color:#aab9cb}.field input:not([type=checkbox]):not([type=radio]):focus,.field select:focus,.field textarea:focus{border-color:var(--blue);outline:none;box-shadow:0 0 0 3px #1265e81c}.field input:not([type=checkbox]):not([type=radio]):disabled{color:var(--ink-soft);background:#f1f4f8}.field input:not([type=checkbox]):not([type=radio])::placeholder{color:#7c899b}.checkbox-field{color:#354155;cursor:pointer;align-items:center;gap:10px;width:fit-content;font-size:13px;font-weight:650;display:flex}.checkbox-field input[type=checkbox]{width:16px;height:16px;min-height:0;accent-color:var(--blue);cursor:pointer;flex:none;margin:0}.field textarea{resize:vertical;min-height:92px}.field textarea::placeholder{color:#7c899b}.field small{color:var(--ink-soft);font-size:12px}.form-stack{gap:18px;display:grid}.form-actions{justify-content:flex-end;gap:10px;margin-top:6px;display:flex}.form-error{background:var(--red-soft);color:#971f35;border-radius:9px;margin:0;padding:10px 12px;font-size:13px}.form-success{background:var(--green-soft);color:#075c41;border-radius:9px;margin:0;padding:10px 12px;font-size:13px}.auth-page{background:#eaf1fa;min-height:100vh;padding:24px}.auth-shell{background:var(--surface);border-radius:20px;grid-template-columns:minmax(360px,.95fr) minmax(440px,1.05fr);max-width:1340px;min-height:calc(100vh - 48px);margin:0 auto;display:grid;overflow:hidden;box-shadow:0 22px 54px #253b5b29}.auth-context{color:#fff;background:#0e59cc;flex-direction:column;justify-content:space-between;min-height:640px;padding:44px 48px;display:flex;position:relative;overflow:hidden}.auth-context:before,.auth-context:after{content:"";border:1px solid #ffffff2e;border-radius:50%;position:absolute}.auth-context:before{width:520px;height:520px;top:86px;right:-260px}.auth-context:after{width:250px;height:250px;top:221px;right:-80px}.auth-context .brand-mark,.auth-context-copy,.auth-proof{z-index:1;position:relative}.auth-context .brand-symbol{background:#fff}.auth-context .brand-symbol i{background:var(--blue)}.auth-context .brand-copy strong{color:#fff}.auth-context .brand-copy small{color:#c8dcff}.auth-context-copy{max-width:520px}.auth-context-copy h1{letter-spacing:-.035em;max-width:10ch;margin:0 0 20px;font-size:clamp(38px,4.4vw,66px);line-height:.98}.auth-context-copy p{color:#d7e6ff;max-width:48ch;margin:0;font-size:16px;line-height:1.65}.auth-proof{color:#eff5ff;flex-wrap:wrap;gap:18px 24px;font-size:13px;display:flex}.auth-proof span{align-items:center;gap:7px;display:inline-flex}.auth-form-panel{place-items:center;min-height:640px;padding:48px;display:grid}.auth-form-wrap{width:min(100%,410px)}.auth-heading{margin-bottom:32px}.auth-heading h2,.invalid-invite h2{letter-spacing:-.025em;margin:0 0 10px;font-size:28px;line-height:1.16}.auth-heading p,.invalid-invite p{color:var(--ink-soft);margin:0;line-height:1.6}.auth-form-wrap .button-primary{width:100%;margin-top:2px}.auth-note{color:var(--ink-faint);text-align:center;margin:24px 0 0;font-size:12px}.invalid-invite{justify-items:start;gap:10px;display:grid}.invalid-invite>svg{color:var(--amber);margin-bottom:8px}.app-frame{grid-template-columns:var(--sidebar-width) minmax(0, 1fr);min-height:100vh;display:grid}.app-sidebar{border-right:1px solid var(--line);background:var(--surface);z-index:20;flex-direction:column;height:100vh;display:flex;position:sticky;top:0}.sidebar-brand{min-height:var(--header-height);border-bottom:1px solid var(--line);align-items:center;padding:0 22px;display:flex}.sidebar-nav{flex-direction:column;flex:1;gap:4px;padding:24px 12px;display:flex;overflow-y:auto}.sidebar-section-label{color:var(--ink-faint);letter-spacing:.08em;text-transform:uppercase;padding:0 10px 8px;font-size:10px;font-weight:750}.sidebar-section-spaced{margin-top:22px}.sidebar-link{color:#4a586c;border-radius:10px;align-items:center;gap:11px;min-height:42px;padding:0 11px;font-weight:560;transition:background-color .14s,color .14s;display:flex}.sidebar-link:hover:not(.is-disabled){color:var(--ink);background:#f1f5fa}.sidebar-link.is-active{background:var(--surface-blue);color:var(--blue-dark);font-weight:690}.sidebar-link.is-disabled{color:#9ba6b5;cursor:not-allowed}.sidebar-link small{color:#9ba6b5;margin-left:auto;font-size:10px;font-weight:600}.sidebar-footer{border-top:1px solid var(--line);align-items:center;gap:10px;min-height:72px;padding:14px 22px;display:flex}.sidebar-footer>span:last-child{display:grid}.sidebar-footer strong{font-size:12px}.sidebar-footer small{color:var(--ink-faint);font-size:11px}.environment-dot{background:var(--green);border-radius:50%;width:8px;height:8px;box-shadow:0 2px 7px #07875d59}.app-workspace{min-width:0}.app-header{min-height:var(--header-height);border-bottom:1px solid var(--line);z-index:15;background:#fffffff5;justify-content:space-between;align-items:center;gap:24px;padding:0 28px;display:flex;position:sticky;top:0}.workspace-switcher{align-items:center;gap:10px;display:flex}.workspace-switcher>span:nth-child(2),.user-summary>span:last-child{display:grid}.workspace-switcher small,.user-summary small{color:var(--ink-faint);font-size:11px}.workspace-switcher strong,.user-summary strong{font-size:12px}.workspace-icon{background:var(--surface-blue);width:34px;height:34px;color:var(--blue-dark);border-radius:9px;place-items:center;font-size:11px;font-weight:800;display:grid}.header-actions{align-items:center;gap:16px;display:flex}.role-badge{background:var(--surface-blue);min-height:30px;color:var(--blue-dark);border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:11px;font-weight:700;display:inline-flex}.user-summary{align-items:center;gap:9px;display:flex}.user-avatar{color:#fff;background:#24344c;border-radius:50%;place-items:center;width:34px;height:34px;font-size:11px;font-weight:750;display:grid}.icon-button,.icon-link{border:1px solid var(--line);background:var(--surface);width:36px;height:36px;color:var(--ink-soft);cursor:pointer;border-radius:9px;place-items:center;display:grid}.icon-button:hover,.icon-link:hover{border-color:var(--line-strong);color:var(--ink)}.app-content{padding:30px 32px 48px}.page-stack{gap:22px;max-width:1560px;margin:0 auto;display:grid}.narrow-page{gap:22px;width:min(100%,680px);margin:0 auto;display:grid}.page-heading-row,.project-title-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.page-heading h1{letter-spacing:-.03em;margin:0;font-size:clamp(25px,2.3vw,33px);line-height:1.14}.page-heading p{color:var(--ink-soft);margin:7px 0 0}.inline-notice{background:var(--amber-soft);color:#714900;border-radius:10px;padding:11px 14px}.status-rail{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:.8fr .8fr 1.15fr 1.2fr;display:grid;overflow:hidden}.status-rail>div{align-items:center;gap:11px;min-width:0;min-height:74px;padding:14px 20px;display:flex}.status-rail>div+div{border-left:1px solid var(--line)}.status-rail>div>span:last-child{min-width:0;display:grid}.status-rail small{color:var(--ink-faint);font-size:11px}.status-rail strong{font-size:12px;line-height:1.35}.status-icon{color:#5d6a7d;background:#edf1f6;border-radius:9px;flex:none;place-items:center;width:34px;height:34px;display:grid}.status-icon.is-green{background:var(--green-soft);color:var(--green)}.status-value{min-width:34px;color:var(--blue);letter-spacing:-.035em;font-size:28px;font-weight:760}.dashboard-grid{grid-template-columns:minmax(0,1.65fr) minmax(310px,.72fr);align-items:stretch;gap:18px;display:grid}.surface{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface)}.surface-main{flex-direction:column;min-height:510px;display:flex}.surface-heading{justify-content:space-between;align-items:flex-start;gap:18px;padding:24px 26px;display:flex}.surface-heading.compact{padding-bottom:18px}.surface-heading h2,.setup-progress-head h2,.members-strip h2{letter-spacing:-.015em;margin:0;font-size:17px;line-height:1.25}.surface-heading p,.setup-progress-head p,.members-strip p{color:var(--ink-soft);margin:5px 0 0;font-size:12px}.stage-label{color:var(--green);font-size:11px;font-weight:750}.empty-workspace{text-align:center;flex:1;align-content:center;justify-items:center;gap:20px;padding:34px;display:grid}.empty-workspace h3{letter-spacing:-.02em;margin:0 0 8px;font-size:20px}.empty-workspace p{max-width:48ch;color:var(--ink-soft);margin:0}.empty-orbit{border:1px solid #c9daf2;border-radius:50%;place-items:center;width:112px;height:112px;display:grid;position:relative}.empty-orbit:before{content:"";border:1px dashed #b7cae5;border-radius:50%;position:absolute;inset:20px}.empty-orbit>span{background:var(--blue);color:#fff;border-radius:12px;place-items:center;width:44px;height:44px;font-size:12px;font-weight:800;display:grid}.empty-orbit i{border:2px solid var(--surface);background:var(--blue);border-radius:50%;width:8px;height:8px;position:absolute}.empty-orbit i:nth-child(2){top:48px;left:5px}.empty-orbit i:nth-child(3){background:var(--green);top:14px;right:15px}.empty-orbit i:nth-child(4){background:var(--amber);bottom:12px;right:18px}.surface-footer{border-top:1px solid var(--line);color:var(--ink-faint);justify-content:space-between;align-items:center;padding:15px 26px;font-size:12px;display:flex}.surface-footer a,.text-action,.back-link{color:var(--blue-dark);align-items:center;gap:6px;font-weight:680;display:inline-flex}.project-list{border-top:1px solid var(--line);flex:1;align-content:start;display:grid}.project-row{grid-template-columns:40px minmax(0,1fr) auto 28px;align-items:center;gap:13px;min-height:72px;padding:12px 25px;display:grid}.project-row+.project-row{border-top:1px solid var(--line)}.project-row:hover{background:var(--surface-subtle)}.project-monogram,.project-large-monogram{background:var(--surface-blue);color:var(--blue-dark);border-radius:10px;place-items:center;font-size:11px;font-weight:800;display:grid}.project-monogram{width:40px;height:40px}.project-large-monogram{width:54px;height:54px;font-size:14px}.project-row-copy{display:grid}.project-row-copy small{color:var(--ink-faint);font-size:11px}.setup-panel{padding:25px}.setup-progress-head{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.setup-progress-head>strong{color:var(--blue);letter-spacing:-.03em;font-size:24px}.progress-track{background:#e7edf5;border-radius:999px;height:6px;margin:20px 0 24px;overflow:hidden}.progress-track span{border-radius:inherit;background:var(--blue);height:100%;display:block}.setup-list{gap:0;margin:0 0 24px;padding:0;list-style:none;display:grid}.setup-list li{border-top:1px solid var(--line);min-height:48px;color:var(--ink-soft);grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:9px;display:grid}.setup-list li>span{color:#7f8b9d;background:#eef2f6;border-radius:50%;place-items:center;width:24px;height:24px;display:grid}.setup-list li.is-done{color:var(--ink)}.setup-list li.is-done>span{background:var(--green-soft);color:var(--green)}.setup-list strong{font-size:12px}.setup-list small{color:var(--ink-faint);font-size:10px}.status-text{color:var(--ink-soft);align-items:center;gap:6px;font-size:11px;font-weight:700;display:inline-flex}.status-text:before{content:"";background:#93a0b1;border-radius:50%;width:7px;height:7px}.status-draft,.status-paused{color:var(--amber)}.status-draft:before,.status-paused:before{background:var(--amber)}.status-active{color:var(--green)}.status-active:before{background:var(--green)}.status-blocked,.status-archived{color:var(--red)}.status-blocked:before,.status-archived:before{background:var(--red)}.form-surface{padding:28px}.table-surface{min-width:0;overflow:hidden}.data-table-wrap{width:100%;overflow-x:auto}.data-table{border-collapse:collapse;text-align:left;width:100%}.data-table th{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface-subtle);height:44px;color:var(--ink-faint);letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;padding:0 20px;font-size:10px;font-weight:750}.data-table td{border-bottom:1px solid var(--line);color:#465267;min-height:64px;padding:13px 20px;font-size:12px}.data-table tbody tr:last-child td{border-bottom:0}.data-table tbody tr:hover{background:#fbfcfe}.table-primary{color:var(--ink);font-size:13px;font-weight:680;display:grid}.table-primary small{color:var(--ink-faint);font-size:11px;font-weight:450}.table-empty,.compact-empty{color:var(--ink-soft);text-align:center;justify-items:center;gap:8px;padding:44px 24px;display:grid}.table-empty p,.compact-empty p{margin:0}.table-empty a{color:var(--blue-dark);font-weight:680}.back-link{width:fit-content;color:var(--ink-soft)}.project-title-row{justify-content:flex-start}.project-title-row>.status-text{margin-left:auto}.project-onboarding>.surface-heading>strong{color:var(--blue);font-size:22px}.onboarding-steps{border-top:1px solid var(--line);grid-template-columns:repeat(5,minmax(150px,1fr));display:grid}.onboarding-step{align-content:start;gap:17px;min-height:190px;padding:24px 21px;display:grid;position:relative}.onboarding-step+.onboarding-step{border-left:1px solid var(--line)}.onboarding-step>span{color:#687589;background:#edf1f6;border-radius:9px;place-items:center;width:36px;height:36px;display:grid}.onboarding-step.is-ready>span{background:var(--green-soft);color:var(--green)}.onboarding-step strong{font-size:13px}.onboarding-step p{color:var(--ink-soft);margin:6px 0 0;font-size:12px;line-height:1.55}.onboarding-step>small{color:var(--ink-faint);margin-top:auto;font-size:10px}.members-strip{justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.access-surface{padding-bottom:24px}.access-form{grid-template-columns:minmax(240px,1fr) 200px auto;align-items:end;gap:12px;padding:0 26px;display:grid}.access-form .form-error,.access-form .form-success{grid-column:1/-1}.access-empty{color:var(--ink-soft);margin:0;padding:0 26px 24px}.access-empty a{color:var(--blue-dark);font-weight:680}.member-avatars{flex-direction:row-reverse;display:flex}.member-avatars span{border:2px solid var(--surface);color:#fff;background:#24344c;border-radius:50%;place-items:center;width:34px;height:34px;font-size:10px;font-weight:750;display:grid}.member-avatars span+span{margin-right:-8px}.project-progress-rail{grid-template-columns:minmax(170px,1.25fr) repeat(4,minmax(130px,1fr));display:grid;overflow:hidden}.project-progress-rail>div{align-items:center;gap:10px;min-height:72px;padding:14px 18px;display:flex}.project-progress-rail>div+div{border-left:1px solid var(--line)}.progress-summary{flex-direction:column;justify-content:center;align-items:flex-start!important;gap:1px!important}.progress-summary strong{color:var(--blue);letter-spacing:-.025em;font-size:22px}.progress-summary span,.project-progress-rail small{color:var(--ink-soft);font-size:11px}.project-progress-rail>div>span:first-child:not(.progress-summary span){background:var(--surface-subtle);width:27px;height:27px;color:var(--ink-faint);border-radius:9px;flex:none;place-items:center;display:grid}.project-progress-rail>div.is-ready>span:first-child{background:var(--green-soft);color:var(--green)}.project-progress-rail>div.is-ready small{color:var(--green);font-weight:700}.project-settings-layout{grid-template-columns:230px minmax(0,1fr);align-items:start;gap:18px;display:grid}.settings-index{top:calc(var(--header-height) + 20px);border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);gap:4px;padding:14px;display:grid;position:sticky}.settings-index>strong{padding:7px 9px 11px;font-size:12px}.settings-index a{min-height:40px;color:var(--ink-soft);border-radius:9px;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:9px;padding:0 9px;font-size:12px;font-weight:650;display:grid}.settings-index a:hover{background:var(--surface-subtle);color:var(--ink)}.settings-index a span{color:var(--ink-faint);font-size:10px}.settings-index p{border-top:1px solid var(--line);color:var(--ink-faint);margin:10px 9px 4px;padding-top:13px;font-size:11px;line-height:1.55}.settings-content{gap:18px;min-width:0;display:grid}.settings-section{scroll-margin-top:calc(var(--header-height) + 18px);overflow:hidden}.section-state{background:var(--amber-soft);color:var(--amber);border-radius:999px;flex:none;padding:6px 10px;font-size:10px;font-weight:750}.section-state.is-ready{background:var(--green-soft);color:var(--green)}.setup-form,.settings-section-body{border-top:1px solid var(--line);padding:22px 26px 26px}.field-grid{gap:14px;display:grid}.field-grid.two-columns{grid-template-columns:1fr 1fr}.compact-form{border-top:0;grid-template-columns:minmax(160px,.7fr) minmax(220px,1fr) auto;align-items:end;gap:12px;padding:18px 0 0;display:grid}.compact-form .form-error,.compact-form .form-success{grid-column:1/-1}.subsection-head{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:16px;padding:20px 26px 14px;display:flex}.subsection-head h3{margin:0;font-size:14px}.subsection-head p{color:var(--ink-soft);margin:4px 0 0;font-size:11px}.subsection-head>span{color:var(--blue-dark);font-size:12px;font-weight:750}.entity-list,.prompt-list,.item-list{border-top:1px solid var(--line)}.entity-row,.prompt-row{grid-template-columns:auto minmax(0,1fr) minmax(120px,auto) auto;align-items:center;gap:13px;min-height:62px;padding:11px 26px;display:grid}.list-row{justify-content:space-between;align-items:center;gap:13px;min-height:62px;padding:11px 26px;display:flex}.entity-row+.entity-row,.prompt-row+.prompt-row,.list-row+.list-row{border-top:1px solid var(--line)}.entity-row:hover,.prompt-row:hover,.list-row:hover{background:#fbfcfe}.entity-row>div,.prompt-row>div,.list-row>div{min-width:0;display:grid}.entity-row strong,.prompt-row strong,.list-row strong{font-size:12px;line-height:1.45}.entity-row small,.prompt-row small,.list-row small,.entity-meta{color:var(--ink-faint);font-size:10px}.entity-status{background:var(--line-strong);border-radius:50%;width:8px;height:8px}.entity-status.is-active{background:var(--green)}.entity-monogram{background:var(--surface-blue);width:34px;height:34px;color:var(--blue-dark);border-radius:9px;place-items:center;font-size:10px;font-weight:760;display:grid}.text-action{color:var(--blue-dark);cursor:pointer;background:0 0;border:0;padding:7px 0;font-size:11px;font-weight:680}.text-action:hover{text-underline-offset:3px;text-decoration:underline}.entity-row>.entity-row-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px 14px;display:flex}.inline-empty{color:var(--ink-soft);margin:0;padding:18px 26px;font-size:12px}.inline-editor{border-top:1px solid var(--line)}details.inline-editor:not([open])>:not(summary){display:none}.inline-editor summary,.inline-editor-trigger{min-height:48px;color:var(--blue-dark);cursor:pointer;align-items:center;gap:8px;padding:0 26px;font-size:12px;font-weight:700;list-style:none;display:flex}.inline-editor-trigger{text-align:left;background:0 0;border:0;width:100%}.inline-editor-trigger:hover{background:var(--surface-subtle)}.inline-editor summary::-webkit-details-marker{display:none}.inline-editor[open] summary{background:var(--surface-subtle)}.app-dialog{border:1px solid var(--line);border-radius:var(--radius);width:min(440px,100vw - 32px);max-height:calc(100vh - 32px);color:var(--ink);background:0 0;margin:auto;padding:0;box-shadow:0 22px 54px #253b5b29}.app-dialog.app-dialog-wide{width:min(560px,100vw - 32px)}.app-dialog.app-dialog-answer{width:min(760px,100vw - 32px)}.app-dialog.app-dialog-serp-response{width:min(1160px,100vw - 32px)}.app-dialog::backdrop{background:#18202f6b}.app-dialog-panel{background:var(--surface);border-radius:inherit;max-height:calc(100vh - 32px);display:grid;overflow:auto}.app-dialog-header{z-index:1;background:var(--surface);justify-content:space-between;align-items:flex-start;gap:12px;padding:18px 20px 8px;display:flex;position:sticky;top:0}.app-dialog-header h3{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.01em;min-width:0;margin:0;font-size:16px;overflow:hidden}.app-dialog-header>div{min-width:0}.app-dialog-kicker{color:var(--ink-soft);white-space:normal;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:4px 0 0;font-size:12px;font-weight:500;line-height:1.45;display:-webkit-box;overflow:hidden}.answer-dialog-trigger{color:var(--blue-dark);font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;padding:0;font-size:10px;font-weight:700;display:inline-flex}.answer-dialog-trigger:hover,.answer-dialog-trigger:focus-visible{text-decoration:underline}.answer-dialog-empty{color:var(--ink-faint);font-size:10px;font-weight:700}.answer-dialog-body{padding:4px 20px 22px}.answer-dialog-body .measurement-answer-panel{background:0 0;border:0;padding:0}.answer-dialog-body .measurement-answer-panel pre{max-height:min(52vh,560px)}.app-dialog-close{width:32px;height:32px;color:var(--ink-soft);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;display:inline-grid}.app-dialog-close:hover{background:var(--surface-subtle);color:var(--ink)}.app-dialog-body{padding:16px 20px 20px}.app-dialog-body .form-actions{margin-top:4px}.section-empty{color:var(--ink-soft);align-items:center;gap:13px;padding:24px 26px;display:flex}.section-empty>svg{color:var(--ink-faint);flex:none}.section-empty strong{color:var(--ink);font-size:12px}.section-empty p{margin:3px 0 0;font-size:11px}.group-strip{border-top:1px solid var(--line);gap:8px;padding:16px 26px;display:flex;overflow-x:auto}.group-chip{border:1px solid var(--line);background:var(--surface);min-height:34px;color:var(--ink-soft);border-radius:999px;flex:none;align-items:center;gap:8px;padding:0 11px;font-size:11px;display:inline-flex}.group-chip.is-all{border-color:var(--blue-soft);background:var(--surface-blue);color:var(--blue-dark)}.group-chip strong{font-size:10px}.group-chip-delete{margin-left:-2px;display:inline-flex}.group-chip-delete-button{width:18px;height:18px;color:var(--ink-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.group-chip-delete-button:hover{background:var(--surface-muted);color:var(--ink)}.prompt-editors{border-top:1px solid var(--line);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.prompt-editors .inline-editor{border-top:0}.prompt-editors .inline-editor+.inline-editor{border-left:1px solid var(--line)}.prompt-list{max-height:460px;overflow-y:auto}.prompt-row{grid-template-columns:auto minmax(0,1fr) auto;align-items:start}.prompt-row .entity-status{margin-top:5px}.prompt-row strong{font-weight:590}.list-footnote{border-top:1px solid var(--line);color:var(--ink-faint);margin:0;padding:12px 26px;font-size:10px}.model-selection-form{border-top:0;grid-template-columns:minmax(150px,.8fr) minmax(150px,.8fr) minmax(220px,1.2fr) auto;align-items:end;gap:12px;padding:18px 26px 22px;display:grid}.model-selection-form .form-error,.model-selection-form .form-success{grid-column:1/-1}.measurement-control-panel{border-top:1px solid var(--line);background:var(--surface-subtle);justify-content:space-between;align-items:center;gap:24px;padding:20px 26px;display:flex}.measurement-control-panel>div{min-width:0}.measurement-control-panel strong{font-size:13px}.measurement-control-panel p{max-width:650px;color:var(--ink-soft);margin:5px 0 0;font-size:11px;line-height:1.55}.measurement-control-panel .measurement-cost-note{color:var(--amber);align-items:flex-start;gap:7px;font-weight:620;display:flex}.measurement-cost-note svg{flex:none;margin-top:1px}.measurement-control-panel .measurement-blocked-reason{color:var(--red);font-weight:620}.measurement-start-form{flex:none;justify-items:end;gap:7px;display:grid}.measurement-start-form .form-error,.measurement-start-form .form-success{text-align:right;max-width:360px;margin:0}.measurement-history{border-top:1px solid var(--line)}.measurement-history-link{min-height:48px;color:inherit;grid-template-columns:minmax(100px,auto) 72px minmax(150px,1fr);align-items:center;gap:18px;padding:8px 26px;display:grid}.measurement-history-link+.measurement-history-link{border-top:1px solid var(--line)}.measurement-history-link:hover{background:var(--surface-subtle)}.measurement-history strong{font-size:11px}.measurement-history small{color:var(--ink-faint);justify-self:end;font-size:10px}.measurement-state{color:var(--ink-soft);font-size:10px;font-weight:720}.measurement-state.state-succeeded{color:var(--green)}.measurement-state.state-partial,.measurement-state.state-queued,.measurement-state.state-planning{color:var(--amber)}.measurement-state.state-failed,.measurement-state.state-cancelled{color:var(--red)}.measurement-state.state-running{color:var(--blue-dark)}.measurement-results-page{max-width:1560px}.measurement-results-title{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.measurement-title-actions{justify-content:flex-end;align-items:center;gap:9px;display:flex}.measurement-title-actions .button{min-height:34px;font-size:10px}.reanalyze-control{justify-items:end;gap:4px;display:grid}.reanalyze-control small{text-align:right;max-width:220px;font-size:8px}.reanalyze-control small.is-error{color:var(--red)}.reanalyze-control small.is-success{color:var(--green)}.reanalyze-control small.reanalyze-hint{color:var(--ink-faint)}.measurement-result-status{background:var(--green-soft);min-height:34px;color:var(--green);border-radius:999px;align-items:center;gap:7px;padding:0 12px;font-size:11px;font-weight:750;display:inline-flex}.measurement-result-status.state-running,.measurement-result-status.state-queued,.measurement-result-status.state-planning{background:var(--surface-blue);color:var(--blue-dark)}.measurement-result-status.state-partial,.measurement-result-status.state-cancelling{background:var(--amber-soft);color:var(--amber)}.measurement-result-status.state-failed,.measurement-result-status.state-cancelled{background:var(--red-soft);color:var(--red)}.measurement-result-status.state-skipped_overlap{background:var(--surface-subtle);color:var(--ink-soft)}.measurement-summary{grid-template-columns:minmax(260px,1.45fr) repeat(4,minmax(120px,.75fr));display:grid;overflow:hidden}.measurement-summary>div{align-content:center;gap:5px;min-height:118px;padding:20px 24px;display:grid}.measurement-summary>div+div{border-left:1px solid var(--line)}.measurement-summary span,.measurement-summary small{color:var(--ink-soft);font-size:10px}.measurement-summary span{font-weight:700}.measurement-summary strong{letter-spacing:-.025em;font-size:25px}.measurement-summary-primary{background:var(--surface-blue)}.measurement-summary-primary strong{color:var(--blue-dark);font-size:38px}.measurement-live-note{border:1px solid var(--blue-soft);border-radius:var(--radius);background:var(--surface-blue);color:var(--blue-dark);align-items:flex-start;gap:12px;padding:16px 18px;display:flex}.measurement-live-note svg{flex:none;margin-top:1px}.measurement-live-note strong{font-size:12px}.measurement-live-note p{color:var(--ink-soft);margin:3px 0 0;font-size:11px}.measurement-live-note.is-blocked{background:var(--amber-soft);color:var(--amber);border-color:#f0d392}.worker-live-state{background:color-mix(in srgb, currentColor 8%, transparent);border-radius:999px;flex:none;align-items:center;gap:6px;min-height:28px;margin-left:auto;padding:0 9px;font-size:9px;font-weight:750;display:inline-flex}.measurement-results-ledger{overflow:hidden}.measurement-results-head,.measurement-result-row{grid-template-columns:minmax(260px,1.7fr) minmax(190px,1fr) 128px 100px 86px;align-items:center;gap:18px;display:grid}.measurement-results-head{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface-subtle);min-height:38px;color:var(--ink-faint);letter-spacing:.06em;text-transform:uppercase;padding:0 26px;font-size:9px;font-weight:760}.measurement-result-row{min-height:78px;padding:14px 26px;position:relative}.measurement-result-row+.measurement-result-row{border-top:1px solid var(--line)}.measurement-result-row:hover{background:#fbfcfe}.measurement-result-prompt,.measurement-result-provider{align-items:flex-start;gap:10px;min-width:0;display:flex}.measurement-result-prompt>svg{color:var(--ink-faint);flex:none;margin-top:2px}.measurement-result-prompt>div,.measurement-result-provider>div{gap:3px;min-width:0;display:grid}.measurement-result-prompt strong,.measurement-result-provider strong{font-size:11px;line-height:1.45}.measurement-result-prompt small,.measurement-result-provider small{color:var(--ink-faint);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.provider-mini-mark{background:var(--surface-blue);width:30px;height:30px;color:var(--blue-dark);border-radius:9px;flex:none;place-items:center;display:grid}.result-verdict{color:var(--ink-soft);align-items:center;gap:5px;font-size:10px;font-weight:720;display:inline-flex}.result-verdict.is-mentioned{color:var(--green)}.result-verdict.is-error{color:var(--red)}.sentiment-text{color:var(--ink-faint);margin-top:4px;font-size:9px;display:block}.sentiment-positive{color:var(--green)}.sentiment-negative{color:var(--red)}.result-position{color:var(--ink-faint);font-size:11px}.result-position.is-found{color:var(--ink)}.measurement-answer-details summary{color:var(--blue-dark);cursor:pointer;align-items:center;gap:5px;font-size:10px;font-weight:700;list-style:none;display:inline-flex}.measurement-answer-details summary::-webkit-details-marker{display:none}.measurement-answer-details[open]{grid-column:1/-1}.measurement-answer-details[open] summary{margin:8px 0 10px}.measurement-answer-panel{border:1px solid var(--line);background:var(--surface-subtle);border-radius:12px;padding:18px}.measurement-answer-panel blockquote{border-left:1px solid var(--blue);background:var(--surface-blue);color:var(--blue-dark);margin:0 0 14px;padding:11px 13px;font-size:11px;line-height:1.55}.analysis-explanation{background:var(--surface-blue);color:var(--blue-dark);border-radius:10px;margin:0 0 14px;padding:12px 13px}.analysis-explanation-head{align-items:center;gap:7px;display:flex}.analysis-explanation-head strong{font-size:11px}.confidence-level{border-radius:999px;margin-left:auto;padding:3px 7px;font-size:10px;font-weight:750}.confidence-high{background:var(--green-soft);color:var(--green)}.confidence-medium{background:var(--amber-soft);color:var(--amber)}.confidence-low{background:var(--red-soft);color:var(--red)}.analysis-explanation>p{max-width:78ch;color:var(--ink-soft);margin:8px 0 0;font-size:10px;line-height:1.55}.analysis-first-run{color:var(--ink-soft);margin-top:7px;font-size:10px;display:block}.analysis-history{border-top:1px solid var(--line-strong);margin-top:9px;padding-top:8px}.analysis-history summary{color:var(--blue-dark);cursor:pointer;align-items:center;gap:5px;font-size:10px;font-weight:700;list-style:none;display:inline-flex}.analysis-history summary::-webkit-details-marker{display:none}.analysis-history ol{gap:0;margin:9px 0 0;padding:0;list-style:none;display:grid}.analysis-history li{border-top:1px solid color-mix(in srgb, var(--line-strong) 70%, transparent);grid-template-columns:64px minmax(110px,auto) minmax(0,1fr);align-items:baseline;gap:9px;padding:7px 0;display:grid}.analysis-history li>span,.analysis-history li>small{color:var(--ink-soft);font-size:10px}.analysis-history li>strong{color:var(--ink);font-size:10px}.analysis-history>p{color:var(--ink-soft);margin:3px 0 0;font-size:10px}.measurement-answer-panel pre{max-height:420px;color:var(--ink);white-space:pre-wrap;margin:0;font-family:inherit;font-size:11px;line-height:1.65;overflow:auto}.mentioned-competitors{flex-wrap:wrap;align-items:center;gap:7px;margin:0 0 14px;font-size:10px;display:flex}.mentioned-competitors span{color:var(--ink-faint)}.mentioned-competitors strong{background:var(--amber-soft);color:var(--amber);border-radius:999px;padding:5px 8px;font-size:9px}.response-citations{border:1px solid var(--line);background:var(--surface);border-radius:10px;margin:0 0 15px;padding:11px 12px}.response-citations-title{color:var(--ink-soft);align-items:center;gap:6px;font-size:9px;display:flex}.response-citations-title>span{background:var(--surface-blue);color:var(--blue-dark);border-radius:999px;margin-left:auto;padding:2px 6px;font-weight:750}.response-citations ol{gap:7px;margin:9px 0 0;padding:0;list-style:none;display:grid}.response-citations li{grid-template-columns:20px minmax(0,1fr);align-items:center;gap:7px;display:grid}.response-citations li>span{background:var(--surface-subtle);width:20px;height:20px;color:var(--ink-faint);border-radius:6px;place-items:center;font-size:8px;font-weight:750;display:grid}.response-citations a{color:var(--ink);grid-template-columns:minmax(0,1fr) auto;gap:2px 8px;display:grid}.response-citations a strong,.response-citations a small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.response-citations a strong{font-size:9px}.response-citations a small{color:var(--ink-faint);grid-column:1;font-size:8px}.response-citations a svg{color:var(--blue-dark);grid-area:1/2/span 2;align-self:center}.measurement-answer-panel footer{border-top:1px solid var(--line);color:var(--ink-faint);flex-wrap:wrap;gap:14px;margin-top:16px;padding-top:12px;font-size:9px;display:flex}.measurement-error-copy{color:var(--red);margin:0;font-size:11px}.mentions-page{max-width:1560px}.mentions-heading-row{align-items:flex-start}.worker-status-chip{background:var(--surface-subtle);min-height:36px;color:var(--ink-soft);border-radius:999px;align-items:center;gap:7px;padding:0 12px;font-size:10px;font-weight:750;display:inline-flex}.worker-status-chip.state-online{background:var(--green-soft);color:var(--green)}.worker-status-chip.state-blocked{background:var(--amber-soft);color:var(--amber)}.worker-blocked-banner{border-radius:var(--radius);background:var(--amber-soft);color:var(--amber);border:1px solid #f0d392;align-items:flex-start;gap:12px;padding:15px 18px;display:flex}.worker-blocked-banner svg{flex:none;margin-top:1px}.worker-blocked-banner strong{font-size:12px}.worker-blocked-banner p{color:#765318;margin:3px 0 0;font-size:10px}.mentions-summary{grid-template-columns:minmax(220px,1.15fr) repeat(3,minmax(120px,.7fr)) minmax(250px,1.4fr);display:grid;overflow:hidden}.mentions-summary>div{align-content:center;gap:4px;min-height:94px;padding:17px 22px;display:grid}.mentions-summary>div+div,.mentions-summary>p{border-left:1px solid var(--line)}.mentions-summary span,.mentions-summary small{color:var(--ink-soft);font-size:9px}.mentions-summary span{font-weight:700}.mentions-summary strong{letter-spacing:-.025em;font-size:22px}.mentions-summary-main{background:var(--surface-blue)}.mentions-summary-main strong{color:var(--blue-dark);font-size:32px}.mentions-summary>p{color:var(--ink-soft);align-items:center;margin:0;padding:18px 22px;font-size:10px;line-height:1.55;display:flex}.mentions-filters{grid-template-columns:minmax(130px,.7fr) repeat(4,minmax(130px,1fr)) auto;align-items:end;gap:12px;padding:17px 20px;display:grid}.mentions-filter-title{color:var(--ink-soft);align-self:center;align-items:center;gap:9px;display:flex}.mentions-filter-title>div{gap:2px;display:grid}.mentions-filter-title strong{color:var(--ink);font-size:11px}.mentions-filter-title small{color:var(--ink-faint);font-size:8px}.mentions-filters label{gap:6px;display:grid}.mentions-filters label>span{color:var(--ink-soft);font-size:9px;font-weight:700}.mentions-filters select{border:1px solid var(--line-strong);background:var(--surface);width:100%;min-width:0;min-height:38px;color:var(--ink);font:inherit;border-radius:9px;padding:0 30px 0 10px;font-size:10px}.mentions-filter-actions{gap:7px;display:flex}.mentions-filter-actions .button{white-space:nowrap;min-height:38px;font-size:10px}.mentions-ledger{overflow:hidden}.mentions-ledger-head,.mention-ledger-row{grid-template-columns:minmax(130px,.8fr) minmax(250px,1.7fr) minmax(170px,1fr) 112px 92px 70px;align-items:center;gap:16px;display:grid}.mentions-ledger-head{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface-subtle);min-height:38px;color:var(--ink-faint);letter-spacing:.06em;text-transform:uppercase;padding:0 26px;font-size:9px;font-weight:760}.mention-ledger-row{min-height:78px;padding:14px 26px}.mention-ledger-row+.mention-ledger-row{border-top:1px solid var(--line)}.mention-ledger-row:hover{background:#fbfcfe}.mention-context,.mention-prompt,.mention-provider{align-items:flex-start;gap:9px;min-width:0;display:flex}.mention-context{gap:3px;display:grid}.mention-context strong,.mention-prompt strong,.mention-provider strong{font-size:10px;line-height:1.45}.mention-context small,.mention-prompt small,.mention-provider small{color:var(--ink-faint);text-overflow:ellipsis;white-space:nowrap;font-size:8px;overflow:hidden}.mention-prompt>svg{color:var(--ink-faint);flex:none;margin-top:2px}.mention-prompt>div,.mention-provider>div{gap:3px;min-width:0;display:grid}.mention-provider{align-items:center}.mention-provider>span{background:var(--surface-blue);width:29px;height:29px;color:var(--blue-dark);border-radius:9px;flex:none;place-items:center;display:grid}.mention-answer-details summary{color:var(--blue-dark);cursor:pointer;align-items:center;gap:4px;font-size:9px;font-weight:700;list-style:none;display:inline-flex}.result-verdict.is-pending{color:#8a5b12}.mention-answer-details summary::-webkit-details-marker{display:none}.mention-answer-details[open]{grid-column:1/-1}.mention-answer-details[open] summary{margin:8px 0 10px}.measurement-answer-panel footer a{color:var(--blue-dark);align-items:center;gap:4px;margin-left:auto;font-weight:700;display:inline-flex}.mentions-empty{min-height:180px;color:var(--ink-faint);text-align:left;justify-content:center;align-items:center;gap:12px;display:flex}.mentions-empty strong{color:var(--ink);font-size:12px}.mentions-empty p{color:var(--ink-soft);margin:3px 0 0;font-size:10px}.file-import-form input[type=file]{padding:7px 9px}.file-import-form input[type=file]::file-selector-button{border:1px solid var(--line-strong);background:var(--surface-subtle);min-height:30px;color:var(--ink);cursor:pointer;border-radius:9px;margin-right:10px;padding:0 10px;font-size:11px;font-weight:650}.import-preview{border:1px solid var(--line);background:var(--surface-subtle);border-radius:10px;gap:10px;padding:13px;display:grid}.import-preview>div{justify-content:space-between;gap:10px;display:flex}.import-preview small{color:var(--ink-faint);font-size:10px}.import-preview ol{color:var(--ink-soft);gap:5px;margin:0;padding-left:20px;font-size:11px;display:grid}.import-warnings{background:var(--amber-soft);color:var(--amber);border-radius:9px;padding:9px 10px;font-size:10px;gap:4px!important;display:grid!important}.import-clean{color:var(--green);margin:0;font-size:10px;font-weight:650}.read-only-copy{border-top:1px solid var(--line);padding:22px 26px}.read-only-copy p{max-width:75ch;color:var(--ink-soft);margin:7px 0 0}.invite-surface{padding-bottom:24px}.invite-compose{padding:0 26px}.invite-form{grid-template-columns:minmax(220px,1fr) 190px auto;align-items:end;gap:12px;display:grid}.invite-result{background:var(--green-soft);color:#075c41;border-radius:11px;grid-template-columns:minmax(180px,.8fr) minmax(240px,1fr) auto;align-items:center;gap:14px;margin-top:18px;padding:14px;display:grid}.invite-result>div{display:grid}.invite-result small{color:#37735f;font-size:11px}.invite-result code{color:#174b3a;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px;overflow:hidden}.admin-users-grid{grid-template-columns:minmax(0,1.55fr) minmax(300px,.65fr);align-items:start;gap:18px;display:grid}.pending-panel{overflow:hidden}.pending-list{border-top:1px solid var(--line);display:grid}.pending-item{grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:64px;padding:11px 18px;display:grid}.pending-item+.pending-item{border-top:1px solid var(--line)}.pending-item>span:nth-child(2),.table-user strong{min-width:0;display:grid}.pending-item strong{text-overflow:ellipsis;font-size:12px;overflow:hidden}.pending-item small,.table-user small{color:var(--ink-faint);font-size:10px;font-weight:450}.pending-icon{background:var(--amber-soft);width:32px;height:32px;color:var(--amber);border-radius:9px;place-items:center;display:grid}.table-user{align-items:center;gap:10px;display:flex}.table-user>span{color:#40506a;background:#edf2f8;border-radius:50%;flex:none;place-items:center;width:34px;height:34px;font-size:10px;font-weight:750;display:grid}.role-inline{color:var(--blue-dark);align-items:center;gap:5px;font-weight:650;display:inline-flex}.provider-status-rail .status-icon.is-amber{background:var(--amber-soft);color:var(--amber)}.provider-admin-layout{grid-template-columns:minmax(0,1fr);align-items:start;gap:18px;display:grid}.provider-admin-main{gap:18px;min-width:0;display:grid}.provider-catalog,.tracked-models-panel,.credential-pool,.credential-compose-panel,.credential-import-panel,.billing-sources-panel,.provider-pool-test-panel,.request-journal-panel{overflow:hidden}.provider-ledger{border-top:1px solid var(--line);display:grid}.tracked-model-compose{border-top:1px solid var(--line);padding:16px 26px 20px}.tracked-model-compose .compact-form{padding-top:0}.section-empty .button{flex:none;margin-left:auto}.provider-ledger-row{grid-template-columns:38px minmax(180px,1fr) minmax(120px,.58fr) 108px;align-items:center;gap:12px;min-height:66px;padding:10px 24px;display:grid}.provider-ledger-row+.provider-ledger-row{border-top:1px solid var(--line)}.provider-ledger-row:hover{background:var(--surface-subtle)}.provider-monogram{color:#40506a;background:#edf2f8;border-radius:10px;place-items:center;width:36px;height:36px;font-size:10px;font-weight:800;display:grid}.provider-openai,.provider-chatgpt{color:#087253;background:#e7f5ef}.provider-routerai{color:#3b4cca;background:#eef2ff}.provider-deepseek{color:#4257bd;background:#edf0ff}.provider-gemini{color:#1e64b7;background:#edf4ff}.provider-perplexity{color:#16757b;background:#e7f6f7}.provider-claude{color:#a04c28;background:#fff0e8}.provider-yandex{color:#bd2940;background:#ffecef}.provider-gigachat{color:#2f6b22;background:#eef8ea}.provider-ledger-copy,.provider-key-count,.credential-identity>span:last-child,.billing-source-summary>span{min-width:0;display:grid}.provider-ledger-copy strong,.credential-identity strong{font-size:12px}.provider-ledger-copy small{color:var(--ink-faint);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.provider-capability{color:var(--ink-soft);align-items:center;gap:5px;font-size:10px;font-weight:620;display:inline-flex}.provider-key-count{color:var(--ink-soft);justify-items:end}.provider-key-count strong{font-size:16px}.provider-key-count small{font-size:9px}.provider-key-count.is-ready strong{color:var(--green)}.pool-total{color:var(--ink-soft);align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.credential-groups{border-top:1px solid var(--line);display:grid}.credential-provider-group+.credential-provider-group{border-top:1px solid var(--line-strong)}.credential-provider-group,.credential-list{min-width:0}.credential-group-head{background:var(--surface-subtle);justify-content:space-between;align-items:center;min-height:38px;padding:0 24px;display:flex}.credential-group-head strong{font-size:11px}.credential-group-head span{color:var(--ink-faint);text-transform:uppercase;letter-spacing:.06em;font-size:9px}.credential-list{display:grid}.credential-row{grid-template-columns:minmax(140px,.85fr) minmax(180px,1.2fr) 90px 110px minmax(150px,1fr) auto;align-items:center;gap:13px;min-height:82px;padding:12px 20px 12px 24px;display:grid}.credential-row+.credential-row{border-top:1px solid var(--line)}.credential-identity{grid-template-columns:9px minmax(0,1fr);align-items:center;gap:9px;display:grid}.credential-identity small,.credential-endpoint small,.credential-metric small,.credential-health small,.billing-source-summary small{color:var(--ink-faint);font-size:9px}.credential-state{background:var(--amber);border-radius:50%;width:8px;height:8px}.credential-state.state-active{background:var(--green)}.credential-state.state-paused{background:var(--ink-faint)}.credential-state.state-invalid,.credential-state.state-exhausted{background:var(--red)}.credential-state.state-limited{background:var(--amber)}.credential-endpoint,.credential-metric,.credential-health{gap:3px;min-width:0;display:grid}.credential-endpoint code{color:#3f4b5f;text-overflow:ellipsis;white-space:nowrap;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:9px;overflow:hidden}.credential-endpoint-value{grid-template-columns:minmax(0,1fr) 24px;align-items:center;gap:5px;min-width:0;display:grid}.endpoint-copy{width:24px;height:24px;color:var(--ink-faint);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid;position:relative}.endpoint-copy .sr-only{top:0;left:0}.endpoint-copy:hover{background:var(--surface-blue);color:var(--blue-dark)}.credential-metric strong{font-size:11px}.credential-source-name{color:var(--ink-faint);text-overflow:ellipsis;white-space:nowrap;font-size:9px;overflow:hidden}.credential-status{color:var(--amber);justify-self:start;font-size:10px;font-weight:700}.credential-status.status-active{color:var(--green)}.credential-status.status-paused{color:var(--ink-soft)}.credential-status.status-invalid,.credential-status.status-exhausted{color:var(--red)}.credential-health small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.credential-actions{align-items:center;gap:7px;display:flex}.credential-actions .icon-button{width:34px;height:34px}.credential-actions .icon-button:disabled{cursor:not-allowed;opacity:.42}.credential-empty{grid-template-columns:46px minmax(0,1fr);align-items:center;gap:14px;padding:32px 26px 36px;display:grid}.credential-empty>span{background:var(--surface-blue);width:44px;height:44px;color:var(--blue);border-radius:12px;place-items:center;display:grid}.credential-empty h3{margin:0;font-size:14px}.credential-empty p{max-width:66ch;color:var(--ink-soft);margin:4px 0 0;font-size:11px}.credential-compose-panel{top:calc(var(--header-height) + 18px);position:sticky}#add-key{scroll-margin-top:calc(var(--header-height) + 12px)}.credential-gateway-note{color:var(--ink-soft);align-items:center;gap:10px;margin:0;display:flex}.credential-gateway-note span{gap:2px;min-width:0;display:grid}.credential-gateway-note strong{color:var(--ink);font-size:13px}.credential-gateway-note small{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:11px}.credential-form.is-compact{max-width:560px}.credential-add-more{border-top:1px solid var(--line);padding:8px 26px 18px}.credential-add-more summary{cursor:pointer;color:var(--blue);font-size:13px;font-weight:600}.credential-add-more .credential-form{padding-left:0;padding-right:0}.credential-form{border-top:1px solid var(--line);gap:14px;padding:20px 24px 24px;display:grid}.form-section-title{color:var(--blue-dark);align-items:center;gap:9px;display:flex}.form-section-title:not(:first-child){border-top:1px solid var(--line);margin-top:6px;padding-top:18px}.form-section-title>span{display:grid}.form-section-title strong{color:var(--ink);font-size:11px}.form-section-title small{color:var(--ink-faint);font-size:9px}.credential-form .field>span,.balance-editor .field>span{font-size:11px}.credential-form .field small{font-size:10px}.form-disclosure{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.form-disclosure summary{min-height:56px;color:var(--blue-dark);cursor:pointer;align-items:center;gap:9px;list-style:none;display:flex}.form-disclosure summary::-webkit-details-marker{display:none}.form-disclosure summary>span{display:grid}.form-disclosure summary strong{color:var(--ink);font-size:11px}.form-disclosure summary small{color:var(--ink-faint);font-size:9px}.form-disclosure-body{gap:12px;padding:0 0 16px;display:grid}.balance-fields{grid-template-columns:1fr 1fr 72px}.credential-form>.button{width:100%}.credential-check-note{color:var(--ink-faint);text-align:center;margin:-4px 0 0;font-size:9px}.credential-import-form{border-top:1px solid var(--line);display:grid}.credential-import-start{grid-template-columns:minmax(300px,1fr) minmax(300px,1fr);gap:14px;padding:20px 24px;display:grid}.credential-import-picker{border:1px dashed var(--line-strong);background:var(--surface-subtle);cursor:pointer;border-radius:11px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px;min-height:74px;padding:11px 14px;display:grid;position:relative}.credential-import-picker:hover,.credential-import-picker:focus-within{border-color:var(--blue);background:var(--surface-blue)}.credential-import-picker input{opacity:0;width:1px;height:1px;position:absolute;overflow:hidden}.credential-import-icon,.credential-import-guide>span{width:40px;height:40px;color:var(--blue-dark);background:#e7effd;border-radius:10px;place-items:center;display:grid}.credential-import-picker>span:last-child,.credential-import-guide>div{gap:3px;min-width:0;display:grid}.credential-import-picker strong,.credential-import-guide strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.credential-import-picker small,.credential-import-guide small{color:var(--ink-faint);font-size:9px}.credential-import-guide{border:1px solid var(--line);border-radius:11px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:74px;padding:11px 14px;display:grid}.credential-template-button{white-space:nowrap;align-items:center;gap:5px;display:inline-flex}.credential-import-message{margin:0 24px 16px}.credential-import-preview{border-top:1px solid var(--line);display:grid}.credential-import-summary{background:var(--surface-subtle);grid-template-columns:150px 180px minmax(220px,1fr);min-height:58px;display:grid}.credential-import-summary>span{align-items:center;gap:7px;padding:10px 20px;display:flex}.credential-import-summary>span+span{border-left:1px solid var(--line)}.credential-import-summary strong{font-size:17px}.credential-import-summary small{color:var(--ink-faint);font-size:9px}.credential-import-summary .is-ready strong,.credential-import-security{color:var(--green)}.credential-import-summary .is-error strong{color:var(--red)}.credential-import-security{justify-content:flex-end}.credential-import-table-wrap{max-width:100%;overflow-x:auto}.credential-import-table{border-collapse:collapse;text-align:left;width:100%;min-width:920px}.credential-import-table th{height:36px;color:var(--ink-faint);text-transform:uppercase;letter-spacing:.045em;background:#f5f7fa;padding:0 14px;font-size:9px;font-weight:700}.credential-import-table td{border-top:1px solid var(--line);max-width:280px;color:var(--ink-soft);vertical-align:top;padding:11px 14px;font-size:10px}.credential-import-table tr.has-errors td{background:snow}.credential-import-table td:nth-child(2),.credential-import-table td:nth-child(5){gap:3px;display:grid}.credential-import-table td strong{color:var(--ink);font-size:11px}.credential-import-table td small{color:var(--ink-faint);font-size:9px}.credential-import-table code{color:#3f4b5f;text-overflow:ellipsis;white-space:nowrap;font:9px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace;display:block;overflow:hidden}.import-row-ready{color:var(--green);font-weight:700}.import-row-errors{color:var(--red);line-height:1.45}.credential-import-more{border-top:1px solid var(--line);color:var(--ink-faint);margin:0;padding:10px 24px;font-size:9px}.credential-import-error-report{color:var(--red);background:#fff7f8;border-top:1px solid #f2c8cd;gap:9px;padding:14px 24px 16px;display:grid}.credential-import-error-report>strong{font-size:11px}.credential-import-error-report ol{gap:5px;max-height:220px;margin:0;padding-left:20px;font-size:10px;line-height:1.45;display:grid;overflow-y:auto}.credential-import-error-report li span{margin-right:6px;font-weight:750}.credential-import-actions{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:16px 24px 20px;display:flex}.credential-import-actions p{max-width:70ch;color:var(--ink-faint);margin:0;font-size:10px}.credential-import-actions .button{flex:none}.billing-source-list{border-top:1px solid var(--line);display:grid}.billing-source-row{grid-template-columns:minmax(300px,1fr) minmax(420px,1.25fr);align-items:center;gap:24px;padding:18px 24px;display:grid}.billing-source-row+.billing-source-row{border-top:1px solid var(--line)}.billing-source-summary{grid-template-columns:minmax(150px,1fr) minmax(140px,.7fr) auto;align-items:center;gap:16px;display:grid}.billing-source-summary strong{font-size:12px}.balance-source-badge{color:var(--ink-soft);grid-auto-flow:column;justify-self:start;align-items:center;gap:5px;font-size:9px;display:inline-flex!important}.balance-editor{grid-template-columns:1fr 1fr 72px auto;align-items:end;gap:9px;display:grid}.balance-editor .field{gap:5px}.balance-editor .field input{min-height:38px;padding:7px 9px}.balance-api-profile{border-top:1px solid var(--line);grid-column:1/-1}.balance-api-profile>summary{min-height:54px;color:var(--blue-dark);cursor:pointer;grid-template-columns:34px minmax(0,1fr) auto 18px;align-items:center;gap:10px;list-style:none;display:grid}.balance-api-profile>summary::-webkit-details-marker{display:none}.balance-api-profile>summary>span:nth-child(2){gap:2px;display:grid}.balance-api-profile>summary strong{color:var(--ink);font-size:11px}.balance-api-profile>summary small{color:var(--ink-faint);font-size:9px}.balance-api-icon{background:var(--surface-blue);border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.balance-api-summary-status{color:var(--ink-faint);font-size:9px;font-weight:700}.balance-api-summary-status.is-error{color:var(--red)}.balance-api-chevron{color:var(--ink-faint);transition:transform .16s ease-out}.balance-api-profile[open] .balance-api-chevron{transform:rotate(180deg)}.balance-api-body{border-top:1px solid var(--line);grid-template-columns:minmax(0,1.55fr) minmax(270px,.75fr);gap:18px;padding:18px 0 2px;display:grid}.balance-api-config-form,.balance-api-refresh-form{gap:12px;display:grid}.balance-api-config-form>.field{max-width:360px}.balance-api-grid{grid-template-columns:1fr 1fr .8fr;gap:10px;display:grid}.balance-api-grid .balance-endpoint-field{grid-column:1/-1}.balance-api-grid .field small{color:var(--ink-faint);font-size:9px}.balance-api-config-actions{justify-content:space-between;align-items:center;gap:16px;display:flex}.balance-api-config-actions>span{color:var(--ink-faint);align-items:center;gap:6px;font-size:9px;display:inline-flex}.balance-api-refresh-form{border-left:1px solid var(--line);align-content:start;padding-left:18px}.balance-api-refresh-form>div{gap:4px;display:grid}.balance-api-refresh-form strong{font-size:11px}.balance-api-refresh-form small{color:var(--ink-faint);font-size:9px;line-height:1.45}.balance-api-refresh-form .button{justify-self:start}.balance-api-config-form>.form-error,.balance-api-config-form>.form-success,.balance-api-refresh-form>.form-error,.balance-api-refresh-form>.form-success{margin:0}.pool-test-form{border-top:1px solid var(--line);grid-template-columns:minmax(180px,.55fr) minmax(230px,.7fr) minmax(320px,1.5fr);gap:14px;padding:20px 24px 24px;display:grid}.pool-test-prompt textarea{min-height:76px}.pool-test-submit,.pool-test-form>.form-error,.pool-test-form>.form-success,.pool-test-preview{grid-column:1/-1}.pool-test-submit{justify-content:space-between;align-items:center;gap:16px;display:flex}.pool-test-submit>span{color:var(--amber);align-items:center;gap:7px;font-size:11px;display:inline-flex}.pool-test-preview{color:#e5edf8;white-space:pre-wrap;background:#111827;border-radius:10px;max-height:210px;margin:0;padding:14px 16px;font:11px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.request-journal-list{border-top:1px solid var(--line);display:grid}.request-journal-filters{border-top:1px solid var(--line);background:var(--surface-subtle);grid-template-columns:repeat(4,minmax(150px,1fr));gap:12px;padding:18px 24px;display:grid}.request-journal-filters label{gap:6px;min-width:0;display:grid}.request-journal-filters label>span{color:var(--ink-soft);font-size:10px;font-weight:680}.request-journal-filters select,.request-journal-filters input{border:1px solid var(--line-strong);background:var(--surface);width:100%;min-width:0;min-height:38px;color:var(--ink);font:inherit;border-radius:9px;padding:0 10px;font-size:11px}.request-journal-filter-actions{align-items:end;gap:8px;display:flex}.request-journal-entry+.request-journal-entry{border-top:1px solid var(--line)}.request-journal-entry>summary{cursor:pointer;grid-template-columns:9px minmax(260px,1fr) 150px 120px 20px;align-items:center;gap:14px;min-height:72px;padding:12px 24px;list-style:none;display:grid}.request-journal-entry>summary::-webkit-details-marker{display:none}.request-journal-entry>summary:hover{background:var(--surface-subtle)}.request-journal-main,.request-journal-meta,.request-attempt-head>span,.request-context-grid>span{min-width:0;display:grid}.request-journal-main strong,.request-journal-meta strong,.request-attempt-head strong,.request-context-grid strong{font-size:11px}.request-journal-main small{color:var(--ink-faint);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.request-journal-meta{justify-items:end}.request-journal-meta small,.request-attempt-head small,.request-context-grid small{color:var(--ink-faint);font-size:9px}.request-journal-entry>summary .credential-status{justify-self:end}.request-journal-chevron{color:var(--ink-faint);transition:transform .16s}.request-journal-entry[open] .request-journal-chevron{transform:rotate(180deg)}.request-journal-body{border-top:1px solid var(--line);background:var(--surface-subtle);gap:16px;padding:20px 24px 24px;display:grid}.request-context-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.request-context-grid>span{border:1px solid var(--line);background:var(--surface);border-radius:10px;justify-content:center;gap:3px;min-height:52px;padding:10px 12px}.request-context-grid code,.request-route code{overflow-wrap:anywhere;color:#3f4b5f;font:10px/1.45 ui-monospace,SFMono-Regular,Menlo,monospace}.request-attempt{border:1px solid var(--line-strong);background:var(--surface);border-radius:14px;overflow:hidden}.request-attempt-head{justify-content:space-between;align-items:center;gap:18px;min-height:58px;padding:10px 16px;display:flex}.request-attempt-head>span:last-child{justify-items:end}.request-route{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:var(--surface-blue);padding:8px 16px}.request-payload-grid{grid-template-columns:1fr 1fr;display:grid}.request-payload-block{min-width:0;display:grid}.request-payload-grid .request-payload-block:nth-child(2n){border-left:1px solid var(--line)}.request-payload-grid .request-payload-block:nth-child(n+3){border-top:1px solid var(--line)}.request-payload-block>strong{color:var(--ink-soft);text-transform:uppercase;letter-spacing:.06em;padding:10px 14px 7px;font-size:9px}.request-payload-block pre{color:#293548;white-space:pre-wrap;overflow-wrap:anywhere;max-height:260px;margin:0;padding:8px 14px 14px;font:10px/1.55 ui-monospace,SFMono-Regular,Menlo,monospace;overflow:auto}.request-journal-body>.request-payload-block{border:1px solid var(--line);background:var(--surface);border-radius:10px}.journal-pagination{border-top:1px solid var(--line);color:var(--ink-soft);grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;padding:14px 24px;font-size:11px;display:grid}.journal-pagination>:last-child{justify-self:end}.balance-editor .button{min-height:38px}.balance-editor .form-error,.balance-editor .form-success{grid-column:1/-1}.standalone-state{text-align:center;place-content:center;justify-items:center;gap:12px;min-height:100vh;padding:24px;display:grid}.standalone-state>span{color:var(--blue);letter-spacing:-.04em;font-size:54px;font-weight:800}.standalone-state h1{letter-spacing:-.025em;margin:0;font-size:28px}.standalone-state p{max-width:48ch;color:var(--ink-soft);margin:0 0 12px}@media (max-width:1120px){:root{--sidebar-width:82px}.sidebar-brand{justify-content:center;padding:0}.sidebar-brand .brand-copy,.sidebar-section-label,.sidebar-link:not(.is-disabled){font-size:0}.sidebar-link{justify-content:center;padding:0}.sidebar-link small,.sidebar-footer>span:last-child{display:none}.sidebar-footer{justify-content:center;padding:0}.status-rail{grid-template-columns:1fr 1fr}.status-rail>div:nth-child(3){border-left:0;border-top:1px solid var(--line)}.status-rail>div:nth-child(4){border-top:1px solid var(--line)}.onboarding-steps{grid-template-columns:1fr 1fr}.onboarding-step+.onboarding-step{border-left:0}.onboarding-step:nth-child(2n){border-left:1px solid var(--line)}.onboarding-step:nth-child(n+3){border-top:1px solid var(--line)}.project-progress-rail{grid-template-columns:1.2fr repeat(2,1fr)}.project-progress-rail>div:nth-child(4){border-left:0}.project-progress-rail>div:nth-child(n+4){border-top:1px solid var(--line)}.project-settings-layout{grid-template-columns:200px minmax(0,1fr)}.provider-admin-layout{grid-template-columns:minmax(0,1fr) 330px}.provider-ledger-row{grid-template-columns:38px minmax(170px,1fr) 96px}.provider-capability{display:none}.credential-row{grid-template-columns:minmax(130px,.8fr) minmax(170px,1.2fr) 76px minmax(140px,1fr) auto}.credential-row .credential-metric:nth-of-type(2){display:none}.billing-source-row{grid-template-columns:1fr}}@media (max-width:860px){.auth-page{padding:0}.auth-shell{border-radius:0;grid-template-columns:1fr;min-height:100vh}.auth-context{min-height:330px;padding:30px}.auth-context-copy h1{font-size:42px}.auth-proof{display:none}.auth-form-panel{min-height:0;padding:42px 28px}.dashboard-grid,.admin-users-grid,.provider-admin-layout{grid-template-columns:1fr}.credential-compose-panel{order:-1;position:static}.credential-import-start{grid-template-columns:1fr}.credential-row{grid-template-columns:minmax(130px,.8fr) minmax(180px,1.2fr) 76px minmax(140px,1fr) auto}.dashboard-grid .setup-panel{order:-1}.surface-main{min-height:auto}.invite-form,.invite-result,.access-form{grid-template-columns:1fr}.invite-form .button{width:100%}.header-actions .role-badge,.user-summary>span:last-child{display:none}.project-settings-layout{grid-template-columns:1fr}.settings-index{align-items:center;display:flex;position:static;overflow-x:auto}.settings-index>strong,.settings-index p{display:none}.settings-index a{flex:none;grid-template-columns:18px auto auto}.prompt-editors{grid-template-columns:1fr}.model-selection-form{grid-template-columns:1fr 1fr}.model-selection-form .button,.model-selection-form .form-error,.model-selection-form .form-success{grid-column:1/-1}.pool-test-form,.request-context-grid{grid-template-columns:1fr 1fr}.pool-test-prompt{grid-column:1/-1}.prompt-editors .inline-editor+.inline-editor{border-top:1px solid var(--line);border-left:0}.measurement-summary{grid-template-columns:1.4fr repeat(2,1fr)}.measurement-summary>div:nth-child(4){border-left:0;border-top:1px solid var(--line)}.measurement-summary>div:nth-child(n+4){border-top:1px solid var(--line)}.measurement-results-head{display:none}.measurement-result-row{grid-template-columns:minmax(0,1.5fr) minmax(160px,1fr) auto auto}.measurement-answer-details{grid-column:1/-1}.mentions-summary{grid-template-columns:1.25fr repeat(3,1fr)}.mentions-summary>p{border-top:1px solid var(--line);border-left:0;grid-column:1/-1}.mentions-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.mentions-filter-title,.mentions-filter-actions{grid-column:1/-1}.mentions-ledger-head{display:none}.mention-ledger-row{grid-template-columns:minmax(120px,.7fr) minmax(0,1.4fr) minmax(150px,.9fr) auto auto}.mention-answer-details{grid-column:1/-1}}@media (max-width:640px){:root{--header-height:62px}.app-frame{display:block}.app-sidebar{border-top:1px solid var(--line);border-right:0;width:100%;height:64px;position:fixed;top:auto;bottom:0}.sidebar-brand,.sidebar-footer,.sidebar-section-label,.sidebar-link.is-disabled,.sidebar-section-spaced{display:none}.sidebar-nav{grid-template-columns:repeat(auto-fit,minmax(0,1fr));padding:7px 12px;display:grid;overflow:visible}.sidebar-link:not(.is-disabled){flex-direction:column;justify-content:center;gap:2px;min-height:50px;font-size:9px;display:flex}.sidebar-link svg{width:18px}.app-header{padding:0 16px}.workspace-switcher small{display:none}.header-actions{gap:8px}.app-content{padding:22px 16px 92px}.page-heading-row{align-items:flex-start}.page-heading-row .button{width:42px;padding:0;font-size:0}.status-rail{grid-template-columns:1fr 1fr}.status-rail>div{min-height:88px;padding:12px 14px}.status-rail>div+div{border-left:0}.status-rail>div:nth-child(2n){border-left:1px solid var(--line)}.status-rail>div:nth-child(n+3){border-top:1px solid var(--line)}.status-rail strong{white-space:normal}.surface-heading{padding:20px}.empty-workspace{padding:30px 20px}.surface-footer{padding:14px 20px}.setup-panel{padding:20px}.project-title-row{flex-wrap:wrap}.project-title-row>.status-text{margin-left:0}.project-settings-page .project-title-row{grid-template-columns:46px minmax(0,1fr);align-items:center;display:grid}.project-settings-page .project-title-row>.status-text{grid-column:1/-1;justify-self:start}.onboarding-steps{grid-template-columns:1fr}.onboarding-step{grid-template-columns:40px minmax(0,1fr) auto;align-items:start;min-height:auto}.onboarding-step:nth-child(2n){border-left:0}.onboarding-step+.onboarding-step{border-top:1px solid var(--line)}.onboarding-step>small{margin-top:3px}.members-strip{align-items:flex-start;gap:20px}.auth-context-copy h1{font-size:36px}.project-progress-rail{grid-template-columns:1fr 1fr}.project-progress-rail>div{min-height:64px;padding:11px 13px}.project-progress-rail>div+div{border-left:0}.project-progress-rail>div:nth-child(2n){border-left:1px solid var(--line)}.project-progress-rail>div:nth-child(n+3){border-top:1px solid var(--line)}.project-progress-rail>div:last-child{border-left:0;grid-column:1/-1}.field-grid.two-columns,.compact-form{grid-template-columns:1fr}.model-selection-form{grid-template-columns:1fr;padding-left:20px;padding-right:20px}.measurement-control-panel{flex-direction:column;align-items:stretch;padding-left:20px;padding-right:20px}.measurement-start-form{justify-items:stretch}.measurement-start-form .form-error,.measurement-start-form .form-success{text-align:left;max-width:none}.measurement-history-link{grid-template-columns:1fr auto;padding-left:20px;padding-right:20px}.measurement-history small{grid-column:1/-1;justify-self:start}.measurement-results-title{flex-direction:column;align-items:flex-start;gap:14px}.measurement-title-actions{flex-wrap:wrap;justify-content:flex-start;width:100%}.reanalyze-control{justify-items:start}.reanalyze-control small{text-align:left}.measurement-summary{grid-template-columns:1fr 1fr}.measurement-summary>div{min-height:96px;padding:16px}.measurement-summary>div+div{border-left:0}.measurement-summary>div:nth-child(2n){border-left:1px solid var(--line)}.measurement-summary>div:nth-child(n+2){border-top:1px solid var(--line)}.measurement-summary-primary{grid-column:1/-1}.measurement-summary-primary strong{font-size:32px}.measurement-result-row{grid-template-columns:minmax(0,1fr) auto;gap:13px;padding:17px 20px}.measurement-result-prompt,.measurement-result-provider{grid-column:1/-1}.measurement-result-provider{border-top:1px solid var(--line);align-items:center;padding-top:11px}.measurement-answer-details{grid-column:1/-1}.measurement-answer-panel{padding:14px}.analysis-explanation-head{flex-wrap:wrap;align-items:flex-start}.confidence-level{margin-left:0}.analysis-history li{grid-template-columns:58px minmax(0,1fr)}.analysis-history li>small{grid-column:1/-1}.measurement-live-note{flex-wrap:wrap}.worker-live-state{margin-left:29px}.mentions-heading-row{flex-direction:column;gap:14px}.mentions-summary{grid-template-columns:1fr 1fr}.mentions-summary>div{min-height:84px;padding:14px 16px}.mentions-summary>div+div,.mentions-summary>p{border-left:0}.mentions-summary>div:nth-child(odd):not(:first-child){border-left:1px solid var(--line)}.mentions-summary>div:nth-child(n+2){border-top:1px solid var(--line)}.mentions-summary-main{grid-column:1/-1}.mentions-summary>p{padding:15px 16px}.mentions-filters{grid-template-columns:1fr;padding:16px}.mentions-filter-title,.mentions-filter-actions{grid-column:auto}.mentions-filter-actions{flex-direction:column;align-items:stretch}.mentions-filter-actions .button{width:100%}.mention-ledger-row{grid-template-columns:minmax(0,1fr) auto;gap:12px;padding:17px 20px}.mention-context,.mention-prompt,.mention-provider{grid-column:1/-1}.mention-context{grid-template-columns:1fr auto;align-items:center}.mention-prompt{border-top:1px solid var(--line);padding-top:11px}.mention-provider{align-items:center}.mention-answer-details{grid-column:1/-1}.measurement-answer-panel footer a{width:100%;margin-left:0;padding-top:4px}.setup-form,.settings-section-body{padding:20px}.kpi-grid.is-snapshot{grid-template-columns:1fr}.compact-form{padding:18px 0 0}.entity-row{grid-template-columns:auto minmax(0,1fr) auto;padding:12px 20px}.entity-meta{display:none}.competitor-row{grid-template-columns:auto minmax(0,1fr) auto}.inline-editor summary,.inline-editor-trigger,.group-strip,.subsection-head,.section-empty,.inline-empty,.list-row{padding-left:20px;padding-right:20px}.provider-ledger-row{grid-template-columns:36px minmax(0,1fr) 92px;padding-left:20px;padding-right:20px}.credential-row{grid-template-columns:minmax(120px,.8fr) minmax(150px,1.2fr) minmax(130px,1fr) auto;min-width:690px}.credential-row .credential-metric{display:none}.credential-list{overflow-x:auto}.credential-form{padding-left:20px;padding-right:20px}.credential-import-start{padding:16px 20px}.credential-import-guide{grid-template-columns:42px minmax(0,1fr)}.credential-template-button{grid-column:2;justify-self:start}.credential-import-summary{grid-template-columns:1fr 1fr}.credential-import-summary>span{padding-left:14px;padding-right:14px}.credential-import-security{border-top:1px solid var(--line);grid-column:1/-1;justify-content:flex-start;border-left:0!important}.credential-import-message{margin-left:20px;margin-right:20px}.credential-import-error-report{padding-left:20px;padding-right:20px}.credential-import-actions{flex-direction:column;align-items:stretch;padding:16px 20px 20px}.credential-import-actions .button{width:100%}.billing-source-row{padding-left:20px;padding-right:20px}.billing-source-summary,.balance-editor,.balance-api-body,.balance-api-grid{grid-template-columns:1fr}.balance-api-refresh-form{border-top:1px solid var(--line);border-left:0;padding-top:16px;padding-left:0}.balance-api-config-actions{flex-direction:column;align-items:stretch}.balance-api-config-actions .button,.balance-api-refresh-form .button{width:100%}.balance-source-badge{justify-self:start}.pool-test-form,.request-journal-filters,.request-context-grid,.request-payload-grid{grid-template-columns:1fr}.request-journal-filter-actions{flex-direction:column;align-items:stretch}.pool-test-form{padding-left:20px;padding-right:20px}.pool-test-submit{flex-direction:column;align-items:stretch}.request-journal-entry>summary{grid-template-columns:9px minmax(0,1fr) auto 20px;padding-left:20px;padding-right:20px}.request-journal-meta{display:none}.request-journal-body{padding-left:20px;padding-right:20px}.request-payload-grid .request-payload-block:nth-child(2n){border-left:0}.request-payload-grid .request-payload-block+.request-payload-block{border-top:1px solid var(--line)}}.analytics-dashboard{padding-bottom:32px}.analytics-heading-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.analytics-filters{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:minmax(180px,1.4fr) minmax(160px,1fr) minmax(140px,.8fr) auto;align-items:end;gap:12px;padding:14px;display:grid}.analytics-filters label{gap:6px;display:grid}.analytics-filters label>span{color:var(--ink-faint);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.analytics-filters select{border:1px solid var(--line-strong);background:var(--surface);width:100%;min-height:40px;color:var(--ink);border-radius:9px;padding:0 34px 0 11px}.analytics-warning{border:1px solid var(--amber-soft);border-radius:var(--radius-small);background:var(--amber-soft);color:var(--amber);align-items:center;gap:12px;padding:12px 14px;display:flex}.analytics-warning div{gap:2px;display:grid}.analytics-warning span{color:var(--ink-soft);font-size:14px}.analytics-kpis{border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);grid-template-columns:1.15fr 1fr 1fr 1.35fr;display:grid;overflow:hidden}.analytics-kpi{min-height:152px;padding:22px 24px;position:relative}.analytics-kpi+.analytics-kpi{border-left:1px solid var(--line)}.analytics-kpi small{color:var(--ink-faint);margin-bottom:12px;font-weight:650;display:block}.analytics-kpi>strong{letter-spacing:-.03em;font-size:clamp(25px,2.3vw,33px);line-height:1.14;display:block}.analytics-kpi>p{color:var(--ink-faint);margin:9px 0 0;font-size:14px}.analytics-kpi>span:not(.analytics-kpi-icon){margin-top:6px;font-size:14px;font-weight:700;display:inline-block}.analytics-kpi .is-positive{color:var(--green)}.analytics-kpi .is-negative{color:var(--red)}.analytics-kpi .is-neutral{color:var(--ink-faint)}.analytics-kpi-primary{background:var(--surface-blue)}.analytics-kpi-primary>strong{color:var(--blue-dark);font-size:clamp(38px,4.4vw,66px)}.analytics-kpi-icon{background:var(--surface-blue);width:34px;height:34px;color:var(--blue);border-radius:9px;place-items:center;display:grid;position:absolute;top:20px;right:20px}.analytics-overview-grid{grid-template-columns:minmax(0,1.45fr) minmax(340px,.85fr);gap:16px;display:grid}.analytics-section{min-width:0;padding:22px 24px}.analytics-section-head{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.analytics-section-head h2{letter-spacing:-.015em;margin:0;font-size:17px}.analytics-section-head p{color:var(--ink-faint);margin:4px 0 0;font-size:14px}.analytics-section-head>strong{color:var(--blue-dark);font-size:clamp(25px,2.3vw,33px)}.analytics-section-head>a{color:var(--blue);white-space:nowrap;align-items:center;gap:6px;font-size:14px;font-weight:700;display:inline-flex}.trend-chart svg{width:100%;height:180px;display:block;overflow:visible}.trend-chart line{stroke:var(--line);stroke-width:1px}.trend-chart .trend-midline{stroke-dasharray:5 5}.trend-chart path{fill:none;stroke:var(--blue);stroke-linecap:round;stroke-linejoin:round;stroke-width:3px}.trend-chart circle{fill:var(--surface);stroke:var(--blue);stroke-width:3px}.trend-axis{color:var(--ink-faint);justify-content:space-between;margin-top:4px;font-size:10px;display:flex}.analytics-empty-line{min-height:200px;color:var(--ink-faint);place-items:center;display:grid}.sov-list{gap:15px;display:grid}.sov-row{grid-template-columns:minmax(110px,1fr) minmax(80px,1.4fr) 42px;align-items:center;gap:12px;display:grid}.sov-row>div{min-width:0;display:grid}.sov-row strong,.sov-row small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.sov-row small{color:var(--ink-faint);font-size:10px}.sov-row b{text-align:right}.sov-track{background:var(--line);border-radius:999px;height:7px;overflow:hidden}.sov-track i{border-radius:inherit;background:var(--blue);height:100%;display:block}.analytics-table-section{padding:0;overflow:hidden}.analytics-table-section .analytics-section-head{border-bottom:1px solid var(--line);margin:0;padding:20px 24px}.analytics-table-wrap{overflow-x:auto}.analytics-matrix{border-collapse:collapse;width:100%}.analytics-matrix th,.analytics-matrix td{border-bottom:1px solid var(--line);text-align:left;vertical-align:middle;padding:13px 14px}.analytics-matrix th{background:var(--surface-subtle);color:var(--ink-faint);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;font-size:10px}.analytics-matrix th:first-child,.analytics-matrix td:first-child{width:42%;padding-left:24px}.analytics-matrix tr:last-child td{border-bottom:0}.analytics-matrix td:first-child>strong{-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:14px;display:-webkit-box;overflow:hidden}.analytics-matrix td:first-child>small{color:var(--ink-faint);margin-top:3px;font-size:10px;display:block}.analytics-sort-button{color:inherit;font:inherit;font-size:inherit;font-weight:inherit;letter-spacing:inherit;text-transform:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:0;align-items:center;gap:6px;padding:0;display:inline-flex}.analytics-sort-button.is-right{margin-left:auto}.analytics-sort-button:hover{color:var(--ink)}.analytics-sort-icons{gap:0;line-height:0;display:inline-grid}.analytics-sort-icons svg{color:#c8d1de}.analytics-sort-icons svg.is-active{color:var(--blue-dark)}.analytics-matrix th:has(.analytics-sort-button){padding-top:10px;padding-bottom:10px}.matrix-cell{border-radius:var(--radius-small);background:var(--surface-subtle);text-align:center;gap:1px;min-width:58px;padding:7px 9px;display:inline-grid}.matrix-cell.has-mention{background:var(--green-soft);color:var(--green)}.matrix-cell:hover{box-shadow:inset 0 0 0 1px}.matrix-cell:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.matrix-cell span{font-size:10px}.matrix-empty{color:var(--ink-faint)}.serp-response-summary{border:1px solid var(--line);border-radius:var(--radius-small);background:var(--surface-subtle);grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:22px;display:grid;overflow:hidden}.serp-response-summary>span{gap:4px;min-width:0;padding:14px 16px;display:grid}.serp-response-summary>span+span{border-left:1px solid var(--line)}.serp-response-summary small{color:var(--ink-faint);text-transform:uppercase;letter-spacing:.06em;font-size:10px;font-weight:700}.serp-response-summary strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.serp-response-section+.serp-response-section{border-top:1px solid var(--line);margin-top:22px;padding-top:22px}.serp-response-section-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:10px;display:flex}.serp-response-section-head h4{margin:0;font-size:14px}.serp-response-section-head a{color:var(--blue-dark);font-size:12px;font-weight:700}.serp-response-section-head>span{background:var(--surface-blue);min-width:24px;height:24px;color:var(--blue-dark);border-radius:999px;place-items:center;font-size:10px;font-weight:750;display:inline-grid}.app-dialog-serp-response .serp-ai-block{max-height:none;margin:0}.serp-answer-history{border-top:1px solid var(--line);padding-top:20px}.serp-answer-history-head{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:14px;display:flex}.serp-answer-history-head h4{margin:0;font-size:14px}.serp-answer-history-head p{color:var(--ink-faint);margin:4px 0 0;font-size:10px}.serp-answer-history-head form{align-items:flex-end;gap:8px;display:flex}.serp-answer-history-head label{gap:5px;display:grid}.serp-answer-history-head label>span{color:var(--ink-faint);letter-spacing:.06em;text-transform:uppercase;font-size:8px;font-weight:740}.serp-answer-history-head select{border:1px solid var(--line-strong);background:var(--surface);width:190px;min-height:36px;color:var(--ink);border-radius:9px;padding:0 30px 0 9px;font-size:10px}.serp-answer-history-head select:disabled{background:var(--surface-subtle);color:var(--ink-faint)}.serp-answer-history-head .button{min-height:36px}.serp-answer-vs{color:var(--ink-faint);align-self:center;margin-top:14px;font-size:9px}.serp-answer-compare-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.serp-answer-compare-grid.is-single{grid-template-columns:1fr}.serp-answer-snapshot{border:1px solid var(--line);border-radius:var(--radius-small);background:var(--surface);min-width:0;overflow:hidden}.serp-answer-snapshot>header{border-bottom:1px solid var(--line);background:var(--surface-subtle);justify-content:space-between;align-items:center;gap:12px;min-height:54px;padding:10px 14px;display:flex}.serp-answer-snapshot>header>span{gap:2px;display:grid}.serp-answer-snapshot>header small{color:var(--ink-faint);text-transform:uppercase;font-size:8px;font-weight:720}.serp-answer-snapshot>header strong{font-size:11px}.serp-answer-snapshot>header em{background:var(--surface);color:var(--ink-faint);white-space:nowrap;border-radius:8px;padding:5px 7px;font-size:9px;font-style:normal;font-weight:720}.serp-answer-snapshot>header em.is-positive{background:var(--green-soft);color:var(--green)}.serp-answer-snapshot>header em.is-warning{color:var(--amber)}.serp-answer-snapshot>header em.is-info{background:var(--surface-blue);color:var(--blue-dark)}.serp-answer-snapshot .serp-ai-block{background:var(--surface);border:0;border-radius:0;max-height:min(42vh,470px);padding:16px 18px}.serp-answer-brand-link{color:var(--blue-dark);margin:0 18px 14px;font-size:10px;font-weight:700;display:inline-flex}.serp-answer-snapshot-empty{min-height:160px;color:var(--ink-soft);padding:26px 18px}.serp-answer-snapshot-empty p{color:var(--ink-faint);margin:5px 0 0;font-size:10px}.serp-answer-sources{border-top:1px solid var(--line)}.serp-answer-sources summary{min-height:42px;color:var(--ink-soft);cursor:pointer;justify-content:space-between;align-items:center;padding:0 14px;font-size:10px;font-weight:700;display:flex}.serp-answer-sources summary::-webkit-details-marker{display:none}.serp-answer-sources summary span{background:var(--surface-blue);min-width:22px;height:22px;color:var(--blue-dark);border-radius:999px;place-items:center;font-size:8px;display:grid}.serp-answer-sources>p{color:var(--ink-faint);margin:0;padding:0 14px 14px;font-size:10px}.serp-answer-sources .item-list{border-top:1px solid var(--line);max-height:240px;overflow:auto}.serp-answer-sources .list-row{padding-inline:14px}@media (max-width:640px){.serp-response-summary{grid-template-columns:1fr 1fr}.serp-response-summary>span:nth-child(3){border-left:0}.serp-response-summary>span:nth-child(n+3){border-top:1px solid var(--line)}.serp-response-section-head,.serp-answer-history-head{flex-direction:column;align-items:flex-start}.serp-answer-history-head form{flex-direction:column;align-items:stretch;width:100%}.serp-answer-history-head select{width:100%}.serp-answer-vs{align-self:flex-start;margin:0}.serp-answer-history-head .button{width:100%}.serp-answer-compare-grid{grid-template-columns:1fr}}@media (min-width:641px) and (max-width:900px){.serp-answer-history-head{flex-direction:column;align-items:flex-start}.serp-answer-history-head form{width:100%}.serp-answer-history-head label{flex:1}.serp-answer-history-head select{width:100%}.serp-answer-compare-grid{grid-template-columns:1fr}}.provider-comparison{display:grid}.provider-comparison>a{border-top:1px solid var(--line);grid-template-columns:minmax(180px,1.5fr) 80px minmax(100px,.7fr) 18px;align-items:center;gap:16px;min-height:66px;padding:10px 24px;display:grid}.provider-comparison>a:first-child{border-top:0}.provider-comparison>a:hover{background:var(--surface-subtle)}.provider-comparison>a>span:first-child{display:grid}.provider-comparison small{color:var(--ink-faint);font-size:10px}.provider-comparison b{color:var(--blue-dark);font-size:17px}.provider-comparison>a>span:nth-child(3){color:var(--ink-faint);font-size:14px}.analytics-empty{grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:26px;display:grid}.analytics-empty>span{border-radius:var(--radius-small);background:var(--surface-blue);width:44px;height:44px;color:var(--blue);place-items:center;display:grid}.analytics-empty h2{margin:0;font-size:17px}.analytics-empty p{max-width:720px;color:var(--ink-faint);margin:5px 0 0}@media (max-width:1100px){.analytics-kpis{grid-template-columns:1fr 1fr}.analytics-kpi:nth-child(3){border-left:0;border-top:1px solid var(--line)}.analytics-kpi:nth-child(4){border-top:1px solid var(--line)}.analytics-overview-grid{grid-template-columns:1fr}}@media (max-width:720px){.analytics-heading-actions{justify-content:stretch;width:100%}.analytics-heading-actions .button{flex:150px}.analytics-filters,.analytics-kpis{grid-template-columns:1fr}.analytics-kpi+.analytics-kpi{border-top:1px solid var(--line);border-left:0}.analytics-empty{grid-template-columns:auto 1fr}.analytics-empty .button{grid-column:1/-1}.provider-comparison>a{grid-template-columns:1fr auto 18px;padding-inline:16px}.provider-comparison>a>span:nth-child(3){display:none}}.finance-page{padding-bottom:32px}.finance-filters{align-items:end;gap:10px;display:flex}.finance-filters fieldset{border:1px solid var(--line);border-radius:var(--radius-small);background:var(--surface);min-width:0;margin:0;padding:3px;display:flex}.finance-filters fieldset label{position:relative}.finance-filters fieldset input{opacity:0;pointer-events:none;position:absolute}.finance-filters fieldset span{min-height:34px;color:var(--ink-soft);cursor:pointer;border-radius:7px;place-items:center;padding:0 13px;font-size:12px;font-weight:650;display:grid}.finance-filters fieldset label:hover span{color:var(--ink)}.finance-filters fieldset label.is-selected span{background:var(--surface-blue);color:var(--blue-dark)}.finance-filters fieldset input:focus-visible+span{outline-offset:2px;outline:3px solid #1265e847}.finance-currency-filter{gap:4px;display:grid}.finance-currency-filter>span{color:var(--ink-faint);text-transform:uppercase;letter-spacing:.07em;font-size:10px;font-weight:750}.finance-currency-filter select{border:1px solid var(--line);border-radius:var(--radius-small);background:var(--surface);min-width:96px;height:42px;color:var(--ink);padding:0 34px 0 11px}.finance-overview{grid-template-columns:minmax(280px,1.25fr) repeat(3,minmax(150px,.72fr));display:grid;overflow:hidden}.finance-overview>div{align-content:center;min-height:128px;padding:20px 24px;display:grid}.finance-overview>div+div{border-left:1px solid var(--line)}.finance-overview-copy{background:var(--surface-blue)}.finance-overview-copy>span,.finance-overview-stat small{color:var(--ink-soft);font-size:11px;font-weight:650}.finance-overview-copy strong{color:var(--blue-dark);letter-spacing:-.04em;margin-top:5px;font-size:clamp(30px,3vw,43px);line-height:1}.finance-overview-copy small,.finance-overview-stat span{color:var(--ink-faint);margin-top:7px;font-size:10px}.finance-overview-stat strong{letter-spacing:-.025em;margin-top:6px;font-size:22px}.finance-overview-stat.is-attention strong{color:var(--amber)}.finance-data-warning{border-radius:var(--radius-small);color:var(--amber);background:#fff9e9;border:1px solid #f0dba8;align-items:center;gap:12px;padding:12px 15px;display:flex}.finance-data-warning>span{flex:1;min-width:0;display:grid}.finance-data-warning strong{color:#684600;font-size:12px}.finance-data-warning small{color:#83631f;font-size:10px}.finance-data-warning a{color:#684600;align-items:center;gap:5px;font-size:11px;font-weight:700;display:inline-flex}.finance-runway,.finance-trend,.finance-provider-breakdown,.finance-credential-ledger{overflow:hidden}.finance-mobile-tokens{display:none}.finance-section-meta{color:var(--ink-faint);font-size:11px;font-weight:650}.finance-source-list{border-top:1px solid var(--line);display:grid}.finance-source-row{grid-template-columns:34px minmax(170px,1.25fr) minmax(155px,.9fr) minmax(155px,.9fr) minmax(150px,.8fr) 34px;align-items:center;gap:14px;min-height:82px;padding:12px 24px;display:grid}.finance-source-row+.finance-source-row{border-top:1px solid var(--line)}.finance-source-row:hover{background:var(--surface-subtle)}.finance-source-status{border-radius:9px;place-items:center;width:32px;height:32px;display:grid}.finance-source-row.tone-healthy .finance-source-status{background:var(--green-soft);color:var(--green)}.finance-source-row.tone-warning .finance-source-status{background:var(--amber-soft);color:var(--amber)}.finance-source-row.tone-critical .finance-source-status{background:var(--red-soft);color:var(--red)}.finance-source-name,.finance-source-balance,.finance-source-burn,.finance-source-health{min-width:0;display:grid}.finance-source-name strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.finance-source-row small{color:var(--ink-faint);font-size:10px}.finance-source-balance>small,.finance-source-burn>small{margin-bottom:2px}.finance-source-balance strong,.finance-source-burn strong{font-size:12px}.finance-source-health>span{font-size:11px;font-weight:700}.tone-critical .finance-source-health>span{color:var(--red)}.tone-warning .finance-source-health>span{color:var(--amber)}.tone-healthy .finance-source-health>span{color:var(--green)}.finance-empty{border-top:1px solid var(--line);color:var(--ink-faint);align-items:center;gap:14px;padding:28px 24px;display:flex}.finance-empty>div{flex:1;display:grid}.finance-empty strong{color:var(--ink);font-size:12px}.finance-empty p{margin:2px 0 0;font-size:11px}.finance-analysis-grid{grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);gap:18px;display:grid}.finance-bars{border-top:1px solid var(--line);align-items:end;gap:8px;height:238px;padding:38px 24px 20px;display:flex;overflow-x:auto}.finance-bar-column{flex:1 0 34px;grid-template-rows:minmax(0,1fr) 18px;place-items:end center;min-width:34px;height:100%;display:grid;position:relative}.finance-bar-column i{background:var(--blue);border-radius:5px 5px 2px 2px;width:min(72%,34px);min-height:3px;transition:background-color .16s}.finance-bar-column:hover i{background:var(--blue-dark)}.finance-bar-column small{color:var(--ink-faint);font-size:9px}.finance-bar-value{max-width:90px;color:var(--ink-soft);text-overflow:ellipsis;white-space:nowrap;opacity:0;font-size:9px;transition:opacity .14s;position:absolute;top:-25px;overflow:hidden}.finance-bar-column:hover .finance-bar-value{opacity:1}.finance-chart-empty{border-top:1px solid var(--line);min-height:238px;color:var(--ink-faint);text-align:center;align-content:center;justify-items:center;padding:28px;display:grid}.finance-chart-empty strong{color:var(--ink);margin-top:10px;font-size:12px}.finance-chart-empty span{margin-top:3px;font-size:10px}.finance-provider-list{border-top:1px solid var(--line);display:grid}.finance-provider-row{grid-template-columns:36px minmax(120px,1fr) minmax(90px,.8fr) auto;align-items:center;gap:11px;min-height:66px;padding:10px 22px;display:grid}.finance-provider-row+.finance-provider-row{border-top:1px solid var(--line)}.finance-provider-row>span:nth-child(2){min-width:0;display:grid}.finance-provider-row>span:nth-child(2) strong{font-size:12px}.finance-provider-row small{color:var(--ink-faint);font-size:9px}.finance-provider-row>strong{white-space:nowrap;font-size:11px}.finance-provider-share{gap:5px;display:grid}.finance-provider-share:before{content:"";background:#e8eef6;border-radius:4px;grid-area:1/1;height:5px}.finance-provider-share i{z-index:1;background:var(--blue);border-radius:4px;grid-area:1/1;height:5px}.finance-table-wrap{border-top:1px solid var(--line);overflow-x:auto}.finance-table{border-collapse:collapse;width:100%;min-width:880px}.finance-table th{background:var(--surface-subtle);color:var(--ink-faint);text-align:left;text-transform:uppercase;letter-spacing:.07em;padding:10px 18px;font-size:9px;font-weight:750}.finance-table td{border-top:1px solid var(--line);color:var(--ink-soft);padding:13px 18px;font-size:11px}.finance-table tbody tr:hover{background:var(--surface-subtle)}.finance-table td:first-child,.finance-table td:nth-child(2){display:table-cell}.finance-table td:first-child strong,.finance-table td:nth-child(2) strong,.finance-table td:first-child small,.finance-table td:nth-child(2) small{display:block}.finance-table td:first-child strong,.finance-table td:nth-child(2) strong,.finance-table td:last-child strong{color:var(--ink)}.finance-table td small{color:var(--ink-faint);font-size:9px}.finance-table td:nth-child(5){white-space:nowrap}.finance-table td:nth-child(5) svg{vertical-align:-2px}.tone-text-critical{color:var(--red)!important}.tone-text-warning{color:var(--amber)!important}.tone-text-healthy{color:var(--green)!important}.finance-list-empty{border-top:1px solid var(--line);color:var(--ink-faint);padding:26px 24px;font-size:11px}@media (max-width:1120px){.finance-overview{grid-template-columns:1.2fr repeat(3,.8fr)}.finance-overview>div{padding:18px}.finance-source-row{grid-template-columns:34px minmax(150px,1.1fr) minmax(140px,.8fr) minmax(140px,.8fr) 34px}.finance-source-health{display:none}}@media (max-width:860px){.finance-overview{grid-template-columns:1fr 1fr}.finance-overview>div:nth-child(3){border-left:0}.finance-overview>div:nth-child(n+3){border-top:1px solid var(--line)}.finance-analysis-grid{grid-template-columns:1fr}.finance-source-list{overflow-x:auto}.finance-source-row{min-width:720px}}@media (max-width:640px){.finance-page .page-heading-row{flex-direction:column;align-items:stretch}.finance-page .page-heading-row .button{width:100%;font-size:12px}.finance-filters{flex-wrap:wrap;align-items:stretch}.finance-filters fieldset{width:100%;overflow-x:auto}.finance-filters fieldset label{flex:1}.finance-filters fieldset span{white-space:nowrap;padding:0 9px}.finance-currency-filter{flex:1}.finance-currency-filter select{width:100%}.finance-overview{grid-template-columns:1fr}.finance-overview>div+div{border-top:1px solid var(--line);border-left:0}.finance-overview-copy{order:1}.finance-attention-stat{order:2}.finance-balance-stat{order:3}.finance-token-stat{display:none!important}.finance-overview-copy strong{font-size:34px}.finance-data-warning{align-items:flex-start}.finance-data-warning a{display:none}.finance-source-list{overflow-x:visible}.finance-source-row{grid-template-columns:32px minmax(0,1fr) 32px;gap:10px 12px;min-width:0;padding:16px 18px}.finance-source-name{grid-column:2}.finance-source-row>.icon-button{grid-area:1/3}.finance-source-balance{grid-area:2/2/auto/4}.finance-source-burn{grid-area:3/2/auto/4;min-width:0}.finance-source-health{border-top:1px solid var(--line);grid-area:4/1/auto/-1;padding-top:10px;display:grid}.finance-mobile-tokens{border:1px solid var(--line);border-radius:var(--radius-small);background:var(--surface);grid-template-columns:1fr auto;align-items:center;gap:2px 12px;padding:13px 16px;display:grid}.finance-mobile-tokens span{color:var(--ink-soft);font-size:11px;font-weight:650}.finance-mobile-tokens strong{grid-area:1/2/3;font-size:18px}.finance-mobile-tokens small{color:var(--ink-faint);font-size:9px}.finance-bar-value{opacity:1}.finance-empty{flex-wrap:wrap;align-items:flex-start}.finance-empty .button{width:100%}.finance-bars{padding-left:18px;padding-right:18px}}.geo-analytics-nav{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.geo-analytics-nav-link{box-sizing:border-box;border:1px solid var(--line);background:var(--surface);min-width:7.25rem;min-height:34px;color:var(--ink-soft);text-align:center;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 14px;font-size:13px;font-weight:650;display:inline-flex}.geo-analytics-nav-link:hover{background:var(--surface-subtle);color:var(--ink)}.geo-analytics-nav-link.is-active{border-color:var(--blue);background:var(--surface-blue);color:var(--blue-dark)}.geo-analytics-export{margin-left:auto}.geo-slice-switcher{flex-wrap:wrap;gap:8px;display:flex}.geo-slice-switcher-btn{border:1px solid var(--line);background:var(--surface);min-height:36px;color:var(--ink-soft);border-radius:10px;align-items:center;padding:0 14px;font-size:13px;font-weight:650;display:inline-flex}.geo-slice-switcher-btn:hover{background:var(--surface-subtle);color:var(--ink)}.geo-slice-switcher-btn.is-active{border-color:var(--blue);background:var(--surface-blue);color:var(--blue-dark)}.geo-slice-filters{grid-template-columns:minmax(100px,.6fr) minmax(140px,1fr) minmax(140px,1fr) minmax(160px,1.2fr) auto;align-items:end;gap:10px 12px;padding:12px 16px;display:grid}.geo-slice-filters-title{align-self:center;gap:2px;min-width:0;display:grid}.geo-slice-filters-title strong{color:var(--ink);letter-spacing:-.01em;font-size:13px;font-weight:700}.geo-slice-filters-title small{color:var(--ink-faint);font-size:11px;line-height:1.35}.geo-slice-filters label{gap:5px;min-width:0;display:grid}.geo-slice-filters label>span{color:var(--ink-faint);letter-spacing:.08em;text-transform:uppercase;font-size:10px;font-weight:700}.geo-slice-filters select{border:1px solid var(--line-strong);background:var(--surface);width:100%;min-height:38px;color:var(--ink);border-radius:9px;padding:0 34px 0 11px}.geo-slice-filters-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;display:flex}.geo-slice-filters-actions .button{min-height:38px}@media (max-width:900px){.geo-slice-filters{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.geo-slice-filters-title,.geo-slice-filters-actions{grid-column:1/-1}.geo-slice-filters-actions{justify-content:flex-start}}@media (max-width:640px){.geo-slice-filters{grid-template-columns:1fr;padding:12px 14px}.geo-slice-filters-title,.geo-slice-filters-actions{grid-column:auto}.geo-slice-filters-actions{flex-direction:column;align-items:stretch}.geo-slice-filters-actions .button{width:100%}}.geo-setup-header-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.geo-setup-header-actions .button{box-sizing:border-box;justify-content:center;min-width:6.75rem;padding-inline:14px}.list-row-actions{flex-wrap:wrap;flex:none;align-items:center;gap:8px;display:flex}.keyword-bulk-wrap{padding-bottom:8px}.keyword-bulk{gap:14px}.keyword-bulk-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px 16px;padding:4px 26px 0;display:flex}.keyword-bulk-select-actions{flex-wrap:wrap;gap:8px;display:flex}.keyword-bulk-select-actions .button{box-sizing:border-box;justify-content:center;min-width:8.75rem}.keyword-bulk-count{color:var(--ink-faint);font-size:12px;font-weight:650}.keyword-bulk-list{margin:0}.keyword-bulk-row{box-sizing:border-box;cursor:pointer;width:100%;min-height:52px;color:inherit;font-weight:inherit;grid-template-columns:auto minmax(0,1fr) 5.75rem;align-items:center;gap:12px;margin:0;padding:10px 26px;display:grid}.keyword-bulk-row+.keyword-bulk-row{border-top:1px solid var(--line)}.keyword-bulk-row:hover{background:#fbfcfe}.keyword-bulk-row input[type=checkbox]{width:16px;height:16px;accent-color:var(--blue);cursor:pointer;flex:none;margin:0}.keyword-bulk-title{overflow-wrap:anywhere;min-width:0;font-size:12px;font-weight:650;line-height:1.45}.keyword-status{color:var(--ink-faint);text-align:right;white-space:nowrap;justify-self:end;font-size:11px;font-weight:650}.keyword-status.is-active{color:var(--green)}.keyword-bulk-actions{flex-wrap:wrap;gap:10px;margin-top:0;padding:0 26px 18px}.keyword-bulk-actions .inline-form{display:inline-flex}.keyword-bulk-actions .button{box-sizing:border-box;justify-content:center;min-width:11.5rem;min-height:40px}.file-import-form.form-stack{gap:12px}.file-import-fields{gap:12px;display:grid}.file-import-name{color:var(--ink-faint);font-size:12px}.setup-form .surface-heading.compact h3{margin:0;font-size:14px}.setup-form .surface-heading.compact p{color:var(--ink-soft);margin:4px 0 0;font-size:12px}.geo-profile-row{align-items:flex-start;gap:16px;padding-top:14px;padding-bottom:14px}.geo-profile-row-main{flex:1;gap:6px;min-width:0;display:grid}.geo-profile-row-title{flex-wrap:wrap;align-items:center;gap:8px 12px;display:flex}.geo-profile-row-title .keyword-status{text-align:left;justify-self:auto}.geo-profile-meta{color:var(--ink-faint);flex-wrap:wrap;align-items:center;gap:2px 0;font-size:11px;line-height:1.45;display:flex}.geo-profile-meta>span+span:before{content:"·";color:var(--line-strong);margin:0 8px}.geo-profile-panel .subsection-head{padding-bottom:6px}.geo-profile-panel .setup-form{border-top:0;padding-top:8px}.geo-profile-form .field-grid.two-columns{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.geo-profile-form .field{min-width:0}.geo-profile-checkbox{margin-top:2px}@media (min-width:720px){.file-import-fields{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:start}}@media (max-width:640px){.keyword-bulk-toolbar,.keyword-bulk-actions{padding-left:20px;padding-right:20px}.keyword-bulk-row{grid-template-columns:auto minmax(0,1fr) 4.75rem;padding-left:20px;padding-right:20px}.keyword-bulk-select-actions .button,.keyword-bulk-actions .button{flex:auto;min-width:0}.keyword-bulk-select-actions,.keyword-bulk-actions{width:100%}.keyword-bulk-actions{justify-content:stretch}.keyword-bulk-actions .inline-form{flex:calc(50% - 5px)}.keyword-bulk-actions .button{width:100%}.file-import-fields{grid-template-columns:1fr}.geo-profile-row{flex-wrap:wrap}.geo-profile-row .list-row-actions{justify-content:flex-start;width:100%}}.subsection-head+.item-list{border-top:0}.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.kpi-grid>div{border:1px solid var(--line);border-radius:var(--radius-small);background:var(--surface-subtle);gap:6px;min-width:0;padding:16px 18px;display:grid}.kpi-grid strong{letter-spacing:-.03em;overflow-wrap:anywhere;font-size:clamp(22px,2vw,28px);line-height:1.15}.kpi-grid span{color:var(--ink-faint);font-size:12px;font-weight:650}.kpi-grid.is-snapshot{grid-template-columns:repeat(3,minmax(0,1fr))}.kpi-grid.is-snapshot strong{font-variant-numeric:tabular-nums;font-size:clamp(16px,1.4vw,22px)}.serp-ai-block{border:1px solid var(--line);border-radius:var(--radius-small);background:var(--surface-subtle);max-height:360px;margin:14px 0;padding:14px 16px;font-size:14px;line-height:1.45;overflow:auto}.serp-ai-block .serp-citation-link{color:var(--blue-dark);text-underline-offset:2px;font-weight:650;text-decoration:underline}.serp-ai-block .serp-citation-link:hover{color:var(--blue)}.insight-list{gap:12px;margin:20px 0 0;padding:0;list-style:none;display:grid}.insight-item{border:1px solid var(--line);border-radius:var(--radius-small);background:var(--surface-subtle);padding:14px 16px}.insight-item-head{color:var(--ink-faint);flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.insight-item-head strong{color:var(--ink)}.insight-body{white-space:pre-wrap;margin:0;font-size:14px;line-height:1.45}.insight-meta{color:var(--ink-faint);flex-wrap:wrap;gap:12px;margin-top:10px;font-size:12px;display:flex}.insight-item .inline-form{margin-top:12px}.text-action.is-danger{color:var(--red)}.directory-group-badge{color:var(--ink);align-items:center;gap:8px;font-size:12px;font-weight:680;display:inline-flex}.directory-group-swatch{border-radius:50%;flex:none;width:10px;height:10px;box-shadow:inset 0 0 0 1px #18202f1f}.directory-compose .settings-section-body{padding-top:8px}.directory-board{gap:18px;display:grid}.directory-toolbar{color:var(--ink-soft);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;font-size:13px;display:flex}.directory-toolbar strong{color:var(--ink)}.directory-toolbar-actions{flex-wrap:wrap;gap:10px;display:flex}.directory-row-actions{flex-wrap:wrap;align-items:center;gap:4px 14px;display:flex}.directory-sites-empty{border-top:1px solid var(--line)}.directory-sites-table th.directory-col-actions,.directory-sites-table td.directory-col-actions{white-space:nowrap;text-align:right;width:1%}.directory-sites-table th.directory-col-move,.directory-sites-table td.directory-col-move{width:220px}.directory-move-form{margin:0}.directory-move-field{gap:0;width:min(220px,100%);min-width:0}.directory-move-field select{min-height:36px;padding:6px 10px;font-size:12px}.directory-move-error{max-width:220px;margin-top:6px;padding:8px 10px;font-size:11px}.directory-groups-table td:last-child{width:40%}.directory-assign-form{grid-template-columns:minmax(160px,1fr) auto;max-width:420px;padding-top:12px}.directory-hint{color:var(--ink-soft);margin:8px 0 0;font-size:12px}.unmatched-domains-section{overflow:hidden}.unmatched-domains-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding:22px 24px;display:flex}.unmatched-domains-heading h2{letter-spacing:-.015em;margin:0;font-size:17px}.unmatched-domains-heading p{max-width:760px;color:var(--ink-faint);margin:5px 0 0;font-size:14px}.unmatched-domains-heading p a{color:var(--blue-dark);font-weight:700}.unmatched-domains-heading>span{background:var(--surface-blue);min-height:28px;color:var(--blue-dark);white-space:nowrap;border-radius:999px;align-items:center;padding:0 10px;font-size:10px;font-weight:750;display:inline-flex}.unmatched-domain-columns,.unmatched-domain-row{grid-template-columns:minmax(190px,.8fr) minmax(260px,1fr) minmax(360px,1.35fr);gap:22px;display:grid}.unmatched-domain-columns{border-bottom:1px solid var(--line);background:var(--surface-subtle);color:var(--ink-faint);letter-spacing:.06em;text-transform:uppercase;padding:10px 24px;font-size:10px;font-weight:750}.unmatched-domain-row{align-items:start;padding:16px 24px}.unmatched-domain-row+.unmatched-domain-row{border-top:1px solid var(--line)}.unmatched-domain-row:hover{background:var(--surface-subtle)}.unmatched-domain-identity{gap:4px;min-width:0;padding-top:10px;display:grid}.unmatched-domain-identity strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.unmatched-domain-identity small{color:var(--ink-faint);font-size:10px}.unmatched-domain-cell{min-width:0}.unmatched-cell-label{color:var(--ink-faint);letter-spacing:.04em;text-transform:uppercase;margin-bottom:6px;font-size:10px;font-weight:750;display:none}.unmatched-directory-form,.unmatched-form-line{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;display:grid}.unmatched-directory-form .field,.unmatched-form-line .field{min-width:0}.unmatched-directory-form select,.unmatched-form-line select,.unmatched-form-line input,.unmatched-alias-field input{min-height:40px;padding:7px 11px;font-size:12px}.unmatched-directory-form .button,.unmatched-form-line .button{white-space:nowrap;min-height:40px}.unmatched-directory-form .form-error,.unmatched-directory-form .form-success,.unmatched-competitor-form>.form-error,.unmatched-competitor-form>.form-success{grid-column:1/-1;margin:6px 0 0}.unmatched-competitor-form{gap:7px;display:grid}.unmatched-alias-field{min-width:0}.unmatched-mode-toggle{background:0 0;border:0;width:fit-content;padding:0;font-size:10px}.unmatched-domains-footer{border-top:1px solid var(--line);background:var(--surface-subtle);color:var(--ink-faint);justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;font-size:12px;display:flex}.unmatched-domains-footer a{color:var(--blue-dark);font-weight:750}@media (max-width:1100px){.unmatched-domain-columns{display:none}.unmatched-domain-row{grid-template-columns:minmax(190px,.7fr) minmax(0,1fr)}.unmatched-domain-identity{grid-row:1/span 2}.unmatched-cell-label{display:block}}@media (max-width:720px){.unmatched-domains-heading{flex-direction:column;align-items:flex-start}.unmatched-domain-row{grid-template-columns:1fr;gap:16px;padding:18px 16px}.unmatched-domain-identity{grid-row:auto;padding-top:0}.unmatched-directory-form,.unmatched-form-line{grid-template-columns:1fr}.unmatched-directory-form .button,.unmatched-form-line .button{width:100%}.unmatched-domains-footer{flex-direction:column;align-items:flex-start;padding:14px 16px}}.direction-contract-marker{display:none}.project-analytics-page{padding-bottom:34px}.project-analytics-header{justify-content:space-between;align-items:center;gap:24px;display:flex}.project-analytics-identity,.project-analytics-context,.project-freshness,.project-contour-title{align-items:center;display:flex}.project-analytics-identity{gap:14px;min-width:0}.project-analytics-context{justify-content:flex-end;gap:10px}.project-freshness{gap:9px;min-height:40px;margin-right:6px;padding:0 10px}.project-freshness>i{background:var(--ink-faint);border-radius:50%;flex:none;width:8px;height:8px}.project-freshness.is-fresh>i{background:var(--green)}.project-freshness.is-stale>i{background:var(--amber)}.project-freshness>span{display:grid}.project-freshness strong{font-size:11px}.project-freshness small{color:var(--ink-faint);font-size:9px}.project-analytics-nav{border-bottom:1px solid var(--line);scrollbar-width:none;align-items:flex-end;gap:28px;min-width:0;display:flex;overflow-x:auto}.project-analytics-nav::-webkit-scrollbar{display:none}.project-analytics-nav-link{min-height:44px;color:var(--ink-soft);flex:none;align-items:center;gap:7px;font-size:12px;font-weight:680;display:inline-flex;position:relative}.project-analytics-nav-link:after{content:"";background:0 0;height:2px;position:absolute;bottom:-1px;left:0;right:0}.project-analytics-nav-link:hover{color:var(--ink)}.project-analytics-nav-link.is-active{color:var(--blue-dark)}.project-analytics-nav-link.is-active:after{background:var(--blue)}.project-review-grid{grid-template-columns:minmax(0,1.62fr) minmax(340px,.78fr);gap:16px;display:grid}.project-review-chart{min-width:0;padding:22px 24px 12px}.project-review-chart .analytics-section-head{margin-bottom:8px}.project-period-chip{border:1px solid var(--line);min-height:30px;color:var(--ink-soft);white-space:nowrap;border-radius:999px;align-items:center;padding:0 11px;font-size:10px;font-weight:680;display:inline-flex}.project-weekly-chart{min-width:0;overflow-x:auto}.project-weekly-chart svg{width:100%;min-width:620px;display:block}.project-weekly-chart line{stroke:var(--line);stroke-width:1px}.project-weekly-lane path{fill:none;stroke:var(--blue);stroke-width:3px;stroke-linecap:round;stroke-linejoin:round}.project-weekly-lane.is-dashed path{stroke-dasharray:8 7;stroke-width:2.5px}.project-weekly-lane circle{fill:var(--surface);stroke:var(--blue);stroke-width:2.5px}.project-weekly-lane.is-dashed circle{stroke-width:2px}.project-weekly-lane-label{fill:var(--ink);font-size:13px;font-weight:720}.project-weekly-lane-detail,.project-weekly-date,.project-weekly-empty{fill:var(--ink-faint);font-size:10px}.project-weekly-latest{fill:var(--blue-dark);letter-spacing:-.03em;font-size:20px;font-weight:760}.project-change-ledger{overflow:hidden}.project-change-ledger .analytics-section-head{border-bottom:1px solid var(--line);margin:0;padding:20px 22px}.project-change-ledger ol{margin:0;padding:0;list-style:none}.project-change-ledger li{grid-template-columns:26px minmax(0,1fr) auto;align-items:start;gap:11px;padding:16px 18px;display:grid}.project-change-ledger li+li{border-top:1px solid var(--line)}.project-change-index{background:var(--surface-blue);width:24px;height:24px;color:var(--blue-dark);border-radius:50%;place-items:center;font-size:10px;font-weight:780;display:grid}.project-change-title{justify-content:space-between;align-items:center;gap:10px;display:flex}.project-change-title strong{font-size:12px}.project-change-title span{background:var(--surface-subtle);color:var(--ink-faint);border-radius:999px;padding:3px 7px;font-size:9px;font-weight:720}.project-change-ledger p{color:var(--ink-soft);margin:5px 0 6px;font-size:11px;line-height:1.45}.project-change-ledger a{color:var(--blue-dark);align-items:center;gap:4px;font-size:10px;font-weight:680;display:inline-flex}.project-change-ledger .is-warning{color:var(--amber);margin-top:3px}.project-change-ledger .is-success{color:var(--green);margin-top:3px}.project-delta{color:var(--ink-faint);white-space:nowrap;font-size:10px;font-weight:720;display:inline-flex}.project-delta.is-positive,.project-history-table .is-positive{color:var(--green)}.project-delta.is-negative,.project-history-table .is-negative{color:var(--red)}.project-delta.is-neutral{color:var(--ink-faint)}.project-contour-ledger{grid-template-columns:minmax(220px,.74fr) minmax(500px,1.75fr) minmax(300px,1fr);min-width:0;display:grid;overflow:hidden}.project-contour-summary,.project-contour-metrics,.project-contour-ranking{min-width:0}.project-contour-summary{flex-direction:column;justify-content:space-between;gap:22px;padding:20px 22px;display:flex}.project-contour-summary>a{color:var(--blue-dark);align-items:center;gap:5px;font-size:11px;font-weight:720;display:inline-flex}.project-contour-title{align-items:flex-start;gap:10px}.project-contour-title>span{background:var(--surface-blue);width:34px;height:34px;color:var(--blue-dark);border-radius:9px;flex:none;place-items:center;display:grid}.project-contour-title h2{letter-spacing:-.015em;margin:0;font-size:17px}.project-contour-title p{color:var(--ink-faint);margin:4px 0 0;font-size:10px;line-height:1.4}.project-contour-metrics{border-left:1px solid var(--line);grid-template-columns:repeat(4,minmax(110px,1fr));display:grid}.project-contour-metrics>div{align-content:center;gap:4px;min-height:144px;padding:18px;display:grid}.project-contour-metrics>div+div{border-left:1px solid var(--line)}.project-contour-metrics small{color:var(--ink-faint);font-size:10px;font-weight:680}.project-contour-metrics strong{letter-spacing:-.03em;font-size:clamp(22px,2.1vw,30px);line-height:1.05}.project-contour-metrics>div>span:not(.project-delta){color:var(--ink-faint);font-size:9px}.project-contour-ranking{border-left:1px solid var(--line);align-content:center;gap:9px;padding:16px 20px;display:grid}.project-contour-ranking>div{grid-template-columns:18px minmax(90px,1fr) minmax(70px,1fr) 34px;align-items:center;gap:9px;display:grid}.project-contour-ranking>div:first-child{grid-template-columns:1fr;gap:1px;margin-bottom:4px;display:grid}.project-contour-ranking>div:first-child strong{font-size:11px}.project-contour-ranking>div:first-child small,.project-contour-ranking span{color:var(--ink-faint);font-size:9px}.project-contour-ranking strong{text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.project-contour-ranking i,.project-serp-competitors i{background:var(--line);border-radius:999px;height:5px;overflow:hidden}.project-contour-ranking i b,.project-serp-competitors i b{border-radius:inherit;background:var(--blue);height:100%;display:block}.project-contour-ranking em,.project-serp-competitors em{color:var(--ink-soft);text-align:right;font-size:10px;font-style:normal}.project-contour-ranking .is-brand strong,.project-contour-ranking .is-brand em{color:var(--blue-dark)}.project-ledger-empty{color:var(--ink-faint);margin:10px 0;font-size:11px}.project-history-table{border-collapse:collapse;width:100%;min-width:780px}.project-history-table th{background:var(--surface-subtle);color:var(--ink-faint);letter-spacing:.07em;text-align:left;text-transform:uppercase;font-size:9px;font-weight:750}.project-history-table th,.project-history-table td{border-top:1px solid var(--line);white-space:nowrap;padding:12px 16px}.project-history-table thead th{border-top:0}.project-history-table td{color:var(--ink-soft);font-size:11px}.project-history-table td strong{color:var(--ink)}.project-history-table td:last-child{width:38px}.project-history-table td:last-child a{width:30px;height:30px;color:var(--blue-dark);border-radius:8px;place-items:center;display:grid}.project-history-table tbody tr:hover{background:var(--surface-subtle)}.project-kind-chip{background:var(--surface-blue);min-width:42px;min-height:24px;color:var(--blue-dark);border-radius:999px;justify-content:center;align-items:center;font-size:9px;font-weight:760;display:inline-flex}.project-history-empty{padding:28px 24px}.project-history-empty p{color:var(--ink-faint);margin:5px 0 0}.project-detail-filters{grid-template-columns:minmax(240px,1.4fr) minmax(190px,.9fr) minmax(180px,.8fr) auto;align-items:end;gap:12px;padding:14px;display:grid}.project-serp-filters{grid-template-columns:minmax(280px,1.5fr) minmax(220px,.8fr) auto}.project-llm-filters{grid-template-columns:minmax(260px,1.2fr) minmax(210px,.86fr) minmax(190px,.82fr) minmax(180px,.78fr) auto}.project-detail-filters>div{color:var(--blue-dark);align-self:center;align-items:center;gap:9px;display:flex}.project-detail-filters>div>span{display:grid}.project-detail-filters>div strong{color:var(--ink);font-size:12px}.project-detail-filters>div small{color:var(--ink-faint);font-size:9px}.project-detail-filters label{gap:5px;display:grid}.project-detail-filters label>span{color:var(--ink-faint);letter-spacing:.07em;text-transform:uppercase;font-size:9px;font-weight:740}.project-detail-filters select{border:1px solid var(--line-strong);background:var(--surface);width:100%;min-height:40px;color:var(--ink);border-radius:9px;padding:0 34px 0 10px}.project-detail-kpis{grid-template-columns:1.12fr 1fr 1fr 1.18fr;display:grid;overflow:hidden}.project-detail-kpis>div{min-height:142px;padding:20px 22px;position:relative}.project-detail-kpis>div+div{border-left:1px solid var(--line)}.project-detail-kpis>div.is-primary{background:var(--surface-blue)}.project-detail-kpis svg{color:var(--blue);position:absolute;top:20px;right:20px}.project-detail-kpis small{color:var(--ink-faint);margin-bottom:10px;font-size:11px;font-weight:680;display:block}.project-detail-kpis strong{letter-spacing:-.03em;font-size:clamp(26px,2.6vw,38px);line-height:1.05;display:block}.project-detail-kpis .is-primary strong{color:var(--blue-dark);font-size:clamp(36px,4vw,54px)}.project-detail-kpis p{color:var(--ink-faint);margin:8px 0 0;font-size:10px}.project-detail-kpis .project-delta{margin-top:6px}.project-serp-kpis,.project-llm-kpis{grid-template-columns:repeat(4,minmax(0,1fr))}.project-serp-kpis>div{min-height:132px;padding:18px 20px}.project-llm-kpis>div{min-height:154px;padding:18px 20px}.project-serp-kpis>div:nth-child(n+5){border-top:1px solid var(--line)}.project-serp-kpis>div:nth-child(5){border-left:0}.project-llm-kpis>div:nth-child(n+5){border-top:1px solid var(--line)}.project-llm-kpis>div:nth-child(5){border-left:0}.project-serp-kpis .is-primary strong{font-size:clamp(30px,3vw,42px)}.project-llm-kpis .is-primary strong{color:var(--ink);font-size:clamp(36px,3.8vw,52px)}.project-llm-kpis small{text-transform:none;align-items:center;gap:5px;min-height:28px;display:flex}.project-llm-kpis small svg{color:var(--ink-faint);position:static}.project-llm-kpis strong{font-size:clamp(26px,2.3vw,36px)}.project-brand-changes{align-items:baseline;gap:4px;display:flex!important}.project-brand-changes span{color:var(--green)}.project-brand-changes em{color:var(--red);font-style:normal}.project-brand-changes i{color:var(--ink-faint);font-size:16px;font-style:normal}.project-llm-trend{min-width:0;padding:22px 24px 16px}.project-llm-trend-head{align-items:start;margin-bottom:4px}.project-llm-modes{flex-wrap:wrap;justify-content:flex-end;gap:6px;min-width:min(560px,100%);display:flex}.project-llm-modes span{border:1px solid var(--line);background:var(--surface-subtle);min-height:30px;color:var(--ink-soft);border-radius:8px;align-items:center;padding:0 12px;font-size:10px;font-weight:720;display:inline-flex}.project-llm-modes span.is-active{border-color:var(--blue);background:var(--surface);color:var(--ink);box-shadow:0 0 0 2px var(--surface-blue)}.llm-provider-trend{min-width:0}.llm-provider-trend-legend{min-height:34px;color:var(--ink-soft);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px 14px;display:flex}.llm-provider-trend-legend span{white-space:nowrap;align-items:center;gap:6px;font-size:10px;font-weight:650;display:inline-flex}.llm-provider-trend-legend i{background:currentColor;border-radius:999px;width:15px;height:3px}.llm-provider-trend-legend .is-leader{color:var(--ink-faint)}.llm-provider-trend-legend .is-leader i{background:var(--ink-faint);opacity:.7;height:4px}.llm-provider-trend-canvas{min-width:0;overflow-x:auto}.llm-provider-trend-canvas svg{width:100%;min-width:760px;display:block}.llm-provider-trend-grid line{stroke:var(--line);stroke-width:1px}.llm-provider-trend-grid text,.llm-provider-trend-date{fill:var(--ink-faint);font-size:9px}.llm-provider-trend-line{fill:none;stroke:currentColor;stroke-width:2.2px;stroke-linecap:round;stroke-linejoin:round}.llm-provider-trend-canvas circle{fill:var(--surface);stroke:currentColor;stroke-width:2px}.llm-provider-trend-leader{fill:none;stroke:var(--ink-faint);stroke-width:2.4px;stroke-dasharray:8 7;stroke-linecap:round;opacity:.82}.llm-provider-trend-foot{color:var(--ink-faint);margin:-3px 0 0 54px;font-size:9px}.project-serp-trend{min-width:0;padding:20px 24px 16px}.project-serp-trend .analytics-section-head{margin-bottom:2px}.project-serp-trend-chart{min-width:0}.project-serp-trend-legend{justify-content:flex-end;align-items:center;gap:8px;min-height:34px;display:flex}.project-serp-trend-legend>span{border:1px solid var(--line);min-height:28px;color:var(--ink-soft);border-radius:999px;align-items:center;gap:6px;padding:0 10px;font-size:10px;display:inline-flex}.project-serp-trend-legend i{background:currentColor;border-radius:50%;flex:none;width:7px;height:7px}.project-serp-trend-legend strong{color:currentColor;font-size:10px}.project-serp-trend-legend .is-aio{color:var(--blue-dark)}.project-serp-trend-legend .is-brand{color:var(--green)}.project-serp-trend-canvas{min-width:0;overflow-x:auto}.project-serp-trend-canvas svg{width:100%;min-width:680px;display:block}.project-serp-trend-grid line{stroke:var(--line);stroke-width:1px}.project-serp-trend-grid text,.project-serp-trend-date{fill:var(--ink-faint);font-size:9px}.project-serp-trend-date.is-selected{fill:var(--ink);font-weight:720}.project-serp-trend-line{fill:none;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round}.project-serp-trend-area{fill:var(--surface-blue);opacity:.58;stroke:none}.project-serp-trend-series.is-aio .project-serp-trend-line{stroke:var(--blue)}.project-serp-trend-series.is-brand .project-serp-trend-line{stroke:var(--green)}.project-serp-trend-series circle{fill:var(--surface);stroke-width:2px}.project-serp-trend-series.is-aio circle{stroke:var(--blue)}.project-serp-trend-series.is-brand circle{stroke:var(--green)}.project-serp-trend-series circle.is-selected{stroke-width:3px}.project-serp-trend-foot{border-top:1px solid var(--line);color:var(--ink-faint);justify-content:space-between;gap:16px;padding-top:11px;font-size:9px;display:flex}.project-detail-split{grid-template-columns:minmax(0,1.3fr) minmax(320px,.75fr);gap:16px;display:grid}.project-opportunity-list{display:grid}.project-opportunity-list>a{border-top:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto 16px;align-items:center;gap:12px;min-height:58px;padding:10px 18px;display:grid}.project-opportunity-list>a:first-child{border-top:0}.project-opportunity-list>a:hover{background:var(--surface-subtle)}.project-opportunity-list>a>span:first-child{min-width:0;display:grid}.project-opportunity-list strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.project-opportunity-list small,.project-opportunity-list>a>span:nth-child(2){color:var(--ink-faint);font-size:9px}.project-serp-competitors{padding:10px 20px 18px;display:grid}.project-serp-competitors>div{border-top:1px solid var(--line);grid-template-columns:24px minmax(160px,1fr) minmax(160px,2fr) 42px;align-items:center;gap:12px;min-height:42px;display:grid}.project-serp-competitors>div:first-child{border-top:0}.project-serp-competitors span{color:var(--ink-faint);font-size:10px}.project-serp-competitors strong{font-size:11px}.project-serp-citation-table-wrap{overflow-x:auto}.project-serp-citation-table{border-collapse:collapse;width:100%;min-width:760px}.project-serp-citation-table th{background:var(--surface-subtle);color:var(--ink-faint);letter-spacing:.07em;text-align:left;text-transform:uppercase;font-size:9px;font-weight:750}.project-serp-citation-table th,.project-serp-citation-table td{border-top:1px solid var(--line);padding:13px 20px}.project-serp-citation-table thead th{border-top:0}.project-serp-citation-table th:first-child{width:31%}.project-serp-citation-table th:nth-child(2){width:29%}.project-serp-citation-table th:nth-child(3){width:25%}.project-serp-citation-table th:last-child{text-align:right;width:15%}.project-serp-citation-table tbody tr:hover{background:var(--surface-subtle)}.project-serp-citation-table td:first-child{align-items:center;gap:9px;display:flex}.project-serp-citation-table td:first-child>strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;overflow:hidden}.project-serp-citation-table td:first-child>small{background:var(--surface-blue);color:var(--blue-dark);text-transform:uppercase;border-radius:999px;padding:3px 7px;font-size:8px;font-weight:760}.project-serp-citation-table td:last-child{color:var(--ink);text-align:right;white-space:nowrap;font-size:11px}.project-serp-citation-table td:last-child small{color:var(--ink-faint);font-size:9px}.project-citation-domain-mark{background:var(--surface-subtle);width:28px;height:28px;color:var(--ink-soft);border-radius:8px;flex:none;place-items:center;font-size:10px;font-weight:760;display:grid}.project-serp-citation-table tr.is-brand .project-citation-domain-mark{background:var(--blue);color:#fff}.project-citation-rate{align-items:center;gap:12px;display:flex}.project-citation-rate>i{background:var(--line);border-radius:999px;width:min(150px,68%);height:7px;overflow:hidden}.project-citation-rate>i>b{border-radius:inherit;background:var(--ink-faint);height:100%;display:block}.project-serp-citation-table tr.is-brand .project-citation-rate>i>b{background:var(--blue)}.project-citation-rate>strong{min-width:38px;font-size:11px}.project-citation-trend{align-items:center;gap:8px;width:fit-content;display:flex}.project-citation-trend svg{width:84px;height:22px;display:block;overflow:visible}.project-citation-trend line{stroke:currentColor;stroke-width:1.4px;stroke-dasharray:4 4}.project-citation-trend circle{fill:currentColor}.project-citation-trend small{color:currentColor;white-space:nowrap;min-width:38px;font-size:9px;font-weight:720}.project-citation-trend.is-positive{color:var(--green)}.project-citation-trend.is-negative{color:var(--red)}.project-citation-trend.is-neutral,.project-citation-trend.is-empty{color:var(--ink-faint)}.project-citation-trend.is-empty{font-size:9px}.project-keyword-ledger{min-width:0;overflow:hidden}.project-keyword-ledger-head{align-items:center}.project-keyword-search{border:1px solid var(--line-strong);width:min(260px,100%);min-height:36px;color:var(--ink-faint);border-radius:9px;align-items:center;gap:7px;padding:0 10px;display:flex}.project-keyword-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px var(--surface-blue)}.project-keyword-search input:not([type=hidden]){width:100%;min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:10px}.project-keyword-table-wrap{min-width:0;overflow-x:auto}.project-keyword-table{table-layout:fixed;border-collapse:separate;border-spacing:0;width:100%;min-width:1360px}.project-keyword-col-query{width:250px}.project-keyword-col-position,.project-keyword-col-delta{width:58px}.project-keyword-col-url{width:190px}.project-keyword-col-history{width:118px}.project-keyword-col-status{width:124px}.project-keyword-col-aio-position{width:82px}.project-keyword-col-stability{width:138px}.project-keyword-col-aio-history{width:104px}.project-keyword-col-gsc{width:72px}.capture-launch-panel{scroll-margin-top:calc(var(--header-height) + 18px)}.capture-launch-panel .surface-heading{padding-block:18px}.capture-launch-form{grid-template-columns:minmax(300px,1.45fr) minmax(220px,.75fr) auto;align-items:end;gap:18px;padding-block:18px 20px;display:grid}.capture-launch-context{align-self:center;gap:4px;min-width:0;display:grid}.capture-launch-context strong{color:var(--ink);font-size:13px}.capture-launch-context p,.capture-launch-context small{color:var(--ink-faint);margin:0;font-size:10px;line-height:1.45}.capture-launch-form .form-actions{margin:0}.capture-launch-form .form-error,.capture-launch-form .form-success,.capture-schedule-section{grid-column:1/-1}.capture-schedule-layout{border-top:1px solid var(--line);grid-template-columns:minmax(360px,.85fr) minmax(420px,1.15fr);display:grid}.capture-schedule-form{border-top:0;border-right:1px solid var(--line);align-content:start;gap:14px;display:grid}.capture-schedule-fields{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.capture-schedule-form>small{color:var(--ink-faint);font-size:10px}.capture-schedule-form .form-actions{margin-top:0}.capture-schedule-list{min-width:0;padding:8px 0}.capture-schedule-list .list-row{padding-inline:20px}@media (max-width:1050px){.capture-launch-form{grid-template-columns:minmax(0,1fr) minmax(220px,.8fr)}.capture-launch-form .form-actions{grid-column:1/-1;justify-content:flex-start}.capture-schedule-layout{grid-template-columns:1fr}.capture-schedule-form{border-right:0;border-bottom:1px solid var(--line)}}@media (max-width:680px){.capture-launch-form,.capture-schedule-fields{grid-template-columns:1fr}.capture-launch-form .form-actions{grid-column:auto}.capture-launch-form .form-actions .button,.capture-schedule-form .form-actions .button{width:100%}}.project-keyword-table th,.project-keyword-table td{border-top:1px solid var(--line);height:52px;color:var(--ink-soft);text-align:left;white-space:nowrap;padding:10px 12px;font-size:10px}.project-keyword-table th{background:var(--surface-subtle);height:38px;color:var(--ink-faint);letter-spacing:.06em;text-transform:uppercase;font-size:8px;font-weight:750}.project-keyword-table-groups th{background:var(--surface);height:34px;color:var(--blue-dark);border-top:0;font-size:9px}.project-keyword-table-groups th:nth-child(3){color:var(--green)}.project-keyword-table-groups th.is-unavailable{color:var(--ink-faint)}.project-keyword-table-groups th small{letter-spacing:0;text-transform:none;margin-left:5px;font-size:8px;font-weight:650}.project-keyword-table th:first-child,.project-keyword-table td:first-child{z-index:1;background:var(--surface);width:250px;min-width:250px;position:sticky;left:0}.project-keyword-table thead th:first-child{z-index:2;background:var(--surface-subtle)}.project-keyword-table .project-keyword-table-groups th:first-child{background:var(--surface)}.project-keyword-table tbody tr:hover td{background:var(--surface-subtle)}.project-keyword-table td:first-child a{max-width:225px;color:var(--ink);text-overflow:ellipsis;font-size:11px;font-weight:680;display:block;overflow:hidden}.project-keyword-table td:first-child a:hover{color:var(--blue-dark)}.project-keyword-table td>strong{color:var(--ink)}.project-keyword-table .is-top-position{color:var(--green)}.keyword-position-delta{font-size:9px;font-weight:720}.keyword-position-delta.is-positive{color:var(--green)}.keyword-position-delta.is-negative{color:var(--red)}.keyword-position-delta.is-neutral{color:var(--ink-faint)}.keyword-found-url{width:150px;color:var(--blue-dark);text-overflow:ellipsis;display:block;overflow:hidden}.keyword-position-history{width:94px;height:28px;display:block}.keyword-position-history path{fill:none;stroke:var(--blue);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.keyword-position-history circle{fill:var(--surface);stroke:var(--blue);stroke-width:1.5px}.keyword-history-empty{color:var(--ink-faint)}.keyword-aio-status{background:var(--surface-subtle);min-height:26px;color:var(--ink-faint);border-radius:8px;align-items:center;padding:0 8px;font-size:9px;font-weight:720;display:inline-flex}.keyword-aio-status.is-cited{background:var(--green-soft);color:var(--green)}.keyword-aio-status.is-mentioned{background:var(--surface-blue);color:var(--blue-dark)}.keyword-aio-status.is-no_brand,.keyword-aio-status.is-undisclosed{color:var(--amber)}.keyword-aio-position{color:var(--green)!important}.keyword-source-stability{align-items:center;gap:7px;display:flex}.keyword-source-stability>i{gap:2px;display:flex}.keyword-source-stability b{background:var(--line);border-radius:2px;width:5px;height:16px}.keyword-source-stability b.is-filled{background:var(--green)}.keyword-source-stability strong{min-width:30px;color:var(--ink-soft);font-size:9px}.keyword-aio-history{gap:3px;display:flex}.keyword-aio-history>i{background:var(--line);border-radius:2px;width:7px;height:16px}.keyword-aio-history>i.is-cited{background:var(--green)}.keyword-aio-history>i.is-aio{background:var(--amber)}.keyword-aio-history>i.is-missing{border:1px solid var(--line);background:0 0}.keyword-gsc-empty{color:var(--ink-faint)!important;text-align:center!important}.project-keyword-ledger-foot{border-top:1px solid var(--line);color:var(--ink-faint);justify-content:space-between;gap:16px;padding:12px 20px;font-size:9px;display:flex}.project-keyword-empty{text-align:center;padding:32px 24px}.project-keyword-empty p{color:var(--ink-faint);margin:5px 0 0;font-size:10px}.project-history-summary{grid-template-columns:minmax(190px,.55fr) minmax(190px,.55fr) minmax(360px,1.5fr);display:grid;overflow:hidden}.project-history-summary>div{align-items:center;gap:12px;min-height:86px;padding:16px 20px;display:flex}.project-history-summary>div+div,.project-history-summary>p{border-left:1px solid var(--line)}.project-history-summary svg{color:var(--blue)}.project-history-summary span{display:grid}.project-history-summary strong{font-size:20px}.project-history-summary small{color:var(--ink-faint);font-size:9px}.project-history-summary>p{color:var(--ink-soft);align-items:center;margin:0;padding:16px 20px;font-size:11px;display:flex}@media (max-width:1400px){.project-contour-ledger{grid-template-columns:minmax(210px,.65fr) minmax(0,1.8fr)}.project-contour-ranking{border-top:1px solid var(--line);border-left:0;grid-column:1/-1}.project-contour-ranking>div{grid-template-columns:18px minmax(140px,1fr) minmax(130px,2fr) 40px}}@media (min-width:1560px){.project-llm-kpis{grid-template-columns:repeat(8,minmax(0,1fr))}.project-llm-kpis>div:nth-child(n+5){border-top:0}.project-llm-kpis>div:nth-child(5){border-left:1px solid var(--line)}}@media (max-width:1240px){.project-review-grid,.project-detail-split{grid-template-columns:1fr}}@media (max-width:940px){.project-analytics-header{flex-direction:column;align-items:flex-start}.project-analytics-context{flex-wrap:wrap;justify-content:flex-start;width:100%}.project-contour-ledger{grid-template-columns:1fr}.project-contour-summary{border-bottom:1px solid var(--line);flex-direction:row;align-items:center}.project-contour-metrics{border-left:0}.project-contour-ranking{grid-column:auto}.project-detail-filters,.project-serp-filters,.project-llm-filters{grid-template-columns:1fr 1fr}.project-detail-filters>div{grid-column:1/-1}.project-detail-kpis{grid-template-columns:1fr 1fr}.project-detail-kpis>div:nth-child(3){border-top:1px solid var(--line);border-left:0}.project-detail-kpis>div:nth-child(4),.project-detail-kpis.project-serp-kpis>div:nth-child(n+3){border-top:1px solid var(--line)}.project-detail-kpis.project-serp-kpis>div:nth-child(odd){border-left:0}.project-detail-kpis.project-llm-kpis>div:nth-child(n+3){border-top:1px solid var(--line)}.project-detail-kpis.project-llm-kpis>div:nth-child(odd){border-left:0}.project-history-summary{grid-template-columns:1fr 1fr}.project-history-summary>p{border-top:1px solid var(--line);border-left:0;grid-column:1/-1}}@media (max-width:640px){.project-analytics-identity{align-items:flex-start}.project-analytics-context{flex-direction:column;align-items:stretch}.project-freshness{margin:0;padding-inline:2px}.project-analytics-context .button{width:100%}.project-analytics-nav{gap:20px;margin-inline:-2px}.project-analytics-nav-link{min-height:42px}.project-review-chart{padding:18px 16px 8px}.project-review-chart .analytics-section-head{flex-direction:column;align-items:flex-start}.project-serp-trend{padding:18px 16px 14px}.project-serp-trend-legend{justify-content:flex-start;overflow-x:auto}.project-serp-trend-foot{flex-direction:column;align-items:flex-start;gap:4px}.project-change-ledger li{grid-template-columns:24px minmax(0,1fr)}.project-change-ledger li>.project-delta,.project-change-ledger li>svg{grid-column:2}.project-contour-summary{flex-direction:column;align-items:flex-start}.project-contour-metrics{grid-template-columns:1fr 1fr}.project-contour-metrics>div{min-height:118px}.project-contour-metrics>div:nth-child(3){border-top:1px solid var(--line);border-left:0}.project-contour-metrics>div:nth-child(4){border-top:1px solid var(--line)}.project-contour-ranking{padding-inline:16px}.project-contour-ranking>div{grid-template-columns:18px minmax(90px,1fr) minmax(60px,.8fr) 32px}.project-detail-filters,.project-serp-filters,.project-llm-filters{grid-template-columns:1fr}.project-detail-filters>div{grid-column:auto}.project-detail-kpis{grid-template-columns:1fr}.project-detail-kpis>div+div{border-top:1px solid var(--line);border-left:0}.project-llm-trend-head{flex-direction:column;align-items:flex-start}.project-llm-modes,.llm-provider-trend-legend{justify-content:flex-start}.llm-provider-trend-foot{margin-left:0}.project-opportunity-list>a{grid-template-columns:minmax(0,1fr) 16px}.project-opportunity-list>a>span:nth-child(2){display:none}.project-serp-competitors{overflow-x:auto}.project-serp-competitors>div{min-width:590px}.project-history-summary{grid-template-columns:1fr}.project-history-summary>div+div{border-top:1px solid var(--line);border-left:0}.project-history-summary>p{grid-column:auto}}@media (max-width:720px){.directory-toolbar{flex-direction:column;align-items:stretch}.directory-toolbar-actions{width:100%}.directory-toolbar-actions .button{flex:1}.directory-assign-form{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
