:root{--bg:#f7fafc;--fg:#0f172a}*{box-sizing:border-box}html,body,#app{height:100%}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;background:var(--bg);color:var(--fg);display:flex;align-items:center;justify-content:center}.slot-wrapper{display:flex;flex-direction:column;gap:12px;align-items:center}.slot-machine{display:flex;gap:18px;align-items:center;justify-content:center}.reel{width:120px;height:180px;border-radius:12px;background:#fff;box-shadow:0 8px 24px #02061714;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;padding:8px}.slot{width:100%;height:56px;display:flex;align-items:center;justify-content:center;font-size:36px}.slot.center{background:linear-gradient(0deg,#0ea5a40f,#0ea5a40f);font-weight:700;border-radius:8px}.controls{display:flex;flex-direction:row;align-items:center;gap:12px;margin-top:8px}.lever{padding:12px 18px;border-radius:8px;border:1px solid #cbd5e1;background:#111827;color:#fff;font-weight:600;cursor:pointer;transition:transform .12s ease}.lever:active{transform:translateY(2px) rotate(2deg)}.lever.active{transform:translateY(6px) rotate(6deg)}.message{min-height:1.2em;font-weight:600;margin-top:6px}.message.win{color:#16a34a}.role-stack{position:fixed;top:12px;right:12px;display:flex;flex-direction:column;gap:8px;max-width:160px;max-height:60vh;overflow:auto;padding:8px;background:#0206170a;border-radius:8px}.role-item{display:flex;align-items:center;gap:8px;background:#fff;padding:8px;border-radius:6px;box-shadow:0 6px 18px #0206170f;font-weight:700}.role-symbol{font-size:20px}.role-text{font-size:13px;color:#0f172a}@media (max-width:720px){.reel{width:96px;height:150px}.slot{font-size:28px;height:48px}}
