.Themes-module__xvnAdq__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.Themes-module__xvnAdq__card{background:var(--bg-surface);border:3px solid var(--border-default);border-radius:16px;flex-direction:column;padding:1.5rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #00000014}.Themes-module__xvnAdq__card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001f}.Themes-module__xvnAdq__card.Themes-module__xvnAdq__owned{border-color:var(--color-success);background:linear-gradient(135deg, var(--bg-surface) 0%, var(--color-success-bg) 100%)}.Themes-module__xvnAdq__themeSummary{align-items:flex-start;gap:.85rem;margin-bottom:1rem;display:flex}.Themes-module__xvnAdq__themePreview{aspect-ratio:16/10;border:1px solid var(--shop-theme-border);background:var(--shop-theme-app);box-sizing:border-box;border-radius:10px;flex-direction:column;flex:0 0 clamp(104px,38%,132px);gap:4px;padding:6px;display:flex;box-shadow:0 2px 8px #0000001f}.Themes-module__xvnAdq__themePreviewBar{background:linear-gradient(90deg, var(--shop-theme-primary), var(--shop-theme-accent));border-radius:4px;flex-shrink:0;height:8px}.Themes-module__xvnAdq__themePreviewSurface{background:var(--shop-theme-surface);border-radius:7px;flex-direction:column;flex:1;justify-content:center;gap:5px;min-height:0;padding:6px;display:flex;position:relative}.Themes-module__xvnAdq__themePreviewLine,.Themes-module__xvnAdq__themePreviewLineShort{background:var(--shop-theme-text);opacity:.55;border-radius:2px;height:4px;display:block}.Themes-module__xvnAdq__themePreviewLine{width:72%}.Themes-module__xvnAdq__themePreviewLineShort{background:var(--shop-theme-muted);opacity:.82;width:44%}.Themes-module__xvnAdq__themePreviewDot{background:var(--shop-theme-accent);border-radius:50%;width:10px;height:10px;position:absolute;bottom:6px;right:6px}.Themes-module__xvnAdq__info{text-align:left;flex:1;min-width:0}.Themes-module__xvnAdq__nameRow{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.Themes-module__xvnAdq__itemName{color:var(--text-primary);margin:0 0 .5rem;font-size:1.2rem;font-weight:700;line-height:1.2}.Themes-module__xvnAdq__themeMode{border:1px solid color-mix(in srgb, var(--action-primary) 30%, var(--border-default));background:color-mix(in srgb, var(--action-primary) 9%, var(--bg-surface-elevated));color:var(--text-secondary);letter-spacing:.04em;text-transform:uppercase;border-radius:999px;flex:none;padding:.12rem .45rem;font-size:.64rem;font-weight:750;line-height:1.35}.Themes-module__xvnAdq__itemDescription{color:var(--text-secondary);margin:0;font-size:.92rem;line-height:1.4}.Themes-module__xvnAdq__footer{border-top:1px solid var(--border-default);margin-top:auto;padding-top:1rem}.Themes-module__xvnAdq__buyButton{color:#fff;cursor:pointer;background:#ff9800;border:none;border-radius:8px;width:100%;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}.Themes-module__xvnAdq__buyButton:hover:not(:disabled):not(.Themes-module__xvnAdq__cantAfford){background:#f57c00;transform:scale(1.03)}.Themes-module__xvnAdq__buyButton.Themes-module__xvnAdq__cantAfford{cursor:not-allowed}.Themes-module__xvnAdq__buyButton.Themes-module__xvnAdq__cantAfford:hover{background:#ff9800;transform:none}.Themes-module__xvnAdq__buyButton:disabled{opacity:.5;cursor:not-allowed}.Themes-module__xvnAdq__applyButton{background:var(--action-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;width:100%;padding:.65rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}.Themes-module__xvnAdq__applyButton:hover{filter:brightness(1.08)}.Themes-module__xvnAdq__appliedButton{background:var(--color-success);color:#fff;opacity:.9;cursor:not-allowed;border:none;border-radius:8px;width:100%;padding:.65rem 1.25rem;font-size:.95rem;font-weight:700}@media (max-width:768px){.Themes-module__xvnAdq__grid{grid-template-columns:1fr}}
.JungleGrid-module__kDhFtG__wrapper{--tile-w:clamp(72px, 8vw, 120px);--board-w:calc((var(--cols) + var(--rows)) * var(--tile-w) / 2);--board-h:calc((var(--cols) + var(--rows)) * var(--tile-w) / 4);--thickness:calc(var(--tile-w) * .55);width:100%;position:relative;overflow:auto visible}.JungleGrid-module__kDhFtG__stage{width:var(--board-w);padding-top:calc(var(--tile-w) * 1.55);padding-bottom:calc(var(--tile-w) * .55);margin:0 auto;position:relative}.JungleGrid-module__kDhFtG__driftGroup{width:var(--board-w);height:calc(var(--board-h) + var(--thickness));animation:14s ease-in-out infinite alternate JungleGrid-module__kDhFtG__jungle-island-drift;position:relative}.JungleGrid-module__kDhFtG__island{width:100%;height:100%;position:relative}.JungleGrid-module__kDhFtG__terrainLayer{opacity:0;pointer-events:none;transition:opacity .35s;position:absolute;inset:0}.JungleGrid-module__kDhFtG__wrapper[data-terrain=grass] .JungleGrid-module__kDhFtG__terrainLayer[data-variant=grass],.JungleGrid-module__kDhFtG__wrapper[data-terrain=moon] .JungleGrid-module__kDhFtG__terrainLayer[data-variant=moon],.JungleGrid-module__kDhFtG__wrapper[data-terrain=volcanic] .JungleGrid-module__kDhFtG__terrainLayer[data-variant=volcanic],.JungleGrid-module__kDhFtG__wrapper[data-terrain=wildflower] .JungleGrid-module__kDhFtG__terrainLayer[data-variant=wildflower],.JungleGrid-module__kDhFtG__wrapper[data-terrain=crystal] .JungleGrid-module__kDhFtG__terrainLayer[data-variant=crystal],.JungleGrid-module__kDhFtG__wrapper[data-terrain=mossy] .JungleGrid-module__kDhFtG__terrainLayer[data-variant=mossy],.JungleGrid-module__kDhFtG__wrapper[data-terrain=snowfield] .JungleGrid-module__kDhFtG__terrainLayer[data-variant=snowfield],.JungleGrid-module__kDhFtG__wrapper[data-terrain=desert] .JungleGrid-module__kDhFtG__terrainLayer[data-variant=desert],.JungleGrid-module__kDhFtG__wrapper[data-terrain=sky] .JungleGrid-module__kDhFtG__terrainLayer[data-variant=sky]{opacity:1}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=grass]{--terrain-surface:linear-gradient(160deg, #8bdb66 0%, #4fa838 55%, #3c8a2b 100%);--plot-edge:transparent;--plot-fill-a:transparent;--plot-fill-b:transparent;--rim-color:#fff6;--face-lip:#93d566;--face-shadow-line:#315f1e;--face-soil-1:#7a4d2c;--plant-shadow-color:#1c3a106b}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=moon]{--terrain-surface:linear-gradient(160deg, #eaedf4 0%, #bcc2d0 55%, #8e95a8 100%);--plot-edge:transparent;--plot-fill-a:transparent;--plot-fill-b:transparent;--rim-color:#ebf0ff80;--face-lip:#eef1f7;--face-shadow-line:#4d5263;--face-soil-1:#79808f;--plant-shadow-color:#0e101a73}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=volcanic]{--terrain-surface:linear-gradient(160deg, #3a3230 0%, #241d1b 55%, #171110 100%);--plot-edge:transparent;--plot-fill-a:transparent;--plot-fill-b:transparent;--rim-color:#ff783838;--face-lip:#4d413a;--face-shadow-line:#120d0b;--face-soil-1:#251c18;--plant-shadow-color:#0a05038c}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=wildflower]{--terrain-surface:linear-gradient(160deg, #b2ec7f 0%, #6cc24a 55%, #4f9e35 100%);--plot-edge:transparent;--plot-fill-a:transparent;--plot-fill-b:transparent;--rim-color:#ffffff80;--face-lip:#90d968;--face-shadow-line:#2f5c1d;--face-soil-1:#6e4a2c;--plant-shadow-color:#1e3e1266}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=crystal]{--terrain-surface:linear-gradient(160deg, #aff2c8 0%, #5ec98e 55%, #3fa374 100%);--plot-edge:transparent;--plot-fill-a:transparent;--plot-fill-b:transparent;--rim-color:#ffffff80;--face-lip:#a5ecc0;--face-shadow-line:#1f5e40;--face-soil-1:#77522f;--plant-shadow-color:#0e3a266b}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=mossy]{--terrain-surface:linear-gradient(160deg, #7fb757 0%, #4a8230 55%, #33601f 100%);--plot-edge:transparent;--plot-fill-a:transparent;--plot-fill-b:transparent;--rim-color:#deffbe4d;--face-lip:#6fa04a;--face-shadow-line:#24451a;--face-soil-1:#5d3f26;--plant-shadow-color:#0e240a80}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=snowfield]{--terrain-surface:linear-gradient(160deg, #fff 0%, #e3ecf6 55%, #c2d2e4 100%);--plot-edge:transparent;--plot-fill-a:transparent;--plot-fill-b:transparent;--rim-color:#bed8f58c;--face-lip:#f6fafe;--face-shadow-line:#54708f;--face-soil-1:#9db1c9;--plant-shadow-color:#344a6959}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=desert]{--terrain-surface:linear-gradient(160deg, #f7d98b 0%, #e2ab55 55%, #c8853a 100%);--plot-edge:transparent;--plot-fill-a:transparent;--plot-fill-b:transparent;--rim-color:#fff0be73;--face-lip:#edcd82;--face-shadow-line:#6e4418;--face-soil-1:#b5762f;--plant-shadow-color:#5c360e66}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=sky]{--terrain-surface:linear-gradient(160deg, #c4f0cd 0%, #82d3a0 55%, #5bb582 100%);--plot-edge:transparent;--plot-fill-a:transparent;--plot-fill-b:transparent;--rim-color:#ffffff8c;--face-lip:#aee6ba;--face-shadow-line:#3f5c78;--face-soil-1:#8e9db8;--plant-shadow-color:#1c402e59}.JungleGrid-module__kDhFtG__faceLeft,.JungleGrid-module__kDhFtG__faceRight{top:calc(var(--board-h) / 2);width:calc(var(--board-w) / 2);height:var(--thickness);background-image:linear-gradient(to bottom, var(--face-lip) 0%, var(--face-lip) 12%, var(--face-soil-1) 12%, var(--face-soil-1) 100%);position:absolute;overflow:hidden}.JungleGrid-module__kDhFtG__faceLeft{transform-origin:0 0;left:0;transform:skewY(26.5651deg)}.JungleGrid-module__kDhFtG__faceRight{left:calc(var(--board-w) / 2);transform-origin:100% 0;filter:brightness(.86);transform:skewY(-26.5651deg)}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=moon] .JungleGrid-module__kDhFtG__faceLeft,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=moon] .JungleGrid-module__kDhFtG__faceRight{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Cellipse cx='12' cy='16' rx='4.6' ry='3.4' fill='rgba(47,52,66,0.5)'/%3E%3Cpath d='M8 17.5 A5 3.6 0 0 0 16 17.5' stroke='rgba(255,255,255,0.3)' stroke-width='0.8' fill='none'/%3E%3Cellipse cx='38' cy='9' rx='3.4' ry='2.5' fill='rgba(47,52,66,0.45)'/%3E%3Cpath d='M35 10 A3.6 2.6 0 0 0 41 10' stroke='rgba(255,255,255,0.26)' stroke-width='0.7' fill='none'/%3E%3Cellipse cx='46' cy='36' rx='4' ry='3' fill='rgba(47,52,66,0.45)'/%3E%3Cpath d='M42.5 37.4 A4.2 3.1 0 0 0 49.5 37.4' stroke='rgba(255,255,255,0.28)' stroke-width='0.7' fill='none'/%3E%3Cellipse cx='20' cy='44' rx='2.8' ry='2.1' fill='rgba(47,52,66,0.4)'/%3E%3Cg fill='rgba(255,255,255,0.2)'%3E%3Ccircle cx='28' cy='26' r='0.8'/%3E%3Ccircle cx='7' cy='33' r='0.7'/%3E%3Ccircle cx='50' cy='18' r='0.7'/%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to bottom, var(--face-lip) 0%, var(--face-lip) 10%, var(--face-soil-1) 10%, var(--face-soil-1) 100%);background-position:0 0,0 0;background-repeat:repeat,no-repeat;background-size:56px 56px,100% 100%}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=moon] .JungleGrid-module__kDhFtG__faceRight{background-position:20px 12px,0 0}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=volcanic] .JungleGrid-module__kDhFtG__faceLeft,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=volcanic] .JungleGrid-module__kDhFtG__faceRight{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cg%3E%3Cpolygon points='8,14 15,10 18,17 10,20' fill='rgba(16,11,9,0.55)'/%3E%3Cpolygon points='40,8 47,6 49,13 42,15' fill='rgba(74,58,50,0.6)'/%3E%3Cpolygon points='24,38 32,34 35,42 26,45' fill='rgba(12,8,7,0.5)'/%3E%3Cpolygon points='52,44 58,40 61,48 54,51' fill='rgba(78,60,50,0.55)'/%3E%3Cpolygon points='10,52 16,49 18,56 11,58' fill='rgba(20,13,11,0.5)'/%3E%3C/g%3E%3Cpath d='M30 24 L38 27 L36 31' stroke='rgba(255,110,40,0.35)' stroke-width='1' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"), linear-gradient(to bottom, var(--face-lip) 0%, var(--face-lip) 8%, var(--face-soil-1) 8%, var(--face-soil-1) 100%);background-position:0 0,0 0;background-repeat:repeat,no-repeat;background-size:64px 64px,100% 100%}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=volcanic] .JungleGrid-module__kDhFtG__faceRight{background-position:22px 16px,0 0}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=grass] .JungleGrid-module__kDhFtG__faceLeft,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=grass] .JungleGrid-module__kDhFtG__faceRight,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=wildflower] .JungleGrid-module__kDhFtG__faceLeft,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=wildflower] .JungleGrid-module__kDhFtG__faceRight{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cg%3E%3Cellipse cx='10' cy='16' rx='4.2' ry='3' fill='rgba(169,116,74,0.85)'/%3E%3Cellipse cx='36' cy='9' rx='3.4' ry='2.5' fill='rgba(199,154,103,0.8)'/%3E%3Cellipse cx='50' cy='32' rx='4.6' ry='3.3' fill='rgba(138,95,60,0.8)'/%3E%3Cellipse cx='18' cy='44' rx='3.6' ry='2.6' fill='rgba(199,154,103,0.75)'/%3E%3Cellipse cx='44' cy='52' rx='3' ry='2.2' fill='rgba(169,116,74,0.8)'/%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to bottom, var(--face-shadow-line) 0%, var(--face-shadow-line) 8%, var(--face-soil-1) 8%, var(--face-soil-1) 100%);background-position:0 0,0 0;background-repeat:repeat,no-repeat;background-size:70px 70px,100% 100%}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=grass] .JungleGrid-module__kDhFtG__faceRight,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=wildflower] .JungleGrid-module__kDhFtG__faceRight{background-position:24px 14px,0 0}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=crystal] .JungleGrid-module__kDhFtG__faceLeft,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=crystal] .JungleGrid-module__kDhFtG__faceRight{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='66' height='66'%3E%3Cellipse cx='34' cy='30' rx='3.4' ry='2.4' fill='rgba(169,116,74,0.8)'/%3E%3Cellipse cx='8' cy='46' rx='2.8' ry='2' fill='rgba(138,95,60,0.75)'/%3E%3Cellipse cx='56' cy='12' rx='2.6' ry='1.9' fill='rgba(199,154,103,0.7)'/%3E%3Cpolygon points='14,14 19,20 14,26 9,20' fill='rgba(168,120,242,0.9)'/%3E%3Cpolygon points='9,20 19,20 14,26' fill='rgba(0,0,0,0.18)'/%3E%3Ccircle cx='12.6' cy='17.6' r='0.9' fill='rgba(255,255,255,0.8)'/%3E%3Cpolygon points='44,6 48,11 44,16 40,11' fill='rgba(98,212,240,0.9)'/%3E%3Cpolygon points='40,11 48,11 44,16' fill='rgba(0,0,0,0.16)'/%3E%3Ccircle cx='42.8' cy='9' r='0.8' fill='rgba(255,255,255,0.8)'/%3E%3Cpolygon points='52,38 57,44 52,50 47,44' fill='rgba(244,135,192,0.9)'/%3E%3Cpolygon points='47,44 57,44 52,50' fill='rgba(0,0,0,0.16)'/%3E%3Ccircle cx='50.6' cy='41.6' r='0.9' fill='rgba(255,255,255,0.8)'/%3E%3Cpolygon points='24,52 27,56 24,60 21,56' fill='rgba(247,196,83,0.9)'/%3E%3Ccircle cx='23' cy='54.4' r='0.7' fill='rgba(255,255,255,0.75)'/%3E%3C/svg%3E"), linear-gradient(to bottom, var(--face-shadow-line) 0%, var(--face-shadow-line) 8%, var(--face-soil-1) 8%, var(--face-soil-1) 100%);background-position:0 0,0 0;background-repeat:repeat,no-repeat;background-size:66px 66px,100% 100%}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=crystal] .JungleGrid-module__kDhFtG__faceRight{background-position:26px 12px,0 0}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=mossy] .JungleGrid-module__kDhFtG__faceLeft,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=mossy] .JungleGrid-module__kDhFtG__faceRight{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M18 0 C16 12 23 20 20 34 C18 45 22 56 20 68' stroke='rgba(96,62,34,0.85)' stroke-width='2.6'/%3E%3Cpath d='M17 1 C15.4 11 21 19 19 30' stroke='rgba(163,116,74,0.55)' stroke-width='1'/%3E%3Cpath d='M20 30 C25 33 28 38 27 44' stroke='rgba(96,62,34,0.7)' stroke-width='1.4'/%3E%3Cpath d='M52 0 C55 11 48 22 52 36 C55 47 50 58 52 72' stroke='rgba(85,54,30,0.85)' stroke-width='2.2'/%3E%3Cpath d='M51 2 C53.4 10 48.5 20 51 30' stroke='rgba(163,116,74,0.5)' stroke-width='0.9'/%3E%3Cpath d='M52 40 C47 44 45 49 46 54' stroke='rgba(85,54,30,0.6)' stroke-width='1.2'/%3E%3C/g%3E%3Cellipse cx='36' cy='54' rx='4' ry='3' fill='rgba(148,152,132,0.85)'/%3E%3Cpath d='M33 52.4 A4.4 3.3 0 0 1 39 52.2' stroke='rgba(255,255,255,0.3)' stroke-width='0.8' fill='none'/%3E%3Cellipse cx='9' cy='60' rx='3' ry='2.2' fill='rgba(122,126,108,0.8)'/%3E%3Cellipse cx='63' cy='24' rx='2.6' ry='2' fill='rgba(138,142,120,0.75)'/%3E%3C/svg%3E"), linear-gradient(to bottom, var(--face-shadow-line) 0%, var(--face-shadow-line) 8%, var(--face-soil-1) 8%, var(--face-soil-1) 100%);background-position:0 0,0 0;background-repeat:repeat,no-repeat;background-size:72px 72px,100% 100%}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=mossy] .JungleGrid-module__kDhFtG__faceRight{background-position:30px 0,0 0}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=snowfield] .JungleGrid-module__kDhFtG__faceLeft,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=snowfield] .JungleGrid-module__kDhFtG__faceRight{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Cellipse cx='12' cy='18' rx='3.6' ry='2.6' fill='rgba(116,138,168,0.55)'/%3E%3Cellipse cx='40' cy='40' rx='3' ry='2.2' fill='rgba(116,138,168,0.5)'/%3E%3Cpolygon points='30,8 34,12 30,16 26,12' fill='rgba(214,236,255,0.9)'/%3E%3Cpolygon points='26,12 34,12 30,16' fill='rgba(70,100,140,0.3)'/%3E%3Ccircle cx='29' cy='10.6' r='0.8' fill='rgba(255,255,255,0.85)'/%3E%3Cpolygon points='52,24 55,27.5 52,31 49,27.5' fill='rgba(200,228,252,0.85)'/%3E%3Ccircle cx='51.2' cy='25.8' r='0.6' fill='rgba(255,255,255,0.8)'/%3E%3Cpolygon points='14,46 17,49.5 14,53 11,49.5' fill='rgba(214,236,255,0.85)'/%3E%3Cg fill='rgba(255,255,255,0.35)'%3E%3Ccircle cx='22' cy='30' r='0.8'/%3E%3Ccircle cx='48' cy='52' r='0.7'/%3E%3Ccircle cx='6' cy='34' r='0.7'/%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to bottom, var(--face-shadow-line) 0%, var(--face-shadow-line) 8%, var(--face-soil-1) 8%, var(--face-soil-1) 100%);background-position:0 0,0 0;background-repeat:repeat,no-repeat;background-size:60px 60px,100% 100%}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=snowfield] .JungleGrid-module__kDhFtG__faceRight{background-position:24px 14px,0 0}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=desert] .JungleGrid-module__kDhFtG__faceLeft,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=desert] .JungleGrid-module__kDhFtG__faceRight{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Cg%3E%3Cellipse cx='10' cy='15' rx='4' ry='2.8' fill='rgba(122,74,26,0.5)'/%3E%3Cellipse cx='34' cy='8' rx='3.2' ry='2.3' fill='rgba(178,124,58,0.55)'/%3E%3Cellipse cx='47' cy='30' rx='4.2' ry='3' fill='rgba(104,62,22,0.5)'/%3E%3Cellipse cx='17' cy='41' rx='3.4' ry='2.4' fill='rgba(178,124,58,0.5)'/%3E%3Cellipse cx='41' cy='49' rx='2.8' ry='2' fill='rgba(122,74,26,0.5)'/%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to bottom, var(--face-lip) 0%, var(--face-lip) 6%, #7a4c20 6%, #7a4c20 10%, #c08a3e 10%, #c08a3e 42%, #a9702c 42%, #a9702c 72%, #8f5c24 72%, #8f5c24 100%);background-position:0 0,0 0;background-repeat:repeat,no-repeat;background-size:56px 56px,100% 100%}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=desert] .JungleGrid-module__kDhFtG__faceRight{background-position:22px 12px,0 0}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=sky] .JungleGrid-module__kDhFtG__faceLeft,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=sky] .JungleGrid-module__kDhFtG__faceRight{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cg%3E%3Cpolygon points='8,16 15,12 18,19 10,22' fill='rgba(58,76,102,0.45)'/%3E%3Cpolygon points='40,30 47,27 49,34 42,36' fill='rgba(178,192,214,0.5)'/%3E%3Cpolygon points='26,48 33,44 36,52 28,55' fill='rgba(58,76,102,0.4)'/%3E%3Cpolygon points='54,10 59,7 61,14 55,16' fill='rgba(178,192,214,0.45)'/%3E%3C/g%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M22 0 C20 10 26 18 23 30 C21 38 24 44 22 50' stroke='rgba(78,140,92,0.75)' stroke-width='1.6'/%3E%3Cpath d='M50 0 C52 8 48 14 50 22' stroke='rgba(78,140,92,0.6)' stroke-width='1.2'/%3E%3C/g%3E%3Cg fill='rgba(120,190,130,0.85)'%3E%3Ccircle cx='24.8' cy='12' r='1.3'/%3E%3Ccircle cx='21.6' cy='24' r='1.2'/%3E%3Ccircle cx='24' cy='40' r='1.2'/%3E%3Ccircle cx='48.6' cy='10' r='1.1'/%3E%3Ccircle cx='50.4' cy='19' r='1'/%3E%3C/g%3E%3C/svg%3E"), linear-gradient(to bottom, var(--face-shadow-line) 0%, var(--face-shadow-line) 8%, var(--face-soil-1) 8%, var(--face-soil-1) 100%);background-position:0 0,0 0;background-repeat:repeat,no-repeat;background-size:64px 64px,100% 100%}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=sky] .JungleGrid-module__kDhFtG__faceRight{background-position:28px 0,0 0}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=grass] .JungleGrid-module__kDhFtG__faceLeft:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=grass] .JungleGrid-module__kDhFtG__faceRight:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=wildflower] .JungleGrid-module__kDhFtG__faceLeft:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=wildflower] .JungleGrid-module__kDhFtG__faceRight:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=crystal] .JungleGrid-module__kDhFtG__faceLeft:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=crystal] .JungleGrid-module__kDhFtG__faceRight:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=mossy] .JungleGrid-module__kDhFtG__faceLeft:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=mossy] .JungleGrid-module__kDhFtG__faceRight:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=snowfield] .JungleGrid-module__kDhFtG__faceLeft:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=snowfield] .JungleGrid-module__kDhFtG__faceRight:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=sky] .JungleGrid-module__kDhFtG__faceLeft:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=sky] .JungleGrid-module__kDhFtG__faceRight:before{content:"";background:var(--face-lip);clip-path:polygon(0% 0%,100% 0%,100% 55%,92% 100%,84% 58%,76% 100%,68% 56%,60% 100%,52% 54%,44% 100%,36% 58%,28% 100%,20% 54%,12% 100%,4% 60%,0% 100%);height:16px;position:absolute;top:0;left:0;right:0}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=grass] .JungleGrid-module__kDhFtG__faceRight:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=wildflower] .JungleGrid-module__kDhFtG__faceRight:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=crystal] .JungleGrid-module__kDhFtG__faceRight:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=mossy] .JungleGrid-module__kDhFtG__faceRight:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=snowfield] .JungleGrid-module__kDhFtG__faceRight:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=sky] .JungleGrid-module__kDhFtG__faceRight:before{clip-path:polygon(0% 0%,100% 0%,100% 100%,96% 60%,88% 100%,80% 54%,72% 100%,64% 58%,56% 100%,48% 54%,40% 100%,32% 56%,24% 100%,16% 58%,8% 100%,0% 55%)}.JungleGrid-module__kDhFtG__topFace{width:var(--board-w);height:var(--board-h);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background:var(--terrain-surface);box-shadow:inset 0 0 0 2px var(--rim-color);position:absolute;top:0;left:0}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=moon] .JungleGrid-module__kDhFtG__topFace{background: radial-gradient(ellipse 6% 6% at 24% 28%, #181b2680 0%, #181b2652 55%, transparent 72%), radial-gradient(ellipse 7% 7% at 25.2% 31%, #ffffff8c 0%, #ffffff2e 55%, transparent 72%),  radial-gradient(ellipse 4.5% 4.5% at 70% 20%, #181b2675 0%, #181b2647 55%, transparent 72%), radial-gradient(ellipse 5.3% 5.3% at 71% 22.4%, #ffffff80 0%, #ffffff29 55%, transparent 72%),  radial-gradient(ellipse 5% 5% at 55% 64%, #181b2670 0%, #181b2642 55%, transparent 72%), radial-gradient(ellipse 5.8% 5.8% at 56% 66.6%, #ffffff7a 0%, #ffffff29 55%, transparent 72%),  radial-gradient(ellipse 3% 3% at 41% 45%, #181b2670 0%, #181b2642 55%, transparent 74%), radial-gradient(ellipse 3.6% 3.6% at 41.7% 46.7%, #ffffff70 0%, transparent 72%),  radial-gradient(ellipse 20% 15% at 64% 42%, #30364a38 0%, transparent 70%), radial-gradient(ellipse 16% 12% at 32% 60%, #30364a2e 0%, transparent 70%),  radial-gradient(ellipse 55% 45% at 30% 18%, #bed6ff33 0%, transparent 60%),  url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='46' height='46'%3E%3Cg fill='rgba(38,42,58,0.2)'%3E%3Ccircle cx='5' cy='9' r='1.3'/%3E%3Ccircle cx='19' cy='3' r='0.8'/%3E%3Ccircle cx='31' cy='11' r='1.6'/%3E%3Ccircle cx='42' cy='6' r='0.7'/%3E%3Ccircle cx='11' cy='22' r='0.9'/%3E%3Ccircle cx='38' cy='27' r='1.2'/%3E%3Ccircle cx='7' cy='38' r='1.5'/%3E%3Ccircle cx='25' cy='33' r='0.7'/%3E%3Ccircle cx='33' cy='43' r='1'/%3E%3C/g%3E%3Cg fill='rgba(255,255,255,0.24)'%3E%3Ccircle cx='14' cy='13' r='0.8'/%3E%3Ccircle cx='27' cy='20' r='0.6'/%3E%3Ccircle cx='44' cy='36' r='0.8'/%3E%3Ccircle cx='18' cy='42' r='0.7'/%3E%3C/g%3E%3C/svg%3E") 0 0 / 46px 46px repeat, var(--terrain-surface)}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=volcanic] .JungleGrid-module__kDhFtG__topFace{background:radial-gradient(ellipse 55% 45% at 32% 20%, #ffffff0d 0%, transparent 60%), url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34'%3E%3Cg fill='rgba(0,0,0,0.3)'%3E%3Ccircle cx='7' cy='9' r='1.3'/%3E%3Ccircle cx='22' cy='5' r='1'/%3E%3Ccircle cx='14' cy='19' r='1.5'/%3E%3Ccircle cx='28' cy='24' r='1.1'/%3E%3Ccircle cx='5' cy='28' r='1.2'/%3E%3C/g%3E%3Cg fill='rgba(255,196,150,0.07)'%3E%3Ccircle cx='11' cy='13' r='0.9'/%3E%3Ccircle cx='26' cy='12' r='0.8'/%3E%3Ccircle cx='18' cy='29' r='0.9'/%3E%3C/g%3E%3C/svg%3E") 0 0 / 34px 34px repeat, var(--terrain-surface)}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=volcanic] .JungleGrid-module__kDhFtG__topFace:before{content:"";background:radial-gradient(4.5% 4.5% at 37% 61%,#fff0aafa 0%,#ffa034f2 40%,#e04210e6 68%,#3c1208d9 82%,#0000 86%),radial-gradient(9% 9% at 37% 61%,#ff6e1e47 0%,#0000 70%),radial-gradient(3.2% 3.2% at 66% 36%,#ffe496f2 0%,#ff9430e6 42%,#d63c0ed9 70%,#3c1208cc 84%,#0000 88%),radial-gradient(7% 7% at 66% 36%,#ff6e1e3d 0%,#0000 70%),radial-gradient(46% 46% at 50% 55%,#ff50162e 0%,#0000 70%);animation:7.5s ease-in-out infinite alternate JungleGrid-module__kDhFtG__jungle-lava-molten;position:absolute;inset:0}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=volcanic] .JungleGrid-module__kDhFtG__topFace:after{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='112' height='112'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M0 34 L16 40 L30 32 L44 44' stroke='rgba(255,84,24,0.15)' stroke-width='4'/%3E%3Cpath d='M0 34 L16 40 L30 32 L44 44' stroke='rgba(255,150,70,0.45)' stroke-width='1.2'/%3E%3Cpath d='M92 28 L104 36 L112 34' stroke='rgba(255,84,24,0.14)' stroke-width='4'/%3E%3Cpath d='M92 28 L104 36 L112 34' stroke='rgba(255,140,64,0.42)' stroke-width='1.2'/%3E%3Cpath d='M58 0 L52 14 L60 26' stroke='rgba(255,84,24,0.14)' stroke-width='3.6'/%3E%3Cpath d='M58 0 L52 14 L60 26' stroke='rgba(255,150,70,0.4)' stroke-width='1.1'/%3E%3Cpath d='M66 96 L58 112' stroke='rgba(255,84,24,0.14)' stroke-width='3.6'/%3E%3Cpath d='M66 96 L58 112' stroke='rgba(255,150,70,0.4)' stroke-width='1.1'/%3E%3Cpath d='M26 58 L38 66 L34 82' stroke='rgba(255,84,24,0.15)' stroke-width='4'/%3E%3Cpath d='M26 58 L38 66 L34 82' stroke='rgba(255,160,80,0.45)' stroke-width='1.2'/%3E%3Cpath d='M38 66 L50 62' stroke='rgba(255,84,24,0.13)' stroke-width='3.2'/%3E%3Cpath d='M38 66 L50 62' stroke='rgba(255,150,70,0.38)' stroke-width='1'/%3E%3Cpath d='M84 78 L92 88' stroke='rgba(255,84,24,0.12)' stroke-width='3'/%3E%3Cpath d='M84 78 L92 88' stroke='rgba(255,150,70,0.35)' stroke-width='1'/%3E%3C/g%3E%3Ccircle cx='38' cy='66' r='3' fill='rgba(255,90,30,0.25)'/%3E%3Ccircle cx='38' cy='66' r='1.2' fill='rgba(255,170,90,0.6)'/%3E%3Ccircle cx='16' cy='40' r='2.6' fill='rgba(255,90,30,0.22)'/%3E%3Ccircle cx='16' cy='40' r='1.1' fill='rgba(255,170,90,0.55)'/%3E%3C/svg%3E") 0 0/112px 112px;animation:6.5s ease-in-out infinite JungleGrid-module__kDhFtG__jungle-ember-flicker;position:absolute;inset:0}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=wildflower] .JungleGrid-module__kDhFtG__topFace{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52'%3E%3Cg fill='rgba(255,216,74,0.95)'%3E%3Ccircle cx='11' cy='9.4' r='1.7'/%3E%3Ccircle cx='13.6' cy='12' r='1.7'/%3E%3Ccircle cx='11' cy='14.6' r='1.7'/%3E%3Ccircle cx='8.4' cy='12' r='1.7'/%3E%3C/g%3E%3Ccircle cx='11' cy='12' r='1.2' fill='rgba(224,150,32,1)'/%3E%3Cg fill='rgba(255,255,255,0.95)'%3E%3Ccircle cx='36' cy='6.4' r='1.6'/%3E%3Ccircle cx='38.6' cy='9' r='1.6'/%3E%3Ccircle cx='36' cy='11.6' r='1.6'/%3E%3Ccircle cx='33.4' cy='9' r='1.6'/%3E%3C/g%3E%3Ccircle cx='36' cy='9' r='1.1' fill='rgba(255,205,92,1)'/%3E%3Cg fill='rgba(255,158,199,0.95)'%3E%3Ccircle cx='22' cy='33.4' r='1.7'/%3E%3Ccircle cx='24.6' cy='36' r='1.7'/%3E%3Ccircle cx='22' cy='38.6' r='1.7'/%3E%3Ccircle cx='19.4' cy='36' r='1.7'/%3E%3C/g%3E%3Ccircle cx='22' cy='36' r='1.2' fill='rgba(214,84,140,1)'/%3E%3Cg fill='rgba(255,255,255,0.9)'%3E%3Ccircle cx='45' cy='40.9' r='1.4'/%3E%3Ccircle cx='47.1' cy='43' r='1.4'/%3E%3Ccircle cx='45' cy='45.1' r='1.4'/%3E%3Ccircle cx='42.9' cy='43' r='1.4'/%3E%3C/g%3E%3Ccircle cx='45' cy='43' r='1' fill='rgba(255,205,92,1)'/%3E%3Cg fill='rgba(255,222,92,0.9)'%3E%3Ccircle cx='42' cy='19.9' r='1.3'/%3E%3Ccircle cx='44.1' cy='22' r='1.3'/%3E%3Ccircle cx='42' cy='24.1' r='1.3'/%3E%3Ccircle cx='39.9' cy='22' r='1.3'/%3E%3C/g%3E%3Ccircle cx='42' cy='22' r='0.9' fill='rgba(226,152,34,1)'/%3E%3C/svg%3E") 0 0 / 52px 52px repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cg stroke='rgba(255,255,255,0.28)' stroke-width='1.4' stroke-linecap='round'%3E%3Cline x1='4' y1='30' x2='6' y2='21'/%3E%3Cline x1='15' y1='35' x2='17' y2='25'/%3E%3Cline x1='27' y1='11' x2='29' y2='3'/%3E%3Cline x1='35' y1='25' x2='38' y2='16'/%3E%3Cline x1='21' y1='19' x2='23' y2='11'/%3E%3C/g%3E%3C/svg%3E") 0 0 / 40px 40px repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg fill='rgba(24,72,18,0.25)'%3E%3Ccircle cx='6' cy='8' r='1.4'/%3E%3Ccircle cx='22' cy='5' r='1.1'/%3E%3Ccircle cx='14' cy='20' r='1.6'/%3E%3Ccircle cx='27' cy='24' r='1.2'/%3E%3Ccircle cx='4' cy='27' r='1.3'/%3E%3C/g%3E%3C/svg%3E") 10px 6px / 32px 32px repeat, radial-gradient(closest-side at 50% 50%, transparent 60%, #1e481661 100%), radial-gradient(120% 90% at 50% 32%, #ffffff38 0%, transparent 60%), var(--terrain-surface)}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=grass] .JungleGrid-module__kDhFtG__topFace{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cg stroke='rgba(255,255,255,0.32)' stroke-width='1.4' stroke-linecap='round'%3E%3Cline x1='4' y1='30' x2='6' y2='21'/%3E%3Cline x1='15' y1='35' x2='17' y2='25'/%3E%3Cline x1='27' y1='11' x2='29' y2='3'/%3E%3Cline x1='35' y1='25' x2='38' y2='16'/%3E%3Cline x1='21' y1='19' x2='23' y2='11'/%3E%3C/g%3E%3C/svg%3E") 0 0 / 40px 40px repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg fill='rgba(20,55,15,0.3)'%3E%3Ccircle cx='6' cy='8' r='1.4'/%3E%3Ccircle cx='22' cy='5' r='1.1'/%3E%3Ccircle cx='14' cy='20' r='1.6'/%3E%3Ccircle cx='27' cy='24' r='1.2'/%3E%3Ccircle cx='4' cy='27' r='1.3'/%3E%3C/g%3E%3C/svg%3E") 10px 6px / 32px 32px repeat, radial-gradient(120% 90% at 50% 32%, #ffffff3d 0%, transparent 60%), var(--terrain-surface)}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=crystal] .JungleGrid-module__kDhFtG__topFace{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cellipse cx='12' cy='20.4' rx='5' ry='1.5' fill='rgba(16,64,40,0.28)'/%3E%3Cpolygon points='12,9 9.6,13 10.4,20 12,20' fill='%23d8b4ff'/%3E%3Cpolygon points='12,9 14.4,13 13.6,20 12,20' fill='%23a878f2'/%3E%3Cpolygon points='16,14 17.8,16.5 17,20 15.4,20' fill='%23b08cf5'/%3E%3Ccircle cx='11.2' cy='11.5' r='0.7' fill='rgba(255,255,255,0.9)'/%3E%3Cellipse cx='40' cy='36.4' rx='5' ry='1.5' fill='rgba(16,64,40,0.28)'/%3E%3Cpolygon points='40,25 37.6,29 38.4,36 40,36' fill='%23c2f4ff'/%3E%3Cpolygon points='40,25 42.4,29 41.6,36 40,36' fill='%2366d5f2'/%3E%3Cpolygon points='44,30 45.8,32.5 45,36 43.4,36' fill='%2386e0f6'/%3E%3Ccircle cx='39.2' cy='27.5' r='0.7' fill='rgba(255,255,255,0.9)'/%3E%3Cellipse cx='22' cy='54.4' rx='5' ry='1.5' fill='rgba(16,64,40,0.28)'/%3E%3Cpolygon points='22,43 19.6,47 20.4,54 22,54' fill='%23ffd0e6'/%3E%3Cpolygon points='22,43 24.4,47 23.6,54 22,54' fill='%23f487c0'/%3E%3Cpolygon points='26,48 27.8,50.5 27,54 25.4,54' fill='%23f8a6d0'/%3E%3Ccircle cx='21.2' cy='45.5' r='0.7' fill='rgba(255,255,255,0.9)'/%3E%3Cellipse cx='52' cy='60.4' rx='5' ry='1.5' fill='rgba(16,64,40,0.28)'/%3E%3Cpolygon points='52,49 49.6,53 50.4,60 52,60' fill='%23ffeab0'/%3E%3Cpolygon points='52,49 54.4,53 53.6,60 52,60' fill='%23f7c453'/%3E%3Cpolygon points='56,54 57.8,56.5 57,60 55.4,60' fill='%23fbd679'/%3E%3Ccircle cx='51.2' cy='51.5' r='0.7' fill='rgba(255,255,255,0.9)'/%3E%3Cellipse cx='57' cy='14.3' rx='3' ry='1' fill='rgba(16,64,40,0.25)'/%3E%3Cpolygon points='57,7 55.4,9.6 56,14 57,14' fill='%23c4f8d4'/%3E%3Cpolygon points='57,7 58.6,9.6 58,14 57,14' fill='%235fd98a'/%3E%3Ccircle cx='56.5' cy='8.6' r='0.5' fill='rgba(255,255,255,0.85)'/%3E%3C/svg%3E") 0 0 / 64px 64px repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='64'%3E%3Cellipse cx='12' cy='20.4' rx='5' ry='1.5' fill='rgba(16,64,40,0.28)'/%3E%3Cpolygon points='12,9 9.6,13 10.4,20 12,20' fill='%23d8b4ff'/%3E%3Cpolygon points='12,9 14.4,13 13.6,20 12,20' fill='%23a878f2'/%3E%3Cpolygon points='16,14 17.8,16.5 17,20 15.4,20' fill='%23b08cf5'/%3E%3Ccircle cx='11.2' cy='11.5' r='0.7' fill='rgba(255,255,255,0.9)'/%3E%3Cellipse cx='40' cy='36.4' rx='5' ry='1.5' fill='rgba(16,64,40,0.28)'/%3E%3Cpolygon points='40,25 37.6,29 38.4,36 40,36' fill='%23c2f4ff'/%3E%3Cpolygon points='40,25 42.4,29 41.6,36 40,36' fill='%2366d5f2'/%3E%3Cpolygon points='44,30 45.8,32.5 45,36 43.4,36' fill='%2386e0f6'/%3E%3Ccircle cx='39.2' cy='27.5' r='0.7' fill='rgba(255,255,255,0.9)'/%3E%3Cellipse cx='22' cy='54.4' rx='5' ry='1.5' fill='rgba(16,64,40,0.28)'/%3E%3Cpolygon points='22,43 19.6,47 20.4,54 22,54' fill='%23ffd0e6'/%3E%3Cpolygon points='22,43 24.4,47 23.6,54 22,54' fill='%23f487c0'/%3E%3Cpolygon points='26,48 27.8,50.5 27,54 25.4,54' fill='%23f8a6d0'/%3E%3Ccircle cx='21.2' cy='45.5' r='0.7' fill='rgba(255,255,255,0.9)'/%3E%3Cellipse cx='52' cy='60.4' rx='5' ry='1.5' fill='rgba(16,64,40,0.28)'/%3E%3Cpolygon points='52,49 49.6,53 50.4,60 52,60' fill='%23ffeab0'/%3E%3Cpolygon points='52,49 54.4,53 53.6,60 52,60' fill='%23f7c453'/%3E%3Cpolygon points='56,54 57.8,56.5 57,60 55.4,60' fill='%23fbd679'/%3E%3Ccircle cx='51.2' cy='51.5' r='0.7' fill='rgba(255,255,255,0.9)'/%3E%3Cellipse cx='57' cy='14.3' rx='3' ry='1' fill='rgba(16,64,40,0.25)'/%3E%3Cpolygon points='57,7 55.4,9.6 56,14 57,14' fill='%23c4f8d4'/%3E%3Cpolygon points='57,7 58.6,9.6 58,14 57,14' fill='%235fd98a'/%3E%3Ccircle cx='56.5' cy='8.6' r='0.5' fill='rgba(255,255,255,0.85)'/%3E%3C/svg%3E") 30px 22px / 44px 44px repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52'%3E%3Cg fill='rgba(255,255,255,0.5)'%3E%3Cpolygon points='10,6 11.3,9 10,12 8.7,9'/%3E%3Cpolygon points='38,20 39.1,22.4 38,24.8 36.9,22.4'/%3E%3Cpolygon points='20,36 21.2,38.8 20,41.6 18.8,38.8'/%3E%3Cpolygon points='44,44 45,46.2 44,48.4 43,46.2'/%3E%3C/g%3E%3Cg fill='rgba(255,255,255,0.3)'%3E%3Ccircle cx='28' cy='10' r='0.8'/%3E%3Ccircle cx='8' cy='26' r='0.7'/%3E%3Ccircle cx='48' cy='32' r='0.8'/%3E%3Ccircle cx='32' cy='50' r='0.7'/%3E%3C/g%3E%3C/svg%3E") 6px 4px / 52px 52px repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cg stroke='rgba(255,255,255,0.22)' stroke-width='1.4' stroke-linecap='round'%3E%3Cline x1='4' y1='30' x2='6' y2='21'/%3E%3Cline x1='15' y1='35' x2='17' y2='25'/%3E%3Cline x1='27' y1='11' x2='29' y2='3'/%3E%3Cline x1='35' y1='25' x2='38' y2='16'/%3E%3Cline x1='21' y1='19' x2='23' y2='11'/%3E%3C/g%3E%3C/svg%3E") 0 0 / 40px 40px repeat, radial-gradient(ellipse 42% 36% at 22% 38%, #8cebff1f 0%, transparent 70%), radial-gradient(ellipse 42% 36% at 78% 62%, #ffaadc1f 0%, transparent 70%), radial-gradient(120% 90% at 50% 32%, #ffffff42 0%, transparent 60%), var(--terrain-surface)}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=crystal] .JungleGrid-module__kDhFtG__topFace:after{content:"";background-image:linear-gradient(105deg,#0000 42%,#ffffff1f 50%,#0000 58%);background-position:130% 0;background-repeat:no-repeat;background-size:240% 100%;animation:9s ease-in-out infinite JungleGrid-module__kDhFtG__jungle-crystal-sheen;position:absolute;inset:0}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=mossy] .JungleGrid-module__kDhFtG__topFace{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='32'%3E%3Cellipse cx='15' cy='28.5' rx='8' ry='2.4' fill='rgba(18,42,12,0.35)'/%3E%3Cellipse cx='30' cy='29' rx='5' ry='1.7' fill='rgba(18,42,12,0.3)'/%3E%3Cpath d='M12.6 17 L12.2 26 Q15 28.6 17.8 26 L17.4 17 Z' fill='%23ecdcb8'/%3E%3Cpath d='M12.6 17 L12.2 26 Q13 26.9 14 27.2 L14 17 Z' fill='rgba(120,88,52,0.25)'/%3E%3Cpath d='M6 17.6 Q15 3.5 24 17.6 Q15 21.8 6 17.6 Z' fill='%23d8402e'/%3E%3Cpath d='M6 17.6 Q15 21.8 24 17.6' stroke='rgba(90,20,12,0.5)' stroke-width='0.9' fill='none'/%3E%3Cpath d='M8.6 12.6 Q11.4 7.4 15.6 6.6' stroke='rgba(255,255,255,0.45)' stroke-width='1.3' fill='none' stroke-linecap='round'/%3E%3Ccircle cx='11' cy='13' r='1.5' fill='rgba(255,248,235,0.95)'/%3E%3Ccircle cx='18.4' cy='11' r='1.2' fill='rgba(255,248,235,0.95)'/%3E%3Ccircle cx='15' cy='16' r='1' fill='rgba(255,248,235,0.9)'/%3E%3Cpath d='M28.7 22.5 L28.5 27 Q30 28.4 31.5 27 L31.3 22.5 Z' fill='%23ecdcb8'/%3E%3Cpath d='M25 22.8 Q30 15.2 35 22.8 Q30 25.4 25 22.8 Z' fill='%23e05540'/%3E%3Ccircle cx='29.3' cy='19.6' r='0.9' fill='rgba(255,248,235,0.95)'/%3E%3Ccircle cx='32.2' cy='21' r='0.7' fill='rgba(255,248,235,0.9)'/%3E%3C/svg%3E") 20% 34% / calc(var(--tile-w) * .42) auto no-repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='28'%3E%3Cellipse cx='13' cy='25' rx='7' ry='2.1' fill='rgba(18,42,12,0.32)'/%3E%3Cellipse cx='27' cy='25.5' rx='4.6' ry='1.5' fill='rgba(18,42,12,0.28)'/%3E%3Cpath d='M11 15 L10.7 23 Q13 25.2 15.3 23 L15 15 Z' fill='%23f0e2c4'/%3E%3Cpath d='M5.5 15.5 Q13 5 20.5 15.5 Q13 19 5.5 15.5 Z' fill='%23d9a45f'/%3E%3Cpath d='M5.5 15.5 Q13 19 20.5 15.5' stroke='rgba(122,77,32,0.45)' stroke-width='0.8' fill='none'/%3E%3Cpath d='M8 11.4 Q10.5 7.6 14 7' stroke='rgba(255,255,255,0.4)' stroke-width='1.1' fill='none' stroke-linecap='round'/%3E%3Cpath d='M25.8 19.5 L25.6 24 Q27 25.3 28.4 24 L28.2 19.5 Z' fill='%23f0e2c4'/%3E%3Cpath d='M22.5 20 Q27 13.5 31.5 20 Q27 22.4 22.5 20 Z' fill='%23c98f4a'/%3E%3C/svg%3E") 76% 64% / calc(var(--tile-w) * .34) auto no-repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Cg transform='rotate(24 10 12)'%3E%3Cellipse cx='10' cy='12' rx='4.6' ry='2' fill='rgba(201,143,74,0.7)'/%3E%3Cline x1='6' y1='12' x2='14' y2='12' stroke='rgba(122,77,32,0.5)' stroke-width='0.6'/%3E%3C/g%3E%3Cg transform='rotate(-38 40 9)'%3E%3Cellipse cx='40' cy='9' rx='3.8' ry='1.7' fill='rgba(163,98,47,0.65)'/%3E%3Cline x1='36.6' y1='9' x2='43.4' y2='9' stroke='rgba(96,58,24,0.45)' stroke-width='0.5'/%3E%3C/g%3E%3Cg transform='rotate(62 24 34)'%3E%3Cellipse cx='24' cy='34' rx='4' ry='1.8' fill='rgba(150,130,52,0.6)'/%3E%3Cline x1='20.5' y1='34' x2='27.5' y2='34' stroke='rgba(94,80,30,0.45)' stroke-width='0.5'/%3E%3C/g%3E%3Cg transform='rotate(-14 46 44)'%3E%3Cellipse cx='46' cy='44' rx='4.2' ry='1.9' fill='rgba(196,124,58,0.65)'/%3E%3Cline x1='42.2' y1='44' x2='49.8' y2='44' stroke='rgba(122,77,32,0.45)' stroke-width='0.5'/%3E%3C/g%3E%3Cg transform='rotate(80 8 48)'%3E%3Cellipse cx='8' cy='48' rx='3.4' ry='1.6' fill='rgba(171,108,50,0.6)'/%3E%3C/g%3E%3C/svg%3E") 0 0 / 56px 56px repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='72' height='72'%3E%3Cellipse cx='18' cy='20.2' rx='5.4' ry='1.6' fill='rgba(12,32,8,0.3)'/%3E%3Cellipse cx='18' cy='17' rx='5' ry='3.6' fill='%23a3a894'/%3E%3Cpath d='M14.4 15.4 A5.2 3.8 0 0 1 21 14.6' stroke='rgba(255,255,255,0.35)' stroke-width='0.9' fill='none'/%3E%3Cellipse cx='54' cy='42.4' rx='4.3' ry='1.3' fill='rgba(12,32,8,0.28)'/%3E%3Cellipse cx='54' cy='40' rx='4' ry='2.9' fill='%23959a86'/%3E%3Cpath d='M51.2 38.8 A4.2 3 0 0 1 56.4 38.2' stroke='rgba(255,255,255,0.3)' stroke-width='0.8' fill='none'/%3E%3Cellipse cx='30' cy='62' rx='3.2' ry='2.3' fill='%23adb29c'/%3E%3C/svg%3E") 14px 8px / 72px 72px repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cg fill='rgba(150,208,100,0.4)'%3E%3Cellipse cx='10' cy='12' rx='6' ry='4'/%3E%3Cellipse cx='34' cy='30' rx='7' ry='4.6'/%3E%3Cellipse cx='20' cy='42' rx='5' ry='3.2'/%3E%3C/g%3E%3Cg fill='rgba(26,70,16,0.32)'%3E%3Cellipse cx='28' cy='8' rx='5' ry='3.2'/%3E%3Cellipse cx='6' cy='32' rx='4.4' ry='2.9'/%3E%3Cellipse cx='42' cy='14' rx='3.6' ry='2.5'/%3E%3C/g%3E%3C/svg%3E") 0 0 / 48px 48px repeat, radial-gradient(closest-side at 50% 50%, transparent 55%, #10280a73 100%), radial-gradient(120% 90% at 42% 26%, #fff6c824 0%, transparent 55%), var(--terrain-surface)}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=snowfield] .JungleGrid-module__kDhFtG__topFace{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='52' height='52'%3E%3Cg fill='rgba(255,255,255,0.6)'%3E%3Cpolygon points='10,6 11.2,9 10,12 8.8,9'/%3E%3Cpolygon points='38,20 39.1,22.4 38,24.8 36.9,22.4'/%3E%3Cpolygon points='20,36 21.1,38.8 20,41.6 18.9,38.8'/%3E%3Cpolygon points='44,44 45,46.2 44,48.4 43,46.2'/%3E%3C/g%3E%3Cg fill='rgba(255,255,255,0.35)'%3E%3Ccircle cx='28' cy='10' r='0.8'/%3E%3Ccircle cx='8' cy='26' r='0.7'/%3E%3Ccircle cx='48' cy='32' r='0.8'/%3E%3Ccircle cx='32' cy='50' r='0.7'/%3E%3C/g%3E%3Cg fill='rgba(148,175,210,0.3)'%3E%3Ccircle cx='16' cy='18' r='1'/%3E%3Ccircle cx='42' cy='8' r='0.9'/%3E%3Ccircle cx='6' cy='44' r='1'/%3E%3C/g%3E%3C/svg%3E") 0 0 / 52px 52px repeat, radial-gradient(ellipse 20% 14% at 62% 40%, #94afd24d 0%, transparent 70%), radial-gradient(ellipse 16% 12% at 30% 62%, #94afd242 0%, transparent 70%), radial-gradient(120% 90% at 45% 28%, #ffffff80 0%, transparent 60%), radial-gradient(closest-side at 50% 50%, transparent 62%, #84a6d266 100%), var(--terrain-surface)}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=snowfield] .JungleGrid-module__kDhFtG__topFace:after{content:"";background-image:linear-gradient(105deg,#0000 42%,#ffffff29 50%,#0000 58%);background-position:130% 0;background-repeat:no-repeat;background-size:240% 100%;animation:11s ease-in-out infinite JungleGrid-module__kDhFtG__jungle-crystal-sheen;position:absolute;inset:0}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=desert] .JungleGrid-module__kDhFtG__topFace{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='64' height='44'%3E%3Cg fill='none' stroke-linecap='round'%3E%3Cpath d='M2 10 Q16 6 30 10 T62 10' stroke='rgba(122,74,26,0.3)' stroke-width='1.6'/%3E%3Cpath d='M2 8.6 Q16 4.6 30 8.6 T62 8.6' stroke='rgba(255,240,200,0.5)' stroke-width='1'/%3E%3Cpath d='M-4 26 Q12 22 28 26 T60 26' stroke='rgba(122,74,26,0.26)' stroke-width='1.5'/%3E%3Cpath d='M-4 24.7 Q12 20.7 28 24.7 T60 24.7' stroke='rgba(255,240,200,0.45)' stroke-width='0.9'/%3E%3Cpath d='M8 40 Q24 36 40 40 T72 40' stroke='rgba(122,74,26,0.28)' stroke-width='1.5'/%3E%3Cpath d='M8 38.7 Q24 34.7 40 38.7 T72 38.7' stroke='rgba(255,240,200,0.45)' stroke-width='0.9'/%3E%3C/g%3E%3C/svg%3E") 0 0 / 64px 44px repeat, url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32'%3E%3Cg fill='rgba(110,64,20,0.28)'%3E%3Ccircle cx='6' cy='8' r='1.2'/%3E%3Ccircle cx='22' cy='5' r='0.9'/%3E%3Ccircle cx='14' cy='20' r='1.3'/%3E%3Ccircle cx='27' cy='24' r='1'/%3E%3Ccircle cx='4' cy='27' r='1.1'/%3E%3C/g%3E%3Cg fill='rgba(255,244,210,0.4)'%3E%3Ccircle cx='11' cy='13' r='0.7'/%3E%3Ccircle cx='26' cy='12' r='0.6'/%3E%3Ccircle cx='18' cy='29' r='0.7'/%3E%3C/g%3E%3C/svg%3E") 8px 5px / 32px 32px repeat, radial-gradient(ellipse 24% 16% at 60% 46%, #965e2238 0%, transparent 70%), radial-gradient(ellipse 18% 13% at 30% 66%, #965e222e 0%, transparent 70%), radial-gradient(120% 90% at 45% 28%, #fff6d666 0%, transparent 60%), radial-gradient(closest-side at 50% 50%, transparent 60%, #8c561c59 100%), var(--terrain-surface)}.JungleGrid-module__kDhFtG__terrainLayer[data-variant=sky] .JungleGrid-module__kDhFtG__topFace{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Cg stroke='rgba(255,255,255,0.26)' stroke-width='1.4' stroke-linecap='round'%3E%3Cline x1='4' y1='30' x2='6' y2='21'/%3E%3Cline x1='15' y1='35' x2='17' y2='25'/%3E%3Cline x1='27' y1='11' x2='29' y2='3'/%3E%3Cline x1='35' y1='25' x2='38' y2='16'/%3E%3Cline x1='21' y1='19' x2='23' y2='11'/%3E%3C/g%3E%3C/svg%3E") 0 0 / 40px 40px repeat, radial-gradient(ellipse 42% 36% at 24% 40%, #ffc8e12e 0%, transparent 70%), radial-gradient(ellipse 42% 36% at 76% 60%, #a0d2ff38 0%, transparent 70%), radial-gradient(120% 90% at 50% 26%, #ffffff57 0%, transparent 60%), radial-gradient(closest-side at 50% 50%, transparent 64%, #2e607840 100%), var(--terrain-surface)}.JungleGrid-module__kDhFtG__plot{width:var(--tile-w);height:calc(var(--tile-w) / 2);left:calc((var(--c) - var(--r) + var(--rows) - 1) * var(--tile-w) / 2);top:calc((var(--c) + var(--r)) * var(--tile-w) / 4);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background:var(--plot-edge);position:absolute}.JungleGrid-module__kDhFtG__plot:before{content:"";clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);background:var(--plot-fill-a);position:absolute;inset:1px}.JungleGrid-module__kDhFtG__plot[data-tint="1"]:before{background:var(--plot-fill-b)}.JungleGrid-module__kDhFtG__plot[data-loading]:before{background-image:linear-gradient(100deg,#ffffff0a 38%,#ffffff4d 50%,#ffffff0a 62%);background-size:220% 100%;animation:1.4s linear infinite JungleGrid-module__kDhFtG__jungle-shimmer}.JungleGrid-module__kDhFtG__plantsLayer{pointer-events:none;position:absolute;inset:0;overflow:visible}.JungleGrid-module__kDhFtG__plantAnchor{left:calc((var(--c) - var(--r) + var(--rows) - 1) * var(--tile-w) / 2 + var(--tile-w) / 2);top:calc((var(--c) + var(--r)) * var(--tile-w) / 4 + var(--tile-w) / 4);width:calc(var(--tile-w) * var(--plant-scale,1));height:calc(var(--tile-w) * var(--plant-scale,1) * 1.5);transform:translate(calc(-49.7% + var(--jitter-x,0%)), -92%) rotate(var(--jitter-rotate,0deg));transform-origin:bottom;position:absolute}.JungleGrid-module__kDhFtG__plantShadow{width:calc(var(--tile-w) * .7);height:calc(var(--tile-w) * .35);background:radial-gradient(closest-side, var(--plant-shadow-color,#14141459), transparent 75%);border-radius:50%;position:absolute;bottom:0;left:50%;transform:translate(-50%,30%)}.JungleGrid-module__kDhFtG__entranceLayer{transform-origin:bottom;width:100%;height:100%;animation:.4s cubic-bezier(.2,.8,.3,1) both JungleGrid-module__kDhFtG__jungle-entrance;animation-delay:var(--entrance-delay,0s)}.JungleGrid-module__kDhFtG__swayLayer{transform-origin:bottom;width:100%;height:100%;animation:JungleGrid-module__kDhFtG__jungle-sway var(--sway-duration,5.5s) ease-in-out var(--sway-delay,0s) infinite;position:relative}.JungleGrid-module__kDhFtG__plantImg{object-fit:contain;object-position:center bottom;width:100%;height:100%;display:block;position:absolute;inset:0}.JungleGrid-module__kDhFtG__petalsLayer{pointer-events:none;z-index:400;position:absolute;inset:0;overflow:hidden}.JungleGrid-module__kDhFtG__petal{background:var(--petal-color,#ffaacdf2);opacity:0;width:10px;height:8px;animation:JungleGrid-module__kDhFtG__jungle-petal-drift var(--petal-duration,14s) linear var(--petal-delay,0s) infinite;border-radius:70% 30% 65% 35%/60% 45% 55% 40%;position:absolute}.JungleGrid-module__kDhFtG__petal[data-petal="0"]{--petal-color:#ffaacdf2;--petal-duration:14s;--petal-delay:0s;top:22%;left:8%}.JungleGrid-module__kDhFtG__petal[data-petal="1"]{--petal-color:#ffffffeb;--petal-duration:17s;--petal-delay:5s;width:8px;height:6px;top:10%;left:28%}.JungleGrid-module__kDhFtG__petal[data-petal="2"]{--petal-color:#ffe282f2;--petal-duration:12.5s;--petal-delay:2.5s;top:14%;left:55%}.JungleGrid-module__kDhFtG__petal[data-petal="3"]{--petal-color:#ffaacde6;--petal-duration:18.5s;--petal-delay:8s;width:12px;height:9px;top:34%;left:66%}.JungleGrid-module__kDhFtG__petal[data-petal="4"]{--petal-color:#ffffffe6;--petal-duration:15.5s;--petal-delay:10.5s;width:8px;height:6px;top:52%;left:16%}.JungleGrid-module__kDhFtG__petal[data-petal="5"]{--petal-color:#ffbed7eb;--petal-duration:13.5s;--petal-delay:6.5s;width:9px;height:7px;top:42%;left:42%}.JungleGrid-module__kDhFtG__embersLayer{pointer-events:none;z-index:400;position:absolute;inset:0;overflow:hidden}.JungleGrid-module__kDhFtG__ember{opacity:0;width:5px;height:5px;animation:JungleGrid-module__kDhFtG__jungle-ember-rise var(--ember-duration,9s) linear var(--ember-delay,0s) infinite;background:radial-gradient(circle,#ffebb4f2 0%,#ff963ce6 55%,#ff5a1800 100%);border-radius:50%;position:absolute;box-shadow:0 0 6px 1px #ff78288c}.JungleGrid-module__kDhFtG__ember[data-ember="0"]{--ember-duration:8.5s;--ember-delay:0s;--ember-drift:calc(var(--tile-w) * .3);top:58%;left:30%}.JungleGrid-module__kDhFtG__ember[data-ember="1"]{--ember-duration:11s;--ember-delay:2.8s;--ember-drift:calc(var(--tile-w) * -.25);width:4px;height:4px;top:42%;left:48%}.JungleGrid-module__kDhFtG__ember[data-ember="2"]{--ember-duration:9.5s;--ember-delay:5.2s;--ember-drift:calc(var(--tile-w) * .2);top:55%;left:62%}.JungleGrid-module__kDhFtG__ember[data-ember="3"]{--ember-duration:12s;--ember-delay:7.6s;--ember-drift:calc(var(--tile-w) * -.35);width:6px;height:6px;top:64%;left:38%}.JungleGrid-module__kDhFtG__ember[data-ember="4"]{--ember-duration:10s;--ember-delay:4s;--ember-drift:calc(var(--tile-w) * .15);width:4px;height:4px;top:40%;left:70%}.JungleGrid-module__kDhFtG__ember[data-ember="5"]{--ember-duration:13s;--ember-delay:9.5s;--ember-drift:calc(var(--tile-w) * .4);top:47%;left:22%}.JungleGrid-module__kDhFtG__crystalLayer{pointer-events:none;position:absolute;inset:0}.JungleGrid-module__kDhFtG__crystal{width:calc(var(--tile-w) * .34);height:calc(var(--tile-w) * .44);transform:translate(-50%, -100%) skewY(var(--crystal-skew,0deg)) rotate(var(--crystal-tilt,0deg));transform-origin:bottom;filter:drop-shadow(0 0 4px var(--crystal-glow,#be96ff66));animation:JungleGrid-module__kDhFtG__jungle-crystal-glow 5.5s ease-in-out var(--twinkle-delay,0s) infinite alternate;background-position:bottom;background-repeat:no-repeat;background-size:contain;position:absolute}.JungleGrid-module__kDhFtG__crystal:after{content:"";left:var(--glint-x,30%);top:var(--glint-y,14%);width:calc(var(--tile-w) * .12);height:calc(var(--tile-w) * .12);clip-path:polygon(50% 0%,61% 39%,100% 50%,61% 61%,50% 100%,39% 61%,0% 50%,39% 39%);opacity:0;animation:JungleGrid-module__kDhFtG__jungle-crystal-twinkle var(--twinkle-duration,7s) linear var(--twinkle-delay,0s) infinite;background:#fff;position:absolute}.JungleGrid-module__kDhFtG__crystal[data-crystal="0"],.JungleGrid-module__kDhFtG__crystal[data-crystal="5"]{--crystal-glow:#b078ff73;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='52'%3E%3Cellipse cx='21' cy='49.5' rx='16' ry='2.4' fill='rgba(25,14,6,0.35)'/%3E%3Cellipse cx='39' cy='49' rx='3' ry='2' fill='%23958e79'/%3E%3Cpolygon points='8,30 12,26 14,48 6,48' fill='%237e4fd0'/%3E%3Cpolygon points='31,22 37,30 34,48 27,48' fill='%23b08cf5'/%3E%3Ccircle cx='32.5' cy='27' r='1' fill='rgba(255,255,255,0.85)'/%3E%3Cpolygon points='20,2 11,17 15,47 20,47' fill='%23d8b4ff'/%3E%3Cpolygon points='20,2 29,17 25,47 20,47' fill='%23a878f2'/%3E%3Cpath d='M20 4 L13.5 17' stroke='rgba(255,255,255,0.8)' stroke-width='1.2' stroke-linecap='round' fill='none'/%3E%3Cpolygon points='5,48 10,43 16,46 15,51 6,51' fill='%236b4a2b'/%3E%3Cpolygon points='27,45 33,42 38,46 36,51 28,51' fill='%23815a30'/%3E%3Cpolygon points='16,47 22,44 27,48 25,51 17,51' fill='%23593d22'/%3E%3C/svg%3E")}.JungleGrid-module__kDhFtG__crystal[data-crystal="1"],.JungleGrid-module__kDhFtG__crystal[data-crystal="7"]{--crystal-glow:#5acdf073;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='52'%3E%3Cellipse cx='21' cy='49.5' rx='16' ry='2.4' fill='rgba(25,14,6,0.35)'/%3E%3Cellipse cx='39' cy='49' rx='3' ry='2' fill='%23958e79'/%3E%3Cpolygon points='8,30 12,26 14,48 6,48' fill='%232fa6cc'/%3E%3Cpolygon points='31,22 37,30 34,48 27,48' fill='%2386e0f6'/%3E%3Ccircle cx='32.5' cy='27' r='1' fill='rgba(255,255,255,0.85)'/%3E%3Cpolygon points='20,2 11,17 15,47 20,47' fill='%23c2f4ff'/%3E%3Cpolygon points='20,2 29,17 25,47 20,47' fill='%2366d5f2'/%3E%3Cpath d='M20 4 L13.5 17' stroke='rgba(255,255,255,0.8)' stroke-width='1.2' stroke-linecap='round' fill='none'/%3E%3Cpolygon points='5,48 10,43 16,46 15,51 6,51' fill='%236b4a2b'/%3E%3Cpolygon points='27,45 33,42 38,46 36,51 28,51' fill='%23815a30'/%3E%3Cpolygon points='16,47 22,44 27,48 25,51 17,51' fill='%23593d22'/%3E%3C/svg%3E")}.JungleGrid-module__kDhFtG__crystal[data-crystal="2"]{--crystal-glow:#fac85a80;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='52'%3E%3Cellipse cx='21' cy='49.5' rx='16' ry='2.4' fill='rgba(25,14,6,0.35)'/%3E%3Cellipse cx='39' cy='49' rx='3' ry='2' fill='%23958e79'/%3E%3Cpolygon points='8,30 12,26 14,48 6,48' fill='%23d3941f'/%3E%3Cpolygon points='31,22 37,30 34,48 27,48' fill='%23fbd679'/%3E%3Ccircle cx='32.5' cy='27' r='1' fill='rgba(255,255,255,0.85)'/%3E%3Cpolygon points='20,2 11,17 15,47 20,47' fill='%23ffeab0'/%3E%3Cpolygon points='20,2 29,17 25,47 20,47' fill='%23f7c453'/%3E%3Cpath d='M20 4 L13.5 17' stroke='rgba(255,255,255,0.8)' stroke-width='1.2' stroke-linecap='round' fill='none'/%3E%3Cpolygon points='5,48 10,43 16,46 15,51 6,51' fill='%236b4a2b'/%3E%3Cpolygon points='27,45 33,42 38,46 36,51 28,51' fill='%23815a30'/%3E%3Cpolygon points='16,47 22,44 27,48 25,51 17,51' fill='%23593d22'/%3E%3C/svg%3E")}.JungleGrid-module__kDhFtG__crystal[data-crystal="3"]{--crystal-glow:#f88cc373;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='52'%3E%3Cellipse cx='21' cy='49.5' rx='16' ry='2.4' fill='rgba(25,14,6,0.35)'/%3E%3Cellipse cx='39' cy='49' rx='3' ry='2' fill='%23958e79'/%3E%3Cpolygon points='8,30 12,26 14,48 6,48' fill='%23cf5497'/%3E%3Cpolygon points='31,22 37,30 34,48 27,48' fill='%23f8a6d0'/%3E%3Ccircle cx='32.5' cy='27' r='1' fill='rgba(255,255,255,0.85)'/%3E%3Cpolygon points='20,2 11,17 15,47 20,47' fill='%23ffd0e6'/%3E%3Cpolygon points='20,2 29,17 25,47 20,47' fill='%23f487c0'/%3E%3Cpath d='M20 4 L13.5 17' stroke='rgba(255,255,255,0.8)' stroke-width='1.2' stroke-linecap='round' fill='none'/%3E%3Cpolygon points='5,48 10,43 16,46 15,51 6,51' fill='%236b4a2b'/%3E%3Cpolygon points='27,45 33,42 38,46 36,51 28,51' fill='%23815a30'/%3E%3Cpolygon points='16,47 22,44 27,48 25,51 17,51' fill='%23593d22'/%3E%3C/svg%3E")}.JungleGrid-module__kDhFtG__crystal[data-crystal="4"],.JungleGrid-module__kDhFtG__crystal[data-crystal="6"]{--crystal-glow:#64e19673;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='52'%3E%3Cellipse cx='21' cy='49.5' rx='16' ry='2.4' fill='rgba(25,14,6,0.35)'/%3E%3Cellipse cx='39' cy='49' rx='3' ry='2' fill='%23958e79'/%3E%3Cpolygon points='8,30 12,26 14,48 6,48' fill='%232ba158'/%3E%3Cpolygon points='31,22 37,30 34,48 27,48' fill='%238ae8ab'/%3E%3Ccircle cx='32.5' cy='27' r='1' fill='rgba(255,255,255,0.85)'/%3E%3Cpolygon points='20,2 11,17 15,47 20,47' fill='%23c4f8d4'/%3E%3Cpolygon points='20,2 29,17 25,47 20,47' fill='%235fd98a'/%3E%3Cpath d='M20 4 L13.5 17' stroke='rgba(255,255,255,0.8)' stroke-width='1.2' stroke-linecap='round' fill='none'/%3E%3Cpolygon points='5,48 10,43 16,46 15,51 6,51' fill='%236b4a2b'/%3E%3Cpolygon points='27,45 33,42 38,46 36,51 28,51' fill='%23815a30'/%3E%3Cpolygon points='16,47 22,44 27,48 25,51 17,51' fill='%23593d22'/%3E%3C/svg%3E")}.JungleGrid-module__kDhFtG__crystal[data-crystal="0"]{left:17%;top:calc(var(--board-h) * .67 + var(--thickness) * .9);width:calc(var(--tile-w) * .34);height:calc(var(--tile-w) * .4);--crystal-skew:26.5651deg;--crystal-tilt:-6deg;--twinkle-duration:6.5s;--twinkle-delay:0s;--glint-x:24%;--glint-y:8%}.JungleGrid-module__kDhFtG__crystal[data-crystal="1"]{left:33%;top:calc(var(--board-h) * .83 + var(--thickness) * .92);width:calc(var(--tile-w) * .36);height:calc(var(--tile-w) * .42);--crystal-skew:26.5651deg;--crystal-tilt:-14deg;--twinkle-duration:8s;--twinkle-delay:2.2s;--glint-x:42%;--glint-y:12%}.JungleGrid-module__kDhFtG__crystal[data-crystal="2"]{left:44%;top:calc(var(--board-h) * .94 + var(--thickness) * .72);width:calc(var(--tile-w) * .27);height:calc(var(--tile-w) * .32);--crystal-skew:26.5651deg;--crystal-tilt:-20deg;--twinkle-duration:7s;--twinkle-delay:4.1s;--glint-x:30%;--glint-y:10%}.JungleGrid-module__kDhFtG__crystal[data-crystal="3"]{left:58.5%;top:calc(var(--board-h) * .915 + var(--thickness) * .87);width:calc(var(--tile-w) * .34);height:calc(var(--tile-w) * .4);--crystal-skew:-26.5651deg;--crystal-tilt:18deg;--twinkle-duration:9s;--twinkle-delay:1.3s;--glint-x:26%;--glint-y:14%}.JungleGrid-module__kDhFtG__crystal[data-crystal="4"]{left:72%;top:calc(var(--board-h) * .78 + var(--thickness) * .88);width:calc(var(--tile-w) * .33);height:calc(var(--tile-w) * .39);--crystal-skew:-26.5651deg;--crystal-tilt:8deg;--twinkle-duration:7.5s;--twinkle-delay:5.6s;--glint-x:34%;--glint-y:12%}.JungleGrid-module__kDhFtG__crystal[data-crystal="5"]{left:86%;top:calc(var(--board-h) * .64 + var(--thickness) * .68);width:calc(var(--tile-w) * .25);height:calc(var(--tile-w) * .3);--crystal-skew:-26.5651deg;--crystal-tilt:24deg;--twinkle-duration:8.5s;--twinkle-delay:3.4s;--glint-x:40%;--glint-y:10%}.JungleGrid-module__kDhFtG__crystal[data-crystal="6"]{left:7%;top:calc(var(--board-h) * .57 + var(--thickness) * .83);width:calc(var(--tile-w) * .3);height:calc(var(--tile-w) * .36);--crystal-skew:26.5651deg;--crystal-tilt:-10deg;--twinkle-duration:7.8s;--twinkle-delay:6.4s;--glint-x:28%;--glint-y:10%}.JungleGrid-module__kDhFtG__crystal[data-crystal="7"]{left:93%;top:calc(var(--board-h) * .57 + var(--thickness) * .78);width:calc(var(--tile-w) * .29);height:calc(var(--tile-w) * .34);--crystal-skew:-26.5651deg;--crystal-tilt:14deg;--twinkle-duration:8.2s;--twinkle-delay:.9s;--glint-x:36%;--glint-y:12%}.JungleGrid-module__kDhFtG__cloudLayer{pointer-events:none;position:absolute;inset:0}.JungleGrid-module__kDhFtG__cloud{width:calc(var(--tile-w) * var(--cloud-w,.85));height:calc(var(--tile-w) * .22);border-radius:calc(var(--tile-w) * .11);opacity:.95;animation:JungleGrid-module__kDhFtG__jungle-cloud-bob var(--cloud-duration,7s) ease-in-out var(--cloud-delay,0s) infinite alternate;background:linear-gradient(#fff 0%,#edf4fc 100%);position:absolute;transform:translate(-50%,-50%);box-shadow:0 2px 6px #7896be47}.JungleGrid-module__kDhFtG__cloud:before,.JungleGrid-module__kDhFtG__cloud:after{content:"";background:inherit;box-shadow:none;border-radius:50%;position:absolute;bottom:35%}.JungleGrid-module__kDhFtG__cloud:before{aspect-ratio:1;width:38%;left:18%}.JungleGrid-module__kDhFtG__cloud:after{aspect-ratio:1;width:30%;left:48%}.JungleGrid-module__kDhFtG__cloud[data-cloud="0"]{left:14%;top:calc(var(--board-h) * .68 + var(--thickness) * .55);--cloud-w:.95;--cloud-duration:7.5s;--cloud-delay:0s}.JungleGrid-module__kDhFtG__cloud[data-cloud="1"]{left:38%;top:calc(var(--board-h) * .9 + var(--thickness) * .7);--cloud-w:1.05;--cloud-duration:8.5s;--cloud-delay:2.4s}.JungleGrid-module__kDhFtG__cloud[data-cloud="2"]{left:64%;top:calc(var(--board-h) * .86 + var(--thickness) * .75);--cloud-w:.9;--cloud-duration:9.5s;--cloud-delay:4.8s}.JungleGrid-module__kDhFtG__cloud[data-cloud="3"]{left:88%;top:calc(var(--board-h) * .64 + var(--thickness) * .5);--cloud-w:.75;--cloud-duration:7s;--cloud-delay:1.2s}.JungleGrid-module__kDhFtG__cloud[data-cloud="4"]{left:51%;top:calc(var(--board-h) * 1 + var(--thickness) * .55);--cloud-w:.8;--cloud-duration:10s;--cloud-delay:3.6s}.JungleGrid-module__kDhFtG__cloud[data-cloud="5"]{left:27%;top:calc(var(--board-h) * .82 + var(--thickness) * .4);--cloud-w:.6;--cloud-duration:8s;--cloud-delay:5.9s}@keyframes JungleGrid-module__kDhFtG__jungle-cloud-bob{0%{transform:translate(-50%,calc(-50% - 3px))}to{transform:translate(-50%,calc(3px - 50%))}}@keyframes JungleGrid-module__kDhFtG__jungle-entrance{0%{opacity:0;transform:scale(.5)translateY(8%)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes JungleGrid-module__kDhFtG__jungle-sway{0%,to{transform:rotate(-1deg)}50%{transform:rotate(1deg)}}@keyframes JungleGrid-module__kDhFtG__jungle-shimmer{0%{background-position:120% 0}to{background-position:-100% 0}}@keyframes JungleGrid-module__kDhFtG__jungle-island-drift{0%{transform:translateY(-4px)rotate(-.4deg)}to{transform:translateY(4px)rotate(.4deg)}}@keyframes JungleGrid-module__kDhFtG__jungle-ember-flicker{0%{opacity:.5;filter:brightness(.9)}18%{opacity:.95;filter:brightness(1.25)}30%{opacity:.7;filter:brightness()}46%{opacity:1;filter:brightness(1.45)saturate(1.2)}58%{opacity:.75;filter:brightness(1.05)}74%{opacity:.92;filter:brightness(1.3)}to{opacity:.5;filter:brightness(.9)}}@keyframes JungleGrid-module__kDhFtG__jungle-lava-molten{0%{opacity:.75;filter:brightness(.92)saturate(.95)}to{opacity:1;filter:brightness(1.22)saturate(1.15)}}@keyframes JungleGrid-module__kDhFtG__jungle-ember-rise{0%{opacity:0;transform:translate(0)scale(1)}12%{opacity:.9}70%{opacity:.7}to{transform:translate(var(--ember-drift,0px), calc(var(--tile-w) * -1.7)) scale(.4);opacity:0}}@keyframes JungleGrid-module__kDhFtG__jungle-crystal-glow{0%{filter:brightness(1) drop-shadow(0 0 3px var(--crystal-glow,#be96ff66))}to{filter:brightness(1.16) drop-shadow(0 0 7px var(--crystal-glow,#be96ff66))}}@keyframes JungleGrid-module__kDhFtG__jungle-crystal-sheen{0%,48%{background-position:130% 0}to{background-position:-30% 0}}@keyframes JungleGrid-module__kDhFtG__jungle-crystal-twinkle{0%,76%{opacity:0;transform:scale(.2)rotate(0)}82%{opacity:1;transform:scale(1)rotate(25deg)}88%,to{opacity:0;transform:scale(.25)rotate(45deg)}}@keyframes JungleGrid-module__kDhFtG__jungle-petal-drift{0%{opacity:0;transform:translate(0)rotate(0)}10%{opacity:.9}80%{opacity:.85}to{transform:translate(calc(var(--tile-w) * 3), calc(var(--tile-w) * 1.3)) rotate(240deg);opacity:0}}@media (prefers-reduced-motion:reduce){.JungleGrid-module__kDhFtG__entranceLayer,.JungleGrid-module__kDhFtG__swayLayer,.JungleGrid-module__kDhFtG__driftGroup,.JungleGrid-module__kDhFtG__plot[data-loading]:before,.JungleGrid-module__kDhFtG__crystal,.JungleGrid-module__kDhFtG__cloud,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=crystal] .JungleGrid-module__kDhFtG__topFace:after,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=snowfield] .JungleGrid-module__kDhFtG__topFace:after,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=volcanic] .JungleGrid-module__kDhFtG__topFace:before,.JungleGrid-module__kDhFtG__terrainLayer[data-variant=volcanic] .JungleGrid-module__kDhFtG__topFace:after{animation:none}.JungleGrid-module__kDhFtG__petal,.JungleGrid-module__kDhFtG__ember,.JungleGrid-module__kDhFtG__crystal:after{display:none}.JungleGrid-module__kDhFtG__terrainLayer{transition:none}}.JungleGrid-module__kDhFtG__wrapper[data-poster] .JungleGrid-module__kDhFtG__entranceLayer,.JungleGrid-module__kDhFtG__wrapper[data-poster] .JungleGrid-module__kDhFtG__swayLayer,.JungleGrid-module__kDhFtG__wrapper[data-poster] .JungleGrid-module__kDhFtG__driftGroup,.JungleGrid-module__kDhFtG__wrapper[data-poster] .JungleGrid-module__kDhFtG__plot[data-loading]:before,.JungleGrid-module__kDhFtG__wrapper[data-poster] .JungleGrid-module__kDhFtG__crystal,.JungleGrid-module__kDhFtG__wrapper[data-poster] .JungleGrid-module__kDhFtG__cloud,.JungleGrid-module__kDhFtG__wrapper[data-poster] .JungleGrid-module__kDhFtG__terrainLayer[data-variant=crystal] .JungleGrid-module__kDhFtG__topFace:after,.JungleGrid-module__kDhFtG__wrapper[data-poster] .JungleGrid-module__kDhFtG__terrainLayer[data-variant=snowfield] .JungleGrid-module__kDhFtG__topFace:after,.JungleGrid-module__kDhFtG__wrapper[data-poster] .JungleGrid-module__kDhFtG__terrainLayer[data-variant=volcanic] .JungleGrid-module__kDhFtG__topFace:before,.JungleGrid-module__kDhFtG__wrapper[data-poster] .JungleGrid-module__kDhFtG__terrainLayer[data-variant=volcanic] .JungleGrid-module__kDhFtG__topFace:after{animation:none}.JungleGrid-module__kDhFtG__wrapper[data-poster] .JungleGrid-module__kDhFtG__petal,.JungleGrid-module__kDhFtG__wrapper[data-poster] .JungleGrid-module__kDhFtG__ember,.JungleGrid-module__kDhFtG__wrapper[data-poster] .JungleGrid-module__kDhFtG__crystal:after{display:none}.JungleGrid-module__kDhFtG__wrapper[data-poster] .JungleGrid-module__kDhFtG__terrainLayer{transition:none}.JungleGrid-module__kDhFtG__wrapper[data-poster]{overflow:visible}
.FittedJungle-module__IdWuXW__viewport{width:100%;min-width:0;height:100%;min-height:0;position:relative;overflow:hidden}.FittedJungle-module__IdWuXW__islandAnchor{position:absolute}
.JungleBasePicker-module__gPOQnG__grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:.75rem;display:grid}.JungleBasePicker-module__gPOQnG__option{background:var(--bg-surface);color:var(--text-primary);cursor:pointer;border:2px solid #2d7a3f33;border-radius:12px;flex-direction:column;align-items:center;gap:.35rem;padding:.9rem .75rem;text-decoration:none;transition:border-color .2s,box-shadow .2s,opacity .2s;display:flex}.JungleBasePicker-module__gPOQnG__option:hover:not(:disabled){border-color:var(--jungle-green);box-shadow:0 4px 12px #2d7a3f26}.JungleBasePicker-module__gPOQnG__option:disabled{opacity:.55;cursor:not-allowed}.JungleBasePicker-module__gPOQnG__locked{opacity:.65}.JungleBasePicker-module__gPOQnG__selected{border-color:var(--jungle-green);background:linear-gradient(135deg,#cddc3933 0%,#2d7a3f1a 100%);box-shadow:0 4px 12px #2d7a3f40}.JungleBasePicker-module__gPOQnG__preview{aspect-ratio:4/3;background:var(--bg-surface-elevated);border-radius:8px;width:100%;display:block;position:relative;overflow:hidden}.JungleBasePicker-module__gPOQnG__previewDimmed{filter:grayscale(.5)brightness(.7)}.JungleBasePicker-module__gPOQnG__lockOverlay{color:#fff;background:#0000004d;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.JungleBasePicker-module__gPOQnG__name{text-align:center;width:100%;font-size:.85rem;font-weight:700;line-height:1.2;display:block}.JungleBasePicker-module__gPOQnG__description{width:100%;color:var(--text-muted);text-align:center;font-size:.75rem;line-height:1.25;display:block}
.Premium-module__DaU1aa__plans{max-width:900px;margin:0 auto;padding:0 0 2rem}.Premium-module__DaU1aa__header{text-align:center;margin-bottom:2rem}.Premium-module__DaU1aa__title{background:linear-gradient(135deg,#2e7d32 0%,#66bb6a 50%,gold 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 .5rem;font-size:2.5rem;font-weight:800}.Premium-module__DaU1aa__subtitle{color:var(--text-secondary);margin:0;font-size:1.15rem}.Premium-module__DaU1aa__lockedBanner{text-align:center;background:var(--bg-surface-elevated);border:1px solid var(--border-default);max-width:560px;color:var(--text-secondary);border-radius:12px;margin:1.25rem auto 0;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600}.Premium-module__DaU1aa__checkoutStatus{background:color-mix(in srgb, #fff4c2 62%, var(--bg-surface));max-width:680px;color:var(--text-primary);text-align:center;border:1px solid #d6a624;border-radius:12px;justify-items:center;gap:.35rem;margin:0 auto 1.5rem;padding:.85rem 1rem;display:grid}.Premium-module__DaU1aa__checkoutStatusReady{border-color:var(--color-success);background:color-mix(in srgb, var(--color-success-bg) 72%, var(--bg-surface))}.Premium-module__DaU1aa__checkoutStatus span{color:var(--text-secondary);font-size:.85rem}.Premium-module__DaU1aa__billingToggle{background:var(--bg-surface-elevated);border:1px solid var(--border-default);border-radius:12px;justify-content:center;gap:.5rem;width:fit-content;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;padding:4px;display:flex}.Premium-module__DaU1aa__cycleButton{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:10px;align-items:center;gap:.5rem;padding:.65rem 1.5rem;font-size:1rem;font-weight:600;transition:all .2s;display:flex}.Premium-module__DaU1aa__cycleButton.Premium-module__DaU1aa__cycleActive{background:var(--bg-surface);color:var(--text-primary);box-shadow:0 2px 8px #0000001a}.Premium-module__DaU1aa__saveBadge{background:var(--color-success);color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:.2rem .5rem;font-size:.7rem;font-weight:700}.Premium-module__DaU1aa__tiersGrid{grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.Premium-module__DaU1aa__tierCard{background:var(--bg-surface);text-align:center;border-radius:16px;flex-direction:column;align-items:center;padding:2rem;transition:transform .2s,box-shadow .2s;display:flex;position:relative}.Premium-module__DaU1aa__tierCard:hover{transform:translateY(-4px)}.Premium-module__DaU1aa__tierPlus{border:3px solid var(--color-success);box-shadow:0 4px 16px #4caf5026}.Premium-module__DaU1aa__tierPlus:hover{box-shadow:0 8px 24px #4caf5040}.Premium-module__DaU1aa__tierPremium{background:var(--bg-surface);border:3px solid gold;box-shadow:0 4px 16px #ffd70033}.Premium-module__DaU1aa__tierPremium:hover{box-shadow:0 8px 24px #ffd70059}.Premium-module__DaU1aa__tierCurrent{opacity:.85}.Premium-module__DaU1aa__recommendedBadge{color:#333;white-space:nowrap;background:linear-gradient(135deg,gold 0%,#ffb300 100%);border-radius:20px;padding:.4rem 1.25rem;font-size:.85rem;font-weight:700;position:absolute;top:-14px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #ffd70066}.Premium-module__DaU1aa__currentBadge{background:var(--color-success);color:#fff;border-radius:8px;padding:.3rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:12px;right:12px}.Premium-module__DaU1aa__tierIcon{margin-bottom:.75rem;font-size:3rem}.Premium-module__DaU1aa__tierName{color:var(--text-primary);margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.Premium-module__DaU1aa__tierDescription{color:var(--text-secondary);margin:0 0 1.5rem;font-size:.95rem;line-height:1.4}.Premium-module__DaU1aa__pricing{justify-content:center;align-items:baseline;gap:.25rem;margin-bottom:.25rem;display:flex}.Premium-module__DaU1aa__priceAmount{color:var(--text-primary);font-size:2.75rem;font-weight:800}.Premium-module__DaU1aa__pricePeriod{color:var(--text-muted);font-size:1rem;font-weight:500}.Premium-module__DaU1aa__billingFrequency,.Premium-module__DaU1aa__yearlyTotal{color:var(--text-muted);margin:0 0 1rem;font-size:.85rem}.Premium-module__DaU1aa__yearlySaving{color:var(--color-success);margin:0 0 1rem;font-size:.85rem;font-weight:500}.Premium-module__DaU1aa__saleLine{justify-content:center;align-items:center;gap:.5rem;min-height:1.5rem;margin:0 0 .4rem;display:flex}.Premium-module__DaU1aa__originalPrice{color:var(--text-muted);font-size:.9rem;text-decoration:line-through}.Premium-module__DaU1aa__saleBadge{color:#fff;text-transform:uppercase;background:#ff3d71;border-radius:6px;padding:.2rem .45rem;font-size:.72rem;font-weight:700}.Premium-module__DaU1aa__featuresList{text-align:left;width:100%;margin:0 0 1.5rem;padding:0;list-style:none}.Premium-module__DaU1aa__feature{color:var(--text-primary);align-items:center;gap:.6rem;padding:.5rem 0;font-size:.95rem;display:flex}.Premium-module__DaU1aa__featureCheck{color:var(--color-success);flex-shrink:0;font-size:1.1rem;font-weight:700}.Premium-module__DaU1aa__subscribeButton{cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:auto;padding:.9rem 1.5rem;font-size:1.1rem;font-weight:700;transition:all .2s}.Premium-module__DaU1aa__subscribePlus{background:var(--color-success);color:#fff}.Premium-module__DaU1aa__subscribePlus:hover:not(:disabled){background:var(--color-success);filter:brightness(.9);transform:translateY(-2px);box-shadow:0 4px 12px #4caf5066}.Premium-module__DaU1aa__subscribePremium{color:#333;background:linear-gradient(135deg,gold 0%,#ffb300 100%)}.Premium-module__DaU1aa__subscribePremium:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #ffd70080}.Premium-module__DaU1aa__subscribeButton:disabled{opacity:.6;cursor:not-allowed}.Premium-module__DaU1aa__restoreSection{text-align:center;padding:.5rem 0}.Premium-module__DaU1aa__restoreButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:.5rem 1rem;font-size:.9rem;font-weight:500;text-decoration:underline;transition:color .2s}.Premium-module__DaU1aa__restoreButton:hover:not(:disabled){color:var(--jungle-green)}.Premium-module__DaU1aa__restoreButton:disabled{opacity:.6;cursor:not-allowed}.Premium-module__DaU1aa__infoSection{text-align:center;padding:1rem 0}.Premium-module__DaU1aa__infoText{color:var(--text-muted);max-width:720px;margin:0 auto .75rem;font-size:.9rem;line-height:1.5}.Premium-module__DaU1aa__legalLinks{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.Premium-module__DaU1aa__legalLink{color:var(--jungle-green);font-size:.9rem;font-weight:600;text-decoration:underline}.Premium-module__DaU1aa__legalLink:hover{color:var(--text-primary)}@media (max-width:768px){.Premium-module__DaU1aa__title{font-size:2rem}.Premium-module__DaU1aa__tiersGrid{grid-template-columns:1fr;gap:1.25rem}.Premium-module__DaU1aa__priceAmount{font-size:2.25rem}}@media (max-width:430px){.Premium-module__DaU1aa__title{font-size:1.75rem}.Premium-module__DaU1aa__tierCard{padding:1.5rem}}
.ShareModal-module__a05NhG__backdrop{z-index:calc(var(--z-modal,10000) + 5);padding:max(16px, var(--fj-safe-top)) max(16px, var(--fj-safe-right)) max(16px, var(--fj-safe-bottom)) max(16px, var(--fj-safe-left));background:#0000008c;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.ShareModal-module__a05NhG__modal{border:1px solid var(--border-default,#c4d4b4);background:var(--bg-surface,#ebf0e2);width:100%;max-width:600px;max-height:calc(100dvh - 32px);color:var(--text-primary,#1c2b1e);border-radius:20px;flex-direction:column;padding:18px 20px 20px;display:flex;overflow-y:auto;box-shadow:0 20px 60px #00000059}.ShareModal-module__a05NhG__header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.ShareModal-module__a05NhG__title{margin:0;font-size:1.15rem;font-weight:800}.ShareModal-module__a05NhG__closeBtn{width:40px;height:40px;color:var(--text-secondary,#3f5643);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;display:flex}.ShareModal-module__a05NhG__closeBtn:hover{background:var(--bg-surface-elevated,#f5f8ef)}.ShareModal-module__a05NhG__presetSaveRow{flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:12px;display:flex}.ShareModal-module__a05NhG__savedPresetChip{border:1px solid var(--border-default,#c4d4b4);background:var(--bg-surface-elevated,#f5f8ef);border-radius:999px;align-items:center;gap:2px;padding:4px 4px 4px 12px;display:inline-flex}.ShareModal-module__a05NhG__savedPresetBtn{color:var(--text-primary,#1c2b1e);cursor:pointer;text-overflow:ellipsis;white-space:nowrap;background:0 0;border:none;max-width:140px;padding:0;font-size:.78rem;font-weight:700;overflow:hidden}.ShareModal-module__a05NhG__savedPresetRemove{width:28px;height:28px;color:var(--text-muted,#6a816d);cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.ShareModal-module__a05NhG__savedPresetRemove:hover{background:var(--bg-surface,#ebf0e2);color:var(--color-error,#c62828)}.ShareModal-module__a05NhG__savePresetBtn{border:1px dashed var(--border-default,#c4d4b4);color:var(--text-secondary,#3f5643);cursor:pointer;background:0 0;border-radius:999px;align-items:center;gap:5px;padding:6px 13px;font-size:.78rem;font-weight:700;display:inline-flex}.ShareModal-module__a05NhG__savePresetBtn:hover:not(:disabled){background:var(--bg-surface-elevated,#f5f8ef);color:var(--text-primary,#1c2b1e)}.ShareModal-module__a05NhG__savePresetBtn:disabled{opacity:.5;cursor:default}.ShareModal-module__a05NhG__presetNameForm{align-items:center;gap:6px;display:inline-flex}.ShareModal-module__a05NhG__presetNameInput{border:1px solid var(--action-primary,#2e6b3e);background:var(--bg-surface,#ebf0e2);width:130px;color:var(--text-primary,#1c2b1e);border-radius:999px;padding:6px 10px;font-size:.78rem;font-weight:600}.ShareModal-module__a05NhG__presetNameInput:focus{border-color:var(--action-primary);box-shadow:0 0 0 3px color-mix(in srgb, var(--action-primary) 25%, transparent);outline:none}.ShareModal-module__a05NhG__presetNameSave,.ShareModal-module__a05NhG__presetNameCancel{cursor:pointer;border:none;border-radius:999px;padding:6px 12px;font-size:.76rem;font-weight:700}.ShareModal-module__a05NhG__presetNameSave{background:var(--action-primary,#2e6b3e);color:#fff}.ShareModal-module__a05NhG__presetNameCancel{color:var(--text-muted,#6a816d);background:0 0}.ShareModal-module__a05NhG__formatTabs{background:var(--bg-surface-elevated,#f5f8ef);border:1px solid var(--border-default,#c4d4b4);border-radius:12px;gap:6px;width:fit-content;margin:0 auto 12px;padding:4px;display:flex}.ShareModal-module__a05NhG__formatTab{color:var(--text-secondary,#3f5643);cursor:pointer;background:0 0;border:none;border-radius:9px;padding:7px 18px;font-size:.85rem;font-weight:700}.ShareModal-module__a05NhG__formatTabActive{background:var(--action-primary,#2e6b3e);color:#fff}.ShareModal-module__a05NhG__previewBox{justify-content:center;align-items:center;height:min(46vh,440px);margin-bottom:14px;display:flex}.ShareModal-module__a05NhG__previewFrame{border-radius:16px;position:relative;overflow:hidden;box-shadow:0 12px 34px #0000004d}.ShareModal-module__a05NhG__previewScaler{transform-origin:0 0;position:absolute;top:0;left:0}.ShareModal-module__a05NhG__presetRow{flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;margin-bottom:12px;display:flex}.ShareModal-module__a05NhG__presetPill{border:1px solid var(--border-default,#c4d4b4);background:var(--bg-surface-elevated,#f5f8ef);color:var(--text-secondary,#3f5643);cursor:pointer;border-radius:999px;padding:6px 13px;font-size:.78rem;font-weight:700}.ShareModal-module__a05NhG__presetPillActive{border-color:var(--action-primary,#2e6b3e);background:var(--action-primary,#2e6b3e);color:#fff}.ShareModal-module__a05NhG__loadingHint{text-align:center;color:var(--text-muted,#6a816d);margin:-4px 0 10px;font-size:.8rem;font-weight:600}.ShareModal-module__a05NhG__chartChips{flex-wrap:wrap;gap:6px;display:flex}.ShareModal-module__a05NhG__chartChip{border:1px solid var(--border-default,#c4d4b4);background:var(--bg-surface,#ebf0e2);color:var(--text-secondary,#3f5643);cursor:pointer;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:700}.ShareModal-module__a05NhG__chartChip:disabled{opacity:.45;cursor:default}.ShareModal-module__a05NhG__chartChipActive{border-color:var(--action-primary,#2e6b3e);background:var(--action-primary,#2e6b3e);color:#fff}.ShareModal-module__a05NhG__chartHint{color:var(--text-muted,#6a816d);margin:0;font-size:.74rem;font-weight:600}.ShareModal-module__a05NhG__actionRow{justify-content:center;gap:10px;margin-bottom:10px;display:flex}.ShareModal-module__a05NhG__primaryBtn,.ShareModal-module__a05NhG__secondaryBtn{cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:11px 26px;font-size:.95rem;font-weight:700;display:inline-flex}.ShareModal-module__a05NhG__primaryBtn{background:var(--action-primary,#2e6b3e);color:#fff;border:none;box-shadow:0 6px 18px #0000002e}.ShareModal-module__a05NhG__primaryBtn:hover:not(:disabled){background:var(--action-primary-hover,#255831)}.ShareModal-module__a05NhG__secondaryBtn{border:1px solid var(--border-default,#c4d4b4);background:var(--bg-surface-elevated,#f5f8ef);color:var(--text-primary,#1c2b1e)}.ShareModal-module__a05NhG__primaryBtn:disabled,.ShareModal-module__a05NhG__secondaryBtn:disabled{opacity:.6;cursor:default}.ShareModal-module__a05NhG__customizeToggle{width:fit-content;color:var(--text-secondary,#3f5643);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;gap:7px;margin:0 auto;padding:7px 14px;font-size:.85rem;font-weight:700;display:flex}.ShareModal-module__a05NhG__customizeToggle:hover{background:var(--bg-surface-elevated,#f5f8ef)}.ShareModal-module__a05NhG__customizeToggle svg{transition:transform .18s}.ShareModal-module__a05NhG__chevronOpen{transform:rotate(180deg)}.ShareModal-module__a05NhG__drawer{border:1px solid var(--border-default,#c4d4b4);background:var(--bg-surface-elevated,#f5f8ef);border-radius:14px;flex-direction:column;gap:14px;margin-top:12px;padding:14px;display:flex}.ShareModal-module__a05NhG__drawerSection{flex-direction:column;gap:8px;display:flex}.ShareModal-module__a05NhG__drawerLabel{letter-spacing:1.2px;text-transform:uppercase;color:var(--text-muted,#6a816d);font-size:.75rem;font-weight:800}.ShareModal-module__a05NhG__swatchRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ShareModal-module__a05NhG__swatch{border:2px solid var(--border-default,#c4d4b4);cursor:pointer;border-radius:50%;width:34px;height:34px;padding:0}.ShareModal-module__a05NhG__swatchAuto{background:var(--bg-surface,#ebf0e2);width:auto;height:34px;color:var(--text-primary,#1c2b1e);border-radius:999px;padding:0 12px;font-size:.78rem;font-weight:700}.ShareModal-module__a05NhG__swatchActive{border-color:var(--action-primary,#2e6b3e);box-shadow:0 0 0 3px var(--sidebar-active-glow,#2b9f5b59)}.ShareModal-module__a05NhG__bgSwatch{border:2px solid var(--border-default,#c4d4b4);cursor:pointer;background-position:50%;background-size:cover;background-color:var(--bg-surface,#ebf0e2);width:56px;height:34px;color:var(--text-muted,#6a816d);border-radius:8px;justify-content:center;align-items:center;padding:0;font-size:.66rem;font-weight:700;display:inline-flex}.ShareModal-module__a05NhG__toggleGrid{grid-template-columns:1fr 1fr;gap:7px 14px;display:grid}.ShareModal-module__a05NhG__toggleRow{color:var(--text-primary,#1c2b1e);cursor:pointer;align-items:center;gap:9px;font-size:.88rem;font-weight:600;display:flex}.ShareModal-module__a05NhG__toggleRow input{width:16px;height:16px;accent-color:var(--action-primary,#2e6b3e);cursor:pointer}.ShareModal-module__a05NhG__toggleRowDisabled{opacity:.45;cursor:default}.ShareModal-module__a05NhG__toggleRowDisabled input{cursor:default}.ShareModal-module__a05NhG__toggleRowNested{color:var(--text-secondary,#3f5643);grid-column:1/-1;padding-left:24px}.ShareModal-module__a05NhG__toggleFitNote{color:var(--text-muted,#6a816d);font-size:.68rem;font-style:italic;font-weight:700}.ShareModal-module__a05NhG__captureHost{pointer-events:none;position:fixed;top:0;left:-12000px}@media (max-width:560px){.ShareModal-module__a05NhG__modal{padding:14px 14px 16px}.ShareModal-module__a05NhG__actionRow{flex-wrap:wrap}.ShareModal-module__a05NhG__toggleGrid{grid-template-columns:1fr}.ShareModal-module__a05NhG__previewBox{height:min(42vh,400px)}.ShareModal-module__a05NhG__presetNameInput{width:100px;font-size:16px}}
.jungle-module___VKRxq__page{min-height:100dvh;padding:clamp(16px,4vw,32px);padding-left:max(clamp(16px, 4vw, 32px), var(--fj-safe-left));padding-right:max(clamp(16px, 4vw, 32px), var(--fj-safe-right));box-sizing:border-box;max-width:100vw;transition:background .35s;overflow-x:hidden}.jungle-module___VKRxq__page[data-terrain=grass]{background:radial-gradient(120% 60% at 50% 0%, color-mix(in srgb, var(--jungle-green) 8%, transparent), transparent 70%)}.jungle-module___VKRxq__page[data-terrain=moon]{background:radial-gradient(120% 60% at 50% 0,#7a8bb81f,#0000 70%)}.jungle-module___VKRxq__container{margin:0 auto;}.jungle-module___VKRxq__header{background:color-mix(in srgb, var(--bg-surface) 88%, transparent);border:1px solid var(--border-default);border-radius:16px;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:1rem;margin-bottom:clamp(.75rem,1.5vw,1rem);padding:clamp(.9rem,2vw,1.25rem) clamp(1rem,2.5vw,1.5rem);display:grid;box-shadow:0 5px 18px #00000012}.jungle-module___VKRxq__title{color:var(--jungle-green);grid-column:2;margin:0;font-size:clamp(1.65rem,4vw,2.2rem);font-weight:800}.jungle-module___VKRxq__headerBaseAction{grid-column:1;justify-self:start}.jungle-module___VKRxq__headerActions{grid-column:3;justify-self:end;align-items:center;gap:.75rem;min-width:0;display:flex}.jungle-module___VKRxq__controlsRow{justify-content:space-between;align-items:center;gap:1rem;width:100%;margin-bottom:clamp(1.25rem,3vw,2rem);display:flex}.jungle-module___VKRxq__totalFocusCard{background:var(--bg-surface);border:1.5px solid var(--border-default);white-space:nowrap;border-radius:clamp(8px,1.2vw,10px);flex-shrink:0;align-items:baseline;gap:5px;padding:clamp(6px,1vw,8px) clamp(12px,1.8vw,16px);display:flex;box-shadow:0 3px 10px #00000014}.jungle-module___VKRxq__totalFocusLabel,.jungle-module___VKRxq__totalFocusValue,.jungle-module___VKRxq__totalFocusUnit{color:var(--jungle-green);font-size:clamp(15px,2.3vw,18px);font-weight:700;line-height:1}.jungle-module___VKRxq__totalFocusUnit{margin-left:1px}.jungle-module___VKRxq__baseToggle{background:var(--bg-surface-elevated);border:2px solid var(--jungle-green);min-height:40px;color:var(--jungle-green);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:background .2s,color .2s;display:inline-flex}.jungle-module___VKRxq__baseToggle:hover{background:var(--jungle-green);color:#fff}.jungle-module___VKRxq__baseToggle:focus-visible{outline:2px solid var(--action-primary,var(--jungle-green));outline-offset:2px}.jungle-module___VKRxq__basePanel{z-index:var(--z-dropdown);background:var(--bg-surface);border:1px solid var(--border-default);border-radius:16px;width:min(420px,100vw - 2rem);max-height:min(70dvh,480px);padding:1rem;animation:.15s ease-out jungle-module___VKRxq__basePanelIn;position:fixed;overflow-y:auto;box-shadow:0 12px 28px #0000002e}@keyframes jungle-module___VKRxq__basePanelIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.jungle-module___VKRxq__jungleViewport{width:100%;min-width:0;height:clamp(320px,68dvh,680px);overflow:hidden}.jungle-module___VKRxq__loadingState{display:block}.jungle-module___VKRxq__errorCard{background:var(--color-error-bg);border:1px solid var(--color-error);text-align:center;color:var(--color-error);border-radius:12px;padding:2rem;box-shadow:0 4px 12px #ef535026}.jungle-module___VKRxq__errorCard p{margin:0 0 1rem;font-weight:500}.jungle-module___VKRxq__retryButton{background:var(--jungle-green);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.4rem;font-size:.9rem;font-weight:700;transition:filter .15s;display:inline-block}.jungle-module___VKRxq__retryButton:hover{filter:brightness(.95)}.jungle-module___VKRxq__retryButton:focus-visible{outline:2px solid var(--action-primary,var(--jungle-green));outline-offset:2px}.jungle-module___VKRxq__emptyState{text-align:center;flex-direction:column;align-items:center;gap:.25rem;display:flex}.jungle-module___VKRxq__emptyJungleViewport{width:100%;height:min(380px,48dvh);min-height:260px}.jungle-module___VKRxq__emptyIcon{background:color-mix(in srgb, var(--jungle-green) 22%, transparent);width:76px;height:76px;color:var(--jungle-green);border-radius:50%;justify-content:center;align-items:center;margin-bottom:.75rem;display:inline-flex}.jungle-module___VKRxq__emptyText{max-width:34ch;color:var(--text-primary);margin:0 0 1.25rem;font-size:1rem;font-weight:500}.jungle-module___VKRxq__emptyButton{background:var(--jungle-green);color:#fff;border-radius:8px;margin-bottom:1.5rem;padding:.75rem 1.5rem;font-weight:700;text-decoration:none;transition:transform .15s,filter .15s;display:inline-block}.jungle-module___VKRxq__emptyButton:hover{filter:brightness(.95);transform:translateY(-2px)}.jungle-module___VKRxq__emptyButton:focus-visible{outline:2px solid var(--action-primary,var(--jungle-green));outline-offset:2px}@media (prefers-reduced-motion:reduce){.jungle-module___VKRxq__emptyButton:hover{transform:none}}@media (max-width:768px){.jungle-module___VKRxq__page{padding-top:80px}.jungle-module___VKRxq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.6rem .75rem;padding:.85rem 1rem;display:flex}.jungle-module___VKRxq__title{text-align:center;flex:100%;order:1}.jungle-module___VKRxq__headerBaseAction{order:2}.jungle-module___VKRxq__headerActions{order:3}.jungle-module___VKRxq__controlsRow{flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1rem}.jungle-module___VKRxq__jungleViewport{height:clamp(300px,62dvh,560px)}}
