@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}:root{--color-bg: #f0f2f5;--color-surface: #ffffff;--color-surface2: #f8f9fb;--color-border: #e8eaf0;--color-border2: #f3f4f6;--color-text: #111827;--color-text2: #374151;--color-text-muted: #6b7280;--color-text-faint: #9ca3af;--color-heading: #1A1640;--shadow-sm: 0 1px 3px rgba(0,0,0,.05);--shadow-md: 0 2px 12px rgba(0,0,0,.07);--sidebar-bg: #1a1625;--sidebar-border: rgba(255,255,255,.07)}[data-theme=dark]{--color-bg: #0f0c1e;--color-surface: #1a1625;--color-surface2: #231d35;--color-border: rgba(255,255,255,.09);--color-border2: rgba(255,255,255,.05);--color-text: #e2e8f0;--color-text2: #cbd5e1;--color-text-muted: #94a3b8;--color-text-faint: #64748b;--color-heading: #e2e8f0;--shadow-sm: 0 1px 3px rgba(0,0,0,.3);--shadow-md: 0 2px 12px rgba(0,0,0,.4);--sidebar-bg: #120f20;--sidebar-border: rgba(255,255,255,.05)}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;background:var(--color-bg);color:var(--color-text);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background .2s ease,color .2s ease}#root{display:flex;min-height:100vh;width:100%}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#00000024;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#00000038}[data-theme=dark] ::-webkit-scrollbar-thumb{background:#ffffff1f}aside::-webkit-scrollbar{width:3px}aside::-webkit-scrollbar-thumb{background:#ffffff1a}h1,h2,h3,h4{font-weight:700;line-height:1.3}p{line-height:1.7}ul,ol{padding-left:1.4rem}li{margin-bottom:.3rem;line-height:1.6}code{font-family:JetBrains Mono,Fira Code,Menlo,monospace}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}@keyframes accordionOpen{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}button{font-family:inherit}tr:hover td{background:var(--color-surface2)!important}.sidebar-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:90;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.sidebar-overlay.active{display:block}.mobile-menu-btn{display:none;align-items:center;justify-content:center;width:38px;height:38px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:9px;cursor:pointer;color:var(--color-text-muted);box-shadow:var(--shadow-sm)}.mobile-topbar{display:none;align-items:center;gap:12px;padding:12px 16px;background:var(--color-surface);border-bottom:1px solid var(--color-border);position:sticky;top:0;z-index:80}@media (max-width: 900px){.mobile-menu-btn,.mobile-topbar{display:flex}.portal-sidebar{position:fixed!important;left:-280px;top:0;height:100vh;z-index:100;transition:left .25s ease;width:260px!important;min-width:260px!important}.portal-sidebar.open{left:0}.portal-main{margin-left:0!important}}@media (max-width: 600px){.module-content-wrap{padding:0 1rem!important}}.accordion-body{animation:accordionOpen .2s ease}.img-pair-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 700px){.img-pair-grid{grid-template-columns:1fr}}.two-col-section{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:start}@media (max-width: 800px){.two-col-section{grid-template-columns:1fr}}
