@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,Inter var,-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,system-ui,sans-serif;background-color:#05070d;color:#f2ede0;--color-bg: #05070d;--color-panel: #0b1020;--color-card: rgba(7, 11, 18, .92);--color-border: rgba(255, 255, 255, .12);--color-text: #f2ede0;--color-muted: rgba(242, 237, 224, .6);--color-hover: rgba(255, 255, 255, .08);--color-active: rgba(223, 195, 135, .2);--color-selected: rgba(223, 195, 135, .35);--color-accent: #dfc387;--scrollbar-thumb: rgba(223, 195, 135, .35);--scrollbar-track: rgba(255, 255, 255, .04)}*{box-sizing:border-box}body{margin:0;min-height:100vh;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}header h1{margin:0 0 .25rem;font-size:1.75rem}header .muted{margin:0;color:#b8b2a3}main{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:900px){main{flex-direction:row}}.viewer-panel{flex:2 0 auto;background:var(--color-panel);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.viewer-surface{position:relative;display:flex;flex:1}.viewer-root-slot{flex:1;height:clamp(420px,70vh,760px);border-radius:10px;overflow:hidden}.viewer-root{width:100%;height:100%;min-width:400px;border-radius:10px;overflow:hidden;background:radial-gradient(circle at top,#16233c,var(--color-bg));position:relative}.controls-panel{flex:1;background:var(--color-panel);border-radius:12px;border:1px solid rgba(255,255,255,.1);padding:1rem;display:flex;flex-direction:column;gap:1rem;height:clamp(420px,70vh,760px)}.controls-panel h2{margin:0;font-size:1.1rem}.tabs{display:flex;gap:.35rem;padding:.25rem;border-radius:999px;background:var(--color-hover);border:1px solid rgba(255,255,255,.08)}.tab-button{flex:1;background:transparent;border:none;color:inherit;font-size:.9rem;padding:.35rem .9rem;border-radius:999px;cursor:pointer;transition:background .2s ease,color .2s ease}.tab-button.is-active{background:var(--color-active);color:#f7e5c0}.tab-button:hover{background:var(--color-hover)}.tab-panel{display:none;flex-direction:column;gap:.75rem;flex:1;min-height:0}.tab-panel.is-active{display:flex}.control-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem}.control-grid label,.location-list button{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .5rem;border-radius:6px;background:#ffffff08;border:1px solid rgba(255,255,255,.08);color:inherit;font-size:.9rem}.control-grid input{accent-color:#dfc387}.location-list{display:flex;flex-direction:column;gap:.4rem;flex:1;overflow-y:auto;padding-right:.25rem}.location-list::-webkit-scrollbar{width:8px}.location-list::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:999px}.location-list::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:999px}.location-list{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.location-list button{justify-content:space-between;cursor:pointer;transition:border-color .2s ease}.location-list button:hover{border-color:var(--color-selected);background:var(--color-hover)}.location-list__item{display:inline-flex;align-items:center;gap:.5rem}.location-list__icon{width:26px;height:26px;border-radius:8px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:grid;place-items:center;font-size:.75rem;text-transform:uppercase}.location-list__icon img{width:70%;height:70%;object-fit:contain}.layer-swatch{width:14px;height:14px;border-radius:4px;border:1px solid rgba(0,0,0,.35);box-shadow:inset 0 0 0 1px #ffffff14}.layer-group{display:flex;flex-direction:column;gap:.5rem}.layer-group h3{margin:0;font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;color:#f2ede08c}.control-grid label span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-popup{position:absolute;top:3.5rem;left:1.5rem;width:min(300px,42%);z-index:5}.location-popup.is-hidden{display:none}.location-popup__card{background:var(--color-card);border:1px solid var(--color-border);border-radius:14px;padding:.85rem;box-shadow:0 18px 50px #00000073;display:flex;flex-direction:column;gap:.75rem;position:relative}.location-popup__header{display:flex;gap:.75rem;align-items:center}.location-popup__icon{width:48px;height:48px;border-radius:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;font-weight:600}.location-popup__icon img{width:70%;height:70%;object-fit:contain}.location-popup__title{min-width:0;max-width:65%}.location-popup__title strong{display:block;font-size:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-popup__title span{display:block;font-size:.8rem;color:var(--color-muted)}.location-popup__description{margin:0;font-size:.9rem;color:#f2ede0cc}.location-popup__nav{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.location-popup__counter{font-size:.85rem;color:var(--color-muted)}.ghost-button{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:inherit;border-radius:8px;padding:.3rem .65rem;cursor:pointer;font-size:.85rem}.ghost-button:hover{border-color:var(--color-selected);background:var(--color-hover)}.ghost-button--icon{position:absolute;top:.4rem;right:.4rem;width:28px;height:28px;padding:0;display:grid;place-items:center;font-size:1rem;line-height:1}
