@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700&display=swap";
:root{--background:#0f1115;--foreground:#eef2f6;--primary:#6366f1;--primary-glow:#6366f180;--secondary:#ec4899;--surface:#1e2128;--surface-border:#ffffff14;--glass-bg:#1e212899}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--background);color:var(--foreground);background-image:radial-gradient(circle at 15%,#6366f126 0%,#0000 40%),radial-gradient(circle at 85% 30%,#ec489926 0%,#0000 40%);background-attachment:fixed;min-height:100vh;font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}button{font-family:Inter,sans-serif}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--surface-border);border-radius:16px;padding:2rem;box-shadow:0 8px 32px #0000004d}.gradient-text{background:linear-gradient(135deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.container{max-width:1200px;margin:0 auto;padding:2rem}.navbar{justify-content:space-between;align-items:center;padding:1rem 0;animation:.6s ease-out slideDown;display:flex}.logo{letter-spacing:-.02em;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.nav-links{gap:1rem;display:flex}.btn-primary{background:linear-gradient(135deg, var(--primary), #818cf8);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.btn-primary:hover{box-shadow:0 4px 15px var(--primary-glow);transform:translateY(-2px)}.btn-primary.glow{box-shadow:0 0 20px var(--primary-glow)}.btn-outline{color:var(--foreground);border:1px solid var(--surface-border);cursor:pointer;background:0 0;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.btn-outline:hover{background:#ffffff0d}.btn-secondary{background:var(--surface);color:var(--foreground);border:1px solid var(--surface-border);cursor:pointer;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;transition:all .3s}.btn-secondary:hover{background:#ffffff0d;transform:translateY(-2px)}.hero{text-align:center;margin-top:6rem;animation:1s ease-out fadeIn}.title{margin-bottom:1.5rem;font-size:4rem;line-height:1.1}.subtitle{color:#94a3b8;max-width:600px;margin:0 auto 2.5rem;font-size:1.125rem}.action-buttons{justify-content:center;gap:1rem;display:flex}.dashboard-preview{margin-top:5rem;animation:1s ease-out .2s both slideUp}.status-panel{text-align:center}.status-panel h2{margin-bottom:1.5rem;font-weight:600}.status-indicator{border:1px solid var(--surface-border);background:#0003;border-radius:50px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.75rem 1.5rem;display:inline-flex}.status-indicator.checking .pulse{background:#eab308}.status-indicator.online .pulse{background:#22c55e;box-shadow:0 0 10px #22c55e}.status-indicator.offline .pulse{background:#ef4444;box-shadow:0 0 10px #ef4444}.pulse{border-radius:50%;width:10px;height:10px;animation:1.5s infinite blink}.ping-response{color:#94a3b8;margin-top:-1rem;margin-bottom:2rem;font-family:monospace}.feature-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.feature-card{border:1px solid var(--surface-border);text-align:left;background:#ffffff08;border-radius:12px;padding:1.5rem;transition:all .3s}.feature-card:hover{border-color:var(--primary-glow);background:#ffffff0d;transform:translateY(-5px)}.feature-card .icon{margin-bottom:1rem;font-size:2rem}.feature-card h3{margin-bottom:.5rem;font-size:1.125rem}.feature-card p{color:#94a3b8;font-size:.875rem}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.title{font-size:2.5rem}.action-buttons{flex-direction:column}}
