.LandingPageComponent-module__aGVY-W__page{width:100%;overflow-x:hidden}.LandingPageComponent-module__aGVY-W__section{padding:100px var(--space-lg);position:relative}.LandingPageComponent-module__aGVY-W__section-inner{max-width:1140px;margin:0 auto}.LandingPageComponent-module__aGVY-W__navigation-bar{z-index:200;height:64px;padding:0 var(--space-xl);transition:background var(--transition-base), box-shadow var(--transition-base), backdrop-filter var(--transition-base);background:0 0;justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.LandingPageComponent-module__aGVY-W__navigation-scrolled{background:var(--background-surface);-webkit-backdrop-filter:blur(24px)saturate(130%);box-shadow:var(--calculated-shadow-sm);border-bottom:1px solid var(--calculated-border-subtle)}.LandingPageComponent-module__aGVY-W__navigation-brand{align-items:center;gap:var(--space-sm);display:flex}.LandingPageComponent-module__aGVY-W__navigation-brand-name{font-size:var(--font-size-lg);color:var(--text-primary);letter-spacing:-.02em;font-weight:700}.LandingPageComponent-module__aGVY-W__navigation-brand-icon{color:var(--accent)}.LandingPageComponent-module__aGVY-W__navigation-links{align-items:center;gap:var(--space-xs);display:flex}.LandingPageComponent-module__aGVY-W__navigation-link{font-family:var(--font-family);font-size:var(--font-size-sm);color:var(--text-secondary);border-radius:var(--radius-md);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast);background:0 0;border:none;padding:6px 14px;font-weight:500}.LandingPageComponent-module__aGVY-W__navigation-link:hover{color:var(--text-primary);background:var(--background-surface)}.LandingPageComponent-module__aGVY-W__navigation-call-to-action{font-family:var(--font-family);font-size:var(--font-size-sm);color:var(--calculated-text-inverse);background:var(--accent);border-radius:var(--radius-full);cursor:pointer;transition:color var(--transition-fast), background var(--transition-fast), filter var(--transition-fast), box-shadow var(--transition-fast);border:none;padding:8px 20px;font-weight:600}.LandingPageComponent-module__aGVY-W__navigation-call-to-action:hover{filter:brightness(1.12);box-shadow:0 0 16px hsla(var(--accent-hue), var(--accent-sat), 42%, .3)}.LandingPageComponent-module__aGVY-W__mobile-toggle{background:var(--background-surface);border:1px solid var(--calculated-border-subtle);border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-primary);cursor:pointer;justify-content:center;align-items:center;display:none}.LandingPageComponent-module__aGVY-W__hero{text-align:center;min-height:100vh;padding:120px var(--space-lg) 80px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.LandingPageComponent-module__aGVY-W__hero-bg{z-index:0;opacity:.2;filter:blur(40px)saturate(1.4);will-change:transform;background:url(/hero-bg.png) 50%/cover no-repeat;animation:30s ease-in-out infinite alternate LandingPageComponent-module__aGVY-W__hero-pan;position:absolute;inset:0}@keyframes LandingPageComponent-module__aGVY-W__hero-pan{0%{transform:scale(1.05)translateY(-2%)}to{transform:scale(1.1)translateY(2%)}}.LandingPageComponent-module__aGVY-W__hero-content{z-index:1;max-width:760px;animation:.8s ease-out LandingPageComponent-module__aGVY-W__fadeIn;position:relative}.LandingPageComponent-module__aGVY-W__hero-badge{font-size:var(--font-size-xs);color:var(--accent);background:var(--accent-background);border:1px solid hsla(var(--accent-hue), var(--accent-sat), 42%, .15);border-radius:var(--radius-full);margin-bottom:var(--space-lg);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:6px;padding:6px 16px;font-weight:600;display:inline-flex}.LandingPageComponent-module__aGVY-W__hero-title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:var(--space-lg);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.LandingPageComponent-module__aGVY-W__hero-gradient{background:linear-gradient(135deg, var(--accent) 0%, hsl(var(--accent-hue), 80%, 60%) 50%, var(--amber) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.LandingPageComponent-module__aGVY-W__hero-sub{color:var(--text-secondary);max-width:600px;margin:0 auto var(--space-xl);font-size:clamp(1rem,2vw,1.25rem);line-height:1.7}.LandingPageComponent-module__aGVY-W__hero-actions{justify-content:center;align-items:center;gap:var(--space-md);flex-wrap:wrap;display:flex}.LandingPageComponent-module__aGVY-W__btn-hero-primary{align-items:center;gap:var(--space-sm);font-family:var(--font-family);font-size:var(--font-size-md);border-radius:var(--radius-full);cursor:pointer;transition:transform var(--transition-fast), box-shadow var(--transition-fast), filter var(--transition-fast);background:var(--accent);color:var(--calculated-text-inverse);box-shadow:0 4px 20px hsla(var(--accent-hue), var(--accent-sat), 42%, .3);border:none;padding:14px 32px;font-weight:600;display:inline-flex}.LandingPageComponent-module__aGVY-W__btn-hero-primary:hover{filter:brightness(1.1);box-shadow:0 6px 28px hsla(var(--accent-hue), var(--accent-sat), 42%, .4);transform:translateY(-2px)}.LandingPageComponent-module__aGVY-W__btn-hero-primary:active{transform:translateY(0)}.LandingPageComponent-module__aGVY-W__btn-hero-secondary{align-items:center;gap:var(--space-sm);font-family:var(--font-family);font-size:var(--font-size-md);border-radius:var(--radius-full);cursor:pointer;transition:transform var(--transition-fast), box-shadow var(--transition-fast), filter var(--transition-fast);background:var(--background-surface);color:var(--text-primary);border:1px solid var(--calculated-border-medium);padding:14px 32px;font-weight:600;display:inline-flex}.LandingPageComponent-module__aGVY-W__btn-hero-secondary:hover{background:var(--background-elevated);box-shadow:var(--calculated-shadow-md);transform:translateY(-2px)}.LandingPageComponent-module__aGVY-W__btn-hero-secondary:active{transform:translateY(0)}.LandingPageComponent-module__aGVY-W__hero-stats{justify-content:center;gap:var(--space-2xl);margin-top:60px;animation:1s ease-out .3s backwards LandingPageComponent-module__aGVY-W__fadeIn;display:flex}.LandingPageComponent-module__aGVY-W__hero-stat{text-align:center}.LandingPageComponent-module__aGVY-W__hero-stat-value{font-size:var(--font-size-2xl);color:var(--accent);font-variant-numeric:tabular-nums;font-weight:800;display:block}.LandingPageComponent-module__aGVY-W__hero-stat-label{font-size:var(--font-size-xs);color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-weight:500}.LandingPageComponent-module__aGVY-W__reveal{opacity:0;will-change:opacity, transform;transition:opacity .7s ease-out,transform .7s ease-out;transform:translateY(40px)}.LandingPageComponent-module__aGVY-W__revealed{opacity:1;transform:translateY(0)}.LandingPageComponent-module__aGVY-W__section-label{font-size:var(--font-size-xs);color:var(--accent);text-transform:uppercase;letter-spacing:.06em;margin-bottom:var(--space-sm);align-items:center;gap:6px;font-weight:600;display:inline-flex}.LandingPageComponent-module__aGVY-W__section-title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:var(--space-md);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.15}.LandingPageComponent-module__aGVY-W__section-sub{font-size:var(--font-size-md);color:var(--text-secondary);max-width:560px;line-height:1.7}.LandingPageComponent-module__aGVY-W__section-header{text-align:center;margin-bottom:60px}.LandingPageComponent-module__aGVY-W__section-header .LandingPageComponent-module__aGVY-W__section-sub{margin:0 auto}.LandingPageComponent-module__aGVY-W__features-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.LandingPageComponent-module__aGVY-W__feature-card{padding:var(--space-xl);transition:transform var(--transition-fast), box-shadow var(--transition-fast), border-color var(--transition-fast)}.LandingPageComponent-module__aGVY-W__feature-card:hover{box-shadow:var(--calculated-shadow-glow);border-color:hsla(var(--accent-hue), var(--accent-sat), 42%, .2);transform:translateY(-4px)}.LandingPageComponent-module__aGVY-W__feature-icon{border-radius:var(--radius-md);background:var(--accent-background);width:48px;height:48px;color:var(--accent);margin-bottom:var(--space-md);transition:box-shadow var(--transition-fast);justify-content:center;align-items:center;display:flex}.LandingPageComponent-module__aGVY-W__feature-card:hover .LandingPageComponent-module__aGVY-W__feature-icon{box-shadow:0 0 20px hsla(var(--accent-hue), var(--accent-sat), 42%, .25)}.LandingPageComponent-module__aGVY-W__feature-title{font-size:var(--font-size-lg);color:var(--text-primary);margin-bottom:var(--space-sm);font-weight:700}.LandingPageComponent-module__aGVY-W__feature-desc{font-size:var(--font-size-sm);color:var(--text-secondary);line-height:1.7}.LandingPageComponent-module__aGVY-W__steps-section{background:var(--background-surface)}.LandingPageComponent-module__aGVY-W__steps-grid{gap:var(--space-xl);counter-reset:step;grid-template-columns:repeat(3,1fr);display:grid}.LandingPageComponent-module__aGVY-W__step-card{text-align:center;counter-increment:step;position:relative}.LandingPageComponent-module__aGVY-W__step-number{width:56px;height:56px;font-size:var(--font-size-xl);color:var(--accent);background:var(--accent-background);border:2px solid hsla(var(--accent-hue), var(--accent-sat), 42%, .2);margin:0 auto var(--space-lg);border-radius:50%;justify-content:center;align-items:center;font-weight:800;display:flex}.LandingPageComponent-module__aGVY-W__step-title{font-size:var(--font-size-lg);color:var(--text-primary);margin-bottom:var(--space-sm);font-weight:700}.LandingPageComponent-module__aGVY-W__step-desc{font-size:var(--font-size-sm);color:var(--text-secondary);max-width:300px;margin:0 auto;line-height:1.7}.LandingPageComponent-module__aGVY-W__pricing-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);align-items:start;display:grid}.LandingPageComponent-module__aGVY-W__pricing-card{padding:var(--space-xl);text-align:center;transition:transform var(--transition-fast), box-shadow var(--transition-fast);position:relative}.LandingPageComponent-module__aGVY-W__pricing-card:hover{box-shadow:var(--calculated-shadow-lg);transform:translateY(-4px)}.LandingPageComponent-module__aGVY-W__pricing-featured{border-color:hsla(var(--accent-hue), var(--accent-sat), 42%, .3);box-shadow:var(--calculated-shadow-glow)}.LandingPageComponent-module__aGVY-W__pricing-badge{font-size:var(--font-size-xs);color:var(--calculated-text-inverse);background:var(--accent);border-radius:var(--radius-full);white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;padding:4px 16px;font-weight:700;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.LandingPageComponent-module__aGVY-W__pricing-name{font-size:var(--font-size-lg);color:var(--text-primary);margin-bottom:var(--space-sm);font-weight:700}.LandingPageComponent-module__aGVY-W__pricing-price{color:var(--text-primary);margin-bottom:var(--space-xs);font-size:3rem;font-weight:800;line-height:1}.LandingPageComponent-module__aGVY-W__pricing-period{font-size:var(--font-size-sm);color:var(--text-muted);font-weight:400}.LandingPageComponent-module__aGVY-W__pricing-desc{font-size:var(--font-size-sm);color:var(--text-secondary);margin-bottom:var(--space-lg)}.LandingPageComponent-module__aGVY-W__pricing-features{text-align:left;margin-bottom:var(--space-xl);gap:var(--space-sm);flex-direction:column;list-style:none;display:flex}.LandingPageComponent-module__aGVY-W__pricing-feature{align-items:center;gap:var(--space-sm);font-size:var(--font-size-sm);color:var(--text-secondary);display:flex}.LandingPageComponent-module__aGVY-W__pricing-check{color:var(--accent);flex-shrink:0}.LandingPageComponent-module__aGVY-W__pricing-button{width:100%;font-family:var(--font-family);font-size:var(--font-size-sm);border-radius:var(--radius-full);cursor:pointer;transition:transform var(--transition-fast), box-shadow var(--transition-fast), filter var(--transition-fast);border:1px solid var(--calculated-border-medium);background:var(--background-surface);color:var(--text-primary);padding:12px 24px;font-weight:600}.LandingPageComponent-module__aGVY-W__pricing-button:hover{box-shadow:var(--calculated-shadow-md);transform:translateY(-1px)}.LandingPageComponent-module__aGVY-W__pricing-btn-primary{width:100%;font-family:var(--font-family);font-size:var(--font-size-sm);border-radius:var(--radius-full);cursor:pointer;transition:transform var(--transition-fast), box-shadow var(--transition-fast), filter var(--transition-fast);background:var(--accent);color:var(--calculated-text-inverse);border:none;padding:12px 24px;font-weight:600}.LandingPageComponent-module__aGVY-W__pricing-btn-primary:hover{filter:brightness(1.1);box-shadow:0 4px 16px hsla(var(--accent-hue), var(--accent-sat), 42%, .3);transform:translateY(-1px)}.LandingPageComponent-module__aGVY-W__testimonials-section{background:var(--background-surface)}.LandingPageComponent-module__aGVY-W__testimonials-grid{gap:var(--space-lg);grid-template-columns:repeat(3,1fr);display:grid}.LandingPageComponent-module__aGVY-W__testimonial-card{padding:var(--space-xl)}.LandingPageComponent-module__aGVY-W__testimonial-quote{font-size:var(--font-size-base);color:var(--text-secondary);margin-bottom:var(--space-lg);padding-left:var(--space-lg);border-left:3px solid hsla(var(--accent-hue), var(--accent-sat), 42%, .25);font-style:italic;line-height:1.8;position:relative}.LandingPageComponent-module__aGVY-W__testimonial-author{align-items:center;gap:var(--space-md);display:flex}.LandingPageComponent-module__aGVY-W__testimonial-avatar{background:var(--accent-background);width:40px;height:40px;color:var(--accent);font-weight:700;font-size:var(--font-size-sm);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.LandingPageComponent-module__aGVY-W__testimonial-name{font-size:var(--font-size-sm);color:var(--text-primary);font-weight:600}.LandingPageComponent-module__aGVY-W__testimonial-role{font-size:var(--font-size-xs);color:var(--text-muted)}.LandingPageComponent-module__aGVY-W__call-to-action{text-align:center;position:relative;overflow:hidden}.LandingPageComponent-module__aGVY-W__call-to-action-background{z-index:0;background:radial-gradient(ellipse at 30% 50%, hsla(var(--accent-hue), 70%, 30%, .2) 0%, transparent 60%), radial-gradient(ellipse at 70% 40%, hsla(var(--amber-hue), 60%, 40%, .12) 0%, transparent 55%);position:absolute;inset:0}.LandingPageComponent-module__aGVY-W__call-to-action-content{z-index:1;position:relative}.LandingPageComponent-module__aGVY-W__call-to-action-title{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:var(--space-md);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800}.LandingPageComponent-module__aGVY-W__call-to-action-subtitle{font-size:var(--font-size-md);color:var(--text-secondary);max-width:500px;margin:0 auto var(--space-xl);line-height:1.7}.LandingPageComponent-module__aGVY-W__waitlist-form{align-items:center;gap:var(--space-sm);max-width:480px;margin:0 auto;display:flex}.LandingPageComponent-module__aGVY-W__waitlist-input{font-family:var(--font-family);font-size:var(--font-size-sm);color:var(--text-primary);background:var(--background-surface);border:1px solid var(--calculated-border-medium);border-radius:var(--radius-full);transition:border-color var(--transition-fast), box-shadow var(--transition-fast);outline:none;flex:1;padding:14px 20px}.LandingPageComponent-module__aGVY-W__waitlist-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px hsla(var(--accent-hue), var(--accent-sat), 42%, .12)}.LandingPageComponent-module__aGVY-W__waitlist-input::placeholder{color:var(--text-muted)}.LandingPageComponent-module__aGVY-W__waitlist-button{font-family:var(--font-family);font-size:var(--font-size-sm);background:var(--accent);color:var(--calculated-text-inverse);border-radius:var(--radius-full);cursor:pointer;white-space:nowrap;transition:filter var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);border:none;padding:14px 28px;font-weight:600}.LandingPageComponent-module__aGVY-W__waitlist-button:hover{filter:brightness(1.1);box-shadow:0 4px 16px hsla(var(--accent-hue), var(--accent-sat), 42%, .3);transform:translateY(-1px)}.LandingPageComponent-module__aGVY-W__waitlist-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.LandingPageComponent-module__aGVY-W__waitlist-success{font-size:var(--font-size-sm);color:var(--color-success);margin-top:var(--space-md);font-weight:500}.LandingPageComponent-module__aGVY-W__footer{padding:var(--space-xl) var(--space-lg);border-top:1px solid var(--calculated-border-subtle);text-align:center}.LandingPageComponent-module__aGVY-W__footer-inner{justify-content:space-between;align-items:center;max-width:1140px;margin:0 auto;display:flex}.LandingPageComponent-module__aGVY-W__footer-copy{font-size:var(--font-size-xs);color:var(--text-muted)}.LandingPageComponent-module__aGVY-W__footer-links{gap:var(--space-md);display:flex}.LandingPageComponent-module__aGVY-W__footer-link{font-size:var(--font-size-xs);color:var(--text-muted);cursor:pointer;font-family:var(--font-family);transition:color var(--transition-fast);background:0 0;border:none;text-decoration:none}.LandingPageComponent-module__aGVY-W__footer-link:hover{color:var(--text-primary)}.LandingPageComponent-module__aGVY-W__footer-attribution{margin-top:var(--space-md);font-size:var(--font-size-xs);color:var(--text-muted);transition:color var(--transition-fast);align-items:center;gap:6px;text-decoration:none;display:inline-flex}.LandingPageComponent-module__aGVY-W__footer-attribution:hover{color:var(--text-primary)}.LandingPageComponent-module__aGVY-W__footer-attr-logo{opacity:.5;width:14px;height:14px;transition:opacity var(--transition-fast)}.LandingPageComponent-module__aGVY-W__footer-attribution:hover .LandingPageComponent-module__aGVY-W__footer-attr-logo{opacity:.8}@media (max-width:960px){.LandingPageComponent-module__aGVY-W__features-grid,.LandingPageComponent-module__aGVY-W__steps-grid,.LandingPageComponent-module__aGVY-W__pricing-grid,.LandingPageComponent-module__aGVY-W__testimonials-grid{grid-template-columns:1fr;max-width:480px;margin-left:auto;margin-right:auto}.LandingPageComponent-module__aGVY-W__hero-stats{gap:var(--space-xl)}}@media (max-width:768px){.LandingPageComponent-module__aGVY-W__section{padding:60px var(--space-md)}.LandingPageComponent-module__aGVY-W__navigation-links{padding:var(--space-md);background:var(--background-surface);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-bottom:1px solid var(--calculated-border-subtle);flex-direction:column;display:none;position:absolute;top:64px;left:0;right:0}.LandingPageComponent-module__aGVY-W__navigation-links-open,.LandingPageComponent-module__aGVY-W__mobile-toggle{display:flex}.LandingPageComponent-module__aGVY-W__hero-stats{gap:var(--space-lg);flex-direction:column}.LandingPageComponent-module__aGVY-W__waitlist-form{flex-direction:column}.LandingPageComponent-module__aGVY-W__waitlist-button{width:100%}.LandingPageComponent-module__aGVY-W__footer-inner{gap:var(--space-md);flex-direction:column}}
.DiscordChatComponent-module__WjHNSa__container{text-align:left;background:#2b2d31;border:1px solid #ffffff0f;border:1px solid lab(100% 0 0/.06);border-radius:12px;flex-direction:column;width:100%;animation:.6s cubic-bezier(.16,1,.3,1) .2s both DiscordChatComponent-module__WjHNSa__window-slide-up;display:flex;overflow:hidden;box-shadow:0 8px 32px #00000080,0 0 0 1px #0003;box-shadow:0 8px 32px lab(0% 0 0/.5),0 0 0 1px lab(0% 0 0/.2)}@keyframes DiscordChatComponent-module__WjHNSa__window-slide-up{0%{opacity:0;transform:translateY(24px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.DiscordChatComponent-module__WjHNSa__title-bar{-webkit-user-select:none;user-select:none;background:#1e1f22;border-bottom:1px solid #0006;border-bottom:1px solid lab(0% 0 0/.4);flex-shrink:0;align-items:center;gap:10px;padding:12px 16px;display:flex;position:relative}.DiscordChatComponent-module__WjHNSa__title-bar-center{pointer-events:none;align-items:center;gap:6px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.DiscordChatComponent-module__WjHNSa__title-bar-clock{object-fit:contain;flex-shrink:0;width:auto;height:15px}.DiscordChatComponent-module__WjHNSa__traffic-lights{gap:8px;padding-right:4px;display:flex}.DiscordChatComponent-module__WjHNSa__traffic-dot{border-radius:50%;width:12px;height:12px}.DiscordChatComponent-module__WjHNSa__traffic-dot:first-child{background:#ed6a5e}.DiscordChatComponent-module__WjHNSa__traffic-dot:nth-child(2){background:#f4bf4f}.DiscordChatComponent-module__WjHNSa__traffic-dot:nth-child(3){background:#61c554}.DiscordChatComponent-module__WjHNSa__channel-name{color:#f2f3f5;letter-spacing:-.01em;font-size:15px;font-weight:600}.DiscordChatComponent-module__WjHNSa__channel-topic{color:#80848e;text-overflow:ellipsis;white-space:nowrap;max-width:280px;margin-left:auto;font-size:12px;overflow:hidden}.DiscordChatComponent-module__WjHNSa__panel-layout{height:75vh;min-height:0;display:flex;overflow:hidden}.DiscordChatComponent-module__WjHNSa__guild-bar{scrollbar-width:none;background:#1e1f22;flex-direction:column;flex-shrink:0;align-items:center;gap:8px;width:72px;padding:12px 0;display:flex;overflow:hidden auto}.DiscordChatComponent-module__WjHNSa__guild-bar::-webkit-scrollbar{display:none}.DiscordChatComponent-module__WjHNSa__guild-bar-home{color:#dbdee1;cursor:pointer;background:#313338;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:border-radius .2s,background-color .2s,color .2s;display:flex}.DiscordChatComponent-module__WjHNSa__guild-bar-home:hover{color:#fff;background:#5865f2;border-radius:16px}.DiscordChatComponent-module__WjHNSa__guild-bar-home svg{width:28px;height:20px}.DiscordChatComponent-module__WjHNSa__guild-bar-separator{background:#35363c;border-radius:1px;flex-shrink:0;width:32px;height:2px}.DiscordChatComponent-module__WjHNSa__guild-bar-item{color:#dbdee1;cursor:pointer;background:#313338;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;transition:border-radius .2s,background-color .2s;display:flex;position:relative;overflow:hidden}.DiscordChatComponent-module__WjHNSa__guild-bar-item:hover,.DiscordChatComponent-module__WjHNSa__guild-bar-item-active{border-radius:16px}.DiscordChatComponent-module__WjHNSa__guild-bar-icon{object-fit:cover;width:100%;height:100%}.DiscordChatComponent-module__WjHNSa__guild-bar-initial{-webkit-user-select:none;user-select:none;letter-spacing:-.01em;font-size:18px;font-weight:600}.DiscordChatComponent-module__WjHNSa__guild-bar-pill{background:#f2f3f5;border-radius:0 4px 4px 0;width:4px;height:40px;transition:height .2s;position:absolute;top:50%;left:-16px;transform:translateY(-50%)}.DiscordChatComponent-module__WjHNSa__guild-bar-item:not(.DiscordChatComponent-module__WjHNSa__guild-bar-item-active):hover:after{content:"";background:#f2f3f5;border-radius:0 4px 4px 0;width:4px;height:20px;position:absolute;top:50%;left:-16px;transform:translateY(-50%)}.DiscordChatComponent-module__WjHNSa__channel-sidebar{background:#2b2d31;border-right:1px solid #0000003d;border-right:1px solid lab(0% 0 0/.24);flex-direction:column;flex-shrink:0;width:200px;display:flex;overflow:hidden}.DiscordChatComponent-module__WjHNSa__server-header{border-bottom:1px solid #0000003d;border-bottom:1px solid lab(0% 0 0/.24);flex-shrink:0;padding:14px 16px 10px;position:relative;overflow:hidden}.DiscordChatComponent-module__WjHNSa__server-header-banner{align-items:flex-end;height:134px;padding:0;display:flex}.DiscordChatComponent-module__WjHNSa__server-banner-image{object-fit:cover;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:linear-gradient(#000 50%,#0000 100%);mask-image:linear-gradient(#000 50%,#0000 100%)}.DiscordChatComponent-module__WjHNSa__server-header-banner .DiscordChatComponent-module__WjHNSa__server-name{z-index:1;text-shadow:0 1px 4px #000c;text-shadow:0 1px 4px lab(0% 0 0/.8);padding:12px 16px;position:relative}.DiscordChatComponent-module__WjHNSa__server-name{color:#f2f3f5;letter-spacing:-.01em;font-size:15px;font-weight:700}.DiscordChatComponent-module__WjHNSa__channel-list{flex:1;padding:8px 0;overflow-y:auto}.DiscordChatComponent-module__WjHNSa__channel-category{padding:18px 8px 4px 16px}.DiscordChatComponent-module__WjHNSa__category-name{color:#949ba4;text-transform:uppercase;letter-spacing:.02em;font-size:11px;font-weight:700}.DiscordChatComponent-module__WjHNSa__channel-item{color:#949ba4;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:4px;align-items:center;gap:6px;width:calc(100% - 16px);margin:1px 8px;padding:6px 8px;font-family:inherit;font-size:15px;transition:background-color .12s,color .12s;display:flex}.DiscordChatComponent-module__WjHNSa__channel-item:hover{color:#dbdee1;background:#ffffff0f;background:lab(100% 0 0/.06)}.DiscordChatComponent-module__WjHNSa__channel-item-active{color:#f2f3f5;background:#ffffff14;background:lab(100% 0 0/.08)}.DiscordChatComponent-module__WjHNSa__channel-hash{color:#80848e;text-align:center;flex-shrink:0;width:20px;font-size:18px;font-weight:600}.DiscordChatComponent-module__WjHNSa__channel-item-active .DiscordChatComponent-module__WjHNSa__channel-hash{color:#dbdee1}.DiscordChatComponent-module__WjHNSa__channel-item-name{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.DiscordChatComponent-module__WjHNSa__chat-panel{background:#313338;flex-direction:column;flex:1;min-width:0;display:flex}.DiscordChatComponent-module__WjHNSa__messages-area{flex-direction:column;flex:1;gap:0;min-height:0;padding:16px 0 8px;display:flex;overflow-y:auto}.DiscordChatComponent-module__WjHNSa__messages-area::-webkit-scrollbar{width:8px}.DiscordChatComponent-module__WjHNSa__messages-area::-webkit-scrollbar-track{background:#2b2d31;border-radius:4px}.DiscordChatComponent-module__WjHNSa__messages-area::-webkit-scrollbar-thumb{background:#1a1b1e;border-radius:4px}.DiscordChatComponent-module__WjHNSa__messages-area::-webkit-scrollbar-thumb:hover{background:#111214}.DiscordChatComponent-module__WjHNSa__date-separator{align-items:center;gap:8px;margin:8px 0 4px;padding:4px 16px;display:flex}.DiscordChatComponent-module__WjHNSa__date-separator:before,.DiscordChatComponent-module__WjHNSa__date-separator:after{content:"";background:#3f4147;flex:1;height:1px}.DiscordChatComponent-module__WjHNSa__date-separator-text{color:#80848e;white-space:nowrap;text-transform:uppercase;letter-spacing:.02em;font-size:12px;font-weight:600}.DiscordChatComponent-module__WjHNSa__message-row{gap:16px;padding:16px 16px 4px;transition:background-color .1s;animation:.3s both DiscordChatComponent-module__WjHNSa__message-appear;display:flex;position:relative}.DiscordChatComponent-module__WjHNSa__message-row:hover{background:#0000000f;background:lab(0% 0 0/.06)}.DiscordChatComponent-module__WjHNSa__message-row-reply{grid-template-rows:auto auto;grid-template-columns:40px 1fr;column-gap:16px;padding-top:8px;display:grid;position:relative}.DiscordChatComponent-module__WjHNSa__message-row-reply .DiscordChatComponent-module__WjHNSa__message-content{grid-column:2}.DiscordChatComponent-module__WjHNSa__reply-bar{color:#b5bac1;cursor:pointer;white-space:nowrap;grid-column:1/-1;align-items:center;gap:4px;min-width:0;padding-bottom:4px;padding-left:56px;font-size:13px;line-height:1.15;display:flex;overflow:hidden}.DiscordChatComponent-module__WjHNSa__reply-bar:hover .DiscordChatComponent-module__WjHNSa__reply-content{color:#dbdee1}.DiscordChatComponent-module__WjHNSa__reply-spine{pointer-events:none;border-top:2px solid #4e5058;border-left:2px solid #4e5058;border-top-left-radius:6px;width:24px;height:calc(100% - 44px);position:absolute;top:11px;left:35px}.DiscordChatComponent-module__WjHNSa__reply-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:16px;height:16px}.DiscordChatComponent-module__WjHNSa__reply-avatar-fallback{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;font-size:9px;font-weight:700;display:flex}.DiscordChatComponent-module__WjHNSa__reply-bot-badge{color:#fff;text-transform:uppercase;letter-spacing:.02em;background:#5865f2;border-radius:3px;flex-shrink:0;align-items:center;gap:1px;height:14px;padding:0 3px;font-size:8px;font-weight:600;line-height:14px;display:inline-flex}.DiscordChatComponent-module__WjHNSa__reply-bot-badge .DiscordChatComponent-module__WjHNSa__bot-badge-icon{width:10px;height:10px}.DiscordChatComponent-module__WjHNSa__reply-author{cursor:pointer;flex-shrink:0;font-size:13px;font-weight:600}.DiscordChatComponent-module__WjHNSa__reply-author:hover{text-decoration:underline}.DiscordChatComponent-module__WjHNSa__reply-content{color:#949ba4;text-overflow:ellipsis;white-space:nowrap;font-size:13px;transition:color .1s;overflow:hidden}.DiscordChatComponent-module__WjHNSa__reply-unknown{color:#6d6f78;font-size:12px;font-style:italic}@keyframes DiscordChatComponent-module__WjHNSa__message-appear{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.DiscordChatComponent-module__WjHNSa__message-row-grouped{gap:0;padding:1px 16px 1px 72px;transition:background-color .1s;display:flex;position:relative}.DiscordChatComponent-module__WjHNSa__message-row-grouped:hover{background:#0000000f;background:lab(0% 0 0/.06)}.DiscordChatComponent-module__WjHNSa__message-row-grouped .DiscordChatComponent-module__WjHNSa__timestamp{display:none}.DiscordChatComponent-module__WjHNSa__message-row-grouped:hover .DiscordChatComponent-module__WjHNSa__timestamp-inline{opacity:1}.DiscordChatComponent-module__WjHNSa__timestamp-inline{color:#5c5e66;opacity:0;text-align:right;font-feature-settings:"tnum";width:40px;font-size:11px;transition:opacity .1s;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.DiscordChatComponent-module__WjHNSa__avatar{object-fit:cover;cursor:pointer;z-index:1;border-radius:50%;flex-shrink:0;width:40px;height:40px;margin-top:2px;transition:opacity .15s;position:relative}.DiscordChatComponent-module__WjHNSa__avatar:hover{opacity:.8}.DiscordChatComponent-module__WjHNSa__avatar-fallback{color:#fff;cursor:pointer;z-index:1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-top:2px;font-size:18px;font-weight:600;transition:opacity .15s;display:flex;position:relative}.DiscordChatComponent-module__WjHNSa__avatar-fallback:hover{opacity:.8}.DiscordChatComponent-module__WjHNSa__message-content{flex:1;min-width:0}.DiscordChatComponent-module__WjHNSa__message-header{flex-wrap:wrap;align-items:center;gap:6px;line-height:1.375;display:flex}.DiscordChatComponent-module__WjHNSa__author-name{cursor:pointer;font-size:15px;font-weight:600;transition:color .1s;display:inline}.DiscordChatComponent-module__WjHNSa__author-name:hover{text-decoration-skip-ink:auto;text-decoration:underline}.DiscordChatComponent-module__WjHNSa__bot-badge{color:#fff;text-transform:uppercase;letter-spacing:.02em;vertical-align:top;background:#5865f2;border-radius:3px;flex-shrink:0;align-items:center;gap:2px;height:16px;margin-top:3px;padding:0 4px;font-size:10px;font-weight:600;line-height:16px;display:inline-flex}.DiscordChatComponent-module__WjHNSa__bot-badge-icon{flex-shrink:0;width:12px;height:12px}.DiscordChatComponent-module__WjHNSa__user-badges{vertical-align:top;flex-shrink:0;align-items:center;gap:2px;margin-top:2px;display:inline-flex}.DiscordChatComponent-module__WjHNSa__badge-icon{cursor:pointer;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:transform .15s,opacity .15s;display:inline-flex}.DiscordChatComponent-module__WjHNSa__badge-icon:hover{opacity:.85;transform:scale(1.2)}.DiscordChatComponent-module__WjHNSa__badge-icon svg{width:18px;height:18px}.DiscordChatComponent-module__WjHNSa__role-tags{flex-wrap:wrap;flex-shrink:0;align-items:center;gap:4px;display:inline-flex}.DiscordChatComponent-module__WjHNSa__role-tag{background:color-mix(in srgb, var(--role-color) 20%, transparent);border:1px solid color-mix(in srgb, var(--role-color) 40%, transparent);height:18px;color:var(--role-color);white-space:nowrap;cursor:default;vertical-align:top;border-radius:9px;align-items:center;gap:3px;margin-top:2px;padding:0 6px;font-size:11px;font-weight:600;line-height:18px;transition:background-color .15s,border-color .15s;display:inline-flex}.DiscordChatComponent-module__WjHNSa__role-tag:hover{background:color-mix(in srgb, var(--role-color) 30%, transparent);border-color:color-mix(in srgb, var(--role-color) 60%, transparent)}.DiscordChatComponent-module__WjHNSa__role-tag-icon{object-fit:contain;border-radius:50%;flex-shrink:0;width:14px;height:14px}.DiscordChatComponent-module__WjHNSa__role-tag-name{text-overflow:ellipsis;max-width:100px;overflow:hidden}.DiscordChatComponent-module__WjHNSa__timestamp{color:#949ba4;font-feature-settings:"tnum";flex-shrink:0;font-size:12px}.DiscordChatComponent-module__WjHNSa__message-text{color:#dbdee1;word-break:break-word;white-space:pre-wrap;margin-top:2px;font-size:15px;line-height:1.375}.DiscordChatComponent-module__WjHNSa__mention{color:#c9cdfb;cursor:pointer;background:#7840fc4d;background:lab(43.8757% 56.9571 -86.2589/.3);border-radius:3px;padding:0 2px;font-weight:500;transition:background-color .1s}.DiscordChatComponent-module__WjHNSa__mention:hover{color:#fff;background:#7840fc80;background:lab(43.8757% 56.9571 -86.2589/.5)}.DiscordChatComponent-module__WjHNSa__message-text a{color:#00a8fc;text-decoration:none}.DiscordChatComponent-module__WjHNSa__message-text a:hover{text-decoration:underline}.DiscordChatComponent-module__WjHNSa__custom-emoji{vertical-align:-.4em;object-fit:contain;image-rendering:auto;will-change:transform;width:22px;height:22px;margin:0 1px;display:inline-block}.DiscordChatComponent-module__WjHNSa__reactions{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.DiscordChatComponent-module__WjHNSa__reaction-pill{color:#dbdee1;cursor:pointer;background:#ffffff0f;background:lab(100% 0 0/.06);border:1px solid #ffffff0f;border:1px solid lab(100% 0 0/.06);border-radius:8px;align-items:center;gap:6px;height:26px;padding:2px 6px;font-family:inherit;transition:background-color .12s,border-color .12s;display:inline-flex}.DiscordChatComponent-module__WjHNSa__reaction-pill:hover{background:#ffffff1f;background:lab(100% 0 0/.12);border-color:#ffffff1f;border-color:lab(100% 0 0/.12)}.DiscordChatComponent-module__WjHNSa__reaction-emoji{object-fit:contain;flex-shrink:0;width:18px;height:18px}.DiscordChatComponent-module__WjHNSa__reaction-unicode{flex-shrink:0;font-size:16px;line-height:1}.DiscordChatComponent-module__WjHNSa__reaction-count{color:#b5bac1;font-size:12px;font-weight:600;line-height:1}.DiscordChatComponent-module__WjHNSa__reaction-pill-reacted{color:#dbdee1;cursor:default;background:#7840fc26;background:lab(43.8757% 56.9571 -86.2589/.15);border:1px solid #7840fc80;border:1px solid lab(43.8757% 56.9571 -86.2589/.5);border-radius:8px;align-items:center;gap:6px;height:26px;padding:2px 6px;font-family:inherit;transition:background-color .12s,border-color .12s;display:inline-flex}.DiscordChatComponent-module__WjHNSa__reaction-pill-reacted:hover{background:#7840fc33;background:lab(43.8757% 56.9571 -86.2589/.2);border-color:#7840fc99;border-color:lab(43.8757% 56.9571 -86.2589/.6)}.DiscordChatComponent-module__WjHNSa__reaction-pill-reacted .DiscordChatComponent-module__WjHNSa__reaction-count{color:#c9cdfb}.DiscordChatComponent-module__WjHNSa__add-reaction-pill{color:#80848e;cursor:pointer;background:0 0;border:1px dashed #ffffff1a;border:1px dashed lab(100% 0 0/.1);border-radius:8px;justify-content:center;align-items:center;width:32px;height:26px;font-family:inherit;font-size:16px;transition:background-color .12s,border-color .12s,color .12s;display:inline-flex}.DiscordChatComponent-module__WjHNSa__add-reaction-pill:hover{color:#dbdee1;background:#ffffff0f;background:lab(100% 0 0/.06);border-color:#ffffff29;border-color:lab(100% 0 0/.16)}.DiscordChatComponent-module__WjHNSa__message-actions{opacity:0;pointer-events:none;z-index:1;background:#2b2d31;border:1px solid #ffffff14;border:1px solid lab(100% 0 0/.08);border-radius:4px;align-items:center;gap:0;transition:opacity .1s;display:flex;position:absolute;top:-16px;right:16px;box-shadow:0 2px 8px #0000004d;box-shadow:0 2px 8px lab(0% 0 0/.3)}.DiscordChatComponent-module__WjHNSa__message-row:hover .DiscordChatComponent-module__WjHNSa__message-actions,.DiscordChatComponent-module__WjHNSa__message-row-grouped:hover .DiscordChatComponent-module__WjHNSa__message-actions,.DiscordChatComponent-module__WjHNSa__message-actions.DiscordChatComponent-module__WjHNSa__message-actions-visible{opacity:1;pointer-events:auto}.DiscordChatComponent-module__WjHNSa__action-button{color:#b5bac1;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-family:inherit;font-size:18px;transition:background-color .1s,color .1s;display:flex}.DiscordChatComponent-module__WjHNSa__action-button:hover{color:#dbdee1;background:#ffffff14;background:lab(100% 0 0/.08)}.DiscordChatComponent-module__WjHNSa__emoji-picker-overlay{z-index:999;position:fixed;inset:0}.DiscordChatComponent-module__WjHNSa__emoji-picker{z-index:1000;background:#2b2d31;border:1px solid #ffffff14;border:1px solid lab(100% 0 0/.08);border-radius:8px;flex-direction:column;width:420px;max-height:460px;animation:.15s cubic-bezier(.16,1,.3,1) DiscordChatComponent-module__WjHNSa__picker-slide-in;display:flex;position:fixed;overflow:hidden;box-shadow:0 8px 32px #00000080,0 0 0 1px #0003;box-shadow:0 8px 32px lab(0% 0 0/.5),0 0 0 1px lab(0% 0 0/.2)}@keyframes DiscordChatComponent-module__WjHNSa__picker-slide-in{0%{opacity:0;transform:translateY(-4px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.DiscordChatComponent-module__WjHNSa__emoji-picker-search{color:#dbdee1;background:#1e1f22;border:none;border-radius:4px;outline:none;flex-shrink:0;margin:8px 8px 0;padding:8px 10px;font-family:inherit;font-size:14px}.DiscordChatComponent-module__WjHNSa__emoji-picker-search::placeholder{color:#6d6f78}.DiscordChatComponent-module__WjHNSa__emoji-picker-search:focus{box-shadow:0 0 0 2px #7840fc66;box-shadow:0 0 0 2px lab(43.8757% 56.9571 -86.2589/.4)}.DiscordChatComponent-module__WjHNSa__emoji-picker-main{flex:1;min-height:0;display:flex;overflow:hidden}.DiscordChatComponent-module__WjHNSa__emoji-category-sidebar{scrollbar-width:none;background:#232428;border-right:1px solid #ffffff0f;border-right:1px solid lab(100% 0 0/.06);flex-direction:column;flex-shrink:0;align-items:center;gap:2px;width:40px;padding:8px 4px;display:flex;overflow-y:auto}.DiscordChatComponent-module__WjHNSa__emoji-category-sidebar::-webkit-scrollbar{display:none}.DiscordChatComponent-module__WjHNSa__emoji-category-tab{cursor:pointer;color:#b5bac1;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-family:inherit;font-size:16px;transition:background-color .1s,transform 80ms;display:flex}.DiscordChatComponent-module__WjHNSa__emoji-category-tab:hover{background:#ffffff14;background:lab(100% 0 0/.08)}.DiscordChatComponent-module__WjHNSa__emoji-category-tab-active{color:#c9cdfb;background:#7840fc33;background:lab(43.8757% 56.9571 -86.2589/.2)}.DiscordChatComponent-module__WjHNSa__emoji-category-tab-img{object-fit:contain;border-radius:2px;width:20px;height:20px}.DiscordChatComponent-module__WjHNSa__emoji-picker-body{flex:1;min-height:0;padding:8px;overflow-y:auto}.DiscordChatComponent-module__WjHNSa__emoji-picker-body::-webkit-scrollbar{width:6px}.DiscordChatComponent-module__WjHNSa__emoji-picker-body::-webkit-scrollbar-track{background:0 0}.DiscordChatComponent-module__WjHNSa__emoji-picker-body::-webkit-scrollbar-thumb{background:#1a1b1e;border-radius:3px}.DiscordChatComponent-module__WjHNSa__emoji-picker-section{color:#949ba4;text-transform:uppercase;letter-spacing:.02em;margin-top:4px;padding:6px 4px 4px;font-size:11px;font-weight:700}.DiscordChatComponent-module__WjHNSa__emoji-picker-section:first-child{margin-top:0}.DiscordChatComponent-module__WjHNSa__emoji-picker-grid{grid-template-columns:repeat(9,1fr);gap:2px;display:grid}.DiscordChatComponent-module__WjHNSa__emoji-picker-item{aspect-ratio:1;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:100%;padding:0;font-family:inherit;font-size:22px;transition:background-color 80ms,transform 80ms;display:flex}.DiscordChatComponent-module__WjHNSa__emoji-picker-item:hover{background:#ffffff14;background:lab(100% 0 0/.08);transform:scale(1.15)}.DiscordChatComponent-module__WjHNSa__emoji-picker-item:active{transform:scale(.95)}.DiscordChatComponent-module__WjHNSa__emoji-picker-custom-img{object-fit:contain;width:32px;height:32px}.DiscordChatComponent-module__WjHNSa__emoji-picker-empty{color:#6d6f78;text-align:center;padding:16px 4px;font-size:13px}.DiscordChatComponent-module__WjHNSa__attachments{flex-wrap:wrap;gap:4px;margin-top:4px;display:flex}.DiscordChatComponent-module__WjHNSa__attachment-link{border-radius:8px;max-width:400px;transition:opacity .15s;display:block;overflow:hidden}.DiscordChatComponent-module__WjHNSa__attachment-link:hover{opacity:.9}.DiscordChatComponent-module__WjHNSa__attachment-image{background:#1e1f22;border-radius:8px;max-width:100%;height:auto;display:block}.DiscordChatComponent-module__WjHNSa__tenor-gif{background:#1e1f22;border-radius:8px;width:auto;max-width:400px;height:auto;max-height:300px;display:block}.DiscordChatComponent-module__WjHNSa__tenor-placeholder{background:#1e1f22;border-radius:8px;justify-content:center;align-items:center;width:200px;height:150px;display:flex}.DiscordChatComponent-module__WjHNSa__tenor-spinner{border:3px solid #ffffff1a;border:3px solid lab(100% 0 0/.1);border-top-color:#5865f2;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite DiscordChatComponent-module__WjHNSa__tenor-spin}@keyframes DiscordChatComponent-module__WjHNSa__tenor-spin{to{transform:rotate(360deg)}}.DiscordChatComponent-module__WjHNSa__embed-video-wrap{background:#1e1f22;border-radius:8px;max-width:400px;overflow:hidden}.DiscordChatComponent-module__WjHNSa__embed-video{border-radius:8px;width:auto;max-width:400px;height:auto;max-height:300px;display:block}.DiscordChatComponent-module__WjHNSa__embed-video-thumb-link{border-radius:8px;max-width:400px;transition:opacity .15s;display:block;position:relative;overflow:hidden}.DiscordChatComponent-module__WjHNSa__embed-video-thumb-link:hover{opacity:.9}.DiscordChatComponent-module__WjHNSa__embed-video-thumb{background:#1e1f22;border-radius:8px;width:auto;max-width:400px;height:auto;max-height:300px;display:block}.DiscordChatComponent-module__WjHNSa__embed-play-button{color:#fff;pointer-events:none;background:#000000a6;background:lab(0% 0 0/.65);border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;transition:background-color .15s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.DiscordChatComponent-module__WjHNSa__embed-video-thumb-link:hover .DiscordChatComponent-module__WjHNSa__embed-play-button{background:#000c;background:lab(0% 0 0/.8)}.DiscordChatComponent-module__WjHNSa__embed-list{flex-direction:column;gap:4px;margin-top:4px;display:flex}.DiscordChatComponent-module__WjHNSa__embed-card{background:#2b2d31;border-left:4px solid #1e1f22;border-radius:4px;max-width:432px;padding:8px 16px 12px 12px;transition:background-color .12s;overflow:hidden}.DiscordChatComponent-module__WjHNSa__embed-card-body{flex-direction:column;gap:0;display:flex}.DiscordChatComponent-module__WjHNSa__embed-card-body-inline{align-items:flex-start;gap:16px;display:flex}.DiscordChatComponent-module__WjHNSa__embed-card-text{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.DiscordChatComponent-module__WjHNSa__embed-provider{color:#dbdee1;font-size:12px;font-weight:400;line-height:1.33}.DiscordChatComponent-module__WjHNSa__embed-title{color:#00a8fc;word-break:break-word;font-size:14px;font-weight:600;line-height:1.25;text-decoration:none}.DiscordChatComponent-module__WjHNSa__embed-title:hover{text-decoration:underline}.DiscordChatComponent-module__WjHNSa__embed-title-plain{color:#f2f3f5;word-break:break-word;font-size:14px;font-weight:600;line-height:1.25}.DiscordChatComponent-module__WjHNSa__embed-description{color:#b5bac1;word-break:break-word;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:13px;line-height:1.43;display:-webkit-box;overflow:hidden}.DiscordChatComponent-module__WjHNSa__embed-thumb-link{border-radius:4px;flex-shrink:0;width:80px;height:80px;margin-top:4px;transition:opacity .15s;display:block;overflow:hidden}.DiscordChatComponent-module__WjHNSa__embed-thumb-link:hover{opacity:.85}.DiscordChatComponent-module__WjHNSa__embed-thumb{object-fit:cover;border-radius:4px;width:80px;height:80px}.DiscordChatComponent-module__WjHNSa__embed-image-link{border-radius:4px;max-width:400px;margin-top:8px;transition:opacity .15s;display:block;overflow:hidden}.DiscordChatComponent-module__WjHNSa__embed-image-link:hover{opacity:.9}.DiscordChatComponent-module__WjHNSa__embed-image{background:#1e1f22;border-radius:4px;max-width:100%;height:auto;display:block}.DiscordChatComponent-module__WjHNSa__input-bar{background:#313338;flex-shrink:0;padding:16px 24px}.DiscordChatComponent-module__WjHNSa__input-container{background:#383a40;border-radius:8px;align-items:center;gap:8px;padding:10px 16px;display:flex}.DiscordChatComponent-module__WjHNSa__input-placeholder{color:#6d6f78;-webkit-user-select:none;user-select:none;flex:1;font-size:15px}.DiscordChatComponent-module__WjHNSa__input-icons{color:#b5bac1;gap:12px;font-size:18px;display:flex}.DiscordChatComponent-module__WjHNSa__join-button{color:#fff;letter-spacing:.01em;cursor:pointer;-webkit-user-select:none;user-select:none;will-change:transform;background:#5865f2;border:none;border-radius:8px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:15px;font-weight:600;text-decoration:none;transition:background-color .2s,transform .15s,box-shadow .2s;display:flex}.DiscordChatComponent-module__WjHNSa__join-button:hover{background:#4752c4;transform:translateY(-1px);box-shadow:0 4px 16px #7840fc66;box-shadow:0 4px 16px lab(43.8757% 56.9571 -86.2589/.4)}.DiscordChatComponent-module__WjHNSa__join-button:active{background:#3c45a5;transform:translateY(0);box-shadow:0 2px 8px #7840fc4d;box-shadow:0 2px 8px lab(43.8757% 56.9571 -86.2589/.3)}.DiscordChatComponent-module__WjHNSa__join-button-icon{opacity:.9;flex-shrink:0}.DiscordChatComponent-module__WjHNSa__member-sidebar{background:#2b2d31;border-left:1px solid #0000003d;border-left:1px solid lab(0% 0 0/.24);flex-direction:column;flex-shrink:0;width:220px;min-height:0;display:flex;overflow:hidden}.DiscordChatComponent-module__WjHNSa__member-sidebar::-webkit-scrollbar{width:6px}.DiscordChatComponent-module__WjHNSa__member-sidebar::-webkit-scrollbar-track{background:0 0}.DiscordChatComponent-module__WjHNSa__member-sidebar::-webkit-scrollbar-thumb{background:#1a1b1e;border-radius:3px}.DiscordChatComponent-module__WjHNSa__member-list{flex:1;min-height:0;padding:12px 8px;overflow-y:auto}.DiscordChatComponent-module__WjHNSa__member-list::-webkit-scrollbar{width:6px}.DiscordChatComponent-module__WjHNSa__member-list::-webkit-scrollbar-track{background:0 0}.DiscordChatComponent-module__WjHNSa__member-list::-webkit-scrollbar-thumb{background:#1a1b1e;border-radius:3px}.DiscordChatComponent-module__WjHNSa__member-role-group{margin-bottom:8px}.DiscordChatComponent-module__WjHNSa__member-role-header{color:#949ba4;text-transform:uppercase;letter-spacing:.02em;padding:8px 8px 4px;font-size:11px;font-weight:700}.DiscordChatComponent-module__WjHNSa__member-item{cursor:pointer;border-radius:4px;align-items:center;gap:10px;padding:4px 8px;transition:background-color .12s;display:flex}.DiscordChatComponent-module__WjHNSa__member-item:hover{background:#ffffff0f;background:lab(100% 0 0/.06)}.DiscordChatComponent-module__WjHNSa__member-avatar-wrap{flex-shrink:0;width:32px;height:32px;position:relative}.DiscordChatComponent-module__WjHNSa__member-avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.DiscordChatComponent-module__WjHNSa__member-avatar-fallback{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:600;display:flex}.DiscordChatComponent-module__WjHNSa__status-dot{box-sizing:content-box;border:3px solid #2b2d31;border-radius:50%;width:10px;height:10px;position:absolute;bottom:-2px;right:-2px}.DiscordChatComponent-module__WjHNSa__member-info{flex-direction:column;min-width:0;display:flex}.DiscordChatComponent-module__WjHNSa__member-name-row{align-items:center;gap:4px;min-width:0;display:flex}.DiscordChatComponent-module__WjHNSa__member-name{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:500;line-height:1.3;overflow:hidden}.DiscordChatComponent-module__WjHNSa__member-bot-badge{color:#fff;letter-spacing:.02em;white-space:nowrap;background:#5865f2;border-radius:3px;flex-shrink:0;align-items:center;gap:1px;padding:1px 4px;font-size:8px;font-weight:700;line-height:1;display:inline-flex}.DiscordChatComponent-module__WjHNSa__member-bot-badge .DiscordChatComponent-module__WjHNSa__bot-badge-icon{width:10px;height:10px}.DiscordChatComponent-module__WjHNSa__member-activity{color:#949ba4;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:1.3;overflow:hidden}.DiscordChatComponent-module__WjHNSa__is-loading-state{color:#80848e;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 16px;font-size:14px;display:flex}.DiscordChatComponent-module__WjHNSa__loading-dots{gap:6px;display:flex}.DiscordChatComponent-module__WjHNSa__loading-dot{background:#5865f2;border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite both DiscordChatComponent-module__WjHNSa__loading-bounce}.DiscordChatComponent-module__WjHNSa__loading-dot:first-child{animation-delay:0s}.DiscordChatComponent-module__WjHNSa__loading-dot:nth-child(2){animation-delay:.16s}.DiscordChatComponent-module__WjHNSa__loading-dot:nth-child(3){animation-delay:.32s}@keyframes DiscordChatComponent-module__WjHNSa__loading-bounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.DiscordChatComponent-module__WjHNSa__error{color:#f23f43;text-align:center;flex-direction:column;align-items:center;gap:8px;padding:48px 16px;font-size:14px;display:flex}.DiscordChatComponent-module__WjHNSa__error-icon{font-size:32px}.DiscordChatComponent-module__WjHNSa__online-dot{background:#23a559;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:3s ease-in-out infinite DiscordChatComponent-module__WjHNSa__online-pulse}@keyframes DiscordChatComponent-module__WjHNSa__online-pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:900px){.DiscordChatComponent-module__WjHNSa__member-sidebar{display:none}}@media (max-width:768px){.DiscordChatComponent-module__WjHNSa__guild-bar{display:none}}@media (max-width:640px){.DiscordChatComponent-module__WjHNSa__container{border-radius:8px;max-width:100%}.DiscordChatComponent-module__WjHNSa__channel-sidebar,.DiscordChatComponent-module__WjHNSa__channel-topic{display:none}.DiscordChatComponent-module__WjHNSa__panel-layout{height:460px}.DiscordChatComponent-module__WjHNSa__message-row{gap:12px;padding:2px 12px}.DiscordChatComponent-module__WjHNSa__message-row-grouped{padding-left:64px}.DiscordChatComponent-module__WjHNSa__input-bar{padding:0 12px 16px}}.DiscordChatComponent-module__WjHNSa__voice-player{-webkit-user-select:none;user-select:none;background:#2f3136;border:1px solid #ffffff0a;border:1px solid lab(100% 0 0/.04);border-radius:24px;align-items:center;gap:12px;width:fit-content;max-width:480px;margin:6px 0;padding:8px 16px 8px 12px;transition:background-color .2s;display:inline-flex;box-shadow:0 4px 12px #00000026;box-shadow:0 4px 12px lab(0% 0 0/.15)}.DiscordChatComponent-module__WjHNSa__voice-player:hover{background:#35383e}.DiscordChatComponent-module__WjHNSa__voice-play-button{color:#fff;cursor:pointer;background:#5865f2;border:none;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:transform .15s cubic-bezier(.2,0,0,1),background-color .15s,box-shadow .15s;display:flex;box-shadow:0 2px 6px #7840fc4d;box-shadow:0 2px 6px lab(43.8757% 56.9571 -86.2589/.3)}.DiscordChatComponent-module__WjHNSa__voice-play-button:hover{background:#4752c4;transform:scale(1.05);box-shadow:0 4px 12px #7840fc80;box-shadow:0 4px 12px lab(43.8757% 56.9571 -86.2589/.5)}.DiscordChatComponent-module__WjHNSa__voice-play-button:active{background:#3c45a5;transform:scale(.95)}.DiscordChatComponent-module__WjHNSa__voice-play-icon{fill:currentColor;width:14px;height:14px;margin-left:2px}.DiscordChatComponent-module__WjHNSa__voice-pause-icon{fill:currentColor;width:14px;height:14px}.DiscordChatComponent-module__WjHNSa__voice-waveform{cursor:pointer;flex-grow:1;align-items:center;gap:3px;min-width:160px;height:32px;padding:0 4px;display:flex}.DiscordChatComponent-module__WjHNSa__voice-waveform-bar{width:3px;height:var(--bar-height,100%);background:#4e5058;border-radius:1.5px;transition:background-color .15s}.DiscordChatComponent-module__WjHNSa__voice-waveform-bar-played{background:#f2f3f5}.DiscordChatComponent-module__WjHNSa__voice-waveform-bar:hover{filter:brightness(1.2)}.DiscordChatComponent-module__WjHNSa__voice-duration{color:#dbdee1;text-align:center;flex-shrink:0;min-width:34px;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:13px;font-weight:500}.DiscordChatComponent-module__WjHNSa__voice-speed{color:#dbdee1;cursor:pointer;-webkit-user-select:none;user-select:none;letter-spacing:.02em;background:#4f4f5966;background:lab(33.9682% 1.62686 -5.73574/.4);border:1px solid #ffffff0d;border:1px solid lab(100% 0 0/.05);border-radius:4px;flex-shrink:0;padding:3px 6px;font-size:11px;font-weight:700;transition:background-color .15s,color .15s}.DiscordChatComponent-module__WjHNSa__voice-speed:hover{color:#fff;background:#4f4f59cc;background:lab(33.9682% 1.62686 -5.73574/.8)}.DiscordChatComponent-module__WjHNSa__voice-volume{color:#b5bac1;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;padding:4px;transition:color .15s,background-color .15s;display:flex}.DiscordChatComponent-module__WjHNSa__voice-volume:hover{color:#fff;background:#ffffff0f;background:lab(100% 0 0/.06)}.DiscordChatComponent-module__WjHNSa__voice-volume-icon{fill:currentColor;width:18px;height:18px}.DiscordChatComponent-module__WjHNSa__attachment-video{background:#1e1f22;border-radius:8px;outline:none;width:auto;max-width:400px;height:auto;max-height:300px;display:block}.DiscordChatComponent-module__WjHNSa__file-card{background:#2b2d31;border:1px solid #232428;border-radius:8px;flex-direction:column;gap:8px;min-width:260px;max-width:432px;padding:10px 12px;display:flex}.DiscordChatComponent-module__WjHNSa__file-card-row{align-items:center;gap:10px;display:flex}.DiscordChatComponent-module__WjHNSa__file-icon{color:#b5bac1;flex-shrink:0;width:28px;height:34px}.DiscordChatComponent-module__WjHNSa__file-info{flex-direction:column;flex:1;min-width:0;display:flex}.DiscordChatComponent-module__WjHNSa__file-name{color:#00a8fc;text-overflow:ellipsis;white-space:nowrap;font-size:15px;text-decoration:none;overflow:hidden}.DiscordChatComponent-module__WjHNSa__file-name:hover{text-decoration:underline}.DiscordChatComponent-module__WjHNSa__file-size{color:#949ba4;font-size:12px}.DiscordChatComponent-module__WjHNSa__file-download{color:#b5bac1;flex-shrink:0;align-items:center;transition:color .12s;display:flex}.DiscordChatComponent-module__WjHNSa__file-download:hover{color:#dbdee1}.DiscordChatComponent-module__WjHNSa__file-audio{width:100%;height:32px}.DiscordChatComponent-module__WjHNSa__sticker{object-fit:contain;width:160px;height:160px}.DiscordChatComponent-module__WjHNSa__sticker-fallback{color:#b5bac1;background:#2b2d31;border-radius:8px;padding:8px 12px;font-size:13px;font-style:italic}.DiscordChatComponent-module__WjHNSa__spoiler-media{cursor:pointer;border-radius:8px;position:relative;overflow:hidden}.DiscordChatComponent-module__WjHNSa__spoiler-media-revealed{border-radius:8px;position:relative;overflow:hidden}.DiscordChatComponent-module__WjHNSa__spoiler-media .DiscordChatComponent-module__WjHNSa__spoiler-media-content{filter:blur(44px);pointer-events:none}.DiscordChatComponent-module__WjHNSa__spoiler-pill{color:#dbdee1;letter-spacing:.5px;pointer-events:none;-webkit-user-select:none;user-select:none;background:#0009;background:lab(0% 0 0/.6);border-radius:20px;padding:8px 12px;font-size:15px;font-weight:600;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.DiscordChatComponent-module__WjHNSa__spoiler-media:hover .DiscordChatComponent-module__WjHNSa__spoiler-pill{background:#000c;background:lab(0% 0 0/.8)}.DiscordChatComponent-module__WjHNSa__spoiler-text{color:#0000;cursor:pointer;-webkit-user-select:none;user-select:none;background:#1e1f22;border-radius:4px;padding:0 2px}.DiscordChatComponent-module__WjHNSa__spoiler-text img{visibility:hidden}.DiscordChatComponent-module__WjHNSa__spoiler-text-revealed{background:#ffffff1a;background:lab(100% 0 0/.1);border-radius:4px;padding:0 2px}.DiscordChatComponent-module__WjHNSa__inline-code{white-space:pre-wrap;background:#1e1f22;border-radius:4px;padding:.5px 4px;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:85%}.DiscordChatComponent-module__WjHNSa__code-block{color:#dbdee1;white-space:pre-wrap;word-break:break-word;background:#2b2d31;border:1px solid #1e1f22;border-radius:4px;max-width:90%;margin:4px 0 0;padding:7px;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:13px;line-height:1.35;display:block;overflow-x:auto}.DiscordChatComponent-module__WjHNSa__block-quote{border-left:4px solid #4e5058;border-radius:0 2px 2px 0;margin:2px 0;padding:0 8px 0 12px;display:block}.DiscordChatComponent-module__WjHNSa__md-h1{color:#f2f3f5;margin:8px 0 4px;font-size:24px;font-weight:700;line-height:1.25}.DiscordChatComponent-module__WjHNSa__md-h2{color:#f2f3f5;margin:8px 0 4px;font-size:20px;font-weight:700;line-height:1.25}.DiscordChatComponent-module__WjHNSa__md-h3{color:#f2f3f5;margin:8px 0 4px;font-size:16px;font-weight:700;line-height:1.25}.DiscordChatComponent-module__WjHNSa__md-subtext{color:#949ba4;font-size:12px}.DiscordChatComponent-module__WjHNSa__md-list-item{gap:6px;padding-left:4px;display:flex}.DiscordChatComponent-module__WjHNSa__md-list-bullet{color:#dbdee1;flex-shrink:0}.DiscordChatComponent-module__WjHNSa__md-timestamp{background:#ffffff0f;background:lab(100% 0 0/.06);border-radius:3px;padding:0 2px}.DiscordChatComponent-module__WjHNSa__message-jumbo{font-size:42px;line-height:1.15}.DiscordChatComponent-module__WjHNSa__custom-emoji-jumbo{vertical-align:-.2em;width:48px;height:48px}.DiscordChatComponent-module__WjHNSa__embed-author{align-items:center;gap:8px;margin-top:2px;display:flex}.DiscordChatComponent-module__WjHNSa__embed-author-icon{object-fit:cover;border-radius:50%;flex-shrink:0;width:24px;height:24px}.DiscordChatComponent-module__WjHNSa__embed-author-name{color:#f2f3f5;word-break:break-word;font-size:14px;font-weight:600;text-decoration:none}a.DiscordChatComponent-module__WjHNSa__embed-author-name:hover{text-decoration:underline}.DiscordChatComponent-module__WjHNSa__embed-fields{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.DiscordChatComponent-module__WjHNSa__embed-field{grid-column:1/-1;min-width:0}.DiscordChatComponent-module__WjHNSa__embed-field-inline{min-width:0}.DiscordChatComponent-module__WjHNSa__embed-field-name{color:#f2f3f5;word-break:break-word;margin-bottom:2px;font-size:14px;font-weight:600}.DiscordChatComponent-module__WjHNSa__embed-field-value{color:#dbdee1;white-space:pre-wrap;word-break:break-word;font-size:14px;line-height:1.3}.DiscordChatComponent-module__WjHNSa__embed-footer{align-items:center;gap:8px;margin-top:8px;display:flex}.DiscordChatComponent-module__WjHNSa__embed-footer-icon{object-fit:cover;border-radius:50%;flex-shrink:0;width:20px;height:20px}.DiscordChatComponent-module__WjHNSa__embed-footer-text{color:#b5bac1;font-size:12px}
.DividerComponent-module__ugsyoG__divider{--_divider-color:var(--divider-color,var(--calculated-border-color));--_divider-thickness:var(--divider-thickness,1px);--_divider-inset-start:0px;--_divider-inset-end:0px;border:none;flex-shrink:0;margin:0;padding:0}.DividerComponent-module__ugsyoG__horizontal{width:auto;height:var(--_divider-thickness);background:var(--_divider-color);margin-inline-start:var(--_divider-inset-start);margin-inline-end:var(--_divider-inset-end);display:block}.DividerComponent-module__ugsyoG__vertical{width:var(--_divider-thickness);background:var(--_divider-color);height:auto;align-self:stretch;margin-block-start:var(--_divider-inset-start);margin-block-end:var(--_divider-inset-end);display:inline-block}.DividerComponent-module__ugsyoG__inset{--_divider-inset-start:16px}.DividerComponent-module__ugsyoG__middle-inset{--_divider-inset-start:16px;--_divider-inset-end:16px}.DividerComponent-module__ugsyoG__horizontal.DividerComponent-module__ugsyoG__spacing-sm{margin-block:4px}.DividerComponent-module__ugsyoG__horizontal.DividerComponent-module__ugsyoG__spacing-md{margin-block:8px}.DividerComponent-module__ugsyoG__horizontal.DividerComponent-module__ugsyoG__spacing-lg{margin-block:16px}.DividerComponent-module__ugsyoG__vertical.DividerComponent-module__ugsyoG__spacing-sm{margin-inline:4px}.DividerComponent-module__ugsyoG__vertical.DividerComponent-module__ugsyoG__spacing-md{margin-inline:8px}.DividerComponent-module__ugsyoG__vertical.DividerComponent-module__ugsyoG__spacing-lg{margin-inline:16px}.DividerComponent-module__ugsyoG__subheader{width:100%;align-items:center;gap:12px;margin-inline-start:var(--_divider-inset-start);margin-inline-end:var(--_divider-inset-end);display:flex}.DividerComponent-module__ugsyoG__subheader-line{height:var(--_divider-thickness);background:var(--_divider-color);flex:1}.DividerComponent-module__ugsyoG__subheader-label{letter-spacing:.5px;text-transform:uppercase;color:var(--text-tertiary,var(--text-secondary));white-space:nowrap;-webkit-user-select:none;user-select:none;padding-inline:4px;font-size:11px;font-weight:500}
.DrawerComponent-module__x_Flaq__scrim{z-index:199;will-change:opacity;background:#00000059;background:lab(0% 0 0/.35);animation:.2s ease-out both DrawerComponent-module__x_Flaq__scrim-fade-in;position:fixed;inset:0}.DrawerComponent-module__x_Flaq__scrim[data-closing]{animation:.2s ease-in both DrawerComponent-module__x_Flaq__scrim-fade-out}@keyframes DrawerComponent-module__x_Flaq__scrim-fade-in{0%{opacity:0}to{opacity:1}}@keyframes DrawerComponent-module__x_Flaq__scrim-fade-out{0%{opacity:1}to{opacity:0}}.DrawerComponent-module__x_Flaq__drawer{width:var(--drawer-width,480px);background:var(--background-surface);border-left:1px solid var(--calculated-border-color);max-width:100vw;height:100dvh;box-shadow:var(--calculated-shadow-lg);z-index:200;will-change:transform;flex-direction:column;animation:.25s cubic-bezier(.4,0,.2,1) both DrawerComponent-module__x_Flaq__drawer-slide-in;display:flex;position:fixed;top:0;right:0;overflow:hidden}.DrawerComponent-module__x_Flaq__drawer[data-closing]{animation:.2s cubic-bezier(.4,0,.2,1) both DrawerComponent-module__x_Flaq__drawer-slide-out}.DrawerComponent-module__x_Flaq__left{border-left:none;border-right:1px solid var(--calculated-border-color);animation-name:DrawerComponent-module__x_Flaq__drawer-slide-in-left;left:0;right:auto}.DrawerComponent-module__x_Flaq__left[data-closing]{animation-name:DrawerComponent-module__x_Flaq__drawer-slide-out-left}@keyframes DrawerComponent-module__x_Flaq__drawer-slide-in{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes DrawerComponent-module__x_Flaq__drawer-slide-out{0%{transform:translate(0)}to{transform:translate(100%)}}@keyframes DrawerComponent-module__x_Flaq__drawer-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes DrawerComponent-module__x_Flaq__drawer-slide-out-left{0%{transform:translate(0)}to{transform:translate(-100%)}}.DrawerComponent-module__x_Flaq__header{border-bottom:1px solid var(--calculated-border-color);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.DrawerComponent-module__x_Flaq__title{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:16px;font-weight:600;overflow:hidden}.DrawerComponent-module__x_Flaq__header-actions{flex-shrink:0;align-items:center;gap:4px;display:flex}.DrawerComponent-module__x_Flaq__body{flex:1;padding:20px;animation:.2s ease-out both DrawerComponent-module__x_Flaq__drawer-content-fade-in;overflow-y:auto}@keyframes DrawerComponent-module__x_Flaq__drawer-content-fade-in{0%{opacity:0;translate:0 6px}to{opacity:1;translate:0}}.DrawerComponent-module__x_Flaq__section{margin-bottom:20px}.DrawerComponent-module__x_Flaq__section:last-child{margin-bottom:0}.DrawerComponent-module__x_Flaq__section-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px;font-size:11px;font-weight:700}.DrawerComponent-module__x_Flaq__grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.DrawerComponent-module__x_Flaq__item{flex-direction:column;gap:2px;display:flex}.DrawerComponent-module__x_Flaq__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.04em;font-size:11px;font-weight:500}.DrawerComponent-module__x_Flaq__value{color:var(--text-primary);text-overflow:ellipsis;min-width:0;font-size:14px;font-weight:500;overflow:hidden}.DrawerComponent-module__x_Flaq__mono{font-family:var(--font-mono);font-size:12px}@media (max-width:560px){.DrawerComponent-module__x_Flaq__drawer{width:100vw}}
.EmptyStateComponent-module__7NYQ5q__empty-state{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:360px;padding:40px 20px;display:flex}.EmptyStateComponent-module__7NYQ5q__icon{border-radius:var(--border-radius-sm);width:80px;height:80px;color:var(--accent-primary);justify-content:center;align-items:center;margin:0 0 20px;padding:0;animation:3s ease-in-out infinite EmptyStateComponent-module__7NYQ5q__pulse-scale;display:flex}@keyframes EmptyStateComponent-module__7NYQ5q__pulse-scale{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.EmptyStateComponent-module__7NYQ5q__title{letter-spacing:-.03em;margin-bottom:8px;font-size:22px;font-weight:700}.EmptyStateComponent-module__7NYQ5q__subtitle{color:var(--text-secondary);max-width:440px;margin-bottom:28px;font-size:14px;line-height:1.5}@media (max-width:767px){.EmptyStateComponent-module__7NYQ5q__empty-state{min-height:240px;padding:24px 16px}.EmptyStateComponent-module__7NYQ5q__icon{width:64px;height:64px;margin-bottom:16px}.EmptyStateComponent-module__7NYQ5q__title{margin-bottom:6px;font-size:18px}.EmptyStateComponent-module__7NYQ5q__subtitle{max-width:320px;margin-bottom:16px;font-size:13px}}@media (max-height:680px){.EmptyStateComponent-module__7NYQ5q__empty-state{min-height:200px;padding:16px}.EmptyStateComponent-module__7NYQ5q__icon{width:56px;height:56px;margin-bottom:10px}.EmptyStateComponent-module__7NYQ5q__title{margin-bottom:4px;font-size:16px}.EmptyStateComponent-module__7NYQ5q__subtitle{max-width:280px;margin-bottom:12px;font-size:12px}}
.ErrorBoundaryComponent-module__Jd_xTG__error-boundary{min-height:200px;padding:var(--spacing-xl,32px);justify-content:center;align-items:center;width:100%;display:flex}.ErrorBoundaryComponent-module__Jd_xTG__error-card{align-items:center;gap:var(--spacing-md,12px);padding:var(--spacing-2xl,48px) var(--spacing-xl,32px);background:var(--color-surface-container,#1f1f1f);border:1px solid var(--color-outline-variant,#333);border-radius:var(--radius-xl,16px);text-align:center;flex-direction:column;width:100%;max-width:480px;display:flex}@supports (color:lab(0% 0 0)){.ErrorBoundaryComponent-module__Jd_xTG__error-card{background:var(--color-surface-container,lab(11.724% 0 0));border:1px solid var(--color-outline-variant,lab(21.236% 0 0))}}.ErrorBoundaryComponent-module__Jd_xTG__icon-container{width:56px;height:56px;margin-bottom:var(--spacing-sm,8px);background:#d22d2d1f;background:lab(47.4161% 63.2873 43.08/.12);border-radius:50%;justify-content:center;align-items:center;display:flex}.ErrorBoundaryComponent-module__Jd_xTG__icon{color:#e06c6c;color:lab(60.1224% 46.1684 22.5937);width:28px;height:28px}.ErrorBoundaryComponent-module__Jd_xTG__title{color:var(--color-on-surface,#e6e6e6);margin:0;font-size:1.125rem;font-weight:600;line-height:1.3}@supports (color:lab(0% 0 0)){.ErrorBoundaryComponent-module__Jd_xTG__title{color:var(--color-on-surface,lab(91.3% 0 -.0000119209))}}.ErrorBoundaryComponent-module__Jd_xTG__subtitle{color:var(--color-on-surface-variant,#a6a6a6);max-width:360px;margin:0;font-size:.875rem;line-height:1.5}@supports (color:lab(0% 0 0)){.ErrorBoundaryComponent-module__Jd_xTG__subtitle{color:var(--color-on-surface-variant,lab(68.1% 0 0))}}.ErrorBoundaryComponent-module__Jd_xTG__details{font-size:.75rem;font-family:var(--font-mono,monospace);color:#e06c6c;color:lab(60.1224% 46.1684 22.5937);padding:var(--spacing-sm,8px) var(--spacing-md,12px);border-radius:var(--radius-sm,6px);white-space:pre-wrap;word-break:break-word;background:#0000004d;background:lab(0% 0 0/.3);max-width:100%;margin:0;overflow-x:auto}.ErrorBoundaryComponent-module__Jd_xTG__retry-button{margin-top:var(--spacing-sm,8px);padding:var(--spacing-sm,8px) var(--spacing-lg,20px);color:var(--color-on-primary,#fff);background:var(--color-primary,#5e5ce5);border-radius:var(--radius-md,8px);cursor:pointer;border:none;font-size:.875rem;font-weight:500;transition:background .15s,transform .1s}@supports (color:lab(0% 0 0)){.ErrorBoundaryComponent-module__Jd_xTG__retry-button{background:var(--color-primary,lab(45.5441% 32.0183 -70.9937))}}.ErrorBoundaryComponent-module__Jd_xTG__retry-button:hover{background:var(--color-primary-hover,#6b71e8)}@supports (color:lab(0% 0 0)){.ErrorBoundaryComponent-module__Jd_xTG__retry-button:hover{background:var(--color-primary-hover,lab(51.8184% 23.5635 -62.218))}}.ErrorBoundaryComponent-module__Jd_xTG__retry-button:active{transform:scale(.97)}
.ErrorFallbackComponent-module__IuVA9G__container{min-height:60vh;color:var(--text-primary);font-family:var(--font-sans,system-ui, sans-serif);flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:32px;animation:.3s ease-out ErrorFallbackComponent-module__IuVA9G__fade-in;display:flex}.ErrorFallbackComponent-module__IuVA9G__icon{opacity:.4;-webkit-user-select:none;user-select:none;font-size:48px;line-height:1}.ErrorFallbackComponent-module__IuVA9G__title{letter-spacing:-.02em;color:var(--text-primary);margin:0;font-size:18px;font-weight:600}.ErrorFallbackComponent-module__IuVA9G__message{font-size:var(--font-size-sm,13px);color:var(--text-muted);text-align:center;max-width:400px;margin:0;line-height:1.5}.ErrorFallbackComponent-module__IuVA9G__retry-button{font-size:var(--font-size-sm,13px);color:var(--text-primary);background:var(--background-surface,#ffffff0f);border:1px solid var(--calculated-border-color,#ffffff14);cursor:pointer;border-radius:6px;margin-top:8px;padding:8px 20px;font-family:inherit;font-weight:500;transition:border-color .15s,background .15s,transform .1s}@supports (color:lab(0% 0 0)){.ErrorFallbackComponent-module__IuVA9G__retry-button{background:var(--background-surface,lab(100% 0 0/.06));border:1px solid var(--calculated-border-color,lab(100% 0 0/.08))}}.ErrorFallbackComponent-module__IuVA9G__retry-button:hover{border-color:var(--accent-primary);background:color-mix(in srgb, var(--accent-primary) 8%, transparent)}.ErrorFallbackComponent-module__IuVA9G__retry-button:active{transform:scale(.97)}@keyframes ErrorFallbackComponent-module__IuVA9G__fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.ExtendedFabComponent-module__R2X_oW__extended-fab{cursor:pointer;letter-spacing:.1px;white-space:nowrap;will-change:box-shadow, transform;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;isolation:isolate;border:none;border-radius:16px;justify-content:center;align-items:center;gap:12px;min-width:80px;height:56px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;transition:background-color .2s cubic-bezier(.2,0,0,1),box-shadow .28s cubic-bezier(.2,0,0,1),transform .2s cubic-bezier(.2,0,0,1),width .3s cubic-bezier(.2,0,0,1),min-width .3s cubic-bezier(.2,0,0,1),padding .3s cubic-bezier(.2,0,0,1),gap .3s cubic-bezier(.2,0,0,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;box-shadow:0 1px 3px lab(0% 0 0/.3),0 4px 8px 3px lab(0% 0 0/.15)}.ExtendedFabComponent-module__R2X_oW__extended-fab:before{content:"";border-radius:inherit;opacity:0;pointer-events:none;z-index:1;transition:opacity .2s cubic-bezier(.2,0,0,1);position:absolute;inset:0}.ExtendedFabComponent-module__R2X_oW__extended-fab:focus-visible{outline:3px solid var(--accent-primary,#6750a4);outline-offset:2px}.ExtendedFabComponent-module__R2X_oW__extended-fab:disabled{cursor:not-allowed;box-shadow:none;opacity:.38;pointer-events:none}.ExtendedFabComponent-module__R2X_oW__icon{z-index:2;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .2s cubic-bezier(.2,0,0,1);display:inline-flex}.ExtendedFabComponent-module__R2X_oW__label{z-index:2;transition:max-width .3s cubic-bezier(.2,0,0,1),opacity .2s cubic-bezier(.2,0,0,1);position:relative;overflow:hidden}.ExtendedFabComponent-module__R2X_oW__is-collapsed-state{gap:0;width:56px;min-width:56px;padding:0 16px}.ExtendedFabComponent-module__R2X_oW__is-collapsed-state .ExtendedFabComponent-module__R2X_oW__label{opacity:0;max-width:0;overflow:hidden}.ExtendedFabComponent-module__R2X_oW__primary{background-color:var(--accent-primary,#6750a4);color:var(--on-accent,#fff)}.ExtendedFabComponent-module__R2X_oW__primary:before{background-color:var(--on-accent,#fff)}.ExtendedFabComponent-module__R2X_oW__primary:hover:not(:disabled){box-shadow:0 2px 3px #0000004d,0 6px 10px 4px #00000026;box-shadow:0 2px 3px lab(0% 0 0/.3),0 6px 10px 4px lab(0% 0 0/.15)}.ExtendedFabComponent-module__R2X_oW__primary:hover:not(:disabled):before{opacity:.08}.ExtendedFabComponent-module__R2X_oW__primary:focus-visible:before,.ExtendedFabComponent-module__R2X_oW__primary:active:not(:disabled):before{opacity:.1}.ExtendedFabComponent-module__R2X_oW__primary:active:not(:disabled){transform:scale(.98);box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;box-shadow:0 1px 3px lab(0% 0 0/.3),0 4px 8px 3px lab(0% 0 0/.15)}.ExtendedFabComponent-module__R2X_oW__secondary{background-color:var(--background-surface,#e8def8);color:var(--text-primary,#1d192b)}.ExtendedFabComponent-module__R2X_oW__secondary:before{background-color:var(--text-primary,#1d192b)}.ExtendedFabComponent-module__R2X_oW__secondary:hover:not(:disabled){box-shadow:0 2px 3px #0000004d,0 6px 10px 4px #00000026;box-shadow:0 2px 3px lab(0% 0 0/.3),0 6px 10px 4px lab(0% 0 0/.15)}.ExtendedFabComponent-module__R2X_oW__secondary:hover:not(:disabled):before{opacity:.08}.ExtendedFabComponent-module__R2X_oW__secondary:focus-visible:before,.ExtendedFabComponent-module__R2X_oW__secondary:active:not(:disabled):before{opacity:.1}.ExtendedFabComponent-module__R2X_oW__secondary:active:not(:disabled){transform:scale(.98);box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;box-shadow:0 1px 3px lab(0% 0 0/.3),0 4px 8px 3px lab(0% 0 0/.15)}.ExtendedFabComponent-module__R2X_oW__tertiary{background-color:var(--calculated-accent-primary-subtle,#ffd8e4);color:var(--text-primary,#31111d)}.ExtendedFabComponent-module__R2X_oW__tertiary:before{background-color:var(--text-primary,#31111d)}.ExtendedFabComponent-module__R2X_oW__tertiary:hover:not(:disabled){box-shadow:0 2px 3px #0000004d,0 6px 10px 4px #00000026;box-shadow:0 2px 3px lab(0% 0 0/.3),0 6px 10px 4px lab(0% 0 0/.15)}.ExtendedFabComponent-module__R2X_oW__tertiary:hover:not(:disabled):before{opacity:.08}.ExtendedFabComponent-module__R2X_oW__tertiary:focus-visible:before,.ExtendedFabComponent-module__R2X_oW__tertiary:active:not(:disabled):before{opacity:.1}.ExtendedFabComponent-module__R2X_oW__tertiary:active:not(:disabled){transform:scale(.98);box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;box-shadow:0 1px 3px lab(0% 0 0/.3),0 4px 8px 3px lab(0% 0 0/.15)}.ExtendedFabComponent-module__R2X_oW__surface{background-color:var(--background-base,#fffbfe);color:var(--accent-primary,#6750a4)}.ExtendedFabComponent-module__R2X_oW__surface:before{background-color:var(--accent-primary,#6750a4)}.ExtendedFabComponent-module__R2X_oW__surface:hover:not(:disabled){box-shadow:0 2px 3px #0000004d,0 6px 10px 4px #00000026;box-shadow:0 2px 3px lab(0% 0 0/.3),0 6px 10px 4px lab(0% 0 0/.15)}.ExtendedFabComponent-module__R2X_oW__surface:hover:not(:disabled):before{opacity:.08}.ExtendedFabComponent-module__R2X_oW__surface:focus-visible:before,.ExtendedFabComponent-module__R2X_oW__surface:active:not(:disabled):before{opacity:.1}.ExtendedFabComponent-module__R2X_oW__surface:active:not(:disabled){transform:scale(.98);box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;box-shadow:0 1px 3px lab(0% 0 0/.3),0 4px 8px 3px lab(0% 0 0/.15)}.ExtendedFabComponent-module__R2X_oW__fixed{z-index:6;position:fixed;bottom:16px;right:16px}.ExtendedFabComponent-module__R2X_oW__lowered{box-shadow:0 1px 2px #0000004d,0 1px 3px 1px #00000026;box-shadow:0 1px 2px lab(0% 0 0/.3),0 1px 3px 1px lab(0% 0 0/.15)}.ExtendedFabComponent-module__R2X_oW__lowered:hover:not(:disabled){box-shadow:0 1px 2px #0000004d,0 2px 6px 2px #00000026;box-shadow:0 1px 2px lab(0% 0 0/.3),0 2px 6px 2px lab(0% 0 0/.15)}.ExtendedFabComponent-module__R2X_oW__lowered:active:not(:disabled){box-shadow:0 1px 2px #0000004d,0 1px 3px 1px #00000026;box-shadow:0 1px 2px lab(0% 0 0/.3),0 1px 3px 1px lab(0% 0 0/.15)}@keyframes ExtendedFabComponent-module__R2X_oW__fab-ripple{0%{opacity:.24;transform:scale(0)}to{opacity:0;transform:scale(2.5)}}.ExtendedFabComponent-module__R2X_oW__ripple{opacity:0;pointer-events:none;z-index:1;background-color:currentColor;border-radius:50%;animation:.5s cubic-bezier(.2,0,0,1) forwards ExtendedFabComponent-module__R2X_oW__fab-ripple;position:absolute}@media (prefers-reduced-motion:reduce){.ExtendedFabComponent-module__R2X_oW__extended-fab,.ExtendedFabComponent-module__R2X_oW__extended-fab:before,.ExtendedFabComponent-module__R2X_oW__label,.ExtendedFabComponent-module__R2X_oW__icon{transition-duration:0s!important;animation-duration:0s!important}}
.FabComponent-module__d72Wta__fab{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;-webkit-tap-highlight-color:transparent;isolation:isolate;will-change:box-shadow, transform;border:none;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;padding:0;font-family:inherit;text-decoration:none;transition:box-shadow .28s cubic-bezier(.2,0,0,1),background-color .2s cubic-bezier(.2,0,0,1),transform .2s cubic-bezier(.2,0,0,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;box-shadow:0 1px 3px lab(0% 0 0/.3),0 4px 8px 3px lab(0% 0 0/.15)}.FabComponent-module__d72Wta__icon{z-index:1;width:24px;height:24px;color:inherit;pointer-events:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.FabComponent-module__d72Wta__fab:before{content:"";border-radius:inherit;pointer-events:none;z-index:0;opacity:0;background:currentColor;transition:opacity .15s cubic-bezier(.2,0,0,1);position:absolute;inset:0}.FabComponent-module__d72Wta__fab:hover:not(:disabled):before{opacity:.08}.FabComponent-module__d72Wta__fab:focus-visible:not(:disabled):before,.FabComponent-module__d72Wta__fab:active:not(:disabled):before{opacity:.1}.FabComponent-module__d72Wta__fab:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 3px #0000004d,0 6px 10px 4px #00000026;box-shadow:0 2px 3px lab(0% 0 0/.3),0 6px 10px 4px lab(0% 0 0/.15)}.FabComponent-module__d72Wta__fab:active:not(:disabled){transform:translateY(0);box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;box-shadow:0 1px 3px lab(0% 0 0/.3),0 4px 8px 3px lab(0% 0 0/.15)}.FabComponent-module__d72Wta__fab:focus-visible{outline:2px solid var(--accent-primary);outline-offset:2px}.FabComponent-module__d72Wta__fab:disabled{cursor:not-allowed;pointer-events:none;box-shadow:none;background:color-mix(in srgb, var(--text-primary) 12%, transparent)!important;color:color-mix(in srgb, var(--text-primary) 38%, transparent)!important}.FabComponent-module__d72Wta__small{border-radius:12px;width:40px;height:40px}.FabComponent-module__d72Wta__large{border-radius:28px;width:96px;height:96px}.FabComponent-module__d72Wta__large .FabComponent-module__d72Wta__icon{width:36px;height:36px}.FabComponent-module__d72Wta__primary{background-color:var(--accent-primary);color:#fff}.FabComponent-module__d72Wta__surface{background-color:var(--background-surface);color:var(--accent-primary)}.FabComponent-module__d72Wta__secondary{background-color:var(--calculated-accent-primary-subtle,color-mix(in srgb, var(--accent-primary) 12%, var(--background-surface)));color:var(--accent-primary)}.FabComponent-module__d72Wta__tertiary{background-color:var(--tertiary-container,color-mix(in srgb, var(--accent-primary) 20%, var(--background-base)));color:var(--tertiary-on-container,var(--accent-primary))}.FabComponent-module__d72Wta__lowered{box-shadow:0 1px 2px #0003,0 1px 3px 1px #0000001a;box-shadow:0 1px 2px lab(0% 0 0/.2),0 1px 3px 1px lab(0% 0 0/.1)}.FabComponent-module__d72Wta__lowered:hover:not(:disabled){box-shadow:0 1px 2px #0003,0 2px 6px 2px #0000001a;box-shadow:0 1px 2px lab(0% 0 0/.2),0 2px 6px 2px lab(0% 0 0/.1)}.FabComponent-module__d72Wta__lowered:active:not(:disabled){box-shadow:0 1px 2px #0003,0 1px 3px 1px #0000001a;box-shadow:0 1px 2px lab(0% 0 0/.2),0 1px 3px 1px lab(0% 0 0/.1)}.FabComponent-module__d72Wta__ripple{pointer-events:none;z-index:0;opacity:.12;background:currentColor;border-radius:50%;animation:.5s cubic-bezier(.2,0,0,1) forwards FabComponent-module__d72Wta__fab-ripple-expand;position:absolute;transform:scale(0)}@keyframes FabComponent-module__d72Wta__fab-ripple-expand{0%{opacity:.12;transform:scale(0)}to{opacity:0;transform:scale(2.5)}}.FabComponent-module__d72Wta__extended{border-radius:16px;gap:12px;width:auto;min-width:80px;height:56px;padding:0 16px}.FabComponent-module__d72Wta__extended .FabComponent-module__d72Wta__icon{width:24px;height:24px}.FabComponent-module__d72Wta__label{z-index:1;letter-spacing:.01em;white-space:nowrap;pointer-events:none;font-size:14px;font-weight:500;line-height:20px;position:relative}.FabComponent-module__d72Wta__extended-no-icon{padding:0 24px}.FabComponent-module__d72Wta__fixed{z-index:1000;position:fixed}.FabComponent-module__d72Wta__bottom-end{bottom:16px;right:16px}.FabComponent-module__d72Wta__bottom-start{bottom:16px;left:16px}.FabComponent-module__d72Wta__bottom-center{bottom:16px;left:50%;transform:translate(-50%)}.FabComponent-module__d72Wta__bottom-center:hover:not(:disabled){transform:translate(-50%)translateY(-1px)}.FabComponent-module__d72Wta__bottom-center:active:not(:disabled){transform:translate(-50%)translateY(0)}.FabComponent-module__d72Wta__is-hidden-state{transition:transform .28s cubic-bezier(.4,0,1,1),box-shadow .28s cubic-bezier(.2,0,0,1);transform:translateY(calc(100% + 32px))!important}.FabComponent-module__d72Wta__bottom-center.FabComponent-module__d72Wta__is-hidden-state{transform:translate(-50%)translateY(calc(100% + 32px))!important}@media (max-width:599px){.FabComponent-module__d72Wta__bottom-end,.FabComponent-module__d72Wta__bottom-start{bottom:16px}}@media (min-width:600px){.FabComponent-module__d72Wta__bottom-end,.FabComponent-module__d72Wta__bottom-start{bottom:24px}.FabComponent-module__d72Wta__bottom-end{right:24px}.FabComponent-module__d72Wta__bottom-start{left:24px}}@media (prefers-reduced-motion:reduce){.FabComponent-module__d72Wta__fab,.FabComponent-module__d72Wta__fab:before,.FabComponent-module__d72Wta__is-hidden-state{transition-duration:0s!important}.FabComponent-module__d72Wta__ripple{animation:none!important}}
.FabMenuComponent-module__zMZtFG__fab-menu{z-index:6;flex-direction:column-reverse;align-items:flex-end;display:inline-flex;position:relative}.FabMenuComponent-module__zMZtFG__fixed{z-index:50;position:fixed;bottom:16px;right:16px}.FabMenuComponent-module__zMZtFG__scrim{z-index:49;opacity:0;pointer-events:none;background:#00000052;background:lab(0% 0 0/.32);transition:opacity .2s cubic-bezier(.2,0,0,1);position:fixed;inset:0}.FabMenuComponent-module__zMZtFG__scrim[data-visible=true]{opacity:1;pointer-events:auto}.FabMenuComponent-module__zMZtFG__trigger{cursor:pointer;z-index:51;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased;isolation:isolate;border:none;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;transition:background-color .2s cubic-bezier(.2,0,0,1),box-shadow .28s cubic-bezier(.2,0,0,1),transform .2s cubic-bezier(.2,0,0,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;box-shadow:0 1px 3px lab(0% 0 0/.3),0 4px 8px 3px lab(0% 0 0/.15)}.FabMenuComponent-module__zMZtFG__trigger-icon{z-index:2;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .3s cubic-bezier(.2,0,0,1);display:inline-flex}.FabMenuComponent-module__zMZtFG__is-open-state .FabMenuComponent-module__zMZtFG__trigger-icon{transform:rotate(45deg)}.FabMenuComponent-module__zMZtFG__trigger:before{content:"";border-radius:inherit;opacity:0;pointer-events:none;z-index:1;transition:opacity .2s cubic-bezier(.2,0,0,1);position:absolute;inset:0}.FabMenuComponent-module__zMZtFG__trigger:focus-visible{outline:3px solid var(--accent-primary,#6750a4);outline-offset:2px}.FabMenuComponent-module__zMZtFG__trigger-primary{background-color:var(--accent-primary,#6750a4);color:var(--on-accent,#fff)}.FabMenuComponent-module__zMZtFG__trigger-primary:before{background-color:var(--on-accent,#fff)}.FabMenuComponent-module__zMZtFG__trigger-primary:hover:not(:disabled){box-shadow:0 2px 3px #0000004d,0 6px 10px 4px #00000026;box-shadow:0 2px 3px lab(0% 0 0/.3),0 6px 10px 4px lab(0% 0 0/.15)}.FabMenuComponent-module__zMZtFG__trigger-primary:hover:not(:disabled):before{opacity:.08}.FabMenuComponent-module__zMZtFG__trigger-primary:focus-visible:before,.FabMenuComponent-module__zMZtFG__trigger-primary:active:not(:disabled):before{opacity:.1}.FabMenuComponent-module__zMZtFG__trigger-primary:active:not(:disabled){transform:scale(.96);box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;box-shadow:0 1px 3px lab(0% 0 0/.3),0 4px 8px 3px lab(0% 0 0/.15)}.FabMenuComponent-module__zMZtFG__trigger-secondary{background-color:var(--background-surface,#e8def8);color:var(--text-primary,#1d192b)}.FabMenuComponent-module__zMZtFG__trigger-secondary:before{background-color:var(--text-primary,#1d192b)}.FabMenuComponent-module__zMZtFG__trigger-secondary:hover:not(:disabled){box-shadow:0 2px 3px #0000004d,0 6px 10px 4px #00000026;box-shadow:0 2px 3px lab(0% 0 0/.3),0 6px 10px 4px lab(0% 0 0/.15)}.FabMenuComponent-module__zMZtFG__trigger-secondary:hover:not(:disabled):before{opacity:.08}.FabMenuComponent-module__zMZtFG__trigger-secondary:focus-visible:before,.FabMenuComponent-module__zMZtFG__trigger-secondary:active:not(:disabled):before{opacity:.1}.FabMenuComponent-module__zMZtFG__trigger-secondary:active:not(:disabled){transform:scale(.96);box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;box-shadow:0 1px 3px lab(0% 0 0/.3),0 4px 8px 3px lab(0% 0 0/.15)}.FabMenuComponent-module__zMZtFG__trigger-tertiary{background-color:var(--calculated-accent-primary-subtle,#ffd8e4);color:var(--text-primary,#31111d)}.FabMenuComponent-module__zMZtFG__trigger-tertiary:before{background-color:var(--text-primary,#31111d)}.FabMenuComponent-module__zMZtFG__trigger-tertiary:hover:not(:disabled){box-shadow:0 2px 3px #0000004d,0 6px 10px 4px #00000026;box-shadow:0 2px 3px lab(0% 0 0/.3),0 6px 10px 4px lab(0% 0 0/.15)}.FabMenuComponent-module__zMZtFG__trigger-tertiary:hover:not(:disabled):before{opacity:.08}.FabMenuComponent-module__zMZtFG__trigger-tertiary:focus-visible:before,.FabMenuComponent-module__zMZtFG__trigger-tertiary:active:not(:disabled):before{opacity:.1}.FabMenuComponent-module__zMZtFG__trigger-tertiary:active:not(:disabled){transform:scale(.96);box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;box-shadow:0 1px 3px lab(0% 0 0/.3),0 4px 8px 3px lab(0% 0 0/.15)}.FabMenuComponent-module__zMZtFG__trigger-surface{background-color:var(--background-base,#fffbfe);color:var(--accent-primary,#6750a4)}.FabMenuComponent-module__zMZtFG__trigger-surface:before{background-color:var(--accent-primary,#6750a4)}.FabMenuComponent-module__zMZtFG__trigger-surface:hover:not(:disabled){box-shadow:0 2px 3px #0000004d,0 6px 10px 4px #00000026;box-shadow:0 2px 3px lab(0% 0 0/.3),0 6px 10px 4px lab(0% 0 0/.15)}.FabMenuComponent-module__zMZtFG__trigger-surface:hover:not(:disabled):before{opacity:.08}.FabMenuComponent-module__zMZtFG__trigger-surface:focus-visible:before,.FabMenuComponent-module__zMZtFG__trigger-surface:active:not(:disabled):before{opacity:.1}.FabMenuComponent-module__zMZtFG__trigger-surface:active:not(:disabled){transform:scale(.96);box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;box-shadow:0 1px 3px lab(0% 0 0/.3),0 4px 8px 3px lab(0% 0 0/.15)}.FabMenuComponent-module__zMZtFG__items-list{z-index:51;flex-direction:column-reverse;align-items:flex-end;gap:16px;padding-bottom:16px;display:flex}.FabMenuComponent-module__zMZtFG__menu-item{opacity:0;pointer-events:none;align-items:center;gap:16px;transition:opacity .2s cubic-bezier(.2,0,0,1),transform .2s cubic-bezier(.2,0,0,1);display:flex;transform:translateY(8px)scale(.8)}.FabMenuComponent-module__zMZtFG__menu-item:first-child{transition-delay:0s}.FabMenuComponent-module__zMZtFG__menu-item:nth-child(2){transition-delay:35ms}.FabMenuComponent-module__zMZtFG__menu-item:nth-child(3){transition-delay:70ms}.FabMenuComponent-module__zMZtFG__menu-item:nth-child(4){transition-delay:.105s}.FabMenuComponent-module__zMZtFG__menu-item:nth-child(5){transition-delay:.14s}.FabMenuComponent-module__zMZtFG__menu-item:nth-child(6){transition-delay:.175s}.FabMenuComponent-module__zMZtFG__menu-item-visible{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.FabMenuComponent-module__zMZtFG__item-label{letter-spacing:.1px;white-space:nowrap;color:var(--text-primary,#1c1b1f);background:var(--background-base,#fffbfe);-webkit-user-select:none;user-select:none;border-radius:8px;padding:6px 16px;font-family:inherit;font-size:14px;font-weight:500;line-height:20px;transition:opacity .15s cubic-bezier(.2,0,0,1),transform .15s cubic-bezier(.2,0,0,1);box-shadow:0 1px 2px #0000004d,0 2px 6px 2px #00000026;box-shadow:0 1px 2px lab(0% 0 0/.3),0 2px 6px 2px lab(0% 0 0/.15)}.FabMenuComponent-module__zMZtFG__item-fab{cursor:pointer;background-color:var(--background-base,#fffbfe);width:40px;height:40px;color:var(--accent-primary,#6750a4);-webkit-tap-highlight-color:transparent;isolation:isolate;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .2s cubic-bezier(.2,0,0,1),box-shadow .28s cubic-bezier(.2,0,0,1),transform .2s cubic-bezier(.2,0,0,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;box-shadow:0 1px 3px lab(0% 0 0/.3),0 4px 8px 3px lab(0% 0 0/.15)}.FabMenuComponent-module__zMZtFG__item-fab:before{content:"";border-radius:inherit;background-color:var(--accent-primary,#6750a4);opacity:0;pointer-events:none;z-index:1;transition:opacity .2s cubic-bezier(.2,0,0,1);position:absolute;inset:0}.FabMenuComponent-module__zMZtFG__item-fab:hover:before{opacity:.08}.FabMenuComponent-module__zMZtFG__item-fab:focus-visible{outline:3px solid var(--accent-primary,#6750a4);outline-offset:2px}.FabMenuComponent-module__zMZtFG__item-fab:focus-visible:before,.FabMenuComponent-module__zMZtFG__item-fab:active:before{opacity:.1}.FabMenuComponent-module__zMZtFG__item-fab:hover{box-shadow:0 2px 3px #0000004d,0 6px 10px 4px #00000026;box-shadow:0 2px 3px lab(0% 0 0/.3),0 6px 10px 4px lab(0% 0 0/.15)}.FabMenuComponent-module__zMZtFG__item-fab:active{transform:scale(.94);box-shadow:0 1px 3px #0000004d,0 4px 8px 3px #00000026;box-shadow:0 1px 3px lab(0% 0 0/.3),0 4px 8px 3px lab(0% 0 0/.15)}.FabMenuComponent-module__zMZtFG__item-icon{z-index:2;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex}@keyframes FabMenuComponent-module__zMZtFG__fab-menu-ripple{0%{opacity:.24;transform:scale(0)}to{opacity:0;transform:scale(2.5)}}.FabMenuComponent-module__zMZtFG__ripple{opacity:0;pointer-events:none;z-index:1;background-color:currentColor;border-radius:50%;animation:.5s cubic-bezier(.2,0,0,1) forwards FabMenuComponent-module__zMZtFG__fab-menu-ripple;position:absolute}@media (prefers-reduced-motion:reduce){.FabMenuComponent-module__zMZtFG__trigger,.FabMenuComponent-module__zMZtFG__trigger:before,.FabMenuComponent-module__zMZtFG__trigger-icon,.FabMenuComponent-module__zMZtFG__menu-item,.FabMenuComponent-module__zMZtFG__item-fab,.FabMenuComponent-module__zMZtFG__item-fab:before,.FabMenuComponent-module__zMZtFG__item-label,.FabMenuComponent-module__zMZtFG__scrim{transition-duration:0s!important;animation-duration:0s!important}.FabMenuComponent-module__zMZtFG__menu-item{transition-delay:0s!important}}
.FormGroupComponent-module__rOD8Tq__form-group{flex-direction:column;gap:8px;display:flex}.FormGroupComponent-module__rOD8Tq__form-group label{color:var(--text-secondary);font-size:13px}.FormGroupComponent-module__rOD8Tq__form-group select,.FormGroupComponent-module__rOD8Tq__input-field{height:var(--input-height);background:var(--calculated-select-background-color);border:1px solid var(--calculated-border-color);color:var(--text-primary);border-radius:var(--border-radius-sm);padding:0 10px;font-size:14px;transition:border-color .2s}.FormGroupComponent-module__rOD8Tq__form-group textarea{background:var(--calculated-select-background-color);border:1px solid var(--calculated-border-color);height:auto;color:var(--text-primary);border-radius:var(--border-radius-sm);padding:10px;font-size:14px;transition:border-color .2s}.FormGroupComponent-module__rOD8Tq__form-group select:focus,.FormGroupComponent-module__rOD8Tq__form-group textarea:focus,.FormGroupComponent-module__rOD8Tq__input-field:focus{border-color:var(--accent-primary);outline:none}.FormGroupComponent-module__rOD8Tq__form-group input[type=range]{accent-color:var(--accent-primary);width:100%}.FormGroupComponent-module__rOD8Tq__hint{color:var(--text-muted);margin-top:-4px;font-size:11px;line-height:1.3}.FormGroupComponent-module__rOD8Tq__read-only-value{color:var(--text-primary);height:var(--input-height);background:var(--background-surface);border:1px solid var(--calculated-border-color);border-radius:var(--border-radius-sm);word-break:break-all;align-items:center;gap:6px;padding:0 10px;font-size:13px;font-weight:600;display:flex}
.IconButtonComponent-module__yDTxXW__icon-button{border-radius:var(--button-border-radius);width:24px;height:24px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}.IconButtonComponent-module__yDTxXW__icon-button:hover{background:var(--calculated-accent-primary-subtle);color:var(--text-primary)}.IconButtonComponent-module__yDTxXW__destructive:hover{color:var(--color-danger);background:#f53b611a;background:lab(56.2503% 71.2056 24.8736/.1)}.IconButtonComponent-module__yDTxXW__is-active-state{color:var(--accent-primary);background:var(--calculated-accent-primary-subtle)}.IconButtonComponent-module__yDTxXW__hover-reveal{opacity:0;transition:all .2s}
.InputComponent-module__dFf58W__wrapper{background:var(--calculated-select-background-color);border:1px solid var(--calculated-border-color);border-radius:var(--border-radius-sm);box-sizing:border-box;align-items:center;width:100%;transition:border-color .2s,box-shadow .2s;display:flex}.InputComponent-module__dFf58W__wrapper:focus-within{border-color:var(--accent-primary);box-shadow:0 0 0 2px color-mix(in srgb, var(--accent-primary) 15%, transparent)}.InputComponent-module__dFf58W__wrapper.InputComponent-module__dFf58W__is-disabled-state{opacity:.5;cursor:not-allowed}.InputComponent-module__dFf58W__size-small{height:28px}.InputComponent-module__dFf58W__size-small .InputComponent-module__dFf58W__input{padding:0 8px;font-size:12px}.InputComponent-module__dFf58W__size-medium{height:var(--input-height)}.InputComponent-module__dFf58W__size-medium .InputComponent-module__dFf58W__input{padding:0 12px;font-size:13px}.InputComponent-module__dFf58W__size-large{height:44px}.InputComponent-module__dFf58W__size-large .InputComponent-module__dFf58W__input{padding:0 14px;font-size:15px}.InputComponent-module__dFf58W__input{width:100%;height:100%;color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:inherit}.InputComponent-module__dFf58W__input::placeholder{color:var(--text-muted)}.InputComponent-module__dFf58W__input:disabled{cursor:not-allowed}.InputComponent-module__dFf58W__icon-slot{color:var(--text-muted);flex-shrink:0;justify-content:center;align-items:center;padding-left:10px;display:flex}.InputComponent-module__dFf58W__has-icon .InputComponent-module__dFf58W__input{padding-left:6px}.InputComponent-module__dFf58W__label-wrapper{align-items:center;gap:6px;display:flex}.InputComponent-module__dFf58W__label{color:var(--text-tertiary);letter-spacing:.01em;white-space:nowrap;-webkit-user-select:none;user-select:none;flex-shrink:0;font-size:11px;font-weight:500}
.LayoutHeaderComponent-module__VbzyKG__layout-header-container{border-block-end:1px solid var(--header-contrast-border,var(--calculated-border-color));background:var(--accent-surface);-webkit-backdrop-filter:blur(12px);block-size:40px;min-block-size:40px;font-weight:500;font-size:var(--font-size-base);letter-spacing:.5px;text-transform:uppercase;color:var(--header-contrast-color,#ffffffeb);z-index:10;flex-shrink:0;justify-content:space-between;align-items:center;gap:0;padding:0;display:flex;position:relative}@supports (color:lab(0% 0 0)){.LayoutHeaderComponent-module__VbzyKG__layout-header-container{color:var(--header-contrast-color,lab(100% 0 0/.92))}}.LayoutHeaderComponent-module__VbzyKG__header-identity{pointer-events:none;grid-template-columns:1fr auto 1fr;align-items:center;block-size:100%;display:grid;position:absolute;inset-inline:0}.LayoutHeaderComponent-module__VbzyKG__header-identity.LayoutHeaderComponent-module__VbzyKG__has-leading-toggle .LayoutHeaderComponent-module__VbzyKG__header-identity-start{padding-inline-start:62px}.LayoutHeaderComponent-module__VbzyKG__header-identity-start{pointer-events:auto;justify-content:flex-start;align-items:center;padding-inline-start:12px;display:flex}.LayoutHeaderComponent-module__VbzyKG__header-identity-end{pointer-events:auto;justify-content:flex-end;align-items:center;padding-inline-end:12px;display:flex}.LayoutHeaderComponent-module__VbzyKG__header-back-button{border-radius:var(--border-radius-sm,6px);block-size:28px;inline-size:28px;color:var(--header-contrast-color-muted,#ffffff8c);cursor:pointer;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:flex}@supports (color:lab(0% 0 0)){.LayoutHeaderComponent-module__VbzyKG__header-back-button{color:var(--header-contrast-color-muted,lab(100% 0 0/.55))}}.LayoutHeaderComponent-module__VbzyKG__header-back-button:hover{background:var(--header-contrast-hover-background,#ffffff14);color:var(--header-contrast-color,#ffffffeb)}@supports (color:lab(0% 0 0)){.LayoutHeaderComponent-module__VbzyKG__header-back-button:hover{background:var(--header-contrast-hover-background,lab(100% 0 0/.08));color:var(--header-contrast-color,lab(100% 0 0/.92))}}.LayoutHeaderComponent-module__VbzyKG__header-page-title{font-weight:500;font-size:var(--font-size-sm,13px);letter-spacing:.5px;text-transform:uppercase;color:var(--header-contrast-color,#ffffffeb);white-space:nowrap;pointer-events:auto;align-items:center;gap:6px;margin:0;line-height:1;display:inline-flex}@supports (color:lab(0% 0 0)){.LayoutHeaderComponent-module__VbzyKG__header-page-title{color:var(--header-contrast-color,lab(100% 0 0/.92))}}@keyframes LayoutHeaderComponent-module__VbzyKG__title-icon-entrance{0%{opacity:0;transform:scale(.8)translateY(1px)}to{opacity:1;transform:scale(1)translateY(0)}}.LayoutHeaderComponent-module__VbzyKG__header-page-title-icon{opacity:.85;flex-shrink:0;transition:opacity .2s,transform .2s;animation:.3s cubic-bezier(.34,1.56,.64,1) both LayoutHeaderComponent-module__VbzyKG__title-icon-entrance}.LayoutHeaderComponent-module__VbzyKG__header-page-title:hover .LayoutHeaderComponent-module__VbzyKG__header-page-title-icon{opacity:1;transform:scale(1.1)}.LayoutHeaderComponent-module__VbzyKG__header-center-area{pointer-events:none;flex:1;justify-content:center;align-items:center;gap:8px;min-inline-size:0;display:flex;overflow:visible}.LayoutHeaderComponent-module__VbzyKG__header-center-area>*{pointer-events:auto}.LayoutHeaderComponent-module__VbzyKG__header-center-group{flex-wrap:nowrap;justify-content:center;align-items:center;gap:8px;display:flex}.LayoutHeaderComponent-module__VbzyKG__header-toggle-button{block-size:100%;inline-size:100%;min-inline-size:34px;max-inline-size:60px;color:var(--header-contrast-color-muted,#ffffff8c);cursor:pointer;opacity:.8;background:0 0;border:1px solid #0000;border-radius:0;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .25s,scale .25s,background-color .25s,color .25s;display:flex}@supports (color:lab(0% 0 0)){.LayoutHeaderComponent-module__VbzyKG__header-toggle-button{color:var(--header-contrast-color-muted,lab(100% 0 0/.55))}}.LayoutHeaderComponent-module__VbzyKG__header-toggle-button:hover{background:var(--header-contrast-hover-background,#ffffff14);color:var(--header-contrast-color,#ffffffeb);opacity:1;scale:1.05}@supports (color:lab(0% 0 0)){.LayoutHeaderComponent-module__VbzyKG__header-toggle-button:hover{background:var(--header-contrast-hover-background,lab(100% 0 0/.08));color:var(--header-contrast-color,lab(100% 0 0/.92))}}.LayoutHeaderComponent-module__VbzyKG__is-panel-hidden{color:var(--header-contrast-color,#ffffffeb);opacity:1}@supports (color:lab(0% 0 0)){.LayoutHeaderComponent-module__VbzyKG__is-panel-hidden{color:var(--header-contrast-color,lab(100% 0 0/.92))}}.LayoutHeaderComponent-module__VbzyKG__is-panel-hidden:hover{background:var(--header-contrast-hover-background,#ffffff14);color:var(--header-contrast-color,#ffffffeb);box-shadow:0 0 12px color-mix(in oklch, var(--accent-primary) 40%, transparent)}@supports (color:lab(0% 0 0)){.LayoutHeaderComponent-module__VbzyKG__is-panel-hidden:hover{background:var(--header-contrast-hover-background,lab(100% 0 0/.08));color:var(--header-contrast-color,lab(100% 0 0/.92))}}.LayoutHeaderComponent-module__VbzyKG__mobile-metadata-bar{border-block-end:1px solid var(--header-contrast-border,var(--calculated-border-color));font-size:var(--font-size-xs);color:var(--header-contrast-color-muted,#ffffff8c);background:var(--accent-surface);overflow-inline:auto;white-space:nowrap;flex-shrink:0;justify-content:center;align-items:center;gap:10px;min-block-size:28px;padding-block:4px;padding-inline:16px;display:flex}@supports (color:lab(0% 0 0)){.LayoutHeaderComponent-module__VbzyKG__mobile-metadata-bar{color:var(--header-contrast-color-muted,lab(100% 0 0/.55))}}@media (max-width:767px){.LayoutHeaderComponent-module__VbzyKG__layout-header-container{z-index:201;flex-wrap:wrap;block-size:auto;min-block-size:40px;position:relative}.LayoutHeaderComponent-module__VbzyKG__header-center-area{padding-block:4px 0;padding-inline:8px;overflow:visible}.LayoutHeaderComponent-module__VbzyKG__header-center-group{flex-wrap:wrap;gap:6px;width:100%;padding-block:6px;padding-inline:0}.LayoutHeaderComponent-module__VbzyKG__header-center-area button[type=button],.LayoutHeaderComponent-module__VbzyKG__header-center-group button[type=button]{padding:0 8px}}
.LoadingIndicatorComponent-module__Xy83vq__circular{width:var(--loading-indicator-size,48px);height:var(--loading-indicator-size,48px);flex-shrink:0;justify-content:center;align-items:center;display:inline-flex;position:relative}.LoadingIndicatorComponent-module__Xy83vq__circular-svg{width:100%;height:100%;transform:rotate(-90deg)}.LoadingIndicatorComponent-module__Xy83vq__circular-track{fill:none;stroke:var(--loading-indicator-track-color,color-mix(in srgb, var(--accent-primary,#6750a4) 20%, transparent));stroke-width:var(--loading-indicator-stroke-width,4);stroke-linecap:round}.LoadingIndicatorComponent-module__Xy83vq__circular-indicator{fill:none;stroke:var(--loading-indicator-color,var(--accent-primary,#6750a4));stroke-width:var(--loading-indicator-stroke-width,4);stroke-linecap:round;will-change:stroke-dashoffset;transition:stroke-dashoffset .3s cubic-bezier(.4,0,.2,1)}.LoadingIndicatorComponent-module__Xy83vq__circular-indeterminate .LoadingIndicatorComponent-module__Xy83vq__circular-svg{animation:1.568s linear infinite LoadingIndicatorComponent-module__Xy83vq__circular-rotate}.LoadingIndicatorComponent-module__Xy83vq__circular-indeterminate .LoadingIndicatorComponent-module__Xy83vq__circular-indicator{stroke-dasharray:1 200;stroke-dashoffset:0;animation:1.568s ease-in-out infinite LoadingIndicatorComponent-module__Xy83vq__circular-dash}@keyframes LoadingIndicatorComponent-module__Xy83vq__circular-rotate{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}@keyframes LoadingIndicatorComponent-module__Xy83vq__circular-dash{0%{stroke-dasharray:1 200;stroke-dashoffset:0}50%{stroke-dasharray:89 200;stroke-dashoffset:-35px}to{stroke-dasharray:89 200;stroke-dashoffset:-124px}}.LoadingIndicatorComponent-module__Xy83vq__size-small{--loading-indicator-size:24px;--loading-indicator-stroke-width:3}.LoadingIndicatorComponent-module__Xy83vq__size-medium{--loading-indicator-size:48px;--loading-indicator-stroke-width:4}.LoadingIndicatorComponent-module__Xy83vq__size-large{--loading-indicator-size:64px;--loading-indicator-stroke-width:4.5}.LoadingIndicatorComponent-module__Xy83vq__linear{width:100%;height:var(--loading-indicator-track-height,4px);border-radius:var(--loading-indicator-track-height,4px);background:var(--loading-indicator-track-color,color-mix(in srgb, var(--accent-primary,#6750a4) 20%, transparent));flex-shrink:0;position:relative;overflow:hidden}.LoadingIndicatorComponent-module__Xy83vq__linear-indicator{border-radius:inherit;background:var(--loading-indicator-color,var(--accent-primary,#6750a4));will-change:width, transform;height:100%;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.LoadingIndicatorComponent-module__Xy83vq__linear-buffer{border-radius:inherit;background:var(--loading-indicator-color,var(--accent-primary,#6750a4));opacity:.24;z-index:0;will-change:width;height:100%;transition:width .3s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.LoadingIndicatorComponent-module__Xy83vq__linear-stop{width:var(--loading-indicator-track-height,4px);height:var(--loading-indicator-track-height,4px);background:var(--loading-indicator-color,var(--accent-primary,#6750a4));opacity:0;border-radius:50%;transition:opacity .2s;position:absolute;top:50%;right:0;transform:translateY(-50%)}.LoadingIndicatorComponent-module__Xy83vq__linear-stop.LoadingIndicatorComponent-module__Xy83vq__is-visible-state{opacity:1}.LoadingIndicatorComponent-module__Xy83vq__linear-indeterminate .LoadingIndicatorComponent-module__Xy83vq__linear-indicator{width:100%;animation:none}.LoadingIndicatorComponent-module__Xy83vq__linear-bar1{transform-origin:0;animation:2s linear infinite LoadingIndicatorComponent-module__Xy83vq__linear-indeterminate-bar1}.LoadingIndicatorComponent-module__Xy83vq__linear-bar2{transform-origin:0;animation:2s linear infinite LoadingIndicatorComponent-module__Xy83vq__linear-indeterminate-bar2}@keyframes LoadingIndicatorComponent-module__Xy83vq__linear-indeterminate-bar1{0%{transform:translate(-100%)scaleX(0)}25%{transform:translate(-50%)scaleX(.4)}50%{transform:translate(25%)scaleX(.7)}75%{transform:translate(100%)scaleX(.4)}to{transform:translate(200%)scaleX(0)}}@keyframes LoadingIndicatorComponent-module__Xy83vq__linear-indeterminate-bar2{0%{transform:translate(-200%)scaleX(0)}20%{transform:translate(-100%)scaleX(0)}45%{transform:translate(-30%)scaleX(.5)}65%{transform:translate(50%)scaleX(.6)}85%{transform:translate(150%)scaleX(.3)}to{transform:translate(200%)scaleX(0)}}.LoadingIndicatorComponent-module__Xy83vq__track-thin{--loading-indicator-track-height:2px}.LoadingIndicatorComponent-module__Xy83vq__track-default{--loading-indicator-track-height:4px}.LoadingIndicatorComponent-module__Xy83vq__track-thick{--loading-indicator-track-height:8px}.LoadingIndicatorComponent-module__Xy83vq__color-primary{--loading-indicator-color:var(--accent-primary,#6750a4);--loading-indicator-track-color:color-mix(in srgb, var(--accent-primary,#6750a4) 20%, transparent)}.LoadingIndicatorComponent-module__Xy83vq__color-secondary{--loading-indicator-color:var(--text-secondary,#625b71);--loading-indicator-track-color:color-mix(in srgb, var(--text-secondary,#625b71) 20%, transparent)}.LoadingIndicatorComponent-module__Xy83vq__color-tertiary{--loading-indicator-color:var(--tertiary-color,#7d5260);--loading-indicator-track-color:color-mix(in srgb, var(--tertiary-color,#7d5260) 20%, transparent)}.LoadingIndicatorComponent-module__Xy83vq__color-error{--loading-indicator-color:var(--error-color,#b3261e);--loading-indicator-track-color:color-mix(in srgb, var(--error-color,#b3261e) 20%, transparent)}.LoadingIndicatorComponent-module__Xy83vq__color-inherit{--loading-indicator-color:currentColor;--loading-indicator-track-color:color-mix(in srgb, currentColor 20%, transparent)}.LoadingIndicatorComponent-module__Xy83vq__label{color:var(--text-secondary,#49454f);letter-spacing:.025em;text-align:center;margin-top:12px;font-size:14px;line-height:20px}.LoadingIndicatorComponent-module__Xy83vq__percentage{color:var(--loading-indicator-color,var(--accent-primary,#6750a4));letter-spacing:.02em;-webkit-user-select:none;user-select:none;pointer-events:none;font-size:11px;font-weight:500;line-height:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.LoadingIndicatorComponent-module__Xy83vq__size-small .LoadingIndicatorComponent-module__Xy83vq__percentage{font-size:8px}.LoadingIndicatorComponent-module__Xy83vq__size-large .LoadingIndicatorComponent-module__Xy83vq__percentage{font-size:14px}.LoadingIndicatorComponent-module__Xy83vq__wrapper{flex-direction:column;align-items:center;display:inline-flex}.LoadingIndicatorComponent-module__Xy83vq__wrapper-linear{flex-direction:column;width:100%;display:flex}.LoadingIndicatorComponent-module__Xy83vq__wrapper-linear .LoadingIndicatorComponent-module__Xy83vq__label{text-align:start}.LoadingIndicatorComponent-module__Xy83vq__fade-in{animation:.3s ease-out LoadingIndicatorComponent-module__Xy83vq__loading-fade-in}@keyframes LoadingIndicatorComponent-module__Xy83vq__loading-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.LoadingIndicatorComponent-module__Xy83vq__circular-svg,.LoadingIndicatorComponent-module__Xy83vq__circular-indicator,.LoadingIndicatorComponent-module__Xy83vq__linear-indicator,.LoadingIndicatorComponent-module__Xy83vq__linear-bar1,.LoadingIndicatorComponent-module__Xy83vq__linear-bar2{transition-duration:.01ms!important;animation-duration:6s!important}.LoadingIndicatorComponent-module__Xy83vq__fade-in{animation:none}}
.LoadingStateComponent-module__pAzCzG__loading-state{min-height:200px;color:var(--text-tertiary);justify-content:center;align-items:center;gap:10px;font-size:14px;display:flex}.LoadingStateComponent-module__pAzCzG__loading-dot{background:var(--accent-primary);border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite LoadingStateComponent-module__pAzCzG__pulse}@keyframes LoadingStateComponent-module__pAzCzG__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}
.MenuComponent-module__MKLKJa__anchor{display:inline-flex;position:relative}.MenuComponent-module__MKLKJa__surface{z-index:100;background-color:var(--background-surface,#ece6f0);min-width:112px;max-width:280px;color:var(--text-primary,#1d1b20);opacity:0;transform-origin:0 0;pointer-events:none;scrollbar-width:thin;scrollbar-color:var(--border-secondary,oklch(100% 0 0/.08)) transparent;border-radius:4px;padding:8px 0;transition:opacity .12s cubic-bezier(0,0,.2,1),transform .12s cubic-bezier(0,0,.2,1);position:absolute;overflow:hidden auto;transform:scaleY(.6)scaleX(.85);box-shadow:0 1px 2px #0000004d,0 2px 6px 2px #00000026;box-shadow:0 1px 2px lab(0% 0 0/.3),0 2px 6px 2px lab(0% 0 0/.15)}.MenuComponent-module__MKLKJa__surface[data-open=true]{opacity:1;pointer-events:auto;transition:opacity .2s cubic-bezier(.05,.7,.1,1),transform .2s cubic-bezier(.05,.7,.1,1);transform:scaleY(1)scaleX(1)}.MenuComponent-module__MKLKJa__surface[data-scrollable=true]{max-height:var(--menu-max-height,300px)}.MenuComponent-module__MKLKJa__position-bottom-start{transform-origin:0 0;margin-top:4px;top:100%;left:0}.MenuComponent-module__MKLKJa__position-bottom-end{transform-origin:100% 0;margin-top:4px;top:100%;right:0}.MenuComponent-module__MKLKJa__position-top-start{transform-origin:0 100%;margin-bottom:4px;bottom:100%;left:0}.MenuComponent-module__MKLKJa__position-top-end{transform-origin:100% 100%;margin-bottom:4px;bottom:100%;right:0}.MenuComponent-module__MKLKJa__match-width{min-width:100%}.MenuComponent-module__MKLKJa__menu-item{cursor:pointer;text-align:left;letter-spacing:.1px;width:100%;min-height:48px;color:var(--text-primary,#1d1b20);-webkit-tap-highlight-color:transparent;isolation:isolate;-webkit-user-select:none;user-select:none;background:0 0;border:none;border-radius:0;outline:none;align-items:center;gap:12px;padding:0 12px;font-family:inherit;font-size:14px;font-weight:400;line-height:20px;transition:none;display:flex;position:relative}.MenuComponent-module__MKLKJa__menu-item:before{content:"";opacity:0;background-color:var(--text-primary,#1d1b20);pointer-events:none;z-index:0;transition:opacity .15s cubic-bezier(.2,0,0,1);position:absolute;inset:0}.MenuComponent-module__MKLKJa__menu-item:hover:not(:disabled):before{opacity:.08}.MenuComponent-module__MKLKJa__menu-item:focus-visible:before,.MenuComponent-module__MKLKJa__menu-item:active:not(:disabled):before{opacity:.1}.MenuComponent-module__MKLKJa__menu-item:focus-visible{outline:none}.MenuComponent-module__MKLKJa__menu-item:disabled{opacity:.38;cursor:default;pointer-events:none}.MenuComponent-module__MKLKJa__menu-item-selected:before{opacity:.08}.MenuComponent-module__MKLKJa__menu-item-selected:hover:not(:disabled):before{opacity:.12}.MenuComponent-module__MKLKJa__leading-icon{width:24px;height:24px;color:var(--text-secondary,#49454f);z-index:1;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.MenuComponent-module__MKLKJa__label{text-overflow:ellipsis;white-space:nowrap;z-index:1;flex:1;min-width:0;overflow:hidden}.MenuComponent-module__MKLKJa__trailing-text{letter-spacing:.1px;color:var(--text-secondary,#49454f);z-index:1;white-space:nowrap;flex-shrink:0;align-items:center;font-family:inherit;font-size:14px;font-weight:400;line-height:20px;display:inline-flex}.MenuComponent-module__MKLKJa__trailing-icon{width:24px;height:24px;color:var(--text-secondary,#49454f);z-index:1;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.MenuComponent-module__MKLKJa__submenu-arrow{width:24px;height:24px;color:var(--text-secondary,#49454f);z-index:1;flex-shrink:0;justify-content:center;align-items:center;margin-left:auto;display:inline-flex}.MenuComponent-module__MKLKJa__divider{background-color:var(--border-primary,#ffffff0f);flex-shrink:0;width:100%;height:1px;margin:8px 0}@supports (color:lab(0% 0 0)){.MenuComponent-module__MKLKJa__divider{background-color:var(--border-primary,lab(100% 0 0/.06))}}.MenuComponent-module__MKLKJa__group-label{letter-spacing:.5px;text-transform:uppercase;color:var(--text-secondary,#49454f);-webkit-user-select:none;user-select:none;align-items:center;padding:8px 12px 4px;font-family:inherit;font-size:11px;font-weight:500;line-height:16px;display:flex}.MenuComponent-module__MKLKJa__submenu-anchor{width:100%;position:relative}.MenuComponent-module__MKLKJa__submenu-surface{z-index:101;background-color:var(--background-surface,#ece6f0);min-width:112px;max-width:280px;color:var(--text-primary,#1d1b20);opacity:0;transform-origin:0 0;pointer-events:none;border-radius:4px;margin-left:0;padding:8px 0;transition:opacity .12s cubic-bezier(0,0,.2,1),transform .12s cubic-bezier(0,0,.2,1);position:absolute;top:-8px;left:100%;overflow:hidden auto;transform:scaleX(.7)scaleY(.85);box-shadow:0 1px 2px #0000004d,0 2px 6px 2px #00000026;box-shadow:0 1px 2px lab(0% 0 0/.3),0 2px 6px 2px lab(0% 0 0/.15)}.MenuComponent-module__MKLKJa__submenu-surface[data-open=true]{opacity:1;pointer-events:auto;transition:opacity .2s cubic-bezier(.05,.7,.1,1),transform .2s cubic-bezier(.05,.7,.1,1);transform:scaleX(1)scaleY(1)}@keyframes MenuComponent-module__MKLKJa__menu-item-ripple{0%{opacity:.16;transform:scale(0)}to{opacity:0;transform:scale(2.5)}}.MenuComponent-module__MKLKJa__ripple{background-color:var(--text-primary,#1d1b20);opacity:0;pointer-events:none;z-index:0;border-radius:50%;animation:.4s cubic-bezier(.2,0,0,1) forwards MenuComponent-module__MKLKJa__menu-item-ripple;position:absolute}@media (prefers-reduced-motion:reduce){.MenuComponent-module__MKLKJa__surface,.MenuComponent-module__MKLKJa__submenu-surface,.MenuComponent-module__MKLKJa__menu-item:before{transition-duration:0s!important;animation-duration:0s!important}.MenuComponent-module__MKLKJa__ripple{animation-duration:0s!important}}
.MobileHeaderComponent-module__F5-6DG__mobile-header{background:var(--background-surface,#1e1e1e);border-bottom:1px solid var(--calculated-border-color,#333);z-index:999;-webkit-backdrop-filter:blur(12px);flex-shrink:0;align-items:center;gap:8px;height:56px;padding:0 12px;display:flex;position:sticky;top:0}.MobileHeaderComponent-module__F5-6DG__menu-button{border-radius:var(--border-radius-sm,6px);width:40px;height:40px;color:var(--text-secondary,#aaa);cursor:pointer;transition:background var(--transition-fast,.15s), color var(--transition-fast,.15s);-webkit-tap-highlight-color:transparent;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;display:flex}.MobileHeaderComponent-module__F5-6DG__menu-button:hover{background:var(--calculated-accent-primary-subtle,#ffffff0d);color:var(--text-primary,#fff)}@supports (color:lab(0% 0 0)){.MobileHeaderComponent-module__F5-6DG__menu-button:hover{background:var(--calculated-accent-primary-subtle,lab(100% 0 0/.05))}}.MobileHeaderComponent-module__F5-6DG__menu-button:active{transform:scale(.92)}.MobileHeaderComponent-module__F5-6DG__brand{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.MobileHeaderComponent-module__F5-6DG__brand-icon{object-fit:contain;border-radius:var(--border-radius-sm,4px);flex-shrink:0;width:24px;height:24px}.MobileHeaderComponent-module__F5-6DG__brand-icon-node{flex-shrink:0;justify-content:center;align-items:center;display:flex}.MobileHeaderComponent-module__F5-6DG__brand-label{color:var(--text-primary,#fff);letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;font-size:16px;font-weight:600;overflow:hidden}.MobileHeaderComponent-module__F5-6DG__actions{flex-shrink:0;align-items:center;gap:4px;display:flex}
