@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@400;500;700;800&display=swap");:root{--bg:#0a0a0a;--surface:#111;--surface-2:#161616;--surface-3:#1a1a1a;--page-bg:#070707;--page-bg-2:#090909;--page-bg-3:#0a0a0a;--grid-line:hsla(0,0%,100%,.012);--topbar-bg:hsla(0,0%,4%,.6);--topbar-bg-scrolled:hsla(0,0%,4%,.88);--topbar-border:hsla(0,0%,100%,.04);--topbar-border-scrolled:hsla(0,0%,100%,.08);--ghost-bg:hsla(0,0%,100%,.03);--ghost-bg-hover:hsla(0,0%,100%,.06);--ghost-border:hsla(0,0%,100%,.1);--ghost-border-hover:hsla(0,0%,100%,.16);--border:#1f2937;--border-strong:#374151;--text:#fff;--text-soft:#9ca3af;--text-muted:#6b7280;--brand:#f97316;--brand-2:#fb923c;--brand-3:#ffedd5;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--shadow:0 24px 80px rgba(0,0,0,.38);--radius-xl:28px;--radius-lg:22px;--radius-md:16px;--radius-sm:12px}html[data-theme=light]{--bg:#f4f6fb;--surface:#fff;--surface-2:#f7f9ff;--surface-3:#eef2ff;--page-bg:#edf1fb;--page-bg-2:#f5f7fc;--page-bg-3:#fff;--grid-line:rgba(15,23,42,.06);--topbar-bg:hsla(0,0%,100%,.72);--topbar-bg-scrolled:hsla(0,0%,100%,.92);--topbar-border:rgba(15,23,42,.08);--topbar-border-scrolled:rgba(15,23,42,.14);--ghost-bg:rgba(15,23,42,.05);--ghost-bg-hover:rgba(15,23,42,.1);--ghost-border:rgba(15,23,42,.12);--ghost-border-hover:rgba(15,23,42,.18);--border:#dbe3f2;--border-strong:#c4d0e8;--text:#111827;--text-soft:#334155;--text-muted:#475569;--shadow:0 24px 80px rgba(15,23,42,.16)}*{box-sizing:border-box}html{color-scheme:dark;scroll-behavior:auto;background:var(--page-bg);scrollbar-width:thin;scrollbar-color:rgba(249,115,22,.35) transparent}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:rgba(249,115,22,.3);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:rgba(249,115,22,.55)}body{margin:0;min-height:100vh;background:radial-gradient(circle at 20% 15%,rgba(249,115,22,.12),transparent 32%),radial-gradient(circle at 80% 20%,rgba(59,130,246,.08),transparent 24%),radial-gradient(circle at 70% 80%,rgba(16,185,129,.06),transparent 22%),linear-gradient(180deg,var(--page-bg-3) 0,var(--page-bg-2) 50%,var(--page-bg) 100%);color:var(--text);font-family:Manrope,system-ui,sans-serif;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:52px 52px;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 85%);mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 85%);opacity:.5;z-index:0}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}@keyframes glow{0%,to{box-shadow:0 0 20px rgba(249,115,22,.3),0 0 60px rgba(249,115,22,.1)}50%{box-shadow:0 0 30px rgba(249,115,22,.5),0 0 80px rgba(249,115,22,.2)}}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes float{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-18px,0) scale(1.03)}}@keyframes particleDrift{0%,to{opacity:0;transform:translateY(0) scale(.5)}20%{opacity:.7}80%{opacity:.3}to{opacity:0;transform:translateY(-80px) scale(1.2)}}@keyframes pulseRing{0%{transform:scale(1);opacity:1}to{transform:scale(2.2);opacity:0}}@keyframes gradientRotate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes breathingGlow{0%,to{box-shadow:0 0 20px rgba(249,115,22,.2),0 18px 50px rgba(249,115,22,.22)}50%{box-shadow:0 0 35px rgba(249,115,22,.4),0 18px 60px rgba(249,115,22,.32)}}@keyframes pillDot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.app-shell{position:relative;z-index:1}.app-shell>main{scroll-snap-type:y proximity}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.snap-section{min-height:100dvh;display:flex;flex-direction:column;justify-content:center;scroll-snap-align:start}.snap-section--compact{min-height:auto;scroll-snap-align:start}.text-gradient{background:linear-gradient(135deg,#fff 5%,#ffcb9c 40%,var(--brand) 90%);-webkit-background-clip:text;background-clip:text;color:transparent}.animated-counter--pulse{animation:breathingGlow .4s ease both;display:inline-block;transform:scale(1.05);transition:transform .3s ease}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:var(--topbar-bg);border-bottom:1px solid var(--topbar-border);transition:background .3s ease,-webkit-backdrop-filter .3s ease;transition:background .3s ease,backdrop-filter .3s ease;transition:background .3s ease,backdrop-filter .3s ease,-webkit-backdrop-filter .3s ease}.topbar--scrolled{background:var(--topbar-bg-scrolled);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom-color:var(--topbar-border-scrolled)}.topbar__progress{position:absolute;top:0;left:0;height:2px;background:linear-gradient(90deg,var(--brand),var(--brand-2),#fff,var(--brand));background-size:200% 100%;animation:gradientRotate 3s ease infinite;transition:width .1s linear;z-index:51}.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 0}.brand{display:inline-flex;align-items:center;gap:12px;font-family:Space Grotesk,system-ui,sans-serif;font-size:1.15rem;font-weight:700;letter-spacing:-.04em}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:14px;background:linear-gradient(145deg,rgba(249,115,22,.24),rgba(249,115,22,.05));border:1px solid rgba(249,115,22,.22);box-shadow:0 0 40px rgba(249,115,22,.15);transition:box-shadow .3s ease}.brand:hover .brand-mark{box-shadow:0 0 50px rgba(249,115,22,.25)}.nav-links{display:flex;align-items:center;gap:20px}.nav-link{position:relative;color:var(--text-soft);font-size:.86rem;font-weight:500;transition:color .2s ease}.nav-link:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--brand);border-radius:999px;transition:width .25s ease}.nav-link:hover{color:var(--text)}.nav-link--active:after,.nav-link:hover:after{width:100%}.nav-link--active{color:var(--text)}.topbar__actions{display:flex;align-items:center;gap:12px}.topbar .topbar__actions{gap:8px}.topbar .topbar__actions .button{padding:9px 13px;font-size:.8rem}.topbar .theme-toggle{width:40px;height:40px;min-width:40px}.topbar__actions--mobile{display:none}.topbar__mini-btn{letter-spacing:.01em}.sheets-topbar__search{display:flex;align-items:center;gap:10px;width:min(520px,48vw)}.sheets-topbar__search input{width:100%;border-radius:999px;border:1px solid var(--ghost-border);background:var(--ghost-bg);color:var(--text);font:inherit;padding:12px 16px;outline:none}.sheets-topbar__search input:focus{border-color:rgba(249,115,22,.45);box-shadow:0 0 0 3px rgba(249,115,22,.12)}.sheets-topbar__search input::placeholder{color:var(--text-muted)}.live-chip{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;border:1px solid rgba(16,185,129,.24);background:linear-gradient(135deg,rgba(16,185,129,.14),rgba(16,185,129,.05));color:var(--text);font-size:.8rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}.live-chip__dot{width:9px;height:9px;border-radius:999px;background:#10b981;box-shadow:0 0 0 rgba(16,185,129,.5);animation:pulseRing 1.8s ease-out infinite}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:999px;padding:12px 20px;border:1px solid transparent;font-weight:700;font-size:.92rem;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .3s ease;position:relative;overflow:hidden}.button:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.08),transparent 60%);opacity:0;transition:opacity .2s ease}.button:hover:before{opacity:1}.button:hover{transform:translateY(-2px)}.button:active{transform:translateY(0)}.button--primary{color:#fff;background:linear-gradient(135deg,var(--brand),var(--brand-2));box-shadow:0 18px 50px rgba(249,115,22,.22)}.button--primary:hover{box-shadow:0 18px 60px rgba(249,115,22,.35)}.button--glow{animation:breathingGlow 3s ease-in-out infinite}.button--ghost{color:var(--text);background:var(--ghost-bg);border-color:var(--ghost-border)}.button--ghost:hover{background:var(--ghost-bg-hover);border-color:var(--ghost-border-hover)}.button--bootcamp-accent{border-color:rgba(245,158,11,.45);color:#fbbf24}.button--bootcamp-accent:hover{border-color:rgba(245,158,11,.75);background:rgba(245,158,11,.12);color:#f59e0b}.theme-toggle{width:46px;height:46px;min-width:46px;padding:0;border-radius:14px}.theme-toggle__icon{display:inline-flex;align-items:center;justify-content:center;color:var(--text)}.button--lg{padding:16px 28px;font-size:1rem}.section{position:relative;padding:80px 0;min-height:100dvh;display:flex;flex-direction:column;justify-content:center;scroll-snap-align:start}.section>.container{flex:0 1 auto}.section:first-of-type{padding-top:20px}.section-label{display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:var(--brand-2);font-weight:600}.section-label:before{content:"";width:28px;height:2px;background:linear-gradient(90deg,var(--brand),transparent);border-radius:999px}.section-title{margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,3.2vw,3.4rem);line-height:1.05;letter-spacing:-.05em}.section-lead{max-width:680px;margin:18px 0 0;color:var(--text-soft);font-size:1.04rem;line-height:1.75}.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:40px}.glass{background:linear-gradient(180deg,hsla(0,0%,100%,.045),hsla(0,0%,100%,.022));border:1px solid hsla(0,0%,100%,.08);box-shadow:var(--shadow);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:border-color .25s ease,box-shadow .35s ease}.glass:hover{border-color:hsla(0,0%,100%,.12)}.glass--soft{background:linear-gradient(180deg,hsla(0,0%,100%,.035),hsla(0,0%,100%,.018))}.pill{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;background:rgba(249,115,22,.09);color:#ffd3b0;border:1px solid rgba(249,115,22,.15);font-size:.82rem;font-weight:500}.pill--muted{background:hsla(0,0%,100%,.04);color:var(--text-soft);border-color:hsla(0,0%,100%,.07)}.pill__dot{width:7px;height:7px;border-radius:999px;background:var(--brand);animation:pillDot 2s ease-in-out infinite}.pill--difficulty{font-weight:600}.pill--difficulty[data-difficulty=Easy]{color:#86efac;background:rgba(16,185,129,.18);border-color:rgba(16,185,129,.34)}.pill--difficulty[data-difficulty=Easy] .pill__dot{background:#34d399}.pill--difficulty[data-difficulty=Medium]{color:#fde68a;background:rgba(245,158,11,.2);border-color:rgba(245,158,11,.34)}.pill--difficulty[data-difficulty=Medium] .pill__dot{background:#f59e0b}.pill--difficulty[data-difficulty=Hard]{color:#fca5a5;background:rgba(239,68,68,.18);border-color:rgba(239,68,68,.34)}.pill--difficulty[data-difficulty=Hard] .pill__dot{background:#ef4444}.hero{position:relative;height:100dvh;min-height:0;max-height:100dvh;display:flex;align-items:center;overflow:hidden;scroll-snap-align:start;padding:0 0 40px}.hero__video-wrap{position:absolute;inset:0;z-index:0;overflow:hidden}.hero__video{width:100%;height:100%;object-fit:cover;opacity:.15;filter:blur(1px) saturate(.5)}.hero__video-overlay{position:absolute;inset:0;background:linear-gradient(180deg,hsla(0,0%,4%,.85),hsla(0,0%,4%,.65) 50%,hsla(0,0%,4%,.95)),radial-gradient(ellipse at 30% 20%,rgba(249,115,22,.08),transparent 50%)}.hero__particles{position:absolute;inset:0;pointer-events:none;z-index:1}.hero__particle{position:absolute;width:3px;height:3px;border-radius:999px;background:rgba(249,115,22,.5);animation:particleDrift var(--particle-duration,6s) ease-in-out infinite}.hero__grid{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr .85fr;grid-gap:28px;gap:28px;align-items:center}.hero__copy{position:relative;z-index:1}.hero__eyebrow{display:inline-flex;align-items:center;gap:10px;padding:8px 14px;border-radius:999px;color:#ffd6bc;border:1px solid rgba(249,115,22,.18);background:rgba(249,115,22,.07);font-size:.84rem;font-weight:500;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero__eyebrow-dot{width:8px;height:8px;border-radius:999px;background:var(--brand);box-shadow:0 0 0 6px rgba(249,115,22,.12);animation:pillDot 2s ease-in-out infinite}.hero__title{margin:14px 0 12px;max-width:14ch;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(2.2rem,4.8vw,4rem);line-height:.96;letter-spacing:-.06em;perspective:400px}.hero__word{display:inline-block;will-change:transform,opacity;margin-right:.22em}.hero__gradient{background:linear-gradient(135deg,#fff 10%,#ffcb9c 42%,var(--brand) 92%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero__lede{max-width:54ch;margin:0;color:var(--text-soft);font-size:.96rem;line-height:1.7}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:20px}.metric-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:18px}.metric{border-radius:var(--radius-md);padding:14px 14px 12px;transition:transform .2s ease,border-color .2s ease}.metric:hover{transform:translateY(-3px);border-color:hsla(0,0%,100%,.14)}.metric__value{display:block;font-family:Space Grotesk,system-ui,sans-serif;font-size:1.3rem;letter-spacing:-.05em;font-weight:700}.metric__label{display:block;margin-top:4px;color:var(--text-soft);font-size:.8rem}.hero__terminal-wrap{position:relative;z-index:2}.hero-terminal{position:relative;will-change:transform}.hero-terminal__nodes{position:absolute;inset:-20px;z-index:0;pointer-events:none}.hero-terminal__node{position:absolute;display:grid;place-items:center;width:36px;height:36px;border-radius:999px;background:rgba(249,115,22,.08);border:1px solid rgba(249,115,22,.18);color:#ffcca8;font-family:Space Grotesk,system-ui,sans-serif;font-size:.78rem;font-weight:700;animation:nodeFloat 5s ease-in-out infinite;box-shadow:0 0 20px rgba(249,115,22,.08)}@keyframes nodeFloat{0%,to{transform:translateY(0) scale(1);opacity:.6}50%{transform:translateY(-10px) scale(1.1);opacity:1}}.hero-terminal__connections{position:absolute;inset:-20px;width:calc(100% + 40px);height:calc(100% + 40px);z-index:0;pointer-events:none}.hero-terminal__line{stroke:rgba(249,115,22,.08);stroke-width:1;stroke-dasharray:6 4;animation:dashFlow 3s linear infinite}@keyframes dashFlow{to{stroke-dashoffset:-20}}.terminal{position:relative;z-index:1;border-radius:16px;overflow:hidden;background:hsla(0,0%,5%,.9);border:1px solid hsla(0,0%,100%,.08);box-shadow:0 32px 80px rgba(0,0,0,.5),0 0 0 1px hsla(0,0%,100%,.04),inset 0 1px 0 hsla(0,0%,100%,.04);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.terminal__chrome{display:flex;align-items:center;gap:12px;padding:10px 16px;background:hsla(0,0%,100%,.03);border-bottom:1px solid hsla(0,0%,100%,.06)}.terminal__dots{display:flex;gap:6px}.terminal__dot{width:10px;height:10px;border-radius:999px}.terminal__dot--red{background:#ff5f57}.terminal__dot--yellow{background:#febc2e}.terminal__dot--green{background:#28c840}.terminal__title{flex:1 1;text-align:center;font-size:.75rem;color:var(--text-muted);font-weight:500}.terminal__tabs{display:flex;gap:2px}.terminal__tab{padding:4px 10px;border-radius:6px;font-size:.72rem;font-weight:600;color:var(--text-muted);cursor:default}.terminal__tab--active{background:rgba(249,115,22,.12);color:#ffcca8}.terminal__body{display:flex;padding:14px 0;min-height:200px;max-height:calc(100dvh - 360px);overflow:hidden}.terminal__lines{display:flex;flex-direction:column;padding:0 12px 0 16px;border-right:1px solid hsla(0,0%,100%,.04);-webkit-user-select:none;-moz-user-select:none;user-select:none}.terminal__line-num{font-family:Space Grotesk,monospace;font-size:.72rem;line-height:1.65;color:hsla(0,0%,100%,.15);text-align:right;min-width:18px}.terminal__code{margin:0;padding:0 16px;font-family:Space Grotesk,Fira Code,monospace;font-size:.82rem;line-height:1.65;color:#e4e4e7;white-space:pre-wrap;word-break:break-word}.code-kw{color:#c084fc}.code-fn{color:#60a5fa}.code-str{color:#34d399}.code-cmt{color:#6b7280;font-style:italic}.terminal__cursor{display:inline-block;width:8px;height:16px;background:var(--brand);margin-left:1px;vertical-align:text-bottom;animation:cursorBlink .8s step-end infinite;box-shadow:0 0 8px rgba(249,115,22,.5)}@keyframes cursorBlink{50%{opacity:0}}.terminal__output{border-top:1px solid hsla(0,0%,100%,.06);padding:10px 16px;background:rgba(0,0,0,.3);animation:fadeInUp .4s ease both}.terminal__output-header{display:flex;align-items:center;gap:6px;font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:6px;font-weight:600}.terminal__output-dot{width:6px;height:6px;border-radius:999px;background:#28c840;animation:pillDot 2s ease-in-out infinite}.terminal__output-line{font-family:Space Grotesk,monospace;font-size:.78rem;line-height:1.6;color:var(--text-soft);animation:fadeInUp .3s ease both}.terminal__output-line--input{color:#60a5fa}.terminal__output-line--success{color:#34d399;font-weight:600}.terminal__status{display:flex;justify-content:space-between;align-items:center;padding:6px 16px;font-size:.68rem;color:var(--text-muted);background:hsla(0,0%,100%,.02);border-top:1px solid hsla(0,0%,100%,.04)}.terminal__status-right{display:flex;align-items:center;gap:6px}.terminal__status-dot{width:6px;height:6px;border-radius:999px;background:var(--brand);animation:pillDot 2s ease-in-out infinite}.roadmap-card h3,.sheet-card h3,.stack-copy h3,.track-card h3{margin:0;font-size:1rem}.roadmap-card p,.sheet-card p,.stack-copy p,.track-card p{margin:6px 0 0;color:var(--text-soft);line-height:1.6;font-size:.92rem}.stack-meta{color:var(--text-muted);font-size:.84rem}.stats-ticker{position:relative;padding:32px 0;overflow:hidden;scroll-snap-align:start}.stats-ticker__line{width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(249,115,22,.3) 50%,transparent)}.stats-ticker__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:24px;gap:24px;padding:32px 0}.stats-ticker__item{text-align:center;position:relative}.stats-ticker__item:after{content:"";position:absolute;right:0;top:10%;height:80%;width:1px;background:linear-gradient(180deg,transparent,hsla(0,0%,100%,.08),transparent)}.stats-ticker__item:last-child:after{display:none}.bootcamp-seats{font-weight:600;display:inline-block;margin-left:.5rem;padding:0 .35rem;border-radius:6px}.seats--low{color:#7a4d00;background:rgba(186,137,0,.08)}.seats--critical{color:#b91c1c;background:rgba(185,28,28,.06);animation:ir-blink 1s linear infinite}@keyframes ir-blink{0%{opacity:1}50%{opacity:.2}to{opacity:1}}.stats-ticker__value{display:block;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:800;letter-spacing:-.05em;background:linear-gradient(135deg,#fff 30%,var(--brand-2) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.stats-ticker__label{display:block;margin-top:8px;color:var(--text-soft);font-size:.92rem;font-weight:500}.trusted-by{padding:24px 0 40px;overflow:hidden}.trusted-by__label{text-align:center;font-size:.86rem;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin:0 0 28px;font-weight:500}.marquee{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}.marquee__track{display:flex;width:max-content;animation:marquee var(--marquee-speed,40s) linear infinite;animation-direction:var(--marquee-direction,normal)}[data-pause-on-hover=true]:hover .marquee__track{animation-play-state:paused}.marquee__content{display:flex;align-items:center;gap:0;flex-shrink:0}.trusted-by__logo{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;white-space:nowrap;transition:transform .25s ease;position:relative}.trusted-by__logo:hover{transform:translateY(-2px)}.trusted-by__logo-badge{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(180deg,hsla(0,0%,100%,.96),hsla(0,0%,96%,.96));border:1px solid hsla(0,0%,100%,.18);box-shadow:0 10px 24px rgba(0,0,0,.18),inset 0 1px 0 hsla(0,0%,100%,.6)}.trusted-by__logo-img{width:30px;height:30px;object-fit:contain}.trusted-by__logo-fallback{display:none;width:28px;height:28px;place-items:center;border-radius:10px;font-family:Space Grotesk,system-ui,sans-serif;font-size:.76rem;font-weight:800;letter-spacing:.03em;color:#0f172a;background:rgba(249,115,22,.16)}.track-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.track-card{position:relative;border-radius:var(--radius-lg);padding:24px;min-height:340px;display:flex;flex-direction:column;justify-content:space-between;will-change:transform;overflow:hidden}.track-card--tilt{cursor:pointer}.track-card__heading{color:var(--text-soft);font-size:1rem;font-weight:800;letter-spacing:.02em;text-transform:uppercase;margin-bottom:12px}.track-card__title{margin-top:0;font-size:2.15rem;line-height:1.04;letter-spacing:-.04em}.track-card__glow{position:absolute;width:200px;height:200px;border-radius:999px;background:radial-gradient(circle,rgba(249,115,22,.12),transparent 60%);top:var(--glow-y,50%);left:var(--glow-x,50%);transform:translate(-50%,-50%);pointer-events:none;opacity:0;transition:opacity .3s ease}.track-card:hover .track-card__glow{opacity:1}.track-card__essentials{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.track-card__essential-item{display:inline-flex;align-items:center;border-radius:999px;padding:6px 12px;border:1px solid transparent;font-size:.74rem;font-weight:600}.track-card__essential-item--green{border-color:rgba(16,185,129,.3);background:rgba(16,185,129,.12);color:#a7f3d0}.track-card__essential-item--yellow{border-color:rgba(245,158,11,.32);background:rgba(245,158,11,.12);color:#fde68a}.track-card__essential-item--blue{border-color:rgba(59,130,246,.3);background:rgba(59,130,246,.12);color:#bfdbfe}.track-card__essential-item--orange{border-color:rgba(249,115,22,.34);background:rgba(249,115,22,.12);color:#ffcb9a}html[data-theme=light] .track-card__essential-item--green{border-color:rgba(22,163,74,.28);background:rgba(22,163,74,.14);color:#166534}html[data-theme=light] .track-card__essential-item--yellow{border-color:rgba(202,138,4,.28);background:rgba(202,138,4,.14);color:#854d0e}html[data-theme=light] .track-card__essential-item--blue{border-color:rgba(37,99,235,.28);background:rgba(37,99,235,.14);color:#1d4ed8}html[data-theme=light] .track-card__essential-item--orange{border-color:rgba(234,88,12,.28);background:rgba(234,88,12,.14);color:#c2410c}.track-card__image{height:120px;overflow:hidden;border-radius:12px;margin:16px 0}.track-card__image img{width:100%;height:100%;object-fit:cover;filter:brightness(.6) saturate(.7);transition:filter .3s ease,transform .4s ease}.track-card:hover .track-card__image img{filter:brightness(.75) saturate(.9);transform:scale(1.05)}.track-stat{margin-top:18px;font-size:.88rem;color:#ffcb9a}.track-card__meta{margin-top:8px}.track-card__footer{margin-top:18px}.progress{position:relative;overflow:hidden;height:8px;border-radius:999px;background:hsla(0,0%,100%,.07)}.progress__bar{position:absolute;inset:0 auto 0 0;border-radius:inherit;background:linear-gradient(90deg,var(--brand),var(--brand-2));box-shadow:0 0 24px rgba(249,115,22,.3);transition:width 1.2s ease-out}.progress__bar--animated{position:relative}.progress__bar--animated:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent,hsla(0,0%,100%,.25),transparent);background-size:200% 100%;animation:shimmer 2s linear infinite}.sheet-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px}.sheet-card{position:relative;border-radius:var(--radius-lg);padding:22px;display:flex;flex-direction:column;gap:16px;will-change:transform;overflow:hidden;transition:transform .2s ease,border-color .25s ease}.sheet-card:hover{transform:translateY(-4px);border-color:hsla(0,0%,100%,.14)}.sheet-card--glow{cursor:default}.glow-ring{position:absolute;width:180px;height:180px;border-radius:999px;background:radial-gradient(circle,rgba(249,115,22,.1),transparent 60%);top:var(--glow-y,50%);left:var(--glow-x,50%);transform:translate(-50%,-50%);pointer-events:none;opacity:0;transition:opacity .35s ease}.sheet-card:hover .glow-ring{opacity:1}.sheet-card__footer,.sheet-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.sheet-card__footer{margin-top:auto;color:var(--text-soft);font-size:.88rem}.sheets-page__bg{pointer-events:none;position:absolute;inset:0 0 auto 0;height:34rem;background:radial-gradient(circle at top,rgba(249,115,22,.18),transparent 52%),radial-gradient(circle at 12% 30%,rgba(16,185,129,.1),transparent 24%),radial-gradient(circle at 86% 24%,rgba(59,130,246,.1),transparent 22%)}.sheets-page__content{padding-top:84px;padding-bottom:72px}.sheets-hero{display:grid;grid-gap:26px;gap:26px;grid-template-columns:minmax(0,1.2fr) minmax(0,.8fr);align-items:end}.sheets-hero__title{max-width:820px}.sheets-hero__lead{margin-top:18px;max-width:680px;color:var(--text-soft);font-size:1.05rem;line-height:1.85}.sheets-hero__metrics{border-radius:26px;padding:18px}.sheets-hero__metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.sheets-hero__metric{border-radius:16px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);padding:14px}.sheets-hero__metric-value{font-family:Space Grotesk,system-ui,sans-serif;font-size:1.45rem;font-weight:800;color:var(--text)}.sheets-hero__metric-value--easy{color:#a7f3d0}.sheets-hero__metric-value--medium{color:#fde68a}.sheets-hero__metric-value--live{color:#93c5fd}.sheets-hero__metric-label{margin-top:4px;color:var(--text-muted);font-size:.74rem;letter-spacing:.16em;text-transform:uppercase}.sheets-page__browser{margin-top:42px}.sheets-browser{display:grid;grid-gap:22px;gap:22px}.sheets-browser__head{align-items:flex-start}.sheets-browser__title{max-width:760px}.sheets-browser__mini-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;min-width:260px}.sheets-browser__mini-card{border-radius:14px;padding:10px 12px;text-align:center}.sheets-browser__mini-value{font-family:Space Grotesk,system-ui,sans-serif;font-size:1.25rem;font-weight:800}.sheets-browser__mini-value--easy{color:#a7f3d0}.sheets-browser__mini-value--medium{color:#fde68a}.sheets-browser__mini-value--hard{color:#fecaca}.sheets-browser__mini-label{margin-top:3px;color:var(--text-muted);font-size:.68rem;text-transform:uppercase;letter-spacing:.16em}.sheets-browser__layout{display:grid;grid-template-columns:300px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:start}.sheets-browser__filters{border-radius:24px;padding:18px;position:-webkit-sticky;position:sticky;top:86px}.sheets-browser__filters-inner{display:grid;grid-gap:16px;gap:16px}.sheets-browser__label{margin-bottom:8px;color:var(--text-muted);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.sheets-browser__pill-wrap{display:flex;flex-wrap:wrap;gap:8px}.sheets-browser__filter-pill{transition:opacity .18s ease,box-shadow .18s ease,transform .18s ease;opacity:.86}.sheets-browser__filter-pill:hover{opacity:1}.sheets-browser__filter-pill.is-active{opacity:1;box-shadow:0 0 0 2px rgba(249,115,22,.28)}.sheets-browser__topic-scroll{max-height:none;overflow:visible;padding-right:0}.sheets-browser__search-chip{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-radius:14px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03);color:var(--text-soft);font-size:.86rem}.sheets-browser__search-chip .button{padding:8px 12px;font-size:.78rem}.sheets-browser__filter-actions{display:grid;grid-gap:10px;gap:10px}.sheets-browser__action-btn{width:100%;justify-content:center}.sheets-browser__full-btn{width:100%}.sheets-browser__results{display:grid;grid-gap:12px;gap:12px}.sheets-browser .sheet-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.sheets-browser__card-duration{margin:0;color:var(--text-muted);font-size:.68rem;letter-spacing:.16em;text-transform:uppercase;font-weight:700}.sheets-browser__card-title{margin-top:6px}.sheets-browser__card-count{margin-top:6px;color:var(--text-muted)!important;font-size:.9rem!important}.sheets-browser__card-desc{margin:0;color:var(--text-soft);line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.sheets-browser__tag{font-size:.74rem}.sheets-browser__pdf-btn{color:var(--text-soft);background:transparent;border:0;padding:0;font:inherit;cursor:pointer;transition:color .18s ease}.sheets-browser__pdf-btn:hover{color:var(--text)}.sheets-browser__results-head{border-radius:18px;padding:14px 16px}.sheets-browser__results-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.sheets-browser__results-text{color:var(--text-soft);font-size:.92rem}.sheets-browser__results-text strong{color:var(--text)}.sheets-browser__sort{display:inline-flex;align-items:center;gap:8px;color:var(--text-soft);font-size:.88rem}.sheets-browser__sort-select{border-radius:12px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.05);color:var(--text);padding:8px 10px;font:inherit;outline:none}.bootcamps-section__sort-select{border-radius:999px;border:1px solid hsla(0,0%,100%,.16);background:rgba(8,15,30,.86);color:#f8fafc;padding:.4rem .9rem;font:inherit;font-weight:600;outline:none}.bootcamps-section__sort-select option{color:#0f172a}html[data-theme=light] .bootcamps-section__sort-select{background:rgba(15,23,42,.92);border-color:rgba(15,23,42,.22);color:#f8fafc}.sheets-browser__sort-select:focus{border-color:rgba(249,115,22,.4)}.bootcamps-section__sort-select:focus{border-color:rgba(249,115,22,.45)}.sheets-browser__card-actions{display:inline-flex;align-items:center;gap:10px}.sheets-browser__progress-tag{display:inline-flex;align-items:center;border-radius:999px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.05);color:var(--text-soft);padding:4px 9px;font-size:.72rem;white-space:nowrap}.sheets-browser__progress-track{background:rgba(148,163,184,.22)}.sheets-browser__progress-bar{background:linear-gradient(90deg,#4f8bff,#60a5fa);box-shadow:0 0 18px rgba(79,139,255,.35)}.sheets-browser__empty{margin-top:10px;border-radius:24px;padding:30px 18px;text-align:center}.sheets-browser__empty-badge{margin:0 auto 12px;display:grid;place-items:center;width:44px;height:44px;border-radius:14px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.05);color:var(--text-muted);font-weight:700}.sheets-browser__empty h3{margin:0;color:var(--text);font-size:1.25rem}.sheets-browser__empty p{margin:8px auto 0;max-width:520px;color:var(--text-soft)}.sheets-browser__empty-btn{margin:20px auto 0}.timeline{position:relative;padding:20px 0;max-width:900px;margin:0 auto}.timeline__line{position:absolute;left:50%;top:0;bottom:0;width:2px;background:hsla(0,0%,100%,.06);transform:translateX(-50%)}.timeline__line-fill{width:100%;height:100%;background:linear-gradient(180deg,var(--brand),var(--brand-2),transparent);transform-origin:top;border-radius:999px}.timeline__item{position:relative;display:flex;align-items:flex-start;margin-bottom:48px;width:50%}.timeline__item--left{padding-right:48px;justify-content:flex-end;margin-left:0}.timeline__item--right{padding-left:48px;margin-left:50%}.timeline__dot{position:absolute;width:16px;height:16px;border-radius:999px;background:linear-gradient(135deg,var(--brand),var(--brand-2));z-index:3;top:20px}.timeline__item--left .timeline__dot{right:-8px}.timeline__item--right .timeline__dot{left:-8px}.timeline__dot-ring{position:absolute;inset:-4px;border-radius:999px;border:2px solid rgba(249,115,22,.3);animation:pulseRing 2.5s ease-out infinite}.timeline__card{border-radius:var(--radius-lg);padding:24px;flex:1 1;transition:border-color .25s ease,transform .25s ease}.timeline__card:hover{border-color:rgba(249,115,22,.2);transform:translateY(-3px)}.timeline__week{display:inline-block;font-family:Space Grotesk,system-ui,sans-serif;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:var(--brand-2);font-weight:700;margin-bottom:10px}.timeline__title{margin:0;font-size:1.15rem;font-weight:700}.timeline__desc{margin:8px 0 0;color:var(--text-soft);font-size:.92rem;line-height:1.65}.proof-marquee{margin-top:10px}.proof-marquee .marquee__content{display:flex;align-items:stretch;gap:18px}.proof-card{flex:0 0 auto;width:min(380px,82vw);min-height:100%;border-radius:var(--radius-lg);padding:24px;display:flex;flex-direction:column;gap:16px;transition:transform .25s ease,border-color .25s ease}.proof-card:hover{transform:translateY(-4px);border-color:hsla(0,0%,100%,.14)}@media (max-width:640px){.proof-card{width:min(300px,86vw);padding:20px}}.proof-card__stars{color:var(--brand);font-size:.9rem;letter-spacing:2px}.proof-quote{margin:0;font-size:1rem;line-height:1.75;color:#f4f4f5;flex:1 1}.proof-card__author{display:flex;align-items:center;gap:12px}.proof-card__avatar{display:grid;place-items:center;width:40px;height:40px;object-fit:cover;overflow:hidden;border-radius:999px;background:linear-gradient(135deg,rgba(249,115,22,.2),rgba(249,115,22,.05));border:1px solid rgba(249,115,22,.2);font-family:Space Grotesk,system-ui,sans-serif;font-weight:700;font-size:.85rem;color:#ffcb9a}.proof-card__name{font-weight:700;font-size:.92rem}.proof-card__role{color:var(--text-soft);font-size:.82rem;margin-top:2px}.reviews-cta{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:28px}.reviews-cta__button{min-width:240px}.reviews-cta__note{margin:0;color:var(--text-soft);font-size:.96rem;text-align:center;max-width:640px}.bootcamps{padding-top:64px}.bootcamps__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.bootcamp-card{border-radius:var(--radius-md);padding:18px;display:grid;grid-gap:12px;gap:12px}.bootcamp-card__top{display:flex;align-items:center;justify-content:space-between;gap:10px}.bootcamp-card__status{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border:1px solid rgba(96,165,250,.3);background:rgba(96,165,250,.12);color:#c7e0ff}.bootcamp-card__status--live{border-color:rgba(16,185,129,.35);background:rgba(16,185,129,.14);color:#b8f7df}.bootcamp-card__status--expired{border-color:hsla(220,9%,46%,.35);background:hsla(220,9%,46%,.14);color:#d1d5db}.bootcamp-card h3{margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:1.15rem;letter-spacing:-.02em}.bootcamp-card__date{margin:0;color:var(--text-soft);font-size:.9rem}.bootcamp-card__timing{margin:0;color:#fbbf24;font-size:.84rem;font-weight:700;letter-spacing:.02em}.bootcamp-card__description{margin:0;color:var(--text-soft);font-size:.92rem;line-height:1.6}.bootcamp-card__highlights{display:flex;flex-wrap:wrap;gap:8px}.bootcamp-card__highlights span{border-radius:999px;border:1px solid hsla(0,0%,100%,.14);background:rgba(15,23,42,.42);color:var(--text-soft);padding:6px 10px;font-size:.78rem}.bootcamp-card__meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--text-soft);font-size:.82rem}.bootcamp-card__meta span{border-radius:999px;border:1px solid var(--ghost-border);background:var(--ghost-bg);padding:6px 10px}.bootcamp-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.bootcamp-card__footer strong{font-family:Space Grotesk,system-ui,sans-serif;font-size:1.1rem}.bootcamp-join{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:20px}.bootcamp-join__backdrop{position:absolute;inset:0;background:rgba(2,6,23,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bootcamp-join__panel{position:relative;z-index:1;width:min(720px,100%);border-radius:22px;border:1px solid hsla(0,0%,100%,.12);padding:22px;display:grid;grid-gap:16px;gap:16px;box-shadow:0 24px 90px rgba(2,6,23,.42)}.bootcamp-join__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.bootcamp-join__header h3{margin:8px 0 0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(1.4rem,2.6vw,2rem);letter-spacing:-.03em}.bootcamp-join__close{width:38px;height:38px;border-radius:999px;border:1px solid hsla(0,0%,100%,.14);background:rgba(15,23,42,.7);color:var(--text);font-size:1.25rem;cursor:pointer}.bootcamp-join__summary{display:flex;flex-wrap:wrap;gap:8px}.bootcamp-join__form,.bootcamp-join__result{display:grid;grid-gap:14px;gap:14px}.bootcamp-join__field{display:grid;grid-gap:7px;gap:7px}.bootcamp-join__field span{color:var(--text-soft);font-size:.84rem;font-weight:600}.bootcamp-join__field input{width:100%;height:44px;border-radius:12px;border:1px solid hsla(0,0%,100%,.16);background:rgba(15,23,42,.72);color:var(--text);padding:0 12px;font:inherit;outline:none}.bootcamp-join__field input:focus{border-color:rgba(249,115,22,.58);box-shadow:0 0 0 3px rgba(249,115,22,.16)}.bootcamp-join__error{margin:0;color:#fca5a5;font-size:.9rem}.bootcamp-join__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.bootcamp-join__result-banner{display:grid;grid-gap:6px;gap:6px;border-radius:16px;border:1px solid rgba(34,197,94,.25);background:rgba(34,197,94,.08);padding:14px}.bootcamp-join__result-label{color:#86efac;font-size:.76rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.bootcamp-join__result-copy{margin:0;color:var(--text-soft);line-height:1.6}.bootcamp-join__details{display:grid;grid-gap:10px;gap:10px}.bootcamp-join__detail-card{border-radius:14px;border:1px solid hsla(0,0%,100%,.12);background:rgba(15,23,42,.56);padding:12px 14px;display:grid;grid-gap:6px;gap:6px}.bootcamp-join__detail-label{color:var(--text-soft);font-size:.78rem;text-transform:uppercase;letter-spacing:.1em;font-weight:700}.bootcamp-join__detail-link{color:#dbeafe;font-weight:600;text-decoration:none}.bootcamp-join__instructions{margin:0;color:var(--text-muted);font-size:.86rem;line-height:1.55}.bootcamp-notification{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;z-index:50}.bootcamp-notification__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5);cursor:pointer}.bootcamp-notification__panel{position:relative;z-index:1;border-radius:18px;padding:24px;max-width:420px;width:90%;max-height:90vh;overflow-y:auto}.bootcamp-notification__header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:12px}.bootcamp-notification__header h3{margin:0;font-size:1.15rem;font-weight:600}.bootcamp-notification__close{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent;color:var(--text-muted);font-size:1.5rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:color .2s}.bootcamp-notification__close:hover{color:var(--text-default)}.bootcamp-notification__text{margin:0 0 20px;color:var(--text-soft);line-height:1.6}.bootcamp-notification__links{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.bootcamp-notification__actions{display:flex;justify-content:center;gap:12px}.bootcamp-checkout-page{position:relative;overflow:hidden}.bootcamp-checkout-page:before{content:"";position:absolute;inset:0 0 auto;height:420px;pointer-events:none;background:radial-gradient(circle at 10% 0,rgba(249,115,22,.18),transparent 42%),radial-gradient(circle at 70% 10%,rgba(59,130,246,.2),transparent 46%)}.bootcamp-checkout{position:relative;z-index:1;padding-top:108px;padding-bottom:84px;display:grid;grid-gap:18px;gap:18px}.bootcamp-checkout__back-wrap{display:flex;align-items:center}.bootcamp-checkout__back{display:inline-flex;align-items:center;gap:8px}.bootcamp-checkout__hero{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(300px,.92fr);grid-gap:14px;gap:14px}.bootcamp-checkout__hero-copy{border-radius:18px;border:1px solid hsla(0,0%,100%,.11);padding:24px;display:grid;grid-gap:12px;gap:12px;align-content:start}.bootcamp-checkout__badge{width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid rgba(147,197,253,.3);background:rgba(59,130,246,.14);color:#dbeafe;padding:7px 12px;font-size:.76rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.bootcamp-checkout__badge-dot{width:7px;height:7px;border-radius:999px;background:#93c5fd}.bootcamp-checkout__hero-copy h1{margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(2rem,3.6vw,3rem);line-height:1.04;letter-spacing:-.03em}.bootcamp-checkout__hero-copy p{margin:0;max-width:58ch;color:var(--text-soft);line-height:1.65}.bootcamp-checkout__hero-copy p strong{color:var(--text);font-weight:600}.bootcamp-checkout__meta,.bootcamp-checkout__trust{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.bootcamp-checkout__trust span:last-child{color:var(--text-soft);font-size:.9rem}.bootcamp-checkout__hero-media{position:relative;min-height:292px;overflow:hidden;border-radius:18px;border:1px solid hsla(0,0%,100%,.12);background:rgba(15,23,42,.65)}.bootcamp-checkout__hero-image{object-fit:cover;transform:scale(1.02)}.bootcamp-checkout__hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,6,23,.12),rgba(2,6,23,.84)),radial-gradient(circle at 74% 20%,rgba(59,130,246,.28),transparent 44%)}.bootcamp-checkout__hero-caption{position:absolute;left:16px;right:16px;bottom:16px;border-radius:12px;border:1px solid hsla(0,0%,100%,.16);background:rgba(3,8,20,.48);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:12px 14px}.bootcamp-checkout__hero-caption p{margin:0;color:#cbd5e1;font-size:.69rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700}.bootcamp-checkout__hero-caption h2{margin:6px 0 0;font-family:Space Grotesk,system-ui,sans-serif;font-size:1.28rem;letter-spacing:-.02em}.bootcamp-checkout__hero-caption span{display:block;margin-top:4px;color:#cbd5e1;font-size:.85rem}.bootcamp-checkout__panels{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(320px,.9fr);grid-gap:14px;gap:14px}.bootcamp-checkout__panel{border-radius:18px;border:1px solid hsla(0,0%,100%,.11);padding:20px;display:grid;grid-gap:14px;gap:14px}.bootcamp-checkout__panel-head{display:grid;grid-gap:6px;gap:6px}.bootcamp-checkout__panel-head h2{margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(1.45rem,2.8vw,2.3rem);line-height:1.08;letter-spacing:-.025em}.bootcamp-checkout__form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.bootcamp-checkout__field{display:grid;grid-gap:7px;gap:7px}.bootcamp-checkout__field span{color:var(--text-soft);font-size:.84rem;font-weight:600}.bootcamp-checkout__field input,.bootcamp-checkout__field select{width:100%;height:42px;border-radius:10px;border:1px solid hsla(0,0%,100%,.16);background:rgba(15,23,42,.72);color:var(--text);padding:0 12px;font:inherit;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.bootcamp-checkout__field input::placeholder{color:var(--text-muted)}.bootcamp-checkout__field input:focus,.bootcamp-checkout__field select:focus{border-color:rgba(59,130,246,.56);box-shadow:0 0 0 3px rgba(59,130,246,.14);background:rgba(15,23,42,.85)}.bootcamp-checkout__field--full{grid-column:1/-1}.bootcamp-checkout__amount{border-radius:12px;border:1px solid rgba(59,130,246,.35);background:linear-gradient(180deg,rgba(59,130,246,.17),rgba(59,130,246,.08));padding:13px 14px;display:grid;grid-gap:6px;gap:6px}.bootcamp-checkout__amount span{color:var(--text-soft);font-size:.9rem}.bootcamp-checkout__amount strong{font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(1.7rem,2.5vw,2.2rem);letter-spacing:-.02em}.bootcamp-checkout__payments{display:grid;grid-gap:10px;gap:10px}.bootcamp-checkout__payment-link{display:inline-flex;align-items:center;justify-content:space-between;gap:10px;border-radius:12px;border:1px solid hsla(0,0%,100%,.16);background:rgba(15,23,42,.72);color:var(--text);font-size:.92rem;font-weight:600;padding:11px 12px;text-decoration:none;transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.bootcamp-checkout__payment-link:hover{transform:translateY(-1px);border-color:rgba(59,130,246,.46);background:rgba(30,41,59,.86);box-shadow:0 10px 22px rgba(2,6,23,.24)}.bootcamp-checkout__hint{margin:0;color:var(--text-muted);font-size:.8rem;line-height:1.5}.bootcamp-checkout__pay-btn{width:100%;min-height:48px}.bootcamp-checkout__success{border-radius:12px;border:1px solid rgba(34,197,94,.24);background:rgba(34,197,94,.08);color:#bbf7d0}.bootcamp-checkout__error,.bootcamp-checkout__success{margin:0;padding:12px 14px;font-size:.9rem;line-height:1.55}.bootcamp-checkout__error{border-radius:12px;border:1px solid hsla(0,91%,71%,.25);background:hsla(0,91%,71%,.08);color:#fecaca}.bootcamp-checkout__flow-list{display:grid;grid-gap:10px;gap:10px}.bootcamp-checkout__flow-step{display:grid;grid-template-columns:auto 1fr;grid-gap:10px;gap:10px;align-items:start;border-radius:14px;border:1px solid hsla(0,0%,100%,.12);background:rgba(15,23,42,.56);padding:12px 14px}.bootcamp-checkout__flow-step span{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;border-radius:999px;background:rgba(249,115,22,.16);color:#fdba74;font-size:.76rem;font-weight:700;letter-spacing:.08em}.bootcamp-checkout__flow-step p{margin:0;color:var(--text-soft);font-size:.92rem;line-height:1.6}@media (max-width:1080px){.bootcamp-checkout__hero,.bootcamp-checkout__panels{grid-template-columns:1fr}.bootcamp-checkout__hero-media{min-height:260px}}@media (max-width:720px){.bootcamp-checkout{padding-top:96px;padding-bottom:64px;gap:14px}.bootcamp-checkout__hero-copy,.bootcamp-checkout__panel{padding:15px}.bootcamp-checkout__hero-copy h1{font-size:clamp(1.7rem,8vw,2.2rem)}.bootcamp-checkout__form{grid-template-columns:1fr}.bootcamp-join{padding:12px}.bootcamp-join__panel{padding:16px}.bootcamp-join__actions{justify-content:stretch}.bootcamp-join__actions .button{flex:1 1 auto}}.curated{padding-top:36px}.curated__summary{display:inline-flex;align-items:center;gap:8px;border-radius:999px;padding:10px 12px;font-size:.78rem;color:var(--text-soft)}.curated__summary span{border-radius:999px;border:1px solid var(--ghost-border);background:var(--ghost-bg);padding:5px 10px}.curated__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.curated-item{border-radius:var(--radius-md);padding:16px;display:grid;grid-gap:10px;gap:10px}.curated-item__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.curated-item__title{margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:1rem;letter-spacing:-.01em}.curated-item__topic{margin:0;color:var(--text-soft);font-size:.86rem}.curated-item__actions{display:flex;flex-wrap:wrap;gap:8px}.curated-item__actions .button{padding:8px 11px;font-size:.74rem}.curated-item__actions .button.is-active{border-color:rgba(249,115,22,.42);background:rgba(249,115,22,.16);color:#ffd6bc}.sheet-question-set{display:grid;grid-gap:14px;gap:14px}.sheet-question-set__hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.6fr);grid-gap:12px;gap:12px;align-items:stretch;border-radius:18px;padding:16px;background:linear-gradient(180deg,hsla(0,0%,100%,.045),hsla(0,0%,100%,.02)),radial-gradient(circle at top right,rgba(91,140,255,.15),transparent 52%);border:1px solid rgba(112,126,155,.2)}.sheet-question-set__hero-copy{display:grid;grid-gap:6px;gap:6px;align-content:start}.sheet-question-set__title{margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(1.25rem,2vw,1.75rem);line-height:1.2;letter-spacing:-.02em;color:var(--text)}.sheet-question-set__lede{margin:0;max-width:54ch;color:var(--text-soft);font-size:.86rem;line-height:1.45}.sheet-question-set__hero-panel{display:grid;grid-gap:8px;gap:8px;align-content:start;border-radius:14px;border:1px solid rgba(112,126,155,.22);background:linear-gradient(180deg,rgba(23,27,36,.88),rgba(17,20,27,.88));padding:12px}.sheet-question-set__hero-footer,.sheet-question-set__hero-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:6px 8px;color:var(--text-soft);font-size:.76rem}.sheet-question-set__hero-meta strong{color:#dbe6ff;font-size:1.1rem;font-weight:700}.sheet-question-set__hero-footer span,.sheet-question-set__hero-meta span{white-space:nowrap}.sheet-question-set__hero-progress{height:8px;overflow:hidden;border-radius:999px;border:1px solid rgba(112,126,155,.2);background:rgba(17,20,27,.85)}.sheet-question-set__hero-progress-bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,#5b8cff,#76a1ff 55%,#89b0ff);box-shadow:0 0 16px rgba(91,140,255,.28);transition:width .26s cubic-bezier(.2,.8,.2,1)}.sheet-question-set__stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.sheet-question-set__stat{border-radius:14px;padding:10px 12px;border:1px solid rgba(112,126,155,.18);background:linear-gradient(180deg,rgba(23,27,36,.84),rgba(17,20,27,.84))}.sheet-question-set__stat-head{display:flex;align-items:center;gap:6px}.sheet-question-set__stat-icon{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:6px;border:1px solid rgba(112,126,155,.28);background:rgba(155,171,199,.08);color:#cdd8ef;font-size:.62rem;line-height:1}.sheet-question-set__stat-icon--done{border-color:rgba(34,197,94,.35);background:rgba(34,197,94,.14);color:#bbf7d0}.sheet-question-set__stat-icon--star{border-color:rgba(250,204,21,.32);background:rgba(250,204,21,.12);color:#fde68a}.sheet-question-set__stat-icon--accent{border-color:rgba(91,140,255,.34);background:rgba(91,140,255,.14);color:#dbe6ff}.sheet-question-set__stat-label{color:var(--text-muted);font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}.sheet-question-set__stat-value{margin-top:4px;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(1.2rem,2vw,1.45rem);font-weight:800;line-height:1;color:var(--text)}.sheet-question-set__stat-value--done{color:#86efac}.sheet-question-set__stat-value--star{color:#facc15}.sheet-question-set__stat-value--accent{color:#9fb9ff}.sheet-question-set__stat-note{margin-top:4px;color:var(--text-soft);font-size:.72rem;line-height:1.35}.sheet-question-set__track{height:8px;border-radius:999px}.sheet-question-set__filter-box{display:grid;grid-gap:16px;gap:16px;border:1px solid rgba(112,126,155,.18);border-radius:24px;padding:18px;background:radial-gradient(circle at top left,rgba(249,115,22,.08),transparent 32%),linear-gradient(180deg,rgba(17,20,27,.94),rgba(14,17,24,.94))}.sheet-question-set__filter-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.sheet-question-set__filter-title{margin:4px 0 0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(1.05rem,1.8vw,1.3rem);line-height:1.2;letter-spacing:-.03em;color:var(--text)}.sheet-question-set__filter-lead{margin:8px 0 0;max-width:56ch;color:var(--text-soft);font-size:.86rem;line-height:1.5}.sheet-question-set__filter-summary{display:grid;justify-items:end;grid-gap:2px;gap:2px;min-width:132px;text-align:right}.sheet-question-set__filter-count{font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;line-height:1;color:#fff5eb}.sheet-question-set__filter-meta{color:var(--text-muted);font-size:.7rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.sheet-question-set__filter-active{color:var(--text-soft);font-size:.8rem}.sheet-question-set__filter-reset{justify-self:end;min-height:34px;padding-inline:12px}.sheet-question-set__filter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px;align-items:start}.sheet-question-set__filter-group{display:grid;grid-gap:10px;gap:10px;min-width:0}.sheet-question-set__sort{width:100%;justify-content:space-between;padding-top:4px}.sheet-question-set__sort .sheets-browser__sort-select{flex:0 0 auto;min-width:190px}.sheet-question-set__grid{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px}.sheet-question-set__card{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(112,126,155,.2);border-radius:14px;padding:10px 12px;background:linear-gradient(180deg,rgba(23,27,36,.92),rgba(17,20,27,.92));transition:transform .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease}.sheet-question-set__card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0 0,rgba(91,140,255,.14),transparent 44%);opacity:0;transition:opacity .18s ease;pointer-events:none}.sheet-question-set__card:hover{transform:translateY(-1px);border-color:rgba(154,174,210,.36);box-shadow:0 12px 26px rgba(1,4,10,.28)}.sheet-question-set__card:hover:before{opacity:1}.sheet-question-set__card.is-done{border-color:rgba(34,197,94,.3);background:linear-gradient(180deg,rgba(22,48,34,.46),rgba(17,32,25,.38))}.sheet-question-set__card>*{position:relative;z-index:1}.sheet-question-set__card-main{display:flex;align-items:center;gap:10px;min-width:0}.sheet-question-set__card-index{display:grid;place-items:center;width:30px;height:30px;flex:0 0 auto;border-radius:8px;border:1px solid rgba(91,140,255,.24);background:linear-gradient(180deg,rgba(91,140,255,.18),rgba(91,140,255,.08));color:#cfe0ff;font-family:Space Grotesk,system-ui,sans-serif;font-size:.75rem;font-weight:800;letter-spacing:.06em}.sheet-question-set__card-content{min-width:0;display:grid;grid-gap:4px;gap:4px}.sheet-question-set__card-title{margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(.95rem,1.4vw,1.08rem);line-height:1.3;letter-spacing:-.02em;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sheet-question-set__tags{display:flex;flex-wrap:wrap;align-items:center;gap:6px}.sheet-question-set__actions{display:flex;flex-wrap:nowrap;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto}.sheet-question-set__primary,.sheet-question-set__secondary{width:auto;max-width:none;justify-content:center;min-height:34px;padding-inline:12px;transition:background-color .2s ease,border-color .2s ease,transform .18s ease}.sheet-question-set__primary{border-color:rgba(91,140,255,.35);background:rgba(91,140,255,.12);color:#dbe6ff}.sheet-question-set__secondary{border-color:hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.06);color:var(--text)}.sheet-question-set__video-icon{display:inline-grid;place-items:center;width:18px;height:18px;border-radius:999px;background:hsla(0,0%,100%,.08);margin-right:6px;font-size:.75rem;line-height:1}.sheet-question-set__video-note{color:var(--text-muted);font-size:.82rem;line-height:1.4;padding:10px 12px;border-radius:999px;background:hsla(0,0%,100%,.04);border:1px solid rgba(112,126,155,.18)}.sheet-question-set__primary:hover,.sheet-question-set__secondary:hover{border-color:rgba(91,140,255,.55);background:rgba(91,140,255,.2)}.sheet-question-set__primary:active{transform:translateY(1px)}.sheet-question-set__action-cluster{display:flex;flex-wrap:nowrap;gap:6px}.sheet-question-set__toggle{display:inline-flex;align-items:center;gap:5px;min-height:34px;padding-inline:10px;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .18s ease}.sheet-question-set__toggle-icon{display:inline-grid;place-items:center;width:16px;height:16px;border-radius:999px;background:hsla(0,0%,100%,.08);color:inherit;font-size:.58rem;line-height:1}.sheet-question-set__toggle.is-active{border-color:rgba(91,140,255,.42);background:rgba(91,140,255,.16);color:#dbe6ff}.sheet-question-set__toggle:active{transform:translateY(1px)}.sheet-question-set__toggle--done.is-active{border-color:rgba(34,197,94,.42);background:rgba(34,197,94,.17);color:#bbf7d0}.sheet-question-set__toggle--star.is-active{border-color:rgba(250,204,21,.4);background:rgba(250,204,21,.16);color:#fde68a}.sheet-question-set__status{display:inline-flex;align-items:center;gap:5px;border-radius:999px;border:1px solid rgba(112,126,155,.24);background:hsla(0,0%,100%,.04);padding:3px 8px;color:var(--text-soft);font-size:.64rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.sheet-question-set__status--done{border-color:rgba(34,197,94,.35);background:rgba(34,197,94,.14);color:#bbf7d0}.sheet-question-set__status--star{border-color:rgba(250,204,21,.3);background:rgba(250,204,21,.1);color:#fde68a}.sheet-question-set__sync-note{color:var(--text-muted);font-size:.76rem;margin-top:2px}.sheet-question-set__empty{border-radius:14px;padding:14px;text-align:center;border:1px solid rgba(112,126,155,.2);background:rgba(17,20,27,.9)}.sheet-question-set__empty-title{font-family:Space Grotesk,system-ui,sans-serif;font-size:.98rem;font-weight:700;color:var(--text)}.sheet-question-set__empty-text{margin:6px 0 0;color:var(--text-soft);line-height:1.45;font-size:.84rem}@media (max-width:1080px){.sheet-question-set__hero,.sheet-question-set__stats{grid-template-columns:1fr}.sheet-question-set__hero-panel{min-width:0}.sheet-question-set__filter-head{flex-direction:column}.sheet-question-set__filter-summary{justify-items:start;text-align:left}}@media (max-width:720px){.sheet-question-set__hero{padding:12px}.sheet-question-set__filter-box{padding:14px;border-radius:20px}.sheet-question-set__filter-grid{grid-template-columns:1fr}.sheet-question-set__sort{flex-wrap:wrap;align-items:flex-start}.sheet-question-set__sort .sheets-browser__sort-select{width:100%;min-width:0}.sheet-question-set__filter-reset{width:100%;justify-self:stretch}.sheet-question-set__card{flex-direction:column;align-items:flex-start}.sheet-question-set__actions{width:100%;flex-wrap:wrap;justify-content:flex-start}.sheet-question-set__action-cluster,.sheet-question-set__primary{width:100%}.sheet-question-set__toggle{width:calc(50% - 4px);justify-content:center}}.experience{padding-top:56px}.experience__head{align-items:flex-start}.experience__title{max-width:760px}.experience__lead{max-width:480px}.experience__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px;width:100%}.experience__cards>:last-child:nth-child(3n+1){grid-column:2}.experience__card{border-radius:var(--radius-md);padding:10px;position:relative;overflow:hidden;display:grid;grid-gap:7px;gap:7px}.experience__card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 80% 10%,rgba(249,115,22,.15),transparent 45%);pointer-events:none}.experience__card>*{position:relative;z-index:1}.experience__thumb{display:block;position:relative;border-radius:10px;overflow:hidden;border:1px solid hsla(0,0%,100%,.14);box-shadow:0 12px 22px rgba(7,13,24,.28);background:rgba(7,12,22,.9)}.experience__thumb img{width:100%;aspect-ratio:16/9;display:block;object-fit:cover;object-position:center;transition:transform .35s ease}.experience__card:hover .experience__thumb img{transform:scale(1.03)}.experience__card-title{margin:2px 0 0;font-family:Space Grotesk,system-ui,sans-serif;font-size:1.04rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.experience__card-detail{margin:0;font-size:.84rem;color:var(--text-soft);line-height:1.55}.experience__video-link{margin-top:4px;width:-moz-fit-content;width:fit-content;display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid rgba(249,115,22,.35);background:rgba(249,115,22,.12);color:#ffd1ac;padding:7px 11px;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;transition:transform .25s ease,background .25s ease,border-color .25s ease}.experience__video-link:hover{transform:translateY(-1px);background:rgba(249,115,22,.18);border-color:rgba(249,115,22,.48)}.cta-banner{padding:60px 0}.cta-banner__wrapper{position:relative;border-radius:var(--radius-xl);padding:3px;overflow:hidden}.cta-banner__glow{background:linear-gradient(135deg,var(--brand),#3b82f6,var(--brand-2),#10b981,var(--brand));background-size:400% 400%;animation:gradientRotate 6s ease infinite}.cta-banner__border,.cta-banner__glow{position:absolute;inset:0;border-radius:inherit}.cta-banner__content{position:relative;background:linear-gradient(180deg,hsla(0,0%,6%,.98),hsla(0,0%,4%,.99));border-radius:calc(var(--radius-xl) - 3px);padding:72px 48px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:20px}.cta-banner__eyebrow{font-size:.92rem;color:var(--text-soft);font-weight:500}.cta-banner__title{margin:0;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(2.2rem,4vw,3.6rem);line-height:1.05;letter-spacing:-.05em}.cta-banner__title span{background:linear-gradient(135deg,#fff 10%,#ffcb9c 40%,var(--brand) 90%);-webkit-background-clip:text;background-clip:text;color:transparent}.cta-banner__desc{margin:0;max-width:520px;color:var(--text-soft);font-size:1.04rem;line-height:1.7}.cta-banner__actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:12px;justify-content:center}.footer{padding:48px 0;color:var(--text-soft)}.footer__inner{border-top:1px solid hsla(0,0%,100%,.06);padding-top:40px}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:40px;gap:40px}.footer__brand-col{display:flex;flex-direction:column;gap:16px}.footer__copy{max-width:350px;line-height:1.7;font-size:.92rem}.footer__social{display:flex;gap:12px;margin-top:4px}.footer__social-link{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.06);color:var(--text-muted);transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}.footer__social-link:hover{color:var(--text);background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.12);transform:translateY(-2px)}.footer__link-col{display:flex;flex-direction:column;gap:12px}.footer__col-title{margin:0 0 4px;font-size:.88rem;font-weight:700;color:var(--text)}.footer__link-col a{font-size:.88rem;color:var(--text-soft);transition:color .18s ease}.footer__link-col a:hover{color:var(--text)}.footer__bottom{display:flex;justify-content:space-between;align-items:center;margin-top:40px;padding-top:24px;border-top:1px solid hsla(0,0%,100%,.04);font-size:.82rem;color:var(--text-muted)}.ambient{position:absolute;inset:auto;border-radius:999px;filter:blur(10px);pointer-events:none;animation:float 12s ease-in-out infinite}.ambient--orange{top:0;right:2%;width:320px;height:320px;background:radial-gradient(circle,rgba(249,115,22,.14),transparent 66%)}.ambient--blue{bottom:5%;left:-6%;width:260px;height:260px;background:radial-gradient(circle,rgba(59,130,246,.08),transparent 66%);animation-duration:14s}.ambient--purple{top:40%;left:50%;width:240px;height:240px;background:radial-gradient(circle,rgba(168,85,247,.06),transparent 66%);animation-duration:16s;animation-delay:2s}html[data-theme=light] .glass{background:linear-gradient(180deg,hsla(0,0%,100%,.9),rgba(248,251,255,.82));border-color:rgba(15,23,42,.1);box-shadow:0 14px 36px rgba(15,23,42,.08)}html[data-theme=light] .glass:hover{border-color:rgba(15,23,42,.16)}html[data-theme=light] .glass--soft{background:linear-gradient(180deg,hsla(0,0%,100%,.84),rgba(242,247,255,.8))}html[data-theme=light] .hero__video{opacity:.22;filter:blur(1px) saturate(.45) brightness(1.28)}html[data-theme=light] .hero__video-overlay{background:linear-gradient(180deg,rgba(252,253,255,.84),rgba(247,250,255,.7) 52%,rgba(243,247,255,.92)),radial-gradient(ellipse at 30% 20%,rgba(249,115,22,.08),transparent 52%)}html[data-theme=light] .hero__eyebrow{color:#7c2d12;border-color:rgba(249,115,22,.3);background:rgba(249,115,22,.12)}html[data-theme=light] .text-gradient{background:linear-gradient(135deg,#0f172a 8%,#c2410c 55%,#ea580c);-webkit-background-clip:text;background-clip:text;color:transparent}html[data-theme=light] .hero__gradient{background:linear-gradient(135deg,#1e293b 10%,#d97706 52%,#ea580c);-webkit-background-clip:text;background-clip:text;color:transparent}html[data-theme=light] .track-card__image img{filter:brightness(.82) saturate(.92)}html[data-theme=light] .track-card:hover .track-card__image img{filter:brightness(.9) saturate(1)}html[data-theme=light] .proof-card__avatar,html[data-theme=light] .track-stat{color:#c2410c}html[data-theme=light] .proof-quote{color:#334155}html[data-theme=light] .trusted-by__logo-badge{border-color:rgba(15,23,42,.14);box-shadow:0 8px 20px rgba(15,23,42,.12),inset 0 1px 0 hsla(0,0%,100%,.72)}html[data-theme=dark] .trusted-by__logo-badge{background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(241,245,249,.94))}html[data-theme=light] .timeline__line{background:rgba(15,23,42,.12)}html[data-theme=light] .cta-banner__content{background:linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(244,248,255,.96));border:1px solid rgba(15,23,42,.12)}html[data-theme=light] .cta-banner__title{color:#0f172a}html[data-theme=light] .cta-banner__title span{background:linear-gradient(135deg,#0f172a 10%,#b45309 46%,#ea580c);-webkit-background-clip:text;background-clip:text;color:transparent}html[data-theme=light] .footer__bottom,html[data-theme=light] .footer__inner{border-top-color:rgba(15,23,42,.12)}html[data-theme=light] .footer__social-link{background:rgba(15,23,42,.04);border-color:rgba(15,23,42,.1)}html[data-theme=light] .footer__social-link:hover{background:rgba(15,23,42,.08);border-color:rgba(15,23,42,.16)}html[data-theme=light] .pill{color:#7c2d12;background:rgba(194,65,12,.12);border-color:rgba(194,65,12,.28)}html[data-theme=light] .pill--muted{color:#334155;background:rgba(15,23,42,.08);border-color:rgba(15,23,42,.16)}html[data-theme=light] .sheets-browser__empty-badge,html[data-theme=light] .sheets-browser__progress-tag,html[data-theme=light] .sheets-browser__search-chip{color:#334155;border-color:rgba(15,23,42,.18);background:rgba(15,23,42,.07)}html[data-theme=light] .bootcamp-checkout__badge{color:#1e3a8a;border-color:rgba(30,64,175,.38);background:rgba(59,130,246,.2)}html[data-theme=light] .bootcamp-checkout__badge-dot{background:#1d4ed8}html[data-theme=light] .sheet-question-set__card-index{color:#1e3a8a;border-color:rgba(30,64,175,.34);background:linear-gradient(180deg,rgba(59,130,246,.24),rgba(59,130,246,.12))}html[data-theme=light] .sheet-question-set__primary{color:#1e3a8a;border-color:rgba(30,64,175,.4);background:rgba(59,130,246,.2)}html[data-theme=light] .sheet-question-set__primary:hover{border-color:rgba(30,64,175,.58);background:rgba(59,130,246,.28)}html[data-theme=light] .pill{color:#92400e!important;background:rgba(194,65,12,.12)!important;border-color:rgba(194,65,12,.28)!important}html[data-theme=light] .hero__eyebrow{color:#7c2d12!important;background:rgba(194,65,12,.14)!important;border-color:rgba(194,65,12,.32)!important}html[data-theme=light] .terminal__tab--active{color:#92400e!important;background:rgba(194,65,12,.2)!important}html[data-theme=light] .terminal__title{color:#334155!important}html[data-theme=light] .live-chip{color:#065f46!important;background:linear-gradient(135deg,rgba(16,185,129,.18),rgba(16,185,129,.08))!important;border-color:rgba(16,185,129,.36)!important}html[data-theme=light] .code-kw{color:#6d28d9!important}html[data-theme=light] .code-fn{color:#1e40af!important}html[data-theme=light] .code-str{color:#16a34a!important}html[data-theme=light] .code-cmt{color:#64748b!important}html[data-theme=light] .terminal__output-line--input{color:#1e40af!important}html[data-theme=light] .terminal__output-line--success{color:#16a34a!important}html[data-theme=light] .stats-ticker__value{background:linear-gradient(135deg,#374151 30%,#92400e)!important;-webkit-background-clip:text!important;background-clip:text!important}html[data-theme=light] .bootcamp-card__status{border-color:rgba(30,64,175,.35)!important;background:rgba(30,64,175,.18)!important;color:#1e3a8a!important}html[data-theme=light] .bootcamp-card__status--live{border-color:rgba(16,145,100,.35)!important;background:rgba(16,145,100,.16)!important;color:#065f46!important}html[data-theme=light] .bootcamp-card__status--expired{border-color:rgba(71,85,105,.35)!important;background:rgba(71,85,105,.16)!important;color:#334155!important}html[data-theme=light] .bootcamp-card__timing{color:#b45309!important}html[data-theme=light] .bootcamp-card__highlights span{color:#334155!important;background:rgba(15,23,42,.08)!important;border-color:rgba(15,23,42,.16)!important}html[data-theme=light] .bootcamp-card__meta span{color:#334155!important}html[data-theme=light] .experience__video-link{color:#92400e!important;background:rgba(194,65,12,.16)!important;border-color:rgba(194,65,12,.35)!important}html[data-theme=light] .experience__video-link:hover{background:rgba(194,65,12,.24)!important}html[data-theme=light] .pill--difficulty[data-difficulty=Easy]{color:#065f46!important;background:rgba(16,185,129,.2)!important;border-color:rgba(16,185,129,.4)!important}html[data-theme=light] .pill--difficulty[data-difficulty=Easy] .pill__dot{background:#047857!important}html[data-theme=light] .pill--difficulty[data-difficulty=Medium]{color:#92400e!important;background:rgba(245,158,11,.22)!important;border-color:rgba(245,158,11,.42)!important}html[data-theme=light] .pill--difficulty[data-difficulty=Medium] .pill__dot{background:#b45309!important}html[data-theme=light] .pill--difficulty[data-difficulty=Hard]{color:#991b1b!important;background:rgba(239,68,68,.2)!important;border-color:rgba(239,68,68,.38)!important}html[data-theme=light] .pill--difficulty[data-difficulty=Hard] .pill__dot{background:#b91c1c!important}@media (max-width:1080px){.hero__grid,.proof-grid,.sheet-grid,.track-grid{grid-template-columns:1fr 1fr}.stats-ticker__grid{grid-template-columns:repeat(2,1fr)}.footer__grid{grid-template-columns:1fr 1fr}.timeline__item--left,.timeline__item--right{width:100%;margin-left:0;padding-left:48px;padding-right:0}.timeline__line{left:0}.timeline__dot{left:-8px!important;right:auto!important}.hero{height:auto;min-height:auto;max-height:none;padding:96px 0 34px}.hero__grid{grid-template-columns:1fr;gap:20px}.hero__terminal-wrap{width:min(100%,720px);margin:0 auto}.terminal__body{max-height:none}.sheets-page__content{padding-top:76px;padding-bottom:56px}.sheets-browser__mini-stats{min-width:0}.sheets-browser__layout,.sheets-hero{grid-template-columns:1fr}.sheets-browser .sheet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sheets-browser__filters{position:static;top:auto}.bootcamps__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.curated__grid{grid-template-columns:1fr}.experience__cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.experience__cards>:last-child:nth-child(3n+1){grid-column:auto}}@media (max-width:820px){.topbar__inner{flex-wrap:wrap;padding:12px 0}.sheets-topbar__search{order:3}.nav-links{order:3;width:100%;justify-content:space-between}.hero__grid,.hero__snippets,.metric-row,.proof-grid,.sheet-grid,.track-grid{grid-template-columns:1fr}.hero__title{max-width:100%;font-size:clamp(2.8rem,12vw,4.5rem)}.hero{height:auto;max-height:none;padding-top:84px}.hero,.section{min-height:auto}.section{padding:56px 0}.section-head{flex-direction:column;align-items:flex-start}.footer__grid{grid-template-columns:1fr;gap:28px}.cta-banner__content{padding:48px 24px}.stats-ticker__grid{grid-template-columns:repeat(2,1fr);gap:16px}.bootcamp-card,.curated-item,.proof-card,.sheet-card,.timeline__card,.track-card{padding:18px}.bootcamps__grid,.curated__grid{grid-template-columns:1fr}.sheets-browser__head{gap:14px}.sheets-browser__mini-stats{width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}.sheets-browser__filters,.sheets-browser__results-head,.sheets-hero__metrics{padding:14px}.sheets-browser__topic-scroll{max-height:none;overflow:visible;overscroll-behavior:auto;padding-right:0}.sheets-topbar__search{width:100%}.experience{padding-top:44px}.experience__cards{grid-template-columns:1fr}}@media (max-width:640px){.container{width:min(100% - 20px,1180px)}.brand{font-size:1rem;gap:10px}.brand-mark{width:34px;height:34px;border-radius:12px}.nav-links{overflow-x:auto;white-space:nowrap;gap:20px;justify-content:flex-start;padding-bottom:4px;scrollbar-width:none}.nav-links::-webkit-scrollbar{display:none}.topbar__actions{width:100%}.topbar:not(.sheets-topbar) .topbar__actions:not(.topbar__actions--mobile){display:none}.topbar:not(.sheets-topbar) .topbar__actions--mobile{display:flex;width:100%;gap:6px}.topbar:not(.sheets-topbar) .topbar__actions--mobile .button{flex:1 1;padding:7px 9px;font-size:.72rem;min-height:34px}.topbar:not(.sheets-topbar) .topbar__actions--mobile .topbar__mobile-theme{flex:0 0 38px;padding:0}.sheets-topbar .topbar__actions{justify-content:flex-end}.sheets-topbar .topbar__actions .button{width:auto;flex:0 0 auto}.sheets-topbar__search{flex-direction:row;align-items:center;width:100%}.sheets-topbar__search input{padding:11px 14px}.topbar__actions .button{flex:1 1}.sheets-browser__mini-stats{width:100%}.sheets-browser .sheet-grid{grid-template-columns:1fr}.sheets-browser__head{margin-bottom:2px}.sheets-browser__mini-stats{display:none}.sheets-browser__layout{gap:12px}.sheets-browser__filters{padding:14px}.sheets-browser__label{font-size:.68rem;letter-spacing:.14em}.sheets-browser__pill-wrap{gap:6px}.sheets-browser__topic-scroll{overflow:visible;max-height:none}.pill{padding:7px 11px;font-size:.76rem}.sheets-browser__results-head{padding:12px}.sheets-browser__results-text{font-size:.84rem}.sheet-card{padding:16px;gap:12px}.sheets-browser__card-duration{font-size:.62rem}.sheets-browser__card-count{font-size:.84rem!important}.sheets-browser__card-desc{-webkit-line-clamp:2;font-size:.88rem}.sheet-card__footer{font-size:.8rem}.hero__actions{flex-direction:column}.button{width:100%}.theme-toggle{width:42px;height:42px;min-width:42px}.cta-banner__actions{flex-direction:column;width:100%}.cta-banner__actions .button{width:100%}.footer__bottom{flex-direction:column;gap:8px;text-align:center}.stats-ticker__grid{grid-template-columns:1fr;gap:14px;padding:24px 0}.stats-ticker__item:after{display:none}.hero__title{font-size:clamp(2.2rem,13vw,3.4rem);max-width:100%}.hero__lede{font-size:.92rem}.metric-row{gap:8px}.section-title{font-size:clamp(1.8rem,10vw,2.5rem)}.section-label{font-size:.7rem;letter-spacing:.14em}.section-lead,.sheets-hero__lead{font-size:.95rem;line-height:1.65}.track-card{min-height:0}.sheet-card__footer{flex-wrap:wrap;gap:8px}.sheets-page__content{padding-top:70px;padding-bottom:44px}.sheets-browser__mini-stats,.sheets-hero__metric-grid{grid-template-columns:1fr 1fr}.sheets-browser__results-row{flex-direction:column;align-items:flex-start;gap:10px}.sheets-browser__sort{width:100%;justify-content:space-between}.sheets-browser__sort-select{width:100%;max-width:220px}.sheets-browser__search-chip{flex-direction:column;align-items:flex-start}.sheets-browser__card-actions,.sheets-browser__card-actions .button,.sheets-browser__search-chip .button{width:auto}.footer__copy{max-width:100%}.footer__social{flex-wrap:wrap}.bootcamp-card__footer,.curated-item__head{flex-direction:column;align-items:flex-start}.curated-item__actions .button{flex:1 1}.experience__card,.experience__spotlight{padding:16px}.experience__spotlight h3{font-size:1.15rem}.experience__timeline span{font-size:.74rem}.experience__card-value{font-size:1.2rem}}.experience__video-preview{position:relative;border-radius:12px;overflow:hidden;border:1px solid hsla(0,0%,100%,.14);box-shadow:0 14px 26px rgba(7,13,24,.3);background:rgba(7,12,22,.9)}.experience__video-preview iframe{width:100%;aspect-ratio:16/9;border:0;display:block}.pdf-solutions-page__bg{position:absolute;inset:0;background:radial-gradient(circle at 18% 18%,rgba(14,165,233,.14),transparent 28%),radial-gradient(circle at 82% 16%,rgba(168,85,247,.12),transparent 26%),radial-gradient(circle at 60% 78%,rgba(249,115,22,.1),transparent 24%);pointer-events:none}.pdf-solutions-page__content{padding:44px 0 72px}.pdf-solutions-hero{display:grid;grid-gap:18px;gap:18px}.pdf-solutions-hero__title{max-width:11ch}.pdf-solutions-hero__lead{max-width:760px;margin:0;color:var(--text-soft);font-size:1.02rem;line-height:1.7}.pdf-solution-card,.pdf-solution-detail-card,.pdf-solutions-browser__results-head,.pdf-solutions-hero__metrics{border-radius:24px}.pdf-solutions-hero__metrics{padding:18px}.pdf-solutions-hero__metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.pdf-solutions-hero__metric{border-radius:18px;padding:18px;background:linear-gradient(180deg,hsla(0,0%,100%,.06),hsla(0,0%,100%,.02));border:1px solid hsla(0,0%,100%,.08)}.pdf-solutions-hero__metric-value{font-family:Space Grotesk,sans-serif;font-size:clamp(1.5rem,2vw,2.2rem);font-weight:700}.pdf-solutions-hero__metric-value--medium{color:#38bdf8}.pdf-solutions-hero__metric-value--live{color:#f59e0b}.pdf-solutions-hero__metric-label{margin-top:4px;color:var(--text-muted);font-size:.84rem}.pdf-solutions-page__browser{display:grid;grid-gap:14px;gap:14px;margin-top:22px}.pdf-solutions-browser__layout{display:grid;grid-template-columns:300px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:start}.pdf-solutions-browser__filters{border-radius:24px;padding:18px;position:-webkit-sticky;position:sticky;top:86px}.pdf-solutions-browser__filters-inner{display:grid;grid-gap:16px;gap:16px}.pdf-solutions-browser__label{margin-bottom:8px;color:var(--text-muted);font-size:.72rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.pdf-solutions-browser__pill-wrap{display:flex;flex-wrap:wrap;gap:8px}.pdf-solutions-browser__filter-pill{transition:opacity .18s ease,box-shadow .18s ease,transform .18s ease;opacity:.86}.pdf-solutions-browser__filter-pill:hover{opacity:1}.pdf-solutions-browser__filter-pill.is-active{opacity:1;box-shadow:0 0 0 2px rgba(56,189,248,.22)}.pdf-solutions-browser__filter-summary{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:16px;border:1px solid hsla(0,0%,100%,.08);background:hsla(0,0%,100%,.03)}.pdf-solutions-browser__results-head{padding:14px 16px}.pdf-solutions-browser__results-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.pdf-solutions-browser__results-text{color:var(--text-soft);font-size:.92rem}.pdf-solutions-browser__results-text strong{color:var(--text)}.pdf-solutions-browser__results-summary{margin-top:8px;color:var(--text-soft);font-size:.92rem}.pdf-solutions-browser__results-summary strong{color:var(--text)}.pdf-solutions-browser__search{min-width:min(100%,320px);border-radius:14px;border:1px solid hsla(0,0%,100%,.12);background:hsla(0,0%,100%,.05);color:var(--text);padding:12px 14px;font:inherit;outline:none}.pdf-solutions-browser__search::placeholder{color:var(--text-muted)}.pdf-solutions-browser__search:focus{border-color:rgba(56,189,248,.42)}.pdf-solutions-browser__empty{padding:24px;text-align:center}.pdf-solutions-browser__empty-badge{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;margin:0 auto 12px;background:rgba(249,115,22,.12);color:var(--brand);font-weight:800}.pdf-solutions-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px}.pdf-solution-card,.pdf-solution-detail-card{position:relative;overflow:hidden;padding:22px;display:flex;flex-direction:column;gap:16px;border:1px solid rgba(59,130,246,.16);background:linear-gradient(180deg,rgba(14,165,233,.08),hsla(0,0%,7%,.92)),var(--surface);box-shadow:0 18px 50px rgba(2,6,23,.18)}.pdf-solution-card:before,.pdf-solution-detail-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(56,189,248,.16),transparent 34%);pointer-events:none}.pdf-solution-card__topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.pdf-solution-card__label{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:rgba(14,165,233,.12);color:#38bdf8;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.pdf-solution-card__type-pill{color:#f59e0b;border:1px solid rgba(245,158,11,.3);background:rgba(245,158,11,.1)}.pdf-solution-card__days{margin:0;color:var(--text-muted);font-size:.7rem;letter-spacing:.2em;text-transform:uppercase;font-weight:800}.pdf-solution-card__title,.pdf-solution-detail-card__title{margin:8px 0 0;font-family:Space Grotesk,sans-serif;font-size:clamp(1.2rem,1.5vw,1.5rem);line-height:1.15}.pdf-solution-card__count{margin:8px 0 0;color:var(--text-soft);font-size:.95rem;font-weight:600}.pdf-solution-card__description{margin:10px 0 0;color:var(--text-soft);line-height:1.65}.pdf-solution-card__topics{display:flex;flex-wrap:wrap;gap:8px}.pdf-solution-card__topics span{display:inline-flex;align-items:center;border-radius:999px;padding:6px 10px;background:hsla(0,0%,100%,.04);border:1px solid hsla(0,0%,100%,.08);color:var(--text-soft);font-size:.74rem}.pdf-solution-card__footer{display:flex;gap:10px;margin-top:auto}.pdf-solution-card__footer .button{flex:1 1}.pdf-solutions-detail{display:grid;grid-gap:16px;gap:16px;padding-top:40px;padding-bottom:72px}.pdf-solutions-detail__back{width:-moz-fit-content;width:fit-content}@media (max-width:1100px){.pdf-solutions-grid,.pdf-solutions-hero__metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pdf-solutions-browser__layout{grid-template-columns:1fr}.pdf-solutions-browser__filters{position:static}}@media (max-width:760px){.pdf-solutions-browser__filter-summary,.pdf-solutions-browser__results-row{flex-direction:column;align-items:stretch}.pdf-solutions-grid,.pdf-solutions-hero__metric-grid{grid-template-columns:1fr}.pdf-solution-card__footer{flex-direction:column}}