*{box-sizing:border-box}html,body,#root{height:100%}.app{display:grid;grid-template-columns:1fr 380px;height:100vh}.globe-pane{position:relative;min-width:0;overflow:hidden}.sidebar{padding:16px;overflow-y:auto;background:#05060a;border-left:1px solid #1c2029}.sidebar-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.panel-toggle,.panel-close,.panel-backdrop{display:none}@media (max-width: 760px){.app{grid-template-columns:1fr}.sidebar{position:fixed;top:0;right:0;height:100vh;width:min(90vw,380px);transform:translate(100%);transition:transform .25s ease;z-index:30;box-shadow:-6px 0 20px #0000008c}.sidebar.open{transform:translate(0)}.panel-toggle{display:flex;align-items:center;justify-content:center;position:fixed;top:12px;right:12px;z-index:40;width:46px;height:46px;border-radius:50%;background:#10131a;color:#e8eaf0;border:1px solid #2a2f3a;font-size:20px;cursor:pointer;box-shadow:0 2px 10px #00000080}.panel-close{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;background:transparent;color:#e8eaf0;border:1px solid #2a2f3a;font-size:16px;cursor:pointer}.panel-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:20}}
