@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap";:root{--bg: #f8f4ef;--bg-strong: #f1e7da;--accent: #1b6b5f;--accent-dark: #11453d;--ink: #1c1b19;--muted: #6b665f;--card: #fffaf2;--card-border: #d7c6b2;--danger: #b83a2f;font-family:Space Grotesk,Georgia,serif;color:var(--ink)}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top,#fff6e6,var(--bg));min-height:100vh}.page{min-height:100vh;padding:20px;display:flex;flex-direction:column;gap:16px}.panel{background:#fffaf2e6;border:1px solid var(--card-border);border-radius:16px;padding:16px;box-shadow:0 12px 30px #35241314;animation:fadeIn .5s ease}.board{position:sticky;top:12px;z-index:2}h1,h2,h3{margin:0 0 8px}.subtitle{color:var(--muted);margin-bottom:16px}input{width:100%;margin-top:8px;padding:10px 12px;border-radius:12px;border:1px solid var(--card-border);font-size:1rem;font-family:inherit}button{border:none;border-radius:12px;padding:12px 16px;font-weight:600;cursor:pointer;background:var(--accent);color:#fff;font-size:1rem;transition:transform .2s ease,box-shadow .2s ease}button:disabled{background:#c1b7aa;cursor:not-allowed}button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 6px 16px #1b6b5f40}.actions{margin-top:12px}.divider{text-align:center;margin:16px 0;color:var(--muted)}.hint{margin:8px 0 12px;padding:8px 12px;border-radius:12px;background:#1b6b5f1a;color:var(--accent-dark);font-weight:600}.share-card{margin-top:16px;border:1px solid var(--card-border);border-radius:12px;padding:12px;background:#fffdf8}.share-title{font-weight:700;color:var(--accent-dark);margin-bottom:6px}.share-url{font-size:.85rem;word-break:break-all;margin-bottom:8px}.qr{width:180px;height:180px;display:block;margin-bottom:8px;border-radius:8px}.qr-spacer{height:18px}.share-hint{margin-top:8px;color:var(--muted);font-size:.85rem}.error{margin-top:12px;color:var(--danger);font-weight:600}.error.floating{position:fixed;bottom:20px;left:20px;background:#fff;padding:8px 12px;border-radius:10px;border:1px solid var(--danger)}header{display:flex;justify-content:space-between;align-items:center;background:var(--bg-strong);border-radius:16px;padding:12px 16px;border:1px solid var(--card-border)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#1b18128c;display:flex;align-items:center;justify-content:center;padding:24px;z-index:50}.modal{background:#fffdf8;border-radius:16px;border:1px solid var(--card-border);padding:18px;width:min(680px,100%);max-height:85vh;overflow:auto;box-shadow:0 18px 40px #14121033}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:12px}.modal-title{font-size:1.1rem;font-weight:700}.rules-content h2{margin:0 0 6px}.rules-content h3{margin:16px 0 6px}.rules-tagline{color:var(--muted);margin:0 0 12px}.rules-note{margin:0 0 12px;color:var(--muted)}.rules-content ol{padding-left:20px;margin:0;display:flex;flex-direction:column;gap:6px}.rules-content p{margin:0}.rules-examples{display:grid;gap:12px}.rules-example{background:#fff7ec;border:1px solid var(--card-border);border-radius:12px;padding:10px 12px}.rules-example-title{font-weight:600;margin-bottom:8px}.rules-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(42px,1fr));gap:6px}.header-actions{display:flex;align-items:center;gap:12px}.exit{white-space:nowrap}.room-code{font-size:1.1rem;font-weight:700}.landing-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.rules-cta{padding:10px 16px;font-size:.95rem}.phase{color:var(--muted)}.score{text-align:right;font-weight:600}.score-label{font-size:.85rem;color:var(--muted)}.section-title{margin-top:12px;font-weight:700}.round-summary-top{display:grid;grid-template-columns:1fr;gap:12px;border-bottom:1px solid var(--card-border);padding-bottom:12px;margin-bottom:12px}.round-summary-right{border-left:none;padding-left:0;display:flex;flex-direction:column;gap:8px}.round-summary-title{font-weight:700;color:var(--accent-dark)}.ev-chart{margin-top:12px}.ev-chart-title{font-weight:700;color:var(--accent-dark);margin-bottom:6px}.ev-chart-svg{width:100%;max-width:280px;display:block}.ev-chart-labels{display:flex;flex-direction:column;gap:4px;font-size:.8rem;color:var(--muted);max-width:280px}.board-cards,.history-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(46px,1fr));gap:6px}.card{background:var(--card);border:2px solid var(--card-border);border-radius:12px;height:46px;display:flex;flex-direction:row;align-items:center;justify-content:center;font-size:1.05rem;position:relative}.card.filled{color:#fff}.card.filled .rank-line{color:#fff;font-weight:600;letter-spacing:.5px}.card.suit-S{background:#1c1b19;border-color:#12110f}.card.suit-H{background:#b03a2e;border-color:#8c2e25}.card.suit-D{background:#2e5aac;border-color:#244583}.card.suit-C{background:#2f7b3e;border-color:#255e31}.card.reveal{animation:cardFlip .35s ease}.card.empty{background:#f0e6d880;border-style:dashed}.card.selected{border-color:var(--accent);box-shadow:0 0 0 2px #1b6b5f4d}.card.highlight{border-color:#ffd166;box-shadow:0 0 0 3px #ffd16673;transform:translateY(-1px)}.card.dim{opacity:.4;filter:saturate(.6)}.rank.red,.suit.red,.rank.black,.suit.black,.rank.green,.suit.green,.rank.blue,.suit.blue{color:inherit}.slot{margin-top:12px}.slot-row{display:flex;align-items:center;gap:6px}.slot-cards{display:grid;grid-template-columns:repeat(2,minmax(42px,1fr));gap:6px;flex:1}.slot-label{width:72px;font-weight:600;white-space:nowrap}@media (max-width: 600px){.slot-label{width:62px;font-size:.85rem}}@media (min-width: 900px){.slot-label{width:88px}}.pile{background:#1b6b5f14;border-radius:16px;padding:12px;margin-bottom:16px;min-height:220px}.arrange-layout{display:flex;flex-direction:row;gap:12px}.arrange-layout .pile{width:42%;margin-bottom:0}.arrange-layout .slots{width:58%}.pile-title{display:flex;justify-content:space-between;align-items:center;font-weight:600;margin-bottom:8px}.ghost{background:transparent;color:var(--accent-dark);border:1px solid var(--card-border);padding:6px 10px;font-size:.85rem}.pile-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(42px,1fr));gap:6px;min-height:120px}.arrange-header{display:flex;justify-content:space-between;align-items:center;gap:12px}.arrange-actions{display:flex;gap:8px;align-items:center}.locked-indicator{font-weight:700;color:var(--accent-dark)}.ev-summary{display:flex;flex-wrap:wrap;gap:12px;font-weight:600;color:var(--accent-dark);margin:8px 0 12px}.pause-slots{display:flex;flex-direction:column;gap:12px;margin-top:12px;margin-bottom:12px}.pause-slot{border:1px solid var(--card-border);border-radius:12px;padding:10px;background:#fffdf8}.pause-row{display:grid;grid-template-columns:1fr 2fr 1.6fr 60px;align-items:center;gap:8px;margin-top:6px}.pause-label{font-weight:600;color:var(--accent-dark)}.pause-cards{display:grid;grid-template-columns:repeat(2,minmax(34px,1fr));gap:6px}.pause-cards .card{height:34px;width:34px}.pause-equity{text-align:right;font-weight:700;color:var(--accent-dark)}.pause-hand{color:var(--muted);font-weight:500;font-size:.85rem}.pause-points{text-align:right;font-weight:700}.pause-points.positive{color:#2f7b3e}.pause-points.negative{color:#b83a2f}.pause-points.neutral{color:var(--muted)}.expanded-breakdown{margin-top:12px;margin-bottom:12px}.pause-tie{font-size:.85rem;color:var(--muted)}.opponent-status{color:var(--muted);font-weight:600}.timer{margin-top:8px;font-weight:600}.slot-results{display:flex;flex-direction:column;gap:12px}.slot-result{border:1px solid var(--card-border);border-radius:14px;padding:12px;background:#fffdf8}.slot-head{display:flex;justify-content:space-between;font-weight:600}.slot-head .winner.you{color:#1b6b5f}.slot-head .winner.opp{color:#b83a2f}.slot-head .winner.tie{color:var(--muted)}.slot-hands{display:flex;flex-direction:column;gap:12px;margin-top:12px}.showdown .hand-breakdown{border:1px solid var(--card-border);border-radius:12px;padding:8px;background:#fffdf8}.hand-breakdown{display:flex;flex-direction:column;gap:6px}.hand-owner{display:flex;flex-wrap:wrap;gap:6px;align-items:baseline;font-weight:600;color:var(--accent-dark)}.hand-desc-inline{font-weight:500;color:var(--muted);font-size:.9rem}.hand-breakdown.win .hand-desc-inline{font-weight:700;color:#1b6b5f}.hand-breakdown.lose .hand-desc-inline{text-decoration:line-through;text-decoration-thickness:1px;text-decoration-color:#b83a2f;color:#b83a2f}.hand-delta{font-weight:700;margin-left:auto}.hand-delta.positive{color:#2f7b3e}.hand-cards{display:grid;gap:6px}.hand-hole,.hand-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(46px,1fr));gap:6px}.hand-hole{border:1px dashed var(--card-border);padding:6px;border-radius:10px;background:#1b6b5f0d}.hand-board{border:1px solid var(--card-border);padding:6px;border-radius:10px;background:#fff9}.history-entry{margin-bottom:12px}.history-toggle{width:100%;text-align:left;background:none;color:var(--ink);border:1px solid var(--card-border);padding:10px 12px}.history-details{margin-top:12px;display:flex;flex-direction:column;gap:12px}.history-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(42px,1fr));gap:6px}.rematch-status{display:flex;flex-direction:column;gap:6px;margin-bottom:12px}.players{display:flex;flex-direction:column;gap:6px}.bot-controls{display:flex;flex-direction:column;align-items:flex-start;gap:12px;margin:12px 0}.bot-label{font-weight:600}.bot-buttons{display:flex;flex-wrap:wrap;gap:8px}.bot-choice{display:flex;flex-direction:column;align-items:flex-start;gap:2px;text-align:left}.bot-choice-title{font-weight:600;display:flex;align-items:center;gap:6px}.bot-choice-icon{font-size:1.05rem}.bot-choice-helper{font-size:.8rem;color:var(--muted)}.bot-buttons .ghost.active{background:#1b6b5f1f;border-color:var(--accent-dark)}.ghost.danger{border-color:var(--danger);color:var(--danger)}.player{padding:10px 12px;border-radius:12px;border:1px solid var(--card-border);background:#fffdf8}.player.offline{opacity:.6}.player.placeholder{color:var(--muted)}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes cardFlip{0%{opacity:0;transform:rotateY(90deg)}to{opacity:1;transform:rotateY(0)}}@media (max-width: 600px){.arrange-layout .pile{width:38%}.arrange-layout .slots{width:62%}.card{height:42px;font-size:1rem}.pile-cards{grid-template-columns:repeat(auto-fit,minmax(40px,1fr))}.slot-cards{grid-template-columns:repeat(2,minmax(40px,1fr))}}@media (min-width: 900px){.page.game{max-width:1100px;margin:0 auto}.arrange-layout{align-items:flex-start}.arrange-layout .pile{width:35%}.arrange-layout .slots{width:65%}.slot-hands{flex-direction:row}.hand-breakdown{flex:1}.round-summary-top{grid-template-columns:1fr 1fr}.round-summary-right{border-left:1px solid var(--card-border);padding-left:16px}}
