@import"https://fonts.googleapis.com/css2?family=Roboto&display=swap";.main__wrapper{min-height:100dvh;justify-content:center;align-items:center}.logo--header{height:56px;width:fit-content;object-fit:contain}.header__wrapper{grid-area:header;flex-direction:column;height:fit-content}.header__content{justify-content:flex-end;align-items:center;gap:35px}.icon--profile{width:54px;height:54px;border:2px outset var(--accent--primary);border-radius:50%;cursor:pointer}@media(max-width:768px){.header__container{padding:16px}.header__content{gap:16px}.icon--profile{width:44px;height:44px}}.btn{display:flex;justify-content:center;align-items:center;border-radius:20px;cursor:pointer;color:var(--text--primary)}.btn--disabled{opacity:.6;pointer-events:none}.btn--primary{background-color:var(--accent--active);color:var(--text--white)}.btn--primary:hover{background:var(--accent--hover)}.btn--primary:active{background:var(--accent--active)}.log-reg__btn{padding:16px 12px;width:100%;border-radius:4px;font:inherit;cursor:pointer;border:none}.btn__modal{display:flex;flex-direction:row;align-items:center;gap:20px}.btn__nav{justify-content:left;border-radius:10px;padding:5px 0}.btn_more-actions{display:inline}.btn__nav--text{position:relative;display:inline-flex;align-items:center;justify-content:center;outline:none;transition:color .3s ease,background .3s ease;border-radius:inherit}.btn_more-actions:hover,.btn__primary{background-color:var(--accent--hover)}.btn_more-actions:active,.btn__primary{background-color:var(--accent--active)}.btn__nav--text:hover{color:var(--text--hover)}.btn__nav--text:active{color:var(--text--active)}.btn__nav--text:focus,.btn__nav--active{color:var(--accent--primary)}.btn__nav--active--underline{color:var(--accent--primary)}.btn__nav--text:focus:hover{color:var(--accent--hover)}.btn__nav--text:focus:active{color:var(--accent--active)}.btn__nav--text.btn__nav--active--underline:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:4px;border-radius:2px;background:var(--accent--primary)}.btn__nav:hover{background-color:var(--surface-grey-hover)}.btn__nav:active{background-color:var(--surface-grey-active);color:var(--text--white)}.btn__primary{height:100%;width:35%;background:#7763ea;color:#fff}.btn__primary--empty{width:35%;height:100%;color:#7763ea;background:#fff;border:3px #7763EA solid}.btn__primary--empty:hover{background:var(--surface-white-hover)}.btn__primary--empty:active{background:var(--surface-white-active)}.btn__primary--red{width:35%;height:100%;background:var(--color--red)}.btn__primary--red:hover{background:var(--color--red-hover)}.btn__primary--red:active{background:var(--color--red-active)}.accounts__carousel__btn--left,.accounts__carousel__btn--right{position:absolute;inset:0;background-repeat:no-repeat;background-position:center;pointer-events:auto}.accounts__carousel__btn--left{left:-20px;background-image:url(/assets/carousel-left-Brzk8WqA.svg);background-position:left center}.accounts__carousel__btn--right{right:-20px;background-image:url(/assets/carousel-right-DlBFKIsH.svg);background-position:right center}.modal__underlay{position:fixed;inset:0;z-index:9999}.modal__wrapper{position:absolute;width:fit-content;border:1px solid var(--border);background:linear-gradient(180deg,#fff 0% 100%);box-shadow:20px 14px 24px #0000000f,0 2px 6px #0000000a,0 0 1px #0000000a;border-radius:15px}.modal__toast{position:fixed;top:20px;right:20px;z-index:var(--z-toast, 9500);transform:translateY(-12px) scale(.97);opacity:0;pointer-events:none;transition:transform .22s cubic-bezier(.2,.8,.4,1),opacity .18s ease;cursor:pointer}.modal__toast--visible{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}.modal__container{display:flex;justify-content:center;align-items:flex-start;padding:15px 10px;gap:15px;width:100%;height:100%}.notification__block{display:flex;flex-direction:column}@media(max-width:768px){.modal__toast{top:12px;right:12px;left:12px}}.profile-modal{min-width:200px}.side-bar__content{justify-content:space-between;flex-direction:column;height:100%}.side-bar__item{display:flex;align-items:center;font-size:18px;gap:20px}.side-bar__nav{display:flex;flex-direction:column;justify-content:space-between}.side-bar__top,.side-bar__bottom{display:flex;flex-direction:column;justify-content:center;gap:20px}.side-bar__wrapper{grid-area:sidebar;width:fit-content;opacity:1;max-width:250px;transition:max-width .5s ease,opacity .5s ease,visibility .2s ease;background:#f5f5f5;flex-shrink:0}.side-bar__wrapper p{opacity:1;visibility:visible;transition:visibility .2s,opacity .5s .1s ease}.side-bar__wrapper--collapsed{max-width:67px}.side-bar__wrapper--collapsed p{opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.side-bar__container{flex-direction:column;padding:35px 0 35px 35px;box-sizing:border-box;position:relative;gap:35px}.side-bar__toggle:focus-visible{outline:2px solid #7763EA;outline-offset:4px}.side-bar__wrapper--collapsed .icon--side-bar__arrow{right:8px;transform:rotate(180deg)}.icon--side-bar__arrow{position:absolute;top:0;right:0;width:16px;height:32px;cursor:pointer;transition:transform .5s ease}@media(max-width:768px){.side-bar__wrapper{position:fixed;left:0;right:0;bottom:0;z-index:20;max-width:none;width:100%;background:#f5f5f5fa;border-top:1px solid rgba(0,0,0,.08);box-shadow:0 -10px 30px #00000014}.side-bar__wrapper,.side-bar__wrapper--collapsed{max-width:none}.side-bar__wrapper p{opacity:1;visibility:visible}.side-bar__container{padding:10px 16px calc(10px + env(safe-area-inset-bottom));gap:0}.side-bar__content,.side-bar__nav,.side-bar__top,.side-bar__bottom{flex-direction:row;align-items:center;justify-content:space-between;gap:8px}.side-bar__content{width:100%}.side-bar__top,.side-bar__bottom{flex:1 1 0}.side-bar__item{flex:1 1 0;justify-content:center;gap:8px;padding:12px 8px;font-size:14px;border-radius:14px}.icon--side-bar__arrow{display:none}}@media(max-width:600px){.side-bar__item{flex-direction:column;gap:4px;font-size:11px}}.main__wrapper--app{width:100%;height:100dvh;overflow:hidden}.main__grid-layout{display:grid;width:100%;min-height:100dvh;grid-template-rows:auto minmax(0,1fr);grid-template-columns:auto minmax(0,1fr);grid-template-areas:"header header" "sidebar content"}.main__grid-layout--app{height:100%;min-height:0}.center__wrapper{flex-direction:row;flex:1 1 auto;min-height:0}.content__wrapper{grid-area:content;background:#f5f5f5;flex:1 1 auto;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.content__wrapper--locked{overflow:hidden}@media(max-width:768px){.main__grid-layout{grid-template-rows:auto 1fr auto;grid-template-columns:1fr;grid-template-areas:"header" "content" "sidebar";min-height:100dvh}.content__wrapper{min-width:0;padding-bottom:calc(92px + env(safe-area-inset-bottom))}}.notification{padding:var(--notification-padding);border-radius:var(--notification-radius);font-size:var(--notification-font-size);box-shadow:var(--notification-shadow);display:flex;align-items:center;gap:10px;animation:fadeIn .25s ease-out}.notification--success{background:var(--color-success-bg);color:var(--color-success-text);border-left-color:var(--color-success-border)}.notification--error{background:var(--color-error-bg);color:var(--color-error-text);border-left-color:var(--color-error-border)}.notification--warning{background:var(--color-warning-bg);color:var(--color-warning-text);border-left-color:var(--color-warning-border)}.notification--info{background:var(--color-info-bg);color:var(--color-info-text);border-left-color:var(--color-info-border)}.toast__content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.toast__message{display:flex;gap:5px;flex-direction:column}.toast__icon{flex-shrink:0;width:32px;height:32px}.input{box-sizing:border-box;font-size:inherit;width:100%;padding:12px 16px;border-radius:8px;border:2px solid var(--border);transition:border-color .2s ease}input[type=datetime-local]::-webkit-calendar-picker-indicator{opacity:0;cursor:pointer;z-index:0}.input--error{border-color:var(--color--red)}.input:focus{border-color:var(--accent--active);outline:none}.input::placeholder{font-style:normal;font-weight:400;font-size:16px;color:#9c9d9d}.input-with-eye{position:relative}.input__icon{position:absolute;top:50%;right:10px;transform:translateY(-50%);cursor:pointer;width:24px;height:24px;background-repeat:no-repeat;background-size:contain}.input__icon--hide{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.88061%209.87988C9.58587%2010.1545%209.34946%2010.4857%209.18549%2010.8537C9.02152%2011.2217%208.93336%2011.619%208.92625%2012.0218C8.91914%2012.4246%208.99324%2012.8247%209.14412%2013.1983C9.29501%2013.5718%209.51959%2013.9112%209.80446%2014.196C10.0893%2014.4809%2010.4287%2014.7055%2010.8022%2014.8564C11.1758%2015.0073%2011.5759%2015.0814%2011.9787%2015.0742C12.3815%2015.0671%2012.7788%2014.979%2013.1468%2014.815C13.5148%2014.651%2013.846%2014.4146%2014.1206%2014.1199'%20stroke='%23BBBBBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.7305%205.08C11.1518%205.02751%2011.5759%205.00079%2012.0005%205C19.0005%205%2022.0005%2012%2022.0005%2012C21.5534%2012.9571%2020.9927%2013.8569%2020.3305%2014.68'%20stroke='%23BBBBBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.61%206.60986C4.62125%207.96449%203.02987%209.82512%202%2011.9999C2%2011.9999%205%2018.9999%2012%2018.9999C13.9159%2019.005%2015.7908%2018.445%2017.39%2017.3899'%20stroke='%23BBBBBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%202L22%2022'%20stroke='%23BBBBBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.input__icon--show{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%2012C2%2012%205%205%2012%205C19%205%2022%2012%2022%2012C22%2012%2019%2019%2012%2019C5%2019%202%2012%202%2012Z'%20stroke='%23BBBBBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2015C13.6569%2015%2015%2013.6569%2015%2012C15%2010.3431%2013.6569%209%2012%209C10.3431%209%209%2010.3431%209%2012C9%2013.6569%2010.3431%2015%2012%2015Z'%20stroke='%23BBBBBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}input[type=password]::-ms-reveal,input[type=password]::-ms-clear{display:none}.label{font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:#191d23}.select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:transparent;cursor:pointer}.textarea{resize:vertical;min-height:3em;max-height:12em}.remember-me{display:flex;align-items:center;flex-direction:row}.remember-me__label{display:flex;align-items:center;-webkit-user-select:none;user-select:none}.remember-me__checkbox{display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='20'%20height='20'%20rx='2'%20fill='%23D0D5DD'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat;margin-right:8px;cursor:pointer}.remember-me__input:checked+.remember-me__checkbox{background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3crect%20width='20'%20height='20'%20rx='2'%20fill='%237763EA'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M17.2703%205.25877C17.5876%205.59212%2017.5746%206.1196%2017.2412%206.43692L7.61162%2015.6036C7.44717%2015.7601%207.22597%2015.8428%206.99916%2015.8325C6.77236%2015.8222%206.55958%2015.7197%206.41003%2015.5489L2.70633%2011.3181C2.40318%2010.9718%202.43815%2010.4454%202.78444%2010.1422C3.13073%209.83906%203.65721%209.87404%203.96036%2010.2203L7.09178%2013.7974L16.0921%205.22975C16.4255%204.91242%2016.9529%204.92542%2017.2703%205.25877Z'%20fill='white'/%3e%3c/svg%3e")}.log-reg__actions{display:flex;flex-direction:column;gap:16px}.log-reg__alternative{width:100%;text-align:center}.log-reg__alternative-ref{display:block;margin-top:19px;font-style:normal;font-weight:600;font-size:16px;line-height:24px;color:#393b3c}.log-reg__alternative-or{position:relative;width:90%;margin:0 auto}.log-reg__alternative-or:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:#4b5768;opacity:.5;z-index:0}.log-reg__alternative-text{position:relative;z-index:1;display:inline-block;background:#fff;padding:0 8px;margin:0;font-style:normal;font-weight:400;font-size:14px;line-height:16px;color:#9c9d9d}.input-section__field{display:flex;flex-direction:column;gap:8px}.input-section__double-field{display:flex;flex-direction:row;gap:8px;justify-content:space-between}.widget__content{height:100%}.widget__header{display:flex;justify-content:space-between;align-items:center}.widget__header-right{display:flex;flex-direction:row;align-items:center;gap:.5rem}.widget__wrapper{border-radius:28px;box-shadow:0 16px 24px #0000000f,0 2px 6px #0000000a,0 0 1px #0000000a;background:#fff;height:100%;min-height:0}.widget__container{flex-direction:column;gap:10px;padding:20px;flex:1 1 auto;min-height:0}@media(max-width:768px){.widget__wrapper{border-radius:20px}.widget__container{padding:16px}}.account__content{display:flex;flex-direction:column;gap:10px}.account__footer{display:flex;justify-content:space-between}.account__button{display:flex;justify-content:space-between;gap:10px;padding:10px}.button__arrow{height:18px}.amount-input{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;padding:0;gap:1.5em;width:100%}.amount-input__btn:hover{background:var(--surface-white-hover);border-radius:20px}.amount-input__btn:active{background:var(--surface-white-active);border-radius:20px}.input-reset{appearance:none;background:transparent;border:0;outline:none;padding:0;margin:0;text-align:center;width:10ch}.amount-input button{all:unset;cursor:pointer;display:flex;align-items:center;justify-content:center}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}@media(max-width:500px){.input-reset{width:5ch}}.create-wallet__content{min-width:380px}.remove-confirmation__content{display:flex;flex-direction:column;align-items:center;text-align:center;min-width:350px;gap:16px}.message{display:flex;flex-direction:column;gap:8px}.btn__add{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:160px;padding:8px 12px;background:#7763ea;border:none;border-radius:12px;cursor:pointer}.btn__add-icon{width:18px;height:18px;flex:0 0 auto}.toolbar{height:auto;max-height:8vh;flex:0 0 auto}.toolbar__content{height:100%;flex:1;justify-content:space-between;align-items:center}@media(max-width:768px){.toolbar{height:auto;max-height:fit-content}.toolbar__content{flex-direction:row;gap:12px;align-items:stretch}.toolbar__content>*{width:100%}}.wallet-page{flex-direction:column;min-height:0;height:100%;overflow:hidden}.accounts__scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:0 24px 1em;margin:0 -24px}.accounts{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:min-content;gap:25px}@media(max-width:1100px){.accounts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:500px){.accounts__scroll{padding:0 0 1em;margin:0}.accounts{grid-template-columns:repeat(1,minmax(0,1fr))}}.set-limit-modal__footer{gap:12px}.set-limit-modal__shortcut{min-height:44px;padding:0 18px;border:1px solid var(--accent--primary);border-radius:14px;background:linear-gradient(180deg,#7763ea1f,#7763ea0a);color:var(--accent--active);font-weight:600;font-size:14px}@media(max-width:768px){.set-limit-modal__shortcut{font-size:.8em;padding:0 5px}}.day-limit{min-height:250px}.pencil{block-size:15px;cursor:pointer}.day-limit__input{gap:5px}.graphic__fill--radial{position:absolute;height:100%;width:100%;aspect-ratio:1/1;border-radius:50%;background:conic-gradient(from 0deg,#7763ea,#ea6363 360deg);-webkit-mask:conic-gradient(#fff calc(var(--angle) - .5deg),transparent calc(var(--angle) + .5deg));mask:conic-gradient(#fff calc(var(--angle) - .5deg),transparent calc(var(--angle) + .5deg));transform:translateZ(0);backface-visibility:hidden;transition:--angle .6s ease}@property --angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.week-activity{min-height:250px}.graph{display:block;width:100%;height:100%;max-width:100%;max-height:100%}.graph-wrap{width:100%;aspect-ratio:10/6}.graph__line-animated{stroke-dasharray:1;stroke-dashoffset:1;animation:graph-line-draw 1.1s ease-out forwards}@keyframes graph-line-draw{to{stroke-dashoffset:0}}.month-limit{min-height:200px}.month-limit__left-content{flex-direction:column;width:100%;justify-content:space-around}.month-limit__right-content{width:50%}.month-limit__right-content .graphic,.month-limit__right-content .graphic__background--bar{height:100%}.month-limit__right-content .graphic__fill--bar{height:100%;background:linear-gradient(to top,#7763ea 0% 30%,#ea6363);transition:clip-path .35s ease}.accounts__content--main{width:100%;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:flex-start}.accounts__content--bottom{gap:1rem;border-top:1px solid rgba(0,0,0,.05)}.accounts__widget__container{gap:0}.accounts__carousel--underlay{position:relative;aspect-ratio:900/700;flex:1 1 auto;max-width:-webkit-fill-available;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%20-42%20900%20625'%20width='100%25'%20height='auto'%20preserveAspectRatio='xMidYMid%20meet'%20role='img'%20aria-label='rotated%20card'%3e%3cdefs%3e%3clinearGradient%20id='g-main'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23D39BFF'/%3e%3cstop%20offset='0.35'%20stop-color='%23A6C9FF'/%3e%3cstop%20offset='0.7'%20stop-color='%239FD4FF'/%3e%3cstop%20offset='1'%20stop-color='%234B6BFF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='g-bottom'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%230000'/%3e%3cstop%20offset='1'%20stop-color='%232E64FF'/%3e%3c/linearGradient%3e%3cradialGradient%20id='g-spot'%20cx='0.28'%20cy='0.18'%20r='0.6'%3e%3cstop%20offset='0'%20stop-color='%23FFFFFF'%20stop-opacity='0.9'/%3e%3cstop%20offset='0.45'%20stop-color='%23FFFFFF'%20stop-opacity='0.15'/%3e%3cstop%20offset='1'%20stop-color='%23FFFFFF'%20stop-opacity='0'/%3e%3c/radialGradient%3e%3cfilter%20id='f-blur'%20x='-60%25'%20y='-60%25'%20width='220%25'%20height='220%25'%3e%3cfeGaussianBlur%20stdDeviation='36'/%3e%3c/filter%3e%3cfilter%20id='f-drop'%20x='0'%20y='0'%20width='260%25'%20height='260%25'%3e%3cfeDropShadow%20dx='0'%20dy='13'%20stdDeviation='8'%20flood-color='%237763EA'%20flood-opacity='0.12'/%3e%3c/filter%3e%3c/defs%3e%3c!--%20Поворот%20вокруг%20центра%20карточки%20(450,270)%20--%3e%3cg%20transform='rotate(-10%20450%20270)'%20filter='url(%23f-drop)'%3e%3c!--%20сама%20карточка%20(ровно%20той%20же%20размерности%20как%20в%20первом%20SVG)%20--%3e%3crect%20x='30'%20y='30'%20width='840'%20height='480'%20rx='26'%20ry='26'%20fill='url(%23g-main)'/%3e%3c!--%20overlay%20--%3e%3crect%20x='30'%20y='30'%20width='840'%20height='480'%20rx='26'%20ry='26'%20fill='url(%23g-bottom)'%20opacity='0.18'%20style='mix-blend-mode:overlay'/%3e%3c!--%20пятна%20/%20блики%20внутри%20той%20же%20карточки%20--%3e%3cg%20clip-path='url(%23clipCard2)'%3e%3c!--%20define%20clip%20here%20so%20circles%20stay%20inside%20card%20--%3e%3cclipPath%20id='clipCard2'%3e%3crect%20x='30'%20y='30'%20width='840'%20height='480'%20rx='26'/%3e%3c/clipPath%3e%3ccircle%20cx='200'%20cy='120'%20r='180'%20fill='url(%23g-spot)'%20filter='url(%23f-blur)'%20opacity='0.9'/%3e%3ccircle%20cx='660'%20cy='380'%20r='120'%20fill='%23ffffff'%20filter='url(%23f-blur)'%20opacity='0.06'%20/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;overflow:visible}.accounts__carousel--background,.accounts__carousel--hover{position:absolute;inset:0;background-repeat:no-repeat;background-position:center;background-size:contain}.accounts__carousel--background{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='-10%20-10%20920%20500'%20width='100%25'%20height='auto'%20preserveAspectRatio='xMidYMid%20meet'%20role='img'%20aria-hidden='false'%3e%3cdefs%3e%3cradialGradient%20id='r1'%20cx='0.1'%20cy='0.4'%20r='0.9'%3e%3cstop%20offset='0'%20stop-color='%23ff6f6f'/%3e%3cstop%20offset='0.6'%20stop-color='%23ff6f6f'%20stop-opacity='0.4'/%3e%3cstop%20offset='1'%20stop-color='%230000'/%3e%3c/radialGradient%3e%3cradialGradient%20id='r2'%20cx='0.85'%20cy='0.16'%20r='0.9'%3e%3cstop%20offset='0'%20stop-color='%23d6a7ff'/%3e%3cstop%20offset='0.55'%20stop-color='%23d6a7ff'%20stop-opacity='0.18'/%3e%3cstop%20offset='1'%20stop-color='%230000'/%3e%3c/radialGradient%3e%3cradialGradient%20id='r3'%20cx='0.9'%20cy='0.86'%20r='0.8'%3e%3cstop%20offset='0'%20stop-color='%237fb4ff'/%3e%3cstop%20offset='0.6'%20stop-color='%237fb4ff'%20stop-opacity='0.14'/%3e%3cstop%20offset='1'%20stop-color='%230000'/%3e%3c/radialGradient%3e%3clinearGradient%20id='base'%20x1='0'%20y1='0'%20x2='1'%20y2='1'%3e%3cstop%20offset='0'%20stop-color='%23f2f2f3'/%3e%3cstop%20offset='1'%20stop-color='%23e6eefc'/%3e%3c/linearGradient%3e%3cfilter%20id='blurLarge'%20x='0'%20y='0'%20width='100%25'%20height='100%25'%3e%3cfeGaussianBlur%20stdDeviation='48'/%3e%3c/filter%3e%3cfilter%20id='f-drop'%20x='0'%20y='0'%20width='260%25'%20height='260%25'%3e%3cfeDropShadow%20dx='5'%20dy='10'%20stdDeviation='8'%20flood-color='%237763EA'%20flood-opacity='0.12'/%3e%3c/filter%3e%3c/defs%3e%3c!--%20базовая%20карточка%20--%3e%3crect%20x='0'%20y='0'%20width='900'%20height='480'%20rx='26'%20ry='26'%20fill='url(%23base)'%20filter='url(%23f-drop)'/%3e%3c!--%20пятна,%20обрезанные%20по%20форме%20карточки%20--%3e%3cclipPath%20id='clipCard'%3e%3crect%20x='0'%20y='0'%20width='900'%20height='480'%20rx='26'/%3e%3c/clipPath%3e%3cg%20clip-path='url(%23clipCard)'%20filter='url(%23blurLarge)'%3e%3crect%20x='0'%20y='0'%20width='900'%20height='540'%20fill='url(%23r1)'%20opacity='0.95'/%3e%3crect%20x='0'%20y='0'%20width='900'%20height='540'%20fill='url(%23r2)'%20opacity='0.9'/%3e%3crect%20x='0'%20y='0'%20width='900'%20height='540'%20fill='url(%23r3)'%20opacity='0.9'/%3e%3c/g%3e%3c!--%20лёгкая%20накладка%20для%20насыщенности%20--%3e%3crect%20x='30'%20y='30'%20width='900'%20height='480'%20rx='26'%20fill='none'%20style='mix-blend-mode:soft-light;%20opacity:0.12;%20pointer-events:none;'/%3e%3c/svg%3e");z-index:1;pointer-events:none}.accounts__carousel--hover{display:flex;background-image:url(/assets/account-hover-Bceq6Bbz.svg);color:#fff;-webkit-font-smoothing:antialiased;pointer-events:auto}.accounts__carousel--background>div,.accounts__carousel--hover>div{z-index:3}.accounts__carousel__indicator svg{display:block;width:100%}.accounts__carousel__btn--left,.accounts__carousel__btn--right{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background-color:transparent;border:none;cursor:pointer;background-repeat:no-repeat;background-position:center;pointer-events:auto;z-index:5}.accounts__carousel__btn--left{right:auto;background-image:url(/assets/carousel-left-Brzk8WqA.svg)}.accounts__carousel__btn--left:hover{background-image:url(/assets/carousel-left--hover-DZ288A3N.svg)}.accounts__carousel__btn--right{left:auto;background-image:url(/assets/carousel-right-DlBFKIsH.svg)}.accounts__carousel__btn--right:hover{background-image:url(/assets/carousel-right--hover-oGh_km5f.svg)}.carousel{display:flex;position:relative;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;flex:1 1 auto;min-height:180px;min-width:330px}.carousel__item{display:none}.carousel__item--selected{display:block}.carousel__nav{display:flex;justify-content:center;width:100%;height:24px;flex:0 0 auto;overflow:hidden;flex-shrink:0}.active-indicator{fill:#7763ea;transition:transform .35s cubic-bezier(.4,0,.2,1);transform-box:fill-box;transform-origin:center}.input-section__with-icon-wrapper{position:relative}.input-select__icon{position:absolute;top:57%;right:10px;cursor:pointer;width:24px;height:24px;background-repeat:no-repeat;background-size:contain;pointer-events:none}.transaction-switcher{position:relative;z-index:0;display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding:5px 10px;height:40px;width:100%;background:#7763ea;border-radius:28px}.btn__transaction-switcher{position:relative;color:var(--text--white);cursor:pointer;z-index:1}.btn__transaction-switcher--accent{position:absolute;transform:translate(-45%);width:50%;height:85%;background:#fff;border-radius:20px;z-index:0;transition:transform .25s ease}.btn__transaction-switcher--accent.left{transform:translate(-45%)}.btn__transaction-switcher--accent.right{transform:translate(45%)}.modal__content hr{width:100%;height:1px;border:none;background:var(--border, #3a3a3a)}.modal__content{gap:.5rem}.table__row-new{border-top:1px solid #F5F5F5}.table tr td:first-child{text-align:left}.table__first-block{display:flex;width:100%;gap:5px;align-items:center;flex-direction:row}.icon--table__expense{width:50px;height:50px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='40px'%20height='40px'%20viewBox='0%200%2040%2040'%20version='1.1'%3e%3cg%20id='surface1'%3e%3cpath%20style='%20stroke:none;fill-rule:nonzero;fill:rgb(94.509804%25,95.294118%25,96.470588%25);fill-opacity:1;'%20d='M%2019.59375%2040%20C%2030.414062%2040%2039.1875%2031.179688%2039.1875%2020.304688%20C%2039.1875%209.425781%2030.414062%200.605469%2019.59375%200.605469%20C%208.773438%200.605469%200%209.425781%200%2020.304688%20C%200%2031.179688%208.773438%2040%2019.59375%2040%20Z%20M%2019.59375%2040%20'/%3e%3cpath%20style='fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(98.039216%25,41.568628%25,41.568628%25);stroke-opacity:1;stroke-miterlimit:10;'%20d='M%2028.116211%2027.15%20L%2028.116211%2017.85%20L%2019.441406%2017.85%20'%20transform='matrix(0.888889,0,0,0.833333,0,0)'/%3e%3cpath%20style='fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(98.039216%25,41.568628%25,41.568628%25);stroke-opacity:1;stroke-miterlimit:10;'%20d='M%2015.969727%2030.876562%20L%2027.993164%2017.98125%20'%20transform='matrix(0.888889,0,0,0.833333,0,0)'/%3e%3c/g%3e%3c/svg%3e");background-repeat:round}.transactions-page{flex-direction:column;min-height:0;height:100%;overflow:hidden}.transactions__content{display:flex;flex-direction:column;align-items:flex-start;gap:20px;height:100%;order:1;align-self:stretch;flex-grow:0}.table__content{height:fit-content;flex-direction:column;gap:20px}.table{width:100%;border-spacing:0 8px}.table tbody tr td{background:#fff;transition:background .2s ease}.table tbody tr td:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.table tbody tr td:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.table tbody tr:hover td{background:var(--surface-white-hover)}.table tbody tr:active td{background:var(--surface-white-active)}.transactions-page>.widget__wrapper{flex:1 1 auto;min-height:0;overflow:hidden}.transactions-page .widget__container,.transactions-page .widget__content,.transactions-page .table-scroll{min-height:0}.transactions-page .table-scroll{overflow-y:auto}@media(max-width:768px){.transactions__content{gap:16px;min-width:0}.table__content{min-width:640px}}@media(max-width:500px){.btn__nav--text{font-size:16px}}.recent-transactions{min-height:250px}.content__container{flex-direction:column;gap:1.5rem;padding:0 35px 35px;height:100%;box-sizing:border-box}.dashboard{min-height:680px;min-width:1150px}.dashboard__content--top,.dashboard__content--bottom{flex:1 1 0;min-height:0}.dashboard__content--top{display:grid;grid-template-columns:1fr 1.3fr 1fr;gap:35px;align-items:stretch}.dashboard__content--bottom{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:stretch}.dashboard__content--top>*,.dashboard__content--bottom>*{min-width:0}@media(max-width:1330px){.dashboard{overflow-y:scroll;min-width:0}.dashboard__content--top,.dashboard__content--bottom{min-height:auto}.dashboard__content--top{grid-template-columns:1fr 1fr;grid-column:span 2}.day-limit{order:-1}.my-accounts{grid-column:1/-1}.recent-transactions{max-height:400px}.dashboard__content--bottom{grid-template-columns:1fr;height:100%}}@media(max-width:600px){.dashboard{overflow-y:scroll;overflow-x:hidden}.day-limit{order:-1}.content__container.dashboard{padding-top:4px}.dashboard__content--top,.dashboard__content--bottom{display:grid;gap:16px;grid-template-columns:1fr;grid-auto-rows:auto;min-height:auto}.dashboard__content--top{height:auto}}.account-details{min-width:0;width:100%}.account-details__top{display:grid;grid-template-columns:1fr 1fr;gap:35px;align-items:stretch}.account-details__bottom{display:flex;width:100%}.account-details__btn-group{display:flex;gap:50px}.account-details__btn{width:200px;height:65px}.account-details__info{gap:20px}.account-details .widget__wrapper,.account-details .widget__container,.account-details .widget__content,.account-details .table-scroll,.account-details .transactions{min-width:0}.account-details .table{width:100%}@media(min-width:1001px){.account-details{display:flex;flex-direction:column;height:100%}.account-details__top,.account-details__bottom{flex:1 1 0;min-height:0}.account-details .transactions,.account-details .table-scroll{min-height:0}.account-details__bottom{overflow:hidden}}@media(max-width:1000px){.account-details{height:auto;min-height:auto;overflow-y:auto;overflow-x:hidden}.account-details__widget{max-height:300px}.account-details__top{grid-template-columns:1fr;padding-bottom:1rem;gap:16px}.account-details__bottom{height:auto;gap:16px}.account-details__btn-group{flex-direction:column;gap:12px}.account-details__btn{width:100%;height:56px}.account-details .transactions{max-height:400px}.account-details .text{min-width:0}.account-details .text__base--bold{overflow-wrap:anywhere}.account-details .table-scroll{overflow-x:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}}.tabs{display:flex;align-items:center;gap:12px;width:100%}@media(max-width:768px){.tabs{display:flex;flex-wrap:wrap;justify-content:center;overflow-x:auto;white-space:nowrap;padding-bottom:4px;scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}}.profile{display:flex;flex-direction:column;justify-content:space-between}.profile__top{display:flex;flex-direction:column;gap:1.5rem;min-width:500px}.profile__image{display:flex;align-items:center;gap:1.5rem;height:fit-content}.profile__image--control{display:flex;gap:1.5rem;flex-direction:row}.profile__btn-load{width:120px;height:50px}.profile__input{display:flex;flex-direction:row;gap:1rem}.profile__field{width:100%}.profile__btns{display:flex;flex-direction:row;min-height:50px;gap:1rem}.icon--profile--big{width:150px;height:150px}@media(max-width:500px){.icon--profile--big{width:108px;height:108px}.profile__image--control{flex-direction:column;gap:1rem}.profile__top{min-width:auto;gap:0}.profile__input{flex-direction:column}.profile__btn-load{width:10px}}.security{display:flex;flex-direction:column;justify-content:space-between;gap:1.5rem}.security__top{display:flex;flex-direction:column;gap:1.5rem;min-width:300px}.security__btns{min-height:50px;max-width:200px}.day-summary__header{gap:1rem}.day-summary__content{display:flex;justify-content:space-between;gap:1rem}.day-summary__text-block{display:flex;width:fit-content;flex-direction:column;justify-content:space-evenly;font-size:1em!important;text-wrap:nowrap}.day-summary__table{max-height:200px!important}.day-summary__content p span:first-of-type{font-size:1.25rem}@media(max-width:768px){.day-summary__text-block span{font-size:1em}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{margin:0;padding:0;border:0;font-size:100%;font-family:Roboto,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}html,body{height:100%;margin:0;background:#f5f5f5;overflow-x:hidden;overflow-y:hidden}body{line-height:1;min-height:100dvh}#root{height:100%;min-height:100dvh}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:""}table{border-collapse:collapse;border-spacing:0}a{text-decoration:none}button{background:none}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;border:0;clip:rect(0 0 0 0)}*{box-sizing:border-box}@media(max-width:1330px){html,body,#root{height:auto;min-height:100%}body{overflow-y:scroll}}.wrapper{display:flex;width:100%}.d-col{display:flex;flex-direction:column}.d-row{display:flex;flex-direction:row}.d-center{display:flex;justify-content:center;align-items:center}.d-top-right{position:absolute;display:flex;justify-content:right;align-items:flex-start}.p-0{padding:0}.w-100{width:100%}.pointer{cursor:pointer}.t-center{text-align:center}.bg-inactive{background-color:#0000004d}.modal-underlay__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;position:fixed;inset:0;background:#d9d9d959}.modal-underlay__wrapper .modal__wrapper{position:relative;display:flex;flex-direction:column;gap:30px;width:30vw;max-width:min(560px,calc(100vw - 32px));height:fit-content;border-radius:28px;flex:none;order:0;flex-grow:0}.log-reg__wrapper{display:flex;justify-content:center;align-items:center;height:100%}.container{display:flex;width:100%}.modal-underlay__wrapper .modal__container{justify-content:start;padding:35px;flex-direction:column;gap:1.5em}.log-reg__container{display:flex;justify-content:center;align-items:center;flex-direction:column;width:400px;gap:35px}.header__container{align-items:center;justify-content:space-between;padding:20px 35px}.main-container{background:#f5f5f5;border-radius:35px}.content{display:flex}.modal__content{display:flex;width:100%}.modal-underlay__wrapper .modal__content{gap:1em}.modal__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.modal__footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:50px;flex:none;order:2;align-self:stretch;flex-grow:0}.header-content{justify-content:flex-end;align-items:center;gap:35px}.table-scroll{width:100%;overflow-x:auto}@media(max-width:768px){.modal-underlay__wrapper{padding:16px;box-sizing:border-box}.modal-underlay__wrapper .modal__wrapper{width:100%;max-width:100%;gap:20px}.modal-underlay__wrapper .modal__container{padding:20px;gap:1rem}.content__container{padding:0 16px 16px;gap:1rem;min-width:0}.log-reg__container{width:min(400px,100%);padding:0 16px;box-sizing:border-box;gap:24px}}.day-limit__graphic-content{height:100%}.day-limit__bottom-content{height:25%;justify-content:space-between}.activities__graphic-content{position:relative;width:100%;min-width:0;min-height:0;overflow:hidden}.activities__graphic-content .graphic{width:100%;height:100%;max-height:100%}.card__content{flex-direction:column;justify-content:center;padding:0 2vh 0 3vh;width:100%;height:100%;gap:25%}.card__content--top{flex-direction:column;justify-content:space-between}.card__content--bottom{justify-content:space-between;align-items:center}.icon{width:32px;height:32px}.icon__r-50{border-radius:50%}.icon--base-24{width:24px;height:24px}.icon--widget__arrow{width:8px;height:16px}.icon--log-reg__logo{height:93px;width:100%;object-fit:contain}.icon--side-bar__logo{height:56px;width:fit-content;object-fit:contain}.icon--table__income{width:50px;height:50px;background-image:url("data:image/svg+xml,%3c?xml%20version='1.0'%20encoding='UTF-8'?%3e%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20width='40px'%20height='40px'%20viewBox='0%200%2040%2040'%20version='1.1'%3e%3cg%20id='surface1'%3e%3cpath%20style='%20stroke:none;fill-rule:nonzero;fill:rgb(94.509804%25,95.294118%25,96.470588%25);fill-opacity:1;'%20d='M%2019.738281%2040%20C%2030.636719%2040%2039.476562%2031.046875%2039.476562%2020%20C%2039.476562%208.953125%2030.636719%200%2019.738281%200%20C%208.835938%200%200%208.953125%200%2020%20C%200%2031.046875%208.835938%2040%2019.738281%2040%20Z%20M%2019.738281%2040%20'/%3e%3cpath%20style='fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(45.09804%25,87.843138%25,52.549022%25);stroke-opacity:1;stroke-miterlimit:10;'%20d='M%2015.369141%2017.640625%20L%2015.369141%2025.507812%20L%2023.717187%2025.507812%20'%20transform='matrix(0.930233,0,0,1,0,0)'/%3e%3cpath%20style='fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke:rgb(45.09804%25,87.843138%25,52.549022%25);stroke-opacity:1;stroke-miterlimit:10;'%20d='M%2027.059766%2014.488281%20L%2015.486719%2025.398438%20'%20transform='matrix(0.930233,0,0,1,0,0)'/%3e%3c/g%3e%3c/svg%3e");background-repeat:round}.text{line-height:normal;color:#393b3c}.text__title{font-size:20px;font-weight:400}.text__mega-title{font-size:24px;font-weight:400}.text__title--white{color:#fff}.text__title--bolder-white{font-weight:bolder;color:#fff}.text__btn{font-size:18px}.text__link{font-size:16px;font-weight:bolder;color:#8b78f1;cursor:pointer}.text__primary{font-size:28px;font-weight:bolder}.text__base{font-size:18px;font-weight:400}.text__base--bold{font-size:18px;font-weight:700}.text__base--inactive{color:#9c9d9d}.text__base--white{color:#fff}.text__table{font-size:16px;color:#929eae}.text__table--name{font-weight:bolder}.text__table--date{text-align:center;white-space:pre-line}.text--inactive{color:#878787}.text--red{color:var(--color--red)}.text--green{color:var(--color--green)}.text--64{font-size:64px}.input-section{display:flex;width:100%;gap:.5em;flex-direction:column}.input-section__fields{display:flex;gap:24px;flex-direction:column}.input-section__input{box-sizing:border-box;font-size:inherit;width:100%;padding:12px 16px;border-radius:8px;border:2px solid #BBBBBB;transition:border-color .2s ease}.input-section__with-icon-wrapper .input-section__input{padding-right:2.5rem}.input-section__input--error{border-color:#f75555}.input-section__input:focus{border-color:#7763ea;outline:none}.input-section__input::placeholder{font-style:normal;font-weight:400;font-size:16px;color:#9c9d9d}.input-title{font-style:normal;font-weight:500;font-size:16px;line-height:24px;color:#191d23}.input-section__icon{position:absolute;top:50%;right:10px;transform:translateY(-50%);cursor:pointer;width:24px;height:24px;background-repeat:no-repeat;background-size:contain}.input-section__input::-webkit-calendar-picker-indicator{opacity:0;display:none}.input-section__icon--hide{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.88061%209.87988C9.58587%2010.1545%209.34946%2010.4857%209.18549%2010.8537C9.02152%2011.2217%208.93336%2011.619%208.92625%2012.0218C8.91914%2012.4246%208.99324%2012.8247%209.14412%2013.1983C9.29501%2013.5718%209.51959%2013.9112%209.80446%2014.196C10.0893%2014.4809%2010.4287%2014.7055%2010.8022%2014.8564C11.1758%2015.0073%2011.5759%2015.0814%2011.9787%2015.0742C12.3815%2015.0671%2012.7788%2014.979%2013.1468%2014.815C13.5148%2014.651%2013.846%2014.4146%2014.1206%2014.1199'%20stroke='%23BBBBBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M10.7305%205.08C11.1518%205.02751%2011.5759%205.00079%2012.0005%205C19.0005%205%2022.0005%2012%2022.0005%2012C21.5534%2012.9571%2020.9927%2013.8569%2020.3305%2014.68'%20stroke='%23BBBBBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6.61%206.60986C4.62125%207.96449%203.02987%209.82512%202%2011.9999C2%2011.9999%205%2018.9999%2012%2018.9999C13.9159%2019.005%2015.7908%2018.445%2017.39%2017.3899'%20stroke='%23BBBBBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M2%202L22%2022'%20stroke='%23BBBBBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.input-section__icon--show{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M2%2012C2%2012%205%205%2012%205C19%205%2022%2012%2022%2012C22%2012%2019%2019%2012%2019C5%2019%202%2012%202%2012Z'%20stroke='%23BBBBBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M12%2015C13.6569%2015%2015%2013.6569%2015%2012C15%2010.3431%2013.6569%209%2012%209C10.3431%209%209%2010.3431%209%2012C9%2013.6569%2010.3431%2015%2012%2015Z'%20stroke='%23BBBBBB'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.log-reg__button{display:inline-flex;justify-content:center;align-items:center;padding:16px 12px;width:100%;border-radius:4px;font:inherit;cursor:pointer;border:none}.log-reg__button--primary{background-color:#7763ea;color:#fff}.log-reg__button--primary:hover{background-color:#8b78f1}.log-reg__button--primary:active{background-color:#5b4acc}.log-reg-alternative__ref:hover{color:#4a4d4f}.log-reg-alternative__ref:active{color:#2c2e2f}.table{width:100%}.table th{padding-bottom:10px}.table th:first-child{text-align:left}.table td{vertical-align:middle;text-align:center;padding:10px 0}.table-scroll{width:100%;max-height:100%;overflow-y:auto}.table thead th{position:sticky;top:0;background:#fff;z-index:2}.table__column,.table__row{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;align-items:center;justify-items:center;gap:10px}.graphic{display:flex;justify-content:center;width:100%}.graphic__background--bar{display:flex;justify-content:center;align-items:center;position:relative;width:100%;border-radius:14px;background:#f1f1f1}.graphic__background--radial{position:relative;width:auto;height:100%;aspect-ratio:1 / 1;border-radius:50%;background:#f1f1f1;display:flex;align-items:center;justify-content:center}.graphic__fill--bar{position:absolute;bottom:0;width:100%;height:80%;background:linear-gradient(180deg,#ea6363,#7763ea 50%);border-radius:14px}.graphic__overlap--radial{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:5px;width:80%;height:80%;aspect-ratio:1 / 1;border-radius:50%;background:#fff;font-size:24px;font-weight:700;z-index:1}.graphic__fill--procent{font-size:20px;z-index:1}.view-all{display:flex;align-items:center;gap:5px}.view-all:hover{font-weight:lighter}:root{--header-height: 96px;--dashboard-gap: 1.5rem;--color-success-bg: #e6f9f0;--color-success-border: #28a745;--color-success-text: #1e7e34;--color-error-bg: #fdecea;--color-error-border: #dc3545;--color-error-text: #842029;--color-warning-bg: #fff4e5;--color-warning-border: #ff9800;--color-warning-text: #8a5300;--color-info-bg: #e7f3ff;--color-info-border: #0d6efd;--color-info-text: #084298;--notification-radius: 10px;--notification-padding: 14px 16px;--notification-shadow: 0 8px 24px rgba(0, 0, 0, .08);--notification-font-size: 14px;--accent--active: #6B59D2;--accent--primary: #7763EA;--accent--hover: #8B78F1;--surface-white-hover: #F5F6F8;--surface-white-active: #EDEEF2;--surface-white-pressed: #E4E6EB;--surface-grey-hover: #ECECEC;--surface-grey-active: #E2E2E2;--surface-grey-pressed: #D8D8D8;--text-hover-strong: #2F3133;--color--red: #F75555;--color--red-hover: #E04A4A;--color--red-active: #C93F3F;--color--yellow: #FACC15;--color--green: #4ADE80;--text--white: #FFFFFF;--text--primary: #393B3C;--text--hover: #918C8C;--text--active: #2C2E2F;--text--inactive: #878787;--border: #BBBBBB}
