@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--rpt-navy: #0f3d54;--rpt-teal: #00a99d;--rpt-green: #059669;--rpt-blue: #2563eb;--rpt-purple: #7c3aed;--rpt-cyan: #0d9488;--rpt-orange: #ea580c;--rpt-yellow: #d97706;--rpt-red: #dc2626;--rpt-gray-100: #f3f4f6;--rpt-gray-200: #e2e8f0;--rpt-gray-300: #d1d5db;--rpt-gray-400: #9ca3af;--rpt-gray-500: #6b7280;--rpt-gray-700: #374151;--rpt-gray-800: #1f2937;--rpt-border: #e2e8f0;--rpt-bg-section: #ffffff;--rpt-radius: 8px;--rpt-font: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif}.rpt{font-family:var(--rpt-font);max-width:780px;margin:0 auto;padding:24px 1.5rem;color:var(--rpt-gray-800)}.rpt-actions{display:flex;justify-content:flex-end;gap:8px;margin-bottom:16px}.rpt-btn-print{display:inline-flex;align-items:center;gap:8px;background:var(--rpt-navy);color:#fff;padding:10px 20px;border-radius:8px;border:none;cursor:pointer;font-weight:700;font-size:13px;font-family:var(--rpt-font);transition:background .15s}.rpt-btn-print:hover{background:#0b2f42}.rpt-cover{background:linear-gradient(145deg,var(--rpt-navy) 0%,#1a5c72 50%,var(--rpt-teal) 100%);border-radius:10px;padding:28px 30px 20px;color:#fff;margin-bottom:16px}.rpt-cover-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.rpt-cover-header-right{text-align:right}.rpt-cover-subtitle{font-size:9px;font-weight:600;letter-spacing:.15em;opacity:.65;line-height:1.5}.rpt-cover-date{font-size:10px;font-weight:600;opacity:.85;margin-top:2px}.rpt-cover-title-area{border-top:1px solid rgba(255,255,255,.2);padding-top:12px;margin-bottom:14px}.rpt-cover-title{font-weight:900;font-size:22px;margin:0 0 4px;line-height:1.2;color:#fff}.rpt-cover-meta{opacity:.8;font-size:12px;margin:0}.rpt-score-row{display:flex;gap:12px;margin-bottom:12px;flex-wrap:wrap;align-items:stretch}.rpt-score-box{background:#ffffff1c;border:1px solid rgba(255,255,255,.2);border-radius:10px;padding:10px 16px;text-align:center;min-width:100px}.rpt-score-value{font-size:34px;font-weight:900;line-height:1}.rpt-score-label{font-size:10px;opacity:.75;font-weight:600;margin-top:2px}.rpt-classification{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:170px}.rpt-class-title{font-size:15px;font-weight:900;letter-spacing:.03em;margin:0}.rpt-class-desc{font-size:11px;opacity:.75;line-height:1.35;margin:2px 0 0}.rpt-decision-badge{display:inline-block;margin-top:6px;padding:4px 12px;border-radius:5px;font-weight:800;font-size:10px;max-width:fit-content}.rpt-dim-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;margin-bottom:10px}.rpt-dim-kpi{background:#ffffff14;border-radius:6px;padding:6px 8px;text-align:center}.rpt-dim-kpi-label{font-size:9px;opacity:.65}.rpt-dim-kpi-value{font-size:20px;font-weight:900;margin-top:1px}.rpt-dim-kpi-sub{font-size:8px;opacity:.5;margin-top:1px}.rpt-cover-footer{border-top:1px solid rgba(255,255,255,.12);padding-top:8px;display:flex;justify-content:space-between;font-size:8px;opacity:.45}.rpt-section{background:var(--rpt-bg-section);border:1px solid var(--rpt-border);border-radius:var(--rpt-radius);padding:12px 16px;margin-bottom:12px}.rpt-section--highlight{background:#f0fdf4;border:1.5px solid #bbf7d0}.rpt-section--muted{background:#f8fafc}.rpt-section-title{font-size:13px;font-weight:800;color:var(--rpt-navy);margin:0 0 8px;line-height:1.3}.rpt-roi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.rpt-roi-label{font-size:9px;color:var(--rpt-gray-500);font-weight:600;margin:0}.rpt-roi-value{font-size:16px;font-weight:900;margin:2px 0 0}.rpt-roi-value--navy{color:var(--rpt-navy)}.rpt-roi-value--green{color:var(--rpt-green)}.rpt-roi-text{font-size:11px;font-weight:700;color:var(--rpt-teal);margin:2px 0 0}.rpt-table{width:100%;border-collapse:collapse;font-size:11px}.rpt-table th{text-align:left;padding:4px 5px;color:var(--rpt-gray-500);font-weight:700;font-size:9px;border-bottom:2px solid var(--rpt-gray-200)}.rpt-table th.text-center{text-align:center}.rpt-table th.text-right{text-align:right}.rpt-table td{padding:5px;border-bottom:1px solid var(--rpt-gray-100);font-size:10px}.rpt-table td.text-center{text-align:center}.rpt-table td.text-right{text-align:right}.rpt-table tr:last-child td{border-bottom:none}.rpt-table-footer{border-top:2px solid var(--rpt-gray-200);background:#f8fafc}.rpt-table-footer td{padding:6px 5px;font-weight:900}.rpt-dim-score{font-size:14px;font-weight:900}.rpt-dim-name{font-weight:700;font-size:10px}.rpt-formula{font-size:7.5px;color:var(--rpt-gray-400);font-family:Consolas,Monaco,monospace}.rpt-bar-track{height:5px;background:var(--rpt-gray-100);border-radius:99px;overflow:hidden;min-width:40px}.rpt-bar-fill{height:100%;border-radius:99px}.rpt-const-value{font-weight:700;color:var(--rpt-navy);font-family:Consolas,Monaco,monospace;font-size:10px}.rpt-const-source{color:var(--rpt-gray-400);font-size:8px}.rpt-description{color:var(--rpt-gray-700);line-height:1.6;font-size:11px;margin:0}.rpt-meta-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-top:10px;padding-top:10px;border-top:1px solid var(--rpt-gray-100)}.rpt-meta-label{font-size:8px;color:var(--rpt-gray-400);font-weight:600;text-transform:uppercase;margin:0}.rpt-meta-value{font-size:11px;font-weight:700;color:var(--rpt-gray-700);margin:1px 0 0}.rpt-analysis-item{padding-left:10px;margin-bottom:10px}.rpt-analysis-item:last-child{margin-bottom:0}.rpt-analysis-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.rpt-analysis-dim{font-size:11px;font-weight:800;color:var(--rpt-navy);margin:0}.rpt-analysis-score{font-size:12px;font-weight:900}.rpt-analysis-text{font-size:11px;color:var(--rpt-gray-700);line-height:1.65;margin:4px 0 8px;white-space:pre-line;word-break:break-word;overflow-wrap:break-word}.rpt-analysis-sub-title{font-size:8px;font-weight:700;margin:4px 0 2px}.rpt-analysis-sub-title--green{color:var(--rpt-green)}.rpt-analysis-sub-title--red{color:var(--rpt-red)}.rpt-analysis-sub-title--blue{color:var(--rpt-blue)}.rpt-analysis-list{font-size:10px;color:var(--rpt-gray-700);padding-left:16px;line-height:1.55;margin:0 0 6px}.rpt-analysis-list li{margin-bottom:2px}.rpt-methodology{font-size:10px;color:var(--rpt-gray-700);line-height:1.55}.rpt-methodology p{margin:0 0 4px}.rpt-signatures{display:flex;justify-content:space-between;align-items:flex-end;padding:20px 16px 6px;margin-bottom:10px}.rpt-sig-block{text-align:center;min-width:180px}.rpt-sig-line{border-top:1.5px solid var(--rpt-gray-700);padding-top:5px;margin-top:28px}.rpt-sig-name{font-size:10px;font-weight:800;color:var(--rpt-navy);margin:0}.rpt-sig-role{font-size:8px;color:var(--rpt-gray-500);margin:0}.rpt-final-footer{text-align:center;padding:10px 0;border-top:2px solid var(--rpt-gray-200)}.rpt-final-footer p{font-size:8px;color:var(--rpt-gray-400);line-height:1.5;margin:0}.rpt-print-footer{display:none}@media print{*,*:before,*:after{box-sizing:border-box}html,body{margin:0!important;padding:0!important;background:#fff!important;-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}nav,header,footer,.rpt-actions,.no-print,[class*=Layout_nav],[class*=Layout_header],[class*=Layout_sidebar],[class*=sidebar],button:not(.rpt-keep){display:none!important}@page{size:210mm 297mm;margin:10mm 12mm 12mm}.rpt{max-width:100%!important;padding:0!important;margin:0!important;font-size:9pt}.rpt-cover{min-height:275mm;display:flex;flex-direction:column;padding:20px 24px 14px!important;margin-bottom:0!important;border-radius:0!important;page-break-after:always}.rpt-cover-title-area,.rpt-score-row,.rpt-dim-kpis{flex:0}.rpt-cover-spacer{flex:1}.rpt-cover-footer{flex:0}.rpt-cover-title{font-size:20pt!important}.rpt-section-title{font-size:10pt!important;margin-bottom:6px!important}.rpt-section{padding:10px 14px!important;margin-bottom:8px!important;border-radius:4px!important;page-break-inside:avoid}.rpt-table th{font-size:7.5pt!important;padding:3px 4px!important}.rpt-table td{font-size:8pt!important;padding:3px 4px!important}.rpt-formula{font-size:6.5pt!important}.rpt-roi-value{font-size:13pt!important}.rpt-roi-text{font-size:8.5pt!important}.rpt-page-break{page-break-before:always}.rpt-avoid-break{page-break-inside:avoid}.rpt-analysis-item{page-break-inside:auto;margin-bottom:8px!important}.rpt-analysis-header{page-break-after:avoid}.rpt-analysis-text{font-size:9pt!important;line-height:1.6!important;white-space:pre-line}.rpt-analysis-list{font-size:7.5pt!important}.rpt-signatures{padding:14px 12px 4px!important}.rpt-sig-line{margin-top:20px!important}.rpt-print-footer{display:block!important;position:fixed;bottom:0;left:0;right:0;text-align:center;font-size:6.5pt;color:#aaa;border-top:.5pt solid #ddd;padding-top:2pt}.rpt-final-group{page-break-inside:avoid}.rpt-final-footer{padding:6px 0!important}.rpt-final-footer p{font-size:7pt!important}}@media screen{.rpt-print-footer{display:none!important}.rpt-cover-spacer{display:none}}@tailwind base;@tailwind components;@tailwind utilities;@layer base{:root{--background: 0 0% 100%;--foreground: 207 70% 17%;--card: 0 0% 100%;--card-foreground: 207 70% 17%;--popover: 0 0% 100%;--popover-foreground: 207 70% 17%;--primary: 207 70% 20%;--primary-foreground: 0 0% 100%;--secondary: 177 100% 34%;--secondary-foreground: 0 0% 100%;--muted: 207 30% 95%;--muted-foreground: 207 20% 50%;--accent: 207 25% 92%;--accent-foreground: 207 70% 17%;--destructive: 0 84% 60%;--destructive-foreground: 0 0% 100%;--border: 207 25% 88%;--input: 207 25% 88%;--ring: 207 70% 20%;--radius: .5rem;--sidebar: 207 70% 14%;--sidebar-foreground: 0 0% 95%;--sidebar-accent: 207 60% 22%;--sidebar-accent-foreground: 0 0% 100%;--sidebar-border: 207 50% 20%;--sidebar-ring: 177 100% 34%;--sidebar-width: 260px;--sidebar-width-icon: 3.5rem;--visia-navy: #0f3d54;--visia-teal: #00a99d;--visia-yellow: #f5a623;--visia-dark-teal: #1a6b6b}.dark{--background: 207 60% 7%;--foreground: 0 0% 95%;--card: 207 55% 9%;--card-foreground: 0 0% 95%;--popover: 207 55% 9%;--popover-foreground: 0 0% 95%;--primary: 177 80% 40%;--primary-foreground: 0 0% 100%;--secondary: 207 50% 20%;--secondary-foreground: 0 0% 80%;--muted: 207 40% 14%;--muted-foreground: 207 20% 55%;--accent: 207 40% 18%;--accent-foreground: 0 0% 90%;--destructive: 0 62% 50%;--destructive-foreground: 0 0% 100%;--border: 207 30% 20%;--input: 207 30% 20%;--ring: 177 80% 40%;--sidebar: 207 65% 6%;--sidebar-foreground: 0 0% 90%;--sidebar-accent: 207 55% 12%;--sidebar-accent-foreground: 0 0% 100%;--sidebar-border: 207 40% 15%;--sidebar-ring: 177 80% 40%}*{@apply border-border;}body{@apply bg-background text-foreground;font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:Inter,system-ui,sans-serif;font-weight:700;letter-spacing:-.02em}html{scroll-behavior:smooth}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{@apply bg-muted;}::-webkit-scrollbar-thumb{@apply bg-border rounded-full;}::-webkit-scrollbar-thumb:hover{@apply bg-muted-foreground/40;}}@layer utilities{.gradient-visia{background:linear-gradient(135deg,#0f3d54,#00a99d)}.gradient-hero-visia{background:linear-gradient(160deg,#0f3d540f,#fff 60%)}.brand-navy{color:#0f3d54}.brand-teal{color:#00a99d}.brand-yellow{color:#f5a623}.bg-brand-navy{background-color:#0f3d54}.bg-brand-teal{background-color:#00a99d}.bg-brand-yellow{background-color:#f5a623}}
