:root{--paper: #fff8ee;--ink: #243447;--muted: #5a6b78;--navy: #1a4f86;--white: #ffffff;--sun: #ff9a1f;--mint: #3ecf8e;--sky: #3aa8e0;--grape: #8b6cff;--peach: #ff7a59;--leaf: #5cbc3a;--blush: #ffe8f0;--grass: #6fbf4a;--display: "Baloo 2", "Be Vietnam Pro", sans-serif;--text: "Be Vietnam Pro", "Noto Sans", sans-serif;--page: min(64rem, calc(100% - 2.5rem) );--main-max: 68rem;--header-h: 4.25rem;--tap: 2.75rem;--shadow: 0 .55rem 1.35rem rgba(36, 52, 71, .12);--radius: 1.15rem}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:var(--text);font-size:1.05rem;line-height:1.55;font-weight:500;-webkit-font-smoothing:antialiased}img,svg{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}h1,h2,h3,.btn{font-family:var(--display)}.wrap{width:var(--page);margin-inline:auto}.adaptive-desktop,.adaptive-tablet,.adaptive-mobile{display:none}@media(max-width:767px){.adaptive-mobile{display:block}}@media(min-width:768px)and (max-width:1199px){.adaptive-tablet{display:block}}@media(min-width:1200px){.adaptive-desktop{display:block}}body.home-page{background-color:var(--paper)}body.home-page:before{content:"";position:fixed;inset:0;z-index:-1;pointer-events:none;background:url(/assets/desktop/bg/scenic-wash.jpg) center / cover no-repeat}@media(max-width:767px){body.home-page:before{background-image:url(/assets/mobile/bg/scenic-wash.jpg)}}@media(min-width:768px)and (max-width:1199px){body.home-page:before{background-image:url(/assets/tablet/bg/scenic-wash.jpg)}}.page-frame{display:grid;grid-template-columns:minmax(0,1fr);width:100%;min-height:100vh;background:transparent}.page-main{min-width:0;width:100%;max-width:var(--main-max);margin-inline:auto;background:transparent;box-shadow:0 0 2.5rem #24344714}.ad-rail{display:none;position:sticky;top:0;align-self:start;z-index:5;justify-content:center;align-items:flex-start;height:100vh;padding:1rem .4rem;pointer-events:none}.ad-rail .ad-slot{pointer-events:auto;width:min(100%,10.5rem);min-height:37.5rem;border-radius:.75rem}body.has-ads .page-frame{grid-template-columns:minmax(0,1fr) minmax(0,var(--main-max)) minmax(0,1fr)}body.has-ads .page-main{max-width:none;margin-inline:0}body.has-ads .ad-rail{display:flex}.page-hero{padding:clamp(2rem,5vw,4rem) 0 clamp(3rem,6vw,5rem);background:linear-gradient(180deg,#eef7ff,var(--paper));min-height:50vh}.prose{max-width:42rem}.prose h1{margin:0 0 .75rem;font-size:clamp(1.75rem,3vw,2.4rem);font-weight:800;color:var(--navy)}.prose p{color:var(--muted);font-weight:600}@media(max-width:1200px){body.has-ads .page-frame{grid-template-columns:minmax(0,1fr)}body.has-ads .ad-rail{display:none}body.has-ads .page-main{max-width:var(--main-max);margin-inline:auto}}.game-card.is-playable{cursor:pointer}html.game-player-lock{overflow:hidden;height:100%;overscroll-behavior:none;touch-action:none}body.game-player-lock{position:fixed;left:0;right:0;width:100%;overflow:hidden;overscroll-behavior:none;touch-action:none}.game-player{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:clamp(.55rem,1.4vw,.9rem);opacity:0;pointer-events:none;isolation:isolate;overscroll-behavior:none;touch-action:none;transition:opacity .22s ease}.game-player[hidden]{display:none!important}.game-player:not([hidden]){display:flex}.game-player.is-open{opacity:1;pointer-events:auto}.game-player-backdrop{position:absolute;inset:0;border:0;padding:0;margin:0;cursor:pointer;background:#101c2a9e;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);touch-action:none}.game-player-stage{--stage-gutter: clamp(.55rem, 1.4vw, .9rem);position:relative;z-index:1;display:flex;flex-direction:column;width:min(calc(100vw - 2 * var(--stage-gutter)),calc((100vh - 2 * var(--stage-gutter)) * 16 / 10));height:min(calc(100vh - 2 * var(--stage-gutter)),calc((100vw - 2 * var(--stage-gutter)) * 10 / 16));border-radius:1.15rem;overflow:hidden;background:#fffaf3;box-shadow:0 1.5rem 3.5rem #101c2a52,0 0 0 1px #ffffff59 inset;transform:scale(.94) translateY(.85rem);opacity:.88;touch-action:manipulation;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .28s ease,border-radius .22s ease}.game-player[data-orientation=portrait] .game-player-stage{width:min(calc(100vw - 2 * var(--stage-gutter)),calc((100vh - 2 * var(--stage-gutter)) * 10 / 16));height:min(calc(100vh - 2 * var(--stage-gutter)),calc((100vw - 2 * var(--stage-gutter)) * 16 / 10))}.game-player[data-fs=on]{padding:0}.game-player[data-fs=on] .game-player-stage{width:100%;height:100%;border-radius:0}.game-player.is-open .game-player-stage{transform:scale(1) translateY(0);opacity:1}.game-player-bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .7rem .55rem .75rem;background:linear-gradient(180deg,rgba(255,255,255,.55),transparent 70%),linear-gradient(180deg,#fff8ee,#ffe9d4);border-bottom:1px solid rgba(26,79,134,.1)}.game-player-identity{display:flex;align-items:center;gap:.75rem;min-width:0}.game-player-mark{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2.35rem;height:2.35rem;border-radius:.75rem;background:linear-gradient(160deg,#3aa8e0,#1a4f86);color:#fff;font-family:var(--display);font-size:1.1rem;font-weight:800;box-shadow:0 .28rem .55rem #1a4f8647}.game-player-copy{min-width:0;display:flex;flex-direction:column;gap:.12rem}.game-player-kicker{margin:0;font-family:var(--text);font-size:.78rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#5a6b78}.game-player-title{margin:0;font-family:var(--display);font-size:clamp(1.05rem,2vw,1.35rem);font-weight:800;color:#143a66;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-player-tools{display:flex;align-items:center;gap:.4rem;flex-shrink:0}.game-player-mode{margin:0;padding:.35rem .7rem;border-radius:999px;font-family:var(--display);font-size:.78rem;font-weight:800;letter-spacing:.01em;color:#5a3200;background:#ffe3a3;border:1px solid rgba(180,120,20,.18)}.game-player-mode[data-mode=member]{color:#0f3a16;background:#d7f5c8;border-color:#3c8c3233}.game-player-tool{display:inline-flex;align-items:center;justify-content:center;width:2.55rem;height:2.55rem;padding:0;border:0;border-radius:999px;background:transparent;cursor:pointer;flex-shrink:0;transition:transform .15s ease,filter .15s ease}.game-player-tool:hover{transform:translateY(-1px);filter:brightness(1.05)}.game-player-tool:active{transform:translateY(0)}.game-player-tool-icon{display:block;width:100%;height:100%;object-fit:contain;pointer-events:none;filter:drop-shadow(0 .15rem .2rem rgba(16,28,42,.18))}.game-player-tool .is-exit,.game-player[data-fs=on] .game-player-tool .is-enter{display:none}.game-player[data-fs=on] .game-player-tool .is-exit{display:block}.game-player-frame-wrap{flex:1;min-height:0;background:#eef7ff;touch-action:manipulation}.game-player-frame{width:100%;height:100%;border:0;display:block;background:#fff8ee}.game-player-foot{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.4rem .85rem;background:linear-gradient(180deg,#ffe9d4,#fff8ee);border-top:1px solid rgba(26,79,134,.1)}.game-player-foot-brand,.game-player-foot-hint{margin:0;font-family:var(--display);font-size:.78rem;font-weight:800;letter-spacing:.02em}.game-player-foot-brand{color:#1a4f86}.game-player-foot-hint{color:#5a6b78}@media(max-width:767px){.game-player{padding:max(.75rem,env(safe-area-inset-top)) max(.75rem,env(safe-area-inset-right)) max(.75rem,env(safe-area-inset-bottom)) max(.75rem,env(safe-area-inset-left));align-items:center}.game-player[data-fs=on]{padding:0}.game-player-stage{--stage-gutter: .75rem;border-radius:1rem}.game-player-bar{padding:.45rem .55rem}.game-player-mark{width:2.15rem;height:2.15rem;border-radius:.65rem}.game-player-kicker,.game-player-mode{display:none}.game-player-tool{width:2.4rem;height:2.4rem}.game-player-foot{padding:.35rem .7rem}}@media(max-width:480px)and (orientation:portrait){.game-player[data-orientation=landscape] .game-player-stage{width:calc(100vw - 2 * var(--stage-gutter));height:min(58vw,calc(100vh - 7.5rem));max-height:calc(100vh - 2 * var(--stage-gutter) - .5rem)}}@media(max-width:900px)and (orientation:landscape){.game-player{padding:max(.45rem,env(safe-area-inset-top)) max(.55rem,env(safe-area-inset-right)) max(.45rem,env(safe-area-inset-bottom)) max(.55rem,env(safe-area-inset-left))}.game-player-stage{--stage-gutter: .55rem}.game-player-kicker,.game-player-mode,.game-player-foot{display:none}}.play-shell{min-height:70vh;padding:1.5rem 0 2.5rem;background:linear-gradient(180deg,#eef7ff 0%,var(--paper) 55%)}.play-shell.play-embed{min-height:100%;height:100%;padding:.85rem 0 1rem;background:#fff8ee}.play-shell .play-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.65rem 1rem;margin-bottom:1rem}.play-shell.play-embed .play-bar{margin-bottom:.65rem}.play-shell .play-bar .btn-white{display:inline-flex;align-items:center;min-height:2.4rem;padding:.4rem .95rem;border-radius:999px;background:#fff;border:1px solid rgba(26,79,134,.15);font-family:var(--display);font-weight:700;color:var(--navy);box-shadow:0 .15rem #0000000f}.play-shell .guest-play{margin:0;flex:1;font-size:.92rem;font-weight:600;color:var(--muted)}.play-shell .score{font-family:var(--display);font-size:1.15rem;font-weight:800;color:var(--navy)}.play-shell .board{padding:1.25rem 1.15rem 1.5rem;border-radius:1.25rem;background:#fff;box-shadow:var(--shadow)}.play-shell .prompt{margin:0 0 1rem;font-family:var(--display);font-size:clamp(1.45rem,3vw,2rem);font-weight:800;color:var(--navy);text-align:center}.play-shell .stage-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.35rem;min-height:4.5rem;margin-bottom:1.15rem;font-size:clamp(2rem,6vw,3rem);line-height:1.2;text-align:center}.play-shell .choices{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.play-shell .choice{min-width:4.25rem;min-height:3.5rem;padding:.55rem 1rem;border:0;border-radius:1rem;background:linear-gradient(180deg,#7ee08a,#4cbf5a);color:#0f3a16;font-family:var(--display);font-size:1.45rem;font-weight:800;cursor:pointer;box-shadow:0 .25rem #0000001f}.play-shell .choice:hover{filter:brightness(1.04)}.play-shell .toast{min-height:1.5rem;margin:1rem 0 0;text-align:center;font-family:var(--display);font-size:1.2rem;font-weight:800;color:#c45a00}html.embed-play,html.embed-play body{background:#fff8ee;min-height:100%}html.embed-play .page-frame{display:block;min-height:100%;background:#fff8ee}html.embed-play .play-back,html.embed-play .guest-play,html.embed-play .site-header,html.embed-play .site-footer,html.embed-play .ad-rail{display:none!important}html.embed-play .page-main{box-shadow:none;background:transparent}.game-player[data-phase=gate] .game-player-stage,.game-player[data-phase=gate] [data-sheet=save],.game-player[data-phase=play] .game-sheet,.game-player[data-phase=save] [data-sheet=gate]{display:none}.game-player[data-phase=save] .game-player-stage{filter:brightness(.62);pointer-events:none}.game-sheet{position:relative;z-index:2;width:min(26rem,100%);padding:1.5rem 1.35rem 1.25rem;border-radius:1.25rem;background:#fffaf3;box-shadow:0 1.25rem 3rem #14243447;touch-action:manipulation}.game-player[data-phase=save] .game-sheet-save{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%)}.game-sheet-kicker{margin:0 0 .35rem;font-family:var(--display);font-size:.85rem;font-weight:800;color:var(--navy);opacity:.7}.game-sheet-title{margin:0 0 .55rem;font-family:var(--display);font-size:1.65rem;font-weight:800;line-height:1.15;color:var(--navy)}.game-sheet-lead{margin:0 0 1.1rem;font-size:1rem;line-height:1.5;font-weight:600;color:var(--ink)}.game-sheet-actions{display:flex;flex-direction:column;gap:.55rem}.game-sheet-btn{display:inline-flex;align-items:center;justify-content:center;min-height:2.85rem;padding:.55rem 1rem;border:0;border-radius:999px;font-family:var(--display);font-size:1.05rem;font-weight:800;cursor:pointer;transition:transform .15s ease,filter .15s ease,opacity .15s ease}.game-sheet-btn:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.04)}.game-sheet-btn:disabled{opacity:.55;cursor:wait}.game-sheet-btn-primary{background:linear-gradient(180deg,#ffc14a,#ff9a1f);color:#5a3200;box-shadow:0 .22rem #0000001f}.game-sheet-btn-secondary{background:#fff;color:var(--navy);border:1px solid rgba(26,79,134,.18)}.game-sheet-btn-danger{background:transparent;color:#8a2f2f}.game-sheet-note{min-height:1.25rem;margin:.75rem 0 0;font-size:.92rem;font-weight:650;color:#8a4b00}
