.dw-ce-game{--ink:#16324f;--deep:#0b3d3a;--gold:#f5bd45;--cream:#fff8e7;box-sizing:border-box;width:100%;max-width:1220px;margin:2rem auto;padding:clamp(1rem,3vw,2rem);border:5px solid #0b3d3a;border-radius:28px;background:#136b5c url('fundo-selva.svg') center/cover no-repeat;box-shadow:0 18px 50px rgba(8,48,45,.32);font-family:inherit;color:var(--ink);overflow:hidden}.dw-ce-start{max-width:760px;margin:0 auto;padding:clamp(1.4rem,4vw,3rem);border:4px solid var(--gold);border-radius:24px;background:linear-gradient(135deg,rgba(255,250,232,.98),rgba(255,237,181,.94));box-shadow:0 12px 25px rgba(8,48,45,.25)}.dw-ce-title-block{text-align:center}.dw-ce-title-block h2,.dw-ce-play-header h2{margin:0;color:var(--deep);font-size:clamp(2rem,5vw,3.4rem);font-weight:900;letter-spacing:-.04em;text-shadow:2px 3px 0 rgba(245,189,69,.8)}.dw-ce-title-block p,.dw-ce-play-header p{margin:.5rem 0;color:#42616b;font-weight:700}.dw-ce-start-form{display:grid;gap:1rem;max-width:520px;margin:1.6rem auto 0}.dw-ce-start-form label{display:grid;gap:.4rem;font-weight:800;color:var(--deep)}.dw-ce-start-form input,.dw-ce-start-form select{box-sizing:border-box;width:100%;padding:.8rem .9rem;border:3px solid #d9a834;border-radius:12px;background:#fffdf4;color:var(--ink);font:inherit;font-weight:600}.dw-ce-name-fields{display:grid;gap:.8rem}.dw-ce-primary,.dw-ce-secondary{border:0;border-radius:12px;padding:.8rem 1.15rem;font:inherit;font-weight:900;cursor:pointer;transition:transform .15s,box-shadow .15s}.dw-ce-primary{background:linear-gradient(135deg,#ef8c29,#d94e2e);color:#fff;box-shadow:0 4px 0 #9e321f,0 8px 14px rgba(115,42,25,.23)}.dw-ce-primary:hover,.dw-ce-primary:focus,.dw-ce-secondary:hover,.dw-ce-secondary:focus{transform:translateY(-2px)}.dw-ce-primary:active{transform:translateY(2px);box-shadow:0 2px 0 #9e321f}.dw-ce-secondary{background:#ffe5a4;color:var(--deep);box-shadow:0 3px 0 #c9942d}.dw-ce-play{padding:.3rem}.dw-ce-play-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;padding:0 .4rem}.dw-ce-layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:1.25rem;align-items:start}.dw-ce-board-area{min-width:0;padding:clamp(.5rem,2vw,1.1rem);border:5px solid #8c4e22;border-radius:22px;background:linear-gradient(135deg,#d58a37,#8c4e22);box-shadow:inset 0 0 0 3px #f4c76f,0 14px 26px rgba(8,48,45,.3)}.dw-ce-board{position:relative;display:grid;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(10,1fr);width:min(100%,780px);aspect-ratio:1;margin:0 auto;border:4px solid #5d321b;border-radius:10px;overflow:hidden;background:#f6db94;box-shadow:inset 0 0 18px rgba(93,50,27,.3)}.dw-ce-cell{position:relative;display:flex;align-items:flex-start;justify-content:flex-start;min-width:0;min-height:0;padding:clamp(.18rem,.45vw,.42rem);border:1px solid rgba(93,50,27,.24);font-size:clamp(.58rem,1.5vw,.98rem);font-weight:900;color:#4f301c;overflow:hidden}.dw-ce-cell.is-even{background:rgba(255,248,211,.88)}.dw-ce-cell.is-odd{background:rgba(242,203,113,.82)}.dw-ce-cell:nth-child(10n+1),.dw-ce-cell:nth-child(10n+3),.dw-ce-cell:nth-child(10n+5){background:rgba(255,227,137,.88)}.dw-ce-cell.is-finish{background:#b7e47e!important;color:#174b35;border:2px solid #40824e}.dw-ce-number{position:relative;z-index:7}.dw-ce-cell-art{position:absolute;z-index:4;right:2%;bottom:2%;width:44%;height:48%;object-fit:contain;pointer-events:none;filter:drop-shadow(1px 2px 1px rgba(40,25,10,.3))}.dw-ce-cell-art.is-ladder{width:52%;height:53%;right:0;bottom:0}.dw-ce-cell-art.is-snake{width:48%;height:56%;right:0;bottom:0}.dw-ce-piece{position:absolute;z-index:9;bottom:8%;left:calc(8% + (var(--piece-index) * 19%));display:grid;place-items:center;width:clamp(1.1rem,3vw,2rem);height:clamp(1.1rem,3vw,2rem);border:3px solid #fff;border-radius:50%;color:#fff;font-size:clamp(.55rem,1.2vw,.85rem);font-weight:900;box-shadow:0 2px 5px rgba(15,23,42,.45)}.dw-ce-controls{display:flex;align-items:center;justify-content:center;gap:1rem;margin:.9rem 0 .1rem}.dw-ce-die{display:grid;place-items:center;width:3.5rem;height:3.5rem;border:4px solid #5d321b;border-radius:14px;background:#fff8e7;color:#d94e2e;font-size:1.8rem;font-weight:900;box-shadow:0 4px 0 #c9942d}.dw-ce-roll:disabled{opacity:.55;cursor:not-allowed}.dw-ce-sidebar{padding:1.1rem;border:4px solid #d9a834;border-radius:20px;background:linear-gradient(160deg,rgba(255,250,232,.98),rgba(255,232,170,.96));box-shadow:0 10px 22px rgba(8,48,45,.22)}.dw-ce-art-panel{display:flex;justify-content:center;gap:.5rem;height:120px;margin:-.25rem 0 .85rem;overflow:hidden;border-bottom:2px dashed #d9a834}.dw-ce-art-card{position:relative;display:flex;align-items:end;justify-content:center;width:48%;height:118px;overflow:hidden}.dw-ce-art-card img{width:76px;height:110px;object-fit:contain}.dw-ce-art-card:first-child img{transform:rotate(-10deg)}.dw-ce-art-card:last-child img{transform:rotate(10deg)}.dw-ce-art-card span{position:absolute;bottom:2px;padding:.2rem .45rem;border-radius:7px;background:#16324f;color:#fff;font-size:.7rem;font-weight:900}.dw-ce-sidebar h3{margin:0 0 .75rem;color:var(--deep);font-size:1.4rem}.dw-ce-players{display:grid;gap:.55rem;margin:0;padding:0;list-style:none}.dw-ce-players li{display:flex;align-items:center;gap:.5rem;padding:.65rem .7rem;border:2px solid #e3bf62;border-radius:10px;background:#fffdf4}.dw-ce-players li.is-current{border-color:#ef8c29;background:#fff1c6;box-shadow:0 0 0 3px rgba(239,140,41,.22)}.dw-ce-players strong{margin-left:auto;color:var(--deep)}.dw-ce-player-dot{width:.9rem;height:.9rem;border-radius:50%;box-shadow:0 0 0 2px #fff,0 0 0 3px rgba(22,50,79,.25)}.dw-ce-legend{margin-top:1.1rem;padding-top:.8rem;border-top:2px dashed #d9a834;color:#57717a;font-size:.9rem;font-weight:700}.dw-ce-legend p{margin:.4rem 0}.dw-ce-legend-ladder{color:#9e5a1f;font-size:1.2rem}.dw-ce-legend-snake{color:#16805e;font-size:1.2rem}.dw-ce-message{min-height:1.5rem;margin:.85rem auto 0;padding:.5rem .9rem;border-radius:10px;background:rgba(255,248,231,.88);text-align:center;color:#14532d!important;font-weight:900}.dw-ce-play[hidden],.dw-ce-start[hidden]{display:none}@media (max-width:920px){.dw-ce-layout{grid-template-columns:1fr}.dw-ce-sidebar{display:grid;grid-template-columns:1fr 1fr;gap:1rem;align-items:start}.dw-ce-art-panel{grid-row:span 2;border:0;margin:0}.dw-ce-sidebar h3{margin-top:.2rem}}@media (max-width:560px){.dw-ce-game{margin:1rem auto;padding:.65rem;border-width:3px;border-radius:18px}.dw-ce-play-header{align-items:flex-start;flex-direction:column}.dw-ce-secondary{width:100%}.dw-ce-board-area{padding:.35rem;border-width:3px}.dw-ce-cell{padding:.16rem;font-size:clamp(.5rem,2.8vw,.76rem)}.dw-ce-controls{flex-wrap:wrap}.dw-ce-sidebar{display:block}.dw-ce-art-panel{height:86px}.dw-ce-art-card{height:84px}.dw-ce-art-card img{height:80px;width:58px}}

/* Tabuleiro ilustrado em estilo de jogo físico */
.dw-ce-board{border:7px solid #102f45;border-radius:2px;background:#f7d24b;box-shadow:0 0 0 5px #f7f1d0,0 12px 28px rgba(8,48,45,.35)}.dw-ce-cell{border:1px solid rgba(255,255,255,.45);font-size:clamp(.68rem,1.7vw,1.08rem);color:#102f45}.dw-ce-cell.tone-0{background:#f2a7c7!important}.dw-ce-cell.tone-1{background:#f51d49!important}.dw-ce-cell.tone-2{background:#ff8b08!important}.dw-ce-cell.tone-3{background:#ffd20a!important}.dw-ce-cell.tone-4{background:#85d300!important}.dw-ce-cell.tone-5{background:#bcd98e!important}.dw-ce-cell:nth-child(6n+1) .dw-ce-number,.dw-ce-cell:nth-child(6n+2) .dw-ce-number,.dw-ce-cell:nth-child(6n+3) .dw-ce-number{color:#102033}.dw-ce-cell.is-finish{background:#a34fc2!important;color:#111827;border:0}.dw-ce-routes{position:absolute;inset:0;z-index:5;width:100%;height:100%;pointer-events:none}.dw-ce-route-ladder line{stroke:#075985;stroke-linecap:round;stroke-linejoin:round;paint-order:stroke;stroke:#082f49}.dw-ce-route-ladder line:nth-child(odd){stroke:#1d4ed8}.dw-ce-route-snake{fill:none;stroke:#1e5b32;stroke-width:2.9;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(.35px .7px 0 #102033)}.dw-ce-snake-head{fill:#80b946;stroke:#102033;stroke-width:.65}.dw-ce-snake-head:after{content:''}.dw-ce-number{font-weight:1000;text-shadow:0 1px 0 rgba(255,255,255,.32)}.dw-ce-cell-art{display:none!important}.dw-ce-art-panel{background:rgba(255,255,255,.18);border-radius:12px}.dw-ce-board-area{background:linear-gradient(135deg,#c87928,#7b3f1d)}

.dw-ce-snake-outline{fill:none;stroke:#123c2d;stroke-width:5.1;stroke-linecap:round;stroke-linejoin:round}.dw-ce-route-snake{fill:none;stroke:#41a84e;stroke-width:3.7;stroke-linecap:round;stroke-linejoin:round}.dw-ce-snake-spot{fill:#17653b;stroke:#0e3b2b;stroke-width:.25}.dw-ce-snake-head{fill:#69bd55;stroke:#123c2d;stroke-width:.65}.dw-ce-snake-eye{fill:#111827;stroke:#fff;stroke-width:.35}.dw-ce-snake-tongue{fill:none;stroke:#e11d48;stroke-width:.42;stroke-linecap:round}
