:root{--bg:#f6f8fb;--card:#ffffff;--muted:#64748b;--text:#0f172a;--accent:#0b1324;--accent-2:#164e63;--glass: rgba(255,255,255,.7);--soft-shadow: 0 8px 24px rgba(15,23,42,.06);--soft-shadow-2: 0 6px 18px rgba(2,6,23,.06);--radius: 12px}html,body,#root{height:100%}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,Segoe UI,system-ui,sans-serif;background:linear-gradient(180deg,#f8fafc,#eef2f7);color:var(--text);margin:0}html,body,input,button,textarea,select{font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Inter,Segoe UI,system-ui,sans-serif}a,a:link,a:visited{text-decoration:none;color:inherit}button{font-family:inherit}.app-container{min-height:100vh}.sidebar{position:fixed;top:0;bottom:0;left:0;z-index:100;box-sizing:border-box;width:280px;height:100vh;padding:28px;overflow:hidden;background:linear-gradient(180deg,#071028,#07182a);color:#fff}.sidebar .brand{font-size:18px;font-weight:700;margin-bottom:6px}.sidebar .tag{color:#a8b3c7;font-size:13px;margin-bottom:18px}.nav{display:flex;flex-direction:column;gap:10px;max-height:calc(100vh - 245px);padding-right:4px;padding-bottom:12px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.nav-link{color:var(--muted);text-decoration:none;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px}.nav-link:hover{background:#ffffff05;color:#fff}.nav-link.active{background:linear-gradient(90deg,#ffffff08,#ffffff03);color:#fff;box-shadow:inset 0 0 0 1px #ffffff05}.sidebar .logout{position:absolute;bottom:28px;left:28px;right:28px}.btn{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:10px;border:none;cursor:pointer}.btn-primary{background:linear-gradient(90deg,#0b1324,#164e63);color:#fff;box-shadow:var(--soft-shadow)}.btn-ghost{background:transparent;border:1px solid rgba(15,23,42,.06);color:var(--accent)}.main{box-sizing:border-box;width:calc(100% - 280px);min-height:100vh;margin-left:280px;padding:32px;background:var(--bg)}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.page-title{font-size:20px;font-weight:700}.user-info{color:var(--muted)}.card{background:var(--card);border-radius:var(--radius);box-shadow:var(--soft-shadow-2);padding:18px}.hero-modern{display:flex;justify-content:space-between;gap:28px;align-items:center;margin-bottom:22px;padding:22px}.hero-left{flex:1}.hero-top{display:flex;gap:12px;align-items:center;margin-bottom:8px}.hero-badge{background:#ffffff0f;color:#9ee3ff;padding:6px 10px;border-radius:999px;font-weight:700;font-size:12px}.hero-variant{color:var(--muted);font-size:13px}.hero-modern h1{font-size:30px;margin:4px 0}.hero-sub{color:var(--muted);margin:6px 0 12px}.hero-actions{display:flex;gap:12px;align-items:center}.hero-right{width:320px}.highlight-card{background:linear-gradient(180deg,#ffffff08,#ffffff05);padding:14px;border-radius:12px;box-shadow:0 10px 30px #0206170f}.muted.small{color:var(--muted);font-size:13px}.highlight-title{margin-top:8px;font-weight:700}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.kpi-grid-large{margin-top:8px}.kpi{background:linear-gradient(180deg,#fff,#fbfdff);border-radius:14px;padding:18px;box-shadow:0 10px 30px #0206170f;display:flex;flex-direction:column;justify-content:space-between}.kpi-large .value,.kpi.kpi-large .value{font-size:22px;font-weight:800}.kpi .value{font-size:20px;font-weight:700}.kpi .label{color:var(--muted);font-size:13px}.reports-section{background:transparent}.reports-header{display:flex;justify-content:space-between;align-items:center}.report-list{margin-top:12px;display:grid;gap:12px}.report-card{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px 18px;border-radius:12px;background:linear-gradient(180deg,#fff,#fcfeff);box-shadow:0 10px 30px #0206170f}.report-actions{display:flex;gap:10px;align-items:center}.badge{padding:8px 12px;border-radius:999px;font-size:13px;font-weight:700}.badge.draft{background:#fff7f9;color:#9f1239;border:1px solid #ffd1d8}.badge.ready{background:linear-gradient(90deg,#06b6d4,#0ea5a0);color:#fff}.badge.pending{background:#fffaf0;color:#92400e}.stepper{display:flex;gap:12px;align-items:center;margin-bottom:18px}.step{display:flex;flex-direction:column;align-items:center;gap:8px}.step .circle{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#eef2f7;color:var(--accent);font-weight:700}.step.active .circle{background:linear-gradient(90deg,#0b1324,#164e63);color:#fff}.template-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.template-card{padding:12px;border-radius:10px;background:linear-gradient(180deg,#fff,#fbfdff);box-shadow:var(--soft-shadow-2);cursor:pointer}.template-card.selected{box-shadow:0 10px 30px #02061714;border:1px solid rgba(2,6,23,.04)}.actions{display:flex;gap:8px;justify-content:flex-end;margin-top:14px}.templates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.template-visual{height:120px;border-radius:8px;margin-bottom:8px}.print-report{background:#fff;padding:24px}.cover{background:linear-gradient(180deg,#0b1324,#164e63);color:#fff;padding:40px;border-radius:10px;text-align:center}.preview-kpis{display:flex;gap:12px;margin-top:18px}.preview-kpi{background:#fff;padding:12px;border-radius:8px;box-shadow:var(--soft-shadow-2)}@media (max-width:900px){.kpi-grid,.template-grid,.templates-grid{grid-template-columns:repeat(2,1fr)}.sidebar{display:none}.app-container{min-height:100vh}.main{width:100%;margin-left:0;padding:20px}}.scroll-to-top-btn{position:fixed;right:22px;bottom:22px;z-index:80;width:44px;height:44px;border:1px solid rgba(148,163,184,.35);border-radius:999px;background:#0f172aeb;color:#fff;font-size:22px;font-weight:800;line-height:1;cursor:pointer;box-shadow:0 18px 40px #0f172a40;transition:transform .15s ease,background .15s ease}@media print{.scroll-to-top-btn{display:none}}.scroll-to-top-btn{position:fixed;right:22px;bottom:22px;z-index:999;width:46px;height:46px;border:1px solid rgba(148,163,184,.35);border-radius:999px;background:#0f172aeb;color:#fff;font-size:22px;font-weight:800;line-height:1;cursor:pointer;box-shadow:0 18px 40px #0f172a40;transition:transform .15s ease,background .15s ease,opacity .15s ease}.scroll-to-top-btn:hover{transform:translateY(-2px);background:#b1182bf5}@media print{.scroll-to-top-btn{display:none!important}}.main{position:relative;overflow:hidden}.main:before{content:"";position:fixed;top:0;right:0;bottom:0;left:280px;background:linear-gradient(90deg,#f6f8fbc7,#f6f8fb75 48%,#f6f8fb24),url(/gamerin-bg.png);background-size:cover;background-position:right top;background-repeat:no-repeat;pointer-events:none;z-index:0}.main>*{position:relative;z-index:1}.dashboard-page{position:relative}.dashboard-page{min-height:calc(100vh - 120px)}.main>.card:has(.dashboard-page){background:#ffffffa8;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.58)}.dashboard-page .card,.dashboard-page .kpi,.dashboard-page .report-card,.dashboard-page .highlight-card{background:#ffffffb8;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.66)}.dashboard-page .card .report-hero,.dashboard-page .kpi .report-hero,.dashboard-page .report-card .report-hero,.dashboard-page .highlight-card .report-hero{border-radius:14px;box-shadow:0 10px 30px #0206170f;color:#fff}.dashboard-page .card .report-hero .label,.dashboard-page .kpi .report-hero .label,.dashboard-page .report-card .report-hero .label,.dashboard-page .highlight-card .report-hero .label{color:#ffffffe6}.dashboard-page .card .report-hero .value,.dashboard-page .kpi .report-hero .value,.dashboard-page .report-card .report-hero .value,.dashboard-page .highlight-card .report-hero .value{color:#fff}.dashboard-page .hero.card{background:#ffffffad}.dashboard-page .report-card{box-shadow:0 14px 35px #0f172a0f}.v1-section-list{display:flex;flex-direction:column;gap:8px;margin-top:10px}.v1-section-row{display:flex;align-items:center;justify-content:space-between;padding:12px;border-radius:10px;background:var(--card);box-shadow:var(--soft-shadow-2);border:1px solid rgba(2,6,23,.04);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;font:inherit;text-align:left}.v1-section-row.is-enabled{border-color:#0b5f9924;box-shadow:0 10px 30px #0b5f990f}.v1-section-copy{display:flex;flex-direction:column;flex:1;margin-right:12px}.v1-section-title{font-weight:700}.v1-section-description{color:var(--muted);font-size:13px}.v1-switch{width:48px;height:28px;border-radius:999px;background:#94a3b840;display:flex;align-items:center;padding:3px;box-sizing:border-box}.v1-section-row.is-enabled .v1-switch{background:linear-gradient(90deg,#0b5f99,#0b1324)}.v1-switch-thumb{width:22px;height:22px;border-radius:999px;background:#fff;box-shadow:0 6px 14px #0206171f;transform:translate(0);transition:transform .18s ease}.v1-section-row.is-enabled .v1-switch-thumb{transform:translate(20px)}.main>.card{background:#ffffff8f;border:1px solid rgba(255,255,255,.66);box-shadow:0 22px 55px #0f172a1a;backdrop-filter:blur(12px) saturate(1.08);-webkit-backdrop-filter:blur(12px) saturate(1.08)}.dashboard-page{min-height:calc(100vh - 70px)}.dashboard-page .hero.card,.dashboard-page .kpi,.dashboard-page .report-card,.dashboard-page .highlight-card{background:#ffffff8a!important;border:1px solid rgba(255,255,255,.72)!important;backdrop-filter:blur(16px) saturate(1.08);-webkit-backdrop-filter:blur(16px) saturate(1.08);box-shadow:0 18px 45px #0f172a1a!important}.dashboard-page .hero.card{min-height:190px;background:linear-gradient(90deg,#ffffffb3,#ffffff52)!important}.dashboard-page .highlight-card{background:#ffffffad!important}.dashboard-page .kpi{min-height:92px}.dashboard-page .report-card{background:#ffffffa8!important}.dashboard-page .btn.btn-ghost{background:#ffffff9e;border:1px solid rgba(226,232,240,.62)}.dashboard-page .btn.btn-primary{box-shadow:0 14px 30px #2563eb33}.files-status-page{max-width:1180px;margin:0 auto}.files-status-header{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:18px}.files-status-header h2{margin:4px 0 6px;font-size:28px}.files-status-header p{margin:0;color:var(--muted)}.eyebrow{color:#38bdf8;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.files-status-controls{display:flex;align-items:end;gap:10px;flex-wrap:wrap}.files-status-controls label{display:flex;flex-direction:column;gap:6px;color:var(--muted);font-size:12px;font-weight:700}.files-status-controls input,.files-status-controls select{height:38px;min-width:96px;border:1px solid rgba(148,163,184,.35);border-radius:10px;background:#ffffffb8;padding:0 10px;box-shadow:0 8px 22px #0f172a0a}.files-status-error{margin:14px 0;padding:12px 14px;border-radius:12px;color:#b91c1c;background:#fee2e2bf;border:1px solid rgba(248,113,113,.25)}.files-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0}.files-summary-card{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:16px;background:#ffffff9e;border:1px solid rgba(255,255,255,.68);box-shadow:0 14px 35px #0f172a12;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.files-summary-card strong{display:block;font-size:24px;line-height:1}.files-summary-card span:last-child{display:block;color:var(--muted);font-size:13px;margin-top:4px}.status-dot{width:10px;height:10px;border-radius:999px;display:inline-block;flex:0 0 auto}.status-dot.ok{background:#16a34a}.status-dot.partial{background:#f59e0b}.status-dot.missing{background:#ef4444}.status-dot.error{background:#8b5cf6}.files-list{display:flex;flex-direction:column;gap:8px}.files-row{display:grid;grid-template-columns:112px minmax(0,1fr) 86px;gap:14px;align-items:center;padding:12px 14px;border-radius:14px;background:#ffffff94;border:1px solid rgba(255,255,255,.68);box-shadow:0 10px 28px #0f172a0e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.files-row:hover{transform:translateY(-1px);background:#ffffffb8;box-shadow:0 16px 36px #0f172a14}.files-status-pill{display:inline-flex;align-items:center;gap:7px;width:max-content;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}.files-status-pill.ok{color:#166534;background:#dcfce7c7}.files-status-pill.partial{color:#92400e;background:#fef3c7db}.files-status-pill.missing{color:#991b1b;background:#fee2e2d1}.files-status-pill.error{color:#5b21b6;background:#ede9fed9}.files-row-title{font-weight:800;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.files-row-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:4px;color:#64748b;font-size:12px}.files-row-meta span:not(:last-child):after{content:"·";margin-left:8px;color:#cbd5e1}.files-row-sample{margin-top:4px;color:#94a3b8;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.files-row-count{text-align:right}.files-row-count strong{display:block;font-size:16px}.files-row-count span{display:block;font-size:11px;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}@media (max-width:900px){.files-status-header{flex-direction:column}.files-summary-grid{grid-template-columns:1fr}.files-row{grid-template-columns:1fr;align-items:start}.files-row-count{text-align:left}}.files-search-bar{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:14px 0 16px;padding:12px 14px;border-radius:16px;background:#ffffff94;border:1px solid rgba(255,255,255,.68);box-shadow:0 10px 28px #0f172a0e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.files-search-bar div{flex:1;display:flex;flex-direction:column;gap:6px}.files-search-bar label{color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.files-search-bar input{width:100%;height:42px;box-sizing:border-box;border:1px solid rgba(148,163,184,.35);border-radius:12px;background:#ffffffbd;padding:0 14px;font-size:14px;outline:none;box-shadow:inset 0 1px #ffffffb3}.files-search-bar input:focus{border-color:#3b82f67a;box-shadow:0 0 0 4px #3b82f61a}.files-search-bar span{color:#64748b;font-size:13px;white-space:nowrap}.sidebar-credit{display:flex;flex-direction:column;gap:3px;margin-bottom:12px;color:#cbd5e1b8;font-size:11px;line-height:1.25}.empty-state-card{padding:18px;border-radius:16px;background:#ffffffa3;border:1px solid rgba(255,255,255,.68);box-shadow:0 16px 38px #0f172a12;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.empty-state-card p{margin:6px 0 0;color:var(--muted)}.app-page{max-width:1180px;margin:0 auto}.app-page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px}.app-page-header h1{margin:4px 0 8px;font-size:30px;line-height:1.08;letter-spacing:-.03em}.app-page-header p{margin:0;max-width:760px;color:var(--muted);font-size:14px;line-height:1.5}.app-eyebrow{color:#0284c7;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.app-grid{display:grid;gap:14px}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(270px,1fr))}.app-glass-card{background:#ffffff9e!important;border:1px solid rgba(255,255,255,.72)!important;border-radius:18px!important;box-shadow:0 18px 45px #0f172a13!important;backdrop-filter:blur(14px) saturate(1.05);-webkit-backdrop-filter:blur(14px) saturate(1.05)}.app-warning{margin:14px 0;padding:12px 14px;border-radius:14px;color:#92400e;background:#fef3c7bd;border:1px solid rgba(245,158,11,.22)}.page-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.btn{min-height:38px;border-radius:12px;font-weight:750}.btn:not(.btn-primary):not(.btn-ghost):not(.btn-back){background:#ffffffb8;border:1px solid rgba(226,232,240,.72);color:#0f172a}.btn-ghost,.btn-back{background:#ffffff8f;border:1px solid rgba(226,232,240,.72);color:#0f172a}.btn:disabled{opacity:.45;cursor:not-allowed}input,select,textarea{box-sizing:border-box;min-height:40px;border:1px solid rgba(148,163,184,.38);border-radius:12px;background:#ffffffbd;padding:0 12px;color:#0f172a;outline:none;box-shadow:inset 0 1px #ffffffb8}textarea{padding:10px 12px}input:focus,select:focus,textarea:focus{border-color:#3b82f685;box-shadow:0 0 0 4px #3b82f61a}label{color:#475569;font-size:12px;font-weight:750}.report-card{border-radius:18px;background:#ffffff9e;border:1px solid rgba(255,255,255,.7);box-shadow:0 18px 45px #0f172a12}.templates-page .template-card{min-height:150px;padding:18px;transition:transform .14s ease,box-shadow .14s ease}.templates-page .template-card:hover{transform:translateY(-2px)}.branding-page .asset-section{margin-top:18px}.branding-page .asset-section h2{margin:0 0 10px;font-size:18px;letter-spacing:-.02em}.branding-page .asset-row{padding:16px!important}.image-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px}.image-card{display:flex;align-items:center;padding:14px!important}.image-thumb-wrap{width:112px;height:78px;border-radius:14px;overflow:hidden;background:#f1f5f9bf;display:flex;align-items:center;justify-content:center;border:1px solid rgba(226,232,240,.72);flex:0 0 auto}.image-thumb{width:100%;height:100%;object-fit:cover}.image-empty{color:#94a3b8;font-size:12px}.wizard-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:18px;align-items:start}.wizard-main{padding:22px}.wizard-main h3{margin-top:0;font-size:21px}.wizard-main label{display:block;margin:12px 0 6px}.wizard-main select,.wizard-main input:not([type=color]){width:100%;max-width:420px}.wizard-main input[type=color]{width:64px;height:42px;padding:4px}.wizard-main button{margin-right:8px}.wizard-summary{position:sticky;top:24px}.summary-card{padding:18px}.summary-card h4{margin:0 0 12px}.summary-card div{margin:7px 0;color:#475569}.datos-control-panel{display:flex;gap:12px;margin-bottom:14px;align-items:end;flex-wrap:wrap;padding:16px}.datos-control-panel>div{display:flex;flex-direction:column;gap:6px}.datos-control-panel label{display:block!important}.datos-control-panel select,.datos-control-panel input{min-width:150px}.datos-control-panel input[type=number]{width:110px!important}.datos-sections{margin:14px 0;padding:16px}.section-chip-list{display:flex;gap:8px;margin-top:10px;flex-wrap:wrap}.section-chip-list button{padding:8px 12px!important;border-radius:999px!important;border:1px solid rgba(226,232,240,.8)!important;box-shadow:none!important;font-weight:750}.datos-blocks-panel{margin-bottom:16px}.datos-block-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px;margin-top:12px}.debug-panel-wrap{border-top:1px solid rgba(226,232,240,.7);margin-top:24px;padding-top:16px}.debug-panel-wrap details{background:#ffffff85!important;border:1px solid rgba(226,232,240,.72)!important;border-radius:16px!important}.page-footnote{margin-top:20px;font-size:12px;color:#64748b}.datos-page button:not(.btn){border-radius:12px;min-height:38px;border:1px solid rgba(226,232,240,.75);background:#ffffffb8;font-weight:750;cursor:pointer}.datos-page button:not(.btn):hover{background:#ffffffe6}@media (max-width:900px){.app-page-header{flex-direction:column}.wizard-layout{grid-template-columns:1fr}.wizard-summary{position:static}}.dashboard-page .report-hero{position:relative;overflow:hidden;min-height:132px;padding:0!important;color:#fff;background:linear-gradient(90deg,#0f172acc,#0f172a6b 48%,#0f172a1a),var(--report-image)!important;background-size:cover!important;background-position:center!important;border:1px solid rgba(255,255,255,.72)!important}.dashboard-page .report-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0f,#0000001f);pointer-events:none}.report-hero-content{position:relative;z-index:1;height:100%;min-height:132px;display:flex;flex-direction:column;justify-content:flex-end;padding:18px}.report-hero-content .label{color:#ffffffdb!important;font-size:13px;font-weight:750}.report-hero-content .value{color:#fff!important;font-size:20px!important;font-weight:900!important;text-shadow:0 2px 18px rgba(0,0,0,.34)}.territory-image-panel{margin-top:14px;padding:14px;border-radius:16px;background:#f8fafc9e;border:1px solid rgba(226,232,240,.72)}.territory-image-controls{display:flex;gap:10px;align-items:end;flex-wrap:wrap;margin-top:12px}.territory-image-controls label:not(.btn){display:flex;flex-direction:column;gap:6px}.territory-upload-btn{cursor:pointer}.territory-preview{display:flex;gap:12px;align-items:center;margin-top:12px}.territory-preview-image{width:150px;height:76px;border-radius:14px;overflow:hidden;background:#f1f5f9cc;border:1px solid rgba(226,232,240,.72);flex:0 0 auto}.territory-preview-image img{width:100%;height:100%;object-fit:cover}.dashboard-page .report-hero{min-height:150px;background:linear-gradient(90deg,#0f172aa8,#0f172a42 46%,#0f172a0a),var(--report-image)!important;background-size:cover!important;background-position:center!important}.report-hero-content{min-height:150px;padding:20px}.report-hero-content .value{font-size:21px!important}.dashboard-page .report-card-image{position:relative;overflow:hidden;min-height:76px;background:linear-gradient(90deg,#ffffffeb,#ffffffd1 48%,#ffffff8a),var(--row-report-image)!important;background-size:cover!important;background-position:right center!important}.dashboard-page .report-card-image:after{content:"";position:absolute;top:0;right:0;width:38%;height:100%;background:linear-gradient(90deg,#fff0,#ffffff2e);backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px);pointer-events:none}.dashboard-page .report-card-image .report-card-content,.dashboard-page .report-card-image .report-actions{position:relative;z-index:1}.dashboard-page .report-card-image .report-actions{padding-left:16px;border-radius:14px}.dashboard-page .report-hero.no-report-image{background:#ffffff9e!important;color:#0f172a}.dashboard-page .report-hero.no-report-image:after{display:none}.dashboard-page .report-hero.no-report-image .report-hero-content .label{color:#64748b!important}.dashboard-page .report-hero.no-report-image .report-hero-content .value{color:#0f172a!important;text-shadow:none}.dashboard-page .report-hero.has-report-image{background:linear-gradient(90deg,#0f172a8f,#0f172a33 46%,#0f172a08),var(--report-image)!important;background-size:cover!important;background-position:center!important}.page-shell{padding:10px 6px 20px}.page-section-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px}.page-kicker{color:#0ea5e9;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.page-shell h1{margin:0;font-size:28px}.page-shell p{color:#64748b}.workspace-panel{background:#ffffff80;border:1px solid rgba(255,255,255,.42);box-shadow:0 20px 50px #0f172a0f;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:22px;padding:18px;margin-bottom:18px}.workspace-panel h2{margin:0 0 14px;font-size:20px}.branding-row{display:flex;align-items:center;gap:18px}.branding-thumb{border-radius:16px;overflow:hidden;background:#ffffff8c;border:1px solid rgba(148,163,184,.18);display:flex;align-items:center;justify-content:center;flex-shrink:0}.branding-thumb.small{width:140px;height:84px}.branding-thumb.wide{width:220px;height:96px}.branding-thumb.hero{width:320px;height:180px}.branding-thumb img,.territory-mini-thumb img,.sponsor-thumb img,.other-image-thumb img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.image-empty{color:#64748b;font-size:14px;padding:18px;text-align:center}.branding-copy{flex:1}.branding-title{font-weight:700;color:#0f172a}.branding-actions-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.branding-main-grid{display:grid;grid-template-columns:320px 1fr;gap:18px}.branding-side-panel{border:1px solid rgba(148,163,184,.18);border-radius:18px;padding:16px;background:#ffffff47}.branding-inline-form{display:flex;flex-wrap:wrap;align-items:flex-end;gap:10px;margin-top:14px;margin-bottom:14px}.branding-inline-form .field{min-width:180px}.branding-inline-form label{display:block;font-size:13px;color:#475569;margin-bottom:6px;font-weight:600}.branding-inline-form select{min-width:180px;height:44px;padding:0 14px;border-radius:14px;border:1px solid rgba(148,163,184,.25);background:#ffffffb3}.territory-image-list{display:grid;gap:10px;margin-top:8px}.territory-image-item{display:flex;gap:12px;align-items:center}.territory-mini-thumb{width:120px;height:68px;border-radius:12px;overflow:hidden;border:1px solid rgba(148,163,184,.18);background:#fff;flex-shrink:0}.territory-name{font-size:16px;font-weight:700;color:#0f172a}.sponsor-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:14px}.sponsor-card{display:flex;gap:12px;align-items:center;padding:14px;border-radius:16px;background:#ffffff6b;border:1px solid rgba(148,163,184,.16)}.sponsor-thumb{width:92px;height:58px;border-radius:12px;overflow:hidden;background:#fff;border:1px solid rgba(148,163,184,.16);flex-shrink:0}.sponsor-meta{flex:1}.other-images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.other-image-card{padding:14px;border-radius:16px;background:#ffffff6b;border:1px solid rgba(148,163,184,.16)}.other-image-thumb{width:100%;height:120px;border-radius:14px;overflow:hidden;margin-bottom:10px;background:#fff;border:1px solid rgba(148,163,184,.16)}.report-hero-card{position:relative;overflow:hidden;min-height:142px;display:flex;align-items:flex-end;isolation:isolate}.report-hero-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden}.report-hero-media img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 72%;opacity:.94;filter:saturate(.97) contrast(1.02)}.report-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(90deg,#0f172a94,#0f172a52,#0f172a24 36%,#0f172a0d 58%,#0f172a00)}.report-hero-content{position:relative;z-index:2;max-width:72%}.report-hero-card.has-report-image .label{color:#ffffffd6}.report-hero-card.has-report-image .value{color:#fff;text-shadow:0 6px 20px rgba(0,0,0,.2)}.dashboard-report-row{position:relative;overflow:hidden;min-height:106px;isolation:isolate}.report-row-media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.report-row-media img{position:absolute;right:0;top:0;width:40%;height:100%;object-fit:cover;object-position:center 62%;opacity:.82;filter:blur(1.1px) saturate(.95);transform:scale(1.04)}.report-row-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#fffffffc,#fffffffc 54%,#fffffff5,#ffffffdb,#ffffff8f 84%,#ffffff2e 93%,#fff0)}.report-row-content{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%}@media (max-width: 980px){.branding-main-grid{grid-template-columns:1fr}.branding-thumb.hero{width:100%}.report-hero-media img{width:100%;opacity:.3}.report-hero-content{max-width:100%}.report-row-media,.report-row-overlay{width:100%}}.template-card-featured{grid-column:span 2}.template-select-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px;margin-bottom:18px}.template-select-grid .template-section-cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.template-select-grid .template-card{display:flex;flex-direction:column;height:120px;min-height:120px;border-radius:10px;border:1px solid rgba(15,23,42,.06);background:#fff;padding:0;box-shadow:var(--soft-shadow-2);cursor:pointer;overflow:hidden}.template-select-grid .template-card:focus{outline:2px solid rgba(14,165,233,.12)}.template-select-grid .template-card-visual{height:10px;width:100%}.template-select-grid .template-band{height:100%;width:100%}.template-select-grid .template-card-body{display:flex;flex-direction:column;padding:10px 12px;flex:1}.template-select-grid .template-card-title{font-weight:800;font-size:15px;color:var(--ebro-text, #0f172a)}.template-select-grid .template-card-sub{font-size:13px;color:#64748b;margin-top:6px;line-height:1.2}.template-select-grid .template-card-spacer{flex:1}.template-select-grid .template-card-preview{font-size:12px;padding:4px 8px;height:auto;background:transparent;border:1px solid rgba(15,23,42,.06);border-radius:8px;color:var(--accent)}.template-select-grid .template-band-atlas-balears{background:linear-gradient(90deg,#0f8fbf,#0f7abf)}.template-select-grid .template-band-ebro{background:linear-gradient(90deg,#07203a,#07203a)}.template-select-grid .template-band-hiria{background:linear-gradient(90deg,#00333a,#00b4d8)}.template-select-grid .template-card-selected{border-color:#0ea5e9e6;box-shadow:0 10px 30px #02061714;transform:translateY(-2px)}@media (max-width:1000px){.template-select-grid .template-section-cards-grid{grid-template-columns:1fr}.template-select-grid .template-card{height:160px}}.template-select-grid .template-card .btn{max-width:120px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.template-select-grid .template-choice-ebro{--ebro-primary:#0b1324;--ebro-accent:#7c3aed }.template-select-grid .template-choice-hiria{--hiria-primary:#001219;--hiria-accent:#00b4d8 }.template-select-grid .template-choice-atlas-balears{--atlas-primary:#0f172a;--atlas-accent:#0f7abf }.template-select-grid .template-section-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.template-select-grid .template-choice{min-height:96px;display:flex;align-items:center;padding:12px 16px}.template-select-grid .template-choice .btn{height:36px;padding:6px 10px}.template-select-grid .template-choice .btn-ghost{background:transparent;border:1px solid rgba(15,23,42,.06)}@media (min-width:1100px){.template-select-grid .template-select-grid{grid-template-columns:repeat(3,1fr)}}.template-choice{text-align:left;border:1px solid rgba(148,163,184,.28);border-radius:16px;padding:14px;background:#fff9;cursor:pointer}.template-choice.selected{border-color:#0f7abf;box-shadow:0 0 0 4px #0ea5e91a;background:#fff}.template-choice strong{display:block;color:#0f172a}.template-choice span{display:block;margin-top:4px;color:#64748b;font-size:13px}.wizard-form-row{display:flex;gap:12px;align-items:end;flex-wrap:wrap}.wizard-pill{min-height:40px;padding:10px 14px;border-radius:12px;background:#ffffffb8;border:1px solid rgba(148,163,184,.25);font-weight:800}.atlas-section-selector{margin-top:16px;padding:16px;border-radius:18px;background:#f8fafcb8;border:1px solid rgba(226,232,240,.8)}.atlas-section-selector-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:10px;margin-top:12px}.atlas-section-option{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:14px;background:#fff;border:1px solid #e2e8f0;cursor:pointer}.atlas-section-option input{margin-top:3px}.atlas-section-option strong{display:block;color:#0f172a}.atlas-section-option small{display:block;margin-top:3px;color:#64748b;line-height:1.35}@media (max-width:900px){.template-card-featured{grid-column:auto}}.report-template-picker{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin:14px 0 18px}.report-template-option{position:relative;min-height:116px;border:1px solid rgba(15,23,42,.1);border-radius:18px;padding:16px;background:radial-gradient(circle at top right,var(--template-bg, rgba(14,165,233,.12)),transparent 46%),linear-gradient(180deg,#fff,#f8fafc);box-shadow:0 18px 45px #0f172a14;cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:14px;overflow:hidden}.report-template-option.is-selected{border-color:var(--template-color,#0b5f99);box-shadow:0 22px 52px #0b5f992e}.report-template-accent{width:42px;height:5px;border-radius:999px;background:linear-gradient(90deg,var(--template-color,#0b5f99),var(--template-accent,#38bdf8))}.report-template-copy{display:flex;flex-direction:column;gap:5px;padding-right:82px}.report-template-copy strong{color:#0f172a;font-size:16px}.report-template-copy small{color:#64748b;line-height:1.35}.report-template-preview-btn{position:absolute;right:12px;bottom:12px;border:1px solid rgba(15,23,42,.1);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700;color:#0f172a;background:#ffffffc7;box-shadow:0 8px 24px #0f172a14}.ebro-variant-picker{margin:18px 0;padding:16px;border-radius:18px;background:linear-gradient(180deg,#ffffffdb,#f8fafcbd);border:1px solid rgba(15,23,42,.08);box-shadow:0 18px 44px #0f172a0f}.ebro-variant-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:12px}.ebro-variant-option{border:1px solid rgba(15,23,42,.1);border-radius:16px;padding:14px;background:#fff;cursor:pointer;display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:12px;text-align:left;box-shadow:0 12px 32px #0f172a0f}.ebro-variant-option.is-selected{border-color:var(--variant-color,#0b5f99);box-shadow:0 18px 44px #0b5f9929}.ebro-variant-swatch{width:42px;height:34px;border-radius:12px;background:linear-gradient(135deg,var(--variant-color,#0b5f99),var(--variant-accent,#38bdf8));display:flex;align-items:flex-end;justify-content:center;gap:3px;padding:6px}.ebro-variant-swatch i{display:block;width:6px;border-radius:999px;background:#ffffffdb}.ebro-variant-swatch i:nth-child(1){height:10px}.ebro-variant-swatch i:nth-child(2){height:18px}.ebro-variant-swatch i:nth-child(3){height:14px}.ebro-variant-copy{display:flex;flex-direction:column;gap:4px}.ebro-variant-copy strong{color:#0f172a}.ebro-variant-copy small{color:#64748b;line-height:1.3}.executive-summary-step-grid{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:18px;align-items:start;margin-top:16px}.executive-summary-editor-pane,.executive-summary-preview-pane{min-width:0}.executive-summary-preview-card{min-height:360px;padding:22px 24px;border:1px solid rgba(15,23,42,.1);border-radius:20px;background:linear-gradient(180deg,#fffffff5,#f8fafceb);box-shadow:0 18px 45px #0f172a14;overflow:auto}.executive-summary-preview-content{color:#0f172a;font-size:.96rem;line-height:1.65}.executive-summary-preview-content h1,.executive-summary-preview-content h2,.executive-summary-preview-content h3{margin:0 0 .7em;line-height:1.2;color:#0f172a}.executive-summary-preview-content p{margin:0 0 .9em}.executive-summary-preview-content ul,.executive-summary-preview-content ol{margin:0 0 .9em 1.25em;padding:0}.executive-summary-preview-empty{min-height:280px;display:flex;align-items:center;justify-content:center;text-align:center;color:#94a3b8;border:1px dashed rgba(148,163,184,.55);border-radius:16px;background:#f8fafcb8;padding:24px}@media (max-width: 980px){.executive-summary-step-grid{grid-template-columns:1fr}.executive-summary-preview-card{min-height:240px}}.executive-summary-report-grid{display:grid;grid-template-columns:minmax(360px,.9fr) minmax(560px,1.4fr);gap:18px;align-items:start;margin-top:16px}.executive-summary-editor-pane,.executive-summary-report-pane{min-width:0}.executive-summary-pane-title{font-size:.82rem;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#64748b;margin-bottom:8px}.executive-summary-report-frame-shell{height:min(78vh,860px);min-height:620px;border:1px solid rgba(15,23,42,.14);border-radius:20px;background:#f8fafc;box-shadow:0 18px 45px #0f172a1a;overflow:hidden}@media (max-width: 1180px){.executive-summary-report-grid{grid-template-columns:1fr}.executive-summary-report-frame-shell{height:72vh;min-height:520px}}.wizard-grid-step4{grid-template-columns:minmax(0,1fr) 260px!important;gap:16px!important;align-items:start!important}.wizard-grid-step4 .wizard-summary{position:sticky;top:12px;align-self:start;z-index:1}.wizard-grid-step4 .summary-card{padding:14px 16px!important;border-radius:18px!important;font-size:.84rem;line-height:1.25}.wizard-grid-step4 .summary-card h4{margin:0 0 10px!important;font-size:.92rem}.wizard-grid-step4 .summary-card>div:not(:first-child){display:grid;grid-template-columns:82px minmax(0,1fr);gap:4px 8px;margin:0 0 7px;align-items:baseline}.wizard-grid-step4 .summary-card>div:not(:first-child):first-letter{text-transform:uppercase}.wizard-grid-step4 .app-glass-card{overflow:visible}.executive-summary-report-grid{grid-template-columns:minmax(300px,.72fr) minmax(640px,1.55fr)!important;gap:18px!important;align-items:stretch!important}.executive-summary-editor-pane,.executive-summary-report-pane{min-width:0;height:calc(100vh - 275px);min-height:620px}.executive-summary-editor-pane{display:flex;flex-direction:column}.executive-summary-editor-pane>*:last-child{flex:1 1 auto;min-height:0}.executive-summary-editor-pane textarea,.executive-summary-editor-pane [contenteditable=true],.executive-summary-editor-pane .ProseMirror,.executive-summary-editor-pane .ql-editor,.executive-summary-editor-pane .rich-text-editor,.executive-summary-editor-pane .rich-text-editor-body{min-height:calc(100vh - 390px)!important;height:calc(100vh - 390px)!important;max-height:none!important}.executive-summary-report-frame-shell{height:calc(100vh - 305px)!important;min-height:620px!important}.executive-summary-report-frame{width:100%;height:100%;border:0;background:#fff}@media (max-width: 1280px){.wizard-grid-step4{grid-template-columns:minmax(0,1fr) 230px!important}.executive-summary-report-grid{grid-template-columns:minmax(280px,.75fr) minmax(520px,1.4fr)!important}}@media (max-width: 1080px){.wizard-grid-step4{grid-template-columns:1fr!important}.wizard-grid-step4 .wizard-summary{position:static;order:-1}.wizard-grid-step4 .summary-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px}.wizard-grid-step4 .summary-card h4{grid-column:1 / -1}.executive-summary-report-grid{grid-template-columns:1fr!important}.executive-summary-editor-pane,.executive-summary-report-pane,.executive-summary-report-frame-shell{height:auto!important;min-height:520px!important}}.wizard-grid.wizard-grid-step4{display:flex!important;flex-direction:column!important;grid-template-columns:none!important;gap:14px!important;width:100%!important;max-width:none!important}.wizard-grid.wizard-grid-step4>.wizard-summary{order:-1!important;width:100%!important;max-width:none!important;position:static!important;z-index:auto!important}.wizard-grid.wizard-grid-step4>.wizard-summary .summary-card{width:100%!important;max-width:none!important;padding:12px 16px!important;border-radius:18px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px 18px!important;font-size:.86rem!important;line-height:1.25!important}.wizard-grid.wizard-grid-step4>.wizard-summary .summary-card h4{grid-column:1 / -1!important;margin:0 0 4px!important;font-size:.95rem!important}.wizard-grid.wizard-grid-step4>.wizard-summary .summary-card>div{margin:0!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.wizard-grid.wizard-grid-step4>.app-glass-card{width:100%!important;max-width:none!important;overflow:visible!important}.wizard-grid.wizard-grid-step4 .executive-summary-report-grid{display:grid!important;grid-template-columns:minmax(300px,.62fr) minmax(720px,1.8fr)!important;gap:18px!important;align-items:start!important;width:100%!important}.wizard-grid.wizard-grid-step4 .executive-summary-editor-pane,.wizard-grid.wizard-grid-step4 .executive-summary-report-pane{height:auto!important;min-height:0!important}.wizard-grid.wizard-grid-step4 .executive-summary-report-frame-shell{height:calc(100vh - 330px)!important;min-height:560px!important;max-height:760px!important}.wizard-grid.wizard-grid-step4 .executive-summary-editor-pane{display:flex!important;flex-direction:column!important}.wizard-grid.wizard-grid-step4 .executive-summary-editor-pane>:not(.executive-summary-pane-title){flex:0 0 auto!important}.wizard-grid.wizard-grid-step4 .executive-summary-editor-pane textarea,.wizard-grid.wizard-grid-step4 .executive-summary-editor-pane [contenteditable=true],.wizard-grid.wizard-grid-step4 .executive-summary-editor-pane .ProseMirror,.wizard-grid.wizard-grid-step4 .executive-summary-editor-pane .ql-editor,.wizard-grid.wizard-grid-step4 .executive-summary-editor-pane .rich-text-editor,.wizard-grid.wizard-grid-step4 .executive-summary-editor-pane .rich-text-editor-body,.wizard-grid.wizard-grid-step4 .executive-summary-editor-pane .editor-content,.wizard-grid.wizard-grid-step4 .executive-summary-editor-pane .editor-body{height:calc(100vh - 330px)!important;min-height:560px!important;max-height:760px!important;box-sizing:border-box!important}.wizard-grid.wizard-grid-step4 .executive-summary-report-frame{width:100%!important;height:100%!important;border:0!important}@media (max-width: 1180px){.wizard-grid.wizard-grid-step4 .executive-summary-report-grid{grid-template-columns:1fr!important}.wizard-grid.wizard-grid-step4>.wizard-summary .summary-card{grid-template-columns:1fr!important}}.wizard-layout.wizard-layout-step4{display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:14px!important;width:100%!important;max-width:none!important;align-items:start!important}.wizard-layout.wizard-layout-step4 .wizard-summary{order:-1!important;grid-row:1!important;width:100%!important;max-width:none!important;position:static!important;z-index:auto!important}.wizard-layout.wizard-layout-step4 .summary-card{width:100%!important;max-width:none!important;padding:12px 16px!important;border-radius:18px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px 18px!important;font-size:.86rem!important;line-height:1.25!important}.wizard-layout.wizard-layout-step4 .summary-card h4{grid-column:1 / -1!important;margin:0 0 4px!important;font-size:.95rem!important}.wizard-layout.wizard-layout-step4 .summary-card>div{margin:0!important;min-width:0!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.wizard-layout.wizard-layout-step4 .wizard-main{grid-row:2!important;width:100%!important;max-width:none!important;overflow:visible!important}.wizard-layout.wizard-layout-step4 .executive-summary-report-grid{display:grid!important;grid-template-columns:minmax(300px,.58fr) minmax(760px,1.9fr)!important;gap:18px!important;align-items:start!important;width:100%!important}.wizard-layout.wizard-layout-step4 .executive-summary-editor-pane,.wizard-layout.wizard-layout-step4 .executive-summary-report-pane{min-width:0!important;height:auto!important;min-height:0!important}.wizard-layout.wizard-layout-step4 .executive-summary-report-frame-shell{height:calc(100vh - 330px)!important;min-height:560px!important;max-height:760px!important}.wizard-layout.wizard-layout-step4 .executive-summary-editor-pane{display:flex!important;flex-direction:column!important}.wizard-layout.wizard-layout-step4 .executive-summary-editor-pane>:not(.executive-summary-pane-title){flex:0 0 auto!important}.wizard-layout.wizard-layout-step4 .executive-summary-editor-pane textarea,.wizard-layout.wizard-layout-step4 .executive-summary-editor-pane [contenteditable=true],.wizard-layout.wizard-layout-step4 .executive-summary-editor-pane .ProseMirror,.wizard-layout.wizard-layout-step4 .executive-summary-editor-pane .ql-editor,.wizard-layout.wizard-layout-step4 .executive-summary-editor-pane .rich-text-editor,.wizard-layout.wizard-layout-step4 .executive-summary-editor-pane .rich-text-editor-body,.wizard-layout.wizard-layout-step4 .executive-summary-editor-pane .editor-content,.wizard-layout.wizard-layout-step4 .executive-summary-editor-pane .editor-body{height:calc(100vh - 330px)!important;min-height:560px!important;max-height:760px!important;box-sizing:border-box!important}.wizard-layout.wizard-layout-step4 .executive-summary-report-frame{width:100%!important;height:100%!important;border:0!important;background:#fff!important}@media (max-width: 1180px){.wizard-layout.wizard-layout-step4 .executive-summary-report-grid,.wizard-layout.wizard-layout-step4 .summary-card{grid-template-columns:1fr!important}}.wizard-layout.wizard-layout-step4 .executive-summary-report-frame-shell{overflow:hidden!important;background:#eef2f7!important}.wizard-layout.wizard-layout-step4 .executive-summary-report-frame{width:117.65%!important;height:117.65%!important;transform:scale(.85)!important;transform-origin:top left!important;border:0!important;background:#fff!important}.wizard-layout.wizard-layout-step4 .executive-summary-report-frame-shell{position:relative!important;overflow:hidden!important;background:#eef2f7!important}.wizard-layout.wizard-layout-step4 .executive-summary-report-frame{position:absolute!important;top:0!important;left:50%!important;width:117.65%!important;height:117.65%!important;transform:translate(-50%) scale(.85)!important;transform-origin:top center!important;border:0!important;background:#fff!important}body.preview-embedded-report-only{margin:0!important;overflow:auto!important;background:#eef2f7!important}body.preview-embedded-report-only .app-sidebar,body.preview-embedded-report-only .sidebar,body.preview-embedded-report-only .app-nav,body.preview-embedded-report-only .app-header,body.preview-embedded-report-only .app-topbar,body.preview-embedded-report-only .main-nav,body.preview-embedded-report-only nav,body.preview-embedded-report-only aside{display:none!important}body.preview-embedded-report-only .app-shell,body.preview-embedded-report-only .app-layout,body.preview-embedded-report-only .app-main,body.preview-embedded-report-only .main-content,body.preview-embedded-report-only #root{display:block!important;width:100%!important;max-width:none!important;margin:0!important;padding:0!important;min-height:100vh!important;background:#eef2f7!important}body.preview-embedded-report-only .app-page,body.preview-embedded-report-only .preview-page,body.preview-embedded-report-only .report-preview-page{width:100%!important;max-width:none!important;margin:0!important;padding:18px!important;background:#eef2f7!important}body.preview-embedded-report-only .app-page-header,body.preview-embedded-report-only .preview-toolbar,body.preview-embedded-report-only .report-preview-toolbar,body.preview-embedded-report-only .report-actions,body.preview-embedded-report-only .floating-scroll-top,body.preview-embedded-report-only .ebro-datos-progress{display:none!important}body.preview-embedded-report-only .report-preview-shell,body.preview-embedded-report-only .report-preview-container,body.preview-embedded-report-only .ebro-report,body.preview-embedded-report-only .ebro-classic-report,body.preview-embedded-report-only .ebro-modern-report{margin-left:auto!important;margin-right:auto!important}.territory-assets-selector,.territory-assets-summary{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.territory-assets-selector .field{width:min(460px,100%)}.territory-assets-summary{align-items:center;margin-bottom:22px}.territory-assets-summary h2{margin:4px 0 2px}.territory-assets-summary p{margin:0;color:var(--muted, #64748b)}.territory-assets-counter{display:flex;align-items:center;gap:10px;padding:12px 16px;border:1px solid rgba(148,163,184,.28);border-radius:14px;background:#ffffff8c}.territory-assets-counter strong{font-size:24px;line-height:1}.territory-assets-counter span{color:var(--muted, #64748b)}.territory-assets-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.territory-asset-card{display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid rgba(148,163,184,.25);border-radius:18px;background:#ffffff80}.territory-asset-card__header{display:flex;justify-content:space-between;gap:14px}.territory-asset-card__header h3{margin:0 0 5px}.territory-asset-card__header p{margin:0;color:var(--muted, #64748b);font-size:13px}.territory-asset-status{flex:0 0 auto;height:max-content;padding:5px 9px;border-radius:999px;background:#e5e7eb;color:#475569;font-size:12px;font-weight:700}.territory-asset-status.is-configured{background:#dcfce7;color:#166534}.territory-asset-meta{display:flex;justify-content:space-between;gap:12px;color:var(--muted, #64748b);font-size:12px}.territory-assets-alert{margin-bottom:16px;padding:12px 16px;border-radius:12px;font-weight:600}.territory-assets-alert.is-error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.territory-assets-alert.is-success{border:1px solid #bbf7d0;background:#f0fdf4;color:#166534}@media (max-width: 900px){.territory-assets-selector,.territory-assets-summary{align-items:stretch;flex-direction:column}.territory-assets-selector .field{width:100%}.territory-assets-grid{grid-template-columns:1fr}}.executive-summary-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:32px;margin-bottom:7px}.executive-summary-preview-toolbar .executive-summary-pane-title{margin:0}.executive-summary-open-preview{flex:0 0 auto;min-height:28px;padding:5px 9px;font-size:11px;line-height:1;white-space:nowrap}.wizard-step-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-top:18px;padding-top:14px;border-top:1px solid rgba(148,163,184,.22)}.wizard-step-actions .btn:first-child{margin-right:auto}@media (max-width: 760px){.executive-summary-preview-toolbar{align-items:flex-start;flex-direction:column}.wizard-step-actions{flex-wrap:wrap}}.files-status-page--simple{max-width:1180px;margin:0 auto}.files-simple-summary{display:grid;grid-template-columns:repeat(3,minmax(130px,180px)) 1fr;gap:14px;margin:18px 0}.files-simple-summary>div{display:flex;align-items:center;gap:10px;padding:14px 16px;border:1px solid rgba(148,163,184,.22);border-radius:14px;background:#ffffffad}.files-simple-summary strong{font-size:24px}.files-simple-summary span{color:#64748b;font-size:12px;font-weight:700}.files-simple-summary .is-loaded strong{color:#166534}.files-simple-summary .is-missing strong{color:#991b1b}.files-simple-period{justify-content:flex-end}.files-simple-period strong{font-size:18px;color:#0f172a}.files-simple-table-wrap{overflow:hidden;border:1px solid rgba(148,163,184,.24);border-radius:16px;background:#ffffffb8}.files-simple-table{width:100%;border-collapse:collapse}.files-simple-table th,.files-simple-table td{padding:13px 16px;border-bottom:1px solid rgba(148,163,184,.18);text-align:left}.files-simple-table th{background:#f1f5f9d1;color:#475569;font-size:11px;letter-spacing:.05em;text-transform:uppercase}.files-simple-table th:nth-child(2),.files-simple-table td:nth-child(2){width:160px}.files-simple-table th:last-child,.files-simple-table td:last-child{width:120px;text-align:right}.files-simple-table tbody tr:last-child td{border-bottom:0}.files-simple-table tbody tr:hover{background:#f8fafccc}.files-simple-status{display:inline-flex;align-items:center;gap:7px;padding:5px 9px;border-radius:999px;font-size:12px;font-weight:800}.files-simple-status i{width:7px;height:7px;border-radius:50%}.files-simple-status.is-loaded{background:#dcfce7;color:#166534}.files-simple-status.is-loaded i{background:#22c55e}.files-simple-status.is-missing{background:#fee2e2;color:#991b1b}.files-simple-status.is-missing i{background:#ef4444}.files-unexpected-source{display:block;margin-top:3px;color:#92400e;font-size:11px}.files-simple-loading{padding:36px;border:1px solid rgba(148,163,184,.22);border-radius:16px;background:#ffffffad;color:#64748b;text-align:center}.files-simple-note{margin-top:12px;color:#64748b;font-size:12px}@media (max-width: 760px){.files-simple-summary{grid-template-columns:1fr 1fr}.files-simple-period{justify-content:flex-start}.files-simple-table-wrap{overflow-x:auto}.files-simple-table{min-width:680px}}.dashboard-page .report-hero-card{position:relative;isolation:isolate;min-height:190px;overflow:hidden;color:#fff;background:linear-gradient(115deg,#0f172ab3,#0f172a3d)}.dashboard-page .report-hero-media{position:absolute;top:-12px;right:-12px;bottom:-12px;left:-12px;z-index:-3}.dashboard-page .report-hero-media img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:blur(4px) saturate(.88);transform:scale(1.06)}.dashboard-page .report-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:linear-gradient(90deg,#0f172aa8,#0f172a57 54%,#ffffff1f);backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px)}.dashboard-page .report-hero-content{position:relative;z-index:1;margin-top:auto;text-shadow:0 2px 14px rgba(15,23,42,.55)}.dashboard-page .report-hero-card .label{color:#ffffffd1}.dashboard-page .report-hero-card .value{color:#fff}.dashboard-report-row{position:relative;isolation:isolate;overflow:hidden}.dashboard-report-row .report-row-media{position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;z-index:-3}.dashboard-report-row .report-row-media img{width:100%;height:100%;object-fit:cover;filter:blur(5px) saturate(.72);transform:scale(1.04)}.dashboard-report-row .report-row-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-2;background:#ffffffd6;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.dashboard-report-row .report-row-content{position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:space-between;gap:18px}.main{background:transparent}.main:before{background:linear-gradient(90deg,#f6f8fbb3,#f6f8fb59 46%,#f6f8fb14),url(/gamerin-bg.png);background-size:cover;background-position:right top;background-repeat:no-repeat}.main>.card:has(.dashboard-page){background:#ffffff85}.dashboard-page .card,.dashboard-page .kpi,.dashboard-page .report-card,.dashboard-page .highlight-card{background:#ffffffad}.report-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.wizard-main .report-type-option{position:relative;display:flex;flex-direction:column;align-items:stretch;min-height:150px;margin:0;padding:18px;border:1px solid rgba(148,163,184,.28);border-radius:16px;background:#ffffffb3;color:#0f172a;text-align:left;box-shadow:0 12px 28px #0f172a0d;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease,background .15s ease}.wizard-main .report-type-option:not(:disabled):hover{transform:translateY(-2px);border-color:#164e636b;background:#ffffffe6;box-shadow:0 16px 34px #0f172a17}.wizard-main .report-type-option.is-selected{border-color:#164e63;background:linear-gradient(145deg,#164e631a,#ffffffeb);box-shadow:inset 0 0 0 1px #164e631f,0 16px 34px #0f172a17}.report-type-option__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.report-type-option__top strong{font-size:17px}.report-type-option__top small{padding:4px 7px;border-radius:999px;background:#e2e8f0;color:#64748b;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.report-type-option__description{margin-top:9px;color:#64748b;font-size:13px;line-height:1.45}.report-type-option__check{margin-top:auto;padding-top:18px;color:#164e63;font-size:12px;font-weight:800}.wizard-main .report-type-option.is-disabled{cursor:not-allowed;opacity:.58;background:#f1f5f9a8;box-shadow:none}@media (max-width:720px){.report-type-grid{grid-template-columns:1fr}}.period-selector-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.wizard-main .period-selector-card{display:flex;flex-direction:column;align-items:stretch;min-height:164px;margin:0;padding:18px;border:1px solid rgba(148,163,184,.28);border-radius:16px;background:linear-gradient(145deg,#164e630f,#ffffffe0);box-shadow:0 12px 28px #0f172a0d;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.wizard-main .period-selector-card:focus-within{transform:translateY(-2px);border-color:#164e63;box-shadow:inset 0 0 0 1px #164e631a,0 16px 34px #0f172a17}.period-selector-label{margin-bottom:12px;color:#0f172a;font-size:17px;font-weight:800}.wizard-main .period-selector-card input,.wizard-main .period-selector-card select{width:100%;max-width:none;height:54px;box-sizing:border-box;margin:0;padding:0 14px;border:1px solid rgba(148,163,184,.3);border-radius:13px;background:#ffffffe6;color:#0f172a;font-size:16px;font-weight:800;outline:none;box-shadow:inset 0 1px #fffc,0 4px 12px #0f172a0a}.wizard-main .period-selector-card input:focus,.wizard-main .period-selector-card select:focus{border-color:#164e63;box-shadow:0 0 0 4px #164e631a,inset 0 1px #ffffffd9}.period-selector-help{margin-top:auto;padding-top:12px;color:#64748b;font-size:12px;line-height:1.4}.period-selection-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-top:14px;padding:16px 18px;border:1px solid rgba(22,78,99,.2);border-radius:15px;background:linear-gradient(90deg,#164e631a,#ffffffc7)}.period-selection-summary span{color:#475569;font-size:13px;font-weight:700}.period-selection-summary strong{color:#164e63;font-size:21px;letter-spacing:.01em}@media (max-width:720px){.period-selector-grid{grid-template-columns:1fr}.period-selection-summary{align-items:flex-start;flex-direction:column;gap:5px}}.executive-summary-report-grid{position:relative}.executive-summary-preview-toggle{position:absolute;top:-38px;right:0;z-index:4;min-height:28px;padding:5px 10px;font-size:11px;line-height:1;white-space:nowrap}.executive-summary-report-grid.is-preview-hidden{grid-template-columns:minmax(0,1fr)}.executive-summary-report-grid.is-preview-hidden .executive-summary-editor-pane{width:100%;max-width:none}.executive-summary-report-grid.is-preview-hidden .executive-summary-report-pane{display:none}.executive-summary-report-grid.is-preview-hidden .executive-summary-editor-pane .rich-text-executive-summary-editor,.executive-summary-report-grid.is-preview-hidden .executive-summary-editor-pane textarea,.executive-summary-report-grid.is-preview-hidden .executive-summary-editor-pane [contenteditable=true]{width:100%;max-width:none;box-sizing:border-box}@media (max-width:760px){.executive-summary-preview-toggle{position:static;justify-self:flex-end;margin-bottom:10px;grid-row:1}.executive-summary-report-grid{padding-top:0}}.hierarchical-section-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.hierarchical-section-card{overflow:hidden;border:1px solid rgba(148,163,184,.16);border-radius:16px;background:#fff;box-shadow:0 8px 24px #0f172a0b;transition:border-color .18s ease,box-shadow .18s ease,opacity .18s ease}.hierarchical-section-card.is-expanded{border-color:#0e74aa47;box-shadow:0 14px 34px #0f172a13}.hierarchical-section-card.is-disabled{opacity:.68}.hierarchical-section-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:62px;padding:8px 12px 8px 8px}.hierarchical-section-expand{min-width:0;border:0;padding:6px 8px;background:transparent;cursor:pointer;display:flex;align-items:center;gap:10px;text-align:left}.hierarchical-section-chevron{flex:0 0 26px;width:26px;height:26px;border-radius:8px;display:grid;place-items:center;color:#0b5f99;background:#eff6ff;font-size:22px;font-weight:800;line-height:1}.hierarchical-section-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.hierarchical-section-copy strong{color:#111827;font-size:15px;line-height:1.25}.hierarchical-section-copy small{color:#64748b;font-size:12px;line-height:1.3}.hierarchical-section-copy em{margin-top:3px;color:#0b5f99;font-size:11px;font-style:normal;font-weight:700}.hierarchical-main-switch,.hierarchical-subsection-switch{flex:0 0 auto;border:0;cursor:pointer}.hierarchical-subsection-list{padding:4px 14px 14px 52px;border-top:1px solid #eef2f7;background:linear-gradient(180deg,#fbfdff,#f8fafc)}.hierarchical-subsection-row{min-height:46px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:8px 4px;border-bottom:1px solid #e9eef5}.hierarchical-subsection-row:last-child{border-bottom:0}.hierarchical-subsection-row.is-disabled{opacity:.55}.hierarchical-subsection-copy{display:flex;flex-direction:column;gap:2px}.hierarchical-subsection-copy strong{color:#1e293b;font-size:13px;font-weight:700}.hierarchical-subsection-copy small{color:#64748b;font-size:11px}.hierarchical-subsection-switch:disabled{cursor:not-allowed}.hierarchical-subsection-empty{padding:14px 4px 4px;color:#64748b;font-size:12px}@media (max-width:700px){.hierarchical-subsection-list{padding-left:20px}.hierarchical-section-header{gap:6px}}.v1-switch.is-enabled{background:linear-gradient(90deg,#0b5f99,#0b1324)}.v1-switch.is-enabled .v1-switch-thumb{transform:translate(20px)}.v1-switch:not(.is-enabled) .v1-switch-thumb{transform:translate(0)}.hierarchical-main-switch,.hierarchical-subsection-switch{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:3px;min-width:48px;width:48px;height:28px}.hierarchical-main-switch:focus-visible,.hierarchical-subsection-switch:focus-visible{outline:3px solid rgba(14,116,170,.22);outline-offset:3px}.hierarchical-main-switch:disabled,.hierarchical-subsection-switch:disabled{opacity:.55}.files-file-desc{display:block;font-size:.78rem;color:#6b7280;margin-top:2px}@page{size:A4;margin:20mm}body.print-report{font-family:Times New Roman,Georgia,serif;color:#0f172a}.report-cover{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh}.report-cover h1{font-size:36px;margin:0}.report-cover .meta{margin-top:12px;color:#64748b}.section{page-break-inside:avoid;margin:24px 0}.section h2{font-size:20px;margin-bottom:8px}.kpi{display:flex;gap:12px}.kpi .item{background:#f1f5f9;padding:12px;border-radius:8px;min-width:140px}.table{width:100%;border-collapse:collapse}.table th,.table td{border:1px solid #e2e8f0;padding:8px}.header{position:fixed;top:0;left:0;right:0;height:40mm;display:none}.footer{position:fixed;bottom:0;left:0;right:0;height:20mm;display:none}@media print{.header,.footer{display:block}.no-print{display:none}}.kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}.kpi-card{background:#fff;padding:12px;border-radius:8px;box-shadow:0 1px #00000008}.kpi-value{font-size:18px;font-weight:700}.kpi-label{font-size:12px;color:#64748b}.chart-block{background:#fff;padding:12px;border-radius:8px;margin-top:12px}.chart-title{font-weight:700;margin-bottom:8px}.mock-data-note{margin-top:8px;font-size:12px;color:#64748b}.map-placeholder{background:#fff;padding:12px;border-radius:8px;margin-top:12px}@media print{.btn,.preview-toolbar{display:none}}.print-report{max-width:820px;margin:24px auto;box-shadow:none}.report-cover{padding:36px;border-radius:8px}.preview-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.ebro-population-page{height:1320px!important;min-height:1320px!important;padding:0!important;overflow:visible!important}.population-section{height:100%;box-sizing:border-box;color:#202124;background:#fff;padding:38px 42px 170px;font-family:Georgia,Times New Roman,serif;position:relative;display:flex;flex-direction:column;overflow:hidden}.population-section>header{position:relative;margin-bottom:30px;flex:0 0 auto}.population-section>header h2{color:#ad202b;font-size:29px;line-height:1;margin:0 0 13px}.population-section>header p{color:#777;font-size:18px;margin:0}.population-section>header span{position:absolute;right:0;bottom:2px;color:#777;font:10px Arial,sans-serif}.population-table{border-collapse:collapse;width:100%;margin:0 0 31px;font:9px Arial,sans-serif;flex:0 0 auto}.population-table th{background:#bfc0c3;color:#151515;text-transform:uppercase;font-size:8px;padding:5px 8px;text-align:right;white-space:nowrap}.population-table th:first-child,.population-table td:first-child{text-align:left}.population-table td{padding:5px 8px;text-align:right}.population-table tbody tr:nth-child(2n),.population-table tbody tr:last-child{background:#ededee}.population-chart{margin:0 0 21px;flex:1 1 0;min-height:0;display:flex;flex-direction:column}.population-chart figcaption{text-align:center;font-weight:700;font-size:10px;margin:0 0 7px;flex:0 0 auto}.population-chart-frame{min-height:0;flex:1 1 auto}.population-source{display:block;font:7px Arial,sans-serif;margin-top:-9px;flex:0 0 auto}.population-unavailable{min-height:42px;border:1px dashed #c8cbd0;background:#f7f7f8;color:#777;display:grid;place-items:center;padding:8px;font:9px Arial,sans-serif;text-align:center}.population-section>.ebro-footer{left:42px;right:42px;bottom:26px}.population-section--modern{font-family:Inter,Arial,sans-serif;padding:38px 42px 170px;background:linear-gradient(145deg,#f8fafc,#eef3f6);gap:0}.population-section--modern>header{border-left:5px solid var(--ebro-red,#b11226);padding:2px 0 2px 15px;margin-bottom:15px}.population-section--modern>header h2{font-size:27px;margin-bottom:8px}.population-section--modern>header p{color:#1f2f3d;font-size:13px;text-transform:uppercase;letter-spacing:.13em}.population-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:0 0 15px;flex:0 0 auto}.population-kpis article{background:#fff;border:1px solid #e0e6ea;border-radius:9px;padding:10px 11px;box-shadow:0 5px 16px #2030400d}.population-kpis strong,.population-kpis span{display:block}.population-kpis strong{font-size:16px;color:var(--ebro-red,#b11226)}.population-kpis span{font-size:7px;color:#65717b;margin-top:4px;text-transform:uppercase;letter-spacing:.04em}.population-section--modern .population-table{border-radius:8px;overflow:hidden;margin-bottom:15px;box-shadow:0 4px 14px #2030400a}.population-section--modern .population-table th{background:#243746;color:#fff}.population-section--modern .population-table td{background:#fff;border-bottom:1px solid #edf0f2}.population-section--modern .population-chart{background:#fff;border:1px solid #e1e7eb;border-radius:10px;padding:11px 13px;margin-bottom:11px;box-shadow:0 5px 18px #2030400b}.population-section--modern .population-chart figcaption{text-align:left;color:#243746;font-size:9px}.v1-subsection-row{margin-left:24px;width:calc(100% - 24px)!important}@media print{.ebro-population-page{height:279mm!important;min-height:279mm!important;break-after:page;overflow:visible!important}.population-section,.population-chart{break-inside:avoid}}.ebro-households-page{height:1320px!important;min-height:1320px!important;padding:0!important;overflow:visible!important}.households-section{height:100%;box-sizing:border-box;padding:34px 42px 165px;background:#fff;color:#202124;font-family:Georgia,Times New Roman,serif;position:relative;display:flex;flex-direction:column;overflow:hidden}.households-section>header{position:relative;margin-bottom:13px;flex:0 0 auto}.households-section>header h2{margin:0 0 12px;color:#ad202b;font-size:29px;line-height:1}.households-section>header p{margin:0;color:#777;font-size:18px}.households-section>header>span{position:absolute;right:0;bottom:2px;color:#777;font:10px Arial,sans-serif}.households-table{width:100%;border-collapse:collapse;font:8px Arial,sans-serif;flex:0 0 auto}.households-table th{padding:5px 8px;background:#bfc0c3;color:#151515;text-align:right;text-transform:uppercase;white-space:nowrap}.households-table th:first-child,.households-table td:first-child{text-align:left}.households-table td{padding:5px 8px;text-align:right;border-bottom:1px solid #eee}.households-summary-table{margin-bottom:24px}.households-table-band{padding:5px 8px;background:#bfc0c3;text-align:right;font:700 8px Arial,sans-serif}.households-territorial-table{margin:10px 0 11px;flex:0 0 auto}.households-territorial-table .households-table th{background:#f0f0f0;text-transform:none}.households-chart{margin:0;min-height:0;display:flex;flex:1 1 0;flex-direction:column}.households-chart figcaption{margin:0 0 6px;text-align:center;font-size:10px;font-weight:700}.households-chart-frame{min-height:0;flex:1 1 auto}.households-source{display:block;margin:2px 0 5px;font:7px Arial,sans-serif;color:#777}.households-unavailable{min-height:36px;padding:7px;border:1px dashed #c8cbd0;background:#f7f7f8;color:#777;display:grid;place-items:center;text-align:center;font:8px Arial,sans-serif}.households-section>.ebro-footer{left:42px;right:42px;bottom:26px}.households-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:0 0 12px;flex:0 0 auto}.households-kpis article{padding:9px 11px;background:#fff;border:1px solid #e0e6ea;border-radius:9px;box-shadow:0 5px 16px #2030400d}.households-kpis strong,.households-kpis span{display:block}.households-kpis strong{color:var(--ebro-red,#b11226);font-size:15px}.households-kpis span{margin-top:3px;color:#65717b;font-size:7px;text-transform:uppercase}.households-section--modern{padding:34px 42px 165px;background:linear-gradient(145deg,#f8fafc,#eef3f6);font-family:Inter,Arial,sans-serif}.households-section--modern>header{margin-bottom:12px;padding:2px 0 2px 15px;border-left:5px solid var(--ebro-red,#b11226)}.households-section--modern>header h2{font-size:27px;margin-bottom:7px}.households-section--modern>header p{color:#1f2f3d;font-size:13px;letter-spacing:.13em;text-transform:uppercase}.households-section--modern .households-summary-table,.households-section--modern .households-territorial-table,.households-section--modern .households-chart{background:#fff;border:1px solid #e1e7eb;border-radius:9px;box-shadow:0 5px 18px #2030400b;overflow:hidden}.households-section--modern .households-summary-table{margin-bottom:10px}.households-section--modern .households-chart{padding:9px 11px}.households-section--modern .households-chart figcaption{text-align:left;color:#243746}.households-section--modern .households-table th,.households-section--modern .households-table-band{background:#243746;color:#fff}@media print{.ebro-households-page{height:279mm!important;min-height:279mm!important;break-after:page;overflow:visible!important}.households-section,.households-chart{break-inside:avoid}}.ebro-household-profile-page{height:1320px!important;min-height:1320px!important;padding:0!important;overflow:visible!important}.household-profile-section{position:relative;box-sizing:border-box;display:flex;flex-direction:column;width:100%;height:100%;padding:38px 42px 165px;overflow:hidden;background:#fff;color:#202124;font-family:Georgia,Times New Roman,serif}.household-profile-section>header{display:flex;flex:0 0 auto;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:16px}.household-profile-section>header h2{margin:0 0 12px;color:#ad202b;font-size:29px;line-height:1}.household-profile-section>header p{margin:0;color:#777;font-size:18px}.household-profile-section>header>span{color:#777;font:10px Arial,sans-serif;text-align:right}.household-profile-intro{flex:0 0 auto;max-width:760px;margin:0 0 24px;color:#5d6269;font:10px/1.5 Arial,sans-serif}.household-profile-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));flex:1 1 auto;gap:18px 14px;min-height:0}.household-profile-card{grid-column:span 2;min-width:0;min-height:0;padding:13px 12px 10px;overflow:hidden;border:1px solid #e2e4e7;background:#fff}.household-profile-card--4{grid-column:2 / span 2}.household-profile-card--5{grid-column:4 / span 2}.household-profile-card .ebro-donut-block{display:flex;flex-direction:column;height:calc(100% - 25px);padding:0}.household-profile-card .ebro-chart-title{min-height:29px;margin:0 0 8px;color:#30343a;font:700 12px/1.25 Arial,sans-serif;text-align:center}.household-profile-card .ebro-donut-content{display:flex;flex:1 1 auto;flex-direction:column;gap:7px;min-height:0}.household-profile-card .ebro-donut-chart{width:100%;min-width:0;height:126px}.household-profile-card .ebro-donut-legend{display:flex;flex-direction:column;gap:4px;width:100%}.household-profile-card .ebro-donut-legend-item{display:grid;grid-template-columns:8px minmax(0,1fr) auto;align-items:center;gap:5px;min-width:0}.household-profile-card .ebro-donut-legend-swatch{width:7px;height:7px;border-radius:50%}.household-profile-card .ebro-donut-legend-label,.household-profile-card .ebro-donut-legend-value{font:8px/1.2 Arial,sans-serif}.household-profile-card .ebro-donut-legend-label{overflow:hidden;color:#4d535a;text-overflow:ellipsis;white-space:nowrap}.household-profile-card .ebro-donut-legend-value{color:#24282d;font-weight:700}.household-profile-card-meta{display:flex;justify-content:space-between;gap:8px;margin-top:7px;padding-top:6px;border-top:1px solid #eceef0;color:#777;font:7px Arial,sans-serif}.household-profile-source{flex:0 0 auto;margin-top:12px;color:#777;font:7px Arial,sans-serif}.household-profile-section>.ebro-footer{right:42px;bottom:26px;left:42px}.household-profile-section--modern{background:linear-gradient(145deg,#f8fafc,#eef3f6);font-family:Inter,Arial,sans-serif}.household-profile-section--modern>header{align-items:center;padding:2px 0 2px 15px;border-left:5px solid var(--ebro-red,#b11226)}.household-profile-section--modern>header h2{margin-bottom:8px;font-size:27px}.household-profile-section--modern>header p{color:#1f2f3d;font-size:13px;letter-spacing:.13em;text-transform:uppercase}.household-profile-section--modern .household-profile-card{border:1px solid #e1e7eb;border-radius:10px;box-shadow:0 5px 18px #2030400b}.household-profile-section--modern .household-profile-card .ebro-chart-title{color:#243746;text-align:left}@media print{.ebro-household-profile-page{height:279mm!important;min-height:279mm!important;overflow:visible!important;break-after:page}.household-profile-section,.household-profile-card{break-inside:avoid}}.ebro-gdp-page{height:1320px!important;min-height:1320px!important;padding:0!important;overflow:visible!important}.gdp-section{height:100%;box-sizing:border-box;padding:34px 42px 165px;background:#fff;color:#202124;font-family:Georgia,Times New Roman,serif;position:relative;display:flex;flex-direction:column;overflow:hidden}.gdp-section>header{position:relative;margin-bottom:13px;flex:0 0 auto}.gdp-section>header h2{margin:0 0 12px;color:#ad202b;font-size:29px;line-height:1}.gdp-section>header p{margin:0;color:#777;font-size:18px}.gdp-section>header>span{position:absolute;right:0;bottom:2px;color:#777;font:10px Arial,sans-serif}.gdp-table{width:100%;border-collapse:collapse;font:8px Arial,sans-serif;flex:0 0 auto;margin-bottom:16px}.gdp-table th{padding:5px 8px;background:#bfc0c3;color:#151515;text-align:right;text-transform:uppercase;white-space:nowrap}.gdp-table th:first-child,.gdp-table td:first-child{text-align:left}.gdp-table td{padding:5px 8px;text-align:right;border-bottom:1px solid #eee}.gdp-charts{display:flex;flex:1 1 auto;gap:14px;min-height:0}.gdp-chart{margin:0;min-height:0;display:flex;flex:1 1 0;flex-direction:column}.gdp-chart figcaption{margin:0 0 6px;text-align:center;font-size:10px;font-weight:700}.gdp-chart-frame{min-height:0;flex:1 1 auto}.gdp-source{display:block;margin:2px 0 5px;font:7px Arial,sans-serif;color:#777}.gdp-unavailable{min-height:36px;padding:7px;border:1px dashed #c8cbd0;background:#f7f7f8;color:#777;display:grid;place-items:center;text-align:center;font:8px Arial,sans-serif}.gdp-section>.ebro-footer{left:42px;right:42px;bottom:26px}.gdp-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:0 0 12px;flex:0 0 auto}.gdp-kpis article{padding:9px 11px;background:#fff;border:1px solid #e0e6ea;border-radius:9px;box-shadow:0 5px 16px #2030400d}.gdp-kpis strong,.gdp-kpis span{display:block}.gdp-kpis strong{color:var(--ebro-red,#b11226);font-size:15px}.gdp-kpis span{margin-top:3px;color:#65717b;font-size:7px;text-transform:uppercase}.gdp-section--modern{padding:34px 42px 165px;background:linear-gradient(145deg,#f8fafc,#eef3f6);font-family:Inter,Arial,sans-serif}.gdp-section--modern>header{margin-bottom:12px;padding:2px 0 2px 15px;border-left:5px solid var(--ebro-red,#b11226)}.gdp-section--modern>header h2{font-size:27px;margin-bottom:7px}.gdp-section--modern>header p{color:#1f2f3d;font-size:13px;letter-spacing:.13em;text-transform:uppercase}.gdp-section--modern .gdp-table,.gdp-section--modern .gdp-chart{background:#fff;border:1px solid #e1e7eb;border-radius:9px;box-shadow:0 5px 18px #2030400b;overflow:hidden}.gdp-section--modern .gdp-chart{padding:9px 11px}.gdp-section--modern .gdp-chart figcaption{text-align:left;color:#243746}.gdp-section--modern .gdp-table th{background:#243746;color:#fff}@media print{.ebro-gdp-page{height:279mm!important;min-height:279mm!important;break-after:page;overflow:visible!important}.gdp-section,.gdp-chart{break-inside:avoid}}.ebro-employment-page{height:1320px!important;min-height:1320px!important;padding:0!important;overflow:visible!important}.employment-section{height:100%;box-sizing:border-box;padding:34px 42px 165px;background:#fff;color:#202124;font-family:Georgia,Times New Roman,serif;position:relative;display:flex;flex-direction:column;overflow:hidden}.employment-section>header{position:relative;margin-bottom:13px;flex:0 0 auto}.employment-section>header h2{margin:0 0 12px;color:#ad202b;font-size:29px;line-height:1}.employment-section>header p{margin:0;color:#777;font-size:18px}.employment-section>header>span{position:absolute;right:0;bottom:2px;color:#777;font:10px Arial,sans-serif}.employment-table{width:100%;border-collapse:collapse;font:8px Arial,sans-serif;flex:0 0 auto;margin-bottom:8px}.employment-table th{padding:5px 8px;background:#bfc0c3;color:#151515;text-align:right;text-transform:uppercase;white-space:nowrap}.employment-table th:first-child,.employment-table td:first-child{text-align:left}.employment-table td{padding:5px 8px;text-align:right;border-bottom:1px solid #eee}.employment-table tr.employment-row--ccaa{background:#bfc0c3;font-weight:700}.employment-table tr.employment-row--ccaa td{border-bottom:none}.employment-chart{margin:0;min-height:0;display:flex;flex:1 1 0;flex-direction:column}.employment-chart figcaption{margin:2px 0 6px;text-align:center;font-size:10px;font-weight:700}.employment-chart-frame{min-height:0;flex:1 1 auto}.employment-source{display:block;margin:2px 0 5px;font:7px Arial,sans-serif;color:#777}.employment-unavailable{min-height:36px;padding:7px;border:1px dashed #c8cbd0;background:#f7f7f8;color:#777;display:grid;place-items:center;text-align:center;font:8px Arial,sans-serif}.employment-section>.ebro-footer{left:42px;right:42px;bottom:26px}.employment-kpis{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:0 0 12px;flex:0 0 auto}.employment-kpis article{padding:9px 11px;background:#fff;border:1px solid #e0e6ea;border-radius:9px;box-shadow:0 5px 16px #2030400d}.employment-kpis strong,.employment-kpis span{display:block}.employment-kpis strong{color:var(--ebro-red,#b11226);font-size:15px}.employment-kpis span{margin-top:3px;color:#65717b;font-size:7px;text-transform:uppercase}.employment-section--modern{padding:34px 42px 165px;background:linear-gradient(145deg,#f8fafc,#eef3f6);font-family:Inter,Arial,sans-serif}.employment-section--modern>header{margin-bottom:12px;padding:2px 0 2px 15px;border-left:5px solid var(--ebro-red,#b11226)}.employment-section--modern>header h2{font-size:27px;margin-bottom:7px}.employment-section--modern>header p{color:#1f2f3d;font-size:13px;letter-spacing:.13em;text-transform:uppercase}.employment-section--modern .employment-table,.employment-section--modern .employment-chart{background:#fff;border:1px solid #e1e7eb;border-radius:9px;box-shadow:0 5px 18px #2030400b;overflow:hidden}.employment-section--modern .employment-table{margin-bottom:10px}.employment-section--modern .employment-chart{padding:9px 11px}.employment-section--modern .employment-chart figcaption{text-align:left;color:#243746}.employment-section--modern .employment-table th{background:#243746;color:#fff}.employment-section--modern .employment-table tr.employment-row--ccaa{background:#e8edf1;color:#1f2f3d}@media print{.ebro-employment-page{height:279mm!important;min-height:279mm!important;break-after:page;overflow:visible!important}.employment-section,.employment-chart{break-inside:avoid}}.ebro-inflation-interest-page{height:1320px!important;min-height:1320px!important;padding:0!important;overflow:visible!important}.inflation-interest-section{height:100%;box-sizing:border-box;padding:34px 42px 165px;background:#fff;color:#202124;font-family:Georgia,Times New Roman,serif;position:relative;display:flex;flex-direction:column;overflow:hidden}.inflation-interest-section>header{position:relative;margin-bottom:13px;flex:0 0 auto}.inflation-interest-section>header h2{margin:0 0 12px;color:#ad202b;font-size:29px;line-height:1}.inflation-interest-section>header p{margin:0;color:#777;font-size:18px}.inflation-interest-section>header>span{position:absolute;right:0;bottom:2px;color:#777;font:10px Arial,sans-serif}.inflation-interest-table{width:100%;border-collapse:collapse;font:8px Arial,sans-serif;flex:0 0 auto;margin-bottom:8px}.inflation-interest-table th{padding:5px 8px;background:#bfc0c3;color:#151515;text-align:right;text-transform:uppercase;white-space:nowrap}.inflation-interest-table th:first-child,.inflation-interest-table td:first-child{text-align:left}.inflation-interest-table td{padding:5px 8px;text-align:right;border-bottom:1px solid #eee}.inflation-interest-chart{margin:0;min-height:0;display:flex;flex:1 1 0;flex-direction:column}.inflation-interest-chart figcaption{margin:2px 0 6px;text-align:center;font-size:10px;font-weight:700}.inflation-interest-chart-frame{min-height:0;flex:1 1 auto}.inflation-interest-source{display:block;margin:2px 0 5px;font:7px Arial,sans-serif;color:#777}.inflation-interest-unavailable{min-height:36px;padding:7px;border:1px dashed #c8cbd0;background:#f7f7f8;color:#777;display:grid;place-items:center;text-align:center;font:8px Arial,sans-serif}.inflation-interest-section>.ebro-footer{left:42px;right:42px;bottom:26px}.inflation-interest-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:0 0 12px;flex:0 0 auto}.inflation-interest-kpis article{padding:9px 11px;background:#fff;border:1px solid #e0e6ea;border-radius:9px;box-shadow:0 5px 16px #2030400d}.inflation-interest-kpis strong,.inflation-interest-kpis span{display:block}.inflation-interest-kpis strong{color:var(--ebro-red,#b11226);font-size:15px}.inflation-interest-kpis span{margin-top:3px;color:#65717b;font-size:7px;text-transform:uppercase}.inflation-interest-section--modern{padding:34px 42px 165px;background:linear-gradient(145deg,#f8fafc,#eef3f6);font-family:Inter,Arial,sans-serif}.inflation-interest-section--modern>header{margin-bottom:12px;padding:2px 0 2px 15px;border-left:5px solid var(--ebro-red,#b11226)}.inflation-interest-section--modern>header h2{font-size:27px;margin-bottom:7px}.inflation-interest-section--modern>header p{color:#1f2f3d;font-size:13px;letter-spacing:.13em;text-transform:uppercase}.inflation-interest-section--modern .inflation-interest-table,.inflation-interest-section--modern .inflation-interest-chart{background:#fff;border:1px solid #e1e7eb;border-radius:9px;box-shadow:0 5px 18px #2030400b;overflow:hidden}.inflation-interest-section--modern .inflation-interest-table{margin-bottom:10px}.inflation-interest-section--modern .inflation-interest-chart{padding:9px 11px}.inflation-interest-section--modern .inflation-interest-chart figcaption{text-align:left;color:#243746}.inflation-interest-section--modern .inflation-interest-table th{background:#243746;color:#fff}@media print{.ebro-inflation-interest-page{height:279mm!important;min-height:279mm!important;break-after:page;overflow:visible!important}.inflation-interest-section,.inflation-interest-chart{break-inside:avoid}}.ebro-profitability-page{height:1320px!important;min-height:1320px!important;padding:0!important;overflow:visible!important}.profitability-section{height:100%;box-sizing:border-box;padding:34px 42px 165px;background:#fff;color:#202124;font-family:Georgia,Times New Roman,serif;position:relative;display:flex;flex-direction:column;overflow:hidden}.profitability-section>header{position:relative;margin-bottom:13px;flex:0 0 auto}.profitability-section>header h2{margin:0 0 12px;color:#ad202b;font-size:29px;line-height:1}.profitability-section>header p{margin:0;color:#777;font-size:18px}.profitability-section>header>span{position:absolute;right:0;bottom:2px;color:#777;font:10px Arial,sans-serif}.profitability-table{width:100%;border-collapse:collapse;font:8px Arial,sans-serif;flex:0 0 auto;margin-bottom:8px}.profitability-table th{padding:5px 8px;background:#bfc0c3;color:#151515;text-align:right;text-transform:uppercase;white-space:nowrap}.profitability-table th:first-child,.profitability-table td:first-child{text-align:left}.profitability-table td{padding:5px 8px;text-align:right;border-bottom:1px solid #eee}.profitability-chart{margin:0;min-height:0;display:flex;flex:1 1 0;flex-direction:column}.profitability-chart figcaption{margin:2px 0 6px;text-align:center;font-size:10px;font-weight:700}.profitability-chart-frame{min-height:0;flex:1 1 auto}.profitability-source{display:block;margin:2px 0 5px;font:7px Arial,sans-serif;color:#777}.profitability-unavailable{min-height:36px;padding:7px;border:1px dashed #c8cbd0;background:#f7f7f8;color:#777;display:grid;place-items:center;text-align:center;font:8px Arial,sans-serif}.profitability-section>.ebro-footer{left:42px;right:42px;bottom:26px}.profitability-kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:0 0 12px;flex:0 0 auto}.profitability-kpis article{padding:9px 11px;background:#fff;border:1px solid #e0e6ea;border-radius:9px;box-shadow:0 5px 16px #2030400d}.profitability-kpis strong,.profitability-kpis span{display:block}.profitability-kpis strong{color:var(--ebro-red,#b11226);font-size:15px}.profitability-kpis span{margin-top:3px;color:#65717b;font-size:7px;text-transform:uppercase}.profitability-section--modern{padding:34px 42px 165px;background:linear-gradient(145deg,#f8fafc,#eef3f6);font-family:Inter,Arial,sans-serif}.profitability-section--modern>header{margin-bottom:12px;padding:2px 0 2px 15px;border-left:5px solid var(--ebro-red,#b11226)}.profitability-section--modern>header h2{font-size:27px;margin-bottom:7px}.profitability-section--modern>header p{color:#1f2f3d;font-size:13px;letter-spacing:.13em;text-transform:uppercase}.profitability-section--modern .profitability-table,.profitability-section--modern .profitability-chart{background:#fff;border:1px solid #e1e7eb;border-radius:9px;box-shadow:0 5px 18px #2030400b;overflow:hidden}.profitability-section--modern .profitability-table{margin-bottom:10px}.profitability-section--modern .profitability-chart{padding:9px 11px}.profitability-section--modern .profitability-chart figcaption{text-align:left;color:#243746}.profitability-section--modern .profitability-table th{background:#243746;color:#fff}@media print{.ebro-profitability-page{height:279mm!important;min-height:279mm!important;break-after:page;overflow:visible!important}.profitability-section,.profitability-chart{break-inside:avoid}}.ebro-report{position:relative;display:flex;flex-direction:column;gap:18px;color:var(--ebro-ink, #111827);font-family:Georgia,Times New Roman,serif}.ebro-source-badge{position:sticky;top:10px;z-index:40;align-self:flex-end;margin-right:12px;padding:5px 9px;border-radius:999px;background:#fff;color:var(--ebro-blue, #06435a);border:1px solid rgba(6,67,90,.16);font:800 10px/1.1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.08em;box-shadow:0 8px 18px #0f172a14}.ebro-page{width:min(980px,100%);min-height:1320px;margin:0 auto;padding:48px 58px;background:#fff;border:1px solid rgba(17,24,39,.08);box-shadow:0 20px 46px #0f172a1a;position:relative;overflow:hidden}.ebro-asset-slot{position:relative}.ebro-asset-slot img{width:100%;height:100%;object-fit:contain}.ebro-classic-cover{display:flex;flex-direction:column;gap:18px}.ebro-classic-cover-top{display:flex;justify-content:space-between;align-items:flex-start;min-height:78px}.ebro-classic-cover-header-image{height:78px;overflow:hidden}.ebro-classic-logo{display:flex;align-items:center;gap:12px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-classic-logo strong{display:block;font-size:14px;line-height:1.05}.ebro-classic-logo span{display:block;margin-top:4px;color:#005b8f;font-size:13px;font-weight:800}.ebro-classic-logo-symbol{display:grid;place-items:center;width:58px;height:58px;color:#005b8f;border:2px solid #005b8f;font-size:30px;font-weight:900}.ebro-classic-logo--reg{text-align:right;align-items:flex-end;color:#8b8f97}.ebro-classic-logo--reg strong{color:#8b8f97;font-size:24px}.ebro-classic-logo--reg:after{content:"R";display:grid;place-items:center;width:45px;height:45px;margin-left:8px;border-radius:8px;background:var(--ebro-red, #b11226);color:#fff;font:900 28px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-classic-cover-title{display:grid;place-items:center;min-height:204px;padding:20px 28px;background:#ce0e35;color:#fff;text-align:center;font:900 44px/1.18 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.01em;text-transform:uppercase}.ebro-classic-cover-title span{display:block}.ebro-classic-cover-hero{position:relative;height:640px;background:#9da8b2;overflow:hidden}.ebro-classic-cover-hero>img{object-fit:cover}.ebro-classic-cover-period{position:absolute;left:54px;top:38px;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-classic-cover-period strong{display:block;font-size:34px;line-height:1;font-weight:900}.ebro-classic-cover-period span{display:block;margin-top:18px;font-size:52px;line-height:1;font-weight:900}.ebro-building-graphic{position:absolute;top:0;right:0;bottom:0;left:0}.ebro-arrow-line{position:absolute;left:-40px;top:395px;width:720px;height:24px;background:#fff;transform:rotate(-21deg);transform-origin:left center}.ebro-arrow-head{position:absolute;right:24px;top:58px;width:0;height:0;border-left:60px solid #fff;border-top:38px solid transparent;border-bottom:38px solid transparent;transform:rotate(-21deg)}.ebro-building{position:absolute;background:#fff}.ebro-building--back{right:104px;bottom:148px;width:260px;height:220px;clip-path:polygon(0 28%,72% 0,100% 20%,100% 100%,0 100%)}.ebro-building--front{right:40px;bottom:-28px;width:198px;height:368px;clip-path:polygon(0 0,100% 20%,100% 100%,0 100%)}.ebro-building--front i{position:relative;display:inline-block;width:34px;height:34px;margin:38px 16px 0 24px;background:#9da8b2}.ebro-sponsors{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;align-items:center;min-height:72px;padding-top:12px}.ebro-sponsor{display:grid;place-items:center;height:54px;color:#111827;font:900 20px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}.ebro-sponsor img{max-width:100%;max-height:52px;object-fit:contain}.ebro-classic-index-page{padding:70px 76px}.ebro-classic-index-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 46px}.ebro-classic-index-section{position:relative;min-height:150px}.ebro-classic-index-section h3{margin:0 0 10px;color:var(--ebro-red, #b11226);font-size:18px;line-height:1.2}.ebro-classic-index-section ul{margin:0;padding:0;list-style:none;color:#111827;font:600 14px/1.45 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-classic-index-section span{position:absolute;right:0;bottom:0;color:var(--ebro-red, #b11226);font:900 30px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-classic-divider{display:grid;place-items:center;background:#b3162a;color:#fff}.ebro-classic-divider>div{width:58%;transform:translate(-8%)}.ebro-classic-divider h2{margin:0 0 24px;color:#fff;font-size:31px;line-height:1.15;font-weight:900}.ebro-classic-divider ul{margin:0;padding:0;list-style:none}.ebro-classic-divider li{margin:8px 0;color:#fff;font:500 19px/1.25 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-classic-content{padding:66px 70px 92px}.ebro-running{display:flex;justify-content:space-between;margin-bottom:48px;color:#2f3540;font-size:11px;font-weight:700}.ebro-content-header{margin-bottom:22px}.ebro-content-header h2{margin:0;color:var(--ebro-red, #b11226);font-size:31px;line-height:1.05;font-weight:900}.ebro-content-header p{margin:12px 0 0;color:#737373;font-size:21px;line-height:1.25}.ebro-classic-summary-columns{column-count:2;column-gap:42px;color:#111827;font-size:13px;line-height:1.42;font-weight:700}.ebro-classic-summary-columns p{margin:0 0 11px;break-inside:avoid;text-align:justify}.ebro-table{width:100%;border-collapse:collapse;margin-bottom:20px;font:600 12px/1.3 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-table th{background:#c7c9ce;color:#111827;padding:8px 10px;text-align:left;border:1px solid #c0c3c8;font-weight:900;text-transform:uppercase;font-size:10px}.ebro-table td{padding:9px 10px;border:1px solid #e2e4e8}.ebro-table tr:nth-child(2n) td{background:#f1f1f1}.ebro-chart{padding:8px 10px;background:#fff}.ebro-chart h4{margin:0 0 10px;text-align:center;color:#111827;font-size:14px;font-weight:900}.ebro-chart svg{width:100%;height:250px}.ebro-chart line{stroke:#c7c9ce;stroke-width:2}.ebro-chart polyline{fill:none;stroke:#1397b7;stroke-width:4}.ebro-chart circle{fill:#1397b7}.ebro-chart-caption{margin-top:8px;color:#374151;font-size:10px;font-weight:700}.ebro-chart--placeholder{min-height:220px;border:1px dashed #b7c6d5;background:#f8fafc}.ebro-placeholder-bars{display:flex;align-items:flex-end;justify-content:center;gap:7px;height:145px;padding:18px 12px 0;border-bottom:2px solid #c7c9ce}.ebro-placeholder-bars span{width:22px;background:#b8bbc2}.ebro-placeholder-bars span:nth-child(3n){background:#2437a6}.ebro-placeholder-bars span:nth-child(5n){background:#bd1830}.ebro-classic-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:22px}.ebro-footer{position:absolute;left:70px;right:70px;bottom:30px;display:grid;grid-template-columns:1fr 1fr 38px;align-items:center;gap:20px}.ebro-footer-image{grid-column:1 / 3;max-width:100%;max-height:52px;object-fit:contain}.ebro-footer-logo{display:grid;place-items:center;min-height:42px;color:#8b8f97;font:900 13px/1.1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-align:center}.ebro-footer-logo--uni{color:#005b8f}.ebro-footer-logo--reg{font-size:24px}.ebro-footer-page{display:grid;place-items:center;width:34px;height:28px;justify-self:end;background:#aeb3b8;color:#fff;font:900 12px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (max-width: 900px){.ebro-page{width:100%;min-height:auto;padding:34px 26px}.ebro-classic-index-grid,.ebro-classic-bottom-grid{grid-template-columns:1fr}.ebro-footer{position:static;margin-top:26px}}@media print{.ebro-report{gap:0}.ebro-source-badge,.scroll-to-top-btn{display:none!important}.ebro-page{width:auto;min-height:100vh;margin:0;box-shadow:none;border:0;page-break-after:always}}.ebro-classic-index-page{padding:70px 76px;background:#fff}.ebro-classic-index-header{margin-bottom:42px}.ebro-classic-index-header span{display:block;color:#6b7280;font:900 12px/1.2 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.18em;text-transform:uppercase}.ebro-classic-index-header h2{margin:8px 0 0;color:var(--ebro-red, #b11226);font-size:44px;line-height:1;font-weight:900}.ebro-classic-index-header--small{margin-bottom:34px}.ebro-classic-index-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px 52px;align-items:start}.ebro-classic-index-entry{position:relative;min-height:132px;padding-bottom:20px;border-bottom:1px solid rgba(177,18,38,.16)}.ebro-classic-index-title-row{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:baseline;margin-bottom:10px}.ebro-classic-index-title-row h3{margin:0;color:var(--ebro-red, #b11226);font-size:18px;line-height:1.18;font-weight:900}.ebro-classic-index-title-row span{color:var(--ebro-red, #b11226);font:900 23px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-classic-index-entry ul{margin:0;padding:0;list-style:none;color:#111827;font:650 13px/1.43 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-classic-index-entry li{margin:2px 0}.ebro-chart-grid{stroke:#e2e8f0;stroke-width:1}.ebro-chart-axis{stroke:#94a3b8;stroke-width:1.3}.ebro-chart-axis-label,.ebro-chart-x-label{fill:#64748b;font:700 10px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-chart-line{fill:none;stroke:#1397b7;stroke-width:3.5}.ebro-chart-dot{fill:#1397b7;stroke:#fff;stroke-width:1.5}.ebro-no-data-box{min-height:170px;display:grid;place-items:center;align-content:center;gap:8px;padding:22px;border:1px dashed #cbd5e1;background:#f8fafc;color:#475569;text-align:center}.ebro-no-data-box strong{color:#334155;font:900 15px/1.2 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-no-data-box span{max-width:360px;font:650 12px/1.4 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-content-branding-header{display:flex;justify-content:flex-end;align-items:center;min-height:46px;margin-bottom:10px}.ebro-content-branding-header img{display:block;max-width:230px;max-height:46px;object-fit:contain;object-position:right center}.ebro-sponsors--image{display:block;min-height:0;padding-top:10px}.ebro-sponsors--image img{display:block;width:100%;height:58px;object-fit:contain;object-position:center}.ebro-classic-cover-hero{position:relative;overflow:hidden}.ebro-classic-cover-hero img{filter:grayscale(.22) saturate(.72) contrast(.92) brightness(.82)}.ebro-classic-cover-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0c37606b;pointer-events:none}.ebro-classic-cover-hero>*{position:relative;z-index:1}.ebro-classic-cover-institutional{display:flex;align-items:center;justify-content:center;width:100%;min-height:92px;margin-bottom:8px}.ebro-classic-cover-institutional img{display:block;width:100%;max-width:920px;height:82px;object-fit:contain;object-position:center}.ebro-classic-report .ebro-sponsors--image{display:flex;align-items:center;justify-content:center;width:100%;min-height:92px;padding-top:8px}.ebro-classic-report .ebro-sponsors--image img{width:100%;max-width:920px;height:82px;object-fit:contain;object-position:center}.ebro-classic-report .ebro-footer-image{width:100%;max-width:620px;max-height:68px;object-fit:contain;object-position:left center}.ebro-classic-content,.ebro-classic-summary{padding-bottom:260px}.ebro-classic-report .ebro-footer{min-height:82px}.ebro-classic-report .ebro-footer-image{width:100%;max-width:700px;height:68px;max-height:68px;object-fit:contain;object-position:left center}.ebro-classic-report .ebro-page{box-sizing:border-box;height:auto;min-height:1480px}.ebro-classic-report .ebro-classic-content,.ebro-classic-report .ebro-classic-summary{box-sizing:border-box;padding-bottom:240px}.ebro-modern-report{gap:24px;font-family:Georgia,Times New Roman,serif}.ebro-modern-report .ebro-page{width:min(1120px,100%);min-height:940px;padding:54px 64px;border-radius:3px;box-shadow:0 24px 52px #0f172a1a}.ebro-modern-cover{background:radial-gradient(circle at 18% 18%,rgba(177,18,38,.1),transparent 34%),linear-gradient(135deg,#fff,#f8fafc)}.ebro-modern-cover-head{display:flex;justify-content:space-between;align-items:center;color:#64748b;font:800 12px/1.2 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.08em;text-transform:uppercase}.ebro-modern-brand span{display:block;color:var(--ebro-red, #b11226);font-size:22px;letter-spacing:0;text-transform:none}.ebro-modern-brand strong{display:block;color:#64748b;font-size:11px}.ebro-modern-cover-main{display:grid;grid-template-columns:.9fr 1.1fr;gap:44px;align-items:center;min-height:680px}.ebro-modern-kicker{color:var(--ebro-blue, #06435a);font:900 13px/1.2 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.14em;text-transform:uppercase;margin-bottom:16px}.ebro-modern-cover h1{margin:0;color:var(--ebro-red, #b11226);font-size:58px;line-height:1.02;letter-spacing:-.035em}.ebro-modern-cover p{margin:22px 0 0;max-width:520px;color:#334155;font-size:20px;line-height:1.52}.ebro-modern-cover-visual{position:relative;height:470px;background:#9da8b2;overflow:hidden;border:14px solid #fff;box-shadow:0 18px 34px #0f172a21}.ebro-modern-index-page{display:grid;place-items:center;background:#fff}.ebro-modern-index-inner{width:78%}.ebro-modern-index-inner h2{margin:0 0 34px;color:var(--ebro-red, #b11226);font-size:48px;line-height:1.05}.ebro-modern-index-list{display:grid;gap:6px}.ebro-modern-index-row{display:grid;grid-template-columns:54px auto minmax(80px,1fr) 42px;gap:16px;align-items:center;padding:12px 0}.ebro-modern-index-row span{color:var(--ebro-red, #b11226);font:900 15px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-modern-index-row strong{color:#111827;font-size:18px;white-space:nowrap}.ebro-modern-index-row i{height:1px;background:linear-gradient(90deg,#11182747,#11182700)}.ebro-modern-index-row em{justify-self:end;color:#6b7280;font-style:normal;font-weight:800}.ebro-modern-summary-columns{column-count:2;column-gap:42px;color:#111827;font-size:14px;line-height:1.46;font-weight:650}.ebro-modern-summary-columns p{margin:0 0 12px;break-inside:avoid;text-align:justify}.ebro-modern-summary-columns p:first-child:first-letter{color:var(--ebro-red, #b11226);float:left;font-size:40px;line-height:.85;padding-right:7px;font-weight:900}.ebro-modern-divider{display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.1),transparent 32%),linear-gradient(135deg,#a70f27,#c81733)}.ebro-modern-divider-card{width:62%;color:#fff}.ebro-modern-divider-card span{display:block;margin-bottom:18px;color:#ffffffb8;font:900 24px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-modern-divider-card h2{margin:0 0 24px;color:#fff;font-size:44px;line-height:1.05}.ebro-modern-divider-card ul{margin:0;padding:0;list-style:none;color:#fff;font:500 19px/1.45 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-modern-content-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:start}.ebro-modern-report .ebro-table th{background:#e2e8f0}.ebro-modern-report .ebro-table tr:nth-child(2n) td{background:#f8fafc}.ebro-kpi-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:0 0 22px}.ebro-kpi{padding:14px 16px;border-top:5px solid var(--ebro-red, #b11226);background:#f8fafc}.ebro-kpi span{display:block;min-height:24px;color:#64748b;font:900 11px/1.2 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-transform:uppercase;letter-spacing:.05em}.ebro-kpi strong{display:block;margin-top:8px;color:var(--ebro-blue, #06435a);font:900 22px/1.1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-kpi em{display:block;color:#64748b;font:600 11px/1.2 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-style:normal}.ebro-modern-report .ebro-chart{border-radius:14px;border:1px solid rgba(15,23,42,.06);background:linear-gradient(135deg,#fff,#f8fafc);box-shadow:0 10px 24px #0f172a0f}.ebro-modern-report .ebro-chart h4{color:#0f172a;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px}.ebro-modern-report .ebro-chart line{stroke:#dbe4ee}.ebro-modern-report .ebro-chart polyline{stroke:#0891b2;stroke-width:4}.ebro-modern-report .ebro-chart circle{fill:#0891b2}.ebro-modern-report .ebro-placeholder-bars span{border-radius:6px 6px 0 0;background:#cbd5e1}.ebro-modern-report .ebro-placeholder-bars span:nth-child(3n){background:#0f766e}.ebro-modern-report .ebro-placeholder-bars span:nth-child(5n){background:#be123c}@media (max-width: 900px){.ebro-modern-cover-main,.ebro-modern-content-grid{grid-template-columns:1fr}.ebro-modern-summary-columns{column-count:1}.ebro-kpi-strip{grid-template-columns:1fr}}.ebro-modern-cover-header-image{height:78px;overflow:hidden;margin-bottom:18px}.ebro-modern-cover-header-image img{width:100%;height:100%;object-fit:contain}.ebro-modern-logo{display:flex;align-items:center;gap:12px;color:#111827;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-modern-logo strong{display:block;font-size:14px;line-height:1.05}.ebro-modern-logo span{display:block;margin-top:4px;color:#005b8f;font-size:13px;font-weight:800}.ebro-modern-logo-symbol{display:grid;place-items:center;width:52px;height:52px;color:#005b8f;border:2px solid #005b8f;font-size:27px;font-weight:900}.ebro-modern-logo--right{align-items:flex-end;text-align:right;color:#8b8f97}.ebro-modern-logo--right strong{color:#8b8f97;font-size:24px}.ebro-modern-logo--right:after{content:"R";display:grid;place-items:center;width:45px;height:45px;margin-left:8px;border-radius:10px;background:var(--ebro-red, #b11226);color:#fff;font:900 28px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.ebro-source-badge{display:none!important}.ebro-modern-index-page{display:grid;place-items:center;background:radial-gradient(circle at 12% 22%,rgba(177,18,38,.07),transparent 32%),linear-gradient(135deg,#f8fafc,#fff)}.ebro-modern-index-shell{position:relative;width:min(820px,86%);min-height:670px;padding:58px 64px 58px 70px;border:1px solid rgba(15,23,42,.08);border-radius:26px;background:#ffffffdb;box-shadow:0 28px 70px #0f172a1a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ebro-modern-index-side-line{position:absolute;left:34px;top:58px;bottom:58px;width:4px;border-radius:999px;background:linear-gradient(180deg,#b1122600,#b11226eb 18%,#06435ab8 62%,#06435a00)}.ebro-modern-index-inner{width:100%}.ebro-modern-index-inner h2{margin:0 0 36px;color:var(--ebro-red, #b11226);font-size:52px;line-height:1;letter-spacing:-.025em}.ebro-modern-index-list{display:grid;gap:4px}.ebro-modern-index-row{display:grid;grid-template-columns:54px auto minmax(80px,1fr) 42px;gap:16px;align-items:center;padding:13px 0}.ebro-modern-index-row span{color:var(--ebro-red, #b11226);font:900 14px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;letter-spacing:.04em}.ebro-modern-index-row strong{color:#111827;font-size:19px;white-space:nowrap}.ebro-modern-index-row i{height:1px;background:linear-gradient(90deg,#11182740,#11182700)}.ebro-modern-index-row em{justify-self:end;color:#64748b;font-style:normal;font:900 14px/1 system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (max-width: 900px){.ebro-modern-index-shell{width:100%;min-height:auto;padding:36px 28px 36px 42px}.ebro-modern-index-side-line{left:20px;top:36px;bottom:36px}.ebro-modern-index-row{grid-template-columns:38px auto minmax(28px,1fr) 32px;gap:10px}}.ebro-modern-report .ebro-chart-grid{stroke:#e5edf5}.ebro-modern-report .ebro-chart-axis{stroke:#cbd5e1}.ebro-modern-report .ebro-chart-axis-label,.ebro-modern-report .ebro-chart-x-label{fill:#64748b}.ebro-modern-report .ebro-chart-line{stroke:#0891b2}.ebro-modern-report .ebro-chart-dot{fill:#0891b2}.ebro-modern-report .ebro-no-data-box{border-radius:14px;border-color:#dbe4ee;background:linear-gradient(135deg,#fff,#f8fafc)}.ebro-modern-report .ebro-content-branding-header{display:flex;justify-content:flex-end;align-items:center;min-height:46px;margin-bottom:10px}.ebro-modern-report .ebro-content-branding-header img{display:block;max-width:230px;max-height:46px;object-fit:contain;object-position:right center}.ebro-modern-report .ebro-sponsors--image{display:block;min-height:0;padding-top:10px}.ebro-modern-report .ebro-sponsors--image img{display:block;width:100%;height:58px;object-fit:contain;object-position:center}.ebro-modern-cover-visual{position:relative;overflow:hidden}.ebro-modern-cover-visual img{filter:grayscale(.22) saturate(.7) contrast(.92) brightness(.84)}.ebro-modern-cover-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0c37606b;pointer-events:none}.ebro-modern-cover-visual>*{position:relative;z-index:1}.ebro-modern-cover{display:flex;flex-direction:column;justify-content:space-between;gap:18px}.ebro-modern-cover-head{display:flex;align-items:flex-start;justify-content:space-between}.ebro-modern-cover-titleband{background:var(--ebro-red);color:#fff;padding:20px 28px 24px}.ebro-modern-kicker{margin-bottom:10px;font-size:13px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff}.ebro-modern-cover-titleband h1{margin:0;color:#fff;text-transform:uppercase;line-height:1.08;font-size:38px;font-weight:800}.ebro-modern-cover-visual{min-height:420px;background:#aab4c1;border:none;box-shadow:none}.ebro-modern-cover-visual img{width:100%;height:100%;object-fit:cover}.ebro-modern-cover-year{position:absolute;left:28px;top:24px;z-index:2;color:#fff;font-size:54px;font-weight:800;line-height:1;text-shadow:0 1px 2px rgba(0,0,0,.18)}.ebro-modern-cover .ebro-sponsors{margin-top:auto}.ebro-modern-cover-institutional{display:flex;align-items:center;justify-content:center;width:100%;min-height:92px;margin-bottom:8px}.ebro-modern-cover-institutional img{display:block;width:100%;max-width:920px;height:82px;object-fit:contain;object-position:center}.ebro-modern-report .ebro-sponsors--image{display:flex;align-items:center;justify-content:center;width:100%;min-height:92px;padding-top:8px}.ebro-modern-report .ebro-sponsors--image img{width:100%;max-width:920px;height:82px;object-fit:contain;object-position:center}.ebro-modern-report .ebro-footer-image{width:100%;max-width:620px;max-height:68px;object-fit:contain;object-position:left center}.ebro-modern-content,.ebro-modern-summary{padding-bottom:260px}.ebro-modern-report .ebro-footer{min-height:82px}.ebro-modern-report .ebro-footer-image{width:100%;max-width:700px;height:68px;max-height:68px;object-fit:contain;object-position:left center}.ebro-modern-report .ebro-page{box-sizing:border-box;height:auto;min-height:1080px}.ebro-modern-report .ebro-modern-content,.ebro-modern-report .ebro-modern-summary{box-sizing:border-box;padding-bottom:240px}:root{--hiria-blue: #0b4f73;--hiria-blue-dark: #073750;--hiria-blue-soft: #e7f0f4;--hiria-teal: #13b9b2;--hiria-yellow: #ffd229;--hiria-yellow-soft: #fff4b8;--hiria-grey-50: #fafafa;--hiria-grey-100: #f3f4f4;--hiria-grey-200: #e5e7e8;--hiria-grey-400: #a9b0b4;--hiria-grey-700: #4d5860;--hiria-text: #153243;--hiria-muted: #6c7a84;--hiria-negative: #d96b5f;--hiria-positive: #13b9b2;--hiria-font-sans: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--hiria-font-serif: Georgia, "Times New Roman", serif}.hiria-report{background:#fff;color:var(--hiria-text);font-family:var(--hiria-font-sans);width:100%}.hiria-page{width:1120px;min-height:1584px;margin:0 auto 32px;padding:54px 72px 58px;background:#fff;position:relative;box-sizing:border-box;overflow:hidden}.hiria-page-header{display:flex;align-items:flex-start;justify-content:space-between;height:42px;margin-bottom:26px;font-size:13px;color:var(--hiria-blue);font-weight:700}.hiria-logo{color:var(--hiria-blue);font-weight:900;font-size:34px;letter-spacing:-.04em}.hiria-page-number{position:absolute;right:34px;bottom:28px;min-width:34px;height:24px;border-radius:3px;background:var(--hiria-teal);color:#fff;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:800}.hiria-section-kicker{display:inline-flex;align-items:center;gap:8px;color:var(--hiria-blue);font-family:var(--hiria-font-serif);font-size:25px;font-weight:700;margin-bottom:14px}.hiria-section-kicker:before{content:"";width:22px;height:22px;background:var(--hiria-yellow);clip-path:polygon(0 0,100% 22%,100% 100%,0 78%);display:inline-block}.hiria-title{font-family:var(--hiria-font-serif);color:var(--hiria-blue);font-weight:700;line-height:1.05;letter-spacing:-.02em}.hiria-cover-title{font-size:42px;text-align:right}.hiria-chart-card{min-height:255px}.hiria-chart-wide{grid-column:span 2}.hiria-summary-layout{padding:16px;display:block}.hiria-summary-top{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:start}.hiria-main-kpi-card{background:var(--hiria-grey-50);padding:16px;border-radius:8px;border:1px solid var(--hiria-grey-100)}.hiria-main-kpi-label{color:var(--hiria-blue);font-weight:700;margin-bottom:8px}.hiria-main-kpi-value{font-size:34px;font-weight:900;color:var(--hiria-blue-dark);margin-bottom:10px}.hiria-variation-chips{display:flex;gap:8px;flex-wrap:wrap}.hiria-variation-chip{background:#13b9b21f;color:var(--hiria-positive);padding:6px 8px;border-radius:12px;font-weight:700;font-size:12px}.hiria-summary-text{padding:8px 12px}.hiria-kpi-meta{color:var(--hiria-muted);font-size:14px}.hiria-kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:14px}.hiria-kpi-card{background:#fff;border:1px solid var(--hiria-grey-100);padding:10px;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:72px}.hiria-kpi-value{color:var(--hiria-blue-dark);font-weight:800;font-size:18px}.hiria-kpi-caption{color:var(--hiria-muted);font-size:12px;margin-top:6px}.hiria-metric-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:12px}.hiria-metric-card{background:#fff;border:1px solid var(--hiria-grey-100);padding:10px;border-radius:8px;display:flex;flex-direction:column;align-items:flex-start}.hiria-metric-value{font-size:20px;font-weight:800;color:var(--hiria-blue-dark)}.hiria-metric-label{color:var(--hiria-muted);font-size:12px;margin-top:6px}.hiria-page{padding:36px 48px 48px;min-height:1100px}.atlas-report{display:flex;flex-direction:column;gap:24px;padding:8px 0 32px}.atlas-report .atlas-data-badge,.atlas-report .hiria-data-badge,.atlas-report .ebro-data-badge{position:fixed;right:8px;top:8px;padding:4px 6px;background:#0f172abf;color:#fff;font-size:11px;border-radius:6px;z-index:9999;opacity:.9}@media print{.atlas-report .atlas-data-badge,.atlas-report .hiria-data-badge,.atlas-report .ebro-data-badge{display:none!important}}.atlas-page{position:relative;overflow:hidden;background:#fff;border-radius:22px;box-shadow:0 24px 70px #0f172a1a;border:1px solid rgba(226,232,240,.82);min-height:820px;padding:44px}.atlas-cover{min-height:820px;padding:0;color:#fff;background:linear-gradient(135deg,#0f172a,#1e3a5f)}.atlas-cover-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center 62%}.atlas-cover-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#020617c2,#0206174d,#0206171a),linear-gradient(180deg,#02061714,#02061759)}.atlas-cover-content{position:absolute;left:56px;bottom:72px;z-index:2;max-width:620px}.atlas-cover-kicker{text-transform:uppercase;letter-spacing:.12em;font-size:13px;font-weight:800;opacity:.9}.atlas-cover h1{margin:10px 0;font-size:64px;line-height:.96;letter-spacing:-.05em;text-transform:uppercase}.atlas-cover-period{font-size:26px;font-weight:800}.atlas-cover-date{margin-top:8px;font-size:16px;opacity:.85}.atlas-cover-logo{position:absolute;top:38px;right:38px;z-index:3;width:142px;height:82px;border-radius:18px;background:#ffffffe0;display:flex;align-items:center;justify-content:center;box-shadow:0 18px 40px #0000001f}.atlas-cover-logo img{max-width:110px;max-height:58px;object-fit:contain}.atlas-header-image{width:100%;max-height:84px;object-fit:cover;border-radius:16px;margin-bottom:28px;opacity:.9}.atlas-footer-image{position:absolute;left:44px;right:44px;bottom:28px;width:calc(100% - 88px);max-height:54px;object-fit:cover;border-radius:12px;opacity:.82}.atlas-page-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:32px}.atlas-kicker{font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#0f7abf}.atlas-page h2{margin:6px 0 0;font-size:38px;letter-spacing:-.04em;color:#0f172a}.atlas-period-pill{padding:10px 14px;border-radius:999px;background:#eef7ff;color:#075985;font-weight:800;font-size:13px}.atlas-index-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.atlas-index-item{display:flex;align-items:flex-start;gap:16px;padding:18px;border-radius:18px;background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #e2e8f0}.atlas-index-item>span{color:#0f7abf;font-size:22px;font-weight:900}.atlas-index-item strong{display:block;font-size:16px;color:#0f172a}.atlas-index-item small{display:block;margin-top:4px;color:#64748b}.atlas-sponsors-row{position:absolute;left:44px;right:44px;bottom:44px;display:flex;align-items:center;gap:18px;padding-top:20px;border-top:1px solid #e2e8f0}.atlas-sponsors-row img{max-width:120px;max-height:54px;object-fit:contain;filter:saturate(.95)}.atlas-section-header{display:flex;gap:24px;align-items:flex-start;margin-bottom:28px}.atlas-section-number{flex:0 0 auto;width:76px;height:76px;border-radius:22px;background:#0f7abf;color:#fff;display:flex;align-items:center;justify-content:center;font-size:38px;font-weight:950}.atlas-section-header p{margin:8px 0 0;color:#64748b;font-size:15px}.atlas-block-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;align-items:start}.atlas-block-grid>*{min-width:0}.atlas-block-grid .datos-map-block,.atlas-block-grid .datos-table-block{grid-column:1 / -1}.atlas-executive-grid{display:grid;grid-template-columns:1fr 300px;gap:24px}.atlas-executive-text{padding:24px;border-radius:22px;background:#f8fafc;border:1px solid #e2e8f0}.atlas-executive-text h3{margin-top:0;font-size:26px;color:#0f172a}.atlas-executive-text p{color:#334155;line-height:1.65}.atlas-executive-note{padding:24px;border-radius:22px;background:#0f172a;color:#fff;display:flex;flex-direction:column;gap:12px}.atlas-executive-note strong{font-size:22px}.atlas-executive-note span{color:#ffffffc7}.atlas-empty-section,.atlas-unknown-block{padding:22px;border-radius:18px;background:#f8fafc;border:1px dashed #cbd5e1;color:#475569}@media print{.atlas-report{gap:0;padding:0}.atlas-page{box-shadow:none;border:0;border-radius:0;page-break-after:always;min-height:100vh}}.atlas-editorial-data{display:flex;flex-direction:column;gap:18px}.atlas-kpi-strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px}.atlas-kpi-card{border-radius:18px;background:linear-gradient(180deg,#f8fafc,#fff);border:1px solid #e2e8f0;overflow:hidden}.atlas-kpi-card>*{height:100%}.atlas-chart-panel,.atlas-table-panel,.atlas-map-panel{border-radius:20px;background:#fff;border:1px solid #e2e8f0;box-shadow:0 12px 32px #0f172a0e;overflow:hidden}.atlas-chart-panel{min-height:340px}.atlas-chart-panel .datos-line-chart-block{min-height:320px}.atlas-table-panel{max-height:420px;overflow:auto}.atlas-table-panel table{font-size:13px}.atlas-map-panel{min-height:360px}.atlas-block-grid{display:none}.atlas-report-pdf-like .atlas-data-page{padding:40px;min-height:760px}.atlas-page-heading{margin-bottom:24px}.atlas-page-heading h2{margin:0;color:#2f75bb;font-size:44px;line-height:1.05;letter-spacing:-.04em}.atlas-page-heading p{margin:8px 0 0;color:#4b5563;font-size:16px}.atlas-page-heading span{display:inline-block;margin-top:8px;color:#64748b;font-size:14px}.atlas-two-columns{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:start}.atlas-metric-card{border:0;box-shadow:none;background:transparent;padding:0;border-radius:0}.atlas-metric-card h3{margin:0 0 4px;color:#3f3f46;font-size:20px;line-height:1.1;font-family:Georgia,Times New Roman,serif;font-weight:800}.atlas-metric-subtitle{color:#3f3f46;font-size:17px;font-family:Georgia,Times New Roman,serif}.atlas-source{color:#333;font-size:12px;margin-bottom:10px}.atlas-summary-table,.atlas-history-table{width:100%;border-collapse:collapse;margin:10px 0 18px;font-size:15px}.atlas-summary-table th,.atlas-history-table th{background:#efefef;color:#3f3f46;font-weight:800;text-align:center;padding:6px 8px;border:0;font-family:Georgia,Times New Roman,serif}.atlas-summary-table td,.atlas-history-table td{text-align:center;padding:7px 8px;border-bottom:1px solid #ececec}.atlas-positive{color:#00a4b4;font-weight:700}.atlas-chart{width:100%;margin-top:8px}.atlas-chart svg{width:100%;height:auto;display:block}.atlas-axis{stroke:#999;stroke-width:1}.atlas-grid-line{stroke:#e5e7eb;stroke-width:1;stroke-dasharray:3 3}.atlas-chart-tick{fill:#111827;font-size:9px;transform:rotate(-35deg);transform-origin:center}.atlas-placeholder-card{color:#475569;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:18px;padding:20px}.atlas-placeholder-card p{line-height:1.55}.atlas-page-footer-image{display:none}.atlas-loading-note{margin-top:18px;padding:12px 14px;border-radius:14px;background:#eef7ff;color:#075985;font-weight:700}@media (max-width:900px){.atlas-two-columns{grid-template-columns:1fr}}.data-explorer{padding:16px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial}.data-explorer__header{margin-bottom:12px}.data-explorer__filters{display:flex;gap:12px;align-items:flex-end;margin-bottom:16px}.data-explorer__field{display:flex;flex-direction:column}.data-explorer__actions{margin-left:auto;display:flex;gap:8px}.data-explorer__kpi-grid{display:flex;gap:12px;margin-bottom:16px}.data-explorer__card{background:#fff;padding:12px;border-radius:8px;box-shadow:0 1px #0b13240a}.data-explorer__grid{display:flex;gap:12px}.data-explorer__section{background:transparent;margin-bottom:12px}.data-explorer__source{font-size:.9rem;color:#334155;margin-bottom:8px}.data-explorer__message,.data-explorer__error{margin:8px 0;padding:8px;border-radius:6px}.data-explorer__error{background:#fee2e2;color:#991b1b}.btn-success{background:#10b981;color:#fff;border:none;padding:8px 12px;border-radius:6px}.btn-primary{background:#0b1324;color:#fff;border:none;padding:8px 12px;border-radius:6px}.btn{background:#f1f5f9;color:#0b1324;border:none;padding:8px 12px;border-radius:6px}@media (max-width:800px){.data-explorer__filters{flex-direction:column;align-items:stretch}.data-explorer__grid{flex-direction:column}}
