@charset "UTF-8";.Navbar{display:flex;justify-content:space-around;align-items:center;position:fixed;bottom:0;left:0;max-width:100%;background:var(--gray-0);box-shadow:0 4px 120px #0000001a;z-index:10;width:100%;padding:16px}.Navbar_mobile{padding:16px 16px 30px}.Navbar-item{display:flex;flex-direction:column;align-items:center;transition:color .2s;color:var(--gray-400);font-size:13px;font-style:normal;font-weight:510;line-height:22px;gap:4px}.Navbar-item svg path{fill:var(--gray-400)}.Navbar-item_active{color:var(--gray-900)}.Navbar-item_active svg path{fill:var(--gray-900)}.Icon{display:inline-flex;align-items:center;justify-content:center;vertical-align:middle}.Icon svg{width:100%;height:100%;fill:currentColor}.Icon_size_xs{width:12px;height:12px}.Icon_size_sm{width:16px;height:16px}.Icon_size_md{width:20px;height:20px}.Icon_size_lg{width:24px;height:24px}.Icon_size_xl{width:32px;height:32px}.Icon_color_primary{color:var(--gray-900)}.Icon_color_secondary{color:var(--gray-200)}.Icon_color_accent{color:var(--accent-400)}.Icon_color_success{color:var(--green-500)}.Icon_color_warning{color:var(--orange-500)}.Icon_color_error{color:var(--red-500)}.Icon_color_inherit{color:inherit}.dark .Icon_color_primary{color:var(--gray-0)}.dark .Icon_color_secondary{color:var(--gray-200)}.Icon_name_spinner{animation:spin 1s linear infinite}.Loading{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.Loading_full{flex:1;min-height:100%}.Loading-spinner{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.PrivateApp{display:flex;flex-direction:column;min-height:100vh;flex:1}.PrivateApp-loading{display:flex;justify-content:center;align-items:center;flex:1}.Logo{display:inline-flex;justify-content:center;align-items:center;max-width:116px}.Header{display:flex;align-items:center;justify-content:center;padding:68px 15px 15px}.Button{cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:14px;border-radius:8px;color:var(--gray-900);text-align:center;font-family:var(--font-sf-pro-text);font-size:17px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:-.073px;transition:all .2s ease-in-out}.Button:hover{transform:translateY(-1px)}.Button:active{transform:translateY(0)}.Button_size_xs{min-height:24px;padding:4px 8px}.Button_size_sm{min-height:30px;padding:6px 12px}.Button_size_md{min-height:36px;padding:8px 16px}.Button_size_lg{min-height:42px;padding:10px 20px}.Button_size_xl{min-height:48px;padding:12px 24px}.Button_size_xxl{min-height:54px;padding:14px 28px}.Button_variant_primary{background:var(--accent-400);color:var(--gray-900);border:none}.Button_variant_primary:hover{background:var(--accent-500)}.Button_variant_outline{border:1px solid var(--gray-900);background:transparent;color:var(--gray-900)}.Button_variant_secondary{background:var(--color-gray-light);color:var(--color-text);border:1px solid var(--border)}.Button_variant_secondary:hover{background:var(--color-gray-medium)}.Button_variant_soft{background:var(--color-gray-light);color:var(--color-text)}.Button_variant_soft:hover{background:var(--color-gray-medium)}.Button_variant_ghost{background:transparent;color:var(--color-text-secondary)}.Button_variant_ghost:hover{background:var(--color-gray-light);color:var(--color-text)}.Button_variant_green{background:var(--color-green);color:var(--color-white);border:none}.Button_variant_green:hover{background:var(--color-green-dark);transform:translateY(-1px);box-shadow:0 4px 12px #22c55e4d}.Button_variant_green:active{transform:translateY(0)}.Button_variant_red{background:var(--color-red);color:var(--color-white);border:none}.Button_variant_red:hover{background:var(--color-red-dark);transform:translateY(-1px);box-shadow:0 4px 12px #ef44444d}.Button_variant_red:active{transform:translateY(0)}.Button_variant_info{background:var(--color-blue);color:var(--color-white);border:none}.Button_variant_info:hover{background:var(--color-blue-dark);transform:translateY(-1px);box-shadow:0 4px 12px #3b82f64d}.Button_variant_info:active{transform:translateY(0)}.Button_variant_yellow{background:#ffdf3f;color:var(--gray-900);border:none}.Button_variant_yellow:hover{background:#ffd60c;transform:translateY(-1px);box-shadow:0 4px 12px #ffdf3f4d}.Button_variant_yellow:active{transform:translateY(0)}.Button_fluid{width:100%;flex:1}.Button:disabled{background:var(--Bg-Disable, #eceef1);cursor:not-allowed;pointer-events:none;color:var(--Text-Disabled, #d0d4dc)}.Button:focus-visible{outline:2px solid var(--accent-5);outline-offset:2px}.CardInfoFrozen{flex:1;display:flex;flex-direction:column}.CardInfoFrozen-content{color:var(--Text-Secondary, #69758e);font-size:17px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.073px;flex:1}.CardInfoFrozen-actions{margin-top:auto}.Swipe-wrap{position:fixed;left:0;bottom:0;width:100%;z-index:151;display:flex;border-radius:16px 16px 0 0;background:var(--Bg-Secondary, #fff);flex-direction:column}.Swipe-info{position:relative;padding:56px 16px 40px;flex:1;display:flex;flex-direction:column;gap:28px}.Swipe-title{text-align:center}.Swipe-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#272727b3;z-index:150}.Swipe-content{flex:1 1 100%;display:flex;flex-direction:column}.Swipe-content_scrollable{height:100%;overflow-y:auto}.Swipe-close{display:flex;width:44px;height:44px;justify-content:center;align-items:center;position:absolute;right:16px;top:16px}.Tag_variant_large-title-regular{font-family:var(--font-sf-pro-text);font-size:32px;font-style:normal;font-weight:400;line-height:40px;letter-spacing:-.32px}.Tag_variant_large-title-medium{font-family:var(--font-sf-pro-text);font-size:32px;font-style:normal;font-weight:500;line-height:40px;letter-spacing:-.32px}.Tag_variant_large-title-semibold{font-family:var(--font-sf-pro-text);font-size:32px;font-style:normal;font-weight:600;line-height:40px;letter-spacing:-.32px}.Tag_variant_large-title-bold{font-family:var(--font-sf-pro-text);font-size:32px;font-style:normal;font-weight:700;line-height:40px;letter-spacing:-.32px}.Tag_variant_title-1-regular{font-family:var(--font-sf-pro-text);font-size:28px;font-style:normal;font-weight:400;line-height:34px;letter-spacing:-.28px}.Tag_variant_title-1-medium{font-family:var(--font-sf-pro-text);font-size:28px;font-style:normal;font-weight:500;line-height:34px;letter-spacing:-.28px}.Tag_variant_title-1-semibold{font-family:var(--font-sf-pro-text);font-size:28px;font-style:normal;font-weight:600;line-height:34px;letter-spacing:-.28px}.Tag_variant_title-1-bold{font-family:var(--font-sf-pro-text);font-size:28px;font-style:normal;font-weight:700;line-height:34px;letter-spacing:-.28px}.Tag_variant_title-2-regular{font-family:var(--font-sf-pro-text);font-size:24px;font-style:normal;font-weight:400;line-height:29px;letter-spacing:-.24px}.Tag_variant_title-2-medium{font-family:var(--font-sf-pro-text);font-size:24px;font-style:normal;font-weight:500;line-height:29px;letter-spacing:-.24px}.Tag_variant_title-2-semibold{font-family:var(--font-sf-pro-text);font-size:24px;font-style:normal;font-weight:600;line-height:29px;letter-spacing:-.24px}.Tag_variant_title-2-bold{font-family:var(--font-sf-pro-text);font-size:24px;font-style:normal;font-weight:700;line-height:29px;letter-spacing:-.24px}.Tag_variant_title-3-regular{font-family:var(--font-sf-pro-text);font-size:20px;font-style:normal;font-weight:400;line-height:25px;letter-spacing:-.2px}.Tag_variant_title-3-medium{font-family:var(--font-sf-pro-text);font-size:20px;font-style:normal;font-weight:500;line-height:25px;letter-spacing:-.2px}.Tag_variant_title-3-semibold{font-family:var(--font-sf-pro-text);font-size:20px;font-style:normal;font-weight:600;line-height:25px;letter-spacing:-.2px}.Tag_variant_title-3-bold{font-family:var(--font-sf-pro-text);font-size:20px;font-style:normal;font-weight:700;line-height:25px;letter-spacing:-.2px}.Tag_variant_body-regular{font-family:var(--font-sf-pro-text);font-size:17px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:-.073px}.Tag_variant_body-medium{font-family:var(--font-sf-pro-text);font-size:17px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.073px}.Tag_variant_body-semibold{font-family:var(--font-sf-pro-text);font-size:17px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:-.073px}.Tag_variant_body-bold{font-family:var(--font-sf-pro-text);font-size:17px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.073px}.Tag_variant_callout-regular{font-family:var(--font-sf-pro-text);font-size:15px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.075px}.Tag_variant_callout-medium{font-family:var(--font-sf-pro-text);font-size:15px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.075px}.Tag_variant_callout-semibold{font-family:var(--font-sf-pro-text);font-size:15px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.075px}.Tag_variant_callout-bold{font-family:var(--font-sf-pro-text);font-size:15px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.075px}.Tag_variant_caption-1-regular{font-family:var(--font-sf-pro-text);font-size:13px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.078px}.Tag_variant_caption-1-medium{font-family:var(--font-sf-pro-text);font-size:13px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.078px}.Tag_variant_caption-1-semibold{font-family:var(--font-sf-pro-text);font-size:13px;font-style:normal;font-weight:600;line-height:18px;letter-spacing:-.078px}.Tag_variant_caption-1-bold{font-family:var(--font-sf-pro-text);font-size:13px;font-style:normal;font-weight:700;line-height:18px;letter-spacing:-.078px}.Tag_variant_caption-2-regular{font-family:var(--font-sf-pro-text);font-size:11px;font-style:normal;font-weight:400;line-height:13px;letter-spacing:-.066px}.Tag_variant_caption-2-medium{font-family:var(--font-sf-pro-text);font-size:11px;font-style:normal;font-weight:500;line-height:13px;letter-spacing:-.066px}.Tag_variant_caption-2-semibold{font-family:var(--font-sf-pro-text);font-size:11px;font-style:normal;font-weight:600;line-height:13px;letter-spacing:-.066px}.Tag_variant_caption-2-bold{font-family:var(--font-sf-pro-text);font-size:11px;font-style:normal;font-weight:700;line-height:13px;letter-spacing:-.066px}.Tag_color_primary{color:var(--gray-900)}.Tag_color_secondary{color:var(--gray-200)}.Tag_color_accent{color:var(--accent-400)}.Tag_color_success{color:var(--green-500)}.Tag_color_warning{color:var(--orange-500)}.Tag_color_error{color:var(--red-500)}.dark .Tag_color_primary{color:var(--gray-0)}.dark .Tag_color_secondary{color:var(--gray-200)}.Splash{flex:1;display:flex;flex-direction:column;padding:16px}.Splash-text{color:var(--gray-900);text-align:center;font-size:24px;font-style:normal;font-weight:590;line-height:normal}.AuthError{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--card-gradient-default)}.AuthError-container{text-align:center;max-width:400px;width:100%;background:rgba(var(--color-white),.1);backdrop-filter:blur(10px);border-radius:20px;padding:3rem 2rem;border:1px solid rgba(var(--color-white),.2)}.AuthError-icon{margin-bottom:2rem}.AuthError-icon-svg{width:4rem;height:4rem;color:var(--color-white)}.AuthError-title{font-size:24px;font-weight:700;color:var(--color-white);margin-bottom:1rem}.AuthError-description{font-size:20px;color:rgba(var(--color-white),.9);margin-bottom:1rem;line-height:1.5}.AuthError-subtitle{font-size:15px;color:rgba(var(--color-white),.7);margin-bottom:2rem;line-height:1.4}.AuthError-actions{display:flex;flex-direction:column;gap:16px}.AuthError-button{width:100%}.AuthError-button_secondary{background:transparent;border:2px solid rgba(var(--color-white),.3);color:var(--color-white)}.AuthError-button_secondary:hover{background:rgba(var(--color-white),.1);border-color:rgba(var(--color-white),.5)}.CardPage{padding:15px 15px 90px;display:flex;flex-direction:column;flex:1;gap:30px}.CardPage-card{display:flex;flex-direction:column;align-items:center;justify-content:center}.CardPage-actions{width:100%;display:flex;gap:8px;align-items:center}.CreditCard{position:relative;width:100%;max-width:370px;height:228px;cursor:pointer;transition:all .3s ease;border-radius:14px;background:var(--Gradient-Credit-Card, linear-gradient(253deg, var(--Gray-800, #12161e) 1.43%, var(--Gray-500, #445371) 94.85%));display:flex;flex-direction:column;gap:16px;justify-content:space-between;overflow:hidden;padding:16px}.CreditCard_loading:before{border-radius:14px;content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1f;backdrop-filter:blur(4px)}.CreditCard-frozen{left:0;top:0;width:100%;height:100%;position:absolute;z-index:2;background-size:cover;background-position:center;background-repeat:no-repeat;padding:12px;display:flex;justify-content:flex-end}.CreditCard-square{border-radius:8px;background:var(--Bg-Accent-Primary, #ffdf3f);display:flex;width:48px;height:48px;min-width:var(--button-l-min-width, 48px);padding:4px;justify-content:center;align-items:center;gap:8px}.CreditCard-loading{position:absolute;top:0;left:0;width:100%;height:100%}.CreditCard-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.CreditCard-eye{display:flex;align-items:center;justify-content:center;padding:0;width:18px;height:20px}.CreditCard-eye svg path{fill:#fff}.CreditCard-center{display:flex;align-items:center;justify-content:space-between}.CreditCard-item{display:flex;flex-direction:column;gap:5px}.CreditCard-label{color:var(--gray-200);font-size:13px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.01px}.CreditCard-number{color:var(--Text-Primary-Reverse, #fff);font-size:17px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:-.073px;display:flex;align-items:center;gap:4px}.CreditCard-balance{color:var(--Text-Accent, #ffdf3f);text-align:right;font-size:24px;font-style:normal;font-weight:600;line-height:29px;letter-spacing:-.062px;display:flex;align-items:center;gap:4px}.CreditCard-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}.CardShare{flex:1;padding:30px 16px 16px;display:flex;flex-direction:column;gap:16px}.CardShare-card{display:flex;flex-wrap:wrap;justify-content:space-between;gap:16px;width:100%}.CardShare-label{color:var(--Placeholder-Colors-Dark, #000);font-size:15px;font-style:normal;font-weight:510;line-height:22px;width:100%}.CardShare-data{color:var(--Placeholder-Colors-Dark, #000);font-size:15px;font-style:normal;font-weight:510;line-height:22px}.CardShare-button{color:var(--Placeholder-Colors-Dark, #000);font-size:15px;font-style:normal;font-weight:510;line-height:22px;padding:0}.ReferralCard{display:flex;align-items:flex-start;gap:16px;padding:16px;border-radius:8px;border:2px solid var(--Graphic-Accent, #ffdf3f);background:var(--Bg-Secondary, #fff)}.ReferralCard-info{display:flex;flex-direction:column;gap:4px;align-items:flex-start;text-align:left}.ReferralCard-title{color:var(--Placeholder-Colors-Dark, #000);font-size:17px;font-style:normal;font-weight:700;line-height:22px}.ReferralCard-text{color:var(--Placeholder-Colors-Base, #8c8c8c);font-size:15px;font-style:normal;font-weight:510;line-height:22px;padding:0}.ReferralAddSwipe{display:flex;flex-direction:column;gap:24px;flex:1}.ReferralAddSwipe-text{text-align:center}.ReferralAddSwipe-text span{color:var(--gray-900)}.ReferralAddSwipe-actions{margin-top:auto;display:flex;flex-direction:column;gap:12px}.ReferralAddSwipe-center{display:flex;justify-content:center;align-items:center}.ReferralAddSwipe-qr{display:flex;justify-content:center;align-items:center;padding:16px;border-radius:16px;background:var(--Bg-Secondary, #fff);box-shadow:0 4px 25px #0000001a}.CardsPage{min-height:100vh;background:var(--background-main);padding:20px}.CardsPage-header{text-align:center;margin-bottom:40px;padding:0 16px}.CardsPage-title{font-size:24px;font-weight:700;color:var(--color-text);margin:0 0 8px;line-height:1.2}.CardsPage-subtitle{font-size:15px;color:var(--color-text-secondary);margin:0;line-height:1.5}.CardsPage-content{width:100%}.CardOffer{display:flex;flex-direction:column;gap:16px}.CardOffer-item{display:flex;gap:16px}.CardOffer-image{background:var(--gray-100);height:92px;border-radius:6px;max-width:146px;width:100%;display:flex}.CardOffer-info{display:flex;flex-direction:column;max-width:calc(100% - 162px);width:100%}.CardOffer-title{color:var(--gray-900);font-size:17px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.073px}.CardOffer-price{margin-top:auto;display:flex;align-items:flex-end;justify-content:space-between;color:var(--gray-400);font-size:17px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.073px}.CardOffer-cost{color:var(--gray-900);font-size:28px;font-style:normal;font-weight:700;line-height:34px;letter-spacing:.106px}.CardOffersPage{padding:15px 15px 90px;display:flex;flex-direction:column;flex:1;gap:30px}.CardOffersPage-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.CardOffersPage-title{font-size:24px;font-weight:700;color:var(--color-text);line-height:1.2}.CardOffersPage-subtitle{font-size:15px;color:var(--color-text-secondary);margin:0;line-height:1.5}.CardOffersPage-list{display:flex;flex-direction:column;gap:16px}.CardOfferPage{padding:15px 15px 90px;display:flex;flex-direction:column;flex:1;gap:36px}.CardOfferPage-header{display:flex;flex-direction:column;gap:16px;text-align:center}.CardOfferPage-card{display:flex;justify-content:center;max-width:370px;margin:0 auto;min-height:228px}.CardOfferPage-subtitle{display:flex;align-items:center;gap:8px;justify-content:center}.CardOfferPage-price{display:flex;align-items:center;justify-content:space-between;gap:8px}.CardOfferPage-block{display:flex;flex-direction:column;gap:20px}.CardOfferPage-name{color:var(--Placeholder-Colors-Dark, #000);font-size:20px;font-style:normal;font-weight:700;line-height:22px}.CardOfferPage-list{display:flex;flex-direction:column;gap:16px}.CardOfferPage-item{color:var(--Placeholder-Colors-Dark, #000);font-size:17px;font-style:normal;font-weight:510;line-height:22px;display:flex;align-items:flex-start;gap:16px}.CardOfferPage-item_center{align-items:center}.CardOfferPage-description{color:var(--Text-Secondary, #69758e);font-size:15px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.047px;display:flex;align-items:flex-start;gap:8px}.CardOfferPage-description svg{margin-top:2px;width:16px;height:16px}.CardOfferPage-value{margin-left:auto;color:var(--gray-900);font-size:20px;font-style:normal;font-weight:700;line-height:25px;letter-spacing:-.09px}.CardOfferPage-actions{display:flex;flex-direction:column;gap:12px}.CardOfferPage-line{display:flex;align-items:center;justify-content:space-between;gap:12px}.CardOfferPage-arrow{transition:all .3s ease-in-out;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.CardOfferPage-arrow_open{transform:rotate(-180deg)}.CardOfferPage-h1{max-width:370px;margin:0 auto}.CardSettingsPage{padding:16px;display:flex;flex-direction:column;gap:16px}.CardSettingsPage-switch,.CardSettingsPage-field{display:flex;flex-direction:column;gap:4px}.CardSettingsPage-form{display:flex;flex-direction:column;gap:12px}.Dropdown{position:relative;display:flex;flex-direction:column;gap:6px;width:100%}.Dropdown-label{color:var(--gray-700);font-family:var(--font-sf-pro-text);font-size:14px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.07px;margin:0}.Dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border:1px solid var(--gray-300);border-radius:8px;background:var(--gray-0);cursor:pointer;transition:all .2s ease;min-height:48px;box-sizing:border-box}.Dropdown-trigger:hover:not(.Dropdown-trigger_disabled){border-color:var(--gray-400)}.Dropdown-trigger:focus{outline:none;border-color:var(--accent-400);box-shadow:0 0 0 3px #ffdf3f1a}.Dropdown-trigger_open{border-color:var(--accent-400);box-shadow:0 0 0 3px #ffdf3f1a}.Dropdown-trigger_disabled{background:var(--gray-50);border-color:var(--gray-200);cursor:not-allowed;opacity:.6}.Dropdown-trigger_error{border-color:var(--red-500)}.Dropdown-value{color:var(--gray-900);font-family:var(--font-sf-pro-text);font-size:16px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.08px;flex:1;text-align:left}.Dropdown-value_placeholder{color:var(--gray-500)}.Dropdown-icon{color:var(--gray-500);transition:transform .2s ease;flex-shrink:0;margin-left:8px}.Dropdown-icon_open{transform:rotate(180deg)}.Dropdown-menu{position:absolute;top:100%;left:0;right:0;z-index:1000;background:var(--gray-0);border:1px solid var(--gray-300);border-radius:8px;box-shadow:0 4px 12px #0000001a;margin-top:4px;max-height:200px;overflow-y:auto;animation:dropdownFadeIn .2s ease}.Dropdown-option{padding:12px 16px;color:var(--gray-900);font-family:var(--font-sf-pro-text);font-size:16px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.08px;cursor:pointer;transition:background-color .2s ease;border-bottom:1px solid var(--gray-100)}.Dropdown-option:last-child{border-bottom:none}.Dropdown-option:hover:not(.Dropdown-option_disabled){background:var(--gray-50)}.Dropdown-option_selected{background:var(--accent-50);color:var(--accent-700);font-weight:500}.Dropdown-option_disabled{color:var(--gray-400);cursor:not-allowed;background:var(--gray-25)}.Dropdown-error{color:var(--red-500);font-family:var(--font-sf-pro-text);font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.06px;margin-top:4px}.dark .Dropdown-trigger{background:var(--gray-800);border-color:var(--gray-600)}.dark .Dropdown-trigger:hover:not(.Dropdown-trigger_disabled){border-color:var(--gray-500)}.dark .Dropdown-trigger_disabled{background:var(--gray-900);border-color:var(--gray-700)}.dark .Dropdown-value{color:var(--gray-0)}.dark .Dropdown-value_placeholder,.dark .Dropdown-icon{color:var(--gray-400)}.dark .Dropdown-menu{background:var(--gray-800);border-color:var(--gray-600)}.dark .Dropdown-option{color:var(--gray-0);border-bottom-color:var(--gray-700)}.dark .Dropdown-option:hover:not(.Dropdown-option_disabled){background:var(--gray-700)}.dark .Dropdown-option_selected{background:var(--accent-900);color:var(--accent-100)}.dark .Dropdown-option_disabled{color:var(--gray-500);background:var(--gray-900)}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.History{display:flex;flex-direction:column;flex:1}.History-top{padding:16px 16px 12px;display:flex;flex-direction:column;gap:24px;border-bottom:1px solid var(--Graphic-Tertiary, #a1a9b8)}.History-title{text-align:center}.History-filters{display:flex;gap:12px}.History-transactions{padding:32px 16px 90px;display:flex;flex-direction:column;gap:32px}.Transaction{border-radius:12px;background:var(--Bg-Secondary, #fff);box-shadow:0 43px 150px #0000000d;padding:12px;display:flex;align-items:center;gap:12px}.Transaction-icon{min-width:32px}.Transaction-info{display:flex;align-items:center;justify-content:space-between;gap:12px;width:calc(100% - 44px)}.Transaction-left{display:flex;flex-direction:column;gap:9px}.Transaction-operation{color:var(--Text-Primary, #030406);font-size:15px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.047px;display:flex;align-items:center;gap:6px}.Transaction-number{color:var(--Text-Secondary, #69758e);font-size:13px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.01px}.Transaction-right{display:flex;flex-direction:column;text-align:right;gap:8px}.Transaction-amount{color:var(--Text-Info, #3b82f6);font-size:17px;font-style:normal;font-weight:700;line-height:22px;letter-spacing:-.073px}.Transaction-amount_up{color:var(--Text-Positive, #34b263)}.Transaction-amount_down{color:var(--Text-Negative, #e14453)}.Transaction-time{color:var(--Text-Secondary, #69758e);font-size:13px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.01px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Empty{flex:1;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:20px;padding:15px 0}.Empty-icon{width:80px;height:80px}.Empty-icon img{animation:rotate 4s ease-in-out infinite}.Empty-title{color:var(--Text-Primary, #030406);text-align:center;font-size:17px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.073px}.TransactionGroup{display:flex;flex-direction:column;gap:12px}.TransactionGroup-date{color:var(--Text-Secondary, #69758e);font-size:17px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.073px;padding-bottom:12px;border-bottom:1px solid var(--Graphic-Tertiary, #a1a9b8)}.TransactionGroup-list{display:flex;flex-direction:column;gap:16px}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-slide,.swiper-cube-shadow{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top,.swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible{.swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10;&.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>&,&.swiper-pagination-disabled{display:none!important}}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0;.swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2);button&{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:.2s transform,.2s left}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>&,&.swiper-pagination-horizontal,.swiper-vertical>&.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>&,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}}.swiper-pagination-lock{display:none}.CardSlider{width:calc(100% + 30px);margin:0 -15px}.CardSlider-swiper{width:100%;padding-bottom:15px}.CardSlider-swiper .swiper-pagination{position:absolute;bottom:0;left:0;width:100%;display:flex;justify-content:center;align-items:center;gap:4px}.CardSlider-swiper .swiper-pagination-bullet{width:8px;height:8px;border-radius:50%;background:var(--Graphic-Disabled, #d0d4dc);cursor:pointer;transition:all .3s ease;opacity:.4;margin:0!important}.CardSlider-swiper .swiper-pagination-bullet-active{opacity:1;background-color:var(--Graphic-Primary, #030406)}.CardSlider-slide{max-width:370px;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.Home{display:flex;flex-direction:column;gap:34px;flex:1;padding:15px 15px 90px}.Home-cards{display:flex;flex-direction:column;gap:16px}.Home-actions{display:flex;gap:16px}.Home-offers{display:flex;flex-direction:column;gap:16px}.Top{display:flex;flex-direction:column;text-align:center;gap:8px}.PaymentPending{display:flex;flex-direction:column;gap:24px}.PaymentPending-content{color:var(--Text-Secondary, #69758e);font-size:17px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.073px}.PaymentPending-status{display:flex;align-items:center;justify-content:space-between;gap:8px}.PaymentPending-amount{color:var(--Text-Primary, #030406);font-size:28px;font-style:normal;font-weight:700;line-height:34px;letter-spacing:.106px}.PaymentPending-label{display:flex;align-items:center;gap:8px}.PaymentPending-actions{display:flex;align-items:center;gap:12px}.Payments{padding:15px 15px 90px;display:flex;flex-direction:column;flex:1;gap:16px}.Payments-methods{display:flex;flex-direction:column;gap:16px}.PaymentMethods{padding:16px;border-radius:8px;border:2px solid var(--Graphic-Accent, #ffdf3f);background:var(--Bg-Secondary, #fff);box-shadow:0 43px 150px #0000000d;display:flex;align-items:center;gap:16px;min-height:112px}.PaymentMethods_disabled{cursor:not-allowed;pointer-events:none}.PaymentMethods-logo{max-width:100px;width:100%}.PaymentMethods-title{color:var(--Text-Primary, #030406);font-size:17px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.073px}.Pay{padding:15px 15px 90px;display:flex;flex-direction:column;flex:1;gap:16px}.Pay-form{flex:1;display:flex;flex-direction:column;gap:16px}.Pay-checkboxes{margin-top:auto}.Pay-actions{display:flex;padding:12px 16px;justify-content:center;align-items:center;position:fixed;bottom:0;left:0;width:100%;z-index:10;background:#fefefe;box-shadow:0 4px 120px #0000001a}.Checkbox{display:inline-flex;align-items:center;gap:8px;position:relative}.Checkbox-label{color:var(--Text-Secondary, #69758e);font-size:15px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.047px}.Checkbox a{color:var(--Text-Primary, #030406)}.Checkbox .p-checkbox-input{opacity:0;position:absolute;z-index:-999;left:0;top:0}.Checkbox .p-checkbox-input:checked+.p-checkbox-box{background:var(--Bg-Accent-Primary, #ffdf3f);border-color:var(--Bg-Accent-Primary, #ffdf3f)}.Checkbox .p-checkbox-box{border-radius:4px;border:1px solid var(--Graphic-Tertiary, #a1a9b8);width:24px;height:24px;display:flex;align-items:center;justify-content:center}.AmountField{display:flex;flex-direction:column;align-items:flex-start;gap:7px;position:relative}.AmountField-input{width:100%;border-radius:8px 0 0 8px;border:1px solid var(--Graphic-Accent, #ffdf3f);color:var(--Text-Primary, #030406);font-size:17px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.073px;padding:16px 96px 16px 16px;min-height:70px}.AmountField-input:focus{border:1px solid var(--Graphic-Accent, #ffdf3f)}.AmountField-input::placeholder{color:var(--Text-Tertiary, #a1a9b8)}.AmountField-label{color:var(--Text-Primary, #030406);font-size:15px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.047px}.AmountField-error{margin-top:4px;position:absolute;left:16px;top:calc(100% - 5px);color:var(--red-500);font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:-.037px}.AmountField-wrap{display:flex;width:100%}.AmountField-actions{display:flex;flex-direction:column}.AmountField-action{width:80px;height:36px;border-radius:0 8px 8px 0;padding:0;display:flex;align-items:center;justify-content:center;background:var(--accent-400);transition:all .2s ease}.AmountField-action:first-child{border-radius:0 8px 0 0;border-bottom:1px solid var(--Graphic-Primary, #030406)}.AmountField-action:last-child{border-radius:0 0 8px}.AmountField-action:hover{background:var(--accent-200)}.ProfilePage{padding:15px 15px 90px;display:flex;flex-direction:column;flex:1;gap:30px}.ProfilePage-user{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px}.ProfilePage-avatar{display:flex;align-items:center;justify-content:center;width:102px;height:102px;border-radius:64px;border:2px solid var(--Graphic-Accent, #ffdf3f);overflow:hidden}.ProfilePage-name{color:var(--Text-Primary, #030406);text-align:center;font-size:20px;font-style:normal;font-weight:600;line-height:25px;letter-spacing:-.09px}.ProfilePage-name{color:var(--Placeholder-Colors-Dark, #000);text-align:center;font-size:20px;font-style:normal;font-weight:700;line-height:22px}.ProfilePage-platform{color:var(--Placeholder-Colors-Base, #8c8c8c);font-size:12px;font-style:normal;font-weight:400;line-height:1}.ProfilePage-menu{display:flex;flex-direction:column;gap:12px}.ProfilePage-link{display:flex;align-items:center;gap:16px;padding:0 0 16px;border-bottom:1px solid var(--Graphic-Tertiary, #a1a9b8)}.ProfilePage-info{display:flex;flex-direction:column;gap:8px;align-items:flex-start;text-align:left}.ProfilePage-title{color:var(--Text-Primary, #030406);font-size:17px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:-.073px}.ProfilePage-description{color:var(--Text-Secondary, #69758e);font-size:15px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.047px}.ProfilePage-arrow{display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-left:auto}.ReferralStats{display:flex;flex-direction:column;gap:28px;flex:1}.ReferralStats-content{display:flex;flex-direction:column;gap:16px}.ReferralStats-card{border-radius:8px;border:1px solid var(--Graphic-Tertiary, #a1a9b8);display:flex;padding:24px 20px;align-items:center;gap:12px;justify-content:space-between}.ReferralStats-card_active{border:2px solid var(--Graphic-Accent, #ffdf3f)}.ReferralStats-title{color:var(--Text-Secondary, #69758e);font-size:17px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.073px}.ReferralStats-title_active{color:var(--Text-Primary, #030406)}.ReferralStats-number{color:var(--Text-Primary, #030406);font-size:32px;font-style:normal;font-weight:700;line-height:40px;letter-spacing:.128px}.ReferralStats-number_active{color:var(--Text-Accent-Dark, #ffd60c)}.ReferralStats-actions{margin-top:auto}.ProfileInfoPage{padding:15px 15px 90px;display:flex;flex-direction:column;flex:1;gap:16px}.ProfileInfoPage-title{color:var(--Placeholder-Colors-Dark, #000);text-align:center;font-size:24px;font-style:normal;font-weight:590;line-height:normal}.ProfileInfoPage-actions{display:flex;justify-content:space-around;align-items:center;position:fixed;bottom:0;left:0;max-width:100%;background-color:#fff;padding:12px 16px;box-shadow:0 -2px 10px #0000001a;z-index:10;width:100%}.Field{display:flex;flex-direction:column;align-items:flex-start;gap:7px;position:relative}.Field-input{width:100%;border-radius:8px;border:1px solid var(--Graphic-Tertiary, #a1a9b8);color:var(--Text-Primary, #030406);font-size:17px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.073px;padding:12px 16px}.Field-input:focus{color:var(--Text-Primary, #030406)}.Field-input::placeholder{color:var(--Text-Tertiary, #a1a9b8)}.Field-label{color:var(--Text-Primary, #030406);font-size:15px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.047px}.Field-error{position:absolute;left:16px;top:calc(100% - 5px)}.NotFound{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#f5f5f5;padding:20px}.NotFound-container{text-align:center;max-width:500px;width:100%;background-color:#fff;border-radius:12px;padding:40px 20px;box-shadow:0 4px 20px #0000001a;border:1px solid #e0e0e0}.NotFound-icon{display:flex;justify-content:center;align-items:center;margin-bottom:30px;gap:10px}.NotFound-number{font-size:80px;font-weight:700;color:#ffc107;line-height:1;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.NotFound-zero{font-size:80px;font-weight:700;color:#666;line-height:1;animation:pulse 2s infinite}.NotFound-title{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 16px;line-height:1.2}.NotFound-description{font-size:16px;color:#666;margin:0 0 32px;line-height:1.5}.NotFound-actions{display:flex;flex-direction:column;gap:12px}@media (min-width: 768px){.NotFound-actions{flex-direction:row;justify-content:center}}.NotFound-button{min-width:160px;height:44px;border-radius:8px;font-weight:600;font-size:16px;transition:all .3s ease}.NotFound-button_secondary{background-color:transparent;color:#666;border:2px solid #666666}.NotFound-button_secondary:hover{background-color:#666;color:#fff}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}}.TransactionPage{padding:16px;min-height:100vh;background-color:var(--Background-Primary)}.TransactionPage-header{display:flex;align-items:center;gap:12px;margin-bottom:24px}.TransactionPage-back{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:var(--Background-Secondary);border-radius:12px;cursor:pointer;transition:background-color .2s ease}.TransactionPage-back:hover{background:var(--Background-Tertiary)}.TransactionPage-title{flex:1}.TransactionPage-loading{display:flex;align-items:center;justify-content:center;height:200px;color:var(--Text-Secondary)}.TransactionPage-content{display:flex;flex-direction:column;gap:24px}.TransactionPage-main-info{display:flex;align-items:center;gap:16px;padding:20px;background:var(--Background-Secondary);border-radius:16px}.TransactionPage-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--Background-Tertiary);border-radius:12px}.TransactionPage-operation{flex:1;display:flex;flex-direction:column;gap:4px}.TransactionPage-amount{text-align:right}.TransactionPage-status{display:flex;justify-content:center}.TransactionPage-details{display:flex;flex-direction:column;gap:16px;padding:20px;background:var(--Background-Secondary);border-radius:16px}.TransactionPage-detail-item{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.TransactionPage-receipt{display:flex;justify-content:center}.TransactionPage-receipt-button{display:flex;align-items:center;gap:8px;padding:12px 24px;background:var(--Background-Secondary);border:1px solid var(--Border-Primary);border-radius:12px;cursor:pointer;transition:all .2s ease}.TransactionPage-receipt-button:hover{background:var(--Background-Tertiary);border-color:var(--Border-Secondary)}:root{--font-sf-pro-text: "SFProText", sans-serif;--gray-0: #ffffff;--gray-10: #f9fafb;--gray-50: #eceef1;--gray-100: #d0d4dc;--gray-200: #a1a9b8;--gray-300: #858fa3;--gray-400: #69758e;--gray-500: #445371;--gray-600: #303a4f;--gray-700: #1d2431;--gray-800: #12161e;--gray-900: #030406;--accent-50: #fffdf1;--accent-100: #fff8d8;--accent-200: #fff0a5;--accent-300: #ffe772;--accent-400: #ffdf3f;--accent-500: #ffd60c;--accent-600: #d8b400;--accent-700: #a58900;--accent-800: #725f00;--accent-900: #3f3400;--orange-50: #fef4e6;--orange-100: #fce3bf;--orange-200: #f9c880;--orange-300: #f7b859;--orange-400: #f5a733;--orange-500: #f29100;--orange-600: #ce7b00;--orange-700: #a96500;--orange-800: #915700;--orange-900: #794800;--red-50: #fbe8ea;--red-100: #f6c5c9;--red-200: #ec8a93;--red-300: #e66773;--red-400: #e14453;--red-500: #d91528;--red-600: #b81222;--red-700: #980f1c;--red-800: #820d18;--red-900: #6c0b14;--blue-50: #e6effe;--blue-100: #cddffd;--blue-200: #9dc0fa;--blue-300: #6ca1f8;--blue-400: #3b82f6;--blue-500: #0b63f3;--blue-600: #094fc2;--blue-700: #073b91;--blue-800: #042761;--blue-900: #041e45;--green-50: #e6f5ec;--green-100: #c0e7ce;--green-200: #80cf9e;--green-300: #5ac180;--green-400: #34b263;--green-500: #019f3c;--green-600: #018733;--green-700: #016f2a;--green-800: #015f24;--green-900: #01501e}[class^=icon-],[class*=" icon-"]{font-family:icomoon!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-ART:before{content:""}.icon-INCH:before{content:""}.icon-IRE:before{content:""}.icon-AAVE:before{content:""}.icon-ACA:before{content:""}.icon-ACH:before{content:""}.icon-ACM:before{content:""}.icon-ADA:before{content:""}.icon-ADADOWN:before{content:""}.icon-ADAUP:before{content:""}.icon-ADX:before{content:""}.icon-AE:before{content:""}.icon-AERGO:before{content:""}.icon-aETHc:before{content:""}.icon-AGIX:before{content:""}.icon-AGLD:before{content:""}.icon-AHT:before{content:""}.icon-AION:before{content:""}.icon-AIOZ:before{content:""}.icon-AKRO:before{content:""}.icon-AKT:before{content:""}.icon-ALCX:before{content:""}.icon-ALGO:before{content:""}.icon-ALICE:before{content:""}.icon-ALPACA:before{content:""}.icon-ALPHA:before{content:""}.icon-ALPINE:before{content:""}.icon-AMB:before{content:""}.icon-AMO:before{content:""}.icon-AMP:before{content:""}.icon-AMPL:before{content:""}.icon-ANC:before{content:""}.icon-ANKR:before{content:""}.icon-ANT:before{content:""}.icon-APE:before{content:""}.icon-API3:before{content:""}.icon-APX:before{content:""}.icon-AR:before{content:""}.icon-ARDR:before{content:""}.icon-ARK:before{content:""}.icon-ARNX:before{content:""}.icon-ARPA:before{content:""}.icon-ASD:before{content:""}.icon-ASK:before{content:""}.icon-ASM:before{content:""}.icon-ASR:before{content:""}.icon-AST:before{content:""}.icon-ASTR:before{content:""}.icon-ATA:before{content:""}.icon-ATM:before{content:""}.icon-ATOLO:before{content:""}.icon-ATOM:before{content:""}.icon-AUCTION:before{content:""}.icon-AUD:before{content:""}.icon-AUDIO:before{content:""}.icon-AURORA:before{content:""}.icon-AURY:before{content:""}.icon-AUTO:before{content:""}.icon-AVA:before{content:""}.icon-AVAX:before{content:""}.icon-AXEL:before{content:""}.icon-AXS:before{content:""}.icon-BABY:before{content:""}.icon-BADGER:before{content:""}.icon-BAKE:before{content:""}.icon-BAL .path1:before{content:"";color:#fff}.icon-BAL .path2:before{content:"";margin-left:-1em;color:#000}.icon-BAND:before{content:""}.icon-BAR:before{content:""}.icon-BAT:before{content:""}.icon-BCD:before{content:""}.icon-BCH:before{content:""}.icon-BEAM:before{content:""}.icon-BEL:before{content:""}.icon-BETA:before{content:""}.icon-BETH:before{content:""}.icon-BFC:before{content:""}.icon-BICO:before{content:""}.icon-BIFI:before{content:""}.icon-BIOT:before{content:""}.icon-BIT:before{content:""}.icon-BLCT:before{content:""}.icon-BLK:before{content:""}.icon-BLOK:before{content:""}.icon-BLZ:before{content:""}.icon-BMC:before{content:""}.icon-BMX:before{content:""}.icon-BNANA:before{content:""}.icon-BNB:before{content:""}.icon-BNBDOWN:before{content:""}.icon-BNBUP:before{content:""}.icon-BNT:before{content:""}.icon-BNX:before{content:""}.icon-BOBA:before{content:""}.icon-BOND:before{content:""}.icon-BOO:before{content:""}.icon-BOR:before{content:""}.icon-BORA:before{content:""}.icon-BOSON:before{content:""}.icon-BRD:before{content:""}.icon-BSD:before{content:""}.icon-BSV:before{content:""}.icon-BSW:before{content:""}.icon-BTC:before{content:""}.icon-BTCDOWN:before{content:""}.icon-BTCP:before{content:""}.icon-BTCST:before{content:""}.icon-BTCUP:before{content:""}.icon-BTG:before{content:""}.icon-BTM:before{content:""}.icon-BTRST:before{content:""}.icon-BTS:before{content:""}.icon-BTSE:before{content:""}.icon-BTT:before{content:""}.icon-BTTC:before{content:""}.icon-BTTOLD:before{content:""}.icon-BURGER:before{content:""}.icon-BUSD:before{content:""}.icon-BZRX:before{content:""}.icon-BZZ:before{content:""}.icon-C98:before{content:""}.icon-CAKE:before{content:""}.icon-CBG:before{content:""}.icon-CBK:before{content:""}.icon-CEEK .path1:before{content:"";color:#fff}.icon-CEEK .path2:before{content:"";margin-left:-1em;color:#020000}.icon-CEEK .path3:before{content:"";margin-left:-1em;color:#020000}.icon-CEL .path1:before{content:"";color:#fff}.icon-CEL .path2:before{content:"";margin-left:-1em;color:#000}.icon-CELO:before{content:""}.icon-CELR:before{content:""}.icon-CENNZ:before{content:""}.icon-CET:before{content:""}.icon-CFG:before{content:""}.icon-CFX:before{content:""}.icon-CGU:before{content:""}.icon-CHESS:before{content:""}.icon-CHR .path1:before{content:"";color:#fff}.icon-CHR .path2:before{content:"";margin-left:-1em;color:#000}.icon-CHSB:before{content:""}.icon-CHZ:before{content:""}.icon-CITY:before{content:""}.icon-CKB .path1:before{content:"";color:#fff}.icon-CKB .path2:before{content:"";margin-left:-1em;color:#000}.icon-CLT:before{content:""}.icon-CLV:before{content:""}.icon-COCOS:before{content:""}.icon-COMP:before{content:""}.icon-CON:before{content:""}.icon-COS:before{content:""}.icon-COTI .path1:before{content:"";color:#fff}.icon-COTI .path2:before{content:"";margin-left:-1em;color:#000}.icon-COVAL:before{content:""}.icon-CQT:before{content:""}.icon-CRE:before{content:""}.icon-CREAM:before{content:""}.icon-CRO:before{content:""}.icon-CRODO:before{content:""}.icon-CRTS:before{content:""}.icon-CRV:before{content:""}.icon-CSPR:before{content:""}.icon-CTK:before{content:""}.icon-CTSI .path1:before{content:"";color:#fff}.icon-CTSI .path2:before{content:"";margin-left:-1em;color:#000}.icon-CTX:before{content:""}.icon-CTXC:before{content:""}.icon-CUBE:before{content:""}.icon-CVC:before{content:""}.icon-CVP:before{content:""}.icon-CVX:before{content:""}.icon-DAD:before{content:""}.icon-DAI:before{content:""}.icon-DAO .path1:before{content:"";color:#fff}.icon-DAO .path2:before{content:"";margin-left:-1em;color:#000}.icon-DAR:before{content:""}.icon-DASH:before{content:""}.icon-DATA:before{content:""}.icon-DAWN .path1:before{content:"";color:#fff}.icon-DAWN .path2:before{content:"";margin-left:-1em;color:#000}.icon-DCR:before{content:""}.icon-DDX:before{content:""}.icon-DEGO:before{content:""}.icon-DENT:before{content:""}.icon-DERC:before{content:""}.icon-DERO:before{content:""}.icon-DEXE:before{content:""}.icon-DF:before{content:""}.icon-DFI:before{content:""}.icon-DG:before{content:""}.icon-DGB:before{content:""}.icon-DIA:before{content:""}.icon-DKA:before{content:""}.icon-DNT:before{content:""}.icon-DOCK:before{content:""}.icon-DODO:before{content:""}.icon-DOGE:before{content:""}.icon-DOT:before{content:""}.icon-DOTDOWN:before{content:""}.icon-DOTUP:before{content:""}.icon-DPI:before{content:""}.icon-DPR:before{content:""}.icon-DREP:before{content:""}.icon-DUSK:before{content:""}.icon-DVF:before{content:""}.icon-DX:before{content:""}.icon-DXD:before{content:""}.icon-DYDX:before{content:""}.icon-EFI:before{content:""}.icon-EGG:before{content:""}.icon-EGLD:before{content:""}.icon-ELF:before{content:""}.icon-ENJ:before{content:""}.icon-ENS:before{content:""}.icon-EOS:before{content:""}.icon-EPS .path1:before{content:"";color:#fff}.icon-EPS .path2:before{content:"";margin-left:-1em;color:#000}.icon-EPX:before{content:""}.icon-ERG:before{content:""}.icon-ERN:before{content:""}.icon-ETC:before{content:""}.icon-ETH:before{content:""}.icon-ETHDOWN:before{content:""}.icon-ETHUP:before{content:""}.icon-ETN:before{content:""}.icon-EUM:before{content:""}.icon-EUR:before{content:""}.icon-EXRD:before{content:""}.icon-EZ:before{content:""}.icon-FARM:before{content:""}.icon-FCT:before{content:""}.icon-FEI:before{content:""}.icon-FET:before{content:""}.icon-FIDA:before{content:""}.icon-FIL:before{content:""}.icon-FIO:before{content:""}.icon-FIRO:before{content:""}.icon-FIS:before{content:""}.icon-FLETA:before{content:""}.icon-FLOW:before{content:""}.icon-FLUID:before{content:""}.icon-FLUX:before{content:""}.icon-FOR:before{content:""}.icon-FORTH:before{content:""}.icon-FOX:before{content:""}.icon-FRAX:before{content:""}.icon-FRONT:before{content:""}.icon-FRTS:before{content:""}.icon-FSN:before{content:""}.icon-FTM:before{content:""}.icon-FTT:before{content:""}.icon-FUN:before{content:""}.icon-FUSE:before{content:""}.icon-FXS:before{content:""}.icon-GAL:before{content:""}.icon-GALA:before{content:""}.icon-GAS:before{content:""}.icon-GBP:before{content:""}.icon-GENE:before{content:""}.icon-GHST:before{content:""}.icon-GLM:before{content:""}.icon-GLMR:before{content:""}.icon-GMT:before{content:""}.icon-GNO:before{content:""}.icon-GO:before{content:""}.icon-GRS:before{content:""}.icon-GRT:before{content:""}.icon-GT:before{content:""}.icon-GTC:before{content:""}.icon-GTO:before{content:""}.icon-GUSD:before{content:""}.icon-GXC:before{content:""}.icon-GYEN:before{content:""}.icon-HARD:before{content:""}.icon-HBAR:before{content:""}.icon-HBTC:before{content:""}.icon-HERO:before{content:""}.icon-HEZ:before{content:""}.icon-HIGH:before{content:""}.icon-HIVE:before{content:""}.icon-HNS:before{content:""}.icon-HNT:before{content:""}.icon-HOO:before{content:""}.icon-HOPR:before{content:""}.icon-HOT:before{content:""}.icon-HT:before{content:""}.icon-HTR:before{content:""}.icon-HUNT:before{content:""}.icon-HUSD:before{content:""}.icon-HYDRA:before{content:""}.icon-HYN:before{content:""}.icon-ICHI:before{content:""}.icon-ICP:before{content:""}.icon-ICX:before{content:""}.icon-IDEX:before{content:""}.icon-IDRT:before{content:""}.icon-ILV:before{content:""}.icon-IMX:before{content:""}.icon-INJ:before{content:""}.icon-IOST:before{content:""}.icon-IOTA:before{content:""}.icon-IOTX:before{content:""}.icon-IQ:before{content:""}.icon-IRIS:before{content:""}.icon-JASMY:before{content:""}.icon-JOE:before{content:""}.icon-JST:before{content:""}.icon-JUV:before{content:""}.icon-KAI:before{content:""}.icon-KAVA:before{content:""}.icon-KCS:before{content:""}.icon-KDA:before{content:""}.icon-KEEP:before{content:""}.icon-KEY:before{content:""}.icon-KILT:before{content:""}.icon-KIN:before{content:""}.icon-KIRO:before{content:""}.icon-KLAY:before{content:""}.icon-KLV:before{content:""}.icon-KMD:before{content:""}.icon-KNC:before{content:""}.icon-KP3R:before{content:""}.icon-KRT:before{content:""}.icon-KSM:before{content:""}.icon-KZEN:before{content:""}.icon-LA:before{content:""}.icon-LAT:before{content:""}.icon-LAZIO:before{content:""}.icon-LCX:before{content:""}.icon-LDO:before{content:""}.icon-LEO:before{content:""}.icon-LINA:before{content:""}.icon-LINK:before{content:""}.icon-LINKDOWN:before{content:""}.icon-LINKUP:before{content:""}.icon-LIT:before{content:""}.icon-LN:before{content:""}.icon-LOG:before{content:""}.icon-LOKA:before{content:""}.icon-LON:before{content:""}.icon-LOOM:before{content:""}.icon-LPT:before{content:""}.icon-LQTY:before{content:""}.icon-LRC:before{content:""}.icon-LSK:before{content:""}.icon-LTC:before{content:""}.icon-LTO:before{content:""}.icon-LUNA:before{content:""}.icon-LUNC:before{content:""}.icon-LUSD:before{content:""}.icon-MAID:before{content:""}.icon-MANA:before{content:""}.icon-MARO:before{content:""}.icon-MASK:before{content:""}.icon-MATH:before{content:""}.icon-MATIC:before{content:""}.icon-MBL:before{content:""}.icon-MBOX:before{content:""}.icon-MC:before{content:""}.icon-MDA:before{content:""}.icon-MDT:before{content:""}.icon-MDX:before{content:""}.icon-MED:before{content:""}.icon-META:before{content:""}.icon-MEV:before{content:""}.icon-MFT:before{content:""}.icon-MINA:before{content:""}.icon-MIOTA:before{content:""}.icon-MIR:before{content:""}.icon-MITH:before{content:""}.icon-MIX:before{content:""}.icon-MKR:before{content:""}.icon-MLK:before{content:""}.icon-MLN:before{content:""}.icon-MNGO:before{content:""}.icon-MNW:before{content:""}.icon-MOB:before{content:""}.icon-MOF:before{content:""}.icon-MONA:before{content:""}.icon-MOVEZ:before{content:""}.icon-MOVR:before{content:""}.icon-MSOL:before{content:""}.icon-MTL .path1:before{content:"";color:#fff}.icon-MTL .path2:before{content:"";margin-left:-1em;color:#000}.icon-MULTI:before{content:""}.icon-MUSD:before{content:""}.icon-MWC:before{content:""}.icon-MX:before{content:""}.icon-MXC:before{content:""}.icon-NAS:before{content:""}.icon-NAV:before{content:""}.icon-NBS:before{content:""}.icon-NCT:before{content:""}.icon-NEAR:before{content:""}.icon-NEBL:before{content:""}.icon-NEO:before{content:""}.icon-NEXO:before{content:""}.icon-NFT:before{content:""}.icon-NIF:before{content:""}.icon-NKN:before{content:""}.icon-NMC:before{content:""}.icon-NMR:before{content:""}.icon-NOIA:before{content:""}.icon-NRG:before{content:""}.icon-NSBT:before{content:""}.icon-NU:before{content:""}.icon-NULS:before{content:""}.icon-NXM:before{content:""}.icon-NXS:before{content:""}.icon-NYE:before{content:""}.icon-OAX:before{content:""}.icon-OCEAN:before{content:""}.icon-OG:before{content:""}.icon-OGN:before{content:""}.icon-OKB:before{content:""}.icon-OM:before{content:""}.icon-OMG:before{content:""}.icon-ONE:before{content:""}.icon-ONG:before{content:""}.icon-ONT:before{content:""}.icon-ONUS:before{content:""}.icon-OOKI:before{content:""}.icon-OP:before{content:""}.icon-ORBS:before{content:""}.icon-ORC:before{content:""}.icon-ORN:before{content:""}.icon-OSMO:before{content:""}.icon-OUSD:before{content:""}.icon-OXEN:before{content:""}.icon-OXT:before{content:""}.icon-PAXG:before{content:""}.icon-PEAK:before{content:""}.icon-PEOPLE:before{content:""}.icon-PERL:before{content:""}.icon-PERP:before{content:""}.icon-PHA:before{content:""}.icon-PHB:before{content:""}.icon-PHL:before{content:""}.icon-PIVX:before{content:""}.icon-PLA:before{content:""}.icon-PNK:before{content:""}.icon-PNT:before{content:""}.icon-POLS:before{content:""}.icon-POLY:before{content:""}.icon-POND:before{content:""}.icon-PORTO:before{content:""}.icon-POWR .path1:before{content:"";color:#fff}.icon-POWR .path2:before{content:"";margin-left:-1em;color:#000}.icon-PRE:before{content:""}.icon-PROM:before{content:""}.icon-PROS:before{content:""}.icon-PRQ:before{content:""}.icon-PRQ-1:before{content:""}.icon-PSG:before{content:""}.icon-PUNDIX:before{content:""}.icon-PYR:before{content:""}.icon-QASH:before{content:""}.icon-QC:before{content:""}.icon-QI:before{content:""}.icon-QKC:before{content:""}.icon-QLC:before{content:""}.icon-QNT:before{content:""}.icon-QOM:before{content:""}.icon-QSP:before{content:""}.icon-QTUM:before{content:""}.icon-QUACK:before{content:""}.icon-QUICK:before{content:""}.icon-RAD:before{content:""}.icon-RAI:before{content:""}.icon-RAMP:before{content:""}.icon-RARE:before{content:""}.icon-RARI:before{content:""}.icon-RAY:before{content:""}.icon-RBN:before{content:""}.icon-REAP:before{content:""}.icon-REEF:before{content:""}.icon-REI:before{content:""}.icon-REN:before{content:""}.icon-RENBTC:before{content:""}.icon-REP:before{content:""}.icon-REQ:before{content:""}.icon-REV:before{content:""}.icon-RFOX:before{content:""}.icon-RFR:before{content:""}.icon-RGT:before{content:""}.icon-RIF:before{content:""}.icon-RISE:before{content:""}.icon-RKN:before{content:""}.icon-RLC:before{content:""}.icon-RLY:before{content:""}.icon-RMRK:before{content:""}.icon-RNDR:before{content:""}.icon-ROOK:before{content:""}.icon-ROSE:before{content:""}.icon-RSR .path1:before{content:"";color:#fff}.icon-RSR .path2:before{content:"";margin-left:-1em;color:#111}.icon-RSS3:before{content:""}.icon-RUNE:before{content:""}.icon-RVN:before{content:""}.icon-RVP:before{content:""}.icon-SAFE:before{content:""}.icon-SAFEMOON:before{content:""}.icon-SAFFLE:before{content:""}.icon-SAMO:before{content:""}.icon-SAND:before{content:""}.icon-SANTOS:before{content:""}.icon-SC:before{content:""}.icon-SCRT:before{content:""}.icon-SDAO:before{content:""}.icon-SDN:before{content:""}.icon-SERO:before{content:""}.icon-SFP:before{content:""}.icon-SFUND:before{content:""}.icon-SHIB:before{content:""}.icon-SIX:before{content:""}.icon-SKL:before{content:""}.icon-SLP:before{content:""}.icon-SNL:before{content:""}.icon-SNM:before{content:""}.icon-SNT .path1:before{content:"";color:#fff}.icon-SNT .path2:before{content:"";margin-left:-1em;color:#000}.icon-SNX:before{content:""}.icon-SOFI:before{content:""}.icon-SOL:before{content:""}.icon-SOS:before{content:""}.icon-SOUL:before{content:""}.icon-SPARTA:before{content:""}.icon-SPELL:before{content:""}.icon-SPS:before{content:""}.icon-SQR:before{content:""}.icon-SRM:before{content:""}.icon-SSV:before{content:""}.icon-SSX:before{content:""}.icon-STAKE:before{content:""}.icon-STARL:before{content:""}.icon-STEEM:before{content:""}.icon-STETH:before{content:""}.icon-STMX:before{content:""}.icon-STORJ:before{content:""}.icon-STPT:before{content:""}.icon-STRAX:before{content:""}.icon-STRK:before{content:""}.icon-STX:before{content:""}.icon-SUKU:before{content:""}.icon-SUN:before{content:""}.icon-SUPER:before{content:""}.icon-SUSHI:before{content:""}.icon-SWAP:before{content:""}.icon-SWP:before{content:""}.icon-SXP:before{content:""}.icon-SYS:before{content:""}.icon-T:before{content:""}.icon-TCT:before{content:""}.icon-TEL .path1:before{content:"";color:#fff}.icon-TEL .path2:before{content:"";margin-left:-1em;color:#000}.icon-TFUEL:before{content:""}.icon-THETA:before{content:""}.icon-TIME:before{content:""}.icon-TITAN:before{content:""}.icon-TKO:before{content:""}.icon-TLM:before{content:""}.icon-TLOS:before{content:""}.icon-TNB:before{content:""}.icon-TOMO:before{content:""}.icon-TON:before{content:""}.icon-TORN:before{content:""}.icon-TPT:before{content:""}.icon-TRB:before{content:""}.icon-TRIBE:before{content:""}.icon-TROY:before{content:""}.icon-TRU:before{content:""}.icon-TRX:before{content:""}.icon-TRXDOWN:before{content:""}.icon-TRXUP:before{content:""}.icon-TT:before{content:""}.icon-TTT:before{content:""}.icon-TUSD:before{content:""}.icon-TVK:before{content:""}.icon-TWT:before{content:""}.icon-UFI:before{content:""}.icon-UFO:before{content:""}.icon-UFT:before{content:""}.icon-ULT:before{content:""}.icon-UMA:before{content:""}.icon-UNFI:before{content:""}.icon-UNI:before{content:""}.icon-UQC:before{content:""}.icon-USDC:before{content:""}.icon-USDD:before{content:""}.icon-USDJ:before{content:""}.icon-USDN:before{content:""}.icon-USDP:before{content:""}.icon-USDT:before{content:""}.icon-USDT-ERC20:before{content:""}.icon-USDT-TRC20:before{content:""}.icon-USTC:before{content:""}.icon-UTK:before{content:""}.icon-VBIT:before{content:""}.icon-VEGA:before{content:""}.icon-VERI:before{content:""}.icon-VET:before{content:""}.icon-VGX:before{content:""}.icon-VIB:before{content:""}.icon-VIDT:before{content:""}.icon-VITE:before{content:""}.icon-VLX .path1:before{content:"";color:#fff}.icon-VLX .path2:before{content:"";margin-left:-1em;color:#000}.icon-VOXEL:before{content:""}.icon-VR:before{content:""}.icon-VRA:before{content:""}.icon-VTHO:before{content:""}.icon-vUSDT:before{content:""}.icon-VXV:before{content:""}.icon-vXVS:before{content:""}.icon-WABI:before{content:""}.icon-WAN:before{content:""}.icon-WAVES:before{content:""}.icon-WAXP:before{content:""}.icon-WBNB:before{content:""}.icon-WBTC:before{content:""}.icon-WEMIX:before{content:""}.icon-WILD:before{content:""}.icon-WIN:before{content:""}.icon-WING:before{content:""}.icon-WNXM:before{content:""}.icon-WOO:before{content:""}.icon-WOZX:before{content:""}.icon-WRX:before{content:""}.icon-WTC:before{content:""}.icon-WTRX .path1:before{content:"";color:#fff}.icon-WTRX .path2:before{content:"";margin-left:-1em;color:#000}.icon-WXT .path1:before{content:"";color:#fff}.icon-WXT .path2:before{content:"";margin-left:-1em;color:#000}.icon-XAUT:before{content:""}.icon-XCH .path1:before{content:"";color:#fff}.icon-XCH .path2:before{content:"";margin-left:-1em;color:#000}.icon-XCN:before{content:""}.icon-XDB .path1:before{content:"";color:#fff}.icon-XDB .path2:before{content:"";margin-left:-1em;color:#000}.icon-XDC:before{content:""}.icon-XEC:before{content:""}.icon-XEM:before{content:""}.icon-XHV:before{content:""}.icon-XLM:before{content:""}.icon-XMR:before{content:""}.icon-XNC:before{content:""}.icon-XNO:before{content:""}.icon-XPR:before{content:""}.icon-XPRT .path1:before{content:"";color:#fff}.icon-XPRT .path2:before{content:"";margin-left:-1em;color:#000}.icon-XRP:before{content:""}.icon-XRPDOWN:before{content:""}.icon-XRPUP:before{content:""}.icon-XTZ:before{content:""}.icon-XVG:before{content:""}.icon-XVS:before{content:""}.icon-XWC:before{content:""}.icon-XYM:before{content:""}.icon-XYO:before{content:""}.icon-YFI:before{content:""}.icon-YFII:before{content:""}.icon-YGG:before{content:""}.icon-YLD:before{content:""}.icon-YOOSHI:before{content:""}.icon-YOUC:before{content:""}.icon-ZAM:before{content:""}.icon-ZB:before{content:""}.icon-ZEC:before{content:""}.icon-ZEN:before{content:""}.icon-ZEON:before{content:""}.icon-ZIL:before{content:""}.icon-ZRX:before{content:""}.icon-EUR:before{content:"€";font-family:Avenir Next Cyr!important;font-weight:600}.icon-USD:before{content:"$";font-family:Avenir Next Cyr!important;font-weight:600}@font-face{font-family:SFProText;src:url(./SFProText-Heavy-C42tvlm7.eot);src:url(./SFProText-Heavy-C42tvlm7.eot?#iefix) format("embedded-opentype"),url(./SFProText-Heavy-9VlvvKot.woff2) format("woff2"),url(./SFProText-Heavy-BSjmLrsY.woff) format("woff"),url(./SFProText-Heavy--zdbkYEy.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:SFProText;src:url(./SFProText-Bold-RO8iTcRy.eot);src:url(./SFProText-Bold-RO8iTcRy.eot?#iefix) format("embedded-opentype"),url(./SFProText-Bold-C75W_Zyl.woff2) format("woff2"),url(./SFProText-Bold-HHQrWO1I.woff) format("woff"),url(./SFProText-Bold-B7d-koEq.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:SFProText;src:url(./SFProText-Black-DneayMnk.eot);src:url(./SFProText-Black-DneayMnk.eot?#iefix) format("embedded-opentype"),url(./SFProText-Black-CTXZNu5r.woff2) format("woff2"),url(./SFProText-Black-DT_CmM7V.woff) format("woff"),url(./SFProText-Black-D9d8QwPm.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:SFProText;src:url(./SFProText-Light-CMZFjV5o.eot);src:url(./SFProText-Light-CMZFjV5o.eot?#iefix) format("embedded-opentype"),url(./SFProText-Light-D3IN_kJs.woff2) format("woff2"),url(./SFProText-Light-DAfsjbrF.woff) format("woff"),url(./SFProText-Light-BK95bfS2.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:SFProText;src:url(./SFProText-Regular-B7oK8K7b.eot);src:url(./SFProText-Regular-B7oK8K7b.eot?#iefix) format("embedded-opentype"),url(./SFProText-Regular-BR1c9GGR.woff2) format("woff2"),url(./SFProText-Regular--WN87siz.woff) format("woff"),url(./SFProText-Regular-mlB1UBmV.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:SFProText;src:url(./SFProText-Medium-Ek7ETfbX.eot);src:url(./SFProText-Medium-Ek7ETfbX.eot?#iefix) format("embedded-opentype"),url(./SFProText-Medium-BJLZrAg2.woff2) format("woff2"),url(./SFProText-Medium-Cvdfsi6j.woff) format("woff"),url(./SFProText-Medium-DAKGE4yE.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:SFProText;src:url(./SFProText-Semibold-Cf8yGnZa.eot);src:url(./SFProText-Semibold-Cf8yGnZa.eot?#iefix) format("embedded-opentype"),url(./SFProText-Semibold-lvDYgC-B.woff2) format("woff2"),url(./SFProText-Semibold-DLfXtgM3.woff) format("woff"),url(./SFProText-Semibold-DR9rTVTg.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:SFProText;src:url(./SFProText-Thin-CjQMwofA.eot);src:url(./SFProText-Thin-CjQMwofA.eot?#iefix) format("embedded-opentype"),url(./SFProText-Thin-DsoThus-.woff2) format("woff2"),url(./SFProText-Thin-99A1cT26.woff) format("woff"),url(./SFProText-Thin-DMdw-EtQ.ttf) format("truetype");font-weight:100;font-style:normal;font-display:swap}/*! minireset.css v0.0.4 | MIT License | github.com/jgthms/minireset.css */html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}img,video{max-width:100%;height:auto}iframe{border:0}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}td:not([align]),th:not([align]){text-align:left}*,*:before,*:after{box-sizing:border-box}html{overflow-x:hidden;overflow-y:scroll;text-size-adjust:100%}article,aside,figure,footer,header,hgroup,section{display:block}a{text-decoration:none}a strong{color:currentColor}input,select,textarea,button{border:none;outline:none;background-color:transparent}input:hover,input:focus,input:active,select:hover,select:focus,select:active,textarea:hover,textarea:focus,textarea:active,button:hover,button:focus,button:active{outline:none}input[disabled],select[disabled],textarea[disabled],button[disabled]{pointer-events:none}input:-webkit-autofill{-webkit-background-clip:text}input,select,textarea{outline:none}input:focus,select:focus,textarea:focus{outline:none}body{color:var(--gray-900);background:var(--gray-10);background-repeat:no-repeat;background-size:cover;font-family:var(--font-sf-pro-text);min-height:100vh}img{display:block;max-width:100%;height:auto}label,p{margin-bottom:0}button{cursor:pointer;border:none;background-color:transparent}button:hover,button:focus,button:active{outline:none}a{text-decoration:none;outline:none}a:hover,a:focus,a:active{text-decoration:none;outline:none}input[type=number]::-webkit-outer-spin-button,input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=number]:hover,input[type=number]:focus{-moz-appearance:number-input}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ChesnokApp{display:flex;flex-direction:column;min-height:100vh}h1,h2,h3,h4,h5{margin:0}h1{font-size:46px;font-weight:400;line-height:120%}h2{font-size:25px;font-weight:700;line-height:1.1}h3{color:var(--dark-color-800);font-size:20px;font-style:normal;font-weight:700;line-height:30px}h4,h5{font-size:20px;font-weight:500;line-height:1.1}:root{--p-primary-color: #ffdf3f;--p-primary-color-text: var(--gray-900);--p-primary-50: var(--accent-50);--p-primary-100: var(--accent-100);--p-primary-200: var(--accent-200);--p-primary-300: var(--accent-300);--p-primary-400: #ffdf3f;--p-primary-500: #ffd60c;--p-primary-600: var(--accent-600);--p-primary-700: var(--accent-700);--p-primary-800: var(--accent-800);--p-primary-900: var(--accent-900);--p-surface-0: var(--gray-0);--p-surface-50: var(--gray-10);--p-surface-100: var(--gray-50);--p-surface-200: var(--gray-100);--p-surface-300: var(--gray-200);--p-surface-400: var(--gray-300);--p-surface-500: var(--gray-400);--p-surface-600: var(--gray-500);--p-surface-700: var(--gray-600);--p-surface-800: var(--gray-700);--p-surface-900: var(--gray-800);--p-content-border-color: var(--gray-200);--p-content-border-color-strong: var(--gray-300);--p-text-color: var(--gray-900);--p-text-color-secondary: var(--gray-500);--p-text-color-muted: var(--gray-400);--p-green-50: var(--green-50);--p-green-100: var(--green-100);--p-green-200: var(--green-200);--p-green-300: var(--green-300);--p-green-400: var(--green-400);--p-green-500: var(--green-500);--p-green-600: var(--green-600);--p-green-700: var(--green-700);--p-green-800: var(--green-800);--p-green-900: var(--green-900);--p-red-50: var(--red-50);--p-red-100: var(--red-100);--p-red-200: var(--red-200);--p-red-300: var(--red-300);--p-red-400: var(--red-400);--p-red-500: var(--red-500);--p-red-600: var(--red-600);--p-red-700: var(--red-700);--p-red-800: var(--red-800);--p-red-900: var(--red-900);--p-orange-50: var(--orange-50);--p-orange-100: var(--orange-100);--p-orange-200: var(--orange-200);--p-orange-300: var(--orange-300);--p-orange-400: var(--orange-400);--p-orange-500: var(--orange-500);--p-orange-600: var(--orange-600);--p-orange-700: var(--orange-700);--p-orange-800: var(--orange-800);--p-orange-900: var(--orange-900);--p-blue-50: var(--blue-50);--p-blue-100: var(--blue-100);--p-blue-200: var(--blue-200);--p-blue-300: var(--blue-300);--p-blue-400: var(--blue-400);--p-blue-500: var(--blue-500);--p-blue-600: var(--blue-600);--p-blue-700: var(--blue-700);--p-blue-800: var(--blue-800);--p-blue-900: var(--blue-900);--p-border-radius: 8px;--p-border-radius-lg: 12px;--p-font-family: var(--font-sf-pro-text)}.dark{--p-surface-0: var(--gray-900);--p-surface-50: var(--gray-800);--p-surface-100: var(--gray-700);--p-surface-200: var(--gray-600);--p-surface-300: var(--gray-500);--p-surface-400: var(--gray-400);--p-surface-500: var(--gray-300);--p-surface-600: var(--gray-200);--p-surface-700: var(--gray-100);--p-surface-800: var(--gray-50);--p-surface-900: var(--gray-0);--p-text-color: var(--gray-0);--p-text-color-secondary: var(--gray-200);--p-text-color-muted: var(--gray-300);--p-content-border-color: var(--gray-600);--p-content-border-color-strong: var(--gray-500)}.p-inputtext{font-family:var(--p-font-family);border-radius:var(--p-border-radius);border-color:var(--p-content-border-color)}.p-inputtext:focus{border-color:var(--p-primary-400);box-shadow:0 0 0 .2rem #ffdf3f40}.p-dropdown{font-family:var(--p-font-family);border-radius:var(--p-border-radius)}.p-dropdown .p-dropdown-label{font-family:var(--p-font-family)}.p-card{font-family:var(--p-font-family);border-radius:var(--p-border-radius-lg);background-color:var(--p-surface-0);border-color:var(--p-content-border-color)}.p-message{font-family:var(--p-font-family);border-radius:var(--p-border-radius)}.p-message.p-message-success{background-color:var(--p-green-50);border-color:var(--p-green-200);color:var(--p-green-800)}.p-message.p-message-error{background-color:var(--p-red-50);border-color:var(--p-red-200);color:var(--p-red-800)}.p-message.p-message-info{background-color:var(--p-blue-50);border-color:var(--p-blue-200);color:var(--p-blue-800)}.p-message.p-message-warn{background-color:var(--p-orange-50);border-color:var(--p-orange-200);color:var(--p-orange-800)}.p-toast{font-family:var(--p-font-family)}.p-toast .p-toast-message{border-radius:var(--p-border-radius)}
