#gcg-game-root{
  --bg:#090b13;
  --panel:rgba(19,22,34,.88);
  --panel2:rgba(28,31,47,.9);
  --line:rgba(255,255,255,.08);
  --text:#f4f1fb;
  --muted:#a8a5b8;
  --accent:#9d7cff;
  --accent2:#f0c96b;
  --table:#201b31;
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  color:var(--text);
}
#gcg-game-root *{box-sizing:border-box}
#gcg-game-root button,#gcg-game-root select{font:inherit}
#gcg-game-root .smd-shell{position:relative;overflow:hidden;border-radius:30px;padding:22px;background:radial-gradient(circle at top left,rgba(157,124,255,.17),transparent 30%),radial-gradient(circle at top right,rgba(240,201,107,.09),transparent 26%),linear-gradient(180deg,#0a0c15,#0c0d16 48%,#080a11);border:1px solid rgba(255,255,255,.08);box-shadow:0 36px 100px rgba(0,0,0,.42)}
#gcg-game-root .theme-midnight{--accent:#9d7cff;--accent2:#f0c96b;--table:#211a33}
#gcg-game-root .theme-crimson{--accent:#ff728e;--accent2:#ffc66c;--table:#381923}
#gcg-game-root .theme-emerald{--accent:#6be0ae;--accent2:#e4c96f;--table:#17362e}
#gcg-game-root .smd-hero{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;padding:6px 6px 18px}
#gcg-game-root .smd-kicker{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(255,255,255,.05);color:var(--accent);font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}
#gcg-game-root .smd-hero h1{margin:0;font-size:clamp(28px,4vw,43px);line-height:1.04;font-weight:850}
#gcg-game-root .smd-hero p{margin:10px 0 0;max-width:780px;color:var(--muted);font-size:15px;line-height:1.55}
#gcg-game-root .smd-hero-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}
#gcg-game-root .smd-hero-badges span{padding:10px 13px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);font-size:13px;font-weight:650;white-space:nowrap}
#gcg-game-root .smd-topbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}
#gcg-game-root .smd-tabs,#gcg-game-root .smd-inline-actions,#gcg-game-root .smd-modal-actions{display:flex;gap:10px;flex-wrap:wrap}
#gcg-game-root .smd-mode,#gcg-game-root .smd-ghost,#gcg-game-root .smd-tools button,#gcg-game-root .smd-modal-actions button,#gcg-game-root .smd-local-card button{appearance:none;border:none;cursor:pointer;padding:11px 14px;border-radius:14px;color:var(--text);background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);transition:.18s ease;box-shadow:0 8px 20px rgba(0,0,0,.17)}
#gcg-game-root .smd-mode:hover,#gcg-game-root .smd-ghost:hover,#gcg-game-root .smd-tools button:hover{transform:translateY(-1px);background:rgba(255,255,255,.08)}
#gcg-game-root .smd-mode.active,#gcg-game-root .smd-tools .primary,#gcg-game-root .smd-modal-actions .primary,#gcg-game-root .smd-local-card button{background:linear-gradient(180deg,var(--accent),color-mix(in srgb,var(--accent) 70%,#402d80));color:#110f1d;border-color:transparent;font-weight:850}
#gcg-game-root .smd-tools .accent{background:linear-gradient(180deg,var(--accent2),color-mix(in srgb,var(--accent2) 68%,#7d5c13));color:#211604;border-color:transparent;font-weight:850}
#gcg-game-root .smd-layout{display:grid;grid-template-columns:minmax(270px,320px) minmax(0,1fr);gap:18px;align-items:start}
#gcg-game-root .smd-sidebar{display:flex;flex-direction:column;gap:14px}
#gcg-game-root .smd-panel{background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.028));border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:16px;backdrop-filter:blur(14px)}
#gcg-game-root .smd-panel-title{font-size:15px;font-weight:850;margin-bottom:14px;color:#fbf7ff}
#gcg-game-root .smd-stat-grid,#gcg-game-root .smd-ledger,#gcg-game-root .smd-legacy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
#gcg-game-root .smd-stat-grid div,#gcg-game-root .smd-ledger div,#gcg-game-root .smd-legacy-grid div{padding:12px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06)}
#gcg-game-root .smd-stat-grid span,#gcg-game-root .smd-ledger span,#gcg-game-root .smd-legacy-grid span{display:block;color:var(--muted);font-size:12px;margin-bottom:6px}
#gcg-game-root .smd-stat-grid strong,#gcg-game-root .smd-ledger strong,#gcg-game-root .smd-legacy-grid strong{display:block;font-size:20px;line-height:1;color:#fff}
#gcg-game-root .smd-score-bars{display:grid;gap:10px;margin-top:14px}
#gcg-game-root .smd-score-bars>div{display:grid;grid-template-columns:95px 1fr;gap:10px;align-items:center}
#gcg-game-root .smd-score-bars span{font-size:12px;color:var(--muted)}
#gcg-game-root .smd-score-bars i{height:12px;border-radius:999px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);overflow:hidden}
#gcg-game-root .smd-score-bars b{display:block;height:100%;width:0;border-radius:999px;background:linear-gradient(90deg,var(--accent),var(--accent2));transition:width .25s ease}
#gcg-game-root .smd-tools{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
#gcg-game-root .smd-field{display:grid;gap:8px;color:var(--muted);font-size:13px;margin-bottom:12px}
#gcg-game-root .smd-field select{padding:12px 14px;border-radius:14px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);color:var(--text)}
#gcg-game-root .smd-table-panel{min-width:0;background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.028));border:1px solid rgba(255,255,255,.08);border-radius:28px;padding:16px;overflow:hidden}
#gcg-game-root .smd-table-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;flex-wrap:wrap;margin-bottom:12px}
#gcg-game-root .smd-message{padding:12px 14px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.07);font-weight:650}
#gcg-game-root .smd-rule-line{font-size:12px;color:var(--muted);padding:8px 0}
#gcg-game-root .smd-table-wrap{position:relative;border-radius:26px;background:radial-gradient(circle at center,rgba(255,255,255,.035),transparent 45%),linear-gradient(180deg,#11121d,#0e0f18);border:1px solid rgba(255,255,255,.06);padding:14px;overflow:auto}
#gcg-game-root .smd-table{position:relative;min-width:760px;height:620px;margin:0 auto;border-radius:48%/42%;background:radial-gradient(circle at center,rgba(255,255,255,.03),transparent 32%),linear-gradient(180deg,color-mix(in srgb,var(--table) 88%,#fff 4%),var(--table));border:14px solid rgba(31,25,46,.9);box-shadow:inset 0 0 0 3px rgba(255,255,255,.05),inset 0 0 90px rgba(0,0,0,.35),0 24px 50px rgba(0,0,0,.35)}
#gcg-game-root .smd-center-mark{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:110px;color:rgba(255,255,255,.035);pointer-events:none}
#gcg-game-root .smd-seat{position:absolute;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:18px;background:rgba(11,12,19,.82);border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 24px rgba(0,0,0,.23);z-index:8;min-width:180px}
#gcg-game-root .smd-seat.active{outline:2px solid var(--accent);box-shadow:0 0 24px color-mix(in srgb,var(--accent) 32%,transparent)}
#gcg-game-root .smd-seat .smd-avatar{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(180deg,var(--accent),color-mix(in srgb,var(--accent) 60%,#302044));color:#140f1d;font-weight:900}
#gcg-game-root .smd-seat div:nth-child(2){display:grid}
#gcg-game-root .smd-seat strong{font-size:14px}
#gcg-game-root .smd-seat span{font-size:11px;color:var(--muted)}
#gcg-game-root .smd-seat em{margin-left:auto;font-size:11px;font-style:normal;color:var(--accent2)}
#gcg-game-root .smd-seat b{position:absolute;right:12px;bottom:-18px;font-size:11px;font-weight:650;color:var(--muted)}
#gcg-game-root .smd-seat.north{top:18px;left:50%;transform:translateX(-50%)}
#gcg-game-root .smd-seat.south{bottom:18px;left:50%;transform:translateX(-50%)}
#gcg-game-root .smd-seat.west{left:18px;top:50%;transform:translateY(-50%)}
#gcg-game-root .smd-seat.east{right:18px;top:50%;transform:translateY(-50%)}
#gcg-game-root .smd-trick-zone{position:absolute;left:50%;top:50%;width:330px;height:270px;transform:translate(-50%,-50%);z-index:5}
#gcg-game-root .smd-trick-card{position:absolute;display:grid;gap:3px;justify-items:center}
#gcg-game-root .smd-trick-card small{font-size:10px;color:var(--muted)}
#gcg-game-root .smd-trick-card.seat-south{left:50%;bottom:0;transform:translateX(-50%)}
#gcg-game-root .smd-trick-card.seat-north{left:50%;top:0;transform:translateX(-50%)}
#gcg-game-root .smd-trick-card.seat-west{left:0;top:50%;transform:translateY(-50%)}
#gcg-game-root .smd-trick-card.seat-east{right:0;top:50%;transform:translateY(-50%)}
#gcg-game-root .smd-card{position:relative;display:block;width:76px;height:108px;border-radius:12px;background:linear-gradient(180deg,#faf8f3,#ebe6dc);border:1px solid rgba(30,20,20,.28);box-shadow:0 10px 20px rgba(0,0,0,.25);color:#15131b;overflow:hidden}
#gcg-game-root .cards-obsidian .smd-card{background:linear-gradient(180deg,#f8f7f2,#e9e5db)}
#gcg-game-root .cards-ivory .smd-card{background:linear-gradient(180deg,#fffdf5,#efe5ca)}
#gcg-game-root .cards-royal .smd-card{background:linear-gradient(180deg,#f8fbff,#dfe9ff)}
#gcg-game-root .smd-card.red{color:#bd3547}
#gcg-game-root .smd-card .corner{position:absolute;display:grid;justify-items:center;font-size:14px;line-height:1}
#gcg-game-root .smd-card .corner i{font-style:normal;font-size:13px}
#gcg-game-root .smd-card .corner.top{left:8px;top:7px}
#gcg-game-root .smd-card .corner.bottom{right:8px;bottom:7px;transform:rotate(180deg)}
#gcg-game-root .smd-card .pip{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);font-size:38px}
#gcg-game-root .smd-hand.opponent{position:absolute;display:flex;z-index:3}
#gcg-game-root .north-hand{left:50%;top:83px;transform:translateX(-50%)}
#gcg-game-root .west-hand{left:78px;top:50%;transform:translateY(-50%) rotate(90deg)}
#gcg-game-root .east-hand{right:78px;top:50%;transform:translateY(-50%) rotate(-90deg)}
#gcg-game-root .smd-card-back{position:relative;width:42px;height:60px;margin-left:-30px;border-radius:8px;background:repeating-linear-gradient(45deg,rgba(255,255,255,.08) 0 4px,rgba(255,255,255,.02) 4px 8px),linear-gradient(180deg,#211936,#120f1d);border:2px solid rgba(240,201,107,.35);box-shadow:0 8px 14px rgba(0,0,0,.24);display:grid;place-items:center;color:rgba(255,255,255,.35)}
#gcg-game-root .smd-card-back:first-child{margin-left:0}
#gcg-game-root .smd-player-hand-wrap{position:relative;min-width:760px;padding:18px 20px 8px}
#gcg-game-root .smd-player-label{display:flex;justify-content:space-between;color:var(--muted);font-size:12px;margin-bottom:8px}
#gcg-game-root .smd-player-hand{display:flex;justify-content:center;align-items:flex-end;min-height:132px;padding:8px 40px 0;overflow:visible}
#gcg-game-root .smd-hand-card{appearance:none;border:none;padding:0;background:transparent;cursor:default;margin-left:-35px;transition:transform .15s ease,filter .15s ease;position:relative}
#gcg-game-root .smd-hand-card:first-child{margin-left:0}
#gcg-game-root .smd-hand-card.playable{cursor:pointer}
#gcg-game-root .smd-hand-card.playable:hover{transform:translateY(-14px);z-index:20}
#gcg-game-root .smd-hand-card:not(.playable){filter:brightness(.66) saturate(.7)}
#gcg-game-root .smd-hand-card.hinted{transform:translateY(-18px);filter:drop-shadow(0 0 12px var(--accent2));z-index:30}
#gcg-game-root .smd-bid-panel{position:absolute;left:50%;bottom:170px;transform:translateX(-50%);z-index:20;width:min(92%,700px);padding:16px;border-radius:22px;background:rgba(10,10,18,.94);border:1px solid rgba(255,255,255,.1);box-shadow:0 26px 60px rgba(0,0,0,.42);display:grid;grid-template-columns:auto 1fr;gap:18px;align-items:center}
#gcg-game-root .smd-bid-panel.hidden{display:none}
#gcg-game-root .smd-bid-panel>div:first-child{display:grid;gap:4px}
#gcg-game-root .smd-bid-panel span{font-size:12px;color:var(--accent2)}
#gcg-game-root .smd-bid-panel strong{font-size:15px}
#gcg-game-root .smd-bid-buttons{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}
#gcg-game-root .smd-bid-buttons button{width:40px;height:40px;border-radius:12px;border:1px solid rgba(255,255,255,.09);background:rgba(255,255,255,.06);color:#fff;cursor:pointer;font-weight:800}
#gcg-game-root .smd-bid-buttons button:hover{background:var(--accent);color:#130f1b}
#gcg-game-root .smd-bid-buttons .nil{width:auto;padding:0 12px;background:rgba(240,201,107,.14);color:var(--accent2)}
#gcg-game-root .smd-local-cover{position:absolute;inset:0;z-index:30;display:grid;place-items:center;background:rgba(7,7,12,.78);backdrop-filter:blur(12px);border-radius:26px}
#gcg-game-root .smd-local-cover.hidden{display:none}
#gcg-game-root .smd-local-card{width:min(90%,420px);padding:24px;border-radius:26px;background:linear-gradient(180deg,rgba(25,25,39,.98),rgba(15,15,25,.98));border:1px solid rgba(255,255,255,.09);text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.48)}
#gcg-game-root .smd-local-kicker{color:var(--accent2);font-size:12px;text-transform:uppercase;letter-spacing:.08em}
#gcg-game-root .smd-local-card h2{margin:8px 0;font-size:28px}
#gcg-game-root .smd-local-card p{color:var(--muted);line-height:1.5;margin:0 0 18px}
#gcg-game-root .smd-overlay{position:absolute;inset:0;z-index:50;display:grid;place-items:center;padding:24px;background:rgba(6,7,12,.78);backdrop-filter:blur(12px)}
#gcg-game-root .smd-overlay.hidden{display:none}
#gcg-game-root .smd-modal{width:min(100%,490px);padding:24px;border-radius:28px;background:linear-gradient(180deg,rgba(24,24,38,.98),rgba(13,14,23,.98));border:1px solid rgba(255,255,255,.09);box-shadow:0 34px 90px rgba(0,0,0,.48)}
#gcg-game-root .smd-modal-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.05);color:var(--accent2);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:10px}
#gcg-game-root .smd-modal h2{margin:0 0 10px;font-size:31px}
#gcg-game-root .smd-modal p{margin:0 0 18px;color:var(--muted);line-height:1.55}
#gcg-game-root .smd-modal-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:18px}
#gcg-game-root .smd-modal-stats div{padding:12px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.06)}
#gcg-game-root .smd-modal-stats span{display:block;color:var(--muted);font-size:12px;margin-bottom:6px}
#gcg-game-root .smd-modal-stats strong{font-size:20px}
@media(max-width:1120px){
  #gcg-game-root .smd-layout{grid-template-columns:1fr}
}
@media(max-width:800px){
  #gcg-game-root .smd-shell{padding:16px;border-radius:22px}
  #gcg-game-root .smd-hero,#gcg-game-root .smd-topbar,#gcg-game-root .smd-table-top{flex-direction:column;align-items:stretch}
  #gcg-game-root .smd-hero-badges{justify-content:flex-start}
  #gcg-game-root .smd-table{min-width:680px;height:560px}
  #gcg-game-root .smd-player-hand-wrap{min-width:680px}
}
@media(max-width:560px){
  #gcg-game-root .smd-stat-grid,#gcg-game-root .smd-ledger,#gcg-game-root .smd-legacy-grid,#gcg-game-root .smd-tools{grid-template-columns:1fr 1fr}
  #gcg-game-root .smd-card{width:62px;height:90px}
  #gcg-game-root .smd-hand-card{margin-left:-31px}
  #gcg-game-root .smd-player-hand{padding-left:20px;padding-right:20px}
  #gcg-game-root .smd-bid-panel{grid-template-columns:1fr;bottom:148px}
  #gcg-game-root .smd-bid-buttons{justify-content:flex-start}
}
