:root{--hhp-navy:#14252d;--hhp-ink:#1a292f;--hhp-orange:#eb6c27;--hhp-orange-dark:#c84f13;--hhp-cream:#f5f2ec;--hhp-white:#fff;--hhp-muted:#6d797d;--hhp-line:#dfe4e2;--hhp-green:#2e7d5b;--hhp-shadow:0 18px 50px rgba(20,37,45,.10)}*{box-sizing:border-box}.hhp-body{margin:0;background:var(--hhp-cream);color:var(--hhp-ink);font-family:Inter,Arial,sans-serif}.hhp-body a{text-decoration:none}.hhp-header{height:82px;background:var(--hhp-white);border-bottom:1px solid var(--hhp-line);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(20px,4vw,70px);position:sticky;top:0;z-index:20}.hhp-brand,.hhp-login-brand{display:flex;align-items:center;gap:12px;color:var(--hhp-navy)}.hhp-brand span:last-child,.hhp-login-brand span:last-child{display:flex;flex-direction:column}.hhp-brand strong,.hhp-login-brand strong{font-size:17px}.hhp-brand small,.hhp-login-brand small{font-size:11px;letter-spacing:.2em;text-transform:uppercase}.hhp-logo{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;background:var(--hhp-orange);color:#fff!important;font-weight:800;letter-spacing:-.08em}.hhp-page-title{font-weight:700}.hhp-nav{display:flex;justify-content:flex-end;align-items:center;gap:10px}.hhp-user{font-size:13px;color:var(--hhp-muted);margin-right:8px}.hhp-button{border:0;border-radius:10px;padding:12px 18px;font:600 13px Inter;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.hhp-button-primary{background:var(--hhp-orange);color:#fff;box-shadow:0 7px 18px rgba(235,108,39,.22)}.hhp-button-primary:hover{background:var(--hhp-orange-dark)}.hhp-button-dark{background:var(--hhp-navy);color:#fff}.hhp-button-ghost{background:#f2f4f3;color:var(--hhp-ink);border:1px solid var(--hhp-line)}.hhp-main{width:min(1400px,calc(100% - 40px));margin:0 auto;padding:46px 0 80px}.hhp-hero{min-height:240px;padding:48px clamp(30px,5vw,70px);border-radius:24px;background:linear-gradient(120deg,var(--hhp-navy),#29434c);color:#fff;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative}.hhp-hero h1{font-size:clamp(30px,4vw,52px);margin:8px 0 12px;letter-spacing:-.045em}.hhp-hero p{max-width:630px;color:#c6d2d6;margin:0}.hhp-kicker{text-transform:uppercase;letter-spacing:.16em;font-weight:700;color:var(--hhp-orange);font-size:11px}.hhp-hero-orb{width:150px;height:150px;border-radius:50%;border:1px solid rgba(255,255,255,.18);display:grid;place-items:center;color:rgba(255,255,255,.2);font-size:44px;box-shadow:0 0 0 35px rgba(255,255,255,.03),0 0 0 70px rgba(255,255,255,.02)}.hhp-tile-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-top:26px}.hhp-tile{min-height:250px;border-radius:22px;background:#fff;padding:32px;color:var(--hhp-ink);box-shadow:var(--hhp-shadow);display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:auto 1fr;gap:20px;transition:.2s transform}.hhp-tile:hover{transform:translateY(-3px)}.hhp-tile-icon{width:60px;height:60px;border-radius:16px;background:#fff1e9;display:grid;place-items:center}.hhp-tile-icon svg{width:30px;fill:none;stroke:var(--hhp-orange);stroke-width:1.7}.hhp-tile-count{justify-self:end;font-size:42px;font-weight:800;color:#e9ecea}.hhp-tile-copy{align-self:end;display:flex;flex-direction:column}.hhp-tile-copy strong{font-size:24px;margin-bottom:7px}.hhp-tile-copy small{color:var(--hhp-muted)}.hhp-arrow{align-self:end;font-size:30px;color:var(--hhp-orange)}.hhp-login-main{width:100%;padding:0;min-height:100vh}.hhp-login-shell{min-height:100vh;display:grid;grid-template-columns:1.15fr .85fr}.hhp-login-art{background:linear-gradient(140deg,#102129,#28444d);color:#fff;padding:clamp(35px,7vw,100px);display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden}.hhp-login-brand{position:absolute;top:45px;left:clamp(35px,7vw,100px);color:#fff}.hhp-login-art h1{font-size:clamp(42px,6vw,76px);line-height:1.02;letter-spacing:-.055em;margin:0 0 25px;position:relative}.hhp-login-art p{max-width:560px;color:#bdcbd0;font-size:17px;line-height:1.7;position:relative}.hhp-heat-lines{position:absolute;right:-60px;top:14%;display:flex;gap:34px;transform:rotate(18deg);opacity:.13}.hhp-heat-lines i{width:50px;height:500px;border:9px solid var(--hhp-orange);border-top:0;border-bottom:0;border-radius:50%}.hhp-login-card{background:#fff;padding:clamp(35px,8vw,120px);display:flex;flex-direction:column;justify-content:center}.hhp-login-card h2{font-size:34px;letter-spacing:-.04em;margin:8px 0}.hhp-login-card p{color:var(--hhp-muted);margin-bottom:30px}.hhp-login-card form{display:grid;gap:18px}.hhp-login-card label,.hhp-inline-form label{font-size:12px;font-weight:700;color:#4f5a5e;display:grid;gap:8px}.hhp-login-card input,.hhp-field input,.hhp-inline-form input,.hhp-search input,.hhp-lines input{width:100%;border:1px solid var(--hhp-line);background:#fafbfa;border-radius:9px;padding:13px 14px;font:500 14px Inter;outline:none}.hhp-login-card input:focus,.hhp-field input:focus,.hhp-inline-form input:focus{border-color:var(--hhp-orange);box-shadow:0 0 0 3px rgba(235,108,39,.12)}.hhp-check{display:flex!important;grid-template-columns:auto 1fr!important;align-items:center}.hhp-check input{width:18px}.hhp-button-block{width:100%;padding:15px}.hhp-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.hhp-back{color:var(--hhp-muted);font-size:13px;font-weight:600}.hhp-panel{background:#fff;border:1px solid #e7e9e7;border-radius:18px;padding:28px;margin-bottom:22px;box-shadow:0 8px 30px rgba(20,37,45,.04)}.hhp-panel h2{margin:6px 0 16px;font-size:24px;letter-spacing:-.025em}.hhp-panel p{color:var(--hhp-muted);line-height:1.6}.hhp-upload-panel{display:grid;grid-template-columns:1fr 1.3fr;gap:45px;align-items:center}.hhp-dropzone{border:1.5px dashed #bbc6c3;border-radius:14px;padding:20px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:15px;background:#fafbfa}.hhp-dropzone input{display:none}.hhp-dropzone label{display:flex;align-items:center;gap:14px;cursor:pointer}.hhp-dropzone label span:not(.hhp-upload-icon){display:flex;flex-direction:column}.hhp-dropzone label strong,.hhp-dropzone label small{display:block}.hhp-dropzone label small{color:var(--hhp-muted);font-size:11px;margin-top:4px}.hhp-upload-icon{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:#fff1e9;color:var(--hhp-orange);font-size:24px}.hhp-section-head{display:flex;justify-content:space-between;align-items:center;gap:20px}.hhp-table-wrap{overflow:auto}.hhp-table{width:100%;border-collapse:collapse;font-size:13px}.hhp-table th{color:var(--hhp-muted);font-size:10px;text-transform:uppercase;letter-spacing:.09em;text-align:left;padding:13px 12px;border-bottom:1px solid var(--hhp-line)}.hhp-table td{padding:16px 12px;border-bottom:1px solid #edf0ee}.hhp-table .number{text-align:right;white-space:nowrap}.hhp-empty{text-align:center;color:var(--hhp-muted);padding:40px!important}.hhp-link{color:var(--hhp-orange);font-weight:700;font-size:12px;white-space:nowrap}.hhp-status{display:inline-flex;padding:6px 9px;border-radius:20px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;background:#fff3dc;color:#9b6819}.hhp-status.checked{background:#e9f5ef;color:var(--hhp-green)}.hhp-notice{padding:14px 16px;border-radius:10px;margin-bottom:18px;font-size:13px}.hhp-notice.info{background:#eaf3f6;color:#365965}.hhp-notice.error{background:#fff0ed;color:#a63d29}.hhp-notice.warning{background:#fff3dc;color:#8b5a12}.hhp-review-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:22px}.hhp-document-panel{min-height:670px}.hhp-document{width:100%;height:580px;border:1px solid var(--hhp-line);border-radius:10px}.hhp-document-image{width:100%;max-height:580px;object-fit:contain;background:#eef0ef;border-radius:10px}.hhp-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.hhp-field{font-size:11px;font-weight:700;color:#4f5a5e;display:grid;gap:7px}.hhp-field small{color:#b85d2d;font-weight:500}.hhp-field.needs-check input{border-color:#e2a079;background:#fffaf7}.hhp-lines input{min-width:90px;padding:9px}.hhp-lines td:nth-child(2) input{min-width:230px}.hhp-remove-line,.hhp-text-danger{border:0;background:none;color:#bf4c3a;cursor:pointer}.hhp-remove-line{font-size:22px}.hhp-savebar{position:sticky;bottom:15px;background:var(--hhp-navy);color:#fff;border-radius:16px;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 12px 35px rgba(20,37,45,.28);z-index:10}.hhp-savebar div{display:flex;flex-direction:column;gap:4px}.hhp-savebar small{color:#bfcace}.hhp-inline-form{display:grid;grid-template-columns:1fr 2fr 1fr 1fr .6fr auto;gap:14px;align-items:end}.hhp-search{display:flex}.hhp-search input{border-radius:9px 0 0 9px}.hhp-search button{border:0;background:var(--hhp-navy);color:#fff;padding:0 14px;border-radius:0 9px 9px 0}@media(max-width:1000px){.hhp-header{grid-template-columns:1fr auto}.hhp-page-title{display:none}.hhp-upload-panel,.hhp-review-grid{grid-template-columns:1fr}.hhp-inline-form{grid-template-columns:repeat(2,1fr)}.hhp-inline-form .hhp-button{align-self:end}.hhp-document-panel{min-height:auto}.hhp-login-shell{grid-template-columns:1fr}.hhp-login-art{min-height:360px}.hhp-login-card{min-height:520px}}@media(max-width:700px){.hhp-main{width:min(100% - 24px,1400px);padding-top:24px}.hhp-header{height:auto;padding:14px 16px;align-items:flex-start}.hhp-user,.hhp-button-ghost{display:none}.hhp-nav{padding-top:4px}.hhp-button-dark{padding:10px}.hhp-tile-grid{grid-template-columns:1fr}.hhp-hero{min-height:200px}.hhp-hero-orb{display:none}.hhp-upload-panel{gap:15px}.hhp-dropzone{grid-template-columns:1fr}.hhp-form-grid,.hhp-inline-form{grid-template-columns:1fr}.hhp-login-art{padding:100px 30px 40px}.hhp-login-brand{left:30px;top:30px}.hhp-login-card{padding:45px 28px}.hhp-savebar{align-items:flex-start;gap:15px;flex-direction:column}.hhp-savebar .hhp-button{width:100%}}
