@charset "UTF-8";@font-face{font-family:Trueno;src:url(/assets/Trueno300-kKeDqxYs.otf) format("opentype");font-weight:300;font-style:normal}@font-face{font-family:Trueno;src:url(/assets/Trueno400-K3SQBOA7.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Trueno;src:url(/assets/Trueno500-BEBSbLW0.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Trueno;src:url(/assets/Trueno600-Bv6eBFig.otf) format("opentype");font-weight:600;font-style:normal}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Trueno,sans-serif;-webkit-user-select:none;user-select:none}* h3,* h2,* h1{letter-spacing:.5px}.finance-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding-bottom:80px}.finance-page .finance-header{background:linear-gradient(135deg,#4098bc,#2c5aa0);padding:20px;color:#fff;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #0000001a}.finance-page .finance-header .header-title{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.finance-page .finance-header .header-title h1{margin:0;font-size:24px;font-weight:600}.finance-page .finance-header .header-title .authorized-badge{font-size:12px;font-weight:500;color:#fffc;background:#ffffff1a;padding:2px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.2)}.finance-page .finance-header .filter-toggle{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;cursor:pointer;transition:all .3s ease}.finance-page .finance-header .filter-toggle:hover{background:#ffffff4d;transform:translateY(-1px)}.finance-page .dashboard-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;padding:20px;margin-bottom:20px}.finance-page .dashboard-cards .card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.finance-page .dashboard-cards .card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0000001f}.finance-page .dashboard-cards .card h3{margin:0 0 12px;font-size:14px;font-weight:500;color:#666;text-transform:uppercase;letter-spacing:.5px}.finance-page .dashboard-cards .card .amount{font-size:28px;font-weight:700;margin:0}.finance-page .dashboard-cards .card .amount.positive{color:#10b981}.finance-page .dashboard-cards .card .amount.negative{color:#ef4444}.finance-page .dashboard-cards .income-card{border-left:4px solid #10b981}.finance-page .dashboard-cards .expense-card{border-left:4px solid #ef4444}.finance-page .dashboard-cards .balance-card{border-left:4px solid #4098bc}.finance-page .filters-panel{overflow:hidden;background:#fff;margin:0 20px 20px;border-radius:16px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05)}@media (max-width: 640px){.finance-page .filters-panel{margin:0 16px 16px;border-radius:12px}}@media (max-width: 480px){.finance-page .filters-panel{margin:0 12px 12px;border-radius:10px}}.finance-page .filters-panel .filters-content{padding:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;align-items:end}@media (max-width: 1024px){.finance-page .filters-panel .filters-content{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px}}@media (max-width: 768px){.finance-page .filters-panel .filters-content{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;padding:16px}}@media (max-width: 640px){.finance-page .filters-panel .filters-content{grid-template-columns:1fr;gap:12px;padding:16px}}.finance-page .filters-panel .filters-content .filter-group{display:flex;flex-direction:column}.finance-page .filters-panel .filters-content .filter-group label{font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.finance-page .filters-panel .filters-content .filter-group select,.finance-page .filters-panel .filters-content .filter-group input{padding:12px 16px;border:2px solid #e5e7eb;border-radius:12px;font-size:14px;background:#fff;transition:all .3s ease}.finance-page .filters-panel .filters-content .filter-group select:focus,.finance-page .filters-panel .filters-content .filter-group input:focus{outline:none;border-color:#4098bc;box-shadow:0 0 0 3px #4098bc1a}.finance-page .filters-panel .filters-content .filter-group .date-range{display:flex;align-items:center;gap:12px}.finance-page .filters-panel .filters-content .filter-group .date-range input{flex:1;min-width:0}.finance-page .filters-panel .filters-content .filter-group .date-range span{font-size:14px;color:#6b7280;font-weight:500;white-space:nowrap;flex-shrink:0}@media (max-width: 640px){.finance-page .filters-panel .filters-content .filter-group .date-range{flex-direction:column;gap:8px;align-items:stretch}.finance-page .filters-panel .filters-content .filter-group .date-range span{order:-1;text-align:center;font-size:13px}.finance-page .filters-panel .filters-content .filter-group .date-range input{width:100%}}@media (max-width: 480px){.finance-page .filters-panel .filters-content .filter-group .date-range{gap:6px}.finance-page .filters-panel .filters-content .filter-group .date-range span{font-size:12px}}.finance-page .filters-panel .filters-content .clear-filters{background:#f3f4f6;border:2px solid #e5e7eb;color:#6b7280;padding:12px 20px;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;align-self:end;white-space:nowrap}.finance-page .filters-panel .filters-content .clear-filters:hover{background:#e5e7eb;color:#374151}@media (max-width: 640px){.finance-page .filters-panel .filters-content .clear-filters{align-self:stretch;text-align:center;padding:14px 20px;font-size:15px}}@media (max-width: 480px){.finance-page .filters-panel .filters-content .clear-filters{padding:12px 16px;font-size:14px}}.finance-page .dashboard-content{padding:0 20px}.finance-page .dashboard-content .loading-container{display:flex;flex-direction:column;gap:12px}.finance-page .dashboard-content .loading-element{height:60px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:12px}.finance-page .dashboard-content .loading-element.gradient{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.finance-page .dashboard-content .charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:20px;margin-bottom:20px}.finance-page .dashboard-content .recent-transactions h2{margin:0 0 20px;font-size:20px;font-weight:600;color:#374151}.finance-page .dashboard-content .recent-transactions .transaction-list{display:flex;flex-direction:column;gap:12px}.finance-page .dashboard-content .recent-transactions .show-more{text-align:center;margin-top:16px}.finance-page .dashboard-content .recent-transactions .show-more button{background:#4098bc;color:#fff;border:none;padding:12px 24px;border-radius:12px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease}.finance-page .dashboard-content .recent-transactions .show-more button:hover{background:#2c5aa0;transform:translateY(-1px)}.finance-page .dashboard-content .recent-transactions .empty-state{text-align:center;padding:40px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014}.finance-page .dashboard-content .recent-transactions .empty-state p{margin:0 0 8px;font-size:16px;color:#6b7280;font-weight:500}.finance-page .dashboard-content .recent-transactions .empty-state small{color:#9ca3af;font-size:14px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 1024px){.finance-page .dashboard-cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));padding:18px}}@media (max-width: 768px){.finance-page .dashboard-cards{grid-template-columns:1fr;padding:16px}.finance-page .dashboard-content{padding:0 16px}.finance-page .dashboard-content .charts-grid{grid-template-columns:1fr;gap:16px}}@media (max-width: 480px){.finance-page .finance-header{padding:16px}.finance-page .finance-header .header-title h1{font-size:20px}.finance-page .finance-header .header-title .authorized-badge{font-size:10px;padding:1px 6px}.finance-page .dashboard-cards{padding:12px;gap:12px}.finance-page .dashboard-cards .card{padding:16px}.finance-page .dashboard-cards .card .amount{font-size:24px}.finance-page .dashboard-content{padding:0 12px}.finance-page .dashboard-content .charts-grid{gap:12px}}@media (max-width: 320px){.finance-page .finance-header{padding:12px}.finance-page .finance-header h1{font-size:18px}.finance-page .finance-header .filter-toggle{padding:6px 12px;font-size:12px}.finance-page .dashboard-cards{padding:8px;gap:8px}.finance-page .dashboard-cards .card{padding:12px}.finance-page .dashboard-cards .card h3{font-size:12px}.finance-page .dashboard-cards .card .amount{font-size:20px}.finance-page .dashboard-content{padding:0 8px}.finance-page .dashboard-content .charts-grid{gap:8px}}.navigation-menu{height:60px;width:100%;position:fixed;bottom:0;left:0;background-color:#fff;display:flex;justify-content:space-around;align-items:center;z-index:101;padding:0 40px;box-shadow:#2321214b 0 -5px 15px}.navigation-menu .option{width:35px;display:flex;justify-content:center}.navigation-menu .option svg{width:30px;height:30px}.navigation-menu .option.active img{filter:hue-rotate(180deg)}.transaction-list{padding:10px 20px 50px}.transaction-item{color:#374151;display:flex;font-size:14px;margin:8px 0;padding:16px;background:#fff;border-radius:12px;justify-content:space-between;align-items:center;box-shadow:0 2px 8px #0000000f;border:1px solid rgba(0,0,0,.05);transition:all .3s ease}.transaction-item:hover{transform:translateY(-1px);box-shadow:0 4px 16px #0000001a}.transaction-item .transaction-info{display:flex;flex-direction:column;flex:1;gap:4px}.transaction-item .transaction-info .date{font-weight:400;font-size:12px;color:#6b7280;margin-bottom:4px}.transaction-item .transaction-info .description{margin:0;font-weight:500;color:#374151;font-size:14px;line-height:1.4}.transaction-item .transaction-info .category{font-size:11px;color:#9ca3af;background:#f3f4f6;padding:2px 8px;border-radius:6px;display:inline-block;margin-top:4px;width:fit-content}.transaction-item .transaction-info .account{font-size:11px;color:#6b7280;margin-top:2px}.transaction-item .amount{display:flex;flex-direction:row;align-items:center;gap:4px;font-size:16px;font-weight:600}.transaction-item .amount.income{color:#10b981}.transaction-item .amount.expense{color:#ef4444}.transaction-item .amount .currency{font-size:12px;font-weight:400}.transaction-item .amount .value{margin:0;font-weight:600}.loading-element{height:50px;margin:20px;border-radius:10px}.loading-element.gradient{animation-duration:1.8s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background:#f6f7f8;background:linear-gradient(to right,#fafafa 8%,#f4f4f4 38%,#fafafa 54%);background-size:1000px 640px;position:relative}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.financial-insights{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 20px #00000014;border:1px solid rgba(0,0,0,.05);margin-bottom:20px}.financial-insights h3{margin:0 0 20px;font-size:18px;font-weight:600;color:#374151}.financial-insights .no-insights{text-align:center;padding:40px 20px;color:#6b7280}.financial-insights .no-insights p{margin:0;font-size:14px}.financial-insights .insights-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px}.financial-insights .insight-card{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:12px;border-left:4px solid;transition:all .3s ease}.financial-insights .insight-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #0000001a}.financial-insights .insight-card.positive{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border-left-color:#10b981}.financial-insights .insight-card.negative{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-left-color:#ef4444}.financial-insights .insight-card.warning{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-left-color:#f59e0b}.financial-insights .insight-card.info{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left-color:#4098bc}.financial-insights .insight-card .insight-icon{font-size:24px;flex-shrink:0}.financial-insights .insight-card .insight-content{flex:1}.financial-insights .insight-card .insight-content h4{margin:0 0 8px;font-size:14px;font-weight:600;color:#374151}.financial-insights .insight-card .insight-content p{margin:0;font-size:13px;color:#6b7280;line-height:1.4}@media (max-width: 768px){.financial-insights{padding:16px;margin-bottom:16px}.financial-insights h3{font-size:16px;margin-bottom:16px}.financial-insights .insights-grid{grid-template-columns:1fr;gap:12px}.financial-insights .insight-card{padding:12px;gap:10px}.financial-insights .insight-card .insight-icon{font-size:20px}.financial-insights .insight-card .insight-content h4{font-size:13px}.financial-insights .insight-card .insight-content p{font-size:12px}}.fullscreen{background:#4098bc;background:linear-gradient(to right,#59a7c7,#4098bc,#3783a2);width:100vw;height:100vh;color:#fff;display:flex;flex-direction:column;padding:25px}.fullscreen .image{margin:10vh auto 50px}.fullscreen .content .title{font-size:28px;font-weight:500;line-height:1;color:#fff;margin-block-start:0;margin-block-end:15px}.fullscreen .content .subtitle{font-size:1.5rem;font-weight:400;line-height:1;color:#fff;margin-block-start:0;margin-block-end:0}.fullscreen .cta{margin:80px auto 0}.fullscreen .footer{font-size:16px;opacity:60%;text-align:center;font-weight:300;max-width:70%;margin:auto}.button{border:none;border-radius:6px;display:flex;justify-content:center;align-items:center;font-family:inherit;min-width:80px}.button.large{padding:12px 44px;font-size:24px}.button.small{padding:6px 10px;font-size:12px;min-height:40px!important}.button.primary{min-height:53px;background-color:#4098bc;color:#fff}.button.secondary{background-color:#fff;color:#4098bc}.button.inline{background:#4098bc;background:linear-gradient(to right,#59a7c7,#4098bc,#3783a2);color:#fff;width:100%;border:none;font-size:16px}.button:hover{cursor:pointer;transition:background-color .3s}.button:hover.primary{background-color:#3a89a9}.button:hover.secondary{background-color:#e6e6e6}.button.disabled{background-color:#dddbdb;pointer-events:none}.account-setup-form .title{font-size:1.6em;color:#4098bc;margin-bottom:0;margin-top:20px}.account-setup-form .description{color:#444;font-size:1.2em;font-weight:500;margin-top:10px}.account-setup-form-step{margin-top:20px;min-height:250px}.account-setup-form-step .valueprops{background-color:#f2f2f2;padding:15px;border-radius:10px;margin-bottom:15px}.account-setup-form-step .valueprop{display:flex;justify-content:space-between;margin:20px 0}.account-setup-form-step .valueprop:first-child{margin-top:0}.account-setup-form-step .valueprop:last-child{margin-bottom:0}.account-setup-form-step .valueprop>div{width:50px}.account-setup-form-step .valueprop>div>img{width:35px;margin:10 0 0px}.account-setup-form-step .valueprop p{margin:0;flex:1;color:#666;font-size:14px}.account-setup-form-step .customer-quotes-title{color:#4098bc;text-align:center;margin-top:0}.account-setup-form-step .customer-quotes{background-color:#f2f2f2;padding:20px 10px 40px;margin-bottom:20px;border-radius:10px}.account-setup-form-step .customer-quotes .quote{margin:0;font-size:14px;color:#666;font-weight:300;font-style:italic;height:70px;text-align:justify;padding:0 5px}.account-setup-form-step .customer-quotes .author{display:flex;margin-top:10px;justify-content:end;align-items:center;margin-right:20px}.account-setup-form-step .customer-quotes .author p{color:#666;margin:0;font-size:14px;font-style:italic}.account-setup-form-step .customer-quotes .author img{border-radius:50%;width:40px;margin-left:10px;filter:grayscale(.4) brightness(1.3)}.account-setup-form-step .step-title{color:#4098bc;font-weight:500}.account-setup-form-step .step-item .text-input{height:unset;font-family:inherit;padding:20px;font-size:16px;color:#666;border:1px solid #4098bc;border-radius:6px;margin-bottom:10px}.account-setup-form-step .step-item .text-input::placeholder{font-size:14px;color:#ccc}.account-setup-form-step .step-item .text-input-label{font-size:14px;margin-bottom:10px;color:#333}@media (max-width: 480px){.account-setup-form-step .step-item .text-input{padding:10px 15px;margin-top:10px}}.account-setup-form-step .step-flex{display:flex;gap:10px}.account-setup-form-step.loading{opacity:.2!important}.account-setup-form-navigation{display:flex;justify-content:center;flex-direction:column;margin-top:10px}.account-setup-form .button{width:100%;font-size:22px}.account-setup-form .button.secondary{margin-top:10px;font-size:16px}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,AAgAAGQHAAABAAIAAAAAAAIABQkAAAAAAAABAJABAAAAAExQAQAAgCAAAAAAAAAAAAAAAAEAAAAAAAAATxDE8AAAAAAAAAAAAAAAAAAAAAAAAAoAcwBsAGkAYwBrAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAKAHMAbABpAGMAawAAAAAAAAEAAAANAIAAAwBQRkZUTW3RyK8AAAdIAAAAHEdERUYANAAGAAAHKAAAACBPUy8yT/b9sgAAAVgAAABWY21hcCIPRb0AAAHIAAABYmdhc3D//wADAAAHIAAAAAhnbHlmP5u2YAAAAzwAAAIsaGVhZAABMfsAAADcAAAANmhoZWED5QIFAAABFAAAACRobXR4BkoASgAAAbAAAAAWbG9jYQD2AaIAAAMsAAAAEG1heHAASwBHAAABOAAAACBuYW1lBSeBwgAABWgAAAFucG9zdC+zMgMAAAbYAAAARQABAAAAAQAA8MQQT18PPPUACwIAAAAAAM9xeH8AAAAAz3F4fwAlACUB2wHbAAAACAACAAAAAAAAAAEAAAHbAAAALgIAAAAAAAHbAAEAAAAAAAAAAAAAAAAAAAAEAAEAAAAHAEQAAgAAAAAAAgAAAAEAAQAAAEAAAAAAAAAAAQIAAZAABQAIAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAIABQkAAAAAAACAAAABAAAAIAAAAAAAAAAAUGZFZABAAGEhkgHg/+AALgHb/9sAAAABAAAAAAAAAgAAAAAAAAACAAAAAgAAJQAlACUAJQAAAAAAAwAAAAMAAAAcAAEAAAAAAFwAAwABAAAAHAAEAEAAAAAMAAgAAgAEAAAAYSAiIZAhkv//AAAAAABhICIhkCGS//8AAP+l3+PedN5xAAEAAAAAAAAAAAAAAAAAAAEGAAABAAAAAAAAAAECAAAAAgAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAFAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGAIwAsAEWAAIAJQAlAdsB2wAYACwAAD8BNjQvASYjIg8BBhUUHwEHBhUUHwEWMzI2FAcGBwYiJyYnJjQ3Njc2MhcWF/GCBgaCBQcIBR0GBldXBgYdBQgH7x0eMjB8MDIeHR0eMjB8MDIecYIGDgaCBQUeBQcJBFhYBAkHBR4F0nwwMh4dHR4yMHwwMh4dHR4yAAAAAgAlACUB2wHbABgALAAAJTc2NTQvATc2NTQvASYjIg8BBhQfARYzMjYUBwYHBiInJicmNDc2NzYyFxYXASgdBgZXVwYGHQUIBwWCBgaCBQcIuB0eMjB8MDIeHR0eMjB8MDIecR4FBwkEWFgECQcFHgUFggYOBoIF0nwwMh4dHR4yMHwwMh4dHR4yAAABACUAJQHbAdsAEwAAABQHBgcGIicmJyY0NzY3NjIXFhcB2x0eMjB8MDIeHR0eMjB8MDIeAT58MDIeHR0eMjB8MDIeHR0eMgABACUAJQHbAdsAQwAAARUUBisBIicmPwEmIyIHBgcGBwYUFxYXFhcWMzI3Njc2MzIfARYVFAcGBwYjIicmJyYnJjQ3Njc2NzYzMhcWFzc2FxYB2woIgAsGBQkoKjodHBwSFAwLCwwUEhwcHSIeIBMGAQQDJwMCISspNC8mLBobFBERFBsaLCYvKicpHSUIDAsBt4AICgsLCScnCwwUEhwcOhwcEhQMCw8OHAMDJwMDAgQnFBQRFBsaLCZeJiwaGxQRDxEcJQgEBgAAAAAAAAwAlgABAAAAAAABAAUADAABAAAAAAACAAcAIgABAAAAAAADACEAbgABAAAAAAAEAAUAnAABAAAAAAAFAAsAugABAAAAAAAGAAUA0gADAAEECQABAAoAAAADAAEECQACAA4AEgADAAEECQADAEIAKgADAAEECQAEAAoAkAADAAEECQAFABYAogADAAEECQAGAAoAxgBzAGwAaQBjAGsAAHNsaWNrAABSAGUAZwB1AGwAYQByAABSZWd1bGFyAABGAG8AbgB0AEYAbwByAGcAZQAgADIALgAwACAAOgAgAHMAbABpAGMAawAgADoAIAAxADQALQA0AC0AMgAwADEANAAARm9udEZvcmdlIDIuMCA6IHNsaWNrIDogMTQtNC0yMDE0AABzAGwAaQBjAGsAAHNsaWNrAABWAGUAcgBzAGkAbwBuACAAMQAuADAAAFZlcnNpb24gMS4wAABzAGwAaQBjAGsAAHNsaWNrAAAAAAIAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAABwAAAAEAAgECAQMAhwBECmFycm93cmlnaHQJYXJyb3dsZWZ0AAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAGAAEABAAAAAIAAAAAAAEAAAAAzu7XsAAAAADPcXh/AAAAAM9xeH8=);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.extra{box-shadow:#f0eeee 0 5px 10px;background:#104b67;width:100%;height:170px;border-radius:10px;position:relative;overflow:hidden}.extra .label{position:absolute;bottom:15px;left:20px;font-size:36px;font-weight:600;text-transform:uppercase;color:#fff;margin-bottom:0;margin-top:0;z-index:3;max-width:70%}.extra .background,.extra .mask{width:100%;height:100%;object-fit:cover;position:absolute}.extra .mask{z-index:2;background:linear-gradient(90deg,#3b7d9c,#0000002f)}.extra-header{color:#4098bc}button.close-button{background-color:transparent;border:none;padding:0 2px;margin:0;position:absolute;right:20px}.best-offers{display:flex;flex-direction:column}.best-offers .header{display:flex;justify-content:space-between;align-items:center;color:#4098bc;z-index:0}.best-offers .header h3{font-weight:500;margin-block-start:0;margin-block-end:0}.best-offers .header a{font-size:16px;color:inherit;text-decoration:none;font-weight:400}.best-offers .header a.self-action{color:#00b5ff;font-size:14px}.best-offers .content{width:100%;display:grid;grid-template-columns:repeat(auto-fit,minmax(70px,1fr));justify-items:center;gap:10px}.best-offers .content .offer-shortcut img{height:70px;width:70px;object-fit:cover}.best-offers.self p.clubi{display:none!important}.best-offers.self .content{display:flex;width:100%;gap:20px}.best-offers.self .content .offer-shortcut{height:105px;width:70px}.best-offers.self .content .offer-shortcut img{height:70px;width:70px;object-fit:cover}.how-to-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center}.how-to-modal{display:flex;justify-content:center;flex-direction:column;background:#fff;padding:20px;width:90%;max-width:500px;border-radius:8px;box-shadow:0 4px 10px #0003;position:relative}.how-to-modal .modal-content{text-align:center}.how-to-modal .modal-content .close-button{background-color:#fff;border-radius:50%;border:2px solid #4098bc;padding:3px 4px 2px 5px;top:-12px;right:10px}.how-to-modal .modal-content .close-button img{width:12px}.how-to-modal:focus-visible{border:none;outline:none}.offer-shortcut{margin-top:20px;display:flex;flex-direction:column;max-height:fit-content;width:70px;position:relative}.offer-shortcut>img{box-shadow:#f0eeee 0 5px 10px;border-radius:10px;height:70px;width:100%;object-fit:cover}.offer-shortcut .offer-content{display:flex;flex-direction:column}.offer-shortcut .offer-content h2{text-align:center;font-size:12px;font-weight:400;color:#8d8181;margin-block-end:0;margin-block-start:10px}.offer-shortcut .offer-content>div{display:flex;justify-content:center;align-items:center;margin-top:4px}.offer-shortcut .offer-content>div h6{font-weight:600;color:#4098bc;margin-block-start:0;margin-block-end:0;font-size:12px;padding-left:4px}.offer-shortcut.soldout img{opacity:.3}.offer-shortcut.horizontal{max-width:unset;flex-direction:row;width:100%}.offer-shortcut.horizontal h6{color:#4098bc}.offer-shortcut.horizontal h2{font-size:15px;max-width:90%;color:#7f878a}.offer-shortcut.horizontal>img{width:70px;height:70px;margin-right:10px}.offer-shortcut.horizontal .offer-content h6{font-size:16px}.offer-shortcut.horizontal .offer-content h2{margin-top:0;text-align:left}.offer-shortcut.horizontal .offer-badge{bottom:0}.offer-badge{width:80px;background-color:#145a76;color:#fff;font-size:12px;padding-bottom:2px;position:absolute;bottom:33px;transform:translate(-5px);text-align:center;font-weight:300;border-radius:5px}.home{position:relative}.home *{-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.home>.header{display:none;background:#4098bc;background:linear-gradient(to right,#59a7c7,#4098bc,#3783a2);box-shadow:#23212173 0 5px 15px;height:90px;position:fixed;top:0;width:100%;overflow:hidden;z-index:3}.home>.header .title{font-size:1.5rem;font-weight:400;line-height:1;color:#fff;margin-block-start:0;margin-block-end:0;margin:50px 25px}.home>.header.shrink{height:50px}.home>.header.shrink .title{margin:20px 25px;font-size:14px;font-weight:300}.home>.content{margin:0 auto 50px;display:flex;flex-direction:column}.home>.content>section{margin:15px 0}.terms-modal{display:flex;flex-direction:column;height:100%;width:100%}.terms-modal h2{font-size:1.5rem;font-weight:600;margin-bottom:8px;color:#333}.terms-modal .version{font-size:.9rem;color:#666;margin-bottom:20px}.terms-modal .terms-content-new{display:flex;flex-direction:column;align-items:center;margin-bottom:30px;text-align:center}.terms-modal .terms-content-new .terms-description{margin-bottom:20px;font-size:1rem;color:#333;line-height:1.5}.terms-modal .terms-content-new .view-terms-button{margin-bottom:25px;min-width:220px}.terms-modal .terms-content-new .view-terms-button.terms-viewed{background-color:#e6f7ff;border-color:#4098bc;position:relative}.terms-modal .terms-content-new .view-terms-button.terms-viewed:after{content:"✓";position:absolute;right:10px;font-size:1rem;color:#4098bc}.terms-modal .terms-content-new .terms-checkbox-container{width:100%;margin-top:10px;display:flex;justify-content:center}.terms-modal .terms-content-new .terms-checkbox-container .terms-checkbox-label{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.95rem;color:#333}.terms-modal .terms-content-new .terms-checkbox-container .terms-checkbox-label .terms-checkbox{margin-right:10px;cursor:pointer;width:18px;height:18px;accent-color:#4098bc}.terms-modal .terms-content-new .terms-checkbox-container .terms-checkbox-label span{line-height:1.4}.terms-modal .terms-actions{display:flex;flex-direction:column;align-items:center;width:100%}.terms-modal .terms-actions button{width:100%;max-width:300px;margin:0 auto}.terms-modal .terms-actions button:disabled{opacity:.6;cursor:not-allowed}.terms-modal .terms-actions .terms-note{margin-top:10px;font-size:.8rem;color:#666;text-align:center}.terms-modal .terms-actions .terms-warning{margin-top:10px;font-size:.9rem;color:#e74c3c;text-align:center;font-weight:500}.ReactModal__Overlay--terms{z-index:9999!important;position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;background-color:#000000b3!important;display:flex!important;align-items:center!important;justify-content:center!important}.ReactModal__Content--terms{z-index:10000!important;position:relative!important;background:#fff!important;border-radius:8px!important;padding:20px!important;outline:none!important;width:90%!important;max-width:500px!important;max-height:90vh!important;margin:0 auto!important;overflow:auto!important}.withdraw{background:#4098bc;background:linear-gradient(to right,#59a7c7,#4098bc,#3783a2);box-shadow:#23212173 0 5px 15px;display:flex;border-radius:10px;padding:12px;height:100px;justify-content:space-between}.withdraw>div{display:flex;flex-direction:column;justify-content:space-between}.withdraw>div h1,.withdraw>div h4{margin-block-start:0;margin-block-end:0;color:#fff}.withdraw>div h1{font-size:28px;margin-bottom:5px;font-weight:500}.withdraw>div h1.blurred{filter:blur(10px)}.withdraw>div h4{max-width:100px;font-weight:400;font-size:14px}.withdraw>div:last-child{align-items:flex-end}.withdraw .toggle-button{width:30px;height:30px;background:none;border:none;display:flex;justify-content:center;align-items:center}.withdraw-button{width:120px;height:40px;background:#0c364a;background:linear-gradient(220deg,#0c364a 40%,#085675 90%);background-size:200%;border:none;border-radius:6px;font-size:19px;font-weight:500;color:#fff;font-family:Trueno,sans-serif;display:flex;justify-content:space-around;align-items:center;transition:.4s ease}.withdraw-button:active{background-position:right}.modal.split-modal .modal__content .steps .label{text-align:center;font-weight:500;color:#4098bc;font-size:20px}.modal.split-modal .modal__content .steps input{font-size:36px;color:#8d8181;font-weight:400;padding:4px 8px;border:2px solid #4098bc;border-radius:10px;text-align:right}.modal.split-modal .modal-header.small{min-height:100px}.onboarding>div{padding:1.5rem}@media (max-width: 480px){.onboarding>div{padding:1rem}}.onboarding-header{background-color:#4098bc;display:flex;justify-content:center;flex-direction:column;height:55vh;min-height:220px}.onboarding-header .title{font-size:28px;font-weight:500;line-height:1;color:#fff;margin-block-start:0;margin-block-end:15px;text-align:center;font-size:48px}.onboarding-header .subtitle{text-align:center;font-size:1.5rem;font-weight:400;line-height:1;color:#fff;margin-block-start:0;margin-block-end:0}.onboarding button{max-width:80%;margin:30px auto 0;font-size:22px!important}.onboarding .auth-status{color:#ccc;font-size:14px;text-align:center;margin-top:10px}.onboarding .logo{max-width:200px;margin:0 auto}.onboarding .logo img{width:100%}.onboarding-content{position:relative;display:flex;flex-direction:column;justify-content:space-between}.onboarding .login-form{max-width:300px;margin:1rem auto}.errorMessage{font-size:12px;color:red;text-align:center}.navigation{position:absolute;bottom:0;padding:1rem;width:100%}.modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:flex-end;z-index:101}.modal__content{background-color:#fff;padding:20px;box-shadow:0 2px 10px #0003;width:100%;height:100%;position:relative}.modal button.close{background-color:transparent;border:none;color:#333;font-size:16px;cursor:pointer;padding:5px 10px;position:absolute;top:10px;right:10px;z-index:110}.modal button.close:hover{opacity:.8}.modal.small .modal__content{max-width:70%;height:auto;margin:auto 0;border-radius:6px}.modal.small .modal__content>div{display:flex;justify-content:space-around;align-items:center;flex-wrap:wrap}.modal.small .modal__content span{padding:4px 10px;border:1px solid #4098bc;color:#4098bc;border-radius:16px;margin:10px;font-size:14px;text-align:center;margin-block-start:5px}.modal.small .modal__content p{font-size:14px;text-align:center;color:#8d8181;width:100%;display:inline-block;margin-top:20px}.offer-details{display:flex;flex-direction:column;justify-content:center}.offer-details .image-wrapper{background-color:#f2f2f2;width:100%;height:160px;min-height:160px;margin:10px auto;align-self:center;border-radius:10px;overflow:hidden;position:relative}.offer-details .image-wrapper .offer-image{height:100%;left:50%;transform:translate(-50%);position:absolute;z-index:1}.offer-details .image-wrapper .backdrop{object-fit:cover;position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;filter:blur(40px)}.offer-details h2{width:90%;font-size:24px;color:#4098bc;font-weight:400;margin-top:0}.offer-details>p{color:#4098bc;font-size:22px;font-weight:600;display:flex;align-items:center;margin:10px 0}.offer-details>p img{width:21px;height:21px;margin-right:5px}.offer-details>div{color:#8d8181;font-size:14px}.offer-details>div p{margin-block-start:4px;margin-block-end:4px}.offer-details .rule{margin-top:10px}.offers-list>.header{background:#4098bc;background:linear-gradient(to right,#59a7c7,#4098bc,#3783a2);height:90px;width:100%;overflow:hidden;z-index:2}.offers-list>.header .title{font-size:1.5rem;font-weight:400;line-height:1;color:#fff;margin-block-start:0;margin-block-end:0;margin:50px 25px}.offers-list>.content{max-height:calc(100vh - 150px);padding:0 25px 60px;overflow-y:scroll}.claim-offer{width:100%;margin:20px auto;display:flex;flex-direction:column;justify-content:center}.claim-offer button{font-size:16px!important}.claim-offer button.loading{position:relative;opacity:.7;cursor:wait}.claim-offer button.loading:after{content:"";position:absolute;right:15px;top:50%;transform:translateY(-50%);width:16px;height:16px;border:2px solid transparent;border-top-color:#fff;border-right-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.claim-offer button:disabled{opacity:.7;cursor:not-allowed}.claim-offer p.error{color:red;margin-top:20px}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}.offer-details{width:100%;height:100%;padding:0 0 60px;margin-top:20px;justify-content:unset;overflow-y:scroll}.offer-details .cta{padding:15px 20px;background-color:#f2f2f2;border-radius:10px}.offer-details .cta button{width:100%;margin-top:15px}.offer-details .cta p{margin-bottom:10px;font-size:14px;text-align:center;color:#4e4e4e}.offer-details .cta .action{color:#4098bc;font-weight:600;font-size:16px}.offer-details .cta.disabled{background-color:#dad9d9}.offer-details .cta.disabled button{pointer-events:none;background-color:#959595}.offer-details .description{width:100%;text-align:justify;margin:10px 0;font-size:16px}.offer-details .content-container .content{margin:20px 0;font-size:11px;color:#b6b5b5;text-align:justify}.offer-details .content-container .content h1{color:#4098bc;font-size:16px}.offer-details .content-container .content h2,.offer-details .content-container .content h3,.offer-details .content-container .content h4,.offer-details .content-container .content h5,.offer-details .content-container .content h6,.inner-modal{color:#4098bc}.inner-modal-actions{display:flex;justify-content:center}.inner-modal-actions button{font-size:16px!important;padding:10px 16px!important;min-height:unset!important;width:100px}.splash-container{width:100vw;height:100vh;background-color:#4098bc;display:flex;align-items:center;justify-content:center}.splash-container img{width:80%;margin:auto}.transaction-list{overflow-y:scroll;padding-bottom:80px}.transactions-header{height:160px;display:flex;flex-direction:column;padding:40px 20px;color:#fff;background:#4098bc;background:linear-gradient(to left,#59a7c7,#4098bc,#3783a2)}.transactions-header h4{margin:0;font-weight:400}.transactions-controls{display:flex;justify-content:space-around;margin:20px auto 0;max-width:380px;background-color:#fff;z-index:2}.transactions-controls button{transition:all .3s ease-in-out;border:2px solid #4098bc;background:#fff;border-radius:30px;padding:5px 20px;font-size:16px;color:#4098bc;font-weight:500}.transactions-controls button.active{color:#fff;background:#4098bc}.modal.split-modal .modal__content{padding:0;overflow:hidden}.modal.split-modal .modal__content .steps{padding:24px 16px;display:flex;flex-direction:column;justify-content:center}.modal.split-modal .modal__content .steps .label{text-align:left;font-weight:500;color:#4098bc;font-size:20px}.modal.split-modal .modal__content .steps .info{text-align:right;font-weight:300;color:#a49a9a;font-size:14px;margin-right:10px}.modal.split-modal .modal__content .steps input{font-size:20px;color:#8d8181;font-weight:400;padding:10px 15px;border:2px solid #4098bc;border-radius:10px;text-align:right}.modal.split-modal .modal__content .steps button{font-size:24px;background-color:#4098bc;color:#fff;border-radius:10px;margin:10px auto;border:none;width:100%;padding:10px 0}.modal.split-modal .modal__content .steps .account-label{font-weight:500;color:#4098bc;font-size:20px;margin:5px 0}.modal.split-modal .modal__content .steps .account{margin:5px 0;font-size:18px;color:#8d8181}.modal.split-modal .modal__content .steps .account span{color:#9e9494}.modal.split-modal .modal__content .steps .change-account{font-size:14px;padding:5px}.modal.split-modal .modal__content .steps hr{width:100%;color:#8d8181;opacity:.5}.modal.split-modal .modal-header{background:#4098bc;background:linear-gradient(to right,#59a7c7,#4098bc,#3783a2);box-shadow:#23212173 0 5px 15px;min-height:200px;padding:16px 30px;display:flex;justify-content:space-between;align-items:center;color:#fff}.modal.split-modal .modal-header h3{margin:0;max-width:100px;font-weight:400;font-size:24;height:50px}.modal.split-modal .modal-header h1{font-weight:500;font-size:32px;margin:0}.select{width:100%;display:flex;flex-direction:column;margin-bottom:1rem;height:100px}@media (max-width: 480px){.select{margin-bottom:0}}.select label{font-size:1.2rem;margin-bottom:8px;font-weight:500;color:#4098bc}.select.full .custom-select{width:100%}.custom-select{position:relative;width:70%}.select-selected{cursor:pointer;color:#4098bc;display:flex;justify-content:space-between;font-family:inherit;font-size:18px;color:#8d8181;border:1px solid #4098bc;border-radius:6px;padding:20px}@media (max-width: 480px){.select-selected{padding:10px 15px}}.select-items{position:absolute;display:none;background-color:#fff;border:1px solid #ccc;border-radius:0 0 6px 6px;border-top:none;width:100%;overflow-y:auto}.select-items.open{display:block}.select-items div{padding:16px;cursor:pointer}.select-items div:hover{background-color:#78b7d1}.input-error-message{font-size:12px;font-weight:400;margin-top:2px;opacity:.6;color:#8b0000}.text-input{width:100%;display:flex;flex-direction:column;margin-bottom:1rem;height:100px}@media (max-width: 480px){.text-input{margin-bottom:0}}.text-input label{font-size:1.2rem;margin-bottom:8px;font-weight:500;color:#4098bc}.text-input input[type=tel],.text-input input[type=text],.text-input input[type=number],.text-input input[type=date]{width:100%;font-family:inherit;font-size:18px;color:#8d8181;border:1px solid #4098bc;border-radius:6px;padding:20px}@media (max-width: 480px){.text-input input[type=tel],.text-input input[type=text],.text-input input[type=number],.text-input input[type=date]{padding:10px 15px}}.text-input input[type=number]{font-size:18px}.text-input .input-error-message{font-size:12px;font-weight:400;margin-top:2px;opacity:.6;color:#8b0000}.text-input :focus-visible{outline:2px solid #4098bc}.text-input input[type=tel]::-webkit-input-placeholder,.text-input input[type=text]::-webkit-input-placeholder,.text-input input[type=number]::-webkit-input-placeholder,.text-input input[type=date]::-webkit-input-placeholder{color:#b9b6b6;opacity:1}.text-input input[type=tel]::-moz-placeholder,.text-input input[type=text]::-moz-placeholder,.text-input input[type=number]::-moz-placeholder,.text-input input[type=date]::-moz-placeholder{color:#b9b6b6;opacity:1}.text-input input[type=tel]:-ms-input-placeholder,.text-input input[type=text]:-ms-input-placeholder,.text-input input[type=number]:-ms-input-placeholder,.text-input input[type=date]:-ms-input-placeholder{color:#b9b6b6;opacity:1}.text-input input[type=tel]:-ms-input-placeholder,.text-input input[type=text]:-moz-placeholder,.text-input input[type=number]:-moz-placeholder,.text-input input[type=date]:-moz-placeholder{color:#b9b6b6;opacity:1}.text-input input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.text-input input[type=number]::-webkit-outer-spin-button,.text-input input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.four-digit-input{display:flex;gap:.5rem}.four-digit-input input{width:2rem;text-align:center}.zap{margin:15px 0;display:flex;align-items:center}.zap a{text-decoration:none;color:#4098bc!important;font-weight:700;margin-right:10px}.zap svg{width:20px}.usermenu{display:flex;flex-direction:column;padding:20px;gap:20px;width:100%;max-width:600px;margin:0 auto;min-height:calc(100vh - 170px)}.usermenu .section-wrapper{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px #0000001a;border:1px solid #f0f0f0}.usermenu .section-wrapper.user-info-section{display:flex;align-items:center;gap:15px;padding:25px}.usermenu .section-wrapper.user-info-section .user-avatar .avatar-circle{width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#4098bc,#65adcb);display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;font-weight:700;box-shadow:0 4px 12px #4098bc4d}.usermenu .section-wrapper.user-info-section .user-details{flex:1}.usermenu .section-wrapper.user-info-section .user-details .user-name{font-size:20px;font-weight:600;color:#333;margin:0 0 5px}.usermenu .section-wrapper.user-info-section .user-details .user-email{font-size:14px;color:#8d8181;margin:0}.usermenu .section-wrapper.user-info-section .user-actions .action-button{padding:8px 16px;border-radius:20px;border:none;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:8px;transition:all .3s ease}.usermenu .section-wrapper.user-info-section .user-actions .action-button.primary{background:#4098bc;color:#fff}.usermenu .section-wrapper.user-info-section .user-actions .action-button.primary:hover{background:#3a89a9;transform:translateY(-1px)}.usermenu .section-wrapper .section-title{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;color:#333;margin:0 0 15px}.usermenu .section-wrapper .section-title .section-icon{font-size:20px}.usermenu .section-wrapper.accounts-section .account-summary{margin-bottom:15px}.usermenu .section-wrapper.accounts-section .account-summary .account-item{display:flex;justify-content:space-between;align-items:center;padding:15px;background:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.usermenu .section-wrapper.accounts-section .account-summary .account-item .account-info{display:flex;flex-direction:column;gap:4px}.usermenu .section-wrapper.accounts-section .account-summary .account-item .account-info .account-name{font-weight:600;color:#333;font-size:14px}.usermenu .section-wrapper.accounts-section .account-summary .account-item .account-info .account-label{font-size:12px;color:#8d8181}.usermenu .section-wrapper.accounts-section .account-summary .account-item .account-status{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.usermenu .section-wrapper.accounts-section .account-summary .account-item .account-status.connected{background:#d4edda;color:#155724}.usermenu .section-wrapper.accounts-section .account-summary .account-item .account-status.disconnected{background:#f8d7da;color:#721c24}.usermenu .section-wrapper.notifications-section .notification-status{margin-bottom:15px}.usermenu .section-wrapper.notifications-section .notification-status .status-indicator{display:flex;align-items:center;gap:10px;padding:12px;background:#f8f9fa;border-radius:8px}.usermenu .section-wrapper.notifications-section .notification-status .status-indicator .status-dot{width:8px;height:8px;border-radius:50%}.usermenu .section-wrapper.notifications-section .notification-status .status-indicator .status-dot.active{background:#28a745}.usermenu .section-wrapper.notifications-section .notification-status .status-indicator .status-dot.inactive{background:#dc3545}.usermenu .section-wrapper.notifications-section .notification-status .status-indicator .status-text{font-size:14px;color:#333;font-weight:500}.usermenu .section-wrapper.support-section .section-title{margin-bottom:10px}.usermenu .section-wrapper.logout-section .action-button.danger{width:100%;padding:12px;background:#dc3545;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.usermenu .section-wrapper.logout-section .action-button.danger:hover{background:#c82333;transform:translateY(-1px)}.usermenu .section-wrapper .action-button{width:100%;padding:12px 16px;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.usermenu .section-wrapper .action-button .button-icon{font-size:16px}.usermenu .section-wrapper .action-button.primary{background:#4098bc;color:#fff}.usermenu .section-wrapper .action-button.primary:hover{background:#3a89a9;transform:translateY(-1px)}.usermenu .section-wrapper .action-button.secondary{background:#f8f9fa;color:#333;border:1px solid #dee2e6}.usermenu .section-wrapper .action-button.secondary:hover{background:#e9ecef;transform:translateY(-1px)}.modal-content{color:#4098bc}.modal-content p{margin-top:0}.modal-actions{width:100%;display:flex;justify-content:flex-end;margin-top:20px}.modal-actions button{background-color:#4098bc;color:#fff;border:none;padding:10px 15px;margin:10px;border-radius:6px}.user-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;flex-direction:column;padding-bottom:80px}.user-page .header{background:#4098bc;background:linear-gradient(to right,#59a7c7,#4098bc,#3783a2);box-shadow:#23212173 0 5px 15px;height:90px;width:100%;overflow:hidden;z-index:2;position:sticky;top:0;flex-shrink:0}.user-page .header .title{font-size:1.5rem;font-weight:400;line-height:1;color:#fff;margin-block-start:0;margin-block-end:0;margin:50px 25px;display:flex;align-items:center}.user-page .header .title img{margin-right:20px;cursor:pointer;transition:transform .3s ease}.user-page .header .title img:hover{transform:translate(-3px)}.user-page .main-content{flex:1;display:flex;flex-direction:column;width:100%}@media (min-width: 1200px){.usermenu{max-width:1000px;padding:30px;gap:25px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto;grid-template-areas:"user-info user-info" "accounts notifications" "support support" "logout logout"}.usermenu .section-wrapper{padding:25px}.usermenu .section-wrapper.user-info-section{grid-area:user-info;padding:30px;gap:20px}.usermenu .section-wrapper.user-info-section .user-avatar .avatar-circle{width:70px;height:70px;font-size:28px}.usermenu .section-wrapper.user-info-section .user-details .user-name{font-size:22px}.usermenu .section-wrapper.user-info-section .user-details .user-email{font-size:16px}.usermenu .section-wrapper.accounts-section{grid-area:accounts}.usermenu .section-wrapper.notifications-section{grid-area:notifications}.usermenu .section-wrapper.support-section{grid-area:support}.usermenu .section-wrapper.logout-section{grid-area:logout}.usermenu .section-wrapper .section-title{font-size:20px}.usermenu .section-wrapper .action-button{padding:14px 20px;font-size:15px}}@media (max-width: 1024px){.usermenu{max-width:100%;padding:20px}}@media (max-width: 768px){.usermenu{padding:15px;gap:15px;min-height:calc(100vh - 150px)}.usermenu .section-wrapper{padding:15px}.usermenu .section-wrapper.user-info-section{padding:20px;flex-direction:column;text-align:center;gap:15px}.usermenu .section-wrapper.user-info-section .user-avatar .avatar-circle{width:50px;height:50px;font-size:20px}.usermenu .section-wrapper.user-info-section .user-details .user-name{font-size:18px}.usermenu .section-wrapper.user-info-section .user-actions .action-button{width:100%;justify-content:center}.usermenu .section-wrapper .section-title{font-size:16px}.usermenu .section-wrapper .action-button{padding:10px 14px;font-size:13px}.user-page .header{height:80px}.user-page .header .title{margin:40px 20px;font-size:18px}}@media (max-width: 480px){.usermenu{padding:10px;gap:12px;min-height:calc(100vh - 140px)}.usermenu .section-wrapper{padding:12px;border-radius:8px}.usermenu .section-wrapper.user-info-section{padding:15px}.usermenu .section-wrapper .section-title{font-size:15px}.usermenu .section-wrapper .action-button{padding:8px 12px;font-size:12px}.user-page .header{height:70px}.user-page .header .title{margin:35px 15px;font-size:16px}}@media (max-width: 360px){.usermenu{padding:8px;gap:10px}.usermenu .section-wrapper{padding:10px;border-radius:6px}.usermenu .section-wrapper.user-info-section{padding:12px}.usermenu .section-wrapper.user-info-section .user-avatar .avatar-circle{width:45px;height:45px;font-size:18px}.usermenu .section-wrapper.user-info-section .user-details .user-name{font-size:16px}.usermenu .section-wrapper.user-info-section .user-details .user-email{font-size:12px}.usermenu .section-wrapper .section-title{font-size:14px}.usermenu .section-wrapper .action-button{padding:6px 10px;font-size:11px}}.user-update-page{min-height:100vh;background-color:#f5f5f5;padding-bottom:80px}.user-update-page .header{background-color:#4098bc;padding:20px;position:sticky;top:0;z-index:10}.user-update-page .header .title{color:#fff;font-size:18px;font-weight:600;margin:0;display:flex;align-items:center;gap:10px}.user-update-page .header .title img{cursor:pointer;width:20px;height:20px;filter:brightness(0) invert(1)}.user-update-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;gap:20px}.user-update-page .loading-container p{color:#8d8181;font-size:16px}.user-update-page .form-container{padding:20px;max-width:500px;margin:0 auto}.user-update-page .form-container .success-message{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724;padding:15px;border-radius:8px;margin-bottom:20px;text-align:center}.user-update-page .form-container .success-message p{margin:0;font-weight:500}.user-update-page .form-container .error-message{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24;padding:15px;border-radius:8px;margin-bottom:20px;text-align:center}.user-update-page .form-container .error-message p{margin:0;font-weight:500}.user-update-page .form-container .update-form{display:flex;flex-direction:column;gap:20px}.user-update-page .form-container .update-form .form-actions{display:flex;flex-direction:column;gap:15px;margin-top:30px}.user-update-page .form-container .update-form .form-actions .button{width:100%;padding:15px;border-radius:8px;font-size:16px;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.user-update-page .form-container .update-form .form-actions .button:disabled{opacity:.6;cursor:not-allowed}.user-update-page .form-container .update-form .form-actions .button.primary{background-color:#4098bc;color:#fff}.user-update-page .form-container .update-form .form-actions .button.primary:hover:not(:disabled){background-color:#3a89a9}.user-update-page .form-container .update-form .form-actions .button.secondary{background-color:transparent;color:#8d8181;border:2px solid #ddd}.user-update-page .form-container .update-form .form-actions .button.secondary:hover:not(:disabled){background-color:#ddd}@media (max-width: 768px){.user-update-page .form-container{padding:15px}}
