@charset "UTF-8";.app-loader{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;display:flex;align-items:center;justify-content:center;background-color:#0a1628}.app-loader__logo{animation:app-loader-pulse 2s ease-in-out infinite}@keyframes app-loader-pulse{0%,to{opacity:.6}50%{opacity:1}}.loader{display:inline-flex;align-items:center;justify-content:center}.loader__svg{animation:loader-rotate 1s linear infinite}.loader__arc{animation:loader-dash 1.5s ease-in-out infinite}@keyframes loader-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loader-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.button{background:linear-gradient(270deg,#010d1699,#010d1633 188.13%),radial-gradient(94.07% 44.1% at 100% 0%,#5077a499,#5077a400),radial-gradient(35.43% 9.04% at -88.13% 0%,#7b98cd99,#5077a400);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(80,119,164,.4);color:#fff;font-family:inherit;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden;outline:none;border:none;display:inline-flex;align-items:center;justify-content:center}.button__content{position:relative;z-index:1}.button__loader{margin-right:8px;display:inline-flex}.button--small{padding:6px 12px;font-size:12px;border-radius:6px}.button--medium{padding:8px 16px;font-size:14px;border-radius:8px}.button--large{padding:12px 24px;font-size:16px;border-radius:10px}.button--secondary{background:linear-gradient(270deg,#010d1666,#010d161a 188.13%),radial-gradient(94.07% 44.1% at 100% 0%,#5077a466,#5077a400),radial-gradient(35.43% 9.04% at -88.13% 0%,#7b98cd66,#5077a400)}.button--danger{background:linear-gradient(270deg,#16010199,#16010133 188.13%),radial-gradient(94.07% 44.1% at 100% 0%,#a4505099,#a4505000),radial-gradient(35.43% 9.04% at -88.13% 0%,#cd7b7b99,#a4505000);border:1px solid rgba(164,80,80,.4)}.button:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(94.07% 44.1% at 100% 0%,rgba(123,152,205,.2) 0%,transparent 100%),radial-gradient(35.43% 9.04% at -88.13% 0%,rgba(80,119,164,.2) 0%,transparent 100%);opacity:0;transition:opacity .2s ease}.button:hover{border-color:#7b98cd99;box-shadow:0 4px 12px #0003,0 0 0 1px #7b98cd4d}.button:hover:before{opacity:1}.button:hover.button--danger{border-color:#cd7b7b99;box-shadow:0 4px 12px #0003,0 0 0 1px #cd7b7b4d}.button:active{transform:translateY(1px);box-shadow:0 2px 6px #0003,0 0 0 1px #5077a466}.button:active.button--danger{box-shadow:0 2px 6px #0003,0 0 0 1px #a4505066}.button:focus-visible{outline:2px solid rgba(123,152,205,.6);outline-offset:2px}.button:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.button:disabled:hover{border-color:#5077a466;box-shadow:none}.button:disabled:hover:before{opacity:0}.button:disabled:hover.button--danger{border-color:#a4505066}.button--loading .button__content{opacity:.5}.button--fullwidth{width:100%}.button__icon--left{margin-right:8px}.button__icon--right{margin-left:8px}.graph{display:flex;flex-direction:column;align-items:center;width:fit-content}.graph__wrapper{display:flex;flex-direction:row;align-items:center;gap:24px}@media (max-width: 768px){.graph__wrapper{flex-direction:column;gap:16px}}.graph__container{position:relative;border-radius:50%;overflow:visible;flex-shrink:0}.graph__svg{transform:rotate(0);overflow:visible}.graph__background{fill:none;stroke:#ffffff1a;stroke-linecap:round}.graph__portion{fill:none;stroke-linecap:round;transition:stroke-dashoffset 1.2s cubic-bezier(.34,1.56,.64,1)}.graph--animated .graph__portion{animation:drawPortion 1.2s cubic-bezier(.34,1.56,.64,1) forwards}.graph__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;pointer-events:none}.graph__total{font-size:32px;font-weight:700;line-height:1;margin-bottom:4px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.graph__total-label{font-size:12px;color:#ffffffb3;font-weight:500}.graph--large .graph__total-label{font-size:14px}.graph__legend{display:flex;flex-direction:column;gap:8px;width:100%;max-width:220px}@media (max-width: 768px){.graph__legend{max-width:100%}}.graph__legend-item{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;background:#0f141e66;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);border:1px solid rgba(80,119,164,.2);border-radius:8px;transition:all .2s ease;cursor:default}.graph__legend-item:hover{background:#5077a41a;border-color:#7b98cd4d;transform:translateY(-1px)}.graph__legend-item:active{transform:translateY(0)}.graph__legend-info{display:flex;align-items:center;gap:10px;min-width:0}.graph__legend-color{width:10px;height:10px;border-radius:50%;flex-shrink:0;box-shadow:0 0 4px #0000004d}.graph__legend-text{display:flex;flex-direction:column;gap:2px;min-width:0}.graph__legend-label{font-size:12px;font-weight:500;color:#ffffffe6;overflow:hidden;text-overflow:ellipsis}.graph__legend-percentage{font-size:10px;color:#fff9}.graph__legend-value{font-size:16px;font-weight:700;flex-shrink:0;text-shadow:0 1px 2px rgba(0,0,0,.2)}.graph--small .graph__total{font-size:24px}.graph--small .graph__legend-value{font-size:14px}.graph--large .graph__total{font-size:40px}.graph--large .graph__legend-value{font-size:18px}.graph--compact .graph__wrapper{gap:16px}.graph--compact .graph__legend{max-width:180px}.graph--vertical .graph__wrapper{flex-direction:column;gap:16px}.graph--vertical .graph__legend{max-width:100%}.graph--single .graph__portion{stroke-linecap:butt}@keyframes drawPortion{0%{stroke-dashoffset:var(--circumference, 300)}to{stroke-dashoffset:var(--final-offset, 150)}}.graph.dark-theme .graph__background{stroke:#ffffff0d}.graph.dark-theme .graph__legend-item{background:#0000004d}.toggle{display:flex;justify-content:space-between;position:relative;height:32px;padding:4px;width:auto;background:var(--Opacity-Dark-40, rgba(1, 10, 22, .4));border-radius:var(--1000, 10000px);overflow:visible}.toggle__pill{position:absolute;top:4px;bottom:4px;left:4px;z-index:2;border-radius:16px;background:var(--Opacity-Blue-40, rgba(44, 153, 255, .4));border:1px solid #61B9FF;box-shadow:0 0 var(--052-px, 2px) 0 #2c99ff inset;pointer-events:none;will-change:transform}.toggle__button{position:relative;z-index:1;padding:4px 10px;background:transparent;border:1px solid transparent;border-radius:16px;color:#7ba1cd;text-align:center;text-overflow:ellipsis;font-size:12px;font-style:normal;font-weight:500;cursor:pointer;transition:color .15s ease;flex:1}.toggle__button--active{color:#fff}.toggle--green .toggle__pill{background:#00d2a566;border-color:#00d2a5;box-shadow:0 0 var(--052-px, 2px) 0 #00d2a5 inset}.progress-circle{display:flex;align-items:center;justify-content:center;width:148px;height:148px;--stroke-offset: 439.8}.progress-circle__container{position:relative;width:100%;height:100%}.progress-circle__svg{display:block;overflow:visible}.progress-circle__inner-background{fill:#031226f2}.progress-circle__background{stroke:#031226cc}.progress-circle__progress{stroke-linecap:round;stroke-dashoffset:439.8;animation:fill-circle 1s ease-out forwards;transition:stroke .3s ease}.progress-circle__progress--green{stroke:#1bffa4;filter:drop-shadow(0 0 4px #1bffa4)}.progress-circle__progress--yellow{stroke:#ffa71a;filter:drop-shadow(0 0 4px #ffa71a)}.progress-circle__progress--red{stroke:#ff5a3d;filter:drop-shadow(0 0 4px #ff5a3d)}.progress-circle__label{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:32px;font-weight:600;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3);transition:color .3s ease;z-index:100}@keyframes fill-circle{0%{stroke-dashoffset:439.8}to{stroke-dashoffset:var(--stroke-offset, 439.8)}}.half-circle-progress{display:flex;align-items:center;justify-content:center;width:32px;height:24px;box-sizing:content-box}.half-circle-progress__container{position:relative;width:32px;height:24px}.half-circle-progress__svg{width:100%;height:100%;margin-top:-3px}.half-circle-progress__background{stroke:var(--Opacity-Dark-40, rgba(1, 13, 22, .4));stroke-linecap:round}.half-circle-progress__progress{stroke-linecap:round;transition:stroke-dashoffset .3s ease,stroke .3s ease}.half-circle-progress__progress--green{stroke:#1bffa4}.half-circle-progress__progress--yellow{stroke:#ffa71a}.half-circle-progress__progress--red{stroke:#ff5a3d}.half-circle-progress__label{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);font-size:10px;font-weight:600;color:#fff;line-height:1;letter-spacing:-1px;text-shadow:0 1px 2px rgba(0,0,0,.3)}.expand-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#fff;border-radius:8px;border:none;background:#010d1666;padding:10px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;transition:all var(--transition)}.expand-button:hover{opacity:.8}.expand-button__icon{transform:scaleX(1);transition:transform var(--transition)}.expand-button__icon--collapsed{transform:scaleX(-1)}.global-popup__overlay{position:fixed;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index:9999;pointer-events:auto}.global-popup__content{background:#031226e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:100%;height:100%;padding:48px;overflow:hidden;pointer-events:auto;animation:popup-appear .2s ease-out}.global-popup__header{display:flex;align-items:center;justify-content:flex-end}.global-popup__title{color:var(--Text-Neutral-High, var(--Solid-Neutral-0, #FFF));font-variant-numeric:lining-nums proportional-nums;font-feature-settings:"liga" off,"clig" off;font-size:var(--Headline-H2-Size, 32px);font-style:normal;font-weight:600;line-height:var(--Headline-H2-Height, 40px);letter-spacing:var(--Headline-H2-LetterSpacing, 0)}.global-popup__close{background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background-color .2s ease}.global-popup__close:hover{background:#ffffff1a}@keyframes popup-appear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.tab-bar{display:flex;position:relative;width:100%;margin-bottom:20px}.tab-bar--underline{border-bottom:1px solid var(--Opacity-CoolGray-20, rgba(82, 119, 162, .2))}.tab-bar__indicator{position:absolute;bottom:-1px;height:3px;border-radius:2px 2px 0 0;background:linear-gradient(to bottom,#61b9ffe6,#a0d2ffb3);left:0;pointer-events:none;will-change:transform}.tab-bar__item{flex:0 1 auto;padding:8px 12px;border:none;background:transparent;color:var(--Text-Neutral-Low, var(--Solid-Neutral-30, #80A0C8));font-variant-numeric:lining-nums proportional-nums;font-size:var(--Body-S-Regular-Size, 12px);font-style:normal;font-weight:400;line-height:var(--Body-S-Regular-Height, 16px);letter-spacing:var(--Body-S-Regular-LetterSpacing, 0);cursor:pointer;transition:color .2s ease;position:relative;white-space:nowrap}.tab-bar__item--full-width-indicator{flex:1 1 0;text-align:center}.tab-bar__item--active{color:var(--Text-Neutral-High, var(--Solid-Neutral-10, #E3EDFF))}.tab-bar__item--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.tab-bar__item:focus-visible{outline:2px solid var(--Solid-Blue-50, #2C99FF);outline-offset:2px;border-radius:2px}.checkbox{display:flex;align-items:center;cursor:pointer;width:fit-content}.checkbox-input{position:absolute;opacity:0;width:0;height:0;pointer-events:none}.checkbox-custom{display:flex;padding:var(--Selector-S-Padding, 2px);justify-content:center;align-items:center;width:20px;height:20px;border-radius:var(--Selector-S, 4px);transition:all .2s ease;box-sizing:border-box}.checkbox-custom:not(.checked){border:var(--Default, 1px) solid var(--Solid-Neutral-30, #80A0C8);background:var(--Opacity-White-10, rgba(255, 255, 255, .1))}.checkbox-custom.checked{background:var(--Solid-Blue-60, #0B74D5);border:none}.checkbox-label{margin-left:12px;overflow:hidden;color:var(--Text-Neutral-High, var(--Solid-Neutral-10, #E3EDFF));font-variant-numeric:lining-nums proportional-nums;font-feature-settings:"liga" off,"clig" off;text-overflow:ellipsis;font-size:var(--Body-M-Regular-Size, 14px);font-style:normal;font-weight:400;line-height:var(--Body-M-Regular-Height, 20px);letter-spacing:var(--Body-M-Regular-LetterSpacing, 0)}.checkbox:hover .checkbox-custom:not(.checked){border-color:var(--Solid-Blue-60, #0B74D5);background:var(--Opacity-Blue-10, rgba(11, 116, 213, .1))}.checkbox:hover .checkbox-custom.checked{background:var(--Solid-Blue-70, #0957A3)}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:400;src:url(/fonts/golos-text-cyrillic-ext-400-normal.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:400;src:url(/fonts/golos-text-cyrillic-400-normal.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:400;src:url(/fonts/golos-text-latin-ext-400-normal.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:400;src:url(/fonts/golos-text-latin-400-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:500;src:url(/fonts/golos-text-cyrillic-ext-500-normal.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:500;src:url(/fonts/golos-text-cyrillic-500-normal.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:500;src:url(/fonts/golos-text-latin-ext-500-normal.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:500;src:url(/fonts/golos-text-latin-500-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:600;src:url(/fonts/golos-text-cyrillic-ext-600-normal.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:600;src:url(/fonts/golos-text-cyrillic-600-normal.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:600;src:url(/fonts/golos-text-latin-ext-600-normal.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:600;src:url(/fonts/golos-text-latin-600-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:700;src:url(/fonts/golos-text-cyrillic-ext-700-normal.woff2) format("woff2");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:700;src:url(/fonts/golos-text-cyrillic-700-normal.woff2) format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:700;src:url(/fonts/golos-text-latin-ext-700-normal.woff2) format("woff2");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20CF,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Golos Text;font-style:normal;font-display:swap;font-weight:700;src:url(/fonts/golos-text-latin-700-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color-primary-50: #f0f9ff;--color-primary-100: #e0f2fe;--color-primary-200: #bae6fd;--color-primary-300: #7dd3fc;--color-primary-400: #38bdf8;--color-primary-500: #0ea5e9;--color-primary-600: #0284c7;--color-primary-700: #0369a1;--color-primary-800: #075985;--color-primary-900: #0c4a6e;--color-primary-950: #082f49;--color-secondary-50: #faf5ff;--color-secondary-100: #f3e8ff;--color-secondary-200: #e9d5ff;--color-secondary-300: #d8b4fe;--color-secondary-400: #c084fc;--color-secondary-500: #a855f7;--color-secondary-600: #9333ea;--color-secondary-700: #7e22ce;--color-secondary-800: #6b21a8;--color-secondary-900: #581c87;--color-secondary-950: #3b0764;--color-accent-50: #fff7ed;--color-accent-100: #ffedd5;--color-accent-200: #fed7aa;--color-accent-300: #fdba74;--color-accent-400: #fb923c;--color-accent-500: #f97316;--color-accent-600: #ea580c;--color-accent-700: #c2410c;--color-accent-800: #9a3412;--color-accent-900: #7c2d12;--color-accent-950: #431407;--color-success-50: #f0fdf4;--color-success-100: #dcfce7;--color-success-200: #bbf7d0;--color-success-300: #86efac;--color-success-400: #4ade80;--color-success-500: #22c55e;--color-success-600: #16a34a;--color-success-700: #15803d;--color-success-800: #166534;--color-success-900: #14532d;--color-success-950: #052e16;--color-warning-50: #fefce8;--color-warning-100: #fef9c3;--color-warning-200: #fef08a;--color-warning-300: #fde047;--color-warning-400: #facc15;--color-warning-500: #eab308;--color-warning-600: #ca8a04;--color-warning-700: #a16207;--color-warning-800: #854d0e;--color-warning-900: #713f12;--color-warning-950: #422006;--color-error-50: #fef2f2;--color-error-100: #fee2e2;--color-error-200: #fecaca;--color-error-300: #fca5a5;--color-error-400: #f87171;--color-error-500: #ef4444;--color-error-600: #dc2626;--color-error-700: #b91c1c;--color-error-800: #991b1b;--color-error-900: #7f1d1d;--color-error-950: #450a0a;--color-info-50: #eff6ff;--color-info-100: #dbeafe;--color-info-200: #bfdbfe;--color-info-300: #93c5fd;--color-info-400: #60a5fa;--color-info-500: #3b82f6;--color-info-600: #2563eb;--color-info-700: #1d4ed8;--color-info-800: #1e40af;--color-info-900: #1e3a8a;--color-info-950: #172554;--color-neutral-50: #fafafa;--color-neutral-100: #f5f5f5;--color-neutral-200: #e5e5e5;--color-neutral-300: #d4d4d4;--color-neutral-400: #a3a3a3;--color-neutral-500: #737373;--color-neutral-600: #525252;--color-neutral-700: #404040;--color-neutral-800: #262626;--color-neutral-900: #171717;--color-neutral-950: #0a0a0a;--color-gray-50: #f9fafb;--color-gray-100: #f3f4f6;--color-gray-200: #e5e7eb;--color-gray-300: #d1d5db;--color-gray-400: #9ca3af;--color-gray-500: #6b7280;--color-gray-600: #4b5563;--color-gray-700: #374151;--color-gray-800: #1f2937;--color-gray-900: #111827;--color-gray-950: #030712;--color-blue-50: #eff6ff;--color-blue-100: #dbeafe;--color-blue-200: #bfdbfe;--color-blue-300: #93c5fd;--color-blue-400: #60a5fa;--color-blue-500: #3b82f6;--color-blue-600: #2563eb;--color-blue-700: #1d4ed8;--color-blue-800: #1e40af;--color-blue-900: #1e3a8a;--color-blue-950: #172554;--color-green-50: #f0fdf4;--color-green-100: #dcfce7;--color-green-200: #bbf7d0;--color-green-300: #86efac;--color-green-400: #4ade80;--color-green-500: #22c55e;--color-green-600: #16a34a;--color-green-700: #15803d;--color-green-800: #166534;--color-green-900: #14532d;--color-green-950: #052e16;--color-purple-50: #faf5ff;--color-purple-100: #f3e8ff;--color-purple-200: #e9d5ff;--color-purple-300: #d8b4fe;--color-purple-400: #c084fc;--color-purple-500: #a855f7;--color-purple-600: #9333ea;--color-purple-700: #7e22ce;--color-purple-800: #6b21a8;--color-purple-900: #581c87;--color-purple-950: #3b0764}*{margin:0;padding:0;box-sizing:border-box}*::-webkit-scrollbar{width:6px}*::-webkit-scrollbar-track{background:#455f731a;border-radius:3px}*::-webkit-scrollbar-thumb{background:#00f7ff4d;border-radius:3px}*::-webkit-scrollbar-thumb:hover{background:#00f7ff80}*{scrollbar-width:thin;scrollbar-color:rgba(0,247,255,.3) rgba(69,95,115,.1)}html,body{height:100%}body{font-family:Golos Text,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overscroll-behavior:none;overflow:hidden}#root{width:100%;min-height:100vh}#ui-scale-root{transform-origin:top left}p{margin:0;padding:0}
