*{box-sizing:border-box}body{margin:0;background:#f6f7f9;color:#172033;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.wrap{max-width:1180px;margin:40px auto;padding:0 18px}.narrow{max-width:680px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}h1,h2{margin-top:0}.muted{color:#6b7280}.small,small{font-size:12px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px;margin-bottom:18px;box-shadow:0 2px 10px rgba(0,0,0,.03)}label{display:block;font-weight:700;margin:15px 0 7px}input,select,textarea{width:100%;padding:11px 12px;border:1px solid #cfd5df;border-radius:9px;font:inherit;background:#fff}textarea{resize:vertical}.btn{display:inline-block;background:#1769e0;color:white;border:0;border-radius:9px;padding:10px 14px;text-decoration:none;font-weight:700;cursor:pointer;margin-top:14px}.btn.danger{background:#b42318;margin-top:0}.alert{padding:13px 15px;background:#eef5ff;border:1px solid #bfd7ff;border-radius:10px;margin-bottom:18px}.alert.error{background:#fff1f0;border-color:#ffc9c5}.alert.success{background:#eefbf3;border-color:#b7ebc6}.warning{background:#fff9e8;border-color:#f1dc93}.page-row{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:13px 0;border-bottom:1px solid #eee}.page-row:last-child{border-bottom:0}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse;font-size:13px}th,td{text-align:left;vertical-align:top;border-bottom:1px solid #eee;padding:9px}pre{white-space:pre-wrap;word-break:break-word;max-width:360px;margin:0;font-size:11px}.badge{padding:3px 7px;border-radius:999px;background:#eee}.badge.success{background:#daf5e3}.badge.error{background:#ffdcd8}@media(max-width:800px){.grid{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}}