html,body,#root{height:100%;margin:0}body{font-family:Zen Kurenaido,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.app{display:flex;flex-direction:column;align-items:center;gap:16px;padding:24px}.stage{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:transparent;user-select:none;-webkit-user-select:none;z-index:1}.roulette-image-full{width:min(70vmin,520px);height:min(70vmin,520px);object-fit:contain;transition:transform .1s ease-in-out}.stage-hint{position:fixed;bottom:24px;left:0;right:0;text-align:center;font-size:24px;color:#111;text-shadow:0 1px 1px rgba(255,255,255,.6);pointer-events:none;font-family:Oi,Zen Kurenaido,sans-serif}@keyframes pulseGlow{0%{opacity:.15;filter:saturate(1) brightness(1)}50%{opacity:.45;filter:saturate(1.15) brightness(1.05)}to{opacity:.15;filter:saturate(1) brightness(1)}}.bg-pulse{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:radial-gradient(60% 45% at 50% 40%,rgba(255,170,80,.35),transparent 65%),linear-gradient(135deg,#ff6b6b,#feca57);animation:pulseGlow .9s ease-in-out infinite}.help-fab{position:fixed;right:16px;bottom:16px;z-index:2;width:44px;height:44px;border-radius:50%;background:#fffc;color:#333;border:1px solid rgba(0,0,0,.08);box-shadow:0 6px 16px #00000026;font-weight:700;font-size:18px;cursor:pointer}.help-fab:hover{background:#fff}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:3;display:flex;align-items:center;justify-content:center;padding:16px}.modal{width:min(520px,92vw);background:#fff;color:#222;border-radius:16px;box-shadow:0 12px 32px #00000040;padding:20px}.modal-title{margin:0 0 8px;font-size:18px;font-weight:800}.modal-body{font-size:14px;line-height:1.6}.modal-body ul{margin:8px 0 0 18px;padding:0}.modal-body li{margin:6px 0}.modal-actions{margin-top:16px;display:flex;justify-content:flex-end;align-items:center;gap:8px}.modal-button{padding:8px 14px;border-radius:10px;border:1px solid #eee;background:#fafafa;cursor:pointer}.modal-button:hover{background:#f0f0f0}.kofi-btn{display:inline-block;color:#fff;font-weight:700;padding:8px 12px;border-radius:10px;text-decoration:none;border:1px solid rgba(0,0,0,.05);box-shadow:0 2px 6px #0000001f}.kofi-btn:hover{filter:brightness(1.05)}.kofi-btn .kofi-icon{vertical-align:-3px;margin-right:8px}.kofi-btn .kofi-icon-img{height:20px;width:auto;vertical-align:-3px;margin-right:8px;display:inline-block}.kofi-btn.kofi-img-only{padding:0;border:none;background:transparent!important;box-shadow:none}.kofi-btn.kofi-img-only .kofi-icon-img{height:36px;margin-right:0;border-radius:8px}.range-wrapper{position:fixed;top:8px;right:8px;z-index:3;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.range-control{display:flex;flex-direction:column;align-items:center;padding:0;border-radius:0;background:transparent;box-shadow:none;border:none}.range-toggle{font-size:12px;color:#333;margin-bottom:2px}.range-toggle input{margin-right:6px}.sponsor-banner{position:fixed;left:0;right:0;bottom:0;z-index:2;border-top:1px solid rgba(0,0,0,.08);backdrop-filter:saturate(150%) blur(4px);-webkit-backdrop-filter:saturate(150%) blur(4px)}.sponsor-inner{max-width:900px;margin:0 auto;padding:8px;display:flex;align-items:center;gap:12px}.sponsor-label{font-size:11px;color:#666;border:1px solid #eee;background:#fafafa;padding:2px 6px;border-radius:6px}.sponsor-link img{display:block;max-width:100%;height:auto}.controls{display:flex;gap:16px;align-items:center}button{padding:8px 16px;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer}button:hover{background:#f7f7f7}label{display:flex;align-items:center;gap:8px}.result{margin-top:12px;font-weight:700}
