.not-found-page{text-align:center;color:#0f172a;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:calc(100vh - 64px);padding:24px;display:flex}.not-found-page__status{color:#2563eb;font-size:52px;font-weight:800;line-height:1}.not-found-page h1{font-size:28px;font-weight:700;line-height:1.3}.not-found-page__description{color:#475569;max-width:440px;line-height:1.5}.not-found-page__button{color:#fff;background:#2563eb;border-radius:9999px;justify-content:center;align-items:center;min-height:44px;padding:10px 18px;font-weight:700;transition:transform .15s;display:inline-flex;box-shadow:0 2px 8px #00000012}.not-found-page__button:hover{transform:translateY(-1px)}.not-found-page__button:focus-visible{outline-offset:3px;outline:3px solid #2563eb17}.not-found-page__actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px;display:flex}.not-found-page__button--ghost{color:#0f172a;box-shadow:none;background:#f0f4ff;border:1px solid #00000017}@media (width<=768px){.not-found-page{min-height:calc(100vh - 64px - env(safe-area-inset-bottom))}.not-found-page__status{font-size:44px}.not-found-page h1{font-size:24px}.not-found-page__actions{flex-direction:column;width:100%;max-width:280px}.not-found-page__button{width:100%}}:root{--accent:#2563eb;--accent-light:#2563eb17;--color-accent-primary:#2563eb;--color-accent-primary-soft:#60a5fa;--color-bg-surface:#fff;--color-text-muted:#94a3b8;--bg-base:#f8faff;--bg-surface:#fff;--bg-elevated:#f0f4ff;--bg-card:#fff;--border-subtle:#0000000d;--border-default:#00000017;--border-strong:#00000029;--text-primary:#0f172a;--text-secondary:#475569;--text-tertiary:#94a3b8;--shadow-sm:0 2px 8px #00000012;--shadow-md:0 4px 16px #00000017;--shadow-lg:0 10px 32px #0000001c;--shadow-panel:0 0 0 1px #2563eb0f, 0 8px 32px #00000017;--header-width:72px}.map-skeleton{background-color:#f0f4ff;background-image:repeating-linear-gradient(45deg,#cbd5e1 0 1px,#0000 1px 12px),repeating-linear-gradient(-45deg,#cbd5e1 0 1px,#0000 1px 12px);width:100%;height:100vh;animation:1.2s ease-in-out infinite skeleton-loading;position:relative}.map-skeleton-message{color:#334155;text-align:center;white-space:pre-line;background-color:#ffffffeb;border:1px solid #cbd5e1;border-radius:10px;max-width:min(90vw,480px);margin:0;padding:12px 16px;font-size:14px;line-height:1.5;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width<=768px){.map-skeleton{height:calc(100vh - 52px)}}@keyframes skeleton-loading{0%{opacity:.4}50%{opacity:1}to{opacity:.4}}@media (prefers-reduced-motion:reduce){.map-skeleton{opacity:.6;animation:none}}
