.hp-wrapper{color:var(--brand-gray);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}.hp-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:0 1px 2px rgba(0,0,0,.04)}.hp-header{justify-content:space-between;margin-bottom:16px}.hp-brand,.hp-header{align-items:center;display:flex}.hp-brand{gap:12px}.hp-brand h1{color:var(--brand-gray);font-size:20px;margin:0}.hp-logo{height:32px}.hp-divider{background:var(--brand-green);border:none;height:2px;margin:10px 0 18px}.hp-sub{color:var(--muted);font-size:14px;margin:6px 0 0}.hp-grid{display:grid;gap:16px;grid-template-columns:1fr}@media(min-width:900px){.hp-grid{grid-template-columns:1fr 1fr}}.hp-block{padding:16px}.hp-legend{color:var(--brand-green);font-weight:600;margin:0 0 6px}.hp-label{color:var(--brand-gray);font-size:14px}.hp-help{color:var(--muted);font-size:12px}.hp-range{width:100%}.hp-score{align-items:center;display:flex;gap:12px;justify-content:space-between}.hp-progress{background:#f0f2f5;border-radius:999px;height:10px;overflow:hidden}.hp-progress>span{background:var(--brand-green);display:block;height:100%}.hp-kpi{display:flex;flex-wrap:wrap;gap:12px}.hp-kpi .k{background:#fff;border:1px solid var(--line);border-radius:10px;padding:10px 12px}.hp-gaplist{margin:8px 0 0;padding-left:18px}.hp-input{border:1px solid var(--line);border-radius:10px;padding:10px 12px;width:100%}.hp-btn{appearance:none;background:var(--brand-green);border:none;border-radius:999px;color:#fff;cursor:pointer;font-weight:600;padding:10px 14px}.hp-btn.secondary{background:#fff;border:1px solid var(--line);color:var(--brand-gray)}.hp-footer{color:var(--muted);font-size:12px;margin-top:16px;text-align:center}.hp-tip{align-items:center;display:inline-flex;gap:6px}.hp-tip .t{border:1px solid var(--line);border-radius:999px;color:var(--muted);cursor:help;display:inline-block;font-size:11px;height:16px;line-height:16px;position:relative;text-align:center;width:16px}.hp-tip .t:hover:after{background:#111;border-radius:8px;bottom:125%;color:#fff;content:attr(data-tip);font-size:12px;left:50%;line-height:1.35;max-width:320px;min-width:240px;padding:8px 10px;position:absolute;transform:translateX(-50%);white-space:normal;z-index:20}.hp-row{display:flex;flex-direction:column;gap:6px}.hp-scale{margin:4px 0 12px}.hp-scale-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:6px 0 0;padding:0}.hp-scale-list li{background:#f7fbf7;border:1px solid var(--line);border-radius:999px;color:var(--muted);font-size:12px;padding:4px 8px}.hp-ticks{color:var(--muted);display:flex;font-size:11px;justify-content:space-between;margin-top:2px}