:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e5eefb;background:#09111f;line-height:1.5;font-weight:400;--tab-height: 56px;--topbar-height: 48px;--panel-width: 380px;--tab-safe-bottom: 0px}*{box-sizing:border-box;margin:0}html,body,#root{height:100%;width:100%;overflow:hidden}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{height:100dvh;display:grid;grid-template-rows:var(--topbar-height) 1fr calc(var(--tab-height) + var(--tab-safe-bottom))}.topbar{height:var(--topbar-height);padding:0 1rem;display:flex;justify-content:space-between;align-items:center;gap:.75rem;background:#09111feb;border-bottom:1px solid rgba(143,182,255,.1);z-index:30}.topbar-title{font-size:.95rem;font-weight:700;white-space:nowrap}.topbar-right{display:flex;align-items:center;gap:.5rem}.badge{display:inline-flex;align-items:center;gap:.3rem;border-radius:999px;padding:.25rem .6rem;font-size:.72rem;border:1px solid rgba(143,182,255,.18);background:#0f172abf}.badge.online{color:#86efac}.badge.offline{color:#fbbf24}.topbar-account-menu{position:relative;display:block;flex-shrink:0}.topbar-account-inline-only{display:none!important}.topbar-label-desktop{display:inline}.topbar-label-mobile{display:none}.topbar-account-trigger{width:28px;height:28px;border-radius:50%;border:1px solid rgba(143,182,255,.22);background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:700;font-size:.78rem;letter-spacing:.02em;display:grid;place-items:center;cursor:pointer;position:relative;-webkit-tap-highlight-color:transparent;touch-action:manipulation;padding:0}.topbar-account-trigger:active{transform:scale(.96)}.topbar-account-trigger-dot{position:absolute;top:-2px;right:-2px;width:9px;height:9px;border-radius:50%;background:#f59e0b;border:2px solid #0f172a;pointer-events:none}.topbar-account-popover{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:#0f172afa;border:1px solid rgba(143,182,255,.18);border-radius:12px;padding:6px;box-shadow:0 16px 36px #0000008c,0 0 0 1px #8fb6ff0d;z-index:50;display:flex;flex-direction:column;gap:2px}.topbar-account-name{padding:10px 12px 8px;font-size:.82rem;color:#e5eefb;font-weight:600;border-bottom:1px solid rgba(143,182,255,.1);margin-bottom:4px;display:flex;flex-direction:column;gap:2px}.topbar-account-name-sub{font-size:.66rem;color:#f59e0b;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.topbar-account-item{background:transparent;border:none;color:#d7e4fa;text-align:left;padding:9px 12px;border-radius:8px;font-size:.82rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .12s ease,color .12s ease}.topbar-account-item:hover,.topbar-account-item:active{background:#8fb6ff1a}.topbar-account-item-danger{color:#fca5a5}.topbar-account-item-danger:hover,.topbar-account-item-danger:active{background:#ef444429;color:#fee2e2}.topbar select{background:#0f172ad9;color:#e5eefb;border:1px solid rgba(143,182,255,.18);border-radius:8px;padding:.25rem .5rem;font-size:.78rem}.main-area{position:relative;overflow:hidden}.map-container{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.map-shell{width:100%;height:100%}.map-fallback{width:100%;height:100%;display:grid;place-items:center;padding:1.5rem;text-align:center;color:#c6d6f1}.map-fallback-offline{background:linear-gradient(180deg,#eef2f8,#e2e8f2);color:#1e293b}.map-fallback-card{width:min(360px,calc(100% - 2rem));padding:28px 22px 24px;background:#fff;border-radius:18px;box-shadow:0 1px 2px #0f172a0a,0 12px 28px #0f172a1a;display:flex;flex-direction:column;align-items:center;gap:4px}.map-fallback-icon{font-size:2rem;line-height:1;margin-bottom:8px;filter:grayscale(.1)}.map-fallback-card h3{margin:0 0 6px;font-size:1.05rem;font-weight:700;color:#0f172a}.map-fallback-card p{margin:0;font-size:.85rem;line-height:1.45;color:#475569}.map-fallback-meta{margin-top:10px!important;padding:8px 12px;background:#f1f5f9;border-radius:10px;font-size:.8rem!important;color:#334155!important;width:100%}.map-fallback-meta strong{color:#0f172a;font-weight:700}.map-fallback-cta{margin-top:16px;background:#3b82f6;color:#fff;border:none;padding:11px 22px;border-radius:10px;font-size:.9rem;font-weight:600;cursor:pointer;letter-spacing:.01em;transition:background .15s ease,transform .15s ease;-webkit-tap-highlight-color:transparent;touch-action:manipulation;min-width:160px}.map-fallback-cta:hover{background:#2563eb}.map-fallback-cta:active{background:#1d4ed8;transform:translateY(1px)}.map-fallback-detail{margin-top:14px!important;font-size:.7rem!important;color:#94a3b8!important;font-family:SF Mono,Menlo,Consolas,monospace;word-break:break-word}.map-fallback-reload{margin-top:14px;padding:10px 14px;background:#dbeafe;border:1px solid #bfdbfe;border-radius:10px;color:#1e40af;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.map-fallback-reload-spin{display:inline-block;font-size:1.05rem;font-weight:700;line-height:1;animation:map-fallback-spin .9s linear infinite}@keyframes map-fallback-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.map-float-tl{position:absolute;top:12px;left:12px;z-index:10;display:flex;flex-direction:column;gap:8px}.float-btn{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(143,182,255,.22);border-radius:12px;padding:.5rem .75rem;background:#09111feb;color:#e5eefb;font-size:.82rem;font-weight:600;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.filter-overlay{position:absolute;top:52px;left:12px;z-index:12;background:#09111ff2;border:1px solid rgba(143,182,255,.14);border-radius:14px;padding:.75rem;display:grid;gap:.5rem;width:260px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.filter-overlay input,.filter-overlay select{width:100%;border-radius:10px;border:1px solid rgba(143,182,255,.16);background:#09111fd9;color:#f5f8ff;padding:.5rem .65rem;font-size:.82rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}.filter-overlay select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%239ab1d6' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center;padding-right:2rem}.filter-overlay select option{background:#0f172a;color:#f5f8ff;padding:.5rem}.layer-item{display:flex;align-items:center;gap:.5rem;padding:.45rem .5rem;cursor:pointer;font-size:.85rem;color:#e5eefb;border-radius:8px;transition:background .15s}.layer-item:active{background:#3b82f626}.layer-item-check{width:22px;height:22px;border-radius:6px;border:2px solid rgba(143,182,255,.25);background:transparent;display:grid;place-items:center;flex-shrink:0;transition:all .15s}.layer-item-check.checked{background:#22c55e;border-color:#22c55e}.layer-item-check svg{width:14px;height:14px;color:#fff}.side-panel select{width:100%;border-radius:10px;border:1px solid rgba(143,182,255,.16);background:#09111fd9;color:#f5f8ff;padding:.5rem 2rem .5rem .65rem;font-size:.82rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%239ab1d6' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .65rem center}.side-panel select option{background:#0f172a;color:#f5f8ff}.filter-overlay button{font:inherit}.fab{position:absolute;bottom:16px;right:16px;z-index:10;width:48px;height:48px;border-radius:50%;border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:1.5rem;display:grid;place-items:center;box-shadow:0 4px 16px #0006}.fab.location-fab{background:#fff;color:#1f2937;bottom:calc(1.25rem + 64px)}.fab.location-fab:hover{background:#f3f4f6}.fab.location-fab.following{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.fab.location-fab.following:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.fab-menu{position:absolute;bottom:72px;right:16px;z-index:12;background:#09111ff2;border:1px solid rgba(143,182,255,.14);border-radius:14px;padding:.5rem;display:grid;gap:.25rem;min-width:160px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.fab-menu button{display:block;width:100%;text-align:left;padding:.6rem .75rem;border:none;border-radius:10px;background:transparent;color:#e5eefb;font-size:.85rem;font-weight:500}.fab-menu button:hover{background:#8fb6ff1a}.place-banner{position:absolute;top:12px;left:50%;transform:translate(-50%);z-index:14;background:#09111feb;border:1px solid rgba(143,182,255,.18);border-radius:12px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:.75rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.place-banner .cancel-btn{border:none;background:#ef444433;color:#fca5a5;border-radius:8px;padding:.3rem .6rem;font-size:.78rem;font-weight:600}.post-submit-banner{background:#f59e0b1f;border:1px solid rgba(245,158,11,.45);color:#fde68a;max-width:min(520px,calc(100vw - 32px));text-align:left}.post-submit-banner .cancel-btn{background:#f59e0b38;color:#fde68a;font-size:.85rem;padding:.15rem .5rem}.add-pin-popup{position:absolute;z-index:15;background:#09111ff2;border:1px solid rgba(143,182,255,.16);border-radius:14px;padding:.75rem;width:240px;display:grid;gap:.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 8px 32px #0006}.add-pin-popup input{width:100%;border-radius:10px;border:1px solid rgba(143,182,255,.16);background:#09111fd9;color:#f5f8ff;padding:.5rem .65rem;font-size:.82rem}.add-pin-popup .button-row{display:flex;gap:.5rem}.autocomplete-dropdown{position:absolute;top:calc(100% + 2px);left:0;right:0;z-index:25;background:#09111ffa;border:1px solid rgba(143,182,255,.22);border-radius:10px;max-height:180px;overflow-y:auto;box-shadow:0 8px 24px #00000059;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.autocomplete-item{display:block;width:100%;text-align:left;background:transparent;border:none;border-bottom:1px solid rgba(143,182,255,.08);color:#e5eefb;padding:.45rem .6rem;cursor:pointer;font-size:.8rem;line-height:1.25}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover,.autocomplete-item:focus{background:#8fb6ff1a;outline:none}.autocomplete-item-label{color:#f5f8ff;font-weight:600}.autocomplete-item-sub{color:#9ab1d6;font-weight:400;margin-left:.4rem;font-size:.74rem}.dup-lsd-warning{color:#fde68a;background:#f59e0b1f;border:1px solid rgba(245,158,11,.35);border-radius:8px;padding:.35rem .5rem;font-size:.74rem;line-height:1.3;margin-top:-.1rem}.side-panel{position:absolute;top:0;right:0;bottom:0;width:var(--panel-width);max-width:100%;z-index:20;display:flex;flex-direction:column;background:#09111ff5;border-left:1px solid rgba(143,182,255,.1);transform:translate(100%);transition:transform .25s ease;will-change:transform;touch-action:pan-y}.side-panel.open{transform:translate(0)}.side-panel.detail-priority{z-index:25}.side-panel.dragging{transition:none}.side-panel-header{position:sticky;top:0;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:transparent;border-bottom:1px solid rgba(143,182,255,.1);z-index:2}.back-btn{border:none;background:transparent;color:#e5eefb;font-size:1.2rem;padding:.25rem;line-height:1}.side-panel-header h2{margin:0;font-size:1rem;flex:1}.side-panel-body{padding:1rem;overflow-y:auto;flex:1;min-height:0;-ms-overflow-style:none;scrollbar-width:none}.side-panel-body::-webkit-scrollbar{display:none}.bottom-tabs{height:calc(var(--tab-height) + var(--tab-safe-bottom));padding-bottom:var(--tab-safe-bottom);display:flex;background:#09111ff5;border-top:1px solid rgba(143,182,255,.1);z-index:30}.tab-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:none;background:transparent;color:#6b7fa3;font-size:.65rem;font-weight:600;padding:0;transition:color .15s}.tab-btn.active{color:#60a5fa}.tab-btn svg{width:22px;height:22px}.panel{background:#0e172be6;border:1px solid rgba(143,182,255,.12);border-radius:14px;padding:1rem}.panel input,.panel select,.panel textarea,.side-panel-body input,.side-panel-body select,.side-panel-body textarea{width:100%;border-radius:10px;border:1px solid rgba(143,182,255,.16);background:#09111fd9;color:#f5f8ff;padding:.6rem .75rem;font-size:.85rem}.panel h2,.panel h3{margin-top:0}.list-grid{display:grid;gap:.65rem;overflow-y:auto}.site-row{padding:.75rem;border-radius:12px;background:#09111fb8;border:1px solid rgba(143,182,255,.12);text-align:left;width:100%;color:#e5eefb}button.site-row{cursor:pointer}.primary-button,.secondary-button,.danger-button,.status-button{border:none;border-radius:10px;padding:.6rem .85rem;font-weight:600;font-size:.85rem}.primary-button{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff}.secondary-button{background:#1e293b;color:#d7e4fa}.danger-button{background:#7f1d1de6;color:#fef2f2}.status-button.green{background:#22c55e2e;color:#86efac}.status-button.orange{background:#f973162e;color:#fdba74}.status-button.red{background:#ef44442e;color:#fca5a5}.button-row{display:flex;gap:.5rem;flex-wrap:wrap}.meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.meta-item{padding:.65rem;border-radius:12px;background:#09111fb8}.meta-item strong{display:block;font-size:.72rem;color:#9ab1d6;margin-bottom:.2rem}.small-text{color:#9ab1d6;font-size:.82rem}.pending-badge{display:inline-flex;border-radius:999px;padding:.2rem .5rem;background:#f59e0b24;color:#fbbf24;font-size:.72rem;font-weight:700}.legend{display:flex;gap:.6rem;flex-wrap:wrap;margin-top:.5rem}.legend-chip{display:inline-flex;gap:.35rem;align-items:center;font-size:.78rem}.legend-dot{width:10px;height:10px;border-radius:999px}.panel-header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.panel-header .small-text{margin:0}@media (min-width: 769px){:root{--panel-width: 400px}.filter-overlay{width:300px}.meta-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){:root{--tab-safe-bottom: 10px}}@media (max-width: 768px){.side-panel{width:100%}.side-panel.detail-priority{top:auto;bottom:0;left:0;right:0;width:100%;height:55vh;max-height:55vh;border-left:none;border-top:1px solid rgba(143,182,255,.14);border-radius:16px 16px 0 0;transform:translateY(100%);transition:transform .28s ease;will-change:transform;touch-action:pan-x pan-y}.side-panel.detail-priority.open{transform:translateY(0)}.side-panel.detail-priority.dragging{transition:none}.side-panel.detail-priority .side-panel-header{touch-action:pan-y;padding-top:12px;position:relative}.meta-grid{grid-template-columns:1fr}.topbar{padding:0 .5rem;gap:.25rem;overflow:visible}.topbar-title{font-size:.82rem;flex-shrink:0}.topbar-right{gap:.3rem;flex-shrink:1;min-width:0;flex-wrap:nowrap;justify-content:flex-end;overflow:visible}.topbar-right .badge{font-size:.62rem;padding:.15rem .4rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:120px}.topbar-label-desktop{display:none}.topbar-label-mobile{display:inline}}.gm-style-cc,.gm-style-cc a,.gmnoprint,gmnoscreen,.gm-control-active,.gm-fullscreen-control,.gm-svpc,.gm-style-mtc,.gm-bundled-control,.gm-bundled-control-on-bottom,button[title="Toggle fullscreen view"],button[title="Open keyboard shortcuts"],.gm-iv-shortcut{display:none!important;visibility:hidden!important}.gm-bundled-control .gm-control-active,.gm-bundled-control-on-bottom,.gm-style .gm-control-active.gmnoprint,.gm-style .gmnoprint{display:none!important}
