:root{--background:#0a111f;--foreground:#eaedf0;--card:#121b2b;--primary:#0c85e9;--primary-foreground:#f8fafc;--secondary:#1d2939;--secondary-foreground:#b9c7d5;--muted-foreground:#909ead;--destructive:#da3e3e;--border:#242e3d;--verdict-true:#27ce80;--verdict-false:#da4e4e;--verdict-misleading:#efb839;--verdict-unverifiable:#728597;--font-ui:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--radius-sm:8px;--radius-md:12px;--radius-xl:16px;--radius-button:8px;--radius-control:8px;--radius-sidebar-button:6px;--content-max-main:768px;--content-max-tight:672px;--copy-max-empty-shell:420px;--copy-max-empty:384px;--copy-max-dialog:272px;--copy-max-quota:320px;--surface-soft:color-mix(in oklab, var(--secondary) 30%, transparent);--surface-soft-alt:color-mix(in oklab, var(--secondary) 20%, transparent);--surface-soft-strong:color-mix(in oklab, var(--secondary) 35%, transparent);--surface-soft-emphasis:color-mix(in oklab, var(--secondary) 50%, transparent);--surface-hover:color-mix(in oklab, var(--secondary) 60%, transparent);--surface-pressed:color-mix(in oklab, var(--secondary) 72%, transparent);--surface-selected:var(--secondary);--surface-accent-soft:#0c85e914;--surface-destructive-soft:#da3e3e1a;--surface-elevated:#162031;--surface-overlay:#060b13;--border-strong:#8188984d;--focus-ring:#0c85e9bf;--focus-ring-shadow:0 0 0 1px #0c85e94d;--shadow-card:0 18px 40px #0000002e;--shadow-dialog:0 32px 72px #00000073;--shadow-result-good:0 0 20px #27ce8026;--shadow-result-warn:0 0 20px #efb83926;--shadow-result-bad:0 0 20px #da3e3e26;--skeleton-base:color-mix(in oklab, var(--secondary) 70%, transparent);--skeleton-highlight:color-mix(in oklab, var(--secondary) 88%, white 8%);--mobile-keyboard-inset:0px}*{box-sizing:border-box}html,body,#root{height:100%;min-height:100%}body{background:var(--background);color:var(--foreground);font-family:var(--font-ui);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;margin:0}a{color:inherit}button,input,textarea{font:inherit}.web-app-root{background:var(--background);height:100dvh;display:flex;overflow:hidden}.web-mobile-header,.web-sidebar-overlay{display:none}.web-sidebar{border-right:1px solid var(--border);background:var(--card);flex-direction:column;flex-shrink:0;width:288px;max-width:100%;height:100dvh;min-height:0;display:flex}.web-sidebar-logo{border-bottom:1px solid var(--border);letter-spacing:-.02em;align-items:center;gap:10px;padding:16px 20px;font-size:16px;font-weight:700;display:flex}.web-sidebar-logo svg{color:var(--primary)}.web-sidebar-user-block{border-bottom:1px solid var(--border);gap:12px;padding:16px;display:grid}.web-profile-row{align-items:center;gap:10px;display:flex}.web-avatar{background:var(--secondary);border-radius:999px;flex:0 0 32px;place-items:center;width:32px;height:32px;display:grid;overflow:hidden}.web-avatar img{object-fit:cover;width:100%;height:100%}.web-avatar svg{color:var(--muted-foreground)}.web-profile-meta{flex:1;gap:2px;min-width:0;display:grid}.web-profile-name{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:500;line-height:1.25;overflow:hidden}.web-profile-email{color:var(--muted-foreground);white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.25;overflow:hidden}.web-signout-button{border-radius:var(--radius-control);width:28px;height:28px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex}.web-signout-button:hover{background:var(--secondary);color:var(--foreground)}.fact-checks-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.fact-checks-left{color:var(--muted-foreground);font-size:12px}.fact-checks-row strong{color:var(--secondary-foreground);font-family:var(--font-mono);background:#1d2939e6;border-radius:999px;padding:4px 8px;font-size:11px;font-weight:600;line-height:1}.fact-checks-row--degraded{align-items:flex-start}.fact-checks-row--degraded strong{white-space:normal;max-width:220px;line-height:1.4}.web-fact-checks-progress{background:var(--secondary);border-radius:999px;height:6px;overflow:hidden}.web-fact-checks-progress-fill{border-radius:inherit;background:var(--primary);height:100%;transition:width .25s}.ui-button{border-radius:var(--radius-button);cursor:pointer;font:inherit;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;font-weight:600;text-decoration:none;transition:background-color .15s,border-color .15s,color .15s,box-shadow .15s,transform .15s;display:inline-flex}.ui-button svg{flex:0 0 14px;width:14px;height:14px;display:block}.ui-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:1px}.ui-button:active:not(:disabled){transform:translateY(1px)}.ui-button--primary{background:var(--primary);color:var(--primary-foreground);box-shadow:0 10px 20px #0c85e91a}.ui-button--primary:hover:not(:disabled){background:#0b78d0}.ui-button--primary:active:not(:disabled){background:#0a6cbd}.ui-button--secondary{background:var(--secondary);color:var(--secondary-foreground);box-shadow:none}.ui-button--secondary:hover:not(:disabled){background:color-mix(in oklab, var(--secondary) 82%, white 6%);color:var(--foreground)}.ui-button--secondary:active:not(:disabled){background:var(--surface-pressed)}.ui-button--ghost{color:var(--muted-foreground);box-shadow:none;background:0 0}.ui-button--ghost:hover:not(:disabled){background:var(--secondary);color:var(--foreground)}.ui-button--ghost:active:not(:disabled){background:var(--surface-pressed)}.ui-button--outline{border-color:var(--border);color:var(--foreground);box-shadow:none;background:0 0}.ui-button--outline:hover:not(:disabled){border-color:var(--border-strong);background:var(--surface-soft);color:var(--foreground)}.ui-button--outline:active:not(:disabled){border-color:var(--border-strong);background:var(--surface-pressed);color:var(--foreground)}.ui-button--sm{min-height:32px;padding:0 12px;font-size:12px}.ui-button--default{min-height:36px;padding:0 16px;font-size:14px}.ui-button--lg{min-height:44px;padding:0 24px;font-size:14px}.web-sidebar-user-block .ui-button,.web-sidebar-actions .ui-button,.web-sidebar-bottom .ui-button{border-radius:var(--radius-sidebar-button);width:100%;min-height:32px;font-size:12px}.web-sidebar-actions{gap:10px;padding:16px 16px 8px;display:grid}.web-sidebar-history-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.web-sidebar-section-title,.result-label,.composer-label,.billing-history-head{letter-spacing:.08em;text-transform:uppercase;color:var(--muted-foreground);font-size:12px;font-weight:500;line-height:1.2}.history-demo-hint{color:var(--verdict-true);white-space:nowrap;font-size:10px;font-weight:500;animation:1.6s ease-in-out infinite hint-pulse}.web-sidebar-history{flex:1;min-height:0;padding:0 8px 8px;overflow:hidden auto}.history-empty,.auth-polling,.error-text{margin:0;font-size:12px;line-height:1.45}.history-empty{text-align:center;color:var(--muted-foreground);padding:14px 8px}.auth-polling{color:var(--muted-foreground)}.error-text{color:color-mix(in oklab, var(--verdict-false) 82%, white 12%);max-width:var(--copy-max-empty)}.history-list{gap:2px;min-width:0;margin:0;padding:0;list-style:none;display:grid}.history-row{border-radius:var(--radius-control);transition:background-color .15s;position:relative;overflow:hidden}.history-row--signed{align-items:center;gap:8px;padding:0 10px;display:flex}.history-row.selected{background:var(--surface-selected)}.history-row--signed:hover,.history-row--signed:focus-within{background:var(--surface-hover)}.history-row--signed.selected{background:var(--surface-selected)}.history-open-button{border-radius:var(--radius-control);width:100%;min-width:0;color:var(--muted-foreground);text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;padding:8px 34px 8px 10px;font-size:12px;line-height:1.25;transition:background-color .15s,color .15s;display:flex;overflow:hidden}.history-open-button--signed{padding:8px 0}.history-open-button:hover,.history-row.selected .history-open-button{color:var(--foreground)}.history-open-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;background:var(--surface-soft)}.history-open-button:active{background:var(--surface-pressed)}.history-open-sample-highlight{background:var(--surface-accent-soft);animation:1.9s ease-in-out infinite sample-pulse;box-shadow:inset 0 0 0 1px #0c85e959}.history-status-dot{border-radius:999px;flex:0 0 8px;width:8px;height:8px}.history-status-dot.tone-good{background:var(--verdict-true)}.history-status-dot.tone-warn{background:var(--verdict-misleading)}.history-status-dot.tone-bad{background:var(--verdict-false)}.history-text-block{flex:1;min-width:0}.history-preview{white-space:nowrap;text-overflow:ellipsis;font-size:12px;line-height:1.35;display:block;overflow:hidden}.history-delete-button{border-radius:var(--radius-control);width:20px;height:20px;color:var(--destructive);cursor:pointer;opacity:0;background:0 0;border:none;flex:0 0 20px;justify-content:center;align-items:center;padding:0;transition:all .15s;display:inline-flex;position:static}.history-delete-button:hover{background:var(--surface-destructive-soft)}.history-row--signed:hover .history-delete-button,.history-row--signed:focus-within .history-delete-button{opacity:1}.history-delete-button:disabled{opacity:.5}.history-delete-loading{border:2px solid #da3e3e40;border-top-color:var(--destructive);border-radius:999px;width:12px;height:12px;animation:.8s linear infinite spin}.history-sample-chevron{color:var(--primary);flex-shrink:0}.web-sidebar-bottom{border-top:1px solid var(--border);gap:8px;margin-top:auto;padding:12px 16px;display:grid}.sidebar-extension-action{color:var(--muted-foreground)}.sidebar-footer{justify-content:center;align-items:center;gap:12px;padding-top:2px;display:flex}.sidebar-footer a{color:var(--muted-foreground);font-size:10px;text-decoration:none}.sidebar-footer a:hover{color:var(--foreground)}.sidebar-footer a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:var(--radius-control)}.web-main{flex:1;justify-content:center;align-items:center;min-width:0;height:100dvh;padding:32px;display:flex;overflow-y:auto}.web-main:has(.result-card--details){align-items:flex-start}.web-main-inner{width:min(100%, var(--content-max-main));align-content:start;gap:24px;padding:24px 0 40px;display:grid}.empty-state,.checking-card,.result-card,.composer,.quota-block{width:100%;max-width:768px;margin:0 auto;animation:.25s ease-out slide-up}.quota-block{max-width:var(--content-max-tight)}.quota-block-card{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--card);box-shadow:var(--shadow-card);text-align:center;justify-items:center;gap:20px;padding:32px;transition:border-color .2s,background-color .2s,box-shadow .2s,transform .2s;display:grid}.quota-block-icon{border-radius:var(--radius-xl);background:color-mix(in oklab, var(--verdict-misleading) 12%, transparent);place-items:center;width:56px;height:56px;display:grid}.quota-block-icon svg{color:var(--verdict-misleading)}.quota-block-copy{gap:8px;display:grid}.quota-block-title{margin:0;font-size:16px;font-weight:600;line-height:1.3}.quota-block-description{max-width:var(--copy-max-quota);color:var(--muted-foreground);margin:0;font-size:14px;line-height:1.5}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex}.empty-state--signed-in{padding-top:48px;padding-bottom:48px}.empty-state-shell{justify-items:center;gap:0;transition:opacity .2s,transform .2s;display:grid}.empty-state-shell--signed-in{max-width:var(--copy-max-empty-shell)}.empty-state-icon{border-radius:var(--radius-xl);background:#0c85e91a;place-items:center;width:64px;height:64px;margin-bottom:20px;display:grid}.empty-state-icon svg{color:var(--primary)}.empty-state-copy{gap:8px;display:grid}.empty-state-title{letter-spacing:-.02em;margin:0;font-size:20px;font-weight:700;line-height:1.2}.empty-state-description{max-width:var(--copy-max-empty);color:var(--muted-foreground);margin:0 0 32px;font-size:14px;line-height:1.5}.empty-state--signed-in .empty-state-action{margin-top:32px}.empty-state--signed-in .empty-state-description{margin-bottom:0}.empty-state-guides{text-align:left;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;width:min(100%,680px);margin-top:48px;display:grid}.empty-guide-card{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-soft-alt);box-shadow:var(--shadow-card);gap:12px;padding:20px;transition:border-color .2s,background-color .2s,box-shadow .2s,transform .2s;display:grid}.empty-guide-card header{align-items:center;gap:8px;padding-left:1.75rem;font-size:14px;font-weight:600;display:flex}.empty-guide-card header svg{color:var(--primary)}.empty-guide-card ol{gap:8px;margin:0;padding:0;list-style:none;display:grid}.empty-guide-card li{color:var(--muted-foreground);align-items:center;gap:8px;font-size:12px;line-height:1.65;display:flex}.empty-guide-card li span{width:20px;height:20px;color:var(--secondary-foreground);background:#0c85e91a;border-radius:999px;flex:0 0 20px;justify-content:center;align-items:center;font-size:10px;font-weight:700;display:inline-flex}.checking-card,.composer{gap:24px;display:grid}.checking-card--staged{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--card);box-shadow:var(--shadow-card);padding:24px 32px}.result-card{gap:20px;display:grid}.composer{max-width:672px;transition:opacity .2s,transform .2s}.checking-card,.result-card{transition:border-color .2s,background-color .2s,box-shadow .2s,transform .2s}.result-mobile-new-check-wrap{justify-content:center;margin-top:16px;display:flex}.result-mobile-new-check-button{min-height:44px;padding:0 20px}.result-card.answer-card,.result-card--loading{border:1px solid var(--border);border-radius:var(--radius-xl);background:var(--card);box-shadow:var(--shadow-card);padding:24px 32px}.result-loading-copy{gap:8px;display:grid}.result-loading-skeleton{gap:12px;display:grid}.loading-skeleton{background:linear-gradient(90deg, var(--skeleton-base) 25%, var(--skeleton-highlight) 50%, var(--skeleton-base) 75%);background-size:200% 100%;border-radius:999px;width:100%;height:12px;animation:1.5s linear infinite shimmer;display:block}.loading-skeleton--title{width:42%;height:14px}.loading-skeleton--line{height:10px}.loading-skeleton--medium{width:78%}.loading-skeleton--short{width:56%}.result-card.answer-card.tone-good{box-shadow:var(--shadow-card), var(--shadow-result-good)}.result-card.answer-card.tone-warn{box-shadow:var(--shadow-card), var(--shadow-result-warn)}.result-card.answer-card.tone-bad{box-shadow:var(--shadow-card), var(--shadow-result-bad)}.result-section{gap:8px;display:grid}.question-bubble{border:1px solid var(--border);border-radius:var(--radius-sm);background:color-mix(in oklab, var(--secondary) 52%, transparent);color:#ebedefcc;white-space:pre-wrap;margin:0;padding:12px 16px;font-size:14px;font-weight:500;line-height:1.6}.checking-body{flex-direction:column;align-items:center;gap:12px;padding:8px 0;display:flex}.checking-body p{color:var(--muted-foreground);margin:0;font-size:14px}.checking-spinner-wrap{width:40px;height:40px;position:relative}.checking-spinner-ring{background:color-mix(in oklab, var(--surface-elevated) 55%, transparent);border:2px solid #0c85e933;border-radius:999px;width:40px;height:40px;display:block}.checking-spinner-icon{color:var(--primary);animation:.8s linear infinite spin;position:absolute;inset:0}.checking-progress{background:var(--surface-soft-emphasis);border-radius:999px;width:192px;height:4px;overflow:hidden}.checking-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#0a6ab8,#0c85e9,#0a6ab8) 0 0/200% 100%;width:60%;height:100%;animation:1.5s linear infinite shimmer;display:block}.checking-hidden-row{min-height:22px}.checking-placeholder{background:linear-gradient(90deg, var(--skeleton-base) 25%, var(--skeleton-highlight) 50%, var(--skeleton-base) 75%);background-size:200% 100%;border-radius:999px;animation:1.5s linear infinite shimmer;display:block}.checking-placeholder--row{width:100%;height:20px}.checking-placeholder--claim{border-radius:var(--radius-sm);width:100%;height:86px}.checking-placeholder--share{width:96px;height:28px}.checking-summary-skeleton{margin-top:8px}.result-verdict-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.verdict-pill{border:none;align-items:center;gap:8px;padding:0;font-size:16px;font-weight:700;display:inline-flex}.verdict-pill__icon{justify-content:center;align-items:center;display:inline-flex}.verdict-pill.tone-good{color:var(--verdict-true)}.verdict-pill.tone-warn{color:var(--verdict-misleading)}.verdict-pill.tone-bad{color:var(--verdict-false)}.result-confidence-meta{align-items:baseline;gap:6px;display:flex}.result-confidence{font-variant-numeric:tabular-nums;font-size:20px;font-weight:700;line-height:1.1}.result-confidence.tone-good{color:var(--verdict-true)}.result-confidence.tone-warn{color:var(--verdict-misleading)}.result-confidence.tone-bad{color:var(--verdict-false)}.result-confidence-caption{color:var(--muted-foreground);order:-1;font-size:12px}.answer-analysis{color:#ebedefd1;gap:.5rem;margin:0;font-size:14px;line-height:1.65;display:grid}.answer-summary{color:#f9fafae6;margin:0;font-size:14px;font-weight:400;line-height:1.65}.answer-analysis-loading{gap:8px;margin-top:2px;display:grid}.answer-analysis-loading-label{color:var(--muted-foreground);margin:0;font-size:13px;line-height:1.5}.answer-analysis p,.answer-analysis ul,.answer-analysis ol{margin:0}.answer-analysis ul,.answer-analysis ol{padding-left:1.25rem}.answer-analysis li+li{margin-top:.2rem}.answer-analysis code{font-family:var(--font-mono);background:#1c1e22e6;border-radius:4px;padding:0 .25rem;font-size:.95em}.sources-wrap{gap:8px;display:grid}.sources-count-label{color:var(--muted-foreground);font-size:12px;font-weight:500}.sources-list{flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}.sources-list li{display:flex}.sources-list a,.source-pill{border:1px solid var(--border);background:color-mix(in oklab, var(--secondary) 52%, transparent);max-width:100%;color:var(--muted-foreground);border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:500;line-height:1.2;text-decoration:none;transition:border-color .15s,background-color .15s,color .15s;display:inline-flex}.sources-list a:hover{border-color:color-mix(in oklab, var(--foreground) 20%, var(--border));color:var(--foreground)}.sources-list a:active{background:color-mix(in oklab, var(--secondary) 60%, transparent)}.sources-list a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.sources-list a svg{width:12px;height:12px;color:var(--muted-foreground);flex:0 0 12px}.sources-list a:hover svg{color:var(--foreground)}.source-title{word-break:break-word;font-size:12px;font-weight:500;line-height:1.2}.source-copy{align-items:center;gap:6px;min-width:0;max-width:100%;display:inline-flex}.source-preview{text-overflow:ellipsis;white-space:nowrap;color:#ebedef94;min-width:0;font-size:12px;font-weight:500;line-height:1.2;overflow:hidden}.source-preview--hidden{clip:rect(0 0 0 0);clip-path:inset(50%);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.chat-timestamp{color:var(--muted-foreground);margin:0;font-size:10px;line-height:1.35}.result-footer-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.result-share-action{gap:8px;width:auto;min-height:28px;padding:0 12px;font-size:12px}.result-share-action.ui-button--ghost{padding:0 8px}.result-share-action:not(.ui-button--secondary){color:var(--muted-foreground)}.result-footer-meta{align-items:center;gap:8px;margin-left:auto;display:inline-flex}.result-debug-toggle,.sign-in-debug-button{border-radius:var(--radius-control);color:#818898d9;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;gap:4px;width:32px;height:32px;padding:0;transition:background-color .15s,color .15s;display:inline-flex}.result-debug-toggle{font-size:12px}.result-debug-toggle:hover,.sign-in-debug-button:hover{background:var(--surface-soft);color:var(--foreground)}.result-debug-toggle:active,.sign-in-debug-button:active{background:var(--surface-pressed)}.result-debug-toggle:focus-visible,.sign-in-debug-button:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.result-debug-toggle svg,.share-modal-debug-toggle svg,.sign-in-debug-button svg{flex:0 0 14px;width:14px;height:14px}.result-debug-block{border-radius:var(--radius-sm);background:var(--secondary);color:var(--muted-foreground);font-family:var(--font-mono);gap:4px;padding:12px;font-size:12px;line-height:1.45;display:grid}.result-debug-block p{margin:0}.composer{gap:12px}.composer-label-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.composer-shell{position:relative}.composer textarea{resize:none;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);width:100%;min-height:144px;color:var(--foreground);padding:12px 16px;font-size:14px;line-height:1.5}.composer textarea::placeholder{color:var(--muted-foreground)}.composer textarea:focus-visible{outline:2px solid var(--focus-ring);outline-offset:1px;box-shadow:var(--focus-ring-shadow)}.char-count{color:var(--muted-foreground);font-variant-numeric:tabular-nums;font-size:10px;line-height:1;position:absolute;bottom:8px;right:12px}.composer-hint{color:var(--muted-foreground);margin:0;font-size:10px}.composer-debug-toggle{border-radius:var(--radius-control);color:#818898d9;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:background-color .15s,color .15s;display:inline-flex}.composer-debug-toggle:hover{background:var(--surface-soft);color:var(--foreground)}.composer-debug-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.composer-debug-toggle svg{width:14px;height:14px}.composer-debug-block{border-radius:var(--radius-sm);background:color-mix(in oklab, var(--secondary) 88%, transparent);color:var(--muted-foreground);font-family:var(--font-mono);gap:4px;padding:12px;font-size:12px;line-height:1.45;display:grid}.composer-debug-block p{overflow-wrap:anywhere;margin:0}.composer-submit-action{width:fit-content;min-height:36px;font-size:14px}.composer-actions-row{flex-wrap:wrap;align-items:center;gap:8px;width:100%;display:flex}.composer-actions-spacer{flex:1 1 0;min-width:0}.composer-error-block{max-width:var(--copy-max-empty);border:1px solid color-mix(in oklab, var(--verdict-false) 28%, var(--border));border-radius:var(--radius-md);background:color-mix(in oklab, var(--verdict-false) 10%, transparent);align-items:center;gap:12px;padding:12px;animation:.25s ease-out slide-up;display:flex}.composer-error-icon{border-radius:var(--radius-control);background:color-mix(in oklab, var(--verdict-false) 14%, transparent);width:32px;height:32px;color:var(--verdict-false);flex:0 0 32px;place-items:center;display:grid}.composer-error-copy{flex:1;gap:4px;min-width:0;display:grid}.composer-error-title{color:var(--foreground);margin:0;font-size:13px;font-weight:600;line-height:1.3}.ui-button:disabled{opacity:.45;cursor:not-allowed;transform:none}.dialog-backdrop,.upgrade-modal-backdrop{z-index:40;background:#000c;position:fixed;inset:0}.dialog-surface{z-index:41;border:1px solid var(--border);border-radius:var(--radius-sm);width:min(384px,100vw - 32px);max-height:calc(100dvh - 32px);box-shadow:var(--shadow-dialog);position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%)}.upgrade-modal-backdrop{z-index:60}.dialog-body{gap:20px;width:100%;max-height:calc(100dvh - 32px);padding:24px;display:grid;position:relative;overflow-y:auto}.dialog-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.dialog-header--center{text-align:center;flex-direction:column;align-items:center}.dialog-title-group{gap:8px;min-width:0;display:grid}.dialog-title{letter-spacing:-.01em;margin:0;font-size:18px;font-weight:600;line-height:1.2}.dialog-description{color:var(--muted-foreground);margin:0;font-size:14px;line-height:1.5}.sign-in-dialog{background:var(--background);text-align:center}.sign-in-dialog-body{gap:16px}.upgrade-modal{background:var(--card);z-index:61;width:min(448px,100vw - 32px)}.upgrade-modal-body{gap:16px}.share-modal{background:var(--background);width:min(480px,100vw - 32px)}.share-modal-body{flex-direction:column;gap:0;padding:0;display:flex;position:relative}.share-modal-loading{color:var(--muted-foreground);align-items:center;gap:8px;padding:24px;font-size:14px;display:inline-flex}.share-modal-section{gap:20px;padding:0 24px 24px;display:grid}.share-modal-section--confirm{gap:20px}.share-modal-hero{text-align:center;padding:32px 24px 24px;position:relative;overflow:hidden}.share-modal-hero:before{content:"";opacity:.08;background:radial-gradient(ellipse at 50% 0%, var(--share-modal-hero-accent,#6a85e7) 0%, transparent 70%);pointer-events:none;position:absolute;inset:0}.share-modal-hero--confirm{--share-modal-hero-accent:#6a85e7}.share-modal-hero--success{--share-modal-hero-accent:#27ce80}.share-modal-hero>*{position:relative}.share-modal-hero-copy{text-align:center;justify-items:center;display:grid}.share-modal-hero-icon{border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;display:inline-flex}.share-modal-hero-icon--confirm{color:var(--primary);background:#6a85e71a}.share-modal-hero-icon--success{color:var(--verdict-true);background:#27ce8026}.share-modal-heading-copy{text-align:center;justify-items:center;width:min(100%,320px);max-width:320px;margin:0 auto}.share-modal-title{font-size:18px}.share-modal-subtitle{max-width:var(--copy-max-dialog);margin:0 auto;font-size:14px}.share-modal-checklist{color:var(--foreground);gap:12px;margin:0;padding:0;font-size:14px;line-height:1.4;list-style:none;display:grid}.share-modal-checklist-item{align-items:center;gap:12px;display:flex}.share-modal-checklist-item--private{color:var(--verdict-true)}.share-modal-check-icon{background:var(--secondary);width:20px;height:20px;color:var(--muted-foreground);border-radius:999px;flex:0 0 20px;justify-content:center;align-items:center;display:inline-flex}.share-modal-check-icon--private{color:var(--verdict-true);background:#27ce8029}.share-modal-actions{flex-wrap:wrap;gap:12px;padding-top:4px;display:flex}.share-modal-debug-area{justify-items:end;gap:8px;width:100%;max-width:100%;padding:0;display:grid}.share-modal-action-button{min-width:0;min-height:36px;box-shadow:none;flex:1 1 0;font-size:14px}.share-modal-link-row{border:1px solid color-mix(in oklab, var(--border) 70%, transparent);box-sizing:border-box;background:color-mix(in oklab, var(--secondary) 56%, transparent);border-radius:12px;align-items:center;gap:8px;width:100%;min-width:0;max-width:100%;min-height:42px;padding:10px 16px;display:flex;overflow:hidden}.share-modal-link-text{min-width:0;max-width:100%;font-family:var(--font-mono);color:#ebedefb3;text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0;font-size:14px;line-height:1.45;overflow:hidden}.share-modal-debug-toggle{color:#81889866;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .15s;display:inline-flex}.share-modal-debug-toggle:hover{color:var(--muted-foreground)}.share-modal-debug-toggle:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.share-modal-debug{border-radius:var(--radius-button);background:var(--secondary);width:100%;max-width:100%;color:var(--muted-foreground);font-family:var(--font-mono);box-sizing:border-box;text-align:left;gap:4px;margin-top:8px;padding:12px;font-size:12px;line-height:1.45;display:grid}.share-modal-debug p{margin:0}.dialog-close{border-radius:var(--radius-control);width:32px;height:32px;color:var(--muted-foreground);cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;place-items:center;padding:0;transition:opacity .15s,background-color .15s,color .15s;display:grid;position:absolute;top:16px;right:16px}.dialog-close:hover{background:var(--surface-soft);opacity:1;color:var(--foreground)}.dialog-close:active{background:var(--surface-pressed)}.dialog-close:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.dialog-close:disabled{pointer-events:none}.dialog-close svg{flex:0 0 16px;width:16px;height:16px}.sign-in-hero{background:#0c85e91a;border-radius:16px;place-items:center;width:48px;height:48px;margin:0 auto 8px;display:grid}.sign-in-hero svg{color:var(--primary)}.sign-in-dialog-body{flex-direction:column;gap:16px;display:flex}.sign-in-dialog-mobile-topbar{display:none}.sign-in-dialog-mobile-topbar-title{font-size:14px;font-weight:600;line-height:1.2}.sign-in-dialog-header{gap:0}.sign-in-copy{gap:8px;display:grid}.sign-in-dialog-content{gap:12px;display:grid}.sign-in-dialog-description{max-width:var(--copy-max-dialog);margin:0 auto}.sign-in-provider-action{width:100%;min-height:36px;padding:0 14px;font-size:14px}.sign-in-provider-action svg{flex:0 0 16px;width:16px;height:16px;display:block}.sign-in-footer-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.sign-in-footer-row small{flex:auto}.sign-in-dialog small{color:var(--muted-foreground);text-align:left;margin:0;font-size:10px;line-height:1.5;display:block}.sign-in-dialog small a{text-underline-offset:2px;text-decoration:underline}.sign-in-dialog small a:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:4px}.sign-in-debug-button{flex:none}.sign-in-debug-block{border-radius:var(--radius-sm);background:var(--secondary);width:auto;max-width:100%;color:var(--muted-foreground);font-family:var(--font-mono);box-sizing:border-box;overflow-wrap:anywhere;text-align:left;gap:4px;padding:12px;font-size:12px;line-height:1.45;display:grid}.sign-in-debug-block p{margin:0}.upgrade-modal-header{padding-right:36px}.upgrade-modal-title-wrap{max-width:100%}.upgrade-notice{border-radius:var(--radius-sm);align-items:center;gap:8px;padding:10px 12px;font-size:12px;line-height:1.45;display:inline-flex}.upgrade-notice--pending{background:var(--secondary);color:var(--muted-foreground)}.upgrade-notice--warning{color:var(--verdict-misleading);background:#efb8391f}.upgrade-notice--success{color:var(--verdict-true);background:#27ce801f}.upgrade-notice--error{color:var(--verdict-false);background:#da3e3e1f}.upgrade-plan-options{gap:8px;display:grid}.upgrade-plan-option{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);width:100%;color:inherit;cursor:pointer;text-align:left;gap:8px;padding:12px;transition:border-color .15s,background-color .15s,box-shadow .15s;display:grid}.upgrade-plan-option:hover{border-color:var(--border-strong)}.upgrade-plan-option.selected{background:var(--surface-accent-soft);border-color:#0c85e9b3;box-shadow:inset 0 0 0 1px #0c85e94d}.upgrade-plan-option-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.upgrade-plan-option-head{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.upgrade-plan-option-head span{color:var(--foreground);font-size:14px;font-weight:600}.upgrade-plan-option-head strong{color:var(--verdict-true);text-transform:none;background:#27ce8026;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:600;line-height:1}.upgrade-plan-option-price{color:var(--foreground);font-size:16px;font-weight:700;line-height:1.2}.upgrade-plan-option p{color:var(--muted-foreground);margin:0;font-size:12px;line-height:1.5}.upgrade-modal-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.upgrade-byok-hint{color:var(--muted-foreground);margin:0;font-size:11px;line-height:1.5}.legal-card{text-align:left;gap:24px;display:grid}.legal-card-head{grid-template-columns:auto 1fr;align-items:start;gap:16px;display:grid}.legal-sections{gap:16px;display:grid}.legal-card-actions{grid-template-columns:minmax(0,180px)}.upgrade-byok-section{border-top:1px solid var(--border);gap:12px;padding-top:8px;display:grid}.upgrade-byok-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.upgrade-byok-label{color:var(--foreground);font-size:14px;font-weight:500}.upgrade-byok-unlock-button{flex-shrink:0;min-height:28px}.upgrade-byok-input{box-sizing:border-box;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface-soft);width:100%;color:var(--foreground);padding:8px 12px;font-family:inherit;font-size:13px;transition:border-color .15s,box-shadow .15s}.upgrade-byok-input:not(:disabled):focus{border-color:var(--focus-ring);box-shadow:var(--focus-ring-shadow);outline:none}.upgrade-byok-input:disabled{opacity:.5;cursor:not-allowed}.upgrade-byok-input::placeholder{color:var(--muted-foreground);opacity:.6}.upgrade-byok-error{border-radius:var(--radius-sm);color:#fcd9d9;background:#ef43431f;border:1px solid #ef434359;align-items:flex-start;gap:8px;padding:10px 12px;font-size:12px;line-height:1.4;display:flex}.upgrade-byok-section .upgrade-byok-hint{font-size:11px}.upgrade-byok-save-button,.upgrade-byok-delete-button{width:100%;min-height:32px;font-size:13px}.upgrade-recent-orders{border-top:1px solid var(--border);gap:12px;padding-top:8px;display:grid}.upgrade-recent-orders-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.billing-orders-list{gap:4px;margin:0;padding:0;list-style:none;display:grid}.billing-orders-list--modal li{justify-content:space-between;align-items:center;gap:12px;padding:6px 0;display:flex}.billing-order-meta{color:var(--muted-foreground);font-size:12px;line-height:1.45}.billing-order-actions{align-items:center;gap:8px;display:inline-flex}.billing-order-amount{color:var(--foreground);font-size:12px;font-weight:600}.billing-order-status{border-radius:999px;justify-content:center;align-items:center;padding:4px 8px;font-size:10px;font-weight:600;line-height:1;display:inline-flex}.billing-order-status--good{color:var(--verdict-true);background:#27ce8026}.billing-order-status--warn{color:var(--verdict-misleading);background:#efb83926}.billing-order-status--bad{color:var(--verdict-false);background:#da3e3e26}.icon-spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes slide-up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes sample-pulse{0%,to{box-shadow:inset 0 0 0 1px #0c85e959,0 0 #0c85e900}50%{box-shadow:inset 0 0 0 1px #0c85e959,0 0 0 6px #0c85e91f}}@keyframes hint-pulse{0%,to{opacity:.78}50%{opacity:1}}@media (width<=960px){.web-app-root{height:100dvh;min-height:100dvh;overflow:hidden}.web-mobile-header{z-index:50;border-bottom:1px solid var(--border);background:var(--card);will-change:transform;align-items:center;gap:8px;height:48px;padding:0 12px;transition:transform .2s;display:flex;position:fixed;top:0;left:0;right:0}.web-mobile-header.web-mobile-header--hidden{transform:translateY(calc(-100% - env(safe-area-inset-top,0px)))}.web-mobile-header-toggle{width:44px;height:44px;color:var(--muted-foreground);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background-color .15s,color .15s;display:inline-flex}.web-mobile-header-toggle:hover{background:var(--secondary);color:var(--foreground)}.web-mobile-header-title{letter-spacing:-.01em;font-size:16px;font-weight:700}.web-sidebar{z-index:40;border-right:1px solid var(--border);will-change:transform;overscroll-behavior:contain;touch-action:pan-y;border-bottom:none;width:min(288px,82vw);height:100dvh;transition:transform .2s;position:fixed;inset:0 auto 0 0;overflow:hidden;transform:translate(-100%)}.web-sidebar.web-sidebar--open{transform:translate(0)}.web-sidebar-overlay{z-index:30;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;background:#0a111f9e;border:none;transition:opacity .2s;display:block;position:fixed;inset:0}.web-sidebar-overlay.web-sidebar-overlay--open{opacity:1;pointer-events:auto}.web-sidebar-history{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;max-height:none}.web-app-root--sidebar-open .web-main{overflow:hidden}.web-main{height:100dvh;scroll-padding-top:calc(48px + env(safe-area-inset-top,0px) + 16px);padding:calc(48px + env(safe-area-inset-top,0px) + 16px) 16px calc(env(safe-area-inset-bottom,0px) + 24px + var(--mobile-keyboard-inset,0px))}.web-main-inner{width:100%;padding-top:0;padding-bottom:0}.composer textarea{min-height:96px;scroll-margin-top:calc(48px + env(safe-area-inset-top,0px) + 16px);font-size:16px;line-height:1.5}.web-sidebar-user-block .ui-button,.web-sidebar-actions .ui-button,.web-sidebar-bottom .ui-button,.sign-in-provider-action,.upgrade-byok-save-button,.upgrade-byok-delete-button,.composer-submit-action,.empty-state-action,.result-mobile-new-check-button{min-height:44px;font-size:16px}.web-sidebar-bottom .sidebar-extension-action{display:none}.history-open-button,.history-open-button--signed{min-height:48px;font-size:16px;line-height:1.25}.history-preview{font-size:14px;line-height:1.45}.web-sidebar-section-title{font-size:13px}.dialog-surface--mobile-fullscreen{z-index:61;border:none;border-radius:0;width:100vw;max-width:none;height:100dvh;max-height:100dvh;inset:0;transform:none}.dialog-surface--mobile-fullscreen .dialog-body{min-height:100dvh;max-height:100dvh;padding:calc(env(safe-area-inset-top,0px) + 16px) 16px calc(env(safe-area-inset-bottom,0px) + 20px)}.dialog-surface--mobile-fullscreen .share-modal-body{flex-direction:column;min-height:100dvh;padding:0;display:flex}.dialog-surface--mobile-fullscreen .sign-in-dialog-body{padding:0}.dialog-surface--mobile-fullscreen .sign-in-dialog-mobile-topbar{min-height:calc(env(safe-area-inset-top,0px) + 48px);padding:calc(env(safe-area-inset-top,0px) + 12px) 16px 0;border-bottom:1px solid var(--border);flex:none;justify-content:center;align-items:center;display:flex}.dialog-surface--mobile-fullscreen .sign-in-dialog-header{padding:32px 24px 0}.dialog-surface--mobile-fullscreen .sign-in-dialog-content{padding:8px 24px 0}.dialog-surface--mobile-fullscreen .sign-in-provider-action{min-height:44px;font-size:16px}.dialog-surface--mobile-fullscreen .sign-in-footer-row{flex-direction:row;justify-content:space-between;padding:8px 24px 0}.dialog-surface--mobile-fullscreen .sign-in-debug-button{margin-left:auto}.dialog-surface--mobile-fullscreen .sign-in-debug-block{width:calc(100% - 48px);margin:0 24px calc(env(safe-area-inset-bottom,0px) + 24px)}.dialog-surface--mobile-fullscreen .share-modal-section{box-sizing:border-box;width:100%;padding:0 16px calc(env(safe-area-inset-bottom,0px) + 20px);gap:16px;margin:0}.dialog-surface--mobile-fullscreen .share-modal-hero{padding:144px 0 20px}.dialog-surface--mobile-fullscreen .share-modal-checklist{gap:10px;font-size:15px;line-height:1.45}.dialog-surface--mobile-fullscreen .share-modal-action-button{min-height:44px}.dialog-surface--mobile-fullscreen .share-modal-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.dialog-surface--mobile-fullscreen .share-modal-debug-area{padding:0}.upgrade-modal-header{padding-right:48px}.dialog-surface--mobile-fullscreen .dialog-close{top:calc(env(safe-area-inset-top,0px) + 12px);opacity:.7;background:0 0;border-radius:8px;width:36px;height:36px;right:12px}.dialog-surface--mobile-fullscreen .sign-in-dialog .dialog-close{display:none}}@media (width<=640px){.web-sidebar-logo{padding:14px 16px}.web-sidebar-user-block,.web-sidebar-actions,.web-sidebar-bottom{padding-left:14px;padding-right:14px}.web-sidebar-history{max-height:none}.empty-state{padding:16px 24px}.empty-state-guides{grid-template-columns:1fr}.sign-in-footer-row,.upgrade-recent-orders-head,.billing-orders-list--modal li{flex-direction:column;align-items:flex-start}.result-card--details .result-verdict-row{flex-flow:row;align-items:center}.result-card--details .result-confidence-meta{margin-left:auto}.composer-submit-action,.empty-state-action{width:100%}.upgrade-modal-actions{grid-template-columns:1fr}}
