:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#0f172a;background-color:#f8fafc;-webkit-font-smoothing:antialiased}*{box-sizing:border-box;margin:0;padding:0}body{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1200px;margin:0 auto;padding:0 1.5rem}header{background:#0b1329;color:#fff;border-bottom:1px solid #1e293b;padding:1rem 0}.header-inner{display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#fff}.brand-icon{width:32px;height:32px;background:#2563eb;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem}.brand-title{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.brand-subtitle{font-size:.8rem;color:#94a3b8;font-weight:500}.badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .625rem;border-radius:9999px;font-size:.75rem;font-weight:600}.badge-coolify{background:#1e1b4b;color:#a5b4fc;border:1px solid #4338ca}.badge-success{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.badge-warning{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.badge-info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.pulse-dot{width:8px;height:8px;border-radius:50%;background-color:#22c55e;display:inline-block;box-shadow:0 0 #22c55eb3;animation:pulse 2s infinite}@keyframes pulse{0%{box-shadow:0 0 #22c55eb3}70%{box-shadow:0 0 0 8px #22c55e00}to{box-shadow:0 0 #22c55e00}}main{flex:1;padding:2.5rem 0}.hero{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d}.hero h1{font-size:1.875rem;font-weight:700;color:#0f172a;margin-bottom:.5rem}.hero p{color:#64748b;font-size:1rem;max-width:700px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;margin-bottom:2rem}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem;box-shadow:0 1px 2px #0000000d}.stat-label{font-size:.825rem;color:#64748b;font-weight:500;margin-bottom:.35rem}.stat-value{font-size:1.75rem;font-weight:700;color:#0f172a}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d;margin-bottom:2rem}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.card-title{font-size:1.125rem;font-weight:600;color:#0f172a}table{width:100%;border-collapse:collapse;text-align:left}th{background:#f8fafc;color:#475569;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;padding:.75rem 1rem;border-bottom:1px solid #e2e8f0}td{padding:.875rem 1rem;border-bottom:1px solid #f1f5f9;font-size:.875rem;color:#334155}tr:hover td{background:#f8fafc}footer{background:#fff;border-top:1px solid #e2e8f0;padding:1.5rem 0;color:#94a3b8;font-size:.825rem;text-align:center}
