.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;line-height:16px;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}*{margin:0;padding:0;box-sizing:border-box}body{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;background:#f7f8fa;color:#0f1419}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#fff;border-bottom:1px solid #e1e4e8;padding:1.5rem 0;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center}.header-actions{display:flex;gap:.5rem;align-items:center}.header h1{font-size:1.5rem;font-weight:600;color:#0f1419;letter-spacing:-.02em}.back-button{background:transparent;color:#3b82f6;border:1px solid #e1e4e8;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .2s}.back-button:hover{background:#f7f8fa;border-color:#3b82f6}.container{max-width:1000px;margin:0 auto;padding:0 2rem;width:100%}.main{flex:1;padding:3rem 0}.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;gap:1rem}.spinner{width:40px;height:40px;border:3px solid #e1e4e8;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading p{color:#6b7280;font-size:.875rem}.status-banner{background:#fff;border:1px solid #e1e4e8;border-radius:8px;padding:2rem;margin-bottom:2rem;display:flex;align-items:center;gap:1.5rem}.status-banner.operational{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#10b981}.status-banner.degraded{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-color:#ef4444}.status-banner-icon{width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;flex-shrink:0}.status-banner.operational .status-banner-icon{background:#10b981;color:#fff}.status-banner.degraded .status-banner-icon{background:#ef4444;color:#fff}.status-banner-text h2{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#0f1419}.status-banner-text p{font-size:.875rem;color:#6b7280}.services-section{background:#fff;border:1px solid #e1e4e8;border-radius:8px;padding:2rem;margin-bottom:2rem}.services-section h3{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem;color:#0f1419}.services-list{display:flex;flex-direction:column;gap:0}.service-item{padding:1.5rem 0;border-bottom:1px solid #e1e4e8;cursor:pointer;transition:background .2s}.service-item:last-child{border-bottom:none}.service-item:hover{background:#f7f8fa;margin:0 -2rem;padding:1.5rem 2rem}.service-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.service-info{display:flex;align-items:flex-start;gap:1rem;flex:1}.service-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;flex-shrink:0}.service-icon.operational{background:#10b981;color:#fff}.service-icon.degraded{background:#ef4444;color:#fff}.service-icon.unknown{background:#9ca3af;color:#fff}.service-details h4{font-size:1rem;font-weight:600;color:#0f1419;margin-bottom:.25rem}.service-description{font-size:.875rem;color:#6b7280}.service-status{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.status-label{font-size:.875rem;font-weight:500}.status-label.operational{color:#10b981}.status-label.degraded{color:#ef4444}.status-label.unknown{color:#9ca3af}.response-time{font-size:.75rem;color:#9ca3af}.day-uptime{font-size:.75rem;color:#6b7280}.service-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fee2e2;border-radius:6px;margin-bottom:1rem;font-size:.875rem;color:#dc2626}.error-icon{font-size:1rem;flex-shrink:0}.uptime-bar{display:flex;gap:2px;height:32px;align-items:flex-end}.uptime-day{flex:1;background:#10b981;border-radius:2px;opacity:.7;transition:opacity .2s}.uptime-day.up{background:#10b981}.uptime-day.down{background:#ef4444}.uptime-day:hover{opacity:1}.footer{background:#fff;border-top:1px solid #e1e4e8;padding:2rem 0;margin-top:auto}.footer-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer p{font-size:.875rem;color:#6b7280}.footer-links{display:flex;align-items:center;gap:1rem}.footer-links a{color:#3b82f6;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#2563eb;text-decoration:underline}.separator{color:#d1d5db}.site-detail{max-width:1000px;margin:0 auto}.site-header{background:#fff;border:1px solid #e1e4e8;padding:2rem;border-radius:8px;margin-bottom:2rem}.site-header h2{margin-bottom:.5rem;color:#0f1419;font-size:1.5rem;font-weight:600}.site-link{color:#3b82f6;text-decoration:none;font-size:.875rem;display:inline-block;margin-bottom:.5rem}.site-link:hover{text-decoration:underline}.description{color:#6b7280;margin-top:.5rem;font-size:.875rem}.uptime-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.uptime-card{background:#fff;border:1px solid #e1e4e8;padding:1.5rem;border-radius:8px;text-align:center}.uptime-card h3{font-size:.75rem;color:#6b7280;margin-bottom:1rem;text-transform:uppercase;font-weight:600;letter-spacing:.05em}.uptime-percent{font-size:2.5rem;font-weight:700;color:#10b981;margin-bottom:1rem}.uptime-details{display:grid;gap:.5rem;font-size:.875rem;color:#6b7280}.calendar-section,.checks-section{background:#fff;border:1px solid #e1e4e8;padding:2rem;border-radius:8px;margin-bottom:2rem}.calendar-section h3,.checks-section h3{margin-bottom:1rem;color:#0f1419;font-size:1.125rem;font-weight:600}.no-data{text-align:center;padding:3rem;color:#6b7280;font-size:.875rem}.checks-table{overflow-x:auto}.checks-table table{width:100%;border-collapse:collapse}.checks-table th{background:#f7f8fa;padding:.75rem;text-align:left;font-weight:600;color:#0f1419;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e1e4e8}.checks-table td{padding:.75rem;border-bottom:1px solid #e1e4e8;font-size:.875rem;color:#0f1419}.checks-table tr.up{background:#f0fdf4}.checks-table tr.down{background:#fef2f2}.checks-table tr:hover{background:#f7f8fa}@media (max-width: 768px){.container{padding:0 1rem}.status-banner{flex-direction:column;text-align:center;padding:1.5rem}.status-banner-text h2{font-size:1.25rem}.service-header{flex-direction:column;align-items:flex-start}.service-status{align-items:flex-start;flex-direction:row;gap:1rem}.uptime-cards{grid-template-columns:repeat(2,1fr)}.footer-content{flex-direction:column;text-align:center}.uptime-bar{height:24px}}@media (max-width: 480px){.header h1{font-size:1.25rem}.uptime-cards{grid-template-columns:1fr}}.checks-bar{display:grid;gap:2px;height:18px;margin-top:12px;width:100%}.check-bar{height:100%;background:#f3f4f6;position:relative;border-radius:2px}.check-bar.up{background:#10b981}.check-bar.down{background:#ef4444}.check-bar:hover .tooltip{opacity:1;visibility:visible;transform:translate(-50%,-6px)}.tooltip{position:absolute;left:50%;bottom:100%;transform:translate(-50%);background:#111827;color:#fff;padding:6px 8px;border-radius:6px;font-size:12px;white-space:pre;opacity:0;visibility:hidden;transition:all .15s ease-in-out;pointer-events:none;z-index:1000}.tooltip:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border-width:6px;border-style:solid;border-color:#111827 transparent transparent transparent}.subscribe-btn{background:#111827;color:#fff;border:none;padding:6px 10px;border-radius:6px;cursor:pointer;font-size:.75rem}.subscribe-btn:hover{background:#0b1220}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:200}.modal{width:100%;max-width:420px;background:#fff;border:1px solid #e1e4e8;border-radius:10px;box-shadow:0 10px 30px #0000001f;overflow:hidden}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e1e4e8}.modal-header h3{font-size:1rem}.modal-close{background:transparent;border:none;font-size:20px;cursor:pointer;line-height:1}.modal-body{padding:16px}.subscribe-form{display:flex;gap:8px;margin-top:12px}.subscribe-form input[type=email]{flex:1;padding:10px 12px;border:1px solid #e1e4e8;border-radius:8px;outline:none}.subscribe-form input[type=email]:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.subscribe-form button{background:#3b82f6;color:#fff;border:none;padding:10px 14px;border-radius:8px;cursor:pointer}.subscribe-form button:hover{background:#2563eb}.form-error{color:#ef4444;margin-top:10px;font-size:.875rem}.form-success{color:#10b981;margin-top:10px;font-size:.875rem}.service-name{cursor:pointer}.service-name:hover{text-decoration:underline}.subscribe-options{display:flex;gap:16px;margin-top:12px}.date-nav{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;background:#fff;border:1px solid #e1e4e8;border-radius:8px;padding:10px 12px;margin-bottom:16px}.range-tabs{display:flex;gap:6px}.range-tab{background:#f3f4f6;border:1px solid #e1e4e8;padding:6px 10px;border-radius:6px;font-size:.85rem;cursor:pointer}.range-tab.active{background:#111827;color:#fff;border-color:#111827}.date-controls{display:inline-flex;gap:8px;align-items:center}.date-controls .arrow{background:#fff;border:1px solid #e1e4e8;padding:6px 10px;border-radius:6px;cursor:pointer}.date-controls .current-label{font-weight:600;color:#111827;min-width:160px;text-align:center}.date-controls .today{background:#3b82f6;color:#fff;border:none;padding:6px 10px;border-radius:6px;cursor:pointer}.uptime-bars{display:grid;gap:2px;height:56px;align-items:end;width:100%}.uptime-bar-item{background:#e5e7eb;border-radius:2px;position:relative}.uptime-bar-item.ok{background:#10b981}.uptime-bar-item.warn{background:#f59e0b}.uptime-bar-item.bad{background:#ef4444}.uptime-bar-item:hover .tooltip{opacity:1;visibility:visible;transform:translate(-50%,-6px)}.subscribe-options .radio{display:inline-flex;align-items:center;gap:6px;font-size:.9rem}.site-checkboxes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin-top:10px}.site-checkboxes .checkbox{display:inline-flex;align-items:center;gap:8px;font-size:.9rem}@media (max-width: 480px){.site-checkboxes{grid-template-columns:1fr}}.admin-panel{display:flex;flex-direction:column;gap:2rem}.admin-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.admin-subtitle{margin-top:.25rem;font-size:.875rem;color:#6b7280}.admin-token-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.admin-token-text h3{font-size:.9rem;font-weight:600;margin-bottom:.25rem}.admin-token-text p{font-size:.8rem;color:#6b7280}.admin-token-form{display:flex;gap:.5rem;align-items:center}.admin-token-form input{padding:.5rem .75rem;border-radius:6px;border:1px solid #e1e4e8;font-size:.875rem;min-width:180px}.admin-token-form input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.admin-message{margin-top:.75rem;font-size:.85rem}.admin-message.info{color:#059669}.admin-message.error{color:#b91c1c}.admin-warning{margin-top:.5rem;font-size:.8rem;color:#b45309}.admin-form{display:flex;flex-direction:column;gap:1rem}.admin-form-row{display:flex;flex-direction:column;gap:.25rem}.admin-form-row label{font-size:.85rem;font-weight:500;color:#374151}.admin-form-row input,.admin-form-row textarea{padding:.5rem .75rem;border-radius:6px;border:1px solid #e1e4e8;font-size:.875rem}.admin-form-row input:focus,.admin-form-row textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.admin-help{font-size:.75rem;color:#6b7280}.admin-form-actions{display:flex;align-items:center;gap:.75rem}.admin-hint{font-size:.8rem;color:#6b7280}.admin-sites-table{margin-top:1rem;overflow-x:auto}.admin-sites-table table{width:100%;border-collapse:collapse;font-size:.875rem}.admin-sites-table th,.admin-sites-table td{padding:.5rem .75rem;border-bottom:1px solid #e1e4e8;text-align:left}.admin-sites-table th{background:#f7f8fa;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#4b5563}.admin-actions{white-space:nowrap;display:flex;flex-direction:column;gap:.25rem}.admin-url-cell a{color:#3b82f6;text-decoration:none}.admin-url-cell a:hover{text-decoration:underline}@media (max-width: 768px){.admin-token-row{flex-direction:column;align-items:stretch}.admin-token-form{justify-content:flex-start}.admin-actions{flex-direction:row;justify-content:flex-end}}
