:root{--font-family:"Fredoka", ui-rounded, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--bg-party-dark:#1e1b4b;--party-yellow:#ffb703;--party-yellow-dark:#d48b00;--party-purple:#7b2cbf;--party-purple-dark:#5a189a;--party-green:#10b981;--party-green-dark:#047857;--party-red:#ef4444;--party-red-dark:#b91c1c}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent;user-select:none;margin:0;padding:0}html{background:#1e1b4b;width:100%;height:100%}body{font-family:var(--font-family);color:#1e293b;background:#1e1b4b;width:100%;min-height:100dvh;margin:0;padding:0;overflow-x:hidden}#app{width:100%;max-width:100%;min-height:100dvh;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom);background:#1e1b4b;flex-direction:column;display:flex;position:relative}@media (width>=680px){body{background:linear-gradient(135deg,#0f0c29,#302b63,#24243e);flex-direction:column;justify-content:center;align-items:center;padding:20px 0;display:flex}#app{border:6px solid #312e81;border-radius:40px;max-width:440px;height:780px;min-height:740px;overflow:hidden;box-shadow:0 25px 60px #0009}}.btn-3d{cursor:pointer;border:none;border-radius:20px;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-weight:800;transition:transform 80ms,box-shadow 80ms,border-bottom-width 80ms;display:inline-flex;position:relative}.btn-3d-yellow{color:#2e1065;background:#ffb703;border-bottom:5px solid #d48b00;box-shadow:0 4px 14px #ffb70366}.btn-3d-yellow:active{border-bottom-width:2px;transform:translateY(3px);box-shadow:0 1px 4px #ffb70366}.btn-3d-green{color:#fff;background:#10b981;border-bottom:5px solid #047857;box-shadow:0 4px 14px #10b98159}.btn-3d-green:active{border-bottom-width:2px;transform:translateY(3px)}.btn-3d-purple{color:#fff;background:#7b2cbf;border-bottom:5px solid #5a189a;box-shadow:0 4px 14px #7b2cbf59}.btn-3d-purple:active{border-bottom-width:2px;transform:translateY(3px)}.btn-3d-red{color:#fff;background:#ef4444;border-bottom:5px solid #b91c1c;box-shadow:0 4px 14px #ef444459}.btn-3d-red:active{border-bottom-width:2px;transform:translateY(3px)}.btn-3d-dark{color:#e0e7ff;background:#2d2666;border-bottom:5px solid #1a1640}.btn-3d-dark:active{border-bottom-width:2px;transform:translateY(3px)}@keyframes wiggle{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}.wiggle{animation:2.5s ease-in-out infinite wiggle}@keyframes popIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.pop-card{animation:.25s cubic-bezier(.175,.885,.32,1.275) popIn}@keyframes siren{0%,to{background-color:#dc2626}50%{background-color:#7f1d1d}}.siren-bg{animation:1s ease-in-out infinite siren}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}
