:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body{background-color:#2a6f3a;display:flex;justify-content:center;align-items:center;min-height:100vh;margin:0}.header{top:0;left:0;right:0;position:absolute;text-align:center}h1{font-size:2.5rem}.game-layout{display:flex;justify-content:center;align-items:flex-start;gap:2rem;max-width:1200px;margin-left:auto;margin-right:auto;padding:0 1rem}.stats{flex:0 0 250px;background:#f9f9f9;color:#000;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px #00000026;text-align:left;order:1}.stats h2{margin-bottom:1.5rem;text-align:center;font-size:1.3rem;color:#333}.stats-content{display:flex;flex-direction:column;gap:.8rem}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:.6rem 0;border-bottom:1px solid #ddd}.stat-item:last-child{border-bottom:none}.stat-label{font-weight:600;color:#555}.stat-value{font-weight:700;color:#222;font-size:1.1rem}.board{flex:1;max-width:700px;text-align:center;order:2}.hand-values{margin-bottom:1rem;font-size:1.2rem}.card{background-color:#fff;color:#000;border:1px solid black;border-radius:8px;width:80px;height:120px;display:inline-flex;justify-content:center;align-items:center;font-size:2rem;margin:5px;-webkit-user-select:none;user-select:none}.card.red{color:red}.hand{margin:20px}.controls button{font-size:1.2rem;padding:10px 20px;margin:10px;cursor:pointer}@media (max-width: 1024px) and (min-width: 769px){.game-layout{flex-direction:column;align-items:center;gap:1rem}.stats{order:1;flex:none;width:90%;max-width:600px;padding:.5rem}.stats h2{font-size:1.1rem;margin-bottom:1rem}.stats-content{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem 1rem}.stat-item{flex-direction:column;text-align:center;padding:.5rem;border:1px solid #ddd;border-radius:6px;background:#f5f5f5}.stat-label{font-size:.9rem;margin-bottom:.3rem}.stat-value{font-size:1rem}.board{order:2;width:100%}}@media (max-width: 768px){.game-layout{flex-direction:column;align-items:center;gap:.5rem;margin-top:1rem;padding:0 .5rem}.stats{order:1;flex:none;width:55%;padding:.8rem;margin-bottom:0}.stats h2{font-size:1rem;margin-bottom:.8rem}.stats-content{display:grid;grid-template-columns:repeat(2,1fr);gap:.3rem}.stat-item:nth-child(5){grid-column:1 / -1}.stat-item{flex-direction:column;text-align:center;padding:.4rem;border:1px solid #ddd;border-radius:4px;background:#f5f5f5}.stat-label{font-size:.8rem;margin-bottom:.2rem}.stat-value{font-size:.9rem;font-weight:600}.board{order:2;width:100%;max-width:100%}.card{width:60px;height:90px;font-size:1.5rem;margin:3px}.controls button{font-size:1rem;padding:8px 16px;margin:8px}}
