.lb-basic-list{display:flex;flex-direction:column;gap:.1875rem}.lb-basic-list__section-divider{height:1px;margin-top:.5rem;margin-bottom:.5rem;background-color:var(--lb-border-subtle)}.lb-basic-list__section-title{font-size:.625rem;font-weight:500;color:var(--lb-fg-tertiary);text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem;padding-left:.25rem;padding-right:.25rem}.lb-basic-list__item{display:flex;align-items:center;justify-content:space-between;padding-left:1rem;padding-right:1rem;height:2.4rem;width:100%;background-color:var(--lb-panel-primary);border-radius:.5rem;transition-property:background-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;cursor:pointer;text-decoration:none;text-align:left}.lb-basic-list__item:hover{background-color:var(--lb-bg-hover)}.lb-basic-list__item-content{flex:1 1 0%;min-width:0}.lb-basic-list__item-title{font-size:.875rem;line-height:1.25rem;font-weight:500;color:var(--lb-fg-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-basic-list__item-icon{width:1rem;height:1rem;color:var(--lb-fg-tertiary);shrink:0;margin-left:.5rem}.lb-switch{width:100%;margin-bottom:1rem}.lb-switch-label{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;color:var(--lb-fg-primary)}.lb-switch-label--disabled{cursor:not-allowed;opacity:.6}.lb-switch-text{flex:1;min-width:0}.lb-switch-title{display:block;font-size:.875rem;font-weight:600;color:var(--lb-fg-primary)}.lb-switch-helper{display:block;margin-top:.15rem;font-size:.75rem;color:var(--lb-fg-muted)}.lb-switch-control{position:relative}.lb-switch--medium .lb-switch-control{width:2.75rem;height:1.5rem}.lb-switch--medium .lb-switch-thumb{width:1.1rem;height:1.1rem}.lb-switch--medium .lb-switch-input:checked+.lb-switch-track .lb-switch-thumb{transform:translate(1.25rem,-50%)}.lb-switch--small .lb-switch-control{width:2rem;height:1.1rem}.lb-switch--small .lb-switch-thumb{width:.8rem;height:.8rem}.lb-switch--small .lb-switch-input:checked+.lb-switch-track .lb-switch-thumb{transform:translate(.9rem,-50%)}.lb-switch--large .lb-switch-control{width:3.5rem;height:1.9rem}.lb-switch--large .lb-switch-thumb{width:1.45rem;height:1.45rem}.lb-switch--large .lb-switch-input:checked+.lb-switch-track .lb-switch-thumb{transform:translate(1.65rem,-50%)}.lb-switch-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;margin:0;cursor:pointer}.lb-switch-track{position:absolute;inset:0;border-radius:999px;background-color:var(--lb-border-primary);transition:background-color .2s ease}.lb-switch-thumb{position:absolute;top:50%;left:.2rem;transform:translateY(-50%);border-radius:50%;background-color:var(--lb-bg-elevated);box-shadow:0 2px 4px rgba(0,0,0,.25);transition:transform .2s ease,background-color .2s ease}.lb-switch-input:checked+.lb-switch-track{background-color:var(--lb-brand-primary)}.lb-switch-input:checked+.lb-switch-track .lb-switch-thumb{background-color:var(--lb-fg-primary)}.lb-switch-input:focus-visible+.lb-switch-track{outline:2px solid var(--lb-focus);outline-offset:2px}.lb-switch-input:disabled{cursor:not-allowed}.lb-switch-error{margin-top:.35rem;font-size:.8rem;color:var(--lb-danger)}.lb-tabs{overflow-x:auto}.lb-tabs__container{display:flex;gap:1.5rem;border-bottom-width:1px;min-width:max-content;border-color:var(--lb-border-muted)}.lb-tabs__tab{padding-bottom:.5rem;font-size:.875rem;line-height:1.25rem;font-weight:500;transition-property:color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s;position:relative;z-index:1;color:var(--lb-fg-muted)}.lb-tabs__tab:hover{color:var(--lb-fg-secondary)}.lb-tabs__tab--active,.lb-tabs__tab--active:hover{color:var(--lb-fg-primary)}.lb-tabs__indicator{position:absolute;bottom:0;left:0;right:0;height:.125rem;background-color:var(--lb-brand-primary)}.lb-tabs--buttons{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.lb-tabs--buttons::-webkit-scrollbar{display:none}.lb-tabs__buttons-container{display:flex;gap:.5rem;min-width:max-content}.lb-tabs--buttons .lb-button{transition:none!important}.lb-tabs--icon{width:100%;background-color:var(--lb-bg-primary);border-bottom:1px solid var(--lb-border-input)}.lb-tabs__icon-container{display:flex;align-items:stretch;justify-content:space-between;height:64px;padding:0 var(--lb-spacing-md)}.lb-tabs__tab-icon{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;border:none;background:none;cursor:pointer;padding:0;position:relative;transition:all .2s ease;gap:4px}.lb-tabs__tab-icon:active{transform:scale(.95);opacity:.7}.lb-tabs__tab-icon-wrapper{display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.lb-tabs__tab-icon--active .lb-tabs__tab-icon-wrapper{transform:translateY(-1px)}.lb-tabs__tab-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.02em;transition:color .2s ease}.lb-tabs__tab-indicator{position:absolute;bottom:0;left:20%;right:20%;height:3px;background-color:var(--lb-brand-primary);border-radius:3px 3px 0 0;box-shadow:0 -2px 6px rgba(var(--lb-brand-primary-rgb),.3)}@media (max-width:380px){.lb-tabs__tab-label{display:none}.lb-tabs__icon-container{height:48px}}.lb-modal-overlay{position:fixed;inset:0;z-index:50;background-color:rgba(0,0,0,.75);display:flex;align-items:center;justify-content:center;padding:1rem;animation:lb-modal-fade-in .2s ease-out}@keyframes lb-modal-fade-in{0%{opacity:0}to{opacity:1}}.lb-modal-content{background-color:var(--lb-surface-0);border-radius:var(--lb-input-radius,.5rem);width:100%;max-height:75vh;display:flex;flex-direction:column;margin-bottom:var(--lb-spacing-lg);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04);animation:lb-modal-slide-in .2s ease-out}.lb-modal-content--full-size{height:75vh}@keyframes lb-modal-slide-in{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}.lb-modal-header{display:flex;align-items:center;justify-content:space-between;padding:var(--lb-spacing-sm);border-bottom:1px solid var(--lb-border-primary)}.lb-modal-title{font-size:var(--lb-text-size-md);font-weight:600;color:var(--lb-fg-primary);margin:0}.lb-modal-close{background:none;border:none;color:var(--lb-fg-secondary);cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .2s;width:2rem;height:2rem}.lb-modal-close:hover{color:var(--lb-fg-primary);background-color:var(--lb-panel-muted)}.lb-modal-close:focus{outline:2px solid var(--lb-focus);outline-offset:2px}.lb-modal-body{flex:1;display:flex;flex-direction:column;padding:var(--lb-spacing-sm);overflow-y:auto;color:var(--lb-fg-primary);line-height:1.6}.lb-modal-body--no-padding{padding:0}.lb-modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--lb-spacing-sm);padding:var(--lb-spacing-md);border-top:1px solid var(--lb-border-primary);background-color:var(--lb-bg-secondary)}.lb-modal-body::-webkit-scrollbar{width:8px}.lb-modal-body::-webkit-scrollbar-track{background:var(--lb-bg-secondary);border-radius:4px}.lb-modal-body::-webkit-scrollbar-thumb{background:var(--lb-border-primary);border-radius:4px}.lb-modal-body::-webkit-scrollbar-thumb:hover{background:var(--lb-fg-muted)}.password-policy{margin-top:1rem;padding-left:0;font-size:.75rem;color:var(--lb-fg-muted)}.password-policy__item{display:flex;align-items:center;gap:.5rem}.password-policy__item--satisfied{color:var(--lb-success)}.lb-stat-card{display:flex;flex-direction:column;padding:var(--lb-spacing-sm);background-color:var(--lb-panel-primary);border:1px solid var(--lb-border-primary);border-radius:var(--lb-radius-md);transition:all .2s ease;position:relative;overflow:hidden}.lb-stat-card--interactive{cursor:pointer;border:none;text-align:left;width:100%}.lb-stat-card--interactive:hover{background-color:var(--lb-panel-elevated);box-shadow:var(--lb-elevation-md);transform:translateY(-2px)}.lb-stat-card--interactive:focus-visible{outline:2px solid var(--lb-focus);outline-offset:2px}.lb-stat-card--interactive:active{transform:translateY(0)}.lb-stat-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--lb-spacing-xs);margin-bottom:var(--lb-spacing-xs)}.lb-stat-card__label{font-size:var(--lb-text-size-xs);font-weight:var(--lb-text-weight-medium);color:var(--lb-fg-secondary);text-transform:uppercase;letter-spacing:.05em;text-align:left}.lb-stat-card__value,.lb-stat-card__value-wrapper{display:flex;align-items:center}.lb-stat-card__value{gap:var(--lb-spacing-xs);font-size:var(--lb-text-size-2xl);font-weight:var(--lb-text-weight-bold);color:var(--lb-fg-primary);line-height:var(--lb-line-height-tight)}.lb-stat-card__icon{shrink:0;color:var(--lb-fg-tertiary)}.lb-stat-card--compact .lb-stat-card__value{font-size:var(--lb-text-size-2xl)}.lb-stat-card__trend-wrapper{position:absolute;top:-1px;right:-1px;z-index:1;padding:1px;line-height:1}.lb-stat-card__trend{position:absolute;top:var(--lb-spacing-xs);right:var(--lb-spacing-xs);display:flex;align-items:center;gap:4px;padding:2px 8px;border-radius:var(--lb-radius-sm);font-size:var(--lb-text-size-xs);font-weight:var(--lb-text-weight-medium);white-space:nowrap}.lb-stat-card__trend--up{background-color:color-mix(in srgb,var(--lb-success) 15%,transparent);color:var(--lb-success)}.lb-stat-card__trend--down{background-color:color-mix(in srgb,var(--lb-danger) 15%,transparent);color:var(--lb-danger)}.lb-stat-card__trend--stable{background-color:color-mix(in srgb,var(--lb-fg-tertiary) 15%,transparent);color:var(--lb-fg-tertiary)}.lb-stat-card__trend-value{font-variant-numeric:tabular-nums}.lb-stat-card .lb-sparkline,.lb-stat-card__sparkline{margin-top:var(--lb-spacing-xs);width:100%}.lb-stat-card__sparkline{height:32px}.lb-stat-card__sparkline path{stroke:var(--lb-brand-primary);stroke-linecap:round;stroke-linejoin:round}.lb-stat-card--loading{pointer-events:none}.lb-stat-card__skeleton{background:linear-gradient(90deg,var(--lb-border-primary) 25%,var(--lb-border-muted) 50%,var(--lb-border-primary) 75%);background-size:200% 100%;animation:lb-skeleton-loading 1.5s ease-in-out infinite;border-radius:var(--lb-radius-sm)}.lb-stat-card__skeleton--label{width:60%;height:12px}.lb-stat-card__skeleton--value{width:80%;height:32px;margin-top:var(--lb-spacing-xs)}.lb-stat-card__skeleton--sparkline{width:100%;height:32px;margin-top:var(--lb-spacing-xs)}@media (max-width:640px){.lb-stat-card__value{font-size:var(--lb-text-size-xl)}.lb-stat-card--compact .lb-stat-card__value{font-size:var(--lb-text-size-lg)}}@media (prefers-reduced-motion:reduce){.lb-stat-card,.lb-stat-card--interactive:hover{transition:none;transform:none}.lb-stat-card__skeleton{animation:none;background:var(--lb-border-primary)}}.lb-trend-indicator{display:inline-flex;align-items:center;gap:.25rem;font-weight:var(--lb-text-weight-medium)}.lb-trend-indicator__value{font-variant-numeric:tabular-nums}.lb-trend-indicator--up{color:var(--lb-success)}.lb-trend-indicator--down{color:var(--lb-danger)}.lb-trend-indicator--stable{color:var(--lb-fg-tertiary)}.lb-trend-indicator--sm{font-size:var(--lb-text-size-xs);gap:.125rem}.lb-trend-indicator--md{font-size:var(--lb-text-size-sm);gap:.25rem}.lb-trend-indicator--lg{font-size:var(--lb-text-size-md);gap:.375rem}.lb-trend-indicator--badge{padding:2px 8px;border-radius:var(--lb-radius-sm);white-space:nowrap}.lb-trend-indicator--badge.lb-trend-indicator--up{background-color:color-mix(in srgb,var(--lb-success) 15%,transparent)}.lb-trend-indicator--badge.lb-trend-indicator--down{background-color:color-mix(in srgb,var(--lb-danger) 15%,transparent)}.lb-trend-indicator--badge.lb-trend-indicator--stable{background-color:color-mix(in srgb,var(--lb-fg-tertiary) 15%,transparent)}@media (prefers-contrast:high){.lb-trend-indicator--badge{outline:1px solid currentColor}}.lb-match-history-item{display:flex;align-items:center;gap:var(--lb-spacing-md);padding:var(--lb-spacing-lg);background-color:var(--lb-surface-1);border:1px solid var(--lb-border);border-radius:.5rem;transition:background-color .2s ease,border-color .2s ease;width:100%;text-align:left;cursor:default;min-height:80px}.lb-match-history-item--clickable{cursor:pointer}.lb-match-history-item--clickable:hover{background-color:var(--lb-surface-2);border-color:var(--lb-border-hover)}.lb-match-history-item--clickable:focus-visible{outline:2px solid var(--lb-focus);outline-offset:2px}.lb-match-history-item--clickable:active{background-color:var(--lb-surface-3)}.lb-match-history-item__avatar-container{shrink:0;display:flex;flex-direction:column;align-items:center;gap:.25rem}.lb-match-history-item__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.lb-match-history-item__header{display:flex;align-items:center;gap:var(--lb-spacing-sm)}.lb-match-history-item__result-wrapper{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;min-width:80px}.lb-match-history-item__result-badge{border-radius:4px!important}.lb-match-history-item__result-badge,.lb-match-history-item__status-badge{white-space:nowrap;font-size:8px!important;font-weight:800!important}.lb-match-history-item__result--win{background-color:var(--lb-success);color:var(--lb-fg-on-brand)}.lb-match-history-item__result--loss{background-color:var(--lb-danger);color:var(--lb-fg-on-brand)}.lb-match-history-item__result--draw{background-color:var(--lb-warning);color:var(--lb-fg-on-brand)}.lb-match-history-item__play-icon{background-color:var(--lb-brand-primary);color:#fff}.lb-match-history-item__delete-icon,.lb-match-history-item__play-icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;border-radius:.5rem}.lb-match-history-item__delete-icon{background-color:var(--lb-surface-2);color:var(--lb-danger);border:1px solid var(--lb-border);transition:all .2s ease}.lb-match-history-item__delete-icon:hover{background-color:var(--lb-danger);color:#fff;border-color:var(--lb-danger)}.lb-match-history-item__versus{font-size:var(--lb-text-size-sm);font-weight:var(--lb-font-weight-regular);color:var(--lb-fg-tertiary);shrink:0}.lb-match-history-item__opponent{display:flex;align-items:center;gap:var(--lb-spacing-xs);overflow:hidden}.lb-match-history-item__opponent-name{font-size:var(--lb-text-size-md);font-weight:var(--lb-font-weight-medium);color:var(--lb-fg-primary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-match-history-item__opponent-trend-wrapper{shrink:0}.lb-match-history-item__opponent-trend{shrink:0;display:inline-flex;align-items:center;gap:.25rem;line-height:1}.lb-match-history-item__opponent-trend--up{color:var(--lb-success)}.lb-match-history-item__opponent-trend--down{color:var(--lb-danger)}.lb-match-history-item__opponent-trend-value{font-size:var(--lb-text-size-xs);font-weight:var(--lb-font-weight-medium)}.lb-match-history-item__details{display:flex;flex-direction:column;gap:.125rem;font-size:var(--lb-text-size-sm);color:var(--lb-fg-secondary)}.lb-match-history-item__score-time{display:flex;align-items:center;gap:var(--lb-spacing-xs)}.lb-match-history-item__score{font-weight:var(--lb-font-weight-medium);color:var(--lb-fg-primary)}.lb-match-history-item__separator{color:var(--lb-fg-tertiary);font-size:var(--lb-text-size-xs);line-height:1}.lb-match-history-item__time,.lb-match-history-item__venue{font-size:var(--lb-text-size-xs);color:var(--lb-fg-tertiary);white-space:nowrap}.lb-match-history-item__venue{overflow:hidden;text-overflow:ellipsis}.lb-match-history-item__result-container{shrink:0}@media (max-width:480px){.lb-match-history-item{gap:var(--lb-spacing-sm);padding:var(--lb-spacing-sm)}.lb-match-history-item__opponent{font-size:var(--lb-text-size-sm)}.lb-match-history-item__details{font-size:var(--lb-text-size-xs)}}.lb-match-history-item--loading,.lb-user-match-history-item--loading{pointer-events:none}.lb-user-match-history-item__skeleton-avatar,.lb-user-match-history-item__skeleton-details,.lb-user-match-history-item__skeleton-name,.lb-user-match-history-item__skeleton-result{background:linear-gradient(90deg,var(--lb-border-primary) 25%,var(--lb-border-muted) 50%,var(--lb-border-primary) 75%);background-size:200% 100%;animation:lb-skeleton-loading 1.5s ease-in-out infinite;border-radius:var(--lb-radius-md)}.lb-user-match-history-item__skeleton-avatar{width:2.5rem;height:2.5rem;border-radius:50%;shrink:0}.lb-user-match-history-item__skeleton-name{height:1rem;width:6rem;margin-bottom:var(--lb-spacing-xs)}.lb-user-match-history-item__skeleton-details{height:.875rem;width:9rem}.lb-user-match-history-item__skeleton-result{height:2rem;width:2rem;border-radius:50%;shrink:0}@keyframes lb-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.lb-match-history-item{transition:none}.lb-user-match-history-item__skeleton-avatar,.lb-user-match-history-item__skeleton-details,.lb-user-match-history-item__skeleton-name,.lb-user-match-history-item__skeleton-result{animation:none;background:var(--lb-border-muted)}}@media (prefers-contrast:high){.lb-match-history-item{border-width:2px}.lb-match-history-item__result--draw,.lb-match-history-item__result--loss,.lb-match-history-item__result--win{border:2px solid}}.lb-profile-header{position:relative;width:100%;background-color:var(--lb-bg-primary)}.lb-profile-header__image-container{position:relative;width:100%;overflow:visible}.lb-profile-header__image-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.lb-profile-header__image{width:100%;height:100%;object-fit:cover;display:block}.lb-profile-header__image--placeholder{display:flex;align-items:center;justify-content:center;background-color:var(--lb-bg-tertiary);color:var(--lb-fg-tertiary)}.lb-profile-header__image--skeleton{background:linear-gradient(90deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.1) 50%,hsla(0,0%,100%,.05));background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}.lb-profile-header__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5)}.lb-profile-header__badge{position:absolute;top:var(--lb-spacing-sm);right:var(--lb-spacing-sm);z-index:3;display:inline-flex;align-items:center;gap:var(--lb-spacing-xs);padding:calc(var(--lb-spacing-xs) * .75) var(--lb-spacing-md);border-radius:9999px;font-size:var(--lb-text-size-xs);font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 8px rgba(0,0,0,.2)}.lb-profile-header__badge,.lb-profile-header__badge--success{background-color:var(--lb-success);color:#fff}.lb-profile-header__badge--primary{background-color:var(--lb-brand-primary);color:#fff}.lb-profile-header__badge--warning{background-color:var(--lb-warning);color:#000}.lb-profile-header__badge--danger{background-color:var(--lb-danger);color:#fff}.lb-profile-header__logo{position:absolute;bottom:calc(var(--lb-spacing-lg) * -.5);left:var(--lb-spacing-md);z-index:10;border:3px solid var(--lb-bg-primary);border-radius:50%;background-color:var(--lb-bg-primary);overflow:hidden;display:flex;align-items:center;justify-content:center}.lb-profile-header__logo-skeleton{width:8rem;height:8rem;border-radius:50%;background:linear-gradient(90deg,hsla(0,0%,100%,.05),hsla(0,0%,100%,.1) 50%,hsla(0,0%,100%,.05));background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite}.lb-profile-header--loading{pointer-events:none}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.lb-profile-header__content{position:absolute;bottom:var(--lb-spacing-md);left:0;right:0;display:flex;align-items:flex-end;justify-content:space-between;gap:var(--lb-spacing-md);padding:0 var(--lb-spacing-md);z-index:3;pointer-events:none}.lb-profile-header__text{flex:1;min-width:0;pointer-events:auto}.lb-profile-header__title{margin:0 0 3px;font-size:var(--lb-text-size-lg);font-weight:600;line-height:1.3}.lb-profile-header__subtitle,.lb-profile-header__title{color:var(--lb-fg-primary);text-shadow:0 1px 2px rgba(0,0,0,.3);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lb-profile-header__subtitle{margin:0;font-size:var(--lb-text-size-sm);line-height:1.5}.lb-profile-header__actions-container{position:static;shrink:0;pointer-events:auto}.lb-profile-header__actions-button{min-width:auto}.lb-profile-header__actions-dropdown{position:fixed;top:auto;right:auto;min-width:200px;background-color:var(--lb-surface-1);border:1px solid var(--lb-border);border-radius:var(--lb-radius-md);box-shadow:0 4px 12px rgba(0,0,0,.15);padding:var(--lb-spacing-xs);z-index:100;display:flex;flex-direction:column;gap:var(--lb-spacing-sm)}.lb-profile-header__action-item{width:100%;justify-content:flex-start;gap:var(--lb-spacing-sm);text-align:left}@media (prefers-reduced-motion:reduce){.lb-profile-header__image--skeleton,.lb-profile-header__logo-skeleton{animation:none;background:var(--lb-bg-tertiary)}}