:root{--color-bg: #f0f9ff;--color-bg-ghost: #f8fafc;--color-surface: #ffffff;--color-pale: #e0f2fe;--color-crystal: #ffffff;--color-text: #1e293b;--color-text-muted: #64748b;--color-accent: #7c3aed;--color-accent-soft: rgba(124, 58, 237, .06);--color-border: rgba(148, 163, 184, .2);--color-glass: rgba(255, 255, 255, .15);--font-heading: "Outfit", system-ui, sans-serif;--font-body: "Source Sans 3", system-ui, sans-serif;--radius-lg: 20px;--radius-md: 12px;--sidebar-width: 240px;--topbar-height: 52px;--reveal-duration: 1.4s}[data-theme=dark]{--color-bg: #020817;--color-bg-ghost: #0f172a;--color-surface: #0b1224;--color-pale: #0f172a;--color-crystal: #0f172a;--color-text: #f0f9ff;--color-text-muted: #94a3b8;--color-border: rgba(148, 163, 184, .12);--color-glass: rgba(255, 255, 255, .06)}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--color-bg: #020817;--color-bg-ghost: #0f172a;--color-surface: #0b1224;--color-pale: #0f172a;--color-crystal: #0f172a;--color-text: #f0f9ff;--color-text-muted: #94a3b8;--color-border: rgba(148, 163, 184, .12);--color-glass: rgba(255, 255, 255, .06)}}[data-theme=light]{--color-bg: #f0f9ff;--color-bg-ghost: #f8fafc;--color-surface: #ffffff;--color-pale: #e0f2fe;--color-crystal: #ffffff;--color-text: #1e293b;--color-text-muted: #64748b;--color-border: rgba(148, 163, 184, .2);--color-glass: rgba(255, 255, 255, .15)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);font-weight:300;font-size:16px;line-height:1.65;background:var(--color-bg);color:var(--color-text);min-height:100vh}h1,h2,h3,h4{font-family:var(--font-heading);font-weight:200;letter-spacing:-.02em;line-height:1.25}h1{font-size:clamp(2.25rem,4vw,3.75rem)}h2{font-size:clamp(1.75rem,3vw,2.75rem)}h3{font-size:1.35rem;font-weight:300}a{color:inherit;text-decoration-thickness:1px;text-underline-offset:3px}a:hover{text-decoration:underline}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes shimmer{0%,to{filter:brightness(1)}50%{filter:brightness(1.015)}}@keyframes reveal{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.reveal{animation:reveal var(--reveal-duration) ease-out both}.reveal--delay{animation-delay:.35s}.crystal-facet{position:absolute;width:120px;height:120px;clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background:#ffffff0a;pointer-events:none;animation:shimmer 6s ease-in-out infinite}.beam{position:absolute;inset:0;background:linear-gradient(125deg,transparent 48%,rgba(124,58,237,.02) 49%,transparent 52%);pointer-events:none}.shell{display:flex;min-height:100vh;position:relative}.shell__sidebar{width:var(--sidebar-width);flex-shrink:0;border-right:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 88%,transparent);backdrop-filter:blur(20px) saturate(1.2);position:sticky;top:0;align-self:flex-start;height:100vh;padding:1.25rem 1rem;display:flex;flex-direction:column;gap:1rem;z-index:20}.shell__brand{font-family:var(--font-heading);font-weight:200;font-size:1.05rem;letter-spacing:.04em;text-transform:uppercase;opacity:.85}.shell__nav{display:flex;flex-direction:column;gap:.35rem;flex:1;overflow-y:auto}.shell__nav a{text-decoration:none;padding:.45rem .5rem;border-radius:var(--radius-md);border:1px solid transparent;color:var(--color-text-muted);font-size:.95rem;transition:box-shadow .6s ease,color .35s ease,border-color .35s ease}.shell__nav a:hover{color:var(--color-text);border-color:var(--color-border);box-shadow:inset 0 0 12px #7c3aed14}.shell__nav a.is-active{color:var(--color-text);border-color:#7c3aed26}.shell__main{flex:1;min-width:0;display:flex;flex-direction:column}.topbar{height:var(--topbar-height);border-bottom:1px solid var(--color-border);display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;background:color-mix(in srgb,var(--color-bg) 70%,transparent);backdrop-filter:blur(16px);position:sticky;top:0;z-index:10}.topbar__crumb{font-size:.85rem;color:var(--color-text-muted);font-weight:300}.topbar__actions{display:flex;align-items:center;gap:.75rem}.content{flex:1;padding:1rem 1.25rem 3rem;max-width:1200px;width:100%;margin:0 auto}.menu-toggle{display:none;border:1px solid var(--color-border);background:#00000008;border-radius:var(--radius-md);padding:.35rem .55rem;font-family:var(--font-body);font-weight:300;cursor:pointer;color:var(--color-text)}.menu-toggle:hover{box-shadow:0 0 16px #7c3aed26}@media (max-width: 900px){.menu-toggle{display:inline-flex}.shell__sidebar{position:fixed;left:0;transform:translate(-102%);transition:transform .45s ease;box-shadow:0 0 40px #02081726}.shell__sidebar.is-open{transform:translate(0)}.shell__backdrop{display:none;position:fixed;inset:0;background:#02081759;z-index:15}.shell__backdrop.is-open{display:block}}.iwf{position:relative;overflow:hidden;border-radius:var(--radius-lg);background:linear-gradient(135deg,var(--color-pale),var(--color-bg-ghost))}.iwf__img{display:block;width:100%;height:100%;object-fit:cover}.iwf__ph{position:absolute;inset:0;background:linear-gradient(135deg,#7c3aed1f,#e0f2fed9,#f0f9fff2);display:none}.iwf__ph.is-visible{display:block}[data-theme=dark] .iwf__ph,[data-theme=dark] .iwf{background:linear-gradient(135deg,#0f172a,#020817)}[data-fallback-type=pattern] .iwf__ph.is-visible{background:repeating-linear-gradient(-45deg,#ffffff0d,#ffffff0d 6px,#7c3aed0a 6px 12px),linear-gradient(160deg,#0b1224,#020817)}.iwf__img[data-broken="1"]{visibility:hidden;position:absolute}.glass{background:var(--color-glass);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);backdrop-filter:blur(20px) saturate(1.2);transition:box-shadow .6s ease,border-color .45s ease}.glass:hover{box-shadow:inset 0 0 12px #7c3aed14}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.65rem 1.15rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:#00000008;color:var(--color-text);font-family:var(--font-body);font-weight:300;font-size:.95rem;cursor:pointer;text-decoration:none;transition:box-shadow .6s ease,color .35s ease}.btn:hover{box-shadow:0 0 16px #7c3aed26;color:var(--color-text)}.btn--quiet{border-color:transparent;background:transparent;text-decoration:underline;text-underline-offset:4px}.stat-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.stat{padding:.85rem 1rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:#ffffff0a}.stat__value{font-family:var(--font-heading);font-weight:200;font-size:1.65rem}.stat__label{font-size:.8rem;color:var(--color-text-muted)}.course-row{display:grid;grid-template-columns:132px 1fr auto;gap:1rem;align-items:center;padding:.85rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 70%,transparent)}.course-row__thumb{max-height:96px}.course-row__thumb.iwf{min-height:72px}.course-row__meta{font-size:.85rem;color:var(--color-text-muted)}.course-row__price{font-family:var(--font-heading);font-weight:200;white-space:nowrap}@media (max-width: 720px){.course-row{grid-template-columns:1fr}}.t-carousel{display:flex;gap:.85rem;overflow-x:auto;padding-bottom:.5rem;scroll-snap-type:x mandatory}.t-card{flex:0 0 min(320px,80vw);scroll-snap-align:start;padding:1rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 75%,transparent);font-size:.92rem}.t-card--short{flex-basis:220px;font-size:.88rem}.t-card cite{display:block;margin-top:.65rem;font-style:normal;color:var(--color-text-muted);font-size:.82rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.pricing-card{padding:1.25rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 80%,transparent)}.pricing-card--focus{border-color:#7c3aed40;box-shadow:0 0 24px #7c3aed1f}.team-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.85rem}.team-card{position:relative;border-radius:var(--radius-lg);border:1px solid var(--color-border);overflow:hidden;background:color-mix(in srgb,var(--color-surface) 75%,transparent)}.team-card__inner{padding:1rem}.team-card__bio{max-height:0;opacity:0;overflow:hidden;transition:max-height .6s ease,opacity .45s ease;font-size:.88rem;color:var(--color-text-muted)}.team-card:hover .team-card__bio{max-height:120px;opacity:1}.team-card .iwf{border-radius:0;border:none}.form{display:flex;flex-direction:column;gap:.85rem;max-width:520px}.form label{font-size:.85rem;color:var(--color-text-muted)}.form input,.form textarea{width:100%;padding:.65rem .75rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:#ffffff0a;color:var(--color-text);font-family:var(--font-body);font-weight:300}.form textarea{min-height:140px;resize:vertical}.filters{display:flex;flex-direction:column;gap:.65rem;padding:.85rem;border-radius:var(--radius-lg);border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 70%,transparent)}.filters__row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.filters label{font-size:.8rem;color:var(--color-text-muted)}.filters select,.filters input[type=search]{flex:1;min-width:140px;padding:.45rem .5rem;border-radius:var(--radius-md);border:1px solid var(--color-border);background:#ffffff0a;color:var(--color-text);font-family:var(--font-body);font-weight:300}.course-layout{display:grid;grid-template-columns:260px 1fr;gap:1.25rem;align-items:start}@media (max-width: 900px){.course-layout{grid-template-columns:1fr}}.legal{max-width:720px}.legal__updated{font-size:.9rem;color:var(--color-text-muted);margin-bottom:2rem}.legal section{margin-bottom:2rem}.legal h2{font-size:1.2rem;font-weight:300;margin-bottom:.5rem}.legal p,.legal li{color:var(--color-text-muted);font-size:.95rem}@media print{.shell__sidebar,.topbar,footer{display:none!important}.content{max-width:none}}.hero-dash{position:relative;padding:1.5rem 0 2rem;overflow:hidden}.hero-dash__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1.25rem;align-items:stretch}@media (max-width: 820px){.hero-dash__grid{grid-template-columns:1fr}}.hero-dash__stat{font-family:var(--font-heading);font-weight:200;font-size:clamp(2.5rem,5vw,4rem);letter-spacing:-.03em}.hero-dash__panels{display:grid;gap:.5rem}.mock-panel{border-radius:var(--radius-md);border:1px solid var(--color-border);padding:.65rem .75rem;font-size:.78rem;color:var(--color-text-muted);background:#ffffff08}.section{padding:2.5rem 0}.section--tight{padding:1.25rem 0}.section--airy{padding:3.5rem 0}.footer{border-top:1px solid rgba(124,58,237,.12);margin-top:auto;padding:2rem 1.25rem;font-size:.88rem;color:var(--color-text-muted)}.footer__grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}@media (max-width: 720px){.footer__grid{grid-template-columns:1fr}}.footer__legal h3{font-size:.85rem;font-weight:300;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.5rem;color:var(--color-text-muted)}.footer__legal ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.65rem 1rem}.footer__tagline{font-family:var(--font-heading);font-weight:200;font-size:1rem;color:var(--color-text);margin:.5rem 0}.cookie-host{position:fixed;z-index:100;left:1rem;bottom:1rem;max-width:min(380px,calc(100vw - 2rem))}.theme-fab{position:fixed;right:1rem;bottom:5.5rem;z-index:99;border-radius:999px;width:44px;height:44px;border:1px solid var(--color-border);background:color-mix(in srgb,var(--color-surface) 80%,transparent);backdrop-filter:blur(12px);cursor:pointer;font-size:1.1rem;line-height:1;display:flex;align-items:center;justify-content:center;transition:box-shadow .6s ease}.theme-fab:hover{box-shadow:0 0 16px #7c3aed26}.scroll-top{display:inline-flex;margin-top:1rem;font-size:.85rem}.process-rail{display:flex;flex-wrap:wrap;gap:.65rem;align-items:stretch}.process-step{flex:1 1 140px;padding:.75rem .85rem;border-radius:var(--radius-md);border:1px dashed var(--color-border);font-size:.88rem}.process-step strong{font-weight:400;display:block;margin-bottom:.25rem}.notfound{text-align:center;padding:4rem 1rem}.notfound h1{font-size:4rem;font-weight:200}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:200;src:url(/_astro/outfit-latin-ext-200-normal.CDaNj-TM.woff2) format("woff2"),url(/_astro/outfit-latin-ext-200-normal.T8AF5eto.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:200;src:url(/_astro/outfit-latin-200-normal.DovQRx1c.woff2) format("woff2"),url(/_astro/outfit-latin-200-normal.DBi7mfCs.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/outfit-latin-ext-300-normal.BYS6Dpvq.woff2) format("woff2"),url(/_astro/outfit-latin-ext-300-normal.CMIMshEd.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Outfit;font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/outfit-latin-300-normal.CRYTwY6m.woff2) format("woff2"),url(/_astro/outfit-latin-300-normal.AWLfuCom.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/source-sans-3-cyrillic-ext-300-normal.BScJVoff.woff2) format("woff2"),url(/_astro/source-sans-3-cyrillic-ext-300-normal.BWjviSXR.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/source-sans-3-cyrillic-300-normal.BQEW1_rK.woff2) format("woff2"),url(/_astro/source-sans-3-cyrillic-300-normal.DPVQS6lp.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/source-sans-3-greek-ext-300-normal.CRvD0syG.woff2) format("woff2"),url(/_astro/source-sans-3-greek-ext-300-normal.B16eTztQ.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/source-sans-3-greek-300-normal.BOvp4GnK.woff2) format("woff2"),url(/_astro/source-sans-3-greek-300-normal.CLjI7Ux4.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/source-sans-3-vietnamese-300-normal.CL5GESd6.woff2) format("woff2"),url(/_astro/source-sans-3-vietnamese-300-normal.BFwU3kZG.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/source-sans-3-latin-ext-300-normal.WvfVEKlz.woff2) format("woff2"),url(/_astro/source-sans-3-latin-ext-300-normal.BJOP1eKi.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:300;src:url(/_astro/source-sans-3-latin-300-normal.KpEPfINB.woff2) format("woff2"),url(/_astro/source-sans-3-latin-300-normal.8oYadkX6.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-cyrillic-ext-400-normal.BwJdxs7r.woff2) format("woff2"),url(/_astro/source-sans-3-cyrillic-ext-400-normal.Cd63HKDh.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-cyrillic-400-normal.DjhbW-4D.woff2) format("woff2"),url(/_astro/source-sans-3-cyrillic-400-normal.7kQcAFpS.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-greek-ext-400-normal.CpIwTHMM.woff2) format("woff2"),url(/_astro/source-sans-3-greek-ext-400-normal.BI1kUwmR.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-greek-400-normal.DZReXJla.woff2) format("woff2"),url(/_astro/source-sans-3-greek-400-normal.DJm9Ud5h.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-vietnamese-400-normal.CwtaIDr2.woff2) format("woff2"),url(/_astro/source-sans-3-vietnamese-400-normal.dYp9C364.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-latin-ext-400-normal.UNsKFIBq.woff2) format("woff2"),url(/_astro/source-sans-3-latin-ext-400-normal.BGPHfnm_.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:"Source Sans 3";font-style:normal;font-display:swap;font-weight:400;src:url(/_astro/source-sans-3-latin-400-normal.DQi5PRDE.woff2) format("woff2"),url(/_astro/source-sans-3-latin-400-normal.AFMiCETP.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
