body,html{margin:0;padding:0;font-family:Inter,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background:#f3f6fb;color:#0f172a}*{box-sizing:border-box}:root{--bg-soft:#f3f6fb;--panel-bg:#fff;--panel-muted:#f8fafc;--border:#dbe3ef;--border-strong:#c7d2e4;--text:#0f172a;--text-muted:#475569;--primary:#2563eb;--primary-strong:#1d4ed8;--shadow-sm:0 2px 8px rgba(15,23,42,.06);--shadow-md:0 10px 24px rgba(15,23,42,.08)}.page{display:grid;grid-template-columns:var(--sidebar-width,380px) 10px 1fr;height:100vh;min-height:0;background:linear-gradient(180deg,#f6f9ff,#eef3fa)}.sidebar{padding:12px;border-right:1px solid var(--border);background:linear-gradient(180deg,#f8fbff,#f3f7fe);overflow:auto;display:flex;flex-direction:column;gap:8px}.sidebarTitleRow{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:2px}.sidebarTitleRow h2{margin:0;flex:1 1;min-width:0;font-size:20px;font-weight:800;letter-spacing:-.02em;color:#0b1f4d}.infoIconButton{position:relative;z-index:1;flex-shrink:0;width:30px;height:30px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;border:1px solid var(--border-strong);color:#1e40af;box-shadow:none;transform:none}.infoIconButton:hover:not(:disabled){background:#eff6ff;border-color:#93c5fd;box-shadow:0 1px 4px rgba(37,99,235,.15);transform:none}.infoIconButton:active:not(:disabled){transform:none}.weatherLocationsInfoBackdrop{position:fixed;inset:0;z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;background:rgba(15,23,42,.45)}.weatherLocationsInfoPanel{width:min(420px,calc(100vw - 32px));padding:20px 22px;border-radius:12px;background:var(--panel-bg);border:1px solid var(--border);box-shadow:var(--shadow-md)}.weatherLocationsInfoPanel h3{margin:0 0 10px;font-size:17px;font-weight:700;color:#0b1f4d}.weatherLocationsInfoLead{margin:0 0 12px;font-size:14px;line-height:1.45;color:var(--text-muted)}.weatherLocationsInfoList{margin:0 0 16px;padding-left:20px;font-size:14px;line-height:1.55;color:var(--text)}.weatherLocationsInfoActions{display:flex;justify-content:flex-end}.rightPanel{min-height:0;min-width:0;height:100%;display:flex;flex-direction:column;background:#eaf0f8}.splitter{width:10px;position:relative;cursor:col-resize;background:transparent}.splitter:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:2px;transform:translateX(-50%);background:#c9d5e8;transition:background .15s ease}.page.isResizing .splitter:before,.splitter:hover:before{background:#7da0d6}.rightPanelMain{flex:1 1;min-height:0;min-width:0;position:relative;display:flex;flex-direction:column}.mapStage,.viewerWrap{position:absolute;inset:0;min-height:0;width:100%}.mapStage.layerHidden,.viewerWrap.layerHidden{visibility:hidden;pointer-events:none;z-index:0}.mapStage.layerVisible,.viewerWrap.layerVisible{visibility:visible;pointer-events:auto;z-index:1}.viewToggleFloat{position:absolute;top:14px;right:14px;z-index:1500;display:flex;flex-direction:column;gap:8px;padding:8px;border-radius:12px;background:hsla(0,0%,100%,.92);border:1px solid rgba(148,163,184,.35);box-shadow:0 8px 26px rgba(15,23,42,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.viewToggleFloat button{min-width:72px;padding:10px 14px;cursor:pointer;border:1px solid var(--border-strong);border-radius:8px;background:#fff;font-size:14px}.viewToggleFloat button:hover{background:#f3f4f6}.viewToggleFloat button.active{background:var(--primary);color:#fff;border-color:var(--primary-strong)}.rightPanelLoading{position:absolute;inset:0;z-index:1200;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.74);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);pointer-events:all}.rightPanelLoadingInner{text-align:center;padding:28px 36px;border-radius:14px;background:var(--panel-bg);border:1px solid var(--border);box-shadow:var(--shadow-md);max-width:320px}.rightPanelLoadingInner p{margin:0 0 12px;font-size:15px;color:var(--text-muted)}.rightPanelSpinner{width:40px;height:40px;margin:0 auto 16px;border:3px solid #dbe6f6;border-top:3px solid var(--primary);border-radius:50%;animation:rightPanelSpin .85s linear infinite}@keyframes rightPanelSpin{to{transform:rotate(1turn)}}.section{margin-bottom:0;background:var(--panel-bg);border:1px solid var(--border);border-radius:14px;padding:10px;box-shadow:var(--shadow-sm)}.section .weatherPanelTitle,.section>strong{color:#0b2a64;font-size:13px;letter-spacing:.02em;text-transform:uppercase}.statusPanel{display:flex;flex-direction:column;gap:6px}.statusBox{border:1px solid var(--border-strong);border-radius:10px;background:#f8fbff;color:var(--text-muted);padding:10px 12px;line-height:1.4;min-height:calc(2 * 1.4em + 16px);max-height:calc(3 * 1.4em + 16px);overflow-y:auto;white-space:pre-wrap;word-break:break-word}.weatherPanel{border:1px solid var(--border);border-radius:12px;background:linear-gradient(180deg,#f8fbff,#f3f7ff);padding:10px 12px}.weatherPanelTitle{font-weight:700;margin-bottom:8px}.weatherRows{display:flex;flex-direction:column;gap:8px;font-size:13px}.weatherRow{display:flex;justify-content:space-between;gap:10px;color:var(--text-muted);border-bottom:1px dashed #e2e8f0;padding-bottom:6px}.weatherRow:last-child{border-bottom:0;padding-bottom:0}.row{display:flex;gap:6px;align-items:center;flex-wrap:wrap}.compactSection{padding:10px}.compactSection .compactRow{gap:6px}button,input,select{padding:8px 9px;border-radius:10px;border:1px solid var(--border-strong);background:#fff;color:var(--text);font-size:12.5px;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .08s ease}input:focus,select:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px rgba(37,99,235,.14)}button{cursor:pointer;background:linear-gradient(180deg,#e5efff,#d6e6ff);border-color:#9fb9ea;color:#0f2f66;font-weight:600}button:hover:not(:disabled){background:linear-gradient(180deg,#d4e5ff,#bfd7ff);border-color:#6f98de;box-shadow:0 4px 12px rgba(37,99,235,.22);transform:translateY(-1px)}button:active:not(:disabled){transform:translateY(0)}button:disabled,input:disabled,select:disabled{opacity:.58;cursor:not-allowed;background:#f4f6fa}.sidebar .row>input[style*="width: 100%"]{min-width:0;flex:1 1}@media (max-width:1100px){.page{grid-template-columns:var(--sidebar-width,340px) 10px 1fr}}@media (max-width:900px){.page{grid-template-columns:1fr;grid-template-rows:auto 1fr}.splitter{display:none}.sidebar{max-height:44vh;border-right:0;border-bottom:1px solid var(--border)}}