.home-page{--home-primary:#43b309;--home-surface:var(--surface);--home-surface-2:var(--surface-hover);--home-text:var(--text);--home-muted:var(--text-muted);padding:16px 16px 0;max-width:1400px;margin:0 auto;color:var(--home-text)}@media (min-width:661px){.home-page{padding:20px 24px 0}}.home-banner{position:relative;margin-bottom:16px;border-radius:12px;overflow:hidden}.home-banner .gradient-wrap{position:relative;min-height:120px}.home-banner .banner-slides{position:relative;width:100%}.home-banner .banner-slide-row{display:none;grid-template-columns:repeat(4,1fr);gap:8px;width:100%}.home-banner .banner-slide-row.is-active{display:grid}.home-banner .banner-panel{position:relative;display:block;border-radius:10px;overflow:hidden;min-height:100px}.home-banner .banner-panel.is-wide{grid-column:span 2}.home-banner .banner-panel-img{width:100%;height:100%;min-height:100px;object-fit:cover;display:block}.home-banner .cut-time{position:absolute;top:10px;left:10px;z-index:2;font-size:13px;font-weight:700;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.6)}.home-banner .banner-badge{position:absolute;top:8px;right:8px;z-index:2}.home-banner .banner-badge .inner{background:#43b309;color:#111;font-size:11px;font-weight:800;padding:2px 8px;border-radius:4px;text-transform:uppercase}.home-banner .navigation-btns-wrap{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 4px;pointer-events:none;z-index:3}.home-banner .navigation-next-banner,.home-banner .navigation-prev-banner{pointer-events:auto;width:32px;height:32px;border-radius:50%;border:none;background:rgba(0,0,0,.45);color:#fff;font-size:20px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.home-banner .banner-dots{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);display:flex;gap:6px;z-index:2}.home-banner .banner-dots button{width:8px;height:8px;border-radius:50%;border:none;background:hsla(0,0%,100%,.35);cursor:pointer;padding:0}.home-banner .banner-dots button.is-active{background:var(--home-primary)}@media (max-width:660px){.home-banner .banner-slide-row{grid-template-columns:1fr}.home-banner .banner-panel.is-wide{grid-column:span 1}.home-banner .banner-panel-img{min-height:80px}}.home-win-rails{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:20px}@media (min-width:900px){.home-win-rails{grid-template-columns:1fr 1fr 1.15fr 1.15fr}}@media (max-width:660px){.home-win-rails{grid-template-columns:1fr}}.home-list{background:var(--home-surface);border-radius:10px;padding:10px;min-height:180px;overflow:hidden}.home-list .top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.home-list .circle{width:22px;height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.home-list .circle img{width:100%;height:100%;object-fit:contain}.home-list .word{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.02em;line-height:1.2}.home-list .word p{margin:0}.good-games-wrap{position:relative;height:150px;overflow:hidden}.good-games-wrap.horizontal-scroll{height:auto;display:flex;gap:8px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.vertical-scroll{display:flex;flex-direction:column;gap:0;animation:home-vertical-marquee 24s linear infinite}.vertical-scroll .item-wrap{display:flex;flex-direction:column;gap:8px;margin-bottom:8px;flex-shrink:0}@keyframes home-vertical-marquee{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.win-game-item{display:flex;gap:8px;align-items:center;background:var(--home-surface-2);border-radius:8px;padding:6px 8px;flex-shrink:0}.win-game-item .left{position:relative;width:40px;height:40px;border-radius:50%;overflow:hidden;flex-shrink:0}.win-game-item .left .image-inner{width:100%;height:100%}.win-game-item .left img{width:100%;height:100%;object-fit:cover}.win-game-item .right{min-width:0;font-size:11px;line-height:1.35}.win-game-item .right-word-wrap{margin-bottom:1px}.win-game-item .sp{margin:0;font-size:11px}.win-game-item .sp,.win-game-item .sp.hidden{color:var(--home-muted)}.win-game-item .big-word p{margin:0;font-size:12px;font-weight:600;color:#ddd}.win-game-item .big-word span{color:var(--home-primary);font-weight:700;margin-left:2px}.win-game-item .right-word-wrap:last-child p{margin:0;color:var(--home-muted);font-size:11px}.h-game-card{width:110px;flex-shrink:0}.h-game-card .item{display:block;margin-top:6px;font-size:12px;color:#ddd;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-nav-block{margin:8px 0 16px}.nav-tit .cont-txt{display:inline-block;font-size:15px;font-weight:800;letter-spacing:.04em;line-height:1.25;margin-bottom:12px;text-transform:uppercase}.nav-tit .cont-txt b{font-weight:800}.nav-tag-list .nav-bg{display:flex;gap:8px;overflow-x:auto;padding-bottom:4px}.nav-item{display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:999px;border:1px solid transparent;background:var(--home-surface);color:#ddd;white-space:nowrap;cursor:pointer;flex-shrink:0}.nav-item .icon-box{width:22px;height:22px;display:flex}.nav-item.active{border-color:rgba(67,179,9,.55);background:rgba(67,179,9,.12);color:#fff}.nav-item .nav-name{font-size:13px;font-weight:600}.grid-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:28px}@media (min-width:700px){.grid-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1000px){.grid-list{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1280px){.grid-list{grid-template-columns:repeat(5,minmax(0,1fr))}}.bot-view>.bot-view .wrap{display:flex;align-items:center;justify-content:space-between;min-height:28px;margin-top:8px}.bot-view>.bot-view .wrap .item{font-size:13px;font-weight:600;color:#e8e8e8;text-decoration:none}.game-item-wrap{position:relative;display:block;width:100%;padding-top:100%;border-radius:10px;overflow:hidden;background:var(--deep)}.bot-view.super-block{grid-column:span 2}.bot-view.super-block .game-item-wrap{padding-top:48%}.game-item-wrap .lazy-img.img{position:absolute;inset:0}.game-item-wrap .lazy-img.img img{object-fit:cover;transition:transform .25s ease}.game-item-wrap .hover-mask{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;background:rgba(0,0,0,.45);opacity:0;transition:opacity .2s ease;pointer-events:none}.game-item-wrap .house-edge{position:absolute;top:8px;left:8px;font-size:11px;font-weight:700;color:#fff;background:rgba(0,0,0,.55);padding:3px 8px;border-radius:4px}.game-item-wrap .play-icon{transform:scale(.9);transition:transform .2s ease}.game-item-wrap:hover .hover-mask{opacity:1}.game-item-wrap:hover .lazy-img.img img{transform:scale(1.05)}.game-item-wrap:hover .play-icon{transform:scale(1)}.home-carousel{margin-bottom:28px}.home-carousel .grid-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:12px;gap:12px}.home-carousel .grid-header .nav-tit{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.home-carousel .grid-header .cont-txt{font-size:15px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;line-height:1.2;margin-bottom:0}.home-carousel .grid-header .cont-txt.green{color:var(--home-primary)}.home-carousel .grid-header .cont-txt b{font-weight:800;color:#fff}.home-carousel .grid-header .cont-txt.green b{color:#fff}.home-carousel .slost-num{font-size:12px;font-weight:600;color:var(--home-muted);text-transform:none;letter-spacing:0;padding-bottom:2px}.home-carousel .slost-num .cl-primary{color:var(--home-primary)}.home-carousel .slost-num .name{color:var(--home-muted)}.navigation-btns-wrap{display:flex;gap:6px}.navigation-btns-wrap button{width:30px;height:30px;border-radius:6px;border:none;background:var(--home-surface);color:#fff;font-size:18px;cursor:pointer}.carousel-track{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:4px;scrollbar-width:thin}.carousel-item{width:140px;flex-shrink:0;scroll-snap-align:start}@media (min-width:900px){.carousel-item{width:160px}}.home-bigwin{display:grid;gap:16px;background:var(--home-surface);border-radius:12px;padding:16px;margin-bottom:28px}@media (min-width:800px){.home-bigwin{grid-template-columns:1.2fr 1fr;align-items:center}}.bigwin-promo{display:flex;gap:14px;align-items:center}.bigwin-copy h3{font-size:16px;font-weight:800;margin-bottom:4px}.bigwin-copy p{color:#f5c542;font-size:13px;font-weight:700;margin-bottom:12px}.bigwin-copy .play-now{display:inline-flex;padding:8px 16px;border-radius:6px;background:var(--home-primary);color:#111;font-size:13px;font-weight:800;text-decoration:none}.rich-list{display:flex;flex-direction:column;gap:10px}.rich-item{background:var(--home-surface-2);border-radius:8px;padding:10px 12px}.rich-item,.top-winner{display:flex;align-items:center;gap:12px}.top-winner{width:100%;font-size:13px}.top-winner .rank{color:var(--home-muted);width:28px}.top-winner .name{flex:1;font-weight:600}.top-winner .amount{color:var(--home-primary);font-weight:700}.home-latest-bets{margin-bottom:28px}.home-latest-bets .tabs-navs{display:flex;gap:8px;margin-bottom:12px}.home-latest-bets .tabs-nav{border:none;background:var(--home-surface);color:var(--home-muted);padding:8px 14px;border-radius:8px;font-size:13px;font-weight:700;cursor:pointer}.home-latest-bets .tabs-nav.is-active{color:#fff;background:var(--home-surface-2);box-shadow:inset 0 -2px 0 var(--home-primary)}.table-wrap{overflow-x:auto;background:var(--home-surface);border-radius:10px}.home-latest-bets .table{width:100%;border-collapse:collapse;font-size:13px}.home-latest-bets .table td,.home-latest-bets .table th{padding:12px 14px;text-align:left;white-space:nowrap}.home-latest-bets .table th{color:var(--home-muted);font-weight:600;border-bottom:1px solid var(--border-subtle)}.home-latest-bets .table td{border-bottom:1px solid hsla(0,0%,100%,.04)}.home-latest-bets .game-name{display:flex;align-items:center;gap:8px}.home-latest-bets .game-icon{border-radius:4px}.home-latest-bets td.win{color:var(--home-primary);font-weight:700}.home-latest-bets td.lose{color:#ff5b5b;font-weight:700}.home-empty{padding:28px;text-align:center;color:var(--home-muted);background:var(--home-surface);border-radius:10px}.ng-footer{margin-top:40px;background-color:#1b1d21;padding:48px 0 0}.ng-footer .footer-wrap{width:90%;margin:0 auto;max-width:1328px;padding:0 16px;line-height:2}.ng-footer .footer-main{display:flex;justify-content:space-between}.ng-footer .logo{width:160px;height:auto;margin-bottom:2px}.ng-footer .footer__desc{width:360px;padding-right:24px;font-size:12px;line-height:2.3;color:var(--text-color)}.ng-footer .v-line{border-right:1px solid rgba(84,97,106,.15);flex-shrink:0}.ng-footer .footer__entries{padding:0 24px 0 48px;white-space:nowrap;line-height:2.5;margin-right:40px}.ng-footer .footer__entries a{display:block;font-size:12px;color:#c0cbd5;text-transform:uppercase;text-decoration:none}.ng-footer .footer__entries a:hover{color:#74c917}.ng-footer .contact-us{max-width:560px}.ng-footer .footer__contact .title,.ng-footer .footer__currencies .title{font-size:12px;color:var(--text)}.ng-footer .ttu{text-transform:uppercase}.ng-footer .footer__contact .flex-wrap{display:flex;align-items:flex-start;flex-wrap:wrap}.ng-footer .footer__contact .flex-group{margin-right:6px}.ng-footer .footer__contact .item{font-size:12px;display:flex;justify-content:flex-start;align-items:center;gap:4px}.ng-footer .footer__contact .item .name{margin-right:4px;color:var(--text-color)}.ng-footer .footer__contact .item a{color:#74c917;text-decoration:none}.ng-footer .footer__currencies{margin-top:24px}.ng-footer .footer__currencies .currency-list{margin-top:10px;display:flex;flex-wrap:wrap}.ng-footer .footer__currencies .currency-item{margin-right:16px;margin-bottom:12px}.ng-footer .footer__currencies .currency-item:last-child{margin-right:0}.ng-footer .footer__currencies .currency-item svg{vertical-align:top;fill:#555b65;display:block}.ng-footer .footer__bottom{display:flex;justify-content:space-between;align-items:center;min-height:120px;text-align:right;margin-top:20px;border-top:1px solid rgba(84,97,106,.3)}.ng-footer .footer__cert{flex:1}.ng-footer .footer__copyright{font-size:12px;color:rgba(var(--muted-rgb),.6);display:flex;align-items:center;justify-content:flex-end}.ng-footer .footer__copyright .btn-price{margin-bottom:4px}.ng-footer .to-top{width:48px;height:48px;border-radius:50%;background:rgba(53,60,66,.4);color:var(--text-muted);display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0;margin-left:14px;line-height:normal;cursor:pointer;border:none;font-size:10px}.ng-footer .to-top .icon{fill:#74c917;width:8px;height:8px;transform:rotate(-90deg);margin-bottom:2px}.ng-footer .to-top:hover{background:rgba(53,60,66,.7);color:var(--text)}@media (max-width:660px){.ng-footer{padding:2.25rem 2rem 0}.ng-footer .footer-wrap{width:100%;padding:0}.ng-footer .logo{width:7.5rem;margin:0 auto;display:block}.ng-footer .footer-main{flex-direction:column;align-items:stretch}.ng-footer .v-line{display:none}.ng-footer .footer__desc{width:100%;padding:0;line-height:1.71;margin:1.5rem 0;text-align:center}.ng-footer .footer__entries{padding:0 0 1.75rem;margin:0;display:flex;flex-wrap:wrap;justify-content:center;line-height:2;white-space:normal;border-bottom:1px solid rgba(84,97,106,.3)}.ng-footer .footer__entries a{margin-right:1rem}.ng-footer .contact-us{max-width:none}.ng-footer .footer__contact{text-align:center;margin:1.5rem 0}.ng-footer .footer__contact .flex-wrap{justify-content:center}.ng-footer .footer__currencies{text-align:center;margin-bottom:-12px}.ng-footer .footer__currencies .currency-list{justify-content:center}.ng-footer .footer__currencies .currency-item{margin:0 .5rem 1rem}.ng-footer .footer__bottom{flex-direction:column;min-height:0;margin-top:1.5rem;border-top:none;text-align:center}.ng-footer .footer__cert{display:none}.ng-footer .footer__copyright{width:calc(100% + 4rem);margin:0 -2rem;height:6rem;justify-content:center;background-color:#181a1d;position:relative}.ng-footer .to-top{position:absolute;right:1.5rem;top:50%;transform:translateY(-50%);margin-left:0}.ng-footer .to-top .icon{transform:rotate(-90deg)}}body.has-chat .ng-header,body.has-chat .ng-main{margin-right:360px}@media (max-width:660px){body.has-chat .ng-header,body.has-chat .ng-main{margin-right:0}}.public-chat-dock{position:fixed;right:0;top:0;bottom:0;width:360px;height:100%;z-index:103;animation:ng-chat-slide-in .28s cubic-bezier(.36,.66,.04,1) both}.public-chat-dock>.public-chat{position:relative;width:100%;height:100%}.public-chat-dock>.public-chat:before{content:"";position:absolute;left:-12px;top:0;width:12px;height:100%;pointer-events:none;background-image:linear-gradient(270deg,#040404,rgba(36,38,43,0));opacity:.1;z-index:1}@keyframes ng-chat-slide-in{0%{transform:translateX(100%);opacity:.85}to{transform:translateX(0);opacity:1}}.public-chat{width:100%;height:100%;display:flex;flex-direction:column;position:relative;background:var(--sidebar);color:var(--text-color);font-size:.875rem;line-height:1.6}.public-chat-header{height:4rem;position:relative;z-index:1;display:flex;justify-content:space-between;align-items:center;padding:0;background-color:var(--sidebar);flex-shrink:0}.public-chat-header:after{content:"";position:absolute;bottom:-12px;height:12px;width:100%;background-image:linear-gradient(180deg,#111415,rgba(36,38,43,0));opacity:.25;pointer-events:none}.public-chat-header .select-wrap{height:100%;position:relative}.public-chat-header .select-trigger{color:var(--text);background:transparent;border:none;border-radius:0;padding:0;width:7.25rem;height:100%;font-weight:700;display:flex;align-items:center;cursor:pointer}.public-chat-header .select-label{width:5.75rem;line-height:3.875rem;background-image:linear-gradient(0deg,rgba(91,174,28,.15),rgba(91,174,28,0) 50%);border-bottom:2px solid #43b309;text-align:center;font-size:.875rem}.public-chat-header .select-trigger .arrow{width:1.5rem;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-color)}.public-chat-header .select-trigger .arrow .ng-icon{fill:currentColor;transform:rotate(90deg)}.public-chat-header .select-trigger[aria-expanded=true] .arrow .ng-icon{transform:rotate(-90deg)}.public-chat-header .select-options-wrap{position:absolute;top:100%;left:0;z-index:20;padding:.3125rem 0;width:100%;pointer-events:auto}.public-chat-header .select-options{width:15rem;max-height:25rem;overflow-y:auto;border-radius:1.25rem;padding:.75rem .5rem;background:#17181b;box-shadow:0 .375rem 1rem 0 rgba(0,0,0,.2)}.public-chat-header .select-option{display:flex;align-items:center;position:relative;width:100%;height:2rem;margin:.25rem 0;padding:0 .625rem;border:1px solid transparent;border-radius:1.0625rem;background:transparent;font-size:.875rem;font-weight:500;color:rgba(153,164,176,.6);white-space:nowrap;cursor:pointer;text-align:left}.public-chat-header .select-option:hover{background:rgba(45,48,53,.4)}.public-chat-header .select-option.active{color:#f5f6f7;font-weight:700;border-color:rgba(91,174,28,.4)}.public-chat-header .select-option.active:hover{background:transparent}.public-chat-header .select-option.active:after{content:"";position:absolute;width:.5rem;height:.5rem;border-radius:50%;top:50%;margin-top:-.25rem;right:.625rem;background-color:#43b309;box-shadow:0 0 0 .3125rem rgba(91,174,28,.15)}.public-chat-header .chat-features{display:flex;align-items:center}.public-chat-header .close-icon,.public-chat-header .inform,.public-chat-header .rich-btn{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:transparent;color:#555b65;padding:0}.public-chat-header .inform{margin-right:.625rem}.public-chat-header .close-icon .ng-icon,.public-chat-header .inform .ng-icon{fill:currentColor}.public-chat-header .close-icon:hover,.public-chat-header .inform:hover{color:var(--text)}.public-chat-header .close-icon{margin-right:.625rem}.chat-list.scroll-view{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;scrollbar-width:thin;background:var(--sidebar)}.chat-empty{text-align:center;color:rgba(var(--muted-rgb),.6);font-size:.875rem;margin-top:2.5rem;padding:0 1rem}.flat-item{display:flex;flex-direction:row;padding-left:.75rem;padding-right:.75rem}.flat-item.is-self{flex-direction:row-reverse}.flat-item .head{width:2.5rem;flex:none}.flat-item.is-first .content,.flat-item.is-first .head{padding-top:.875rem}.flat-item .head .head-link{position:relative;display:none}.flat-item.is-first .head .head-link{display:block}.flat-item .head .avatar{border-radius:50%;width:2.5rem;height:2.5rem;margin:0;display:block;object-fit:cover;background:var(--panel)}.flat-item .content{width:1%;flex:1;padding-left:.375rem;padding-bottom:.3125rem;min-width:0}.flat-item.is-self .content{padding-left:0;padding-right:.375rem}.flat-item .title{display:none;height:1.125rem;margin-bottom:.25rem;align-items:center;justify-content:space-between}.flat-item.is-first .title{display:flex}.flat-item.is-self .title{flex-direction:row-reverse;padding-left:.75rem}.flat-item .title .name{display:flex;align-items:center;height:100%;min-width:0;font-weight:600;color:rgba(var(--muted-rgb),.6)}.flat-item.is-self .title .name{flex-direction:row-reverse}.flat-item .title .name>span{max-width:12.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:.9;line-height:1.125rem}.flat-item .title .time{align-self:flex-end;margin-left:.5rem;color:rgba(var(--muted-rgb),.6);font-size:.75rem;flex-shrink:0}.flat-item.is-self .title .time{margin-left:0;margin-right:.5rem}.flat-item .msg-wrap{display:flex;position:relative}.flat-item.is-self .msg-wrap{justify-content:flex-start;flex-direction:row-reverse}.flat-item .full-message{user-select:text;font-size:.875rem;vertical-align:top;color:#cad1d9;line-height:1.125rem;word-break:break-word;overflow:hidden;border-radius:1.25rem;padding:.625rem;background-color:rgba(49,52,58,.6);max-width:100%}.chat-composer{position:relative;flex:none;box-sizing:border-box;background-color:rgba(49,52,58,.8);padding:1rem .625rem;box-shadow:0 0 10px 0 rgba(0,0,0,.2)}.chat-composer .send-input{position:relative;min-height:2.625rem;display:flex}.chat-composer .input-area{position:relative;margin:0;flex:1;width:100%;padding-right:0;transition:padding .4s}.chat-composer .input-area.send{padding-right:4rem}.chat-composer .input-control{display:flex;align-items:flex-end;height:auto;padding:0 1.25rem;background-color:var(--sidebar);border:1px solid rgba(49,52,58,.8);border-radius:1.375rem}.chat-composer .input-area.send .input-control{border-color:#43b309}.chat-composer .input-control textarea{display:block;padding:.625rem 0;height:2.75rem;width:100%;line-height:1.5rem;color:#cad1d9;background:transparent;border:none;outline:none;resize:none;font-family:inherit;font-size:.875rem}.chat-composer .input-control textarea::placeholder{color:var(--text-color)}.chat-composer .input-control textarea:disabled{opacity:.7}.chat-composer .emoji-r-wrap{margin-right:-.375rem;margin-bottom:.6875rem;flex-shrink:0;border:none;background:transparent;padding:0;cursor:default;color:rgba(var(--muted-rgb),.6);line-height:1}.chat-composer .emoji-r-wrap .ng-icon{fill:currentColor}.chat-composer .emoji-r-wrap:hover{color:var(--text)}.chat-composer .send-btn-wrap{position:absolute;right:0;bottom:0}.chat-composer .send-btn{width:3.75rem;height:2.75rem;border-radius:1.375rem;margin-left:.25rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background-color:#43b309;background-image:conic-gradient(from 1turn,#43b309,#5ddb1c);color:var(--ng-btn-text);box-shadow:0 4px 8px 0 rgba(29,34,37,.1);transition:transform .2s cubic-bezier(.36,.66,.04,1),opacity .15s}.chat-composer .send-btn:hover:not(:disabled){filter:brightness(1.06)}.chat-composer .send-btn:active:not(:disabled){transform:scale(.95)}.chat-composer .send-btn:disabled{opacity:.5;cursor:default}.chat-composer .send-btn .ng-icon{fill:var(--text)}.chat-composer .chat-error{margin-top:.375rem;font-size:.75rem;color:#ec4016}.chat-composer .send-controls{display:flex;position:relative;z-index:10;margin-top:1.25rem;height:1.125rem;justify-content:space-between;align-items:center}.chat-composer .send-controls .left-actions{padding-left:.375rem;margin-bottom:.375rem;display:flex;height:100%;align-items:center}.chat-composer .send-controls .chat-icon,.chat-composer .send-controls .command-btn{line-height:1;border:none;background:transparent;padding:0;cursor:not-allowed;color:rgba(var(--muted-rgb),.6)}.chat-composer .send-controls .left-actions .ng-icon{width:1.125rem;height:1.125rem;fill:currentColor;margin-right:1.5rem}.chat-composer .send-controls .chat-icon:hover:not(:disabled),.chat-composer .send-controls .command-btn:hover:not(:disabled){color:var(--text)}.ng-header .header-icon-btn.chat-btn.active{background-image:linear-gradient(90deg,rgba(105,179,1,.4),rgba(85,89,102,.4) 55%,rgba(85,89,102,.4));color:var(--text)}.ng-header .header-icon-btn.chat-btn.active .ng-icon{fill:var(--text)}@media (max-width:660px){.public-chat-dock{width:100%;max-width:100%;top:var(--ng-header-h-mobile,7.375rem);height:calc(100% - var(--ng-header-h-mobile, 7.375rem))}.public-chat-dock>.public-chat:before{display:none}.flat-item{padding-left:1.25rem;padding-right:1.25rem}.public-chat-header .chat-features{position:absolute;top:0;right:0;height:100%;padding-right:.25rem}.public-chat-header .close-icon{width:3rem;height:3rem;margin-right:0}}.public-chat-header .rich-btn{width:2rem;height:2rem;margin-right:0;display:flex;align-items:center;justify-content:center;cursor:pointer;border:none;background:transparent;padding:0;color:var(--text-color)}.public-chat-header .rich-btn img{width:1.25rem;height:1.25rem;object-fit:contain}.public-chat-header .rich-btn.is-open{border-radius:50%;background-image:linear-gradient(90deg,rgba(105,179,1,.4),rgba(85,89,102,.4) 55%,rgba(85,89,102,.4));color:var(--text)}.public-chat-header .rich-btn .rich-close-icon{fill:currentColor}.public-chat-header .rich-btn:hover{color:var(--text)}.public-chat .rich-layer{width:100%;position:absolute;top:4rem;left:0;right:0;z-index:5;pointer-events:none;animation:ng-rich-drop .28s cubic-bezier(.36,.66,.04,1) both}.public-chat .rich-layer .rich-model{pointer-events:auto}@keyframes ng-rich-drop{0%{opacity:0;transform:translateY(-50%)}to{opacity:1;transform:translateY(0)}}.public-chat .rich-model{box-sizing:border-box;position:relative;background:transparent;font-size:14px;width:100%;padding:0 .5rem}.public-chat .rich-info{width:100%;margin:.625rem 0 .875rem;border-radius:1.25rem;background:var(--surface-2);padding-bottom:1rem;position:relative}.public-chat .rich-info .title{width:100%;text-align:center;color:rgba(var(--muted-rgb),.6);font-weight:700;padding-top:.75rem;line-height:1;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:0;font-size:.75rem;letter-spacing:.02em}.public-chat .rich-info .title img{width:.875rem;height:.875rem;margin:0 .375rem}.public-chat .rich-info .opera{position:absolute;right:1.375rem;top:.75rem;z-index:1;height:1rem;width:1rem;padding:0;border:none;background:transparent;cursor:pointer;color:rgba(var(--muted-rgb),.6);display:flex;align-items:center;justify-content:center}.public-chat .rich-info .opera .ng-icon{fill:currentColor}.public-chat .rich-info .opera:hover{color:var(--text)}.public-chat .rich-item-wrap{max-height:0;overflow:hidden;opacity:0}.public-chat .rich-item-wrap.active-show{max-height:107.5px;transition:all .6s;opacity:1;overflow:visible}.public-chat .rich-item-wrap .rich-item{margin-top:.75rem}.public-chat .rich-item{display:flex;align-items:center;justify-content:space-between;padding:0 1.75rem 0 .5rem;height:2rem}.public-chat .rich-item .user-number{height:100%;display:flex;align-items:center;min-width:0}.public-chat .rich-item .winner-trophy{width:1.125rem;height:1.125rem;margin-left:.25rem;object-fit:contain;flex-shrink:0}.public-chat .rich-item .rich-user{margin-left:.625rem;display:flex;align-items:center;gap:.375rem;min-width:0}.public-chat .rich-item .rich-user .avatar{width:1.5rem;height:1.5rem;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--panel)}.public-chat .rich-item .rich-user .name{line-height:1;color:rgba(var(--muted-rgb),.6);font-weight:700;max-width:6.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.public-chat .rich-item .rich-user .name-lock{fill:rgba(var(--muted-rgb),.5);flex-shrink:0}.public-chat .rich-item .rich_select{border:none;width:9.5rem;height:100%;flex-shrink:0;display:flex;align-items:center;justify-content:flex-end}.public-chat .rich-item .rich_select .select-trigger{font-weight:800;font-size:.75rem;white-space:nowrap;height:100%;padding:0 .625rem;border-radius:1rem;display:inline-flex;align-items:center;justify-content:center;background:rgba(30,32,36,.6)}.public-chat .rich-item .rich_select .select-trigger.win{color:#43b309}.public-chat .rich-item .rich_select .select-trigger.lose{color:#ec4016}.public-chat .rich-item .rich_select .select-trigger>span{color:var(--text);margin-left:.25rem}.chat-rules-overlay{position:fixed;inset:0;z-index:220;display:flex;align-items:center;justify-content:center;padding:1rem;background-color:rgba(0,0,0,.7)}.chat-rules-dialog{position:relative;width:29rem;height:25.875rem;max-width:calc(100vw - 2rem);max-height:calc(100dvh - 2rem);border-radius:1.25rem;overflow:hidden;overflow-y:auto;background-color:var(--deep);padding:1.25rem;box-shadow:0 16px 48px rgba(0,0,0,.45);color:var(--text-color);font-size:.875rem;line-height:1.6}.chat-rules-dialog p{margin:0;word-break:normal}.chat-rules-dialog .title{font-size:1rem;height:2rem;display:flex;align-items:center;font-weight:700;padding-right:2.5rem}.chat-rules-dialog .title span{color:var(--text)}.chat-rules-dialog .rule-item{margin-top:.75rem}.chat-rules-dialog .more-rule{margin-top:1.25rem}.chat-rules-dialog .forum-link{color:#43b309;text-decoration:none;cursor:pointer}.chat-rules-dialog .forum-link:hover{text-decoration:underline;color:#5ddb1c}.chat-rules-close{position:absolute;top:0;right:0;z-index:2;display:flex;align-items:center;justify-content:center;width:3.75rem;height:3.75rem;border:none;background:transparent;color:var(--text-color);cursor:pointer}.chat-rules-close .ng-icon{fill:currentColor;transition:transform .5s cubic-bezier(.36,.66,.04,1)}.chat-rules-close:hover{color:var(--text)}.chat-rules-close:hover .ng-icon{transform:rotate(-90deg)}@media (max-width:660px){.chat-rules-dialog{width:26.25rem;height:26.875rem;padding:.75rem}}