:root{--pw-black:#0b0b0b;--pw-accent:#cbdf2e;--pw-accent-strong:#b8cc1c;--pw-accent-soft:#f2f7d2;--pw-accent-tint:#f8fbe8;--pw-accent-border:#dbe88a;--pw-accent-ink:#4a5400;--bg:#f6f6f4;--surface:#fff;--surface-2:#f1f1ee;--border:#e3e3de;--border-strong:#cfcfc8;--text:#121212;--text-2:#5c5c57;--text-3:#8a8a84;--green:var(--pw-accent-ink);--green-soft:var(--pw-accent-soft);--red:#d64040;--red-soft:#fbe9e9;--blue:#2c6ecb;--blue-soft:#e6eefa;--radius:10px;--radius-sm:6px;--shadow:0 1px 2px #0000000f, 0 4px 16px #0000000f;--shadow-lg:0 12px 40px #0000002e;--font:"Helvetica Neue", Helvetica, Arial, system-ui, sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);font-size:15px;line-height:1.45}a{color:inherit}button,input,select,textarea{font:inherit;color:inherit}h1,h2,h3{margin:0;line-height:1.2}h1{font-size:24px;font-weight:700}h2{font-size:18px;font-weight:700}h3{font-size:15px;font-weight:700}.muted{color:var(--text-2)}.faint{color:var(--text-3)}.small{font-size:13px}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.row{align-items:center;gap:8px;display:flex}.row-between{justify-content:space-between;align-items:center;gap:12px;display:flex}.stack{flex-direction:column;gap:12px;display:flex}.grow{flex:1;min-width:0}.sr-only{clip:rect(0 0 0 0);width:1px;height:1px;position:absolute;overflow:hidden}.btn{border-radius:var(--radius-sm);border:1px solid var(--border-strong);background:var(--surface);cursor:pointer;white-space:nowrap;justify-content:center;align-items:center;gap:6px;height:36px;padding:0 14px;font-size:14px;font-weight:600;text-decoration:none;transition:background .12s,border-color .12s,transform 50ms;display:inline-flex}.btn:hover{background:var(--surface-2)}.btn:active{transform:translateY(1px)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn:focus-visible,.icon-btn:focus-visible,.input:focus-visible,.tab:focus-visible{outline:2px solid var(--pw-black);outline-offset:2px}.btn-primary{background:var(--pw-accent);border-color:var(--pw-accent);color:var(--pw-black)}.btn-primary:hover{background:var(--pw-accent-strong)}.btn-dark{background:var(--pw-black);border-color:var(--pw-black);color:#fff}.btn-dark:hover{background:#2a2a2a}.btn-ghost{background:0 0;border-color:#0000}.btn-ghost:hover{background:var(--surface-2)}.btn-danger{color:var(--red)}.btn-success{background:var(--pw-accent);border-color:var(--pw-accent);color:var(--pw-black)}.btn-success:hover{background:var(--pw-accent-strong)}.btn-sm{height:30px;padding:0 10px;font-size:13px}.btn-lg{height:46px;padding:0 20px;font-size:16px}.btn-block{width:100%}.icon-btn{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-2);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover{background:var(--surface-2);color:var(--text)}.icon{flex:none;width:18px;height:18px}.field{flex-direction:column;gap:6px;display:flex}.field>span{color:var(--text-2);font-size:13px;font-weight:600}.input,.select,.textarea{border:1px solid var(--border-strong);border-radius:var(--radius-sm);background:var(--surface);width:100%;min-height:38px;padding:8px 11px}.textarea{resize:vertical;min-height:80px}.input:focus,.select:focus,.textarea:focus{border-color:var(--pw-black);outline:none}.field-row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.error-text{color:var(--red);font-size:13px}.switch{cursor:pointer;align-items:flex-start;gap:12px;display:flex}.switch input{opacity:0;position:absolute}.switch-track{background:var(--border-strong);border-radius:11px;flex:none;width:38px;height:22px;margin-top:1px;transition:background .15s;position:relative}.switch-track:after{content:"";background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .15s;position:absolute;top:3px;left:3px}.switch input:checked+.switch-track{background:var(--pw-black)}.switch input:checked+.switch-track:after{transform:translate(16px)}.switch input:focus-visible+.switch-track{outline:2px solid var(--pw-black);outline-offset:2px}.switch-label{flex-direction:column;display:flex}.switch-label strong{font-size:14px}.switch-label small{color:var(--text-2);font-size:13px}.badge{background:var(--surface-2);height:22px;color:var(--text-2);white-space:nowrap;border-radius:11px;align-items:center;gap:5px;padding:0 8px;font-size:12px;font-weight:600;display:inline-flex}.badge-live{background:var(--green-soft);color:var(--green)}.badge-live:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.badge-closed{background:var(--red-soft);color:var(--red)}.badge-accent{background:var(--pw-accent);color:var(--pw-black)}.badge-dark{background:var(--pw-black);color:#fff}.badge-blue{background:var(--blue-soft);color:var(--blue)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.card-pad{padding:20px}.empty{text-align:center;color:var(--text-2);flex-direction:column;align-items:center;gap:10px;padding:48px 20px;display:flex}.topbar{z-index:20;background:var(--pw-black);color:#fff;align-items:center;gap:14px;height:56px;padding:0 16px;display:flex;position:sticky;top:0}.brand{color:#fff;align-items:center;gap:10px;font-size:17px;font-weight:700;text-decoration:none;display:flex}.brand-mark{flex:none;width:28px;height:28px}.topbar>.badge{color:#fff;background:#ffffff1f}.topbar .icon-btn{color:#ddd}.topbar .icon-btn:hover{color:#fff;background:#ffffff1f}.avatar{background:var(--pw-accent);width:32px;height:32px;color:var(--pw-black);text-transform:uppercase;border-radius:50%;flex:none;justify-content:center;align-items:center;font-size:13px;font-weight:700;display:inline-flex}.avatar-sm{width:26px;height:26px;font-size:11px}.avatar-anon{background:var(--surface-2);color:var(--text-2)}.shell{grid-template-columns:220px 1fr;min-height:calc(100vh - 56px);display:grid}.sidebar{border-right:1px solid var(--border);background:var(--surface);padding:16px 10px}.nav-link{border-radius:var(--radius-sm);color:var(--text-2);align-items:center;gap:10px;padding:9px 12px;font-weight:600;text-decoration:none;display:flex}.nav-link:hover{background:var(--surface-2);color:var(--text)}.nav-link.active{background:var(--pw-accent-soft);color:var(--pw-black)}.main{min-width:0;padding:28px 32px 64px}.page{max-width:1080px;margin:0 auto}.page-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}@media (width<=760px){.shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid var(--border);gap:4px;padding:8px;display:flex;overflow-x:auto}.main{padding:20px 16px 48px}.field-row{grid-template-columns:1fr}}.tabs{border-bottom:1px solid var(--border);gap:4px;display:flex}.tab{color:var(--text-2);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:6px;margin-bottom:-1px;padding:10px 12px;font-weight:600;display:inline-flex}.tab:hover{color:var(--text)}.tab.active{color:var(--text);border-bottom-color:var(--pw-black)}.tab .count{background:var(--surface-2);border-radius:9px;padding:0 6px;font-size:12px}.segmented{background:var(--surface-2);border-radius:9px;padding:3px;display:inline-flex}.segmented button{height:30px;color:var(--text-2);cursor:pointer;background:0 0;border:none;border-radius:7px;padding:0 14px;font-size:14px;font-weight:600}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #0000001f}.event-list{flex-direction:column;display:flex}.event-row{border-bottom:1px solid var(--border);color:inherit;grid-template-columns:1fr auto auto;align-items:center;gap:16px;padding:14px 16px;text-decoration:none;display:grid}.event-row:last-child{border-bottom:none}.event-row:hover{background:#fbfbf9}.event-row .title{font-size:15px;font-weight:700}.event-row .meta{color:var(--text-2);flex-wrap:wrap;align-items:center;gap:4px 12px;margin-top:3px;font-size:13px;display:flex}.divider-label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);background:var(--surface-2);border-bottom:1px solid var(--border);padding:8px 16px;font-size:12px;font-weight:700}@media (width<=760px){.event-row{grid-template-columns:1fr auto}.event-row .stats{display:none}}.menu-wrap{position:relative}.menu{z-index:40;border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);min-width:200px;box-shadow:var(--shadow-lg);color:var(--text);padding:6px;position:absolute;top:calc(100% + 4px);right:0}.menu button,.menu a{border-radius:var(--radius-sm);text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:none;align-items:center;gap:10px;padding:8px 10px;font-size:14px;text-decoration:none;display:flex}.menu button:hover,.menu a:hover{background:var(--surface-2)}.menu .danger{color:var(--red)}.menu hr{border:none;border-top:1px solid var(--border);margin:6px 0}.menu-label{color:var(--text-3);padding:6px 10px 4px;font-size:12px}.modal-backdrop{z-index:100;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.modal{background:var(--surface);width:100%;max-width:520px;max-height:calc(100vh - 32px);box-shadow:var(--shadow-lg);border-radius:14px;overflow:auto}.modal-head{justify-content:space-between;align-items:center;padding:18px 20px 0;display:flex}.modal-body{flex-direction:column;gap:16px;padding:18px 20px;display:flex}.modal-foot{justify-content:flex-end;gap:8px;padding:0 20px 18px;display:flex}.note{border-radius:var(--radius-sm);background:var(--blue-soft);color:#1e4f94;padding:10px 12px;font-size:13px}.note-warn{background:var(--pw-accent-soft);color:var(--pw-accent-ink)}.toast-stack{z-index:200;flex-direction:column;gap:8px;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.toast{border-radius:var(--radius);background:var(--pw-black);color:#fff;box-shadow:var(--shadow-lg);align-items:center;gap:12px;padding:12px 16px;font-size:14px;display:flex}.toast-error{background:var(--red)}.dev-pill{height:28px;color:var(--pw-accent);cursor:pointer;background:0 0;border:1px dashed #ffe000b3;border-radius:14px;align-items:center;gap:6px;padding:0 10px;font-size:12px;font-weight:600;display:flex}.center-screen{justify-content:center;align-items:center;min-height:60vh;padding:24px;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--pw-black);border-radius:50%;width:28px;height:28px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.host-head{background:var(--surface);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:10px;padding:12px 20px;display:flex}.host-head h2{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.console{grid-template-columns:minmax(0,1fr);gap:20px;max-width:1320px;margin:0 auto;padding:20px;display:grid}.console.with-pending{grid-template-columns:minmax(300px,400px) minmax(0,1fr)}.console-col{min-width:0}.pending-col{border-radius:var(--radius);background:var(--pw-accent-tint);border:1px solid var(--pw-accent-border);align-self:start;max-height:calc(100vh - 92px);padding:14px;position:sticky;top:72px;overflow:auto}.col-head{justify-content:space-between;align-items:center;gap:10px;min-height:40px;margin-bottom:12px;display:flex}@media (width<=900px){.console.with-pending{grid-template-columns:minmax(0,1fr)}.pending-col{max-height:none;position:static}}.q-list{flex-direction:column;gap:10px;display:flex}.q-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:14px 16px;position:relative}.q-card.q-pending{background:#fcfcfa;border-style:dashed}.q-card.q-highlight{border-color:var(--pw-black);box-shadow:0 0 0 2px var(--pw-accent)}.q-flag{background:var(--pw-accent);color:var(--pw-black);border-radius:4px;margin-bottom:8px;padding:2px 8px;font-size:12px;font-weight:700;display:inline-block}.q-meta{align-items:center;gap:8px;min-height:28px;font-size:13px;display:flex}.q-author{font-weight:700}.q-text{white-space:pre-wrap;overflow-wrap:anywhere;margin:8px 0 0;font-size:16px;line-height:1.45}.q-foot{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.q-actions{flex-wrap:wrap;align-items:center;gap:6px;margin-top:12px;display:flex}.q-votes{align-items:center;gap:4px;font-size:14px;font-weight:700;display:inline-flex}.q-votes .icon{width:15px;height:15px}.vote{border:1px solid var(--border-strong);background:var(--surface);cursor:pointer;border-radius:17px;align-items:center;gap:6px;height:34px;padding:0 12px;font-weight:700;display:inline-flex}.vote:hover:not(:disabled){border-color:var(--pw-black)}.vote.voted{border-color:var(--pw-black);background:var(--pw-accent)}.vote:disabled{cursor:default;opacity:.7}.p-app{background:var(--bg);min-height:100vh}.p-bar{z-index:20;background:var(--pw-black);color:#fff;align-items:center;gap:12px;padding:10px 16px;display:flex;position:sticky;top:0}.p-title{white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:700;overflow:hidden}.p-sub{color:#bdbdb6;font-size:12px}.p-main{flex-direction:column;gap:12px;max-width:680px;margin:0 auto;padding:16px 16px 96px;display:flex}.composer{border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);width:100%;min-height:52px;color:var(--text-3);text-align:left;cursor:text;align-items:center;gap:10px;padding:10px 14px;font-size:15px;display:flex}.composer:hover{border-color:var(--pw-black)}.fab{z-index:30;background:var(--pw-accent);height:52px;color:var(--pw-black);box-shadow:var(--shadow-lg);cursor:pointer;border:none;border-radius:26px;align-items:center;gap:8px;padding:0 22px;font-size:16px;font-weight:700;display:inline-flex;position:fixed;bottom:20px;right:20px}@media (width>=900px){.fab{display:none}}.sheet-backdrop{z-index:100;background:#00000073;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.sheet{background:var(--surface);width:100%;max-width:560px;box-shadow:var(--shadow-lg);border-radius:14px;flex-direction:column;display:flex}.sheet-head{justify-content:space-between;align-items:center;padding:12px 12px 0;display:flex}.sheet-body{padding:8px 20px;position:relative}.ask-input{resize:none;border:none;outline:none;width:100%;min-height:140px;font-size:18px;line-height:1.45}.counter{text-align:right;color:var(--text-3);font-size:13px}.counter.near{color:var(--pw-accent-ink)}.counter.over{color:var(--red);font-weight:700}.sheet-foot{border-top:1px solid var(--border);flex-direction:column;gap:14px;padding:12px 20px 20px;display:flex}@media (width<=640px){.sheet-backdrop{align-items:stretch}.sheet{border-radius:0;max-width:none;height:100dvh}.sheet-body{flex-direction:column;flex:1;display:flex}.ask-input{flex:1}}.badge-soft{background:var(--pw-accent-soft);color:var(--pw-accent-ink)}.ev-table{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface)}.ev-head,.ev-row{grid-template-columns:minmax(0,1fr) 200px 120px;align-items:center;gap:16px;padding:0 20px;display:grid}.ev-head{border-bottom:1px solid var(--border);height:52px;color:var(--text-2);font-size:13px;font-weight:600}.ev-row{border-bottom:1px solid var(--border);cursor:pointer;min-height:80px;padding-top:14px;padding-bottom:14px}.ev-row:last-child{border-bottom:none}.ev-row:hover{background:#fbfbf9}.ev-row:first-child:hover{border-radius:var(--radius) var(--radius) 0 0}.ev-row:last-child:hover{border-radius:0 0 var(--radius) var(--radius)}.ev-name{font-size:15px;font-weight:600;text-decoration:none}.ev-name:hover{text-decoration:underline}.ev-actions-col{justify-self:end}.ev-divider{color:var(--text-3);align-items:center;gap:16px;margin:20px 0;font-size:13px;display:flex}.ev-divider:before,.ev-divider:after{content:"";border-top:1px solid var(--border-strong);flex:1}@media (width<=760px){.ev-head{display:none}.ev-row{grid-template-columns:minmax(0,1fr) auto;padding:12px 14px}.ev-status{grid-area:2/1}.ev-actions-col{grid-area:1/2/span 2}}.popover{z-index:40;border:1px solid var(--border);background:var(--surface);width:340px;max-width:calc(100vw - 32px);box-shadow:var(--shadow-lg);color:var(--text);cursor:default;border-radius:12px;padding:16px;position:absolute;top:calc(100% + 6px);right:0}.pop-title{overflow-wrap:anywhere;font-size:17px;font-weight:600;line-height:1.3}.pop-facts{flex-direction:column;gap:6px;margin:0;font-size:13px;display:flex}.pop-facts>div{align-items:flex-start;gap:8px;display:flex}.pop-facts dt{color:var(--text-2)}.pop-facts dt .icon{width:15px;height:15px;margin-top:2px}.pop-facts dd{margin:0}.pop-tiles{grid-template-columns:1fr 1fr;gap:10px;display:grid}.pop-tile{background:var(--surface-2);color:var(--text-2);cursor:pointer;border:none;border-radius:8px;flex-direction:column;align-items:center;gap:10px;padding:14px 8px;font-size:13px;display:flex}.pop-tile:hover{color:var(--text);background:#e8e8e3}.pop-tile-icon{background:var(--surface);width:30px;height:30px;color:var(--text);border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.pop-tile-icon .icon{width:16px;height:16px}.pop-feature{border:1px solid var(--border);background:var(--surface);text-align:left;cursor:pointer;border-radius:8px;grid-template-columns:88px 1fr;padding:0;display:grid;overflow:hidden}.pop-feature:hover{border-color:var(--pw-accent-strong)}.pop-feature-icon{background:var(--pw-accent-tint);color:var(--pw-accent-ink);border-right:1px solid var(--border);justify-content:center;align-items:center;display:flex}.pop-feature-icon .icon{width:30px;height:30px}.pop-feature>span:last-child{flex-direction:column;gap:3px;padding:14px;font-size:14px;display:flex}.pop-list{flex-direction:column;margin:0 -6px;display:flex}.pop-list a,.pop-list button{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:10px;padding:8px;font-size:14px;text-decoration:none;display:flex}.pop-list a:hover,.pop-list button:hover{background:var(--surface-2)}.pop-list .icon{width:16px;height:16px;color:var(--text-2)}.pop-split{gap:2px;display:flex}.pop-split button{background:var(--surface-2);height:36px;color:var(--text-2);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:8px;font-size:14px;display:inline-flex}.pop-split button:first-child{border-radius:6px 0 0 6px}.pop-split button:last-child{border-radius:0 6px 6px 0}.pop-split button:only-child{border-radius:6px}.pop-split button:hover{background:#e8e8e3}.pop-split .danger{color:var(--red)}.pop-split .icon{width:16px;height:16px}.search-box{position:relative}.search-box .input{width:260px}.brand span{white-space:nowrap}@media (width<=760px){.topbar{gap:10px}.topbar>.badge{display:none}.dev-pill{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.toolbar>.row{width:100%}.toolbar .search-box,.toolbar .search-box .input{flex:1;width:100%}.tabs{overflow-x:auto}}.split-btn{display:inline-flex}.split-btn>.btn{border-radius:var(--radius-sm) 0 0 var(--radius-sm)}.split-btn>.menu-wrap>.btn{border-radius:0 var(--radius-sm) var(--radius-sm) 0;border-left:1px solid #00000026;padding:0 8px}.menu .menu-label{max-width:240px}.present{color:var(--pw-black);background:#fff;grid-template-columns:minmax(260px,27vw) 1fr;display:grid;position:fixed;inset:0;overflow:hidden}.present.idle{cursor:none}.present-logo{width:clamp(40px,4vw,72px);height:auto}.present-join{border-right:1px solid var(--border);background:var(--pw-accent-tint);border-top:8px solid var(--pw-accent);flex-direction:column;gap:clamp(12px,2.2vh,28px);padding:clamp(24px,4vh,56px) clamp(20px,2.6vw,48px);display:flex}.pj-label{color:var(--text-2);font-size:clamp(14px,1.3vw,24px)}.pj-host{overflow-wrap:anywhere;font-size:clamp(18px,1.7vw,32px);font-weight:700}.pj-code{letter-spacing:.02em;font-size:clamp(32px,3.8vw,72px);font-weight:800;line-height:1}.pj-qr{width:min(100%,36vh);box-shadow:var(--shadow);background:#fff;border-radius:12px;padding:clamp(10px,1vw,18px)}.pj-event{color:var(--text-2);margin-top:auto;font-size:clamp(14px,1.2vw,22px)}.present-main{flex-direction:column;min-width:0;min-height:0;padding:clamp(20px,4vh,56px) clamp(24px,3.5vw,72px);display:flex}.present-head{justify-content:space-between;align-items:center;margin-bottom:clamp(14px,3vh,36px);display:flex}.present-head h1{font-size:clamp(24px,2.4vw,46px);font-weight:800}.present-sub{color:var(--text-2);font-size:clamp(14px,1.3vw,24px)}.present-pill{background:var(--surface-2);border-radius:999px;align-items:center;gap:8px;padding:6px 14px;font-size:clamp(14px,1.2vw,22px);font-weight:700;display:inline-flex}.present-pill .icon{width:1em;height:1em}.present-pill.closed{background:var(--red-soft);color:var(--red)}.present-list{flex-direction:column;flex:1;gap:clamp(10px,1.8vh,20px);min-height:0;display:flex;overflow:hidden;-webkit-mask-image:linear-gradient(#000 85%,#0000);mask-image:linear-gradient(#000 85%,#0000)}.pc{border:2px solid var(--border);background:#fff;border-radius:14px;flex:none;grid-template-columns:1fr auto;align-items:center;gap:24px;padding:clamp(14px,2.2vh,28px) clamp(18px,1.8vw,34px);transition:background .2s,border-color .2s;display:grid;position:relative}.pc-author{color:var(--text-2);font-size:clamp(13px,1.05vw,20px);font-weight:700}.pc-text{overflow-wrap:anywhere;margin:6px 0 0;font-size:clamp(20px,2vw,40px);font-weight:500;line-height:1.3}.pc-votes{align-items:center;gap:10px;font-size:clamp(20px,1.9vw,36px);font-weight:800;display:inline-flex}.pc-votes .icon{width:.9em;height:.9em}.pc-highlight{background:var(--pw-accent);border-color:var(--pw-accent)}.pc-highlight .pc-author{color:var(--pw-accent-ink)}.pc-focus{flex:1;align-items:center;padding:clamp(28px,6vh,80px) clamp(28px,4vw,80px)}.pc-focus .pc-text{font-size:clamp(30px,3.6vw,76px);line-height:1.25}.pc-focus .pc-author{font-size:clamp(16px,1.5vw,28px)}.pc-actions{gap:6px;display:none;position:absolute;top:10px;right:10px}.pc:hover .pc-actions{display:flex}.present.idle .pc-actions{display:none}.pc-actions button{background:var(--pw-black);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:14px;font-weight:600;display:inline-flex}.pc-actions .icon{width:15px;height:15px}.present-splash{border-top:10px solid var(--pw-accent);background:radial-gradient(circle at 85% 20%, var(--pw-accent-soft), transparent 45%), #fff;grid-column:1/-1;grid-template-columns:1fr auto;align-items:center;gap:6vw;padding:6vh 7vw;display:grid}.ps-text{flex-direction:column;gap:1.6vh;min-width:0;display:flex}.ps-text .present-logo{width:clamp(56px,6vw,110px);margin-bottom:3vh}.ps-host{overflow-wrap:anywhere;font-size:clamp(28px,3.4vw,72px);font-weight:700}.ps-code{letter-spacing:.01em;font-size:clamp(64px,9vw,200px);font-weight:800;line-height:1}.ps-event{margin-top:3vh;font-size:clamp(20px,2vw,40px);font-weight:600}.ps-hint{color:var(--text-2);margin:0;font-size:clamp(16px,1.5vw,30px)}.ps-qr{width:min(38vw,62vh);box-shadow:var(--shadow-lg);background:#fff;border-radius:20px;padding:2vw}.present-toolbar{z-index:10;background:var(--pw-black);color:#fff;max-width:calc(100vw - 40px);box-shadow:var(--shadow-lg);border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;padding:8px;transition:opacity .25s,transform .25s;display:flex;position:fixed;bottom:20px;left:20px}.present.idle .present-toolbar{opacity:0;pointer-events:none;transform:translateY(12px)}.present-toolbar .segmented{background:#ffffff1f}.present-toolbar .segmented button{color:#ccc}.present-toolbar .segmented button.active{background:var(--pw-accent);color:var(--pw-black)}.pt-btn{color:#eee;cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;gap:6px;height:34px;padding:0 12px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.pt-btn:hover{background:#ffffff1f}.pt-btn.on{color:var(--pw-accent)}.pt-btn .icon{width:16px;height:16px}.pt-pending{background:var(--pw-accent);color:var(--pw-black)}.pt-pending:hover{background:var(--pw-accent-strong)}.pt-sep{background:#fff3;width:1px;height:22px}.pt-warn{color:#ffb4b4;font-size:13px}.pt-hint{color:#999;padding:0 8px;font-size:12px}.present-msg{justify-content:center;align-items:center;height:100vh;font-size:28px;display:flex}.section-tabs{gap:4px;max-width:1320px;margin:12px auto 0;padding:0 20px;display:flex}.section-tabs button{border:1px solid var(--border);background:var(--surface);height:38px;color:var(--text-2);cursor:pointer;border-radius:999px;align-items:center;gap:8px;padding:0 16px;font-weight:700;display:inline-flex}.section-tabs button.active{background:var(--pw-black);border-color:var(--pw-black);color:#fff}.polls-panel{width:100%;max-width:860px;margin:0 auto}.poll-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex-direction:column;gap:14px;padding:16px 18px;display:flex}.poll-card.active{border-color:var(--pw-accent-strong);box-shadow:0 0 0 2px var(--pw-accent)}.poll-title{overflow-wrap:anywhere;margin-top:6px;font-size:17px}.poll-bars{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.pb-label{justify-content:space-between;gap:12px;margin-bottom:4px;font-size:14px;display:flex}.pb-you{color:var(--pw-accent-ink);font-weight:700}.pb-track{background:var(--surface-2);border-radius:5px;height:10px;overflow:hidden}.pb-fill{background:#b9b9b2;border-radius:5px;height:100%;transition:width .5s}.poll-bars .lead .pb-fill,.poll-bars .mine .pb-fill{background:var(--pw-accent)}.poll-bars.lg{gap:clamp(16px,3vh,36px)}.poll-bars.lg .pb-label{margin-bottom:10px;font-size:clamp(20px,2vw,40px)}.poll-bars.lg .pb-track{border-radius:999px;height:clamp(18px,3vh,36px)}.poll-bars.lg .pb-fill{border-radius:999px}.word-cloud{flex-wrap:wrap;justify-content:center;align-items:center;gap:.2em .6em;padding:8px;font-weight:700;line-height:1.1;display:flex}.word-cloud.lg{gap:.3em .8em;font-size:clamp(16px,1.5vw,28px)}.word-cloud .wc-0{color:var(--pw-black)}.word-cloud .wc-1{color:var(--pw-accent-ink)}.word-cloud .wc-2{color:#6f6f69}.word-cloud .wc-top{color:var(--pw-black)}.p-tabs{justify-content:center;padding:10px 16px 0;display:flex}.p-tabs .segmented button{justify-content:center;align-items:center;gap:6px;min-width:110px;display:inline-flex}.p-tabs .dot{background:var(--pw-accent-strong);border-radius:50%;width:8px;height:8px}.choices{flex-direction:column;gap:8px;display:flex}.choice{border:1px solid var(--border-strong);border-radius:var(--radius);cursor:pointer;align-items:center;gap:12px;min-height:50px;padding:10px 14px;font-size:16px;display:flex}.choice.on{border-color:var(--pw-black);background:var(--pw-accent-tint)}.choice input{width:18px;height:18px;accent-color:var(--pw-black)}.present-poll{flex-direction:column;flex:1;gap:clamp(14px,3vh,36px);min-height:0;display:flex}.pp-title{overflow-wrap:anywhere;font-size:clamp(28px,3.2vw,64px);font-weight:800;line-height:1.2}.pp-results{flex-direction:column;flex:1;justify-content:center;min-height:0;display:flex;overflow:hidden}.present-pill.live{background:var(--pw-accent);color:var(--pw-black)}.pt-select{color:#fff;background:#ffffff1f;border:none;border-radius:8px;max-width:260px;height:34px;padding:0 8px;font-weight:600}.pt-select option{color:var(--text)}.pt-btn:disabled{opacity:.4;cursor:default}.pt-stop{background:var(--red);color:#fff}.pt-stop:hover{background:#b93434}.analytics{width:100%}.stat-grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;display:grid}.stat{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);flex-direction:column;gap:4px;padding:16px;display:flex}.stat-hero{background:var(--pw-accent-tint);border-color:var(--pw-accent-border);grid-column:span 2}.stat-label{color:var(--text-2);font-size:13px}.stat-value{font-size:28px;font-weight:600;line-height:1.1}.stat-hero .stat-value{font-size:52px}.stat-sub{color:var(--text-3);font-size:12px}.table-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;gap:12px;padding:14px 16px;display:flex}.table-scroll{overflow-x:auto}.data-table{border-collapse:collapse;width:100%;font-size:14px}.data-table th{text-align:left;color:var(--text-2);border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 16px;font-size:12px;font-weight:600}.data-table td{border-bottom:1px solid var(--border);vertical-align:top;padding:10px 16px}.data-table tr:last-child td{border-bottom:none}.data-table .num{text-align:right;font-variant-numeric:tabular-nums}.data-table .q-cell{overflow-wrap:anywhere;min-width:260px}.nowrap{white-space:nowrap}@media (width<=560px){.stat-hero{grid-column:span 1}}.account-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:0;display:inline-flex}.account-btn:focus-visible{outline:2px solid var(--pw-accent);outline-offset:2px}.account-card{gap:12px;min-width:240px;padding:8px 10px 4px;display:flex}.account-name{font-weight:700}.account-email{color:var(--text-2);overflow-wrap:anywhere;font-size:13px}.choice-field{border:none;gap:8px;margin:0;padding:0}.choice-field legend{color:var(--text-2);margin-bottom:6px;padding:0;font-size:13px;font-weight:600}.choice-field .choice{align-items:flex-start;font-size:14px}.choice-field .choice span{flex-direction:column;gap:2px;display:flex}.choice-field .choice small{color:var(--text-2);font-size:13px}.choice.disabled{opacity:.55;cursor:not-allowed}.badge-public{color:#7a4b00;background:#fff1d6}.help-btn{color:#ddd}.p-bar .help-btn:hover,.topbar .help-btn:hover{color:#fff;background:#ffffff1f}.guide-step{text-align:center;flex-direction:column;align-items:center;gap:10px;min-height:250px;display:flex}.guide-art{background:var(--pw-accent-soft);width:88px;height:88px;color:var(--pw-accent-ink);border-radius:24px;justify-content:center;align-items:center;margin:6px 0 8px;display:flex}.guide-art .icon{width:40px;height:40px}.guide-brand{width:64px;height:64px}.guide-step h3{font-size:18px}.guide-step p{max-width:420px;color:var(--text-2);margin:0;line-height:1.55}.guide-step kbd{border:1px solid var(--border-strong);background:var(--surface-2);border-radius:4px;padding:1px 6px;font-size:12px}.guide-foot{justify-content:space-between;align-items:center;gap:12px;display:flex}.guide-dots{gap:6px;display:flex}.guide-dots button{background:var(--border-strong);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;padding:0}.guide-dots button.on{background:var(--pw-black);border-radius:4px;width:22px}
