/* AEY Document Viewer · visor universal privado */
aey-document-preview,.aey-document-preview{display:block;width:100%;min-width:0;min-height:220px;background:#e9eef2;color:#173951;box-sizing:border-box}
aey-document-preview *,.aey-document-preview *{box-sizing:border-box}
.aey-doc-loading,.aey-doc-error{min-height:220px;padding:24px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;background:#f6f9fb;color:#5b7285;font-size:12px}
.aey-doc-loading strong,.aey-doc-error strong{font-size:18px;color:#173951}.aey-doc-error span{max-width:680px;line-height:1.55}.aey-doc-error a{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;border:1px solid #bfd2e0;border-radius:8px;background:#fff;color:#075895;font-weight:800;text-decoration:none}
.aey-doc-spinner{width:28px;height:28px;border:3px solid #d6e3ec;border-top-color:#0e6098;border-radius:50%;animation:aeyDocSpin .8s linear infinite}@keyframes aeyDocSpin{to{transform:rotate(360deg)}}
.aey-doc-pdf{display:block;width:100%;height:min(78dvh,960px);min-height:520px;border:0;background:#fff}
.aey-doc-image{padding:18px;display:flex;justify-content:center;overflow:auto;background:#e9eef2}.aey-doc-image img{display:block;max-width:100%;height:auto;background:#fff;box-shadow:0 5px 20px rgba(17,46,68,.15)}
.aey-doc-text{margin:0;padding:18px;min-height:360px;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;background:#fff;color:#1d3448;font:400 12px/1.6 ui-monospace,SFMono-Regular,Consolas,monospace}

/* Word / DOCX: conserva el ancho físico de la página y escala la hoja completa, no la refluye. */
.aey-docx-stage{width:100%;height:100%;min-height:520px;padding:24px 16px;overflow:auto;background:#eef1f4;scrollbar-gutter:stable}
.aey-docx-page-shell{position:relative;margin:0 auto 28px;flex:0 0 auto}
.aey-docx-sheet{position:absolute;inset:0 auto auto 0;transform-origin:top left;background:#fff;box-shadow:0 3px 18px rgba(17,46,68,.15);color:#111;line-height:1.28;font-family:Calibri,Arial,sans-serif;font-size:14.67px;overflow:visible}
.aey-docx-page-content{position:relative;min-height:100%;overflow:visible}
.aey-docx-sheet h1{margin:0 0 18px;font-size:24px;line-height:1.2}.aey-docx-sheet h2,.aey-docx-sheet h3{margin:16px 0 9px;font-size:18px;line-height:1.24}.aey-docx-sheet p{margin:0 0 8px;min-height:1em;overflow-wrap:normal;word-break:normal}.aey-docx-sheet a{color:#075895;text-decoration:underline}.aey-docx-bullet{display:inline-block;width:20px;font-weight:800}.aey-docx-image{display:inline-block;max-width:100%;height:auto!important;object-fit:contain;vertical-align:middle}.aey-docx-table{max-width:100%;margin:7px 0 12px;border-collapse:collapse;table-layout:auto}.aey-docx-table td{padding:4px 6px;border:1px solid #8f9daa;vertical-align:top;overflow-wrap:break-word}.aey-docx-table p{margin:0 0 3px}.aey-docx-header,.aey-docx-footer{position:absolute;z-index:2;min-height:24px;color:#111}.aey-docx-header p,.aey-docx-footer p{margin:0 0 3px}.aey-doc-page-break-marker{display:block;height:18px;margin:10px 0;border-top:1px dashed #c8d1d8}

/* Excel / XLSX: cuadrícula compacta con medidas del libro y barra de fórmula. */
.aey-xlsx-shell{min-height:420px;height:min(78dvh,900px);display:grid;grid-template-rows:minmax(0,1fr) auto;background:#fff;overflow:hidden}
.aey-xlsx-viewport{min-height:0;overflow:hidden;background:#fff}
.aey-sheet-surface{height:100%;min-height:0;display:grid;grid-template-rows:34px minmax(0,1fr);background:#fff}
.aey-sheet-formula{display:grid;grid-template-columns:64px 34px minmax(0,1fr);align-items:center;min-height:34px;border-bottom:1px solid #d6dfe7;background:#fafbfc;color:#40576a;font-size:12px}
.aey-sheet-namebox{height:100%;display:grid;place-items:center;border-right:1px solid #d6dfe7;font-weight:700}.aey-sheet-fx{height:100%;display:grid;place-items:center;border-right:1px solid #d6dfe7;color:#798b9a;font-style:italic;font-weight:800}.aey-sheet-formula-value{min-width:0;padding:0 9px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#263d50}
.aey-sheet-scroll{width:100%;height:100%;overflow:auto;background:#fff;overscroll-behavior:contain;scrollbar-gutter:stable}
.aey-doc-sheet-table{border-spacing:0;border-collapse:separate;table-layout:fixed;width:max-content;min-width:0;font-size:12px;color:#172d40}
.aey-doc-sheet-table th,.aey-doc-sheet-table td{height:24px;min-width:0;padding:3px 6px;border-right:1px solid #d7e0e7;border-bottom:1px solid #d7e0e7;background:#fff;white-space:nowrap;vertical-align:middle;overflow:hidden;text-overflow:clip}
.aey-doc-sheet-table thead th{position:sticky;top:0;z-index:4;height:24px;background:#f1f4f6;text-align:center;color:#50697c;font-weight:800}
.aey-doc-sheet-table .aey-sheet-row-number{position:sticky;left:0;z-index:3;width:38px;min-width:38px;max-width:38px;padding:0 4px;background:#f1f4f6;text-align:center;color:#667f92;font-weight:700}
.aey-doc-sheet-table thead .aey-sheet-row-number,.aey-doc-sheet-table .aey-sheet-corner{z-index:5;width:38px;min-width:38px;max-width:38px}
.aey-doc-sheet-table td{cursor:cell}.aey-doc-sheet-table td.is-selected{position:relative;outline:2px solid #1677c8;outline-offset:-2px;z-index:2}.aey-doc-sheet-table .is-hidden-col{padding:0;font-size:0}.aey-doc-sheet-table tr.is-hidden-row>th,.aey-doc-sheet-table tr.is-hidden-row>td{height:2px!important;padding-top:0;padding-bottom:0;font-size:0;line-height:0}
.aey-xlsx-tabs{min-height:38px;padding:4px 8px;display:flex;align-items:flex-end;gap:3px;overflow-x:auto;border-top:1px solid #cad8e2;background:#f4f7f9}.aey-xlsx-tabs button{min-height:30px;padding:0 11px;border:1px solid transparent;border-radius:6px;background:transparent;color:#4f687b;font-size:12px;font-weight:750;white-space:nowrap}.aey-xlsx-tabs button.active{border-color:#b9d3e6;background:#fff;color:#075895;box-shadow:0 -2px 0 #075895 inset}

.aey-pptx-stage{padding:20px;display:grid;gap:18px;overflow:auto;background:#dfe6eb}.aey-pptx-slide{position:relative;width:min(960px,100%);margin:0 auto;overflow:hidden;background:#fff;box-shadow:0 4px 18px rgba(17,46,68,.16)}.aey-pptx-shape{position:absolute;overflow:hidden}.aey-pptx-shape img{width:100%;height:100%;object-fit:contain}.aey-pptx-text{width:100%;height:100%;padding:4px;color:#111;font-size:12px;line-height:1.25;white-space:pre-wrap;overflow:hidden}.aey-pptx-label{position:absolute;right:8px;bottom:6px;padding:3px 7px;border-radius:999px;background:rgba(255,255,255,.88);color:#60788a;font-size:12px}
.document-viewer-stacked-card>aey-document-preview,.context-inline-viewer>aey-document-preview{flex:1;min-height:0}.context-inline-viewer>aey-document-preview{height:calc(100vh - 150px);overflow:hidden}.cash74-preview>aey-document-preview,.payreq74-preview>aey-document-preview{min-height:520px}.pur-preview>aey-document-preview{min-height:520px;height:min(70vh,900px);overflow:auto}

/* Al abrir Office desde Procesos/Ganados, el panel crece como visor documental y evita comprimir la página. */
@media(min-width:901px){body:has(.context-inline-viewer .aey-docx-stage),body:has(.context-inline-viewer .aey-xlsx-shell),body:has(.context-inline-viewer .aey-pptx-stage){--context-panel-width:min(1020px,62vw)}}
@media(max-width:900px){.aey-docx-stage{padding:12px 8px;min-height:390px}.aey-doc-page-break-marker{height:12px}.aey-doc-pdf{height:calc(100dvh - var(--aey-native-header-height,58px) - 190px);min-height:380px}.aey-xlsx-shell{height:calc(100dvh - var(--aey-native-header-height,58px) - 190px);min-height:380px}.aey-pptx-stage{padding:8px}.context-inline-viewer>aey-document-preview{height:calc(100dvh - 120px)}.cash74-preview>aey-document-preview,.payreq74-preview>aey-document-preview{min-height:390px}}

.aey-r50-evidence-preview>aey-document-preview{width:100%;height:48vh;min-height:250px;overflow:auto}
#aey-offer-sheet-overlay .aey-quote-preview>aey-document-preview{display:block;width:100%;height:440px;min-height:320px;overflow:auto}
@media(max-width:900px){.aey-r50-evidence-preview>aey-document-preview{height:42dvh;min-height:190px}#aey-offer-sheet-overlay .aey-quote-preview>aey-document-preview{height:54dvh;min-height:320px}}


/* Visor Office global: evita navegar al archivo OOXML crudo (que el navegador descargaría). */
.aey-doc-overlay-open{overflow:hidden!important}
.aey-doc-full-overlay{position:fixed;inset:0;z-index:2147482500;padding:18px;display:grid;place-items:center;background:rgba(11,27,40,.58);backdrop-filter:blur(3px)}
.aey-doc-full-panel{width:min(1180px,calc(100vw - 36px));height:calc(100dvh - 36px);min-height:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #c9d9e5;border-radius:14px;background:#eef3f6;box-shadow:0 28px 90px rgba(2,17,29,.35)}
.aey-doc-full-panel>header{flex:0 0 54px;min-width:0;padding:0 12px 0 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #cfdee8;background:#fff}
.aey-doc-full-panel>header>strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#173951;font-size:12px}
.aey-doc-full-panel>header>div{display:flex;align-items:center;gap:7px}
.aey-doc-full-close{width:36px;height:36px;border:1px solid #c7d8e5;border-radius:9px;background:#fff;color:#0e6098;font-size:24px;line-height:1;display:grid;place-items:center}
.aey-doc-full-close:hover{background:#eef7fd}
.aey-doc-full-body{flex:1;min-height:0;overflow:hidden;background:#e9eef2}
.aey-doc-full-body>aey-document-preview{height:100%;min-height:0;overflow:auto}
.aey-doc-full-body .aey-xlsx-shell{height:100%!important;min-height:0!important}
@media(max-width:900px){.aey-doc-full-overlay{top:var(--aey-native-header-height,58px);padding:0}.aey-doc-full-panel{width:100vw;height:calc(100dvh - var(--aey-native-header-height,58px));border:0;border-radius:0}.aey-doc-full-panel>header{flex-basis:48px;padding-left:10px}}
