:root{
  --hp-green:#2f8a43;
  --hp-green-dark:#1f6530;
  --hp-forest:#173b2a;
  --hp-navy:#153b49;
  --hp-gold:#c59b55;
  --hp-ink:#1f2923;
  --hp-muted:#68736b;
  --hp-paper:#f5f3ee;
  --hp-white:#ffffff;
  --hp-line:#dfe3dc;
  --hp-soft-green:#edf6ef;
  --hp-soft-red:#fff1ef;
  --hp-red:#b4433c;
  --hp-soft-gold:#fff8e8;
  --hp-ease:cubic-bezier(.23,1,.32,1);
}
*{box-sizing:border-box}
html{background:var(--hp-paper);color-scheme:light}
body{
  min-height:100dvh;
  margin:0;
  background:var(--hp-paper);
  color:var(--hp-ink);
  font-family:"Segoe UI",Arial,sans-serif;
  letter-spacing:0;
}
button,select,input{font:inherit;letter-spacing:0}
button{cursor:pointer}
[hidden]{display:none!important}
.hp-topbar{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:10px max(22px,calc((100vw - 1240px)/2));
  border-bottom:1px solid var(--hp-line);
  background:var(--hp-white);
}
.hp-brand{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none}
.hp-brand img{width:58px;height:58px;object-fit:contain}
.hp-brand span{display:grid;gap:2px}
.hp-brand strong{color:var(--hp-green-dark);font-size:13px;text-transform:uppercase}
.hp-brand small{color:#57421f;font-size:17px;font-weight:700}
.hp-private{
  padding:7px 10px;
  border:1px solid #d7e8da;
  border-radius:999px;
  background:#f2f8f3;
  color:var(--hp-green-dark);
  font-size:11px;
  font-weight:800;
}
.hp-access-layout{
  min-height:calc(100dvh - 78px);
  display:grid;
  grid-template-columns:minmax(330px,.82fr) minmax(460px,1.18fr);
}
.hp-visual{position:relative;min-height:600px;overflow:hidden;background:var(--hp-forest)}
.hp-visual::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(15,50,34,.34);
}
.hp-visual img{width:100%;height:100%;display:block;object-fit:cover}
.hp-visual-copy{
  position:absolute;
  z-index:1;
  left:max(34px,calc((100vw - 1240px)/2));
  right:34px;
  bottom:48px;
  display:grid;
  gap:8px;
  color:#fff;
}
.hp-visual-copy span{font-size:12px;font-weight:900;text-transform:uppercase}
.hp-visual-copy strong{max-width:390px;font-size:30px;line-height:1.12}
.hp-access-panel{display:grid;place-items:center;padding:48px 42px;background:var(--hp-white)}
.hp-access-content{width:min(100%,520px)}
.hp-kicker{margin:0 0 9px;color:var(--hp-green);font-size:12px;font-weight:900;text-transform:uppercase}
.hp-access-content h1,.hp-dashboard-head h1{margin:0;color:#4c371a;font-size:38px;line-height:1.12}
.hp-lead{max-width:48ch;margin:14px 0 30px;color:var(--hp-muted);font-size:16px;line-height:1.55}
.hp-access-form{display:grid;gap:9px}
.hp-access-form label{color:#35483b;font-size:13px;font-weight:800}
.hp-access-form select{
  width:100%;
  min-height:52px;
  padding:11px 13px;
  border:1px solid #cfd7cf;
  border-radius:6px;
  outline:0;
  background:#fff;
  color:var(--hp-ink);
  transition:border-color 160ms ease,box-shadow 160ms ease;
}
.hp-access-form select:hover:not(:disabled){border-color:#9dac9f}
.hp-access-form select:focus-visible{border-color:var(--hp-green);box-shadow:0 0 0 3px rgba(47,138,67,.16)}
.hp-access-form select:disabled{background:#f0f1ed;color:#868d87;cursor:wait}
.hp-primary{
  min-height:50px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  margin-top:10px;
  padding:11px 18px;
  border:0;
  border-radius:6px;
  background:var(--hp-green);
  color:#fff;
  font-weight:900;
  transition:background-color 160ms ease,transform 120ms var(--hp-ease),opacity 160ms ease;
}
.hp-primary:hover:not(:disabled){background:var(--hp-green-dark)}
.hp-primary:active:not(:disabled),.hp-upload:active:not(:disabled),.hp-back:active,.hp-download:active{transform:scale(.97)}
.hp-primary:focus-visible,.hp-upload:focus-visible,.hp-back:focus-visible,.hp-download:focus-visible,.hp-section-trigger:focus-visible{outline:3px solid rgba(47,138,67,.22);outline-offset:3px}
.hp-primary:disabled{opacity:.58;cursor:not-allowed}
.hp-primary i{display:none;width:17px;height:17px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;border-radius:50%;animation:hp-spin 650ms linear infinite}
.hp-primary.is-loading i{display:block}
.hp-privacy{margin:16px 0 0;color:var(--hp-muted);font-size:12px;line-height:1.5;text-align:center}
.hp-message{margin:0 0 20px;padding:12px 14px;border:1px solid #e5c2bd;border-radius:6px;background:var(--hp-soft-red);color:#913a35;font-size:13px;font-weight:700;line-height:1.45}
.hp-message.is-success{border-color:#bcd8c1;background:var(--hp-soft-green);color:var(--hp-green-dark)}
.hp-dashboard{width:min(100% - 36px,1180px);margin:0 auto;padding:38px 0 54px}
.hp-dashboard-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.hp-back{
.hp-dashboard-tools{display:grid;justify-items:end;gap:10px}
  display:inline-flex;
  align-items:center;
  gap:7px;
  margin:0 0 22px;
  padding:0;
  border:0;
  background:transparent;
  color:var(--hp-green-dark);
  font-size:13px;
  font-weight:800;
  transition:transform 120ms var(--hp-ease),color 160ms ease;
}
.hp-cutoffs{display:grid;grid-template-columns:repeat(2,minmax(170px,1fr));gap:10px}
.hp-cutoff{display:grid;gap:3px;padding:11px 14px;border-left:3px solid var(--hp-gold);background:#fff}
.hp-cutoff.is-current{border-left-color:var(--hp-green)}
.hp-cutoff span{color:var(--hp-muted);font-size:10px;font-weight:800;text-transform:uppercase}
.hp-cutoff strong{color:var(--hp-navy);font-size:14px}
.hp-download{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:8px 13px;
  border:1px solid #bad4bf;
  border-radius:6px;
  background:#fff;
  color:var(--hp-green-dark);
  font-size:12px;
  font-weight:900;
  transition:background-color 160ms ease,border-color 160ms ease,transform 120ms var(--hp-ease);
}
.hp-download:hover{border-color:#8fbd99;background:var(--hp-soft-green)}
.hp-overall{
  display:grid;
  grid-template-columns:minmax(190px,.7fr) minmax(0,1.3fr);
  align-items:center;
  gap:26px;
  margin-bottom:22px;
  padding:22px 24px;
  border:1px solid var(--hp-line);
  border-left:5px solid var(--hp-red);
  border-radius:6px;
  background:#fff;
}
.hp-overall.is-ok{border-left-color:var(--hp-green)}
.hp-status{display:grid;gap:5px}
.hp-status span{color:var(--hp-muted);font-size:11px;font-weight:900;text-transform:uppercase}
.hp-status strong{color:var(--hp-red);font-size:27px}
.hp-status small{max-width:34ch;color:var(--hp-muted);font-size:13px;font-weight:700;line-height:1.4}
.hp-overall.is-ok .hp-status strong{color:var(--hp-green-dark)}
.hp-overall.is-ok .hp-status small{color:#3f6849}
.hp-reasons{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.hp-reason{padding:7px 10px;border:1px solid #ead0cc;border-radius:999px;background:var(--hp-soft-red);color:#913a35;font-size:12px;font-weight:800}
.hp-overall.is-ok .hp-reason{border-color:#c7dfcb;background:var(--hp-soft-green);color:var(--hp-green-dark)}
.hp-work-section{margin-top:12px;border:1px solid var(--hp-line);border-radius:6px;background:#fff;overflow:hidden}
.hp-section-trigger{
  width:100%;
  min-height:86px;
  display:grid;
  grid-template-columns:42px minmax(0,1fr) auto 28px;
  align-items:center;
  gap:14px;
  padding:15px 18px;
  border:0;
  background:#fff;
  color:inherit;
  text-align:left;
  transition:background-color 160ms ease;
}
.hp-section-trigger:hover{background:#f7f9f6}
.hp-section-index{color:var(--hp-gold);font-size:12px;font-weight:900}
.hp-section-title{display:grid;gap:4px;min-width:0}
.hp-section-title strong{color:#334239;font-size:17px}
.hp-section-title small{color:var(--hp-muted);font-size:12px;font-weight:500}
.hp-count{min-width:44px;padding:6px 9px;border:1px solid #d4dcd5;border-radius:999px;color:#445148;font-size:12px;font-weight:900;text-align:center}
.hp-count.is-pending{border-color:#e4aaa4;background:var(--hp-soft-red);color:var(--hp-red)}
.hp-count.is-ok{border-color:#a9cfb0;background:var(--hp-soft-green);color:var(--hp-green-dark)}
.hp-chevron{font-size:21px;font-weight:400;text-align:center;transition:transform 180ms var(--hp-ease)}
.hp-section-trigger[aria-expanded="true"] .hp-chevron{transform:rotate(45deg)}
.hp-section-panel{padding:0 18px 18px;border-top:1px solid var(--hp-line)}
.hp-panel-note{margin:15px 0;padding:11px 12px;border-left:3px solid var(--hp-gold);background:var(--hp-soft-gold);color:#68522b;font-size:12px;line-height:1.45}
.hp-panel-note.is-warning{border-left-color:var(--hp-red);background:var(--hp-soft-red);color:#843a35}
.hp-empty{display:grid;justify-items:start;gap:5px;padding:22px 4px 6px}
.hp-empty strong{color:var(--hp-green-dark);font-size:16px}
.hp-empty span{color:var(--hp-muted);font-size:13px}
.hp-list{display:grid}
.hp-item{
  min-width:0;
  display:grid;
  grid-template-columns:minmax(170px,1fr) minmax(110px,.45fr) minmax(145px,.6fr) auto;
  align-items:center;
  gap:14px;
  padding:14px 4px;
  border-bottom:1px solid #e8ebe6;
}
.hp-item:last-child{border-bottom:0}
.hp-person{display:grid;gap:4px;min-width:0}
.hp-person strong{overflow-wrap:anywhere;color:#27372d;font-size:14px}
.hp-person small,.hp-meta{color:var(--hp-muted);font-size:11px;line-height:1.4}
.hp-phone{color:var(--hp-navy);font-size:14px;font-weight:900;white-space:nowrap}
.hp-upload{
  min-height:38px;
  min-width:188px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:8px 12px;
  border:1px solid #a8cdb0;
  border-radius:5px;
  background:#f4faf5;
  color:var(--hp-green-dark);
  font-size:12px;
  font-weight:900;
  transition:background-color 160ms ease,transform 120ms var(--hp-ease),opacity 160ms ease;
}
.hp-upload:hover:not(:disabled){background:#e6f4e9}
.hp-upload:disabled{opacity:.55;cursor:not-allowed}
.hp-upload.is-loading::before{content:"";width:14px;height:14px;border:2px solid rgba(31,101,48,.25);border-top-color:var(--hp-green-dark);border-radius:50%;animation:hp-spin 650ms linear infinite}
.hp-item-result{grid-column:1/-1;margin-top:-5px;padding:8px 10px;border-radius:4px;background:var(--hp-soft-red);color:#8b3e38;font-size:12px;font-weight:700;line-height:1.45}
.hp-item-result.is-success{background:var(--hp-soft-green);color:var(--hp-green-dark)}
.hp-footer{display:flex;align-items:center;gap:10px;margin-top:26px;padding-top:18px;border-top:1px solid var(--hp-line)}
.hp-footer img{width:34px;height:34px;object-fit:contain}
.hp-footer p{margin:0;color:var(--hp-muted);font-size:12px;line-height:1.45}
@keyframes hp-spin{to{transform:rotate(360deg)}}
@media(max-width:860px){
  .hp-access-layout{grid-template-columns:1fr;min-height:auto}
  .hp-visual{min-height:210px;max-height:250px}
  .hp-visual-copy{left:22px;right:22px;bottom:24px}
  .hp-visual-copy strong{font-size:24px}
  .hp-access-panel{padding:34px 22px 44px}
  .hp-dashboard{width:min(100% - 24px,700px);padding:28px 0 42px}
  .hp-item{grid-template-columns:minmax(0,1fr) auto}
  .hp-meta{grid-column:1/2}
  .hp-upload{grid-column:2/3;grid-row:1/3}
}
@media(max-width:600px){
  .hp-topbar{min-height:68px;padding:8px 12px}
  .hp-brand img{width:50px;height:50px}
  .hp-brand small{font-size:15px}
  .hp-private{display:none}
  .hp-access-layout{min-height:calc(100dvh - 68px)}
  .hp-visual{min-height:176px}
  .hp-visual-copy{bottom:18px}
  .hp-visual-copy span{font-size:10px}
  .hp-visual-copy strong{font-size:21px}
  .hp-access-panel{place-items:start;padding:28px 16px 38px}
  .hp-access-content h1,.hp-dashboard-head h1{font-size:30px}
  .hp-lead{margin-bottom:24px;font-size:15px}
  .hp-dashboard-head{align-items:flex-start;flex-direction:column;gap:14px}
  .hp-back{margin-bottom:18px}
  .hp-dashboard-tools{width:100%;justify-items:stretch}
  .hp-cutoffs{width:100%;grid-template-columns:1fr}
  .hp-cutoff{width:100%}
  .hp-download{width:100%}
  .hp-overall{grid-template-columns:1fr;gap:14px;padding:18px}
  .hp-reasons{justify-content:flex-start}
  .hp-section-trigger{grid-template-columns:32px minmax(0,1fr) auto 20px;gap:8px;padding:13px 12px}
  .hp-section-title strong{font-size:15px}
  .hp-section-title small{font-size:11px}
  .hp-section-panel{padding:0 12px 12px}
  .hp-item{grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:13px 0}
  .hp-phone{font-size:13px}
  .hp-meta{grid-column:1/-1}
  .hp-upload{grid-column:1/-1;grid-row:auto;width:100%;min-width:0;margin-top:4px}
}
@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
}
