.wallet-connect-section{background:linear-gradient(135deg, color-mix(in srgb, var(--app-secondary) 8%, transparent) 0%, color-mix(in srgb, var(--app-primary) 40%, transparent) 100%);margin-bottom:20px;padding:20px;position:relative;overflow:hidden}.wallet-connect-section:before{content:"";background:linear-gradient(45deg, transparent 30%, color-mix(in srgb, var(--app-secondary) 5%, transparent) 50%, transparent 70%);animation:4s ease-in-out infinite connectShimmer;position:absolute;inset:0}@keyframes connectShimmer{0%,to{transform:translate(-100%)}50%{transform:translate(100%)}}.wallet-connect-section .connect-header{z-index:1;margin-bottom:16px;position:relative}.wallet-connect-section .connect-header .connect-title{color:var(--popup-crypto-primary);letter-spacing:.3px;margin-bottom:6px;font-size:16px;font-weight:700;display:block}.wallet-connect-section .connect-header .connect-subtitle{color:var(--popup-text-muted);font-size:13px;font-weight:500;line-height:1.4}.wallet-connect-section .wallet-buttons{z-index:1;gap:12px;margin-bottom:16px;display:flex;position:relative}.wallet-connect-section .wallet-buttons .wallet-btn{background:linear-gradient(135deg, var(--popup-crypto-primary) 0%, var(--popup-crypto-secondary) 100%);color:#fff;cursor:pointer;letter-spacing:.3px;border:none;align-items:center;gap:10px;min-height:48px;padding:12px 20px;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.wallet-connect-section .wallet-buttons .wallet-btn:before{content:"";background:linear-gradient(45deg, transparent 30%, color-mix(in srgb, var(--app-white) 20%, transparent) 50%, transparent 70%);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.wallet-connect-section .wallet-buttons .wallet-btn:hover:not(:disabled){transform:translateY(-2px)}.wallet-connect-section .wallet-buttons .wallet-btn:hover:not(:disabled):before{transform:translate(100%)}.wallet-connect-section .wallet-buttons .wallet-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.wallet-connect-section .wallet-buttons .wallet-btn:disabled .connect-spinner{width:16px;height:16px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wallet-connect-section .wallet-buttons .wallet-btn img{filter:drop-shadow(0 0 4px color-mix(in srgb, var(--app-white) 30%, transparent))}.wallet-connect-section .wallet-status{z-index:1;letter-spacing:.2px;margin-bottom:16px;padding:12px 16px;font-size:13px;font-weight:600;line-height:1.4;position:relative}.wallet-connect-section .wallet-status.success{background:linear-gradient(135deg, var(--usdt-green-light) 0%, color-mix(in srgb, var(--app-success) 5%, transparent) 100%);border:1px solid color-mix(in srgb, var(--app-success) 30%, transparent);color:var(--usdt-green)}.wallet-connect-section .wallet-status.success:before{content:"✓ ";color:var(--usdt-green);font-weight:700}.wallet-connect-section .wallet-status.error{background:var(--popup-error-light);border:1px solid color-mix(in srgb, var(--app-danger) 30%, transparent);color:var(--popup-error)}.wallet-connect-section .wallet-status.error:before{content:"⚠ ";color:var(--popup-error);font-weight:700}.wallet-connect-section .wallet-install-guide{z-index:1;position:relative}.wallet-connect-section .wallet-install-guide .guide-text{color:var(--popup-text-muted);font-size:12px;font-weight:500;line-height:1.5}.wallet-connect-section .wallet-install-guide .guide-text a{color:var(--popup-crypto-primary);margin-left:4px;font-weight:600;text-decoration:none;transition:all .2s}.wallet-connect-section .wallet-install-guide .guide-text a:hover{color:var(--popup-crypto-secondary);text-decoration:underline}.danger{color:var(--popup-error)!important;font-weight:700!important}.manual-input-section .manual-input-label{color:var(--popup-text);letter-spacing:.3px;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;display:flex}.manual-input-section .validation-error-message{color:var(--popup-error);background:var(--popup-error-light);margin-top:8px;padding:10px 14px;font-size:12px;font-weight:600;line-height:1.4;animation:.3s ease-out errorSlideIn}@keyframes errorSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.manual-input-section .form-help{color:var(--popup-text-muted);letter-spacing:.2px;margin-top:8px;font-size:12px;font-weight:500;line-height:1.5}.form-textarea.validation-error,.form-input.validation-error{animation:.5s ease-in-out validationShake}@keyframes validationShake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.address-input-section{align-items:center;gap:12px;margin-bottom:12px;display:flex}.address-input-section .address-input{background:var(--popup-glass);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:var(--popup-text);outline:none;flex:1;padding:16px 20px;font-size:16px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.address-input-section .address-input:focus{border-color:var(--popup-crypto-primary);transform:translateY(-2px)}.address-input-section .address-input:hover:not(:focus){border-color:color-mix(in srgb, var(--app-secondary) 30%, transparent)}.address-input-section .address-input::placeholder{color:var(--popup-text-muted);font-weight:400}.address-input-section .address-input.validation-error{animation:.5s ease-in-out validationShake}.address-input-section .tronlink-connect-btn{background:var(--app-neutral-20);cursor:pointer;border:none;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.address-input-section .tronlink-connect-btn:before{content:"";background:linear-gradient(45deg, transparent 30%, color-mix(in srgb, var(--app-white) 20%, transparent) 50%, transparent 70%);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.address-input-section .tronlink-connect-btn:hover:not(:disabled){transform:translateY(-2px)}.address-input-section .tronlink-connect-btn:hover:not(:disabled):before{transform:translate(100%)}.address-input-section .tronlink-connect-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.address-input-section .tronlink-connect-btn:disabled .connect-spinner{width:16px;height:16px;animation:1s linear infinite spin}.connection-message{letter-spacing:.2px;margin-bottom:12px;padding:12px 16px;font-size:13px;font-weight:600;line-height:1.4}.connection-message.success{background:linear-gradient(135deg, var(--usdt-green-light) 0%, color-mix(in srgb, var(--app-success) 5%, transparent) 100%);color:var(--usdt-green)}.connection-message.success:before{content:"✓ ";color:var(--usdt-green);font-weight:700}.connection-message.error{background:var(--popup-error-light);color:var(--app-danger)}.connection-message.error:before{content:"⚠ ";color:var(--app-danger);font-weight:700}.PopupItem.UsdtAddWalletPopup{width:600px;max-width:95vw;max-height:92vh;color:var(--app-white);background:var(--app-neutral-10);font-family:var(--popup-font-family);flex-direction:column;display:flex;position:relative;top:50vh;left:50vw;transform:translate(-50%,-50%)}@keyframes cryptoBackgroundFlow{0%,to{opacity:.5;transform:scale(1)rotate(0)}33%{opacity:.8;transform:scale(1.03)rotate(1deg)}66%{opacity:.6;transform:scale(.97)rotate(-1deg)}}.PopupItem.UsdtAddWalletPopup .form-header{z-index:1;text-align:center;background:0 0;background:var(--app-neutral-10);align-items:center;gap:8px;padding:32px 28px 28px;display:flex;position:relative}.PopupItem.UsdtAddWalletPopup .form-header>.close-wrapper{height:fit-content;position:absolute;top:30px;right:25px}.PopupItem.UsdtAddWalletPopup .form-header>.close-wrapper .close-img{z-index:1;cursor:pointer;width:28px;height:28px}.PopupItem.UsdtAddWalletPopup .form-header .wallet-title{color:var(--app-white);letter-spacing:.8px;z-index:1;justify-content:center;align-items:center;gap:12px;font-size:24px;font-weight:800;display:flex}.PopupItem.UsdtAddWalletPopup .form-body{z-index:1;background:0 0;flex:1;padding:28px;overflow-y:auto}.PopupItem.UsdtAddWalletPopup .form-body .loading-container{min-height:300px;color:var(--app-neutral-20);flex-direction:column;justify-content:center;align-items:center;gap:20px;display:flex}.PopupItem.UsdtAddWalletPopup .form-body .loading-container .spinner{border:3px solid color-mix(in srgb, var(--app-secondary) 20%, transparent);width:40px;height:40px}@keyframes cryptoSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PopupItem.UsdtAddWalletPopup .form-body .loading-container span{letter-spacing:.3px;font-size:16px;font-weight:500}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .section-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:24px;display:flex}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .section-header .section-info{flex:1}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .section-header .section-info .section-title{color:var(--app-white);letter-spacing:.3px;align-items:center;gap:10px;margin:0 0 8px;font-size:20px;font-weight:700;display:flex}@keyframes iconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .section-header .section-info .section-description{color:var(--app-surface-3);letter-spacing:.2px;font-size:14px;font-weight:500}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .section-header .add-wallet-btn{background:var(--app-primary-60);color:#000;cursor:pointer;white-space:nowrap;letter-spacing:.3px;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:40px;height:40px;padding:12px;font-size:14px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .section-header .add-wallet-btn:hover:not(:disabled){transform:translateY(-2px)}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .section-header .add-wallet-btn:hover:not(:disabled):before{transform:translate(100%)}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .section-header .add-wallet-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .section-header .add-wallet-btn:disabled:before{display:none}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .section-header .add-wallet-btn .plus-icon{font-size:16px;font-weight:700}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .empty-wallet-list{text-align:center;background:var(--app-neutral-230);padding:60px 20px;position:relative;overflow:hidden}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .empty-wallet-list:before{content:"";position:absolute;inset:0}@keyframes emptyShimmer{0%,to{opacity:.3}50%{opacity:.7}}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .empty-wallet-list .empty-icon{opacity:.9;filter:drop-shadow(0 0 10px var(--app-primary-60));z-index:1;margin-bottom:16px;font-size:64px;position:relative}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .empty-wallet-list .empty-text{color:var(--app-white);z-index:1;margin-bottom:8px;font-size:18px;font-weight:600;position:relative}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .empty-wallet-list .empty-subtext{color:var(--app-neutral-20);z-index:1;font-size:14px;font-weight:500;position:relative}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list{flex-direction:column;gap:12px;max-height:400px;display:flex;overflow-y:auto}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item{background:var(--app-neutral-20);cursor:pointer;border:none;border-radius:12px;justify-content:space-between;align-items:center;padding:20px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item:before{content:"";width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item.skeleton{cursor:default}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item.skeleton .skeleton-text{background:linear-gradient(90deg, color-mix(in srgb, var(--app-white) 10%, transparent) 0%, color-mix(in srgb, var(--app-white) 20%, transparent) 50%, color-mix(in srgb, var(--app-white) 10%, transparent) 100%);background-size:200% 100%;border-radius:4px;height:16px;margin-bottom:8px;animation:2s ease-in-out infinite skeletonShimmer}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item.skeleton .skeleton-text:last-child{margin-bottom:0}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item.skeleton .skeleton-circle{background:linear-gradient(90deg, color-mix(in srgb, var(--app-white) 10%, transparent) 0%, color-mix(in srgb, var(--app-white) 20%, transparent) 50%, color-mix(in srgb, var(--app-white) 10%, transparent) 100%);background-size:200% 100%;border-radius:50%;width:32px;height:32px;animation:2s ease-in-out infinite skeletonShimmer}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item.skeleton:before{display:none}@keyframes skeletonShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item:hover:before{left:100%}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item.selected .wallet-alias{background:var(--app-neutral-100);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:700}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-main-info{z-index:1;flex:1;position:relative}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-main-info .wallet-alias{color:var(--app-white);letter-spacing:.3px;align-items:center;gap:10px;margin-bottom:8px;font-size:16px;font-weight:600;display:flex}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-main-info .wallet-alias .recent-badge{color:#fff;letter-spacing:.2px;padding:3px 8px;font-size:11px;font-weight:600}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-main-info .wallet-address{color:var(--app-neutral-20);word-break:break-all;background:color-mix(in srgb, var(--app-white) 2%, transparent);border:1px solid color-mix(in srgb, var(--app-white) 5%, transparent);margin-bottom:10px;margin-right:3px;padding:4px 8px;font-family:JetBrains Mono,Consolas,monospace;font-size:14px;line-height:1.4}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-main-info .wallet-stats{color:var(--app-neutral-20);flex-direction:column;gap:4px;font-size:12px;display:flex}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-main-info .wallet-stats .total-amount{background:var(--app-primary-60);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:600}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-main-info .wallet-stats .last-used{opacity:.8;font-weight:500}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions{z-index:1;align-items:center;gap:12px;margin-left:10px;display:flex;position:relative;top:-7px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions .selected-indicator{background:linear-gradient(135deg, var(--app-primary-60) 0%, var(--app-neon-success-40) 100%);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions .selected-indicator .check-icon{font-size:16px;font-weight:700}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions .delete-btn{background:var(--popup-error-light);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions .delete-btn:before{content:"";background:linear-gradient(45deg, transparent 30%, color-mix(in srgb, var(--app-danger) 10%, transparent) 50%, transparent 70%);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions .delete-btn:hover .delete-icon{filter:brightness(1.2)}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions .delete-btn:hover:before{transform:translate(100%)}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions .delete-btn .delete-icon{color:var(--popup-error);z-index:1;font-size:14px;transition:all .3s;position:relative}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions .delete-btn:hover .delete-icon{color:#fff}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list::-webkit-scrollbar{width:6px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list::-webkit-scrollbar-track{background:color-mix(in srgb, var(--app-surface-1) 30%, transparent);border-radius:3px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-limit-notice{background:linear-gradient(135deg, color-mix(in srgb, var(--app-primary) 10%, transparent) 0%, color-mix(in srgb, var(--app-primary) 5%, transparent) 100%);color:var(--app-white);align-items:center;gap:12px;margin-top:16px;padding:16px 20px;font-size:14px;font-weight:500;display:flex;position:relative;overflow:hidden}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-limit-notice:before{content:"";background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--app-primary) 20%, transparent), transparent);width:100%;height:100%;animation:3s ease-in-out infinite warningShimmer;position:absolute;top:0;left:-100%}@keyframes warningShimmer{0%,to{left:-100%}50%{left:100%}}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-limit-notice .notice-icon{filter:drop-shadow(0 0 6px var(--app-primary-60));z-index:1;font-size:18px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-limit-notice.skeleton{background:var(--popup-glass);border-color:color-mix(in srgb, var(--app-white) 10%, transparent)}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-limit-notice.skeleton .skeleton-text{background:linear-gradient(90deg, color-mix(in srgb, var(--app-white) 10%, transparent) 0%, color-mix(in srgb, var(--app-white) 20%, transparent) 50%, color-mix(in srgb, var(--app-white) 10%, transparent) 100%);background-size:200% 100%;border-radius:4px;animation:2s ease-in-out infinite skeletonShimmer}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-limit-notice.skeleton:before{display:none}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .section-header{margin-bottom:28px}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .section-header .section-info .section-title{color:var(--app-white);letter-spacing:.3px;align-items:center;gap:10px;margin:0 0 8px;font-size:20px;font-weight:700;display:flex}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .section-header .section-info .section-description{color:var(--app-surface-3);letter-spacing:.2px;font-size:14px;font-weight:500}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .form-group{margin-bottom:28px}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .form-group .form-label{color:var(--app-white);letter-spacing:.3px;align-items:center;gap:8px;margin-bottom:12px;font-size:15px;font-weight:700;display:flex}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .form-group .form-label:before{content:"";background:var(--app-primary-60);border-radius:50%;width:3px;height:3px;animation:2.5s ease-in-out infinite labelPulse}@keyframes labelPulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.3)}}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .form-group .form-input{background:var(--app-neutral-20);width:100%;color:var(--app-white);outline:none;padding:16px 20px;font-size:16px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1)}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .form-group .form-input:focus{transform:translateY(-2px)}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .form-group .form-input::placeholder{color:var(--app-neutral-20);font-weight:400}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .form-group .form-textarea{background:var(--app-neutral-10);width:100%;color:var(--app-white);resize:vertical;outline:none;min-height:100px;padding:16px 20px;font-family:JetBrains Mono,Consolas,monospace;font-size:14px;font-weight:500;line-height:1.5;transition:all .3s cubic-bezier(.4,0,.2,1)}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .form-group .form-textarea:focus{transform:translateY(-2px)}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .form-group .form-textarea::placeholder{color:var(--app-neutral-20);font-weight:400;font-family:var(--popup-font-family)}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .form-group .form-help{color:var(--app-surface-3);letter-spacing:.2px;margin-top:8px;font-size:12px;font-weight:500;line-height:1.4}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .wallet-notice{background:color-mix(in srgb, var(--app-surface-1) 60%, transparent);margin-top:24px;padding:20px 24px;position:relative}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .wallet-notice:before{content:"";background:linear-gradient(135deg, color-mix(in srgb, var(--app-primary) 5%, transparent) 0%, transparent 100%);border-radius:inherit;pointer-events:none;position:absolute;inset:0}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .wallet-notice .notice-header{z-index:1;align-items:center;gap:10px;margin-bottom:16px;display:flex;position:relative}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .wallet-notice .notice-header .notice-icon{font-size:20px}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .wallet-notice .notice-header .notice-title{color:var(--app-white);letter-spacing:.3px;font-size:15px;font-weight:700}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .wallet-notice .notice-list{color:var(--app-neutral-20);z-index:1;margin:0;padding-left:20px;position:relative}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .wallet-notice .notice-list li{margin-bottom:8px;font-size:13px;font-weight:500;line-height:1.6;transition:all .2s}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .wallet-notice .notice-list li:last-child{margin-bottom:0}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .wallet-notice .notice-list li:hover{color:var(--app-white);transform:translate(2px)}.PopupItem.UsdtAddWalletPopup .form-body::-webkit-scrollbar{width:6px}.PopupItem.UsdtAddWalletPopup .form-body::-webkit-scrollbar-track{background:color-mix(in srgb, var(--app-surface-1) 30%, transparent);border-radius:3px}.PopupItem.UsdtAddWalletPopup .form-footer{z-index:1;background:0 0;padding:0 28px 28px}.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons{gap:12px;display:flex}.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .cancel-btn,.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .confirm-btn,.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .submit-btn{cursor:pointer;letter-spacing:.3px;border:none;flex:1;justify-content:center;align-items:center;gap:10px;height:52px;font-size:16px;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .cancel-btn:disabled,.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .confirm-btn:disabled,.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .submit-btn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none!important}.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .cancel-btn:disabled:before,.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .confirm-btn:disabled:before,.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .submit-btn:disabled:before{display:none}.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .cancel-btn:before,.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .confirm-btn:before,.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .submit-btn:before{content:"";background:linear-gradient(45deg, transparent 30%, color-mix(in srgb, var(--app-white) 10%, transparent) 50%, transparent 70%);transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .cancel-btn{background:var(--app-neutral-20);color:var(--app-white)}.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .cancel-btn:hover:not(:disabled){background:color-mix(in srgb, var(--app-white) 5%, transparent);color:var(--app-white)}.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .confirm-btn,.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .submit-btn{background:var(--app-primary-60);color:#fff}.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .confirm-btn:hover:not(:disabled),.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .submit-btn:hover:not(:disabled){transform:translateY(-2px)}.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .confirm-btn .spinner.small,.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .submit-btn .spinner.small{width:18px;height:18px;animation:1.2s linear infinite cryptoSpin}@media screen and (max-width:768px){.PopupItem.UsdtAddWalletPopup{width:95vw;max-height:95vh}.PopupItem.UsdtAddWalletPopup .form-header{padding:24px 20px 20px}.PopupItem.UsdtAddWalletPopup .form-header .wallet-title{font-size:20px}.PopupItem.UsdtAddWalletPopup .form-header .wallet-title .usdt-icon{width:24px;height:24px}.PopupItem.UsdtAddWalletPopup .form-header .subtitle{padding:6px 16px;font-size:13px}.PopupItem.UsdtAddWalletPopup .form-body{padding:20px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .section-header{flex-direction:column;align-items:stretch;gap:16px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .section-header .add-wallet-btn{justify-content:center;min-width:auto}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item{padding:16px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-main-info .wallet-alias{font-size:15px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-main-info .wallet-address{font-size:13px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-main-info .wallet-stats{font-size:11px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions{gap:8px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions .selected-indicator,.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions .delete-btn{width:28px;height:28px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions .selected-indicator .check-icon{font-size:14px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions .delete-btn .delete-icon{font-size:12px}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .form-group .form-input,.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .form-group .form-textarea{padding:14px 16px;font-size:15px}.PopupItem.UsdtAddWalletPopup .form-body .add-wallet-section .add-wallet-form .form-group .form-textarea{min-height:80px}.PopupItem.UsdtAddWalletPopup .form-footer{padding:20px 20px 24px}.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons{gap:10px}.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .cancel-btn,.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .confirm-btn,.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .submit-btn{height:48px;font-size:15px}}@media screen and (max-width:480px){.PopupItem.UsdtAddWalletPopup .form-body{padding:16px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item{flex-direction:column;align-items:flex-start;gap:12px;padding:14px}.PopupItem.UsdtAddWalletPopup .form-body .wallet-list-section .wallet-list .wallet-item .wallet-actions{align-self:flex-end}.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .cancel-btn,.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .confirm-btn,.PopupItem.UsdtAddWalletPopup .form-footer .footer-buttons .submit-btn{height:44px;font-size:14px}}@media screen and (max-height:700px){.PopupItem.UsdtAddWalletPopup .form-body{max-height:380px}}
.PopupItem.CSCenterFormPopup{background-color:var(--app-neutral-30);border:none;border-radius:12px;flex-direction:column;width:764px;max-width:90vw;max-height:90vh;display:flex;position:relative;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%)}.PopupItem.CSCenterFormPopup .draft-loading-overlay{background:color-mix(in srgb, var(--app-black) 70%, transparent);z-index:100;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.PopupItem.CSCenterFormPopup .draft-loading-overlay span{color:var(--app-white);font-size:16px;font-weight:600}.PopupItem.CSCenterFormPopup .popup-header{border-bottom:1px solid color-mix(in srgb, var(--app-white) 6%, transparent);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.PopupItem.CSCenterFormPopup .popup-header .popup-header-title{align-items:center;gap:10px;display:flex}.PopupItem.CSCenterFormPopup .popup-header .popup-header-title .header-icon{width:22px;height:22px}.PopupItem.CSCenterFormPopup .popup-header .popup-header-title>h4{color:var(--app-white);margin:0;font-size:18px;font-weight:600}.PopupItem.CSCenterFormPopup .popup-content{flex-direction:column;flex:1;gap:15px;padding:20px 50px 50px;display:flex;overflow-y:auto}.PopupItem.CSCenterFormPopup .popup-content .cscenter-drafts-section{justify-content:flex-end;display:flex}.PopupItem.CSCenterFormPopup .popup-content .cscenter-drafts-section .cscenter-save-draft-counts{background:var(--colors-inverse-6A-gray-main-buttons,var(--app-neutral-40));width:156px;height:44px;color:var(--colors-inverse-4-secondary-text-main-icons,var(--app-neutral-70));cursor:pointer;border:none;border-radius:100px;justify-content:center;align-items:center;gap:7px;font-size:16px;font-weight:700;transition:all .3s;display:flex}.PopupItem.CSCenterFormPopup .popup-content .cscenter-drafts-section .cscenter-save-draft-counts span{color:var(--app-primary-60);margin-left:10px;font-weight:300}.PopupItem.CSCenterFormPopup .popup-content .cscenter-drafts-section .cscenter-save-draft-counts:hover{background:var(--colors-inverse-6A-gray-main-buttons,var(--app-neutral-40))}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-category{flex-direction:column;gap:10px;display:flex}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-category .cscenter-popup-category-text{letter-spacing:-2.5%;color:var(--app-neutral-240);font-size:14px;font-weight:700}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-category .cscenter-popup-choices-container{flex-wrap:wrap;gap:4px;display:flex}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-category .cscenter-popup-choices-container .cscenter-popup-choices-item{color:var(--app-neutral-260);letter-spacing:-2.5%;background:var(--app-surface-0);cursor:pointer;border:none;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:600;transition-duration:.3s}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-category .cscenter-popup-choices-container .cscenter-popup-choices-item:hover{background:var(--app-neutral-30)}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-category .cscenter-popup-choices-container .cscenter-popup-choices-item.active{border-color:var(--app-primary-60);color:var(--app-primary-60)}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-title{align-items:center;gap:10px;display:flex}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-title .center-popup-title-label{letter-spacing:-2.5%;color:var(--app-neutral-260);white-space:nowrap;font-size:14px;font-weight:700}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-title .cscenter-popup-title-input-wrapper{flex:1;align-items:center;display:flex;position:relative}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-title .cscenter-popup-title-input-wrapper .cscenter-popup-title-input{background:var(--app-neutral-30);width:100%;letter-spacing:-2.5%;color:var(--app-white);box-sizing:border-box;border:none;border-radius:12px;outline:none;padding:16px 60px 16px 16px;font-size:12px;font-weight:600}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-title .cscenter-popup-title-input-wrapper .cscenter-popup-title-input::placeholder{color:var(--app-neutral-240)}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-title .cscenter-popup-title-input-wrapper .cscenter-title-char-count{color:var(--app-neutral-240);pointer-events:none;white-space:nowrap;font-size:11px;font-weight:500;position:absolute;right:14px}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-textarea{background:var(--app-neutral-215);border-radius:12px;flex-direction:column;padding:0 4px 1px;display:flex}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-textarea .center-popup-textarea-label{text-align:center;letter-spacing:-2.5%;color:var(--app-neutral-260);padding:12px 0;font-size:14px;font-weight:700}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-textarea .cscenter-popup-textarea-input-wrapper{position:relative}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-textarea .cscenter-popup-textarea-input-wrapper .center-popup-textarea-input{background:var(--app-neutral-30);resize:none;box-sizing:border-box;width:100%;height:200px;color:var(--app-white);border:none;border-bottom-right-radius:12px;border-bottom-left-radius:12px;outline:none;gap:10px;padding:16px 16px 36px;font-size:12px;font-weight:600}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-textarea .cscenter-popup-textarea-input-wrapper .center-popup-textarea-input::placeholder{color:var(--app-neutral-240)}.PopupItem.CSCenterFormPopup .popup-content .cscenter-popup-textarea .cscenter-popup-textarea-input-wrapper .cscenter-content-char-count{color:var(--app-neutral-240);pointer-events:none;white-space:nowrap;font-size:11px;font-weight:500;position:absolute;bottom:12px;right:14px}.PopupItem.CSCenterFormPopup .popup-content .cscenter-buttons-wrapper{flex-direction:row-reverse;justify-content:center;align-items:center;gap:20px;width:100%;display:flex}.PopupItem.CSCenterFormPopup .popup-content .cscenter-buttons-wrapper .cscenter-popup-submit-btn{background:var(--app-primary-60);height:50px;color:var(--app-neutral-215);cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:7px;width:50%;font-size:16px;font-weight:600;transition:all .3s;display:flex}.PopupItem.CSCenterFormPopup .popup-content .cscenter-buttons-wrapper .cscenter-popup-submit-btn:hover{background:var(--app-success)}.PopupItem.CSCenterFormPopup .popup-content .cscenter-buttons-wrapper .cscenter-save-drafts{background:var(--colors-inverse-6A-gray-main-buttons,var(--app-neutral-40));height:50px;color:var(--colors-inverse-4-secondary-text-main-icons,var(--app-neutral-70));cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:7px;width:50%;font-size:16px;font-weight:600;transition:all .3s;display:flex}.PopupItem.CSCenterFormPopup .popup-content .cscenter-buttons-wrapper .cscenter-save-drafts:hover{background:var(--colors-inverse-6A-gray-main-buttons,var(--app-neutral-40))}
.powerball-detail-popup{width:720px;max-width:90vw;max-height:90vh;color:var(--app-white);background-color:var(--app-neutral-30);border:none;border-radius:16px;flex-direction:column;display:flex;position:relative;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%)}.powerball-detail-popup>.popup-header{border-bottom:1px solid color-mix(in srgb, var(--app-white) 6%, transparent);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.powerball-detail-popup>.popup-header .title{color:var(--app-white);margin:0;font-size:18px;font-weight:600}.powerball-detail-popup>.popup-header .popup-close-btn{cursor:pointer;background:color-mix(in srgb, var(--app-white) 6%, transparent);border:none;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.powerball-detail-popup>.popup-header .popup-close-btn>img{opacity:.6;width:12px;height:12px}.powerball-detail-popup>.popup-header .popup-close-btn:hover{background:color-mix(in srgb, var(--app-white) 10%, transparent)}.powerball-detail-popup>.popup-header .popup-close-btn:hover>img{opacity:1}.powerball-detail-popup>.popup-header>.close-wrapper{cursor:pointer;width:30px;height:30px;transition:all .2s;position:absolute;top:10px;right:0}.powerball-detail-popup>.popup-header>.close-wrapper hover{filter:grayscale()brightness(2)}.powerball-detail-popup .popup-content{padding:24px}.powerball-detail-popup .popup-content .sections-wrapper{margin-bottom:20px}.powerball-detail-popup .popup-content .sections-wrapper:last-of-type{margin-bottom:16px}.powerball-detail-popup .popup-content .section .section-header{align-items:center;gap:8px;margin-bottom:16px;display:flex}.powerball-detail-popup .popup-content .section .section-header .section-title{color:var(--app-neutral-260);font-size:18px;font-weight:600}.powerball-detail-popup .popup-content .section .section-header .section-tag{text-transform:uppercase;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:500}.powerball-detail-popup .popup-content .section.inner-section .section-tag{color:var(--app-white)}.powerball-detail-popup .popup-content .section.inner-section .card-group{margin-bottom:16px}.powerball-detail-popup .popup-content .section.inner-section .card-group:last-child{margin-bottom:0}.powerball-detail-popup .popup-content .section.inner-section .highlight{background:linear-gradient(135deg, var(--app-surface-1), var(--app-surface-1));border:1px solid var(--app-primary)}.powerball-detail-popup .popup-content .section.power-section .section-tag{color:var(--app-white)}.powerball-detail-popup .popup-content .section.power-section .highlight{border:1px solid var(--app-primary)}.powerball-detail-popup .popup-content .section .card-group{gap:12px;display:flex}.powerball-detail-popup .popup-content .section .card-group .card{background:var(--app-surface-1);border-radius:12px;flex:1;padding:16px}.powerball-detail-popup .popup-content .section .card-group .card.left-card{background:var(--app-neutral-40);flex-direction:column;gap:12px;display:flex}.powerball-detail-popup .popup-content .section .card-group .card.right-card{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}.powerball-detail-popup .popup-content .section .card-group .card.right-card .card-title{color:var(--app-primary);margin-bottom:12px;font-size:14px;font-weight:500}.powerball-detail-popup .popup-content .section .card-group .card.right-card .card-value{color:var(--app-white);font-size:32px;font-weight:700}.powerball-detail-popup .popup-content .section .card-group .card.right-card .card-item{width:100%;padding:8px 0}.powerball-detail-popup .popup-content .section .card-group .card.right-card .card-item .value{color:var(--app-neutral-260);font-size:20px!important}.powerball-detail-popup .popup-content .section .card-group .card .card-item{border-bottom:1px solid color-mix(in srgb, var(--app-white) 5%, transparent);justify-content:space-between;align-items:center;padding:8px 0;display:flex}.powerball-detail-popup .popup-content .section .card-group .card .card-item:last-child{border-bottom:none}.powerball-detail-popup .popup-content .section .card-group .card .card-item .label{color:var(--app-neutral-70);font-size:14px;font-weight:500}.powerball-detail-popup .popup-content .section .card-group .card .card-item .value{color:var(--app-white);font-size:15px;font-weight:600}.powerball-detail-popup .popup-content .section .card-group .card.highlight .card-item{border-bottom:1px solid color-mix(in srgb, var(--app-white) 10%, transparent)}.powerball-detail-popup .popup-content .section .card-group .card.highlight .card-item .label{color:var(--app-primary)}
.MyRankPopup{color:var(--app-white);flex-direction:column;display:flex;position:absolute;top:50vh;left:50vw;transform:translate(-50%,-50%);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;border:none!important}.MyRankPopup>.myRank{width:400px}.MyRankPopup>.myRank>.myRank__profile-section{background-color:var(--app-neutral-230);border-radius:12px 12px 0 0;padding:12px}.MyRankPopup>.myRank>.myRank__profile-section>.myRank__header{justify-content:space-between;align-items:center;display:flex;position:relative}.MyRankPopup>.myRank>.myRank__profile-section>.myRank__header>p{color:var(--app-neutral-70);font-size:16px;font-weight:700}.MyRankPopup>.myRank>.myRank__profile-section>.myRank__player-details{flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex}.MyRankPopup>.myRank>.myRank__profile-section>.myRank__player-details>img{width:100px;height:100px}.MyRankPopup>.myRank>.myRank__profile-section>.myRank__player-details>.myRank__player-details-info{flex-direction:column;align-items:center;gap:4px;display:flex}.MyRankPopup>.myRank>.myRank__profile-section>.myRank__player-details>.myRank__player-details-info>p{color:var(--app-neutral-80);font-size:16px;font-weight:700}.MyRankPopup>.myRank>.myRank__profile-section>.myRank__player-details>.myRank__player-details-info>.myRank__icons{align-items:center;gap:4px;display:flex}.MyRankPopup>.myRank>.myRank__profile-section>.myRank__player-details>.myRank__player-details-info>.myRank__icons>.level-icon{width:20px;height:20px}.MyRankPopup>.myRank>.myRank__profile-section>.myRank__player-details>.myRank__player-details-info>.myRank__icons>p{color:var(--app-neutral-70);font-size:12px;font-weight:600}.MyRankPopup>.myRank>.myRank__progress-section{background-color:var(--app-surface-0);border-radius:0 0 12px 12px;flex-direction:column;gap:8px;padding:12px;display:flex}.MyRankPopup>.myRank>.myRank__progress-section>.myRank__standings{justify-content:space-between;gap:8px;width:100%;display:flex}.MyRankPopup>.myRank>.myRank__progress-section>.myRank__standings>.myRank__placement{background-color:var(--app-neutral-30);border-radius:12px;gap:10px;width:100%;padding:10px;display:flex}.MyRankPopup>.myRank>.myRank__progress-section>.myRank__standings>.myRank__placement>.myRank__placement-details>p:first-child{color:var(--app-neutral-80);font-size:14px;font-weight:700}.MyRankPopup>.myRank>.myRank__progress-section>.myRank__standings>.myRank__placement>.myRank__placement-details>p:last-child{color:var(--app-neutral-70);font-size:12px;font-weight:400}.MyRankPopup>.myRank>.myRank__progress-section>.myRank__standings>.myRank__total-bets{background-color:var(--app-neutral-30);border-radius:12px;gap:10px;width:100%;padding:10px;display:flex}.MyRankPopup>.myRank>.myRank__progress-section>.myRank__standings>.myRank__total-bets>.myRank__total-bets-details>p:first-child{color:var(--app-neutral-80);font-size:14px;font-weight:700}.MyRankPopup>.myRank>.myRank__progress-section>.myRank__standings>.myRank__total-bets>.myRank__total-bets-details>p:last-child{color:var(--app-neutral-70);font-size:12px;font-weight:400}.MyRankPopup>.myRank>.myRank__progress-section>.myRank__rank-progress{background-color:var(--app-neutral-30);border-radius:12px;flex-direction:column;gap:10px;width:100%;padding:10px;display:flex}.MyRankPopup>.myRank>.myRank__progress-section>.myRank__rank-progress>.myRank-rank-progress-bar{background:color-mix(in srgb, var(--app-primary) 25.1%, transparent);border:1px solid red;border:1px solid var(--app-neutral-310);width:100%;height:14px;overflow:hidden}.MyRankPopup>.myRank>.myRank__progress-section>.myRank__rank-progress>.myRank-rank-progress-bar>.myRank__progress-bar-inner{border:1px solid #000;height:100%}.MyRankPopup>.myRank>.myRank__progress-section>.myRank__rank-progress>.myRank-rank-progress-bar>.myRank__progress-bar-inner>.myRank__progress-bar-value{background:var(--app-primary-60);height:100%;box-shadow:0px 0px 8px 0px var(--app-success);width:0;transition:width 1.4s ease-out}.MyRankPopup>.myRank>.myRank__progress-section>.myRank__rank-progress>.myRank__rank-progress-details{justify-content:space-between;display:flex}.MyRankPopup>.myRank>.myRank__progress-section>.myRank__rank-progress>.myRank__rank-progress-details>p:first-child{color:var(--app-neutral-80);font-size:12px;font-weight:600}.MyRankPopup>.myRank>.myRank__progress-section>.myRank__rank-progress>.myRank__rank-progress-details>p:last-child{color:var(--app-neutral-70);font-size:12px;font-weight:400}
.PopupItemBettingHistory.BettingHistoryPopup{height:calc(100vh - 200px);color:var(--app-neutral-100);box-shadow:0 0 15px color-mix(in srgb, var(--app-black) 75%, transparent);-webkit-backdrop-filter:blur(10px);flex-direction:column;padding:20px 20px 0;display:flex;top:50vh;left:50vw;transform:translate(-50%,-50%);border:0!important;border-radius:12px!important;position:relative!important}.PopupItemBettingHistory.BettingHistoryPopup .betting-history-close-button{background:var(--app-neutral-30);cursor:pointer;z-index:9999;border-radius:100px;justify-content:center;align-items:center;width:44px;height:44px;transition:transform .2s,background .2s;display:flex;position:absolute;top:-20px;right:-20px}.PopupItemBettingHistory.BettingHistoryPopup .betting-history-close-button img{width:16px;height:16px}.PopupItemBettingHistory.BettingHistoryPopup .betting-history-close-button:hover{background:var(--app-surface-0);transform:scale(1.12)}.PopupItemBettingHistory.BettingHistoryPopup .header .title{align-items:flex-end;gap:10px;width:fit-content;margin:20px 20px 0;display:flex}.PopupItemBettingHistory.BettingHistoryPopup .header .title .user-icon{width:30px;filter:var(--app-filter-photo)}.PopupItemBettingHistory.BettingHistoryPopup .header .title .nickname{color:var(--app-primary-50);text-transform:uppercase;font-size:20px;font-weight:600}.PopupItemBettingHistory.BettingHistoryPopup .header .title .sub-title{color:var(--app-neutral-100);text-transform:uppercase;font-size:20px;font-weight:600}.PopupItemBettingHistory.BettingHistoryPopup>.BettingHistory{scrollbar-width:none;-ms-overflow-style:none;overflow:hidden scroll;margin:0!important}.PopupItemBettingHistory.BettingHistoryPopup>.BettingHistory::-webkit-scrollbar{display:none}.PopupItemBettingHistory.BettingHistoryPopup>.BettingHistory>.BettingHistoryNav{margin-top:0}.PopupItemBettingHistory.BettingHistoryPopup>.BettingHistory .btn-group .btn{border-radius:0}.PopupItemBettingHistory.BettingHistoryPopup>.BettingHistory.popup>.SportBettingHistory>.bet-detail-box>.bet-box>.bet-detail>.game-detail-box>.team-box{min-width:200px;max-width:200px}.PopupItemBettingHistory.BettingHistoryPopup>.BettingHistory.popup>.SportBettingHistory>.bet-detail-box>.bet-box>.bet-detail>.game-detail-box>.score{margin:0 10px}.PopupItemBettingHistory.BettingHistoryPopup>.BettingHistory.popup>.SportBettingHistory>.bet-detail-box>.bet-box>.bet-detail>.game-detail-box>.market-label{text-align:center;width:150px}.PopupItemBettingHistory.BettingHistoryPopup .SportBettingHistory>.bet-detail-box,.PopupItemBettingHistory.BettingHistoryPopup .MinigameBettingHistory>.bet-detail-box{border-radius:0}.PopupItemBettingHistory.BettingHistoryPopup .SportBettingHistory .btn-group .btn,.PopupItemBettingHistory.BettingHistoryPopup .SportBettingHistory .btn-group .delete-icon-wrapper,.PopupItemBettingHistory.BettingHistoryPopup .MinigameBettingHistory .btn-group .btn,.PopupItemBettingHistory.BettingHistoryPopup .MinigameBettingHistory .btn-group .delete-icon-wrapper{border:none;border-radius:0}.PopupItemBettingHistory.BettingHistoryPopup .PageNation>button,.PopupItemBettingHistory.BettingHistoryPopup .PageNation>.page-number-group>button{border-radius:0}.PopupItemBettingHistory.BettingHistoryPopup::-webkit-scrollbar{border-radius:3px!important;width:5px!important}.PopupItemBettingHistory.BettingHistoryPopup::-webkit-scrollbar-track{border-radius:3px!important}.PopupItemBettingHistory.BettingHistoryPopup::-webkit-scrollbar-thumb{background:var(--app-neon-success-50);border-radius:3px}
.MinigameBettingHistory{color:var(--app-white);font-size:12px}.MinigameBettingHistory .bet-detail-box{background:var(--app-neutral-20);margin:10px 20px;overflow:hidden}.MinigameBettingHistory .bet-detail-box .select-box{align-items:center;gap:5px;display:flex}.MinigameBettingHistory .bet-header{background-color:color-mix(in srgb, var(--app-secondary) 33.33%, transparent);color:var(--app-white);justify-content:space-between;align-items:center;padding:15px;display:none}.MinigameBettingHistory .bet-header.active{display:flex}.MinigameBettingHistory .bet-header .league-detail{justify-content:flex-start;align-items:center;display:flex}.MinigameBettingHistory .bet-header .league-detail .country{border-radius:5px;width:30px;height:20px;margin-right:10px}.MinigameBettingHistory .bet-header .league-detail .sport{width:20px;height:20px;margin-right:10px}.MinigameBettingHistory .bet-header .league-detail .league{text-transform:uppercase}.MinigameBettingHistory .bet-header .date{color:color-mix(in srgb, var(--app-neutral-90) 31.37%, transparent);font-weight:600}.MinigameBettingHistory .bet-detail{color:var(--app-neutral-90);background:0 0;min-height:55px;margin-bottom:1px;padding-top:0;padding-bottom:0;padding-right:0;display:flex}.MinigameBettingHistory .bet-detail .bet-status-data{flex-shrink:0;justify-content:flex-start;margin-right:1px;display:flex}.MinigameBettingHistory .bet-detail .bet-status-data>div{width:70px;font-size:13px;font-weight:600}.MinigameBettingHistory .bet-detail .bet-status-data .status{justify-content:center;align-items:center;width:60px;display:flex;position:relative;overflow:hidden}.MinigameBettingHistory .bet-detail .bet-status-data .status.WON{background-color:var(--app-primary-60);color:var(--app-neutral-100)}.MinigameBettingHistory .bet-detail .bet-status-data .status.LOSE{background-color:var(--app-neutral-30);color:var(--app-text-primary)}.MinigameBettingHistory .bet-detail .bet-status-data .status.DRAW,.MinigameBettingHistory .bet-detail .bet-status-data .status.VOID{background-color:var(--app-primary-60)}.MinigameBettingHistory .bet-detail .game-detail-box{justify-content:left;width:100%;display:flex}.MinigameBettingHistory .bet-detail .game-detail-box .team-box{justify-content:center;align-items:center;min-width:300px;display:flex}.MinigameBettingHistory .bet-detail .game-detail-box .team-box.home{background:linear-gradient(90deg, var(--app-transparent) 0%, var(--app-surface-1) 80%),linear-gradient(90deg, color-mix(in srgb, var(--app-secondary) 5%, transparent) 0%, color-mix(in srgb, var(--app-surface-1) 5%, transparent) 80%)}.MinigameBettingHistory .bet-detail .game-detail-box .team-box.home.active{background:linear-gradient(90deg, var(--app-transparent) 0%, var(--app-surface-1) 80%),linear-gradient(90deg, var(--app-primary-soft) 0%, color-mix(in srgb, var(--app-surface-1) 50%, transparent) 80%)}.MinigameBettingHistory .bet-detail .game-detail-box .team-box.home.active .team-name{color:var(--app-white);text-shadow:0 0 3px color-mix(in srgb, var(--app-white) 33.33%, transparent),0 0 10px var(--app-primary-60)}.MinigameBettingHistory .bet-detail .game-detail-box .team-box.away{background:linear-gradient(-90deg, var(--app-transparent) 0%, var(--app-surface-1) 80%),linear-gradient(-90deg, color-mix(in srgb, var(--app-secondary) 5%, transparent) 0%, color-mix(in srgb, var(--app-surface-1) 5%, transparent) 80%)}.MinigameBettingHistory .bet-detail .game-detail-box .team-box.away.active{background:linear-gradient(-90deg, var(--app-transparent) 0%, var(--app-surface-1) 80%),linear-gradient(-90deg, var(--app-primary-soft) 0%, color-mix(in srgb, var(--app-surface-1) 50%, transparent) 80%)}.MinigameBettingHistory .bet-detail .game-detail-box .team-box.away.active .team-name{color:var(--app-white);text-shadow:0 0 3px color-mix(in srgb, var(--app-white) 33.33%, transparent),0 0 10px var(--app-primary-60)}.MinigameBettingHistory .bet-detail .game-detail-box .team-box .team-name{color:var(--app-neutral-70);justify-content:flex-start;align-items:center;width:100%;margin-left:10px;margin-right:10px;font-size:12px;display:flex}.MinigameBettingHistory .bet-detail .game-detail-box .team-box .team-name.home{justify-content:flex-end}.MinigameBettingHistory .bet-detail .game-detail-box .team-box .team-logo-box{background:var(--app-neutral-30);border:1px solid var(--app-primary-60);border-radius:40px;flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.MinigameBettingHistory .bet-detail .game-detail-box .team-box .team-logo-box img{background-color:var(--app-surface-1);-o-object-fit:scale-down;object-fit:scale-down;-o-object-position:center;object-position:center;border-radius:40px;width:40px;height:40px;padding:5px}.MinigameBettingHistory .bet-detail .game-detail-box .score{color:var(--app-white);flex-shrink:0;justify-content:center;align-items:center;width:60px;display:flex}.MinigameBettingHistory .bet-detail .game-detail-box .score .score-separator{color:var(--app-neutral-70);justify-content:center;align-items:center;padding-left:8px;padding-right:8px;display:flex}.MinigameBettingHistory .bet-detail .game-detail-box .game-icon{flex-shrink:0;align-items:center;width:120px;min-height:55px;padding-left:10px;padding-right:10px;display:flex;position:relative;overflow:hidden}.MinigameBettingHistory .bet-detail .game-detail-box .game-icon img{-o-object-fit:scale-down;object-fit:scale-down;width:100px;height:55px}.MinigameBettingHistory .bet-detail .game-detail-box .event-name{background:var(--app-neutral-30);width:150px;color:var(--app-text-primary);flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.MinigameBettingHistory .bet-detail .game-detail-box .event-at,.MinigameBettingHistory .bet-detail .game-detail-box .round{background:var(--app-neutral-30);width:100px;color:var(--app-text-primary);flex-shrink:0;justify-content:center;align-items:center;margin-left:1px;display:flex;position:relative;overflow:hidden}.MinigameBettingHistory .bet-detail .game-detail-box .market-label{background-color:var(--app-neutral-10);color:var(--app-neutral-100);flex-shrink:0;justify-content:center;align-items:center;width:150px;display:flex;position:relative;overflow:hidden}.MinigameBettingHistory .bet-detail .game-detail-box .odds-box{flex-wrap:wrap;flex-grow:1;justify-content:flex-start;align-items:center;gap:1px;margin-top:-2px;margin-bottom:-1px;display:flex}.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item{background:var(--app-neutral-30);cursor:pointer;flex-direction:row;flex-grow:1;flex-shrink:0;justify-content:space-between;align-items:center;width:150px;height:54px;margin-top:-1px;margin-bottom:-1px;padding-left:15px;padding-right:15px;font-size:12px;font-weight:600;transition:all .1s;display:flex}.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item .label{color:var(--app-text-primary);transition:all .1s}.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item .value{box-sizing:border-box;-webkit-user-select:none;user-select:none;font-family:Pretendard,sans-serif}.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item .market-option{box-sizing:border-box;color:var(--app-primary-60);-webkit-user-select:none;user-select:none;font-family:Pretendard,sans-serif}.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.active{background:var(--app-primary-60);color:var(--app-neutral-100);transition:all .1s}.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.dragon,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.odd,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.scissors,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.player,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.win,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.large,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.left{order:1}.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.rock,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.tie,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.draw,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.medium,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.right{order:2}.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.tiger,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.paper,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.even,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.banker,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.lose,.MinigameBettingHistory .bet-detail .game-detail-box .odds-box .market-item.small{order:3}.MinigameBettingHistory .bet-footer{border-radius:0 0 6px 6px}.MinigameBettingHistory .bet-footer.active{filter:brightness()}.MinigameBettingHistory .bet-footer .footer-content{color:var(--app-white);justify-content:space-between;align-items:center;display:flex}.MinigameBettingHistory .bet-footer .footer-content>div{height:60px}.MinigameBettingHistory .bet-footer .footer-content .bet-summary{justify-content:flex-start;align-items:center;padding-left:20px;font-size:13px;display:flex}.MinigameBettingHistory .bet-footer .footer-content .bet-summary.notification{justify-content:space-between;width:100%;padding:0 20px}.MinigameBettingHistory .bet-footer .footer-content .bet-summary.notification>div{margin-right:0}.MinigameBettingHistory .bet-footer .footer-content .bet-summary>div{margin-right:30px}.MinigameBettingHistory .bet-footer .footer-content .bet-summary .value{color:var(--app-primary-60);margin-left:10px;font-size:13px;font-weight:600}.MinigameBettingHistory .bet-footer .footer-content .bet-summary .dt{align-items:center;display:flex}.MinigameBettingHistory .bet-footer .footer-content .btn-group{align-items:center;gap:10px;margin:auto 10px auto 0;display:flex}.MinigameBettingHistory .bet-footer .footer-content .btn-group .btn{background-color:var(--app-surface-1);border:1px solid var(--app-primary);color:var(--app-white);cursor:pointer;border-radius:5px;justify-content:center;align-items:center;width:80px;padding:10px 15px;font-weight:600;display:flex}.MinigameBettingHistory .bet-footer .footer-content .btn-group .btn.btn-cancel{background-color:var(--app-neutral-30)}.MinigameBettingHistory .bet-footer .footer-content .btn-group .btn.btn-cancel:hover{background-color:var(--app-primary-soft);border-color:var(--app-primary-60);color:var(--app-white);z-index:10;transition:all .2s}.MinigameBettingHistory .bet-footer .footer-content .btn-group .btn.btn-cancel:active{background:var(--app-secondary)}.MinigameBettingHistory .bet-footer .footer-content .btn-group .btn.btn-attach{color:var(--app-text-primary);background-color:var(--app-neutral-30)}.MinigameBettingHistory .bet-footer .footer-content .btn-group .btn.btn-attach:hover{background-color:var(--app-neutral-50);z-index:10;transition:all .2s}.MinigameBettingHistory .bet-footer .footer-content .btn-group .btn.btn-attach:active{background:var(--app-primary-60)}.MinigameBettingHistory .bet-footer .footer-content .btn-group .btn.btn-disallowed{cursor:not-allowed;opacity:.5}.MinigameBettingHistory .bet-footer .footer-content .btn-group>.delete-icon-wrapper{cursor:pointer;background-color:var(--app-neutral-30);color:var(--app-text-primary);border-radius:5px;align-items:center;height:40px;padding:6px 12px;display:flex}.MinigameBettingHistory .bet-footer .footer-content .btn-group>.delete-icon-wrapper .delete-icon{width:20px;height:20px;filter:var(--app-filter-white)}.MinigameBettingHistory .bet-footer .footer-content .btn-group>.delete-icon-wrapper:hover{background-color:var(--app-neutral-50);border-color:var(--app-primary-60);color:var(--app-white);z-index:10;transition:all .2s}.MinigameBettingHistory .deleted-bet-notice{border:1px solid var(--app-neutral-30);color:var(--app-primary-60);border-radius:4px;justify-content:center;align-items:center;height:45px;margin-top:10px;display:flex}

.BettingHistoryPopup{box-shadow:0 0 30px color-mix(in srgb, var(--app-black) 33.33%, transparent),0 0 30px var(--app-black),0 0 60px color-mix(in srgb, var(--app-black) 50%, transparent);background:var(--app-neutral-30);width:70vw;min-width:600px;max-width:900px;animation:.25s animate_fade_in_popup_item;border:0!important}.BettingHistoryPopup .BettingHistory{width:100%;margin:40px auto 80px}@media screen and (min-width:1900px){.BettingHistoryPopup .BettingHistory{min-height:calc(100vh - 490px)}}.BettingHistoryPopup .BettingHistory .size-selection{justify-content:space-between;align-items:center;gap:12px;margin:15px 20px 13px 16px;display:flex}.BettingHistoryPopup .BettingHistory .size-selection .StatusFilterNav{padding:0 20px 0 10px;display:flex}.BettingHistoryPopup .BettingHistory .size-selection .StatusFilterNav .nav{justify-content:space-between;gap:10px;display:flex}.BettingHistoryPopup .BettingHistory .size-selection .StatusFilterNav .nav .filter-item{background:var(--app-neutral-215);color:var(--app-neutral-70);cursor:pointer;border-radius:10px;justify-content:center;align-items:center;width:73px;height:30px;font-size:12px;display:flex}.BettingHistoryPopup .BettingHistory .size-selection .StatusFilterNav .nav .filter-item:hover{background-color:var(--app-surface-0);transition:all .2s}.BettingHistoryPopup .BettingHistory .size-selection .StatusFilterNav .nav .filter-item.Active{color:var(--app-primary-60);font-weight:600}.BettingHistoryPopup .BettingHistory .size-selection .size-label{color:var(--app-neutral-60);font-size:14px}.BettingHistoryPopup .BettingHistory .size-selection .size-buttons{gap:8px;display:flex}.BettingHistoryPopup .BettingHistory .size-selection .size-buttons .size-btn{cursor:pointer;background:var(--app-neutral-40);height:40px;color:var(--app-neutral-80);border-radius:8px;justify-content:center;align-items:center;padding:6px 16px;font-size:12px;font-weight:600;transition:all .2s;display:flex}.BettingHistoryPopup .BettingHistory .size-selection .size-buttons .size-btn:hover{color:var(--app-white);transition:all .2s;background-color:var(--app-neutral-50)!important}.BettingHistoryPopup .BettingHistory .size-selection .size-buttons .size-btn.active{background:var(--app-neutral-230);color:var(--app-white)}.BettingHistoryPopup .BettingHistory .size-selection .size-buttons .size-btn.active:hover{transition:all .2s;background-color:var(--app-neutral-30)!important}.BettingHistoryPopup .BettingHistory .BettingHistoryNav{border-radius:8px;margin:15px 20px 13px}.BettingHistoryPopup .BettingHistory .BettingHistoryNav .nav{background:var(--app-neutral-40);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;display:flex}.BettingHistoryPopup .BettingHistory .BettingHistoryNav .nav .nav-item{color:var(--app-neutral-60);text-align:center;cursor:pointer;flex-direction:row;flex:1;justify-content:center;align-items:center;gap:10px;padding:20px;font-size:16px;font-weight:600;transition:all .3s;display:flex;position:relative}.BettingHistoryPopup .BettingHistory .BettingHistoryNav .nav .nav-item:hover{color:var(--app-primary-60);transition:all .3s}.BettingHistoryPopup .BettingHistory .BettingHistoryNav .nav .nav-item:hover .special-stroke{visibility:visible}.BettingHistoryPopup .BettingHistory .BettingHistoryNav .nav .nav-item.Active{color:var(--app-primary-60);transition:all .3s}.BettingHistoryPopup .BettingHistory .BettingHistoryNav .nav .nav-item.Active .special-stroke{visibility:visible}.BettingHistoryPopup .BettingHistory .PageNation{z-index:90;background-color:#0000;width:100vw;margin-left:calc(50% - 50vw);position:sticky;bottom:0}.BettingHistoryPopup .BettingHistory .PageNation>button{background:var(--app-neutral-40);border:none}.BettingHistoryPopup .BettingHistory .PageNation>button:hover{background:var(--app-neutral-30)}.BettingHistoryPopup .BettingHistory .PageNation>.page-number-group>button{background:var(--app-neutral-20);border:0}.BettingHistoryPopup .BettingHistory .btn-group{justify-content:flex-end;align-items:center;margin-bottom:15px;margin-left:20px;margin-right:20px;display:flex}.BettingHistoryPopup .BettingHistory .btn-group .btn{height:40px;color:var(--app-neutral-100);cursor:pointer;background:var(--app-neutral-30);border-radius:6px;justify-content:center;align-items:center;padding:0 15px;font-size:12px;display:flex}.BettingHistoryPopup .BettingHistory .btn-group .btn .icon{-o-object-fit:scale-down;object-fit:scale-down;width:25px;height:25px;margin-right:10px}.BettingHistoryPopup .BettingHistory .btn-group .btn:hover{background-color:var(--app-neutral-50);color:var(--app-white);transition:all .2s}.BettingHistoryPopup .empty-history-notice{color:var(--app-neutral-70);background:var(--app-surface-0);border-radius:10px;justify-content:center;align-items:center;height:120px;margin:0 40px;font-size:20px;display:flex}.BettingHistoryPopup .filter-wrapper{flex-direction:column;gap:3px;display:flex}.BettingHistoryPopup .filter-wrapper .TopCategoryNav{display:flex}.BettingHistoryPopup .filter-wrapper .TopCategoryNav .nav{justify-content:space-between;align-items:center;gap:5px;padding:0 25px;display:flex}.BettingHistoryPopup .filter-wrapper .TopCategoryNav .nav .nav-item{color:var(--app-neutral-80);cursor:pointer;background:var(--app-neutral-215);border-radius:17px;justify-content:center;align-items:center;gap:7px;width:102px;height:36px;font-size:12px;transition:all .2s;display:flex;position:relative}.BettingHistoryPopup .filter-wrapper .TopCategoryNav .nav .nav-item:hover{background-color:var(--app-surface-0);transition:all .2s}.BettingHistoryPopup .filter-wrapper .TopCategoryNav .nav .nav-item .special-stroke{background:var(--app-primary-60);visibility:hidden;width:100%;height:2px;position:absolute;bottom:-2px;left:0}.BettingHistoryPopup .filter-wrapper .TopCategoryNav .nav .nav-item.Active{color:var(--app-primary-60)}
.SkeletonUI{padding:8px;font-size:12px}.SkeletonUI .skeleton{background:linear-gradient(90deg, var(--app-neutral-30) 0%, var(--app-primary) 35%, var(--app-neutral-30) 100%);background-size:200% 100%;border-radius:0;animation:5s linear infinite shimmer;display:inline-block}.SkeletonUI .skeleton-line{width:100%;height:12px}.SkeletonUI .skeleton.short{width:80px;height:12px}.SkeletonUI .skeleton.mid{width:200px;height:14px}.SkeletonUI .skeleton.mid.long{width:260px}.SkeletonUI .skeleton.tiny{width:40px;height:12px}.SkeletonUI .skeleton.small{width:34px;height:18px}.SkeletonUI .skeleton.shorter{width:120px}.SkeletonUI .skeleton.number{border-radius:0;width:44px;height:16px}.SkeletonUI .skeleton-img{border-radius:0;width:40px;height:40px}.SkeletonUI .skeleton-img.tiny{border-radius:0;width:20px;height:20px}.SkeletonUI .skeleton-button{border-radius:0;width:80px;height:36px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.SkeletonUI .bet-detail-box{background:var(--app-surface-0);box-shadow:none;border-radius:0;margin:10px 20px;overflow:hidden}.SkeletonUI .bet-detail-box .bonus-item-box{justify-content:center;align-items:center;gap:15px;height:25px;margin:6px 12px;display:flex}.SkeletonUI .bet-detail-box .select-box{align-items:center;gap:8px;padding:12px;display:flex}.SkeletonUI .bet-detail-box .select-box .skeleton-checkbox{border-radius:0;width:18px;height:18px}.SkeletonUI .bet-header{justify-content:space-between;align-items:center;padding:12px 15px;display:flex}.SkeletonUI .bet-header .league-detail{justify-content:flex-start;align-items:center;gap:8px;display:flex}.SkeletonUI .bet-header .league-detail .country{border-radius:0;width:30px;height:20px}.SkeletonUI .bet-header .league-detail .sport{border-radius:0;width:20px;height:20px}.SkeletonUI .bet-header .league-detail .league{border-radius:0;width:140px;height:14px}.SkeletonUI .bet-header .date{border-radius:0;width:90px;height:12px}.SkeletonUI .bet-detail{background:0 0;margin-bottom:8px;padding:10px 12px;display:flex}.SkeletonUI .bet-detail .bet-status-data{flex-shrink:0;justify-content:flex-start;margin-right:8px;display:flex}.SkeletonUI .bet-detail .bet-status-data>div{width:70px}.SkeletonUI .bet-detail .bet-status-data .status{border-radius:0;width:60px;height:36px}.SkeletonUI .bet-detail .game-detail-box{align-items:center;gap:12px;width:100%;display:flex}.SkeletonUI .bet-detail .game-detail-box .team-box{align-items:center;gap:10px;width:200px;display:flex}.SkeletonUI .bet-detail .game-detail-box .team-box .team-name{border-radius:0;width:calc(100% - 60px);height:14px}.SkeletonUI .bet-detail .game-detail-box .team-box .team-logo-box{border-radius:0;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.SkeletonUI .bet-detail .game-detail-box .team-box .team-logo-box .skeleton-img{border-radius:0;margin:0}.SkeletonUI .bet-detail .game-detail-box .score{text-align:center;align-items:center;gap:4px;width:60px;display:flex}.SkeletonUI .bet-detail .game-detail-box .score .home-score,.SkeletonUI .bet-detail .game-detail-box .score .away-score{width:20px;height:18px}.SkeletonUI .bet-detail .game-detail-box .score .score-separator{width:30px;height:14px}.SkeletonUI .bet-detail .game-detail-box .market-label{border-radius:0;width:120px;height:40px}.SkeletonUI .bet-detail .game-detail-box .odds-box{flex-wrap:wrap;flex-grow:1;gap:6px;display:flex}.SkeletonUI .bet-detail .game-detail-box .odds-box .market-item{border-radius:0;justify-content:space-between;align-items:center;width:150px;height:49px;padding:10px;display:flex}.SkeletonUI .bet-detail .game-detail-box .odds-box .market-item .label{border-radius:0;width:80px;height:14px}.SkeletonUI .bet-detail .game-detail-box .odds-box .market-item .value{border-radius:0;width:40px;height:16px}.SkeletonUI .bet-footer{border-radius:0;padding:10px 12px}.SkeletonUI .bet-footer .footer-content{justify-content:space-between;align-items:center;display:flex}.SkeletonUI .bet-footer .footer-content .bet-summary{align-items:center;gap:20px;display:flex}.SkeletonUI .bet-footer .footer-content .bet-summary>div{background:linear-gradient(90deg, var(--app-neutral-30) 0%, var(--app-primary) 35%, var(--app-neutral-30) 100%);background-size:200% 100%;border-radius:0;width:1000px;height:14px;animation:5s linear infinite shimmer;display:inline-block}.SkeletonUI .bet-footer .footer-content .bet-summary .value{width:60px;height:14px}.SkeletonUI .bet-footer .footer-content .btn-group{align-items:center;gap:10px;display:flex}.SkeletonUI .bet-footer .footer-content .btn-group .btn{background:linear-gradient(90deg, var(--app-neutral-30) 0%, var(--app-primary) 35%, var(--app-neutral-30) 100%);background-size:200% 100%;border-radius:0;width:180px;height:36px;animation:5s linear infinite shimmer}.SkeletonUI .bet-footer .footer-content .btn-group .delete-icon-wrapper{border-radius:0;justify-content:center;align-items:center;width:40px;height:36px;display:flex}.SkeletonUI .bet-footer .footer-content .btn-group .delete-icon-wrapper .delete-icon{border-radius:0;width:20px;height:20px}.SkeletonUI .empty-history-notice{border-radius:0;width:300px;height:24px;margin:20px}
.PopupBettingHistoryHeader{flex-direction:row;justify-content:space-between;gap:15px;padding:20px;display:flex}.PopupBettingHistoryHeader .PopupBettingHistoryHeader__header{justify-content:start;gap:10px;width:70%;display:flex}.PopupBettingHistoryHeader .PopupBettingHistoryHeader__header>h1{color:var(--app-neutral-90);font-size:24px}.PopupBettingHistoryHeader .PopupBettingHistoryHeader__header img{width:26px;height:26px;filter:var(--app-filter-muted)}.search-button-wrapper{flex-direction:row;gap:8px;width:100%;padding-bottom:10px;display:flex}.search-button-wrapper>*{flex:1 1 0;min-width:0}.BetMatchSearchBox{background:var(--app-neutral-250);border-radius:20px;width:100%;min-width:0;height:40px;display:flex;overflow:hidden}.BetMatchSearchBox .inputBox{background:var(--app-surface-0);width:100%;min-width:0;color:var(--app-neutral-250);flex-direction:row-reverse;align-items:center;gap:10px;padding:0 15px;display:flex}.BetMatchSearchBox input{color:var(--app-neutral-100);white-space:nowrap;text-overflow:ellipsis;background-color:#0000;width:100%;min-width:0;padding:10px;font-size:14px;font-weight:400;overflow:hidden}.BetMatchSearchBox input:focus{outline:none}.btn-history-clear{background:var(--app-neutral-250);cursor:pointer;border-radius:20px;flex:1 1 0;justify-content:start;align-items:center;gap:14px;min-width:0;padding:0 12px;transition:all .2s;display:flex}.btn-history-clear img{width:20px;height:20px}.btn-history-clear p{color:var(--app-neutral-80);font-size:12px}.btn-history-clear:hover{transition:all .2s;background-color:var(--app-neutral-50)!important}.btn-group p{color:var(--app-neutral-80);white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;font-size:14px;overflow:hidden}
.PopupItem.NotificationMessage{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:color-mix(in srgb, var(--app-surface-1) 10%, transparent);border:1px solid var(--app-primary);box-shadow:0 0 15px color-mix(in srgb, var(--app-black) 75%, transparent);color:var(--app-white);border-radius:10px;flex-direction:column;width:1150px;padding:30px;display:flex;top:50vh;left:50vw;transform:translate(-50%,-50%)}.PopupItem.NotificationMessage .notification{flex-direction:column;justify-content:center;display:flex}.PopupItem.NotificationMessage .notification .notification-body{flex-direction:column;gap:8px;display:flex}.PopupItem.NotificationMessage .notification .notification-body>.notification-subject{justify-content:space-between;align-items:center;display:flex}.PopupItem.NotificationMessage .notification .notification-body>.notification-subject .subject{text-shadow:var(--app-primary-60) 0 0 10px,var(--app-neutral-60) 0 0 15px,var(--app-primary-60) 0 0 30px;font-weight:700}.PopupItem.NotificationMessage .notification .notification-body>.notification-subject .close-popup{flex-direction:row;justify-content:flex-end;display:flex}.PopupItem.NotificationMessage .notification .notification-body>.notification-message .message{white-space:pre-wrap;margin-bottom:10px;overflow-wrap:break-word!important}.PopupItem.NotificationMessage .notification .notification-footer{flex-direction:column;display:flex}.PopupItem.NotificationMessage .notification .notification-footer .notification-reward-summary{flex-wrap:wrap;gap:16px;display:flex}.PopupItem.NotificationMessage .notification .notification-footer .notification-reward-summary .reward-item{text-align:center;flex-direction:column;align-items:center;display:flex}.PopupItem.NotificationMessage .notification .notification-footer .notification-reward-summary .reward-item img{cursor:pointer;width:40px;height:40px}.PopupItem.NotificationMessage .notification .notification-footer .content{display:flex}.PopupItem.NotificationMessage .notification .notification-footer .content .bet-detail-box{border-radius:0;margin:0}.PopupItem.NotificationMessage .notification .notification-footer .content .MinigameBettingHistory,.PopupItem.NotificationMessage .notification .notification-footer .content .SportBettingHistory{flex:1;border-radius:0!important}.PopupItem.NotificationMessage .notification .notification-footer .content .CouponCard{margin:0 auto}.PopupItem.NotificationMessage .notification .notification-footer .content .CouponCard img{margin:0}
.CouponCard{flex-direction:column;justify-content:center;align-items:center;width:565px;height:310px;display:flex;position:relative}.CouponCard .coupon-image{-o-object-fit:contain;object-fit:contain;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%}.CouponCard .coupon-image.fade-in{opacity:0;animation:.2s forwards coupon-image-fade}@keyframes coupon-image-fade{to{opacity:1}}.CouponCard .coupon-overlay-top{z-index:2;flex-direction:column;align-items:center;gap:8px;width:fit-content;display:flex;position:absolute;top:128px;left:100px}.CouponCard .coupon-overlay-top.is-long{font-weight:400;line-height:120%;top:128px;left:60px}.CouponCard .coupon-overlay-top .amount-container{color:#fff;border-radius:10px;flex-direction:column;min-width:0;padding:6px 8px;display:flex}.CouponCard .coupon-overlay-top .amount-container .amount{color:#15181f;text-align:center;font-family:Propaganda-Bold;font-size:72px;font-style:normal;font-weight:400;line-height:120%}.CouponCard .coupon-overlay-top .amount-container .amount.is-long{font-size:65px;font-style:normal;font-weight:400;line-height:120%}.CouponCard .coupon-overlay-top .amount-container .amount.is-used{font-size:72px}.CouponCard .coupon-overlay-top .amount-container .amount.is-long.is-used{font-size:65px!important}.CouponCard .coupon-overlay-top .amount-container .amount.POINT_SWAP_COUPON{color:#f9fafb;text-shadow:0 0 12px #da9200}.CouponCard .coupon-overlay-top .amount-container .amount.POINT_SWAP_COUPON.is-inactive{color:#9ca3af;text-shadow:none}.CouponCard .coupon-overlay-top .date-container{color:#fff;border-radius:10px;flex-direction:row;gap:10px;min-width:0;padding:6px 8px;display:flex}.CouponCard .coupon-overlay-top .date-container .date{color:#5c4800;text-align:center;font-family:Propaganda,sans-serif;font-size:16px;font-style:normal;font-weight:800;line-height:160%}.CouponCard.is-loading .loading-overlay{display:flex}.CouponCard .loading-overlay{z-index:3;background:#0006;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:none;position:absolute;inset:0}.CouponCard .loading-overlay .spinner{border:3px solid #ffffff40;border-top-color:#fff;border-radius:50%;width:30px;height:30px;animation:.9s linear infinite coupon-spin}.CouponCard .loading-overlay .loading-text{opacity:.9;font-size:13px}@keyframes coupon-spin{to{transform:rotate(360deg)}}
.minigame-betting-history{color:var(--app-text-primary);box-shadow:0 0 15px color-mix(in srgb, var(--app-black) 75%, transparent);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:var(--app-surface-0);border-radius:10px;flex-direction:column;flex-grow:1;width:1080px;height:100%;min-height:165px;max-height:900px;padding:20px;display:flex;position:relative;top:50vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%)}.minigame-betting-history>.popup-header{justify-content:center;align-items:center;padding:5px;display:flex;position:relative}.minigame-betting-history>.popup-header .title{color:var(--app-white);border:0;flex-shrink:0;justify-content:center;align-items:center;width:100%;height:50px;font-family:Cyber-Brush-Regular;font-size:25px;font-style:normal;font-weight:600;line-height:normal;display:flex}.minigame-betting-history>.popup-header>.close-wrapper{cursor:pointer;width:24px;height:24px;filter:var(--app-filter-muted);justify-content:center;align-items:center;transition:filter .2s;display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}.minigame-betting-history>.popup-header>.close-wrapper:hover{filter:var(--app-filter-primary-hover)}.minigame-betting-history>.popup-header>.close-wrapper img{width:24px;height:24px}.minigame-betting-history .content-container{scrollbar-width:none;-ms-overflow-style:none;flex-direction:column;height:100%;display:flex;overflow:hidden auto}.minigame-betting-history .content-container::-webkit-scrollbar{display:none}.minigame-betting-history .content-container .cards-wrapper{flex-direction:column;flex:1;gap:12px;margin-top:10px;display:flex}.minigame-betting-history .content-container .betting-card{background:var(--app-surface-1);flex-shrink:0;transition:all .2s;overflow:hidden}.minigame-betting-history .content-container .betting-card:hover{border-color:var(--app-neutral-50);box-shadow:0 4px 12px color-mix(in srgb, var(--app-black) 30%, transparent);transform:translateY(-2px)}.minigame-betting-history .content-container .betting-card .card-header{background:var(--app-surface-1);border-bottom:1px solid var(--app-neutral-50);justify-content:space-between;align-items:center;min-height:40px;padding:10px;display:flex}.minigame-betting-history .content-container .betting-card .card-header .card-info{flex-wrap:wrap;flex:1;align-items:center;gap:6px;margin-right:8px;display:flex}.minigame-betting-history .content-container .betting-card .card-header .card-info .info-text{color:var(--app-neutral-70);letter-spacing:-.2px;font-size:14px;font-weight:600}.minigame-betting-history .content-container .betting-card .card-header .card-info .info-text.game{color:var(--app-secondary);font-weight:700}.minigame-betting-history .content-container .betting-card .card-header .card-info .info-divider{color:var(--app-neutral-50);font-size:14px;font-weight:400}.minigame-betting-history .content-container .betting-card .card-header .card-status{letter-spacing:-.3px;border-radius:10px;flex-shrink:0;padding:3px 7px;font-size:14px;font-weight:700}.minigame-betting-history .content-container .betting-card .card-header .card-status.result-won{background:color-mix(in srgb, var(--app-success) 15%, transparent);color:var(--app-success)}.minigame-betting-history .content-container .betting-card .card-header .card-status.result-lose{background:color-mix(in srgb, var(--app-danger) 15%, transparent);color:var(--app-danger)}.minigame-betting-history .content-container .betting-card .card-header .card-status.result-void{background:color-mix(in srgb, var(--app-primary) 15%, transparent);color:var(--app-primary)}.minigame-betting-history .content-container .betting-card .card-body{padding:16px}.minigame-betting-history .content-container .betting-card .card-body .card-row{justify-content:space-between;align-items:flex-start;margin-bottom:12px;display:flex}.minigame-betting-history .content-container .betting-card .card-body .card-row:last-child{margin-bottom:0}.minigame-betting-history .content-container .betting-card .card-body .card-row.selection-row .value{max-width:65%}.minigame-betting-history .content-container .betting-card .card-body .card-row .label{color:var(--app-neutral-70);letter-spacing:-.3px;flex-shrink:0;font-size:14px;font-weight:600}.minigame-betting-history .content-container .betting-card .card-body .card-row .value{color:var(--app-white);text-align:right;letter-spacing:-.3px;font-size:13px;font-weight:500;line-height:1.4}.minigame-betting-history .content-container .betting-card .card-body .card-row .value.game-name{color:var(--app-secondary);font-weight:600}.minigame-betting-history .content-container .betting-card .card-body .card-row .value.selection{word-break:keep-all;word-wrap:break-word}.minigame-betting-history .content-container .betting-card .card-body .card-selection-box{gap:6px;margin-top:10px;margin-bottom:10px;display:flex}.minigame-betting-history .content-container .betting-card .card-body .card-selection-box .selection-item{background:color-mix(in srgb, var(--app-surface-1) 20%, transparent);border:1px solid color-mix(in srgb, var(--app-neutral-50) 40%, transparent);border-radius:4px;align-items:center;gap:4px;padding:4px 8px;display:inline-flex}.minigame-betting-history .content-container .betting-card .card-body .card-selection-box .selection-item .selection-label{color:var(--app-neutral-70);letter-spacing:-.2px;font-size:14px;font-weight:600}.minigame-betting-history .content-container .betting-card .card-body .card-selection-box .selection-item .selection-value{letter-spacing:-.3px;word-break:keep-all;color:var(--app-neutral-90);font-size:16px;font-weight:600;line-height:1.3}.minigame-betting-history .content-container .betting-card .card-body .card-amounts{gap:12px;margin-top:14px;display:flex}.minigame-betting-history .content-container .betting-card .card-body .card-amounts .amount-item{background:color-mix(in srgb, var(--app-neutral-50) 15%, transparent);border-radius:8px;flex-direction:column;flex:1;gap:6px;padding:12px;display:flex}.minigame-betting-history .content-container .betting-card .card-body .card-amounts .amount-item .amount-label{color:var(--app-neutral-70);letter-spacing:-.2px;font-size:14px;font-weight:600}.minigame-betting-history .content-container .betting-card .card-body .card-amounts .amount-item .amount-value{letter-spacing:-.3px;font-size:14px;font-weight:700}.minigame-betting-history .content-container .betting-card .card-body .card-amounts .amount-item .amount-value.bet{color:var(--app-neutral-95)}.minigame-betting-history .content-container .betting-card .card-body .card-amounts .amount-item .amount-value.won{color:var(--app-success)}.minigame-betting-history .content-container .betting-card.result-won{border-left:4px solid var(--app-success)}.minigame-betting-history .content-container .betting-card.result-lose{border-left:4px solid var(--app-danger)}.minigame-betting-history .content-container .betting-card.result-void{border-left:4px solid var(--app-primary)}.minigame-betting-history .content-container .empty-state{color:var(--app-text-primary);flex-direction:column;justify-content:center;align-items:center;padding:60px 20px;display:flex}.minigame-betting-history .content-container .empty-state .empty-icon{margin-bottom:20px}.minigame-betting-history .content-container .empty-state .empty-icon img{opacity:.5;width:80px;height:80px}.minigame-betting-history .content-container .empty-state .empty-message{opacity:.7;font-size:14px}.minigame-betting-history .pagination{background:var(--app-surface-1);flex-shrink:0;justify-content:center;align-items:center;gap:8px;margin-top:10px;padding:15px 0;display:flex}.minigame-betting-history .pagination button{background:var(--app-surface-0);color:var(--app-white);cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;min-width:36px;height:36px;padding:8px 12px;font-size:14px;transition:all .2s;display:flex}.minigame-betting-history .pagination button:hover:not(:disabled){background:var(--app-neutral-50)}.minigame-betting-history .pagination button:disabled{opacity:.3;cursor:not-allowed}.minigame-betting-history .pagination button.pagination-arrow svg{display:block}.minigame-betting-history .pagination button.pagination-number.active{background:var(--app-primary);font-weight:600}
.PopupItem.ViewConcernPopup{width:1100px;max-width:95vw;max-height:75vh;color:var(--popup-text);background:var(--popup-surface);font-family:var(--popup-font-family);flex-direction:column;display:flex;position:relative;top:55vh;left:50vw;overflow:hidden;transform:translate(-50%,-50%);border:none!important}.PopupItem.ViewConcernPopup *,.PopupItem.ViewConcernPopup :before,.PopupItem.ViewConcernPopup :after{font-family:var(--popup-font-family)!important;color:var(--app-white)!important}.PopupItem.ViewConcernPopup:before{content:"";pointer-events:none;z-index:0;position:absolute;inset:0}@keyframes cryptoBackgroundFlow{0%,to{opacity:.5;transform:scale(1)rotate(0)}33%{opacity:.8;transform:scale(1.03)rotate(1deg)}66%{opacity:.6;transform:scale(.97)rotate(-1deg)}}.PopupItem.ViewConcernPopup .main-message{background:var(--app-neutral-20);z-index:1;flex-shrink:0;padding:32px 28px 28px;position:relative}.PopupItem.ViewConcernPopup .main-message:before{content:"";opacity:.6;z-index:0;position:absolute;inset:0}.PopupItem.ViewConcernPopup .main-message .toggle-container{z-index:999;background:var(--app-neutral-40);white-space:nowrap;justify-content:space-between;align-items:center;padding:24px;font-size:16px;font-weight:800;display:flex;position:relative}.PopupItem.ViewConcernPopup .main-message .toggle-container p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.PopupItem.ViewConcernPopup .main-message .toggle-container .collapse-toggle{background:var(--app-neutral-40);width:25px;height:25px;color:var(--popup-text-muted);cursor:pointer;-webkit-text-fill-color:currentColor;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s,background .2s,color .2s,border-color .2s;display:inline-flex}.PopupItem.ViewConcernPopup .main-message .toggle-container .collapse-toggle:active{transform:scale(.95)}.PopupItem.ViewConcernPopup .main-message .toggle-container .collapse-toggle svg{transition:transform .3s cubic-bezier(.4,0,.2,1);display:block}.PopupItem.ViewConcernPopup .main-message .toggle-container .collapse-toggle.collapsed svg{transform:rotate(-180deg)}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title{background:var(--app-white);-webkit-text-fill-color:#0000;letter-spacing:.8px;z-index:1;text-transform:none;-webkit-background-clip:text;background-clip:text;flex-direction:row;justify-content:center;align-items:center;margin-bottom:20px;font-size:24px;font-weight:800;line-height:1.3;display:flex;position:relative}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title .close-popup{cursor:pointer;position:relative}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title .close-popup .close-img{z-index:1;cursor:pointer;width:28px;height:28px}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title>.title-left{flex:1;align-items:center;gap:8px;display:flex}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title .chat-icon{width:28px;height:28px;filter:var(--app-filter-photo)}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title span{color:var(--chat-primary);margin-left:-2px;font-weight:700}@keyframes iconGlow{}.PopupItem.ViewConcernPopup .main-message .concern-message{background:var(--app-neutral-110);color:var(--app-white);scrollbar-width:none;-ms-overflow-style:none;border:none;max-height:400px;font-size:15px;font-weight:600;line-height:1.6;transition:max-height .35s cubic-bezier(.4,0,.2,1),padding .35s,margin .35s,opacity .25s;position:relative;overflow-y:auto}.PopupItem.ViewConcernPopup .main-message .concern-message::-webkit-scrollbar{display:none}.PopupItem.ViewConcernPopup .main-message .concern-message.collapsed{opacity:0;pointer-events:none;border:none;max-height:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;overflow:hidden}.PopupItem.ViewConcernPopup .main-message .concern-message.collapsed:before{display:none}.PopupItem.ViewConcernPopup .main-message .concern-message:before{content:"";pointer-events:none;position:absolute;inset:0}@keyframes messageGlow{0%,to{opacity:.3}50%{opacity:.6}}.PopupItem.ViewConcernPopup .main-message .concern-message::-webkit-scrollbar{width:6px}.PopupItem.ViewConcernPopup .main-message .concern-message::-webkit-scrollbar-track{background:color-mix(in srgb, var(--app-surface-1) 30%, transparent)}.PopupItem.ViewConcernPopup .main-message .concern-message::-webkit-scrollbar-thumb{background:linear-gradient(to bottom, var(--chat-primary) 0%, color-mix(in srgb, var(--app-primary) 60%, transparent) 100%)}.PopupItem.ViewConcernPopup .main-message .concern-message::-webkit-scrollbar-thumb:hover{background:var(--chat-primary)}.PopupItem.ViewConcernPopup .main-message .concern-message .main-message-sign{z-index:2;justify-content:flex-end;align-items:center;margin-top:16px;padding:12px 0 0;display:flex;position:sticky;bottom:0}.PopupItem.ViewConcernPopup .main-message .concern-message .main-message-sign .user{color:var(--popup-text-muted);margin-left:10px;font-size:13px;font-weight:500}.PopupItem.ViewConcernPopup .main-message .concern-message .main-message-sign img{border-radius:50%;width:18px;height:18px}.PopupItem.ViewConcernPopup .form{background:var(--app-neutral-10);z-index:1;flex-direction:column;flex:1;display:flex;position:relative;overflow:hidden}.PopupItem.ViewConcernPopup .form .thread{flex-direction:column;flex:1;gap:24px;padding:32px 24px;display:flex;overflow-y:auto}.PopupItem.ViewConcernPopup .form .thread::-webkit-scrollbar{width:6px}.PopupItem.ViewConcernPopup .form .thread::-webkit-scrollbar-track{background:color-mix(in srgb, var(--app-surface-1) 30%, transparent);border-radius:3px}.PopupItem.ViewConcernPopup .form .thread::-webkit-scrollbar-thumb{background:linear-gradient(to bottom, var(--chat-primary) 0%, color-mix(in srgb, var(--app-primary) 60%, transparent) 100%);border-radius:3px}.PopupItem.ViewConcernPopup .form .thread::-webkit-scrollbar-thumb:hover{background:var(--chat-primary)}.PopupItem.ViewConcernPopup .form .thread .user-message{flex-direction:row-reverse;align-items:flex-start;gap:12px;padding-right:20px;display:flex}.PopupItem.ViewConcernPopup .form .thread .user-message .adm-avatar{flex-direction:column;align-items:center;gap:8px;min-width:64px;display:flex}.PopupItem.ViewConcernPopup .form .thread .user-message .adm-avatar img{border:2px solid var(--app-primary-50);-o-object-fit:contain;object-fit:contain;border-radius:50%;width:48px;height:48px;transition:all .3s}.PopupItem.ViewConcernPopup .form .thread .user-message .adm-avatar img:hover{transform:scale(1.1)}.PopupItem.ViewConcernPopup .form .thread .user-message .adm-avatar>:last-child{color:var(--popup-text-muted);text-align:center;text-overflow:ellipsis;white-space:nowrap;max-width:64px;font-size:11px;font-weight:600;overflow:hidden}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble{align-items:flex-end;gap:8px;max-width:70%;display:flex}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble .content{background:var(--app-neutral-30);color:var(--popup-text);word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;width:fit-content;max-width:700px;padding:12px 16px;font-size:14px;line-height:1.5;transition:all .3s;position:relative}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble .content:hover{transform:translateY(-1px)}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble .content .date{color:color-mix(in srgb, var(--app-white) 60%, transparent);justify-content:flex-end;margin-top:8px;font-size:11px;font-weight:500;display:flex}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble svg{flex-shrink:0;margin-bottom:8px}.PopupItem.ViewConcernPopup .form .thread .admin-message{align-items:flex-start;gap:12px;padding-left:20px;display:flex}.PopupItem.ViewConcernPopup .form .thread .admin-message .adm-avatar{flex-direction:column;align-items:center;gap:8px;min-width:64px;display:flex}.PopupItem.ViewConcernPopup .form .thread .admin-message .adm-avatar img{border:2px solid var(--popup-success);-o-object-fit:contain;object-fit:contain;background:var(--popup-dark);border-radius:50%;width:48px;height:48px;padding:4px;transition:all .3s}.PopupItem.ViewConcernPopup .form .thread .admin-message .adm-avatar img:hover{transform:scale(1.1)}.PopupItem.ViewConcernPopup .form .thread .admin-message .adm-avatar>:last-child{color:var(--popup-success);text-align:center;font-size:11px;font-weight:600}.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble{align-items:flex-end;gap:8px;max-width:70%;display:flex}.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble svg{flex-shrink:0;margin-bottom:8px}.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble .content{background:var(--app-neutral-110);color:var(--popup-text);word-wrap:break-word;padding:12px 16px;font-size:14px;line-height:1.5;transition:all .3s;position:relative}.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble .content:hover{transform:translateY(-1px)}.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble .content .date{color:color-mix(in srgb, var(--app-white) 60%, transparent);justify-content:flex-end;margin-top:8px;font-size:11px;font-weight:500;display:flex}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.PopupItem.ViewConcernPopup .form .chatbox{background:var(--app-neutral-20);z-index:2;flex-shrink:0;padding:24px;position:relative}.PopupItem.ViewConcernPopup .form .chatbox:before{content:"";background:var(--app-surface-1);opacity:.8;pointer-events:none;border-radius:inherit;position:absolute;inset:0}@keyframes darkPatternFlow{0%,to{opacity:.6;transform:scale(1)rotate(0)}50%{opacity:.9;transform:scale(1.05)rotate(1deg)}}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap{background:var(--app-neutral-110);z-index:1;align-items:stretch;width:100%;min-height:52px;padding:8px;display:flex;position:relative;overflow-y:hidden}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap:focus-within{border-color:color-mix(in srgb, var(--app-primary) 50%, transparent);transform:translateY(-1px)}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .message-area{color:var(--app-primary);resize:none;font-size:15px;font-weight:500;line-height:1.5;font-family:var(--popup-font-family);background:0 0;border:none;outline:none;flex:1;min-height:36px;max-height:120px;padding:12px 16px}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .message-area::placeholder{color:color-mix(in srgb, var(--app-primary) 70%, transparent);font-weight:400}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .message-area::-webkit-scrollbar{width:4px}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .message-area::-webkit-scrollbar-track{background:0 0}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .message-area::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--app-surface-1) 40%, transparent);border-radius:2px}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .message-area::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--app-surface-1) 60%, transparent)}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper{align-items:center;padding-right:8px;display:flex}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn{background:var(--app-primary-50);cursor:pointer;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn:before{content:"";border-radius:12px;transition:transform .6s;position:absolute;inset:0;transform:translate(-100%)}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn:hover:not(:disabled){transform:translateY(-2px)scale(1.05)}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn:hover:not(:disabled):before{transform:translate(100%)}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn:active{transform:translateY(0)scale(1.02)}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn img{width:20px;height:20px;filter:var(--app-filter-muted);transition:all .2s}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn:hover:not(:disabled) img{filter:var(--app-filter-white)}@media screen and (max-width:768px){.PopupItem.ViewConcernPopup{width:95vw;max-height:95vh}.PopupItem.ViewConcernPopup .main-message{padding:24px 20px 20px}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title{font-size:20px}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title .title-left{gap:6px}.PopupItem.ViewConcernPopup .main-message .cscenter-concern-title img{width:24px;height:24px}.PopupItem.ViewConcernPopup .main-message .concern-message{max-height:200px;padding:20px;font-size:14px}.PopupItem.ViewConcernPopup .form .thread{gap:20px;padding:24px 20px}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble .content,.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble .content{padding:10px 14px;font-size:13px}.PopupItem.ViewConcernPopup .form .thread .user-message .adm-avatar img,.PopupItem.ViewConcernPopup .form .thread .admin-message .adm-avatar img{width:40px;height:40px}.PopupItem.ViewConcernPopup .form .chatbox{padding:20px}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap{min-height:48px;padding:6px}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .message-area{padding:10px 14px;font-size:14px}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn{width:40px;height:40px}.PopupItem.ViewConcernPopup .form .chatbox .input-wrap .send-wrapper .send-btn img{width:18px;height:18px}}@media screen and (max-width:480px){.PopupItem.ViewConcernPopup .main-message{padding:20px 16px 16px}.PopupItem.ViewConcernPopup .main-message .concern-message{padding:16px}.PopupItem.ViewConcernPopup .form .thread{gap:18px;padding:20px 16px}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble,.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble{max-width:85%}.PopupItem.ViewConcernPopup .form .thread .user-message .bubble .content,.PopupItem.ViewConcernPopup .form .thread .admin-message .bubble .content{padding:8px 12px}.PopupItem.ViewConcernPopup .form .chatbox{padding:12px 16px 16px}}.PopupItem.ViewConcernPopup p{margin:0;padding:0}.PopupItem.ViewConcernPopup .MinigameBettingHistory .bet-container .bet-detail-box,.PopupItem.ViewConcernPopup .SportBettingHistory .bet-container .bet-detail-box{border:1px solid var(--app-black);margin-bottom:0;margin-left:0;margin-right:0;background:var(--app-black)!important;border-radius:0!important}
.ConcernPopup{color:var(--app-white);background:var(--app-neutral-30);border-radius:8px;flex-direction:column;width:400px;max-width:90vw;height:fit-content;max-height:90vh;padding:30px;display:flex;position:relative;top:50vh;left:50vw;transform:translate(-50%,-50%);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;border:none!important}.ConcernPopup>.close-wrapper{position:absolute;top:20px;right:20px}.ConcernPopup>.close-wrapper .close-img{z-index:1;cursor:pointer;width:30px;height:30px}.ConcernPopup .cscenter-form{flex-direction:column;padding-top:20px;display:flex}.ConcernPopup .cscenter-form .title{text-transform:capitalize;margin-bottom:16px;font-size:25px}.ConcernPopup .cscenter-form .title span{color:var(--app-primary);font-weight:600}.ConcernPopup .cscenter-form .form-group{flex-direction:column;gap:6px;margin-bottom:12px;display:flex}.ConcernPopup .cscenter-form .form-group .label{text-transform:capitalize;width:80px;font-size:16px}.ConcernPopup .cscenter-form .form-group input,.ConcernPopup .cscenter-form .form-group select,.ConcernPopup .cscenter-form .form-group textarea{text-align:start;background-color:color-mix(in srgb, var(--app-neutral-50) 30%, transparent);color:color-mix(in srgb, var(--app-white) 75%, transparent);width:100%;height:40px;border:1px solid #0000;outline:none;margin-bottom:4px;padding-left:6px;padding-right:6px;font-size:14px;font-weight:400}.ConcernPopup .cscenter-form .form-group input:focus,.ConcernPopup .cscenter-form .form-group select:focus,.ConcernPopup .cscenter-form .form-group textarea:focus{color:var(--app-white)}.ConcernPopup .cscenter-form .form-group input::-moz-placeholder{color:color-mix(in srgb, var(--app-white) 45.88%, transparent);padding-left:5px}.ConcernPopup .cscenter-form .form-group select::-moz-placeholder{color:color-mix(in srgb, var(--app-white) 45.88%, transparent);padding-left:5px}.ConcernPopup .cscenter-form .form-group textarea::-moz-placeholder{color:color-mix(in srgb, var(--app-white) 45.88%, transparent);padding-left:5px}.ConcernPopup .cscenter-form .form-group input::placeholder,.ConcernPopup .cscenter-form .form-group select::placeholder,.ConcernPopup .cscenter-form .form-group textarea::placeholder{color:color-mix(in srgb, var(--app-white) 45.88%, transparent);padding-left:5px}.ConcernPopup .cscenter-form .form-group input{padding:0 16px}.ConcernPopup .cscenter-form .form-group .concern-title-input-wrapper{align-items:center;width:100%;margin-bottom:4px;display:flex;position:relative}.ConcernPopup .cscenter-form .form-group .concern-title-input-wrapper input{box-sizing:border-box;margin-bottom:0;padding-right:70px}.ConcernPopup .cscenter-form .form-group .concern-title-input-wrapper .cscenter-title-char-count{color:color-mix(in srgb, var(--app-white) 45.88%, transparent);pointer-events:none;white-space:nowrap;font-size:11px;font-weight:500;position:absolute;right:16px}.ConcernPopup .cscenter-form .form-group textarea{resize:none;height:200px;padding:12px 16px;overflow:auto}.ConcernPopup .cscenter-form .form-group .concern-message-textarea-wrapper{width:100%;margin-bottom:4px;position:relative}.ConcernPopup .cscenter-form .form-group .concern-message-textarea-wrapper textarea{box-sizing:border-box;margin-bottom:0;padding-bottom:36px}.ConcernPopup .cscenter-form .form-group .concern-message-textarea-wrapper .cscenter-content-char-count{color:color-mix(in srgb, var(--app-white) 45.88%, transparent);pointer-events:none;white-space:nowrap;font-size:11px;font-weight:500;position:absolute;bottom:12px;right:16px}.ConcernPopup .cscenter-form .form-group textarea::-webkit-scrollbar{width:1em}.ConcernPopup .cscenter-form .form-group textarea::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px color-mix(in srgb, var(--app-black) 30%, transparent)}.ConcernPopup .cscenter-form .form-group textarea::-webkit-scrollbar-thumb{background-color:#a9a9a9;outline:1px solid #708090}.ConcernPopup .cscenter-form .form-group select{appearance:none;text-transform:capitalize;background-image:url(/img/expand_arrow_icon.png);background-position:right 20px center;background-repeat:no-repeat;background-size:10px;padding-left:16px}.ConcernPopup .cscenter-form .form-group select option:disabled{color:color-mix(in srgb, var(--app-white) 50%, transparent)}.ConcernPopup .cscenter-form .form-group select option:nth-child(2n){background-color:var(--app-neutral-50)}.ConcernPopup .cscenter-form .form-group select option:nth-child(odd){background-color:var(--app-neutral-30)}.ConcernPopup .cscenter-form .form-group>.category-list{align-items:center;gap:15px;font-size:14px;display:flex}.ConcernPopup .cscenter-form .submit-btn{background:var(--app-primary);width:100%;color:var(--app-black);cursor:pointer;text-transform:capitalize;border:none;justify-content:center;align-items:center;height:40px;font-size:16px;font-weight:800;transition:all .2s;display:flex;position:relative}.ConcernPopup .cscenter-form .submit-btn:hover{color:var(--app-white);background-color:var(--app-surface-1);transition:all .2s}.ConcernPopup .cscenter-form .submit-btn:active{background-color:var(--app-surface-1)}
.LotteryPopup{color:#fff;flex-direction:column;width:fit-content;height:fit-content;padding:30px;display:flex;top:50vh;left:50vw;transform:translate(-50%,-50%);-webkit-backdrop-filter:none!important;backdrop-filter:none!important;box-shadow:none!important;border:none!important}.LotteryPopup>.popup-header{justify-content:center;margin-bottom:20px;display:flex;position:relative}.LotteryPopup>.popup-header>img{width:300px}.LotteryPopup>.popup-header>.close-wrapper{height:fit-content;position:absolute;top:0;right:0}.LotteryPopup>.popup-header>.close-wrapper .close-img{z-index:1;cursor:pointer;filter:grayscale();width:28px;height:28px}.LotteryPopup>.popup-header>.close-wrapper .close-img:hover{filter:brightness(0)saturate()invert(51%)sepia(50%)saturate(4128%)hue-rotate(5deg)brightness(88%)contrast(104%);transition:all .2s}
