:root{--red:#e6323d;--red-dark:#ba202e;--blue:#1970e5;--ink:#263045;--muted:#646a77;--paper:#fff;--line:#e7e6ea;--active-team:var(--red);color-scheme:light;font-family:Arial,"Noto Sans Hebrew",sans-serif}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#faf9f7;line-height:1.5}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}button,input,select{touch-action:manipulation}a{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:3px solid var(--blue);outline-offset:3px}button,a,input{-webkit-tap-highlight-color:transparent}[hidden]{display:none!important}.site-head{max-width:1250px;display:flex;justify-content:space-between;align-items:center;margin:auto;padding:22px 28px}.wordmark{display:inline-block;white-space:nowrap;background:var(--red);color:#fff;font-weight:900;font-size:29px;letter-spacing:-1.3px;text-decoration:none;line-height:1;padding:14px 20px 16px;border-radius:12px 22px 12px 4px;box-shadow:0 4px 0 var(--red-dark);transform:rotate(-2deg)}.wordmark b{font-weight:900}.wordmark span{color:#ffe084;margin-right:1px}.wordmark.compact{font-size:21px;padding:9px 14px 11px;box-shadow:0 3px 0 var(--red-dark)}.edition{font-size:13px;color:var(--muted)}.edition i{display:inline-block;width:7px;height:7px;background:#1b986b;border-radius:50%;margin-right:6px}.gate{max-width:1150px;min-height:calc(100vh - 110px);margin:auto;padding:40px 30px 65px;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:65px;align-items:center}.eyebrow{font-size:13px;font-weight:700;color:var(--red)}.hero h1{font-size:clamp(60px,7vw,88px);line-height:.99;letter-spacing:-3px;margin:20px 0}.hero h1 em{color:var(--red);font-style:normal}.hero>p{font-size:18px;color:var(--muted)}.hero-art{height:230px;position:relative;max-width:420px;margin:20px 0}.card-back{position:absolute;left:95px;top:12px;transform:rotate(-12deg);width:155px;height:205px;background:var(--red);border:7px solid white;border-radius:18px;box-shadow:0 14px 28px #30253122;display:flex;flex-direction:column;justify-content:center;align-items:center;color:white;text-align:center}.card-back b{font-size:34px;line-height:1}.card-back span{font-size:9px;margin-top:16px}.hero-card{position:absolute;right:6px;top:40px;background:white;width:190px;height:158px;border:2px solid #eadbe0;border-radius:16px;padding:18px;transform:rotate(8deg);box-shadow:0 12px 30px #3025311a}.hero-card span{font-size:11px;color:var(--muted)}.hero-card strong{font-size:31px;display:block;margin:9px 0}.hero-card small{font-size:10px;color:var(--muted)}.paper-line{height:3px;background:#f0e8e9;margin-top:12px;border-radius:3px;width:100%}.paper-line.short{width:55%;margin-top:7px}.hero-pawn{position:absolute;left:35px;bottom:5px;width:38px;height:68px;background:linear-gradient(90deg,#165eb7,#49a0fa,#135ec8);clip-path:polygon(30% 5%,70% 5%,77% 20%,60% 37%,75% 82%,100% 90%,100% 100%,0 100%,0 90%,25% 82%,40% 37%,23% 20%)}.hero-sticker{position:absolute;right:24px;bottom:5px;background:#ffe38a;padding:6px 11px;font-size:12px;border-radius:5px;transform:rotate(-6deg)}.hero-stats{display:flex;gap:24px;font-size:12px;color:var(--muted)}.hero-stats b{font-size:22px;color:var(--ink);display:block}.entry{padding:30px;background:white;border:1px solid var(--line);border-radius:24px;box-shadow:0 20px 65px #3427370d}.entry-top{display:flex;align-items:center;justify-content:space-between;color:var(--red);font-size:12px;font-weight:700}.tag-dot{font-size:10px;color:#158357}.entry h2{font-size:30px;margin:22px 0 5px;line-height:1.2}.entry>p{font-size:14px;color:var(--muted);margin:10px 0 22px}.entry-note{font-size:11px;color:var(--muted);text-align:center}label{display:block;font-size:13px;font-weight:700;margin:16px 0 7px}input,select{width:100%;min-width:0;background:#fcfcfd;color:var(--ink);border:1px solid #d8dbe2;border-radius:10px;padding:13px;min-height:47px;font-size:16px}input::placeholder{color:#9b9da8}.btn{border:1px solid transparent;border-radius:12px;padding:12px 16px;min-height:46px;font-weight:700;font-size:14px;display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.25;transition:transform .12s,box-shadow .12s}.btn:active:not(:disabled){transform:translateY(2px)}.btn.primary{color:#fff;background:var(--red);box-shadow:0 3px 0 #bb2531}.btn.success{color:#fff;background:#168258;box-shadow:0 3px 0 #09683f}.btn.blue{background:var(--blue);color:white}.btn.secondary{color:#344059;border-color:#dce0e7;background:#fff;box-shadow:0 2px 0 #e5e7ed}.btn.danger{color:#a82531;background:#fff0f1;border-color:#f2d2d6}.btn.quiet-button{color:var(--muted);background:none;font-size:12px}.full{width:100%}.entry form .btn{margin-top:17px}.entry details .btn{margin-top:9px}details{margin-top:15px;font-size:13px}summary{cursor:pointer;list-style-position:inside;color:var(--muted);padding:4px 0}details[open]>summary{margin-bottom:10px}.text-button{display:block;background:none;border:none;color:#576071;font-size:12px;padding:10px;margin:auto;text-decoration:underline;text-underline-offset:3px}.how{border-top:1px solid var(--line);margin-top:20px;padding-top:15px;font-size:12px}.how p{color:var(--muted);margin:5px 0}.privacy-link{font-size:11px;color:var(--muted);display:inline-block;margin-top:16px}.error{color:#b82436;font-size:13px}.error:empty{display:none}
body:has(#room:not([hidden])){overflow:hidden}body:has(#room:not([hidden]))>.site-head{display:none}.room{position:fixed;inset:0;height:100vh;height:100dvh;padding:max(8px,env(safe-area-inset-top)) 12px max(5px,env(safe-area-inset-bottom));display:grid;grid-template-rows:56px minmax(0,1fr) 66px;gap:10px;background:#f4f5f8;isolation:isolate}.room-head{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 10px;min-width:0}.head-buttons{display:flex;gap:12px;align-items:center}#room-code{font:11px ui-monospace,monospace;color:#8c91a0}.status{font-size:11px;color:#8a7080}.status.connected{color:#148660}.icon-btn,.mini-btn{display:inline-grid;place-items:center;background:white;color:#4a5467;border:1px solid #dde0e7;border-radius:10px;width:36px;height:36px;min-width:36px;font-weight:700}.room-body{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px;min-height:0;min-width:0}.teams{display:flex;flex-direction:column;gap:12px;overflow:auto;min-height:0;padding:3px 3px 8px}.team{border:1px solid #dfe3eb;background:#fff;border-radius:17px;overflow:hidden;flex:none;box-shadow:0 3px 8px #213c5510}.team.active{box-shadow:0 0 0 2px var(--team-color)}.team-head{display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-bottom:3px solid var(--team-color);background:#fff;font-size:15px;gap:8px}.team-head b{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.team-score{color:var(--team-color);font-weight:900;font-size:20px;font-variant-numeric:tabular-nums}.people{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:7px}.person{position:relative;min-width:0;aspect-ratio:1.12;background:#e7eef7;border-radius:10px;overflow:hidden;border:2px solid transparent}.person.explainer{border-color:var(--team-color)}.person.offline{opacity:.5}.person video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:2}.person.self video{transform:scaleX(-1)}.person .avatar{position:absolute;inset:0;display:grid;place-items:center;color:#73839c;font-weight:700;font-size:25px}.person .name{position:absolute;bottom:0;left:0;right:0;color:white;background:linear-gradient(transparent,#152137d9);z-index:4;font-size:11px;padding:15px 5px 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-state{position:absolute;top:3px;left:4px;padding:2px;border-radius:5px;background:#ffffffe3;font-size:10px;z-index:5}.join-team{font:700 12px Arial;color:var(--team-color);margin:2px 8px 6px;width:calc(100% - 16px);border:1px solid var(--team-color);border-radius:8px;background:white;min-height:34px}.team-queue{padding:3px 10px 9px;font-size:10px;color:var(--muted)}.unassigned .people{grid-template-columns:repeat(2,minmax(0,1fr))}.stage{min-width:0;min-height:0;position:relative;overflow:hidden;border-radius:24px;border:1px solid #e1e4ec;background:radial-gradient(ellipse at 65% 45%,#fff 10%,#f5f6f9 70%)}.stage-top{position:absolute;top:13px;left:18px;right:18px;display:flex;align-items:center;justify-content:space-between;gap:10px;z-index:3}.stage-top small{display:block;font-size:11px;color:var(--muted)}.stage-top strong{display:block;font-size:19px;color:var(--active-team);max-width:100%;overflow-wrap:anywhere}.view-tools{display:flex;gap:5px}.board{position:absolute;inset:65px 10px 44px 364px;overflow:hidden;touch-action:none;isolation:isolate}.board canvas{position:absolute;width:100%;height:100%;inset:0;pointer-events:none}.board-labels{z-index:1}.stage-bottom{position:absolute;bottom:10px;left:18px;right:18px;display:flex;justify-content:space-between;gap:15px;font-size:10px;color:#727a89;z-index:2}.turn-panel{position:absolute;width:332px;max-height:calc(100% - 125px);top:82px;left:18px;background:#fff;border:2px solid #e6323d;border-radius:18px;box-shadow:0 8px 0 #efcdd1,0 18px 30px #6c263516;overflow:hidden;z-index:4;display:flex;flex-direction:column}.panel-head{display:flex;align-items:center;justify-content:space-between;background:var(--red);color:#fff;padding:9px 12px;gap:10px;font-size:12px;font-weight:700;flex:none}.panel-head .mini-btn{border:1px solid #ffffff66;background:#ffffff14;color:white;width:30px;height:30px;min-width:30px}#panel-content{padding:18px;overflow:auto;min-height:0;overscroll-behavior:contain}.turn-panel.minimized #panel-content{display:none}.turn-panel h2{font-size:24px;line-height:1.2;margin:0 0 10px;overflow-wrap:anywhere}.turn-message{font-size:13px;color:var(--muted);line-height:1.65;margin:0 0 12px}.turn-message:empty{display:none}.timer-wrap{display:flex;align-items:center;gap:12px;padding:8px 0 12px}.timer-wrap strong{font-size:30px;color:var(--red);font-variant-numeric:tabular-nums;white-space:nowrap;line-height:1}.timer-wrap>div{flex:1;min-width:0}.timer-wrap span{font-size:10px;color:var(--muted)}progress{width:100%;height:5px;display:block;border:0;border-radius:10px;overflow:hidden;margin-top:7px;accent-color:var(--red)}progress::-webkit-progress-bar{background:#f2ebed}progress::-webkit-progress-value{background:var(--red)}.private-card{border:1px solid #ebe5e8;border-radius:11px;padding:13px;background:#fff}.word-header{display:flex;justify-content:space-between;gap:8px;font-size:9px;color:#79808e}.active-word{font-size:clamp(26px,3vw,38px);font-weight:900;line-height:1.3;text-align:center;padding:27px 2px 25px;overflow-wrap:anywhere;color:#182c4c;min-height:90px}.private-card details{font-size:11px;margin-top:1px;border-top:1px solid #f0edf0;padding-top:7px}#card-words{margin:0;padding:0;list-style:none;counter-reset:words}#card-words li{counter-increment:words;padding:6px 30px 6px 9px;position:relative;border-bottom:1px solid #f0edf0;font-size:14px}#card-words li:before{content:counter(words);position:absolute;right:8px;color:#8c909b}#card-words li.active{background:#fff0bd;font-weight:bold;border-radius:5px}.public-card{background:#e6323d;color:white;padding:22px 10px;border-radius:12px;text-align:center;display:flex;flex-direction:column;gap:12px;min-height:160px;justify-content:center}.public-card .wordmark{font-size:28px;box-shadow:none;background:none;padding:0;margin:0 auto 6px}.public-card>b{font-size:14px}.public-card small{font-size:11px;color:#ffe4e7}.actions{display:grid;gap:9px;margin-top:15px}.actions.dual{grid-template-columns:1fr 1fr}.actions.dual .btn{font-size:16px;min-height:49px}.actions.team-awards{grid-template-columns:1fr 1fr}.team-awards .btn{font-size:12px;border-color:var(--team);color:var(--team)}.team-awards .quiet-button{grid-column:1/-1;color:var(--muted)}.row{display:flex;gap:9px;flex-wrap:wrap}.row>*{flex:1;min-width:0}.lobby-tools{margin:14px 0 0}.lobby-tools .row .btn{font-size:12px}.panel-foot{font-size:10px;line-height:1.5;color:#7a7f8c;margin:13px 0 0}.panel-foot:empty{display:none}.review-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:8px 0;border-bottom:1px solid var(--line);font-size:12px}.review-row>span{min-width:0;overflow-wrap:anywhere}.review-row button{border:1px solid #dfe2eb;background:white;border-radius:7px;min-height:34px;max-width:55%;font-size:10px;color:#445474;flex:none}.score-equation{text-align:center;letter-spacing:1px;font-size:25px;font-weight:900;padding:12px 2px;background:#f5f7fb;border-radius:10px;margin:7px 0}.approval-status{display:flex;gap:5px;flex-wrap:wrap;font-size:11px;margin-top:13px}.approval-status span{background:#f2f3f6;color:#778291;padding:4px 7px;border-radius:30px}.approval-status span.approved{background:#e9f8ef;color:#1e7b50}.audit-note{font-size:10px;color:#775950}.rank-row{font-weight:bold;font-size:16px}.dock{display:flex;justify-content:center;gap:12px;align-items:center}.dock-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;background:#fff;border:1px solid #dfe3eb;border-radius:13px;color:#576177;width:81px;height:60px;font-size:11px;position:relative}.dock-btn span{font-size:21px;line-height:1.1}.dock-btn[aria-pressed=true]{border-color:#178b60;color:#12724e;background:#f1fbf6}.dock-btn[aria-pressed=false]:not(#menu):after{content:'';position:absolute;height:20px;width:2px;background:#c9464e;transform:rotate(-35deg);top:9px}.connection-banner,.audio-banner{position:fixed;top:72px;left:12px;right:12px;background:#fff3c8;border:1px solid #eedba3;border-radius:12px;padding:11px;color:#735016;font-size:13px;z-index:20;text-align:center}.audio-banner{top:auto;bottom:86px;width:max-content;max-width:calc(100% - 24px);margin:auto}.muted{font-size:12px;color:var(--muted)}.stack{display:grid;gap:8px}.toast{position:fixed;bottom:90px;left:50%;transform:translateX(-50%);background:#29344b;color:white;border-radius:13px;padding:12px 19px;max-width:calc(100% - 24px);width:max-content;font-size:13px;z-index:100;box-shadow:0 8px 30px #0003}dialog{color:var(--ink);background:#fff;border:1px solid #dfe1e7;border-radius:20px;padding:24px;width:min(540px,calc(100% - 24px));max-height:85vh;max-height:85dvh;overflow:auto;box-shadow:0 20px 90px #172c4444;overscroll-behavior:contain}dialog::backdrop{background:#16253999;backdrop-filter:blur(3px)}.dialog-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.dialog-head h2{margin:0;font-size:24px;line-height:1.25}.close{font-size:25px;border:1px solid #e5e6eb;border-radius:10px;background:#f7f8fa;color:#4d576b;min-width:36px;height:36px}.dialog-head+p{font-size:13px}dialog>.btn.full{margin-top:9px}.rules{font-size:13px;line-height:1.8}.rules hr{border:0;border-top:1px solid #e1e4eb;margin:20px 0}.correction-word{font-weight:900;font-size:28px}.correction-word+form .btn{margin-top:12px}pre{white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;background:#f4f5f8;border-radius:10px;padding:12px}.privacy{max-width:750px;margin:40px auto;padding:25px;background:white;border-radius:20px}.privacy h1{color:var(--red)}#invite{display:none!important}
@media(min-width:1600px){.room{padding-right:max(20px,calc((100vw - 1580px)/2));padding-left:max(20px,calc((100vw - 1580px)/2))}.turn-panel{width:360px}.board{left:392px}}
@media(max-width:1150px){.room-body{grid-template-columns:210px minmax(0,1fr);gap:10px}.turn-panel{width:295px;left:12px}.board{left:317px}.team-head{font-size:13px}.team-queue{font-size:9px}.person .name{font-size:10px}.stage-top strong{font-size:17px}}
@media(max-width:960px){.room-body{grid-template-columns:1fr;grid-template-rows:145px minmax(0,1fr);gap:8px}.teams{flex-direction:row;overflow-x:auto;overflow-y:hidden;gap:9px;padding:3px 2px 4px}.team{width:calc((100% - 10px)/2);min-width:195px;max-width:350px;display:grid;grid-template-rows:33px minmax(0,1fr);position:relative}.team-head{padding:3px 9px;font-size:12px;border-bottom-width:2px}.team-score{font-size:16px}.people{display:flex;gap:5px;overflow-x:auto;padding:5px}.person{width:86px;height:77px;aspect-ratio:auto;flex:1;min-width:69px}.team-queue{display:none}.join-team{position:absolute;right:5px;bottom:7px;left:5px;z-index:6;background:#fffffff2;min-height:25px;font-size:10px;width:calc(100% - 14px);margin:0}.team:has(.join-team:not([hidden])) .people{padding-bottom:33px}.team:has(.join-team:not([hidden])) .person{height:54px}.board{inset:50px 0 33px}.turn-panel{left:50%;transform:translateX(-50%);top:62px;width:min(380px,calc(100% - 28px));max-height:calc(100% - 108px)}.turn-panel.minimized{top:auto;bottom:43px}.stage-top{top:9px;right:12px;left:12px}.stage-bottom{bottom:8px;right:13px;left:13px;gap:8px;flex-wrap:wrap;font-size:9px}#next-team{max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.turn-panel h2{font-size:22px}.active-word{font-size:34px;padding:18px 2px;min-height:78px}#panel-content{padding:15px}.timer-wrap strong{font-size:25px}.panel-head{padding:6px 10px}.turn-message{font-size:12px;margin-bottom:8px}.panel-foot{font-size:10px}.actions{margin-top:12px}.stage[data-phase=playing] #turn-title{display:none}.stage[data-phase=countdown] .turn-panel{text-align:center}.stage[data-phase=countdown] .timer-wrap{justify-content:center}.stage[data-phase=countdown] .timer-wrap strong{font-size:54px}.stage[data-phase=countdown] .timer-wrap>div{display:none}}
@media(max-width:600px){.site-head{padding:19px 17px}.wordmark{font-size:25px;padding:12px 15px 14px}.edition{font-size:10px}.gate{padding:18px 18px 50px;grid-template-columns:minmax(0,1fr);gap:23px;min-height:0}.hero{text-align:center}.hero h1{font-size:62px;margin:15px 0}.hero h1 br{display:none}.hero h1 em{display:block}.hero>p{font-size:15px}.hero-art{height:186px;width:320px;max-width:100%;margin:0 auto 18px}.card-back{height:165px;width:128px;left:80px}.card-back b{font-size:26px}.card-back span{font-size:7px}.hero-card{width:150px;height:127px;right:5px;padding:12px;top:35px}.hero-card strong{font-size:25px;margin:7px 0}.hero-card small{font-size:8px}.hero-pawn{left:20px;height:57px;width:31px}.hero-sticker{font-size:11px}.hero-stats{justify-content:center;gap:30px;font-size:10px}.hero-stats b{font-size:20px}.entry{padding:24px 20px;border-radius:20px}.entry h2{font-size:27px}.room{padding:env(safe-area-inset-top) 6px max(4px,env(safe-area-inset-bottom));grid-template-rows:50px minmax(0,1fr) 59px;gap:6px}.room-head{padding:0 7px;gap:8px}.wordmark.compact{font-size:18px;padding:8px 10px 10px}.status{font-size:9px;white-space:nowrap}.head-buttons{gap:6px}#room-code{display:none}.icon-btn{height:31px;width:31px;min-width:31px}.room-body{grid-template-rows:118px minmax(0,1fr)}.teams{gap:7px}.team{min-width:168px;border-radius:12px;grid-template-rows:29px minmax(0,1fr)}.team-head{font-size:11px}.people{padding:4px}.person{height:70px;min-width:60px}.person .name{font-size:9px;padding:13px 3px 3px}.person .avatar{font-size:20px}.team:has(.join-team:not([hidden])) .person{height:53px}.stage{border-radius:17px}.stage-top small{font-size:9px}.stage-top strong{font-size:15px}.view-tools .mini-btn{width:31px;height:31px;min-width:31px;font-size:11px}.turn-panel{top:60px;max-height:calc(100% - 102px);border-radius:15px;width:calc(100% - 24px)}.active-word{font-size:32px}#panel-content{padding:12px}.turn-panel h2{font-size:21px;margin-bottom:7px}.turn-message{font-size:11px;line-height:1.55}.word-header{font-size:8px}.private-card{padding:10px}.private-card details{font-size:10px}.timer-wrap{padding:5px 0 10px}.actions.dual .btn{min-height:45px;font-size:15px}.lobby-tools .row .btn{min-height:41px;font-size:11px;padding:8px}.actions>.btn{font-size:13px;min-height:43px}.panel-foot{font-size:9px}.dock{gap:10px}.dock-btn{width:76px;height:54px;border-radius:12px;font-size:10px}.dock-btn span{font-size:20px}.score-equation{font-size:23px;padding:9px}.review .muted{font-size:10px}.public-card{min-height:130px;padding:18px 10px}.public-card .wordmark{font-size:26px}dialog{padding:19px 17px;border-radius:18px;max-height:87dvh}.dialog-head h2{font-size:22px}}
@media(max-height:520px) and (min-width:601px){.room{grid-template-rows:41px minmax(0,1fr) 48px;gap:5px}.room-head .wordmark{font-size:17px}.room-body{grid-template-columns:190px minmax(0,1fr);grid-template-rows:1fr}.teams{flex-direction:column;overflow-y:auto;overflow-x:hidden}.team{width:100%;min-width:0;max-width:none;height:120px;min-height:120px}.board{inset:40px 0 25px}.stage-top strong{font-size:14px}.turn-panel{width:290px;top:48px;max-height:calc(100% - 77px)}#panel-content{padding:10px}.stage[data-phase=playing] .active-word{font-size:24px;padding:6px;min-height:40px}.stage[data-phase=playing] .timer-wrap{padding:0 0 7px}.stage[data-phase=playing] .timer-wrap strong{font-size:20px}.stage[data-phase=playing] .panel-foot{display:none}.stage[data-phase=playing] .actions{margin-top:8px}.stage[data-phase=playing] .btn{min-height:35px}.dock-btn{height:44px;flex-direction:row;width:95px;gap:6px}.panel-head{padding:4px 8px}.panel-head .mini-btn{height:24px;min-width:26px}.private-card details{margin-top:4px}.dock-btn[aria-pressed=false]:after{right:23px;top:9px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
