.debug-status-page{padding:2rem;max-width:1400px;margin:0 auto;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;color:#fff}.spinner{border:4px solid rgba(255,255,255,.3);border-radius:50%;border-top:4px solid white;width:50px;height:50px;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.header-left h1{color:#fff;margin:0 0 .5rem;font-size:2.5rem;font-weight:700}.subtitle{color:#ffffffe6;margin:0;font-size:1.1rem}.header-controls{display:flex;gap:1rem;align-items:center}.auto-refresh-toggle{display:flex;align-items:center;gap:.5rem;color:#fff;cursor:pointer;background:#ffffff1a;padding:.5rem 1rem;border-radius:8px;transition:background .2s}.auto-refresh-toggle:hover{background:#fff3}.auto-refresh-toggle input[type=checkbox]{cursor:pointer;width:18px;height:18px}.refresh-button{background:#fff;color:#667eea;border:none;padding:.5rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #0000001a}.refresh-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.error-banner{background:#ff6b6b;color:#fff;padding:1rem;border-radius:8px;margin-bottom:1.5rem;box-shadow:0 2px 8px #0000001a}.last-update{color:#fffc;font-size:.9rem;margin-bottom:1.5rem}.overall-status{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem}.overall-status h2{margin:0 0 1rem;color:#333;font-size:1.5rem}.overall-status-content{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.uptime-badge{background:#f7f7f7;padding:.5rem 1rem;border-radius:8px;font-weight:600;color:#666}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem}.service-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 20px #0000001a;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #00000026}.service-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #f0f0f0}.service-title{display:flex;align-items:center;gap:.5rem}.service-icon{font-size:1.5rem}.service-title h3{margin:0;color:#333;font-size:1.2rem}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:600;text-transform:uppercase}.status-healthy{background:#d4edda;color:#155724}.status-degraded{background:#fff3cd;color:#856404}.status-down{background:#f8d7da;color:#721c24}.status-unknown{background:#e2e3e5;color:#383d41}.status-icon{font-weight:700}.service-details{display:flex;flex-direction:column;gap:.75rem}.detail-row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.detail-label{color:#666;font-weight:600}.detail-value{color:#333}.detail-value a{color:#667eea;text-decoration:none;transition:color .2s}.detail-value a:hover{color:#764ba2;text-decoration:underline}.error-row{background:#fff5f5;padding:.5rem;border-radius:4px;border-left:3px solid #ff6b6b}.error-row .detail-value{color:#d32f2f;font-size:.85rem}.debug-info{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px #0000001a}.debug-info h3{margin:0 0 1rem;color:#333;font-size:1.3rem}.env-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.env-item{background:#f7f7f7;padding:1rem;border-radius:8px;display:flex;flex-direction:column;gap:.5rem}.env-label{color:#666;font-size:.85rem;font-weight:600;text-transform:uppercase}.env-value{color:#333;font-family:Courier New,monospace;font-size:.9rem;word-break:break-all}@media (max-width: 768px){.debug-status-page{padding:1rem}.page-header{flex-direction:column}.header-left h1{font-size:2rem}.services-grid,.env-grid{grid-template-columns:1fr}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#999;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#777}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
