.htmlPptViewer{display:flex;flex-direction:column;height:min(82vh,920px);min-height:520px;background:#f4f7fb;border:1px solid #d8e4f2;border-radius:14px;overflow:hidden}.htmlPptToolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;background:#fff;border-bottom:1px solid #d8e4f2}.htmlPptToolbar>strong{min-width:0;max-width:32%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.htmlPptToolbarGroup{display:flex;align-items:center;gap:5px}.htmlPptToolbar button{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:34px;padding:0 9px;border:1px solid #d6e1ef;border-radius:9px;background:#fff;color:#274466;cursor:pointer}.htmlPptToolbar button.active,.htmlPptToolbar button:hover{border-color:#72a9f7;background:#eef6ff;color:#1261cf}.htmlPptToolbar button:disabled{opacity:.5;cursor:not-allowed}.htmlPptToolbar .htmlPptExport{background:#2675ee;border-color:#2675ee;color:#fff}.htmlPptToolbar .htmlPptExport:hover{background:#155fcf;color:#fff}.htmlPptToolbarGroup>span{min-width:55px;text-align:center;color:#64748b;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.htmlPptMessage{padding:7px 12px;background:#edf7ff;color:#245b91;border-bottom:1px solid #d8e4f2;font-size:13px}.htmlPptStage{flex:1 1;min-height:0;padding:12px;display:grid;place-items:center;background:radial-gradient(circle at 50% 20%,#e8f2ff,#dce7f5)}.htmlPptStage iframe{display:block;width:100%;height:100%;border:0;border-radius:10px;background:#0f172a;box-shadow:0 12px 32px rgba(33,55,83,.18)}@media(max-width:900px){.htmlPptViewer{min-height:430px}.htmlPptToolbar{align-items:flex-start;flex-direction:column}.htmlPptToolbar>strong{max-width:100%}.htmlPptToolbarGroup{width:100%;overflow-x:auto;justify-content:flex-start;padding-bottom:2px}}