.dashboard-shell{background:var(--bg);min-height:100vh;display:flex}.dashboard-sidebar{border-right:1px solid var(--border);background:var(--sidebar-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:50;flex-direction:column;width:260px;height:100vh;padding:1.25rem;transition:transform .3s;display:flex;position:fixed;top:0;left:0}.dashboard-sidebar__logo{margin-bottom:1rem;padding:.25rem .5rem .75rem .15rem;text-decoration:none}.dashboard-sidebar__nav{flex-direction:column;flex:1;gap:.25rem;display:flex;overflow-y:auto}.dashboard-nav-item{color:var(--muted);border-radius:10px;align-items:center;gap:.75rem;padding:.7rem .85rem;font-size:.9rem;font-weight:500;transition:background .2s,color .2s;display:flex}.dashboard-nav-item:hover{background:var(--surface-hover);color:var(--text)}.dashboard-nav-item--active{background:var(--brand-soft);color:var(--accent)}.dashboard-nav-item--soon{opacity:.45;pointer-events:none}.dashboard-sidebar__footer{border-top:1px solid var(--border);padding-top:1rem}.dashboard-shell--focus{display:block}.dashboard-shell--focus .dashboard-main{margin-left:0}.dashboard-main{flex-direction:column;flex:1;min-width:0;min-height:100vh;margin-left:260px;display:flex}.dashboard-main>.chat-page{flex:1;min-height:0}.dashboard-header{z-index:40;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#050508d9;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;position:sticky;top:0}.dashboard-header__title{font-size:1.25rem;font-weight:600}.dashboard-header__actions{align-items:center;gap:1rem;display:flex}.dashboard-header__bell{color:var(--muted);border-radius:10px;padding:.5rem;transition:background .2s,color .2s;position:relative}.dashboard-header__bell:hover{background:var(--surface-hover);color:var(--text)}.dashboard-header__badge{background:var(--accent);border-radius:50%;width:8px;height:8px;position:absolute;top:4px;right:4px}.dashboard-header__avatar{background:var(--gradient-1);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:.8rem;font-weight:700;display:flex}.dashboard-content{flex:1;width:100%;max-width:1280px;margin:0 auto;padding:2rem}.dashboard-welcome{margin-bottom:2rem}.dashboard-welcome h1{margin-bottom:.35rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.dashboard-welcome p{color:var(--muted);font-size:.95rem}.dashboard-preview-banner{color:var(--muted);border:1px solid var(--brand-soft-strong);border-radius:12px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.85rem 1.25rem;font-size:.85rem;display:flex}.dashboard-grid{gap:1.25rem;display:grid}.dashboard-grid--stats{grid-template-columns:repeat(4,1fr)}.dashboard-grid--main{grid-template-columns:2fr 1fr;margin-top:1.25rem}.dashboard-stat-card{border-radius:var(--radius);padding:1.5rem;transition:transform .3s,box-shadow .3s}.dashboard-stat-card:hover{box-shadow:var(--shadow-glow);transform:translateY(-3px)}.dashboard-stat-card__icon{background:var(--brand-soft);width:40px;height:40px;color:var(--accent);border-radius:10px;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.dashboard-stat-card__value{margin-bottom:.25rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:800;line-height:1}.dashboard-stat-card__label{color:var(--muted);font-size:.8rem}.dashboard-continue{border-radius:var(--radius-lg);padding:2rem;position:relative;overflow:hidden}.dashboard-continue:before{content:"";background:var(--gradient-1);opacity:.06;pointer-events:none;position:absolute;inset:0}.dashboard-continue>*{z-index:1;position:relative}.dashboard-continue__label{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.dashboard-continue__title{margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.dashboard-continue__meta{color:var(--muted);margin-bottom:1.5rem;font-size:.85rem}.dashboard-progress-bar{background:#ffffff14;border-radius:100px;height:8px;margin-bottom:.5rem;overflow:hidden}.dashboard-progress-bar__fill{background:var(--gradient-1);border-radius:100px;height:100%;transition:width 1s}.dashboard-progress-label{color:var(--muted);justify-content:space-between;margin-bottom:1.5rem;font-size:.8rem;display:flex}.dashboard-panel{border-radius:var(--radius);padding:1.5rem}.dashboard-panel__title{margin-bottom:1.25rem;font-size:1rem;font-weight:600}.dashboard-notification{border-bottom:1px solid var(--border);gap:.75rem;padding:.85rem 0;display:flex}.dashboard-notification:last-child{border-bottom:none}.dashboard-notification__dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:6px}.dashboard-notification__dot--read{background:var(--muted);opacity:.4}.dashboard-notification__title{margin-bottom:.15rem;font-size:.875rem;font-weight:500}.dashboard-notification__body{color:var(--muted);font-size:.8rem}.dashboard-quick-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;margin-top:1.25rem;display:grid}.dashboard-quick-link{color:var(--muted);text-align:center;border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1.25rem .75rem;font-size:.8rem;font-weight:500;transition:background .2s,color .2s,transform .2s;display:flex}.dashboard-quick-link:hover{background:var(--surface-hover);color:var(--text);transform:translateY(-2px)}.dashboard-quick-link__icon{background:var(--brand-soft);width:36px;height:36px;color:var(--accent);border-radius:10px;justify-content:center;align-items:center;display:flex}.dashboard-mobile-toggle{color:var(--text);padding:.5rem;display:none}.dashboard-sidebar-overlay{display:none}.login-page{justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.5rem;display:flex;position:relative;overflow:hidden}.login-page__theme{z-index:3;position:absolute;top:1.25rem;right:1.25rem}.login-page__bg{background:var(--gradient-hero);position:absolute;inset:0}.login-card{z-index:2;border-radius:var(--radius-lg);width:100%;max-width:420px;padding:2.5rem;position:relative}.login-card__logo{justify-content:center;width:100%;margin-bottom:1.25rem;display:flex}.login-card__subtitle{text-align:center;color:var(--muted);margin-bottom:2rem;font-size:.9rem}.login-field{margin-bottom:1.25rem}.login-field label{color:var(--muted);margin-bottom:.5rem;font-size:.85rem;font-weight:500;display:block}.login-field input{width:100%;color:var(--text);border:1px solid var(--border);background:#ffffff0a;border-radius:10px;outline:none;padding:.85rem 1rem;font-size:.95rem;transition:border-color .2s}.login-field input:focus{border-color:var(--accent)}.login-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef444433;border-radius:10px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}.login-notice{color:var(--text);background:var(--brand-soft);border:1px solid var(--brand-soft-strong);border-radius:10px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}.login-success{color:#86efac;background:#22c55e1a;border:1px solid #22c55e33;border-radius:10px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}.login-back{text-align:center;color:var(--muted);margin-top:1.5rem;font-size:.85rem;transition:color .2s;display:block}.login-back:hover{color:var(--text)}@media (max-width:1024px){.dashboard-grid--stats{grid-template-columns:repeat(2,1fr)}.dashboard-grid--main{grid-template-columns:1fr}}@media (max-width:640px){.dashboard-grid--stats{grid-template-columns:1fr}.dashboard-quick-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.dashboard-sidebar{transform:translate(-100%)}.dashboard-sidebar--open{transform:translate(0)}.dashboard-sidebar-overlay{z-index:45;background:#0009;display:block;position:fixed;inset:0}.dashboard-main{margin-left:0}.dashboard-mobile-toggle{display:block}.dashboard-content{padding:1.25rem}.dashboard-header{padding:1rem 1.25rem}.dashboard-quick-grid{grid-template-columns:repeat(2,1fr)}}.dashboard-fade-in{animation:.35s dashboard-fade-in}.dashboard-stat-card--animate{animation:.4s backwards dashboard-fade-in}.dashboard-grid--stats .dashboard-stat-card--animate:first-child{animation-delay:50ms}.dashboard-grid--stats .dashboard-stat-card--animate:nth-child(2){animation-delay:.1s}.dashboard-grid--stats .dashboard-stat-card--animate:nth-child(3){animation-delay:.15s}.dashboard-grid--stats .dashboard-stat-card--animate:nth-child(4){animation-delay:.2s}.dashboard-progress-bar__fill--animate{transition:width .8s}.dashboard-skeleton{background:linear-gradient(90deg,#ffffff0a 25%,#ffffff14 50%,#ffffff0a 75%) 0 0/200% 100%;border-radius:12px;animation:1.5s infinite dashboard-shimmer}.dashboard-skeleton--title{width:280px;height:2rem;margin-bottom:.75rem}.dashboard-skeleton--subtitle{width:360px;max-width:100%;height:1rem}.dashboard-skeleton--card{height:120px}@keyframes dashboard-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes dashboard-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.course-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.course-card{border-radius:var(--radius);color:inherit;flex-direction:column;text-decoration:none;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;overflow:hidden}.course-card:hover{border-color:var(--brand-soft-strong);box-shadow:var(--shadow-glow);transform:translateY(-4px)}.course-card__cover{aspect-ratio:16/9;background:linear-gradient(135deg,#1e1b4b,#312e81);overflow:hidden}.course-card__cover img{object-fit:cover;width:100%;height:100%}.course-card__cover-empty{color:#a5b4fc99;justify-content:center;align-items:center;height:100%;display:flex}.course-card__body{padding:1.25rem 1.35rem 1.5rem}.course-card__title{margin:0 0 .4rem;font-size:1.05rem;font-weight:600}.course-card__desc{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.875rem;line-height:1.55;display:-webkit-box;overflow:hidden}.course-card__progress{margin-top:1rem}.course-card__progress span{color:var(--muted);margin-top:6px;font-size:.78rem;display:block}.course-card__tag{color:var(--muted);background:#ffffff0f;border-radius:99px;margin-top:1rem;padding:.25rem .65rem;font-size:.75rem;display:inline-block}.course-card__tag--free{color:#a5b4fc;background:#6366f126}.course-detail{margin:-1.5rem -1.5rem 0}.course-hero{align-items:flex-end;min-height:240px;display:flex;position:relative;overflow:hidden}.course-hero__bg{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.course-hero__bg--empty{background:linear-gradient(135deg,#1e1b4b 0%,#312e81 45%,#0f172a 100%)}.course-hero__overlay{background:linear-gradient(#08090d40 0%,#08090d73 45%,#08090df5 100%);position:absolute;inset:0}.course-hero__content{z-index:1;max-width:900px;padding:2rem 1.5rem 1.75rem;position:relative}.course-hero__back{color:#94a3b8;margin-bottom:.75rem;font-size:.8rem;text-decoration:none;display:inline-block}.course-hero__back:hover{color:#f1f5f9}.course-hero__title{letter-spacing:-.02em;color:#f8fafc;margin:0 0 .4rem;font-family:Outfit,sans-serif;font-size:clamp(1.75rem,4vw,2.35rem);font-weight:800}.course-hero__subtitle{color:#cbd5e1;max-width:640px;margin:0 0 1rem;font-size:1rem;line-height:1.55}.course-hero__meta{color:#94a3b8;margin-bottom:1rem;font-size:.85rem}.course-detail__body{padding:1.5rem 0 0}.course-detail__body .lesson-section{margin-bottom:1.25rem}.course-lesson-row{border:1px solid var(--border);border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.course-lesson-row--locked{opacity:.55}.course-lesson-row__left{align-items:center;gap:12px;min-width:0;display:flex}.course-lesson-row__title{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;overflow:hidden}.course-lesson-row__badge{text-transform:uppercase;letter-spacing:.04em;color:#fbbf24;background:#fbbf241f;border:1px solid #fbbf2440;border-radius:999px;flex-shrink:0;padding:.15rem .45rem;font-size:.65rem;font-weight:600}.profile-page-grid{grid-template-columns:1fr;gap:1.25rem;max-width:960px;display:grid}.profile-page{width:100%}.profile-page-status{border-radius:12px;align-items:flex-start;gap:.75rem;max-width:960px;margin-bottom:1.25rem;padding:1rem 1.15rem;font-size:.9rem;line-height:1.5;display:flex}.profile-page-status--complete{color:#34d399;background:#34d39914;border:1px solid #34d39940}.profile-page-status--incomplete{color:#fbbf24;background:#fbbf2414;border:1px solid #fbbf2440}.profile-page-card{width:100%}@media (min-width:900px){.profile-page-grid{grid-template-columns:1fr 320px;align-items:start}.profile-page-card--narrow{position:sticky;top:1rem}}.profile-reminder-banner{color:#fde68a;background:#fbbf241a;border:1px solid #fbbf2447;border-radius:12px;align-items:flex-start;gap:.85rem;margin:0 1.5rem;padding:.9rem 1rem;display:flex}.profile-reminder-banner__icon{color:#fbbf24;flex-shrink:0;margin-top:2px}.profile-reminder-banner__body{flex:1;min-width:0}.profile-reminder-banner__body strong{color:#fef3c7;margin-bottom:.25rem;font-size:.9rem;display:block}.profile-reminder-banner__body p{color:#fcd34d;margin:0;font-size:.82rem;line-height:1.55}.profile-reminder-banner__link{color:#fef3c7;margin-top:.5rem;font-size:.82rem;font-weight:600;text-decoration:underline;display:inline-block}.profile-reminder-banner__dismiss{color:#fbbf24;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;padding:.25rem}.profile-reminder-banner__dismiss:hover{background:#ffffff14}.profile-form__avatar-row{text-align:center;border:1px solid var(--border);background:#ffffff05;border-radius:14px;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1.25rem;display:flex}@media (min-width:540px){.profile-form__avatar-row{text-align:left;flex-direction:row;align-items:center}}.profile-form__avatar-actions{flex:1;min-width:0}.profile-form__upload-btn{align-items:center;gap:.4rem;display:inline-flex}.profile-form__avatar{object-fit:cover;border:2px solid var(--brand-soft-strong);border-radius:50%;flex-shrink:0;width:88px;height:88px}.profile-form__avatar--empty{color:#a5b4fc;background:#6366f133;justify-content:center;align-items:center;font-size:1.35rem;font-weight:700;display:flex}.profile-form__checklist{background:#fbbf240f;border:1px solid #fbbf2433;border-radius:12px;margin-bottom:1.25rem;padding:1rem 1.1rem}.profile-form__checklist-title{text-transform:uppercase;letter-spacing:.04em;color:#fbbf24;margin:0 0 .65rem;font-size:.78rem;font-weight:700}.profile-form__checklist ul{flex-direction:column;gap:.4rem;margin:0;padding:0;list-style:none;display:flex}.profile-form__checklist li{color:var(--muted);align-items:center;gap:.5rem;font-size:.88rem;display:flex}.profile-form__check--done{color:#34d399}.profile-form__complete-badge{color:#34d399;background:#34d39914;border:1px solid #34d39940;border-radius:10px;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.85rem 1rem;font-size:.88rem;display:flex}.profile-form__hint{color:var(--muted);margin-top:6px;font-size:.75rem;line-height:1.4}.profile-form__grid{grid-template-columns:1fr;gap:1rem;margin-bottom:1.25rem;display:grid}@media (min-width:640px){.profile-form__grid{grid-template-columns:1fr 1fr}}.profile-form__full{grid-column:1/-1}.profile-form label{color:var(--muted);text-transform:uppercase;letter-spacing:.03em;flex-direction:column;gap:.4rem;font-size:.78rem;font-weight:600;display:flex}.profile-form__field--missing input,.profile-form__field--missing textarea{border-color:#fbbf2473}.profile-form__req{color:#fbbf24}.profile-form__optional{text-transform:none;color:var(--muted);letter-spacing:normal;font-weight:400}.profile-form input,.profile-form textarea{box-sizing:border-box;border:1px solid var(--border);width:100%;color:var(--text);text-transform:none;letter-spacing:normal;background:#ffffff08;border-radius:10px;padding:.7rem .9rem;font-family:inherit;font-size:1rem;font-weight:400}.profile-form input:focus,.profile-form textarea:focus{border-color:var(--accent);outline:none;box-shadow:0 0 0 3px #6366f126}.profile-form__input--readonly{opacity:.7;cursor:not-allowed}.profile-form__actions{flex-direction:column;gap:.75rem;display:flex}.profile-form__submit{width:100%;max-width:280px}@media (max-width:639px){.profile-form__submit{max-width:none}}.profile-form__footer-note{color:var(--muted);margin:0;font-size:.82rem;line-height:1.55}.profile-form--compact .profile-form__grid{gap:.85rem}.profile-form--compact .profile-form__avatar-row{padding:1rem}.profile-welcome-modal__intro{margin:0 0 1rem;line-height:1.6}.dashboard-content .spin{animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
