:root{color:#d8d6c8;background:#050604;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden;background:#050604}#root{width:100%;height:100%}:root{--cube-panel-w: 500px}canvas{position:fixed;top:0;left:var(--cube-panel-w);width:calc(100vw - var(--cube-panel-w));height:100vh;display:block;image-rendering:auto;cursor:default}.cube-panel{position:fixed;left:0;top:0;bottom:0;width:var(--cube-panel-w);z-index:6;display:flex;flex-direction:column;gap:12px;padding:16px;overflow:auto;background:#050604eb;border-right:1px solid rgba(245,238,199,.14)}.cube-panel:empty{display:none}.cube-panel .hud,.cube-panel .content-panel{position:static;left:auto;top:auto;right:auto;width:100%;max-height:none}.cube-panel .content-panel{order:2}.cube-layout{width:100%;height:100%}.mobile-cube-panel-shell{display:contents}body.is-mobile-layout{--cube-panel-w: 0px;--mobile-content-panel-h: min(35vh, 330px);--mobile-control-strip-h: 94px;--mobile-stage-h: calc(100vh - var(--mobile-content-panel-h) - var(--mobile-control-strip-h))}body.is-mobile-layout .cube-panel{top:var(--mobile-stage-h);right:0;bottom:var(--mobile-control-strip-h);width:auto;height:auto;padding:0;overflow:visible;background:transparent;border-right:0;border-top:0;border-bottom:0}body.is-mobile-layout canvas{left:0;top:0;width:100vw;height:var(--mobile-stage-h)}body.is-mobile-layout .explorer-location{left:12px;right:calc(max(12px,env(safe-area-inset-right)) + 92px);top:max(6px,env(safe-area-inset-top));z-index:95;gap:0}body.is-mobile-layout .explorer-position-panel{min-width:0;width:fit-content;max-width:100%;padding:9px 10px;border:1px solid rgba(245,238,199,.18);border-radius:8px;background:#07090b8a;box-shadow:0 10px 24px #0000003d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}body.is-mobile-layout .explorer-position-row{align-items:start;justify-items:start;max-width:none}body.is-mobile-layout .explorer-address-slot,body.is-mobile-layout .region-gate-toggle.is-desktop-region-gate{display:none}body.is-mobile-layout .explorer-position-line{min-width:0;align-items:center;column-gap:4px;row-gap:2px;white-space:normal;overflow:hidden}body.is-mobile-layout .explorer-position-kicker,body.is-mobile-layout .explorer-position-line>span:not(.explorer-position-floor):not(.explorer-position-coordinate){font-size:11px}body.is-mobile-layout .explorer-region-button,body.is-mobile-layout .explorer-position-floor{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:13px}body.is-mobile-layout .explorer-position-coordinate{flex:0 0 100%;min-width:max-content;font-size:10px}body.is-mobile-layout .region-gate-toggle{width:68px}body.is-mobile-layout .region-gate-dialog{width:calc(100vw - 32px)}body.is-mobile-layout .region-gate-cards{grid-template-columns:1fr}body.is-mobile-layout .explorer-move-pad{position:fixed;left:0;right:auto;bottom:0;z-index:90;display:grid;grid-template-columns:46px minmax(58px,1fr) 46px;align-items:center;justify-items:center;width:100%;min-height:var(--mobile-control-strip-h);padding:10px max(18px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));border-top:1px solid rgba(245,238,199,.54);border-radius:0;background:#07090be6;box-shadow:0 -14px 34px #0000006b;transform:none;touch-action:manipulation}body.is-mobile-layout .explorer-move-expanded{display:contents}body.is-mobile-layout .explorer-move-collapse{display:none}body.is-mobile-layout .explorer-joystick,body.is-mobile-layout .explorer-move-pad.is-collapsed .explorer-joystick{position:relative;display:block;grid-column:2;grid-row:1;width:66px;aspect-ratio:1;border:2px solid rgba(245,238,199,.58);border-radius:50%;background:#101316;touch-action:none}body.is-mobile-layout .explorer-joystick-dot{position:absolute;left:50%;top:50%;width:15px;height:15px;border:2px solid rgba(7,9,11,.9);border-radius:50%;background:#f5eec7;box-shadow:0 4px 14px #0000006b;transform:translate(-50%,-50%);pointer-events:none}body.is-mobile-layout .explorer-direction-pad{display:none}body.is-mobile-layout .explorer-floor-rail{display:contents}body.is-mobile-layout .explorer-floor-rail button{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(245,238,199,.28);border-radius:50%;background:#101316;box-shadow:0 8px 22px #00000052;color:#f5eec7eb;font-size:13px}body.is-mobile-layout .mobile-content-panel{position:relative;display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden;border-left:0;border-top:1px solid rgba(245,238,199,.24);background:#07090bf0;color:#f5eec7eb;padding:22px 24px 18px;box-shadow:0 -1px #ffffff0f,0 -18px 44px #00000094;scrollbar-color:rgba(245,238,199,.35) transparent}body.is-mobile-layout .mobile-content-panel:before{content:"";position:absolute;top:8px;left:50%;width:42px;height:4px;border-radius:999px;background:#f5eec757;transform:translate(-50%)}body.is-mobile-layout .mobile-content-panel.is-empty{overflow:auto;padding:24px 28px 28px}body.is-mobile-layout .mobile-content-panel.has-content{justify-content:center}body.is-mobile-layout .mobile-content-panel-header{position:relative;display:flex;align-items:center;gap:12px;padding-bottom:14px;border-bottom:1px solid rgba(245,238,199,.14)}body.is-mobile-layout .mobile-content-address{display:flex;min-width:0;align-items:baseline;flex:1 1 auto;color:#f5eec7e6;font:900 30px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}body.is-mobile-layout .mobile-content-address span{min-width:0}body.is-mobile-layout .mobile-content-address b{margin:0 10px;color:#f5eec78a;font:inherit}body.is-mobile-layout .mobile-content-menu-button{width:48px;height:36px;border:0;background:transparent;color:#f5eec7a3;padding:0;font:900 28px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}body.is-mobile-layout .mobile-content-menu{position:absolute;top:48px;right:0;z-index:4;min-width:112px;border:1px solid rgba(245,238,199,.22);background:#07090bfa;padding:6px}body.is-mobile-layout .mobile-content-menu button{display:block;width:100%;min-height:32px;border:0;background:transparent;color:#f5eec7e0;text-align:left}body.is-mobile-layout .mobile-content-body{display:grid;gap:10px;align-content:center;min-height:100%;padding:0;cursor:pointer;touch-action:pan-y;outline:none}body.is-mobile-layout .mobile-content-author{display:flex;align-items:center;gap:10px;margin-bottom:16px;color:#f5eec7b8;font:800 13px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}body.is-mobile-layout .mobile-content-author img{width:34px;height:34px;flex:0 0 auto;border:1px solid rgba(245,238,199,.24);border-radius:50%;object-fit:cover}body.is-mobile-layout .mobile-content-author time{color:#f5eec77a}body.is-mobile-layout .mobile-content-title-button,body.is-mobile-layout .mobile-content-title,body.is-mobile-layout .mobile-content-empty h1,body.is-mobile-layout .mobile-content-locked h1{display:block;width:100%;margin:0;border:0;background:transparent;color:#f5eec7f5;padding:0;font:900 28px/1.16 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:left}body.is-mobile-layout .mobile-content-title{display:-webkit-box;max-height:58px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}body.is-mobile-layout .mobile-content-media{--content-image-preview-height: min(96px, 11vh);--content-image-preview-max-width: 100%}body.is-mobile-layout .mobile-content-panel .content-preview-image-button{width:100%;margin:0;border-color:#f5eec729}body.is-mobile-layout .mobile-content-video{width:100%;aspect-ratio:16 / 9;border:1px solid rgba(245,238,199,.2);overflow:hidden;background:#00000057}body.is-mobile-layout .mobile-content-video iframe{width:100%;height:100%}body.is-mobile-layout .mobile-content-audio audio{width:100%}body.is-mobile-layout .mobile-content-summary-text,body.is-mobile-layout .mobile-content-empty p,body.is-mobile-layout .mobile-content-locked p,body.is-mobile-layout .mobile-content-viewer,body.is-mobile-layout .mobile-content-message{margin:0;color:#dedabebd;font-size:13px;line-height:1.45}body.is-mobile-layout .mobile-content-summary-text{display:-webkit-box;max-height:38px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}body.is-mobile-layout .mobile-content-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#07090bfa;color:#f5eec7eb}body.is-mobile-layout .mobile-content-detail{display:flex;flex-direction:column;width:100%;height:100%;padding:max(14px,env(safe-area-inset-top)) max(18px,env(safe-area-inset-right)) max(22px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left))}body.is-mobile-layout .mobile-content-detail-header{display:flex;align-items:center;justify-content:space-between;gap:14px;flex:0 0 auto;min-height:44px;border-bottom:1px solid rgba(245,238,199,.14)}body.is-mobile-layout .mobile-content-detail-header .mobile-content-author{min-width:0;margin:0}body.is-mobile-layout .mobile-content-detail-close{display:grid;place-items:center;width:40px;height:40px;flex:0 0 auto;border:1px solid rgba(245,238,199,.22);border-radius:50%;background:#f5eec70f;color:#f5eec7eb;padding:0;font:800 22px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}body.is-mobile-layout .mobile-content-detail-scroll{flex:1 1 auto;min-height:0;overflow:auto;padding:22px 0 0;scrollbar-color:rgba(245,238,199,.35) transparent}body.is-mobile-layout .mobile-content-detail-scroll h1{margin:0 0 18px;color:#f5eec7f5;font:900 30px/1.15 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body.is-mobile-layout .mobile-content-detail-scroll p{margin:18px 0 0;color:#dedabec7;font-size:15px;line-height:1.58;white-space:pre-wrap}body.is-mobile-layout .mobile-content-detail .mobile-content-media{--content-image-preview-height: min(48vh, 360px);margin:4px 0 0}body.is-mobile-layout .mobile-content-detail-edit{min-height:42px;margin-top:22px;border:1px solid rgba(245,238,199,.28);background:#f5eec714;color:#f5eec7eb;padding:0 16px;font:800 12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}body.is-mobile-layout .mobile-content-empty button,body.is-mobile-layout .mobile-content-locked button{min-height:38px;border:1px solid rgba(245,238,199,.32);background:#f5eec714;color:#f5eec7eb;padding:0 14px;font:800 12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}body.is-mobile-layout .mobile-content-footprint-heading{display:flex;align-items:baseline;gap:7px;margin-top:18px;color:#f5eec7c7;font:800 11px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}body.is-mobile-layout .mobile-content-footprint-heading strong{color:#dedabe7a;font:700 10px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}body.is-mobile-layout .mobile-content-footprints{margin-top:10px}body.is-mobile-layout .mobile-footprint-form{display:grid;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:8px;margin-bottom:12px}body.is-mobile-layout .mobile-footprint-form img,body.is-mobile-layout .mobile-footprint-list img{width:28px;height:28px;border:1px solid rgba(245,238,199,.22);border-radius:50%;object-fit:cover;background:#00000047}body.is-mobile-layout .mobile-footprint-form input{min-width:0;height:34px;border:1px solid rgba(245,238,199,.2);border-radius:999px;background:#00000038;color:#f5eec7e6;padding:0 12px;font-size:12px}body.is-mobile-layout .mobile-footprint-form button{min-height:34px;border:1px solid rgba(245,238,199,.28);border-radius:999px;background:#f5eec714;color:#f5eec7e6;padding:0 10px;font:800 11px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}body.is-mobile-layout .mobile-footprint-form button:disabled{cursor:default;opacity:.45}body.is-mobile-layout .mobile-footprint-message{margin:8px 0 0;color:#dedabe8f;font:700 11px/1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}body.is-mobile-layout .mobile-footprint-list{display:grid;gap:10px;margin:0;padding:0;list-style:none}body.is-mobile-layout .mobile-footprint-list li{display:grid;grid-template-columns:28px minmax(0,1fr);gap:8px}body.is-mobile-layout .mobile-footprint-meta{display:flex;min-width:0;align-items:baseline;gap:7px;color:#f5eec7c2;font:800 11px/1.25 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}body.is-mobile-layout .mobile-footprint-meta time{color:#f5eec76b;font:700 10px/1.25 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}body.is-mobile-layout .mobile-footprint-list p{margin:3px 0 0;color:#dedabebd;font-size:12px;line-height:1.35}body.is-mobile-layout .mobile-footprint-list button{margin-top:5px;border:0;background:transparent;color:#f5eec785;padding:0;font:700 10px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-decoration:underline}body.is-mobile-layout .mobile-content-locked input{width:100%;min-height:40px;margin:14px 0 10px;border:1px solid rgba(245,238,199,.24);background:#00000038;color:#f5eec7eb;padding:0 12px}body.is-mobile-layout .explorer-floor-rail [data-move-current=z-down]{grid-column:1;grid-row:1}body.is-mobile-layout .explorer-floor-rail [data-move-current=z-up]{grid-column:3;grid-row:1}body.is-mobile-layout .explorer-controls{display:none}body.is-mobile-layout .auth-status{top:max(6px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));z-index:96;display:flex;width:82px;justify-content:flex-end;pointer-events:auto}body.is-mobile-layout .auth-status>button{width:82px;min-height:38px;border:0;white-space:nowrap}body.is-mobile-layout .auth-profile-button{width:38px;min-width:38px;height:38px;justify-content:center;padding:4px;border-radius:999px}body.is-mobile-layout .auth-profile-button span{display:none}body.is-mobile-layout .auth-profile-button img{width:28px;height:28px}.explorer-location{position:fixed;top:16px;left:calc(var(--cube-panel-w) + 16px);z-index:5;display:grid;gap:18px;color:#f5eec7eb;font:700 12px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-shadow:0 2px 10px rgba(0,0,0,.7);pointer-events:none}.explorer-position-row{position:relative;display:flex;align-items:stretch;gap:10px;pointer-events:none}.explorer-position-panel{pointer-events:auto;width:min(352px,calc(100vw - var(--cube-panel-w) - 116px));padding:11px 12px 12px;border:1px solid rgba(245,238,199,.18);border-radius:8px;background:#07090b8a;box-shadow:0 10px 24px #0000003d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.region-gate-toggle{pointer-events:auto;width:74px;min-height:100%;border:1px solid rgba(245,238,199,.22);border-radius:8px;background:#07090b94;box-shadow:0 10px 24px #00000038;color:#f5eec7d1;padding:0 8px;font:800 11px/1.15 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer;text-shadow:none}.region-gate-toggle:hover,.region-gate-toggle[aria-expanded=true]{border-color:#f5eec76b;background:#f5eec71a;color:#f5eec7f5}.region-gate-dialog{pointer-events:auto;position:absolute;top:calc(100% + 10px);left:0;z-index:7;width:min(520px,calc(100vw - var(--cube-panel-w) - 32px));max-height:min(560px,calc(100vh - 160px));overflow:auto;border:1px solid rgba(245,238,199,.22);border-radius:8px;background:#07090bf0;box-shadow:0 22px 60px #0000007a;padding:14px;text-shadow:none}.region-gate-dialog[hidden]{display:none}.region-gate-dialog>header,.region-gate-group header{display:flex;justify-content:space-between;gap:12px}.region-gate-dialog h2,.region-gate-group h3,.region-gate-dialog p,.region-gate-group p{margin:0}.region-gate-dialog h2{color:#f5eec7f0;font:800 15px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.region-gate-dialog p,.region-gate-group p{color:#dedabe94;font:600 11px/1.35 Inter,ui-sans-serif,system-ui,sans-serif}.region-gate-dialog>header button{width:28px;height:28px;border:1px solid rgba(245,238,199,.24);border-radius:6px;background:#f5eec70f;color:#f5eec7c7;cursor:pointer}.region-gate-groups{display:grid;gap:14px;margin-top:14px}.region-gate-group{display:grid;gap:8px}.region-gate-group h3{color:#f5eec7e0;font:800 12px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.region-gate-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.region-gate-card{display:grid;gap:4px;min-height:104px;border:1px solid rgba(245,238,199,.16);border-radius:8px;background:#f5eec70e;color:#f5eec7d1;padding:10px;text-align:left;cursor:pointer}.region-gate-card:hover{border-color:#f5eec757;background:#f5eec71a}.region-gate-card-status,.region-gate-card small{color:#dedabe85;font:700 10px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.region-gate-card strong{color:#f5eec7f0;font:800 14px/1.15 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.region-gate-card span:not(.region-gate-card-status){color:#dedabead;font:600 11px/1.35 Inter,ui-sans-serif,system-ui,sans-serif}.explorer-position-line{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:5px;row-gap:2px;color:#f5eec7c7;font:600 12px/1.35 Inter,ui-sans-serif,system-ui,sans-serif;text-shadow:none}.explorer-position-line strong,.explorer-region-button{color:#f5eec7f5;font:800 16px/1.15 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:0}.explorer-region-button{border:0;background:transparent;padding:0;cursor:pointer;text-shadow:none}.explorer-region-button:hover,.explorer-region-button[aria-expanded=true]{color:#f5eec7;text-decoration:underline}.explorer-position-kicker{color:#f5eec79e}.explorer-position-floor{margin-left:4px;color:#f5eec7db;font-size:15px;font-weight:800}.explorer-position-coordinate{color:#f5eec77a;font:600 11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.explorer-address-slot{margin-top:10px}.explorer-position-panel .coordinate-controls{position:static;display:grid;justify-items:stretch;gap:6px;width:100%}.explorer-position-panel .coordinate-address-label{color:#f5eec77a;font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:0;text-transform:uppercase}.explorer-position-panel .coordinate-address-builder{width:100%;gap:5px;border-color:#f5eec73d;border-radius:8px;background:#f5eec712;padding:5px 7px}.explorer-position-panel .coordinate-address-builder b{color:#f5eec747;font-size:12px}.explorer-position-panel .coordinate-inputs input{height:24px;border:0;background:transparent;color:#f5eec7e0;padding:0 2px;font-size:12px}.explorer-position-panel .coordinate-inputs input::placeholder{color:#f5eec757}.explorer-position-panel .coordinate-address-builder:focus-within{border-color:#f5eec78f;background:#f5eec71a}.explorer-position-panel .coordinate-message{max-width:none;color:#f5eec794;font-size:10px;text-align:left}.explorer-position-panel .coordinate-controls>button{width:auto;height:28px;justify-self:start;border-radius:6px;padding:0 12px}.explorer-move-pad{pointer-events:auto;display:flex;align-items:center;gap:10px;width:max-content}.explorer-move-expanded{display:flex;align-items:center;gap:10px}.explorer-move-collapse,.explorer-joystick{display:none}.explorer-direction-pad{position:relative;width:104px;aspect-ratio:1;border:2px solid rgba(245,238,199,.72);border-radius:50%;background:linear-gradient(45deg,transparent 49%,rgba(245,238,199,.28) 50%,transparent 51%),linear-gradient(-45deg,transparent 49%,rgba(245,238,199,.28) 50%,transparent 51%),#07090b9e;box-shadow:0 8px 22px #00000057;overflow:hidden}.explorer-direction-pad button,.explorer-floor-rail button{border:0;background:transparent;color:#f5eec7e6;padding:0;font:700 15px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer;text-shadow:none}.explorer-direction-pad button{position:absolute;top:0;right:0;bottom:0;left:0}.explorer-direction-pad button:hover,.explorer-floor-rail button:hover{background:#f5eec724}.explorer-direction-pad button span{position:absolute;transform:translate(-50%,-50%)}.explorer-direction-pad [data-move-current=up]{clip-path:polygon(50% 50%,0 0,100% 0)}.explorer-direction-pad [data-move-current=up] span{top:22%;left:50%}.explorer-direction-pad [data-move-current=right]{clip-path:polygon(50% 50%,100% 0,100% 100%)}.explorer-direction-pad [data-move-current=right] span{top:50%;left:78%}.explorer-direction-pad [data-move-current=down]{clip-path:polygon(50% 50%,100% 100%,0 100%)}.explorer-direction-pad [data-move-current=down] span{top:78%;left:50%}.explorer-direction-pad [data-move-current=left]{clip-path:polygon(50% 50%,0 100%,0 0)}.explorer-direction-pad [data-move-current=left] span{top:50%;left:22%}.explorer-floor-rail{display:grid;width:22px;height:102px;border:1px solid rgba(245,238,199,.42);border-radius:999px;background:#07090ba3;box-shadow:0 8px 22px #00000047;overflow:hidden}.explorer-floor-rail button{min-height:0;font-size:10px}.explorer-floor-rail button+button{border-top:1px solid rgba(245,238,199,.28)}.explorer-controls{position:fixed;right:16px;bottom:16px;z-index:5;pointer-events:none}.explorer-controls>*{pointer-events:auto}.explorer-controls .hud-details-dialog,.explorer-controls .help-panel{position:absolute;right:0;left:auto;bottom:calc(100% + 8px);top:auto}.explorer-controls .view-control-dialog{right:0;left:auto}@media (max-width: 720px){:root{--cube-panel-w: 0px;--mobile-content-panel-h: min(35vh, 330px);--mobile-control-strip-h: 94px;--mobile-stage-h: calc(100vh - var(--mobile-content-panel-h) - var(--mobile-control-strip-h))}.cube-panel{top:var(--mobile-stage-h);right:0;bottom:var(--mobile-control-strip-h);width:auto;height:auto;padding:0;overflow:visible;background:transparent;border-right:0;border-top:0;border-bottom:0}canvas{left:0;top:0;width:100vw;height:var(--mobile-stage-h)}.explorer-location{left:12px;right:calc(max(12px,env(safe-area-inset-right)) + 92px);top:max(6px,env(safe-area-inset-top));z-index:95;gap:0}.explorer-position-panel{min-width:0;width:fit-content;max-width:100%;padding:9px 10px;border:1px solid rgba(245,238,199,.18);border-radius:8px;background:#07090b8a;box-shadow:0 10px 24px #0000003d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.explorer-position-row{align-items:start;justify-items:start;max-width:none}.explorer-address-slot,.region-gate-toggle.is-desktop-region-gate{display:none}.explorer-position-line{min-width:0;align-items:center;column-gap:4px;row-gap:2px;white-space:normal;overflow:hidden}.explorer-position-kicker,.explorer-position-line>span:not(.explorer-position-floor):not(.explorer-position-coordinate){font-size:11px}.explorer-region-button,.explorer-position-floor{min-width:0;overflow:hidden;text-overflow:ellipsis;font-size:13px}.explorer-position-coordinate{flex:0 0 100%;min-width:max-content;font-size:10px}.region-gate-toggle{width:68px}.region-gate-dialog{width:calc(100vw - 32px)}.region-gate-cards{grid-template-columns:1fr}.explorer-move-pad{position:fixed;left:0;right:auto;bottom:0;z-index:90;display:grid;grid-template-columns:46px minmax(58px,1fr) 46px;align-items:center;justify-items:center;width:100%;min-height:var(--mobile-control-strip-h);padding:10px max(18px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));border-top:1px solid rgba(245,238,199,.54);border-radius:0;background:#07090be6;box-shadow:0 -14px 34px #0000006b;transform:none;touch-action:manipulation}.explorer-move-expanded{display:contents}.explorer-move-collapse{display:none}.explorer-joystick,.explorer-move-pad.is-collapsed .explorer-joystick{position:relative;display:block;grid-column:2;grid-row:1;width:66px;aspect-ratio:1;border:2px solid rgba(245,238,199,.58);border-radius:50%;background:#101316;touch-action:none}.explorer-joystick-dot{position:absolute;left:50%;top:50%;width:15px;height:15px;border:2px solid rgba(7,9,11,.9);border-radius:50%;background:#f5eec7;box-shadow:0 4px 14px #0000006b;transform:translate(-50%,-50%);pointer-events:none}.explorer-direction-pad{display:none}.explorer-floor-rail{display:contents}.explorer-floor-rail button{display:grid;place-items:center;width:46px;height:46px;border:1px solid rgba(245,238,199,.28);border-radius:50%;background:#101316;box-shadow:0 8px 22px #00000052;color:#f5eec7eb;font-size:13px}.explorer-floor-rail [data-move-current=z-down]{grid-column:1;grid-row:1}.explorer-floor-rail [data-move-current=z-up]{grid-column:3;grid-row:1}.explorer-controls{display:none}.auth-status{top:max(6px,env(safe-area-inset-top));right:max(12px,env(safe-area-inset-right));z-index:96;display:flex;width:82px;justify-content:flex-end;pointer-events:auto}.auth-status>button{width:82px;min-height:38px;border:0;white-space:nowrap}.auth-profile-button{width:38px;min-width:38px;height:38px;justify-content:center;padding:4px;border-radius:999px}.auth-profile-button span{display:none}.auth-profile-button img{width:28px;height:28px}}.auth-status{position:fixed;top:16px;right:16px;z-index:4;display:inline-flex;align-items:center;gap:8px;max-width:min(320px,calc(100vw - 32px));color:#f5eec7d6;font:700 12px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}body.is-content-create-open .auth-status,body.is-content-create-open .coordinate-controls{display:none}.auth-status span,.auth-profile-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.auth-status button,.auth-dialog button{min-height:34px;border:1px solid rgba(245,238,199,.42);background:#07090bc7;color:#f5eec7f0;font:700 12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.auth-profile-button{display:inline-flex;align-items:center;gap:8px;max-width:min(280px,calc(100vw - 32px));padding:4px 10px 4px 4px}.auth-profile-button img{width:28px;height:28px;border:1px solid rgba(245,238,199,.28);border-radius:50%;object-fit:cover}.auth-status button:hover,.auth-dialog button:hover{border-color:#f5eec7d1}.auth-status button:disabled,.auth-dialog button:disabled{cursor:wait;opacity:.56}.my-content-cubes{width:100%;max-height:min(420px,calc((100vh - 152px)*.58));overflow:auto;border:1px solid rgba(245,238,199,.24);background:#07090bc7;color:#f5eec7e6;padding:12px;box-shadow:0 18px 40px #00000052}.my-content-cubes header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.my-content-cubes header p{margin:0 0 2px;color:#dedabe9e;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.my-content-cubes header strong{color:#f5eec7f5;font:700 18px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.my-content-cubes header button{width:34px;height:34px;border:1px solid rgba(245,238,199,.38);background:#07090bb3;color:#f5eec7e6;font:700 16px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.my-content-cubes header button:disabled{cursor:wait;opacity:.56}.my-content-message{margin:8px 0 0;color:#dedabead;font:12px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.my-content-cubes ol{display:grid;gap:6px;margin:0;padding:0;list-style:none}.my-content-cubes li{min-width:0}.my-content-cubes li button{display:grid;gap:3px;width:100%;min-height:58px;border:1px solid rgba(245,238,199,.18);background:#0c0e10b8;color:#f5eec7eb;padding:8px;text-align:left;cursor:pointer}.my-content-cubes li button:hover{border-color:#f5eec775;background:#f5eec71a}.my-content-title,.my-content-address,.my-content-coordinate{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-content-title{font-size:13px;font-weight:700}.my-content-address,.my-content-coordinate{color:#dedabea8;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.auth-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:grid;place-items:center;padding:16px;background:#00000094}.auth-dialog{width:min(420px,100%);border:1px solid rgba(245,238,199,.24);background:#080a0cf5;color:#f5eec7f0;padding:18px;box-shadow:0 28px 80px #0000008a}.auth-dialog header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.auth-dialog header p{margin:0 0 4px;color:#dedabea3;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.auth-dialog h1{margin:0;font-size:20px;line-height:1.25}.auth-dialog header button{width:34px;padding:0;font-size:20px}.auth-provider-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:14px}.auth-form{display:grid;gap:10px}.auth-form label{display:grid;gap:4px}.auth-form span{color:#dedabeb8;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.auth-form input{width:100%;height:38px;border:1px solid rgba(245,238,199,.28);background:#0c0e10db;color:#f5eec7f0;padding:0 10px;font:13px/1.4 Inter,ui-sans-serif,system-ui,sans-serif;outline:none}.auth-form input:focus{border-color:#f5eec7bd}.auth-form input:disabled{opacity:.62}.auth-message{margin:12px 0 0;color:#dedabeb8;font:12px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.profile-screen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;overflow:auto;background:#050604;color:#f5eec7f0;padding:clamp(18px,4vw,44px)}.profile-screen-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;max-width:920px;margin:0 auto 22px}.profile-screen-header p{margin:0 0 5px;color:#dedabea3;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.profile-screen-header h1{margin:0;font-size:clamp(28px,4vw,44px);line-height:1.05}.profile-screen button,.profile-form input,.profile-form textarea{border:1px solid rgba(245,238,199,.32);background:#0c0e10db;color:#f5eec7f0}.profile-screen button{min-height:38px;padding:0 14px;font:700 12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.profile-screen button:disabled{cursor:wait;opacity:.58}.profile-form{display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:18px;max-width:920px;margin:0 auto}.profile-section{display:grid;gap:12px;border:1px solid rgba(245,238,199,.18);background:#07090bb8;padding:16px}.profile-section h2{margin:0;font-size:16px}.profile-identity{align-content:start}.profile-identity img{width:132px;height:132px;border:1px solid rgba(245,238,199,.3);border-radius:50%;object-fit:cover}.profile-form label{display:grid;gap:5px}.profile-form label span{color:#dedabeb3;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.profile-form input,.profile-form textarea{width:100%;padding:9px 10px;font:14px/1.4 Inter,ui-sans-serif,system-ui,sans-serif;outline:none}.profile-form textarea{resize:vertical}.profile-image-input input{padding:8px}.profile-social-section{align-content:start}.social-link-picker{display:grid;gap:10px}.social-link-add{justify-self:start}.social-link-chips{display:flex;flex-wrap:wrap;gap:8px}.social-link-chips button{min-height:30px;border-radius:999px;padding:0 11px;color:#f5eec7d1}.social-link-chips button.is-active{border-color:#f5eec7c7;background:#f5eec729;color:#f5eec7fa}.social-link-input div{display:flex;align-items:stretch;min-width:0}.social-link-input strong{display:inline-flex;align-items:center;max-width:158px;border:1px solid rgba(245,238,199,.32);border-right:0;background:#f5eec71a;color:#dedabebd;padding:0 10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font:12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.social-link-input strong+input{min-width:0}.social-link-list{display:grid;gap:8px}.social-link-list p{margin:0;color:#dedabe94;font:12px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.social-link-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;border:1px solid rgba(245,238,199,.18);background:#0c0e10b3;padding:8px}.social-link-item a{display:grid;min-width:0;color:#f5eec7eb;text-decoration:none}.social-link-item a span,.social-link-item a strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.social-link-item a span{color:#dedabe9e;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.social-link-item a strong{font:700 13px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.social-link-item button{min-height:30px;padding:0 10px}.profile-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;display:grid;place-items:center;padding:18px;background:#0000009e}.profile-dialog{display:grid;gap:16px;width:min(460px,100%);border:1px solid rgba(245,238,199,.24);background:#080a0cfa;padding:18px;box-shadow:0 28px 80px #0000008a}.profile-dialog header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.profile-dialog header p{margin:0 0 4px;color:#dedabea3;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.profile-dialog h2{margin:0;font-size:22px;line-height:1.1}.profile-dialog-actions{display:flex;gap:10px;justify-content:flex-end}.profile-message{grid-column:1 / -1;margin:0;color:#dedabeb8;font:12px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.profile-actions{grid-column:1 / -1;display:flex;gap:10px;justify-content:flex-end}.my-page{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;overflow:auto;background:linear-gradient(#050604eb,#050604fa),#050604;color:#f5eec7f0;padding:clamp(18px,4vw,44px)}.my-page-header,.my-page-tabs,.my-page-tab-panel{width:min(1040px,100%);margin-inline:auto}.my-page-header{display:grid;gap:16px;margin-bottom:18px}.my-page-summary{display:grid;grid-template-columns:92px minmax(0,1fr);align-items:center;gap:18px;min-height:124px;border:1px solid rgba(245,238,199,.2);background:#07090bc7;padding:16px}.my-page-summary img{width:92px;height:92px;border:1px solid rgba(245,238,199,.34);border-radius:50%;object-fit:cover}.my-page-summary p,.my-page-list-header p{margin:0 0 5px;color:#dedabea3;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.my-page-summary h1{min-width:0;margin:0;overflow-wrap:anywhere;font-size:clamp(30px,5vw,52px);line-height:1}.my-page-bio{max-width:720px;margin:10px 0 0;color:#f5eec7c7;font:14px/1.55 Inter,ui-sans-serif,system-ui,sans-serif;overflow-wrap:anywhere;text-transform:none}.my-page-social-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.my-page-social-links a{display:inline-grid;gap:3px;min-width:0;max-width:220px;border:1px solid rgba(245,238,199,.2);background:#0c0e10b8;color:#f5eec7e6;padding:7px 9px;text-decoration:none}.my-page-social-links a:hover{border-color:#f5eec794;background:#f5eec71a}.my-page-social-links span,.my-page-social-links strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-page-social-links span{color:#dedabe94;font:10px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.my-page-social-links strong{font:700 12px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.my-page-actions{display:flex;justify-content:flex-end;gap:10px}.my-page button{min-height:38px;border:1px solid rgba(245,238,199,.32);background:#0c0e10db;color:#f5eec7f0;padding:0 14px;font:700 12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.my-page button:hover{border-color:#f5eec7b3}.my-page button:disabled{cursor:wait;opacity:.58}.my-page-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px}.my-page-tabs button{min-width:0;overflow-wrap:anywhere;text-transform:uppercase}.my-page-tabs button.is-active{border-color:#f5eec7c2;background:#f5eec729}.my-page-tab-panel{min-height:360px}.my-page .my-content-cubes,.my-page .my-footprints,.my-page-list{width:100%;max-height:none;overflow:visible;border:1px solid rgba(245,238,199,.2);background:#07090bc7;color:#f5eec7e6;padding:16px;box-shadow:none}.my-page-list-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.my-page-list-header strong{color:#f5eec7f5;font:700 18px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.my-reaction-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.my-reaction-list li{display:grid;gap:8px;min-width:0;border:1px solid rgba(245,238,199,.18);background:#0c0e10b8;padding:10px}.my-reaction-list p{margin:0;color:#f5eec7e6;font:13px/1.45 Inter,ui-sans-serif,system-ui,sans-serif;overflow-wrap:anywhere}.my-reaction-meta,.my-reaction-cube{display:flex;min-width:0;justify-content:space-between;gap:12px;color:#dedabe9e;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.my-reaction-meta strong,.my-reaction-cube span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-reaction-meta strong{color:#f5eec7e6}.my-discovery-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.my-discovery-list li{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;min-width:0;border:1px solid rgba(245,238,199,.18);background:#0c0e10b8;padding:10px}.my-discovery-list img{width:32px;height:32px}.my-discovery-body{display:grid;gap:3px;min-width:0}.my-discovery-body strong,.my-discovery-body span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.my-discovery-body strong{color:#f5eec7eb;font:700 13px/1.35 Inter,ui-sans-serif,system-ui,sans-serif}.my-discovery-body span{color:#dedabea8;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}@media (max-width: 760px){.profile-form{grid-template-columns:1fr}.my-page{padding:14px}.my-page-summary{grid-template-columns:68px minmax(0,1fr);gap:12px;min-height:92px;padding:12px}.my-page-summary img{width:68px;height:68px}.my-page-social-links a{max-width:100%}.my-page-actions{justify-content:stretch}.my-page-actions button{flex:1}.my-page-tabs{grid-template-columns:1fr}.my-reaction-meta,.my-reaction-cube{display:grid;gap:4px}}.hud{position:fixed;left:16px;top:16px;z-index:2;color:#dedabec2;font:12px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;pointer-events:none;text-shadow:0 2px 10px rgba(0,0,0,.7)}.hud strong{display:block;margin:2px 0 8px;color:#f5eec7e6;font-size:20px;font-weight:500}.hud-actions{display:flex;align-items:center;gap:8px;pointer-events:auto}.hud button{pointer-events:auto;min-height:30px;border:1px solid rgba(245,238,199,.32);background:#07090bb8;color:#f5eec7eb;padding:0 10px;font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.hud button:hover{background:#f5eec724}.hud-details-dialog{position:absolute;left:0;top:calc(100% + 8px);z-index:3;min-width:260px;border:1px solid rgba(245,238,199,.24);background:#07090be6;padding:10px;box-shadow:0 18px 40px #00000057}.hud-details-dialog[hidden]{display:none}.hud-details{margin:0}.content-panel{position:fixed;top:72px;left:16px;z-index:3;width:min(360px,calc(100vw - 32px));max-height:calc(100vh - 246px);overflow:auto;border-left:3px solid var(--content-color, #73b7ff);background:#07090bc7;padding:8px 16px 16px;color:#f5eec7eb;box-shadow:0 18px 40px #00000052}.content-panel[hidden]{display:none}.content-coordinate{color:var(--content-color, #73b7ff);font:12px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-address{display:flex;align-items:baseline;gap:8px;margin-top:2px;color:#f5eec7e0;font:700 13px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-address-word{font-size:26px;letter-spacing:0}.content-address-dash{padding:0 5px;color:#f5eec794;font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:500}.content-address-menu-button{min-width:28px;height:24px;margin-left:auto;border:0;background:transparent;color:#f5eec79e;font:700 18px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.content-address-menu-button:hover{color:#f5eec7eb}.content-address-section{position:relative}.content-address-menu{position:absolute;top:36px;right:0;z-index:8;min-width:116px;border:1px solid rgba(245,238,199,.22);background:#0a0c0ef5;box-shadow:0 14px 28px #0000005c;padding:6px}.content-address-menu button{display:block;width:100%;min-height:30px;border:0;background:transparent;color:#f5eec7e0;font:700 12px/1.2 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:left;cursor:pointer}.content-address-menu button:hover{background:#f5eec71a}.content-panel-section{padding:0 0 12px;border-bottom:1px solid rgba(245,238,199,.14)}.content-panel-section+.content-panel-section,.content-create-slot{margin-top:12px}.content-address-section+.content-summary-section{margin-top:36px}.content-summary-section{padding-bottom:0;border-bottom:0}.content-empty-section+.content-footprint-list-section{margin-top:4em}.content-summary-section+.content-footprint-list-section{margin-top:34px;padding-top:14px}.content-panel-section h2{margin:0 0 7px;color:#f5eec7c7;font:700 11px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.content-footprint-heading{margin-bottom:8px}.content-footprint-heading h2{display:flex;align-items:baseline;gap:7px;margin:0}.content-footprint-coordinate{color:#dedabe75;font:700 10px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:0}.content-footprint-title{color:#f5eec7c7;font:800 11px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:0;text-transform:none}.content-panel h1{margin:6px 0 12px;font-size:22px;line-height:1.22;font-weight:700}.content-author{display:flex;align-items:center;gap:8px;margin:0 0 10px;color:#f5eec7c7;font:700 12px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-author-name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.content-author-time{display:inline-block;min-width:max-content;margin-left:2px;color:#f5eec773;font:600 11px/1.25 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.content-author img,.content-reaction-row img,.my-discovery-list img{width:26px;height:26px;flex:0 0 auto;border:1px solid rgba(245,238,199,.24);border-radius:50%;object-fit:cover;background:#00000047}.content-panel p{margin:0;color:#dedabebd;font-size:13px;line-height:1.5}.content-summary-body{margin-top:18px}.content-summary-more{display:inline;margin-left:5px;border:0;background:none;color:#f5eec7eb;padding:0;font:800 12px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-decoration:underline;text-underline-offset:3px;cursor:pointer}.content-summary-more.is-standalone{display:inline-flex;width:max-content;margin:10px 0 0}.content-preview-image-button{position:relative;display:inline-grid;place-items:center;width:min(100%,var(--content-image-preview-max-width, 560px));max-width:100%;height:var(--content-image-preview-height, clamp(190px, 28vh, 260px));min-height:var(--content-image-preview-min-frame-height, 10vh);margin:10px auto 0;overflow:hidden;border:1px solid rgba(245,238,199,.2);background:#00000052;padding:0;cursor:zoom-in}.content-preview-image-button.opens-detail{cursor:pointer}.content-preview-image-surface{display:grid;place-items:center;width:100%;height:100%;border:0;background:transparent;padding:0;cursor:inherit}.content-preview-image-count{position:absolute;top:7px;right:7px;min-width:38px;min-height:18px;border:1px solid rgba(245,238,199,.28);border-radius:999px;background:#07090bb8;color:#f5eec7eb;padding:0 8px;font:800 10px/18px ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-align:center;pointer-events:none}.content-preview-image-nav{position:absolute;top:50%;width:30px;height:44px;border:0;background:transparent;color:#f5eec7e6;padding:0;font:800 30px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-shadow:0 2px 7px rgba(0,0,0,.92);transform:translateY(-50%);cursor:pointer}.content-preview-image-nav.is-previous{left:7px}.content-preview-image-nav.is-next{right:7px}.content-preview-image-nav:disabled{cursor:default;opacity:.28}.content-preview-image{display:block;width:100%;height:100%;border:0;object-fit:cover;object-position:center}.content-preview-image.is-height-fit{width:auto;max-width:100%;height:100%;object-fit:contain}.content-preview-image-unavailable{display:grid;place-items:center;width:min(100%,var(--content-image-preview-max-width, 560px));aspect-ratio:4 / 3;margin:10px auto 0;border:1px solid rgba(245,238,199,.2);background:#00000052;color:#dedabe9e;font:700 12px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.content-image-gallery-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;display:grid;place-items:center;background:#000000b8;padding:24px}.content-image-gallery-dialog{position:relative;display:grid;place-items:center;width:min(var(--content-image-gallery-dialog-width, 920px),calc(100vw - 48px));max-height:calc(100vh - 48px);border:1px solid rgba(245,238,199,.22);background:#07090bf5;box-shadow:0 30px 80px #00000094;padding:22px}.content-image-gallery-dialog img,.content-image-gallery-unavailable{display:block;width:auto;max-width:min(100%,var(--content-image-gallery-max-width, 860px));max-height:var(--content-image-gallery-max-height, 25vh);height:auto;object-fit:contain;object-position:center}.content-image-gallery-unavailable{display:grid;place-items:center;aspect-ratio:16 / 9;border:1px solid rgba(245,238,199,.2);background:#00000052;color:#dedabe9e;font:700 12px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.content-image-gallery-close,.content-image-gallery-nav{position:absolute;border:1px solid rgba(245,238,199,.28);background:#07090bb8;color:#f5eec7e6;cursor:pointer}.content-image-gallery-close{top:12px;right:12px;width:32px;height:32px}.content-image-gallery-count{position:absolute;top:14px;right:54px;color:#f5eec7db;font:800 12px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-image-gallery-nav{top:50%;width:38px;height:56px;transform:translateY(-50%);font:800 34px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-image-gallery-nav.is-previous{left:12px}.content-image-gallery-nav.is-next{right:12px}.content-footprint-delete-button{margin-top:10px;min-height:28px;border:1px solid rgba(245,238,199,.32);background:#f5eec714;color:#f5eec7eb;padding:0 10px;font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.content-engagement-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:3em;padding:10px 0;border-top:1px solid rgba(245,238,199,.16);border-bottom:1px solid rgba(245,238,199,.16);color:#dedabead;font:700 11px/1.25 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-engagement-metrics{display:flex;flex-wrap:wrap;gap:8px 12px;min-width:0}.content-engagement-strip>span{flex:0 0 auto;color:#dedabe85}.content-engagement-strip>span.is-bookmarked{color:#f5eec7e6}.content-summary-more:hover{color:#fffffffa}.content-footprint-delete-button:hover{background:#f5eec726}.content-footprint-delete-button{margin-left:8px;color:#ffbaa6e6}.content-footprint-delete-button:disabled{cursor:wait;opacity:.58}.content-empty-message{margin:6px 0 0;color:#dedabead;font-size:12px}.content-empty-section{display:grid;gap:12px}.content-empty-title{color:#f5eec7e0;font:700 13px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-empty-title span{color:#dedabe7a;font-weight:600}.content-create-invitation,.content-create-blocked{margin:-2px 0 0;color:#dedabea3;font:600 12px/1.45 Inter,ui-sans-serif,system-ui,sans-serif}.content-create-blocked{border:1px solid rgba(245,238,199,.16);background:#f5eec70e;color:#dedabeb3;padding:9px 10px}.content-video{margin-top:14px;aspect-ratio:16 / 9;width:100%;border:1px solid rgba(245,238,199,.24);background:#0000005c}.content-video iframe{display:block;width:100%;height:100%}.content-audio{margin-top:14px}.content-audio audio{display:block;width:100%;min-height:42px;border:1px solid rgba(245,238,199,.24);border-radius:8px;background:#0000005c}.content-link{display:inline-flex;align-items:center;min-height:32px;margin-top:10px;color:var(--content-color, #73b7ff);font-size:12px;font-weight:700;text-decoration:none}.content-link:hover{text-decoration:underline}.content-create-panel{width:100%;margin-top:12px;color:#f5eec7e6}.content-create-panel.is-open{position:fixed;top:0;right:0;bottom:0;left:0;z-index:70;width:100vw;max-height:none;overflow:auto;border-left:0;background:radial-gradient(circle at 68% 42%,rgba(245,238,199,.08),transparent 28%),#07090bf7;padding:28px}@media (max-width: 760px){.content-create-panel.is-open{top:0;right:0;bottom:0;left:0;width:100vw;max-height:none;padding:18px}}.content-create-panel[hidden],.content-create-form[hidden],.content-create-toggle[hidden]{display:none}.content-create-toggle{min-height:34px;border:1px solid rgba(245,238,199,.42);background:#07090bc7;color:#f5eec7f0;font:700 12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.content-create-toggle{width:100%}.content-create-toggle:disabled{cursor:not-allowed;opacity:.48}.content-create-submit{display:inline-flex;align-items:center;justify-content:center;gap:7px}.content-create-submit.is-loading:before{content:"";width:13px;height:13px;border:2px solid rgba(245,238,199,.28);border-top-color:#f5eec7f0;border-radius:50%;animation:content-create-spin .8s linear infinite}@keyframes content-create-spin{to{transform:rotate(360deg)}}.content-create-form{display:grid;gap:18px;place-items:center;min-height:calc(100vh - 56px)}.content-create-panel:not(.is-open) .content-create-form{min-height:0}.content-create-workspace{display:grid;grid-template-columns:minmax(0,540px) minmax(320px,420px);gap:28px;align-items:center;justify-content:center;width:min(1040px,100%);min-height:0;margin:auto}.content-create-fields{width:100%;min-width:0;align-self:center;background:#0c0e109e;padding:18px}.content-create-fields section{display:grid;gap:10px}.content-create-fields section[hidden]{display:none}.content-create-help{margin:0;color:#dedabe9e;font:12px/1.45 Inter,ui-sans-serif,system-ui,sans-serif}.content-field-error{margin:0;color:#ffb4a2e0;font:700 11px/1.35 Inter,ui-sans-serif,system-ui,sans-serif;font-style:normal}.content-step-actions{display:grid;grid-template-columns:auto minmax(120px,180px);gap:10px;align-items:center;margin-top:8px}.content-step-actions button:not(.content-create-back-text),.content-step-actions .content-create-submit{min-height:36px;border:1px solid rgba(245,238,199,.42);background:#07090bc7;color:#f5eec7f0;font:700 12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.content-create-back-text{justify-self:start;min-height:28px;border:0;background:transparent;color:#dedabe9e;padding:0;font:700 12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.content-create-back-text:hover{color:#f5eec7eb;text-decoration:underline}.content-address-builder{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px}.content-address-builder b{justify-self:center;color:#f5eec757;font:700 14px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-address-builder input{min-width:0;text-align:center;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-create-preview{display:grid;align-content:center;justify-items:center;gap:12px;min-width:0;min-height:100%;border:0;background:transparent;padding:28px;overflow:hidden}.content-create-preview-wrap{position:relative;min-width:0}.content-preview-controls{position:absolute;top:18px;right:18px;z-index:2;display:grid;justify-items:end;gap:8px}.content-preview-color-field{display:grid;justify-items:end;gap:5px}.content-preview-color-field input[type=color]{width:34px;height:28px;border:1px solid rgba(245,238,199,.28);background:#07090b94;padding:3px}.content-create-preview-stage{display:grid;place-items:center;width:min(360px,80vw);aspect-ratio:1;margin:8px 0 12px;perspective:900px}.content-create-preview-cube{position:relative;width:160px;height:160px;transform-style:preserve-3d;animation:content-create-cube-rotate 16s linear infinite}.cube-face{position:absolute;top:0;right:0;bottom:0;left:0;border:2px solid rgba(245,238,199,.5);background:linear-gradient(135deg,#ffffff3d,#ffffff0a 46%,#0000002e),var(--preview-cube-texture, none),var(--preview-cube-color, #73b7ff);background-size:auto,cover,auto;background-position:center;box-shadow:inset 0 0 36px #00000038;opacity:.92}.cube-face-front{transform:translateZ(80px)}.cube-face-back{transform:rotateY(180deg) translateZ(80px)}.cube-face-right{transform:rotateY(90deg) translateZ(80px)}.cube-face-left{transform:rotateY(-90deg) translateZ(80px)}.cube-face-top{transform:rotateX(90deg) translateZ(80px)}.cube-face-bottom{transform:rotateX(-90deg) translateZ(80px)}@keyframes content-create-cube-rotate{0%{transform:rotateX(-18deg) rotateY(0)}to{transform:rotateX(-18deg) rotateY(360deg)}}.content-create-preview-coordinate{color:#f5eec7db;font:700 14px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-create-preview strong{max-width:420px;overflow-wrap:anywhere;text-align:center;font-size:22px;line-height:1.25}.content-create-preview>span{color:#f5eec79e;font:11px/1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-create-preview p{max-width:460px;margin:0;color:#dedabeb8;text-align:center;font-size:13px;line-height:1.45}.content-create-preview dl{display:grid;gap:6px;margin:2px 0 0;width:min(420px,100%)}.content-create-preview dl div{display:grid;grid-template-columns:64px minmax(0,1fr);gap:8px}.content-create-preview dt,.content-create-preview dd{margin:0;font:11px/1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-create-preview dt{color:#dedabe7a}.content-create-preview dd{overflow-wrap:anywhere;color:#f5eec7d1}.content-preview-meta-stack{display:grid;justify-items:center;row-gap:5px;width:min(360px,100%);margin:-4px auto 0;text-align:center}.content-preview-region-text{color:#dedabe9e;font:800 11px/1.25 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:0;text-transform:uppercase}.content-preview-address-text{display:flex;flex-wrap:wrap;justify-content:center;gap:0;max-width:100%;color:#f5eec7e0;font:800 16px/1.22 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;letter-spacing:0}.content-preview-address-text span{display:inline-flex;align-items:baseline}.content-preview-address-text b{font:inherit;overflow-wrap:anywhere}.content-preview-address-text i{margin:0 5px;color:#dedabe75;font-style:normal}.content-preview-access-chip{max-width:100%;margin-top:7px;overflow-wrap:anywhere;border:1px solid rgba(245,238,199,.22);border-radius:999px;background:#f5eec713;color:#f5eec7d1;padding:5px 9px;font:700 11px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}@media (max-width: 920px){.content-create-workspace{grid-template-columns:1fr}.content-create-preview-stage{width:min(260px,72vw)}.content-create-preview-cube{width:120px;height:120px}.cube-face-front{transform:translateZ(60px)}.cube-face-back{transform:rotateY(180deg) translateZ(60px)}.cube-face-right{transform:rotateY(90deg) translateZ(60px)}.cube-face-left{transform:rotateY(-90deg) translateZ(60px)}.cube-face-top{transform:rotateX(90deg) translateZ(60px)}.cube-face-bottom{transform:rotateX(-90deg) translateZ(60px)}}.content-create-form label{display:grid;gap:4px}.content-create-form span{color:#dedabeb8;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.content-create-form .content-create-preview>span{color:#f5eec79e;font:11px/1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:none}.content-step-actions button:disabled{cursor:wait;opacity:.62}.content-create-form input,.content-create-form textarea,.content-create-form select{width:100%;border:1px solid rgba(245,238,199,.28);border-radius:0;background:#0c0e10db;color:#f5eec7f0;font:13px/1.4 Inter,ui-sans-serif,system-ui,sans-serif;outline:none}.content-template-label{display:inline-flex;width:fit-content;margin:4px 0 8px;border:1px solid rgba(245,238,199,.24);padding:4px 7px;color:#f5eec7c7;font:700 10px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.content-gate-hint{color:#f5eec7b8;font-size:12px}.content-unlock-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-top:10px}.content-unlock-form input{min-width:0;border:1px solid rgba(245,238,199,.28);background:#0c0e10db;color:#f5eec7f0;padding:0 9px;font:13px/1.4 Inter,ui-sans-serif,system-ui,sans-serif;outline:none}.content-unlock-form button{min-height:34px;border:1px solid rgba(245,238,199,.42);background:#07090bc7;color:#f5eec7f0;font:700 12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.content-unlock-message{margin:8px 0 0;color:#dedabeb8;font:12px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-create-form input,.content-create-form select{height:34px;padding:0 9px}.content-create-form input[type=color]{padding:3px}.content-create-form textarea{resize:none;min-height:76px;overflow:hidden;padding:8px 9px}.content-create-form input:focus,.content-create-form textarea:focus,.content-create-form select:focus{border-color:#f5eec7bd}.content-image-thumbnails{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.content-image-dropzone{display:grid;gap:12px;min-height:94px;border:1px dashed rgba(245,238,199,.32);background:#f5eec70b;padding:12px}.content-image-dropzone-header{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0}.content-image-dropzone.is-active{border-color:#f5eec7bd;background:#f5eec717}.content-image-dropzone input{display:none}.content-image-dropzone p{margin:5px 0 0;color:#dedabe9e;font:12px/1.4 Inter,ui-sans-serif,system-ui,sans-serif}.content-image-dropzone.has-images{min-height:0}.content-image-dropzone .content-image-thumbnails{margin-top:2px}.content-image-dropzone button,.content-text-toggle{min-height:32px;border:1px solid rgba(245,238,199,.3);background:#07090b94;color:#f5eec7e6;padding:0 11px;font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.content-image-dropzone button:disabled{cursor:wait;opacity:.62}.content-text-toggle{width:max-content;max-width:100%;min-height:28px}.content-image-thumbnails[hidden]{display:none}.content-image-thumbnail{position:relative;display:grid;gap:5px;min-width:0;margin:0;cursor:grab}.content-image-thumbnail.is-dragging{opacity:.5}.content-image-thumbnail:active{cursor:grabbing}.content-image-delete{position:absolute;top:5px;right:5px;z-index:1;display:grid;place-items:center;width:22px;height:22px;border:1px solid rgba(245,238,199,.5);border-radius:50%;background:#07090bc7;color:#f5eec7f5;font:700 13px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.content-image-thumbnail img{width:100%;aspect-ratio:1;object-fit:cover;border:1px solid rgba(245,238,199,.24);background:#07090b94}.content-image-thumbnail.is-primary img{border-color:#7ad7a6d1}.content-image-thumbnail figcaption{overflow:hidden;color:#dedabe9e;font:10px/1.25 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-overflow:ellipsis;white-space:nowrap}.content-color-divider{width:100%;border:0;border-top:1px solid rgba(245,238,199,.18);margin:2px 0}.content-create-message{margin:8px 0 0;color:#dedabead;font:12px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-create-message:empty{display:none}.content-footprint-form-actions button,.content-footprint-submit,.content-create-confirm-dialog button,.content-edit-dialog button,.content-footprint-dialog button,.closed-floor-dialog button{min-height:34px;border:1px solid rgba(245,238,199,.42);background:#07090bc7;color:#f5eec7f0;font:700 12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.content-footprint-form-actions button:disabled,.content-footprint-submit:disabled{cursor:wait;opacity:.58}.content-edit-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:16px;background:#00000094}.content-create-confirm-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:73;display:grid;place-items:center;padding:16px;background:#00000094}.content-edit-dialog[hidden]{display:none}.content-footprint-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:31;display:grid;place-items:center;padding:16px;background:#00000094}.content-footprint-dialog[hidden]{display:none}.closed-floor-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:72;display:grid;place-items:center;padding:16px;background:#00000094}.closed-floor-dialog[hidden]{display:none}.content-edit-dialog-panel,.content-create-confirm-dialog-panel,.content-footprint-dialog-panel,.closed-floor-dialog-panel{width:min(420px,100%);border:1px solid rgba(245,238,199,.24);background:#080a0cf5;color:#f5eec7f0;padding:18px;box-shadow:0 24px 64px #00000080}.content-edit-dialog header,.content-footprint-dialog header,.closed-floor-dialog header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.content-edit-dialog h2,.content-create-confirm-dialog h2,.content-footprint-dialog h2,.closed-floor-dialog h2{margin:0;font-size:19px}.content-create-confirm-dialog p{margin:10px 0 16px;color:#dedabec7;font-size:14px;line-height:1.5}.content-create-confirm-actions{display:flex;justify-content:flex-end;gap:8px}.closed-floor-dialog p{margin:0 0 16px;color:#dedabec7;font-size:14px;line-height:1.5}.closed-floor-dialog-actions{display:flex;justify-content:flex-end}.content-edit-dialog-panel .content-edit-form,.content-footprint-dialog-panel .content-footprint-form{display:grid;gap:10px}.content-edit-dialog-panel .content-edit-form label{display:grid;gap:4px}.content-edit-form span{color:#dedabeb8;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.content-edit-form input,.content-edit-form textarea,.content-edit-form select,.content-footprint-form textarea{width:100%;border:1px solid rgba(245,238,199,.28);border-radius:0;background:#0c0e10db;color:#f5eec7f0;font:13px/1.4 Inter,ui-sans-serif,system-ui,sans-serif;outline:none}.content-edit-form input,.content-edit-form select,.content-footprint-form textarea,.content-create-form textarea{padding:8px 9px}.content-edit-form input[type=color]{padding:3px;height:34px}.content-edit-form input:focus,.content-edit-form textarea:focus,.content-edit-form select:focus,.content-footprint-form textarea:focus,.content-create-form textarea:focus,.content-create-form input:focus,.content-create-form select:focus{border-color:#f5eec7bd}.content-edit-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.content-edit-message,.content-footprint-message{margin:8px 0 0;color:#dedabeb8;font:12px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-edit-submit.is-loading:before,.content-create-submit.is-loading:before,.content-footprint-submit.is-loading:before{content:"";width:13px;height:13px;border:2px solid rgba(245,238,199,.28);border-top-color:#f5eec7f0;border-radius:50%;animation:content-create-spin .8s linear infinite;display:inline-block}.content-footprint-form textarea{min-height:72px;resize:vertical}.content-footprint-counter{justify-self:end;color:#dedabe9e;font:11px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-footprint-form-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.content-footprint-inline-form{display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:8px;align-items:center;min-height:32px;margin:8px 0 10px}.content-footprint-inline-form img{display:block;width:32px;height:32px;align-self:center;border:1px solid rgba(245,238,199,.24);border-radius:50%;object-fit:cover;background:#00000047}.content-footprint-inline-form input{min-width:0;min-height:32px;border:1px solid rgba(245,238,199,.24);background:#00000042;color:#f5eec7eb;padding:0 9px;font:12px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-footprint-input-wrap{position:relative;min-width:0}.content-footprint-input-wrap input{width:100%}.content-footprint-inline-form input:focus{border-color:#f5eec77a;outline:none}.content-footprint-suggestions{position:fixed;z-index:40;display:grid;gap:3px;overflow:auto;border:1px solid rgba(245,238,199,.2);background:#07090bf5;box-shadow:0 16px 36px #00000061;padding:5px}.content-footprint-suggestions button{min-height:28px;border:0;background:transparent;color:#dedabeb8;padding:0 8px;text-align:left;font:700 11px/1.25 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-footprint-suggestions button:hover,.content-footprint-suggestions button.is-active{background:#f5eec71a;color:#f5eec7f0}.content-footprint-inline-form button{min-height:32px;border:1px solid rgba(245,238,199,.32);background:#f5eec714;color:#f5eec7eb;padding:0 10px;font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.content-footprint-inline-form button:disabled,.content-footprint-inline-form input:disabled{cursor:not-allowed;opacity:.58}.content-footprints-empty-message{display:inline-flex;align-items:center;gap:7px;margin:0;color:#dedabead;font-size:12px}.content-footprints-loading-spinner{width:13px;height:13px;border:2px solid rgba(245,238,199,.28);border-top-color:#f5eec7f0;border-radius:50%;animation:content-create-spin .8s linear infinite;flex:0 0 auto}.content-footprint-list{margin:8px 0 0;padding:0;list-style:none;color:#f5eec7db;font-size:13px;line-height:1.4}.content-footprint-list li{margin-bottom:7px}.content-reaction-row{display:grid;grid-template-columns:26px minmax(0,1fr);gap:8px;align-items:center}.content-footprint-author{display:flex;align-items:center;gap:6px;min-width:0;color:#f5eec7f2;font:700 12px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-footprint-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.content-footprint-time{color:#dedabe7a;font:600 11px/1.2 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.content-reply-list{display:grid;gap:7px;margin:8px 0 0 34px;padding:0;list-style:none}.content-detail-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:20;display:block;padding:0;background:#0000009e}.content-detail-panel{width:min(1094px,100vw);height:100vh;max-height:none;overflow:auto;border:0;border-right:1px solid rgba(245,238,199,.24);background:#07090bf0;color:#f5eec7eb;padding:16px;box-shadow:0 28px 70px #00000075}.content-detail-panel>header,.content-detail-workspace{padding-left:18px}.content-detail-panel header{display:flex;align-items:start;justify-content:space-between;gap:16px;margin:10px 0 18px}.content-detail-panel header .content-author{margin-bottom:12px}.content-detail-panel header p,.content-detail-panel header h2{margin:0}.content-detail-panel header p{color:#dedabe9e;font:700 11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.content-detail-panel header h2{font-size:22px;line-height:1.2}.content-detail-title-row{display:flex;align-items:center;gap:9px;min-width:0;margin-top:4px}.content-detail-title-row h2{min-width:0;overflow-wrap:anywhere}.content-detail-edit-icon{flex:0 0 auto;width:30px;min-width:30px;min-height:30px;border:1px solid rgba(245,238,199,.28);border-radius:999px;background:#f5eec712;color:#f5eec7d1;font:800 15px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.content-detail-edit-icon:hover{border-color:#f5eec773;background:#f5eec721;color:#f5eec7f5}.content-detail-panel header button{min-width:32px;min-height:32px;border:1px solid rgba(245,238,199,.3);background:#f5eec714;color:#f5eec7eb;cursor:pointer}.content-detail-workspace{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,390px);gap:108px;align-items:start}.content-detail-body{min-width:0}.content-detail-body>p{margin-top:12px;white-space:pre-wrap}.content-detail-side{display:grid;gap:14px;min-width:0}.content-detail-comments-section{display:grid;gap:8px;min-width:0;border-top:1px solid rgba(245,238,199,.14);padding-top:12px}.content-detail-comments-section h3{margin:0;color:#f5eec7c7;font:700 11px/1.2 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.content-detail-comments-section .content-footprint-list{max-height:34vh;overflow:auto;padding-right:4px}@media (max-width: 760px){.content-detail-workspace{grid-template-columns:1fr}}.my-footprints{width:100%;max-height:min(320px,calc((100vh - 152px)*.42));overflow:auto;border:1px solid rgba(245,238,199,.24);background:#07090bc7;color:#f5eec7e6;padding:12px;box-shadow:0 18px 40px #00000052}.my-footprints header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.my-footprints header p{margin:0 0 2px;color:#dedabe9e;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.my-footprints header strong{color:#f5eec7f5;font:700 18px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.my-footprints header button,.my-footprints li,.my-footprints li button{font:700 12px/1 ui-monos-serif,Menlo,Consolas,monospace}.my-footprints header button{width:34px;height:34px;border:1px solid rgba(245,238,199,.38);background:#07090bb3;color:#f5eec7e6;cursor:pointer}.my-footprints header button:disabled{cursor:wait;opacity:.56}.my-footprints ol{display:grid;gap:6px;margin:0;padding:0;list-style:none}.my-footprints li{min-width:0;border:1px solid rgba(245,238,199,.18);background:#0c0e10b8;padding:8px}.my-footprint-coordinate{color:#f5eec7e0;font:12px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;margin-bottom:4px}.my-footprint-time{margin:4px 0 0;color:#dedabe9e;font:11px/1.3 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.coordinate-controls{position:fixed;top:60px;right:16px;z-index:4;display:grid;justify-items:end;gap:8px}.coordinate-inputs{display:block}.coordinate-address-builder{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:8px;width:min(360px,calc(100vw - 32px));border:1px solid rgba(245,238,199,.42);border-radius:0;background:#07090bb8;padding:6px}.coordinate-address-builder b{justify-self:center;color:#f5eec757;font:700 14px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.coordinate-inputs input{width:100%;min-width:0;height:32px;border:1px solid rgba(245,238,199,.26);background:#0c0e10bd;color:#f5eec7f0;padding:0 7px;font:700 14px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-align:center;outline:none}.coordinate-address-builder:focus-within{border-color:#f5eec7e0;background:#16191cdb}.coordinate-inputs input:disabled{opacity:.58}.coordinate-inputs input[hidden]{display:none}.coordinate-message{display:inline-flex;align-items:center;gap:7px;max-width:min(360px,calc(100vw - 32px));color:#f5eec7b8;font:700 11px/1.35 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-align:right}.coordinate-message[hidden]{display:none}.coordinate-message-spinner{width:13px;height:13px;border:2px solid rgba(245,238,199,.28);border-top-color:#f5eec7f0;border-radius:50%;animation:content-create-spin .8s linear infinite;flex:0 0 auto}.coordinate-controls>button{width:72px;height:34px;border:1px solid rgba(245,238,199,.42);background:#07090bc7;color:#f5eec7f0;font:700 12px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.coordinate-controls>button:hover{background:#f5eec724}.help-panel{position:absolute;left:0;bottom:calc(100% + 8px);z-index:3;width:min(360px,calc(100vw - 32px));max-height:min(520px,calc(100vh - 160px));overflow:auto;border:1px solid rgba(245,238,199,.32);background:#07090be0;padding:16px;color:#f5eec7e6;box-shadow:0 18px 40px #0000005c}.help-panel[hidden]{display:none}.help-panel h1{margin:0 0 12px;font-size:16px;line-height:1.2}.help-panel dl{display:grid;gap:12px;margin:0}.help-panel dt{margin:0 0 3px;color:#f5eec7f5;font-size:13px;font-weight:700}.help-panel dd{margin:0;color:#dedabeb8;font-size:12px;line-height:1.45}.view-controls{position:relative;display:inline-grid}.view-control-dialog{position:absolute;left:0;bottom:calc(100% + 8px);z-index:3;width:190px;border:1px solid rgba(245,238,199,.24);background:#07090be6;padding:12px;box-shadow:0 18px 40px #00000057}.hud .view-controls{position:static}.hud .view-control-dialog{left:0;bottom:calc(100% + 8px)}.view-control-dialog[hidden]{display:none}.camera-view-control{display:grid;grid-template-columns:112px 40px;gap:14px;align-items:center}.camera-view-pad{position:relative;width:112px;height:112px;border:1px solid rgba(245,238,199,.36);border-radius:50%;background:radial-gradient(circle,rgba(245,238,199,.1) 0 3px,transparent 4px),#0c0e10b8;cursor:grab;touch-action:none}.camera-view-pad:active{cursor:grabbing}.camera-view-pad-cross:before,.camera-view-pad-cross:after{content:"";position:absolute;background:#f5eec729}.camera-view-pad-cross:before{left:50%;top:10px;bottom:10px;width:1px}.camera-view-pad-cross:after{left:10px;right:10px;top:50%;height:1px}.camera-view-pad-dot{position:absolute;left:50%;top:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border:2px solid rgba(7,9,11,.9);border-radius:50%;background:#f5eec7f0;box-shadow:0 4px 14px #0000006b;pointer-events:none}.view-size-control{display:grid;justify-items:center;gap:8px;color:#dedabeb3;font:700 11px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;text-transform:uppercase}.view-size-control input[type=range]{width:28px;height:96px;accent-color:rgba(245,238,199,.94);writing-mode:vertical-lr;direction:rtl;cursor:ns-resize}.view-controls button[data-camera-reset]{width:100%;min-height:34px;height:34px;margin-top:10px;font-size:12px}.view-controls button{min-width:40px;height:40px;border:1px solid rgba(245,238,199,.32);background:#07090bb8;color:#f5eec7eb;font:700 22px/1 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;cursor:pointer}.hud .view-controls button[data-controls-toggle]{height:30px;min-height:30px}.view-controls button[data-controls-toggle]{width:80px;font-size:12px}.hud-actions>button[data-help]{width:64px;height:30px;min-height:30px;font-size:12px}.view-controls button:hover{background:#f5eec724}
