.crystal-theme{--cry-canvas:#fbf6ec;--cry-canvas-deep:#f5eedf;--cry-ink:#1e1915;--cry-ink-soft:#3d342c;--cry-ink-mute:#6e6458;--cry-ink-label:#5b5046;--cry-paper:#fefbf5;--cry-hairline:#e8dfce;--cry-amber:#e39049;--cry-amber-deep:#c97528;--cry-amber-soft:#f6e3cc;--cry-amber-text:#a55a1d;--cry-peach:#fce4d1;--cry-peach-ink:#8c5939;--cry-sky:#d8e5f0;--cry-sky-ink:#3a5875;--cry-lilac:#e0d7ef;--cry-lilac-ink:#5a4682;--cry-mint:#d3e8d7;--cry-mint-ink:#3f6b4a;--cry-indigo:#2e2a52;--cry-r-sm:10px;--cry-r-md:16px;--cry-r-lg:28px;--cry-r-xl:44px;--cry-ease:cubic-bezier(.22, 1, .36, 1);--cry-ease-warm:cubic-bezier(.34, 1.2, .64, 1);background:var(--cry-canvas);color:var(--cry-ink);min-height:100vh;font-family:ABC Oracle,system-ui,sans-serif;font-weight:400;line-height:1.5;overflow-x:hidden}html[data-theme=dark] .crystal-theme{--cry-canvas:#171210;--cry-canvas-deep:#1e1712;--cry-ink:#f4ede0;--cry-ink-soft:#cbc0b2;--cry-ink-mute:#8a7f72;--cry-ink-label:#a59887;--cry-paper:#1f1915;--cry-hairline:#2e2620;--cry-amber-soft:#f6e3cc1f;--cry-peach:#2b1e15;--cry-sky:#152029;--cry-lilac:#1f182b;--cry-mint:#162520}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .crystal-theme{--cry-canvas:#171210;--cry-canvas-deep:#1e1712;--cry-ink:#f4ede0;--cry-ink-soft:#cbc0b2;--cry-ink-mute:#8a7f72;--cry-ink-label:#a59887;--cry-paper:#1f1915;--cry-hairline:#2e2620;--cry-amber-soft:#f6e3cc1f;--cry-peach:#2b1e15;--cry-sky:#152029;--cry-lilac:#1f182b;--cry-mint:#162520}}.crystal-theme *,.crystal-theme :before,.crystal-theme :after{box-sizing:border-box}.crystal-theme a{color:inherit;text-decoration:none}.crystal-theme img,.crystal-theme svg{max-width:100%;display:block}.crystal-theme button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0}.crystal-theme .cry-container{width:100%;max-width:1240px;margin:0 auto;padding:0 32px}.crystal-theme .cry-site-header{z-index:100;transition:padding .4s var(--cry-ease);padding:16px 32px;position:fixed;top:0;left:0;right:0}.crystal-theme .cry-header-inner{background:color-mix(in oklch, var(--cry-canvas), transparent 28%);-webkit-backdrop-filter:saturate(160%)blur(14px);border:1px solid color-mix(in oklch, var(--cry-hairline), transparent 40%);max-width:1240px;transition:background .35s var(--cry-ease), box-shadow .4s var(--cry-ease), border-color .35s var(--cry-ease), padding .35s var(--cry-ease);border-radius:999px;justify-content:space-between;align-items:center;gap:20px;margin:0 auto;padding:8px 10px 8px 20px;display:flex;box-shadow:inset 0 1px #ffffff80}.crystal-theme .cry-site-header.cry-scrolled{padding:12px 20px}.crystal-theme .cry-site-header.cry-scrolled .cry-header-inner{background:color-mix(in oklch, var(--cry-paper), transparent 12%);-webkit-backdrop-filter:saturate(180%)blur(22px);border-color:var(--cry-hairline);box-shadow:inset 0 1px #fff9,0 12px 40px -18px #1e19152e,0 2px 6px -2px #1e19150f}.crystal-theme .cry-brand{align-items:center;gap:10px;display:flex}.crystal-theme .cry-brand-mark{width:32px;height:32px}.crystal-theme .cry-brand-word{letter-spacing:-.01em;font-size:22px;font-weight:400}.crystal-theme .cry-primary-nav{gap:28px;display:flex}.crystal-theme .cry-primary-nav a{color:var(--cry-ink-soft);transition:color .2s var(--cry-ease);padding-bottom:2px;font-size:14px;font-weight:500;position:relative}.crystal-theme .cry-primary-nav a:after{content:"";background:var(--cry-ink);transform-origin:0;height:1px;transition:transform .4s var(--cry-ease);position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.crystal-theme .cry-primary-nav a:hover{color:var(--cry-ink)}.crystal-theme .cry-primary-nav a:hover:after{transform:scaleX(1)}.crystal-theme .cry-header-actions{align-items:center;gap:14px;display:flex}.crystal-theme .cry-btn{transition:transform .18s var(--cry-ease), box-shadow .2s var(--cry-ease), background .2s var(--cry-ease);border-radius:999px;align-items:center;gap:8px;padding:10px 18px;font-size:14px;font-weight:500;display:inline-flex}.crystal-theme .cry-btn-ghost{color:var(--cry-ink)}.crystal-theme .cry-btn-ghost:hover{background:#1e19150f}.crystal-theme .cry-btn-primary{background:var(--cry-ink);color:var(--cry-canvas)}.crystal-theme .cry-btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 24px -8px #1e19154d}.crystal-theme .cry-btn-amber{background:var(--cry-amber-text);color:#fff;position:relative;overflow:hidden}.crystal-theme .cry-btn-amber:before{content:"";transition:transform .55s var(--cry-ease);pointer-events:none;background:linear-gradient(110deg,#0000 30%,#ffffff38 50%,#0000 70%);position:absolute;inset:0;transform:translate(-120%)}.crystal-theme .cry-btn-amber:hover{background:#8a4a15;transform:translateY(-1px);box-shadow:0 12px 32px -10px #8a4a1580}.crystal-theme .cry-btn-amber:hover:before{transform:translate(120%)}.crystal-theme .cry-btn-amber svg{transition:transform .2s var(--cry-ease)}.crystal-theme .cry-btn-amber:hover svg{transform:translate(2px)}.crystal-theme :focus-visible{outline:2px solid var(--cry-amber-text);outline-offset:3px;border-radius:4px}.crystal-theme .cry-btn:focus-visible,.crystal-theme .cry-persona-card:focus-visible{outline-offset:4px}.crystal-theme .cry-hero{text-align:center;padding:72px 0 0;position:relative;overflow:visible}.crystal-theme .cry-hero-orbs{pointer-events:none;z-index:0;clip-path:inset(0);position:absolute;inset:0 0 -180vh}.crystal-theme .cry-orb{filter:blur(90px);opacity:.55;border-radius:50%;animation:22s ease-in-out infinite cryDrift;position:absolute}.crystal-theme .cry-orb-1{background:var(--cry-peach);width:620px;height:620px;top:-160px;left:-180px}.crystal-theme .cry-orb-2{background:var(--cry-sky);width:520px;height:520px;animation-duration:28s;animation-delay:-6s;top:8%;right:-160px}.crystal-theme .cry-orb-3{background:var(--cry-lilac);width:480px;height:480px;animation-duration:32s;animation-delay:-12s;top:30%;left:6%}.crystal-theme .cry-orb-4{background:var(--cry-mint);opacity:.32;width:380px;height:380px;animation-duration:26s;animation-delay:-18s;top:42%;left:58%}.crystal-theme .cry-orb-5{background:var(--cry-peach);opacity:.38;width:560px;height:560px;animation-duration:30s;animation-delay:-4s;top:58%;left:-140px}.crystal-theme .cry-orb-6{background:var(--cry-lilac);opacity:.32;width:440px;height:440px;animation-duration:34s;animation-delay:-14s;top:72%;right:-100px}@keyframes cryDrift{0%,to{transform:translate(0)scale(1)}33%{transform:translate(60px,-40px)scale(1.08)}66%{transform:translate(-40px,50px)scale(.95)}}.crystal-theme .cry-hero-stack{z-index:2;max-width:880px;margin:0 auto;padding:0 40px;position:relative}.crystal-theme .cry-hero-eyebrow{background:var(--cry-paper);border:1px solid var(--cry-hairline);color:var(--cry-ink-soft);letter-spacing:.02em;animation:cryFadeUp .9s var(--cry-ease) .1s both;opacity:0;border-radius:999px;align-items:center;gap:10px;margin-bottom:16px;padding:6px 14px 6px 8px;font-size:12px;font-weight:500;display:inline-flex;transform:translateY(.4em)}.crystal-theme .cry-hero-eyebrow .cry-dot{background:var(--cry-amber);border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite cryPulseAmber}.crystal-theme .cry-hero-eyebrow .cry-pill{background:var(--cry-amber-soft);color:var(--cry-amber-deep);border-radius:999px;padding:2px 8px;font-size:11px}.crystal-theme .cry-hero-title{letter-spacing:-.035em;color:var(--cry-ink);margin-bottom:16px;font-size:clamp(40px,5.5vw,74px);font-weight:400;line-height:1.04}.crystal-theme .cry-hero-title .cry-word{opacity:0;animation:cryFadeUp .8s var(--cry-ease) both;margin-right:.18em;display:inline-block;transform:translateY(.4em)}.crystal-theme .cry-hero-title em.cry-italic{color:var(--cry-amber-deep);font-style:italic;font-weight:300}.crystal-theme .cry-hero-sub{color:var(--cry-ink);opacity:.82;text-wrap:balance;max-width:560px;animation:cryFadeUp .9s var(--cry-ease) .8s both;opacity:0;margin:0 auto 24px;font-size:18px;line-height:1.5;transform:translateY(.4em)}.crystal-theme .cry-hero-sub.cry-in{opacity:.82;transform:translateY(0)}.crystal-theme .cry-hero-ctas{animation:cryFadeUp .9s var(--cry-ease) .95s both;opacity:0;align-items:center;gap:10px;display:inline-flex;transform:translateY(.4em)}.crystal-theme .cry-hero-ctas .cry-btn-amber{padding:14px 24px;font-size:15px}.crystal-theme .cry-hero-ctas .cry-meta-link{color:var(--cry-ink-soft);transition:background .2s var(--cry-ease);border-radius:999px;align-items:center;gap:6px;padding:12px 16px;font-size:14px;display:inline-flex}.crystal-theme .cry-hero-ctas .cry-meta-link:hover{background:#1e19150d}.crystal-theme .cry-hero-ctas .cry-meta-link svg{width:14px;height:14px}.crystal-theme .cry-hero-trust-outer{text-align:center;z-index:3;padding:28px 20px 12px;position:relative}.crystal-theme .cry-hero-trust{text-transform:uppercase;letter-spacing:.14em;color:var(--cry-ink-mute);animation:cryFadeUp .9s var(--cry-ease) 1.15s both;opacity:0;flex-wrap:wrap;justify-content:center;gap:24px;font-size:11px;display:inline-flex;transform:translateY(.4em)}.crystal-theme .cry-hero-trust span{align-items:center;gap:8px;display:inline-flex}.crystal-theme .cry-hero-trust .cry-micro-dot{background:var(--cry-ink-mute);opacity:.5;border-radius:50%;width:3px;height:3px}@keyframes cryFadeUp{to{opacity:1;transform:translateY(0)}}@keyframes cryPulseAmber{0%,to{box-shadow:0 0 #e3904973}50%{box-shadow:0 0 0 7px #e3904900}}.crystal-theme .cry-hero-stage{z-index:1;transform-origin:top;perspective:1600px;--cry-p:0;width:100%;max-width:1200px;padding:0 40px;position:absolute;top:max(46vh,420px);left:50%;transform:translate(-50%)}.crystal-theme .cry-hero-screen,.crystal-theme .cry-hero-stage-glow{transform:scale(calc(.92 + .08 * var(--cry-p))) translateY(calc((1 - var(--cry-p)) * 18px)) rotateX(calc((1 - var(--cry-p)) * 3deg));transform-origin:top;opacity:calc(.65 + .35 * var(--cry-p));transition:transform 60ms linear}.crystal-theme .cry-hero-stage .cry-hero-stage-glow{opacity:calc(var(--cry-p) * 1)}.crystal-theme .cry-hero-stage-glow{filter:blur(60px);z-index:-1;pointer-events:none;background:radial-gradient(at 50% 0,#e3904959,#0000 60%),radial-gradient(at 20%,#8b67c433,#0000 60%),radial-gradient(at 80%,#4a6e962e,#0000 60%);position:absolute;inset:-10% 10% -5%}.crystal-theme .cry-hero-stage.cry-engaged .cry-hero-stage-glow{opacity:1}.crystal-theme .cry-hero-screen{background:var(--cry-paper);transition:box-shadow .6s var(--cry-ease);border-radius:18px;position:relative;overflow:hidden;box-shadow:0 60px 120px -30px #1e191559,0 30px 60px -20px #5a468240,0 0 0 1px #1e191514}.crystal-theme .cry-hero-stage.cry-engaged .cry-hero-screen{box-shadow:0 100px 180px -40px #1e191573,0 50px 100px -30px #5a46824d,0 0 0 1px #1e19151a}.crystal-theme .cry-screen-chrome{border-bottom:1px solid var(--cry-hairline);background:linear-gradient(#fafaf6,#f1ece1);align-items:center;gap:8px;height:44px;padding:0 16px;display:flex;position:relative}.crystal-theme .cry-traffic{background:#e8dfce;border-radius:50%;width:11px;height:11px;display:inline-block}.crystal-theme .cry-traffic:first-child{background:#ef6a5e}.crystal-theme .cry-traffic:nth-child(2){background:#f4be4f}.crystal-theme .cry-traffic:nth-child(3){background:#5bc47e}.crystal-theme .cry-screen-url{color:var(--cry-ink-mute);border:1px solid var(--cry-hairline);white-space:nowrap;text-overflow:ellipsis;background:#fff9;border-radius:999px;max-width:60%;padding:4px 14px;font-size:12px;position:absolute;left:50%;overflow:hidden;transform:translate(-50%)}.crystal-theme .cry-screen-status{color:var(--cry-amber-deep);text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:6px;margin-left:auto;font-size:11px;display:inline-flex}.crystal-theme .cry-screen-status .cry-live-dot{background:var(--cry-amber);border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite cryPulseAmber}.crystal-theme .cry-hero-screen-body{background:#fff;line-height:0}.crystal-theme .cry-hero-screen-body img{width:100%;height:auto;display:block}.crystal-theme .cry-hero-float{background:var(--cry-paper);text-align:left;opacity:0;transition:opacity .7s var(--cry-ease), transform .7s var(--cry-ease);border-radius:14px;padding:14px 18px;position:absolute;transform:translateY(20px)scale(.94);box-shadow:0 24px 48px -20px #1e191540,0 8px 16px -8px #1e191526,0 0 0 1px #1e19150d}.crystal-theme .cry-hero-stage.cry-engaged .cry-hero-float{opacity:1;transform:translateY(0)scale(1)}.crystal-theme .cry-hero-stage.cry-engaged .cry-hero-float-1{transition-delay:.15s}.crystal-theme .cry-hero-stage.cry-engaged .cry-hero-float-2{transition-delay:.3s}.crystal-theme .cry-hero-float-1{align-items:center;gap:12px;display:flex;top:22%;left:-40px}.crystal-theme .cry-hero-float-1 .cry-dot{background:var(--cry-amber);border-radius:50%;flex-shrink:0;width:10px;height:10px;box-shadow:0 0 0 4px #e390492e}.crystal-theme .cry-hf-label{text-transform:uppercase;letter-spacing:.14em;color:var(--cry-ink-mute);margin-bottom:2px;font-size:10px}.crystal-theme .cry-hf-val{color:var(--cry-ink);font-size:15px}.crystal-theme .cry-hero-float-2{max-width:260px;bottom:22%;right:-30px}.crystal-theme .cry-hf-kicker{text-transform:uppercase;letter-spacing:.14em;color:var(--cry-amber-deep);margin-bottom:6px;font-size:10px}.crystal-theme .cry-hf-quote{color:var(--cry-ink);font-size:14.5px;font-style:italic;line-height:1.35}.crystal-theme .cry-hero-reveal-spacer{pointer-events:none;height:clamp(680px,76vh,920px)}.crystal-theme .cry-section-bridge{z-index:2;justify-content:center;align-items:center;gap:24px;max-width:560px;margin:80px auto 24px;padding:0 20px;display:flex;position:relative}.crystal-theme .cry-bridge-rule{background:linear-gradient(90deg,#0000,#a55a1d59,#0000);flex:1;height:1px}.crystal-theme .cry-bridge-mark{flex-shrink:0;width:34px;height:34px}.crystal-theme section{position:relative}.crystal-theme .cry-section-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--cry-amber-text);align-items:center;gap:10px;margin-bottom:20px;font-size:12px;font-weight:500;display:inline-flex}.crystal-theme .cry-section-eyebrow:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23A55A1D' stroke-width='1.4' stroke-linejoin='round'%3E%3Cpath d='M12 2 L20 8 L17 18 L7 18 L4 8 Z'/%3E%3Cpath d='M12 2 L12 14 M4 8 L12 14 L20 8 M7 18 L12 14 L17 18' opacity='.55'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;flex:0 0 18px;width:18px;height:18px}.crystal-theme .cry-holo .cry-section-eyebrow:before,.crystal-theme .cry-quote .cry-section-eyebrow:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E39049' stroke-width='1.4' stroke-linejoin='round'%3E%3Cpath d='M12 2 L20 8 L17 18 L7 18 L4 8 Z'/%3E%3Cpath d='M12 2 L12 14 M4 8 L12 14 L20 8 M7 18 L12 14 L17 18' opacity='.6'/%3E%3C/svg%3E")}.crystal-theme .cry-section-title{letter-spacing:-.025em;text-wrap:balance;max-width:780px;font-size:clamp(32px,4.5vw,58px);font-weight:400;line-height:1.05}.crystal-theme .cry-section-title em{color:var(--cry-amber-deep);font-style:italic;font-weight:300}.crystal-theme .cry-idea{padding:56px 0 110px}.crystal-theme .cry-idea-grid{grid-template-columns:1fr 1.4fr;align-items:start;gap:100px;display:grid}.crystal-theme .cry-idea-lead{letter-spacing:-.02em;font-size:clamp(28px,3.2vw,42px);font-weight:400;line-height:1.2}.crystal-theme .cry-idea-lead em{color:var(--cry-amber-deep);font-style:italic}.crystal-theme .cry-idea-body{color:var(--cry-ink-soft);font-size:17px;line-height:1.7}.crystal-theme .cry-idea-body p+p{margin-top:20px}.crystal-theme .cry-personas{padding:80px 0 110px}.crystal-theme .cry-personas-grid{gap:20px;margin-top:60px;display:grid}.crystal-theme .cry-persona-card{border-radius:var(--cry-r-md);transition:transform .5s var(--cry-ease), box-shadow .5s var(--cry-ease);flex-direction:column;gap:0;padding:16px 16px 32px;display:flex;position:relative;overflow:hidden}.crystal-theme .cry-persona-card:hover{transform:translateY(-6px);box-shadow:0 32px 60px -28px #1e191540}.crystal-theme .cry-persona-card>.cry-persona-body-wrap{padding:24px 24px 0}.crystal-theme .cry-persona-student{background:var(--cry-peach);color:var(--cry-peach-ink)}.crystal-theme .cry-persona-teacher{background:var(--cry-sky);color:var(--cry-sky-ink)}.crystal-theme .cry-persona-admin{background:var(--cry-lilac);color:var(--cry-lilac-ink)}.crystal-theme .cry-persona-label{text-transform:uppercase;letter-spacing:.14em;opacity:.85;font-size:12px;font-weight:500}.crystal-theme .cry-persona-title{letter-spacing:-.02em;margin-top:14px;font-size:30px;font-weight:400;line-height:1.15}.crystal-theme .cry-persona-body{color:#2a2220;max-width:28ch;margin-top:16px;font-size:15px;line-height:1.55}.crystal-theme .cry-persona-thumb-wrap{aspect-ratio:16/10;border-radius:18px;position:relative;overflow:hidden}.crystal-theme .cry-persona-thumb{width:100%;height:100%;transition:transform .6s var(--cry-ease);position:relative;overflow:hidden}.crystal-theme .cry-persona-thumb img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .8s var(--cry-ease);display:block}.crystal-theme .cry-persona-card:hover .cry-persona-thumb img{transform:scale(1.04)}.crystal-theme .cry-persona-thumb:after{content:"";pointer-events:none;background:linear-gradient(#0000 60%,#0000000d);position:absolute;inset:0}.crystal-theme .cry-holo{color:var(--cry-canvas);border-radius:var(--cry-r-xl);background:#1e1915;margin:0 20px;padding:110px 0;position:relative;overflow:hidden}html[data-theme=dark] .crystal-theme .cry-holo,.crystal-theme.cry-dark .cry-holo{background:#0e0a08}.crystal-theme .cry-holo:before{content:"";pointer-events:none;background:radial-gradient(at 30% 20%,#e3904938,#0000 50%),radial-gradient(at 80% 80%,#8b67c42e,#0000 50%);position:absolute;inset:0}.crystal-theme .cry-holo-inner{grid-template-columns:1fr 1.1fr;align-items:center;gap:80px;display:grid;position:relative}.crystal-theme .cry-holo-eyebrow{color:var(--cry-amber);text-transform:uppercase;letter-spacing:.14em;align-items:center;gap:10px;margin-bottom:22px;font-size:12px;display:inline-flex}.crystal-theme .cry-holo-eyebrow:before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23E39049' stroke-width='1.4' stroke-linejoin='round'%3E%3Cpath d='M12 2 L20 8 L17 18 L7 18 L4 8 Z'/%3E%3Cpath d='M12 2 L12 14 M4 8 L12 14 L20 8 M7 18 L12 14 L17 18' opacity='.6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;flex:0 0 18px;width:18px;height:18px}.crystal-theme .cry-holo-title{letter-spacing:-.025em;color:var(--cry-canvas);margin-bottom:28px;font-size:clamp(32px,4.5vw,56px);font-weight:300;line-height:1.05}.crystal-theme .cry-holo-title em{color:var(--cry-amber);font-style:italic}.crystal-theme .cry-holo-body{opacity:.76;max-width:480px;margin-bottom:32px;font-size:17px;line-height:1.6}.crystal-theme .cry-holo-list{margin:0;padding:0;list-style:none}.crystal-theme .cry-holo-list li{border-top:1px solid #fbf6ec1a;align-items:flex-start;gap:14px;padding:14px 0;font-size:15px;display:flex}.crystal-theme .cry-holo-list li:last-child{border-bottom:1px solid #fbf6ec1a}.crystal-theme .cry-holo-list .cry-pip{background:#e390492e;border:1px solid #e3904966;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;margin-top:2px;display:flex}.crystal-theme .cry-holo-list .cry-pip:after{content:"";background:var(--cry-amber);border-radius:50%;width:5px;height:5px}.crystal-theme .cry-holo-list b{color:var(--cry-canvas);font-weight:500}.crystal-theme .cry-holo-product{position:relative}.crystal-theme .cry-holo-product-frame{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 40px 80px -30px #0009,0 0 0 1px #fbf6ec14}.crystal-theme .cry-holo-product-frame img{width:100%;height:auto;display:block}.crystal-theme .cry-holo-product-frame:after{content:"";pointer-events:none;background:radial-gradient(at 30% 10%,#e390491a,#0000 50%);position:absolute;inset:0}.crystal-theme .cry-holo-tag{-webkit-backdrop-filter:blur(12px);color:var(--cry-canvas);text-transform:uppercase;letter-spacing:.14em;z-index:3;background:#1e1915d9;border:1px solid #fbf6ec24;border-radius:999px;align-items:center;gap:8px;padding:8px 13px;font-size:10.5px;display:inline-flex;position:absolute}.crystal-theme .cry-holo-tag-tl{top:16px;left:16px}.crystal-theme .cry-holo-tag-br{bottom:16px;right:16px}.crystal-theme .cry-holo-tag .cry-dot{background:var(--cry-amber);border-radius:50%;width:6px;height:6px;animation:1.8s ease-in-out infinite cryPulseAmber}.crystal-theme .cry-holo-caption{text-transform:uppercase;letter-spacing:.14em;color:#fbf6ec99;align-items:center;gap:10px;margin-top:20px;font-size:11px;display:flex}.crystal-theme .cry-holo-caption .cry-ok{color:var(--cry-amber);font-size:8px}.crystal-theme .cry-holo-checkin{-webkit-backdrop-filter:blur(20px);color:#f4ede0;z-index:4;background:#14100ee0;border:1px solid #ffffff14;border-radius:16px;width:min(380px,100% - 56px);padding:18px 20px 20px;position:absolute;bottom:28px;right:28px;box-shadow:0 24px 60px -24px #0009,0 2px 8px #0003}.crystal-theme .cry-holo-checkin-head{align-items:center;gap:12px;margin-bottom:12px;display:flex}.crystal-theme .cry-holo-checkin-avatar{background:#ffffff0a;border:1px solid #ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.crystal-theme .cry-holo-checkin-avatar svg{width:28px;height:28px}.crystal-theme .cry-holo-checkin-name{color:#fff;letter-spacing:-.005em;font-size:15px;font-weight:400}.crystal-theme .cry-holo-checkin-sub{text-transform:uppercase;letter-spacing:.14em;color:#f4ede08c;font-size:10.5px}.crystal-theme .cry-holo-checkin-msg{color:#f4ede0;letter-spacing:-.005em;margin:0;font-size:14.5px;line-height:1.45}.crystal-theme .cry-holo-cursor{vertical-align:text-bottom;background:#f6c97a;width:2px;height:1em;margin-left:2px;animation:.9s steps(2,end) infinite cryCursor;display:inline-block}@keyframes cryCursor{50%{opacity:0}}.crystal-theme .cry-holo-responses{opacity:0;visibility:hidden;transition:opacity .4s var(--cry-ease), transform .4s var(--cry-ease), visibility 0s linear .4s;flex-wrap:wrap;gap:8px;margin-top:14px;display:flex;transform:translateY(8px)}.crystal-theme .cry-holo-responses.cry-visible{opacity:1;visibility:visible;transition:opacity .4s var(--cry-ease), transform .4s var(--cry-ease), visibility 0s linear 0s;transform:translateY(0)}.crystal-theme .cry-holo-student-msg{color:#fbe9c7;opacity:0;max-width:85%;transition:opacity .32s var(--cry-ease), transform .32s var(--cry-ease);text-align:right;letter-spacing:-.005em;background:linear-gradient(135deg,#f6c97a38,#e390492e);border:1px solid #f6c97a52;border-radius:14px 14px 4px;margin:12px 0 0 auto;padding:8px 14px;font-size:13.5px;line-height:1.4;transform:translateY(6px)scale(.96)}.crystal-theme .cry-holo-student-msg.cry-visible{opacity:1;transform:translateY(0)scale(1)}.crystal-theme .cry-holo-turn-2{opacity:0;transition:opacity .32s var(--cry-ease), transform .32s var(--cry-ease);color:#f4ede0;letter-spacing:-.005em;min-height:1em;margin-top:12px;font-size:14.5px;line-height:1.45;transform:translateY(6px)}.crystal-theme .cry-holo-turn-2.cry-visible{opacity:1;transform:translateY(0)}.crystal-theme .cry-holo-scaffold{color:#f4ede0e0;letter-spacing:.01em;opacity:0;transition:opacity .32s var(--cry-ease) .12s, transform .32s var(--cry-ease) .12s;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;margin-top:10px;padding:10px 12px;font-size:12.5px;line-height:1.55;transform:translateY(6px)}.crystal-theme .cry-holo-scaffold.cry-visible{opacity:1;transform:translateY(0)}.crystal-theme .cry-holo-scaffold .cry-eq{color:#f6c97a}.crystal-theme .cry-holo-scaffold .cry-ar{color:#f4ede080;margin:0 6px}.crystal-theme .cry-holo-checkin.cry-resetting .cry-holo-checkin-msg,.crystal-theme .cry-holo-checkin.cry-resetting .cry-holo-responses,.crystal-theme .cry-holo-checkin.cry-resetting .cry-holo-student-msg,.crystal-theme .cry-holo-checkin.cry-resetting .cry-holo-turn-2,.crystal-theme .cry-holo-checkin.cry-resetting .cry-holo-scaffold{transition:opacity .4s var(--cry-ease);opacity:0}.crystal-theme .cry-holo-chip{color:#f6c97a;cursor:pointer;transition:background .18s var(--cry-ease), transform .18s var(--cry-ease);background:#f6c97a24;border:1px solid #f6c97a47;border-radius:999px;padding:7px 12px;font-size:12.5px}.crystal-theme .cry-holo-chip:hover{background:#f6c97a38;transform:translateY(-1px)}.crystal-theme .cry-holo-chip-ghost{color:#f4ede0b3;background:0 0;border-color:#ffffff24}.crystal-theme .cry-holo-chip-ghost:hover{color:#fff;background:#ffffff0d}.crystal-theme .cry-features{padding:110px 0}.crystal-theme .cry-features-head{grid-template-columns:1fr 1fr;align-items:end;gap:80px;margin-bottom:80px;display:grid}.crystal-theme .cry-features-tagline{color:var(--cry-ink-soft);max-width:480px;font-size:17px;line-height:1.6}.crystal-theme .cry-features-grid{background:var(--cry-hairline);border:1px solid var(--cry-hairline);border-radius:var(--cry-r-lg);gap:1px;display:grid;overflow:hidden}.crystal-theme .cry-feature-card{background:var(--cry-paper);transition:background .4s var(--cry-ease);padding:40px 36px;position:relative}.crystal-theme .cry-feature-card:hover{background:var(--cry-canvas-deep)}.crystal-theme .cry-feature-icon{background:var(--cry-amber-soft);width:40px;height:40px;color:var(--cry-amber-deep);transition:background .4s var(--cry-ease), color .4s var(--cry-ease), transform .5s var(--cry-ease);border-radius:10px;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.crystal-theme .cry-feature-card:hover .cry-feature-icon{background:var(--cry-amber-text);color:var(--cry-paper);transform:scale(1.08)rotate(-4deg)}.crystal-theme .cry-feature-icon svg{width:20px;height:20px}.crystal-theme .cry-feature-title{letter-spacing:-.01em;margin:0 0 12px;font-size:22px;font-weight:400;line-height:1.2}.crystal-theme .cry-feature-body{color:var(--cry-ink-soft);margin:0;font-size:14px;line-height:1.6}.crystal-theme .cry-proof{border-top:1px solid var(--cry-hairline);border-bottom:1px solid var(--cry-hairline);padding:100px 0;overflow:hidden}.crystal-theme .cry-proof-label{text-align:center;text-transform:uppercase;letter-spacing:.2em;color:var(--cry-ink-label);margin-bottom:40px;font-size:12px;font-weight:500}.crystal-theme .cry-marquee{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.crystal-theme .cry-marquee-track{gap:64px;width:max-content;animation:40s linear infinite cryMarquee;display:flex}.crystal-theme .cry-marquee:hover .cry-marquee-track{animation-play-state:paused}@keyframes cryMarquee{to{transform:translate(-50%)}}.crystal-theme .cry-marquee-item{color:var(--cry-ink-soft);letter-spacing:-.005em;white-space:nowrap;opacity:.82;transition:color .3s var(--cry-ease), opacity .3s var(--cry-ease);align-items:center;gap:12px;font-size:20px;font-weight:400;display:inline-flex}.crystal-theme .cry-marquee-item:before{content:"";opacity:.55;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23847A6E' stroke-width='1.2' stroke-linejoin='round'%3E%3Cpath d='M4 20 L4 10 L12 4 L20 10 L20 20 Z'/%3E%3Cpath d='M10 20 L10 14 L14 14 L14 20' opacity='.6'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;flex:0 0 22px;width:22px;height:22px}.crystal-theme .cry-marquee-item:hover{color:var(--cry-ink);opacity:1}.crystal-theme .cry-marquee-rule{background:var(--cry-hairline);flex:0 0 1px;align-self:center;width:1px;height:18px;display:inline-block}.crystal-theme .cry-quote{color:var(--cry-canvas);border-radius:var(--cry-r-xl);background:#1e1915;margin:0 20px;padding:110px 0;position:relative;overflow:hidden}.crystal-theme .cry-quote:before{content:"";pointer-events:none;background:radial-gradient(900px 500px at 15% 0,#e390491a,#0000 60%),radial-gradient(700px 400px at 85% 100%,#b48cdc0f,#0000 60%);position:absolute;inset:0}.crystal-theme .cry-quote .cry-container{z-index:1;position:relative}.crystal-theme .cry-quote .cry-section-eyebrow{color:#e39049;margin-bottom:32px}.crystal-theme .cry-quote-wrap{text-align:center;max-width:960px;margin:0 auto}.crystal-theme .cry-big-quote{letter-spacing:-.02em;color:var(--cry-canvas);margin-bottom:44px;font-size:clamp(32px,4.2vw,52px);font-style:italic;font-weight:300;line-height:1.22}.crystal-theme .cry-big-quote:before{content:"“";color:#e39049;opacity:.7;height:.5em;margin-bottom:28px;font-size:120px;font-style:normal;font-weight:300;line-height:.5;display:block}.crystal-theme .cry-big-quote:after{content:"”";color:#e39049;opacity:.7;height:.5em;margin-top:28px;font-size:120px;font-style:normal;font-weight:300;line-height:.5;display:block}.crystal-theme .cry-quote-attrib{text-transform:uppercase;letter-spacing:.14em;color:#fefbf58c;font-size:12px}.crystal-theme .cry-quote-attrib b{color:var(--cry-canvas);font-weight:500}.crystal-theme .cry-cta{padding:140px 20px}.crystal-theme .cry-cta-wrap{background:linear-gradient(135deg, var(--cry-peach) 0%, var(--cry-amber-soft) 50%, var(--cry-lilac) 100%);border-radius:var(--cry-r-xl);text-align:center;max-width:1200px;margin:0 auto;padding:80px 72px;position:relative;overflow:hidden}.crystal-theme .cry-cta-wrap:before,.crystal-theme .cry-cta-wrap:after{content:"";filter:blur(60px);pointer-events:none;border-radius:50%;position:absolute}.crystal-theme .cry-cta-wrap:before{background:var(--cry-amber);opacity:.35;width:300px;height:300px;top:-100px;right:-80px}.crystal-theme .cry-cta-wrap:after{background:var(--cry-sky);opacity:.5;width:250px;height:250px;bottom:-80px;left:-60px}.crystal-theme .cry-cta-crystal-bg{opacity:.22;pointer-events:none;z-index:1;transform-origin:50%;width:820px;height:820px;animation:48s linear infinite cryCtaCrystalDrift;position:absolute;top:50%;right:-260px;transform:translateY(-50%)rotate(-8deg)}@keyframes cryCtaCrystalDrift{0%{transform:translateY(-50%)rotate(-8deg)}to{transform:translateY(-50%)rotate(352deg)}}.crystal-theme .cry-cta-content{z-index:2;position:relative}.crystal-theme .cry-cta-eyebrow{text-transform:uppercase;letter-spacing:.14em;color:var(--cry-amber-text);margin-bottom:20px;font-size:12px;font-weight:500}.crystal-theme .cry-cta-title{letter-spacing:-.025em;max-width:800px;margin:0 auto 24px;font-size:clamp(40px,5.5vw,72px);font-weight:400;line-height:1.02}.crystal-theme .cry-cta-title em{color:var(--cry-amber-deep);font-style:italic;font-weight:300}.crystal-theme .cry-cta-body{color:var(--cry-ink-soft);max-width:560px;margin:0 auto 40px;font-size:18px;line-height:1.5}.crystal-theme .cry-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:14px;display:flex}.crystal-theme .cry-cta-actions .cry-btn-amber{padding:16px 28px;font-size:15px}.crystal-theme .cry-footer{background:var(--cry-canvas-deep);border-top:0;padding:80px 32px 40px;position:relative}.crystal-theme .cry-footer:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0%,#a55a1d38 28%,#a55a1d4d 50%,#a55a1d38 72%,#0000 100%);width:min(720px,64%);height:1px;position:absolute;top:0;left:50%;transform:translate(-50%)}html[data-theme=dark] .crystal-theme .cry-footer:before{background:linear-gradient(90deg,#0000 0%,#f5b48138 28%,#f5b4814d 50%,#f5b48138 72%,#0000 100%)}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .crystal-theme .cry-footer:before{background:linear-gradient(90deg,#0000 0%,#f5b48138 28%,#f5b4814d 50%,#f5b48138 72%,#0000 100%)}}.crystal-theme .cry-footer-inner{grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;max-width:1240px;margin:0 auto;display:grid}.crystal-theme .cry-footer-brand-col{max-width:320px}.crystal-theme .cry-footer-brand-col .cry-brand{margin-bottom:20px}.crystal-theme .cry-footer-brand-col p{color:var(--cry-ink-soft);opacity:.88;font-size:14px;line-height:1.5}.crystal-theme .cry-footer-manifesto{letter-spacing:-.025em;color:var(--cry-ink);text-wrap:balance;grid-column:1/-1;max-width:22ch;margin:0 0 40px;font-family:ABC Oracle,system-ui,sans-serif;font-size:clamp(26px,2.8vw,40px);font-weight:400;line-height:1.1}.crystal-theme .cry-footer-manifesto em{color:var(--cry-amber-deep);font-style:italic}.crystal-theme .cry-footer-col h4{text-transform:uppercase;letter-spacing:.14em;color:var(--cry-ink-label);align-items:center;gap:8px;margin:0 0 20px;font-size:12px;font-weight:500;display:flex}.crystal-theme .cry-footer-col-num{font-family:var(--font-oracle-triple,"ABC Oracle Triple", ui-monospace, monospace);color:var(--cry-amber-text);opacity:.6;letter-spacing:.08em;font-weight:500}.crystal-theme .cry-footer-col-dot{background:var(--cry-amber);border-radius:1px;flex-shrink:0;width:5px;height:5px;display:inline-block}.crystal-theme .cry-footer-col ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.crystal-theme .cry-footer-col a{color:var(--cry-ink-soft);transition:color .22s var(--cry-ease);font-size:14px;display:inline-block;position:relative}.crystal-theme .cry-footer-col a:after{content:"";background:var(--cry-amber-deep);transform-origin:0;height:1px;transition:transform .35s var(--cry-ease);position:absolute;bottom:-2px;left:0;right:0;transform:scaleX(0)}.crystal-theme .cry-footer-col a:hover,.crystal-theme .cry-footer-col a:focus-visible{color:var(--cry-ink)}.crystal-theme .cry-footer-col a:hover:after,.crystal-theme .cry-footer-col a:focus-visible:after{transform:scaleX(1)}.crystal-theme .cry-footer-bottom{text-transform:uppercase;letter-spacing:.16em;max-width:1240px;color:var(--cry-ink-label);opacity:.78;text-align:center;border-top:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;margin:20px auto 0;padding:0 32px 8px;font-size:11px;display:flex}.crystal-theme .cry-footer-bottom-sep{opacity:.5;display:inline-block}@keyframes cryRevealRise{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes cryRevealRiseSmall{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.crystal-theme .cry-reveal{opacity:0;transform:translateY(28px)}.crystal-theme .cry-reveal.cry-in{animation:cryRevealRise .9s var(--cry-ease) both}.crystal-theme .cry-reveal.cry-stagger>*{opacity:0;transform:translateY(20px)}.crystal-theme .cry-reveal.cry-stagger.cry-in>*{animation:cryRevealRiseSmall .8s var(--cry-ease) both}.crystal-theme .cry-reveal.cry-stagger.cry-in>:first-child{animation-delay:0s}.crystal-theme .cry-reveal.cry-stagger.cry-in>:nth-child(2){animation-delay:.1s}.crystal-theme .cry-reveal.cry-stagger.cry-in>:nth-child(3){animation-delay:.2s}.crystal-theme .cry-reveal.cry-stagger.cry-in>:nth-child(4){animation-delay:.3s}.crystal-theme .cry-reveal.cry-stagger.cry-in>:nth-child(5){animation-delay:.4s}.crystal-theme .cry-reveal.cry-stagger.cry-in>:nth-child(6){animation-delay:.5s}.crystal-theme .cry-nav-toggle{border:1px solid var(--cry-hairline);background:var(--cry-paper);cursor:pointer;width:40px;height:40px;transition:background .2s var(--cry-ease);border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:4px;display:none}.crystal-theme .cry-nav-toggle:hover{background:var(--cry-canvas-deep)}.crystal-theme .cry-nav-toggle span{background:var(--cry-ink);width:18px;height:1.5px;transition:transform .25s var(--cry-ease), opacity .2s var(--cry-ease);border-radius:1px;display:block}.crystal-theme .cry-nav-toggle[aria-expanded=true] span:first-child{transform:translateY(5.5px)rotate(45deg)}.crystal-theme .cry-nav-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.crystal-theme .cry-nav-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-5.5px)rotate(-45deg)}.crystal-theme .cry-mobile-nav{background:var(--cry-canvas);z-index:200;opacity:0;pointer-events:none;transition:opacity .25s var(--cry-ease);flex-direction:column;display:flex;position:fixed;inset:0}.crystal-theme .cry-mobile-nav.cry-open{opacity:1;pointer-events:auto}.crystal-theme .cry-mobile-nav-inner{flex-direction:column;flex:1;justify-content:space-between;gap:40px;padding:100px 28px 40px;display:flex}.crystal-theme .cry-mobile-nav-links{flex-direction:column;gap:4px;display:flex}.crystal-theme .cry-mobile-nav-links a{letter-spacing:-.02em;color:var(--cry-ink);border-bottom:1px solid var(--cry-hairline);opacity:0;transition:transform .35s var(--cry-ease), opacity .35s var(--cry-ease);padding:14px 0;font-size:36px;font-weight:400;transform:translateY(12px)}.crystal-theme .cry-mobile-nav.cry-open .cry-mobile-nav-links a{opacity:1;transform:translateY(0)}.crystal-theme .cry-mobile-nav.cry-open .cry-mobile-nav-links a:first-child{transition-delay:80ms}.crystal-theme .cry-mobile-nav.cry-open .cry-mobile-nav-links a:nth-child(2){transition-delay:.14s}.crystal-theme .cry-mobile-nav.cry-open .cry-mobile-nav-links a:nth-child(3){transition-delay:.2s}.crystal-theme .cry-mobile-nav.cry-open .cry-mobile-nav-links a:nth-child(4){transition-delay:.26s}.crystal-theme .cry-mobile-nav.cry-open .cry-mobile-nav-links a:nth-child(5){transition-delay:.32s}.crystal-theme .cry-mobile-signin{color:var(--cry-ink-soft);border-bottom:0;margin-top:14px;font-size:22px}.crystal-theme .cry-mobile-cta{justify-content:center;width:100%;padding:16px 24px;font-size:16px}.crystal-theme .cry-horizon{isolation:isolate;max-width:1240px;height:220px;margin:48px auto 0;padding:0 32px;position:relative;overflow:hidden}.crystal-theme .cry-horizon-sun{cursor:pointer;opacity:0;z-index:4;filter:drop-shadow(0 8px 16px #a55a1d38);width:40px;height:40px;transition:filter .3s var(--cry-ease);background:0 0;border:0;margin:0;padding:0;position:absolute;top:18px;left:32px}.crystal-theme .cry-horizon-sun svg{pointer-events:none;width:100%;height:100%}.crystal-theme .cry-horizon-sun:hover{filter:drop-shadow(0 14px 22px #e3904966)brightness(1.08)}.crystal-theme .cry-horizon-sun:focus-visible{outline:2px solid var(--cry-amber-text);outline-offset:6px;border-radius:50%}.crystal-theme .cry-horizon-rule{transform-origin:0;z-index:3;background:linear-gradient(90deg,#1e191547,#1e191500);width:clamp(120px,18vw,200px);height:1px;position:absolute;top:37px;left:84px;transform:scaleX(0)}.crystal-theme .cry-horizon-wordmark,.crystal-theme .cry-horizon-shimmer{text-align:center;letter-spacing:-.04em;white-space:nowrap;pointer-events:none;color:#0000;-webkit-text-fill-color:transparent;opacity:0;z-index:1;background-image:linear-gradient(#1e19151f 0%,#a55a1d38 70%,#e3904952 100%);-webkit-background-clip:text;background-clip:text;font-family:ABC Oracle,system-ui,sans-serif;font-size:clamp(140px,16vw,240px);font-weight:500;line-height:.9;position:absolute;bottom:-.18em;left:0;right:0}.crystal-theme .cry-horizon-shimmer{z-index:2;background-image:linear-gradient(#a55a1d59 0%,#e390498c 70%,#f5b481b3 100%);-webkit-mask-image:linear-gradient(100deg,#0000 30%,#000 50%,#0000 70%);mask-image:linear-gradient(100deg,#0000 30%,#000 50%,#0000 70%);-webkit-mask-position:-100% 0;mask-position:-100% 0;-webkit-mask-size:300% 100%;mask-size:300% 100%}html[data-theme=dark] .crystal-theme .cry-horizon-wordmark,html[data-theme=dark] .crystal-theme .cry-horizon-shimmer{background-image:linear-gradient(#f4ede014 0%,#f5b4812e 70%,#e3904942 100%)}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .crystal-theme .cry-horizon-wordmark,html:not([data-theme=light]) .crystal-theme .cry-horizon-shimmer{background-image:linear-gradient(#f4ede014 0%,#f5b4812e 70%,#e3904942 100%)}}html[data-theme=dark] .crystal-theme .cry-horizon-rule{background:linear-gradient(90deg,#f4ede038,#f4ede000)}@media (prefers-color-scheme:dark){html:not([data-theme=light]) .crystal-theme .cry-horizon-rule{background:linear-gradient(90deg,#f4ede038,#f4ede000)}}.crystal-theme .cry-footer-bottom-reveal{opacity:0;transition:opacity .3s var(--cry-ease) .4s}.crystal-theme .cry-footer-bottom-reveal.cry-in{opacity:1}@keyframes cryHorizonWordmarkFade{to{opacity:1}}@keyframes cryHorizonSunFade{to{opacity:1}}.crystal-theme .cry-horizon.cry-in .cry-horizon-wordmark{animation:cryHorizonWordmarkFade .4s var(--cry-ease) 0s both}@keyframes cryHorizonRuleDraw{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.crystal-theme .cry-horizon.cry-in .cry-horizon-rule{animation:cryHorizonRuleDraw .7s var(--cry-ease) .25s both}@keyframes cryHorizonShimmer{0%{opacity:0;-webkit-mask-position:-100% 0;mask-position:-100% 0}10%{opacity:1}90%{opacity:1}to{opacity:0;-webkit-mask-position:200% 0;mask-position:200% 0}}.crystal-theme .cry-horizon.cry-in .cry-horizon-shimmer{animation:cryHorizonShimmer 1.4s var(--cry-ease) .3s both}@keyframes cryHorizonFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.crystal-theme .cry-horizon.cry-in .cry-horizon-sun{animation:cryHorizonSunFade .5s var(--cry-ease) .6s both, cryHorizonFloat 6s ease-in-out 1.1s infinite}@media (min-width:1025px){.crystal-theme .cry-features-grid,.crystal-theme .cry-personas-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1024px) and (min-width:901px){.crystal-theme .cry-hero-title{font-size:clamp(48px,6.4vw,68px)}.crystal-theme .cry-section-title{font-size:clamp(36px,5.2vw,48px)}.crystal-theme .cry-idea-grid{gap:60px}.crystal-theme .cry-features-grid{grid-template-columns:repeat(2,1fr)}.crystal-theme .cry-personas-grid{grid-template-columns:repeat(2,1fr);gap:20px}.crystal-theme .cry-hero-float-1{top:8%}.crystal-theme .cry-hero-float-2{bottom:6%}.crystal-theme .cry-horizon{height:160px}.crystal-theme .cry-horizon-wordmark,.crystal-theme .cry-horizon-shimmer{font-size:clamp(110px,15vw,180px)}.crystal-theme .cry-horizon-sun{width:36px;height:36px;top:16px;left:24px}.crystal-theme .cry-horizon-rule{width:clamp(96px,14vw,160px);top:33px;left:72px}}@media (max-width:900px){.crystal-theme .cry-primary-nav{display:none}.crystal-theme .cry-hide-mobile{display:none!important}.crystal-theme .cry-nav-toggle{display:flex}.crystal-theme .cry-hero{padding:120px 0 0}.crystal-theme .cry-hero-title{font-size:clamp(40px,9vw,56px);line-height:1.02}.crystal-theme .cry-hero-sub{font-size:17px}.crystal-theme .cry-hero-stage{margin:32px auto 0;padding:0 16px;position:static;transform:none}.crystal-theme .cry-hero-stage-glow,.crystal-theme .cry-hero-float-1,.crystal-theme .cry-hero-float-2{display:none}.crystal-theme .cry-hero-reveal-spacer{height:0}.crystal-theme .cry-screen-chrome{padding:10px 14px}.crystal-theme .cry-screen-url{display:none}.crystal-theme .cry-section-title{font-size:clamp(30px,7.5vw,42px)}.crystal-theme .cry-idea{padding:88px 0}.crystal-theme .cry-idea-grid{grid-template-columns:1fr;gap:32px}.crystal-theme .cry-features-grid{grid-template-columns:1fr}.crystal-theme .cry-feature-card{padding:32px 28px}.crystal-theme .cry-personas-grid{grid-template-columns:1fr;gap:16px}.crystal-theme .cry-big-quote{font-size:clamp(24px,5.5vw,32px)}.crystal-theme .cry-big-quote:before,.crystal-theme .cry-big-quote:after{font-size:72px}.crystal-theme .cry-cta-title{font-size:clamp(40px,9vw,56px)}.crystal-theme .cry-cta-wrap{padding:80px 32px}.crystal-theme .cry-holo{border-radius:var(--cry-r-lg);margin:0 12px;padding:100px 0}.crystal-theme .cry-holo-inner{grid-template-columns:1fr;gap:60px}.crystal-theme .cry-features-head{grid-template-columns:1fr;gap:32px}.crystal-theme .cry-footer-inner{grid-template-columns:1fr 1fr;gap:40px}.crystal-theme .cry-footer-brand-col{grid-column:1/-1}.crystal-theme .cry-footer-manifesto{margin-bottom:24px;font-size:clamp(22px,5.2vw,30px)}.crystal-theme .cry-holo-checkin{width:calc(100% - 32px);padding:14px 16px 16px;bottom:16px;right:16px}.crystal-theme .cry-holo-checkin-msg{font-size:13.5px}.crystal-theme .cry-horizon{height:120px;padding:0 16px}.crystal-theme .cry-horizon-wordmark,.crystal-theme .cry-horizon-shimmer{font-size:clamp(52px,18vw,110px)}.crystal-theme .cry-horizon-sun{width:32px;height:32px;top:12px;left:16px}.crystal-theme .cry-horizon-rule{width:clamp(64px,12vw,120px);top:27px;left:56px}}@media (max-width:520px){.crystal-theme .cry-container{padding:0 20px}.crystal-theme .cry-footer-inner{grid-template-columns:1fr}.crystal-theme .cry-footer-bottom{gap:10px}.crystal-theme .cry-footer-bottom-sep{display:none}.crystal-theme .cry-cta-crystal-bg{opacity:.18;width:540px;height:540px;right:-220px}.crystal-theme .cry-horizon-wordmark,.crystal-theme .cry-horizon-shimmer{letter-spacing:-.05em;font-size:clamp(44px,18vw,88px)}.crystal-theme .cry-horizon-rule{width:clamp(48px,10vw,96px)}}@media (prefers-reduced-motion:reduce){.crystal-theme *,.crystal-theme :before,.crystal-theme :after{transition-duration:.01ms!important;animation-duration:.01ms!important}.crystal-theme .cry-orb,.crystal-theme .cry-cta-crystal-bg,.crystal-theme .cry-holo-cursor{animation:none}.crystal-theme .cry-horizon.cry-in .cry-horizon-wordmark,.crystal-theme .cry-horizon.cry-in .cry-horizon-sun{opacity:1;animation:none}.crystal-theme .cry-horizon.cry-in .cry-horizon-rule{opacity:1;animation:none;transform:scaleX(1)}.crystal-theme .cry-horizon.cry-in .cry-horizon-shimmer{opacity:0;animation:none}.crystal-theme .cry-footer-bottom-reveal{transition:none}.crystal-theme .cry-footer-bottom-reveal.cry-in{opacity:1}}
@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/13bf9871fe164e7f-s.0s19wthhh_6~m.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/cc545e633e20c56d-s.0dza.stei.9v7.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/71b036adf157cdcf-s.03nf~dfjdkf~..woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/89b21bb081cb7469-s.0gfhww.tctz1o.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/3fe682a82f50d426-s.09q3q1i5159bl.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:100 800;font-display:swap;src:url(../media/70bc3e132a0a741e-s.p.1409xf.ylxg8g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:JetBrains Mono Fallback;src:local(Arial);ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.0%;size-adjust:134.59%}.jetbrains_mono_731a421d-module__rOcnFq__className{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.jetbrains_mono_731a421d-module__rOcnFq__variable{--font-jb-mono:"JetBrains Mono", "JetBrains Mono Fallback"}
