.hls{--hls-accent:var(--qual-color, #1E40AF);display:flex;flex-direction:column;gap:1.5rem}.hls__inputs{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;background:var(--ui-surface,#f8f9fb);border:1px solid var(--ui-border,#e5e7eb);border-radius:12px;padding:1.25rem}.hls__field{display:flex;flex-direction:column;gap:.4rem}.hls__label{font-size:.85rem;font-weight:600;color:var(--ui-text-sub,#555)}.hls__input-wrap{display:flex;align-items:baseline;gap:.4rem}.hls__input{flex:1;padding:.6rem .7rem;border:1px solid var(--ui-border,#e5e7eb);border-radius:8px;font-size:1rem;font-weight:600;background:#fff;color:var(--ui-text,#1a1a2e);text-align:right;font-feature-settings:"tnum"}.hls__input:focus-visible{outline:2px solid var(--hls-accent);outline-offset:1px}.hls__input-suffix{font-size:.85rem;color:var(--ui-text-sub,#555);font-weight:600}.hls__results{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem}.hls__panel{background:#fff;border:1px solid var(--ui-border,#e5e7eb);border-left:4px solid var(--hls-accent);border-radius:12px;padding:1.25rem}.hls__panel-title{margin:0 0 .85rem;font-size:1.05rem;font-weight:700;color:var(--hls-accent)}.hls__panel-table{width:100%;border-collapse:collapse;font-size:.95rem}.hls__panel-table td,.hls__panel-table th{padding:.5rem 0;border-bottom:1px dashed var(--ui-border,#e5e7eb);text-align:left}.hls__panel-table th{font-weight:500;color:var(--ui-text-sub,#555);width:50%}.hls__panel-table td{text-align:right;font-weight:700;font-variant-numeric:tabular-nums;color:var(--ui-text,#1a1a2e)}.hls__panel-table tr:last-child td,.hls__panel-table tr:last-child th{border-bottom:none}.hls__diff{background:var(--ui-surface,#f8f9fb);border:1px solid var(--ui-border,#e5e7eb);border-radius:12px;padding:1rem 1.25rem;font-size:.95rem;text-align:center;color:var(--ui-text,#1a1a2e)}.hls__diff strong{color:var(--hls-accent);font-weight:700}.hls__note{margin:0;font-size:.85rem;color:var(--ui-text-sub,#555);line-height:1.7}