:root{font:16px/1.5 system-ui,sans-serif;color:#183f33;background:#f6f8f4}*{box-sizing:border-box}body{margin:0}header{max-width:1060px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:12px 24px}header img{width:125px;height:110px;object-fit:contain}a{color:#164838}main{max-width:960px;margin:auto;padding:16px 24px 60px}h1{font-size:36px;line-height:1.15;margin:6px 0 12px}h2{font-size:20px;margin:0 0 20px}.eyebrow{font-size:12px;letter-spacing:1.3px;font-weight:700}section{background:white;padding:24px;margin:22px 0;border:1px solid #dbe4d7;border-radius:14px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.wide{grid-column:1/-1}label{display:block;font-size:14px;font-weight:600}input,textarea,select{display:block;width:100%;font:16px/1.4 inherit;font-family:inherit;font-size:16px;margin-top:6px;border:1px solid #b6c7b8;border-radius:7px;padding:11px;color:#183f33;background:#fff;min-height:44px}textarea{resize:vertical;min-height:90px}input[readonly]{background:#edf3e9}.notice{background:#e7efe2;padding:14px 18px;border-radius:9px}.hint{font-size:14px;color:#526b5b}.actions{display:flex;gap:12px;flex-wrap:wrap}button{font:600 16px system-ui;padding:13px 20px;border:0;border-radius:8px;background:#164838;color:white;cursor:pointer;min-height:44px}.secondary{background:#e0eadb;color:#164838}button:disabled{opacity:.5;cursor:not-allowed}:focus-visible{outline:3px solid #b39345;outline-offset:3px}[hidden]{display:none!important}.error{color:#a23020}@media(max-width:600px){.grid{grid-template-columns:1fr}.wide{grid-column:auto}main{padding:12px 16px 40px}section{padding:18px}h1{font-size:30px}header{padding:10px 16px;gap:16px}header img{width:100px;height:90px}.actions button{flex:1 1 100%}}
