*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 20% 20%,#0f4c81,#0b304f 45%,#081f35 80%);color:#f6f7fb;font-family:Space Grotesk,system-ui,sans-serif}a{color:inherit}.layout{min-height:100vh;display:flex;flex-direction:column}.hud{padding:12px 16px;display:flex;gap:12px;align-items:center;justify-content:space-between}.card-hand{display:flex;flex-wrap:wrap;gap:6px;padding:8px 12px}.card-tile{width:56px;height:84px;border-radius:8px;background:linear-gradient(135deg,#fefefe,#e9edf5);color:#0b304f;display:flex;align-items:center;justify-content:center;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease;font-weight:700}.card-tile.selected{transform:translateY(-6px) scale(1.05);border-color:#4fd1c5;box-shadow:0 6px 18px #4fd1c540}.panel{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:12px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.table-layout{position:relative;flex:1;display:grid;grid-template-rows:1fr auto;gap:8px}.player-row{display:flex;gap:8px;justify-content:space-between}.toast-stack{position:fixed;top:16px;right:16px;display:flex;flex-direction:column;gap:8px;z-index:1000}.toast{padding:10px 14px;border-radius:10px;font-weight:600;box-shadow:0 8px 20px #0000003d}.toast.info{background:#0f4c81}.toast.warn{background:#c0841f}.toast.error{background:#c42b36}.toast.success{background:#2fbf71}
