.regular-goals-dropdown-skeleton{flex-direction:column;padding:8px;display:flex}.regular-goals-dropdown-skeleton__item{border-bottom:1px solid var(--color-border-light);align-items:center;gap:8px;padding:8px;display:flex}.regular-goals-dropdown-skeleton__item:last-child{border-bottom:none}.regular-goals-dropdown-skeleton__image{flex-shrink:0}.regular-goals-dropdown-skeleton__content{flex-direction:column;flex:1;gap:8px;min-width:0;margin-right:8px;display:flex}.regular-goals-dropdown-skeleton__days{gap:4px;display:flex}.regular-goals-dropdown-skeleton__action{flex-shrink:0}
.regular-goals-dropdown{z-index:1000;background:var(--color-surface);border:1px solid var(--color-border-light);width:456px;max-height:min(696px,max(0px,100vh - var(--header-stack-height) - 20px - env(safe-area-inset-bottom,0px)));border-radius:8px;flex-direction:column;margin-top:4px;display:flex;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 8px 32px #00000026}@supports (height:100dvh){.regular-goals-dropdown{max-height:min(696px,max(0px,100dvh - var(--header-stack-height) - 20px - env(safe-area-inset-bottom,0px)))}}@media (max-width:767px){.regular-goals-dropdown{max-height:min(696px,max(0px,100vh - var(--header-stack-height-compact) - 20px - env(safe-area-inset-bottom,0px)))}@supports (height:100dvh){.regular-goals-dropdown{max-height:min(696px,max(0px,100dvh - var(--header-stack-height-compact) - 20px - env(safe-area-inset-bottom,0px)))}}}.regular-goals-dropdown__banner{box-sizing:border-box;flex-shrink:0;width:calc(100% - 24px);min-width:0;margin:12px 12px 0}.regular-goals-dropdown__banner.banner{max-width:100%}.regular-goals-dropdown__banner .banner__content{min-width:0}.regular-goals-dropdown__banner .banner__message{overflow-wrap:anywhere}.regular-goals-dropdown__banner .banner__action{white-space:normal;text-align:left;max-width:100%}.regular-goals-dropdown__header{border-bottom:1px solid var(--color-border-light);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.regular-goals-dropdown__content{flex:auto;min-height:0;position:relative;overflow-y:auto}.regular-goals-dropdown__content .loader{min-height:0}.regular-goals-dropdown__content::-webkit-scrollbar{width:4px}.regular-goals-dropdown__content::-webkit-scrollbar-track{background:var(--color-background-light)}.regular-goals-dropdown__content::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}.regular-goals-dropdown__loading{color:var(--color-text-secondary);justify-content:center;align-items:center;padding:40px 20px;font-size:14px;display:flex}.regular-goals-dropdown__empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:40px 20px;display:flex}.regular-goals-dropdown__list{flex-direction:column;padding:8px;display:flex}.regular-goals-dropdown__footer{border-top:1px solid var(--color-border-light);background:var(--color-background-light);flex-shrink:0;padding:8px}.regular-goals-dropdown__view-all{justify-content:center;width:100%}.regular-goal-compact-card{border-bottom:1px solid var(--color-border-light);align-items:center;gap:8px;padding:8px;transition:background-color .2s;display:flex}.regular-goal-compact-card:hover{background:var(--color-background-light)}.regular-goal-compact-card:last-child{border-bottom:none}.regular-goal-compact-card__link-area{min-width:0;color:inherit;flex:1;align-items:center;gap:8px;margin-right:8px;text-decoration:none;display:flex}.regular-goal-compact-card__image-wrapper{border-radius:8px;flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.regular-goal-compact-card__image{object-fit:cover;width:100%;height:100%}.regular-goal-compact-card__content{flex-direction:column;flex:1;gap:8px;min-width:0;margin-right:8px;display:flex}.regular-goal-compact-card__title{color:var(--color-text-primary);font-size:14px;font-weight:var(--weight-semi-bold);text-overflow:ellipsis;white-space:nowrap;margin:0;line-height:1.3;overflow:hidden}.regular-goal-compact-card__days-row{align-items:center;gap:16px;display:flex}.regular-goal-compact-card__days{gap:4px;display:flex}.regular-goal-compact-card__days--interrupted{align-items:center;gap:6px;width:136px}.regular-goal-compact-card__day{background:var(--color-secondary);border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:16px;height:16px;transition:all .2s;display:flex;position:relative}.regular-goal-compact-card__day--selected{border-color:var(--color-primary)}.regular-goal-compact-card__day--completed{background:var(--color-sentiment-positive);border-color:var(--color-sentiment-positive)}.regular-goal-compact-card__day--allowedSkip{background:var(--color-gray-1);border-color:var(--color-gray-1)}.regular-goal-compact-card__day--blocked{background:var(--color-surface);border:1px solid var(--color-secondary)}.regular-goal-compact-card__day--blocked.regular-goal-compact-card__day--selected{border-color:var(--color-primary)}.regular-goal-compact-card__day-icon{width:8px;height:8px}.regular-goal-compact-card__day-icon path{fill:var(--color-gray-1)}.regular-goal-compact-card__day--completed .regular-goal-compact-card__day-icon path,.regular-goal-compact-card__day--allowedSkip .regular-goal-compact-card__day-icon path{fill:var(--color-white)}.regular-goal-compact-card__interrupted{align-items:center;gap:4px;display:inline-flex}.regular-goal-compact-card__interrupted-icon{width:14px;height:14px}.regular-goal-compact-card__interrupted-text{color:var(--color-text-secondary);font-size:12px}.regular-goal-compact-card__line{background:var(--color-border);height:100%;min-height:16px}.regular-goal-compact-card__duration{color:var(--color-text-secondary);font-size:12px}.regular-goal-compact-card__action-button{background:var(--color-primary);cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.regular-goal-compact-card__action-button:hover{background:var(--color-primary-hover)}.regular-goal-compact-card__action-button--completed{background:var(--color-sentiment-positive)}.regular-goal-compact-card__action-button--completed:hover{background:var(--color-sentiment-positive-hover)}.regular-goal-compact-card__action-icon{width:16px;height:16px}.regular-goal-compact-card__action-icon path{fill:var(--color-white)}.progress-goal-compact-card{border-bottom:1px solid var(--color-border-light);align-items:center;gap:8px;padding:8px;transition:background-color .2s;display:flex}.progress-goal-compact-card:hover{background:var(--color-background-light)}.progress-goal-compact-card:last-child{border-bottom:none}.progress-goal-compact-card__link-area{min-width:0;color:inherit;flex:1;align-items:center;gap:8px;margin-right:8px;text-decoration:none;display:flex}.progress-goal-compact-card__image-wrapper{border-radius:8px;flex-shrink:0;width:56px;height:56px;position:relative;overflow:hidden}.progress-goal-compact-card__image{object-fit:cover;width:100%;height:100%}.progress-goal-compact-card__content{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.progress-goal-compact-card__title{color:var(--color-text-primary);font-size:14px;font-weight:var(--weight-semi-bold);text-overflow:ellipsis;white-space:nowrap;margin:0;line-height:1.3;overflow:hidden}.progress-goal-compact-card__days-row{align-items:center;gap:16px;display:flex}.progress-goal-compact-card__days{gap:4px;display:flex}.progress-goal-compact-card__day{background:var(--color-secondary);border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:16px;height:16px;transition:all .2s;display:flex;position:relative}.progress-goal-compact-card__day--selected{background:var(--color-surface);border-color:var(--color-primary)}.progress-goal-compact-card__day--completed{background:var(--color-sentiment-positive);border-color:var(--color-sentiment-positive)}.progress-goal-compact-card__day-icon{width:12px;height:12px}.progress-goal-compact-card__day-icon path{fill:var(--color-white)}.progress-goal-compact-card__line{background:var(--color-border);height:100%;min-height:16px}.progress-goal-compact-card__duration{min-width:0;color:var(--color-text-secondary);flex:1;font-size:12px}.progress-goal-compact-card__progress{width:100%}.progress-goal-compact-card__action-buttons{flex-shrink:0;align-items:center;gap:4px;display:flex}.progress-goal-compact-card__action-button{background:var(--color-primary);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.progress-goal-compact-card__action-button:hover{background:var(--color-primary-hover)}.progress-goal-compact-card__action-button--completed{background:var(--color-sentiment-positive)}.progress-goal-compact-card__action-button--completed:hover{background:var(--color-sentiment-positive-hover)}.progress-goal-compact-card__action-button--change{background:var(--color-secondary)}.progress-goal-compact-card__action-button--change:hover{background:var(--color-secondary-hover)}.progress-goal-compact-card__action-button--change .progress-goal-compact-card__action-icon path{fill:var(--color-text-secondary)}.progress-goal-compact-card__action-icon{width:16px;height:16px}.progress-goal-compact-card__action-icon path{fill:var(--color-white)}
@property --header-gradient-angle{syntax:"<angle>";inherits:false;initial-value:0deg}.header{z-index:1100;top:var(--header-fixed-top);width:100%;height:var(--header-stack-height);padding:16px 0;padding-top:calc(16px + var(--safe-area-top));border-bottom:1px solid rgb(var(--color-white-rgb)/16%);transition:height .25s ease-in-out,padding .25s ease-in-out;position:fixed}@media (max-width:767px){.header{height:var(--header-stack-height-compact)}}@media (max-width:1464px){.header{padding:16px 24px;padding-top:calc(16px + var(--safe-area-top))}}@media (max-width:575px){.header{height:auto;min-height:0;padding-top:calc(12px + var(--safe-area-top));padding-bottom:12px}}.header__wrapper-pre-header{max-width:1416px;font-weight:var(--weight-medium);justify-content:space-between;align-items:center;gap:32px;max-height:40px;margin:0 auto 16px;transition:max-height .25s ease-in-out,margin-bottom .25s ease-in-out,opacity .2s ease-in-out,transform .2s ease-in-out;display:flex;overflow:visible}@media (max-width:1199px){.header__wrapper-pre-header{gap:16px}}@media (max-width:767px){.header__wrapper-pre-header{display:none}}.header__wrapper-pre-header--hidden{opacity:0;pointer-events:none;max-height:0;margin-bottom:0;overflow:hidden;transform:translateY(-8px)}.header__wrapper{align-items:center;gap:24px;max-width:1416px;margin:0 auto;display:flex}@media (max-width:767px){.header__wrapper{gap:16px}}@media (max-width:575px){.header__wrapper{flex-direction:column;align-items:stretch;gap:16px}}.header__row-1{justify-content:space-between;align-items:center;gap:16px;width:100%;padding-left:12px;display:flex}.header__menu-button-wrap{flex-shrink:0}.header__logo-wrap{flex:1;justify-content:center;align-items:center;display:flex}.header__row-1-avatar,.header__row-1-theme-toggle{flex-shrink:0}.header__row-1-auth{flex-shrink:0;align-items:center;gap:8px;display:flex}.header__list-categories--row2{flex-grow:1;gap:8px;width:100%;margin:0;padding:0;list-style:none;display:flex}.header__logo{height:27px}.header__logo-icon{width:30px;height:25px}.header__pre-header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.header__nav{display:flex;position:relative}.header__list-categories{flex-grow:1;align-items:center;gap:8px;display:flex}.header__list{justify-content:center;align-items:center;gap:8px;display:flex}@media (max-width:767px){.header__list{opacity:0;visibility:hidden;flex-direction:column;align-items:flex-start;gap:0;width:max-content;transition:all .15s ease-in-out;position:absolute;top:calc(100% + 4px)}.header__list--open{visibility:visible;opacity:1}.header__list--noAuth{right:0}.header__list{opacity:1;visibility:visible;width:100%;padding:0;position:relative;top:auto;left:auto}.header__list-line{width:100%}}.header__item{list-style:none}@media (max-width:767px){.header__item{width:100%;display:inline-block}}.header__search-item{flex-grow:1;list-style:none}.header__item-link{color:var(--color-white);overflow-wrap:nowrap;border-radius:8px;padding:6px 8px;transition:all .15s ease-in-out;display:inline-block}.header__item-link:hover,.header__item-link:active{background:rgb(var(--color-white-rgb)/8%)}.header__item-link--active{background:var(--color-surface);color:var(--color-text)}@media (max-width:767px){.header__item-link{width:100%;color:var(--color-text-primary);text-align:left;border-radius:6px;padding:8px;display:inline-block}}@media (max-width:575px){.header__item-link{color:var(--color-text-primary);font-weight:var(--weight-regular);border-radius:6px;padding:10px 8px}}.header__item-link--is100Goals{isolation:isolate;z-index:0;background:conic-gradient(from var(--header-gradient-angle), #c084fc2b 0deg, #f472b62b 120deg, #38bdf82b 240deg, #c084fc2b 360deg);animation:6s linear infinite header-gradient-rotate;position:relative;overflow:visible}.header__item-link--is100Goals:before,.header__item-link--is100Goals:after{content:"";border-radius:inherit;pointer-events:none;transition:opacity .25s;position:absolute;inset:-1px}@keyframes header-gradient-rotate{to{--header-gradient-angle:360deg}}.header__categories-item{position:relative}.header__categories-item:after{content:"";opacity:0;width:100%;height:4px;position:absolute;bottom:-4px;left:0}.header__categories-link{background:rgb(var(--color-black-rgb)/16%);height:40px;color:var(--color-white);font-weight:var(--font-weight-medium);border-radius:8px;align-items:center;gap:4px;padding:10px 16px;display:flex}.header__categories-link svg *{fill:var(--color-white)}.header__categories-link-menu{min-width:auto;padding:0}.header__search-trigger{background:rgb(var(--color-black-rgb)/16%);height:40px;color:var(--color-white);font-weight:var(--font-weight-medium);border-radius:8px;justify-content:space-between;align-items:center;gap:4px;width:100%;padding:10px 16px;display:flex}.header__search-trigger svg *{fill:var(--color-white)}.header__categories-item-parent{color:var(--color-primary);font-weight:var(--weight-regular);flex-direction:column;gap:8px;display:flex;position:relative}.header__categories-list{z-index:1;background:var(--color-surface);opacity:0;visibility:hidden;box-shadow:0 0 20px -2px rgb(var(--color-gray-rgb-8)/8%);border-radius:8px;flex-direction:column;gap:4px;padding:8px;display:flex;position:absolute;top:calc(100% + 4px);left:0;transform:translateY(8px)}.header__categories-list:before{content:"";background:0 0;width:100%;height:4px;position:absolute;top:0;left:0}.header__categories-list--open{opacity:1;visibility:visible;transform:translateY(0)}.header__categories-list--child{top:0;left:100%}.header__category-link{width:100%;min-width:max-content;color:var(--color-text-primary);border-radius:6px;justify-content:flex-start;align-items:center;gap:8px;padding:8px;display:flex}.header__category-link:hover{background:var(--color-secondary-hover)}.header__category-link--child{padding:10px 8px}.header__categories-icon-img{width:24px;height:24px}.header__categories-arrow{margin-left:auto}.header__right-menu{align-items:center;gap:16px;display:flex}.header__profile-wrapper{padding:4px 0;transition:all .15s ease-in-out;position:relative}.header__profile-wrapper:after{content:"";opacity:0;width:100%;height:4px;position:absolute;bottom:-4px;left:0}.header__profile-wrapper:hover .header__profile-menu,.header__profile-wrapper--open .header__profile-menu{opacity:1;visibility:visible;transform:translateY(0)}.header__notifications-wrapper{align-items:center;gap:16px;display:flex;position:relative}.header__notifications-dropdown,.header__regular-goals-dropdown{z-index:1000;position:absolute;top:100%;right:0}.header__progress-wrapper{position:relative}.header__progress-dropdown{z-index:1000;position:absolute;top:100%;right:0}.header__notifications-button{cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;width:min-content;padding:4px;display:flex;position:relative}.header__notifications-button:hover,.header__notifications-button:active,.header__notifications-button--active{background:rgb(var(--color-white-rgb)/8%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header__notifications-icon{width:24px;height:24px}.header__notifications-icon--theme-transparent svg *{fill:var(--color-white)}.header__notifications-badge{background:var(--color-surface);border:1px solid var(--color-sentiment-negative);width:14px;height:14px;color:var(--color-sentiment-negative);font-size:11px;font-weight:var(--weight-bold);border-radius:50%;justify-content:center;align-items:center;padding:0 6px;line-height:1;display:flex;position:absolute;top:-4px;right:4px}.header__regular-goals-badge{color:var(--color-white);border:none;border-radius:6px;justify-content:center;align-items:center;gap:2px;display:flex;position:relative}.header__regular-goals-badge--attention:after{background:var(--color-orange);border:2px solid var(--color-white);content:"";border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;left:-2px}.header__regular-goals-badge-icon{width:24px;height:24px;fill:var(--color-text-secondary);flex-shrink:0}.header__regular-goals-badge-icon path{fill:var(--color-gray-1)}.header__regular-goals-badge-icon--theme-transparent:not(.header__regular-goals-badge-icon--completed) svg *{fill:var(--color-white)}.header__regular-goals-badge-icon--completed,.header__regular-goals-badge-icon--completed svg *,.header__regular-goals-badge-icon--completed path{fill:var(--color-orange)}.header__regular-goals-badge-count{color:var(--color-text-secondary);font-size:14px;font-weight:var(--weight-medium)}.header__regular-goals-badge-count--theme-transparent{color:var(--color-white)}.header__regular-goals-icon svg *,.header__regular-goals-icon path{fill:var(--color-text-secondary)}.header__regular-goals-icon--theme-transparent svg *,.header__regular-goals-icon--theme-transparent path{fill:var(--color-white)}.header__profile{cursor:pointer;align-items:center;gap:4px;display:flex}.header__profile-icon{background:var(--color-secondary);border-radius:6px;justify-content:center;align-items:center;display:flex}@media (max-width:767px){.header__profile-icon{padding:12px 16px}}@media (max-width:575px){.header__profile-icon{padding:8px}}.header__avatar{border-radius:50%}.header__nickname{color:var(--color-white)}.header__profile-menu{background:var(--color-surface);opacity:0;visibility:hidden;width:336px;max-height:calc(100vh - 120px);box-shadow:0 0 20px -2px rgb(var(--color-gray-rgb-8)/8%);z-index:10000;border-radius:8px;flex-direction:column;padding:8px;transition:all .2s;display:flex;position:absolute;top:100%;right:0;overflow-y:auto;transform:translateY(-10px)}@media (max-width:767px){.header__profile-menu{opacity:1;visibility:visible;width:100%;max-height:none;box-shadow:none;border-radius:0;padding:0;position:relative;top:auto;right:auto;overflow:visible;transform:translateY(0)}}.header__sign-in{width:auto}@media (max-width:767px){.header__sign-in{width:100%}}.header__registration{width:auto}@media (max-width:767px){.header__registration{width:100%}}.header__menu-item{color:var(--color-text-primary);border-radius:6px;align-items:center;padding:8px;transition:all .15s ease-in-out;display:flex}.header__menu-item:hover{background:var(--color-secondary-hover)}.header__menu-item--active{background:var(--color-secondary);color:var(--color-text-primary);font-weight:var(--weight-medium)}@media (max-width:767px){.header__menu-item{padding:10px 8px}}.header__menu-item-text{align-items:center;gap:4px;display:inline-flex}.header__menu-item-premium-tag{font-size:10px;font-weight:var(--weight-regular);border-radius:4px;padding:0 5px;line-height:12px}.header__menu-item-premium-tag .tag__text{font-size:10px;line-height:12px}.header__menu-item-red{color:var(--color-red-1);flex-shrink:0;justify-content:flex-start;padding:8px}.header__menu-wrapper{flex-direction:column;gap:24px;max-height:none;display:flex;overflow:visible}@media (max-width:767px){.header__menu-wrapper{gap:8px}}.header__categories-modal,.header__category-group{flex-direction:column;display:flex}.header__category-main-link{color:var(--color-text-primary);border-radius:8px;align-items:center;gap:8px;padding:8px;transition:all .15s ease-in-out;display:flex}.header__category-main-link:hover{background:var(--color-secondary-hover)}.header__category-children{flex-direction:column;gap:4px;margin-left:32px;display:flex}.header__category-child-link{color:var(--color-text-primary);border-radius:8px;padding:8px;font-size:14px;transition:all .15s ease-in-out}.header__category-child-link:hover{background:var(--color-secondary-hover);color:var(--color-text-primary)}.header--theme-white{background:var(--color-surface);border:1px solid var(--color-border)}.header--theme-white:before{z-index:-1;top:calc(-1*var(--header-extra-top));background:var(--color-surface);content:"";pointer-events:none;position:absolute;bottom:0;left:0;right:0}.header--theme-white .header__categories-icon path{fill:var(--color-text)}.header--theme-white .header__categories-link,.header--theme-white .header__search-trigger{background:var(--color-secondary);color:var(--color-text)}.header--theme-white .header__categories-link svg *,.header--theme-white .header__search-trigger svg *{fill:var(--color-text)}.header--theme-white .header__item-link{color:var(--color-text);transition:all .15s ease-in-out}.header--theme-white .header__item-link:hover,.header--theme-white .header__item-link:active{background:var(--color-secondary-hover);color:var(--color-text)}.header--theme-white .header__item-link--active{background:var(--color-secondary);color:var(--color-text-primary)}.header--theme-white .header__nickname{color:var(--color-text)}.header--theme-white .header__notifications-button:hover,.header--theme-white .header__notifications-button:active,.header--theme-white .header__notifications-button--active{background:var(--color-secondary-hover);-webkit-backdrop-filter:none;backdrop-filter:none}.header--theme-white .header__notifications-icon{color:var(--color-text-secondary)}.header--theme-white .button--theme-light:hover,.header--theme-white .button--theme-light:active{background:var(--color-secondary-hover);-webkit-backdrop-filter:none;backdrop-filter:none}.header--theme-transparent:before{z-index:-1;top:calc(-1*var(--header-extra-top));-webkit-backdrop-filter:brightness(var(--header-backdrop-brightness,1)) blur(var(--header-backdrop-blur,0px));backdrop-filter:brightness(var(--header-backdrop-brightness,1)) blur(var(--header-backdrop-blur,0px));content:"";pointer-events:none;position:absolute;bottom:0;left:0;right:0}.header--theme-transparent .header__logo path,.header--theme-transparent .header__profile-arrow svg *{fill:var(--color-white)}.header--theme-transparent .header__profile-icon{background:rgb(var(--color-white-rgb)/10%)}.header--theme-transparent .header__profile-icon svg *,.header--theme-transparent .header__profile-icon path{fill:var(--color-white)}.header--theme-transparent .header__profile-icon--category-travel{background:rgb(var(--color-travel-rgb)/16%);border:1px solid rgb(var(--color-travel-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-education{background:rgb(var(--color-education-rgb)/16%);border:1px solid rgb(var(--color-education-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-health-and-sport{background:rgb(var(--color-health-and-sport-rgb)/16%);border:1px solid rgb(var(--color-health-and-sport-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-relations{background:rgb(var(--color-relations-rgb)/16%);border:1px solid rgb(var(--color-relations-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-arts-and-culture{background:rgb(var(--color-arts-and-culture-rgb)/16%);border:1px solid rgb(var(--color-arts-and-culture-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-entertainment-and-hobby{background:rgb(var(--color-entertainment-and-hobby-rgb)/16%);border:1px solid rgb(var(--color-entertainment-and-hobby-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-100-goals{background:rgb(var(--color-100-goals-rgb)/16%);border:1px solid rgb(var(--color-100-goals-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-career-success{background:rgb(var(--color-career-success-rgb)/16%);border:1px solid rgb(var(--color-career-success-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-intellectual-development{background:rgb(var(--color-intellectual-development-rgb)/16%);border:1px solid rgb(var(--color-intellectual-development-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-sport{background:rgb(var(--color-sport-rgb)/16%);border:1px solid rgb(var(--color-sport-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-hobby{background:rgb(var(--color-hobby-rgb)/16%);border:1px solid rgb(var(--color-hobby-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-musical-experiences{background:rgb(var(--color-musical-experiences-rgb)/16%);border:1px solid rgb(var(--color-musical-experiences-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-creative-arts{background:rgb(var(--color-creative-arts-rgb)/16%);border:1px solid rgb(var(--color-creative-arts-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-gaming{background:rgb(var(--color-gaming-rgb)/16%);border:1px solid rgb(var(--color-gaming-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-cinema-art{background:rgb(var(--color-cinema-art-rgb)/16%);border:1px solid rgb(var(--color-cinema-art-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-books{background:rgb(var(--color-books-rgb)/16%);border:1px solid rgb(var(--color-books-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-community-contribution{background:rgb(var(--color-community-contribution-rgb)/16%);border:1px solid rgb(var(--color-community-contribution-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-romantic-moments{background:rgb(var(--color-romantic-moments-rgb)/16%);border:1px solid rgb(var(--color-romantic-moments-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-unique-places{background:rgb(var(--color-unique-places-rgb)/16%);border:1px solid rgb(var(--color-unique-places-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-culinary-explorations{background:rgb(var(--color-culinary-explorations-rgb)/16%);border:1px solid rgb(var(--color-culinary-explorations-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-cultural-immersion{background:rgb(var(--color-cultural-immersion-rgb)/16%);border:1px solid rgb(var(--color-cultural-immersion-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-wellness-and-health{background:rgb(var(--color-wellness-and-health-rgb)/16%);border:1px solid rgb(var(--color-wellness-and-health-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-friendship-and-communication{background:rgb(var(--color-friendship-and-communication-rgb)/16%);border:1px solid rgb(var(--color-friendship-and-communication-rgb)/22%)}.header--theme-transparent .header__profile-icon--category-dating-and-openness{background:rgb(var(--color-dating-and-openness-rgb)/16%);border:1px solid rgb(var(--color-dating-and-openness-rgb)/22%)}.header--theme-transparent .button--theme-light{color:var(--color-white)}.header--theme-transparent .button--theme-light svg *,.header--theme-transparent .button--theme-light path{fill:var(--color-white)}.header--theme-transparent .button--theme-light:hover,.header--theme-transparent .button--theme-light:active{background:rgb(var(--color-white-rgb)/8%);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header--theme-transparent .button--theme-light .button__ripple{background-color:rgba(var(--color-white-rgb)/40%)}.header--compact{height:var(--header-stack-height-compact)}@media (max-width:575px){.header--compact{height:auto;min-height:0}}:root[data-theme=dark] .header__item-link--is100Goals{background:conic-gradient(from var(--header-gradient-angle), #c084fc66 0deg, #f472b666 120deg, #38bdf866 240deg, #c084fc66 360deg)}
