@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=DM+Mono:ital,wght@0,400;0,500;1,400&display=swap";:root{--bg: #0F0D0B;--bg-surface: #181410;--bg-surface-2: #211C17;--bg-highlight: #2A231B;--border: #342C22;--border-muted: #221C16;--text: #EDE4D0;--text-muted: #7A6E5A;--text-faint: #4A4036;--accent: #D4923A;--accent-bright:#E8A84A;--accent-dim: rgba(212, 146, 58, .1);--accent-glow: rgba(212, 146, 58, .22);--success: #4D8B5E;--error: #B85040;--success-dim: rgba(77, 139, 94, .12);--error-dim: rgba(184, 80, 64, .12);--font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;--font-body: "DM Mono", "Courier New", monospace;--radius: 5px;--radius-md: 8px;--radius-lg: 12px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*,*:before,*:after{box-sizing:border-box}html{color-scheme:dark}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-body);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}.display{font-family:var(--font-display);letter-spacing:-.01em}.highlight-card{position:relative;overflow:hidden}.highlight-card:after{content:"";position:absolute;top:-50%;left:-80%;width:55%;height:200%;background:linear-gradient(to right,#fff0,#ffffff12,#fff0);transform:skew(-18deg);transition:left 0s;pointer-events:none}.highlight-card:hover:after{left:130%;transition:left .55s ease}@media(max-width:540px){.navbar-inner{height:auto!important;flex-direction:column!important;align-items:flex-start!important;padding:10px 0!important;gap:6px!important}.navbar-links{width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;padding-bottom:2px!important;scrollbar-width:none}.navbar-links::-webkit-scrollbar{display:none}.landing-nav{padding:14px 20px!important}.hero-cta-row{flex-direction:column!important;align-items:stretch!important;max-width:300px!important;margin-left:auto!important;margin-right:auto!important}.hero-cta-row a{display:block!important;width:100%!important}.hero-cta-row a>button{width:100%!important;box-sizing:border-box!important}.disciplines-grid{grid-template-columns:repeat(2,1fr)!important}.highlights-bento{grid-template-columns:1fr!important}.highlights-header{flex-direction:column!important;gap:24px!important}.highlights-header>div{position:static!important;max-width:100%!important}.dashboard-header{flex-wrap:wrap!important}.quick-practice-card{flex-direction:column!important;gap:12px!important}.quick-practice-card a{display:block!important;width:100%!important}.quick-practice-card a>button{width:100%!important;white-space:normal!important}.exercise-page-wrap{padding:12px 12px 24px!important;align-items:flex-start!important;min-height:100dvh!important}.answer-grid button{min-height:44px!important}.auth-card{padding:28px 20px!important}}[data-scope=card][data-part=root]{background:var(--bg-surface)!important;border-color:var(--border)!important;color:var(--text)!important}body[data-theme],:root[data-theme]{--chakra-colors-chakra-body-bg: var(--bg)}
