:root{--bg-main:#0b0f19;--bg-card:#111827bf;--bg-card-hover:#1f2937d9;--bg-glass:#ffffff0a;--border-glass:#ffffff14;--border-glass-gold:#f59e0b4d;--gold-primary:#f59e0b;--gold-light:#fbbf24;--gold-dark:#b45309;--gold-gradient:linear-gradient(135deg, #fbbf24 0%, #f59e0b 50%, #d97706 100%);--gold-glow:0 0 25px #f59e0b66;--text-primary:#f9fafb;--text-secondary:#9ca3af;--text-muted:#6b7280;--accent-cyan:#06b6d4;--accent-purple:#8b5cf6;--accent-emerald:#10b981;--accent-rose:#f43f5e;--font-display:"Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body:"Noto Sans KR", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--radius-sm:8px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--shadow-sm:0 2px 8px #0000004d;--shadow-md:0 8px 24px #0006;--shadow-lg:0 16px 40px #0000008c}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--bg-main);color:var(--text-primary);-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at 15% 15%,#f59e0b14 0%,#0000 40%),radial-gradient(circle at 85% 25%,#8b5cf614 0%,#0000 45%),radial-gradient(circle at 50% 80%,#06b6d40f 0%,#0000 50%);background-attachment:fixed;min-height:100vh;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#0b0f19e6}::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--gold-primary)}h1,h2,h3,h4,.font-display{font-family:var(--font-display);letter-spacing:-.02em;font-weight:700}.gold-gradient-text{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;display:inline-block}.glass-panel{background:var(--bg-card);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-glass);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);transition:all .3s cubic-bezier(.16,1,.3,1)}.glass-panel:hover{border-color:#ffffff26}.glass-panel-gold{border:1px solid var(--border-glass-gold);background:linear-gradient(#1f2937cc 0%,#111827e6 100%);box-shadow:0 10px 30px #f59e0b1f}.lotto-ball{font-family:var(--font-display);-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;display:inline-flex;position:relative}.lotto-ball:before{content:"";pointer-events:none;background:radial-gradient(circle,#fffc 0%,#fff0 80%);border-radius:50%;width:38%;height:38%;position:absolute;top:10%;left:15%}.lotto-ball:after{content:"";pointer-events:none;background:radial-gradient(circle,#00000059 0%,#0000 80%);border-radius:50%;width:45%;height:25%;position:absolute;bottom:8%;right:12%}.lotto-ball:hover{transform:translateY(-4px)scale(1.08)}.ball-sm{width:32px;height:32px;font-size:.85rem}.ball-md{width:44px;height:44px;font-size:1.15rem}.ball-lg{width:56px;height:56px;font-size:1.45rem}.ball-xl{width:72px;height:72px;font-size:1.85rem}.btn{border-radius:var(--radius-md);cursor:pointer;font-size:.95rem;font-weight:600;font-family:var(--font-body);border:1px solid #0000;outline:none;justify-content:center;align-items:center;gap:8px;padding:10px 20px;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn:active{transform:scale(.97)}.btn-gold{background:var(--gold-gradient);color:#111827;border:1px solid #fff3;box-shadow:0 4px 15px #f59e0b59}.btn-gold:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 22px #f59e0b8c}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-glass);background:#ffffff14}.btn-secondary:hover{background:#ffffff24;border-color:#fff3;transform:translateY(-1px)}.btn-outline-gold{color:var(--gold-light);border:1px solid var(--border-glass-gold);background:0 0}.btn-outline-gold:hover{border-color:var(--gold-light);background:#f59e0b1f}@keyframes pulseGlow{0%,to{box-shadow:0 0 15px #f59e0b4d}50%{box-shadow:0 0 30px #f59e0bb3}}.glow-animation{animation:2.5s ease-in-out infinite pulseGlow}.omr-slip{color:#1e293b;background:#fdfbf7;border:2px dashed #cbd5e1;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 12px 30px #00000059}.omr-slip:before{content:"";background:repeating-linear-gradient(90deg,#dc2626,#dc2626 12px,#f59e0b 12px 24px,#2563eb 24px 36px);height:6px;position:absolute;top:0;left:0;right:0}.omr-marker{background:#dc2626;border-radius:2px;width:14px;height:8px;display:inline-block;transform:skew(-10deg)}@keyframes popIn{0%{opacity:0;transform:scale(.3)rotate(-15deg)}70%{transform:scale(1.15)rotate(5deg)}to{opacity:1;transform:scale(1)rotate(0)}}.animate-pop-in{animation:.4s cubic-bezier(.34,1.56,.64,1) forwards popIn}@media (width<=768px){.ball-md{width:38px;height:38px;font-size:1rem}.ball-lg{width:48px;height:48px;font-size:1.25rem}.ball-xl{width:60px;height:60px;font-size:1.55rem}}
