html,body{height:100%;overflow:hidden}body{margin:0;font-family:Roboto,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--graphite-background);color:var(--text-primary);padding-top:env(safe-area-inset-top,0px);padding-left:env(safe-area-inset-left,0px);padding-right:env(safe-area-inset-right,0px)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1c1c1e}::-webkit-scrollbar-thumb{background-color:#3a3a3c;border-radius:10px;border:2px solid #1c1c1e}::-webkit-scrollbar-thumb:hover{background-color:#4a4a4c}*{scrollbar-width:thin;scrollbar-color:#3a3a3c #1c1c1e}body.modal-open{overflow:hidden}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:400;src:url(/assets/roboto-v30-cyrillic-regular-063wu2A_.woff2) format("woff2")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:500;src:url(/assets/roboto-v30-cyrillic-500-ByKogCTi.woff2) format("woff2")}@font-face{font-display:swap;font-family:Roboto;font-style:normal;font-weight:700;src:url(/assets/roboto-v30-cyrillic-700-hN3duQhD.woff2) format("woff2")}.animated-gradient-button{text-align:center;text-transform:uppercase;transition:.5s;background-size:200% auto!important;color:#fff;box-shadow:0 4px 15px #0000004d;display:flex;align-items:center;justify-content:center;border:none;font-weight:600}.animated-gradient-button:hover{background-position:right center;color:#fff;text-decoration:none;transform:translateY(-2px)}.animated-gradient-button:active{transform:translateY(0)}.animated-gradient-button.blue{background-image:linear-gradient(to right,#0a84ff,#00d4ff 51%,#0a84ff)!important;box-shadow:0 4px 15px #0a84ff80!important}.animated-gradient-button.blue:hover{box-shadow:0 6px 25px #0a84ffb3!important}.animated-gradient-button.green{background-image:linear-gradient(to right,#30d158,#52e070 51%,#30d158)!important;box-shadow:0 4px 15px #30d15880!important}.animated-gradient-button.green:hover{box-shadow:0 6px 25px #30d158b3!important}.animated-gradient-button.orange{background-image:linear-gradient(to right,#ff9500,#ffad5e 51%,#ff9500)!important}.animated-gradient-button.orange:hover{box-shadow:0 0 20px #ff950080!important}.animated-gradient-button.red{background-image:linear-gradient(to right,#d73a49,#ff4d4d 51%,#d73a49)!important}.animated-gradient-button.red:hover{box-shadow:0 0 20px #d73a4980!important}.animated-gradient-button.google{background-image:linear-gradient(to right,#4285f4,#67a1f8 51%,#4285f4)!important}.animated-gradient-button.google:hover{box-shadow:0 0 20px #4285f480!important}.animated-gradient-button.steam{background-image:linear-gradient(to right,#1b2838,#2c435d 51%,#1b2838)!important}.animated-gradient-button.steam:hover{box-shadow:0 0 20px #1b283880!important}.login-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.login-modal-content{background:#2a2a2a;padding:30px;border-radius:15px;text-align:center;color:#fff;width:90%;max-width:400px;box-shadow:0 5px 15px #0000004d}.login-modal-content h2{margin-top:0;font-size:24px}.login-modal-content p{margin-bottom:25px;color:#ccc}.login-options{display:flex;flex-direction:column;gap:15px}.login-option-button{display:flex;align-items:center;justify-content:center;padding:12px;border:none;border-radius:8px;cursor:pointer;font-size:16px;transition:background-color .3s ease}.login-option-button img{width:24px;height:24px;margin-right:10px}.login-option-button.google{background-color:#4285f4;color:#fff}.login-option-button.google:hover{background-color:#357ae8}.login-option-button.steam{background-color:#1b2838;color:#fff}.login-option-button.steam:hover{background-color:#2c435d}.login-option-button.telegram{background-color:#08c;color:#fff}.login-option-button.telegram:hover{background-color:#0077b3}.language-switcher{position:relative;display:inline-block}.current-language-btn{background:none;border:none;cursor:pointer;padding:0}.current-language-btn img{width:32px;height:auto;border-radius:4px}.language-dropdown{position:absolute;top:100%;right:0;background-color:#2c2c2e;border:1px solid #3a3a3c;border-radius:8px;padding:.5rem;z-index:10;display:flex;flex-direction:column;gap:.5rem;min-width:150px}.language-dropdown button{background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:4px;text-align:left;width:100%;transition:background-color .2s}.language-dropdown button:hover{background-color:#3a3a3c}.language-dropdown button:disabled{cursor:default;opacity:.7;background-color:transparent}.language-dropdown img{width:24px;height:auto;border-radius:3px}.volume-control-container{position:relative;display:flex;align-items:center}.volume-icon{width:28px;height:28px;cursor:pointer;padding:4px;border-radius:50%;transition:background-color .2s ease}.volume-icon:hover{background-color:#3a3a3c}.volume-slider-wrapper{position:absolute;top:calc(100% + 10px);left:50%;transform:translate(-50%);background-color:#1c1c1e;padding:12px 16px;border-radius:12px;border:1px solid #3a3a3c;box-shadow:0 4px 12px #00000040;z-index:100}.volume-slider{-webkit-appearance:none;appearance:none;width:120px;height:5px;background:#4a4a4c;border-radius:5px;outline:none;cursor:pointer}.volume-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;background:#007aff;border-radius:50%;cursor:pointer;border:3px solid #fff;transition:transform .2s ease}.volume-slider::-webkit-slider-thumb:hover{transform:scale(1.1)}.volume-slider::-moz-range-thumb{width:16px;height:16px;background:#007aff;border-radius:50%;cursor:pointer;border:3px solid #fff}.switch{position:relative;display:inline-block;width:50px;height:24px}.switch input{opacity:0;width:0;height:0}.switch .slider{position:absolute;cursor:pointer;inset:0;background-color:#2c2c2e;transition:.3s;border-radius:24px}.switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.switch input:checked+.slider{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.switch input:focus+.slider{box-shadow:0 0 1px #3b82f6}.switch input:checked+.slider:before{transform:translate(26px)}.switch .slider:hover{opacity:.8}.streamer-mode-toggle{position:relative;display:inline-block;width:50px;height:24px}.streamer-mode-toggle input{opacity:0;width:0;height:0}.streamer-mode-toggle .slider{position:absolute;cursor:pointer;inset:0;background-color:#2c2c2e;transition:.3s;border-radius:24px}.streamer-mode-toggle .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}.streamer-mode-toggle input:checked+.slider{background:linear-gradient(135deg,#667eea,#764ba2)}.streamer-mode-toggle input:checked+.slider:before{transform:translate(26px)}.streamer-mode-toggle .slider:hover{opacity:.8}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:5000}.modal-content{background-color:#2c2c2e;padding:24px;border-radius:16px;width:90%;max-width:400px;position:relative;border:1px solid #3a3a3c}.modal-title{margin:0 0 24px;text-align:center;font-size:22px}.modal-close-button{position:absolute;top:16px;right:16px;background:none;border:none;color:#a0a0a0;font-size:20px;cursor:pointer}.settings-grid{display:flex;flex-direction:column;gap:20px}.settings-section{display:flex;justify-content:space-between;align-items:center}.settings-label{font-size:16px;font-weight:500;color:#e0e0e0}.desktop-nav{display:flex;align-items:center;gap:20px}.desktop-nav .nav-link{color:var(--text-secondary);text-decoration:none;font-size:16px;font-weight:500;padding:8px 12px;border-radius:8px;transition:color .3s ease,background-color .3s ease;display:flex;align-items:center;gap:8px}.desktop-nav .nav-link:hover{color:var(--text-primary);background-color:#ffffff1a}.desktop-nav .nav-link.active{color:var(--text-primary);font-weight:700}.nav-icon{width:24px;height:24px;background-color:var(--text-secondary);transition:background-color .3s ease}.desktop-nav .nav-link:hover .nav-icon,.desktop-nav .nav-link.active .nav-icon{background-color:var(--text-primary)}.nav-icon.cases{-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M21%2016V8a2%202%200%200%200-1-1.73l-7-4a2%202%200%200%200-2%200l-7%204A2%202%200%200%200%203%208v8a2%202%200%200%200%201%201.73l7%204a2%202%200%200%200%202%200l7-4A2%202%200%200%200%2021%2016z'%3e%3c/path%3e%3cpolyline%20points='3.27%206.96%2012%2012.01%2020.73%206.96'%3e%3c/polyline%3e%3cline%20x1='12'%20y1='22.08'%20x2='12'%20y2='12'%3e%3c/line%3e%3c/svg%3e") no-repeat center / contain;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M21%2016V8a2%202%200%200%200-1-1.73l-7-4a2%202%200%200%200-2%200l-7%204A2%202%200%200%200%203%208v8a2%202%200%200%200%201%201.73l7%204a2%202%200%200%200%202%200l7-4A2%202%200%200%200%2021%2016z'%3e%3c/path%3e%3cpolyline%20points='3.27%206.96%2012%2012.01%2020.73%206.96'%3e%3c/polyline%3e%3cline%20x1='12'%20y1='22.08'%20x2='12'%20y2='12'%3e%3c/line%3e%3c/svg%3e") no-repeat center / contain}.nav-icon.upgrade{-webkit-mask:url("data:image/svg+xml,%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.5%207.5C15.5%208.32843%2014.8284%209%2014%209C13.1716%209%2012.5%208.32843%2012.5%207.5C12.5%206.67157%2013.1716%206%2014%206C14.8284%206%2015.5%206.67157%2015.5%207.5Z'%20fill='%23ffffff'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%202C9.23858%202%207%204.23858%207%207V8C7%208.55228%206.55228%209%206%209C5.44772%209%205%208.55228%205%208V7C5%203.13401%208.13401%200%2012%200C15.866%200%2019%203.13401%2019%207V8C19%208.55228%2018.5523%209%2018%209C17.4477%209%2017%208.55228%2017%208V7C17%204.23858%2014.7614%202%2012%202Z'%20fill='%23ffffff'/%3e%3cpath%20d='M10%2014C10%2013.4477%2010.4477%2013%2011%2013H13C13.5523%2013%2014%2013.4477%2014%2014V20C14%2021.1046%2013.1046%2022%2012%2022C10.8954%2022%2010%2021.1046%2010%2020V14Z'%20fill='%23ffffff'/%3e%3cpath%20d='M6%2014C6%2012.3431%207.34315%2011%209%2011H15C16.6569%2011%2018%2012.3431%2018%2014V20C18%2022.2091%2016.2091%2024%2014%2024H10C7.79086%2024%206%2022.2091%206%2020V14Z'%20stroke='%23ffffff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center / contain;mask:url("data:image/svg+xml,%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.5%207.5C15.5%208.32843%2014.8284%209%2014%209C13.1716%209%2012.5%208.32843%2012.5%207.5C12.5%206.67157%2013.1716%206%2014%206C14.8284%206%2015.5%206.67157%2015.5%207.5Z'%20fill='%23ffffff'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M12%202C9.23858%202%207%204.23858%207%207V8C7%208.55228%206.55228%209%206%209C5.44772%209%205%208.55228%205%208V7C5%203.13401%208.13401%200%2012%200C15.866%200%2019%203.13401%2019%207V8C19%208.55228%2018.5523%209%2018%209C17.4477%209%2017%208.55228%2017%208V7C17%204.23858%2014.7614%202%2012%202Z'%20fill='%23ffffff'/%3e%3cpath%20d='M10%2014C10%2013.4477%2010.4477%2013%2011%2013H13C13.5523%2013%2014%2013.4477%2014%2014V20C14%2021.1046%2013.1046%2022%2012%2022C10.8954%2022%2010%2021.1046%2010%2020V14Z'%20fill='%23ffffff'/%3e%3cpath%20d='M6%2014C6%2012.3431%207.34315%2011%209%2011H15C16.6569%2011%2018%2012.3431%2018%2014V20C18%2022.2091%2016.2091%2024%2014%2024H10C7.79086%2024%206%2022.2091%206%2020V14Z'%20stroke='%23ffffff'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center / contain}.nav-icon.profile{-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M20%2021v-2a4%204%200%200%200-4-4H8a4%204%200%200%200-4%204v2'%3e%3c/path%3e%3ccircle%20cx='12'%20cy='7'%20r='4'%3e%3c/circle%3e%3c/svg%3e") no-repeat center / contain;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20stroke='currentColor'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'%3e%3cpath%20d='M20%2021v-2a4%204%200%200%200-4-4H8a4%204%200%200%200-4%204v2'%3e%3c/path%3e%3ccircle%20cx='12'%20cy='7'%20r='4'%3e%3c/circle%3e%3c/svg%3e") no-repeat center / contain}.nav-icon.mines{-webkit-mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='currentColor'%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm-1-13h2v6h-2zm0%208h2v2h-2z'/%3e%3c/svg%3e") no-repeat center / contain;mask:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20fill='currentColor'%3e%3cpath%20d='M12%202C6.48%202%202%206.48%202%2012s4.48%2010%2010%2010%2010-4.48%2010-10S17.52%202%2012%202zm0%2018c-4.41%200-8-3.59-8-8s3.59-8%208-8%208%203.59%208%208-3.59%208-8%208zm-1-13h2v6h-2zm0%208h2v2h-2z'/%3e%3c/svg%3e") no-repeat center / contain}.desktop-nav .nav-link.active .nav-icon.cases{-webkit-mask:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20fill='%23ffffff'%20xmlns='http://www.w3.org/2000/svg'%20width='800px'%20height='800px'%20viewBox='0%200%20100%20100'%20xml:space='preserve'%20stroke='%23ffffff'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cg%3e%3cg%3e%3cpath%20d='M38,29h4c0.6,0,1-0.4,1-1v-3h14v3c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1v-3c0-3.3-2.7-6-6-6H43c-3.3,0-6,2.7-6,6%20v3C37,28.6,37.4,29,38,29z'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M74,35H26c-3.3,0-6,2.7-6,6v32c0,3.3,2.7,6,6,6h48c3.3,0,6-2.7,6-6V41C80,37.7,77.3,35,74,35z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center / contain;mask:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20fill='%23ffffff'%20xmlns='http://www.w3.org/2000/svg'%20width='800px'%20height='800px'%20viewBox='0%200%20100%20100'%20xml:space='preserve'%20stroke='%23ffffff'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cg%3e%3cg%3e%3cpath%20d='M38,29h4c0.6,0,1-0.4,1-1v-3h14v3c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1v-3c0-3.3-2.7-6-6-6H43c-3.3,0-6,2.7-6,6%20v3C37,28.6,37.4,29,38,29z'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M74,35H26c-3.3,0-6,2.7-6,6v32c0,3.3,2.7,6,6,6h48c3.3,0,6-2.7,6-6V41C80,37.7,77.3,35,74,35z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e") no-repeat center / contain}.app-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;margin-bottom:24px;border-radius:24px;background-color:#1c1c1e;color:var(--text-primary);z-index:1000;height:auto;position:relative}.header-left,.header-right{display:flex;align-items:center;gap:-1px;flex:1}.header-right{justify-content:flex-end}.header-center{position:absolute;left:50%;transform:translate(-50%);display:flex;justify-content:center}.logo-container{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.logo-image{height:40px}.logo-text{font-size:22px;font-weight:700;font-family:var(--font-main);color:#fff}.user-pill{display:flex;align-items:center;background-color:#2c2c2e;border-radius:24px;padding:4px;text-decoration:none;color:inherit;transition:background-color .2s ease}.user-pill:hover{background-color:#3a3a3c}.user-avatar,.user-avatar-placeholder{width:38px;height:38px;border-radius:50%;object-fit:cover;display:flex;align-items:center;justify-content:center;background-color:#1c1c1e;font-weight:600;font-size:18px}.user-name{font-size:16px;font-weight:600;color:#fff;margin:0 12px}.separator{width:1px;height:24px;background-color:#48484a;margin:0 8px}.balance-section{display:flex;align-items:center;gap:8px;padding-right:12px;font-size:16px;font-weight:600;color:#fff}.ton-icon{width:24px;height:24px}.settings-button,.telegram-mobile-button{background:none;border:none;color:#a0a0a0;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:50%;transition:background-color .2s ease,color .2s ease;text-decoration:none}.settings-button:hover,.telegram-mobile-button:hover{background-color:#3a3a3c;color:#fff}.login-button{color:#fff;border:none;padding:10px 20px;border-radius:20px;font-size:16px;font-weight:600;cursor:pointer}@media (min-width: 769px){.user-name{display:inline}}@media (max-width: 768px){.app-header{padding:12px 16px;margin-bottom:16px;justify-content:space-between;gap:12px}.header-center,.user-name,.separator,.user-avatar,.user-avatar-placeholder{display:none}.logo-container{gap:8px}.logo-text{display:block;font-size:clamp(13px,4.5vw,18px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logo-image{height:32px;flex-shrink:0}.header-left{flex:1 1 auto;min-width:0}.header-right{flex:0 0 auto;gap:4px}.user-pill{padding:4px 8px}.settings-button{padding:8px;font-size:20px}.balance-section{padding-right:0}}.bottom-nav{position:fixed;bottom:10px;bottom:calc(10px + env(safe-area-inset-bottom,0px));left:50%;transform:translate(-50%);width:calc(100% - 20px);max-width:480px;height:65px;background-color:var(--navbar-background);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;justify-content:space-around;align-items:center;border-radius:16px;border:1px solid rgba(255,255,255,.1);z-index:2000;padding:0 8px}@media (min-width: 769px){.bottom-nav{display:none}}.nav-link{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#ffffffb3;text-decoration:none;font-family:var(--font-main);font-size:12px;font-weight:700;border-radius:12px;transition:color .3s ease,transform .2s ease;flex:1;height:55px;position:relative;overflow:hidden}.nav-link:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:50px;height:50px;background-color:#fff;border-radius:50%;filter:blur(20px);opacity:0;transition:opacity .4s ease;z-index:0}.nav-link:hover:before,.nav-link.active:before{opacity:.3}.nav-link.active{color:#fff}.nav-link>*{position:relative;z-index:1}.nav-icon{width:24px;height:24px;background-color:#ffffffb3;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;transition:background-color .3s ease}.nav-icon.cases{mask-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20fill='%23ffffff'%20xmlns='http://www.w3.org/2000/svg'%20width='800px'%20height='800px'%20viewBox='0%200%20100%20100'%20xml:space='preserve'%20stroke='%23ffffff'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cg%3e%3cg%3e%3cpath%20d='M38,29h4c0.6,0,1-0.4,1-1v-3h14v3c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1v-3c0-3.3-2.7-6-6-6H43c-3.3,0-6,2.7-6,6%20v3C37,28.6,37.4,29,38,29z'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M74,35H26c-3.3,0-6,2.7-6,6v32c0,3.3,2.7,6,6,6h48c3.3,0,6-2.7,6-6V41C80,37.7,77.3,35,74,35z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20fill='%23ffffff'%20xmlns='http://www.w3.org/2000/svg'%20width='800px'%20height='800px'%20viewBox='0%200%20100%20100'%20xml:space='preserve'%20stroke='%23ffffff'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cg%3e%3cg%3e%3cpath%20d='M38,29h4c0.6,0,1-0.4,1-1v-3h14v3c0,0.6,0.4,1,1,1h4c0.6,0,1-0.4,1-1v-3c0-3.3-2.7-6-6-6H43c-3.3,0-6,2.7-6,6%20v3C37,28.6,37.4,29,38,29z'/%3e%3c/g%3e%3cg%3e%3cpath%20d='M74,35H26c-3.3,0-6,2.7-6,6v32c0,3.3,2.7,6,6,6h48c3.3,0,6-2.7,6-6V41C80,37.7,77.3,35,74,35z'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.nav-icon.upgrade{mask-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23000000'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20fill='%23ffffff'%20d='M256%2029.816l-231%20154v106.368l231-154%20231%20154V183.816zm0%20128.043L105%20259.783v90.283l151-101.925%20151%20101.925v-90.283zm0%20112l-87%2058.725v67.6l87-58%2087%2058v-67.6zm0%2089.957l-87%2058v64.368l87-58%2087%2058v-64.368z'/%3e%3c/g%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%20512%20512'%20xmlns='http://www.w3.org/2000/svg'%20fill='%23000000'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20fill='%23ffffff'%20d='M256%2029.816l-231%20154v106.368l231-154%20231%20154V183.816zm0%20128.043L105%20259.783v90.283l151-101.925%20151%20101.925v-90.283zm0%20112l-87%2058.725v67.6l87-58%2087%2058v-67.6zm0%2089.957l-87%2058v64.368l87-58%2087%2058v-64.368z'/%3e%3c/g%3e%3c/svg%3e")}.nav-icon.mines{mask-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20fill='%23ffffff'%20width='800px'%20height='800px'%20viewBox='0%200%2014%2014'%20role='img'%20focusable='false'%20aria-hidden='true'%20xmlns='http://www.w3.org/2000/svg'%20stroke='%23ffffff'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='m%2011.324219,3.07539%20-1.21875,1.21875%200.621093,0.6211%20c%200.220313,0.22031%200.220313,0.57656%200,0.79453%20L%2010.31875,6.11758%20C%2010.595313,6.7293%2010.75,7.40899%2010.75,8.12383%20c%200,2.69297%20-2.1820313,4.875%20-4.875,4.875%20C%203.1820313,12.99883%201,10.81914%201,8.12617%20c%200,-2.69296%202.1820312,-4.875%204.875,-4.875%200.7148437,0%201.3945312,0.15469%202.00625,0.43125%20L%208.2890625,3.27461%20C%208.509375,3.0543%208.865625,3.0543%209.0835937,3.27461%20L%209.7046875,3.8957%2010.923438,2.67695%2011.324219,3.07539%20Z%20m%201.394531,-0.66797%20-0.5625,0%20c%20-0.154688,0%20-0.28125,0.12657%20-0.28125,0.28125%200,0.15469%200.126562,0.28125%200.28125,0.28125%20l%200.5625,0%20C%2012.873438,2.96992%2013,2.84336%2013,2.68867%2013,2.53399%2012.873438,2.40742%2012.71875,2.40742%20Z%20M%2011.3125,1.00117%20c%20-0.154688,0%20-0.28125,0.12657%20-0.28125,0.28125%20l%200,0.5625%20c%200,0.15469%200.126562,0.28125%200.28125,0.28125%200.154688,0%200.28125,-0.12656%200.28125,-0.28125%20l%200,-0.5625%20c%200,-0.15468%20-0.126562,-0.28125%20-0.28125,-0.28125%20z%20m%200.794531,1.28907%200.398438,-0.39844%20c%200.110156,-0.11016%200.110156,-0.28828%200,-0.39844%20-0.110157,-0.11016%20-0.288281,-0.11016%20-0.398438,0%20L%2011.708594,1.8918%20c%20-0.110157,0.11015%20-0.110157,0.28828%200,0.39844%200.1125,0.11015%200.290625,0.11015%200.398437,0%20z%20m%20-1.589062,0%20c%200.110156,0.11015%200.288281,0.11015%200.398437,0%200.110156,-0.11016%200.110156,-0.28829%200,-0.39844%20L%2010.517969,1.49336%20c%20-0.110156,-0.11016%20-0.288281,-0.11016%20-0.398438,0%20-0.110156,0.11016%20-0.110156,0.28828%200,0.39844%20l%200.398438,0.39844%20z%20m%201.589062,0.79687%20c%20-0.110156,-0.11016%20-0.288281,-0.11016%20-0.398437,0%20-0.110157,0.11016%20-0.110157,0.28828%200,0.39844%20l%200.398437,0.39844%20c%200.110157,0.11015%200.288281,0.11015%200.398438,0%200.110156,-0.11016%200.110156,-0.28829%200,-0.39844%20L%2012.107031,3.08711%20Z%20M%203.625,7.37617%20c%200,-0.82734%200.6726562,-1.5%201.5,-1.5%200.20625,0%200.375,-0.16875%200.375,-0.375%200,-0.20625%20-0.16875,-0.375%20-0.375,-0.375%20-1.2398438,0%20-2.25,1.01016%20-2.25,2.25%200,0.20625%200.16875,0.375%200.375,0.375%200.20625,0%200.375,-0.16875%200.375,-0.375%20z'/%3e%3c/g%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20fill='%23ffffff'%20width='800px'%20height='800px'%20viewBox='0%200%2014%2014'%20role='img'%20focusable='false'%20aria-hidden='true'%20xmlns='http://www.w3.org/2000/svg'%20stroke='%23ffffff'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cpath%20d='m%2011.324219,3.07539%20-1.21875,1.21875%200.621093,0.6211%20c%200.220313,0.22031%200.220313,0.57656%200,0.79453%20L%2010.31875,6.11758%20C%2010.595313,6.7293%2010.75,7.40899%2010.75,8.12383%20c%200,2.69297%20-2.1820313,4.875%20-4.875,4.875%20C%203.1820313,12.99883%201,10.81914%201,8.12617%20c%200,-2.69296%202.1820312,-4.875%204.875,-4.875%200.7148437,0%201.3945312,0.15469%202.00625,0.43125%20L%208.2890625,3.27461%20C%208.509375,3.0543%208.865625,3.0543%209.0835937,3.27461%20L%209.7046875,3.8957%2010.923438,2.67695%2011.324219,3.07539%20Z%20m%201.394531,-0.66797%20-0.5625,0%20c%20-0.154688,0%20-0.28125,0.12657%20-0.28125,0.28125%200,0.15469%200.126562,0.28125%200.28125,0.28125%20l%200.5625,0%20C%2012.873438,2.96992%2013,2.84336%2013,2.68867%2013,2.53399%2012.873438,2.40742%2012.71875,2.40742%20Z%20M%2011.3125,1.00117%20c%20-0.154688,0%20-0.28125,0.12657%20-0.28125,0.28125%20l%200,0.5625%20c%200,0.15469%200.126562,0.28125%200.28125,0.28125%200.154688,0%200.28125,-0.12656%200.28125,-0.28125%20l%200,-0.5625%20c%200,-0.15468%20-0.126562,-0.28125%20-0.28125,-0.28125%20z%20m%200.794531,1.28907%200.398438,-0.39844%20c%200.110156,-0.11016%200.110156,-0.28828%200,-0.39844%20-0.110157,-0.11016%20-0.288281,-0.11016%20-0.398438,0%20L%2011.708594,1.8918%20c%20-0.110157,0.11015%20-0.110157,0.28828%200,0.39844%200.1125,0.11015%200.290625,0.11015%200.398437,0%20z%20m%20-1.589062,0%20c%200.110156,0.11015%200.288281,0.11015%200.398437,0%200.110156,-0.11016%200.110156,-0.28829%200,-0.39844%20L%2010.517969,1.49336%20c%20-0.110156,-0.11016%20-0.288281,-0.11016%20-0.398438,0%20-0.110156,0.11016%20-0.110156,0.28828%200,0.39844%20l%200.398438,0.39844%20z%20m%201.589062,0.79687%20c%20-0.110156,-0.11016%20-0.288281,-0.11016%20-0.398437,0%20-0.110157,0.11016%20-0.110157,0.28828%200,0.39844%20l%200.398437,0.39844%20c%200.110157,0.11015%200.288281,0.11015%200.398438,0%200.110156,-0.11016%200.110156,-0.28829%200,-0.39844%20L%2012.107031,3.08711%20Z%20M%203.625,7.37617%20c%200,-0.82734%200.6726562,-1.5%201.5,-1.5%200.20625,0%200.375,-0.16875%200.375,-0.375%200,-0.20625%20-0.16875,-0.375%20-0.375,-0.375%20-1.2398438,0%20-2.25,1.01016%20-2.25,2.25%200,0.20625%200.16875,0.375%200.375,0.375%200.20625,0%200.375,-0.16875%200.375,-0.375%20z'/%3e%3c/g%3e%3c/svg%3e")}.nav-icon.profile{mask-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20stroke='%23ffffff'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cg%20id='style=fill'%3e%3cg%20id='profile'%3e%3cpath%20id='vector%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.75%206.5C6.75%203.6005%209.1005%201.25%2012%201.25C14.8995%201.25%2017.25%203.6005%2017.25%206.5C17.25%209.3995%2014.8995%2011.75%2012%2011.75C9.1005%2011.75%206.75%209.3995%206.75%206.5Z'%20fill='%23ffffff'/%3e%3cpath%20id='rec%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.25%2018.5714C4.25%2015.6325%206.63249%2013.25%209.57143%2013.25H14.4286C17.3675%2013.25%2019.75%2015.6325%2019.75%2018.5714C19.75%2020.8792%2017.8792%2022.75%2015.5714%2022.75H8.42857C6.12081%2022.75%204.25%2020.8792%204.25%2018.5714Z'%20fill='%23ffffff'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3c!DOCTYPE%20svg%20PUBLIC%20'-//W3C//DTD%20SVG%201.1//EN'%20'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3e%3c!--%20Uploaded%20to:%20SVG%20Repo,%20www.svgrepo.com,%20Transformed%20by:%20SVG%20Repo%20Mixer%20Tools%20--%3e%3csvg%20width='800px'%20height='800px'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20stroke='%23ffffff'%3e%3cg%20id='SVGRepo_bgCarrier'%20stroke-width='0'/%3e%3cg%20id='SVGRepo_tracerCarrier'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cg%20id='SVGRepo_iconCarrier'%3e%3cg%20id='style=fill'%3e%3cg%20id='profile'%3e%3cpath%20id='vector%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M6.75%206.5C6.75%203.6005%209.1005%201.25%2012%201.25C14.8995%201.25%2017.25%203.6005%2017.25%206.5C17.25%209.3995%2014.8995%2011.75%2012%2011.75C9.1005%2011.75%206.75%209.3995%206.75%206.5Z'%20fill='%23ffffff'/%3e%3cpath%20id='rec%20(Stroke)'%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M4.25%2018.5714C4.25%2015.6325%206.63249%2013.25%209.57143%2013.25H14.4286C17.3675%2013.25%2019.75%2015.6325%2019.75%2018.5714C19.75%2020.8792%2017.8792%2022.75%2015.5714%2022.75H8.42857C6.12081%2022.75%204.25%2020.8792%204.25%2018.5714Z'%20fill='%23ffffff'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e")}.nav-icon.support{background-color:transparent;display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin-bottom:-4px}.nav-icon.support svg{color:#ffffffb3;transition:color .3s ease}.nav-link:hover .nav-icon.support svg,.nav-link.active .nav-icon.support svg{color:#fff}.nav-link:hover .nav-icon,.nav-link.active .nav-icon{background-color:#fff}.easter-egg-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:9999;overflow:hidden}.gif-floating{position:absolute;width:30vw;max-width:250px;height:auto}.gif-floating img{width:100%;height:auto;border-radius:16px;box-shadow:0 0 40px #ffffff4d}.swaga-text{position:absolute;font-size:6vw;font-weight:700;color:#fff;text-shadow:0 0 10px #ff00de,0 0 20px #ff00de,0 0 30px #ff00de,0 0 40px #00c3ff,0 0 70px #00c3ff,0 0 80px #00c3ff,0 0 100px #00c3ff,0 0 150px #00c3ff;pointer-events:none}.live-feed-container{width:100%;margin:0 auto;padding:16px 0;box-sizing:border-box;display:flex;align-items:center}.live-feed-header{display:flex;align-items:center;gap:12px;writing-mode:vertical-rl;transform:rotate(180deg);margin:0;padding-right:10px}.drops-label{font-size:14px;font-weight:700;color:#4caf50;text-transform:uppercase}.online-indicator{width:10px;height:10px;background-color:#4caf50;border-radius:50%;animation:blink 1.5s infinite}@keyframes blink{50%{opacity:.3}}.live-feed-wrapper{flex:1;overflow:hidden}.live-feed-scroll{display:flex;flex-direction:row;gap:12px;padding:0 16px}.no-drops-message{color:#888;font-size:.9rem;text-align:center;width:100%;padding:20px 0}.live-promo-badge{position:absolute;top:8px;right:8px;background-color:#ffc107;color:#1a1a1a;padding:2px 6px;border-radius:4px;font-size:.7rem;font-weight:700;z-index:5}.drop-item-wrapper{flex-shrink:0;cursor:pointer}.drop-item-mobile{display:block;width:80px;height:80px;border-radius:12px;overflow:hidden;position:relative;background:#1c1c1e;-webkit-tap-highlight-color:transparent}.drop-item-mobile-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle,rgba(var(--item-bg-color-rgb),.4),rgba(var(--item-bg-color-rgb),.1) 70%),#1c1c1e;border:1px solid rgba(var(--item-bg-color-rgb),.3);box-shadow:0 0 15px rgba(var(--item-bg-color-rgb),.2);transition:transform .2s ease}.drop-item-mobile:active .drop-item-mobile-inner{transform:scale(.95)}.drop-item-image-mobile{width:85%;height:85%;object-fit:contain;filter:drop-shadow(0 0 8px rgba(var(--item-bg-color-rgb),.5))}.drop-source-icon-mobile{position:absolute;top:5px;right:5px;width:18px;height:18px;background:#00000080;border-radius:50%;display:flex;align-items:center;justify-content:center}.drop-source-icon-mobile img{width:10px;height:10px}.drop-item-price-mobile{position:absolute;bottom:5px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;background-color:#00000080;padding:2px 6px;border-radius:8px;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.drop-item-price-mobile img{width:16px;height:16px}@media (min-width: 769px){.live-feed-container{padding:0}.live-feed-header{padding-right:16px;margin-right:16px}.live-feed-wrapper{-webkit-mask-image:linear-gradient(to right,black 95%,transparent 100%);mask-image:linear-gradient(to right,black 95%,transparent 100%)}.live-feed-scroll{gap:24px;padding:20px 0}.drop-item{width:240px;height:90px;position:relative;perspective:1200px}.drop-item-flipper{width:100%;height:100%;position:relative;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.25,1,.5,1)}.drop-item-wrapper:hover .drop-item-flipper{transform:rotateY(180deg)}.drop-item-face{position:absolute;width:100%;height:100%;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:14px;overflow:hidden;display:flex;align-items:center;padding:12px;box-sizing:border-box;box-shadow:0 10px 30px #0000004d}.drop-item-price,.source-price{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:700;margin-top:4px;background-color:#0000004d;padding:3px 8px;border-radius:12px;border:1px solid rgba(255,255,255,.1);align-self:flex-start}.drop-item-price img,.source-price img{width:18px;height:18px}.drop-item-front{background:linear-gradient(90deg,rgba(var(--item-bg-color-rgb),.2),#2c2c2e1a),radial-gradient(circle at top left,rgba(var(--item-bg-color-rgb),.15),transparent 40%),#28282b;border:1px solid rgba(var(--item-bg-color-rgb),.3)}.drop-item-image{width:64px;height:64px;object-fit:contain;margin-right:12px;flex-shrink:0;filter:drop-shadow(0 0 10px rgba(var(--item-bg-color-rgb),.5));position:relative;z-index:2}.drop-item-info{display:flex;flex-direction:column;justify-content:center;color:#fff;overflow:hidden;text-align:left;align-items:flex-start;position:relative;z-index:2}.drop-item-user,.drop-item-name{text-shadow:0 1px 3px rgba(0,0,0,.5)}.drop-item-user{font-size:14px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drop-item-name{font-size:12px;color:#b0b0b0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.drop-item-back{background:radial-gradient(circle at center,rgba(var(--item-bg-color-rgb),.3),#2222251a 70%),#222225;border:1px solid rgba(var(--item-bg-color-rgb),.3);box-shadow:inset 0 0 25px rgba(var(--item-bg-color-rgb),.25);transform:rotateY(180deg);justify-content:center}.source-info{width:100%;height:100%;display:flex;align-items:center;justify-content:center;gap:12px;position:relative;z-index:2}.source-image{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 0 8px rgba(0,0,0,.5))}.source-details{display:flex;flex-direction:column;justify-content:center;overflow:hidden;align-items:flex-start}.source-name,.source-text{color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.7)}.source-name{font-size:14px;font-weight:600}.source-price{color:#ccc}.upgrade-info{gap:10px;flex-direction:column;align-items:center}.source-icon{width:32px;height:32px;filter:drop-shadow(0 0 5px #00aaff)}.source-text{font-size:14px;font-weight:600;color:#0af}.glare-effect{content:"";position:absolute;top:0;left:-150%;width:80%;height:100%;background:linear-gradient(to right,#fff0,#ffffff26,#fff0);transform:skew(-25deg);transition:left .8s ease-in-out;pointer-events:none;z-index:1}.drop-item-wrapper:hover .glare-effect{left:150%}@keyframes sparkle-anim{0%,to{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1)}}.sparkles-container{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;opacity:0;transition:opacity .4s ease-in-out;z-index:1}.drop-item-wrapper:hover .sparkles-container{opacity:1}.sparkle{position:absolute;width:3px;height:3px;background-color:#fff;border-radius:50%;box-shadow:0 0 5px #fff,0 0 10px rgba(var(--item-bg-color-rgb),.8);opacity:0;animation-name:sparkle-anim;animation-timing-function:ease-in-out;animation-iteration-count:infinite}}.app-footer{background-color:#1c1c1e;color:#e0e0e0;padding:24px 16px 16px;margin-top:32px;border-radius:16px}.footer-content{max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:16px}.footer-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.05)}.footer-logo-container{display:flex;align-items:center;gap:10px;text-decoration:none}.footer-logo-img{height:28px;width:28px}.footer-logo-text{font-size:18px;font-weight:700;color:#fff;font-family:var(--font-main)}.footer-nav{display:flex;gap:16px;flex-wrap:wrap}.footer-link{color:#8e8e8e;text-decoration:none;font-size:13px;transition:color .2s ease}.footer-link:hover{color:#fff}.footer-description{font-size:12px;line-height:1.6;color:#6e6e6e;margin:0;text-align:center}.footer-inline-link{color:#8e8e8e;text-decoration:none;transition:color .2s ease;border-bottom:1px solid transparent}.footer-inline-link:hover{color:#fff;border-bottom-color:#ffffff4d}.footer-copyright{font-size:11px;color:#5e5e5e;margin:0;padding-top:12px;border-top:1px solid rgba(255,255,255,.05);text-align:center}@media (max-width: 768px){.app-footer{margin-bottom:80px;padding:20px 12px 14px;border-radius:12px}.footer-top{flex-direction:column;align-items:flex-start;gap:12px}.footer-nav{gap:12px}.footer-link{font-size:12px}.footer-description{font-size:11px}.footer-logo-text{font-size:16px}.footer-logo-img{height:24px;width:24px}}@media (min-width: 769px){.app-footer{padding:32px 24px 20px;margin-top:48px;border-radius:20px}.footer-content{max-width:1200px;margin:0 auto}}.language-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0a0a0fcc;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.language-modal-content{background:linear-gradient(145deg,#1e1e2f,#1a1a2a);border-radius:16px;padding:32px;width:90%;max-width:400px;text-align:center;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 30px #0000004d}.language-modal-title{font-size:24px;font-weight:600;color:#fff;margin:0 0 8px}.language-modal-subtitle{font-size:16px;color:#a0a0b0;margin:0 0 24px}.language-modal-options{display:flex;flex-direction:column;gap:16px}.language-option-button{display:flex;align-items:center;justify-content:center;width:100%;padding:14px;background-color:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;cursor:pointer;transition:background-color .2s ease,transform .2s ease;font-size:18px;font-weight:500;color:#f0f0f0}.language-option-button:hover{background-color:#ffffff1a;transform:translateY(-2px)}.language-option-button img{width:28px;height:28px;margin-right:12px;border-radius:50%;object-fit:cover}.modal-overlay{position:fixed;inset:0;background-color:#000000b3;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:center;z-index:3000;animation:modalFadeIn .3s ease-out}.modal-content{background-color:#1c1c1e;border-radius:16px;width:90%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;border:1px solid rgba(255,255,255,.1)}.modal-header{padding:16px;border-bottom:1px solid #333;display:flex;justify-content:space-between;align-items:center;position:relative}.modal-header h2{margin:0;font-size:20px;width:100%;text-align:center;padding:0 20px}.modal-header .close-button{position:absolute;top:50%;transform:translateY(-50%);right:15px;background:none;border:none;color:#8e8e8e;font-size:28px;cursor:pointer;line-height:1;padding:5px}.modal-body{padding:24px;overflow-y:auto}.deposit-form .input-group{margin-bottom:20px}.deposit-form label{display:block;margin-bottom:8px;color:#8e8e93;font-weight:500}.deposit-form .input-with-icon{position:relative}.deposit-form input:focus,.deposit-form input:hover{outline:none;border-color:#007aff;box-shadow:none}.deposit-form input{width:100%;padding:12px 40px 12px 16px;border-radius:8px;border:1px solid #3a3a3c;background-color:#2c2c2e;color:#fff;font-size:16px;box-sizing:border-box}.deposit-form .input-with-icon img{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:24px;height:24px}.action-button{width:100%;text-align:center}.withdraw-info{text-align:center;color:#8e8e93;line-height:1.6;margin-top:16px;margin-bottom:16px;font-size:14px}.withdraw-info p{margin:4px 0}.withdraw-info strong{color:#fff}.input-with-button{display:flex;align-items:center;gap:8px}.input-with-button input{flex-grow:1}.add-my-wallet-btn{padding:8px 12px;background-color:#007aff;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;white-space:nowrap;transition:background-color .2s;height:45px;display:flex;justify-content:center;align-items:center}.add-my-wallet-btn:hover{background-color:#005bb5}.address-preview{font-family:monospace;font-size:12px;color:#8e8e93;margin-top:8px;text-align:center;word-break:keep-all}.wallet-warning{font-size:12px;color:#ff9500;margin-top:10px;line-height:1.4}.modal-action-centered{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:16px}.max-button{position:absolute;right:45px;top:50%;transform:translateY(-50%);background-color:#3a3a3c;border:none;color:#fff;font-weight:600;border-radius:6px;padding:4px 8px;font-size:12px;cursor:pointer}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 768px){.modal-content{width:95%;max-width:none;max-height:95vh;border-radius:12px}.modal-header h2{font-size:18px;padding:0 15px}.modal-body{padding:16px}.deposit-form input,.deposit-form-modern .modern-input{font-size:1.2rem}.action-button,.modern-action-button{padding:14px;font-size:1rem}.quick-amounts-section{gap:.4rem}.quick-amount-button{min-width:60px;padding:.5rem .8rem;font-size:.85rem}.conversion-value{font-size:1.3rem}.modern-input-wrapper{padding:.6rem .85rem}.input-icon{width:24px;height:24px}.loading-container{padding:2rem 1rem}.loader-icon.spinning{font-size:2.5rem}}@media (max-width: 480px){.modal-content{width:98%;border-radius:10px}.modal-header h2{font-size:16px}.modal-body{padding:12px}.quick-amount-button{flex:1 1 calc(33.333% - .4rem);min-width:unset;padding:.5rem;font-size:.8rem}.conversion-card{padding:.75rem}.info-text{font-size:.75rem}}:root{--background-color: #121212;--primary-blue: #007AFF;--secondary-purple: #BD34FE;--text-primary: #ffffff;--text-secondary: #8e8e8e;--text-hint: #6e6e6e;--card-background: #2c2c2e;--navbar-background: rgba(44, 44, 46, .75);--graphite-background: #121212;--success-color: #34C759;--error-color: #FF3B30;--warning-color: #FF9500;--font-main: "Roboto", sans-serif;--font-size-xs: 10px;--font-size-sm: 12px;--font-size-base: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 20px;--font-size-2xl: 24px;--font-size-3xl: 30px;--line-height-tight: 1.2;--line-height-normal: 1.5;--line-height-relaxed: 1.75;--spacing-xs: 4px;--spacing-sm: 8px;--spacing-md: 12px;--spacing-lg: 16px;--spacing-xl: 24px;--spacing-2xl: 32px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition-normal: .25s cubic-bezier(.4, 0, .2, 1);--transition-slow: .4s cubic-bezier(.4, 0, .2, 1);--transition-spring: .5s cubic-bezier(.34, 1.56, .64, 1);--transition-smooth: .3s cubic-bezier(.4, 0, .2, 1);--tg-bg-color: #121212;--tg-text-color: #ffffff;--tg-hint-color: #8e8e8e;--tg-link-color: #007AFF;--tg-button-color: #2ea6ff;--tg-button-text-color: #ffffff;--tg-secondary-bg-color: #1c1c1e;--tg-header-bg-color: #141414;--tg-accent-text-color: #2ea6ff;--tg-section-bg-color: #2c2c2e;--tg-destructive-text-color: #FF3B30;--border-radius-sm: 8px;--border-radius-md: 12px;--border-radius-lg: 16px;--border-radius-xl: 24px;--border-radius-full: 9999px}body{margin:0;font-family:Roboto,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--graphite-background);color:var(--text-primary)}.app-container{display:flex;flex-direction:column;height:var(--tg-viewport-stable-height);max-width:500px;margin:0 auto;background-color:var(--graphite-background);padding-top:16px}.main-content{flex:1;overflow-x:hidden;padding:0 16px 70px}@media (min-width: 769px){.app-container{height:100vh;max-width:1520px;padding:20px 40px 0}.main-content{padding:0 24px 70px}}button,.nav-link{transition:transform .1s ease-in-out}button:active,.nav-link:active{transform:scale(.98)}.loading-overlay{display:flex;flex-direction:column;align-items:center;justify-content:center;height:var(--tg-viewport-stable-height);background-color:var(--background-color)}@media (min-width: 769px){.loading-overlay{height:100vh}}.custom-toast{background:#2c2c2e!important;color:#fff!important;border:1px solid #3a3a3c!important;border-radius:12px!important;box-shadow:0 4px 12px #00000040!important}@media (max-width: 768px){[data-sonner-toaster][data-position=top-center]{top:20px!important;left:0!important;right:0!important;width:100%!important;transform:none!important}.custom-toast{opacity:.9;width:240px!important;margin:0 auto!important;font-size:14px!important;padding:8px 12px!important}}
