.nh-hero-list{display:flex;flex-direction:column;gap:1px;background:var(--fr8-border, #E3EAF1);border:1px solid var(--fr8-border, #E3EAF1);border-radius:var(--radius-sm);overflow:hidden}.nh-hero-item{display:flex;align-items:center;gap:.625rem;padding:.5rem .75rem;background:var(--fr8-surface, #fff);font-size:.6875rem}.nh-hero-item__icon{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nh-hero-item__icon--milestone{background:#70ad471f;color:#70ad47}.nh-hero-item__icon--report{background:#4f6cee1a;color:var(--fr8-primary, #4F6CEE)}.nh-hero-item__icon--chaser{background:#ed7d311a;color:#ed7d31}.nh-hero-item__body{flex:1;min-width:0}.nh-hero-item__title{font-weight:600;color:var(--fr8-text-strong, #1A202C);font-size:.6875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nh-hero-item__meta{font-size:.5625rem;color:var(--fr8-text-secondary, #5E758D);margin-top:.0625rem}.nh-hero-item__channels{display:flex;gap:.25rem;flex-shrink:0}.nh-channel-tag{width:20px;height:20px;border-radius:4px;display:flex;align-items:center;justify-content:center}.nh-channel-tag--email{background:#4f6cee14;color:var(--fr8-primary, #4F6CEE)}.nh-channel-tag--whatsapp{background:#25d36614;color:#25d366}.nh-channel-tag--telegram{background:#0088cc14;color:#08c}.nh-channel-tag--portal{background:#70ad4714;color:#70ad47}.nh-hero-item__time{font-family:var(--font-mono);font-size:.5625rem;color:var(--fr8-text-muted, #8A96A8);flex-shrink:0;min-width:36px;text-align:right}.nh-milestones{padding:var(--section-pad) 0;background:var(--bg-dark)}.nh-milestones__header{margin-bottom:2.5rem;max-width:640px}.nh-milestones__header h2{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-dark-bg);margin-bottom:.5rem}.nh-milestones__header p{font-size:1rem;font-weight:300;color:var(--text-dark-bg-secondary)}.nh-flow{display:grid;grid-template-columns:280px auto 1fr;gap:0;align-items:center;margin-bottom:3rem}.nh-flow__trigger{background:#fff;border:1px solid var(--fr8-border, #E3EAF1);border-radius:var(--radius-sm);padding:1rem 1.25rem;display:flex;gap:.875rem;align-items:center;box-shadow:0 1px 4px #0000000a}.nh-flow__trigger-icon{width:40px;height:40px;border-radius:10px;background:#70ad471f;color:#70ad47;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nh-flow__trigger-text{display:flex;flex-direction:column;gap:.125rem}.nh-flow__trigger-label{font-family:var(--font-mono);font-size:.5625rem;text-transform:uppercase;letter-spacing:.08em;color:var(--fr8-text-secondary, #5E758D)}.nh-flow__trigger-event{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--fr8-text-strong, #1A202C)}.nh-flow__trigger-ref{font-family:var(--font-mono);font-size:.625rem;color:var(--fr8-text-secondary, #5E758D)}.nh-flow__connector{display:flex;align-items:center;gap:0;padding:0 .75rem}.nh-flow__line{width:40px;height:2px;background:var(--border-dark);background:linear-gradient(90deg,#70ad474d,#70ad4799)}.nh-flow__hub{width:40px;height:40px;border-radius:50%;background:#70ad4726;border:2px solid rgba(112,173,71,.4);color:#70ad47;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nh-flow__outputs{display:flex;flex-direction:column;gap:.625rem}.nh-flow__branch{background:#fff;border:1px solid var(--fr8-border, #E3EAF1);border-radius:var(--radius-sm);padding:.625rem 1rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 1px 4px #0000000a}.nh-flow__branch-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nh-flow__branch-icon--email{background:#4f6cee1f;color:var(--fr8-primary, #4F6CEE)}.nh-flow__branch-icon--whatsapp{background:#25d3661f;color:#25d366}.nh-flow__branch-icon--portal{background:#70ad471f;color:#70ad47}.nh-flow__branch-text{flex:1;display:flex;flex-direction:column;gap:.0625rem}.nh-flow__branch-channel{font-family:var(--font-display);font-size:.875rem;font-weight:600;color:var(--fr8-text-strong, #1A202C)}.nh-flow__branch-recipient{font-size:.75rem;color:var(--fr8-text-secondary, #5E758D)}.nh-flow__branch-status{font-family:var(--font-mono);font-size:.5625rem;text-transform:uppercase;letter-spacing:.06em;color:#70ad47;font-weight:600;flex-shrink:0}@media(max-width:900px){.nh-flow{grid-template-columns:1fr;gap:1rem}.nh-flow__connector{justify-content:center;padding:0;flex-direction:column}.nh-flow__line{width:2px;height:24px}}.nh-milestones__features,.nh-channels__features{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.nh-inline-feature{padding:1.25rem 0;border-top:1px solid var(--border-dark)}.nh-inline-feature:last-child{border-bottom:1px solid var(--border-dark)}.nh-inline-feature__title{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--text-dark-bg);margin-bottom:.375rem}.nh-inline-feature__desc{font-size:.8125rem;color:var(--text-dark-bg-secondary);line-height:1.55}.nh-inline-feature__metric{font-family:var(--font-mono);font-size:.6875rem;color:var(--accent-light);margin-top:.625rem;display:flex;gap:.3rem}@media(max-width:600px){.nh-milestones__features,.nh-channels__features{grid-template-columns:1fr}}.split-section--light{background:var(--bg-light)}.split-section__text--light h2{color:var(--text-light-bg)}.split-section__text--light>p{color:var(--text-light-bg-secondary)}.nh-report-item{padding:1rem 0;border-top:1px solid var(--border-light)}.nh-report-item:last-child{border-bottom:1px solid var(--border-light)}.nh-report-item__title{font-family:var(--font-display);font-size:1rem;font-weight:600;color:var(--text-light-bg);margin-bottom:.25rem}.nh-report-item__desc{font-size:.8125rem;color:var(--text-light-bg-secondary);line-height:1.55}.nh-report-item__metric{font-family:var(--font-mono);font-size:.6875rem;color:var(--brand-blue);margin-top:.5rem;display:flex;gap:.3rem}.nh-schedule-visual{background:#fff;border:1px solid var(--border-light);border-radius:var(--radius-sm);overflow:hidden;box-shadow:0 2px 8px #0000000a}.nh-schedule-visual__header{background:var(--fr8-surface-grid, #F0F4F9);padding:.625rem .875rem;font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.06em;color:var(--fr8-text-secondary, #5E758D);border-bottom:1px solid var(--fr8-border, #E3EAF1);display:flex;align-items:center;justify-content:space-between}.nh-schedule-visual__badge{font-size:.5625rem;background:#70ad471a;color:#70ad47;padding:.1rem .375rem;border-radius:3px;font-weight:600}.nh-schedule-visual__body{padding:.375rem 0}.nh-schedule-row{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem}.nh-schedule-row+.nh-schedule-row{border-top:1px solid rgba(227,234,241,.5)}.nh-schedule-row__icon{width:28px;height:28px;border-radius:6px;background:#4f6cee0f;color:var(--fr8-text-secondary, #5E758D);display:flex;align-items:center;justify-content:center;flex-shrink:0}.nh-schedule-row__info{flex:1;display:flex;flex-direction:column;gap:.0625rem}.nh-schedule-row__name{font-size:.75rem;font-weight:600;color:var(--fr8-text-strong, #1A202C)}.nh-schedule-row__freq{font-family:var(--font-mono);font-size:.5625rem;color:var(--fr8-text-secondary, #5E758D)}.nh-schedule-row__type{font-family:var(--font-mono);font-size:.5625rem;text-transform:uppercase;letter-spacing:.06em;padding:.125rem .4rem;border-radius:3px;font-weight:600;flex-shrink:0}.nh-schedule-row__type--scheduled{background:#4f6cee14;color:var(--fr8-primary, #4F6CEE)}.nh-schedule-row__type--alert{background:#ed7d3114;color:#ed7d31}.nh-schedule-row__type--event{background:#70ad4714;color:#70ad47}.nh-channels{padding:var(--section-pad) 0;background:var(--bg-dark)}.nh-channels__header{margin-bottom:2.5rem;max-width:640px}.nh-channels__header h2{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:var(--text-dark-bg);margin-bottom:.5rem}.nh-channels__header p{font-size:1rem;font-weight:300;color:var(--text-dark-bg-secondary)}.nh-channel-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem}.nh-channel-card{background:#fff;border:1px solid var(--fr8-border, #E3EAF1);border-radius:var(--radius);padding:1.5rem;transition:transform .25s,box-shadow .25s}.nh-channel-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001a}.nh-channel-card__icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.nh-channel-card__icon--email{background:#4f6cee1f;color:var(--fr8-primary, #4F6CEE)}.nh-channel-card__icon--whatsapp{background:#25d3661f;color:#25d366}.nh-channel-card__icon--telegram{background:#0088cc1f;color:#08c}.nh-channel-card__title{font-family:var(--font-display);font-size:1.125rem;font-weight:600;color:var(--fr8-text-strong, #1A202C);margin-bottom:.875rem}.nh-channel-card__preview{margin-bottom:1rem}.nh-channel-card__desc{font-size:.8125rem;color:var(--fr8-text-secondary, #5E758D);line-height:1.5}.nh-email-preview{background:#fff;border:1px solid var(--fr8-border, #E3EAF1);border-radius:var(--radius-sm);overflow:hidden;font-size:.6875rem}.nh-email-preview__from{padding:.375rem .625rem;background:var(--fr8-surface-grid, #F0F4F9);border-bottom:1px solid var(--fr8-border, #E3EAF1);color:var(--fr8-text-secondary, #5E758D);font-family:var(--font-mono);font-size:.5625rem}.nh-email-preview__subject{padding:.5rem .625rem;font-weight:600;color:var(--fr8-text-strong, #1A202C);border-bottom:1px solid var(--fr8-border, #E3EAF1)}.nh-email-preview__body{padding:.5rem .625rem;display:flex;flex-direction:column;gap:.25rem}.nh-email-preview__line{color:var(--fr8-text-secondary, #5E758D);font-size:.625rem;line-height:1.4}.nh-email-preview__table-hint{font-family:var(--font-mono);font-size:.5625rem;color:var(--fr8-text-secondary, #5E758D);margin-top:.25rem}.nh-chat-preview{border-radius:var(--radius-sm);padding:.75rem}.nh-chat-preview--whatsapp{background:#0b141a}.nh-chat-preview--telegram{background:#17212b}.nh-chat-bubble{background:#1f2c34;border-radius:0 8px 8px;padding:.5rem .625rem;max-width:90%}.nh-chat-bubble--telegram{background:#2b5278}.nh-chat-bubble__sender{font-family:var(--font-display);font-size:.625rem;font-weight:600;margin-bottom:.25rem}.nh-chat-preview--whatsapp .nh-chat-bubble__sender{color:#53bdeb}.nh-chat-preview--telegram .nh-chat-bubble__sender{color:#6ab2f2}.nh-chat-bubble__text{font-size:.6875rem;color:#e5e7eb;line-height:1.5}.nh-chat-bubble__link{color:#53bdeb;font-size:.625rem}.nh-chat-bubble__time{font-size:.5rem;color:#ffffff59;text-align:right;margin-top:.25rem}@media(max-width:900px){.nh-channel-cards{grid-template-columns:1fr;max-width:400px}}.nh-chase-timeline{display:flex;gap:0;margin-bottom:2rem;position:relative;padding:0 0 1rem}.nh-chase-timeline:before{content:"";position:absolute;top:11px;left:12px;right:12px;height:2px;background:var(--border-light)}.nh-chase-step{flex:1;display:flex;flex-direction:column;align-items:center;gap:.625rem;position:relative;z-index:1}.nh-chase-step__dot{width:24px;height:24px;border-radius:50%;border:3px solid;background:var(--bg-light);flex-shrink:0}.nh-chase-step__dot--active{border-color:#70ad47;background:#70ad471a}.nh-chase-step__dot--warning{border-color:#ed7d31;background:#ed7d311a}.nh-chase-step__dot--resolved{border-color:var(--brand-blue);background:#05389514}.nh-chase-step__content{text-align:center;display:flex;flex-direction:column;gap:.125rem}.nh-chase-step__day{font-family:var(--font-mono);font-size:.625rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-light-bg-secondary)}.nh-chase-step__label{font-family:var(--font-display);font-size:.875rem;font-weight:600;color:var(--text-light-bg)}.nh-chase-step__detail{font-size:.6875rem;color:var(--text-light-bg-secondary);line-height:1.4;max-width:160px}.compact-section__grid--single{grid-template-columns:1fr;max-width:640px}@media(max-width:600px){.nh-chase-timeline{flex-direction:column;gap:1rem;align-items:flex-start;padding-left:12px}.nh-chase-timeline:before{inset:0 auto 0 11px;width:2px;height:auto}.nh-chase-step{flex-direction:row;align-items:flex-start;gap:.875rem}.nh-chase-step__content{text-align:left;align-items:flex-start}}@media(max-width:900px){.nh-flow{zoom:.8}.nh-hero-list,.nh-schedule-visual{zoom:.85}}@media(max-width:520px){.nh-flow{zoom:.65}.nh-hero-list,.nh-schedule-visual{zoom:.7}}
