:root{--bg:#f7f2e9;--surface:#fdfbf5;--card:#fdfbf5;--text:#2b1c1f;--muted:#6f5f60;--border:#e7ddce;--accent:#6c1d2b;--accent-strong:#4a141f;--accent-2:#c07a4e;--accent-2-strong:#9c5f3a;--error:#b3261e;--success:#3d7a52;--radius:12px;--chart-1:#6c1d2b;--chart-2:#c07a4e;--chart-3:#4a6c5d;--chart-4:#8c5f6e;--chart-5:#b0803c;--chart-6:#5b6b8c;--chart-7:#3f7a74;--chart-8:#6d5286;--chart-9:#a4494f;--chart-10:#7d7a3c;--chart-11:#8a3a5e;--chart-12:#4f7d9e}:root[data-theme=dark]{--bg:#1a0f12;--surface:#211116;--card:#261519;--text:#f7f2e9;--muted:#a8938f;--border:#3a262c;--accent:#c9788a;--accent-strong:#a85a6e;--accent-2:#d99a6c;--accent-2-strong:#d99a6c;--success:#7fae92;--chart-1:#c9788a;--chart-2:#d99a6c;--chart-3:#7fa892;--chart-4:#b48ea0;--chart-5:#d4a95e;--chart-6:#8ea0c9;--chart-7:#7fb5ae;--chart-8:#a68cc2;--chart-9:#d08287;--chart-10:#b5b26e;--chart-11:#c27a9e;--chart-12:#8fb4cf}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font-text),system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}.chat-hero h1,.mobile-topbar-brand,.page-header h1,.sidebar-logo{font-family:var(--font-display),Georgia,"Times New Roman",serif}a{color:inherit}.shell{display:flex;min-height:100vh}.shell-main{flex:1 1;min-width:0}.sidebar{width:232px;flex-shrink:0;position:-webkit-sticky;position:sticky;top:0;height:100dvh;display:flex;flex-direction:column;background:var(--surface);border-right:1px solid var(--border);padding:1.25rem .9rem}.sidebar-brand{padding:0 .55rem 1.1rem}.brand-wordmark{display:flex;align-items:center;gap:.55rem}.brand-seal{width:30px;height:30px;flex:none}.brand-seal svg{display:block;width:100%;height:100%}.brand-text{display:flex;flex-direction:column;gap:.15rem}.sidebar-logo{display:block;font-size:1.1rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.16em;line-height:1}.brand-lema{font-size:.48rem;font-weight:800;letter-spacing:.32em;text-transform:uppercase;color:var(--accent-2-strong)}.sidebar-sub{display:block;font-size:.7rem;color:var(--muted);margin-top:.45rem}.brand-acento{position:relative;display:block;width:58px;height:5px;margin-top:.55rem}.brand-acento:before{content:"";position:absolute;top:2px;left:0;right:0;height:1px;background:var(--accent-2);background:linear-gradient(90deg,var(--accent-2) 0,color-mix(in srgb,var(--accent-2) 20%,transparent) 100%)}.brand-acento:after{content:"";position:absolute;top:.5px;left:0;width:4px;height:4px;background:var(--accent-2);transform:rotate(45deg)}.sidebar-nav{display:flex;flex-direction:column;gap:.15rem}.nav-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .55rem;border-radius:8px;font-size:.9rem;text-decoration:none;color:var(--text)}.nav-item:hover{background:var(--bg)}.nav-item.active{background:linear-gradient(120deg,var(--accent),var(--accent-strong) 130%);color:white;font-weight:600}.nav-item.disabled{color:var(--muted);cursor:default}.nav-spinner{width:.8rem;height:.8rem;margin-left:auto;flex:none;border:2px solid transparent;border-top-color:currentcolor;border-radius:50%;opacity:0;animation:nav-spin .6s linear infinite,nav-spinner-appear 0s linear .15s forwards}@keyframes nav-spin{to{transform:rotate(1turn)}}@keyframes nav-spinner-appear{to{opacity:.75}}@media (prefers-reduced-motion:reduce){.nav-spinner{animation:nav-spinner-appear 0s linear .15s forwards}}.sidebar-footer{margin-top:auto;padding:.55rem;font-size:.7rem;color:var(--muted)}.mobile-topbar,.nav-scrim{display:none}.page{max-width:1120px;margin:0 auto;padding:1.75rem 1.5rem 4rem}.page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.page-header h1{font-size:1.6rem;margin:0 0 .25rem}.page-header p{color:var(--muted);margin:0}.period-chip{flex-shrink:0;font-size:.78rem;color:var(--muted);border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:.35rem .8rem;white-space:nowrap}.status{color:var(--muted)}.error,.status{font-size:.9rem}.error{color:var(--error)}.board{display:flex;flex-direction:column;gap:1rem}.summary{font-size:1.05rem;line-height:1.5;margin:0 0 .5rem}.grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(var(--grid-cols,2),minmax(0,1fr))}.stack{display:flex;flex-direction:column;gap:1rem}section>h3{font-size:1rem;margin:.5rem 0;color:var(--muted)}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.card.empty{flex-direction:column;gap:.25rem;justify-content:center;min-height:120px}.block-title,.card.empty{display:flex;align-items:center;color:var(--muted)}.block-title{gap:.5rem;font-size:.85rem;font-weight:600;margin-bottom:.6rem}.badge{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;border:1px solid var(--border);border-radius:999px;padding:.1rem .45rem}.badge,.muted{color:var(--muted)}.muted{font-size:.8rem}.kpi{text-align:left;display:flex;flex-direction:column;container-type:inline-size}.kpi-label{display:block;font-size:.78rem;color:var(--muted);margin-bottom:.4rem}.kpi-value{display:block;font-size:1.55rem;font-size:clamp(1rem,10.5cqi,1.55rem);font-weight:700;white-space:nowrap}.kpi-delta{display:block;font-size:.78rem;font-weight:600;margin-top:.3rem}.kpi-delta.good{color:var(--success)}.kpi-delta.bad{color:var(--error)}.kpi-delta-note,.kpi-delta.neutral{color:var(--muted)}.kpi-delta-note{font-weight:400}.kpi-spark{margin-top:.5rem}@media (max-width:1180px){.sidebar{width:196px;padding:1.1rem .7rem}.page{padding:1.25rem 1rem 3rem}.board,.grid,.stack{gap:.75rem}.card{padding:.85rem}}.viz-table{width:100%;border-collapse:collapse;font-size:.85rem}.viz-table td,.viz-table th{text-align:left;padding:.45rem .5rem;border-bottom:1px solid var(--border)}.viz-table td.num,.viz-table th.num{text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.composer-send,.menu-btn,.scroll-down-btn,.unpin-btn{display:inline-flex;align-items:center;justify-content:center}.chat-page{display:flex;flex-direction:column;height:100dvh}.chat-scroll{flex:1 1;min-height:0;overflow-y:auto}.chat-scroll,.chat-thread{display:flex;flex-direction:column}.chat-thread{width:100%;max-width:860px;margin:0 auto;padding:1.5rem 1.5rem .5rem;gap:1.1rem}.chat-msg-user{align-self:flex-end;max-width:75%;background:linear-gradient(120deg,var(--accent),var(--accent-strong) 130%);color:white;padding:.6rem .95rem;border-radius:16px 16px 4px 16px;white-space:pre-wrap;overflow-wrap:break-word}.chat-answer{align-self:stretch}.chat-thinking{align-self:flex-start;display:flex;align-items:center;gap:.6rem;background:var(--surface);border:1px solid var(--border);padding:.6rem .95rem;border-radius:16px 16px 16px 4px;color:var(--muted);font-size:.9rem}.thinking-dots{display:inline-flex;gap:.28rem}.thinking-dots i{width:6px;height:6px;border-radius:50%;background:var(--accent-2);animation:thinking-bounce 1.2s ease-in-out infinite}.thinking-dots i:nth-child(2){animation-delay:.15s}.thinking-dots i:nth-child(3){animation-delay:.3s}@keyframes thinking-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.thinking-label{animation:thinking-fade .35s ease}@keyframes thinking-fade{0%{opacity:0}}@media (prefers-reduced-motion:reduce){.thinking-dots i,.thinking-label{animation:none}}.scroll-down-btn{position:-webkit-sticky;position:sticky;bottom:.75rem;align-self:center;flex-shrink:0;width:34px;height:34px;border-radius:50%;cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);box-shadow:0 4px 12px rgba(0,0,0,.15)}.chat-hero{flex:1 1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;padding:1.5rem;text-align:center}.chat-hero h1{font-size:1.7rem;margin:0}.chat-hero p{color:var(--muted);margin:0 0 1rem;max-width:46ch}.chat-hero-starters{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:640px}.chat-hero-starters button{padding:.5rem .9rem;font-size:.85rem;cursor:pointer;background:var(--surface);color:var(--text);border:1px solid var(--border);border-radius:999px}.chat-hero-starters button:hover{border-color:var(--accent);color:var(--accent)}.chat-composer{flex-shrink:0}.chat-composer-inner{max-width:860px;margin:0 auto;padding:.5rem 1.5rem 1rem}.composer{display:flex;align-items:flex-end;gap:.6rem;background:var(--surface);border:1px solid var(--border);border-radius:18px;padding:.55rem .55rem .55rem 1rem}.composer:focus-within{border-color:var(--accent-2)}.composer textarea{flex:1 1;resize:none;border:none;outline:none;background:transparent;color:var(--text);font:inherit;font-size:.95rem;line-height:1.45;padding:.3rem 0}.composer textarea::placeholder{color:var(--muted)}.composer-send{width:36px;height:36px;flex-shrink:0;cursor:pointer;border:none;border-radius:50%;background:linear-gradient(120deg,var(--accent),var(--accent-strong) 130%);color:white;font-size:1.05rem;font-weight:700}.composer-send:disabled{opacity:.4;cursor:default}.chat-hint{text-align:center;font-size:.7rem;color:var(--muted);margin:.55rem 0 0}.pin-btn{display:inline-block;margin-top:.6rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;cursor:pointer;text-decoration:none;background:var(--surface);color:var(--accent);border:1px solid var(--border);border-radius:999px}.pin-btn:disabled{opacity:.6;cursor:default}.pin-btn.saved{color:var(--success);cursor:default}.sk{display:block;border-radius:6px;background:linear-gradient(90deg,var(--border) 25%,var(--surface) 45%,var(--border) 65%);background-size:200% 100%;animation:sk-sweep 1.4s linear infinite}@keyframes sk-sweep{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.sk{animation:none}}.sk-line{height:.8rem}.sk-kpi-value{height:1.55rem;height:clamp(1rem,10.5cqi,1.55rem);width:70%;margin:.45rem 0 .35rem}.sk-kpi-spark{height:36px;margin-top:.5rem}.sk-chart{height:260px}.sk-bars{display:flex;flex-direction:column;justify-content:space-evenly;gap:.55rem;min-height:200px}.sk-bar{height:20px;border-radius:0 4px 4px 0}.sk-donut-wrap{display:flex;justify-content:center;align-items:center;height:260px}.sk-donut{width:180px;height:180px;border-radius:50%;-webkit-mask:radial-gradient(circle,transparent 55%,black 56%);mask:radial-gradient(circle,transparent 55%,black 56%)}.sk-rows{display:flex;flex-direction:column;gap:.65rem;padding:.2rem 0}.sk-chip{height:2.15rem;border-radius:999px}.sk-send{width:36px;height:36px;border-radius:50%;flex-shrink:0}.vistas-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.6rem}.vista-item{display:flex;align-items:center;gap:.75rem;padding:.8rem 1rem}.vista-link{flex:1 1;display:flex;align-items:baseline;justify-content:space-between;gap:1rem;text-decoration:none}.vista-name{font-weight:600}.unpin-btn{border:1px solid var(--border);background:transparent;color:var(--muted);border-radius:8px;width:28px;height:28px;cursor:pointer}.unpin-btn:hover{color:var(--error);border-color:var(--error)}@media (max-width:700px){:root{--topbar-h:3.1rem}.shell{flex-direction:column}.mobile-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;gap:.55rem;height:var(--topbar-h);padding:0 .9rem;flex-shrink:0;background:var(--surface);border-bottom:1px solid var(--border)}.mobile-topbar-brand{display:inline-flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;color:var(--accent);text-transform:uppercase;letter-spacing:.14em}.mobile-topbar-brand .brand-seal{width:24px;height:24px}.menu-btn{width:2.3rem;height:2.3rem;margin-left:-.5rem;font-size:1.3rem;background:none;border:none;border-radius:8px;color:var(--text);cursor:pointer}.sidebar{position:fixed;top:0;left:0;bottom:0;z-index:40;height:100dvh;width:min(80vw,260px);overflow-y:auto;transform:translateX(-105%);visibility:hidden;transition:transform .22s ease,visibility 0s .22s}.sidebar.mobile-open{transform:none;visibility:visible;transition:transform .22s ease,visibility 0s;box-shadow:0 0 42px rgba(0,0,0,.3)}.nav-scrim{display:block;position:fixed;inset:0;z-index:30;background:rgba(0,0,0,.35);overscroll-behavior:contain;touch-action:none}.nav-item{padding:.7rem .6rem}.page{padding:1.1rem .9rem 2.75rem}.page-header{flex-wrap:wrap}.grid{grid-template-columns:minmax(0,1fr)}.grid:has(>.kpi){grid-template-columns:repeat(2,minmax(0,1fr))}.chat-page{height:calc(100dvh - var(--topbar-h))}.chat-thread{padding:1rem .9rem .5rem}.chat-composer-inner{padding:.5rem .9rem .85rem}.chat-msg-user{max-width:88%}}@media (prefers-reduced-motion:reduce){.sidebar{transition:none}}@font-face{font-family:Cormorant;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/6fd941fcd74fb497-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/7cb025c0ffa46db8-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/06778afafef13b04-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/147a727ce01afd0a-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant;font-style:normal;font-weight:300 700;font-display:swap;src:url(/_next/static/media/7219c48e37faf350-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Fallback;src:local("Times New Roman");ascent-override:95.52%;descent-override:29.67%;line-gap-override:0.00%;size-adjust:96.74%}.__className_5dd834{font-family:Cormorant,Cormorant Fallback;font-style:normal}.__variable_5dd834{--font-display:"Cormorant","Cormorant Fallback"}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Hanken Grotesk;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/313510e2713fb214-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Hanken Grotesk Fallback;src:local("Arial");ascent-override:99.07%;descent-override:30.02%;line-gap-override:0.00%;size-adjust:100.94%}.__className_9c618b{font-family:Hanken Grotesk,Hanken Grotesk Fallback;font-style:normal}.__variable_9c618b{--font-text:"Hanken Grotesk","Hanken Grotesk Fallback"}