@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@700;800&display=swap";*,:before,:after{box-sizing:border-box}html,body,#root{min-height:100%}body{min-width:320px}:root{--background:#f8f9fa;--surface-low:#f3f4f5;--surface-container:#edeeef;--surface-card:#ffffffd1;--surface-white:#fff;--text:#191c1d;--text-muted:#454558;--outline:#c6c4db73;--primary:#1100bc;--primary-strong:#1b00ff;--secondary:#7547ab;--tertiary:#005569;--danger:#ba1a1a;--shadow:0 20px 40px #191c1d0f;--shell:1180px}html{scroll-behavior:smooth;overflow-x:hidden}body{color:var(--text);background:radial-gradient(circle at top left, #1100bc14, transparent 24rem), radial-gradient(circle at bottom right, #7547ab1a, transparent 28rem), var(--background);margin:0;font-family:Inter,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input{font:inherit}.button{cursor:pointer;border:0;border-radius:1rem;justify-content:center;align-items:center;gap:.65rem;min-height:3.5rem;padding:0 1.5rem;font-weight:700;transition:transform .18s,box-shadow .18s,background-color .18s,color .18s;display:inline-flex}.button:hover{transform:translateY(-1px)}.button--small{min-height:2.75rem;padding:0 1.15rem;font-size:.95rem}.button--primary{color:#fff;background:linear-gradient(135deg, var(--primary), var(--primary-strong))}.button--primary:hover{box-shadow:var(--shadow)}.button--tertiary{color:var(--primary);background:0 0}.button--light{color:var(--primary);background:#fff}.button--outline-light{color:#fff;background:#ffffff14;box-shadow:inset 0 0 0 1px #ffffff38}.button--dark{color:#fff;background:var(--text)}.app{width:min(100% - 2rem, var(--shell));margin:0 auto;padding-bottom:2.5rem}.app__layout{display:block}.app__content{min-width:0}@media (width>=981px){.app__layout{grid-template-columns:16rem minmax(0,1fr);align-items:start;gap:2rem;display:grid}}.site-footer{background:#ffffff8c;padding:2rem 0 2.4rem}.site-footer__inner{width:min(100% - 2rem, var(--shell));justify-content:space-between;align-items:center;gap:1.5rem;margin:0 auto;display:flex}.site-footer__brand{letter-spacing:-.03em;margin:0;font-family:Manrope,sans-serif;font-size:1.35rem;font-weight:800}.site-footer__copy{color:var(--text-muted);margin:.35rem 0 0;font-size:.95rem;line-height:1.75}.site-footer__nav{flex-wrap:wrap;gap:1.5rem;display:flex}.site-footer__link{color:var(--text-muted)}.site-footer__link:hover{color:var(--primary)}.site-footer__link-button{font:inherit;cursor:pointer;background:0 0;border:0;padding:0}@media (width<=760px){.site-footer__inner{align-items:flex-start}}.site-header{z-index:20;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#f8f9fad6;position:sticky;top:0;box-shadow:0 16px 32px #191c1d0a}.site-header__inner{width:min(100% - 2rem, var(--shell));justify-content:space-between;align-items:center;gap:1.5rem;min-height:5rem;margin:0 auto;display:flex}.site-header__cta-spacer{width:fit-content;min-width:9.5rem}.brand{align-items:center;gap:.85rem;font-family:Manrope,sans-serif;display:inline-flex}.brand__mark{width:2.5rem;height:2.5rem;box-shadow:var(--shadow), inset 0 0 0 1px #1100bc14;background:#ffffffeb;border-radius:.9rem;place-items:center;display:grid}.brand__mark img{object-fit:contain;width:1.75rem;height:1.75rem;display:block}.brand__text{letter-spacing:-.03em;font-size:1.35rem;font-weight:800}.site-nav{color:var(--text-muted);gap:2rem;font-weight:500;display:inline-flex}.site-nav__link{padding-bottom:.35rem;transition:color .18s}.site-nav__link:hover,.site-nav__link--active{color:var(--primary)}.site-nav__link--active{box-shadow:inset 0 -2px 0 var(--primary)}@media (width<=760px){.site-nav,.button--small,.site-header__cta-spacer{display:none}}.chat-avatar{align-items:center;gap:.65rem;min-width:0;display:inline-flex}.chat-avatar__image{object-fit:contain;border:2px solid #ffffffb8;border-radius:50%;width:3.5rem;height:3.5rem;box-shadow:0 10px 20px #1118271f}.chat-avatar__name{color:var(--text);font-size:.88rem;font-weight:700}.course-item-dump{gap:.8rem;display:grid}.course-item-dump__label{color:#4f5d75;margin:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.84rem}.course-item-dump__panel{color:#d7deea;background:linear-gradient(#12151ffa,#181d2afa);border:1px solid #17192347;border-radius:1rem;padding:1rem 1.1rem;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.92rem;line-height:1.65;overflow-x:auto;box-shadow:inset 0 1px #ffffff0d,0 22px 40px #0b0f1824}.course-item-dump__row,.course-item-dump__summary{align-items:baseline;gap:.75rem;display:flex}.course-item-dump__row{padding:.1rem 0}.course-item-dump__group{margin:0}.course-item-dump__group[open]>.course-item-dump__summary{margin-bottom:.3rem}.course-item-dump__summary{cursor:pointer;list-style:none}.course-item-dump__summary::-webkit-details-marker{display:none}.course-item-dump__summary:before{content:"▸";color:#89a7ff;transform-origin:50%;width:.8rem;transition:transform .16s;display:inline-block}.course-item-dump__group[open]>.course-item-dump__summary:before{transform:rotate(90deg)}.course-item-dump__children{border-left:1px solid #89a7ff3d;gap:.18rem;margin-left:1.15rem;padding-left:.95rem;display:grid}.course-item-dump__key{color:#8fb8ff}.course-item-dump__meta{color:#8f98aa}.course-item-dump__value{word-break:break-word}.course-item-dump__value--string{color:#ffd479}.course-item-dump__value--number{color:#7de0ff}.course-item-dump__value--boolean{color:#d393ff}.course-item-dump__value--null{color:#8f98aa;font-style:italic}.course-item-h2{color:var(--color-ink-strong);letter-spacing:-.04em;margin:0;font-family:Manrope,sans-serif;font-size:clamp(1.7rem,3vw,2.3rem);font-weight:800;line-height:1.05}.course-item-image{margin:0}.course-item-image__media{border:1px solid #11182714;border-radius:1.25rem;width:100%;display:block;box-shadow:0 20px 40px #11182714}.course-item-paragraph a,.course-item-info__content a,.course-item-ul a{overflow-wrap:anywhere;word-break:break-word;vertical-align:middle;flex-wrap:wrap;align-items:center;gap:.22rem;max-width:100%;display:inline-flex}.course-inline-copy{max-width:100%;color:var(--text);font:inherit;vertical-align:middle;cursor:pointer;overflow-wrap:anywhere;word-break:break-word;background:#f8fafff5;border:1px solid #1118271f;border-radius:.65rem;flex-wrap:wrap;align-items:center;gap:.45rem;padding:.18rem .45rem;line-height:1.4;transition:border-color .16s,box-shadow .16s,transform .16s,background-color .16s;display:inline-flex}.course-inline-copy:hover{border-color:#1100bc33;transform:translateY(-1px);box-shadow:0 10px 20px #11182714}.course-inline-copy--copied{color:#0b7a39;background:#edfbf3fa;border-color:#0b7a393d}.course-inline-copy__value{overflow-wrap:anywhere;word-break:break-word;font-family:JetBrains Mono,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.92em}.course-inline-copy__icon{flex:none;place-items:center;display:inline-grid}.course-inline-copy__status{align-items:center;gap:.28rem;display:inline-flex}.course-inline-copy__feedback{font-size:.82em;font-weight:700}.course-item-info{background:linear-gradient(#f5f7fff2,#eef2ffe6);border:1px solid #11182714;border-radius:1.25rem;padding:1.25rem}.course-item-info__heading{color:var(--color-ink-strong);align-items:baseline;gap:.55rem;margin:0 0 .5rem;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;display:inline-flex}.course-item-info__icon{color:var(--course-accent);flex:none;justify-content:center;align-items:center;display:inline-flex;transform:translateY(.2em)}.course-item-info__content{color:var(--color-ink-soft);margin:0;font-size:.95rem;line-height:1.7}.course-item-info__content a{color:var(--course-accent);text-underline-offset:.16em;font-weight:600;text-decoration-thickness:.08em}.course-item-info__content strong{color:var(--color-ink-strong);font-weight:700}.course-item-info__content em{font-style:italic}.course-item-paragraph{color:var(--color-ink-soft);overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:1rem;line-height:1.75}.course-item-paragraph a{color:var(--course-accent);text-underline-offset:.16em;font-weight:600;text-decoration-thickness:.08em}.course-item-paragraph strong{color:var(--color-ink-strong);font-weight:700}.course-item-paragraph em{font-style:italic}.course-item-quiz{background:linear-gradient(#fffffff5,#f6f8fff0);border:1px solid #11182714;border-radius:1.4rem;gap:1rem;padding:1.2rem;display:grid;box-shadow:0 22px 44px #1118270f}.course-item-quiz__question{color:var(--text);margin:0;font-family:Manrope,sans-serif;font-size:1.08rem;font-weight:700;line-height:1.5}.course-item-quiz__choices{gap:.8rem;display:grid}.course-item-quiz__mode{color:var(--text-muted);font-size:.88rem;font-weight:600}.course-item-quiz__choice{background:#ffffffdb;border:1px solid #11182714;border-radius:1rem;gap:.7rem;padding:.95rem 1rem;transition:border-color .16s,box-shadow .16s,transform .16s,background-color .16s;display:grid;position:relative}.course-item-quiz__choice:hover{border-color:#1100bc33;transform:translateY(-1px);box-shadow:0 16px 28px #1118270f}.course-item-quiz__choice--selected{background:#f3f1fff5;border-color:#1100bc47}.course-item-quiz__choice--error{background:#fff4f4fa;border-color:#b71c1c47}.course-item-quiz__choice--correct{background:#eefbf2fa;border-color:#0b7a393d}.course-item-quiz__choice-main{cursor:pointer;grid-template-columns:1.25rem 1fr;align-items:start;gap:.8rem;display:grid}.course-item-quiz__result-icon{place-items:center;width:1.5rem;height:1.5rem;display:inline-grid;position:absolute;top:.7rem;right:.7rem}.course-item-quiz__choice--correct .course-item-quiz__result-icon{color:#0b7a39}.course-item-quiz__choice--error .course-item-quiz__result-icon{color:#b71c1c}.course-item-quiz__input{opacity:0;pointer-events:none;position:absolute}.course-item-quiz__input:disabled+.course-item-quiz__control,.course-item-quiz__input:disabled~.course-item-quiz__label{cursor:default}.course-item-quiz__control{background:#fff;border:2px solid #1118272e;border-radius:50%;width:1.15rem;height:1.15rem;margin-top:.15rem;display:block;position:relative}.course-item-quiz__choice--selected .course-item-quiz__control{border-color:var(--primary)}.course-item-quiz__choice--selected .course-item-quiz__control:after{content:"";background:var(--primary);border-radius:50%;position:absolute;inset:.18rem}.course-item-quiz__input[type=checkbox]+.course-item-quiz__control{border-radius:.3rem}.course-item-quiz__choice--selected .course-item-quiz__input[type=checkbox]+.course-item-quiz__control:after{border-radius:.18rem;inset:.14rem}.course-item-quiz__label{color:var(--text);padding-right:1.7rem;line-height:1.65}.course-item-quiz__footer{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.course-item-quiz__submit{min-width:8.5rem}.course-item-quiz__success{color:#0b7a39;margin:0;font-size:.95rem;font-weight:600}.course-item-quiz__error{color:#8f1d1d;margin:0;padding-left:2.05rem;font-size:.92rem;line-height:1.65}.course-item-ul{display:grid}.course-item-ul__title{color:var(--color-ink-soft);overflow-wrap:anywhere;word-break:break-word;margin:0;font-size:1rem;line-height:1.75}.course-item-ul__list{color:var(--color-ink-soft);margin:0;padding-left:1.2rem;display:grid}.course-item-ul__item{overflow-wrap:anywhere;word-break:break-word;line-height:1.7}.course-item-ul :where(a){color:var(--course-accent);text-underline-offset:.16em;font-weight:600;text-decoration-thickness:.08em}.course-item-ul :where(strong){color:var(--color-ink-strong);font-weight:700}.course-item-ul :where(em){font-style:italic}.course-item-yaml{gap:.8rem;display:grid}.course-item-yaml__label{color:#504e6e;margin:0;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.84rem}.course-item-yaml__panel{color:#b3b3d4;white-space:pre;background:#1d1d26;border:1px solid #252533;border-radius:1rem;margin:0;padding:1rem 1.1rem;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.9rem;line-height:1.7;overflow-x:auto;box-shadow:inset 0 1px #ffffff08,0 22px 40px #0b0f1829}.course-item-yaml__line{display:block}.course-item-yaml__key{color:#b3b3d4}.course-item-yaml__punctuation{color:#f39}.course-item-yaml__scalar{color:#b3b3d4}.course-item-yaml__scalar--string{color:#fc6}.course-item-yaml__scalar--accent{color:#c6f}.course-item-yaml__comment{color:#504e6e}.course-chat{display:grid}.course-chat__transcript{gap:1.25rem;display:grid}.course-chat__turn{gap:.35rem;display:grid}.course-chat__message{gap:.55rem;display:grid}.course-chat__message--mentor+.course-chat__message--mentor{margin-top:-.1rem}.course-chat__message--learner{justify-items:end}.course-chat__meta{display:flex}.course-chat__bubble{border-radius:1.4rem;max-width:min(100%,44rem);padding:1rem 1.1rem;box-shadow:0 18px 36px #11182714}.course-chat__bubble--mentor{background:linear-gradient(#fffffffa,#f4f6fff0);border-top-left-radius:.45rem}.course-chat__bubble--learner{color:#fff;background:linear-gradient(#1100bcf5,#2a13b7f0);border-top-right-radius:.45rem}.course-chat__bubble--learner .course-item-paragraph,.course-chat__bubble--learner .course-chat__answer{color:inherit}.course-chat__bubble :where(.course-item-h2){font-size:clamp(1.4rem,3vw,1.8rem)}.course-chat__bubble :where(.course-item-image__media){box-shadow:0 16px 32px #11182714}.course-chat__responses{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;display:flex}.course-chat__response-button{color:var(--text);font:inherit;cursor:pointer;background:#fffffff5;border:1px solid #1100bc1f;border-radius:999px;padding:.8rem 1rem;font-weight:600;transition:transform .16s,box-shadow .16s,border-color .16s;animation-name:course-chat-response-nudge;animation-duration:6s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-delay:6s}.course-chat__response-button:hover{border-color:#1100bc42;transform:translateY(-1px);box-shadow:0 12px 24px #11182714}.course-chat__response-button:nth-child(2){animation-delay:6.2s}.course-chat__response-button:nth-child(3){animation-delay:6.4s}.course-chat__response-button:nth-child(4){animation-delay:6.6s}.course-chat__answer{margin:0;line-height:1.65}.course-chat__bubble--typing{align-items:center;gap:.4rem;width:fit-content;display:inline-flex}.course-chat__typing-dot{background:color-mix(in srgb, var(--course-accent) 56%, white);border-radius:50%;width:.5rem;height:.5rem;animation:1s ease-in-out infinite course-chat-typing}.course-chat__typing-dot:nth-child(2){animation-delay:.14s}.course-chat__typing-dot:nth-child(3){animation-delay:.28s}@keyframes course-chat-typing{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-.2rem)}}@keyframes course-chat-response-nudge{0%,84%,to{border-color:#1100bc1f;transform:translateY(0)scale(1);box-shadow:0 0 #1100bc00}88%{border-color:#1100bc3d;transform:translateY(-1px)scale(1.01);box-shadow:0 0 0 .35rem #1100bc14}92%{border-color:#1100bc4d;transform:translateY(0)scale(1.03);box-shadow:0 0 0 .6rem #1100bc1a}96%{border-color:#1100bc2e;transform:translateY(0)scale(1);box-shadow:0 0 #1100bc00}}@media (width<=767px){.course-chat__bubble{max-width:100%}.course-chat__responses{justify-content:stretch}.course-chat__response-button{width:100%}}.course-page{--course-accent:var(--primary);background:radial-gradient(circle at 100% 0,#1100bc14,#0000 30%),linear-gradient(#f8faff 0%,#f3f6ff 40%,#fff 100%);min-height:100vh}.course-page--primary{--course-accent:var(--primary)}.course-page--secondary{--course-accent:var(--secondary)}.course-page--tertiary{--course-accent:var(--tertiary)}.course-page--danger{--course-accent:var(--danger)}.course-page__shell{padding:0 0 4rem}.course-page__eyebrow{color:var(--course-accent);background:#fffc;border-radius:999px;align-items:center;gap:.75rem;padding:.5rem .8rem;font-size:.9rem;font-weight:700;display:inline-flex;position:absolute;top:1.5rem;left:1.5rem}.course-page__options{z-index:2;position:absolute;top:1.5rem;right:1.5rem}.course-page__options-trigger{width:2.6rem;height:2.6rem;color:var(--text);cursor:pointer;background:#ffffffeb;border:0;border-radius:999px;place-items:center;display:inline-grid;box-shadow:0 14px 26px #11182714}.course-page__options-menu{background:#fffffffa;border:1px solid #11182714;border-radius:1rem;min-width:13rem;padding:.45rem;position:absolute;top:calc(100% + .55rem);right:0;box-shadow:0 18px 34px #1118271a}.course-page__options-action{width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:.8rem;padding:.8rem .9rem}.course-page__options-action:hover{color:var(--primary);background:#1100bc0d}.course-page__eyebrow-icon{background:color-mix(in srgb, var(--course-accent) 12%, white);border-radius:.8rem;place-items:center;width:2rem;height:2rem;display:inline-grid}.course-page__eyebrow-icon svg{width:1rem;height:1rem}.course-page__title{text-align:center;color:var(--text-color);letter-spacing:-.05em;margin:1rem auto 0;font-family:Manrope,sans-serif;font-size:clamp(2.1rem,4vw,3.3rem);line-height:1.04}.course-page__description{max-width:60rem;color:var(--text-muted);white-space:pre-line;background:linear-gradient(#f8fafffa,#f2f6fffa);border:1px solid #1118271a;border-radius:1.2rem;margin:1rem 0 0;padding:1.35rem 1.45rem;font-size:1.02rem;line-height:1.75}.course-page__message{display:grid}.course-page__message--learner{justify-items:end}.course-page__start-button{color:#fff;max-width:min(100%,22rem);font:inherit;cursor:pointer;background:linear-gradient(#1100bcf5,#2a13b7f0);border:0;border-radius:1.4rem .45rem 1.4rem 1.4rem;padding:1rem 1.15rem;font-weight:700;line-height:1.65;transition:transform .16s,box-shadow .16s;box-shadow:0 18px 36px #11182714}.course-page__start-button:hover{transform:translateY(-1px);box-shadow:0 20px 38px #1118271f}.course-page__timeline{margin-top:1.2rem;padding:1rem .75rem .55rem 1.2rem;overflow:visible}.course-page__timeline--header{width:min(100% - 2rem, var(--shell));margin:1.25rem auto 1.6rem;padding-top:.4rem}.course-page__timeline-list{justify-content:space-between;align-items:flex-start;gap:1rem;min-width:100%;margin:0;padding:.3rem .5rem 0 0;list-style:none;display:flex;position:relative}.course-page__timeline-list:before{content:"";background:#1118271f;border-radius:999px;height:.18rem;position:absolute;top:1.5rem;left:2.2rem;right:1.5rem}.course-page__timeline-item{z-index:1;flex:1 1 0;position:relative}.course-page__timeline-link{color:inherit;text-align:center;flex-direction:column;align-items:center;gap:1.15rem;text-decoration:none;display:flex}.course-page__timeline-marker{width:3rem;height:3rem;color:var(--course-accent);background:#fff;border-radius:50%;place-items:center;font-family:Manrope,sans-serif;font-weight:800;transition:transform .18s,background-color .18s,color .18s,box-shadow .18s;display:grid;box-shadow:0 0 0 .45rem #f3f6ff}.course-page__timeline-label{max-width:12rem;color:var(--text-muted);font-size:.95rem;font-weight:600;line-height:1.45}.course-page__timeline-item--reached .course-page__timeline-marker{background:var(--course-accent);color:#fff}.course-page__timeline-item--current .course-page__timeline-marker{box-shadow:0 0 0 .45rem #f3f6ff, 0 0 0 .85rem color-mix(in srgb, var(--course-accent) 10%, transparent);transform:scale(1.1)}.course-page__timeline-item--current .course-page__timeline-label{color:var(--text-color)}.course-page__content{background:#ffffffe0;border-radius:2rem;gap:1.4rem;width:min(100%,52rem);margin:0 auto;padding:4.35rem 1.5rem 1.5rem;display:grid;position:relative;box-shadow:0 24px 60px #11182714}.course-page__locked{background:linear-gradient(#f8fafffa,#f2f6fffa);border:1px dashed #11182729;border-radius:1.2rem;gap:.9rem;padding:1.35rem 1.45rem;display:grid}.course-page__locked-title{color:var(--text);margin:0;font-family:Manrope,sans-serif;font-size:1rem;font-weight:800}.course-page__locked-copy{color:var(--text-muted);margin:0;line-height:1.7}.course-page__locked .button{justify-self:end;margin-top:1rem}.course-page__skills{background:linear-gradient(#f8fafffa,#f2f6fffa);border:1px solid #1118271a;border-radius:1.2rem;padding:1.35rem 1.45rem}.course-page__skills-title{color:var(--text);margin:0;font-family:Manrope,sans-serif;font-size:1rem;font-weight:800}.course-page__skills-list{gap:.6rem;margin:.9rem 0 0;padding:0;list-style:none;display:grid}.course-page__skills-item{color:var(--text-muted);padding-left:1.4rem;line-height:1.65;position:relative}.course-page__skills-item:before{content:"";background:var(--course-accent);border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:50%;left:0;transform:translateY(-50%)}.course-page__locked .course-page__skills-title{margin-top:.15rem}.course-page__modal-backdrop{z-index:40;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f121d61;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.course-page__modal{background:#fffffffa;border:1px solid #11182714;border-radius:1.4rem;width:min(100%,28rem);padding:1.4rem;box-shadow:0 28px 60px #11182729}.course-page__modal-title{color:var(--text);margin:0;font-family:Manrope,sans-serif;font-size:1.15rem;font-weight:800}.course-page__modal-copy{color:var(--text-muted);margin:.85rem 0 0;line-height:1.7}.course-page__modal-actions{justify-content:flex-end;gap:.75rem;margin-top:1.35rem;display:flex}@media (width>=768px){.course-page__shell{padding-top:0}.course-page__content{padding:5rem 2.25rem 2.25rem}.course-page__options{right:2.25rem}}@media (width<=767px){.course-page__timeline{-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:1rem .35rem .55rem;overflow:auto visible}.course-page__timeline::-webkit-scrollbar{display:none}.course-page__timeline-list{scroll-snap-type:x proximity;justify-content:flex-start;gap:0;min-width:max-content;padding:.3rem .25rem 0}.course-page__timeline-list:before{left:2rem;right:2rem}.course-page__timeline-item{scroll-snap-align:center;flex:0 0 8.75rem}.course-page__timeline-label{max-width:7.25rem;font-size:.84rem;line-height:1.35}}.sidebar{display:none}.sidebar__panel{box-shadow:var(--shadow);background:#fffc;border-radius:1.75rem;padding:1.5rem}.sidebar__title{margin:0 0 1rem;font-family:Manrope,sans-serif;font-size:1rem;font-weight:800}.sidebar__nav{gap:.4rem;display:grid}.sidebar__link{color:var(--text-muted);border-radius:1rem;align-items:center;gap:.75rem;padding:.9rem 1rem;font-weight:600;transition:transform .18s,background-color .18s,color .18s;display:inline-flex}.sidebar__link:hover,.sidebar__link--current{color:var(--primary);background:#1100bc0f;transform:translate(.15rem)}.sidebar__icon{flex:none;width:1rem;height:1rem}@media (width>=981px){.sidebar{display:block;position:sticky;top:7rem}}.hero{box-shadow:var(--shadow);background:linear-gradient(#ffffffd1,#f3f4f5db);border-radius:2rem;margin-top:2.5rem;padding:3rem;position:relative;overflow:hidden}.hero__grid{z-index:1;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:4rem;display:grid;position:relative}.hero__eyebrow{color:var(--secondary);letter-spacing:.16em;text-transform:uppercase;background:#efdbff99;border-radius:999px;align-items:center;gap:.6rem;margin:0 0 1.35rem;padding:.55rem .9rem;font-size:.78rem;font-weight:700;display:inline-flex}.hero__eyebrow-dot{background:var(--secondary);border-radius:50%;width:.5rem;height:.5rem}.hero__title{letter-spacing:-.04em;max-width:11ch;margin:0;font-family:Manrope,sans-serif;font-size:clamp(3rem,5vw,4rem);line-height:.96}.hero__title span{color:var(--primary);font-style:italic}.hero__text{max-width:38rem;color:var(--text-muted);margin:1.5rem 0 0;font-size:1.1rem;line-height:1.75}.hero__actions{flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex}.hero__orb,.hero__glow{filter:blur(20px);pointer-events:none;border-radius:50%;position:absolute}.hero__orb--primary{background:#1b00ff14;width:18rem;height:18rem;top:7rem;right:10%}.hero__orb--secondary{background:#7547ab1f;width:16rem;height:16rem;bottom:2rem;left:8%}.hero__visual{z-index:0;background:linear-gradient(145deg,#fffffff2,#f3f4f5cc),linear-gradient(135deg,#1100bc12,#7547ab14);border-radius:2rem;min-height:34rem;position:relative;overflow:hidden;transform:rotate(2deg);box-shadow:0 28px 64px #191c1d1f}.hero__glow{background:radial-gradient(circle,#1b00ff33,#0000 70%);width:14rem;height:14rem;inset:auto auto 2rem 2rem}.hero__screen{pointer-events:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:var(--shadow);position:absolute}.hero__screen--main{background:linear-gradient(#0f0d2af2,#221d57f5),#120f2d;border-radius:1.6rem;inset:3.25rem 5.5rem 5rem 3rem}.hero__screen--main:before{content:"";background:linear-gradient(90deg,#ffffff1f,#0000);border-radius:999px;height:1.2rem;position:absolute;inset:1.3rem 1.3rem auto}.hero__screen--panel{background:#ffffffe0;border-radius:1.35rem;width:13rem;padding:1rem;bottom:2.1rem;right:2.2rem}.hero__code-lines{gap:1rem;display:grid;position:absolute;inset:4.3rem 1.5rem 1.5rem}.hero__code-lines span{background:linear-gradient(90deg,#4cd6ff2e,#1b00ff47),#ffffff0d;border-radius:1rem;height:3.5rem;display:block}.hero__code-lines span:nth-child(2){width:82%}.hero__code-lines span:nth-child(3){width:68%}.hero__code-lines span:nth-child(4){width:55%}.hero__metric-pill{color:var(--primary);letter-spacing:.08em;text-transform:uppercase;background:#1100bc14;border-radius:999px;padding:.4rem .7rem;font-size:.76rem;font-weight:700;display:inline-flex}.hero__metric-grid{grid-template-columns:repeat(2,1fr);gap:.7rem;margin-top:.85rem;display:grid}.hero__metric-grid span{aspect-ratio:1;background:linear-gradient(145deg,#1100bc1f,#7547ab2e);border-radius:.95rem}@media (width<=980px){.hero{padding:2rem}.hero__grid{grid-template-columns:1fr;gap:2.5rem}}@media (width<=760px){.hero{margin-top:1.5rem;padding:1.5rem}.hero__visual{min-height:24rem;transform:none}.hero__screen--main{inset:1.5rem 4rem 3.2rem 1.4rem}.hero__screen--panel{width:9.5rem;bottom:1rem;right:1rem}}.timeline__item{grid-template-columns:1fr 4rem 1fr;align-items:start;display:grid;position:relative}.timeline__item--left .timeline__card{grid-column:1}.timeline__item--right .timeline__card{grid-column:3}.timeline__item--reached .timeline__marker{color:#fff;transform:scale(1.02)}.timeline__item--current .timeline__marker{box-shadow:0 0 0 .55rem var(--surface-container), 0 0 0 1rem #1100bc14;transform:scale(1.12)}.timeline__item--reached .timeline__card{opacity:1;transform:translateY(0)}.timeline__item--current .timeline__card{background:#ffffffeb;box-shadow:0 24px 48px #191c1d14}.timeline__item--primary.timeline__item--reached .timeline__marker{background:var(--primary)}.timeline__item--secondary.timeline__item--reached .timeline__marker{background:var(--secondary)}.timeline__item--tertiary.timeline__item--reached .timeline__marker{background:var(--tertiary)}.timeline__item--danger.timeline__item--reached .timeline__marker{background:var(--danger)}.timeline__item--primary .timeline__icon{color:var(--primary);background:#1100bc1a}.timeline__item--secondary .timeline__icon{color:var(--secondary);background:#7547ab21}.timeline__item--tertiary .timeline__icon{color:var(--tertiary);background:#0055691f}.timeline__item--danger .timeline__icon{color:var(--danger);background:#ba1a1a1a}.timeline__marker{z-index:1;background:var(--surface-white);width:3rem;height:3rem;color:var(--primary);box-shadow:0 0 0 .55rem var(--surface-container);border-radius:50%;grid-column:2;align-self:start;place-items:center;margin:0 auto;font-family:Manrope,sans-serif;font-weight:800;transition:transform .22s,background-color .22s,color .22s,box-shadow .22s;display:grid}.timeline__card{background:var(--surface-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow);opacity:.72;border-radius:1.5rem;padding:2rem;transition:transform .28s,opacity .28s,background-color .28s,box-shadow .28s;display:block;transform:translateY(1.1rem)}.timeline__card--interactive{color:inherit;cursor:pointer;text-decoration:none}.timeline__card--interactive:hover{transform:translateY(-.2rem);box-shadow:0 28px 56px #191c1d1a}.timeline__icon{border-radius:1rem;place-items:center;width:3rem;height:3rem;font-weight:700;display:inline-grid}.timeline__heading{align-items:center;gap:.9rem;display:flex}.timeline__icon-svg{width:1.4rem;height:1.4rem}.timeline__title{letter-spacing:-.03em;margin:0;font-family:Manrope,sans-serif;font-size:1.7rem}.timeline__description{color:var(--text-muted);white-space:pre-line;margin:1rem 0 0;line-height:1.75}.timeline__art{border-radius:1.2rem;min-height:10.5rem;margin-top:1.6rem;position:relative;overflow:hidden}.timeline__art:before,.timeline__art:after{content:"";position:absolute}.timeline__art--installation{background:radial-gradient(circle,#4cd6ff99,#0000 18%),linear-gradient(135deg,#17133a,#2f237d)}.timeline__art--installation:before{background-color:#0000;background-image:linear-gradient(90deg,#0000 49%,#ffffff3d 50%,#0000 51%),linear-gradient(#0000 49%,#ffffff2e 50%,#0000 51%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:2.8rem 2.8rem;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:1rem;inset:1.2rem}.timeline__art--configuration{background:radial-gradient(circle at 30% 30%,#efdbff80,#0000 12%),linear-gradient(135deg,#34154c,#7f2bb9)}.timeline__art--configuration:before{background:#ffffff38;border-radius:999px;height:1.1rem;top:2rem;left:1.1rem;right:1.1rem;box-shadow:0 2.3rem #ffffff2e,0 4.6rem #ffffff24}.timeline__art--configuration:after{background:linear-gradient(#ffffff29,#ffffff0f);border-radius:1.1rem;width:4rem;height:6rem;top:1.35rem;right:1.4rem}.timeline__art--resources{background:radial-gradient(circle at 70% 30%,#4cd6ff59,#0000 18%),linear-gradient(135deg,#052a33,#0f748a)}.timeline__art--resources:before{background:linear-gradient(90deg,#ffffff2e,#0000 50%),#ffffff1f;border-radius:.8rem;inset:1.5rem 2rem;transform:skew(-22deg);box-shadow:-2.2rem 1rem #ffffff14,2.2rem -1rem #ffffff1a}.timeline__art--workflow{background:radial-gradient(circle at 20% 25%,#ffffff1f,#0000 18%),linear-gradient(135deg,#1a1212,#761919)}.timeline__art--workflow:before{background-color:#0000;background-image:linear-gradient(45deg,#0000 47%,#ffffff2e 48% 52%,#0000 53%),linear-gradient(-28deg,#0000 47%,#ffffff2e 48% 52%,#0000 53%);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:4.6rem 4.6rem;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;inset:0}.timeline__art--grids{background:radial-gradient(circle at 25% 25%,#c0c1ff4d,#0000 18%),linear-gradient(135deg,#11163d,#1b3aa6)}.timeline__art--grids:before{background-color:#0000;background-image:linear-gradient(90deg,#ffffff2e 1px,#0000 1px),linear-gradient(#ffffff2e 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:2.4rem 2.4rem;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:1rem;inset:1.1rem}.timeline__art--twig-hooks{background:radial-gradient(circle at 70% 25%,#efdbff52,#0000 18%),linear-gradient(135deg,#28173c,#6f41a4)}.timeline__art--twig-hooks:before{background:#ffffff2e;border-radius:999px;inset:1.4rem 1.8rem;box-shadow:0 2rem #ffffff24,0 4rem #ffffff1a}.timeline__art--twig-hooks:after{background:linear-gradient(#ffffff29,#ffffff0a);border-radius:1.2rem;width:4.4rem;height:7rem;top:1.5rem;right:1.8rem}.timeline__art--live-components{background:radial-gradient(circle at 30% 30%,#4cd6ff42,#0000 16%),linear-gradient(135deg,#082730,#0f6e80)}.timeline__art--live-components:before{background:#ffffff29;border-radius:.9rem;width:4.5rem;height:3.6rem;top:1.4rem;left:1.4rem;box-shadow:5.3rem 0 #ffffff1f,0 4.3rem #ffffff1f,5.3rem 4.3rem #ffffff14}.timeline__art--quality{background:radial-gradient(circle at 65% 25%,#c695ff40,#0000 16%),linear-gradient(135deg,#1b2232,#38435d)}.timeline__art--quality:before{background:#ffffff38;border-radius:999px;height:1rem;top:1.6rem;left:1.4rem;right:1.4rem;box-shadow:0 2rem #ffffff2e,0 4rem #ffffff1f}.timeline__art--quality:after{background:radial-gradient(circle,#ffffff42,#ffffff14);border-radius:50%;width:3.8rem;height:3.8rem;bottom:1.4rem;right:1.4rem}@media (width<=980px){.timeline__item{grid-template-columns:3rem 1fr;gap:1rem}.timeline__item--left .timeline__card,.timeline__item--right .timeline__card{grid-column:2}.timeline__marker{box-shadow:0 0 0 .45rem var(--surface-container);grid-column:1}}@media (width<=760px){.timeline__card{padding:1.4rem}}.journey{background:linear-gradient(180deg, var(--surface-low), var(--surface-container));border-radius:2rem;margin-top:1.5rem;padding:5rem 0}.section-heading{max-width:45rem;font-family:Manrope,sans-serif}.section-heading--centered{text-align:center;margin:0 auto 4rem}.section-heading__kicker{color:var(--secondary);letter-spacing:.16em;text-transform:uppercase;margin:0 0 1rem;font-size:.78rem;font-weight:700}.section-heading__title{letter-spacing:-.04em;margin:0;font-size:clamp(2.2rem,4vw,4rem)}.section-heading__description{max-width:40rem;color:var(--text-muted);margin:1rem auto 0;line-height:1.75}.timeline{gap:2rem;display:grid;position:relative}.timeline__line{background:linear-gradient(180deg, var(--outline), #7547ab33, var(--outline));width:2px;position:absolute;top:0;bottom:0;left:50%;overflow:hidden;transform:translate(-50%)}.timeline__line:before{content:"";filter:blur(12px);background:linear-gradient(#ffffff73,#fff0);width:16px;position:absolute;inset:0;transform:translate(-7px)}.timeline__line-fill{width:100%;transition:background .22s ease-out,height .12s linear;box-shadow:0 0 18px #1100bc38}@media (width<=980px){.timeline__line{left:1.5rem;transform:none}}@media (width<=760px){.journey{padding:4rem 0}}.feature-grid{padding-top:2rem}.feature-grid__panel{color:#fff;background:radial-gradient(circle at 100% 0,#1b00ff33,#0000 20rem),radial-gradient(circle at 0 100%,#7547ab2e,#0000 18rem),linear-gradient(135deg,#1a1760,#231a7f 58%,#1b1464);border-radius:2rem;padding:2rem;position:relative;overflow:hidden;box-shadow:0 28px 64px #191c1d29}.feature-grid__panel:after{content:"";filter:blur(18px);background:#ffffff0f;border-radius:50%;width:15rem;height:15rem;position:absolute;inset:auto -4rem -4rem auto}.feature-grid__intro{z-index:1;position:relative}.feature-grid__kicker{color:#ffffffb8;letter-spacing:.16em;text-transform:uppercase;margin:0 0 1rem;font-size:.78rem;font-weight:700}.feature-grid__title{letter-spacing:-.04em;margin:0;font-family:Manrope,sans-serif;font-size:clamp(2rem,4vw,3.6rem)}.feature-grid__copy{color:#e1e0ffe6;max-width:42rem;line-height:1.75}.feature-grid__actions{z-index:1;flex-wrap:wrap;gap:1rem;margin-top:2rem;display:flex;position:relative}.feature-grid__highlights{z-index:1;gap:1rem;margin-top:2rem;display:grid;position:relative}.feature-grid__highlight{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff12;border-radius:1.4rem;padding:1.25rem;transition:background-color .18s,transform .18s;box-shadow:inset 0 0 0 1px #ffffff14}.feature-grid__highlight:hover{background:#ffffff1a;transform:translateY(-1px)}.feature-grid__highlight-icon{background:#ffffff1a;border-radius:.9rem;place-items:center;width:3.25rem;height:3.25rem;margin-bottom:.9rem;font-family:Manrope,sans-serif;font-size:1.45rem;font-weight:800;line-height:1;display:grid}.feature-grid__highlight-heading{align-items:center;gap:.85rem;display:flex}.feature-grid__highlight-icon-svg{width:1.55rem;height:1.55rem}.feature-grid__highlight--primary .feature-grid__highlight-icon{color:#cfd4ff}.feature-grid__highlight--secondary .feature-grid__highlight-icon{color:#e4c9ff}.feature-grid__highlight--tertiary .feature-grid__highlight-icon{color:#b4f0ff}.feature-grid__highlight-title{letter-spacing:-.02em;margin:0;font-family:Manrope,sans-serif;font-size:1.05rem}.feature-grid__highlight-copy{color:#e2e5ffc7;margin:.85rem 0 0;font-size:.96rem;line-height:1.65}@media (width<=980px){.feature-grid__panel{padding:1.75rem}}@media (width<=760px){.feature-grid__panel{color:var(--text);box-shadow:none;background:0 0;border-radius:0;padding:0}.feature-grid__panel:after{display:none}.feature-grid__intro{text-align:center;margin-bottom:1.5rem}.feature-grid__kicker{color:var(--primary)}.feature-grid__title{color:var(--text);font-size:clamp(2rem,10vw,3rem)}.feature-grid__copy{color:var(--text-muted)}.feature-grid__highlights{gap:.85rem;margin-top:0}.feature-grid__highlight{box-shadow:var(--shadow);-webkit-backdrop-filter:none;backdrop-filter:none;background:#ffffffe0;padding:1rem 1.1rem}.feature-grid__highlight-title{color:var(--text)}.feature-grid__highlight-copy{color:var(--text-muted)}.feature-grid__highlight-icon{background:#1100bc14}.feature-grid__highlight--primary .feature-grid__highlight-icon{color:var(--primary);background:#1100bc1f}.feature-grid__highlight--secondary .feature-grid__highlight-icon{color:var(--secondary);background:#7547ab24}.feature-grid__highlight--tertiary .feature-grid__highlight-icon{color:var(--tertiary);background:#00556924}.feature-grid__actions{box-shadow:var(--shadow);background:linear-gradient(#fffffff5,#f3f4f5f5);border-radius:1.6rem;margin-top:1.25rem;padding:1.25rem;display:grid}.button--outline-light{color:var(--primary);background:#1100bc0a;box-shadow:inset 0 0 0 1px #1100bc29}}@media (width>=761px) and (width<=1099px){.feature-grid__panel{grid-template-columns:minmax(0,1.1fr) minmax(18rem,1fr);align-items:start;gap:1.25rem;display:grid}.feature-grid__highlights{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.feature-grid__highlight--wide{grid-column:1/-1}}@media (width>=1100px){.feature-grid__panel{padding:2.6rem}.feature-grid__intro{max-width:50rem}.feature-grid__highlights{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;margin-top:2.5rem}.feature-grid__highlight--wide{grid-column:span 2}.feature-grid__actions{border-top:1px solid #ffffff1a;margin-top:2.5rem;padding-top:2rem}}
