@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms) ; --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms) ; animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms) ; animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms) ; --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px) ; --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px) ; --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)*.01) ; --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)*.01) ; --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%) ; --tw-enter-scale: --value(ratio) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%) ; --tw-enter-scale: calc(--value(ratio)*-1) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%) ; --tw-exit-scale: --value(ratio) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%) ; --tw-exit-scale: calc(--value(ratio)*-1) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg) ; --tw-enter-rotate: calc(--value(ratio)*360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg) ; --tw-enter-rotate: calc(--value(ratio)*-360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg) ; --tw-exit-rotate: calc(--value(ratio)*360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg) ; --tw-exit-rotate: calc(--value(ratio)*-360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-y: calc(--value(ratio)*-100%) ; --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-y: calc(--value(ratio)*100%) ; --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-y: calc(--value(ratio)*-100%) ; --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-y: calc(--value(ratio)*100%) ; --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-cyrillic-wght-normal-CHSlOQsW.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-latin-ext-wght-normal-DMtmJ5ZE.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Geist Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/geist-latin-wght-normal-Dm3htQBi.woff2) format("woff2-variations");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+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,:before,:after{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgb(59 130 246 / .5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}*{border-color:#ffffff1f}body{--tw-bg-opacity:1;background-color:rgb(5 7 13 / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:rgb(243 247 255 / var(--tw-text-opacity, 1));background-image:var(--crm-dashboard-bg)!important;background-size:cover!important;background-position:center top!important;background-repeat:no-repeat!important;color:var(--crm-text-primary)}.premium-theme{position:relative;min-height:100vh;color:var(--crm-text-primary);isolation:isolate;background-image:var(--crm-dashboard-bg);background-size:cover;background-position:center top;background-repeat:no-repeat}.premium-theme:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:0;background:radial-gradient(circle at 20% 8%,rgba(255,255,255,.48),transparent 28rem),repeating-linear-gradient(135deg,rgba(255,255,255,.018) 0 1px,transparent 1px 4px);opacity:1}.premium-theme>*{position:relative;z-index:1}.premium-theme :where(h1,h2,h3){color:var(--crm-text-primary);letter-spacing:.01em;text-wrap:balance;font-weight:600}.premium-theme :where(button){transition:transform .18s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease,color .2s ease;border-radius:14px;min-height:44px}.premium-theme :where(button:hover){transform:none}.premium-theme :where(button:active){transform:translateY(0)}.premium-theme :where(button,input,select,textarea):focus-visible{outline:none;border-color:#45dc04cc!important;box-shadow:0 0 0 1px #45dc0485,0 0 0 3px #45dc041f}.premium-theme :where(input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]),select,textarea){transition:border-color .18s ease,box-shadow .2s ease,background-color .2s ease,color .2s ease;border-radius:var(--crm-radius-md);border:1px solid var(--crm-border);background-color:#fff;color:var(--crm-text-primary);min-height:44px}.premium-theme :where(input::placeholder,textarea::placeholder){color:var(--crm-text-muted)}.premium-theme :where(*::-webkit-scrollbar){width:7px;height:7px}.premium-theme :where(*::-webkit-scrollbar-thumb){background:#1114113d;border-radius:999px;border:1px solid rgba(255,255,255,.8)}.premium-theme :where(*::-webkit-scrollbar-track){background:#1114110f;border-radius:999px}.premium-theme :where(.crm-card,[data-crm-card=true]){background:var(--crm-surface);border:1px solid var(--crm-border);border-radius:var(--crm-radius-lg);box-shadow:var(--crm-shadow-soft)}.premium-theme :where(button,input,select,textarea){font-family:inherit}.premium-theme :where(select){color-scheme:light}.premium-theme :where(.crm-dashboard-shell,.crm-standalone-page,.crm-account-page,.team-page){background:var(--crm-dashboard-bg)!important;color:var(--crm-text-primary)}.premium-theme :where(.crm-title-panel,.crm-profile-panel,.crm-page-header,.crm-metric-card,.crm-payment-card,.crm-data-table,.crm-data-row,.crm-modal-card,.crm-drawer,.team-hero,.team-direction-card,.team-direction-screen,.team-list-row){background:var(--crm-surface)!important;border-color:var(--crm-border)!important;box-shadow:var(--crm-shadow-soft)!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.premium-theme :where(.crm-page-header,.team-hero){border-radius:28px!important;position:relative;overflow:hidden;background:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(132deg,#171b17,#0d100e 72%)!important;background-size:28px 28px,28px 28px,auto!important;border-color:#45dc0433!important;box-shadow:var(--crm-shadow-float)!important}.premium-theme :where(.crm-page-header,.team-hero):before{content:"";position:absolute;inset:0 auto 0 0;width:4px;background:var(--crm-accent);box-shadow:0 0 24px #45dc047a}.premium-theme :where(.crm-page-header,.team-hero):after{content:"";position:absolute;right:-80px;top:-110px;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(69,220,4,.22),transparent 68%);pointer-events:none}.premium-theme :where(.crm-page-header,.team-hero)>*{position:relative;z-index:1}.premium-theme :where(.crm-page-header h1,.team-hero h1){max-width:980px;color:#fff!important;font-size:clamp(32px,3.6vw,56px)!important;line-height:.98!important;letter-spacing:-.035em!important}.premium-theme :where(.crm-page-header p,.team-hero p:not(.team-kicker)){max-width:900px;color:#aeb6af!important}.premium-theme :where(.crm-page-header>div:first-child,.team-kicker){color:var(--crm-accent)!important}.premium-theme :where(.crm-title-panel){background:radial-gradient(circle at 92% 18%,rgba(69,220,4,.18),transparent 24%),linear-gradient(rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.026) 1px,transparent 1px),linear-gradient(130deg,#171b17,#0b0e0c)!important;background-size:auto,26px 26px,26px 26px,auto!important;border-color:#111411!important;box-shadow:var(--crm-shadow-float)!important}.premium-theme :where(.crm-title-panel h1){color:#fff!important}.premium-theme :where(.crm-profile-panel){background:linear-gradient(118deg,#fffffff5,#eff3ede6)!important;border-color:#11141124!important}.premium-theme :where(.crm-metric-card>div:first-child){color:var(--crm-text-muted)!important}.premium-theme :where(.crm-metric-card>div:last-child){color:var(--crm-text-primary)!important}.premium-theme :where(button[style*="backgroundColor: accentColor"],button[style*="background: accentColor"]){color:#071007!important}.premium-theme :where(.crm-metric-card,.crm-payment-card,.crm-data-table,.crm-modal-card,.team-direction-card,.team-list-row){border-radius:var(--crm-radius-lg)!important}.premium-theme :where(.crm-metric-card){position:relative;overflow:hidden;background:linear-gradient(145deg,#fffffff5,#eff3edeb)!important;border-color:#11141121!important}.premium-theme :where(.crm-metric-card):after{content:"";position:absolute;inset:auto 14px 0;height:2px;background:linear-gradient(90deg,transparent,rgba(69,220,4,.55),transparent);opacity:.65}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(2)){background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.34),transparent 32%),var(--crm-accent)!important;border-color:#11141124!important;box-shadow:var(--crm-green-glow),var(--crm-shadow-card)!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(2)>div){color:#101410!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(4)){background:radial-gradient(circle at 92% 4%,rgba(69,220,4,.14),transparent 42%),linear-gradient(145deg,#202520,#111411)!important;border-color:#45dc0433!important;box-shadow:var(--crm-shadow-card)!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(4)>div:first-child){color:#9fa7a0!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(4)>div:last-child){color:#fff!important}.premium-theme :where(.crm-metric-card,.crm-payment-card,.crm-data-row,.team-direction-card,.team-list-row){transition:border-color .18s ease,background-color .18s ease,transform .18s ease!important}.premium-theme :where(.crm-metric-card,.crm-payment-card,.crm-data-row,.team-direction-card,.team-list-row):hover{border-color:#45dc0461!important;background:#fff!important;box-shadow:var(--crm-shadow-card)!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(2):hover){background:radial-gradient(circle at 88% 12%,rgba(255,255,255,.34),transparent 32%),var(--crm-accent)!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(4):hover){background:radial-gradient(circle at 92% 4%,rgba(69,220,4,.14),transparent 42%),linear-gradient(145deg,#202520,#111411)!important}.premium-theme :where(.crm-avatar){border-radius:50%!important;background:var(--crm-surface-elev)!important}.premium-theme :where(.crm-page-back){background:#ffffffe6!important;border:1px solid var(--crm-border-strong)!important;color:var(--crm-text-primary)!important;box-shadow:var(--crm-shadow-soft)!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important}.premium-theme :where(.crm-tab-list button){background:var(--crm-surface)!important;border-color:var(--crm-border)!important;color:var(--crm-text-secondary)!important;box-shadow:none!important}.premium-theme :where(.crm-tab-list button.is-active){background:var(--crm-surface-dark)!important;border-color:#45dc0480!important;color:#fff!important;box-shadow:var(--crm-green-glow)!important}.premium-theme :where(input[type=checkbox],input[type=radio]){accent-color:var(--crm-accent)}.premium-theme :where(.crm-kanban-column){background:#f4f7f2d6!important;border:1px solid var(--crm-border)!important;border-radius:24px!important;box-shadow:var(--crm-shadow-card)!important;-webkit-backdrop-filter:blur(18px) saturate(1.05)!important;backdrop-filter:blur(18px) saturate(1.05)!important;transform:none!important}.premium-theme :where(.crm-kanban-column-header){background:linear-gradient(90deg,rgba(69,220,4,.07),transparent 36%),linear-gradient(135deg,#1a1e1a,#101310)!important;border-color:#ffffff14!important}.premium-theme :where(.crm-kanban-column-header h3){color:#f6f8f5!important}.premium-theme :where(.crm-kanban-column-header>span:last-of-type){background:#45dc041f!important;border-color:#45dc0447!important;color:var(--crm-accent)!important}.premium-theme :where(.crm-kanban-column-header button){background:#ffffff0f!important;border-color:#ffffff24!important;color:#d9ded9!important}.premium-theme :where(.dashboard-order-card){background:linear-gradient(150deg,#fff,#f2f5f0)!important;border-color:#11141121!important;box-shadow:0 10px 26px #11161117!important}.premium-theme :where(.dashboard-order-card:hover){transform:translateY(-2px)!important;border-color:#45dc0457!important}.premium-theme :where(.crm-shell-overlay){background:transparent!important}.premium-theme :where(.crm-dock){background:#121612ed!important;border-color:var(--crm-border-strong)!important;box-shadow:var(--crm-shadow-float),0 0 0 1px #45dc041a!important;-webkit-backdrop-filter:blur(22px) saturate(1.1)!important;backdrop-filter:blur(22px) saturate(1.1)!important}.premium-theme :where(.crm-dock-button){background:transparent!important;border-color:transparent!important;box-shadow:none!important}.premium-theme :where(.crm-dock-item:not(.is-active) .crm-dock-button svg [fill]:not([fill=none])){fill:#a7afa8!important}.premium-theme :where(.crm-dock-item:not(.is-active) .crm-dock-button svg [stroke]){stroke:#a7afa8!important}.premium-theme :where(.crm-dock-item:not(.is-active) .crm-dock-button svg){color:#a7afa8!important;filter:none!important}.premium-theme :where(.crm-dock-item.is-active .crm-dock-button){background:#45dc0424!important;border-color:#45dc0470!important;box-shadow:0 0 24px #45dc0433 inset!important}.premium-theme :where(.crm-modal-overlay,.crm-drawer-overlay){background:#11141161!important;-webkit-backdrop-filter:blur(12px)!important;backdrop-filter:blur(12px)!important}.premium-theme :where(.crm-modal-header){background:var(--crm-surface)!important;border-color:var(--crm-border)!important}.premium-theme :where(.crm-modal-card,.crm-drawer,.team-profile-modal){color:var(--crm-text-primary)!important}.premium-theme :where(.crm-data-row){border-bottom-color:var(--crm-border)!important;background:#ffffff85!important}.premium-theme :where(.crm-data-row:nth-child(odd)){background:#ecf0eab8!important}.premium-theme :where(.crm-data-row:hover){background:#fff!important;box-shadow:inset 3px 0 0 var(--crm-accent)!important}.premium-theme :where(.crm-data-table>div:first-child){background:linear-gradient(90deg,rgba(69,220,4,.07),transparent 32%),#151915!important;border-bottom-color:#ffffff14!important;color:#aeb6af!important}.premium-theme :where(.manager-dashboard-shell,.performer-dashboard-shell){background:radial-gradient(circle at 88% 0%,rgba(69,220,4,.12),transparent 32rem),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(145deg,#171b18,#090c0a 78%)!important;background-size:auto,32px 32px,32px 32px,auto!important}.premium-theme :where(.manager-dashboard-shell .crm-profile-panel,.performer-dashboard-shell .crm-profile-panel){background:radial-gradient(circle at 94% 16%,rgba(69,220,4,.14),transparent 30%),linear-gradient(128deg,#f8faf6,#e4e9e2)!important}.premium-theme :where(.crm-account-avatar){box-shadow:0 0 0 1px #45dc0457!important}.premium-theme :where(.crm-achievement-card){background:radial-gradient(circle at 88% 10%,rgba(69,220,4,.16),transparent 34%),linear-gradient(145deg,#1a1f1a,#0e110f)!important;border-color:#45dc0433!important;box-shadow:0 16px 42px #0c100c33!important;color:#f5f7f4!important;rotate:0deg!important}.premium-theme :where(.crm-achievement-card p:first-of-type){color:#f7f9f6!important}.premium-theme :where(.crm-achievement-card p:not(:first-of-type),.crm-achievement-card [class*=text-slate-]){color:#aeb6af!important}.premium-theme :where(.crm-achievement-card .crm-achievement-reward){color:var(--crm-accent)!important}.premium-theme :where(.team-main-tabs,.team-employee-card,.team-profile-modal,.team-profile-section,.team-info-card,.team-project-card,.team-work-card,.team-direction-add-panel){background:var(--crm-surface)!important;border-color:var(--crm-border)!important;box-shadow:var(--crm-shadow-soft)!important}.premium-theme :where(.team-hero .team-metric-card){background:#ffffff13!important;border-color:#ffffff1f!important;box-shadow:none!important}.premium-theme :where(.team-hero .team-metric-card span){color:#9ea79f!important}.premium-theme :where(.team-hero .team-metric-card strong){color:#f7f9f6!important}.premium-theme :where(.team-list-row){background:linear-gradient(145deg,#fffffff5,#ebefe9e6)!important;border-color:#1114111f!important}.premium-theme :where(.team-list-row:nth-child(2n)){background:linear-gradient(145deg,#f2f5f0f7,#e4e9e2e6)!important}.premium-theme :where(.team-list-row):after{background:radial-gradient(circle,rgba(69,220,4,.12),transparent 70%)!important;transform:none!important}.premium-theme :where(.team-direction-card){border-color:#11141124!important}.premium-theme :where(.team-direction-card):before{background:radial-gradient(circle,rgba(69,220,4,.18),transparent 68%)!important;filter:none!important}.premium-theme :where(.team-direction-card):after{border-color:#45dc0433!important;transform:rotate(14deg)!important}.premium-theme :where(.team-direction-card:nth-child(3n+1)){background:radial-gradient(circle at 86% 14%,rgba(255,255,255,.34),transparent 32%),var(--crm-accent)!important;border-color:#11141129!important;color:#101410!important;box-shadow:var(--crm-green-glow)!important}.premium-theme :where(.team-direction-card:nth-child(3n)){background:radial-gradient(circle at 88% 10%,rgba(69,220,4,.16),transparent 36%),linear-gradient(145deg,#222722,#111411)!important;border-color:#45dc042e!important;color:#fff!important}.premium-theme :where(.team-direction-card:nth-child(3n) h2){color:#fff!important}.premium-theme :where(.team-direction-card:nth-child(3n+1) h2){color:#101410!important}.premium-theme :where(.team-direction-icon){border-color:#45dc044d!important;background:#111411!important;color:var(--crm-accent)!important;box-shadow:0 10px 24px #0a0e0a2e!important}.premium-theme :where(.team-direction-count){border-color:#45dc044d!important;background:#111411!important;color:var(--crm-accent)!important}.premium-theme :where(.team-employee-card):after{display:none!important}.premium-theme :where(.team-profile-modal){filter:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.premium-theme :where(.team-main-tabs button,.team-project-tabs button,.team-direction-header button,.team-employee-actions button,.team-work-actions button){background:var(--crm-surface-soft)!important;border-color:var(--crm-border)!important;color:var(--crm-text-secondary)!important}.premium-theme :where(.crm-account-page [class*=text-slate-],.crm-account-page [class*=text-white]){color:var(--crm-text-secondary)!important}.premium-theme :where(.crm-account-page h1,.crm-account-page h2,.crm-account-page h3,.crm-account-page [class*=font-benzin]){color:var(--crm-text-primary)!important}.premium-theme :where(.crm-account-overview){position:relative;overflow:hidden;padding:26px;border:1px solid rgba(69,220,4,.18);border-radius:30px;background:radial-gradient(circle at 10% 0%,rgba(69,220,4,.16),transparent 25rem),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(135deg,#1b201b,#0d100e);background-size:auto,28px 28px,28px 28px,auto;box-shadow:var(--crm-shadow-float)}.premium-theme :where(.crm-account-overview):after{content:"";position:absolute;right:-120px;bottom:-150px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(69,220,4,.13),transparent 70%);pointer-events:none}.premium-theme :where(.crm-account-overview>*){position:relative;z-index:1}.premium-theme :where(.crm-account-identity p,.crm-account-identity [class*=text-]){color:#fff!important}.premium-theme :where(.crm-account-avatar){width:184px!important;height:184px!important;border-width:2px!important;box-shadow:0 20px 52px #0006,0 0 32px #45dc042e!important}.premium-theme :where(.crm-account-details-card,.crm-account-summary-card){border:1px solid var(--crm-border)!important;background:linear-gradient(145deg,#fffffff7,#e8ede6ed)!important;box-shadow:var(--crm-shadow-card)!important}.premium-theme :where(.crm-productivity-card){border-color:#45dc0433!important;background:linear-gradient(90deg,rgba(69,220,4,.08),transparent 38%),#171b18!important;box-shadow:inset 0 1px #ffffff0d!important}.premium-theme :where(.crm-account-info-card,.crm-account-project-row){border-color:#1114111a!important;background:#ffffff80!important}.premium-theme :where(.crm-account-info-card:hover,.crm-account-project-row:hover){border-color:#45dc044d!important;background:#ffffffe0!important}.premium-theme :where(.team-main-tabs button.active,.team-project-tabs button.active,.team-employee-actions button:first-child){background:var(--crm-surface-dark)!important;border-color:#45dc046b!important;color:#fff!important;box-shadow:var(--crm-green-glow)!important}.premium-theme :where(.crm-transition-screen){background:radial-gradient(circle at 50% 52%,rgba(69,220,4,.11),transparent 18rem),linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px),#080b09!important;background-size:auto,34px 34px,34px 34px,auto!important}.premium-theme :where(.crm-transition-content){position:absolute;inset:50% auto auto 50%;transform:translate(-50%,-50%)!important}.premium-theme :where(.crm-primary-action){background:var(--crm-accent)!important;border-color:var(--crm-accent)!important;color:#091008!important;box-shadow:var(--crm-green-glow)!important}.crm-dock-mobile-label{display:none}@media(min-width:769px){.premium-theme :where(.crm-dock){inset:50% auto auto 22px!important;width:68px!important;max-width:68px!important;padding:10px 8px!important;flex-direction:column!important;gap:7px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:34px!important;transform:translateY(-50%)!important;overflow:visible!important}.premium-theme :where(.crm-dock-item){width:50px!important;min-width:50px!important;height:50px!important}.premium-theme :where(.crm-dock-button){width:48px!important;height:48px!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:50%!important;transform:translate(-50%,-50%)!important;background:#ffffff09!important;box-shadow:none!important}.premium-theme :where(.crm-dock-item:hover .crm-dock-button){transform:translate(-50%,-50%) scale(1.06)!important;border-color:#45dc0480!important;background:#45dc041f!important}.premium-theme :where(.crm-dock-item.is-active .crm-dock-button){background:var(--crm-accent)!important;border-color:var(--crm-accent)!important;box-shadow:0 0 24px #45dc0457!important}.premium-theme :where(.crm-dock-item.is-active .crm-dock-button svg){color:#101410!important;filter:none!important}.premium-theme :where(.crm-dock-item.is-active .crm-dock-button svg [fill]:not([fill=none])){fill:#101410!important}.premium-theme :where(.crm-dock-item.is-active .crm-dock-button svg [stroke]){stroke:#101410!important}.premium-theme :where(.crm-dock-button>span){position:absolute;top:50%;left:58px;width:max-content;max-width:190px!important;margin:0!important;padding:7px 10px;border:1px solid rgba(69,220,4,.22);border-radius:10px;background:#151915;color:#fff!important;box-shadow:0 12px 30px #00000047;transform:translateY(-50%)}.premium-theme :where(.crm-topbar-wrap,.crm-content-shell){padding-left:106px!important}.premium-theme :where(.crm-dock-menu){inset:50% auto auto 98px!important;transform:translateY(-50%)!important}}@media(max-width:768px){.premium-theme{min-height:100dvh;overflow-x:clip}.premium-theme>*{max-width:100vw}.premium-theme :where(button,input,select,textarea){font-size:16px}.premium-theme :where(.crm-dashboard-shell){min-height:100dvh!important;padding-top:env(safe-area-inset-top)!important}.premium-theme :where(.crm-topbar-wrap){padding:10px 12px 8px!important}.premium-theme :where(.crm-topbar-grid){grid-template-columns:minmax(0,1fr)!important;gap:8px!important}.premium-theme :where(.crm-title-panel){min-height:54px!important;padding:10px 12px!important;border-radius:18px!important}.premium-theme :where(.crm-title-panel h1){font-size:18px!important;letter-spacing:-.01em!important}.premium-theme :where(.crm-title-panel button){width:38px!important;height:38px!important;min-height:38px!important;padding:0!important;border-radius:12px!important;font-size:22px!important;box-shadow:none!important}.premium-theme :where(.crm-profile-panel){min-height:68px!important;padding:10px 12px!important;border-radius:18px!important;column-gap:10px!important;row-gap:7px!important}.premium-theme :where(.crm-content-shell){padding:4px 12px calc(98px + env(safe-area-inset-bottom))!important}.premium-theme :where(.crm-content-inner){width:100%;min-width:0;overflow-x:clip}.premium-theme :where(.crm-kanban-grid){display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important}.premium-theme :where(.crm-kanban-column){width:100%;min-width:0;border-radius:20px!important}.premium-theme :where(.crm-kanban-column-header){padding:14px 15px!important}.premium-theme :where(.crm-kanban-column-body){padding:10px!important}.premium-theme :where(.dashboard-order-card){border-radius:17px!important;padding:14px!important}.premium-theme :where(.crm-dock){bottom:calc(8px + env(safe-area-inset-bottom))!important;width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;height:68px!important;padding:5px!important;gap:2px!important;border-radius:22px!important;overflow:hidden!important;justify-content:stretch!important}.premium-theme :where(.crm-dock-item){flex:1 1 0!important;width:auto!important;min-width:0!important;height:58px!important}.premium-theme :where(.crm-dock-button){position:static!important;transform:none!important;width:100%!important;height:58px!important;min-height:58px!important;border-radius:17px!important;transition:background-color .18s ease,color .18s ease!important}.premium-theme :where(.crm-dock-button svg){width:20px!important;height:20px!important;filter:none!important}.crm-dock-mobile-label{display:block;max-width:100%;margin-top:4px;overflow:hidden;color:#626862;font-size:8.5px;font-weight:650;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.crm-dock-item.is-active .crm-dock-mobile-label{color:var(--crm-accent)}.premium-theme :where(.crm-standalone-page){min-height:100dvh!important;padding:calc(66px + env(safe-area-inset-top)) 12px calc(104px + env(safe-area-inset-bottom))!important}.premium-theme :where(.crm-page-back){top:calc(10px + env(safe-area-inset-top))!important;left:12px!important;min-height:42px!important;padding:0 14px!important;border-radius:14px!important;font-size:13px!important}.premium-theme :where(.crm-page-header){margin-bottom:14px!important;padding:20px 18px!important;border-radius:22px!important}.premium-theme :where(.crm-page-header h1){font-size:25px!important;line-height:1.04!important}.premium-theme :where(.crm-page-header p){margin-top:9px!important;color:var(--crm-text-secondary)!important;font-size:13px!important;line-height:1.45!important}.premium-theme :where(.crm-page-header button){width:100%!important;min-height:48px!important;margin-top:4px}.premium-theme :where(.crm-page-toolbar){display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:10px!important;margin-bottom:14px!important}.premium-theme :where(.crm-tab-list){display:flex!important;width:100%!important;max-width:100%!important;gap:7px!important;padding-bottom:4px;overflow-x:auto;flex-wrap:nowrap!important;scrollbar-width:none;scroll-snap-type:x proximity}.premium-theme :where(.crm-tab-list::-webkit-scrollbar){display:none}.premium-theme :where(.crm-tab-list button){min-height:42px!important;padding:0 14px!important;flex:0 0 auto;scroll-snap-align:start;font-family:inherit!important;font-size:12px!important;letter-spacing:0!important;white-space:nowrap}.premium-theme :where(.crm-metrics-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-bottom:14px!important}.premium-theme :where(.crm-metric-card){min-width:0;padding:14px!important;border-radius:18px!important}.premium-theme :where(.crm-metric-card>div:last-child){font-size:19px!important;overflow-wrap:anywhere}.premium-theme :where(.crm-payment-card){min-width:0;padding:15px!important;border-radius:20px!important}.premium-theme :where(.crm-modal-overlay){align-items:flex-end!important;padding:0!important}.premium-theme :where(.crm-modal-card){width:100vw!important;max-width:100vw!important;max-height:calc(100dvh - env(safe-area-inset-top))!important;margin:0!important;border-right:0!important;border-bottom:0!important;border-left:0!important;border-radius:24px 24px 0 0!important;transform:none!important;background:#fff!important}.premium-theme :where(.crm-modal-header){position:sticky;top:0;z-index:5;padding:16px!important}.premium-theme :where(.crm-modal-body){padding:16px!important;padding-bottom:calc(24px + env(safe-area-inset-bottom))!important}.premium-theme :where(.crm-drawer){width:100vw!important;max-width:100vw!important;height:100dvh!important;padding:calc(14px + env(safe-area-inset-top)) 14px calc(20px + env(safe-area-inset-bottom))!important;border-left:0!important;background:#fff!important}.premium-theme :where(.crm-account-page){min-height:100dvh!important;padding-top:calc(70px + env(safe-area-inset-top))!important;padding-bottom:calc(96px + env(safe-area-inset-bottom))!important}.premium-theme :where(.crm-account-main){gap:14px!important;padding-right:12px!important;padding-left:12px!important}.premium-theme :where(.crm-account-overview){grid-template-columns:minmax(0,1fr)!important;gap:14px!important;padding:16px!important;border-radius:24px!important}.premium-theme :where(.crm-account-identity){width:100%!important}.premium-theme :where(.crm-account-avatar){width:136px!important;height:136px!important}.premium-theme :where(.crm-achievement-grid){margin-right:-12px;padding-right:12px!important;scroll-snap-type:x mandatory}.premium-theme :where(.crm-achievement-card){min-width:min(78vw,260px)!important;scroll-snap-align:start}.premium-theme :where(.crm-dock){padding:7px 8px!important;border:1px solid rgba(255,255,255,.1)!important;background:#121612f0!important;box-shadow:0 16px 38px #00000052!important}.premium-theme :where(.crm-dock-button){border-radius:50%!important}.premium-theme :where(.crm-dock-mobile-label){color:#aab1aa!important}.premium-theme :where(.crm-dock-item.is-active .crm-dock-mobile-label){color:var(--crm-accent)!important}.premium-theme :where(.team-page){min-height:100dvh!important;padding:calc(68px + env(safe-area-inset-top)) 12px calc(100px + env(safe-area-inset-bottom))!important}.premium-theme :where(.team-back-button){top:calc(10px + env(safe-area-inset-top))!important;left:12px!important;min-height:42px!important;padding:0 14px!important;border-radius:14px!important;background:#fffffff0!important;border-color:var(--crm-border-strong)!important;box-shadow:var(--crm-shadow-soft)!important}.premium-theme :where(.team-hero){display:block!important;margin-bottom:10px!important;padding:20px 18px!important;border-radius:22px!important}.premium-theme :where(.team-hero h1){font-size:28px!important;line-height:1.02!important}.premium-theme :where(.team-hero-stats){margin-top:16px;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.premium-theme :where(.team-main-tabs){position:sticky;top:calc(6px + env(safe-area-inset-top));z-index:8;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important;margin-bottom:10px!important;padding:5px!important;border-radius:17px!important;background:#fffffff0!important;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.premium-theme :where(.team-main-tabs button){min-width:0;min-height:42px!important;padding:0 8px!important;font-size:12px!important}.premium-theme :where(.team-direction-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.premium-theme :where(.team-direction-card){min-height:136px!important;padding:14px!important;border-radius:19px!important}.premium-theme :where(.team-direction-card h2){margin-top:16px!important;font-size:14px!important;line-height:1.2!important}.premium-theme :where(.team-direction-icon){width:42px!important;height:42px!important;border-radius:14px!important}.premium-theme :where(.team-direction-count){top:10px!important;right:10px!important;min-width:27px!important;height:27px!important}.premium-theme :where(.team-direction-screen){padding:12px!important;border-radius:22px!important}.premium-theme :where(.team-direction-title-card,.team-direction-add-panel){width:100%!important;padding:14px!important;border-radius:18px!important;box-sizing:border-box}.premium-theme :where(.team-direction-add-panel select,.team-direction-add-panel button){width:100%!important;min-width:0!important;min-height:46px!important}.premium-theme :where(.team-list-row,.team-employee-card){border-radius:19px!important;background:var(--crm-surface)!important;border-color:var(--crm-border)!important;box-shadow:none!important}.premium-theme :where(.team-list-row){grid-template-columns:auto minmax(0,1fr)!important;gap:10px!important;padding:12px!important}.premium-theme :where(.team-employee-grid,.team-work-grid,.team-workload-list){grid-template-columns:minmax(0,1fr)!important;gap:10px!important}.premium-theme :where(.team-avatar){border-radius:50%!important}.premium-theme :where(.team-profile-overlay){background:#11141157!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.premium-theme :where(.team-profile-modal.mobile){width:100vw!important;height:100dvh!important;padding:calc(14px + env(safe-area-inset-top)) 12px calc(88px + env(safe-area-inset-bottom))!important;background:var(--crm-bg)!important;border:0!important}.premium-theme :where(.team-profile-top){position:sticky;top:calc(-14px - env(safe-area-inset-top));z-index:7;margin:calc(-14px - env(safe-area-inset-top)) -12px 12px!important;padding:calc(14px + env(safe-area-inset-top)) 12px 12px;background:#fffffff2;border-bottom:1px solid var(--crm-border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.premium-theme :where(.team-profile-identity){min-width:0;gap:10px!important}.premium-theme :where(.team-profile-identity h2){max-width:calc(100vw - 150px);overflow:hidden;font-size:20px!important;text-overflow:ellipsis;white-space:nowrap}.premium-theme :where(.team-profile-section){margin-top:10px!important;padding:14px!important;border-radius:19px!important;background:var(--crm-surface)!important;border-color:var(--crm-border)!important}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.-bottom-1{bottom:-.25rem}.-right-1{right:-.25rem}.bottom-0{bottom:0}.left-1\/2{left:50%}.right-0{right:0}.right-2{right:.5rem}.top-1\/2{top:50%}.top-2{top:.5rem}.isolate{isolation:isolate}.z-10{z-index:10}.z-50{z-index:50}.col-start-2{grid-column-start:2}.row-span-2{grid-row:span 2 / span 2}.row-start-1{grid-row-start:1}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-auto{margin-left:auto;margin-right:auto}.-mb-4{margin-bottom:-1rem}.-mt-2{margin-top:-.5rem}.mb-2{margin-bottom:.5rem}.mr-1{margin-right:.25rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-5{margin-top:1.25rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.size-10{width:2.5rem;height:2.5rem}.size-11{width:2.75rem;height:2.75rem}.size-2\.5{width:.625rem;height:.625rem}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-56{width:14rem;height:14rem}.size-6{width:1.5rem;height:1.5rem}.size-8{width:2rem;height:2rem}.size-9{width:2.25rem;height:2.25rem}.size-full{width:100%;height:100%}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-9{height:2.25rem}.h-fit{height:fit-content}.max-h-\[88vh\]{max-height:88vh}.min-h-screen{min-height:100vh}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-\[280px\]{width:280px}.w-fit{width:fit-content}.w-full{width:100%}.min-w-0{min-width:0px}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-\[1326px\]{max-width:1326px}.max-w-\[1460px\]{max-width:1460px}.max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.max-w-xs{max-width:20rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.-translate-x-1\/2{--tw-translate-x:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-\[calc\(-50\%_-_2px\)\]{--tw-translate-y: calc(-50% - 2px) ;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-45{--tw-rotate:45deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.select-none{-webkit-user-select:none;user-select:none}.resize{resize:both}.auto-rows-min{grid-auto-rows:min-content}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.-space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(-.5rem * var(--tw-space-x-reverse));margin-left:calc(-.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.375rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.375rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.justify-self-end{justify-self:end}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded-\[2px\]{border-radius:2px}.rounded-\[min\(var\(--radius-md\)\,10px\)\]{border-radius:min(var(--radius-md),10px)}.rounded-\[min\(var\(--radius-md\)\,12px\)\]{border-radius:min(var(--radius-md),12px)}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.border{border-width:1px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-\[\#45DC04\]\/45{border-color:#45dc0473}.border-\[\#45DC04\]\/55{border-color:#45dc048c}.border-\[\#45DC04\]\/70{border-color:#45dc04b3}.border-border{border-color:#ffffff1f}.border-input{border-color:#ffffff24}.border-transparent{border-color:transparent}.border-white\/20{border-color:#fff3}.bg-background{--tw-bg-opacity:1;background-color:rgb(5 7 13 / var(--tw-bg-opacity, 1))}.bg-black\/60{background-color:#0009}.bg-border{background-color:#ffffff1f}.bg-card{--tw-bg-opacity:1;background-color:rgb(13 19 29 / var(--tw-bg-opacity, 1))}.bg-destructive\/10{background-color:#ef44441a}.bg-foreground{--tw-bg-opacity:1;background-color:rgb(243 247 255 / var(--tw-bg-opacity, 1))}.bg-muted{--tw-bg-opacity:1;background-color:rgb(18 26 39 / var(--tw-bg-opacity, 1))}.bg-muted\/50{background-color:#121a2780}.bg-popover{--tw-bg-opacity:1;background-color:rgb(13 19 29 / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity:1;background-color:rgb(69 220 4 / var(--tw-bg-opacity, 1))}.bg-secondary{--tw-bg-opacity:1;background-color:rgb(21 29 42 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-clip-padding{background-clip:padding-box}.fill-foreground{fill:#f3f7ff}.object-cover{object-fit:cover}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-4{padding-top:1rem;padding-bottom:1rem}.pb-1{padding-bottom:.25rem}.pb-3{padding-bottom:.75rem}.pb-32{padding-bottom:8rem}.pr-1\.5{padding-right:.375rem}.pt-0{padding-top:0}.pt-0\.5{padding-top:.125rem}.pt-20{padding-top:5rem}.pt-3{padding-top:.75rem}.text-left{text-align:left}.text-center{text-align:center}.font-benzin{font-family:Benzin,sans-serif}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[0\.85rem\]{font-size:.85rem}.text-\[11px\]{font-size:11px}.text-\[12px\]{font-size:12px}.text-\[24px\]{font-size:24px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-extrabold{font-weight:800}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-\[0\.95\]{line-height:.95}.leading-none{line-height:1}.leading-snug{line-height:1.375}.tracking-\[0\.02em\]{letter-spacing:.02em}.tracking-\[0\.07em\]{letter-spacing:.07em}.tracking-\[0\.08em\]{letter-spacing:.08em}.text-\[\#45DC04\]{--tw-text-opacity:1;color:rgb(69 220 4 / var(--tw-text-opacity, 1))}.text-\[\#626862\]{--tw-text-opacity:1;color:rgb(98 104 98 / var(--tw-text-opacity, 1))}.text-\[var\(--crm-text-primary\)\]{color:var(--crm-text-primary)}.text-background{--tw-text-opacity:1;color:rgb(5 7 13 / var(--tw-text-opacity, 1))}.text-card-foreground{--tw-text-opacity:1;color:rgb(243 247 255 / var(--tw-text-opacity, 1))}.text-destructive{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-foreground{--tw-text-opacity:1;color:rgb(243 247 255 / var(--tw-text-opacity, 1))}.text-muted-foreground{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.text-popover-foreground{--tw-text-opacity:1;color:rgb(243 247 255 / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity:1;color:rgb(69 220 4 / var(--tw-text-opacity, 1))}.text-primary-foreground{--tw-text-opacity:1;color:rgb(8 17 6 / var(--tw-text-opacity, 1))}.text-secondary-foreground{--tw-text-opacity:1;color:rgb(213 222 241 / var(--tw-text-opacity, 1))}.text-slate-100{--tw-text-opacity:1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.text-slate-200{--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.text-slate-300{--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.line-through{text-decoration-line:line-through}.underline-offset-4{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bg-blend-color{background-blend-mode:color}.shadow-\[0_12px_24px_rgba\(0\,0\,0\,0\.48\)\]{--tw-shadow:0 12px 24px rgba(0,0,0,.48);--tw-shadow-colored:0 12px 24px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_12px_28px_rgba\(0\,0\,0\,0\.34\)\]{--tw-shadow:0 12px 28px rgba(0,0,0,.34);--tw-shadow-colored:0 12px 28px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-\[0_24px_64px_rgba\(0\,0\,0\,0\.5\)\]{--tw-shadow:0 24px 64px rgba(0,0,0,.5);--tw-shadow-colored:0 24px 64px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.ring-background{--tw-ring-opacity:1;--tw-ring-color:rgb(5 7 13 / var(--tw-ring-opacity, 1))}.ring-foreground\/10{--tw-ring-color:rgb(243 247 255 / .1)}.blur{--tw-blur:blur(8px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow{--tw-drop-shadow:drop-shadow(0 1px 2px rgb(0 0 0 / .1)) drop-shadow(0 1px 1px rgb(0 0 0 / .06));filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale:grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur-\[3px\]{--tw-backdrop-blur:blur(3px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-blur-xl{--tw-backdrop-blur:blur(24px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[background-color\,border-color\,color\,box-shadow\,transform\]{transition-property:background-color,border-color,color,box-shadow,transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[background-color\,border-color\,color\,box-shadow\]{transition-property:background-color,border-color,color,box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}@font-face{font-family:Benzin;src:url(/assets/benzin-bold-CdXlZWty.otf) format("opentype")}@media(max-width:768px){html,body,#root{min-height:100dvh!important;background:#070a07!important}body{padding:0!important;margin:0!important}.premium-theme :where(.crm-dashboard-shell,.manager-dashboard-shell){min-height:100dvh!important;padding-top:0!important;background:transparent!important}.premium-theme :where(.crm-topbar-wrap){padding:calc(7px + env(safe-area-inset-top)) 10px 6px!important}.premium-theme :where(.crm-topbar-grid){gap:6px!important}.premium-theme :where(.crm-title-panel){min-height:58px!important;padding:10px 13px!important;border-radius:18px!important}.premium-theme :where(.crm-title-panel h1){font-size:19px!important;line-height:1!important}.premium-theme :where(.crm-title-panel button){width:38px!important;height:38px!important;min-height:38px!important}.premium-theme :where(.crm-profile-panel){min-height:62px!important;padding:7px 9px!important;grid-template-columns:40px minmax(0,1fr) 32px!important;column-gap:8px!important;row-gap:3px!important;border-radius:18px!important}.premium-theme :where(.crm-profile-panel>div:first-child){width:40px!important;height:40px!important}.premium-theme :where(.crm-profile-panel button){width:32px!important;height:32px!important;min-height:32px!important}.premium-theme :where(.crm-content-shell){padding:4px 10px calc(var(--mobile-dock-height) + 24px + env(safe-area-inset-bottom))!important;overflow:visible!important}.premium-theme :where(.crm-content-inner){width:100%!important;max-width:100%!important;overflow:visible!important}.premium-theme :where(.crm-kanban-grid){display:block!important;width:100%!important;margin:0!important;padding:0!important;overflow:visible!important;touch-action:pan-y!important;scroll-snap-type:none!important}.premium-theme :where(.crm-kanban-column){display:block!important;flex:none!important;width:100%!important;min-width:0!important;max-width:none!important;margin:0!important;border-radius:20px!important;background:#101410!important;overflow:hidden!important;scroll-snap-align:none!important}.premium-theme :where(.crm-kanban-column-header){display:none!important}.premium-theme :where(.crm-kanban-column-body){min-height:92px!important;max-height:none!important;padding:7px!important;overflow:visible!important;background:transparent!important}.premium-theme :where(.crm-kanban-column-body>div,.dashboard-column-orders-scroll){width:100%!important;height:auto!important;overflow:visible!important}.premium-theme :where(.crm-mobile-order-card){margin-bottom:7px!important}.premium-theme :where(.dashboard-order-card-compact){margin-bottom:7px!important;border-radius:15px!important;background:#1a1f1a!important}.premium-theme :where(.crm-analytics-grid){padding:8px 0 0!important}}@media(max-width:380px){.premium-theme :where(.crm-kanban-column){flex-basis:auto!important;width:100%!important}}@media(max-width:768px){html{min-height:100%;background:#070a07;color-scheme:dark}body,#root{min-height:100dvh;background:#070a07}.premium-theme{--mobile-dock-height: 72px;padding-top:env(safe-area-inset-top)!important;padding-bottom:env(safe-area-inset-bottom)!important}.premium-theme :where(.crm-dashboard-shell,.manager-dashboard-shell){min-height:100dvh!important;padding-top:0!important}.premium-theme :where(.crm-topbar-wrap){padding:8px 12px 6px!important}.premium-theme :where(.crm-title-panel){min-height:64px!important;padding:12px 14px!important;border-radius:20px!important}.premium-theme :where(.crm-title-panel h1){font-size:clamp(18px,6vw,23px)!important}.premium-theme :where(.crm-title-panel button){width:40px!important;height:40px!important;min-height:40px!important}.premium-theme :where(.crm-profile-panel){min-height:68px!important;padding:8px 10px!important;grid-template-columns:42px minmax(0,1fr) 34px!important;border-radius:20px!important}.premium-theme :where(.crm-profile-panel>div:first-child){width:42px!important;height:42px!important}.premium-theme :where(.crm-content-shell){padding:4px 12px calc(var(--mobile-dock-height) + 24px + env(safe-area-inset-bottom))!important}.premium-theme :where(.crm-mobile-status-tabs){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0 0 9px}.premium-theme :where(.crm-mobile-status-tab){min-width:0;min-height:46px;padding:7px 8px;display:grid;grid-template-columns:27px minmax(0,1fr) auto;align-items:center;gap:7px;border:1px solid rgba(255,255,255,.1);border-radius:15px;background:#141914;color:#9aa198;text-align:left}.premium-theme :where(.crm-mobile-status-tab svg){width:27px;height:27px;padding:6px;border:1px solid rgba(255,255,255,.1);border-radius:9px;color:#a7aea5}.premium-theme :where(.crm-mobile-status-tab span){min-width:0;overflow:hidden;color:inherit!important;font-family:Benzin,sans-serif;font-size:8px;font-weight:700;line-height:1.05;text-overflow:ellipsis;white-space:nowrap}.premium-theme :where(.crm-mobile-status-tab strong){min-width:23px;height:23px;padding:0 5px;display:grid;place-items:center;border-radius:999px;background:#ffffff12;color:#f5f7f3!important;font-size:10px}.premium-theme :where(.crm-mobile-status-tab.is-active){border-color:#45dc04;background:#45dc04;color:#071007;box-shadow:0 8px 24px #45dc0433}.premium-theme :where(.crm-mobile-status-tab.is-active svg){border-color:#0710072e;background:#07100714;color:#071007}.premium-theme :where(.crm-mobile-status-tab.is-active strong){background:#071007;color:#f5f7f3!important}.premium-theme :where(.crm-kanban-grid){display:block!important;width:100%!important;margin:0!important;padding:0!important;overflow:visible!important;touch-action:pan-y!important;scroll-snap-type:none!important}.premium-theme :where(.crm-kanban-column){width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;border-radius:22px!important;background:#101410!important;scroll-snap-align:none!important}.premium-theme :where(.crm-kanban-column-header){min-height:52px!important;padding:10px 12px!important}.premium-theme :where(.crm-kanban-column-header h3){font-size:14px!important}.premium-theme :where(.crm-kanban-column-header>button){display:none!important}.premium-theme :where(.crm-kanban-column-icon){width:30px!important;height:30px!important;min-width:30px!important;margin-right:8px!important;padding:6px!important}.premium-theme :where(.crm-kanban-column-body){min-height:108px!important;max-height:none!important;padding:8px!important;overflow:visible!important}.premium-theme :where(.crm-mobile-order-card){position:relative;margin:0 0 8px;padding:12px;overflow:hidden;border:1px solid rgba(255,255,255,.11);border-radius:18px;background:radial-gradient(circle at 100% 0%,color-mix(in srgb,var(--mobile-card-accent) 13%,transparent),transparent 9rem),#1a1f1a;box-shadow:0 12px 24px #00000038;transition:opacity .18s ease,transform .18s ease}.premium-theme :where(.crm-mobile-order-card):before{content:"";position:absolute;top:0;left:14px;right:14px;height:2px;border-radius:0 0 999px 999px;background:linear-gradient(90deg,var(--mobile-card-accent),transparent)}.premium-theme :where(.crm-mobile-order-card__topline){min-height:20px;display:flex;align-items:center;gap:6px;color:#8f968d;font-size:8px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.premium-theme :where(.crm-mobile-order-card__status-dot){width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--mobile-card-accent);box-shadow:0 0 10px color-mix(in srgb,var(--mobile-card-accent) 65%,transparent)}.premium-theme :where(.crm-mobile-order-card__more){width:28px;min-height:28px;margin-left:auto;padding:0;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:#ffffff0b;color:#dfe4dd;font-size:10px;letter-spacing:1px}.premium-theme :where(.crm-mobile-order-card__heading){margin:4px 0 9px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px}.premium-theme :where(.crm-mobile-order-card__heading h4){margin:0;overflow:hidden;color:#f5f7f3!important;font-family:Benzin,sans-serif!important;font-size:13px!important;font-weight:700;line-height:1.12!important;letter-spacing:-.01em!important;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.premium-theme :where(.crm-mobile-order-card__amount){padding:6px 8px;border:1px solid rgba(69,220,4,.28);border-radius:10px;background:#45dc0412;color:#45dc04!important;font-size:11px;white-space:nowrap}.premium-theme :where(.crm-mobile-order-card__meta-grid){display:grid;grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);gap:6px}.premium-theme :where(.crm-mobile-order-card__client,.crm-mobile-order-card__deadline){min-width:0;min-height:48px;padding:7px 8px;display:flex;align-items:center;gap:8px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:#ffffff09;color:#f5f7f3;text-align:left}.premium-theme :where(.crm-mobile-order-card__client span:last-child){min-width:0;display:grid;gap:2px}.premium-theme :where(.crm-mobile-order-card__client small,.crm-mobile-order-card__deadline small){color:#7f877d!important;font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.premium-theme :where(.crm-mobile-order-card__client strong,.crm-mobile-order-card__deadline strong){min-width:0;overflow:hidden;color:#f5f7f3!important;font-size:10px;font-weight:750;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.premium-theme :where(.crm-mobile-order-card__deadline){display:grid;align-content:center;gap:3px}.premium-theme :where(.crm-mobile-order-card__deadline.is-urgent){border-color:#ff5f5f57;background:#ff5f5f12}.premium-theme :where(.crm-mobile-order-card__service){min-height:34px;margin-top:6px;padding:7px 9px;display:flex;align-items:center;gap:7px;border:1px solid rgba(69,220,4,.18);border-radius:12px;background:#45dc040e;color:#dfe4dd}.premium-theme :where(.crm-mobile-order-card__service span){width:20px;height:20px;display:grid;place-items:center;border-radius:7px;background:#45dc04;color:#071007!important;font-size:12px}.premium-theme :where(.crm-mobile-order-card__service strong){min-width:0;overflow:hidden;color:#e7ebe5!important;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.premium-theme :where(.crm-mobile-order-card__people){margin-top:6px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.premium-theme :where(.crm-mobile-order-card__people-group){min-width:0;min-height:44px;padding:6px 7px;display:flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:#151a15}.premium-theme :where(.crm-mobile-order-card__avatars){min-width:26px;display:flex;align-items:center}.premium-theme :where(.crm-mobile-order-card__avatars>span:not(:first-child)){margin-left:-9px}.premium-theme :where(.crm-mobile-order-card__avatars>span>*){box-shadow:0 0 0 2px #151a15}.premium-theme :where(.crm-mobile-order-card__people-copy){min-width:0;display:grid;gap:2px}.premium-theme :where(.crm-mobile-order-card__people-copy span){color:#737b71!important;font-size:7px;font-weight:800;text-transform:uppercase}.premium-theme :where(.crm-mobile-order-card__people-copy strong){min-width:0;overflow:hidden;color:#e5e9e3!important;font-size:9px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.premium-theme :where(.crm-mobile-order-card__actions){margin-top:7px;padding-top:7px;display:grid;grid-template-columns:1fr 1fr;gap:6px;border-top:1px solid rgba(255,255,255,.08)}.premium-theme :where(.crm-mobile-order-card__actions button){min-height:34px;padding:0 10px;border:1px solid rgba(255,255,255,.11);border-radius:11px;background:#ffffff0b;color:#dfe4dd;font-size:9px;font-weight:800}.premium-theme :where(.crm-mobile-order-card__actions button.is-primary){border-color:#45dc04;background:#45dc04;color:#071007}.premium-theme :where(.dashboard-order-card-compact){min-height:58px!important;padding:9px 10px!important}.premium-theme :where(.crm-analytics-grid){padding:10px 0 0!important}@media(max-width:360px){.premium-theme :where(.crm-mobile-status-tab){grid-template-columns:24px minmax(0,1fr) auto;gap:5px}.premium-theme :where(.crm-mobile-order-card__people-copy strong){font-size:8px}}}:root{--crm-accent: #45DC04;--crm-pink: #707670;--crm-cyan: #5f665f;--crm-gold: #5f665f;--crm-danger: #202420;--crm-warning: #5f665f;--crm-bg: #e2e6df;--crm-bg-subtle: #edf0eb;--crm-surface: rgba(250, 251, 248, .94);--crm-surface-solid: #fafbf8;--crm-surface-soft: #e9ede7;--crm-surface-elev: #dce2da;--crm-surface-dark: #111511;--crm-border: rgba(15, 19, 15, .12);--crm-border-strong: rgba(15, 19, 15, .22);--crm-text-primary: #111411;--crm-text-secondary: #555b55;--crm-text-muted: #858b85;--crm-radius-sm: 12px;--crm-radius-md: 16px;--crm-radius-lg: 22px;--crm-shadow-soft: 0 10px 30px rgba(17, 22, 17, .1), 0 1px 0 rgba(255, 255, 255, .82) inset;--crm-shadow-card: 0 22px 58px rgba(14, 19, 14, .16), 0 1px 0 rgba(255, 255, 255, .9) inset;--crm-shadow-float: 0 28px 80px rgba(10, 14, 10, .22);--crm-green-glow: 0 0 0 1px rgba(69, 220, 4, .22), 0 12px 34px rgba(69, 220, 4, .2);--crm-overlay-soft: transparent;--crm-dashboard-bg: radial-gradient(circle at 88% -8%, rgba(69, 220, 4, .17), transparent 30rem), radial-gradient(circle at 8% 12%, rgba(17, 20, 17, .08), transparent 28rem), linear-gradient(rgba(17, 20, 17, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 20, 17, .035) 1px, transparent 1px), linear-gradient(145deg, #eef1ec 0%, #e2e7df 58%, #dce3d9 100%)}html{background:var(--crm-bg);scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;background:var(--crm-bg);color:var(--crm-text-primary);font-family:Geist Variable,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;-webkit-overflow-scrolling:touch}#root{min-height:100vh;background:var(--crm-bg)}html,body,#root{background-image:var(--crm-dashboard-bg);background-size:cover;background-position:center top;background-repeat:no-repeat;background-attachment:fixed;background-size:auto,auto,32px 32px,32px 32px,auto}html.telegram-miniapp,body.telegram-miniapp{overscroll-behavior:none;touch-action:manipulation;background-color:var(--crm-bg)}html.telegram-miniapp,body.telegram-miniapp,html.telegram-miniapp #root{min-height:var(--tg-viewport-height, 100vh);height:var(--tg-viewport-height, 100vh)}body.telegram-miniapp{padding-bottom:max(env(safe-area-inset-bottom),0px)}@keyframes modalOverlayIn{0%{opacity:0}to{opacity:1}}@keyframes modalOverlayOut{0%{opacity:1}to{opacity:0}}@keyframes modalCenterIn{0%{opacity:0;transform:translate(-50%,calc(-50% + 14px)) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes modalCenterOut{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,calc(-50% + 10px)) scale(.98)}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.premium-theme{--crm-bg: #080a08;--crm-bg-subtle: #0d100d;--crm-surface: #141714;--crm-surface-solid: #141714;--crm-surface-soft: #1b1f1b;--crm-surface-elev: #222722;--crm-surface-dark: #0d100d;--crm-border: rgba(255, 255, 255, .1);--crm-border-strong: rgba(255, 255, 255, .18);--crm-text-primary: #f7f8f5;--crm-text-secondary: #a5aca5;--crm-text-muted: #6f766f;--crm-radius-sm: 9px;--crm-radius-md: 12px;--crm-radius-lg: 16px;--crm-shadow-soft: 0 8px 20px rgba(0, 0, 0, .2);--crm-shadow-card: 0 14px 34px rgba(0, 0, 0, .24);--crm-shadow-float: 0 18px 48px rgba(0, 0, 0, .34);--crm-green-glow: 0 0 0 1px rgba(69, 220, 4, .26), 0 8px 26px rgba(69, 220, 4, .13);--crm-dashboard-bg: radial-gradient(circle at 82% 0%, rgba(69, 220, 4, .065), transparent 25rem), #080a08;background:var(--crm-dashboard-bg)!important;background-size:auto!important}.premium-theme:before{display:none!important}.premium-theme :where(h1,h2,h3,h4,.font-benzin,[class*=font-benzin]){font-family:Geist Variable,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif!important;letter-spacing:-.025em!important}.premium-theme :where(button){min-height:36px;border-radius:10px!important}.premium-theme :where(input:not([type=checkbox]):not([type=radio]):not([type=range]):not([type=file]),select,textarea){min-height:40px;border-radius:10px!important;border-color:#ffffff1f!important;background:#181c18!important;color:#f7f8f5!important;box-shadow:none!important;color-scheme:dark}.premium-theme :where(.crm-dashboard-shell,.manager-dashboard-shell,.performer-dashboard-shell,.crm-standalone-page,.crm-account-page,.team-page){background:var(--crm-dashboard-bg)!important;background-size:auto!important}.premium-theme :where(.crm-title-panel,.crm-profile-panel){min-height:68px!important;padding:12px 16px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:16px!important;background:#111411!important;box-shadow:none!important}.premium-theme :where(.crm-title-panel){background:radial-gradient(circle at 92% 30%,rgba(69,220,4,.13),transparent 34%),#111411!important;background-size:auto!important}.premium-theme :where(.crm-title-panel h1){font-size:24px!important;font-weight:720!important;letter-spacing:-.04em!important;color:#fff!important}.premium-theme :where(.crm-title-panel button){width:40px!important;height:40px!important;min-height:40px!important;padding:0!important;border-radius:12px!important;font-family:inherit!important;font-size:24px!important;line-height:1!important;box-shadow:0 7px 20px #45dc0429!important}.premium-theme :where(.crm-profile-panel){background:#111411!important;color:#f7f8f5!important}.premium-theme :where(.crm-profile-panel p:first-of-type){color:#f7f8f5!important}.premium-theme :where(.crm-profile-panel button){width:36px!important;height:36px!important;min-height:36px!important;border-radius:10px!important;background:#1b1f1b!important}.premium-theme :where(.crm-kanban-grid){gap:10px!important;align-items:start!important}.premium-theme :where(.crm-kanban-column){min-width:0!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:16px!important;background:#101310!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.premium-theme :where(.crm-kanban-column-header){min-height:58px!important;padding:11px 13px!important;border-color:#ffffff14!important;background:#141714!important}.premium-theme :where(.crm-kanban-column:nth-child(2) .crm-kanban-column-header h3){color:#0b0e0b!important}.premium-theme :where(.crm-kanban-column:nth-child(2) .crm-kanban-column-header>span:last-of-type){border-color:#0000002e!important;background:#0000001c!important;color:#0b0e0b!important}.premium-theme :where(.crm-kanban-column:nth-child(2) .crm-kanban-column-header button){border-color:#0000002e!important;background:#0000001a!important;color:#0b0e0b!important}.premium-theme :where(.crm-kanban-column-header>span:first-child){display:none!important}.premium-theme :where(.crm-kanban-column-header h3){font-family:inherit!important;font-size:13px!important;font-weight:720!important;letter-spacing:-.01em!important}.premium-theme :where(.crm-kanban-column-header>span:last-of-type){padding:3px 9px!important;border-radius:999px!important;font-size:11px!important}.premium-theme :where(.crm-kanban-column-header button){width:27px!important;height:27px!important;min-height:27px!important;margin-left:6px!important;border-radius:8px!important}.premium-theme :where(.crm-kanban-column-body){min-height:190px!important;max-height:calc(100vh - 178px)!important;padding:9px!important;overflow-y:auto!important;background:#0e110e!important}.premium-theme :where(.dashboard-order-card){--crm-text-primary: #121512;--crm-text-secondary: #565d56;--crm-text-muted: #858c85;margin-bottom:8px!important;padding:13px!important;border:1px solid rgba(17,20,17,.13)!important;border-radius:13px!important;background:#f6f7f4!important;box-shadow:none!important;color:#121512!important}.premium-theme :where(.dashboard-order-card:hover){transform:none!important;border-color:#45dc0485!important;box-shadow:0 0 0 2px #45dc0414!important}.premium-theme :where(.dashboard-order-card h3,.dashboard-order-card h4){font-family:inherit!important;font-size:14px!important;line-height:1.22!important;letter-spacing:-.02em!important}.premium-theme :where(.dashboard-order-card button){min-height:34px!important;border-radius:9px!important;font-family:inherit!important;letter-spacing:0!important}.premium-theme :where(.crm-page-back){top:16px!important;left:18px!important;min-height:38px!important;padding:0 13px!important;border-color:#ffffff1f!important;border-radius:10px!important;background:#141714!important;color:#f7f8f5!important;box-shadow:none!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;font-size:12px!important}.premium-theme :where(.crm-standalone-page,.team-page){padding-top:70px!important}.premium-theme :where(.crm-standalone-inner){max-width:1320px!important}.premium-theme :where(.crm-page-header,.team-hero){margin-bottom:12px!important;padding:18px 20px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:16px!important;background:radial-gradient(circle at 92% 16%,rgba(69,220,4,.11),transparent 28%),#111411!important;background-size:auto!important;box-shadow:none!important}.premium-theme :where(.crm-page-header):before,.premium-theme :where(.team-hero):before{width:2px!important;box-shadow:none!important}.premium-theme :where(.crm-page-header):after,.premium-theme :where(.team-hero):after{display:none!important}.premium-theme :where(.crm-page-header h1,.team-hero h1){max-width:none!important;font-family:inherit!important;font-size:clamp(25px,2.3vw,36px)!important;font-weight:740!important;line-height:1!important;letter-spacing:-.045em!important}.premium-theme :where(.crm-page-header p,.team-hero p:not(.team-kicker)){max-width:760px!important;margin-top:8px!important;color:#909790!important;font-size:13px!important;line-height:1.4!important}.premium-theme :where(.crm-page-header>div:first-child,.team-kicker){margin-bottom:6px!important;color:var(--crm-accent)!important;font-family:inherit!important;font-size:10px!important;letter-spacing:.08em!important}.premium-theme :where(.crm-page-header button){min-height:38px!important;padding:0 14px!important;font-size:12px!important}.premium-theme :where(.crm-page-toolbar){gap:8px!important;margin-bottom:10px!important}.premium-theme :where(.crm-tab-list){gap:6px!important}.premium-theme :where(.crm-tab-list button){min-height:36px!important;padding:0 12px!important;border-radius:9px!important;background:#141714!important;border-color:#ffffff1a!important;color:#969d96!important;font-family:inherit!important;font-size:12px!important;font-weight:650!important;letter-spacing:-.01em!important}.premium-theme :where(.crm-tab-list button.is-active){background:var(--crm-accent)!important;border-color:var(--crm-accent)!important;color:#0a0d0a!important;box-shadow:none!important}.premium-theme :where(.crm-metrics-grid){gap:8px!important;margin-bottom:12px!important}.premium-theme :where(.crm-metric-card){min-height:88px!important;padding:13px 15px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:13px!important;background:#141714!important;box-shadow:none!important}.premium-theme :where(.crm-metric-card):after{display:none!important}.premium-theme :where(.crm-metric-card>div:first-child){color:#7e857e!important;font-family:inherit!important;font-size:9px!important;letter-spacing:.06em!important}.premium-theme :where(.crm-metric-card>div:last-child){color:#f6f8f5!important;font-family:inherit!important;font-size:22px!important;letter-spacing:-.035em!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(2)){background:var(--crm-accent)!important;border-color:var(--crm-accent)!important;box-shadow:none!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(2)>div){color:#0b0e0b!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(3)){--crm-text-primary: #111411;background:#f4f5f2!important;border-color:#f4f5f2!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(3)>div:first-child){color:#646b64!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(3)>div:last-child){color:#111411!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(4)){background:#141714!important;border-color:#ffffff1a!important;box-shadow:none!important}.premium-theme :where(.crm-data-table){border:1px solid rgba(255,255,255,.1)!important;border-radius:14px!important;background:#111411!important;box-shadow:none!important}.premium-theme :where(.crm-data-table>div:first-child){padding-top:12px!important;padding-bottom:12px!important;background:#181c18!important;color:#7f877f!important;font-family:inherit!important;font-size:10px!important;letter-spacing:.04em!important}.premium-theme :where(.crm-data-row,.crm-data-row:nth-child(odd)){padding-top:12px!important;padding-bottom:12px!important;border-bottom-color:#ffffff12!important;background:#111411!important;box-shadow:none!important}.premium-theme :where(.crm-data-row:nth-child(2n)){background:#141714!important}.premium-theme :where(.crm-data-row:hover){background:#1a1f1a!important;box-shadow:inset 2px 0 0 var(--crm-accent)!important}.premium-theme :where(.crm-payment-card,.team-employee-card,.team-profile-modal,.team-profile-section,.team-info-card,.team-project-card,.team-work-card,.team-direction-add-panel,.team-list-row,.crm-account-details-card,.crm-account-summary-card){border:1px solid rgba(255,255,255,.1)!important;border-radius:14px!important;background:#141714!important;box-shadow:none!important;color:#f7f8f5!important}.premium-theme :where(.crm-payment-card){padding:14px!important}.premium-theme :where(.team-hero){min-height:0!important}.premium-theme :where(.team-hero-stats){gap:7px!important}.premium-theme :where(.team-hero .team-metric-card){min-height:72px!important;padding:12px!important;border-radius:11px!important;background:#191d19!important}.premium-theme :where(.team-main-tabs){margin-bottom:10px!important;padding:4px!important;border-radius:12px!important;background:#111411!important;box-shadow:none!important}.premium-theme :where(.team-main-tabs button,.team-project-tabs button,.team-direction-header button,.team-employee-actions button,.team-work-actions button){min-height:36px!important;border-radius:9px!important;background:#191d19!important;color:#a6ada6!important}.premium-theme :where(.team-main-tabs button.active,.team-project-tabs button.active,.team-employee-actions button:first-child){background:var(--crm-accent)!important;color:#0b0e0b!important;box-shadow:none!important}.premium-theme :where(.team-list-row,.team-list-row:nth-child(2n)){padding:13px 16px!important;background:#141714!important}.premium-theme :where(.team-direction-grid){gap:9px!important}.premium-theme :where(.team-direction-card,.team-direction-card:nth-child(3n),.team-direction-card:nth-child(3n+1)){min-height:128px!important;padding:15px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:14px!important;background:#141714!important;box-shadow:none!important;color:#f7f8f5!important}.premium-theme :where(.team-direction-card:nth-child(4n+2)){background:var(--crm-accent)!important;color:#0b0e0b!important}.premium-theme :where(.team-direction-card h2,.team-direction-card:nth-child(3n) h2,.team-direction-card:nth-child(3n+1) h2){color:inherit!important;font-family:inherit!important;font-size:16px!important}.premium-theme :where(.team-direction-card):before,.premium-theme :where(.team-direction-card):after{display:none!important}.premium-theme :where(.crm-account-page){padding-top:70px!important}.premium-theme :where(.crm-account-main){max-width:1320px!important;gap:10px!important}.premium-theme :where(.crm-account-overview){max-width:1320px!important;gap:16px!important;padding:18px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:16px!important;background:#111411!important;background-size:auto!important;box-shadow:none!important}.premium-theme :where(.crm-account-overview):after{display:none!important}.premium-theme :where(.crm-account-avatar){width:142px!important;height:142px!important;box-shadow:0 0 0 1px #45dc046b!important}.premium-theme :where(.crm-account-details-card,.crm-account-summary-card){background:#141714!important}.premium-theme :where(.crm-account-page [class*=text-slate-],.crm-account-page [class*=text-white]){color:#a2aaa2!important}.premium-theme :where(.crm-account-page h1,.crm-account-page h2,.crm-account-page h3,.crm-account-page [class*=font-benzin]){color:#f7f8f5!important}.premium-theme :where(.crm-account-info-card,.crm-account-project-row){border-color:#ffffff14!important;background:#191d19!important}.premium-theme :where(.crm-achievement-card){min-width:220px!important;border-radius:13px!important;background:#171b17!important;box-shadow:none!important}.premium-theme :where(.crm-dock){background:#111411!important;border-color:#ffffff1c!important;box-shadow:0 14px 38px #00000057!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.premium-theme :where(.crm-dock-item.is-active .crm-dock-button){background:var(--crm-accent)!important;border-color:var(--crm-accent)!important;box-shadow:none!important}.premium-theme :where(.crm-modal-overlay,.crm-drawer-overlay){background:#000000b8!important;-webkit-backdrop-filter:blur(5px)!important;backdrop-filter:blur(5px)!important}.premium-theme :where(.crm-modal-card,.crm-drawer,.team-profile-modal){background:#111411!important;color:#f7f8f5!important;box-shadow:0 26px 80px #0000008a!important}.premium-theme :where(.crm-modal-header){background:#151915!important;border-color:#ffffff14!important}@media(min-width:769px){.premium-theme :where(.crm-topbar-wrap){padding:14px 16px 9px 82px!important}.premium-theme :where(.crm-topbar-grid){max-width:1600px!important;grid-template-columns:minmax(260px,.72fr) minmax(460px,1.28fr)!important;gap:10px!important}.premium-theme :where(.crm-content-shell){padding:0 16px 84px 82px!important}.premium-theme :where(.crm-content-inner){max-width:1600px!important}.premium-theme :where(.crm-dock){left:14px!important;width:54px!important;max-width:54px!important;padding:7px 5px!important;gap:4px!important;border-radius:27px!important}.premium-theme :where(.crm-dock-item){width:42px!important;min-width:42px!important;height:42px!important}.premium-theme :where(.crm-dock-button){width:40px!important;height:40px!important;min-height:40px!important}.premium-theme :where(.crm-dock-button svg){width:18px!important;height:18px!important}.premium-theme :where(.crm-dock-button>span){left:48px!important;padding:6px 9px!important;border-radius:8px!important;font-size:11px!important}.premium-theme :where(.crm-dock-menu){left:72px!important}}@media(max-width:768px){.premium-theme :where(.crm-topbar-wrap){padding:8px 10px 6px!important}.premium-theme :where(.crm-title-panel,.crm-profile-panel){border-radius:13px!important}.premium-theme :where(.crm-title-panel){min-height:48px!important;padding:8px 10px!important}.premium-theme :where(.crm-title-panel h1){font-size:18px!important}.premium-theme :where(.crm-profile-panel){min-height:62px!important;padding:8px 10px!important}.premium-theme :where(.crm-content-shell){padding:2px 10px calc(82px + env(safe-area-inset-bottom))!important}.premium-theme :where(.crm-kanban-grid){gap:8px!important}.premium-theme :where(.crm-kanban-column){border-radius:14px!important}.premium-theme :where(.crm-kanban-column-header){min-height:50px!important;padding:10px 12px!important}.premium-theme :where(.crm-kanban-column-body){min-height:120px!important;max-height:none!important;padding:7px!important}.premium-theme :where(.dashboard-order-card){padding:11px!important;border-radius:12px!important}.premium-theme :where(.crm-standalone-page,.team-page,.crm-account-page){padding-top:calc(58px + env(safe-area-inset-top))!important}.premium-theme :where(.crm-page-header,.team-hero){padding:15px!important;border-radius:14px!important}.premium-theme :where(.crm-page-header h1,.team-hero h1){font-size:24px!important}.premium-theme :where(.crm-metric-card){min-height:78px!important;padding:11px 12px!important;border-radius:12px!important}.premium-theme :where(.crm-metric-card>div:last-child){font-size:18px!important}.premium-theme :where(.crm-payment-card,.team-list-row,.team-profile-section,.crm-account-details-card,.crm-account-summary-card){border-radius:13px!important}.premium-theme :where(.crm-modal-card,.crm-drawer){background:#111411!important}.premium-theme :where(.crm-dock){height:60px!important;padding:5px!important;border-radius:18px!important}.premium-theme :where(.crm-dock-item,.crm-dock-button){height:50px!important;min-height:50px!important}}.premium-theme{--crm-bg: #090b09;--crm-bg-subtle: #0d100d;--crm-surface: #151815;--crm-surface-solid: #151815;--crm-surface-soft: #222622;--crm-surface-elev: #292e29;--crm-surface-dark: #0d100d;--crm-border: rgba(235, 240, 233, .12);--crm-border-strong: rgba(235, 240, 233, .23);--crm-text-primary: #f4f6f2;--crm-text-secondary: #b5bbb4;--crm-text-muted: #747b74;--crm-dashboard-bg: radial-gradient(circle at 84% -8%, rgba(69, 220, 4, .09), transparent 30rem), radial-gradient(circle at 8% 30%, rgba(255, 255, 255, .025), transparent 26rem), #090b09;background:var(--crm-dashboard-bg)!important;color-scheme:dark}.premium-theme:before{display:block!important;content:"";position:fixed;inset:-3px;z-index:0;pointer-events:none;background-image:linear-gradient(rgba(234,239,232,.032) 1px,transparent 1px),linear-gradient(90deg,rgba(234,239,232,.032) 1px,transparent 1px);background-size:34px 34px;filter:blur(.55px);opacity:.72;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,.98),rgba(0,0,0,.64));mask-image:linear-gradient(to bottom,#000000fa,#000000a3)}.premium-theme :where(.crm-dashboard-shell,.manager-dashboard-shell,.performer-dashboard-shell,.crm-standalone-page,.crm-account-page,.team-page){background:transparent!important}.premium-theme :where(h1,h2,h3,h4,.font-benzin,[class*=font-benzin]){font-family:Benzin,Geist Variable,sans-serif!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.015em!important;line-height:1.05!important}.premium-theme :where(.crm-title-panel h1){font-size:clamp(19px,1.55vw,25px)!important;letter-spacing:.025em!important}.premium-theme :where(.crm-page-header h1,.team-hero h1){max-width:820px!important;font-size:clamp(23px,2.2vw,34px)!important;letter-spacing:.02em!important}.premium-theme :where(.crm-kanban-column-header h3){font-size:12px!important;letter-spacing:.025em!important}.premium-theme :where(.dashboard-order-card h3,.dashboard-order-card h4,.crm-project-card h3,.crm-analytics-card h3){font-size:12px!important;line-height:1.28!important;letter-spacing:.01em!important}.premium-theme :where(.crm-title-panel,.crm-profile-panel,.crm-page-header,.team-hero){border-color:#ebf0e924!important;background:linear-gradient(90deg,rgba(255,255,255,.018),transparent 52%),#121512!important;box-shadow:inset 0 1px #ffffff09!important}.premium-theme :where(.crm-title-panel,.crm-page-header,.team-hero){background:radial-gradient(circle at 92% 12%,rgba(69,220,4,.12),transparent 28%),linear-gradient(90deg,rgba(255,255,255,.018),transparent 54%),#121512!important}.premium-theme :where(.crm-kanban-column){border-color:#ebf0e921!important;border-radius:14px!important;background:#0f120f!important;box-shadow:inset 0 1px #ffffff06!important}.premium-theme :where(.crm-kanban-column-header){min-height:52px!important;padding:10px 12px!important;background:#171a17!important;border-bottom-color:#ebf0e91c!important}.premium-theme :where(.crm-kanban-column:nth-child(2) .crm-kanban-column-header){background:var(--crm-accent)!important}.premium-theme :where(.crm-kanban-column-body){padding:8px!important;background:#0c0f0ce6!important}.premium-theme :where(.dashboard-order-card,.dashboard-order-card-compact,.crm-project-card){--crm-text-primary: #f4f6f2;--crm-text-secondary: #b5bbb4;--crm-text-muted: #747b74;border:1px solid rgba(235,240,233,.14)!important;border-radius:12px!important;background:#1a1d1a!important;color:#f4f6f2!important;box-shadow:none!important}.premium-theme :where(.dashboard-order-card:hover,.crm-project-card:hover){transform:translateY(-1px)!important;border-color:#45dc0485!important;background:#1e221e!important;box-shadow:0 10px 28px #0000003d!important}.premium-theme :where(.dashboard-order-card button,.crm-project-card button){border-color:#ebf0e924!important}.premium-theme :where(.dashboard-order-card-compact){background:#171a17!important}.premium-theme :where(.crm-analytics-grid){gap:10px!important;margin-top:10px!important}.premium-theme :where(.crm-analytics-card){padding:15px!important;border:1px solid rgba(235,240,233,.13)!important;border-radius:13px!important;background:#151815!important;box-shadow:none!important;color:#f4f6f2!important}.premium-theme :where(.crm-metric-card){min-height:82px!important;border-color:#ebf0e921!important;background:#171a17!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(3),.crm-metrics-grid>.crm-metric-card:nth-child(4)){--crm-text-primary: #f4f6f2;background:#202420!important;border-color:#ebf0e924!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(3)>div:first-child){color:#8c938c!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(3)>div:last-child){color:#f4f6f2!important}.premium-theme :where(.crm-data-table,.crm-payment-card,.team-employee-card,.team-profile-modal,.team-profile-section,.team-info-card,.team-project-card,.team-work-card,.team-direction-add-panel,.team-list-row,.crm-account-details-card,.crm-account-summary-card){border-color:#ebf0e921!important;background:#151815!important}.premium-theme :where(.team-direction-card,.team-direction-card:nth-child(3n),.team-direction-card:nth-child(3n+1)){border-color:#ebf0e921!important;background:#171a17!important}.premium-theme :where(.team-direction-card:nth-child(4n+2)){background:var(--crm-accent)!important;color:#090b09!important}.premium-theme :where(.crm-tab-list button,.team-main-tabs button,.team-project-tabs button){border-radius:8px!important;background:#171a17!important}.premium-theme :where(.crm-page-back){border-color:#ebf0e921!important;background:#171a17!important}.premium-theme :where(.crm-context-menu,.crm-mobile-order-actions){border-color:#ebf0e926!important;background:#171a17!important;color:#f4f6f2!important;box-shadow:0 18px 48px #0000007a!important}.premium-theme [style*="background-color: rgba(255, 255, 255, 0.94)"],.premium-theme [style*="background-color:rgba(255, 255, 255, 0.94)"],.premium-theme [style*="background: rgba(255, 255, 255, 0.94)"],.premium-theme [style*="background:rgba(255, 255, 255, 0.94)"]{background:#171a17!important;background-color:#171a17!important}.premium-theme :where(.potential-clients-table-shell){border-color:#ebf0e921!important;background:#151815!important}.premium-theme :where(.crm-modal-card,.crm-drawer,.team-profile-modal){background:#151815!important}@media(min-width:769px){.premium-theme :where(.crm-topbar-wrap){padding-top:11px!important}.premium-theme :where(.crm-kanban-grid){grid-template-columns:repeat(4,minmax(250px,1fr))!important}}@media(max-width:768px){.premium-theme:before{background-size:28px 28px;opacity:.58}.premium-theme :where(.crm-title-panel h1){font-size:17px!important}.premium-theme :where(.crm-page-header h1,.team-hero h1){font-size:21px!important}.premium-theme :where(.crm-kanban-grid){grid-template-columns:1fr!important}.premium-theme :where(.dashboard-order-card,.dashboard-order-card-compact,.crm-project-card){border-radius:11px!important}}.premium-theme{--crm-accent: #45dc04;--crm-ink: #070a07;--crm-panel: #111511;--crm-panel-raised: #171c17;--crm-panel-soft: #202620;--crm-line: rgba(194, 255, 166, .15);--crm-line-strong: rgba(69, 220, 4, .42);--crm-text-primary: #f5f7f3;--crm-text-secondary: #c7cdc5;--crm-text-muted: #818a80;--crm-dashboard-bg: radial-gradient(circle at 92% 5%, rgba(69, 220, 4, .095), transparent 30rem), radial-gradient(circle at 4% 62%, rgba(69, 220, 4, .035), transparent 28rem), #080b08;background:var(--crm-dashboard-bg)!important;color:var(--crm-text-primary)!important}.premium-theme:before{background-image:linear-gradient(rgba(69,220,4,.058) 1px,transparent 1px),linear-gradient(90deg,rgba(69,220,4,.058) 1px,transparent 1px)!important;background-size:38px 38px!important;filter:blur(.25px)!important;opacity:.82!important}.premium-theme :where(.crm-dashboard-shell,.manager-dashboard-shell,.performer-dashboard-shell,.crm-standalone-page,.crm-account-page,.team-page){position:relative;z-index:1;background:transparent!important}.premium-theme :where(.crm-title-panel,.crm-profile-panel,.crm-page-header,.team-hero){border:1px solid var(--crm-line)!important;border-radius:18px!important;background:radial-gradient(circle at 92% 8%,rgba(69,220,4,.12),transparent 28%),linear-gradient(112deg,rgba(255,255,255,.025),transparent 52%),var(--crm-panel)!important;box-shadow:inset 0 1px #ffffff0a,0 18px 46px #0003!important}.premium-theme :where(.crm-page-header,.team-hero){border-left:4px solid var(--crm-accent)!important}.premium-theme :where(.crm-page-header h1,.team-hero h1){color:var(--crm-text-primary)!important;font-size:clamp(24px,2.6vw,42px)!important}.premium-theme :where(.crm-page-header p,.team-hero p,.crm-title-panel p,.crm-profile-panel p){color:var(--crm-text-muted)!important}.premium-theme :where(.crm-page-back,.team-back-button){display:none!important}.premium-theme :where(.crm-standalone-page,.crm-account-page,.team-page){padding-top:34px!important}.premium-theme :where(.crm-standalone-page,.crm-account-page,.team-page)>:where(.crm-standalone-inner,.team-container,.crm-account-shell),.premium-theme :where(.crm-potential-clients-page,.crm-training-page,.crm-downloads-page)>div{position:relative;z-index:1}@media(min-width:769px){.premium-theme :where(.crm-dock){position:fixed!important;inset:50% auto auto 18px!important;transform:translateY(-50%)!important;width:78px!important;height:auto!important;max-width:none!important;padding:10px!important;display:flex!important;flex-direction:column!important;align-items:center!important;gap:8px!important;border:1px solid rgba(69,220,4,.22)!important;border-radius:28px!important;background:#0d110df5!important;box-shadow:0 24px 56px #0000007a,inset 0 1px #ffffff0a!important;-webkit-backdrop-filter:blur(18px)!important;backdrop-filter:blur(18px)!important;z-index:3200!important}.premium-theme :where(.crm-dock-item){width:58px!important;height:58px!important;min-width:58px!important;flex:0 0 58px!important;padding:0!important;border:0!important;background:transparent!important}.premium-theme :where(.crm-dock-button){width:56px!important;height:56px!important;min-width:56px!important;min-height:56px!important;display:grid!important;place-items:center!important;border:1px solid rgba(235,240,233,.13)!important;border-radius:50%!important;background:#171c17!important;color:#899188!important;box-shadow:none!important;transition:color .18s ease,border-color .18s ease,background .18s ease,box-shadow .18s ease,transform .18s ease!important}.premium-theme :where(.crm-dock-button svg){width:23px!important;height:23px!important;color:currentColor!important;opacity:1!important;filter:none!important}.premium-theme :where(.crm-dock-item:hover .crm-dock-button){color:#dfe4dd!important;border-color:#ebf0e94d!important;transform:translateY(-1px)!important}.premium-theme :where(.crm-dock-item.is-active .crm-dock-button){color:var(--crm-accent)!important;border-color:#45dc04e6!important;background:#142014!important;box-shadow:0 0 0 1px #45dc0424,0 0 24px #45dc046b,inset 0 0 18px #45dc0414!important}.premium-theme :where(.crm-dock-item.is-active .crm-dock-button svg){color:var(--crm-accent)!important;filter:drop-shadow(0 0 7px rgba(69,220,4,.95))!important}.premium-theme :where(.crm-dock-mobile-label){display:none!important}.premium-theme :where(.crm-standalone-page,.crm-account-page,.team-page,.crm-training-page,.crm-potential-clients-page,.crm-downloads-page){padding-left:112px!important}}.premium-theme :where(.crm-kanban-grid){gap:12px!important;margin-top:24px!important}.premium-theme :where(.crm-kanban-column){overflow:hidden!important;border:1px solid var(--crm-line)!important;border-radius:16px!important;background:#0d110df0!important}.premium-theme :where(.crm-kanban-column-header){min-height:72px!important;padding:22px 17px 14px!important;align-items:flex-end!important;background:var(--crm-panel-raised)!important;border-bottom:1px solid var(--crm-line)!important}.premium-theme :where(.crm-kanban-column-header h3){color:var(--crm-text-primary)!important;font-size:clamp(15px,1.15vw,18px)!important;line-height:1!important}.premium-theme :where(.crm-kanban-column:nth-child(2) .crm-kanban-column-header){background:var(--crm-accent)!important;color:var(--crm-ink)!important}.premium-theme :where(.crm-kanban-column:nth-child(2) .crm-kanban-column-header h3,.crm-kanban-column:nth-child(2) .crm-kanban-column-header span,.crm-kanban-column:nth-child(2) .crm-kanban-column-header button){color:var(--crm-ink)!important}.premium-theme :where(.crm-kanban-column-body){padding:10px!important;background:#080b08c2!important}.premium-theme :where(.dashboard-order-card,.crm-project-card){border:1px solid rgba(17,24,17,.18)!important;border-radius:14px!important;background:#f0f2ee!important;color:#101410!important;box-shadow:0 12px 30px #0000002e!important}.premium-theme :where(.dashboard-order-card h3,.dashboard-order-card h4,.crm-project-card h3,.dashboard-order-card strong,.crm-project-card strong){color:#101410!important}.premium-theme :where(.dashboard-order-card p,.crm-project-card p,.dashboard-order-card small,.crm-project-card small){color:#656c65!important}.premium-theme :where(.dashboard-order-card:hover,.crm-project-card:hover){transform:translateY(-2px)!important;border-color:#45dc04b8!important;background:#f7f8f5!important;box-shadow:0 16px 36px #0000003d!important}.premium-theme :where(.dashboard-order-card-compact){border:1px solid var(--crm-line)!important;border-radius:13px!important;background:var(--crm-panel-raised)!important;color:var(--crm-text-primary)!important}.premium-theme :where(.crm-analytics-grid,.crm-metrics-grid){gap:12px!important}.premium-theme :where(.crm-analytics-card,.crm-metric-card){border:1px solid var(--crm-line)!important;border-radius:14px!important;background:var(--crm-panel-raised)!important;color:var(--crm-text-primary)!important;box-shadow:none!important}.premium-theme :where(.crm-analytics-grid>.crm-analytics-card:nth-child(2),.crm-metrics-grid>.crm-metric-card:nth-child(1)){background:var(--crm-accent)!important;border-color:var(--crm-accent)!important;color:var(--crm-ink)!important}.premium-theme :where(.crm-analytics-grid>.crm-analytics-card:nth-child(2) *,.crm-metrics-grid>.crm-metric-card:nth-child(1) *){color:var(--crm-ink)!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(2)){background:#e8ece6!important;border-color:#e8ece6!important;color:var(--crm-ink)!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(2) *){color:var(--crm-ink)!important}.premium-theme :where(.crm-data-table,.crm-payment-card,.team-employee-card,.team-profile-modal,.team-profile-section,.team-info-card,.team-project-card,.team-work-card,.team-direction-add-panel,.team-list-row,.crm-account-details-card,.crm-account-summary-card,.potential-clients-table-shell,.crm-modal-card,.crm-drawer){border:1px solid var(--crm-line)!important;background:var(--crm-panel)!important;color:var(--crm-text-primary)!important}.premium-theme :where(table,thead,tbody,tr,th,td){border-color:var(--crm-line)!important}.premium-theme :where(th){color:var(--crm-text-muted)!important;background:var(--crm-panel-raised)!important}.premium-theme :where(td){color:var(--crm-text-secondary)}.premium-theme :where(input,select,textarea){border-color:#ebf0e92b!important;background:#171c17!important;color:var(--crm-text-primary)!important;box-shadow:none!important}.premium-theme :where(input:focus,select:focus,textarea:focus){border-color:var(--crm-accent)!important;box-shadow:0 0 0 3px #45dc041c!important}.premium-theme :where(input::placeholder,textarea::placeholder){color:#7d857c!important}.premium-theme :where(option){background:#171c17!important;color:var(--crm-text-primary)!important}.premium-theme :where(.crm-tab-list button,.team-main-tabs button,.team-project-tabs button){border:1px solid var(--crm-line)!important;background:var(--crm-panel-raised)!important;color:var(--crm-text-secondary)!important}.premium-theme :where(.crm-tab-list button.active,.team-main-tabs button.active,.team-project-tabs button.active){border-color:var(--crm-accent)!important;background:var(--crm-accent)!important;color:var(--crm-ink)!important;box-shadow:0 0 20px #45dc0433!important}.premium-theme :where(.text-black,.text-slate-950,.text-slate-900,.text-gray-950,.text-gray-900){color:var(--crm-text-primary)!important}.premium-theme :where(button){transition:transform .18s ease,border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease!important}.premium-theme :where(button:hover){transform:translateY(-1px)}.premium-theme :where(.crm-potential-clients-page,.crm-training-page,.crm-downloads-page) [style*="background: rgba(255, 255, 255, 0.94)"],.premium-theme :where(.crm-potential-clients-page,.crm-training-page,.crm-downloads-page) [style*="background:rgba(255, 255, 255, 0.94)"]{background:var(--crm-panel-raised)!important;color:var(--crm-text-primary)!important}.premium-theme .crm-potential-clients-page td[style*="color: #111411"],.premium-theme .crm-potential-clients-page div[style*="color: #111411"],.premium-theme .crm-potential-clients-page span[style*="color: #111411"]{color:var(--crm-text-primary)!important}.premium-theme :where(.team-direction-card){border:1px solid var(--crm-line)!important;border-radius:14px!important;background:var(--crm-panel-raised)!important;color:var(--crm-text-primary)!important}.premium-theme :where(.team-direction-card:nth-child(4n+2)){background:var(--crm-accent)!important;border-color:var(--crm-accent)!important;color:var(--crm-ink)!important}.premium-theme :where(.team-direction-card:nth-child(4n+2) *){color:var(--crm-ink)!important}@media(max-width:768px){.premium-theme:before{background-size:28px 28px!important;opacity:.68!important}.premium-theme :where(.crm-standalone-page,.crm-account-page,.team-page){padding-top:16px!important}.premium-theme :where(.crm-kanban-grid){margin-top:14px!important}.premium-theme :where(.crm-kanban-column-header){min-height:56px!important;padding:17px 14px 12px!important}.premium-theme :where(.crm-kanban-column-header h3){font-size:14px!important}.premium-theme :where(.crm-dock){border-color:#45dc043d!important;background:#0d110df7!important;box-shadow:0 -12px 34px #0000006b!important}.premium-theme :where(.crm-dock-item.is-active .crm-dock-button){color:var(--crm-accent)!important;border-color:#45dc04db!important;background:#142014!important;box-shadow:0 0 18px #45dc0457!important}.premium-theme :where(.crm-dock-item.is-active .crm-dock-button svg){color:var(--crm-accent)!important;filter:drop-shadow(0 0 6px rgba(69,220,4,.92))!important}}@media(min-width:769px){.premium-theme :where(.manager-dashboard-shell,.performer-dashboard-shell){box-sizing:border-box!important;padding-left:124px!important}}.crm-dock-menu-backdrop{position:fixed;inset:0;z-index:3240;margin:0;padding:0;border:0;background:transparent;cursor:default}.crm-global-dock-menu{position:fixed;left:112px;bottom:28px;z-index:3250;width:244px;padding:10px;border:1px solid rgba(69,220,4,.28);border-radius:16px;background:linear-gradient(135deg,rgba(69,220,4,.07),transparent 44%),#121712;box-shadow:0 24px 68px #0000009e,0 0 28px #45dc0414;color:#f5f7f3;animation:crmDockMenuIn .17s ease-out}.crm-global-dock-menu-title{padding:8px 10px 10px;color:#7f897e;font-family:Benzin,sans-serif;font-size:10px;font-weight:700;letter-spacing:.12em}.crm-global-dock-menu>button{width:100%;min-height:45px;padding:0 12px;display:flex;align-items:center;gap:11px;border:1px solid transparent;border-radius:10px;background:transparent;color:#dce2da;font:inherit;font-size:13px;font-weight:700;text-align:left;cursor:pointer}.crm-global-dock-menu>button svg{width:18px;height:18px;flex:0 0 18px;color:#45dc04}.crm-global-dock-menu>button:hover{border-color:#45dc043d;background:#45dc0414;color:#fff}.crm-global-dock-menu>button.is-danger:hover{border-color:#ff506547;background:#ff506514}.crm-global-dock-menu>button.is-danger svg{color:#ff687b}.crm-global-dock-menu-divider{height:1px;margin:7px 5px;background:#ebf0e91c}@keyframes crmDockMenuIn{0%{opacity:0;transform:translate(-8px) scale(.98)}to{opacity:1;transform:translate(0) scale(1)}}.premium-theme :where(.dashboard-order-card,.crm-project-card){--crm-text-primary: #f5f7f3;--crm-text-secondary: #c7cdc5;--crm-text-muted: #818a80;border-color:#c2ffa624!important;background:linear-gradient(145deg,rgba(255,255,255,.025),transparent 52%),var(--crm-panel-raised)!important;color:var(--crm-text-primary)!important;box-shadow:inset 0 1px #ffffff09,0 12px 28px #00000038!important}.premium-theme :where(.dashboard-order-card,.crm-project-card) :where(h1,h2,h3,h4,h5,h6,strong){color:var(--crm-text-primary)!important}.premium-theme :where(.dashboard-order-card,.crm-project-card) :where(p,small){color:var(--crm-text-secondary)!important}.premium-theme :where(.dashboard-order-card,.crm-project-card) [style*="color: rgb(17, 20, 17)"],.premium-theme :where(.dashboard-order-card,.crm-project-card) [style*="color: #111411"],.premium-theme :where(.dashboard-order-card,.crm-project-card) [style*="color:#111411"]{color:var(--crm-text-primary)!important}.premium-theme :where(.dashboard-order-card:hover,.crm-project-card:hover){border-color:#45dc0480!important;background:linear-gradient(145deg,rgba(69,220,4,.045),transparent 52%),#1a201a!important}.premium-theme :where(.crm-kanban-column-header){align-items:center!important}.premium-theme :where(.crm-kanban-column-icon){width:36px!important;height:36px!important;min-width:36px!important;margin-right:11px!important;padding:8px!important;box-sizing:border-box!important;border:1px solid rgba(69,220,4,.28)!important;border-radius:10px!important;background:#45dc0414!important;color:#45dc04!important}.premium-theme :where(.crm-kanban-column-header h3){font-size:clamp(16px,1.3vw,21px)!important}.premium-theme :where(.crm-kanban-column:nth-child(2) .crm-kanban-column-icon){border-color:#070a0747!important;background:#070a071f!important;color:#070a07!important}@media(max-width:768px){.crm-global-dock-menu{left:12px;right:12px;bottom:calc(92px + env(safe-area-inset-bottom));width:auto}.premium-theme :where(.crm-kanban-column-icon){width:31px!important;height:31px!important;min-width:31px!important;padding:7px!important}}@media(min-width:769px){.premium-theme :where(.manager-dashboard-shell,.performer-dashboard-shell){padding-left:0!important}.premium-theme :where(.crm-topbar-wrap){padding:14px 20px 10px 112px!important}.premium-theme :where(.crm-content-shell){padding:0 20px 84px 112px!important}.premium-theme :where(.crm-topbar-grid,.crm-content-inner){width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}.premium-theme :where(.crm-global-dock){inset:50% auto auto 20px!important;width:76px!important;max-width:76px!important;height:auto!important;padding:9px!important;display:grid!important;grid-template-columns:56px!important;grid-auto-rows:56px!important;align-items:center!important;justify-items:center!important;gap:8px!important;border-radius:28px!important;transform:translateY(-50%)!important;overflow:visible!important}.premium-theme :where(.crm-global-dock .crm-dock-item){position:relative!important;width:56px!important;min-width:56px!important;height:56px!important;min-height:56px!important;margin:0!important;padding:0!important;display:block!important;transform:none!important}.premium-theme :where(.crm-global-dock .crm-dock-button){position:static!important;inset:auto!important;width:56px!important;min-width:56px!important;height:56px!important;min-height:56px!important;margin:0!important;display:grid!important;place-items:center!important;transform:none!important}.premium-theme :where(.crm-global-dock .crm-dock-item:hover .crm-dock-button),.premium-theme :where(.crm-global-dock .crm-dock-item.is-active .crm-dock-button){transform:none!important}}.premium-theme :where(.crm-analytics-grid>.crm-analytics-card),.premium-theme :where(.crm-analytics-grid>.crm-analytics-card:nth-child(2)){background:linear-gradient(145deg,rgba(255,255,255,.025),transparent 54%),var(--crm-panel-raised)!important;border-color:var(--crm-line)!important;color:var(--crm-text-primary)!important}.premium-theme :where(.crm-analytics-grid>.crm-analytics-card h3),.premium-theme :where(.crm-analytics-grid>.crm-analytics-card:nth-child(2) h3){margin-bottom:20px!important;color:var(--crm-text-primary)!important;font-family:Benzin,sans-serif!important;font-size:clamp(17px,1.2vw,21px)!important;font-weight:700!important;line-height:1.15!important;letter-spacing:.02em!important}.premium-theme :where(.crm-analytics-grid>.crm-analytics-card:nth-child(2) p),.premium-theme :where(.crm-analytics-grid>.crm-analytics-card:nth-child(2) span){color:var(--crm-text-secondary)!important}.premium-theme :where(.crm-analytics-grid>.crm-analytics-card:nth-child(2) span[style*="color: rgb(69, 220, 4)"],.crm-analytics-grid>.crm-analytics-card:nth-child(2) span[style*="color: #45dc04"]){color:var(--crm-accent)!important}.premium-theme :where(.dashboard-order-card h4,.dashboard-order-card h3,.dashboard-order-card strong){color:#f5f7f3!important}.premium-theme ::selection{background:#45dc04;color:#071007}.premium-theme :where(.crm-metrics-grid>.crm-metric-card),.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(1)),.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(2)),.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(3)),.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(4)){--crm-text-primary: #f5f7f3;background:linear-gradient(145deg,rgba(255,255,255,.028),transparent 56%),var(--crm-panel-raised)!important;border-color:var(--crm-line)!important;color:var(--crm-text-primary)!important;box-shadow:inset 0 1px #ffffff09!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card>div:first-child),.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(1)>div:first-child),.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(2)>div:first-child),.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(3)>div:first-child),.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(4)>div:first-child){color:#9ca59b!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card>div:last-child),.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(1)>div:last-child),.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(2)>div:last-child),.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(3)>div:last-child),.premium-theme :where(.crm-metrics-grid>.crm-metric-card:nth-child(4)>div:last-child){color:#f5f7f3!important}.premium-theme :where(.crm-metric-card:hover){background:linear-gradient(145deg,rgba(69,220,4,.09),transparent 58%),#1a201a!important;border-color:#45dc048c!important}.premium-theme :where(.crm-tab-list button.is-active,.crm-tab-list button.active,.team-main-tabs button.active,.team-project-tabs button.active){background:#45dc04!important;border-color:#45dc04!important;color:#071007!important;box-shadow:0 0 20px #45dc043d!important}.premium-theme :where(.crm-tab-list button.is-active *,.crm-tab-list button.active *,.team-main-tabs button.active *,.team-project-tabs button.active *){color:#071007!important}.premium-theme :where(.crm-data-table){background:var(--crm-panel)!important;color:var(--crm-text-primary)!important}.premium-theme :where(.crm-data-row,.crm-data-row:nth-child(odd),.crm-data-row:nth-child(2n)){background:#121712f5!important;color:var(--crm-text-primary)!important;border-bottom-color:var(--crm-line)!important}.premium-theme :where(.crm-data-row:hover,.crm-data-row.is-active,.crm-data-row.is-selected,.crm-data-row[aria-selected=true],.crm-data-row[data-selected=true]){background:#45dc04!important;border-color:#45dc04!important;color:#071007!important;box-shadow:inset 4px 0 #b9ff9a,0 0 24px #45dc042e!important}.premium-theme :where(.crm-data-row:hover,.crm-data-row.is-active,.crm-data-row.is-selected,.crm-data-row[aria-selected=true],.crm-data-row[data-selected=true]) :where(div,span,p,strong,small,button,label){color:#071007!important}.premium-theme :where(.crm-data-row:hover,.crm-data-row.is-active,.crm-data-row.is-selected,.crm-data-row[aria-selected=true],.crm-data-row[data-selected=true]) :where(select,input,textarea,option){background:#111611!important;border-color:#07100773!important;color:#f5f7f3!important}.premium-theme :where(.crm-page-header,.crm-data-table,.crm-payment-card,.team-employee-card,.team-profile-modal,.team-profile-section,.team-info-card,.team-project-card,.team-work-card,.team-direction-add-panel,.team-list-row,.crm-account-details-card,.crm-account-summary-card,.potential-clients-table-shell,.crm-modal-card,.crm-drawer,.crm-analytics-card) :where(h1,h2,h3,h4,h5,h6,strong){color:var(--crm-text-primary)!important}.premium-theme :where(.crm-page-header,.crm-data-table,.crm-payment-card,.team-employee-card,.team-profile-modal,.team-profile-section,.team-info-card,.team-project-card,.team-work-card,.team-direction-add-panel,.team-list-row,.crm-account-details-card,.crm-account-summary-card,.potential-clients-table-shell,.crm-modal-card,.crm-drawer,.crm-analytics-card) :where(p,small){color:var(--crm-text-secondary)}.premium-theme :where(.crm-payment-card:hover,.team-direction-card:hover,.team-list-row:hover,.team-employee-card:hover,.team-project-card:hover,.team-work-card:hover){background:linear-gradient(145deg,rgba(69,220,4,.075),transparent 58%),#1a201a!important;border-color:#45dc047a!important;color:var(--crm-text-primary)!important}.premium-theme :where(.crm-payment-card:hover,.team-direction-card:hover,.team-list-row:hover,.team-employee-card:hover,.team-project-card:hover,.team-work-card:hover) :where(h1,h2,h3,h4,h5,h6,strong){color:var(--crm-text-primary)!important}.premium-theme :where(.crm-payment-card:hover,.team-direction-card:hover,.team-list-row:hover,.team-employee-card:hover,.team-project-card:hover,.team-work-card:hover) :where(p,small){color:var(--crm-text-secondary)!important}@media(max-width:768px){html,body,#root{width:100%;max-width:100%;min-height:100%;overflow-x:hidden;overscroll-behavior-x:none}.premium-theme{--mobile-gutter: 12px;--mobile-radius-xl: 26px;--mobile-radius-lg: 21px;--mobile-radius-md: 16px;--mobile-dock-height: 76px;min-height:100dvh!important;overflow-x:hidden!important;touch-action:pan-y;background:radial-gradient(circle at 100% 0%,rgba(69,220,4,.13),transparent 18rem),#070a07!important}.premium-theme :where(button,input,select,textarea,form,fieldset){box-sizing:border-box;max-width:100%}.premium-theme:before{position:fixed!important;inset:0!important;background-image:linear-gradient(rgba(69,220,4,.065) 1px,transparent 1px),linear-gradient(90deg,rgba(69,220,4,.065) 1px,transparent 1px)!important;background-size:24px 24px!important;opacity:.72!important;-webkit-mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.42) 76%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.42) 76%,transparent 100%);pointer-events:none!important}.premium-theme :where(.crm-dashboard-shell,.manager-dashboard-shell,.performer-dashboard-shell){min-height:100dvh!important;overflow-x:clip!important;background:transparent!important}.premium-theme :where(.crm-shell-overlay){display:none!important}.premium-theme :where(.crm-topbar-wrap){padding:calc(8px + env(safe-area-inset-top)) var(--mobile-gutter) 8px!important}.premium-theme :where(.crm-topbar-grid){display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important}.premium-theme :where(.crm-title-panel){position:relative!important;isolation:isolate;min-height:86px!important;padding:17px 18px!important;border:1px solid rgba(69,220,4,.82)!important;border-radius:var(--mobile-radius-xl)!important;background:radial-gradient(circle at 88% 16%,rgba(255,255,255,.34),transparent 5.5rem),var(--crm-accent)!important;box-shadow:0 14px 36px #00000057,0 0 22px #45dc0426!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;overflow:hidden!important}.premium-theme :where(.crm-title-panel):after{content:"";position:absolute;right:58px;bottom:-38px;width:118px;height:118px;border:1px solid rgba(7,10,7,.16);border-radius:50%;box-shadow:0 0 0 18px #070a070d,0 0 0 36px #070a0709;pointer-events:none}.premium-theme :where(.crm-title-panel h1){position:relative;z-index:1;max-width:calc(100% - 58px);color:#071007!important;font-family:Benzin,sans-serif!important;font-size:clamp(20px,7vw,28px)!important;font-weight:700!important;line-height:.96!important;letter-spacing:-.025em!important}.premium-theme :where(.crm-title-panel button){position:relative;z-index:1;width:46px!important;height:46px!important;min-height:46px!important;padding:0!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:50%!important;background:#090c09!important;color:#f7f9f6!important;box-shadow:0 8px 18px #070a0747!important}.premium-theme :where(.crm-profile-panel){min-height:76px!important;padding:10px 12px!important;grid-template-columns:46px minmax(0,1fr) 38px!important;column-gap:10px!important;row-gap:5px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:var(--mobile-radius-lg)!important;background:linear-gradient(135deg,rgba(255,255,255,.045),transparent 52%),#151a15!important;box-shadow:0 12px 28px #00000047!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.premium-theme :where(.crm-profile-panel>div:first-child){width:46px!important;height:46px!important}.premium-theme :where(.crm-profile-panel button){width:36px!important;height:36px!important;min-height:36px!important;border-radius:50%!important}.premium-theme :where(.crm-content-shell){padding:2px 0 calc(var(--mobile-dock-height) + 30px + env(safe-area-inset-bottom))!important;overflow:visible!important}.premium-theme :where(.crm-content-inner){width:100%!important;max-width:100%!important;margin:0!important;overflow:visible!important}.premium-theme :where(.crm-kanban-grid){display:flex!important;width:100%!important;margin:6px 0 0!important;padding:0 var(--mobile-gutter) 10px!important;gap:10px!important;overflow-x:auto!important;overflow-y:visible!important;touch-action:pan-x pan-y;scroll-snap-type:x mandatory;scroll-padding-inline:var(--mobile-gutter);scrollbar-width:none;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch;box-sizing:border-box!important}.premium-theme :where(.crm-kanban-grid)::-webkit-scrollbar{display:none}.premium-theme :where(.crm-kanban-column){flex:0 0 calc(100vw - 40px)!important;width:calc(100vw - 40px)!important;min-width:0!important;max-width:420px!important;align-self:flex-start!important;scroll-snap-align:start;border:1px solid rgba(194,255,166,.18)!important;border-radius:var(--mobile-radius-xl)!important;background:#111511!important;box-shadow:0 16px 38px #00000052!important;overflow:hidden!important}.premium-theme :where(.crm-kanban-column-header){min-height:64px!important;padding:13px 14px!important;gap:0!important;border-bottom:1px solid rgba(255,255,255,.09)!important;background:#161b16!important}.premium-theme :where(.crm-kanban-column:nth-child(2) .crm-kanban-column-header){background:var(--crm-accent)!important;border-color:var(--crm-accent)!important}.premium-theme :where(.crm-kanban-column-header h3){color:#f5f7f3!important;font-family:Benzin,sans-serif!important;font-size:clamp(15px,5.2vw,20px)!important;line-height:1!important;letter-spacing:-.015em!important}.premium-theme :where(.crm-kanban-column:nth-child(2) .crm-kanban-column-header h3){color:#071007!important}.premium-theme :where(.crm-kanban-column-icon){width:36px!important;height:36px!important;min-width:36px!important;margin-right:10px!important;padding:8px!important;border-radius:50%!important}.premium-theme :where(.crm-kanban-column-body){min-height:132px!important;max-height:min(58dvh,560px)!important;padding:9px!important;overflow-y:auto!important;overscroll-behavior:contain;background:#101410!important}.premium-theme :where(.crm-kanban-column-body>div){height:auto!important}.premium-theme :where(.dashboard-column-orders-scroll){height:auto!important;overflow:visible!important;padding:0!important}.premium-theme :where(.dashboard-order-card,.dashboard-order-card-compact,.crm-project-card){margin-bottom:8px!important;padding:13px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:var(--mobile-radius-md)!important;background:linear-gradient(145deg,rgba(255,255,255,.045),transparent 60%),#1a1f1a!important;box-shadow:none!important;transform:none!important}.premium-theme :where(.dashboard-order-card h3,.dashboard-order-card h4,.crm-project-card h3,.crm-project-card h4){font-family:inherit!important;font-size:15px!important;line-height:1.25!important;letter-spacing:0!important}.premium-theme :where(.crm-analytics-grid){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin:0!important;padding:0 var(--mobile-gutter) 12px!important}.premium-theme :where(.crm-analytics-grid>.crm-analytics-card){min-width:0!important;min-height:174px!important;margin:0!important;padding:15px!important;border-radius:var(--mobile-radius-lg)!important;box-shadow:0 14px 30px #00000040!important}.premium-theme :where(.crm-analytics-grid>.crm-analytics-card:first-child){background:var(--crm-accent)!important;border-color:var(--crm-accent)!important;color:#071007!important}.premium-theme :where(.crm-analytics-grid>.crm-analytics-card:first-child *){color:#071007!important}.premium-theme :where(.crm-analytics-grid>.crm-analytics-card h3){margin-bottom:13px!important;font-size:12px!important;line-height:1.15!important}.premium-theme :where(.crm-standalone-page,.crm-account-page,.team-page){width:100%!important;min-height:100dvh!important;padding:calc(10px + env(safe-area-inset-top)) var(--mobile-gutter) calc(var(--mobile-dock-height) + 30px + env(safe-area-inset-bottom))!important;box-sizing:border-box!important;background:transparent!important;overflow-x:clip!important}.premium-theme :where(.crm-standalone-inner){width:100%!important;max-width:100%!important;margin:0!important}.premium-theme :where(.crm-page-header,.team-hero){position:relative!important;min-height:0!important;margin-bottom:10px!important;padding:18px 16px!important;border:1px solid rgba(69,220,4,.32)!important;border-radius:var(--mobile-radius-xl)!important;background:radial-gradient(circle at 100% 0%,rgba(69,220,4,.14),transparent 10rem),#141914!important;box-shadow:0 14px 34px #0000004a!important;overflow:hidden!important}.premium-theme :where(.crm-page-header):before,.premium-theme :where(.team-hero):before{content:"";position:absolute;inset:0 auto 0 0;width:5px;background:var(--crm-accent)}.premium-theme :where(.crm-page-header h1,.team-hero h1){max-width:100%!important;color:#f5f7f3!important;font-family:Benzin,sans-serif!important;font-size:clamp(24px,8.5vw,35px)!important;line-height:.98!important;letter-spacing:-.025em!important}.premium-theme :where(.crm-page-header p,.team-hero p){margin-top:10px!important;color:#a9b0a7!important;font-size:12px!important;line-height:1.45!important}.premium-theme :where(.crm-page-header button){width:100%!important;min-height:48px!important;margin-top:12px!important;border-radius:15px!important}.premium-theme :where(.crm-page-toolbar){display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:8px!important;margin-bottom:10px!important}.premium-theme :where(.crm-tab-list,.team-main-tabs,.team-project-tabs){display:flex!important;width:100%!important;padding:3px!important;gap:3px!important;overflow-x:auto!important;flex-wrap:nowrap!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:16px!important;background:#111511!important;scrollbar-width:none}.premium-theme :where(.crm-tab-list,.team-main-tabs,.team-project-tabs)::-webkit-scrollbar{display:none}.premium-theme :where(.crm-tab-list button,.team-main-tabs button,.team-project-tabs button){flex:0 0 auto!important;min-height:40px!important;padding:0 13px!important;border:0!important;border-radius:12px!important;font-family:inherit!important;font-size:12px!important;white-space:nowrap!important}.premium-theme :where(.crm-page-toolbar input,.crm-page-toolbar select){width:100%!important;min-height:48px!important;padding:0 14px!important;border:1px solid rgba(255,255,255,.12)!important;border-radius:15px!important;background:#171c17!important;color:#f5f7f3!important}.premium-theme :where(.crm-metrics-grid){display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-bottom:10px!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card){min-width:0!important;min-height:104px!important;padding:13px!important;border-radius:var(--mobile-radius-lg)!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:first-child){grid-column:span 2;min-height:116px!important;background:radial-gradient(circle at 92% 18%,rgba(255,255,255,.32),transparent 5rem),var(--crm-accent)!important;border-color:var(--crm-accent)!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card:first-child>div){color:#071007!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card>div:first-child){font-family:inherit!important;font-size:9px!important;line-height:1.2!important;letter-spacing:.08em!important}.premium-theme :where(.crm-metrics-grid>.crm-metric-card>div:last-child){margin-top:auto!important;font-family:Benzin,sans-serif!important;font-size:clamp(20px,7vw,28px)!important;line-height:1!important}.premium-theme :where(.crm-mobile-client-card,.crm-payment-card,.team-list-row,.team-employee-card,.team-direction-card,.team-profile-section,.crm-account-details-card,.crm-account-summary-card){min-width:0!important;padding:14px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:var(--mobile-radius-lg)!important;background:linear-gradient(145deg,rgba(255,255,255,.04),transparent 56%),#171c17!important;color:#f5f7f3!important;box-shadow:0 12px 28px #00000038!important}.premium-theme :where(.crm-mobile-client-card){position:relative;overflow:hidden}.premium-theme :where(.crm-mobile-client-card):after{content:"↗";position:absolute;top:12px;right:12px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#f4f6f2;color:#071007;font-size:14px;pointer-events:none}.premium-theme :where(.crm-mobile-client-card button){padding-right:36px!important}.premium-theme :where(.crm-mobile-client-card select){min-height:42px!important;border-color:#ffffff1c!important;background:#101410!important;color:#f5f7f3!important}.premium-theme :where(.crm-payment-page section>h2){margin:18px 0 10px!important;color:#f5f7f3!important;font-family:Benzin,sans-serif!important;font-size:15px!important;line-height:1.12!important}.premium-theme :where(.team-direction-grid){grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}.premium-theme :where(.team-direction-card){min-height:126px!important}.premium-theme :where(.crm-global-dock){position:fixed!important;inset:auto 10px calc(8px + env(safe-area-inset-bottom)) 10px!important;z-index:3200!important;width:auto!important;max-width:none!important;height:var(--mobile-dock-height)!important;min-height:var(--mobile-dock-height)!important;padding:6px!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;align-items:stretch!important;gap:3px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:25px!important;background:#0f130ff5!important;box-shadow:0 18px 50px #00000094,0 0 30px #45dc0414!important;-webkit-backdrop-filter:blur(18px) saturate(120%)!important;backdrop-filter:blur(18px) saturate(120%)!important;overflow:hidden!important}.premium-theme :where(.crm-global-dock .crm-dock-item){position:static!important;width:100%!important;min-width:0!important;height:64px!important;min-height:64px!important;margin:0!important;padding:0!important;display:grid!important;grid-template-rows:40px 14px!important;justify-items:center!important;align-content:center!important;gap:1px!important;border:0!important;border-radius:18px!important;background:transparent!important;color:#899087!important;transform:none!important;overflow:hidden!important}.premium-theme :where(.crm-global-dock .crm-dock-button){position:static!important;inset:auto!important;width:40px!important;height:40px!important;min-height:40px!important;margin:0!important;display:grid!important;place-items:center!important;border:1px solid transparent!important;border-radius:50%!important;background:transparent!important;color:inherit!important;transform:none!important}.premium-theme :where(.crm-global-dock .crm-dock-item.is-active){background:#45dc0412!important;color:var(--crm-accent)!important}.premium-theme :where(.crm-global-dock .crm-dock-item.is-active .crm-dock-button){border-color:var(--crm-accent)!important;background:var(--crm-accent)!important;color:#071007!important;box-shadow:0 0 18px #45dc048a!important}.premium-theme :where(.crm-global-dock .crm-dock-item.is-active .crm-dock-button svg){color:#071007!important;filter:none!important}.premium-theme :where(.crm-global-dock .crm-dock-mobile-label){display:block!important;width:100%!important;margin:0!important;color:inherit!important;font-size:8px!important;font-weight:750!important;line-height:12px!important;letter-spacing:-.01em!important;text-align:center!important;text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important}.crm-global-dock-menu{left:10px!important;right:10px!important;bottom:calc(var(--mobile-dock-height) + 18px + env(safe-area-inset-bottom))!important;width:auto!important;padding:8px!important;border-radius:21px!important;background:#151a15!important;box-shadow:0 22px 68px #000000a8!important}.crm-global-dock-menu>button{min-height:48px!important;border-radius:13px!important}.premium-theme :where(.crm-modal-card,.crm-drawer,.team-profile-modal){max-width:100vw!important;border-radius:24px 24px 0 0!important}@media(max-width:380px){.premium-theme :where(.crm-kanban-column){flex-basis:calc(100vw - 32px)!important;width:calc(100vw - 32px)!important}.premium-theme :where(.crm-global-dock .crm-dock-mobile-label){font-size:7px!important}}}@media(max-width:768px){html,body,#root{width:100%!important;min-width:0!important;min-height:100dvh!important;margin:0!important;padding:0!important;overflow-x:clip!important;background:#070a07!important}.premium-theme{width:100%!important;min-width:0!important;min-height:100dvh!important;padding:env(safe-area-inset-top) 0 env(safe-area-inset-bottom)!important;overflow-x:clip!important;background-color:#070a07!important}.premium-theme :where(.crm-dashboard-shell,.manager-dashboard-shell){width:100%!important;min-width:0!important;min-height:100dvh!important;padding:0!important;overflow:visible!important}.premium-theme :where(.crm-topbar-wrap){width:100%!important;min-width:0!important;padding:8px 10px 6px!important}.premium-theme :where(.crm-topbar-grid){width:100%!important;min-width:0!important;display:grid!important;grid-template-columns:minmax(0,.88fr) minmax(0,1.42fr)!important;gap:6px!important}.premium-theme :where(.crm-title-panel){min-width:0!important;min-height:62px!important;padding:10px 12px!important;border-radius:18px!important}.premium-theme :where(.crm-title-panel h1){min-width:0!important;font-size:clamp(16px,5vw,20px)!important;line-height:1!important;white-space:nowrap!important}.premium-theme :where(.crm-title-panel button){width:38px!important;height:38px!important;min-height:38px!important}.premium-theme :where(.crm-profile-panel){min-width:0!important;min-height:62px!important;padding:7px 9px!important;grid-template-columns:40px minmax(0,1fr) 32px!important;gap:3px 8px!important;border-radius:18px!important}.premium-theme :where(.crm-profile-panel>div:first-child){width:40px!important;height:40px!important}.premium-theme :where(.crm-profile-panel button){width:32px!important;height:32px!important;min-height:32px!important}.premium-theme :where(.crm-content-shell){width:100%!important;min-width:0!important;padding:4px 10px calc(96px + env(safe-area-inset-bottom))!important;overflow:visible!important}.premium-theme :where(.crm-content-inner){width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;overflow:visible!important}.premium-theme :where(.crm-mobile-status-tabs){width:100%!important;margin:0 0 8px!important;display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.premium-theme :where(.crm-kanban-grid){width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;padding:0!important;display:block!important;overflow:visible!important;scroll-snap-type:none!important;touch-action:pan-y!important}.premium-theme :where(.crm-kanban-column){width:100%!important;min-width:0!important;max-width:100%!important;min-height:0!important;margin:0!important;padding:0!important;display:block!important;flex:none!important;border-radius:20px!important;overflow:hidden!important;scroll-snap-align:none!important}.premium-theme :where(.crm-kanban-column-header){display:none!important}.premium-theme :where(.crm-kanban-column-body){width:100%!important;min-width:0!important;min-height:86px!important;max-height:none!important;padding:7px!important;overflow:visible!important}.premium-theme :where(.crm-kanban-column-body>div,.dashboard-column-orders-scroll){width:100%!important;min-width:0!important;height:auto!important;max-height:none!important;overflow:visible!important}.premium-theme :where(.crm-mobile-order-card){width:100%!important;min-width:0!important;margin:0 0 7px!important}.premium-theme :where(.dashboard-order-card-compact){width:100%!important;min-width:0!important;margin:0 0 7px!important;border-radius:15px!important}.premium-theme :where(.crm-analytics-grid){width:100%!important;min-width:0!important;padding:8px 0 0!important}.premium-theme :where(.crm-global-dock){inset:auto 10px calc(8px + env(safe-area-inset-bottom)) 10px!important;width:auto!important;max-width:none!important}}@media(max-width:380px){.premium-theme :where(.crm-kanban-column){width:100%!important;flex-basis:auto!important}}.file\:inline-flex::file-selector-button{display:inline-flex}.file\:h-6::file-selector-button{height:1.5rem}.file\:border-0::file-selector-button{border-width:0px}.file\:bg-transparent::file-selector-button{background-color:transparent}.file\:text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:font-medium::file-selector-button{font-weight:500}.file\:text-foreground::file-selector-button{--tw-text-opacity:1;color:rgb(243 247 255 / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::placeholder{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.placeholder\:text-slate-500::placeholder{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:inset-0:after{content:var(--tw-content);inset:0}.after\:rounded-full:after{content:var(--tw-content);border-radius:9999px}.after\:border:after{content:var(--tw-content);border-width:1px}.after\:border-border:after{content:var(--tw-content);border-color:#ffffff1f}.after\:mix-blend-darken:after{content:var(--tw-content);mix-blend-mode:darken}.hover\:border-\[\#45DC04\]\/45:hover{border-color:#45dc0473}.hover\:bg-destructive\/20:hover{background-color:#ef444433}.hover\:bg-muted:hover{--tw-bg-opacity:1;background-color:rgb(18 26 39 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary\/80:hover{background-color:#151d2acc}.hover\:text-foreground:hover{--tw-text-opacity:1;color:rgb(243 247 255 / var(--tw-text-opacity, 1))}.hover\:text-muted-foreground:hover{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.focus-visible\:border-destructive\/40:focus-visible{border-color:#ef444466}.focus-visible\:border-ring:focus-visible{border-color:#45dc0494}.focus-visible\:ring-\[3px\]:focus-visible{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-destructive\/20:focus-visible{--tw-ring-color:rgb(239 68 68 / .2)}.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:rgba(69, 220, 4, .5)}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:bg-input\/50:disabled{background-color:#ffffff80}.disabled\:opacity-50:disabled{opacity:.5}.has-\[\>img\:first-child\]\:pt-0:has(>img:first-child){padding-top:0}.aria-expanded\:bg-muted[aria-expanded=true]{--tw-bg-opacity:1;background-color:rgb(18 26 39 / var(--tw-bg-opacity, 1))}.aria-expanded\:bg-secondary[aria-expanded=true]{--tw-bg-opacity:1;background-color:rgb(21 29 42 / var(--tw-bg-opacity, 1))}.aria-expanded\:text-foreground[aria-expanded=true]{--tw-text-opacity:1;color:rgb(243 247 255 / var(--tw-text-opacity, 1))}.aria-expanded\:text-secondary-foreground[aria-expanded=true]{--tw-text-opacity:1;color:rgb(213 222 241 / var(--tw-text-opacity, 1))}.data-\[size\=lg\]\:size-10[data-size=lg]{width:2.5rem;height:2.5rem}.data-\[size\=sm\]\:size-6[data-size=sm]{width:1.5rem;height:1.5rem}.data-\[size\=sm\]\:gap-3[data-size=sm]{gap:.75rem}.data-\[size\=sm\]\:py-3[data-size=sm]{padding-top:.75rem;padding-bottom:.75rem}.data-\[state\=open\]\:\[animation\:modalCenterIn_360ms_cubic-bezier\(0\.22\,1\,0\.36\,1\)\][data-state=open]{animation:modalCenterIn .36s cubic-bezier(.22,1,.36,1)}.data-\[state\=closed\]\:\[animation\:modalCenterOut_220ms_cubic-bezier\(0\.4\,0\,1\,1\)_forwards\][data-state=closed]{animation:modalCenterOut .22s cubic-bezier(.4,0,1,1) forwards}.data-\[state\=open\]\:\[animation\:modalOverlayIn_320ms_cubic-bezier\(0\.22\,1\,0\.36\,1\)\][data-state=open]{animation:modalOverlayIn .32s cubic-bezier(.22,1,.36,1)}.data-\[state\=closed\]\:\[animation\:modalOverlayOut_220ms_cubic-bezier\(0\.4\,0\,1\,1\)_forwards\][data-state=closed]{animation:modalOverlayOut .22s cubic-bezier(.4,0,1,1) forwards}.\*\:data-\[slot\=avatar\]\:ring-2[data-slot=avatar]>*{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.\*\:data-\[slot\=avatar\]\:ring-background[data-slot=avatar]>*{--tw-ring-opacity:1;--tw-ring-color:rgb(5 7 13 / var(--tw-ring-opacity, 1))}.group\/avatar[data-size=default] .group-data-\[size\=default\]\/avatar\:size-2\.5{width:.625rem;height:.625rem}.group\/avatar[data-size=lg] .group-data-\[size\=lg\]\/avatar\:size-3{width:.75rem;height:.75rem}.group\/avatar[data-size=sm] .group-data-\[size\=sm\]\/avatar\:size-2{width:.5rem;height:.5rem}.group\/card[data-size=sm] .group-data-\[size\=sm\]\/card\:p-3{padding:.75rem}.group\/card[data-size=sm] .group-data-\[size\=sm\]\/card\:px-3{padding-left:.75rem;padding-right:.75rem}.group\/avatar[data-size=sm] .group-data-\[size\=sm\]\/avatar\:text-xs{font-size:.75rem;line-height:1rem}.group\/card[data-size=sm] .group-data-\[size\=sm\]\/card\:text-sm{font-size:.875rem;line-height:1.25rem}.dark\:border-input:is(.dark *){border-color:#ffffff24}.dark\:bg-destructive\/20:is(.dark *){background-color:#ef444433}.dark\:bg-input\/30:is(.dark *){background-color:#ffffff4d}.dark\:after\:mix-blend-lighten:is(.dark *):after{content:var(--tw-content);mix-blend-mode:lighten}.dark\:hover\:bg-destructive\/30:hover:is(.dark *){background-color:#ef44444d}.dark\:hover\:bg-input\/50:hover:is(.dark *){background-color:#ffffff80}.dark\:hover\:bg-muted\/50:hover:is(.dark *){background-color:#121a2780}.dark\:focus-visible\:ring-destructive\/40:focus-visible:is(.dark *){--tw-ring-color:rgb(239 68 68 / .4)}.dark\:disabled\:bg-input\/80:disabled:is(.dark *){background-color:#fffc}@media(min-width:640px){.sm\:max-w-3xl{max-width:48rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-sm{max-width:24rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:justify-end{justify-content:flex-end}}@media(min-width:768px){.md\:gap-5{gap:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:pt-24{padding-top:6rem}.md\:text-\[28px\]{font-size:28px}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media(min-width:1024px){.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1280px){.xl\:grid-cols-\[1fr_320px\]{grid-template-columns:1fr 320px}}.\[\&\>svg\]\:pointer-events-none>svg{pointer-events:none}.\[\&\>svg\]\:size-4>svg{width:1rem;height:1rem}.group\/avatar[data-size=sm] .group-data-\[size\=sm\]\/avatar\:\[\&\>svg\]\:hidden>svg{display:none}.group\/avatar[data-size=default] .group-data-\[size\=default\]\/avatar\:\[\&\>svg\]\:size-2>svg{width:.5rem;height:.5rem}.group\/avatar[data-size=lg] .group-data-\[size\=lg\]\/avatar\:\[\&\>svg\]\:size-2>svg{width:.5rem;height:.5rem}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3 svg:not([class*=size-]){width:.75rem;height:.75rem}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-3\.5 svg:not([class*=size-]){width:.875rem;height:.875rem}.\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*=size-]){width:1rem;height:1rem}.\[\&_svg\]\:pointer-events-none svg{pointer-events:none}.\[\&_svg\]\:shrink-0 svg{flex-shrink:0}
