:root{--gray-100:#fafafa;--gray-200:#f2f2f2;--gray-300:#ebebeb;--gray-400:#e3e3e3;--gray-500:#c9c9c9;--gray-600:#a1a1a1;--gray-700:#171717;--gray-800:#000;--gray-900:#666;--gray-1000:#0a0a0a;--bg:var(--gray-100);--bg-translucent:#fafafad1;--surface:#fff;--surface-2:var(--gray-200);--surface-muted:var(--gray-100);--text:var(--gray-900);--text-soft:#8a8a8a;--text-h:var(--gray-1000);--border:var(--gray-400);--border-strong:var(--gray-600);--invert-bg:var(--gray-700);--invert-bg-hover:var(--gray-800);--invert-fg:#fff;--accent:#0070f3;--accent-hover:#0761d1;--accent-bg:#0070f314;--accent-soft:#eff6ff;--accent-ring:#0070f32e;--success:#16845b;--success-bg:#16845b17;--danger:#e5484d;--danger-bg:#e5484d14;--shadow:0 0 0 1px var(--border);--shadow-hover:0 0 0 1px var(--border-strong);--shadow-chrome:1px 0 0 var(--border);--sidebar-bg:var(--bg);--sidebar-bg-rgb:250, 250, 250;--sidebar-text:var(--text-h);--sidebar-muted:var(--text);--sidebar-border:var(--border);--ease-critical:cubic-bezier(.22, 1, .36, 1);--ease-spring:cubic-bezier(.34, 1.28, .64, 1);--duration-fast:.12s;--duration-base:.22s;--duration-slow:.32s;--sans:system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Oxygen, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Arial, sans-serif;--mono:ui-monospace, Consolas, monospace;font:14px/1.5 var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:var(--text);background:var(--bg);font-synthesis:none;font-optical-sizing:auto;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--gray-100:#0a0a0a;--gray-200:#171717;--gray-300:#1f1f1f;--gray-400:#2e2e2e;--gray-500:#3d3d3d;--gray-600:#525252;--gray-700:#ededed;--gray-800:#fff;--gray-900:#a1a1a1;--gray-1000:#ededed;--bg:#000;--bg-translucent:#000000d1;--surface:var(--gray-100);--surface-2:var(--gray-200);--surface-muted:var(--gray-100);--text:var(--gray-900);--text-soft:#8a8a8a;--text-h:var(--gray-1000);--border:var(--gray-400);--border-strong:var(--gray-600);--invert-bg:var(--gray-700);--invert-bg-hover:#d4d4d4;--invert-fg:#000;--accent:#3291ff;--accent-hover:#52a8ff;--accent-bg:#3291ff24;--accent-soft:#0f1f30;--accent-ring:#3291ff38;--success:#4cc38a;--success-bg:#4cc38a1c;--danger:#ff6166;--danger-bg:#ff61661f;--shadow:0 0 0 1px var(--border);--shadow-hover:0 0 0 1px var(--border-strong);--shadow-chrome:1px 0 0 var(--border);--sidebar-bg:var(--bg);--sidebar-bg-rgb:0, 0, 0;--sidebar-text:var(--text-h);--sidebar-muted:var(--text);--sidebar-border:var(--border);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-contrast:more){:root{--border:var(--border-strong);--shadow:0 0 0 1px var(--border-strong);--shadow-hover:0 0 0 1px var(--border-strong)}}*{box-sizing:border-box}body{background:var(--bg);min-width:320px;min-height:100svh;margin:0}#root{min-height:100svh}h1,h2,h3{font-family:var(--sans);color:var(--text-h);letter-spacing:-.01em;margin:0;font-weight:700}p{margin:0}input[type=text],input[type=date],input[type=password],textarea,select{font:inherit;color:var(--text-h);background:var(--surface);border:1px solid var(--border);min-height:38px;transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease;border-radius:6px;padding:.5rem .7rem}textarea{resize:vertical;min-height:auto;font-family:inherit}input[type=text]:focus-visible,input[type=date]:focus-visible,input[type=password]:focus-visible,textarea:focus-visible,select:focus-visible{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring);outline:0}button{font:inherit;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text-h);min-height:36px;transition:background-color var(--duration-fast) ease, border-color var(--duration-fast) ease, color var(--duration-fast) ease, transform var(--duration-fast) ease;border-radius:6px;padding:.5rem 1rem;font-weight:500}button:hover:not(:disabled){background:var(--surface-2)}button:active:not(:disabled){transition-duration:60ms;transform:scale(.97)}button:focus-visible{outline:2px solid var(--accent);outline-offset:2px}button:disabled{opacity:.5;cursor:not-allowed}code{font-family:var(--mono);font-size:.85em}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.app-shell{flex-direction:column;min-height:100svh;display:flex}.app-body{flex:1;min-height:0;display:flex}.app-sidebar{background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;gap:1.1rem;width:248px;padding:1.1rem .9rem;display:flex}.sidebar-brand{align-items:center;gap:.6rem;padding:0 .35rem;display:flex}.sidebar-brand-mark{background:var(--surface);border:1px solid var(--border);width:1.9rem;height:1.9rem;color:var(--text-h);letter-spacing:-.02em;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.sidebar-brand-name{color:var(--text-h);letter-spacing:-.01em;font-size:.95rem;font-weight:700;line-height:1.25}.sidebar-nav{flex-direction:column;flex:1;gap:.15rem;display:flex;overflow-y:auto}.sidebar-item{width:100%;color:var(--text);text-align:left;background:0 0;border:none;border-radius:8px;align-items:center;gap:.65rem;padding:.55rem .65rem;font-size:.87rem;font-weight:600;display:flex}.sidebar-item-icon{text-align:center;flex-shrink:0;width:1.2rem;font-size:.95rem}.sidebar-item:hover:not(:disabled){background:var(--surface-2);color:var(--text-h)}.sidebar-item-active,.sidebar-item-active:hover:not(:disabled){background:var(--accent-bg);color:var(--accent)}.sidebar-footer{border-top:1px solid var(--border);flex-direction:column;gap:.6rem;padding-top:.9rem;display:flex}.sidebar-footer .actor-field{flex-direction:column;align-items:stretch;gap:.3rem}.sidebar-footer .actor-field input[type=text]{width:100%}.sidebar-footer .theme-toggle{justify-content:center;width:100%}.actor-field{color:var(--text);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.actor-field input[type=text]{border-radius:4px;padding:.35rem .6rem}.stepper{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.stepper-label{color:var(--text);font-size:.85rem}.stepper-control{border:1px solid var(--border);background:var(--surface);border-radius:6px;align-items:center;gap:2px;display:flex;overflow:hidden}.stepper-btn{width:36px;height:36px;min-height:0;color:var(--text-h);background:0 0;border:none;border-radius:0;place-items:center;padding:0;display:grid}.stepper-value{font-variant-numeric:tabular-nums;min-width:2.25rem;color:var(--text-h);border-left:1px solid var(--border);border-right:1px solid var(--border);justify-content:center;align-items:center;height:36px;padding:0 .4rem;font-size:.9rem;font-weight:600;display:inline-flex}.stepper{color:var(--text);justify-content:space-between;align-items:center;gap:.75rem;font-size:.85rem;display:flex}.stepper-control{border:1px solid var(--border);border-radius:6px;align-items:stretch;display:flex;overflow:hidden}.stepper-btn{background:var(--surface);width:34px;min-height:34px;color:var(--text-h);border:none;border-radius:0;place-items:center;padding:0;display:grid}.stepper-btn:first-child{border-right:1px solid var(--border)}.stepper-btn:last-child{border-left:1px solid var(--border)}.stepper-btn:hover:not(:disabled){background:var(--surface-2)}.stepper-btn:disabled{color:var(--text-soft);opacity:.4}.stepper-value{font-variant-numeric:tabular-nums;min-width:2.5rem;color:var(--text-h);background:var(--surface);place-items:center;font-weight:650;display:grid}.theme-toggle{border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .9rem;font-size:.85rem;display:flex}.app-main{flex:1;min-width:0;padding:2rem 2.5rem;overflow-y:auto}.app-main>*{max-width:760px;margin:0 auto}@media (width<=760px){.app-body{flex-direction:column}.app-sidebar{border-right:none;border-bottom:1px solid var(--border);flex-direction:row;align-items:center;gap:.75rem;width:100%;padding:.6rem .9rem;overflow-x:auto}.sidebar-brand-name{display:none}.sidebar-nav{flex-direction:row;overflow-x:auto}.sidebar-item{white-space:nowrap;width:auto}.sidebar-footer{border-top:none;flex-direction:row;padding-top:0}.sidebar-footer .actor-field{flex-direction:row}.app-main{padding:1.25rem}}.view-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.header-actions{gap:.5rem;display:flex}.card-list{flex-direction:column;gap:.75rem;display:flex}.card{background:var(--surface);box-shadow:var(--shadow);border-radius:8px;padding:1.1rem 1.25rem}.card-title-row{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.4rem;display:flex}.card-meta{color:var(--text);margin-bottom:.6rem;font-size:.8rem}.card-reason{color:var(--text-h);margin-bottom:.6rem;line-height:1.5}.card-flag{color:var(--danger);background:var(--danger-bg);border-radius:6px;margin-bottom:.6rem;padding:.4rem .6rem;font-size:.85rem}.card-actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.card-actions input[type=text]{flex:1;min-width:12rem}.btn-approve{border:1px solid var(--success);color:var(--success);background:0 0}.btn-approve:hover:not(:disabled){background:var(--success-bg)}.btn-reject{border:1px solid var(--border);color:var(--text);background:0 0}.btn-reject:hover:not(:disabled){background:var(--danger-bg);border-color:var(--danger);color:var(--danger)}.badge{text-transform:uppercase;letter-spacing:.02em;background:var(--accent-bg);color:var(--accent);white-space:nowrap;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.badge-pending{background:var(--accent-bg);color:var(--accent)}.badge-approved{background:var(--success-bg);color:var(--success)}.badge-rejected{background:var(--danger-bg);color:var(--danger)}.badge-neutral{background:var(--surface-2);color:var(--text)}.publish-timing-notice{background:var(--accent-bg);color:var(--accent);border-radius:6px;margin:.5rem 0;padding:.5rem .75rem;font-size:.85rem}.arg-list{border-top:1px solid var(--border);margin:.6rem 0;padding-top:.6rem}.arg-row{grid-template-columns:10rem 1fr;gap:.75rem;padding:.3rem 0;font-size:.85rem;display:grid}.arg-row dt{color:var(--text-h);font-weight:600}.arg-row dd{color:var(--text);white-space:pre-wrap;word-break:break-word;margin:0}.empty-state{color:var(--text);background:var(--surface);box-shadow:var(--shadow);border-radius:8px;margin-bottom:1rem;padding:1rem 1.25rem}.error-banner{background:var(--danger-bg);color:var(--danger);border-radius:8px;margin-bottom:1rem;padding:.6rem .9rem;font-size:.9rem}.info-banner{background:var(--accent-bg);color:var(--accent);border-radius:8px;margin-bottom:1rem;padding:.6rem .9rem;font-size:.9rem}.cost-figure{letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--text-h);margin-bottom:.75rem;font-size:1.6rem;font-weight:700}.cost-of{color:var(--text);font-size:1rem;font-weight:400}.cost-bar-track{background:var(--accent-bg);border-radius:999px;height:8px;overflow:hidden}.cost-bar-fill{background:var(--accent);border-radius:999px;height:100%;transition:width .2s}.cost-bar-over{background:var(--danger)}.source-checkboxes{flex-wrap:wrap;gap:.5rem 1rem;display:flex}.source-checkbox{color:var(--text);align-items:center;gap:.35rem;font-size:.85rem;display:flex}.result-panel{border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem}.result-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.35rem;display:flex}.result-head h4{color:var(--text-h);font-size:.98rem}.result-meta{color:var(--text);margin-bottom:.7rem;font-size:.8rem}.result-meta strong{color:var(--text-h);font-weight:600}.mono-chip{font-family:var(--mono);background:var(--surface-2);color:var(--text-h);border-radius:4px;padding:.05rem .4rem;font-size:.75rem}.result-footnote{color:var(--text);margin-top:.6rem;font-size:.8rem}.post-content-card{background:var(--surface-2);color:var(--text-h);border-radius:8px;padding:.9rem 1rem;font-size:.88rem}.post-content p{margin:0 0 .75rem;line-height:1.55}.post-content p:last-child{margin-bottom:0}.post-content .post-list{margin:0 0 .75rem;padding-left:1.2rem;line-height:1.55}.post-content .post-list:last-child{margin-bottom:0}.post-content .hashtag{color:var(--accent);font-weight:600}.stat-row{grid-template-columns:repeat(auto-fit,minmax(9rem,1fr));gap:.75rem;margin-bottom:.75rem;display:grid}.stat-tile{background:var(--surface-2);border-radius:8px;flex-direction:column;gap:.15rem;padding:.7rem .85rem;display:flex}.stat-n{letter-spacing:-.01em;color:var(--text-h);font-variant-numeric:tabular-nums;font-size:1.25rem;font-weight:700}.stat-l{color:var(--text);font-size:.72rem}.flag-list,.research-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.flag-list li{color:var(--text-h);font-size:.85rem}.research-list li{transition:background-color var(--duration-fast) ease;border-radius:6px;align-items:center;gap:.55rem;padding:.3rem .4rem;font-size:.85rem;display:flex}.research-list li:hover{background:var(--surface-2)}.research-item-selected{background:var(--accent-bg)}.research-item-check{flex-shrink:0;display:flex}.research-list a{flex:1;min-width:0}.research-item-add{border:1px solid var(--border);background:var(--surface);width:22px;height:22px;min-height:0;color:var(--text-soft);opacity:0;transition:opacity var(--duration-fast) ease, color var(--duration-fast) ease, border-color var(--duration-fast) ease;border-radius:5px;flex-shrink:0;place-items:center;padding:0;display:grid}.research-list li:hover .research-item-add,.research-item-add:focus-visible{opacity:1}.research-item-add:hover:not(:disabled){color:var(--accent);border-color:var(--accent)}.research-toolbar{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.5rem;padding-bottom:.5rem;display:flex}.research-toolbar-count{color:var(--text-soft);font-size:.78rem;font-weight:600}.research-toolbar-actions{align-items:center;gap:.4rem;display:flex}.research-toolbar-btn{min-height:28px;color:var(--text);padding:0 .6rem;font-size:.76rem}.research-send-btn{min-height:28px;color:var(--invert-fg);background:var(--invert-bg);border-color:var(--invert-bg);align-items:center;gap:5px;padding:0 .65rem;font-size:.76rem;display:inline-flex}.research-send-btn:hover:not(:disabled){background:var(--invert-bg-hover);border-color:var(--invert-bg-hover)}.research-added-toast{color:var(--success);align-items:center;gap:6px;margin:.6rem 0 0;font-size:.78rem;font-weight:600;display:flex}.source-chip{text-transform:uppercase;letter-spacing:.02em;color:var(--accent);background:var(--accent-bg);border-radius:4px;flex-shrink:0;padding:.1rem .4rem;font-size:.7rem;font-weight:700}.activity-banner{border-bottom:1px solid var(--border);align-items:center;gap:.6rem;padding:.55rem 1.5rem;font-size:.85rem;display:flex}.activity-banner-idle{background:var(--surface);color:var(--text)}.activity-banner-active{background:var(--accent-bg);color:var(--text-h)}.activity-dot{background:var(--text);opacity:.4;border-radius:999px;flex-shrink:0;width:8px;height:8px;animation:2.4s ease-in-out infinite activity-idle-pulse}.activity-icon{flex-shrink:0;font-size:1.1rem;line-height:1;display:inline-flex}.activity-text{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.activity-text strong{color:var(--accent)}.activity-elapsed{font-variant-numeric:tabular-nums;color:var(--text);flex-shrink:0;font-size:.78rem}@keyframes activity-idle-pulse{0%,to{opacity:.25;transform:scale(.85)}50%{opacity:.7;transform:scale(1.1)}}.activity-anim-scan{animation:1.1s ease-in-out infinite activity-scan}@keyframes activity-scan{0%,to{transform:translate(-3px)rotate(-8deg)}50%{transform:translate(3px)rotate(8deg)}}.activity-anim-spin{animation:2.2s linear infinite activity-spin}@keyframes activity-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.activity-anim-wiggle{animation:.6s ease-in-out infinite activity-wiggle}@keyframes activity-wiggle{0%,to{transform:rotate(-12deg)}50%{transform:rotate(12deg)}}.activity-anim-bars{animation:.9s ease-in-out infinite activity-bars}@keyframes activity-bars{0%,to{transform:scaleY(.85)}50%{transform:scaleY(1.2)}}.activity-anim-bounce{animation:.7s ease-in-out infinite activity-bounce}@keyframes activity-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.activity-anim-glow{animation:1.6s ease-in-out infinite activity-glow}@keyframes activity-glow{0%,to{opacity:.6;transform:scale(.95)}50%{opacity:1;transform:scale(1.08)}}@media (prefers-reduced-motion:reduce){.activity-dot,.activity-anim-scan,.activity-anim-spin,.activity-anim-wiggle,.activity-anim-bars,.activity-anim-bounce,.activity-anim-glow{animation:none}}.field-hint{color:var(--text);font-size:.72rem;font-weight:400;line-height:1.4}.connection-group{margin-top:1.75rem}.connection-group:first-of-type{margin-top:0}.connection-group-title{text-transform:uppercase;letter-spacing:.05em;color:var(--text);margin-bottom:.6rem;font-size:.78rem;font-weight:700}.connection-required-badge{background:var(--danger-bg);color:var(--danger);vertical-align:middle;margin-left:.5rem;font-size:.62rem}.connection-fields{flex-direction:column;gap:.6rem;margin:.75rem 0;display:flex}.connection-field{color:var(--text-h);flex-direction:column;gap:.3rem;font-size:.8rem;font-weight:600;display:flex}.connection-field input{font-weight:400}.connection-help{color:var(--text);margin-bottom:.25rem;font-size:.8rem;line-height:1.5}.app-shell{background:var(--bg);height:100svh;min-height:640px;overflow:hidden}.app-body{position:relative;overflow:hidden}.app-sidebar{z-index:30;width:264px;height:100%;color:var(--sidebar-text);background:var(--sidebar-bg);border-right:1px solid var(--sidebar-border);gap:0;padding:0;position:relative;overflow:hidden}.sidebar-top{border-bottom:1px solid var(--sidebar-border);align-items:center;min-height:64px;padding:0 16px;display:flex}.sidebar-brand{gap:10px;padding:0}.sidebar-brand-mark{border:1px solid var(--border);width:28px;height:28px;color:var(--text-h);background:var(--surface);border-radius:6px;flex:0 0 28px;place-items:center;display:grid}.sidebar-brand-copy{color:var(--text-h);flex-direction:column;line-height:1.16;display:flex}.sidebar-brand-copy strong{letter-spacing:-.01em;font-size:.86rem}.sidebar-brand-copy span{color:var(--text-soft);letter-spacing:.03em;text-transform:uppercase;margin-top:2px;font-size:.66rem;font-weight:600}.sidebar-close{margin-left:auto;display:none}.workspace-status{border:1px solid var(--border);background:var(--surface);border-radius:6px;align-items:center;gap:9px;margin:12px 12px 6px;padding:9px 10px;display:flex}.workspace-status-icon{width:26px;height:26px;color:var(--text-soft);background:var(--surface-2);border-radius:5px;flex:0 0 26px;place-items:center;display:grid}.workspace-status>span:last-child{flex-direction:column;min-width:0;display:flex}.workspace-status strong{color:var(--text-h);font-size:.74rem;font-weight:600}.workspace-status small{color:var(--text-soft);align-items:center;gap:6px;margin-top:3px;font-size:.66rem;display:flex}.workspace-status i{background:var(--success);width:6px;height:6px;box-shadow:0 0 0 3px var(--success-bg);border-radius:50%;animation:2.4s ease-in-out infinite status-pulse}.sidebar-nav{scrollbar-width:thin;scrollbar-color:var(--border) transparent;padding:10px 8px 16px;display:block;overflow:auto}.sidebar-group+.sidebar-group{margin-top:16px}.sidebar-group-label{color:var(--text-soft);letter-spacing:.08em;text-transform:uppercase;padding:0 8px 6px;font-size:.62rem;font-weight:650;display:block}.sidebar-item{min-height:38px;color:var(--text);border:1px solid #0000;border-radius:6px;gap:10px;margin:1px 0;padding:6px 8px;font-weight:450;transition:color .16s,background-color .16s,transform .16s;position:relative}.sidebar-item-indicator{background:var(--accent);border-radius:2px;width:2px;position:absolute;top:7px;bottom:7px;left:-9px}.sidebar-item:hover:not(:disabled){color:var(--text-h);background:var(--surface-2)}.sidebar-item-active,.sidebar-item-active:hover:not(:disabled){color:var(--text-h);background:var(--surface-2);font-weight:600}.sidebar-item-icon{width:26px;height:26px;color:inherit;border-radius:5px;flex:0 0 26px;place-items:center;display:grid}.sidebar-item-active .sidebar-item-icon{color:var(--accent)}.sidebar-item-copy{flex-direction:column;flex:1;min-width:0;display:flex}.sidebar-item-copy strong{font-size:.79rem;font-weight:inherit;line-height:1.2}.sidebar-item-copy small{color:var(--text-soft);margin-top:2px;font-size:.65rem;font-weight:450;line-height:1.2}.sidebar-item-chevron{opacity:0;color:var(--text-soft);transition:all .16s;transform:translate(-4px)}.sidebar-item:hover .sidebar-item-chevron,.sidebar-item-active .sidebar-item-chevron{opacity:.6;transform:translate(0)}.sidebar-footer{border-top:1px solid var(--sidebar-border);flex-direction:row;align-items:center;gap:8px;padding:12px;display:flex}.sidebar-user{flex:1;align-items:center;gap:9px;min-width:0;display:flex}.sidebar-user-avatar{width:28px;height:28px;color:var(--text-soft);border:1px solid var(--border);background:var(--surface);border-radius:50%;flex:0 0 28px;place-items:center;display:grid}.sidebar-user-details{flex-direction:column;flex:1;min-width:0;display:flex}.sidebar-user-details span{color:var(--text-soft);font-size:.61rem;font-weight:600}.sidebar-user-details input[type=text]{width:100%;height:20px;color:var(--text-h);background:0 0;border:0;border-radius:0;padding:0;font-size:.73rem;font-weight:600}.sidebar-user-details input[type=text]:focus{box-shadow:inset 0 -1px var(--accent);outline:0}.theme-toggle,.icon-button{height:30px;min-height:30px;color:var(--text-soft);border:1px solid var(--border);background:var(--surface);border-radius:6px;flex:0 0 30px;place-items:center;display:inline-grid;width:30px!important;padding:0!important}.theme-toggle:hover:not(:disabled),.icon-button:hover:not(:disabled){color:var(--text-h);background:var(--surface-2)}.theme-toggle-icon{display:inline-flex}.mobile-header,.sidebar-backdrop{display:none}.app-main{--main-px:clamp(24px, 4vw, 56px);padding:28px var(--main-px) 64px;scroll-behavior:smooth;background:var(--bg)}.app-main>*{max-width:1080px;margin-left:auto;margin-right:auto}.page-context{z-index:5;height:28px;margin:0 calc(-1 * var(--main-px)) 16px;padding:14px var(--main-px) 14px;color:var(--text-soft);background:var(--bg-translucent);-webkit-backdrop-filter:blur(14px)saturate(160%);align-items:center;gap:7px;font-size:.72rem;display:flex;position:sticky;top:0;box-shadow:0 10px 18px -16px #10182859}@media (prefers-reduced-transparency:reduce){.page-context{background:var(--bg);-webkit-backdrop-filter:none}}.page-context-icon{width:28px;height:28px;color:var(--accent);border:1px solid var(--border);background:var(--surface);border-radius:6px;place-items:center;margin-right:2px;display:grid}.page-context strong{color:var(--text-h);font-weight:650}.view-header{margin-bottom:18px}.view-header h2{letter-spacing:-.015em;font-size:clamp(1.4rem,1.1rem + 1vw,1.62rem);font-weight:720;line-height:1.15}.card{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:18px 20px;transition:border-color .18s}.card:hover{border-color:var(--border-strong)}.card-list .card{animation:.32s both card-enter}.card-list .card:nth-child(2){animation-delay:45ms}.card-list .card:nth-child(3){animation-delay:90ms}.card-list .card:nth-child(4){animation-delay:.135s}.card-meta{color:var(--text-soft);margin-top:5px}.empty-state,.error-banner,.info-banner{border:1px solid var(--border);box-shadow:none;border-radius:7px}.empty-state{background:var(--surface-muted)}.activity-banner{z-index:50;min-height:36px;padding:7px 18px;font-size:.76rem;position:relative;box-shadow:0 1px #1118270a}.activity-banner-idle{background:var(--surface)}.activity-banner-active{background:var(--accent-soft)}.activity-dot{background:var(--success);width:7px;height:7px}input[type=text],input[type=date],input[type=password],textarea,select{border-radius:6px;min-height:38px;transition:border-color .15s,box-shadow .15s}input[type=text]:focus,input[type=date]:focus,input[type=password]:focus,textarea:focus,select:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-ring);outline:0}.card-actions>button:not(.btn-approve):not(.btn-reject){color:var(--invert-fg);border-color:var(--invert-bg);background:var(--invert-bg)}.card-actions>button:not(.btn-approve):not(.btn-reject):hover:not(:disabled){border-color:var(--invert-bg-hover);background:var(--invert-bg-hover)}.badge,.stat-tile,.post-content-card{border-radius:6px}.stat-tile,.post-content-card{border:1px solid var(--border);background:var(--surface-muted)}.cost-bar-fill{transition:width .5s cubic-bezier(.22,1,.36,1)}@keyframes view-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes card-enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes status-pulse{0%,to{opacity:.65}50%{opacity:1;box-shadow:0 0 0 5px #48c78e0f}}@media (width<=760px){.app-shell{min-height:100svh}.app-body{flex-direction:column;display:flex}.mobile-header{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;min-height:58px;padding:0 14px;display:flex}.mobile-header .icon-button,.mobile-header .theme-toggle{color:var(--text);border-color:var(--border);background:var(--surface-2)}.mobile-brand{color:var(--text-h);align-items:center;gap:9px;font-size:.8rem;font-weight:700;display:flex}.mobile-brand .sidebar-brand-mark{width:28px;height:28px}.app-sidebar{border:0;flex-direction:column;align-items:stretch;width:min(88vw,302px);height:100svh;padding:0;transition:transform .24s cubic-bezier(.22,1,.36,1);position:fixed;top:0;bottom:0;left:0;transform:translate(-105%)}.app-sidebar-open{transform:translate(0)}.sidebar-close{display:inline-grid}.sidebar-nav{flex-direction:initial;display:block}.sidebar-item{white-space:normal;width:100%}.sidebar-footer{border-top:1px solid var(--sidebar-border);flex-direction:row;padding-top:13px}.sidebar-backdrop{z-index:20;visibility:hidden;opacity:0;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#080f1a94;border:0;border-radius:0;padding:0;transition:all .2s;display:block;position:fixed;inset:0}.sidebar-backdrop-visible{visibility:visible;opacity:1}.app-main{--main-px:16px;padding:20px 16px 48px}.page-context{margin-bottom:13px}.card{padding:16px}.view-header h2{font-size:1.35rem}}@media (prefers-reduced-motion:reduce){.view-transition,.card-list .card,.workspace-status i{animation:none}.app-sidebar,.sidebar-backdrop,.sidebar-item,.card,button{transition:none}.app-main{scroll-behavior:auto}}@media (width<=520px){.activity-banner{min-height:34px;padding:6px 10px}.activity-text{font-size:.7rem}.activity-elapsed{display:none}.mobile-header{min-height:56px;padding:0 12px}.mobile-brand{max-width:calc(100vw - 112px)}.mobile-brand>span:last-child{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.app-main{--main-px:12px;padding:16px 12px 40px}.page-context{height:24px;margin-bottom:12px;font-size:.68rem}.page-context-icon{width:24px;height:24px}.view-header{align-items:flex-start;margin-bottom:14px}.view-header h2{max-width:100%;font-size:1.25rem;line-height:1.25}.header-actions{width:100%}.header-actions>button{flex:1}.card{padding:15px 14px}.card:hover{transform:none}.card-title-row,.result-head{flex-direction:column;align-items:flex-start}.card-title-row h3,.result-head h4{overflow-wrap:anywhere;width:100%}.card-title-row .badge,.result-head .badge{align-self:flex-start}.card-meta,.card-reason,.result-footnote,.connection-help{overflow-wrap:anywhere}.card-actions{align-items:stretch;width:100%}.card-actions>input[type=text],.card-actions>input[type=date],.card-actions>textarea,.card-actions>select{flex-basis:100%;width:100%;min-width:0}.card-actions>button{flex:auto;min-height:42px}.arg-row{grid-template-columns:minmax(0,1fr);gap:2px;padding:8px 0}.arg-row dd{overflow-wrap:anywhere}.stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}.stat-tile:last-child:nth-child(odd){grid-column:1/-1}.research-list li{flex-wrap:wrap}.research-list a{overflow-wrap:anywhere;flex-basis:100%;order:3;max-width:100%}.research-item-add{opacity:1;order:4;margin-left:auto}.research-toolbar{flex-direction:column;align-items:stretch}.research-toolbar-actions{flex-wrap:wrap}.research-send-btn{flex:auto;justify-content:center}.connection-required-badge{margin:6px 0 0;display:table}.source-checkboxes{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.source-checkbox{min-height:36px}.post-content-card{padding:12px}.cost-figure{font-size:1.35rem}.cost-of{margin-top:3px;font-size:.82rem;display:block}}.mobile-menu-toggle{display:none}@media (width<=760px){.mobile-menu-toggle{min-width:76px;height:38px;color:var(--text-h);border:1px solid var(--border-strong);background:var(--surface);border-radius:6px;justify-content:center;align-items:center;gap:7px;padding:0 11px;display:inline-flex;box-shadow:0 1px 2px #1018280f}.mobile-menu-toggle:hover:not(:disabled){color:var(--accent);border-color:var(--accent);background:var(--accent-bg)}.mobile-menu-toggle span,.sidebar-close span{font-size:.75rem;font-weight:750}.sidebar-close{width:auto;height:34px;min-height:34px;color:var(--text-soft);border:1px solid var(--border);background:var(--surface);border-radius:6px;justify-content:center;align-items:center;gap:6px;margin-left:auto;padding:0 10px;display:inline-flex}.sidebar-close:hover:not(:disabled){color:var(--text-h);background:var(--surface-2)}}@media (width<=360px){.mobile-menu-toggle{width:40px;min-width:40px;padding:0}.mobile-menu-toggle span{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}}.login-shell{background:var(--bg);place-items:center;min-height:100svh;padding:24px;display:grid}.login-panel{border:1px solid var(--border);background:var(--surface);width:min(100%,400px);box-shadow:var(--shadow);border-radius:8px;flex-direction:column;gap:18px;padding:30px;animation:.28s both view-enter;display:flex}.login-brand{color:var(--text-h);align-items:center;gap:10px;display:flex}.login-brand>span:last-child{flex-direction:column;line-height:1.15;display:flex}.login-brand strong{font-size:1rem}.login-brand small{color:var(--text);text-transform:uppercase;font-size:.76rem;font-weight:650}.login-heading{align-items:flex-start;gap:11px;padding-top:8px;display:flex}.login-heading>span{width:36px;height:36px;color:var(--accent);background:var(--accent-bg);border-radius:6px;flex:0 0 36px;place-items:center;display:grid}.login-heading h1{letter-spacing:0;font-size:1.35rem}.login-heading p{color:var(--text);margin-top:3px}.login-field{color:var(--text-h);flex-direction:column;gap:6px;font-size:.8rem;font-weight:700;display:flex}.login-field input{width:100%;min-height:42px;color:var(--text-h);border:1px solid var(--border);background:var(--surface);font:inherit;border-radius:5px;padding:9px 11px;font-weight:500}.login-field input:focus{outline:2px solid var(--accent);outline-offset:-1px}.login-submit{border-color:var(--invert-bg);min-height:42px;color:var(--invert-fg);background:var(--invert-bg);border-radius:6px}.login-submit:hover:not(:disabled){border-color:var(--invert-bg-hover);background:var(--invert-bg-hover)}.login-error{color:var(--danger);border-left:3px solid var(--danger);background:var(--danger-bg);padding:10px 12px;font-size:.82rem}.auth-loading{min-height:100svh;color:var(--text-h);justify-content:center;align-items:center;gap:10px;font-weight:650;display:flex}.auth-spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:18px;height:18px;animation:.7s linear infinite spin}.sidebar-user-details strong{color:var(--sidebar-text);text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;overflow:hidden}.sidebar-user-details small{color:var(--sidebar-muted);text-transform:capitalize;font-size:.62rem;font-weight:700}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=480px){.login-shell{padding:14px}.login-panel{padding:22px 18px}}.app-shell{background:var(--bg)}.app-body:before{content:"";z-index:0;pointer-events:none;background-image:radial-gradient(var(--border) .55px, transparent .55px);opacity:.32;background-size:24px 24px;position:fixed;inset:36px 0 0 264px;-webkit-mask-image:linear-gradient(#000,#0000 44%);mask-image:linear-gradient(#000,#0000 44%)}.app-sidebar{background:color-mix(in srgb, var(--sidebar-bg) 92%, transparent);-webkit-backdrop-filter:blur(24px)saturate(140%)}.sidebar-top{min-height:70px}.sidebar-brand-mark{color:var(--invert-fg);border-color:var(--invert-bg);background:var(--invert-bg);position:relative;box-shadow:0 5px 14px -9px #00000073}.workspace-status{background:linear-gradient(145deg, var(--surface), var(--surface-muted));margin:14px 12px 8px;padding:10px}.workspace-status-icon{color:var(--accent);background:var(--accent-bg)}.sidebar-group-label{padding-top:2px}.sidebar-item{min-height:42px}.sidebar-item-active,.sidebar-item-active:hover:not(:disabled){border-color:var(--border);background:var(--surface);box-shadow:0 1px 2px #00000009}.sidebar-item-indicator{top:9px;bottom:9px}.app-main{z-index:1;background:0 0;padding-top:0;position:relative}.workspace-header{z-index:8;margin:0 calc(-1 * var(--main-px)) 28px;padding:16px var(--main-px) 20px;background:linear-gradient(to bottom, var(--bg) 70%, color-mix(in srgb, var(--bg) 88%, transparent));-webkit-backdrop-filter:blur(20px)saturate(150%);position:sticky;top:0}.workspace-header:after{content:"";right:var(--main-px);bottom:0;left:var(--main-px);background:linear-gradient(90deg, var(--border), transparent 82%);height:1px;position:absolute}.page-context{-webkit-backdrop-filter:none;backdrop-filter:none;height:auto;box-shadow:none;letter-spacing:.015em;background:0 0;gap:6px;margin:0 0 13px;padding:0;font-size:.65rem;font-weight:550;position:static}.workspace-heading{align-items:center;gap:13px;display:flex}.workspace-heading-icon{width:42px;height:42px;color:var(--accent);border:1px solid var(--border);background:linear-gradient(145deg, var(--surface), var(--accent-bg));border-radius:10px;flex:0 0 42px;place-items:center;display:grid;box-shadow:0 6px 20px -16px #0070f3bf}.workspace-heading>div{flex:1;min-width:0}.workspace-heading h1{letter-spacing:-.028em;font-size:clamp(1.45rem,1.15rem + .8vw,1.85rem);font-weight:730;line-height:1.08}.workspace-heading p{color:var(--text-soft);margin-top:5px;font-size:.78rem}.workspace-mode{color:var(--success);border:1px solid var(--border);background:var(--surface);white-space:nowrap;border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-size:.65rem;font-weight:650;display:inline-flex}.workspace-mode:before{content:"";width:6px;height:6px;box-shadow:0 0 0 3px var(--success-bg);background:currentColor;border-radius:50%}.view-header{justify-content:flex-end;min-height:36px;margin:0 0 14px}.view-header:empty{display:none}.view-header>button,.header-actions>button{min-height:34px;color:var(--text);background:var(--surface);padding:0 12px;box-shadow:0 1px 2px #00000009}.empty-state{color:var(--text);border-color:var(--border);background:color-mix(in srgb, var(--surface) 80%, transparent);padding:14px 16px 14px 42px;font-size:.8rem;line-height:1.55;position:relative}.empty-state:before{content:"✦";color:var(--accent);font-size:.8rem;position:absolute;top:14px;left:16px}.card-list{gap:14px}.card{border-color:var(--border);background:color-mix(in srgb, var(--surface) 96%, transparent);transition:border-color var(--duration-fast) ease, box-shadow var(--duration-fast) ease, transform var(--duration-fast) ease;border-radius:10px;padding:20px;position:relative;overflow:hidden;box-shadow:0 1px 2px #00000006}.card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff8c,#0000);height:1px;position:absolute;top:0;left:18px;right:18px}.card:hover{border-color:var(--border-strong);box-shadow:0 12px 32px -28px #0006}.card h3{letter-spacing:-.012em;font-size:1rem;font-weight:680}.card-meta{max-width:68ch;margin-top:6px;margin-bottom:14px;line-height:1.55}.card-actions{gap:9px}.card-actions[style]{gap:10px!important}.card-actions>button:not(.btn-approve):not(.btn-reject){min-height:40px;font-weight:620}input[type=text],input[type=date],input[type=password],textarea,select{background:var(--bg);border-radius:7px;min-height:42px;padding:.62rem .76rem}textarea{line-height:1.5}.source-checkboxes{border:1px solid var(--border);background:var(--bg);border-radius:7px;padding:10px 12px}.source-checkbox{min-height:24px}.result-panel{margin-top:16px;padding-top:16px}.badge,.error-banner,.info-banner,.publish-timing-notice{border:1px solid color-mix(in srgb, currentColor 20%, transparent)}.workflow-command-center .card-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;display:grid}.workflow-command-center .card{min-height:100%}.workflow-command-center .empty-state{margin-bottom:16px}.connection-group{padding-top:4px}.connection-group-title{letter-spacing:.085em;align-items:center;gap:10px;margin:0 0 9px;font-size:.67rem;display:flex}.connection-group-title:after{content:"";background:linear-gradient(90deg, var(--border), transparent);flex:1;height:1px}.arg-list{border:1px solid var(--border);background:var(--bg);border-radius:7px;padding:6px 10px}.arg-row{padding:7px 4px}.arg-row+.arg-row{border-top:1px solid var(--border)}.login-panel{border-radius:14px;box-shadow:0 24px 70px -42px #00000080}@media (width<=900px){.workflow-command-center .card-list{grid-template-columns:1fr}}@media (width<=760px){.app-body:before{display:none}.workspace-header{margin-bottom:20px;padding-top:14px;padding-bottom:16px}.workspace-mode{display:none}.workspace-heading-icon{border-radius:9px;flex-basis:38px;width:38px;height:38px}.workspace-heading h1{font-size:1.35rem}.workspace-heading p{font-size:.72rem}.app-sidebar{-webkit-backdrop-filter:blur(28px)saturate(150%);backdrop-filter:blur(28px)saturate(150%)}}@media (width<=520px){.workspace-header{margin-bottom:16px}.page-context{margin-bottom:10px}.workspace-heading p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.card{padding:16px 14px}.source-checkboxes{grid-template-columns:1fr 1fr}}@media (prefers-reduced-transparency:reduce){.app-sidebar,.workspace-header{background:var(--bg);-webkit-backdrop-filter:none}}.source-checkboxes{flex-wrap:wrap;gap:6px;padding:8px;display:flex}.source-toggle{isolation:isolate;width:auto;min-width:0;min-height:30px;color:var(--text);border:1px solid var(--border);background:var(--surface);text-transform:capitalize;border-radius:999px;justify-content:center;align-items:center;gap:6px;padding:0 8px 0 10px;font-size:.67rem;font-weight:620;transition:color .14s,border-color .14s,background-color .14s,box-shadow .18s;display:inline-flex;position:relative;overflow:hidden}.source-toggle:hover:not(:disabled){color:var(--text-h);border-color:var(--border-strong);background:var(--surface-2)}.source-toggle:after{content:"";z-index:-1;background:linear-gradient(110deg, transparent 15%, color-mix(in srgb, var(--accent) 18%, transparent) 45%, transparent 72%);opacity:0;pointer-events:none;position:absolute;inset:-1px;transform:translate(-115%)}.source-toggle-active{color:var(--accent);border-color:color-mix(in srgb, var(--accent) 42%, var(--border));background:var(--accent-bg);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--accent) 8%, transparent), 0 6px 18px -16px var(--accent)}.source-toggle-active:after{opacity:1;animation:source-magic-sweep .62s var(--ease-critical) both}.source-toggle-label{z-index:1;text-overflow:ellipsis;white-space:nowrap;position:relative;overflow:hidden}.source-toggle-state{z-index:1;width:17px;height:17px;color:var(--accent);background:color-mix(in srgb, var(--accent) 13%, var(--surface));border-radius:50%;flex:0 0 17px;place-items:center;display:grid;position:relative}.source-toggle-state:before,.source-toggle-state:after{content:"";background:var(--accent);width:3px;height:3px;animation:source-spark-pop .52s var(--ease-spring) both;border-radius:50%;position:absolute}.source-toggle-state:before{top:-2px;right:1px}.source-toggle-state:after{animation-delay:70ms;bottom:0;left:-2px}.source-toggle-dot{background:var(--border-strong);border-radius:50%;flex:0 0 5px;width:5px;height:5px}@keyframes source-magic-sweep{0%{transform:translate(-115%)}to{transform:translate(115%)}}@keyframes source-spark-pop{0%{opacity:0;transform:scale(.2)translate(0)}55%{opacity:1}to{opacity:0;transform:scale(1.25)translate(4px,-5px)}}@media (width<=520px){.source-checkboxes{display:flex}.source-toggle{min-height:32px}}@media (prefers-reduced-motion:reduce){.source-toggle-active:after,.source-toggle-state:before,.source-toggle-state:after{animation:none}}.landing{background:var(--bg);min-height:100svh;color:var(--text);overflow-x:hidden}.landing-nav{z-index:20;background:var(--bg-translucent);-webkit-backdrop-filter:blur(14px)saturate(160%);border-bottom:1px solid var(--border);position:sticky;top:0}@media (prefers-reduced-transparency:reduce){.landing-nav{background:var(--bg);-webkit-backdrop-filter:none;backdrop-filter:none}}.landing-nav-inner{justify-content:space-between;align-items:center;max-width:1080px;height:60px;margin:0 auto;padding:0 24px;display:flex}.landing-brand{align-items:center;gap:10px;display:flex}.landing-brand-mark{border:1px solid var(--border);background:var(--surface);width:32px;height:32px;color:var(--text-h);border-radius:8px;flex:0 0 32px;place-items:center;display:grid}.landing-brand-mark svg{width:18px;height:18px}.landing-brand-copy{flex-direction:column;line-height:1.1;display:flex}.landing-brand-copy strong{letter-spacing:-.01em;color:var(--text-h);font-size:.86rem}.landing-brand-copy small{letter-spacing:.06em;color:var(--text-soft);margin-top:2px;font-size:.62rem;font-weight:650}.landing-nav-cta{height:34px;color:var(--text-h);background:var(--surface);border:1px solid var(--border);cursor:pointer;transition:background-color var(--duration-fast) ease, border-color var(--duration-fast) ease;border-radius:6px;align-items:center;gap:6px;padding:0 14px;font-size:.82rem;font-weight:500;display:inline-flex}.landing-nav-cta:hover{background:var(--surface-2);border-color:var(--border-strong)}.landing-hero{isolation:isolate;padding:clamp(64px,12vw,128px) 24px clamp(56px,9vw,96px);position:relative;overflow:hidden}.landing-glow{z-index:0;background:radial-gradient(circle, var(--accent) 0%, transparent 70%);opacity:.16;filter:blur(70px);pointer-events:none;border-radius:50%;width:640px;height:640px;margin-top:-320px;margin-left:-320px;position:absolute}:root[data-theme=dark] .landing-glow{opacity:.24}.landing-hero-content{z-index:1;text-align:center;flex-direction:column;align-items:center;gap:20px;max-width:720px;margin:0 auto;display:flex;position:relative}.landing-hero-badge{border:1px solid var(--border);background:var(--surface);width:88px;height:88px;color:var(--accent);box-shadow:0 0 0 8px var(--accent-bg);border-radius:20px;place-items:center;display:grid}.landing-hero-badge svg{width:46px;height:46px}.landing-hero-content h1{letter-spacing:-.03em;color:var(--text-h);margin:0;font-size:clamp(2.2rem,5vw,3.6rem);font-weight:750;line-height:1.06}.landing-hero-content p{max-width:560px;color:var(--text);margin:0;font-size:clamp(.95rem,1.4vw,1.08rem);line-height:1.6}.landing-hero-actions{align-items:center;gap:18px;margin-top:4px;display:flex}.landing-cta-primary{height:44px;color:var(--invert-fg);background:var(--invert-bg);border:1px solid var(--invert-bg);cursor:pointer;transition:background-color var(--duration-fast) ease, border-color var(--duration-fast) ease, transform var(--duration-fast) ease;border-radius:8px;align-items:center;gap:8px;padding:0 20px;font-size:.92rem;font-weight:600;display:inline-flex}.landing-cta-primary:hover{background:var(--invert-bg-hover);border-color:var(--invert-bg-hover)}.landing-cta-primary:active{transform:scale(.97)}.landing-cta-secondary{color:var(--text);transition:border-color var(--duration-fast) ease, color var(--duration-fast) ease;border-bottom:1px solid #0000;font-size:.9rem;font-weight:500;text-decoration:none}.landing-cta-secondary:hover{color:var(--text-h);border-color:var(--border-strong)}.landing-section{max-width:1080px;margin:0 auto;padding:clamp(48px,8vw,88px) 24px}.landing-section-muted{background:var(--surface-muted);border-top:1px solid var(--border);border-bottom:1px solid var(--border);max-width:none}.landing-section-muted>*{max-width:1080px;margin-left:auto;margin-right:auto}.landing-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--text-soft);margin:0 0 8px;font-size:.72rem;font-weight:650}.landing-section h2{letter-spacing:-.02em;max-width:640px;color:var(--text-h);margin:0 0 40px;font-size:clamp(1.4rem,2.6vw,2rem);font-weight:700;line-height:1.2}.landing-pipeline{justify-content:space-between;gap:12px;display:flex;position:relative}.landing-pipeline:before{content:"";background:var(--border);z-index:0;height:1px;position:absolute;top:27px;left:40px;right:40px}.pipeline-step{z-index:1;text-align:center;flex-direction:column;flex:1;align-items:center;gap:6px;display:flex;position:relative}.pipeline-icon{border:1px solid var(--border);background:var(--bg);width:54px;height:54px;color:var(--accent);border-radius:12px;place-items:center;display:grid}.pipeline-step strong{color:var(--text-h);font-size:.86rem;font-weight:650}.pipeline-step small{color:var(--text-soft);font-size:.74rem}.landing-pipeline-note{text-align:center;max-width:620px;color:var(--text-soft);margin:32px auto 0;font-size:.85rem;line-height:1.6}.landing-agent-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;display:grid}.agent-card{border:1px solid var(--border);background:var(--surface);transition:border-color var(--duration-fast) ease, transform var(--duration-fast) ease;border-radius:10px;padding:20px}.agent-card:hover{border-color:var(--border-strong);transform:translateY(-2px)}.agent-card-icon{background:var(--accent-bg);width:34px;height:34px;color:var(--accent);border-radius:8px;place-items:center;margin-bottom:14px;display:grid}.agent-card h3{color:var(--text-h);letter-spacing:-.005em;margin:0 0 8px;font-size:.94rem;font-weight:650}.agent-card p{color:var(--text-soft);margin:0;font-size:.82rem;line-height:1.55}.landing-trust-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.trust-card{align-items:flex-start;gap:14px;display:flex}.trust-card-icon{border:1px solid var(--border);background:var(--surface);width:34px;height:34px;color:var(--text-h);border-radius:8px;flex:0 0 34px;place-items:center;display:grid}.trust-card strong{color:var(--text-h);margin-bottom:4px;font-size:.88rem;font-weight:650;display:block}.trust-card p{color:var(--text-soft);margin:0;font-size:.82rem;line-height:1.55}.landing-footer{text-align:center;border-top:1px solid var(--border);max-width:1080px;margin:0 auto;padding:clamp(56px,9vw,96px) 24px clamp(72px,10vw,112px)}.landing-footer h2{letter-spacing:-.02em;color:var(--text-h);margin:0 0 28px;font-size:clamp(1.5rem,3vw,2.1rem);font-weight:700}@media (width<=640px){.landing-pipeline{flex-direction:column;align-items:stretch;gap:20px}.landing-pipeline:before{width:1px;height:auto;inset:0 auto 0 27px}.pipeline-step{text-align:left;flex-direction:row;gap:12px}.pipeline-icon{flex:0 0 44px;width:44px;height:44px}.landing-hero-actions{flex-direction:column;gap:14px}.landing-nav-inner{padding:0 16px}.landing-hero,.landing-section{padding-left:16px;padding-right:16px}}@media (prefers-reduced-motion:reduce){.landing-glow{display:none}}.landing-hero{background-image:radial-gradient(var(--border) .65px, transparent .65px);background-position:50%;background-size:22px 22px;padding:clamp(72px,9vw,116px) 24px 76px}.landing-hero:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(to bottom, var(--bg) 0, transparent 24%, transparent 76%, var(--bg) 100%);position:absolute;inset:0}.landing-hero-inner{z-index:1;max-width:1120px;margin:0 auto;position:relative}.landing-hero-content{gap:22px;max-width:800px}.landing-hero-kicker{color:var(--text);border:1px solid var(--border);background:var(--bg-translucent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);letter-spacing:.01em;border-radius:999px;align-items:center;gap:7px;padding:6px 10px;font-size:.72rem;font-weight:650;display:inline-flex}.landing-hero-content h1{letter-spacing:-.052em;max-width:800px;font-size:clamp(2.65rem,6.4vw,5rem);line-height:.98}.landing-hero-content h1>span{color:#0000;background:linear-gradient(110deg, var(--text-h) 10%, var(--accent) 95%);-webkit-background-clip:text;background-clip:text}.landing-hero-content p{max-width:620px;font-size:clamp(1rem,1.4vw,1.12rem)}.product-preview{text-align:left;max-width:980px;color:var(--text);border:1px solid var(--border-strong);background:var(--surface);border-radius:14px;margin:68px auto 0;position:relative;overflow:hidden;box-shadow:0 34px 90px -42px #0000006b,0 8px 24px -14px #00000029}.product-preview:before{content:"";pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 1px #ffffff73}.preview-window-bar{border-bottom:1px solid var(--border);background:var(--surface-muted);grid-template-columns:1fr auto 1fr;align-items:center;height:38px;padding:0 13px;font-size:.62rem;display:grid}.preview-window-dots{gap:5px;display:flex}.preview-window-dots i{background:var(--border-strong);border-radius:50%;width:7px;height:7px}.preview-window-title{color:var(--text-soft);align-items:center;gap:5px;display:flex}.preview-live{color:var(--success);justify-self:end;align-items:center;gap:5px;font-weight:650;display:flex}.preview-live i,.preview-status i{width:6px;height:6px;box-shadow:0 0 0 3px var(--success-bg);background:currentColor;border-radius:50%}.preview-shell{grid-template-columns:58px 1fr;min-height:400px;display:grid}.preview-rail{border-right:1px solid var(--border);background:var(--surface-muted);flex-direction:column;align-items:center;gap:10px;padding:13px 0;display:flex}.preview-rail-mark,.preview-rail-item,.preview-avatar{border-radius:7px;place-items:center;width:30px;height:30px;display:grid}.preview-rail-mark{color:var(--accent);background:var(--accent-bg);margin-bottom:10px}.preview-rail-mark svg{width:20px;height:20px}.preview-rail-item{color:var(--text-soft)}.preview-rail-item-active{color:var(--text-h);border:1px solid var(--border);background:var(--surface);box-shadow:0 1px 2px #0000000d}.preview-rail-spacer{flex:1}.preview-avatar{width:27px;height:27px;color:var(--invert-fg);background:var(--invert-bg);border-radius:50%;font-size:.62rem;font-weight:700}.preview-main{background:var(--bg);padding:28px}.preview-heading{justify-content:space-between;align-items:center;gap:20px;display:flex}.preview-heading>div{flex-direction:column;gap:4px;display:flex}.preview-heading span{color:var(--text-soft);font-size:.63rem}.preview-heading strong{color:var(--text-h);letter-spacing:-.025em;font-size:1.18rem}.preview-status{border:1px solid var(--border);background:var(--surface);border-radius:999px;align-items:center;gap:6px;padding:6px 9px;font-weight:650;display:flex;color:var(--success)!important}.preview-kpis{border:1px solid var(--border);background:var(--surface);border-radius:8px;grid-template-columns:repeat(3,1fr);margin:22px 0 14px;display:grid}.preview-kpis>div{flex-direction:column;gap:6px;padding:14px 16px;display:flex}.preview-kpis>div+div{border-left:1px solid var(--border)}.preview-kpis span{color:var(--text-soft);font-size:.64rem}.preview-kpis strong{color:var(--text-h);letter-spacing:-.02em;font-size:1.1rem}.preview-kpis small{color:var(--text-soft);font-size:.68rem;font-weight:500}.preview-grid{grid-template-columns:1.3fr .9fr;gap:14px;display:grid}.preview-activity-card,.preview-approval-card{border:1px solid var(--border);background:var(--surface);border-radius:8px;min-width:0;padding:16px}.preview-card-head{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.preview-card-head span{color:var(--text-h);font-size:.72rem;font-weight:650}.preview-card-head small{color:var(--text-soft);font-size:.6rem}.preview-agent-row{border-top:1px solid var(--border);align-items:center;gap:10px;padding:11px 0;display:flex}.preview-agent-icon{width:28px;height:28px;color:var(--accent);background:var(--accent-bg);border-radius:6px;flex:0 0 28px;place-items:center;display:grid}.preview-agent-row>div{flex-direction:column;flex:1;min-width:0;display:flex}.preview-agent-row strong{color:var(--text-h);font-size:.68rem}.preview-agent-row small{color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap;font-size:.58rem;overflow:hidden}.preview-wave{align-items:center;gap:2px;height:16px;display:flex}.preview-wave i{background:var(--accent);border-radius:2px;width:2px;height:6px;animation:.9s ease-in-out infinite alternate preview-wave}.preview-wave i:nth-child(2){height:12px;animation-delay:-.4s}.preview-wave i:nth-child(3){height:9px;animation-delay:-.2s}.preview-wave i:nth-child(4){height:4px;animation-delay:-.6s}.preview-done{width:20px;height:20px;color:var(--success);background:var(--success-bg);border-radius:50%;place-items:center;display:grid}.preview-approval-card p{color:var(--text);font-size:.68rem;line-height:1.55}.preview-confidence{border-top:1px solid var(--border);justify-content:space-between;margin-top:14px;padding:8px 0;font-size:.62rem;display:flex}.preview-confidence span{color:var(--text-soft);align-items:center;gap:4px;display:flex}.preview-confidence strong{color:var(--success)}.preview-actions{justify-content:flex-end;gap:6px;margin-top:8px;display:flex}.preview-actions span,.preview-actions strong{border:1px solid var(--border);border-radius:5px;align-items:center;gap:4px;height:26px;padding:0 9px;font-size:.6rem;font-weight:600;display:inline-flex}.preview-actions strong{color:var(--invert-fg);border-color:var(--invert-bg);background:var(--invert-bg)}@keyframes preview-wave{to{transform:scaleY(1.65)}}.landing-proof{border-top:1px solid var(--border);border-bottom:1px solid var(--border);grid-template-columns:repeat(4,1fr);max-width:1080px;margin:0 auto;display:grid}.landing-proof>div{justify-content:center;align-items:baseline;gap:7px;padding:24px 12px;display:flex}.landing-proof>div+div{border-left:1px solid var(--border)}.landing-proof strong{color:var(--text-h);font-variant-numeric:tabular-nums;font-size:1rem}.landing-proof span{color:var(--text-soft);font-size:.68rem}@media (width<=760px){.landing-hero{padding:56px 16px 48px}.landing-hero-content h1{font-size:clamp(2.45rem,12vw,3.5rem)}.product-preview{border-radius:11px;margin-top:48px}.preview-main{padding:18px}.preview-grid{grid-template-columns:1fr}.preview-approval-card{display:none}.landing-proof{grid-template-columns:repeat(2,1fr);margin:0 16px}.landing-proof>div:nth-child(3){border-left:0;border-top:1px solid var(--border)}.landing-proof>div:nth-child(4){border-top:1px solid var(--border)}}@media (width<=480px){.preview-shell{grid-template-columns:42px 1fr;min-height:340px}.preview-rail{padding-top:10px}.preview-rail-item{display:none}.preview-main{padding:14px}.preview-heading{align-items:flex-start}.preview-status{padding:7px;font-size:0!important}.preview-kpis>div{padding:11px 9px}.preview-kpis span{font-size:.55rem}.preview-kpis strong{font-size:.9rem}}@media (prefers-reduced-motion:reduce){.preview-wave i{animation:none}}@media (prefers-reduced-transparency:reduce){.landing-hero-kicker{background:var(--surface);-webkit-backdrop-filter:none;backdrop-filter:none}}
