@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";html,body,#root{margin:0;min-height:100vh}#root{display:flex;flex-direction:column}.frame-bg-effects{position:absolute;inset:0;pointer-events:none;z-index:0;overflow:hidden}.frame-bg-effects__gradient{position:absolute;inset:0;background:linear-gradient(135deg,var(--theme-main-from) 0%,var(--theme-main-to) 50%,var(--theme-main-from) 100%);background-size:200% 200%;animation:frame-bg-effects-gradient-shift 12s ease infinite;opacity:.6}@keyframes frame-bg-effects-gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.frame-bg-effects__grid{position:absolute;inset:0;background-image:linear-gradient(rgb(255 255 255 / .03) 1px,transparent 1px),linear-gradient(90deg,rgb(255 255 255 / .03) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 70%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,black 20%,transparent 70%);animation:frame-bg-effects-grid-pulse 8s ease-in-out infinite}@keyframes frame-bg-effects-grid-pulse{0%,to{opacity:.6}50%{opacity:1}}.frame-bg-effects__glow{position:absolute;border-radius:50%;filter:blur(80px);opacity:.4;animation:frame-bg-effects-float-glow 20s ease-in-out infinite}.frame-bg-effects__glow--1{width:400px;height:400px;background:#6450b44d;top:-100px;right:-100px;animation-delay:0s}.frame-bg-effects__glow--2{width:300px;height:300px;background:#3c78a040;bottom:20%;left:-80px;animation-delay:-7s}.frame-bg-effects__glow--3{width:250px;height:250px;background:#8c3cb433;bottom:-50px;right:20%;animation-delay:-14s}@keyframes frame-bg-effects-float-glow{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-20px) scale(1.1)}66%{transform:translate(-20px,30px) scale(.95)}}.frame-bg-effects__particles{position:absolute;inset:0;overflow:hidden}.frame-bg-effects__particle{position:absolute;width:4px;height:4px;background:#ffffff26;border-radius:50%;left:calc(var(--i) * 5%);top:calc(var(--i) * 7%);animation:frame-bg-effects-particle-float 12s ease-in-out infinite;animation-delay:calc(var(--i) * -.6s)}@keyframes frame-bg-effects-particle-float{0%,to{transform:translate(0) scale(1);opacity:.15}25%{transform:translate(20px,-30px) scale(1.2);opacity:.4}50%{transform:translate(-15px,20px) scale(.8);opacity:.2}75%{transform:translate(25px,15px) scale(1.1);opacity:.35}}.frame-bg-effects__lines{position:absolute;inset:0;overflow:hidden}.frame-bg-effects__line{position:absolute;height:1px;background:linear-gradient(90deg,transparent 0%,rgb(255 255 255 / .03) 50%,transparent 100%);animation:frame-bg-effects-line-move 25s linear infinite}.frame-bg-effects__line--1{top:20%;width:100%;animation-delay:0s}.frame-bg-effects__line--2{top:50%;width:80%;left:10%;animation-delay:-8s;animation-direction:reverse}.frame-bg-effects__line--3{top:80%;width:60%;left:20%;animation-delay:-16s}@keyframes frame-bg-effects-line-move{0%{transform:translate(-100%)}to{transform:translate(100%)}}.frame-bg-effects__stars{position:absolute;inset:0;overflow:hidden}.frame-bg-effects__star{position:absolute;width:1px;height:1px;background:#fff9;border-radius:50%;box-shadow:0 0 2px #ffffff80,0 0 4px #ffffff40;left:var(--left, 10%);top:var(--top, 10%);animation:frame-bg-effects-star-shine 3s ease-in-out infinite;animation-delay:calc(var(--i) * .15s)}.frame-bg-effects__star:nth-child(4n){width:1.5px;height:1.5px;box-shadow:0 0 3px #ffffff8c,0 0 6px #ffffff4d}.frame-bg-effects__star:nth-child(7n){width:.5px;height:.5px;box-shadow:0 0 1px #ffffff73}@keyframes frame-bg-effects-star-shine{0%,to{opacity:.15;transform:scale(.8)}50%{opacity:.65;transform:scale(1.1)}}.mobile-not-supported{position:relative;z-index:0;min-height:100dvh;min-width:100%;display:flex;align-items:center;justify-content:center;padding:1.5rem;box-sizing:border-box;overflow:hidden}.mobile-not-supported__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.25rem;max-width:22rem;text-align:center}.mobile-not-supported__card{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;padding:1.75rem 1.5rem 1.5rem;border-radius:var(--radius-default);border:var(--border-width-thin) solid rgb(255 255 255 / .1);background:var(--gradient-transparent-bg);box-shadow:0 1rem 2.5rem var(--color-black-35);-webkit-backdrop-filter:blur(var(--notification-toast-backdrop-blur, 18px));backdrop-filter:blur(var(--notification-toast-backdrop-blur, 18px))}.mobile-not-supported__brand{display:flex;flex-direction:column;align-items:center;gap:.75rem}.mobile-not-supported__logo{display:block;width:3rem;height:3rem;object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.mobile-not-supported__wordmark{font-family:var(--font-primary);font-size:var(--font-size-title);font-weight:var(--font-weight-semibold);line-height:var(--type-line-title);color:var(--color-white-80);letter-spacing:.04em}.mobile-not-supported__headline{margin:0;color:var(--color-white-80)}.mobile-not-supported__body{margin:0;color:var(--color-white-60);max-width:19rem}.mobile-not-supported__hint{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.25rem;padding:.5rem .75rem;border-radius:var(--radius-default);background:#ffffff0a}.mobile-not-supported__monitor{width:1.25rem;height:1.25rem;flex-shrink:0;opacity:var(--alpha-white-60, .6)}.mobile-not-supported__hint-text{margin:0;text-align:left;color:var(--color-white-60)}:root{--color-online: #26FF6E;--color-away: #ffc107;--color-offline: #9e9e9e;--color-error: #FF4848;--color-success: #26FF6E;--color-warning: #ffc107;--color-info: #2196f3;--border-width-thin: 1px;--border-width-normal: 2px;--border-width-thick: 3px;--radius-default: 10px;--radius-smoothing-percent: 60;--color-white: #ffffff;--color-white-80: rgb(255 255 255 / .8);--alpha-white-60: .6;--color-white-60: rgb(255 255 255 / var(--alpha-white-60));--color-white-20: rgb(255 255 255 / .2);--color-white-10: rgb(255 255 255 / .1);--color-white-02: rgb(255 255 255 / .02);--color-black: #000000;--color-black-50: rgb(0 0 0 / .5);--color-black-35: rgb(0 0 0 / .35);--color-black-20: rgb(0 0 0 / .2);--color-black-5: rgb(0 0 0 / .05);--color-on-light-bright: #0a0a12;--color-on-light-primary: rgb(10 10 18 / .88);--color-on-light-secondary: rgb(10 10 18 / .64);--color-on-light-faded: rgb(10 10 18 / .28);--color-select-bg: rgb(255 255 255 / .05);--gradient-select-outline: linear-gradient( 180deg, rgb(255 255 255 / .7) 0%, rgb(255 255 255 / .2) 100% );--gradient-transparent-bg: linear-gradient( 180deg, rgb(255 255 255 / .03) 0%, rgb(255 255 255 / .01) 100% );--gradient-transparent-plus-bg: linear-gradient( 180deg, rgb(255 255 255 / .06) 0%, rgb(255 255 255 / .02) 100% );--gradient-transparent-outline: linear-gradient( 180deg, rgb(255 255 255 / .1) 0%, rgb(0 0 0 / .05) 100% );--font-primary: "Poppins", sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--type-line-hero: 1.2;--type-line-title: 1.35;--type-line-body: 1.5;--font-size-hero-first: 2.25rem;--font-size-hero-second: 1.6875rem;--font-size-hero-third: 1.125rem;--font-size-title: .9375rem;--font-size-label: .8125rem;--font-size-main: .75rem;--font-size-caption: .5rem;--notification-toast-top: 2.75rem;--notification-toast-z-index: 1080;--notification-toast-backdrop-blur: 18px}*,*:before,*:after{box-sizing:border-box}html{background:var(--theme-gradient);background-attachment:fixed;min-height:100%}body{margin:0;min-height:100vh;background:var(--theme-gradient);background-attachment:fixed}.type-hero-first,.type-hero-second,.type-hero-third{--type-weight: var(--font-weight-bold);--type-line: var(--type-line-hero)}.type-hero-first{--type-size: var(--font-size-hero-first)}.type-hero-second{--type-size: var(--font-size-hero-second)}.type-hero-third{--type-size: var(--font-size-hero-third)}.type-medium-title,.type-regular-title,.type-light-title,.type-light-subtitle{--type-size: var(--font-size-title);--type-line: var(--type-line-title)}.type-medium-title{--type-weight: var(--font-weight-medium)}.type-regular-title{--type-weight: var(--font-weight-regular)}.type-light-title,.type-light-subtitle{--type-weight: var(--font-weight-light)}.type-medium-label,.type-regular-label,.type-light-label{--type-size: var(--font-size-label);--type-line: var(--type-line-body)}.type-medium-label{--type-weight: var(--font-weight-medium)}.type-regular-label{--type-weight: var(--font-weight-regular)}.type-light-label{--type-weight: var(--font-weight-light)}.type-medium-main,.type-regular-main,.type-light-main{--type-size: var(--font-size-main);--type-line: var(--type-line-body)}.type-medium-main{--type-weight: var(--font-weight-medium)}.type-regular-main{--type-weight: var(--font-weight-regular)}.type-light-main{--type-weight: var(--font-weight-light)}.type-medium-caption,.type-regular-caption,.type-light-caption{--type-size: var(--font-size-caption);--type-line: var(--type-line-body)}.type-medium-caption{--type-weight: var(--font-weight-medium)}.type-regular-caption{--type-weight: var(--font-weight-regular)}.type-light-caption{--type-weight: var(--font-weight-light)}.type-hero-first,.type-hero-second,.type-hero-third,.type-medium-title,.type-regular-title,.type-light-title,.type-light-subtitle,.type-medium-label,.type-regular-label,.type-light-label,.type-medium-main,.type-regular-main,.type-light-main,.type-medium-caption,.type-regular-caption,.type-light-caption{font-family:var(--font-primary);font-size:var(--type-size);font-weight:var(--type-weight);line-height:var(--type-line)}:root{--theme-overlay-50: linear-gradient( rgb(0 0 0 / .5), rgb(0 0 0 / .5) )}:root:not([data-theme-appearance=light]){--theme-appearance: dark;--theme-text-bright: var(--color-white);--theme-text-primary: var(--color-white-80);--theme-text-secondary: var(--color-white-60);--theme-text-faded: var(--color-white-20)}[data-theme-appearance=light]{--theme-appearance: light;--theme-text-bright: var(--color-on-light-bright);--theme-text-primary: var(--color-on-light-primary);--theme-text-secondary: var(--color-on-light-secondary);--theme-text-faded: var(--color-on-light-faded)}:root,[data-theme=lavender]{--theme-main-from: #251843;--theme-main-to: #060420;--theme-main-angle: 192.6deg;--theme-main: linear-gradient( 192.6deg, var(--theme-main-from) .36%, var(--theme-main-to) 99.64% );--theme-ground: var(--theme-overlay-50), var(--theme-main);--theme-base: #030210;--theme-gradient: var(--theme-main);--theme-gradient-start: var(--theme-main-from);--theme-gradient-end: var(--theme-main-to);--theme-gradient-angle: var(--theme-main-angle)}[data-theme=aquamarine]{--theme-main-from: #0b2e2e;--theme-main-to: #0d0420;--theme-main-angle: 227.37deg;--theme-main: linear-gradient( var(--theme-main-angle), var(--theme-main-from) .02%, var(--theme-main-to) 99.98% );--theme-ground: var(--theme-overlay-50), var(--theme-main);--theme-base: #060210;--theme-gradient: var(--theme-main);--theme-gradient-start: var(--theme-main-from);--theme-gradient-end: var(--theme-main-to);--theme-gradient-angle: var(--theme-main-angle)}[data-theme=bw]{--theme-main-from: #111111;--theme-main-to: #252525;--theme-main-angle: 25.23deg;--theme-main: linear-gradient( 25.23deg, var(--theme-main-from) 25.72%, var(--theme-main-to) 93.54% );--theme-ground: var(--theme-overlay-50), var(--theme-main);--theme-base: #121212;--theme-gradient: var(--theme-main);--theme-gradient-start: var(--theme-main-from);--theme-gradient-end: var(--theme-main-to);--theme-gradient-angle: var(--theme-main-angle)}[data-theme=sepia]{--theme-main-from: #4a2610;--theme-main-to: #200404;--theme-main-angle: 180deg;--theme-main: linear-gradient( 180deg, var(--theme-main-from) 0%, var(--theme-main-to) 100% );--theme-ground: var(--theme-overlay-50), var(--theme-main);--theme-base: #100202;--theme-gradient: var(--theme-main);--theme-gradient-start: var(--theme-main-from);--theme-gradient-end: var(--theme-main-to);--theme-gradient-angle: var(--theme-main-angle)}[data-theme=rosewood]{--theme-main-from: #170015;--theme-main-to: #2f031d;--theme-main-angle: 25.23deg;--theme-main: linear-gradient( 25.23deg, var(--theme-main-from) 25.72%, var(--theme-main-to) 93.54% );--theme-ground: var(--theme-overlay-50), var(--theme-main);--theme-base: #0a0107;--theme-gradient: var(--theme-main);--theme-gradient-start: var(--theme-main-from);--theme-gradient-end: var(--theme-main-to);--theme-gradient-angle: var(--theme-main-angle)}[data-theme=azure]{--theme-main-from: #14192d;--theme-main-to: #090420;--theme-main-angle: 180deg;--theme-main: linear-gradient( 180deg, var(--theme-main-from) 0%, var(--theme-main-to) 100% );--theme-ground: var(--theme-overlay-50), var(--theme-main);--theme-base: #040210;--theme-gradient: var(--theme-main);--theme-gradient-start: var(--theme-main-from);--theme-gradient-end: var(--theme-main-to);--theme-gradient-angle: var(--theme-main-angle)}[data-theme=lilac]{--theme-main-from: #956BF6;--theme-main-to: #312E58;--theme-main-angle: 180deg;--theme-main: linear-gradient( 180deg, var(--theme-main-from) 0%, var(--theme-main-to) 100% );--theme-ground: var(--theme-overlay-50), var(--theme-main);--theme-base: #18172C;--theme-gradient: var(--theme-main);--theme-gradient-start: var(--theme-main-from);--theme-gradient-end: var(--theme-main-to);--theme-gradient-angle: var(--theme-main-angle)}:root{--scrollbar-size: 10px;--scrollbar-thumb-min: 24px;--scrollbar-thumb-padding: 2px;--scrollbar-thumb-color: var(--color-white-20);--scrollbar-thumb-color-hover: var(--color-white-60);--scrollbar-track-color: transparent}html,body{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb-color) var(--scrollbar-track-color)}html::-webkit-scrollbar,body::-webkit-scrollbar,*::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size);background:transparent}html::-webkit-scrollbar-track,body::-webkit-scrollbar-track,*::-webkit-scrollbar-track{background:var(--scrollbar-track-color);border:0}html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,*::-webkit-scrollbar-thumb{min-height:var(--scrollbar-thumb-min);min-width:var(--scrollbar-thumb-min);background-color:var(--scrollbar-thumb-color);background-clip:padding-box;border:var(--scrollbar-thumb-padding) solid transparent;border-radius:var(--radius-default);transition:background-color .18s ease}html::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover,*::-webkit-scrollbar-thumb:hover,html::-webkit-scrollbar-thumb:active,body::-webkit-scrollbar-thumb:active,*::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-color-hover)}html::-webkit-scrollbar-corner,body::-webkit-scrollbar-corner,*::-webkit-scrollbar-corner,html::-webkit-scrollbar-button,body::-webkit-scrollbar-button,*::-webkit-scrollbar-button{background:transparent;display:none;width:0;height:0}*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb-color) var(--scrollbar-track-color)}.scrollbar{position:relative;min-width:0;min-height:0;box-sizing:border-box;overflow:hidden auto;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb-color) var(--scrollbar-track-color)}.scrollbar--horizontal{overflow:auto hidden}.scrollbar--both{overflow:auto}.scrollbar--hidden-axis-x{overflow-x:hidden}.scrollbar--hidden-axis-y{overflow-y:hidden}.scrollbar::-webkit-scrollbar{width:var(--scrollbar-size);height:var(--scrollbar-size);background:transparent}.scrollbar::-webkit-scrollbar-track{background:var(--scrollbar-track-color);border:0}.scrollbar::-webkit-scrollbar-thumb{min-height:var(--scrollbar-thumb-min);min-width:var(--scrollbar-thumb-min);background-color:var(--scrollbar-thumb-color);background-clip:padding-box;border:var(--scrollbar-thumb-padding) solid transparent;border-radius:var(--radius-default);transition:background-color .18s ease}.scrollbar::-webkit-scrollbar-thumb:hover,.scrollbar::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-color-hover)}.scrollbar::-webkit-scrollbar-corner,.scrollbar::-webkit-scrollbar-button{background:transparent;display:none;width:0;height:0}@media(prefers-reduced-motion:reduce){.scrollbar::-webkit-scrollbar-thumb,html::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,*::-webkit-scrollbar-thumb{transition:none}}.frame-side-themed-image-panel{position:absolute;inset:0 0 0 auto;display:flex;flex-direction:row;align-items:stretch;width:min(100%,calc(800px + var(--border-width-thick)));min-height:0}.frame-side-themed-image-panel__edge{flex:0 0 var(--border-width-thick);min-width:var(--border-width-thick);align-self:stretch;background:var(--gradient-select-outline);pointer-events:none}.frame-side-themed-image-panel__image{position:relative;flex:1 1 50rem;min-width:0;max-width:50rem;background-color:transparent;background-size:cover;background-position:center;background-repeat:no-repeat}.frame-side-themed-image-panel__credit{position:absolute;right:.875rem;bottom:.625rem;max-width:calc(100% - 1.75rem);letter-spacing:.02em;color:var(--color-white-80);text-align:right;text-shadow:0 1px 2px var(--color-black-50),0 0 6px var(--color-black-35);pointer-events:none;-webkit-user-select:none;user-select:none}.wrapper{position:relative;box-sizing:border-box;flex-shrink:0;isolation:isolate}.wrapper--intrinsic{display:inline-flex;vertical-align:middle;max-width:100%}.wrapper__outline{position:absolute;inset:0;box-sizing:border-box;pointer-events:none;z-index:0}.wrapper__inner{position:absolute;box-sizing:border-box;z-index:1;overflow:hidden;min-width:0;min-height:0}.wrapper--intrinsic .wrapper__inner{position:relative;inset:auto;flex:1 1 auto;align-self:stretch}.button{transform-origin:center;transition:transform .2s ease}.button:after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;border-radius:var(--radius-default);background:#ffffff0f;opacity:0;transition:opacity .2s ease}.button:not(.button--disabled):hover{transform:scale(1.03)}.button:not(.button--disabled):hover:after{opacity:1}@media(prefers-reduced-motion:reduce){.button{transition:none}.button:after{transition:none}.button:not(.button--disabled):hover{transform:none}.button:not(.button--disabled):hover:after{opacity:0}}.button .wrapper__inner{overflow:visible}.button__control{display:inline-flex;align-items:center;justify-content:center;gap:var(--button-gap, .5rem);width:100%;min-height:100%;margin:0;padding:var(--button-padding, .625rem 1.25rem);border:none;border-radius:inherit;background:transparent;color:inherit;font-family:var(--font-primary);font-size:var(--font-size-title);font-weight:var(--font-weight-medium);line-height:var(--type-line-body);cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent}.button__control:disabled{cursor:not-allowed}.button__control:focus-visible{outline:2px solid var(--color-white-60);outline-offset:2px}.button__control :where(img,svg){flex-shrink:0}.button__control img{display:block;max-height:1.5em;width:auto;height:auto;object-fit:contain}.button--second .button__control{font-size:0;line-height:0}.button--second .button__control img{width:32px;height:32px;max-width:none;max-height:none}.button--disabled{opacity:.55;pointer-events:none}.input-bar{transition:transform .18s ease;transform:scale(1);transform-origin:center}.input-bar:focus-within:not(.input-bar--disabled){transform:scale(1.03)}.input-bar .wrapper__inner{overflow:visible}.input-bar__control{display:block;width:100%;min-height:100%;margin:0;padding:var(--input-bar-padding, .625rem 1.25rem);border:none;border-radius:inherit;background:transparent;color:var(--theme-text-bright);font-family:var(--font-primary);font-size:var(--font-size-title);font-weight:var(--font-weight-regular);line-height:var(--type-line-body);-webkit-tap-highlight-color:transparent;box-sizing:border-box}.input-bar__control::placeholder{color:var(--theme-text-faded);font-size:var(--font-size-title);font-weight:var(--font-weight-light)}.input-bar__control:focus,.input-bar__control:focus-visible{outline:none}.input-bar__control:disabled{cursor:not-allowed}.input-bar--disabled{opacity:.55;pointer-events:none}.input-bar__control[type=password]::-ms-reveal{display:none}.input-bar__control::-webkit-credentials-auto-fill-button{visibility:hidden;display:none!important;pointer-events:none;width:0;height:0;margin:0}.notification__text{display:flex;align-items:center;justify-content:center;width:100%;height:100%;box-sizing:border-box;padding:0 1rem;text-align:center;text-transform:uppercase;min-width:0}.notification-toast{--notification-toast-card-width: 43.75rem;--notification-toast-card-height: 4.6875rem;--notification-toast-hidden-translate: calc(-100% - .75rem) ;position:fixed;inset:0;z-index:var(--notification-toast-z-index);pointer-events:none;display:flex;flex-direction:column;align-items:center;padding-top:var(--notification-toast-top);box-sizing:border-box}.notification-toast__surface{position:relative;z-index:1;flex-shrink:0;transform:translateY(var(--notification-toast-hidden-translate));opacity:0;will-change:transform,opacity}.notification-toast__backdrop{position:absolute;top:var(--notification-toast-top);left:50%;width:min(var(--notification-toast-card-width),100%);height:var(--notification-toast-card-height);border-radius:var(--radius-default);transform:translate(-50%,var(--notification-toast-hidden-translate));opacity:0;backdrop-filter:blur(var(--notification-toast-backdrop-blur));-webkit-backdrop-filter:blur(var(--notification-toast-backdrop-blur));pointer-events:none;will-change:transform,opacity}.notification-toast[data-phase=initial] .notification-toast__backdrop{transition:none}.notification-toast[data-phase=shown] .notification-toast__backdrop,.notification-toast[data-phase=leave] .notification-toast__backdrop{transition:transform .34s cubic-bezier(.22,1,.36,1),opacity .26s ease}.notification-toast[data-phase=shown] .notification-toast__backdrop{transform:translate(-50%);opacity:1}.notification-toast[data-phase=leave] .notification-toast__backdrop{transform:translate(-50%,var(--notification-toast-hidden-translate));opacity:0}@media(prefers-reduced-motion:reduce){.notification-toast[data-motion=reduce][data-phase=shown] .notification-toast__backdrop,.notification-toast[data-motion=reduce][data-phase=leave] .notification-toast__backdrop{transition:none}.notification-toast[data-motion=reduce][data-phase=shown] .notification-toast__backdrop{transform:translate(-50%);opacity:1}.notification-toast[data-motion=reduce][data-phase=leave] .notification-toast__backdrop{transform:translate(-50%,var(--notification-toast-hidden-translate));opacity:0}}.notification-toast[data-phase=initial] .notification-toast__surface{transition:none}.notification-toast[data-phase=shown] .notification-toast__surface,.notification-toast[data-phase=leave] .notification-toast__surface{transition:transform .34s cubic-bezier(.22,1,.36,1),opacity .26s ease}.notification-toast[data-phase=shown] .notification-toast__surface{transform:translateY(0);opacity:1}.notification-toast[data-phase=leave] .notification-toast__surface{transform:translateY(var(--notification-toast-hidden-translate));opacity:0}@media(prefers-reduced-motion:reduce){.notification-toast[data-motion=reduce][data-phase=shown] .notification-toast__surface,.notification-toast[data-motion=reduce][data-phase=leave] .notification-toast__surface{transition:none}.notification-toast[data-motion=reduce][data-phase=shown] .notification-toast__surface{transform:translateY(0);opacity:1}.notification-toast[data-motion=reduce][data-phase=leave] .notification-toast__surface{transform:translateY(var(--notification-toast-hidden-translate));opacity:0}}.frame{flex:1 1 auto;min-width:0;min-height:0;position:relative;display:flex;flex-direction:column}.frame__inner{flex:1 1 auto;min-width:0;min-height:0;position:relative;display:flex;flex-direction:column;overflow:hidden;background:var(--theme-main)}.frame--slight .frame__inner,.frame--content .frame__inner{border-top-left-radius:calc(var(--radius-default) - var(--border-width-thin))}.frame--field{border-top:var(--border-width-thin) solid var(--color-white-10);width:100%}.frame--slight,.frame--content{border-top:var(--border-width-thin) solid var(--color-white-10);border-left:var(--border-width-thin) solid var(--color-white-10);border-top-left-radius:var(--radius-default)}.frame--slight{margin-left:15px}.frame--content{margin-left:65px}.debug{position:relative;display:flex;flex-direction:column;width:100%;min-height:0;flex:1 1 auto;box-sizing:border-box}.debug__actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;width:100%;flex-shrink:0;padding:.5rem .75rem 0;box-sizing:border-box}.debug__theme-debug{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.75rem 1rem}.debug__theme-debug-field{display:inline-flex;flex-direction:row;align-items:center;gap:.375rem;margin:0;font-family:var(--font-primary);font-size:var(--font-size-hero-third);color:var(--theme-text-secondary)}.debug__theme-debug-label{flex-shrink:0;font-weight:var(--font-weight-medium)}.debug__theme-debug-select{appearance:auto;min-width:7.5rem;max-width:12rem;padding:.25rem .375rem;font:inherit;color:var(--theme-text-primary);background:var(--theme-base);border:1px solid var(--theme-text-faded);border-radius:4px;cursor:pointer}.debug__theme-debug-select:focus-visible{outline:2px solid var(--theme-text-faded);outline-offset:2px}.debug__log-off{appearance:none;background:transparent;border:0;margin:0;padding:.375rem .5rem;cursor:pointer;font-family:var(--font-primary);font-size:var(--font-size-hero-third);font-weight:var(--font-weight-medium);line-height:1.2;color:var(--theme-text-primary);text-decoration:underline;text-underline-offset:.2em}.debug__log-off:hover{color:var(--theme-text-bright)}.debug__log-off:focus-visible{outline:2px solid var(--theme-text-faded);outline-offset:2px;border-radius:2px}.debug__body{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;box-sizing:border-box}.settings-nav{--settings-nav-width: 300px;--settings-nav-header-width: 270px;--settings-nav-header-height: 80px;--settings-nav-search-width: 270px;--settings-nav-search-height: 50px;--settings-nav-row-width: 260px;--settings-nav-row-height: 45px;--settings-nav-row-stack-gap: 6px;--settings-nav-row-icon: 20px;--settings-nav-scroll-pad-v: 16px;--settings-nav-divider-width: 240px;flex:0 0 var(--settings-nav-width);width:var(--settings-nav-width);min-width:0;min-height:0;align-self:stretch;display:flex;flex-direction:column;background:var(--color-black-35);border-right:var(--border-width-thin) solid var(--color-white-10);color:var(--theme-text-primary);box-sizing:border-box}.settings-nav__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;padding:var(--settings-nav-scroll-pad-v) 0 12px;display:flex;flex-direction:column;align-items:center;gap:10px}.settings-nav__header{width:var(--settings-nav-header-width);height:var(--settings-nav-header-height);flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:0 10px;background:transparent;border:0;border-radius:var(--radius-default);color:var(--theme-text-primary);cursor:pointer;text-align:left;box-sizing:border-box;transition:background-color .12s ease}.settings-nav__header:hover:not(.settings-nav__header--active){background:var(--color-white-02)}.settings-nav__header--active{background:var(--color-select-bg)}.settings-nav__header:focus-visible{outline:2px solid var(--color-white-60);outline-offset:2px}.settings-nav__avatar{position:relative;flex:0 0 auto;width:60px;height:60px;border-radius:50%;overflow:hidden;background:var(--color-black-50);display:inline-flex;align-items:center;justify-content:center}.settings-nav__avatar-image{width:100%;height:100%;object-fit:cover;display:block}.settings-nav__avatar-fallback{color:var(--color-white-80)}.settings-nav__header-text{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:2px}.settings-nav__name-row{display:flex;align-items:baseline;gap:6px;min-width:0}.settings-nav__nickname{color:var(--color-white-80);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-nav__tag{color:var(--color-white-20);flex:0 0 auto}.settings-nav__edit-row{display:inline-flex;align-items:center;gap:6px;color:var(--color-white-60)}.settings-nav__edit-label{color:var(--color-white-60)}.settings-nav__edit-icon{width:12px;height:12px;opacity:var(--alpha-white-60);pointer-events:none}.settings-nav__search{width:var(--settings-nav-search-width);height:var(--settings-nav-search-height);flex:0 0 auto;display:flex;align-items:center;gap:10px;padding:0 18px;background:var(--color-black-5);border:var(--border-width-thin) solid var(--color-white-10);border-radius:var(--radius-default);box-sizing:border-box}.settings-nav__search:focus-within{border-color:var(--color-white-20)}.settings-nav__search-icon{width:16px;height:16px;flex:0 0 auto;pointer-events:none;opacity:.2}.settings-nav__search-input{flex:1 1 auto;min-width:0;background:transparent;border:0;outline:0;padding:0;color:var(--color-white-80)}.settings-nav__search-input::placeholder{color:var(--color-white-20);letter-spacing:.06em}.settings-nav__search-input::-webkit-search-decoration,.settings-nav__search-input::-webkit-search-cancel-button,.settings-nav__search-input::-webkit-search-results-button,.settings-nav__search-input::-webkit-search-results-decoration{display:none}.settings-nav__sections{width:100%;display:flex;flex-direction:column;align-items:center;gap:6px;margin-top:4px}.settings-nav__section{width:100%;display:flex;flex-direction:column;align-items:center;gap:4px;padding:6px 0 4px}.settings-nav__section-divider{display:block;width:var(--settings-nav-divider-width);height:0;border-top:var(--border-width-thin) solid var(--color-white-10);margin:6px 0 14px}.settings-nav__section-title{color:var(--color-white-60);margin:0 0 2px;width:var(--settings-nav-row-width);padding:0 10px;box-sizing:border-box;letter-spacing:.02em}.settings-nav__list{list-style:none;margin:0;padding:0;width:100%;display:flex;flex-direction:column;align-items:center;gap:var(--settings-nav-row-stack-gap)}.settings-nav__row{width:var(--settings-nav-row-width);height:var(--settings-nav-row-height);flex:0 0 auto;display:flex;align-items:center;gap:12px;padding:0 12px;background:transparent;border:0;border-radius:var(--radius-default);color:var(--color-white-80);cursor:pointer;text-align:left;box-sizing:border-box;transition:background-color .12s ease,color .12s ease}.settings-nav__row:hover:not(.settings-nav__row--active):not(.settings-nav__row--danger){background:var(--color-white-02)}.settings-nav__row--active{background:var(--color-select-bg);color:var(--color-white)}.settings-nav__row:focus-visible{outline:2px solid var(--color-white-60);outline-offset:2px}.settings-nav__row--danger{color:var(--color-error)}.settings-nav__row--danger:hover:not(.settings-nav__row--active),.settings-nav__row--danger.settings-nav__row--active{color:var(--color-error);background:#ff484814}.settings-nav__row-icon{width:var(--settings-nav-row-icon);height:var(--settings-nav-row-icon);flex:0 0 auto;pointer-events:none}.settings-nav__row--danger .settings-nav__row-icon{filter:brightness(0) saturate(100%) invert(41%) sepia(83%) saturate(4012%) hue-rotate(335deg) brightness(101%) contrast(105%)}.settings-nav__row-label{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.settings-nav__footer{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:4px;padding:10px 16px 12px;text-align:center}.settings-nav__footer-primary,.settings-nav__footer-links{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;color:var(--color-white-60)}.settings-nav__footer-slot{display:inline-flex;align-items:center;gap:6px}.settings-nav__footer-dot{width:3px;height:3px;border-radius:50%;background:var(--color-white-10);flex:0 0 auto}.settings-nav__footer-link{background:transparent;border:0;padding:0;margin:0;font:inherit;color:var(--color-info);cursor:pointer;text-decoration:none}.settings-nav__footer-link:hover{text-decoration:underline}.settings-nav__footer-link:focus-visible{outline:2px solid var(--color-white-60);outline-offset:2px;border-radius:2px}@media(prefers-reduced-motion:reduce){.settings-nav__header,.settings-nav__row{transition:none}}.settings-detail-layout{width:min(100%,600px);max-width:600px;display:flex;flex-direction:column;box-sizing:border-box;margin-left:auto;margin-right:auto}.settings-detail-layout__main{min-width:0;display:flex;flex-direction:column;gap:0}.settings-detail-layout__rule{width:100%;height:0;margin:0;border:0;border-top:var(--border-width-thin) solid var(--color-white-10);align-self:stretch;flex:0 0 auto}.settings-appearance{display:flex;flex-direction:column;gap:32px;min-width:0;width:100%}.settings-appearance__intro{display:flex;flex-direction:column;gap:10px;min-width:0}.settings-appearance__headline{margin:0;color:var(--color-white-80)}.settings-appearance__subline{margin:0;color:var(--color-white-60)}.settings-appearance__section{display:flex;flex-direction:column;gap:16px;min-width:0}.settings-appearance__section-title{margin:0;color:var(--color-white-80)}.settings-appearance__row{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:12px 14px}.settings-appearance__row-item{flex:0 0 auto}.settings-appearance__swatch-wrap{display:block;flex:0 0 auto}.settings-appearance__swatch-surface{position:relative;width:50px;height:50px;flex-shrink:0;border-radius:var(--radius-default);background:var(--theme-main);box-sizing:border-box;isolation:isolate}.settings-appearance__swatch-surface:after{content:"";position:absolute;inset:0;z-index:1;box-sizing:border-box;padding:var(--border-width-thin);border-radius:var(--radius-default);background:var(--gradient-transparent-outline);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none}.settings-appearance__swatch-surface .settings-appearance__swatch{z-index:2}.settings-appearance__swatch{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;width:100%;height:100%;border:0;margin:0;padding:0;background:transparent;color:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent;border-radius:inherit}.settings-appearance__swatch:focus-visible{outline:2px solid var(--color-white-60);outline-offset:2px;border-radius:var(--radius-default)}.settings-appearance__tick{position:absolute;inset:0;margin:auto;z-index:1;width:32px;height:32px;object-fit:contain;display:block;pointer-events:none;filter:none}.settings{position:relative;display:flex;flex-direction:row;width:100%;min-height:0;flex:1 1 auto;box-sizing:border-box}.settings__detail{flex:1 1 auto;min-width:0;min-height:0;display:flex;flex-direction:column;padding:0;box-sizing:border-box}.settings__detail-header{flex:0 0 70px;min-height:70px;height:70px;width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;box-sizing:border-box;padding:0 24px;background:var(--color-black-20);border-bottom:var(--border-width-thin) solid var(--color-white-10)}.settings__detail-title{margin:0;min-width:0;color:var(--color-white-80)}.settings__detail-close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;margin:0;padding:0;border:none;border-radius:var(--radius-default);background:transparent;color:inherit;cursor:pointer}.settings__detail-close-icon{display:block;opacity:calc(var(--alpha-white-60) / .8);pointer-events:none}.settings__detail-close:hover{background:var(--color-white-10)}.settings__detail-close:focus-visible{outline:2px solid var(--color-white-60);outline-offset:2px}.settings__detail-body{flex:1 1 auto;min-height:0;min-width:0;padding:40px 24px 20px;box-sizing:border-box;overflow:auto}.authentication{--authentication-column-width: 25rem;--auth-pad-inline: 1rem;--auth-optical-lift: 3rem;--auth-reserve-right: min(100%, calc(800px + var(--border-width-thick)));position:relative;display:flex;flex-direction:column;height:100%;min-height:0;box-sizing:border-box}.authentication__main{position:relative;z-index:1;flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;justify-content:safe center;min-height:0;min-width:0;padding-left:var(--auth-pad-inline);padding-right:var(--auth-reserve-right);padding-block:1rem;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}@media(max-width:1260px){.authentication{--auth-reserve-right: var(--auth-pad-inline)}.authentication .frame-side-themed-image-panel{display:none}}.authentication__column{width:var(--authentication-column-width);max-width:100%;flex-shrink:0;display:flex;flex-direction:column;align-items:stretch;gap:3.75rem;transform:translateY(calc(-1 * var(--auth-optical-lift)))}.authentication__oauth{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;flex-shrink:0}.authentication__continue-block{display:flex;flex-direction:column;align-items:stretch;gap:1.25rem;width:100%;flex-shrink:0}.authentication__title{margin:0;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-start;gap:.375em .5em;font-family:var(--font-primary);line-height:var(--type-line-hero);text-align:left;width:100%;font-weight:var(--font-weight-bold)}.authentication__title-lead,.authentication__title-tail{font-size:var(--font-size-hero-first);color:var(--theme-text-bright)}.authentication__title-join{font-size:var(--font-size-hero-second);color:var(--theme-text-primary)}.authentication__title--step{margin:0}.authentication__login-hint{margin:0;font-family:var(--font-primary);font-size:var(--font-size-hero-third);font-weight:var(--font-weight-light);line-height:var(--type-line-hero);color:var(--theme-text-primary)}.authentication__code-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;flex-shrink:0}.authentication__disclaimer{margin:0;flex-shrink:0;position:relative;z-index:1;padding:0 var(--auth-reserve-right) 1rem var(--auth-pad-inline);font-family:var(--font-primary);font-size:var(--font-size-main);font-weight:var(--font-weight-light);line-height:var(--type-line-body);color:var(--theme-text-secondary);text-align:left}.social{position:relative;display:flex;flex-direction:column;width:100%;min-height:0;flex:1 1 auto;box-sizing:border-box}.social__body{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;box-sizing:border-box;padding:1rem 1.25rem}.social__placeholder{margin:0;font-family:var(--font-primary);font-size:var(--font-size-hero-third);font-weight:var(--font-weight-medium);color:var(--theme-text-secondary)}.nav-rail{--nav-rail-width: 65px;--nav-rail-button-size: 40px;--nav-rail-gap: 12px;--nav-rail-side-inset: calc( (var(--nav-rail-width) - var(--nav-rail-button-size)) / 2 );--nav-rail-indicator-hover: 20px;--nav-rail-indicator-selected: 40px;position:absolute;top:0;left:0;bottom:0;z-index:2;width:var(--nav-rail-width);padding-top:var(--nav-rail-gap);display:flex;flex-direction:column;align-items:center;gap:var(--nav-rail-gap);overflow:visible;pointer-events:none}.nav-rail>*{pointer-events:auto}.nav-rail__separator{width:3px;height:3px;border-radius:50%;background:var(--color-white-10);margin:2px 0;flex:0 0 auto}.nav-rail__item{position:relative;flex:0 0 auto;width:var(--nav-rail-button-size);height:var(--nav-rail-button-size)}.nav-rail__indicator{position:absolute;top:50%;left:calc(-1 * var(--nav-rail-side-inset));width:3px;height:0;transform:translateY(-50%);background:var(--color-white-60);border-radius:0 var(--radius-default) var(--radius-default) 0;--wrapper-corner-smoothing: var(--radius-smoothing-percent);pointer-events:none;transition:height .2s ease}.nav-rail__item:hover .nav-rail__indicator{height:var(--nav-rail-indicator-hover)}.nav-rail__item--selected .nav-rail__indicator,.nav-rail__item--selected:hover .nav-rail__indicator{height:var(--nav-rail-indicator-selected)}.nav-rail__button{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;margin:0;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;border-radius:inherit;-webkit-tap-highlight-color:transparent}.nav-rail__button:focus-visible{outline:2px solid var(--color-white-60);outline-offset:3px}.nav-rail__icon{display:block;width:20px;height:20px;pointer-events:none}@media(prefers-reduced-motion:reduce){.nav-rail__indicator{transition:none}}.page-scaffold{flex:1 1 auto;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;background:var(--theme-ground);background-attachment:fixed;color:var(--theme-text-primary)}.page-scaffold__body{position:relative;flex:1 1 auto;display:flex;min-height:0}.page-transition{position:relative;flex:1 1 auto;display:flex;min-width:0;min-height:0;overflow:hidden}.page-transition__layer{position:absolute;inset:0;display:flex;min-width:0;min-height:0}.page-transition__layer--enter{animation:page-transition-enter .26s cubic-bezier(.22,.61,.36,1) both}.page-transition__layer--exit{animation:page-transition-exit .22s cubic-bezier(.22,.61,.36,1) both;z-index:0}.page-transition__layer--enter{z-index:1}@keyframes page-transition-enter{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:none}}@keyframes page-transition-exit{0%{opacity:1}to{opacity:0}}@media(prefers-reduced-motion:reduce){.page-transition__layer--enter,.page-transition__layer--exit{animation:none}}.profile-panel{position:fixed;left:5px;bottom:5px;z-index:1000;width:355px;--profile-panel-row-padding-y: 10px;--profile-panel-row-padding-x: 12px;--profile-panel-expand-duration: .25s;--profile-panel-expand-easing: cubic-bezier(.22, .61, .36, 1)}.profile-panel__shell{background:var(--theme-base);border:var(--border-width-thin) solid var(--color-white-10);border-radius:var(--radius-default);--wrapper-corner-smoothing: var(--radius-smoothing-percent);overflow:hidden}.profile-panel__inner{display:flex;flex-direction:column}.profile-panel__identity{display:grid;grid-template-columns:auto 1fr auto auto;align-items:center;gap:12px;height:70px;padding:0 var(--profile-panel-row-padding-x)}.profile-panel__avatar{position:relative;width:40px;height:40px;border-radius:50%;overflow:hidden;background:var(--color-black-20);display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.profile-panel__avatar-image{width:100%;height:100%;object-fit:cover;display:block}.profile-panel__avatar-fallback{color:var(--color-white-80);line-height:1;-webkit-user-select:none;user-select:none}.profile-panel__status-dot{position:absolute;right:1px;bottom:1px;width:10px;height:10px;border-radius:50%;background:var(--profile-panel-status, var(--color-online));box-shadow:0 0 0 2px var(--theme-base);pointer-events:none}.profile-panel__name{min-width:0;display:flex;align-items:baseline;gap:2px;overflow:hidden}.profile-panel__nickname{color:var(--color-white-80);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-panel__tag{color:var(--color-white-20);white-space:nowrap;flex:0 0 auto}.profile-panel__credits{position:relative;display:inline-flex;align-items:center;gap:6px;height:32px;margin:0;padding:0 8px;border:0;border-radius:8px;background:transparent;color:var(--color-white-80);font:inherit;white-space:nowrap;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .15s ease}.profile-panel__credits:hover{background:#ffffff0f}.profile-panel__credits:focus-visible{outline:2px solid var(--color-white-60);outline-offset:2px}.profile-panel__credits-icon{display:block;width:20px;height:20px;pointer-events:none;transition:filter .25s ease,transform .25s ease}.profile-panel__credits:hover .profile-panel__credits-icon{transform:scale(1.06);filter:drop-shadow(0 0 6px rgb(255 255 255 / .45))}.profile-panel__credits-value{color:var(--color-white-80)}.profile-panel__credits-sparkles{position:absolute;left:16px;top:50%;width:0;height:0;pointer-events:none}.profile-panel__credits-sparkle{position:absolute;left:0;top:0;width:3px;height:3px;margin-left:-1.5px;margin-top:-1.5px;border-radius:50%;background:#fffffff2;box-shadow:0 0 4px #ffffffe6,0 0 8px #fff6;opacity:0;transform:translate(0) scale(.4)}.profile-panel__credits-sparkle:nth-child(1){--tx: 12px;--ty: -11px;--sparkle-delay: 0ms;--sparkle-duration: .9s}.profile-panel__credits-sparkle:nth-child(2){--tx: -11px;--ty: -9px;--sparkle-delay: .15s;--sparkle-duration: 1s}.profile-panel__credits-sparkle:nth-child(3){--tx: 10px;--ty: 11px;--sparkle-delay: .3s;--sparkle-duration: .95s}.profile-panel__credits-sparkle:nth-child(4){--tx: -10px;--ty: 10px;--sparkle-delay: .45s;--sparkle-duration: 1.05s}.profile-panel__credits-sparkle:nth-child(5){--tx: 0px;--ty: -14px;--sparkle-delay: .6s;--sparkle-duration: .9s}.profile-panel__credits-sparkle:nth-child(6){--tx: 0px;--ty: 13px;--sparkle-delay: .75s;--sparkle-duration: .95s}.profile-panel__credits:hover .profile-panel__credits-sparkle,.profile-panel__credits:focus-visible .profile-panel__credits-sparkle{animation:profile-panel-sparkle var(--sparkle-duration, .9s) ease-out var(--sparkle-delay, 0ms) infinite}@keyframes profile-panel-sparkle{0%{opacity:0;transform:translate(0) scale(.4)}20%{opacity:1;transform:translate(calc(var(--tx) * .35),calc(var(--ty) * .35)) scale(1)}to{opacity:0;transform:translate(var(--tx),var(--ty)) scale(.6)}}.profile-panel__icon-button{width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;border-radius:8px;-webkit-tap-highlight-color:transparent;transition:background-color .15s ease}.profile-panel__icon-button:hover{background:#ffffff0f}.profile-panel__icon-button:focus-visible{outline:2px solid var(--color-white-60);outline-offset:2px}.profile-panel__icon{display:block;width:20px;height:20px;pointer-events:none}.profile-panel__icon--settings{opacity:.8;transform:rotate(0);transform-origin:50% 50%;transition:transform .5s cubic-bezier(.45,0,.55,1)}.profile-panel__icon-button:hover .profile-panel__icon--settings,.profile-panel__icon-button:focus-visible .profile-panel__icon--settings{transform:rotate(180deg)}.profile-panel__profiles{display:grid;grid-template-rows:0fr;transition:grid-template-rows var(--profile-panel-expand-duration) var(--profile-panel-expand-easing)}.profile-panel--expanded .profile-panel__profiles{grid-template-rows:1fr}.profile-panel__profiles-inner{min-height:0;overflow:hidden;display:flex;align-items:center;gap:12px;padding:0 var(--profile-panel-row-padding-x)}.profile-panel--expanded .profile-panel__profiles-inner{padding-top:var(--profile-panel-row-padding-y);padding-bottom:var(--profile-panel-row-padding-y);border-top:1px solid var(--color-white-10);transition:padding var(--profile-panel-expand-duration) var(--profile-panel-expand-easing)}.profile-panel__profiles-inner:empty{padding:0;border-top:0}.profile-panel__chip{width:45px;height:45px;flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:0;border:0;background:var(--color-black-20);color:var(--color-white-80);cursor:pointer;border-radius:50%;overflow:hidden;-webkit-tap-highlight-color:transparent;transition:transform .15s ease,background-color .15s ease}.profile-panel__chip:hover{transform:scale(1.04)}.profile-panel__chip:focus-visible{outline:2px solid var(--color-white-60);outline-offset:2px}.profile-panel__chip-icon{width:32px;height:32px;object-fit:contain;pointer-events:none}.profile-panel__chip--add{background:#ffffff0a}.profile-panel__chip--add-empty{background:var(--color-select-bg)}.profile-panel__chip-plus{font-family:var(--font-primary);font-weight:var(--font-weight-regular);font-size:1.25rem;line-height:1;color:var(--color-white-80)}.profile-panel__selector{display:flex;align-items:center;justify-content:center;gap:10px;height:50px;padding:0 var(--profile-panel-row-padding-x);margin:0;border:0;border-top:1px solid var(--color-white-10);background:transparent;color:inherit;text-align:center;cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color .15s ease}.profile-panel__selector:not(:disabled):hover{background:#ffffff08}.profile-panel__selector:focus-visible{outline:2px solid var(--color-white-60);outline-offset:-2px}.profile-panel__selector:disabled{cursor:default}.profile-panel__selector-leading{display:block;width:20px;height:20px;pointer-events:none}.profile-panel__selector-label{color:var(--color-white-80);letter-spacing:.02em;white-space:nowrap}.profile-panel__selector-chevron{display:block;width:20px;height:20px;pointer-events:none;transition:transform var(--profile-panel-expand-duration) var(--profile-panel-expand-easing)}.profile-panel--expanded .profile-panel__selector-chevron{transform:rotate(180deg)}@media(prefers-reduced-motion:reduce){.profile-panel__profiles,.profile-panel__selector-chevron,.profile-panel--expanded .profile-panel__profiles-inner,.profile-panel__icon--settings,.profile-panel__credits-icon{transition:none}.profile-panel__credits:hover .profile-panel__icon--settings,.profile-panel__icon-button:hover .profile-panel__icon--settings,.profile-panel__icon-button:focus-visible .profile-panel__icon--settings{transform:none}.profile-panel__credits:hover .profile-panel__credits-sparkle,.profile-panel__credits:focus-visible .profile-panel__credits-sparkle{animation:none}}.titlebar__left{display:flex;align-items:center;gap:8px;justify-self:start}.titlebar__right{justify-self:end}.titlebar__logo{display:block;width:14px;height:14px}.titlebar__brand{font-family:var(--font-primary);font-weight:var(--font-weight-semibold);font-size:12px;line-height:1;letter-spacing:.02em;color:var(--color-white-80)}.titlebar{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:10px 15px;color:var(--theme-text-primary);user-select:none;-webkit-user-select:none}.titlebar__left,.titlebar__right{display:flex;align-items:center;gap:8px}.titlebar__left{justify-self:start}.titlebar__right{justify-self:end;gap:12px}.titlebar__center{justify-self:center;color:var(--color-white-80)}.titlebar__btn{appearance:none;background:transparent;border:0;padding:4px;margin:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-white-80);line-height:0;-webkit-app-region:no-drag}.titlebar__btn:hover:not(:disabled){color:var(--color-white)}.titlebar__btn:focus-visible{outline:1px solid var(--color-white-80);outline-offset:2px;border-radius:2px}.titlebar__btn--nav:disabled{color:var(--color-white-20);cursor:default}.titlebar__btn--nav:not(:disabled){color:var(--color-white-80)}.titlebar__icon{display:block;width:10px;height:10px}.titlebar__icon--nav{width:11px;height:10px}.titlebar__icon--min{height:1px}
