.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:0;padding:.25rem .5rem .75rem .15rem;text-decoration:none}.dashboard-sidebar__head{justify-content:space-between;align-items:flex-start;gap:.5rem;padding-right:.25rem;display:flex}.dashboard-sidebar__close{width:40px;height:40px;color:var(--text);cursor:pointer;background:#ffffff0f;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-top:.35rem;display: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 .18s,color .18s,transform .18s;display:flex}.dashboard-nav-item:active{transform:scale(.98)}.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{height:100dvh;min-height:100dvh;display:block;overflow:hidden}.dashboard-shell--focus .dashboard-main{height:100dvh;min-height:100dvh;margin-left:0}.dashboard-main{flex-direction:column;flex:1;min-width:0;min-height:100vh;margin-left:260px;display:flex}.dashboard-shell--focus .dashboard-main>.chat-page{flex:1;height:100%;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{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:45;cursor:pointer;background:#000000a6;border:none;margin:0;padding:0;display:none;position:fixed;inset:0}.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);background:var(--input-bg);border:1px solid var(--input-border);border-radius:10px;outline:none;padding:.85rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}[data-theme=dark]{--input-bg:#ffffff0f;--input-border:var(--border)}[data-theme=light]{--input-bg:#fff;--input-border:#0f172a26}.login-field input:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--brand-soft)}[data-theme=light] .login-card .btn-secondary,[data-theme=light] .glass .btn-secondary{color:#0f172a;background:#f1f5f9;border-color:#0f172a33;box-shadow:0 1px 3px #0f172a14}[data-theme=light] .login-card .btn-secondary:hover:not(:disabled),[data-theme=light] .glass .btn-secondary:hover:not(:disabled){background:#e2e8f0;border-color:#0f172a47}[data-theme=light] .course-detail .btn-secondary,[data-theme=light] .course-lesson-row .btn-secondary{color:#0f172a;background:#f1f5f9;border-color:#0f172a33;box-shadow:0 1px 2px #0f172a0f}[data-theme=light] .course-detail .btn-secondary:hover:not(:disabled),[data-theme=light] .course-lesson-row .btn-secondary:hover:not(:disabled){background:#e2e8f0;border-color:#0f172a47}.course-lesson-row__action{flex-shrink:0;padding:.4rem .85rem;font-size:.8rem;text-decoration:none}[data-theme=dark] .course-lesson-row .btn-secondary.course-lesson-row__action{color:#f8fafc;background:#ffffff1a;border-color:#fff3}[data-theme=dark] .course-lesson-row .btn-primary.course-lesson-row__action,[data-theme=light] .course-lesson-row .btn-primary.course-lesson-row__action{color:#fff}.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-notice--success{color:#34d399;background:#34d3991a;border-color:#34d39940;font-weight:500}.login-success{color:#86efac;background:#22c55e1a;border:1px solid #22c55e33;border-radius:10px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.85rem}.offer-password-success{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.offer-password-success__icon{color:#22c55e;flex-shrink:0}.offer-password-success__lead{color:var(--muted);max-width:28rem;margin:0;font-size:.92rem;line-height:1.6}.offer-password-success__actions{flex-direction:column;gap:.65rem;width:100%;max-width:22rem;margin-top:.25rem;display:flex}.offer-password-success__btn{justify-content:center;width:100%}.offer-password-success__hint{color:var(--muted);margin:.5rem 0 0;font-size:.82rem;line-height:1.5}.offer-password-success__link{color:var(--accent);font-weight:600;text-decoration:none}.offer-password-success__link:hover{text-decoration:underline}.setup-password-tips{color:var(--muted);background:#ff7a0014;border:1px solid #ff7a002e;border-radius:10px;margin:0 0 1.15rem;padding:.85rem 1rem .85rem 1.25rem;font-size:.82rem;line-height:1.55}.setup-password-tips li{margin-bottom:.25rem}.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{z-index:100;width:min(300px,100vw - 3rem);padding-top:max(1rem, env(safe-area-inset-top));padding-bottom:env(safe-area-inset-bottom);transform:translate(-100%)}.dashboard-sidebar--open{transform:translate(0);box-shadow:12px 0 40px #00000073}.dashboard-sidebar-overlay{display:block}.dashboard-sidebar__close{display:inline-flex}.dashboard-main{margin-left:0}.dashboard-mobile-toggle{display:block}.dashboard-content{padding:1.25rem}.dashboard-header{gap:.5rem;padding:.85rem 1rem}.dashboard-header__title{white-space:nowrap;text-overflow:ellipsis;max-width:42vw;font-size:1.05rem;overflow:hidden}.dashboard-header__actions{flex-shrink:0;gap:.35rem}.dashboard-header__actions .install-app-btn--compact{display:none}.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-notice{background:#ffffff08;border:1px solid #ffffff14;border-radius:10px;align-items:center;gap:.55rem;margin:0 1.5rem .75rem;padding:.55rem .85rem;display:flex}.profile-notice__icon{color:var(--accent);opacity:.9;flex-shrink:0}.profile-notice__text{color:var(--muted);margin:0;font-size:.8rem;line-height:1.5}.profile-notice__link{color:var(--accent);white-space:nowrap;font-weight:600;text-decoration:none}.profile-notice__link:hover{text-decoration:underline}.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)}}.paid-course-intro-wrap{max-width:640px;margin:0 auto}.paid-course-intro{text-align:center;padding:.5rem 0;position:relative}.paid-course-intro__glow{pointer-events:none;background:radial-gradient(circle at 50% 0,#fbbf241f,#0000 60%);position:absolute;inset:-30% -10%}.paid-course-intro__badge{color:#fbbf24;background:#fbbf241a;border:1px solid #fbbf244d;border-radius:999px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.35rem .85rem;font-size:.78rem;font-weight:700;display:inline-flex}.paid-course-intro__title{margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.paid-course-intro__desc{color:var(--muted);margin-bottom:1.25rem;line-height:1.7}.paid-course-intro__pricing{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.paid-course-intro__was{color:var(--muted);font-size:1.1rem;text-decoration:line-through}.paid-course-intro__now{color:#fbbf24;font-size:2rem;font-weight:800}.paid-course-intro__off{color:#0f172a;background:linear-gradient(135deg,#fbbf24,#f97316);border-radius:999px;padding:.2rem .5rem;font-size:.72rem;font-weight:800}.paid-course-intro__opportunity{color:var(--muted);align-items:center;gap:.35rem;margin-bottom:1.5rem;font-size:.85rem;display:inline-flex}.paid-course-intro__actions{flex-direction:column;align-items:center;gap:1rem;display:flex}.paid-course-intro__free-btn{width:100%;max-width:360px}.paid-course-banner{border:1px solid #fbbf2440;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1rem 1.25rem;display:flex}.paid-course-banner__badge{color:#fbbf24;align-items:center;gap:.3rem;margin-bottom:.35rem;font-size:.72rem;font-weight:700;display:inline-flex}.paid-course-banner--prominent{background:linear-gradient(135deg,#fbbf2414,#ff7a000d);border:1px solid #fbbf2459;flex-direction:column;align-items:stretch;margin-bottom:1.5rem;padding:1.5rem 1.75rem}.paid-course-banner__title{margin:.35rem 0 .5rem;font-size:1.2rem;font-weight:700}.paid-course-banner__text{color:var(--muted);margin:0 0 .75rem;font-size:.92rem;line-height:1.65}.paid-course-banner__price-row{flex-wrap:wrap;align-items:center;gap:.65rem;margin:0;display:flex}.paid-course-banner__now{color:#fbbf24;font-size:1.5rem;font-weight:800}.paid-course-banner__was{color:var(--muted);font-size:1rem;text-decoration:line-through}.paid-course-banner__off{color:#0f172a;background:linear-gradient(135deg,#fbbf24,#f97316);border-radius:999px;padding:.2rem .5rem;font-size:.72rem;font-weight:800}.paid-course-banner__actions{flex-direction:column;align-items:center;gap:.65rem;margin-top:.25rem;display:flex}.paid-course-banner__link{color:var(--accent);font-size:.82rem;font-weight:600}.course-card__tag--paid{color:#fbbf24;background:#fbbf241a;border-color:#fbbf2459}@media (min-width:768px){.paid-course-banner--prominent{flex-direction:row;align-items:center}.paid-course-banner__actions{flex-shrink:0;min-width:240px}}.payment-gate__icon{width:64px;height:64px;color:var(--accent);background:#6366f11f;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;display:flex}.payment-gate__badge{color:#fbbf24;align-items:center;gap:.35rem;font-size:.78rem;font-weight:700;display:inline-flex}.payment-gate__price{justify-content:center;align-items:center;gap:.75rem;margin:1rem 0 1.25rem;display:flex}.payment-gate__was{color:var(--muted);text-decoration:line-through}.payment-gate__now{color:#fbbf24;font-size:1.75rem;font-weight:800}.payment-gate__off{color:#0f172a;background:linear-gradient(135deg,#fbbf24,#f97316);border-radius:999px;padding:.2rem .5rem;font-size:.72rem;font-weight:800}.pay-course-btn-wrap{flex-direction:column;align-items:center;gap:.5rem;display:flex}.pay-course-btn{justify-content:center;align-items:center;gap:.5rem;display:inline-flex}.pay-course-btn--large{padding:.85rem 1.5rem;font-size:1rem}.pay-course-btn__error{color:#f87171;margin:0;font-size:.85rem}.pay-course-btn__secure{color:var(--muted);align-items:center;gap:.3rem;margin:0;font-size:.75rem;display:flex}.payment-return__spin{margin:0 auto;animation:.8s linear infinite spin}.payment-return--success{border-color:#34d39959}.payment-return__success-icon{justify-content:center;display:flex}.payment-return__cta{align-items:center;gap:.5rem;display:inline-flex}.payment-unlocked-banner{border-radius:var(--radius-md);background:linear-gradient(135deg,#34d39914,#fb923c0f);border:1px solid #34d39959;align-items:flex-start;gap:1rem;margin-bottom:1.25rem;padding:1.25rem 1.35rem;display:flex;position:relative}.payment-unlocked-banner__icon{color:#fb923c;background:#fb923c26;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.payment-unlocked-banner__title{align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:1.05rem;font-weight:600;display:flex}.payment-unlocked-banner__text{color:var(--muted);margin-bottom:.85rem;font-size:.9rem;line-height:1.65}.payment-unlocked-banner__cta{align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.85rem;text-decoration:none;display:inline-flex}.payment-unlocked-banner__close{color:var(--muted);cursor:pointer;background:0 0;border:none;padding:.25rem;position:absolute;top:.75rem;right:.75rem}.payment-unlocked-banner__close:hover{color:var(--text)}.email-verify-banner{background:#fbbf2414;border:1px solid #fbbf2438;border-radius:12px;align-items:flex-start;gap:.85rem;margin:0 0 1rem;padding:.9rem 1rem;display:flex;position:relative}.email-verify-banner--success{background:#34d39914;border-color:#34d39940}.email-verify-banner__icon{color:#fbbf24;flex-shrink:0;margin-top:2px}.email-verify-banner--success .email-verify-banner__icon{color:#34d399}.email-verify-banner__body{flex:1;min-width:0}.email-verify-banner__body strong{margin-bottom:.25rem;font-size:.9rem;display:block}.email-verify-banner__body p{color:var(--muted);margin:0 0 .65rem;font-size:.82rem;line-height:1.55}.email-verify-banner__body p:last-child{margin-bottom:0}.email-verify-banner__btn{padding:.4rem .85rem;font-size:.78rem}.email-verify-banner__close{color:var(--muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.2rem}.email-verify-banner__close:hover{color:var(--text)}.welcome-banner{background:linear-gradient(135deg,#ff7a001f,#34d39914);border:1px solid #ff7a0047;border-radius:12px;align-items:flex-start;gap:.85rem;margin:0 0 1rem;padding:1rem 1.1rem;display:flex;position:relative}.welcome-banner__icon{color:#ff7a00;flex-shrink:0}.welcome-banner__body strong{margin-bottom:.3rem;font-size:.95rem;display:block}.welcome-banner__body p{color:var(--muted);margin:0 0 .75rem;font-size:.85rem;line-height:1.6}.welcome-banner__cta{align-items:center;gap:.4rem;padding:.45rem .9rem;font-size:.82rem;text-decoration:none;display:inline-flex}.welcome-banner__close{color:var(--muted);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.2rem;position:absolute;top:.65rem;right:.65rem}.welcome-banner__close:hover{color:var(--text)}.dashboard-shell--loading,.dashboard-sidebar--skeleton{pointer-events:none}.dashboard-skeleton{background:linear-gradient(90deg, var(--surface) 0%, var(--surface-hover) 50%, var(--surface) 100%);background-size:200% 100%;border-radius:10px;animation:1.2s ease-in-out infinite dashboard-skeleton-shimmer}.dashboard-skeleton--logo{width:140px;height:36px;margin-bottom:1.25rem}.dashboard-skeleton--nav{flex-direction:column;gap:.35rem;display:flex}.dashboard-skeleton--nav-item{height:42px}.dashboard-header--skeleton{justify-content:space-between}.dashboard-skeleton--title{width:120px;height:24px}.dashboard-skeleton--avatar{border-radius:50%;width:36px;height:36px}.dashboard-loading{padding:1.5rem;animation:1.2s ease-in-out infinite dashboard-pulse}.dashboard-loading__hero{border-radius:var(--radius);background:var(--surface);height:140px;margin-bottom:1.5rem}.dashboard-loading__grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;display:grid}.dashboard-loading__card{border-radius:var(--radius);background:var(--surface);height:96px}@keyframes dashboard-pulse{0%,to{opacity:1}50%{opacity:.65}}@keyframes dashboard-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
