:root {
    --forest-950: #082f21;
    --forest-900: #0b452d;
    --forest-800: #125b3d;
    --forest-700: #1d6e4d;
    --leaf: #418a3d;
    --moss: #84945a;
    --maize: #e6a313;
    --clay: #d76522;
    --river: #167d82;
    --berry: #98477e;
    --ink: #18221d;
    --muted: #66716b;
    --line: #dfe5e0;
    --paper: #f4f6f2;
    --white: #ffffff;
    --danger: #b53028;
    --radius: 16px;
    --shadow: 0 8px 28px rgba(15, 49, 31, .08);
    --display: "Barlow Condensed", sans-serif;
    --body: "Nunito Sans", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--body);
    line-height: 1.45;
}
button, input, select, textarea { font: inherit; }
a { color: inherit; }
svg { width: 1.15em; height: 1.15em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 9999; top: -4rem; left: 1rem; padding: .7rem 1rem; color: #fff; background: #000; border-radius: 8px; }
.skip-link:focus { top: 1rem; }
:focus-visible { outline: 3px solid #ffbe2e; outline-offset: 3px; }

.site-header {
    position: sticky;
    z-index: 1000;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 72px;
    padding: .65rem clamp(1rem, 3vw, 3rem);
    color: #fff;
    background: var(--forest-950);
    border-bottom: 1px solid rgba(255,255,255,.15);
}
.brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 42px; height: 42px; color: var(--forest-950); background: #dfe8c5; border-radius: 50% 50% 50% 12%; transform: rotate(-6deg); }
.brand-mark svg { width: 23px; height: 23px; transform: rotate(6deg); }
.brand strong { display: block; font-family: var(--display); font-size: 1.2rem; letter-spacing: .03em; text-transform: uppercase; }
.brand small { display: block; color: #c7d7cd; font-size: .73rem; }
.main-nav { display: flex; align-items: center; gap: .3rem; }
.main-nav a { display: flex; align-items: center; gap: .42rem; padding: .6rem .75rem; color: #d5e2da; border-radius: 10px; font-size: .88rem; font-weight: 700; text-decoration: none; }
.main-nav a:hover, .main-nav a.is-active { color: #fff; background: rgba(255,255,255,.12); }
.main-nav .admin-link { margin-left: .3rem; color: #17211b; background: #e8b747; }
.nav-toggle { display: none; color: #fff; background: transparent; border: 0; }

.dashboard-page, .governance-page, .network-page { width: min(1880px, 100%); margin: 0 auto; padding: 14px; }
.dashboard-hero {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1rem 1.25rem;
    color: #fff;
    background: var(--forest-900);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}
.eyebrow { margin: 0 0 .18rem; color: var(--maize); font-family: var(--display); font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3 { font-family: var(--display); line-height: 1.05; }
.dashboard-hero h1, .governance-hero h1, .network-hero h1 { margin: 0; font-size: clamp(2rem, 4vw, 3.15rem); letter-spacing: .01em; text-transform: uppercase; }
.dashboard-hero p:last-child { margin: .2rem 0 0; color: #dce9e1; }
.filter-bar { display: flex; align-items: flex-end; gap: .7rem; }
.filter-bar label, .network-filter { display: grid; gap: .25rem; color: #eef4f0; font-size: .77rem; font-weight: 800; }
select, input, textarea { min-height: 42px; padding: .58rem .72rem; color: var(--ink); background: #fff; border: 1px solid #cbd5ce; border-radius: 9px; }
.filter-bar select { min-width: 160px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: .45rem; min-height: 42px; padding: .58rem .9rem; border: 1px solid transparent; border-radius: 9px; font-weight: 800; text-decoration: none; cursor: pointer; }
.button-soft { color: #fff; background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.18); }
.button-primary { color: #fff; background: var(--forest-700); }
.button-outline { color: var(--forest-800); background: #fff; border-color: #aebdb2; }
.button-danger { color: #fff; background: var(--danger); }
.button.full { width: 100%; }
.icon-button { display: inline-grid; place-items: center; width: 38px; height: 38px; padding: 0; color: var(--forest-800); background: #eef3ef; border: 1px solid #d8e1da; border-radius: 10px; cursor: pointer; }

.metric-ribbon { display: grid; grid-template-columns: repeat(8, minmax(125px, 1fr)); gap: 8px; margin: 10px 0; }
.metric-card { position: relative; display: flex; align-items: center; gap: .7rem; min-height: 96px; padding: .75rem .8rem; overflow: hidden; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 2px 8px rgba(14,55,35,.04); }
.metric-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; color: var(--metric-color); background: color-mix(in srgb, var(--metric-color) 10%, white); border-radius: 50%; }
.metric-icon svg { width: 24px; height: 24px; }
.metric-card > div { min-width: 0; }
.metric-card small { display: block; font-size: .75rem; font-weight: 800; }
.metric-card strong { display: block; margin: .05rem 0; color: var(--metric-color); font-family: var(--display); font-size: 2.25rem; line-height: .92; }
.metric-card em { color: var(--muted); font-size: .68rem; font-style: normal; }
.metric-card small, .metric-card strong, .metric-card em { max-width: 100%; overflow-wrap: anywhere; }
.source-notice { margin: .5rem 0; padding: .65rem 1rem; color: #704b00; background: #fff3cd; border: 1px solid #ead390; border-radius: 10px; font-weight: 700; }

.dashboard-grid { display: grid; grid-template-areas: "indexes map charts" "state profiles risks" "voice voice risks"; grid-template-columns: minmax(220px, .72fr) minmax(470px, 2.5fr) minmax(290px, 1.15fr); gap: 10px; align-items: stretch; }
.panel { min-width: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 3px 14px rgba(12,48,30,.045); }
.panel-header { display: flex; align-items: center; justify-content: space-between; gap: .8rem; min-height: 50px; padding: .75rem 1rem; border-bottom: 1px solid var(--line); }
.panel-header > *, .panel-header > div { min-width: 0; }
.panel-header h2 { margin: 0; overflow-wrap: anywhere; font-size: 1.12rem; letter-spacing: .025em; text-transform: uppercase; }
.panel-header .eyebrow { margin-bottom: .1rem; }
.index-panel { grid-area: indexes; }
.index-list { padding: .75rem; }
.index-item { display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: .55rem; padding: .52rem 0; }
.index-item + .index-item { border-top: 1px dashed #e1e7e2; }
.index-item > span:first-child { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--index-color); border-radius: 50%; }
.index-copy strong { display: block; font-size: .74rem; }
.index-copy .progress { height: 5px; margin-top: .32rem; overflow: hidden; background: #e9eee9; border-radius: 999px; }
.index-copy .progress span { display: block; width: var(--progress); height: 100%; background: var(--index-color); }
.index-value { font-family: var(--display); font-size: 1.2rem; font-weight: 700; }
.summary-talents-panel { display: grid; grid-template-rows: auto minmax(0, 1fr) auto 170px; overflow: hidden; }
.summary-talents-header { align-items: flex-start; color: var(--forest-900); }
.summary-talents-header > div > span { display: block; margin-top: .12rem; color: var(--muted); font-size: .68rem; }
.summary-talents-header > svg { flex: 0 0 auto; width: 22px; color: var(--forest-700); }
.summary-talents-list { display: grid; align-content: start; gap: 2px; min-height: 0; padding: .55rem .75rem .35rem; }
.summary-talent-row { display: grid; grid-template-columns: minmax(0, 1fr) minmax(58px, .9fr) auto; align-items: center; gap: .45rem; min-height: 30px; padding: .18rem 0; color: #26372e; background: transparent; border: 0; border-radius: 5px; font: inherit; text-align: left; cursor: pointer; }
.summary-talent-row:hover { background: #f1f5f0; }
.summary-talent-row:focus-visible { outline: 3px solid #e4a11b; outline-offset: 1px; }
.summary-talent-row > span { overflow: hidden; font-size: .65rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.summary-talent-row > i { display: block; height: 8px; overflow: hidden; background: #e5e9e2; border-radius: 999px; }
.summary-talent-row > i > b { display: block; width: var(--summary-value); height: 100%; background: #3d9145; border-radius: inherit; }
.summary-talent-row > strong { min-width: 39px; color: #193d2d; font-size: .64rem; text-align: right; }
.summary-subsection-title { margin: .15rem .75rem 0; padding: .55rem 0 .2rem; color: var(--forest-900); border-top: 1px solid var(--line); font-family: var(--display); font-size: .82rem; }
.summary-talent-use-chart { position: relative; min-width: 0; height: 170px; padding: .25rem .35rem .6rem; }
.summary-talent-use-chart canvas { max-width: 100%; }
.map-panel { position: relative; display: flex; grid-area: map; flex-direction: column; overflow: hidden; }
.map-heading { position: absolute; z-index: 8; top: 10px; left: 10px; right: 10px; color: #fff; background: rgba(8,47,33,.9); border: 0; border-radius: 12px; backdrop-filter: blur(9px); }
.map-heading .icon-button { color: #fff; background: rgba(255,255,255,.13); border-color: rgba(255,255,255,.18); }
.map-actions { display: flex; gap: .4rem; }
.talent-map { flex: 1 1 auto; width: 100%; min-height: 520px; background: #5d7153 center/cover no-repeat; }
.map-empty { display: grid; place-items: center; align-content: center; gap: .4rem; height: 100%; min-height: 520px; color: #fff; background: linear-gradient(rgba(8,47,33,.38), rgba(8,47,33,.38)), url("../img/map-fallback.jpg") center/cover; text-align: center; }
.map-empty svg { width: 42px; height: 42px; }
.map-empty span { max-width: 350px; color: #eef3ef; }
.map-legend { position: absolute; z-index: 7; right: 12px; bottom: 12px; max-width: 200px; padding: .55rem .7rem; background: rgba(255,255,255,.93); border-radius: 10px; box-shadow: var(--shadow); font-size: .72rem; }
.legend-row { display: flex; align-items: center; gap: .4rem; margin: .22rem 0; }
.legend-dot { width: 10px; height: 10px; border-radius: 50%; }
.mapboxgl-popup-content { padding: 0 !important; overflow: hidden; border-radius: 12px !important; }
.mapboxgl-popup-close-button { z-index: 3; display: grid; place-items: center; width: 26px; height: 26px; color: #fff; background: rgba(10,48,32,.82); border-radius: 0 10px 0 8px; font-size: 18px; }
.map-popup { min-width: 0; max-width: 100%; padding: .85rem; }
.map-popup strong { display: block; color: var(--forest-800); font-size: 1rem; }
.map-popup span { display: block; margin-top: .25rem; color: var(--muted); font-size: .78rem; }
.person-map-popup .mapboxgl-popup-content { width: min(350px, calc(100vw - 32px)); max-height: min(72vh, 470px); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; }
.map-person-card { display: grid; grid-template-columns: 108px minmax(0, 1fr); min-height: 250px; overflow: hidden; background: #fff; border-bottom: 7px solid var(--forest-700); }
.map-person-card.is-risk { border-bottom-color: var(--danger); }
.map-person-card > img, .map-person-placeholder { width: 108px; height: 100%; min-height: 250px; object-fit: cover; background: #dce7dd; }
.map-person-placeholder { display: grid; place-items: center; color: var(--forest-700); }
.map-person-placeholder svg { width: 34px; height: 34px; }
.map-person-copy { min-width: 0; padding: .75rem .8rem .65rem; }
.map-person-copy h3 { margin: .16rem 1.2rem .1rem 0; color: var(--forest-900); font-family: var(--display); font-size: 1.18rem; line-height: 1; text-transform: uppercase; }
.map-person-copy > small { color: var(--muted); font-size: .66rem; }
.map-person-village { display: flex; align-items: center; gap: .25rem; color: #a86108; font-size: .64rem; font-weight: 900; text-transform: uppercase; }
.map-person-village svg { width: 12px; height: 12px; }
.map-person-copy p { margin: .48rem 0 0; overflow-wrap: anywhere; color: #425047; font-size: .69rem; line-height: 1.25; }
.map-person-copy p b { display: block; margin-bottom: .06rem; color: var(--forest-800); font-size: .57rem; letter-spacing: .04em; text-transform: uppercase; }
.map-person-detail { padding-top: .38rem; border-top: 1px solid #e2e7e2; }
.map-risk-band, .map-safe-band { margin: .55rem -.8rem -.65rem; padding: .42rem .7rem; font-size: .61rem; font-weight: 900; }
.map-risk-band { display: flex; align-items: center; gap: .28rem; color: #fff; background: var(--danger); }.map-risk-band svg { width: 13px; height: 13px; }
.map-safe-band { color: var(--forest-800); background: #e1ede3; }
.territory-map-popup .mapboxgl-popup-content { width: min(280px, calc(100vw - 32px)); border-bottom: 6px solid #f28c00; }
.territory-popup { min-width: 0; padding: .8rem; }
.territory-popup > strong { display: block; margin: 0 1.4rem .55rem 0; color: var(--forest-800); font-family: var(--display); font-size: 1.15rem; line-height: 1.05; text-transform: uppercase; overflow-wrap: anywhere; }
.territory-popup dl { display: grid; grid-template-columns: 78px minmax(0, 1fr); gap: .28rem .5rem; margin: 0; font-size: .7rem; }
.territory-popup dt { color: #748078; font-size: .62rem; font-weight: 800; }
.territory-popup dd { min-width: 0; margin: 0; color: #24352b; font-weight: 700; overflow-wrap: anywhere; word-break: break-word; }
.map-panel:fullscreen { display: grid; grid-template-columns: minmax(0, 1fr); grid-template-rows: minmax(0, 1fr); width: 100vw; height: 100vh; overflow: hidden; background: #e9efea; border-radius: 0; }
.map-panel:fullscreen.has-map-analysis { grid-template-columns: minmax(0, 75fr) minmax(0, 25fr); }
.map-panel:fullscreen .talent-map { grid-column: 1; grid-row: 1; width: 100%; height: 100%; min-height: 0; }
.map-panel:fullscreen > .map-heading { position: absolute; top: 12px; right: 12px; left: 12px; }
.map-panel:fullscreen.has-map-analysis > .map-heading { right: calc(25% + 12px); }
.map-panel:fullscreen > .map-legend { right: 12px; }
.map-panel:fullscreen.has-map-analysis > .map-legend { right: calc(25% + 12px); }
.side-stack { display: grid; grid-area: charts; gap: 10px; }
.chart-panel { min-height: 252px; }
.chart-wrap { position: relative; height: 205px; padding: .5rem .8rem .8rem; }
.chart-wrap.compact { height: 188px; }
.chart-wrap.is-chart-unavailable::after,
.summary-talent-use-chart.is-chart-unavailable::after {
    position: absolute;
    inset: .7rem;
    display: grid;
    place-items: center;
    padding: 1rem;
    color: #52645b;
    background: #f2f6f2;
    border: 1px dashed #b9c9bf;
    border-radius: 10px;
    content: 'La gráfica no está disponible. Los demás datos continúan visibles.';
    font-size: .72rem;
    font-weight: 750;
    line-height: 1.4;
    text-align: center;
}
.state-panel { grid-area: state; }
.state-panel .chart-wrap { height: 214px; }
.profiles-panel { grid-area: profiles; }
.profile-strip { display: flex; gap: .5rem; padding: .7rem; overflow-x: auto; scroll-snap-type: x proximity; }
.profile-card { display: grid; grid-template-columns: 78px 1fr; flex: 0 0 255px; min-width: 0; min-height: 130px; overflow: hidden; background: #f9faf8; border: 1px solid #e0e6e1; border-radius: 12px; scroll-snap-align: start; }
.profile-card.js-locate-profile { cursor: pointer; transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease; }
.profile-card.js-locate-profile:hover { border-color: #7eaa8a; box-shadow: 0 8px 20px rgba(10,75,48,.12); transform: translateY(-2px); }
.profile-card.js-locate-profile:focus-visible, .risk-item.js-locate-profile:focus-visible { outline: 3px solid #e4a11b; outline-offset: 2px; }
.profile-card img, .profile-photo-placeholder { width: 78px; height: 100%; min-height: 130px; object-fit: cover; background: #dce6dc; }
.profile-photo-placeholder { display: grid; place-items: center; color: var(--forest-700); }
.profile-info { padding: .55rem; font-size: .69rem; }
.profile-info h3 { margin: 0; overflow-wrap: anywhere; font-size: .95rem; }
.profile-info p { margin: .2rem 0; overflow-wrap: anywhere; }
.profile-info strong { color: var(--forest-700); }
.profile-map-link, .risk-map-link { display: inline-flex; align-items: center; gap: .22rem; margin-top: .4rem; color: var(--forest-700); font-size: .61rem; font-weight: 900; text-transform: uppercase; }
.profile-map-link svg { width: 13px; height: 13px; }
.status-chip, .pill { display: inline-flex; padding: .2rem .5rem; color: #fff; background: var(--forest-700); border-radius: 999px; font-size: .66rem; font-weight: 800; }
.status-chip[data-state="Por desarrollar"] { color: #5a4100; background: #f1c33b; }
.status-chip[data-state="En riesgo"] { background: var(--danger); }
.risk-panel { display: grid; grid-area: risks; grid-template-rows: auto auto auto minmax(0, 1fr) auto; padding-bottom: .75rem; overflow: hidden; }
.risk-panel .panel-header > svg { color: var(--danger); }
.summary-risk-header { align-items: flex-start; }
.summary-risk-header > div > span { display: block; margin-top: .12rem; color: var(--muted); font-size: .68rem; }
.summary-risk-knowledge { display: flex; align-content: flex-start; flex-wrap: wrap; gap: .38rem; padding: .7rem .75rem .5rem; }
.summary-risk-chip { display: inline-flex; align-items: center; gap: .35rem; max-width: 100%; min-height: 34px; padding: .35rem .58rem; color: #155239; background: #edf4ec; border: 1px solid #cee0d0; border-radius: 999px; font: inherit; font-size: .64rem; font-weight: 800; cursor: pointer; }
.summary-risk-chip span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.summary-risk-chip strong { flex: 0 0 auto; color: #d66f0e; }
.summary-risk-chip:hover { color: #fff; background: #176443; border-color: #176443; }
.summary-risk-chip:hover strong { color: #ffd08a; }
.summary-risk-chip:focus-visible, .summary-risk-reason:focus-visible { outline: 3px solid #e4a11b; outline-offset: 1px; }
.summary-risk-title { margin: .2rem .75rem 0; padding: .65rem 0 .25rem; color: #7c2929; border-top: 1px solid var(--line); font-family: var(--display); font-size: .82rem; }
.summary-risk-reasons { display: grid; align-content: start; gap: .2rem; min-height: 0; padding: .2rem .75rem .75rem; }
.summary-risk-reason { display: grid; grid-template-columns: minmax(0, 1fr) minmax(70px, .75fr) auto; align-items: center; gap: .45rem; min-height: 34px; padding: .2rem 0; color: #333c36; background: transparent; border: 0; border-radius: 5px; font: inherit; text-align: left; cursor: pointer; }
.summary-risk-reason:hover { background: #fff2f0; }
.summary-risk-reason > span { overflow: hidden; font-size: .65rem; font-weight: 750; text-overflow: ellipsis; white-space: nowrap; }
.summary-risk-reason > i { display: block; height: 8px; overflow: hidden; background: #e6e8e4; border-radius: 999px; }
.summary-risk-reason > i > b { display: block; width: var(--risk-value); height: 100%; background: #bd4d4d; border-radius: inherit; }
.summary-risk-reason > strong { min-width: 39px; color: #7b2f2f; font-size: .64rem; text-align: right; }
.risk-list { padding: .35rem .8rem .75rem; }
.risk-item { display: grid; grid-template-columns: 26px 1fr; gap: .55rem; padding: .6rem 0; }
.risk-item.js-locate-profile { cursor: pointer; }
.risk-item.js-locate-profile:hover strong { color: var(--forest-700); }
.risk-map-link { color: #a43c35; }
.risk-item + .risk-item { border-top: 1px dashed #e0e5e1; }
.risk-item > svg { color: var(--danger); }
.risk-item > div { min-width: 0; }
.risk-item strong, .risk-item small { display: block; overflow-wrap: anywhere; }
.risk-item small { color: var(--muted); }
.risk-panel .button { margin: 0 .75rem; width: calc(100% - 1.5rem); }
.pill { color: var(--forest-800); background: #e6f0e8; }
.featured-voice-panel { position: relative; grid-area: voice; display: grid; grid-template-columns: minmax(230px, .8fr) minmax(330px, 1.65fr) minmax(170px, .55fr); min-height: 188px; overflow: hidden; background: linear-gradient(110deg, #f9fbf8 0%, #fffdf7 66%, #f2ead5 100%); border-top: 4px solid #d98a28; }
.featured-voice-panel::after { position: absolute; right: -34px; bottom: -66px; width: 180px; height: 180px; content: ''; border: 1px solid rgba(10,85,60,.11); border-radius: 48% 52% 40% 60%; transform: rotate(18deg); }
.featured-voice-person { position: relative; z-index: 1; display: grid; grid-template-columns: 92px minmax(0,1fr); align-items: center; gap: .8rem; padding: 1rem; color: #fff; background: linear-gradient(140deg, #0b5039, #176148); }
.featured-voice-person img, .featured-voice-photo { display: grid; place-items: center; width: 92px; height: 118px; object-fit: cover; color: #fff; background: #688676; border: 4px solid rgba(255,255,255,.9); border-radius: 46px 46px 12px 46px; box-shadow: 0 8px 20px rgba(3,35,23,.22); }.featured-voice-photo svg { width: 34px; }
.featured-voice-person > div { min-width: 0; }.featured-voice-person span { display: flex; align-items: center; gap: .25rem; color: #f2bd58; font-size: .62rem; font-weight: 900; text-transform: uppercase; }.featured-voice-person span svg { width: 13px; }.featured-voice-person h2 { margin: .2rem 0 .15rem; overflow-wrap: anywhere; font-family: var(--display); font-size: clamp(1.4rem, 2.3vw, 2rem); line-height: .95; text-transform: uppercase; }.featured-voice-person p { margin: 0; color: #dcebe1; font-size: .7rem; font-weight: 750; line-height: 1.3; }
.featured-voice-story { position: relative; z-index: 1; display: grid; align-content: center; min-width: 0; padding: .85rem 1rem; }.featured-voice-title { display: flex; align-items: center; gap: .65rem; }.featured-voice-title .eyebrow { color: #bd671f; }.featured-voice-title strong { display: block; color: #194231; font-family: var(--display); font-size: 1.05rem; text-transform: uppercase; }.featured-wave { display: flex; align-items: center; gap: 3px; height: 36px; }.featured-wave i { width: 4px; height: 11px; background: #d7792a; border-radius: 99px; }.featured-wave i:nth-child(2), .featured-wave i:nth-child(4) { height: 25px; }.featured-wave i:nth-child(3) { height: 35px; }.featured-voice-story blockquote { margin: .55rem 0; overflow-wrap: anywhere; color: #3c5549; font-family: var(--display); font-size: .92rem; font-weight: 650; line-height: 1.25; }.featured-voice-story audio { width: 100%; height: 36px; }
.featured-voice-actions { position: relative; z-index: 1; display: grid; align-content: center; gap: .55rem; padding: 1rem; border-left: 1px dashed #d6d8cc; }.featured-voice-actions .button { min-width: 0; padding-inline: .65rem; font-size: .68rem; text-align: center; }.featured-voice-actions svg { flex: 0 0 auto; width: 15px; }
.featured-voice-loading, .featured-voice-empty { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: .8rem; min-height: 184px; padding: 1rem; color: #586a60; text-align: left; }.featured-voice-loading > svg, .featured-voice-empty > svg { width: 38px; height: 38px; color: #bd671f; }.featured-voice-loading strong, .featured-voice-empty strong, .featured-voice-empty span { display: block; }.featured-voice-empty .button { margin-left: auto; }
.empty-copy { color: var(--muted); font-size: .83rem; }
.page-loader { position: fixed; z-index: 3000; inset: 0; display: grid; place-items: center; padding: 1rem; color: #fff; background: rgba(6,43,30,.94); opacity: 0; visibility: hidden; transition: opacity .2s ease, visibility .2s ease; }
.page-loader.is-active { opacity: 1; visibility: visible; }
.page-loader[hidden] { display: none; }
.territory-loading-card { display: grid; grid-template-columns: 116px minmax(0, 1fr); align-items: center; gap: 1.1rem; width: min(520px, 100%); padding: 1.25rem; background: #0e5a40; border: 1px solid rgba(255,255,255,.17); border-bottom: 6px solid #e69714; border-radius: 16px 16px 16px 4px; box-shadow: 0 24px 70px rgba(0,0,0,.32); }
.territory-loading-graphic { position: relative; width: 108px; height: 108px; overflow: hidden; background: #174d39; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; }
.loading-contour { position: absolute; border: 2px solid rgba(225,239,226,.74); border-radius: 43% 57% 51% 49% / 58% 39% 61% 42%; animation: territory-contour 2.1s ease-in-out infinite; }
.contour-one { inset: 12px; }.contour-two { inset: 26px 20px 22px 25px; animation-delay: -.7s; }.contour-three { inset: 38px 31px 34px 37px; animation-delay: -1.35s; }
.loading-location-dot { position: absolute; z-index: 2; top: 50%; left: 50%; width: 13px; height: 13px; background: #f0a31a; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 0 0 0 rgba(240,163,26,.65); transform: translate(-50%,-50%); animation: territory-pulse 1.45s ease-out infinite; }
.territory-loading-copy { min-width: 0; }
.territory-loading-copy .eyebrow { margin: 0 0 .2rem; color: #f0a31a; }
.territory-loading-copy strong, .territory-loading-copy > span { display: block; }
.territory-loading-copy strong { font-family: var(--display); font-size: clamp(1.35rem, 4vw, 2rem); line-height: 1; text-transform: uppercase; }
.territory-loading-copy > span { margin-top: .4rem; color: #d6e7db; font-size: .78rem; }
.territory-loading-progress { height: 5px; margin-top: .85rem; overflow: hidden; background: rgba(255,255,255,.14); border-radius: 999px; }
.territory-loading-progress i { display: block; width: 42%; height: 100%; background: #f0a31a; border-radius: inherit; animation: territory-progress 1.25s ease-in-out infinite; }
@keyframes territory-contour { 0%,100% { opacity: .45; transform: rotate(-4deg) scale(.95); } 50% { opacity: 1; transform: rotate(5deg) scale(1.05); } }
@keyframes territory-pulse { 0% { box-shadow: 0 0 0 0 rgba(240,163,26,.65); } 70%,100% { box-shadow: 0 0 0 17px rgba(240,163,26,0); } }
@keyframes territory-progress { 0% { transform: translateX(-110%); } 55% { transform: translateX(85%); } 100% { transform: translateX(245%); } }
@media (prefers-reduced-motion: reduce) { .profile-card.js-locate-profile { transition: none; }.profile-card.js-locate-profile:hover { transform: none; } }
@media (prefers-reduced-motion: reduce) { .loading-contour, .loading-location-dot, .territory-loading-progress i { animation: none; }.territory-loading-progress i { width: 100%; opacity: .7; } }
@media (max-width: 520px) { .territory-loading-card { grid-template-columns: 1fr; text-align: center; }.territory-loading-graphic { width: 92px; height: 92px; margin: 0 auto; } }

.governance-page { overflow: hidden; }
.governance-hero, .network-hero { padding: clamp(1.5rem, 4vw, 3.5rem); color: #fff; background: var(--forest-900); border-radius: var(--radius); }
.governance-hero { text-align: center; }
.governance-hero.has-media { position: relative; isolation: isolate; overflow: hidden; background: var(--forest-900) var(--hero-image) center/cover no-repeat; }
.governance-hero.has-media::before { position: absolute; z-index: -1; inset: 0; content: ""; background: rgba(8, 58, 39, .88); }
.governance-hero p:last-child, .network-hero p { max-width: 900px; margin: .6rem auto 0; color: #dce8e0; font-size: 1.05rem; }
.governance-board { position: relative; margin-top: 12px; padding: 2rem clamp(.8rem, 3vw, 2rem); overflow: hidden; background: #edf1e6; border: 1px solid #dce4d5; border-radius: var(--radius); }
.governance-board::before, .governance-board::after { position: absolute; content: ""; pointer-events: none; }
.governance-board::before { right: -60px; bottom: -70px; width: 350px; height: 250px; background: #cbd9bf; clip-path: polygon(0 100%, 35% 40%, 48% 65%, 70% 15%, 100% 100%); opacity: .55; }
.governance-board::after { left: -30px; bottom: -60px; width: 300px; height: 210px; background: repeating-linear-gradient(80deg, #c4a45c 0 4px, transparent 4px 22px); opacity: .25; transform: skewX(-10deg); }
.hierarchy-node { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; gap: .55rem; width: fit-content; margin: auto; padding: .75rem 1.3rem; color: #fff; background: var(--forest-800); border-radius: 8px; font-family: var(--display); font-size: 1.2rem; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.secondary-node { color: var(--ink); background: #b9c0a5; }
.hierarchy-line { width: 2px; height: 26px; margin: auto; background: #637064; }
.branch-line { width: 67%; height: 32px; margin: 0 auto -1px; border-top: 2px solid #647266; border-left: 2px solid #647266; border-right: 2px solid #647266; }
.governance-tables { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.governance-card { position: relative; display: grid; grid-template-columns: 62px 1fr; gap: .75rem; min-height: 145px; padding: 1rem; background: rgba(255,255,255,.92); border: 1px solid #aeb9a8; border-top: 34px solid var(--card-accent, var(--forest-800)); border-radius: 9px; box-shadow: 0 5px 15px rgba(44,63,39,.08); }
.governance-card::before { position: absolute; top: -29px; left: 0; right: 0; content: "Mesa " attr(data-number); color: #fff; font-family: var(--display); font-size: 1rem; font-weight: 700; text-align: center; text-transform: uppercase; }
.governance-icon { display: grid; place-items: center; align-self: center; width: 58px; height: 58px; color: var(--card-accent); background: color-mix(in srgb, var(--card-accent) 11%, white); border-radius: 50%; }
.governance-icon svg { width: 30px; height: 30px; }
.governance-card h2 { margin: 0 0 .35rem; font-size: 1.35rem; text-transform: uppercase; }
.governance-card p { margin: 0; color: #4c574f; font-size: .83rem; }
.support-network { position: relative; z-index: 2; margin: 18px 0 10px; padding: .65rem 1rem; color: #fff; background: var(--forest-900); border-radius: 8px; text-align: center; }
.support-network h2 { margin: 0 0 .45rem; font-size: 1.25rem; text-transform: uppercase; }
.actor-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem; }
.actor-chip { padding: .28rem .58rem; color: #f7f2de; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .75rem; }
.governance-board blockquote { position: relative; z-index: 2; max-width: 920px; margin: 1rem auto 0; padding: .75rem 1rem; background: rgba(255,255,255,.8); border: 1px solid #aeb9a8; border-radius: 8px; font-weight: 700; text-align: center; }
.governance-actions { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 12px; }
.governance-actions article { padding: 1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.governance-actions svg { color: var(--forest-700); width: 26px; height: 26px; }
.governance-actions h2 { margin: .45rem 0 .2rem; text-transform: uppercase; }
.governance-actions p { margin: 0; color: var(--muted); font-size: .82rem; }

.network-page { --relay-elder: #a74d4c; --relay-adult: #cc8d1d; --relay-young: #754b98; --relay-child: #327fa8; --relay-knowledge: #477f4c; --relay-organization: #177b75; }
.network-hero { display: flex; align-items: end; justify-content: space-between; gap: 1.4rem; padding: clamp(1.2rem, 2.5vw, 2.2rem); color: #173427; background: linear-gradient(110deg, #ffffff 0%, #f2f6f2 68%, #e6eee7 100%); border: 1px solid #d4dfd6; border-top: 7px solid var(--forest-900); border-radius: 4px 4px 16px 16px; box-shadow: var(--shadow); }
.network-hero > div:first-child { max-width: 1080px; }
.network-hero h1 { color: #102e21; font-size: clamp(2.15rem, 4.2vw, 4rem); line-height: .92; }
.network-hero p { max-width: 980px; margin: .5rem 0 0; color: #4e6157; font-size: clamp(.9rem, 1.2vw, 1.08rem); }
.network-hero-actions { display: flex; align-items: end; gap: .65rem; flex: 0 0 auto; }
.network-filter { color: #264c3a; }
.network-filter select { min-width: 210px; }
.network-hero .button-soft { color: #fff; background: var(--forest-800); border-color: var(--forest-800); white-space: nowrap; }

.network-summary { display: grid; grid-template-columns: repeat(5, minmax(145px, 1fr)); gap: 8px; margin: 10px 0; }
.network-summary article { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; min-height: 76px; padding: .7rem .85rem; background: #fff; border: 1px solid #dce5de; border-radius: 11px; box-shadow: 0 3px 12px rgba(20,57,37,.05); }
.network-summary svg { grid-row: span 2; width: 25px; height: 25px; color: var(--forest-700); }
.network-summary span { color: #5b6c63; font-size: .7rem; font-weight: 800; }
.network-summary strong { grid-column: 2; color: #173d2c; font-family: var(--display); font-size: 2rem; line-height: .9; }

.generation-key { display: flex; align-items: center; gap: .3rem; padding: .42rem; overflow-x: auto; }
.generation-key button { display: inline-flex; align-items: center; gap: .38rem; min-height: 34px; padding: .32rem .58rem; color: #43574d; background: transparent; border: 1px solid transparent; border-radius: 999px; font-size: .67rem; font-weight: 850; white-space: nowrap; cursor: pointer; }
.generation-key button:hover { background: #f0f4f0; }
.generation-key button.is-active { color: #fff; background: var(--forest-800); border-color: var(--forest-800); }
.dot { flex: 0 0 auto; width: 11px; height: 11px; border-radius: 50%; }
.dot.all { background: #e9f0ea; border: 3px solid #54745f; }.dot.elder { background: var(--relay-elder); }.dot.adult { background: var(--relay-adult); }.dot.young { background: var(--relay-young); }.dot.child { background: var(--relay-child); }.dot.knowledge { background: var(--relay-knowledge); }.dot.organization { background: var(--relay-organization); }

.network-dashboard { display: grid; grid-template-columns: minmax(680px, 1fr) 310px; align-items: stretch; gap: 10px; margin-top: 10px; }
.network-canvas-panel { position: relative; min-width: 0; overflow: hidden; border-radius: 14px; }
.network-canvas-header { position: relative; z-index: 5; min-height: 72px; background: rgba(255,255,255,.98); border-bottom: 1px solid #dbe4dd; }
.network-canvas-actions { display: flex; align-items: center; gap: .4rem; }
.network-map-button { min-height: 34px; padding: .38rem .62rem; color: #fff; background: var(--forest-800); border-color: var(--forest-800); font-size: .66rem; }
.network-map-button:hover { color: #fff; background: #164d37; border-color: #164d37; }
.network-map-button svg { width: 15px; height: 15px; }
.network-source-key { display: inline-flex; align-items: center; gap: .35rem; color: #53645b; font-size: .62rem; font-weight: 800; }
.network-source-key i { width: 22px; border-top: 2px dashed #758f7e; }
.network-infographic-stage { position: relative; height: 720px; overflow: hidden; background: linear-gradient(to bottom, #f5ebe6 0 31%, #f7edcf 31% 67%, #eee3f2 67% 100%); isolation: isolate; }
.network-infographic-stage::before { position: absolute; z-index: 0; inset: 31% 0 auto; height: 1px; content: ''; background: rgba(78,84,75,.16); box-shadow: 0 259px rgba(78,84,75,.16); }
.network-band-guide { position: absolute; z-index: 1; inset: 0 auto 0 12px; width: min(265px, 22%); pointer-events: none; }
.network-band-guide span { position: absolute; left: 0; width: 100%; padding: .55rem .65rem; color: #46544c; background: rgba(255,255,255,.80); border-left: 4px solid currentColor; border-radius: 0 9px 9px 0; box-shadow: 0 5px 15px rgba(52,62,55,.07); font-size: .59rem; line-height: 1.34; backdrop-filter: blur(5px); }
.network-band-guide .is-elder { top: 3%; color: #995051; }.network-band-guide .is-adult { top: 37%; color: #aa7817; }.network-band-guide .is-young { top: 72%; color: #704b91; }
.network-band-guide strong { display: block; margin-bottom: .15rem; color: #263a30; font-family: var(--display); font-size: .88rem; letter-spacing: .02em; text-transform: uppercase; }
.network-core-orbit { position: absolute; z-index: 1; top: 48%; left: 50%; width: 244px; height: 244px; border: 1px solid rgba(58,92,70,.19); border-radius: 50%; pointer-events: none; transform: translate(-50%, -50%); }
.network-core-orbit::before, .network-core-orbit::after, .network-core-orbit span, .network-core-orbit i { position: absolute; content: ''; border-radius: 50%; }
.network-core-orbit::before { inset: 16px; border: 14px solid rgba(255,255,255,.60); }
.network-core-orbit::after { inset: -13px; border: 1px dashed rgba(53,94,70,.24); }
.network-core-orbit span { top: -6px; left: 50%; width: 13px; height: 13px; background: #a74d4c; transform: translateX(-50%); }
.network-core-orbit i { right: 7px; bottom: 35px; width: 13px; height: 13px; background: #477f4c; }
.network-outcome { position: absolute; z-index: 1; top: 58%; display: grid; max-width: 170px; padding: .38rem .55rem; color: #4b5b52; background: rgba(255,255,255,.72); border-radius: 8px; font-size: .54rem; line-height: 1.3; pointer-events: none; }
.network-outcome strong { color: #30483b; font-family: var(--display); font-size: .72rem; text-transform: uppercase; }.network-outcome.is-left { left: 15px; }.network-outcome.is-right { right: 15px; text-align: right; }
.relay-network { position: absolute; z-index: 3; inset: 0; height: 100%; background: transparent; }
.network-empty { display: grid; place-items: center; align-content: center; gap: .6rem; height: 100%; padding: 2rem; color: var(--forest-800); background: radial-gradient(circle at center, #edf5ed 0, #fbfcfa 68%); text-align: center; }
.network-empty svg { width: 48px; height: 48px; color: var(--maize); }
.network-empty h2 { max-width: 460px; margin: 0; font-size: 1.6rem; text-transform: uppercase; }
.network-empty p { max-width: 580px; margin: 0; color: var(--muted); }
.demo-badge { position: absolute; z-index: 6; right: 12px; bottom: 12px; padding: .3rem .55rem; color: #704b00; background: #fff3cd; border: 1px solid #ead390; border-radius: 999px; font-size: .7rem; font-weight: 800; }

.network-detail { min-width: 0; padding: 1rem; background: #fff; border-top: 6px solid var(--forest-800); }
.network-detail-empty { display: grid; align-content: center; justify-items: start; min-height: 310px; }
.network-detail-empty > svg { width: 38px; height: 38px; margin-bottom: 1rem; color: var(--forest-700); }
.network-detail h2 { margin: .2rem 0; color: #173b2b; font-size: 1.65rem; text-transform: uppercase; overflow-wrap: anywhere; }
.network-detail p { color: var(--muted); }
.network-detail-head { display: flex; align-items: center; gap: .75rem; padding-bottom: .8rem; border-bottom: 1px solid #e1e7e2; }
.network-detail-head > img, .network-detail-head > span { display: grid; place-items: center; flex: 0 0 68px; width: 68px; height: 68px; object-fit: cover; color: #fff; background: var(--forest-700); border: 4px solid #edf2ee; border-radius: 50%; }
.network-detail-head > span svg { width: 28px; height: 28px; }
.network-detail-head .eyebrow { margin: 0; color: #a76515; }
.network-detail-subtitle { margin: .8rem 0; padding: .65rem .7rem; background: #f3f7f3; border-left: 4px solid var(--forest-700); border-radius: 0 8px 8px 0; font-size: .78rem; font-weight: 750; }
.network-detail-data { margin: 0; }
.network-detail-data div { padding: .55rem 0; border-top: 1px dashed #dce4dd; }
.network-detail-data dt { color: #697970; font-size: .61rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.network-detail-data dd { margin: .12rem 0 0; color: #243e32; font-size: .78rem; font-weight: 750; overflow-wrap: anywhere; }
.network-neighbors { display: flex; flex-wrap: wrap; gap: .3rem; margin-top: .8rem; }
.network-neighbors strong { flex-basis: 100%; color: #43564c; font-size: .67rem; text-transform: uppercase; }
.network-neighbors span { padding: .25rem .4rem; color: #315040; background: #edf3ee; border-radius: 999px; font-size: .63rem; font-weight: 750; }
.network-method-note { display: flex; align-items: flex-start; gap: .55rem; margin: 10px 0 0; padding: .72rem .85rem; color: #4f6157; background: #eef5ef; border: 1px solid #d2e2d5; border-radius: 10px; font-size: .72rem; }
.network-method-note svg { flex: 0 0 auto; margin-top: 2px; color: var(--forest-700); }

.relay-list-section { margin-top: 10px; }
.relay-list { display: grid; grid-template-columns: repeat(3, minmax(250px, 1fr)); gap: .7rem; padding: .8rem; }
.relay-card { min-width: 0; padding: .85rem; background: #fbfcfa; border: 1px solid #dce4dc; border-top: 5px solid var(--forest-700); border-radius: 10px; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease; }
.relay-card:hover { border-color: #94b49e; box-shadow: 0 9px 24px rgba(16,56,34,.12); transform: translateY(-2px); }
.relay-card:focus-visible { outline: 3px solid #f0b323; outline-offset: 2px; }
.relay-card-top { display: flex; align-items: center; justify-content: space-between; gap: .45rem; }
.relay-card-top > strong { color: #6b776f; font-size: .62rem; }
.relay-source { padding: .2rem .38rem; border-radius: 999px; font-size: .56rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.relay-source.is-suggested { color: #72540f; background: #fff0b7; }.relay-source.is-confirmed { color: #145b3e; background: #d9eedf; }
.relay-card h3 { margin: .55rem 0 .35rem; color: #1e4935; font-size: 1.1rem; text-transform: uppercase; }
.relay-path { display: grid; grid-template-columns: minmax(0,1fr) 24px minmax(0,1fr); align-items: center; gap: .3rem; margin: .55rem 0; }
.relay-path > svg { color: #8a998f; }
.relay-path > span { display: grid; justify-items: center; min-width: 0; text-align: center; }
.relay-path img, .relay-path i { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: .3rem; object-fit: cover; color: #fff; background: var(--forest-700); border-radius: 50%; }
.relay-path i svg { width: 21px; height: 21px; }
.relay-path b { max-width: 100%; font-size: .68rem; overflow-wrap: anywhere; }
.relay-path small { color: #718078; font-size: .57rem; }
.relay-card p { margin: .3rem 0; color: var(--muted); font-size: .7rem; overflow-wrap: anywhere; }
.relay-pipeline { display: flex; align-items: center; justify-content: center; gap: .48rem; margin-top: 10px; padding: .9rem; color: #213a2d; background: #fff; border: 1px solid #d5ddd7; border-bottom: 6px solid #254d37; border-radius: 10px; font-family: var(--display); font-size: clamp(.68rem, .8vw, .9rem); font-weight: 700; letter-spacing: .015em; text-align: center; text-transform: uppercase; }
.relay-pipeline svg { flex: 0 0 auto; color: #6c7c72; }

body.has-network-map { overflow: hidden; }
.network-map-dialog { width: min(1540px, 96vw); height: min(920px, 94dvh); max-width: none; max-height: none; padding: 0; overflow: hidden; color: var(--ink); background: #f7f9f6; border: 0; border-radius: 18px; box-shadow: 0 32px 90px rgba(2,27,17,.46); }
.network-map-dialog::backdrop { background: rgba(4,27,18,.78); backdrop-filter: blur(5px); }
.network-map-shell { display: grid; grid-template-rows: auto minmax(0, 1fr); height: 100%; min-height: 0; }
.network-map-masthead { position: relative; z-index: 4; display: grid; grid-template-columns: minmax(250px, 1fr) auto 42px; align-items: center; gap: 1rem; min-height: 78px; padding: .75rem 1rem .72rem 1.2rem; color: #fff; background: linear-gradient(105deg, #0a4f37, #123f31 72%, #243e31); border-bottom: 4px solid #e39522; }
.network-map-masthead .eyebrow { margin: 0; color: #f2c45e; }
.network-map-masthead h2 { margin: .1rem 0 0; color: #fff; font-size: clamp(1.4rem, 2.5vw, 2.1rem); text-transform: uppercase; }
.network-map-legend { display: flex; align-items: center; gap: .8rem; padding: .42rem .65rem; color: #e6eee9; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: .62rem; font-weight: 850; }
.network-map-legend span { display: inline-flex; align-items: center; gap: .3rem; white-space: nowrap; }
.network-map-legend i { width: 10px; height: 10px; border: 2px solid #fff; border-radius: 50%; }
.network-map-legend i.is-mentor { background: #d98b17; }.network-map-legend i.is-learner { background: #744a99; }
.network-map-legend b { width: 25px; border-top: 3px dashed #f1c05d; }
.network-map-close { display: grid; place-items: center; width: 38px; height: 38px; padding: 0; color: #fff; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.24); border-radius: 50%; cursor: pointer; }
.network-map-close:hover { color: #123b2c; background: #fff; }.network-map-close svg { width: 20px; height: 20px; }
.network-map-layout { display: grid; grid-template-columns: minmax(0, 72fr) minmax(300px, 28fr); min-height: 0; overflow: hidden; }
.network-map-stage { position: relative; min-width: 0; min-height: 0; overflow: hidden; background: #243b30; }
.network-relation-map { position: absolute; inset: 0; }
.network-map-stage .mapboxgl-ctrl-top-left { top: 12px; left: 12px; }
.network-map-stage .mapboxgl-ctrl-group { overflow: hidden; border-radius: 10px; box-shadow: 0 4px 16px rgba(3,31,20,.28); }
.network-map-instruction { position: absolute; z-index: 3; right: 14px; bottom: 28px; display: flex; align-items: center; gap: .42rem; max-width: min(390px, calc(100% - 140px)); padding: .48rem .66rem; color: #163d2e; background: rgba(255,255,255,.94); border: 1px solid rgba(17,83,58,.22); border-radius: 10px; box-shadow: 0 5px 18px rgba(4,34,22,.22); font-size: .64rem; font-weight: 800; backdrop-filter: blur(7px); }
.network-map-instruction svg { flex: 0 0 auto; width: 16px; height: 16px; color: #ca7518; }
.network-map-sidebar { display: grid; grid-template-rows: auto auto minmax(0, 1fr); min-width: 0; min-height: 0; overflow: hidden; background: #f7f9f6; border-left: 1px solid #cad9ce; }
.network-map-detail { min-width: 0; padding: 1rem; background: #fff; border-bottom: 1px solid #dce5df; }
.network-map-detail-kicker { display: flex; align-items: center; justify-content: space-between; gap: .5rem; color: #7a6841; font-size: .57rem; font-weight: 900; text-transform: uppercase; }
.network-map-detail-kicker span { padding: .25rem .4rem; background: #fff2c7; border-radius: 999px; }.network-map-detail-kicker strong { color: #0b6547; }
.network-map-detail h3 { margin: .65rem 0; color: #163d2e; font-size: 1.1rem; line-height: 1.1; text-transform: uppercase; overflow-wrap: anywhere; }
.network-map-people { display: grid; grid-template-columns: minmax(0, 1fr) 26px minmax(0, 1fr); align-items: center; gap: .25rem; padding: .65rem .4rem; background: #f2f6f2; border-radius: 12px; }
.network-map-people > div { display: grid; justify-items: center; min-width: 0; text-align: center; }
.network-map-people img, .network-map-people > div > span { display: grid; place-items: center; width: 52px; height: 52px; object-fit: cover; color: #fff; background: #587766; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 3px 9px rgba(7,48,31,.16); }
.network-map-people .is-mentor img, .network-map-people .is-mentor > span { outline: 3px solid rgba(217,139,23,.28); }.network-map-people .is-learner img, .network-map-people .is-learner > span { outline: 3px solid rgba(116,74,153,.25); }
.network-map-people b { max-width: 100%; margin-top: .35rem; font-size: .66rem; line-height: 1.2; overflow-wrap: anywhere; }.network-map-people small { color: #697970; font-size: .55rem; }
.network-map-people > i { display: grid; place-items: center; color: #c4771c; }.network-map-people > i svg { width: 21px; height: 21px; }
.network-map-detail dl { display: grid; grid-template-columns: .8fr 1.2fr; gap: .4rem; margin: .65rem 0 0; }
.network-map-detail dl div { min-width: 0; padding: .45rem; background: #fafbf9; border: 1px solid #e2e8e3; border-radius: 8px; }
.network-map-detail dt { color: #6b7971; font-size: .52rem; font-weight: 900; text-transform: uppercase; }.network-map-detail dd { margin: .16rem 0 0; color: #264536; font-size: .63rem; font-weight: 780; overflow-wrap: anywhere; }
.network-location-note { margin: .55rem 0 0; padding: .42rem .5rem; color: #76551b; background: #fff5d8; border-left: 3px solid #e3a32d; border-radius: 0 7px 7px 0; font-size: .57rem; line-height: 1.35; }
.network-map-detail-empty, .network-map-unavailable { display: grid; align-content: center; justify-items: center; gap: .4rem; min-height: 210px; padding: 1rem; color: #627269; text-align: center; }
.network-map-detail-empty svg, .network-map-unavailable svg { width: 34px; height: 34px; color: #ba711f; }.network-map-detail-empty strong, .network-map-unavailable h3 { margin: 0; color: #16402f; text-transform: uppercase; }.network-map-detail-empty p, .network-map-unavailable p { max-width: 290px; margin: 0; font-size: .68rem; }
.network-map-unavailable { position: absolute; inset: 0; background: radial-gradient(circle at center, #eef5ef, #dce9df); }
.network-map-list-head { display: flex; align-items: center; justify-content: space-between; padding: .55rem .75rem; color: #52655b; background: #eef3ef; border-bottom: 1px solid #d9e3db; font-size: .62rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }.network-map-list-head strong { display: grid; place-items: center; min-width: 24px; height: 24px; color: #fff; background: #0b6547; border-radius: 50%; }
.network-map-relations { display: grid; align-content: start; min-height: 0; padding: .45rem; overflow: auto; }
.network-map-relations button { display: grid; grid-template-columns: 5px minmax(0, 1fr) 18px; align-items: center; gap: .55rem; width: 100%; min-width: 0; padding: .62rem .48rem; color: #29483a; background: transparent; border: 1px solid transparent; border-bottom-color: #dfe6e1; border-radius: 8px; font: inherit; text-align: left; cursor: pointer; }
.network-map-relations button:hover { background: #edf4ef; }.network-map-relations button.is-active { background: #e2eee5; border-color: #a9c9b4; box-shadow: inset 3px 0 #0b6547; }
.network-map-relations button > i { align-self: stretch; min-height: 40px; background: var(--relation-color); border-radius: 999px; }.network-map-relations button span { display: grid; min-width: 0; }.network-map-relations button strong { color: #194331; font-size: .68rem; overflow-wrap: anywhere; }.network-map-relations button small { margin-top: .12rem; overflow: hidden; color: #6a7770; font-size: .57rem; text-overflow: ellipsis; white-space: nowrap; }.network-map-relations button > svg { width: 15px; height: 15px; color: #6e8176; }
.network-map-no-data { margin: .6rem; padding: 1rem; color: #627169; background: #fff; border: 1px dashed #bdccc2; border-radius: 10px; font-size: .68rem; line-height: 1.45; text-align: center; }
.network-relation-popup .mapboxgl-popup-content { padding: 0 !important; border-bottom: 5px solid #e39522; }
.network-point-card { display: grid; gap: .2rem; min-width: 210px; padding: .7rem .8rem .75rem; }.network-point-card img { width: 48px; height: 48px; margin-bottom: .15rem; object-fit: cover; border-radius: 50%; }.network-point-card span { color: #bc6b16; font-size: .57rem; font-weight: 900; text-transform: uppercase; }.network-point-card strong { color: #123e2c; font-size: .82rem; overflow-wrap: anywhere; }.network-point-card small { color: #5d6d64; font-size: .65rem; }
.network-point-card em { margin-top: .25rem; padding-top: .32rem; color: #80601e; border-top: 1px solid #ead9ad; font-size: .56rem; font-style: normal; }

.site-footer { display: flex; justify-content: space-between; gap: 1rem; margin-top: 18px; padding: 1.2rem clamp(1rem, 3vw, 3rem); color: #cfe0d4; background: var(--forest-950); font-size: .75rem; }
.privacy-copy { display: flex; align-items: center; gap: .4rem; max-width: 580px; margin: 0; }
.toast-region { position: fixed; z-index: 3000; right: 1rem; bottom: 1rem; display: grid; gap: .5rem; }
.toast { padding: .75rem 1rem; color: #fff; background: var(--forest-900); border-radius: 10px; box-shadow: var(--shadow); }
.js-map-heat-trigger { position: relative; cursor: pointer; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.js-map-heat-trigger:hover { border-color: color-mix(in srgb, var(--metric-color, var(--kpi-color, #0b6b50)) 55%, #ffffff); box-shadow: 0 8px 22px rgba(8,47,33,.13); transform: translateY(-2px); }
.js-map-heat-trigger:focus-visible { outline: 3px solid #f0b323; outline-offset: 2px; }
.js-map-heat-trigger.is-map-active { border-color: var(--metric-color, var(--kpi-color, #0b6b50)); box-shadow: 0 0 0 3px color-mix(in srgb, var(--metric-color, var(--kpi-color, #0b6b50)) 22%, transparent), 0 10px 24px rgba(8,47,33,.15); }
.js-map-heat-trigger.is-map-active::after { position: absolute; top: 6px; right: 7px; width: 9px; height: 9px; content: ''; background: var(--metric-color, var(--kpi-color, #0b6b50)); border: 2px solid #fff; border-radius: 50%; }
.metric-map-cue { display: block; margin-top: .18rem; color: var(--metric-color, var(--kpi-color, #0b6b50)); font-size: .57rem; font-style: normal; font-weight: 900; letter-spacing: .02em; text-transform: uppercase; }
.is-map-interactive { cursor: pointer; transition: border-color .16s ease, box-shadow .16s ease; }
.is-map-interactive:hover { border-color: #78a38a; box-shadow: 0 8px 22px rgba(8,47,33,.12); }
.is-map-interactive.is-map-active { border-color: #0b6b50; box-shadow: 0 0 0 3px rgba(11,107,80,.16), 0 9px 24px rgba(8,47,33,.14); }
.chart-card-map-cue { display: inline-flex; align-items: center; gap: .28rem; flex: 0 0 auto; min-height: 28px; padding: .3rem .5rem; color: #0b6b50; background: #edf4ef; border: 1px solid #cddfd4; border-radius: 999px; font: inherit; font-size: .58rem; font-weight: 900; cursor: pointer; }
.chart-card-map-cue svg { width: 13px; height: 13px; }
.chart-card-map-cue:hover { color: #fff; background: #0b6b50; }
.chart-card-map-cue:focus-visible { outline: 3px solid #f0b323; outline-offset: 2px; }
.map-mode-control { position: absolute; z-index: 12; bottom: 14px; left: 50%; width: min(430px, calc(100% - 150px)); overflow: hidden; color: #173e2f; background: rgba(255,255,255,.96); border: 1px solid rgba(12,80,55,.2); border-radius: 12px; box-shadow: 0 5px 20px rgba(5,38,26,.24); transform: translateX(-50%); backdrop-filter: blur(8px); }
.map-mode-heading { display: flex; align-items: center; justify-content: space-between; gap: .65rem; padding: .38rem .58rem .22rem; font-size: .64rem; }
.map-mode-heading strong { color: #084f37; font-size: .68rem; text-transform: uppercase; }
.map-mode-status { min-width: 0; overflow: hidden; color: #53645b; text-overflow: ellipsis; white-space: nowrap; }
.map-mode-buttons { display: grid; grid-template-columns: repeat(3, 1fr) 36px; gap: 4px; padding: .25rem .38rem .38rem; }
.map-mode-buttons button { min-height: 31px; padding: .25rem .48rem; color: #315044; background: #edf2ee; border: 1px solid #d4ded7; border-radius: 7px; font: inherit; font-size: .66rem; font-weight: 850; cursor: pointer; }
.map-mode-buttons button:hover { background: #dfeadf; }
.map-mode-buttons button:focus-visible { outline: 3px solid #f0b323; outline-offset: 1px; }
.map-mode-buttons button.is-active { color: #fff; background: #0b6b50; border-color: #0b6b50; }
.map-mode-buttons .map-mode-reset { padding: 0; color: #88451c; background: #fff3e6; border-color: #efd1b5; font-size: 1.12rem; }
.heat-legend { display: grid; grid-template-columns: auto minmax(90px, 1fr) auto; align-items: center; gap: .4rem; padding: 0 .58rem .45rem; color: #53645b; font-size: .58rem; font-weight: 800; }
.heat-legend[hidden] { display: none; }
.heat-legend i { height: 7px; background: linear-gradient(90deg, #cfe8f3 0%, #3d91c4 28%, #f2d35f 55%, #ed8a2e 76%, #b73535 100%); border-radius: 999px; }
.heat-reading { display: grid; grid-template-columns: 1fr; gap: .08rem; margin: 0 .38rem .35rem; padding: .42rem .52rem; background: #f3f7f3; border: 1px solid #d7e3d9; border-radius: 8px; }
.heat-reading[hidden] { display: none; }
.heat-reading strong { color: #0b6b50; font-size: .78rem; }
.heat-reading span { align-self: center; color: #334d42; font-size: .66rem; font-weight: 800; }
.heat-reading small { color: #607068; font-size: .57rem; }
.territory-heat-card { display: grid; gap: .22rem; min-width: 0; max-width: 100%; padding: .2rem; }
.territory-heat-card > span { color: #c36a13; font-size: .62rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.territory-heat-card h3 { margin: 0; color: #084f37; font-size: 1.12rem; }
.territory-heat-card > strong { color: #b73535; font-family: var(--display); font-size: 2rem; line-height: 1; }
.territory-heat-card p { margin: 0; color: #253e34; font-size: .8rem; font-weight: 850; }
.territory-heat-card small { color: #4d5f56; font-size: .7rem; }
.territory-heat-card em { margin-top: .18rem; padding-top: .35rem; color: #65736c; border-top: 1px solid #dce4de; font-size: .61rem; font-style: normal; }
.territory-heat-popup.is-refreshing .territory-heat-card { animation: territory-card-refresh .3s ease-out; }
@keyframes territory-card-refresh {
    0% { opacity: .58; transform: translateY(3px); }
    100% { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
    .territory-heat-popup.is-refreshing .territory-heat-card { animation: none; }
}
.map-analysis-panel { position: absolute; z-index: 13; top: 68px; right: 16px; display: grid; gap: .55rem; width: min(360px, calc(100% - 32px)); max-height: calc(100% - 150px); padding: .8rem; overflow: auto; color: #1d382e; background: rgba(255,255,255,.97); border: 1px solid rgba(8,79,55,.24); border-radius: 14px; box-shadow: 0 10px 30px rgba(5,38,26,.28); backdrop-filter: blur(9px); }
.map-analysis-panel[hidden] { display: none; }
.map-analysis-panel > * { min-width: 0; }
.map-analysis-empty { display: none; align-content: center; justify-items: center; gap: .55rem; height: 100%; min-height: 240px; padding: 1.4rem; color: #53645b; text-align: center; }
.map-analysis-empty span { color: #c36a13; font-size: .62rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.map-analysis-empty strong { color: #084f37; font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.map-analysis-empty p { max-width: 250px; margin: 0; font-size: .72rem; line-height: 1.45; }
.map-analysis-panel.is-empty .map-analysis-empty { display: grid; }
.map-analysis-panel.is-empty > :not(.map-analysis-empty) { display: none !important; }
.map-analysis-panel > header { display: flex; align-items: flex-start; justify-content: space-between; gap: .7rem; padding-bottom: .5rem; border-bottom: 1px solid #dbe5dd; }
.map-analysis-panel > header span { display: block; color: #c36a13; font-size: .58rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.map-analysis-panel h3 { margin: .12rem 0 0; overflow-wrap: anywhere; color: #084f37; font-size: 1rem; line-height: 1.18; }
.map-analysis-close { flex: 0 0 auto; width: 30px; height: 30px; padding: 0; color: #654437; background: #f7ede7; border: 1px solid #ead3c5; border-radius: 50%; font-size: 1.25rem; cursor: pointer; }
.map-analysis-context { display: flex; align-items: baseline; justify-content: space-between; gap: .6rem; padding: .45rem .55rem; background: #edf4ef; border-radius: 8px; }
.map-analysis-context strong { color: #0b6b50; font-size: .72rem; }
.map-analysis-context small { color: #53645b; font-size: .59rem; text-align: right; }
.map-analysis-select-label { display: grid; gap: .28rem; color: #485b51; font-size: .6rem; font-weight: 850; }
.map-analysis-select { width: 100%; min-width: 0; min-height: 36px; padding: 0 .55rem; overflow: hidden; color: #173e2f; background: #fff; border: 1px solid #cfdcd3; border-radius: 8px; font: inherit; font-size: .7rem; text-overflow: ellipsis; }
.map-analysis-chart { position: relative; min-width: 0; height: 210px; }
.map-analysis-chart canvas { max-width: 100% !important; max-height: 210px !important; }
.map-analysis-comparison { display: grid; grid-template-columns: 1fr 1fr; gap: .45rem; }
.map-analysis-comparison > div { padding: .5rem; background: #f5f6f3; border: 1px solid #e0e5df; border-radius: 8px; }
.map-analysis-comparison span, .map-analysis-comparison strong { display: block; }
.map-analysis-comparison span { color: #66736c; font-size: .56rem; }
.map-analysis-comparison strong { margin-top: .1rem; color: #d06d12; font-family: var(--display); font-size: 1.15rem; }
.map-analysis-global { min-height: 34px; color: #fff; background: #0b6b50; border: 0; border-radius: 8px; font-size: .68rem; font-weight: 850; cursor: pointer; }
.map-analysis-note { margin: 0; color: #64736b; font-size: .58rem; line-height: 1.35; }
.map-panel:fullscreen.has-map-analysis > .map-analysis-panel { position: relative; z-index: 20; top: auto; right: auto; grid-column: 2; grid-row: 1; width: 100%; max-height: none; padding: clamp(.7rem, 1.15vw, 1.1rem); overflow: auto; background: #fbfcfa; border: 0; border-left: 1px solid #cad7ce; border-radius: 0; box-shadow: -12px 0 32px rgba(5,38,26,.12); backdrop-filter: none; }
.map-panel:fullscreen .map-analysis-chart { height: clamp(190px, 31vh, 310px); }
.map-panel:fullscreen .map-analysis-chart canvas { max-height: 310px !important; }
.map-panel:fullscreen .map-mode-control { bottom: 16px; left: 50%; width: min(480px, calc(100% - 180px)); transform: translateX(-50%); }
.chart-panel, .state-panel, .metric-card, .panel-header, .panel-header > * { min-width: 0; }
.panel-header { flex-wrap: wrap; }
.panel-header h2 { flex: 1 1 150px; overflow-wrap: anywhere; }
.chart-wrap, .chart-wrap canvas { max-width: 100%; }
.skeleton-card { overflow: hidden; background: #fff; }
.skeleton-card > span, .skeleton-card > div { display: block; min-height: 20px; background: #e9eeea; border-radius: 5px; animation: pulse 1.3s infinite alternate; }
.skeleton-card > div { width: 65%; }
@keyframes pulse { to { opacity: .42; } }

@media (max-width: 1260px) {
    .metric-ribbon { grid-template-columns: repeat(4, 1fr); }
    .dashboard-grid { grid-template-areas: "indexes map" "charts charts" "state profiles" "voice voice" "risks risks"; grid-template-columns: 230px minmax(430px, 2fr); }
    .side-stack { grid-template-columns: repeat(2, 1fr); }
    .network-summary { grid-template-columns: repeat(3, 1fr); }
    .network-dashboard { grid-template-columns: minmax(620px, 1fr) 280px; }
}
@media (max-width: 900px) {
    .site-header { flex-wrap: wrap; }
    .nav-toggle { display: inline-grid; }
    .main-nav { display: none; width: 100%; align-items: stretch; flex-direction: column; }
    .main-nav.is-open { display: flex; }
    .main-nav .admin-link { margin-left: 0; }
    .dashboard-hero, .network-hero { align-items: stretch; flex-direction: column; }
    .filter-bar { flex-wrap: wrap; }
    .filter-bar label { flex: 1; }
    .dashboard-grid { grid-template-areas: "indexes" "map" "charts" "state" "profiles" "voice" "risks"; grid-template-columns: 1fr; }
    .featured-voice-panel { grid-template-columns: 1fr; }.featured-voice-person { grid-template-columns: 82px minmax(0,1fr); }.featured-voice-person img, .featured-voice-photo { width: 82px; height: 92px; }.featured-voice-actions { grid-template-columns: 1fr 1fr; border-top: 1px dashed #d6d8cc; border-left: 0; }
    .side-stack { grid-template-columns: 1fr; }
    .talent-map, .map-empty { min-height: 460px; }
    .summary-talents-panel { grid-template-rows: auto auto auto 180px; }
    .summary-talents-list { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1rem; }
    .governance-tables { grid-template-columns: repeat(2, 1fr); }
    .branch-line { display: none; }
    .governance-actions { grid-template-columns: repeat(2, 1fr); }
    .network-dashboard { grid-template-columns: 1fr; }
    .network-detail { grid-column: 1; }
    .network-hero-actions { align-items: stretch; flex-direction: column; }
    .network-filter select { width: 100%; }
    .network-summary { grid-template-columns: repeat(2, 1fr); }
    .network-detail-empty { min-height: 220px; }
    .relay-list { grid-template-columns: repeat(2, minmax(240px, 1fr)); }
    .relay-pipeline { flex-wrap: wrap; }
    .network-map-dialog { width: 98vw; height: 96dvh; }
    .network-map-layout { grid-template-columns: 1fr; grid-template-rows: minmax(360px, 58fr) minmax(280px, 42fr); }
    .network-map-sidebar { grid-template-columns: minmax(280px, .9fr) minmax(0, 1.1fr); grid-template-rows: auto minmax(0, 1fr); border-top: 1px solid #cad9ce; border-left: 0; }
    .network-map-detail { grid-row: 1 / span 2; }.network-map-list-head { grid-column: 2; }.network-map-relations { grid-column: 2; }
}
@media (max-width: 600px) {
    .dashboard-page, .governance-page, .network-page { padding: 8px; }
    .metric-ribbon { grid-template-columns: repeat(2, 1fr); }
    .metric-card { min-height: 82px; }
    .metric-card strong { font-size: 1.8rem; }
    .featured-voice-actions { grid-template-columns: 1fr; }.featured-voice-story { padding: .85rem; }.featured-voice-person { padding: .85rem; }
    .filter-bar { display: grid; grid-template-columns: 1fr; }
    .filter-bar select { width: 100%; }
    .map-heading { position: relative; top: auto; left: auto; right: auto; color: var(--ink); background: #fff; border-radius: 0; }
    .map-heading .icon-button { color: var(--forest-800); background: #eef3ef; }
    .governance-tables, .governance-actions { grid-template-columns: 1fr; }
    .governance-card { grid-template-columns: 52px 1fr; }
    .network-summary article { grid-template-columns: 34px 1fr; }
    .network-summary article strong { grid-column: 2; }
    .network-canvas-header { align-items: flex-start; }
    .network-source-key { display: none; }
    .network-band-guide { left: 7px; width: 41%; }
    .network-band-guide span { font-size: .48rem; }
    .network-band-guide strong { font-size: .64rem; }
    .network-infographic-stage { height: 600px; }
    .network-core-orbit { width: 190px; height: 190px; }
    .network-outcome { display: none; }
    .relay-network { height: 100%; }
    .relay-list { grid-template-columns: repeat(1, minmax(250px, 1fr)); }
    .network-map-masthead { grid-template-columns: minmax(0, 1fr) 38px; min-height: 70px; padding: .65rem .7rem; }
    .network-map-legend { display: none; }
    .network-map-layout { grid-template-rows: minmax(330px, 56fr) minmax(310px, 44fr); }
    .network-map-sidebar { grid-template-columns: 1fr; grid-template-rows: auto auto minmax(0, 1fr); }
    .network-map-detail { grid-row: auto; }.network-map-list-head, .network-map-relations { grid-column: auto; }
    .network-map-detail { padding: .7rem; }.network-map-detail dl { display: none; }.network-map-people img, .network-map-people > div > span { width: 42px; height: 42px; }
    .network-map-instruction { right: 10px; bottom: 24px; max-width: calc(100% - 100px); font-size: .57rem; }
    .site-footer { flex-direction: column; }
    .map-mode-control { bottom: 10px; width: calc(100% - 24px); }
    .map-mode-heading { align-items: flex-start; flex-direction: column; gap: 0; }
    .map-mode-buttons { grid-template-columns: repeat(3, 1fr) 32px; }
    .map-analysis-panel { top: 58px; right: 10px; left: 10px; width: auto; max-height: calc(100% - 190px); }
    .map-analysis-chart { height: 180px; }
    .chart-card-map-cue { width: 30px; padding: 0; justify-content: center; font-size: 0; }
    .chart-card-map-cue svg { width: 15px; height: 15px; }
    .map-panel:fullscreen.has-map-analysis { grid-template-columns: 1fr; grid-template-rows: minmax(0, 62fr) minmax(250px, 38fr); }
    .map-panel:fullscreen .talent-map { grid-column: 1; grid-row: 1; }
    .map-panel:fullscreen.has-map-analysis > .map-analysis-panel { grid-column: 1; grid-row: 2; border-top: 1px solid #cad7ce; border-left: 0; box-shadow: 0 -12px 28px rgba(5,38,26,.12); }
    .map-panel:fullscreen > .map-heading { position: absolute; top: 12px; right: 12px; left: 12px; }
    .map-panel:fullscreen > .map-legend { right: 12px; }
    .map-panel:fullscreen .map-analysis-chart { height: 180px; }
    .map-panel:fullscreen .map-mode-control { width: calc(100% - 24px); }
}
@media (max-width: 420px) {
    .summary-talents-list { grid-template-columns: 1fr; }
    .summary-talent-row { grid-template-columns: minmax(0, 1fr) minmax(70px, .9fr) auto; }
}
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
