body{margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#1a1a2e,#16213e);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#fff}#root{width:100%;display:flex;justify-content:center;align-items:center;min-height:100vh}.container{max-width:1200px;width:100%}header{text-align:center;margin-bottom:3rem}h1{font-size:3rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.subtitle{font-size:1.2rem;color:#a0a0b0;font-weight:300}.last-update{font-size:.875rem;color:#7070a0;margin-top:.5rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.service-card{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2rem;border:1px solid rgba(255,255,255,.1);transition:all .3s ease;text-decoration:none;color:inherit;display:block;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#667eea1a,#764ba21a);opacity:0;transition:opacity .3s ease}.service-card:hover{transform:translateY(-5px);border-color:#667eea80;box-shadow:0 10px 40px #667eea33}.service-card:hover:before{opacity:1}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;position:relative;z-index:1}.service-name{font-size:1.5rem;font-weight:600;color:#fff}.status-indicator{display:flex;align-items:center;gap:.5rem}.status-dot{width:12px;height:12px;border-radius:50%;transition:all .3s ease}.status-dot.online{background-color:#4ade80;box-shadow:0 0 10px #4ade80;animation:pulse 2s infinite}.status-dot.offline{background-color:#ef4444;box-shadow:0 0 10px #ef4444;animation:none}.status-dot.checking{background-color:#fbbf24;box-shadow:0 0 10px #fbbf24;animation:pulse 1.5s infinite}.status-dot.unknown{background-color:#9ca3af;box-shadow:0 0 10px #9ca3af;animation:none}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.status-text{font-size:.875rem;font-weight:500;transition:color .3s ease}.status-text.online{color:#4ade80}.status-text.offline{color:#ef4444}.status-text.checking{color:#fbbf24}.status-text.unknown{color:#9ca3af}.service-description{color:#b0b0c0;line-height:1.6;margin-bottom:1.5rem;position:relative;z-index:1}.service-icon{font-size:3rem;margin-bottom:1rem;position:relative;z-index:1}.cta-button{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.75rem 1.5rem;border-radius:10px;font-weight:500;transition:all .3s ease;border:none;cursor:pointer;position:relative;z-index:1}.cta-button:hover{transform:translate(5px);box-shadow:0 5px 20px #667eea66}footer{text-align:center;margin-top:3rem;color:#7070a0;font-size:.9rem}footer a{color:#667eea;text-decoration:none;transition:color .3s ease}footer a:hover{color:#764ba2}@media(max-width:768px){h1{font-size:2rem}.subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}}.hero-gradient{position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 50%);pointer-events:none;z-index:-1}.debug-page{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);padding:2rem;color:#fff}.debug-container{max-width:1000px;margin:0 auto}.debug-header{margin-bottom:2rem}.header-actions{display:flex;gap:1rem;margin-bottom:1rem}.back-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.logout-button{background:#ef444433;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;transition:all .3s ease}.logout-button:hover{background:#ef44444d}.debug-header h1{font-size:2.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.debug-subtitle{color:#a0a0b0;font-size:1.1rem}.debug-section{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:1.5rem;margin-bottom:1.5rem;border:1px solid rgba(255,255,255,.1)}.debug-section h2{color:#667eea;margin-bottom:1rem;font-size:1.3rem}.debug-section h3{color:#89f;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.1rem}.api-info{display:flex;align-items:center;gap:1rem}.api-info label{color:#a0a0b0;font-weight:500}.api-info code{background:#0000004d;padding:.5rem 1rem;border-radius:8px;color:#4ade80;font-family:Monaco,Menlo,monospace}.api-key-input{display:flex;gap:1rem;margin-bottom:.5rem}.key-input{flex:1;background:#0000004d;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.75rem 1rem;border-radius:8px;font-size:1rem;font-family:Monaco,Menlo,monospace}.key-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.clear-button{background:#ef444433;border:1px solid rgba(239,68,68,.3);color:#ef4444;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.clear-button:hover{background:#ef44444d}.hint{color:#7070a0;font-size:.85rem;margin:0}.controls-row{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.fetch-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;padding:1rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;flex:1}.fetch-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea4d}.fetch-button:disabled{opacity:.5;cursor:not-allowed}.auto-refresh-toggle{display:flex;align-items:center;gap:.5rem;color:#b0b0c0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.auto-refresh-toggle input[type=checkbox]{width:18px;height:18px;cursor:pointer}.last-fetch{color:#a0a0b0;font-size:.9rem;margin-top:.5rem;text-align:center}.error-section{border-color:#ef44444d;background:#ef44441a}.error-content{background:#0000004d;padding:1rem;border-radius:8px;color:#fca5a5;overflow-x:auto;font-family:Monaco,Menlo,monospace}.response-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.5rem}.summary-item{background:#0000004d;padding:1rem;border-radius:8px;display:flex;flex-direction:column;gap:.5rem}.summary-label{color:#a0a0b0;font-size:.85rem}.summary-value{font-size:1.5rem;font-weight:700;color:#fff}.summary-value.online{color:#4ade80}.summary-value.offline{color:#ef4444}.services-list{display:flex;flex-direction:column;gap:.75rem}.service-item{background:#0000004d;border-left:3px solid;padding:1rem;border-radius:8px}.service-item.online{border-color:#4ade80}.service-item.offline{border-color:#ef4444}.service-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.service-name{font-weight:600;font-size:1.1rem}.service-status{font-size:.9rem;font-weight:500}.service-status.online{color:#4ade80}.service-status.offline{color:#ef4444}.service-details{display:flex;justify-content:space-between;align-items:center;color:#a0a0b0;font-size:.9rem}.service-details code{background:#0000004d;padding:.25rem .5rem;border-radius:4px}.status-code{font-family:Monaco,Menlo,monospace}.json-content{background:#00000080;padding:1.5rem;border-radius:8px;overflow-x:auto;color:#a0f0a0;font-family:Monaco,Menlo,monospace;font-size:.85rem;line-height:1.6}@media(max-width:768px){.debug-page{padding:1rem}.debug-header h1{font-size:2rem}.api-key-input{flex-direction:column}.response-summary{grid-template-columns:1fr}.service-header,.service-details{flex-direction:column;align-items:flex-start;gap:.5rem}}.login-page{min-height:100vh;background:linear-gradient(135deg,#1a1a2e,#16213e);display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}.login-page:before{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(102,126,234,.1) 0%,transparent 50%);pointer-events:none;z-index:0}.login-container{position:relative;z-index:1;width:100%;max-width:450px}.back-button{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:.9rem;margin-bottom:2rem;transition:all .3s ease;display:inline-block}.back-button:hover{background:#ffffff26;transform:translate(-5px)}.login-box{background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:3rem;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #0000004d}.login-header{text-align:center;margin-bottom:2rem}.login-header h1{font-size:2rem;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.login-subtitle{color:#a0a0b0;font-size:.95rem}.oauth-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.oauth-button{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.oauth-button:disabled{opacity:.5;cursor:not-allowed}.oauth-button.github{background:#24292e;color:#fff}.oauth-button.github:hover:not(:disabled){background:#2f363d;transform:translateY(-2px);box-shadow:0 5px 20px #24292e66}.oauth-button.google{background:#fff;color:#3c4043;border:1px solid #dadce0}.oauth-button.google:hover:not(:disabled){background:#f8f9fa;transform:translateY(-2px);box-shadow:0 5px 20px #3c404333}.oauth-icon{width:20px;height:20px}.divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#7070a0}.divider:before,.divider:after{content:"";flex:1;border-bottom:1px solid rgba(255,255,255,.1)}.divider span{padding:0 1rem;font-size:.9rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{color:#b0b0c0;font-size:.9rem;font-weight:500}.password-input{background:#0000004d;border:1px solid rgba(255,255,255,.2);color:#fff;padding:1rem;border-radius:10px;font-size:1rem;transition:all .3s ease;font-family:Monaco,Menlo,monospace}.password-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.password-input:disabled{opacity:.5;cursor:not-allowed}.error-message{background:#ef44441a;border:1px solid rgba(239,68,68,.3);color:#fca5a5;padding:1rem;border-radius:10px;text-align:center;font-size:.9rem}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;padding:1rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:.5rem}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #667eea4d}.login-button:disabled{opacity:.5;cursor:not-allowed}.login-footer{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.security-note{color:#7070a0;font-size:.85rem;text-align:center;line-height:1.5;margin:0}@media(max-width:768px){.login-box{padding:2rem}.login-header h1{font-size:1.75rem}.password-input{font-size:16px}}
