:root{--bg-color:#1a1a24;--board-bg:#4a2e1b;--pit-bg:#0006;--text-color:#ecf0f1}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);-webkit-user-select:none;user-select:none;width:100vw;height:100dvh;padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom) 0;font-family:Inter,-apple-system,sans-serif;overflow:hidden}#app{flex-direction:column;align-items:center;width:100%;max-width:500px;height:100%;margin:0 auto;padding:10px;display:flex}.header{text-align:center;flex-shrink:0;margin-bottom:10px}h1{text-shadow:0 2px 10px #00000080;margin-bottom:5px;font-size:1.8rem}.turn-indicator{color:#f1c40f;text-transform:uppercase;letter-spacing:1px;background:#ffffff0d;border-radius:20px;padding:5px 15px;font-size:1.2rem;font-weight:800;box-shadow:0 2px 5px #0000004d}.board{box-sizing:border-box;background:linear-gradient(135deg,#7c4c2c,#4a2a16);border:4px solid #2a160a;border-radius:35px;flex-direction:column;flex:1;justify-content:space-between;width:100%;min-height:0;padding:15px;display:flex;box-shadow:inset 0 0 30px #000c,0 10px 30px #00000080}.player-label{text-align:center;opacity:.8;flex-shrink:0;height:20px;font-size:.95rem;font-weight:700;line-height:20px}.store-container{box-sizing:border-box;flex-direction:column;flex-shrink:0;justify-content:center;height:15%;display:flex}.store{background:var(--pit-bg);border-radius:20px;height:65%;position:relative;box-shadow:inset 0 8px 20px #000000e6}.pits-container{box-sizing:border-box;flex-shrink:0;grid-template-rows:repeat(6,1fr);grid-template-columns:1fr 1fr;align-items:center;gap:1% 35px;height:70%;padding:5px 25px;display:grid}.pit{background:var(--pit-bg);cursor:pointer;aspect-ratio:1;border-radius:50%;flex-shrink:0;min-width:0;max-width:100%;height:85%;min-height:0;margin:auto;transition:transform .2s,box-shadow .2s,background .3s;position:relative;box-shadow:inset 0 6px 12px #000c}.stones-container{pointer-events:none;flex-wrap:wrap;place-content:center;gap:2px;width:80%;height:80%;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.pit.valid:hover{background:#ffffff26;transform:scale(1.05);box-shadow:inset 0 6px 12px #000c,0 0 20px #ffffff4d}.pit.invalid{cursor:not-allowed}.stone{border-radius:50%;width:9px;height:9px;box-shadow:inset -2px -2px 4px #0009,0 2px 4px #00000080}.count{color:#ffffffe6;font-size:.9rem;font-weight:800;position:absolute}.pit-left .count{top:50%;left:-22px;transform:translateY(-50%)}.pit-right .count{top:50%;right:-22px;transform:translateY(-50%)}.store-top .count{bottom:-20px;left:50%;transform:translate(-50%)}.store-bottom .count{top:-20px;left:50%;transform:translate(-50%)}.overlay{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{text-align:center;background:linear-gradient(135deg,#34495e,#2c3e50);border:1px solid #fff3;border-radius:25px;width:90%;max-width:400px;padding:40px;box-shadow:0 25px 60px #0009}.modal h2{color:#f1c40f;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px;font-size:2.5rem}.modal p{margin-bottom:25px;font-size:1.2rem}.btn{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:40px;padding:15px 40px;font-size:1.3rem;font-weight:700;transition:background .3s,transform .2s;box-shadow:0 5px 15px #0000004d}.btn:hover{background:#2980b9;transform:translateY(-2px)}.rules-btn{top:env(safe-area-inset-top,15px);color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-top:15px;font-size:1.5rem;font-weight:700;display:flex;position:absolute;right:15px;box-shadow:0 2px 5px #0000004d}.rules-modal{max-height:80vh;padding:30px;overflow-y:auto}.rules-content{text-align:left;color:#ecf0f1;margin-bottom:25px;font-size:1rem;line-height:1.5}.rules-content li{margin-bottom:12px;margin-left:20px}.rules-content strong{color:#f1c40f}.footer{color:#ffffff80;text-align:center;flex-shrink:0;margin-top:10px;padding-bottom:5px;font-size:.8rem}@media (height<=750px){.store{border-radius:20px}h1{margin-bottom:2px;font-size:1.4rem}.header{margin-bottom:5px}.board{border-radius:30px;padding:10px}.pits-container{gap:2px 20px;padding:2px 10px}.pit{max-width:45px;max-height:45px;padding:2px}.stone{width:9px;height:9px;margin:1px}.store-container{margin-bottom:2px}.player-label{margin-bottom:2px;font-size:.9rem}.count{font-size:.9rem}}.settings-btn{top:env(safe-area-inset-top,15px);color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-top:15px;display:flex;position:absolute;left:15px;box-shadow:0 2px 5px #0000004d}.simulated-ad-banner{box-sizing:border-box;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a24f2;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;width:100%;max-width:500px;height:54px;padding:0 16px;font-family:inherit;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.ad-badge{color:#000;text-transform:uppercase;background:#f1c40f;border-radius:3px;flex-shrink:0;margin-right:8px;padding:2px 4px;font-size:.65rem;font-weight:800}.ad-text{color:#ecf0f1;white-space:nowrap;text-overflow:ellipsis;flex-grow:1;margin-right:12px;font-size:.8rem;overflow:hidden}.ad-action-btn{color:#fff;cursor:pointer;background:#3498db;border:none;border-radius:12px;flex-shrink:0;padding:6px 12px;font-size:.75rem;font-weight:700;transition:background .2s}.ad-action-btn:hover{background:#2980b9}.iap-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);justify-content:center;align-items:center;display:flex;background:#000000d9!important}.iap-modal{text-align:center;background:#1e1e2d!important;border:1px solid #ffffff26!important;width:90%!important;max-width:340px!important;padding:25px!important;box-shadow:0 15px 40px #000c!important}.iap-settings-card{text-align:left;background:#ffffff0a;border:1px dashed #ffffff26;border-radius:14px;margin:15px 0;padding:15px}.iap-settings-title{color:#f1c40f;align-items:center;gap:6px;margin-bottom:5px;font-weight:700;display:flex}.iap-settings-desc{color:#ffffffb3;margin-bottom:12px;font-size:.8rem;line-height:1.4}.iap-settings-actions{gap:10px;display:flex}.btn-iap{cursor:pointer;border:none;border-radius:8px;flex:1;padding:8px 12px;font-size:.85rem;font-weight:700;transition:all .2s}.btn-iap-buy{color:#fff;background:#2ecc71}.btn-iap-buy:hover{background:#27ae60}.btn-iap-restore{color:#ffffffb3;background:0 0;border:1px solid #fff3}.btn-iap-restore:hover{color:#fff;border-color:#fff6}.ad-spacer{flex-shrink:0;width:100%;height:70px}#app.has-ads{padding-bottom:75px}@media (width>=600px){#app{max-width:620px;padding:20px}h1{margin-bottom:8px;font-size:2.6rem}.turn-indicator{border-radius:30px;padding:8px 24px;font-size:1.5rem}.board{border-width:6px;border-radius:50px;padding:25px}.player-label{height:30px;font-size:1.5rem;line-height:30px}.store{border-radius:30px;gap:8px;padding:12px}.pits-container{gap:1% 60px;padding:15px 35px}.pit{gap:5px;padding:8px}.stone{width:15px;height:15px;box-shadow:inset -3px -3px 5px #0009,0 3px 5px #00000080}.count{font-size:1.3rem}.pit-left .count{left:-32px}.pit-right .count{right:-32px}.store-top .count{bottom:-28px}.store-bottom .count{top:-28px}.rules-btn,.settings-btn{width:50px;height:50px;margin-top:20px;font-size:1.8rem}.rules-btn{right:25px}.settings-btn{left:25px}.settings-btn svg{width:24px;height:24px}}
