*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;color:#333}#app{min-height:100vh}.dashboard{min-height:100vh;display:flex;flex-direction:column}.header{background:rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(255,255,255,.2);padding:2rem 0;text-align:center}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem}.title{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.subtitle{font-size:1.1rem;color:#fffc;font-weight:300}.main-content{flex:1;padding:3rem 2rem;max-width:1200px;margin:0 auto;width:100%}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:2rem}.service-card{background:rgba(255,255,255,.95);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.service-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#667eea,#764ba2);transform:scaleX(0);transition:transform .3s ease}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000026}.service-card:hover:before{transform:scaleX(1)}.service-icon{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;color:#fff;font-size:1.5rem}.service-info{margin-bottom:1rem}.service-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.5rem}.service-description{color:#666;font-size:.9rem;line-height:1.5}.service-status{display:flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:500}.service-status.online{color:#10b981}.service-status.offline{color:#ef4444}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.service-status.online .status-dot{background:#10b981;box-shadow:0 0 0 2px #10b98133}.service-status.offline .status-dot{background:#ef4444;box-shadow:0 0 0 2px #ef444433}@media (max-width: 768px){.header{padding:1.5rem 0}.title{font-size:2rem}.subtitle{font-size:1rem}.main-content{padding:2rem 1rem}.services-grid{grid-template-columns:1fr;gap:1.5rem}.service-card{padding:1.5rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.service-card{animation:fadeInUp .6s ease forwards}.service-card:nth-child(1){animation-delay:.1s}.service-card:nth-child(2){animation-delay:.2s}.service-card:nth-child(3){animation-delay:.3s}.service-card:nth-child(4){animation-delay:.4s}.service-card:nth-child(5){animation-delay:.5s}.service-card:nth-child(6){animation-delay:.6s}
