*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0b1020}:root{--theme-bg: linear-gradient(135deg, #1d2143 0%, #4b1d76 52%, #6b21a8 100%);--theme-bg-soft: radial-gradient(circle at top left, rgba(255,255,255,.05) 0, rgba(255,255,255,.05) 10px, transparent 10px, transparent 34px), linear-gradient(135deg, #1d2143 0%, #4b1d76 52%, #6b21a8 100%);--theme-header: linear-gradient(90deg, rgba(45, 47, 82, .96), rgba(91, 33, 182, .92));--theme-surface: rgba(255, 255, 255, .98);--theme-surface-soft: rgba(255, 255, 255, .92);--theme-surface-border: rgba(226, 232, 240, .85);--theme-text: #0f172a;--theme-text-soft: #475569;--theme-text-on-dark: #f8fafc;--theme-subtle-on-dark: rgba(241, 245, 249, .78);--theme-accent: #9333ea;--theme-accent-strong: #7e22ce;--theme-accent-soft: #f3e8ff;--theme-shadow: 0 22px 50px rgba(15, 23, 42, .22)}@property --ring-progress{syntax: "<number>"; inherits: false; initial-value: 0;}:focus-visible{outline:2px solid rgba(79,70,229,.9);outline-offset:2px}.app-header-shell{max-width:1300px;margin:0 auto 1.5rem}.app-header-bar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;border-radius:1.35rem;background:var(--theme-header);border:1px solid rgba(255,255,255,.14);box-shadow:0 18px 38px #02061738;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#f8fafc}.app-header-main{display:flex;flex-direction:column;gap:.55rem;min-width:0}.app-header-title-row{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.app-header-logo{width:34px;height:34px;border-radius:.6rem;border:1px solid rgba(255,255,255,.28);background:#ffffff24;object-fit:cover;flex-shrink:0}.app-header-shell-home .app-header-title-row{align-items:center}.app-header-shell-home .app-header-logo{width:46px;height:46px;border-radius:.8rem}.app-header-copy{min-width:0}.app-header-back{align-self:flex-start;background:none;border:none;color:var(--theme-subtle-on-dark);font-size:.9rem;font-weight:600;cursor:pointer;padding:0}.app-header-back:hover{color:var(--theme-text-on-dark)}.app-header-title{font-size:1.15rem;font-weight:700;line-height:1.25}.app-header-subtitle{margin-top:.2rem;color:var(--theme-subtle-on-dark);font-size:.92rem;line-height:1.45}.app-header-right{flex-shrink:0}.back-link{background:none;border:none;color:#e5e7eb;font-size:.9rem;cursor:pointer}.back-link:hover{text-decoration:underline}.app-container{min-height:100vh;background:linear-gradient(135deg,#9333ea,#7c3aed,#6d28d9);display:flex;align-items:center;justify-content:center;padding:1rem;position:relative}.form-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:1.5rem;box-shadow:0 25px 50px -12px #00000040;padding:2rem;width:100%;max-width:28rem;border:1px solid rgba(255,255,255,.2)}.login-logo-wrap{display:flex;justify-content:center;margin-bottom:.9rem}.login-logo{width:90px;height:90px;object-fit:contain;border-radius:.95rem;border:1px solid #e2e8f0;background:#fff;padding:.35rem;box-shadow:0 12px 28px #0f172a29}.header{text-align:center;margin-bottom:2rem}.header h1{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.header p{color:#6b7280;font-size:1rem}.tab-slider{display:flex;background:#e5e7eb;border-radius:9999px;padding:5px;margin-bottom:2rem;box-shadow:inset 0 2px 4px #0000000f;width:100%}.tab-container{display:flex;width:100%;gap:4px}.tab-btn{flex:1;min-width:0;padding:12px 20px;font-weight:600;font-size:15px;border:none;background:transparent;border-radius:9999px;cursor:pointer;transition:all .25s ease;color:#6b7280;text-align:center}.tab-btn:hover{color:#374151}.tab-active{background:#fff;color:#1f2937;box-shadow:0 2px 8px #0000001f}.tab-inactive{color:#000}.form{display:flex;flex-direction:column;gap:1.5rem}.input-group{display:flex;flex-direction:column}.input-group label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.input-group input{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.75rem;font-size:1rem;transition:all .2s;background:#fff}.input-group input:focus{outline:none;border-color:#a855f7;box-shadow:0 0 0 3px #a855f74d}button[type=submit]{width:100%;background:linear-gradient(135deg,#9333ea,#a855f7);color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:.75rem;border:none;font-size:1rem;cursor:pointer;box-shadow:0 10px 15px #9333ea4d;transition:all .2s}button[type=submit]:hover{transform:translateY(-1px);box-shadow:0 15px 25px #9333ea66;background:linear-gradient(135deg,#a855f7,#c084fc)}.password-wrapper{position:relative;width:100%}.password-wrapper input{padding-right:3rem}.eye-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s}.eye-btn:hover{color:#374151}.eye-btn svg{width:20px;height:20px}.error-message{display:block;color:#dc2626;font-size:.875rem;margin-top:.5rem;font-weight:500}.input-error{border-color:#dc2626}.input-error:focus{box-shadow:0 0 0 3px #dc26261a}.forgot-password{text-align:center;font-size:.875rem;color:#6b7280;margin-top:1.5rem}.forgot-password a{color:#9333ea;font-weight:500;text-decoration:none}.forgot-password a:hover{text-decoration:underline}.dev-bypass-button{width:100%;margin-top:.85rem;padding:.95rem 1rem;border-radius:.95rem;border:1px dashed rgba(168,85,247,.38);background:#7c3aed14;color:#6d28d9;font-size:.95rem;font-weight:700;cursor:pointer}.dev-bypass-button:hover{background:#7c3aed24}.team-page-root{min-height:100vh;background:var(--theme-bg-soft);padding:1.5rem 2rem 2.6rem}.team-layout{max-width:1300px;margin:0 auto;display:grid;gap:1.4rem}.team-section{background:#ffffff14;border:1px solid rgba(255,255,255,.13);border-radius:1.4rem;padding:1.2rem;box-shadow:0 18px 40px #0206173d}.team-section-head h1,.team-section-head h2{color:#f8fafc;font-size:1.8rem}.team-section-head p{margin-top:.55rem;color:#f1f5f9d1;line-height:1.6}.team-grid{margin-top:1rem;display:grid;gap:.95rem}.team-grid-founders{grid-template-columns:repeat(5,minmax(0,1fr))}.team-grid-professors{grid-template-columns:repeat(3,minmax(0,1fr))}.team-card{background:#fffffff5;color:#0f172a;border:1px solid rgba(226,232,240,.86);border-radius:1.15rem;padding:1rem .95rem 1.05rem;box-shadow:0 16px 30px #0f172a29;display:flex;flex-direction:column;gap:.55rem}.team-avatar{width:76px;height:76px;border-radius:999px;background:linear-gradient(180deg,#e5e7eb,#cbd5e1);border:1px solid #cbd5e1;margin-bottom:.15rem;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.team-avatar-head{width:22px;height:22px;border-radius:999px;background:#94a3b8;position:absolute;top:15px}.team-avatar-body{width:46px;height:32px;border-radius:30px 30px 10px 10px;background:#94a3b8;position:absolute;bottom:8px}.team-person-name{font-size:1rem;font-weight:800}.team-person-role{color:#6d28d9;font-size:.86rem;font-weight:700;line-height:1.35}.team-person-bio{color:#475569;font-size:.9rem;line-height:1.58}.dashboard-root{min-height:100vh;background:var(--theme-bg);padding:1.5rem 2rem;color:#111827;overflow-y:auto}.logout-button{border:none;background:transparent;color:#f9fafb;font-weight:500;cursor:pointer}.logout-button:hover{text-decoration:underline}.home-header-actions{display:flex;align-items:center;gap:.8rem}.home-team-link{border:1px solid rgba(248,250,252,.35);background:#f8fafc1f;color:#f8fafc;padding:.38rem .75rem;border-radius:999px;font-size:.8rem;font-weight:700;cursor:pointer}.home-team-link:hover{background:#f8fafc38}.dashboard-main{max-width:1200px;margin:0 auto;padding-bottom:3rem}.dashboard-section{margin-bottom:2.5rem}.dashboard-section-title{color:#e5e7eb;font-weight:500;margin-bottom:1rem}.course-card{display:flex;gap:1.5rem;background:var(--theme-surface);border:1px solid var(--theme-surface-border);border-radius:1.5rem;padding:1.5rem 1.75rem;box-shadow:var(--theme-shadow)}.dashboard-section .course-card+.course-card{margin-top:1.25rem}.course-icon{width:120px;height:120px;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2.5rem;font-weight:700}.course-icon.primary{background:linear-gradient(135deg,#2563eb,#0ea5e9)}.course-icon.secondary{background:linear-gradient(135deg,#9333ea,#db2777)}.course-content{flex:1;display:flex;flex-direction:column;gap:.75rem}.course-header-row{display:flex;justify-content:space-between;align-items:center;gap:1rem}.course-title{font-size:1.15rem;font-weight:600;color:#111827}.badge{padding:.25rem .9rem;border-radius:999px;font-size:.75rem;font-weight:600}.badge.enrolled{background:#dcfce7;color:#15803d}.badge.premium{background:#f3e8ff;color:#7e22ce}.course-description{font-size:.95rem;color:#4b5563}.course-meta-row{display:flex;flex-wrap:wrap;gap:1.25rem;font-size:.85rem;color:#6b7280}.course-designer-block{margin-top:.75rem}.course-designer-toggle{border:1px solid #ddd6fe;background:#f5f3ff;color:#5b21b6;padding:.45rem .7rem;border-radius:.7rem;font-size:.84rem;font-weight:700;cursor:pointer}.course-designer-toggle:hover{background:#ede9fe}.course-designer-expand{max-height:0;overflow:hidden;opacity:0;margin-top:0;transition:max-height .25s ease,opacity .25s ease,margin-top .25s ease}.course-designer-expand.open{max-height:20rem;opacity:1;margin-top:.7rem}.team-card-mini{box-shadow:0 10px 20px #0f172a1f;border-radius:.95rem;padding:.8rem}.team-card-mini .team-avatar{width:60px;height:60px}.team-card-mini .team-avatar-head{width:17px;height:17px;top:12px}.team-card-mini .team-avatar-body{width:36px;height:24px;bottom:7px}.team-card-mini .team-person-name{font-size:.92rem}.team-card-mini .team-person-role{font-size:.78rem}.team-card-mini .team-person-bio{font-size:.83rem}.primary-button,.secondary-button{border-radius:999px;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;border:none;cursor:pointer}.primary-button{background:linear-gradient(135deg,var(--theme-accent),var(--theme-accent-strong));color:#fff}.primary-button:hover{background:linear-gradient(135deg,#a855f7,var(--theme-accent))}.secondary-button{background:#fff;color:var(--theme-text);border:1px solid #d8dee9}.secondary-button:hover{background:#f8fafc}:root{--panel-height: 65vh;--modules-height: 60vh}.course-page-root{min-height:100vh;background:var(--theme-bg);padding:1.5rem 2rem 2.5rem;color:#f9fafb;overflow-y:auto}.course-hero{max-width:1200px;margin:0 auto 2rem}.course-hero-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.course-hero-title{font-size:1.1rem;font-weight:600}.course-hero-clean-grid{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,1fr);gap:1.25rem;align-items:stretch}.course-hero-main{display:grid;grid-template-columns:2fr 3fr;gap:1.5rem}.course-hero-card{border-radius:1.5rem;padding:1.5rem 1.75rem;box-shadow:0 20px 40px #00000059}.course-hero-card.primary{background:linear-gradient(135deg,#7e22ce,#9333ea 52%,#c026d3)}.course-hero-heading{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.course-hero-text{font-size:.95rem;margin-bottom:1.25rem;color:#ffffffeb}.course-hero-main-card{min-height:100%;border:1px solid rgba(191,219,254,.34);box-shadow:0 26px 60px #02061757}.course-hero-label{display:inline-flex;align-items:center;padding:.35rem .65rem;border-radius:999px;background:#ffffff29;color:#faf5ff;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.9rem}.course-hero-main-title{font-size:clamp(1.8rem,4vw,2.7rem);line-height:1.08;max-width:12ch;margin-bottom:.9rem}.course-hero-pills{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:1.1rem}.course-pill{padding:.45rem .8rem;border-radius:999px;background:#ffffff1f;color:#eff6ff;font-size:.82rem;font-weight:600}.course-hero-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem}.course-hero-next{font-size:.92rem;color:#eff6ffe0}.hero-button{border-radius:999px;border:none;background:#fff;color:var(--theme-accent-strong);font-weight:600;padding:.6rem 1.4rem;cursor:pointer}.hero-button:hover{filter:brightness(.97)}.course-hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.course-hero-stats-clean{grid-template-columns:1fr}.stat-card{background:var(--theme-surface);border:1px solid var(--theme-surface-border);border-radius:1.15rem;padding:1.05rem 1.2rem;box-shadow:var(--theme-shadow)}.stat-card-emphasis{background:var(--theme-surface);border-color:#e2d2ff}.stat-card h3{font-size:.9rem;margin-bottom:.5rem;color:#64748b}.stat-number{font-size:1.4rem;font-weight:600;margin-bottom:.3rem;color:var(--theme-text)}.stat-sub{font-size:.8rem;color:var(--theme-text-soft)}.stat-card-topline{display:flex;justify-content:space-between;gap:.75rem;align-items:center;margin-bottom:.9rem}.stat-card-chip{padding:.22rem .65rem;border-radius:999px;background:#f3e8ff;color:#7e22ce;font-size:.74rem;font-weight:700;white-space:nowrap}.stat-visual-layout{display:flex;align-items:center;gap:1rem}.stat-visual-copy{flex:1;min-width:0}.progress-ring{--ring-progress: 0;width:88px;height:88px;border-radius:999px;background:conic-gradient(var(--ring-accent, #7c3aed) calc(var(--ring-progress) * 1%),#e5e7eb 0);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 0 0 1px #ffffff80;transition:--ring-progress 1s cubic-bezier(.22,1,.36,1)}.progress-ring-inner{width:68px;height:68px;border-radius:999px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:inset 0 0 0 1px #e2e8f0e6}.progress-ring-value{font-size:1rem;font-weight:800;color:#111827;line-height:1}.progress-ring-label{margin-top:.18rem;font-size:.66rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.progress-ring.accent-progress{--ring-accent: #7c3aed}.progress-ring.accent-unlocked{--ring-accent: #2563eb}.progress-ring.accent-locked{--ring-accent: #94a3b8}.overall-bar{width:100%;height:8px;border-radius:999px;background:#e2e8f0;margin-top:.5rem;overflow:hidden}.overall-bar-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#7c3aed,#2563eb)}.stat-module-strip{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.35rem;margin-top:.75rem}.stat-module-dot{height:.42rem;border-radius:999px;background:#e5e7eb}.stat-module-dot.completed{background:linear-gradient(90deg,#7c3aed,#9333ea)}.stat-module-dot.unlocked{background:#93c5fd}.stat-module-dot.locked{background:#d1d5db}.stat-mini-list{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.85rem}.stat-mini-pill{padding:.24rem .55rem;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.74rem;font-weight:700}.stat-roadmap-list{margin-top:.85rem;display:grid;gap:.38rem}.stat-roadmap-item{display:flex;align-items:center;gap:.5rem;color:#64748b;font-size:.8rem;font-weight:600}.stat-roadmap-marker{width:.55rem;height:.55rem;border-radius:999px;background:#cbd5e1;box-shadow:inset 0 0 0 1px #94a3b866}.course-modules-wrapper{max-width:1200px;margin:0 auto 3rem}.course-modules-wrapper-clean{display:grid;gap:1.25rem}.course-section-block{background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:1.6rem;padding:1.25rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px #02061733}.course-section-block-muted{background:#ffffff14}.course-section-head{display:flex;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1rem}.course-section-eyebrow{font-size:.76rem;text-transform:uppercase;letter-spacing:.14em;color:#e9d5ff;font-weight:700;margin-bottom:.25rem}.course-section-copy{max-width:34rem;font-size:.92rem;color:#eff6ffc7}.course-modules-title{font-size:1.18rem;font-weight:600;margin-bottom:.1rem}.course-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.module-card{display:flex;gap:1rem;background:#f9fafb;border-radius:1.5rem;padding:1rem 1.5rem;box-shadow:0 12px 30px #0000004d;margin-bottom:1rem;color:#111827;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .12s ease,box-shadow .12s ease}.module-card:hover{transform:translateY(-1px);box-shadow:0 16px 36px #00000052}.module-card-clean{flex-direction:column;gap:1rem;background:var(--theme-surface);border:1px solid var(--theme-surface-border);border-radius:1.35rem;padding:1.15rem;box-shadow:0 18px 40px #0206172e;margin-bottom:0}.module-card-clean.is-current{border-color:#d8b4fe;box-shadow:0 20px 44px #7e22ce24}.module-card-clean.is-complete{border-color:#c7d2fe}.module-card-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.module-icon{width:56px;height:56px;border-radius:1rem;background:#f3e8ff;display:flex;align-items:center;justify-content:center;font-size:1.3rem}.module-icon.playing{background:#ede9fe}.module-icon.done{background:#eef2ff;color:#4f46e5}.module-icon-mark{position:relative;display:inline-block;width:1.2rem;height:1.2rem}.module-icon-mark.play:before{content:"";position:absolute;top:50%;left:52%;transform:translate(-45%,-50%);width:0;height:0;border-top:.42rem solid transparent;border-bottom:.42rem solid transparent;border-left:.7rem solid #7e22ce}.module-icon-mark.open:before{content:"";position:absolute;inset:.14rem;border-radius:.3rem;border:2px solid #7e22ce}.module-icon-mark.open:after{content:"";position:absolute;top:.1rem;left:.42rem;width:.34rem;height:.34rem;border-radius:999px;background:#7e22ce}.module-icon-mark.check:before{content:"";position:absolute;left:.24rem;top:.28rem;width:.36rem;height:.62rem;border-right:3px solid #4f46e5;border-bottom:3px solid #4f46e5;transform:rotate(40deg)}.module-icon-mark.lock:before{content:"";position:absolute;left:.22rem;top:.46rem;width:.76rem;height:.56rem;border-radius:.16rem;background:#475569}.module-icon-mark.lock:after{content:"";position:absolute;left:.38rem;top:.1rem;width:.42rem;height:.44rem;border:2px solid #475569;border-bottom:none;border-radius:.42rem .42rem 0 0}.module-content{flex:1}.module-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.3rem}.module-header h3{font-size:1rem;font-weight:600}.module-header-clean h3{font-size:1.05rem;line-height:1.35}.module-badge{padding:.2rem .8rem;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.module-badge.in-progress{background:#f3e8ff;color:#7e22ce}.module-badge.available{background:#ede9fe;color:#6d28d9}.module-badge.completed{background:#eef2ff;color:#4f46e5}.module-meta{font-size:.86rem;color:#6b7280}.module-progress{margin-top:.5rem;display:grid;grid-template-columns:1fr min-content;row-gap:.3rem;column-gap:1rem;font-size:.8rem;color:#6b7280}.module-progress-clean{grid-template-columns:1fr;row-gap:.5rem}.module-progress-bar{grid-column:1 / 3;width:100%;height:8px;border-radius:999px;background:#e5e7eb;overflow:hidden}.module-progress-fill{height:100%;border-radius:999px;background:#d1d5db}.module-progress-fill.dark{background:linear-gradient(90deg,#7c3aed,#2563eb)}.module-progress-fill.current{background:linear-gradient(90deg,#a855f7,#7c3aed)}.module-progress-text{text-align:right}.locked-modules{margin-top:1.5rem}.locked-card{display:flex;align-items:center;gap:1rem;background:#f9fafbe6;border-radius:1.5rem;padding:.9rem 1.3rem;margin-bottom:.7rem;color:#111827}.locked-module-list{display:grid;gap:.8rem}.locked-card-clean{background:#ffffffe6;border:1px solid rgba(226,232,240,.9);margin-bottom:0}.locked-icon{width:48px;height:48px;border-radius:1rem;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.locked-content h3{font-size:.98rem;font-weight:500}.locked-badge{margin-left:auto;padding:.2rem .9rem;border-radius:999px;background:#e5e7eb;font-size:.8rem}.lesson-page-root{min-height:100vh;background:var(--theme-bg);color:#111827;padding:1.5rem 2rem 2.5rem;overflow-y:auto}.lesson-header-progress{min-width:180px;font-size:.85rem;color:#e5e7eb;text-align:right}.lesson-header-progress-bar{width:100%;height:8px;border-radius:999px;background:#94a3b833;margin-top:.55rem;overflow:hidden}.lesson-header-progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,#a855f7,#7c3aed)}.lesson-layout{max-width:1300px;margin:0 auto 2rem;display:grid;grid-template-columns:320px 1fr;gap:1.5rem}.lesson-sidebar,.lesson-content{height:calc(100vh - 8.5rem);min-height:40rem;max-height:calc(100vh - 8.5rem)}.lesson-sidebar{background:#fffffff0;border:1px solid rgba(226,232,240,.92);border-radius:1.5rem;padding:1.1rem;color:var(--theme-text);overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#a78bfa rgba(255,255,255,.5);box-shadow:0 18px 40px #02061752}.lesson-sidebar::-webkit-scrollbar{width:6px}.lesson-sidebar::-webkit-scrollbar-thumb{background:#a78bfa;border-radius:999px}.lesson-sidebar::-webkit-scrollbar-thumb:hover{background:#8b5cf6}.sidebar-card{background:linear-gradient(180deg,#faf5ff,#f8fafc);border:1px solid #e9d5ff;border-radius:1.2rem;padding:1rem;margin-bottom:1rem}.sidebar-title{font-size:.78rem;font-weight:700;margin-bottom:.65rem;text-transform:uppercase;letter-spacing:.12em;color:#7e22ce}.sidebar-module-title{font-size:1.05rem;font-weight:700;line-height:1.3;margin-bottom:.55rem}.sidebar-copy{color:#64748b;font-size:.9rem;line-height:1.55}.sidebar-stat-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-top:1rem}.sidebar-stat-row>div{background:#fff;border-radius:.95rem;padding:.75rem}.sidebar-stat-value{display:block;font-size:1.16rem;font-weight:700;color:var(--theme-text)}.sidebar-stat-label{display:block;margin-top:.2rem;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#8b5cf6}.dev-reset-button{width:100%;margin-top:1rem;padding:.75rem .9rem;border-radius:.9rem;border:1px dashed #d8b4fe;background:#fff;color:#7e22ce;font-size:.88rem;font-weight:700;cursor:pointer}.dev-reset-button:hover:not(:disabled){background:#faf5ff}.dev-reset-button:disabled{opacity:.6;cursor:wait}.lesson-list{list-style:none;margin:0;padding:0}.lesson-list-item{width:100%;display:flex;align-items:flex-start;gap:.8rem;padding:.9rem;margin-bottom:.65rem;border-radius:1rem;background:#f8fafcfa;border:1px solid rgba(226,232,240,.9);cursor:pointer;text-align:left;color:var(--theme-text);transition:transform .12s ease,background .12s ease,border-color .12s ease,box-shadow .12s ease}.lesson-list-item:hover:not(.locked):not(:disabled){background:#faf5ff;border-color:#d8b4fe;transform:translateY(-1px)}.lesson-list-item.active:hover:not(.locked):not(:disabled){background:linear-gradient(180deg,#f5f3ff,#faf5ff);color:#0f172a;border-color:#c084fc}.lesson-list-item.active{background:linear-gradient(180deg,#f5f3ff,#faf5ff);color:#0f172a;box-shadow:0 14px 30px #7e22ce1f}.lesson-list-item.completed:not(.active){border-color:#ddd6fe;background:#faf7ff;box-shadow:inset 0 0 0 1px #a855f714}.lesson-list-item.locked,.lesson-list-item:disabled{opacity:.6;cursor:default}.lesson-list-icon{width:2rem;height:2rem;border-radius:999px;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:.1rem;border:1px solid rgba(148,163,184,.18)}.lesson-list-icon span{width:.65rem;height:.65rem;border-radius:999px;background:currentColor;display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:800;line-height:1}.lesson-list-icon.open{color:#7e22ce;background:#f3e8ff}.lesson-list-icon.completed{color:#4f46e5;background:#eef2ff}.lesson-list-icon.locked{color:#94a3b8;background:#f8fafc}.lesson-list-icon.completed span{width:auto;height:auto;background:transparent}.lesson-list-copy{min-width:0}.lesson-list-topline{display:flex;justify-content:space-between;gap:.5rem;font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.45rem}.lesson-list-step{color:inherit;opacity:.74}.lesson-list-type{color:inherit;opacity:.78;white-space:nowrap}.lesson-list-title{font-size:.95rem;font-weight:600;line-height:1.35}.lesson-list-meta{font-size:.8rem;color:inherit;opacity:.72;margin-top:.32rem}.lesson-content{background:var(--theme-surface);border:1px solid var(--theme-surface-border);border-radius:1.6rem;padding:1.5rem;box-shadow:0 24px 60px #02061759;display:flex;flex-direction:column;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:#9ca3af #f9fafb}.lesson-content::-webkit-scrollbar{width:6px}.lesson-content::-webkit-scrollbar-thumb{background:#9ca3af;border-radius:999px}.lesson-content::-webkit-scrollbar-thumb:hover{background:#6b7280}.lesson-content-shell{flex:1;background:linear-gradient(180deg,#fff,#fcfbff);border:1px solid #ede9fe;border-radius:1.35rem;padding:1.6rem 1.7rem 1.8rem}.lesson-content-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding-bottom:1rem;margin-bottom:1.25rem;border-bottom:1px solid rgba(148,163,184,.2)}.lesson-content-kicker{font-size:.78rem;text-transform:uppercase;letter-spacing:.12em;color:#7e22ce;font-weight:700;margin-bottom:.45rem}.lesson-content-title{font-size:clamp(1.4rem,2vw,2rem);line-height:1.15;color:#0f172a}.lesson-content-chip{background:#f3e8ff;border:1px solid #d8b4fe;border-radius:999px;color:#7e22ce;font-size:.85rem;font-weight:700;padding:.5rem .85rem;white-space:nowrap}.lesson-body{flex:1}.lesson-tags{display:flex;gap:.5rem;margin-bottom:.75rem;font-size:.8rem}.tag{padding:.25rem .7rem;border-radius:999px;background:#e5e7eb;color:#111827;font-weight:600}.tag.success{background:#dcfce7;color:#166534}.tag.neutral{background:#e5e7eb;color:#374151}.tag.video{background:#dbeafe;color:#1d4ed8}.tag.article{background:#ede9fe;color:#6d28d9}.tag.quiz{background:#f3e8ff;color:#9333ea}.lesson-title{font-size:1.1rem;font-weight:600;margin-bottom:1rem}.lesson-section{margin-top:1.3rem;font-size:.98rem;color:#334155;line-height:1.68;background:#fff;border:1px solid #ede9fe;border-radius:1.15rem;padding:1rem 1.1rem}.lesson-section h3{font-size:1rem;margin-bottom:.55rem;color:#0f172a}.lesson-section p+p{margin-top:.75rem}.lesson-section ul{margin-left:1.25rem}.lesson-section li+li{margin-top:.35rem}.video-placeholder{background:linear-gradient(135deg,#4b1d76,#6b21a8);border-radius:1.25rem;padding:3.2rem 1rem;display:flex;flex-direction:column;align-items:center;color:#e5e7eb;margin-bottom:1.5rem;box-shadow:inset 0 1px #ffffff14}.video-play-icon{width:64px;height:64px;border-radius:999px;border:2px solid rgba(243,232,255,.82);display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.video-text-main{font-weight:500;margin-bottom:.25rem}.video-text-sub{font-size:.9rem;color:#9ca3af}.quiz-card{border-radius:1.1rem;border:1px solid rgba(148,163,184,.22);padding:1rem 1.25rem;background:linear-gradient(180deg,#fffffff2,#f8fafcf2);margin-bottom:1rem;box-shadow:0 12px 24px #0f172a14}.quiz-heading{font-weight:600;margin-bottom:.5rem}.quiz-question{margin-top:.5rem;font-weight:500}.quiz-options{display:flex;gap:1rem;margin-top:.75rem;flex-wrap:wrap}.quiz-option{flex:1;min-width:140px;padding:.8rem 1rem;border-radius:.75rem;border:1px solid #d1d5db;background:#f9fafb;cursor:pointer}.quiz-option:hover{background:#e5e7eb}.lesson-nav{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1.5rem;margin-top:1.5rem;border-top:1px solid rgba(148,163,184,.18)}.lesson-nav-actions{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap}.nav-btn{padding:.75rem 1.75rem;border-radius:9999px;font-size:.95rem;font-weight:600;cursor:pointer;border:none;transition:background .2s,opacity .2s,box-shadow .2s;white-space:nowrap}.nav-btn:disabled{opacity:.4;cursor:not-allowed}.nav-btn-secondary{background:#e5e7eb;color:#374151}.nav-btn-secondary:hover:not(:disabled){background:#d1d5db}.nav-btn-primary{background:linear-gradient(135deg,var(--theme-accent),var(--theme-accent-strong));color:#fff;box-shadow:0 2px 8px #7e22ce59}.nav-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#a855f7,var(--theme-accent));box-shadow:0 4px 12px #7e22ce73}.nav-btn-done{background:#eef2ff;color:#4f46e5;border:1px solid #c7d2fe}.nav-btn-done:hover:not(:disabled){background:#e0e7ff}@media(max-width:900px){:root{--lesson-panel-height: 80vh;--modules-height: 70vh}.lesson-layout{grid-template-columns:1fr}.lesson-sidebar,.lesson-content{border-radius:1.25rem}.lesson-sidebar,.lesson-content{height:32rem;min-height:32rem;max-height:32rem}.lesson-header-progress{text-align:left}.lesson-content-hero{flex-direction:column}.course-hero-main,.course-hero-stats,.course-hero-clean-grid{grid-template-columns:1fr}.stat-visual-layout{align-items:flex-start}.app-header-bar{flex-direction:column;align-items:flex-start}.app-header-logo{width:30px;height:30px}.course-section-head{flex-direction:column;align-items:flex-start}.course-module-grid{grid-template-columns:1fr}.module-card{flex-direction:column}}@media(max-width:768px){.course-card{flex-direction:column}.course-icon{width:100px;height:100px}.course-page-root{padding:1rem}.course-hero-main-title{max-width:none}.stat-visual-layout{flex-direction:column}.stat-card-topline,.module-card-top,.locked-card-clean{flex-direction:column;align-items:flex-start}.lesson-page-root{padding:1rem}.lesson-content-shell{padding:1.1rem}.lesson-nav{flex-wrap:wrap}.lesson-sidebar,.lesson-content{height:28rem;min-height:28rem;max-height:28rem}}.mcq{margin-top:12px}.mcq-question{margin:10px 0;font-weight:650}.mcq-options{display:grid;gap:10px}.mcq-option{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff05;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease}.mcq-option:hover{transform:translateY(-1px);background:#ffffff0a}.mcq-option input{margin-top:2px}.mcq-opt-muted{opacity:.55}.mcq-opt-correct{border-color:#22c55e8c;background:#22c55e1a}.mcq-opt-wrong{border-color:#ef44448c;background:#ef44441a}.mcq-feedback{margin-top:12px;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#0000002e}.mcq-ok{border-color:#22c55e8c}.mcq-no{border-color:#ef44448c}.mcq-feedback-title{font-weight:700;margin-bottom:6px}.mcq-feedback-body{opacity:.92;line-height:1.45}.assess{margin-top:10px}.assess-top{display:flex;justify-content:space-between;gap:14px;align-items:flex-start;padding:14px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff08}.assess-title{font-weight:800;font-size:1.05rem}.assess-subtitle{opacity:.75;margin-top:4px}.assess-actions{display:flex;gap:10px}.assess-callout{margin-top:12px;padding:12px;border-radius:12px;border:1px solid rgba(245,158,11,.45);background:#f59e0b14;opacity:.95}.assess-result{margin-top:12px;padding:14px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#0000002e}.assess-result.pass{border-color:#22c55e8c}.assess-result.fail{border-color:#ef44448c}.assess-result-main{display:flex;align-items:center;gap:12px}.assess-result-score{font-size:2rem;font-weight:900;line-height:1}.assess-result-status{font-weight:800}.assess-result-meta{opacity:.8;margin-top:2px}.assess-list{margin-top:16px;display:grid;gap:14px}.assess-q{padding:14px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff05}.assess-q-head{display:flex;gap:10px;align-items:baseline;margin-bottom:10px}.assess-q-num{opacity:.7;font-weight:700;min-width:36px}.assess-q-prompt{font-weight:650}.assess-opts{display:grid;gap:10px}.assess-opt{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff05;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease}.assess-opt:hover{transform:translateY(-1px);background:#ffffff0a}.assess-opt input{margin-top:2px}.assess-opt.opt-muted{opacity:.55}.assess-opt.opt-correct{border-color:#22c55e8c;background:#22c55e1a}.assess-opt.opt-wrong{border-color:#ef44448c;background:#ef44441a}.assess-feedback{margin-top:12px;padding:12px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#0000002e}.assess-feedback.ok{border-color:#22c55e8c}.assess-feedback.no{border-color:#ef44448c}.assess-feedback-title{font-weight:800;margin-bottom:6px}.assess-feedback-body{opacity:.92;line-height:1.45}.assess-divider{margin-top:14px;height:1px;background:#ffffff0f}.assess-actions-bottom{margin-top:16px;display:flex;justify-content:flex-end;gap:10px}.premium-page-root{min-height:100vh;color:#f8fafc;background:var(--theme-bg-soft);background-size:48px 48px,auto}.premium-hero{min-height:calc(100vh - 10rem);max-width:1500px;margin:0 auto;padding:1rem 3rem 3rem;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);gap:3rem;align-items:center}.premium-copy{max-width:44rem}.premium-pill{display:inline-flex;align-items:center;padding:.45rem .8rem;border-radius:999px;background:#ffffff24;border:1px solid rgba(255,255,255,.18);color:#f3e8ff;font-size:.88rem;font-weight:700;margin-bottom:1.6rem}.premium-title{font-size:clamp(2rem,4vw,3.2rem);line-height:1.08;margin-bottom:1rem;max-width:14ch}.premium-subtitle{font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.55;color:#f1f5f9e0;max-width:30rem}.premium-cta-row{display:flex;flex-wrap:wrap;gap:1rem;margin:2rem 0 2.6rem}.premium-primary-btn,.premium-secondary-btn{border-radius:1rem;padding:.95rem 1.6rem;font-size:1rem;font-weight:700;border:1px solid transparent;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.premium-primary-btn{background:linear-gradient(135deg,var(--theme-accent) 0%,var(--theme-accent-strong) 100%);color:#fff;box-shadow:0 18px 34px #5b21b647}.premium-secondary-btn{background:#ffffff1a;color:#f8fafc;border-color:#ffffff2e}.premium-dev-btn{border-style:dashed}.premium-primary-btn:hover,.premium-secondary-btn:hover{transform:translateY(-1px)}.premium-stat-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;max-width:52rem}.premium-stat-value{font-size:2rem;font-weight:700;color:#fff}.premium-stat-label{margin-top:.25rem;color:#e2e8f0c2;font-size:.98rem}.premium-visual{display:flex;justify-content:center}.premium-chip-board{position:relative;width:min(100%,52rem);aspect-ratio:1 / .82;border-radius:1.9rem;overflow:hidden;background:linear-gradient(135deg,#ffffff24,#ffffff05),radial-gradient(circle at 50% 45%,rgba(216,180,254,.18),transparent 25%),linear-gradient(135deg,#111827,#312e81 55%,#1f2937);border:1px solid rgba(255,255,255,.18);box-shadow:0 30px 70px #0f172a59}.premium-chip-board:before,.premium-chip-board:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px);background-size:36px 36px;opacity:.35}.premium-chip{position:absolute;display:flex;align-items:center;justify-content:center;border-radius:1.4rem;background:linear-gradient(180deg,#312e81f2,#1e293bf2);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 30px #0f172a59}.premium-chip-main{inset:19% 28% 25%;font-size:clamp(3.5rem,9vw,5.8rem);font-weight:800;letter-spacing:.06em}.premium-chip-small{width:6rem;height:4rem}.chip-top-left{top:10%;left:6%}.chip-top-right{top:6%;right:10%}.chip-bottom-left{bottom:12%;left:15%}.chip-bottom-right{bottom:10%;right:12%}.premium-circuit{position:absolute;border-radius:999px;background:linear-gradient(90deg,#d8b4febf,#ffffff1a)}.premium-circuit-1{height:3px;width:30%;top:48%;left:6%}.premium-circuit-2{height:3px;width:24%;top:25%;right:10%}.premium-circuit-3{width:3px;height:22%;right:44%;bottom:8%}.premium-payment-root{background:linear-gradient(180deg,#ffffff14,#ffffff05),var(--theme-bg)}.payment-layout{max-width:1180px;margin:0 auto;padding:1rem 2rem 3rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;align-items:start}.payment-card{background:var(--theme-surface);color:var(--theme-text);border-radius:1.5rem;padding:1.7rem;box-shadow:0 22px 50px #0f172a38}.payment-card h2{font-size:1.55rem;margin-bottom:.85rem}.payment-plan-group+.payment-plan-group{margin-top:1.35rem}.payment-plan-group-title{margin-bottom:1rem;color:#f8e8ff;font-size:1rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;text-shadow:0 10px 24px rgba(15,23,42,.28)}.payment-business-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.95rem;align-items:start}.payment-plan-card{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;border:1px solid rgba(216,220,232,.85);border-radius:1.35rem;background:linear-gradient(180deg,#fffffffa,#f9f5fff2),linear-gradient(135deg,#a855f714,#fff0);padding:1.25rem;cursor:pointer;box-shadow:0 18px 40px #0f172a24;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.payment-plan-card:hover{transform:translateY(-2px);border-color:#c084fc;box-shadow:0 20px 38px #4c1d952e}.payment-plan-card.selected{border-color:var(--theme-accent);background:linear-gradient(180deg,#a855f729,#fffffffa),linear-gradient(135deg,#7c3aed1f,#fff0);box-shadow:0 20px 40px #6d28d933}.payment-plan-card-top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.payment-plan-name,.payment-plan-tier{font-size:1.2rem;font-weight:700;color:#1e293b}.payment-plan-audience{margin-top:.35rem;color:#6b7280;font-size:.94rem;font-weight:700}.payment-plan-price{color:#6d28d9;font-size:1.35rem;font-weight:800;white-space:nowrap}.payment-plan-price-business{margin-top:.55rem}.payment-plan-copy{margin-top:.85rem;color:#475569;line-height:1.6}.payment-plan-price-label{margin-top:.8rem;color:#7c3aed;font-size:.9rem;font-weight:700}.payment-plan-benefits{margin:1rem 0 0 1.1rem;color:#334155;line-height:1.7;flex:1}.payment-plan-benefits li+li{margin-top:.4rem}.premium-pricing-root{background:linear-gradient(180deg,#ffffff14,#ffffff05),var(--theme-bg)}.pricing-layout{max-width:1180px;margin:0 auto;padding:1rem 2rem 3rem}.pricing-hero-card{margin-bottom:1.8rem;padding:1.6rem 1.7rem;border-radius:1.6rem;background:#ffffff14;border:1px solid rgba(255,255,255,.12);color:#f8fafc;box-shadow:0 20px 50px #0f172a33}.pricing-title{margin:.9rem 0 .85rem;font-size:clamp(2rem,3vw,3rem);line-height:1.1}.pricing-copy{max-width:48rem;color:#f1f5f9db;font-size:1.05rem;line-height:1.7}.pricing-section+.pricing-section{margin-top:1.5rem}.pricing-section{padding:1.3rem;border-radius:1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 50px #0f172a1f}.pricing-single-grid{display:grid;grid-template-columns:minmax(0,1fr)}.pricing-business-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.pricing-plan-card{min-height:100%}.pricing-continue-link{display:inline-flex;align-items:center;margin-top:1rem;color:#7c3aed;font-size:.95rem;font-weight:700}.premium-business-root{background:radial-gradient(circle at 8% 12%,#ffffff1f,#fff0 38%),radial-gradient(circle at 92% 88%,#c4b5fd2e,#c4b5fd00 42%),var(--theme-bg)}.business-dashboard-layout{max-width:1240px;margin:0 auto;padding:1rem 2rem 3rem;display:grid;gap:1.25rem}.business-checkout-btn{padding:.65rem 1.05rem;border-radius:.9rem}.business-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.business-kpi-card{padding:1rem 1.1rem;border-radius:1.1rem;background:#ffffffeb;color:#0f172a;border:1px solid rgba(224,231,255,.82);box-shadow:0 16px 34px #0f172a24}.business-kpi-label{color:#64748b;font-size:.84rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.business-kpi-value{margin-top:.5rem;font-size:2rem;line-height:1;font-weight:800;color:#1e1b4b}.business-kpi-sub{margin-top:.55rem;color:#475569;font-size:.92rem}.business-panel-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:1rem}.business-panel{padding:1.15rem 1.2rem;border-radius:1.15rem;background:#fffffff2;color:#0f172a;border:1px solid rgba(226,232,240,.95);box-shadow:0 18px 40px #0f172a24}.business-panel h2{font-size:1.35rem;margin:0}.business-panel-title-row{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.business-panel-copy{margin:.6rem 0 0;color:#64748b;line-height:1.6}.business-pill{padding:.35rem .7rem;border-radius:999px;background:#7c3aed24;color:#6d28d9;font-size:.8rem;font-weight:700}.business-muted-text{color:#64748b;font-size:.9rem;font-weight:600}.business-invite-form{display:grid;grid-template-columns:1fr;gap:.7rem;margin-top:1rem;align-items:stretch}.business-input{padding:.9rem .95rem;border:1px solid #dbe1ee;border-radius:.85rem;background:#f8fafc;font-size:.98rem}.business-input:focus{outline:2px solid rgba(124,58,237,.25);border-color:#c4b5fd}.business-invite-btn{padding:.9rem 1rem;border:0;border-radius:.85rem;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;font-weight:700;cursor:pointer;width:100%}.business-error-text{margin-top:.6rem;color:#dc2626;font-size:.9rem;font-weight:600}.business-pending-list{margin-top:.9rem;display:flex;flex-wrap:wrap;gap:.55rem}.business-pending-item{padding:.35rem .65rem;border-radius:999px;background:#eef2ff;color:#4338ca;font-size:.82rem;font-weight:600}.business-chart-block{margin-top:1rem}.business-chart-title{margin-bottom:.5rem;color:#334155;font-size:.93rem;font-weight:700}.business-module-chart{display:grid;gap:.55rem}.business-module-row{display:grid;grid-template-columns:2.1rem minmax(0,1fr) 2.2rem;align-items:center;gap:.6rem;color:#475569;font-size:.86rem;font-weight:700}.business-module-track{height:.54rem;border-radius:999px;background:#e2e8f0;overflow:hidden}.business-module-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#8b5cf6,#6366f1)}.business-activity-bars{height:120px;margin-top:.35rem;display:flex;gap:.6rem;align-items:flex-end}.business-activity-column{flex:1;display:flex;flex-direction:column;align-items:center;gap:.35rem;color:#64748b;font-size:.78rem;font-weight:700}.business-activity-value{width:100%;border-radius:.65rem .65rem .3rem .3rem;background:linear-gradient(180deg,#a78bfa,#6366f1)}.business-table-wrap{margin-top:.9rem;overflow-x:auto}.business-progress-table{width:100%;border-collapse:collapse;min-width:760px}.business-progress-table th{text-align:left;padding:.7rem .55rem;color:#64748b;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase;border-bottom:1px solid #e2e8f0}.business-progress-table td{padding:.78rem .55rem;border-bottom:1px solid #eef2f7;color:#1e293b;font-size:.94rem}.business-employee-name{font-weight:700}.business-employee-email{margin-top:.2rem;color:#64748b;font-size:.82rem}.business-row-progress{display:flex;align-items:center;gap:.6rem}.business-row-progress-track{width:110px;height:.5rem;background:#e2e8f0;border-radius:999px;overflow:hidden}.business-row-progress-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#6366f1)}.business-status-pill{display:inline-flex;align-items:center;padding:.25rem .55rem;border-radius:999px;font-size:.78rem;font-weight:700}.business-status-pill.is-track{background:#dcfce7;color:#166534}.business-status-pill.is-risk{background:#fee2e2;color:#991b1b}.business-status-pill.is-complete{background:#ddd6fe;color:#5b21b6}.business-leaderboard{margin-top:.9rem;display:grid;gap:.7rem}.business-leader-item{padding:.78rem .85rem;border-radius:.95rem;border:1px solid #e2e8f0;background:#f8fafc;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:.7rem}.business-rank{width:1.9rem;height:1.9rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#ede9fe;color:#6d28d9;font-size:.8rem;font-weight:800}.business-leader-score{color:#4c1d95;font-size:1rem;font-weight:800}.payment-course-title{font-size:1.45rem;font-weight:700;margin-bottom:.5rem}.payment-course-copy{color:#64748b;line-height:1.55}.payment-divider{height:1px;background:#e2e8f0;margin:1.4rem 0}.payment-line-item{display:flex;justify-content:space-between;gap:1rem;padding:.65rem 0;font-size:1rem}.payment-line-total{border-top:1px solid #e2e8f0;margin-top:.4rem;padding-top:.95rem;font-size:1.25rem;font-weight:700}.payment-includes-box{margin-top:1.6rem;background:#f8fafc;border-radius:1.15rem;padding:1.15rem 1.1rem;border:1px solid #e2e8f0}.payment-includes-title{font-size:1.1rem;font-weight:700;margin-bottom:.8rem}.payment-include-item{color:#334155;line-height:1.7}.payment-label{display:block;font-weight:600;margin-top:1.1rem}.payment-input{width:100%;margin-top:.45rem;padding:.95rem 1rem;border-radius:.85rem;border:1px solid #e2e8f0;background:#f1f5f9;font-size:1rem;color:#64748b}.payment-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.payment-security-box{margin-top:1.35rem;padding:1rem 1.1rem;border-radius:1rem;border:1px solid #d8b4fe;background:#faf5ff;color:#7e22ce;line-height:1.55}.payment-submit-btn{width:100%;margin-top:1.4rem;padding:1rem 1.2rem;border-radius:.95rem;border:none;background:linear-gradient(135deg,var(--theme-accent),var(--theme-accent-strong));color:#fff;font-size:1rem;font-weight:700;cursor:pointer}.payment-terms{margin-top:1.6rem;text-align:center;color:#64748b;line-height:1.6}.premium-curriculum-root{background:var(--theme-bg)}.curriculum-layout{max-width:1180px;margin:0 auto;padding:.5rem 2rem 3rem}.curriculum-hero{max-width:72rem;margin-bottom:2.2rem}.curriculum-copy{font-size:1.2rem;line-height:1.6;color:#f1f5f9e0;max-width:60rem}.curriculum-meta-row{display:flex;flex-wrap:wrap;gap:2rem;margin-top:1.6rem;color:#f8fafc;font-size:1.05rem;font-weight:600}.curriculum-card-stack{display:grid;gap:1.3rem;max-width:980px;margin:0 auto}.curriculum-card{background:var(--theme-surface);color:var(--theme-text);border-radius:1.35rem;padding:1.4rem 1.5rem 1.5rem;box-shadow:0 22px 50px #0f172a2e}.curriculum-card-top{display:flex;justify-content:space-between;gap:1rem;align-items:center}.curriculum-card-badges{display:flex;gap:.75rem;align-items:center}.curriculum-module-pill{padding:.35rem .75rem;border-radius:999px;background:linear-gradient(135deg,var(--theme-accent),var(--theme-accent-strong));color:#fff;font-size:.88rem;font-weight:700}.curriculum-module-time,.curriculum-module-lessons{color:#64748b;font-size:.98rem}.curriculum-module-title{font-size:1.55rem;margin:1rem 0 1.3rem}.curriculum-objectives-title{font-size:1.05rem;font-weight:600;margin-bottom:.7rem}.curriculum-objectives{margin-left:1.25rem;color:#334155;line-height:1.8}@media(max-width:1100px){.premium-hero{grid-template-columns:1fr;padding:1.5rem 2rem 3rem}.premium-copy{max-width:none}.payment-layout,.payment-business-grid,.pricing-business-grid{grid-template-columns:1fr}.team-grid-founders{grid-template-columns:repeat(3,minmax(0,1fr))}.team-grid-professors,.business-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.business-panel-grid{grid-template-columns:1fr}}@media(max-width:768px){.premium-hero,.payment-layout,.curriculum-layout,.pricing-layout,.business-dashboard-layout{padding-left:1rem;padding-right:1rem}.premium-stat-row{grid-template-columns:repeat(2,minmax(0,1fr))}.payment-row,.curriculum-card-top,.business-kpi-grid,.business-invite-form{grid-template-columns:1fr}.curriculum-card-top{align-items:flex-start}.curriculum-card-badges{flex-wrap:wrap}.team-page-root{padding:1rem}.team-grid-founders,.team-grid-professors{grid-template-columns:1fr}}
