:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{background:linear-gradient(135deg,#ffd6e8,#c9b6e4,#a8d8ea,#b4e7ce,#ffe5d9);min-height:100vh;margin:0;padding:0}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;width:100%}#root{width:100%;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}}.app{max-width:1000px;width:100%;margin:0 auto;padding:.5rem .75rem;font-family:system-ui,-apple-system,sans-serif;min-height:100vh;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;box-sizing:border-box}@media(max-width:767px){.app{padding:.25rem .5rem}}.app-header{text-align:center;margin-bottom:.5rem;width:100%}@media(max-width:767px){.app-header{margin-bottom:.25rem}}.app-header h1{font-size:3.5rem;margin:0;background:linear-gradient(45deg,#ff6b9d,#c44569,#ffa07a,#f9ca24,#ff6b9d);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:none;font-weight:900;letter-spacing:.08em;transform:rotate(-2deg);animation:gradientShift 4s ease infinite;font-style:italic}@media(max-width:767px){.app-header h1{font-size:2rem;letter-spacing:.05em}}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.game-container{background:#fffffff7;border-radius:16px;padding:1rem;box-shadow:0 8px 32px #00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%;max-width:900px;display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;grid-template-areas:"status status" "stan stan" "cards controls"}@media(max-width:767px){.game-container{padding:.5rem;border-radius:12px;gap:.5rem;grid-template-columns:1fr 1fr}}.status-bar{grid-area:status}.stan-commentary{grid-area:stan}.cards{grid-area:cards;justify-content:flex-start;margin-bottom:0}.controls{grid-area:controls;justify-content:flex-start}@media(min-width:768px){.game-container{gap:1.25rem}}.status-bar{display:flex;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.875rem 1rem;background:linear-gradient(135deg,#ffa6c1,#ffb7d5);border-radius:12px;box-shadow:0 4px 12px #ffa6c166;color:#5a3e5a;flex-wrap:wrap}@media(max-width:767px){.status-bar{padding:.5rem .65rem;margin-bottom:.5rem;gap:.5rem}}.status-item{font-size:1rem}@media(max-width:767px){.status-item{font-size:.85rem}}.status-item strong{color:#8b4789;text-shadow:0px 1px 1px rgba(255,255,255,.5)}.status-item.high-score strong{color:#b8860b}.status-bar .new-game-button{padding:.4rem .8rem;font-size:.85rem;font-weight:600;background:#fff;color:#8b4789;border:2px solid #8b4789;border-radius:6px;cursor:pointer;transition:all .2s;white-space:nowrap}.status-bar .new-game-button:hover{background:#8b4789;color:#fff;transform:translateY(-1px)}.stan-commentary{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;animation:fadeIn .3s ease-in}@media(max-width:767px){.stan-commentary{gap:.4rem;margin-bottom:.4rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.stan-avatar{width:80px;height:80px;object-fit:cover;border-radius:50%;border:3px solid #333;box-shadow:0 2px 8px #0003;flex-shrink:0}@media(max-width:767px){.stan-avatar{width:50px;height:50px;border-width:2px}}.speech-bubble{position:relative;background:#fff;border:2px solid #333;border-radius:12px;padding:.875rem 1rem;font-size:1rem;font-weight:500;color:#333;flex:1;box-shadow:0 2px 8px #0000001a;min-height:80px;display:flex;align-items:center}@media(max-width:767px){.speech-bubble{padding:.5rem .65rem;font-size:.8rem;min-height:50px;border-radius:8px}}.speech-bubble:before{content:"";position:absolute;left:-12px;top:20px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-right:12px solid #333}.speech-bubble:after{content:"";position:absolute;left:-8px;top:22px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:10px solid white}.cards{display:flex;flex-direction:column;align-items:center;gap:.875rem;margin-bottom:1.25rem}@media(max-width:767px){.cards{gap:.35rem;margin-bottom:0}}.card-display{text-align:center}.card-label{font-size:.9rem;font-weight:600;color:#666;margin-bottom:.5rem}.card{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;width:140px;height:190px;background:#fff;border:3px solid #333;border-radius:12px;box-shadow:0 6px 16px #00000040;font-weight:700}@media(max-width:767px){.card{width:119px;height:162px;border-width:2px;border-radius:8px}}.card.red{color:#d32f2f}.card.black{color:#000}.card-rank{font-size:3rem;line-height:1}.card-suit{font-size:3.5rem;line-height:1}@media(max-width:767px){.card-rank{font-size:2.3rem}.card-suit{font-size:2.7rem}}.last-card-info{padding:.75rem 1rem;background:linear-gradient(135deg,#ffd6e8,#e8d9f5);border-radius:8px;font-size:.95rem;text-align:center;border:1px solid #e8d9f5}.last-card-info .result-win{color:#6bb894;font-weight:600}.last-card-info .result-loss{color:#ff8fa3;font-weight:600}.last-card-info .chip-change{font-weight:700;font-size:1.1rem}.controls{display:flex;flex-direction:column;gap:.75rem;align-items:center}@media(max-width:767px){.controls{gap:.4rem}}.control-group{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:500px}@media(max-width:767px){.control-group{gap:.35rem}.control-group label{font-size:.85rem;margin-bottom:0}}.control-group label{font-weight:700;font-size:1rem;color:#333;margin-bottom:.25rem}.bet-controls{display:flex;flex-direction:column;gap:.75rem;width:100%}.bet-stepper{display:flex;align-items:center;gap:.5rem}.bet-button{width:45px;height:45px;font-size:1.5rem;font-weight:700;background:#fff;border:2px solid #c9b6e4;border-radius:8px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}@media(max-width:767px){.bet-button{width:36px;height:36px;font-size:1.2rem}}.bet-button:hover:not(:disabled){background:linear-gradient(135deg,#f5f0ff,#ebe4ff);border-color:#a990d4}.bet-button:active:not(:disabled){background:#bbdefb}.bet-button:disabled{opacity:.3;cursor:not-allowed}.bet-input{flex:1;padding:.75rem;font-size:1.2rem;font-weight:600;text-align:center;border:2px solid #c9b6e4;border-radius:8px;background:#fff}@media(max-width:767px){.bet-input{padding:.5rem;font-size:1rem}}.bet-input:focus{outline:none;border-color:#a990d4;box-shadow:0 0 0 3px #c9b6e44d}.bet-input:disabled{opacity:.5;background:#f5f5f5}.bet-quick-buttons{display:flex;gap:.5rem}.quick-bet-button{flex:1;padding:.75rem 1rem;font-size:1rem;font-weight:600;background:#fff;color:#5a3e5a;border:2px solid #e8d9f5;border-radius:6px;cursor:pointer;transition:all .2s}@media(max-width:767px){.quick-bet-button{padding:.5rem .75rem;font-size:.875rem}}.quick-bet-button:hover:not(:disabled){background:#faf7ff;border-color:#c9b6e4}.quick-bet-button:active:not(:disabled){background:#f0ebff}.quick-bet-button:disabled{opacity:.5;cursor:not-allowed}.control-group input[type=number]{flex:1;padding:.5rem;font-size:1rem;border:2px solid #ddd;border-radius:6px}.guess-buttons{display:flex;gap:.5rem;flex:1}@media(max-width:767px){.guess-buttons{gap:.35rem}}.guess-button{flex:1;padding:.75rem 1.5rem;font-size:1.1rem;font-weight:700;background:#fff;border:3px solid #ccc;border-radius:8px;cursor:pointer;transition:all .2s}@media(max-width:767px){.guess-button{padding:.55rem 1rem;font-size:.95rem;border-width:2px}}.guess-button.lower{border-color:#ffb3ba;color:#d55f6a}.guess-button.lower:hover:not(:disabled){background:#ffe8eb;border-color:#ff9fa8}@media(hover:none){.guess-button.lower:hover:not(:disabled),.guess-button.lower:focus:not(:disabled),.guess-button.lower:active:not(:disabled){background:#fff;border-color:#ffb3ba;color:#d55f6a}.guess-button.lower:focus{outline:none}}.guess-button.lower.selected{background:linear-gradient(135deg,#ff6b9d,#ff4581)!important;color:#fff!important;border-color:#ff4581;border-width:3px;box-shadow:0 0 0 3px #ff6b9d66}.guess-button.higher{border-color:#a2d9c6;color:#4d9b7f}.guess-button.higher:hover:not(:disabled){background:#e0f5ed;border-color:#8bd4bb}@media(hover:none){.guess-button.higher:hover:not(:disabled),.guess-button.higher:focus:not(:disabled),.guess-button.higher:active:not(:disabled){background:#fff;border-color:#a2d9c6;color:#4d9b7f}.guess-button.higher:focus{outline:none}}.guess-button.higher.selected{background:linear-gradient(135deg,#51cf66,#37b24d)!important;color:#fff!important;border-color:#37b24d;border-width:3px;box-shadow:0 0 0 3px #51cf6666}.guess-button:disabled{opacity:.5;cursor:not-allowed}.commit-button{padding:1rem 3rem;font-size:1.2rem;font-weight:700;background:linear-gradient(135deg,#ffa6c1,#ffb7d5);color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .2s;box-shadow:0 4px 12px #ffa6c166}@media(max-width:767px){.commit-button{padding:.65rem 2rem;font-size:1rem}}.commit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px #ffa6c180}.commit-button:disabled{background:#ccc;cursor:not-allowed;box-shadow:none}.new-game-button:not(.status-bar .new-game-button){display:none}@media(max-width:600px){.app{padding:1rem}.app-header h1{font-size:2rem}.stan-image{max-width:150px}.game-container{padding:1rem}.status-bar{flex-direction:column;gap:.5rem}.control-group{flex-direction:column;align-items:flex-start}.guess-buttons{width:100%}}
