:root{font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#1d1b18;background:#eeeae2}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 10% 5%,#e5c98f55,transparent 35rem),#eeeae2}main{width:min(900px,calc(100% - 24px));margin:35px auto 60px}header{text-align:center;margin-bottom:28px}header .logo{display:grid;place-items:center;margin:auto;width:52px;height:52px;border-radius:50%;background:#1d1b18;color:white;font-weight:800}header>p:first-of-type{letter-spacing:.12em;font-weight:700}header b{color:#a77820}h1{font-size:clamp(2.2rem,6vw,4rem);margin:.25em 0}header>p:last-child{color:#69635a}form{background:#fff;padding:clamp(22px,5vw,50px);border-radius:22px;box-shadow:0 25px 70px #332b1e1a;border-top:5px solid #b88b36}h2{font-size:1.1rem;margin:30px 0 17px;padding-bottom:10px;border-bottom:1px solid #e5dfd5}.grid{display:grid;grid-template-columns:1fr 1fr;gap:17px}.wide{grid-column:span 2}label{display:flex;flex-direction:column;gap:7px;font-size:.82rem;font-weight:700}input,select,textarea{width:100%;padding:12px 13px;border:1px solid #d9d3c8;border-radius:9px;background:#fcfbf8;font:inherit;font-weight:500;font-size:.92rem}input:focus,select:focus,textarea:focus{outline:3px solid #d8a54830;border-color:#a77820}.check{flex-direction:row;align-items:flex-start;margin:25px 0;color:#665f55;font-weight:500}.check input{width:auto;margin:2px 3px 0 0}button{width:100%;padding:16px;border:0;border-radius:10px;background:#1d1b18;color:#fff;font-weight:800;font-size:.95rem;cursor:pointer}button:disabled{opacity:.6}form>small{display:block;text-align:center;color:#777067;margin-top:12px}#status{padding:14px;margin:0 0 16px;border-radius:9px;background:#edf7f0;color:#21613b}#status.error{background:#fff0f0;color:#9a2828}@media(max-width:600px){main{margin-top:18px}.grid{grid-template-columns:1fr}.wide{grid-column:span 1}form{border-radius:16px}h1{font-size:2.5rem}}
