.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem 1rem;box-shadow:0 2px 4px #0000001a}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.header-left{flex:1}.header-title{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.header-subtitle{font-size:1.1rem;opacity:.9}.header-right{display:flex;align-items:center}.contact-support-link{color:#fff;text-decoration:none;font-size:1rem;font-weight:500;padding:.5rem 1rem;border:1px solid rgba(255,255,255,.3);border-radius:4px;transition:background-color .2s,border-color .2s}.contact-support-link:hover{background-color:#ffffff1a;border-color:#ffffff80}@media (max-width: 768px){.header-content{flex-direction:column;align-items:flex-start;gap:1rem}.header-right{width:100%;justify-content:flex-end}.header-title{font-size:2rem}.header-subtitle{font-size:1rem}}.status-overview{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:1.5rem;transition:all .3s ease}.status-overview.status-operational{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:2px solid #10b981;box-shadow:0 4px 12px #10b98126}.status-indicator-wrapper{position:relative;flex-shrink:0;display:flex;align-items:center;justify-content:center}.status-indicator{width:56px;height:56px;border-radius:50%;position:relative;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000026;z-index:2}.status-overview.status-operational .status-indicator{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 16px #10b9814d;animation:gentlePulse 3s ease-in-out infinite}.status-checkmark{width:28px;height:28px;animation:checkmarkAppear .5s ease-out}.status-dot{width:12px;height:12px;border-radius:50%;background-color:#fff;animation:pulse 2s ease-in-out infinite}.status-glow{position:absolute;width:72px;height:72px;border-radius:50%;background:radial-gradient(circle,rgba(16,185,129,.3) 0%,transparent 70%);animation:glowPulse 2s ease-in-out infinite;z-index:1}@keyframes gentlePulse{0%,to{transform:scale(1);box-shadow:0 4px 16px #10b9814d}50%{transform:scale(1.05);box-shadow:0 6px 20px #10b98166}}@keyframes checkmarkAppear{0%{transform:scale(0) rotate(-45deg);opacity:0}50%{transform:scale(1.2) rotate(5deg)}to{transform:scale(1) rotate(0);opacity:1}}@keyframes glowPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.status-info{flex:1}.status-text{font-size:1.75rem;font-weight:700;margin-bottom:.5rem;color:#1f2937;transition:color .3s ease}.status-overview.status-operational .status-text{color:#065f46;font-size:1.875rem}.status-updated{color:#6b7280;font-size:.95rem;font-weight:500}.status-overview.status-operational .status-updated{color:#047857}@media (max-width: 768px){.status-overview{padding:1.5rem}.status-indicator{width:48px;height:48px}.status-checkmark{width:24px;height:24px}.status-glow{width:64px;height:64px}.status-text{font-size:1.5rem}.status-overview.status-operational .status-text{font-size:1.625rem}}.status-timeseries-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.status-timeseries-label{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.status-timeseries-graph{display:flex;align-items:flex-start;gap:2px;min-height:120px;padding-top:1rem;width:100%}.status-timeseries-bar-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;flex:1;min-width:0}.status-timeseries-bar{width:50%;min-height:20px;border-radius:2px;cursor:pointer;transition:opacity .2s}.status-timeseries-bar:hover{opacity:.8}.status-timeseries-bar.status-up{background-color:#10b981;height:40px}.status-timeseries-bar.status-down{background-color:#ef4444;height:40px}.status-timeseries-date-label{font-size:.7rem;color:#6b7280;white-space:nowrap;text-align:center;margin-top:.25rem}.status-timeseries-loading,.status-timeseries-empty{text-align:center;color:#6b7280;padding:2rem;font-size:.9rem}@media (max-width: 768px){.status-timeseries-card{padding:1rem}.status-timeseries-label{font-size:1.1rem}.status-timeseries-bar.status-up,.status-timeseries-bar.status-down{height:35px}}.service-card{border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:all .2s;background:#fafafa}.service-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.service-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;gap:1rem}.service-name{font-size:1.1rem;font-weight:600;color:#1f2937;flex:1}.service-status-badge{padding:.25rem .75rem;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.service-description{color:#6b7280;font-size:.9rem;margin-bottom:1rem;line-height:1.5}.service-details{display:flex;flex-direction:column;gap:.5rem}.service-detail-item{display:flex;justify-content:space-between;font-size:.85rem}.detail-label{color:#6b7280;font-weight:500}.detail-value{color:#1f2937;font-weight:600}.service-error{margin-top:.5rem;padding:.75rem;background-color:#fee2e2;border-left:3px solid #ef4444;border-radius:4px;display:flex;flex-direction:column;gap:.25rem}.error-label{font-size:.75rem;font-weight:600;color:#991b1b;text-transform:uppercase}.error-message{font-size:.85rem;color:#dc2626}.service-list{background:#fff;border-radius:8px;padding:2rem;box-shadow:0 1px 3px #0000001a}.service-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.service-list-header h2{font-size:1.5rem;font-weight:600;color:#1f2937}.refresh-button{padding:.5rem 1rem;background-color:#667eea;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.refresh-button:hover:not(:disabled){background-color:#5568d3}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}@media (max-width: 768px){.service-list{padding:1.5rem}.services-grid{grid-template-columns:1fr}.service-list-header{flex-direction:column;align-items:flex-start;gap:1rem}}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem 1rem}.loading-container,.error-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:400px;gap:1rem}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3498db;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-container button{padding:.75rem 1.5rem;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .2s}.error-container button:hover{background-color:#2980b9}@media (max-width: 768px){.main-content{padding:1rem .5rem}}*{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-color:#f5f5f5;color:#333}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
