.app-loader{display:flex;justify-content:center;align-items:center;height:100vh;width:100%}.navbar-bottom__container{position:fixed;bottom:0;z-index:1000;max-width:640px;left:50%;transform:translate(-50%);width:100%}.navbar-bottom{backdrop-filter:blur(10px);background:#ffffff26;display:flex;gap:8px;align-items:center;padding:4px;margin:16px;border-radius:100px;width:calc(100% - 32px);height:58px}.navbar-button{background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;padding:14px;border-radius:100px;flex-shrink:0;width:50px;height:50px;cursor:pointer;transition:all .2s ease;border:none;outline:none}.navbar-button:hover{opacity:.8}.navbar-button--active{background:var(--color-accent);gap:6px;padding:10px;width:auto;min-width:50px;flex:1}.navbar-button__icon{width:22px;height:22px;flex-shrink:0;color:var(--icons-secondary)}.navbar-button--active .navbar-button__icon{color:var(--icons-primary)}.navbar-button__label{font-weight:500;font-size:12px;line-height:16px;color:var(--text-contrast);white-space:nowrap}.onboarding-step-custom-description{font-weight:400;font-size:14px;line-height:18px;margin-top:18px}.onboarding-step-custom-description:first-child{margin-top:0}.onboarding-step-custom-description__accent{color:var(--color-accent)}.start-onboarding-trigger{width:100%;border-radius:16px;padding:16px;position:relative;overflow:hidden;background:var(--bg-secondary)}.start-onboarding-trigger__content{position:relative;z-index:1}.start-onboarding-trigger__title{font-weight:500;font-size:16px;margin-bottom:4px}.start-onboarding-trigger__description{font-weight:400;font-size:14px;line-height:18px}.start-onboarding-trigger__close-button{position:absolute;top:12px;right:12px;width:24px;height:24px;z-index:3}.start-onboarding-trigger__close-button svg{width:100%;height:100%;color:var(--text-disabled)}.start-onboarding-trigger__image{position:absolute;top:0;left:0;width:120%;height:100%;object-fit:cover;object-position:right;border-radius:16px}.start-onboarding-trigger__icon{position:absolute;width:auto;height:76px;top:8px;right:43px}.start-onboarding-trigger__texture{width:100%;height:100%;object-fit:cover;position:absolute;background-size:contain;background-repeat:repeat;top:0;left:0;z-index:2;opacity:.5}.base-modal{height:100%;background:var(--bg-secondary)!important;border-radius:32px;padding:16px 16px 32px;z-index:1000;overflow:hidden}.base-modal-md{margin:0 16px;padding-bottom:8px;height:auto}.base-modal-full{height:100%}.base-modal-full>div{height:100%}.base-modal-content{height:100%;overflow:auto}.base-modal-wrapper{display:flex;flex-direction:column;gap:40px;height:100%;position:relative;z-index:1}.base-modal__content{display:flex;flex-direction:column;gap:24px}.base-modal-handle{background:#969ba0;height:4px;border-radius:3px;width:35px;margin:0 auto}.base-modal-bg-container{width:100%;height:100px;object-fit:cover;border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center;position:relative}.base-modal-bg{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:0;user-select:none;-webkit-user-select:none}.base-modal-bg-texture{width:100%;height:100%;object-fit:cover;position:absolute;background-size:contain;background-repeat:repeat;top:0;left:0;z-index:2;opacity:.5}.base-modal-bg-container svg{position:relative;z-index:1}.base-modal-description{font-size:14px;font-weight:400;line-height:18px;color:var(--text-secondary);white-space:pre-line}.base-modal-header-title-section{display:flex;flex-direction:column;gap:16px}.base-modal-header-title-info{display:flex;flex-direction:column;gap:12px}.base-modal-header-title{display:flex;align-items:center;gap:8px}.base-modal-footer{margin-top:auto;display:flex;flex-direction:column;gap:8px}.base-modal-header-wrapper{display:flex;flex-direction:column;gap:16px}.base-modal-background{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;z-index:0}@media screen and (min-width: 640px){.base-modal{margin:0 auto!important;width:100%;max-width:640px}}.btn-base{display:flex;align-items:center;justify-content:center;padding:16px 20px;border-radius:100px;border:none;font-weight:500;font-size:16px;line-height:28px;width:100%;transition:opacity .2s ease}.btn-base:disabled{opacity:.5}.btn-primary{background-color:var(--color-accent);color:var(--color-contrast)}.btn-secondary{background-color:var(--color-foreground);color:var(--color-primary)}.btn-text{background:none;color:var(--color-accent);border:none}.btn-small{width:50px;height:50px;border-radius:100px;padding:0;display:flex;align-items:center;justify-content:center}.btn-auto{width:auto}.intro-onboarding{display:flex;flex-direction:column;width:100%;height:100%}.intro-onboarding__image{width:100%;height:180px;object-fit:cover;border-radius:20px}.intro-onboarding__header{display:flex;align-items:center;gap:16px;margin:24px 0 12px}.intro-onboarding__header-modal{justify-content:center}.intro-onboarding__arrow{width:20px;height:20px;color:var(--text-primary)}.intro-onboarding__title{font-weight:600;font-size:20px}.intro-onboarding__title-modal{font-weight:500;font-size:24px;text-align:center}.intro-onboarding__description{font-weight:400;font-size:16px;line-height:20px}.intro-onboarding__description-modal{font-weight:400;font-size:14px;line-height:18px;text-align:center;color:var(--text-secondary);margin-bottom:40px}.intro-onboarding__button{margin-top:auto}.intro-onboarding__button-modal{margin-bottom:8px}.onboarding-tooltip{width:100%;min-width:100%;background:var(--bg-tertiary);border-radius:20px;padding:16px}.onboarding-tooltip__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;gap:4px}.onboarding-tooltip__header h3{font-weight:600;font-size:20px;flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.onboarding-tooltip__header p{font-weight:500;font-size:14px;line-height:18px;color:var(--text-accent)}.onboarding-tooltip__description{font-weight:400;font-size:14px;line-height:18px}.onboarding-tooltip__buttons-wrapper{width:100%;margin-top:16px;display:flex;align-items:center;justify-content:space-between;gap:8px}.onboarding-tooltip__buttons-wrapper-last-step{flex-direction:column-reverse}.onboarding-tooltip__button-icon{width:20px;height:20px}.onboarding-tooltip__back-button-icon{transform:rotate(180deg)}.skip-onboarding-portal{position:fixed;bottom:32px;left:50%;transform:translate(-50%);z-index:10005}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}:root{--safe-area-bottom: calc( var(--tg-viewport-safe-area-inset-bottom, 0px) + var(--tg-viewport-content-safe-area-inset-bottom, 0px) );--color-accent: #f2f87c;--color-foreground: #4a4c4d;--color-primary: #ffffff;--color-contrast: #131314;--color-error: #ff6464;--color-warning: #ff821d;--color-success: #a7e363;--bg-primary: #0b0b0b;--bg-secondary: #1b1b1c;--bg-tertiary: #2a2c2d;--bg-error: #3c2626;--bg-warning: #3d2d20;--bg-success: #333d28;--text-primary: #ffffff;--text-secondary: #969ba0;--text-contrast: #131314;--text-accent: #f2f87c;--text-disabled: #32373c;--icons-primary: #131314;--icons-secondary: #969ba0;--icons-disabled: #4a4c4d;--icons-accent: #f2f87c}.tgui-b9fd8cdf929947df{height:1px;margin:-1px;padding:0;position:absolute;white-space:nowrap;width:1px;clip:rect(0,0,0,0);border:0;-webkit-clip-path:inset(50%);clip-path:inset(50%);opacity:0;overflow:hidden}.tgui-cc76354712c6e8d9{background-color:var(--tgui--bg_color);border-top-left-radius:16px;border-top-right-radius:16px;bottom:0;display:flex;flex-direction:column;left:0;max-height:96%;outline:none;position:fixed;right:0;z-index:var(--tgui--z-index--overlay)}.tgui-2c53ae2ef0209d4d{align-items:center;border-bottom:1px solid var(--tgui--divider);display:flex;justify-content:space-between;padding:16px}.tgui-5dc6ad1ca3ac3ed4{overflow-y:auto;padding-bottom:var(--tgui--safe_area_inset_bottom)}.tgui-3197096cb603b35a{inset:0;position:fixed;z-index:var(--tgui--z-index--overlay)}.tgui-cc76354712c6e8d9{background:#000;bottom:0!important}.tgui-8a1ca9efa24f4809{background:#fff;color:#000!important}.tgui-9b2ad13855aef059{max-height:42px!important}.tgui-93106efd6b6d66ee{background-color:#fff3;color:#fff}.tgui-f67c8fb3553eee55:before{background:#fff3}html{font-family:Onest,system-ui,sans-serif;background:var(--bg-primary);@font-face{font-family:Onest;font-weight:700;src:url(/fonts/Onest/Onest-Bold.ttf) format("woff2");font-display:swap}@font-face{font-family:Onest;font-weight:600;src:url(/fonts/Onest/Onest-SemiBold.ttf) format("woff2");font-display:swap}@font-face{font-family:Onest;font-weight:500;src:url(/fonts/Onest/Onest-Medium.ttf) format("woff2");font-display:swap}@font-face{font-family:Onest;font-weight:400;src:url(/fonts/Onest/Onest-Regular.ttf) format("woff2");font-display:swap}}body{padding:0;margin:0;overflow:hidden;color:#fff!important;--tgui--z-index--overlay: 1000 !important}body .__floater__open{width:90%;max-width:480px!important}#root{max-width:640px;margin:0 auto}*{font-family:var(--tgui--font-family);box-sizing:border-box;scrollbar-width:none}*::-webkit-scrollbar{display:none}.tgui-7707c5d942b7b9af .tgui-0f5050defacbf813,.tgui-30bf4976f818e8bf,.tgui-97eca24324122dbc .tgui-4b78bed6e925088e{background:#1c1c1e!important;color:#fff}input{color:#fff!important}.app-container{color:#fff!important;--tgui--z-index--overlay: 1000 !important;--snap-point-height: 0px;padding:0!important;margin:0!important}@media (hover: hover) and (pointer: fine){.tgui-b8dfba0b5c3d054c:hover{background:#1c1c1e!important}}h3{font-weight:600;font-size:20px;margin:0}h1,h2,h3,h4,h5,h6,p{margin:0}button{background:none;border:none;padding:0}button,[role=button]{cursor:pointer}:disabled{cursor:default}.page-container{background:var(--bg-primary);padding:24px 16px 8px}.page-container-list{height:calc(100vh - var(--safe-area-bottom) - 90px);overflow-y:auto;padding-bottom:24px!important}.page-container-list--empty{height:auto;overflow-y:unset;padding-bottom:0;position:relative;z-index:1}.reset-toast{margin:0!important;box-shadow:none!important;color:inherit!important}.Toastify__toast-container{padding:24px 16px;display:flex;flex-direction:column;gap:8px;z-index:11000!important;pointer-events:auto}.Toastify__toast{margin:0 auto;text-align:left;display:flex;justify-content:space-between;gap:12px;padding:16px 12px!important;border-radius:16px!important;background:var(--bg-tertiary)!important}.Toastify__toast .Toastify__toast-body{padding:0 16px}.center-spinner{text-align:center}body[data-scroll-locked]{padding:0!important;margin:0 auto!important}
