body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f4f6;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{flex:1 1;padding-top:20px}.container{margin:0 auto;max-width:1200px;padding:20px}.page-hero{margin-bottom:40px;padding:2rem 0;text-align:center}.hero-title{color:#1f2937;font-size:3rem;font-weight:700;letter-spacing:-.02em;margin-bottom:10px}.hero-subtitle{color:#6b7280;font-weight:500;margin:0}.header{margin-bottom:40px;text-align:center}.title{color:#1f2937;font-size:3rem;font-weight:700;margin-bottom:10px}.subtitle{color:#6b7280;font-size:1.25rem}.form-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px}.form-group{margin-bottom:20px}.label{color:#374151;display:block;font-size:.875rem;font-weight:600;margin-bottom:8px}.input{border:2px solid #d1d5db;border-radius:8px;box-sizing:border-box;font-size:1rem;padding:12px 16px;transition:border-color .2s;width:100%}.input:focus{border-color:#3b82f6;outline:none}.button{background-color:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:12px 24px;transition:background-color .2s;width:100%}.button:hover:not(:disabled){background-color:#2563eb}.button:disabled{background-color:#9ca3af;cursor:not-allowed}.spinner{animation:spin 1s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#3b82f6;display:inline-block;height:20px;margin-right:8px;width:20px}.results-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:30px}.results-header{margin-bottom:30px;text-align:center}.status-icon{display:flex;justify-content:center;margin-bottom:10px}.status-text{font-size:1.5rem;font-weight:700;margin-bottom:5px}.status-text.up{color:#10b981}.status-text.warning{color:#f59e0b}.status-text.down{color:#ef4444}.status-url{word-break:break-all}.status-summary{border-radius:20px;display:inline-block;font-size:.9rem;font-weight:600;margin-top:8px;padding:4px 12px}.status-summary.success{background-color:#dcfce7;color:#166534}.status-summary.warning{background-color:#fef3c7;color:#92400e}.status-summary.error{background-color:#fee2e2;color:#991b1b}.troubleshooting-section{background:#f9fafb;border-left:4px solid #3b82f6;border-radius:8px;margin-top:30px;padding:20px}.troubleshooting-section h4{color:#1f2937;font-size:1.1rem;margin:0 0 15px}.troubleshooting-tips{list-style:none;margin:0;padding-left:0}.troubleshooting-tips li{color:#4b5563;line-height:1.4;padding:8px 0}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:30px}.stat-card{background:#f9fafb}.stat-label{margin-bottom:5px}.stat-value{color:#1f2937;font-size:1.5rem;font-weight:700}.locations-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:30px}.location-card{background:#fff;border-left:4px solid #d1d5db;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:16px;transition:all .2s ease}.location-card:hover{box-shadow:0 4px 8px #0000001a}.location-card.up{border-left-color:#10b981}.location-card.warning{border-left-color:#f59e0b}.location-card.down{border-left-color:#ef4444}.location-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.location-name{color:#1f2937}.location-status{border-radius:4px;font-size:.875rem;font-weight:600;padding:4px 8px}.location-status.up{background-color:#dcfce7;color:#166534}.location-status.warning{background-color:#fef3c7;color:#92400e}.location-status.down{background-color:#fee2e2;color:#991b1b}.location-details{grid-gap:10px;color:#6b7280;display:grid;font-size:.875rem;gap:10px;grid-template-columns:1fr 1fr}.actions{display:flex;flex-wrap:wrap;gap:10px}.action-button{background-color:#6b7280;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;padding:8px 16px;transition:background-color .2s}.action-button:hover{background-color:#4b5563}.action-button.primary-action{background-color:#3b82f6}.action-button.primary-action:hover:not(:disabled){background-color:#2563eb}.action-button:disabled{background-color:#9ca3af;cursor:not-allowed}.error-message{background-color:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;margin-bottom:20px;padding:16px}.popular-sites-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px}.popular-sites-title{color:#1f2937;font-size:1.5rem;font-weight:700;margin-bottom:20px;text-align:center}.popular-sites-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px}.popular-site-card{background:#f9fafb;border:2px solid #0000;border-radius:8px;cursor:pointer;padding:15px;transition:all .2s}.popular-site-card:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-1px)}.popular-site-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.popular-site-domain{color:#1f2937;font-size:.9rem;font-weight:600}.popular-site-status{font-size:1.2rem}.popular-site-status.up{color:#10b981}.popular-site-status.warning{color:#f59e0b}.popular-site-status.down{color:#ef4444}.popular-site-details{color:#6b7280;display:flex;font-size:.8rem;justify-content:space-between}.popular-site-response{font-weight:500}.popular-sites-subtitle{color:#6b7280;font-size:.9rem;font-style:italic;margin:0;text-align:center}.popular-sites-actions{align-items:center;display:flex;flex-direction:column;gap:15px;margin-top:20px}.more-sites-link{background:#0000;color:#3b82f6;display:inline-block;font-size:.95rem;font-weight:500;padding:8px 0;text-decoration:none;transition:all .2s ease}.more-sites-link:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:768px){.container{padding:10px}.page-hero{margin-bottom:30px;padding:1.5rem 0}.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.125rem;padding:0 1rem}.title{font-size:2rem}.form-container,.popular-sites-container,.results-container{padding:20px}.locations-grid,.stats-grid{grid-template-columns:1fr}.popular-sites-grid{gap:10px;grid-template-columns:1fr 1fr}.actions{flex-direction:column}.action-button{width:100%}}.popular-sites-loading{padding:40px 20px;text-align:center}.popular-sites-loading .spinner{margin:0 auto 20px}.popular-sites-loading p{color:#6b7280;font-size:1rem}.refresh-button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;font-size:.875rem;margin-top:15px;padding:8px 16px;transition:all .2s ease}.refresh-button:hover:not(:disabled){background:#e5e7eb;border-color:#9ca3af}.refresh-button:disabled{cursor:not-allowed;opacity:.5}.historical-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-top:20px;padding:20px}.historical-section h4{color:#374151;font-size:1.125rem;font-weight:600;margin:0 0 15px}.historical-stats{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-bottom:20px}.historical-stat{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:12px;text-align:center}.historical-stat .stat-label{color:#6b7280;display:block;font-size:.75rem;letter-spacing:.05em;margin-bottom:4px;text-transform:uppercase}.historical-stat .stat-value{color:#1f2937;display:block;font-size:1.25rem;font-weight:700}.recent-checks h5{color:#374151;font-size:1rem;font-weight:600;margin:0 0 10px}.recent-checks-list{display:flex;flex-direction:column;gap:8px}.recent-check{grid-gap:10px;align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;display:grid;gap:10px;grid-template-columns:1fr auto auto;padding:10px 12px}.recent-check.online{border-left:4px solid #10b981}.recent-check.offline{border-left:4px solid #ef4444}.check-time{color:#6b7280;font-size:.875rem}.check-status{font-size:.875rem;font-weight:500}.check-status.online{color:#059669}.check-status.offline{color:#dc2626}.check-response{color:#6b7280;font-family:Monaco,Menlo,monospace;font-size:.875rem}.comments-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-top:20px;padding:20px}.comments-section h4{color:#374151;font-size:1.125rem;font-weight:600;margin:0 0 20px}.add-comment-form{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:20px;padding:15px}.comment-input-group{display:flex;flex-direction:column;gap:10px;margin-bottom:10px}.comment-author-input,.comment-textarea{border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;padding:8px 12px}.comment-textarea{font-family:inherit;line-height:1.4;resize:vertical}.comment-author-input:focus,.comment-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.add-comment-button{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:8px 16px;transition:background-color .2s ease}.add-comment-button:hover:not(:disabled){background:#2563eb}.add-comment-button:disabled{background:#9ca3af;cursor:not-allowed}.comments-loading{padding:20px;text-align:center}.comments-loading .spinner{margin:0 auto 10px}.comments-list{display:flex;flex-direction:column;gap:15px}.comment{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:15px}.comment-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;margin-bottom:8px;padding-bottom:8px}.comment-author{color:#1f2937;font-size:.875rem;font-weight:600}.comment-time{color:#6b7280;font-size:.75rem}.comment-message{color:#374151;font-size:.875rem;line-height:1.5;white-space:pre-wrap}.no-comments{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-style:italic;padding:20px;text-align:center}@media (max-width:768px){.historical-stats,.recent-check{grid-template-columns:1fr}.recent-check{gap:5px;text-align:center}.comment-input-group{gap:8px}.comments-section,.historical-section{padding:15px}}.diagnostic-sections{display:flex;flex-direction:column;gap:16px;margin-top:40px}.diagnostic-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:16px 24px}.diagnostic-table{display:flex;flex-direction:column;gap:8px}.table-header,.table-row{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:200px repeat(5,1fr);padding:12px 0}.table-header{border-bottom:2px solid #f3f4f6;color:#374151;font-size:.875rem;font-weight:600}.table-row{border-bottom:1px solid #f9fafb}.table-row:last-child{border-bottom:none}.check-label{color:#4b5563;font-size:.875rem;font-weight:500}.location-column{color:#6b7280;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-align:center;text-transform:uppercase}.section-label-header{min-width:0}.section-label{display:flex;flex-direction:column;justify-content:center}.section-label h3{color:#374151;font-size:1rem;font-weight:600;line-height:1.2;margin:0 0 2px}.section-label p{color:#6b7280;font-size:.8rem;line-height:1.2;margin:0}.status-cell{font-size:1.4rem;text-align:center}@media (max-width:768px){.diagnostic-section{padding:16px}.table-header,.table-row{font-size:.75rem;gap:8px;grid-template-columns:140px repeat(5,1fr)}.section-label h3{font-size:.85rem}.section-label p{font-size:.7rem}.location-column{font-size:.6rem}.status-cell{font-size:1.2rem}.check-label{font-size:.75rem}}.breadcrumb{color:#6b7280;font-size:.9rem}.breadcrumb a{color:#3b82f6}.page-header{margin-bottom:40px;text-align:center}.category-navigation{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:30px;padding:25px}.category-navigation h3{color:#1f2937;font-size:1.1rem;font-weight:600;margin:0 0 15px}.category-links{display:flex;flex-wrap:wrap;gap:8px}.category-link{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:20px;color:#374151;display:inline-flex;font-size:.875rem;font-weight:500;gap:6px;padding:8px 12px;text-decoration:none;transition:all .2s ease}.category-link:hover{background:#2563eb;border-color:#2563eb;color:#fff;transform:translateY(-1px)}.category-link .category-icon{font-size:1rem}.popular-sites-categories{margin-bottom:40px}.category-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px}.category-title{align-items:center;color:#1f2937;display:flex;font-size:1.25rem;font-weight:600;gap:10px;margin-bottom:20px}.category-icon{font-size:1.3rem}.category-count{color:#6b7280;font-size:.875rem;font-weight:400;margin-left:auto}.sites-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.site-card-compact{background:#f9fafb;border:2px solid #0000;border-radius:8px;color:inherit;display:block;padding:15px;text-decoration:none;transition:all .2s}.site-card-compact:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-1px)}.site-card-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.site-name{color:#1f2937;font-size:.9rem;font-weight:600}.site-status{font-size:1rem}.site-status-text{color:#10b981;font-size:.8rem;font-weight:500}.summary-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px;text-align:center}.summary-section h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:20px}.stats-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.stat-card{background:#f3f4f6;border-radius:8px;padding:20px;text-align:center}.stat-number{color:#1f2937;font-size:2rem;margin-bottom:5px}.stat-label{color:#6b7280}.seo-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px}.seo-section h2{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:15px}.seo-section p{color:#6b7280;font-size:.9rem;line-height:1.6;margin-bottom:15px}.navigation-section{margin-top:40px}@media (max-width:768px){.category-navigation{padding:20px}.category-links{gap:6px}.category-link{font-size:.8rem;padding:6px 10px}.sites-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.category-section{padding:20px}.category-title{font-size:1.1rem}.stats-grid{grid-template-columns:repeat(2,1fr)}}.related-sites-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:30px;padding:30px}.related-sites-section h3{color:#1f2937;font-size:1.2rem;font-weight:600;margin:0 0 20px}.related-sites-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.related-action-card{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;color:#374151;display:flex;gap:15px;padding:20px;text-decoration:none;transition:all .2s ease}.related-action-card:hover{background:#2563eb;border-color:#2563eb;box-shadow:0 4px 12px #2563eb33;color:#fff;transform:translateY(-2px)}.related-content h4{font-size:1rem;margin:0 0 5px}.related-content p{font-size:.875rem}@media (max-width:480px){.related-sites-section{padding:20px}.related-sites-grid{gap:15px;grid-template-columns:1fr}.related-action-card{gap:12px;padding:15px}.related-icon{font-size:1.5rem}.related-content h4{font-size:.9rem}.related-content p{font-size:.8rem}.sites-grid,.stats-grid{grid-template-columns:1fr}}.cloud-providers-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:1rem;margin:2rem 0;padding:2rem}.cloud-providers-header{margin-bottom:2rem;text-align:center}.cloud-providers-title{color:#1e293b;font-size:1.875rem;font-weight:700;margin:0 0 .5rem}.cloud-providers-subtitle{color:#64748b;font-size:1rem;margin:0}.cloud-providers-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-bottom:2rem}.cloud-provider-card{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;color:inherit;cursor:pointer;display:flex;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s ease}.cloud-provider-card:hover{border-color:#3b82f6;box-shadow:0 10px 25px #0000001a;transform:translateY(-2px)}.cloud-provider-card.coming-soon{cursor:default;opacity:.7}.cloud-provider-card.coming-soon:hover{border-color:#e2e8f0;box-shadow:none;transform:none}.cloud-provider-icon{flex-shrink:0}.cloud-provider-info{flex:1 1}.cloud-provider-info h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.cloud-provider-info p{color:#64748b;font-size:.875rem;margin:0 0 .75rem}.cloud-provider-status{align-items:center;display:flex;font-size:.875rem;gap:.5rem}.status-indicator{font-size:.75rem}.status-operational{color:#10b981}.coming-soon-badge{background:#f1f5f9;border-radius:.375rem;color:#64748b;font-size:.75rem;font-weight:500;padding:.25rem .5rem}.cloud-providers-footer{border-top:1px solid #e2e8f0;padding-top:1rem;text-align:center}.view-all-providers{align-items:center;color:#3b82f6;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;text-decoration:none;transition:color .3s ease}.view-all-providers:hover{color:#1d4ed8}@media (max-width:768px){.cloud-providers-section{margin:1.5rem 0;padding:1.5rem}.cloud-providers-title{font-size:1.5rem}.cloud-providers-grid{gap:1rem;grid-template-columns:1fr}.cloud-provider-card{padding:1rem}}@media (max-width:480px){.cloud-providers-section{padding:1rem}.cloud-provider-card{flex-direction:column;gap:.75rem;text-align:center}}.status-page-header{margin-bottom:25px;padding:15px 0;text-align:center}.breadcrumb{color:#666;font-size:14px;margin-bottom:20px}.breadcrumb a{color:#007bff;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.seo-title{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:15px}.seo-subtitle{color:#6b7280;font-size:1.1rem;margin:0 auto;max-width:600px}.current-status-section{margin-bottom:25px}.current-status-section h2{font-size:1.3rem;margin-bottom:15px}.search-another-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin:20px 0;padding:15px 20px;text-align:left}.search-another-section h3{color:#1f2937;font-size:.9rem;font-weight:500;margin-bottom:10px}.search-form{max-width:400px}.search-input-group{display:flex;flex-direction:column;gap:8px}.search-input{border-radius:4px;font-size:14px;padding:8px 12px}.search-input:focus{border-color:#007bff;box-shadow:0 0 0 2px #007bff1a}.search-button{align-self:flex-start;font-size:14px;min-width:100px;padding:8px 16px}.status-summary-centered{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px 0 #0000001a;margin:20px 0;padding:32px;text-align:center}.status-section-title{color:#1f2937;font-size:1.25rem;font-weight:600;margin-bottom:24px}.status-main-display{margin-bottom:24px}.status-icon-large{display:flex;justify-content:center;margin-bottom:16px}.status-title{color:#22c55e;font-size:1.5rem;font-weight:600;margin-bottom:8px}.status-url{color:#6b7280;font-size:1rem;margin-bottom:4px}.status-badge{background:#10b981;border-radius:20px;color:#fff;display:inline-block;font-size:.875rem;font-weight:500;margin-top:8px;padding:4px 12px}.status-metrics-integrated{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr);margin-bottom:24px;margin-top:24px;text-align:center}.status-metrics-integrated .metric-item{background:#0000;border:none;padding:0}.status-metrics-integrated .metric-label{color:#6b7280;display:block;font-size:.875rem;font-weight:400;margin-bottom:4px}.status-metrics-integrated .metric-value{color:#1f2937;display:block;font-size:1.5rem;font-weight:700}.regional-status-integrated{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:24px}.regional-grid-integrated{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:16px}.regional-card-compact{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;padding:12px 16px;text-align:left}.regional-card-compact.up{background:#ecfdf5;border-left:3px solid #10b981}.regional-card-compact.warning{background:#fffbeb;border-left:3px solid #f59e0b}.regional-card-compact.down{background:#fef2f2;border-left:3px solid #ef4444}.region-header-compact{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.region-name-compact{color:#1f2937;font-size:.875rem;font-weight:600}.region-status-compact{align-items:center;display:flex}.region-details-compact{color:#6b7280;font-size:.75rem;line-height:1.4}.response-time-compact,.status-code-compact{margin:1px 0}.status-metrics{grid-gap:0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:grid;gap:0;grid-template-columns:repeat(3,1fr);margin:30px 0;overflow:hidden}.status-metrics .metric-item{background:#fff;border-right:1px solid #e2e8f0;padding:20px 15px;text-align:center}.status-metrics .metric-item:last-child{border-right:none}.status-metrics .metric-label{color:#6b7280;display:block;font-size:.85rem;font-weight:500;letter-spacing:normal;margin-bottom:8px;text-transform:none}.status-metrics .metric-value{color:#1f2937;display:block;font-size:1.5rem;font-weight:700}.recheck-section{margin:30px 0;text-align:center}.regional-status{margin:30px 0}.regional-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));margin-top:20px}.regional-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:20px;transition:all .2s ease}.regional-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.regional-card.up{background:linear-gradient(135deg,#ecfdf5,#fff);border-left:4px solid #10b981}.regional-card.warning{background:linear-gradient(135deg,#fffbeb,#fff);border-left:4px solid #f59e0b}.regional-card.down{background:linear-gradient(135deg,#fef2f2,#fff);border-left:4px solid #ef4444}.region-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.region-name{color:#1f2937;font-weight:600}.region-status{font-size:1.2rem}.region-details{color:#6b7280;font-size:.9rem}.region-details div{margin:2px 0}.troubleshooting-section{background:linear-gradient(135deg,#f8fafc,#fff);border:1px solid #e2e8f0;border-radius:12px;margin:40px 0;padding:30px}.troubleshooting-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:20px}.troubleshooting-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:20px}.troubleshooting-card h4{color:#1f2937;font-size:1.1rem;margin-bottom:15px}.troubleshooting-card ul{list-style:none;margin:0;padding:0}.troubleshooting-card li{border-bottom:1px solid #f3f4f6;color:#4b5563;padding:8px 0}.troubleshooting-card li:last-child{border-bottom:none}.troubleshooting-card li:before{color:#10b981;content:"✓";font-weight:700;margin-right:10px}.community-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin:40px 0;padding:30px}.related-services{margin:40px 0}.related-grid{grid-gap:15px;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:20px}.related-service-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:inherit;display:block;padding:20px;text-decoration:none;transition:all .2s ease}.related-service-card:hover{border-color:#007bff;box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.service-info{display:flex;flex-direction:column;gap:5px}.service-name{color:#1f2937;font-size:1.1rem}.service-description{color:#6b7280;font-size:.9rem}.navigation-section{margin:40px 0;padding:20px 0;text-align:center}@media (max-width:768px){.seo-title{font-size:2rem}.status-summary-card{flex-direction:column;gap:15px;text-align:center}.search-input-group{flex-direction:column;gap:8px}.search-button,.search-input{width:100%}.status-metrics{grid-template-columns:1fr}.metric-item{border-bottom:1px solid #e2e8f0;border-right:none}.metric-item:last-child{border-bottom:none}.status-icon-large{font-size:2.5rem}.status-text-centered h3.status-title{font-size:1.5rem}.regional-grid,.troubleshooting-grid{grid-template-columns:1fr}.related-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.troubleshooting-card{padding:15px}}.popular-sites-enhanced{margin:40px 0}.popular-sites-enhanced h3{margin-bottom:10px}.popular-sites-enhanced p{color:#6b7280;margin-bottom:20px}.popular-sites-enhanced .popular-site-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;padding:15px;position:relative;transition:all .2s ease}.popular-sites-enhanced .popular-site-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.status-link-overlay{display:none}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;left:0;position:fixed;right:0;top:0;z-index:1000}.nav{height:64px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 24px}.header-logo,.nav{align-items:center;display:flex}.header-logo{color:inherit;text-decoration:none;transition:transform .15s ease}.header-logo:hover{transform:translateY(-1px)}.logo-container{gap:.75rem}.logo-container,.logo-icon,.logo-section{align-items:center;display:flex}.logo-icon{height:50px;justify-content:center;transition:all .15s ease;width:50px}.header-logo:hover .logo-icon{transform:scale(1.05)}.logo-text{display:flex;flex-direction:column;line-height:1.2}.logo-brand{color:#1f2937;font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin:0}.logo-tagline{color:#6b7280;font-size:.75rem;font-weight:500;letter-spacing:.05em;margin:0;text-transform:uppercase}.logo-text h1{color:#111827;font-size:20px;font-weight:700;line-height:1;margin:0}.logo-text p{color:#6b7280;font-size:10px;letter-spacing:.5px;margin:0}.nav-links{align-items:center;display:flex;gap:32px}.nav-links .nav-link{color:#4b5563;font-size:14px;font-weight:500;padding:8px 12px;position:relative;text-decoration:none;transition:color .2s}.nav-links .nav-link:hover{color:#3b82f6}.nav-links .nav-link.active{border-bottom:2px solid #3b82f6;color:#3b82f6}.nav-links .nav-link .badge{background:#10b981;border-radius:12px;color:#fff;font-size:10px;font-weight:600;padding:2px 6px;position:absolute;right:-8px;top:-4px}.cta-button{background:#3b82f6!important;color:#fff!important;font-size:14px;padding:10px 20px;transition:background .2s}.cta-button:hover{background:#2563eb!important;color:#fff!important}.mobile-menu-button{background:none;border:none;color:#4b5563;cursor:pointer;display:none}.mobile-menu-overlay,.mobile-nav{display:none}@media (max-width:768px){.cta-button,.nav-links{display:none}.mobile-menu-button{display:block}.mobile-nav.open{background:#fff;border-bottom:1px solid #e5e7eb;display:block;left:0;position:fixed;right:0;top:64px;z-index:999}.mobile-nav-content{padding:20px 24px}.mobile-nav-list{list-style:none;margin:0;padding:0}.mobile-nav-item{margin-bottom:16px}.mobile-nav-link{border-bottom:1px solid #f3f4f6;color:#4b5563;display:block;font-size:16px;font-weight:500;padding:12px 0;text-decoration:none}.mobile-nav-link.active{color:#3b82f6}.mobile-nav-cta{margin-top:20px}.mobile-cta-button{background:#3b82f6;border-radius:8px;color:#fff;display:block;font-size:16px;font-weight:600;padding:12px 20px;text-align:center;text-decoration:none;width:100%}.mobile-menu-overlay.open{background:#00000080;bottom:0;display:block;left:0;position:fixed;right:0;top:0;z-index:998}}:root{--footer-bg:#1f2937;--footer-bg-light:#374151;--footer-border:#4b5563;--footer-text-primary:#f9fafb;--footer-text-secondary:#d1d5db;--footer-text-muted:#9ca3af;--footer-accent:#3b82f6;--footer-accent-hover:#2563eb;--footer-success:#10b981;--footer-warning:#f59e0b;--footer-section-gap:2rem;--footer-link-gap:0.75rem}.site-footer{background:#1f2937;background:var(--footer-bg);border-top:1px solid #4b5563;border-top:1px solid var(--footer-border);color:#f9fafb;color:var(--footer-text-primary);margin-top:auto}.footer-container{margin:0 auto;max-width:1200px;padding:0 1rem}.footer-content{grid-gap:2rem;grid-gap:var(--footer-section-gap);display:grid;gap:2rem;gap:var(--footer-section-gap);grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:3rem 0 2rem}.footer-section{display:flex;flex-direction:column;gap:1.25rem}.footer-section-title{align-items:center;border-bottom:2px solid #3b82f6;border-bottom:2px solid var(--footer-accent);color:#f9fafb;color:var(--footer-text-primary);display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin:0;padding-bottom:.5rem}.footer-section-title svg{color:#3b82f6;color:var(--footer-accent);flex-shrink:0}.footer-links{display:flex;flex-direction:column;gap:.75rem;gap:var(--footer-link-gap);list-style:none;margin:0;padding:0}.footer-link{align-items:center;border-radius:4px;color:#d1d5db;color:var(--footer-text-secondary);display:flex;font-size:.9rem;gap:.5rem;padding:.5rem 0;position:relative;text-decoration:none;transition:all .2s ease}.footer-link:hover{color:#3b82f6;color:var(--footer-accent);transform:translateX(4px)}.footer-link svg{flex-shrink:0;opacity:.8;transition:opacity .2s ease}.footer-link:hover svg{color:#3b82f6;color:var(--footer-accent);opacity:1}.footer-link span{line-height:1.4}.footer-badge{border-radius:8px;flex-shrink:0;font-size:.65rem;font-weight:600;letter-spacing:.025em;margin-left:auto;padding:.125rem .375rem;text-transform:uppercase}.footer-link .footer-badge{background:#3b82f6;background:var(--footer-accent);color:#fff}.footer-link:hover .footer-badge{background:#2563eb;background:var(--footer-accent-hover)}.footer-count{color:#9ca3af;color:var(--footer-text-muted);font-size:.8rem;font-weight:500;margin-left:auto}.footer-link-highlight{color:#3b82f6!important;color:var(--footer-accent)!important;font-weight:500}.footer-link-highlight:hover{color:#2563eb!important;color:var(--footer-accent-hover)!important}.footer-link-future{cursor:not-allowed;opacity:.6}.footer-link-future,.footer-link-future:hover{color:#9ca3af!important;color:var(--footer-text-muted)!important}.footer-link-future:hover{transform:none}.footer-about{display:flex;flex-direction:column;gap:1.25rem}.footer-description{color:#d1d5db;color:var(--footer-text-secondary);font-size:.9rem;line-height:1.6;margin:0}.footer-stats{grid-gap:1rem;border-bottom:1px solid #4b5563;border-bottom:1px solid var(--footer-border);border-top:1px solid #4b5563;border-top:1px solid var(--footer-border);display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);padding:1rem 0}.footer-stat{display:flex;flex-direction:column;gap:.25rem;text-align:center}.stat-number{color:#3b82f6;color:var(--footer-accent);font-size:1.25rem}.stat-label{color:#9ca3af;color:var(--footer-text-muted);font-size:.75rem;letter-spacing:.05em;text-transform:uppercase}.footer-keywords{display:flex;flex-wrap:wrap;gap:.5rem}.footer-keywords span{background:#374151;background:var(--footer-bg-light);border-radius:12px;color:#9ca3af;color:var(--footer-text-muted);font-size:.75rem;font-weight:500;padding:.25rem .5rem}.footer-future-links{border-top:1px solid #4b5563;border-top:1px solid var(--footer-border);display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1rem;padding-top:1rem}.footer-future-links .footer-link-future{background:#374151;background:var(--footer-bg-light);border-radius:4px;font-size:.8rem;padding:.25rem .5rem}.footer-bottom{border-top:1px solid #4b5563;border-top:1px solid var(--footer-border);padding:1.5rem 0}.footer-bottom-content{align-items:center;display:flex;gap:2rem;justify-content:space-between}.footer-brand{display:flex;flex-direction:column;gap:.5rem}.footer-logo{gap:.5rem}.footer-logo,.footer-logo-icon{align-items:center;display:flex}.footer-logo-icon{color:#3b82f6;color:var(--footer-accent);height:32px;justify-content:center;width:32px}.footer-brand-text{color:#f9fafb;color:var(--footer-text-primary);font-size:1.125rem;font-weight:700;letter-spacing:-.01em}.footer-copyright{color:#9ca3af;color:var(--footer-text-muted);font-size:.8rem;line-height:1.4;margin:0}.footer-bottom-links{align-items:flex-end;display:flex;flex-direction:column;gap:.5rem;text-align:right}.footer-tagline{color:#d1d5db;color:var(--footer-text-secondary);font-size:.9rem;font-style:italic;font-weight:500}.footer-social-placeholder{display:flex;gap:.5rem}@media (max-width:1024px){.footer-content{gap:2.5rem;grid-template-columns:repeat(2,1fr)}.footer-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.footer-container{padding:0 1rem}.footer-content{gap:2rem;grid-template-columns:1fr;padding:2rem 0 1.5rem}.footer-section{gap:1rem}.footer-section-title{font-size:1rem}.footer-stats{gap:.75rem;grid-template-columns:repeat(3,1fr);padding:.75rem 0}.stat-number{font-size:1.125rem}.stat-label{font-size:.7rem}.footer-bottom-content{align-items:flex-start;flex-direction:column;gap:1rem}.footer-bottom-links{align-items:flex-start;text-align:left;width:100%}.footer-keywords{gap:.375rem}.footer-keywords span{font-size:.7rem;padding:.2rem .4rem}}@media (max-width:480px){.footer-container{padding:0 .75rem}.footer-content{padding:1.5rem 0 1rem}.footer-stats{gap:.5rem;grid-template-columns:1fr}.footer-stat{align-items:center;flex-direction:row;justify-content:space-between;text-align:left}.footer-link{font-size:.85rem;padding:.375rem 0}.footer-future-links{gap:.25rem}.footer-future-links .footer-link-future{font-size:.75rem;padding:.2rem .4rem}}@media (prefers-contrast:high){.footer-link:hover{background:#3b82f633;padding-left:.5rem;padding-right:.5rem}.footer-section-title{border-bottom-width:3px}}@media (prefers-reduced-motion:reduce){.footer-link{transition:none}.footer-link:hover{transform:none}}.footer-link:focus{border-radius:4px;outline:2px solid #3b82f6;outline:2px solid var(--footer-accent);outline-offset:2px}@media print{.site-footer{background:#fff!important;border-top:2px solid #000;color:#000!important}.footer-section-title{border-bottom-color:#000!important;color:#000!important}.footer-link{color:#000!important}.footer-keywords,.footer-social-placeholder,.footer-stats{display:none}}@media (prefers-color-scheme:dark){:root{--footer-bg:#111827;--footer-bg-light:#1f2937;--footer-border:#374151}}.coming-soon-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh;padding-top:80px}.coming-soon-container{margin:0 auto;max-width:1000px;padding:2rem 1rem}.back-navigation{margin-bottom:2rem}.back-link{align-items:center;border-radius:8px;color:#6b7280;display:inline-flex;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .2s ease}.back-link:hover{background:#3b82f60d;color:#3b82f6;transform:translateX(-2px)}.coming-soon-content{background:#fff;border:1px solid #3b82f61a;border-radius:16px;box-shadow:0 10px 40px #3b82f614;margin-bottom:2rem;padding:3rem}.coming-soon-header{margin-bottom:3rem;text-align:center}.coming-soon-icon{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;box-shadow:0 8px 32px #3b82f64d;color:#fff;display:inline-flex;height:120px;justify-content:center;margin-bottom:2rem;width:120px}.coming-soon-title{color:#1f2937;font-size:2.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.coming-soon-subtitle{color:#6b7280;font-size:1.25rem;font-weight:500;margin:0}.coming-soon-body{margin:0 auto;max-width:700px}.coming-soon-description{margin-bottom:3rem;text-align:center}.coming-soon-description p{color:#4b5563;font-size:1.125rem;line-height:1.7;margin:0}.coming-soon-features{margin-bottom:3rem}.coming-soon-features h3{color:#1f2937;font-size:1.375rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.features-list{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));list-style:none;margin:0;padding:0}.feature-item{align-items:center;background:#3b82f60d;border:1px solid #3b82f61a;border-radius:12px;gap:.75rem;padding:1rem;transition:all .2s ease}.feature-item:hover{background:#3b82f614;transform:translateY(-1px)}.feature-bullet{color:#3b82f6;font-size:1.5rem;font-weight:700;line-height:1}.feature-text{color:#374151;font-weight:500;line-height:1.4}.coming-soon-cta{background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:16px;color:#fff;gap:2rem;justify-content:space-between;padding:2rem}.coming-soon-cta,.cta-content{align-items:center;display:flex}.cta-content{flex:1 1;gap:1rem}.cta-icon{flex-shrink:0;opacity:.9}.cta-text h3{font-size:1.25rem;font-weight:600;margin:0 0 .25rem}.cta-text p{font-size:.95rem;margin:0;opacity:.9}.cta-button{border-radius:12px;flex-shrink:0;padding:.875rem 2rem;transition:all .2s ease;white-space:nowrap}.cta-button:hover{background:#f8fafc;box-shadow:0 4px 16px #0000001a;transform:translateY(-1px)}.coming-soon-actions{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.action-card{background:#fff;border:1px solid #3b82f61a;border-radius:12px;padding:2rem;text-align:center;transition:all .2s ease}.action-card:hover{box-shadow:0 8px 32px #3b82f61a;transform:translateY(-2px)}.action-card>svg{color:#3b82f6;margin-bottom:1rem}.action-card h4{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.action-card p{color:#6b7280;line-height:1.5;margin:0 0 1.5rem}.action-link{align-items:center;background:#3b82f6;border-radius:8px;color:#fff;display:inline-flex;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.action-link:hover{background:#1e40af;transform:translateY(-1px)}@media (max-width:768px){.coming-soon-container{padding:1rem}.coming-soon-content{padding:2rem 1.5rem}.coming-soon-title{font-size:2rem}.coming-soon-subtitle{font-size:1.125rem}.coming-soon-icon{height:100px;width:100px}.coming-soon-icon svg{height:48px;width:48px}.features-list{grid-template-columns:1fr}.coming-soon-cta{gap:1.5rem}.coming-soon-cta,.cta-content{flex-direction:column;text-align:center}.coming-soon-actions{grid-template-columns:1fr}}@media (max-width:480px){.coming-soon-content{padding:1.5rem 1rem}.coming-soon-title{font-size:1.75rem}.coming-soon-subtitle{font-size:1rem}.action-card{padding:1.5rem}}.breadcrumb{background-color:#f8fafc;border-bottom:1px solid #e2e8f0;font-size:.875rem;margin-top:50px;padding:.375rem 0}.breadcrumb-list{flex-wrap:wrap;gap:.25rem;list-style:none;margin:0;padding:0}.breadcrumb-item,.breadcrumb-list{align-items:center;display:flex}.breadcrumb-link{border-radius:.25rem;color:#2563eb;font-weight:500;padding:.25rem .5rem;text-decoration:none;transition:color .2s ease}.breadcrumb-link:hover{background-color:#dbeafe;color:#1d4ed8}.breadcrumb-current{color:#6b7280;font-weight:500;padding:.25rem .5rem}.breadcrumb-separator{color:#9ca3af;font-weight:400;margin:0 .25rem}@media (max-width:768px){.breadcrumb{font-size:.8rem;padding:.25rem 0}.breadcrumb-list{gap:.125rem}.breadcrumb-current,.breadcrumb-link{padding:.125rem .25rem}.breadcrumb-separator{margin:0 .125rem}}@media (prefers-reduced-motion:reduce){.breadcrumb-link{transition:none}}.about-page{background:#fff;min-height:100vh}.about-hero{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:120px 0 80px;text-align:center}.about-hero-content h1{color:#1e293b;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.about-hero-subtitle{color:#2563eb;font-size:1.5rem;font-weight:600;line-height:1.4;margin-bottom:1rem}.about-hero-description{color:#64748b;font-size:1.125rem;line-height:1.6;margin:0 auto;max-width:600px}.how-it-works-section{background:#fff;padding:80px 0}.how-it-works-section h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.how-it-works-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px}.how-it-works-item{border:1px solid #e2e8f0;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.how-it-works-item:hover{border-color:#2563eb;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.icon-wrapper{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:16px;display:flex;height:64px;justify-content:center;margin:0 auto 1.5rem;width:64px}.icon-wrapper .icon{color:#fff;height:32px;width:32px}.how-it-works-item h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.how-it-works-item p{color:#64748b;line-height:1.6}.why-choose-section{background:#f8fafc;padding:80px 0}.why-choose-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.why-choose-text h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.feature-list{display:flex;flex-direction:column;gap:1.5rem}.feature-item{align-items:flex-start;display:flex;gap:1rem}.feature-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.feature-icon .icon{color:#fff;height:24px;width:24px}.feature-content h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.feature-content p{color:#64748b;line-height:1.6}.stats-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 10px 30px #0000001a;padding:2rem}.stats-card h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.stat-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:1rem 0}.stat-item:last-child{border-bottom:none}.stat-number{color:#2563eb;font-size:1.5rem}.stat-label{color:#64748b}.contact-cta-section{background:#1e293b;padding:80px 0;text-align:center}.contact-cta-content h2{color:#fff;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.contact-cta-content p{color:#cbd5e1;font-size:1.125rem;line-height:1.6;margin:0 auto 2rem;max-width:600px}.btn-secondary{border-color:#fff;color:#fff}.btn-secondary:hover{background:#fff;color:#1e293b}@media (max-width:768px){.about-hero{padding:80px 0 60px}.about-hero-content h1{font-size:2rem}.about-hero-subtitle{font-size:1.25rem}.contact-cta-section,.how-it-works-section,.why-choose-section{padding:60px 0}.contact-cta-content h2,.how-it-works-section h2,.why-choose-text h2{font-size:2rem}.why-choose-content{gap:2rem;grid-template-columns:1fr}.how-it-works-grid{gap:1.5rem;grid-template-columns:1fr}.how-it-works-item{padding:1.5rem}.cta-buttons{align-items:center;flex-direction:column}.btn{justify-content:center;width:200px}}@media (max-width:480px){.container{padding:0 1rem}.about-hero-content h1{font-size:1.75rem}.about-hero-subtitle{font-size:1.125rem}.stats-card{padding:1.5rem}.feature-item{flex-direction:column;gap:.75rem;text-align:center}}.contact-page{background:#fff;min-height:100vh}.contact-header{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:120px 0 80px;text-align:center}.contact-header-content h1{color:#1e293b;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.contact-subtitle{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto 1.5rem;max-width:600px}.response-time{background:#fff;border-radius:8px;box-shadow:0 4px 6px #0000000d;color:#2563eb;display:inline-block;font-size:1rem;font-weight:600;padding:12px 24px}.contact-methods-section{background:#fff;padding:80px 0}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.contact-methods h2{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:2rem}.contact-method{align-items:flex-start;border:1px solid #e2e8f0;border-radius:12px;display:flex;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s ease}.contact-method:hover{border-color:#2563eb;box-shadow:0 4px 12px #2563eb1a}.method-icon{align-items:center;background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:12px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.method-icon .icon{color:#fff;height:24px;width:24px}.method-content h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.method-content p{color:#64748b;line-height:1.5;margin-bottom:.75rem}.contact-link{align-items:center;color:#2563eb;display:inline-flex;font-weight:600;gap:.5rem;text-decoration:none;transition:color .3s ease}.contact-link:hover{color:#1d4ed8}.link-icon{height:16px;width:16px}.contact-form-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;padding:2rem}.contact-form-card h2{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:12px 16px;transition:border-color .3s ease,box-shadow .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.btn{align-items:center;border:2px solid #0000;border-radius:8px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.5rem;justify-content:center;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:#2563eb;border-color:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8;border-color:#1d4ed8;transform:translateY(-2px)}.btn-secondary{background:#0000;border-color:#2563eb;color:#2563eb}.btn-secondary:hover{background:#2563eb;color:#fff;transform:translateY(-2px)}.btn-full{width:100%}.thank-you-section{align-items:center;background:linear-gradient(135deg,#f8fafc,#e2e8f0);display:flex;min-height:100vh;padding:120px 0;text-align:center}.thank-you-content{margin:0 auto;max-width:600px}.thank-you-icon{align-items:center;background:linear-gradient(135deg,#10b981,#34d399);border-radius:50%;display:flex;height:80px;justify-content:center;margin:0 auto 2rem;width:80px}.thank-you-icon .icon{color:#fff;height:40px;width:40px}.thank-you-content h1{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.thank-you-content p{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}.thank-you-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.additional-resources{background:#f8fafc;padding:80px 0}.additional-resources h2{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center}.resources-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1000px}.resource-card{border:1px solid #e2e8f0;border-radius:12px;text-decoration:none}.resource-card:hover{border-color:#2563eb;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.resource-icon{color:#2563eb;height:48px;margin:0 auto 1rem;width:48px}.resource-card h3{color:#1e293b;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.resource-card p{color:#64748b;font-size:.875rem}@media (max-width:768px){.contact-header{padding:80px 0 60px}.contact-header-content h1{font-size:2rem}.contact-subtitle{font-size:1.125rem}.additional-resources,.contact-methods-section{padding:60px 0}.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-method{padding:1rem}.contact-form-card{padding:1.5rem}.resources-grid{gap:1rem;grid-template-columns:1fr}.thank-you-actions{align-items:center;flex-direction:column}.btn{width:200px}}@media (max-width:480px){.container{padding:0 1rem}.contact-header-content h1{font-size:1.75rem}.contact-method{flex-direction:column;gap:.75rem;text-align:center}.contact-form-card{padding:1rem}.thank-you-content h1{font-size:2rem}}.blog-page{background:#fff;min-height:100vh}.blog-header{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:120px 0 80px;text-align:center}.blog-header-content h1{color:#1e293b;font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.blog-header-content p{color:#64748b;font-size:1.25rem;line-height:1.6;margin:0 auto;max-width:600px}.featured-post-section{background:#fff;padding:80px 0}.featured-label{margin-bottom:2rem;text-align:center}.featured-label span{background:linear-gradient(135deg,#2563eb,#3b82f6);border-radius:20px;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:8px 16px;text-transform:uppercase}.featured-post{grid-gap:3rem;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px;overflow:hidden}.featured-post-image{height:400px;position:relative}.featured-image{border-radius:12px;height:100%;object-fit:cover;width:100%}.featured-post-content{padding:2rem}.post-category{color:#2563eb;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;text-transform:uppercase}.featured-post-content h2{color:#1e293b;font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:1rem}.featured-post-content p{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:1.5rem}.post-meta{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem}.post-author,.post-date,.post-read-time{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.5rem}.read-more-btn{align-items:center;background:#2563eb;border-radius:8px;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;padding:12px 24px;text-decoration:none;transition:all .3s ease}.read-more-btn:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-icon{height:16px;width:16px}.blog-filters{background:#f8fafc;border-bottom:1px solid #e2e8f0;border-top:1px solid #e2e8f0;padding:40px 0}.filters-content{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin:0 auto;max-width:1200px}.search-container{flex:1 1;max-width:400px;position:relative}.search-icon{color:#64748b;height:20px;left:12px;position:absolute;top:50%;transform:translateY(-50%);width:20px}.search-input{background:#fff;border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:12px 12px 12px 44px;transition:border-color .3s ease,box-shadow .3s ease;width:100%}.search-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a;outline:none}.category-filters{display:flex;gap:.5rem}.category-btn{background:#fff;border:1px solid #d1d5db;border-radius:20px;color:#64748b;cursor:pointer;font-size:.875rem;font-weight:500;padding:8px 16px;transition:all .3s ease}.category-btn.active,.category-btn:hover{background:#2563eb;border-color:#2563eb;color:#fff}.blog-posts-section{background:#fff;padding:80px 0}.blog-posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.blog-post-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;transition:all .3s ease}.blog-post-card:hover{border-color:#2563eb;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.post-image{height:200px;position:relative}.post-thumbnail{border-radius:12px 12px 0 0;height:100%;object-fit:cover;width:100%}.post-category-badge{background:#2563ebe6;border-radius:12px;color:#fff;font-size:.75rem;font-weight:600;left:1rem;letter-spacing:.5px;padding:4px 12px;position:absolute;text-transform:uppercase;top:1rem}.post-content{padding:1.5rem}.post-content h3{color:#1e293b;font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.75rem}.post-content>p{color:#64748b;font-size:.875rem;line-height:1.6;margin-bottom:1rem}.post-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.tag{border-radius:12px;padding:2px 8px}.read-more-link{align-items:center;color:#2563eb;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;text-decoration:none;transition:color .3s ease}.read-more-link:hover{color:#1d4ed8}.link-icon{height:14px;width:14px}.no-posts{margin:0 auto;max-width:400px;padding:4rem 0;text-align:center}.no-posts-icon{color:#cbd5e1;height:64px;margin:0 auto 1.5rem;width:64px}.no-posts h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.no-posts p{color:#64748b;line-height:1.6}.newsletter-cta{background:#1e293b;padding:80px 0;text-align:center}.newsletter-content h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem}.newsletter-content>p{color:#cbd5e1;font-size:1.125rem;line-height:1.6;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:500px}.newsletter-form{display:flex;gap:1rem;margin:0 auto 1rem;max-width:400px}.email-input{background:#ffffff1a;border:1px solid #475569;border-radius:8px;color:#fff;flex:1 1;font-size:1rem;padding:12px 16px}.email-input::placeholder{color:#94a3b8}.email-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb4d;outline:none}.subscribe-btn{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:background .3s ease}.subscribe-btn:hover{background:#1d4ed8}.newsletter-privacy{color:#94a3b8;font-size:.875rem;margin-top:1rem}@media (max-width:768px){.blog-header{padding:80px 0 60px}.blog-header-content h1{font-size:2rem}.blog-header-content p{font-size:1.125rem}.blog-posts-section,.featured-post-section,.newsletter-cta{padding:60px 0}.featured-post{gap:0;grid-template-columns:1fr}.featured-post-image{height:250px}.featured-post-content h2{font-size:1.5rem}.filters-content{align-items:stretch;flex-direction:column;gap:1rem}.search-container{max-width:none}.category-filters{flex-wrap:wrap;justify-content:center}.blog-posts-grid{gap:1.5rem;grid-template-columns:1fr}.newsletter-form{flex-direction:column;max-width:300px}}@media (max-width:480px){.container{padding:0 1rem}.blog-header-content h1{font-size:1.75rem}.featured-post-content{padding:1.5rem}.post-meta{align-items:flex-start;flex-direction:column;gap:.5rem}.blog-post-card{margin:0 .5rem}.post-content{padding:1rem}}.related-navigation{background:#f8fafc;padding:60px 0}.related-navigation h3{color:#1e293b;font-size:1.8rem;font-weight:600;margin-bottom:2rem;text-align:center}.related-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1000px}.related-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000000d;color:#374151;display:flex;gap:1rem;padding:1.5rem;text-decoration:none;transition:all .3s ease}.related-card:hover{background:#2563eb;border-color:#2563eb;box-shadow:0 8px 25px #2563eb33;color:#fff;transform:translateY(-2px)}.related-icon{font-size:2rem;opacity:.8}.related-content h4{font-size:1.1rem;font-weight:600;margin:0 0 .5rem}.related-content p{font-size:.9rem;line-height:1.4;margin:0;opacity:.8}@media (max-width:768px){.related-navigation{padding:40px 0}.related-grid{gap:1rem;grid-template-columns:1fr}.related-card{gap:.75rem;padding:1rem}.related-icon{font-size:1.5rem}.related-content h4{font-size:1rem}.related-content p{font-size:.85rem}}.blog-post-page{background:#fff;min-height:100vh}.blog-article{padding:120px 0 80px}.article-header{margin:0 auto 3rem;max-width:800px;text-align:center}.back-to-blog{align-items:center;color:#2563eb;display:inline-flex;font-weight:500;gap:.5rem;margin-bottom:2rem;text-decoration:none;transition:color .3s ease}.back-to-blog:hover{color:#1d4ed8}.back-to-blog .icon{height:16px;width:16px}.article-category{background:#eff6ff;border-radius:16px;color:#2563eb;display:inline-block;font-size:.875rem;font-weight:600;letter-spacing:.5px;margin-bottom:1rem;padding:6px 12px;text-transform:uppercase}.article-title{color:#1e293b;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.article-meta{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:1.5rem}.article-author,.article-date,.article-read-time{align-items:center;color:#64748b;display:flex;font-size:.875rem;gap:.5rem}.meta-icon{height:16px;width:16px}.article-tags{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin-bottom:1.5rem}.tag{align-items:center;background:#eff6ff;border-radius:16px;color:#2563eb;display:flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:6px 12px}.tag-icon{height:12px;width:12px}.share-button{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;padding:10px 20px;transition:all .3s ease}.share-button:hover{background:#1d4ed8;transform:translateY(-2px)}.share-button .icon{height:16px;width:16px}.article-image{border-radius:16px;box-shadow:0 10px 30px #0000001a;height:400px;margin:0 auto 3rem;max-width:800px;overflow:hidden}.article-main-image{display:block;height:100%;object-fit:cover;width:100%}.placeholder-image{align-items:center;background:linear-gradient(135deg,#e2e8f0,#cbd5e1);display:flex;height:100%;justify-content:center;width:100%}.placeholder-icon{color:#64748b;height:64px;width:64px}.article-content{margin:0 auto;max-width:800px}.content-body{color:#374151;font-size:1.125rem;line-height:1.8}.content-body h1{color:#1e293b;font-size:2rem;font-weight:700;line-height:1.3;margin:2rem 0 1rem}.content-body h2{font-size:1.5rem;margin:2rem 0 1rem}.content-body h2,.content-body h3{color:#1e293b;font-weight:600;line-height:1.4}.content-body h3{font-size:1.25rem;margin:1.5rem 0 .75rem}.content-body h4{color:#2563eb;font-size:1.125rem;font-weight:600;line-height:1.4;margin:1.5rem 0 .5rem}.content-body p{line-height:1.8;margin-bottom:1.5rem}.content-body ol,.content-body ul{margin:1.5rem 0;padding-left:2rem}.content-body li{line-height:1.7;margin-bottom:.5rem}.content-body code{background:#f1f5f9;border-radius:4px;color:#2563eb;font-family:Courier New,monospace;font-size:.9em;padding:2px 6px}.content-body pre{background:#1e293b;border-radius:8px;color:#e2e8f0;font-family:Courier New,monospace;margin:1.5rem 0;overflow-x:auto;padding:1.5rem}.content-body blockquote{border-left:4px solid #2563eb;color:#64748b;font-style:italic;margin:1.5rem 0;padding-left:1.5rem}.article-cta{background:linear-gradient(135deg,#f8fafc,#e2e8f0);border:1px solid #e2e8f0;border-radius:16px;margin:3rem 0;padding:2rem;text-align:center}.cta-content h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:.75rem}.cta-content p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.cta-button{background:#2563eb;border-radius:8px;padding:12px 24px}.cta-button:hover{background:#1d4ed8}.cta-button .icon{height:16px;width:16px}.related-posts{background:#f8fafc;border-top:1px solid #e2e8f0;padding:80px 0}.related-posts h2{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:3rem;text-align:center}.related-posts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1000px}.related-post-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;text-decoration:none;transition:all .3s ease}.related-post-card:hover{border-color:#2563eb;box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.related-post-image{height:150px;overflow:hidden}.related-post-thumbnail{display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.related-post-card:hover .related-post-thumbnail{transform:scale(1.05)}.related-post-content{padding:1.5rem}.related-post-category{color:#2563eb;font-size:.75rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem;text-transform:uppercase}.related-post-content h3{color:#1e293b;font-size:1.125rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.related-post-content p{color:#64748b;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.related-post-meta{align-items:center;color:#64748b;display:flex;font-size:.75rem;justify-content:space-between}.post-not-found{margin:0 auto;max-width:600px;padding:120px 0;text-align:center}.post-not-found h1{color:#1e293b;font-size:2rem;font-weight:700;margin-bottom:1rem}.post-not-found p{color:#64748b;font-size:1.125rem;line-height:1.6;margin-bottom:2rem}@media (max-width:768px){.blog-article{padding:80px 0 60px}.article-title{font-size:2rem}.article-meta{flex-direction:column;gap:.5rem}.article-tags{justify-content:center}.article-image{height:250px;margin-bottom:2rem}.content-body{font-size:1rem}.content-body h1{font-size:1.75rem}.content-body h2{font-size:1.375rem}.article-cta{margin:2rem 0;padding:1.5rem}.related-posts{padding:60px 0}.related-posts h2{font-size:1.75rem}.related-posts-grid{gap:1.5rem;grid-template-columns:1fr}}@media (max-width:480px){.container{padding:0 1rem}.article-title{font-size:1.75rem}.article-image{border-radius:12px;height:200px}.article-cta,.related-post-content{padding:1rem}.share-button{font-size:.75rem;padding:8px 16px}}.how-it-works-page{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh}.hero-section{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:4rem 0 2rem;text-align:center}.hero-content h1{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-subtitle{color:#cbd5e1;font-size:1.25rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px}.hero-stats{display:flex;gap:3rem;justify-content:center;margin-top:2rem}.stat{text-align:center}.stat-number{color:#10b981}.stat-label{color:#94a3b8;display:block;font-size:.9rem;margin-top:.5rem}.process-section{background:#fff;padding:4rem 0}.process-section h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.process-steps{display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:800px}.process-step{align-items:flex-start;background:#f8fafc;border:2px solid #0000;border-radius:1rem;display:flex;gap:2rem;padding:2rem;transition:all .3s ease}.process-step.active,.process-step:hover{background:#eff6ff;border-color:#3b82f6;box-shadow:0 10px 25px #3b82f61a;transform:translateY(-2px)}.step-number{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;width:60px}.step-content{flex:1 1}.step-content h3{color:#1e293b;font-size:1.5rem;font-weight:600;margin-bottom:.75rem}.step-content p{color:#64748b;line-height:1.6;margin-bottom:1.5rem}.step-visual{display:flex;justify-content:center}.url-input-demo{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:.75rem;box-shadow:0 4px 12px #0000001a;display:flex;gap:.75rem;padding:1rem 1.5rem}.input-icon{color:#3b82f6}.global-map{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:1rem;height:150px;overflow:hidden;position:relative;width:300px}.location-dot{animation:pulse 2s infinite;background:#10b981;border:2px solid #fff;border-radius:50%;height:12px;position:absolute;width:12px}.location-flag{font-size:.8rem;left:50%;position:absolute;top:-25px;transform:translateX(-50%)}@keyframes pulse{0%,to{box-shadow:0 0 0 0 #10b981b3;transform:scale(1)}50%{box-shadow:0 0 0 10px #10b98100;transform:scale(1.1)}}.results-demo{background:#fff;border-radius:.75rem;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;gap:.75rem;padding:1.5rem}.result-item{align-items:center;display:flex;font-weight:500;gap:.75rem}.status-icon.success{color:#10b981}.process-cta{margin-top:4rem;text-align:center}.cta-button{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:.75rem;color:#fff;cursor:pointer;display:inline-flex;gap:.5rem;padding:1rem 2rem;transition:all .3s ease}.cta-button:hover{box-shadow:0 10px 25px #3b82f64d}.cta-button.large{font-size:1.1rem;padding:1.25rem 2.5rem}.cta-button.secondary{background:#0000;border:2px solid #3b82f6;color:#3b82f6}.cta-button.secondary:hover{background:#3b82f6;color:#fff}.cta-subtitle{color:#64748b;font-size:.9rem;margin-top:1rem}.what-we-check-section{background:#f8fafc;padding:4rem 0}.what-we-check-section h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#64748b;font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.check-items{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.check-item{background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d;padding:2rem;text-align:center;transition:transform .3s ease}.check-item:hover{transform:translateY(-4px)}.check-icon{color:#3b82f6;height:48px;margin:0 auto 1.5rem;width:48px}.check-item h3{color:#1e293b;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.check-item p{color:#64748b;line-height:1.6}.why-locations-section{background:#fff;padding:4rem 0}.locations-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.locations-text h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.locations-text p{color:#64748b;line-height:1.6;margin-bottom:2rem}.location-benefits{display:flex;flex-direction:column;gap:1.5rem}.benefit{align-items:flex-start;display:flex;gap:1rem}.benefit-icon{color:#3b82f6;flex-shrink:0;height:24px;margin-top:.25rem;width:24px}.benefit h4{color:#1e293b;font-weight:600;margin-bottom:.5rem}.benefit p{color:#64748b;line-height:1.5;margin:0}.locations-visual{background:#f8fafc;border-radius:1rem;padding:2rem}.world-map-container h4{color:#1e293b;font-weight:600;margin-bottom:1.5rem;text-align:center}.locations-list{display:flex;flex-direction:column;gap:1rem}.location-item{align-items:center;background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #0000000d;display:flex;gap:1rem;padding:1rem}.location-details{display:flex;flex-direction:column}.location-name{color:#1e293b;font-weight:600}.location-city{color:#64748b;font-size:.9rem}.faq-section{background:#f8fafc;padding:4rem 0}.faq-section h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.faq-list{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:800px}.faq-item{background:#fff;border-radius:.75rem;box-shadow:0 2px 8px #0000000d}.faq-question{align-items:center;background:none;border:none;color:#1e293b;display:flex;justify-content:space-between;text-align:left;width:100%}.faq-question:hover{background:#f8fafc}.faq-answer{max-height:0;overflow:hidden;padding:0 1.5rem;transition:all .3s ease}.faq-item.expanded .faq-answer{max-height:200px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#64748b}.trust-section{background:#fff;padding:4rem 0}.trust-content{text-align:center}.trust-content h2{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:3rem}.trust-points{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.trust-point{text-align:center}.trust-icon{color:#10b981;height:48px;margin:0 auto 1.5rem;width:48px}.trust-point h4{color:#1e293b;font-weight:600;margin-bottom:.75rem}.trust-point p{color:#64748b;line-height:1.6}.final-cta-section{background:linear-gradient(135deg,#1e293b,#334155);color:#fff;padding:4rem 0;text-align:center}.final-cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.final-cta-content p{color:#cbd5e1;font-size:1.1rem;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{gap:1.5rem;margin-bottom:2rem}.final-cta-subtitle{color:#94a3b8;font-size:.9rem}@media (max-width:768px){.hero-content h1{font-size:2rem}.hero-stats{flex-direction:column;gap:1.5rem}.process-step{flex-direction:column;text-align:center}.locations-content{gap:2rem;grid-template-columns:1fr}.cta-buttons{align-items:center;flex-direction:column}.check-items,.trust-points{grid-template-columns:1fr}}@media (max-width:480px){.hero-section{padding:2rem 0 1rem}.faq-section,.final-cta-section,.process-section,.trust-section,.what-we-check-section,.why-locations-section{padding:2rem 0}.container{padding:0 1rem}.check-item,.process-step{padding:1.5rem}}.not-found-page{align-items:center;display:flex;justify-content:center;min-height:60vh;padding:4rem 0;text-align:center}.not-found-content{margin:0 auto;max-width:600px}.not-found-icon{margin-bottom:2rem}.error-code{color:#dc2626;display:block;font-size:6rem;font-weight:700;line-height:1}.not-found-title{color:#111827;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.not-found-description{color:#6b7280;font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem}.not-found-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem}.not-found-actions .button{align-items:center;border-radius:.5rem;display:inline-flex;font-weight:500;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s ease}.button-primary{background-color:#2563eb;border:2px solid #2563eb;color:#fff}.button-primary:hover{background-color:#1d4ed8;border-color:#1d4ed8;transform:translateY(-1px)}.button-secondary{background-color:initial;border:2px solid #2563eb;color:#2563eb}.button-secondary:hover{background-color:#2563eb;color:#fff;transform:translateY(-1px)}.helpful-links{border-top:1px solid #e5e7eb;padding-top:2rem;text-align:left}.helpful-links h3{color:#374151;font-size:1.125rem;margin-bottom:1rem;text-align:center}.helpful-links ul{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));list-style:none;margin:0;padding:0}.helpful-links li{padding:.5rem 0}.helpful-links a{color:#2563eb;font-weight:500;text-decoration:none;transition:color .2s ease}.helpful-links a:hover{color:#1d4ed8;text-decoration:underline}@media (max-width:768px){.not-found-page{padding:2rem 0}.error-code{font-size:4rem}.not-found-title{font-size:2rem}.not-found-actions{align-items:center;flex-direction:column}.not-found-actions .button{justify-content:center;max-width:300px;width:100%}.helpful-links ul{grid-template-columns:1fr;text-align:center}}.status-indicator{align-items:center;display:inline-flex;justify-content:center}.status-indicator__badge{align-items:center;background-color:var(--status-color);border-radius:.375rem;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.25rem;line-height:1;padding:.25rem .5rem;transition:all .2s ease-in-out;white-space:nowrap}.status-indicator__icon{font-size:.75rem;font-weight:700}.status-indicator__text{font-size:inherit}.status-indicator--small .status-indicator__badge{font-size:.75rem;padding:.125rem .375rem}.status-indicator--small .status-indicator__icon{font-size:.625rem}.status-indicator--medium .status-indicator__badge{font-size:.875rem;padding:.25rem .5rem}.status-indicator--medium .status-indicator__icon{font-size:.75rem}.status-indicator--large .status-indicator__badge{font-size:1rem;padding:.375rem .75rem}.status-indicator--large .status-indicator__icon{font-size:.875rem}.status-indicator__badge:hover{box-shadow:0 2px 4px #0000001a;filter:brightness(1.1);transform:translateY(-1px)}@media (max-width:768px){.status-indicator--large .status-indicator__badge{font-size:.875rem;padding:.25rem .5rem}.status-indicator--large .status-indicator__icon{font-size:.75rem}}@media (prefers-reduced-motion:reduce){.status-indicator__badge{transition:none}.status-indicator__badge:hover{transform:none}}@media (prefers-contrast:high){.status-indicator__badge{border:2px solid;font-weight:600}}.service-card__link-wrapper{color:inherit;display:block;text-decoration:none}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;cursor:pointer;display:flex;flex-direction:column;height:100%;padding:1.5rem;transition:all .2s ease-in-out}.service-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transform:translateY(-2px)}.service-card__header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1rem}.service-card__icon-wrapper{flex-shrink:0}.service-card__icon{align-items:center;background:linear-gradient(135deg,#6b7280,#9ca3af);background:linear-gradient(135deg,var(--icon-color,#6b7280),var(--icon-color-light,#9ca3af));border-radius:.75rem;color:#fff;display:inline-flex;font-size:1.5rem;height:3rem;justify-content:center;width:3rem}.service-card__title-wrapper{flex:1 1;min-width:0}.service-card__title{color:#1f2937;font-size:1.125rem;font-weight:600;line-height:1.4;margin:0 0 .25rem}.service-card__category{color:#6b7280;font-size:.875rem;text-transform:capitalize}.service-card__status{flex-shrink:0}.service-card__body{flex:1 1}.service-card__metrics{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:1rem}.service-card__metric{display:flex;flex-direction:column;gap:.25rem}.service-card__metric-label{color:#6b7280;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.service-card__metric-value{color:#1f2937;font-size:.875rem;font-weight:600}.service-card__regions{border-top:1px solid #f3f4f6;margin-top:1rem;padding-top:1rem}.service-card__regions-title{color:#374151;font-size:.875rem;font-weight:600;margin:0 0 .75rem}.service-card__regions-list{display:flex;flex-direction:column;gap:.5rem}.service-card__region{align-items:center;display:flex;justify-content:space-between;padding:.25rem 0}.service-card__region-name{color:#6b7280;flex:1 1;font-size:.75rem}.service-card__region--more{color:#9ca3af;font-size:.75rem;font-style:italic;justify-content:center;padding:.5rem 0 .25rem}.service-card__footer{border-top:1px solid #f3f4f6;margin-top:auto;padding-top:1rem}.service-card__link{color:#3b82f6;font-size:.875rem;font-weight:500;text-align:center;transition:color .2s ease-in-out}.service-card:hover .service-card__link{color:#2563eb}@media (max-width:768px){.service-card{padding:1rem}.service-card__header{gap:.75rem;margin-bottom:.75rem}.service-card__icon{font-size:1.25rem;height:2.5rem;width:2.5rem}.service-card__title{font-size:1rem}.service-card__metrics{gap:.75rem;grid-template-columns:1fr}}@media (max-width:480px){.service-card__header{align-items:flex-start;flex-direction:column;gap:.5rem}.service-card__status{align-self:flex-end}}@media (prefers-color-scheme:dark){.service-card{background:#1f2937;border-color:#374151}.service-card:hover{border-color:#4b5563;box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.service-card__title{color:#f9fafb}.service-card__category,.service-card__metric-label,.service-card__region-name{color:#d1d5db}.service-card__metric-value{color:#f3f4f6}.service-card__regions-title{color:#e5e7eb}.service-card__footer,.service-card__regions{border-color:#374151}.service-card__link{color:#60a5fa}.service-card:hover .service-card__link{color:#93c5fd}}@media (prefers-reduced-motion:reduce){.service-card{transition:none}.service-card:hover{transform:none}}@media (prefers-contrast:high){.service-card{border-width:2px}.service-card__metric-value,.service-card__title{font-weight:700}}.filter-panel{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;margin-bottom:2rem;overflow:hidden;transition:all .3s ease-in-out}.filter-panel__toggle{align-items:center;background:#f9fafb;border:none;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;justify-content:space-between;padding:1rem 1.5rem;transition:background-color .2s;width:100%}.filter-panel__toggle:hover{background:#f3f4f6}.filter-panel__toggle-icon{font-size:1rem;margin-right:.5rem}.filter-panel__toggle-text{flex:1 1;text-align:left}.filter-panel__active-indicator{background:#3b82f6;border-radius:9999px;color:#fff;font-size:.75rem;font-weight:600;min-width:1.5rem;padding:.25rem .5rem;text-align:center}.filter-panel__content{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.filter-panel.expanded .filter-panel__content{max-height:500px;padding:1.5rem}.filter-panel__section{margin-bottom:2rem}.filter-panel__section:last-child{margin-bottom:0}.filter-panel__section-title{color:#1f2937;font-size:1rem;font-weight:600;margin:0 0 1rem}.filter-panel__quick-filters{display:flex;flex-wrap:wrap;gap:.75rem}.filter-panel__quick-filter{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;color:#374151;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;transition:all .2s ease-in-out}.filter-panel__quick-filter:hover{background:#f9fafb;border-color:#9ca3af}.filter-panel__quick-filter.active{background:#3b82f6;background:var(--filter-color,#3b82f6);border-color:#3b82f6;border-color:var(--filter-color,#3b82f6);color:#fff}.filter-panel__status-dot{border-radius:50%;flex-shrink:0;height:.5rem;width:.5rem}.filter-panel__quick-filter.active .filter-panel__status-dot{background:#fff!important}.filter-panel__detailed-filters{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.filter-panel__filter-group{display:flex;flex-direction:column;gap:.5rem}.filter-panel__filter-label{color:#374151;font-size:.875rem;font-weight:500}.filter-panel__search-input,.filter-panel__select{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;color:#1f2937;font-size:.875rem;padding:.5rem .75rem;transition:border-color .2s}.filter-panel__search-input:focus,.filter-panel__select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.filter-panel__search-input::placeholder{color:#9ca3af}.filter-panel__actions{align-items:center;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem}.filter-panel__clear-btn{background:#fff;border:1px solid #d1d5db;border-radius:.375rem;color:#374151;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s}.filter-panel__clear-btn:hover:not(:disabled){background:#f9fafb;border-color:#9ca3af}.filter-panel__clear-btn:disabled{cursor:not-allowed;opacity:.5}.filter-panel__results-count{color:#6b7280;font-size:.875rem;font-weight:500}@media (max-width:768px){.filter-panel__quick-filters{gap:.5rem}.filter-panel__quick-filter{font-size:.8125rem;padding:.375rem .75rem}.filter-panel__detailed-filters{gap:1rem;grid-template-columns:1fr}.filter-panel__actions{align-items:stretch;flex-direction:column;gap:1rem}.filter-panel__clear-btn{order:2}.filter-panel__results-count{order:1;text-align:center}}@media (max-width:480px){.filter-panel__toggle{padding:.75rem 1rem}.filter-panel.expanded .filter-panel__content{padding:1rem}.filter-panel__quick-filters{flex-direction:column}.filter-panel__quick-filter{justify-content:center}}@media (prefers-color-scheme:dark){.filter-panel{background:#1f2937;border-color:#374151}.filter-panel__toggle{background:#374151;color:#e5e7eb}.filter-panel__toggle:hover{background:#4b5563}.filter-panel__section-title{color:#f9fafb}.filter-panel__quick-filter{background:#374151;border-color:#4b5563;color:#e5e7eb}.filter-panel__quick-filter:hover{background:#4b5563;border-color:#6b7280}.filter-panel__filter-label{color:#e5e7eb}.filter-panel__search-input,.filter-panel__select{background:#374151;border-color:#4b5563;color:#f9fafb}.filter-panel__search-input::placeholder{color:#9ca3af}.filter-panel__clear-btn{background:#374151;border-color:#4b5563;color:#e5e7eb}.filter-panel__clear-btn:hover:not(:disabled){background:#4b5563;border-color:#6b7280}.filter-panel__results-count{color:#d1d5db}.filter-panel__actions{border-color:#374151}}@media (prefers-reduced-motion:reduce){.filter-panel,.filter-panel__clear-btn,.filter-panel__content,.filter-panel__quick-filter,.filter-panel__search-input,.filter-panel__select{transition:none}}@media (prefers-contrast:high){.filter-panel,.filter-panel__clear-btn,.filter-panel__quick-filter,.filter-panel__search-input,.filter-panel__select{border-width:2px}.filter-panel__filter-label,.filter-panel__section-title{font-weight:700}}.status-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;margin:2rem 0;overflow:hidden}.status-table-wrapper{overflow-x:auto}.aws-status-table{border-collapse:collapse;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:.95rem;width:100%}.aws-status-table thead{background:#f8fafc;border-bottom:2px solid #e2e8f0}.aws-status-table th{color:#374151;font-size:.95rem;font-weight:600;letter-spacing:.025em;padding:1.5rem 1.25rem;text-align:center;-webkit-user-select:none;user-select:none;white-space:nowrap}.aws-status-table th.sortable{cursor:pointer;transition:background-color .2s ease}.aws-status-table th.sortable:hover{background:#f1f5f9}.service-col{min-width:250px;width:30%}.operational-col{text-align:center;width:25%}.region-col{font-size:.9rem;text-align:center;width:15%}.aws-status-table tbody tr{border-bottom:1px solid #f1f5f9;transition:background-color .2s ease}.aws-status-table tbody tr:hover{background:#f9fafb}.aws-status-table tbody tr:last-child{border-bottom:none}.aws-status-table td{padding:1.25rem;text-align:center;vertical-align:middle}.service-name-cell{min-width:250px;text-align:center}.service-name-content{align-items:center;display:flex;gap:.75rem;justify-content:center}.service-icon{flex-shrink:0;font-size:1.5rem;line-height:1}.service-name{color:#374151;font-size:1rem;font-weight:600}.operational-cell{text-align:center}.operational-status-bubble{align-items:center;border-radius:1.25rem;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.375rem;justify-content:center;min-width:120px;padding:.375rem .875rem}.operational-status-bubble .status-icon{flex-shrink:0;height:16px;width:16px}.operational-status-bubble.operational{background:#10b981;color:#fff}.operational-status-bubble.operational .status-icon{color:#fff}.operational-status-bubble.degraded{background:#f59e0b;color:#fff}.operational-status-bubble.degraded .status-icon{color:#fff}.operational-status-bubble.outage{background:#ef4444;color:#fff}.operational-status-bubble.outage .status-icon{color:#fff}.operational-status-bubble.unknown{background:#6b7280;color:#fff}.operational-status-bubble.unknown .status-icon{color:#fff}.region-cell{padding:1.25rem .75rem;text-align:center}.region-status-indicator{align-items:center;display:inline-flex;justify-content:center;transition:transform .2s ease}.region-status-indicator:hover{transform:scale(1.1)}.region-icon{height:28px;transition:color .2s ease;width:28px}.region-status-indicator.operational .region-icon{color:#16a34a}.region-status-indicator.error .region-icon{color:#dc2626}.status-table-loading{align-items:center;color:#6b7280;display:flex;flex-direction:column;justify-content:center;padding:4rem 2rem}.status-table-spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:2.5rem;margin-bottom:1.5rem;width:2.5rem}.status-table-empty{color:#6b7280;padding:4rem 2rem;text-align:center}.status-table-footer{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1rem 1.5rem}.status-table-count{color:#6b7280;font-size:.875rem;font-weight:500;margin:0;text-align:center}@media (max-width:768px){.aws-status-table{font-size:.875rem}.aws-status-table td,.aws-status-table th{padding:1rem .75rem}.service-name{font-size:.875rem}.operational-status-bubble{font-size:.75rem;min-width:100px;padding:.25rem .625rem}.operational-status-bubble .status-icon{height:14px;width:14px}.region-icon{height:24px;width:24px}}@media print{.status-table-container{border:1px solid #000;box-shadow:none}.aws-status-table thead{background:#f0f0f0!important}.aws-status-table tbody tr:hover{background:none!important}.operational-status-bubble{border:1px solid #000!important}}.aws-status-dashboard{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.aws-status-dashboard__error,.aws-status-dashboard__loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;text-align:center}.aws-status-dashboard__spinner{animation:spin 1s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#3b82f6;height:3rem;margin-bottom:1rem;width:3rem}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.aws-status-dashboard__retry-btn{background:#3b82f6;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;margin-top:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.aws-status-dashboard__retry-btn:hover:not(:disabled){background:#2563eb}.aws-status-dashboard__retry-btn:disabled{cursor:not-allowed;opacity:.5}.aws-status-dashboard__header{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:2rem}.aws-status-dashboard__title-section{flex:1 1}.aws-status-dashboard__title{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 .5rem}.aws-status-dashboard__subtitle{color:#6b7280;font-size:1.125rem;margin:0}.aws-status-dashboard__controls{align-items:center;display:flex;gap:1rem}.aws-status-dashboard__auto-refresh,.aws-status-dashboard__toggle{align-items:center;display:flex;gap:.5rem}.aws-status-dashboard__toggle{color:#374151;cursor:pointer;font-size:.875rem}.aws-status-dashboard__toggle input{appearance:none;background:#d1d5db;border-radius:.75rem;height:1.5rem;position:relative;transition:background-color .2s;width:3rem}.aws-status-dashboard__toggle input:checked{background:#3b82f6}.aws-status-dashboard__toggle input:before{background:#fff;border-radius:50%;content:"";height:1.25rem;left:2px;position:absolute;top:2px;transition:transform .2s;width:1.25rem}.aws-status-dashboard__toggle input:checked:before{transform:translateX(1.5rem)}.aws-status-dashboard__refresh-btn{background:#10b981;border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.aws-status-dashboard__refresh-btn:hover:not(:disabled){background:#059669}.aws-status-dashboard__refresh-btn:disabled{cursor:not-allowed;opacity:.5}.aws-status-dashboard__overview{margin-bottom:3rem}.aws-status-dashboard__overview-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 1px 3px #0000001a;padding:2rem}.aws-status-dashboard__overview-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.aws-status-dashboard__overview-header h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0}.aws-status-dashboard__overview-body{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:1fr auto}.aws-status-dashboard__health-meter{flex:1 1}.aws-status-dashboard__health-label{color:#374151;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.aws-status-dashboard__health-bar{background:#f3f4f6;border-radius:.375rem;height:.75rem;overflow:hidden;width:100%}.aws-status-dashboard__health-fill{background:linear-gradient(90deg,#10b981,#34d399);border-radius:.375rem;height:100%;transition:width .5s ease-in-out}.aws-status-dashboard__stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);text-align:center}.aws-status-dashboard__stat{display:flex;flex-direction:column;gap:.25rem}.aws-status-dashboard__stat-value{color:#1f2937;font-size:1.5rem;font-weight:700}.aws-status-dashboard__stat-label{color:#6b7280;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.aws-status-dashboard__services{margin-bottom:3rem}.aws-status-dashboard__services-header{margin-bottom:2rem;text-align:center}.aws-status-dashboard__services-header h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.aws-status-dashboard__services-subtitle{color:#6b7280;font-size:1rem;margin:0}.aws-status-dashboard__no-results{color:#6b7280;padding:3rem 2rem;text-align:center}.aws-status-dashboard__no-results h3{color:#374151;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.aws-status-dashboard__no-results p{font-size:.875rem;margin:0}.aws-status-dashboard__category{margin-bottom:2.5rem}.aws-status-dashboard__category-title{align-items:center;color:#1f2937;display:flex;font-size:1.25rem;font-weight:600;gap:.5rem;margin:0 0 1rem}.aws-status-dashboard__category-count{color:#6b7280;font-size:.875rem;font-weight:400}.aws-status-dashboard__services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.aws-status-dashboard__educational-links{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;margin-bottom:3rem;padding:2rem}.aws-status-dashboard__educational-header{margin-bottom:2rem;text-align:center}.aws-status-dashboard__educational-header h3{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.aws-status-dashboard__educational-header p{color:#6b7280;font-size:1rem;margin:0}.aws-status-dashboard__educational-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.educational-link-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;color:inherit;display:block;padding:1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.educational-link-card:hover{border-color:#3b82f6;box-shadow:0 10px 25px #0000001a;transform:translateY(-4px)}.educational-link-icon{font-size:2rem;margin-bottom:1rem}.educational-link-card h4{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.educational-link-card p{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}.aws-status-dashboard__footer{border-top:1px solid #e5e7eb;padding-top:2rem;text-align:center}.aws-status-dashboard__footer-content{color:#6b7280;font-size:.875rem;line-height:1.6}.aws-status-dashboard__error-notice{background:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#dc2626;margin-top:1rem;padding:.75rem 1rem;text-align:left}@media (max-width:1024px){.aws-status-dashboard{padding:1.5rem}.aws-status-dashboard__services-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}}@media (max-width:768px){.aws-status-dashboard{padding:1rem}.aws-status-dashboard__header{align-items:flex-start;flex-direction:column;gap:1.5rem}.aws-status-dashboard__title{font-size:2rem}.aws-status-dashboard__controls{align-self:stretch;justify-content:space-between}.aws-status-dashboard__overview-body{gap:1.5rem;grid-template-columns:1fr}.aws-status-dashboard__stats{grid-template-columns:repeat(2,1fr)}.aws-status-dashboard__services-grid{grid-template-columns:1fr}}@media (max-width:640px){.aws-status-dashboard__overview-card{padding:1.5rem}.aws-status-dashboard__stats{grid-template-columns:1fr}.aws-status-dashboard__stat-value{font-size:1.25rem}}@media (prefers-color-scheme:dark){.aws-status-dashboard{background:#111827;color:#f9fafb}.aws-status-dashboard__title{color:#f9fafb}.aws-status-dashboard__subtitle{color:#d1d5db}.aws-status-dashboard__overview-card{background:#1f2937;border-color:#374151}.aws-status-dashboard__overview-header h2{color:#f9fafb}.aws-status-dashboard__health-label{color:#e5e7eb}.aws-status-dashboard__health-bar{background:#374151}.aws-status-dashboard__stat-value{color:#f9fafb}.aws-status-dashboard__stat-label{color:#d1d5db}.aws-status-dashboard__category-title{color:#f9fafb}.aws-status-dashboard__category-count{color:#d1d5db}.aws-status-dashboard__footer{border-color:#374151}.aws-status-dashboard__footer-content{color:#d1d5db}.aws-status-dashboard__educational-links{background:#1f2937;border-color:#374151}.aws-status-dashboard__educational-header h3{color:#f9fafb}.aws-status-dashboard__educational-header p{color:#d1d5db}.educational-link-card{background:#111827;border-color:#374151}.educational-link-card:hover{border-color:#60a5fa}.educational-link-card h4{color:#f9fafb}.educational-link-card p{color:#d1d5db}}@media (prefers-reduced-motion:reduce){.aws-status-dashboard__spinner{animation:none}.aws-status-dashboard__health-fill{transition:none}}@media (prefers-contrast:high){.aws-status-dashboard__overview-card{border-width:2px}.aws-status-dashboard__health-label,.aws-status-dashboard__stat-value,.aws-status-dashboard__title{font-weight:700}}@media (max-width:768px){.aws-status-dashboard{padding:1rem}.aws-status-dashboard__services-header h2{font-size:1.3rem}.aws-status-dashboard__services-subtitle{font-size:.9rem}}.service-status-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:2rem}.service-status-page__error,.service-status-page__loading{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px;text-align:center}.service-status-page__spinner{animation:spin 1s linear infinite;border:3px solid #f3f4f6;border-radius:50%;border-top-color:#3b82f6;height:3rem;margin-bottom:1rem;width:3rem}.service-status-page__breadcrumb{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem;margin-bottom:2rem}.service-status-page__breadcrumb a{color:#3b82f6;text-decoration:none;transition:color .2s}.service-status-page__breadcrumb a:hover{color:#2563eb}.service-status-page__breadcrumb-separator{color:#9ca3af}.service-status-page__header{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between;margin-bottom:3rem}.service-status-page__title-section{flex:1 1}.service-status-page__title{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 .5rem}.service-status-page__description{color:#6b7280;font-size:1.125rem;line-height:1.6;margin:0}.service-status-page__status{flex-shrink:0}.service-status-page__regions{margin-bottom:3rem}.service-status-page__regions h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.service-status-page__regions-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.service-status-page__region-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;transition:all .2s ease-in-out}.service-status-page__region-card:hover{border-color:#d1d5db;box-shadow:0 4px 6px -1px #0000001a}.service-status-page__region-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.service-status-page__region-name{color:#1f2937;font-size:1.125rem;font-weight:600;margin:0}.service-status-page__region-details{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.service-status-page__metric{display:flex;flex-direction:column;gap:.25rem}.service-status-page__metric-label{color:#6b7280;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.service-status-page__metric-value{color:#1f2937;font-size:.875rem;font-weight:600}.service-status-page__incidents{margin-bottom:3rem}.service-status-page__incidents h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.service-status-page__incidents-list{display:flex;flex-direction:column;gap:1.5rem}.service-status-page__incident{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem}.service-status-page__incident-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:.75rem}.service-status-page__incident-title{color:#1f2937;flex:1 1;font-size:1.125rem;font-weight:600;line-height:1.4;margin:0}.service-status-page__incident-date{color:#6b7280;font-size:.875rem;white-space:nowrap}.service-status-page__incident-description{color:#374151;line-height:1.6;margin:0 0 1rem}.service-status-page__incident-meta{align-items:center;display:flex;gap:1rem;justify-content:space-between}.service-status-page__incident-region{color:#6b7280;font-size:.875rem}.service-status-page__incident-status{border-radius:.375rem;font-size:.75rem;font-weight:500;letter-spacing:.05em;padding:.25rem .5rem;text-transform:uppercase}.service-status-page__incident-status--resolved{background:#d1fae5;color:#065f46}.service-status-page__info{margin-bottom:3rem}.service-status-page__info-card{background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:2rem}.service-status-page__info-card h2{color:#1f2937;font-size:1.5rem;font-weight:600;margin:0 0 1rem}.service-status-page__info-card p{color:#6b7280;line-height:1.6;margin:0 0 2rem}.service-status-page__info-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));text-align:center}.service-status-page__info-stat{display:flex;flex-direction:column;gap:.25rem}.service-status-page__info-stat-value{color:#1f2937;font-size:1.5rem;font-weight:700}.service-status-page__info-stat-label{color:#6b7280;font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.service-status-page__navigation{border-top:1px solid #e5e7eb;display:flex;justify-content:center;padding-top:2rem}.service-status-page__back-link{border:1px solid #3b82f6;border-radius:.5rem;color:#3b82f6;font-weight:500;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.service-status-page__back-link:hover{background:#3b82f6;color:#fff}@media (max-width:1024px){.service-status-page{padding:1.5rem}.service-status-page__regions-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}}@media (max-width:768px){.service-status-page{padding:1rem}.service-status-page__header{align-items:flex-start;flex-direction:column;gap:1.5rem}.service-status-page__title{font-size:2rem}.service-status-page__region-details,.service-status-page__regions-grid{grid-template-columns:1fr}.service-status-page__incident-header,.service-status-page__incident-meta{align-items:flex-start;flex-direction:column;gap:.5rem}}@media (max-width:640px){.service-status-page__incident,.service-status-page__info-card,.service-status-page__region-card{padding:1rem}.service-status-page__info-stats{gap:1rem;grid-template-columns:1fr}}@media (prefers-color-scheme:dark){.service-status-page{background:#111827;color:#f9fafb}.service-status-page__title{color:#f9fafb}.service-status-page__description{color:#d1d5db}.service-status-page__incident,.service-status-page__info-card,.service-status-page__region-card{background:#1f2937;border-color:#374151}.service-status-page__incident:hover,.service-status-page__region-card:hover{border-color:#4b5563}.service-status-page__incident-title,.service-status-page__incidents h2,.service-status-page__info-card h2,.service-status-page__info-stat-value,.service-status-page__metric-value,.service-status-page__region-name,.service-status-page__regions h2{color:#f9fafb}.service-status-page__incident-description{color:#e5e7eb}.service-status-page__info-card p{color:#d1d5db}.service-status-page__navigation{border-color:#374151}.service-status-page__back-link{border-color:#60a5fa;color:#60a5fa}.service-status-page__back-link:hover{background:#60a5fa;color:#1f2937}}@media (prefers-reduced-motion:reduce){.service-status-page__spinner{animation:none}.service-status-page__back-link,.service-status-page__region-card{transition:none}}.educational-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;margin:0 auto;max-width:1000px;padding:2rem}.educational-page__breadcrumb{align-items:center;color:#6b7280;display:flex;font-size:.875rem;margin-bottom:2rem}.educational-page__breadcrumb a{color:#3b82f6;text-decoration:none;transition:color .2s}.educational-page__breadcrumb a:hover{color:#2563eb;text-decoration:underline}.educational-page__breadcrumb-separator{color:#9ca3af;margin:0 .5rem}.educational-page__header{border-bottom:1px solid #e5e7eb;margin-bottom:3rem;padding-bottom:2rem;text-align:center}.educational-page__header h1{color:#1f2937;font-size:2.5rem;font-weight:700;line-height:1.2;margin:0 0 1rem}.educational-page__subtitle{color:#6b7280;font-size:1.25rem;font-weight:400;margin:0}.educational-page__body{margin:0 auto;max-width:800px}.educational-section{margin-bottom:3rem}.educational-section h2{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:1.875rem;font-weight:600;margin:0 0 1.5rem;padding-bottom:.5rem}.educational-section h3{color:#374151;font-size:1.5rem;font-weight:600;margin:1.5rem 0 1rem}.educational-section h4{color:#374151;font-size:1.25rem;font-weight:600;margin:1rem 0 .5rem}.educational-section p{color:#4b5563;font-size:1rem;margin:0 0 1rem}.educational-section ol,.educational-section ul{margin:1rem 0;padding-left:1.5rem}.educational-section li{color:#4b5563;margin-bottom:.5rem}.educational-section li strong{color:#1f2937;font-weight:600}.service-categories{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:2rem 0}.service-category{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;padding:1.5rem;transition:transform .2s,box-shadow .2s}.service-category:hover{box-shadow:0 10px 25px #0000001a;transform:translateY(-2px)}.service-category h3{align-items:center;color:#1f2937;display:flex;font-size:1.125rem;gap:.5rem;margin:0 0 1rem}.service-category ul{list-style:none;margin:0;padding:0}.service-category li{margin-bottom:.75rem;padding-left:1rem;position:relative}.service-category li:before{color:#3b82f6;content:"→";font-weight:700;left:0;position:absolute}.monitoring-benefits{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:2rem 0}.benefit-item{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;text-align:center;transition:border-color .2s}.benefit-item:hover{border-color:#3b82f6}.benefit-item h4{color:#1f2937;font-size:1.125rem;margin:0 0 .5rem}.benefit-item p{color:#6b7280;font-size:.875rem;margin:0}.infrastructure-stats{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.75rem;color:#fff;display:flex;gap:2rem;justify-content:space-around;margin:2rem 0;padding:2rem}.stat-item{flex:1 1;text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}.stat-label{font-size:.875rem;font-weight:500;opacity:.9}.dependency-list{background:#f8fafc;border-left:4px solid #3b82f6;margin:1.5rem 0;padding:1.5rem}.dependency-list li{margin-bottom:1rem}.educational-page__footer{border-top:1px solid #e5e7eb;margin-top:4rem;padding-top:2rem}.call-to-action{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.75rem;color:#fff;padding:2.5rem;text-align:center}.call-to-action h3{font-size:1.5rem;font-weight:600;margin:0 0 1rem}.call-to-action p{font-size:1rem;margin:0 0 1.5rem;opacity:.9}.cta-button{background:#fff;border-radius:.5rem;color:#3b82f6;display:inline-block;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.cta-button:hover{box-shadow:0 10px 25px #0003;transform:translateY(-2px)}@media (max-width:768px){.educational-page{padding:1rem}.educational-page__header h1{font-size:2rem}.educational-page__subtitle{font-size:1.125rem}.monitoring-benefits,.service-categories{gap:1rem;grid-template-columns:1fr}.infrastructure-stats{flex-direction:column;gap:1rem}.stat-number{font-size:2rem}.call-to-action{padding:2rem 1.5rem}}@media (max-width:480px){.educational-page{padding:.5rem}.educational-page__header h1{font-size:1.75rem}.benefit-item,.service-category{padding:1rem}.infrastructure-stats{padding:1.5rem}}@media (prefers-color-scheme:dark){.educational-page{background:#1f2937;color:#f9fafb}.educational-page__header{border-color:#374151}.educational-page__header h1,.educational-section h2,.educational-section h3,.educational-section h4{color:#f9fafb}.educational-section h2{border-color:#374151}.educational-section li,.educational-section p{color:#d1d5db}.service-category{color:#f9fafb}.benefit-item,.service-category{background:#374151;border-color:#4b5563}.dependency-list{background:#374151;border-color:#3b82f6}.educational-page__footer{border-color:#374151}}@media print{.call-to-action,.educational-page__breadcrumb{display:none}.educational-page{max-width:none;padding:0}.educational-page__header{border-bottom:2px solid #000}.benefit-item,.service-category{border:1px solid #000;break-inside:avoid;page-break-inside:avoid}}.faq-section{margin:2rem 0}.faq-container{display:flex;flex-direction:column;gap:1.5rem}.faq-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;overflow:hidden;transition:all .3s ease}.faq-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.faq-question{background:#fff;border-bottom:1px solid #e9ecef;color:#2c3e50;cursor:pointer;font-size:1.1rem;font-weight:600;margin:0;padding:1.5rem;transition:background-color .3s ease}.faq-question:hover{background:#f1f3f4}.faq-answer{background:#f8f9fa;padding:1.5rem}.faq-answer p{color:#495057;line-height:1.6;margin:0}.resource-links{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.resource-card{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem;text-align:center;transition:all .3s ease}.resource-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.resource-card h4{color:#2c3e50;font-size:1.2rem;margin:0 0 1rem}.resource-card p{color:#6c757d;line-height:1.5;margin:0 0 1rem}.resource-card a{background:#007bff;border-radius:4px;color:#fff;display:inline-block;font-weight:500;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s ease}.resource-card a:hover{background:#0056b3}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cta-button.secondary{background:#6c757d;color:#fff}.cta-button.secondary:hover{background:#5a6268}@media (prefers-color-scheme:dark){.faq-item{background:#21262d;border-color:#30363d}.faq-question{background:#161b22;border-color:#30363d;color:#e6edf3}.faq-answer,.faq-question:hover{background:#21262d}.faq-answer p{color:#c9d1d9}.resource-card{background:#161b22;border-color:#30363d}.resource-card h4{color:#e6edf3}.resource-card p{color:#c9d1d9}}
/*# sourceMappingURL=main.d86801a5.css.map*/