.hcp-morro-card,
.hcp-morro-card * {
    box-sizing: border-box;
}

.hcp-morro-card {
    --hcp-accent: #1f6b4f;
    width: 100%;
    max-width: 980px;
    margin: 24px auto;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(17, 24, 39, .10);
    border-radius: 22px;
    box-shadow: 0 18px 55px rgba(17, 24, 39, .10);
    color: #17211d;
    font-family: inherit;
}

.hcp-morro-header {
    position: relative;
    padding: 34px 34px 30px;
    color: #ffffff;
    background:
        radial-gradient(circle at 90% 0%, rgba(255,255,255,.18), transparent 38%),
        linear-gradient(135deg, var(--hcp-accent), #153d31);
}

.hcp-morro-kicker {
    display: block;
    margin-bottom: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .11em;
    opacity: .82;
    text-transform: uppercase;
}

.hcp-morro-header h2 {
    margin: 0;
    color: inherit;
    font-size: clamp(26px, 4vw, 38px);
    line-height: 1.12;
    letter-spacing: -.025em;
}

.hcp-morro-header p {
    max-width: 610px;
    margin: 12px 0 0;
    color: inherit;
    font-size: 15px;
    line-height: 1.55;
    opacity: .88;
}

.hcp-morro-input-wrap {
    padding: 28px 34px 22px;
}

.hcp-morro-input-wrap > label {
    display: block;
    margin-bottom: 9px;
    color: #28342f;
    font-size: 14px;
    font-weight: 700;
}

.hcp-morro-input-shell {
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1.5px solid #cfd8d3;
    border-radius: 14px;
    background: #ffffff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.hcp-morro-input-shell:focus-within {
    border-color: var(--hcp-accent);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--hcp-accent) 15%, transparent);
}

.hcp-morro-index {
    width: 100%;
    min-width: 0;
    padding: 16px 18px;
    border: 0 !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #111827;
    font: inherit;
    font-size: 20px;
    font-weight: 700;
}

.hcp-morro-index::placeholder {
    color: #9ca3af;
    font-weight: 500;
}

.hcp-morro-input-shell > span {
    padding: 0 18px;
    color: #718078;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.hcp-morro-input-wrap small {
    display: block;
    margin-top: 9px;
    color: #6b766f;
    font-size: 12px;
    line-height: 1.45;
}

.hcp-morro-error {
    min-height: 20px;
    margin-top: 7px;
    color: #b42318;
    font-size: 13px;
    font-weight: 600;
}

.hcp-morro-results {
    margin: 0 34px 34px;
}

.hcp-morro-groups {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(0, .85fr);
    gap: 18px;
    align-items: start;
}

.hcp-morro-group {
    overflow: hidden;
    border: 1px solid #e3e8e5;
    border-radius: 16px;
    background: #ffffff;
}

.hcp-morro-group-title {
    padding: 15px 18px;
    background: color-mix(in srgb, var(--hcp-accent) 12%, white);
    color: var(--hcp-accent);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .03em;
    text-align: center;
    text-transform: uppercase;
}

.hcp-morro-table-head,
.hcp-morro-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 120px;
    align-items: center;
    gap: 14px;
}

.hcp-morro-table-head {
    padding: 12px 18px;
    background: #f4f7f5;
    color: #69756e;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}

.hcp-morro-table-head span:last-child {
    text-align: center;
}

.hcp-morro-row {
    min-height: 58px;
    padding: 10px 18px;
    border-top: 1px solid #edf0ee;
    background: #ffffff;
}

.hcp-morro-row:hover {
    background: #fbfcfb;
}

.hcp-morro-tee {
    display: flex;
    align-items: center;
    min-width: 0;
    color: #2d3933;
    font-size: 15px;
    font-weight: 650;
}

.hcp-morro-dot {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-right: 11px;
    border: 1px solid rgba(0, 0, 0, .18);
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,.22);
}

.hcp-morro-dot--black { background: #171717; }
.hcp-morro-dot--blue { background: #1e5fbf; }
.hcp-morro-dot--white { background: #ffffff; }
.hcp-morro-dot--red { background: #d73333; }

.hcp-morro-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    min-height: 38px;
    justify-self: center;
    padding: 6px 12px;
    border-radius: 11px;
    background: color-mix(in srgb, var(--hcp-accent) 10%, white);
    color: var(--hcp-accent);
    font-size: 19px;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.hcp-morro-empty {
    margin: 0 34px 34px;
    padding: 24px;
    border: 1px dashed #cfd8d3;
    border-radius: 16px;
    background: #fafcfb;
    color: #6b766f;
    text-align: center;
    font-size: 14px;
}

.hcp-morro-card noscript {
    display: block;
    padding: 18px 34px 30px;
    color: #b42318;
}

@media (max-width: 600px) {
    .hcp-morro-card {
        margin: 14px auto;
        border-radius: 16px;
    }

    .hcp-morro-header,
    .hcp-morro-input-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hcp-morro-results,
    .hcp-morro-empty {
        margin-left: 20px;
        margin-right: 20px;
    }


    .hcp-morro-groups {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hcp-morro-table-head,
    .hcp-morro-row {
        grid-template-columns: minmax(0, 1fr) 92px;
    }

    .hcp-morro-row,
    .hcp-morro-table-head {
        padding-left: 13px;
        padding-right: 13px;
    }

    .hcp-morro-tee {
        font-size: 14px;
    }

    .hcp-morro-value {
        min-width: 62px;
        font-size: 17px;
    }
}

@media print {
    .hcp-morro-card {
        box-shadow: none;
    }
}
