:root{--bg:#111416;--panel:#191d20;--line:#30363a;--muted:#818b8f;--text:#f2eee4;--orange:#f2a33a;--blue:#35c5d4}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 70% 10%,#242b2e 0,transparent 30%),var(--bg);color:var(--text);font-family:Arial,sans-serif}button,a{font:inherit}.topbar{height:76px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#0f1214f2}.brand{display:flex;align-items:center;gap:12px;color:var(--text);text-decoration:none;letter-spacing:.12em}.brand-icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid #596064;color:var(--orange);font-size:25px;transform:rotate(45deg)}.brand-icon::first-letter{transform:rotate(-45deg)}.brand strong,.brand small{display:block}.brand strong{font-size:18px}.brand small{font-size:8px;color:#aeb5b7;letter-spacing:.3em;margin-top:3px}.updated{font-size:9px;color:var(--muted);letter-spacing:.16em}.updated i{display:inline-block;width:6px;height:6px;background:#78b85c;border-radius:50%;box-shadow:0 0 8px #78b85c;margin-right:7px}.updated b{color:#d1d5d4}.topbar nav{align-self:stretch;display:flex}.topbar nav a{display:flex;align-items:center;padding:0 18px;color:var(--muted);text-decoration:none;font-size:10px;font-weight:bold;letter-spacing:.12em}.topbar nav a.active{color:#fff;border-bottom:2px solid var(--orange)}
.layout{display:grid;grid-template-columns:255px minmax(0,1fr);min-height:calc(100vh - 76px)}.sidebar{padding:28px 18px;border-right:1px solid var(--line);background:#121618ed;display:flex;flex-direction:column}.sidebar-heading{display:flex;justify-content:space-between;padding:0 9px 15px;font-size:9px;letter-spacing:.14em;color:#adb4b5}.sidebar-heading small{font-size:7px;color:#697277}#map-navigation{display:flex;flex-direction:column;gap:5px}.map-button{width:100%;display:flex;align-items:center;gap:12px;padding:10px;border:1px solid transparent;border-radius:5px;background:transparent;color:#8e979a;text-align:left;cursor:pointer}.map-button:hover{background:#202528;color:#fff}.map-button.active{background:linear-gradient(90deg,#2b2924,#202325);border-color:#4b4437;color:#fff;box-shadow:inset 3px 0 var(--orange)}.map-button>i{width:37px;height:37px;display:grid;place-items:center;border:1px solid #3b4245;border-radius:3px;background:#24292b;font-style:normal;font-size:8px;font-weight:bold}.map-button.active>i{color:var(--orange);border-color:#685337}.map-button span b,.map-button span small{display:block}.map-button span b{font-size:12px}.map-button span small{font-size:8px;color:#747e82;margin-top:4px}.map-button em{display:none;margin-left:auto;color:var(--orange);font-size:20px;font-style:normal}.map-button.active em{display:block}.tip{margin-top:auto;border-top:1px solid var(--line);padding:20px 8px 2px}.tip b,.tip span{display:block}.tip b{font-size:8px;color:var(--orange);letter-spacing:.12em}.tip span{font-size:8px;color:#747e82;line-height:1.5;margin-top:5px}
.content{padding:34px 42px 22px;min-width:0}.heading{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:22px}.heading>div>small{color:var(--orange);font-size:8px;font-weight:bold;letter-spacing:.18em}.heading h1{font-size:36px;line-height:1;margin:7px 0 0;letter-spacing:.04em}.heading p{font-size:10px;color:var(--muted);margin:10px 0 0}.current-map{min-width:176px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:#1b2022;padding:7px 11px 7px 8px;border-radius:4px}.current-map>span{width:37px;height:37px;display:grid;place-items:center;border:1px solid #3b4245;background:#24292b;color:var(--orange);font-size:8px;font-weight:bold}.current-map div small,.current-map div b{display:block}.current-map div small{font-size:6px;color:#707a7e;letter-spacing:.14em}.current-map div b{font-size:10px;margin-top:4px}
.layers{display:flex;gap:8px;padding:8px;margin-bottom:14px;border:1px solid var(--line);border-radius:5px;background:#181c1e}.layers-label{min-width:175px;display:flex;flex-direction:column;justify-content:center;padding:0 16px 0 8px;border-right:1px solid var(--line)}.layers-label b{font-size:9px;letter-spacing:.12em}.layers-label small{font-size:6px;color:#697377;margin-top:4px}.layer{min-width:210px;display:flex;align-items:center;gap:9px;padding:7px 9px;border:1px solid #2f3538;border-radius:4px;background:#1d2224;color:#717b7e;cursor:pointer}.layer>i{width:34px;height:34px;display:grid;place-items:center;border-radius:3px;background:#242a2d;font-style:normal;font-size:18px}.layer span b,.layer span small{display:block;text-align:left}.layer span b{font-size:8px;letter-spacing:.08em}.layer span small{font-size:7px;color:#707a7e;margin-top:4px}.layer>strong{font-size:9px;margin-left:auto}.layer>em{width:27px;height:15px;padding:2px;border-radius:10px;background:#343a3d}.layer>em:after{content:"";display:block;width:11px;height:11px;border-radius:50%;background:#7a8386;transition:.2s}.layer.active.glider{border-color:#755c36;background:#29261f;color:#fff}.layer.active.glider>i{background:#3c3021;color:var(--orange)}.layer.active.room{border-color:#32656a;background:#1c2b2d;color:#fff}.layer.active.room>i{background:#203a3d;color:var(--blue)}.layer.active>em:after{transform:translateX(12px);background:#fff}.layer.active.glider>em{background:#765a32}.layer.active.room>em{background:#29636a}
.map-container{position:relative;width:100%;max-height:680px;aspect-ratio:1/1;overflow:hidden;border:1px solid #3a4143;border-radius:5px;background:#22282a;box-shadow:0 15px 55px #0008}.map-container:after{content:"";position:absolute;inset:0;pointer-events:none;box-shadow:inset 0 0 90px #0007}.map-container>img{display:block;width:100%;height:100%;object-fit:contain;background:#282f31}.marker{position:absolute;z-index:3;width:32px;height:32px;transform:translate(-50%,-50%) rotate(-45deg);border:2px solid #15191a;border-radius:50% 50% 50% 5px;display:grid;place-items:center;cursor:pointer;box-shadow:0 3px 12px #000b}.marker i{transform:rotate(45deg);font-style:normal}.marker.gliders{background:var(--orange);color:#24180d}.marker.rooms{background:var(--blue);color:#0d282b}.marker:hover{scale:1.15}.compass{position:absolute;z-index:2;right:20px;top:20px;width:58px;height:58px;border:1px solid #ccd2cc55;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#17201faa;color:#abb2ad;font-size:8px}.compass b{color:var(--orange)}.marker-info{display:none;position:absolute;z-index:5;right:20px;bottom:18px;align-items:center;gap:10px;padding:11px 34px 11px 11px;border:1px solid #454e50;border-radius:4px;background:#111719f2}.marker-info.show{display:flex}.marker-info>button{position:absolute;right:7px;top:4px;border:0;background:none;color:#758084;cursor:pointer}.marker-info>i{width:34px;height:34px;display:grid;place-items:center;border-radius:3px;font-style:normal}.marker-info>i.gliders{background:#4a3820;color:var(--orange)}.marker-info>i.rooms{background:#203e41;color:var(--blue)}.marker-info span small,.marker-info span b{display:block}.marker-info span small{font-size:6px;color:#778185;letter-spacing:.13em}.marker-info span b{font-size:10px;margin-top:5px}.empty-state{display:none;position:absolute;z-index:4;inset:0;margin:auto;width:220px;height:100px;flex-direction:column;align-items:center;justify-content:center;border:1px solid #3d4548;border-radius:5px;background:#111719ee}.empty-state b{font-size:11px}.empty-state span{font-size:8px;color:#7b8588;margin-top:6px}.empty-state:visible{display:flex}footer{height:38px;display:flex;align-items:center;gap:18px;color:#7a8487;font-size:7px;letter-spacing:.1em}footer span{display:flex;align-items:center;gap:6px}footer i{width:7px;height:7px;border-radius:50%}footer .orange{background:var(--orange)}footer .blue{background:var(--blue)}footer p{margin-left:auto}.instructions{padding:25px;margin-top:20px;border:1px solid var(--line);background:#171b1d}.instructions h2{margin:0 0 10px;font-size:17px}.instructions p{margin:0;color:#9da5a7;font-size:12px}.instructions code{color:var(--orange)}
@media(max-width:850px){.layout{grid-template-columns:1fr}.sidebar{padding:14px;border-right:0;border-bottom:1px solid var(--line)}.sidebar-heading,.tip{display:none}#map-navigation{flex-direction:row;overflow:auto}.map-button{min-width:135px}.content{padding:24px 16px}.updated{display:none}.layers-label{display:none}.layer{min-width:0;flex:1}.map-container{max-height:none}.heading h1{font-size:28px}}
@media(max-width:560px){.topbar{height:64px;padding:0 14px}.topbar nav{display:none}.layout{min-height:calc(100vh - 64px)}.current-map{display:none}.heading p,.layer span small,.layer>strong{display:none}.layer{padding:6px}.content{padding-top:18px}footer p{display:none}.marker{width:27px;height:27px;font-size:11px}}
.empty-state.show{display:flex!important}

/* Square-map layout: controls stay in the header; map starts beside the sidebar. */
.topbar{height:82px;gap:24px;padding:0 22px}.brand{min-width:210px}.header-map{display:flex;align-items:center;gap:10px;min-width:150px;padding-right:22px;border-right:1px solid var(--line)}.header-map>span{width:38px;height:38px;display:grid;place-items:center;border:1px solid #685337;border-radius:3px;background:#2b2924;color:var(--orange);font-size:8px;font-weight:bold}.header-map small,.header-map b{display:block}.header-map small{font-size:6px;color:#707a7e;letter-spacing:.14em}.header-map b{font-size:11px;margin-top:4px}.header-layers{display:flex;gap:8px;flex:1}.header-layers .layer{min-width:210px;max-width:260px;height:54px}.updated{margin-left:auto;white-space:nowrap}.layout{min-height:calc(100vh - 82px);grid-template-columns:255px minmax(0,1fr)}.sidebar{padding-top:18px}.content{padding:0 18px 18px 0}.map-container{width:min(1005px,calc(100vh - 82px));max-height:none;aspect-ratio:1/1;border-top:0;border-left:0;border-radius:0 0 5px 0}.map-container>img{object-fit:contain}.content footer{max-width:1005px;padding:0 14px}.instructions{max-width:1005px;margin:0;padding:18px 22px}
@media(max-width:1050px){.updated{display:none}.header-layers .layer{min-width:175px}.brand{min-width:190px}}
@media(max-width:850px){.topbar{height:auto;min-height:76px;flex-wrap:wrap;padding:12px 14px;gap:10px}.brand{min-width:0;margin-right:auto}.header-map{border-right:0;padding-right:0}.header-layers{order:3;flex-basis:100%}.header-layers .layer{max-width:none;min-width:0}.layout{min-height:0}.content{padding:0}.map-container{width:100%;border-right:0}.content footer,.instructions{max-width:none}.sidebar{padding-top:14px}}
@media(max-width:560px){.header-map{display:none}.header-layers .layer{height:46px}.header-layers .layer span small,.header-layers .layer>strong{display:none}.map-container{border-radius:0}}
.map-container{max-width:100%}
