@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800;900&display=swap";:root{font-family:Noto Sans TC,Microsoft JhengHei,sans-serif;color:#252724;background:#f7f5ee;font-synthesis:none;font-weight:400;--ink:#252724;--muted:#74766f;--coral:#df6047;--line:#e1e2d9;--sage:#e9eddf;--radius:22px}*{box-sizing:border-box}body{margin:0}button,input,textarea,select{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:default;opacity:.55}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #546a4b;outline-offset:4px}a{color:inherit}h1,h2,h3,p{margin-top:0}h1{letter-spacing:-.045em;line-height:1.2;font-weight:900}h2{font-size:27px;line-height:1.4;letter-spacing:-.03em;font-weight:800}p{line-height:1.75}.muted{color:var(--muted)}.center{text-align:center}.full{width:100%}.site-header{max-width:1440px;margin:auto;padding:24px 44px;display:flex;justify-content:space-between;align-items:center;gap:20px}.brand{display:flex;align-items:center;gap:12px;font-size:30px;font-weight:900;text-decoration:none;letter-spacing:-.05em}.logo{display:flex;align-items:center;justify-content:center;background:#e96b50;color:#fff;border-radius:50%;width:46px;height:46px}.header-right{display:flex;gap:24px;align-items:center;color:#656860;font-size:16px}.connection{display:flex;gap:7px;align-items:center;font-size:12px;color:#54754c}.connection.offline{color:#9c492f}.home,.lobby,.game-page{max-width:1440px;margin:auto;padding:8px 44px 30px}.hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 0 28px}.hero h1{font-size:64px;margin-bottom:16px}.hero p{font-size:24px;color:#676a63;margin:0;font-weight:500}.hero img{width:340px;height:245px;object-fit:contain;object-position:center bottom}.home-grid{display:grid;grid-template-columns:minmax(0,1.42fr) minmax(340px,1fr);gap:18px}.game-picker{padding:24px 22px 20px;background:var(--sage);border-radius:var(--radius)}.game-picker h2{margin:0 0 18px 6px;font-size:32px}.game-list{display:grid;gap:10px}.game-row{display:flex;align-items:center;gap:17px;text-align:left;padding:13px 16px;background:#fffefa;border:2px solid transparent;border-radius:17px;color:var(--ink);transition:transform .15s,border-color .15s}.game-row:hover{transform:translate(3px);border-color:#df604744}.game-row.selected{border-color:var(--coral);background:#fff8f0}.game-letter{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:60px;height:60px;border-radius:13px;font-size:34px;font-weight:800;color:#4f544c}.game-index{color:#858880;font-size:15px;font-weight:600}.game-copy{flex:1;min-width:0}.game-copy strong{display:block;font-size:20px;letter-spacing:-.03em}.game-copy>span{display:block;color:#7a7d74;font-size:15px;margin-top:3px}.game-row>svg{flex-shrink:0;color:#73776e}.room-start{background:#fffefa;border:1px solid #eeeee6;border-radius:var(--radius);padding:28px 30px}.room-start h2{font-size:32px;margin-bottom:8px}.room-start>p{font-size:19px;color:#72756c;margin-bottom:24px}.button{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 20px;min-height:48px;border-radius:13px;border:1.5px solid transparent;font-size:16px;font-weight:700;line-height:1.5;text-decoration:none;transition:background .15s,transform .15s}.button:not(:disabled):active{transform:translateY(1px)}.primary{background:var(--coral);color:#fff}.primary:hover:not(:disabled){background:#c94e38}.secondary{border-color:var(--coral);background:transparent;color:#c44c35}.secondary:hover:not(:disabled){background:#fff1e9}.quiet{background:transparent;color:#676b62;padding:10px 12px}.quiet:hover{background:#e8ecdf}.create-button{min-height:68px;font-size:22px}.divider{display:flex;align-items:center;gap:16px;color:#777a72;margin:20px 0 14px}.divider:before,.divider:after{content:"";height:1px;background:var(--line);flex:1}.join-form{display:grid;gap:11px}label{font-size:14px;font-weight:600;color:#666b60;display:block}input,textarea,select{width:100%;padding:12px 14px;border:1.5px solid #d6d9cf;border-radius:11px;color:#252724;background:#fff;font-size:16px;line-height:1.5;margin-top:5px}input::placeholder,textarea::placeholder{color:#969b91}textarea{resize:vertical;min-height:100px}.steps{display:flex;align-items:center;justify-content:space-around;gap:8px;margin:24px 0 0;color:#6a7063}.steps>span{display:flex;flex-direction:column;align-items:center;gap:7px}.steps b{border-radius:50%;display:grid;place-items:center;width:35px;height:35px;background:#f8e5d9;color:#ad5741}.steps>span:nth-of-type(2) b{background:#e8edde;color:#646e54}.steps>span:nth-of-type(3) b{background:#f4ebcb;color:#89702b}.steps svg{width:20px;color:#9ba08f}.home footer{text-align:center;margin-top:16px;color:#888b81;font-size:13px}.modal{border:0;border-radius:24px;padding:28px;width:min(580px,calc(100% - 30px));max-height:90dvh;color:var(--ink);background:#fffdf7;box-shadow:0 24px 80px #20202030}.modal::backdrop{background:#25272466;backdrop-filter:blur(3px)}.modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.modal-head h2{margin-bottom:10px}.icon-button{padding:8px;display:inline-flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;border:0;border-radius:10px;background:transparent;color:inherit}.icon-button:hover{background:#e9ecdf}.icon-button.small{min-width:26px;min-height:26px;padding:3px}.rules-list{padding-left:24px;line-height:1.9}.rules-list li{padding:5px 0}.role-notes{padding:15px;background:#eef0e6;border-radius:14px;margin:20px 0}.role-notes p{margin:3px 0}.role-notes b{margin-right:8px}.network-banner,.error-banner{max-width:1352px;margin:8px auto;padding:12px 20px;border-radius:12px;background:#fbe0d5;color:#953620;font-size:15px}.network-banner{background:#f4e9bf;color:#6a571d}.error-banner{display:flex;justify-content:space-between;gap:12px}.error-banner button{background:transparent;border:0;font-size:22px;color:inherit}.join-page,.player-lobby{max-width:480px;padding:20px 28px 48px;margin:auto}.join-page>img{width:100%;height:175px;object-fit:contain}.join-page h1,.player-lobby h1{font-size:38px;margin:18px 0 10px}.join-page .join-form{margin-top:25px}.back-link{display:block;text-align:center;margin-top:22px;color:#777e70;font-size:14px}.lobby-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 0}.lobby-heading h1{font-size:45px;margin-bottom:10px}.lobby-heading p{margin:0;color:#73776a}.screen-actions{display:flex;gap:4px;flex-wrap:wrap}.screen-actions .button{font-size:13px}.lobby-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:24px}.lobby-main{background:#e9eddf;border-radius:22px;padding:24px}.lobby-main h2{font-size:22px;margin-bottom:16px}.lobby-main h2:not(:first-child){margin-top:28px}.players{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0 24px}.player-chip{display:inline-flex;align-items:center;gap:9px;background:#fffdf7;padding:10px 13px;border-radius:12px;border:1px solid #e0e3d8}.player-chip>span:first-child{font-size:24px}.player-chip.away{opacity:.6}.player-chip small{font-size:12px}.empty-players{padding:24px;text-align:center;color:#89907f;border:1px dashed #b9c0ac;border-radius:14px;margin:18px 0 28px}.lobby-start{display:flex;justify-content:space-between;gap:10px;margin:20px 0 16px}.lobby-main>p{font-size:13px;margin:0}.qr-panel{align-self:start;background:#fffefb;border-radius:22px;padding:24px;text-align:center;border:1px solid #e9e9de}.qr-panel h2{font-size:24px}.qr-image{width:100%;max-width:230px;border-radius:12px;display:block;margin:auto}.room-code{font-size:44px;font-weight:800;letter-spacing:.12em;font-variant-numeric:tabular-nums;margin:12px 0}.qr-panel p{font-size:13px}.join-url{display:block;font-size:12px;overflow-wrap:anywhere;color:#73796b;margin-bottom:18px}.network-select{margin-bottom:12px}.welcome-avatar{display:block;font-size:80px;text-align:center;padding-top:24px}.player-lobby{text-align:center}.player-lobby h2{font-size:21px;margin-top:26px}.player-lobby .players{justify-content:center}.ready-note{display:flex;gap:14px;align-items:center;text-align:left;padding:20px;background:#e9efdd;color:#49653a;border-radius:15px;margin:18px 0}.ready-note p{margin:4px 0 0;font-size:14px}.game-toolbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;border-bottom:1px solid #dddfd4;padding:16px 0}.game-toolbar>div{display:flex;align-items:center;gap:12px}.game-toolbar b{font-size:18px}.small-letter{width:38px;height:38px;border-radius:9px;font-size:23px}.timer{background:#e9eddf;color:#50613e;border-radius:10px;padding:8px 13px;font:700 20px/1.3 ui-monospace,monospace;min-width:86px;text-align:center}.timer.urgent{background:#f5ddd0;color:#b3422b}.game-title{text-align:center;padding:34px 0 18px}.game-title h1{font-size:43px;margin:10px 0 14px}.game-title p{color:#6f7568;font-size:17px;margin:0}.game-title>.muted{font-size:14px}.scale-labels{display:flex;justify-content:space-between;gap:15px;margin:8px 0 18px;padding-bottom:12px;border-bottom:5px solid #e2e7d8;color:#72796a}.order-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(108px,1fr));gap:12px}.order-card{display:flex;flex-direction:column;align-items:center;gap:8px;background:#fffdf8;border:2px solid #e4e5d9;padding:14px 8px;border-radius:16px;color:inherit}.order-card:disabled{opacity:1}.order-card.selected{border-color:var(--coral);background:#fff0e5}.order-card .muted{font-size:13px}.avatar-large{font-size:42px}.order-value{font-size:32px;font-weight:800;background:#ecefe4;width:100%;border-radius:10px;padding:9px}.phone-action{max-width:410px;margin:auto}.secret-card{text-align:center;background:#f4e4ad;padding:28px;border-radius:24px;margin-bottom:20px}.secret-card>span{color:#7d6b31;font-size:16px}.secret-card>strong{display:block;font-size:100px;line-height:1.4;font-weight:900;color:#3c3c26}.secret-card p{font-size:14px;color:#786f4c}.result-banner{padding:25px;background:#e7edde;border-radius:18px;text-align:center;margin:28px 0}.result-banner h2{font-size:25px;margin-bottom:8px}.result-banner p{margin:4px 0}.host-controls{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:12px;background:#fffdf8;border:1px solid #e4e5d9;padding:18px 20px;border-radius:18px;margin:20px 0 12px}.host-controls>span{margin-right:auto;color:#777d6f;font-size:14px}.game-presence{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:24px;font-size:13px;color:#818879}.status-dot{width:7px;height:7px;border-radius:50%;background:#6c8c54}.game-page>.screen-actions{justify-content:flex-end}.relay-task{max-width:600px;margin:auto}.prompt-paper{padding:23px;background:#eed;border-radius:16px;margin:0 0 20px}.prompt-paper .muted{font-size:13px}.prompt-paper h2{font-size:25px;margin:8px 0 0}.relay-wait{text-align:center;padding:10px}.relay-wait img{height:230px;width:100%;object-fit:contain}.relay-wait h2{margin-bottom:8px}.relay-wait p{margin:4px 0}.drawing-view{width:100%;height:auto;display:block;border:1px solid #dedfd7;border-radius:14px;margin-bottom:15px}.drawing-tools{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:12px}.pen-colors{display:flex;gap:8px}.swatch{width:32px;height:32px;border-radius:50%;border:3px solid #fff}.swatch.active{outline:2px solid #252724;outline-offset:2px}.drawing-tools label{display:flex;align-items:center;gap:7px;margin-left:auto}.drawing-tools select{width:65px;margin:0;padding:5px}.drawing-pad canvas{width:100%;height:auto;aspect-ratio:4/3;background:#fff;border:1px solid #cdd2c3;border-radius:14px;touch-action:none;display:block;margin-bottom:18px;cursor:crosshair}.drawing-pad .button{margin-bottom:10px}.entry-footer{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-top:14px}.entry-footer .muted{font-size:13px}.story-tabs{display:flex;flex-wrap:wrap;gap:8px;margin:22px 0}.story-tabs .button{font-size:14px;padding:9px 14px}.story-chain{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:16px;margin:22px 0}.story-frame{background:#fffef9;border:1px solid #e0e3d6;border-radius:15px;padding:15px}.story-frame>.muted{font-size:13px}.story-frame .drawing-view{margin:12px 0 0}.story-text{font-size:22px;font-weight:700;margin:20px 0;overflow-wrap:anywhere}.bluff-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(0,1.2fr);gap:25px;align-items:start}.bluff-image{width:100%;max-height:420px;object-fit:cover;border-radius:22px}.answer-wall{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.answer-paper{background:#fffdf7;border:2px solid #e7e8da;border-radius:15px;padding:16px;overflow-wrap:anywhere}.answer-paper>span{font-size:14px;color:#767d6c}.answer-paper p{font-size:20px;font-weight:700;margin:10px 0 0}.answer-paper.odd{border-color:#e96b50;background:#fff0e1}.answer-paper.odd b{color:#b7442d}.saved-message{color:#4d703e;display:flex;gap:8px;justify-content:center;align-items:center;font-size:14px;margin-top:12px}.vote-section{max-width:650px;margin:28px auto}.vote-section h2{font-size:22px}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.scoreboard{max-width:650px;margin:24px auto;background:#fffdf8;border:1px solid #e4e5d9;border-radius:17px;padding:5px 20px}.score-row{display:flex;align-items:center;gap:16px;padding:14px 0;border-bottom:1px solid #e9eade}.score-row:last-child{border:0}.score-row>strong{margin-left:auto}.rank{color:#87917b;width:20px}.score-row small{font-size:12px;color:#828779;font-weight:400}.score-row em{font-style:normal;color:#56733f;background:#e6efd8;padding:3px 7px;border-radius:8px;margin-left:10px;font-size:13px}.cake-art{text-align:center;font-size:120px;line-height:1.2;margin:6px 0 24px}.cake-rules{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:26px}.cake-rules>span{padding:14px 24px;border-radius:14px;background:#eeeede;text-align:center;color:#737862}.cake-rules b{display:block;color:#4d5842;margin-bottom:4px}.cake-choices{display:grid;grid-template-columns:1fr 1fr;gap:15px;max-width:580px;margin:auto}.big-choice{display:flex;flex-direction:column;align-items:center;gap:10px;border:2px solid #e0e3d5;padding:25px 14px;border-radius:19px;background:#fffef9;color:inherit}.big-choice>span{font-size:44px}.big-choice b{font-size:24px}.big-choice small{font-size:14px;color:#767e6c}.big-choice.selected{border-color:var(--coral);background:#fff0e3}.flip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.flip-card{text-align:center;background:#e7eeda;border-radius:16px;padding:20px 12px}.flip-card.selfish{background:#f4dfd1}.flip-card h2{font-size:23px;margin:16px 0}.round-rule{display:inline-block;padding:8px 15px;background:#e6ddf1;border-radius:12px;font-weight:700;color:#695a7c}.emotion-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;max-width:960px;margin:auto}.emotion-option{display:flex;flex-direction:column;align-items:center;gap:10px;min-height:175px;padding:20px 12px;border:2px solid #e1e3d8;border-radius:20px;background:#fffef8;color:inherit}.emotion-option:disabled{opacity:1}.emotion-option.selected{border-color:var(--coral);background:#fff0e3}.emotion-icon{font-size:53px}.emotion-option b{font-size:19px}.landed-players{display:flex;gap:6px;flex-wrap:wrap;justify-content:center}.landed-players>span{background:#e9eddf;border-radius:8px;padding:5px 8px;font-size:12px}.game-finished{text-align:center;padding:24px 0}.game-finished>img{width:320px;height:220px;object-fit:contain;max-width:100%}.game-finished h1{font-size:42px;margin:20px 0 15px}.game-finished .scoreboard{text-align:left}.is-player{max-width:850px}.is-player .game-toolbar b{font-size:15px}.is-player .game-title h1{font-size:33px}.is-player .game-title{padding:25px 0 20px}.is-player .bluff-layout{grid-template-columns:1fr}.is-player .bluff-image{max-height:210px;object-position:50% 35%}.is-player .cake-art{font-size:80px}.is-player .cake-rules>span{padding:10px;font-size:12px}.is-player .cake-rules{gap:8px}.is-player .game-title p{font-size:15px}.is-player .emotion-grid{gap:10px}.is-player .emotion-option{min-height:150px;padding:15px 8px}.is-player .emotion-option b{font-size:16px}@media(min-width:1200px){.hero{padding:0 0 12px}.hero h1{font-size:76px;line-height:1.16}.hero img{height:225px}.game-copy strong{font-size:23px}.game-copy>span{font-size:16px}.game-picker h2,.room-start h2,.brand{font-size:34px}}@media(min-width:1500px){.home,.lobby,.game-page,.site-header{max-width:1480px}}@media(max-width:1050px){.home,.lobby,.game-page{padding:8px 26px 25px}.site-header{padding:20px 26px}.hero h1{font-size:50px}.hero img{width:260px;height:210px}.hero p{font-size:20px}.home-grid{grid-template-columns:minmax(0,1.25fr) minmax(300px,1fr)}.game-row{gap:10px;padding:12px}.game-index{display:none}.game-copy strong{font-size:17px}.game-copy>span{font-size:13px}.game-letter{width:48px;height:48px;font-size:28px}.room-start{padding:25px}.game-picker{padding:22px 16px}.game-picker h2,.room-start h2{font-size:26px}.small-letter{width:34px;height:34px;font-size:22px}.lobby-grid{grid-template-columns:minmax(0,1fr) 285px}.lobby-heading h1{font-size:38px}}@media(max-width:740px){.site-header{padding:18px 20px}.brand{font-size:25px}.logo{width:37px;height:37px}.logo svg{width:25px}.header-right{font-size:12px;gap:8px}.connection span{display:none}.home,.lobby,.game-page{padding:0 18px 26px}.hero{padding:18px 0 26px}.hero h1{font-size:39px}.hero p{font-size:16px}.hero img{width:150px;height:140px}.home-grid{grid-template-columns:1fr;gap:20px}.game-picker h2{font-size:27px}.game-copy strong{font-size:19px}.game-copy>span{font-size:14px}.game-row{padding:12px;gap:15px}.game-picker{padding:21px 15px}.room-start{padding:26px}.lobby-grid{grid-template-columns:1fr}.qr-panel{grid-row:1}.qr-image{max-width:170px}.qr-panel h2{font-size:21px;margin:0 0 12px}.room-code{font-size:36px;margin:8px 0}.lobby-heading{align-items:flex-start;flex-direction:column;gap:10px}.lobby-heading h1{font-size:35px}.lobby-main{padding:20px 15px}.lobby-start{flex-wrap:wrap}.lobby-start>.primary{flex:1}.game-toolbar{padding:14px 0;gap:10px}.game-toolbar>div{gap:8px}.game-toolbar b{font-size:15px}.game-toolbar>div:nth-child(2){margin-left:auto;font-size:13px}.game-toolbar .button{font-size:13px;min-height:38px;padding:8px}.timer{font-size:17px;min-width:74px;padding:6px 10px}.game-title h1{font-size:34px}.game-title p{font-size:15px}.game-title{padding:24px 0 20px}.order-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.order-card{padding:10px 5px}.avatar-large{font-size:32px}.order-value{font-size:28px}.host-controls{padding:15px;flex-direction:column;align-items:stretch}.host-controls>span{text-align:center;margin:0}.host-controls .button{width:100%}.bluff-layout{grid-template-columns:1fr}.bluff-image{max-height:270px;object-position:50% 35%}.answer-wall{grid-template-columns:repeat(2,minmax(0,1fr))}.answer-paper p{font-size:17px}.emotion-grid{gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.emotion-option{min-height:145px;padding:15px 10px}.emotion-icon{font-size:45px}.game-finished h1{font-size:31px}.story-chain{grid-template-columns:1fr}.story-frame{max-width:520px;width:100%}.story-tabs{gap:6px}.story-tabs .button{padding:8px 10px;font-size:12px}.game-presence{font-size:12px}.network-banner,.error-banner{margin:4px 16px 10px}.game-page>.screen-actions{justify-content:center}.is-player .game-title h1{font-size:29px}.cake-rules{gap:8px}.cake-rules>span{padding:10px;font-size:13px}.cake-choices{gap:10px}.big-choice{padding:20px 8px}.big-choice b{font-size:21px}.big-choice small{font-size:12px}.result-banner{padding:20px 16px}.result-banner h2{font-size:22px}.flip-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:460px){.hero{position:relative;padding-top:14px}.hero h1{font-size:36px}.hero img{display:none}.hero p{font-size:15px}.game-copy strong{font-size:17px}.game-copy>span{font-size:12px}.game-letter{width:45px;height:45px;font-size:27px}.game-row{gap:10px}.game-row>svg{width:17px}.game-toolbar>div:first-child{width:100%}.game-toolbar>div:nth-child(2){width:100%;justify-content:space-between}.small-letter{width:30px;height:30px;font-size:20px}.header-right>span:first-child{max-width:135px;text-align:right;line-height:1.5}.join-page,.player-lobby{padding:8px 22px 30px}.drawing-tools{gap:7px}.drawing-tools label{font-size:12px}.swatch{width:29px;height:29px}.drawing-tools .icon-button{min-width:34px;padding:5px}.secret-card>strong{font-size:90px}.scale-labels{font-size:12px}.game-title h1{font-size:30px}.cake-rules>span{padding:9px 8px;font-size:11px}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}.content-count{display:block;font-size:12px;color:#59654f;margin-top:5px;font-weight:500}.content-note{padding:12px 16px;background:var(--sage);border-radius:12px;color:#45513d;font-size:14px}.mode-picker{display:grid;gap:8px;margin-top:22px;font-weight:700}.mode-picker select{max-width:100%;width:100%;padding:12px;border:1px solid var(--line);border-radius:12px;background:#fffefa;color:var(--ink)}.mode-picker small{font-size:13px;font-weight:400;color:var(--muted)}.event-description{max-width:640px;text-align:center;margin:0 auto 12px;padding:12px 18px;background:var(--sage);border-radius:14px}.cake-rules small{display:block;font-size:12px;margin-top:5px;font-weight:400}.bluff-image{object-fit:contain;background:#eeeae0}.cake-rules>span{flex:1;max-width:220px}.cake-art{font-size:90px;padding:8px}.content-count{line-height:1.5}.scene-trigger,.drawing-trigger{display:block;width:100%;border:0;background:transparent;padding:0;color:var(--muted,#686c64);cursor:zoom-in;text-align:center}.scene-trigger>span,.drawing-trigger>span{display:block;font-size:13px;margin:8px 0}.game-page .scene-trigger .bluff-image{display:block;width:100%;height:auto;max-height:none;object-fit:contain;border-radius:24px}.bluff-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start}.scene-trigger{max-width:720px;justify-self:center}.image-dialog{width:min(94vw,1400px);max-width:1400px;max-height:94svh}.zoom-image{display:block;max-width:100%;max-height:78svh;width:auto;height:auto;margin:auto;border-radius:12px}.image-dialog .drawing-view{display:block;width:100%;max-height:78svh}.drawing-pad canvas{aspect-ratio:4/3;height:auto}@media(max-width:720px){.bluff-layout{grid-template-columns:1fr}.scene-trigger{max-width:min(100%,58svh)}.image-dialog{padding:16px}.game-page .scene-trigger .bluff-image{border-radius:16px}}@media(min-width:1100px){.game-page:has(.bluff-layout){max-width:1440px}.is-player .bluff-layout{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}}.app-shell.playing{height:100dvh;display:flex;flex-direction:column;min-height:0}.playing .site-header{width:100%;padding:10px 28px;flex:0 0 auto;min-height:54px}.playing .brand{font-size:24px}.playing .logo{width:32px;height:32px}.playing .logo svg{width:23px}.playing .game-page{width:100%;max-width:1440px;margin:0 auto;padding:0 28px 8px;flex:1;min-height:0;display:flex;flex-direction:column}.playing .network-banner,.playing .error-banner{position:fixed;top:4px;left:16px;right:16px;z-index:20;box-shadow:0 5px 20px #0002}.playing .game-toolbar{flex:0 0 auto;padding:8px 0;gap:8px;flex-wrap:nowrap;min-height:55px}.playing .game-toolbar>div{width:auto;gap:10px}.playing .game-toolbar b{font-size:16px}.playing .game-toolbar>div:nth-child(2){font-size:14px;margin-left:auto}.playing .game-toolbar .button{padding:5px 10px;min-height:40px;font-size:14px}.playing .timer{font-size:18px;min-width:78px;padding:6px 10px}.timer.paused{background:#f4e4ad;color:#625120}.manual-time{font-size:12px;color:#777b6f}.timer-controls{display:flex;gap:8px;align-items:center;justify-content:flex-end;flex:none;padding:6px 0}.timer-controls>span{margin-right:auto;font-size:13px;color:#73786a}.timer-controls .button{min-height:36px;padding:5px 12px;font-size:14px}.game-content{flex:1;min-height:0;display:flex;flex-direction:column;gap:10px;justify-content:center}.playing .game-title,.playing .is-player .game-title{flex:none;padding:8px 0 2px;text-align:center}.playing .game-title h1,.playing .is-player .game-title h1{font-size:clamp(24px,2.6vw,38px);line-height:1.3;margin:4px 0 6px;text-wrap:balance}.playing .game-title p,.playing .is-player .game-title p{font-size:15px;line-height:1.5;margin:0}.playing .game-title>.muted{font-size:12px}.playing .round-rule{padding:4px 12px;font-size:14px}.game-content>.center{margin:2px 0;font-size:14px}.game-footer{flex:none;padding-top:6px}.playing .game-presence{margin:0;min-height:25px;font-size:12px}.playing .game-presence .button{min-height:32px;padding:3px 10px;font-size:12px}.playing .host-controls{margin:3px 0 0;padding:9px 12px;flex-direction:row;align-items:center;flex-wrap:nowrap;gap:8px;border-radius:14px}.playing .host-controls>span{font-size:12px;text-align:left}.playing .host-controls .button{width:auto;min-height:44px;font-size:14px;padding:9px 14px}.paged-content{min-height:0;width:100%;display:flex;flex-direction:column;gap:10px}.pager{display:flex;align-items:center;justify-content:center;gap:14px;flex:none;margin-top:2px}.pager>span{font-size:13px;white-space:nowrap}.pager .button{font-size:14px;min-height:40px;padding:7px 14px}.playing .order-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.playing .order-card{padding:8px;gap:4px}.playing .order-card b{font-size:15px;overflow-wrap:anywhere}.playing .avatar-large{font-size:30px}.playing .order-value{font-size:27px;padding:3px}.playing .scale-labels{margin:0;padding-bottom:6px;font-size:14px}.playing .phone-action{width:100%;max-width:430px;margin:0 auto}.playing .secret-card{padding:14px;margin:0 0 10px}.playing .secret-card>strong{font-size:80px;line-height:1.2}.playing .secret-card p{margin:8px 0}.playing .ready-note{padding:16px;margin:10px auto;max-width:600px;width:100%}.playing .ready-note p{font-size:14px}.playing .result-banner{padding:12px 18px;margin:0;flex:none}.playing .result-banner h2{font-size:22px;margin:0 0 5px}.playing .result-banner p{font-size:14px}.playing .relay-task{width:100%;max-width:720px;min-height:0;display:flex;flex-direction:column;gap:8px;margin:0 auto}.playing .prompt-paper{padding:10px 14px;margin:0;border-radius:12px}.playing .prompt-paper h2{font-size:20px;line-height:1.45;margin:3px 0;overflow-wrap:anywhere}.playing .prompt-paper p{margin:6px 0}.playing .drawing-pad{min-height:0;display:flex;flex-direction:column;align-items:center;gap:8px}.playing .drawing-tools{width:100%;margin:0;flex-wrap:nowrap}.playing .drawing-tools select{min-height:38px}.playing .drawing-pad canvas{height:min(40dvh,calc(100dvh - 365px));width:auto;max-width:100%;aspect-ratio:4/3;margin:0}.playing .drawing-pad .button{margin:0;max-width:600px}.playing .drawing-trigger .drawing-view{height:min(28dvh,230px);width:100%;margin:0;object-fit:contain}.playing .drawing-trigger>span{margin:3px 0;font-size:12px}.playing .relay-wait{padding:0}.playing .relay-wait img{height:min(28dvh,230px)}.playing .relay-wait h2{font-size:24px;margin:6px}.playing .text-entry{width:100%}.playing .text-entry textarea{min-height:76px;height:76px;resize:none;margin-top:3px;padding:8px 12px}.playing .entry-footer{margin-top:6px}.playing .entry-footer .button{min-height:44px;padding:9px 16px}.playing .relay-reveal{max-width:900px;width:100%;margin:0 auto;min-height:0;display:flex;flex-direction:column;gap:12px}.story-picker{display:flex;align-items:center;gap:12px;justify-content:center}.story-picker select{width:auto;max-width:75%;margin:0;padding:8px 12px}.playing .story-frame{padding:14px;min-height:130px;text-align:center;display:flex;flex-direction:column;justify-content:center}.playing .story-text{font-size:26px;margin:12px 0;line-height:1.5}.playing .story-frame .drawing-view{height:min(37dvh,330px)}.playing .bluff-layout,.playing .is-player .bluff-layout{grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:24px;min-height:0;align-items:center}.scene-panel{min-width:0;min-height:0;display:flex;flex-direction:column;align-items:center;gap:8px}.playing .scene-trigger{max-width:100%;min-height:0}.playing .scene-trigger .bluff-image{width:100%;height:min(52dvh,510px);max-height:100%;object-fit:contain;border-radius:18px;background:transparent}.playing .scene-trigger>span{margin:4px 0;font-size:12px}.scene-panel>.button{min-height:40px;padding:6px 12px;font-size:14px}.bluff-work{display:flex;flex-direction:column;gap:8px;min-width:0;min-height:0}.bluff-work>.button{align-self:flex-start;min-height:36px;padding:4px 10px;font-size:13px}.playing .answer-wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.playing .answer-paper{padding:10px 12px;text-align:left;color:var(--ink);min-width:0;border-radius:12px;min-height:88px}.playing .answer-paper:disabled{opacity:1;cursor:default}.playing .answer-paper p{font-size:17px;line-height:1.45;margin:6px 0 0;font-weight:600}.playing .answer-paper>span{font-size:13px}.answer-paper.selected{border-color:var(--coral);background:#fff0e3}.playing .saved-message{margin:0;font-size:13px;min-height:20px}.playing .cake-art,.playing .is-player .cake-art{font-size:64px;margin:0;padding:0}.playing .event-description{font-size:14px;padding:8px 12px;margin:0 auto;max-width:720px}.playing .cake-rules,.playing .is-player .cake-rules{gap:8px;margin:0;flex-wrap:nowrap}.playing .cake-rules>span,.playing .is-player .cake-rules>span{padding:8px 12px;font-size:13px}.playing .cake-rules small{font-size:12px;margin-top:3px}.playing .cake-choices{width:100%;gap:12px}.playing .big-choice{padding:14px;gap:6px;position:relative}.playing .big-choice>span{font-size:32px}.playing .big-choice b{font-size:22px}.playing .big-choice>svg{position:absolute;right:10px;top:10px}.playing .flip-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.playing .flip-card{padding:16px 8px}.playing .flip-card h2{font-size:20px;margin:10px 0}.playing .flip-card>span{font-size:14px}.playing .emotion-grid{width:100%;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.playing .emotion-option,.playing .is-player .emotion-option{min-height:0;height:clamp(100px,18dvh,170px);padding:10px;gap:6px;justify-content:center}.playing .emotion-icon{font-size:clamp(28px,4dvh,46px)}.playing .emotion-option b,.playing .is-player .emotion-option b{font-size:17px}.playing .emotion-option>span:last-child:not(.emotion-icon){font-size:13px}.landed-players{display:grid;grid-template-columns:1fr;gap:8px}.landed-players>span{padding:10px 14px;font-size:16px}.playing .game-finished{padding:0}.playing .game-finished>img{height:min(20dvh,160px);width:auto}.playing .game-finished h1{font-size:30px;margin:5px 0}.playing .game-finished p{margin:6px 0}.playing .scoreboard{width:100%;margin:6px auto;padding:0 16px}.playing .score-row{padding:9px 0;font-size:14px}.playing .game-finished .scoreboard{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;max-width:860px}.timing-field{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 0;border-bottom:1px solid var(--line);font-size:16px}.timing-field>span{display:flex;align-items:center;gap:8px}.timing-field input{width:100px;margin:0}.settings-actions{display:flex;justify-content:space-between;gap:12px}.timing-summary{font-size:14px;color:#58664c;margin:14px 0}.timing-dialog .muted{font-size:13px;line-height:1.7}@media(max-width:740px){.playing .site-header{padding:7px 14px;min-height:43px}.playing .brand{font-size:19px;gap:6px}.playing .logo{width:27px;height:27px}.playing .logo svg{width:21px}.playing .header-right{font-size:11px}.playing .game-page{padding:0 12px max(6px,env(safe-area-inset-bottom));max-width:100%}.playing .game-toolbar{gap:6px;min-height:48px;padding:6px 0}.playing .game-toolbar b{font-size:13px}.playing .game-toolbar .small-letter{width:25px;height:25px;font-size:17px}.playing .game-toolbar>div{gap:5px}.playing .game-toolbar>div:nth-child(2){font-size:12px;white-space:nowrap}.playing .game-toolbar .button{padding:5px;min-height:36px;font-size:12px}.playing .timer{font-size:15px;min-width:60px;padding:5px 7px}.manual-time{font-size:10px}.timer-controls{gap:6px;padding:5px 0}.timer-controls>span{font-size:11px}.timer-controls .button{font-size:12px;min-height:36px;padding:5px 9px}.game-content{gap:8px;justify-content:center}.playing .game-title,.playing .is-player .game-title{padding:5px 0 0}.playing .game-title h1,.playing .is-player .game-title h1{font-size:23px;margin:2px 0 5px}.playing .game-title p,.playing .is-player .game-title p{font-size:12px}.playing .game-title>.muted{font-size:11px}.playing .game-presence{font-size:11px;gap:4px}.playing .host-controls{padding:6px;display:grid;grid-template-columns:1fr 1fr;gap:6px}.playing .host-controls>span{grid-column:1/-1;font-size:11px;text-align:center}.playing .host-controls .button{padding:7px 5px;font-size:12px;min-height:44px;line-height:1.4}.game-footer{padding-top:3px}.playing .order-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.playing .order-card{padding:6px;gap:2px;display:grid;grid-template-columns:34px 1fr;align-items:center}.playing .order-card>.muted{grid-column:1/-1;font-size:11px}.playing .order-value{grid-column:1/-1;font-size:23px;padding:0}.playing .order-card b{font-size:14px}.playing .avatar-large{font-size:27px}.playing .scale-labels{font-size:12px}.playing .result-banner{padding:9px 12px}.playing .result-banner h2{font-size:18px}.playing .result-banner p{font-size:12px}.playing .secret-card{padding:12px}.playing .secret-card>strong{font-size:72px}.playing .secret-card>span{font-size:14px}.playing .secret-card p{font-size:12px}.playing .secret-card .button{padding:6px 12px;min-height:40px;font-size:14px}.playing .ready-note{padding:13px;margin:4px auto}.playing .ready-note p{font-size:12px}.playing .bluff-layout,.playing .is-player .bluff-layout{grid-template-columns:1fr;gap:8px}.playing .scene-trigger .bluff-image{height:min(23dvh,180px);width:100%;border-radius:12px}.playing .scene-trigger>span{font-size:11px;margin:2px 0}.playing .bluff-layout:not(.bluff-write) .scene-panel{flex-direction:row;justify-content:center}.playing .bluff-layout:not(.bluff-write) .scene-trigger{width:112px}.playing .bluff-layout:not(.bluff-write) .bluff-image{height:96px}.playing .prompt-paper{padding:8px 12px}.playing .prompt-paper h2{font-size:17px}.playing .prompt-paper .muted{font-size:11px}.playing .answer-wall{grid-template-columns:1fr;gap:6px}.playing .answer-paper{min-height:68px;padding:9px 12px}.playing .answer-paper p{font-size:15px;line-height:1.4;margin-top:4px}.playing .answer-paper>span{font-size:12px}.playing .text-entry textarea{height:70px;min-height:70px}.playing .text-entry label{font-size:13px}.playing .entry-footer{margin-top:5px}.playing .saved-message{font-size:12px}.bluff-work{gap:6px}.pager{gap:10px}.pager .button{min-height:40px;padding:7px 12px;font-size:12px}.pager>span{font-size:12px}.paged-content{gap:8px}.playing .drawing-pad canvas{height:min(34dvh,calc(100dvh - 375px),calc((100vw - 26px)*.75));max-width:100%}.playing .drawing-tools{gap:6px}.playing .drawing-tools label{font-size:11px}.playing .drawing-tools select{width:51px}.playing .swatch{width:26px;height:26px}.playing .pen-colors{gap:6px}.playing .drawing-tools .icon-button{min-width:32px;min-height:38px;padding:4px}.playing .drawing-trigger .drawing-view{height:min(28dvh,215px)}.playing .story-frame .drawing-view{height:min(32dvh,250px)}.playing .story-text{font-size:22px}.story-picker{font-size:12px;gap:8px}.story-picker select{font-size:14px;max-width:70%;padding:7px}.playing .relay-wait img{height:min(26dvh,200px)}.playing .cake-art,.playing .is-player .cake-art{font-size:44px}.playing .cake-rules>span,.playing .is-player .cake-rules>span{padding:8px 5px;font-size:11px}.playing .cake-rules small{font-size:10px}.playing .event-description{font-size:12px;padding:7px 10px}.playing .cake-choices{gap:8px}.playing .big-choice{padding:12px 7px}.playing .big-choice b{font-size:19px}.playing .big-choice small{font-size:11px}.playing .big-choice>span{font-size:28px}.playing .flip-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.playing .flip-card{padding:12px 6px}.playing .flip-card h2{font-size:18px;margin:8px 0}.playing .flip-card>span{font-size:12px}.playing .emotion-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.playing .emotion-option,.playing .is-player .emotion-option{height:clamp(82px,13dvh,112px);padding:7px;gap:4px;border-radius:14px}.playing .emotion-icon{font-size:30px}.playing .emotion-option b,.playing .is-player .emotion-option b{font-size:15px}.playing .emotion-option>span:last-child:not(.emotion-icon){font-size:11px}.playing .round-rule{font-size:12px;padding:3px 10px}.playing .game-finished>img{height:110px}.playing .game-finished h1{font-size:25px}.playing .game-finished p{font-size:13px}.playing .game-finished .scoreboard{display:block}.playing .score-row{padding:8px 0}}@media(max-height:700px){.playing .game-title p{font-size:12px}.playing .game-title h1,.playing .is-player .game-title h1{font-size:22px}.playing .scene-trigger .bluff-image{height:39dvh}.playing .game-content{gap:6px}.playing .cake-art{display:none}.playing .relay-wait img{height:20dvh}}@media(max-width:740px)and (max-height:700px){.playing .scene-trigger .bluff-image{height:135px}.playing .emotion-option,.playing .is-player .emotion-option{height:79px}.playing .emotion-icon{font-size:25px}.playing .game-title p{font-size:11px}.playing .ready-note p{margin:2px 0 0}.playing .secret-card>strong{font-size:58px}}.playing .relay-task:has(.drawing-pad){flex:1;max-height:570px}.playing .relay-task>.prompt-paper{flex:none}.playing .drawing-pad{flex:1;width:100%}.playing .drawing-tools,.playing .drawing-pad>.button{flex:none}.playing .drawing-area{flex:1;min-height:0;width:100%;container-type:size;display:grid;place-items:center}.playing .drawing-area canvas{width:min(100cqw,133.333cqh);height:auto;max-height:100cqh;max-width:100%;aspect-ratio:4/3}.playing .paged-content{flex-shrink:0}.playing .game-content>.center,.playing .bluff-layout{flex-shrink:0}.playing .order-card .avatar-large{line-height:1}.playing .order-card .muted{line-height:1.2}.playing .order-card .order-value{line-height:1.15}.home-links{display:flex;justify-content:center;flex-wrap:wrap;gap:12px 24px;margin-top:16px;font-size:14px}.home-links a{color:#425b37;text-underline-offset:4px}
