.container{min-height:100vh;display:flex;flex-direction:column;align-items:center;padding:2rem}.header{text-align:center;margin-bottom:3rem;animation:fadeInDown .6s ease-out}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.logo-container{margin-bottom:1.5rem;animation:fadeIn .8s ease-out}.logo{width:120px;height:auto;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.header h1{font-size:3.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#e0e7ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-1px}.subtitle{font-size:1.25rem;color:#ffffffe6;font-weight:400}.main-content{width:100%;max-width:1000px;flex:1}.status-hero{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:3rem;text-align:center;margin-bottom:2rem;box-shadow:0 20px 60px #00000026;border:1px solid rgba(255,255,255,.8);animation:fadeInUp .6s ease-out .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.status-badge{display:inline-flex;align-items:center;gap:1rem;padding:1rem 2rem;border-radius:50px;background:#fff;border:3px solid;margin-bottom:1rem;box-shadow:0 4px 15px #0000001a}.status-dot{width:16px;height:16px;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.status-icon{font-size:1.5rem}.status-text{font-size:1.75rem;font-weight:700;color:#1f2937;margin:0}.status-description{font-size:1.125rem;color:#6b7280;margin:.5rem 0 1rem}.last-checked{color:#9ca3af;font-size:.875rem;margin:0}.cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:2rem;animation:fadeInUp .6s ease-out .4s both}.service-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(255,255,255,.8);transition:transform .3s,box-shadow .3s}.service-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #00000026}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #f3f4f6}.card-header h3{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.status-pill{padding:.375rem .875rem;border-radius:20px;font-size:.875rem;font-weight:600;color:#fff;text-transform:uppercase;letter-spacing:.5px}.error-box{background:#fee2e2;border:2px solid #fecaca;color:#991b1b;padding:1rem;border-radius:12px;font-size:.875rem;margin-bottom:1rem}.details{display:flex;flex-direction:column;gap:1rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f9fafb;border-radius:8px;transition:background .2s}.detail-item:hover{background:#f3f4f6}.detail-label{font-weight:600;color:#6b7280;font-size:.875rem}.detail-value{font-weight:500;color:#1f2937;font-size:.875rem;text-align:right}.links-list{display:flex;flex-direction:column;gap:.75rem}.link-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:12px;text-decoration:none;transition:all .3s;border:2px solid transparent}.link-item:hover{background:#fff;border-color:#667eea;transform:translate(5px);box-shadow:0 4px 12px #667eea33}.link-item span{font-size:1.5rem}.link-title{font-weight:600;color:#1f2937;margin-bottom:.25rem}.link-url{font-size:.75rem;color:#667eea}.refresh-button{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:1rem 2rem;font-size:1.125rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center;gap:.75rem;box-shadow:0 4px 15px #667eea4d;animation:fadeInUp .6s ease-out .6s both}.refresh-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #667eea66}.refresh-button:active:not(:disabled){transform:translateY(0)}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.refresh-icon{font-size:1.25rem;display:inline-block;animation:spin 1s linear infinite}.refresh-button:not(:disabled) .refresh-icon{animation:none}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.footer{margin-top:3rem;text-align:center;color:#fffc;font-size:.875rem;animation:fadeIn .6s ease-out .8s both}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.header h1{font-size:2.5rem}.logo{width:80px}.status-hero{padding:2rem 1.5rem}.status-text{font-size:1.25rem}.status-badge{padding:.75rem 1.5rem;gap:.75rem}.cards-grid{grid-template-columns:1fr}.container{padding:1rem}.service-card{padding:1.5rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed;min-height:100vh;overflow-x:hidden}
