:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f8f8ff;background:#090b19;font-synthesis:none;--bg: #090b19;--panel: #12152a;--panel-2: #171a34;--line: rgba(255,255,255,.1);--muted: #9196b3;--violet: #8b5cf6;--violet-2: #a78bfa;--cyan: #2dd4bf;--orange: #ff8a4c;--red: #fb6474;--green: #39d98a;--shadow: 0 24px 80px rgba(0,0,0,.4)}*{box-sizing:border-box}html{min-width:320px;background:var(--bg)}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}button,input,select{font:inherit}button{color:inherit}button,[role=button]{-webkit-tap-highlight-color:transparent}button:focus-visible,input:focus-visible,select:focus-visible,label:has(input:focus-visible){outline:3px solid rgba(45,212,191,.55);outline-offset:3px}button:disabled{cursor:not-allowed;opacity:.48}input,select{color:#fff}.landing{position:relative;min-height:100vh;display:flex;flex-direction:column;isolation:isolate;background:radial-gradient(circle at 15% 30%,rgba(139,92,246,.09),transparent 28%),radial-gradient(circle at 88% 70%,rgba(45,212,191,.055),transparent 26%),var(--bg)}.landing:before{content:"";position:fixed;inset:0;z-index:-1;opacity:.35;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,#000,transparent 85%)}.landing__ambient{position:absolute;z-index:-1;border-radius:50%;filter:blur(4px);border:1px solid rgba(255,255,255,.08)}.ambient-one{width:370px;height:370px;left:-250px;top:26%;box-shadow:inset 0 0 80px #8b5cf614}.ambient-two{width:180px;height:180px;right:-100px;bottom:13%;box-shadow:inset 0 0 60px #2dd4bf14}.landing__header,.game-header{min-height:82px;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(22px,5vw,76px);border-bottom:1px solid rgba(255,255,255,.07)}.landing__header{max-width:1540px;margin:0 auto;border-bottom:0}.brand{display:inline-flex;align-items:center;gap:13px}.brand__mark{width:50px;height:50px;position:relative;display:grid;place-items:center;background:var(--violet);border-radius:16px 16px 16px 4px;box-shadow:0 8px 25px #8b5cf657;transform:rotate(-3deg)}.brand__mark span{font-size:29px;line-height:1;font-weight:900;transform:rotate(3deg)}.brand__mark svg{position:absolute;right:-7px;top:-6px;color:#ffe27b;fill:#ffe27b}.brand__type{display:flex;flex-direction:column;line-height:1;letter-spacing:-.04em}.brand__type strong{font-size:19px;font-weight:900}.brand__type small{margin-top:5px;color:var(--violet-2);font-size:11px;font-weight:800;letter-spacing:.2em}.brand--compact .brand__mark{width:41px;height:41px;border-radius:13px 13px 13px 3px}.brand--compact .brand__mark span{font-size:23px}.brand--compact .brand__type strong{font-size:16px}.connection{display:inline-flex;align-items:center;gap:8px;color:var(--muted);font-size:12px;font-weight:750;letter-spacing:.04em}.connection:before{content:"";width:6px;height:6px;border-radius:50%}.connection--online:before{background:var(--green);box-shadow:0 0 12px var(--green)}.connection--offline:before{background:var(--orange);animation:pulse 1.3s infinite}.connection--online svg{color:var(--green)}.connection--offline svg{color:var(--orange)}.hero{flex:1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(390px,510px);align-items:center;gap:clamp(50px,9vw,140px);width:min(1240px,calc(100% - 44px));margin:20px auto 45px}.hero__copy{max-width:650px}.eyebrow{display:inline-flex;align-items:center;gap:10px;color:var(--cyan);font-size:11px;letter-spacing:.22em;font-weight:850}.eyebrow>span{width:24px;height:2px;background:currentColor;box-shadow:9px 0 0 -.5px currentColor}.hero h1{margin:23px 0 24px;font-size:clamp(54px,6.4vw,92px);letter-spacing:-.07em;line-height:.94;font-weight:950}.hero h1 em{color:var(--violet-2);font-style:normal;position:relative}.hero h1 em:after{content:"";position:absolute;left:0;bottom:-9px;width:78%;height:5px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 8'%3E%3Cpath d='M1 5C52 0 111 9 199 2' stroke='%232dd4bf' stroke-width='3' fill='none'/%3E%3C/svg%3E") center/100% 100% no-repeat}.hero__copy>p{color:#aeb2ca;max-width:560px;font-size:clamp(16px,1.4vw,20px);line-height:1.7}.hero__features{display:flex;flex-wrap:wrap;gap:22px;margin-top:38px;color:#c7cadb;font-size:13px;font-weight:700}.hero__features span{display:flex;gap:8px;align-items:center}.hero__features svg{color:var(--cyan)}.entry-card{position:relative;padding:29px;background:#12152aeb;border:1px solid rgba(255,255,255,.11);border-radius:28px;box-shadow:var(--shadow);backdrop-filter:blur(18px)}.entry-card:before{content:"";position:absolute;inset:8px;border:1px solid rgba(255,255,255,.035);border-radius:22px;pointer-events:none}.entry-card__ornament{position:absolute;right:-24px;top:-33px;width:72px;height:72px;display:grid;place-items:center;color:#171a34;background:var(--cyan);border-radius:50%;border:9px solid var(--bg);font-size:36px;font-weight:950;transform:rotate(12deg)}.entry-tabs{display:grid;grid-template-columns:repeat(3,1fr);padding:4px;margin-bottom:26px;background:#0c0e20;border:1px solid rgba(255,255,255,.06);border-radius:14px}.entry-tabs button,.action-tabs button{border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:12px;font-weight:800}.entry-tabs button{min-height:41px;border-radius:10px}.entry-tabs button[aria-selected=true]{color:#fff;background:#232642;box-shadow:0 4px 14px #00000040}.field{display:flex;flex-direction:column;gap:8px;margin-bottom:17px}.field>span,.range-field>span{color:#aeb2ca;font-size:10px;font-weight:850;letter-spacing:.15em}.field input,.field select,.action-input input{width:100%;border:1px solid rgba(255,255,255,.11);background:#0d1022;color:#fff;border-radius:12px;padding:14px 15px;transition:border-color .2s,box-shadow .2s}.field input::placeholder,.action-input input::placeholder{color:#5f647f}.field input:focus,.field select:focus,.action-input input:focus{border-color:#8b5cf6cc;box-shadow:0 0 0 4px #8b5cf61a;outline:0}.field>small{color:#747994;font-size:11px;line-height:1.4}.identity-entry{display:grid;grid-template-columns:58px 1fr;gap:11px;align-items:end}.identity-entry .field{min-width:0}.profile-picker{width:58px;height:49px;display:grid;place-items:center;margin-bottom:17px;overflow:hidden;color:var(--violet-2);background:#0d1022;border:1px dashed rgba(167,139,250,.5);border-radius:12px;cursor:pointer}.profile-picker input{position:absolute;width:1px;height:1px;opacity:0}.profile-picker img{width:100%;height:100%;object-fit:cover}.profile-picker svg{width:20px}.field--code input{text-transform:uppercase;letter-spacing:.3em;font-size:21px;font-weight:900;text-align:center}.visibility-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}.visibility-choice>button{display:flex;align-items:center;gap:10px;min-height:67px;padding:11px;color:var(--muted);background:#0d1022;border:1px solid rgba(255,255,255,.09);border-radius:12px;text-align:left;cursor:pointer}.visibility-choice>button.selected{color:#fff;border-color:var(--violet);background:#8b5cf61c}.visibility-choice svg{width:19px}.visibility-choice span{display:flex;flex-direction:column;gap:3px}.visibility-choice strong{font-size:12px}.visibility-choice small{color:var(--muted);font-size:9px}.button{min-height:48px;padding:0 19px;display:inline-flex;align-items:center;justify-content:center;gap:9px;border:1px solid transparent;border-radius:12px;font-weight:850;font-size:13px;cursor:pointer;transition:transform .16s,background .16s,box-shadow .16s}.button:not(:disabled):active{transform:translateY(1px) scale(.99)}.button svg{width:18px}.button--primary{color:#fff;background:var(--violet);box-shadow:0 10px 28px #8b5cf647}.button--primary:not(:disabled):hover{background:#9669f7;box-shadow:0 14px 34px #8b5cf65c}.button--secondary{color:#08211e;background:var(--cyan)}.button--ghost{color:#d9dbeb;background:#ffffff09;border-color:var(--line)}.button--ghost:hover{background:#ffffff12}.button--wide{width:100%}.button--small{min-height:37px;padding:0 13px;font-size:11px}.entry-card__note{position:relative;margin:17px 0 0;color:#696e89;font-size:10px;text-align:center}.entry-form{position:relative}.public-list{min-height:230px}.public-list__head{min-height:34px;display:flex;justify-content:space-between;color:var(--muted);font-size:10px;letter-spacing:.13em;font-weight:800}.icon-button{width:38px;height:38px;padding:0;display:inline-grid;place-items:center;border:1px solid var(--line);border-radius:10px;background:#ffffff09;cursor:pointer}.icon-button svg{width:17px}.icon-button--danger{opacity:0;color:var(--red)}.player-row:hover .icon-button--danger{opacity:1}.lobby-row{width:100%;display:flex;align-items:center;justify-content:space-between;padding:13px 4px;border:0;border-bottom:1px solid var(--line);background:transparent;text-align:left;cursor:pointer}.lobby-row>span:first-child{display:flex;flex-direction:column;gap:3px}.lobby-row strong{font-size:13px}.lobby-row small{color:var(--muted);font-size:10px}.lobby-row__count{display:flex;gap:9px;align-items:center;color:var(--cyan);font-size:12px;font-weight:800}.lobby-row__count svg{width:16px}.empty-state{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:var(--muted);text-align:center}.empty-state svg{width:32px;height:32px;margin-bottom:6px;color:#515671}.empty-state strong{color:#c8cad8;font-size:13px}.empty-state span{font-size:11px}.landing__footer{min-height:52px;display:flex;align-items:center;justify-content:center;gap:18px;color:#555a76;font-size:9px;letter-spacing:.25em;font-weight:850}.landing__footer i{width:3px;height:3px;border-radius:50%;background:var(--violet)}.game-header{height:72px;min-height:72px;padding-inline:28px;background:#090b19e0;backdrop-filter:blur(14px)}.game-header__right,.game-header__center{display:flex;align-items:center;gap:17px}.game-header__center{color:#6e738e;font-size:9px;letter-spacing:.16em}.game-header__center strong{color:#f3f3fb;font-size:12px;letter-spacing:.1em}.game-header__center i{width:1px;height:18px;background:var(--line)}.lobby-shell,.game-shell,.results-shell{min-height:100vh;background:radial-gradient(circle at 50% -10%,rgba(139,92,246,.12),transparent 30%),var(--bg)}.lobby-heading{max-width:1180px;margin:48px auto 26px;padding:0 22px;display:flex;justify-content:space-between;align-items:end;gap:30px}.lobby-heading h1{margin:11px 0 6px;font-size:clamp(34px,4vw,54px);letter-spacing:-.055em}.lobby-heading p{margin:0;color:var(--muted);font-size:14px}.code-card{min-width:190px;display:grid;grid-template-columns:1fr auto;gap:2px 18px;align-items:center;padding:15px 17px;color:#fff;background:#14172e;border:1px dashed rgba(45,212,191,.5);border-radius:13px;text-align:left;cursor:pointer}.code-card small{grid-column:1;color:var(--cyan);font-size:8px;letter-spacing:.18em;font-weight:850}.code-card strong{grid-column:1;font-size:21px;letter-spacing:.16em}.code-card svg{grid-column:2;grid-row:1 / 3;width:18px;color:var(--muted)}.lobby-grid{max-width:1180px;margin:0 auto;padding:0 22px;display:grid;grid-template-columns:1.1fr .9fr;gap:20px}.panel{background:#12152adb;border:1px solid var(--line);border-radius:20px;box-shadow:0 16px 46px #0000002e}.players-panel,.preparation-panel{min-height:445px;padding:24px}.panel__head{min-height:54px;display:flex;align-items:start;justify-content:space-between;gap:16px}.panel__head h2{margin:5px 0 0;font-size:18px;letter-spacing:-.025em}.panel__kicker{color:var(--violet-2);font-size:9px;font-weight:850;letter-spacing:.18em}.capacity,.history-count{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:11px;font-weight:800}.capacity svg{width:16px}.player-list{margin-top:9px}.player-row{position:relative;min-height:61px;display:flex;align-items:center;gap:11px;padding:7px 35px 7px 8px;border-bottom:1px solid rgba(255,255,255,.06);transition:background .15s}.player-row:hover{background:#ffffff05}.player-row--active{margin:2px -8px;padding-left:16px;border:1px solid rgba(139,92,246,.38);border-radius:12px;background:#8b5cf61c}.avatar{flex:0 0 auto;width:39px;height:39px;display:grid;place-items:center;color:#d7cbff;background:#252346;border:1px solid rgba(167,139,250,.25);border-radius:12px;font-size:14px;font-weight:900}.avatar img{width:100%;height:100%;object-fit:cover;border-radius:inherit}.player-row--active .avatar{color:#fff;background:var(--violet)}.player-row--winner{margin:3px -6px;padding-left:14px;overflow:hidden;border:1px solid rgba(255,214,107,.55);border-radius:12px;background:linear-gradient(100deg,#ffd66b33,#8b5cf617,#ffd66b33);background-size:220% 100%;box-shadow:0 0 24px #ffd66b21;animation:winner-glow 2.4s ease-in-out infinite}.player-row--winner:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.2) 50%,transparent 65%);transform:translate(-120%);animation:winner-shine 2.8s ease-in-out infinite}.winner-badge{position:relative;z-index:1;display:inline-flex;align-items:center;gap:3px;color:#ffd66b;font-size:7px;font-weight:950;letter-spacing:.06em}.winner-badge svg{width:11px;height:11px}.player-row__name{min-width:0;flex:1;display:flex;flex-direction:column;gap:4px}.player-row__name strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.player-row__name strong small,.ranking-row small{color:var(--violet-2);font-size:7px;letter-spacing:.12em}.player-row__name span{display:flex;align-items:center;gap:4px;color:#737893;font-size:9px}.player-row__name span svg{width:11px;height:11px;color:var(--orange)}.crown{width:16px;color:#ffd66b;fill:#ffd66b33}.ready-dot{width:25px;height:25px;display:grid;place-items:center;color:#6e738d;background:#23263e;border-radius:50%}.ready-dot svg{width:12px}.ready-dot--yes{color:#06281a;background:var(--green)}.player-row__index{position:absolute;right:2px;bottom:7px;color:#ffffff24;font:700 8px ui-monospace,monospace}.question-tally{color:#fff;font-size:13px;font-weight:900}.question-tally small{color:var(--muted);font-size:8px}.muted-icon{width:16px;color:#666b84}.inline-note{display:flex;align-items:center;gap:8px;margin-top:18px;padding:12px;color:#8e93ad;background:#0d1022;border-radius:10px;font-size:10px}.inline-note svg{width:15px}.prepared-state{min-height:250px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;text-align:center}.prepared-state__icon{width:70px;height:70px;display:grid;place-items:center;color:var(--cyan);background:#2dd4bf17;border:1px solid rgba(45,212,191,.25);border-radius:50%;box-shadow:0 0 50px #2dd4bf14}.prepared-state__icon svg{width:30px;height:30px}.prepared-state h3{margin:17px 0 6px;font-size:19px}.prepared-state p{max-width:330px;margin:0;color:var(--muted);font-size:12px;line-height:1.6}.prepared-state>span{display:flex;align-items:center;gap:6px;margin-top:17px;color:#70758f;font-size:9px;letter-spacing:.08em}.prepared-state>span svg{width:13px}.upload-form{margin-top:12px}.dropzone{height:140px;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:16px;overflow:hidden;color:var(--muted);border:1px dashed rgba(167,139,250,.42);border-radius:15px;background:#0d1022;cursor:pointer}.dropzone input{position:absolute;width:1px;height:1px;opacity:0}.dropzone__icon{width:43px;height:43px;display:grid;place-items:center;margin-bottom:9px;color:var(--violet-2);background:#8b5cf61f;border-radius:12px}.dropzone__icon svg{width:20px}.dropzone strong{color:#d2d4e3;font-size:11px}.dropzone small{margin-top:5px;font-size:9px}.dropzone--filled img{width:100%;height:100%;object-fit:contain;background:#080a17}.ready-button{width:100%;min-height:64px;display:flex;align-items:center;gap:12px;margin-top:14px;padding:10px;color:var(--muted);background:#0c0f21;border:1px solid var(--line);border-radius:13px;text-align:left;cursor:pointer}.ready-button>span:first-child{width:39px;height:39px;display:grid;place-items:center;border-radius:10px;background:#24273d}.ready-button svg{width:18px}.ready-button>span:last-child{display:flex;flex-direction:column;gap:3px}.ready-button strong{color:#dfe0ea;font-size:12px}.ready-button small{font-size:9px}.ready-button--active{border-color:#39d98a59;background:#39d98a14}.ready-button--active>span:first-child{color:#052b1b;background:var(--green)}.lobby-actions{max-width:1180px;min-height:84px;margin:20px auto 0;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid var(--line)}.setting-summary{display:flex;flex-wrap:wrap;gap:18px;color:#7f849d;font-size:10px}.setting-summary span{display:flex;align-items:center;gap:5px}.setting-summary svg{width:13px}.lobby-actions__buttons{display:flex;gap:9px}.host-wait,.start-hint{color:var(--muted);font-size:11px}.start-hint{max-width:1180px;margin:0 auto;padding:0 22px 30px;text-align:right}.modal-backdrop{position:fixed;inset:0;z-index:30;display:grid;place-items:center;padding:20px;background:#03040cc7;backdrop-filter:blur(9px)}.modal{width:min(640px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:25px;background:#14172d;border:1px solid rgba(255,255,255,.13);border-radius:22px;box-shadow:var(--shadow)}.modal__head{display:flex;justify-content:space-between;align-items:start;margin-bottom:24px}.modal__head h2{margin:5px 0 0}.settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px 16px}.range-field{display:flex;flex-direction:column;gap:12px;margin-bottom:17px}.range-field>span{display:flex;justify-content:space-between}.range-field>span strong{color:#fff;letter-spacing:0}.range-field input{accent-color:var(--violet)}.toggle-row{display:flex;justify-content:space-between;align-items:center;margin:4px 0 20px;padding:14px;background:#0d1022;border-radius:12px}.toggle-row span{display:flex;flex-direction:column;gap:4px}.toggle-row strong{font-size:12px}.toggle-row small{color:var(--muted);font-size:9px}.toggle-row input{width:19px;height:19px;accent-color:var(--violet)}.game-shell{min-height:100vh;overflow-x:hidden}.game-layout{min-height:calc(100vh - 72px);display:grid;grid-template-columns:320px minmax(460px,1fr) 310px;align-items:stretch;gap:12px;padding:12px}.game-sidebar,.history-sidebar{min-height:0;padding:18px;border-radius:17px}.game-sidebar .player-list{height:auto;overflow:visible}.live-dot{display:flex;align-items:center;gap:5px;color:var(--green);font-size:8px;font-weight:800;letter-spacing:.12em}.live-dot i{width:5px;height:5px;border-radius:50%;background:var(--green);box-shadow:0 0 8px var(--green)}.legend{display:flex;gap:13px;margin-top:13px;color:#696e87;font-size:8px}.legend span{display:flex;align-items:center;gap:5px}.legend i{width:6px;height:6px;border-radius:50%}.legend__turn{background:var(--violet)}.legend__won{background:#ffd66b}.stage{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.075);border-radius:18px;background:radial-gradient(circle at 50% 15%,rgba(139,92,246,.11),transparent 35%),#0a0c1cbf}.turn-banner{min-height:74px;display:flex;align-items:center;justify-content:space-between;padding:13px 22px;border-bottom:1px solid var(--line)}.turn-banner>div:first-child{display:flex;align-items:center;gap:12px}.turn-banner__index{width:39px;height:39px;display:grid;place-items:center;color:#fff;background:var(--violet);border-radius:11px;font-size:14px;font-weight:900;box-shadow:0 7px 18px #8b5cf640}.turn-banner>div>span:last-child{display:flex;flex-direction:column;gap:3px}.turn-banner small{color:var(--violet-2);font-size:8px;letter-spacing:.16em;font-weight:850}.turn-banner strong{font-size:13px}.timer{min-width:82px;display:flex;flex-direction:column;align-items:end}.timer__value{font:850 21px ui-monospace,SFMono-Regular,Consolas,monospace;letter-spacing:-.05em}.timer__label{color:var(--muted);font-size:8px;letter-spacing:.12em;text-transform:uppercase}.timer--urgent .timer__value{color:var(--red);animation:pulse 1s infinite}.timer--compact{min-width:auto}.timer--compact .timer__value{font-size:15px;color:var(--orange)}.my-turn{flex:1;min-height:0;display:grid;grid-template-columns:minmax(260px,.86fr) minmax(350px,1.14fr);align-items:center;gap:clamp(20px,4vw,52px);padding:clamp(24px,4vh,50px) clamp(24px,4vw,55px)}.secret-frame{position:relative;width:min(100%,420px);aspect-ratio:4/5;justify-self:end;display:grid;place-items:center;padding:10px;background:#080a17;border:1px solid rgba(45,212,191,.4);border-radius:20px;box-shadow:0 25px 65px #00000061,0 0 70px #2dd4bf0f}.secret-frame:after{content:"";position:absolute;inset:15px;border:1px solid rgba(255,255,255,.07);border-radius:13px;pointer-events:none}.secret-frame img{width:100%;height:100%;object-fit:contain;border-radius:13px}.secret-frame__label{position:absolute;z-index:2;top:-13px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:6px;padding:7px 12px;white-space:nowrap;color:#07211e;background:var(--cyan);border-radius:7px;font-size:7px;font-weight:950;letter-spacing:.12em}.secret-frame__label svg{width:12px}.secret-frame__corner{position:absolute;z-index:3;width:21px;height:21px;border-color:var(--cyan)}.corner-a{left:-4px;top:-4px;border-left:3px solid;border-top:3px solid;border-radius:5px 0 0}.corner-b{right:-4px;bottom:-4px;border-right:3px solid;border-bottom:3px solid;border-radius:0 0 5px}.image-loading{display:flex;flex-direction:column;align-items:center;gap:10px;color:var(--muted);font-size:11px}.image-loading svg{color:var(--violet-2)}.action-console{max-width:570px}.action-tabs{display:grid;grid-template-columns:1fr 1fr;margin-bottom:27px;padding:4px;border:1px solid var(--line);border-radius:13px;background:#0d1022}.action-tabs button{min-height:45px;display:flex;justify-content:center;align-items:center;gap:8px;border-radius:9px}.action-tabs button svg{width:16px}.action-tabs button[aria-selected=true]{color:#fff;background:var(--violet);box-shadow:0 7px 17px #8b5cf640}.action-copy>span{color:var(--cyan);font-size:8px;letter-spacing:.17em;font-weight:850}.action-copy>strong{display:block;margin-top:7px;font-size:clamp(25px,2.5vw,38px);letter-spacing:-.05em}.action-copy p{min-height:40px;margin:9px 0 20px;color:var(--muted);font-size:11px;line-height:1.7}.action-input{display:grid;grid-template-columns:1fr 52px;gap:8px}.action-input input{min-height:54px;font-size:13px}.action-input button{border:0;border-radius:12px;background:var(--cyan);color:#06231f;cursor:pointer}.action-input button svg{width:20px}.turn-stats{display:flex;align-items:center;gap:18px;margin-top:24px;padding-top:19px;border-top:1px solid var(--line)}.turn-stats>span{display:flex;flex-direction:column;gap:3px}.turn-stats strong{min-height:20px;display:flex;align-items:center;font-size:17px}.turn-stats strong svg{width:17px;color:var(--green)}.turn-stats small{color:#737892;font-size:8px;letter-spacing:.07em}.turn-stats i{width:1px;height:25px;background:var(--line)}.guess-lock{display:flex;gap:7px;align-items:center;margin-top:15px;color:#938eaf;font-size:9px}.guess-lock svg{width:13px;color:var(--violet-2)}.voting-stage{flex:1;display:grid;grid-template-columns:minmax(210px,300px) minmax(280px,560px);grid-template-rows:repeat(7,auto);align-content:center;justify-content:center;column-gap:clamp(24px,4vw,58px);padding:32px;text-align:left}.voting-stage>.secret-frame{grid-column:1;grid-row:1 / 8;width:min(100%,280px);align-self:center;justify-self:center;aspect-ratio:4/5}.voting-stage>:not(.secret-frame):not(.image-lightbox){grid-column:2}.waiting-stage{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px;text-align:center}.prompt-icon{width:68px;height:68px;display:grid;place-items:center;margin:22px 0 17px;color:var(--cyan);background:#2dd4bf17;border:1px solid rgba(45,212,191,.28);border-radius:20px;transform:rotate(-3deg)}.prompt-icon svg{width:30px;height:30px}.prompt-icon--guess{color:var(--violet-2);background:#8b5cf61a;border-color:#8b5cf64d}.voting-stage__author{margin:0;color:var(--muted);font-size:12px}.voting-stage__author strong{color:#fff}.voting-stage blockquote{max-width:560px;margin:13px 0 24px;font-size:clamp(25px,3.2vw,42px);line-height:1.2;letter-spacing:-.04em;font-weight:850}.secret-frame--button{border:1px solid rgba(45,212,191,.4);color:inherit;cursor:zoom-in}.image-lightbox{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:28px;background:#02030ae6;backdrop-filter:blur(9px);cursor:zoom-out}.image-lightbox img{max-width:min(920px,94vw);max-height:92vh;object-fit:contain;border-radius:18px;box-shadow:var(--shadow)}.vote-actions{width:min(520px,100%);display:grid;grid-template-columns:1fr 1fr;gap:13px}.vote-button{min-height:108px;display:grid;grid-template-columns:45px 1fr;grid-template-rows:auto auto;align-items:center;column-gap:11px;padding:17px;border:1px solid;border-radius:16px;background:transparent;text-align:left;cursor:pointer;transition:transform .15s,box-shadow .15s}.vote-button:hover{transform:translateY(-2px)}.vote-button>span{grid-row:1 / 3;width:45px;height:45px;display:grid;place-items:center;border-radius:12px}.vote-button>span svg{width:20px}.vote-button strong{align-self:end;font-size:17px}.vote-button small{align-self:start;color:var(--muted);font-size:9px}.vote-button--yes{border-color:#39d98a57;background:#39d98a12}.vote-button--yes>span{color:#052a1b;background:var(--green)}.vote-button--no{border-color:#fb647457;background:#fb647412}.vote-button--no>span{color:#32070d;background:var(--red)}.waiting-votes,.vote-sent{display:flex;flex-direction:column;align-items:center;gap:6px;min-height:108px;justify-content:center}.waiting-votes strong,.vote-sent strong{font-size:13px}.waiting-votes small,.vote-sent span{color:var(--muted);font-size:10px}.vote-sent>svg{width:35px;height:35px;padding:8px;color:#08271b;background:var(--green);border-radius:50%}.loader-dots{display:flex;gap:5px;margin-bottom:7px}.loader-dots i{width:6px;height:6px;background:var(--violet-2);border-radius:50%;animation:bounce .9s infinite alternate}.loader-dots i:nth-child(2){animation-delay:.2s}.loader-dots i:nth-child(3){animation-delay:.4s}.live-totals{display:flex;gap:24px;margin-top:22px;font-size:8px;letter-spacing:.1em;font-weight:800}.live-totals span{display:flex;gap:8px;align-items:center}.live-totals strong{font-size:15px}.yes{color:var(--green)}.no{color:var(--red)}.muted{color:var(--muted)}.waiting-stage h2{margin:20px 0 7px;font-size:clamp(25px,3vw,39px);letter-spacing:-.05em}.waiting-stage>p{margin:0;color:var(--muted);font-size:12px}.mystery-orbit{position:relative;width:130px;height:130px;display:grid;place-items:center;margin-bottom:28px;border:1px solid rgba(139,92,246,.2);border-radius:50%}.mystery-orbit span{width:70px;height:70px;display:grid;place-items:center;background:var(--violet);border-radius:22px 22px 22px 6px;font-size:38px;font-weight:950;transform:rotate(-5deg);box-shadow:0 0 60px #8b5cf640}.mystery-orbit i{position:absolute;width:7px;height:7px;background:var(--cyan);border-radius:50%}.mystery-orbit i:nth-of-type(1){top:3px;left:38px}.mystery-orbit i:nth-of-type(2){right:-1px;top:65px}.mystery-orbit i:nth-of-type(3){left:10px;bottom:17px}.history-sidebar{display:flex;flex-direction:column}.history-count{width:25px;height:25px;justify-content:center;border-radius:7px;background:#242740}.history-list{flex:1;min-height:0;overflow-y:auto}.history-list,.modal{scrollbar-width:thin;scrollbar-color:rgba(139,92,246,.65) rgba(255,255,255,.04)}.history-list::-webkit-scrollbar,.modal::-webkit-scrollbar{width:8px}.history-list::-webkit-scrollbar-track,.modal::-webkit-scrollbar-track{background:#ffffff09;border-radius:8px}.history-list::-webkit-scrollbar-thumb,.modal::-webkit-scrollbar-thumb{background:linear-gradient(var(--violet),#6d45ce);border:2px solid #171a34;border-radius:8px}.history-list article{padding:13px 0;border-bottom:1px solid var(--line)}.history-list article>div{display:flex;justify-content:space-between}.history-list article>div strong{font-size:9px;color:var(--violet-2)}.history-list article>div span{color:#626780;font-size:8px}.history-list p{margin:7px 0 10px;color:#d8d9e4;font-size:10px;line-height:1.5}.history-list footer{display:flex;gap:12px;font-size:9px;font-weight:800}.history-list footer span{display:flex;align-items:center;gap:4px}.history-list footer svg{width:10px;height:10px}.empty-state--small{flex:1;min-height:120px}.privacy-note{display:flex;gap:6px;margin:12px 0 0;padding-top:12px;border-top:1px solid var(--line);color:#666b83;font-size:8px;line-height:1.5}.privacy-note svg{flex:0 0 auto;width:12px}.modal-backdrop--critical{background:#05040ee0}.intervention-modal{width:min(500px,100%);display:flex;flex-direction:column;align-items:center;text-align:center}.warning-icon{width:64px;height:64px;display:grid;place-items:center;margin-bottom:18px;color:var(--orange);background:#ff8a4c1a;border:1px solid rgba(255,138,76,.28);border-radius:50%}.warning-icon svg{width:29px;height:29px}.intervention-modal h2{margin:10px 0 7px;font-size:28px}.intervention-modal p{max-width:380px;margin:0 0 23px;color:var(--muted);font-size:12px;line-height:1.6}.intervention-modal .timer{align-items:center}.intervention-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:23px}.results-shell{min-height:100vh;padding-bottom:50px;text-align:center}.results-hero{position:relative;display:flex;flex-direction:column;align-items:center;padding:55px 20px 26px;overflow:hidden}.results-hero h1{margin:15px 0 8px;font-size:clamp(35px,5vw,62px);letter-spacing:-.06em}.results-hero p{color:var(--muted)}.results-hero__rays{position:absolute;z-index:0;width:500px;height:500px;top:-270px;background:repeating-conic-gradient(from 0deg,rgba(139,92,246,.08) 0 5deg,transparent 5deg 16deg);border-radius:50%}.results-hero>*:not(.results-hero__rays){position:relative}.trophy{width:74px;height:74px;display:grid;place-items:center;margin-bottom:17px;color:#241600;background:#ffd66b;border-radius:24px 24px 24px 7px;transform:rotate(-3deg);box-shadow:0 14px 45px #ffd66b33}.trophy svg{width:34px;height:34px}.results-card{width:min(720px,calc(100% - 32px));margin:0 auto 24px;padding:24px;text-align:left}.guess-results{width:min(720px,calc(100% - 32px));margin:-8px auto 24px;padding:20px 24px;text-align:left}.guess-results>div{display:flex;flex-direction:column;margin-top:10px}.guess-results>div>span{display:flex;align-items:center;gap:7px;min-height:38px;border-bottom:1px solid var(--line);color:var(--muted);font-size:10px}.guess-results svg{width:13px}.guess-results strong{color:#fff}.guess-results small{margin-left:auto;color:#6f748d}.guess-result--yes>svg{color:var(--green)}.guess-result--no>svg{color:var(--red)}.results-card>.panel__head>svg{color:#ffd66b}.ranking-list{margin-top:9px}.ranking-row{min-height:66px;display:grid;grid-template-columns:43px 42px 1fr auto 20px;align-items:center;gap:11px;padding:8px 10px;border-bottom:1px solid var(--line)}.ranking-row--1{margin:5px -6px;padding-inline:16px;background:#ffd66b12;border:1px solid rgba(255,214,107,.2);border-radius:13px}.ranking-row__place{font-size:20px;font-weight:900;text-align:center}.ranking-row>div:nth-of-type(2){display:flex;flex-direction:column;gap:3px}.ranking-row>div:nth-of-type(2) strong{font-size:12px}.ranking-row>div:nth-of-type(2) span{color:var(--muted);font-size:9px}.ranking-row__score{display:flex;flex-direction:column;align-items:end}.ranking-row__score strong{font-size:16px}.ranking-row__score small{color:var(--muted);font-size:7px}.ranking-row>svg{width:16px;color:#ffd66b}.toast-stack{position:fixed;z-index:100;top:20px;right:20px;width:min(360px,calc(100vw - 40px));display:flex;flex-direction:column;gap:9px;pointer-events:none}.toast{display:grid;grid-template-columns:22px 1fr;gap:10px;align-items:center;padding:13px 14px;color:#e9eaf2;background:#181b31;border:1px solid var(--line);border-left:3px solid var(--violet);border-radius:11px;box-shadow:0 14px 35px #0006;animation:slide-in .24s ease-out;font-size:11px;line-height:1.4}.toast svg{width:19px}.toast--error{border-left-color:var(--red)}.toast--error svg{color:var(--red)}.toast--success{border-left-color:var(--green)}.toast--success svg{color:var(--green)}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{to{transform:translateY(-6px);opacity:.45}}@keyframes slide-in{0%{opacity:0;transform:translate(18px)}}@keyframes winner-glow{50%{background-position:100% 0;box-shadow:0 0 34px #ffd66b47}}@keyframes winner-shine{45%,to{transform:translate(130%)}}@keyframes answer-yes{0%,to{box-shadow:inset 0 0 #39d98a00}20%,72%{box-shadow:inset 0 0 150px #39d98a45,0 0 70px #39d98a33}}@keyframes answer-no{0%,to{box-shadow:inset 0 0 #fb647400}20%,72%{box-shadow:inset 0 0 150px #fb647447,0 0 70px #fb647433}}.answer-flash--yes{animation:answer-yes 2s ease-out}.answer-flash--no{animation:answer-no 2s ease-out}@media(max-width:1120px){.game-layout{grid-template-columns:270px minmax(430px,1fr)}.history-sidebar{grid-column:1 / -1;min-height:260px;max-height:430px}.my-turn{gap:25px;padding-inline:28px}}@media(max-width:850px){.landing__header{padding-inline:22px}.hero{grid-template-columns:1fr;gap:45px;margin-top:55px}.hero__copy{text-align:center;margin:auto}.hero__features,.eyebrow{justify-content:center}.entry-card{width:min(510px,100%);margin:auto}.lobby-grid{grid-template-columns:1fr}.lobby-heading{align-items:center}.game-shell{height:auto;overflow:visible}.game-layout{height:auto;min-height:calc(100vh - 72px);grid-template-columns:1fr;padding:8px}.game-sidebar{order:2;min-height:auto}.game-sidebar .player-list{height:auto;max-height:none}.history-sidebar{order:3;grid-column:auto;width:100%;max-height:430px}.stage{min-height:calc(100vh - 88px);order:1}.my-turn{grid-template-columns:minmax(220px,.8fr) minmax(320px,1.2fr)}}@media(max-width:650px){.brand__type{display:none}.brand__mark{width:42px;height:42px}.landing__header{min-height:68px}.hero{width:min(100% - 26px,510px);margin-top:31px}.hero h1{font-size:clamp(45px,15vw,67px)}.hero__copy>p{font-size:14px}.hero__features{gap:12px;font-size:10px}.entry-card{padding:19px;border-radius:22px}.entry-card__ornament{right:-5px;top:-28px;width:60px;height:60px;border-width:7px;font-size:29px}.entry-tabs button{font-size:10px}.visibility-choice{grid-template-columns:1fr}.landing__footer{gap:9px;font-size:7px}.game-header{height:62px;min-height:62px;padding-inline:14px}.game-header__center{gap:8px}.game-header__right .connection span,.game-header__right .button span{display:none}.lobby-heading{margin-top:30px;align-items:start;flex-direction:column}.code-card{width:100%}.players-panel,.preparation-panel{min-height:auto;padding:17px}.lobby-actions{align-items:stretch;flex-direction:column}.setting-summary{gap:10px}.lobby-actions__buttons{display:grid;grid-template-columns:1fr 1fr}.start-hint{text-align:left}.settings-grid{grid-template-columns:1fr}.game-layout{min-height:calc(100vh - 62px)}.stage{min-height:calc(100vh - 78px)}.turn-banner{min-height:65px;padding:9px 12px}.turn-banner__index{width:35px;height:35px}.turn-banner strong{font-size:11px}.timer__value{font-size:17px}.my-turn{grid-template-columns:1fr;align-content:start;gap:22px;padding:30px 17px 25px;overflow:visible}.secret-frame{width:min(74vw,300px);aspect-ratio:1/1;justify-self:center}.action-console{width:100%}.action-tabs{margin-bottom:17px}.action-copy>strong{font-size:26px}.action-copy p{margin-bottom:13px;min-height:auto}.turn-stats{gap:12px;justify-content:space-between}.voting-stage{padding:24px 17px}.voting-stage{grid-template-columns:1fr;text-align:center}.voting-stage>.secret-frame{grid-column:1;grid-row:auto;width:min(58vw,230px);margin:18px auto}.voting-stage>:not(.secret-frame):not(.image-lightbox){grid-column:1}.voting-stage blockquote{margin-inline:auto}.voting-stage blockquote{font-size:27px}.vote-actions{gap:8px}.vote-button{min-height:102px;grid-template-columns:37px 1fr;padding:11px}.vote-button>span{width:37px;height:37px}.vote-button strong{font-size:14px}.intervention-actions{grid-template-columns:1fr}.ranking-row{grid-template-columns:34px 38px 1fr auto;gap:7px;padding-inline:2px}.ranking-row>svg{display:none}.results-card{padding:17px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
