/* Mike's Poker Club — mobile-first, asset-free Lucky Club artwork. */
.poker-view {
  --pk-gold:#efc861; --pk-gold-soft:#fff0ad; --pk-ink:#f8f3df; --pk-muted:#a7c1b6;
  --pk-green:#0c4a36; --pk-dark:#041c15; --pk-line:rgba(239,200,97,.24);
  min-width:0; overflow-x:clip; color:var(--pk-ink);
}
.poker-view *, .poker-view *::before, .poker-view *::after { box-sizing:border-box; }
.poker-view button, .poker-view input { min-height:44px; font:inherit; touch-action:manipulation; }
.poker-view button:focus-visible, .poker-view input:focus-visible { outline:3px solid var(--pk-gold-soft); outline-offset:2px; }
.poker-view-head {
  width:min(100%,1080px); min-height:76px; margin:auto; padding:10px max(12px,env(safe-area-inset-left));
  display:grid; grid-template-columns:44px 38px minmax(0,1fr) auto auto; align-items:center; gap:8px;
}
.poker-back,.poker-icon-button,.poker-refresh {
  width:44px; height:44px; border:1px solid var(--pk-line); border-radius:14px; color:#f9df97;
  background:rgba(5,31,23,.94); cursor:pointer;
}
.poker-back { font-size:1.65rem; }
.poker-head-chip { width:36px; aspect-ratio:1; display:grid; place-items:center; border-radius:12px; color:#192a21; background:linear-gradient(145deg,#fff0ad,#c9942d); font-size:1.25rem; }
.poker-heading { min-width:0; }
.poker-heading small,.poker-heading h1 { display:block; overflow:hidden; margin:0; white-space:nowrap; text-overflow:ellipsis; }
.poker-heading small { color:var(--pk-muted); font-size:.65rem; font-weight:900; letter-spacing:.1em; text-transform:uppercase; }
.poker-heading h1 { color:#fff9e9; font-size:clamp(1.05rem,4.5vw,1.7rem); line-height:1.1; }
.poker-icon-button { border-radius:50%; color:#18281f; background:linear-gradient(145deg,#fff1ae,#d3a039); font-weight:1000; }
.poker-cheatsheet-button { width:auto; padding:0 10px; display:flex; align-items:center; justify-content:center; gap:5px; border-radius:14px; }
.poker-cheatsheet-button span { font-size:1rem; }.poker-cheatsheet-button b { font-size:.62rem; letter-spacing:.02em; }
.poker-wallet { min-width:62px; padding:8px 10px; border:1px solid var(--pk-line); border-radius:999px; color:#f8dd95; background:#06231a; font-weight:950; text-align:center; }
.poker-wallet::before { content:"◉ "; color:#e7b94a; }
.poker-shell { width:min(calc(100% - 16px),880px); margin:0 auto max(24px,env(safe-area-inset-bottom)); }
.poker-lobby,.poker-room { overflow:hidden; border:1px solid var(--pk-line); border-radius:26px; background:linear-gradient(155deg,#0b382a,#041a13); box-shadow:0 24px 60px rgba(0,0,0,.35); }
.poker-hero { min-height:210px; position:relative; display:flex; align-items:center; justify-content:center; gap:24px; overflow:hidden; padding:24px; background:radial-gradient(circle at 24% 36%,rgba(255,220,114,.25),transparent 21%),radial-gradient(circle at 76% 20%,rgba(39,213,135,.22),transparent 30%),linear-gradient(145deg,#0b5c3e,#062419); }
.poker-hero::before { content:""; position:absolute; inset:0; opacity:.15; background-image:linear-gradient(30deg,transparent 47%,#fff 48% 49%,transparent 50%); background-size:38px 38px; }
.poker-hero > div { position:relative; z-index:2; }
.poker-hero > div:nth-child(2) small { display:block; color:#d3f1df; font-size:.63rem; font-weight:950; letter-spacing:.16em; }
.poker-hero > div:nth-child(2) strong { display:block; margin-top:7px; color:#fff6d5; font:950 clamp(1.5rem,7vw,2.7rem)/.98 Oswald,Manrope,sans-serif; text-transform:uppercase; text-shadow:0 5px 18px rgba(0,0,0,.4); }
.poker-mike { width:112px; height:128px; flex:0 0 auto; position:relative; filter:drop-shadow(0 12px 12px rgba(0,0,0,.35)); }
.poker-mike-face { position:absolute; inset:25px 16px 16px; display:block; border:3px solid #703e1e; border-radius:44% 46% 48% 48%; background:#f0a95f; }
.poker-mike-face b { position:absolute; top:34px; width:10px; height:5px; border-radius:50%; background:#1c1713; }
.poker-mike-face b:first-child { left:25px; }.poker-mike-face b:nth-child(2) { right:25px; }
.poker-mike-face em { position:absolute; left:35px; top:57px; width:30px; height:13px; border-bottom:5px solid white; border-radius:50%; }
.poker-mike-hair { position:absolute; z-index:2; inset:7px 10px auto; height:57px; border-radius:50% 52% 35% 40%; background:#171512; transform:rotate(-4deg); box-shadow:14px 5px 0 #171512,-8px 13px 0 #171512; }
.poker-mike span { position:absolute; z-index:3; left:12px; right:12px; bottom:0; padding:7px; border-radius:12px; color:#202015; background:linear-gradient(#ffe691,#d69b2c); font:950 .78rem/1 Oswald,sans-serif; letter-spacing:.12em; text-align:center; }
.poker-hero-card { position:absolute; z-index:1; width:52px; height:72px; display:grid; place-items:center; border:2px solid rgba(255,255,255,.8); border-radius:9px; color:#171b18; background:#f9f4e7; box-shadow:0 8px 20px rgba(0,0,0,.3); font:900 1.05rem/1 Oswald,sans-serif; }
.poker-hero-card.one { top:14px; right:9%; transform:rotate(12deg); }.poker-hero-card.two { right:3%; bottom:8px; color:#b72b35; transform:rotate(-9deg); }
.poker-panel { padding:18px; }
.poker-panel-title,.poker-room-head,.poker-hand-panel { display:flex; align-items:center; gap:10px; }
.poker-panel-title > div,.poker-room-head > div,.poker-hand-panel > div { min-width:0; flex:1; }
.poker-panel-title small,.poker-room-head small,.poker-hand-panel small,.poker-pot small,.poker-stack small { display:block; color:var(--pk-muted); font-size:.64rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.poker-panel-title h2,.poker-room-head h2,.poker-hand-panel h3 { margin:2px 0 0; color:#fff8e5; font-size:1.22rem; }
.poker-refresh { display:grid; place-items:center; line-height:1; }.poker-refresh span { font-size:1.35rem; }.poker-refresh small { font-size:.5rem; }
.poker-lead { margin:12px 0 16px; color:#c2d5cc; font-size:.88rem; line-height:1.55; }
.poker-table-list { display:grid; gap:9px; }
.poker-table-card { min-height:72px; width:100%; padding:10px; display:grid; grid-template-columns:52px minmax(0,1fr) auto; align-items:center; gap:11px; border:1px solid rgba(239,200,97,.18); border-radius:17px; color:var(--pk-ink); background:rgba(1,20,14,.58); text-align:left; }
.poker-table-card:hover:not(:disabled),.poker-table-card.is-joined { border-color:#f0cb6d; background:rgba(24,89,64,.6); }
.poker-table-mark { width:50px; aspect-ratio:1; display:grid; place-items:center; border-radius:15px; color:#12251c; background:linear-gradient(145deg,#ffe797,#c89026); font-size:1.25rem; }
.poker-table-card span:nth-child(2) { min-width:0; }.poker-table-card strong,.poker-table-card small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.poker-table-card small { margin-top:3px; color:var(--pk-muted); font-size:.7rem; }.poker-table-card > b { color:#f2ce72; font-size:.74rem; }
.poker-empty { margin:20px 0; color:var(--pk-muted); text-align:center; }
.poker-buyin { min-height:66px; margin-top:14px; padding:10px 12px; display:flex; align-items:center; justify-content:space-between; gap:10px; border:1px solid var(--pk-line); border-radius:17px; background:rgba(4,28,20,.7); }
.poker-buyin > span:first-child strong,.poker-buyin > span:first-child small { display:block; }.poker-buyin > span:first-child small { color:var(--pk-muted); font-size:.65rem; }
.poker-stepper { display:grid; grid-template-columns:44px 72px 44px; }.poker-stepper button,.poker-stepper input { border:1px solid var(--pk-line); color:var(--pk-ink); background:#08281e; text-align:center; }.poker-stepper button:first-child { border-radius:12px 0 0 12px; }.poker-stepper button:last-child { border-radius:0 12px 12px 0; }.poker-stepper input { width:72px; border-left:0; border-right:0; }
.poker-room { padding:12px; }
.poker-room-head { min-height:58px; }.poker-room-state { padding:6px 9px; border:1px solid var(--pk-line); border-radius:999px; color:#cbe5d9; font-size:.7rem; font-weight:850; }
.poker-pot,.poker-stack { min-width:64px; text-align:right; }.poker-pot b,.poker-stack b { color:#f6d576; font-size:1.05rem; }
.poker-status { min-height:45px; margin:8px 0; padding:10px 12px; display:flex; align-items:center; justify-content:center; gap:8px; border-radius:13px; color:#cee3d9; background:rgba(3,25,18,.74); font-size:.8rem; text-align:center; }.poker-status i { color:#e8c158; }
.poker-status[data-kind="turn"] { color:#1d2c22; background:linear-gradient(120deg,#ffe79a,#d4a23c); font-weight:900; }.poker-status[data-kind="error"] { color:#ffd9d9; background:#5b1c25; }
.poker-felt-wrap { overflow:hidden; border-radius:23px; background:#03120e; }
.poker-felt { min-height:430px; position:relative; isolation:isolate; margin:8px; border:10px solid #5e321b; border-radius:48%; background:radial-gradient(ellipse,#13714e 0 44%,#0b5037 68%,#073324); box-shadow:inset 0 0 0 3px #d8a641,inset 0 0 45px rgba(0,0,0,.55),0 15px 30px rgba(0,0,0,.35); }
.poker-felt::before { content:"MIKE'S\A POKER CLUB"; white-space:pre; position:absolute; inset:33% 30%; display:grid; place-items:center; color:rgba(255,237,174,.12); font:950 1.15rem/1.15 Oswald,sans-serif; letter-spacing:.12em; text-align:center; transform:rotate(-5deg); }
.poker-board { position:absolute; z-index:2; left:50%; top:45%; display:flex; gap:4px; transform:translate(-50%,-50%); }
.poker-card { width:42px; height:58px; position:relative; display:grid; place-items:center; border:2px solid #fff; border-radius:8px; color:#171c18; background:linear-gradient(145deg,#fff,#eee7d5); box-shadow:0 5px 11px rgba(0,0,0,.35); font:950 .94rem/1 Oswald,sans-serif; }.poker-card.is-red { color:#c12936; }.poker-card.is-back { border-color:#eac862; color:#eac862; background:repeating-linear-gradient(45deg,#083426 0 5px,#0d5a3e 5px 10px); }.poker-card.is-empty { opacity:.22; border-style:dashed; background:transparent; }
.poker-pot-center { position:absolute; z-index:2; left:50%; top:61%; text-align:center; transform:translateX(-50%); }.poker-pot-center small { display:block; color:#b8d6c8; font-size:.55rem; letter-spacing:.12em; }.poker-pot-center strong { color:#ffdf82; font-size:1.1rem; }
.poker-seats { position:absolute; inset:0; z-index:3; }
.poker-seat { width:118px; min-height:67px; position:absolute; padding:6px 7px; display:grid; grid-template-columns:34px minmax(0,1fr); align-items:center; gap:6px; border:2px solid rgba(231,205,130,.28); border-radius:17px; color:#f8f3df; background:linear-gradient(145deg,rgba(7,37,28,.97),rgba(2,17,13,.97)); box-shadow:0 7px 18px rgba(0,0,0,.4); }
.poker-seat:nth-child(1) { left:50%; bottom:-4px; transform:translateX(-50%); }.poker-seat:nth-child(2) { left:-7px; bottom:18%; }.poker-seat:nth-child(3) { left:-7px; top:14%; }.poker-seat:nth-child(4) { left:50%; top:-5px; transform:translateX(-50%); }.poker-seat:nth-child(5) { right:-7px; top:14%; }.poker-seat:nth-child(6) { right:-7px; bottom:18%; }
.poker-seat.is-turn { border-color:#ffe896; box-shadow:0 0 0 4px rgba(242,200,87,.18),0 8px 20px rgba(0,0,0,.4); }.poker-seat.is-me { background:linear-gradient(145deg,#195c42,#09271d); }.poker-seat.is-folded { opacity:.58; }
.poker-seat-avatar { width:34px; aspect-ratio:1; display:grid; place-items:center; overflow:hidden; border:1px solid #efd275; border-radius:50%; color:#1f271e; background:linear-gradient(#ffe69a,#c98e2d); font-weight:950; }.poker-seat-avatar img { width:100%; height:100%; object-fit:cover; }
.poker-seat-copy { min-width:0; }.poker-seat-copy strong,.poker-seat-copy small { display:block; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.poker-seat-copy strong { font-size:.7rem; }.poker-seat-copy small { color:#b7cdc3; font-size:.58rem; }
.poker-seat-flags { grid-column:1/-1; display:flex; gap:3px; min-height:14px; }.poker-seat-flags i { padding:2px 4px; border-radius:999px; color:#1b271e; background:#e8c35f; font:900 .48rem/1 Manrope,sans-serif; font-style:normal; }.poker-seat-flags em { margin-left:auto; color:#d2e3dc; font-size:.5rem; font-style:normal; }
.poker-hand-panel { min-height:76px; margin-top:10px; padding:10px 12px; border:1px solid var(--pk-line); border-radius:18px; background:rgba(4,28,20,.78); }
.poker-hole { display:flex; gap:5px; }.poker-hole .poker-card { width:43px; height:60px; }
.poker-actions { margin-top:9px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:7px; }
.poker-actions > button,.poker-raise { min-height:50px; border:1px solid var(--pk-line); border-radius:14px; font-weight:900; }
.poker-actions > button { color:#f8f1d8; background:#0a3c2c; }.poker-actions .poker-fold { color:#ffd4d5; background:#531a22; }.poker-actions .poker-call { color:#16251c; background:linear-gradient(145deg,#ffedaa,#d2a037); }.poker-actions .poker-allin { color:#fff; background:linear-gradient(145deg,#c93440,#7c1721); }
.poker-raise { padding:5px; display:grid; grid-template-columns:minmax(0,1fr) auto; grid-template-rows:auto auto; align-items:center; background:#082a20; }.poker-raise span { grid-column:1/-1; color:#acc5ba; font-size:.57rem; text-transform:uppercase; }.poker-raise input { width:100%; min-width:0; height:38px; border:0; border-radius:9px 0 0 9px; color:#fff; background:#041c15; text-align:center; }.poker-raise button { height:38px; min-width:66px; border:0; border-radius:0 9px 9px 0; color:#1b271e; background:#d6aa42; font-weight:900; }
.poker-turn-timer { grid-column:1/-1; min-height:28px; display:grid; place-items:center; color:#b6cec3; font-size:.7rem; }
.poker-help { width:min(calc(100% - 22px),570px); max-height:calc(100dvh - 24px); padding:0; border:1px solid var(--pk-line); border-radius:23px; color:var(--pk-ink); background:#08271d; box-shadow:0 28px 80px rgba(0,0,0,.6); }.poker-help::backdrop { background:rgba(0,8,6,.8); backdrop-filter:blur(5px); }
.poker-help-card { max-height:calc(100dvh - 26px); overflow:auto; padding:19px; }.poker-help-card header { display:flex; align-items:center; gap:10px; }.poker-help-card header div { flex:1; }.poker-help-card header small { color:#a9c7b9; text-transform:uppercase; letter-spacing:.1em; }.poker-help-card h2 { margin:2px 0; }.poker-help-card header button { width:44px; border:1px solid var(--pk-line); border-radius:13px; color:#f8dd92; background:#041b14; font-size:1.35rem; }.poker-help-card p { color:#c5d8cf; line-height:1.55; }.poker-help-card ol { list-style:none; margin:14px 0; padding:0; display:grid; gap:8px; }.poker-help-card li { display:grid; grid-template-columns:30px 1fr; gap:8px; align-items:start; color:#c9dbd2; line-height:1.45; }.poker-help-card li b { width:28px; height:28px; display:grid; place-items:center; border-radius:9px; color:#1a271e; background:#e3b94f; }.poker-ranks { display:flex; flex-wrap:wrap; gap:5px; }.poker-ranks span { padding:6px 8px; border:1px solid var(--pk-line); border-radius:999px; color:#ecd789; background:#051d16; font-size:.68rem; }.poker-help-note { padding:10px; border-left:3px solid #e1b348; background:rgba(0,0,0,.16); }.poker-help-done { width:100%; border:1px solid #ffecaa; border-radius:15px; color:#1c281f; background:linear-gradient(145deg,#ffedaa,#d29b31); font-weight:950; }
.poker-cheat-section { margin-top:18px; padding-top:14px; border-top:1px solid var(--pk-line); }
.poker-cheat-section h3 { margin:0 0 10px; color:#f9e4a1; font-size:1rem; }.poker-cheat-section h3 small { color:var(--pk-muted); font-size:.62rem; text-transform:uppercase; }
.poker-ranks { display:grid; grid-template-columns:1fr; gap:6px; margin:0; }
.poker-ranks li { min-height:48px; padding:7px; border:1px solid var(--pk-line); border-radius:12px; background:#051d16; }.poker-ranks li b { width:28px; height:28px; }.poker-ranks strong,.poker-ranks small { display:block; }.poker-ranks strong { color:#f1d77f; font-size:.78rem; }.poker-ranks small { margin-top:2px; color:#bcd2c8; font-size:.65rem; }
.poker-action-sheet { margin:0; display:grid; gap:6px; }.poker-action-sheet div { padding:8px 10px; display:grid; grid-template-columns:84px 1fr; gap:8px; border-radius:11px; background:rgba(0,0,0,.16); }.poker-action-sheet dt { color:#f1d77f; font-weight:950; }.poker-action-sheet dd { margin:0; color:#c4d8ce; font-size:.73rem; line-height:1.45; }.poker-cheat-section p { margin:7px 0; }
.poker-tile-art { display:grid!important; grid-template-columns:1fr 1fr; place-items:center; overflow:hidden; background:radial-gradient(circle,#176043,#071e17); }.poker-tile-art i { color:#fff0b0; font-size:1.7rem; font-style:normal; }.poker-tile-art i:nth-child(2) { color:#e04c56; }.poker-tile-art b { grid-column:1/-1; margin-top:-12px; color:#f6d26d; font:950 .73rem/1 Oswald,sans-serif; letter-spacing:.06em; text-align:center; }
@media (min-width:700px) {
  .poker-lobby { display:grid; grid-template-columns:.82fr 1.18fr; }.poker-hero { min-height:100%; }.poker-panel { padding:24px; }
  .poker-room { padding:18px; }.poker-felt { min-height:520px; }.poker-seat { width:144px; min-height:76px; padding:8px; }.poker-seat-copy strong { font-size:.8rem; }.poker-card { width:55px; height:76px; font-size:1.15rem; }
  .poker-actions { grid-template-columns:1fr 1.1fr 1.45fr 1fr; }.poker-turn-timer { grid-column:1/-1; }
}
@media (max-width:430px) {
  .poker-view-head { grid-template-columns:44px 32px minmax(0,1fr) auto; }.poker-head-chip { width:32px; }.poker-wallet { grid-column:3/5; justify-self:end; margin-top:-7px; }
  .poker-hero { min-height:188px; padding:18px 10px; gap:11px; }.poker-mike { width:94px; height:111px; }.poker-hero > div:nth-child(2) strong { font-size:1.45rem; }
  .poker-room { padding:8px; }.poker-room-state { display:none; }.poker-felt { min-height:390px; border-width:7px; }.poker-seat { width:101px; min-height:61px; padding:5px; grid-template-columns:28px minmax(0,1fr); }.poker-seat-avatar { width:28px; }.poker-seat-copy strong { font-size:.62rem; }.poker-seat-copy small { font-size:.52rem; }.poker-seat:nth-child(2),.poker-seat:nth-child(3) { left:-11px; }.poker-seat:nth-child(5),.poker-seat:nth-child(6) { right:-11px; }
  .poker-card { width:36px; height:51px; font-size:.78rem; }.poker-board { gap:2px; }.poker-pot-center { top:60%; }.poker-hand-panel { padding:8px; }.poker-hand-panel h3 { font-size:.98rem; }.poker-buyin { align-items:flex-start; flex-direction:column; }.poker-stepper { align-self:stretch; grid-template-columns:44px 1fr 44px; }.poker-stepper input { width:100%; }
}
@media (prefers-reduced-motion:reduce) { .poker-view * { scroll-behavior:auto!important; transition:none!important; animation:none!important; } }
