@tailwind base;@tailwind components;@tailwind utilities;*{box-sizing:border-box}body{background-color:var(--theme-frame-outer,#f8f9fa);color:var(--theme-text);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:Pretendard,sans-serif}:root{--theme-bg:#fff;--theme-surface:#fff;--theme-card:#f8f9fa;--theme-border:#e9ecef;--theme-green:#03c75a;--theme-green-dark:#02b350;--theme-green-glow:#03c75a40;--theme-gold:#fbbf24;--theme-text:#1a1b1e;--theme-text-muted:#868e96;--theme-text-sub:#495057;--theme-white:#fff;--theme-black:#000;--theme-red:#fa5252;--theme-orange:#fd7e14;--theme-overlay-super-faint:#00000008;--theme-overlay-faint:#0000000d;--theme-overlay-medium:#00000014;--theme-shadow-dark:#00000026;--theme-shadow-medium:#0000001a;--theme-frame-bg:#000;--theme-frame-outer:#f1f3f5;--theme-frame-inner:#fff}@keyframes animBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes animShake{0%,to{transform:rotate(0)}25%{transform:rotate(-12deg)}75%{transform:rotate(12deg)}}.anim-bounce{animation:1.5s ease-in-out infinite animBounce;display:inline-block}.anim-shake{animation:2s ease-in-out infinite animShake;display:inline-block}
