.site-header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.site-title{color:inherit;font-size:1.1rem;font-weight:700;text-decoration:none}.site-header nav a{color:var(--accent);font-size:.95rem;text-decoration:none}.site-header nav a:hover{text-decoration:underline}.app-shell{flex-direction:column;min-height:100vh;display:flex}.app-main{box-sizing:border-box;flex:1;width:100%;max-width:1100px;margin:0 auto;padding:2rem 1.5rem 4rem}.subject-card{border:1px solid var(--border);background:var(--surface);color:inherit;border-radius:12px;padding:1.25rem 1.5rem;text-decoration:none;transition:border-color .15s;display:block}.subject-card:hover{border-color:var(--accent)}.subject-card h2{margin:0 0 .25rem;font-size:1.2rem}.subject-card-desc{color:var(--text-muted);margin:.25rem 0}.subject-card-meta{color:var(--text-muted);margin:.5rem 0 .75rem;font-size:.85rem}.subject-card-progress-track{background:var(--border);border-radius:4px;height:6px;overflow:hidden}.subject-card-progress-fill{background:var(--accent);height:100%}.subject-card-progress-label{color:var(--text-muted);margin:.4rem 0 0;font-size:.8rem}.continue-reading{background:var(--surface-2);color:var(--accent);border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;display:inline-block}.subject-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem;display:grid}.chapter-item{border:1px solid var(--border);background:var(--surface);border-radius:8px;align-items:center;margin-bottom:.5rem;display:flex}.chapter-item-complete{background:var(--surface-checked)}.chapter-item-link{color:inherit;flex:1;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;display:flex}.chapter-item-check{width:1.2rem;color:var(--accent);font-weight:700}.chapter-item-bookmark{cursor:pointer;color:var(--text-muted);background:0 0;border:none;padding:0 1rem;font-size:1.1rem}.chapter-item-bookmark.active{color:var(--accent)}.check-yourself{border-top:1px solid var(--border);margin-top:2.5rem;padding-top:1.5rem}.check-yourself-hint{color:var(--text-muted);margin-top:-.5rem;font-size:.9rem}.check-yourself-list{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.check-yourself-list li{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:.75rem 1rem;transition:background .15s}.check-yourself-list li.checked{background:var(--surface-checked)}.check-yourself-list label{cursor:pointer;align-items:flex-start;gap:.75rem;display:flex}.check-yourself-list input[type=checkbox]{flex-shrink:0;width:1.1rem;height:1.1rem;margin-top:.3rem}.check-yourself-question .lesson-markdown{font-size:.95rem}.check-yourself-question p{margin:.25rem 0}.lesson-nav{border-top:1px solid var(--border);justify-content:space-between;gap:1rem;margin:2.5rem 0 1rem;padding-top:1.5rem;display:flex}.lesson-nav-link{color:var(--accent);font-weight:500;text-decoration:none}.lesson-nav-link:hover{text-decoration:underline}.lesson-nav-next{text-align:right;margin-left:auto}.notes-panel{border:1px solid var(--border);background:var(--surface);border-radius:8px;padding:1rem}.notes-panel h3{margin:0 0 .5rem;font-size:.95rem}.notes-panel textarea{box-sizing:border-box;resize:vertical;border:1px solid var(--border);background:var(--surface-2);width:100%;color:inherit;border-radius:6px;padding:.6rem;font-family:inherit;font-size:.9rem}.lesson-page{grid-template-columns:1fr;gap:2rem;display:grid}.lesson-actions{gap:.6rem;margin:.75rem 0 1.5rem;display:flex}.lesson-action-btn{border:1px solid var(--border);background:var(--surface);cursor:pointer;color:inherit;border-radius:999px;padding:.4rem .9rem;font-size:.85rem}.lesson-action-btn.active{border-color:var(--accent);color:var(--accent);background:var(--surface-checked)}@media (width>=900px){.lesson-page{grid-template-columns:minmax(0,1fr) 260px;align-items:start}.lesson-sidebar{position:sticky;top:1.5rem}}.bookmark-list{padding:0;list-style:none}.bookmark-item{border:1px solid var(--border);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.75rem 1rem;display:flex}.bookmark-item a{color:inherit;text-decoration:none}.bookmark-subject{color:var(--accent);font-weight:500}.bookmark-item button{border:1px solid var(--border);background:var(--surface-2);cursor:pointer;color:inherit;border-radius:6px;padding:.3rem .7rem;font-size:.8rem}:root{--border:#e2e2e2;--surface:#fff;--surface-2:#f5f5f5;--surface-checked:#eaf6ec;--accent:#2563eb;--accent-contrast:#fff;--text-muted:#6b7280;--bg:#fafafa;--fg:#1a1a1a;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--border:#333;--surface:#1c1c1c;--surface-2:#242424;--surface-checked:#163420;--accent:#60a5fa;--accent-contrast:#0b1220;--text-muted:#9ca3af;--bg:#121212;--fg:#e6e6e6}}*{box-sizing:border-box}body{background:var(--bg);color:var(--fg);margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.6}a{color:var(--accent)}h1,h2,h3{line-height:1.25}code{background:var(--surface-2);border-radius:4px;padding:.1em .35em;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9em}pre code{background:0 0;padding:0}.breadcrumb{margin-bottom:1rem;font-size:.9rem;text-decoration:none;display:inline-block}.chapter-list{padding:0;list-style:none}.subject-progress-summary{color:var(--text-muted);font-size:.9rem}.playground-loading{color:var(--text-muted);padding:1rem;font-size:.9rem}
