@import"https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap";:root{--bg: #000000;--fg: #ffffff;--muted: rgba(255, 255, 255, .7)}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{background:#000;color:var(--fg);font-family:"Press Start 2P",ui-monospace,SFMono-Regular,Menlo,Monaco,Roboto Mono,Courier New,monospace;display:flex;align-items:flex-start;justify-content:center;text-align:center;min-height:100vh;overflow-x:hidden;padding-top:40px}.app-root{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:24px;padding:40px 24px;width:100%;max-width:1150px;box-sizing:border-box}.app-root>.logo{margin-top:12px}.hero{width:min(260px,55%);height:auto;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.logo{width:min(320px,90%);height:auto}.logo-credit{margin-top:6px;font-size:11px;color:#fff9;letter-spacing:.1em}.box{width:100%;min-height:220px;background:#ffffff0d;border:none;border-radius:0;padding:0;box-shadow:none;display:flex;flex-direction:column}.box-header{display:flex;justify-content:space-between;align-items:center;height:38px;padding:0 14px;background:#282828f2;border:none;font-size:13px;letter-spacing:.15em;text-transform:uppercase;color:#fff}.status-dot{width:12px;height:12px;border-radius:0;background:#00e4c5;box-shadow:none;animation:pulse 1.8s ease-in-out infinite}@keyframes pulse{0%{transform:scale(.6);opacity:.1}50%{transform:scale(1);opacity:.85}to{transform:scale(.6);opacity:.1}}.box-content{flex:1;padding:22px 18px;background:#ffffff0d;color:#fff;font-size:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px}.box-content:not(:last-child){border-bottom:none}.tiny{width:min(200px,60%);height:auto;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;image-rendering:pixelated;-ms-interpolation-mode:nearest-neighbor}.tagline{margin:0;font-size:18px;color:#fff;line-height:1.45}.discord-btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 18px;border:none;background:#5865f2;color:#fff;text-transform:uppercase;letter-spacing:.14em;font-size:14px;text-decoration:none;border-radius:4px;transition:background .15s ease,transform .15s ease}.waitlist-link{color:#00e4c5;text-decoration:underline;font-weight:600}.waitlist-link:active{color:#a855f7}.discord-btn:hover{background:#ffffff29;transform:translateY(-1px)}.discord-btn:active{transform:translateY(0)}.countdown{display:flex;flex-direction:column;gap:10px;font-size:16px;color:#fff}.countdown .count{display:inline-flex;align-items:center;gap:6px;font-size:34px;letter-spacing:.06em;color:#fff;line-height:1}.emoji{display:inline-flex;transform:translateY(-6px)}.countdown .error{color:#ff6b6b}@media (max-width: 480px){.tagline{font-size:14px}.countdown{font-size:13px}}
