:root{--bg: #0f1419;--surface: #1a222d;--surface-2: #243040;--border: #2d3d52;--text: #e8edf4;--muted: #8fa3bc;--accent: #3d9cf5;--accent-dim: rgba(61, 156, 245, .15);--success: #34c77b;--serif: "Instrument Serif", Georgia, serif;--sans: "DM Sans", system-ui, sans-serif}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--sans);background:var(--bg);color:var(--text);line-height:1.55;min-height:100vh}#root{min-height:100vh}.app-shell{max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem}header.app-header{margin-bottom:2rem;text-align:center}header.app-header h1{font-family:"Playfair Display",var(--serif);font-size:3.75rem;font-weight:700;margin:0 0 .35rem;letter-spacing:.02em}header.app-header p{margin:0 auto .35rem;max-width:52ch}header.app-header p:first-of-type{font-size:1.05rem;color:var(--text)}header.app-header .tagline-muted{color:var(--muted);font-size:.95rem;margin-bottom:0}.tabs{display:flex;gap:.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.tab{padding:.55rem 1.1rem;border:1px solid var(--border);background:transparent;color:var(--muted);border-radius:999px;cursor:pointer;font:inherit;font-size:.9rem}.tab.active{background:var(--accent-dim);border-color:var(--accent);color:var(--text)}.panel{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem}.panel h2{margin:0 0 1rem;font-size:1.1rem;font-weight:600}.grid-2{display:grid;gap:1rem}@media (min-width: 720px){.grid-2{grid-template-columns:1fr 1fr}}label{display:block;font-size:.8rem;color:var(--muted);margin-bottom:.35rem}input,select,textarea{width:100%;padding:.6rem .75rem;border:1px solid var(--border);border-radius:8px;background:var(--surface-2);color:var(--text);font:inherit;margin-bottom:.85rem}textarea{min-height:80px;resize:vertical}button.primary{background:var(--accent);color:#0a1018;border:none;padding:.65rem 1.2rem;border-radius:8px;cursor:pointer;font:inherit;font-weight:600}button.primary:disabled{opacity:.5;cursor:not-allowed}.doc-list{list-style:none;padding:0;margin:0}.doc-list li{padding:.75rem 0;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.doc-list li:last-child{border-bottom:none}.badge{font-size:.7rem;padding:.2rem .5rem;border-radius:4px;background:var(--accent-dim);color:var(--accent);white-space:nowrap}.chat-layout{display:grid;gap:1rem}@media (min-width: 900px){.chat-layout{grid-template-columns:240px 1fr}}.chat-messages{min-height:320px;max-height:480px;overflow-y:auto;display:flex;flex-direction:column;gap:.85rem;margin-bottom:1rem;padding-right:6px;scrollbar-width:auto;scrollbar-color:var(--accent) var(--surface-2)}.chat-messages::-webkit-scrollbar{width:12px}.chat-messages::-webkit-scrollbar-track{background:var(--surface-2);border-radius:6px}.chat-messages::-webkit-scrollbar-thumb{background:var(--accent);border-radius:6px;border:2px solid var(--surface-2)}.chat-messages::-webkit-scrollbar-thumb:hover{background:#5cb0ff}.msg{padding:.75rem 1rem;border-radius:10px;max-width:90%}.msg.user{align-self:flex-end;background:var(--accent-dim);border:1px solid rgba(61,156,245,.35)}.msg.assistant{align-self:flex-start;background:var(--surface-2);border:1px solid var(--border)}.citations{margin-top:.75rem;font-size:.8rem;color:var(--muted)}.citations blockquote{margin:.35rem 0 0;padding-left:.75rem;border-left:2px solid var(--border)}.topics{margin-top:.75rem}.topics ul{margin:.35rem 0 0;padding-left:1.2rem}.status-pill{display:inline-block;font-size:.75rem;padding:.25rem .6rem;border-radius:999px;margin-bottom:1rem}.status-pill.ok{background:#34c77b26;color:var(--success)}.status-pill.warn{background:#f59e3d26;color:#f59e3b}.error{color:#f87171;font-size:.9rem;margin-top:.5rem}.userbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.6rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;font-size:.9rem}.auth-shell{max-width:460px}.auth-panel{margin-top:1rem}.role-choice{display:flex;gap:.5rem;margin-bottom:.85rem}.role-btn{flex:1;padding:.7rem .5rem;border:1px solid var(--border);background:var(--surface-2);color:var(--muted);border-radius:8px;cursor:pointer;font:inherit;font-size:.9rem}.role-btn.active{background:var(--accent-dim);border-color:var(--accent);color:var(--text);font-weight:600}button.danger{background:transparent;color:#f87171;border:1px solid rgba(248,113,113,.4);padding:.35rem .75rem;border-radius:6px;cursor:pointer;font:inherit;font-size:.8rem;white-space:nowrap}button.danger:hover{background:#f871711f}button.danger-lg{background:transparent;color:#f87171;border:1px solid rgba(248,113,113,.4);padding:.65rem 1.2rem;border-radius:8px;font:inherit;font-weight:600;cursor:pointer;white-space:nowrap}button.danger-lg:hover{background:#f871711f}button.skip{background:#eef1f5;color:#3a4150;border:1px solid var(--border);padding:.65rem 1.2rem;border-radius:8px;font:inherit;font-weight:600;cursor:pointer}button.skip:hover{background:#e2e6ec}.field-row{display:flex;align-items:center;gap:.6rem;margin-bottom:.85rem;flex-wrap:wrap}.field-row input{flex:1 1 200px;margin-bottom:0}.field-hint{color:#f87171;font-size:.8rem;flex:1 1 100%}.module-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}@media (max-width: 720px){.module-cards{grid-template-columns:repeat(2,1fr)}}.module-card{display:flex;flex-direction:column;gap:.5rem;min-height:130px;width:100%;text-align:left;padding:1.4rem 1.3rem;background:#dcecff;border:1px solid #b9d6fb;border-radius:16px;cursor:pointer;font:inherit;color:#16324f;transition:transform .08s ease,box-shadow .08s ease}.module-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3d9cf540}.module-card-code{font-weight:700;font-size:1.3rem}.module-card-title{font-size:1.05rem}.module-card-desc{font-size:.85rem;color:#3f5b78}.module-card-wrap{position:relative;display:flex}.module-card-x{position:absolute;top:-8px;right:-8px;width:26px;height:26px;border-radius:50%;border:none;background:#ef4444;color:#fff;font-size:.85rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #0000004d}.module-card-x:hover{background:#dc2626}.modal-subhead{margin:1.25rem 0 .6rem;font-size:.95rem;font-weight:600}.module-detail{min-height:70vh}.module-detail-bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem}.intake-q{margin-bottom:1.1rem;padding-bottom:1.1rem;border-bottom:1px solid var(--border)}.intake-prompt{font-weight:600;margin-bottom:.6rem}.intake-option{display:flex;align-items:center;gap:.5rem;padding:.4rem 0;color:var(--text);font-size:.92rem;cursor:pointer;flex-wrap:wrap}.intake-option input[type=radio]{width:auto;margin:0;accent-color:var(--accent)}.intake-else{flex:1 1 100%;margin:.35rem 0 0 1.6rem;width:auto}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.modal{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:1.25rem 1.5rem;width:100%;max-width:460px;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.modal-close{background:transparent;border:none;color:var(--muted);font-size:1.6rem;line-height:1;cursor:pointer;padding:0 .25rem}.modal-close:hover{color:var(--text)}
