.shell{width:min(1420px,calc(100% - 28px))}
.report-workspace{display:grid;grid-template-columns:minmax(0,47%) minmax(0,53%);align-items:stretch}
.report-workspace form.report{min-width:0;border-right:1px solid var(--line)}
.opr-preview-panel{min-width:0;padding:28px;background:#f3f0f8}
.opr-preview-head{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px}
.opr-preview-head h2{margin:3px 0;color:var(--purple)}
.opr-preview-step{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--purple2);font-weight:850}
.opr-preview-stage{position:sticky;top:12px;max-height:calc(100vh - 24px);overflow:auto;padding:1px 5px 20px}
.opr-live-paper{width:min(100%,720px);aspect-ratio:210/297;min-height:970px;display:flex;flex-direction:column;margin:0 auto;background:white;box-shadow:0 15px 45px #24113f20;color:#231942;font:11px/1.35 Arial,sans-serif;overflow:hidden}
.opr-live-header{position:relative;min-height:76px;display:flex;align-items:center;justify-content:center;padding:15px 94px 15px 28px;background:#4c1d95;color:white;text-align:center}
.opr-live-header strong{font-size:clamp(14px,1.7vw,19px);line-height:1.25;text-transform:uppercase}
.opr-live-header img{position:absolute;right:18px;top:9px;width:68px;height:58px;object-fit:contain;background:white;border-radius:5px;padding:3px}
.opr-live-content{flex:1;min-height:0;display:flex;flex-direction:column;padding:18px 22px 14px}
.opr-live-gallery{--gallery-columns:2;--gallery-rows:1;flex:1 1 auto;min-height:150px;display:grid;grid-template-columns:repeat(var(--gallery-columns),minmax(0,1fr));grid-template-rows:repeat(var(--gallery-rows),minmax(0,1fr));gap:9px;margin-bottom:12px}
.opr-live-gallery.count-1{grid-template-columns:1fr}
.opr-live-gallery.count-5,.opr-live-gallery.count-6,.opr-live-gallery.count-7,.opr-live-gallery.count-8,.opr-live-gallery.count-9{--gallery-columns:3}
.opr-live-gallery img,.opr-live-image-placeholder{display:block;width:100%;height:100%;min-height:0;object-fit:cover;border:2px solid #7c3aed;background:#faf7ff;border-radius:12px;box-shadow:0 4px 12px #4c1d9518}
.opr-live-gallery.count-3>:last-child{grid-column:1/-1;width:50%;justify-self:center}
.opr-live-gallery.count-7>:last-child{grid-column:1/-1;width:33.333%;justify-self:center}
.opr-live-image-placeholder{display:grid;place-items:center;color:#8b5cf6;font-size:24px}
.opr-live-more{margin:-5px 0 9px;text-align:right;color:#6b7280;font-size:9px}
.opr-live-table{width:100%;border-collapse:collapse;table-layout:fixed}
.opr-live-table th,.opr-live-table td{border:1px solid #ddd6fe;padding:4px 6px;vertical-align:top;text-align:left}
.opr-live-table th{width:24%;background:#f5f3ff;font-weight:800}
.opr-live-table td{white-space:pre-wrap;overflow-wrap:anywhere}
.opr-live-signatures{flex:0 0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:17px}
.opr-live-signature{min-width:0}
.opr-live-signature>span{display:block;color:#4b5563}
.opr-live-signature .line{margin:16px 0 4px;border-bottom:1px dotted #6b7280}
.opr-live-signature strong,.opr-live-signature em{display:block;overflow-wrap:anywhere}
.opr-live-signature em{font-style:normal;color:#4b5563}
.opr-live-footer{flex:0 0 auto;margin-top:14px;padding-top:7px;border-top:1px solid #ede9fe;text-align:center;color:#6b7280;font-size:9px}
@media(max-width:1050px){.report-workspace{grid-template-columns:1fr}.report-workspace form.report{border-right:0}.opr-preview-panel{border-top:1px solid var(--line)}.opr-preview-stage{position:static;max-height:none}.opr-live-paper{max-width:760px}}
@media(max-width:760px){.opr-preview-panel{padding:20px}.opr-live-paper{min-height:clamp(640px,134vw,970px)}.opr-live-content{padding:15px}.opr-live-header{padding-left:16px}.opr-live-signatures{gap:7px}.opr-live-gallery{min-height:125px}}
@media(max-width:460px){.opr-preview-panel{padding:16px}.opr-preview-head{align-items:flex-start;flex-direction:column}.opr-live-header{min-height:66px;padding:12px 72px 12px 12px}.opr-live-header img{width:52px;height:48px;right:10px}.opr-live-content{padding:11px}.opr-live-table th{width:31%}.opr-live-table th,.opr-live-table td{padding:4px;font-size:9px}.opr-live-signatures{grid-template-columns:repeat(3,minmax(0,1fr));gap:5px;margin-top:11px}.opr-live-signature .line{margin-top:10px}.opr-live-signature strong,.opr-live-signature em{font-size:8px}.opr-live-gallery{min-height:105px}.opr-live-gallery.count-5,.opr-live-gallery.count-6,.opr-live-gallery.count-7,.opr-live-gallery.count-8,.opr-live-gallery.count-9{--gallery-columns:3}}
