:root{--cell-size: 80px;--board-bg: #222;--grid-line: #555;--p1-color: #ffb7b2;--p2-color: #e2f0cb}@media (max-width: 600px){:root{--cell-size: calc((100vw - 70px)/5) }body{align-items:flex-start;padding-top:20px}#app{padding:10px;width:100%;box-sizing:border-box;margin:0}.board{margin:0 auto;box-sizing:border-box}h1{font-size:1.8em;margin-bottom:.5rem}#game-header{flex-direction:column;gap:10px;margin-bottom:10px}}body{font-family:Inter,sans-serif;margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;background-image:url(/assets/background-MfnM6lV-.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;color:#f0f0f0}#app{max-width:1280px;margin:0 auto;text-align:center}#game-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:0 10px}#header-controls{display:flex;flex-direction:column;align-items:flex-end;gap:5px}h1{font-size:2em;margin:0;line-height:1.1;background:linear-gradient(to right,#ff8a00,#e52e71);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.board{display:grid;grid-template-columns:repeat(5,var(--cell-size));grid-template-rows:repeat(5,var(--cell-size));gap:4px;background:#0003;padding:10px;border-radius:8px;margin:20px auto}.cell{width:var(--cell-size);height:var(--cell-size);background-color:#2a2a2a4d;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:4px;position:relative;border:1px solid rgba(255,255,255,.1)}.cell.selected{box-shadow:inset 0 0 0 2px #ff0}.cell.valid-move:after{content:"";width:20px;height:20px;background-color:#00ff0080;border-radius:50%;position:absolute;z-index:10}.piece{width:100%;height:100%;padding:5px;box-sizing:border-box;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.5rem;transition:all .3s ease;color:#333}.piece{background:none;border:none;box-shadow:none;padding:0;overflow:visible}.piece img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(2px 4px 6px black);transition:filter .3s ease}.piece.P2 img{transform:rotate(180deg)}.piece.Burnt img{filter:brightness(.4) sepia(1) hue-rotate(-50deg) saturate(2) drop-shadow(0 0 2px black)}.piece.Charcoal img{filter:grayscale(1) brightness(.2) contrast(1.2) drop-shadow(0 0 1px gray)}.piece.Back img{opacity:.7}.piece.Back{border:2px dashed rgba(255,255,255,.5);border-radius:50%}#controls{margin-top:20px}button{padding:10px 20px;font-size:1rem;border-radius:8px;border:none;background-color:#646cff;color:#fff;cursor:pointer;transition:background-color .25s}button:hover{background-color:#535bf2}button:disabled{background-color:#555;cursor:not-allowed}.piece.P1{border:3px solid #646cff;box-shadow:0 0 5px #646cff}.piece.P2{border:3px solid #ff6464;box-shadow:0 0 5px #ff6464}.burn-indicator{position:absolute;bottom:-5px;right:-5px;width:20px;height:20px;border-radius:50%;border:2px solid white;z-index:10;box-shadow:0 2px 4px #00000080}.burn-indicator.edible{background-color:#4caf50;border-color:#fff;color:#fff;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700}.burn-indicator.Charcoal{background-color:#000;border-color:#555}#title-screen,#rules-screen{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000d9;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100;color:#fff;padding:20px;box-sizing:border-box}#title-screen h1{font-size:3rem;margin-bottom:2rem;text-shadow:0 0 10px rgba(255,138,0,.8)}.title-menu{display:flex;flex-direction:column;gap:15px;width:200px}.title-menu button{padding:15px;font-size:1.2rem}.rules-content{text-align:left;max-width:600px;line-height:1.6;margin-bottom:2rem;font-size:1.1rem}.small-btn{padding:5px 10px;font-size:.8rem;background-color:#555}#game-screen{width:100%;height:100%}
