.tags-module__BF2nUW__pageWrapper{max-width:var(--page-max-width);padding:var(--page-padding-mobile);width:100%;margin:0 auto}@media (min-width:768px){.tags-module__BF2nUW__pageWrapper{padding:var(--page-padding-desktop)}}.tags-module__BF2nUW__pageContent{margin-top:24px}.tags-module__BF2nUW__header{margin-bottom:24px}.tags-module__BF2nUW__title{color:var(--text);margin:0 0 8px;font-size:1.75rem;font-weight:700;line-height:1.2}@media (min-width:640px){.tags-module__BF2nUW__title{font-size:2rem}}.tags-module__BF2nUW__subtitle{color:var(--text-secondary);margin:0;font-size:1rem;line-height:1.5}@media (min-width:640px){.tags-module__BF2nUW__subtitle{font-size:1.125rem}}.tags-module__BF2nUW__formCard{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:24px;padding:20px}@media (min-width:640px){.tags-module__BF2nUW__formCard{padding:24px}}.tags-module__BF2nUW__field{margin-bottom:16px}.tags-module__BF2nUW__field:last-of-type{margin-bottom:20px}.tags-module__BF2nUW__label{color:var(--text);margin-bottom:8px;font-size:.875rem;font-weight:500;display:block}.tags-module__BF2nUW__required{color:var(--error,var(--color-hot-rose))}.tags-module__BF2nUW__optional{color:var(--text-secondary);font-weight:400}.tags-module__BF2nUW__input,.tags-module__BF2nUW__textarea{background:var(--bg);border:1px solid var(--border);color:var(--text);border-radius:8px;width:100%;padding:12px 16px;font-family:inherit;font-size:1rem;transition:border-color .15s,box-shadow .15s}.tags-module__BF2nUW__input::placeholder,.tags-module__BF2nUW__textarea::placeholder{color:var(--text-tertiary,#9ca3af)}.tags-module__BF2nUW__input:focus,.tags-module__BF2nUW__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-alpha,#ca1f7b1a);outline:none}.tags-module__BF2nUW__input:disabled,.tags-module__BF2nUW__textarea:disabled{cursor:not-allowed;opacity:.6}.tags-module__BF2nUW__inputError{border-color:var(--error,var(--color-hot-rose))}.tags-module__BF2nUW__inputError:focus{box-shadow:0 0 0 3px #ca1f7b1a}.tags-module__BF2nUW__textarea{resize:vertical;min-height:100px}.tags-module__BF2nUW__fieldHint{color:var(--text-secondary);margin:6px 0 0;font-size:.75rem}.tags-module__BF2nUW__errorText{color:var(--error,var(--color-hot-rose));margin:6px 0 0;font-size:.8125rem}.tags-module__BF2nUW__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:52px;padding:14px 24px;font-size:1rem;font-weight:600;transition:all .15s;display:inline-flex}@media (min-width:640px){.tags-module__BF2nUW__submitBtn{width:auto;min-width:180px}}.tags-module__BF2nUW__submitBtn:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-1px);box-shadow:0 4px 16px #ca1f7b4d}.tags-module__BF2nUW__submitBtn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.tags-module__BF2nUW__submitBtn:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.tags-module__BF2nUW__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite tags-module__BF2nUW__spin}@keyframes tags-module__BF2nUW__spin{to{transform:rotate(360deg)}}.tags-module__BF2nUW__resultsCard{background:var(--surface);border:1px solid var(--border);border-radius:12px;margin-bottom:24px;padding:20px;animation:.2s ease-out tags-module__BF2nUW__fadeIn}@media (min-width:640px){.tags-module__BF2nUW__resultsCard{padding:24px}}@keyframes tags-module__BF2nUW__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.tags-module__BF2nUW__resultsHeader{border-bottom:1px solid var(--border);flex-direction:column;gap:12px;margin-bottom:16px;padding-bottom:16px;display:flex}@media (min-width:640px){.tags-module__BF2nUW__resultsHeader{flex-direction:row;justify-content:space-between;align-items:center}}.tags-module__BF2nUW__resultsTitle{color:var(--text);margin:0;font-size:1.125rem;font-weight:600}.tags-module__BF2nUW__copyButtons{flex-wrap:wrap;gap:8px;display:flex}.tags-module__BF2nUW__copyBtn{background:var(--surface-alt);border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;border-radius:6px;align-items:center;gap:6px;padding:8px 12px;font-size:.8125rem;font-weight:500;transition:all .15s;display:inline-flex}.tags-module__BF2nUW__copyBtn:hover{background:var(--bg);border-color:var(--primary);color:var(--text)}.tags-module__BF2nUW__copyBtn:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.tags-module__BF2nUW__tagsGrid{flex-wrap:wrap;gap:8px;display:flex}.tags-module__BF2nUW__tag{background:var(--surface-alt);border:1px solid var(--border);color:var(--text);border-radius:9999px;align-items:center;padding:6px 14px;font-size:.875rem;transition:all .15s;display:inline-flex}.tags-module__BF2nUW__tag:hover{background:var(--primary-alpha,#ca1f7b14);border-color:var(--primary)}.tags-module__BF2nUW__notesSection{border-top:1px solid var(--border);margin-top:20px;padding-top:16px}.tags-module__BF2nUW__notesTitle{color:var(--text);margin:0 0 12px;font-size:.9375rem;font-weight:600}.tags-module__BF2nUW__notesList{margin:0;padding-left:20px}.tags-module__BF2nUW__noteItem{color:var(--text-secondary);margin-bottom:8px;font-size:.875rem;line-height:1.6}.tags-module__BF2nUW__noteItem:last-child{margin-bottom:0}.tags-module__BF2nUW__seoSection{border-top:1px solid var(--border);margin-top:64px;padding-top:48px}@media (min-width:768px){.tags-module__BF2nUW__seoSection{margin-top:80px;padding-top:56px}}.tags-module__BF2nUW__seoTitle{color:var(--text);margin:0 0 16px;font-size:1.25rem;font-weight:600}.tags-module__BF2nUW__seoText{color:var(--text-secondary);margin:0 0 16px;font-size:.9375rem;line-height:1.7}.tags-module__BF2nUW__seoText:last-child{margin-bottom:0}.tags-module__BF2nUW__seoText strong{color:var(--text)}.tags-module__BF2nUW__seoList{color:var(--text-secondary);margin:0 0 16px;padding-left:20px;font-size:.9375rem;line-height:1.7}.tags-module__BF2nUW__seoList li{margin-bottom:8px}.tags-module__BF2nUW__seoList li:last-child{margin-bottom:0}.tags-module__BF2nUW__seoSubtitle{color:var(--text);margin:24px 0 12px;font-size:1rem;font-weight:600}.tags-module__BF2nUW__videoInfo{background:var(--surface-alt);border-radius:8px;flex-direction:column;gap:12px;margin-bottom:16px;padding:16px;display:flex}@media (min-width:640px){.tags-module__BF2nUW__videoInfo{flex-direction:row;align-items:flex-start;gap:16px}}.tags-module__BF2nUW__videoThumb{aspect-ratio:16/9;object-fit:cover;border-radius:8px;flex-shrink:0;width:100%;max-width:160px}.tags-module__BF2nUW__videoMeta{flex:1;min-width:0}.tags-module__BF2nUW__videoTitle{color:var(--text);margin:0 0 4px;font-size:1rem;font-weight:600;line-height:1.4}.tags-module__BF2nUW__videoChannel{color:var(--text-secondary);margin:0;font-size:.875rem}.tags-module__BF2nUW__noTagsState{text-align:center;padding:32px 16px}.tags-module__BF2nUW__noTagsIcon{color:var(--text-tertiary,#9ca3af);width:48px;height:48px;margin:0 auto 12px}.tags-module__BF2nUW__noTagsTitle{color:var(--text);margin:0 0 8px;font-size:1rem;font-weight:600}.tags-module__BF2nUW__noTagsText{color:var(--text-secondary);max-width:280px;margin:0 auto;font-size:.875rem}.tags-module__BF2nUW__loadingContainer{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;padding:64px 16px;display:flex}.tags-module__BF2nUW__loadingSpinner{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:32px;height:32px;margin-bottom:16px;animation:.8s linear infinite tags-module__BF2nUW__spin}.tags-module__BF2nUW__loadingText{font-size:.9375rem}.tags-module__BF2nUW__faqSection{margin-top:32px}.tags-module__BF2nUW__faqTitle{color:var(--text);margin:0 0 16px;font-size:1.25rem;font-weight:600}.tags-module__BF2nUW__faqList{flex-direction:column;gap:12px;display:flex}.tags-module__BF2nUW__faqItem{background:var(--surface);border:1px solid var(--border);cursor:pointer;border-radius:8px}.tags-module__BF2nUW__faqItem summary{color:var(--text);padding:16px;font-size:.9375rem;font-weight:600;list-style:none}.tags-module__BF2nUW__faqItem summary::-webkit-details-marker{display:none}.tags-module__BF2nUW__faqItem[open] summary{border-bottom:1px solid var(--border)}.tags-module__BF2nUW__faqAnswer{color:var(--text-secondary);margin:0;padding:16px;font-size:.875rem;line-height:1.6}
.PageContainer-module__RmODcG__page{max-width:var(--page-max-width);padding:var(--page-padding-mobile);margin:0 auto}@media (min-width:768px){.PageContainer-module__RmODcG__page{padding:var(--page-padding-desktop)}}.PageContainer-module__RmODcG__narrow{max-width:var(--page-max-width-narrow)}
.PageHeader-module__JBfLSq__header{margin-bottom:var(--page-header-margin)}@media (min-width:640px){.PageHeader-module__JBfLSq__header{align-items:flex-start;gap:var(--space-4);justify-content:space-between;display:flex}}.PageHeader-module__JBfLSq__content{flex:1;min-width:0}.PageHeader-module__JBfLSq__title{color:var(--text);font-size:var(--page-title-size);font-weight:var(--page-title-weight);line-height:var(--leading-tight);margin:0 0 var(--space-1)}@media (min-width:640px){.PageHeader-module__JBfLSq__title{font-size:var(--page-title-size-lg)}}.PageHeader-module__JBfLSq__subtitle{color:var(--text-secondary);font-size:var(--page-subtitle-size);line-height:var(--page-subtitle-line-height);margin:0}.PageHeader-module__JBfLSq__subtitle strong{color:var(--text)}.PageHeader-module__JBfLSq__action{margin-top:var(--space-4);flex-shrink:0}@media (min-width:640px){.PageHeader-module__JBfLSq__action{margin-top:0}}
.Skeleton-module__59wJKq__skeleton{background:linear-gradient(90deg,var(--surface-alt)25%,var(--border)50%,var(--surface-alt)75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite Skeleton-module__59wJKq__shimmer}@keyframes Skeleton-module__59wJKq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.Skeleton-module__59wJKq__text{border-radius:var(--radius-xs);height:16px}.Skeleton-module__59wJKq__thumbnail{aspect-ratio:16/9;border-radius:var(--radius-md);width:100%}.Skeleton-module__59wJKq__card{border-radius:var(--radius-lg);width:100%;height:200px}.Skeleton-module__59wJKq__circle{border-radius:50%}.Skeleton-module__59wJKq__videoCard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;display:flex;overflow:hidden}.Skeleton-module__59wJKq__videoCardContent{gap:var(--space-3);padding:var(--space-4);flex-direction:column;display:flex}
.Tabs-module__yuO-lq__tabNav{gap:var(--space-1);margin-bottom:var(--space-6);background:0 0;border-radius:0;padding:0;display:flex}.Tabs-module__yuO-lq__tabItem{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--tab-text);cursor:pointer;font-family:var(--font-sans);align-items:center;gap:var(--space-2);white-space:nowrap;flex:1;justify-content:center;min-height:44px;padding:12px 16px;line-height:1.5;text-decoration:none;transition:all .15s;display:flex;font-size:1rem!important;font-weight:500!important}.Tabs-module__yuO-lq__tabItem:hover{text-decoration:none}.Tabs-module__yuO-lq__tabItem:hover:not(.Tabs-module__yuO-lq__active){background:var(--tab-bg-hover);border-color:var(--primary);color:var(--tab-text-hover)}.Tabs-module__yuO-lq__tabItem:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.Tabs-module__yuO-lq__tabItem.Tabs-module__yuO-lq__active{background:var(--tab-bg-active);border-color:var(--primary);box-shadow:var(--tab-shadow-active);color:var(--tab-text-active)}.Tabs-module__yuO-lq__tabIcon{opacity:.7;flex-shrink:0;width:18px;height:18px}.Tabs-module__yuO-lq__tabItem.Tabs-module__yuO-lq__active .Tabs-module__yuO-lq__tabIcon{opacity:1}.Tabs-module__yuO-lq__tabBadge{background:var(--surface-2);border-radius:var(--radius-full);color:var(--text-muted);font-size:var(--text-xs);font-weight:var(--font-semibold);min-width:20px;height:20px;padding:0 var(--space-2);justify-content:center;align-items:center;display:inline-flex}.Tabs-module__yuO-lq__tabItem.Tabs-module__yuO-lq__active .Tabs-module__yuO-lq__tabBadge{background:var(--accent-light);color:var(--accent)}
.Tag-module__CLPhXW__tag{color:var(--text);font-family:var(--font-sans);font-size:var(--text-sm);font-weight:var(--font-medium);isolation:isolate;white-space:nowrap;background:0 0;border-radius:20px;justify-content:center;align-items:center;height:40px;padding:0 16px;display:inline-flex;position:relative}.Tag-module__CLPhXW__tag:before{content:"";z-index:-2;border-radius:20px;position:absolute;inset:0}.Tag-module__CLPhXW__tag:after{background:var(--bg,#fafafa);content:"";z-index:-1;border-radius:18px;position:absolute;inset:2px}.Tag-module__CLPhXW__positive:before{background:var(--gradient-positive)}.Tag-module__CLPhXW__positive{color:var(--color-hot-rose)}.Tag-module__CLPhXW__negative:before{background:var(--gradient-negative)}.Tag-module__CLPhXW__negative{color:var(--color-imperial-blue)}.Tag-module__CLPhXW__neutral:before{background:var(--gradient-neutral)}.Tag-module__CLPhXW__neutral{color:var(--color-stormy-teal)}
.metric-pills-module__jBfPRq__container{gap:var(--space-6);flex-direction:column;display:flex}.metric-pills-module__jBfPRq__section{gap:var(--space-3);flex-direction:column;display:flex}.metric-pills-module__jBfPRq__sectionTitle{color:var(--text);font-size:var(--text-base);font-weight:var(--font-semibold);margin:0}.metric-pills-module__jBfPRq__pillRow{gap:var(--space-3);flex-wrap:wrap;display:flex}.metric-pills-module__jBfPRq__pillInner{align-items:center;gap:var(--space-1);display:inline-flex}
.overview-panel-module__XF9sBq__panel{gap:var(--space-10);flex-direction:column;display:flex}.overview-panel-module__XF9sBq__section{gap:var(--space-4);flex-direction:column;display:flex}.overview-panel-module__XF9sBq__section+.overview-panel-module__XF9sBq__section{padding-left:0}.overview-panel-module__XF9sBq__sectionTitle{color:var(--text);font-size:var(--text-lg);font-weight:var(--font-semibold);margin:0}.overview-panel-module__XF9sBq__loadingState{color:var(--text-secondary);font-size:var(--text-sm);align-items:center;gap:var(--space-3);padding:var(--space-12)0;justify-content:center;display:flex}.overview-panel-module__XF9sBq__spinner{border:2px solid var(--border);border-top-color:var(--color-hot-rose);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite overview-panel-module__XF9sBq__spin}@keyframes overview-panel-module__XF9sBq__spin{to{transform:rotate(360deg)}}.overview-panel-module__XF9sBq__errorState{background:var(--surface-alt);border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-sm);align-items:center;gap:var(--space-4);padding:var(--space-10)var(--space-6);text-align:center;flex-direction:column;justify-content:center;display:flex}.overview-panel-module__XF9sBq__errorState p{margin:0}.overview-panel-module__XF9sBq__retryBtn{background:var(--surface);border:1px solid var(--color-hot-rose);border-radius:var(--radius-md);color:var(--color-hot-rose);cursor:pointer;font:inherit;font-size:var(--text-sm);font-weight:var(--font-medium);padding:var(--space-2)var(--space-4);transition:all var(--transition-base)}.overview-panel-module__XF9sBq__retryBtn:hover{background:var(--color-hot-rose);color:var(--text-inverse)}.overview-panel-module__XF9sBq__retryBtn:focus-visible{box-shadow:var(--focus-ring);outline:none}.overview-panel-module__XF9sBq__insightsPlaceholder{background:var(--surface-alt);border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal);padding:var(--space-6)}.overview-panel-module__XF9sBq__insightsPlaceholder p{margin:0}
.overview-chart-module___cypTq__chartStack{gap:var(--space-2);-webkit-user-select:none;user-select:none;flex-direction:column;display:flex;position:relative}.overview-chart-module___cypTq__chartRow{align-items:center;gap:var(--space-3);display:flex;position:relative}.overview-chart-module___cypTq__chartLabel{font-size:var(--text-base);font-weight:var(--font-semibold);text-align:left;flex-shrink:0;width:140px}.overview-chart-module___cypTq__chartArea{flex:1;min-width:0;position:relative}:is(.overview-chart-module___cypTq__chartArea .recharts-wrapper,.overview-chart-module___cypTq__chartArea .recharts-surface){outline:none;overflow:visible}.overview-chart-module___cypTq__chartArea .recharts-wrapper{z-index:2;position:relative}.overview-chart-module___cypTq__tooltip{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);font-size:var(--text-xs);padding:var(--space-2)var(--space-3);flex-direction:column;gap:2px;display:flex}.overview-chart-module___cypTq__tooltipLabel{color:var(--text-secondary)}.overview-chart-module___cypTq__tooltipValue{font-weight:var(--font-semibold)}.overview-chart-module___cypTq__markerTooltip{align-items:center;gap:var(--space-2);max-width:240px;display:flex}.overview-chart-module___cypTq__markerTooltipThumb{border-radius:var(--radius-xs);object-fit:cover;flex-shrink:0;width:80px;height:45px}.overview-chart-module___cypTq__markerTooltipTitle{color:var(--text);font-size:var(--text-xs);font-weight:var(--font-medium);-webkit-line-clamp:2;line-height:var(--leading-snug);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.overview-chart-module___cypTq__markerActiveIcon{pointer-events:none;z-index:11;background:url(/sidebar/videos.svg) 50%/contain no-repeat;width:24px;height:24px;transition:transform .15s;position:absolute;top:0;transform:translate(-50%)scale(1.3)}.overview-chart-module___cypTq__markerTooltipFloat{background:var(--sidebar-bg);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-card);padding:var(--space-2);pointer-events:none;z-index:10;position:absolute;top:28px;left:50%;transform:translate(-50%)}.overview-chart-module___cypTq__markerTooltipFloat:before{background:var(--sidebar-bg);border:1px solid var(--border);border-radius:var(--radius-md)var(--radius-md)0 0;content:"";border-bottom:none;width:34px;height:22px;position:absolute;top:-30px;left:50%;transform:translate(-50%)}.overview-chart-module___cypTq__markerTooltipFloat:after{background:radial-gradient(circle at 0 0,transparent 7px,var(--border)7px,var(--border)8px,var(--sidebar-bg)8px)left top/8px 8px no-repeat,radial-gradient(circle at 100% 0,transparent 7px,var(--border)7px,var(--border)8px,var(--sidebar-bg)8px)right top/8px 8px no-repeat,linear-gradient(var(--sidebar-bg),var(--sidebar-bg))8px 0/calc(100% - 16px)100% no-repeat;content:"";width:50px;height:10px;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.overview-chart-module___cypTq__markerLinesOverlay{bottom:20px;left:calc(140px + var(--space-3));pointer-events:none;z-index:1;position:absolute;top:28px;right:8px}.overview-chart-module___cypTq__fullHeightMarkerLine{border-left:1.5px dashed var(--color-hot-rose);width:0;transition:border-color .15s;position:absolute;top:0;bottom:0}.overview-chart-module___cypTq__emptyChart{background:var(--surface-alt);border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-sm);padding:var(--space-10)var(--space-6);justify-content:center;align-items:center;display:flex}.overview-chart-module___cypTq__emptyChart p{margin:0}
.video-detail-panel-module__k6FKlW__panel{gap:var(--space-8);flex-direction:column;display:flex}.video-detail-panel-module__k6FKlW__header{gap:var(--space-4);flex-direction:column;display:flex}@media (min-width:768px){.video-detail-panel-module__k6FKlW__header{gap:var(--space-6);flex-direction:row}}.video-detail-panel-module__k6FKlW__thumbWrap{aspect-ratio:16/9;border-radius:var(--radius-md);flex-shrink:0;width:100%;position:relative;overflow:hidden}@media (min-width:768px){.video-detail-panel-module__k6FKlW__thumbWrap{max-width:40%}}.video-detail-panel-module__k6FKlW__thumbImg{object-fit:cover}.video-detail-panel-module__k6FKlW__thumbPlaceholder{background:var(--surface-alt);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.video-detail-panel-module__k6FKlW__info{gap:var(--space-3);flex-direction:column;justify-content:center;min-width:0;display:flex}.video-detail-panel-module__k6FKlW__videoTitle{-webkit-line-clamp:3;font-size:var(--text-xl);font-weight:var(--font-bold);letter-spacing:.03em;-webkit-box-orient:vertical;margin:0;line-height:1;display:-webkit-box;overflow:hidden}.video-detail-panel-module__k6FKlW__statStack{color:var(--text-secondary);font-family:var(--font-fustat);font-size:15px;font-weight:var(--font-medium);gap:var(--space-1);letter-spacing:.03em;flex-direction:column;margin:0;padding:0;line-height:1;list-style:none;display:flex}.video-detail-panel-module__k6FKlW__statLine{margin:0}.video-detail-panel-module__k6FKlW__section{gap:var(--space-4);flex-direction:column;display:flex}.video-detail-panel-module__k6FKlW__sectionTitle{color:var(--text);font-size:var(--text-lg);font-weight:var(--font-semibold);margin:0}.video-detail-panel-module__k6FKlW__cardStack{gap:var(--space-3);flex-direction:column;display:flex}.video-detail-panel-module__k6FKlW__pivotCard{border:1px solid var(--color-hot-rose);border-radius:var(--radius-md);gap:var(--space-3);padding:var(--space-4);flex-direction:column;display:flex}.video-detail-panel-module__k6FKlW__pivotTitle{font-size:var(--text-base);font-weight:var(--font-semibold);margin:0}.video-detail-panel-module__k6FKlW__pivotWhy{color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal);margin:0}.video-detail-panel-module__k6FKlW__pivotImpact{font-size:var(--text-sm);font-style:italic;font-weight:var(--font-medium);line-height:var(--leading-normal);margin:0}.video-detail-panel-module__k6FKlW__loadingState{color:var(--text-secondary);font-size:var(--text-sm);align-items:center;gap:var(--space-3);padding:var(--space-12)0;justify-content:center;display:flex}.video-detail-panel-module__k6FKlW__spinner{border:2px solid var(--border);border-top-color:var(--color-hot-rose);border-radius:50%;width:1.25rem;height:1.25rem;animation:.8s linear infinite video-detail-panel-module__k6FKlW__spin}@keyframes video-detail-panel-module__k6FKlW__spin{to{transform:rotate(360deg)}}.video-detail-panel-module__k6FKlW__errorState{background:var(--surface-alt);border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-sm);align-items:center;gap:var(--space-4);padding:var(--space-10)var(--space-6);text-align:center;flex-direction:column;justify-content:center;display:flex}.video-detail-panel-module__k6FKlW__errorState p{margin:0}.video-detail-panel-module__k6FKlW__retryBtn{background:var(--surface);border:1px solid var(--color-hot-rose);border-radius:var(--radius-md);color:var(--color-hot-rose);cursor:pointer;font:inherit;font-size:var(--text-sm);font-weight:var(--font-medium);padding:var(--space-2)var(--space-4);transition:all var(--transition-base)}.video-detail-panel-module__k6FKlW__retryBtn:hover{background:var(--color-hot-rose);color:var(--text-inverse)}.video-detail-panel-module__k6FKlW__retryBtn:focus-visible{box-shadow:var(--focus-ring);outline:none}.video-detail-panel-module__k6FKlW__emptyState{background:var(--surface-alt);border:1px dashed var(--border);border-radius:var(--radius-md);color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-normal);padding:var(--space-6)}.video-detail-panel-module__k6FKlW__emptyState p{margin:0}
.video-insight-cards-module__EmMCeq__stack{gap:var(--space-3);flex-direction:column;display:flex}.video-insight-cards-module__EmMCeq__card{border:1px solid var(--border);border-radius:var(--radius-md);gap:var(--space-2);padding:var(--space-4);transition:border-color var(--transition-base);flex-direction:column;display:flex}.video-insight-cards-module__EmMCeq__card:hover{border-color:var(--border-hover)}.video-insight-cards-module__EmMCeq__title{font-size:var(--text-sm);font-weight:var(--font-semibold);margin:0}.video-insight-cards-module__EmMCeq__explanation{color:var(--text);font-size:15px;font-weight:var(--font-medium);letter-spacing:.03em;margin:0;line-height:1.5}.video-insight-cards-module__EmMCeq__fix{color:var(--text-secondary);font-size:var(--text-sm);font-style:italic;font-weight:var(--font-medium);line-height:var(--leading-normal);margin:0}
.video-list-module__8N19Uq__list{padding:var(--space-2)var(--space-2)var(--space-2)0;flex-direction:column;gap:4px;display:flex;overflow-y:auto}.video-list-module__8N19Uq__listItem{border-radius:var(--radius-md);cursor:pointer;font:inherit;align-items:center;gap:var(--space-3);padding:var(--space-2)var(--space-3);text-align:left;transition:all var(--transition-base);background:0 0;border:2px solid #0000;width:100%;display:flex}.video-list-module__8N19Uq__listItem:hover{background:var(--surface-alt)}.video-list-module__8N19Uq__listItem:focus-visible{box-shadow:var(--focus-ring);outline:none}.video-list-module__8N19Uq__listItemSelected{background:var(--surface-alt);border-color:var(--color-hot-rose)}.video-list-module__8N19Uq__listItemThumb{aspect-ratio:16/9;border-radius:var(--radius-sm);flex-shrink:0;width:80px;position:relative;overflow:hidden}.video-list-module__8N19Uq__listItemThumbImg{object-fit:cover;width:100%;height:100%}.video-list-module__8N19Uq__listItemThumbPlaceholder{background:var(--surface-alt);color:var(--text-tertiary);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.video-list-module__8N19Uq__listItemContent{flex-direction:column;gap:2px;min-width:0;display:flex;overflow:hidden}.video-list-module__8N19Uq__listItemTitle{color:var(--text);font-size:var(--text-body-size);font-weight:var(--font-bold);-webkit-line-clamp:2;line-height:var(--leading-snug);-webkit-box-orient:vertical;margin:0;display:-webkit-box;overflow:hidden}.video-list-module__8N19Uq__listItemMeta{color:var(--text-secondary);font-size:var(--text-xs);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.video-list-module__8N19Uq__overviewItem{margin-bottom:var(--space-3);padding-bottom:var(--space-4)}.video-list-module__8N19Uq__overviewIcon{background:var(--surface-alt);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:80px;height:45px;display:flex}.video-list-module__8N19Uq__skeletonItem{align-items:center;gap:var(--space-3);padding:var(--space-2)var(--space-3);display:flex}.video-list-module__8N19Uq__skeletonThumb{aspect-ratio:16/9;background:linear-gradient(90deg,var(--surface-alt)25%,var(--border)50%,var(--surface-alt)75%);border-radius:var(--radius-sm);background-size:200% 100%;flex-shrink:0;width:80px;animation:1.5s infinite video-list-module__8N19Uq__shimmer}.video-list-module__8N19Uq__skeletonContent{gap:var(--space-2);flex-direction:column;flex:1;display:flex}.video-list-module__8N19Uq__skeletonTitle{background:linear-gradient(90deg,var(--surface-alt)25%,var(--border)50%,var(--surface-alt)75%);border-radius:var(--radius-xs);background-size:200% 100%;width:80%;height:14px;animation:1.5s infinite video-list-module__8N19Uq__shimmer}.video-list-module__8N19Uq__skeletonMeta{background:linear-gradient(90deg,var(--surface-alt)25%,var(--border)50%,var(--surface-alt)75%);border-radius:var(--radius-xs);background-size:200% 100%;width:50%;height:10px;animation:1.5s infinite video-list-module__8N19Uq__shimmer}@keyframes video-list-module__8N19Uq__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
.style-module__o-zpfq__page{max-width:var(--page-max-width);min-height:95vh;padding:var(--page-padding-mobile);width:100%;margin:0 auto}@media (min-width:768px){.style-module__o-zpfq__page{padding:var(--page-padding-desktop)}}.style-module__o-zpfq__successAlert{background:var(--success-light);border-radius:var(--radius-md);color:var(--success-dark);cursor:pointer;font:inherit;font-size:var(--text-sm);font-weight:var(--font-medium);align-items:center;gap:var(--space-3);margin-bottom:var(--page-header-margin);padding:var(--space-3)var(--space-4);text-align:start;border:1px solid #6ee7b7;width:100%;display:flex}.style-module__o-zpfq__content{gap:var(--space-6);flex-direction:column;display:flex}.style-module__o-zpfq__splitPanel{gap:var(--space-4);flex-direction:column;min-height:0;display:flex}@media (min-width:768px){.style-module__o-zpfq__splitPanel{gap:var(--space-6);flex-direction:row}}.style-module__o-zpfq__leftPanel{flex-direction:column;flex-shrink:0;display:flex}@media (min-width:768px){.style-module__o-zpfq__leftPanel{border-right:1px solid var(--border);max-height:calc(100vh - 120px);padding-right:var(--space-6);width:340px;overflow-y:auto}}@media (min-width:1024px){.style-module__o-zpfq__leftPanel{width:380px}}.style-module__o-zpfq__leftPanelHiddenMobile{display:none}@media (min-width:768px){.style-module__o-zpfq__leftPanelHiddenMobile{display:flex}}.style-module__o-zpfq__rightPanel{flex:1;min-width:0;display:none}@media (min-width:768px){.style-module__o-zpfq__rightPanel{display:block}}.style-module__o-zpfq__rightPanelVisibleMobile{display:block}@media (min-width:768px){.style-module__o-zpfq__rightPanelVisibleMobile{display:block}}.style-module__o-zpfq__backBtn{color:var(--text-secondary);cursor:pointer;font:inherit;font-size:var(--text-sm);font-weight:var(--font-medium);align-items:center;gap:var(--space-2);margin-bottom:var(--space-4);padding:var(--space-1)0;background:0 0;border:none;display:flex}.style-module__o-zpfq__backBtn:hover{color:var(--text)}@media (min-width:768px){.style-module__o-zpfq__backBtn{display:none}}.style-module__o-zpfq__loadMoreWrap{padding:var(--space-4)0 var(--space-2);justify-content:center;display:flex}.style-module__o-zpfq__loadMoreBtn{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text);cursor:pointer;font:inherit;font-size:var(--text-sm);font-weight:var(--font-medium);align-items:center;gap:var(--space-2);min-width:120px;padding:var(--space-2)var(--space-4);transition:all var(--transition-base);display:inline-flex}.style-module__o-zpfq__loadMoreBtn:hover:not(:disabled){background:var(--surface-alt);border-color:var(--color-hot-rose)}.style-module__o-zpfq__loadMoreBtn:focus-visible{box-shadow:var(--focus-ring);outline:none}.style-module__o-zpfq__loadMoreBtn:disabled{cursor:not-allowed;opacity:.6}.style-module__o-zpfq__spinner{border:2px solid var(--border);border-top-color:var(--color-hot-rose);border-radius:50%;width:14px;height:14px;animation:.8s linear infinite style-module__o-zpfq__spin;display:inline-block}@keyframes style-module__o-zpfq__spin{to{transform:rotate(360deg)}}.style-module__o-zpfq__ctaCard{background:linear-gradient(135deg,var(--color-hot-rose)0%,var(--color-hot-rose)100%);border-radius:var(--radius-lg);gap:var(--space-5);padding:var(--space-6);flex-direction:column;display:flex}@media (min-width:640px){.style-module__o-zpfq__ctaCard{padding:var(--space-8);flex-direction:row;justify-content:space-between;align-items:center}}.style-module__o-zpfq__ctaContent{flex:1}.style-module__o-zpfq__ctaTitle{color:var(--text-inverse);font-size:var(--text-xl);font-weight:var(--font-bold);margin:0 0 var(--space-2)}.style-module__o-zpfq__ctaDesc{color:#ffffffd9;font-size:var(--page-subtitle-size);line-height:var(--leading-normal);margin:0 0 var(--space-4)}.style-module__o-zpfq__ctaFeatures{gap:var(--space-2);flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.style-module__o-zpfq__ctaFeatures li{color:#ffffffe6;font-size:var(--control-font-size-sm);align-items:center;gap:var(--space-2);display:flex}.style-module__o-zpfq__ctaFeatures li:before{content:"✓";font-weight:var(--font-semibold)}.style-module__o-zpfq__ctaAction{align-items:center;gap:var(--space-3);flex-direction:column;display:flex}@media (min-width:640px){.style-module__o-zpfq__ctaAction{align-items:flex-end}}.style-module__o-zpfq__ctaPrice{text-align:center}@media (min-width:640px){.style-module__o-zpfq__ctaPrice{text-align:right}}.style-module__o-zpfq__ctaPriceAmount{color:var(--text-inverse);font-size:var(--text-3xl);font-weight:var(--font-bold)}.style-module__o-zpfq__ctaPricePeriod{color:#ffffffb3;font-size:var(--text-sm)}.style-module__o-zpfq__ctaBtn{background:var(--text-inverse);border-radius:var(--radius-md);color:var(--color-hot-rose);cursor:pointer;font-size:var(--page-subtitle-size);font-weight:var(--font-semibold);min-height:48px;padding:var(--space-3)var(--space-8);transition:all var(--transition-base);white-space:nowrap;border:none;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.style-module__o-zpfq__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0003}.style-module__o-zpfq__ctaBtn:focus-visible{outline:none;box-shadow:0 0 0 3px #ffffff4d}
.style-module__pw2qga__errorBanner{background:var(--color-hot-rose-light);border:1px solid var(--color-hot-rose-light);color:var(--danger);cursor:pointer;border-radius:8px;margin-bottom:20px;padding:12px 16px}.style-module__pw2qga__noChannel{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.style-module__pw2qga__noChannelIcon{color:#94a3b8;margin-bottom:16px}.style-module__pw2qga__noChannelTitle{margin:0 0 8px;font-size:1.25rem;font-weight:700}.style-module__pw2qga__noChannelDesc{color:#64748b;max-width:320px;margin:0 0 24px;font-size:.9375rem}.style-module__pw2qga__connectBtn{background:var(--primary);color:#fff;border-radius:10px;align-items:center;gap:8px;padding:12px 24px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.style-module__pw2qga__connectBtn:hover{background:var(--primary-hover);color:#fff}.style-module__pw2qga__loading{color:#64748b;text-align:center;padding:40px}.style-module__pw2qga__summarySection{margin-bottom:32px}.style-module__pw2qga__summaryGrid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:16px;display:grid}.style-module__pw2qga__summaryCard{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:20px;transition:all .2s}.style-module__pw2qga__summaryIcon{background:linear-gradient(135deg,var(--color-hot-rose)0%,var(--color-hot-rose)100%);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 12px;display:flex}.style-module__pw2qga__streakIcon{background:linear-gradient(135deg,var(--color-cool-sky)0%,var(--color-hot-rose)100%)}.style-module__pw2qga__summaryValue{font-size:2rem;font-weight:800;line-height:1}.style-module__pw2qga__summaryTotal{color:#94a3b8;margin-left:4px;font-size:1rem;font-weight:600}.style-module__pw2qga__summaryLabel{color:#64748b;letter-spacing:.03em;text-transform:uppercase;margin-top:4px;font-size:.75rem;font-weight:600}.style-module__pw2qga__nextBadgeCard{background:linear-gradient(135deg,var(--color-cool-sky-light)0%,var(--color-cool-sky-light)100%);border-color:var(--color-cool-sky);cursor:pointer;text-align:left;align-items:center;gap:16px;display:flex}.style-module__pw2qga__nextBadgeCard:hover{transform:translateY(-2px);box-shadow:0 8px 16px #fbbf2433}.style-module__pw2qga__nextBadgePreview{flex-shrink:0}.style-module__pw2qga__nextBadgeInfo{flex:1;min-width:0}.style-module__pw2qga__nextBadgeLabel{color:var(--color-imperial-blue);letter-spacing:.05em;text-transform:uppercase;font-size:.6875rem;font-weight:700}.style-module__pw2qga__nextBadgeName{color:var(--color-imperial-blue);text-overflow:ellipsis;white-space:nowrap;font-size:1rem;font-weight:700;overflow:hidden}.style-module__pw2qga__nextBadgeProgress{color:var(--color-cool-sky-hover);font-size:.75rem}.style-module__pw2qga__gallerySection{margin-bottom:40px}.style-module__pw2qga__galleryHeader{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.style-module__pw2qga__sectionTitle{align-items:center;gap:8px;margin:0;font-size:1.125rem;font-weight:700;display:flex}.style-module__pw2qga__newCount{background:linear-gradient(135deg,var(--color-hot-rose)0%,var(--color-hot-rose)100%);color:#fff;border-radius:10px;padding:3px 8px;font-size:.6875rem;font-weight:700}.style-module__pw2qga__filtersRow{background:#f8fafc;border-radius:12px;flex-wrap:wrap;gap:12px;margin-bottom:20px;padding:16px;display:flex}.style-module__pw2qga__filterGroup{flex-direction:column;gap:4px;display:flex}.style-module__pw2qga__filterLabel{color:#64748b;letter-spacing:.03em;text-transform:uppercase;font-size:.6875rem;font-weight:600}.style-module__pw2qga__filterSelect{color:var(--text);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;min-width:140px;padding:8px 12px;font-size:.875rem}.style-module__pw2qga__filterSelect:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #ca1f7b1a}.style-module__pw2qga__searchGroup{flex:1;min-width:180px}.style-module__pw2qga__searchInput{color:var(--text);background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:8px 12px;font-size:.875rem}.style-module__pw2qga__searchInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #ca1f7b1a}.style-module__pw2qga__badgeGrid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:16px;display:grid}.style-module__pw2qga__badgeCard{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:14px;flex-direction:column;align-items:center;padding:16px 12px;transition:all .2s;display:flex}.style-module__pw2qga__badgeCard:hover{border-color:var(--color-lavender-mist);transform:translateY(-4px);box-shadow:0 8px 20px #ca1f7b26}.style-module__pw2qga__badgeCard:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.style-module__pw2qga__badgeCard.style-module__pw2qga__unlocked{background:linear-gradient(180deg,var(--color-cool-sky-light)0%,var(--color-cool-sky-light)100%);border-color:var(--color-cool-sky-light)}.style-module__pw2qga__badgeCard.style-module__pw2qga__locked{opacity:.6}.style-module__pw2qga__badgeArtWrap{margin-bottom:8px;position:relative}.style-module__pw2qga__newPill{background:var(--color-hot-rose);color:#fff;text-transform:uppercase;border-radius:6px;padding:2px 6px;font-size:.5625rem;font-weight:700;position:absolute;top:-6px;right:-12px}.style-module__pw2qga__badgeName{text-align:center;margin-bottom:4px;font-size:.8125rem;font-weight:600;line-height:1.3}.style-module__pw2qga__badgeRarity{letter-spacing:.05em;text-transform:uppercase;border-radius:6px;padding:2px 8px;font-size:.625rem;font-weight:700}.style-module__pw2qga__badgeRarity[data-rarity=common]{background:var(--secondary-light);color:var(--color-cool-sky-hover)}.style-module__pw2qga__badgeRarity[data-rarity=rare]{background:var(--color-lavender-mist);color:var(--color-imperial-blue)}.style-module__pw2qga__badgeRarity[data-rarity=epic]{background:var(--color-lavender-mist);color:var(--color-hot-rose-hover)}.style-module__pw2qga__badgeRarity[data-rarity=legendary]{background:var(--color-cool-sky-light);color:var(--color-imperial-blue)}.style-module__pw2qga__badgeProgressBar{background:#e2e8f0;border-radius:2px;width:100%;height:4px;margin-top:8px;overflow:hidden}.style-module__pw2qga__badgeProgressFill{background:linear-gradient(90deg,var(--color-hot-rose),var(--color-hot-rose));border-radius:2px;height:100%;transition:width .5s}.style-module__pw2qga__noResults{color:#64748b;text-align:center;padding:40px}.style-module__pw2qga__resetBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:12px;padding:8px 16px;font-size:.875rem;font-weight:600}.style-module__pw2qga__resetBtn:hover{background:var(--primary-hover);color:#fff}.style-module__pw2qga__goalsSection{margin-bottom:40px}.style-module__pw2qga__goalCategory{margin-bottom:24px}.style-module__pw2qga__goalCategoryTitle{color:#64748b;letter-spacing:.03em;text-transform:uppercase;margin:0 0 12px;font-size:.875rem;font-weight:700}.style-module__pw2qga__goalsList{flex-direction:column;gap:10px;display:flex}.style-module__pw2qga__goalCard{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:16px;padding:16px;transition:all .2s;display:flex}.style-module__pw2qga__goalCard:hover{border-color:var(--color-lavender-mist)}.style-module__pw2qga__goalCard.style-module__pw2qga__completed{background:var(--color-stormy-teal-light);border-color:var(--color-stormy-teal-light)}.style-module__pw2qga__goalCard.style-module__pw2qga__goalLocked{opacity:.6;background:#f8fafc}.style-module__pw2qga__goalInfo{flex:1;min-width:0}.style-module__pw2qga__goalTitle{margin:0 0 4px;font-size:.9375rem;font-weight:600}.style-module__pw2qga__goalDesc{color:#64748b;margin:0;font-size:.8125rem}.style-module__pw2qga__goalBadges{flex-wrap:wrap;gap:6px;margin-top:8px;display:flex}.style-module__pw2qga__goalBadgeChip{border-radius:6px;padding:3px 8px;font-size:.625rem;font-weight:600}.style-module__pw2qga__goalBadgeChip[data-rarity=common]{background:var(--secondary-light);color:var(--color-cool-sky-hover)}.style-module__pw2qga__goalBadgeChip[data-rarity=rare]{background:var(--color-lavender-mist);color:var(--color-imperial-blue)}.style-module__pw2qga__goalBadgeChip[data-rarity=epic]{background:var(--color-lavender-mist);color:var(--color-hot-rose-hover)}.style-module__pw2qga__goalBadgeChip[data-rarity=legendary]{background:var(--color-cool-sky-light);color:var(--color-imperial-blue)}.style-module__pw2qga__goalProgress{flex-shrink:0}.style-module__pw2qga__completedBadge{background:var(--success-light);color:var(--color-stormy-teal);border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;display:inline-flex}.style-module__pw2qga__lockedBadge{color:#64748b;background:#f1f5f9;border-radius:8px;align-items:center;gap:4px;padding:4px 10px;font-size:.6875rem;font-weight:600;display:inline-flex}.style-module__pw2qga__goalProgressWrap{flex-direction:column;align-items:flex-end;gap:4px;min-width:100px;display:flex}.style-module__pw2qga__goalProgressBar{background:#e2e8f0;border-radius:3px;width:100%;height:6px;overflow:hidden}.style-module__pw2qga__goalProgressFill{background:linear-gradient(90deg,var(--color-hot-rose),var(--color-hot-rose));border-radius:3px;height:100%;transition:width .5s}.style-module__pw2qga__goalProgressText{color:#64748b;font-size:.6875rem;font-weight:600}.style-module__pw2qga__recentSection{margin-bottom:40px}.style-module__pw2qga__recentList{flex-direction:column;gap:8px;display:flex}.style-module__pw2qga__recentItem{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:10px;align-items:center;gap:12px;padding:12px;transition:all .2s;display:flex}.style-module__pw2qga__recentItem:hover{background:var(--color-cool-sky-light);border-color:var(--color-cool-sky-light)}.style-module__pw2qga__recentInfo{flex-direction:column;display:flex}.style-module__pw2qga__recentName{font-size:.875rem;font-weight:600}.style-module__pw2qga__recentDate{color:#94a3b8;font-size:.75rem}@media (max-width:640px){.style-module__pw2qga__summaryGrid{grid-template-columns:1fr 1fr}.style-module__pw2qga__nextBadgeCard{grid-column:span 2}.style-module__pw2qga__filtersRow{flex-direction:column}.style-module__pw2qga__filterGroup,.style-module__pw2qga__filterSelect,.style-module__pw2qga__searchInput{width:100%}.style-module__pw2qga__badgeGrid{grid-template-columns:repeat(3,1fr);gap:10px}.style-module__pw2qga__badgeCard{padding:12px 8px}.style-module__pw2qga__badgeName{font-size:.75rem}.style-module__pw2qga__goalCard{flex-direction:column;align-items:flex-start;gap:12px}.style-module__pw2qga__goalProgress{width:100%}.style-module__pw2qga__goalProgressWrap{align-items:stretch;width:100%}}
