:root{--blue: #0422e4;--blue-hover: #0530ff;--cyan: #09f7fb;--text: #f7fbff;--text-soft: #b5c3db;--ink: #07111f;--ink-soft: #5f708c;--bg: #000000;--glass-bg: rgba(8, 17, 31, .88);--border: rgba(255, 255, 255, .1);--surface: rgba(255, 255, 255, .06);--surface-strong: rgba(255, 255, 255, .08);--surface-soft: rgba(255, 255, 255, .05);--surface-border: rgba(255, 255, 255, .12);--surface-shadow: 0 24px 70px rgba(0, 0, 0, .28);--danger: #ef4444;--success: #22c55e;--line: rgba(255, 255, 255, .08);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 10px}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%}body{font-family:itc-avant-garde-gothic-pro,sans-serif;background:radial-gradient(circle at top left,rgba(9,247,251,.12),transparent 32%),radial-gradient(circle at 85% 10%,rgba(4,34,228,.15),transparent 26%),linear-gradient(180deg,#000,#000);color:var(--text);line-height:1.5;overflow-x:hidden}body:before,body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:-2}body:before{opacity:.08;background-image:linear-gradient(rgba(9,247,251,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(9,247,251,.1) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(180deg,#000000d9,#0000001f);mask-image:linear-gradient(180deg,#000000d9,#0000001f)}body:after{z-index:-1;opacity:.05;background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.65) .6px,transparent .8px),radial-gradient(circle at 70% 40%,rgba(255,255,255,.45) .6px,transparent .8px),radial-gradient(circle at 40% 85%,rgba(255,255,255,.4) .6px,transparent .8px);background-size:180px 180px,240px 240px,220px 220px}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}.app-root{min-height:100vh}.app-shell-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:radial-gradient(circle at top left,rgba(9,247,251,.12),transparent 28%),radial-gradient(circle at 88% 12%,rgba(4,34,228,.18),transparent 30%),#000}.loading-mark{width:18px;height:18px;border-radius:999px;background:var(--cyan);box-shadow:0 0 24px #09f7fb66;margin-right:12px;animation:pulse 1.2s ease-in-out infinite}.state-card{width:min(560px,100%);background:var(--surface);border:1px solid var(--surface-border);border-radius:20px;padding:24px}@keyframes pulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.25);opacity:1}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.student-dashboard .surface,.student-dashboard .content-card,.student-dashboard .group-card,.student-dashboard .program-row,.student-dashboard .timeline-card,.student-dashboard .recorded-course-card,.student-dashboard .todo-card{animation:fadeSlideUp .5s cubic-bezier(.2,.8,.2,1) both}.student-dashboard .program-list .program-row:nth-child(1),.student-dashboard .group-grid .group-card:nth-child(1),.student-dashboard .recorded-course-grid .recorded-course-card:nth-child(1),.student-dashboard .card-list .content-card:nth-child(1),.student-dashboard .timeline-list .timeline-card:nth-child(1){animation-delay:.05s}.student-dashboard .program-list .program-row:nth-child(2),.student-dashboard .group-grid .group-card:nth-child(2),.student-dashboard .recorded-course-grid .recorded-course-card:nth-child(2),.student-dashboard .card-list .content-card:nth-child(2),.student-dashboard .timeline-list .timeline-card:nth-child(2){animation-delay:.1s}.student-dashboard .program-list .program-row:nth-child(3),.student-dashboard .group-grid .group-card:nth-child(3),.student-dashboard .recorded-course-grid .recorded-course-card:nth-child(3),.student-dashboard .card-list .content-card:nth-child(3),.student-dashboard .timeline-list .timeline-card:nth-child(3){animation-delay:.15s}.student-dashboard .program-list .program-row:nth-child(4),.student-dashboard .group-grid .group-card:nth-child(4),.student-dashboard .recorded-course-grid .recorded-course-card:nth-child(4),.student-dashboard .card-list .content-card:nth-child(4),.student-dashboard .timeline-list .timeline-card:nth-child(4){animation-delay:.2s}.student-dashboard .program-list .program-row:nth-child(5),.student-dashboard .group-grid .group-card:nth-child(5),.student-dashboard .recorded-course-grid .recorded-course-card:nth-child(5),.student-dashboard .card-list .content-card:nth-child(5),.student-dashboard .timeline-list .timeline-card:nth-child(5){animation-delay:.25s}.student-dashboard .program-list .program-row:nth-child(n+6),.student-dashboard .group-grid .group-card:nth-child(n+6),.student-dashboard .recorded-course-grid .recorded-course-card:nth-child(n+6),.student-dashboard .card-list .content-card:nth-child(n+6),.student-dashboard .timeline-list .timeline-card:nth-child(n+6){animation-delay:.3s}.portal-login-root{position:relative;min-height:100vh;width:100%;background:var(--bg);display:flex;align-items:center;justify-content:center}.portal-bg-glows{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top left,rgba(9,247,251,.14),transparent 34%),radial-gradient(circle at 88% 12%,rgba(4,34,228,.24),transparent 30%)}.portal-bg-grid{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;opacity:.08;background-image:linear-gradient(rgba(9,247,251,.16) 1px,transparent 1px),linear-gradient(90deg,rgba(9,247,251,.16) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(180deg,#000000e0,#00000029);mask-image:linear-gradient(180deg,#000000e0,#00000029)}.portal-bg-blob-1,.portal-bg-blob-2{position:absolute;border-radius:50%;pointer-events:none}.portal-bg-blob-1{left:6%;top:100px;width:300px;height:300px;background:#a5f3fc1a;filter:blur(80px)}.portal-bg-blob-2{bottom:-5%;right:10%;width:400px;height:400px;background:#0422e433;filter:blur(100px)}.portal-login-container{position:relative;z-index:10;width:100%;max-width:1180px;margin:0 auto;padding:32px 20px;display:grid;grid-template-columns:1fr;align-items:center;gap:40px;opacity:0;transform:translateY(16px);transition:all .7s ease-out}.portal-login-container.mounted{opacity:1;transform:translateY(0)}@media (min-width: 1024px){.portal-login-container{grid-template-columns:1.05fr .95fr;padding:32px;gap:80px}}.portal-info-side{display:none}@media (min-width: 1024px){.portal-info-side{display:block}}.portal-brand-box{margin-bottom:48px}.portal-logo-img{width:178px;height:auto}.portal-badge{display:inline-flex;align-items:center;gap:12px;font-size:11px;font-weight:800;letter-spacing:.22em;color:var(--cyan);text-transform:uppercase;margin-bottom:20px}.portal-badge-line{height:1px;width:36px;background:linear-gradient(90deg,rgba(9,247,251,.2),var(--cyan))}.portal-hero-title{font-size:clamp(3rem,5vw,5rem);font-weight:900;line-height:.94;letter-spacing:-.05em;margin-bottom:28px}.portal-hero-desc{font-size:16px;line-height:1.8;color:var(--text-soft);max-width:560px;margin-bottom:36px}.portal-features-grid{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:56px}.portal-feature-pill{display:inline-flex;align-items:center;gap:10px;padding:10px 18px;background:#ffffff0d;border:1px solid var(--border);border-radius:999px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 10px 30px #0003;opacity:0;transform:translateY(10px);animation:slideIn .5s forwards}@keyframes slideIn{to{opacity:1;transform:translateY(0)}}.portal-stats-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;max-width:520px}.portal-stat-card{padding:16px;background:#ffffff0a;border:1px solid var(--border);border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.portal-stat-val{font-size:24px;font-weight:900}.portal-stat-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#fff6;margin-top:4px}.portal-form-side{width:100%;max-width:460px;margin:0 auto}.portal-glass-card{position:relative;background:#ffffff0f;border:1px solid var(--border);border-radius:28px;padding:1px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 30px 90px #0000006b;overflow:hidden}.portal-card-shimmer{position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(9,247,251,.7),transparent)}.portal-card-inner{background:linear-gradient(180deg,#08111fe0,#03060eeb);border-radius:27px;padding:32px}.portal-mobile-logo{display:flex;justify-content:center;margin-bottom:32px}@media (min-width: 1024px){.portal-mobile-logo{display:none}}.portal-mobile-logo img{width:164px;height:auto}.portal-form-header{margin-bottom:32px}.portal-icon-box{width:48px;height:48px;background:var(--blue);color:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;box-shadow:0 14px 36px #0422e45c}.portal-eyebrow{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.22em;color:var(--cyan);margin-bottom:12px}.portal-form-header h2{font-size:32px;font-weight:900;letter-spacing:-.04em;line-height:1.1}.portal-sub{font-size:14px;color:var(--text-soft);margin-top:12px}.portal-error-box{display:flex;gap:12px;background:#ef44441a;border:1px solid rgba(239,68,68,.25);padding:14px 16px;border-radius:16px;margin-bottom:24px}.portal-error-dot{width:28px;height:28px;background:var(--danger);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:900;flex-shrink:0}.portal-error-content strong{display:block;font-size:13px;color:#fee2e2}.portal-error-content p{font-size:12px;color:#fee2e2bf;margin-top:2px}.portal-actual-form{display:flex;flex-direction:column;gap:20px}.portal-input-group label{display:block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.16em;color:#ffffff73;margin-bottom:8px}.portal-input-wrapper{position:relative;display:flex;align-items:center}.portal-input-icon{position:absolute;left:0;inset-block:0;width:48px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;color:#b5c3dbc7;border-radius:12px 0 0 12px;transition:all .2s}.portal-input-wrapper.focused .portal-input-icon{background:var(--blue);color:#fff}.portal-input-wrapper input{width:100%;height:48px;background:#ffffff0b;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:0 16px 0 60px;color:#fff;font-size:14px;outline:none;transition:all .2s}.portal-input-wrapper.focused input{border-color:#09f7fb80;box-shadow:0 0 0 3px #09f7fb14}.portal-toggle-pass{position:absolute;right:14px;background:none;border:none;color:#ffffff73;font-size:11px;font-weight:700;cursor:pointer;text-transform:uppercase}.portal-submit-btn,.primary-button{height:48px;background:var(--blue);color:#fff;border:none;border-radius:12px;font-weight:800;font-size:14px;display:inline-flex;align-items:center;justify-content:center;gap:10px;cursor:pointer;transition:all .2s;box-shadow:0 14px 36px #0422e452,0 0 0 1px #ffffff1a inset;position:relative;overflow:hidden;animation:btn-pulse 2.4s ease-in-out infinite}.portal-submit-btn:hover,.primary-button:hover{background:var(--blue-hover);transform:translateY(-1px);animation:none}.portal-submit-btn:disabled,.primary-button:disabled{opacity:.5;cursor:not-allowed;transform:none;animation:none}.portal-submit-btn:after,.primary-button:after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:btn-shimmer 2.2s ease-in-out infinite;pointer-events:none}@keyframes btn-shimmer{0%{transform:translate(-100%) skew(-15deg)}to{transform:translate(250%) skew(-15deg)}}@keyframes btn-pulse{0%,to{box-shadow:0 14px 36px #0422e452,0 0 0 1px #ffffff1a inset,0 0 #0422e440}50%{box-shadow:0 14px 42px #0422e480,0 0 0 1px #ffffff24 inset,0 0 0 8px #0422e400}}.secondary-button,.ghost-icon-button{border:1px solid var(--surface-border);background:#ffffff0d;color:var(--text);border-radius:var(--radius-md);cursor:pointer;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:var(--surface-shadow)}.secondary-button{height:44px;padding:0 16px;display:inline-flex;align-items:center;gap:8px}.ghost-icon-button{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center}.portal-card-footer{margin-top:32px;text-align:center}.portal-card-footer p{display:flex;align-items:center;justify-content:center;gap:8px;font-size:11px;color:#fff6}.portal-divider{height:1px;background:#ffffff1a;margin:24px 0}.assistant-greeting{position:fixed;right:100px;bottom:28px;width:min(280px,calc(100vw - 128px));padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.12);background:#08111feb;box-shadow:0 22px 48px #00000057,inset 0 1px #ffffff14;z-index:24;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);animation:assistantGreetingOut 6.5s ease forwards}.assistant-greeting strong{display:block;font-size:13px;color:var(--text)}.assistant-greeting p{margin-top:6px;font-size:13px;color:var(--text-soft)}.assistant-widget{position:fixed;right:24px;bottom:24px;width:min(360px,calc(100vw - 32px));height:min(560px,calc(100dvh - 48px));padding:16px;border-radius:22px;border:1px solid rgba(255,255,255,.12);background:#08111ff5;box-shadow:0 28px 64px #0000006b,inset 0 1px #ffffff14;z-index:26;display:flex;flex-direction:column;gap:12px;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);overflow:hidden;transform-origin:bottom right;animation:assistantWidgetIn .24s ease-out}.assistant-widget.closing{animation:assistantWidgetOut .22s ease-in forwards;pointer-events:none}.assistant-widget-header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.assistant-widget-title{display:flex;align-items:center;gap:12px;min-width:0}.assistant-widget-title strong{display:block;color:var(--text);font-size:15px}.assistant-widget-title p{margin-top:2px;color:var(--text-soft);font-size:12px;overflow-wrap:anywhere}.assistant-widget-close{color:var(--text)}.assistant-message-list{flex:1;min-height:0;max-height:none;padding-right:4px}.assistant-widget .assistant-banner{margin-bottom:0;padding:10px 12px;border-radius:14px;font-size:12px;line-height:1.45}.assistant-widget .message-bubble{max-width:88%;padding:12px;border-radius:14px}.assistant-widget .message-bubble header{gap:8px;margin-bottom:6px;font-size:11px}.assistant-widget .message-bubble p{font-size:13px;line-height:1.45}.assistant-composer{display:grid;grid-template-columns:minmax(0,1fr) 48px;gap:10px;align-items:end;margin-top:auto;flex:0 0 auto}.assistant-composer textarea{width:100%;min-height:52px;max-height:96px;resize:none;background:#ffffff0b;color:var(--text);border:1px solid var(--surface-border);border-radius:14px;padding:13px 14px;outline:none}.assistant-composer textarea:focus{border-color:#09f7fb80;box-shadow:0 0 0 3px #09f7fb14}.assistant-send-button{width:48px;height:52px;border:0;border-radius:14px;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 14px 28px #0422e44d;flex:0 0 auto}.assistant-send-button:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.student-dashboard{min-height:100vh;display:grid;grid-template-columns:280px 1fr;background:transparent}.assistant-fab{position:fixed;right:24px;bottom:18px;width:64px;height:86px;border:0;border-radius:0;background:transparent;box-shadow:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:25;transition:transform .2s ease,filter .2s ease;padding:0;animation:assistantFloat 3.2s ease-in-out infinite}.assistant-fab:hover,.assistant-fab.active{transform:scale(1.03);filter:brightness(1.03);animation-play-state:paused}.assistant-fab:active{transform:scale(.94);filter:brightness(1.08)}.assistant-fab-avatar{width:64px;height:86px;border-radius:0;object-fit:contain;display:block;background:transparent;padding:0;box-shadow:none;filter:drop-shadow(0 12px 24px rgba(0,0,0,.36)) drop-shadow(0 0 18px rgba(255,255,255,.3)) drop-shadow(0 0 28px rgba(9,247,251,.22))}@keyframes assistantFloat{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(-1deg)}}@keyframes assistantWidgetIn{0%{opacity:0;transform:translateY(18px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes assistantWidgetOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(18px) scale(.94)}}@keyframes assistantGreetingOut{0%,68%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px);visibility:hidden;pointer-events:none}}.dashboard-sidebar{border-right:1px solid rgba(255,255,255,.06);background:#0505058c;padding:24px 18px;display:flex;flex-direction:column;gap:24px;position:sticky;top:0;min-height:100vh;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);box-shadow:0 24px 60px #0006,inset 0 1px #ffffff14}.sidebar-brand{display:flex;align-items:center;gap:12px}.sidebar-logo{width:44px;height:44px;object-fit:contain}.sidebar-brand strong{display:block;font-size:14px;letter-spacing:.01em}.sidebar-brand span{display:block;font-size:11px;color:var(--text-soft);word-break:break-word}.sidebar-nav,.sidebar-groups{display:flex;flex-direction:column;gap:8px}.sidebar-link,.group-chip{border:1px solid transparent;background:transparent;color:var(--text-soft);text-align:left;border-radius:12px;cursor:pointer;transition:all .2s}.sidebar-link{display:flex;align-items:center;gap:10px;padding:12px 14px}.nav-avatar-icon{width:18px;height:18px;border-radius:999px;object-fit:cover;flex:0 0 auto}.sidebar-link.active,.sidebar-link:hover,.group-chip.active,.group-chip:hover{background:var(--surface);color:var(--text);border-color:#09f7fb33;box-shadow:0 0 24px #09f7fb14}.sidebar-caption{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#ffffff73}.group-chip{padding:10px 12px;font-size:13px}.sidebar-empty{font-size:13px;color:var(--text-soft)}.sidebar-link.logout{margin-top:auto}.dashboard-main{padding:28px 30px;display:flex;flex-direction:column;gap:20px}.dashboard-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px;background:#0505058c;border:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.1);border-radius:14px;backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px);box-shadow:0 24px 60px #0006,inset 0 1px #ffffff14}.dashboard-topbar h1{font-size:30px;line-height:1;letter-spacing:-.03em}.dashboard-topbar p{margin-top:8px;color:var(--text-soft)}.topbar-actions{display:flex;gap:12px}.surface{background:var(--surface);border:1px solid var(--surface-border);border-radius:var(--radius-lg);padding:20px;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:var(--surface-shadow)}.surface h1,.surface h2,.surface h3,.surface strong{color:var(--text)}.surface-badge,.badge{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;background:transparent;color:var(--cyan)}.surface-badge:before{content:"";width:24px;height:1px;margin-right:10px;background:linear-gradient(90deg,#09f7fb26,#09f7fbbf)}.badge-active{background:#22c55e29;color:#86efac}.overview-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.today-card{min-width:190px;padding:16px 20px;border-radius:12px;border:1px solid rgba(9,247,251,.16);background:#09f7fb12;text-align:right}.today-card span{display:block;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--cyan)}.today-card strong{display:block;margin-top:6px;font-size:14px;line-height:1.35}.overview-hero h1{margin-top:14px;font-size:clamp(2.2rem,3vw,3rem);line-height:1;letter-spacing:-.04em}.overview-hero p{margin-top:14px;max-width:720px;color:var(--text-soft)}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat-card span{display:block;font-size:12px;color:var(--text-soft)}.stat-card strong{display:block;font-size:28px;margin-top:8px}.dashboard-grid{display:grid;gap:24px}.section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.section-header h2{font-size:20px}.section-header p{color:var(--text-soft)}.card-list,.timeline-list,.todo-list,.group-grid,.message-list,.quiz-questions{display:flex;flex-direction:column;gap:12px}.content-card,.timeline-card,.todo-card,.group-card,.message-bubble,.quiz-question{background:#fffffff5;border:1px solid rgba(255,255,255,.68);border-radius:8px;padding:20px;box-shadow:0 18px 34px #00000029,inset 0 1px #ffffffbf}.card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.card-heading h3,.timeline-card h3,.todo-card h3,.group-card h3{font-size:16px;color:var(--ink)}.card-heading p,.timeline-card p,.group-card p,.todo-card span,.card-copy,.card-meta{color:var(--ink-soft)}.card-copy{margin-top:12px;max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap;line-height:1.55}.card-meta{display:inline-block;margin-top:12px;font-size:12px}.progress-row{margin-top:14px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px}.progress-track{height:10px;border-radius:999px;background:#ffffff14;overflow:hidden}.progress-fill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--cyan))}.timeline-card{display:flex;justify-content:space-between;gap:16px}.timeline-meta{display:flex;flex-direction:column;gap:6px;font-size:13px;text-align:right;color:var(--ink-soft)}.group-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.group-card{cursor:pointer}.course-access-card{overflow:hidden;padding:0}.course-access-card .card-heading,.course-access-card .card-copy,.course-access-card .link-pills{margin-left:16px;margin-right:16px}.course-access-card .card-heading{margin-top:16px}.course-access-card .card-copy{margin-bottom:16px}.course-access-cover{position:relative;min-height:132px;background:linear-gradient(135deg,#0b40db,#09f7fb);background-position:center;background-size:cover}.course-access-cover:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#07111f0d,#07111f6b)}.course-access-cover span{position:absolute;z-index:1;left:12px;bottom:12px;padding:5px 9px;border-radius:999px;background:#07111fb8;color:#fff;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.group-card.active{border-color:#09f7fb66;box-shadow:0 0 0 1px #09f7fb33 inset,0 0 24px #09f7fb14}.link-pills{margin-top:14px;display:flex;gap:8px;flex-wrap:wrap}.link-pills a{display:inline-flex;align-items:center;padding:6px 10px;border-radius:999px;background:#0422e414;color:var(--ink);font-size:12px;border:1px solid rgba(4,34,228,.12)}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.settings-grid div{padding:12px;border:1px solid rgba(8,17,31,.06);border-radius:8px;background:#f8fafcb3}.settings-grid span{display:block;margin-bottom:5px;color:#64748b;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.settings-grid strong{display:block;color:#07111f;font-size:14px;overflow-wrap:anywhere}.profile-photo-row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:14px;align-items:center;margin-top:14px;padding:14px;border:1px solid rgba(8,17,31,.06);border-radius:8px;background:#f8fafcb3}.profile-photo-preview{width:64px;height:64px;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0b40db1a,#09f7fb1f);color:#0b40db;font-size:24px;font-weight:800;border:1px solid rgba(11,64,219,.12)}.profile-photo-preview img{width:100%;height:100%;object-fit:cover}.profile-photo-row p{margin-top:3px;color:#64748b;font-size:12px}.profile-upload-button{position:relative;cursor:pointer;white-space:nowrap}.profile-upload-button input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none}.settings-error{color:#b91c1c!important}.theme-option-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:14px}.theme-option{display:grid;gap:7px;min-height:126px;padding:12px;border:1px solid rgba(8,17,31,.08);border-radius:8px;background:#f8fafcc7;color:#07111f;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.theme-option:hover,.theme-option.active{border-color:#0b40db57;box-shadow:0 8px 20px #0b40db14;transform:translateY(-1px)}.theme-option small{color:#64748b;font-size:12px;line-height:1.35}.theme-swatch{display:block;width:100%;height:42px;border-radius:6px;border:1px solid rgba(8,17,31,.08)}.theme-swatch-light{background:linear-gradient(135deg,#fff,#f8fafc 52%,#dbeafe)}.theme-swatch-dark{background:radial-gradient(circle at 18% 18%,rgba(9,247,251,.25),transparent 30%),radial-gradient(circle at 84% 18%,rgba(4,34,228,.34),transparent 34%),linear-gradient(135deg,#000,#050505)}.todo-create{display:grid;grid-template-columns:1.2fr 1fr auto;gap:12px;margin-bottom:18px}.todo-create input,.composer textarea,.quiz-question textarea,.modal-card textarea,.modal-card input{width:100%;background:#ffffff0b;color:var(--text);border:1px solid var(--surface-border);border-radius:var(--radius-md);padding:12px 14px;outline:none}.todo-create input:focus,.composer textarea:focus,.quiz-question textarea:focus,.modal-card textarea:focus,.modal-card input:focus{border-color:#09f7fb80;box-shadow:0 0 0 3px #09f7fb14}.todo-card{display:grid;grid-template-columns:auto 1fr auto;gap:14px;align-items:flex-start}.todo-card.done{opacity:.72}.todo-check{width:28px;height:28px;border-radius:8px;border:1px solid var(--surface-border);background:transparent;color:var(--text);cursor:pointer}.todo-body p{margin-top:4px;color:var(--ink-soft)}.todo-body span{display:inline-block;margin-top:8px;font-size:12px}.message-list{min-height:260px;max-height:520px;overflow:auto}.message-bubble{max-width:76%}.message-bubble header{display:flex;gap:12px;align-items:center;justify-content:space-between;font-size:12px;margin-bottom:8px;color:var(--text-soft)}.message-bubble.mine{margin-left:auto;background:#e3eafffa;border-color:#0422e41f}.message-bubble.support{border-color:#09f7fb2e}.message-bubble header,.message-bubble p{color:var(--ink)}.message-bubble header span{color:var(--ink-soft)}.composer{margin-top:18px;display:flex;flex-direction:column;gap:12px;background:#ffffffb3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.05);border-radius:24px;padding:14px;box-shadow:0 10px 30px #0000000a;transition:all .3s cubic-bezier(.4,0,.2,1)}.composer:focus-within{background:#fff;border-color:#0422e426;box-shadow:0 12px 40px #0b142a14;transform:translateY(-2px)}.composer textarea{width:100%;min-height:80px;resize:none;background:transparent;border:none;color:var(--text-primary);font-size:14px;padding:8px;outline:none}.composer textarea::placeholder{color:#94a3b8}.composer-actions{display:flex;justify-content:space-between;align-items:center;padding-top:8px;border-top:1px solid rgba(8,17,31,.06)}.quiz-summary,.quiz-meta{display:flex;gap:12px;flex-wrap:wrap;font-size:13px;color:var(--text-soft)}.quiz-summary{margin:14px 0}.panel-empty{text-align:center;padding:24px}.panel-empty h3{font-size:18px}.panel-empty p{margin-top:8px;color:var(--text-soft)}.content-card .panel-empty h3,.timeline-card .panel-empty h3,.todo-card .panel-empty h3,.group-card .panel-empty h3,.message-bubble .panel-empty h3,.quiz-question .panel-empty h3,.content-card .panel-empty p,.timeline-card .panel-empty p,.todo-card .panel-empty p,.group-card .panel-empty p,.message-bubble .panel-empty p,.quiz-question .panel-empty p{color:var(--ink)}.error-banner{border-color:#ef44444d}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b8;display:flex;align-items:center;justify-content:center;padding:20px;z-index:20}.modal-card{width:min(860px,100%);max-height:calc(100vh - 40px);overflow:auto;background:#08111ff0;border:1px solid var(--surface-border);border-radius:20px;padding:24px;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.modal-header,.modal-actions{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.modal-actions{margin-top:20px;justify-content:flex-end}.quiz-meta{margin:16px 0 18px}.quiz-question-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.quiz-option{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#0422e40d;border-radius:12px;cursor:pointer;color:var(--ink)}.quiz-options{margin-top:12px;display:flex;flex-direction:column;gap:10px}.quiz-result{margin-top:18px;padding:14px 16px;border-radius:14px;border:1px solid transparent}.quiz-result.success{background:#22c55e14;border-color:#22c55e33}.quiz-result.error{background:#ef444414;border-color:#ef444433}.assistant-banner{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding:12px 14px;border-radius:14px;background:#09f7fb14;border:1px solid rgba(9,247,251,.16);color:var(--text-soft)}.assistant-avatar{width:34px;height:44px;border-radius:0;object-fit:contain;flex:0 0 auto;background:transparent;padding:0;box-shadow:none;filter:drop-shadow(0 4px 10px rgba(0,0,0,.28))}.assistant-ticket{display:inline-block;margin-top:10px;font-size:12px;color:var(--cyan)}.student-dashboard{display:grid;grid-template-columns:80px 300px 1fr;height:100dvh;overflow:hidden;background-color:#fafaf7;background-image:radial-gradient(circle,rgba(4,34,228,.07) 1px,transparent 1px);background-size:28px 28px;color:#08111f}.student-dashboard .dashboard-topbar h1,.student-dashboard .surface h1,.student-dashboard .surface h2,.student-dashboard .surface h3,.student-dashboard .surface strong,.student-dashboard .panel-empty h3{color:#08111f}.student-dashboard .dashboard-topbar p,.student-dashboard .section-header p,.student-dashboard .overview-hero p,.student-dashboard .stat-card span,.student-dashboard .panel-empty p{color:#55637a}.student-dashboard .dashboard-main{overflow-y:auto;height:100%;padding:24px;display:flex;flex-direction:column;gap:18px}.dashboard-sidebar-primary{background:#080c14e0;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);display:flex;flex-direction:column;align-items:center;padding:24px 0;border-right:1px solid rgba(255,255,255,.1);z-index:10}.sidebar-brand-icon{margin-bottom:32px}.sidebar-logo-small{width:32px;height:32px}.sidebar-nav-icons{display:flex;flex-direction:column;gap:16px;flex:1}.icon-nav-btn{width:48px;height:48px;border-radius:14px;background:transparent;border:none;color:#cbd5e1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1)}.icon-nav-btn:hover{background:#ffffff1a;color:#fff}.icon-nav-btn.active{background:#0422e026;color:var(--blue);box-shadow:inset 3px 0 0 var(--blue)}.icon-nav-btn.logout{color:#ef4444}.icon-nav-btn.logout:hover{background:#ef44441a}.dashboard-sidebar-secondary{background:#ffffffd9;border-right:1px solid rgba(8,17,31,.06);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);padding:24px 16px;display:flex;flex-direction:column;height:100%;z-index:5}.sidebar-user-profile{display:flex;align-items:center;gap:12px;padding-bottom:24px;border-bottom:1px solid rgba(8,17,31,.06);margin-bottom:24px}.user-avatar-placeholder{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#0422e014,#0422e005);border:1px solid rgba(4,34,224,.1);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--blue);font-size:18px}.user-avatar-image{width:44px;height:44px;border-radius:50%;object-fit:cover;border:1px solid rgba(4,34,224,.12)}.user-meta-info strong{display:block;font-size:14px;color:#08111f}.user-meta-info span{display:block;font-size:12px;color:#64748b}.sidebar-groups{flex:1;display:flex;flex-direction:column;overflow:hidden}.sidebar-groups-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:0 4px}.sidebar-caption{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#8e8e93}.sidebar-groups-list{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:6px;padding-right:4px;scrollbar-width:thin}.sidebar-groups-list::-webkit-scrollbar{width:4px}.sidebar-groups-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}.group-chip-detailed{display:flex;align-items:center;gap:12px;padding:10px;border-radius:16px;background:transparent;border:1px solid transparent;cursor:pointer;text-align:left;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}.group-chip-detailed:hover{background:#fff;border-color:#0000000a;box-shadow:0 4px 12px #00000008}.group-chip-detailed.active{background:#fff;border-color:#0422e01a;box-shadow:0 8px 24px #0422e014}.group-chip-avatar{width:40px;height:40px;border-radius:12px;background:#08111f0a;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#475569}.group-chip-detailed.active .group-chip-avatar{background:linear-gradient(135deg,#0422e01a,#0422e005);color:var(--blue)}.group-chip-info{flex:1;overflow:hidden}.group-name{display:block;font-size:14px;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.group-meta{display:block;font-size:12px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}.group-dot-active{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:8px;height:8px;border-radius:50%;background:#30d158;box-shadow:0 0 8px #30d158}.student-dashboard .dashboard-topbar,.student-dashboard .surface,.student-dashboard .content-card,.student-dashboard .timeline-card,.student-dashboard .todo-card,.student-dashboard .group-card,.student-dashboard .quiz-question{background:#fff;border:1px solid rgba(8,17,31,.08);box-shadow:0 2px 4px #0b142a0a,0 8px 24px #0b142a12;backdrop-filter:none;-webkit-backdrop-filter:none}.student-dashboard .dashboard-main{padding:24px;gap:18px}.student-dashboard .dashboard-topbar{align-items:center;margin:24px 32px 0;padding:18px 24px;border-radius:8px;background:linear-gradient(135deg,rgba(11,64,219,.05),transparent 30%),#fff;border:1px solid rgba(8,17,31,.06);box-shadow:0 1px 2px #0b142a0a,0 8px 20px #0b142a0a}.student-dashboard .surface,.student-dashboard>main.dashboard-main>section.recordings-view,.student-dashboard>main.dashboard-main>section.library-view{margin:0 32px;padding:28px;border-radius:8px;background:#ffffffb8;border:1px solid rgba(8,17,31,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 2px #0b142a0a,0 12px 28px #0b142a0d}.student-dashboard .surface:hover,.student-dashboard .content-card:hover,.student-dashboard .timeline-card:hover,.student-dashboard .todo-card:hover,.student-dashboard .group-card:hover{border-color:#0b40db24;box-shadow:0 4px 8px #0b142a0f,0 16px 40px #0b142a1a}.recordings-view,.library-view{display:flex;flex-direction:column;gap:22px}.library-hero{display:grid;grid-template-columns:auto 1fr auto;gap:18px 22px;align-items:center;padding-bottom:4px}.library-hero-icon{width:56px;height:56px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(180deg,#0422e4,#0b40db);color:#fff;box-shadow:0 12px 28px #0422e038}.library-hero-copy h2{margin:0;color:#07111f;font-size:28px;line-height:1.05;letter-spacing:-.02em}.library-kicker{display:inline-flex;align-items:center;margin-bottom:8px;color:#0b40db;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.library-hero-copy p{margin:8px 0 0;max-width:52ch;color:#64748b;font-size:14px;line-height:1.55}.library-stat-row{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.library-stat{min-width:78px;padding:10px 14px;border-radius:12px;border:1px solid rgba(8,17,31,.08);background:#ffffffe6;text-align:center}.library-stat strong{display:block;color:#07111f;font-size:20px;line-height:1}.library-stat span{display:block;margin-top:4px;color:#64748b;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.library-toolbar{display:flex;flex-direction:column;gap:14px;padding:16px;border-radius:14px;border:1px solid rgba(8,17,31,.08);background:#ffffffe0;box-shadow:0 8px 24px #0b142a0a}.library-search{position:relative;display:flex;align-items:center;gap:10px;padding:0 14px;min-height:46px;border-radius:12px;border:1px solid rgba(8,17,31,.1);background:#fff;color:#64748b}.library-search:focus-within{border-color:#0b40db59;box-shadow:0 0 0 3px #0b40db1a}.library-search input{flex:1;border:0;background:transparent;color:#07111f;font-size:14px;outline:none}.library-search input::placeholder{color:#94a3b8}.library-search-clear{display:grid;place-items:center;width:28px;height:28px;border:0;border-radius:999px;background:#f1f5f9;color:#64748b;cursor:pointer}.library-segments{display:flex;flex-wrap:wrap;gap:8px}.library-segment{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid rgba(8,17,31,.08);border-radius:999px;background:#fff;color:#475569;font-size:12px;font-weight:700;cursor:pointer;transition:border-color .15s ease,background .15s ease,color .15s ease,transform .15s ease}.library-segment em{min-width:20px;padding:2px 7px;border-radius:999px;background:#f1f5f9;color:#64748b;font-style:normal;font-size:11px;font-weight:800}.library-segment.active{border-color:#0b40db;background:linear-gradient(180deg,#f5f8ff,#eef3ff);color:#0b40db;transform:translateY(-1px)}.library-segment.active em{background:#0b40db1f;color:#0b40db}.library-list{display:flex;flex-direction:column;gap:12px}.library-item{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:start;padding:18px 18px 18px 16px;border:1px solid rgba(8,17,31,.08);border-radius:16px;background:#fff;box-shadow:0 8px 24px #0b142a0d;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.library-item:hover{border-color:#0b40db29;box-shadow:0 12px 32px #0b142a14;transform:translateY(-1px)}.library-item--prompt{border-left:4px solid #0b40db}.library-item--document{border-left:4px solid var(--blue)}.library-item--pdf{border-left:4px solid #ea580c}.library-item--tool{border-left:4px solid #7c3aed}.library-item-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;flex-shrink:0}.library-item-icon--prompt{background:#eef3ff;color:#0b40db}.library-item-icon--document{background:#eef3ff;color:var(--blue)}.library-item-icon--pdf{background:#fff7ed;color:#c2410c}.library-item-icon--tool{background:#f5f3ff;color:#6d28d9}.library-item-main{min-width:0}.library-item-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;flex-wrap:wrap}.library-item-type{display:inline-block;margin-bottom:4px;color:#0b40db;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.library-item--document .library-item-type{color:var(--blue)}.library-item--pdf .library-item-type{color:#c2410c}.library-item--tool .library-item-type{color:#6d28d9}.library-item-main h3{margin:0;color:#07111f;font-size:18px;line-height:1.35;letter-spacing:-.01em}.library-item-desc{margin:8px 0 0;color:#64748b;font-size:13px;line-height:1.55}.library-item-tags{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.library-item-tags span{padding:4px 9px;border-radius:999px;background:#f8fafc;color:#64748b;font-size:11px;font-weight:600}.library-prompt-panel{margin-top:14px;padding:14px;border-radius:12px;background:#f8fafc;border:1px solid rgba(8,17,31,.06)}.library-prompt-panel-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.library-prompt-panel-head strong{color:#334155;font-size:12px;text-transform:uppercase;letter-spacing:.06em}.library-inline-copy{display:inline-flex;align-items:center;gap:6px;border:0;background:transparent;color:#0b40db;font-size:12px;font-weight:700;cursor:pointer}.library-prompt-panel pre{margin:0;color:#334155;font-size:12px;line-height:1.6;white-space:pre-wrap;word-break:break-word;max-height:240px;overflow:auto}.library-item-actions{display:flex;flex-direction:column;gap:8px;min-width:132px}.library-item-actions--file{min-width:148px}.library-action-btn{display:inline-flex!important;align-items:center;justify-content:center;gap:6px;width:100%;min-height:38px;white-space:nowrap}.library-file-badge{display:inline-flex;align-items:center;justify-content:center;align-self:center;min-width:52px;padding:4px 10px;border-radius:8px;font-size:10px;font-weight:800;letter-spacing:.08em}.library-file-badge--deck,.library-file-badge--pdf{background:#0422e414;color:var(--blue);border:1px solid rgba(4,34,228,.16)}.library-file-badge--file{background:#f8fafc;color:#64748b;border:1px solid rgba(8,17,31,.08)}.library-download-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:40px;padding:0 14px;overflow:hidden;border:none;border-radius:12px;background:var(--blue);color:#fff;font-size:13px;font-weight:800;line-height:1;text-decoration:none;cursor:pointer;box-shadow:0 14px 36px #0422e452,0 0 0 1px #ffffff1a inset;transition:background .2s ease,transform .2s ease,box-shadow .2s ease}.library-download-btn:after{content:"";position:absolute;top:0;left:-60%;width:40%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:btn-shimmer 2.2s ease-in-out infinite;pointer-events:none}.library-download-btn>*{position:relative;z-index:1}.library-download-btn--document:hover,.library-download-btn--pdf:hover{background:var(--blue-hover);transform:translateY(-1px);box-shadow:0 18px 44px #0422e470,0 0 0 1px #ffffff29 inset}.library-download-label-short{display:none}.library-soon{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border-radius:10px;background:#f8fafc;color:#94a3b8;font-size:12px;font-weight:700}.library-view .panel-empty{margin-top:4px}.recordings-header{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;flex-wrap:wrap}.telegram-btn{margin-left:auto;padding:0 24px;flex-shrink:0;white-space:nowrap}.recordings-kicker{display:inline-flex;align-items:center;margin-bottom:8px;color:#0b40db;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.recordings-header h2{margin:0;color:#07111f;font-size:26px;line-height:1;letter-spacing:0}.recordings-header p{margin:8px 0 0;color:#64748b;font-size:13px}.recordings-empty{min-height:320px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:44px 24px;border:1px solid rgba(8,17,31,.08);border-radius:16px;background:#fff;text-align:center;box-shadow:0 12px 32px #0b142a0f}.recordings-empty-icon{width:62px;height:62px;display:grid;place-items:center;margin-bottom:16px;border-radius:14px;background:#f1f5ff;color:#0b40db}.recordings-empty h3{margin:0 0 6px;color:#07111f;font-size:17px}.recordings-empty p{margin:0;color:#64748b;font-size:13px}.recorded-course-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.recorded-course-card{display:grid;grid-template-rows:auto 1fr;overflow:hidden;padding:0;border:1px solid transparent;border-radius:8px;background:#fff;color:inherit;text-align:left;cursor:pointer;box-shadow:0 4px 12px #0b142a08,0 12px 32px #0b142a0d;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),border-color .2s}.recorded-course-card:hover{transform:translateY(-4px);border-color:#0b40db1a;box-shadow:0 8px 24px #0b142a0f,0 24px 48px #0b142a14}.recorded-course-art{position:relative;aspect-ratio:12 / 5;background:linear-gradient(135deg,#0b40db,#09f7fb);background-position:center;background-size:cover}.recorded-course-art:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#07111f00,#07111f47)}.recorded-course-count{position:absolute;z-index:1;right:10px;bottom:10px;padding:4px 8px;border-radius:999px;background:#07111fb8;color:#fff;font-size:10px;font-weight:700}.recorded-course-body{display:flex;flex-direction:column;padding:14px 16px 16px}.recorded-course-body h3{margin:0;color:#07111f;font-size:15px;font-weight:700;line-height:1.3;letter-spacing:-.01em}.recorded-course-body p{display:-webkit-box;margin:4px 0 10px;overflow:hidden;color:#64748b;font-size:12px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.recorded-course-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto;color:#94a3b8;font-size:11px;font-weight:600}.recorded-course-meta span{padding:0;background:transparent;color:inherit}.recorded-course-meta span+span:before{content:"·";margin-right:10px;color:#cbd5e1}.recording-detail{display:flex;flex-direction:column;gap:18px}.recordings-back{width:fit-content;display:inline-flex;align-items:center;gap:7px;padding:6px 12px;margin-left:-12px;border-radius:8px;border:0;background:transparent;color:#64748b;font-size:13px;font-weight:700;cursor:pointer;transition:background .15s ease,color .15s ease}.recordings-back:hover{background:#08111f0a;color:#07111f}.recordings-back svg{transform:rotate(180deg)}.recording-course-hero{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(0,1fr);overflow:hidden;border:none;border-radius:8px;background:#fff;box-shadow:0 4px 12px #0b142a08,0 16px 36px #0b142a0f}.recording-course-cover{min-height:280px;background:linear-gradient(135deg,#0b40db,#09f7fb);background-position:center;background-size:cover}.recording-course-copy{display:flex;flex-direction:column;justify-content:center;padding:28px}.recording-course-copy>span{color:#0b40db;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.recording-course-copy h3{max-width:680px;margin:10px 0 0;color:#07111f;font-size:clamp(28px,4vw,44px);line-height:.98;letter-spacing:0}.recording-course-copy p{max-width:760px;margin:16px 0 0;color:#475569;font-size:14px;line-height:1.7}.recording-course-stats{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:22px}.recording-course-stats span{display:inline-flex;align-items:center;gap:6px;padding:7px 12px;border-radius:999px;background:#f5f7fb;color:#64748b;font-size:12px;font-weight:800}.recording-course-stats span svg{flex:0 0 auto;color:#0b40db}.recording-course-stats strong{color:#07111f;font-size:14px;line-height:1}.module-list{display:flex;flex-direction:column;gap:12px}.module-row{display:grid;grid-template-columns:56px minmax(0,1fr);gap:16px;padding:16px;border:1px solid rgba(8,17,31,.05);border-radius:8px;background:#fff;box-shadow:0 2px 8px #0b142a05}.module-number{height:56px;display:flex;align-items:flex-start;justify-content:center;color:#cbd5e1;font-size:28px;font-weight:800;line-height:1.1;background:transparent}.module-main{min-width:0}.module-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.module-heading h3{margin:0;color:#07111f;font-size:17px;line-height:1.35;letter-spacing:0}.module-heading p{margin:5px 0 0;color:#64748b;font-size:13px;line-height:1.5}.module-heading>span{flex:0 0 auto;padding:6px 9px;border-radius:999px;background:#eff6ff;color:#0b40db;font-size:11px;font-weight:800}.module-lessons{margin-top:12px}.module-video{width:100%;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 8px;border:none;border-bottom:1px solid rgba(8,17,31,.04);border-radius:0;background:transparent;color:inherit;text-align:left;cursor:pointer;transition:background .15s ease}.module-video:last-child{border-bottom:none}.module-video:hover{background:#0b40db05;border-radius:8px;border-bottom-color:transparent}.module-video:disabled{cursor:default;opacity:.55;background:transparent}.module-video.disabled{cursor:default;opacity:.55}.recorded-episode-row{grid-template-columns:34px minmax(0,1fr)}.recorded-episode-row.completed .module-video-title{text-decoration:line-through;text-decoration-thickness:2px;text-decoration-color:#22c55e8c}.lesson-check-button{width:30px;height:30px;display:grid;place-items:center;border:1px solid rgba(8,17,31,.08);border-radius:999px;background:#0b40db0f;color:#0b40db;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease,transform .15s ease}.lesson-check-button:hover{transform:translateY(-1px);background:#0b40db1a;border-color:#0b40db38}.recorded-episode-row.completed .lesson-check-button{background:#22c55e1f;border-color:#22c55e42;color:#15803d}.module-video-open{min-width:0;display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer}.module-video-open:disabled{cursor:default}.module-play{width:36px;height:36px;display:grid;place-items:center;border-radius:999px;background:#0b40db14;color:#0b40db}.module-play svg{margin-left:2px;width:14px;height:14px}.module-video-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.module-video-title{min-width:0;overflow:hidden;color:#07111f;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.module-video-note{min-width:0;overflow:hidden;color:#64748b;font-size:12px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.module-duration{color:#64748b;font-size:12px;font-weight:800}.recording-player-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:18px;background:#030712e0}.recording-player-shell{width:min(1100px,100%)}.recording-player-header{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.recording-player-header strong{display:block;color:#fff;font-size:15px;line-height:1.3}.recording-player-header p{margin:3px 0 0;color:#ffffff94;font-size:12px}.recording-player-close{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff14;color:#fff;cursor:pointer}.recording-player-frame{overflow:hidden;aspect-ratio:16 / 9;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:#000;box-shadow:0 28px 80px #0000006b}.recording-player-frame iframe{width:100%;height:100%;border:0}.student-dashboard .premium-hero{position:relative;overflow:hidden;display:flex;justify-content:space-between;align-items:center;padding:32px;border-radius:20px;background:linear-gradient(135deg,rgba(11,64,219,.08),transparent 40%),linear-gradient(90deg,#ffffffe6,#ffffffb3 60%,#f4f9ffcc),#fff;border:1px solid rgba(255,255,255,.8);box-shadow:0 8px 32px #0b142a0a,inset 0 1px #fffc;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.premium-hero:before{content:"";position:absolute;top:-100px;right:-50px;width:300px;height:300px;background:radial-gradient(circle,rgba(11,64,219,.08) 0%,transparent 70%);border-radius:50%;pointer-events:none}.hero-content{position:relative;z-index:2;max-width:600px}.hero-badge{display:inline-block;padding:4px 10px;background:#0b40db1a;color:var(--blue);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;border-radius:8px;margin-bottom:16px}.hero-content h1{font-size:clamp(2rem,3vw,3.2rem);font-weight:800;letter-spacing:-.02em;color:#08111f;margin-bottom:8px}.gradient-text{background:linear-gradient(135deg,#0b40db,#0ea5e9);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.hero-content p{font-size:16px;color:#55637a}.hero-actions{position:relative;z-index:2;display:flex;flex-direction:column;gap:12px;align-items:flex-end}.premium-refresh-btn{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:12px;background:#fff;border:1px solid rgba(8,17,31,.08);box-shadow:0 2px 8px #0000000a;color:#49566d;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.premium-refresh-btn:hover{background:#f8fafc;color:#08111f;box-shadow:0 4px 12px #0000000f}.today-card-glass{background:#ffffffb3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5);box-shadow:0 4px 16px #0b142a0a;padding:12px 20px;border-radius:14px;text-align:right}.today-card-glass span{display:block;font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px}.today-card-glass strong{display:block;font-size:15px;font-weight:700;color:#0b40db}.student-dashboard .stat-grid{gap:14px;grid-template-columns:repeat(4,minmax(165px,1fr))}.student-dashboard .stat-card{position:relative;overflow:hidden;min-height:110px;padding:20px;background:#ffffffbf;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.8);border-radius:20px;box-shadow:0 4px 20px #00000008,inset 0 1px #fffc;transition:all .3s cubic-bezier(.16,1,.3,1)}.student-dashboard .stat-card:before{content:"";position:absolute;top:0;right:0;width:120px;height:120px;background:radial-gradient(circle at top right,rgba(11,64,219,.05),transparent 70%);border-radius:inherit;pointer-events:none}.student-dashboard .stat-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0b40db14,inset 0 1px #fffc;border-color:#0b40db1f}.student-dashboard .stat-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;position:relative;z-index:1}.student-dashboard .stat-icon-wrapper{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(135deg,#0b40db14,#0b40db05);border:1px solid rgba(11,64,219,.08);box-shadow:inset 0 1px #fff9}.student-dashboard .stat-icon-wrapper .stat-icon{color:#0b40db}.student-dashboard .stat-card span{display:block;font-size:13px;font-weight:600;letter-spacing:-.01em;text-transform:none;line-height:1.2;color:#49566d}.student-dashboard .stat-card strong{display:block;font-size:32px;font-weight:700;letter-spacing:-.03em;color:#08111f;position:relative;z-index:1}.student-dashboard .section-header{padding-bottom:14px;border-bottom:1px solid rgba(8,17,31,.08)}.student-dashboard .section-header h2{font-size:22px;letter-spacing:-.02em}.student-dashboard .content-card,.student-dashboard .timeline-card,.student-dashboard .todo-card,.student-dashboard .group-card,.student-dashboard .quiz-question{border-radius:8px;padding:16px;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.student-dashboard .content-card:hover,.student-dashboard .timeline-card:hover,.student-dashboard .todo-card:hover,.student-dashboard .group-card:hover{transform:translateY(-2px)}.student-dashboard .badge{padding:7px 10px;border:1px solid rgba(11,64,219,.14);background:#0b40db14}.student-dashboard .badge-active{background:#22c55e1f;border-color:#22c55e33;color:#15803d}.student-dashboard .badge-danger{background:#dc26261a;border-color:#dc26262e;color:#b91c1c}.student-dashboard .surface-badge,.student-dashboard .badge,.student-dashboard .today-card span{color:#0b40db}.student-dashboard .badge-danger{color:#b91c1c}.student-dashboard .surface-badge:before{background:linear-gradient(90deg,#0b40db2e,#0b40dbbf)}.student-dashboard .today-card{min-width:214px;padding:13px 15px;background:linear-gradient(180deg,#f3f8fffa,#edf5ffe6);border-color:#0b40db33;box-shadow:inset 0 1px #ffffffe6,0 8px 20px #0b40db12}.student-dashboard .today-card strong{color:#162338;font-size:15px}.student-dashboard .card-heading p,.student-dashboard .timeline-card p,.student-dashboard .group-card p,.student-dashboard .todo-card span,.student-dashboard .card-copy,.student-dashboard .card-meta,.student-dashboard .timeline-meta,.student-dashboard .todo-body p{color:#49566d}.student-dashboard .progress-track{background:#edf2fb;height:12px}.student-dashboard .progress-fill{box-shadow:0 6px 18px #0b40db38}.student-dashboard .todo-create input,.student-dashboard .composer textarea,.student-dashboard .quiz-question textarea,.student-dashboard .modal-card textarea,.student-dashboard .modal-card input{background:#fff;color:#08111f;border-color:#08111f1f}.student-dashboard .todo-create input:focus,.student-dashboard .composer textarea:focus,.student-dashboard .quiz-question textarea:focus,.student-dashboard .modal-card textarea:focus,.student-dashboard .modal-card input:focus{border-color:#0b40db5c;box-shadow:0 0 0 4px #0b40db14}.student-dashboard .todo-check{border-color:#08111f1f;color:#08111f}.student-dashboard .message-list{display:flex;flex-direction:column;gap:8px;padding:20px 8px;max-height:650px}.student-dashboard .message-bubble{position:relative;background:#f2f2f7;border:none;border-radius:20px 20px 20px 4px;padding:10px 16px;box-shadow:0 2px 5px #00000008;transition:transform .2s ease;animation:appleSpringIn .5s cubic-bezier(.175,.885,.32,1.275) both}@keyframes appleSpringIn{0%{opacity:0;transform:translateY(20px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.student-dashboard .message-bubble.mine{background:linear-gradient(180deg,#0422e4,#0319a8);color:#fff;box-shadow:0 4px 15px #0422e433;border-radius:20px 20px 4px}.student-dashboard .message-bubble.support{background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:0 4px 12px #0000000a}.message-meta{display:flex;align-items:center;gap:8px;margin-bottom:2px;font-size:11px;font-weight:500}.message-meta .sender-name{color:#8e8e93}.message-meta .timestamp{color:#aeaeb2;font-weight:400;font-size:10px}.student-dashboard .message-bubble.mine .message-meta .sender-name,.student-dashboard .message-bubble.mine .message-meta .timestamp{color:#ffffffb3}.student-dashboard .message-bubble.mine,.student-dashboard .message-bubble.mine p,.student-dashboard .message-bubble.mine header,.student-dashboard .message-bubble.mine header span{color:#fff}.chat-avatar{width:36px;height:36px;border-radius:50%;box-shadow:0 4px 10px #00000014;border:2px solid #ffffff;flex-shrink:0}.message-row{display:flex;gap:10px;align-items:flex-end;margin-bottom:4px}.message-row.mine{flex-direction:row-reverse}.reaction-bar{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.reaction-btn{background:#0000000a;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.1);border-radius:10px;padding:3px 8px;font-size:11px;cursor:pointer;display:flex;align-items:center;gap:4px;color:#1c1c1e;transition:all .2s cubic-bezier(.4,0,.2,1)}.student-dashboard .message-bubble.mine .reaction-btn{background:#ffffff26;color:#fff}.reaction-btn:hover{background:#e2e8f0;transform:scale(1.05)}.reaction-btn.active{background:#dbeafe;border-color:#3b82f6;color:#1e40af}.voice-memo-player{background:#00000008;border-radius:12px;padding:8px;margin-top:8px;display:flex;align-items:center;gap:10px}.voice-memo-player audio{height:32px;filter:grayscale(1) invert(0)}.student-dashboard .message-bubble.mine .voice-memo-player{background:#ffffff1a}.student-dashboard .message-bubble.mine .voice-memo-player audio{filter:grayscale(1) invert(1)}.student-dashboard .secondary-button,.student-dashboard .ghost-icon-button{background:#fff;color:#162338;border-color:#08111f1a;box-shadow:0 2px 4px #0b142a0a,0 8px 20px #0b142a0f;backdrop-filter:none;-webkit-backdrop-filter:none}.student-dashboard .secondary-button:hover,.student-dashboard .ghost-icon-button:hover{border-color:#0b40db33;background:#f8fbff}.ai-fab{position:fixed;right:24px;bottom:24px;width:68px;height:68px;border-radius:50%;background:transparent;border:none;cursor:pointer;padding:0;z-index:100;display:flex;align-items:center;justify-content:center}.ai-fab-pulse{position:absolute;top:-6px;right:-6px;bottom:-6px;left:-6px;border-radius:50%;border:2px solid rgba(4,34,228,.3);animation:aiFabPulse 2.4s ease-in-out infinite;pointer-events:none}@keyframes aiFabPulse{0%,to{transform:scale(1);opacity:.7}50%{transform:scale(1.12);opacity:.2}}.assistant-fab-avatar{width:68px;height:68px;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(4,34,228,.35)) drop-shadow(0 0 0 rgba(0,0,0,0));transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.ai-fab:hover .assistant-fab-avatar{transform:scale(1.08) rotate(-4deg)}.ai-fab-greeting{position:fixed;right:100px;bottom:34px;z-index:99;animation:aiGreetingIn .4s cubic-bezier(.16,1,.3,1) both}@keyframes aiGreetingIn{0%{opacity:0;transform:translate(12px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}.ai-fab-greeting-content{display:flex;align-items:center;gap:10px;background:#1c1c1e;border-radius:16px;padding:12px 16px;box-shadow:0 16px 40px #0000004d,0 0 0 1px #ffffff0f}.ai-fab-greeting-dot{width:8px;height:8px;border-radius:50%;background:#30d158;box-shadow:0 0 8px #30d158;animation:aiDotPulse 2s ease-in-out infinite;flex-shrink:0}@keyframes aiDotPulse{0%,to{opacity:1}50%{opacity:.5}}.ai-fab-greeting-content strong{display:block;font-size:13px;font-weight:600;color:#fff;white-space:nowrap}.ai-fab-greeting-content p{margin:0;font-size:11px;color:#ffffff80;white-space:nowrap}.ai-fab-greeting-arrow{position:absolute;right:-7px;top:50%;transform:translateY(-50%);width:0;height:0;border-top:7px solid transparent;border-bottom:7px solid transparent;border-left:8px solid #1c1c1e}.student-dashboard .assistant-widget{position:fixed;right:20px;bottom:20px;width:min(380px,calc(100vw - 32px));height:min(620px,calc(100dvh - 40px));border-radius:24px;display:flex;flex-direction:column;overflow:hidden;z-index:100;border:1px solid rgba(255,255,255,.1);box-shadow:0 32px 64px #0006,0 0 0 1px #ffffff0a;background:#f5f5f7;padding:0;animation:aiWidgetIn .4s cubic-bezier(.16,1,.3,1) both}.student-dashboard .assistant-widget.closing{animation:aiWidgetOut .22s ease-in both}@keyframes aiWidgetIn{0%{opacity:0;transform:translateY(24px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes aiWidgetOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(16px) scale(.96)}}.ai-widget-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 14px;background:linear-gradient(135deg,#0a0a0f,#0d1a3d);border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.ai-header-left{display:flex;align-items:center;gap:12px}.ai-avatar-ring{position:relative;width:42px;height:42px;flex-shrink:0}.ai-avatar-ring .assistant-avatar{width:42px;height:42px;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(4,34,228,.4))}.ai-online-dot{position:absolute;bottom:0;right:0;width:11px;height:11px;border-radius:50%;background:#30d158;border:2px solid #0a0a0f;box-shadow:0 0 8px #30d158}.ai-header-info strong{display:block;font-size:15px;font-weight:600;color:#fff;letter-spacing:-.01em}.ai-status{display:flex;align-items:center;gap:5px;font-size:11px;color:#ffffff73;margin-top:2px}.ai-status-dot{width:6px;height:6px;border-radius:50%;background:#30d158;box-shadow:0 0 6px #30d158}.ai-close-btn{width:32px;height:32px;border-radius:10px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);color:#ffffffb3;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;flex-shrink:0}.ai-close-btn:hover{background:#ffffff26;color:#fff}.ai-capability-bar{display:flex;gap:6px;padding:12px 14px;background:linear-gradient(180deg,#0d1a3d,#101820);flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.04);overflow-x:auto;scrollbar-width:none}.ai-capability-bar::-webkit-scrollbar{display:none}.ai-chip{display:inline-flex;align-items:center;gap:4px;padding:5px 10px;border-radius:20px;font-size:11px;font-weight:500;white-space:nowrap;background:#ffffff12;border:1px solid rgba(255,255,255,.1);color:#fff9;cursor:default;transition:all .2s ease}.ai-chip:hover{background:#ffffff1f;color:#ffffffe6}.ai-message-list{flex:1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:12px;background:#f5f5f7;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.1) transparent}.ai-message-list::-webkit-scrollbar{width:4px}.ai-message-list::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}.ai-message-row{display:flex;align-items:flex-end;gap:8px;animation:appleSpringIn .4s cubic-bezier(.175,.885,.32,1.275) both}.ai-message-row.user{flex-direction:row-reverse}.ai-bubble-avatar{width:30px;height:30px;border-radius:50%;overflow:hidden;flex-shrink:0;background:linear-gradient(135deg,#0422e4,#0319a8);box-shadow:0 4px 12px #0422e44d}.ai-bubble-avatar img{width:30px;height:30px;object-fit:contain}.ai-bubble{max-width:82%;padding:10px 14px;border-radius:18px;position:relative;line-height:1.5}.ai-bubble.ai{background:#fff;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(0,0,0,.05)}.ai-bubble.user{background:linear-gradient(180deg,#0422e4,#0319a8);border-bottom-right-radius:4px;box-shadow:0 4px 16px #0422e44d}.ai-bubble p{margin:0;font-size:14px;color:#1c1c1e}.ai-bubble.user p{color:#fff}.ai-bubble-time{display:block;font-size:10px;margin-top:6px;color:#aeaeb2;text-align:right}.ai-bubble.user .ai-bubble-time{color:#ffffff8c}.ai-typing{display:flex;align-items:center;gap:5px;padding:12px 16px;min-width:56px}.ai-typing span{width:7px;height:7px;border-radius:50%;background:#aeaeb2;animation:aiTypingBounce 1.2s ease-in-out infinite}.ai-typing span:nth-child(2){animation-delay:.15s}.ai-typing span:nth-child(3){animation-delay:.3s}@keyframes aiTypingBounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-6px);opacity:1}}.ai-escalated-badge{margin-top:8px;padding:6px 10px;border-radius:8px;background:#ff95001a;border:1px solid rgba(255,149,0,.2);font-size:12px;color:#c75a00;display:flex;align-items:center;gap:6px}.ai-ticket-ref{margin-top:6px;font-size:11px;color:#8e8e93;font-family:monospace}.ai-composer{display:flex;align-items:flex-end;gap:8px;padding:12px 14px;background:#fff;border-top:1px solid rgba(0,0,0,.06);flex-shrink:0}.ai-composer textarea{flex:1;min-height:44px;max-height:100px;resize:none;background:#f2f2f7;border:1px solid transparent;border-radius:22px;padding:12px 16px;font-size:14px;font-family:inherit;color:#1c1c1e;outline:none;transition:all .2s ease;line-height:1.4}.ai-composer textarea::placeholder{color:#aeaeb2}.ai-composer textarea:focus{background:#fff;border-color:#0422e433;box-shadow:0 0 0 3px #0422e40f}.ai-send-btn{width:42px;height:42px;border-radius:50%;background:linear-gradient(180deg,#0422e4,#0319a8);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;box-shadow:0 6px 20px #0422e466;transition:all .2s cubic-bezier(.34,1.56,.64,1)}.ai-send-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 8px 28px #0422e480}.ai-send-btn:disabled{opacity:.4;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width: 1100px){.assistant-greeting{right:88px;bottom:22px;width:min(240px,calc(100vw - 118px))}.assistant-widget{right:16px;bottom:92px;width:calc(100vw - 32px);height:min(540px,calc(100dvh - 132px))}.student-dashboard .overview-hero{min-height:0;padding:22px}.student-dashboard .today-card{width:100%;text-align:left}.stat-grid,.group-grid,.todo-create{grid-template-columns:1fr}.timeline-card,.overview-hero,.composer,.modal-header,.modal-actions{flex-direction:column}.message-bubble{max-width:100%}}@media (max-width: 640px){.panel-empty,.recordings-empty{text-align:left;align-items:flex-start}.recordings-header{align-items:stretch;flex-direction:column}.telegram-btn{margin-left:0;margin-top:8px;width:100%;justify-content:center}.recorded-course-grid{grid-template-columns:1fr}.recorded-course-body{min-height:0;padding:16px}.recorded-course-body h3{font-size:20px}.recorded-course-meta{gap:6px}.recording-course-hero{grid-template-columns:1fr}.recording-course-cover{min-height:190px}.recording-course-copy{padding:18px}.recording-course-copy h3{font-size:28px}.module-row{grid-template-columns:1fr;gap:12px;padding:14px}.module-number{width:46px;height:34px}.module-heading{flex-direction:column;gap:8px}.module-video{grid-template-columns:40px minmax(0,1fr)}.module-duration{grid-column:2}.recording-player-overlay{padding:70px 10px 10px;align-items:flex-start}.assistant-greeting{display:none}.assistant-widget{left:0;right:0;bottom:0;width:100vw;height:min(78dvh,620px);max-height:calc(100dvh - 12px);padding:14px;border-right:0;border-bottom:0;border-left:0;border-radius:22px 22px 0 0}.assistant-widget-header{align-items:center}.assistant-widget-title{gap:10px}.assistant-widget-title strong{font-size:14px}.assistant-widget-title p{font-size:11px}.assistant-widget-close{width:42px;height:42px;flex:0 0 auto}.assistant-widget .assistant-banner{display:none}.assistant-widget .message-bubble{max-width:94%}.student-dashboard .dashboard-sidebar{padding:14px;gap:14px}.student-dashboard .surface,.student-dashboard .dashboard-topbar{border-radius:14px}.student-dashboard .overview-hero h1{font-size:clamp(1.8rem,9vw,2.35rem)}.assistant-composer{grid-template-columns:minmax(0,1fr) 44px;gap:8px}.assistant-composer textarea{min-height:48px;padding:12px}.assistant-send-button{width:44px;height:48px}.assistant-fab{right:18px;bottom:16px;width:58px;height:78px}.assistant-fab-avatar{width:58px;height:78px}}.program-card-premium{display:flex;align-items:center;gap:20px;background:#ffffffb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.9);padding:20px;border-radius:20px;box-shadow:0 4px 16px #00000008;transition:all .3s cubic-bezier(.16,1,.3,1)}.program-card-premium:hover{transform:translateY(-3px);box-shadow:0 12px 32px #0b40db14;border-color:#0b40db26}.program-card-icon{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#0b40db14,#0ea5e914);border:1px solid rgba(11,64,219,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:inset 0 2px 4px #ffffff80}.program-card-icon .course-icon{color:var(--blue)}.program-card-content{flex:1;display:flex;flex-direction:column;gap:12px}.program-card-premium .card-heading{display:flex;justify-content:space-between;align-items:flex-start}.program-card-premium h3{font-size:16px;font-weight:700;color:#08111f;margin-bottom:2px}.program-card-premium p{font-size:13px;color:#64748b}.premium-badge{background:#0b40db14;color:var(--blue);border:1px solid rgba(11,64,219,.15);font-weight:700;padding:4px 10px;border-radius:8px;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.program-card-premium .progress-row{display:flex;align-items:center;gap:16px}.progress-track-premium{flex:1;height:8px;background:#08111f0a;border-radius:999px;overflow:hidden;box-shadow:inset 0 1px 2px #00000005}.progress-fill-gradient{height:100%;background:linear-gradient(90deg,#0b40db,#0ea5e9);border-radius:999px;box-shadow:0 0 10px #0ea5e980}.program-card-premium strong{font-size:14px;font-weight:700;color:#08111f;min-width:32px;text-align:right}@media (max-width: 900px){.student-dashboard{display:flex;flex-direction:column;height:100dvh;overflow:hidden}.dashboard-sidebar-secondary{order:1;height:auto;width:100%;padding:12px 16px;border-right:none;border-bottom:1px solid rgba(8,17,31,.08);flex-direction:row;align-items:center}.sidebar-user-profile,.sidebar-groups-header{display:none}.sidebar-groups{width:100%;margin-top:0}.sidebar-groups-list{display:flex;flex-direction:row;overflow-x:auto;gap:12px;padding-bottom:4px}.group-chip-detailed{min-width:max-content}.student-dashboard .dashboard-main{order:2;flex:1;padding:16px 16px 100px;overflow-y:auto}.student-dashboard .recordings-view{padding:0}.premium-hero{flex-direction:column;align-items:flex-start;gap:20px;padding:24px}.premium-hero:before{display:none}.hero-actions{align-items:flex-start;flex-direction:row-reverse;width:100%;justify-content:space-between}.student-dashboard .stat-grid{grid-template-columns:repeat(2,1fr)}.dashboard-sidebar-primary{position:fixed;bottom:0;left:0;right:0;width:100%;height:auto;flex-direction:row;padding:12px 24px;padding-bottom:env(safe-area-inset-bottom,12px);border-right:none;border-top:1px solid rgba(255,255,255,.1);box-shadow:0 -8px 24px #0000004d;z-index:100;background:#080c14f2}.sidebar-brand-icon{display:none}.sidebar-nav-icons{flex-direction:row;justify-content:space-between;align-items:center;gap:4px}.icon-nav-btn{width:44px;height:44px}.icon-nav-btn.active{box-shadow:inset 0 3px 0 var(--blue)}.icon-nav-btn.logout{margin-left:12px}.ai-fab{bottom:calc(94px + env(safe-area-inset-bottom,12px));right:16px;z-index:90}.ai-fab-greeting{bottom:calc(104px + env(safe-area-inset-bottom,12px));right:80px}.student-dashboard .assistant-widget{bottom:0;right:0;width:100vw;height:100dvh;border-radius:0;z-index:200}}.overview-clean-hero{display:flex;justify-content:space-between;align-items:center;padding:36px 32px 12px}.overview-clean-hero h1{font-size:clamp(1.8rem,3vw,2.8rem);font-weight:800;letter-spacing:-.025em;color:#08111f;margin-bottom:4px}.hero-sub{font-size:14px;color:#94a3b8;font-weight:500}.refresh-ghost{display:flex;align-items:center;gap:6px;background:none;border:1px solid rgba(8,17,31,.1);border-radius:10px;padding:7px 14px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:all .15s;white-space:nowrap}.refresh-ghost:hover{background:#fffc;color:#0b40db;border-color:#0b40db33}.stats-strip{display:flex;gap:0;margin:0 32px 20px;background:#ffffffb8;border:1px solid rgba(8,17,31,.06);border-radius:12px;overflow:hidden;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 1px 2px #0b142a0a,0 8px 24px #0b142a0d}.stat-pill{flex:1;display:flex;align-items:center;gap:12px;padding:20px 24px;border-right:1px solid rgba(8,17,31,.06)}.stat-pill:last-child{border-right:none}.stat-pill-icon{color:#0b40db;flex-shrink:0}.stat-pill-value{font-size:20px;font-weight:700;color:#08111f;letter-spacing:-.02em}.stat-pill-label{font-size:12px;color:#94a3b8;font-weight:500}.clean-section{margin:0 32px;padding:28px;border-radius:12px;background:#ffffffb8;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(8,17,31,.06);box-shadow:0 1px 2px #0b142a0a,0 12px 28px #0b142a0d}.clean-section-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px}.clean-section-header h2{font-size:16px;font-weight:700;color:#08111f;letter-spacing:-.01em}.clean-section-header span{font-size:12px;color:#94a3b8;font-weight:500}.program-list{display:flex;flex-direction:column}.program-row{display:flex;align-items:flex-start;gap:16px;padding:18px 0;border-bottom:1px solid rgba(8,17,31,.05)}.program-row:last-child{border-bottom:none;padding-bottom:0}.program-row:first-child{padding-top:0}.program-row-icon{width:36px;height:36px;border-radius:10px;background:#0b40db12;display:flex;align-items:center;justify-content:center;color:#0b40db;flex-shrink:0;margin-top:1px}.program-row-body{flex:1;min-width:0}.program-row-top{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:3px}.program-row-top strong{font-size:14px;font-weight:600;color:#08111f;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.program-status{font-size:11px;font-weight:600;color:#0b40db;background:#0b40db14;border-radius:6px;padding:2px 8px;white-space:nowrap;text-transform:capitalize}.status-high{color:#dc2626;background:#dc262614}.program-meta-right{font-size:12px;color:#94a3b8;white-space:nowrap}.program-row-meta{font-size:12px;color:#94a3b8;margin-bottom:8px}.program-row-copy{font-size:13px;color:#49566d;line-height:1.55;margin-top:4px;max-width:100%;overflow-wrap:anywhere;word-break:break-word;white-space:pre-wrap}.program-row--announcement .program-row-body,.program-row--text-only .program-row-body{width:100%;max-width:100%}.program-row--announcement .program-row-meta{line-height:1.45}.program-row-progress{display:flex;align-items:center;gap:10px}.prog-track{flex:1;height:4px;background:#08111f0f;border-radius:999px;overflow:hidden}.prog-fill{height:100%;background:linear-gradient(90deg,#0b40db,#0ea5e9);border-radius:999px;transition:width .6s ease}.program-row-progress span{font-size:12px;font-weight:600;color:#64748b;min-width:28px;text-align:right}.student-dashboard .dashboard-main{padding:0 0 32px;gap:24px}.student-dashboard .recordings-view,.student-dashboard .library-view{margin:0 32px;padding:28px;border-radius:12px;background:#ffffffb8;border:1px solid rgba(8,17,31,.06);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 1px 2px #0b142a0a,0 12px 28px #0b142a0d}.student-dashboard[data-theme=dark]{background:radial-gradient(circle at top left,rgba(9,247,251,.12),transparent 32%),radial-gradient(circle at 85% 10%,rgba(4,34,228,.15),transparent 26%),linear-gradient(180deg,#000,#000);color:#f7fbff}.student-dashboard[data-theme=dark] .dashboard-sidebar-primary,.student-dashboard[data-theme=dark] .dashboard-sidebar-secondary{background:#ffffff0f;border-color:#ffffff1f;box-shadow:0 24px 70px #00000047;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.student-dashboard[data-theme=dark] .dashboard-topbar,.student-dashboard[data-theme=dark] .surface,.student-dashboard[data-theme=dark] .recordings-view,.student-dashboard[data-theme=dark] .library-view,.student-dashboard[data-theme=dark] .content-card,.student-dashboard[data-theme=dark] .timeline-card,.student-dashboard[data-theme=dark] .todo-card,.student-dashboard[data-theme=dark] .group-card,.student-dashboard[data-theme=dark] .quiz-question,.student-dashboard[data-theme=dark] .recorded-course-card,.student-dashboard[data-theme=dark] .library-card,.student-dashboard[data-theme=dark] .library-item,.student-dashboard[data-theme=dark] .library-toolbar,.student-dashboard[data-theme=dark] .library-stat,.student-dashboard[data-theme=dark] .library-empty,.student-dashboard[data-theme=dark] .module-row,.student-dashboard[data-theme=dark] .recording-course-hero,.student-dashboard[data-theme=dark] .program-row,.student-dashboard[data-theme=dark] .settings-grid div,.student-dashboard[data-theme=dark] .theme-option{background:#ffffff0f;border-color:#ffffff1f;color:#f7fbff;box-shadow:0 24px 70px #00000047;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.student-dashboard[data-theme=dark] h1,.student-dashboard[data-theme=dark] h2,.student-dashboard[data-theme=dark] h3,.student-dashboard[data-theme=dark] strong,.student-dashboard[data-theme=dark] .group-name,.student-dashboard[data-theme=dark] .program-row-top strong,.student-dashboard[data-theme=dark] .settings-grid strong,.student-dashboard[data-theme=dark] .recorded-course-body h3,.student-dashboard[data-theme=dark] .recording-course-copy h3,.student-dashboard[data-theme=dark] .module-heading h3,.student-dashboard[data-theme=dark] .module-video-title{color:#f7fbff}.student-dashboard[data-theme=dark] p,.student-dashboard[data-theme=dark] .card-copy,.student-dashboard[data-theme=dark] .card-meta,.student-dashboard[data-theme=dark] .program-row-meta,.student-dashboard[data-theme=dark] .program-row-copy,.student-dashboard[data-theme=dark] .group-meta,.student-dashboard[data-theme=dark] .settings-grid span,.student-dashboard[data-theme=dark] .theme-option small,.student-dashboard[data-theme=dark] .section-header p,.student-dashboard[data-theme=dark] .module-video-note{color:#b5c3db}.student-dashboard[data-theme=dark] .group-chip-detailed:hover,.student-dashboard[data-theme=dark] .group-chip-detailed.active{background:#ffffff14;border-color:#09f7fb47}.student-dashboard[data-theme=dark] .dashboard-nav button.active,.student-dashboard[data-theme=dark] .dashboard-nav button:hover,.student-dashboard[data-theme=dark] .secondary-button:hover,.student-dashboard[data-theme=dark] .theme-option.active{border-color:#09f7fb57;box-shadow:0 0 0 1px #09f7fb1f,0 18px 50px #0422e42e}.student-dashboard[data-theme=dark] .dashboard-topbar input,.student-dashboard[data-theme=dark] .todo-create input,.student-dashboard[data-theme=dark] .todo-create textarea,.student-dashboard[data-theme=dark] .chat-input-shell,.student-dashboard[data-theme=dark] .chat-input-shell textarea,.student-dashboard[data-theme=dark] .composer textarea,.student-dashboard[data-theme=dark] .quiz-question textarea,.student-dashboard[data-theme=dark] .modal-card textarea,.student-dashboard[data-theme=dark] .modal-card input{background:#ffffff14;border-color:#ffffff1f;color:#f7fbff}.student-dashboard[data-theme=dark] .dashboard-topbar input::placeholder,.student-dashboard[data-theme=dark] .todo-create input::placeholder,.student-dashboard[data-theme=dark] .todo-create textarea::placeholder,.student-dashboard[data-theme=dark] .chat-input-shell textarea::placeholder,.student-dashboard[data-theme=dark] .composer textarea::placeholder,.student-dashboard[data-theme=dark] .quiz-question textarea::placeholder,.student-dashboard[data-theme=dark] .modal-card textarea::placeholder,.student-dashboard[data-theme=dark] .modal-card input::placeholder{color:#8292af}.student-dashboard[data-theme=dark] .clean-section,.student-dashboard[data-theme=dark] .stats-strip,.student-dashboard[data-theme=dark] .premium-hero,.student-dashboard[data-theme=dark] .recordings-empty,.student-dashboard[data-theme=dark] .today-card-glass,.student-dashboard[data-theme=dark] .premium-refresh-btn,.student-dashboard[data-theme=dark] .refresh-ghost,.student-dashboard[data-theme=dark] .lesson-card,.student-dashboard[data-theme=dark] .session-card,.student-dashboard[data-theme=dark] .announcement-card,.student-dashboard[data-theme=dark] .quiz-card,.student-dashboard[data-theme=dark] .panel-empty,.student-dashboard[data-theme=dark] .student-empty-state,.student-dashboard[data-theme=dark] .today-card,.student-dashboard[data-theme=dark] .message-bubble,.student-dashboard[data-theme=dark] .message-bubble.support,.student-dashboard[data-theme=dark] .reaction-btn{background:#ffffff0f;border-color:#ffffff1f;color:#f7fbff;box-shadow:0 24px 70px #00000047}.student-dashboard[data-theme=dark] .dashboard-topbar,.student-dashboard[data-theme=dark] .premium-hero{background:linear-gradient(135deg,rgba(9,247,251,.08),transparent 36%),#ffffff0f}.student-dashboard[data-theme=dark] .overview-clean-hero h1,.student-dashboard[data-theme=dark] .clean-section-header h2,.student-dashboard[data-theme=dark] .stat-pill-value,.student-dashboard[data-theme=dark] .program-card-premium h3,.student-dashboard[data-theme=dark] .program-card-premium strong,.student-dashboard[data-theme=dark] .hero-content h1,.student-dashboard[data-theme=dark] .today-card-glass strong,.student-dashboard[data-theme=dark] .today-card strong,.student-dashboard[data-theme=dark] .recordings-header h2,.student-dashboard[data-theme=dark] .recordings-empty h3,.student-dashboard[data-theme=dark] .user-meta-info strong,.student-dashboard[data-theme=dark] .module-duration,.student-dashboard[data-theme=dark] .program-row-progress span,.student-dashboard[data-theme=dark] .message-bubble,.student-dashboard[data-theme=dark] .message-bubble p,.student-dashboard[data-theme=dark] .todo-check,.student-dashboard[data-theme=dark] .secondary-button,.student-dashboard[data-theme=dark] .ghost-icon-button{color:#f7fbff}.student-dashboard[data-theme=dark] .hero-sub,.student-dashboard[data-theme=dark] .clean-section-header span,.student-dashboard[data-theme=dark] .stat-pill-label,.student-dashboard[data-theme=dark] .program-card-premium p,.student-dashboard[data-theme=dark] .hero-content p,.student-dashboard[data-theme=dark] .today-card-glass span,.student-dashboard[data-theme=dark] .today-card span,.student-dashboard[data-theme=dark] .recordings-header p,.student-dashboard[data-theme=dark] .recordings-empty p,.student-dashboard[data-theme=dark] .recordings-back,.student-dashboard[data-theme=dark] .user-meta-info span,.student-dashboard[data-theme=dark] .sidebar-caption,.student-dashboard[data-theme=dark] .program-meta-right,.student-dashboard[data-theme=dark] .module-heading p,.student-dashboard[data-theme=dark] .module-video-note,.student-dashboard[data-theme=dark] .message-meta .sender-name,.student-dashboard[data-theme=dark] .message-meta .timestamp{color:#b5c3db}.student-dashboard[data-theme=dark] .recordings-kicker,.student-dashboard[data-theme=dark] .recording-course-copy>span,.student-dashboard[data-theme=dark] .stat-pill-icon,.student-dashboard[data-theme=dark] .program-row-icon,.student-dashboard[data-theme=dark] .recordings-back:hover,.student-dashboard[data-theme=dark] .recordings-empty-icon,.student-dashboard[data-theme=dark] .module-play,.student-dashboard[data-theme=dark] .recording-course-stats span svg{color:#09f7fb}.student-dashboard[data-theme=dark] .hero-badge,.student-dashboard[data-theme=dark] .premium-badge,.student-dashboard[data-theme=dark] .program-status,.student-dashboard[data-theme=dark] .module-heading>span,.student-dashboard[data-theme=dark] .recordings-empty-icon,.student-dashboard[data-theme=dark] .module-play,.student-dashboard[data-theme=dark] .recording-course-stats span,.student-dashboard[data-theme=dark] .group-chip-avatar,.student-dashboard[data-theme=dark] .program-row-icon{background:#09f7fb1a;border-color:#09f7fb38}.student-dashboard[data-theme=dark] .premium-badge,.student-dashboard[data-theme=dark] .program-status,.student-dashboard[data-theme=dark] .module-heading>span,.student-dashboard[data-theme=dark] .group-chip-avatar,.student-dashboard[data-theme=dark] .recording-course-stats span strong{color:#f7fbff}.student-dashboard[data-theme=dark] .status-high{background:#f8717129;color:#fecaca}.student-dashboard[data-theme=dark] .progress-track-premium,.student-dashboard[data-theme=dark] .prog-track{background:#ffffff1f}.student-dashboard[data-theme=dark] .program-row,.student-dashboard[data-theme=dark] .stat-pill,.student-dashboard[data-theme=dark] .sidebar-user-profile,.student-dashboard[data-theme=dark] .module-video,.student-dashboard[data-theme=dark] .todo-check,.student-dashboard[data-theme=dark] .secondary-button,.student-dashboard[data-theme=dark] .ghost-icon-button{border-color:#ffffff14}.student-dashboard[data-theme=dark] .recordings-back:hover,.student-dashboard[data-theme=dark] .premium-refresh-btn:hover,.student-dashboard[data-theme=dark] .refresh-ghost:hover,.student-dashboard[data-theme=dark] .module-video:hover,.student-dashboard[data-theme=dark] .secondary-button:hover,.student-dashboard[data-theme=dark] .ghost-icon-button:hover,.student-dashboard[data-theme=dark] .reaction-btn:hover{background:#ffffff14}.student-dashboard[data-theme=dark] .message-bubble.mine{background:linear-gradient(180deg,#0422e4,#0319a8);color:#fff}.student-dashboard[data-theme=dark] .reaction-btn.active{background:#09f7fb29;border-color:#09f7fb57;color:#f7fbff}.student-dashboard[data-theme=dark] .lesson-check-button{background:#ffffff14;border-color:#ffffff24;color:#b5c3db}.student-dashboard[data-theme=dark] .lesson-check-button:hover{background:#09f7fb1a;border-color:#09f7fb47;color:#09f7fb}.student-dashboard[data-theme=dark] .recorded-episode-row.completed .lesson-check-button{background:#22c55e29;border-color:#22c55e57;color:#86efac}.student-dashboard[data-theme=dark] .recorded-episode-row.completed .module-video-title{text-decoration-color:#86efac94}.student-dashboard[data-theme=dark] .recordings-view,.student-dashboard[data-theme=dark] .library-view{background:linear-gradient(135deg,rgba(9,247,251,.06),transparent 35%),#050505c2!important;border-color:#ffffff24!important}.student-dashboard[data-theme=dark] .library-hero-copy h2,.student-dashboard[data-theme=dark] .library-item-main h3,.student-dashboard[data-theme=dark] .library-stat strong{color:#f7fbff!important}.student-dashboard[data-theme=dark] .library-hero-copy p,.student-dashboard[data-theme=dark] .library-item-desc,.student-dashboard[data-theme=dark] .library-stat span,.student-dashboard[data-theme=dark] .library-soon{color:#f7fbffad!important}.student-dashboard[data-theme=dark] .library-search,.student-dashboard[data-theme=dark] .library-segment{background:#ffffff0f;border-color:#ffffff1f;color:#f7fbffc7}.student-dashboard[data-theme=dark] .library-search input{color:#f7fbff}.student-dashboard[data-theme=dark] .library-segment.active{background:#09f7fb1f;border-color:#09f7fb66;color:#9ffcff}.student-dashboard[data-theme=dark] .library-segment em{background:#ffffff14;color:#f7fbffb8}.student-dashboard[data-theme=dark] .library-prompt-panel,.student-dashboard[data-theme=dark] .library-prompt-panel pre{background:#ffffff0d;border-color:#ffffff1a;color:#f7fbffdb}.student-dashboard[data-theme=dark] .library-file-badge--deck,.student-dashboard[data-theme=dark] .library-file-badge--pdf{background:#0422e438;color:#bfdbfe;border-color:#09f7fb33}.student-dashboard[data-theme=dark] .library-download-btn--document,.student-dashboard[data-theme=dark] .library-download-btn--pdf{background:linear-gradient(135deg,#0422e4,#0319a8)!important;color:#fff!important;border:1px solid rgba(9,247,251,.22)!important;box-shadow:0 14px 36px #0422e466!important}.student-dashboard[data-theme=dark] .library-download-btn--document:hover,.student-dashboard[data-theme=dark] .library-download-btn--pdf:hover{background:linear-gradient(135deg,#0530ff,#0422e4)!important}.student-dashboard[data-theme=dark] .library-item:hover{border-color:#09f7fb47!important}.student-dashboard[data-theme=dark] .recorded-course-card{background:#ffffff14!important;border-color:#ffffff24!important;box-shadow:0 18px 52px #00000061!important}.student-dashboard[data-theme=dark] .recorded-course-card:hover{border-color:#09f7fb57!important;box-shadow:0 0 0 1px #09f7fb1f,0 24px 64px #00000080!important}.student-dashboard[data-theme=dark] .recorded-course-body{background:#050505b8}.student-dashboard[data-theme=dark] .recorded-course-body h3{color:#f7fbff!important}.student-dashboard[data-theme=dark] .recorded-course-body p,.student-dashboard[data-theme=dark] .recorded-course-meta,.student-dashboard[data-theme=dark] .recorded-course-meta span{color:#b5c3db!important}.student-dashboard[data-theme=dark] .recorded-course-meta span+span:before{color:#b5c3dbb8!important}.student-dashboard[data-theme=dark] .primary-button,.student-dashboard[data-theme=dark] .telegram-btn{background:linear-gradient(135deg,#0422e4,#0319a8)!important;color:#fff!important;border:1px solid rgba(9,247,251,.22)!important}.student-dashboard[data-theme=dark] .secondary-button{background:#ffffff14!important;color:#f7fbff!important;border-color:#ffffff29!important}.student-dashboard[data-theme=dark] .secondary-button:disabled,.student-dashboard[data-theme=dark] .primary-button:disabled{opacity:1;background:#ffffff14!important;color:#8292af!important;border-color:#ffffff1f!important;box-shadow:none!important}.student-dashboard[data-theme=dark] .support-container .composer{background:#ffffff14!important;border-color:#ffffff24!important}.student-dashboard[data-theme=dark] .support-container .composer:focus-within{background:#ffffff1a!important;border-color:#09f7fb5c!important;box-shadow:0 0 0 1px #09f7fb1f,0 18px 50px #00000057!important}.student-dashboard[data-theme=dark] .support-container .composer textarea{color:#fff!important;caret-color:#09f7fb;-webkit-text-fill-color:#ffffff}.student-dashboard[data-theme=dark] .support-container .composer textarea::placeholder{color:#b5c3db!important;-webkit-text-fill-color:#b5c3db}.student-dashboard[data-theme=dark] .profile-photo-row{background:#ffffff12!important;border-color:#ffffff24!important;box-shadow:none!important}.student-dashboard[data-theme=dark] .profile-photo-row strong{color:#f7fbff!important}.student-dashboard[data-theme=dark] .profile-photo-row p{color:#b5c3db!important}.student-dashboard[data-theme=dark] .profile-photo-preview{background:#09f7fb1a!important;border-color:#09f7fb42!important;color:#09f7fb!important}.student-dashboard[data-theme=dark] .profile-upload-button{background:#ffffff14!important;border-color:#ffffff29!important;color:#f7fbff!important;box-shadow:none!important}.student-dashboard[data-theme=dark] .profile-upload-button:hover{background:#09f7fb1a!important;border-color:#09f7fb52!important;color:#09f7fb!important}.student-dashboard[data-theme=dark] .settings-error{color:#fecaca!important}.student-dashboard[data-theme=dark] .clean-section .program-list{background:transparent!important;box-shadow:none!important}.student-dashboard[data-theme=dark] .clean-section .program-row{background:transparent!important;border:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.student-dashboard[data-theme=dark] .clean-section .program-row:last-child{border-bottom:0!important}.student-dashboard[data-theme=dark] .clean-section .panel-empty{background:transparent!important;border:0!important;box-shadow:none!important;padding:28px 0!important}.student-dashboard[data-theme=dark] .clean-section .panel-empty h3{color:#f7fbff!important}.student-dashboard[data-theme=dark] .clean-section .panel-empty p{color:#b5c3db!important}@media (max-width: 900px){.student-dashboard{display:flex;flex-direction:column;height:100dvh;overflow:hidden}.dashboard-sidebar-secondary{order:1;width:100%;height:auto;min-height:58px;padding:10px 14px;border-right:0;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar-user-profile,.sidebar-groups-header{display:none}.sidebar-groups,.sidebar-groups-list{width:100%;min-width:0}.sidebar-groups-list{flex-direction:row;overflow-x:auto;gap:10px;padding:0 0 2px;scrollbar-width:none}.sidebar-groups-list::-webkit-scrollbar,.sidebar-nav-icons::-webkit-scrollbar{display:none}.group-chip-detailed{flex:0 0 auto;min-width:172px;max-width:220px}.dashboard-sidebar-primary{position:fixed;inset:auto 0 0 0;z-index:100;width:100%;height:auto;flex-direction:row;align-items:center;gap:8px;padding:8px 10px max(8px,env(safe-area-inset-bottom));border-right:0;border-top:1px solid rgba(255,255,255,.12);overflow-x:auto}.sidebar-brand-icon{display:none}.sidebar-nav-icons{flex:1;min-width:0;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px;overflow-x:auto;padding-bottom:2px;scrollbar-width:none}.icon-nav-btn{flex:0 0 42px;width:42px;height:42px;border-radius:12px}.icon-nav-btn.logout{flex:0 0 42px;margin-left:4px}.student-dashboard .dashboard-main{order:2;flex:1;min-height:0;padding:0 0 calc(92px + env(safe-area-inset-bottom)) 0;gap:16px;overflow-y:auto}.student-dashboard .dashboard-topbar{margin:16px 14px 0;padding:16px;align-items:flex-start;gap:14px}.dashboard-topbar,.overview-clean-hero{flex-direction:column;align-items:stretch;padding:20px 16px 12px}.overview-clean-hero h1{font-size:clamp(1.75rem,9vw,2.35rem);line-height:1.05}.topbar-actions,.topbar-actions .secondary-button,.refresh-ghost{width:100%;justify-content:center}.stats-strip{margin:0 16px 4px;flex-wrap:wrap}.stat-pill{flex:1 1 45%;min-width:145px;padding:16px;border-bottom:1px solid rgba(8,17,31,.06)}.student-dashboard .surface,.student-dashboard .recordings-view,.student-dashboard .library-view,.clean-section{margin:0 16px;padding:20px 16px}.clean-section-header,.program-row-top,.card-heading,.recordings-header,.module-heading{align-items:flex-start;flex-direction:column;gap:8px}.library-hero{grid-template-columns:1fr}.library-stat-row{justify-content:flex-start}.library-item{grid-template-columns:1fr}.library-item-head{flex-direction:column;align-items:flex-start}.library-item-tags{justify-content:flex-start}.library-item-actions{flex-direction:row;flex-wrap:wrap;min-width:0}.library-item-actions--file{width:100%;align-items:stretch}.library-item-actions--file .library-file-badge{align-self:center;flex-shrink:0}.library-item-actions--file .library-download-btn{flex:1 1 auto;min-width:0}.library-download-label-full{display:none}.library-download-label-short{display:inline}.library-action-btn{width:auto;flex:1 1 calc(50% - 4px)}.library-item-actions--file .library-action-btn{flex:1 1 calc(50% - 4px)}.program-status,.program-meta-right{align-self:flex-start}.program-row{gap:12px}.program-row-top strong{white-space:normal}.program-row--announcement .program-row-top{flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:10px}.program-row--announcement .program-row-top strong{flex:1 1 auto;min-width:0}.settings-grid,.theme-option-grid{grid-template-columns:1fr}.profile-photo-row{grid-template-columns:auto minmax(0,1fr);align-items:center}.profile-upload-button{grid-column:1 / -1;width:100%;justify-content:center}.recorded-course-grid,.recording-course-hero{grid-template-columns:1fr}.recording-course-cover{min-height:190px}.module-row{grid-template-columns:1fr;gap:12px;padding:14px}.module-number{width:fit-content;height:auto;font-size:18px}.module-video{grid-template-columns:32px minmax(0,1fr);padding:12px 0}.module-video-open{grid-template-columns:34px minmax(0,1fr)}.module-duration{grid-column:2}.ai-fab{right:14px;bottom:calc(82px + env(safe-area-inset-bottom))}.ai-fab-greeting{display:none}.student-dashboard .assistant-widget{top:0;right:0;bottom:0;left:0;width:100vw;height:100dvh;border-radius:0;z-index:200}}@media (max-width: 480px){.stats-strip{display:grid;grid-template-columns:1fr 1fr}.stat-pill{min-width:0;flex:none;flex-direction:column;align-items:flex-start;gap:6px}.stat-pill-value{font-size:18px}.stat-pill-label{line-height:1.25}.program-row:has(.program-row-icon){display:grid;grid-template-columns:36px minmax(0,1fr)}.program-row:not(:has(.program-row-icon)){display:block}.program-row:not(:has(.program-row-icon)) .program-row-body{width:100%;max-width:100%}.program-row--announcement .program-row-top{flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:10px}.program-row--announcement .program-row-top strong{flex:1 1 auto;min-width:0;white-space:normal}.program-row--announcement .program-status{flex-shrink:0}.profile-photo-row{grid-template-columns:1fr;text-align:center}.profile-photo-preview{margin:0 auto}.module-video,.module-video-open{grid-template-columns:32px minmax(0,1fr)}.module-play,.lesson-check-button{width:32px;height:32px}}
