*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--black: #0a0a0a;--ink: #111111;--white: #ffffff;--paper: #ffffff;--line: #ebebeb;--line-soft: #f3f3f3;--muted: #8a8a8a;--muted-2: #b4b4b4;--live: #16c45f;--serif: "DM Serif Display", Georgia, serif;--sans: "DM Sans", system-ui, -apple-system, sans-serif}html,body,#root{height:100%;font-family:var(--sans);font-size:14px;color:var(--ink);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,textarea{font-family:inherit}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-thumb{background:#e0e0e0;border-radius:99px}::-webkit-scrollbar-thumb:hover{background:#cfcfcf}::-webkit-scrollbar-track{background:transparent}.app-layout{display:flex;height:100vh;overflow:hidden}.app-main{flex:1;display:flex;flex-direction:column;overflow:hidden;background:var(--white);min-width:0}.sidebar{width:270px;flex-shrink:0;background:var(--black);display:flex;flex-direction:column;color:#fff}.sidebar-brand{display:flex;align-items:center;gap:12px;padding:26px 22px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.brand-mark{width:38px;height:38px;border:1.5px solid rgba(255,255,255,.85);display:flex;align-items:center;justify-content:center;flex-shrink:0}.brand-mark span{font-family:var(--serif);font-size:19px;line-height:1;color:#fff;letter-spacing:-.02em}.brand-text-name{font-family:var(--serif);font-size:16px;color:#fff;line-height:1.15;letter-spacing:.01em}.brand-text-sub{font-size:10.5px;color:#ffffff6b;letter-spacing:.16em;text-transform:uppercase;margin-top:3px}.sidebar-nav{flex:1;padding:18px 0;overflow-y:auto}.sidebar-section-label{font-size:10px;font-weight:600;color:#ffffff52;letter-spacing:.18em;text-transform:uppercase;padding:16px 22px 8px}.sidebar-nav-group{display:flex;flex-direction:column}.sidebar-nav-item{display:flex;align-items:stretch;width:100%;font-size:13.5px;font-weight:400;color:#ffffff9e;border-left:2px solid transparent;transition:background .13s ease,color .13s ease,border-color .13s ease}.sidebar-nav-item:hover{background:#ffffff0d;color:#fff}.sidebar-nav-item.active{background:#fff;color:var(--black);font-weight:600;border-left-color:#fff}.sidebar-nav-main{flex:1;display:flex;align-items:center;gap:13px;background:none;border:none;color:inherit;font:inherit;text-align:left;padding:10px 6px 10px 22px;cursor:pointer;min-width:0}.sidebar-nav-main svg{width:17px;height:17px;stroke-width:1.6;flex-shrink:0}.sidebar-nav-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-nav-caret{display:flex;align-items:center;justify-content:center;width:34px;background:none;border:none;color:inherit;cursor:pointer;padding:0 8px 0 0;flex-shrink:0}.caret{width:11px;height:11px;stroke-width:2;transition:transform .18s ease}.caret.open{transform:rotate(90deg)}.sidebar-status{margin:0 22px;padding:14px 0;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;gap:10px}.status-dot{width:8px;height:8px;border-radius:50%;background:var(--live);position:relative;flex-shrink:0}.status-dot:after{content:"";position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border-radius:50%;background:var(--live);opacity:.35;animation:livePulse 2s ease-out infinite}@keyframes livePulse{0%{transform:scale(.6);opacity:.55}70%{transform:scale(1.6);opacity:0}to{opacity:0}}.status-text{font-size:12px;color:#ffffffc7;font-weight:500}.status-sub{font-size:10.5px;color:#ffffff61;letter-spacing:.04em;margin-top:1px}.sidebar-footer{padding:14px 22px 20px}.sidebar-footer-text{font-size:10px;color:#ffffff47;letter-spacing:.14em;text-transform:uppercase}.chat-container{display:flex;flex-direction:column;height:100%;overflow:hidden}.chat-header{display:flex;align-items:baseline;justify-content:space-between;padding:0 36px;height:70px;background:var(--white);border-bottom:1px solid var(--line);flex-shrink:0}.chat-header-title{font-family:var(--serif);font-size:21px;color:var(--ink);letter-spacing:.01em}.chat-header-sub{font-size:11.5px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}.chat-messages{flex:1;overflow-y:auto;padding:36px 36px 28px;display:flex;flex-direction:column;gap:30px}.chat-thread{width:100%;max-width:760px;margin:0 auto;display:flex;flex-direction:column;gap:30px}.message-row{display:flex;flex-direction:column}.message-row--user{align-items:flex-end}.message-row--assistant,.message-row--error{align-items:flex-start}.message-label{display:flex;align-items:center;gap:7px;font-size:10.5px;font-weight:600;letter-spacing:.14em;color:var(--muted);margin-bottom:7px;text-transform:uppercase}.message-label .badge{width:5px;height:5px;background:var(--ink);border-radius:50%}.message-bubble{max-width:86%;font-size:14px;line-height:1.7}.message-bubble--user{background:var(--black);color:#fff;padding:13px 18px;border-radius:2px}.message-bubble--assistant{background:var(--white);color:var(--ink);max-width:100%}.message-bubble--error{background:#fff;color:#b3261e;border:1px solid #f1c9c6;padding:13px 18px;font-size:13px;border-radius:2px}.message-bubble--assistant h1,.message-bubble--assistant h2,.message-bubble--assistant h3{font-family:var(--serif);font-weight:400;margin:18px 0 8px;color:var(--ink);letter-spacing:.01em}.message-bubble--assistant h1{font-size:19px}.message-bubble--assistant h2{font-size:17px}.message-bubble--assistant h3{font-size:15px}.message-bubble--assistant>:first-child{margin-top:0}.message-bubble--assistant>:last-child{margin-bottom:0}.message-bubble--assistant p{margin:9px 0}.message-bubble--assistant ul,.message-bubble--assistant ol{padding-left:20px;margin:9px 0}.message-bubble--assistant li{margin:5px 0}.message-bubble--assistant li::marker{color:var(--muted-2)}.message-bubble--assistant strong{font-weight:600}.message-bubble--assistant em{font-style:italic}.message-bubble--assistant code{font-family:SF Mono,DM Mono,ui-monospace,monospace;font-size:12.5px;background:var(--line-soft);padding:2px 6px;border:1px solid var(--line);border-radius:3px}.message-bubble--assistant pre{background:var(--black);color:#f3f3f3;padding:16px 18px;border-radius:4px;overflow-x:auto;margin:12px 0}.message-bubble--assistant pre code{background:none;border:none;padding:0;color:inherit;font-size:12.5px}.message-bubble--assistant blockquote{border-left:2px solid var(--ink);padding-left:16px;margin:12px 0;color:var(--muted)}.message-bubble--assistant hr{border:none;border-top:1px solid var(--line);margin:18px 0}.message-bubble--assistant table{border-collapse:collapse;width:100%;margin:12px 0;font-size:13px}.message-bubble--assistant th,.message-bubble--assistant td{border:1px solid var(--line);padding:8px 12px;text-align:left}.message-bubble--assistant th{background:var(--line-soft);font-weight:600}.message-sources{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line-soft)}.message-sources-label{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);margin-right:3px}.source-tag{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:500;color:var(--ink);background:var(--white);border:1px solid var(--line);padding:4px 10px;border-radius:99px}.source-tag svg{width:11px;height:11px;stroke-width:1.8;color:var(--muted)}.source-tag--model{font-family:SF Mono,ui-monospace,monospace;font-size:10.5px;letter-spacing:.02em}.typing{display:flex;align-items:center;gap:6px;padding:6px 0}.typing .dot{width:7px;height:7px;background:var(--muted-2);border-radius:50%;animation:typingBounce 1.4s ease-in-out infinite}.typing .dot:nth-child(2){animation-delay:.18s}.typing .dot:nth-child(3){animation-delay:.36s}@keyframes typingBounce{0%,70%,to{transform:translateY(0);opacity:.35}35%{transform:translateY(-5px);opacity:1}}.welcome{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:760px;margin:0 auto;width:100%;padding:20px 0 40px}.welcome-eyebrow{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-2);margin-bottom:14px}.welcome-title{font-family:var(--serif);font-size:38px;line-height:1.2;color:var(--ink);letter-spacing:.005em;margin-bottom:12px}.welcome-title em{font-style:italic}.welcome-sub{font-size:14.5px;color:var(--muted);line-height:1.65;max-width:520px;margin-bottom:38px}.welcome-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px}.welcome-card{text-align:left;background:var(--white);border:1px solid var(--line);padding:20px 20px 22px;cursor:pointer;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease;border-radius:3px}.welcome-card:hover{border-color:var(--ink);transform:translateY(-2px);box-shadow:0 6px 22px #0000000f}.welcome-card-icon{width:30px;height:30px;border:1px solid var(--line);display:flex;align-items:center;justify-content:center;margin-bottom:16px;border-radius:3px}.welcome-card-icon svg{width:15px;height:15px;stroke-width:1.7;color:var(--ink)}.welcome-card-title{font-size:13.5px;font-weight:600;color:var(--ink);margin-bottom:6px;letter-spacing:.01em}.welcome-card-desc{font-size:12.5px;color:var(--muted);line-height:1.55}.chat-input-wrap{padding:20px 36px 28px;background:var(--white);border-top:1px solid var(--line);box-shadow:0 -8px 24px #0000000a;flex-shrink:0}.chat-input-box{max-width:760px;margin:0 auto;display:flex;align-items:flex-end;gap:10px;border:1.5px solid #d4d4d4;border-radius:8px;padding:10px 10px 10px 8px;background:var(--white);box-shadow:0 3px 14px #0000000d;transition:border-color .15s ease,box-shadow .15s ease}.chat-input-box:focus-within{border-color:var(--ink);box-shadow:0 6px 22px #0000001a}.icon-btn{width:38px;height:38px;flex-shrink:0;border:none;background:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--muted);border-radius:5px;transition:background .13s ease,color .13s ease}.icon-btn:hover{background:var(--line-soft);color:var(--ink)}.icon-btn svg{width:18px;height:18px;stroke-width:1.7}.chat-textarea{flex:1;resize:none;border:none;outline:none;font-size:14.5px;line-height:1.55;color:var(--ink);background:transparent;padding:11px 6px;min-height:46px;max-height:200px;overflow-y:auto}.chat-textarea::placeholder{color:#7a7a7a}.chat-textarea:disabled{color:var(--muted-2);cursor:not-allowed}.send-btn{width:44px;height:44px;flex-shrink:0;border:none;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:6px;box-shadow:0 4px 12px #0000002e;transition:background .15s ease,transform .15s ease,box-shadow .15s ease,opacity .15s ease}.send-btn svg{width:18px;height:18px;stroke-width:2}.send-btn:hover:not(:disabled){background:#1a1a1a;transform:translateY(-1px);box-shadow:0 6px 16px #00000038}.send-btn:disabled{background:#d4d4d4;cursor:not-allowed;box-shadow:none}.chat-disclaimer{max-width:760px;margin:11px auto 0;text-align:center;font-size:10.5px;color:var(--muted-2);letter-spacing:.03em}.sidebar-user{display:flex;align-items:center;gap:11px;padding:14px 22px;margin-top:4px;border-top:1px solid rgba(255,255,255,.08)}.sidebar-user-meta{min-width:0}.sidebar-user-name{font-size:12.5px;font-weight:600;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user-email{font-size:10.5px;color:#fff6;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:1px}.auth-layout{display:flex;height:100vh;overflow:hidden}.auth-brand{width:46%;background:var(--black);color:#fff;display:flex;flex-direction:column;justify-content:space-between;padding:44px 52px}.auth-brand-top{display:flex;align-items:center;gap:13px}.auth-brand-mark{width:42px;height:42px}.auth-brand-mark span{font-size:21px}.auth-brand-center{max-width:440px}.auth-eyebrow{font-size:11px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#ffffff6b;margin-bottom:22px}.auth-headline{font-family:var(--serif);font-size:44px;line-height:1.18;letter-spacing:.005em;color:#fff;margin-bottom:20px}.auth-headline em{font-style:italic}.auth-tagline{font-size:14.5px;line-height:1.7;color:#ffffff8c}.auth-brand-footer{display:flex;align-items:center;gap:10px;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#ffffff57}.auth-form-side{flex:1;background:var(--white);display:flex;align-items:center;justify-content:center;padding:40px;overflow-y:auto}.auth-form-inner{width:100%;max-width:380px}.auth-form-head{margin-bottom:30px}.auth-form-title{font-family:var(--serif);font-size:28px;color:var(--ink);margin-bottom:9px}.auth-form-sub{font-size:13px;color:var(--muted);line-height:1.6}@media (max-width: 880px){.auth-brand{display:none}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.message-row{animation:fadeInUp .34s cubic-bezier(.22,.61,.36,1) both}.section-fade{animation:fadeInUp .4s cubic-bezier(.22,.61,.36,1) both}.welcome-cards .welcome-card{animation:fadeIn .42s ease both}.welcome-cards .welcome-card:nth-child(1){animation-delay:.04s}.welcome-cards .welcome-card:nth-child(2){animation-delay:.09s}.welcome-cards .welcome-card:nth-child(3){animation-delay:.14s}.welcome-cards .welcome-card:nth-child(4){animation-delay:.19s}.sidebar-nav-main{transition:padding-left .18s ease,background .18s ease,color .18s ease}.sidebar-nav-item.active .sidebar-nav-main{padding-left:24px}.stream-caret{display:inline-block;width:7px;height:1.05em;vertical-align:-2px;margin-left:3px;background:var(--ink);animation:caretBlink 1s steps(1) infinite}@keyframes caretBlink{50%{opacity:0}}@media (prefers-reduced-motion: reduce){.message-row,.section-fade,.welcome-cards .welcome-card,.stream-caret{animation:none!important}}.chat-header-actions{display:flex;align-items:center;gap:6px}.header-btn{display:inline-flex;align-items:center;gap:6px;height:32px;padding:0 12px;border:1px solid var(--line);background:var(--white);color:var(--ink);font-family:inherit;font-size:12px;font-weight:500;border-radius:5px;cursor:pointer;transition:background .13s ease,border-color .13s ease,color .13s ease}.header-btn svg{width:13px;height:13px;stroke-width:1.8;color:var(--muted);transition:color .13s ease}.header-btn:hover{background:var(--ink);color:#fff;border-color:var(--ink)}.header-btn:hover svg{color:#fff}.chat-body{position:relative;flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.history-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;pointer-events:none}.history-overlay.open{pointer-events:auto}.history-overlay-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0000;transition:background .25s ease}.history-overlay.open .history-overlay-bg{background:#00000029}.history-drawer{position:absolute;top:0;right:0;bottom:0;width:340px;background:#fff;border-left:1px solid var(--line);box-shadow:-10px 0 24px #0000000d;transform:translate(100%);transition:transform .28s cubic-bezier(.22,.61,.36,1);display:flex;flex-direction:column}.history-overlay.open .history-drawer{transform:translate(0)}.history-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:20px 22px 18px;border-bottom:1px solid var(--line)}.history-head .icon-btn{width:30px;height:30px;border:1px solid var(--line);border-radius:5px}.history-eyebrow{font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-2);margin-bottom:5px}.history-title{font-family:var(--serif);font-size:18px;color:var(--ink);line-height:1.2}.history-list{flex:1;overflow-y:auto;padding:6px 0 14px}.history-item{display:block;width:100%;text-align:left;background:none;border:none;border-left:2px solid transparent;padding:12px 22px;cursor:pointer;font-family:inherit;transition:background .12s ease,border-color .12s ease}.history-item:hover{background:var(--line-soft)}.history-item.active{background:var(--line-soft);border-left-color:var(--ink)}.history-item-title{font-size:13px;font-weight:500;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.history-item-date{font-size:11px;color:var(--muted-2);letter-spacing:.02em;font-family:SF Mono,ui-monospace,monospace}.history-empty{padding:38px 22px;text-align:center;font-size:12.5px;color:var(--muted);line-height:1.6}.scroll-to-bottom-btn{position:absolute;bottom:18px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 14px;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:99px;font-family:inherit;font-size:12px;font-weight:500;letter-spacing:.01em;box-shadow:0 8px 22px #0000001a;cursor:pointer;z-index:4;animation:fadeInUp .22s ease both;transition:background .13s ease,color .13s ease,border-color .13s ease,transform .13s ease}.scroll-to-bottom-btn:hover{background:var(--ink);color:#fff;border-color:var(--ink);transform:translate(-50%) translateY(-1px)}.scroll-to-bottom-btn svg{width:13px;height:13px;stroke-width:2}@media (prefers-reduced-motion: reduce){.scroll-to-bottom-btn{animation:none!important}}.sidebar-history{padding:4px 0 8px 36px;animation:fadeIn .18s ease both}.sidebar-history-empty{font-size:11px;color:#ffffff52;padding:6px 16px;letter-spacing:.02em}.sidebar-history-item{display:flex;align-items:center;gap:4px;padding:4px 8px 4px 14px;margin:1px 4px 1px 0;border-left:2px solid transparent;border-radius:0 4px 4px 0;transition:background .12s ease,border-color .12s ease}.sidebar-history-item:hover{background:#ffffff0d}.sidebar-history-item.pinned{border-left-color:#ffffff80}.sidebar-history-item-body{flex:1;min-width:0;background:none;border:none;color:#ffffffa6;font:inherit;font-size:12px;text-align:left;padding:6px 4px;cursor:pointer;display:flex;flex-direction:column;gap:2px}.sidebar-history-item-body:hover{color:#fff}.sidebar-history-title{font-size:12px;font-weight:500;color:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-history-date{font-size:10px;color:#ffffff59;font-family:SF Mono,ui-monospace,monospace;letter-spacing:.02em}.pin-dot{color:#ffffff8c;font-weight:600;letter-spacing:.04em}.pin-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;background:none;border:none;border-radius:4px;color:#ffffff4d;cursor:pointer;flex-shrink:0;opacity:0;transition:opacity .13s ease,color .13s ease,background .13s ease}.pin-btn svg{width:13px;height:13px;stroke-width:1.8}.sidebar-history-item:hover .pin-btn{opacity:1}.pin-btn:hover{color:#fff;background:#ffffff12}.pin-btn.active{opacity:1;color:#ffffffe6}.message-bubble--assistant a{color:var(--ink);text-decoration:underline;text-decoration-color:var(--muted-2);text-underline-offset:3px;text-decoration-thickness:1px;transition:text-decoration-color .13s ease,color .13s ease;word-break:break-word}.message-bubble--assistant a:hover{text-decoration-color:var(--ink)}.attachments-row{max-width:760px;margin:0 auto 10px;display:flex;flex-wrap:wrap;gap:8px}.attachment-chip{display:inline-flex;align-items:center;gap:8px;background:var(--white);border:1px solid var(--line);border-radius:6px;padding:4px 10px 4px 4px;max-width:220px;box-shadow:0 2px 6px #0000000a}.attachment-chip-img{width:32px;height:32px;object-fit:cover;border-radius:4px}.attachment-chip-doc{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--line-soft);border-radius:4px;color:var(--ink)}.attachment-chip-doc svg{width:16px;height:16px;stroke-width:1.6}.attachment-chip-name{font-size:12px;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:130px}.attachment-chip-x{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:none;border:none;border-radius:4px;color:var(--muted);cursor:pointer;flex-shrink:0;transition:background .13s ease,color .13s ease}.attachment-chip-x svg{width:13px;height:13px;stroke-width:2}.attachment-chip-x:hover{background:var(--line-soft);color:var(--ink)}.attachment-error{max-width:760px;margin:0 auto 10px;font-size:11.5px;color:#b3261e;letter-spacing:.02em}.message-attachments{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.message-attachment-img img{display:block;max-width:260px;max-height:200px;object-fit:cover;border-radius:4px}.message-attachment-doc{display:inline-flex;align-items:center;gap:8px;background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.18);padding:6px 10px;border-radius:4px;font-size:12px}.message-attachment-doc svg{width:14px;height:14px;stroke-width:1.7}.welcome-brand{font-family:var(--serif);font-size:42px;line-height:1.15;letter-spacing:.005em;color:var(--ink);margin-top:8px;margin-bottom:10px}.welcome-tagline{font-size:17px;color:var(--muted);line-height:1.55;margin-bottom:28px}.welcome-tagline em{font-style:italic;color:var(--ink);opacity:.85}.welcome-cards--compact{gap:10px}.welcome-card--compact{padding:13px 14px 14px;border-radius:4px}.welcome-card--compact .welcome-card-title{font-size:12.5px;margin-bottom:4px}.welcome-card--compact .welcome-card-desc{font-size:11.5px;line-height:1.5}.model-selector{position:relative;display:flex;align-items:stretch}.model-selector-trigger{display:inline-flex;align-items:center;gap:4px;height:36px;padding:0 8px 0 12px;background:var(--white);color:var(--ink);border:1px solid var(--line);border-radius:5px;font:inherit;font-size:12.5px;font-weight:500;letter-spacing:.01em;cursor:pointer;flex-shrink:0;transition:background .13s ease,border-color .13s ease,color .13s ease}.model-selector-trigger:hover{background:var(--line-soft);border-color:#c8c8c8}.model-selector-trigger svg{width:12px;height:12px;stroke-width:2;color:var(--muted)}.model-selector-name{white-space:nowrap}.model-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;background:transparent}.model-menu{position:absolute;z-index:31;bottom:calc(100% + 8px);right:0;width:300px;background:#fff;border:1px solid var(--line);border-radius:6px;box-shadow:0 12px 32px #0000001f;padding:8px 0 6px;animation:fadeInUp .16s ease both}.model-menu-eyebrow{font-size:10px;font-weight:600;color:var(--muted-2);letter-spacing:.18em;text-transform:uppercase;padding:4px 14px 8px}.model-menu-item{display:block;width:100%;text-align:left;background:none;border:none;font:inherit;cursor:pointer;padding:10px 14px 11px;border-left:2px solid transparent;transition:background .12s ease,border-color .12s ease}.model-menu-item:hover{background:var(--line-soft)}.model-menu-item.active{background:var(--line-soft);border-left-color:var(--ink)}.model-menu-item-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:3px}.model-menu-item-name{font-size:13px;font-weight:600;color:var(--ink)}.model-menu-label{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:2px 7px;border-radius:99px;background:var(--line-soft);color:var(--ink)}.model-menu-label--auto{background:#fafafa;color:#444}.model-menu-label--grigora{background:#f4f4f4;color:#555}.model-menu-label--meson{background:#ececec;color:#222}.model-menu-label--dynatos{background:var(--ink);color:#fff}.model-menu-item-desc{font-size:11.5px;color:var(--muted);line-height:1.5}.stop-btn{background:#0a0a0a}.stop-btn:hover:not(:disabled){background:#1a1a1a;transform:translateY(-1px)}.stop-btn svg{width:18px;height:18px}.integrations-page{display:flex;flex-direction:column;height:100%;overflow-y:auto;background:var(--white)}.integrations-header{padding:38px 48px 28px;border-bottom:1px solid var(--line);background:var(--white);position:sticky;top:0;z-index:1}.integrations-eyebrow{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-2);margin-bottom:10px}.integrations-title{font-family:var(--serif);font-size:36px;line-height:1.15;letter-spacing:.005em;color:var(--ink);margin-bottom:8px}.integrations-sub{font-size:13.5px;color:var(--muted);line-height:1.6;max-width:680px;margin-bottom:24px}.integrations-progress-wrap{max-width:520px}.integrations-progress-text{display:flex;justify-content:space-between;align-items:baseline;font-size:12.5px;color:var(--ink);margin-bottom:8px}.integrations-progress-text strong{font-weight:600}.integrations-progress-pct{font-family:SF Mono,ui-monospace,monospace;color:var(--muted);font-size:11.5px}.integrations-progress{height:6px;background:var(--line-soft);border-radius:99px;overflow:hidden}.integrations-progress-fill{height:100%;background:var(--ink);transition:width .35s cubic-bezier(.22,.61,.36,1)}.integrations-warning{margin-top:18px;padding:10px 14px;background:#fff8e6;border:1px solid #f1d792;border-radius:4px;font-size:12.5px;color:#6b5300;max-width:680px;line-height:1.55}.integrations-body{padding:30px 48px 60px}.integrations-loading{text-align:center;padding:60px 20px;font-size:13px;color:var(--muted)}.integration-section+.integration-section{margin-top:36px}.integration-section-label{font-family:var(--serif);font-size:20px;font-weight:400;color:var(--ink);letter-spacing:.005em;margin-bottom:14px}.integrations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.integration-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--line);border-radius:5px;padding:18px 18px 16px;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.integration-card:hover{border-color:#c8c8c8;box-shadow:0 4px 16px #0000000a}.integration-card.connected{border-color:#d3d3d3}.integration-card-head{display:flex;gap:12px;align-items:flex-start;margin-bottom:10px}.integration-card-icon{width:38px;height:38px;border:1px solid var(--line);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--ink)}.integration-card-icon svg{width:19px;height:19px;stroke-width:1.6}.integration-card-name-wrap{min-width:0;flex:1}.integration-card-name{font-size:14px;font-weight:600;color:var(--ink);margin-bottom:4px;line-height:1.25}.integration-card-status{display:inline-flex;align-items:center;gap:6px;font-size:11px;color:var(--muted);letter-spacing:.02em}.integration-card-status .status-bullet{width:7px;height:7px;background:#c8c8c8;border-radius:50%}.integration-card-status.on{color:var(--ink)}.integration-card-status.on .status-bullet{background:var(--live)}.integration-card-desc{font-size:12.5px;color:var(--muted);line-height:1.55;margin-bottom:16px;flex:1}.integration-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.integration-card-auth{font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2)}.integration-btn{height:32px;padding:0 14px;border-radius:4px;font:inherit;font-size:12px;font-weight:600;cursor:pointer;letter-spacing:.02em;transition:background .13s ease,color .13s ease,border-color .13s ease}.integration-btn--solid{background:var(--ink);color:#fff;border:1px solid var(--ink)}.integration-btn--solid:hover{background:#1a1a1a}.integration-btn--outline{background:#fff;color:var(--ink);border:1px solid var(--line)}.integration-btn--outline:hover{border-color:var(--ink);background:var(--line-soft)}.integration-state-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;letter-spacing:.02em;color:var(--muted)}.integration-state-pill .status-bullet{width:7px;height:7px;border-radius:50%;background:#c8c8c8}.integration-state-pill.live{color:#0f7a3d}.integration-state-pill.live .status-bullet{background:var(--live)}.integration-state-pill.pending{color:#9a6b00}.integration-state-pill.pending .status-bullet{background:#e0a106}.integration-state-pill.entitlement{color:#5b53b0}.integration-state-pill.entitlement .status-bullet{background:#6f66c9}.integration-state-pill.error{color:#b3261e}.integration-state-pill.error .status-bullet{background:#cf4034}.integration-state-pill.off .status-bullet{background:#c8c8c8}.integration-card.state-live{border-left:2px solid var(--live)}.integration-card.state-pending{border-left:2px solid #e0a106}.integration-card.state-entitlement{border-left:2px solid #6f66c9}.integration-card.state-error{border-left:2px solid #cf4034}.integration-caps{margin:0 0 12px}.integration-caps-label,.integration-agents-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2);margin-bottom:6px}.integration-caps-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:4px}.integration-caps-list li{display:flex;align-items:flex-start;gap:7px;font-size:12px;color:var(--muted);line-height:1.45}.integration-caps-list .cap-dot{width:5px;height:5px;border-radius:50%;background:#cfcfcf;margin-top:6px;flex-shrink:0}.integration-caps-list li.active{color:var(--ink)}.integration-caps-list li.active .cap-dot{background:var(--live)}.cap-tag{margin-left:6px;font-size:9.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#9a6b00;background:#fdf3dc;border-radius:3px;padding:1px 5px}.integration-agents{font-size:11.5px;color:var(--muted);line-height:1.5;margin-bottom:12px}.integration-agents-label{display:inline;font-size:11.5px;letter-spacing:0;text-transform:none;color:var(--muted-2)}.integration-activation{font-size:11.5px;line-height:1.5;color:#7a5800;background:#fdf6e6;border:1px solid #f0e0b8;border-radius:4px;padding:8px 10px;margin-bottom:12px}.integration-activation strong{color:#6a4d00}.integration-activation.entitlement{color:#4b4596;background:#f3f2fb;border-color:#ddd9f2}.integration-activation.entitlement strong{color:#403a82}.integration-verified{color:var(--muted-2);font-weight:400;letter-spacing:0;text-transform:none}.integration-managed-note{font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--muted)}.integration-btn--disabled{background:#f0f0f0;color:var(--muted-2);border:1px solid var(--line);cursor:not-allowed}.modal-check{display:flex;align-items:flex-start;gap:9px;font-size:12.5px;color:var(--muted);line-height:1.5;margin:10px 0 4px;cursor:pointer}.modal-check input{margin-top:2px;accent-color:var(--ink)}.modal-check strong{color:var(--ink)}.confirmation-badge{display:inline-block;font-size:11.5px;font-weight:700;letter-spacing:.03em;padding:5px 11px;border-radius:4px;margin-bottom:12px}.confirmation-badge.live{color:#0f7a3d;background:#e7f7ee;border:1px solid #bce6cd}.confirmation-badge.entitlement{color:#4b4596;background:#f3f2fb;border:1px solid #ddd9f2}.confirmation-detail{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:14px}.confirmation-section-label{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2);margin-bottom:8px}.confirmation-caps{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:9px}.confirmation-caps li{display:flex;flex-direction:column;gap:2px}.confirmation-caps code{font-size:12px;font-weight:600;color:var(--ink);background:var(--line-soft);border:1px solid var(--line);border-radius:3px;padding:1px 6px;align-self:flex-start}.confirmation-cap-label{font-size:12px;color:var(--muted);line-height:1.4}.confirmation-cap-agents{font-size:11px;color:var(--muted-2)}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:24px}.modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a0a0a52;animation:fadeIn .18s ease both}.modal{position:relative;z-index:1;width:100%;max-width:440px;background:#fff;border-radius:6px;box-shadow:0 20px 50px #00000038;animation:fadeInUp .22s ease both}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:22px 24px 14px;border-bottom:1px solid var(--line)}.modal-eyebrow{font-size:10.5px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-2);margin-bottom:4px}.modal-title{font-family:var(--serif);font-size:22px;line-height:1.2;color:var(--ink)}.modal-close{width:30px;height:30px;background:none;border:1px solid var(--line);border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--muted);transition:background .13s ease,color .13s ease}.modal-close:hover{background:var(--line-soft);color:var(--ink)}.modal-close svg{width:14px;height:14px;stroke-width:2}.modal-body{padding:18px 24px 6px}.modal-help{font-size:13px;color:var(--muted);line-height:1.6;margin-bottom:14px}.modal-help em{font-style:italic;color:var(--ink)}.modal-field{display:block;margin-bottom:4px}.modal-field span{display:block;font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-bottom:6px}.modal-field input{width:100%;padding:11px 13px;font:inherit;font-size:13.5px;color:var(--ink);background:#fff;border:1.5px solid var(--line);border-radius:5px;outline:none;transition:border-color .13s ease,box-shadow .13s ease}.modal-field input::placeholder{color:#b4b4b4}.modal-field input:focus{border-color:var(--ink);box-shadow:0 0 0 3px #0000000d}.modal-error{margin-top:12px;padding:9px 12px;font-size:12px;color:#b3261e;background:#fff5f4;border:1px solid #f1c9c6;border-radius:4px}.modal-foot{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px 20px}.modal-cancel{height:36px;padding:0 16px;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:5px;font:inherit;font-size:12.5px;font-weight:500;cursor:pointer;transition:background .13s ease,border-color .13s ease}.modal-cancel:hover:not(:disabled){background:var(--line-soft);border-color:#c8c8c8}.modal-cancel:disabled{opacity:.5;cursor:not-allowed}.modal-submit{height:36px;padding:0 18px;background:var(--ink);color:#fff;border:none;border-radius:5px;font:inherit;font-size:12.5px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .13s ease,opacity .13s ease}.modal-submit:hover:not(:disabled){background:#1a1a1a}.modal-submit:disabled{background:#d4d4d4;cursor:not-allowed}.modal-submit--danger{background:#8a1a1a}.modal-submit--danger:hover:not(:disabled){background:#6f1414}.tool-events{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 10px}.tool-chip{display:inline-flex;align-items:center;gap:7px;font-size:11px;font-weight:500;color:var(--ink);background:var(--line-soft);border:1px solid var(--line);border-radius:99px;padding:4px 11px 4px 8px;font-family:SF Mono,ui-monospace,monospace;letter-spacing:.01em;animation:fadeInUp .2s ease both}.tool-chip-icon{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px}.tool-chip-icon svg{width:12px;height:12px;stroke-width:2.2}.tool-spinner{width:11px;height:11px;border:1.5px solid #c8c8c8;border-top-color:var(--ink);border-radius:50%;animation:toolSpin .8s linear infinite}@keyframes toolSpin{to{transform:rotate(360deg)}}.tool-chip-name{color:var(--ink)}.tool-chip-summary{color:var(--muted);font-family:DM Sans,system-ui,sans-serif;padding-left:6px;border-left:1px solid #d8d8d8}.tool-chip--running{border-color:#d8d8d8}.tool-chip--done{background:#ecf6ee;border-color:#c6e3cd}.tool-chip--done .tool-chip-icon svg{color:#16a34a}.tool-chip--error{background:#fff5f4;border-color:#f1c9c6}.tool-chip--error .tool-chip-icon svg{color:#b3261e}@media (prefers-reduced-motion: reduce){.tool-spinner{animation:none!important;border-top-color:#c8c8c8}.tool-chip{animation:none!important}}.autopilot-page{display:flex;flex-direction:column;height:100%;overflow-y:auto;background:var(--white)}.autopilot-header{padding:38px 48px 0;border-bottom:1px solid var(--line);background:var(--white);position:sticky;top:0;z-index:1}.autopilot-eyebrow{font-size:11px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--muted-2);margin-bottom:10px}.autopilot-title{font-family:var(--serif);font-size:36px;line-height:1.15;letter-spacing:.005em;color:var(--ink);margin-bottom:8px}.autopilot-sub{font-size:13.5px;color:var(--muted);line-height:1.6;max-width:680px;margin-bottom:22px}.autopilot-tabs{display:flex;gap:4px;margin-top:6px}.autopilot-tab{background:none;border:none;font:inherit;font-size:13px;font-weight:500;color:var(--muted);padding:12px 16px 14px;cursor:pointer;border-bottom:2px solid transparent;transition:color .13s ease,border-color .13s ease;letter-spacing:.01em}.autopilot-tab:hover{color:var(--ink)}.autopilot-tab.active{color:var(--ink);font-weight:600;border-bottom-color:var(--ink)}.autopilot-body{padding:30px 48px 60px}.autopilot-panel{max-width:980px}.autopilot-loading,.autopilot-empty{padding:48px 20px;text-align:center;font-size:13px;color:var(--muted);border:1px dashed var(--line);border-radius:5px;background:var(--white)}.autopilot-error{margin-top:12px;padding:9px 12px;font-size:12px;color:#b3261e;background:#fff5f4;border:1px solid #f1c9c6;border-radius:4px}.autopilot-notice{margin-top:14px;padding:10px 14px;font-size:12.5px;color:var(--ink);background:var(--line-soft);border:1px solid var(--line);border-radius:4px}.watchlist-add{display:flex;gap:8px;margin-bottom:18px}.watchlist-input{flex:1;max-width:280px;padding:10px 13px;font:inherit;font-size:13px;letter-spacing:.05em;text-transform:uppercase;color:var(--ink);background:#fff;border:1.5px solid var(--line);border-radius:5px;outline:none;transition:border-color .13s ease,box-shadow .13s ease}.watchlist-input::placeholder{letter-spacing:.02em;text-transform:none;color:#b4b4b4}.watchlist-input:focus{border-color:var(--ink);box-shadow:0 0 0 3px #0000000d}.watchlist-add-btn{height:38px;padding:0 18px;background:var(--ink);color:#fff;border:none;border-radius:5px;font:inherit;font-size:12.5px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .13s ease,opacity .13s ease}.watchlist-add-btn:hover:not(:disabled){background:#1a1a1a}.watchlist-add-btn:disabled{background:#d4d4d4;cursor:not-allowed}.watchlist-table{border:1px solid var(--line);border-radius:5px;overflow:hidden}.watchlist-row{display:grid;grid-template-columns:90px 110px 100px 110px 90px 50px;align-items:center;gap:16px;padding:12px 16px;border-bottom:1px solid var(--line);font-size:13px}.watchlist-row:last-child{border-bottom:none}.watchlist-row--head{background:var(--line-soft);font-size:10.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.watchlist-ticker{font-weight:600;font-family:SF Mono,ui-monospace,monospace;letter-spacing:.02em;color:var(--ink)}.watchlist-price{font-family:SF Mono,ui-monospace,monospace;color:var(--ink)}.watchlist-change{font-family:SF Mono,ui-monospace,monospace;color:var(--muted)}.watchlist-change.up{color:#16a34a}.watchlist-change.down{color:#b3261e}.watchlist-select{width:90px;height:30px;padding:0 8px;font:inherit;font-size:12.5px;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:4px;cursor:pointer;outline:none}.watchlist-select:focus{border-color:var(--ink)}.watchlist-actions{display:flex;justify-content:flex-end}.watchlist-remove{width:28px;height:28px;background:none;border:1px solid var(--line);border-radius:4px;color:var(--muted);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .13s ease,color .13s ease,border-color .13s ease}.watchlist-remove:hover{background:#fff5f4;color:#b3261e;border-color:#f1c9c6}.watchlist-remove svg{width:13px;height:13px;stroke-width:2}.task-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:14px}.task-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--line);border-radius:5px;padding:18px 18px 16px;transition:border-color .15s ease,box-shadow .15s ease}.task-card:hover{border-color:#c8c8c8;box-shadow:0 4px 16px #0000000a}.task-card.active{border-color:#d3d3d3}.task-card-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}.task-card-icon{width:38px;height:38px;border:1px solid var(--line);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--ink)}.task-card-icon svg{width:19px;height:19px;stroke-width:1.6}.task-card-name-wrap{flex:1;min-width:0}.task-card-name{font-size:14px;font-weight:600;color:var(--ink);line-height:1.25;margin-bottom:3px}.task-card-freq{font-size:11px;letter-spacing:.04em;color:var(--muted)}.task-card-desc{font-size:12.5px;color:var(--muted);line-height:1.55;margin-bottom:16px}.task-card-footer{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px;padding-top:12px;border-top:1px solid var(--line-soft)}.task-card-meta{display:flex;flex-direction:column;gap:3px;min-width:0}.task-card-meta-label{font-size:9.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2)}.task-card-meta-value{font-size:11.5px;color:var(--ink);font-family:SF Mono,ui-monospace,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.task-card-status{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;color:var(--muted)}.task-card-status .status-bullet{width:7px;height:7px;background:#c8c8c8;border-radius:50%}.task-card-status.on{color:var(--ink)}.task-card-status.on .status-bullet{background:var(--live)}.task-card-actions{margin-top:14px;display:flex;justify-content:flex-end}.task-card-action-btn{height:30px;padding:0 14px;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:4px;font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:background .13s ease,border-color .13s ease}.task-card-action-btn:hover:not(:disabled){background:var(--line-soft);border-color:var(--ink)}.task-card-action-btn:disabled{background:var(--line-soft);color:var(--muted);cursor:not-allowed}.toggle-switch{position:relative;width:36px;height:20px;background:#d4d4d4;border:none;border-radius:99px;cursor:pointer;padding:0;transition:background .18s ease;flex-shrink:0}.toggle-switch.on{background:var(--ink)}.toggle-switch-thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;box-shadow:0 1px 3px #0000002e;transition:transform .18s ease}.toggle-switch.on .toggle-switch-thumb{transform:translate(16px)}.log-list{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:5px;overflow:hidden}.log-entry{display:flex;gap:14px;padding:14px 18px;border-bottom:1px solid var(--line);background:var(--white)}.log-entry:last-child{border-bottom:none}.log-entry-icon{width:32px;height:32px;border:1px solid var(--line);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--ink);background:var(--white)}.log-entry-icon svg{width:16px;height:16px;stroke-width:1.6}.log-entry-body{flex:1;min-width:0}.log-entry-row{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:4px}.log-entry-type{font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2)}.log-entry-time{font-size:11px;color:var(--muted);font-family:SF Mono,ui-monospace,monospace;white-space:nowrap}.log-entry-desc{font-size:13px;color:var(--ink);line-height:1.5}.log-entry-result{margin-top:4px;font-size:12px;color:var(--muted);line-height:1.5}.briefing-card{background:var(--white);border:1px solid var(--line);border-radius:5px;margin-bottom:22px;overflow:hidden;box-shadow:0 4px 16px #0000000a}.briefing-head{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;text-align:left;background:var(--ink);color:#fff;border:none;font:inherit;padding:16px 20px;cursor:pointer}.briefing-head:hover{background:#1a1a1a}.briefing-eyebrow{font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#ffffff7a;margin-bottom:4px}.briefing-title{font-family:var(--serif);font-size:18px;line-height:1.2;color:#fff;margin-bottom:2px}.briefing-date{font-size:11.5px;color:#ffffff9e;letter-spacing:.02em}.briefing-caret{width:16px;height:16px;stroke-width:2;color:#ffffffb8;transition:transform .18s ease;flex-shrink:0}.briefing-caret.open{transform:rotate(180deg)}.briefing-body{padding:18px 22px 20px;font-size:13.5px;color:var(--ink);line-height:1.65}.briefing-body h1,.briefing-body h2,.briefing-body h3{font-family:var(--serif);font-weight:400;margin-top:14px;margin-bottom:6px;color:var(--ink)}.briefing-body h1{font-size:18px}.briefing-body h2{font-size:16px}.briefing-body h3{font-size:14px}.briefing-body p{margin-bottom:8px}.briefing-body ul,.briefing-body ol{padding-left:20px;margin-bottom:8px}.briefing-body li{margin-bottom:3px}.briefing-body strong{color:var(--ink);font-weight:600}.briefing-body a{color:var(--ink);text-decoration:underline}.automation-stats{display:flex;gap:24px;align-items:flex-end;margin-bottom:22px;padding-bottom:14px}.automation-stat{display:flex;flex-direction:column;gap:2px;min-width:80px}.automation-stat-value{font-family:var(--serif);font-size:26px;line-height:1;color:var(--ink)}.automation-stat-label{font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2)}.automation-refresh{margin-left:auto;height:32px;padding:0 14px;background:#fff;color:var(--ink);border:1px solid var(--line);border-radius:4px;font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:background .13s ease,border-color .13s ease}.automation-refresh:hover:not(:disabled){background:var(--line-soft);border-color:var(--ink)}.automation-refresh:disabled{background:var(--line-soft);color:var(--muted);cursor:not-allowed}.automation-section-label{font-family:var(--serif);font-size:20px;font-weight:400;color:var(--ink);letter-spacing:.005em;margin-bottom:14px;margin-top:4px}.automation-section-label+.log-list,.automation-section-label+.automation-tools-grid{margin-bottom:32px}.automation-tools-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.automation-tool-card{display:flex;gap:12px;background:var(--white);border:1px solid var(--line);border-radius:5px;padding:14px 16px;transition:border-color .15s ease}.automation-tool-card:hover{border-color:#c8c8c8}.automation-tool-icon{width:36px;height:36px;border:1px solid var(--line);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--ink)}.automation-tool-icon svg{width:18px;height:18px;stroke-width:1.6}.automation-tool-body{flex:1;min-width:0}.automation-tool-name{font-size:13.5px;font-weight:600;color:var(--ink);margin-bottom:2px}.automation-tool-desc{font-size:11.5px;color:var(--muted);line-height:1.5;margin-bottom:6px}.automation-tool-count{font-size:10.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2)}.automation-badge{display:inline-block;margin-left:8px;padding:1px 7px;border-radius:99px;font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;vertical-align:middle}.automation-badge--ok{background:#ecf6ee;color:#16a34a}.automation-badge--error{background:#fff5f4;color:#b3261e}.automation-run-url{font-size:11.5px;font-family:SF Mono,ui-monospace,monospace;color:var(--muted);margin:4px 0 2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.automation-run-url a{color:var(--ink);text-decoration:none;border-bottom:1px dotted var(--muted)}.automation-run-url a:hover{border-bottom-style:solid}.sidebar-nav-main{position:relative}.sidebar-unread-dot{display:inline-block;width:7px;height:7px;background:#d12c2c;border-radius:50%;margin-left:8px;flex-shrink:0;box-shadow:0 0 0 2px #d12c2c2e}.actionlog-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:14px;gap:12px}.actionlog-section-head .autopilot-section-label{margin-bottom:0}.actionlog-section-count{font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2)}.actionlog-empty{margin-bottom:28px}.actionlog-divider{margin-top:28px}.report-groups{display:flex;flex-direction:column;gap:18px;margin-bottom:28px}.report-group{border:1px solid var(--line);border-radius:5px;background:var(--white);overflow:hidden}.report-group-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 16px;background:var(--line-soft);border-bottom:1px solid var(--line)}.report-group-count{font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2)}.report-badge{display:inline-block;padding:3px 10px;border-radius:99px;font-size:10.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:var(--ink);color:#fff}.report-badge--filing_alert{background:#1f3a8a;color:#fff}.report-badge--insider_alert{background:#6b21a8;color:#fff}.report-badge--market_alert{background:#8a1a1a;color:#fff}.report-badge--weekly_briefing{background:#0a0a0a;color:#fff}.report-list{display:flex;flex-direction:column}.report-item{padding:14px 16px;border-bottom:1px solid var(--line-soft)}.report-item:last-child{border-bottom:none}.report-item-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:6px}.report-item-subject{font-size:13px;font-weight:600;color:var(--ink);line-height:1.4}.report-item-time{font-size:11px;color:var(--muted);font-family:SF Mono,ui-monospace,monospace;white-space:nowrap;flex-shrink:0}.report-item-summary{font-size:12.5px;color:var(--ink);line-height:1.6}.automation-runs-head{display:flex;align-items:baseline;gap:12px;margin-top:32px}.automation-runs-sub{font-family:var(--sans);font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2)}.job-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px;margin-bottom:32px}.job-card{display:flex;flex-direction:column;background:var(--white);border:1px solid var(--line);border-radius:5px;padding:16px 16px 14px;transition:border-color .15s ease,box-shadow .15s ease}.job-card:hover{border-color:#c8c8c8;box-shadow:0 4px 16px #0000000a}.job-card-head{display:flex;align-items:center;gap:12px;margin-bottom:10px}.job-card-icon{width:36px;height:36px;border:1px solid var(--line);border-radius:5px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--ink)}.job-card-icon svg{width:18px;height:18px;stroke-width:1.6}.job-card-name-wrap{flex:1;min-width:0}.job-card-name{font-size:14px;font-weight:600;color:var(--ink);line-height:1.25;margin-bottom:3px}.job-card-cron{font-size:11px;color:var(--muted);font-family:SF Mono,ui-monospace,monospace;letter-spacing:.02em}.job-card-desc{font-size:12px;color:var(--muted);line-height:1.55;margin-bottom:14px}.job-card-footer{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding-top:12px;border-top:1px solid var(--line-soft)}.job-card-meta{display:flex;flex-direction:column;gap:3px;min-width:0}.job-card-meta-label{font-size:9.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2)}.job-card-meta-value{font-size:11.5px;color:var(--ink);font-family:SF Mono,ui-monospace,monospace;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.job-card-actions{margin-top:12px;display:flex;justify-content:flex-end}.job-card-run-btn{height:30px;padding:0 14px;background:var(--ink);color:#fff;border:1px solid var(--ink);border-radius:4px;font:inherit;font-size:12px;font-weight:600;cursor:pointer;transition:background .13s ease,opacity .13s ease}.job-card-run-btn:hover:not(:disabled){background:#1a1a1a}.job-card-run-btn:disabled{background:var(--line-soft);color:var(--muted);border-color:var(--line);cursor:not-allowed}.agent-activity{position:fixed;top:14px;right:18px;z-index:40;display:inline-flex;align-items:center;gap:8px;padding:6px 12px 6px 10px;background:var(--white);border:1px solid var(--line);border-radius:99px;box-shadow:0 4px 16px #0000000d;font-size:12px;font-weight:500;color:var(--muted);letter-spacing:.01em;max-width:460px;transition:color .15s ease,border-color .15s ease}.agent-activity--active{color:var(--ink);border-color:#c8c8c8}.agent-activity-dot{width:8px;height:8px;border-radius:50%;background:#c8c8c8;flex-shrink:0}.agent-activity--active .agent-activity-dot{background:var(--live);box-shadow:0 0 #16c45f99;animation:agent-pulse 1.6s infinite}@keyframes agent-pulse{0%{box-shadow:0 0 #16c45f73}70%{box-shadow:0 0 0 8px #16c45f00}to{box-shadow:0 0 #16c45f00}}.agent-activity-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.manual-run-card{background:var(--white);border:1px solid var(--line);border-radius:5px;padding:18px 18px 16px;margin-bottom:32px}.manual-run-row{margin-bottom:14px}.manual-run-fields{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:14px}.manual-run-label{display:block}.manual-run-label-text{display:block;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-bottom:6px}.manual-run-input,.manual-run-select{width:100%;padding:10px 12px;font:inherit;font-size:13px;color:var(--ink);background:#fff;border:1.5px solid var(--line);border-radius:5px;outline:none;transition:border-color .13s ease,box-shadow .13s ease}.manual-run-input::placeholder{color:#b4b4b4}.manual-run-input:focus,.manual-run-select:focus{border-color:var(--ink);box-shadow:0 0 0 3px #0000000d}.manual-run-textarea{font-family:SF Mono,ui-monospace,monospace;font-size:12px;resize:vertical;min-height:64px}.manual-run-actions{display:flex;justify-content:flex-end;gap:10px}.manual-run-btn{height:34px;padding:0 16px;border-radius:4px;font:inherit;font-size:12.5px;font-weight:600;cursor:pointer;letter-spacing:.02em;transition:background .13s ease,border-color .13s ease}.manual-run-btn--solid{background:var(--ink);color:#fff;border:1px solid var(--ink)}.manual-run-btn--solid:hover:not(:disabled){background:#1a1a1a}.manual-run-btn--outline{background:#fff;color:var(--ink);border:1px solid var(--line)}.manual-run-btn--outline:hover:not(:disabled){border-color:var(--ink);background:var(--line-soft)}.manual-run-btn:disabled{background:var(--line-soft);color:var(--muted);border-color:var(--line);cursor:not-allowed}.live-modal-overlay{padding:24px}.live-modal{max-width:min(1180px,96vw);width:100%;height:min(720px,90vh);padding:0;overflow:hidden;display:flex}.live-viewer{display:grid;grid-template-columns:1fr 360px;width:100%;height:100%}.live-viewer-stage{background:#0a0a0a;color:#fff;display:flex;flex-direction:column;min-width:0;position:relative}.live-viewer-stage-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.08);font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#ffffff9e}.live-viewer-conn{display:inline-flex;align-items:center;gap:6px;font-size:10.5px;font-weight:600;letter-spacing:.12em;color:#ffffff9e}.live-viewer-conn-dot{width:7px;height:7px;border-radius:50%;background:#b4b4b4}.live-viewer-conn--connecting .live-viewer-conn-dot{background:#f1c34a}.live-viewer-conn--open .live-viewer-conn-dot{background:var(--live)}.live-viewer-conn--closed .live-viewer-conn-dot{background:#b3261e}.live-viewer-frame-wrap{flex:1;display:flex;align-items:center;justify-content:center;background:#050505;overflow:hidden}.live-viewer-frame{max-width:100%;max-height:100%;object-fit:contain;display:block}.live-viewer-frame-placeholder{color:#ffffff6b;font-size:12.5px;letter-spacing:.04em;padding:0 24px;text-align:center}.live-viewer-log-panel{display:flex;flex-direction:column;background:#fff;border-left:1px solid var(--line);min-width:0}.live-viewer-log-head{display:flex;align-items:flex-start;justify-content:space-between;padding:16px 18px 12px;border-bottom:1px solid var(--line)}.live-viewer-log-eyebrow{font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:var(--muted-2);margin-bottom:4px}.live-viewer-log-title{font-family:var(--serif);font-size:18px;line-height:1.2;color:var(--ink)}.live-viewer-log{flex:1;overflow-y:auto;padding:12px 18px 16px;display:flex;flex-direction:column;gap:12px}.live-viewer-log-empty{font-size:12.5px;color:var(--muted);padding:22px 4px;text-align:center;line-height:1.55}.live-viewer-log-row{border-left:2px solid var(--line);padding:4px 0 4px 12px}.live-viewer-log-row-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:3px}.live-viewer-badge{display:inline-block;padding:2px 8px;border-radius:99px;font-size:9.5px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;background:var(--line-soft);color:var(--ink)}.live-viewer-badge--navigate{background:#e6efff;color:#1f3a8a}.live-viewer-badge--extract,.live-viewer-badge--search,.live-viewer-badge--analyze{background:#ecf6ee;color:#16a34a}.live-viewer-badge--download,.live-viewer-badge--screenshot{background:#f0e6ff;color:#6b21a8}.live-viewer-badge--fill,.live-viewer-badge--submit,.live-viewer-badge--confirm,.live-viewer-badge--retry,.live-viewer-badge--disconnect{background:#fff4d6;color:#6b5300}.live-viewer-badge--error{background:#fff5f4;color:#b3261e}.live-viewer-badge--complete{background:#0a0a0a;color:#fff}.live-viewer-log-time{font-size:10.5px;color:var(--muted);font-family:SF Mono,ui-monospace,monospace;white-space:nowrap}.live-viewer-log-desc{font-size:12.5px;color:var(--ink);line-height:1.55}.live-viewer-complete{border-top:1px solid var(--line);padding:14px 18px 16px;background:var(--line-soft)}.live-viewer-complete--failed{background:#fff5f4}.live-viewer-complete-row{display:flex;justify-content:space-between;font-size:11.5px;margin-bottom:4px}.live-viewer-complete-label{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;font-weight:600;font-size:10px}.live-viewer-complete-value{color:var(--ink);font-family:SF Mono,ui-monospace,monospace;font-size:11.5px}.live-viewer-complete-summary{margin-top:8px;font-size:12px;color:var(--ink);line-height:1.55}.cost-summary-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.cost-stat{background:var(--white);border:1px solid var(--line);border-radius:5px;padding:14px 16px 12px}.cost-stat-label{font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);margin-bottom:6px}.cost-stat-value{font-family:var(--serif);font-size:26px;line-height:1.05;color:var(--ink);margin-bottom:3px}.cost-stat-sub{font-size:11px;color:var(--muted);letter-spacing:.02em}.cost-cache--healthy{color:#16a34a}.cost-cache--warming{color:#b35a00}.cost-cache--low{color:#b3261e}.cost-cache--unknown{color:var(--muted)}.cost-budget-bar{height:6px;background:var(--line-soft);border-radius:99px;overflow:hidden;margin-top:6px;margin-bottom:4px}.cost-budget-bar-fill{height:100%;background:var(--ink);transition:width .35s cubic-bezier(.22,.61,.36,1)}.cost-budget-bar.warn .cost-budget-bar-fill{background:#b35a00}.cost-budget-bar.over .cost-budget-bar-fill{background:#b3261e}.cost-tier-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px;margin-bottom:28px}.cost-tier-card{background:var(--white);border:1px solid var(--line);border-radius:5px;padding:16px 18px 14px}.cost-tier-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.cost-tier-name{font-family:var(--serif);font-size:17px;color:var(--ink)}.cost-tier-badge{font-size:9.5px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;padding:3px 8px;border-radius:99px;background:var(--line-soft);color:var(--ink)}.cost-tier-badge--grigora{background:#f4f4f4;color:#555}.cost-tier-badge--meson{background:#ececec;color:#222}.cost-tier-badge--dynatos{background:var(--ink);color:#fff}.cost-tier-value{font-family:SF Mono,ui-monospace,monospace;font-size:20px;color:var(--ink);margin-top:2px}.cost-tier-sub{font-size:11px;color:var(--muted);margin-top:2px}.cost-feature-list{display:flex;flex-direction:column;gap:8px;margin-bottom:28px}.cost-feature-row{display:grid;grid-template-columns:180px 1fr 90px;align-items:center;gap:12px}.cost-feature-name{font-size:12.5px;color:var(--ink)}.cost-feature-bar{height:6px;background:var(--line-soft);border-radius:99px;overflow:hidden}.cost-feature-bar-fill{height:100%;background:var(--ink)}.cost-feature-value{font-family:SF Mono,ui-monospace,monospace;font-size:12px;color:var(--ink);text-align:right}.cost-top-list{display:flex;flex-direction:column;border:1px solid var(--line);border-radius:5px;overflow:hidden;margin-bottom:28px}.cost-top-row{display:grid;grid-template-columns:36px 1fr 90px;gap:12px;align-items:start;padding:12px 16px;border-bottom:1px solid var(--line)}.cost-top-row:last-child{border-bottom:none}.cost-top-rank{font-family:SF Mono,ui-monospace,monospace;font-size:11.5px;color:var(--muted);padding-top:2px}.cost-top-body{min-width:0}.cost-top-line{display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:wrap}.cost-top-endpoint{font-size:12.5px;font-weight:600;color:var(--ink)}.cost-top-time{font-size:10.5px;color:var(--muted);font-family:SF Mono,ui-monospace,monospace}.cost-top-preview{font-size:11.5px;color:var(--muted);line-height:1.5;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cost-top-cost{text-align:right;font-family:SF Mono,ui-monospace,monospace;font-size:13px;color:var(--ink)}.cost-budget-card{background:var(--white);border:1px solid var(--line);border-radius:5px;padding:16px 18px}.cost-budget-desc{font-size:12.5px;color:var(--muted);line-height:1.55;margin-bottom:14px}.cost-budget-row{display:flex;gap:12px;align-items:end}.cost-budget-label{flex:1;max-width:220px}.cost-budget-label-text{display:block;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-bottom:6px}.cost-budget-input{width:100%;padding:10px 12px;font:inherit;font-size:13px;color:var(--ink);background:#fff;border:1.5px solid var(--line);border-radius:5px;outline:none}.cost-budget-input:focus{border-color:var(--ink);box-shadow:0 0 0 3px #0000000d}.log-entry--expandable{padding:0}.log-entry--expandable .log-entry-icon{margin:14px 0 14px 18px}.log-entry--expandable .log-entry-body{padding:14px 18px 14px 0}.log-entry-toggle{width:100%;text-align:left;background:none;border:none;font:inherit;color:inherit;padding:0;cursor:pointer}.extraction-summary{font-family:var(--serif);font-size:14.5px;line-height:1.55;color:var(--ink);letter-spacing:.005em}.automation-badge--cache{background:#eef3ff;color:#1d3a8a;border:1px solid #c8d5fa}.automation-badge--partial{background:#fff8eb;color:#8a5a00;border:1px solid #f0d49a}.extraction-panel{margin-top:14px;padding:16px 18px;background:#fafafa;border:1px solid var(--line);border-radius:5px}.extraction-panel--empty{font-size:12.5px;color:var(--muted);font-style:italic}.extraction-paragraph{font-family:var(--serif);font-size:15px;line-height:1.65;color:var(--ink);margin-bottom:14px}.extraction-section{border-top:1px solid var(--line)}.extraction-section:last-child{border-bottom:1px solid var(--line)}.extraction-section-head{width:100%;display:flex;justify-content:space-between;align-items:center;padding:10px 0;background:none;border:none;font:inherit;font-size:11.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2);cursor:pointer}.extraction-section-head:hover{color:var(--ink)}.extraction-section-chevron{font-family:SF Mono,ui-monospace,monospace;color:var(--muted);font-size:14px}.extraction-section-body{padding:4px 0 14px}.extraction-empty{font-size:12.5px;color:var(--muted);font-style:italic}.entity-groups{display:flex;flex-direction:column;gap:10px}.entity-group-label{font-size:10.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);margin-bottom:6px}.entity-chips{display:flex;flex-wrap:wrap;gap:6px}.entity-chip{display:inline-flex;padding:4px 10px;border:1px solid var(--line);border-radius:4px;background:#fff;font-size:12px;color:var(--ink)}.dollar-list,.date-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.dollar-list-item,.date-list-item{display:flex;gap:12px;align-items:baseline;padding:6px 8px;background:#fff;border:1px solid var(--line);border-radius:4px}.dollar-list-amount,.date-list-iso{font-family:SF Mono,ui-monospace,monospace;font-weight:600;color:var(--ink);font-size:12.5px;min-width:110px}.dollar-list-context,.date-list-context{font-size:12px;color:var(--muted);line-height:1.45}.extraction-sort-btn{margin-bottom:8px;padding:5px 10px;background:#fff;border:1px solid var(--line);border-radius:4px;font:inherit;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2);cursor:pointer}.extraction-sort-btn:hover{color:var(--ink)}.extraction-tables{display:flex;flex-direction:column;gap:14px}.extraction-table-wrap{overflow-x:auto}.extraction-table-caption{font-family:var(--serif);font-size:13px;color:var(--ink);margin-bottom:6px}.extraction-table{width:100%;border-collapse:collapse;background:#fff;font-size:12px}.extraction-table th,.extraction-table td{border:1px solid var(--line);padding:6px 8px;text-align:left;vertical-align:top;color:var(--ink)}.extraction-table th{background:#f5f5f5;font-weight:600;letter-spacing:.04em}.extraction-images{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:10px}.extraction-image{margin:0;border:1px solid var(--line);border-radius:4px;background:#fff;overflow:hidden}.extraction-image img{width:100%;height:110px;object-fit:cover;display:block}.extraction-image figcaption{padding:6px 8px;font-size:11.5px;color:var(--muted);line-height:1.4}.extraction-pre{background:#fff;border:1px solid var(--line);border-radius:4px;padding:10px 12px;font-family:SF Mono,ui-monospace,monospace;font-size:11.5px;color:var(--ink);white-space:pre-wrap;word-break:break-word;max-height:320px;overflow:auto}.extraction-pre--raw{max-height:480px}.extraction-meta{margin-top:12px;display:flex;gap:6px;font-family:SF Mono,ui-monospace,monospace;font-size:11px;color:var(--muted)}.extraction-citation{margin:8px 0 14px;padding:12px 14px;background:#fafafa;border-left:3px solid var(--ink);border-radius:0 4px 4px 0}.extraction-citation-summary{font-family:var(--serif);font-size:14px;line-height:1.6;color:var(--ink);margin-bottom:8px}.extraction-citation-meta{display:flex;flex-wrap:wrap;gap:10px;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2)}.extraction-citation-meta a{color:var(--muted-2);text-decoration:underline;text-underline-offset:2px}.source-tag--provenance a{color:var(--ink);text-decoration:none}.source-tag--provenance a:hover{text-decoration:underline;text-underline-offset:2px}.provenance-pill{display:inline-flex;align-items:center;font-size:9.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:2px 7px;margin-left:6px;border-radius:99px;border:1px solid var(--line);background:var(--white);color:var(--muted);line-height:1.4}.provenance-pill--primary{color:#1f6b3a;background:#f1f8f3;border-color:#d5e7da}.provenance-pill--secondary{color:#6b5a1f;background:#fbf7ec;border-color:#ece2c8}.provenance-pill--unverified{color:#8a8a8a;background:var(--line-soft);border-color:var(--line);font-style:italic;letter-spacing:.08em}.source-tag--primary{border-color:#d5e7da}.source-tag--secondary{border-color:#ece2c8}.source-tag--unverified{border-color:var(--line);background:var(--line-soft)}.provenance-notice{font-size:12px;line-height:1.55;color:var(--muted);padding:8px 0 12px;margin:0 0 10px;border-bottom:1px solid var(--line-soft);font-style:italic}.provenance-notice--secondary{color:var(--ink)}.provenance-notice--unverified{color:var(--muted)}.provenance-pill--conf-high{color:#1f6b3a;background:#f1f8f3;border-color:#d5e7da}.provenance-pill--conf-medium{color:#6b5a1f;background:#fbf7ec;border-color:#ece2c8}.provenance-pill--conf-low{color:#8a8a8a;background:var(--line-soft);border-color:var(--line);font-style:italic;letter-spacing:.08em}.agent-briefing-bar{display:flex;flex-wrap:wrap;align-items:center;gap:6px 8px;padding:8px 0 12px;margin:0 0 12px;border-bottom:1px solid var(--line-soft)}.agent-briefing-label{font-size:9.5px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-right:2px}.agent-chip{display:inline-flex;align-items:center;font-size:11px;color:var(--ink);padding:2px 4px 2px 8px;border:1px solid var(--line);border-radius:99px;background:var(--white)}.agent-chip--gap{color:var(--muted);background:var(--line-soft);font-style:italic}.agent-overall{display:inline-flex;align-items:center;margin-left:auto;font-size:9.5px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.wl-feed-badge{display:inline-flex;align-items:center;gap:6px;margin-left:auto;font-size:11px;letter-spacing:.04em;color:var(--muted);white-space:nowrap}.wl-feed-dot{width:7px;height:7px;border-radius:50%;background:var(--muted-2)}.wl-feed-badge--live .wl-feed-dot{background:#16a34a;box-shadow:0 0 0 3px #16a34a24}.wl-feed-badge--degraded .wl-feed-dot{background:#c2810c}.wl-feed-badge--live{color:#16a34a}.wl-list{margin-top:18px;border-top:1px solid var(--line)}.wl-list-head,.wl-row{display:grid;grid-template-columns:minmax(120px,1.4fr) 110px 100px 110px 76px;align-items:center;gap:12px}.wl-list-head{padding:10px 6px;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2);border-bottom:1px solid var(--line)}.wl-col-num{text-align:right}.wl-col-spark{text-align:center}.wl-col-actions{display:flex;justify-content:flex-end;align-items:center;gap:4px;position:relative}.wl-item{border-bottom:1px solid var(--line)}.wl-item.expanded{background:#fcfcfb}.wl-row{padding:14px 6px;cursor:pointer;transition:background .12s ease}.wl-row:hover{background:var(--line-soft)}.wl-ticker{display:flex;align-items:center;gap:8px;font-family:var(--serif);font-size:17px;color:var(--ink)}.wl-chevron{display:inline-flex;color:var(--muted-2);transition:transform .18s ease}.wl-chevron svg{width:14px;height:14px;stroke-width:2}.wl-chevron.open{transform:rotate(90deg);color:var(--ink)}.wl-live-pip{width:6px;height:6px;border-radius:50%;background:#16a34a;animation:wl-pulse 1.8s ease-in-out infinite}@keyframes wl-pulse{0%,to{opacity:.35}50%{opacity:1}}.wl-price{font-variant-numeric:tabular-nums;font-size:14px;color:var(--ink)}.wl-change{font-variant-numeric:tabular-nums;font-size:13px;color:var(--muted)}.wl-change.up{color:#16a34a}.wl-change.down{color:#b3261e}.wl-sparkline{display:inline-block;vertical-align:middle}.wl-sparkline--empty{width:96px;height:28px;opacity:0}.wl-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid transparent;border-radius:6px;background:transparent;color:var(--muted-2);cursor:pointer;transition:all .12s ease}.wl-icon-btn:hover{color:var(--ink);background:var(--line-soft)}.wl-icon-btn.active{color:var(--ink)}.wl-icon-btn svg{width:15px;height:15px;stroke-width:1.8}.wl-detail{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:28px;padding:6px 6px 28px;animation:wl-reveal .22s ease}@keyframes wl-reveal{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media (max-width: 900px){.wl-detail{grid-template-columns:1fr}}.wl-chart-controls{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.wl-range-tabs{display:inline-flex;gap:2px}.wl-range-tab{border:none;background:transparent;padding:4px 9px;border-radius:5px;font-size:11px;font-weight:600;letter-spacing:.04em;color:var(--muted);cursor:pointer;transition:all .12s ease}.wl-range-tab:hover{color:var(--ink)}.wl-range-tab.active{background:var(--ink);color:#fff}.wl-chart-prov{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2)}.wl-chart-skeleton{height:220px;display:flex;align-items:center}.wl-chart-skeleton-line{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--line),transparent);animation:wl-shimmer 1.4s ease-in-out infinite}@keyframes wl-shimmer{0%,to{opacity:.4}50%{opacity:1}}.wl-chart-empty{height:200px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted);font-size:13px;border:1px dashed var(--line);border-radius:8px}.wl-chart-empty-sub{margin-top:6px;font-size:11px;color:var(--muted-2)}.wl-chart-stale-note{margin:0 0 6px;font-size:10.5px;letter-spacing:.02em;color:var(--muted-2)}.wl-volume-label{margin:6px 0 2px;font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted-2)}.wl-chart-legend{display:flex;gap:16px;margin-top:8px;font-size:11px;color:var(--muted)}.wl-chart-legend span{display:inline-flex;align-items:center;gap:5px}.wl-legend-mark{width:12px;height:0;border-top:1px dashed;display:inline-block}.wl-legend-mark--e{border-color:#8a8a8a}.wl-legend-mark--f{border-color:#b08968}.wl-analysis-loading,.wl-analysis-empty{padding:24px 0;color:var(--muted);font-size:13px}.wl-analysis-block{margin-bottom:22px}.wl-analysis-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding-bottom:6px;border-bottom:1px solid var(--line-soft)}.wl-analysis-title{margin:0;font-family:var(--serif);font-weight:400;font-size:15px;color:var(--ink)}.wl-trend{font-family:var(--sans);font-size:11px;letter-spacing:.02em}.wl-trend--improving{color:#16a34a}.wl-trend--deteriorating{color:#b3261e}.wl-trend--stable{color:var(--muted)}.wl-prov{font-size:9px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;padding:2px 7px;border-radius:100px;border:1px solid}.wl-prov--primary{color:#15803d;border-color:#15803d4d;background:#15803d0f}.wl-prov--derived{color:#6b5b95;border-color:#6b5b954d;background:#6b5b950f}.wl-prov--secondary{color:#c2810c;border-color:#c2810c4d;background:#c2810c0f}.wl-prov--unverified{color:var(--muted);border-color:var(--line)}.wl-metric-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px 18px}@media (max-width: 480px){.wl-metric-grid{grid-template-columns:repeat(2,1fr)}}.wl-metric-label{font-size:10px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted-2)}.wl-metric-value{font-size:15px;color:var(--ink);font-variant-numeric:tabular-nums;margin-top:2px}.wl-metric-hint{font-size:10px;color:var(--muted-2);margin-top:1px}.wl-rec-bar{display:flex;height:10px;border-radius:3px;overflow:hidden;background:var(--line-soft)}.wl-rec-seg{height:100%}.wl-rec-legend{display:flex;flex-wrap:wrap;gap:12px;margin-top:8px;font-size:11px;color:var(--muted)}.wl-rec-legend span{display:inline-flex;align-items:center;gap:5px}.wl-rec-legend i{width:8px;height:8px;border-radius:2px;display:inline-block}.wl-rec-period{margin-top:6px;font-size:10px;color:var(--muted-2)}.wl-surprise-table{width:100%;border-collapse:collapse;font-size:12px}.wl-surprise-table th{text-align:left;font-weight:600;font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-2);padding:4px 0;border-bottom:1px solid var(--line-soft)}.wl-surprise-table td{padding:6px 0;border-bottom:1px solid var(--line-soft);font-variant-numeric:tabular-nums;color:var(--ink)}.wl-surprise-table th:not(:first-child),.wl-surprise-table td:not(:first-child){text-align:right}.wl-surprise-table td.up{color:#16a34a}.wl-surprise-table td.down{color:#b3261e}.wl-empty-inline{font-size:12px;color:var(--muted);padding:4px 0}.wl-analysis-summary{background:#fbfaf8;border:1px solid var(--line);border-radius:8px;padding:14px 16px}.wl-summary-text{margin:0;font-size:13.5px;line-height:1.6;color:var(--ink)}.wl-summary-prov{margin-top:8px;font-size:10px;color:var(--muted-2);letter-spacing:.02em}.wl-enrichment{border-left:2px solid rgba(194,129,12,.4);padding:4px 0 4px 14px}.wl-enrichment-narrative{margin:0 0 8px;font-size:12.5px;line-height:1.55;color:var(--muted)}.wl-enrichment-list{margin:0;padding-left:16px;font-size:12px;color:var(--muted)}.wl-enrichment-list li{margin-bottom:4px}.wl-enrichment-headline{color:var(--ink)}.wl-enrichment-why{color:var(--muted)}.wl-enrichment-when{color:var(--muted-2);font-size:11px}.wl-enrichment-disclaimer{margin-top:8px;font-size:10px;font-style:italic;color:var(--muted-2)}.wl-alert-pop{position:absolute;top:34px;right:0;z-index:30;width:286px;background:#fff;border:1px solid var(--line);border-radius:10px;box-shadow:0 12px 32px #0000001a;padding:14px;cursor:default;text-align:left}.wl-alert-pop-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.wl-alert-pop-title{font-family:var(--serif);font-size:15px;color:var(--ink)}.wl-alert-pop-close{border:none;background:none;color:var(--muted-2);cursor:pointer;padding:2px}.wl-alert-pop-close svg{width:14px;height:14px;stroke-width:2}.wl-alert-pop-close:hover{color:var(--ink)}.wl-alert-field-row{display:flex;gap:10px}.wl-alert-field{display:flex;flex-direction:column;gap:5px;flex:1;margin-bottom:12px}.wl-alert-field--full{width:100%}.wl-alert-field-label{font-size:11px;color:var(--muted);letter-spacing:.02em}.wl-alert-input-wrap{display:flex;align-items:center;border:1px solid var(--line);border-radius:7px;padding:0 10px;transition:border-color .12s ease}.wl-alert-input-wrap:focus-within{border-color:var(--ink)}.wl-alert-input-wrap input{border:none;outline:none;width:100%;padding:8px 0;font-size:13px;font-variant-numeric:tabular-nums;background:transparent;color:var(--ink)}.wl-alert-unit{color:var(--muted-2);font-size:13px}.wl-alert-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:4px 0 12px}.wl-alert-err{font-size:11px;color:#b3261e;margin-bottom:10px}.wl-alert-pop-foot{display:flex;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--line-soft);padding-top:12px}.wl-alert-hint{font-size:10px;color:var(--muted-2);flex:1}.wl-alert-save{border:none;background:var(--ink);color:#fff;padding:8px 14px;border-radius:7px;font-size:12px;font-weight:600;cursor:pointer;white-space:nowrap}.wl-alert-save:hover:not(:disabled){background:#1a1a1a}.wl-alert-save:disabled{opacity:.5;cursor:not-allowed}.message-memory{display:flex;align-items:center;flex-wrap:wrap;gap:7px;margin-top:14px;padding-top:14px;border-top:1px solid var(--line-soft)}.message-memory-label{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--muted-2);margin-right:3px}.message-memory-label svg{width:12px;height:12px;stroke-width:1.7;color:var(--muted)}.memory-tag{display:inline-flex;align-items:center;gap:7px;max-width:460px;font-size:11px;color:var(--ink);background:var(--line-soft);border:1px solid var(--line);padding:4px 10px;border-radius:99px}.memory-tag-subject{font-weight:600;white-space:nowrap}.memory-tag-snippet{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:280px}.message-memory-note{font-size:10.5px;font-style:italic;color:var(--muted-2)}.memory-filters{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:18px}.memory-filter-input{flex:1;min-width:220px;padding:9px 13px;font-size:13px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:var(--white)}.memory-filter-input:focus{outline:none;border-color:var(--ink)}.memory-filter-select{padding:9px 13px;font-size:13px;border:1px solid var(--line);border-radius:8px;background:var(--white);color:var(--ink);cursor:pointer}.memory-toggle{display:inline-flex;align-items:center;gap:7px;font-size:12px;color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none}.memory-list{display:flex;flex-direction:column;gap:12px}.memory-card{border:1px solid var(--line);border-radius:12px;padding:16px 18px;background:var(--white)}.memory-card--superseded{opacity:.62;background:var(--line-soft)}.memory-card-head{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:9px}.memory-subject{font-weight:700;font-size:14px;color:var(--ink);letter-spacing:.01em}.memory-type-tag{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;padding:3px 9px;border-radius:99px;border:1px solid var(--line);color:var(--muted);background:var(--white)}.memory-type-tag--decision{border-color:#c9a227;color:#8a6d0c}.memory-type-tag--finding{border-color:#2d7dd2;color:#1f5e9e}.memory-type-tag--preference{border-color:#1aa260;color:#137a48}.memory-type-tag--entity_note{border-color:#8a6dd8;color:#6647b0}.memory-type-tag--interaction{border-color:var(--line);color:var(--muted-2)}.memory-superseded-tag{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#b4453a}.memory-content{font-size:13.5px;line-height:1.55;color:var(--ink)}.memory-card-foot{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:12px;padding-top:11px;border-top:1px solid var(--line-soft)}.memory-meta{font-size:11px;color:var(--muted-2)}.memory-meta--source{font-family:SF Mono,ui-monospace,monospace;font-size:10.5px}.memory-actions{margin-left:auto;display:inline-flex;gap:8px}.memory-action-btn{font-size:11px;font-weight:600;color:var(--muted);background:transparent;border:1px solid var(--line);padding:4px 12px;border-radius:99px;cursor:pointer}.memory-action-btn:hover{border-color:var(--ink);color:var(--ink)}.memory-action-btn--danger:hover{border-color:#b4453a;color:#b4453a}.memory-action-btn:disabled{opacity:.5;cursor:not-allowed}.memory-edit{display:flex;flex-direction:column;gap:10px}.memory-edit-text{width:100%;padding:10px 13px;font-size:13px;line-height:1.5;border:1px solid var(--line);border-radius:8px;resize:vertical;color:var(--ink)}.memory-edit-text:focus{outline:none;border-color:var(--ink)}.memory-edit-actions{display:flex;gap:9px}.memory-edit-note{font-size:11px;font-style:italic;color:var(--muted-2)}
