:root {
    --astro-purple: #6b2fa0;
    --astro-purple-soft: #d4b8e8;
    --astro-orange: #e8740c;
    --astro-navy: #132943;
    --astro-deep: #091523;
    --astro-ink: #172638;
    --astro-muted: #687484;
    --astro-paper: #fbfaf7;
    --astro-cream: #f3f0ea;
    --astro-line: #e1ddd6;
    --astro-green: #1d7b68;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--astro-ink); background: var(--astro-paper); font-family: "Poppins", sans-serif; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.astro-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.astro-kicker { margin: 0 0 12px; color: var(--astro-orange); font-size: 11px; font-weight: 700; letter-spacing: .16em; }

/* Acceso */
.astro-login { min-height: 100vh; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--astro-paper); }
.astro-login-brand { position: relative; min-height: 100vh; overflow: hidden; padding: 52px 70px 68px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; background: var(--astro-deep); }
.astro-brand { position: relative; z-index: 2; display: flex; align-items: center; gap: 12px; color: #fff; text-decoration: none; }
.astro-brand img { width: 44px; height: 44px; object-fit: contain; }
.astro-brand strong, .astro-brand small { display: block; }
.astro-brand strong { font-size: 13px; letter-spacing: .15em; }
.astro-brand small { margin-top: 3px; color: rgba(255,255,255,.55); font-family: Georgia, serif; font-size: 12px; font-style: italic; }
.astro-login-copy { position: relative; z-index: 2; max-width: 600px; padding-bottom: 50px; }
.astro-login-copy h1 { max-width: 590px; margin: 0 0 25px; font-family: "DM Serif Display", Georgia, serif; font-size: clamp(48px, 5.2vw, 76px); font-weight: 400; line-height: 1; letter-spacing: -.035em; }
.astro-login-copy > p:last-child { max-width: 470px; margin: 0; color: rgba(255,255,255,.66); font-size: 17px; line-height: 1.7; }
.astro-orbit { position: absolute; border: 1px solid rgba(212,184,232,.15); border-radius: 50%; }
.astro-orbit-one { width: 470px; height: 470px; top: -190px; right: -160px; }
.astro-orbit-two { width: 760px; height: 350px; left: -300px; bottom: 18%; transform: rotate(-22deg); }
.astro-stars { position: absolute; right: 10%; bottom: 8%; width: 210px; height: 170px; opacity: .55; }
.astro-stars:before { content: ""; position: absolute; inset: 20px 18px 40px 15px; border-top: 1px solid var(--astro-purple-soft); border-right: 1px solid var(--astro-purple-soft); transform: skew(-26deg) rotate(9deg); }
.astro-stars i { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: #fff; box-shadow: 0 0 12px #fff; }
.astro-stars i:nth-child(1) { left: 10px; top: 32px; }.astro-stars i:nth-child(2) { left: 83px; top: 4px; }.astro-stars i:nth-child(3) { right: 15px; top: 68px; }.astro-stars i:nth-child(4) { left: 65px; bottom: 8px; }.astro-stars i:nth-child(5) { right: 45px; bottom: 27px; }
.astro-login-panel { display: grid; place-items: center; padding: 50px; }
.astro-login-card { width: min(100%, 430px); }
.astro-login-symbol { width: 58px; height: 58px; margin-bottom: 28px; display: grid; place-items: center; color: var(--astro-purple); background: rgba(107,47,160,.1); border: 1px solid rgba(107,47,160,.15); border-radius: 50%; font-size: 28px; }
.astro-login-card h2 { margin: 0; color: var(--astro-navy); font-family: "DM Serif Display", Georgia, serif; font-size: 42px; font-weight: 400; letter-spacing: -.025em; }
.astro-login-intro { margin: 11px 0 30px; color: var(--astro-muted); font-size: 14px; }
.astro-login-card > label { display: block; margin: 0 0 8px; color: #344252; font-size: 12px; font-weight: 600; }
.astro-field { height: 52px; margin-bottom: 19px; padding: 0 14px; display: flex; align-items: center; gap: 10px; color: #9099a2; background: #fff; border: 1px solid #d7d4ce; border-radius: 8px; transition: .2s; }
.astro-field:focus-within { border-color: var(--astro-purple); box-shadow: 0 0 0 3px rgba(107,47,160,.1); }
.astro-field input { min-width: 0; height: 100%; flex: 1; color: var(--astro-ink); background: transparent; border: 0; outline: 0; font-size: 13px; }
.astro-field button { padding: 5px; color: #7a8691; background: none; border: 0; font-size: 19px; }
.astro-login-options { margin: -2px 0 22px; display: flex; justify-content: space-between; color: var(--astro-muted); font-size: 11px; }
.astro-login-options label { display: flex; align-items: center; gap: 6px; }.astro-login-options input { accent-color: var(--astro-purple); }
.astro-login-options a { color: var(--astro-purple); font-weight: 600; text-decoration: none; }
.astro-primary-button { min-height: 50px; padding: 0 18px; display: flex; align-items: center; justify-content: center; gap: 9px; color: #fff; background: var(--astro-purple); border: 0; border-radius: 7px; box-shadow: 0 10px 24px rgba(107,47,160,.18); text-decoration: none; font-size: 12px; font-weight: 700; transition: .2s; }
.astro-primary-button:hover { background: #56227f; transform: translateY(-1px); }
.astro-login-card > .astro-primary-button { width: 100%; }
.astro-demo-button { width: 100%; min-height: 44px; margin-top: 10px; color: var(--astro-purple); background: transparent; border: 1px solid rgba(107,47,160,.25); border-radius: 7px; font-size: 11px; font-weight: 600; }
.astro-security-note { margin-top: 17px; padding: 13px 14px; display: flex; gap: 10px; color: #776c62; background: #f7f3ed; border: 1px solid #e7dfd6; border-radius: 7px; font-size: 10px; line-height: 1.5; }
.astro-security-note i { flex: 0 0 auto; color: var(--astro-orange); font-size: 18px; }.astro-security-note p { margin: 0; }.astro-security-note strong { display: block; color: #514943; }
.astro-back-link { margin-top: 18px; display: flex; justify-content: center; align-items: center; gap: 4px; color: #8b939b; text-decoration: none; font-size: 10px; }
.astro-form-error { min-height: 16px; margin: -9px 0 7px; color: #b74236; font-size: 10px; }

/* Cabecera y bienvenida */
.astro-app { min-height: 100vh; background: var(--astro-paper); }
.astro-topbar { position: sticky; z-index: 20; top: 0; height: 76px; padding: 0 max(24px, calc((100vw - 1180px)/2)); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--astro-ink); background: rgba(251,250,247,.95); border-bottom: 1px solid var(--astro-line); backdrop-filter: blur(14px); }
.astro-brand-dark { color: var(--astro-navy); }.astro-brand-dark img { width: 36px; height: 36px; }.astro-brand-dark strong { font-size: 11px; }.astro-brand-dark small { color: var(--astro-purple); font-family: inherit; font-size: 9px; font-style: normal; font-weight: 700; letter-spacing: .18em; }
.astro-topbar nav { display: flex; gap: 32px; }.astro-topbar nav a { position: relative; color: #596674; text-decoration: none; font-size: 12px; font-weight: 600; }.astro-topbar nav a:hover, .astro-topbar nav a.is-active { color: var(--astro-navy); }.astro-topbar nav a.is-active:after { content: ""; position: absolute; right: 0; bottom: -28px; left: 0; height: 2px; background: var(--astro-orange); }
.astro-account { justify-self: end; display: flex; align-items: center; gap: 9px; }.astro-account-avatar { width: 35px; height: 35px; display: grid; place-items: center; color: #fff; background: var(--astro-purple); border-radius: 50%; font-size: 10px; font-weight: 700; }.astro-account strong, .astro-account small { display: block; max-width: 150px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.astro-account strong { font-size: 10px; }.astro-account small { margin-top: 2px; color: var(--astro-orange); font-size: 8px; }.astro-account button { padding: 7px; color: #7e8790; background: none; border: 0; font-size: 18px; }
.astro-welcome { padding-block: 62px 52px; display: grid; grid-template-columns: 1fr 520px; gap: 66px; align-items: center; }
.astro-muted-kicker { display: flex; align-items: center; gap: 7px; color: #7b8691; }.astro-muted-kicker span { width: 7px; height: 7px; background: var(--astro-orange); border-radius: 50%; box-shadow: 0 0 0 4px rgba(232,116,12,.12); }
.astro-welcome > div > h1 { margin: 0 0 10px; color: var(--astro-navy); font-family: "DM Serif Display", Georgia, serif; font-size: clamp(38px, 4.1vw, 56px); font-weight: 400; letter-spacing: -.035em; }.astro-welcome h1 em { color: var(--astro-orange); font-size: .5em; font-style: normal; vertical-align: top; }.astro-welcome > div > p:last-child { margin: 0; color: var(--astro-muted); font-size: 15px; }
.astro-participation { padding: 23px 25px; display: grid; grid-template-columns: 112px 1fr; gap: 22px; align-items: center; background: #fff; border: 1px solid #dedad2; box-shadow: 0 12px 34px rgba(19,41,67,.07); }
.astro-progress-ring { --progress: 360deg; width: 105px; height: 105px; padding: 8px; display: grid; background: conic-gradient(var(--astro-orange) var(--progress), #e7e4de 0); border-radius: 50%; }.astro-progress-ring > span { display: grid; place-content: center; text-align: center; background: #fff; border-radius: 50%; }.astro-progress-ring strong { display: block; color: var(--astro-navy); font-family: "DM Serif Display", Georgia, serif; font-size: 25px; font-weight: 400; }.astro-progress-ring small { color: #7d8790; font-size: 8px; }
.astro-level-pill { width: max-content; padding: 5px 8px; display: flex; align-items: center; gap: 4px; color: var(--astro-purple); background: rgba(107,47,160,.09); font-size: 8px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }.astro-participation h2 { margin: 9px 0 5px; color: var(--astro-navy); font-size: 15px; }.astro-participation p { margin: 0; color: var(--astro-muted); font-size: 10px; line-height: 1.5; }.astro-participation a { margin-top: 9px; display: inline-flex; align-items: center; gap: 4px; color: var(--astro-orange); text-decoration: none; font-size: 9px; font-weight: 700; }

/* Contenido */
.astro-section { padding-block: 72px; border-top: 1px solid var(--astro-line); }.astro-directory { background: var(--astro-cream); }.astro-section-heading { margin-bottom: 28px; display: flex; align-items: end; justify-content: space-between; gap: 28px; }.astro-section-heading h2 { margin: 0 0 7px; color: var(--astro-navy); font-family: "DM Serif Display", Georgia, serif; font-size: 38px; font-weight: 400; letter-spacing: -.025em; }.astro-section-heading p:not(.astro-kicker) { margin: 0; color: var(--astro-muted); font-size: 12px; }
.astro-search { width: 310px; height: 43px; padding: 0 13px; display: flex; align-items: center; gap: 8px; color: #9098a0; background: #fff; border: 1px solid #dcd8d1; }.astro-search input { width: 100%; color: var(--astro-ink); background: none; border: 0; outline: 0; font-size: 10px; }
.astro-directory-table { overflow: hidden; background: #fff; border: 1px solid #dedad2; }.astro-directory-head, .astro-org-row { display: grid; grid-template-columns: 1.25fr 1.25fr 1.15fr .72fr .55fr; gap: 15px; align-items: center; }.astro-directory-head { min-height: 42px; padding: 0 20px; color: rgba(255,255,255,.64); background: var(--astro-navy); font-size: 8px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }.astro-org-row { min-height: 86px; padding: 13px 20px; border-top: 1px solid #ece9e3; }.astro-org-row:first-child { border-top: 0; }
.astro-org-name, .astro-representative { min-width: 0; display: flex; align-items: center; gap: 11px; }.astro-org-logo { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; overflow: hidden; color: #fff; background: var(--astro-purple); border-radius: 50%; font-size: 10px; font-weight: 700; }.astro-org-logo img { width: 100%; height: 100%; object-fit: contain; background: #fff; }.astro-org-name strong, .astro-org-name small, .astro-representative strong, .astro-representative small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.astro-org-name strong { font-size: 11px; }.astro-org-name small, .astro-representative small { margin-top: 2px; color: #8a929a; font-size: 8px; }.astro-representative strong { font-size: 10px; }.astro-representative > i { width: 28px; height: 28px; flex: 0 0 auto; display: grid; place-items: center; color: #78838d; background: #f0efec; border-radius: 50%; }
.astro-org-email { min-width: 0; display: flex; align-items: center; gap: 6px; color: #596673; text-decoration: none; font-size: 9px; }.astro-org-email span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.astro-org-email.is-empty { color: #a0a6ac; }.astro-ods { display: flex; flex-wrap: wrap; gap: 4px; }.astro-ods span { width: 24px; height: 24px; display: grid; place-items: center; color: #fff; background: var(--astro-navy); border-radius: 2px; font-size: 8px; font-weight: 700; }.astro-ods span:nth-child(3n+1) { background: var(--astro-orange); }.astro-ods span:nth-child(3n+2) { background: var(--astro-purple); }.astro-portal-link { justify-self: end; padding: 8px 10px; display: inline-flex; align-items: center; gap: 4px; color: var(--astro-navy); background: #fff; border: 1px solid #dedad2; text-decoration: none; font-size: 9px; font-weight: 700; }.astro-portal-link:hover { color: var(--astro-purple); border-color: var(--astro-purple); }.astro-portal-link.is-disabled { color: #9ba1a7; pointer-events: none; }.astro-results { margin: 16px 0 0; color: #828b94; text-align: center; font-size: 9px; }
.astro-key { display: flex; gap: 16px; color: #7d8790; font-size: 9px; }.astro-key span { display: flex; align-items: center; gap: 5px; }.astro-key i { width: 7px; height: 7px; border-radius: 50%; }.astro-key .available { background: var(--astro-green); }.astro-key .blocked { background: #bdc1c5; }
.astro-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }.astro-service-card { min-height: 265px; padding: 22px; display: flex; flex-direction: column; background: #fff; border: 1px solid #dedad2; transition: .2s; }.astro-service-card:hover { transform: translateY(-3px); box-shadow: 0 15px 32px rgba(19,41,67,.07); }.astro-service-card.is-locked { color: #858d94; background: #f2f1ee; }.astro-service-card-top { display: flex; align-items: start; justify-content: space-between; }.astro-service-icon { width: 43px; height: 43px; display: grid; place-items: center; color: var(--astro-purple); background: rgba(107,47,160,.09); border-radius: 50%; font-size: 21px; }.is-locked .astro-service-icon { color: #8e959b; background: #e4e4e1; }.astro-service-status { padding: 5px 7px; display: flex; align-items: center; gap: 4px; color: var(--astro-green); background: #e8f3f0; font-size: 7px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }.is-locked .astro-service-status { color: #717a82; background: #e3e3e0; }.astro-service-group { margin-top: 24px; color: var(--astro-orange); font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.is-locked .astro-service-group { color: #92989d; }.astro-service-card h3 { margin: 7px 0 8px; color: var(--astro-navy); font-family: "DM Serif Display", Georgia, serif; font-size: 22px; font-weight: 400; }.is-locked h3 { color: #646d75; }.astro-service-card p { margin: 0 0 18px; color: var(--astro-muted); font-size: 10px; line-height: 1.6; }.astro-service-card button { margin-top: auto; width: max-content; padding: 0; display: flex; align-items: center; gap: 5px; color: var(--astro-purple); background: none; border: 0; font-size: 9px; font-weight: 700; }.is-locked button { color: #737b82; }
.astro-text-link { display: inline-flex; align-items: center; gap: 5px; color: var(--astro-purple); text-decoration: none; font-size: 10px; font-weight: 700; }.astro-impact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 17px; }.astro-story { display: grid; grid-template-rows: 205px auto; overflow: hidden; background: #fff; border: 1px solid #dedad2; }.astro-story-main { grid-template-columns: 1.1fr .9fr; grid-template-rows: auto; }.astro-story-image { position: relative; min-height: 245px; overflow: hidden; }.astro-story-image:after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg, rgba(9,21,35,.62), transparent); }.astro-story-image img { width: 100%; height: 100%; object-fit: cover; }.astro-story-image span { position: absolute; z-index: 1; left: 16px; bottom: 14px; padding: 5px 7px; color: #fff; border: 1px solid rgba(255,255,255,.55); font-size: 8px; }.astro-story-copy { padding: 25px; }.astro-story-copy > small { color: var(--astro-orange); font-size: 8px; font-weight: 700; letter-spacing: .1em; }.astro-story-copy h3 { margin: 8px 0 9px; color: var(--astro-navy); font-family: "DM Serif Display", Georgia, serif; font-size: 24px; font-weight: 400; }.astro-story-copy p { margin: 0; color: var(--astro-muted); font-size: 10px; line-height: 1.6; }.astro-story-copy > div { margin-top: 23px; padding-top: 17px; display: flex; gap: 25px; border-top: 1px solid #e7e4dd; }.astro-story-copy > div strong, .astro-story-copy > div small { display: block; }.astro-story-copy > div strong { color: var(--astro-navy); font-family: "DM Serif Display", Georgia, serif; font-size: 19px; font-weight: 400; }.astro-story-copy > div small { color: #868e96; font-size: 7px; text-transform: uppercase; }

/* Nivel, asistente y modal */
.astro-level-section { padding: 72px 0; color: #fff; background: var(--astro-deep); }.astro-level-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }.astro-light-kicker { color: var(--astro-purple-soft); }.astro-level-layout h2 { margin: 0 0 15px; font-family: "DM Serif Display", Georgia, serif; font-size: 43px; font-weight: 400; line-height: 1.08; }.astro-level-layout > div:first-child > p:last-of-type { max-width: 430px; color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.7; }.astro-level-layout > div:first-child > a { margin-top: 18px; padding: 12px 16px; display: inline-flex; align-items: center; gap: 7px; color: #fff; background: var(--astro-purple); text-decoration: none; font-size: 10px; font-weight: 700; }.astro-levels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 11px; }.astro-levels article { min-height: 180px; padding: 20px 17px; color: rgba(255,255,255,.52); border: 1px solid rgba(255,255,255,.12); }.astro-levels article.is-current { color: #fff; background: rgba(107,47,160,.2); border-color: var(--astro-purple-soft); }.astro-levels span { color: var(--astro-orange); font-size: 9px; font-weight: 700; }.astro-levels h3 { margin: 16px 0 8px; font-family: "DM Serif Display", Georgia, serif; font-size: 20px; font-weight: 400; }.astro-levels p { margin: 0; font-size: 9px; line-height: 1.55; }
.astro-footer { padding: 28px 0; color: rgba(255,255,255,.42); background: #06101b; font-size: 9px; }.astro-footer > div { display: flex; align-items: center; justify-content: space-between; }.astro-footer span { display: flex; align-items: center; gap: 7px; color: #fff; font-weight: 600; }.astro-footer img { width: 26px; }.astro-footer a { color: inherit; text-decoration: none; }
.astro-assistant-button { position: fixed; z-index: 31; right: 24px; bottom: 22px; height: 62px; padding: 5px 14px 5px 5px; display: flex; align-items: center; gap: 9px; color: var(--astro-navy); background: #fff; border: 1px solid #dad6cf; border-radius: 32px; box-shadow: 0 14px 35px rgba(9,21,35,.2); }.astro-assistant-button img { width: 50px; height: 50px; object-fit: contain; border-radius: 50%; }.astro-assistant-button span { min-width: 100px; text-align: left; }.astro-assistant-button strong, .astro-assistant-button small { display: block; }.astro-assistant-button strong { font-size: 9px; }.astro-assistant-button small { margin-top: 2px; color: #818a92; font-size: 7px; }.astro-assistant-button > i { font-size: 18px; }
.astro-assistant { position: fixed; z-index: 30; right: 24px; bottom: 96px; width: min(375px, calc(100vw - 32px)); overflow: hidden; background: #fff; border: 1px solid #d9d5ce; box-shadow: 0 22px 58px rgba(9,21,35,.24); }.astro-assistant-header { height: 65px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: var(--astro-navy); }.astro-assistant-header > span { display: grid; grid-template-columns: 8px 1fr; column-gap: 7px; }.astro-assistant-header > span i { width: 7px; height: 7px; margin-top: 4px; background: #59c28b; border-radius: 50%; }.astro-assistant-header strong { font-size: 12px; }.astro-assistant-header small { grid-column: 2; color: rgba(255,255,255,.56); font-size: 8px; }.astro-assistant-header button { padding: 6px; color: #fff; background: none; border: 0; font-size: 21px; }.astro-assistant-body { max-height: 470px; overflow: auto; padding: 18px 16px; background: #f8f6f1; }.astro-assistant-body > img { width: 68px; height: 78px; float: left; margin: -5px 7px 2px -7px; object-fit: contain; }.astro-assistant-body > p { min-height: 64px; margin: 0 0 13px 48px; padding: 11px 12px; color: #475563; background: #fff; border: 1px solid #e3ded6; border-radius: 2px 12px 12px 12px; font-size: 9px; line-height: 1.55; }.astro-answer { clear: both; margin-bottom: 12px; padding: 11px 12px; color: #45525f; background: #fff; border: 1px solid #e3ded6; border-left: 3px solid var(--astro-purple); font-size: 9px; line-height: 1.55; }.astro-answer strong { display: block; margin-bottom: 4px; color: var(--astro-purple); }.astro-questions { display: grid; gap: 5px; }.astro-questions button { padding: 9px 10px; display: flex; justify-content: space-between; align-items: center; gap: 8px; color: #525f6a; background: transparent; border: 1px solid #e2ddd5; text-align: left; font-size: 8px; }.astro-questions button:hover, .astro-questions button.is-active { color: var(--astro-purple); background: #fff; border-color: rgba(107,47,160,.35); }.astro-assistant-footer { height: 39px; display: flex; align-items: center; justify-content: center; gap: 5px; color: #8c9399; font-size: 7px; }
.astro-modal-backdrop { position: fixed; z-index: 50; inset: 0; padding: 20px; display: grid; place-items: center; background: rgba(5,13,22,.7); backdrop-filter: blur(4px); }.astro-modal { position: relative; width: min(460px, 100%); padding: 34px; background: #fff; box-shadow: 0 26px 70px rgba(0,0,0,.3); }.astro-modal > button { position: absolute; top: 14px; right: 14px; padding: 7px; color: #7c858d; background: none; border: 0; font-size: 20px; }.astro-modal-icon { width: 44px; height: 44px; margin-bottom: 20px; display: grid; place-items: center; color: var(--astro-purple); background: rgba(107,47,160,.09); border-radius: 50%; font-size: 22px; }.astro-modal h2 { margin: 0 0 9px; color: var(--astro-navy); font-family: "DM Serif Display", Georgia, serif; font-size: 31px; font-weight: 400; }.astro-modal > p:not(.astro-kicker) { margin: 0 0 20px; color: var(--astro-muted); font-size: 11px; line-height: 1.6; }.astro-modal-detail { margin-bottom: 21px; padding: 15px; color: #5a6570; background: #f5f2ed; border: 1px solid #e2ddd5; font-size: 10px; line-height: 1.55; }.astro-modal-detail strong { display: block; color: var(--astro-navy); }.astro-modal .astro-primary-button { width: 100%; }.astro-toast { position: fixed; z-index: 70; left: 50%; bottom: 24px; padding: 10px 14px; display: flex; align-items: center; gap: 6px; color: #fff; background: #17483f; transform: translateX(-50%); box-shadow: 0 10px 28px rgba(0,0,0,.2); font-size: 9px; }

@media (max-width: 1000px) {
    .astro-login { grid-template-columns: 1fr; }.astro-login-brand { min-height: 410px; padding: 40px; }.astro-login-copy { padding: 75px 0 0; }.astro-login-copy h1 { font-size: 50px; }.astro-login-panel { padding: 58px 28px; }
    .astro-topbar { grid-template-columns: 1fr auto; }.astro-topbar nav { display: none; }.astro-welcome { grid-template-columns: 1fr; gap: 28px; }.astro-participation { max-width: 570px; }
    .astro-directory-head { display: none; }.astro-org-row { grid-template-columns: 1.25fr 1fr .75fr; }.astro-org-email, .astro-representative { display: none; }.astro-service-grid { grid-template-columns: repeat(2, 1fr); }.astro-impact-grid { grid-template-columns: 1fr; }.astro-level-layout { grid-template-columns: 1fr; gap: 44px; }
}

@media (max-width: 640px) {
    .astro-shell { width: min(100% - 30px, 1180px); }.astro-login-brand { min-height: 340px; padding: 27px 23px; }.astro-brand { transform: scale(.9); transform-origin: left top; }.astro-login-copy { padding: 52px 0 0; }.astro-login-copy h1 { margin-bottom: 15px; font-size: 39px; }.astro-login-copy > p:last-child { font-size: 13px; }.astro-login-panel { padding: 44px 21px; }.astro-login-card h2 { font-size: 35px; }
    .astro-topbar { height: 66px; padding: 0 15px; }.astro-account > span:nth-child(2) { display: none; }.astro-welcome { padding-block: 42px 36px; }.astro-welcome > div > h1 { font-size: 38px; }.astro-participation { grid-template-columns: 84px 1fr; padding: 17px; }.astro-progress-ring { width: 80px; height: 80px; }.astro-progress-ring strong { font-size: 20px; }
    .astro-section { padding-block: 52px; }.astro-section-heading { flex-direction: column; align-items: stretch; gap: 17px; }.astro-section-heading h2 { font-size: 32px; }.astro-search { width: 100%; }.astro-org-row { grid-template-columns: 1fr auto; padding: 14px; }.astro-ods { display: none; }.astro-service-grid { grid-template-columns: 1fr; }.astro-service-card { min-height: 235px; }.astro-key { display: none; }.astro-story-main { grid-template-columns: 1fr; }.astro-story-image { min-height: 220px; }.astro-level-section { padding-block: 55px; }.astro-level-layout h2 { font-size: 36px; }.astro-levels { grid-template-columns: 1fr; }.astro-levels article { min-height: auto; }.astro-footer > div { flex-direction: column; gap: 15px; }.astro-assistant-button { right: 13px; bottom: 13px; }.astro-assistant-button span { display: none; }.astro-assistant { right: 13px; bottom: 82px; }
}

/* Ajustes derivados de la revisión de Astropedia. */
.astro-services { padding-bottom: 44px; }
.astro-impact { padding-top: 44px; }

.astro-service-card { min-height: 250px; }
.astro-service-group { margin-top: 20px; font-size: 8.5px; }
.astro-service-card h3 { font-size: 19px; line-height: 1.18; }
.astro-service-card p { font-size: 10.5px; line-height: 1.65; }

.astro-story { grid-template-rows: 230px auto; }
.astro-story-main { grid-template-rows: minmax(320px, auto); }
.astro-story-image { min-height: 0; height: 100%; }
.astro-story-main .astro-story-image { min-height: 320px; }

.astro-levels article.is-current {
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(212,184,232,.45), 0 12px 30px rgba(0,0,0,.16);
}
.astro-levels article.is-current::after {
    content: "Nivel actual";
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 7px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.astro-assistant-intro { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 13px; }
.astro-assistant-avatar,
.astro-button-avatar {
    position: relative;
    flex: 0 0 auto;
    display: grid;
    place-items: center;
    overflow: hidden;
    color: var(--astro-purple);
    background: rgba(107,47,160,.1);
    border: 1px solid rgba(107,47,160,.16);
    border-radius: 50%;
}
.astro-assistant-avatar { width: 58px; height: 58px; }
.astro-button-avatar { width: 50px; height: 50px; min-width: 50px !important; }
.astro-assistant-avatar > i,
.astro-button-avatar > i { font-size: 25px; }
.astro-assistant-avatar img,
.astro-button-avatar img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; }
.astro-assistant-intro p {
    flex: 1;
    min-width: 0;
    min-height: 58px;
    margin: 0;
    padding: 11px 12px;
    color: #475563;
    background: #fff;
    border: 1px solid #e3ded6;
    border-radius: 2px 12px 12px 12px;
    font-size: 9px;
    line-height: 1.55;
    overflow-wrap: anywhere;
}
.astro-assistant-button > span:nth-child(2) { min-width: 100px; text-align: left; }

@media (max-width: 640px) {
    .astro-services { padding-bottom: 34px; }
    .astro-impact { padding-top: 34px; }
    .astro-story,
    .astro-story-main { grid-template-rows: auto; }
    .astro-story-image,
    .astro-story-main .astro-story-image { min-height: 220px; height: 220px; }
    .astro-assistant-button > span:nth-child(2) { display: none; }
    .astro-button-avatar { display: grid !important; }
}

/* Administración */
.astro-login-options > span { display: inline-flex; align-items: center; gap: 5px; }
.astro-admin { background: #f3f0ea; }
.astro-admin-badge { padding: 9px 12px; display: inline-flex; align-items: center; gap: 6px; color: #fff; background: var(--astro-navy); font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.astro-admin-summary { margin-bottom: 24px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.astro-admin-summary article { min-height: 94px; padding: 20px; display: flex; align-items: center; gap: 15px; background: #fff; border: 1px solid var(--astro-line); }
.astro-admin-summary article > i { width: 42px; height: 42px; display: grid; place-items: center; color: var(--astro-purple); background: rgba(107,47,160,.09); border-radius: 50%; font-size: 20px; }
.astro-admin-summary strong, .astro-admin-summary small { display: block; }
.astro-admin-summary strong { color: var(--astro-navy); font-family: "DM Serif Display", Georgia, serif; font-size: 26px; font-weight: 400; }
.astro-admin-summary small { color: var(--astro-muted); font-size: 9px; }
.astro-admin-block { margin-top: 18px; background: #fff; border: 1px solid var(--astro-line); }
.astro-admin-block-heading { min-height: 86px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--astro-line); }
.astro-admin-block-heading h3 { margin: 0 0 4px; color: var(--astro-navy); font-family: "DM Serif Display", Georgia, serif; font-size: 23px; font-weight: 400; }
.astro-admin-block-heading p { margin: 0; color: var(--astro-muted); font-size: 9px; }
.astro-admin-table { overflow-x: auto; }
.astro-admin-head, .astro-admin-row { min-width: 850px; display: grid; gap: 14px; align-items: center; }
.astro-admin-head { min-height: 39px; padding: 0 18px; color: rgba(255,255,255,.65); background: var(--astro-navy); font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.astro-admin-row { min-height: 68px; padding: 10px 18px; color: #4d5965; border-top: 1px solid #ece9e3; font-size: 9px; }
.astro-admin-row:first-child { border-top: 0; }
.astro-admin-org-grid { grid-template-columns: 1.35fr 1.15fr .7fr .65fr .45fr; }
.astro-admin-service-grid { grid-template-columns: 1.35fr 1fr .65fr .65fr .45fr; }
.astro-admin-request-grid { grid-template-columns: 1.2fr 1.25fr .8fr .8fr .45fr; }
.astro-admin-row strong, .astro-admin-row small { display: block; }
.astro-admin-row strong { color: var(--astro-ink); font-size: 10px; }
.astro-admin-row small { margin-top: 2px; color: var(--astro-muted); font-size: 8px; }
.astro-admin-status { width: max-content; padding: 5px 8px; color: #6c757d; background: #ececea; font-size: 8px; font-weight: 700; text-transform: uppercase; }
.astro-admin-status.is-active, .astro-admin-status.is-approved, .astro-admin-status.is-completed { color: var(--astro-green); background: #e8f3f0; }
.astro-admin-status.is-pending, .astro-admin-status.is-reviewing { color: #9b5a0a; background: #fff0da; }
.astro-admin-status.is-rejected, .astro-admin-status.is-inactive { color: #9d3e35; background: #f8e7e5; }
.astro-admin-edit { justify-self: end; padding: 8px 11px; display: inline-flex; align-items: center; gap: 5px; color: var(--astro-purple); background: #fff; border: 1px solid rgba(107,47,160,.28); font-size: 8px; font-weight: 700; }
.astro-admin-edit:hover { color: #fff; background: var(--astro-purple); }
.astro-admin-row select { width: 100%; min-height: 34px; padding: 0 8px; color: var(--astro-ink); background: #fff; border: 1px solid var(--astro-line); font-size: 9px; }
.astro-admin-empty { min-width: 850px; margin: 0; padding: 28px 18px; color: var(--astro-muted); text-align: center; font-size: 10px; }
.astro-admin-form { width: min(680px, 100%); max-height: calc(100vh - 40px); overflow-y: auto; }
.astro-admin-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.astro-admin-fields label { display: grid; gap: 6px; color: #43505d; font-size: 10px; font-weight: 600; }
.astro-admin-fields label small { color: var(--astro-muted); font-size: 8px; font-weight: 400; }
.astro-admin-fields input, .astro-admin-fields textarea { width: 100%; padding: 11px 12px; color: var(--astro-ink); background: #fff; border: 1px solid #d7d4ce; outline: none; font: inherit; font-size: 10px; resize: vertical; }
.astro-admin-fields input:focus, .astro-admin-fields textarea:focus { border-color: var(--astro-purple); box-shadow: 0 0 0 3px rgba(107,47,160,.1); }
.astro-admin-field-wide { grid-column: 1 / -1; }
.astro-admin-checkbox { grid-column: 1 / -1; display: flex !important; grid-auto-flow: column; justify-content: start; align-items: center; }
.astro-admin-checkbox input { width: auto; accent-color: var(--astro-purple); }
.astro-admin-form .astro-form-error { margin: 12px 0 4px; }
.astro-admin-form > .astro-primary-button { width: 100%; margin-top: 10px; }

body.is-astropedia-admin .astro-level-section { display: none; }
body.is-astropedia-admin .astro-participation a { display: none; }

@media (max-width: 1000px) {
    .astro-admin-summary { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
    .astro-admin-summary { grid-template-columns: 1fr; }
    .astro-admin-block-heading { align-items: stretch; flex-direction: column; }
    .astro-admin-fields { grid-template-columns: 1fr; }
    .astro-admin-field-wide, .astro-admin-checkbox { grid-column: auto; }
    .astro-admin-form { padding: 27px 21px; }
}
