.CharacterSelectorButton-module__MteUUa__button{background-color:var(--color-surface-2);border:1px solid var(--color-border-subtle);cursor:pointer;color:inherit;font:inherit;border-radius:.5rem;align-items:center;gap:.5rem;padding:.5rem 1rem;transition:border-color .2s;display:inline-flex}.CharacterSelectorButton-module__MteUUa__button:hover{border-color:var(--color-text-muted)}.CharacterSelectorButton-module__MteUUa__avatar{object-fit:cover;border-radius:4px;flex-shrink:0;width:20px;height:20px}.CharacterSelectorButton-module__MteUUa__avatarPlaceholder{background:#ffffff14;border-radius:4px;flex-shrink:0;width:20px;height:20px}.CharacterSelectorButton-module__MteUUa__label{color:var(--color-text);letter-spacing:.05em;font-size:.85rem;font-weight:700}.CharacterSelectorButton-module__MteUUa__chevron{color:var(--color-text-muted);flex-shrink:0}@media (max-width:480px){.CharacterSelectorButton-module__MteUUa__button{justify-content:space-between;width:100%}.CharacterSelectorButton-module__MteUUa__label{text-align:left;flex:1}}[data-theme=light] .CharacterSelectorButton-module__MteUUa__button:hover{border-color:#0000004d}
.Dialog-module__LVTlBa__overlay{z-index:var(--z-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;position:fixed;inset:0}.Dialog-module__LVTlBa__content{z-index:var(--z-modal);outline:none;max-height:calc(100vh - 2rem);animation:.16s ease-out Dialog-module__LVTlBa__dialogEnter;position:fixed;top:50%;left:50%;overflow:auto;transform:translate(-50%,-50%)}.Dialog-module__LVTlBa__sm{width:min(24rem,100vw - 2rem)}.Dialog-module__LVTlBa__md{width:min(36rem,100vw - 2rem)}.Dialog-module__LVTlBa__lg{width:min(56rem,100vw - 2rem)}.Dialog-module__LVTlBa__xl{width:min(87.5rem,100vw - 2rem)}.Dialog-module__LVTlBa__fullscreen{border-radius:0;width:100vw;max-width:100vw;height:100vh;max-height:100vh;top:0;left:0;transform:none}@keyframes Dialog-module__LVTlBa__dialogEnter{0%{opacity:0;transform:translate(-50%,calc(.75rem - 50%))}to{opacity:1;transform:translate(-50%,-50%)}}
.CharacterSelectModal-module__Mk-iHa__content{background:var(--color-modal-surface-bg);border:1px solid var(--color-modal-border);border-radius:.25rem;padding:1.5rem}.CharacterSelectModal-module__Mk-iHa__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.CharacterSelectModal-module__Mk-iHa__title{color:var(--color-text);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1.15rem;font-weight:800}.CharacterSelectModal-module__Mk-iHa__closeBtn{background:var(--color-modal-control-bg);width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:background .15s;display:flex}.CharacterSelectModal-module__Mk-iHa__closeBtn:hover{background:var(--color-modal-control-bg-hover);color:var(--color-text)}.CharacterSelectModal-module__Mk-iHa__searchBar{margin-bottom:1.5rem}.CharacterSelectModal-module__Mk-iHa__grid{background:var(--color-modal-border);border:1px solid var(--color-modal-border);scrollbar-color:var(--color-surface-3) var(--color-surface);grid-template-columns:repeat(5,1fr);gap:1px;max-height:28rem;display:grid;overflow-y:auto}.CharacterSelectModal-module__Mk-iHa__grid::-webkit-scrollbar{width:8px}.CharacterSelectModal-module__Mk-iHa__grid::-webkit-scrollbar-track{background:var(--color-surface)}.CharacterSelectModal-module__Mk-iHa__grid::-webkit-scrollbar-thumb{background:var(--color-surface-3);border-radius:4px}.CharacterSelectModal-module__Mk-iHa__charCard{aspect-ratio:1;background:var(--color-surface);cursor:pointer;color:var(--color-text);border:0;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1rem;transition:all .1s;display:flex;position:relative}.CharacterSelectModal-module__Mk-iHa__charCard:hover{background:var(--color-surface-2)}.CharacterSelectModal-module__Mk-iHa__charCard[data-active=true]{background:var(--color-surface-2);box-shadow:inset 0 0 0 3px var(--brand-accent);z-index:2}.CharacterSelectModal-module__Mk-iHa__portraitWrap{border-radius:50%;flex-shrink:0;width:64px;height:64px;overflow:hidden}.CharacterSelectModal-module__Mk-iHa__portrait{object-fit:cover;width:100%;height:100%}.CharacterSelectModal-module__Mk-iHa__portraitPlaceholder{background:var(--color-surface-3);width:100%;height:100%}.CharacterSelectModal-module__Mk-iHa__charName{letter-spacing:.03em;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.8rem;font-weight:700;overflow:hidden}@media (max-width:480px){.CharacterSelectModal-module__Mk-iHa__grid{grid-template-columns:repeat(3,1fr)}.CharacterSelectModal-module__Mk-iHa__portraitWrap{width:52px;height:52px}}
.SearchInput-module__2H6eYG__root{align-items:center;gap:var(--space-3);width:100%;height:2.75rem;padding:0 var(--space-4);border-radius:var(--radius-md);background:var(--color-overlay-medium);border:1px solid #0000;transition:border-color .12s,background-color .12s,box-shadow .12s;display:flex}.SearchInput-module__2H6eYG__root:hover{background:var(--color-overlay-strong)}.SearchInput-module__2H6eYG__root[data-focused=true]{border-color:var(--color-border-subtle);background:var(--color-overlay-strong)}.SearchInput-module__2H6eYG__icon,.SearchInput-module__2H6eYG__trailing{color:var(--color-text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.SearchInput-module__2H6eYG__input{min-width:0;color:var(--color-text);background:0 0;border:none;outline:none;flex:1;padding:0;font-family:inherit;font-size:.9375rem}.SearchInput-module__2H6eYG__input::placeholder{color:var(--color-text-muted)}.SearchInput-module__2H6eYG__input::-webkit-search-decoration{-webkit-appearance:none}.SearchInput-module__2H6eYG__input::-webkit-search-cancel-button{-webkit-appearance:none}.SearchInput-module__2H6eYG__input::-webkit-search-results-button{-webkit-appearance:none}.SearchInput-module__2H6eYG__input::-webkit-search-results-decoration{-webkit-appearance:none}.SearchInput-module__2H6eYG__sizeSm{height:2.25rem;padding:0 var(--space-3);gap:var(--space-2)}.SearchInput-module__2H6eYG__sizeSm .SearchInput-module__2H6eYG__input{font-size:.875rem}.SearchInput-module__2H6eYG__sizeLg{height:3rem;padding:0 var(--space-4)}.SearchInput-module__2H6eYG__sizeLg .SearchInput-module__2H6eYG__input{font-size:1rem}[data-theme=light] .SearchInput-module__2H6eYG__root{background:var(--neutral-polar);border-color:#0000}[data-theme=light] .SearchInput-module__2H6eYG__root:hover{background:var(--neutral-swan)}[data-theme=light] .SearchInput-module__2H6eYG__root[data-focused=true]{background:var(--neutral-polar);border-color:var(--color-border-subtle)}
.LanguageSelectorModal-module__H2YTTW__content{background:var(--color-modal-surface-bg);border:1px solid var(--color-modal-border);border-radius:.25rem;padding:1.5rem}.LanguageSelectorModal-module__H2YTTW__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.LanguageSelectorModal-module__H2YTTW__title{color:var(--color-text);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1.15rem;font-weight:800}.LanguageSelectorModal-module__H2YTTW__closeBtn{background:var(--color-modal-control-bg);width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:background .15s;display:flex}.LanguageSelectorModal-module__H2YTTW__closeBtn:hover{background:var(--color-modal-control-bg-hover);color:var(--color-text)}.LanguageSelectorModal-module__H2YTTW__searchBar{margin-bottom:1.5rem}.LanguageSelectorModal-module__H2YTTW__grid{background:var(--color-modal-border);border:1px solid var(--color-modal-border);border-radius:.25rem;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.LanguageSelectorModal-module__H2YTTW__languageCard{aspect-ratio:1.3;background:var(--color-surface-2);cursor:pointer;min-width:0;color:var(--color-text);border:0;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;padding:.85rem .65rem;transition:background .1s;display:flex;position:relative}.LanguageSelectorModal-module__H2YTTW__languageCard:hover{background:var(--color-surface-3)}.LanguageSelectorModal-module__H2YTTW__languageCard[data-active=true]{background:var(--color-surface);box-shadow:inset 0 0 0 2px var(--brand-accent,var(--color-text-muted));z-index:2}.LanguageSelectorModal-module__H2YTTW__flagWrap{border-radius:.25rem;flex-shrink:0;width:3.75rem;height:2.55rem;overflow:hidden;box-shadow:0 .2rem .45rem #0000002e}.LanguageSelectorModal-module__H2YTTW__flag{object-fit:cover;width:100%;height:100%;display:block}.LanguageSelectorModal-module__H2YTTW__languageName{text-overflow:ellipsis;letter-spacing:0;overflow-wrap:anywhere;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;min-width:0;max-width:100%;font-size:.82rem;font-weight:700;line-height:1.15;display:-webkit-box;overflow:hidden}.LanguageSelectorModal-module__H2YTTW__pagination{justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.LanguageSelectorModal-module__H2YTTW__pageBtn{background:var(--color-modal-control-bg);width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.LanguageSelectorModal-module__H2YTTW__pageBtn:hover:not(:disabled){background:var(--color-modal-control-bg-hover);color:var(--color-text)}.LanguageSelectorModal-module__H2YTTW__pageBtn:disabled{opacity:.4;cursor:not-allowed}.LanguageSelectorModal-module__H2YTTW__pageIndicator{color:var(--color-text-muted);letter-spacing:.05em;text-align:center;min-width:3rem;font-size:.85rem;font-weight:700}@media (max-width:640px){.LanguageSelectorModal-module__H2YTTW__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:480px){.LanguageSelectorModal-module__H2YTTW__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.LanguageSelectorModal-module__H2YTTW__flagWrap{width:3.25rem;height:2.2rem}}
.CallToActionPill-module__Tpke8q__pill{letter-spacing:.05em;color:#fff;text-transform:uppercase;border-radius:.9rem;justify-content:center;align-items:center;min-height:2.4rem;padding:.6rem .9rem;font-size:.76rem;font-weight:800;text-decoration:none;transition:background-color .12s,box-shadow .12s,transform .12s;display:inline-flex}.CallToActionPill-module__Tpke8q__pill:hover{color:#fff;transform:translateY(1px)}.CallToActionPill-module__Tpke8q__violet{background:#4e46e5;box-shadow:0 4px #3730a3}.CallToActionPill-module__Tpke8q__violet:hover{background:#4338ca;box-shadow:0 3px #312e81}.CallToActionPill-module__Tpke8q__red{background:var(--brand-accent);box-shadow:0 4px 0 color-mix(in srgb, var(--brand-accent-strong) 78%, black)}.CallToActionPill-module__Tpke8q__red:hover{background:var(--brand-accent-strong);box-shadow:0 3px 0 color-mix(in srgb, var(--brand-accent-strong) 72%, black)}
.CharacterPicker-module__91BGta__trigger{border:1px solid var(--color-border-subtle);background:var(--color-overlay-soft);min-width:0;max-width:min(100%,15rem);height:2.5rem;color:var(--color-text);cursor:pointer;font:inherit;border-radius:999px;align-items:center;gap:.6rem;padding:0 .7rem;transition:background .15s,border-color .15s;display:inline-flex}.CharacterPicker-module__91BGta__trigger:hover{background:var(--color-overlay-medium);border-color:var(--color-text-muted)}.CharacterPicker-module__91BGta__avatar,.CharacterPicker-module__91BGta__avatarPlaceholder{border-radius:999px;flex-shrink:0;width:1.75rem;height:1.75rem}.CharacterPicker-module__91BGta__avatar{object-fit:cover}.CharacterPicker-module__91BGta__avatarPlaceholder{background:var(--color-overlay-strong)}.CharacterPicker-module__91BGta__label{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.82rem;font-weight:800;overflow:hidden}.CharacterPicker-module__91BGta__chevron{color:var(--color-text-muted);flex-shrink:0}@media (max-width:640px){.CharacterPicker-module__91BGta__trigger{max-width:100%}}
.ProBanner-module__7Inhza__banner{background:var(--color-sidebar-panel-bg);border:2px solid var(--color-sidebar-panel-border);color:var(--color-text);border-radius:1rem;flex-direction:column;padding:1.25rem 1.25rem 1.4rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.ProBanner-module__7Inhza__banner:hover{color:var(--color-text)}.ProBanner-module__7Inhza__top{z-index:1;justify-content:space-between;align-items:flex-start;min-height:4rem;display:flex}.ProBanner-module__7Inhza__badge{letter-spacing:.05em;color:#fff;font-size:.85rem;font-style:normal;font-weight:900;font-family:var(--font-family-display,sans-serif);text-shadow:0 1px #0003;background:linear-gradient(90deg,#7d7eff,#4b4cfa 55%,#3b3cd8);border-radius:.45rem;align-items:center;margin-left:.35rem;padding:.15rem .65rem;display:inline-flex;transform:skew(-15deg);box-shadow:inset 0 1px #ffffff40,0 1px #00000026}.ProBanner-module__7Inhza__mascot{pointer-events:none;z-index:1;width:5.5rem;height:auto;position:absolute;top:1rem;right:1.25rem}.ProBanner-module__7Inhza__title{z-index:1;color:var(--color-text);margin:0;font-size:1.15rem;font-weight:800;line-height:1.3;position:relative}.ProBanner-module__7Inhza__description{z-index:1;color:var(--color-text-muted);max-width:65%;margin:.4rem 0 0;font-size:.9rem;line-height:1.45;position:relative}.ProBanner-module__7Inhza__cta{z-index:1;width:100%;margin-top:1.25rem;position:relative;color:#fff!important;background-color:#4b4cfa!important;border-color:#4b4cfa!important;border-radius:.75rem!important}.ProBanner-module__7Inhza__cta:hover{color:#fff!important;background-color:#3b3cd8!important;border-color:#3b3cd8!important}
.CoachPlanContent-module__fQKIfa__planContent{flex-direction:column;gap:2.25rem;padding:0 .25rem;display:flex}.CoachPlanContent-module__fQKIfa__group{flex-direction:column;display:flex}.CoachPlanContent-module__fQKIfa__groupHeader{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.CoachPlanContent-module__fQKIfa__groupTitle{color:var(--color-text);letter-spacing:.01em;align-items:center;gap:.55rem;margin:0;font-size:1.15rem;font-weight:800;display:inline-flex}.CoachPlanContent-module__fQKIfa__groupIcon{color:var(--color-text);opacity:.85;justify-content:center;align-items:center;display:inline-flex}.CoachPlanContent-module__fQKIfa__groupBadge{color:var(--color-text-muted);letter-spacing:.02em;font-size:.82rem;font-weight:800}.CoachPlanContent-module__fQKIfa__groupBody{flex-direction:column;gap:.25rem;display:flex}.CoachPlanContent-module__fQKIfa__summaryBlock{border-left:3px solid var(--color-border-subtle);padding:.1rem 0 .1rem .9rem}.CoachPlanContent-module__fQKIfa__bodyText{color:var(--color-text);opacity:.9;margin:0;font-size:.92rem;line-height:1.55}.CoachPlanContent-module__fQKIfa__metaLine{color:var(--color-text-muted);margin:.4rem 0 0;font-size:.78rem;font-weight:600}.CoachPlanContent-module__fQKIfa__priorityList{flex-direction:column;display:flex}.CoachPlanContent-module__fQKIfa__priorityRow{border-bottom:1px solid var(--color-border-subtle);flex-direction:column;gap:.2rem;padding:.55rem 0;display:flex}.CoachPlanContent-module__fQKIfa__priorityRow:last-child{border-bottom:0}.CoachPlanContent-module__fQKIfa__priorityLabel{text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:800}.CoachPlanContent-module__fQKIfa__priorityValue{color:var(--color-text);margin:0;font-size:.92rem;font-weight:600;line-height:1.5}.CoachPlanContent-module__fQKIfa__blockerList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.CoachPlanContent-module__fQKIfa__blockerItem{align-items:flex-start;gap:.6rem;padding:.5rem 0;display:flex}.CoachPlanContent-module__fQKIfa__blockerDot{background:#a78bfa;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:.55rem}.CoachPlanContent-module__fQKIfa__blockerText{color:var(--color-text);font-size:.9rem;line-height:1.5}.CoachPlanContent-module__fQKIfa__taskList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.CoachPlanContent-module__fQKIfa__taskRow{border-bottom:1px solid var(--color-border-subtle);align-items:flex-start;gap:.7rem;padding:.7rem .25rem;display:flex}.CoachPlanContent-module__fQKIfa__taskRow:last-child{border-bottom:0}.CoachPlanContent-module__fQKIfa__taskRowDone .CoachPlanContent-module__fQKIfa__taskTitle{color:#a5d6a7;opacity:.7;text-decoration:line-through}.CoachPlanContent-module__fQKIfa__taskCircle,.CoachPlanContent-module__fQKIfa__taskCircleStatic{background:var(--color-sidebar-panel-bg,#161616);cursor:pointer;border:2px solid #c8c2b8;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;padding:0;transition:background-color .14s,border-color .14s;display:inline-flex}.CoachPlanContent-module__fQKIfa__taskCircleStatic{cursor:default}.CoachPlanContent-module__fQKIfa__taskCircle:hover{border-color:var(--color-text)}.CoachPlanContent-module__fQKIfa__taskCircleDone{background:#4caf50;border-color:#4caf50}.CoachPlanContent-module__fQKIfa__taskContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.CoachPlanContent-module__fQKIfa__taskTitle{color:var(--color-text);font-size:.95rem;font-weight:600;line-height:1.35}.CoachPlanContent-module__fQKIfa__taskSubtitle{color:var(--color-text-muted);font-size:.78rem;line-height:1.4}.CoachPlanContent-module__fQKIfa__taskReason{color:var(--color-text-muted);opacity:.85;margin-top:2px;font-size:.76rem;line-height:1.45}.CoachPlanContent-module__fQKIfa__taskLinkContent{min-width:0;color:inherit;flex:1;align-items:flex-start;gap:.65rem;text-decoration:none;display:flex}.CoachPlanContent-module__fQKIfa__taskLinkIcon{color:var(--color-text-muted);flex-shrink:0;margin-top:2px}.CoachPlanContent-module__fQKIfa__taskArrowButton{background:var(--color-overlay-medium,#80808014);width:32px;height:32px;color:var(--color-text);cursor:pointer;border:0;border-radius:10px;flex-shrink:0;justify-content:center;align-self:center;align-items:center;display:inline-flex}.CoachPlanContent-module__fQKIfa__taskArrowButton:hover{background:var(--color-overlay-strong,#80808024)}.CoachPlanContent-module__fQKIfa__drillStatus{color:#4db6ac;font-variant-numeric:tabular-nums;flex-shrink:0;align-self:center;font-size:.8rem;font-weight:800}.CoachPlanContent-module__fQKIfa__matchupPortraitWrap{border:1.5px solid var(--color-border-subtle);background:var(--color-sidebar-panel-bg,#161616);border-radius:17px;flex-shrink:0;width:34px;height:34px;position:relative;overflow:hidden}.CoachPlanContent-module__fQKIfa__matchupPortrait{object-fit:cover}.CoachPlanContent-module__fQKIfa__matchupPortraitFallback{width:100%;height:100%;color:var(--color-text);justify-content:center;align-items:center;font-size:.8rem;font-weight:800;display:flex}.CoachPlanContent-module__fQKIfa__matchupToolsCard{border:1px solid var(--color-sidebar-panel-border,#ffffff14);background:var(--color-sidebar-panel-bg,#161616);color:var(--color-text);text-align:left;cursor:pointer;border-radius:1rem;align-items:center;gap:.85rem;width:100%;margin-top:.85rem;padding:.9rem 1rem;transition:background-color .14s;display:flex;box-shadow:0 1px 4px #00000008}.CoachPlanContent-module__fQKIfa__matchupToolsCard:hover{background:var(--color-overlay-medium,#8080800d)}.CoachPlanContent-module__fQKIfa__matchupToolsPortraitWrap{background:var(--color-overlay-medium,#80808014);border-radius:22px;flex-shrink:0;width:44px;height:44px;position:relative;overflow:hidden}.CoachPlanContent-module__fQKIfa__matchupToolsPortrait{object-fit:cover}.CoachPlanContent-module__fQKIfa__matchupToolsPortraitFallback{width:100%;height:100%;color:var(--color-text);justify-content:center;align-items:center;font-size:1rem;font-weight:800;display:flex}.CoachPlanContent-module__fQKIfa__matchupToolsBody{flex-direction:column;flex:1;gap:.4rem;min-width:0;display:flex}.CoachPlanContent-module__fQKIfa__matchupToolsTitle{color:var(--color-text);font-size:.95rem;font-weight:700}.CoachPlanContent-module__fQKIfa__matchupToolsChips{flex-wrap:wrap;gap:.4rem;display:inline-flex}.CoachPlanContent-module__fQKIfa__matchupToolsChip{background:var(--color-overlay-medium,#8080800f);color:var(--color-text-muted);border-radius:.5rem;align-items:center;gap:.25rem;padding:.2rem .5rem;font-size:.68rem;font-weight:700;display:inline-flex}.CoachPlanContent-module__fQKIfa__matchupToolsChevron{color:var(--color-text-muted);flex-shrink:0}
.MobileBetaJoinCard-module__x0hDAa__card{border:2px solid var(--color-sidebar-panel-border);background:var(--color-sidebar-panel-bg);min-height:5.75rem;color:var(--color-text);border-radius:1rem;align-items:center;gap:.95rem;padding:1rem 1.15rem;text-decoration:none;transition:background-color .12s,border-color .12s,transform .12s;display:flex}.MobileBetaJoinCard-module__x0hDAa__card:hover{color:var(--color-text);border-color:#fff;transform:translateY(-1px)}.MobileBetaJoinCard-module__x0hDAa__card:focus-visible{outline-offset:3px;outline:2px solid #fff}.MobileBetaJoinCard-module__x0hDAa__icons{flex-shrink:0;align-items:center;gap:.4rem;display:inline-flex}.MobileBetaJoinCard-module__x0hDAa__icon{color:currentColor;width:1.4rem;height:1.4rem}.MobileBetaJoinCard-module__x0hDAa__title{color:var(--color-text);margin:0;font-size:1rem;font-weight:800;line-height:1.3}
.CoachStudyShelf-module__cBhGGq__shelf{flex-direction:column;display:flex}.CoachStudyShelf-module__cBhGGq__shelfHeader{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.CoachStudyShelf-module__cBhGGq__shelfTitle{color:var(--color-text);letter-spacing:.01em;align-items:center;gap:.55rem;margin:0;font-size:1.15rem;font-weight:800;display:inline-flex}.CoachStudyShelf-module__cBhGGq__shelfBadge{color:var(--color-text-muted);letter-spacing:.02em;font-size:.82rem;font-weight:800}.CoachStudyShelf-module__cBhGGq__empty{text-align:center;border:1px dashed var(--color-border-subtle);border-radius:12px;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem 1rem;display:flex}.CoachStudyShelf-module__cBhGGq__emptyTitle{color:var(--color-text);margin:0;font-size:.95rem;font-weight:800}.CoachStudyShelf-module__cBhGGq__emptyBody{color:var(--color-text-muted);max-width:28rem;margin:0;font-size:.82rem;line-height:1.45}.CoachStudyShelf-module__cBhGGq__group{flex-direction:column;gap:.4rem;margin-bottom:1rem;display:flex}.CoachStudyShelf-module__cBhGGq__groupHeader{color:var(--color-text-muted);letter-spacing:.14em;text-transform:uppercase;font-size:.65rem;font-weight:800}.CoachStudyShelf-module__cBhGGq__row{border:1px solid var(--color-border-subtle);color:inherit;background:0 0;border-radius:12px;align-items:center;gap:.7rem;padding:.65rem .75rem;text-decoration:none;transition:background .12s;display:flex}.CoachStudyShelf-module__cBhGGq__row:hover{background:#ffffff0a}.CoachStudyShelf-module__cBhGGq__sourceDot{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:inline-flex}.CoachStudyShelf-module__cBhGGq__rowBody{flex-direction:column;flex:1;min-width:0;display:flex}.CoachStudyShelf-module__cBhGGq__rowTitle{color:var(--color-text);text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.9rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.CoachStudyShelf-module__cBhGGq__metaRow{align-items:center;gap:.5rem;margin-top:.2rem;display:flex}.CoachStudyShelf-module__cBhGGq__sourceLabel{letter-spacing:.04em;font-size:.68rem;font-weight:800}.CoachStudyShelf-module__cBhGGq__matchupPill{border:1px solid var(--color-border-subtle);letter-spacing:.02em;color:var(--color-text-muted);border-radius:999px;padding:.1rem .5rem;font-size:.65rem;font-weight:700}.CoachStudyShelf-module__cBhGGq__rowActions{flex-shrink:0;align-items:center;gap:.35rem;display:inline-flex}.CoachStudyShelf-module__cBhGGq__rowIconButton{border:1px solid var(--color-border-subtle);width:28px;height:28px;color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.CoachStudyShelf-module__cBhGGq__rowIconButton:hover{color:var(--color-text);border-color:var(--color-text-muted)}.CoachStudyShelf-module__cBhGGq__openIcon{color:var(--color-text-muted);flex-shrink:0}.CoachStudyShelf-module__cBhGGq__addRow{border:1px dashed var(--color-border-subtle);color:var(--color-text);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:.45rem;margin-top:.4rem;padding:.7rem;font-size:.82rem;font-weight:700;display:inline-flex}.CoachStudyShelf-module__cBhGGq__addRow:hover{border-color:var(--color-text-muted)}.CoachStudyShelf-module__cBhGGq__emptyAddCta{background:var(--color-text);color:var(--color-bg);cursor:pointer;border:0;border-radius:999px;align-items:center;gap:.4rem;margin-top:.4rem;padding:.6rem 1rem;font-size:.82rem;font-weight:800;display:inline-flex}.CoachStudyShelf-module__cBhGGq__editorContent{background:var(--color-modal-surface-bg,var(--color-card-bg));border:1px solid var(--color-modal-border,var(--color-border-subtle));border-radius:16px;flex-direction:column;gap:.9rem;padding:1.5rem;display:flex;box-shadow:0 24px 60px #00000073}.CoachStudyShelf-module__cBhGGq__editorHeader{justify-content:space-between;align-items:flex-start;gap:.5rem;display:flex}.CoachStudyShelf-module__cBhGGq__editorTitle{color:var(--color-text);margin:0;font-size:1.15rem;font-weight:800}.CoachStudyShelf-module__cBhGGq__editorEyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--color-text-muted);font-size:.65rem;font-weight:800}.CoachStudyShelf-module__cBhGGq__editorClose{width:32px;height:32px;color:var(--color-text);cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.CoachStudyShelf-module__cBhGGq__editorLabel{letter-spacing:.12em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:.3rem;font-size:.65rem;font-weight:800}.CoachStudyShelf-module__cBhGGq__editorField{flex-direction:column;display:flex}.CoachStudyShelf-module__cBhGGq__editorInput{background:var(--color-modal-control-bg,#ffffff0a);border:1px solid var(--color-border-subtle);color:var(--color-text);border-radius:10px;padding:.6rem .75rem;font-size:.9rem}.CoachStudyShelf-module__cBhGGq__editorInput:focus{outline:2px solid var(--color-text-muted);outline-offset:-1px}.CoachStudyShelf-module__cBhGGq__editorError{color:#e78a6e;font-size:.78rem;font-weight:600}.CoachStudyShelf-module__cBhGGq__editorActions{gap:.6rem;margin-top:.4rem;display:flex}.CoachStudyShelf-module__cBhGGq__editorDeleteButton{color:#e78a6e;letter-spacing:.04em;cursor:pointer;background:0 0;border:1px solid #e78a6e;border-radius:10px;flex:1;padding:.7rem;font-size:.82rem;font-weight:800}.CoachStudyShelf-module__cBhGGq__editorDeleteButton:disabled{opacity:.5;cursor:progress}.CoachStudyShelf-module__cBhGGq__editorSaveButton{background:var(--color-text);color:var(--color-bg);letter-spacing:.04em;cursor:pointer;border:0;border-radius:10px;flex:2;padding:.7rem;font-size:.85rem;font-weight:800}.CoachStudyShelf-module__cBhGGq__editorSaveButton:disabled{opacity:.5;cursor:progress}
.CoachDiagnosisModal-module__01YbMW__content{background:var(--color-modal-surface-bg);border:1px solid var(--color-modal-border);text-align:center;border-radius:.85rem;max-width:28rem;padding:1.5rem}.CoachDiagnosisModal-module__01YbMW__header{text-align:left;justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.CoachDiagnosisModal-module__01YbMW__title{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.06em;margin:0;font-size:.95rem;font-weight:800}.CoachDiagnosisModal-module__01YbMW__closeBtn{background:var(--color-modal-control-bg);width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.CoachDiagnosisModal-module__01YbMW__closeBtn:hover{background:var(--color-modal-control-bg-hover);color:var(--color-text)}.CoachDiagnosisModal-module__01YbMW__mascotWrap{width:96px;height:96px;margin:.5rem auto .85rem;position:relative}.CoachDiagnosisModal-module__01YbMW__mascot{object-fit:contain}.CoachDiagnosisModal-module__01YbMW__headline{color:var(--color-text);margin:0 0 .85rem;font-size:1.2rem;font-weight:800}.CoachDiagnosisModal-module__01YbMW__summary,.CoachDiagnosisModal-module__01YbMW__diagnosis{color:var(--color-text);text-align:left;margin:0 0 .75rem;font-size:.92rem;line-height:1.55}.CoachDiagnosisModal-module__01YbMW__diagnosis{color:var(--color-text-muted)}.CoachDiagnosisModal-module__01YbMW__continueBtn{background:var(--color-text);width:100%;color:var(--color-surface);letter-spacing:.02em;cursor:pointer;border:none;border-radius:.65rem;margin-top:1rem;padding:.7rem 1rem;font-size:.9rem;font-weight:800;transition:opacity .15s}.CoachDiagnosisModal-module__01YbMW__continueBtn:hover{opacity:.85}
.CoachCard-module__c-MxBq__card{background:var(--color-sidebar-panel-bg);border:1px solid var(--color-sidebar-panel-border);border-radius:1.25rem;flex-direction:column;padding:1rem;display:flex;box-shadow:0 2px 8px #0000000a}.CoachCard-module__c-MxBq__headerRow{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.CoachCard-module__c-MxBq__headerLeft{align-items:center;gap:.5rem;display:flex}.CoachCard-module__c-MxBq__title{font-family:var(--font-family-display);color:var(--color-text-muted);margin:0;font-size:1.25rem;font-weight:800}.CoachCard-module__c-MxBq__headerBadge{background:var(--color-overlay-medium,#80808014);color:var(--color-text-muted);font-variant-numeric:tabular-nums;border-radius:8px;padding:3px 8px;font-size:.7rem;font-weight:700}.CoachCard-module__c-MxBq__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.CoachCard-module__c-MxBq__taskRow{align-items:flex-start;gap:.75rem;padding:.75rem .25rem;display:flex}.CoachCard-module__c-MxBq__taskRowSeparator{border-bottom:1px solid var(--color-border-subtle)}.CoachCard-module__c-MxBq__taskCircle{border:2px solid var(--color-text-muted);cursor:pointer;color:#fff;background:0 0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;padding:0;transition:background-color .15s,border-color .15s;display:flex}.CoachCard-module__c-MxBq__taskCircle:hover{border-color:var(--color-text)}.CoachCard-module__c-MxBq__taskCircle:disabled{opacity:.55;cursor:wait}.CoachCard-module__c-MxBq__taskCircleDone{background:#4caf50;border-color:#4caf50}.CoachCard-module__c-MxBq__taskContent,.CoachCard-module__c-MxBq__taskContentLink{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.CoachCard-module__c-MxBq__taskContentLink{color:inherit;text-decoration:none}.CoachCard-module__c-MxBq__taskContentLink:hover .CoachCard-module__c-MxBq__taskTitle{text-decoration:underline}.CoachCard-module__c-MxBq__taskTitle{color:var(--color-text);font-size:.9rem;font-weight:600;line-height:1.35}.CoachCard-module__c-MxBq__taskTitleDone{color:var(--color-text-muted);opacity:.7;text-decoration:line-through}.CoachCard-module__c-MxBq__taskSubtitle{color:var(--color-text-muted);font-size:.78rem;line-height:1.35}.CoachCard-module__c-MxBq__emptyState{flex-direction:column;gap:.65rem;display:flex}.CoachCard-module__c-MxBq__emptyText{color:var(--color-text-muted);margin:0;font-size:.84rem;line-height:1.45}
.CoachProgressMeter-module__6NjSNq__meter{flex-direction:column;gap:.4rem;padding:.55rem 0;display:flex}.CoachProgressMeter-module__6NjSNq__header{justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.CoachProgressMeter-module__6NjSNq__label{color:var(--color-text);font-size:.78rem;font-weight:700}.CoachProgressMeter-module__6NjSNq__value{color:var(--color-text-muted);font-variant-numeric:tabular-nums;font-size:.78rem;font-weight:800}.CoachProgressMeter-module__6NjSNq__track{background:var(--color-overlay-medium,#8080801f);border-radius:3px;width:100%;height:6px;position:relative;overflow:hidden}.CoachProgressMeter-module__6NjSNq__fill{border-radius:3px;height:100%;transition:width .3s,background-color .3s}
.FavoriteStarButton-module__PQf2_q__starButton{border:1px solid var(--color-border-subtle);width:34px;height:34px;color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.FavoriteStarButton-module__PQf2_q__starButton:hover{color:#f5c518;background:#f5c51814;border-color:#f5c51880}.FavoriteStarButton-module__PQf2_q__starButton:focus-visible{outline-offset:2px;outline:2px solid #f5c518}.FavoriteStarButton-module__PQf2_q__starButtonActive{color:#f5c518;background:#f5c51824;border-color:#f5c518b3}.FavoriteStarButton-module__PQf2_q__starButtonActive:hover{background:#f5c51833}
.MainCharacterSelectModal-module__1UgU_q__content{background:var(--color-modal-surface-bg);border:1px solid var(--color-modal-border);border-radius:.25rem;padding:1.5rem}.MainCharacterSelectModal-module__1UgU_q__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.MainCharacterSelectModal-module__1UgU_q__title{color:var(--color-text);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1.15rem;font-weight:800}.MainCharacterSelectModal-module__1UgU_q__subtitle{color:var(--color-text-muted);margin:.35rem 0 0;font-size:.92rem;font-weight:500}.MainCharacterSelectModal-module__1UgU_q__closeBtn{background:var(--color-modal-control-bg);width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:background .15s;display:flex}.MainCharacterSelectModal-module__1UgU_q__closeBtn:hover{background:var(--color-modal-control-bg-hover);color:var(--color-text)}.MainCharacterSelectModal-module__1UgU_q__searchBar{margin-bottom:1rem}.MainCharacterSelectModal-module__1UgU_q__selectionBar{justify-content:space-between;align-items:center;gap:.75rem;min-height:2.25rem;margin-bottom:1rem;display:flex}.MainCharacterSelectModal-module__1UgU_q__selectionLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);font-size:.82rem;font-weight:800}.MainCharacterSelectModal-module__1UgU_q__selectionHint{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;font-weight:700}.MainCharacterSelectModal-module__1UgU_q__clearButton{border:1px solid var(--color-modal-border);background:var(--color-modal-control-bg);color:var(--color-text);font:inherit;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;border-radius:999px;align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.78rem;font-weight:800;transition:background .15s,border-color .15s;display:inline-flex}.MainCharacterSelectModal-module__1UgU_q__clearButton:hover{background:var(--color-modal-control-bg-hover);border-color:var(--brand-accent)}.MainCharacterSelectModal-module__1UgU_q__clearButton:focus-visible{outline:2px solid var(--brand-accent);outline-offset:2px}.MainCharacterSelectModal-module__1UgU_q__clearButton svg{flex-shrink:0}.MainCharacterSelectModal-module__1UgU_q__clearButton span{line-height:1}.MainCharacterSelectModal-module__1UgU_q__grid{background:var(--color-modal-border);border:1px solid var(--color-modal-border);scrollbar-color:var(--color-surface-3) var(--color-surface);grid-template-columns:repeat(5,1fr);gap:1px;max-height:28rem;display:grid;overflow-y:auto}.MainCharacterSelectModal-module__1UgU_q__grid::-webkit-scrollbar{width:8px}.MainCharacterSelectModal-module__1UgU_q__grid::-webkit-scrollbar-track{background:var(--color-surface)}.MainCharacterSelectModal-module__1UgU_q__grid::-webkit-scrollbar-thumb{background:var(--color-surface-3);border-radius:4px}.MainCharacterSelectModal-module__1UgU_q__charCard{aspect-ratio:1;background:var(--color-surface);cursor:pointer;color:var(--color-text);border:0;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:1rem;transition:all .1s;display:flex;position:relative}.MainCharacterSelectModal-module__1UgU_q__charCard:hover{background:var(--color-surface-2)}.MainCharacterSelectModal-module__1UgU_q__charCard[data-active=true]{background:var(--color-surface-2);box-shadow:inset 0 0 0 3px var(--brand-accent);z-index:2}.MainCharacterSelectModal-module__1UgU_q__charCard[data-disabled=true]{opacity:.45;cursor:not-allowed}.MainCharacterSelectModal-module__1UgU_q__portraitWrap{border-radius:50%;flex-shrink:0;width:64px;height:64px;overflow:hidden}.MainCharacterSelectModal-module__1UgU_q__portrait{object-fit:cover;width:100%;height:100%}.MainCharacterSelectModal-module__1UgU_q__portraitPlaceholder{background:var(--color-surface-3);width:100%;height:100%}.MainCharacterSelectModal-module__1UgU_q__charName{letter-spacing:.03em;text-align:center;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:.8rem;font-weight:700;overflow:hidden}.MainCharacterSelectModal-module__1UgU_q__selectionBadge{background:var(--brand-accent);color:#fff;border-radius:999px;justify-content:center;align-items:center;gap:.18rem;min-width:2.25rem;height:1.5rem;padding:0 .35rem;font-size:.75rem;font-weight:800;display:inline-flex;position:absolute;top:.6rem;right:.6rem}.MainCharacterSelectModal-module__1UgU_q__selectionBadge svg{flex-shrink:0}.MainCharacterSelectModal-module__1UgU_q__emptyState{border:1px solid var(--color-modal-border);background:var(--color-surface);min-height:14rem;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:.95rem;font-weight:600;display:flex}.MainCharacterSelectModal-module__1UgU_q__footer{justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;display:flex}.MainCharacterSelectModal-module__1UgU_q__footerHint{color:var(--color-text-muted);font-size:.88rem;font-weight:500}.MainCharacterSelectModal-module__1UgU_q__doneBtn{background:var(--brand-accent);color:#fff;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;border:0;border-radius:999px;padding:.7rem 1.1rem;font-size:.88rem;font-weight:800}@media (max-width:640px){.MainCharacterSelectModal-module__1UgU_q__footer{flex-direction:column;align-items:stretch}}@media (max-width:480px){.MainCharacterSelectModal-module__1UgU_q__grid{grid-template-columns:repeat(3,1fr)}.MainCharacterSelectModal-module__1UgU_q__portraitWrap{width:52px;height:52px}}
.CoachWeekProgressModal-module__yQPJNa__content{background:var(--color-modal-surface-bg);border:1px solid var(--color-modal-border);border-radius:.85rem;max-width:30rem;padding:1.5rem}.CoachWeekProgressModal-module__yQPJNa__header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.CoachWeekProgressModal-module__yQPJNa__headerText{flex-direction:column;flex:1;gap:.15rem;display:flex}.CoachWeekProgressModal-module__yQPJNa__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:.65rem;font-weight:800}.CoachWeekProgressModal-module__yQPJNa__title{color:var(--color-text);font-size:1rem;font-weight:800}.CoachWeekProgressModal-module__yQPJNa__headerBadge{background:var(--color-overlay-medium,#80808014);color:var(--color-text);letter-spacing:.04em;white-space:nowrap;border-radius:999px;padding:.25rem .6rem;font-size:.7rem;font-weight:800}.CoachWeekProgressModal-module__yQPJNa__closeBtn{background:var(--color-modal-control-bg);width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.CoachWeekProgressModal-module__yQPJNa__closeBtn:hover{background:var(--color-modal-control-bg-hover);color:var(--color-text)}.CoachWeekProgressModal-module__yQPJNa__divider{background:var(--color-border-subtle);height:1px;margin:.5rem 0}.CoachWeekProgressModal-module__yQPJNa__footnote{color:var(--color-text-muted);margin:1rem 0 0;font-size:.72rem;font-weight:500;line-height:1.45}
.AddFriendsCard-module__uZFPTW__card{background:0 0;border:2px solid #e5e5e5;border-radius:1rem;flex-direction:column;padding:1.5rem 0;display:flex}[data-theme=dark] .AddFriendsCard-module__uZFPTW__card{border-color:var(--color-border-subtle)}.AddFriendsCard-module__uZFPTW__title{font-family:var(--font-family-display);color:var(--color-text-muted);margin:0;padding:0 1.5rem 1rem;font-size:1.25rem;font-weight:800}.AddFriendsCard-module__uZFPTW__row{align-items:center;gap:var(--space-3);width:100%;color:var(--color-text-muted);font-family:var(--font-family-base);text-align:left;cursor:pointer;background:0 0;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:color .15s,background .15s;display:flex}.AddFriendsCard-module__uZFPTW__row:hover{background:var(--color-surface-2);color:var(--color-text)}.AddFriendsCard-module__uZFPTW__rowIcon{color:currentColor;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;display:inline-flex}.AddFriendsCard-module__uZFPTW__rowLabel{flex:1;min-width:0}.AddFriendsCard-module__uZFPTW__chevron{color:var(--color-text-muted);opacity:.5;flex-shrink:0}
.EmptyStateAsset-module__HqflMa__asset{width:var(--empty-state-size,8.25rem);height:var(--empty-state-size,8.25rem);object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;margin:0 auto .75rem;display:block}
.CoachWeeklyReportModal-module__wumJOG__content{background:var(--color-modal-surface-bg);border:1px solid var(--color-modal-border);border-radius:.85rem;max-width:32rem;padding:1.5rem}.CoachWeeklyReportModal-module__wumJOG__header{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.CoachWeeklyReportModal-module__wumJOG__headerText{flex-direction:column;flex:1;gap:.15rem;display:flex}.CoachWeeklyReportModal-module__wumJOG__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin:0;font-size:.65rem;font-weight:800}.CoachWeeklyReportModal-module__wumJOG__title{color:var(--color-text);font-size:1.05rem;font-weight:800}.CoachWeeklyReportModal-module__wumJOG__range{color:var(--color-text-muted);font-size:.72rem;font-weight:600}.CoachWeeklyReportModal-module__wumJOG__gradeBadge{color:#fff;letter-spacing:.02em;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:3rem;height:3rem;font-size:1.4rem;font-weight:900;display:flex}.CoachWeeklyReportModal-module__wumJOG__closeBtn{background:var(--color-modal-control-bg);width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.CoachWeeklyReportModal-module__wumJOG__closeBtn:hover{background:var(--color-modal-control-bg-hover);color:var(--color-text)}.CoachWeeklyReportModal-module__wumJOG__card{background:var(--color-sidebar-panel-bg,#161616);border:1px solid var(--color-sidebar-panel-border,#ffffff14);border-radius:1rem;padding:1rem}.CoachWeeklyReportModal-module__wumJOG__headline{color:var(--color-text);margin:0 0 .4rem;font-size:1rem;font-weight:800}.CoachWeeklyReportModal-module__wumJOG__summary{color:var(--color-text-muted);margin:0 0 .75rem;font-size:.85rem;line-height:1.5}.CoachWeeklyReportModal-module__wumJOG__metricGrid{grid-template-columns:repeat(auto-fill,minmax(7rem,1fr));gap:.4rem;margin:.75rem 0 .5rem;display:grid}.CoachWeeklyReportModal-module__wumJOG__metricCard{background:var(--color-overlay-medium,#8080800d);border-radius:.6rem;flex-direction:column;gap:.15rem;padding:.5rem .6rem;display:flex}.CoachWeeklyReportModal-module__wumJOG__metricLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);font-size:.65rem;font-weight:800}.CoachWeeklyReportModal-module__wumJOG__metricValue{color:var(--color-text);font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:800}.CoachWeeklyReportModal-module__wumJOG__metaRow{border-bottom:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;padding:.35rem 0;display:flex}.CoachWeeklyReportModal-module__wumJOG__metaRow:last-child{border-bottom:0}.CoachWeeklyReportModal-module__wumJOG__metaLabel{letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted);font-size:.7rem;font-weight:800}.CoachWeeklyReportModal-module__wumJOG__metaValue{color:var(--color-text);font-size:.85rem;font-weight:700}.CoachWeeklyReportModal-module__wumJOG__historyBlock{margin-top:1rem}.CoachWeeklyReportModal-module__wumJOG__historyLabel{letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);font-size:.65rem;font-weight:800}.CoachWeeklyReportModal-module__wumJOG__historyList{flex-direction:column;gap:2px;max-height:10rem;margin:.4rem 0 0;padding:0;list-style:none;display:flex;overflow-y:auto}.CoachWeeklyReportModal-module__wumJOG__historyItem{display:flex}.CoachWeeklyReportModal-module__wumJOG__historyButton{cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:.5rem;align-items:center;gap:.6rem;width:100%;padding:.5rem .55rem;transition:background-color .15s,border-color .15s;display:flex}.CoachWeeklyReportModal-module__wumJOG__historyButton:hover{background:var(--color-overlay-medium,#80808014);border-color:var(--color-border-subtle)}.CoachWeeklyReportModal-module__wumJOG__historyGrade{color:#fff;border-radius:.4rem;flex-shrink:0;justify-content:center;align-items:center;width:1.65rem;height:1.65rem;font-size:.78rem;font-weight:900;display:flex}.CoachWeeklyReportModal-module__wumJOG__historyText{flex-direction:column;gap:1px;min-width:0;display:flex}.CoachWeeklyReportModal-module__wumJOG__historyWeek{color:var(--color-text);font-size:.82rem;font-weight:800}.CoachWeeklyReportModal-module__wumJOG__historyRange{color:var(--color-text-muted);font-size:.72rem;font-weight:600}.CoachWeeklyReportModal-module__wumJOG__actions{justify-content:flex-end;gap:.5rem;margin-top:1.25rem;display:flex}.CoachWeeklyReportModal-module__wumJOG__saveButton{color:#fff;letter-spacing:.02em;cursor:pointer;border:none;border-radius:999px;padding:.6rem 1.1rem;font-size:.82rem;font-weight:800;transition:opacity .15s}.CoachWeeklyReportModal-module__wumJOG__saveButton:hover{opacity:.85}.CoachWeeklyReportModal-module__wumJOG__closeButton{background:var(--color-overlay-medium,#80808014);border:1px solid var(--color-border-subtle);color:var(--color-text);cursor:pointer;border-radius:999px;padding:.6rem 1.1rem;font-size:.82rem;font-weight:800;transition:background-color .15s}.CoachWeeklyReportModal-module__wumJOG__closeButton:hover{background:var(--color-overlay-strong,#80808024)}
.FindFriendsModal-module__sVaSia__content{background:var(--color-modal-surface-bg);border:1px solid var(--color-modal-border);border-radius:1rem;flex-direction:column;max-height:min(40rem,100vh - 4rem);padding:1.5rem;display:flex}.FindFriendsModal-module__sVaSia__header{flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.FindFriendsModal-module__sVaSia__title{font-family:var(--font-family-display);color:var(--color-text);letter-spacing:.02em;margin:0;font-size:1.25rem;font-weight:800}.FindFriendsModal-module__sVaSia__closeBtn{background:var(--color-modal-control-bg);width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:background .15s;display:flex}.FindFriendsModal-module__sVaSia__closeBtn:hover{background:var(--color-modal-control-bg-hover);color:var(--color-text)}.FindFriendsModal-module__sVaSia__searchBar{flex-shrink:0;margin-bottom:1rem}.FindFriendsModal-module__sVaSia__resultsList{flex-direction:column;flex:1;min-height:0;display:flex;overflow-y:auto}.FindFriendsModal-module__sVaSia__userRow{border-bottom:1px solid var(--color-border-subtle);color:inherit;border-radius:0;align-items:center;padding:14px 0;text-decoration:none;transition:background .1s;display:flex}.FindFriendsModal-module__sVaSia__userRow:hover{background:var(--color-overlay-soft)}.FindFriendsModal-module__sVaSia__avatar{border-radius:21px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex;overflow:hidden}.FindFriendsModal-module__sVaSia__avatarImage{object-fit:cover;border-radius:21px;width:100%;height:100%}.FindFriendsModal-module__sVaSia__avatarText{color:#000;opacity:.7;font-size:16px;font-weight:800}.FindFriendsModal-module__sVaSia__userInfo{flex:1;min-width:0;margin-left:12px}.FindFriendsModal-module__sVaSia__userName{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.FindFriendsModal-module__sVaSia__userHandle{color:var(--color-text-muted);margin-top:2px;font-size:12px}.FindFriendsModal-module__sVaSia__actionButton{cursor:pointer;background:var(--color-text);min-width:88px;height:34px;color:var(--color-bg);border:none;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;padding:0 10px;font-size:12px;font-weight:800;transition:opacity .15s;display:flex}.FindFriendsModal-module__sVaSia__actionButton:hover{opacity:.9}.FindFriendsModal-module__sVaSia__actionButtonDisabled{background:var(--color-overlay-medium);color:var(--color-text-muted);cursor:default}.FindFriendsModal-module__sVaSia__actionButtonDisabled:hover{opacity:1}.FindFriendsModal-module__sVaSia__spinner{border:2px solid #0000;border-top-color:var(--color-bg);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite FindFriendsModal-module__sVaSia__spin}@keyframes FindFriendsModal-module__sVaSia__spin{to{transform:rotate(360deg)}}.FindFriendsModal-module__sVaSia__feedbackContainer{padding:40px var(--space-6);text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;display:flex}.FindFriendsModal-module__sVaSia__feedbackRow{justify-content:center;align-items:center;gap:10px;display:flex}.FindFriendsModal-module__sVaSia__feedbackText{color:var(--color-text-muted);font-size:14px}.FindFriendsModal-module__sVaSia__emptyIcon{background:var(--color-overlay-soft);border:1px solid var(--color-border-subtle);width:72px;height:72px;color:var(--color-text-muted);border-radius:36px;justify-content:center;align-items:center;margin-bottom:8px;display:flex}
.RegionSelectorModal-module__mg0yjW__content{background:var(--color-modal-surface-bg);border:1px solid var(--color-modal-border);border-radius:.25rem;padding:1.5rem}.RegionSelectorModal-module__mg0yjW__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.RegionSelectorModal-module__mg0yjW__title{color:var(--color-text);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1.15rem;font-weight:800}.RegionSelectorModal-module__mg0yjW__closeBtn{background:var(--color-modal-control-bg);width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:background .15s;display:flex}.RegionSelectorModal-module__mg0yjW__closeBtn:hover{background:var(--color-modal-control-bg-hover);color:var(--color-text)}.RegionSelectorModal-module__mg0yjW__searchBar{margin-bottom:1.5rem}.RegionSelectorModal-module__mg0yjW__grid{background:var(--color-modal-border);border:1px solid var(--color-modal-border);border-radius:.25rem;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;display:grid;overflow:hidden}.RegionSelectorModal-module__mg0yjW__regionCard{aspect-ratio:1.3;background:var(--color-surface-2);cursor:pointer;min-width:0;color:var(--color-text);border:0;flex-direction:column;justify-content:center;align-items:center;gap:.55rem;padding:.85rem .65rem;transition:background .1s;display:flex;position:relative}.RegionSelectorModal-module__mg0yjW__regionCard:hover{background:var(--color-surface-3)}.RegionSelectorModal-module__mg0yjW__regionCard[data-active=true]{background:var(--color-surface);box-shadow:inset 0 0 0 2px var(--brand-accent,var(--color-text-muted));z-index:2}.RegionSelectorModal-module__mg0yjW__flagWrap{border-radius:.25rem;flex-shrink:0;width:3.75rem;height:2.55rem;overflow:hidden;box-shadow:0 .2rem .45rem #0000002e}.RegionSelectorModal-module__mg0yjW__flag{object-fit:cover;width:100%;height:100%;display:block}.RegionSelectorModal-module__mg0yjW__regionName{text-overflow:ellipsis;letter-spacing:0;overflow-wrap:anywhere;text-align:center;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;min-width:0;max-width:100%;font-size:.82rem;font-weight:700;line-height:1.15;display:-webkit-box;overflow:hidden}.RegionSelectorModal-module__mg0yjW__pagination{justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;display:flex}.RegionSelectorModal-module__mg0yjW__pageBtn{background:var(--color-modal-control-bg);width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .15s,color .15s;display:inline-flex}.RegionSelectorModal-module__mg0yjW__pageBtn:hover:not(:disabled){background:var(--color-modal-control-bg-hover);color:var(--color-text)}.RegionSelectorModal-module__mg0yjW__pageBtn:disabled{opacity:.4;cursor:not-allowed}.RegionSelectorModal-module__mg0yjW__pageIndicator{color:var(--color-text-muted);letter-spacing:.05em;text-align:center;min-width:3rem;font-size:.85rem;font-weight:700}@media (max-width:640px){.RegionSelectorModal-module__mg0yjW__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:480px){.RegionSelectorModal-module__mg0yjW__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.RegionSelectorModal-module__mg0yjW__flagWrap{width:3.25rem;height:2.2rem}}
.FriendPlanProgressWheel-module__DTI0RG__wrap{justify-content:center;align-items:center;display:inline-flex;position:relative}.FriendPlanProgressWheel-module__DTI0RG__centerStack{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.FriendPlanProgressWheel-module__DTI0RG__percentText{color:#fff;letter-spacing:.4px;font-weight:800;line-height:1}.FriendPlanProgressWheel-module__DTI0RG__percentSign{color:#fff;opacity:.6;font-weight:800}.FriendPlanProgressWheel-module__DTI0RG__caption{color:#8a857d;letter-spacing:.12em;margin-top:2px;font-weight:800}.FriendPlanProgressWheel-module__DTI0RG__avatar{justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.FriendPlanProgressWheel-module__DTI0RG__avatarImage{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.FriendPlanProgressWheel-module__DTI0RG__initials{color:#000;letter-spacing:.4px;opacity:.7;font-weight:800}.FriendPlanProgressWheel-module__DTI0RG__percentBadge{color:#fff;letter-spacing:.4px;background:#000;border:2px solid #1a1a1a;border-radius:999px;padding:3px 8px;font-size:11px;font-weight:800;position:absolute;bottom:-2px;right:-2px}
.StudyLayout-module__o91cjG__layout{grid-template-columns:1fr 420px;gap:1rem;height:100%;min-height:0;display:grid;overflow:hidden}.StudyLayout-module__o91cjG__videoPane{background:#000;border-radius:10px;align-self:center;min-width:0;height:75%;min-height:0;overflow:hidden}.StudyLayout-module__o91cjG__sidePane{background:var(--color-surface-2);border:1px solid var(--color-border-subtle);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:10px;flex-direction:column;min-width:0;min-height:0;display:flex;overflow:hidden}@media (min-width:1600px){.StudyLayout-module__o91cjG__layout{grid-template-columns:1fr 520px}}@media (max-width:1080px){.StudyLayout-module__o91cjG__layout{grid-template-rows:min(50vh,480px) minmax(460px,1fr);grid-template-columns:1fr}.StudyLayout-module__o91cjG__sidePane{min-height:460px}}
.IntegrationsModal-module__VoKX8a__content{background:var(--color-modal-surface-bg);border:1px solid var(--color-modal-border);border-radius:.25rem;padding:1.5rem}.IntegrationsModal-module__VoKX8a__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.IntegrationsModal-module__VoKX8a__title{color:var(--color-text);text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:1.15rem;font-weight:800}.IntegrationsModal-module__VoKX8a__closeBtn{background:var(--color-modal-control-bg);width:2rem;height:2rem;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;transition:background .15s;display:flex}.IntegrationsModal-module__VoKX8a__closeBtn:hover{background:var(--color-modal-control-bg-hover);color:var(--color-text)}.IntegrationsModal-module__VoKX8a__body{max-height:65vh;overflow-y:auto}
.BlockTypeDialog-module__rNAmFq__dialog{background:var(--color-modal-surface-bg);border:1px solid var(--color-modal-border);border-radius:var(--radius-lg);width:min(440px,92vw);color:var(--color-text);padding:24px}.BlockTypeDialog-module__rNAmFq__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.BlockTypeDialog-module__rNAmFq__eyebrow{letter-spacing:1.5px;color:var(--color-text-muted);margin-bottom:4px;font-size:11px;font-weight:700;display:block}.BlockTypeDialog-module__rNAmFq__title{color:var(--color-text);margin:0;font-size:22px;font-weight:800}.BlockTypeDialog-module__rNAmFq__closeButton{border:1px solid var(--color-border-subtle);background:var(--color-overlay-soft);width:32px;height:32px;color:var(--color-text);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.BlockTypeDialog-module__rNAmFq__closeButton:hover{background:var(--color-overlay-medium)}.BlockTypeDialog-module__rNAmFq__list{flex-direction:column;margin-bottom:16px;display:flex}.BlockTypeDialog-module__rNAmFq__row{cursor:pointer;text-align:left;width:100%;color:var(--color-text);background:0 0;border:0;align-items:center;gap:14px;padding:14px 4px;display:flex}.BlockTypeDialog-module__rNAmFq__row:hover{background:var(--color-overlay-soft);border-radius:12px}.BlockTypeDialog-module__rNAmFq__rowIcon{width:28px;height:28px;color:var(--color-text);flex:0 0 28px;justify-content:center;align-items:center;display:inline-flex}.BlockTypeDialog-module__rNAmFq__rowText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.BlockTypeDialog-module__rNAmFq__rowLabel{color:var(--color-text);font-size:16px;font-weight:700}.BlockTypeDialog-module__rNAmFq__rowSub{color:var(--color-text-muted);font-size:12px}.BlockTypeDialog-module__rNAmFq__chevron{color:var(--color-text-muted)}.BlockTypeDialog-module__rNAmFq__separator{background:var(--color-border-subtle);height:1px;margin-left:46px}.BlockTypeDialog-module__rNAmFq__clearButton{border:1px solid var(--color-border-subtle);color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:8px;padding:12px;font-size:14px;font-weight:600;display:inline-flex}.BlockTypeDialog-module__rNAmFq__clearButton:hover{background:var(--color-overlay-soft);color:var(--color-text)}
.Button-module__IP2Oyq__root{justify-content:center;align-items:center;gap:var(--space-2);border-radius:var(--radius-md);border:1px solid #0000;font-weight:700;transition:transform .12s,background-color .12s,border-color .12s;display:inline-flex}.Button-module__IP2Oyq__root:hover{transform:translateY(-1px)}.Button-module__IP2Oyq__root:disabled{opacity:.6;cursor:not-allowed;transform:none}.Button-module__IP2Oyq__primary{background:var(--brand-accent);color:#fff}.Button-module__IP2Oyq__secondary{background:var(--color-surface-2);border-color:var(--color-border-subtle);color:var(--color-text)}.Button-module__IP2Oyq__ghost{border-color:var(--color-border-subtle);color:var(--color-text-muted);background:0 0}.Button-module__IP2Oyq__sm{min-height:2rem;padding:0 var(--space-3);font-size:var(--font-size-1)}.Button-module__IP2Oyq__md{min-height:2.5rem;padding:0 var(--space-4);font-size:var(--font-size-2)}.Button-module__IP2Oyq__lg{min-height:3rem;padding:0 var(--space-6);font-size:var(--font-size-3)}.Button-module__IP2Oyq__icon{display:inline-flex}
.ClipFilterOptionsModal-module__CJudPW__container{background:var(--color-surface-2);border-radius:var(--radius-xl);border:1px solid var(--color-border-subtle);flex-direction:column;align-items:center;width:100%;max-width:21.25rem;margin:0 auto;padding:2rem 1.5rem 1.5rem;display:flex}.ClipFilterOptionsModal-module__CJudPW__title{color:var(--color-text);text-align:center;margin-bottom:.5rem;font-size:1.375rem;font-weight:700}.ClipFilterOptionsModal-module__CJudPW__subtitle{color:var(--color-text-muted);text-align:center;margin-bottom:1.75rem;padding:0 .625rem;font-size:.875rem;line-height:1.43}.ClipFilterOptionsModal-module__CJudPW__optionsGrid{flex-wrap:wrap;justify-content:center;gap:.625rem;width:100%;margin-bottom:1.5rem;display:flex}.ClipFilterOptionsModal-module__CJudPW__optionButton{border-radius:var(--radius-md);background:var(--color-overlay-medium);border:1px solid var(--color-overlay-strong);cursor:pointer;font:inherit;color:inherit;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.ClipFilterOptionsModal-module__CJudPW__optionButton:hover{background:var(--color-overlay-strong)}.ClipFilterOptionsModal-module__CJudPW__optionButtonActive{background:var(--color-text);border-color:var(--color-text)}.ClipFilterOptionsModal-module__CJudPW__optionIcon{color:var(--color-text)}.ClipFilterOptionsModal-module__CJudPW__optionIconActive{color:var(--color-bg)}.ClipFilterOptionsModal-module__CJudPW__optionLabel{color:var(--color-text);font-size:.875rem;font-weight:600}.ClipFilterOptionsModal-module__CJudPW__optionLabelActive{color:var(--color-bg);font-size:.875rem;font-weight:600}.ClipFilterOptionsModal-module__CJudPW__activeDot{background:#4caf50;border-radius:50%;width:.375rem;height:.375rem;margin-left:.125rem}.ClipFilterOptionsModal-module__CJudPW__closeButton{background:var(--color-text);color:var(--color-bg);text-align:center;cursor:pointer;min-width:10rem;font-size:1rem;font-weight:700;font:inherit;border:none;border-radius:1.875rem;padding:.875rem 3rem}.ClipFilterOptionsModal-module__CJudPW__closeButton:hover{opacity:.9}
.InviteFriendsDialog-module__W-Ecoq__dialogContent{background:var(--color-surface);border:1px solid var(--color-border-subtle);color:var(--color-text);border-radius:1.5rem;flex-direction:column;gap:1.1rem;padding:1.5rem;display:flex;box-shadow:0 18px 48px #00000059}[data-theme=light] .InviteFriendsDialog-module__W-Ecoq__dialogContent{box-shadow:0 20px 44px #0f172a29}.InviteFriendsDialog-module__W-Ecoq__dialogTitle{font-family:var(--font-family-display);letter-spacing:.01em;color:var(--color-text);margin:0;font-size:1.4rem;font-weight:800}.InviteFriendsDialog-module__W-Ecoq__dialogDescription{color:var(--color-text-muted);margin:-.35rem 0 0;font-size:.96rem;line-height:1.5}.InviteFriendsDialog-module__W-Ecoq__linkDialogBody{flex-direction:column;gap:1rem;display:flex}.InviteFriendsDialog-module__W-Ecoq__linkPreview{border:1px solid var(--color-border-subtle);background:var(--color-overlay-soft);border-radius:16px;align-items:flex-start;gap:.85rem;padding:.95rem 1rem;display:flex}.InviteFriendsDialog-module__W-Ecoq__optionIcon{width:2.25rem;height:2.25rem;color:var(--color-text);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.InviteFriendsDialog-module__W-Ecoq__optionIconGreen{background:#66cc992e}.InviteFriendsDialog-module__W-Ecoq__linkText{text-align:left;flex-direction:column;gap:.2rem;min-width:0;display:flex}.InviteFriendsDialog-module__W-Ecoq__linkLabel{color:var(--color-text);font-size:.95rem;font-weight:700}.InviteFriendsDialog-module__W-Ecoq__linkValue{color:var(--color-text-muted);word-break:break-all;font-size:.88rem;line-height:1.45}.InviteFriendsDialog-module__W-Ecoq__copyButton{border:1px solid var(--color-border-subtle);background:var(--color-text);width:100%;color:var(--color-surface);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;gap:.55rem;padding:.9rem 1rem;font-size:.96rem;font-weight:800;transition:opacity .12s,transform .12s;display:inline-flex}.InviteFriendsDialog-module__W-Ecoq__copyButton:hover{opacity:.92;transform:translateY(-1px)}[data-theme=light] .InviteFriendsDialog-module__W-Ecoq__copyButton{background:var(--color-text);color:var(--color-surface)}
.BlockLabelDialog-module__6ng6pa__dialog{background:var(--color-modal-surface-bg);border:1px solid var(--color-modal-border);border-radius:var(--radius-lg);width:min(440px,92vw);color:var(--color-text);padding:24px}.BlockLabelDialog-module__6ng6pa__header{align-items:center;gap:10px;margin-bottom:18px;display:flex}.BlockLabelDialog-module__6ng6pa__headerText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.BlockLabelDialog-module__6ng6pa__title{color:var(--color-text);margin:0;font-size:22px;font-weight:800}.BlockLabelDialog-module__6ng6pa__sub{color:var(--color-text-muted);font-size:13px}.BlockLabelDialog-module__6ng6pa__iconButton{border:1px solid var(--color-border-subtle);background:var(--color-overlay-soft);width:32px;height:32px;color:var(--color-text);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.BlockLabelDialog-module__6ng6pa__iconButton:hover{background:var(--color-overlay-medium)}.BlockLabelDialog-module__6ng6pa__field{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.BlockLabelDialog-module__6ng6pa__fieldLabel{letter-spacing:1.2px;text-transform:uppercase;color:var(--color-text-muted);font-size:11px;font-weight:700}.BlockLabelDialog-module__6ng6pa__input{border:1px solid var(--color-border-subtle);background:var(--color-input-bg);width:100%;color:var(--color-text);border-radius:12px;outline:none;padding:12px 14px;font-size:15px}.BlockLabelDialog-module__6ng6pa__input:focus{border-color:var(--color-focus-ring)}.BlockLabelDialog-module__6ng6pa__submitButton{background:var(--color-text);width:100%;color:var(--color-bg);cursor:pointer;border:0;border-radius:999px;margin-top:12px;padding:14px 16px;font-size:15px;font-weight:700}.BlockLabelDialog-module__6ng6pa__submitButton:disabled{background:var(--color-surface-2);color:var(--color-text-muted);cursor:not-allowed}
.Input-module__1i0rFG__root{width:100%;min-height:2.75rem;padding:0 var(--space-4);border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);background:var(--color-input-bg);color:var(--color-text);transition:border-color .12s,box-shadow .12s,background-color .12s}.Input-module__1i0rFG__root::placeholder{color:var(--color-text-muted)}.Input-module__1i0rFG__root:hover{border-color:var(--color-overlay-strong)}.Input-module__1i0rFG__root:focus-visible{border-color:var(--brand-accent);box-shadow:0 0 0 3px color-mix(in srgb, var(--brand-accent) 24%, transparent);outline:none}
.ClipBookmarksModal-module__ByI_7G__container{background:var(--color-surface);border-radius:var(--radius-xl);border:1px solid var(--color-border-subtle);flex-direction:column;max-height:85vh;display:flex;overflow:hidden}.ClipBookmarksModal-module__ByI_7G__header{border-bottom:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.ClipBookmarksModal-module__ByI_7G__headerLeft{align-items:center;gap:.625rem;display:flex}.ClipBookmarksModal-module__ByI_7G__bookmarkIcon{color:gold}.ClipBookmarksModal-module__ByI_7G__title{color:var(--color-text);margin:0;font-size:1.125rem;font-weight:700}.ClipBookmarksModal-module__ByI_7G__closeBtn{cursor:pointer;color:var(--color-text);background:0 0;border:none;padding:.25rem;display:flex}.ClipBookmarksModal-module__ByI_7G__showAllBtn{border-radius:var(--radius-md);cursor:pointer;color:var(--color-text);font-size:.875rem;font-weight:600;font:inherit;background:#ffd70026;border:1px solid #ffd7004d;justify-content:center;align-items:center;gap:.5rem;margin:.75rem 1rem 0;padding:.75rem;font-weight:600;display:flex}.ClipBookmarksModal-module__ByI_7G__showAllBtn:hover{background:#ffd70033}.ClipBookmarksModal-module__ByI_7G__clearFilterBtn{background:var(--color-overlay-medium);cursor:pointer;color:var(--color-text);border:none;border-radius:.625rem;margin-left:.5rem;padding:.25rem;display:flex}.ClipBookmarksModal-module__ByI_7G__characterFilterRow{border-bottom:1px solid var(--color-overlay-soft);margin-top:.75rem;padding-bottom:.75rem}.ClipBookmarksModal-module__ByI_7G__characterFilterContent{gap:.5rem;padding:0 1rem;display:flex;overflow-x:auto}.ClipBookmarksModal-module__ByI_7G__characterChip{background:var(--color-overlay-soft);border:1px solid var(--color-overlay-medium);cursor:pointer;white-space:nowrap;font:inherit;color:inherit;border-radius:6.25rem;align-items:center;gap:.375rem;padding:.375rem .75rem;display:flex}.ClipBookmarksModal-module__ByI_7G__characterChip:hover{background:var(--color-overlay-medium)}.ClipBookmarksModal-module__ByI_7G__characterChipActive{background:#ffd70026;border-color:#ffd70066}.ClipBookmarksModal-module__ByI_7G__characterChipImage{object-fit:cover;border-radius:50%;width:1.375rem;height:1.375rem}.ClipBookmarksModal-module__ByI_7G__characterChipText{color:var(--color-text-muted);text-overflow:ellipsis;max-width:5rem;font-size:.75rem;font-weight:600;overflow:hidden}.ClipBookmarksModal-module__ByI_7G__characterChipTextActive{color:var(--color-text);text-overflow:ellipsis;max-width:5rem;font-size:.75rem;font-weight:600;overflow:hidden}.ClipBookmarksModal-module__ByI_7G__listContent{flex:1;padding:1rem;overflow-y:auto}.ClipBookmarksModal-module__ByI_7G__clipItem{background:var(--color-overlay-soft);border-radius:var(--radius-md);cursor:pointer;width:100%;font:inherit;color:inherit;text-align:left;border:none;align-items:center;margin-bottom:.625rem;padding:.75rem;display:flex}.ClipBookmarksModal-module__ByI_7G__clipItem:hover{background:var(--color-overlay-medium)}.ClipBookmarksModal-module__ByI_7G__clipContent{flex:1;align-items:center;display:flex}.ClipBookmarksModal-module__ByI_7G__clipThumb{object-fit:cover;border-radius:.375rem;flex-shrink:0;width:3.5rem;height:2rem;margin-right:.75rem}.ClipBookmarksModal-module__ByI_7G__clipThumbPlaceholder{background:var(--color-overlay-medium);justify-content:center;align-items:center;display:flex}.ClipBookmarksModal-module__ByI_7G__playIcon{color:var(--color-text-muted);opacity:.5}.ClipBookmarksModal-module__ByI_7G__clipInfo{flex-direction:column;flex:1;min-width:0;display:flex}.ClipBookmarksModal-module__ByI_7G__authorText{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;margin-bottom:.125rem;font-size:.875rem;font-weight:600;overflow:hidden}.ClipBookmarksModal-module__ByI_7G__descText{color:var(--color-text-muted);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.ClipBookmarksModal-module__ByI_7G__removeBtn{cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:.5rem;display:flex}.ClipBookmarksModal-module__ByI_7G__emptyContainer{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2.5rem;display:flex}.ClipBookmarksModal-module__ByI_7G__emptyIcon{color:var(--color-text-muted);opacity:.3}.ClipBookmarksModal-module__ByI_7G__emptyTitle{color:var(--color-text);margin:1rem 0 .5rem;font-size:1.125rem;font-weight:700}.ClipBookmarksModal-module__ByI_7G__emptyText{color:var(--color-text-muted);text-align:center;margin:0;font-size:.875rem;line-height:1.43}
.TechPracticeEntryCard-module__rdFTnG__row{border:0;border-bottom:1px solid var(--color-border-subtle);width:100%;color:var(--color-text);text-align:left;cursor:pointer;background:0 0;border-radius:0;padding:1rem 1.25rem;transition:background-color .16s}.TechPracticeEntryCard-module__rdFTnG__row:hover{background:var(--color-surface-2)}.TechPracticeEntryCard-module__rdFTnG__row:focus-visible{outline:2px solid var(--brand-accent);outline-offset:2px}.TechPracticeEntryCard-module__rdFTnG__rowSelected{background:color-mix(in srgb, var(--tech-accent,var(--brand-accent)) 10%, var(--color-surface));box-shadow:inset 3px 0 0 var(--tech-accent,var(--brand-accent))}.TechPracticeEntryCard-module__rdFTnG__contentRow{align-items:center;min-width:0;display:flex}.TechPracticeEntryCard-module__rdFTnG__content{flex:1;min-width:0}.TechPracticeEntryCard-module__rdFTnG__title{color:var(--color-text);margin:0 0 4px;font-size:1.1rem;font-weight:800;line-height:1.2}.TechPracticeEntryCard-module__rdFTnG__meta{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.TechPracticeEntryCard-module__rdFTnG__category,.TechPracticeEntryCard-module__rdFTnG__location,.TechPracticeEntryCard-module__rdFTnG__kda{letter-spacing:.04em;text-transform:uppercase;font-size:.85rem;font-weight:800}.TechPracticeEntryCard-module__rdFTnG__category,.TechPracticeEntryCard-module__rdFTnG__location{color:var(--color-text-muted)}.TechPracticeEntryCard-module__rdFTnG__kda{color:#4ade80}.TechPracticeEntryCard-module__rdFTnG__actionsBox{flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;margin-left:1.5rem;display:flex}.TechPracticeEntryCard-module__rdFTnG__selectionDot{border:1px solid var(--color-border-subtle);background:0 0;border-radius:999px;width:.75rem;height:.75rem}
.RichNoteEditor-module__AhvIZW__wrapper{flex-direction:column;height:100%;min-height:0;display:flex;position:relative}.RichNoteEditor-module__AhvIZW__editorSurface{min-height:0;color:var(--color-text);scrollbar-color:#00000026 var(--color-surface-2,transparent);background:0 0;flex:1;padding:.75rem .85rem .85rem;position:relative;overflow-y:auto}.RichNoteEditor-module__AhvIZW__editorSurface::-webkit-scrollbar{width:8px}.RichNoteEditor-module__AhvIZW__editorSurface::-webkit-scrollbar-track{background:var(--color-surface-2,transparent)}.RichNoteEditor-module__AhvIZW__editorSurface::-webkit-scrollbar-thumb{background:#00000026;border-radius:4px}.RichNoteEditor-module__AhvIZW__editorSurface::-webkit-scrollbar-thumb:hover{background:#00000040}.RichNoteEditor-module__AhvIZW__editorSurfaceReadOnly{padding-bottom:.85rem}.RichNoteEditor-module__AhvIZW__editor{min-height:100%;color:inherit;white-space:pre-wrap;word-break:break-word;caret-color:currentColor;text-align:left;direction:ltr;unicode-bidi:plaintext;outline:none;font-size:15px;line-height:1.6}.RichNoteEditor-module__AhvIZW__editor ul,.RichNoteEditor-module__AhvIZW__editor ol{padding-left:1.35rem}.RichNoteEditor-module__AhvIZW__editor p,.RichNoteEditor-module__AhvIZW__editor div,.RichNoteEditor-module__AhvIZW__editor blockquote{margin:0 0 .4rem}.RichNoteEditor-module__AhvIZW__editor a{color:inherit}.RichNoteEditor-module__AhvIZW__editor [data-replay-ts]{cursor:pointer}.RichNoteEditor-module__AhvIZW__editor p.RichNoteEditor-module__AhvIZW__is-editor-empty:first-child:before,.RichNoteEditor-module__AhvIZW__editor.RichNoteEditor-module__AhvIZW__is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--color-text-muted);opacity:.35;pointer-events:none;float:left;height:0;font-size:14px}.RichNoteEditor-module__AhvIZW__toolbarShell{flex-shrink:0;position:relative}.RichNoteEditor-module__AhvIZW__toolbar{border-bottom:1px solid var(--color-border-subtle);background:var(--color-surface-3);opacity:.9;align-items:center;gap:0;padding:.3rem .45rem;display:flex}.RichNoteEditor-module__AhvIZW__toolbarControls,.RichNoteEditor-module__AhvIZW__toolbarActions{align-items:center;gap:1px;display:flex}.RichNoteEditor-module__AhvIZW__toolbarActions{flex:1}.RichNoteEditor-module__AhvIZW__toolbarDivider{background:#ffffff14;width:1px;height:18px;margin:0 5px}.RichNoteEditor-module__AhvIZW__toolbarButton,.RichNoteEditor-module__AhvIZW__pickerButton,.RichNoteEditor-module__AhvIZW__segmentButton{height:30px;color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background .12s,color .12s;display:inline-flex}.RichNoteEditor-module__AhvIZW__toolbarButton{width:30px}.RichNoteEditor-module__AhvIZW__pickerButton{min-width:30px;padding:0 5px}.RichNoteEditor-module__AhvIZW__segmentButton{letter-spacing:.04em;min-width:34px;padding:0 7px;font-size:.68rem;font-weight:800}.RichNoteEditor-module__AhvIZW__toolbarButton:hover,.RichNoteEditor-module__AhvIZW__pickerButton:hover,.RichNoteEditor-module__AhvIZW__segmentButton:hover{color:#ffffffb3;background:#ffffff14}.RichNoteEditor-module__AhvIZW__segmentButtonActive{color:#ff6b6b;background:#ff6b6b1a}.RichNoteEditor-module__AhvIZW__toolbarButtonActive,.RichNoteEditor-module__AhvIZW__toolbarButtonActive:hover{color:#fff;background:#697bff47;box-shadow:inset 0 0 0 1px #697bff8c}.RichNoteEditor-module__AhvIZW__comboInsertButton{color:#d6dbff;letter-spacing:.02em;cursor:pointer;background:#697bff2e;border:1px solid #697bff8c;border-radius:6px;align-items:center;gap:4px;height:30px;padding:0 8px;font-size:.72rem;font-weight:700;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.RichNoteEditor-module__AhvIZW__comboInsertButton:hover{color:#fff;background:#697bff52;border-color:#697bffbf}.RichNoteEditor-module__AhvIZW__timestampButtonWrapper{justify-content:center;align-items:center;display:inline-flex;position:relative}.RichNoteEditor-module__AhvIZW__timestampLottie{pointer-events:none;width:52px;height:52px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.RichNoteEditor-module__AhvIZW__pickerButtonText{font-size:.78rem;font-weight:700}.RichNoteEditor-module__AhvIZW__colorSwatch{border:1.5px solid #fff3;border-radius:999px;width:16px;height:16px}.RichNoteEditor-module__AhvIZW__dropdownBackdrop{z-index:30;background:0 0;border:none;position:fixed;inset:0}.RichNoteEditor-module__AhvIZW__dropdown{z-index:31;background:var(--color-surface-2);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid #ffffff1f;border-radius:10px;width:120px;padding:.5rem 0;position:absolute;top:calc(100% + .3rem);left:.5rem;box-shadow:0 10px 30px #00000080}.RichNoteEditor-module__AhvIZW__colorDropdown{width:210px;padding:.6rem}.RichNoteEditor-module__AhvIZW__dropdownTitle{color:var(--color-text-muted);opacity:.6;letter-spacing:.08em;text-transform:uppercase;padding:0 .65rem .3rem;font-size:.62rem;font-weight:700;display:block}.RichNoteEditor-module__AhvIZW__dropdownList{flex-direction:column;display:flex}.RichNoteEditor-module__AhvIZW__dropdownItem{color:#ffffff80;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.45rem .65rem;transition:background .1s;display:flex}.RichNoteEditor-module__AhvIZW__dropdownItem:hover{background:#ffffff0f}.RichNoteEditor-module__AhvIZW__dropdownItemActive,.RichNoteEditor-module__AhvIZW__dropdownCheck{color:#ff6b6b}.RichNoteEditor-module__AhvIZW__colorGrid{grid-template-columns:repeat(8,minmax(0,1fr));gap:.35rem;display:grid}.RichNoteEditor-module__AhvIZW__colorOption{cursor:pointer;border:2px solid #0000;border-radius:999px;width:20px;height:20px;transition:transform .1s}.RichNoteEditor-module__AhvIZW__colorOption:hover{transform:scale(1.15)}.RichNoteEditor-module__AhvIZW__colorOptionActive{border-color:var(--color-text)}[data-theme=light] .RichNoteEditor-module__AhvIZW__dropdown{box-shadow:0 10px 24px #00000026}
.DesktopStudyVideoPlayer-module__kPnPOq__frame{background:#000;border-radius:18px;width:100%;height:100%;min-height:320px;position:relative;overflow:hidden}.DesktopStudyVideoPlayer-module__kPnPOq__playerHost,.DesktopStudyVideoPlayer-module__kPnPOq__embedFrame,.DesktopStudyVideoPlayer-module__kPnPOq__nativeVideo{background:#000;border:0;width:100%;height:100%}.DesktopStudyVideoPlayer-module__kPnPOq__nativeVideo{object-fit:contain;display:block}
.DrillPickerDialog-module__xP5-EG__dialog{background:var(--color-modal-surface-bg);border:1px solid var(--color-modal-border);border-radius:var(--radius-lg);width:min(560px,94vw);max-height:min(86vh,760px);color:var(--color-text);flex-direction:column;padding:24px;display:flex}.DrillPickerDialog-module__xP5-EG__header{align-items:center;gap:10px;margin-bottom:16px;display:flex}.DrillPickerDialog-module__xP5-EG__title{color:var(--color-text);flex:1;margin:0;font-size:22px;font-weight:800}.DrillPickerDialog-module__xP5-EG__iconButton{border:1px solid var(--color-border-subtle);background:var(--color-overlay-soft);width:32px;height:32px;color:var(--color-text);cursor:pointer;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.DrillPickerDialog-module__xP5-EG__iconButton:hover{background:var(--color-overlay-medium)}.DrillPickerDialog-module__xP5-EG__searchRow{width:auto;margin-bottom:12px}.DrillPickerDialog-module__xP5-EG__list{flex:1;margin:0 -4px;padding:0 4px;overflow-y:auto}.DrillPickerDialog-module__xP5-EG__empty{text-align:center;color:var(--color-text-muted);flex-direction:column;align-items:center;padding:24px 8px;font-size:14px;display:flex}.DrillPickerDialog-module__xP5-EG__empty p{margin:0}.DrillPickerDialog-module__xP5-EG__row{cursor:pointer;text-align:left;width:100%;color:var(--color-text);background:0 0;border:0;align-items:center;gap:12px;padding:12px 4px;display:flex}.DrillPickerDialog-module__xP5-EG__row:hover{background:var(--color-overlay-soft);border-radius:12px}.DrillPickerDialog-module__xP5-EG__portrait{background:var(--color-input-bg);border:1px solid var(--color-border-subtle);border-radius:22px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex;position:relative;overflow:hidden}.DrillPickerDialog-module__xP5-EG__portraitImage{object-fit:cover}.DrillPickerDialog-module__xP5-EG__portraitFallback{color:var(--color-text-muted)}.DrillPickerDialog-module__xP5-EG__rowText{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.DrillPickerDialog-module__xP5-EG__rowLabel{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.DrillPickerDialog-module__xP5-EG__rowSub{color:var(--color-text-muted);font-size:12px}.DrillPickerDialog-module__xP5-EG__checkmark{color:var(--color-text)}.DrillPickerDialog-module__xP5-EG__separator{background:var(--color-border-subtle);height:1px}
.ClipDirectoryModal-module__fo-EZG__container{background:var(--color-surface);border-radius:var(--radius-xl);border:1px solid var(--color-border-subtle);flex-direction:column;max-height:85vh;display:flex;overflow:hidden}.ClipDirectoryModal-module__fo-EZG__header{border-bottom:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;padding:1.25rem;display:flex}.ClipDirectoryModal-module__fo-EZG__headerLeft{align-items:center;gap:.625rem;display:flex}.ClipDirectoryModal-module__fo-EZG__directoryIcon{color:#1d9bf0}.ClipDirectoryModal-module__fo-EZG__title{color:var(--color-text);margin:0;font-size:1.125rem;font-weight:700}.ClipDirectoryModal-module__fo-EZG__closeBtn{cursor:pointer;color:var(--color-text);background:0 0;border:none;padding:.25rem;display:flex}.ClipDirectoryModal-module__fo-EZG__listContent{flex:1;padding:1rem;overflow-y:auto}.ClipDirectoryModal-module__fo-EZG__authorItem{background:var(--color-overlay-soft);border-radius:var(--radius-md);cursor:pointer;width:100%;font:inherit;color:inherit;text-align:left;border:1px solid #0000;justify-content:space-between;align-items:center;margin-bottom:.625rem;padding:.875rem;display:flex}.ClipDirectoryModal-module__fo-EZG__authorItem:hover{background:var(--color-overlay-medium)}.ClipDirectoryModal-module__fo-EZG__authorItemActive{background:#1d9bf01f;border-color:#1d9bf04d}.ClipDirectoryModal-module__fo-EZG__authorContent{flex:1;align-items:center;display:flex}.ClipDirectoryModal-module__fo-EZG__authorAvatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:2.25rem;height:2.25rem;margin-right:.75rem}.ClipDirectoryModal-module__fo-EZG__avatarPlaceholder{background:var(--color-overlay-medium);justify-content:center;align-items:center;display:flex}.ClipDirectoryModal-module__fo-EZG__avatarIcon{color:var(--color-text-muted);opacity:.5}.ClipDirectoryModal-module__fo-EZG__authorInfo{flex-direction:column;flex:1;display:flex}.ClipDirectoryModal-module__fo-EZG__authorName{color:var(--color-text);margin-bottom:.125rem;font-size:.9375rem;font-weight:600}.ClipDirectoryModal-module__fo-EZG__authorNameActive{color:#1d9bf0}.ClipDirectoryModal-module__fo-EZG__clipCount{color:var(--color-text-muted);opacity:.7;font-size:.75rem}.ClipDirectoryModal-module__fo-EZG__checkIcon{color:#4caf50;flex-shrink:0}.ClipDirectoryModal-module__fo-EZG__emptyContainer{flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2.5rem;display:flex}.ClipDirectoryModal-module__fo-EZG__emptyIcon{color:var(--color-text-muted);opacity:.3}.ClipDirectoryModal-module__fo-EZG__emptyTitle{color:var(--color-text);margin:1rem 0 .5rem;font-size:1.125rem;font-weight:700}.ClipDirectoryModal-module__fo-EZG__emptyText{color:var(--color-text-muted);text-align:center;margin:0;font-size:.875rem;line-height:1.43}
.ReplayReviewsModal-module__25qGUq__overlay{z-index:620;overscroll-behavior:contain;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000d9;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0;overflow:hidden}.ReplayReviewsModal-module__25qGUq__modal{background:0 0;grid-template-rows:auto 1fr;width:1380px;max-width:92vw;height:780px;max-height:82vh;display:grid;position:relative;overflow:hidden}.ReplayReviewsModal-module__25qGUq__pickerBar{scrollbar-width:thin;gap:.5rem;padding:.75rem 3rem .75rem .25rem;display:flex;overflow:auto hidden}.ReplayReviewsModal-module__25qGUq__emptyState{background:var(--color-surface,#0b0b0b);border:1px solid var(--color-border-subtle);border-radius:14px;grid-row:1/-1;justify-content:center;align-items:center;padding:2rem;display:flex}.ReplayReviewsModal-module__25qGUq__emptyStateCard{text-align:center;flex-direction:column;align-items:center;gap:.75rem;max-width:28rem;display:flex}.ReplayReviewsModal-module__25qGUq__emptyStateIcon{background:var(--color-overlay-medium,#ffffff0f);width:3.5rem;height:3.5rem;color:var(--color-text-muted);border-radius:999px;justify-content:center;align-items:center;display:flex}.ReplayReviewsModal-module__25qGUq__emptyStateTitle{color:var(--color-text);letter-spacing:.005em;margin:0;font-size:1.15rem;font-weight:700}.ReplayReviewsModal-module__25qGUq__emptyStateBody{color:var(--color-text-muted);margin:0;font-size:.92rem;line-height:1.5}.ReplayReviewsModal-module__25qGUq__pickerPill,.ReplayReviewsModal-module__25qGUq__pickerPillActive{border:1px solid var(--color-border-subtle);background:var(--color-overlay-medium,#ffffff0a);color:var(--color-text);cursor:pointer;text-align:left;font:inherit;border-radius:.5rem;flex-direction:column;flex-shrink:0;align-items:flex-start;gap:.2rem;padding:.5rem .85rem;transition:background-color .12s,border-color .12s;display:inline-flex}.ReplayReviewsModal-module__25qGUq__pickerPill:hover{background:var(--color-overlay-strong,#ffffff14)}.ReplayReviewsModal-module__25qGUq__pickerPillActive{border-color:var(--coach-accent,#55d7ea);background:var(--color-overlay-strong,#ffffff14)}.ReplayReviewsModal-module__25qGUq__pickerPillCode{letter-spacing:.02em;white-space:nowrap;font-size:.85rem;font-weight:700}.ReplayReviewsModal-module__25qGUq__pickerPillMeta{color:var(--color-text-muted);white-space:nowrap;align-items:center;gap:.45rem;font-size:.72rem;font-weight:500;display:inline-flex}.ReplayReviewsModal-module__25qGUq__pickerPillStatusReviewed,.ReplayReviewsModal-module__25qGUq__pickerPillStatusPending{text-transform:uppercase;letter-spacing:.04em;border-radius:999px;align-items:center;height:1rem;padding:0 .4rem;font-size:.62rem;font-weight:800;display:inline-flex}.ReplayReviewsModal-module__25qGUq__pickerPillStatusReviewed{color:#4db6ac;background:#4db6ac26;border:1px solid #4db6ac4d}.ReplayReviewsModal-module__25qGUq__pickerPillStatusPending{color:#e8a838;background:#e8a83826;border:1px solid #e8a8384d}.ReplayReviewsModal-module__25qGUq__closeButton{z-index:5;border:1px solid var(--color-border-subtle);background:var(--color-surface-3);width:32px;height:32px;color:var(--color-text-muted);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:inline-flex;position:absolute;top:.5rem;right:.5rem}.ReplayReviewsModal-module__25qGUq__closeButton:hover{background:var(--color-modal-control-bg-hover,#ffffff14);color:var(--color-text)}.ReplayReviewsModal-module__25qGUq__layout{height:100%}.ReplayReviewsModal-module__25qGUq__videoPane{background:0 0;border-radius:10px;align-self:stretch;height:100%}.ReplayReviewsModal-module__25qGUq__sidePane{padding:0}.ReplayReviewsModal-module__25qGUq__videoColumn{flex-direction:column;justify-content:center;align-items:center;gap:.5rem;height:100%;min-height:0;display:flex}.ReplayReviewsModal-module__25qGUq__videoToolbar{border:1px solid var(--color-border-subtle);background:var(--color-surface-2,#141414b3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:.65rem;flex-wrap:wrap;flex-shrink:0;align-self:stretch;align-items:center;gap:.4rem;padding:.5rem .65rem;display:flex}.ReplayReviewsModal-module__25qGUq__videoFrame{aspect-ratio:16/9;background:#000;border-radius:10px;flex-shrink:1;width:100%;max-height:100%;position:relative;overflow:hidden}.ReplayReviewsModal-module__25qGUq__videoPlaceholder{height:100%;color:var(--color-text-muted);justify-content:center;align-items:center;font-size:.9rem;font-weight:600;display:flex}.ReplayReviewsModal-module__25qGUq__emptyVideo{height:100%;color:var(--color-text-muted);letter-spacing:.01em;background:#0a0a0a;border-radius:10px;justify-content:center;align-items:center;font-size:.95rem;font-weight:600;display:flex}.ReplayReviewsModal-module__25qGUq__markerPillsOverlay{z-index:4;pointer-events:none;flex-wrap:wrap;gap:.5rem;display:flex;position:absolute;top:1rem;left:1rem;right:1rem}.ReplayReviewsModal-module__25qGUq__markerPill{color:#fff;letter-spacing:.04em;text-transform:uppercase;text-shadow:0 1px 2px #000000a6;border:2px solid;border-radius:999px;align-items:center;max-width:100%;padding:.55rem 1rem;font-size:1rem;font-weight:900;line-height:1.1;display:inline-flex;box-shadow:0 10px 28px #00000080,0 0 0 1px #00000073}.ReplayReviewsModal-module__25qGUq__annotationNoteOverlay{z-index:4;color:#fff;letter-spacing:.005em;pointer-events:none;text-shadow:0 1px 2px #00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000d1;border:1.5px solid #ffffff47;border-radius:.7rem;padding:1rem 1.15rem;font-size:1.15rem;font-weight:700;line-height:1.4;position:absolute;bottom:1rem;left:1rem;right:1rem;box-shadow:0 14px 34px #0000008c}.ReplayReviewsModal-module__25qGUq__drawingOverlay,.ReplayReviewsModal-module__25qGUq__drawingOverlayReadOnly{z-index:3;width:100%;height:100%;position:absolute;inset:0}.ReplayReviewsModal-module__25qGUq__drawingOverlay{cursor:crosshair;touch-action:none;background:0 0}.ReplayReviewsModal-module__25qGUq__drawingOverlayReadOnly{pointer-events:none}.ReplayReviewsModal-module__25qGUq__iconToolButton{border:1px solid var(--color-border-subtle);width:1.9rem;height:1.9rem;color:var(--color-text);cursor:pointer;background:#ffffff0a;border-radius:.45rem;justify-content:center;align-items:center;transition:background-color .14s;display:inline-flex}.ReplayReviewsModal-module__25qGUq__iconToolButton:hover:not(:disabled){background:#ffffff1a}.ReplayReviewsModal-module__25qGUq__iconToolButton:disabled{opacity:.45;cursor:not-allowed}.ReplayReviewsModal-module__25qGUq__timeDisplay{min-width:3.25rem;color:var(--color-text-muted);font-variant-numeric:tabular-nums;text-align:center;font-size:.78rem;font-weight:800}.ReplayReviewsModal-module__25qGUq__toolbarDivider{background:var(--color-border-subtle);align-self:stretch;width:1px;min-height:1.4rem}.ReplayReviewsModal-module__25qGUq__toolButton{border:1px solid var(--color-border-subtle);color:var(--color-text);cursor:pointer;background:0 0;border-radius:.45rem;align-items:center;gap:.35rem;padding:.35rem .65rem;font-size:.72rem;font-weight:700;transition:background-color .14s;display:inline-flex}.ReplayReviewsModal-module__25qGUq__toolButton:hover:not(:disabled){background:#ffffff0f}.ReplayReviewsModal-module__25qGUq__toolButton:disabled{opacity:.5;cursor:not-allowed}.ReplayReviewsModal-module__25qGUq__toolButtonActive{background:var(--color-text);color:var(--color-surface,#0b0b0b);border-color:var(--color-text)}.ReplayReviewsModal-module__25qGUq__colorSwatches{border-left:1px solid var(--color-border-subtle);gap:.3rem;margin-left:.1rem;padding-left:.4rem;display:inline-flex}.ReplayReviewsModal-module__25qGUq__colorSwatch{cursor:pointer;border:2px solid #0000;border-radius:50%;width:1.05rem;height:1.05rem;padding:0}.ReplayReviewsModal-module__25qGUq__colorSwatchActive{border-color:var(--color-text)}.ReplayReviewsModal-module__25qGUq__widthPicker{border-left:1px solid var(--color-border-subtle);gap:.25rem;padding-left:.4rem;display:inline-flex}.ReplayReviewsModal-module__25qGUq__widthButton{border:1px solid var(--color-border-subtle);cursor:pointer;background:0 0;border-radius:.4rem;justify-content:center;align-items:center;width:1.65rem;height:1.65rem;display:inline-flex}.ReplayReviewsModal-module__25qGUq__widthButtonActive{background:var(--color-text);border-color:var(--color-text)}.ReplayReviewsModal-module__25qGUq__widthDot{border-radius:50%}.ReplayReviewsModal-module__25qGUq__widthButtonActive .ReplayReviewsModal-module__25qGUq__widthDot{background:var(--color-surface,#0b0b0b)!important}.ReplayReviewsModal-module__25qGUq__markerTimeline{border:1px solid var(--color-border-subtle);background:var(--color-surface-2,#141414b3);border-radius:.65rem;flex-shrink:0;align-self:stretch;padding:.5rem .65rem}.ReplayReviewsModal-module__25qGUq__timelineTrack{background:#ffffff1f;border-radius:999px;height:6px;position:relative}.ReplayReviewsModal-module__25qGUq__timelineProgress{border-radius:inherit;background:#ffffff47;position:absolute;inset:0 auto 0 0}.ReplayReviewsModal-module__25qGUq__timelineMarker{cursor:pointer;border:1px solid #000;border-radius:50%;width:12px;height:12px;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%)}.ReplayReviewsModal-module__25qGUq__timelineMarker:hover{outline-offset:2px;outline:2px solid #ffffff80}.ReplayReviewsModal-module__25qGUq__sideContent{flex-direction:column;gap:.85rem;height:100%;min-height:0;padding:1rem 1rem 1.25rem;display:flex;overflow-y:auto}.ReplayReviewsModal-module__25qGUq__sideSection{flex-direction:column;gap:.45rem;display:flex}.ReplayReviewsModal-module__25qGUq__coachResponseSection{flex-direction:column;flex:1;gap:.6rem;min-height:0;margin-top:.5rem;display:flex}.ReplayReviewsModal-module__25qGUq__coachResponseField{width:100%;min-height:14rem;color:var(--color-text);resize:none;background:0 0;border:0;outline:none;flex:1;padding:0;font-family:inherit;font-size:1rem;line-height:1.6}.ReplayReviewsModal-module__25qGUq__coachResponseField::placeholder{color:var(--color-text-muted);opacity:.7}.ReplayReviewsModal-module__25qGUq__coachResponseField:focus{outline:none}.ReplayReviewsModal-module__25qGUq__coachResponseRead{color:var(--color-text);white-space:pre-wrap;margin:0;padding:0;font-size:1rem;line-height:1.6}.ReplayReviewsModal-module__25qGUq__athleteNoteInline{color:var(--color-text-muted);flex-direction:column;gap:.2rem;margin:0;padding:0;font-size:.85rem;font-style:italic;line-height:1.5;display:flex}.ReplayReviewsModal-module__25qGUq__athleteNoteLabel{color:var(--color-text-muted);letter-spacing:.1em;text-transform:uppercase;opacity:.7;font-size:.62rem;font-style:normal;font-weight:800}.ReplayReviewsModal-module__25qGUq__sectionLabel{color:var(--color-text-muted);letter-spacing:.1em;text-transform:uppercase;margin:0;font-size:.68rem;font-weight:800}.ReplayReviewsModal-module__25qGUq__sectionHeaderRow{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.ReplayReviewsModal-module__25qGUq__mutedText{color:var(--color-text-muted);margin:0;font-size:.85rem;line-height:1.5}.ReplayReviewsModal-module__25qGUq__errorText{color:#ef6461;margin:0;font-size:.78rem;font-weight:700}.ReplayReviewsModal-module__25qGUq__input,.ReplayReviewsModal-module__25qGUq__textarea{border:1px solid var(--color-border-subtle);background:var(--color-overlay-medium,#8080800d);width:100%;color:var(--color-text);resize:vertical;border-radius:.5rem;padding:.5rem .7rem;font-family:inherit;font-size:.85rem;line-height:1.4}.ReplayReviewsModal-module__25qGUq__input:focus,.ReplayReviewsModal-module__25qGUq__textarea:focus{outline-offset:-1px;outline:2px solid #5b9fd6}.ReplayReviewsModal-module__25qGUq__primaryButton{background:var(--color-text);color:var(--color-surface,#0b0b0b);cursor:pointer;border:0;border-radius:.5rem;justify-content:center;align-self:flex-start;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.8rem;font-weight:800;transition:opacity .14s;display:inline-flex}.ReplayReviewsModal-module__25qGUq__primaryButton:hover:not(:disabled){opacity:.88}.ReplayReviewsModal-module__25qGUq__primaryButton:disabled{opacity:.55;cursor:not-allowed}.ReplayReviewsModal-module__25qGUq__dangerButton{color:#ef6461;cursor:pointer;background:#ef64611a;border:1px solid #ef646152;border-radius:.5rem;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.75rem;font-weight:700;transition:background-color .14s;display:inline-flex}.ReplayReviewsModal-module__25qGUq__dangerButton:hover:not(:disabled){background:#ef64612e}.ReplayReviewsModal-module__25qGUq__dangerButton:disabled{opacity:.55;cursor:not-allowed}.ReplayReviewsModal-module__25qGUq__smallButton{border:1px solid var(--color-border-subtle);background:var(--color-overlay-medium,#8080800f);color:var(--color-text);cursor:pointer;border-radius:.45rem;align-items:center;gap:.3rem;padding:.35rem .65rem;font-size:.72rem;font-weight:700;transition:background-color .14s;display:inline-flex}.ReplayReviewsModal-module__25qGUq__smallButton:hover:not(:disabled){background:var(--color-overlay-strong,#80808024)}.ReplayReviewsModal-module__25qGUq__actionsRow{flex-wrap:wrap;gap:.5rem;display:flex}.ReplayReviewsModal-module__25qGUq__reviewList{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ReplayReviewsModal-module__25qGUq__reviewRow{border:0;border-bottom:1px solid var(--color-border-subtle);text-align:left;cursor:pointer;width:100%;color:var(--color-text);background:0 0;align-items:center;gap:.65rem;padding:.65rem .5rem;transition:background-color .14s;display:flex}.ReplayReviewsModal-module__25qGUq__reviewRow:hover{background:var(--color-overlay-medium,#8080800d)}.ReplayReviewsModal-module__25qGUq__reviewRowActive{background:var(--color-overlay-strong,#8080801a)}.ReplayReviewsModal-module__25qGUq__reviewRow:last-child{border-bottom:0}.ReplayReviewsModal-module__25qGUq__statusDot{background:#e8a838;border-radius:50%;flex-shrink:0;width:8px;height:8px}.ReplayReviewsModal-module__25qGUq__statusDotReviewed{background:#4caf50}.ReplayReviewsModal-module__25qGUq__reviewRowText{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.ReplayReviewsModal-module__25qGUq__reviewRowTitle{color:var(--color-text);text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;font-weight:700;overflow:hidden}.ReplayReviewsModal-module__25qGUq__reviewRowMeta{color:var(--color-text-muted);align-items:center;gap:.35rem;font-size:.7rem;font-weight:600;display:inline-flex}.ReplayReviewsModal-module__25qGUq__reviewRowStatus{color:#4caf50;align-items:center;gap:.2rem;margin-left:auto;display:inline-flex}.ReplayReviewsModal-module__25qGUq__athleteNote{background:var(--color-overlay-medium,#8080800d);color:var(--color-text);border-left:3px solid #5b9fd6;border-radius:.4rem;margin:0;padding:.5rem .75rem;font-size:.85rem;line-height:1.5}.ReplayReviewsModal-module__25qGUq__coachNote{color:var(--color-text);background:#4caf5014;border-left:3px solid #4caf50;border-radius:.4rem;margin:0;padding:.55rem .75rem;font-size:.88rem;line-height:1.5}.ReplayReviewsModal-module__25qGUq__tagBar{border:1px solid var(--color-border-subtle);background:var(--color-overlay-medium,#8080800a);border-radius:.6rem;flex-direction:column;gap:.4rem;padding:.55rem .7rem;display:flex}.ReplayReviewsModal-module__25qGUq__tagBarHeader{color:var(--color-text-muted);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.35rem;font-size:.65rem;font-weight:800;display:inline-flex}.ReplayReviewsModal-module__25qGUq__tagChipsRow{flex-wrap:wrap;gap:.4rem;display:flex}.ReplayReviewsModal-module__25qGUq__tagChip{background:0 0;border:1px solid;border-radius:999px;align-items:center;gap:.35rem;padding:.3rem .6rem;font-size:.72rem;font-weight:800;display:inline-flex}.ReplayReviewsModal-module__25qGUq__counterChip{background:#ffffff0a;border:1px solid;border-radius:999px;align-items:center;gap:.25rem;padding:.2rem;display:inline-flex}.ReplayReviewsModal-module__25qGUq__counterMinus{width:1.35rem;height:1.35rem;color:inherit;cursor:pointer;background:#ffffff12;border:0;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.ReplayReviewsModal-module__25qGUq__counterMinus:disabled{opacity:.28;cursor:not-allowed}.ReplayReviewsModal-module__25qGUq__counterCenter{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;align-items:center;gap:.35rem;font-size:.72rem;font-weight:800;display:inline-flex}.ReplayReviewsModal-module__25qGUq__tagChipDot{border-radius:50%;flex-shrink:0;width:7px;height:7px}.ReplayReviewsModal-module__25qGUq__tagChipCount{color:#111;border-radius:999px;justify-content:center;align-items:center;min-width:1.2rem;height:1.05rem;padding:0 .3rem;font-size:.65rem;font-weight:800;display:inline-flex}.ReplayReviewsModal-module__25qGUq__tagChipSm{border:1px solid;border-radius:999px;align-items:center;padding:.15rem .45rem;font-size:.68rem;font-weight:700;display:inline-flex}.ReplayReviewsModal-module__25qGUq__timestampList{flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none;display:flex}.ReplayReviewsModal-module__25qGUq__timestampItem{background:0 0;border-radius:.45rem;align-items:center;gap:.5rem;padding:.35rem .4rem;display:flex}.ReplayReviewsModal-module__25qGUq__timestampItemActive{background:var(--color-overlay-medium,#80808014)}.ReplayReviewsModal-module__25qGUq__timestampChip{border:1px solid var(--color-border-subtle);background:var(--color-overlay-medium,#8080800f);color:var(--color-text);font-variant-numeric:tabular-nums;cursor:pointer;border-radius:999px;align-items:center;gap:.3rem;padding:.25rem .55rem;font-size:.72rem;font-weight:800;display:inline-flex}.ReplayReviewsModal-module__25qGUq__timestampChip:hover{background:var(--color-overlay-strong,#8080801f)}.ReplayReviewsModal-module__25qGUq__timestampNote{color:var(--color-text-muted);flex:1;font-size:.8rem}.ReplayReviewsModal-module__25qGUq__timestampMeta{color:var(--color-text-muted);font-size:.68rem;font-weight:700}.ReplayReviewsModal-module__25qGUq__iconButton{width:1.65rem;height:1.65rem;color:var(--color-text-muted);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.ReplayReviewsModal-module__25qGUq__iconButton:hover:not(:disabled){color:#ef6461;background:#ef646124}.ReplayReviewsModal-module__25qGUq__eventsList{flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none;display:flex}.ReplayReviewsModal-module__25qGUq__eventsItem{align-items:center;gap:.5rem;padding:.25rem .2rem;display:flex}@media (max-width:1080px){.ReplayReviewsModal-module__25qGUq__modal{width:100%;max-width:100%;height:100%;max-height:100%}.ReplayReviewsModal-module__25qGUq__overlay{padding:0}.ReplayReviewsModal-module__25qGUq__closeButton{top:.75rem;right:.75rem}}
.TechPracticeGrid-module__W6nAQa__container{flex-direction:column;gap:16px;padding-top:8px;display:flex}.TechPracticeGrid-module__W6nAQa__subtitle{font-family:var(--font-family-display);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.1em;margin:0 0 16px;font-size:16px;font-weight:500}.TechPracticeGrid-module__W6nAQa__grid{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}.TechPracticeGrid-module__W6nAQa__card{aspect-ratio:1;background-color:var(--color-surface-outline-bg);border:1px solid var(--color-surface-outline-border);cursor:pointer;border-radius:20px;justify-content:center;align-items:center;padding:0;transition:transform .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.TechPracticeGrid-module__W6nAQa__card:hover{border-color:var(--color-focus-ring);transform:scale(1.02)}.TechPracticeGrid-module__W6nAQa__imageWrapper{opacity:.88;justify-content:center;align-items:center;display:flex;position:absolute;inset:.9rem}.TechPracticeGrid-module__W6nAQa__image{object-fit:contain;object-position:center;width:100%;height:100%}.TechPracticeGrid-module__W6nAQa__imagePlaceholder{width:100%;height:100%}.TechPracticeGrid-module__W6nAQa__overlay{background-color:var(--color-surface-outline-bg-soft);opacity:.1;z-index:2;position:absolute;inset:0}.TechPracticeGrid-module__W6nAQa__title{z-index:3;color:var(--color-text);font-family:var(--font-family-display);letter-spacing:.1em;text-shadow:0 4px 12px #000c;font-size:20px;font-weight:900;position:relative}[data-theme=light] .TechPracticeGrid-module__W6nAQa__title{text-shadow:0 2px 8px #00000026}
.FiltersBar-module__dvvSlG__container{padding-top:0;padding-bottom:1rem}.FiltersBar-module__dvvSlG__searchRow{align-items:center;gap:.625rem;margin:0 1rem .75rem;display:flex}.FiltersBar-module__dvvSlG__searchContainer{flex:1}.FiltersBar-module__dvvSlG__clearSearch{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:0;display:flex}.FiltersBar-module__dvvSlG__clearSearch:hover{background:var(--color-overlay-medium)}.FiltersBar-module__dvvSlG__characterDropdownWrap{position:relative}.FiltersBar-module__dvvSlG__characterButton{cursor:pointer;background:0 0;border:2px solid #fff;border-radius:50%;flex-shrink:0;width:2.25rem;height:2.25rem;padding:0;overflow:hidden}.FiltersBar-module__dvvSlG__characterButtonImage{object-fit:cover;width:100%;height:100%}.FiltersBar-module__dvvSlG__characterButtonAll{color:#000;background-color:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.FiltersBar-module__dvvSlG__characterDropdown{width:14rem;max-height:20rem;z-index:var(--z-overlay,400);background-color:#0a0a0a;border:1px solid #222;border-radius:.5rem;padding:.25rem;position:absolute;top:calc(100% + .5rem);right:0;overflow-y:auto}.FiltersBar-module__dvvSlG__characterOption{color:#ffffffb3;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.25rem;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;font-weight:600;display:flex}.FiltersBar-module__dvvSlG__characterOption:hover{background-color:#ffffff14}.FiltersBar-module__dvvSlG__characterOptionActive{color:#fff;background-color:#ffffff1f}.FiltersBar-module__dvvSlG__characterOptionImage{object-fit:cover;border-radius:50%;width:1.375rem;height:1.375rem}.FiltersBar-module__dvvSlG__filtersScroll{scrollbar-width:none;gap:.625rem;padding:0 1rem;display:flex;overflow-x:auto}.FiltersBar-module__dvvSlG__filtersScroll::-webkit-scrollbar{display:none}.FiltersBar-module__dvvSlG__filterPill{cursor:pointer;white-space:nowrap;color:#fff9;background-color:#050505;border:1px solid #222;border-radius:2px;flex-shrink:0;align-items:center;gap:.375rem;padding:.625rem 1rem;font-family:inherit;display:flex}.FiltersBar-module__dvvSlG__filterPill:hover{border-color:#444}.FiltersBar-module__dvvSlG__filterPillActive{background-color:#fff;border-color:#fff}.FiltersBar-module__dvvSlG__filterPillText{color:#ffffffb3;letter-spacing:.03125rem;font-size:.75rem;font-weight:800}.FiltersBar-module__dvvSlG__sortPill{background-color:#050505}.FiltersBar-module__dvvSlG__sortPillActive{color:#000}.FiltersBar-module__dvvSlG__resetPill{cursor:pointer;white-space:nowrap;color:#f44336;background-color:#f443360d;border:1px solid #f443364d;border-radius:2px;flex-shrink:0;align-items:center;gap:.375rem;padding:.625rem .75rem;font-family:inherit;display:flex}.FiltersBar-module__dvvSlG__resetText{color:#f44336;letter-spacing:.03125rem;font-size:.75rem;font-weight:900}.FiltersBar-module__dvvSlG__modalOverlay{z-index:var(--z-modal,500);background-color:#000000d9;justify-content:center;align-items:flex-end;display:flex;position:fixed;inset:0}.FiltersBar-module__dvvSlG__modalContent{border-top:4px solid var(--brand-accent,#4caf50);background-color:#000;width:100%;max-width:32rem;max-height:70%;padding:0 1.5rem 3.125rem}.FiltersBar-module__dvvSlG__modalHandle{background-color:#fff3;border-radius:2px;width:2.5rem;height:.25rem;margin:.75rem auto 1.25rem}.FiltersBar-module__dvvSlG__modalTitle{color:#fff;letter-spacing:.03125rem;margin:0 0 1rem;font-size:1.125rem;font-weight:900}.FiltersBar-module__dvvSlG__sortOption{cursor:pointer;color:#ffffffb3;background-color:#050505;border:1px solid #222;border-radius:2px;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem;padding:1rem;font-family:inherit;display:flex}.FiltersBar-module__dvvSlG__sortOption:hover{border-color:#444}.FiltersBar-module__dvvSlG__sortOptionActive{background-color:#4caf501a;border-color:#4caf504d}.FiltersBar-module__dvvSlG__sortOptionText{color:#ffffffb3;letter-spacing:.03125rem;font-size:1rem;font-weight:800}.FiltersBar-module__dvvSlG__sortOptionTextActive{color:var(--brand-accent,#4caf50);font-weight:700}[data-theme=light] .FiltersBar-module__dvvSlG__characterButton{border-color:var(--color-text)}[data-theme=light] .FiltersBar-module__dvvSlG__characterButtonAll{background-color:var(--color-text);color:var(--color-bg)}[data-theme=light] .FiltersBar-module__dvvSlG__characterDropdown{background-color:var(--color-surface);border-color:var(--color-border-subtle);box-shadow:var(--shadow-md)}[data-theme=light] .FiltersBar-module__dvvSlG__characterOption{color:var(--color-text-muted)}[data-theme=light] .FiltersBar-module__dvvSlG__characterOption:hover{background-color:var(--color-overlay-medium)}[data-theme=light] .FiltersBar-module__dvvSlG__characterOptionActive{background-color:var(--color-overlay-strong);color:var(--color-text)}[data-theme=light] .FiltersBar-module__dvvSlG__filterPill{background-color:var(--color-surface);border-color:var(--color-border-subtle);color:var(--color-text-muted)}[data-theme=light] .FiltersBar-module__dvvSlG__filterPill:hover{border-color:var(--color-text-muted)}[data-theme=light] .FiltersBar-module__dvvSlG__filterPillText{color:var(--color-text-muted)}[data-theme=light] .FiltersBar-module__dvvSlG__sortPill{background-color:var(--color-surface)}[data-theme=light] .FiltersBar-module__dvvSlG__modalOverlay{background-color:#00000080}[data-theme=light] .FiltersBar-module__dvvSlG__modalContent{background-color:var(--color-surface)}[data-theme=light] .FiltersBar-module__dvvSlG__modalHandle{background-color:var(--color-border-subtle)}[data-theme=light] .FiltersBar-module__dvvSlG__modalTitle{color:var(--color-text)}[data-theme=light] .FiltersBar-module__dvvSlG__sortOption{background-color:var(--color-surface-2);border-color:var(--color-border-subtle);color:var(--color-text-muted)}[data-theme=light] .FiltersBar-module__dvvSlG__sortOption:hover{border-color:var(--color-text-muted)}[data-theme=light] .FiltersBar-module__dvvSlG__sortOptionText{color:var(--color-text-muted)}
.DeleteAccountDialog-module__K8Jyaa__content{background:var(--color-surface);border:1px solid var(--color-border-subtle);color:var(--color-text);border-radius:1.5rem;padding:1.5rem;box-shadow:0 18px 48px #00000059}.DeleteAccountDialog-module__K8Jyaa__header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.1rem;display:flex}.DeleteAccountDialog-module__K8Jyaa__headerText{flex-direction:column;gap:.35rem;min-width:0;display:flex}.DeleteAccountDialog-module__K8Jyaa__title{color:var(--color-text);margin:0;font-size:1.3rem;font-weight:700;line-height:1.2}.DeleteAccountDialog-module__K8Jyaa__description{color:var(--color-text-muted);margin:0;font-size:.96rem;line-height:1.5}.DeleteAccountDialog-module__K8Jyaa__closeButton{background:var(--color-overlay-soft);width:2.25rem;height:2.25rem;color:var(--color-text-muted);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;transition:background-color .12s,color .12s;display:inline-flex}.DeleteAccountDialog-module__K8Jyaa__closeButton:hover{background:var(--color-overlay-medium);color:var(--color-text)}.DeleteAccountDialog-module__K8Jyaa__body{flex-direction:column;gap:1rem;display:flex}.DeleteAccountDialog-module__K8Jyaa__intro{color:var(--color-text-muted);margin:0;font-size:.96rem;line-height:1.55}.DeleteAccountDialog-module__K8Jyaa__email{color:var(--color-text);word-break:break-word;font-weight:700}.DeleteAccountDialog-module__K8Jyaa__warningList{color:var(--color-text-muted);margin:0;padding-left:1.2rem;font-size:.95rem;line-height:1.6}.DeleteAccountDialog-module__K8Jyaa__warningList li+li{margin-top:.25rem}.DeleteAccountDialog-module__K8Jyaa__warningList li::marker{color:#ff7d7d}.DeleteAccountDialog-module__K8Jyaa__dangerCallout{border:1px solid color-mix(in srgb, #ff5b5b 22%, var(--color-border-subtle));background:color-mix(in srgb, #ff5b5b 7%, var(--color-overlay-soft));border-radius:1rem;align-items:flex-start;gap:.8rem;padding:1rem;display:flex}.DeleteAccountDialog-module__K8Jyaa__dangerIcon{color:#ff8f8f;flex-shrink:0;margin-top:.1rem}.DeleteAccountDialog-module__K8Jyaa__dangerCopy{flex-direction:column;gap:.2rem;display:flex}.DeleteAccountDialog-module__K8Jyaa__dangerTitle{color:var(--color-text);margin:0;font-size:.98rem;font-weight:700;line-height:1.35}.DeleteAccountDialog-module__K8Jyaa__dangerText{color:var(--color-text-muted);margin:0;font-size:.92rem;line-height:1.55}.DeleteAccountDialog-module__K8Jyaa__confirmLabel{color:var(--color-text);margin:0;font-size:.92rem;font-weight:700}.DeleteAccountDialog-module__K8Jyaa__confirmInput{text-transform:none}.DeleteAccountDialog-module__K8Jyaa__confirmHint{color:var(--color-text-muted);margin:-.35rem 0 0;font-size:.84rem;line-height:1.45}.DeleteAccountDialog-module__K8Jyaa__errorMessage{color:#ff8f8f;margin:0;font-size:.9rem;font-weight:600;line-height:1.45}.DeleteAccountDialog-module__K8Jyaa__footer{justify-content:flex-end;gap:.75rem;margin-top:.25rem;display:flex}.DeleteAccountDialog-module__K8Jyaa__dangerButton{background:#b42318;border-color:#b42318}.DeleteAccountDialog-module__K8Jyaa__dangerButton:hover:not(:disabled){background:#991b1b;border-color:#991b1b}[data-theme=light] .DeleteAccountDialog-module__K8Jyaa__content{box-shadow:0 20px 44px #0f172a29}
.LinkedAccountRow-module___c1uJG__header{width:100%;min-height:3.5rem;color:var(--color-text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:1rem;padding:1rem .25rem;display:flex}.LinkedAccountRow-module___c1uJG__header:hover{background:var(--color-surface-2)}.LinkedAccountRow-module___c1uJG__logo{flex-shrink:0;justify-content:flex-start;align-items:center;width:4.5rem;height:2.25rem;display:flex}.LinkedAccountRow-module___c1uJG__logoImage{object-fit:contain;width:auto;max-width:100%;height:auto;max-height:100%}.LinkedAccountRow-module___c1uJG__label{font-family:var(--font-family-base);color:#4b4b4b;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:1rem;font-weight:800;overflow:hidden}[data-theme=dark] .LinkedAccountRow-module___c1uJG__label{color:var(--color-text)}.LinkedAccountRow-module___c1uJG__value{color:var(--color-text-muted);white-space:nowrap;text-overflow:ellipsis;text-align:right;max-width:40%;font-size:.9375rem;font-weight:600;overflow:hidden}.LinkedAccountRow-module___c1uJG__value[data-linked=true]{color:var(--color-text)}.LinkedAccountRow-module___c1uJG__chevron{color:var(--color-text-muted);opacity:.5;flex-shrink:0;align-items:center;transition:transform .2s;display:inline-flex}.LinkedAccountRow-module___c1uJG__chevron[data-expanded=true]{transform:rotate(90deg)}.LinkedAccountRow-module___c1uJG__body{padding:.25rem .25rem 1.25rem 5.75rem}.LinkedAccountRow-module___c1uJG__inputRow{align-items:center;gap:.75rem;display:flex}.LinkedAccountRow-module___c1uJG__input{border:1px solid var(--color-border-subtle);background:var(--color-surface-2);min-width:0;color:var(--color-text);font-size:1rem;font-weight:600;font-family:var(--font-family-base);box-sizing:border-box;border-radius:12px;flex:1;padding:.75rem .875rem}.LinkedAccountRow-module___c1uJG__input:focus{border-color:var(--color-accent,#0a84ff);outline:none}.LinkedAccountRow-module___c1uJG__actions{flex-shrink:0;align-items:center;gap:.25rem;display:flex}.LinkedAccountRow-module___c1uJG__saveButton{color:var(--color-accent,#0a84ff);cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:.875rem;font-weight:700}.LinkedAccountRow-module___c1uJG__saveButton:disabled{opacity:.5;cursor:not-allowed}.LinkedAccountRow-module___c1uJG__removeButton{color:#e53935;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:.875rem;font-weight:700}.LinkedAccountRow-module___c1uJG__removeButton:disabled{opacity:.5;cursor:not-allowed}.LinkedAccountRow-module___c1uJG__hint{color:var(--color-text-muted);margin-top:.625rem;font-size:.8125rem;line-height:1.4;display:block}.LinkedAccountRow-module___c1uJG__error{color:#e53935;margin-top:.625rem;font-size:.8125rem;line-height:1.4;display:block}.LinkedAccountRow-module___c1uJG__separator{background:var(--color-border-subtle);height:1px}
