/* Account profile workspace. */
.festivo-profile-page { max-width: 1050px; margin: 0 auto; }.festivo-profile-hero { background: radial-gradient(circle at 88% 15%, rgba(255, 190, 214, 0.9), transparent 27%), linear-gradient(135deg, #211746, #613de2 63%, #a84cc5); border-radius: 24px; color: #fff; margin-bottom: 1.2rem; padding: clamp(1.5rem, 4vw, 2.7rem); }.festivo-profile-hero h1 { font-size: clamp(2rem, 4.5vw, 3.4rem); font-weight: 900; letter-spacing: -0.065em; line-height: 1; margin: 0.45rem 0 0.7rem; }.festivo-profile-hero p { color: rgba(255, 255, 255, 0.83); font-size: 0.85rem; margin: 0; max-width: 570px; }.festivo-profile-card { background: #fff; border: 1px solid #e9e4f2; border-radius: 20px; padding: 1.4rem; text-align: center; }.festivo-profile-avatar-wrap { display: inline-block; position: relative; }.festivo-profile-avatar-wrap img { background: #eee8ff; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 10px 25px rgba(49, 30, 117, 0.15); height: 128px; object-fit: cover; width: 128px; }.festivo-profile-avatar-wrap button { align-items: center; background: #6847ff; border: 3px solid #fff; border-radius: 50%; bottom: 3px; color: #fff; display: flex; height: 35px; justify-content: center; position: absolute; right: 3px; width: 35px; }.festivo-profile-card h2 { color: #39314f; font-size: 1.1rem; font-weight: 900; margin: 0.9rem 0 0.2rem; }.festivo-profile-card p { color: #81798e; font-size: 0.75rem; margin: 0; }.festivo-profile-photo-note { background: #f3efff; border-radius: 99px; color: #6c55c8; display: inline-block; font-size: 0.66rem; font-weight: 800; margin-top: 1rem; padding: 0.45rem 0.6rem; }.festivo-profile-photo-note i { margin-right: 0.25rem; }.festivo-profile-form-footer { align-items: center; border-top: 1px solid #eeeaf4; display: flex; gap: 1rem; justify-content: space-between; margin-top: 1.5rem; padding-top: 1rem; }.festivo-profile-form-footer span { color: #81798e; font-size: 0.7rem; }.festivo-profile-form-footer i { color: #7257dd; margin-right: 0.25rem; }
@media (max-width: 575px) { .festivo-profile-form-footer { align-items: stretch; flex-direction: column; }.festivo-profile-form-footer .btn { width: 100%; } }
.festivo-profile-preference { align-items: center; background: #faf8ff; border: 1px solid #e9e3f2; border-radius: 13px; cursor: pointer; display: flex; gap: 0.7rem; padding: 0.8rem; }.festivo-profile-preference input { accent-color: #6847ff; height: 17px; width: 17px; }.festivo-profile-preference strong, .festivo-profile-preference small { display: block; }.festivo-profile-preference strong { color: #4a405c; font-size: 0.78rem; }.festivo-profile-preference small { color: #82798e; font-size: 0.7rem; margin-top: 0.12rem; }
