.vo-office{flex-direction:column;height:100%;display:flex;overflow:hidden}.vo-topbar{z-index:var(--vo-z-bar);justify-content:space-between;align-items:center;gap:var(--vo-space-16);height:var(--vo-size-topbar);padding:0 var(--vo-space-16);border-bottom:1px solid var(--vo-color-border-default);background:var(--vo-color-bg-surface);flex:none;display:flex}.vo-topbar__left,.vo-topbar__right{align-items:center;gap:var(--vo-space-12);display:flex}.vo-topbar__floor{font-size:var(--vo-text-lg-size);font-weight:600}.vo-topbar__count,.vo-topbar__me{color:var(--vo-color-text-secondary);font-size:var(--vo-text-sm-size);font-variant-numeric:tabular-nums}.vo-banner{z-index:var(--vo-z-critical);height:32px;font-size:var(--vo-text-sm-size);flex:none;justify-content:center;align-items:center;display:flex}.vo-banner--network{background:var(--vo-state-network-fill);color:var(--vo-color-text-on-accent)}.vo-canvas-wrap{flex:auto;min-height:320px;position:relative;overflow:hidden}.vo-canvas{z-index:var(--vo-z-canvas);position:absolute;inset:0}.vo-canvas:focus-visible{outline:2px dashed var(--vo-color-border-focus);outline-offset:-4px}.vo-canvas canvas{display:block}.vo-overlay{z-index:var(--vo-z-map-overlay);pointer-events:none;position:absolute;inset:0;overflow:hidden}.vo-canvas__error{inset:auto var(--vo-space-16) var(--vo-space-16);z-index:var(--vo-z-toast);padding:var(--vo-space-12);border-radius:var(--vo-radius-md);background:var(--vo-state-blocked-fill);color:var(--vo-color-text-on-accent);font-size:var(--vo-text-sm-size);margin:0;position:absolute}.vo-canvas__notice{inset:var(--vo-space-16) var(--vo-space-16) auto;z-index:var(--vo-z-toast);width:fit-content;max-width:90%;padding:var(--vo-space-8) var(--vo-space-12);border-radius:var(--vo-radius-md);background:var(--vo-color-bg-surface);color:var(--vo-color-text-primary);border:1px solid var(--vo-color-border-subtle);box-shadow:var(--vo-shadow-e2);font-size:var(--vo-text-sm-size);margin:0 auto;position:absolute}.vo-canvas__notice--device{inset:calc(var(--vo-space-16) + var(--vo-space-40)) var(--vo-space-16) auto}.vo-canvas__diag{inset:auto var(--vo-space-16) calc(var(--vo-space-16) + var(--vo-space-48));z-index:var(--vo-z-toast);gap:var(--vo-space-8);padding:var(--vo-space-8) var(--vo-space-12);border-radius:var(--vo-radius-md);background:var(--vo-color-bg-surface);color:var(--vo-color-text-secondary);border:1px solid var(--vo-color-border-subtle);box-shadow:var(--vo-shadow-e2);font-size:var(--vo-text-xs-size);align-items:baseline;margin:0;display:flex;position:absolute}.vo-canvas__diag-text{overflow-wrap:anywhere}.vo-canvas__error-action{border-radius:var(--vo-radius-sm);padding:2px var(--vo-space-8);color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid;flex:none}.vo-plate{align-items:center;gap:var(--vo-space-4);height:16px;padding:0 var(--vo-space-4);border-radius:var(--vo-radius-xs);background:var(--vo-map-nameplate-bg);color:var(--vo-map-nameplate-fg);font-size:var(--vo-text-2xs-size);line-height:var(--vo-text-2xs-line);white-space:nowrap;will-change:transform;font-weight:500;display:flex;position:absolute;top:0;left:0}.vo-plate__label{text-overflow:ellipsis;max-width:96px;overflow:hidden}.vo-plate__badge,.vo-plate__share{color:inherit}.vo-plate__share{color:var(--vo-state-share-fg)}.vo-plate--self{background:var(--vo-color-accent-fill);color:var(--vo-color-text-on-accent)}.vo-plate--far{opacity:var(--vo-opacity-far)}.vo-plate--stale{opacity:var(--vo-opacity-stale);color:var(--vo-color-text-tertiary)}.vo-controlbar{z-index:var(--vo-z-bar);justify-content:center;align-items:center;gap:var(--vo-space-8);height:var(--vo-size-bottombar);padding:0 var(--vo-space-16);border-top:1px solid var(--vo-color-border-default);background:var(--vo-color-bg-surface);flex:none;display:flex}.vo-control{border:1px solid var(--vo-color-border-default);border-radius:var(--vo-radius-md);background:var(--vo-color-bg-raised);width:44px;height:44px;color:var(--vo-color-text-primary);cursor:pointer;place-items:center;display:inline-grid}.vo-controlbar__divider{background:var(--vo-color-border-default);width:1px;height:24px}.vo-controlbar__zoomreset{height:20px;padding:0 var(--vo-space-8);margin-left:var(--vo-space-4);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-sm);color:var(--vo-color-text-secondary);white-space:nowrap;cursor:pointer;background:0 0;flex:none;justify-content:center;align-items:center;font-size:11px;font-weight:600;line-height:1;display:inline-flex}.vo-controlbar__zoomreset:hover:not(:disabled){background:var(--vo-color-bg-hover);color:var(--vo-color-text-primary)}.vo-controlbar__zoomreset:disabled{opacity:var(--vo-opacity-disabled);cursor:default}.vo-controlbar__info{color:var(--vo-color-text-secondary);font-size:var(--vo-text-sm-size);font-variant-numeric:tabular-nums}.vo-scrim{z-index:var(--vo-z-scrim);background:var(--vo-color-bg-scrim);place-items:center;display:grid;position:fixed;inset:0}.vo-card{z-index:var(--vo-z-modal);width:360px;padding:var(--vo-space-24);border-radius:var(--vo-radius-xl);background:var(--vo-color-bg-raised);box-shadow:var(--vo-shadow-e4);gap:var(--vo-space-16);flex-direction:column;display:flex}.vo-card__title{font-size:var(--vo-text-xl-size);line-height:var(--vo-text-xl-line);margin:0}.vo-card__body{color:var(--vo-color-text-secondary);font-size:var(--vo-text-sm-size);margin:0}.vo-office__hint{padding:var(--vo-space-4) var(--vo-space-16) var(--vo-space-8);color:var(--vo-color-text-tertiary);font-size:var(--vo-text-xs-size);text-align:center;flex:none;margin:0}.vo-bubble{border-radius:var(--vo-radius-md);border:1px solid var(--vo-map-bubble-border);background:var(--vo-map-bubble-bg);min-width:48px;max-width:208px;color:var(--vo-map-bubble-fg);box-shadow:var(--vo-shadow-e2);font-size:var(--vo-text-xs-size);line-height:var(--vo-text-xs-line);white-space:pre-wrap;overflow-wrap:anywhere;pointer-events:auto;will-change:transform, opacity;padding:6px 8px;position:absolute;top:0;left:0}.vo-bubble--self{border-color:var(--vo-map-bubble-border-self)}.vo-bubble--tail:after{content:"";background:var(--vo-map-bubble-bg);border-right:1px solid var(--vo-map-bubble-border);border-bottom:1px solid var(--vo-map-bubble-border);clip-path:polygon(0 0,100% 0,50% 100%);width:6px;height:4px;position:absolute;bottom:-4px;left:50%;transform:translate(-50%)}.vo-plate__chat{font-size:var(--vo-text-3xs-size);align-items:center;gap:1px;display:inline-flex}.vo-plate__chat:empty{display:none}.vo-plate__chat-count{font-variant-numeric:tabular-nums}.vo-composer{left:50%;bottom:calc(var(--vo-bars-bottom,var(--vo-size-bottombar)) + 12px);z-index:var(--vo-z-popover);width:560px;max-width:calc(100% - 64px);padding:var(--vo-space-8) var(--vo-space-12);border:1px solid var(--vo-color-border-default);border-radius:var(--vo-radius-lg);background:var(--vo-color-bg-raised);box-shadow:var(--vo-shadow-e3);animation:vo-composer-in var(--vo-dur-base) var(--vo-ease-out);position:absolute;transform:translate(-50%)}@keyframes vo-composer-in{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.vo-composer__scope{justify-content:space-between;align-items:center;gap:var(--vo-space-8);height:20px;font-size:var(--vo-text-xs-size);line-height:var(--vo-text-xs-line);color:var(--vo-color-text-secondary);display:flex}.vo-composer__scope--empty,.vo-composer__scope--limited{color:var(--vo-state-network-fg)}.vo-composer__scope--room{color:var(--vo-state-room-fg)}.vo-composer__scope--focus{color:var(--vo-state-focus-fg,var(--vo-state-network-fg))}.vo-composer__counter{font-variant-numeric:tabular-nums}.vo-composer__counter--warn{color:var(--vo-state-network-fg)}.vo-composer__counter--shake{color:var(--vo-state-blocked-fg)}.vo-composer__row{align-items:center;gap:var(--vo-space-8);display:flex;position:relative}.vo-composer__input{min-height:36px;max-height:80px;padding:var(--vo-space-8);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-sm);background:var(--vo-color-bg-sunken);color:var(--vo-color-text-primary);font-size:var(--vo-text-md-size);line-height:var(--vo-text-md-line);resize:none;flex:auto}.vo-composer__input:focus{border-color:var(--vo-color-border-focus);border-width:2px;outline:none}.vo-composer__hint{font-size:var(--vo-text-2xs-size);color:var(--vo-color-text-tertiary);flex:none}.vo-control__dot{border-radius:var(--vo-radius-full);background:var(--vo-state-connected-fill);width:4px;height:4px;position:absolute;top:6px;right:6px}.vo-control{position:relative}.vo-chatlog{right:var(--vo-space-16);bottom:calc(var(--vo-bars-bottom,var(--vo-size-bottombar)) + 12px);z-index:var(--vo-z-popover);border:1px solid var(--vo-color-border-default);border-radius:var(--vo-radius-lg);background:var(--vo-color-bg-raised);width:360px;max-height:50%;box-shadow:var(--vo-shadow-e3);flex-direction:column;display:flex;position:absolute}.vo-chatlog__header{padding:var(--vo-space-8) var(--vo-space-12);border-bottom:1px solid var(--vo-color-border-subtle);font-size:var(--vo-text-sm-size);justify-content:space-between;align-items:center;font-weight:600;display:flex}.vo-chatlog__list{padding:var(--vo-space-4) 0;margin:0;list-style:none;overflow-y:auto}.vo-chatlog__row{gap:var(--vo-space-4);padding:var(--vo-space-4) var(--vo-space-12);font-size:var(--vo-text-sm-size);flex-wrap:wrap;display:flex}.vo-chatlog__row--self{border-left:3px solid var(--vo-color-accent-fill)}.vo-chatlog__time,.vo-chatlog__area{color:var(--vo-color-text-tertiary);font-size:var(--vo-text-xs-size);font-variant-numeric:tabular-nums}.vo-chatlog__name{color:var(--vo-color-text-secondary);font-weight:500}.vo-chatlog__text{flex:100%}.vo-chatlog__empty,.vo-chatlog__footer{padding:var(--vo-space-8) var(--vo-space-12);color:var(--vo-color-text-tertiary);font-size:var(--vo-text-xs-size);margin:0}.vo-chatlog__footer{border-top:1px solid var(--vo-color-border-subtle)}.vo-visually-hidden{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.vo-selfmonitor{align-items:center;gap:var(--vo-space-8);font-size:var(--vo-text-xs-size);color:var(--vo-color-text-secondary);display:inline-flex}.vo-meter{align-items:flex-end;gap:2px;height:12px;display:inline-flex;position:relative}.vo-meter__step{border:1px solid var(--vo-color-border-control);background:0 0;border-radius:1px;width:4px;height:100%}.vo-meter__step--on{background:var(--vo-state-connected-fill);border-color:var(--vo-state-connected-fill)}.vo-meter__step--hot.vo-meter__step--on{background:var(--vo-state-network-fill);border-color:var(--vo-state-network-fill)}.vo-meter--stalled:after{content:"";background:repeating-linear-gradient(45deg, var(--vo-state-network-fill) 0 1px, transparent 1px 4px);opacity:.35;pointer-events:none;position:absolute;inset:0}.vo-control--off{border-color:var(--vo-state-muted-fill);color:var(--vo-state-muted-fg)}.vo-control--unavailable{border-style:dashed;border-color:var(--vo-color-border-control);color:var(--vo-color-text-disabled);opacity:.65;cursor:not-allowed}.vo-controlbar__info--blocked{color:var(--vo-state-network-fg)}.vo-banner__actions{gap:var(--vo-space-8);margin-left:var(--vo-space-12);display:inline-flex}.vo-banner--blocked{background:var(--vo-state-blocked-fill);color:var(--vo-color-text-on-accent)}.vo-banner--blink{animation:1s steps(2,end) infinite vo-blink-network}@keyframes vo-blink-network{50%{opacity:.72}}.vo-preflight{border-radius:var(--vo-radius-xl);background:var(--vo-color-bg-raised);width:480px;max-width:calc(100% - 32px);box-shadow:var(--vo-shadow-e4);z-index:var(--vo-z-modal)}.vo-preflight__header,.vo-preflight__footer{align-items:center;gap:var(--vo-space-8);padding:var(--vo-space-16) var(--vo-space-24);display:flex}.vo-preflight__header{border-bottom:1px solid var(--vo-color-border-subtle);justify-content:space-between}.vo-preflight__footer{border-top:1px solid var(--vo-color-border-subtle);justify-content:flex-end}.vo-preflight__title{font-size:var(--vo-text-lg-size);margin:0}.vo-preflight__body{gap:var(--vo-space-8);padding:var(--vo-space-16) var(--vo-space-24);flex-direction:column;display:flex}.vo-preflight__body .vo-meter{height:16px}.vo-preflight__ok{color:var(--vo-state-speaking-fg);font-size:var(--vo-text-sm-size);margin:0}.vo-preflight__hint{color:var(--vo-color-text-tertiary);font-size:var(--vo-text-sm-size);margin:0}.vo-preflight__error{color:var(--vo-state-blocked-fg);font-size:var(--vo-text-sm-size);margin:0}.vo-plate__audio{color:var(--vo-state-network-fg)}.vo-plate__audio:not(.vo-plate__audio--lost){color:inherit}.vo-preflight__help{padding:var(--vo-space-8);border:1px solid var(--vo-state-blocked-fg);border-radius:var(--vo-radius-sm)}.vo-preflight__help-title{margin:0 0 var(--vo-space-4);color:var(--vo-state-blocked-fg);font-size:var(--vo-text-sm-size);font-weight:600}.vo-floormenu{position:relative}.vo-topbar:has(.vo-floormenu__list){z-index:610}.vo-floormenu__button{align-items:center;gap:var(--vo-space-4);max-width:280px;color:inherit;font-size:var(--vo-text-lg-size);cursor:pointer;padding:var(--vo-space-4) var(--vo-space-8);border-radius:var(--vo-radius-md);background:0 0;border:0;font-weight:600;display:inline-flex}.vo-floormenu__current{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vo-floormenu__chevron{transition:transform var(--vo-dur-fast) var(--vo-ease-out);flex:none}.vo-floormenu__button[aria-expanded=true] .vo-floormenu__chevron{transform:rotate(180deg)}.vo-floormenu__button:hover{background:var(--vo-color-bg-hover)}.vo-floormenu__list{z-index:var(--vo-z-popover);min-width:260px;padding:var(--vo-space-4);border:1px solid var(--vo-color-border-default);border-radius:var(--vo-radius-lg);background:var(--vo-color-bg-raised);box-shadow:var(--vo-shadow-e3);position:absolute;top:calc(100% + 4px);left:0}.vo-floormenu__item{align-items:center;gap:var(--vo-space-8);width:100%;height:40px;padding:0 var(--vo-space-8);border-radius:var(--vo-radius-md);color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;display:flex}.vo-floormenu__item:hover:not(:disabled){background:var(--vo-color-bg-hover)}.vo-floormenu__item--current{color:var(--vo-color-text-secondary);cursor:default}.vo-floormenu__name{font-size:var(--vo-text-sm-size);flex:auto}.vo-floormenu__count{font-variant-numeric:tabular-nums;font-size:var(--vo-text-sm-size)}.vo-floormenu__here{font-size:var(--vo-text-xs-size);color:var(--vo-color-text-tertiary)}.vo-gauge{gap:1px;display:inline-flex}.vo-gauge__dot{background:var(--vo-color-border-default);border-radius:1px;width:4px;height:8px}.vo-gauge__dot--on{background:var(--vo-color-accent-fill)}.vo-portalhint{left:50%;bottom:calc(var(--vo-size-bottombar) + 96px);z-index:var(--vo-z-map-overlay);padding:var(--vo-space-4) var(--vo-space-12);border-radius:var(--vo-radius-full);background:var(--vo-color-bg-raised);border:1px solid var(--vo-color-border-default);box-shadow:var(--vo-shadow-e2);font-size:var(--vo-text-sm-size);animation:vo-fade-in var(--vo-dur-base) var(--vo-ease-out);position:absolute;transform:translate(-50%)}@keyframes vo-fade-in{0%{opacity:0}to{opacity:1}}.vo-floorfade{z-index:var(--vo-z-scrim);background:var(--vo-color-bg-app);animation:vo-fade-in var(--vo-dur-slower) var(--vo-ease-out);place-items:center;display:grid;position:absolute;inset:0}.vo-floorfade__label{color:var(--vo-color-text-secondary);font-size:var(--vo-text-sm-size)}.vo-card__actions{justify-content:flex-end;gap:var(--vo-space-8);display:flex}.vo-arealabel{align-items:center;gap:var(--vo-space-4);padding:0 var(--vo-space-4);border-radius:var(--vo-radius-xs);color:var(--vo-map-nameplate-fg);background:var(--vo-map-nameplate-bg);font-size:var(--vo-text-2xs-size);line-height:var(--vo-text-2xs-line);opacity:.55;white-space:nowrap;will-change:transform;display:inline-flex;position:absolute;top:0;left:0}.vo-arealabel__count{font-variant-numeric:tabular-nums}.vo-arealabel--locked{opacity:.85;border:1px solid var(--vo-state-room-fill)}.vo-button{justify-content:center;align-items:center;gap:var(--vo-space-4);display:inline-flex}.vo-shout{border-radius:var(--vo-radius-lg);border:2px solid var(--vo-map-bubble-border);background:var(--vo-map-bubble-bg);max-width:288px;color:var(--vo-map-shout-fg);box-shadow:var(--vo-shadow-e2);font-size:var(--vo-text-lg-size);line-height:var(--vo-text-lg-line);white-space:nowrap;transform-origin:bottom;pointer-events:none;will-change:transform, opacity;padding:6px 10px;font-weight:700;position:absolute;top:0;left:0}.vo-shout--self{border-color:var(--vo-map-bubble-border-self)}.vo-shout:after{content:"";background:var(--vo-map-bubble-bg);border-right:2px solid var(--vo-map-bubble-border);border-bottom:2px solid var(--vo-map-bubble-border);clip-path:polygon(0 0,100% 0,50% 100%);width:10px;height:6px;position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.vo-hovercard{z-index:var(--vo-z-map-overlay);align-items:center;gap:var(--vo-space-4);max-width:240px;padding:3px var(--vo-space-8) 3px 3px;border:1px solid var(--vo-color-border-strong);border-radius:var(--vo-radius-md);background:var(--vo-map-nameplate-bg);color:var(--vo-map-nameplate-fg);font-size:var(--vo-text-2xs-size);box-shadow:var(--vo-shadow-e2);pointer-events:none;white-space:nowrap;line-height:1.2;display:flex;position:absolute;top:0;left:0}.vo-hovercard__face{border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-sunken);width:32px;height:32px;image-rendering:pixelated;flex:0 0 32px}.vo-hovercard__face.is-empty{visibility:hidden}.vo-hovercard__name{font-weight:600}.vo-hovercard__badge{color:inherit}.vo-hovercard[data-motion=on]{animation:vo-hovercard-in var(--vo-dur-fast) var(--vo-ease-out)}@keyframes vo-hovercard-in{0%{opacity:0;translate:0 4px}to{opacity:1;translate:0}}@media (prefers-reduced-motion:reduce){.vo-hovercard[data-motion=on],.vo-hovercard[data-motion=off]{animation:none}}.vo-shout--pinned{transform-origin:50%;max-width:410px;min-height:36px;transition:opacity var(--vo-dur-fast) var(--vo-ease-out);align-items:center;gap:6px;padding:4px 10px;display:flex}.vo-shout__face{border-radius:var(--vo-radius-xs);width:16px;height:16px;image-rendering:pixelated;flex:0 0 16px}.vo-shout__name{text-overflow:ellipsis;min-width:0;max-width:96px;font-size:var(--vo-text-3xs-size);color:var(--vo-color-text-secondary);flex:0 auto;font-weight:500;overflow:hidden}.vo-shout__text{text-overflow:ellipsis;flex:none;overflow:hidden}.vo-shout__arrow{background:var(--vo-map-bubble-border);width:12px;height:8px;position:absolute}.vo-shout--pinned[data-edge=left]{border-top-left-radius:var(--vo-radius-sm);border-bottom-left-radius:var(--vo-radius-sm)}.vo-shout--pinned[data-edge=left] .vo-shout__arrow{left:-9px;top:calc(var(--vo-shout-arrow,18px) - 6px);clip-path:polygon(100% 0,0 50%,100% 100%);width:8px;height:12px}.vo-shout--pinned[data-edge=right]{border-top-right-radius:var(--vo-radius-sm);border-bottom-right-radius:var(--vo-radius-sm)}.vo-shout--pinned[data-edge=right] .vo-shout__arrow{right:-9px;top:calc(var(--vo-shout-arrow,18px) - 6px);clip-path:polygon(0 0,100% 50%,0 100%);width:8px;height:12px}.vo-shout--pinned[data-edge=top]{border-top-left-radius:var(--vo-radius-sm);border-top-right-radius:var(--vo-radius-sm)}.vo-shout--pinned[data-edge=top] .vo-shout__arrow{top:-9px;left:calc(var(--vo-shout-arrow,50%) - 6px);clip-path:polygon(0 100%,50% 0,100% 100%)}.vo-shout--pinned[data-edge=bottom]{border-bottom-left-radius:var(--vo-radius-sm);border-bottom-right-radius:var(--vo-radius-sm)}.vo-shout--pinned[data-edge=bottom] .vo-shout__arrow{bottom:-9px;left:calc(var(--vo-shout-arrow,50%) - 6px);clip-path:polygon(0 0,50% 100%,100% 0)}.vo-shout--pinned[data-swap=in]{animation:vo-shout-pin-in .18s var(--vo-ease-out)}@keyframes vo-shout-pin-in{0%{opacity:0;translate:-8px}to{opacity:1;translate:0}}@media (prefers-reduced-motion:reduce){.vo-shout--pinned[data-swap=in]{animation-duration:1ms}.vo-shout--pinned{transition-duration:1ms}}.vo-arealabel__seats{color:var(--vo-color-text-secondary);font-variant-numeric:tabular-nums}.vo-arealabel__seats.is-over{color:var(--vo-color-text-primary);font-weight:700}.vo-emote{z-index:var(--vo-z-map-overlay);pointer-events:none;white-space:nowrap;text-shadow:0 1px 2px #00000059;will-change:transform, opacity;font-size:24px;line-height:1;position:absolute;top:0;left:0}.vo-composer__emote{border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-surface);cursor:pointer;flex:none;width:28px;height:28px;font-size:16px;line-height:1}.vo-composer__emote.is-open{border-color:var(--vo-color-accent-fill)}.vo-composer__palette{bottom:calc(100% + var(--vo-space-4));left:var(--vo-space-8);z-index:var(--vo-z-toast);gap:var(--vo-space-4);padding:var(--vo-space-4);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-md);background:var(--vo-color-bg-surface);box-shadow:var(--vo-shadow-e2);display:flex;position:absolute}.vo-composer__emotebtn{border-radius:var(--vo-radius-xs);cursor:pointer;background:0 0;border:0;width:44px;height:44px;font-size:24px;line-height:1}.vo-composer__emotebtn:hover,.vo-composer__emotebtn:focus-visible{background:var(--vo-color-bg-sunken)}.vo-floortitle{z-index:var(--vo-z-map-overlay);pointer-events:none;text-align:center;color:var(--vo-color-text-primary);transition:opacity .12s linear;position:absolute;top:33%;left:0;right:0}.vo-floortitle__name{font-size:32px;font-weight:700;line-height:1.2}.vo-floortitle__desc{font-size:13px;line-height:1.4}.vo-presence{flex:none;position:relative}.vo-presence__chip{gap:var(--vo-space-4);max-width:260px;height:32px;padding:0 var(--vo-space-8);border:1px solid var(--vo-color-border-control);background:var(--vo-color-bg-surface);color:var(--vo-color-text-primary);font-size:var(--vo-text-xs-size);cursor:pointer;border-radius:999px;align-items:center;display:flex}.vo-presence__chip.is-manual{border-color:var(--vo-color-accent-fill)}.vo-presence__name{text-overflow:ellipsis;white-space:nowrap;max-width:110px;overflow:hidden}.vo-presence__status{color:var(--vo-color-text-secondary)}.vo-presence__note{text-overflow:ellipsis;white-space:nowrap;max-width:90px;color:var(--vo-color-text-tertiary);overflow:hidden}.vo-presence__menu{bottom:calc(100% + var(--vo-space-4));z-index:var(--vo-z-toast);gap:var(--vo-space-4);width:300px;padding:var(--vo-space-8);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-md);background:var(--vo-color-bg-surface);box-shadow:var(--vo-shadow-e3);text-align:left;flex-direction:column;display:flex;position:absolute;left:0}.vo-presence__item{padding:var(--vo-space-4) var(--vo-space-8);border-radius:var(--vo-radius-xs);color:var(--vo-color-text-primary);text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:2px;display:flex}.vo-presence__item:hover,.vo-presence__item:focus-visible{background:var(--vo-color-bg-sunken)}.vo-presence__item.is-active{background:var(--vo-color-bg-sunken);box-shadow:inset 2px 0 0 var(--vo-color-accent-fill)}.vo-presence__itemlabel{font-size:var(--vo-text-sm-size);font-weight:600}.vo-presence__itemdetail{color:var(--vo-color-text-secondary);font-size:var(--vo-text-xs-size)}.vo-presence__note-field,.vo-presence__auto{gap:var(--vo-space-4);padding:0 var(--vo-space-8);color:var(--vo-color-text-secondary);font-size:var(--vo-text-xs-size);align-items:center;display:flex}.vo-presence__note-field{flex-direction:column;align-items:stretch}.vo-presence__note-field input{height:32px;padding:0 var(--vo-space-8);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-sunken);color:var(--vo-color-text-primary);font-size:var(--vo-text-sm-size)}.vo-peermenu{z-index:var(--vo-z-toast);min-width:180px;padding:var(--vo-space-4);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-md);background:var(--vo-color-bg-surface);box-shadow:var(--vo-shadow-e3);pointer-events:auto;flex-direction:column;display:flex;position:absolute;top:0;left:0}.vo-peermenu__title{padding:var(--vo-space-4) var(--vo-space-8);color:var(--vo-color-text-secondary);font-size:var(--vo-text-xs-size);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vo-peermenu__item{padding:var(--vo-space-8);border-radius:var(--vo-radius-xs);color:var(--vo-color-text-primary);font-size:var(--vo-text-sm-size);text-align:left;cursor:pointer;background:0 0;border:0}.vo-peermenu__item:hover:not(:disabled),.vo-peermenu__item:focus-visible{background:var(--vo-color-bg-sunken)}.vo-peermenu__item:disabled{color:var(--vo-color-text-disabled);cursor:not-allowed}.vo-banner--broadcast{gap:var(--vo-space-8);background:var(--vo-state-share-soft);color:var(--vo-color-text-primary);justify-content:center;align-items:center;display:flex}.vo-banner--broadcast.is-warn{background:var(--vo-state-warn-soft,var(--vo-state-share-soft));font-weight:600}.vo-banner--broadcast-denied{background:var(--vo-color-bg-raised);color:var(--vo-color-text-secondary);justify-content:center;display:flex}.vo-banner__timer{font-variant-numeric:tabular-nums}.vo-banner__action{min-width:44px;min-height:32px;padding:0 var(--vo-space-12);border-radius:var(--vo-radius-sm);color:inherit;font:inherit;cursor:pointer;background:0 0;border:1px solid}.vo-control--broadcast{background:var(--vo-state-share-fill);color:var(--vo-color-text-on-accent)}.vo-composer__scope--broadcast{background:var(--vo-state-share-soft);color:var(--vo-color-text-primary)}.vo-sharebanner{z-index:var(--vo-z-critical);align-items:center;gap:var(--vo-space-8);height:32px;padding:0 var(--vo-space-8);background:var(--vo-state-share-soft);color:var(--vo-color-text-primary);font-size:var(--vo-text-sm-size);flex:none;display:flex;position:relative}.vo-sharebanner__bar{background:var(--vo-state-share-fill);align-self:stretch;width:4px}.vo-sharebanner__text{font-weight:600}.vo-sharebanner__label{color:var(--vo-color-text-secondary);font-weight:400}.vo-sharebanner__viewers,.vo-sharebanner__stop{min-height:24px;padding:0 var(--vo-space-8);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-surface);color:var(--vo-color-text-primary);font-size:var(--vo-text-sm-size);cursor:pointer}.vo-sharebanner__stop{border-color:var(--vo-state-share-fill);color:var(--vo-state-share-fg);margin-left:auto;font-weight:600}.vo-sharebanner__warn{color:var(--vo-state-network-fg)}.vo-viewerlist{top:32px;left:var(--vo-space-8);z-index:var(--vo-z-popover);width:240px;padding:var(--vo-space-4);background:var(--vo-color-bg-raised);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-sm);box-shadow:var(--vo-shadow-e3);margin:0;list-style:none;position:absolute}.vo-viewerlist__row,.vo-viewerlist__empty{justify-content:space-between;align-items:center;gap:var(--vo-space-8);height:32px;padding:0 var(--vo-space-4);font-size:var(--vo-text-sm-size);display:flex}.vo-viewerlist__level{color:var(--vo-color-text-secondary);font-size:var(--vo-text-2xs-size)}.vo-previewdock{right:calc(var(--vo-inset-right,0px) + var(--vo-space-16));bottom:var(--vo-corner-bottom,96px);max-height:calc(100% - 132px);z-index:var(--vo-z-popover);pointer-events:none;flex-direction:column-reverse;align-items:flex-end;gap:8px;display:flex;position:absolute}.vo-preview__frame{padding:var(--vo-space-8);border:1px solid var(--vo-state-share-fill);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-raised);box-shadow:var(--vo-shadow-e3);pointer-events:auto;position:relative}.vo-preview{object-fit:contain;background:var(--vo-color-bg-sunken);width:96px;height:54px;display:block}.vo-preview--screen{width:240px;height:135px}.vo-preview__frame--compact .vo-preview--screen{width:96px;height:54px}.vo-preview__frame--compact .vo-preview__title,.vo-preview__frame--compact .vo-preview__label{display:none}.vo-preview--camera{border:2px solid var(--vo-state-camera-fill);border-radius:var(--vo-radius-xs);pointer-events:auto}.vo-preview__title{margin:0 0 var(--vo-space-4);font-size:var(--vo-text-lg-size);font-weight:600}.vo-preview__label,.vo-preview__hint{margin:var(--vo-space-4) 0 0;color:var(--vo-color-text-secondary);font-size:var(--vo-text-2xs-size);text-overflow:ellipsis;white-space:nowrap;max-width:240px;overflow:hidden}.vo-preview__actions{justify-content:flex-end;gap:var(--vo-space-8);margin-top:var(--vo-space-4);display:flex}.vo-preview__stop{min-height:32px;padding:0 var(--vo-space-12);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-surface);color:var(--vo-state-share-fg);cursor:pointer;border-color:var(--vo-state-share-fill);font-weight:600}.vo-sharereject{z-index:var(--vo-z-toast);align-items:center;gap:var(--vo-space-8);padding:var(--vo-space-8) var(--vo-space-12);background:var(--vo-color-bg-raised);border:1px solid var(--vo-state-share-fill);border-radius:var(--vo-radius-sm);box-shadow:var(--vo-shadow-e3);font-size:var(--vo-text-sm-size);display:flex;position:absolute;bottom:96px;left:50%;transform:translate(-50%)}.vo-sharereject button{min-height:32px;padding:0 var(--vo-space-8);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-surface);color:var(--vo-color-text-primary);cursor:pointer}.vo-viewer{top:var(--vo-size-topbar);z-index:var(--vo-z-viewer);background:var(--vo-color-bg-raised);border-bottom:1px solid var(--vo-color-border-control);flex-direction:column;height:55%;max-height:55%;display:flex;position:absolute;left:0;right:0}.vo-viewer--full{height:calc(100% - var(--vo-size-topbar));max-height:calc(100% - var(--vo-size-topbar))}.vo-viewer--ended{padding:var(--vo-space-8) var(--vo-space-12);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-sm);font-size:var(--vo-text-sm-size);inset:auto auto 96px 50%;transform:translate(-50%)}.vo-viewer__fullbar{background:var(--vo-state-share-soft);height:32px;font-size:var(--vo-text-sm-size);justify-content:center;align-items:center;margin:0;font-weight:600;display:flex}.vo-viewer__tabs{background:var(--vo-color-bg-sunken);align-items:stretch;gap:1px;height:32px;display:flex}.vo-viewer__tab{padding:0 var(--vo-space-12);background:var(--vo-color-bg-surface);color:var(--vo-color-text-secondary);font-size:var(--vo-text-sm-size);cursor:pointer;border:0}.vo-viewer__tab.is-active{color:var(--vo-color-text-primary);box-shadow:inset 0 -2px 0 var(--vo-state-share-fill);font-weight:600}.vo-viewer__stage{background:var(--vo-color-bg-sunken);flex:auto;justify-content:center;align-items:center;min-height:0;display:flex;position:relative;overflow:hidden}.vo-viewer__video{object-fit:contain;width:100%;height:100%;display:block;position:absolute;inset:0}.vo-viewer__paused{padding:var(--vo-space-4) var(--vo-space-8);background:var(--vo-color-bg-raised);opacity:.92;border-radius:var(--vo-radius-xs);font-size:var(--vo-text-sm-size);margin:0;position:absolute}.vo-viewer__bar{align-items:center;gap:var(--vo-space-8);min-height:36px;padding:var(--vo-space-4) var(--vo-space-8);background:var(--vo-color-bg-surface);font-size:var(--vo-text-sm-size);flex:none;display:flex}.vo-viewer__note{color:var(--vo-color-text-secondary);font-size:var(--vo-text-2xs-size);margin-right:auto}.vo-viewer__bar button{min-width:32px;min-height:32px;padding:0 var(--vo-space-8);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-surface);color:var(--vo-color-text-primary);cursor:pointer}.vo-viewer__bar button:disabled{color:var(--vo-color-text-tertiary);cursor:default}.vo-viewer__tab:focus-visible,.vo-viewer__bar button:focus-visible,.vo-sharemark__thumb:focus-visible,.vo-sharemark__tag:focus-visible{outline:2px solid var(--vo-color-border-focus);outline-offset:2px;box-shadow:0 0 0 2px var(--vo-color-bg-surface)}.vo-sharemark{will-change:transform;width:0;height:0;position:absolute;top:0;left:0}.vo-sharemark__tag{border-radius:var(--vo-radius-xs);background:var(--vo-state-share-fill);width:16px;height:16px;color:var(--vo-color-text-on-accent);cursor:pointer;pointer-events:auto;border:0;justify-content:center;align-items:center;padding:0;font-size:11px;line-height:1;display:flex;position:absolute;bottom:44px;left:10px}.vo-sharemark__thumb{border:1px solid var(--vo-state-share-fill);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-sunken);cursor:pointer;pointer-events:auto;width:96px;height:54px;padding:0;position:absolute;left:-48px;overflow:hidden}.vo-sharemark__video{object-fit:contain;width:100%;height:100%;display:block}.vo-campopover{right:calc(var(--vo-inset-right,0px) + var(--vo-space-16));bottom:calc(var(--vo-corner-bottom,96px) + 44px);z-index:var(--vo-z-popover);box-sizing:border-box;background:var(--vo-color-bg-raised);border:2px solid var(--vo-state-camera-fill);border-radius:var(--vo-radius-sm);width:164px;box-shadow:var(--vo-shadow-e3);flex-direction:column;display:flex;position:absolute;overflow:hidden}.vo-campopover__video{aspect-ratio:16/9;object-fit:cover;background:var(--vo-color-bg-sunken);flex:auto;width:100%;min-height:0;display:block}.vo-campopover__name{font-size:var(--vo-text-2xs-size);color:var(--vo-color-text-secondary)}.vo-panel__head{align-items:center;gap:var(--vo-space-4);min-height:24px;padding:2px 2px 2px var(--vo-space-4);-webkit-user-select:none;user-select:none;flex:none;display:flex}.vo-panel__title{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:var(--vo-text-2xs-size);color:var(--vo-color-text-secondary);flex:auto;overflow:hidden}.vo-panel__close{border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-surface);width:24px;height:24px;color:var(--vo-color-text-primary);cursor:pointer;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.vo-panel__resize{cursor:nwse-resize;touch-action:none;background:linear-gradient(135deg, transparent 0 42%, var(--vo-color-border-strong) 42% 50%, transparent 50% 100%), linear-gradient(135deg, transparent 0 66%, var(--vo-color-border-strong) 66% 74%, transparent 74% 100%);background-color:var(--vo-color-bg-raised);border-top-left-radius:var(--vo-radius-xs);width:14px;height:14px;position:absolute;bottom:0;right:0}.vo-campopover{position:absolute}.vo-preview__panel{box-sizing:border-box;pointer-events:auto;border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-sm);background:var(--vo-color-bg-raised);width:98px;box-shadow:var(--vo-shadow-e2);flex-direction:column;display:flex;position:relative;overflow:hidden}.vo-preview__panel .vo-preview--camera{aspect-ratio:16/9;object-fit:cover;border:0;border-radius:0;flex:auto;width:100%;height:auto;min-height:0;display:block}.vo-panel--floating{z-index:var(--vo-z-popover);position:fixed}.vo-sharedir{position:relative}.vo-sharedir__toggle{min-height:24px;padding:0 var(--vo-space-8);border:1px solid var(--vo-state-share-fill);border-radius:var(--vo-radius-xs);background:var(--vo-state-share-soft);color:var(--vo-color-text-primary);font-size:var(--vo-text-sm-size);cursor:pointer}.vo-sharedir__list{z-index:var(--vo-z-popover);width:280px;padding:var(--vo-space-4);background:var(--vo-color-bg-raised);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-sm);box-shadow:var(--vo-shadow-e3);margin:0;list-style:none;position:absolute;top:28px;left:0}.vo-sharedir__row{align-items:center;gap:var(--vo-space-8);height:44px;padding:0 var(--vo-space-4);font-size:var(--vo-text-sm-size);display:flex}.vo-sharedir__name{text-overflow:ellipsis;white-space:nowrap;flex:auto;overflow:hidden}.vo-sharedir__row button{min-height:32px;padding:0 var(--vo-space-8);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-surface);color:var(--vo-color-text-primary);cursor:pointer}.vo-sharedir__row button:disabled{color:var(--vo-color-text-tertiary);cursor:default}.vo-plate__share{color:var(--vo-state-share-fg);font-size:var(--vo-text-2xs-size)}.vo-plate__camera{color:var(--vo-state-camera-fg);font-size:var(--vo-text-2xs-size);cursor:pointer;pointer-events:auto;background:0 0;border:0;padding:0;line-height:1}.vo-control--sharing{background:var(--vo-state-share-fill);color:var(--vo-color-text-on-accent)}.vo-control--on{background:var(--vo-state-camera-fill);color:var(--vo-color-text-on-accent)}@media (prefers-reduced-motion:reduce){.vo-preview__frame{transition-duration:1ms}}.vo-office__main{flex:auto;min-height:0;display:flex;position:relative}.vo-office__stage{flex-direction:column;flex:auto;min-width:0;min-height:0;display:flex}.vo-office__dock{min-height:0;max-height:100%;display:flex}.vo-skiplink{left:var(--vo-space-8);z-index:var(--vo-z-critical);height:32px;padding:0 var(--vo-space-12);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-raised);color:var(--vo-color-text-primary);font-size:var(--vo-text-sm-size);transition:top var(--vo-dur-fast) var(--vo-ease-out);align-items:center;text-decoration:none;display:inline-flex;position:absolute;top:-40px}.vo-skiplink:focus-visible{top:var(--vo-space-8);outline:2px solid var(--vo-color-border-focus)}.vo-dock{background:var(--vo-color-bg-surface);border-left:1px solid var(--vo-color-border-control);flex-direction:column;flex:0 0 320px;width:320px;min-height:0;display:flex}.vo-dock--rail{width:48px;padding-top:var(--vo-space-8);flex-basis:48px;align-items:center}.vo-dock--overlay{z-index:var(--vo-z-dock);box-shadow:var(--vo-shadow-e3);position:absolute;top:0;bottom:0;right:0}.vo-dock__tabs{min-height:40px;padding:var(--vo-space-4);border-bottom:1px solid var(--vo-color-border-control);flex:none;align-items:center;display:flex}.vo-dock__tab{align-items:center;gap:var(--vo-space-4);min-height:32px;padding:0 var(--vo-space-12);color:var(--vo-color-text-secondary);font-size:var(--vo-text-sm-size);cursor:pointer;background:0 0;border:0;display:inline-flex}.vo-dock__tab.is-active{color:var(--vo-color-text-primary);box-shadow:inset 0 -2px 0 var(--vo-color-accent-fg);font-weight:600}.vo-dock__toggle{border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-surface);width:32px;height:32px;color:var(--vo-color-text-primary);cursor:pointer;margin-left:auto}.vo-dock--rail .vo-dock__toggle{margin:0}.vo-dock__filter{gap:var(--vo-space-8);padding:var(--vo-space-4) var(--vo-space-8);border-bottom:1px solid var(--vo-color-border-control);align-items:center;display:flex}.vo-dock__filter input{width:100%;min-width:0;height:32px;padding:0 var(--vo-space-8);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-sunken);color:var(--vo-color-text-primary);font-size:var(--vo-text-sm-size)}.vo-dock__notice,.vo-dock__empty{padding:var(--vo-space-8);color:var(--vo-color-text-secondary);font-size:var(--vo-text-sm-size);margin:0}.vo-dock__body{flex:auto;min-height:0;overflow-y:auto}.vo-dock__list:focus-visible{outline:2px solid var(--vo-color-border-focus);outline-offset:-2px}.vo-dock__heading{width:100%;padding:0 var(--vo-space-8);background:var(--vo-color-bg-sunken);color:var(--vo-color-text-secondary);font-size:var(--vo-text-2xs-size);text-align:left;cursor:pointer;border:0;align-items:center;display:flex}.vo-dockrow{align-items:center;gap:var(--vo-space-8);padding:0 var(--vo-space-8);cursor:default;display:flex}.vo-dockrow:hover,.vo-dockrow[aria-selected=true]{background:var(--vo-color-bg-raised)}.vo-dockrow:focus-visible{outline:2px solid var(--vo-color-border-focus);outline-offset:-2px}.vo-dockrow.is-offline{opacity:.55}.vo-dockrow__face,.vo-avatarface{border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-sunken);width:32px;height:32px;image-rendering:pixelated;flex:0 0 32px}.vo-avatarface--fallback{background:var(--vo-color-accent-fill);border-radius:50%}.vo-face--0{background:var(--vo-state-connected-fill)}.vo-face--1{background:var(--vo-state-speaking-fill)}.vo-face--2{background:var(--vo-state-share-fill)}.vo-face--3{background:var(--vo-state-network-fill)}.vo-face--4{background:var(--vo-state-camera-fill)}.vo-face--5{background:var(--vo-state-room-fill)}.vo-face--6{background:var(--vo-state-muted-fill)}.vo-face--7{background:var(--vo-state-away-fill)}.vo-dockrow__main{flex-direction:column;flex:auto;min-width:0;display:flex}.vo-dockrow__name{font-size:var(--vo-text-sm-size);text-overflow:ellipsis;white-space:nowrap;font-weight:500;overflow:hidden}.vo-dockrow__sub{color:var(--vo-color-text-tertiary);font-size:var(--vo-text-2xs-size);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.vo-dockrow__state{font-size:var(--vo-text-2xs-size);color:var(--vo-color-text-secondary);align-items:center;gap:3px;display:inline-flex}.vo-dockrow__dots{color:var(--vo-state-connected-fg);letter-spacing:-1px}.vo-dockrow__actions{visibility:hidden;gap:2px;display:inline-flex}.vo-dockrow:hover .vo-dockrow__actions,.vo-dockrow:focus-within .vo-dockrow__actions,.vo-dockrow[aria-selected=true] .vo-dockrow__actions{visibility:visible}.vo-dockrow__action{border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-surface);width:28px;height:28px;color:var(--vo-color-text-primary);cursor:pointer}.vo-dockrow__action:disabled{color:var(--vo-color-text-tertiary);cursor:default}.vo-palette{background:var(--vo-color-bg-raised);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-lg);width:560px;max-width:calc(100vw - 32px);box-shadow:var(--vo-shadow-e4);margin-top:12vh;overflow:hidden}.vo-palette__input{width:100%;height:44px;padding:0 var(--vo-space-12);border:0;border-bottom:1px solid var(--vo-color-border-control);background:var(--vo-color-bg-surface);color:var(--vo-color-text-primary);font-size:var(--vo-text-lg-size)}.vo-palette__list{max-height:45vh;overflow-y:auto}.vo-palette__group{padding:var(--vo-space-4) var(--vo-space-12);color:var(--vo-color-text-tertiary);font-size:var(--vo-text-2xs-size);margin:0}.vo-palette__row{align-items:center;gap:var(--vo-space-8);height:48px;padding:0 var(--vo-space-12);cursor:pointer;display:flex}.vo-palette__row.is-selected{background:var(--vo-color-accent-bg-soft)}.vo-palette__row.is-offline{opacity:.55}.vo-palette__face{border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-sunken);width:32px;height:32px;image-rendering:pixelated;flex:0 0 32px;justify-content:center;align-items:center;display:inline-flex}.vo-palette__name{font-size:var(--vo-text-sm-size);flex:0 auto;font-weight:500}.vo-palette__where{color:var(--vo-color-text-tertiary);font-size:var(--vo-text-2xs-size)}.vo-palette__state{color:var(--vo-color-text-secondary);font-size:var(--vo-text-2xs-size);margin-left:auto}.vo-palette__hint,.vo-palette__more,.vo-palette__empty{padding:var(--vo-space-8) var(--vo-space-12);border-top:1px solid var(--vo-color-border-control);color:var(--vo-color-text-tertiary);font-size:var(--vo-text-2xs-size);margin:0}.vo-settings{background:var(--vo-color-bg-raised);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xl);width:640px;max-width:calc(100vw - 32px);max-height:min(640px,100vh - 64px);box-shadow:var(--vo-shadow-e4);flex-direction:column;margin-top:8vh;display:flex;overflow:hidden}.vo-settings__tabs{gap:var(--vo-space-4);padding:var(--vo-space-8);border-bottom:1px solid var(--vo-color-border-control);display:flex}.vo-settings__tab{min-height:32px;padding:0 var(--vo-space-12);border-radius:var(--vo-radius-xs);color:var(--vo-color-text-secondary);font-size:var(--vo-text-sm-size);cursor:pointer;background:0 0;border:1px solid #0000}.vo-settings__tab.is-active{border-color:var(--vo-color-border-control);background:var(--vo-color-bg-surface);color:var(--vo-color-text-primary);font-weight:600}.vo-settings__content{min-height:0;padding:var(--vo-space-12);flex:auto;overflow-y:auto}.vo-settings__row{justify-content:space-between;align-items:center;gap:var(--vo-space-12);min-height:40px;font-size:var(--vo-text-sm-size);display:flex}.vo-settings__row select,.vo-settings__row button{min-height:32px;padding:0 var(--vo-space-8);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-surface);color:var(--vo-color-text-primary);font-size:var(--vo-text-sm-size)}.vo-settings__keys-group{padding-top:var(--vo-space-8);color:var(--vo-color-text-tertiary);font-size:var(--vo-text-2xs-size);text-align:left}.vo-settings__keys-note{color:var(--vo-color-text-tertiary);font-size:var(--vo-text-2xs-size);display:block}.vo-settings__value{color:var(--vo-color-text-tertiary);font-variant-numeric:tabular-nums}.vo-settings__note--warn{color:var(--vo-state-network-fg)}.vo-settings__note{margin:var(--vo-space-8) 0 0;color:var(--vo-color-text-tertiary);font-size:var(--vo-text-2xs-size)}.vo-settings__keys{border-collapse:collapse;width:100%;font-size:var(--vo-text-sm-size)}.vo-settings__keys caption{text-align:left;padding-bottom:var(--vo-space-8);color:var(--vo-color-text-secondary);font-size:var(--vo-text-2xs-size)}.vo-settings__keys th{text-align:left;width:40%;padding:var(--vo-space-4) 0;white-space:nowrap;font-weight:600}.vo-settings__keys td{padding:var(--vo-space-4) 0;color:var(--vo-color-text-secondary)}.vo-settings__footer{padding:var(--vo-space-8) var(--vo-space-12);border-top:1px solid var(--vo-color-border-control);justify-content:flex-end;display:flex}.vo-settings__footer button{min-height:32px;padding:0 var(--vo-space-12);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-surface);color:var(--vo-color-text-primary);cursor:pointer}.vo-jumpnotice{z-index:var(--vo-z-toast);padding:var(--vo-space-8) var(--vo-space-12);background:var(--vo-color-bg-raised);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-sm);font-size:var(--vo-text-sm-size);margin:0;position:absolute;bottom:96px;left:50%;transform:translate(-50%)}@media (prefers-reduced-motion:reduce){.vo-skiplink{transition-duration:1ms}}.vo-textmode{z-index:var(--vo-z-modal);padding:var(--vo-space-16);background:var(--vo-color-bg-app);color:var(--vo-color-text-primary);font-size:var(--vo-text-md-size);line-height:1.7;position:fixed;inset:0;overflow-y:auto}.vo-textmode__bar{align-items:center;gap:var(--vo-space-8);padding-bottom:var(--vo-space-8);border-bottom:1px solid var(--vo-color-border-control);flex-wrap:wrap;display:flex}.vo-textmode__title{font-size:var(--vo-text-xl-size);margin:0}.vo-textmode__note{color:var(--vo-color-text-secondary);font-size:var(--vo-text-sm-size);margin:0}.vo-textmode__bar button,.vo-textmode__action{min-height:32px;padding:0 var(--vo-space-8);border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);background:var(--vo-color-bg-surface);color:var(--vo-color-text-primary);font-size:var(--vo-text-sm-size);cursor:pointer}.vo-textmode__action:disabled{color:var(--vo-color-text-tertiary);cursor:default}.vo-textmode__region{margin-top:var(--vo-space-16)}.vo-textmode__heading{margin:0 0 var(--vo-space-4);font-size:var(--vo-text-lg-size)}.vo-textmode__lines{margin:0;padding:0;list-style:none}.vo-textmode__line{align-items:center;gap:var(--vo-space-8);padding:var(--vo-space-4) 0;border-bottom:1px solid var(--vo-color-border-subtle);flex-wrap:wrap;display:flex}.vo-minimap{border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-xs);box-shadow:var(--vo-shadow-e2);pointer-events:none;position:absolute}.vo-avatar__stickyhead{top:calc(var(--vo-space-12) * -1);z-index:1;background:var(--vo-color-bg-raised);padding-top:var(--vo-space-8);margin-top:calc(var(--vo-space-8) * -1);position:sticky}.vo-avatar__preview{padding:var(--vo-space-8) 0;background:var(--vo-map-floor-base,var(--vo-color-bg-sunken));border:1px solid var(--vo-color-border-control);border-radius:var(--vo-radius-sm);justify-content:center;display:flex}.vo-avatar__preview canvas{max-width:100%;height:auto;image-rendering:pixelated}.vo-avatar__caption{margin:var(--vo-space-4) 0 var(--vo-space-8);color:var(--vo-color-text-tertiary);font-size:var(--vo-text-2xs-size);text-align:center;letter-spacing:.4em}.vo-avatar__grid{gap:var(--vo-space-8);padding:var(--vo-space-8) 0;grid-template-columns:repeat(6,1fr);display:grid}.vo-avatar__swatch{border-radius:var(--vo-radius-xs);cursor:pointer;border:2px solid #0000;height:40px}.vo-avatar__swatch.is-slim{border-radius:var(--vo-radius-sm);margin:0 6px}.vo-avatar__swatch.is-current{border-color:var(--vo-color-text-primary);box-shadow:0 0 0 2px var(--vo-color-bg-raised)}.vo-avatar__swatch:focus-visible{outline:2px solid var(--vo-color-border-focus);outline-offset:2px}.vo-dock__chip{border:1px solid var(--vo-color-border-control);padding:2px var(--vo-space-8);color:var(--vo-color-text-secondary);font-size:var(--vo-text-xs-size);cursor:pointer;background:0 0;border-radius:999px;flex:none}.vo-dock__chip--on{border-color:var(--vo-color-accent-fill);background:var(--vo-color-accent-fill);color:var(--vo-color-text-on-accent)}.vo-dockrow__listen{color:var(--vo-color-text-tertiary);font-size:var(--vo-text-xs-size);white-space:nowrap}.vo-dock--narrow{flex-basis:264px;width:264px}.vo-dock--rail.vo-dock--narrow{flex-basis:48px;width:48px}.vo-dockrow__note{text-overflow:ellipsis;white-space:nowrap;max-width:90px;color:var(--vo-color-text-tertiary);font-size:var(--vo-text-xs-size);overflow:hidden}
