/* ============================================================
   МОЯ РЕФЕРАЛКА — СТИЛИ
   ============================================================ */

.referral-widget {
    font-family: 'Nunito', sans-serif;
    color: #3A0F1F;
    max-width: 420px;
    margin: 0 auto;
    padding: 16px;
    box-sizing: border-box;
}

.referral-widget * {
    box-sizing: border-box;
}

.referral-card {
    background: white;
    border-radius: 18px;
    padding: 18px;
    margin-bottom: 14px;
    box-shadow: 0 6px 16px rgba(74, 19, 39, 0.1);
}

.referral-card__title {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 800;
    font-size: 18px;
    margin: 0 0 4px;
}

.referral-card__intro {
    font-size: 13px;
    color: #8C6B4F;
    margin: 0 0 14px;
}

.referral-link-box {
    display: flex;
    gap: 8px;
    background: #FDEFC9;
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 10px;
}

.referral-link-box__text {
    flex: 1;
    font-size: 12px;
    color: #6E1E3A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.referral-link-box__copy {
    border: none;
    background: #6E1E3A;
    color: white;
    border-radius: 8px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}

.referral-share-button {
    width: 100%;
    padding: 13px;
    border: none;
    border-radius: 14px;
    background: #F0B429;
    color: #4A1327;
    font-family: 'Baloo 2', sans-serif;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}

.referral-stats-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 14px;
}

.referral-stat-card {
    background: white;
    border-radius: 14px;
    padding: 14px;
    text-align: center;
    box-shadow: 0 6px 16px rgba(74, 19, 39, 0.1);
}

.referral-stat-card__value {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 800;
    font-size: 24px;
    color: #6E1E3A;
    margin: 0;
}

.referral-stat-card__label {
    font-size: 11px;
    color: #8C6B4F;
    margin: 2px 0 0;
}

.referral-progress-card {
    background: white;
    border-radius: 18px;
    padding: 16px;
}

.referral-progress-card__title {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 0 0 8px;
}

.referral-progress-bar {
    height: 10px;
    border-radius: 5px;
    background: #F5E4B0;
    overflow: hidden;
    margin-bottom: 6px;
}

.referral-progress-bar__fill {
    height: 100%;
    background: linear-gradient(90deg, #F0B429, #6E1E3A);
}

.referral-progress-card__note {
    font-size: 12px;
    color: #8C6B4F;
    margin: 0;
}
