body.home{background:var(--ink);background-attachment:scroll}.home .wrap{width:100%;max-width:76rem;padding:0 var(--gut);margin:0 auto}.home .topbar.solid{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0b1220d6;border-bottom:1px solid #ffffff12;position:sticky}.home .topbar.solid a{pointer-events:auto}.home .ghost{color:var(--paper);transition:border-color .35s var(--ease), background .35s var(--ease);border:1px solid #ffffff3d;border-radius:999px;padding:.85rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.home .ghost:hover{border-color:var(--teal);background:#19b8a61a}.home .btns{flex-wrap:wrap;align-items:center;gap:.8rem;margin-top:1.9rem;display:flex}.home .hero{isolation:isolate;padding:clamp(3.5rem,7vw,6rem) 0 clamp(4.5rem,8vw,6.5rem);position:relative;overflow:hidden}.home .hero:before{content:"";z-index:-3;background:radial-gradient(70% 90% at 0% 0%, #17365dbf, transparent 60%), linear-gradient(180deg, #0d1a33, var(--ink));position:absolute;top:0;bottom:0;left:0;right:0}.home .hero:after{content:"";z-index:-1;background:linear-gradient(180deg, transparent 72%, var(--ink) 100%);pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.home .fx{z-index:-2;pointer-events:none;position:absolute;top:0;bottom:0;left:0;right:0}.home .burst,.home .core{translate:calc(-50% + var(--px,0) * 1.6vmax) calc(-50% + var(--py,0) * 1.6vmax);transition:translate 1.1s var(--ease);position:absolute;top:78%;left:82%}.home .burst{background:conic-gradient(from 200deg,#0000 0deg,#19b8a638 12deg,#0000 20deg,#f6c45333 34deg,#0000 42deg,#19b8a629 58deg,#0000 66deg,#f6c45324 80deg,#0000 90deg);width:210vmax;height:210vmax;-webkit-mask-image:radial-gradient(closest-side,#000 22%,#0009 58%,#0000 100%);mask-image:radial-gradient(closest-side,#000 22%,#0009 58%,#0000 100%)}.home .lightfield{width:100%;height:100%;display:none;position:absolute;top:0;bottom:0;left:0;right:0}.home .hero.gl-on .lightfield{display:block}.home .hero.gl-on .burst,.home .hero.gl-on .core{display:none}.home .core{width:44vmax;height:44vmax;animation:core-ignite 1.4s var(--ease) both, core-breathe 5.5s ease-in-out 1.4s infinite alternate;background:radial-gradient(closest-side,#ffecc48c 0,#f6c45340 27%,#0000 100%);border-radius:50%}@media (hover:hover) and (pointer:fine){.home .burst{animation:burst-ignite 1.8s var(--ease) both, burst-sway 22s ease-in-out 1.8s infinite alternate;will-change:rotate}}@keyframes burst-ignite{0%{opacity:0;scale:.55}to{opacity:1;scale:1}}@keyframes burst-sway{0%{rotate:-4deg}to{rotate:5deg}}@keyframes core-ignite{0%{opacity:0;scale:.2}60%{opacity:1}to{opacity:1;scale:1}}@keyframes core-breathe{0%{opacity:1;scale:1}to{opacity:.85;scale:1.12}}.home .intro{max-width:42rem;margin-bottom:2.4rem}.home .slogan{letter-spacing:-.03em;text-wrap:balance;margin:0 0 .6rem;font-size:clamp(2.2rem,5vw,4rem);font-weight:800;line-height:1.02}.home .kinetic{font-kerning:none}.home .kinetic .w{white-space:nowrap;perspective:600px;display:inline-block}.home .kinetic .c{transform-origin:50% 90%;animation:.9s cubic-bezier(.2,.8,.2,1) both char-rise;animation-delay:calc(var(--i) * 36ms + .1s);display:inline-block}.home .kinetic .you{color:var(--gold);animation:3.4s ease-in-out 1.9s infinite alternate you-glow}.home .kinetic .you .c{animation:1s cubic-bezier(.2,.9,.25,1) both char-punch;animation-delay:calc(var(--i) * 36ms + .16s)}@keyframes char-rise{0%{opacity:0;filter:blur(6px);transform:translateY(.6em)rotateX(-80deg)}to{opacity:1;filter:none;transform:none}}@keyframes char-punch{0%{opacity:0;filter:blur(12px);transform:translateY(.25em)scale(2.1)}50%{opacity:1;filter:blur();transform:scale(.92)}72%{transform:scale(1.05)}to{opacity:1;filter:none;transform:none}}@keyframes you-glow{0%{text-shadow:0 0 #f6c45300}to{text-shadow:0 0 26px #f6c4538c,0 0 64px #f6c45338}}.home .intro .lede{margin:0;font-size:1.12rem}.home .stage3d{perspective:1500px;perspective-origin:15% 30%}.home .tiles{--step:clamp(.5rem, 4vw, 4.5rem);max-width:50rem;transform-style:preserve-3d;transform:rotateX(var(--tx,8deg)) rotateY(var(--ty,-13deg));transition:transform .9s var(--ease);gap:.75rem;display:grid}.home .tile{border:1px solid #ffffff1f;border-left:3px solid var(--accent);color:var(--paper);transform:translateZ(var(--z,0px));isolation:isolate;animation:tile-in .7s var(--ease) both;transition:transform .45s var(--ease), scale .2s var(--ease), border-color .35s var(--ease), background .35s var(--ease), box-shadow .45s var(--ease);background:#0b1220d6;border-radius:16px;grid-template-columns:auto 1fr auto;align-items:center;gap:1.2rem;padding:1.15rem 1.4rem;text-decoration:none;display:grid;position:relative;overflow:hidden}.home .tile:first-child{--z:-60px;animation-delay:.55s}.home .tile:nth-child(2){--z:-18px;animation-delay:.64s}.home .tile:nth-child(3){--z:24px;animation-delay:.73s}.home .tile:nth-child(4){--z:66px;animation-delay:.82s}.home .hero .btns{animation:tile-in .7s var(--ease) .95s both}@keyframes tile-in{0%{opacity:0;translate:-22px}to{opacity:1;translate:0}}.home .tile:before{content:"";z-index:-1;background:radial-gradient(260px circle at var(--mx,50%) var(--my,50%), color-mix(in srgb, var(--accent) 24%, transparent), transparent 65%);opacity:0;transition:opacity .35s var(--ease);position:absolute;top:0;bottom:0;left:0;right:0}.home .tile:hover:before{opacity:1}.home .tile:active{scale:.985}.home .tile:after{content:"";z-index:-1;pointer-events:none;background:radial-gradient(460px circle at var(--sx,130%) var(--sy,60%), #fff0cd2b, transparent 62%);mix-blend-mode:screen;position:absolute;top:0;bottom:0;left:0;right:0}.home .tile:nth-child(2){margin-left:var(--step)}.home .tile:nth-child(3){margin-left:calc(var(--step) * 2)}.home .tile:nth-child(4){margin-left:calc(var(--step) * 3)}.home .tile:hover{transform:translateZ(calc(var(--z,0px) + 44px));border-color:#ffffff42;border-left-color:var(--accent);box-shadow:0 30px 60px -28px #000000d9, 0 0 0 1px color-mix(in srgb, var(--accent) 35%, transparent), 0 0 42px -10px color-mix(in srgb, var(--accent) 55%, transparent);background:#17365ddb}.home .tile .num{color:var(--accent);letter-spacing:.14em;font-size:.8rem;font-weight:700}.home .tile h2{letter-spacing:-.02em;margin:0;font-size:clamp(1.2rem,2.3vw,1.65rem)}.home .tile p{color:var(--muted);margin:.15rem 0 0;font-size:.93rem}.home .tile .arrow{color:var(--accent);transition:translate .35s var(--ease);font-size:1.4rem;font-weight:700}.home .tile:hover .arrow{translate:5px}.home .sec{padding:clamp(4rem,9vw,7rem) 0}.home .sec.tight{padding-top:0}.home .spotlight{text-align:center}.home .cover-wrap{--W:min(40vw, 320px);width:calc(var(--W) * 2);perspective:1600px;max-width:100%;margin:0 auto 2.6rem;position:relative}.home .cover-wrap:before{content:"";z-index:-1;filter:blur(20px);background:radial-gradient(closest-side,#f6c4533d,#0000);position:absolute;top:-12%;bottom:-12%;left:-30%;right:-30%}.home .book{width:var(--W);aspect-ratio:800/1035;transform-style:preserve-3d;transform:translateX(calc(-50% * (1 - var(--o,0)))) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transition:transform .35s var(--ease);margin-left:50%;position:relative}.home .leaf{transform-style:preserve-3d;transform-origin:0;transition:transform .35s var(--ease);position:absolute;top:0;bottom:0;left:0;right:0}.home .leaf .face{-webkit-backface-visibility:hidden;backface-visibility:hidden;background:#0b1220;border-radius:3px 7px 7px 3px;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden;box-shadow:0 30px 60px -30px #000000d9}.home .leaf .face img{object-fit:cover;width:100%;height:100%;display:block}.home .leaf .back{border-radius:7px 3px 3px 7px;transform:rotateY(180deg)}.home .leaf.base{transform:translateZ(0)}.home .leaf.turn{transform:translateZ(1px) rotateY(calc(var(--l,0) * -176deg))}.home .leaf.cover{transform:translateZ(2px) rotateY(calc(var(--c,0) * -178deg))}.home .book:before,.home .book:after{content:"";background:repeating-linear-gradient(90deg,#e9ecf4 0 1px,#cfd5e3 1px 2px);border-radius:0 4px 4px 0;width:14px;position:absolute;top:1.2%;bottom:1.2%;right:-9px;transform:translateZ(-6px)}.home .book:after{opacity:.7;right:-15px;transform:translateZ(-12px)}.home .spotlight h2{font-size:clamp(2rem,4vw,3rem)}.home .spotlight .sub{max-width:34rem;margin:0 auto 1.2rem}.home .spotlight .ticks{text-align:left;display:inline-block}.home .spotlight .btns{justify-content:center}.home .spotlight{overflow-x:clip}.home .spotlight .micro{margin:1rem 0 0}.home .premium{--cream:#f6eee0;--cream-2:#ede1cc;--maroon:#7a1f2b;--maroon-2:#5f1520;--ink-warm:#2b1b18;--muted-warm:#5a4640;--serif:"Palatino Linotype", Palatino, "Book Antiqua", "Iowan Old Style", Georgia, "Times New Roman", serif;background:radial-gradient(90% 120% at 100% 0%, #7a1f2b17, transparent 60%), linear-gradient(120deg, var(--cream), var(--cream-2));color:var(--ink-warm);border-radius:24px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;padding:clamp(2.2rem,4vw,3.2rem);display:flex;box-shadow:0 40px 80px -40px #000000bf,inset 0 0 0 1px #7a1f2b29}.home .premium.reveal{transition:none}.home .premium.reveal.is-hidden{opacity:0;transform:none}.home .premium.reveal.is-shown{animation:premium-wipe 1.1s var(--ease) both}@keyframes premium-wipe{0%{clip-path:inset(0 100% 0 0 round 24px)}to{clip-path:inset(0 round 24px)}}.home .premium .eyebrow{color:var(--maroon)}.home .premium h2{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink-warm);margin-bottom:.3rem;font-size:clamp(1.6rem,3vw,2.3rem)}.home .premium .promise{font-family:var(--serif);color:var(--maroon);margin:0;font-size:clamp(1.15rem,2vw,1.35rem)}.home .premium em{font-style:italic}.home .premium .guide-chip{color:var(--muted-warm);background:#7a1f2b12;border-color:#7a1f2b2e}.home .premium .guide-chip b{color:var(--ink-warm)}.home .premium .guide-chip img{border-color:var(--cream);box-shadow:0 0 0 1px #7a1f2b40}.home .premium .ghost{background:var(--maroon);color:var(--cream);border:none;box-shadow:0 14px 30px -14px #7a1f2bbf}.home .premium .ghost:hover{background:var(--maroon-2)}.home .premium a:focus-visible{outline:2px solid var(--maroon);outline-offset:3px}.home .magnet{translate:var(--mgx,0px) var(--mgy,0px);transition:translate .45s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease)}.home .closing{text-align:center}.home .closing h2{font-size:clamp(2rem,4vw,3rem)}.home .closing .btns{justify-content:center}.home .duo{display:none}@media (min-width:1200px){.home .hero .wrap{padding-right:calc(var(--gut) + 24rem)}.home .duo{--h:clamp(480px, 72vh, 690px);z-index:1;bottom:0;right:max(var(--gut), calc((100% - 76rem) / 2 + var(--gut)));width:21rem;height:calc(var(--h) + 3.4rem);pointer-events:none;margin:0;display:block;position:absolute}}.home .duo picture{display:contents}.home .duo:before{content:"";background:radial-gradient(closest-side,#0000009e,#0000);height:3.2rem;position:absolute;bottom:1.4rem;left:-6%;right:-6%}.home .duo .ava,.home .duo .artie{transform-origin:50% 100%;width:auto;filter:drop-shadow(var(--rx,0px) var(--ry,0px) 12px rgba(255, 226, 170, var(--ra,0))) drop-shadow(0 22px 26px #0000008c);position:absolute}.home .duo .ava{height:var(--h);animation:ava-in 1.2s var(--ease) .35s both, ava-breathe 5.5s ease-in-out 1.6s infinite alternate;bottom:2.8rem;left:4%}.home .duo .artie{height:calc(var(--h) * .42);animation:.9s cubic-bezier(.3,1.5,.5,1) 1.15s both artie-in,3.6s ease-in-out 2.1s infinite alternate artie-rock;bottom:2.6rem;right:0}@keyframes ava-in{0%{opacity:0;translate:0 38px}to{opacity:1;translate:0}}@keyframes ava-breathe{0%{transform:translateY(0)}to{transform:translateY(-4px)}}@keyframes artie-in{0%{opacity:0;translate:0 30px;scale:.4}to{opacity:1;translate:0;scale:1}}@keyframes artie-rock{0%{rotate:-3deg}to{rotate:3deg}}.home .duo-tag{color:var(--paper);letter-spacing:.02em;white-space:nowrap;animation:tile-in .7s var(--ease) 1.4s both;background:#0b1220d1;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.5rem;padding:.4rem .9rem;font-size:.76rem;font-weight:700;display:inline-flex;position:absolute;top:33%;right:-15%}.home .duo-tag .live{background:#34d399;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #34d39938}.home .duo-tag a{color:inherit;pointer-events:auto;align-items:center;gap:.5rem;text-decoration:none;display:inline-flex}.home .duo-tag:has(a:hover){border-color:#34d3998c}.home .guides-link{color:inherit;transition:color .35s var(--ease);text-decoration:none}.home .guides-link:hover{color:var(--paper)}.home .guides{color:var(--muted);align-items:center;gap:.7rem;margin:0;font-size:.92rem;display:inline-flex}.home .guides b{color:var(--gold)}.home .guides .faces{flex:none;display:inline-flex}.home .guides .faces img,.home .recommend img,.home .guide-chip img{border:2px solid #0b1220;border-radius:50%;width:34px;height:34px;box-shadow:0 0 0 1px #ffffff29}.home .guides .faces img+img{margin-left:-10px}.home .recommend{z-index:5;color:var(--paper);background:#151a2bf0;border:1px solid #ffffff1f;border-radius:999px;align-items:center;gap:.5rem;padding:.25rem .85rem .25rem .25rem;font-size:.78rem;font-weight:700;display:inline-flex;position:absolute;top:-.6rem;right:6%;box-shadow:0 12px 30px -10px #000000bf}.home .recommend img{width:28px;height:28px}.home .premium-actions{flex-wrap:wrap;align-items:center;gap:.9rem;display:flex}.home .guide-chip{color:var(--muted);background:#0b1220b3;border:1px solid #ffffff1a;border-radius:999px;align-items:center;gap:.55rem;padding:.3rem .95rem .3rem .3rem;font-size:.8rem;display:inline-flex}.home .guide-chip b{color:var(--paper)}.home .duo-close{gap:1rem}.home .duo-close .face{border:2px solid #f6c45359;border-radius:50%;width:64px;height:64px;box-shadow:0 12px 26px -10px #000000a6}.home .duo-note{color:var(--muted);opacity:.85;margin:1rem 0 0;font-size:.8rem}@media (max-width:560px){.home .duo-close{flex-wrap:wrap;justify-content:center}.home .duo-close .face{order:-1;width:52px;height:52px}.home .duo-close .buy{white-space:nowrap;padding-left:1.2rem;padding-right:1.2rem;font-size:clamp(.8rem,3.5vw,1rem)}}@media (max-width:760px){.home .tiles{--step:.7rem}.home .tile{background:#0b1220d6}.home .tiles,.home .tile,.home .tile:hover{transform:none}.home .tile{grid-template-columns:1fr auto;padding:1rem 1.1rem}.home .tile .num{display:none}.home .premium{flex-direction:column;align-items:flex-start}}.fx-lite .home .core,.fx-lite .home .burst{animation:core-ignite 1.4s var(--ease) both}.fx-lite .home .kinetic .you{animation:none}@media (prefers-reduced-motion:reduce){.home .burst,.home .core,.home .kinetic .c,.home .kinetic .you,.home .tile,.home .hero .btns,.home .duo .ava,.home .duo .artie,.home .duo-tag{animation:none!important}.home .tile,.home .tile .arrow,.home .tiles,.home .book,.home .leaf,.home .magnet,.home .burst,.home .core{transition:none!important}.home .tiles,.home .tile,.home .tile:hover{transform:none}.home .tile:hover .arrow{translate:0}.home .premium.reveal.is-shown{animation:none}}
