:root{--rk-felt: #1E7A5C;--rk-felt-light: #2AA37A;--rk-tile-face: #FFFDF7;--rk-tile-joker: #FFE9A8;--rk-ink-red: #E1483B;--rk-ink-blue: #2E7FD1;--rk-ink-black: #2B2B2B;--rk-ink-orange: #F0972E;--rk-gold: #F4B93E;--rk-gold-dark: #C98F1A;--rk-cream-text: #FFFBF0}.rk-game{background:radial-gradient(circle at 25% -10%,var(--rk-felt-light) 0%,var(--rk-felt) 55%,#14573F 100%);border-radius:18px;padding:18px;color:var(--rk-cream-text);font-family:Georgia,Iowan Old Style,serif;max-width:480px;margin:0 auto;box-shadow:0 8px 24px #00000040}.rk-status{font-size:1rem;font-weight:700;letter-spacing:.02em;margin-bottom:14px;color:var(--rk-cream-text);text-shadow:0 1px 2px rgba(0,0,0,.25)}.rk-board{display:flex;flex-direction:column;gap:10px;min-height:120px;margin-bottom:14px}.rk-dropzone{border-radius:12px;padding:8px;min-height:52px;transition:border-color .15s ease,background .15s ease,transform .15s ease}.rk-zone-label{font-size:.75rem;color:#e4f5ec;margin-bottom:6px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;opacity:.85}.rk-zone-tiles{display:flex;flex-wrap:wrap;gap:6px;min-height:44px;align-items:center}.rk-zone-hint{color:#cff0df;font-size:.8rem;font-style:italic}.rk-tile{width:42px;height:56px;border-radius:8px;border:none;background:linear-gradient(180deg,var(--rk-tile-face) 0%,#F3EDDD 100%);box-shadow:0 2px #00000026,0 4px 8px #00000047,inset 0 1px #fff9;font-size:1.25rem;font-weight:800;font-family:Georgia,serif;cursor:grab;touch-action:none;display:flex;align-items:center;justify-content:center;transition:transform .12s ease,box-shadow .12s ease}.rk-tile:hover{transform:translateY(-3px);box-shadow:0 4px #00000026,0 8px 14px #0000004d,inset 0 1px #ffffffb3}.rk-tile:active{cursor:grabbing}.rk-error{background:#e1483b2e;border:1.5px solid var(--rk-ink-red);color:#ffe3df;border-radius:10px;padding:9px 12px;font-size:.85rem;margin-bottom:12px}.rk-actions{display:flex;gap:10px;margin-bottom:14px}.rk-btn{flex:1;padding:11px 14px;border-radius:10px;border:none;font-size:.9rem;font-weight:700;font-family:inherit;cursor:pointer;transition:transform .1s ease,filter .1s ease}.rk-btn:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.08)}.rk-btn-primary{background:linear-gradient(180deg,var(--rk-gold) 0%,var(--rk-gold-dark) 100%);color:#2b1d00;box-shadow:0 3px 8px #00000040}.rk-btn-primary:disabled{background:#6b6446;color:#a79f7e;cursor:not-allowed;box-shadow:none}.rk-btn-secondary{background:#ffffff1f;border:1.5px solid rgba(255,255,255,.5);color:var(--rk-cream-text)}#rack,[id=rack]{background:#0003;border-top:2px solid rgba(255,255,255,.18);padding-top:12px;margin-top:4px;border-radius:12px}.rk-round{margin-bottom:18px}.rk-pod{background:#0003;border-radius:10px;padding:11px;margin-bottom:9px;display:flex;justify-content:space-between;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.08)}.rk-pod-done{opacity:.7}.rk-pod-players{display:flex;flex-direction:column;gap:3px;font-size:.88rem;color:var(--rk-cream-text)}.rk-pod-winner{color:var(--rk-gold);font-weight:800}@media (max-width: 380px){.rk-tile{width:36px;height:48px;font-size:1.05rem}}
