:root{font-family:Inter,Arial,sans-serif;color:#172033;background:#f3f6fb}*{box-sizing:border-box}body{margin:0;background:#f3f6fb}.sys{max-width:960px;margin:auto;padding:24px}.head,.card{background:#fff;border:1px solid #dce4ef;border-radius:18px;box-shadow:0 10px 28px rgba(15,42,102,.08)}.head{padding:22px;display:flex;justify-content:space-between;gap:16px;align-items:center}.head h1{margin:0;color:#102a66}.head p{margin:6px 0 0;color:#64748b}.card{margin-top:18px;padding:24px}.row{display:flex;justify-content:space-between;gap:18px;align-items:center}.switch{position:relative;width:58px;height:32px;display:inline-block}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;inset:0;background:#94a3b8;border-radius:99px;cursor:pointer;transition:.2s}.slider:before{content:'';position:absolute;width:24px;height:24px;left:4px;top:4px;background:#fff;border-radius:50%;transition:.2s}.switch input:checked+.slider{background:#b42318}.switch input:checked+.slider:before{transform:translateX(26px)}label.field{display:block;margin-top:18px;font-weight:800;color:#24324a}textarea,input[type=text]{width:100%;margin-top:8px;padding:12px;border:1px solid #cbd5e1;border-radius:10px;font:inherit}textarea{min-height:110px;resize:vertical}.actions{margin-top:20px;display:flex;gap:10px}.btn{border:0;border-radius:10px;padding:11px 16px;font-weight:900;cursor:pointer;background:#e8eef8;color:#102a66}.btn.primary{background:#102a66;color:#fff}.status{margin-top:14px;font-weight:800}.status.ok{color:#147a38}.status.err{color:#b42318}.warning{background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;padding:12px;border-radius:10px;margin-top:16px}@media(max-width:650px){.sys{padding:12px}.head,.row{align-items:flex-start;flex-direction:column}.actions{flex-direction:column}.btn{width:100%}}
