:root{--text:#5c4a3a;--text-h:#3a2e22;--bg:#f5ede1;--surface:#fffaf2;--border:#e0d0ba;--code-bg:#ece0cc;--accent:#c1652f;--accent-hover:#a8531f;--accent-text:#fff8ef;--accent-2:#d9a441;--danger:#b3462c;--success:#5c7a4a;--shadow:0 2px 6px #50371e1f;--shadow-lg:0 4px 14px #50371e29;--display:"Nunito", "Segoe UI", system-ui, sans-serif;--sans:"Segoe UI", system-ui, Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:16px/145% var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--text:#d9c7ae;--text-h:#f2e6d3;--bg:#241c14;--surface:#322619;--border:#4a3826;--code-bg:#3c2e1e;--accent:#d97a44;--accent-hover:#e28f5e;--accent-text:#241c14;--accent-2:#e0b866;--danger:#d4694a;--success:#7a9a68;--shadow:0 2px 6px #0000004d;--shadow-lg:0 4px 14px #00000059}}*{box-sizing:border-box}body{background:var(--bg);margin:0}#root{min-height:100svh}h1,h2,h3{font-family:var(--display);color:var(--text-h);margin:0 0 8px;font-weight:700}p{margin:0 0 8px}button{font:inherit;font-family:var(--display);cursor:pointer;background:var(--surface);color:var(--text-h);box-shadow:var(--shadow);border:none;border-radius:999px;padding:10px 20px;font-weight:600;transition:background .12s,box-shadow .12s,transform 80ms}button:hover:not(:disabled){box-shadow:var(--shadow-lg)}button:active:not(:disabled){transform:scale(.97)}button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}button.primary{background:var(--accent);color:var(--accent-text)}button.primary:hover:not(:disabled){background:var(--accent-hover)}input,select{font:inherit;border:1.5px solid var(--border);background:var(--surface);color:var(--text-h);border-radius:10px;padding:8px 12px}input:focus-visible,select:focus-visible{outline:2px solid var(--accent);outline-offset:1px}label{flex-direction:column;gap:4px;margin-bottom:12px;font-size:14px;display:flex}code{font-family:var(--mono);background:var(--code-bg);border-radius:6px;padding:2px 6px;font-size:14px}.card{background:var(--surface);box-shadow:var(--shadow);border-radius:16px;padding:20px}.centered{justify-content:center;align-items:center;min-height:100svh;padding:24px;display:flex}.error{color:var(--danger);font-size:14px}.hint{opacity:.75;font-size:13px}.login-card{text-align:center;max-width:360px}.login-suit{letter-spacing:8px;color:var(--accent);margin-bottom:6px;font-size:28px;display:block}.lobby{max-width:1000px;margin:0 auto;padding:24px}.lobby-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.lobby-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;display:grid}.self-preview{aspect-ratio:4/3;object-fit:cover;background:#000;border-radius:12px;width:100%}.advanced-settings{background:var(--code-bg);border-radius:10px;margin:4px 0 16px;padding:10px 12px}.advanced-settings summary{cursor:pointer;font-weight:600}.advanced-settings label{margin-top:12px}.checkbox-label{flex-direction:row;align-items:center;gap:8px}.checkbox-label input{width:auto}.room{max-width:1100px;margin:0 auto;padding:16px 24px 48px}.room-header{justify-content:space-between;align-items:center;display:flex}.room-header h1{margin-bottom:0}.waiting-panel{text-align:center;margin-top:16px}.poker-table{aspect-ratio:16/10;background:radial-gradient(#ffffff0f,#0000 65%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.7' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E"),radial-gradient(#6e9660 0%,#557a49 55%,#45633b 100%);border:16px solid #8a6641;border-radius:50%;width:100%;max-width:820px;margin:24px auto;position:relative;box-shadow:0 10px 22px #3c28144d,inset 0 0 0 4px #6b4b2a,inset 0 0 34px #00000038}.seat{z-index:2;flex-direction:column;align-items:center;gap:4px;width:clamp(64px,20%,190px);display:flex;position:absolute;transform:translate(-50%,-50%)}.seat-self .video-tile{box-shadow:0 0 0 3px var(--accent-2)}.opponent-cards{justify-content:center;display:flex}.table-center{z-index:1;flex-direction:column;align-items:center;gap:10px;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-tile{aspect-ratio:4/3;background:#000;border:2px solid #0000;border-radius:12px;width:100%;position:relative;overflow:hidden}.video-tile.active-turn{border-color:var(--accent-2)}.video-tile.disconnected{opacity:.4}.video-tile video{object-fit:cover;width:100%;height:100%}.video-tile-label{color:#fff;background:linear-gradient(#0000,#000000b3);justify-content:space-between;gap:4px;padding:3px 6px;font-size:10px;display:flex;position:absolute;bottom:0;left:0;right:0}.video-controls{z-index:3;gap:4px;display:flex;position:absolute;top:4px;right:4px}.video-control-btn{width:26px;height:26px;box-shadow:none;background:#0000008c;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:13px;line-height:1;display:flex}.video-control-btn.off{background:var(--danger)}.game-table{flex-direction:column;gap:16px;display:flex}.turn-indicator{text-align:center;flex-direction:column;align-items:center;gap:4px;font-size:15px;display:flex}.turn-timer{color:var(--text);font-size:13px;font-weight:700}.turn-timer.urgent{color:var(--danger)}.piles{justify-content:center;gap:24px;display:flex}.pile{flex-direction:column;align-items:center;gap:6px;display:flex}.pile-label{color:var(--text);font-size:12px}.discard-pile{flex-direction:column;align-items:center;gap:6px;width:100%;display:flex}.discard-pile .pile-label{text-align:center;max-width:90%}.discard-row{gap:4px;max-width:100%;padding:6px 4px;display:flex;overflow-x:auto}.obligation-banner{text-align:center;background:var(--code-bg);border:2px solid var(--accent-2);border-radius:10px;padding:8px 14px;font-size:14px}.playing-card{background:var(--surface);width:58px;height:82px;color:var(--text-h);cursor:grab;box-shadow:var(--shadow);touch-action:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:16px;font-weight:700;display:inline-flex;position:relative;overflow:hidden}.playing-card.suit-spade{color:var(--text-h)}.playing-card.suit-club{color:var(--success)}.playing-card.suit-heart{color:var(--danger)}.playing-card.suit-diamond{color:#3f6e7a}.card-center{font-size:2.4em;font-weight:800;line-height:1}.corner{font-size:1em;font-weight:800;line-height:1;position:absolute}.corner-tl{top:5px;left:5px}.corner-tr{top:5px;right:5px}.corner-bl{bottom:5px;left:5px;transform:rotate(180deg)}.corner-br{bottom:5px;right:5px;transform:rotate(180deg)}.playing-card.selected{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.playing-card.face-down{border:3px solid var(--surface);background-color:#6c4fa1;background-image:repeating-linear-gradient(45deg,#ffffff38 0 2px,#0000 2px 7px),repeating-linear-gradient(-45deg,#ffffff38 0 2px,#0000 2px 7px);background-clip:padding-box}.playing-card.face-down:after{content:"";border:2px solid #fff9;border-radius:50%;width:48%;height:62%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.playing-card.face-down.mini:after{display:none}.playing-card.empty{border:2px dashed var(--border);box-shadow:none;background:0 0}.playing-card.dimmed{opacity:.6}.playing-card.drag-over{outline:3px solid var(--accent-2);outline-offset:2px}.playing-card.dragging{cursor:grabbing;box-shadow:var(--shadow-lg);transition:none}.playing-card.mini{pointer-events:none;width:16px;height:24px;box-shadow:none;border-width:1px;border-radius:4px;margin-left:-8px}.playing-card.mini:first-child{margin-left:0}.playing-card.mini,.playing-card.empty{cursor:default;touch-action:auto}.melds-board{border:2px dashed var(--border);border-radius:12px;flex-wrap:wrap;justify-content:center;gap:12px;min-height:90px;padding:12px;display:flex}.melds-board.empty{color:var(--text);align-items:center;font-size:14px}.meld{background:var(--code-bg);border-radius:10px;flex-direction:column;align-items:center;gap:4px;padding:8px;display:flex}.meld-owner{color:var(--text);font-size:11px;font-weight:600}.meld-cards{gap:2px;display:flex}.lay-off-btn{padding:4px 12px;font-size:12px}.hand{text-align:center}.hand-cards{flex-wrap:wrap;justify-content:center;gap:6px;margin:8px 0 12px;display:flex}.hand-actions{justify-content:center;gap:10px;display:flex}.scoreboard ul{max-width:320px;margin:0 0 12px;padding:0;list-style:none}.scoreboard li{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:8px 4px;display:flex}.scoreboard li:first-child{color:var(--accent);font-weight:700}.round-banner{text-align:center;background:var(--code-bg);border-radius:12px;padding:14px}.round-delta{font-size:12px}.round-delta.positive{color:var(--success)}.round-delta.negative{color:var(--danger)}.hand-count{opacity:.8}@media (width<=480px){.room{padding:12px 8px 32px}.poker-table{margin:16px auto}.playing-card{width:46px;height:66px;font-size:13px}.video-tile-label{padding:2px 4px;font-size:9px}.lobby{padding:16px}}
