:root{color-scheme:light;font-synthesis:none;--brand-blue: #1177c9;--brand-blue-dark: #075a9e;--brand-green: #20a67a;--brand-green-dark: #08724e;--ink: #17343a;--muted: #60777d;--line: #dceced;--soft-blue: #eaf6ff;--soft-green: #eaf9f2;--surface: #fff;--shadow-sm: 0 8px 24px rgba(23,52,58,.06);--shadow-md: 0 18px 45px rgba(23,52,58,.09)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;overflow-x:hidden;color:var(--ink)}a{color:inherit;text-decoration:none}*:focus-visible{outline:3px solid rgba(17,119,201,.34);outline-offset:3px}.inline-link,.footer-link{color:var(--brand-blue);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}.inline-link:hover,.footer-link:hover{color:var(--brand-blue-dark);text-decoration-thickness:2px}.app-shell{min-height:100vh;display:flex;flex-direction:column}.app-shell main{flex:1}.MuiTypography-overline.MuiTypography-colorPrimary{color:var(--brand-green-dark);font-weight:800;letter-spacing:.09em}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffeb!important}.brand{display:flex;align-items:center;gap:10px;min-width:160px}.brand-mark{width:42px;height:42px;display:block;flex:0 0 auto;filter:drop-shadow(0 5px 9px rgba(23,52,58,.12))}.brand-name{color:var(--ink);font-weight:850!important;letter-spacing:-.025em!important}.brand-name span{color:var(--brand-green)}.footer-brand{width:max-content;margin-bottom:8px}.nav-link{position:relative;white-space:nowrap}.nav-link.active{color:var(--brand-blue-dark);background:var(--soft-blue)}.hero{padding:88px 0 76px;overflow:hidden;background:radial-gradient(circle at 82% 8%,rgba(32,166,122,.18) 0,transparent 32%),radial-gradient(circle at 12% 0,rgba(17,119,201,.12) 0,transparent 30%),linear-gradient(180deg,#fbfdff,#f4fbfb)}.hero-grid{display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:64px}.hero-copy,.lead{font-size:1.2rem;line-height:1.7;color:var(--muted);max-width:750px;margin:22px 0 30px}.hero-visual{min-height:410px;position:relative;display:grid;place-content:center;text-align:center;border:1px solid #cae2f1;border-radius:48% 52% 42% 58%/55% 43% 57% 45%;background:#ffffffb8;box-shadow:0 35px 90px #1177c91f}.hero-icon{margin:auto;font-size:110px!important;color:var(--brand-blue);filter:drop-shadow(0 14px 24px rgba(17,119,201,.16))}.pulse{position:absolute;border:1px solid rgba(32,166,122,.44);border-radius:50%}.pulse-one{inset:35px}.pulse-two{inset:75px}.section{padding-top:72px!important;padding-bottom:88px!important}.feature-grid,.course-grid,.dashboard-grid,.pricing-grid,.stats-grid{display:grid;gap:22px;margin-top:28px}.feature-grid{grid-template-columns:repeat(4,1fr)}.course-grid,.dashboard-grid,.pricing-grid{grid-template-columns:repeat(3,1fr)}.stats-grid{grid-template-columns:repeat(5,1fr)}.feature-grid .MuiCardContent-root{padding:28px}.feature-icon{width:52px;height:52px;display:grid;place-items:center;color:var(--brand-blue);background:var(--soft-blue);border-radius:16px;margin-bottom:25px}.feature-grid>:nth-child(2n) .feature-icon{color:var(--brand-green-dark);background:var(--soft-green)}.course-card{overflow:hidden;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.dashboard-card{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.course-cover{min-height:170px;padding:16px;display:flex;align-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:8px;background:radial-gradient(circle at 82% 25%,rgba(255,255,255,.8) 0 7%,transparent 7.5%),linear-gradient(135deg,#dcedfa,#d9f4ea);background-size:cover;background-position:center;position:relative}.course-cover.has-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,35,38,.55),transparent 75%)}.course-cover .MuiChip-root{position:relative;z-index:1;max-width:100%}.course-card-content{display:flex;flex-direction:column;align-items:flex-start;flex:1}.clamp{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:72px;margin-top:12px!important}.page-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:38px}.course-hero{color:#fff;padding:68px 0;background:radial-gradient(circle at 85% 20%,rgba(255,255,255,.15),transparent 22%),linear-gradient(120deg,var(--brand-blue-dark),var(--brand-blue) 60%,var(--brand-green))}.course-hero .hero-copy{color:#e6f4fb}.course-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:32px;align-items:start}.lesson{padding:24px 0 8px;border-top:1px solid var(--line);margin-top:18px}.profile-head{display:flex;align-items:center;gap:24px;margin-bottom:38px}.chat-log{min-height:400px;max-height:60vh;overflow:auto;display:flex;flex-direction:column;gap:12px;padding:8px}.bubble{max-width:82%;padding:14px 18px;border-radius:18px;background:var(--soft-blue)}.bubble.user{align-self:flex-end;color:#fff;background:var(--brand-blue);border-bottom-right-radius:5px}.bubble.assistant{align-self:flex-start;border:1px solid #d7eaf7;border-bottom-left-radius:5px}.chat-shell{display:grid;grid-template-columns:minmax(240px,320px) 1fr;min-height:620px;overflow:hidden}.conversation-sidebar{border-right:1px solid var(--line);overflow-y:auto;background:#fbfefe}.conversation-sidebar .empty-state{border:0;min-height:100%;border-radius:0}.conversation-main{min-width:0;display:flex;flex-direction:column}.conversation-main>.empty-state{flex:1;border:0}.conversation-header{min-height:64px;display:flex;align-items:center;padding:12px 20px;border-bottom:1px solid var(--line)}.conversation-main .chat-log{flex:1;max-height:none;min-height:420px;padding:20px}.chat-composer{padding:14px;border-top:1px solid var(--line);background:var(--surface)}.message-time{display:block;margin-top:5px;opacity:.72;text-align:right}.connection-dot{width:9px;height:9px;border-radius:50%;background:#d88145}.connection-dot.online{background:var(--brand-green);box-shadow:0 0 0 4px #20a67a1f}.empty-state{min-height:260px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px;text-align:center;padding:40px 20px;border:1px dashed #b7d5e9;border-radius:20px;background:#ffffff9e}.auth-surface{min-height:calc(100vh - 70px);background:radial-gradient(circle at 18% 8%,rgba(17,119,201,.14),transparent 34%),radial-gradient(circle at 88% 22%,rgba(32,166,122,.12),transparent 30%),linear-gradient(180deg,#fbfdff,#f4fbfb)}.subscription-card{border-color:#a8ddcc!important;background:linear-gradient(135deg,#fff,var(--soft-green))}.pricing-card,.pricing-card .MuiCardContent-root{height:100%}.pricing-card .MuiCardContent-root{display:flex;flex-direction:column}.course-layout .MuiAccordion-root{border:1px solid var(--line);box-shadow:none;margin-bottom:12px;border-radius:14px!important;overflow:hidden}.course-layout .MuiFormLabel-root{color:var(--ink);font-weight:700;line-height:1.45}.course-jump-nav{position:sticky;top:72px;z-index:5;padding:10px;margin-bottom:32px;border:1px solid var(--line);border-radius:16px;background:#fffffff0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-sm)}.message-actions{margin-top:4px}.profile-avatar-preview{min-height:180px;display:grid;place-items:center;padding:24px;border:1px solid #d8eaf6;border-radius:18px;background:linear-gradient(135deg,var(--soft-blue),var(--soft-green))}.footer{padding:42px 0;border-top:1px solid var(--line);background:linear-gradient(135deg,#f3f9fd,#eff9f5)}@media(max-width:1000px){.hero-grid,.course-layout{grid-template-columns:1fr}.hero-visual{min-height:300px}.feature-grid,.course-grid{grid-template-columns:repeat(2,1fr)}.stats-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:800px){.chat-shell{grid-template-columns:1fr}.conversation-sidebar{max-height:220px;border-right:0;border-bottom:1px solid var(--line)}.conversation-main{min-height:540px}.chat-page>.MuiStack-root:first-child{align-items:flex-start;flex-direction:column;gap:10px}}@media(hover:hover)and (pointer:fine){.message-actions{opacity:0;transition:opacity .18s ease}.bubble:hover .message-actions,.bubble:focus-within .message-actions{opacity:1}.course-card:hover,.dashboard-card:hover{transform:translateY(-3px);border-color:#b7d5e9;box-shadow:var(--shadow-md)}}@media(max-width:680px){.hero{padding-top:52px}.hero h1{line-height:1.04}.hero-visual{display:none}.feature-grid,.course-grid,.dashboard-grid,.pricing-grid,.stats-grid{grid-template-columns:1fr}.page-heading{align-items:stretch;flex-direction:column}.profile-head{align-items:flex-start;flex-direction:column}.section{padding-top:48px!important;padding-bottom:60px!important}.brand{min-width:auto}.topbar .brand-name{display:none}.footer-brand .brand-name{display:block}.course-cover{min-height:145px}.chat-log{min-height:55vh}.bubble{max-width:92%}.course-jump-nav{top:64px;overflow-x:auto;flex-wrap:nowrap!important}.course-jump-nav .MuiButton-root{white-space:nowrap}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
