.ImageModal-module__I-HUwa__overlay{z-index:9999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.2s ImageModal-module__I-HUwa__fadeIn;display:flex;position:fixed;inset:0}@keyframes ImageModal-module__I-HUwa__fadeIn{0%{opacity:0}to{opacity:1}}.ImageModal-module__I-HUwa__modal{flex-direction:column;align-items:center;gap:16px;max-width:100%;max-height:100%;display:flex;position:relative}.ImageModal-module__I-HUwa__actions{align-self:flex-end;gap:12px;display:flex}.ImageModal-module__I-HUwa__btn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;text-decoration:none;transition:all .2s;display:flex}.ImageModal-module__I-HUwa__btn:hover{background:#fff3}.ImageModal-module__I-HUwa__image{object-fit:contain;border-radius:8px;max-width:100%;max-height:calc(100vh - 100px);box-shadow:0 10px 40px #00000080}
.ChatWidget-module__MMKJYW__trigger{z-index:850;color:#fff;background:linear-gradient(135deg,#1877f2,#0d6efd);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .25s;animation:.5s cubic-bezier(.16,1,.3,1) 1s both ChatWidget-module__MMKJYW__chatBounce;display:flex;position:fixed;bottom:24px;left:24px;box-shadow:0 4px 20px #1877f266}@keyframes ChatWidget-module__MMKJYW__chatBounce{0%{opacity:0;transform:scale(.5)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.ChatWidget-module__MMKJYW__trigger:hover{transform:scale(1.08);box-shadow:0 6px 30px #1877f28c}.ChatWidget-module__MMKJYW__triggerBadge{background:var(--neon-red);border:2px solid var(--bg-primary);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:.65rem;font-weight:800;display:flex;position:absolute;top:-2px;right:-2px}.ChatWidget-module__MMKJYW__replyToast{z-index:1500;border-radius:var(--radius-md);color:#fff;text-align:left;background:linear-gradient(135deg, var(--neon-red), var(--neon-orange));width:min(320px,100vw - 48px);padding:12px 14px;font-size:.86rem;font-weight:800;animation:.25s ChatWidget-module__MMKJYW__msgIn;position:fixed;bottom:92px;left:24px;box-shadow:0 14px 34px #ff174459}.ChatWidget-module__MMKJYW__widget{border-radius:var(--radius-lg);z-index:9999;background:linear-gradient(#170d10 0%,#0d0a0c 100%);border:1px solid #ff6d0033;flex-direction:column;width:380px;height:70vh;max-height:600px;animation:.2s ChatWidget-module__MMKJYW__slideUp;display:flex;position:fixed;bottom:84px;right:20px;overflow:hidden;box-shadow:0 12px 40px #0006}.ChatWidget-module__MMKJYW__chatOverlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9998;background:#0006;animation:.2s ChatWidget-module__MMKJYW__fadeIn;position:fixed;inset:0}@keyframes ChatWidget-module__MMKJYW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatWidget-module__MMKJYW__fadeIn{0%{opacity:0}to{opacity:1}}.ChatWidget-module__MMKJYW__header{color:#fff;background:linear-gradient(135deg,#1877f2,#0d6efd);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.ChatWidget-module__MMKJYW__headerInfo{align-items:center;gap:10px;font-size:.95rem;font-weight:700;display:flex}.ChatWidget-module__MMKJYW__headerDot{background:var(--neon-green);width:8px;height:8px;box-shadow:0 0 6px var(--neon-green);border-radius:50%;animation:1.8s infinite ChatWidget-module__MMKJYW__pulse}@keyframes ChatWidget-module__MMKJYW__pulse{0%,to{opacity:1}50%{opacity:.4}}.ChatWidget-module__MMKJYW__closeBtn{color:#ffffffb3;transition:color .15s}.ChatWidget-module__MMKJYW__closeBtn:hover{color:#fff}.ChatWidget-module__MMKJYW__body{overscroll-behavior:contain;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.ChatWidget-module__MMKJYW__agentNotice{border-radius:var(--radius-sm);color:#fff;text-align:left;background:linear-gradient(135deg, var(--neon-red), var(--neon-orange));width:100%;padding:10px 12px;font-size:.82rem;font-weight:800;animation:.25s ChatWidget-module__MMKJYW__msgIn;box-shadow:0 10px 22px #ff174440}.ChatWidget-module__MMKJYW__msg{border-radius:var(--radius-md);max-width:85%;padding:10px 14px;font-size:.88rem;line-height:1.5;animation:.25s ChatWidget-module__MMKJYW__msgIn}@keyframes ChatWidget-module__MMKJYW__msgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ChatWidget-module__MMKJYW__msgBot{border:1px solid var(--border);color:var(--text-secondary);background:#ffffff0d;align-self:flex-start}.ChatWidget-module__MMKJYW__msgUser{color:#fff;background:#1877f2;align-self:flex-end}.ChatWidget-module__MMKJYW__options{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.ChatWidget-module__MMKJYW__optionBtn{border:1px solid var(--border);min-height:44px;color:var(--text-secondary);background:#ffffff0d;border-radius:100px;padding:7px 14px;font-size:.8rem;font-weight:600;transition:all .15s}.ChatWidget-module__MMKJYW__optionBtn:hover{color:#fff;background:#1877f226;border-color:#1877f2}.ChatWidget-module__MMKJYW__footerContainer{border-top:1px solid var(--border);flex-direction:column;display:flex}.ChatWidget-module__MMKJYW__imagePreviewArea{align-items:flex-start;padding:12px 16px 0;display:flex;position:relative}.ChatWidget-module__MMKJYW__imagePreview{object-fit:cover;border-radius:var(--radius-sm);border:1px solid var(--border);width:60px;height:60px}.ChatWidget-module__MMKJYW__clearImageBtn{background:var(--bg-card-solid);border:1px solid var(--border);width:22px;height:22px;color:var(--text-secondary);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:6px;left:66px}.ChatWidget-module__MMKJYW__clearImageBtn:hover{color:var(--neon-red)}.ChatWidget-module__MMKJYW__footer{gap:8px;padding:12px 16px;display:flex}.ChatWidget-module__MMKJYW__input{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);resize:none;background:#0000004d;flex:1;padding:10px 14px;font-family:inherit;font-size:16px;transition:border-color .15s}.ChatWidget-module__MMKJYW__input:focus{border-color:#1877f2;outline:none}.ChatWidget-module__MMKJYW__sendBtn{border-radius:var(--radius-sm);color:#fff;background:#1877f2;justify-content:center;align-items:center;width:44px;height:44px;transition:background .15s;display:flex}.ChatWidget-module__MMKJYW__sendBtn:hover{background:#0d6efd}@media (max-width:640px){.ChatWidget-module__MMKJYW__widget .ChatWidget-module__MMKJYW__replyToast{width:min(320px,100vw - 32px);bottom:84px;left:16px}.ChatWidget-module__MMKJYW__msgSystem{color:var(--neon-orange);text-align:center;max-width:90%;box-shadow:none;background:0 0;border:none;align-self:center;padding:4px 0;font-size:.75rem;font-weight:600}.ChatWidget-module__MMKJYW__replyContext{opacity:.9;background:#0003;border-left:2px solid #fff6;border-radius:4px;margin-bottom:4px;padding:4px 8px;font-size:.7rem}.ChatWidget-module__MMKJYW__attachmentImg{object-fit:cover;border-radius:4px;max-width:100%;max-height:150px;margin-bottom:4px}.ChatWidget-module__MMKJYW__readReceipt{justify-content:flex-end;margin-top:4px;display:flex}.ChatWidget-module__MMKJYW__attachBtn{border-radius:var(--radius-sm);border:1px solid var(--border);width:44px;height:44px;color:var(--text-secondary);cursor:pointer;background:#ffffff0d;justify-content:center;align-items:center;transition:all .15s;display:flex}.ChatWidget-module__MMKJYW__attachBtn:hover:not(:disabled){color:#fff;background:#ffffff1a}.ChatWidget-module__MMKJYW__input{border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);resize:none;background:#0000004d;flex:1;padding:10px 14px;font-family:inherit;font-size:16px;transition:border-color .15s}.ChatWidget-module__MMKJYW__chatOverlay{display:none}@media (max-width:480px){.ChatWidget-module__MMKJYW__chatOverlay{z-index:1400;background:0 0;display:block;position:fixed;inset:0}}}
.ScrollProgress-module___Fh38q__bar{background:linear-gradient(90deg, var(--neon-red), var(--neon-orange), var(--neon-gold));z-index:9999;height:3px;box-shadow:0 0 10px var(--neon-red-glow);border-radius:0 2px 2px 0;transition:width 50ms linear;position:fixed;top:0;left:0}
.PromoBanner-module__z1S5EW__banner{background:linear-gradient(90deg,#ff174426,#ff6d001a,#ff174426);border-bottom:1px solid #ff174433;animation:.4s cubic-bezier(.16,1,.3,1) PromoBanner-module__z1S5EW__bannerIn}@keyframes PromoBanner-module__z1S5EW__bannerIn{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.PromoBanner-module__z1S5EW__inner{flex-wrap:nowrap;justify-content:center;align-items:center;gap:12px;max-width:1320px;margin:0 auto;padding:10px 24px;display:flex}.PromoBanner-module__z1S5EW__spark{font-size:1.1rem}.PromoBanner-module__z1S5EW__inner p{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:.88rem;overflow:hidden}.PromoBanner-module__z1S5EW__inner p strong{color:var(--text-primary)}.PromoBanner-module__z1S5EW__highlight{color:var(--neon-gold);font-weight:800}.PromoBanner-module__z1S5EW__cta{color:#fff;background:var(--neon-red);white-space:nowrap;border-radius:100px;padding:5px 14px;font-size:.8rem;font-weight:700;transition:all .2s}.PromoBanner-module__z1S5EW__cta:hover{background:#e6143d;transform:translateY(-1px)}.PromoBanner-module__z1S5EW__close{color:var(--text-dim);flex-shrink:0;padding:4px;transition:color .15s}.PromoBanner-module__z1S5EW__close:hover{color:var(--text-primary)}@media (max-width:600px){.PromoBanner-module__z1S5EW__inner{gap:8px;padding:8px 10px}.PromoBanner-module__z1S5EW__inner p{text-align:left;font-size:.76rem}.PromoBanner-module__z1S5EW__cta{padding:6px 12px;font-size:.76rem}.PromoBanner-module__z1S5EW__close{place-items:center;width:28px;height:28px;padding:0;display:grid}}
.ContactModal-module__M_UpNq__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:9999;background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.2s ease-out ContactModal-module__M_UpNq__fadeIn;display:flex;position:fixed;inset:0}@keyframes ContactModal-module__M_UpNq__fadeIn{0%{opacity:0}to{opacity:1}}.ContactModal-module__M_UpNq__modal{background:var(--bg-card-solid);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:440px;padding:32px;animation:.3s cubic-bezier(.16,1,.3,1) ContactModal-module__M_UpNq__slideUp;position:relative;box-shadow:0 20px 60px #0009,0 0 40px #ff17441a}@keyframes ContactModal-module__M_UpNq__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.ContactModal-module__M_UpNq__closeBtn{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.ContactModal-module__M_UpNq__closeBtn:hover{color:var(--text-primary);background:#ffffff1a;transform:rotate(90deg)}.ContactModal-module__M_UpNq__title{font-family:var(--font-display);color:var(--text-primary);margin-bottom:8px;font-size:1.8rem}.ContactModal-module__M_UpNq__desc{color:var(--text-secondary);margin-bottom:24px;font-size:.95rem;line-height:1.6}.ContactModal-module__M_UpNq__options{flex-direction:column;gap:12px;display:flex}.ContactModal-module__M_UpNq__option{border-radius:var(--radius-lg);color:#fff;text-align:left;align-items:center;gap:14px;width:100%;min-height:56px;padding:16px;font-weight:600;text-decoration:none;transition:transform .2s,box-shadow .2s;display:flex}.ContactModal-module__M_UpNq__option:hover{transform:translateY(-2px)}.ContactModal-module__M_UpNq__facebook{background:linear-gradient(135deg,#1877f2 0%,#145dbf 100%)}.ContactModal-module__M_UpNq__facebook:hover{box-shadow:0 8px 24px #1877f24d}.ContactModal-module__M_UpNq__instagram{background:linear-gradient(45deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}.ContactModal-module__M_UpNq__instagram:hover{box-shadow:0 8px 24px #dc27434d}.ContactModal-module__M_UpNq__liveChat{background:linear-gradient(135deg,#ff1744 0%,#ff8a00 100%)}.ContactModal-module__M_UpNq__liveChat:hover{box-shadow:0 8px 24px #ff17444d}.ContactModal-module__M_UpNq__footerText{text-align:center;color:var(--text-dim);margin-top:24px;font-size:.8rem}
.AuthModal-module__eGxINa__overlay{z-index:10000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d1;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.AuthModal-module__eGxINa__modal{border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(#1a1028f2,#0d0a14fa);border:1px solid #ffaa0040;width:min(100%,430px);padding:32px;position:relative;box-shadow:0 30px 80px #000c,0 0 50px #ffaa001a,inset 0 1px #ffffff0d}.AuthModal-module__eGxINa__closeBtn{width:34px;height:34px;color:var(--text-secondary);border:1px solid var(--border);background:#ffffff0f;border-radius:50%;place-items:center;display:grid;position:absolute;top:18px;right:18px}.AuthModal-module__eGxINa__icon{width:58px;height:58px;color:var(--neon-gold);background:#ffaa001f;border-radius:18px;place-items:center;margin-bottom:18px;display:grid}.AuthModal-module__eGxINa__modal h2{font-family:var(--font-display);margin-bottom:8px;font-size:1.8rem}.AuthModal-module__eGxINa__modal p{color:var(--text-secondary);margin-bottom:16px;line-height:1.6}.AuthModal-module__eGxINa__perks{flex-wrap:wrap;gap:6px;margin-bottom:18px;display:flex}.AuthModal-module__eGxINa__perks span{color:var(--text-secondary);border:1px solid var(--border);background:#ffffff0d;border-radius:100px;padding:5px 9px;font-size:.72rem;font-weight:700}.AuthModal-module__eGxINa__switcher{border:1px solid var(--border);border-radius:var(--radius-sm);background:#ffffff0a;grid-template-columns:1fr 1fr;gap:6px;margin-bottom:16px;padding:5px;display:grid}.AuthModal-module__eGxINa__switcher button{color:var(--text-secondary);border-radius:6px;padding:10px;font-weight:700}.AuthModal-module__eGxINa__switcher .AuthModal-module__eGxINa__active{color:#fff;background:var(--neon-red)}.AuthModal-module__eGxINa__googleBtn{color:#111;border-radius:var(--radius-sm);background:#fff;justify-content:center;align-items:center;gap:10px;width:100%;min-height:46px;margin-bottom:14px;font-weight:800;display:flex}.AuthModal-module__eGxINa__googleBtn:disabled{opacity:.7;cursor:wait}.AuthModal-module__eGxINa__googleMark{color:#4285f4;background:#f5f7fb;border-radius:50%;place-items:center;width:24px;height:24px;font-weight:900;display:grid}.AuthModal-module__eGxINa__divider{color:var(--text-dim);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:12px;margin-bottom:14px;font-size:.75rem;font-weight:700;display:flex}.AuthModal-module__eGxINa__divider:before,.AuthModal-module__eGxINa__divider:after{content:"";background:var(--border);flex:1;height:1px}.AuthModal-module__eGxINa__form{flex-direction:column;gap:12px;display:flex}.AuthModal-module__eGxINa__form input{width:100%;color:var(--text-primary);border-radius:var(--radius-sm);font:inherit;background:#0006;border:1px solid #ffffff14;padding:14px 16px;font-size:16px;transition:all .2s;box-shadow:inset 0 2px 4px #00000080}.AuthModal-module__eGxINa__form input:focus{border-color:var(--neon-gold);background:#0009;outline:none;box-shadow:inset 0 2px 4px #00000080,0 0 12px #fa03}.AuthModal-module__eGxINa__submitBtn{border-radius:var(--radius-sm);color:#fff;background:linear-gradient(135deg, var(--neon-red), var(--neon-orange));text-transform:uppercase;letter-spacing:1px;margin-top:8px;padding:15px;font-weight:800;transition:all .2s;box-shadow:0 8px 24px #ff17444d}.AuthModal-module__eGxINa__submitBtn:hover{background:linear-gradient(135deg,#ff2a4b,#ff7b1a);transform:translateY(-2px);box-shadow:0 12px 30px #ff174466}.AuthModal-module__eGxINa__error{font-size:.82rem;color:#ff8a8a!important;margin:12px 0 0!important}@media (max-width:480px){.AuthModal-module__eGxINa__overlay{align-items:flex-start;padding:72px 12px 14px;overflow-y:auto}.AuthModal-module__eGxINa__modal{border-radius:var(--radius-lg);max-height:calc(100dvh - 88px);padding:22px 16px 16px;overflow-y:auto}.AuthModal-module__eGxINa__closeBtn{top:10px;right:10px}.AuthModal-module__eGxINa__icon{border-radius:14px;width:44px;height:44px;margin-bottom:10px}.AuthModal-module__eGxINa__modal h2{padding-right:30px;font-size:1.35rem}.AuthModal-module__eGxINa__modal p{font-size:.84rem;line-height:1.45}.AuthModal-module__eGxINa__perks{margin-bottom:12px}.AuthModal-module__eGxINa__perks span{font-size:.66rem}.AuthModal-module__eGxINa__switcher{margin-bottom:10px}.AuthModal-module__eGxINa__googleBtn{min-height:42px;margin-bottom:10px}.AuthModal-module__eGxINa__divider{margin-bottom:10px}.AuthModal-module__eGxINa__form input{padding:11px 12px}.AuthModal-module__eGxINa__submitBtn{padding:12px}}
.CasinoAmbience-module__Cm6QQq__ambience{z-index:0;pointer-events:none;position:fixed;inset:0;overflow:hidden}.CasinoAmbience-module__Cm6QQq__reelLine{opacity:.42;background:linear-gradient(90deg,#0000,#ffc40047,#ff174429,#0000);width:120%;height:1px;animation:9s ease-in-out infinite CasinoAmbience-module__Cm6QQq__reelSweep;position:absolute;top:18%;left:-10%;transform:rotate(-8deg)}.CasinoAmbience-module__Cm6QQq__token{color:#ffffff29;min-width:42px;min-height:42px;font-family:var(--font-display);background:#ffffff06;border:1px solid #ffffff17;border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:.8rem;font-weight:800;animation:12s ease-in-out infinite CasinoAmbience-module__Cm6QQq__tokenFloat;display:inline-flex;position:absolute;box-shadow:0 18px 50px #0003}.CasinoAmbience-module__Cm6QQq__tokenSeven{color:#ff174442;top:18%;right:8%}.CasinoAmbience-module__Cm6QQq__tokenCash{color:#00e67633;top:52%;left:5%}.CasinoAmbience-module__Cm6QQq__tokenBar{color:#ffc40033;bottom:24%;right:12%}.CasinoAmbience-module__Cm6QQq__tokenTriple{color:#22d3ee33;bottom:12%;left:14%}@keyframes CasinoAmbience-module__Cm6QQq__tokenFloat{0%,to{opacity:.28;transform:translate(0,0)rotate(0)}50%{opacity:.52;transform:translate(18px,-24px)rotate(8deg)}}@keyframes CasinoAmbience-module__Cm6QQq__reelSweep{0%,to{opacity:.25;transform:translateY(0)rotate(-8deg)}50%{opacity:.52;transform:translateY(42px)rotate(-8deg)}}@media (max-width:768px){.CasinoAmbience-module__Cm6QQq__token{opacity:.2;transform:scale(.82)}.CasinoAmbience-module__Cm6QQq__tokenCash,.CasinoAmbience-module__Cm6QQq__tokenTriple{display:none}}
.PlayerSafetyStrip-module__zJlw_q__strip{margin:84px auto 0;padding:0 24px}.PlayerSafetyStrip-module__zJlw_q__inner{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;max-width:1320px;margin:0 auto;display:grid}.PlayerSafetyStrip-module__zJlw_q__item{border:1px solid var(--border);border-radius:var(--radius-md);background:linear-gradient(135deg,#ffffff0d,#ffffff05),#050508b8;grid-template-columns:auto 1fr;gap:12px;min-height:112px;padding:18px;display:grid}.PlayerSafetyStrip-module__zJlw_q__icon{width:38px;height:38px;color:var(--accent-cyan);background:#22d3ee1a;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.PlayerSafetyStrip-module__zJlw_q__item strong{margin-bottom:4px;font-size:.9rem;display:block}.PlayerSafetyStrip-module__zJlw_q__item p{color:var(--text-secondary);font-size:.82rem;line-height:1.55}@media (max-width:1024px){.PlayerSafetyStrip-module__zJlw_q__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.PlayerSafetyStrip-module__zJlw_q__strip{margin-top:60px}.PlayerSafetyStrip-module__zJlw_q__inner{grid-template-columns:1fr}}
.Toast-module__yWhMxq__container{z-index:3000;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:80px;right:24px}.Toast-module__yWhMxq__toast{border-radius:var(--radius-md);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);pointer-events:auto;align-items:center;gap:10px;min-width:280px;max-width:400px;padding:14px 20px;font-size:.9rem;font-weight:600;animation:.35s cubic-bezier(.16,1,.3,1) Toast-module__yWhMxq__toastIn,.3s 3.5s forwards Toast-module__yWhMxq__toastOut;display:flex}@keyframes Toast-module__yWhMxq__toastIn{0%{opacity:0;transform:translate(30px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes Toast-module__yWhMxq__toastOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(40px)}}.Toast-module__yWhMxq__icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:.75rem;font-weight:800;display:flex}.Toast-module__yWhMxq__success{color:var(--neon-green);background:#00e6761a;border:1px solid #00e67640}.Toast-module__yWhMxq__success .Toast-module__yWhMxq__icon{background:#00e67633}.Toast-module__yWhMxq__error{color:#ff6b6b;background:#ff17441a;border:1px solid #ff174440}.Toast-module__yWhMxq__error .Toast-module__yWhMxq__icon{background:#ff174433}.Toast-module__yWhMxq__info{color:var(--neon-gold);background:#ffc40014;border:1px solid #ffc40033}.Toast-module__yWhMxq__info .Toast-module__yWhMxq__icon{background:#ffc40026}@media (max-width:480px){.Toast-module__yWhMxq__container{left:12px;right:12px}.Toast-module__yWhMxq__toast{min-width:auto}}
