:root{--bg: #000;--panel: #1e1f22;--tile: #2b2d31;--line: #35373c;--text: #f2f3f5;--muted: #b5bac1;--accent: #5865f2;--danger: #f23f43;--live: #23a55a}*{box-sizing:border-box}[hidden]{display:none!important}html,body{height:100%;margin:0}body{background:var(--bg);color:var(--text);font:15px/1.5 gg sans,Segoe UI,system-ui,sans-serif;overflow:hidden}#app{position:relative;height:100%;display:flex;flex-direction:column}.grid{position:relative;flex:1;min-height:0;display:grid;grid-template-columns:repeat(var(--cols, 1),minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:10px;padding:16px;overflow:hidden}.tile{position:relative;min-width:0;min-height:0;background:var(--tile);border-radius:8px;overflow:hidden;display:grid;place-items:center;border:2px solid transparent;transition:border-color .15s}.tile.sharing{border-color:var(--live);background:#000;cursor:pointer}.grid.palco{grid-template-columns:minmax(0,1fr) 10px var(--strip, 300px);grid-template-rows:minmax(0,1fr);gap:0}.tile-palco[style*=aspect-ratio]{place-self:center;width:100%;height:auto;max-width:100%;max-height:100%}.grid.palco.cheia{grid-template-columns:minmax(0,1fr);padding:0}.grid.palco.cheia .tile{border-radius:0}.sidebar{display:flex;flex-direction:column;gap:8px;min-height:0;overflow-y:auto;overscroll-behavior:contain}.sidebar-title{margin:6px 0 0;font:600 11px/1 inherit;letter-spacing:.07em;text-transform:uppercase;color:var(--muted)}.sidebar-title:first-child{margin-top:0}.sidebar-count{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;margin:6px 0 0;padding:4px 10px;border-radius:999px;background:var(--tile);color:var(--muted);font-size:12px;font-weight:500;cursor:default}.sidebar-count:first-child{margin-top:0}.sidebar-count svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:.85}.sidebar .tile{flex:0 0 auto;aspect-ratio:16 / 9}.sidebar .tile-you,.sidebar .tile-watchers,.sidebar .watch-who{display:none}.sidebar .tile-name{padding:3px 7px;font-size:11.5px}.sidebar .watch-prompt{gap:6px;padding:8px}.sidebar-people{flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr);gap:8px}.sidebar-people .tile{aspect-ratio:16 / 9}.sidebar-people .avatar{width:42%;font-size:13px}.divider{position:relative;cursor:col-resize;touch-action:none}.divider:before{content:"";position:absolute;top:6px;right:4px;bottom:6px;left:4px;border-radius:999px;background:var(--line);opacity:0;transition:opacity .15s,background .15s}.divider:hover:before,.divider.dragging:before{opacity:1;background:var(--accent)}.tile canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;display:block;background:#000}.tile.sharing:has(.watch-prompt){background:#202225}.watch-prompt{display:flex;flex-direction:column;align-items:center;gap:10px;padding:16px;text-align:center}.watch-who{color:var(--muted);font-size:12.5px}.tile-stop{position:absolute;right:8px;bottom:8px;display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:0;border-radius:50%;background:#000000a6;color:#fff;opacity:0;transition:opacity .15s,background .15s}.tile:hover .tile-stop{opacity:1}.tile-stop:hover{background:var(--danger)}.tile-stop svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round}.tile-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#000000b8;color:var(--muted);font-size:13px;pointer-events:none}.spinner{width:26px;height:26px;border-radius:50%;border:2.5px solid rgba(255,255,255,.18);border-top-color:var(--accent);animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.tile-menu{position:fixed;z-index:30;min-width:220px;padding:5px;border-radius:8px;background:#111214;border:1px solid var(--line);box-shadow:0 8px 24px #0000008c}.menu-volume{padding:9px 10px 11px;border-bottom:1px solid var(--line);margin-bottom:5px}.menu-volume-nome{display:block;font:600 11px/1.3 inherit;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-volume-linha{display:flex;align-items:center;gap:9px;margin-top:9px}.menu-volume input{flex:1;min-width:0;accent-color:var(--accent);cursor:pointer}.menu-volume-valor{min-width:40px;text-align:right;font:500 11.5px/1 inherit;color:var(--muted);font-variant-numeric:tabular-nums}.tile-menu button{display:block;width:100%;padding:8px 10px;border:0;border-radius:5px;background:transparent;color:var(--text);font:500 13px/1.2 inherit;text-align:left}.tile-menu button:hover{background:var(--danger);color:#fff}.avatar{width:clamp(48px,22%,90px);aspect-ratio:1;border-radius:50%;object-fit:cover;display:grid;place-items:center;font-weight:600;font-size:clamp(16px,4vw,28px);color:#fff;-webkit-user-select:none;user-select:none}.tile-footer{position:absolute;left:8px;bottom:8px;display:flex;align-items:center;gap:6px;max-width:calc(100% - 16px)}.tile-watchers{position:relative;display:inline-flex;align-items:center;flex:0 0 auto;gap:5px;padding:4px 9px;border-radius:6px;background:#000000a6;color:var(--text);font-size:12.5px;font-weight:500;cursor:default}.tile-watchers svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:.8}.hover-list{position:absolute;left:0;display:none;flex-direction:column;gap:4px;min-width:130px;max-height:190px;overflow-y:auto;padding:8px 10px;border-radius:8px;background:#111214;border:1px solid var(--line);box-shadow:0 8px 24px #00000080;font-size:12.5px;font-weight:400;white-space:nowrap;z-index:6}.tile-watchers .hover-list{bottom:calc(100% + 6px)}.pill .hover-list{top:calc(100% + 8px)}.tile-watchers:hover .hover-list,.pill:hover .hover-list{display:flex}.hover-row{display:flex;align-items:center;gap:6px}.hover-row .dot{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:var(--live)}.hover-row .avatar{flex:0 0 auto;width:20px;height:20px;font-size:9px}.hover-empty{color:var(--muted)}.tile-name{display:inline-flex;align-items:center;gap:6px;min-width:0;padding:4px 9px;border-radius:6px;background:#000000a6;font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tile-name .dot{flex:0 0 auto;width:7px;height:7px;border-radius:50%;background:var(--live);animation:pulse 1.6s ease-in-out infinite}.tile-you{position:absolute;right:8px;top:8px;padding:3px 8px;border-radius:6px;background:#0009;color:var(--muted);font-size:11.5px}@keyframes pulse{50%{opacity:.25}}.empty{flex:1;display:grid;place-items:center;text-align:center;padding:24px;min-height:0}.empty .icon{font-size:42px;margin-bottom:10px;opacity:.8}.empty h1{margin:0 0 6px;font-size:19px}.muted{color:var(--muted);font-size:14px;margin:0}button{font-family:inherit;cursor:pointer}.topbar{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:16px 16px 0}.bottombar{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:10px;padding:0 16px 16px}.topbar:not(:has(>:not([hidden]))),.bottombar:not(:has(.btn:not([hidden]))){display:none}.room-pill{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pill{position:relative;display:inline-flex;align-items:center;gap:7px;padding:7px 13px;border-radius:999px;background:#000000a6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text);font-size:13px;font-weight:500}.pill svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:.75}.dock{display:flex;gap:10px}.group{display:flex;gap:6px;padding:5px;border-radius:999px;background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.group:not(:has(>.btn:not([hidden]))){display:none}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:46px;min-width:46px;padding:0 14px;border:0;border-radius:999px;background:var(--tile);color:var(--text);font:500 14px/1 inherit;transition:background .15s,color .15s}.btn svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.btn:hover:not(:disabled){background:#43454b}.btn.wide{padding:0 20px}.btn.go{background:var(--accent);color:#fff}.btn.go:hover{background:#4752c4}.btn.live{background:var(--danger);color:#fff}.btn.live:hover{background:#c93034}.btn:disabled{background:transparent;color:var(--muted);cursor:default}.btn.on{background:#fff;color:#111214}.btn.atencao{background:#f0b232;color:#111214}.btn.atencao:hover:not(:disabled){background:#d9a02c}@keyframes chamar{50%{box-shadow:0 0 0 5px #f0b23247}}.btn.atencao{animation:chamar 1.8s ease-in-out infinite}.btn.leave{background:var(--danger);color:#fff}.btn.leave:hover{background:#c93034}.panel{width:min(300px,calc(100vw - 28px));padding:14px 16px;border-radius:10px;background:#000000d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--line)}.panel-row{display:flex;justify-content:space-between;gap:12px;padding:5px 0;font-size:13px;color:var(--muted)}.panel-row strong{color:var(--text);font-weight:600;font-variant-numeric:tabular-nums}.panel-btn{width:100%;margin-top:10px;padding:8px;border:1px solid var(--line);border-radius:7px;background:transparent;color:var(--muted);font:500 12.5px/1 inherit}.panel-btn:hover{color:var(--text);border-color:var(--muted)}.lobby-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}.user-chip{display:inline-flex;align-items:center;gap:9px;height:40px;max-width:220px;padding:0 14px 0 5px;border:0;border-radius:999px;background:var(--tile);color:var(--text);font:600 13.5px/1 inherit;transition:background .15s}.user-chip:hover{background:#43454b}.user-chip .avatar{width:30px;height:30px;flex:0 0 auto;font-size:12px}.user-chip span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lobby{flex:1;min-height:0;overflow-y:auto;padding:28px clamp(16px,6vw,60px)}.lobby-head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:22px}.lobby-head h1{margin:0 0 2px;font-size:22px}.room-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px}.room-card{display:flex;flex-direction:column;gap:6px;padding:14px 16px;border-radius:10px;background:var(--tile);border:1px solid transparent;text-align:left;color:var(--text);font:inherit;transition:border-color .15s,background .15s}.room-card:hover{background:#35373d;border-color:var(--accent)}.room-card-top{display:flex;align-items:center;gap:7px}.room-card-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600;font-size:14.5px}.room-card svg{flex:0 0 auto;width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;opacity:.8}.room-card-meta{color:var(--muted);font-size:12.5px}.room-live{color:var(--live)}.lobby-empty{grid-column:1 / -1;padding:40px 20px;text-align:center;color:var(--muted);font-size:14px}.field-gap{margin-top:14px}.opt{font-style:normal;opacity:.7}.modal-error{margin:10px 0 0;color:#ffb3b6;font-size:13px}.profile-btn{padding:0;width:40px;flex:0 0 auto;overflow:hidden;background:transparent}.profile-btn:hover:not(:disabled){background:transparent;filter:brightness(1.15)}.profile-btn .avatar{width:100%;height:100%;font-size:14px}.profile-head{display:flex;align-items:center;gap:14px;margin-bottom:20px}.profile-head .avatar{width:52px;font-size:19px}.profile-meta{display:flex;flex-direction:column;gap:2px;min-width:0}.profile-meta strong{font-size:15px}.profile-meta .muted{font-size:12px;word-break:break-all}.field-col{display:flex;flex-direction:column;gap:6px;font-size:13.5px;color:var(--muted)}.field-col input{padding:9px 11px;background:#111214;color:var(--text);border:1px solid var(--line);border-radius:7px;font:inherit}.field-col input:focus{outline:none;border-color:var(--accent)}.modal{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#000000b3;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:20}.modal-card{width:min(400px,100%);max-height:100%;overflow-y:auto;padding:22px;border-radius:12px;background:var(--panel);border:1px solid var(--line);box-shadow:0 16px 48px #0009}.modal-card h2{margin:0 0 6px;font-size:19px}.modal-sub{margin:0 0 20px;color:var(--muted);font-size:13.5px;line-height:1.5}.field{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;font-size:13.5px;color:var(--muted)}.field select{flex:1;max-width:210px;padding:8px 10px;background:#111214;color:var(--text);border:1px solid var(--line);border-radius:7px;font:inherit}.field-check{display:flex;align-items:flex-start;gap:10px;margin:16px 0 4px;font-size:13.5px;color:var(--text);cursor:pointer}.field-check input{width:17px;height:17px;margin:1px 0 0;flex:0 0 auto;accent-color:var(--accent)}.field-check .opt{display:block;margin-top:3px;font-size:12px;color:var(--muted)}.modal-note{margin:16px 0 0;padding:10px 12px;border-radius:7px;background:#111214;color:var(--muted);font-size:12.5px;line-height:1.5}.modal-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.volume{position:relative;display:flex}.volume-pop{position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);display:none;flex-direction:column;align-items:center;gap:6px;padding:10px 12px;border-radius:10px;background:#111214;border:1px solid var(--line);box-shadow:0 8px 24px #0000008c;z-index:40}.volume-pop:after{content:"";position:absolute;left:0;right:0;top:100%;height:12px}.volume:hover .volume-pop,.volume:focus-within .volume-pop{display:flex}.volume-val{font:600 11.5px/1 inherit;color:var(--muted);font-variant-numeric:tabular-nums}.volume-pop input{width:108px;accent-color:var(--accent);cursor:pointer}[data-tip]:after{content:attr(data-tip);position:absolute;bottom:calc(100% + 10px);left:50%;transform:translate(-50%);padding:6px 10px;border-radius:6px;background:#111214;border:1px solid var(--line);box-shadow:0 6px 18px #0000008c;color:var(--text);font:500 12.5px/1.2 inherit;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .12s;z-index:40}[data-tip]:hover:after,[data-tip]:focus-visible:after{opacity:1}@media(max-width:620px),(max-height:460px){.grid,.grid.palco{padding:8px;gap:6px}.grid.palco{grid-template-columns:minmax(0,1fr)}.grid.palco .divider,.grid.palco .sidebar{display:none}.topbar{padding:8px 8px 0}.bottombar{padding:0 8px 8px;gap:6px}.dock{gap:6px}.group{padding:4px;gap:4px}.btn{height:38px;min-width:38px;padding:0 10px}.btn svg{width:18px;height:18px}.btn.wide{padding:0 10px}#shareLabel,.tile-watchers,.tile-you{display:none}}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.toast{position:fixed;left:50%;bottom:88px;transform:translate(-50%);max-width:min(440px,calc(100vw - 32px));padding:11px 16px;border-radius:8px;background:#111214;border:1px solid var(--line);font-size:13.5px;line-height:1.45;box-shadow:0 8px 24px #00000073;z-index:10}.toast.error{border-color:var(--danger);color:#ffb3b6}
