.dashboard-content{gap:var(--space-sm);flex-direction:column;display:flex}.form-section,.course-list{margin-bottom:0}.form-section h2,.course-list h2{letter-spacing:-.03em;color:var(--neutral-900);margin-bottom:var(--space-lg);border-bottom:none;padding-bottom:0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:500}.form-section{padding:var(--space-xl);background:var(--lime-400);border-radius:var(--radius-lg);box-shadow:none;border:none}.course-list{gap:var(--space-lg);padding:var(--space-xl);border-radius:var(--radius-lg);background:#cdd3dc;flex-direction:column;min-width:0;display:flex}.course-list__header{justify-content:space-between;align-items:center;gap:var(--space-md);margin-bottom:var(--space-md);display:flex}.course-list__header h2{margin-bottom:0}.course-list__list{flex-direction:column;gap:0;display:flex}.course-list__empty{padding:var(--space-3xl) var(--space-xl);text-align:center;color:#6b7280;background:var(--surface);border-radius:var(--radius-lg);font-size:1rem;font-weight:500}.clear-btn{width:auto;color:var(--orange-500);cursor:pointer;background:0 0;border:none;font-weight:600}.course-form{gap:var(--space-lg);flex-direction:column;display:flex}.form-group{gap:var(--space-xs);flex-direction:column;display:flex}.form-group>label:first-child,.form-group>label{color:var(--neutral-900);font-size:.875rem;font-weight:700}input[type=text],input[type=email],input[type=password],textarea{border-radius:var(--radius);background:var(--surface);width:100%;color:var(--neutral-900);border:none;padding:.9rem 1.1rem;font-weight:500}input[type=text]::placeholder,input[type=email]::placeholder,input[type=password]::placeholder,textarea::placeholder{color:#9ca3af}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,textarea:focus{outline:2px solid var(--neutral-900);outline-offset:0}input.search:focus{outline-offset:0;outline:none}textarea{resize:vertical;min-height:6rem}input[type=range]{width:100%;height:8px;margin-top:var(--space-xs);accent-color:var(--neutral-900);cursor:pointer}.radio-group{gap:var(--space-sm);flex-wrap:wrap;display:flex}.radio-option{align-items:center;gap:var(--space-xs);border:2px solid var(--neutral-900);border-radius:var(--radius-pill);color:var(--neutral-900);cursor:pointer;background:0 0;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:flex}.radio-option:has(input:checked){background:var(--neutral-900);color:var(--surface)}.radio-option:has(input:checked) label{color:var(--surface)}.radio-option input{accent-color:var(--neutral-900);margin:0}.radio-option label{cursor:pointer;font-weight:600}.submit-btn{background:var(--orange-500);width:100%;color:var(--surface);border-radius:var(--radius-pill);cursor:pointer;border:none;padding:1rem 1.5rem;font-size:1rem;font-weight:700;transition:opacity .15s}.submit-btn:hover{opacity:.9}.submit-btn:focus-visible{outline:2px solid var(--neutral-900);outline-offset:2px}.course-card{justify-content:space-between;gap:var(--space-lg);padding:var(--space-lg) 0;box-shadow:none;color:var(--neutral-900);background:0 0;border:none;border-bottom:1px solid #1513131f;border-radius:0;flex-direction:column;display:flex}.course-list__list .course-card:last-child{border-bottom:none}.course-card__top{justify-content:space-between;align-items:flex-start;gap:var(--space-md);display:flex}.course-card__tag{border-radius:var(--radius-pill);color:var(--neutral-900);background:#ffffff80;border:1px solid #15131326;padding:.35rem .75rem;font-size:.75rem;font-weight:700;display:inline-block}.course-card__title{letter-spacing:-.02em;color:var(--neutral-900);margin-top:var(--space-sm);font-size:1.25rem;font-weight:700;line-height:1.2}.course-card__notes{color:#6b7280;font-size:.875rem;font-weight:500;line-height:1.45}.course-card__progress{gap:var(--space-sm);flex-direction:column;display:flex}.course-card__progress-header{justify-content:space-between;font-size:.875rem;font-weight:600;display:flex}.course-card__progress-track{border-radius:var(--radius-pill);background:#1513131a;height:8px;overflow:hidden}.course-card__progress-fill{border-radius:var(--radius-pill);background:var(--blue-500);height:100%}.course-card__footer{justify-content:flex-end;align-items:center;display:flex}.course-card__actions{gap:var(--space-sm);display:flex}.btn-continue{border-radius:var(--radius-pill);background:var(--lime-400);color:var(--neutral-900);cursor:pointer;border:none;padding:.65rem 1.25rem;font-size:.875rem;font-weight:700;transition:opacity .15s}.btn-continue:hover{opacity:.9}.btn-delete{border-radius:var(--radius-pill);color:#6b7280;cursor:pointer;text-underline-offset:3px;background:0 0;border:none;padding:.65rem 1rem;font-size:.875rem;font-weight:600;text-decoration:underline}.btn-delete:hover{opacity:.85}@media (width>=900px){.dashboard{column-gap:var(--space-sm);row-gap:var(--space-sm);grid-template-columns:repeat(3,1fr);align-items:start;display:grid}.stats-section:has(>div){column-gap:var(--space-xs);row-gap:var(--space-xs);grid-column:1/-1;grid-template-columns:repeat(3,1fr);display:grid}.stats-section>div{flex:none}.dashboard-content{column-gap:var(--space-sm);grid-column:1/-1;grid-template-columns:repeat(3,1fr);align-items:start;display:grid}.form-section{top:var(--space-xl);grid-column:1;position:sticky}.course-list{grid-column:2/4;min-height:24rem}}@media (width>=1100px){.course-card{align-items:center;gap:var(--space-xl);flex-direction:row}.course-card>div:first-child{flex:1;min-width:0}.course-card__footer{flex-shrink:0}}.header{align-items:center;gap:var(--space-lg);width:100%;max-width:var(--max-width);padding:var(--space-lg) var(--space-xl);background:var(--surface);letter-spacing:-.03em;color:var(--neutral-900);box-sizing:border-box;margin:0 auto;font-size:1.75rem;font-weight:700;display:flex}.header span:last-child{color:var(--orange-500)}footer{margin-top:auto}footer:empty{display:none}.dashboard{width:100%;max-width:var(--max-width);padding:var(--space-xl);gap:var(--space-sm);flex-direction:column;flex:1;align-content:start;margin:0 auto;display:flex}.stats-section{box-shadow:none;background:0 0;border:none;padding:0}.stats-section h2{letter-spacing:-.03em;color:var(--neutral-900);margin-bottom:var(--space-lg);font-size:clamp(1.75rem,4vw,2.25rem);font-weight:500}.stats-section>div{padding:var(--space-lg) var(--space-xl);border-radius:var(--radius-lg);color:var(--surface);flex:10rem;font-size:1rem;font-weight:700}.stats-section>div:first-of-type{background:var(--blue-500)}.stats-section>div:nth-of-type(2){background:var(--orange-500)}.stats-section>div:nth-of-type(3){background:var(--neutral-900)}.stats-section>p{color:#6b7280;max-width:36rem;font-weight:500;line-height:1.55}.stats-section:has(>div){gap:var(--space-sm);flex-wrap:wrap;align-items:stretch;width:100%;display:flex}.stats-section:has(>div)>h2{flex:100%}@media (width<=640px){.header{padding:var(--space-md) var(--space-md);font-size:1.375rem}.dashboard{padding:var(--space-lg) var(--space-md);gap:var(--space-xl)}}@media (width>=1024px){.header{padding-left:var(--space-3xl);padding-right:var(--space-3xl)}.dashboard{padding:var(--space-2xl) var(--space-3xl)}}.auth{min-height:100vh;padding:var(--space-xl);background:var(--neutral-100);justify-content:center;align-items:center;display:flex}.auth__card{width:100%;max-width:26rem;padding:var(--space-2xl);background:var(--lime-400);border-radius:var(--radius-lg)}.auth__brand{margin:0 0 var(--space-xl);letter-spacing:-.03em;color:var(--neutral-900);font-size:1.5rem;font-weight:700}.auth__brand span:last-child{color:var(--orange-500)}.auth__title{letter-spacing:-.03em;color:var(--neutral-900);margin-bottom:var(--space-sm);font-size:clamp(1.5rem,4vw,1.75rem);font-weight:700}.auth__subtitle{margin:0 0 var(--space-xl);color:#151313a6;font-size:.9375rem;font-weight:500;line-height:1.45}.auth-form{gap:var(--space-lg);flex-direction:column;display:flex}.auth__footer{margin:var(--space-xl) 0 0;text-align:center;color:var(--neutral-900);font-size:.9375rem;font-weight:500}.auth__footer a{color:var(--blue-500);font-weight:700;text-decoration:none}.auth__footer a:hover{text-decoration:underline}@media (width<=640px){.auth{padding:var(--space-lg) var(--space-md)}.auth__card{padding:var(--space-xl)}}.header__right{white-space:nowrap;align-items:center;gap:.75rem;display:flex}.header__right span{font-size:1.4rem;font-weight:400}@font-face{font-family:Satoshi;src:url(/fonts/Satoshi-Variable.woff2)format("woff2"),url(/fonts/Satoshi-Variable.woff)format("woff");font-weight:300 900;font-style:normal;font-display:swap}:root{--blue-500:#2d5ddc;--orange-500:#ff5734;--neutral-900:#151313;--neutral-100:#e3e6e9;--lime-400:#c4f03b;--surface:#fff;--radius:16px;--radius-lg:24px;--radius-pill:999px;--space-xs:.5rem;--space-sm:.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:2.5rem;--space-3xl:3rem;--max-width:90rem;--font:"Satoshi", system-ui, sans-serif}*,:before,:after{box-sizing:border-box}body{min-height:100vh;font-family:var(--font);color:var(--neutral-900);-webkit-font-smoothing:antialiased;margin:0;font-size:1rem;font-weight:500;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}h1,h2,h3,h4,p{margin:0}button,input,textarea{font:inherit}
