:root{--primary: #E02B45;--primary-shadow: #A9162E;--secondary: #2ED573;--secondary-shadow: #1EAE55;--secondary-text: #147D45;--bg-gradient: linear-gradient(135deg, #5352ED 0%, #3742FA 100%);--panel-bg: #FFFFFF;--text-main: #2F3542;--text-soft: #747d8c;--input-bg: #FFFFFF;--input-border: #DFE4EA;--muted-panel: #f1f3f8}*{box-sizing:border-box}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}body{font-family:Cairo,Segoe UI,Arial,sans-serif;direction:rtl;background:var(--bg-gradient);margin:0;padding:20px;color:var(--text-main);min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;overflow-y:auto}body.phone-in-game{align-items:flex-start;padding:12px}body.dialog-open{overflow:hidden}body.phone-dark{--primary: #D72F52;--primary-shadow: #B51D38;--secondary: #35D99D;--secondary-shadow: #16865C;--secondary-text: #65E5AD;--bg-gradient: linear-gradient(135deg, #111827 0%, #1f2937 54%, #312e81 100%);--panel-bg: #121826;--text-main: #F8FAFC;--text-soft: #CBD5E1;--input-bg: #0F172A;--input-border: #334155;--muted-panel: #1E293B}.phone-theme-toggle{position:fixed;top:12px;left:12px;z-index:60;width:44px;height:44px;min-width:44px;display:grid;place-items:center;padding:0;border-radius:15px;background:#ffffffeb;color:#2f3542;border:2px solid rgba(255,255,255,.56);box-shadow:0 6px #2f354238,0 12px 22px #00000029;font-size:22px;line-height:1}body.phone-dark .phone-theme-toggle{background:#1e293b;color:#f8fafc;border-color:#94a3b852;box-shadow:0 6px #0f172a,0 12px 24px #00000052}.wrap{width:100%;max-width:500px;margin:0 auto}.panel{background:var(--panel-bg);border-radius:24px;padding:30px 24px;box-shadow:0 10px 25px #0003;text-align:center}body.phone-dark .panel{border:1px solid rgba(148,163,184,.18);box-shadow:0 14px 34px #00000057}.host-controls{margin:16px 0;padding:10px;border-radius:18px}.host-moderation{margin-top:14px;padding:14px;border:2px solid var(--input-border);border-radius:16px;background:var(--muted-panel);text-align:right}.host-moderation>label{display:block;margin-bottom:8px;font-weight:900}.host-moderation-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.host-moderation select{width:100%;min-height:48px;padding:8px 12px;border:2px solid var(--input-border);border-radius:12px;background:var(--input-bg);color:var(--text-main);font:inherit;font-weight:800}.host-remove-player-btn{width:auto;min-width:92px;padding:10px 16px}.host-moderation p{margin:9px 0 0;color:var(--text-soft);font-size:13px;font-weight:700}.row.host-control-row{flex-direction:row;justify-content:center;align-items:center;gap:10px;margin-top:0}.host-control-btn{width:48px;height:48px;min-width:48px;display:inline-grid;place-items:center;padding:0;border-radius:15px}.host-control-btn.host-control-start{width:auto;min-width:136px;grid-auto-flow:column;gap:8px;padding:0 16px}.host-control-btn.host-control-secondary{background:var(--secondary);box-shadow:0 6px 0 var(--secondary-shadow)}.host-control-btn.host-control-secondary .host-control-icon,.host-control-btn.host-control-secondary .host-control-label{color:#153c26}.host-control-btn.host-control-danger{background:var(--primary);box-shadow:0 6px 0 var(--primary-shadow)}.host-control-icon{display:block;color:#fff;font-size:22px;font-weight:900;line-height:1}.host-control-label{color:#fff;font-size:15px;font-weight:900;line-height:1;white-space:nowrap}.host-confirm-overlay{position:fixed;inset:0;z-index:50;display:grid;place-items:center;padding:18px;background:#2f354275;backdrop-filter:blur(8px)}.host-confirm-card{width:min(100%,420px);padding:22px 18px 18px;border-radius:24px;text-align:center;background:linear-gradient(180deg,#fff,#f8fafc);border:2px solid rgba(255,71,87,.18);box-shadow:0 18px 40px #0000003d,inset 0 1px #ffffffc2;animation:phoneCardIn .24s ease both}body.phone-dark .host-confirm-card{background:linear-gradient(180deg,#172033,#111827);border-color:#ff5c7a42}.host-confirm-icon{width:58px;height:58px;margin:0 auto 12px;display:grid;place-items:center;border-radius:18px;color:#fff;background:var(--primary);box-shadow:0 7px 0 var(--primary-shadow);font-size:28px;font-weight:900}.host-confirm-card h2{margin:0 0 8px;color:var(--text-main);font-size:23px;line-height:1.15}.host-confirm-card p{margin:0;color:var(--text-soft);font-size:16px;font-weight:800;line-height:1.45}.host-confirm-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.host-confirm-btn{min-height:46px;padding:10px 12px;border-radius:15px;font-size:15px}.host-confirm-cancel{color:#2f3542;background:#ced6e0;box-shadow:0 5px #a4b0be}.host-confirm-danger{background:var(--primary);box-shadow:0 5px 0 var(--primary-shadow)}.waiting-panel{min-height:min(70vh,560px);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px}.waiting-icon{width:76px;height:76px;display:grid;place-items:center;border-radius:24px;font-size:42px;background:#e8f2ff;color:#1769e0;box-shadow:0 8px #9bbcff,0 16px 28px #00000024;animation:waitingPulse 1.8s ease-in-out infinite}.waiting-panel p{margin:0;max-width:320px;font-size:18px;font-weight:800;line-height:1.45;color:#747d8c}.waiting-room-code{margin-top:6px;padding:10px 18px;border-radius:16px;background:#f1f3f8;color:var(--primary);font-size:30px;font-weight:900;letter-spacing:5px;direction:ltr}@keyframes waitingPulse{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.03)}}h1{margin-top:0;font-weight:800;font-size:32px;color:var(--text-main);margin-bottom:24px}.row{display:flex;flex-direction:column;gap:16px;margin-top:16px}.avatar-picker{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin:10px 0 18px}.avatar-choice{aspect-ratio:1;display:grid;place-items:center;padding:0;min-height:48px;font-size:26px;border-radius:16px;background:#f1f3f8;color:var(--text-main);border:2px solid #dfe4ea;box-shadow:0 4px #c8d0dc}.avatar-choice.selected{background:#e8f2ff;border-color:#7ab0ff;box-shadow:0 4px #9bbcff;transform:translateY(-2px) scale(1.04)}body.phone-dark .avatar-choice{background:#1e293b;color:#f8fafc;border-color:#334155;box-shadow:0 4px #0f172a}body.phone-dark .avatar-choice.selected{background:#213a63;border-color:#60a5fa;box-shadow:0 4px #1d4ed8}input{font-family:inherit;font-size:18px;font-weight:800;padding:16px;border:2px solid var(--input-border);border-radius:16px;text-align:center;outline:none;transition:border-color .2s;width:100%;color:var(--text-main);background:var(--input-bg)}input:focus{border-color:var(--primary)}:where(button,input,select,textarea,a):focus-visible{outline:4px solid #ffffff;outline-offset:3px;box-shadow:0 0 0 7px #3742fab8}body.phone-dark :where(button,input,select,textarea,a):focus-visible{outline-color:#f8fafc;box-shadow:0 0 0 7px #60a5fac7}.join-error{display:grid;grid-template-columns:auto minmax(0,1fr);gap:12px;align-items:start;margin:0 0 18px;padding:14px;border:2px solid #ff6b81;border-radius:16px;background:#fff0f3;color:#7d1025;text-align:right}body.phone-dark .join-error{border-color:#fb7185;background:#3b1520;color:#ffe4e8}.join-error-icon{font-size:25px;line-height:1}.join-error-title{font-size:17px;font-weight:1000}.join-error-body{margin-top:3px;font-size:14px;font-weight:700;line-height:1.55}#roomInput{text-transform:uppercase;letter-spacing:6px;font-size:24px}button{font-family:inherit;font-size:18px;font-weight:800;padding:18px;border:none;border-radius:16px;background:var(--primary);color:#fff;cursor:pointer;box-shadow:0 6px 0 var(--primary-shadow);transform:translateY(0);transition:transform .1s,box-shadow .1s;width:100%}button:active{box-shadow:0 0 0 transparent;transform:translateY(6px)}.hidden{display:none!important}.phone-game-panel{min-height:min(70vh,calc(100dvh - 24px));display:flex;flex-direction:column;justify-content:flex-start;--timer-ratio: 0%;--timer-color: var(--secondary)}.phone-topbar{display:flex;justify-content:flex-end;margin-bottom:14px}.phone-timer{--progress: 1turn;--timer-color: var(--secondary);width:92px;height:92px;border-radius:50%;position:relative;flex:0 0 auto;background:conic-gradient(var(--timer-color) var(--progress),var(--muted-panel) 0);box-shadow:0 10px 24px #0000001f,inset 0 0 0 3px #ffffff59;transition:transform .15s ease}.phone-timer:before{content:"";position:absolute;inset:14px;border-radius:50%;background:var(--panel-bg);box-shadow:inset 0 0 0 2px #94a3b838}.phone-timer:after{content:"";position:absolute;inset:34px;border-radius:50%;background:var(--timer-color);opacity:.16}.phone-timer.warn{--timer-color: #7C3AED}.phone-timer.danger{--timer-color: #FF4757;animation:timerPulsePhone .75s ease-in-out infinite}.phone-game-panel.timer-warn{--timer-color: #7C3AED}.phone-game-panel.timer-danger{--timer-color: #FF4757}.phone-timer.idle{--progress: 0turn;opacity:.28}@keyframes timerPulsePhone{0%,to{transform:scale(1)}50%{transform:scale(1.06)}}.phone-question{font-size:26px;font-weight:800;font-family:Noto Kufi Arabic,Cairo,Arial,sans-serif;line-height:1.4;margin-bottom:30px}.phone-question.question-poem{white-space:pre-line;line-height:1.75;font-size:24px}.phone-option{display:block;width:100%;text-align:center;margin-top:16px;padding:20px;font-size:20px;font-weight:800;border-radius:16px;border:2px solid var(--input-border);background:var(--input-bg);color:var(--text-main);box-shadow:0 4px #64748b57;cursor:pointer;transition:all .1s;overflow-wrap:anywhere}.timer-frame{position:relative;isolation:isolate;border-radius:22px}.timer-frame:before{content:"";position:absolute;inset:-5px;z-index:-1;border-radius:26px;background:linear-gradient(to left,var(--timer-color) 0 var(--timer-ratio),var(--muted-panel) var(--timer-ratio) 100%);box-shadow:0 10px 22px #0000001f,0 0 0 2px #ffffff7a;transition:background .12s linear,transform .15s ease}.timer-frame:after{content:"";position:absolute;inset:1px;z-index:-1;border-radius:20px;background:var(--panel-bg)}.phone-game-panel.timer-danger .timer-frame:before{animation:timerFramePulse .72s ease-in-out infinite;box-shadow:0 10px 24px #ff475738,0 0 0 2px #ff475738}@keyframes timerFramePulse{0%,to{transform:scale(1)}50%{transform:scale(1.018)}}.phone-option:active{box-shadow:0 0 0 transparent;transform:translateY(4px);border-color:var(--primary);color:var(--primary)}.phone-message{margin-top:24px;font-size:20px;font-weight:800;color:var(--secondary-text)}#reconnectBtn{background:#ced6e0;color:#2f3542;box-shadow:0 6px #a4b0be}body.phone-dark #reconnectBtn,body.phone-dark .host-confirm-cancel{background:#334155;color:#f8fafc;box-shadow:0 5px #0f172a}.phone-topbar{align-items:center;gap:14px}.phone-topbar-simple{justify-content:flex-end;align-items:center;margin-bottom:18px}.phone-feedback-card{display:flex;align-items:center;gap:14px;width:100%;margin:0 0 18px;padding:16px;border-radius:20px;text-align:left;background:linear-gradient(180deg,#fff,#f8fafc);border:2px solid #eef2f7;box-shadow:0 10px 22px #0000001a;animation:phoneCardIn .28s ease both}body.phone-dark .phone-feedback-card{background:linear-gradient(180deg,#172033,#111827);border-color:#94a3b838;box-shadow:0 12px 26px #00000047}body.phone-dark .phone-feedback-card.locked,body.phone-dark .phone-feedback-card.success{background:linear-gradient(180deg,#16653457,#111827)}body.phone-dark .phone-feedback-card.danger{background:linear-gradient(180deg,#991b1b57,#111827)}.phone-feedback-card.locked{border-color:#2ed57359;background:linear-gradient(180deg,#f0fff6,#fff)}.phone-feedback-card.success{border-color:#2ed57373;background:linear-gradient(180deg,#eafff2,#fff)}.phone-feedback-card.danger{border-color:#ff475752;background:linear-gradient(180deg,#fff0f2,#fff)}.phone-feedback-icon{width:48px;height:48px;flex:0 0 auto;display:grid;place-items:center;border-radius:16px;font-size:28px;background:var(--muted-panel)}.phone-feedback-title{font-size:18px;font-weight:900;color:var(--text-main);line-height:1.15}.phone-feedback-body{margin-top:4px;font-size:14px;font-weight:800;color:var(--text-soft);line-height:1.3}[dir=rtl] input,[dir=rtl] textarea{direction:rtl;text-align:right}[dir=rtl] #roomInput{direction:ltr;text-align:center}.phone-option:disabled{cursor:not-allowed;opacity:.62;transform:none}.phone-option.own-fake{background:var(--muted-panel);color:var(--text-soft);border-color:var(--input-border)}.phone-option.category-option{background:linear-gradient(135deg,#1769e0,#0b55c4);color:#fff;border-color:#ffffff9e;box-shadow:0 5px #0b55c4}.phone-option.category-option:nth-child(2n){background:linear-gradient(135deg,#b43b5b,#a74b16);box-shadow:0 5px #cf4d3d}#fakeAnswerBox.timer-frame{margin-top:10px;padding:9px 9px 15px;gap:14px;border:2px solid var(--input-border);background:var(--panel-bg);overflow:hidden}#fakeAnswerBox.timer-frame:before{inset:auto 9px 5px;z-index:0;height:5px;border-radius:999px;box-shadow:none}#fakeAnswerBox.timer-frame:after{display:none}#fakeAnswerBox.timer-frame>*{position:relative;z-index:1}#fakeAnswerBox.timer-frame input{border-color:transparent;box-shadow:none;background:var(--input-bg)}#fakeAnswerBox.timer-frame input:focus-visible{outline:3px solid #ffffff;outline-offset:1px;box-shadow:0 0 0 5px var(--primary)}#fakeAnswerBox.timer-frame button{margin:0}#phoneOptions.options-timer-frame{margin-top:10px;padding:8px}#phoneOptions.options-timer-frame .phone-option:first-child{margin-top:0}#phoneOptions.vote-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-content:start}#phoneOptions.vote-grid .phone-option{min-height:52px;margin-top:0;padding:9px 10px;font-size:clamp(15px,4vw,18px);line-height:1.28}#phoneOptions.vote-grid-dense{gap:6px}#phoneOptions.vote-grid-dense .phone-option{min-height:44px;padding:7px 8px;border-radius:12px;font-size:clamp(13px,3.55vw,16px);line-height:1.2}#phoneOptions.vote-grid-crowded .phone-option{padding-inline:6px;font-size:clamp(12px,3.2vw,14px)}.phone-game-panel.vote-dense .phone-question{margin-bottom:10px}.phone-game-panel.vote-dense .phone-feedback-card{gap:9px;margin-bottom:8px;padding:8px 10px;border-radius:14px}.phone-game-panel.vote-dense .phone-feedback-icon{width:36px;height:36px;border-radius:11px;font-size:21px}.phone-game-panel.vote-dense .phone-feedback-title{font-size:15px}.phone-game-panel.vote-dense .phone-feedback-body{display:none}.phone-game-panel.vote-dense .phone-message{margin-top:8px;font-size:15px}button:disabled{cursor:not-allowed;opacity:.7;transform:none!important;box-shadow:0 6px #0000002e}@keyframes phoneCardIn{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}.waiting-icon,.phone-feedback-card,.phone-game-panel.timer-warn,.timer-frame:before{animation:none!important;transition:none!important}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media(max-width:430px){body{padding:12px;align-items:flex-start}.panel{padding:22px 16px}h1{font-size:28px}.avatar-picker{grid-template-columns:repeat(4,minmax(0,1fr))}.phone-topbar-simple{justify-content:center}.phone-timer{width:0;height:0}.phone-question{font-size:22px;margin-bottom:20px}body.phone-in-game .phone-theme-toggle{top:8px;left:8px;width:36px;height:36px;min-width:36px;font-size:18px;box-shadow:0 4px #2f354233,0 8px 16px #00000021}body.phone-in-game .phone-question{padding-left:32px}.phone-question.question-long{margin-bottom:14px;font-size:19px;line-height:1.35}.phone-question.question-xl{font-size:17px;line-height:1.4}body.phone-in-game .phone-feedback-card{margin-bottom:12px;padding:12px}.phone-option{font-size:18px;padding:16px}.row.host-control-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:100%}.host-control-btn{width:100%;min-width:0;min-height:48px}.host-control-btn.host-control-start{grid-column:1 / -1;width:100%;min-width:0}.host-moderation-row{grid-template-columns:1fr}.host-remove-player-btn{width:100%}#phoneOptions.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}#phoneOptions.category-grid .category-option{min-height:74px;margin-top:0;padding:12px 10px;font-size:16px;line-height:1.45}}@media(max-width:340px){body{padding:8px}.panel{padding:18px 12px;border-radius:18px}.host-controls{padding:8px}.host-control-label{font-size:14px}#phoneOptions.category-grid{grid-template-columns:1fr}#phoneOptions.category-grid .category-option{min-height:58px}}@media(orientation:landscape)and (max-height:520px){body{align-items:flex-start;padding:10px}.wrap{max-width:900px}.panel{padding:16px;border-radius:18px}h1{margin-bottom:12px;font-size:24px}.avatar-picker{grid-template-columns:repeat(12,minmax(42px,1fr));gap:8px;margin-bottom:10px}.avatar-choice{min-height:42px;font-size:22px}.row{gap:10px;margin-top:10px}.row.host-control-row{flex-direction:row;margin-top:0}.host-control-btn{width:42px;height:42px;min-width:42px;border-radius:13px}.host-control-btn.host-control-start{min-width:122px;padding:0 12px;gap:6px}.host-control-icon{font-size:20px}.host-control-label{font-size:14px}input,button:not(.host-control-btn){padding:12px;font-size:16px;border-radius:14px}.phone-game-panel{min-height:auto;justify-content:flex-start}.phone-topbar-simple{justify-content:flex-end;margin-bottom:8px}.phone-timer{width:0;height:0}.phone-timer:before{inset:10px}.phone-timer:after{inset:24px}.phone-question{margin:0 0 12px;font-size:20px;line-height:1.2}#phoneOptions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.phone-option{margin-top:0;min-height:64px;padding:12px;font-size:16px}#fakeAnswerBox.row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center}#fakeAnswerBox input,#fakeAnswerBox button{width:100%}.fake-answer-hint{grid-column:1 / -1;order:3}.phone-feedback-card{margin-bottom:10px;padding:12px}.phone-message{margin-top:12px;font-size:16px}}.fake-answer-hint{margin-top:-8px;font-size:14px;font-weight:900;color:#747d8c;text-align:right}.fake-answer-hint.warn{color:#ffa502}.fake-answer-hint.danger{color:#ff4757}.quiz-update-prompt{position:fixed;z-index:10000;right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));display:flex;max-width:min(360px,calc(100vw - 24px));align-items:center;gap:12px;padding:10px 12px;border:1px solid rgba(255,255,255,.24);border-radius:14px;background:#140a22f5;color:#fff;box-shadow:0 14px 36px #00000061;font-family:Cairo,Segoe UI,Arial,sans-serif;font-size:14px}.quiz-update-prompt button{flex:0 0 auto;min-height:36px;border:0;border-radius:10px;padding:6px 12px;background:#ffd45c;color:#27143c;font:inherit;font-weight:800;cursor:pointer}.quiz-update-prompt button:focus-visible{outline:3px solid #55d6d0;outline-offset:3px}.quiz-update-prompt button:disabled{cursor:wait;opacity:.7}body.page-hidden *{animation-play-state:paused!important}
