:root{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:#0f172a;background:linear-gradient(160deg,#f8fafc,#eef2ff)}*{box-sizing:border-box}body{margin:0}.nav{display:flex;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:#111827;color:#fff}.nav a{color:#e5e7eb;text-decoration:none;margin-right:.75rem}.page{max-width:960px;margin:1rem auto;padding:0 1rem}.card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:1rem;margin-bottom:1rem;display:grid;gap:.5rem}.row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;padding:.5rem 0;border-bottom:1px solid #e5e7eb}.tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}button,input{padding:.55rem .7rem;border-radius:8px;border:1px solid #cbd5e1}button{background:#0f172a;color:#fff;cursor:pointer}button.active{background:#2563eb}.error{color:#dc2626}@media(max-width:720px){.nav{flex-direction:column;align-items:flex-start}.row{flex-direction:column;align-items:stretch}}
