/* Native HTML/CSS form templates - no PDF/image background dependency */
.native-form-page{
  width:210mm; min-height:297mm; box-sizing:border-box; margin:0 auto 18px;
  padding:11mm 10mm 10mm; background:#fff; color:#111; font-family:"Noto Sans Bengali","Nirmala UI","Segoe UI",Arial,sans-serif;
  page-break-after:always; box-shadow:0 4px 18px rgba(0,0,0,.12);
}
.native-form-page:last-child{page-break-after:auto}
.native-form-header{text-align:center;margin-bottom:8px}
.native-form-header .org{font-size:14px;font-weight:800;line-height:1.35}
.native-form-header .title-bn{font-size:18px;font-weight:800;margin-top:5px}
.native-form-header .subtitle{font-size:11px;margin-top:3px}
.native-form-ref{display:flex;justify-content:space-between;gap:12px;font-size:11px;margin:7px 0 10px}
.native-grid{width:100%;border-collapse:collapse;table-layout:fixed;font-size:10.5px}
.native-grid th,.native-grid td{border:1px solid #111;padding:5px 5px;vertical-align:top;line-height:1.35;overflow-wrap:anywhere}
.native-grid th{font-weight:700;background:#f7f7f7;text-align:center}
.native-grid td.value{font-family:"Segoe UI",Arial,sans-serif;font-weight:600}
.native-grid .center{text-align:center}
.native-grid .right{text-align:right}
.native-section{font-size:12px;font-weight:800;border-bottom:1.5px solid #111;padding-bottom:3px;margin:13px 0 6px}
.native-line{display:grid;grid-template-columns:32% 68%;gap:5px;border-bottom:1px dotted #888;padding:5px 0;font-size:11px;min-height:25px}
.native-line .label{font-weight:700}
.native-line .value{font-family:"Segoe UI",Arial,sans-serif;font-weight:600}
.native-2col{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.native-signatures{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:35px;font-size:10px;text-align:center}
.native-signbox{min-height:65px;padding-top:42px;border-top:1px solid #111}
.native-note{font-size:9px;line-height:1.4;margin-top:8px}
.native-copy{font-size:10px;font-weight:800;text-align:right;margin-bottom:4px}
.native-page-no{text-align:right;font-size:9px;margin-top:6px}
.native-editable[contenteditable="true"]{outline:none}
.native-editable[contenteditable="true"]:focus{background:#fff7d6;box-shadow:inset 0 0 0 1px #e1a400}
.native-rejected{color:#b00020;text-decoration:line-through;text-decoration-thickness:2px}
.native-rejected td{color:#b00020}
@media print{
 .native-form-page{box-shadow:none;margin:0;width:210mm;min-height:297mm;padding:9mm 9mm}
 .native-editable[contenteditable="true"]:focus{background:transparent;box-shadow:none}
}
