:root{--bg:#fff;--bg-subtle:#faf9fb;--surface:#fff;--surface-alt:#f5f3fa;--surface-sunken:#f2f0f4;--ink:#211d2d;--text:#4e4857;--muted:#736e7c;--soft:#9b96a4;--line:#e7e3eb;--line-strong:#d9d4df;--violet:#6658d5;--violet-dark:#5145bd;--violet-pale:#efedfb;--violet-pale-hover:#e6e1f8;--danger:#a34e4e;--danger-bg:#fff5f5;--danger-border:#f0d4d4;--success:#52a66f;--success-bg:#e3f2e8;--success-text:#558467;--warning:#8a651d;--warning-bg:#fff5d7;--warning-border:#e0af43;--info:#3d6a8a;--info-bg:#e9f2fa;--bubble-user-bg:#2d283c;--bubble-user-text:#fff;--shadow-rgb:20,16,30}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#17141f;--bg-subtle:#1c1826;--surface:#201c2b;--surface-alt:#2a2438;--surface-sunken:#241f30;--ink:#f1eef7;--text:#d3cee0;--muted:#a79fbb;--soft:#79718e;--line:#352e46;--line-strong:#443c58;--violet:#8175e8;--violet-dark:#a89af7;--violet-pale:#2f2850;--violet-pale-hover:#392f61;--danger:#e08a8a;--danger-bg:#3a2429;--danger-border:#5c3439;--success:#7cc494;--success-bg:#1f3327;--success-text:#8fd1a4;--warning:#e3b95f;--warning-bg:#332a15;--warning-border:#6b5427;--info:#7ec1ee;--info-bg:#182a38;--bubble-user-bg:#4a3f6b;--bubble-user-text:#fff;--shadow-rgb:0,0,0}}:root[data-theme=dark]{--bg:#17141f;--bg-subtle:#1c1826;--surface:#201c2b;--surface-alt:#2a2438;--surface-sunken:#241f30;--ink:#f1eef7;--text:#d3cee0;--muted:#a79fbb;--soft:#79718e;--line:#352e46;--line-strong:#443c58;--violet:#8175e8;--violet-dark:#a89af7;--violet-pale:#2f2850;--violet-pale-hover:#392f61;--danger:#e08a8a;--danger-bg:#3a2429;--danger-border:#5c3439;--success:#7cc494;--success-bg:#1f3327;--success-text:#8fd1a4;--warning:#e3b95f;--warning-bg:#332a15;--warning-border:#6b5427;--info:#7ec1ee;--info-bg:#182a38;--bubble-user-bg:#4a3f6b;--bubble-user-text:#fff;--shadow-rgb:0,0,0}*{box-sizing:border-box}html,body{height:100%;margin:0}body{color:var(--ink);background:var(--bg);font-family:ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow:hidden}button,input,textarea{color:inherit;font:inherit}button{cursor:pointer}button:not(:disabled){transition:transform .15s}button:not(:disabled):active{transform:scale(.97)}:focus-visible{outline:2px solid var(--violet);outline-offset:2px}input[type=checkbox]{accent-color:var(--violet)}.hidden-input{display:none}.app-shell{background:var(--bg);grid-template-columns:264px 1fr;height:100vh;transition:grid-template-columns .2s;display:grid}.app-shell.sidebar-collapsed{grid-template-columns:0 1fr}.app-shell.sidebar-collapsed .app-sidebar{border-right:0;padding-left:0;padding-right:0}.app-sidebar{border-right:1px solid var(--line);background:var(--bg-subtle);flex-direction:column;gap:4px;min-height:0;padding:16px 12px;transition:padding .2s;display:flex;overflow:hidden auto}.app-sidebar-brand{color:var(--ink);align-items:center;gap:9px;padding:4px 6px 14px;font-size:16px;font-weight:650;display:flex}.app-sidebar-brand>span{color:#fff;background:var(--violet);border-radius:10px;flex:none;place-items:center;width:32px;height:32px;display:grid}.app-sidebar-new{color:var(--violet-dark);border:1px solid var(--line-strong);background:var(--surface);border-radius:10px;align-items:center;gap:7px;margin-bottom:8px;padding:10px 12px;font-size:12px;font-weight:650;display:flex}.app-sidebar-new:hover{background:var(--violet-pale);border-color:#0000}.app-sidebar-sessions{flex-direction:column;gap:2px;min-height:0;display:flex;overflow-y:auto}.app-sidebar-session-row{align-items:stretch;gap:2px;display:flex}.app-sidebar-session{text-align:left;background:0 0;border:0;border-radius:9px;width:100%;padding:9px 10px;display:block}.app-sidebar-session:hover{background:var(--surface-alt)}.app-sidebar-session.active{background:var(--violet-pale)}.app-sidebar-session.active strong{color:var(--violet-dark)}.app-sidebar-session strong{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:12px;font-weight:600;display:block;overflow:hidden}.app-sidebar-session small{color:var(--soft);margin-top:2px;font-size:9px;display:block}.app-sidebar-session-row .app-sidebar-session{flex:1;min-width:0}.app-sidebar-session-rename,.app-sidebar-session-delete{width:26px;color:var(--soft);background:0 0;border:0;border-radius:8px;flex:none;place-items:center;display:none}.app-sidebar-session-row:hover .app-sidebar-session-rename,.app-sidebar-session-row:hover .app-sidebar-session-delete{display:grid}.app-sidebar-session-rename:hover{color:var(--violet-dark);background:var(--violet-pale)}.app-sidebar-session-delete:hover{color:var(--danger);background:var(--danger-bg)}.app-sidebar-toggle{width:36px;height:36px;color:var(--muted);border:1px solid var(--line);background:var(--surface);border-radius:9px;flex:none;grid-area:1/1;place-items:center;display:grid}.app-sidebar-toggle:hover{color:var(--violet-dark);border-color:var(--line-strong);background:var(--violet-pale)}.app-sidebar-scrim{z-index:225;background:rgba(var(--shadow-rgb),.4);cursor:pointer;border:0;display:none;position:fixed;inset:0}.assistant-app{background:linear-gradient(180deg,var(--bg-subtle),var(--bg) 32%);grid-template-rows:72px minmax(0,1fr) auto;min-width:0;height:100vh;display:grid}.app-header{z-index:20;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface) 95%,transparent);grid-template-columns:minmax(420px,1fr) auto minmax(420px,1fr);align-items:center;gap:14px;padding:0 32px;display:grid;position:relative}.brand{align-items:center;gap:10px;font-size:19px;display:flex}.brand>span{color:#fff;background:var(--violet);border-radius:12px;place-items:center;width:40px;height:40px;display:grid;box-shadow:0 9px 22px #5b4dc738}.mode-label{min-width:0;max-width:100%;min-height:38px;color:var(--text);border:1px solid var(--line);background:var(--bg-subtle);border-radius:11px;justify-self:center;align-items:center;gap:8px;padding:0 12px;display:flex}.online-dot{background:var(--success);width:8px;height:8px;box-shadow:0 0 0 3px var(--success-bg);border-radius:50%}.mode-label strong{font-size:12px}.mode-label>small{color:var(--soft);font-size:10px}.mode-label.paper-mode{max-width:100%;color:var(--violet-dark);background:var(--violet-pale);padding:2px}.papers-menu{position:relative}.papers-menu-toggle{color:var(--violet-dark);background:0 0;border:0;border-radius:8px;align-items:center;gap:6px;padding:6px 8px;font-size:12px;display:flex}.papers-menu-toggle:hover{background:color-mix(in srgb,var(--violet-pale) 70%,transparent)}.papers-menu-toggle strong{font-size:12px}.papers-menu-panel{z-index:60;border:1px solid var(--line);background:var(--surface);width:280px;max-height:320px;box-shadow:0 20px 55px rgba(var(--shadow-rgb),.18);border-radius:12px;flex-direction:column;gap:6px;padding:8px;animation:.18s both modalIn;display:flex;position:absolute;top:44px;left:0;overflow-y:auto}.paper-chip{width:100%;color:var(--violet-dark);background:var(--violet-pale);border-radius:8px;align-items:center;gap:5px;padding:5px 6px 5px 9px;font-size:10px;display:flex}.paper-chip strong{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.paper-chip button{width:17px;height:17px;color:var(--soft);background:var(--surface);border:0;border-radius:5px;flex:none;place-items:center;padding:0;display:grid}.paper-chip button:hover{color:var(--danger)}.paper-chip button.paper-chip-deep-dive:hover{color:var(--violet-dark);background:var(--violet-pale)}.header-actions{grid-area:1/3;justify-self:end;align-items:center;gap:8px;display:flex}.session-switcher{position:relative}.session-switcher-toggle{max-width:160px;height:39px;color:var(--muted);border:1px solid var(--line);background:var(--surface);border-radius:10px;padding:0 14px;font-size:11px;font-weight:650}.session-switcher-toggle:hover{color:var(--violet-dark);border-color:var(--line-strong);background:var(--violet-pale)}.session-switcher-toggle span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.session-menu{z-index:30;border:1px solid var(--line);background:var(--surface);width:230px;max-height:320px;box-shadow:0 20px 50px rgba(var(--shadow-rgb),.16);border-radius:12px;padding:6px;animation:.16s both modalIn;position:absolute;top:calc(100% + 6px);right:0;overflow-y:auto}.session-menu-new{width:100%;color:var(--violet-dark);background:var(--violet-pale);text-align:left;border:0;border-radius:8px;align-items:center;gap:7px;margin-bottom:4px;padding:9px 10px;font-size:11px;font-weight:650;display:flex}.session-menu-new:hover{background:var(--violet-pale-hover)}.session-menu-row{align-items:stretch;gap:4px;display:flex}.session-menu-item{text-align:left;background:0 0;border:0;border-radius:8px;width:100%;padding:8px 10px;display:block}.session-menu-item:hover{background:var(--surface-alt)}.session-menu-item.active{background:var(--violet-pale)}.session-menu-item strong{text-overflow:ellipsis;white-space:nowrap;font-size:11px;display:block;overflow:hidden}.session-menu-item small{color:var(--soft);font-size:9px}.session-menu-row .session-menu-item{flex:1;min-width:0}.session-menu-rename{width:26px;color:var(--soft);background:0 0;border:0;border-radius:8px;flex:none;place-items:center;display:grid}.session-menu-rename:hover{color:var(--violet-dark);background:var(--violet-pale)}.session-menu-delete{width:26px;color:var(--soft);background:0 0;border:0;border-radius:8px;flex:none;place-items:center;display:grid}.session-menu-delete:hover{color:var(--danger);background:var(--danger-bg)}.graph-explorer-toggle,.feynman-check-toggle,.tour-help-button{width:39px;height:39px;color:var(--muted);border:1px solid var(--line);background:var(--surface);border-radius:10px;place-items:center;display:grid}.graph-explorer-toggle:hover,.feynman-check-toggle:hover,.tour-help-button:hover{color:var(--violet-dark);border-color:var(--line-strong);background:var(--violet-pale)}.graph-explorer-toggle:disabled,.feynman-check-toggle:disabled{color:var(--soft);cursor:default;background:var(--bg-subtle)}.add-paper-button{color:#fff;background:var(--violet);border:0;border-radius:10px;justify-content:center;align-items:center;gap:7px;height:39px;padding:0 14px;font-size:11px;font-weight:650;display:flex}.add-paper-button:hover{filter:brightness(.92)}.conversation-scroll{scroll-behavior:smooth;min-height:0;overflow-y:auto}.conversation-content{flex-direction:column;justify-content:center;width:min(820px,100% - 36px);min-height:100%;margin:auto;padding:42px 0;display:flex}.welcome{text-align:center;flex-direction:column;align-items:center;animation:.4s both rise;display:flex}.welcome-icon{color:#fff;background:linear-gradient(145deg,#8579ee,#574ac5);border-radius:19px;place-items:center;width:62px;height:62px;display:grid;box-shadow:0 16px 42px #5b4dc740}.welcome h1{letter-spacing:-2px;color:var(--ink);margin:19px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,4.3vw,58px);font-weight:400}.welcome>p{max-width:570px;color:var(--muted);margin:13px 0 0;font-size:15px;line-height:1.65}.welcome-actions{flex-wrap:wrap;justify-content:center;gap:9px;margin-top:27px;display:flex}.welcome-actions button{color:var(--text);border:1px solid var(--line);background:var(--surface);box-shadow:0 7px 22px rgba(var(--shadow-rgb),.04);border-radius:10px;align-items:center;gap:6px;padding:11px 14px;font-size:11px;display:flex}.welcome-actions button:hover{color:var(--violet-dark);border-color:var(--line-strong);background:var(--surface-alt)}.message-list{flex-direction:column;gap:29px;width:100%;padding:12px 0 22px;display:flex}.message{gap:12px;animation:.25s both rise;display:flex}.message.user{justify-content:flex-end}.assistant-avatar{width:37px;height:37px;color:var(--violet-dark);background:var(--violet-pale);border-radius:11px;flex:none;place-items:center;display:grid}.message.notice .assistant-avatar{color:var(--success-text);background:var(--success-bg)}.message-body{max-width:82%}.message-body>small{color:var(--soft);text-transform:uppercase;margin-bottom:7px;font-size:9px;font-weight:700;display:block}.message-body>p{color:var(--text);white-space:pre-wrap;margin:0;font-size:15px;line-height:1.75}.message.user .message-body{background:var(--bubble-user-bg);border-radius:15px 15px 4px;padding:12px 16px}.message.user .message-body>p{color:var(--bubble-user-text);font-size:14px;line-height:1.55}.message.notice .message-body{border:1px solid var(--success-border,var(--success-bg));background:var(--success-bg);border-radius:11px;padding:11px 13px}.message.notice .message-body>small{color:var(--success-text)}.message.notice .message-body>p{color:var(--success-text);font-size:12px;line-height:1.55}.citations{flex-wrap:wrap;gap:7px;margin-top:13px;display:flex}.citations>div{flex-wrap:wrap;align-items:center;gap:6px;display:flex;position:relative}.citations button{color:var(--violet-dark);background:var(--violet-pale);font-variant-numeric:tabular-nums;border:0;border-radius:7px;align-items:center;gap:5px;padding:7px 9px;font-size:9px;font-weight:650;display:flex}.citations button.citation-view-graph{border:1px solid var(--line-strong);background:var(--surface)}.citations button.citation-view-graph:hover{background:var(--violet-pale)}.citations blockquote{width:min(390px,70vw);color:var(--warning);border-left:2px solid var(--warning-border);background:var(--warning-bg);border-radius:0 9px 9px 0;margin:7px 0 0;padding:12px;font-family:Georgia,serif;font-size:11px;line-height:1.55}.typing{gap:5px;padding:9px 0;display:flex}.typing i{background:var(--violet);border-radius:50%;width:6px;height:6px;animation:1.1s ease-in-out infinite typing}.typing i:nth-child(2){animation-delay:.14s}.typing i:nth-child(3){animation-delay:.28s}.not-graph-note{color:var(--info);background:var(--info-bg);border-radius:7px;align-items:center;gap:5px;margin-top:10px;padding:5px 8px;font-size:9px;font-weight:650;display:flex}.confidence-note{color:var(--warning);background:var(--warning-bg);border-radius:7px;margin-top:10px;padding:5px 8px;font-size:9px;font-weight:650;display:inline-block}.candidate-list{gap:7px;margin-top:12px;display:grid}.candidate-list>button{border:1px solid var(--line);background:var(--bg-subtle);text-align:left;border-radius:9px;width:100%;padding:10px 12px;transition:border-color .15s,background .15s}.candidate-list>button:hover{border-color:var(--line-strong);background:var(--violet-pale)}.candidate-list strong{font-size:11px}.candidate-list small{color:var(--violet);text-transform:uppercase;margin-left:7px;font-size:8px;font-weight:700}.candidate-list p{color:var(--muted);margin:5px 0 0;font-size:10px;line-height:1.45}.feedback-row{align-items:center;gap:7px;margin-top:11px;display:flex}.feedback-row button{width:27px;height:27px;color:var(--soft);border:1px solid var(--line);background:var(--surface);border-radius:8px;place-items:center;display:grid}.feedback-row button:hover{color:var(--violet-dark);border-color:var(--line-strong);background:var(--violet-pale)}.feedback-row small{color:var(--soft);font-size:9px}.findings-toggle{border:1px solid var(--line-strong);background:var(--violet-pale);width:100%;color:var(--violet-dark);text-align:left;border-radius:12px;justify-content:space-between;align-items:center;gap:10px;margin-top:8px;padding:12px 15px;font-size:11.5px;font-weight:650;line-height:1.4;display:flex}.findings-toggle:hover{border-color:var(--violet)}.findings-toggle svg{flex:none;transition:transform .2s;transform:rotate(45deg)}.findings-toggle.expanded svg{transform:rotate(225deg)}.clarification-card{border:1px solid var(--line-strong);background:var(--violet-pale);border-radius:12px;margin-top:8px;padding:14px 15px}.clarification-card>p{color:var(--ink);margin:0;font-size:13px;line-height:1.5}.clarification-card>small{color:var(--violet-dark);margin-top:9px;font-size:10px;font-weight:650;display:block}.clarification-options{flex-wrap:wrap;gap:8px;margin-top:11px;display:flex}.clarification-options button{color:var(--violet-dark);border:1px solid var(--line-strong);background:var(--surface);border-radius:9px;padding:8px 12px;font-size:11px;font-weight:650}.clarification-options button:hover{border-color:var(--violet);background:var(--violet-pale)}.clarification-batch{border:1px solid var(--line-strong);background:var(--violet-pale);border-radius:12px;margin-top:8px;padding:14px 15px}.clarification-batch>small{color:var(--violet-dark);text-transform:uppercase;letter-spacing:.02em;font-size:10px;font-weight:650;display:block}.clarification-row{border-top:1px solid var(--line);margin-top:11px;padding-top:11px}.clarification-row:first-of-type{border-top:none;margin-top:9px;padding-top:0}.clarification-row>p{color:var(--ink);margin:0;font-size:12.5px;line-height:1.45}.gap-suggestions{gap:8px;margin-top:8px;display:grid}.gap-chip{align-items:stretch;gap:6px;display:flex}.gap-chip>button:first-child{border:1px solid var(--line);background:var(--surface);text-align:left;border-radius:10px;flex:1;padding:11px 13px}.gap-chip>button:first-child:hover{border-color:var(--line-strong);background:var(--surface-alt)}.gap-chip strong{font-size:12px;display:block}.gap-chip span{color:var(--muted);margin-top:4px;font-size:10px;line-height:1.4;display:block}.gap-dismiss{width:29px;color:var(--soft);border:1px solid var(--line);background:var(--surface);border-radius:9px;flex:none;place-items:center;display:grid}.gap-dismiss:hover{color:var(--danger);border-color:var(--danger-border);background:var(--danger-bg)}.message.guide-message .message-body{width:calc(100% - 49px);max-width:none}.guide-building{border:1px solid var(--line-strong);background:linear-gradient(135deg,var(--bg-subtle),var(--violet-pale));border-radius:14px;align-items:center;gap:13px;padding:17px;display:flex}.guide-building>span{border:3px solid var(--line-strong);border-top-color:var(--violet);border-radius:50%;flex:none;width:30px;height:30px;animation:.9s linear infinite spin}.guide-building strong,.guide-building small{display:block}.guide-building strong{color:var(--ink);font-family:Georgia,serif;font-size:15px;font-weight:400}.guide-building small{color:var(--muted);margin-top:4px;font-size:10px;line-height:1.5}.guide-error{color:var(--danger);margin-top:8px;font-size:10px;display:block}.guided-reading{border:1px solid var(--line-strong);background:var(--surface);box-shadow:0 18px 55px rgba(var(--shadow-rgb),.09);border-radius:18px;overflow:hidden}.guided-reading>header{color:#fff;background:linear-gradient(135deg,#342d52,#6658d5);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.guided-reading>header span,.guided-reading>header strong{display:block}.guided-reading>header span{font-family:Georgia,serif;font-size:20px}.guided-reading>header strong{color:#dcd7ff;text-transform:uppercase;letter-spacing:.08em;margin-top:4px;font-size:9px;font-weight:600}.guide-overview{border-bottom:1px solid var(--line);background:linear-gradient(135deg,var(--bg-subtle),var(--surface));padding:20px}.guide-overview small{color:var(--violet);text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:750}.guide-overview p{color:var(--ink);margin:8px 0 0;font-family:Georgia,serif;font-size:17px;line-height:1.55}.guide-sections{gap:0;display:grid}.guide-sections>article{border-bottom:1px solid var(--line);padding:24px 20px}.guide-section-heading{align-items:center;gap:11px;display:flex}.guide-section-heading>span{color:#fff;background:var(--violet);border-radius:10px;flex:none;place-items:center;width:32px;height:32px;font-family:Georgia,serif;display:grid}.guide-section-heading small{color:var(--soft);text-transform:uppercase;font-size:8px;font-weight:700}.guide-section-heading h3{color:var(--ink);margin:2px 0 0;font-family:Georgia,serif;font-size:20px;font-weight:400}.guide-sections article>p{color:var(--text);margin:14px 0 0;font-size:13px;line-height:1.75}.guide-sections ul{gap:7px;margin:14px 0 0;padding:0;list-style:none;display:grid}.guide-sections li{color:var(--text);padding-left:18px;font-size:11px;line-height:1.55;position:relative}.guide-sections li:before{background:var(--violet);content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:.58em;left:2px}.why-it-matters{border-left:3px solid var(--warning-border);background:var(--warning-bg);border-radius:0 9px 9px 0;margin-top:16px;padding:11px 13px}.why-it-matters strong{color:var(--warning);text-transform:uppercase;font-size:9px}.why-it-matters p{color:var(--warning);margin:4px 0 0;font-size:10px;line-height:1.5}.guide-nav{color:var(--muted);background:var(--surface-alt);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;font-size:10px;display:flex}.guide-nav button{color:#fff;background:var(--violet);border:0;border-radius:9px;padding:9px 16px;font-size:10px;font-weight:650}.guide-nav button:disabled{color:var(--soft);background:var(--surface-sunken)}.guide-nav button:first-child{color:var(--violet-dark);background:var(--surface);border:1px solid var(--line-strong)}.guide-nav button:first-child:disabled{color:var(--soft);background:var(--surface-alt);border-color:var(--line)}.guide-nav small{color:var(--muted);text-align:right;flex:1;line-height:1.5}.guide-diagram{border:1px solid var(--line-strong);background:linear-gradient(180deg,var(--bg-subtle),var(--surface-alt));border-radius:13px;margin-top:18px;padding:16px}.guide-diagram>strong{color:var(--violet-dark);text-align:center;font-family:Georgia,serif;font-size:15px;display:block}.flow-track{justify-items:center;width:min(430px,100%);margin:14px auto 0;display:grid}.flow-step{justify-items:center;width:100%;display:grid}.flow-step-in{animation:.3s both rise}.flow-node{border:1px solid var(--line-strong);background:var(--surface);width:min(330px,90%);box-shadow:0 6px 16px rgba(var(--shadow-rgb),.06);text-align:center;font:inherit;cursor:pointer;border-radius:10px;padding:11px 14px;transition:transform .18s,box-shadow .18s,opacity .18s,border-color .18s}.flow-node:hover{border-color:var(--violet);box-shadow:0 9px 22px rgba(var(--shadow-rgb),.1)}.flow-node.focused{border-color:var(--violet);box-shadow:0 10px 26px rgba(var(--shadow-rgb),.16);transform:scale(1.035)}.flow-node.dimmed{opacity:.45;box-shadow:none;transform:scale(.97)}.flow-node span,.flow-node small{display:block}.flow-node span{color:var(--ink);font-size:11px;font-weight:700}.flow-node small{color:var(--muted);margin-top:4px;font-size:9px;line-height:1.4}.flow-arrow{min-height:41px;color:var(--violet);place-items:center;transition:opacity .18s;display:grid}.flow-arrow.dimmed{opacity:.4}.flow-arrow i{font-size:19px;font-style:normal;line-height:1}.flow-arrow small{background:var(--violet-pale);border-radius:5px;margin-top:-6px;padding:2px 6px;font-size:8px}.guide-dots{background:var(--surface-alt);border-bottom:1px solid var(--line);align-items:center;gap:7px;padding:12px 20px;display:flex}.guide-dot{background:var(--line-strong);cursor:pointer;border:0;border-radius:50%;width:8px;height:8px;padding:0;transition:transform .15s,background .15s,width .15s}.guide-dot:hover{background:var(--violet);transform:scale(1.2)}.guide-dot.visited{background:var(--violet)}.guide-dot.active{background:var(--violet);border-radius:5px;width:20px}.guide-stop.slide-forward{animation:.28s both slideInForward}.guide-stop.slide-back{animation:.28s both slideInBack}.guide-complete{flex-direction:column;flex:1;align-items:flex-end;gap:8px;display:flex}.guide-complete-bar{background:var(--line-strong);border-radius:2px;width:100%;height:4px;overflow:hidden}.guide-complete-bar>i{background:linear-gradient(90deg,#8579ee,#5a4dc6);border-radius:2px;height:100%;animation:.45s 50ms both barFill;display:block}.guide-complete-copy{align-items:center;gap:8px;display:flex}.guide-complete-copy small{color:var(--muted);text-align:right;line-height:1.5}.guide-complete-check{color:#fff;background:var(--success);border-radius:50%;flex:none;place-items:center;width:20px;height:20px;animation:.35s cubic-bezier(.34,1.56,.64,1) .25s both pop;display:grid}.feynman-check{flex-direction:column;flex:1;gap:12px;display:flex}.feynman-check-header{justify-content:space-between;align-items:center;display:flex}.feynman-check-header span{color:var(--violet);text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:750}.feynman-check-header small{color:var(--soft);font-variant-numeric:tabular-nums;font-size:9px}.feynman-check-question{color:var(--ink);margin:0;font-family:Georgia,serif;font-size:15px;line-height:1.5}.feynman-check-input{border:1px solid var(--line-strong);background:var(--surface);width:100%;color:var(--ink);resize:vertical;border-radius:11px;padding:11px 13px;font-family:inherit;font-size:12px;line-height:1.6}.feynman-check-input:focus{outline:2px solid var(--violet-pale-hover);outline-offset:1px}.feynman-check-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.feynman-check-skip{color:var(--soft);background:0 0;border:0;padding:9px 14px;font-size:10px;font-weight:600}.feynman-check-actions>button:not(.feynman-check-skip){color:#fff;background:var(--violet);border:0;border-radius:9px;padding:9px 16px;font-size:10px;font-weight:650}.feynman-check-actions>button:disabled{color:var(--soft);background:var(--surface-sunken)}.feynman-check-error{color:var(--danger);margin:0;font-size:11px;line-height:1.5}.feynman-verdict{border-left:3px solid var(--violet);background:var(--surface-alt);border-radius:0 9px 9px 0;flex-direction:column;align-items:flex-start;gap:8px;padding:13px 15px;display:flex}.feynman-verdict strong{font-size:12px}.feynman-verdict p{color:var(--text);margin:0;font-size:11px;line-height:1.6}.feynman-verdict-strong{border-left-color:var(--success);background:var(--success-bg)}.feynman-verdict-strong strong{color:var(--success-text)}.feynman-verdict-weak{border-left-color:var(--warning-border);background:var(--warning-bg)}.feynman-verdict-weak strong{color:var(--warning)}.feynman-verdict-wrong{border-left-color:var(--danger);background:var(--danger-bg)}.feynman-verdict-wrong strong{color:var(--danger)}.feynman-verdict .citation-view-graph{color:var(--violet-dark);border:1px solid var(--line-strong);background:var(--surface);border-radius:7px;align-items:center;gap:6px;padding:7px 9px;font-size:9px;font-weight:650;display:flex}.feynman-verdict .citation-view-graph:hover{background:var(--violet-pale)}.feynman-verdict .feynman-check-actions{width:100%}.composer-area{background:linear-gradient(0deg,var(--bg) 78%,#0000);padding:0 20px 17px}.paper-context-chip{width:min(850px,100%);color:var(--violet-dark);align-items:center;gap:6px;margin:0 auto 7px;font-size:9px;display:flex}.paper-context-chip span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.paper-context-chip button{width:20px;height:20px;color:var(--soft);background:var(--surface-alt);border:0;border-radius:6px;place-items:center;display:grid}.composer{border:1px solid var(--line-strong);background:var(--surface);width:min(850px,100%);min-height:62px;box-shadow:0 14px 45px rgba(var(--shadow-rgb),.1);border-radius:16px;grid-template-columns:40px 1fr 42px;align-items:center;gap:8px;margin:auto;padding:8px;transition:all .2s;display:grid}.composer:focus-within{border-color:var(--violet);box-shadow:0 0 0 4px #6658d514,0 17px 50px rgba(var(--shadow-rgb),.11)}.composer textarea{resize:none;width:100%;max-height:120px;color:var(--ink);background:0 0;border:0;outline:0;font-size:14px;line-height:1.5}.composer textarea::placeholder{color:var(--soft)}.composer-add{width:38px;height:38px;color:var(--text);background:var(--surface-sunken);border:0;border-radius:10px;place-items:center;display:grid}.composer-add:hover{color:var(--violet-dark);background:var(--violet-pale)}.send-button{color:#fff;background:var(--violet);border:0;border-radius:11px;place-items:center;width:40px;height:40px;display:grid}.send-button:disabled{background:var(--line-strong);cursor:default}.composer-hint{color:var(--soft);text-align:center;margin:7px auto 0;font-size:8px;display:block}.quota-notice{box-sizing:border-box;border:1px solid var(--warning-border);background:var(--warning-bg);width:min(850px,100%);color:var(--warning);text-align:center;border-radius:11px;margin:0 auto 9px;padding:10px 14px;font-size:10px;line-height:1.45}.plan-limit-notice{border:1px solid var(--warning-border);background:var(--warning-bg);color:var(--warning);text-align:center;border-radius:9px;margin:12px 0 0;padding:10px 12px;font-size:10px;line-height:1.45}.add-modal{z-index:201;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.modal-scrim{background:rgba(var(--shadow-rgb),.42);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:pointer;border:0;position:absolute;inset:0}.modal-card{background:var(--surface);width:min(620px,100%);max-height:min(720px,100vh - 40px);box-shadow:0 35px 100px rgba(var(--shadow-rgb),.3);border-radius:18px;transition:width .25s,max-height .25s;animation:.23s both modalIn;position:relative;overflow-y:auto}.modal-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:76px;padding:0 20px;display:flex}.modal-card>header>div{align-items:center;gap:11px;display:flex}.modal-card>header>div>span{width:39px;height:39px;color:var(--violet);background:var(--violet-pale);border-radius:11px;place-items:center;display:grid}.modal-card header strong,.modal-card header small{display:block}.modal-card header strong{color:var(--ink);font-size:14px}.modal-card header small{color:var(--soft);margin-top:4px;font-size:10px}.modal-card>header>button{width:33px;height:33px;color:var(--soft);background:var(--surface-sunken);border:0;border-radius:9px;place-items:center;display:grid}.add-choices{grid-template-columns:1fr 1fr;gap:12px;padding:24px;display:grid}.add-choices>button{border:1px solid var(--line);background:var(--surface);text-align:left;border-radius:15px;gap:14px;min-height:155px;padding:20px;transition:all .2s;display:flex}.add-choices>button:hover{border-color:var(--line-strong);box-shadow:0 14px 35px rgba(var(--shadow-rgb),.08);transform:translateY(-2px)}.choice-icon{border-radius:12px;flex:none;place-items:center;width:44px;height:44px;display:grid}.choice-icon.violet{color:var(--violet);background:var(--violet-pale)}.choice-icon.blue{color:var(--info);background:var(--info-bg)}.add-choices strong{color:var(--ink);margin-top:4px;font-family:Georgia,serif;font-size:19px;font-weight:400;display:block}.add-choices p{color:var(--muted);margin:9px 0 0;font-size:11px;line-height:1.5}.upload-panel,.search-panel{padding:18px 24px 25px}.back-button{color:var(--muted);background:0 0;border:0;padding:6px 0;font-size:10px}.drop-zone{border:1.5px dashed var(--line-strong);background:var(--bg-subtle);border-radius:15px;flex-direction:column;align-items:center;width:100%;margin-top:10px;padding:45px 20px;display:flex}.drop-zone:hover{border-color:var(--violet);background:var(--violet-pale)}.drop-zone>span{width:52px;height:52px;color:var(--violet);background:var(--violet-pale);border-radius:15px;place-items:center;margin-bottom:16px;display:grid}.drop-zone strong{color:var(--ink);font-size:13px}.drop-zone small{color:var(--soft);margin-top:7px;font-size:9px}.graph-build{flex-direction:column;align-items:center;padding:18px 24px 24px;display:flex}.graph-build-status{color:var(--muted);min-height:14px;margin:14px 0 0;font-size:11px}.create-session-form{gap:16px;padding:20px 24px 25px;display:grid}.create-session-form label{color:var(--ink);gap:7px;font-size:11px;font-weight:650;display:grid}.create-session-form label small{color:var(--soft);font-weight:500}.create-session-form input,.create-session-form textarea{border:1px solid var(--line-strong);resize:vertical;background:var(--surface);color:var(--ink);border-radius:10px;outline:0;padding:11px 13px;font-family:inherit;font-size:12px}.create-session-form input:focus,.create-session-form textarea:focus{border-color:var(--violet)}.create-session-actions{justify-content:flex-end;align-items:center;gap:10px;display:flex}.create-session-actions button[type=submit]{color:#fff;background:var(--violet);border:0;border-radius:9px;padding:10px 16px;font-size:11px;font-weight:650}.create-session-actions button[type=submit]:disabled{background:var(--line-strong)}.search-panel>form{border:1px solid var(--line-strong);border-radius:12px;grid-template-columns:25px 1fr auto;align-items:center;gap:7px;min-height:51px;margin-top:10px;padding:5px 6px 5px 13px;display:grid}.search-panel form>svg{color:var(--soft)}.search-panel input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;font-size:12px}.search-panel form button{color:#fff;background:var(--violet);border:0;border-radius:9px;height:38px;padding:0 13px;font-size:10px;font-weight:650}.search-panel form button:disabled{background:var(--line-strong)}.form-error{color:var(--danger);text-align:center;margin:13px 0 0;font-size:10px}.search-results{gap:9px;margin-top:16px;display:grid}.search-results article{border:1px solid var(--line);border-radius:12px;min-width:0;padding:15px 105px 15px 15px;position:relative}.search-results article>div{align-items:center;gap:8px;display:flex}.search-results article>div span{color:var(--danger);background:var(--danger-bg);border-radius:5px;padding:3px 5px;font-size:8px;font-weight:750}.search-results article>div small{color:var(--soft);font-size:8px}.search-results h3{color:var(--ink);margin:8px 0 5px;font-family:Georgia,serif;font-size:15px;font-weight:400;line-height:1.25}.search-results p{color:var(--soft);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:9px;overflow:hidden}.search-results article>button{color:var(--violet-dark);background:var(--violet-pale);border:0;border-radius:8px;padding:8px 10px;font-size:9px;font-weight:650;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.staged-toggle{align-items:center;gap:5px;display:flex;color:var(--success-text)!important;background:var(--success-bg)!important}.staged-papers{border-top:1px solid var(--line);padding:0 24px 22px}.staged-papers>p{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;margin:16px 0 9px;font-size:10px;font-weight:650}.staged-papers ul{gap:6px;margin:0 0 14px;padding:0;list-style:none;display:grid}.staged-papers li{border:1px solid var(--line);background:var(--bg-subtle);border-radius:9px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.staged-papers li span{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:11px;overflow:hidden}.staged-papers li button{width:20px;height:20px;color:var(--soft);background:0 0;border:0;border-radius:50%;flex:none;place-items:center;display:grid}.staged-papers li button:hover{color:var(--danger);background:var(--danger-bg)}.start-breakdown-button{color:#fff;background:var(--violet);border:0;border-radius:11px;width:100%;padding:13px;font-size:12px;font-weight:650}.start-breakdown-button:hover{background:var(--violet-dark)}@keyframes rise{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes slideInForward{0%{opacity:0;transform:translate(26px)}to{opacity:1;transform:none}}@keyframes slideInBack{0%{opacity:0;transform:translate(-26px)}to{opacity:1;transform:none}}@keyframes barFill{0%{width:0}to{width:100%}}@keyframes pop{0%{opacity:0;transform:scale(.4)}70%{opacity:1;transform:scale(1.15)}to{transform:scale(1)}}@keyframes modalIn{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:none}}@keyframes typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width:680px){.app-shell{grid-template-columns:1fr}.app-sidebar{z-index:230;width:min(280px,82vw);transition:transform .22s;position:fixed;inset:0 auto 0 0;transform:translate(-100%);box-shadow:0 0 #0000}.app-sidebar.open{box-shadow:20px 0 50px rgba(var(--shadow-rgb),.25);transform:translate(0)}.app-sidebar-scrim{display:block}.app-sidebar-toggle{display:grid}.assistant-app{grid-template-rows:62px minmax(0,1fr) auto}.app-header{grid-template-columns:auto 1fr auto;padding:0 10px}.mode-label.paper-mode strong{max-width:38vw}.header-actions{gap:5px}.add-paper-button{width:34px;height:34px;padding:0;font-size:0}.add-paper-button svg{width:15px;height:15px}.feynman-check-toggle,.tour-help-button{width:34px;height:34px}.graph-explorer-toggle,.paper-map-toggle{justify-content:center;gap:0;width:34px;height:34px;padding:0;position:relative}.graph-explorer-toggle em,.paper-map-toggle em{margin:0;padding:1px 4px;font-size:6px;line-height:1.2;position:absolute;top:-7px;right:-9px}.paper-map-toggle span{display:none}.user-menu-toggle{width:34px;height:34px;font-size:11px}.conversation-content{width:calc(100% - 28px);padding:28px 0}.welcome h1{font-size:40px}.welcome>p{font-size:13px}.welcome-actions{flex-direction:column;width:100%}.welcome-actions button{justify-content:center;width:100%}.message-body{max-width:88%}.message-body>p{font-size:14px}.composer-area{padding:0 9px 10px}.composer{grid-template-columns:37px 1fr 39px;min-height:58px;padding:7px}.composer textarea{font-size:13px}.composer-hint{display:none}.add-modal{padding:10px}.modal-card{max-height:calc(100vh - 20px)}.add-choices{grid-template-columns:1fr;padding:16px}.add-choices>button{min-height:115px}.upload-panel,.search-panel{padding-inline:16px}.search-results article{padding-right:15px}.search-results article>button{margin-top:11px;position:static;transform:none}.graph-explorer-filters{padding:8px 12px}.graph-explorer-panel{border-left:0;width:100vw}}.convergence-stage{z-index:200;background:radial-gradient(70% 60%,#251a4d 0%,#1a1338 55%,#120c26 100%);place-items:center;transition:opacity 1s,filter 1s;display:grid;position:fixed;inset:0}.convergence-stage.leaving{opacity:0;filter:blur(6px);pointer-events:none}.convergence-corner{z-index:10;position:absolute;top:22px;right:24px}.convergence-ghost{color:#fff9;letter-spacing:.06em;text-transform:uppercase;background:#ffffff0a;border:1px solid #ffffff57;border-radius:999px;padding:8px 14px;font-size:11px;font-weight:600}.convergence-ghost:hover{color:#fff;background:#ffffff14;border-color:#ffffff8c}.convergence-star-anchor{opacity:0;width:min(30vmin,220px);height:min(30vmin,220px);animation:1.2s cubic-bezier(.16,1,.3,1) .1s forwards convergence-arrive;position:relative;transform:scale(.82)}@keyframes convergence-arrive{to{opacity:1;transform:scale(1)}}.convergence-halo,.convergence-star{position:absolute;top:50%;left:50%}.convergence-halo{filter:blur(2px);background:radial-gradient(circle,#c9beff80 0%,#c9beff00 68%);border-radius:50%;width:min(78vmin,620px);height:min(78vmin,620px);animation:1.9s ease-in-out infinite convergence-breathe}@keyframes convergence-breathe{0%{opacity:.4;transform:translate(-50%,-50%)scale(.92)}50%{opacity:1;transform:translate(-50%,-50%)scale(1.22)}to{opacity:.4;transform:translate(-50%,-50%)scale(.92)}}.convergence-star{width:min(17.4vmin,128px);height:min(17.4vmin,128px);transform:translate(-50%,-50%)}.convergence-star svg{stroke:#fff;fill:none;stroke-width:1.15px;stroke-linecap:round;width:100%;height:100%;animation:1.9s ease-in-out infinite convergence-star-breathe}.convergence-star circle{fill:#fff;stroke:none}@keyframes convergence-star-breathe{0%{opacity:.4;filter:drop-shadow(0 0 6px #ffffff59)brightness(.75)}50%{opacity:1;filter:drop-shadow(0 0 36px #fff)brightness(1.4)}to{opacity:.4;filter:drop-shadow(0 0 6px #ffffff59)brightness(.75)}}.convergence-below{text-align:center;flex-direction:column;align-items:center;gap:10px;width:min(640px,88vw);margin-top:min(15vmin,110px);padding-top:44px;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)}.convergence-status{letter-spacing:.1em;text-transform:uppercase;flex-direction:column;align-items:center;gap:6px;margin:0;font-size:12px;font-weight:650;display:flex}.convergence-shimmer{background:linear-gradient(90deg,#fff6 0%,#fff 50%,#fff6 100%) 0 0/220% 100%;color:#0000;-webkit-background-clip:text;background-clip:text;animation:2.1s linear infinite convergence-shimmer}@keyframes convergence-shimmer{0%{background-position:220% 0}to{background-position:-220% 0}}.convergence-status small{color:#ffffff6b;letter-spacing:.08em;text-transform:none;font-variant-numeric:tabular-nums;font-size:10px;font-weight:600}.convergence-closing{color:#fff;text-wrap:balance;max-width:62ch;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(19px,2.6vw,25px);font-weight:400;line-height:1.5;animation:.8s both rise}.convergence-papers{pointer-events:none;position:absolute;inset:0}.convergence-paper{background:#f4f0ff;border-radius:8px;width:108px;padding:9px 11px;animation:2s cubic-bezier(.5,0,.35,1) forwards convergence-travel;position:absolute;top:0;left:0;box-shadow:0 10px 26px #0a061e59}.convergence-paper span{color:#2d2352;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:9px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}@keyframes convergence-travel{0%{offset-distance:0%;opacity:0;transform:scale(1)}12%{opacity:1}82%{opacity:1;transform:scale(.72)}to{offset-distance:100%;opacity:0;transform:scale(.18)}}.graph-explorer-stage{z-index:210;background:var(--bg);grid-template-rows:auto auto 1fr;animation:.2s both rise;display:grid;position:fixed;inset:0}.graph-explorer-topbar{border-bottom:1px solid var(--line);box-shadow:0 1px 0 var(--line),0 6px 20px rgba(var(--shadow-rgb),.04);justify-content:space-between;align-items:flex-start;gap:16px;padding:16px 22px;display:flex}.graph-explorer-title{flex-direction:column;gap:5px;display:flex}.graph-explorer-title-row{align-items:baseline;gap:11px;display:flex}.graph-explorer-title strong{color:var(--ink);font-family:Georgia,serif;font-size:17px;font-weight:400}.graph-explorer-title small{color:var(--soft);font-variant-numeric:tabular-nums;font-size:10px;font-weight:650}.graph-explorer-subtitle{max-width:56ch;color:var(--muted);margin:0;font-size:11.5px;line-height:1.5}.graph-explorer-search{flex:0 220px;align-self:center;position:relative}.graph-explorer-search>input{border:1px solid var(--line);background:var(--bg-subtle);width:100%;color:var(--ink);border-radius:999px;outline:0;padding:9px 13px;font-size:11.5px;transition:border-color .15s,background .15s}.graph-explorer-search>input:focus{border-color:var(--line-strong);background:var(--surface)}.graph-explorer-search-results{z-index:5;border:1px solid var(--line);background:var(--surface);max-height:280px;box-shadow:0 12px 30px rgba(var(--shadow-rgb),.14);border-radius:12px;gap:2px;padding:6px;display:grid;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto}.graph-explorer-search-results>button{text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:7px 9px;display:flex}.graph-explorer-search-results>button:hover{background:var(--violet-pale)}.graph-explorer-search-results>button>span{border-radius:50%;flex:none;width:8px;height:8px}.graph-explorer-search-results>button strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--ink);flex:1;font-size:11px;font-weight:500;overflow:hidden}.graph-explorer-search-results>button small{color:var(--soft);text-transform:uppercase;flex:none;font-size:8px;font-weight:700}.graph-explorer-search-empty{color:var(--soft);padding:10px 12px}.graph-explorer-close{border:1px solid var(--line);background:var(--surface);width:32px;height:32px;color:var(--muted);border-radius:50%;place-items:center;font-size:18px;line-height:1;display:grid}.graph-explorer-close:hover{color:var(--violet-dark);background:var(--violet-pale);border-color:var(--line-strong)}.graph-explorer-filters{border-bottom:1px solid var(--line);background:var(--bg-subtle);flex-wrap:wrap;align-items:center;gap:8px;padding:10px 22px;display:flex}.graph-explorer-contradictions-check{border:1px solid var(--line-strong);background:var(--surface);color:var(--violet-dark);border-radius:999px;margin-left:auto;padding:7px 13px;font-size:10.5px;font-weight:650}.graph-explorer-contradictions-check:hover:not(:disabled){background:var(--violet-pale)}.graph-explorer-contradictions-check:disabled{color:var(--soft);border-color:var(--line);cursor:default}.graph-explorer-contradictions-result{color:var(--muted);font-size:10.5px;font-weight:650}.graph-explorer-export-citations{border:1px solid var(--line-strong);background:var(--surface);color:var(--violet-dark);border-radius:999px;padding:7px 13px;font-size:10.5px;font-weight:650}.graph-explorer-export-citations:hover:not(:disabled){background:var(--violet-pale)}.graph-explorer-export-citations:disabled{color:var(--soft);border-color:var(--line);cursor:default}.graph-explorer-filter{border:1px solid var(--line);background:var(--surface);text-transform:capitalize;cursor:pointer;opacity:.5;border-radius:999px;align-items:center;gap:6px;padding:6px 11px 6px 8px;font-size:10.5px;font-weight:650;transition:opacity .15s,border-color .15s,background .15s;display:flex}.graph-explorer-filter:hover{opacity:.85}.graph-explorer-filter:has(input:checked){opacity:1}.graph-explorer-filter:has(input:checked):hover{opacity:1}.graph-explorer-filter input{width:12px;height:12px}.graph-explorer-unconnected-toggle{color:var(--muted);border:1px dashed var(--line-strong);background:var(--surface);cursor:pointer;border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:10.5px;font-weight:650;display:flex}.graph-explorer-unconnected-toggle input{width:12px;height:12px}.graph-explorer-canvas{background-color:var(--bg-subtle);background-image:radial-gradient(circle,var(--line) 1px,transparent 1px);background-size:24px 24px;position:relative;overflow:hidden}.graph-explorer-status{color:var(--muted);font-size:12px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.graph-explorer-error{color:var(--danger)}.graph-explorer-focus-miss{z-index:5;background:var(--warning-bg);color:var(--warning);box-shadow:0 8px 20px rgba(var(--shadow-rgb),.12);border-radius:8px;margin:0;padding:8px 14px;font-size:11px;font-weight:650;position:absolute;top:16px;left:50%;transform:translate(-50%)}.graph-explorer-panel{border-left:1px solid var(--line);background:var(--surface);width:min(340px,86vw);box-shadow:-8px 0 24px rgba(var(--shadow-rgb),.06);padding:22px 20px;animation:.2s both slideInForward;position:absolute;top:0;bottom:0;right:0;overflow-y:auto}.graph-explorer-panel-close{background:var(--violet-pale);width:26px;height:26px;color:var(--violet-dark);border:0;border-radius:50%;place-items:center;font-size:14px;line-height:1;display:grid;position:absolute;top:14px;right:14px}.graph-explorer-panel-type{background:var(--violet-pale);letter-spacing:.06em;text-transform:uppercase;border-radius:6px;margin-bottom:9px;padding:3px 8px;font-size:9px;font-weight:700;display:inline-block}.graph-explorer-panel h3{color:var(--ink);margin:0 0 10px;font-family:Georgia,serif;font-size:18px;font-weight:400}.graph-explorer-panel>p{color:var(--muted);margin:0;font-size:12px;line-height:1.55}.graph-explorer-ask{color:#fff;background:var(--violet);border:0;border-radius:9px;width:100%;margin-top:14px;padding:10px 12px;font-size:11.5px;font-weight:650}.graph-explorer-ask:hover{filter:brightness(.92)}.graph-explorer-connections{flex-direction:column;gap:8px;margin-top:18px;display:flex}.graph-explorer-connections-label{color:var(--soft);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;font-size:9px;font-weight:700;display:block}.graph-explorer-connection{background:var(--violet-pale);width:100%;color:var(--ink);text-align:left;border:0;border-radius:8px;padding:9px 11px;font-size:12px;line-height:1.5;transition:background .15s}.graph-explorer-connection:hover{background:var(--violet-pale-hover)}.graph-explorer-connection strong{color:var(--violet-dark);font-weight:650}.graph-explorer-no-connections{color:var(--soft);font-size:11px}.graph-explorer-citations{flex-direction:column;gap:4px;margin-top:14px;display:flex}.graph-explorer-citation{background:var(--bg-subtle);color:var(--muted);border-radius:8px;margin:0;padding:8px 10px;font-size:11px;line-height:1.5}.graph-explorer-citation span{color:var(--soft)}.graph-explorer-citation a,.graph-explorer-open-paper{color:var(--violet-dark);font-weight:650;text-decoration:none}.graph-explorer-citation a:hover,.graph-explorer-open-paper:hover{text-decoration:underline}.graph-explorer-open-paper{background:var(--violet-pale);text-align:center;border-radius:8px;margin-top:12px;padding:9px 11px;font-size:11px;display:block}.paper-map-unconnected{border:1px dashed var(--line-strong);color:var(--muted);border-radius:12px;margin:0 24px 28px;padding:14px 15px;font-size:11px}.paper-map-unconnected summary{color:var(--violet-dark);cursor:pointer;font-weight:700}.paper-map-unconnected p{line-height:1.5}.paper-map-unconnected div{margin-top:8px}.paper-map-unconnected a{color:var(--violet-dark);font-weight:650;text-decoration:none}.welcome-tour-button{color:var(--violet-dark)!important;border-color:var(--line-strong)!important;background:var(--violet-pale)!important}.tour-overlay{z-index:220;pointer-events:none;position:fixed;inset:0}.tour-overlay-dim{background:rgba(var(--shadow-rgb),.55);pointer-events:auto}.tour-spotlight{box-shadow:0 0 0 9999px rgba(var(--shadow-rgb),.55);border-radius:12px;transition:top .4s cubic-bezier(.4,0,.2,1),left .4s cubic-bezier(.4,0,.2,1),width .4s cubic-bezier(.4,0,.2,1),height .4s cubic-bezier(.4,0,.2,1);position:absolute}.tour-callout{pointer-events:auto;background:var(--surface);box-shadow:0 18px 55px rgba(var(--shadow-rgb),.22);border-radius:14px;padding:16px 18px;transition:top .4s cubic-bezier(.4,0,.2,1),left .4s cubic-bezier(.4,0,.2,1);animation:.25s both tourCalloutIn;position:absolute}.tour-callout:before{content:"";left:var(--arrow-left,26px);background:var(--surface);width:14px;height:14px;position:absolute;transform:rotate(45deg)}.tour-callout-bottom:before{box-shadow:-3px -3px 6px rgba(var(--shadow-rgb),.05);top:-7px}.tour-callout-top:before{box-shadow:3px 3px 6px rgba(var(--shadow-rgb),.05);bottom:-7px}.tour-callout-centered{top:50%;left:50%;transform:translate(-50%,-50%)}.tour-callout-centered:before,.tour-callout-no-arrow:before{display:none}.tour-callout-progress{gap:5px;margin-bottom:11px;display:flex}.tour-callout-progress i{background:var(--line);border-radius:2px;width:14px;height:4px}.tour-callout-progress i.active{background:var(--violet)}.tour-callout-progress i.done{background:var(--line-strong)}.tour-callout h4{color:var(--ink);margin:0;font-size:14px;font-weight:650}.tour-callout p{color:var(--muted);margin:7px 0 0;font-size:12px;line-height:1.6}.tour-callout-actions{justify-content:space-between;align-items:center;margin-top:15px;display:flex}.tour-callout-actions>div{gap:8px;display:flex}.tour-skip{color:var(--soft);background:0 0;border:0;padding:8px 10px;font-size:10px;font-weight:600}.tour-callout-actions button:not(.tour-skip){color:var(--violet-dark);border:1px solid var(--line);background:var(--surface);border-radius:9px;padding:8px 15px;font-size:10px;font-weight:650}.tour-callout-actions button:not(.tour-skip):last-child{color:#fff;background:var(--violet);border-color:#0000}@keyframes tourCalloutIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:680px){.graph-explorer-toggle{width:78px;padding:0 8px}.graph-explorer-toggle em{margin:0;padding:2px 4px;font-size:6px;position:static}}.graph-explorer-toggle em{color:var(--warning);border:1px solid var(--warning-border);background:var(--warning-bg);letter-spacing:.06em;vertical-align:middle;border-radius:999px;margin-left:4px;padding:2px 5px;font-family:inherit;font-size:8px;font-style:normal;font-weight:800;line-height:1.2;display:inline-block}.graph-explorer-toggle{justify-content:center;align-items:center;gap:5px;width:78px;padding:0 8px;display:flex;position:relative}.graph-explorer-toggle em{margin:0;padding:2px 5px;position:static}.beta-tag,.paper-map-toggle em,.deep-dive-launch em,.deep-dive-header em{color:var(--warning);border:1px solid var(--warning-border);background:var(--warning-bg);letter-spacing:.06em;vertical-align:middle;border-radius:999px;margin-left:5px;padding:2px 5px;font-family:inherit;font-size:8px;font-style:normal;font-weight:800;line-height:1.2;display:inline-block}.deep-dive-app{height:100vh;overflow:hidden}.deep-dive-layout{overflow:hidden}.deep-dive-reading{min-height:0;overflow-y:auto}@media (max-width:680px){.deep-dive-app{height:auto;overflow:visible}.deep-dive-layout,.deep-dive-reading{overflow:visible}}.deep-dive-app{background:var(--bg-subtle);flex-direction:column;min-height:100vh;display:flex}.deep-dive-header{border-bottom:1px solid var(--line);background:var(--surface);grid-template-columns:1fr minmax(300px,2fr) 1fr;align-items:center;gap:18px;padding:18px 28px;display:grid}.deep-dive-header>div{text-align:center}.deep-dive-header small,.deep-dive-section-heading small,.deep-dive-tutor-heading small{color:var(--violet);text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:750}.deep-dive-header h1{color:var(--ink);margin:4px 0 0;font-family:Georgia,serif;font-size:22px;font-weight:400}.deep-dive-header>span{color:var(--soft);justify-self:end;font-size:10px}.deep-dive-back{color:var(--violet-dark);border:1px solid var(--line-strong);background:var(--surface);border-radius:9px;justify-self:start;padding:8px 12px;font-size:10px}.deep-dive-layout{flex:1;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);min-height:0;display:grid}.deep-dive-reading{padding:42px clamp(24px,6vw,90px) 60px;overflow-y:auto}.deep-dive-big-picture{max-width:70ch;color:var(--text);border-left:3px solid var(--violet);background:var(--violet-pale);margin:0 auto 32px;padding:14px 16px;font-family:Georgia,serif;line-height:1.6}.deep-dive-section-heading{max-width:70ch;margin:0 auto}.deep-dive-section-heading h2{color:var(--ink);margin:7px 0 5px;font-family:Georgia,serif;font-size:31px;font-weight:400}.deep-dive-section-heading>span{color:var(--soft);font-size:10px}.deep-dive-explanation{max-width:70ch;color:var(--text);margin:24px auto 0;font-size:15px;line-height:1.8}.deep-dive-points{max-width:70ch;color:var(--text);gap:9px;margin:22px auto 0;padding-left:20px;font-size:12px;line-height:1.6;display:grid}.deep-dive-why{border-left:3px solid var(--warning-border);background:var(--warning-bg);max-width:70ch;margin:24px auto 0;padding:14px 16px}.deep-dive-why strong{color:var(--warning);text-transform:uppercase;font-size:10px}.deep-dive-why p{color:var(--warning);margin:6px 0 0;font-size:12px;line-height:1.6}.deep-dive-source-title{max-width:70ch;color:var(--ink);margin:35px auto 11px;font-family:Georgia,serif;font-size:20px;font-weight:400}.deep-dive-source{border:1px solid var(--line-strong);background:var(--surface);border-radius:12px;max-width:70ch;margin:auto;padding:18px}.deep-dive-source>div+div{border-top:1px solid var(--line);margin-top:20px;padding-top:20px}.deep-dive-source small{color:var(--violet);font-size:9px;font-weight:700}.deep-dive-source p{color:var(--text);white-space:pre-wrap;margin:7px 0 0;font-family:Georgia,serif;font-size:13px;line-height:1.75}.deep-dive-nav{justify-content:space-between;max-width:70ch;margin:30px auto 0;display:flex}.deep-dive-nav button,.deep-dive-tutor-form button{color:#fff;background:var(--violet);border:0;border-radius:9px;padding:10px 15px;font-size:10px;font-weight:650}.deep-dive-nav button:disabled,.deep-dive-tutor-form button:disabled{color:var(--soft);background:var(--surface-sunken)}.deep-dive-tutor{border-left:1px solid var(--line);background:var(--surface);flex-direction:column;min-height:0;display:flex}.deep-dive-tutor-heading{border-bottom:1px solid var(--line);padding:28px 24px 20px}.deep-dive-tutor-heading h2{color:var(--ink);margin:7px 0 5px;font-family:Georgia,serif;font-size:20px;font-weight:400}.deep-dive-tutor-heading p{color:var(--muted);margin:0;font-size:10px;line-height:1.5}.deep-dive-tutor-messages{flex:1;min-height:0;padding:20px;overflow-y:auto}.deep-dive-tutor-empty,.deep-dive-state{color:var(--soft);font-size:11px;line-height:1.6}.deep-dive-tutor-message{margin-bottom:18px}.deep-dive-tutor-message>small{color:var(--soft);text-transform:uppercase;font-size:9px;font-weight:700}.deep-dive-tutor-message p{color:var(--text);white-space:pre-wrap;margin:5px 0 0;font-size:12px;line-height:1.65}.deep-dive-tutor-message.user{background:var(--surface-alt);border-radius:11px;padding:10px 12px}.deep-dive-citation{color:var(--violet-dark);background:var(--violet-pale);border-radius:5px;margin:8px 5px 0 0;padding:4px 6px;font-size:8px;display:inline-block}.deep-dive-tutor-form{border-top:1px solid var(--line);background:var(--bg-subtle);gap:8px;padding:16px;display:grid}.deep-dive-tutor-form textarea{border:1px solid var(--line-strong);resize:vertical;background:var(--surface);width:100%;color:var(--ink);border-radius:9px;padding:10px;font-size:12px;line-height:1.5}.deep-dive-tutor-error{color:var(--danger);margin:0 16px 12px;font-size:10px}.deep-dive-state{place-items:center;min-height:100vh;padding:30px;display:grid}.deep-dive-error{color:var(--danger)}@media (max-width:680px){.deep-dive-header{grid-template-columns:1fr auto;padding:14px}.deep-dive-header>div{text-align:left;grid-area:1/1/auto/-1;padding-left:145px}.deep-dive-header h1{text-overflow:ellipsis;white-space:nowrap;font-size:17px;overflow:hidden}.deep-dive-header>span{grid-area:1/2}.deep-dive-back{z-index:1;grid-area:1/1;font-size:9px}.deep-dive-layout{flex-direction:column;display:flex}.deep-dive-reading{padding:28px 16px 35px;overflow:visible}.deep-dive-section-heading h2{font-size:26px}.deep-dive-tutor{border-top:1px solid var(--line);border-left:0;min-height:520px}}.deep-dive-related{border:1px solid var(--line-strong);background:var(--surface);border-radius:12px;max-width:70ch;margin:35px auto 0;padding:18px}.deep-dive-related>small{color:var(--violet);text-transform:uppercase;letter-spacing:.1em;font-size:9px;font-weight:750}.deep-dive-related h3{color:var(--ink);margin:7px 0 5px;font-family:Georgia,serif;font-size:20px;font-weight:400}.deep-dive-related>p{color:var(--muted);margin:0 0 15px;font-size:11px;line-height:1.55}.deep-dive-related-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.deep-dive-related-grid a{color:inherit;border:1px solid var(--line);border-radius:9px;gap:6px;padding:12px;text-decoration:none;display:grid}.deep-dive-related-grid a:hover{border-color:var(--line-strong);background:var(--bg-subtle)}.deep-dive-related-grid a>small{color:var(--violet);text-transform:uppercase;font-size:8px;font-weight:750}.deep-dive-related-grid strong{color:var(--ink);font-family:Georgia,serif;font-size:13px;font-weight:400;line-height:1.35}.deep-dive-related-grid span{color:var(--muted);font-size:10px;line-height:1.45}.deep-dive-launch{color:var(--violet-dark);border:1px solid var(--line-strong);background:var(--violet-pale);text-align:left;border-radius:11px;flex-direction:column;align-items:flex-start;gap:3px;margin:18px 0 0 49px;padding:12px 15px;display:flex}.deep-dive-launch strong{font-size:11px}.deep-dive-launch small{color:var(--violet-dark);font-size:9px}.optional-quiz-button{color:var(--violet-dark);border:1px solid var(--line-strong);background:var(--violet-pale);border-radius:8px;align-self:flex-end;padding:9px 13px;font-size:10px;font-weight:650}.paper-map-toggle{height:39px;color:var(--violet-dark);border:1px solid var(--line-strong);background:var(--violet-pale);border-radius:10px;align-items:center;gap:5px;padding:0 10px;font-size:9px;font-weight:650;display:flex}.paper-map-toggle:disabled{color:var(--soft);border-color:var(--line);background:var(--bg-subtle)}.paper-map-overlay{z-index:190;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.paper-map-card{z-index:1;background:var(--surface);width:min(760px,100%);max-height:calc(100vh - 40px);box-shadow:0 35px 100px rgba(var(--shadow-rgb),.3);border-radius:18px;position:relative;overflow-y:auto}.paper-map-card>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:18px;padding:24px;display:flex}.paper-map-card h2{color:var(--ink);margin:5px 0;font-family:Georgia,serif;font-size:22px;font-weight:400}.paper-map-card header small{color:var(--violet);letter-spacing:.1em;text-transform:uppercase;font-size:9px;font-weight:750}.paper-map-card header p{color:var(--muted);margin:0;font-size:10px}.paper-map-card header>button{width:30px;height:30px;color:var(--soft);background:var(--surface-sunken);border:0;border-radius:8px;font-size:18px}.paper-map-state{color:var(--muted);text-align:center;padding:35px 24px;font-size:12px}.paper-map-error{color:var(--danger)}.paper-map-list{gap:12px;padding:20px 24px 28px;display:grid}.paper-map-list article{border:1px solid var(--line);border-radius:12px;padding:15px}.paper-map-papers{color:var(--ink);align-items:center;gap:9px;font-family:Georgia,serif;font-size:15px;display:flex}.paper-map-papers strong{flex:1;font-weight:400}.paper-map-papers span{color:var(--violet)}.paper-map-list article>p{color:var(--text);margin:10px 0;font-size:11px;line-height:1.6}.paper-map-topic{color:var(--violet-dark);background:var(--violet-pale);border-radius:5px;margin:0 5px 5px 0;padding:4px 7px;font-size:8px;display:inline-block}.paper-map-list details{color:var(--muted);margin-top:10px;font-size:10px}.paper-map-list blockquote{border-left:2px solid var(--line-strong);background:var(--bg-subtle);margin:10px 0 0;padding:8px 10px}.paper-map-list blockquote small{color:var(--violet);font-size:8px}.paper-map-list blockquote p{color:var(--text);margin:4px 0 0;font-family:Georgia,serif;font-size:10px;line-height:1.5}.auth-loading{background:var(--bg);min-height:100vh}.auth-gate{text-align:center;background:linear-gradient(180deg,var(--bg-subtle),var(--bg) 32%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.auth-gate-icon{color:#fff;background:linear-gradient(145deg,#8579ee,#574ac5);border-radius:19px;place-items:center;width:62px;height:62px;display:grid;box-shadow:0 16px 42px #5b4dc740}.auth-gate h1{letter-spacing:-1px;color:var(--ink);margin:19px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(34px,4vw,44px);font-weight:400}.auth-gate>p{max-width:400px;color:var(--muted);margin:12px 0 0;font-size:13px;line-height:1.6}.auth-gate-signin{color:var(--ink);border:1px solid var(--line);background:var(--surface);box-shadow:0 9px 22px rgba(var(--shadow-rgb),.06);border-radius:11px;align-items:center;gap:10px;margin-top:26px;padding:12px 20px;font-size:12px;font-weight:650;display:flex}.auth-gate-signin:hover{border-color:var(--line-strong);background:var(--violet-pale)}.auth-gate-signin:disabled{color:var(--soft);cursor:default}.auth-gate-error{max-width:360px;color:var(--danger);margin-top:14px;font-size:11px}.user-menu{position:relative}.user-menu-toggle{color:#fff;background:var(--violet);border:0;border-radius:50%;place-items:center;width:39px;height:39px;font-size:13px;font-weight:650;display:grid}.user-menu-panel{z-index:60;border:1px solid var(--line);background:var(--surface);width:220px;box-shadow:0 20px 55px rgba(var(--shadow-rgb),.18);border-radius:12px;padding:10px;animation:.18s both modalIn;position:absolute;top:47px;right:0}.user-menu-panel>div{border-bottom:1px solid var(--line);padding:6px 8px 10px}.user-menu-panel>div strong{text-overflow:ellipsis;white-space:nowrap;color:var(--ink);font-size:11px;display:block;overflow:hidden}.user-menu-panel>div small{color:var(--soft);font-size:9px}.user-menu-item{width:100%;color:var(--text);text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;margin-top:6px;padding:9px 8px;font-size:11px;font-weight:600;display:flex}.user-menu-item:hover{background:var(--bg-subtle)}.user-menu-signout{width:100%;color:var(--danger);text-align:left;background:0 0;border:0;border-radius:8px;margin-top:6px;padding:9px 8px;font-size:11px;font-weight:650}.user-menu-signout:hover{background:var(--danger-bg)}
