.onlyfans-field {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.onlyfans-field__head {
    display: flex;
    align-items: center;
    gap: 12px;
}

.onlyfans-field__icon {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 950;
    letter-spacing: 0.04em;
    color: #fff;
    background: linear-gradient(135deg, #00aff0 0%, #0088cc 100%);
    box-shadow: 0 8px 22px rgba(0, 175, 240, 0.28);
}

.onlyfans-field__meta strong {
    display: block;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    line-height: 1.2;
}

.onlyfans-field__meta span {
    display: block;
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.52);
}

.onlyfans-field__input-wrap {
    display: flex;
    align-items: stretch;
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid rgba(0, 175, 240, 0.28);
    background: rgba(0, 175, 240, 0.06);
    overflow: hidden;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.onlyfans-field__input-wrap:focus-within {
    border-color: rgba(0, 175, 240, 0.55);
    box-shadow: 0 0 0 3px rgba(0, 175, 240, 0.12);
}

.onlyfans-field__prefix {
    display: flex;
    align-items: center;
    padding: 0 12px;
    font-size: 13px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.45);
    background: rgba(0, 0, 0, 0.18);
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    white-space: nowrap;
}

.onlyfans-field__input {
    flex: 1;
    min-width: 0;
    width: 100%;
    padding: 0 14px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.25;
    outline: none;
    box-sizing: border-box;
}

.onlyfans-field__input::placeholder {
    color: rgba(255, 255, 255, 0.34);
    font-weight: 500;
}

.onlyfans-field__hint {
    margin: 0;
    font-size: 11px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.42);
}

.onlyfans-field__hint code {
    font-family: inherit;
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.72);
}
