:root{color-scheme:light;font-family:Inter,Segoe UI,Arial,sans-serif;color:#172c39;background:#f2f6f7}*{box-sizing:border-box}body{margin:0}header,main,footer{max-width:1180px;margin:auto;padding:24px}header{display:flex;justify-content:space-between;align-items:center;gap:24px;border-bottom:1px solid #cedcdf}.brand{font-weight:800;letter-spacing:.06em;text-decoration:none}.brand span{display:block;font-weight:400;letter-spacing:0;font-size:14px}nav{display:flex;gap:20px;flex-wrap:wrap}a{color:#086b68}h1{font-size:clamp(30px,4vw,46px);line-height:1.14;letter-spacing:-.03em;margin:16px 0}h2{font-size:20px;margin:0 0 14px}h3{font-size:16px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.15em;color:#086b68;margin-top:22px}.intro{max-width:870px;line-height:1.7}.notice{border:1px solid #dfb768;border-left:5px solid #a57514;background:#fff8e8;padding:15px 20px;line-height:1.6}.facts{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:30px 0}.facts h2{font-size:16px}.facts p{font-size:14px;color:#48606e;line-height:1.7;margin:0}.workspace{display:grid;grid-template-columns:1.1fr 1fr;gap:24px;align-items:start}.card{background:white;border:1px solid #d7e2e5;border-radius:14px;padding:26px;margin-bottom:24px;box-shadow:0 8px 20px #12323d05}label{display:block;font-weight:600;font-size:14px;margin:18px 0 7px}label span{font-weight:400}input,textarea,select{display:block;width:100%;border:1px solid #aebfc5;border-radius:6px;padding:12px;background:white;font:inherit;color:inherit}input:disabled{background:#f0f4f5;font-size:13px}input:focus,textarea:focus,select:focus,button:focus-visible{outline:3px solid #78cecb;outline-offset:2px}.check{display:flex;align-items:flex-start;gap:10px;line-height:1.6;margin:24px 0}.check input{width:auto;flex:none;margin-top:4px}button{font:inherit;font-weight:600;padding:13px 16px;border-radius:7px;border:1px solid #075953;background:#086b68;color:white;cursor:pointer}button:disabled{background:#e2eaed;color:#596d76;border-color:#d2dee2;cursor:not-allowed}.secondary{background:white;color:#244955;border-color:#aebfc5}.subtle{font-size:13px;color:#536b76;line-height:1.6}.status{background:#e7f3f2;color:#085b56;border:1px solid #b3d9d5;padding:15px;border-radius:7px;font-weight:800;overflow-wrap:anywhere}dl{font-size:13px;display:grid;grid-template-columns:120px 1fr;gap:10px;line-height:1.5}dt{color:#536b76}dd{margin:0}pre{white-space:pre-wrap;overflow-wrap:anywhere;background:#f4f7f8;border-radius:7px;padding:16px;min-height:115px;font:13px/1.7 ui-monospace,monospace}.actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.error{color:#a12925;font-size:14px;min-height:20px}li{font-size:13px;line-height:1.7;margin-bottom:8px;overflow-wrap:anywhere}.card>p{line-height:1.7}footer{font-size:12px;color:#536b76;margin-bottom:24px}@media(max-width:780px){.facts,.workspace{grid-template-columns:1fr}header{align-items:flex-start;flex-direction:column}main,header,footer{padding:18px}.card{padding:20px}}
