.spinner[data-v-668ddd90]{border-style:solid;border-radius:50%;border-right-color:transparent!important;animation:.85s cubic-bezier(.4,.8,.6,.2) infinite spin-668ddd90}@keyframes spin-668ddd90{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner--md[data-v-668ddd90]{width:20px;height:20px;border-width:2px}.spinner--lg[data-v-668ddd90]{width:40px;height:40px;border-width:3px}.spinner--text[data-v-668ddd90]{border-color:var(--color-text)}.spinner--primary[data-v-668ddd90]{border-color:var(--color-primary-darker)}.spinner--white[data-v-668ddd90]{border-color:#fff}.btn[data-v-459d4cac]{position:relative;color:var(--color-text);text-align:center;font-weight:500;display:block;width:100%;padding:15px 20px;border-radius:var(--border-radius);text-decoration:none}.btn[data-v-459d4cac]:disabled{cursor:not-allowed}.btn--primary[data-v-459d4cac]{background-color:var(--color-primary)}.btn--primary[data-v-459d4cac]:hover:not(:disabled){background-color:var(--color-primary-lighter)}.btn--primary[data-v-459d4cac]:active:not(:disabled){background-color:var(--color-primary-darker)}.btn--primary[data-v-459d4cac]:focus{outline:3px solid var(--color-primary-muted)}.btn--primary[data-v-459d4cac]:disabled{opacity:.75}.btn--secondary[data-v-459d4cac]{background-color:var(--color-secondary)}.btn--secondary[data-v-459d4cac]:hover:not(:disabled){background-color:var(--color-secondary-lighter)}.btn--secondary[data-v-459d4cac]:active:not(:disabled){background-color:var(--color-secondary-darker)}.btn--secondary[data-v-459d4cac]:focus{outline:3px solid var(--color-secondary-muted)}.btn--secondary[data-v-459d4cac]:disabled{opacity:.75}.btn--success[data-v-459d4cac]{background-color:var(--color-success);color:#fff}.btn--success[data-v-459d4cac]:hover:not(:disabled){background-color:var(--color-success-lighter)}.btn--success[data-v-459d4cac]:active:not(:disabled){background-color:var(--color-success-darker)}.btn--success[data-v-459d4cac]:focus{outline:3px solid var(--color-success-muted)}.btn--success[data-v-459d4cac]:disabled{opacity:.75}.btn--danger[data-v-459d4cac]{background-color:var(--color-danger);color:#fff}.btn--danger[data-v-459d4cac]:hover:not(:disabled){background-color:var(--color-danger-lighter)}.btn--danger[data-v-459d4cac]:active:not(:disabled){background-color:var(--color-danger-darker)}.btn--danger[data-v-459d4cac]:focus{outline:3px solid var(--color-danger-muted)}.btn--danger[data-v-459d4cac]:disabled{opacity:.75}.btn--telegram[data-v-459d4cac]{background-color:var(--color-telegram);color:#fff}.btn--telegram[data-v-459d4cac]:hover:not(:disabled){background-color:var(--color-telegram-lighter)}.btn--telegram[data-v-459d4cac]:active:not(:disabled){background-color:var(--color-telegram-darker)}.btn--telegram[data-v-459d4cac]:focus{outline:3px solid var(--color-telegram-muted)}.btn--telegram[data-v-459d4cac]:disabled{opacity:.75}.btn__spinner[data-v-459d4cac]{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.overlay[data-v-582c6b5e]{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;background-color:#ffffffd9}.overlay__content[data-v-582c6b5e]{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.transition-overlay-enter-active[data-v-582c6b5e],.transition-overlay-leave-active[data-v-582c6b5e]{transition:opacity .5s ease-out}.transition-overlay-enter-from[data-v-582c6b5e],.transition-overlay-leave-to[data-v-582c6b5e]{opacity:0}.input[data-v-36cd53d2]{position:relative;font-size:16px}.input__icon[data-v-36cd53d2]{position:absolute;top:50%;left:14px;opacity:.5;transform:translateY(-50%);pointer-events:none}.panel[data-v-513d9452]{background:var(--color-panel-bg);border-radius:var(--border-radius);padding:16px 20px;box-shadow:0 5px 20px #2225271a;animation:reveal-513d9452 .75s ease-out;transform-origin:top}@keyframes reveal-513d9452{0%{transform:scale(.85) rotateX(-20deg)}to{transform:scale(1) rotateX(0)}}.checkbox[data-v-02b2a8c8]{user-select:none;cursor:pointer}.checkbox__label[data-v-02b2a8c8]{position:relative;display:flex;align-items:center;user-select:none;padding-left:44px}.checkbox__label[data-v-02b2a8c8]:before{position:absolute;left:0;display:block;content:"";width:38px;height:22px;border-radius:16px;outline:2px solid transparent;background-color:var(--color-input-bg);transition:background-color .125s linear}.checkbox__label[data-v-02b2a8c8]:after{position:absolute;left:3px;display:block;content:"";width:16px;height:16px;border-radius:16px;margin-right:6px;background:white;box-shadow:0 1px 6px #00000040;outline:2px solid transparent;outline-offset:2px;transform:translate(0);transition:transform .125s linear}.checkbox--reversed .checkbox__label[data-v-02b2a8c8]{padding-left:0;padding-right:44px}.checkbox--reversed .checkbox__label[data-v-02b2a8c8]:before{left:auto;right:0}.checkbox--reversed .checkbox__label[data-v-02b2a8c8]:after{left:auto;right:13px}.checkbox--intermediate .checkbox__label[data-v-02b2a8c8]:after{transform:translate(8px)!important}.checkbox__input[data-v-02b2a8c8]{position:absolute;opacity:0}.checkbox__input:hover+.checkbox__label[data-v-02b2a8c8]:before{background:var(--color-bg)}.checkbox__input:focus+.checkbox__label[data-v-02b2a8c8]:before,.checkbox__input:active+.checkbox__label[data-v-02b2a8c8]:before{outline-color:var(--color-primary-muted)}.checkbox__input:checked+.checkbox__label[data-v-02b2a8c8]:before{background-color:var(--color-primary)}.checkbox__input:checked+.checkbox__label[data-v-02b2a8c8]:after{transform:translate(16px)}.checkbox__input:disabled+.checkbox__label[data-v-02b2a8c8],.checkbox__input:disabled+.checkbox__label[data-v-02b2a8c8]:before,.checkbox__input:disabled+.checkbox__label[data-v-02b2a8c8]:after{opacity:.8;cursor:auto}.btn-group[data-v-13c8882a]{display:flex;gap:2px}.btn-group__item[data-v-13c8882a]{transition:background-color .25s ease}.btn-group__item[data-v-13c8882a]:first-child{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group__item[data-v-13c8882a]:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group__item--inactive[data-v-13c8882a]{background-color:var(--color-input-bg)}.transition-color[data-v-13c8882a]{transition:color .25s ease-out}.avatar[data-v-0efa5332]{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.avatar__image[data-v-0efa5332]{width:100%;height:100%;object-fit:cover;border-radius:50%;animation:reveal-image-0efa5332 .75s ease-out}.avatar__icon[data-v-0efa5332]{animation:reveal-image-0efa5332 .75s ease-out}.avatar__text[data-v-0efa5332]{position:absolute;top:50%;transform:translateY(-50%);font-size:.85rem}.avatar__outline[data-v-0efa5332]{position:absolute;top:-5px;right:-5px;bottom:-5px;left:-5px;border-radius:50%;border:2px solid transparent;animation:reveal-outline-0efa5332 .75s ease-out}@keyframes reveal-image-0efa5332{0%{transform:scale(.75)}to{transform:scale(1)}}@keyframes reveal-outline-0efa5332{0%{opacity:0;transform:scale(1.25)}to{opacity:1;transform:scale(1)}}.icon-container[data-v-158be606]{margin:0 auto;display:flex;align-items:center;justify-content:center;width:80px;height:80px;border-radius:50%;background:var(--color-input-bg)}.loading[data-v-3e7ffdf8]{animation-duration:2.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:shimmer-3e7ffdf8;animation-timing-function:linear;background:linear-gradient(to right,#e4e3e1 8%,#eeeceb 18%,#e4e3e1 33%);background-size:600px 100%}@keyframes shimmer-3e7ffdf8{0%{background-position:-600px 0}to{background-position:600px 0}}[data-v-2ce82a8c]:root{--color-bg: #f9f7f4;--color-text: #47453b;--color-text-muted: #a7a499;--color-primary: #ffc428;--color-primary-lighter: #ffcf51;--color-primary-darker: #feb800;--color-primary-darkest: #e0a200;--color-primary-muted: rgba(255, 196, 40, .4);--color-secondary: #ffe398;--color-secondary-lighter: #ffeec1;--color-secondary-darker: #ffd86f;--color-secondary-darkest: #ffd051;--color-secondary-muted: rgba(255, 227, 152, .4);--color-success: #5bbb6c;--color-success-lighter: #78c786;--color-success-darker: #46a857;--color-success-darkest: #3d924c;--color-success-muted: rgba(91, 187, 108, .4);--color-danger: #e4566d;--color-danger-lighter: #ea798b;--color-danger-darker: #de334f;--color-danger-darkest: #d1213e;--color-danger-muted: rgba(228, 86, 109, .4);--color-telegram: #229ed9;--color-telegram-lighter: #42aee1;--color-telegram-darker: #1c84b6;--color-telegram-darkest: #18719b;--color-telegram-muted: rgba(34, 158, 217, .4);--color-input-bg: #f3efe8;--color-panel-bg: #ffffff;--color-panel-bg-alt: #e9e8e3;--border-radius: 12px}.btn-share[data-v-2ce82a8c]{display:block;width:36px;height:36px;line-height:36px;margin:0 4px;border-radius:50%;outline:5px solid transparent;outline-offset:-2px}.btn-share[data-v-2ce82a8c]:hover{filter:brightness(115%)}.btn-share[data-v-2ce82a8c]:active{filter:brightness(90%)}.btn-share__icon[data-v-2ce82a8c]{color:#fff}.btn-share--facebook[data-v-2ce82a8c]:focus{outline-color:#0165e180}.btn-share--facebook .btn-share__icon[data-v-2ce82a8c]{color:#0165e1;font-size:36px}.btn-share--telegram[data-v-2ce82a8c]:focus{outline-color:#229ed980}.btn-share--telegram .btn-share__icon[data-v-2ce82a8c]{color:#229ed9;font-size:36px}.btn-share--whatsapp[data-v-2ce82a8c]:focus{outline-color:#25d36680}.btn-share--whatsapp[data-v-2ce82a8c]{background:#25d366;font-size:1.65rem}.btn-share--other[data-v-2ce82a8c]:focus{outline-color:#8e8e8e80}.btn-share--other[data-v-2ce82a8c]{background:#8e8e8e;font-size:1.15rem}.tabs[data-v-b135bcac]{position:relative;display:flex;justify-content:center;text-align:center;margin-bottom:16px}.tabs__underline[data-v-b135bcac]{position:absolute;bottom:0px;height:3px;border-radius:3px;background-color:var(--color-primary);left:0;transition:left .2s ease-out}.tab[data-v-b135bcac]{flex:1;text-transform:uppercase;font-size:.875rem;padding:12px 0;color:var(--color-text)}.tab[data-v-b135bcac]:hover,.tab[data-v-b135bcac]:focus{opacity:.75;text-decoration:none}.tab__title[data-v-b135bcac]{position:relative;z-index:1}.modal-container[data-v-6c1daa0b]{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.65);z-index:100}.modal-container--on-top[data-v-6c1daa0b]{z-index:2000}.modal[data-v-6c1daa0b]{max-width:440px;margin:8px}.modal--expand[data-v-6c1daa0b]{width:100%}.transition-modal-enter-active[data-v-6c1daa0b],.transition-modal-leave-active[data-v-6c1daa0b]{transition:opacity .5s ease}.transition-modal-enter-active .modal[data-v-6c1daa0b],.transition-modal-leave-active .modal[data-v-6c1daa0b]{transition:transform .5s ease}.transition-modal-enter-from[data-v-6c1daa0b],.transition-modal-leave-to[data-v-6c1daa0b]{opacity:0}.transition-modal-enter-from .modal[data-v-6c1daa0b],.transition-modal-leave-to .modal[data-v-6c1daa0b]{transform:scale(1.15)}.tip[data-v-3781e2f3]{padding:8px 0}.tip[data-v-3781e2f3]:not(:last-child){border-bottom:1px solid var(--color-panel-bg-alt)}.tip__avatar[data-v-3781e2f3]{margin-right:12px}.tip__receiver[data-v-3781e2f3]{margin-bottom:4px}.tip__date[data-v-3781e2f3]{font-weight:400;margin-bottom:4px}.tip__amount[data-v-3781e2f3]{color:var(--color-primary-darker);padding-left:8px;font-size:1.25rem;white-space:nowrap}.card[data-v-0cdf28d2]{position:relative;overflow:hidden;padding-top:16px;padding-bottom:16px;border-left:2px solid transparent;transition:border-color .25s ease-out}.card__background[data-v-0cdf28d2]{position:absolute;color:#000;top:0;bottom:0;right:16px;font-size:4rem;opacity:.05}.card__pan[data-v-0cdf28d2]{color:var(--color-text)}.card--selected[data-v-0cdf28d2]{border-color:var(--color-primary)}.transition-check-enter-active[data-v-0cdf28d2],.transition-check-leave-active[data-v-0cdf28d2]{transition:opacity .25s ease-out,transform .25s ease-out}.transition-check-enter-from[data-v-0cdf28d2],.transition-check-leave-to[data-v-0cdf28d2]{opacity:0;transform:scale(1.2)}.letter[data-v-6149f57b]{position:sticky;top:0;z-index:2;background:var(--color-bg)}.stats[data-v-93537fbc]{background:linear-gradient(125deg,var(--color-primary-lighter),var(--color-primary-muted));border-radius:var(--border-radius);padding:16px;margin-bottom:8px;text-align:center;box-shadow:0 0 10px #0000001a;animation:stats-reveal-93537fbc .75s ease-out}.stats__number[data-v-93537fbc]{font-size:3rem;line-height:3.5rem}.stats__description[data-v-93537fbc]{font-weight:400}@keyframes stats-reveal-93537fbc{0%{transform:scale(.85) perspective(300px) rotateX(-70deg)}to{transform:scale(1) perspective(500px) rotateX(0)}}.stats-wrapper[data-v-93537fbc]{transform:translateZ(0)}.error-panel[data-v-1fcc6630]{color:#fff;background:var(--color-danger);padding:20px 24px}ul[data-v-1fcc6630]{list-style:none;padding-left:0}li[data-v-1fcc6630]{padding-left:8px;margin:8px 0;border-left:2px solid white}li[data-v-1fcc6630]:last-child{margin-bottom:0}.error-panel[data-v-68e946b2]{color:#fff;background:var(--color-danger);padding:20px 24px}ul[data-v-68e946b2]{list-style:none;padding-left:0}li[data-v-68e946b2]{padding-left:8px;margin:8px 0;border-left:2px solid white}li[data-v-68e946b2]:last-child{margin-bottom:0}.icon-container[data-v-dabdfc28]{margin-top:-64px}.icon[data-v-dabdfc28]{border-width:4px;border-style:solid;border-radius:50%;font-size:5rem;animation:reveal-icon-dabdfc28 1s cubic-bezier(0,.5,.3,1.5)}.icon--success[data-v-dabdfc28]{color:var(--color-success);border-color:var(--color-success-muted)}.icon--error[data-v-dabdfc28]{color:var(--color-danger);border-color:var(--color-danger-muted)}@keyframes reveal-icon-dabdfc28{0%{opacity:0;transform:scale(1.5)}}.footer[data-v-1776e6e1]{position:fixed;z-index:300;left:0;right:0;bottom:0;box-shadow:0 -10px 40px #0000001a;background-color:var(--color-bg)}.footer__items[data-v-1776e6e1]{display:flex;max-width:500px;margin:auto}.footer__item[data-v-1776e6e1]{flex:1;background:transparent;border-radius:0;padding-top:20px;padding-bottom:20px}.footer__item[data-v-1776e6e1]:focus{outline:none;background-color:var(--color-primary-lighter)}.footer__item.router-link-active[data-v-1776e6e1]{background-color:var(--color-primary-muted)}.footer__icon[data-v-1776e6e1]{position:relative;z-index:1}.transition-hide-enter-active[data-v-1776e6e1],.transition-hide-leave-active[data-v-1776e6e1]{transition:opacity .65s ease-out,transform .65s ease-out}.transition-hide-enter-from[data-v-1776e6e1],.transition-hide-leave-to[data-v-1776e6e1]{opacity:0;transform:translateY(60px)}.sidebar-overlay[data-v-335be2ec]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:500;background-color:#fff;opacity:.6}.sidebar[data-v-335be2ec]{position:fixed;top:0;right:64px;bottom:0;left:0;z-index:500;max-width:340px;background-color:var(--color-bg);box-shadow:4px 0 16px #00000020}.item[data-v-335be2ec]:hover,.item[data-v-335be2ec]:focus{background-color:var(--color-panel-bg-alt)!important}.logo[data-v-335be2ec]{margin:16px}.transition-sidebar-enter-active[data-v-335be2ec],.transition-sidebar-leave-active[data-v-335be2ec]{transition:transform .325s ease-out}.transition-sidebar-enter-from[data-v-335be2ec],.transition-sidebar-leave-to[data-v-335be2ec]{transform:translate(-100%)}.transition-overlay-enter-active[data-v-335be2ec],.transition-overlay-leave-active[data-v-335be2ec]{transition:opacity .325s ease-out}.transition-overlay-enter-from[data-v-335be2ec],.transition-overlay-leave-to[data-v-335be2ec]{opacity:0}.header[data-v-7d265960]{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-size:1.25rem;font-weight:600;text-transform:uppercase;text-align:center}.header>*[data-v-7d265960]{padding:24px 16px}.logo[data-v-7d265960]{display:inline-block;line-height:0}.logo[data-v-7d265960]:hover{outline:none!important;opacity:.75;filter:grayscale(0)}.logo__image[data-v-7d265960]{height:16px}.hamburger__lines[data-v-7d265960]{position:relative;display:block;width:24px;height:18px}.hamburger__line[data-v-7d265960]{display:block;position:absolute;width:100%;height:2px;border-radius:2px;background-color:var(--color-text-muted)}.hamburger__line--top[data-v-7d265960]{top:0}.hamburger__line--middle[data-v-7d265960]{top:calc(50% - 1px)}.hamburger__line--bottom[data-v-7d265960]{bottom:0}.toasts[data-v-091f0364]{position:fixed;z-index:200;width:100%;max-width:600px;margin:auto;left:0;right:0;bottom:64px}.toast[data-v-091f0364]{color:#fff;padding:10px 16px;margin:6px 16px;border-radius:var(--border-radius);box-shadow:0 2px 8px #0000002d}.toast__text--secondary[data-v-091f0364]{opacity:.625}.transition-toast-move[data-v-091f0364],.transition-toast-enter-active[data-v-091f0364],.transition-toast-leave-active[data-v-091f0364]{transition:opacity .4s ease-in-out,transform .4s ease-out}.transition-toast-enter-from[data-v-091f0364],.transition-toast-leave-to[data-v-091f0364]{opacity:0}.transition-toast-enter-from[data-v-091f0364]{transform:translateY(30px)}/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{-moz-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,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}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}:root{--color-bg: #f9f7f4;--color-text: #47453b;--color-text-muted: #a7a499;--color-primary: #ffc428;--color-primary-lighter: #ffcf51;--color-primary-darker: #feb800;--color-primary-darkest: #e0a200;--color-primary-muted: rgba(255, 196, 40, .4);--color-secondary: #ffe398;--color-secondary-lighter: #ffeec1;--color-secondary-darker: #ffd86f;--color-secondary-darkest: #ffd051;--color-secondary-muted: rgba(255, 227, 152, .4);--color-success: #5bbb6c;--color-success-lighter: #78c786;--color-success-darker: #46a857;--color-success-darkest: #3d924c;--color-success-muted: rgba(91, 187, 108, .4);--color-danger: #e4566d;--color-danger-lighter: #ea798b;--color-danger-darker: #de334f;--color-danger-darkest: #d1213e;--color-danger-muted: rgba(228, 86, 109, .4);--color-telegram: #229ed9;--color-telegram-lighter: #42aee1;--color-telegram-darker: #1c84b6;--color-telegram-darkest: #18719b;--color-telegram-muted: rgba(34, 158, 217, .4);--color-input-bg: #f3efe8;--color-panel-bg: #ffffff;--color-panel-bg-alt: #e9e8e3;--border-radius: 12px}html,body{color:var(--color-text);background:var(--color-bg);height:100%;min-height:100vh;font-size:.925rem;font-family:Circe,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html{line-height:1.35;font-weight:500}*{-webkit-tap-highlight-color:transparent}h1,h2,h3,h4,h5,h6,p{margin-top:0}h1{font-size:1.75rem;font-weight:600;line-height:1.85rem;margin-bottom:12px}h2{font-size:1.15rem;font-weight:500}h3{font-weight:600}a{color:var(--color-primary);text-decoration:none}a:hover,a:focus{text-decoration:underline;outline:none}button,[role=button]{border:none;outline:inherit;font:inherit;cursor:pointer;background:none;padding:0;color:var(--color-primary-darkest)}button:disabled,[role=button]:disabled{cursor:not-allowed}select{width:100%;padding:6px 18px 8px 0;background-color:transparent;background-image:url("data:image/svg+xml;utf8,<svg width='12' height='12' viewBox='0 0 1792 1792' xmlns='http://www.w3.org/2000/svg'><path d='M1683 808l-742 741q-19 19-45 19t-45-19l-742-741q-19-19-19-45.5t19-45.5l166-165q19-19 45-19t45 19l531 531 531-531q19-19 45-19t45 19l166 165q19 19 19 45.5t-19 45.5z' fill='%23e0a200'/></svg>");background-repeat:no-repeat;background-position-x:100%;background-position-y:7px;appearance:none;border:none;color:var(--color-primary-darkest);font-weight:500;outline:none;border-bottom:2px solid transparent;transition:border-color .25s ease-out}select:focus{border-color:var(--color-primary-lighter)}option{color:var(--color-text)}label{display:inline-block;margin-bottom:4px}table{width:100%;text-align:left;border-collapse:separate;border-spacing:0}table tr:not(:last-child) td{border-bottom:1px solid var(--color-panel-bg-alt)}table td{padding:6px 10px}hr{height:1px;border:none;margin:10px 0;background:var(--color-input-bg)}.field{width:100%;min-width:240px;padding:12px 16px;border:none;border-radius:var(--border-radius);box-shadow:0 0 0 2px transparent;font-weight:500;line-height:normal;margin-bottom:8px;resize:vertical;color:var(--color-text);background-color:var(--color-input-bg);-webkit-appearance:none;transition:opacity .35s ease-out,box-shadow .15s ease-out}.field::placeholder{opacity:.65}.field:hover:not(:disabled),.field:focus{background-color:var(--color-bg)}.field:focus{outline:none;box-shadow:0 0 0 2px var(--color-primary)}.field:disabled{opacity:.6;cursor:not-allowed}.item{display:flex;align-items:center;color:var(--color-text);width:100%;padding:8px 16px;text-align:left}.item:not(:last-child){border-bottom:1px solid var(--color-panel-bg-alt)}.item__image{margin-right:16px}.item__title{font-size:1.15rem}.item__subtitle{font-size:.85rem;color:var(--color-text-muted)}.item__icon-left{margin-right:8px;color:var(--color-primary-darkest);opacity:.75}.item__icon-right{color:var(--color-primary);font-size:2rem}.item__arrow{width:32px;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:.675rem;border-radius:50%;padding:0;margin-left:10px;color:var(--color-text);background:var(--color-primary);z-index:1}a.item:disabled,button.item:disabled{color:var(--color-text-muted)}a.item:not(:disabled):hover,a.item:not(:disabled):focus,button.item:not(:disabled):hover,button.item:not(:disabled):focus{background:var(--color-bg);text-decoration:none}.progress{position:relative;height:5px;border-radius:5px;background-color:#e2e2e2;box-shadow:0 1px 2px #0000001a}.progress__bar{position:absolute;height:5px;border-radius:5px;background-color:var(--color-primary-darker);transition:width .75s ease-out}.progress__bar--secondary{position:absolute;height:5px;border-radius:5px;background-color:var(--color-secondary);transition:width .75s ease-out}.plate{background:linear-gradient(125deg,var(--color-primary-lighter),var(--color-primary-muted));border-radius:var(--border-radius);padding:24px;text-align:center;font-weight:500;box-shadow:0 0 20px #00000026;animation:plate-reveal .75s ease-out;transition:opacity .25s linear}.plate__amount{font-size:4rem;position:relative}.plate__amount:after{position:absolute;top:16px;right:-16px;content:"\20b8";font-size:1.5rem}@keyframes plate-reveal{0%{transform:scale(.85) perspective(500px) rotateX(-90deg)}to{transform:scale(1) perspective(500px) rotateX(0)}}.bullet{width:8px;height:8px;border-radius:50%}.bullet--success{background-color:var(--color-success)}.bullet--primary{background-color:var(--color-primary)}.bullet--default{background-color:#ccc}.report{position:relative;min-height:60px}.report__chart{transition:opacity .25s linear}.report--loading .report__chart{opacity:.25}.report__spinner{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;padding:40px 0}.ripple{position:relative;overflow:hidden}.ripple:before{content:"";position:absolute;top:50%;left:50%;width:200px;height:200px;margin-top:-100px;margin-left:-100px;border-radius:50%;background:var(--color-primary-lighter);animation:ripple 3s ease-out infinite}@keyframes ripple{0%{transform:scale(0);opacity:1}60%,to{transform:scale(1);opacity:0}}.d-none{display:none}.d-block{display:block}.d-inline-block{display:inline-block}.d-flex{display:flex}.hidden{visibility:hidden}.flex-1{flex:1}.flex-wrap{flex-wrap:wrap}.align-items-start{align-items:start}.align-items-center{align-items:center}.align-middle{vertical-align:middle}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.justify-content-center{justify-content:center}.w-0{width:0}.w-100{width:100%}.w-auto{width:auto}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.px-0{padding-left:0!important;padding-right:0!important}.py-0{padding-top:0!important;padding-bottom:0!important}.p-1{padding:2px!important}.pt-1{padding-top:2px!important}.pr-1{padding-right:2px!important}.pb-1{padding-bottom:2px!important}.pl-1{padding-left:2px!important}.px-1{padding-left:2px!important;padding-right:2px!important}.py-1{padding-top:2px!important;padding-bottom:2px!important}.p-2{padding:4px!important}.pt-2{padding-top:4px!important}.pr-2{padding-right:4px!important}.pb-2{padding-bottom:4px!important}.pl-2{padding-left:4px!important}.px-2{padding-left:4px!important;padding-right:4px!important}.py-2{padding-top:4px!important;padding-bottom:4px!important}.p-3{padding:6px!important}.pt-3{padding-top:6px!important}.pr-3{padding-right:6px!important}.pb-3{padding-bottom:6px!important}.pl-3{padding-left:6px!important}.px-3{padding-left:6px!important;padding-right:6px!important}.py-3{padding-top:6px!important;padding-bottom:6px!important}.p-4{padding:8px!important}.pt-4{padding-top:8px!important}.pr-4{padding-right:8px!important}.pb-4{padding-bottom:8px!important}.pl-4{padding-left:8px!important}.px-4{padding-left:8px!important;padding-right:8px!important}.py-4{padding-top:8px!important;padding-bottom:8px!important}.p-5{padding:10px!important}.pt-5{padding-top:10px!important}.pr-5{padding-right:10px!important}.pb-5{padding-bottom:10px!important}.pl-5{padding-left:10px!important}.px-5{padding-left:10px!important;padding-right:10px!important}.py-5{padding-top:10px!important;padding-bottom:10px!important}.p-6{padding:12px!important}.pt-6{padding-top:12px!important}.pr-6{padding-right:12px!important}.pb-6{padding-bottom:12px!important}.pl-6{padding-left:12px!important}.px-6{padding-left:12px!important;padding-right:12px!important}.py-6{padding-top:12px!important;padding-bottom:12px!important}.p-7{padding:14px!important}.pt-7{padding-top:14px!important}.pr-7{padding-right:14px!important}.pb-7{padding-bottom:14px!important}.pl-7{padding-left:14px!important}.px-7{padding-left:14px!important;padding-right:14px!important}.py-7{padding-top:14px!important;padding-bottom:14px!important}.p-8{padding:16px!important}.pt-8{padding-top:16px!important}.pr-8{padding-right:16px!important}.pb-8{padding-bottom:16px!important}.pl-8{padding-left:16px!important}.px-8{padding-left:16px!important;padding-right:16px!important}.py-8{padding-top:16px!important;padding-bottom:16px!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.mx-0{margin-left:0!important;margin-right:0!important}.my-0{margin-top:0!important;margin-bottom:0!important}.m-1{margin:2px!important}.mt-1{margin-top:2px!important}.mr-1{margin-right:2px!important}.mb-1{margin-bottom:2px!important}.ml-1{margin-left:2px!important}.mx-1{margin-left:2px!important;margin-right:2px!important}.my-1{margin-top:2px!important;margin-bottom:2px!important}.m-2{margin:4px!important}.mt-2{margin-top:4px!important}.mr-2{margin-right:4px!important}.mb-2{margin-bottom:4px!important}.ml-2{margin-left:4px!important}.mx-2{margin-left:4px!important;margin-right:4px!important}.my-2{margin-top:4px!important;margin-bottom:4px!important}.m-3{margin:6px!important}.mt-3{margin-top:6px!important}.mr-3{margin-right:6px!important}.mb-3{margin-bottom:6px!important}.ml-3{margin-left:6px!important}.mx-3{margin-left:6px!important;margin-right:6px!important}.my-3{margin-top:6px!important;margin-bottom:6px!important}.m-4{margin:8px!important}.mt-4{margin-top:8px!important}.mr-4{margin-right:8px!important}.mb-4{margin-bottom:8px!important}.ml-4{margin-left:8px!important}.mx-4{margin-left:8px!important;margin-right:8px!important}.my-4{margin-top:8px!important;margin-bottom:8px!important}.m-5{margin:10px!important}.mt-5{margin-top:10px!important}.mr-5{margin-right:10px!important}.mb-5{margin-bottom:10px!important}.ml-5{margin-left:10px!important}.mx-5{margin-left:10px!important;margin-right:10px!important}.my-5{margin-top:10px!important;margin-bottom:10px!important}.m-6{margin:12px!important}.mt-6{margin-top:12px!important}.mr-6{margin-right:12px!important}.mb-6{margin-bottom:12px!important}.ml-6{margin-left:12px!important}.mx-6{margin-left:12px!important;margin-right:12px!important}.my-6{margin-top:12px!important;margin-bottom:12px!important}.m-7{margin:14px!important}.mt-7{margin-top:14px!important}.mr-7{margin-right:14px!important}.mb-7{margin-bottom:14px!important}.ml-7{margin-left:14px!important}.mx-7{margin-left:14px!important;margin-right:14px!important}.my-7{margin-top:14px!important;margin-bottom:14px!important}.m-8{margin:16px!important}.mt-8{margin-top:16px!important}.mr-8{margin-right:16px!important}.mb-8{margin-bottom:16px!important}.ml-8{margin-left:16px!important}.mx-8{margin-left:16px!important;margin-right:16px!important}.my-8{margin-top:16px!important;margin-bottom:16px!important}.mx-auto{margin-left:auto;margin-right:auto}.gaps{margin-left:-4px;margin-right:-4px}.gaps>*{margin-left:4px;margin-right:4px}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-sm{font-size:.75rem}.text-lg{font-size:1.15rem}.text-xl{font-size:1.35rem}.text-normal{font-weight:400}.text-bold{font-weight:600}.text-italic{font-style:italic}.text-strike{text-decoration:line-through}.text-decoration-none,.text-decoration-none:hover,.text-decoration-none:focus{text-decoration:none}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-primary{color:var(--color-primary)}.text-primary-darker{color:var(--color-primary-darker)}.text-primary-darkest{color:var(--color-primary-darkest)}.text-success{color:var(--color-success)}.text-danger{color:var(--color-danger)}.text-muted{color:var(--color-text-muted)}.text-telegram{color:#229ed9}.text-nowrap{white-space:nowrap}.text-break{word-break:break-word}.text-truncate{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.bg-primary{color:var(--color-text)!important;background-color:var(--color-primary)}.bg-default{color:#fff;background-color:#585048bf}.bg-success{color:#fff;background-color:var(--color-success)}.bg-danger{color:#fff;background-color:var(--color-danger)}.opacity-75{opacity:.75!important}.opacity-50{opacity:.5!important}.opacity-25{opacity:.25!important}.overflow-hidden{overflow:hidden}.hover-brightness:hover{filter:brightness(115%)}.cursor-pointer{cursor:pointer}.border-round{border-radius:50%!important}.border-left-primary{border-left:3px solid var(--color-primary)}.border-corners{background:linear-gradient(to right,var(--color-primary-darker) 3px,transparent 3px) 0 0,linear-gradient(to right,var(--color-primary-darker) 3px,transparent 3px) 0 100%,linear-gradient(to left,var(--color-primary-darker) 3px,transparent 3px) 100% 0,linear-gradient(to left,var(--color-primary-darker) 3px,transparent 3px) 100% 100%,linear-gradient(to bottom,var(--color-primary-darker) 3px,transparent 3px) 0 0,linear-gradient(to bottom,var(--color-primary-darker) 3px,transparent 3px) 100% 0,linear-gradient(to top,var(--color-primary-darker) 3px,transparent 3px) 0 100%,linear-gradient(to top,var(--color-primary-darker) 3px,transparent 3px) 100% 100%;background-repeat:no-repeat;background-size:32px 32px}.no-animation{animation:none!important}.transition-fade-enter-active,.transition-fade-leave-active{transition:opacity 1s ease}.transition-fade-enter-from,.transition-fade-leave-to{position:absolute;opacity:0}.transition-list-move,.transition-list-enter-active{transition:opacity .75s ease,transform .75s ease}.transition-list-enter-from{opacity:0;transform:translate(-30px)}.container[data-v-f72bd97c]{display:flex;justify-content:center;max-width:400px;margin:auto;padding:0 16px 80px}.transition-page-enter-active[data-v-f72bd97c]{transition:opacity .65s ease-out,transform .65s ease-out}.transition-page-enter-from[data-v-f72bd97c],.transition-page-leave-to[data-v-f72bd97c]{position:absolute;opacity:0;transform:translateY(8px) scale(.95)}
