*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#f6f7f5;--surface:#fff;--surface-sunk:#f0f2ef;--border:#d8dee4;--ink:#1b1f23;--muted:#6e7781;--faint:#9aa4ad;--accent:#8250df;--accent-soft:#f5edff;--accent-ink:#6639b7;--beginner:#1a7f37;--beginner-soft:#dafbe1;--intermediate:#953800;--intermediate-soft:#fff1e5;--danger:#cf222e;--danger-soft:#fff0ee;--radius-sm:6px;--radius:10px;--shadow:0 1px 2px #1b1f230d, 0 6px 20px #1b1f230f;--font-mono:"JetBrains Mono", "SFMono-Regular", Consolas, monospace;--font-body:"Inter", system-ui, sans-serif}html,body,#root{height:100%}body{font-family:var(--font-body);background:var(--bg);background-image:linear-gradient(var(--border) 1px, transparent 1px), linear-gradient(90deg, var(--border) 1px, transparent 1px);color:var(--ink);-webkit-font-smoothing:antialiased;background-position:-1px -1px;background-size:48px 48px;background-attachment:fixed;font-size:15px;line-height:1.6}a{color:inherit}button{cursor:pointer;font-family:inherit}ul{list-style:none}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.app-shell{flex-direction:column;min-height:100%;display:flex}.app-main{flex:1}.mono{font-family:var(--font-mono)}.page-container{max-width:960px;margin:0 auto;padding:0 1.5rem 4rem}.section{margin-top:2.5rem}.section__header{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:1rem;margin-bottom:1.25rem;display:flex}.section__title{font-size:1.05rem;font-weight:700}.section__count{color:var(--muted);font-size:.85rem;font-weight:400}.btn{font-family:var(--font-mono);border-radius:var(--radius-sm);border:1px solid var(--border);align-items:center;gap:.5rem;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.btn--ghost{color:var(--muted);background:0 0}.btn--ghost:hover{background:var(--surface);color:var(--ink);border-color:var(--faint)}.btn--primary{background:var(--accent);border-color:var(--accent);color:#fff}.btn--primary:hover{background:var(--accent-ink);border-color:var(--accent-ink)}.navbar{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;position:sticky;top:0}.navbar__inner{justify-content:space-between;align-items:center;gap:1.5rem;max-width:960px;height:56px;margin:0 auto;padding:0 1.5rem;display:flex}.navbar__logo{color:var(--ink);flex-shrink:0;align-items:center;gap:.65rem;text-decoration:none;display:flex}.navbar__dots{gap:5px;display:inline-flex}.navbar__dots i{background:var(--border);border-radius:50%;width:9px;height:9px}.navbar__dots i:first-child{background:#ff8a80}.navbar__dots i:nth-child(2){background:#ffd370}.navbar__dots i:nth-child(3){background:var(--beginner)}.navbar__filename{font-family:var(--font-mono);font-size:.9rem;font-weight:600}.navbar__ext{color:var(--accent)}.navbar__tabs{gap:.25rem;display:flex;overflow-x:auto}.navbar__tab{font-family:var(--font-mono);color:var(--muted);border-radius:var(--radius-sm);white-space:nowrap;padding:.4rem .75rem;font-size:.8rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.navbar__tab:hover{background:var(--surface-sunk);color:var(--ink)}.navbar__tab--active{background:var(--accent-soft);color:var(--accent-ink)}@media (width<=560px){.navbar__filename{display:none}.navbar__inner{justify-content:flex-start}}.course-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);color:var(--ink);flex-direction:column;gap:.65rem;padding:1.25rem;text-decoration:none;transition:box-shadow .2s,transform .2s,border-color .2s;display:flex}.course-card:hover,.course-card:focus-visible{box-shadow:var(--shadow);border-color:var(--accent);transform:translateY(-2px)}.course-card__top{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.badge{white-space:nowrap;border-radius:20px;padding:.25rem .6rem;font-size:11px;font-weight:600;display:inline-block}.badge--beginner{background:var(--beginner-soft);color:var(--beginner)}.badge--intermediate{background:var(--intermediate-soft);color:var(--intermediate)}.course-card__tag{color:var(--faint);font-size:11px}.course-card__title{font-size:1rem;font-weight:700;line-height:1.35}.course-card__meta{color:var(--muted);font-size:12.5px}.course-card__arrow{color:var(--accent-ink);margin-top:auto;padding-top:.4rem;font-size:12.5px;font-weight:600}.course-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:1.1rem;display:grid}.course-grid__empty{color:var(--muted);background:var(--surface);border:1px dashed var(--border);border-radius:var(--radius);text-align:center;padding:2.5rem}.hero{max-width:640px;margin-bottom:1rem;padding-top:3.5rem}.hero__prompt{color:var(--muted);margin-bottom:1rem;font-size:.85rem}.hero__prompt-user{color:var(--accent-ink)}.hero__prompt-sep{color:var(--faint)}.hero__prompt:after{content:"";background:var(--accent);vertical-align:text-bottom;width:8px;height:1em;margin-left:2px;animation:1.1s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.hero__title{letter-spacing:-.01em;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.15}.hero__subtitle{color:var(--muted);max-width:38rem;font-size:1.05rem}.detail{max-width:680px;padding-top:2rem}.detail .btn{margin-bottom:2rem}.detail__eyebrow{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.detail__breadcrumb{color:var(--faint);font-size:.8rem}.detail__breadcrumb strong{color:var(--muted)}.detail__title{margin-bottom:.75rem;font-size:2rem;font-weight:800;line-height:1.2}.detail__duration{color:var(--muted);margin-bottom:1.5rem;font-size:.85rem}.detail__desc{color:var(--ink);background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:0 var(--radius) var(--radius) 0;margin-bottom:2rem;padding:1.25rem 1.5rem;font-size:1rem;line-height:1.75}.topics__title{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.06em;color:var(--muted);margin-bottom:1rem;font-size:.8rem;font-weight:700}.topics__list{flex-direction:column;gap:.6rem;display:flex}.topics__item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:.85rem;padding:.8rem 1rem;font-size:.95rem;font-weight:500;display:flex}.topics__check{background:var(--beginner-soft);width:20px;height:20px;color:var(--beginner);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;display:flex}.not-found{text-align:center;max-width:480px;margin:4.5rem auto;padding-top:2rem}.not-found__code{color:var(--danger);background:var(--danger-soft);border-radius:20px;margin-bottom:1.25rem;padding:.3rem .75rem;font-size:.85rem;font-weight:700;display:inline-block}.not-found__title{margin-bottom:.6rem;font-size:1.4rem;font-weight:800}.not-found__text{color:var(--muted);margin-bottom:1.75rem;line-height:1.6}.not-found__text code{font-family:var(--font-mono);background:var(--surface-sunk);border-radius:4px;padding:.1rem .4rem;font-size:.9em}.category-hero{max-width:600px;padding-top:2.5rem}.category-hero__breadcrumb{color:var(--faint);margin-bottom:.75rem;font-size:.8rem}.category-hero__breadcrumb strong{color:var(--accent-ink)}.category-hero__title{margin-bottom:.5rem;font-size:1.85rem;font-weight:800}.category-hero__subtitle{color:var(--muted);font-size:.95rem}
