html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#111}#game{height:100%;min-height:0;display:flex;flex-direction:column}.sm-game{--bg: #1a1208;--frame: #c9a227;--accent: #ffd76a;--panel: #2a1c10;--text: #fff8e8;box-sizing:border-box;width:100%;flex:1;min-height:0;height:100%;display:flex;flex-direction:column;align-items:stretch;background:radial-gradient(120% 80% at 50% 0%,#4a3218,var(--bg));color:var(--text);font-family:Segoe UI,system-ui,sans-serif;padding:8px 10px 12px}.sm-game.has-bg{background-image:linear-gradient(180deg,#020d15a8,#020b12d4),var(--bg-image);background-size:cover;background-position:center}.sm-game *,.sm-game *:before,.sm-game *:after{box-sizing:border-box}.sm-loader,.sm-shell{display:flex;flex-direction:column;gap:8px;flex:1;min-height:0}.sm-loader[hidden],.sm-shell[hidden]{display:none!important}.sm-loader{align-items:center;justify-content:center;min-height:280px;letter-spacing:.12em}.sm-brand{font-size:1.4rem;color:var(--accent);margin:0}.sm-logo{text-align:center;font-size:clamp(1.1rem,3vw,1.6rem);color:var(--accent);text-shadow:0 2px 0 #0008;font-weight:800;letter-spacing:.06em;flex-shrink:0}.sm-stage{position:relative;flex:1 1 auto;min-height:200px;height:auto;border:4px solid var(--frame);border-radius:12px;background:#111;overflow:hidden}.sm-frame{display:grid;grid-template-columns:repeat(5,1fr);width:100%;height:100%}.sm-lines{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;opacity:.85}.reel-window{overflow:hidden;border-right:1px solid #64dce733;height:100%;min-height:0;background:linear-gradient(180deg,#03131b,#061f29 50%,#03131b);box-shadow:inset 0 0 24px #000b}.reel-window:last-child{border-right:none}.reel-strip{will-change:transform}.reel-cell{display:flex;align-items:center;justify-content:center;padding:1px}.reel-cell img{display:block;width:96%;height:96%;object-fit:contain;border-radius:12%;filter:drop-shadow(0 5px 8px #0009)}.reel-cell.is-fallback{font-weight:800;color:var(--accent)}.reel-cell.is-win{animation:smPulse .45s ease-in-out infinite alternate;filter:drop-shadow(0 0 8px var(--accent))}@media(prefers-reduced-motion:reduce){.reel-cell.is-win{animation:none;outline:2px solid var(--accent)}}@keyframes smPulse{0%{transform:scale(1)}to{transform:scale(1.06)}}.sm-status{margin:4px 0 0;text-align:center;min-height:1.4em;font-weight:700;color:var(--accent);flex-shrink:0}.sm-hud{display:grid;grid-template-columns:repeat(auto-fit,minmax(72px,1fr));gap:6px;background:var(--panel);border-radius:10px;padding:8px;text-align:center;flex-shrink:0}.sm-hud span{display:block;font-size:.7rem;letter-spacing:.08em;opacity:.8}.sm-hud strong{font-size:1.15rem}.sm-controls,.sm-row{display:grid;grid-template-columns:1fr auto 1fr;gap:8px;align-items:center;flex-shrink:0}.sm-row{grid-template-columns:repeat(3,1fr)}.sm-btn{min-height:44px;min-width:44px;border:0;border-radius:10px;background:linear-gradient(180deg,#123744,#08232f);color:var(--text);border:1px solid #65e4ed33;font-weight:800;cursor:pointer}.sm-btn:focus-visible,.sm-spin:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.sm-spin{width:80px;height:80px;min-width:80px;min-height:80px;padding:0;border:0;border-radius:50%;background:radial-gradient(circle at 38% 28%,#fff4b0,#e1aa42 42%,#8e5719);color:#07151b;font-size:.95rem;font-weight:800;letter-spacing:.04em;cursor:pointer;flex-shrink:0;box-shadow:0 4px #70400f,0 8px 22px #000b,0 0 22px #65e4ed44}.sm-paytable{max-width:36rem;width:calc(100% - 24px);border:2px solid var(--frame);background:var(--panel);color:var(--text);border-radius:12px;padding:16px}.sm-paytable table{width:100%;border-collapse:collapse}.sm-paytable img{display:block;width:100%;height:auto;border-radius:8px;margin:0 0 12px}.sm-paytable th,.sm-paytable td{border-bottom:1px solid #fff2;padding:6px;text-align:left}.sm-debug{margin:8px 0 0;font-size:11px;background:#000c;padding:8px;max-height:180px;overflow:auto}@media(min-width:900px){.sm-game{max-width:1280px;margin:0 auto}}
