@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600&family=Work+Sans:wght@400;500;600;700&display=swap";:root{font-family:Nunito Sans,Segoe UI,sans-serif;color:#132238;background:#f7f8f7;line-height:1.5;font-weight:400;--pnhs-teal: #00897c;--pnhs-teal-dark: #006e65;--pnhs-gold: #d0a631;--pnhs-ink: #132238;--pnhs-muted: #566273;--pnhs-cream: #f5f1e4}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#fcfcfb,#f2f5f3);min-width:320px;font-size:16px;line-height:1.6;color:var(--pnhs-ink);overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:20;background:#fffffff5;border-bottom:1px solid rgba(19,34,56,.08);box-shadow:0 8px 20px #1322380d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.topbar-inner{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:1.5rem;max-width:1200px;margin:0 auto;padding:.9rem clamp(1.25rem,2.5vw,2rem)}.brand{display:flex;align-items:center;gap:.95rem;min-width:0;width:fit-content;padding:0;background:transparent;border:0;box-shadow:none}.brand-logo{width:4rem;height:4rem;object-fit:contain;flex:0 0 4rem}.brand-copy{display:flex;flex-direction:column;gap:.16rem;min-width:0}.brand-title{font-size:1.02rem;font-weight:700;color:var(--pnhs-ink);line-height:1.15;font-family:Work Sans,Segoe UI,sans-serif;text-transform:uppercase}.brand-title-short{display:none}.brand-subtitle{color:var(--pnhs-muted);font-size:.87rem;line-height:1.25}.nav{display:flex;align-items:center;gap:1.1rem;justify-self:end}.nav a,.nav .link-button{display:inline-flex;align-items:center;gap:.4rem;color:#304054;border:0;background:none;padding:.35rem 0;font-weight:600;font-size:.95rem;line-height:1;font-family:Work Sans,Segoe UI,sans-serif;white-space:nowrap}.nav a:hover,.nav .link-button:hover{color:var(--pnhs-teal-dark)}.nav-cta{min-height:42px;padding:0 1rem!important;border-radius:6px;background:var(--pnhs-teal)!important;color:#fff!important;box-shadow:0 10px 24px #00897c29}.nav-cta:hover{background:var(--pnhs-teal-dark)!important;color:#fff!important}.mobile-only{display:none!important}.mobile-nav-button span{font-size:.95rem}.mobile-nav-button{color:var(--pnhs-ink);border-color:#1322381f;background:#fff;box-shadow:none}.page-stack{display:flex;flex-direction:column;gap:0}.hero-section,.content-band{padding:clamp(1.6rem,2.8vw,3rem) clamp(1.25rem,2.6vw,2.5rem)}.content-band>*{max-width:1100px;margin-inline:auto}.hero-section{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:2.4rem;align-items:stretch;max-width:1120px;margin:0 auto;padding-top:2rem}.hero-copy{display:flex;flex-direction:column;justify-content:center;gap:.8rem;padding:1.25rem 0;max-width:560px;min-width:0}.hero-copy h1,.section-heading h1,.section-heading h2,.success-card h1,.auth-card h1,.center-card h1{margin:0;font-size:clamp(2.15rem,4vw,3rem);line-height:1.08;letter-spacing:0;font-family:Work Sans,Segoe UI,sans-serif;font-weight:700}.hero-copy p,.section-heading p,.success-card p,.auth-card p,.center-card p{margin:0;max-width:58ch;color:var(--pnhs-muted);font-size:1rem;line-height:1.6}.eyebrow{display:inline-block;color:var(--pnhs-teal);font-size:.88rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.hero-quote{font-style:italic;color:#6c7886;font-size:1rem}.hero-actions,.form-actions{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:.35rem}.primary-button,.secondary-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:44px;padding:0 1.15rem;border-radius:8px;border:1px solid transparent;font-weight:700;font-size:.98rem}.primary-button{background:var(--pnhs-teal);color:#fff;box-shadow:0 10px 24px #00897c2e}.primary-button:disabled{opacity:.65;cursor:wait}.secondary-button,.icon-button{background:#fff;color:var(--pnhs-ink);border-color:#00897c33}.primary-button:hover,.secondary-button:hover,.icon-button:hover{transform:translateY(-1px)}.hero-visual{min-height:420px}.hero-photo-shell,.success-card,.auth-card,.center-card,.table-shell,.registration-form,.detail-section,.info-panel{background:#fffffff0;border:1px solid rgba(16,32,51,.08);border-radius:8px;box-shadow:0 18px 50px #0f172a14}.hero-photo-shell{height:100%;position:relative;overflow:hidden;min-height:500px;border-radius:10px}.hero-photo{width:100%;height:100%;object-fit:cover;display:block}.hero-photo-shell:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#1322381a,#13223899)}.hero-overlay-card{position:relative;z-index:1;display:flex;flex-direction:column;gap:.7rem;margin:0;padding:1.1rem;position:absolute;right:1rem;bottom:1rem;width:min(336px,calc(100% - 2rem));background:#ffffffeb;border-radius:8px;border:1px solid rgba(19,34,56,.08);box-shadow:0 20px 50px #1322381f}.hero-stat{display:flex;align-items:center;gap:.5rem;color:var(--pnhs-ink);font-weight:600;font-size:.98rem}.section-heading{display:flex;flex-direction:column;gap:.45rem;margin-bottom:1.45rem}.section-heading h2{font-size:clamp(1.75rem,3vw,2.5rem);line-height:1.14;max-width:18ch}.section-heading p{max-width:52rem}.vision-heading h2{max-width:16ch}.ribbon-band{max-width:1240px;margin:0 auto}.ribbon-card{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(360px,.9fr);gap:1.5rem;padding:1.8rem;border-radius:8px;background:linear-gradient(135deg,#fffdf7,#f3f9f8);border:1px solid rgba(19,34,56,.08);box-shadow:0 18px 50px #0f172a0f;align-items:start}.ribbon-copy{display:flex;flex-direction:column;gap:.8rem}.ribbon-copy h2{margin:0;max-width:15ch;font-size:clamp(1.9rem,3vw,2.55rem);line-height:1.12}.ribbon-copy p{margin:0;max-width:54ch;color:var(--pnhs-muted);font-size:1.03rem}.metric-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.metric-row-feature{align-self:stretch;grid-template-columns:repeat(3,minmax(118px,1fr))}.metric-card{display:flex;flex-direction:column;justify-content:center;gap:.4rem;min-height:150px;padding:1.25rem 1.15rem;border-radius:8px;background:#fff;border:1px solid rgba(0,137,124,.12);box-shadow:inset 0 1px #fffc;position:relative;overflow:hidden}.metric-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--pnhs-teal),var(--pnhs-gold))}.metric-card strong{font-family:Work Sans,Segoe UI,sans-serif;font-size:2.35rem;line-height:1;color:var(--pnhs-teal)}.metric-card span{color:var(--pnhs-muted);font-weight:600;font-size:.94rem;line-height:1.45}.action-card{padding:1.45rem 1.3rem 1.35rem;background:#fff;border:1px solid rgba(19,34,56,.08);border-radius:8px;box-shadow:0 18px 50px #0f172a0f;position:relative;overflow:hidden}.action-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:linear-gradient(90deg,var(--pnhs-gold),var(--pnhs-teal))}.action-card h3{margin:.35rem 0 0;font-size:1.25rem;line-height:1.2;font-family:Work Sans,Segoe UI,sans-serif}.action-card p{margin:.7rem 0 0;color:var(--pnhs-muted);font-size:1rem;line-height:1.6}.narrow-heading{max-width:42rem}.three-column-grid,.two-column-grid,.detail-grid{display:grid;gap:1rem}.three-column-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.two-column-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid{grid-template-columns:1.1fr .9fr}.muted-band{background:linear-gradient(180deg,#f5f8f6,#edf4f2)}.flow-panel{padding:1.55rem 1.45rem;background:#ffffffdb;border:1px solid rgba(19,34,56,.08);border-radius:8px;box-shadow:0 16px 40px #0f172a0d}.flow-panel h2,.investor-panel h2,.cta-copy h2{margin:.35rem 0 0;font-size:clamp(1.55rem,2.2vw,2rem);line-height:1.18;font-family:Work Sans,Segoe UI,sans-serif}.investor-band,.academy-detail-band{max-width:1240px;margin:0 auto}.investor-panel{padding:1.55rem;background:#fffffff0;border:1px solid rgba(19,34,56,.08);border-radius:8px;box-shadow:0 18px 50px #0f172a0f;position:relative;overflow:hidden}.investor-panel:before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:linear-gradient(180deg,var(--pnhs-teal),rgba(0,137,124,0))}.investor-panel-highlight{background:linear-gradient(180deg,#fff,#f7fbfa);border-color:#00897c29}.panel-title{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.panel-title h3{margin:0;font-size:1.14rem;line-height:1.25;font-family:Work Sans,Segoe UI,sans-serif}.panel-icon{display:grid;place-items:center;width:2rem;height:2rem;border-radius:8px;background:#00897c1a;color:var(--pnhs-teal)}.info-panel{padding:1.4rem 1.3rem;background:linear-gradient(180deg,#fffffffa,#f8fafbf5)}.info-panel p,.detail-row strong,.detail-row span{margin:0}.info-panel p{font-size:1rem;line-height:1.65}.check-list{list-style:none;margin:1rem 0 0;padding:0;color:#334155;line-height:1.55}.check-list li{position:relative;padding:.82rem 0 .82rem 2.25rem;border-top:1px solid rgba(19,34,56,.08)}.check-list li:first-child{border-top:0;padding-top:0}.check-list li:before{content:"";position:absolute;left:0;top:.95rem;width:1.3rem;height:1.3rem;border-radius:999px;background:#00897c1a;box-shadow:inset 0 0 0 1px #00897c1f}.check-list li:after{content:"";position:absolute;left:.45rem;top:1.32rem;width:.38rem;height:.2rem;border-left:2px solid var(--pnhs-teal);border-bottom:2px solid var(--pnhs-teal);transform:rotate(-45deg)}.cta-strip{display:flex;justify-content:space-between;gap:1.25rem;align-items:center;padding:1.8rem;background:linear-gradient(135deg,#fff,#f5f1e4);border-radius:8px;border:1px solid rgba(16,32,51,.08);box-shadow:0 18px 50px #0f172a0f}.cta-copy p{margin:.7rem 0 0;color:var(--pnhs-muted)}.register-layout{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:1.4rem;align-items:start}.register-sidebar{display:flex;flex-direction:column;gap:1rem;position:sticky;top:6.5rem}.register-sidebar-card{padding:1.25rem;background:#fffffff0;border:1px solid rgba(19,34,56,.08);border-radius:8px;box-shadow:0 18px 50px #0f172a0f}.register-sidebar-card h2{margin:.35rem 0 0;font-size:1.12rem}.compact-list{margin-top:.8rem}.form-band,.centered-band,.admin-band,.detail-band{max-width:1200px;width:100%;margin:0 auto}.registration-form,.auth-card,.success-card,.center-card{padding:1.5rem}.registration-form{display:flex;flex-direction:column;gap:1.15rem}.form-section{display:flex;flex-direction:column;gap:.7rem}.form-section h2,.detail-section h2{margin:0;font-size:1.12rem}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.95rem}.form-field{display:flex;flex-direction:column;gap:.45rem}.form-field>span{font-size:.92rem;font-weight:600}.form-field input,.form-field select,.form-field textarea,.search-input input,.toolbar select{width:100%;min-height:44px;padding:.82rem .92rem;border-radius:8px;border:1px solid rgba(51,65,85,.18);background:#fff;color:var(--pnhs-ink)}.form-field textarea{min-height:124px;line-height:1.45}.form-field input[type=file]{padding:.6rem}.form-field small{color:#64748b}.consent-row{display:flex;align-items:flex-start;gap:.75rem;font-size:.96rem}.consent-row input{margin-top:.25rem}.alert{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem .95rem;border-radius:8px}.error-alert{background:#fff3f0;color:#9f2d1f;border:1px solid rgba(159,45,31,.16)}.info-alert{background:#eef8f3;color:var(--pnhs-teal-dark);border:1px solid rgba(0,137,124,.15)}.error-alert ul{margin:.5rem 0 0;padding-left:1.25rem}.centered-band{display:flex;justify-content:center}.success-card,.auth-card,.center-card{width:min(100%,560px);display:flex;flex-direction:column;gap:1rem}.compact-center .center-card{width:100%}.stack-form{display:flex;flex-direction:column;gap:1rem}.dashboard-header,.toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem}.dashboard-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin:1rem 0 1.25rem}.toolbar{flex-wrap:wrap;margin:1rem 0}.search-input{display:flex;align-items:center;gap:.65rem;min-width:min(100%,360px);padding:0 .8rem;border-radius:8px;background:#fff;border:1px solid rgba(51,65,85,.18)}.search-input input{border:0;padding-left:0}.table-shell{overflow:auto;border-radius:8px;background:#fffffff5;border:1px solid rgba(19,34,56,.08);box-shadow:0 18px 50px #0f172a0f}.data-table{width:100%;border-collapse:collapse;min-width:720px}.data-table th,.data-table td{text-align:left;padding:1rem;border-bottom:1px solid rgba(16,32,51,.08)}.data-table th{font-size:.86rem;text-transform:uppercase;letter-spacing:.04em;color:#5a6677}.data-table tbody tr{cursor:pointer}.data-table tbody tr:hover,.data-table tbody tr:focus-within{background:#00897c0d}.status-pill{display:inline-flex;align-items:center;min-height:30px;padding:0 .75rem;border-radius:999px;font-size:.8rem;font-weight:700}.status-pill.green{background:#e9f7ef;color:#16633c}.status-pill.amber{background:#fff4dd;color:#935d00}.status-pill.neutral{background:#ecf1f6;color:#415467}.status-pill.red{background:#fff0ee;color:#a33424}.detail-section{display:flex;flex-direction:column;gap:1rem;padding:1.35rem}.detail-row{display:flex;flex-direction:column;gap:.3rem;padding-bottom:.9rem;border-bottom:1px solid rgba(16,32,51,.08)}.detail-row span{color:#64748b;font-size:.9rem}.file-link{display:inline-flex;align-items:center;gap:.6rem;width:fit-content;color:var(--pnhs-teal-dark)}.site-footer{margin-top:2rem;background:linear-gradient(180deg,#fff,#f7f9f8);border-top:1px solid rgba(19,34,56,.08)}.footer-grid{max-width:1120px;margin:0 auto;padding:2.3rem clamp(1.25rem,2.5vw,2.75rem);display:grid;grid-template-columns:1.2fr 1fr 1fr 1fr;gap:1.5rem}.footer-brand,.footer-column{display:flex;flex-direction:column;gap:.8rem}.footer-logo{width:84px;height:auto}.footer-column h3{margin:0;font-size:1.08rem}.footer-brand p,.footer-links{margin:0;color:var(--pnhs-muted)}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.copyright-bar{padding:1rem clamp(1rem,2vw,2rem);text-align:center;color:#697585;border-top:1px solid rgba(19,34,56,.08);font-size:.9rem}@media(max-width:960px){.topbar-inner{grid-template-columns:minmax(0,1fr) auto;gap:1rem}.mobile-only{display:inline-flex!important}.nav{grid-column:1 / -1;justify-self:stretch;display:none;flex-direction:column;align-items:stretch;gap:0;padding:.85rem 0 0;margin-top:.2rem;border-top:1px solid rgba(19,34,56,.08)}.nav-open{display:flex}.nav a,.nav .link-button{min-height:46px;justify-content:space-between;padding:.8rem 0;border-bottom:1px solid rgba(19,34,56,.08)}.nav-cta{justify-content:center!important;margin-top:.6rem;padding:0 1rem!important;border-bottom:0!important}.hero-section,.ribbon-card,.three-column-grid,.two-column-grid,.register-layout,.dashboard-metrics,.detail-grid,.field-grid,.metric-row{grid-template-columns:1fr}.cta-strip,.dashboard-header,.toolbar{flex-direction:column;align-items:stretch}.footer-grid{grid-template-columns:1fr}.register-sidebar{position:static}.hero-copy{max-width:none}}@media(max-width:720px){.hero-section,.content-band{padding:1rem}.topbar-inner{gap:.75rem;padding:.8rem 1rem}.brand{min-width:0;max-width:calc(100vw - 5.5rem)}.brand-logo{width:3rem;height:3rem;flex-basis:3rem}.brand-title-full{display:none}.brand-title-short{display:block;font-size:1rem}.brand-subtitle{display:none}.mobile-nav-button{min-width:46px;padding:0 .8rem}.mobile-nav-button span{display:none}.hero-copy h1{font-size:clamp(1.45rem,8vw,1.95rem)}.hero-copy p{font-size:.98rem;max-width:none}.hero-actions{flex-direction:column;align-items:stretch}.hero-actions .primary-button,.hero-actions .secondary-button{width:100%}.section-heading h2{font-size:1.5rem}}
