    :root {
      --ink: #244538;
      --muted: #6b8075;
      --line: #d8e7dc;
      --canvas: #f2f8f3;
      --paper: #ffffff;
      --forest: #3e735b;
      --forest-2: #67a17f;
      --mint: #e0f1e5;
      --lime: #d8ecb7;
      --sun: #e8bc74;
      --coral: #da9279;
      --blue: #7099c7;
      --shadow: 0 14px 45px rgba(43, 87, 64, .10);
      --radius: 8px;
    }

    * { box-sizing: border-box; }
    body { margin: 0; overflow-x: hidden; font-family: "DM Sans", sans-serif; color: var(--ink); background: var(--canvas); }
    button, input, select { font: inherit; }
    button { cursor: pointer; }
    button:focus-visible, input:focus-visible, select:focus-visible, [tabindex]:focus-visible { outline: 3px solid #8dc29e; outline-offset: 2px; }
    [hidden] { display: none !important; }

    .login-screen { min-height: 100vh; min-height: 100svh; display: grid; grid-template-columns: minmax(390px, 43%) 1fr; background: #f5faf6; }
    .login-panel { position: relative; z-index: 2; min-height: 100vh; min-height: 100svh; padding: clamp(28px, 4.5vw, 68px); display: flex; flex-direction: column; justify-content: center; background: linear-gradient(145deg, #ffffff 0%, #f3f9f4 100%); box-shadow: 16px 0 38px rgba(28, 68, 49, .08); }
    .brand { display: flex; align-items: center; gap: 12px; font-family: Manrope, sans-serif; font-weight: 800; font-size: 21px; }.brand-wordmark { width: min(100%, 250px); }.brand-wordmark img { display: block; width: 100%; height: auto; }
    .brand-mark { width: 40px; height: 40px; display: grid; place-items: center; background: var(--forest-2); border: 1px solid rgba(255,255,255,.38); border-radius: 8px; overflow: hidden; }
    .brand-mark img { width: 29px; height: 34px; object-fit: contain; }
    .login-copy { max-width: 480px; margin: clamp(32px, 5vh, 58px) 0 26px; }
    .eyebrow { display: inline-flex; align-items: center; gap: 7px; color: var(--forest-2); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
    .eyebrow svg { width: 15px; height: 15px; }
    .login-copy h1 { font-family: Manrope, sans-serif; font-size: clamp(38px, 3.8vw, 56px); line-height: 1.06; letter-spacing: 0; margin: 14px 0 16px; }
    .login-copy p { color: var(--muted); font-size: 16px; line-height: 1.6; }
    .login-form { width: min(100%, 430px); display: grid; gap: 14px; }
    .field { display: grid; gap: 7px; }
    .field label { font-size: 13px; font-weight: 700; }
    .field input { height: 48px; border: 1px solid #ccd7d0; border-radius: 7px; padding: 0 14px; background: white; outline: none; }
    .field input:focus { border-color: var(--forest-2); box-shadow: 0 0 0 3px rgba(36, 112, 82, .12); }
    .primary-button { height: 48px; border: 0; border-radius: 7px; background: var(--forest); color: white; font-weight: 800; display: inline-flex; align-items: center; justify-content: center; gap: 9px; }
    .primary-button:hover { background: #2f604a; }
    .login-proof { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 17px; color: var(--forest); font-size: 11px; font-weight: 800; }.login-proof span { display: inline-flex; align-items: center; gap: 5px; }.login-proof svg { width: 15px; height: 15px; color: var(--forest-2); }
    .login-note { margin-top: 15px; color: var(--muted); font-size: 11px; }
    .login-visual { position: relative; min-height: 100vh; min-height: 100svh; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: clamp(28px, 4.5vw, 68px); background: linear-gradient(135deg, #154c3a 0%, #287258 54%, #397d62 100%); }
    .login-visual::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: linear-gradient(rgba(224,241,229,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(224,241,229,.16) 1px, transparent 1px); background-size: 38px 38px; mask-image: linear-gradient(to bottom, transparent, black 18%, black 82%, transparent); }
    .visual-stack { width: min(700px, 100%); position: relative; z-index: 1; }.visual-heading { max-width: 560px; }
    .visual-kicker { display: inline-flex; align-items: center; gap: 7px; color: var(--lime); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }.visual-kicker svg { width: 15px; height: 15px; }
    .visual-stack h2 { color: white; font-family: Manrope, sans-serif; font-size: clamp(30px, 3.3vw, 52px); line-height: 1.1; margin: 13px 0 10px; }.visual-heading p { margin: 0; color: #d7eadb; font-size: 14px; line-height: 1.55; }
    .login-network { height: clamp(340px, 45vh, 450px); margin: clamp(16px, 2.5vh, 22px) 0 14px; position: relative; }.login-network-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }.login-network-lines path { fill: none; stroke: #a9d1b5; stroke-width: 2; stroke-dasharray: 6 7; animation: connector-flow 1.3s linear infinite; }.login-network-lines path.future { stroke: #d9bd7a; opacity: .8; }
    .network-source { position: absolute; z-index: 1; width: 126px; min-height: 74px; padding: 10px 11px; border: 1px solid rgba(255,255,255,.28); border-radius: 7px; background: rgba(255,255,255,.93); box-shadow: 0 14px 30px rgba(8,44,31,.2); animation: node-float 5s ease-in-out infinite; }.network-source img { display: block; width: 31px; height: 31px; object-fit: contain; }.network-source > svg { width: 28px; height: 28px; padding: 6px; border-radius: 6px; background: #fff4df; color: #a56c18; }.network-source span { display: block; margin-top: 6px; color: #426557; font-size: 10px; font-weight: 800; }.source-meta { left: 2%; top: 38px; }.source-google { left: 2%; top: 198px; animation-delay: -1.7s; }.source-warehouse { left: 2%; bottom: 20px; border-color: #ecdba8; background: #fffaf0; animation-delay: -1.1s; }.source-warehouse span { color: #8b6525; }.source-whatsapp { right: 2%; top: 48px; animation-delay: -2.2s; }.source-extra { right: 2%; top: 198px; border-style: dashed; border-color: #a9c6b2; background: rgba(247,252,248,.91); box-shadow: none; animation-delay: -2.8s; }.source-extra > svg { background: #e5f3e8; color: #3e8a5c; }.source-extra span { color: #53735f; }.source-outlook { right: 2%; bottom: 20px; border-color: #acd0ee; background: #edf7ff; animation-delay: -.8s; }.source-outlook span { color: #25689c; }
    .network-core { position: absolute; z-index: 2; left: 50%; top: 50%; width: 152px; height: 152px; display: grid; place-content: center; justify-items: center; transform: translate(-50%, -50%); border: 1px solid rgba(222,242,227,.52); border-radius: 50%; background: #205f49; color: white; box-shadow: 0 0 0 13px rgba(185,224,196,.12), 0 18px 42px rgba(5,37,25,.35); animation: core-pulse 3.5s ease-in-out infinite; }.network-core-mark { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 7px; background: rgba(255,255,255,.13); }.network-core-mark img { width: 25px; height: 29px; }.network-core strong { margin-top: 8px; font-family: Manrope, sans-serif; font-size: 17px; }.network-core small { color: #d6ebdc; font-size: 10px; }.network-core > svg { position: absolute; right: 20px; top: 23px; width: 16px; color: var(--lime); }
    .institution-rail { display: flex; align-items: center; gap: 11px; color: white; }.institution-rail > div { display: flex; align-items: center; gap: 7px; }.institution-rail img { width: 33px; height: 33px; object-fit: contain; border-radius: 50%; background: white; }.institution-rail span { font-size: 11px; font-weight: 800; }.rail-link { width: 34px; height: 1px; background: #b9d9c4; }.institution-rail em { margin-left: auto; color: #d4ead9; font-size: 10px; font-style: normal; }.visual-live { display: flex; align-items: center; gap: 7px; margin-top: 13px; color: #dceee0; font-size: 10px; font-weight: 700; }.visual-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(216,236,183,.16); animation: live-pulse 1.8s ease-in-out infinite; }

    @media (min-width: 761px) and (max-height: 800px) {
      .login-panel, .login-visual { padding-top: 24px; padding-bottom: 24px; }
      .login-copy { margin: 26px 0 20px; }
      .login-copy h1 { max-width: 430px; font-size: clamp(34px, 3.4vw, 46px); }
      .login-copy p { font-size: 14px; line-height: 1.5; }
      .login-form { gap: 10px; }.field { gap: 5px; }.field input, .primary-button { height: 43px; }
      .login-proof { margin-top: 12px; }.login-note { margin-top: 10px; }
      .visual-stack h2 { font-size: clamp(29px, 3vw, 40px); }.visual-heading p { font-size: 12px; }
      .login-network { height: 320px; margin: 13px 0 10px; }.network-source { width: 112px; min-height: 62px; padding: 8px; }.network-source img { width: 25px; height: 25px; }.network-source span { margin-top: 4px; font-size: 8px; }.source-meta { top: 27px; }.source-google { top: 141px; }.source-warehouse { bottom: 14px; }.source-whatsapp { top: 34px; }.source-extra { top: 141px; }.source-outlook { bottom: 14px; }.network-core { width: 126px; height: 126px; }.network-core strong { font-size: 15px; }.network-core-mark { width: 33px; height: 33px; }.network-core-mark img { width: 21px; height: 25px; }.visual-live { margin-top: 10px; }
    }

    .app-shell { min-height: 100vh; display: grid; grid-template-columns: 228px minmax(0, 1fr); }
    .sidebar { background: #365f4c; color: #e1eee4; padding: 20px 14px; position: fixed; inset: 0 auto 0 0; width: 228px; display: flex; flex-direction: column; z-index: 20; }
    .sidebar .brand { padding: 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 8px; background: #fff; box-shadow: 0 8px 20px rgba(12,39,28,.16); }.sidebar .brand-wordmark { width: min(100%, 182px); }
    .sidebar .brand-mark { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.17); }
    .nav-label { color: #b0cbb9; font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; margin: 24px 10px 8px; }
    .nav { display: grid; gap: 4px; }
    .nav-button { width: 100%; border: 0; background: transparent; color: #d0dfd5; display: flex; align-items: center; gap: 11px; padding: 11px 12px; border-radius: 6px; text-align: left; font-weight: 600; font-size: 14px; }
    .nav-button:hover, .nav-button.active { background: rgba(226,244,229,.16); color: white; }
    .nav-button.active { box-shadow: inset 3px 0 var(--lime); }
    .nav-button svg { width: 18px; height: 18px; }
    .future-dot { margin-left: auto; width: 7px; height: 7px; border-radius: 50%; background: #f2ce86; }
    .sidebar-bottom { margin-top: auto; padding: 12px 8px 0; border-top: 1px solid rgba(255,255,255,.1); }
    .user-chip { display: flex; align-items: center; gap: 10px; }
    .avatar { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--lime); color: #173a2d; font-weight: 800; }
    .user-chip strong { display: block; color: white; font-size: 13px; }
    .user-chip span { font-size: 11px; color: #c2d7c8; }

    .main { grid-column: 2; min-width: 0; }
    @media (min-width: 721px) { .app-shell { transition: grid-template-columns .22s ease; }.sidebar { transition: transform .22s ease; }.app-shell.sidebar-collapsed { grid-template-columns: 0 minmax(0,1fr); }.app-shell.sidebar-collapsed .sidebar { transform: translateX(-100%); }.app-shell.sidebar-collapsed .main { grid-column: 2; }.mobile-menu { border: 1px solid var(--line); } }
    .topbar { height: 74px; background: rgba(255,255,255,.94); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 0 28px; position: sticky; top: 0; z-index: 15; backdrop-filter: blur(12px); }
    .topbar-start, .top-actions, .top-filter-group { display: flex; align-items: center; }.topbar-start { gap: 18px; min-width: 0; }.mobile-menu { display: grid; border: 0; background: transparent; }.topbar-context { min-width: 132px; padding-right: 18px; border-right: 1px solid var(--line); }.topbar-context span, .topbar-context strong { display: block; }.topbar-context span { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.topbar-context strong { margin-top: 2px; color: var(--ink); font-family: Manrope, sans-serif; font-size: 13px; }
    .scope-switch { display: inline-flex; background: #edf2ee; padding: 4px; border-radius: 7px; gap: 2px; }.scope-switch button { border: 0; background: transparent; padding: 8px 12px; border-radius: 5px; color: var(--muted); font-size: 11px; font-weight: 800; }.scope-switch button.active { background: white; color: var(--forest); box-shadow: 0 2px 8px rgba(23,79,59,.1); }
    .top-actions { gap: 10px; }.top-filter-group { gap: 7px; padding: 5px 7px 5px 10px; border: 1px solid var(--line); border-radius: 7px; background: #f9fcfa; }.filter-label { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 9px; font-weight: 800; }.filter-label svg { width: 13px; height: 13px; }.top-filter-group .select { border-color: transparent; background: white; }.top-filter-group .select:focus { border-color: #b9d6c7; outline: 0; }.top-filter-group .select:first-of-type { min-width: 164px; }
    .select { height: 36px; border: 1px solid var(--line); border-radius: 6px; background: white; padding: 0 34px 0 11px; color: var(--ink); font-weight: 600; font-size: 12px; }
    .icon-button { width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 6px; background: white; display: grid; place-items: center; color: var(--muted); }
    .alerts-wrap { position: relative; }.alert-button { position: relative; }.alert-button > span { position: absolute; top: -5px; right: -5px; min-width: 15px; height: 15px; padding: 0 3px; display: grid; place-items: center; border: 2px solid #fff; border-radius: 50%; background: var(--coral); color: #fff; font-size: 8px; font-weight: 900; }.alerts-panel { position: absolute; top: 44px; right: 0; z-index: 30; width: 290px; padding: 10px; border: 1px solid #d7e5da; border-radius: 8px; background: #fff; box-shadow: 0 16px 36px rgba(29,65,45,.18); }.alerts-head { display: flex; justify-content: space-between; padding: 3px 4px 9px; }.alerts-head strong { font-size: 12px; }.alerts-head small { color: #9a7021; font-size: 8px; font-weight: 800; }.alerts-panel button { width: 100%; display: grid; grid-template-columns: 23px 1fr; gap: 7px; padding: 9px 5px; border: 0; border-top: 1px solid #edf1ee; background: transparent; text-align: left; }.alerts-panel button svg { width: 15px; color: #bd7b2b; }.alerts-panel button strong, .alerts-panel button small { display: block; }.alerts-panel button strong { font-size: 10px; }.alerts-panel button small { margin-top: 2px; color: var(--muted); font-size: 9px; }
    .icon-button svg { width: 17px; }

    .content { padding: 28px; max-width: 1600px; margin: 0 auto; }
    .page { display: none; animation: enter .36s ease both; }
    .page.active { display: block; }
    @keyframes enter { from { opacity: 0; transform: translateY(8px); } }
    .page-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 24px; }
    .page-head h1 { font-family: Manrope, sans-serif; font-size: 28px; margin: 5px 0 4px; }
    .page-head p { color: var(--muted); margin: 0; font-size: 14px; }
    .phase-badge { display: inline-flex; align-items: center; gap: 6px; border: 1px solid #b9d6c7; color: var(--forest-2); background: #eef8f2; padding: 6px 9px; border-radius: 999px; font-size: 11px; font-weight: 800; }
    .phase-badge.future { border-color: #f1d29a; color: #8b5a0c; background: #fff8e9; }

    .kpi-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
    .mobile-kpi-toggle { display: none; }
    .card { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 4px 16px rgba(24,52,39,.035); }
    .kpi { padding: 16px 17px 13px; min-height: 172px; position: relative; overflow: hidden; animation: rise-in .55s cubic-bezier(.2,.8,.2,1) both; }
    .kpi:nth-child(2) { animation-delay: .07s; }
    .kpi:nth-child(3) { animation-delay: .14s; }
    .kpi:nth-child(4) { animation-delay: .21s; }
    .kpi-top { display: flex; justify-content: space-between; align-items: start; margin-bottom: 15px; }.kpi-period { padding: 4px 6px; border-radius: 4px; background: #f2f7f3; color: var(--muted); font-size: 9px; font-weight: 800; }
    .kpi-icon { width: 34px; height: 34px; border-radius: 7px; background: var(--mint); color: var(--forest); display: grid; place-items: center; }
    .kpi-icon svg { width: 17px; }
    .kpi-label { color: var(--muted); font-size: 12px; font-weight: 700; }
    .kpi-value { position: relative; z-index: 1; font-family: Manrope, sans-serif; font-size: 26px; font-weight: 800; margin-top: 5px; letter-spacing: 0; }
    .kpi-footer { position: relative; z-index: 1; display: flex; align-items: center; gap: 5px; margin-top: 12px; }.kpi-footer small { color: var(--muted); font-size: 10px; font-weight: 700; white-space: nowrap; }.kpi-footer svg { width: 68px; height: 24px; margin-left: auto; overflow: visible; }.kpi-footer path { fill: none; stroke: var(--forest-2); stroke-width: 2.25; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 120; stroke-dashoffset: 120; animation: draw-line 1.15s cubic-bezier(.2,.8,.2,1) .4s forwards; }.cost-kpi .kpi-footer path { stroke: var(--coral); }
    .trend { display: inline-flex; align-items: center; gap: 3px; font-size: 10px; color: var(--forest-2); font-weight: 800; white-space: nowrap; }.trend svg { width: 12px; height: 12px; }
    .trend.down { color: #b84f35; }
    .kpi-source { display: flex; align-items: center; gap: 5px; margin-top: 8px; padding-top: 7px; border-top: 1px solid #edf2ee; color: var(--muted); font-size: 10px; font-weight: 700; }.kpi-source svg { width: 12px; height: 12px; color: var(--forest-2); }.cost-source { color: #a35e48; }.cost-source svg { color: var(--coral); }

    .secondary-action { height: 38px; display: inline-flex; align-items: center; gap: 7px; padding: 0 11px; border: 1px solid #cfddd3; border-radius: 7px; background: #fff; color: #426b55; font-size: 11px; font-weight: 800; }.secondary-action svg { width: 15px; }.secondary-action[aria-pressed="true"] { border-color: #5b9871; background: #edf7ef; color: #256344; }.tour-start { width: 38px; height: 38px; border: 1px solid #cfddd3; color: #52735e; background: #fff; }.tour-start svg { width: 17px; }.executive-brief { display: grid; grid-template-columns: 1.35fr repeat(3, 1fr); gap: 1px; margin: 0 0 14px; overflow: hidden; border: 1px solid #cfe1d3; border-radius: 8px; background: #dcece0; }.executive-brief > div { padding: 15px; background: #fbfefb; }.executive-brief h2 { margin: 6px 0 3px; font-family: Manrope,sans-serif; font-size: 17px; }.executive-brief p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }.executive-question span,.executive-question strong,.executive-question small { display: block; }.executive-question span { color: var(--muted); font-size: 9px; font-weight: 800; }.executive-question strong { margin: 8px 0 3px; color: #245d40; font-family: Manrope,sans-serif; font-size: 15px; }.executive-question small { color: #71877a; font-size: 9px; }.kpi { cursor: pointer; }.kpi:focus-visible { outline: 3px solid #9bc9a9; outline-offset: 2px; }.kpi::after { content: "Ver trazabilidad"; display: block; margin-top: 9px; color: #69917a; font-size: 9px; font-weight: 800; opacity: 0; transition: opacity .15s; }.kpi:hover::after,.kpi:focus-visible::after { opacity: 1; }.institution-compare { display: grid; grid-template-columns: 1.25fr .78fr .78fr .95fr; gap: 16px; align-items: center; margin-top: 14px; padding: 18px; }.compare-intro h2 { margin: 7px 0 4px; font-family: Manrope,sans-serif; font-size: 17px; }.compare-intro p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.45; }.compare-metric { display: grid; gap: 7px; }.compare-metric > span { color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }.compare-metric > div { display: grid; grid-template-columns: 1fr auto; gap: 7px; align-items: center; }.compare-metric strong { position: relative; display: block; overflow: hidden; padding: 6px 7px; border-radius: 4px; background: #edf5ef; color: #456d55; font-size: 9px; }.compare-metric strong em { position: absolute; inset: auto auto 0 0; height: 2px; background: #5a9c72; }.compare-metric b { font-family: Manrope,sans-serif; font-size: 10px; }.compare-callout { display: flex; gap: 8px; padding: 11px; border-radius: 6px; background: #fdf5e6; color: #795c2b; font-size: 9px; line-height: 1.45; }.compare-callout svg { flex: 0 0 auto; width: 15px; }.compare-callout strong { display: block; }.data-quality-strip { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 14px; margin-top: 14px; padding: 12px 14px; border: 1px solid #dce7df; border-radius: 8px; background: #fff; }.data-quality-strip > div { margin-right: auto; }.data-quality-strip strong { display: block; margin-top: 3px; font-family: Manrope,sans-serif; font-size: 12px; }.quality-state { display: inline-flex; align-items: center; gap: 5px; color: #668075; font-size: 9px; font-weight: 800; }.quality-state svg { width: 13px; }.quality-state.healthy svg { color: #3d9662; }.quality-state.watch svg { color: #c38a25; }.quality-state.blocked svg { color: #9c7862; }.trace-drawer { position: fixed; z-index: 40; top: 0; right: 0; width: min(390px,100vw); height: 100vh; padding: 22px; overflow-y: auto; transform: translateX(100%); transition: transform .22s ease; border-left: 1px solid #d6e4d9; background: #fff; box-shadow: -16px 0 42px rgba(28,65,47,.13); }.trace-drawer.open { transform: translateX(0); }.trace-head { display: flex; align-items: start; justify-content: space-between; gap: 12px; }.trace-head h2 { margin: 7px 0 20px; font-family: Manrope,sans-serif; font-size: 22px; }.trace-list { display: grid; gap: 10px; }.trace-item { padding: 12px; border: 1px solid #e0eae2; border-radius: 7px; background: #f8fbf8; }.trace-item span,.trace-item strong,.trace-item small { display: block; }.trace-item span { color: var(--muted); font-size: 9px; font-weight: 800; }.trace-item strong { margin: 4px 0; font-size: 12px; }.trace-item small { color: #6d8375; font-size: 10px; line-height: 1.45; }.trace-note { margin-top: 14px; padding: 12px; border-radius: 7px; background: #fff6e6; color: #7b5e31; font-size: 10px; line-height: 1.45; }.tour-overlay { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(20,49,36,.52); }.tour-card { width: min(410px,100%); padding: 22px; border-radius: 8px; background: #fff; box-shadow: 0 22px 55px rgba(9,35,24,.3); }.tour-progress { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; color: var(--muted); font-size: 10px; font-weight: 900; }.tour-card h2 { margin: 9px 0 8px; font-family: Manrope,sans-serif; font-size: 22px; }.tour-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }.tour-actions { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; }.tour-actions .primary-button { padding: 0 13px; }
    .data-quality-strip small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.4; }
    .quality-state.partial { color: #9a6b1f; }
    .quality-state.partial svg { color: #c18425; }
    .dashboard-grid { display: grid; grid-template-columns: 1.6fr 1fr; gap: 14px; margin-top: 14px; }
    .panel { padding: 20px; min-width: 0; }
    .panel-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 20px; }
    .panel-head h2 { font-family: Manrope, sans-serif; font-size: 16px; margin: 0; }
    .panel-head span { color: var(--muted); font-size: 11px; }
    .legend { display: flex; gap: 15px; color: var(--muted); font-size: 11px; }
    .legend i { width: 8px; height: 8px; border-radius: 50%; display: inline-block; margin-right: 5px; }

    .line-chart { height: 250px; position: relative; overflow: hidden; border-left: 1px solid var(--line); border-bottom: 1px solid var(--line); background: repeating-linear-gradient(to bottom, transparent 0, transparent 61px, #edf1ee 62px); }
    .chart-svg { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }
    .chart-area { opacity: 0; animation: fade-in .7s ease .28s forwards; }
    .chart-line { stroke-dasharray: 850; stroke-dashoffset: 850; animation: draw-line 1.3s cubic-bezier(.2,.8,.2,1) .12s forwards; }
    .chart-line.secondary { animation-delay: .38s; }
    .chart-point { opacity: 0; animation: point-in .28s ease forwards; }
    .chart-point:nth-of-type(1) { animation-delay: .8s; }
    .chart-point:nth-of-type(2) { animation-delay: .92s; }
    .chart-point:nth-of-type(3) { animation-delay: 1.04s; }
    .chart-point:nth-of-type(4) { animation-delay: 1.16s; }
    .chart-point:nth-of-type(5) { animation-delay: 1.28s; }
    .chart-forecast { stroke-dasharray: 6 7; animation: forecast-flow 1.3s linear infinite; }
    .chart-labels { display: flex; justify-content: space-between; padding-top: 8px; color: #89938d; font-size: 10px; }
    .chart-legend { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; color: var(--muted); font-size: 10px; font-weight: 700; }
    .chart-legend span { display: inline-flex; align-items: center; gap: 5px; }
    .chart-legend i { width: 16px; height: 3px; display: inline-block; border-radius: 99px; background: var(--forest-2); }
    .chart-legend .results { background: var(--sun); }
    .chart-legend .forecast { background: repeating-linear-gradient(to right, var(--forest-2) 0 5px, transparent 5px 8px); }
    .weekly-performance { display: grid; grid-template-columns: 125px minmax(0, 1fr); gap: 9px 13px; padding: 15px; border: 1px solid #d9e8dd; border-radius: 7px; background: rgba(255,255,255,.62); }
    .performance-scale { align-self: end; padding-bottom: 5px; }.performance-scale span, .performance-scale strong { display: block; }.performance-scale span { color: var(--ink); font-size: 11px; font-weight: 800; }.performance-scale strong { margin-top: 2px; color: var(--muted); font-size: 9px; font-weight: 700; }
    .performance-bars { height: 94px; display: grid; grid-template-columns: repeat(6, 1fr); align-items: end; gap: 12px; padding: 0 4px 5px; border-bottom: 1px solid #dce9df; background: repeating-linear-gradient(to bottom, transparent 0, transparent 30px, #edf4ef 31px); }
    .performance-bars > div { height: 100%; display: flex; flex-direction: column; justify-content: end; align-items: center; gap: 4px; }.performance-bars i { width: min(34px, 80%); min-height: 8px; display: block; border-radius: 5px 5px 2px 2px; background: var(--forest-2); box-shadow: inset 0 -2px 0 rgba(28,86,57,.12); }.performance-bars span { color: #557064; font-size: 9px; font-weight: 800; }
    .results-scale { align-self: start; padding-top: 5px; padding-bottom: 0; }.result-bars { background: repeating-linear-gradient(to bottom, transparent 0, transparent 30px, #f6ead8 31px); }.result-bars i { background: var(--sun); box-shadow: inset 0 -2px 0 rgba(138,91,22,.12); }
    .performance-weeks { grid-column: 2; display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; padding: 0 4px; color: #75857b; font-size: 10px; font-weight: 700; text-align: center; }
    .chart-method-note { display: flex; align-items: start; gap: 6px; margin: 10px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }.chart-method-note svg { width: 13px; height: 13px; flex: 0 0 auto; color: #a47523; }
    .donut-wrap { display: grid; grid-template-columns: 170px 1fr; align-items: center; gap: 20px; min-height: 250px; }
    .donut { width: 160px; aspect-ratio: 1; border-radius: 50%; background: conic-gradient(var(--forest-2) 0 58%, var(--blue) 58% 100%); position: relative; }
    .donut::after { content: ""; position: absolute; inset: 31px; background: white; border-radius: 50%; }
    .donut-center { position: absolute; inset: 0; display: grid; place-items: center; z-index: 2; text-align: center; font-weight: 800; }
    .donut-center small { display: block; color: var(--muted); font-size: 10px; font-weight: 600; }
    .channel-list { display: grid; gap: 16px; }
    .channel-row { display: grid; grid-template-columns: 1fr auto; gap: 4px; }
    .channel-row span { font-size: 12px; color: var(--muted); }
    .channel-row strong { font-size: 13px; }

    .intelligence-chart-panel { background: linear-gradient(145deg, #ffffff 0%, #f4faf5 100%); border-color: #cfe1d4; }.panel-kicker { display: flex !important; align-items: center; gap: 5px; margin-bottom: 5px; color: var(--forest-2) !important; font-size: 9px !important; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }.panel-kicker svg { width: 13px; height: 13px; }.intelligence-chart-panel .panel-head { align-items: start; }.intelligence-chart-panel .panel-head h2 { font-size: 18px; }.chart-summary { display: flex; align-items: center; gap: 8px; }.chart-health { display: inline-flex; align-items: center; gap: 6px; padding: 6px 8px; border: 1px solid #c5dfcd; border-radius: 999px; background: #eef9f1; color: #307a54; font-size: 10px; font-weight: 800; white-space: nowrap; }.chart-health i { width: 7px; height: 7px; border-radius: 50%; background: #54a26f; box-shadow: 0 0 0 4px rgba(84,162,111,.12); animation: live-pulse 1.8s ease-in-out infinite; }.chart-best-week { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 4px; padding: 6px 8px; border: 1px solid #d7e4da; border-radius: 6px; background: #fff; color: var(--forest); }.chart-best-week svg { grid-row: 1 / span 2; width: 13px; height: 13px; }.chart-best-week span { color: var(--muted) !important; font-size: 8px !important; font-weight: 800; }.chart-best-week strong { font-family: Manrope, sans-serif; font-size: 11px; }.intelligence-line-chart { height: 264px; border: 1px solid #d9e8dd; border-radius: 7px; background: repeating-linear-gradient(to bottom, rgba(255,255,255,.45) 0, rgba(255,255,255,.45) 65px, #e5efe7 66px); }
    .channel-intelligence-panel { border-color: #cedfeb; background: linear-gradient(145deg, #ffffff 0%, #f5faff 100%); }.channel-intelligence-panel .panel-head h2 { font-size: 18px; }.channel-intelligence { display: grid; grid-template-columns: 156px minmax(0, 1fr); align-items: center; gap: 18px; min-height: 264px; }.channel-orbit { width: 148px; box-shadow: 0 0 0 11px #edf5f7, 0 12px 24px rgba(55,105,140,.13); animation: orbit-float 5s ease-in-out infinite; }.channel-orbit::after { inset: 29px; }.channel-list { gap: 10px; }.channel-row { grid-template-columns: 1fr auto; gap: 3px 8px; padding: 9px 0; border-bottom: 1px solid #deebea; }.channel-row > div { display: flex; align-items: center; gap: 7px; }.channel-row img { width: 21px; height: 21px; object-fit: contain; }.channel-row span { color: var(--ink); font-size: 11px; font-weight: 800; }.channel-row strong { color: var(--forest); font-family: Manrope, sans-serif; font-size: 16px; }.channel-row small { grid-column: 1 / -1; color: var(--muted); font-size: 9px; }.channel-callout { display: flex; gap: 7px; align-items: start; padding: 9px; border: 1px solid #d6e5e7; border-radius: 6px; background: #f5fbfb; color: #3b6667; font-size: 9px; font-weight: 700; line-height: 1.4; }.channel-callout svg { width: 14px; height: 14px; flex: 0 0 auto; color: #4c9a8a; }

    .intelligence-band { display: grid; grid-template-columns: minmax(240px, 1.05fr) minmax(320px, 1.7fr); gap: 20px; margin-top: 14px; padding: 20px; background: #f8fcf8; position: relative; overflow: hidden; }
    .intelligence-band::after { content: ""; position: absolute; width: 300px; aspect-ratio: 1; right: -120px; top: -176px; border: 38px solid #e5f2e8; border-radius: 50%; opacity: .85; }
    .intelligence-intro, .signal-grid { position: relative; z-index: 1; }
    .signal-kicker { display: flex; align-items: center; gap: 7px; color: #88621a; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .signal-kicker svg { width: 14px; height: 14px; }
    .intelligence-intro h2 { margin: 10px 0 6px; font-family: Manrope, sans-serif; font-size: 19px; }
    .intelligence-intro p { max-width: 420px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
    .signal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; align-items: stretch; }
    .signal-card { padding: 13px; border: 1px solid #d7e6db; border-radius: 7px; background: rgba(255,255,255,.88); backdrop-filter: blur(8px); }
    .signal-card-top { display: flex; justify-content: space-between; gap: 8px; align-items: start; }
    .signal-card strong { display: block; font-size: 12px; line-height: 1.35; }
    .signal-card small { display: block; color: var(--muted); font-size: 10px; line-height: 1.4; margin-top: 5px; }
    .signal-score { min-width: 31px; height: 23px; display: grid; place-items: center; border-radius: 5px; background: #e5f3e8; color: #297251; font-size: 10px; font-weight: 800; }
    .signal-score.watch { background: #fff2db; color: #9a6b1f; }
    .signal-meter { display: flex; gap: 3px; margin-top: 13px; }
    .signal-meter i { height: 4px; flex: 1; border-radius: 999px; background: #e3ece5; }
    .signal-meter i.on { background: var(--forest-2); }
    .signal-meter.watch i.on { background: var(--sun); }

    .table-card { margin-top: 14px; overflow: hidden; }
    .table-toolbar { padding: 16px 18px; display: flex; gap: 10px; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line); }
    .search { height: 36px; min-width: 250px; border: 1px solid var(--line); border-radius: 6px; padding: 0 12px; }
    table { border-collapse: collapse; width: 100%; font-size: 12px; }
    th { text-align: left; color: var(--muted); background: #f8faf8; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; padding: 11px 16px; }
    td { padding: 13px 16px; border-top: 1px solid #edf1ee; white-space: nowrap; }
    tr:hover td { background: #fbfdfb; }
    .status { display: inline-flex; align-items: center; gap: 6px; padding: 4px 7px; border-radius: 999px; background: #e9f6ef; color: #1c6e4d; font-size: 10px; font-weight: 800; }
    .status.paused { color: #876016; background: #fff4da; }

    .campaign-brief { display: grid; grid-template-columns: 1.35fr repeat(2, minmax(180px, .82fr)); gap: 14px; margin-bottom: 14px; }
    .campaign-spotlight { min-height: 190px; padding: 20px; background: #f3faf5; border-color: #cce1d2; position: relative; overflow: hidden; }
    .campaign-spotlight::after { content: ""; position: absolute; width: 250px; height: 250px; right: -96px; top: -150px; border: 34px solid #dcefe1; border-radius: 50%; }
    .spotlight-copy, .campaign-bars { position: relative; z-index: 1; }
    .spotlight-label { display: flex; align-items: center; gap: 6px; color: var(--forest-2); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .spotlight-label svg { width: 14px; height: 14px; }
    .campaign-spotlight h2 { max-width: 330px; margin: 8px 0 6px; font-family: Manrope, sans-serif; font-size: 20px; line-height: 1.22; }
    .campaign-spotlight p { max-width: 330px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
    .campaign-bars { height: 45px; display: flex; align-items: end; gap: 5px; margin-top: 18px; }
    .campaign-bars i { width: 12px; border-radius: 4px 4px 0 0; background: #a9cfb4; animation: grow-bar .7s cubic-bezier(.2,.8,.2,1) both; transform-origin: bottom; }
    .campaign-bars i:nth-child(2) { background: var(--sun); animation-delay: .06s; }
    .campaign-bars i:nth-child(3) { animation-delay: .12s; }
    .campaign-bars i:nth-child(4) { background: var(--coral); animation-delay: .18s; }
    .campaign-bars i:nth-child(5) { animation-delay: .24s; }
    .campaign-bars i:nth-child(6) { background: var(--forest); animation-delay: .3s; }
    .campaign-insight { padding: 18px; display: flex; flex-direction: column; justify-content: flex-start; gap: 16px; min-height: 190px; }
    .campaign-insight-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 7px; background: #fff2dc; color: #a86e16; }
    .campaign-insight-icon.green { background: #e5f3e8; color: #2b8057; }
    .campaign-insight-icon svg { width: 18px; height: 18px; }
    .campaign-insight span { color: var(--muted); font-size: 11px; font-weight: 700; }
    .campaign-insight strong { display: block; margin-top: 5px; font-family: Manrope, sans-serif; font-size: 20px; }
    .campaign-insight small { display: block; color: var(--muted); font-size: 10px; line-height: 1.45; }
    .campaign-workspace { overflow: hidden; }
    .campaign-toolbar { padding: 16px 18px; display: flex; align-items: center; justify-content: space-between; gap: 14px; border-bottom: 1px solid var(--line); }
    .campaign-toolbar-copy strong { display: block; font-size: 13px; }
    .campaign-toolbar-copy span { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; }
    .campaign-filter-group { display: flex; gap: 5px; padding: 4px; border: 1px solid var(--line); border-radius: 7px; background: #f6faf7; }
    .campaign-filter { height: 29px; border: 0; border-radius: 5px; padding: 0 9px; color: var(--muted); background: transparent; font-size: 10px; font-weight: 800; }
    .campaign-filter.active { color: var(--forest); background: white; box-shadow: 0 1px 5px rgba(43, 87, 64, .11); }
    .campaign-filter:hover { color: var(--forest); }
    .campaign-controls { padding: 13px 18px; display: flex; align-items: center; gap: 9px; background: #fbfdfb; border-bottom: 1px solid var(--line); }
    .campaign-controls .search { flex: 1; min-width: 0; }
    .campaign-count { color: var(--muted); font-size: 10px; font-weight: 700; white-space: nowrap; }
    .campaign-table th:first-child, .campaign-table td:first-child { padding-left: 18px; }
    .campaign-table th:last-child, .campaign-table td:last-child { padding-right: 18px; }
    .campaign-name { display: flex; align-items: center; gap: 10px; }
    .campaign-platform-icon { width: 28px; height: 28px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 6px; font-size: 10px; font-weight: 900; }
    .campaign-platform-icon.meta { background: #e8f0ff; color: #2c67d6; }
    .campaign-platform-icon.google { background: #fff0e8; color: #cf5736; }
    .campaign-name strong { display: block; font-size: 12px; }
    .campaign-name small { display: block; margin-top: 2px; color: var(--muted); font-size: 10px; }
    .platform-tag { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 11px; font-weight: 700; }
    .platform-tag i { width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
    .platform-tag.google i { background: var(--coral); }
    .performance { min-width: 92px; }
    .performance-top { display: flex; justify-content: space-between; gap: 8px; color: var(--ink); font-size: 11px; font-weight: 800; }
    .performance-track { height: 5px; margin-top: 6px; overflow: hidden; border-radius: 999px; background: #e5eee7; }
    .performance-track i { display: block; height: 100%; border-radius: inherit; background: var(--forest-2); }
    .performance-track.gold i { background: var(--sun); }
    .campaign-empty { padding: 34px !important; text-align: center; color: var(--muted); white-space: normal; }
    .future-campus-hero { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 300px; overflow: hidden; border: 1px solid #d4e6d9; border-radius: 8px; background: #fff; }.future-campus-image { position: relative; min-height: 280px; }.future-campus-image img { width: 100%; height: 100%; display: block; object-fit: cover; }.future-campus-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(18,60,43,.1), rgba(18,60,43,.45)); }.future-campus-image span { position: absolute; z-index: 1; left: 14px; bottom: 14px; display: inline-flex; gap: 6px; align-items: center; padding: 7px 9px; border-radius: 5px; background: rgba(23,63,45,.86); color: #fff; font-size: 9px; font-weight: 800; }.future-campus-image svg { width: 13px; }.future-campus-copy { padding: 30px; background: #f5faf6; }.future-campus-copy h2 { margin: 10px 0 8px; font-family: Manrope,sans-serif; font-size: 24px; }.future-campus-copy p { color: var(--muted); font-size: 12px; line-height: 1.55; }.future-campus-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 20px; }.future-campus-tags span { padding: 6px 8px; border: 1px solid #d1e5d7; border-radius: 5px; background: #fff; color: #427257; font-size: 9px; font-weight: 800; }.future-zone-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 14px; }.future-zone { padding: 18px; border: 1px solid #d8e7dc; border-radius: 8px; background: #fff; }.future-zone.primary { border-color: #d5e4f2; }.future-zone.secondary { border-color: #efe0c2; }.future-zone-head { display: flex; align-items: center; gap: 9px; }.future-zone-head > span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 7px; background: #e5f3e8; color: #337d56; }.future-zone.primary .future-zone-head > span { background: #e7f1fb; color: #4a7da9; }.future-zone.secondary .future-zone-head > span { background: #fff1d8; color: #a06a15; }.future-zone-head svg { width: 17px; }.future-zone-head small { display: block; color: var(--muted); font-size: 8px; font-weight: 800; text-transform: uppercase; }.future-zone-head h2 { margin: 1px 0 0; font-family: Manrope,sans-serif; font-size: 15px; }.future-zone-head em { margin-left: auto; color: #9a7021; font-size: 8px; font-style: normal; font-weight: 800; }.future-zone-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 18px; }.future-zone-metrics div { padding: 8px 4px; border-radius: 5px; background: #f7faf8; text-align: center; }.future-zone-metrics strong,.future-zone-metrics span { display: block; }.future-zone-metrics strong { font-family: Manrope,sans-serif; font-size: 15px; }.future-zone-metrics span { margin-top: 2px; color: var(--muted); font-size: 8px; }.future-zone p { margin: 14px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }.future-roadmap { display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; margin-top: 14px; padding: 22px; border-radius: 8px; background: #1f5b45; color: #fff; }.future-roadmap h2 { margin: 8px 0 5px; font-family: Manrope,sans-serif; font-size: 19px; }.future-roadmap p { max-width: 590px; margin: 0; color: #d7eade; font-size: 11px; line-height: 1.5; }.future-roadmap .signal-kicker { color: #d9ebb3; }.future-roadmap-items { display: grid; gap: 7px; }.future-roadmap-items span { display: flex; align-items: center; gap: 6px; color: #e3f0e6; font-size: 10px; font-weight: 800; }.future-roadmap-items svg { width: 14px; color: #d9ebb3; }

    .source-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
    .source-card { padding: 20px; min-height: 210px; display: flex; flex-direction: column; }
    .source-top { display: flex; justify-content: space-between; align-items: start; }
    .source-logo { width: 44px; height: 44px; border-radius: 8px; display: grid; place-items: center; font-weight: 900; background: #e9effc; color: var(--blue); }
    .source-logo.meta { background: #e8f0ff; color: #2f67d4; }
    .source-logo.google { background: #fff1e7; color: #d3562e; }
    .source-logo.excel { background: #e5f4ea; color: #187447; }
    .source-logo.outlook { background: #e7f3ff; color: #1866b1; }
    .source-logo.whatsapp { background: #e5f8eb; color: #168745; }
    .source-logo.warehouse { background: #f0eaf9; color: #7048a0; }
    .source-card h3 { margin: 18px 0 5px; font-family: Manrope, sans-serif; font-size: 15px; }
    .source-card p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
    .source-meta { margin-top: auto; padding-top: 18px; display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: 10px; }
    .text-button { border: 0; background: transparent; color: var(--forest-2); font-weight: 800; padding: 5px; }
    .connect-button { border: 1px solid var(--line); background: white; color: var(--ink); padding: 7px 10px; border-radius: 6px; font-size: 11px; font-weight: 800; }

      #sources.active { display: flex; flex-wrap: wrap; gap: 14px; }
      #sources.active > .page-head { order: 0; width: 100%; margin-bottom: 0; }
      #sources.active > .health-grid { order: 1; width: 100%; margin: 0; }
      #sources.active > .pipeline-board { order: 2; width: 100%; }
      #sources.active > .connector-board { order: 3; width: 100%; margin-top: 0; }
      .health-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 14px; }
      .health-card { padding: 16px 18px; display: flex; align-items: center; gap: 13px; }
      .health-icon { width: 38px; height: 38px; border-radius: 8px; background: var(--mint); color: var(--forest); display: grid; place-items: center; flex: 0 0 auto; }
      .health-icon.pending { background: #fff4de; color: #a16b18; }
      .health-card strong { display: block; font-family: Manrope, sans-serif; font-size: 17px; }
      .health-card span { display: block; color: var(--muted); font-size: 11px; margin-top: 2px; }
      .pipeline-board { padding: 22px; overflow: hidden; }
      .pipeline-top { display: flex; justify-content: space-between; align-items: start; gap: 16px; margin-bottom: 22px; }
      .pipeline-top h2 { font-family: Manrope, sans-serif; font-size: 17px; margin: 0 0 4px; }
      .pipeline-top p { margin: 0; color: var(--muted); font-size: 12px; }
      .pipeline-flow { display: grid; grid-template-columns: minmax(160px, 1fr) 38px minmax(160px, 1fr) 38px minmax(185px, 1.2fr) 38px minmax(155px, 1fr); align-items: stretch; gap: 0; }
      .pipeline-column { display: grid; gap: 10px; align-content: center; }
      .pipeline-column-label { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 3px; }
      .pipeline-node { background: #f8fcf8; border: 1px solid var(--line); border-radius: 7px; padding: 13px; min-height: 89px; }
      .pipeline-node.connected { border-color: #b9d9c5; background: #f4fbf5; }
      .pipeline-node.hub { background: var(--forest); border-color: var(--forest); color: white; box-shadow: 0 12px 26px rgba(62, 115, 91, .19); padding: 18px; min-height: 188px; display: flex; flex-direction: column; justify-content: center; }
      .node-top { display: flex; align-items: center; gap: 9px; }
      .node-symbol { width: 28px; height: 28px; border-radius: 6px; display: grid; place-items: center; background: #e5f1e8; color: var(--forest); font-size: 12px; font-weight: 900; flex: 0 0 auto; }
      .node-symbol.meta { background: #e8f0ff; color: #2c67d6; }
      .node-symbol.google { background: #fff0e8; color: #cf5736; }
      .node-symbol.whatsapp { background: #e5f8eb; color: #168745; }
      .node-symbol.hub-symbol { background: rgba(255,255,255,.16); color: var(--lime); }
      .node-symbol img { width: 17px; height: 20px; object-fit: contain; }
      .pipeline-node h3 { font-size: 13px; margin: 0; }
      .pipeline-node p { font-size: 10px; line-height: 1.45; color: var(--muted); margin: 8px 0 0; }
      .pipeline-node.hub p { color: #dcecdf; }
      .node-checks { display: grid; gap: 5px; margin-top: 10px; }
      .node-check { display: flex; align-items: center; gap: 5px; color: #2b8057; font-size: 9px; font-weight: 800; }
      .node-check svg { width: 12px; height: 12px; }
      .node-check.hub-check { color: #dcecb7; }
      .pipeline-arrow { display: grid; place-items: center; color: #87ad96; }
      .pipeline-arrow svg { width: 21px; height: 21px; }
      .future-lane { display: grid; grid-template-columns: 180px repeat(3, minmax(0, 1fr)); gap: 10px; align-items: stretch; margin-top: 20px; padding-top: 18px; border-top: 1px dashed #c8d9cc; }
      .future-lane-label { padding: 12px; background: #fbf7ec; border: 1px solid #eeddb1; border-radius: 7px; }
      .future-lane-label strong { display: block; color: #7f5b1e; font-size: 12px; }
      .future-lane-label span { display: block; color: #96703a; font-size: 10px; line-height: 1.45; margin-top: 4px; }
      .future-node { padding: 12px; background: #fffdf8; border: 1px solid #eee3cb; border-radius: 7px; }
      .future-node strong { font-size: 11px; }
      .future-node span { display: block; color: #8e774f; font-size: 9px; line-height: 1.4; margin-top: 5px; }

    .import-status { display: grid; grid-template-columns: 38px minmax(0, 1fr) auto; align-items: center; gap: 12px; margin: 0 0 14px; padding: 13px 16px; border: 1px solid #d4e5d8; border-radius: 8px; background: #f8fcf8; }
    .import-status-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 7px; background: #e4f3e8; color: #2b8057; }.import-status-icon svg { width: 18px; height: 18px; }
    .import-status strong { display: block; font-size: 12px; }.import-status p { margin: 3px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; }
    .import-status-badge { padding: 6px 8px; border-radius: 5px; background: #fff3dc; color: #91661c; font-size: 9px; font-weight: 800; white-space: nowrap; }
    .import-status.validating { border-color: #e9d29e; background: #fffdf7; }.import-status.validating .import-status-icon { background: #fff0d3; color: #a36b14; }.import-status.validating .import-status-badge { background: #fff0d3; color: #936418; }
    .import-status.validated { border-color: #bddcc7; background: #f4fbf5; }.import-status.validated .import-status-badge { background: #e1f2e5; color: #27734f; }
    .import-status.error { border-color: #edc9bd; background: #fff8f5; }.import-status.error .import-status-icon { background: #fde7df; color: #ae563d; }.import-status.error .import-status-badge { background: #fde7df; color: #a74e38; }
    .connector-board { margin-top: 14px; padding: 22px; overflow: hidden; }
    .connector-board-head { display: flex; justify-content: space-between; gap: 20px; align-items: start; margin-bottom: 20px; }.connector-board-head h2 { margin: 9px 0 5px; font-family: Manrope, sans-serif; font-size: 18px; }.connector-board-head p { max-width: 600px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
    .connector-board-note { display: inline-flex; align-items: center; gap: 6px; margin-top: 3px; color: var(--muted); font-size: 10px; white-space: nowrap; }.connector-board-note svg { width: 15px; height: 15px; }
    .connector-canvas-wrap { overflow-x: auto; border: 1px solid #d4e4d8; border-radius: 8px; background: #f8fcf9; }
    .connector-canvas { min-width: 960px; min-height: 510px; position: relative; overflow: hidden; background-color: #f8fcf9; background-image: radial-gradient(#cfe0d3 1px, transparent 1px); background-size: 16px 16px; }
    .connector-lines { position: absolute; inset: 0; width: 100%; height: 100%; overflow: visible; }.connector-lines path { fill: none; stroke-width: 2.5; }.connector-lines circle { fill: #fff; stroke: #96c3a2; stroke-width: 2; }.connector-line.active { stroke: #4e9a6b; stroke-dasharray: 6 7; animation: connector-flow 1.1s linear infinite; }.connector-line.delayed { animation-delay: -.55s; }.connector-line.pending { stroke: #c7cdd0; stroke-dasharray: 5 7; }
    .connector-node { width: 190px; position: absolute; z-index: 2; padding: 13px; border: 1px solid #b9d9c4; border-radius: 8px; background: #fff; box-shadow: 0 7px 18px rgba(36, 77, 53, .09); cursor: default; user-select: none; transition: box-shadow .15s, border-color .15s; }.connector-node:hover { box-shadow: 0 11px 24px rgba(36, 77, 53, .13); }.connector-node.dragging { z-index: 4; border-color: var(--forest-2); box-shadow: 0 15px 30px rgba(36, 77, 53, .2); }.connector-node.intelligence-connector { width: 215px; padding: 17px; border-color: var(--forest); background: var(--forest); color: #fff; box-shadow: 0 14px 28px rgba(33, 80, 55, .25); }.connector-node.pending-connector { width: 205px; border-color: #acd0ee; background: #f4faff; color: #286796; box-shadow: 0 9px 22px rgba(34, 113, 170, .13); }
    .connector-handle { position: absolute; top: 7px; right: 7px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 4px; color: #91a69a; cursor: grab; touch-action: none; }.connector-handle:active { cursor: grabbing; }.connector-handle svg { width: 15px; height: 15px; }.intelligence-connector .connector-handle { color: #c8dfcf; }
    .connector-node-top { display: flex; align-items: center; gap: 8px; padding-right: 18px; }.connector-node-top strong { display: block; font-size: 12px; }.connector-node-top small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; line-height: 1.35; }.intelligence-connector .connector-node-top small { color: #d7eadb; }
    .connector-symbol { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 7px; font-size: 12px; font-weight: 900; }.connector-symbol.meta { background: #e8f0ff; color: #2c67d6; }.connector-symbol.google { background: #fff0e8; color: #cf5736; }.connector-symbol.whatsapp { background: #e5f8eb; color: #168745; }.connector-symbol.intelligence { background: rgba(255,255,255,.16); }.connector-symbol.intelligence img { width: 17px; height: 20px; }.connector-symbol.outlook { background: #ddecfa; }.connector-symbol.outlook img { width: 22px; height: 22px; object-fit: contain; }.connector-symbol.warehouse { background: #efe8fb; color: #7552a6; }.connector-symbol svg { width: 16px; height: 16px; }
    .connector-state { margin-left: auto; color: #32915e; }.connector-state svg { width: 15px; height: 15px; }.intelligence-connector .connector-state { color: var(--lime); }.connector-pending { margin-left: auto; color: #9aa3a6; }.connector-pending svg { width: 14px; height: 14px; }
    .connector-node-status { display: flex; align-items: center; gap: 5px; margin-top: 12px; color: #31845a; font-size: 9px; font-weight: 800; }.connector-node-status svg { width: 12px; height: 12px; }.pending-connector .connector-node-status { color: #3578aa; }
    .connector-upload, .connector-disabled { width: 100%; height: 30px; display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 10px; border-radius: 5px; font-size: 10px; font-weight: 800; }.connector-upload { border: 1px solid #bad7c3; background: #f1faf3; color: var(--forest); }.connector-upload:hover { border-color: var(--forest-2); background: #e6f5ea; }.connector-upload svg, .connector-disabled svg { width: 13px; height: 13px; }.connector-disabled { border: 1px solid #d7dcde; background: #eaedee; color: #90999c; }.connector-file-input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
    .connector-table-list { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 10px; }.connector-table-list span { padding: 4px 6px; border: 1px solid #c9e0d0; border-radius: 4px; background: #f3faf5; color: #34734e; font-size: 8px; font-weight: 800; }
    .intelligence-checks { display: grid; gap: 6px; margin-top: 15px; padding-top: 13px; border-top: 1px solid rgba(255,255,255,.18); }.intelligence-checks span { display: flex; align-items: center; gap: 6px; color: #d8ebdd; font-size: 9px; font-weight: 700; }.intelligence-checks svg { width: 12px; height: 12px; color: var(--lime); }
    .connector-add-source { position: absolute; z-index: 5; width: 210px; }.connector-add-source.dragging { z-index: 7; }.connector-add-trigger { width: 100%; min-height: 88px; display: flex; align-items: center; gap: 10px; padding: 13px 36px 13px 13px; border: 1.5px dashed #adc5b3; border-radius: 8px; background: rgba(255,255,255,.72); color: #486b55; text-align: left; transition: border-color .15s, background .15s, box-shadow .15s; }.connector-add-trigger:hover, .connector-add-trigger[aria-expanded="true"] { border-color: #6da67f; background: #fff; box-shadow: 0 8px 18px rgba(36,77,53,.1); }.connector-add-handle { position: absolute; z-index: 1; top: 7px; right: 7px; width: 22px; height: 22px; display: grid; place-items: center; border-radius: 4px; color: #789080; cursor: grab; touch-action: none; }.connector-add-handle:active { cursor: grabbing; }.connector-add-handle svg { width: 15px; height: 15px; }.connector-add-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 7px; background: #e5f1e8; color: #418158; }.connector-add-icon svg { width: 18px; height: 18px; }.connector-add-trigger span:nth-child(2) { min-width: 0; }.connector-add-trigger strong, .connector-add-trigger small { display: block; }.connector-add-trigger strong { font-size: 11px; }.connector-add-trigger small { margin-top: 3px; color: #718878; font-size: 9px; line-height: 1.35; }.connector-add-chevron { width: 15px; height: 15px; margin-left: auto; color: #789080; transition: transform .15s; }.connector-add-trigger[aria-expanded="true"] .connector-add-chevron { transform: rotate(180deg); }
    .connector-future-menu { display: grid; gap: 6px; margin-top: 7px; padding: 10px; border: 1px solid #d8ddda; border-radius: 8px; background: #f7f8f7; box-shadow: 0 12px 24px rgba(45,67,53,.15); }.connector-future-label { padding: 1px 2px 4px; color: #7e8581; font-size: 8px; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }.connector-future-menu button { display: grid; grid-template-columns: 22px minmax(0,1fr) 14px; gap: 7px; align-items: center; width: 100%; padding: 8px; border: 1px solid #e0e3e1; border-radius: 6px; background: #eff1ef; color: #8e9691; text-align: left; opacity: .88; cursor: not-allowed; }.connector-future-menu button > svg:first-child { width: 15px; height: 15px; color: #9ca49f; }.connector-future-menu button > svg:last-child { width: 12px; height: 12px; }.connector-future-menu button strong, .connector-future-menu button small { display: block; }.connector-future-menu button strong { font-size: 9px; }.connector-future-menu button small { margin-top: 2px; color: #9aa19d; font-size: 8px; line-height: 1.25; }.connector-future-menu p { display: flex; gap: 5px; margin: 2px 0 0; color: #878f8a; font-size: 8px; line-height: 1.35; }.connector-future-menu p svg { width: 12px; height: 12px; flex: 0 0 auto; }
    .connector-footer { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 12px; color: var(--muted); font-size: 10px; font-weight: 700; }.connector-footer span { display: inline-flex; align-items: center; gap: 5px; }.connector-footer svg { width: 14px; height: 14px; }.connector-footer span:first-child { color: #307a54; }.connector-footer span:last-child { color: #947044; }

    .future-explorer { display: grid; grid-template-columns: 1.45fr .75fr; gap: 14px; margin-top: 14px; }.future-map, .future-zone-detail { padding: 18px; border: 1px solid #d6e5da; border-radius: 8px; background: #fff; }.future-map-head { display: flex; justify-content: space-between; gap: 14px; }.future-map-head h2 { margin: 7px 0 2px; font-family: Manrope,sans-serif; font-size: 17px; }.future-map-head p { margin: 0; color: var(--muted); font-size: 10px; }.future-map-note { height: fit-content; padding: 5px 6px; border-radius: 4px; background: #fff3dc; color: #93671e; font-size: 8px; font-weight: 800; }.campus-map { position: relative; overflow: hidden; margin-top: 14px; border-radius: 7px; aspect-ratio: 2 / 1; background: #dceee1; }.campus-map img { width: 100%; height: 100%; display: block; object-fit: cover; }.campus-map::after { content: ""; position: absolute; inset: 0; background: rgba(21,75,51,.1); pointer-events: none; }.campus-pin { position: absolute; z-index: 1; transform: translate(-50%,-50%); display: grid; justify-items: center; gap: 3px; border: 0; background: transparent; color: #fff; }.campus-pin span { width: 27px; height: 27px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; background: #2b8057; box-shadow: 0 3px 10px rgba(16,51,35,.35); font-size: 10px; font-weight: 900; transition: transform .16s; }.campus-pin small { padding: 3px 5px; border-radius: 3px; background: rgba(15,47,33,.82); font-size: 8px; font-weight: 800; white-space: nowrap; }.campus-pin:hover span,.campus-pin.active span { transform: scale(1.18); background: #d9932d; }.future-zone-detail { background: #f5faf6; }.future-zone-detail h2 { margin: 8px 0 14px; font-family: Manrope,sans-serif; font-size: 21px; }.future-zone-detail > strong { font-family: Manrope,sans-serif; font-size: 19px; }.future-zone-detail > strong em { color: var(--muted); font-family: DM Sans,sans-serif; font-size: 10px; font-style: normal; font-weight: 700; }.capacity-meter { height: 7px; overflow: hidden; margin: 10px 0 16px; border-radius: 5px; background: #dcebe0; }.capacity-meter i { display: block; height: 100%; border-radius: inherit; background: #58a070; }.future-detail-list { display: grid; gap: 10px; }.future-detail-list span { display: flex; align-items: center; gap: 7px; color: #496b57; font-size: 10px; font-weight: 700; }.future-detail-list svg { width: 14px; color: #34815a; }.future-zone-detail p { margin: 17px 0 0; padding-top: 12px; border-top: 1px solid #dce9df; color: var(--muted); font-size: 9px; line-height: 1.5; }.future-decision-center { display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px; align-items: center; margin-top: 14px; padding: 22px; border: 1px solid #d4e5d8; border-radius: 8px; background: linear-gradient(135deg,#f4faf6,#fff9ec); }.future-decision-copy h2 { margin: 8px 0 6px; font-family: Manrope,sans-serif; font-size: 20px; }.future-decision-copy p { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }.future-decision-note { display: flex; align-items: center; gap: 5px; margin-top: 14px; color: #64806d; font-size: 9px; font-weight: 800; }.future-decision-note svg { width: 13px; }.future-decision-metrics { display: grid; grid-template-columns: repeat(2,1fr); gap: 9px; }.future-decision-metrics div { padding: 12px; border: 1px solid #dce9df; border-radius: 6px; background: rgba(255,255,255,.78); }.future-decision-metrics span,.future-decision-metrics strong,.future-decision-metrics small { display: block; }.future-decision-metrics span { color: var(--muted); font-size: 9px; font-weight: 800; }.future-decision-metrics strong { margin-top: 4px; font-family: Manrope,sans-serif; font-size: 21px; }.future-decision-metrics small { margin-top: 2px; color: #65806d; font-size: 8px; }
    .future-finance { margin-top: 14px; padding: 20px; border: 1px solid #d8e0dc; border-radius: 8px; background: #fff; }.future-finance-head { display: flex; justify-content: space-between; align-items: start; gap: 18px; }.future-finance-head h2 { margin: 8px 0 5px; font-family: Manrope,sans-serif; font-size: 20px; }.future-finance-head p { max-width: 610px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }.future-finance-status { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 5px; padding: 6px 8px; border: 1px solid #e6d3ad; border-radius: 4px; background: #fff8e9; color: #8e681f; font-size: 9px; font-weight: 900; }.future-finance-status svg { width: 13px; }.future-finance-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 17px; }.finance-module { position: relative; min-height: 154px; padding: 14px; overflow: hidden; border: 1px solid #e1e8e3; border-radius: 7px; background: #fbfcfa; }.finance-module-icon { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 6px; }.finance-module-icon svg { width: 17px; }.finance-module-icon.cash { background: #e3f0e7; color: #2d8056; }.finance-module-icon.invoice { background: #fff1d9; color: #b57316; }.finance-module-icon.budget { background: #e9edf8; color: #4d64a2; }.finance-module-icon.forecast { background: #f3e8ed; color: #a3516f; }.finance-module > span { display: block; margin-top: 11px; color: #52715d; font-size: 10px; font-weight: 900; }.finance-module strong { display: block; margin: 5px 0; font-family: Manrope,sans-serif; font-size: 21px; }.finance-module small { display: block; color: var(--muted); font-size: 9px; line-height: 1.4; }.finance-module em { position: absolute; right: 10px; bottom: 10px; color: #919b94; font-size: 8px; font-style: normal; font-weight: 800; }.future-finance-footer { display: flex; align-items: start; gap: 6px; margin-top: 13px; padding-top: 12px; border-top: 1px solid #edf0ed; color: #77857c; font-size: 9px; line-height: 1.4; }.future-finance-footer svg { flex: 0 0 auto; width: 13px; color: #ae7d2b; }
    .funnel { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; align-items: stretch; }
    .funnel-step { padding: 18px 14px; background: white; border: 1px solid var(--line); position: relative; min-height: 120px; }
    .funnel-step:not(:last-child)::after { content: ""; position: absolute; right: -9px; top: 49px; width: 16px; height: 16px; background: white; border-top: 1px solid var(--line); border-right: 1px solid var(--line); transform: rotate(45deg); z-index: 2; }
    .funnel-step:first-child { border-radius: 8px 0 0 8px; }
    .funnel-step:last-child { border-radius: 0 8px 8px 0; }
    .funnel-step small { color: var(--muted); font-weight: 700; }
    .funnel-step strong { display: block; font-family: Manrope, sans-serif; font-size: 23px; margin: 11px 0 4px; }
    .funnel-step span { color: var(--forest-2); font-size: 10px; font-weight: 700; }

    .sidebar-backdrop { display: none; }
    .admissions-status { display: inline-flex; align-items: center; gap: 7px; height: 34px; padding: 0 10px; border: 1px solid #ecd8ad; border-radius: 7px; background: #fffaf0; color: #855e1a; font-size: 10px; font-weight: 800; }
    .admissions-status svg { width: 15px; height: 15px; }
    .admissions-hero { display: grid; grid-template-columns: minmax(0, 1.45fr) 260px; gap: 24px; align-items: center; margin-bottom: 14px; padding: 24px 26px; overflow: hidden; border: 1px solid #c6dfce; border-radius: 8px; background: linear-gradient(112deg, #eef8f0 0%, #f9fcf7 67%, #fff9eb 100%); position: relative; }
    .admissions-hero h2 { max-width: 620px; margin: 8px 0; font-family: Manrope, sans-serif; font-size: 24px; line-height: 1.25; }
    .admissions-hero p { max-width: 645px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
    .admissions-kicker { display: inline-flex; align-items: center; gap: 6px; color: #85621e; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
    .admissions-kicker svg { width: 14px; height: 14px; }
    .admissions-proof { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 17px; }
    .admissions-proof span { display: inline-flex; align-items: center; gap: 5px; color: var(--forest); font-size: 10px; font-weight: 800; }
    .admissions-proof svg { width: 14px; height: 14px; }
    .orbit-explorer { display: grid; justify-items: center; gap: 8px; }.admissions-orbit { width: 195px; aspect-ratio: 1; justify-self: center; border: 1px dashed #b5d4c0; border-radius: 50%; position: relative; animation: orbit-float 5s ease-in-out infinite; }
    .admissions-orbit::before, .admissions-orbit::after { content: ""; position: absolute; border: 1px solid #d9eadc; border-radius: 50%; }
    .admissions-orbit::before { inset: 18px; }
    .admissions-orbit::after { inset: 43px; }
    .orbit-center { position: absolute; inset: 55px; z-index: 1; display: grid; place-content: center; justify-items: center; border-radius: 50%; background: var(--forest); color: white; box-shadow: 0 10px 24px rgba(40, 85, 63, .2); }
    .orbit-center svg { width: 19px; color: var(--lime); }
    .orbit-center strong { margin-top: 3px; font-family: Manrope, sans-serif; font-size: 21px; }
    .orbit-center small { color: #d9eadc; font-size: 8px; font-weight: 700; }
    .orbit-signal { position: absolute; z-index: 3; width: 31px; height: 31px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; background: var(--sun); color: #8f641d; box-shadow: 0 3px 10px rgba(59,80,50,.2); transition: transform .18s ease, box-shadow .18s ease; animation: orbit-signal-pulse 2.7s ease-in-out infinite; }.orbit-signal svg { width: 14px; height: 14px; }.orbit-signal:hover, .orbit-signal[aria-pressed="true"] { transform: scale(1.15); box-shadow: 0 0 0 5px rgba(232,188,116,.2), 0 5px 14px rgba(59,80,50,.25); }.signal-contact { top: 22px; right: 18px; }.signal-visit { bottom: 30px; left: 7px; background: var(--blue); color: #fff; animation-delay: -.9s; }.signal-exam { bottom: 4px; right: 45px; background: var(--coral); color: #fff; animation-delay: -1.8s; }.orbit-insight { width: 240px; padding: 9px 11px; border: 1px solid #d5e5d9; border-radius: 7px; background: rgba(255,255,255,.8); }.orbit-insight > span { display: flex; align-items: center; gap: 5px; color: #85621e; font-size: 9px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }.orbit-insight svg { width: 12px; height: 12px; }.orbit-insight strong { display: block; margin-top: 4px; font-size: 11px; }.orbit-insight small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; line-height: 1.35; }
    .admissions-signal-strip { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; margin: 0 0 14px; }.admission-signal { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 10px; align-items: center; padding: 12px; border: 1px solid #d7e7db; border-radius: 7px; background: #fff; }.admission-signal-icon { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 7px; background: #e5f3e8; color: #2b8057; }.admission-signal-icon.blue { background: #e6f1fb; color: #4381b9; }.admission-signal-icon.gold { background: #fff2dc; color: #a66d18; }.admission-signal-icon svg { width: 17px; height: 17px; }.admission-signal small, .admission-signal strong, .admission-signal span { display: block; }.admission-signal small { color: var(--muted); font-size: 9px; font-weight: 800; }.admission-signal strong { margin-top: 2px; font-family: Manrope, sans-serif; font-size: 16px; }.admission-signal div > span { margin-top: 1px; color: var(--muted); font-size: 9px; }.admission-signal em { padding: 4px 5px; border-radius: 4px; background: #fff6e5; color: #926720; font-size: 8px; font-style: normal; font-weight: 800; white-space: nowrap; }
    .admissions-chart-card { border-color: #cfe1d4; background: linear-gradient(145deg, #ffffff 0%, #f4faf5 100%); }.admissions-chart { height: 225px; border: 1px solid #d9e8dd; border-radius: 7px; overflow: hidden; }.admissions-chart-readout { position: absolute; top: 12px; right: 12px; padding: 8px 9px; border: 1px solid #cfe0d3; border-radius: 6px; background: rgba(255,255,255,.94); box-shadow: 0 6px 14px rgba(41,84,59,.08); }.admissions-chart-readout span { display: flex; align-items: center; gap: 4px; color: var(--forest-2); font-size: 9px; font-weight: 800; }.admissions-chart-readout svg { width: 12px; height: 12px; }.admissions-chart-readout strong { display: block; margin-top: 3px; font-family: Manrope, sans-serif; font-size: 18px; }.admissions-chart-readout small { display: block; color: var(--muted); font-size: 8px; }
    .chart-mini-legend { display: flex; gap: 10px; color: var(--muted); font-size: 10px; font-weight: 700; }
    .chart-mini-legend span { display: inline-flex; align-items: center; gap: 4px; }.chart-mini-legend i { width: 7px; height: 7px; border-radius: 50%; background: var(--forest-2); }.chart-mini-legend span:last-child i { background: var(--blue); }
    .admissions-chart-area { opacity: 0; animation: fade-in .75s ease .35s forwards; }
    .admissions-chart-line { stroke-dasharray: 900; stroke-dashoffset: 900; animation: draw-line 1.25s cubic-bezier(.2,.8,.2,1) .14s forwards; }.admissions-chart-line.newhope { animation-delay: .4s; }
    .admissions-chart-point { opacity: 0; fill: white; stroke: var(--forest-2); stroke-width: 3; animation: point-in .25s ease forwards; }.admissions-chart-point:nth-of-type(1) { animation-delay: .75s; }.admissions-chart-point:nth-of-type(2) { animation-delay: .9s; }.admissions-chart-point:nth-of-type(3) { animation-delay: 1.05s; }.admissions-chart-point:nth-of-type(4) { animation-delay: 1.2s; }.admissions-chart-point:nth-of-type(5) { animation-delay: 1.35s; }
    .followups-card { min-width: 0; }
    .followups-live { display: inline-flex; align-items: center; gap: 5px; color: #a1681a; font-size: 10px; font-weight: 800; white-space: nowrap; }.followups-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--sun); box-shadow: 0 0 0 4px #fff2d9; }
    .followup-queues { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
    .followup-queue { display: flex; justify-content: space-between; align-items: center; min-width: 0; padding: 9px; border: 1px solid var(--line); border-radius: 6px; background: #fff; color: var(--muted); text-align: left; font-size: 10px; font-weight: 700; }.followup-queue strong { color: var(--ink); font-size: 13px; }.followup-queue.active { border-color: #b8d6c1; background: #f2faf4; color: var(--forest); }.followup-queue:hover { border-color: #9dc4aa; }
    .followup-detail { margin-top: 13px; padding: 13px; border: 1px solid #d8e7dc; border-radius: 7px; background: #f8fcf8; }
    .followup-detail-head { display: flex; justify-content: space-between; gap: 12px; align-items: start; }.followup-detail-label { display: block; color: #88621a; font-size: 9px; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }.followup-detail-head strong { display: block; margin-top: 3px; font-size: 12px; }.followup-detail-head > span { color: var(--forest); font-size: 10px; font-weight: 800; white-space: nowrap; }
    .followup-list { display: grid; gap: 7px; margin-top: 11px; }.followup-item { display: grid; grid-template-columns: 27px minmax(0, 1fr) auto; gap: 8px; align-items: center; padding: 8px; border: 1px solid #e3ece5; border-radius: 6px; background: white; }.contact-avatar { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; background: #dff0e4; color: #28704d; font-size: 9px; font-weight: 900; }.contact-avatar.blue { background: #e2edfb; color: #336baf; }.contact-avatar.gold { background: #fff0d7; color: #9e6d17; }.contact-avatar.green { background: #d7efe2; color: #297654; }.followup-item strong { display: block; font-size: 11px; }.followup-item small { display: block; margin-top: 2px; color: var(--muted); font-size: 9px; line-height: 1.35; }.priority-pill { padding: 4px 5px; border-radius: 4px; background: #fff1db; color: #9b6617; font-size: 8px; font-weight: 900; white-space: nowrap; }.priority-pill.urgent { background: #fde7df; color: #ac4f36; }.priority-pill.done { background: #e4f3e8; color: #28734e; }
    .followup-disclaimer { display: flex; gap: 5px; margin-top: 10px; color: #7b6440; font-size: 9px; line-height: 1.45; }.followup-disclaimer svg { width: 13px; height: 13px; flex: 0 0 auto; }

    .scenario-card { padding: 22px; margin-top: 14px; overflow: hidden; position: relative; }
    .scenario-card::before { content: ""; position: absolute; right: -72px; bottom: -105px; width: 285px; height: 285px; border-radius: 50%; border: 34px solid #e5f2e8; }
    .scenario-head, .scenario-grid { position: relative; z-index: 1; }
    .scenario-head { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 19px; }
    .scenario-head h2 { margin: 0 0 4px; font-family: Manrope, sans-serif; font-size: 17px; }
    .scenario-head p { margin: 0; color: var(--muted); font-size: 11px; }
    .scenario-grid { display: grid; grid-template-columns: minmax(230px, 1fr) repeat(3, minmax(120px, .55fr)); gap: 12px; align-items: stretch; }
    .scenario-control { padding: 16px; background: #f4faf5; border: 1px solid #cfe2d4; border-radius: 7px; }
    .scenario-control label { display: flex; justify-content: space-between; gap: 10px; color: var(--ink); font-size: 12px; font-weight: 800; }
    .scenario-control output { color: var(--forest-2); }
    .scenario-control input { width: 100%; accent-color: var(--forest); margin: 20px 0 9px; }
    .scenario-control small { display: block; color: var(--muted); font-size: 10px; line-height: 1.45; }
    .scenario-result { padding: 16px; border: 1px solid var(--line); border-radius: 7px; background: rgba(255,255,255,.9); }
    .scenario-result span { display: block; color: var(--muted); font-size: 10px; line-height: 1.35; }
    .scenario-result strong { display: block; margin-top: 9px; font-family: Manrope, sans-serif; font-size: 24px; color: var(--forest); }
    .scenario-result em { display: block; margin-top: 3px; color: var(--forest-2); font-size: 10px; font-style: normal; font-weight: 700; }

    .chat-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 14px; height: calc(100vh - 160px); min-height: 560px; }
    .chat-card { display: flex; flex-direction: column; overflow: hidden; }
    .chat-head { padding: 16px 20px; border-bottom: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; }
    .assistant-id { display: flex; align-items: center; gap: 11px; }
    .assistant-orb { width: 38px; height: 38px; border-radius: 8px; background: var(--forest); color: var(--lime); display: grid; place-items: center; }
    .assistant-id strong { display: block; font-size: 13px; }
    .assistant-id span { display: block; color: var(--muted); font-size: 10px; }
    .messages { flex: 1; padding: 24px; overflow: auto; display: flex; flex-direction: column; gap: 15px; background: #fbfcfb; }
    .message { max-width: 76%; padding: 12px 14px; border-radius: 8px; font-size: 13px; line-height: 1.55; }
    .message.assistant { background: white; border: 1px solid var(--line); align-self: flex-start; }
    .message.user { background: var(--forest); color: white; align-self: flex-end; }
    .chat-input { display: flex; gap: 8px; padding: 14px; border-top: 1px solid var(--line); background: white; }
    .chat-input input { flex: 1; height: 42px; border: 1px solid var(--line); border-radius: 6px; padding: 0 12px; }
    .send-button { width: 42px; border: 0; border-radius: 6px; background: var(--forest); color: white; display: grid; place-items: center; }
    .prompt-panel { padding: 18px; }
    .prompt-panel h3 { font-family: Manrope, sans-serif; font-size: 14px; margin: 0 0 14px; }
    .prompt { width: 100%; text-align: left; padding: 11px; border: 1px solid var(--line); border-radius: 6px; background: white; margin-bottom: 8px; color: var(--ink); font-size: 11px; line-height: 1.4; }
    .prompt:hover { border-color: var(--forest-2); background: #f7fbf8; }
    .ai-note { margin-top: 20px; padding: 12px; background: #fff8e9; border: 1px solid #f1d29a; border-radius: 7px; color: #71501a; font-size: 10px; line-height: 1.5; }

      .dashboard-actions { display: flex; align-items: center; gap: 10px; }
      .assistant-toggle { min-height: 46px; min-width: 204px; border: 1px solid #b8d8c4; border-radius: 7px; background: linear-gradient(135deg, #f8fdf9 0%, #edf8f0 100%); color: var(--forest); padding: 6px 9px; text-align: left; display: inline-flex; align-items: center; gap: 8px; box-shadow: 0 4px 12px rgba(50,112,74,.07); transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
      .assistant-toggle:hover, .assistant-toggle[aria-expanded="true"] { border-color: #76af89; box-shadow: 0 9px 18px rgba(50,112,74,.14); transform: translateY(-1px); }.assistant-avatar { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 7px; background: var(--forest); color: var(--lime); box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); }.assistant-avatar svg { width: 16px; height: 16px; }.assistant-copy { min-width: 0; flex: 1; }.assistant-copy strong, .assistant-copy small { display: block; }.assistant-copy strong { color: var(--ink); font-size: 11px; }.assistant-copy small { margin-top: 1px; color: var(--muted); font-size: 9px; font-weight: 700; }.assistant-future { padding: 4px 5px; border-radius: 4px; background: #fff4dd; color: #93661d; font-size: 8px; font-weight: 900; white-space: nowrap; }.assistant-arrow { width: 15px; height: 15px; color: var(--forest-2); }
      .assistant-drawer { position: fixed; top: 78px; right: 24px; z-index: 35; width: min(410px, calc(100vw - 48px)); height: min(660px, calc(100vh - 102px)); background: white; border: 1px solid #cfe0d3; border-radius: 8px; box-shadow: 0 22px 60px rgba(36, 69, 56, .20); overflow: hidden; display: none; }
      .assistant-drawer.open { display: block; }
      .assistant-drawer .chat-card { min-height: 0; height: 100%; }
      .drawer-close { width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 6px; color: var(--muted); background: white; display: grid; place-items: center; }
      .drawer-close svg { width: 15px; height: 15px; }
      .drawer-prompts { display: flex; flex-wrap: wrap; gap: 7px; padding: 0 14px 14px; background: #fbfcfb; }
      .drawer-prompts .prompt { width: auto; margin: 0; padding: 7px 9px; font-size: 9px; }

    .settings-overview { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-bottom: 14px; }.settings-summary { display: flex; align-items: center; gap: 12px; padding: 15px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 4px 16px rgba(24,52,39,.035); }.settings-summary-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; line-height: 0; border-radius: 7px; background: #e5f3e8; color: #287951; }.settings-summary-icon.blue { background: #e7f2fd; color: #397ab4; }.settings-summary-icon.gold { background: #fff3dc; color: #a46a18; }.settings-summary-icon svg { display: block; width: 19px; height: 19px; stroke-width: 2.1; }.settings-summary small, .settings-summary strong, .settings-summary span { display: block; }.settings-summary small { color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }.settings-summary strong { margin-top: 3px; font-family: Manrope, sans-serif; font-size: 13px; }.settings-summary div > span { margin-top: 2px; color: var(--muted); font-size: 9px; }
    .settings-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.settings-card { padding: 20px; border-color: #d3e4d7; }.privacy-card { border-color: #d7e1e8; background: linear-gradient(145deg, #fff 0%, #f8fbfc 100%); }.settings-card-head { display: flex; gap: 11px; align-items: start; margin-bottom: 13px; }.settings-section-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 34px; line-height: 0; border-radius: 7px; background: #e5f3e8; color: var(--forest); }.settings-section-icon.privacy { background: #e7f2fd; color: #397ab4; }.settings-section-icon svg { display: block; width: 17px; height: 17px; stroke-width: 2.1; }.settings-card h2 { font-family: Manrope, sans-serif; font-size: 16px; margin: 0; }.settings-card-head p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }.setting-row { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 14px 0; border-top: 1px solid var(--line); }
    .setting-row:first-of-type { border-top: 0; }
    .setting-copy { display: flex; align-items: center; gap: 9px; min-width: 0; }.setting-copy > svg { width: 15px; height: 15px; flex: 0 0 auto; color: var(--forest-2); }.privacy-card .setting-copy > svg { color: #598ab5; }.setting-row strong { display: block; font-size: 12px; }.setting-row span { color: var(--muted); font-size: 10px; }
    .toggle { width: 38px; height: 22px; border-radius: 999px; background: #ccd6d0; position: relative; border: 0; }
    .toggle::after { content: ""; width: 16px; height: 16px; border-radius: 50%; background: white; position: absolute; top: 3px; left: 3px; transition: .2s; }
    .toggle.on { background: var(--forest-2); }
    .toggle.on::after { transform: translateX(16px); }

    .settings-summary > .settings-summary-icon, .admission-signal > .admission-signal-icon { display: grid; place-items: center; line-height: 0; }
    .settings-summary-icon svg, .admission-signal-icon svg { display: block; }
    .toast { position: fixed; right: 24px; bottom: 24px; background: #163b2e; color: white; padding: 12px 16px; border-radius: 7px; box-shadow: var(--shadow); font-size: 12px; z-index: 100; animation: toast-in .25s ease; }
    @keyframes toast-in { from { opacity: 0; transform: translateY(10px); } }
    @keyframes grow-bar { from { transform: scaleY(.08); } }
    @keyframes rise-in { from { opacity: 0; transform: translateY(14px); } }
    @keyframes fade-in { to { opacity: 1; } }
    @keyframes draw-line { to { stroke-dashoffset: 0; } }
    @keyframes point-in { to { opacity: 1; transform: scale(1); } }
    @keyframes forecast-flow { to { stroke-dashoffset: -52; } }
    @keyframes orbit-float { 50% { transform: translateY(-7px); } }
    @keyframes orbit-signal-pulse { 50% { box-shadow: 0 0 0 5px rgba(232,188,116,.14), 0 3px 10px rgba(59,80,50,.2); } }
    @keyframes connector-flow { to { stroke-dashoffset: -26; } }
    @keyframes node-float { 50% { transform: translateY(-7px); } }
    @keyframes core-pulse { 50% { box-shadow: 0 0 0 19px rgba(185,224,196,.08), 0 20px 46px rgba(5,37,25,.4); } }
    @keyframes live-pulse { 50% { opacity: .45; transform: scale(.8); } }

    @media (max-width: 1100px) {
      .kpi-grid { grid-template-columns: repeat(2, 1fr); }
      .dashboard-grid { grid-template-columns: 1fr; }
      .source-grid { grid-template-columns: repeat(2, 1fr); }
      .campaign-brief { grid-template-columns: 1fr 1fr; }
      .campaign-spotlight { grid-column: 1 / -1; }
      .intelligence-band { grid-template-columns: 1fr; }
      .scenario-grid { grid-template-columns: repeat(3, 1fr); }
      .scenario-control { grid-column: 1 / -1; }
        .pipeline-flow { grid-template-columns: 1fr; gap: 10px; }
        .pipeline-arrow { min-height: 22px; transform: rotate(90deg); }
        .pipeline-node.hub { min-height: 132px; }
        .future-lane { grid-template-columns: repeat(2, 1fr); }
        .future-lane-label { grid-column: 1 / -1; }
      .funnel { grid-template-columns: 1fr 1fr; }
      .funnel-step::after { display: none; }
      .funnel-step { border-radius: 7px !important; }
      .admissions-hero { grid-template-columns: 1fr 190px; }
      .admissions-signal-strip { grid-template-columns: 1fr; }
      .connector-board-head { flex-direction: column; }
    }
    @media (max-width: 760px) {
      .login-screen { grid-template-columns: 1fr; }
      .login-visual { display: block; min-height: 520px; padding: 34px 22px; }
      .login-copy { margin-top: 48px; }
      .visual-stack h2 { font-size: 31px; }.visual-heading p { font-size: 12px; }.login-network { height: 450px; margin-top: 15px; }.network-source { width: 104px; min-height: 64px; padding: 8px; }.network-source img { width: 25px; height: 25px; }.network-source > svg { width: 25px; height: 25px; padding: 5px; }.network-source span { margin-top: 4px; font-size: 8px; }.source-meta { top: 26px; }.source-google { top: 184px; }.source-warehouse { bottom: 17px; }.source-whatsapp { top: 35px; }.source-extra { top: 184px; }.source-outlook { bottom: 17px; }.network-core { width: 122px; height: 122px; }.network-core strong { font-size: 14px; }.network-core-mark { width: 32px; height: 32px; }.network-core-mark img { width: 20px; height: 24px; }.network-core > svg { right: 15px; top: 16px; }.institution-rail em { display: none; }
      .app-shell { display: block; }
      .sidebar { transform: translateX(-100%); transition: .25s; box-shadow: 12px 0 40px rgba(0,0,0,.2); }
      .sidebar.open { transform: translateX(0); }
      .main { margin-left: 0; }
      .mobile-menu { display: grid; place-items: center; }
      .topbar { height: 66px; padding: 0 14px; }
      .scope-switch { display: none; }
      .topbar-start { gap: 0; }.topbar-context { display: none; }.top-filter-group { border: 0; padding: 0; background: transparent; }.filter-label { display: none; }
      .content { padding: 18px 14px; }
      .page-head { align-items: start; flex-direction: column; }
        .kpi-grid, .source-grid, .settings-grid, .settings-overview, .health-grid, .signal-grid, .scenario-grid { grid-template-columns: 1fr; }
      .kpi-grid:not(.expanded) .kpi:nth-child(n + 3) { display: none; }
      .mobile-kpi-toggle { width: 100%; height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; margin-top: 10px; border: 1px solid #cfe0d3; border-radius: 7px; background: #fff; color: var(--forest); font-size: 12px; font-weight: 800; }
      .mobile-kpi-toggle svg { width: 16px; transition: transform .16s ease; }
      .mobile-kpi-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
      .campaign-brief { grid-template-columns: 1fr; }
      .campaign-spotlight { grid-column: auto; }
      .future-campus-hero, .future-roadmap, .future-explorer, .future-decision-center { grid-template-columns: 1fr; }.future-campus-image { min-height: 220px; }.future-zone-grid, .future-finance-grid { grid-template-columns: 1fr; }.future-finance-head { flex-direction: column; gap: 10px; }
      .campaign-toolbar, .campaign-controls { align-items: stretch; flex-direction: column; }
      .campaign-filter-group { justify-content: space-between; }
      .campaign-filter { flex: 1; }
      .scenario-control { grid-column: auto; }
      .donut-wrap { grid-template-columns: 1fr; justify-items: center; }
      .channel-intelligence { grid-template-columns: 1fr; justify-items: center; }.channel-intelligence .channel-list { width: 100%; }
      .weekly-performance { grid-template-columns: 1fr; }.performance-scale { padding: 0; }.performance-bars { gap: 7px; }.performance-weeks { grid-column: 1; gap: 7px; }.performance-bars span { font-size: 8px; }
      .table-card { overflow-x: auto; }
      .table-toolbar { align-items: stretch; flex-direction: column; }
      .search { min-width: 0; width: 100%; }
      .funnel { grid-template-columns: 1fr; }
      .admissions-hero { grid-template-columns: 1fr; padding: 20px; }
      .admissions-hero h2 { font-size: 20px; }
      .admissions-orbit { width: 165px; }
      .orbit-insight { width: min(100%, 300px); }.admission-signal { grid-template-columns: 34px minmax(0, 1fr); }.admission-signal em { grid-column: 2; justify-self: start; }
      .sidebar-backdrop { position: fixed; z-index: 19; inset: 0; border: 0; background: rgba(21, 45, 34, .35); opacity: 0; pointer-events: none; transition: opacity .25s; }
      .sidebar-backdrop.open { display: block; opacity: 1; pointer-events: auto; }
      .followup-queues { grid-template-columns: 1fr; }
      .chart-mini-legend { display: none; }
      .import-status { grid-template-columns: 38px minmax(0, 1fr); align-items: start; }.import-status-badge { grid-column: 2; justify-self: start; }
      .connector-board { padding: 16px; }
      .connector-board-note { display: none; }
      .connector-canvas-wrap { display: none; }
      .connector-board::after { content: "Vista operativa: Meta Ads, Google Ads, WhatsApp Business API y cuatro tablas autorizadas del Data Warehouse. El tablero arrastrable está disponible en escritorio."; display: block; padding: 13px; border: 1px solid #d7e6db; border-radius: 7px; background: #f6fbf7; color: #52715d; font-size: 12px; line-height: 1.5; }
      .connector-footer { display: grid; gap: 7px; }
      .chat-layout { grid-template-columns: 1fr; height: auto; }
      .chat-card { min-height: 620px; }
      .prompt-panel { display: none; }
        .dashboard-actions { width: 100%; flex-wrap: wrap; justify-content: space-between; }.assistant-toggle { min-width: 0; flex: 1; }.assistant-future { display: none; }.executive-brief, .institution-compare { grid-template-columns: 1fr; }.executive-brief > div { padding: 13px; }.compare-metric { padding-top: 11px; border-top: 1px solid #e4ece6; }.data-quality-strip { align-items: start; }.data-quality-strip > div { width: 100%; }.quality-state { width: 100%; }.trace-drawer { width: min(390px, calc(100vw - 14px)); top: 7px; right: 7px; height: calc(100vh - 14px); border: 1px solid #d6e4d9; border-radius: 8px; }.tour-card { padding: 19px; }
        .assistant-drawer { top: 74px; right: 10px; width: calc(100vw - 20px); height: calc(100vh - 86px); }
      .top-filter-group { display: none; }.top-actions { margin-left: auto; }.top-actions .select:first-child { display: none; }
    }
    @media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation: none !important; transition: none !important; } }
