:root{color-scheme:light;--color-bg:#f1f5f9;--color-surface:#fff;--color-surface-hover:#f8f9fa;--color-surface-alt:#f8fafc;--color-surface-soft:#f1f5f9;--color-text:#0f172a;--color-text-muted:#475569;--color-text-secondary:#475569;--color-border-soft:rgba(148,163,184,.25);--color-border-strong:rgba(148,163,184,.4);--color-code-bg:#f1f3f4;--color-primary:#0d6efd;--color-primary-contrast:#fff;--color-accent:#38bdf8;--color-success:#22c55e;--color-warning:#facc15;--color-danger:#ef4444;--navbar-bg:hsla(0,0%,100%,.92);--navbar-border:rgba(15,23,42,.08);--navbar-text:#0f172a;--navbar-text-muted:rgba(15,23,42,.6);--navbar-text-active:#0369a1;--navbar-shadow:0 14px 28px rgba(15,23,42,.1);--search-overlay-bg:rgba(15,23,42,.92);--search-overlay-surface:rgba(15,23,42,.72);--search-overlay-border:rgba(148,163,184,.35);--search-overlay-input-bg:rgba(15,23,42,.85);--search-overlay-input-border:rgba(56,189,248,.45);--search-overlay-input-text:#f8fafc;--button-outline-border:rgba(56,189,248,.4);--button-outline-text:#0f172a;--button-outline-hover-bg:rgba(56,189,248,.12);--search-inline-border:rgba(148,163,184,.5);--card-background:#fff;--card-shadow:0 22px 45px rgba(15,23,42,.08);--table-header-bg:rgba(148,163,184,.12);--table-row-hover-bg:rgba(56,189,248,.08);--signal-success-bg:rgba(34,197,94,.18);--signal-success-text:#166534;--signal-warning-bg:rgba(250,204,21,.18);--signal-warning-text:#854d0e;--signal-danger-bg:rgba(239,68,68,.2);--signal-danger-text:#7f1d1d;--signal-muted-bg:rgba(100,116,139,.16);--signal-muted-text:#334155;--post-status-text:#f8fafc;--post-status-default-bg:linear-gradient(135deg,rgba(59,130,246,.82),rgba(29,78,216,.88));--post-status-resolve-bg:linear-gradient(135deg,rgba(34,197,94,.88),rgba(22,101,52,.9));--post-status-schedule-bg:linear-gradient(135deg,rgba(250,204,21,.9),rgba(217,119,6,.85));--post-status-outage-bg:linear-gradient(135deg,hsla(0,91%,71%,.92),rgba(185,28,28,.9));--posts-pager-bg:linear-gradient(135deg,rgba(15,23,42,.92),rgba(56,189,248,.72));--posts-pager-text:#f8fafc}[data-theme=dark]{color-scheme:dark;--color-bg:#030712;--color-surface:#0f172a;--color-surface-hover:#1b263d;--color-surface-alt:#111e3b;--color-surface-soft:rgba(15,23,42,.85);--color-text:#e2e8f0;--color-text-muted:#94a3b8;--color-text-secondary:#94a3b8;--color-border-soft:rgba(51,65,85,.6);--color-border-strong:rgba(71,85,105,.7);--color-primary:#38bdf8;--color-primary-contrast:#041121;--color-accent:#0ea5e9;--color-code-bg:#1e293b;--navbar-bg:rgba(15,23,42,.9);--navbar-border:rgba(148,163,184,.25);--navbar-text:#e2e8f0;--navbar-text-muted:rgba(226,232,240,.55);--navbar-text-active:#38bdf8;--navbar-shadow:0 18px 48px rgba(2,6,23,.65);--search-overlay-bg:rgba(2,6,23,.94);--search-overlay-surface:rgba(15,23,42,.9);--search-overlay-border:rgba(56,189,248,.3);--search-overlay-input-bg:rgba(15,23,42,.85);--search-overlay-input-border:rgba(56,189,248,.55);--search-overlay-input-text:#f8fafc;--button-outline-border:rgba(56,189,248,.6);--button-outline-text:#e2e8f0;--button-outline-hover-bg:rgba(56,189,248,.24);--search-inline-border:rgba(56,189,248,.32);--card-background:rgba(15,23,42,.85);--card-shadow:0 25px 50px rgba(2,6,23,.45);--table-header-bg:rgba(56,189,248,.18);--table-row-hover-bg:rgba(56,189,248,.15);--signal-success-bg:rgba(34,197,94,.28);--signal-success-text:#86efac;--signal-warning-bg:rgba(250,204,21,.28);--signal-warning-text:#fde047;--signal-danger-bg:rgba(239,68,68,.28);--signal-danger-text:#fca5a5;--signal-muted-bg:rgba(71,85,105,.35);--signal-muted-text:#cbd5e1}*{box-sizing:border-box;margin:0;padding:0}body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;color:var(--color-text);background-color:var(--color-bg)}#__next,body{min-height:100vh}#__next{display:flex;flex-direction:column}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.MuiButton-root,.MuiTab-root{text-transform:none!important}.btn{border-radius:4px}.leaflet-container{width:100%;height:100%}.leaflet-popup-content{font-family:inherit}.custom-div-icon{background:transparent;border:none}.card{border-radius:8px}.card,.main-nav{box-shadow:0 2px 4px rgba(0,0,0,.1)}.main-nav{background-color:#1976d2}.nav-brand{color:#fff!important;font-weight:600}.loading{display:flex;justify-content:center;align-items:center;min-height:200px}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#1976d2;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{color:#d32f2f;background-color:#ffebee;border-left:4px solid #d32f2f}.error-message,.success-message{padding:16px;border-radius:4px;margin:16px 0}.success-message{color:#2e7d32;background-color:#e8f5e8;border-left:4px solid #2e7d32}.container-fluid{padding:0 16px}@media (max-width:768px){.container-fluid{padding:0 8px}}@media print{.no-print{display:none!important}body{background-color:#fff!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.focus-visible{outline:2px solid #1976d2;outline-offset:2px}.data-table{width:100%;border-collapse:collapse;margin:16px 0}.data-table td,.data-table th{padding:12px;text-align:left;border-bottom:1px solid #ddd}.data-table th{background-color:#f5f5f5;font-weight:600}.data-table tr:hover{background-color:#f9f9f9}.status-online{color:#2e7d32}.status-offline{color:#d32f2f}.status-warning{color:#f57c00}.chart-container{background:#fff;padding:20px;margin:16px 0}.chart-container,.map-container{border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1)}.map-container{height:400px;overflow:hidden}.timeline-container{position:relative;padding:40px 0;margin:0 auto;max-width:960px;font-family:Inter,PT Sans,sans-serif}.timeline-line{left:60px;width:3px;background:linear-gradient(180deg,#fff 0,#fee2e2 12%,#ef4444 28%,#b91c1c 40%,#1d4ed8 60%,#3b82f6 72%,#bfdbfe 88%,#fff);box-shadow:0 0 8px rgba(0,0,0,.1);z-index:1}.timeline-line,.timeline-line:before{position:absolute;top:0;bottom:0;border-radius:2px}.timeline-line:before{content:"";left:0;right:0;background-image:linear-gradient(to bottom,hsla(0,0%,100%,.8) 0,hsla(0,0%,100%,.6) 30%,hsla(0,0%,100%,.3) 45%,hsla(0,0%,100%,.1) 55%,hsla(0,0%,100%,.3) 70%,hsla(0,0%,100%,.5) 100%),repeating-linear-gradient(to bottom,transparent 0,transparent 8px,var(--color-surface,#fff) 8px,var(--color-surface,#fff) 16px);mix-blend-mode:multiply}.timeline-now{position:absolute;left:0;top:50%;transform:translateY(-50%);z-index:10;display:flex;align-items:center;width:100%}.timeline-now-marker{position:absolute;left:42px}.timeline-now-label{position:absolute;left:-60px;background:var(--color-warning,#facc15);color:var(--color-surface,#fff);padding:8px 16px;border-radius:20px;font-weight:700;font-size:14px;box-shadow:0 4px 12px rgba(250,204,21,.3);white-space:nowrap}.timeline-now-dot{width:36px;height:36px;border-radius:50%;background:var(--color-success,#22c55e);border:8px solid var(--color-surface,#fff);box-shadow:0 4px 12px rgba(34,197,94,.4);animation:timeline-pulse 2s infinite;transition:all .5s ease-in-out}@keyframes timeline-pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.timeline-item{position:relative;margin-bottom:50px;margin-left:120px;min-height:50px;z-index:2}.timeline-item:last-child{margin-bottom:0}.timeline-marker{position:absolute;left:-78px;top:-5px}.timeline-dot{width:36px;height:36px;border-radius:50%;border:8px solid var(--color-surface,#fff);box-shadow:0 4px 12px rgba(0,0,0,.1);transition:all .5s ease-in-out}.timeline-dot:hover{border-color:var(--color-text,#232931)}.timeline-arrow{position:absolute;left:-25px;top:13px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:15px solid var(--color-surface,#fff);z-index:2;filter:drop-shadow(-1px 0 1px rgba(0,0,0,.1))}.timeline-card{background:var(--color-surface,#fff);border:1px solid var(--color-border-soft,rgba(148,163,184,.25));border-radius:16px;padding:24px;box-shadow:0 4px 12px hsla(0,0%,47%,.15);transition:all .3s ease;text-align:left;position:relative}.timeline-card:hover{box-shadow:0 8px 25px hsla(0,0%,47%,.25);transform:translateY(-3px);background:var(--color-surface-hover,#f8f9fa);cursor:pointer}.timeline-card-header{margin-bottom:16px;text-align:left}.timeline-card-title{margin:0 0 8px;font-size:18px;font-weight:600;color:var(--color-text,#0f172a);line-height:1.3}.timeline-timestamp{color:var(--color-success,#22c55e);font-size:12px;font-weight:500;width:120px;margin-bottom:8px}.timeline-card-dates{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.timeline-relative{color:var(--color-text-muted,#475569);font-weight:500;letter-spacing:.02em;margin-bottom:12px;text-transform:uppercase}.timeline-card-body{color:var(--color-text-secondary,#475569);line-height:1.6;margin-bottom:16px}.timeline-card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.timeline-card-actions .MuiButton-root,.timeline-card-actions button{font-size:12px;padding:4px 12px}.timeline-item--past .timeline-dot{background:var(--color-success,#22c55e)}.timeline-item--current .timeline-dot{background:var(--color-primary,#0d6efd)}.timeline-item--future .timeline-dot{background:var(--color-text-muted,#94a3b8)}.timeline-item--distant-future .timeline-marker .timeline-dot,.timeline-item--distant-past .timeline-marker .timeline-dot{animation:timeline-pulse-fade 3s infinite}@keyframes timeline-pulse-fade{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.timeline-item--distant-future .timeline-card,.timeline-item--distant-past .timeline-card{opacity:.6}.timeline-item--far-future .timeline-card,.timeline-item--far-past .timeline-card{opacity:.75}.timeline-item--recent-past .timeline-marker .timeline-dot{background:rgba(220,38,38,.8);border-color:#dc2626}.timeline-item--far-past .timeline-marker .timeline-dot{background:rgba(220,38,38,.5);border-color:rgba(220,38,38,.7)}.timeline-item--distant-past .timeline-marker .timeline-dot{background:rgba(220,38,38,.3);border-color:rgba(220,38,38,.5)}.timeline-item--near-future .timeline-marker .timeline-dot{background:rgba(59,130,246,.8);border-color:#3b82f6}.timeline-item--far-future .timeline-marker .timeline-dot{background:rgba(59,130,246,.5);border-color:rgba(59,130,246,.7)}.timeline-item--distant-future .timeline-marker .timeline-dot{background:rgba(30,64,175,.3);border-color:rgba(30,64,175,.5)}.timeline-loading{border-radius:8px;background:var(--color-surface-soft,rgba(0,0,0,.02))}.timeline-end,.timeline-loading{display:flex;align-items:center;justify-content:center;padding:20px;margin:20px 0;color:var(--color-text-secondary,#666)}.timeline-end{font-style:italic;border-top:1px dashed var(--color-border-soft,#e0e0e0)}[data-theme=dark] .timeline-line{background:linear-gradient(180deg,#dc2626 0,#ef4444 20%,#f87171 30%,#6b7280 40%,#4b5563 50%,#9ca3af 60%,#d1d5db 75%,#f9fafb 90%,#fff);box-shadow:0 0 12px rgba(0,0,0,.3)}[data-theme=dark] .timeline-line:before{background-image:linear-gradient(to bottom,rgba(35,41,49,.9) 0,rgba(35,41,49,.7) 30%,rgba(35,41,49,.4) 45%,rgba(35,41,49,.2) 55%,rgba(35,41,49,.4) 70%,rgba(35,41,49,.6) 100%),repeating-linear-gradient(to bottom,transparent 0,transparent 8px,var(--color-surface,#232931) 8px,var(--color-surface,#232931) 16px)}[data-theme=dark] .timeline-now-label{color:var(--color-text,#0f172a)}[data-theme=dark] .timeline-card{background:var(--color-surface,#0f172a);border-color:var(--color-border-soft,rgba(148,163,184,.2));box-shadow:0 4px 12px rgba(35,41,49,.3)}[data-theme=dark] .timeline-card:hover{box-shadow:0 8px 25px rgba(35,41,49,.5);background:var(--color-surface-hover,#1b263d)}[data-theme=dark] .timeline-arrow{border-right-color:var(--color-surface,#0f172a)}[data-theme=dark] .timeline-item--distant-past .timeline-marker .timeline-dot{background:rgba(220,38,38,.4);border-color:rgba(220,38,38,.6);box-shadow:0 0 8px rgba(220,38,38,.3)}[data-theme=dark] .timeline-item--far-past .timeline-marker .timeline-dot{background:rgba(220,38,38,.6);border-color:rgba(220,38,38,.8);box-shadow:0 0 6px rgba(220,38,38,.4)}[data-theme=dark] .timeline-item--recent-past .timeline-marker .timeline-dot{background:rgba(239,68,68,.8);border-color:#ef4444;box-shadow:0 0 4px rgba(239,68,68,.5)}[data-theme=dark] .timeline-item--near-future .timeline-marker .timeline-dot{background:rgba(59,130,246,.8);border-color:#3b82f6;box-shadow:0 0 4px rgba(59,130,246,.5)}[data-theme=dark] .timeline-item--far-future .timeline-marker .timeline-dot{background:rgba(59,130,246,.6);border-color:rgba(59,130,246,.8);box-shadow:0 0 6px rgba(59,130,246,.4)}[data-theme=dark] .timeline-item--distant-future .timeline-marker .timeline-dot{background:rgba(30,64,175,.4);border-color:rgba(30,64,175,.6);box-shadow:0 0 8px rgba(30,64,175,.3)}[data-theme=dark] .timeline-loading{background:var(--color-surface-soft,hsla(0,0%,100%,.05));color:var(--color-text-secondary,#999)}[data-theme=dark] .timeline-end{color:var(--color-text-secondary,#999);border-top-color:var(--color-border-soft,#404040)}