@import "https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css";@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700;800;900&display=swap";@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}@media (width>=601px){.s25-device{transform:translateY(2vh);box-sizing:content-box!important;background:#000!important;border:12px solid #0a0a0a!important;border-radius:46px!important;overflow:visible!important;box-shadow:0 0 0 3px #222,0 40px 80px #0006,inset 0 0 10px #ffffff0d!important}.s25-device:before{content:"";z-index:9999;background:#111;border-radius:50%;width:14px;height:14px;position:absolute;top:8px;left:50%;transform:translate(-50%);box-shadow:inset 0 -1px 2px #ffffff26}.s25-screen{border-radius:34px!important}}
