*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafb;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--primary-color:#2563eb;--secondary-color:#7c3aed;--success-color:#10b981;--warning-color:#f59e0b;--danger-color:#ef4444;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-card:#fff;--text-primary:#1f2937;--text-secondary:#6b7280;--border-color:#e5e7eb}[data-theme=dark]{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-card:#1e293b;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--border-color:#334155}.mobile-devices-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width:400px){.mobile-devices-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (min-width:768px){.mobile-devices-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}.mobile-magnitudes-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(2,1fr)}@media (min-width:400px){.mobile-magnitudes-grid{grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}}.mobile-bottom-nav{background:#fff;background:var(--bg-card);border-top:1px solid #e5e7eb;border-top:1px solid var(--border-color);bottom:0;box-shadow:0 -4px 12px #0000001a;display:flex;justify-content:space-around;left:0;padding:.5rem 0 calc(.5rem + env(safe-area-inset-bottom, 0));position:fixed;right:0;z-index:1000}[data-theme=dark] .mobile-bottom-nav{background:#1e293b;border-top-color:#334155;box-shadow:0 -4px 12px #0000004d}.mobile-nav-item{align-items:center;background:#0000;border:none;border-radius:8px;color:#6b7280;color:var(--text-secondary);cursor:pointer;display:flex;flex-direction:column;font-size:.7rem;justify-content:center;min-height:50px;min-width:60px;padding:.5rem 1rem;transition:all .2s ease}.mobile-nav-item:active{background:#3b82f61a;transform:scale(.95)}.mobile-nav-item.active{color:#2563eb;color:var(--primary-color)}.mobile-nav-item .nav-icon{font-size:1.5rem;margin-bottom:.25rem}.mobile-container{background:#f8fafc;background:var(--bg-primary);min-height:100vh;padding:1rem 1rem calc(80px + env(safe-area-inset-bottom, 0));transition:background .3s ease}.mobile-header{background:#fff;background:var(--bg-card);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 2px 8px #00000014;margin-bottom:1rem;padding:1rem}[data-theme=dark] .mobile-header{box-shadow:0 2px 8px #0000004d}.mobile-device-card{background:#fff;background:var(--bg-card);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:16px;box-shadow:0 2px 8px #0000000f;padding:1rem;transition:all .2s ease}[data-theme=dark] .mobile-device-card{box-shadow:0 2px 8px #0003}.mobile-device-card.has-alert{border-color:#ef4444;border-color:var(--danger-color);box-shadow:0 4px 12px #ef444426}.mobile-alerts-container{background:#fff;background:var(--bg-card);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:12px;margin-bottom:1rem;padding:1rem}.mobile-alert-item{align-items:center;border-radius:8px;display:flex;font-size:.875rem;gap:.75rem;margin-bottom:.5rem;padding:.75rem}.mobile-alert-item:last-child{margin-bottom:0}.mobile-alert-item.critical{background:#ef44441a;border:1px solid #ef44444d}.mobile-alert-item.resolved{background:#10b9811a;border:1px solid #10b9814d}.mobile-magnitude-card{background:#fff;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:10px;padding:.75rem;text-align:center;transition:all .2s ease}.mobile-magnitude-card.normal{background:#10b98114;border-color:#10b9814d}.mobile-magnitude-card.abnormal{background:#ef444414;border-color:#ef44444d}.theme-toggle{align-items:center;background:#fff;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:12px;cursor:pointer;display:flex;font-size:1.25rem;height:44px;justify-content:center;transition:all .2s ease;width:44px}.theme-toggle:active{transform:scale(.95)}.mobile-fab{align-items:center;background:#2563eb;background:var(--primary-color);border:none;border-radius:50%;bottom:calc(80px + env(safe-area-inset-bottom, 0) + 1rem);box-shadow:0 4px 12px #2563eb66;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:56px;justify-content:center;position:fixed;right:1rem;transition:all .2s ease;width:56px;z-index:999}.mobile-fab:active{transform:scale(.9)}.mobile-fab.refreshing{animation:spin 1s linear infinite}@keyframes alertPulse{0%,to{box-shadow:0 0 0 0 #ef444466}50%{box-shadow:0 0 0 8px #ef444400}}.alert-pulse{animation:alertPulse 2s infinite}.loading-container{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:60px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}
/*# sourceMappingURL=main.8b89e355.css.map*/