*{box-sizing:border-box}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0b3d24;color:#f2f2f2;min-height:100vh}button{cursor:pointer;font:inherit;border-radius:6px;border:none;padding:.5rem 1rem;background:#2f6f4f;color:#fff}button:disabled{opacity:.5;cursor:not-allowed}button.link-button{background:none;color:#9fd8b8;text-decoration:underline;padding:0}input{font:inherit;padding:.5rem;border-radius:6px;border:1px solid #444;margin-bottom:.5rem;display:block;width:100%;max-width:320px}.screen{max-width:720px;margin:0 auto;padding:2rem 1rem}.auth-screen form{display:flex;flex-direction:column;max-width:320px}.lobby-top-actions{display:flex;align-items:center;gap:.75rem;margin:.5rem 0 1rem}.discord-button{display:inline-block;background:#5865f2;color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:6px;font-weight:600}.discord-button:hover{background:#4752c4}.lobby-section{margin:1.5rem 0;padding:1rem;background:#ffffff0d;border-radius:8px}.lobby-section form{display:flex;gap:.5rem}.online-users-list{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.online-users-list li{background:#ffffff14;border-radius:999px;padding:.25rem .75rem;font-size:.9em}.room-browser-list{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.room-browser-item{background:#ffffff0d;border-radius:6px;padding:.6rem .8rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.room-browser-header{display:flex;gap:.5rem;align-items:baseline}.room-browser-players{opacity:.85;font-size:.9em;flex:1}.room-status{font-size:.85em;opacity:.8}.room-status.in_progress{color:#ffe08a}.player-list{list-style:none;padding:0}.player-list li{padding:.4rem 0;border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.5rem}.error{color:#ff9b9b;cursor:pointer}.game-screen{max-width:900px}.scoreboard{background:#00000040;border-radius:8px;padding:.75rem 1rem;margin-bottom:1rem}.scoreboard table{width:100%;border-collapse:collapse}.scoreboard td{padding:.2rem .5rem}.scoreboard tr.leading td{font-weight:700;color:#ffe08a}.opponents{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.opponent{background:#ffffff14;border-radius:8px;padding:.5rem .75rem}.opponent.active-turn{outline:2px solid #ffe08a}.disconnected{color:#ff9b9b;font-size:.85em}.pile{background:#00000040;border-radius:8px;padding:1rem;min-height:90px;margin-bottom:1rem}.pile-cards,.hand-cards{display:flex;gap:.35rem;flex-wrap:wrap}.round-history{background:#00000040;border-radius:8px;padding:.5rem 1rem;margin-bottom:1rem}.round-history summary{cursor:pointer;font-weight:600}.round-history-list{list-style:none;padding:0;margin:.5rem 0 0;max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:.4rem}.round-history-item{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:.9em;border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:.35rem}.round-history-index{opacity:.6;font-variant-numeric:tabular-nums;min-width:2.5em}.round-history-player{font-weight:600}.round-history-pass{opacity:.7;font-style:italic}.round-history-category{opacity:.8}.round-history-cards{display:flex;gap:.25rem}.round-banner,.winner-banner{background:#ffe08a;color:#222;padding:.5rem 1rem;border-radius:8px;margin-bottom:1rem;font-weight:600}.turn-hint{opacity:.8;font-style:italic}.hand-area{background:#00000040;border-radius:8px;padding:1rem}.hand-actions{margin-top:.75rem;display:flex;justify-content:space-between;align-items:center}.playing-card{width:48px;height:68px;background:#fff;border-radius:6px;border:1px solid #ccc;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;padding:0}.playing-card.small{width:36px;height:52px;font-size:.85em}.playing-card.red{color:#c62828}.playing-card.black{color:#1a1a1a}.playing-card.selected{transform:translateY(-10px);box-shadow:0 4px 8px #0006;border-color:#ffe08a}.playing-card:disabled{cursor:default;opacity:1}.playing-card.draggable{touch-action:none;cursor:grab;-webkit-user-select:none;user-select:none;transition:transform .12s ease,box-shadow .12s ease}.playing-card.pressed{transform:scale(1.08);box-shadow:0 6px 14px #00000059}.playing-card.floating{cursor:grabbing;transform:scale(1.12);box-shadow:0 14px 26px #00000080;z-index:1000}.playing-card.draggable:active{cursor:grabbing}.voice-chat{background:#00000040;border-radius:8px;padding:.75rem 1rem;margin:1rem 0}.voice-controls{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.voice-peer-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.voice-peer-list li{display:flex;align-items:center;gap:.5rem;font-size:.9em}.voice-peer-muted-badge{opacity:.8}.match-over-screen{text-align:center}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.modal-content{background:#123322;border-radius:10px;padding:1.5rem;max-width:560px;max-height:85vh;overflow-y:auto;box-shadow:0 8px 24px #00000080}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.modal-content h3{margin-bottom:.25rem}.modal-content p{margin-top:0;opacity:.9}.rules-score-table{border-collapse:collapse;margin-bottom:1rem}.rules-score-table td{padding:.15rem .75rem .15rem 0}
