@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--paper:#f8f9f5;--cream:#f0f0e9;--ink:#222d26;--muted:#858981;--green:#264e3d;--lime:#d5ed8c;--border:#e3e6de;--sidebar:232px;--heading:'Manrope','Arial',sans-serif;--body:'DM Sans','Arial',sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:14px;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.45}button{color:inherit}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:3px solid #8db563;outline-offset:4px}input:focus,select:focus{outline:2px solid #95af79;outline-offset:1px}.icon{width:20px;height:20px;flex-shrink:0;vertical-align:middle}.sidebar{position:fixed;width:var(--sidebar);height:100dvh;left:0;top:0;background:#f0f2eb;border-right:1px solid var(--border);padding:38px 23px;display:flex;flex-direction:column;z-index:10}.brand{display:flex;align-items:center;gap:12px;font-family:var(--heading);font-size:28px;line-height:.98;font-weight:800;letter-spacing:-1.5px;width:max-content}.brand-symbol{width:40px;height:46px;display:flex;align-items:center;color:var(--green)}.brand-symbol .icon{height:43px;width:43px;stroke-width:1.8}.brand-dot{color:#839b53}.sidebar-label{font-size:10px;letter-spacing:1.8px;font-weight:650;color:#8a9085;margin:57px 13px 18px}.nav-link{border:0;background:none;display:flex;align-items:center;gap:13px;width:100%;padding:14px 15px;margin-bottom:7px;border-radius:8px;font-size:13px;font-weight:500;color:#747c70;text-align:left}.nav-link .icon{width:18px;height:18px}.nav-link:hover{background:#e6eadd}.nav-link.active{background:#e0e8d6;color:#345139;font-weight:700}.nav-dot{display:none;width:6px;height:6px;border-radius:50%;background:#4e6e43;margin-left:auto}.active .nav-dot{display:block}.sidebar-bottom{margin-top:auto}.little-card{background:#e7ebdf;border:1px solid #dce2d2;border-radius:11px;overflow:hidden;position:relative;padding:20px 17px;height:218px}.little-spark{font-size:39px;line-height:1;color:#55734c;margin-bottom:12px}.little-card strong{font-family:var(--heading);font-size:19px;font-weight:800;line-height:1.3;letter-spacing:-.5px}.little-card p{font-size:11px;color:#858e7d;line-height:1.7}.tiny-card{position:absolute;width:52px;height:69px;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:25px;border:1px solid #cbd0c3;bottom:-11px;right:15px;background:#f8f9f4;transform:rotate(18deg)}.tiny-two{background:var(--green);color:#d5ed8c;right:49px;transform:rotate(-10deg);bottom:-24px}.sidebar-foot{display:block;font-size:10px;color:#9a9f92;text-align:center;margin-top:21px}.main-shell{margin-left:var(--sidebar)}.topbar{height:96px;border-bottom:1px solid var(--border);padding:0 43px;display:flex;align-items:center;justify-content:space-between;gap:20px}.breadcrumb{font-size:12px;font-weight:550;display:flex;gap:14px;white-space:nowrap}.breadcrumb span{color:#90958c;font-weight:400}.topbar-right{display:flex;align-items:center;gap:22px}.online-indicator{font-size:11px;color:#68765d;display:flex;align-items:center;gap:7px;white-space:nowrap}.online-indicator i,.live-dot,.small-status-dot{width:6px;height:6px;border-radius:50%;background:#7c9b55;display:inline-block}.topbar-divider{width:1px;height:30px;background:var(--border)}.profile-button{display:flex;align-items:center;gap:10px;background:none;border:0;padding:0;text-align:left;font-size:12px;font-weight:650}.profile-button small{display:block;color:#979b90;font-size:10px;margin-top:4px;font-weight:400}.profile-button>.icon{height:14px;width:14px;margin-left:13px;color:#8c9286}.avatar{display:inline-flex;height:36px;width:36px;border-radius:50%;align-items:center;justify-content:center;font-size:20px;flex-shrink:0;border:2px solid var(--paper);background:#f4d7a3}.av-1{background:#d4dfbd}.av-2{background:#d3d3f1}.av-3{background:#f2ccca}.av-4{background:#ddd9ed}.av-5{background:#e7ddc7}main{max-width:1500px;margin:0 auto;padding:34px 43px 0}.hero{background:var(--green);border-radius:14px;min-height:381px;position:relative;display:flex;overflow:hidden;color:#fcfff0;padding:40px 36px}.hero-copy{position:relative;z-index:2;flex:1;min-width:440px}.eyebrow{font-size:9px;font-weight:500;letter-spacing:1.7px;color:#d2e3c4;display:flex;align-items:center;gap:8px;margin-bottom:20px}.eyebrow>span{width:5px;height:5px;background:var(--lime);border-radius:50%}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--heading)}.hero h1{font-size:clamp(40px,3.7vw,59px);line-height:1.14;letter-spacing:-2.7px;font-weight:800}.hero h1>span{color:var(--lime)}.hero-copy>p{font-size:13px;color:#bccdc0;line-height:1.85;margin-top:18px}.hero-actions{display:flex;gap:11px;margin-top:25px}.btn{display:inline-flex;justify-content:center;align-items:center;gap:10px;padding:13px 17px;border:1px solid transparent;border-radius:7px;font-size:12px;font-weight:650;white-space:nowrap;transition:transform .16s,background .16s}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn .icon{width:17px;height:17px}.btn-lime{background:var(--lime);color:#2c412a}.btn-lime:hover:not(:disabled){background:#e3f8ac}.btn-lime>.icon:last-child{margin-left:7px}.btn-hero-outline{background:transparent;border-color:#6a8270;color:#f6f8ef}.btn-hero-outline:hover{background:#ffffff0b}.btn-green{background:var(--green);color:#f3f8ed}.btn-green:hover:not(:disabled){background:#39624a}.btn-outline{background:transparent;border-color:#cdd5c3}.btn-outline:hover{background:#e9edde}.hero-note{display:flex;align-items:center;gap:9px;color:#a7bea9;font-size:9px;margin-top:20px}.hero-note>.icon{width:12px;height:12px;color:#c6ddad}.hero-note>span{color:#698b72}.hero-art{flex:1;position:relative;min-width:320px;max-width:460px;margin-left:0}.example-card{position:absolute;border-radius:10px;width:177px;height:233px;box-shadow:0 9px 14px #102c342d;padding:19px;display:flex;flex-direction:column}.prompt-example{background:#172e25;left:19px;top:36px;transform:rotate(-11deg);border:1px solid #718775;color:#f4f5e9;z-index:1}.answer-example{background:#f8faee;left:150px;top:103px;transform:rotate(11deg);color:#29332b;z-index:3}.mini-brand{font-size:10px;font-weight:800;letter-spacing:-.3px;font-family:var(--heading)}.example-card h2{font-size:23px;line-height:1.34;letter-spacing:-.8px;font-weight:800;margin-top:22px}.answer-example h2{font-size:23px;margin-top:30px}.blank-line{display:inline-block;width:68px;border-bottom:2px solid #e7edda}.card-bottom{margin-top:auto;font-size:6px;display:flex;align-items:center;gap:5px}.card-bottom .icon{height:13px;width:13px}.answer-example .card-bottom{font-size:5.5px}.art-star{position:absolute;color:#d4ed8b;z-index:4}.star-one{font-size:64px;right:-4px;top:51px;transform:rotate(10deg)}.star-two{font-size:39px;left:37px;bottom:4px;color:#c4d4ab}.floating-caption{position:absolute;font-family:cursive;font-size:13px;color:#e6efc4;transform:rotate(9deg);top:-5px;left:128px;white-space:nowrap}.floating-caption svg{width:66px;height:38px;position:absolute;right:13px;top:11px;transform:rotate(12deg)}.round-sticker{position:absolute;z-index:4;background:var(--lime);width:76px;height:76px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-direction:column;left:80px;bottom:7px;transform:rotate(-13deg);color:#354d30;font-family:var(--heading);font-size:22px;font-weight:800;box-shadow:0 0 0 4px var(--green);line-height:1.1}.round-sticker span{font-size:6px;letter-spacing:.6px;margin-top:6px}.quick-guide{display:flex;align-items:center;margin:23px 0 40px;border:1px solid var(--border);border-radius:9px;padding:21px 22px;gap:24px}.guide-heading{font-size:11px;line-height:1.65;min-width:110px;color:#939789;border-right:1px solid var(--border);padding-right:22px}.guide-heading strong{color:#525e49;font-weight:600}.guide-step{display:flex;align-items:center;gap:11px;flex:1}.step-number{width:32px;height:32px;border:1px solid #dce3d3;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:11px;color:#6d815c;flex-shrink:0}.guide-step p{display:flex;flex-direction:column;gap:5px}.guide-step strong{font-size:11px;font-weight:650;white-space:nowrap}.guide-step p span{font-size:9px;color:#92988c;white-space:nowrap}.icon-button{display:flex;align-items:center;justify-content:center;width:31px;height:31px;border:1px solid var(--border);border-radius:50%;background:transparent;flex-shrink:0}.icon-button:hover{background:#e6ecdd}.icon-button .icon{width:16px;height:16px}.section-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:23px}.section-eyebrow{font-size:9px;color:#8a9580;font-weight:600;letter-spacing:1.4px}.section-heading h2{font-size:29px;letter-spacing:-1.2px;font-weight:800;margin-top:8px}.section-heading h2>span{color:#859e5a}.section-heading p{color:#93998c;font-size:11px;margin-top:8px}.text-button{display:flex;align-items:center;gap:12px;background:none;border:0;font-weight:600;font-size:11px;color:#456142}.text-button .icon{width:16px;height:16px}.room-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:19px;gap:15px}.tabs{display:flex;gap:3px;padding:4px;background:#edf0e7;border:1px solid #e7eadf;border-radius:8px}.tabs button{display:flex;align-items:center;gap:7px;border:0;background:none;padding:8px 12px;border-radius:5px;font-size:10px;font-weight:500;color:#858d7c;white-space:nowrap}.tabs .icon{width:13px;height:13px}.tabs button.selected{background:#fff;color:#3f5b3b;box-shadow:0 1px 4px #2536170c;font-weight:600}.tabs button>span{font-size:9px;background:#eef1e8;padding:1px 5px;border-radius:3px;color:#697959}.search-box{display:flex;align-items:center;gap:9px;border:1px solid var(--border);border-radius:6px;padding:9px 10px;color:#909789;max-width:239px;width:30%}.search-box .icon{height:15px;width:15px}.search-box input{width:100%;background:none;border:0;font-size:10px;outline:none;padding:0;min-width:0;color:var(--ink)}.search-box input::placeholder{color:#9b9e93}.search-box:focus-within{outline:2px solid #99b07c}.search-box kbd{display:flex;justify-content:center;align-items:center;width:17px;height:17px;border:1px solid #e6e9df;border-radius:3px;font-size:9px}.room-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.room-card{background:#fff;border:1px solid #e1e5da;border-radius:10px;padding:18px 18px 0;transition:transform .2s,box-shadow .2s;min-width:0}.room-card:hover{transform:translateY(-3px);box-shadow:0 7px 16px #32492608}.room-card-top{display:flex;align-items:center;justify-content:space-between;gap:4px;margin-bottom:20px}.room-category{display:flex;align-items:center;gap:5px;padding:5px 7px;font-size:8px;border-radius:4px;background:#f1eddc;color:#867449;white-space:nowrap}.room-category .icon{height:11px;width:11px}.category-1{background:#f0eaf4;color:#9177a4}.category-2{background:#e9eede;color:#7b895a}.room-status{display:flex;align-items:center;gap:5px;font-size:8px;color:#83936e;white-space:nowrap}.room-status i{width:4px;height:4px;border-radius:50%;background:#8da462}.room-status.in-game{color:#aa8851}.room-status.in-game i{background:#b7914d}.room-card h3{font-size:17px;font-weight:800;letter-spacing:-.55px}.room-card>p{font-size:9px;color:#979c90;margin-top:8px;line-height:1.6}.room-meta{display:flex;align-items:center;gap:9px;font-size:9px;color:#89907e;margin:21px 0 16px}.room-meta>span{display:flex;align-items:center;gap:5px}.room-meta .icon{height:13px;width:13px}.meta-dot{color:#c4cbb9}.room-card-bottom{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #edf0e7;padding:13px 0}.avatar-stack{display:flex;padding-left:0}.avatar-stack .avatar{width:27px;height:27px;font-size:15px;border:2px solid white;margin-left:-5px}.avatar-stack .avatar:first-child{margin-left:0}.empty-avatar{width:25px;height:25px;border:1px dashed #cbd3c0;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-left:4px;color:#a0ad8d}.empty-avatar>.icon{height:11px;width:11px}.join-room-button{font-size:10px;font-weight:600;display:flex;gap:17px;align-items:center;border:0;background:#edf3e5;padding:9px 12px;border-radius:5px;color:#4b6340}.join-room-button>.icon{height:14px;width:14px}.join-room-button:hover:not(:disabled){background:#dcebcf}.room-bottom-note{font-size:9px;color:#909884;display:flex;align-items:center;gap:7px;justify-content:center;margin:20px 0 31px}.room-bottom-note .small-status-dot{width:4px;height:4px}.room-bottom-note button{font-size:9px;display:flex;align-items:center;gap:4px;color:#6d825a;background:none;border:0;margin-left:9px}.room-bottom-note button>.icon{height:11px;width:11px}.friends-banner{border:1px solid #e0e4d7;background:#edf0e5;border-radius:9px;display:flex;align-items:center;gap:17px;padding:21px 23px;position:relative;overflow:hidden}.banner-icon{height:43px;width:43px;background:#e2e9d7;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#788c61;flex-shrink:0}.banner-icon>.icon{width:21px;height:21px}.friends-banner h3{font-size:14px;font-weight:750;letter-spacing:-.25px}.friends-banner p{font-size:10px;color:#909982;margin-top:7px}.friends-banner>.btn{margin-left:auto;font-size:10px;padding:11px 13px;position:relative;z-index:1}.banner-doodle{position:absolute;right:-12px;bottom:-22px;color:#d7dfcb;font-size:85px;line-height:1;transform:rotate(10deg);pointer-events:none}footer{max-width:1500px;padding:26px 43px;display:flex;justify-content:space-between;margin:0 auto;color:#a0a696;font-size:9px}footer>span{display:flex;align-items:center;gap:5px}footer .icon{height:11px;width:11px;margin-left:3px}.empty-state{grid-column:1/-1;border:1px dashed var(--border);border-radius:10px;text-align:center;padding:35px}.empty-state>.icon{width:30px;height:30px;color:#869777;margin-bottom:14px}.empty-state h3{font-size:18px}.empty-state p{color:var(--muted);margin:10px}.empty-state .btn{margin-top:10px}
/* Rooms and game table */
.game-heading{display:flex;align-items:center;justify-content:space-between;margin:4px 0 27px;gap:20px}.game-heading h1{font-size:32px;font-weight:800;letter-spacing:-1.2px;margin-top:8px}.game-heading h1>span{color:#8aa16d}.room-code-label{margin-left:16px;color:#4f6948}.game-heading-actions{display:flex;align-items:center;gap:12px}.game-heading-actions .icon-button{width:39px;height:39px}.game-layout{display:grid;grid-template-columns:minmax(0,1fr) 263px;gap:22px}.game-main{min-width:0}.waiting-table{background:var(--green);border-radius:14px;color:#f6f9ee;padding:42px 27px;text-align:center;position:relative;overflow:hidden;min-height:521px}.table-decoration{font-size:100px;position:absolute;left:-12px;top:-11px;color:#577454;opacity:.5;transform:rotate(20deg)}.table-eyebrow{font-size:9px;letter-spacing:2px;color:#c5d7b6;position:relative}.waiting-table h2{font-size:45px;letter-spacing:-2px;line-height:1.15;margin-top:20px;color:var(--lime)}.waiting-table>p{font-size:12px;line-height:1.8;color:#c0d0bd;margin:17px auto;max-width:340px}.waiting-avatars{display:flex;justify-content:center;gap:20px;margin:27px 0;flex-wrap:wrap}.waiting-avatars>div{display:flex;flex-direction:column;align-items:center;gap:8px;max-width:86px}.waiting-avatars .avatar{width:48px;height:48px;font-size:29px;border:3px solid #577153}.waiting-avatars>div>span:last-child{font-size:10px;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.waiting-avatars small{font-size:7px;color:#bcd29a}.invite-seat{display:flex;flex-direction:column;align-items:center;gap:8px;border:0;background:none;color:#c8d8b5;font-size:9px;padding:0}.invite-seat>span{width:48px;height:48px;border:1px dashed #8fa27c;border-radius:50%;display:flex;align-items:center;justify-content:center}.waiting-settings{display:flex;justify-content:center;gap:19px;margin:23px 0;color:#bbcfae;font-size:9px;flex-wrap:wrap}.waiting-settings>span{display:flex;align-items:center;gap:5px}.waiting-settings .icon{width:13px;height:13px}.waiting-tip{display:block;margin-top:15px;font-size:9px;color:#9db59b}.waiting-host{color:var(--lime);font-size:13px;padding:14px}.players-panel,.chat-panel{background:#fff;border:1px solid var(--border);border-radius:10px;overflow:hidden}.panel-heading{display:flex;align-items:center;justify-content:space-between;padding:17px;border-bottom:1px solid #edf0e7}.panel-heading h3{font-size:12px;font-weight:750}.panel-heading>span{font-size:10px;color:#8d987f}.panel-heading>.icon{width:15px;height:15px;color:#8d987f}.player-row{display:flex;align-items:center;gap:9px;padding:13px 16px}.player-row+.player-row{border-top:1px solid #f1f3eb}.player-row .avatar{height:31px;width:31px;font-size:19px}.player-row>div{min-width:0}.player-row strong{display:block;font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.player-row strong span{font-size:9px;font-weight:400;color:#8a927f}.player-row small{font-size:8px;color:#96a088;display:block;margin-top:4px}.player-score{font-size:15px;font-weight:700;margin-left:auto;text-align:center}.player-score small{font-size:6px;letter-spacing:1px}.chat-panel{margin-top:20px}.chat-messages{height:230px;overflow:auto;padding:15px;scrollbar-width:thin}.chat-welcome{text-align:center;font-size:9px;color:#a4ac99;line-height:1.8;padding:12px 0 21px}.chat-message{margin-bottom:13px;overflow-wrap:anywhere}.chat-message strong{font-size:9px;color:#657c52}.chat-message p{font-size:11px;color:#64705a;margin-top:5px;line-height:1.6}.chat-panel form{display:flex;margin:0 11px 12px;gap:8px;border:1px solid var(--border);border-radius:6px;padding:9px}.chat-panel input{width:100%;min-width:0;font-size:10px;border:0;background:none;outline:0}.chat-panel input::placeholder{color:#9ba38f}.chat-panel form:focus-within{outline:2px solid #a8b990}.chat-panel form button{border:0;background:none;color:#718b55;padding:0}.chat-panel form .icon{width:16px;height:16px}.play-table{padding:22px;background:var(--green);border-radius:12px;color:#eff6e7}.round-bar{display:flex;align-items:center;justify-content:space-between;font-size:8px;font-weight:600;letter-spacing:.7px;color:#b1c8a6;gap:10px}.round-bar>span:nth-child(2){display:flex;align-items:center;gap:5px;letter-spacing:0}.round-bar .icon{height:13px;width:13px}.table-prompt{max-width:470px;margin:25px auto 22px;background:#1b3429;padding:24px;border-radius:9px;border:1px solid #627958;box-shadow:0 5px 10px #14291c26}.table-prompt>.mini-brand{color:#aabb99}.table-prompt h2{font-size:29px;line-height:1.4;letter-spacing:-.9px;margin:20px 0 28px}.prompt-blank{display:inline-block;border-bottom:2px solid var(--lime);line-height:.95;min-width:85px}.table-prompt>div{font-size:8px;display:flex;align-items:center;gap:6px;color:#bccbac}.table-prompt>div>span{margin-left:auto;font-size:7px;letter-spacing:1px;color:#7f9875}.table-prompt>div .icon{height:13px;width:13px}.round-status{text-align:center;font-size:11px;color:#d8e6c5;line-height:1.6}.round-status>.icon{height:15px;width:15px;margin-right:3px}.round-status small{display:block;font-size:9px;color:#99b28f;margin-top:5px}.winner-label{color:var(--lime);font-family:var(--heading);font-weight:750;font-size:18px;display:flex;justify-content:center;align-items:center;gap:7px}.hand-section{margin-top:25px}.hand-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:10px}.hand-heading h3{font-size:13px;font-weight:750}.hand-heading>span{font-size:9px;color:#8b957e}.hand-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.hand-card{display:flex;flex-direction:column;text-align:left;border:1px solid #dbe1d2;border-radius:8px;min-height:162px;padding:15px 12px;background:#fff;color:#2d382a;box-shadow:0 3px 0 #e9eddf;transition:transform .15s,border-color .15s}.hand-card>span{font-family:var(--heading);font-size:13px;font-weight:750;line-height:1.5;letter-spacing:-.2px}.hand-card>small{margin-top:auto;padding-top:20px;font-size:7px;display:flex;align-items:center;gap:4px;color:#a2aa98}.hand-card small .icon{height:12px;width:12px}.hand-card:hover:not(:disabled){transform:translateY(-5px);border-color:#859e66}.hand-card.chosen{background:#eaf2da;border:2px solid #6b8d4d;padding:14px 11px;transform:translateY(-5px)}.submit-row{display:flex;justify-content:space-between;align-items:center;margin:22px 0;gap:14px}.submit-row>span{font-size:10px;color:#919b83}.cards-waiting{display:flex;align-items:center;justify-content:center;gap:10px;padding:15px 0 25px}.card-back{width:107px;height:145px;border:1px solid #cbd5bd;border-radius:8px;background:#e8eddf;transform:rotate(var(--tilt));padding:13px;color:#7c9065}.card-back>.icon{height:19px;width:19px}.card-back b{display:block;font-family:var(--heading);font-size:21px;line-height:1.1;letter-spacing:-1px;margin-top:26px}.submission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px;margin-top:25px}.submission-card{min-height:180px}.submission-card:disabled{opacity:1;cursor:default}.result-panel{margin-top:20px;padding:23px;background:#edf2e3;border:1px solid #dfe7d3;border-radius:10px;text-align:center;position:relative;overflow:hidden}.result-spark{position:absolute;font-size:100px;color:#d5e3bd;right:-10px;top:-20px}.winning-answer{position:relative}.winning-answer>span:first-child{font-size:8px;font-weight:600;letter-spacing:1.5px;color:#829469}.winning-answer h2{font-size:24px;letter-spacing:-.7px;max-width:370px;line-height:1.4;margin:14px auto}.winning-answer>.avatar{width:29px;height:29px;font-size:17px;vertical-align:middle;margin-right:6px}.winning-answer>strong{font-size:11px}.result-panel>.btn{margin-top:22px}.result-panel>p{margin-top:20px;color:#8e9b7a;font-size:11px}
/* Dialogs */
.modal-overlay{position:fixed;inset:0;z-index:50;background:#15291ccc;backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:24px;animation:fade-in .16s ease}.modal{position:relative;background:var(--paper);border-radius:17px;padding:32px;width:440px;max-width:100%;max-height:calc(100dvh - 48px);overflow:auto;box-shadow:0 20px 80px #11271744}.modal-close{position:absolute;right:17px;top:17px}.modal-emblem{background:#e6eddb;color:#637f4d;height:41px;width:41px;border-radius:11px;display:flex;justify-content:center;align-items:center;margin-bottom:19px}.modal h2{font-size:26px;font-weight:800;letter-spacing:-1px;line-height:1.3;max-width:330px}.modal-subtitle{font-size:12px;line-height:1.7;color:#8a9580;margin-top:10px;margin-bottom:24px}.field-label{font-size:11px;font-weight:650;display:block;margin-bottom:9px;margin-top:20px;color:#4e6142}.form-input{width:100%;background:#fff;border:1px solid #dce3d2;border-radius:7px;padding:12px 13px;color:#435237;font-size:12px}.form-input::placeholder{color:#a2aa96}.form-columns{display:grid;grid-template-columns:1fr 1fr;gap:15px}.full-width{width:100%;margin-top:20px}.form-note{text-align:center;font-size:10px;line-height:1.8;color:#929c83;margin-top:15px}.form-error{color:#ae5047;font-size:11px;line-height:1.6;margin-top:12px}.form-error:empty{display:none}.avatar-picker{display:flex;justify-content:space-between;margin:13px 0 8px}.avatar-picker input{position:absolute;opacity:0;width:1px;height:1px}.avatar-picker label{cursor:pointer}.avatar-picker .avatar{height:46px;width:46px;font-size:28px;border:3px solid transparent}.avatar-picker input:checked+.avatar{border-color:#6b884e;box-shadow:0 0 0 3px #dce8cb}.avatar-picker input:focus-visible+.avatar{outline:3px solid #93ae75;outline-offset:3px}.visibility-picker{display:grid;grid-template-columns:1fr 1fr;gap:12px}.visibility-picker label{cursor:pointer;position:relative}.visibility-picker input{position:absolute;opacity:0;width:1px;height:1px}.visibility-picker label>span{display:block;border:1px solid var(--border);background:#fff;border-radius:7px;padding:12px;font-size:11px;font-weight:600}.visibility-picker .icon{width:15px;height:15px;margin-right:5px}.visibility-picker small{display:block;font-size:9px;font-weight:400;color:#98a18b;margin-top:7px}.visibility-picker input:checked+span{border-color:#90a577;background:#ecf2e2;box-shadow:0 0 0 1px #90a577}.visibility-picker input:focus-visible+span{outline:3px solid #93ae75}.checkbox-label{display:flex;align-items:center;gap:9px;padding:15px 0 0;margin-top:5px;font-size:11px}.checkbox-label input{accent-color:var(--green);width:15px;height:15px}.checkbox-label small{display:block;margin-top:4px;font-size:9px;color:#939d83}.code-input{font-family:var(--heading);font-weight:800;letter-spacing:8px;text-align:center;font-size:25px;text-transform:uppercase;padding:17px}.invite-code{font-family:var(--heading);font-size:38px;font-weight:800;letter-spacing:7px;background:#e9efdf;color:#48643b;border:1px dashed #afbf9c;border-radius:9px;padding:21px;text-align:center}.invite-code~.form-input{margin-top:19px;font-size:10px}.modal-button-row{display:flex;justify-content:flex-end;gap:10px;margin-top:26px}#toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,20px);border-radius:10px;padding:15px 22px;background:#223b2b;color:#edf6e3;font-size:12px;z-index:100;box-shadow:0 5px 25px #152e2b33;opacity:0;pointer-events:none;transition:opacity .2s,transform .2s;max-width:90%;text-align:center;line-height:1.5}#toast.show{opacity:1;transform:translate(-50%,0)}
/* Rules */
.how-header{padding:35px 0 33px}.how-header h1{font-size:61px;line-height:1.13;letter-spacing:-3px;margin-top:20px;font-weight:800}.how-header h1 span{color:#7c9662}.how-header p{margin-top:19px;color:#8b957f;font-size:13px;line-height:1.8}.how-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.how-card{padding:28px;border:1px solid var(--border);border-radius:12px;background:#fff;position:relative}.how-card>.icon{position:absolute;top:30px;right:30px;color:#8ea277;width:27px;height:27px}.how-card h2{font-size:22px;letter-spacing:-.6px;margin-top:22px}.how-card p{font-size:12px;line-height:1.9;color:#87927a;margin-top:14px}.how-footer{display:flex;align-items:center;justify-content:space-between;padding:30px 0;gap:20px}.how-footer p{font-size:11px;line-height:1.8;color:#8a957e}@keyframes fade-in{from{opacity:0}to{opacity:1}}
@media(min-width:1500px){.hero{min-height:420px;padding:47px}.hero-art{margin-right:30px}.example-card{width:201px;height:265px}.prompt-example{left:37px;top:30px}.answer-example{left:190px;top:100px}.example-card h2,.answer-example h2{font-size:27px}.round-sticker{left:105px;bottom:-2px}.star-two{bottom:0}.hero-actions{margin-top:27px}.hero-note{margin-top:23px}.quick-guide{padding:25px}.guide-step strong{font-size:12px}.guide-step p span{font-size:10px}.room-card{padding:23px 22px 0}.room-card h3{font-size:20px}.room-card>p{font-size:11px}.room-card-top{margin-bottom:24px}.room-card-bottom{padding:17px 0}.room-category,.room-status{font-size:10px}.room-meta{font-size:11px;margin-top:25px}.join-room-button{font-size:12px}.friends-banner{padding:25px}.friends-banner h3{font-size:16px}.friends-banner p{font-size:12px}.room-bottom-note{font-size:10px;margin-bottom:35px}.room-bottom-note button{font-size:10px}}
@media(max-width:1190px){:root{--sidebar:200px}.sidebar{padding:31px 17px}.brand{font-size:25px}.topbar{padding:0 28px}.breadcrumb{font-size:11px;gap:10px}.topbar-right{gap:14px}main{padding:27px 28px 0}.hero{padding:32px 28px;min-height:366px}.hero-copy{min-width:355px}.hero h1{font-size:43px;letter-spacing:-2.2px}.hero-art{min-width:245px}.example-card{width:155px;height:214px;padding:17px}.example-card h2,.answer-example h2{font-size:20px}.prompt-example{left:1px;top:43px}.answer-example{left:109px;top:109px}.floating-caption{left:49px;font-size:11px}.star-one{right:-14px;top:42px;font-size:54px}.round-sticker{left:33px;bottom:1px;width:66px;height:66px;font-size:19px}.round-sticker span{font-size:5px}.star-two{left:-5px;font-size:31px}.hero-actions{gap:8px}.hero-actions .btn{padding:12px 12px;font-size:11px}.hero-actions .btn>.icon{width:14px}.quick-guide{gap:15px;padding:18px 16px}.guide-heading{min-width:98px;font-size:10px;padding-right:15px}.guide-step{gap:8px}.guide-step p span{font-size:8px}.guide-step strong{font-size:10px}.quick-guide>.icon-button{display:none}.step-number{height:27px;width:27px;font-size:10px}.room-card{padding:15px 13px 0}.room-card h3{font-size:16px}.room-card-top{flex-wrap:wrap;gap:8px;margin-bottom:15px}.room-category{font-size:7px}.room-card>p{font-size:9px}.room-meta{gap:6px;font-size:8px}.room-grid{gap:12px}.join-room-button{font-size:9px;padding:8px;gap:8px}.friends-banner{gap:12px;padding:18px}.friends-banner h3{font-size:12px}.friends-banner p{font-size:9px}.friends-banner>.btn{font-size:9px;gap:6px;padding:10px}.banner-icon{height:36px;width:36px}footer{padding:23px 28px}.game-layout{grid-template-columns:minmax(0,1fr) 225px;gap:16px}.hand-grid{grid-template-columns:repeat(3,1fr)}.hand-heading{align-items:flex-start;flex-direction:column;gap:6px}.waiting-settings{gap:10px}.waiting-table h2{font-size:37px}.round-bar{font-size:7px}.round-bar>span:last-child{display:none}.table-prompt h2{font-size:25px}.submission-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:980px){:root{--sidebar:170px}.sidebar{padding:28px 13px}.brand{font-size:23px;gap:7px}.brand-symbol{width:32px}.brand-symbol .icon{width:32px}.nav-link{font-size:11px;padding:13px 11px;gap:9px}.sidebar-label{font-size:9px;letter-spacing:1.2px}.little-card{padding:18px 12px}.little-card strong{font-size:17px}.sidebar-foot{font-size:8px}.breadcrumb>span{display:none}.hero-copy{min-width:321px}.hero h1{font-size:39px}.hero-art{min-width:200px}.example-card{width:138px;height:198px;padding:15px}.example-card h2,.answer-example h2{font-size:18px}.answer-example{left:87px;top:117px}.prompt-example{left:0;top:58px}.floating-caption{left:15px;font-size:10px;top:9px}.floating-caption svg{right:-20px}.star-one{font-size:45px;right:-15px;top:67px}.round-sticker{left:18px;bottom:-3px}.example-card .card-bottom{font-size:5px}.example-card .card-bottom .icon{width:10px;height:10px}.guide-heading{display:none}.guide-step strong{font-size:10px}.guide-step p span{white-space:normal;font-size:9px;line-height:1.5}.quick-guide{margin-bottom:32px}.section-heading h2{font-size:25px}.section-heading p{font-size:10px}.section-heading>.text-button{font-size:9px;gap:5px}.room-grid{grid-template-columns:repeat(2,1fr)}.room-card{padding:18px 17px 0}.room-card-top{flex-wrap:nowrap}.room-category{font-size:8px}.room-card h3{font-size:17px}.room-card>p{font-size:10px}.room-meta{font-size:9px}.room-card-bottom{padding:15px 0}.join-room-button{font-size:10px;padding:9px 12px}.friends-banner{flex-wrap:wrap}.friends-banner>.btn{margin-left:49px}.room-bottom-note{flex-wrap:wrap;line-height:1.6}.tabs button{padding:8px 9px;font-size:9px}.search-box{width:34%}.game-layout{grid-template-columns:minmax(0,1fr)}.game-side{display:grid;grid-template-columns:1fr 1fr;gap:17px;align-items:start}.chat-panel{margin:0}.game-heading h1{font-size:27px}.game-heading-actions>.btn{font-size:10px;padding:11px}.waiting-table{min-height:490px}.hand-grid{grid-template-columns:repeat(4,1fr)}.hand-card{min-height:165px}.footer-extra{display:none}.how-header h1{font-size:50px}.how-card{padding:23px}.how-card h2{font-size:19px}.how-footer{align-items:flex-start;flex-direction:column}}
@media(max-width:760px){:root{--sidebar:0px}.sidebar{position:static;width:100%;height:71px;flex-direction:row;align-items:center;padding:0 21px;border-right:0;border-bottom:1px solid var(--border);justify-content:space-between}.brand{font-size:20px;letter-spacing:-1px}.brand-symbol{width:28px;margin-right:3px}.brand-symbol .icon{height:32px;width:32px}.sidebar-label,.sidebar-bottom{display:none}.sidebar nav{display:flex;gap:3px}.nav-link{width:auto;margin:0;padding:11px;font-size:11px}.nav-link .icon{width:16px}.nav-dot{display:none!important}.topbar{height:68px;padding:0 23px}.breadcrumb{font-size:11px}.topbar-right{gap:11px}.online-indicator{font-size:9px}.profile-button>.avatar{height:31px;width:31px;font-size:18px}.profile-button{font-size:10px;gap:7px}.profile-button small{font-size:8px;margin-top:3px}.profile-button>.icon{margin-left:3px;width:11px}.topbar-divider{height:25px}.hero{padding:31px;min-height:349px}.hero-copy{min-width:310px}.hero h1{font-size:41px}.hero-art{min-width:195px}.hero-note{font-size:8px}.hero-copy>p{font-size:12px}.hero-actions .btn{font-size:10px;padding:12px 10px}.hero-actions .btn>.icon:last-child{margin-left:0}.hero-actions .btn>.icon:first-child{width:12px}.example-card{width:135px;height:192px}.prompt-example{top:43px;left:-2px}.answer-example{left:79px;top:105px}.round-sticker{left:11px;bottom:0}.floating-caption{left:0;top:-6px}.star-one{right:-19px;top:46px}.star-two{bottom:-1px;left:-20px}.quick-guide{margin-top:17px}.section-heading h2{font-size:25px}main{padding:22px 23px 0}.room-card-top{margin-bottom:19px}.room-card>p{font-size:10px}.room-card h3{font-size:18px}.room-category{font-size:9px}.room-status{font-size:9px}.friends-banner{margin-top:0}.friends-banner h3{font-size:13px}.friends-banner p{font-size:10px}.friends-banner>.btn{font-size:10px}.how-header{padding-top:17px}.game-heading{flex-wrap:wrap;gap:15px}.game-heading h1{font-size:29px}.game-heading-actions{margin-left:auto}.game-heading-actions .btn{font-size:10px}.room-code-label{margin-left:10px}footer{padding:24px;font-size:8px}}
@media(max-width:590px){.sidebar{padding:0 16px}.nav-link{font-size:0;padding:11px 13px;gap:0}.nav-link .icon{width:19px;height:19px}.topbar{padding:0 18px;height:65px}.breadcrumb{font-size:10px}.topbar-right{gap:8px}.online-indicator{display:none}.topbar-divider{display:none}.profile-button small{font-size:8px}.profile-button>.icon{margin-left:5px}main{padding:18px 16px 0}.hero{padding:28px 24px 0;min-height:613px;flex-direction:column;border-radius:12px}.hero-copy{min-width:0;flex:initial}.eyebrow{font-size:7px;letter-spacing:1.3px;margin-bottom:16px;gap:5px}.hero h1{font-size:44px;letter-spacing:-2.3px;line-height:1.15}.hero-copy>p{font-size:12px;line-height:1.8;margin-top:15px}.hero-actions{margin-top:21px;gap:10px}.hero-actions .btn{font-size:10px;padding:12px}.hero-actions .btn>.icon{width:13px;height:13px}.hero-note{font-size:7px;gap:7px;margin-top:15px}.hero-art{min-height:277px;width:100%;min-width:0;max-width:320px;margin:0 auto}.example-card{width:142px;height:185px;padding:16px}.prompt-example{left:24px;top:35px;transform:rotate(-12deg)}.answer-example{left:147px;top:77px;transform:rotate(12deg)}.example-card h2,.answer-example h2{font-size:19px;margin-top:17px}.example-card .mini-brand{font-size:8px}.card-bottom{font-size:5px}.round-sticker{width:60px;height:60px;font-size:18px;left:81px;bottom:17px}.round-sticker span{font-size:5px}.star-one{font-size:43px;right:-6px;top:22px}.star-two{font-size:31px;bottom:37px;left:11px}.floating-caption{font-size:9px;left:99px;top:7px}.floating-caption svg{width:48px;height:29px;right:-5px;top:13px}.quick-guide{padding:17px 12px;gap:13px;align-items:flex-start;margin:16px 0 29px}.guide-step{flex-direction:column;align-items:flex-start;gap:8px}.step-number{width:24px;height:24px;font-size:9px}.guide-step strong{font-size:9px;white-space:normal;line-height:1.5}.guide-step p{gap:4px}.guide-step p span{font-size:8px;line-height:1.6}.section-heading{align-items:flex-start;margin-bottom:19px}.section-eyebrow{font-size:8px;letter-spacing:1.1px}.section-heading h2{font-size:25px;letter-spacing:-1.2px;margin-top:8px}.section-heading p{font-size:10px;line-height:1.7;max-width:280px}.section-heading>.text-button{display:none}.room-toolbar{flex-wrap:wrap;gap:12px}.tabs{flex:1;justify-content:space-between}.tabs button{font-size:10px;padding:9px 12px}.search-box{width:100%;max-width:none;padding:11px 12px}.search-box input{font-size:11px}.room-grid{grid-template-columns:1fr;gap:13px}.room-card{padding:19px 20px 0}.room-card-top{margin-bottom:18px}.room-category{font-size:9px;padding:6px 8px}.room-category .icon{width:12px;height:12px}.room-status{font-size:9px}.room-card h3{font-size:20px}.room-card>p{font-size:10px;margin-top:7px}.room-meta{font-size:10px;margin:19px 0 16px;gap:11px}.room-card-bottom{padding:13px 0}.avatar-stack .avatar{width:29px;height:29px;font-size:16px}.empty-avatar{width:27px;height:27px}.join-room-button{font-size:11px;padding:10px 14px;gap:20px}.room-bottom-note{font-size:8px;gap:5px;margin:18px 0 25px}.room-bottom-note button{font-size:9px;justify-content:center;width:100%;margin:7px 0 0}.friends-banner{padding:21px 18px;gap:12px;align-items:flex-start}.banner-icon{width:31px;height:31px}.banner-icon>.icon{width:16px;height:16px}.friends-banner>div:nth-child(2){flex:1}.friends-banner h3{font-size:13px;line-height:1.6;max-width:230px}.friends-banner p{font-size:10px;line-height:1.7;margin-top:7px}.friends-banner>.btn{margin:1px 0 0 43px;font-size:10px}footer{padding:23px 16px;font-size:7px;gap:12px;line-height:1.6}footer>span:last-child{max-width:160px}.modal{padding:27px 23px}.modal-overlay{padding:16px}.modal h2{font-size:24px;letter-spacing:-.8px}.modal-subtitle{font-size:11px}.avatar-picker .avatar{height:41px;width:41px;font-size:24px}.modal-button-row .btn{font-size:11px}.invite-code{font-size:30px;letter-spacing:6px}.how-header h1{font-size:46px}.how-header>.section-eyebrow{font-size:6px;letter-spacing:1px}.how-header p{font-size:12px}.how-grid{grid-template-columns:1fr;gap:13px}.how-card{padding:25px}.how-card .step-number{width:30px;height:30px}.how-card h2{font-size:21px}.how-card p{font-size:12px}.how-footer p{font-size:10px}.game-heading h1{font-size:27px}.game-heading{margin-bottom:18px}.game-heading-actions{margin-left:0;width:100%;justify-content:space-between}.game-heading-actions>.btn{padding:10px 13px}.game-heading-actions>.icon-button{height:34px;width:34px}.game-side{grid-template-columns:1fr;gap:16px}.waiting-table{padding:32px 18px;min-height:490px}.waiting-table h2{font-size:39px}.waiting-table>p{font-size:11px}.waiting-avatars{gap:17px}.waiting-avatars .avatar{width:43px;height:43px;font-size:24px}.waiting-avatars>div{max-width:70px}.waiting-avatars>div>span:last-child{font-size:9px}.invite-seat>span{width:43px;height:43px}.waiting-settings{gap:12px;font-size:8px}.waiting-settings .icon{width:11px;height:11px}.waiting-table>.btn{font-size:11px}.waiting-tip{font-size:8px}.table-decoration{font-size:75px}.table-eyebrow{font-size:8px}.play-table{padding:18px}.round-bar{font-size:7px}.table-prompt{padding:20px;margin:22px 0}.table-prompt h2{font-size:26px;line-height:1.4;letter-spacing:-.7px}.round-status{font-size:10px}.hand-grid{grid-template-columns:repeat(2,1fr);gap:12px}.hand-card{min-height:166px;padding:17px 14px}.hand-card>span{font-size:14px}.hand-card>small{font-size:7px}.hand-card.chosen{padding:16px 13px}.hand-heading{margin-bottom:17px;gap:7px}.hand-heading h3{font-size:14px}.hand-heading>span{font-size:10px}.submit-row{align-items:flex-end}.submit-row>span{font-size:9px;max-width:150px;line-height:1.7}.submit-row>.btn{font-size:11px;padding:12px 14px}.submission-grid{gap:12px}.submission-card{min-height:193px}.winning-answer h2{font-size:23px}.chat-messages{height:190px}.player-row{padding:13px 17px}.player-row strong{font-size:12px}.player-row small{font-size:10px}.player-row .avatar{height:36px;width:36px;font-size:22px}.panel-heading h3{font-size:13px}.chat-message strong{font-size:11px}.chat-message p{font-size:12px}.chat-panel input{font-size:12px}.chat-panel form{padding:12px}.chat-welcome{font-size:10px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
