@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap";:root{--bg: #0f0c0b;--ink: #f3ebe2;--muted: #c9a992;--accent: #ff6a1a;--accent-soft: #ffcfb0;--font-display: "IBM Plex Sans", sans-serif;--font-body: "JetBrains Mono", ui-monospace, monospace}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}body{font-family:var(--font-body);background:var(--bg);color:var(--ink);line-height:1.55;-webkit-font-smoothing:antialiased}.splash{position:relative;min-height:100vh;min-height:100dvh;display:grid;place-items:center;padding:clamp(24px,5vw,48px);overflow:hidden}.splash__atmosphere{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.splash__glow{position:absolute;border-radius:50%;filter:blur(40px)}.splash__glow--hearth{left:50%;bottom:-18%;width:min(90vw,720px);height:min(55vh,420px);transform:translate(-50%);background:radial-gradient(ellipse at center,rgba(255,106,26,.38) 0%,rgba(180,50,10,.16) 42%,transparent 72%);animation:hearth-breathe 6s ease-in-out infinite}.splash__glow--ember{top:-20%;left:50%;width:min(70vw,520px);height:min(40vh,280px);transform:translate(-50%);background:radial-gradient(ellipse at center,rgba(255,160,80,.1) 0%,transparent 70%)}.splash__grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.18;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:radial-gradient(ellipse 70% 60% at 50% 45%,#000 20%,transparent 85%);mask-image:radial-gradient(ellipse 70% 60% at 50% 45%,#000 20%,transparent 85%)}.splash__embers{position:absolute;top:0;right:0;bottom:0;left:0}.splash__embers span{position:absolute;bottom:-4%;width:3px;height:3px;border-radius:50%;background:#ffb36a;box-shadow:0 0 8px 2px #ff78288c;opacity:0;animation:ember-rise 9s linear infinite}.splash__embers span:nth-child(1){left:18%;animation-delay:0s;animation-duration:8.5s}.splash__embers span:nth-child(2){left:32%;width:2px;height:2px;animation-delay:1.4s;animation-duration:10s}.splash__embers span:nth-child(3){left:48%;animation-delay:2.8s;animation-duration:9.2s}.splash__embers span:nth-child(4){left:61%;width:2px;height:2px;animation-delay:.7s;animation-duration:11s}.splash__embers span:nth-child(5){left:74%;animation-delay:3.6s;animation-duration:8.8s}.splash__embers span:nth-child(6){left:88%;width:2px;height:2px;animation-delay:2.1s;animation-duration:10.5s}.splash__content{position:relative;z-index:1;width:min(100%,34rem);text-align:center}.splash__mark{display:block;width:clamp(5.5rem,16vw,7.5rem);height:auto;margin:0 auto 1.1rem;object-fit:contain;filter:drop-shadow(0 12px 28px rgba(0,0,0,.55));animation:mark-in .9s ease-out both}.splash__brand{margin:0 0 .85rem;font-family:var(--font-display);font-size:clamp(2.4rem,8vw,3.75rem);font-weight:800;letter-spacing:-.035em;line-height:.95;color:var(--ink);text-shadow:0 2px 28px rgba(0,0,0,.45);animation:rise-in .75s ease-out .12s both}.splash__title{margin:0 0 .75rem;font-family:var(--font-display);font-size:clamp(1.15rem,3.2vw,1.45rem);font-weight:600;letter-spacing:-.01em;color:var(--accent-soft);animation:rise-in .75s ease-out .22s both}.splash__body{margin:0 auto 1.75rem;max-width:28rem;font-size:.875rem;color:var(--muted);animation:rise-in .75s ease-out .32s both}.splash__actions{animation:rise-in .75s ease-out .42s both}.splash__cta{--cta-ink: #5c2208;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:2.75rem;padding:.65rem 1.25rem .65rem 1.35rem;border:1px solid rgba(255,207,176,.55);border-radius:.375rem;background:#ffcfb0;color:var(--cta-ink);font-family:var(--font-display);font-size:.9rem;font-weight:700;letter-spacing:-.015em;text-decoration:none;box-shadow:0 1px #ffffff59 inset;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.splash__cta:after{content:"→";font-weight:500;transition:transform .16s ease}.splash__cta:hover{background:#ffe0c8;border-color:#ffe0c8;transform:translateY(-1px)}.splash__cta:hover:after{transform:translate(3px)}.splash__cta:active{background:#f0b891;transform:translateY(0)}.splash__cta:focus-visible{outline:2px solid #ffcfb0;outline-offset:3px}@keyframes mark-in{0%{opacity:0;transform:scale(.92) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes hearth-breathe{0%,to{opacity:.85;transform:translate(-50%) scale(1)}50%{opacity:1;transform:translate(-50%) scale(1.06)}}@keyframes ember-rise{0%{opacity:0;transform:translateY(0) translate(0)}12%{opacity:.85}70%{opacity:.45}to{opacity:0;transform:translateY(-72vh) translate(18px)}}@media (prefers-reduced-motion: reduce){.splash__mark,.splash__brand,.splash__title,.splash__body,.splash__actions,.splash__glow--hearth,.splash__embers span{animation:none!important}}
