/* Minimal, clean styles — tweak classes as you like */

.hc-wrapper {
    padding: 14px;
    border: 1px solid #e2e2e2;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}

.hc-title {
    margin: 0 0 10px;
    font-size: 1.05rem;
    color: #111;
}

.hc-input, .hc-btn, .hc-result, .hc-note {
    display: block;
    width: 100%;
    margin: 7px 0;
}

.hc-input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 0.95rem;
}

.hc-btn {
    padding: 10px;
    background: linear-gradient(45deg, #58bd7e, #0073aa);
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
}

.hc-btn:hover { background: #006195; }

.hc-result {
    margin-top: 10px;
    min-height: 40px;
    padding: 8px;
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #f0f0f0;
    font-weight: 600;
    text-align: center;
}

.hc-note { font-size: 0.9rem; color: #555; margin-bottom: 6px; }

.hc-female-only input { margin-top: 4px; }
