@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-container{background:#f0f2f5;justify-content:center;align-items:center;min-height:100vh;padding:40px 0;display:flex}.s25-frame{background:#000;border:12px solid #000;border-radius:44px;flex-direction:column;width:393px;height:852px;display:flex;position:relative;overflow:hidden;box-shadow:0 0 0 3px #333,0 0 0 5px #111,0 30px 60px #0006,inset 0 0 10px #ffffff1a}.s25-frame:before{content:"";z-index:1000;background:#1a1a1a;border-radius:50%;width:10px;height:10px;position:absolute;top:6px;left:50%;transform:translate(-50%);box-shadow:inset 0 1px 2px #fff3}.s25-screen{box-sizing:border-box;background:#fff;border-radius:32px;flex:1;position:relative;overflow:hidden}.s25-power-btn{background:#222;border-radius:0 4px 4px 0;width:3px;height:40px;position:absolute;top:180px;right:-4px}.s25-vol-btn{background:#222;border-radius:0 4px 4px 0;width:3px;height:60px;position:absolute;top:110px;right:-4px}}@media (width<=600px){.s25-container{background:var(--theme-bg);width:100%;height:100%}.s25-frame{width:100%;height:100%;box-shadow:none;border:none;border-radius:0}}
