.slide-smart-layout{position:absolute;top:7px;left:7px;width:27px;height:27px;display:grid;place-items:center;border:1px solid var(--brand-primary-tint);border-radius:9px;background:white;color:var(--brand-primary);z-index:30;cursor:pointer;opacity:0;transition:opacity .15s}
.slide-smart-layout svg{width:16px;height:16px}.slide-thumb:hover .slide-smart-layout,.slide-thumb.active .slide-smart-layout,.slide-thumb:focus-within .slide-smart-layout{opacity:1}
.smart-layout-dialog{border:0;border-radius:22px;padding:0;width:min(1080px,94vw);max-height:94vh;background:#fff;color:#172330;box-shadow:0 24px 100px #0005;direction:rtl;font-family:inherit;overflow:auto}
.smart-layout-dialog::backdrop{background:#0b1525a6;backdrop-filter:blur(5px)}
.smart-layout-dialog header,.smart-layout-dialog footer{padding:20px 26px;display:flex;align-items:center;justify-content:space-between;gap:16px}.smart-layout-dialog header{border-bottom:1px solid #e6ebf2}.smart-layout-dialog h2{font-size:23px;font-weight:750;margin:0 0 6px}.smart-layout-dialog p{font-size:14px;line-height:1.8;margin:0;color:#637185}
.smart-layout-dialog button{border:1px solid #dce3ec;border-radius:10px;padding:10px 17px;background:white;color:#243349;font-family:inherit;cursor:pointer}.smart-layout-dialog button:focus-visible{outline:3px solid #0085ff;outline-offset:3px}.smart-layout-dialog button:disabled{opacity:.45;cursor:default}.smart-layout-dialog .smart-apply{background:var(--brand-primary,#0085ff);color:white;border-color:transparent}.smart-layout-dialog .smart-controls{display:flex;gap:8px;padding:16px 26px}.smart-layout-dialog button[aria-pressed=true]{border-color:var(--brand-primary,#0085ff);color:var(--brand-primary,#0085ff);background:var(--brand-primary-tint,#eef6ff)}
.smart-layout-preview{margin:0 26px;background:#edf1f6;padding:14px;border-radius:14px;overflow:hidden}.smart-layout-viewport{position:relative;aspect-ratio:16/9;overflow:hidden;background:white}.smart-layout-canvas{position:absolute;left:0;top:0;width:960px;height:540px;margin:0;border:0;direction:rtl;transform-origin:top left;pointer-events:none;overflow:hidden;background:white;box-shadow:none}
.smart-layout-dialog .smart-status{padding:14px 26px;min-height:52px}.smart-layout-dialog footer{border-top:1px solid #e6ebf2}.smart-layout-dialog footer div{display:flex;gap:9px}.smart-layout-canvas .page-number-overlay{pointer-events:none!important}
@media(max-width:650px){.smart-layout-dialog header,.smart-layout-dialog footer{padding:15px;align-items:flex-start}.smart-layout-dialog footer{flex-direction:column}.smart-layout-preview{margin:0 12px;padding:6px}.smart-layout-dialog h2{font-size:20px}}
@media(prefers-reduced-motion:reduce){.slide-smart-layout{transition:none}}
