.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)}
