:root{--bg: #07111d;--bg-soft: #0f1b2d;--panel: #12233a;--panel-2: #17304f;--border: rgba(148, 163, 184, .18);--accent: #5eead4;--accent-strong: #38bdf8;--accent-soft: rgba(94, 234, 212, .14);--text: #e2e8f0;--muted: #94a3b8;--chip: #1d3557;--radius: 16px;--shadow: 0 16px 44px rgba(2, 6, 23, .45);font-family:Segoe UI,system-ui,-apple-system,Helvetica Neue,Arial,sans-serif;line-height:1.5;color-scheme:dark}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(56,189,248,.18),transparent 30%),radial-gradient(circle at bottom right,rgba(94,234,212,.12),transparent 25%),linear-gradient(180deg,#07111d,#0b1526);color:var(--text)}button,input{font:inherit}button{cursor:pointer;color:inherit;background:none;border:none}input{background:transparent;border:none;outline:none}.app{display:flex;flex-direction:column;min-height:100vh}.layout{display:grid;grid-template-columns:290px 1fr;flex:1;min-height:calc(100vh - 100px)}.header{position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:14px;padding:16px 20px;background:#07111de6;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border);box-shadow:0 10px 30px #0206172e}.menu-toggle{display:none}.icon-btn{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:#0f1b2dbf;color:var(--text);border:1px solid var(--border);transition:all .2s ease}.icon-btn:hover{background:#5eead42e;border-color:#5eead459;color:var(--accent)}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand-logo{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#062033;font-weight:800;box-shadow:0 6px 18px #5eead447}.brand-title{font-size:1.1rem;font-weight:800;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--text)}.search-box{flex:1;min-width:200px;display:flex;align-items:center;gap:10px;background:#0f1b2de6;border:1px solid var(--border);border-radius:14px;padding:9px 12px;color:var(--muted);transition:border-color .2s ease,box-shadow .2s ease}.search-box:focus-within{border-color:#5eead480;box-shadow:0 0 0 3px #5eead41f}.search-box input{flex:1;color:var(--text);font-size:.96rem}.search-box input::placeholder{color:var(--muted)}.header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.export-btn{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:10px;font-size:.8rem;font-weight:700;border:1px solid var(--border);transition:all .2s ease}.export-btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#062033;border-color:transparent}.export-btn.secondary{background:#0f1b2dcc;color:var(--text)}.export-btn:hover{transform:translateY(-1px);box-shadow:0 8px 18px #5eead424}.clear{width:28px;height:28px;font-size:.9rem}.sidebar{position:sticky;top:82px;align-self:start;height:calc(100vh - 82px);overflow-y:auto;background:#0f1b2dc2;border-right:1px solid var(--border);padding:22px 14px 18px}.sidebar::-webkit-scrollbar{width:8px}.sidebar::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:999px}.sidebar-title{margin:0 0 16px;padding:0 8px;font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--muted)}.topic-list{list-style:none;margin:0;padding:0}.topic-item{display:flex;align-items:center;gap:10px;width:100%;text-align:left;padding:10px 12px;border-radius:12px;background:transparent;color:var(--text);border:1px solid transparent;margin-bottom:6px;transition:all .2s ease}.topic-item:hover{background:#17304fb3;border-color:#94a3b833}.topic-item.active{background:linear-gradient(135deg,#38bdf82e,#5eead414);border-color:#5eead473;box-shadow:inset 0 0 0 1px #5eead433}.topic-item.muted{opacity:.52}.topic-count{flex:0 0 28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:var(--chip);color:var(--text);border-radius:50%;font-size:.72rem;font-weight:700}.topic-item.active .topic-count{background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#062033}.topic-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.9rem;font-weight:600}.topic-qcount{background:#94a3b814;color:var(--muted);border-radius:999px;padding:3px 8px;font-size:.68rem;font-weight:700}.topic-item.active .topic-qcount{background:#ffffff14;color:var(--text)}.content{padding:28px 34px 30px}.topic-section{max-width:1200px}.topic-section>header{display:flex;align-items:center;gap:14px;margin-bottom:22px;flex-wrap:wrap}.section-number{flex:0 0 52px;height:52px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--accent),var(--accent-strong));color:#062033;border-radius:16px;font-size:1.1rem;font-weight:800;box-shadow:0 10px 24px #5eead438}.section-head h1{margin:0;font-size:clamp(1.5rem,2vw,2rem);line-height:1.2;color:var(--text)}.section-meta{margin:0;color:var(--muted);font-size:.82rem;font-weight:600}.question-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:14px}.question-card{position:relative;background:linear-gradient(180deg,#12233af5,#12233ab8);border:1px solid rgba(148,163,184,.16);border-radius:var(--radius);padding:18px 16px 18px 52px;box-shadow:0 12px 30px #02061733;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.question-card:hover{transform:translateY(-2px);border-color:#5eead452;box-shadow:0 18px 32px #02061742}.q-number{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;background:#5eead414;color:var(--accent);border:1px solid rgba(94,234,212,.28);border-radius:50%;font-size:.7rem;font-weight:800}.q-text{margin:0;color:var(--text);font-size:.96rem;line-height:1.6}.search-results .question-list{display:block}.search-hit .q-text{display:flex;flex-direction:column;gap:10px}.topic-chip{align-self:flex-start;background:#38bdf81f;color:var(--accent-strong);border:1px solid rgba(56,189,248,.3);border-radius:999px;padding:4px 12px;font-size:.74rem;font-weight:700;transition:background .2s ease,color .2s ease}.topic-chip:hover{background:var(--accent-strong);color:#062033}.empty-state{margin:20px 0 0;text-align:center;color:var(--muted);font-size:.96rem;padding:32px 0}.footer{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px 20px 26px;text-align:center;color:var(--muted);font-size:.8rem;background:#0f1b2de6;border-top:1px solid var(--border)}.footer p{margin:0}.footer strong{color:var(--accent)}.social-links{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:12px}.social-link{color:var(--text);text-decoration:none;padding:6px 10px;border-radius:999px;background:#5eead414;border:1px solid rgba(94,234,212,.18);transition:all .2s ease}.social-link:hover{background:#38bdf81f;border-color:#38bdf847;color:var(--accent)}.credit-line{margin-top:2px;color:var(--text);font-weight:700;letter-spacing:.02em}.credit-role{margin:0;color:var(--accent);font-weight:600;letter-spacing:.04em;text-transform:none}@media(max-width:900px){.header{flex-wrap:wrap}.header-actions{width:100%;justify-content:flex-end;margin-left:0}.layout{grid-template-columns:1fr}.menu-toggle{display:inline-flex}.sidebar{position:fixed;top:0;left:0;width:290px;height:100vh;transform:translate(-100%);transition:transform .25s ease;z-index:30;background:#0f1b2dfa;border-right:1px solid var(--border)}.sidebar.open{transform:translate(0);box-shadow:var(--shadow)}.close{position:absolute;top:16px;right:16px}.content{padding:22px 18px 26px}.question-list{grid-template-columns:1fr}}@media(max-width:560px){.header{gap:10px;padding:12px 14px}.brand-title{font-size:.95rem}.search-box{min-width:0;padding:8px 10px}.section-head h1{font-size:1.35rem}.section-number{width:42px;height:42px;font-size:1rem}.question-card{padding-left:48px}}
