:root{color-scheme:light;font-family:SF Pro Display,Inter,system-ui,sans-serif;background:#f5f7fb;color:#14213d}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at top right,rgba(64,118,255,.12),transparent 30%),linear-gradient(180deg,#f6f8fc,#eef3fb)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.shell{display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh}.sidebar{display:flex;flex-direction:column;gap:28px;padding:28px 22px;border-right:1px solid rgba(20,33,61,.08);background:#ffffffb8;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.brand{display:flex;gap:14px;align-items:center}.brand h1{margin:0;font-size:1.1rem}.brand p{margin:4px 0 0;color:#60708f;font-size:.9rem}.brand-badge{width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,#2855ff,#4cc8ff);color:#fff;font-weight:700}.nav{display:flex;flex-direction:column;gap:10px}.nav-link{padding:12px 14px;border-radius:12px;color:#36517a;transition:background .2s ease,color .2s ease}.nav-link.active,.nav-link:hover{background:#e7efff;color:#17388f}.nav-link-muted{opacity:.7}.sidebar-footer{margin-top:auto;display:flex;flex-direction:column;gap:12px}.user-card{display:flex;flex-direction:column;gap:4px;padding:14px;border-radius:14px;background:#eff4ff}.content{padding:28px}.page{display:flex;flex-direction:column;gap:22px}.hero,.card{border-radius:22px;background:#ffffffdb;border:1px solid rgba(20,33,61,.08);box-shadow:0 12px 34px #2a4a8114}.hero{padding:24px;display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.hero h2,.card h3{margin:8px 0 6px}.hero p,.card p,.field-help,.muted-line,.empty-state{color:#637799}.hero-actions,.inline-actions{display:flex;flex-wrap:wrap;gap:10px}.card{padding:22px}.card-header{display:flex;justify-content:space-between;gap:14px;margin-bottom:18px}.pill{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;background:#ecf2ff;color:#2350d4;font-size:.85rem;font-weight:600}.button{border:none;border-radius:12px;padding:10px 14px;cursor:pointer}.button-primary{background:linear-gradient(135deg,#2855ff,#3aa9ff);color:#fff}.button-secondary{background:#eef2f9;color:#2b3c5b}.button-ghost,.button-inline{background:transparent;color:#2253dd}.table-wrap{overflow-x:auto}.table{width:100%;border-collapse:collapse}.table th,.table td{text-align:left;padding:14px 10px;border-bottom:1px solid rgba(20,33,61,.08);vertical-align:top}.table th{font-size:.85rem;color:#556987}.table-link{font-weight:600;color:#17388f}.status{display:inline-flex;align-items:center;justify-content:center;min-width:90px;padding:6px 10px;border-radius:999px;font-size:.82rem;font-weight:600;text-transform:capitalize}.status-running{background:#e7f8ee;color:#0d8f4f}.status-starting,.status-stopping{background:#fff6df;color:#9d6b00}.status-stopped,.status-exited{background:#eef2f7;color:#60708f}.status-crashed,.status-error{background:#ffe8e9;color:#c33743}.status-warn{background:#fff6df;color:#9d6b00}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.field{display:flex;flex-direction:column;gap:8px}.field-label{font-size:.92rem;font-weight:600;color:#24395d}.input{width:100%;border:1px solid rgba(20,33,61,.14);border-radius:12px;padding:11px 12px;background:#fff}.schema-groups{display:flex;flex-direction:column;gap:22px}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stats-grid+.stats-grid,.stats-grid+.error-banner,.stats-grid+.success-banner{margin-top:14px}.stat-card{padding:16px;border-radius:16px;background:#f7faff;display:flex;flex-direction:column;gap:8px}.stat-card span{color:#6980a4}.list-stack{display:flex;flex-direction:column;gap:12px}.list-row{display:flex;justify-content:space-between;gap:16px;padding:14px;border-radius:14px;background:#f7faff}.error-banner,.success-banner,.empty-state,.loading-screen{border-radius:18px;padding:18px;background:#ffffffe0}.error-banner{border:1px solid #f5c7cd;color:#ac2432}.success-banner{border:1px solid #bddfc8;color:#136f41}.empty-state.compact{padding:12px}.compact-banner{margin-top:14px}.mono-small{font-family:SF Mono,Menlo,monospace;font-size:.78rem;color:#556987}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:min(100%,420px);display:flex;flex-direction:column;gap:18px;padding:28px;border-radius:24px;background:#ffffffe0;border:1px solid rgba(20,33,61,.08);box-shadow:0 18px 44px #2a4a811f}.auth-card h1{margin:10px 0 6px}.auth-card p{color:#60708f;margin:0}.full-screen,.loading-screen{min-height:100vh;display:flex;align-items:center;justify-content:center}@media(max-width:1024px){.shell{grid-template-columns:1fr}.sidebar{border-right:none;border-bottom:1px solid rgba(20,33,61,.08)}.form-grid,.stats-grid{grid-template-columns:1fr}}
