body { margin: 0; background: #e9edef; }
* { box-sizing: border-box; }
.nino-page button, .nino-page input, .nino-page textarea { font: inherit; }
.nino-page { min-height: 100dvh; color: #111b21; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
.nino-page .nino-loading { min-height: 100dvh; display: grid; place-items: center; align-content: center; gap: 18px; color: #54656f; background: #f0f2f5; }
.nino-page .nino-loader { width: 82px; height: 82px; border-radius: 28px; display: grid; place-items: center; color: #fff; font-size: 34px; background: linear-gradient(145deg, #00a884, #087f5b); animation: nino-float 1.5s ease-in-out infinite; }
@keyframes nino-float { 50% { transform: translateY(-8px); } }
.nino-page .nino-welcome { min-height: 100dvh; display: grid; grid-template-columns: 1.15fr .85fr; background: #f7f9f8; }
.nino-page .welcome-visual { position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: center; padding: clamp(48px, 7vw, 110px); color: #fff; background: radial-gradient(circle at 20% 12%, rgba(255,255,255,.18), transparent 26rem), linear-gradient(145deg, #075e54, #00856f 55%, #00a884); }
.nino-page .welcome-visual::after { content: ''; position: absolute; inset: 0; opacity: .16; background-image: radial-gradient(circle at 20px 20px, #fff 1.5px, transparent 1.5px); background-size: 34px 34px; }
.nino-page .welcome-visual > * { position: relative; z-index: 1; }
.nino-page .back-home { position: absolute; top: 34px; left: clamp(28px, 5vw, 72px); color: #fff; display: inline-flex; gap: 10px; align-items: center; font-weight: 750; }
.nino-page .weather-orbit { width: 112px; height: 112px; position: relative; display: grid; place-items: center; margin-bottom: 28px; border-radius: 34px; background: rgba(255,255,255,.14); box-shadow: inset 0 0 0 1px rgba(255,255,255,.22); }
.nino-page .weather-orbit > i { font-size: 48px; }
.nino-page .orbit { position: absolute; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; animation: nino-orbit 7s linear infinite; }
.nino-page .orbit-one { width: 145px; height: 145px; }
.nino-page .orbit-two { width: 180px; height: 180px; animation-direction: reverse; animation-duration: 10s; }
@keyframes nino-orbit { to { transform: rotate(360deg); } }
.nino-page .welcome-kicker { text-transform: uppercase; letter-spacing: .1em; font-weight: 850; font-size: 12px; opacity: .82; }
.nino-page .welcome-visual h1 { margin: 14px 0 18px; max-width: 780px; font-size: clamp(40px, 5.4vw, 76px); line-height: .98; letter-spacing: -.055em; }
.nino-page .welcome-visual p { max-width: 720px; margin: 0; font-size: clamp(17px, 1.5vw, 22px); line-height: 1.55; color: rgba(255,255,255,.84); }
.nino-page .welcome-points { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.nino-page .welcome-points span { padding: 11px 14px; border-radius: 999px; background: rgba(255,255,255,.13); border: 1px solid rgba(255,255,255,.18); font-weight: 700; }
.nino-page .welcome-points i { margin-right: 7px; }
.nino-page .welcome-form { width: min(580px, 100%); align-self: center; justify-self: center; padding: clamp(28px, 5vw, 54px); }
.nino-page .form-heading { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.nino-page .agent-avatar { width: 56px; height: 56px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 22px; background: #00a884; }
.nino-page .form-heading span { color: #667781; font-size: 13px; font-weight: 750; }
.nino-page .form-heading h2 { margin: 3px 0 0; font-size: 25px; letter-spacing: -.03em; }
.nino-page .welcome-form label { display: block; margin-bottom: 17px; }
.nino-page .welcome-form label > span { display: block; margin-bottom: 7px; color: #3b4a54; font-size: 13px; font-weight: 750; }
.nino-page .welcome-form input:not([type=checkbox]) { width: 100%; height: 50px; border: 1px solid #d7dee2; border-radius: 13px; padding: 0 14px; outline: none; background: #fff; transition: .18s; }
.nino-page .welcome-form input:focus { border-color: #00a884; box-shadow: 0 0 0 3px rgba(0,168,132,.1); }
.nino-page .form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.nino-page .optional-contact { margin: 3px 0 17px; color: #54656f; }
.nino-page .optional-contact summary { cursor: pointer; font-size: 13px; font-weight: 750; margin-bottom: 12px; }
.nino-page .optional-contact .form-grid { padding-top: 4px; }
.nino-page .consent-row { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; cursor: pointer; }
.nino-page .consent-row input { accent-color: #00a884; width: 18px; height: 18px; }
.nino-page .consent-row span { margin: 0 !important; font-weight: 500 !important; line-height: 1.45; }
.nino-page .start-button { width: 100%; min-height: 52px; border: 0; border-radius: 14px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: #00a884; font-weight: 800; cursor: pointer; box-shadow: 0 14px 30px rgba(0,168,132,.2); }
.nino-page .start-button:disabled { opacity: .55; cursor: not-allowed; }
.nino-page .privacy-note { display: block; text-align: center; margin-top: 14px; color: #8696a0; }
.nino-page .form-error, .nino-page .chat-error { color: #a61b1b; background: #fff1f1; border: 1px solid #ffd1d1; border-radius: 10px; padding: 10px 12px; font-size: 13px; }
.nino-page .whatsapp-shell { height: 100dvh; max-width: 1640px; margin: 0 auto; display: grid; grid-template-columns: minmax(320px, 31%) 1fr; background: #fff; box-shadow: 0 0 50px rgba(11,20,26,.12); }
.nino-page .chat-sidebar { min-width: 0; overflow: hidden; border-right: 1px solid #d8dcdf; background: #fff; display: flex; flex-direction: column; }
.nino-page .sidebar-head, .nino-page .chat-head { min-height: 60px; background: #f0f2f5; display: flex; align-items: center; padding: 10px 16px; }
.nino-page .sidebar-head { justify-content: space-between; }
.nino-page .sidebar-head-actions { display: flex; align-items: center; }
.nino-page .sidebar-close { display: none; }
.nino-page .sidebar-brand { display: flex; align-items: center; gap: 10px; color: #111b21; }
.nino-page .sidebar-brand span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #075e54; font-weight: 900; }
.nino-page .sidebar-head button, .nino-page .chat-head button { border: 0; background: transparent; color: #54656f; cursor: pointer; font-size: 19px; padding: 9px; border-radius: 50%; }
.nino-page .sidebar-search { margin: 8px 12px; height: 40px; border-radius: 9px; display: flex; align-items: center; gap: 20px; padding: 0 14px; color: #667781; background: #f0f2f5; font-size: 13px; }
.nino-page .contact-row { display: flex; gap: 13px; padding: 11px 14px; border-bottom: 1px solid #eef1f2; }
.nino-page .contact-row.active { background: #f0f2f5; }
.nino-page .contact-avatar { width: 49px; height: 49px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 19px; background: linear-gradient(145deg, #00a884, #087f5b); }
.nino-page .contact-copy { min-width: 0; flex: 1; }
.nino-page .contact-copy > div { display: flex; justify-content: space-between; gap: 8px; }
.nino-page .contact-copy strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nino-page .contact-copy time { color: #667781; font-size: 12px; }
.nino-page .contact-copy p { margin: 6px 0 0; color: #667781; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 13px; }
.nino-page .contact-copy p i { color: #53bdeb; }
.nino-page .sidebar-progress { flex: 1; min-height: 0; overflow-y: auto; margin: 12px 14px; padding: 17px; border-radius: 18px; background: #fbfcfb; border: 1px solid #e4e9e7; box-shadow: 0 12px 30px rgba(27,62,55,.07); }
.nino-page .progress-label { display: flex; justify-content: space-between; color: #3b4a54; font-size: 13px; }
.nino-page .progress-label strong { color: #008069; }
.nino-page .progress-track { height: 7px; margin: 11px 0; border-radius: 99px; overflow: hidden; background: #dfe5e3; }
.nino-page .progress-track span { display: block; height: 100%; background: #00a884; border-radius: inherit; transition: width .5s; }
.nino-page .sidebar-progress p { margin: 0; color: #667781; font-size: 12px; line-height: 1.45; }
.nino-page .coverage-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.nino-page .coverage-heading strong, .nino-page .coverage-heading span { display: block; }
.nino-page .coverage-heading strong { color: #183a36; font-size: 15px; }
.nino-page .coverage-heading span { margin-top: 4px; color: #6b7f7a; font-size: 11px; line-height: 1.35; }
.nino-page .coverage-heading button { width: 32px; height: 32px; flex: 0 0 auto; border: 0; border-radius: 50%; color: #0b6759; background: #e9f3f0; cursor: pointer; }
.nino-page .coverage-ring { --coverage: 0deg; position: relative; width: 92px; height: 92px; margin: 14px auto 16px; display: grid; place-items: center; border-radius: 50%; background: conic-gradient(#0c7966 var(--coverage), #e2e9e7 0); }
.nino-page .coverage-ring::before { content: ''; position: absolute; inset: 9px; border-radius: 50%; background: #fff; }
.nino-page .coverage-ring > div { position: relative; z-index: 1; text-align: center; }
.nino-page .coverage-ring strong, .nino-page .coverage-ring span { display: block; }
.nino-page .coverage-ring strong { color: #153b36; font-size: 22px; line-height: 1; }
.nino-page .coverage-ring span { margin-top: 5px; color: #62817a; font-size: 10px; }
.nino-page .assessment-sections { list-style: none; margin: 0; padding: 0; }
.nino-page .assessment-sections li { display: grid; grid-template-columns: 18px minmax(0,1fr) 29px; gap: 7px; align-items: center; min-height: 36px; color: #4d6762; }
.nino-page .section-marker { width: 17px; height: 17px; display: grid; place-items: center; border: 1px solid #ccd8d5; border-radius: 50%; color: #98aaa6; background: #fff; font-size: 7px; }
.nino-page .assessment-sections li > div { min-width: 0; }
.nino-page .assessment-sections strong { display: block; overflow: hidden; color: inherit; font-size: 10px; font-weight: 650; text-overflow: ellipsis; white-space: nowrap; }
.nino-page .assessment-sections li > div > span { display: block; margin: 2px 0 4px; color: #879a96; font-size: 8.5px; }
.nino-page .assessment-sections li > div > i { display: block; height: 4px; margin-top: 5px; overflow: hidden; border-radius: 99px; background: #e1e8e6; }
.nino-page .assessment-sections li > div > i > b { display: block; height: 100%; border-radius: inherit; background: #aabbb7; transition: width .45s ease; }
.nino-page .assessment-sections em { color: #27443f; font-size: 9px; font-style: normal; font-weight: 800; text-align: right; }
.nino-page .assessment-sections .section-active { color: #0a6f5e; }
.nino-page .assessment-sections .section-active .section-marker { color: #fff; border-color: #0a6f5e; background: #0a6f5e; box-shadow: 0 0 0 4px rgba(10,111,94,.1); }
.nino-page .assessment-sections .section-active > div > i > b { background: #0a6f5e; }
.nino-page .assessment-sections .section-sufficient .section-marker { color: #fff; border-color: #19a780; background: #19a780; }
.nino-page .assessment-sections .section-sufficient > div > i > b { background: #19a780; }
.nino-page .assessment-sections .section-partial .section-marker { color: #9a6b12; border-color: #e5b958; background: #fff4d7; }
.nino-page .assessment-sections .section-partial > div > i > b { background: #d8a331; }
.nino-page .sidebar-diagnosis-actions { display: grid; gap: 7px; margin-top: 14px; }
.nino-page .sidebar-diagnosis-actions button { min-height: 39px; border: 0; border-radius: 12px; padding: 8px 10px; cursor: pointer; font-size: 11px; font-weight: 800; }
.nino-page .review-sections { color: #16483f; background: #eaf2ef; }
.nino-page .generate-now { color: #fff; background: #0b4f44; }
.nino-page .sidebar-progress.expanded .assessment-sections li { min-height: 44px; }
.nino-page .sidebar-safety { margin: auto 16px 20px; padding: 15px; display: flex; gap: 11px; align-items: flex-start; color: #54656f; background: #fff8df; border-radius: 14px; }
.nino-page .sidebar-safety i { color: #bf7e00; margin-top: 2px; }
.nino-page .sidebar-safety p { margin: 0; }
.nino-page .sidebar-safety strong, .nino-page .sidebar-safety span { display: block; }
.nino-page .sidebar-safety span { margin-top: 3px; font-size: 12px; line-height: 1.4; }
.nino-page .chat-main { position: relative; min-width: 0; display: grid; grid-template-rows: auto 1fr auto; background: #efeae2; }
.nino-page .chat-head { justify-content: space-between; border-bottom: 1px solid #e2e5e7; z-index: 3; }
.nino-page .chat-agent { display: flex; align-items: center; gap: 12px; }
.nino-page .chat-agent .contact-avatar { width: 42px; height: 42px; font-size: 17px; }
.nino-page .chat-agent strong, .nino-page .chat-agent span { display: block; }
.nino-page .chat-agent span { color: #667781; font-size: 12px; margin-top: 2px; }
.nino-page .chat-head-actions { display: flex; align-items: center; gap: 6px; }
.nino-page .chat-head-actions button:not(:last-child) { width: auto; border-radius: 999px; padding: 8px 12px; display: flex; gap: 8px; align-items: center; font-size: 13px; font-weight: 700; color: #008069; }
.nino-page .chat-head-actions button:not(:last-child):hover { background: #e2efec; }
.nino-page .chat-head-actions .pause-action { color: #5c6f69; }
.nino-page .sections-toggle { display: none; }
.nino-page .sidebar-scrim { display: none; }
.nino-page .pause-screen { position: absolute; z-index: 7; inset: 60px 0 0; display: grid; place-items: center; padding: 24px; background: rgba(235,239,237,.94); backdrop-filter: blur(8px); }
.nino-page .pause-card { width: min(480px, 100%); padding: 34px; border: 1px solid #dbe6e2; border-radius: 24px; background: #fff; box-shadow: 0 24px 70px rgba(17,54,47,.16); text-align: center; }
.nino-page .pause-icon { width: 66px; height: 66px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 22px; color: #fff; background: linear-gradient(145deg, #0a6f5e, #18ad88); font-size: 27px; }
.nino-page .pause-card > small { color: #0a6f5e; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.nino-page .pause-card h2 { margin: 7px 0 9px; color: #173b35; font-size: 28px; }
.nino-page .pause-card > p { margin: 0; color: #60756f; font-size: 13px; line-height: 1.55; }
.nino-page .pause-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 20px 0; }
.nino-page .pause-summary span { padding: 12px; border-radius: 13px; background: #f0f7f4; }
.nino-page .pause-summary strong, .nino-page .pause-summary small { display: block; }
.nino-page .pause-summary strong { color: #0a6f5e; font-size: 22px; }
.nino-page .pause-summary small { margin-top: 3px; color: #6b7f79; font-size: 9px; }
.nino-page .resume-button, .nino-page .finish-paused { width: 100%; min-height: 45px; border: 0; border-radius: 13px; cursor: pointer; font-weight: 800; }
.nino-page .resume-button { color: #fff; background: #0a6f5e; }
.nino-page .finish-paused { margin-top: 8px; color: #16483f; background: #eaf3f0; }
.nino-page .leave-paused { display: inline-block; margin-top: 16px; color: #61756f; font-size: 11px; font-weight: 700; }
.nino-page .messages-area { min-height: 0; overflow-y: auto; padding: 18px clamp(18px, 6vw, 90px) 28px; scroll-behavior: smooth; background-color: #efeae2; background-image: radial-gradient(circle at 8px 8px, rgba(11,20,26,.045) 1px, transparent 1px); background-size: 22px 22px; }
.nino-page .encryption-note, .nino-page .date-chip { width: fit-content; max-width: 90%; margin: 0 auto 14px; padding: 7px 10px; border-radius: 7px; color: #54656f; background: #fff5c4; box-shadow: 0 1px 1px rgba(11,20,26,.08); font-size: 11px; text-align: center; }
.nino-page .date-chip { background: #fff; text-transform: uppercase; letter-spacing: .04em; }
.nino-page .message-row { display: flex; margin: 3px 0; }
.nino-page .message-row.user { justify-content: flex-end; }
.nino-page .bubble { position: relative; max-width: min(74%, 690px); padding: 8px 9px 6px; border-radius: 8px; color: #111b21; background: #fff; box-shadow: 0 1px 1px rgba(11,20,26,.12); }
.nino-page .message-row.user .bubble { background: #d9fdd3; }
.nino-page .bubble::before { content: ''; position: absolute; top: 0; left: -7px; border-style: solid; border-width: 0 9px 10px 0; border-color: transparent #fff transparent transparent; }
.nino-page .message-row.user .bubble::before { left: auto; right: -7px; border-width: 0 0 10px 9px; border-color: transparent transparent transparent #d9fdd3; }
.nino-page .bubble p { margin: 0; padding-right: 52px; line-height: 1.42; font-size: 14.5px; white-space: pre-line; }
.nino-page .bubble footer { height: 15px; display: flex; justify-content: flex-end; align-items: center; gap: 4px; color: #667781; font-size: 10px; }
.nino-page .read-check { color: #53bdeb; }
.nino-page .pending-check { color: #8696a0; }
.nino-page .bubble-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 3px; margin-bottom: 7px; }
.nino-page .bubble-images a:only-child { grid-column: 1 / -1; }
.nino-page .bubble-images img { width: 100%; height: 210px; object-fit: cover; border-radius: 6px; display: block; }
.nino-page .bubble-audio { min-width: min(430px, 58vw); display: flex; align-items: center; gap: 9px; padding: 5px 2px 7px; }
.nino-page .bubble-audio > span { width: 36px; height: 36px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #00a884; }
.nino-page .bubble-audio audio { width: 100%; height: 36px; }
.nino-page .bubble-document { min-width: min(390px, 58vw); display: grid; grid-template-columns: 42px minmax(0, 1fr) auto; align-items: center; gap: 10px; margin: 3px 0 7px; padding: 9px; border-radius: 8px; color: #111b21; background: rgba(255,255,255,.68); text-decoration: none; }
.nino-page .bubble-document > span:first-child { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: #7b5cd6; }
.nino-page .bubble-document strong, .nino-page .bubble-document small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nino-page .bubble-document small { margin-top: 3px; color: #667781; font-size: 10px; }
.nino-page .bubble-document > i { color: #667781; font-size: 12px; }
.nino-page .transcript-chip { width: fit-content; margin-top: 7px; padding: 4px 7px; border-radius: 5px; color: #506c65; background: rgba(0,168,132,.1); font-size: 10px; font-weight: 700; }
.nino-page .location-card { min-width: min(370px, 58vw); display: flex; align-items: center; gap: 12px; padding: 8px; margin-bottom: 7px; border-radius: 8px; color: #111b21; background: rgba(255,255,255,.65); }
.nino-page .location-map { width: 78px; height: 58px; display: grid; place-items: center; border-radius: 7px; color: #e74b3c; font-size: 25px; background: linear-gradient(135deg, #d9eadf, #e7ded0); }
.nino-page .location-card strong, .nino-page .location-card small { display: block; }
.nino-page .location-card small { color: #667781; margin-top: 4px; }
.nino-page .type-error { border-left: 3px solid #e05656; }
.nino-page .typing-bubble { display: flex; gap: 5px; padding: 13px 16px; }
.nino-page .typing-bubble span { width: 7px; height: 7px; border-radius: 50%; background: #8696a0; animation: nino-typing 1.2s infinite; }
.nino-page .typing-bubble span:nth-child(2) { animation-delay: .15s; }
.nino-page .typing-bubble span:nth-child(3) { animation-delay: .3s; }
@keyframes nino-typing { 50% { transform: translateY(-5px); opacity: .5; } }
.nino-page .feedback-row { display: flex; align-items: center; justify-content: flex-end; gap: 4px; border-top: 1px solid #eef1f2; margin-top: 8px; padding-top: 6px; color: #667781; font-size: 11px; }
.nino-page .feedback-row button { border: 0; background: transparent; color: #667781; cursor: pointer; }
.nino-page .feedback-row button.selected { color: #008069; }
.nino-page .result-card { max-width: 860px; margin: 28px auto 8px; display: grid; grid-template-columns: 160px 1fr; border-radius: 18px; overflow: hidden; background: #fff; box-shadow: 0 12px 38px rgba(11,20,26,.16); }
.nino-page .result-score { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 26px 18px; color: #fff; background: #54656f; }
.nino-page .result-score.critical { background: linear-gradient(145deg, #b42318, #df554b); }
.nino-page .result-score.basic { background: linear-gradient(145deg, #b7791f, #e4a328); }
.nino-page .result-score.ready { background: linear-gradient(145deg, #06765e, #00a884); }
.nino-page .result-score span { text-transform: uppercase; letter-spacing: .08em; font-size: 11px; }
.nino-page .result-score strong { font-size: 58px; line-height: 1; margin-top: 10px; }
.nino-page .result-main { padding: 25px; }
.nino-page .result-kicker { color: #008069; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; font-weight: 850; }
.nino-page .result-main h2 { margin: 5px 0 18px; font-size: 29px; }
.nino-page .dimension-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.nino-page .dimension-grid > div { display: grid; grid-template-columns: minmax(0, 1fr) 60px 48px; gap: 8px; align-items: center; padding: 8px 10px; border-radius: 9px; background: #f7f9f8; font-size: 11px; }
.nino-page .dimension-grid strong { text-align: right; }
.nino-page .mini-score { display: flex; gap: 3px; }
.nino-page .mini-score i { width: 11px; height: 5px; border-radius: 99px; background: #d5ddda; }
.nino-page .mini-score i.filled { background: #00a884; }
.nino-page .urgent-box { margin-top: 16px; padding: 13px; border-radius: 10px; color: #7f1d1d; background: #fff1f1; }
.nino-page .urgent-box ul, .nino-page .recommendations ol { margin: 8px 0 0; padding-left: 19px; }
.nino-page .urgent-box li, .nino-page .recommendations li { margin: 5px 0; line-height: 1.4; }
.nino-page .recommendations { margin-top: 16px; }
.nino-page .result-disclaimer { color: #667781; font-size: 11px; line-height: 1.45; }
.nino-page .restart-button { border: 0; border-radius: 9px; padding: 10px 13px; color: #fff; background: #008069; font-weight: 750; cursor: pointer; }
.nino-page .composer-wrap { background: #f0f2f5; padding: 8px 12px; position: relative; }
.nino-page .composer { display: flex; align-items: flex-end; gap: 8px; }
.nino-page .composer textarea { flex: 1; min-height: 42px; max-height: 130px; resize: none; border: 0; outline: 0; border-radius: 9px; padding: 11px 13px; background: #fff; line-height: 1.4; }
.nino-page .composer-icon, .nino-page .mic-button, .nino-page .send-button { width: 42px; height: 42px; flex: 0 0 auto; border: 0; border-radius: 50%; display: grid; place-items: center; cursor: pointer; font-size: 19px; }
.nino-page .composer-icon { color: #54656f; background: transparent; transform: rotate(0); }
.nino-page .mic-button { color: #54656f; background: transparent; }
.nino-page .send-button { color: #fff; background: #00a884; }
.nino-page .attach-wrap { position: relative; }
.nino-page .attach-menu { position: absolute; bottom: 53px; left: 0; width: 170px; padding: 8px; border-radius: 12px; background: #fff; box-shadow: 0 8px 30px rgba(11,20,26,.2); }
.nino-page .attach-menu button { width: 100%; display: flex; gap: 11px; align-items: center; padding: 9px; border: 0; border-radius: 8px; background: transparent; cursor: pointer; text-align: left; }
.nino-page .attach-menu button:hover { background: #f0f2f5; }
.nino-page .image-option { color: #7b5cd6; }
.nino-page .document-option { color: #5f67d8; }
.nino-page .location-option { color: #e45c53; }
.nino-page .hidden-input { display: none; }
.nino-page .pending-strip { display: flex; gap: 8px; overflow-x: auto; padding: 4px 4px 9px; }
.nino-page .pending-image { position: relative; flex: 0 0 auto; }
.nino-page .pending-image img { width: 74px; height: 64px; object-fit: cover; border-radius: 8px; }
.nino-page .pending-image button { position: absolute; top: -4px; right: -4px; border: 0; width: 20px; height: 20px; border-radius: 50%; color: #fff; background: #3b4a54; }
.nino-page .pending-audio, .nino-page .pending-document, .nino-page .pending-location { display: flex; align-items: center; gap: 8px; min-width: 260px; padding: 7px 10px; border-radius: 9px; color: #54656f; background: #fff; }
.nino-page .pending-audio > span, .nino-page .pending-document > span { min-width: 0; }
.nino-page .pending-audio strong, .nino-page .pending-audio small, .nino-page .pending-document strong, .nino-page .pending-document small { display: block; }
.nino-page .pending-audio small, .nino-page .pending-document small { margin-top: 2px; color: #8696a0; font-size: 10px; }
.nino-page .pending-document strong { max-width: 190px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.nino-page .pending-document > i { color: #5f67d8; font-size: 20px; }
.nino-page .pending-audio audio { height: 30px; max-width: 250px; }
.nino-page .pending-audio button, .nino-page .pending-document button, .nino-page .pending-location button { margin-left: auto; border: 0; background: transparent; color: #667781; cursor: pointer; }
.nino-page .recording-bar { min-height: 52px; display: flex; align-items: center; gap: 10px; padding: 4px 8px; }
.nino-page .recording-dot { width: 10px; height: 10px; border-radius: 50%; background: #ea4b4b; animation: nino-blink 1s infinite; }
@keyframes nino-blink { 50% { opacity: .35; } }
.nino-page .recording-copy { min-width: 92px; }
.nino-page .recording-copy strong, .nino-page .recording-copy small { display: block; }
.nino-page .recording-copy small { margin-top: 2px; color: #667781; font-size: 10px; white-space: nowrap; }
.nino-page .delete-record, .nino-page .stop-record, .nino-page .send-record { width: 40px; height: 40px; flex: 0 0 auto; border: 0; border-radius: 50%; cursor: pointer; }
.nino-page .delete-record { color: #d33; background: transparent; }
.nino-page .stop-record { color: #54656f; background: #e1e7ea; }
.nino-page .send-record { color: #fff; background: #00a884; box-shadow: 0 5px 15px rgba(0,168,132,.25); }
.nino-page .wave { flex: 1; height: 30px; display: flex; align-items: center; justify-content: center; gap: 3px; overflow: hidden; }
.nino-page .wave i { width: 3px; border-radius: 5px; background: #00a884; animation: nino-wave .9s ease-in-out infinite alternate; }
.nino-page .wave i:nth-child(3n) { animation-delay: .2s; }
@keyframes nino-wave { to { transform: scaleY(.45); opacity: .55; } }
.nino-page .chat-error { margin: 7px 48px 0; }
.nino-page .coverage-copy { margin-top: 8px !important; }
.nino-page .result-card { max-width: 1120px; display: block; }
.nino-page .result-score { min-height: 78px; flex-direction: row; justify-content: flex-start; gap: 7px; padding: 16px 25px; }
.nino-page .result-score strong { margin: 0 4px; font-size: 42px; }
.nino-page .result-meta { display: flex; flex-wrap: wrap; gap: 8px 15px; margin: -8px 0 18px; color: #667781; font-size: 11px; }
.nino-page .result-meta span { display: inline-flex; align-items: center; gap: 6px; }
.nino-page .phase-banner { display: flex; align-items: center; gap: 14px; margin: 0 0 20px; padding: 14px; border-radius: 14px; background: #edf8f5; border: 1px solid #cfe8e1; }
.nino-page .phase-banner > span { width: 42px; height: 42px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #008069; }
.nino-page .phase-banner small, .nino-page .phase-banner strong { display: block; }
.nino-page .phase-banner small { color: #667781; font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.nino-page .phase-banner strong { margin-top: 2px; color: #075e54; }
.nino-page .phase-banner p { margin: 4px 0 0; color: #54656f; font-size: 12px; }
.nino-page .result-section-title { margin: 22px 0 10px; font-size: 16px; }
.nino-page .subindex-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; }
.nino-page .subindex-grid article { min-width: 0; padding: 13px; border-radius: 12px; background: #f7f9f8; border: 1px solid #e5ebe8; }
.nino-page .subindex-grid strong, .nino-page .subindex-grid span, .nino-page .subindex-grid em { display: block; }
.nino-page .subindex-grid strong { color: #008069; font-size: 24px; }
.nino-page .subindex-grid strong small { font-size: 10px; }
.nino-page .subindex-grid span { min-height: 34px; margin-top: 5px; font-size: 11px; font-weight: 750; line-height: 1.35; }
.nino-page .subindex-track { height: 6px; margin-top: 9px; overflow: hidden; border-radius: 99px; background: #dfe7e4; }
.nino-page .subindex-track i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #0d7661, #18b890); }
.nino-page .subindex-grid em { margin-top: 6px; color: #8696a0; font-size: 9px; font-style: normal; }
.nino-page .dimension-grid > div { grid-template-columns: minmax(0,1fr) 60px 58px; }
.nino-page .dimension-grid > div > span small { color: #8696a0; font-size: 9px; }
.nino-page .dimension-track { height: 7px; overflow: hidden; border-radius: 99px; background: #dfe5e3; }
.nino-page .dimension-track i { display: block; height: 100%; min-width: 0; border-radius: inherit; }
.nino-page .dimension-track i.critical { background: #df554b; }
.nino-page .dimension-track i.warning { background: #e4a328; }
.nino-page .dimension-track i.ready { background: #00a884; }
.nino-page .dimension-track i.unknown { background: #aeb8bd; }
.nino-page .critical-box { margin-top: 18px; padding: 15px; border-radius: 13px; background: #f8faf9; border: 1px solid #e1e8e5; }
.nino-page .critical-head { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.nino-page .critical-head small { color: #667781; font-size: 10px; }
.nino-page .critical-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; margin-top: 11px; }
.nino-page .critical-grid span { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 8px 9px; border-radius: 9px; font-size: 10px; }
.nino-page .critical-grid em { font-style: normal; line-height: 1.3; }
.nino-page .critical-met { color: #08765f; background: #e2f7ef; }
.nino-page .critical-not_met { color: #9b2d25; background: #fff0ee; }
.nino-page .critical-unverified { color: #8a6418; background: #fff7df; }
.nino-page .automated-report { margin-top: 24px; }
.nino-page .report-heading { margin-bottom: 11px; }
.nino-page .report-heading > span { color: #008069; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.nino-page .report-heading h3 { margin: 3px 0 0; font-size: 20px; }
.nino-page .automated-report details { border: 1px solid #e0e6e3; border-radius: 11px; margin-top: 8px; overflow: hidden; background: #fff; }
.nino-page .automated-report summary { list-style: none; min-height: 50px; display: grid; grid-template-columns: 28px minmax(0,1fr) auto; gap: 9px; align-items: center; padding: 10px 13px; cursor: pointer; background: #f7f9f8; }
.nino-page .automated-report summary::-webkit-details-marker { display: none; }
.nino-page .automated-report summary > span { width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: #008069; font-size: 10px; }
.nino-page .automated-report summary > strong { font-size: 12px; }
.nino-page .automated-report summary > i { color: #8696a0; transition: transform .2s; }
.nino-page .automated-report details[open] summary > i { transform: rotate(180deg); }
.nino-page .report-content { padding: 15px; color: #3b4a54; font-size: 11px; }
.nino-page .report-content > p { margin: 0; line-height: 1.5; }
.nino-page .risk-columns { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 10px; margin-top: 12px; }
.nino-page .risk-columns > div { padding: 10px; border-radius: 9px; background: #f8faf9; }
.nino-page .risk-columns ul { margin: 6px 0 0; padding-left: 17px; }
.nino-page .report-table-wrap { overflow-x: auto; }
.nino-page .report-table-wrap table { width: 100%; min-width: 650px; border-collapse: collapse; }
.nino-page .report-table-wrap th, .nino-page .report-table-wrap td { padding: 9px 8px; border-bottom: 1px solid #e7ecea; text-align: left; vertical-align: top; line-height: 1.35; }
.nino-page .report-table-wrap th { color: #54656f; background: #f7f9f8; font-size: 9px; text-transform: uppercase; letter-spacing: .04em; }
.nino-page .protected-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; }
.nino-page .protected-grid > span { padding: 10px; border-radius: 9px; background: #f7f9f8; }
.nino-page .protected-grid small, .nino-page .protected-grid strong { display: block; }
.nino-page .protected-grid small { color: #667781; font-size: 9px; }
.nino-page .protected-grid strong { margin-top: 4px; font-size: 12px; }
.nino-page .protected-grid > p { grid-column: 1/-1; }
.nino-page .action-roadmap { margin-top: 24px; }
.nino-page .roadmap-grid { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.nino-page .roadmap-grid::before { content: ''; position: absolute; top: 18px; left: 16%; right: 16%; height: 2px; background: linear-gradient(90deg, #00a884, #e4a328, #de6d4b); }
.nino-page .roadmap-grid article { position: relative; z-index: 1; min-width: 0; padding: 12px; border: 1px solid #e2e9e6; border-radius: 12px; background: #fff; }
.nino-page .roadmap-grid header { display: flex; align-items: center; gap: 8px; }
.nino-page .roadmap-grid header span { width: 36px; height: 36px; flex: 0 0 auto; display: grid; place-items: center; border: 4px solid #e2f4ee; border-radius: 50%; color: #fff; background: #008069; font-size: 11px; font-weight: 850; }
.nino-page .roadmap-grid article:nth-child(2) header span { border-color: #fff0cb; background: #c98917; }
.nino-page .roadmap-grid article:nth-child(3) header span { border-color: #ffe7e0; background: #c8543b; }
.nino-page .roadmap-grid header strong { font-size: 12px; }
.nino-page .roadmap-grid ul { margin: 10px 0 0; padding-left: 17px; color: #54656f; font-size: 10px; line-height: 1.45; }
.nino-page .roadmap-grid li + li { margin-top: 5px; }
.nino-page .result-actions { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-top: 18px; }
.nino-page .pdf-button, .nino-page .restart-button { min-height: 42px; border: 0; border-radius: 10px; padding: 10px 14px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff; font-weight: 780; cursor: pointer; }
.nino-page .pdf-button { background: linear-gradient(135deg, #bd2f35, #df4a4f); box-shadow: 0 8px 18px rgba(189,47,53,.18); }
.nino-page .pdf-button:disabled { opacity: .65; cursor: wait; }
.nino-page .restart-button { background: #008069; }
.nino-page .pdf-only { display: none; }

.nino-page .pdf-exporting { width: 190mm !important; max-width: 190mm !important; margin: 0 !important; border-radius: 0 !important; overflow: visible !important; box-shadow: none !important; background: #fff !important; }
.nino-page .pdf-exporting .pdf-only { display: block; }
.nino-page .pdf-exporting .pdf-no-print { display: none !important; }
.nino-page .pdf-exporting .pdf-report-header { padding: 11mm 10mm 8mm; color: #fff; background: radial-gradient(circle at 88% 10%, rgba(255,255,255,.17), transparent 35%), linear-gradient(138deg, #073e37, #08745f 58%, #00a884); }
.nino-page .pdf-exporting .pdf-brand { display: flex; align-items: center; gap: 9px; }
.nino-page .pdf-exporting .pdf-brand > span { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 9px; background: rgba(255,255,255,.14); font-size: 11px; font-weight: 900; }
.nino-page .pdf-exporting .pdf-brand strong, .nino-page .pdf-exporting .pdf-brand small { display: block; }
.nino-page .pdf-exporting .pdf-brand strong { font-size: 10px; }
.nino-page .pdf-exporting .pdf-brand small { margin-top: 2px; color: rgba(255,255,255,.72); font-size: 7px; }
.nino-page .pdf-exporting .pdf-report-title { margin: 14mm 0 8mm; }
.nino-page .pdf-exporting .pdf-report-title > span { font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.nino-page .pdf-exporting .pdf-report-title h1 { max-width: 142mm; margin: 3mm 0 2mm; color: #fff; font-size: 27px; line-height: 1.04; letter-spacing: -.035em; }
.nino-page .pdf-exporting .pdf-report-title p { margin: 0; color: #d9fff5; font-size: 14px; font-weight: 750; }
.nino-page .pdf-exporting .pdf-identity-grid { display: grid; grid-template-columns: 1.15fr .8fr 1.15fr; gap: 4mm; padding-top: 5mm; border-top: 1px solid rgba(255,255,255,.23); }
.nino-page .pdf-exporting .pdf-identity-grid small, .nino-page .pdf-exporting .pdf-identity-grid strong { display: block; }
.nino-page .pdf-exporting .pdf-identity-grid small { color: rgba(255,255,255,.66); font-size: 7px; text-transform: uppercase; letter-spacing: .05em; }
.nino-page .pdf-exporting .pdf-identity-grid strong { margin-top: 2px; font-size: 9px; }
.nino-page .pdf-exporting .result-score { min-height: 21mm; padding: 4mm 10mm; border-radius: 0; }
.nino-page .pdf-exporting .result-main { padding: 8mm 10mm 7mm; }
.nino-page .pdf-exporting .result-main h2 { margin-bottom: 4mm; font-size: 23px; }
.nino-page .pdf-exporting .pdf-evidence-summary { margin: 6mm 0; padding: 5mm; border: 1px solid #dfe9e5; border-radius: 4mm; background: #f7faf9; }
.nino-page .pdf-exporting .pdf-section-heading span { color: #008069; font-size: 7px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.nino-page .pdf-exporting .pdf-section-heading h3 { margin: 1mm 0 3mm; font-size: 15px; }
.nino-page .pdf-exporting .pdf-evidence-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2.5mm; }
.nino-page .pdf-exporting .pdf-evidence-grid article { padding: 3mm; border-left: 2px solid #00a884; background: #fff; }
.nino-page .pdf-exporting .pdf-evidence-grid small { display: block; color: #08705d; font-size: 7px; font-weight: 800; text-transform: uppercase; }
.nino-page .pdf-exporting .pdf-evidence-grid p { margin: 1mm 0 0; color: #3b4a54; font-size: 8px; line-height: 1.42; }
.nino-page .pdf-exporting .subindex-grid, .nino-page .pdf-exporting .roadmap-grid { break-inside: avoid; page-break-inside: avoid; }
.nino-page .pdf-exporting .dimension-grid > div { padding: 7px 9px; }
.nino-page .pdf-exporting .critical-box, .nino-page .pdf-exporting .urgent-box, .nino-page .pdf-exporting .recommendations, .nino-page .pdf-exporting .risk-columns, .nino-page .pdf-exporting .protected-grid { break-inside: avoid; page-break-inside: avoid; }
.nino-page .pdf-exporting .automated-report details { overflow: visible; break-inside: avoid; page-break-inside: avoid; }
.nino-page .pdf-exporting .automated-report summary { min-height: 42px; }
.nino-page .pdf-exporting .automated-report summary > i { display: none; }
.nino-page .pdf-exporting .report-table-wrap { overflow: visible; }
.nino-page .pdf-exporting .report-table-wrap table { min-width: 0; table-layout: fixed; }
.nino-page .pdf-exporting .report-table-wrap th, .nino-page .pdf-exporting .report-table-wrap td { overflow-wrap: anywhere; font-size: 8px; }
.nino-page .pdf-exporting .pdf-report-footer { margin-top: 7mm; padding-top: 3mm; border-top: 1px solid #dde5e2; color: #667781; font-size: 7px; }
.nino-page .pdf-exporting .pdf-report-footer { display: flex; justify-content: space-between; gap: 4mm; }
@media (max-width: 980px) {
  .nino-page .nino-welcome { grid-template-columns: 1fr; }
  .nino-page .welcome-visual { min-height: 46vh; padding: 100px 34px 48px; }
  .nino-page .welcome-visual h1 { font-size: clamp(38px, 9vw, 62px); }
  .nino-page .welcome-form { padding: 34px 24px 54px; }
  .nino-page .whatsapp-shell { grid-template-columns: 1fr; }
  .nino-page .chat-sidebar { position: fixed; z-index: 20; top: 0; bottom: 0; left: 0; width: min(370px, 90vw); display: flex; transform: translateX(-105%); transition: transform .25s ease; box-shadow: 20px 0 55px rgba(10,42,36,.22); }
  .nino-page .chat-sidebar.mobile-open { transform: translateX(0); }
  .nino-page .sidebar-close { display: inline-grid; place-items: center; }
  .nino-page .sections-toggle { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border: 0; border-radius: 50%; color: #536862; background: transparent; cursor: pointer; }
  .nino-page .sidebar-scrim { position: fixed; z-index: 19; inset: 0; display: block; border: 0; background: rgba(8,31,26,.44); }
  .nino-page .messages-area { padding-left: 7vw; padding-right: 7vw; }
}
@media (max-width: 620px) {
  .nino-page .welcome-visual { min-height: auto; padding: 92px 22px 36px; }
  .nino-page .back-home { top: 25px; left: 22px; }
  .nino-page .weather-orbit { width: 82px; height: 82px; border-radius: 25px; }
  .nino-page .weather-orbit > i { font-size: 34px; }
  .nino-page .orbit-one { width: 105px; height: 105px; }
  .nino-page .orbit-two { width: 130px; height: 130px; }
  .nino-page .welcome-points { display: grid; }
  .nino-page .form-grid { grid-template-columns: 1fr; gap: 0; }
  .nino-page .whatsapp-shell { height: 100dvh; }
  .nino-page .chat-head { padding: 8px 10px; }
  .nino-page .chat-agent { gap: 6px; }
  .nino-page .chat-agent .contact-avatar { display: none; }
  .nino-page .chat-head-actions button span { display: none; }
  .nino-page .messages-area { padding: 13px 12px 20px; }
  .nino-page .bubble { max-width: 88%; }
  .nino-page .bubble p { font-size: 14px; }
  .nino-page .bubble-images img { height: 180px; }
  .nino-page .bubble-audio, .nino-page .bubble-document, .nino-page .location-card { min-width: min(75vw, 320px); }
  .nino-page .result-card { grid-template-columns: 1fr; }
  .nino-page .result-score { flex-direction: row; gap: 6px; padding: 16px; }
  .nino-page .result-score strong { font-size: 38px; margin: 0 4px; }
  .nino-page .dimension-grid { grid-template-columns: 1fr; }
  .nino-page .result-main { padding: 20px 16px; }
  .nino-page .composer-wrap { padding: 7px 7px calc(7px + env(safe-area-inset-bottom)); }
  .nino-page .composer { gap: 3px; }
  .nino-page .composer-icon, .nino-page .mic-button, .nino-page .send-button { width: 39px; height: 39px; }
  .nino-page .chat-error { margin: 6px 4px 0; }
  .nino-page .pending-audio { min-width: min(94vw, 430px); }
  .nino-page .pending-audio audio { max-width: calc(100vw - 150px); }
  .nino-page .recording-bar { gap: 7px; }
  .nino-page .recording-copy small { display: none; }
  .nino-page .wave { gap: 2px; }
  .nino-page .wave i { width: 2px; }
  .nino-page .pause-screen { inset: 58px 0 0; padding: 14px; }
  .nino-page .pause-card { padding: 25px 18px; border-radius: 20px; }
  .nino-page .pause-card h2 { font-size: 24px; }
}
@media (max-width: 760px) {
  .nino-page .subindex-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nino-page .critical-head { display: block; }
  .nino-page .critical-head small { display: block; margin-top: 4px; }
  .nino-page .critical-grid, .nino-page .risk-columns { grid-template-columns: 1fr; }
  .nino-page .protected-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nino-page .result-score { padding: 14px 16px; }
  .nino-page .result-score strong { font-size: 38px; }
  .nino-page .roadmap-grid { grid-template-columns: 1fr; }
  .nino-page .roadmap-grid::before { display: none; }
  .nino-page .result-actions { display: grid; grid-template-columns: 1fr; }
  .nino-page .pdf-button, .nino-page .restart-button { width: 100%; }
}

/* Informe ejecutivo PDF - plantilla fija de dos paginas A4. */
.nino-page .result-card.pdf-capturing { overflow: visible; }
.nino-page .executive-pdf {
  position: fixed;
  top: 0;
  left: -12000px;
  z-index: 9999;
  width: 210mm;
  color: #17313a;
  background: #fff;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}
.nino-page .executive-pdf * { box-sizing: border-box; }
.nino-page .executive-page {
  position: relative;
  width: 210mm;
  height: 296.7mm;
  overflow: hidden;
  padding: 10mm 12mm 9mm;
  background: #fff;
  page-break-inside: avoid;
  break-inside: avoid-page;
}
.nino-page .executive-page-two {
  page-break-before: always;
  break-before: page;
  background: linear-gradient(180deg, #f3faf7 0, #fff 36mm);
}
.nino-page .exec-header {
  min-height: 15mm;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8mm;
  padding: 3.2mm 4.2mm;
  border-radius: 4mm;
  color: #fff;
  background: linear-gradient(125deg, #053d38 0%, #087763 65%, #00a884 100%);
}
.nino-page .exec-header.dark { background: linear-gradient(125deg, #102f37 0%, #184b52 64%, #087763 100%); }
.nino-page .exec-brand { display: flex; align-items: center; gap: 2.7mm; }
.nino-page .exec-brand > span {
  width: 9mm;
  height: 9mm;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: .35mm solid rgba(255,255,255,.5);
  border-radius: 2.6mm;
  background: rgba(255,255,255,.13);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .04em;
}
.nino-page .exec-brand strong, .nino-page .exec-brand small, .nino-page .exec-page-label strong, .nino-page .exec-page-label small { display: block; }
.nino-page .exec-brand strong { font-size: 9px; }
.nino-page .exec-brand small { margin-top: 1px; color: rgba(255,255,255,.72); font-size: 6.5px; }
.nino-page .exec-page-label { text-align: right; }
.nino-page .exec-page-label strong { max-width: 72mm; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 8px; }
.nino-page .exec-page-label small { margin-top: 1.2mm; color: rgba(255,255,255,.7); font-size: 6.5px; text-transform: uppercase; letter-spacing: .08em; }
.nino-page .exec-title-block { padding: 5mm 1mm 4mm; }
.nino-page .exec-title-block > span, .nino-page .exec-page-heading > span { color: #07806a; font-size: 7px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.nino-page .exec-title-block h1 { margin: 1.5mm 0 3mm; color: #102f37; font-size: 25px; line-height: 1.03; letter-spacing: -.035em; }
.nino-page .exec-title-block > div { display: grid; grid-template-columns: 1fr .72fr 1.25fr; gap: 3mm; }
.nino-page .exec-title-block p { min-width: 0; margin: 0; padding-left: 2.3mm; border-left: .65mm solid #d9eee8; }
.nino-page .exec-title-block small, .nino-page .exec-title-block strong { display: block; }
.nino-page .exec-title-block small { color: #71868d; font-size: 6.5px; text-transform: uppercase; }
.nino-page .exec-title-block strong { margin-top: .8mm; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 8.5px; }
.nino-page .exec-overview { display: grid; grid-template-columns: 1.8fr .92fr; gap: 3.5mm; }
.nino-page .exec-score-panel, .nino-page .exec-phase-panel { min-height: 48mm; border-radius: 4mm; }
.nino-page .exec-score-panel { display: grid; grid-template-columns: 37mm 1fr; gap: 4mm; align-items: center; padding: 5mm; color: #fff; background: linear-gradient(135deg, #173b43, #28636a); }
.nino-page .exec-score-panel.critical { background: linear-gradient(135deg, #7d2b29, #c34c43); }
.nino-page .exec-score-panel.basic { background: linear-gradient(135deg, #8c5a16, #d39325); }
.nino-page .exec-score-panel.ready { background: linear-gradient(135deg, #056451, #00a884); }
.nino-page .exec-score-ring { position: relative; width: 35mm; height: 35mm; }
.nino-page .exec-score-ring svg { display: block; width: 100%; height: 100%; transform: rotate(-90deg); }
.nino-page .exec-score-ring circle { fill: none; stroke-width: 10; }
.nino-page .exec-score-ring .ring-base { stroke: rgba(255,255,255,.18); }
.nino-page .exec-score-ring .ring-value { stroke: #7cf5d3; stroke-linecap: round; }
.nino-page .exec-score-ring > div { position: absolute; inset: 0; display: grid; place-content: center; text-align: center; }
.nino-page .exec-score-ring strong { display: block; font-size: 25px; line-height: 1; }
.nino-page .exec-score-ring small { margin-top: 1mm; color: rgba(255,255,255,.72); font-size: 6.5px; text-transform: uppercase; }
.nino-page .exec-score-copy > span { color: #8af4d6; font-size: 6.5px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.nino-page .exec-score-copy h2 { margin: 1.5mm 0 2mm; color: #fff; font-size: 17px; line-height: 1.04; }
.nino-page .exec-score-copy p { margin: 0; color: rgba(255,255,255,.8); font-size: 7.5px; line-height: 1.42; }
.nino-page .exec-coverage { margin-top: 3mm; }
.nino-page .exec-coverage > span { height: 2mm; display: block; overflow: hidden; border-radius: 3mm; background: rgba(255,255,255,.16); }
.nino-page .exec-coverage i { height: 100%; display: block; border-radius: inherit; background: #7cf5d3; }
.nino-page .exec-coverage small { display: block; margin-top: 1.3mm; color: rgba(255,255,255,.7); font-size: 6.5px; }
.nino-page .exec-phase-panel { position: relative; overflow: hidden; padding: 5mm; border: .3mm solid #dce9e5; background: linear-gradient(145deg, #f7fbfa, #edf7f3); }
.nino-page .exec-phase-panel::after { content: ''; position: absolute; right: -16mm; bottom: -18mm; width: 40mm; height: 40mm; border: 8mm solid rgba(0,168,132,.07); border-radius: 50%; }
.nino-page .exec-panel-icon { width: 10mm; height: 10mm; display: grid; place-items: center; margin-bottom: 3mm; border-radius: 3mm; color: #fff; background: #00866e; }
.nino-page .exec-phase-panel > small, .nino-page .exec-phase-panel > strong { position: relative; z-index: 1; display: block; }
.nino-page .exec-phase-panel > small { color: #6b8087; font-size: 6.5px; font-weight: 800; text-transform: uppercase; }
.nino-page .exec-phase-panel > strong { margin-top: 1mm; color: #075f52; font-size: 12px; }
.nino-page .exec-phase-panel > p { position: relative; z-index: 1; margin: 1.7mm 0 0; color: #486169; font-size: 7px; line-height: 1.4; }
.nino-page .exec-mini-stats { position: absolute; z-index: 1; right: 5mm; bottom: 4mm; left: 5mm; display: grid; grid-template-columns: repeat(2,1fr); gap: 2mm; }
.nino-page .exec-mini-stats span { padding-top: 2mm; border-top: .3mm solid #cfe2dc; }
.nino-page .exec-mini-stats strong, .nino-page .exec-mini-stats small { display: block; }
.nino-page .exec-mini-stats strong { color: #08705e; font-size: 12px; }
.nino-page .exec-mini-stats small { color: #71868d; font-size: 6px; }
.nino-page .exec-section { margin-top: 4.2mm; }
.nino-page .exec-section-title { display: flex; align-items: center; gap: 2.5mm; margin-bottom: 2.7mm; }
.nino-page .exec-section-title > span { width: 7mm; height: 7mm; display: grid; place-items: center; flex: 0 0 auto; border-radius: 2.2mm; color: #fff; background: #00836d; font-size: 6.5px; font-weight: 900; }
.nino-page .exec-section-title small, .nino-page .exec-section-title h3 { display: block; }
.nino-page .exec-section-title small { color: #7b8e94; font-size: 6px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nino-page .exec-section-title h3 { margin: .5mm 0 0; color: #17313a; font-size: 11px; }
.nino-page .exec-section-title.compact { margin-bottom: 2mm; }
.nino-page .exec-section-title.compact > span { width: 6mm; height: 6mm; }
.nino-page .exec-findings-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 2.8mm; }
.nino-page .exec-findings-grid article { min-height: 37mm; display: grid; grid-template-columns: 9mm 1fr; gap: 2.5mm; padding: 3.5mm; border: .3mm solid #e1ebe7; border-top: 1.1mm solid #d04c45; border-radius: 3mm; background: #fff; box-shadow: 0 1.5mm 5mm rgba(20,56,60,.06); }
.nino-page .exec-findings-grid article.finding-capacity { border-top-color: #168b73; }
.nino-page .exec-findings-grid article.finding-priority { border-top-color: #d39826; }
.nino-page .exec-findings-grid article > span { width: 8mm; height: 8mm; display: grid; place-items: center; border-radius: 2.5mm; color: #a43a35; background: #fff0ee; }
.nino-page .exec-findings-grid article.finding-capacity > span { color: #08705e; background: #e8f7f2; }
.nino-page .exec-findings-grid article.finding-priority > span { color: #9a6812; background: #fff4db; }
.nino-page .exec-findings-grid small { display: block; color: #6c8087; font-size: 6.5px; font-weight: 850; text-transform: uppercase; }
.nino-page .exec-findings-grid p { margin: 1.3mm 0 0; color: #354f57; font-size: 7.3px; line-height: 1.42; }
.nino-page .exec-index-section { padding: 3.5mm 4mm; border-radius: 4mm; background: #f6f9f8; }
.nino-page .exec-index-chart { display: grid; grid-template-columns: repeat(2,1fr); gap: 3.1mm 5mm; }
.nino-page .exec-index-chart article > div:first-child { display: grid; grid-template-columns: 1fr auto; gap: 2mm; align-items: end; }
.nino-page .exec-index-chart span { color: #344f57; font-size: 7.2px; font-weight: 750; }
.nino-page .exec-index-chart strong { color: #08705e; font-size: 9px; }
.nino-page .exec-bar { height: 2.3mm; overflow: hidden; margin-top: 1.5mm; border-radius: 4mm; background: #dfe8e5; }
.nino-page .exec-bar i { height: 100%; display: block; min-width: 0; border-radius: inherit; background: linear-gradient(90deg, #08715e, #13b88f); }
.nino-page .exec-index-chart article > small { display: block; margin-top: 1mm; color: #7b8e94; font-size: 6px; }
.nino-page .exec-assets-strip { margin-top: 3.7mm; padding: 3mm 4mm; border: .3mm solid #e0e9e6; border-radius: 3.5mm; }
.nino-page .exec-assets-strip > div:last-child { display: grid; grid-template-columns: repeat(5,1fr); gap: 2mm; }
.nino-page .exec-assets-strip > div:last-child > span { min-width: 0; padding-left: 2mm; border-left: .65mm solid #8fd9c5; }
.nino-page .exec-assets-strip small, .nino-page .exec-assets-strip strong { display: block; }
.nino-page .exec-assets-strip small { color: #7b8e94; font-size: 6px; }
.nino-page .exec-assets-strip strong { margin-top: .8mm; overflow: hidden; color: #27444c; font-size: 7.5px; line-height: 1.3; }
.nino-page .exec-footer { position: absolute; right: 12mm; bottom: 5.5mm; left: 12mm; display: flex; align-items: center; justify-content: space-between; gap: 5mm; padding-top: 2.2mm; border-top: .3mm solid #dfe8e5; color: #71868d; font-size: 6px; }
.nino-page .exec-footer span { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nino-page .exec-footer span:first-child { flex: 1; }
.nino-page .exec-page-heading { padding: 4mm 1mm 2mm; }
.nino-page .exec-page-heading h1 { margin: 1mm 0 1.3mm; color: #102f37; font-size: 19px; line-height: 1.05; }
.nino-page .exec-page-heading p { max-width: 166mm; margin: 0; color: #5f757c; font-size: 7.3px; line-height: 1.4; }
.nino-page .exec-page-two .exec-section { margin-top: 3mm; }
.nino-page .exec-dimensions-section { padding: 3.2mm 3.8mm; border: .3mm solid #dfe9e5; border-radius: 3.5mm; background: #fff; }
.nino-page .exec-dimension-chart { display: grid; grid-template-columns: repeat(2,1fr); gap: 2.2mm 6mm; }
.nino-page .exec-dimension-chart article > div:first-child { display: grid; grid-template-columns: 1fr auto 12mm; gap: 2mm; align-items: center; }
.nino-page .exec-dimension-chart span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #345058; font-size: 6.7px; font-weight: 700; }
.nino-page .exec-dimension-chart small { color: #829399; font-size: 5.8px; }
.nino-page .exec-dimension-chart strong { color: #405961; font-size: 6.3px; text-align: right; }
.nino-page .exec-dimension-chart .exec-bar { height: 1.7mm; margin-top: .8mm; }
.nino-page .exec-dimension-chart .exec-bar i.critical { background: #d9534f; }
.nino-page .exec-dimension-chart .exec-bar i.warning { background: #d99a25; }
.nino-page .exec-dimension-chart .exec-bar i.ready { background: #0a9c7d; }
.nino-page .exec-dimension-chart .exec-bar i.unknown { width: 100% !important; background: repeating-linear-gradient(135deg,#c9d3d0 0,#c9d3d0 1.2mm,#e7ecea 1.2mm,#e7ecea 2.4mm); }
.nino-page .exec-chart-legend { display: flex; justify-content: flex-end; gap: 3.5mm; margin-top: 2.5mm; color: #6d8288; font-size: 5.8px; }
.nino-page .exec-chart-legend span::before { content: ''; width: 2.2mm; height: 2.2mm; display: inline-block; margin-right: 1mm; border-radius: .7mm; vertical-align: -1px; }
.nino-page .exec-chart-legend .critical::before { background: #d9534f; }
.nino-page .exec-chart-legend .warning::before { background: #d99a25; }
.nino-page .exec-chart-legend .ready::before { background: #0a9c7d; }
.nino-page .exec-chart-legend .unknown::before { background: #c9d3d0; }
.nino-page .exec-critical-section { padding: 3.2mm 3.8mm; border-radius: 3.5mm; background: #f6f9f8; }
.nino-page .exec-critical-heading { display: grid; grid-template-columns: 1fr auto; gap: 4mm; align-items: start; }
.nino-page .exec-critical-counts { display: flex; gap: 1.5mm; }
.nino-page .exec-critical-counts span { padding: 1.7mm 2mm; border-radius: 2mm; font-size: 5.8px; white-space: nowrap; }
.nino-page .exec-critical-counts strong { font-size: 8px; }
.nino-page .exec-critical-counts .met { color: #08705e; background: #dff5ed; }
.nino-page .exec-critical-counts .not-met { color: #a23b35; background: #ffe7e4; }
.nino-page .exec-critical-counts .unverified { color: #8a6418; background: #fff0c9; }
.nino-page .exec-critical-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 2mm; }
.nino-page .exec-critical-grid article { min-height: 12mm; display: grid; grid-template-columns: 5mm 1fr; gap: 1.5mm; align-items: center; padding: 2mm; border: .3mm solid transparent; border-radius: 2.3mm; color: #4a6067; background: #fff; font-size: 6px; line-height: 1.3; }
.nino-page .exec-critical-grid i { text-align: center; }
.nino-page .exec-critical-grid .status-met { color: #08705e; border-color: #bfe6d9; background: #edfaf6; }
.nino-page .exec-critical-grid .status-not_met { color: #9f3832; border-color: #f3c8c4; background: #fff2f0; }
.nino-page .exec-critical-grid .status-unverified { color: #86621e; border-color: #efdfaf; background: #fff9e8; }
.nino-page .exec-roadmap-section { padding: 0 1mm; }
.nino-page .exec-roadmap { position: relative; display: grid; grid-template-columns: repeat(3,1fr); gap: 3mm; }
.nino-page .exec-roadmap::before { content: ''; position: absolute; top: 5mm; right: 17%; left: 17%; height: .6mm; background: linear-gradient(90deg,#0b9b7c,#d9a02c,#d75c4e); }
.nino-page .exec-roadmap article { position: relative; z-index: 1; min-height: 35mm; padding: 3mm; border: .3mm solid #dce7e3; border-radius: 3mm; background: #fff; }
.nino-page .exec-roadmap header { display: flex; align-items: center; gap: 2mm; }
.nino-page .exec-roadmap header span { width: 10mm; height: 10mm; display: grid; place-items: center; border: 1.3mm solid #dff3ed; border-radius: 50%; color: #fff; background: #098169; font-size: 7px; font-weight: 900; }
.nino-page .exec-roadmap article:nth-child(2) header span { border-color: #fff0c7; background: #c98a19; }
.nino-page .exec-roadmap article:nth-child(3) header span { border-color: #ffe1dc; background: #c85043; }
.nino-page .exec-roadmap header strong { font-size: 8.5px; }
.nino-page .exec-roadmap ul { margin: 2.5mm 0 0; padding-left: 4mm; color: #415a62; font-size: 6.5px; line-height: 1.35; }
.nino-page .exec-roadmap li + li { margin-top: 1.4mm; }
.nino-page .exec-decision-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 3mm; margin-top: 3mm; }
.nino-page .exec-decision-grid > article { min-height: 49mm; padding: 3.2mm; border: .3mm solid #dce7e3; border-radius: 3.5mm; background: #fff; }
.nino-page .exec-decision-grid > article > header { display: grid; grid-template-columns: 9mm 1fr; gap: 2.5mm; align-items: center; padding-bottom: 2.5mm; border-bottom: .3mm solid #e3ebe8; }
.nino-page .exec-decision-grid > article > header > span { width: 8mm; height: 8mm; display: grid; place-items: center; border-radius: 2.3mm; color: #fff; background: #087763; }
.nino-page .exec-decision-grid header small { color: #758a90; font-size: 5.8px; font-weight: 850; text-transform: uppercase; }
.nino-page .exec-decision-grid header h3 { margin: .5mm 0 0; color: #17313a; font-size: 9px; }
.nino-page .exec-decision-grid > article > div { position: relative; padding: 2.4mm 0 2.4mm 3mm; }
.nino-page .exec-decision-grid > article > div + div { border-top: .3mm solid #edf1ef; }
.nino-page .exec-decision-grid > article > div::before { content: ''; position: absolute; top: 3.2mm; left: 0; width: 1.4mm; height: 1.4mm; border-radius: 50%; background: #0b9c7d; }
.nino-page .exec-decision-grid > article > div strong { display: block; color: #294750; font-size: 7px; }
.nino-page .exec-decision-grid > article > div p { margin: .8mm 0; color: #50676e; font-size: 6.3px; line-height: 1.32; }
.nino-page .exec-decision-grid > article > div small { display: block; color: #8a721f; font-size: 5.8px; }
.nino-page .exec-empty { margin: 3mm 0 0; color: #657b82; font-size: 6.5px; line-height: 1.4; }

/* Informe interpretado por agentes y recomendaciones del catálogo ATER. */
.nino-page .diagnostic-panel, .nino-page .digital-tools-section { margin-top: 24px; }
.nino-page .report-heading > p { max-width: 780px; margin: 6px 0 0; color: #667781; font-size: 12px; line-height: 1.5; }
.nino-page .diagnostic-summary-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 13px; }
.nino-page .diagnostic-summary-grid article { min-height: 92px; display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 11px; align-items: start; padding: 14px; border: 1px solid #dfe8e5; border-radius: 14px; background: linear-gradient(145deg,#fff,#f7fbf9); }
.nino-page .diagnostic-summary-grid article > span { width: 36px; height: 36px; display: grid; place-items: center; border-radius: 11px; color: #08715f; background: #e5f6f0; }
.nino-page .diagnostic-summary-grid small { color: #08715f; font-size: 10px; font-weight: 850; letter-spacing: .05em; text-transform: uppercase; }
.nino-page .diagnostic-summary-grid p { margin: 5px 0 0; color: #30494f; font-size: 12px; line-height: 1.45; }
.nino-page .category-diagnosis-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin-top: 14px; }
.nino-page .category-diagnosis-grid > article { --category-tone: #9aa9ae; position: relative; overflow: hidden; padding: 15px; border: 1px solid #dde6e3; border-radius: 15px; background: #fff; box-shadow: 0 8px 22px rgba(18,54,57,.055); }
.nino-page .category-diagnosis-grid > article::before { content: ''; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--category-tone); }
.nino-page .category-diagnosis-grid > article.category-critical { --category-tone: #cf5148; }
.nino-page .category-diagnosis-grid > article.category-warning { --category-tone: #d49824; }
.nino-page .category-diagnosis-grid > article.category-developing { --category-tone: #348ba5; }
.nino-page .category-diagnosis-grid > article.category-ready { --category-tone: #0a8a71; }
.nino-page .category-diagnosis-grid > article.category-unknown { --category-tone: #9aa9ae; background: #fbfcfc; }
.nino-page .category-diagnosis-grid header { display: grid; grid-template-columns: 30px minmax(0,1fr) auto; gap: 9px; align-items: center; }
.nino-page .category-diagnosis-grid header > span { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; color: #fff; background: var(--category-tone); font-size: 11px; font-weight: 900; }
.nino-page .category-diagnosis-grid header small { color: #71838a; font-size: 9px; font-weight: 800; }
.nino-page .category-diagnosis-grid h4 { margin: 2px 0 0; color: #17343a; font-size: 13px; line-height: 1.25; }
.nino-page .category-diagnosis-grid header > strong { color: var(--category-tone); font-size: 13px; }
.nino-page .category-status-line { display: flex; justify-content: space-between; gap: 10px; margin: 12px 0 8px; padding: 7px 9px; border-radius: 9px; color: #596e74; background: #f3f7f5; font-size: 10px; }
.nino-page .category-status-line em { color: var(--category-tone); font-style: normal; font-weight: 850; }
.nino-page .category-diagnosis-grid > article > p { margin: 0; color: #385158; font-size: 11px; line-height: 1.5; }
.nino-page .category-diagnosis-grid dl { display: grid; gap: 7px; margin: 11px 0 0; }
.nino-page .category-diagnosis-grid dl > div { padding: 9px 10px; border-radius: 10px; background: #f7f9f8; }
.nino-page .category-diagnosis-grid dt { color: var(--category-tone); font-size: 9px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.nino-page .category-diagnosis-grid dd { margin: 4px 0 0; color: #354d54; font-size: 10px; line-height: 1.4; }
.nino-page .category-diagnosis-grid details { margin-top: 9px; color: #687d83; font-size: 9px; }
.nino-page .category-diagnosis-grid details summary { cursor: pointer; color: #08715f; font-weight: 800; }
.nino-page .category-diagnosis-grid details p { margin: 7px 0 0; padding: 8px; border-radius: 8px; background: #f5f8f7; line-height: 1.4; }
.nino-page .digital-tools-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; margin-top: 14px; }
.nino-page .digital-tools-grid > article { display: flex; flex-direction: column; min-height: 292px; padding: 15px; border: 1px solid #d8e6e2; border-radius: 16px; background: linear-gradient(155deg,#f9fdfb,#eef8f4); box-shadow: 0 10px 24px rgba(11,91,75,.07); }
.nino-page .digital-tools-grid header { display: grid; grid-template-columns: 38px minmax(0,1fr); gap: 10px; align-items: start; }
.nino-page .digital-tools-grid header > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: linear-gradient(145deg,#08705e,#12aa86); }
.nino-page .digital-tools-grid header small { color: #6d8580; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.nino-page .digital-tools-grid h4 { margin: 3px 0 0; color: #163d36; font-size: 13px; line-height: 1.3; }
.nino-page .digital-tools-grid p { margin: 12px 0 0; color: #415b60; font-size: 10px; line-height: 1.48; }
.nino-page .digital-tools-grid > article > div { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 11px; }
.nino-page .digital-tools-grid > article > div span { padding: 5px 7px; border-radius: 99px; color: #08705e; background: #dff3ec; font-size: 8px; font-weight: 800; }
.nino-page .digital-tools-grid .tool-first-step { padding-top: 10px; border-top: 1px solid #d8e6e2; }
.nino-page .digital-tools-grid a { margin-top: auto; padding-top: 13px; color: #08705e; font-size: 10px; font-weight: 850; }
.nino-page .digital-tools-empty { display: grid; grid-template-columns: 34px 1fr; gap: 10px; align-items: center; margin-top: 12px; padding: 14px; border-radius: 13px; color: #657b81; background: #f3f7f5; }
.nino-page .digital-tools-empty i { color: #0a806a; font-size: 20px; }
.nino-page .digital-tools-empty p { margin: 0; font-size: 11px; line-height: 1.45; }

@media (max-width: 900px) {
  .nino-page .digital-tools-grid { grid-template-columns: 1fr; }
  .nino-page .digital-tools-grid > article { min-height: 0; }
}

@media (max-width: 700px) {
  .nino-page .diagnostic-summary-grid, .nino-page .category-diagnosis-grid { grid-template-columns: 1fr; }
  .nino-page .category-diagnosis-grid header { grid-template-columns: 30px minmax(0,1fr); }
  .nino-page .category-diagnosis-grid header > strong { grid-column: 2; }
}

@media print {
  @page { size: A4; margin: 0; }
  body { margin: 0 !important; background: #fff !important; }
  body * { visibility: hidden !important; }
  .nino-page .executive-pdf, .nino-page .executive-pdf * { visibility: visible !important; }
  .nino-page .executive-pdf { position: absolute !important; z-index: 99999 !important; top: 0 !important; left: 0 !important; width: 210mm !important; }
  .nino-page .executive-page { page-break-inside: avoid !important; break-inside: avoid-page !important; }
  .nino-page .executive-page-two { page-break-before: always !important; break-before: page !important; }
}
