@font-face{font-family:IRANSans;src:url("/fonts/IRANSansWeb.woff2") format("woff2");font-display:swap}
:root{--green:#176b42;--green-dark:#0d5030;--mint:#e9f5ed;--ink:#17231c;--muted:#65736b;--line:#dce7df;--danger:#bf3434;--shadow:0 14px 40px rgba(26,74,48,.09)}
*{box-sizing:border-box}
html{background:#f4f8f5}
body{margin:0;color:var(--ink);font-family:IRANSans,Tahoma,sans-serif;background:radial-gradient(circle at 100% 0,#dff1e5 0,transparent 32rem),#f4f8f5;min-height:100vh}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
[hidden]{display:none!important}
.auth-check{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:14px;color:var(--muted)}
.auth-check img{width:76px;height:76px;object-fit:contain}
.auth-check button{border:0;border-radius:14px;background:var(--green);color:#fff;padding:12px 24px}
.spinner,.button-spinner{width:25px;height:25px;border:3px solid #c7ded0;border-top-color:var(--green);border-radius:50%;animation:spin .8s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}
.page{width:min(820px,100%);margin:auto;padding:24px 18px 120px}
.topbar{display:grid;grid-template-columns:46px 1fr 58px;align-items:center;gap:13px;margin-bottom:20px}
.topbar h1{margin:0 0 5px;font-size:25px}.topbar p{margin:0;color:var(--muted);font-size:13px}
.logo{width:58px;height:58px;object-fit:contain}.icon-button{width:44px;height:44px;border:1px solid var(--line);border-radius:14px;background:#fff;display:grid;place-items:center}
.icon-button svg{width:24px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.card{background:rgba(255,255,255,.94);border:1px solid rgba(213,229,218,.9);border-radius:22px;padding:22px;margin:14px 0;box-shadow:var(--shadow)}
.section-title{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}.section-title>span{flex:0 0 33px;height:33px;border-radius:11px;background:var(--mint);color:var(--green);display:grid;place-items:center;font-weight:800}
.section-title h2{font-size:17px;margin:1px 0 5px}.section-title p{font-size:12px;color:var(--muted);margin:0;line-height:1.8}
.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.choice{position:relative}.choice input{position:absolute;opacity:0}.choice span{display:block;height:100%;border:1.5px solid var(--line);border-radius:16px;padding:16px;transition:.2s}.choice b,.choice small{display:block}.choice b{margin-bottom:7px}.choice small{color:var(--muted);line-height:1.8;font-size:11px}.choice input:checked+span{border-color:var(--green);background:var(--mint);box-shadow:0 0 0 3px rgba(23,107,66,.08)}
.fields{display:grid;gap:16px}.fields.two{grid-template-columns:1fr 1fr}.fields .wide{grid-column:1/-1}
.fields label{font-size:13px;font-weight:700;color:#34443a}.fields input,.fields select,.fields textarea{display:block;width:100%;margin-top:8px;border:1.5px solid var(--line);border-radius:13px;background:#fbfdfb;color:var(--ink);outline:none;padding:13px 14px;transition:.2s}.fields textarea{resize:vertical;line-height:1.9}
.fields input:focus,.fields select:focus,.fields textarea:focus{border-color:var(--green);background:#fff;box-shadow:0 0 0 4px rgba(23,107,66,.08)}
.city-picker-button{display:flex;width:100%;align-items:center;justify-content:space-between;margin-top:8px;border:1.5px solid var(--line);border-radius:13px;background:#fbfdfb;color:var(--ink);padding:13px 14px;text-align:right}.city-picker-button b{color:var(--green);font-size:18px}.city-dialog{position:fixed;z-index:50;inset:0;display:grid;place-items:center;padding:18px;background:rgba(9,29,18,.58)}.city-sheet{display:flex;width:min(560px,100%);max-height:min(720px,85vh);flex-direction:column;border-radius:23px;background:#fff;box-shadow:0 25px 80px rgba(0,0,0,.28);overflow:hidden}.city-dialog-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px 10px}.city-dialog-head h2{margin:0;font-size:18px}.city-dialog-head button{width:38px;height:38px;border:0;border-radius:12px;background:#eef5f0;color:#31523e;font-size:25px}.city-search{display:flex;align-items:center;margin:8px 18px 12px;border:1.5px solid var(--line);border-radius:14px;background:#f8fbf9;padding:0 13px}.city-search span{color:var(--green);font-size:22px}.city-search input{width:100%;border:0;background:transparent;outline:none;padding:13px 10px}.city-results{overflow:auto;padding:0 12px 16px}.city-option{display:flex;width:100%;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid #edf2ee;background:#fff;padding:13px 10px;color:var(--ink);text-align:right}.city-option small{color:var(--muted)}.city-empty{padding:35px 15px;text-align:center;color:var(--muted)}
[aria-invalid=true]{border-color:var(--danger)!important}.field-error{display:block;color:var(--danger);font-size:11px;min-height:2px;margin-top:6px;font-weight:400}
.upload-box{border:1.5px dashed #a9c6b4;border-radius:16px;padding:14px}.upload-box>input{position:absolute;opacity:0;pointer-events:none}.upload-box>label{display:grid;justify-items:center;gap:5px;color:var(--green);cursor:pointer}.upload-box svg{width:32px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.upload-box label small{color:var(--muted);font-size:11px;font-weight:400}.previews{display:flex;gap:8px;overflow:auto;margin-top:12px}.previews img{width:76px;height:76px;flex:0 0 76px;border-radius:12px;object-fit:cover;border:1px solid var(--line)}
.notice{border-radius:15px;padding:14px 16px;line-height:1.8;font-size:13px}.error-notice{background:#fff0f0;border:1px solid #f0c8c8;color:#a42c2c}
.submit-wrap{text-align:center;padding-top:10px}.submit-button{width:100%;border:0;border-radius:16px;background:linear-gradient(135deg,var(--green),var(--green-dark));color:#fff;min-height:56px;font-weight:800;box-shadow:0 12px 24px rgba(23,107,66,.22)}.submit-wrap p{color:var(--muted);font-size:11px}.button-spinner{display:none;width:22px;height:22px;border-color:rgba(255,255,255,.4);border-top-color:#fff;margin:auto}.submit-button.loading span:first-child{display:none}.submit-button.loading .button-spinner{display:block}.submit-button:disabled{opacity:.7;cursor:wait}
.success-dialog{position:fixed;inset:0;background:rgba(10,27,17,.6);display:grid;place-items:center;padding:20px;z-index:20}.success-dialog>div{width:min(390px,100%);background:#fff;border-radius:24px;padding:30px;text-align:center;box-shadow:0 30px 80px rgba(0,0,0,.25)}.success-icon{display:grid;place-items:center;width:66px;height:66px;border-radius:50%;margin:0 auto 15px;background:var(--mint);color:var(--green);font-size:35px;font-weight:900}.success-dialog h2{font-size:20px}.success-dialog p{color:var(--muted)}.success-dialog button{width:100%;border:0;border-radius:14px;background:var(--green);color:#fff;padding:14px;margin-top:10px}
@media(max-width:600px){.page{padding:14px 12px 100px}.topbar{grid-template-columns:42px 1fr 48px}.logo{width:48px;height:48px}.topbar h1{font-size:21px}.topbar p{font-size:11px}.card{padding:18px 14px;border-radius:19px}.choice-grid,.fields.two{grid-template-columns:1fr}.fields .wide{grid-column:auto}.choice span{padding:14px}.section-title{margin-bottom:16px}}
