:root{--str-chat__primary-color:var(--mantine-color-lime-6);--str-chat__active-primary-color:var(--mantine-color-lime-7);--str-chat__surface-color:var(--mantine-color-neutral-9);--str-chat__secondary-surface-color:var(--mantine-color-neutral-8);--str-chat__primary-surface-color:var(--mantine-color-neutral-7);--str-chat__primary-surface-color-low-emphasis:var(--mantine-color-neutral-8);--str-chat__border-radius-circle:50%;--str-chat__border-radius-sm:4px;--str-chat__border-radius-md:8px;--str-chat__border-radius-lg:16px;--str-chat__text-high-emphasis:var(--mantine-color-text-primary);--str-chat__text-medium-emphasis:var(--mantine-color-text-secondary);--str-chat__text-low-emphasis:var(--mantine-color-neutral-5);--str-chat__background-color:var(--mantine-color-neutral-9);--str-chat__secondary-background-color:var(--mantine-color-neutral-8);--str-chat__border-color:var(--mantine-color-neutral-7);--str-chat__border-color-low-emphasis:var(--mantine-color-neutral-8)}.str-chat{font-family:var(--font-pp-mori),"Inter",sans-serif;background-color:var(--chat-surface)}.str-chat .str-chat__channel-header{background-color:var(--mantine-color-neutral-8);border-bottom:1px solid var(--mantine-color-neutral-7)}.str-chat .str-chat__channel-header .str-chat__channel-header-title{color:var(--mantine-color-text-primary);font-weight:600}.str-chat .str-chat__channel-header .str-chat__channel-header-info{color:var(--mantine-color-text-secondary)}.str-chat .str-chat__message-list{background-color:var(--chat-surface)}.str-chat .str-chat__message-list .str-chat__message-simple .str-chat__message-text{background-color:rgba(0,0,0,0);border:none;color:var(--mantine-color-text-primary);border-radius:0}.str-chat .str-chat__message-list .str-chat__message-simple .str-chat__message-text .str-chat__message-text-inner{color:var(--mantine-color-text-primary)}.str-chat .str-chat__message-list .str-chat__message-simple.str-chat__message--me .str-chat__message-text{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:var(--mantine-color-text-primary)}.str-chat .str-chat__message-list .str-chat__message-simple.str-chat__message--me .str-chat__message-text .str-chat__message-text-inner{color:var(--mantine-color-text-primary)}.str-chat .str-chat__message-list .str-chat__message-sender-name{color:var(--mantine-color-lime-7);font-size:.75rem;font-weight:700}.str-chat .str-chat__message-list .str-chat__message-timestamp{display:none}.str-chat .str-chat__message-input{background-color:var(--chat-surface);border-top:none}.str-chat .str-chat__message-input .str-chat__message-input-inner{border:none;border-radius:var(--mantine-radius-sm);color:var(--mantine-color-text-primary)}.str-chat .str-chat__message-input .str-chat__message-input-inner:focus-within{border:none;box-shadow:none}.str-chat .str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea{color:var(--mantine-color-text-primary)}.str-chat .str-chat__message-input .str-chat__message-input-inner .str-chat__message-textarea::placeholder{color:var(--mantine-color-text-low-emphasis)}.str-chat .str-chat__message-input .str-chat__message-input-send-button{background-color:var(--mantine-color-lime-6);border-radius:var(--mantine-radius-xs)}.str-chat .str-chat__message-input .str-chat__message-input-send-button:hover{background-color:var(--mantine-color-lime-7)}.str-chat .str-chat__message-input .str-chat__message-input-send-button:disabled{background-color:var(--mantine-color-neutral-6)}.str-chat .str-chat__loading-channels,.str-chat .str-chat__loading-indicator{background-color:var(--mantine-color-neutral-9);color:var(--mantine-color-text-secondary)}.str-chat .str-chat__message-reactions .str-chat__message-reaction{background-color:var(--mantine-color-neutral-8);border:1px solid var(--mantine-color-neutral-7);color:var(--mantine-color-text-primary)}.str-chat .str-chat__message-reactions .str-chat__message-reaction--own{background-color:var(--mantine-color-lime-6);border-color:var(--mantine-color-lime-5);color:#fff}.str-chat .str-chat__message-system .str-chat__message-text{background-color:var(--mantine-color-success-9);border:1px solid var(--mantine-color-success-7);color:var(--mantine-color-success-2);text-align:center;font-weight:500}.str-chat .str-chat__message-pack-open .str-chat__message-text{background:linear-gradient(135deg,var(--mantine-color-legendary-6),var(--mantine-color-legendary-8));border:1px solid var(--mantine-color-legendary-5);color:#fff}.str-chat .str-chat__message-battle-result .str-chat__message-text{background:linear-gradient(135deg,var(--mantine-color-epic-6),var(--mantine-color-epic-8));border:1px solid var(--mantine-color-epic-5);color:#fff}.str-chat .str-chat__message-actions-box-button,.str-chat .str-chat__message-actions__button,.str-chat [data-testid=message-options-button]{background:rgba(0,0,0,0)!important;border:none!important;padding:var(--mantine-spacing-1)!important;margin:0!important;opacity:.8!important;color:#fff!important;border-radius:0!important;box-shadow:none!important;width:auto!important;height:auto!important;min-width:unset!important;min-height:unset!important}.str-chat .str-chat__message-actions-box-button:hover,.str-chat .str-chat__message-actions__button:hover,.str-chat [data-testid=message-options-button]:hover{opacity:1!important;background:rgba(0,0,0,0)!important}.str-chat .str-chat__message-actions-box-button svg,.str-chat .str-chat__message-actions__button svg,.str-chat [data-testid=message-options-button] svg{fill:#fff!important;color:#fff!important;width:12px!important;height:12px!important}.str-chat .str-chat__message-actions-list{background:var(--mantine-color-neutral-8)!important;border:1px solid var(--mantine-color-neutral-7)!important;border-radius:var(--mantine-radius-sm)!important;box-shadow:var(--chat-toggle-shadow)!important}@media(max-width:48em){.str-chat .str-chat__message-list .str-chat__message-simple .str-chat__message-text{max-width:calc(100vw - 80px)}.str-chat .str-chat__message-list .str-chat__message-simple[data-user-role=ADMIN] .str-chat__avatar:after,.str-chat .str-chat__message-list .str-chat__message-simple[data-user-role=MODERATOR] .str-chat__avatar:after{width:14px;height:14px;font-size:var(--mantine-font-size-xs)}.str-chat .str-chat__message-input .str-chat__message-input-inner{margin:var(--mantine-spacing-xs)}}.str-chat__message-list::-webkit-scrollbar{width:6px}.str-chat__message-list::-webkit-scrollbar-track{background:var(--mantine-color-neutral-8)}.str-chat__message-list::-webkit-scrollbar-thumb{background:var(--mantine-color-neutral-6);border-radius:3px}.str-chat__message-list::-webkit-scrollbar-thumb:hover{background:var(--mantine-color-neutral-5)}.MobileBottomNav_container__jVe69{border-top:1px solid hsla(0,0%,100%,.1);box-shadow:0 -4px 24px rgba(0,0,0,.5);padding-bottom:env(safe-area-inset-bottom,0);z-index:200}.MobileBottomNav_activeIndicator__PUpyh{position:absolute;bottom:calc(env(safe-area-inset-bottom, 0px) + 8px);left:calc(100%/var(--item-count)*var(--active-index));width:calc(100%/var(--item-count));height:3px;background:rgba(0,0,0,0);transition:left .25s cubic-bezier(.4,0,.2,1);display:flex;justify-content:center;pointer-events:none}.MobileBottomNav_activeIndicator__PUpyh:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:16px;height:3px;border-radius:2px;background:var(--mantine-color-lime-6);box-shadow:0 0 12px 2px rgba(208,255,0,.6)}.MobileBottomNav_navItem__dgZrP{flex:1;display:flex;justify-content:center;align-items:center;height:100%;text-decoration:none;color:hsla(0,0%,100%,.5);transition:color .2s ease;position:relative;padding:8px 0}.MobileBottomNav_navItem__dgZrP:hover{color:hsla(0,0%,100%,.8)}.MobileBottomNav_navItem__dgZrP.MobileBottomNav_active__dwDjp{color:#fff}.MobileBottomNav_navItem__dgZrP.MobileBottomNav_active__dwDjp .MobileBottomNav_iconWrapper__CDs1W svg circle,.MobileBottomNav_navItem__dgZrP.MobileBottomNav_active__dwDjp .MobileBottomNav_iconWrapper__CDs1W svg path,.MobileBottomNav_navItem__dgZrP.MobileBottomNav_active__dwDjp .MobileBottomNav_iconWrapper__CDs1W svg rect{fill:#fff}.MobileBottomNav_navItem__dgZrP.MobileBottomNav_active__dwDjp .MobileBottomNav_iconWrapper__CDs1W svg.MobileBottomNav_rewardsIconWithBubble__HqHm6 circle{fill:#ff1644}.MobileBottomNav_navItem__dgZrP.MobileBottomNav_active__dwDjp .MobileBottomNav_iconWrapper__CDs1W .MobileBottomNav_battlesIcon__9AXrU{opacity:1}.MobileBottomNav_navItem__dgZrP.MobileBottomNav_active__dwDjp .MobileBottomNav_label__rjLth{color:#fff}.MobileBottomNav_iconWrapper__CDs1W{display:flex;align-items:center;justify-content:center;height:24px;width:24px}.MobileBottomNav_iconWrapper__CDs1W svg{width:100%;height:100%}.MobileBottomNav_iconWrapper__CDs1W svg circle,.MobileBottomNav_iconWrapper__CDs1W svg path,.MobileBottomNav_iconWrapper__CDs1W svg rect{fill:currentColor;transition:fill .2s ease}.MobileBottomNav_iconWrapper__CDs1W svg.MobileBottomNav_rewardsIconWithBubble__HqHm6 circle{fill:#ff1644}.MobileBottomNav_navItem__dgZrP:not(.MobileBottomNav_active__dwDjp) .MobileBottomNav_iconWrapper__CDs1W .MobileBottomNav_battlesIcon__9AXrU{opacity:.5;transition:opacity .2s ease}.MobileBottomNav_navItem__dgZrP:not(.MobileBottomNav_active__dwDjp) .MobileBottomNav_iconWrapper__CDs1W .MobileBottomNav_battlesIcon__9AXrU circle,.MobileBottomNav_navItem__dgZrP:not(.MobileBottomNav_active__dwDjp) .MobileBottomNav_iconWrapper__CDs1W .MobileBottomNav_battlesIcon__9AXrU path,.MobileBottomNav_navItem__dgZrP:not(.MobileBottomNav_active__dwDjp) .MobileBottomNav_iconWrapper__CDs1W .MobileBottomNav_battlesIcon__9AXrU rect{fill:#fff}.MobileBottomNav_navIcon__YNLv2{width:24px;height:24px}.MobileBottomNav_label__rjLth{font-family:var(--mantine-font-family);color:currentColor;transition:color .2s ease;letter-spacing:.02em}.FooterStats_statsBar__dno5O{position:relative;z-index:1}@media(max-width:62em){.FooterStats_battlesPlayed__phtOM{display:none}}