:root{--bprm-primary:#153b63;--bprm-accent:#16a3a5;--bprm-bg:#f4f7fa;--bprm-line:#dfe7ee;--bprm-text:#152536}
.bprm-app,.bprm-settings,.bprm-help{font-family:Vazirmatn,"Peyda",Tahoma,sans-serif;color:var(--bprm-text);box-sizing:border-box}.bprm-app *,.bprm-settings *{box-sizing:border-box}.bprm-app{max-width:1120px;margin:24px auto;background:var(--bprm-bg);border:1px solid #e4eaf0;border-radius:22px;overflow:hidden;box-shadow:0 15px 50px rgba(21,59,99,.08)}
.bprm-head{padding:32px 38px;background:linear-gradient(135deg,#102f50,#1c527d);color:#fff;display:flex;align-items:center;justify-content:space-between}.bprm-head h2{font-size:27px;margin:5px 0}.bprm-head p{margin:0;opacity:.74}.bprm-kicker{font-size:10px;letter-spacing:2px;opacity:.65}.bprm-head-icon{width:70px;height:70px;border:1px solid rgba(255,255,255,.2);border-radius:18px;display:grid;place-items:center;font-size:30px;background:rgba(255,255,255,.08)}
.bprm-form{padding:26px}.bprm-section{background:#fff;border:1px solid var(--bprm-line);border-radius:16px;padding:22px;margin-bottom:18px}.bprm-section-title{display:flex;align-items:center;gap:10px;font-size:16px;margin-bottom:19px}.bprm-section-title b{display:grid;place-items:center;width:28px;height:28px;border-radius:9px;background:#e9f6f6;color:#087c7e}.bprm-grid{display:grid;gap:15px}.bprm-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.bprm-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.bprm-field{display:flex;flex-direction:column;gap:7px}.bprm-field>span{font-size:12px;font-weight:700;color:#526477}.bprm-field input,.bprm-field select,.bprm-field textarea{width:100%;min-height:45px;border:1px solid #d6e0e8!important;border-radius:10px!important;background:#fbfcfd;padding:9px 12px!important;font:inherit!important;font-size:14px!important;box-shadow:none!important}.bprm-field input:focus,.bprm-field select:focus,.bprm-field textarea:focus{outline:0;border-color:var(--bprm-accent)!important;box-shadow:0 0 0 3px rgba(22,163,165,.1)!important}.bprm-span{grid-column:1/-1}.bprm-checks{display:flex;flex-wrap:wrap;gap:9px}.bprm-checks label{border:1px solid var(--bprm-line);border-radius:9px;padding:9px 12px;font-size:13px}.bprm-checks input{width:auto;min-height:auto}
.bprm-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.bprm-type-grid input{position:absolute;opacity:0}.bprm-type-grid label>span{display:grid;grid-template-columns:34px 1fr;grid-template-rows:auto auto;column-gap:8px;border:1px solid var(--bprm-line);border-radius:13px;padding:14px;cursor:pointer;transition:.2s}.bprm-type-grid label>span:first-letter{font-size:23px}.bprm-type-grid strong{font-size:14px}.bprm-type-grid small{grid-column:2;color:#718295}.bprm-type-grid input:checked+span{border-color:var(--bprm-accent);background:#f0fbfb;box-shadow:0 0 0 2px rgba(22,163,165,.12)}
.bprm-actions{display:flex;align-items:center;gap:10px}.bprm-actions button,.bprm-export button,.bprm-export a{border:0;border-radius:10px;padding:12px 18px;font:inherit;font-weight:700;cursor:pointer;text-decoration:none}.bprm-primary{background:var(--bprm-primary);color:#fff}.bprm-ghost{background:#e7edf2;color:#31485e}.bprm-status{font-size:13px;color:#138467;margin-right:auto}
.bprm-result{padding:26px;background:#eaf0f5;border-top:1px solid var(--bprm-line)}.bprm-result-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.bprm-result-head div{display:flex;flex-direction:column}.bprm-result-head span{font-size:12px;color:#687d8f}.bprm-close{border:0;background:transparent;font-size:25px;cursor:pointer}.bprm-preview{overflow:auto;border-radius:16px}.bprm-output{width:900px;max-width:100%;margin:auto;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 8px 28px rgba(18,45,68,.09);font-family:Vazirmatn,"Peyda",Tahoma,sans-serif;color:#1a2a38}.bprm-output header{padding:22px 28px;display:flex;justify-content:space-between;align-items:center;background:var(--bprm-primary);color:#fff}.bprm-output header div{display:flex;align-items:center;gap:10px}.bprm-output header img{width:42px;height:42px;object-fit:contain;background:#fff;border-radius:8px}.bprm-output header h3{font-size:17px;margin:0}.bprm-output header>span{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);padding:8px 12px;border-radius:20px;font-size:12px}.bprm-out-meta{display:flex;justify-content:space-between;padding:10px 28px;background:#edf5f8;color:#526779;font-size:12px}.bprm-out-title{text-align:center;padding:25px 20px 18px}.bprm-out-title small{color:#758797}.bprm-out-title h2{font-size:23px;margin:4px}.bprm-out-title p{margin:0;color:var(--bprm-accent)}.bprm-out-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:0 28px}.bprm-output section{border:1px solid #e1e8ee;border-radius:12px;padding:15px}.bprm-output h4{margin:0 0 10px;font-size:14px;color:var(--bprm-primary)}.bprm-out-row{display:flex;justify-content:space-between;gap:15px;border-top:1px dashed #e2e8ed;padding:9px 0;font-size:12px}.bprm-out-row:first-of-type{border-top:0}.bprm-out-row span{color:#6a7b89}.bprm-out-row strong{text-align:left;max-width:70%}.bprm-out-wide{margin:14px 28px}.bprm-output footer{display:flex;justify-content:space-between;align-items:end;background:#f1f5f7;padding:18px 28px;border-top:3px solid var(--bprm-accent)}.bprm-output footer div{display:flex;flex-direction:column}.bprm-output footer span,.bprm-output footer small{font-size:10px;color:#667886}
.bprm-export{display:flex;flex-wrap:wrap;gap:9px;margin-top:16px}.bprm-export button,.bprm-export a{background:#fff;color:#23405a;border:1px solid #dbe4eb;padding:10px 13px;font-size:12px}.bprm-export [data-do=whatsapp]{background:#1fa855;color:#fff}.bprm-text{margin-top:12px}.bprm-text textarea{width:100%;border:1px solid var(--bprm-line);border-radius:10px;padding:12px;direction:rtl}.bprm-settings{max-width:950px;background:#fff;padding:22px;border-radius:14px}.bprm-help{margin-top:20px;padding:18px;background:#fff;border:1px solid var(--bprm-line);border-radius:12px}.bprm-share-page{margin:0;background:#e9eff3}.bprm-share-wrap{padding:35px 16px}.bprm-public-note{text-align:center;color:#6e7d88;font:12px Tahoma;margin:15px}
@media(max-width:760px){.bprm-app{margin:8px;border-radius:15px}.bprm-head{padding:23px}.bprm-head h2{font-size:21px}.bprm-head-icon{display:none}.bprm-form,.bprm-result{padding:12px}.bprm-section{padding:15px}.bprm-grid-3,.bprm-grid-2{grid-template-columns:1fr}.bprm-type-grid{gap:7px}.bprm-type-grid label>span{display:flex;flex-direction:column;padding:10px;text-align:center}.bprm-type-grid small{display:none}.bprm-actions{flex-wrap:wrap}.bprm-status{width:100%}.bprm-preview{margin:0 -4px}.bprm-output{min-width:700px}.bprm-export>*{flex:1 1 42%;text-align:center}}
@media print{body *{visibility:hidden}.bprm-output,.bprm-output *{visibility:visible}.bprm-output{position:absolute;inset:0;width:100%;box-shadow:none}.bprm-export{display:none}}
