:root{font-family:Inter,Segoe UI,Arial,sans-serif;color:#243a35;background:#f3f6f3;font-synthesis:none;--green:#17644d;--border:#dce5de}*{box-sizing:border-box}body{margin:0}header{height:82px;display:flex;align-items:center;gap:28px;border-bottom:1px solid var(--border);padding:0 5%;background:white}a{color:var(--green);text-decoration:none;font-size:14px}header>a:last-child{margin-left:auto}.brand{display:flex;align-items:center;gap:10px;font-size:23px;font-weight:750;letter-spacing:-.8px;color:#203c31}.logo{display:grid;place-items:center;width:36px;height:38px;border-radius:11px;background:var(--green);color:white;font-size:26px}.badge{font-size:10px;letter-spacing:1.6px;color:#73847c;border-left:1px solid var(--border);padding-left:24px}main{max-width:1230px;margin:auto;padding:44px 28px 20px}.intro{display:flex;align-items:center;justify-content:space-between;margin-bottom:28px}.eyebrow{font-size:10px;letter-spacing:2px;font-weight:750;color:var(--green);margin:0 0 12px}h1{font-size:34px;letter-spacing:-1.1px;margin:0 0 12px;font-weight:650}p{font-size:14px;line-height:1.6;color:#64766c;margin:8px 0}h2{font-size:24px;margin:0 0 8px;letter-spacing:-.5px}h3{font-size:17px;margin:0 0 20px}.admin{font-size:12px;color:#467159;background:#e6eee7;padding:9px 13px;border-radius:20px;white-space:nowrap}.card{background:white;border:1px solid var(--border);border-radius:14px;padding:26px;margin-bottom:20px;box-shadow:0 3px 6px #13322003}.search form{display:flex;gap:16px;align-items:end}.search label:first-child{min-width:190px}.grow{flex:1}label{display:block;font-size:12px;font-weight:600;line-height:1.5;color:#4b5f54}input,select,textarea{display:block;width:100%;border:1px solid #d5dfd7;border-radius:7px;background:#fff;padding:12px;margin-top:7px;font:14px Segoe UI,Arial,sans-serif;color:#263b30;min-height:44px}input:focus,select:focus,textarea:focus{outline:2px solid #85bea5;outline-offset:1px}input:disabled{background:#f6f8f5;color:#758278}button{border:1px solid var(--green);border-radius:8px;background:var(--green);color:white;font:600 13px Segoe UI,Arial,sans-serif;padding:13px 20px;min-height:44px;cursor:pointer;white-space:nowrap}button:hover{filter:brightness(.94)}button:disabled{opacity:.55;cursor:default}.secondary{background:white;border-color:#d5dfd7;color:#3d5246}.empty{text-align:center;padding:68px 20px 75px}.empty-icon{margin:0 auto 20px;width:64px;height:64px;background:#eef4ed;border:1px solid #dce8da;border-radius:20px;font-size:47px;color:#568563;line-height:60px}.empty h2{font-size:21px}.empty p{margin-bottom:30px}.muted{font-size:12px;color:#819085}.notice{background:#e6f3eb;border:1px solid #c8e3d3;padding:14px 18px;border-radius:9px;font-size:14px;margin-bottom:20px;overflow-wrap:anywhere}.error{background:#fff0ed;color:#963c30;border-color:#f2d3cb}.columns{display:grid;grid-template-columns:1.7fr 1fr;gap:22px}.grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.wide{grid-column:1/-1}.section-title{display:flex;justify-content:space-between;align-items:center}.section-title h3{margin-bottom:8px}.check{display:flex;align-items:center;gap:7px;white-space:nowrap}.check input{width:16px;min-height:16px;margin:0;accent-color:var(--green)}fieldset{border:0;padding:0;margin:22px 0 0}aside label+label{margin-top:18px}.help{background:#eaf1e7;box-shadow:none}.help h3{margin-bottom:10px}.help p{font-size:13px}.order-heading{display:flex;align-items:center;justify-content:space-between;margin:30px 0 22px}.savebar{display:flex;justify-content:space-between;align-items:center;background:white;border:1px solid var(--border);padding:18px 22px;border-radius:12px;margin-bottom:24px;gap:14px}.savebar span{font-size:13px;color:#6c7e70}.savebar button+button{margin-left:10px}.history{margin-top:24px}.history h3{margin-bottom:12px}#history{font-size:13px;color:#697b6f}#results{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}footer{display:flex;justify-content:space-between;border-top:1px solid var(--border);padding:24px 0;font-size:12px;color:#8a988d;margin-top:28px}[hidden]{display:none!important}@media(max-width:800px){header{padding:0 20px;height:70px}.badge{display:none}main{padding:28px 16px}.intro{display:block}.admin{display:inline-block;margin-top:12px}h1{font-size:27px}.search form{display:grid;grid-template-columns:1fr 1fr}.search label:first-child{min-width:0}.columns{grid-template-columns:1fr;gap:0}.card{padding:20px}.savebar{flex-wrap:wrap}.order-heading{gap:16px}.empty{padding:45px 20px}}@media(max-width:450px){.search form,.grid{grid-template-columns:1fr}.wide{grid-column:auto}.section-title{display:block}.section-title .check{margin-top:12px}.savebar>div{display:flex;width:100%}.savebar button{flex:1;padding:11px}.brand{font-size:20px}header>a:last-child{font-size:12px}.order-heading{align-items:start}}
.auth-page{max-width:500px;padding-top:70px}.auth-page form{margin-top:24px}.auth-page label{margin-bottom:18px}.auth-page button{width:100%;margin-top:8px}.logout-form{margin-left:auto}
