@import"https://fonts.googleapis.com/css2?family=Fredoka:wght@450..700&display=swap";:root{--bg: #0a0807;--bg-deep: #050403;--surface: #14100c;--surface-2: #1c1813;--surface-3: #25201a;--border: rgba(244, 237, 228, .08);--border-strong: rgba(244, 237, 228, .16);--text: #f4ede4;--text-muted: #8a8076;--text-faint: #4f4940;--accent: #e98c3a;--accent-soft: rgba(233, 140, 58, .14);--accent-glow: rgba(233, 140, 58, .45);--danger: #d16464;--font: "Fredoka", -apple-system, BlinkMacSystemFont, sans-serif}*,*:before,*:after{box-sizing:border-box}html,body{height:100%;margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font);font-weight:450;font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background:var(--bg);min-height:100vh}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:999;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='240' height='240'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.96  0 0 0 0 0.93  0 0 0 0 0.89  0 0 0 0.5 0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)' opacity='0.4'/></svg>");opacity:.05;mix-blend-mode:overlay}#svelte{height:100%}button{font-family:inherit;color:inherit;cursor:pointer}input,textarea{font-family:inherit;color:inherit;background:transparent}input:focus,textarea:focus,button:focus-visible{outline:1px solid var(--accent);outline-offset:2px}::selection{background:var(--accent);color:var(--bg)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-faint)}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}@keyframes blink{0%,60%,to{opacity:.2}30%{opacity:1}}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
