*{margin:0;padding:0;box-sizing:border-box}html,body{background-color:#0a0a0f;min-height:100vh}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.app{max-width:430px;margin:0 auto;min-height:100vh}.confetti{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:9999}.confetti-piece{position:absolute;top:-20px;width:8px;height:14px;opacity:0;animation-name:confetti-fall;animation-timing-function:ease-out;animation-fill-mode:forwards}@keyframes confetti-fall{0%{transform:translate3d(0,-20px,0) rotate(var(--spin));opacity:1}to{transform:translate3d(var(--drift),100vh,0) rotate(calc(var(--spin) + 360deg));opacity:0}}
