.habc-wrap {
    --border: #e5e7eb;
    --accent: #005587;
    --accent-light: #D3EDFF;
    --dark: #002D47;
    --green: rgb(75 193 3);

    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(16,24,40,.06);
    overflow: hidden;
    font-family: Inter, system-ui, sans-serif;
    color: #000;
}

.habc-header {
    background: var(--dark);
    padding: 28px;
    text-align: center;
}

.habc-title {
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #fff !important;
    text-align: center !important;
}

.habc-input {
    background: var(--accent-light);
    padding: 16px 20px;
}

.habc-label {
    display: block;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 8px;
    color: var(--dark);
}

.habc-input-row {
    display: flex;
    gap: 12px;
    align-items: center;
}

#habc-monthly {
    flex: 1;
}

#habc-monthly-number {
    width: 140px;
    padding: 8px 10px;
    border: 1px solid var(--border);
    border-radius: 10px;
    font-size: 14px;
}

.habc-table {
    display: grid;
    grid-auto-rows: minmax(42px, auto);
    border-top: 2px solid var(--accent);
}

.habc-row {
    display: grid;
    grid-template-columns: 1.2fr repeat(3, 1fr);
    border-bottom: 1px solid var(--border);
}

.habc-row--head {
    background: var(--accent);
    color: #fff;
    font-weight: 700;
}

.habc-row:nth-child(even):not(.habc-row--head) {
    background: var(--accent-light);
}

.habc-cell {
    padding: 10px 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.habc-row--emph .habc-cell {
    background: #f9fafb;
    font-weight: 700;
}

.habc-foot {
    background: var(--dark);
    padding: 18px 24px;
    color: #D3EDFF;
}

.habc-disclaimer,
.habc-disclaimer-text {
    margin: 0 0 12px 0;
    font-size: 12.5px;
    line-height: 1.6;
}

.habc-disclaimer-text:last-child {
    margin-bottom: 0;
}

.habc-disclaimer-text strong {
    color: #fff;
}
