:root{--hp-navy:#062a66;--hp-blue:#073b8f;--hp-blue-2:#0b63c7;--hp-blue-soft:#eaf3ff;--hp-orange:#f47b00;--hp-orange-2:#ffad0a;--hp-orange-soft:#fff3e3;--hp-green:#0a8f65;--hp-bg:#f5f8fd;--hp-surface:#fff;--hp-text:#10233f;--hp-muted:#63728a;--hp-border:#d7e1ef;--hp-white:#fff;--hp-danger:#b42318}*{box-sizing:border-box}html{background:var(--hp-bg)}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:radial-gradient(circle at 92% 4%,rgba(11,99,199,.08),transparent 24%),var(--hp-bg);color:var(--hp-text)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.hp-portal-layout{display:grid;grid-template-columns:268px 1fr;min-height:100vh;transition:grid-template-columns .2s ease}.hp-portal-layout.is-collapsed{grid-template-columns:86px 1fr}.hp-sidebar{position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow-y:auto;overflow-x:hidden;background:linear-gradient(180deg,var(--hp-navy) 0,var(--hp-blue) 58%,#052452 100%);color:#fff;padding:14px 12px 18px;border-right:3px solid var(--hp-orange);box-shadow:10px 0 35px rgba(4,35,83,.1);z-index:20}.hp-brand{margin-bottom:14px}.hp-brand-panel{display:flex;align-items:center;justify-content:center;background:#fff;border-radius:13px;padding:6px 8px;box-shadow:0 8px 22px rgba(1,23,55,.18);border:1px solid rgba(255,173,10,.45)}.hp-brand-logo{display:block;width:100%;max-width:156px;height:auto;object-fit:contain}.hp-brand-compact .hp-brand-logo{max-width:148px}.is-collapsed .hp-brand-panel{padding:5px}.is-collapsed .hp-brand-logo{width:58px;max-width:58px;object-fit:contain}.hp-sidebar-tools{display:flex;justify-content:flex-end;margin:0 2px 12px}.hp-collapse{width:34px;height:34px;border-radius:9px;border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.08);color:#fff;cursor:pointer}.hp-collapse:hover{background:rgba(255,255,255,.15)}.hp-nav-groups{display:flex;flex-direction:column;gap:8px}.hp-nav-group{border-bottom:1px solid rgba(255,255,255,.07);padding-bottom:7px}.hp-nav-group-button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px;border:0;background:transparent;color:#91add3;padding:8px 9px;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.11em;cursor:pointer}.hp-nav-group-button b{font-size:14px;color:#dce8f8}.hp-nav-group-links{display:flex;flex-direction:column;gap:3px}.hp-nav-link{position:relative;display:flex;align-items:center;gap:10px;padding:9px 10px;border-radius:9px;color:#e2ecfb;font-size:13px;transition:background .15s ease,color .15s ease}.hp-nav-link.is-active,.hp-nav-link:hover{background:rgba(255,255,255,.11);color:#fff}.hp-nav-link.is-active:before{content:"";position:absolute;left:0;top:22%;bottom:22%;width:3px;border-radius:3px;background:var(--hp-orange-2)}.hp-nav-icon{display:inline-flex;width:18px;min-width:18px;height:18px;align-items:center;justify-content:center;border-radius:5px;background:rgba(255,255,255,.08);font-size:9px;font-weight:900}.is-collapsed .hp-nav-group-button b,.is-collapsed .hp-nav-group-button span,.is-collapsed .hp-nav-label,.is-collapsed .hp-sidebar-footer span:last-child{display:none}.is-collapsed .hp-nav-group-button{height:8px;padding:0}.is-collapsed .hp-nav-link{justify-content:center;padding:10px 4px}.is-collapsed .hp-nav-icon{width:28px;height:28px}.hp-sidebar-footer{display:flex;align-items:center;gap:8px;margin-top:18px;padding:13px 8px 2px;color:#bcd0ec;font-size:11px;border-top:1px solid rgba(255,255,255,.12)}.hp-brand-dot{width:8px;height:8px;border-radius:50%;background:var(--hp-orange-2);box-shadow:0 0 0 4px rgba(255,173,10,.14)}.hp-main{min-width:0;padding:0 30px 40px}.hp-topbar{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--hp-border);margin-bottom:22px;position:-webkit-sticky;position:sticky;top:0;background:rgba(245,248,253,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10}.hp-topbar-title .hp-kicker{font-size:10px;font-weight:900;letter-spacing:.16em;color:var(--hp-blue-2);margin-bottom:3px}.hp-topbar-title h1{margin:0;font-size:24px;line-height:1.1;color:var(--hp-navy);letter-spacing:-.02em}.hp-topbar-title p{margin:4px 0 0;color:var(--hp-muted);font-size:12px}.hp-topbar-actions{display:flex;align-items:center;gap:10px}.hp-notification{width:38px;height:38px;border-radius:11px;border:1px solid var(--hp-border);background:#fff;color:var(--hp-navy);display:flex;align-items:center;justify-content:center;position:relative}.hp-notification:after{content:"";position:absolute;right:8px;top:8px;width:6px;height:6px;border-radius:50%;background:var(--hp-orange)}.hp-user-chip{display:flex;align-items:center;gap:9px;padding:5px 8px 5px 5px;border:1px solid var(--hp-border);background:#fff;border-radius:13px}.hp-user-copy{display:flex;flex-direction:column;max-width:190px}.hp-user-copy strong{font-size:12px;color:var(--hp-navy)}.hp-user-copy span,.hp-user-copy strong{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hp-user-copy span{font-size:10px;color:var(--hp-muted)}.hp-avatar{display:inline-flex;width:34px;height:34px;border-radius:10px;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--hp-blue-2),var(--hp-navy));color:#fff;font-size:11px;font-weight:900}.hp-logout{border:0;background:transparent;color:var(--hp-orange);font-weight:800;font-size:11px;cursor:pointer;padding:8px}.hp-card{position:relative;background:rgba(255,255,255,.97);border:1px solid var(--hp-border);border-radius:15px;padding:18px;box-shadow:0 8px 28px rgba(20,52,92,.055)}.hp-card-title{margin:0 0 15px;color:var(--hp-navy);font-size:16px}.hp-muted{color:var(--hp-muted)}.hp-badge{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:800;letter-spacing:.02em}.hp-badge-neutral{background:#eef2f7;color:#475467}.hp-badge-success{background:#e8f7f1;color:#08765a}.hp-badge-warning{background:var(--hp-orange-soft);color:#a85400}.hp-badge-danger{background:#feeceb;color:var(--hp-danger)}.hp-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;background:linear-gradient(135deg,var(--hp-orange),var(--hp-orange-2));color:#fff;padding:10px 15px;font-weight:800;cursor:pointer;box-shadow:0 8px 18px rgba(244,123,0,.18)}.hp-button-secondary{background:#fff;color:var(--hp-blue);border:1px solid var(--hp-border);box-shadow:none}.hp-button:hover{transform:translateY(-1px)}.hp-auth-screen{min-height:calc(100vh - 130px);display:grid;place-items:center}.hp-auth-card{max-width:620px;text-align:center;padding:34px}.hp-auth-card .hp-brand{max-width:240px;margin:0 auto 20px}.hp-auth-card h2{font-size:27px;color:var(--hp-navy);margin:0 0 8px}.hp-auth-card p{color:var(--hp-muted);line-height:1.6}.hp-access-denied{max-width:680px;margin:60px auto}.hp-access-denied h2{color:var(--hp-danger)}.hp-dashboard{display:flex;flex-direction:column;gap:18px}.hp-dashboard-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#fff,#eef6ff 70%,#fff4e7);border:1px solid var(--hp-border);border-radius:17px;padding:22px 24px;box-shadow:0 10px 28px rgba(6,42,102,.06)}.hp-dashboard-hero h2{margin:2px 0 6px;color:var(--hp-navy);font-size:23px}.hp-dashboard-hero p{margin:0;color:var(--hp-muted);font-size:13px}.hp-kicker{font-size:10px;font-weight:900;letter-spacing:.15em;color:var(--hp-blue-2)}.hp-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:14px;gap:14px}.hp-metric-card{background:#fff;border-radius:14px;padding:17px;border:1px solid var(--hp-border);border-top:3px solid var(--hp-blue-2);box-shadow:0 7px 22px rgba(20,52,92,.05)}.hp-metric-card>span{display:block;font-size:11px;color:var(--hp-muted);font-weight:700}.hp-metric-card>strong{display:block;font-size:26px;color:var(--hp-navy);margin:5px 0 3px}.hp-metric-card>small{color:var(--hp-muted);font-size:10px}.hp-metric-success{border-top-color:var(--hp-green)}.hp-metric-warning{border-top-color:var(--hp-orange)}.hp-dashboard-columns{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.hp-status-list{display:flex;flex-direction:column}.hp-status-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #edf1f7}.hp-status-row:last-child{border-bottom:0}.hp-status-row div{display:flex;flex-direction:column;gap:2px}.hp-status-row strong{font-size:13px}.hp-status-row span{font-size:10px;color:var(--hp-muted)}.hp-definition-list{margin:0}.hp-definition-list>div{display:grid;grid-template-columns:120px 1fr;grid-gap:10px;gap:10px;padding:9px 0;border-bottom:1px solid #edf1f7}.hp-definition-list>div:last-child{border-bottom:0}.hp-definition-list dt{font-size:11px;color:var(--hp-muted)}.hp-definition-list dd{margin:0;font-size:12px;font-weight:700;color:var(--hp-text);word-break:break-all}.hp-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:0 22px;gap:0 22px}.hp-product-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 0;border-bottom:1px solid #edf1f7}.hp-product-row div:first-child{display:flex;flex-direction:column}.hp-product-row strong{font-size:12px}.hp-product-row span{font-size:10px;color:var(--hp-muted)}.hp-product-tags{display:flex;gap:4px;flex-wrap:wrap;justify-content:flex-end}.hp-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.hp-quick-link{display:flex;flex-direction:column;gap:5px;padding:13px;border:1px solid var(--hp-border);border-radius:12px;background:#fbfdff}.hp-quick-link:hover{border-color:#9ebfe7;background:#f4f9ff}.hp-quick-link strong{font-size:12px;color:var(--hp-navy)}.hp-quick-link span{font-size:10px;color:var(--hp-muted);line-height:1.35}.hp-dashboard-skeleton{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.hp-dashboard-skeleton div{height:110px;border-radius:14px;background:linear-gradient(90deg,#edf2f8 25%,#f8fafc 37%,#edf2f8 63%);background-size:400% 100%;animation:hp-shimmer 1.4s infinite}@keyframes hp-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.hp-feature-page{display:flex;flex-direction:column;gap:16px}.hp-feature-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.hp-feature-heading h2{margin:0;color:var(--hp-navy)}.hp-feature-heading p{margin:5px 0 0;color:var(--hp-muted)}.hp-foundation-note{padding:14px;border-radius:11px;background:#f7faff;border:1px dashed #b8cce6;color:var(--hp-muted);font-size:12px;line-height:1.5}@media(max-width:1200px){.hp-metric-grid,.hp-quick-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.hp-portal-layout,.hp-portal-layout.is-collapsed{grid-template-columns:1fr}.hp-sidebar{position:relative;height:auto;border-right:0;border-bottom:3px solid var(--hp-orange)}.hp-collapse{display:none}.hp-brand-panel{max-width:170px}.hp-nav-group-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.hp-main{padding:0 18px 28px}.hp-topbar{position:relative}.hp-dashboard-columns,.hp-product-grid{grid-template-columns:1fr}}@media(max-width:620px){.hp-topbar{align-items:flex-start;padding:14px 0}.hp-topbar-actions{gap:4px}.hp-logout,.hp-user-copy{display:none}.hp-topbar-title h1{font-size:19px}.hp-metric-grid,.hp-nav-group-links,.hp-quick-grid{grid-template-columns:1fr}.hp-dashboard-hero{align-items:flex-start;flex-direction:column}.hp-dashboard-hero .hp-button{width:100%}.hp-definition-list>div{grid-template-columns:1fr}.hp-product-row{align-items:flex-start;flex-direction:column}.hp-product-tags{justify-content:flex-start}}.hp-error-text{color:var(--hp-danger);font-weight:700;font-size:12px;line-height:1.5}.hp-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.hp-form-grid-tight{margin-bottom:15px}.hp-field{display:flex;flex-direction:column;gap:6px;margin-bottom:13px}.hp-field>span{font-size:11px;color:var(--hp-muted);font-weight:800}.hp-field input,.hp-field select{width:100%;border:1px solid var(--hp-border);background:#fff;color:var(--hp-text);border-radius:10px;padding:11px 12px;outline:none}.hp-field input:focus,.hp-field select:focus{border-color:var(--hp-blue-2);box-shadow:0 0 0 3px rgba(11,99,199,.1)}.hp-choice-list{gap:8px;margin-top:13px}.hp-choice,.hp-choice-list{display:flex;flex-direction:column}.hp-choice{text-align:left;border:1px solid var(--hp-border);background:#fff;border-radius:11px;padding:11px;gap:3px;cursor:pointer;color:var(--hp-text)}.hp-choice.is-selected,.hp-choice:hover{border-color:var(--hp-blue-2);background:var(--hp-blue-soft)}.hp-choice strong{color:var(--hp-navy)}.hp-choice small,.hp-choice span{color:var(--hp-muted)}.hp-quote-box{margin-top:14px;border:1px solid #cbd9ec;background:#f8fbff;border-radius:12px;padding:14px;display:flex;flex-direction:column;gap:9px}.hp-quote-box>div{display:flex;justify-content:space-between;gap:15px}.hp-quote-box span{font-size:11px;color:var(--hp-muted)}.hp-quote-box strong{color:var(--hp-navy)}.hp-quote-total{border-top:1px solid var(--hp-border);padding-top:9px}.hp-quote-inline{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:center}.hp-quote-inline>div{flex-direction:column}.hp-receipt{text-align:center;padding:8px}.hp-receipt h3{font-size:28px;color:var(--hp-navy);margin:12px 0}.hp-receipt p{font-size:12px;color:var(--hp-muted)}.hp-data-list{display:flex;flex-direction:column}.hp-data-row{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:12px 0;border-bottom:1px solid #edf1f7}.hp-data-row:last-child{border-bottom:0}.hp-data-row>div{display:flex;flex-direction:column;gap:3px}.hp-data-row small,.hp-data-row span{font-size:10px;color:var(--hp-muted)}.hp-row-right{align-items:flex-end}.hp-segmented{display:flex;gap:5px;background:#edf3fb;border-radius:11px;padding:4px;margin-bottom:16px;width:max-content;max-width:100%}.hp-segmented button{border:0;background:transparent;color:var(--hp-muted);padding:9px 13px;border-radius:8px;font-weight:800;cursor:pointer}.hp-segmented button.is-active{background:#fff;color:var(--hp-blue);box-shadow:0 3px 10px rgba(6,42,102,.09)}.hp-instrument{border:1px solid var(--hp-border);border-radius:12px;padding:13px;background:#fbfdff;display:flex;flex-direction:column;gap:3px}.hp-instrument small,.hp-instrument span{font-size:10px;color:var(--hp-muted)}.hp-instrument strong{color:var(--hp-navy)}.hp-table-wrap{overflow:auto}.hp-table{width:100%;border-collapse:collapse;min-width:820px}.hp-table th{text-align:left;font-size:10px;text-transform:uppercase;letter-spacing:.06em;color:var(--hp-muted);padding:10px;border-bottom:1px solid var(--hp-border)}.hp-table td{padding:11px 10px;border-bottom:1px solid #edf1f7;font-size:11px;vertical-align:middle}.hp-table td strong{display:block;color:var(--hp-navy)}.hp-table td small{display:block;color:var(--hp-muted);margin-top:2px}@media(max-width:900px){.hp-form-grid{grid-template-columns:1fr}.hp-quote-inline{grid-template-columns:1fr 1fr}.hp-data-row,.hp-row-right{align-items:flex-start}}@media(max-width:620px){.hp-quote-inline{grid-template-columns:1fr}.hp-segmented{width:100%;flex-direction:column}.hp-segmented button{width:100%}}.hp-receipt-actions{display:flex;justify-content:center;margin-top:14px}.hp-instrument-note{display:flex;justify-content:space-between;gap:12px;align-items:center;border:1px solid var(--hp-border);background:#f9fbfe;border-radius:10px;padding:10px 12px;margin:-2px 0 14px}.hp-instrument-note span,.hp-small-note{font-size:10px;color:var(--hp-muted)}.hp-small-note{margin:9px 0 0}.hp-history-filters{display:grid;grid-template-columns:2fr 1fr;grid-gap:12px;gap:12px;margin-bottom:8px}.hp-pagination{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:15px}.hp-pagination span{font-size:11px;color:var(--hp-muted)}.hp-button:disabled,.hp-choice:disabled{opacity:.55;cursor:not-allowed;transform:none}@media(max-width:700px){.hp-history-filters{grid-template-columns:1fr}.hp-pagination{justify-content:space-between}}.hp-agent-capabilities{display:flex;gap:7px;flex-wrap:wrap;justify-content:flex-end}.hp-segmented-wrap{flex-wrap:wrap;width:-moz-fit-content;width:fit-content;max-width:100%;margin-bottom:16px}.hp-pickup-code{margin:15px auto;padding:14px 22px;border:1px dashed var(--hp-orange);border-radius:12px;background:#fff9ef;display:flex;max-width:360px;flex-direction:column;gap:3px}.hp-pickup-code small,.hp-pickup-code span{font-size:10px;color:var(--hp-muted)}.hp-pickup-code strong{font-size:30px;letter-spacing:.2em;color:var(--hp-navy)}.hp-order-summary{margin-top:15px;border:1px solid var(--hp-border);border-radius:12px;padding:14px;background:#fbfdff}.hp-order-summary h3{margin:10px 0;color:var(--hp-navy);font-size:24px}.hp-order-summary p{margin:5px 0;font-size:11px;color:var(--hp-muted)}@media(max-width:700px){.hp-agent-capabilities{justify-content:flex-start}.hp-segmented-wrap{width:100%}}.hp-admin-stack{display:flex;flex-direction:column;gap:10px;margin:14px 0}.hp-admin-total{display:flex;justify-content:space-between;align-items:center;gap:12px}.hp-admin-tier{display:grid;grid-template-columns:1fr 1fr 1.1fr .8fr .8fr auto;grid-gap:8px;gap:8px;align-items:center}.hp-admin-split input,.hp-admin-split select,.hp-admin-tier input,.hp-admin-tier select{min-width:0;border:1px solid var(--hp-border);background:#fff;color:var(--hp-text);border-radius:10px;padding:10px;outline:none}.hp-admin-split{display:grid;grid-template-columns:2.2fr .7fr .8fr auto;grid-gap:8px;gap:8px;align-items:center}.hp-admin-check{display:flex;align-items:center;gap:6px;font-size:11px;color:var(--hp-muted);font-weight:700}.hp-admin-check input{width:auto}.hp-metric-grid .hp-card>strong{display:block;color:var(--hp-navy);font-size:26px;margin-bottom:4px}.hp-metric-grid .hp-card>p{margin:0;font-size:11px}@media(max-width:1000px){.hp-admin-split,.hp-admin-tier{grid-template-columns:1fr 1fr}}@media(max-width:620px){.hp-admin-split,.hp-admin-tier{grid-template-columns:1fr}}body{min-height:100vh}.hp-card strong{font-weight:800}