:root{--color-white:#fff;--color-black:#111;--color-rich-black:#121212;--color-dark-gray:#181818;--color-primary-25:#f3faf6;--color-primary-50:#e6f4ed;--color-primary-100:#cce9db;--color-primary-200:#99d3b7;--color-primary-300:#66bd93;--color-primary-400:#33976f;--color-primary-500:#032615;--color-primary-600:#021f11;--color-primary-700:#02180d;--color-primary-800:#011009;--color-primary-900:#010805;--color-secondary-25:#f5f3ff;--color-secondary-50:#ece7ff;--color-secondary-100:#d9ccff;--color-secondary-200:#b399ff;--color-secondary-300:#8c66ff;--color-secondary-400:#6633ff;--color-secondary-500:#4a00e6;--color-secondary-600:#3a00b8;--color-secondary-700:#2b008f;--color-secondary-800:#1d0069;--color-secondary-900:#0f0046;--color-gray-25:#fcfcfd;--color-gray-50:#f9f9fb;--color-gray-100:#f3f3f7;--color-gray-200:#eaeaf0;--color-gray-300:#d0d0dd;--color-gray-400:#989ab3;--color-gray-500:#666885;--color-gray-600:#474966;--color-gray-700:#353755;--color-gray-800:#1d1f39;--color-gray-900:#0f0f24;--color-blue-25:#f5faff;--color-blue-50:#eff8ff;--color-blue-100:#d1e9ff;--color-blue-200:#b2ddff;--color-blue-300:#84caff;--color-blue-400:#53b1fd;--color-blue-500:#2e90fa;--color-blue-600:#1570ef;--color-blue-700:#175cd3;--color-blue-800:#1849a9;--color-blue-900:#194185;--color-blue-light-25:#f5fbff;--color-blue-light-50:#f0f9ff;--color-blue-light-100:#e0f2fe;--color-blue-light-200:#b9e6fe;--color-blue-light-300:#7cd4fd;--color-blue-light-400:#36bffa;--color-blue-light-500:#0ba5ec;--color-blue-light-600:#0086c9;--color-blue-light-700:#026aa2;--color-blue-light-800:#065986;--color-blue-light-900:#0b4a6f;--color-green-50:#edf5ec;--color-green-100:#c8e0c5;--color-green-200:#add1a9;--color-green-300:#88bd82;--color-green-400:#71b06a;--color-green-500:#4d9c45;--color-green-600:#468e3f;--color-green-700:#376f31;--color-green-800:#2a5626;--color-green-900:#20421d;--color-orange-50:#fef4e6;--color-orange-100:#fdddb3;--color-orange-200:#fdddb3;--color-orange-300:#fab55a;--color-orange-500:#f79009;--color-orange-600:#e18308;--color-orange-700:#af6606;--color-orange-800:#884f05;--color-orange-900:#683c04;--color-warning-25:#fffcf5;--color-warning-50:#fffaeb;--color-warning-100:#fef0c7;--color-warning-200:#fedf89;--color-warning-300:#fec84b;--color-warning-400:#fdb022;--color-warning-500:#f79009;--color-warning-600:#dc6803;--color-warning-700:#b54708;--color-warning-800:#93370d;--color-warning-900:#7a2e0e;--color-red-50:#feeceb;--color-red-100:#fac5c1;--color-red-200:#f8a9a3;--color-red-300:#f5827a;--color-red-400:#f36960;--color-red-500:#f04437;--color-red-600:#da3e33;--color-red-700:#aa3028;--color-red-800:#84251f;--color-red-900:#651d18;--color-success-25:#f6fef9;--color-success-50:#ecfdf3;--color-success-100:#d1fadf;--color-success-200:#a6f4c5;--color-success-300:#6ce9a6;--color-success-400:#32d583;--color-success-500:#12b76a;--color-success-600:#039855;--color-success-700:#027a48;--color-success-800:#05603a;--color-success-900:#054f31}:root.dark{--color-white:#e5e7eb;--color-black:#0b0f19}footer{bottom:0;left:0;right:0;background-color:#fff;padding-block:3rem}@media only screen and (min-width:1024px){footer{position:fixed}}footer .top{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding-bottom:1.5rem}footer .top .social_links_wrapper{display:flex;gap:.5rem}footer .top .social_links_wrapper .social_link a{display:inline-flex;justify-content:center;align-items:center;width:2rem;height:2rem;background-color:#eae9e9;color:#71797e;transition:color .5s}footer .top .social_links_wrapper .social_link a:hover{color:var(--color-primary-500)}footer .middle{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:1.5rem;border:.01rem solid rgba(112,112,112,.1);border-left:0;border-right:0;padding-block:3rem}@media only screen and (min-width:768px){footer .middle{grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}}@media only screen and (min-width:1024px){footer .middle{grid-template-columns:repeat(var(--footer-middle-divide-count),minmax(0,1fr))}}@media only screen and (min-width:1280px){footer .middle{gap:5rem}}footer .middle .item{color:#6c757d}@media only screen and (min-width:768px){footer .middle .item:nth-child(2){order:1}}@media only screen and (min-width:1024px){footer .middle .item:nth-child(2){justify-self:center;order:0}}footer .middle .item .title{color:#343a40;margin-bottom:1rem}footer .middle .item .description{text-align:justify}footer .middle .item .links_wrapper{display:flex;flex-direction:column;gap:.3rem}footer .middle .item .links_wrapper .link{display:inline-flex;align-items:center;gap:.5rem}footer .middle .item .links_wrapper .link .icon_container{flex-shrink:0;display:inline-flex;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;border-radius:100%;background-color:#eae9e9}footer .middle .item .links_wrapper .link a{transition:color .5s}footer .middle .item .links_wrapper .link a:hover{color:var(--color-primary-500)}footer .bottom{padding-top:1.5rem;color:#6c757d;text-align:center}footer .bottom a{transition:color .5s}footer .bottom a:hover{color:var(--color-primary-500)}.footer_height_emulator{display:none}@media only screen and (min-width:1024px){.footer_height_emulator{display:block}}.partner_brands_section .slider_wrapper{position:relative}.partner_brands_section .slider_wrapper .slider_controller{position:absolute;bottom:-56px;left:50%;transform:translate(-50%);z-index:3;display:flex;justify-content:center;gap:4px}.partner_brands_section .slider_wrapper .slider_controller .pb_slider_next_btn,.partner_brands_section .slider_wrapper .slider_controller .pb_slider_prev_btn{display:flex;justify-content:center;align-items:center;background-color:var(--color-primary-500);color:var(--color-white);width:28px;height:28px;border-radius:100%;cursor:pointer}.partner_brands_section .slider_wrapper .slider_controller .pb_slider_next_btn.pb_slider_disabled_btn,.partner_brands_section .slider_wrapper .slider_controller .pb_slider_next_btn.swiper-button-lock,.partner_brands_section .slider_wrapper .slider_controller .pb_slider_prev_btn.pb_slider_disabled_btn,.partner_brands_section .slider_wrapper .slider_controller .pb_slider_prev_btn.swiper-button-lock{cursor:not-allowed;opacity:.5}.user-panel{min-height:100vh;background:linear-gradient(160deg,var(--color-primary-25) 0,var(--color-gray-50) 45%,var(--color-white) 100%)}[data-theme=dark] .user-panel{background:linear-gradient(160deg,var(--color-gray-900) 0,var(--color-rich-black) 100%)}.user-panel__sider{border-right:1px solid var(--color-primary-100)!important;background:var(--color-white)!important;box-shadow:4px 0 24px rgba(3,38,21,.04)!important}[data-theme=dark] .user-panel__sider{border-right-color:var(--color-gray-800)!important;background:var(--color-rich-black)!important;box-shadow:4px 0 24px rgba(0,0,0,.2)!important}.user-panel__header{border-bottom:1px solid var(--color-primary-100);background:hsla(0,0%,100%,.85)!important;backdrop-filter:blur(12px);box-shadow:none!important}[data-theme=dark] .user-panel__header{border-bottom-color:var(--color-gray-800);background:rgba(18,18,18,.9)!important}.user-panel__content{padding-block:1.5rem}.user-nav{display:flex;flex-direction:column;gap:.25rem;padding-inline:.75rem}.user-nav__section-label{font-size:.6875rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-gray-400);padding:1rem .75rem .375rem}.user-nav__item{display:flex;align-items:center;gap:.75rem;padding:.625rem .875rem;border-radius:.75rem;font-size:.9375rem;font-weight:500;color:var(--color-gray-600);transition:all .2s ease;cursor:pointer;text-decoration:none}.user-nav__item--active,.user-nav__item:hover{color:var(--color-primary-500);background:var(--color-primary-50)}.user-nav__item--active{font-weight:600}[data-theme=dark] .user-nav__item{color:var(--color-gray-300)}[data-theme=dark] .user-nav__item--active,[data-theme=dark] .user-nav__item:hover{color:var(--color-primary-200);background:hsla(0,0%,100%,.06)}.user-nav__icon{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;font-size:1.125rem;flex-shrink:0;background:var(--color-gray-100);color:var(--color-gray-500);transition:all .2s ease}.user-nav__item--active .user-nav__icon,.user-nav__item:hover .user-nav__icon{background:var(--color-primary-100);color:var(--color-primary-500)}.user-nav__chevron{margin-left:auto;font-size:.875rem;transition:transform .2s ease}.user-nav__chevron--open{transform:rotate(180deg)}.user-nav__children{display:flex;flex-direction:column;gap:.125rem;padding-left:.5rem;margin-left:1.5rem;border-left:2px solid var(--color-primary-100);margin-block:.25rem .5rem}[data-theme=dark] .user-nav__children{border-left-color:var(--color-gray-700)}.user-nav__child{display:block;padding:.5rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;color:var(--color-gray-500);transition:all .2s ease}.user-nav__child:hover{color:var(--color-primary-500);background:var(--color-primary-25)}.user-nav__child--active{color:var(--color-primary-500);background:var(--color-primary-50);font-weight:600}.user-profile-card{margin:0 .75rem 1rem;padding:1rem;border-radius:1rem;background:linear-gradient(135deg,var(--color-primary-500) 0,var(--color-primary-400) 100%);color:var(--color-white)}.user-profile-card__avatar{width:2.5rem;height:2.5rem;border-radius:9999px;border:2px solid hsla(0,0%,100%,.3);object-fit:cover;background:var(--color-primary-300);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.user-profile-card__name{font-weight:600;font-size:.9375rem;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-profile-card__role{font-size:.75rem;opacity:.8}.page-header{border:none!important;border-radius:1rem;background:var(--color-white);padding:1.25rem 1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px rgba(3,38,21,.06)}[data-theme=dark] .page-header{background:var(--color-dark-gray);box-shadow:0 1px 3px rgba(0,0,0,.2)}.page-header .title{font-size:1.375rem;font-weight:700;color:var(--color-gray-900);letter-spacing:-.01em}[data-theme=dark] .page-header .title{color:var(--color-white)}.page-header .subtitle{color:var(--color-gray-500);font-size:.9375rem;margin-top:.25rem}.stat-card{border-radius:1rem!important;border:1px solid var(--color-primary-100)!important;box-shadow:0 1px 3px rgba(3,38,21,.04)!important;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(3,38,21,.08)!important}[data-theme=dark] .stat-card{border-color:var(--color-gray-700)!important;background:var(--color-dark-gray)!important}.stat-card__icon{width:2.75rem;height:2.75rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.welcome-banner{border-radius:1.25rem;padding:1.75rem 2rem;margin-bottom:1.5rem;background:linear-gradient(135deg,var(--color-primary-500) 0,var(--color-primary-400) 55%,var(--color-green-400) 100%);color:var(--color-white);position:relative;overflow:hidden}.welcome-banner:after{content:"";position:absolute;right:-2rem;top:-2rem;width:10rem;height:10rem;border-radius:9999px;background:hsla(0,0%,100%,.08)}.welcome-banner__title{font-size:1.5rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.375rem}.welcome-banner__subtitle{font-size:.9375rem;opacity:.9;max-width:32rem}.wallet-group-card{border-radius:1rem!important;border:1px solid var(--color-primary-100)!important;overflow:hidden}.wallet-group-card .ant-card-head{background:var(--color-primary-25);border-bottom:1px solid var(--color-primary-100)!important}.wallet-group-card .ant-card-head .ant-card-head-title{font-weight:700;color:var(--color-primary-500)}[data-theme=dark] .wallet-group-card{border-color:var(--color-gray-700)!important}[data-theme=dark] .wallet-group-card .ant-card-head{background:hsla(0,0%,100%,.04);border-bottom-color:var(--color-gray-700)!important}.hidden_scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hidden_scrollbar::-webkit-scrollbar{display:none}.designed_scrollbar::-webkit-scrollbar{width:.25rem}.designed_scrollbar::-webkit-scrollbar-track{background-color:var(--color-secondary-500)}.designed_scrollbar::-webkit-scrollbar-thumb{background-color:var(--color-primary-500);border-radius:1rem}