.auhpf-viewer{--auhpf-primary:#0f766e;--auhpf-accent:#2563eb;--auhpf-dark:#10243e;--auhpf-muted:#64748b;border:1px solid #e5eaf1;border-radius:26px;padding:0;background:#fff;margin:24px 0;overflow:hidden;box-shadow:0 18px 45px rgba(15,23,42,.08);font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.auhpf-viewer-header{display:flex;gap:16px;align-items:center;padding:24px 26px;color:#fff;background:radial-gradient(circle at top left,rgba(255,255,255,.24),transparent 34%),linear-gradient(135deg,var(--auhpf-dark),var(--auhpf-primary) 56%,var(--auhpf-accent))}.auhpf-viewer-header img{width:76px;height:76px;object-fit:contain;background:#fff;border-radius:18px;padding:8px}.auhpf-viewer-header h2{margin:0 0 7px;color:#fff;font-size:26px}.auhpf-viewer-header p{margin:0;color:rgba(255,255,255,.9);line-height:1.65}.auhpf-viewer-tools{display:flex;gap:10px;flex-wrap:wrap;padding:14px 24px;background:#f8fafc;border-bottom:1px solid #e5eaf1}.auhpf-chip{display:inline-flex;align-items:center;gap:6px;border-radius:999px;padding:7px 11px;background:#eef6ff;color:#1d4ed8;font-weight:700;font-size:12px}.auhpf-chip.green{background:#ecfdf5;color:#047857}.auhpf-chip.red{background:#fef2f2;color:#b91c1c}.auhpf-chip.orange{background:#fff7ed;color:#c2410c}.auhpf-visual-flow{padding:24px;background:linear-gradient(180deg,#fff,#f8fafc)}.auhpf-stage-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:22px}.auhpf-stage{background:#fff;border:1px solid #e5eaf1;border-radius:20px;padding:16px;box-shadow:0 10px 25px rgba(15,23,42,.05);position:relative}.auhpf-stage:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,var(--auhpf-primary),var(--auhpf-accent));border-radius:20px 20px 0 0}.auhpf-stage b{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--auhpf-primary),var(--auhpf-accent));color:#fff;margin-bottom:10px}.auhpf-stage h3{margin:0 0 6px;color:#10243e;font-size:16px}.auhpf-stage p{margin:0;color:#64748b;font-size:13px;line-height:1.55}.auhpf-decision-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:18px 0}.auhpf-decision{border-radius:18px;padding:14px;background:#f8fafc;border:1px solid #e2e8f0}.auhpf-decision h4{margin:0 0 5px;font-size:14px}.auhpf-decision p{margin:0;color:#64748b;font-size:12px}.auhpf-diagram-shell{padding:22px;border-top:1px solid #e5eaf1;background:#fff}.auhpf-diagram-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.auhpf-diagram-title h3{margin:0;color:#10243e}.auhpf-diagram-shell .mermaid{background:#fbfdff;border:1px dashed #cbd5e1;border-radius:18px;padding:18px;overflow:auto}.auhpf-compact{border-radius:14px}.auhpf-compact .auhpf-viewer-header{padding:16px}.auhpf-compact .auhpf-stage-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.auhpf-formal{border-radius:0;border:2px solid #111827;box-shadow:none}.auhpf-formal .auhpf-viewer-header{background:#111827}.auhpf-error{border:1px solid #fecaca;color:#991b1b;background:#fef2f2;padding:12px;border-radius:8px}@media(max-width:900px){.auhpf-stage-grid,.auhpf-decision-row{grid-template-columns:1fr}.auhpf-viewer-header{display:block}.auhpf-viewer-header img{margin-bottom:12px}}

/* Chart controls and colored diagram polish */
.auhpf-tool-btn{border:0;border-radius:12px;padding:9px 14px;font-weight:800;cursor:pointer;background:linear-gradient(135deg,var(--auhpf-primary),var(--auhpf-accent));color:#fff;box-shadow:0 8px 18px rgba(37,99,235,.20)}
.auhpf-tool-btn:hover{filter:brightness(.96);transform:translateY(-1px)}
.auhpf-tool-btn:disabled{opacity:.65;cursor:wait;transform:none}.auhpf-viewer-tools{align-items:center}.auhpf-viewer-tools .auhpf-chip:first-of-type{margin-inline-start:auto}
.auhpf-chart-colored .auhpf-diagram-shell .mermaid svg{max-width:none!important;min-width:1050px}.auhpf-diagram-shell .mermaid svg .node rect,.auhpf-diagram-shell .mermaid svg .node polygon,.auhpf-diagram-shell .mermaid svg .node circle,.auhpf-diagram-shell .mermaid svg .node ellipse{filter:drop-shadow(0 8px 14px rgba(15,23,42,.12))}.auhpf-diagram-shell .mermaid svg .edgePath .path{stroke-width:2.5px!important}.auhpf-diagram-shell .mermaid svg .edgeLabel{background:#fff!important;border-radius:999px!important;color:#0f172a!important;font-weight:700!important}.auhpf-chart-clean .auhpf-stage:before{background:#cbd5e1}.auhpf-chart-clean .auhpf-stage b{background:#334155}.auhpf-chart-clean .auhpf-viewer-header{background:#f8fafc;color:#0f172a;border-bottom:1px solid #e2e8f0}.auhpf-chart-clean .auhpf-viewer-header h2{color:#0f172a}.auhpf-chart-clean .auhpf-viewer-header p{color:#475569}.auhpf-chart-print{box-shadow:none;border-color:#111827}.auhpf-chart-print .auhpf-viewer-header{background:#fff;color:#111827;border-bottom:2px solid #111827}.auhpf-chart-print .auhpf-viewer-header h2{color:#111827}.auhpf-chart-print .auhpf-viewer-header p{color:#374151}.auhpf-chart-print .auhpf-stage:before,.auhpf-chart-print .auhpf-stage b,.auhpf-chart-print .auhpf-tool-btn{background:#111827}
@media print{body *{visibility:hidden!important}.auhpf-print-target,.auhpf-print-target *{visibility:visible!important}.auhpf-print-target{position:absolute!important;left:0!important;top:0!important;width:100%!important;box-shadow:none!important;border:0!important}.auhpf-viewer-tools{display:none!important}.auhpf-viewer{page-break-inside:avoid}.auhpf-diagram-shell .mermaid{overflow:visible!important;border:0!important}.auhpf-diagram-shell .mermaid svg{max-width:100%!important;min-width:0!important}.auhpf-viewer-header{background:#fff!important;color:#111!important;border-bottom:2px solid #111}.auhpf-viewer-header h2{color:#111!important}.auhpf-viewer-header p{color:#333!important}}
@media(max-width:900px){.auhpf-viewer-tools .auhpf-chip:first-of-type{margin-inline-start:0}.auhpf-tool-btn{width:100%;justify-content:center}.auhpf-diagram-shell .mermaid svg{min-width:900px}}
