.user-self{max-width:var(--max-width);background:var(--color-gray-3);align-items:flex-start;gap:24px;margin:56px auto 96px;display:flex}@media (max-width:1464px){.user-self{margin:56px 24px 96px}}@media (max-width:1199px){.user-self{gap:16px}}@media (max-width:767px){.user-self{flex-direction:column;margin:24px 24px 96px}}.user-self__sidebar{flex-shrink:0;width:336px}@media (max-width:1199px){.user-self__sidebar{width:300px}}@media (max-width:767px){.user-self__sidebar{display:none}}.user-self__sidebar-inner{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;flex-direction:column;padding-top:8px;display:flex}.user-self__profile{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;flex-direction:column;gap:8px;margin-bottom:20px;padding:16px 16px 8px;display:flex}.user-self__profile--noBorder{background:0 0;border:none;border-radius:0;margin:8px;padding:0}@media (max-width:767px){.user-self__profile--noBorder{margin:0 0 24px}}.user-self__profile-header{align-items:flex-start;gap:12px;margin-bottom:8px;display:flex}.user-self__profile-avatar{flex-shrink:0}.user-self__profile-info{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.user-self__profile-name{color:var(--color-text-primary);font-weight:var(--weight-medium);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.user-self__profile-stats{color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.4;overflow:hidden}.user-self__profile-subscription-badge-link{cursor:pointer;flex-shrink:0;text-decoration:none}.user-self__profile-subscription-badge--premium{background-color:var(--color-orange);color:var(--color-white);position:relative;overflow:hidden}.user-self__profile-subscription-badge--premium:before{content:"";background:linear-gradient(90deg, transparent 0%, rgb(var(--color-gold-rgb)/20%) 90%, transparent 100%);width:100%;height:100%;animation:3s infinite gold-shine;position:absolute;top:0;left:0;transform:translate(-100%)skew(-15deg)}@keyframes gold-shine{0%{transform:translate(-100%)skew(-15deg)}to{transform:translate(100%)skew(-15deg)}}.user-self__profile-line{margin:0}@media (max-width:767px){.user-self__profile-line{display:none}}.user-self__profile-premium-btn{width:100%}.user-self__sidebar-line{margin:0 24px}.user-self__add-goal-btn{width:calc(100% - 48px);margin:16px 24px}.user-self-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;margin-left:24px;padding:24px}.user-self-section__content{max-width:800px}.user-self-section__title{color:var(--color-text-primary);font-size:32px;font-weight:var(--weight-bold);line-height:var(--line-height-32);margin:0 0 24px}.user-self-section__placeholder{color:var(--color-text-secondary);font-size:16px;line-height:var(--line-height-16)}.user-self-section__placeholder p{margin:0 0 16px}.user-self-section__placeholder ul{margin:16px 0;padding-left:24px}.user-self-section__placeholder li{margin-bottom:8px}@media (max-width:767px){.user-self-section{margin-left:0;padding:16px}.user-self-section__title{font-size:24px}}
