@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:Noto Sans SC;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/noto-sans-sc-chinese-simplified-400-normal-Ba7eOkfT.woff2) format("woff2"),url(/assets/noto-sans-sc-chinese-simplified-400-normal-DUWMQbbw.woff) format("woff")}@font-face{font-family:Noto Sans SC;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/noto-sans-sc-chinese-simplified-500-normal-z_irmif2.woff2) format("woff2"),url(/assets/noto-sans-sc-chinese-simplified-500-normal-Du6iXQtI.woff) format("woff")}@font-face{font-family:Noto Sans SC;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/noto-sans-sc-chinese-simplified-700-normal-DoUziBww.woff2) format("woff2"),url(/assets/noto-sans-sc-chinese-simplified-700-normal-DdQ4H5Ol.woff) format("woff")}*,: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%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:Geist Variable,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::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}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}:root{--background: 1 0 0;--foreground: .145 0 0;--card: 1 0 0;--card-foreground: .145 0 0;--popover: 1 0 0;--popover-foreground: .145 0 0;--primary: .205 0 0;--primary-foreground: .985 0 0;--secondary: .97 0 0;--secondary-foreground: .205 0 0;--muted: .97 0 0;--muted-foreground: .556 0 0;--accent: .97 0 0;--accent-foreground: .205 0 0;--destructive: .577 .245 27.325;--border: .922 0 0;--input: .922 0 0;--ring: .708 0 0;--chart-1: .87 0 0;--chart-2: .556 0 0;--chart-3: .439 0 0;--chart-4: .371 0 0;--chart-5: .269 0 0;--radius: .625rem;--sidebar: .985 0 0;--sidebar-foreground: .145 0 0;--sidebar-primary: .205 0 0;--sidebar-primary-foreground: .985 0 0;--sidebar-accent: .97 0 0;--sidebar-accent-foreground: .205 0 0;--sidebar-border: .922 0 0;--sidebar-ring: .708 0 0}.dark{--background: .145 0 0;--foreground: .985 0 0;--card: .205 0 0;--card-foreground: .985 0 0;--popover: .205 0 0;--popover-foreground: .985 0 0;--primary: .922 0 0;--primary-foreground: .205 0 0;--secondary: .269 0 0;--secondary-foreground: .985 0 0;--muted: .269 0 0;--muted-foreground: .708 0 0;--accent: .269 0 0;--accent-foreground: .985 0 0;--destructive: .704 .191 22.216;--border: 1 0 0;--input: 1 0 0;--ring: .556 0 0;--chart-1: .87 0 0;--chart-2: .556 0 0;--chart-3: .439 0 0;--chart-4: .371 0 0;--chart-5: .269 0 0;--sidebar: .205 0 0;--sidebar-foreground: .985 0 0;--sidebar-primary: .488 .243 264.376;--sidebar-primary-foreground: .985 0 0;--sidebar-accent: .269 0 0;--sidebar-accent-foreground: .985 0 0;--sidebar-border: 1 0 0;--sidebar-ring: .556 0 0}*{--tw-border-opacity:1;border-color:oklch(var(--border) / var(--tw-border-opacity, 1));outline-color:oklch(var(--ring) / .5)}body{--tw-bg-opacity:1;background-color:oklch(var(--background) / var(--tw-bg-opacity, 1));--tw-text-opacity:1;color:oklch(var(--foreground) / var(--tw-text-opacity, 1))}html{font-family:Geist Variable,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.container{width:100%}@media(min-width:640px){.container{max-width:640px}}@media(min-width:768px){.container{max-width:768px}}@media(min-width:1024px){.container{max-width:1024px}}@media(min-width:1280px){.container{max-width:1280px}}@media(min-width:1536px){.container{max-width:1536px}}.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}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.inset-x-0{left:0;right:0}.-bottom-1{bottom:-.25rem}.bottom-0{bottom:0}.bottom-6{bottom:1.5rem}.bottom-\[-10\%\]{bottom:-10%}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-\[-10\%\]{left:-10%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-\[-10\%\]{right:-10%}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-2{top:.5rem}.top-3{top:.75rem}.top-3\.5{top:.875rem}.top-8{top:2rem}.top-\[-10\%\]{top:-10%}.top-full{top:100%}.isolate{isolation:isolate}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.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-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.-mb-4{margin-bottom:-1rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-auto{margin-left:auto}.mr-0\.5{margin-right:.125rem}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-8{margin-right:2rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-6{margin-top:1.5rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.block{display:block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.grid{display:grid}.hidden{display:none}.aspect-\[4\/3\]{aspect-ratio:4/3}.aspect-\[4\/5\]{aspect-ratio:4/5}.aspect-square{aspect-ratio:1 / 1}.size-3{width:.75rem;height:.75rem}.size-3\.5{width:.875rem;height:.875rem}.size-4{width:1rem;height:1rem}.size-6{width:1.5rem;height:1.5rem}.size-7{width:1.75rem;height:1.75rem}.size-8{width:2rem;height:2rem}.size-9{width:2.25rem;height:2.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-40{height:10rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[22px\]{height:22px}.h-\[40\%\]{height:40%}.h-\[56px\]{height:56px}.h-\[600px\]{height:600px}.h-\[calc\(100\%-1px\)\]{height:calc(100% - 1px)}.h-full{height:100%}.h-px{height:1px}.max-h-40{max-height:10rem}.max-h-60{max-height:15rem}.max-h-\[400px\]{max-height:400px}.max-h-\[85vh\]{max-height:85vh}.max-h-\[90vh\]{max-height:90vh}.min-h-11{min-height:2.75rem}.min-h-12{min-height:3rem}.min-h-40{min-height:10rem}.min-h-56{min-height:14rem}.min-h-72{min-height:18rem}.min-h-\[300px\]{min-height:300px}.min-h-\[34px\]{min-height:34px}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[300px\]{width:300px}.w-\[40\%\]{width:40%}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0px}.min-w-32{min-width:8rem}.min-w-\[96px\]{min-width:96px}.max-w-2xl{max-width:42rem}.max-w-\[120px\]{max-width:120px}.max-w-\[140px\]{max-width:140px}.max-w-\[150px\]{max-width:150px}.max-w-\[200px\]{max-width:200px}.max-w-\[calc\(100\%-2rem\)\]{max-width:calc(100% - 2rem)}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-md{max-width:28rem}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink-0,.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))}.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))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.resize-none{resize:none}.snap-y{scroll-snap-type:y var(--tw-scroll-snap-strictness)}.snap-mandatory{--tw-scroll-snap-strictness:mandatory}.snap-start{scroll-snap-align:start}.snap-always{scroll-snap-stop:always}.auto-rows-min{grid-auto-rows:min-content}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-y-1{row-gap:.25rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.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-x-3>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.75rem * var(--tw-space-x-reverse));margin-left:calc(.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * 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-2\.5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.625rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.625rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * 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))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.self-start{align-self:flex-start}.justify-self-end{justify-self:end}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-scroll{overflow-y:scroll}.scroll-smooth{scroll-behavior:smooth}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[18px\]{border-radius:18px}.rounded-\[2\.5rem\]{border-radius:2.5rem}.rounded-\[20px\]{border-radius:20px}.rounded-\[22px\]{border-radius:22px}.rounded-\[24px\]{border-radius:24px}.rounded-\[28px\]{border-radius:28px}.rounded-\[32px\]{border-radius:32px}.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:var(--radius)}.rounded-md{border-radius:calc(var(--radius) - 2px)}.rounded-sm{border-radius:calc(var(--radius) - 4px)}.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}.rounded-tl{border-top-left-radius:.25rem}.border{border-width:1px}.border-2{border-width:2px}.border-\[8px\]{border-width:8px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l{border-left-width:1px}.border-r{border-right-width:1px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138 / var(--tw-border-opacity, 1))}.border-amber-500{--tw-border-opacity:1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.border-blue-100{--tw-border-opacity:1;border-color:rgb(219 234 254 / var(--tw-border-opacity, 1))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254 / var(--tw-border-opacity, 1))}.border-border{--tw-border-opacity:1;border-color:oklch(var(--border) / var(--tw-border-opacity, 1))}.border-cyan-200{--tw-border-opacity:1;border-color:rgb(165 243 252 / var(--tw-border-opacity, 1))}.border-emerald-200{--tw-border-opacity:1;border-color:rgb(167 243 208 / var(--tw-border-opacity, 1))}.border-emerald-300{--tw-border-opacity:1;border-color:rgb(110 231 183 / var(--tw-border-opacity, 1))}.border-emerald-500\/50{border-color:#10b98180}.border-indigo-200{--tw-border-opacity:1;border-color:rgb(199 210 254 / var(--tw-border-opacity, 1))}.border-input{--tw-border-opacity:1;border-color:oklch(var(--input) / var(--tw-border-opacity, 1))}.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170 / var(--tw-border-opacity, 1))}.border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22 / var(--tw-border-opacity, 1))}.border-orange-500\/30{border-color:#f973164d}.border-pink-500{--tw-border-opacity:1;border-color:rgb(236 72 153 / var(--tw-border-opacity, 1))}.border-purple-200{--tw-border-opacity:1;border-color:rgb(233 213 255 / var(--tw-border-opacity, 1))}.border-purple-300{--tw-border-opacity:1;border-color:rgb(216 180 254 / var(--tw-border-opacity, 1))}.border-purple-400\/50{border-color:#c084fc80}.border-purple-500{--tw-border-opacity:1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202 / var(--tw-border-opacity, 1))}.border-red-300{--tw-border-opacity:1;border-color:rgb(252 165 165 / var(--tw-border-opacity, 1))}.border-red-500\/50{border-color:#ef444480}.border-sky-200{--tw-border-opacity:1;border-color:rgb(186 230 253 / var(--tw-border-opacity, 1))}.border-sky-200\/80{border-color:#bae6fdcc}.border-sky-500{--tw-border-opacity:1;border-color:rgb(14 165 233 / var(--tw-border-opacity, 1))}.border-slate-100{--tw-border-opacity:1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.border-slate-200{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.border-slate-200\/80{border-color:#e2e8f0cc}.border-slate-300{--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.border-slate-400{--tw-border-opacity:1;border-color:rgb(148 163 184 / var(--tw-border-opacity, 1))}.border-slate-700{--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.border-slate-700\/50{border-color:#33415580}.border-slate-800{--tw-border-opacity:1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 1))}.border-slate-900{--tw-border-opacity:1;border-color:rgb(15 23 42 / var(--tw-border-opacity, 1))}.border-teal-200{--tw-border-opacity:1;border-color:rgb(153 246 228 / var(--tw-border-opacity, 1))}.border-transparent{border-color:transparent}.border-violet-200{--tw-border-opacity:1;border-color:rgb(221 214 254 / var(--tw-border-opacity, 1))}.border-violet-200\/50{border-color:#ddd6fe80}.border-violet-400\/30{border-color:#a78bfa4d}.border-violet-600{--tw-border-opacity:1;border-color:rgb(124 58 237 / var(--tw-border-opacity, 1))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255 / var(--tw-border-opacity, 1))}.border-white\/10{border-color:#ffffff1a}.border-white\/50{border-color:#ffffff80}.border-white\/80{border-color:#fffc}.border-yellow-100{--tw-border-opacity:1;border-color:rgb(254 249 195 / var(--tw-border-opacity, 1))}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138 / var(--tw-border-opacity, 1))}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71 / var(--tw-border-opacity, 1))}.bg-amber-100{--tw-bg-opacity:1;background-color:rgb(254 243 199 / var(--tw-bg-opacity, 1))}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235 / var(--tw-bg-opacity, 1))}.bg-amber-500{--tw-bg-opacity:1;background-color:rgb(245 158 11 / var(--tw-bg-opacity, 1))}.bg-amber-500\/20{background-color:#f59e0b33}.bg-background{--tw-bg-opacity:1;background-color:oklch(var(--background) / var(--tw-bg-opacity, 1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/10{background-color:#0000001a}.bg-black\/30{background-color:#0000004d}.bg-black\/35{background-color:#00000059}.bg-black\/40{background-color:#0006}.bg-black\/60{background-color:#0009}.bg-black\/65{background-color:#000000a6}.bg-black\/80{background-color:#000c}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255 / var(--tw-bg-opacity, 1))}.bg-border{--tw-bg-opacity:1;background-color:oklch(var(--border) / var(--tw-bg-opacity, 1))}.bg-card{--tw-bg-opacity:1;background-color:oklch(var(--card) / var(--tw-bg-opacity, 1))}.bg-cyan-100{--tw-bg-opacity:1;background-color:rgb(207 250 254 / var(--tw-bg-opacity, 1))}.bg-cyan-50{--tw-bg-opacity:1;background-color:rgb(236 254 255 / var(--tw-bg-opacity, 1))}.bg-cyan-500{--tw-bg-opacity:1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.bg-cyan-600{--tw-bg-opacity:1;background-color:rgb(8 145 178 / var(--tw-bg-opacity, 1))}.bg-cyan-900\/20{background-color:#164e6333}.bg-destructive\/10{background-color:oklch(var(--destructive) / .1)}.bg-emerald-100{--tw-bg-opacity:1;background-color:rgb(209 250 229 / var(--tw-bg-opacity, 1))}.bg-emerald-50{--tw-bg-opacity:1;background-color:rgb(236 253 245 / var(--tw-bg-opacity, 1))}.bg-emerald-500{--tw-bg-opacity:1;background-color:rgb(16 185 129 / var(--tw-bg-opacity, 1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231 / var(--tw-bg-opacity, 1))}.bg-indigo-100{--tw-bg-opacity:1;background-color:rgb(224 231 255 / var(--tw-bg-opacity, 1))}.bg-indigo-600{--tw-bg-opacity:1;background-color:rgb(79 70 229 / var(--tw-bg-opacity, 1))}.bg-indigo-900\/20{background-color:#312e8133}.bg-muted{--tw-bg-opacity:1;background-color:oklch(var(--muted) / var(--tw-bg-opacity, 1))}.bg-muted\/50{background-color:oklch(var(--muted) / .5)}.bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213 / var(--tw-bg-opacity, 1))}.bg-pink-500{--tw-bg-opacity:1;background-color:rgb(236 72 153 / var(--tw-bg-opacity, 1))}.bg-pink-500\/20{background-color:#ec489933}.bg-popover{--tw-bg-opacity:1;background-color:oklch(var(--popover) / var(--tw-bg-opacity, 1))}.bg-primary{--tw-bg-opacity:1;background-color:oklch(var(--primary) / var(--tw-bg-opacity, 1))}.bg-purple-100{--tw-bg-opacity:1;background-color:rgb(243 232 255 / var(--tw-bg-opacity, 1))}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255 / var(--tw-bg-opacity, 1))}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(147 51 234 / var(--tw-bg-opacity, 1))}.bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242 / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68 / var(--tw-bg-opacity, 1))}.bg-red-500\/80{background-color:#ef4444cc}.bg-red-900\/20{background-color:#7f1d1d33}.bg-rose-500{--tw-bg-opacity:1;background-color:rgb(244 63 94 / var(--tw-bg-opacity, 1))}.bg-secondary{--tw-bg-opacity:1;background-color:oklch(var(--secondary) / var(--tw-bg-opacity, 1))}.bg-sky-50{--tw-bg-opacity:1;background-color:rgb(240 249 255 / var(--tw-bg-opacity, 1))}.bg-sky-50\/80{background-color:#f0f9ffcc}.bg-slate-100{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.bg-slate-200{--tw-bg-opacity:1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.bg-slate-300{--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.bg-slate-50\/70{background-color:#f8fafcb3}.bg-slate-50\/80{background-color:#f8fafccc}.bg-slate-700{--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.bg-slate-900{--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-slate-900\/80{background-color:#0f172acc}.bg-slate-950{--tw-bg-opacity:1;background-color:rgb(2 6 23 / var(--tw-bg-opacity, 1))}.bg-teal-100{--tw-bg-opacity:1;background-color:rgb(204 251 241 / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-violet-100{--tw-bg-opacity:1;background-color:rgb(237 233 254 / var(--tw-bg-opacity, 1))}.bg-violet-50{--tw-bg-opacity:1;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))}.bg-violet-600{--tw-bg-opacity:1;background-color:rgb(124 58 237 / var(--tw-bg-opacity, 1))}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.bg-white\/95{background-color:#fffffff2}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195 / var(--tw-bg-opacity, 1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232 / var(--tw-bg-opacity, 1))}.bg-yellow-500\/90{background-color:#eab308e6}.bg-gradient-to-b{background-image:linear-gradient(to bottom,var(--tw-gradient-stops))}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.from-amber-500{--tw-gradient-from:#f59e0b var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 158 11 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/20{--tw-gradient-from:rgb(0 0 0 / .2) var(--tw-gradient-from-position);--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-600{--tw-gradient-from:#0891b2 var(--tw-gradient-from-position);--tw-gradient-to:rgb(8 145 178 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from:#6366f1 var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from:#4f46e5 var(--tw-gradient-from-position);--tw-gradient-to:rgb(79 70 229 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600\/90{--tw-gradient-from:rgb(147 51 234 / .9) var(--tw-gradient-from-position);--tw-gradient-to:rgb(147 51 234 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-900{--tw-gradient-from:#0f172a var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-50{--tw-gradient-from:#f5f3ff var(--tw-gradient-from-position);--tw-gradient-to:rgb(245 243 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-600{--tw-gradient-from:#7c3aed var(--tw-gradient-from-position);--tw-gradient-to:rgb(124 58 237 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.via-orange-500{--tw-gradient-to:rgb(249 115 22 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-slate-800{--tw-gradient-to:rgb(30 41 59 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-transparent{--tw-gradient-to:rgb(0 0 0 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to)}.via-white{--tw-gradient-to:rgb(255 255 255 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to)}.to-amber-50{--tw-gradient-to:#fffbeb var(--tw-gradient-to-position)}.to-amber-500{--tw-gradient-to:#f59e0b var(--tw-gradient-to-position)}.to-black\/60{--tw-gradient-to:rgb(0 0 0 / .6) var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to:#2563eb var(--tw-gradient-to-position)}.to-cyan-500{--tw-gradient-to:#06b6d4 var(--tw-gradient-to-position)}.to-cyan-600{--tw-gradient-to:#0891b2 var(--tw-gradient-to-position)}.to-fuchsia-600{--tw-gradient-to:#c026d3 var(--tw-gradient-to-position)}.to-pink-600\/90{--tw-gradient-to:rgb(219 39 119 / .9) var(--tw-gradient-to-position)}.to-sky-500{--tw-gradient-to:#0ea5e9 var(--tw-gradient-to-position)}.to-sky-600{--tw-gradient-to:#0284c7 var(--tw-gradient-to-position)}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)}.bg-clip-padding{background-clip:padding-box}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-2\.5{padding:.625rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[3px\]{padding:3px}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.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-6{padding-left:1.5rem;padding-right:1.5rem}.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-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-12{padding-bottom:3rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-1\.5{padding-left:.375rem}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.font-heading{font-family:Geist Variable,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.text-\[8px\]{font-size:8px}.text-\[9px\]{font-size:9px}.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-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.24em\]{letter-spacing:.24em}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.text-amber-700{--tw-text-opacity:1;color:rgb(180 83 9 / var(--tw-text-opacity, 1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14 / var(--tw-text-opacity, 1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246 / var(--tw-text-opacity, 1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235 / var(--tw-text-opacity, 1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216 / var(--tw-text-opacity, 1))}.text-card-foreground{--tw-text-opacity:1;color:oklch(var(--card-foreground) / var(--tw-text-opacity, 1))}.text-cyan-400{--tw-text-opacity:1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.text-cyan-500{--tw-text-opacity:1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.text-cyan-600{--tw-text-opacity:1;color:rgb(8 145 178 / var(--tw-text-opacity, 1))}.text-cyan-700{--tw-text-opacity:1;color:rgb(14 116 144 / var(--tw-text-opacity, 1))}.text-destructive{--tw-text-opacity:1;color:oklch(var(--destructive) / var(--tw-text-opacity, 1))}.text-emerald-500{--tw-text-opacity:1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.text-emerald-600{--tw-text-opacity:1;color:rgb(5 150 105 / var(--tw-text-opacity, 1))}.text-emerald-600\/70{color:#059669b3}.text-emerald-700{--tw-text-opacity:1;color:rgb(4 120 87 / var(--tw-text-opacity, 1))}.text-foreground{--tw-text-opacity:1;color:oklch(var(--foreground) / var(--tw-text-opacity, 1))}.text-foreground\/60{color:oklch(var(--foreground) / .6)}.text-fuchsia-700{--tw-text-opacity:1;color:rgb(162 28 175 / var(--tw-text-opacity, 1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94 / var(--tw-text-opacity, 1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61 / var(--tw-text-opacity, 1))}.text-indigo-400{--tw-text-opacity:1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.text-indigo-500{--tw-text-opacity:1;color:rgb(99 102 241 / var(--tw-text-opacity, 1))}.text-indigo-600{--tw-text-opacity:1;color:rgb(79 70 229 / var(--tw-text-opacity, 1))}.text-indigo-700{--tw-text-opacity:1;color:rgb(67 56 202 / var(--tw-text-opacity, 1))}.text-muted-foreground{--tw-text-opacity:1;color:oklch(var(--muted-foreground) / var(--tw-text-opacity, 1))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22 / var(--tw-text-opacity, 1))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12 / var(--tw-text-opacity, 1))}.text-pink-500{--tw-text-opacity:1;color:rgb(236 72 153 / var(--tw-text-opacity, 1))}.text-popover-foreground{--tw-text-opacity:1;color:oklch(var(--popover-foreground) / var(--tw-text-opacity, 1))}.text-primary{--tw-text-opacity:1;color:oklch(var(--primary) / var(--tw-text-opacity, 1))}.text-primary-foreground{--tw-text-opacity:1;color:oklch(var(--primary-foreground) / var(--tw-text-opacity, 1))}.text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247 / var(--tw-text-opacity, 1))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234 / var(--tw-text-opacity, 1))}.text-purple-700{--tw-text-opacity:1;color:rgb(126 34 206 / var(--tw-text-opacity, 1))}.text-red-300{--tw-text-opacity:1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28 / var(--tw-text-opacity, 1))}.text-rose-700{--tw-text-opacity:1;color:rgb(190 18 60 / var(--tw-text-opacity, 1))}.text-secondary-foreground{--tw-text-opacity:1;color:oklch(var(--secondary-foreground) / var(--tw-text-opacity, 1))}.text-sky-600{--tw-text-opacity:1;color:rgb(2 132 199 / var(--tw-text-opacity, 1))}.text-sky-700{--tw-text-opacity:1;color:rgb(3 105 161 / var(--tw-text-opacity, 1))}.text-sky-800{--tw-text-opacity:1;color:rgb(7 89 133 / 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))}.text-slate-500{--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.text-slate-600{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.text-teal-600{--tw-text-opacity:1;color:rgb(13 148 136 / var(--tw-text-opacity, 1))}.text-violet-500{--tw-text-opacity:1;color:rgb(139 92 246 / var(--tw-text-opacity, 1))}.text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.text-violet-700{--tw-text-opacity:1;color:rgb(109 40 217 / var(--tw-text-opacity, 1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.text-white\/90{color:#ffffffe6}.text-yellow-300{--tw-text-opacity:1;color:rgb(253 224 71 / var(--tw-text-opacity, 1))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4 / var(--tw-text-opacity, 1))}.text-yellow-600\/80{color:#ca8a04cc}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7 / var(--tw-text-opacity, 1))}.underline-offset-4{text-underline-offset:4px}.placeholder-slate-600::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(71 85 105 / var(--tw-placeholder-opacity, 1))}.placeholder-slate-600::placeholder{--tw-placeholder-opacity:1;color:rgb(71 85 105 / var(--tw-placeholder-opacity, 1))}.accent-cyan-500{accent-color:#06b6d4}.accent-indigo-500{accent-color:#6366f1}.accent-orange-500{accent-color:#f97316}.accent-purple-500{accent-color:#a855f7}.accent-red-500{accent-color:#ef4444}.accent-violet-500{accent-color:#8b5cf6}.accent-violet-600{accent-color:#7c3aed}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-40{opacity:.4}.opacity-5{opacity:.05}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.opacity-90{opacity:.9}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored:0 25px 50px -12px 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_0_5px_rgba\(16\,185\,129\,0\.5\)\]{--tw-shadow:0 0 5px rgba(16,185,129,.5);--tw-shadow-colored:0 0 5px 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_0_5px_rgba\(244\,63\,94\,0\.5\)\]{--tw-shadow:0 0 5px rgba(244,63,94,.5);--tw-shadow-colored:0 0 5px 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_18px_50px_rgba\(15\,23\,42\,0\.08\)\]{--tw-shadow:0 18px 50px rgba(15,23,42,.08);--tw-shadow-colored:0 18px 50px 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-lg{--tw-shadow:0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px 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-sm{--tw-shadow:0 1px 2px 0 rgb(0 0 0 / .05);--tw-shadow-colored:0 1px 2px 0 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-xl{--tw-shadow:0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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-black{--tw-shadow-color:#000;--tw-shadow:var(--tw-shadow-colored)}.shadow-cyan-500\/20{--tw-shadow-color:rgb(6 182 212 / .2);--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-500\/20{--tw-shadow-color:rgb(99 102 241 / .2);--tw-shadow:var(--tw-shadow-colored)}.shadow-indigo-500\/30{--tw-shadow-color:rgb(99 102 241 / .3);--tw-shadow:var(--tw-shadow-colored)}.shadow-orange-100{--tw-shadow-color:#ffedd5;--tw-shadow:var(--tw-shadow-colored)}.shadow-purple-500\/20{--tw-shadow-color:rgb(168 85 247 / .2);--tw-shadow:var(--tw-shadow-colored)}.shadow-sky-100{--tw-shadow-color:#e0f2fe;--tw-shadow:var(--tw-shadow-colored)}.shadow-slate-200{--tw-shadow-color:#e2e8f0;--tw-shadow:var(--tw-shadow-colored)}.shadow-slate-300{--tw-shadow-color:#cbd5e1;--tw-shadow:var(--tw-shadow-colored)}.shadow-violet-500\/20{--tw-shadow-color:rgb(139 92 246 / .2);--tw-shadow:var(--tw-shadow-colored)}.shadow-violet-500\/30{--tw-shadow-color:rgb(139 92 246 / .3);--tw-shadow:var(--tw-shadow-colored)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.ring{--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)}.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-amber-500{--tw-ring-opacity:1;--tw-ring-color:rgb(245 158 11 / var(--tw-ring-opacity, 1))}.ring-foreground\/10{--tw-ring-color:oklch(var(--foreground) / .1)}.ring-pink-500\/30{--tw-ring-color:rgb(236 72 153 / .3)}.ring-slate-900\/15{--tw-ring-color:rgb(15 23 42 / .15)}.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)}.blur-\[100px\]{--tw-blur:blur(100px);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-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgb(0 0 0 / .07)) drop-shadow(0 2px 2px 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)}.drop-shadow-sm{--tw-drop-shadow:drop-shadow(0 1px 1px rgb(0 0 0 / .05));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-md{--tw-backdrop-blur:blur(12px);-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-sm{--tw-backdrop-blur:blur(4px);-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)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;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}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}:root{color-scheme:light;--studio-bg: #f4f6f8;--studio-bg-strong: #edf1f6;--studio-surface: rgba(255, 255, 255, .88);--studio-surface-strong: rgba(255, 255, 255, .96);--studio-surface-muted: rgba(248, 250, 252, .92);--studio-border: rgba(15, 23, 42, .08);--studio-border-strong: rgba(15, 23, 42, .12);--studio-shadow: 0 24px 60px rgba(15, 23, 42, .08);--studio-shadow-soft: 0 12px 30px rgba(15, 23, 42, .06);--studio-text: #0f172a;--studio-text-soft: #475569;--studio-text-faint: #94a3b8;--studio-accent: #2563eb;--studio-radius-xl: 28px;--studio-radius-lg: 22px;--studio-radius-md: 18px}.dark{color-scheme:dark;--studio-bg: #0b1020;--studio-bg-strong: #11182b;--studio-surface: rgba(15, 23, 42, .74);--studio-surface-strong: rgba(15, 23, 42, .92);--studio-surface-muted: rgba(15, 23, 42, .62);--studio-border: rgba(148, 163, 184, .14);--studio-border-strong: rgba(148, 163, 184, .22);--studio-shadow: 0 26px 60px rgba(2, 6, 23, .45);--studio-shadow-soft: 0 16px 34px rgba(2, 6, 23, .28);--studio-text: #e5ecf5;--studio-text-soft: #94a3b8;--studio-text-faint: #64748b;--studio-accent: #7dd3fc}html,body,#root{min-height:100%}body{margin:0;font-family:Noto Sans SC,Source Han Sans SC,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;background:radial-gradient(circle at 0% 0%,rgba(191,219,254,.22),transparent 32%),radial-gradient(circle at 100% 10%,rgba(186,230,253,.18),transparent 24%),linear-gradient(180deg,#fafbfd 0%,var(--studio-bg) 46%,var(--studio-bg-strong) 100%);color:var(--studio-text);letter-spacing:.01em;font-synthesis:none}.dark body{background:radial-gradient(circle at 0% 0%,rgba(56,189,248,.1),transparent 28%),radial-gradient(circle at 100% 10%,rgba(59,130,246,.12),transparent 20%),linear-gradient(180deg,#020617 0%,#08101f 30%,var(--studio-bg) 100%);color:var(--studio-text)}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.18),transparent 36%),radial-gradient(circle at 50% 120%,rgba(255,255,255,.16),transparent 34%);opacity:.8}*{box-sizing:border-box}a{color:inherit}.studio-shell{min-height:100vh;position:relative;z-index:1}.studio-layout{width:100%;max-width:1680px;margin:0 auto;padding:24px;display:grid;grid-template-columns:auto minmax(0,1fr);gap:24px}.studio-sidebar{position:sticky;top:24px;align-self:start;max-height:calc(100vh - 48px);width:260px;transition:width .22s ease}.studio-sidebar--collapsed{width:76px}.studio-sidebar-panel,.studio-card,.studio-topbar,.studio-hero-card,.studio-dashboard-section,.studio-time-card,.studio-announcement-panel,.studio-inspector-card,.studio-task-shell,.studio-module-frame{background:var(--studio-surface);border:1px solid var(--studio-border);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:var(--studio-shadow-soft)}.studio-sidebar-panel{border-radius:32px;padding:18px;display:flex;flex-direction:column;gap:16px;overflow:auto;height:100%;transition:padding .22s ease,border-radius .22s ease}.studio-sidebar--collapsed .studio-sidebar-panel{padding:14px 10px;overflow:visible}.studio-brand{display:flex;align-items:center;gap:10px;padding:6px 2px 0}.studio-brand-copy,.studio-nav-copy,.studio-sidebar-footer,.studio-nav-title{transition:opacity .16s ease,transform .18s ease,max-width .22s ease}.studio-brand-mark{width:40px;height:40px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(145deg,#3b82f6e6,#38bdf8b3);color:#fff;box-shadow:0 14px 28px #2563eb3d}.studio-sidebar-toggle{margin-left:auto;flex-shrink:0}.studio-theme-toggle{flex-shrink:0}.studio-sidebar--collapsed .studio-brand{flex-direction:column;justify-content:center;padding-inline:0;gap:10px}.studio-sidebar--collapsed .studio-brand-copy,.studio-sidebar--collapsed .studio-sidebar-footer,.studio-sidebar--collapsed .studio-nav-title,.studio-sidebar--collapsed .studio-nav-copy{max-width:0;opacity:0;pointer-events:none;transform:translate(-6px);overflow:hidden;white-space:nowrap}.studio-sidebar--collapsed .studio-sidebar-toggle{margin-left:0}.studio-sidebar--collapsed .studio-theme-toggle{display:none}.studio-brand-title{font-size:1rem;font-weight:700}.studio-brand-title span{color:#0ea5e9}.studio-brand-subtitle{margin-top:4px;color:var(--studio-text-faint);font-size:.72rem}.studio-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.studio-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 10px;border-radius:999px;border:1px solid var(--studio-border);background:#ffffff8c;color:var(--studio-text-soft);font-size:.72rem;font-weight:600}.dark .studio-chip{background:#0f172a8c}.studio-chip--live{color:#0f766e;border-color:#0d94882e;background:#ccfbf1b8}.dark .studio-chip--live{color:#5eead4;background:#0d948824}.studio-icon-button{width:36px;height:36px;border-radius:12px;border:1px solid var(--studio-border);background:#ffffff8c;color:var(--studio-text-soft);display:inline-flex;align-items:center;justify-content:center;transition:transform .18s ease,background-color .18s ease,border-color .18s ease}.studio-icon-button:hover{transform:translateY(-1px);background:#ffffffd1;border-color:var(--studio-border-strong)}.dark .studio-icon-button{background:#0f172a85}.studio-sidebar-stat-label,.studio-section-note,.studio-eyebrow,.studio-stat-label,.studio-snapshot-label,.studio-time-zone,.studio-nav-desc,.studio-sidebar-footnote,.studio-topbar-subtitle{color:var(--studio-text-faint);font-size:.72rem}.studio-sidebar-stat-value,.studio-snapshot-value{margin-top:4px;font-size:.95rem;font-weight:650;letter-spacing:-.02em}.studio-time-footer,.studio-snapshot-meta{margin-top:12px;color:var(--studio-text-soft);font-size:.76rem;line-height:1.5}.studio-dot{display:inline-flex;width:8px;height:8px;border-radius:999px;background:#94a3b8e6;margin-right:8px;box-shadow:0 0 0 4px #94a3b824}.studio-dot--live{background:#10b981;box-shadow:0 0 0 4px #10b98124}.studio-nav{display:flex;flex-direction:column;gap:8px}.studio-nav-title{padding:0 4px;color:var(--studio-text-faint);text-transform:uppercase;letter-spacing:.12em;font-size:.68rem;font-weight:700}.studio-nav-button{display:flex;align-items:center;gap:12px;border-radius:16px;padding:10px 12px;background:transparent;border:1px solid transparent;transition:transform .18s ease,background-color .18s ease,border-color .18s ease,box-shadow .18s ease;text-align:left;min-height:58px}.studio-sidebar--collapsed .studio-nav-button{justify-content:center;min-height:50px;padding:8px;gap:0}.studio-nav-button:hover{transform:translateY(-1px);background:#fff6;border-color:var(--studio-border)}.dark .studio-nav-button:hover{background:#0f172a6b}.studio-nav-button--active{background:var(--studio-surface-strong);border-color:var(--studio-border);box-shadow:inset 0 1px #ffffff4d,var(--studio-shadow-soft)}.studio-nav-icon{width:36px;height:36px;flex-shrink:0;border-radius:13px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffa6;border:1px solid rgba(255,255,255,.6)}.dark .studio-nav-icon{background:#0f172aa6;border-color:#94a3b81f}.studio-nav-copy{min-width:0;display:flex;flex-direction:column}.studio-nav-label{font-size:.9rem;font-weight:650;color:var(--studio-text)}.studio-sidebar-footer{margin-top:auto;padding:12px 14px;border-radius:16px;background:#ffffff61;border:1px solid var(--studio-border)}.dark .studio-sidebar-footer{background:#0f172a57}.studio-sidebar-device{margin-top:6px;font-size:.75rem;line-height:1.45;color:var(--studio-text-soft);word-break:break-all}.studio-main{display:flex;flex-direction:column;gap:20px;min-width:0}.studio-topbar{padding:22px 24px;border-radius:26px}.studio-topbar-copy h1{margin:0;font-size:clamp(1.5rem,3vw,2.2rem);font-weight:700;letter-spacing:-.04em;color:var(--studio-text)}.studio-topbar-subtitle{margin-top:8px;max-width:720px;line-height:1.7}.studio-topbar-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.studio-banner-inline{border-radius:24px;padding:16px 18px;background:#f59e0b1f;border:1px solid rgba(245,158,11,.2);color:#92400e;box-shadow:var(--studio-shadow-soft)}.dark .studio-banner-inline{color:#fcd34d;background:#f59e0b17}.studio-workspace{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,420px);gap:22px;align-items:start}.studio-primary-stack,.studio-secondary-stack{display:flex;flex-direction:column;gap:20px;min-width:0}.studio-secondary-stack--preview{position:sticky;top:28px;align-self:start}.studio-module-frame,.studio-inspector-card,.studio-task-shell,.studio-dashboard-section,.studio-time-card,.studio-announcement-panel,.studio-hero-card{border-radius:28px;padding:22px}.studio-page-heading{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding-bottom:2px}.studio-page-heading h2,.studio-section-heading h3{margin:6px 0 0;font-size:1.18rem;line-height:1.25;letter-spacing:-.03em}.studio-page-copy p,.studio-section-note,.studio-shortcut-desc,.studio-time-date{line-height:1.7}.studio-page-copy p{margin:8px 0 0;color:var(--studio-text-soft);font-size:.9rem}.studio-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:22px;align-items:start}.studio-dashboard-main,.studio-dashboard-side{display:flex;flex-direction:column;gap:20px}.studio-hero-card{position:relative;overflow:hidden}.studio-hero-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(125,211,252,.12),transparent 28%),radial-gradient(circle at bottom left,rgba(148,163,184,.12),transparent 32%);pointer-events:none}.studio-hero-copy{position:relative;z-index:1}.studio-hero-copy h2{margin:10px 0 0;font-size:clamp(1.6rem,3vw,2.6rem);letter-spacing:-.05em;line-height:1.08;max-width:11ch}.studio-hero-copy p{margin:14px 0 0;max-width:62ch;color:var(--studio-text-soft);font-size:.95rem}.studio-hero-badges{margin-top:22px;position:relative;z-index:1;display:flex;gap:10px;flex-wrap:wrap}.studio-control-deck,.studio-control-grid{display:grid;gap:20px;align-items:start}.studio-control-deck{grid-template-columns:minmax(0,1.16fr) minmax(320px,.84fr)}.studio-control-grid{grid-template-columns:minmax(0,1.04fr) minmax(300px,.96fr)}.studio-hero-context{margin-top:20px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;position:relative;z-index:1}.studio-hero-context-card{padding:14px 16px;border-radius:18px;border:1px solid rgba(148,163,184,.16);background:#ffffff94;box-shadow:var(--studio-shadow-soft);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.dark .studio-hero-context-card{background:#0f172a85}.studio-hero-context-card span,.studio-command-label,.studio-summary-copy span{display:block;font-size:.72rem;color:var(--studio-text-faint)}.studio-hero-context-card strong,.studio-command-value,.studio-summary-copy strong{display:block;margin-top:8px;font-size:1rem;line-height:1.3;letter-spacing:-.03em;color:var(--studio-text)}.studio-command-actions{margin-top:18px;display:flex;gap:10px;flex-wrap:wrap;position:relative;z-index:1}.studio-command-action{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid var(--studio-border);background:#ffffff94;color:var(--studio-text);box-shadow:var(--studio-shadow-soft)}.dark .studio-command-action{background:#0f172a9e}.studio-command-action--primary{background:linear-gradient(135deg,#1e40afe6,#0ea5e9d6);color:#fff;border-color:#60a5fa3d}.studio-command-board{border-radius:28px;padding:22px;border:1px solid var(--studio-border);background:linear-gradient(180deg,#ffffffb8,#f4f7fbeb);box-shadow:var(--studio-shadow-soft);backdrop-filter:blur(26px);-webkit-backdrop-filter:blur(26px)}.dark .studio-command-board{background:linear-gradient(180deg,#0f172ad1,#0f172aeb)}.studio-command-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:14px}.studio-command-card{padding:16px;border-radius:20px;border:1px solid var(--studio-border);background:#ffffff9e;box-shadow:var(--studio-shadow-soft)}.dark .studio-command-card{background:#0f172a9e}.studio-command-card--live{background:linear-gradient(180deg,#ffffffad,#ecfdf5e6)}.studio-command-card--soft{background:linear-gradient(180deg,#ffffffad,#f8fafceb)}.studio-command-card--neutral{background:linear-gradient(180deg,#ffffffad,#f1f5f9eb)}.dark .studio-command-card--live,.dark .studio-command-card--soft,.dark .studio-command-card--neutral{background:#0f172aad}.studio-command-value{font-size:1.1rem}.studio-command-meta,.studio-summary-row p{margin:10px 0 0;font-size:.8rem;line-height:1.65;color:var(--studio-text-soft)}.studio-command-footer{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.studio-command-footer-card,.studio-summary-row{padding:16px;border-radius:20px;border:1px solid var(--studio-border);background:#ffffff8f;box-shadow:var(--studio-shadow-soft)}.dark .studio-command-footer-card,.dark .studio-summary-row{background:#0f172a8f}.studio-command-footer-card span{display:block;font-size:.72rem;color:var(--studio-text-faint)}.studio-command-footer-card strong{display:block;margin-top:8px;font-size:1rem;line-height:1.4;color:var(--studio-text)}.studio-command-footer-card p{margin:10px 0 0;font-size:.8rem;line-height:1.65;color:var(--studio-text-soft)}.studio-metric-grid,.studio-shortcut-grid,.studio-snapshot-grid{display:grid;gap:14px}.studio-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.studio-shortcut-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-snapshot-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-stat-card,.studio-shortcut-card,.studio-snapshot-card{border-radius:22px;border:1px solid var(--studio-border);background:var(--studio-surface-strong);box-shadow:var(--studio-shadow-soft)}.studio-stat-card{display:flex;align-items:center;gap:14px;padding:18px}.studio-stat-card--warm{background:linear-gradient(180deg,#ffffffe0,#fffbebeb)}.studio-stat-card--cool{background:linear-gradient(180deg,#ffffffe0,#eff6fff0)}.studio-stat-card--neutral{background:linear-gradient(180deg,#ffffffe6,#f8fafceb)}.studio-stat-card--soft{background:linear-gradient(180deg,#ffffffe6,#f5f7faeb)}.dark .studio-stat-card,.dark .studio-shortcut-card,.dark .studio-snapshot-card{background:#0f172ad1}.studio-stat-icon,.studio-shortcut-icon{width:42px;height:42px;border-radius:16px;display:inline-flex;align-items:center;justify-content:center;color:var(--studio-accent);background:#ffffffbf;border:1px solid rgba(255,255,255,.72)}.dark .studio-stat-icon,.dark .studio-shortcut-icon{background:#0f172ab8;border-color:#94a3b824}.studio-stat-value,.studio-time-value{margin-top:5px;font-weight:700;letter-spacing:-.05em}.studio-stat-value{font-size:1.42rem}.studio-dashboard-section{display:flex;flex-direction:column;gap:16px}.studio-summary-panel{display:grid;gap:12px}.studio-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.studio-section-heading--compact{margin-bottom:12px}.studio-section-heading--preview{margin-bottom:10px}.studio-shortcut-card{display:flex;align-items:center;gap:14px;padding:18px;text-align:left;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.studio-shortcut-card:hover{transform:translateY(-1px);border-color:var(--studio-border-strong);box-shadow:var(--studio-shadow)}.studio-shortcut-title{font-size:.92rem;font-weight:650;color:var(--studio-text)}.studio-shortcut-arrow{flex-shrink:0;color:var(--studio-text-faint)}.studio-snapshot-card{padding:18px}.studio-time-card{position:sticky;top:28px}.studio-time-card--compact{position:relative;top:0}.studio-time-head{display:flex;justify-content:space-between;gap:12px;align-items:center}.studio-time-value{margin-top:18px;font-size:clamp(2.2rem,4vw,3.4rem);line-height:1}.studio-time-date{margin-top:10px;color:var(--studio-text-soft);font-size:.92rem}.studio-announcement-panel .relative.overflow-hidden{box-shadow:none;border-radius:24px}.studio-status-card{gap:14px}.studio-status-total{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:12px 14px;border-radius:18px;border:1px solid var(--studio-border);background:#ffffff80;color:var(--studio-text-soft);font-size:.78rem}.dark .studio-status-total{background:#0f172a8a}.studio-status-total strong{color:var(--studio-text);font-size:1.1rem;letter-spacing:-.03em}.studio-status-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.studio-status-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px;border-radius:18px;border:1px solid var(--studio-border);background:#ffffff9e}.dark .studio-status-row{background:#0f172a9e}.studio-status-row-copy{display:flex;flex-direction:column;gap:4px}.studio-status-row-copy span{font-size:.72rem;color:var(--studio-text-faint)}.studio-status-row-copy strong{font-size:1.15rem;line-height:1;letter-spacing:-.04em}.studio-status-row-icon{width:34px;height:34px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;background:#ffffffc2}.dark .studio-status-row-icon{background:#ffffff0f}.studio-status-row--live .studio-status-row-icon{color:#0f766e}.studio-status-row--success .studio-status-row-icon{color:#16a34a}.studio-status-row--warning .studio-status-row-icon{color:#d97706}.studio-status-row--neutral .studio-status-row-icon{color:var(--studio-accent)}.studio-preview-shell{display:flex;justify-content:center;align-items:center;padding:4px 0}.studio-preview-shell--compact{padding:0}.studio-inspector-card--preview-rail{padding:18px}.studio-queue-rail-card{gap:16px}.studio-queue-rail-list{display:flex;max-height:372px;flex-direction:column;gap:8px;overflow-y:auto;padding-right:4px}.studio-queue-rail-item{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;min-height:64px;padding:8px;border:1px solid var(--studio-border);border-radius:14px;background:#ffffff94}.dark .studio-queue-rail-item{background:#0f172a8f}.studio-queue-rail-item--generating_video,.studio-queue-rail-item--publishing{border-color:#0e749052}.studio-queue-rail-item--paused{border-color:#d9770652}.studio-queue-rail-thumb{display:inline-flex;width:44px;height:48px;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:var(--studio-surface-muted);color:var(--studio-text-faint)}.studio-queue-rail-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.studio-queue-rail-copy{min-width:0}.studio-queue-rail-heading{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.studio-queue-rail-heading strong,.studio-queue-rail-copy p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-queue-rail-heading strong{color:var(--studio-text);font-size:.76rem;font-weight:650}.studio-queue-rail-heading span{flex-shrink:0;color:var(--studio-accent);font-size:.66rem}.studio-queue-rail-item--generating_video .studio-queue-rail-heading span,.studio-queue-rail-item--publishing .studio-queue-rail-heading span{color:#0f766e}.studio-queue-rail-item--paused .studio-queue-rail-heading span{color:#b45309}.studio-queue-rail-copy small,.studio-queue-rail-copy p{display:block;margin:3px 0 0;color:var(--studio-text-faint);font-size:.66rem;line-height:1.35}.studio-queue-rail-copy p{color:var(--studio-text-soft)}.studio-queue-rail-empty{display:flex;min-height:78px;align-items:center;justify-content:center;gap:8px;border:1px dashed var(--studio-border);border-radius:14px;color:var(--studio-text-faint);font-size:.76rem}.studio-log-card{max-height:400px;display:flex;flex-direction:column}.studio-log-list{flex:1;overflow-y:auto;padding-right:4px;display:flex;flex-direction:column;gap:8px;font-family:SF Mono,Cascadia Code,Fira Code,Consolas,monospace;font-size:.68rem}.studio-log-entry{display:flex;align-items:flex-start;gap:8px}.studio-log-time{color:var(--studio-text-faint);flex-shrink:0}.studio-log-message{line-height:1.5;word-break:break-word}.studio-announcement-card{display:flex;flex-direction:column;gap:14px;padding:18px;border-radius:24px;border:1px solid var(--studio-border);background:linear-gradient(180deg,#ffffffc7,#f8fafce6);box-shadow:var(--studio-shadow-soft)}.dark .studio-announcement-card{background:linear-gradient(180deg,#0f172ad1,#0f172ae6)}.studio-announcement-head,.studio-announcement-title-wrap,.studio-announcement-actions{display:flex;align-items:flex-start;gap:10px}.studio-announcement-head{justify-content:space-between}.studio-announcement-icon{width:36px;height:36px;border-radius:14px;display:inline-flex;align-items:center;justify-content:center;background:#fffc;color:var(--studio-accent);border:1px solid rgba(255,255,255,.8)}.dark .studio-announcement-icon{background:#ffffff0f;border-color:#94a3b824}.studio-announcement-title{font-size:.95rem;font-weight:650;color:var(--studio-text)}.studio-announcement-date{margin-top:4px;color:var(--studio-text-faint);font-size:.72rem}.studio-announcement-link,.studio-announcement-toggle{display:inline-flex;align-items:center;gap:6px;border-radius:999px;border:1px solid var(--studio-border);padding:8px 12px;font-size:.72rem;color:var(--studio-text-soft);background:#ffffffa6}.dark .studio-announcement-link,.dark .studio-announcement-toggle{background:#0f172a9e}.studio-announcement-body{display:flex;flex-direction:column;gap:10px}.studio-announcement-line{margin:0;font-size:.8rem;line-height:1.7;color:var(--studio-text-soft)}.studio-activity-list{display:flex;flex-direction:column;gap:12px}.studio-activity-item{padding:16px 18px;border-radius:20px;background:var(--studio-surface-strong);border:1px solid var(--studio-border);box-shadow:var(--studio-shadow-soft)}.studio-activity-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px}.studio-activity-time{font-size:.72rem;color:var(--studio-text-faint)}.studio-activity-badge{display:inline-flex;align-items:center;justify-content:center;min-width:50px;padding:5px 9px;border-radius:999px;font-size:.68rem;font-weight:600}.studio-activity-badge--success{color:#15803d;background:#dcfce7e6}.studio-activity-badge--warning{color:#b45309;background:#fef3c7eb}.studio-activity-badge--error{color:#b91c1c;background:#fee2e2eb}.studio-activity-badge--neutral{color:var(--studio-text-soft);background:#ffffffb3}.dark .studio-activity-badge--success,.dark .studio-activity-badge--warning,.dark .studio-activity-badge--error,.dark .studio-activity-badge--neutral{background:#ffffff14}.studio-activity-message{font-size:.84rem;line-height:1.65;color:var(--studio-text-soft)}.studio-activity-empty{display:flex;align-items:center;gap:8px;padding:16px 18px;border-radius:20px;border:1px dashed var(--studio-border-strong);color:var(--studio-text-faint);background:#ffffff59}.dark .studio-activity-empty{background:#0f172a4d}.studio-phone-shell{box-shadow:0 24px 55px #0f172a33,inset 0 1px #ffffff7a}.studio-phone-shell:before{content:"";position:absolute;inset:8px;border-radius:2.1rem;border:1px solid rgba(255,255,255,.2);pointer-events:none;z-index:2}.studio-phone-notch{box-shadow:inset 0 -1px #ffffff2e}.studio-phone-control{box-shadow:0 10px 25px #0f172a3d}.studio-phone-feed{background-image:radial-gradient(circle at top,rgba(255,255,255,.06),transparent 30%),linear-gradient(180deg,rgba(15,23,42,.08),transparent 26%)}.studio-phone-overlay{-webkit-backdrop-filter:saturate(1.05);backdrop-filter:saturate(1.05)}.studio-tab-surface{background:var(--studio-surface)!important;border-color:var(--studio-border)!important;box-shadow:var(--studio-shadow-soft)!important;backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.studio-workspace--history{grid-template-columns:minmax(0,1fr)}.studio-workspace--history .studio-primary-stack{width:100%;max-width:none}.studio-module-frame--history{padding:0;overflow:visible;border:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.studio-history-page{display:grid;gap:14px;min-width:0}.studio-history-summary-actions,.studio-history-preview-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.studio-history-commandbar{display:flex;align-items:center;gap:12px;min-height:64px;padding:10px 12px;border:1px solid var(--studio-border);border-radius:16px;background:#ffffff85;box-shadow:0 10px 24px #0f172a0a}.dark .studio-history-commandbar{background:#0f172a66}.studio-history-toolbar{display:flex;flex:1 1 auto;align-items:center;gap:10px;min-width:0}.studio-history-search{position:relative;display:flex;flex:1 1 280px;align-items:center;min-width:min(100%,260px)}.studio-history-search>svg{position:absolute;left:13px;z-index:1;color:var(--studio-text-faint);pointer-events:none}.studio-history-search input{width:100%;min-height:38px;padding-left:40px!important}.studio-history-filter{display:flex;align-items:center;gap:8px;color:var(--studio-text-faint);font-size:.78rem;white-space:nowrap}.studio-history-filter select{min-height:38px;padding:0 32px 0 12px;color:var(--studio-text)}.studio-history-result-count{color:var(--studio-text-faint);font-size:.76rem;font-variant-numeric:tabular-nums;white-space:nowrap}.studio-history-feedback{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:10px 14px;border:1px solid rgba(220,38,38,.28);border-radius:12px;color:#b91c1c;background:#fef2f2d1;font-size:.82rem}.dark .studio-history-feedback{color:#fca5a5;background:#7f1d1d33;border-color:#fca5a542}.studio-history-workbench{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);min-height:680px;overflow:hidden;border:1px solid var(--studio-border);border-radius:20px;background:#ffffff94;box-shadow:0 16px 34px #0f172a0d}.dark .studio-history-workbench{background:#0f172a70}.studio-history-list-pane,.studio-history-preview-pane{min-width:0;padding:18px}.studio-history-list-pane{border-right:1px solid var(--studio-border)}.studio-history-pane-heading h2,.studio-history-preview-title h2{margin:3px 0 0;color:var(--studio-text);font-size:1rem;font-weight:700;line-height:1.4}.studio-history-pane-heading p,.studio-history-preview-heading p,.studio-history-preview-title p{margin:4px 0 0;color:var(--studio-text-faint);font-size:.76rem;line-height:1.5}.studio-history-list{display:grid;min-height:590px;max-height:calc(100vh - 284px);margin-top:14px;overflow:auto;border-top:1px solid var(--studio-border)}.studio-history-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;width:100%;min-height:70px;padding:9px 10px;border:0;border-bottom:1px solid var(--studio-border);border-radius:0;color:var(--studio-text);background:transparent;text-align:left}.studio-history-row:hover,.studio-history-row--active{background:#2563eb12}.dark .studio-history-row:hover,.dark .studio-history-row--active{background:#60a5fa24}.studio-history-row--active{box-shadow:inset 2px 0 #2563eb}.studio-history-row-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(37,99,235,.18);border-radius:10px;color:#2563eb;background:#dbeafeb3}.dark .studio-history-row-icon{color:#93c5fd;border-color:#93c5fd33;background:#1e40af3d}.studio-history-row-copy{display:grid;min-width:0;gap:2px}.studio-history-row-copy strong,.studio-history-row-copy span,.studio-history-row-copy time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-history-row-copy strong{font-size:.84rem;font-weight:650}.studio-history-row-copy span,.studio-history-row-copy time,.studio-history-row-size{color:var(--studio-text-faint);font-size:.72rem}.studio-history-row-size{font-variant-numeric:tabular-nums;white-space:nowrap}.studio-history-state,.studio-history-preview-empty{display:flex;align-items:center;justify-content:center;gap:10px;min-height:260px;padding:24px;color:var(--studio-text-faint);font-size:.84rem;text-align:center}.studio-history-preview-empty{flex-direction:column;height:calc(100% - 58px);margin:12px 0 0;border:1px dashed var(--studio-border);border-radius:14px}.studio-history-preview-empty p{margin:0}.studio-history-preview-content{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);align-items:center;gap:24px;min-height:610px;padding-top:16px}.studio-history-device-shell{min-height:0;padding:0}.studio-phone-shell--compact{width:244px!important;height:488px!important;border-width:7px!important;border-radius:2rem!important}.studio-phone-shell--compact:before{inset:6px;border-radius:1.65rem}.studio-phone-shell--compact .studio-phone-notch{width:104px;height:20px}.studio-phone-shell--compact .studio-phone-control{top:28px;right:12px;padding:6px}.studio-phone-shell--compact .studio-phone-overlay{padding:12px 12px 36px}.studio-phone-shell--compact .studio-phone-overlay .space-y-4{gap:10px}.studio-phone-shell--compact .studio-phone-overlay .w-10{width:32px;height:32px}.studio-phone-shell--compact .studio-phone-overlay .w-7{width:22px;height:22px}.studio-history-preview-info{display:grid;align-content:center;gap:18px;min-width:0}.studio-history-preview-title h2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.08rem}.studio-history-preview-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-height:42px;padding-bottom:12px;border-bottom:1px solid var(--studio-border)}.studio-history-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0}.studio-history-details>div{min-width:0;padding:9px 10px;border:1px solid var(--studio-border);border-radius:8px;background:#94a3b80b}.studio-history-detail-wide{grid-column:span 2}.studio-history-details dt{margin-bottom:4px;color:var(--studio-text-faint);font-size:.68rem}.studio-history-details dd{overflow:hidden;margin:0;color:var(--studio-text);font-size:.78rem;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.studio-history-preview-actions{padding-top:2px}.studio-history-preview-actions>.group\/button:last-child{margin-left:4px}@media(max-width:960px){.studio-workspace--history .studio-primary-stack{width:100%}.studio-history-commandbar{align-items:stretch;flex-direction:column}.studio-history-workbench{grid-template-columns:1fr}.studio-history-list-pane{border-right:0;border-bottom:1px solid var(--studio-border)}.studio-history-list{min-height:0;max-height:360px}.studio-history-preview-content{min-height:0}}@media(max-width:640px){.studio-history-summary-actions,.studio-history-toolbar,.studio-history-preview-actions{align-items:stretch}.studio-history-summary-actions>.group\/button,.studio-history-preview-actions>.group\/button{flex:1 1 auto;min-height:42px}.studio-history-search,.studio-history-filter{flex:1 1 100%}.studio-history-filter{justify-content:space-between}.studio-history-filter select{flex:1}.studio-history-details{grid-template-columns:1fr}.studio-history-detail-wide{grid-column:auto}.studio-history-preview-content{grid-template-columns:1fr;justify-items:center}.studio-history-preview-info{width:100%}.studio-history-row{grid-template-columns:36px minmax(0,1fr)}.studio-history-row-size{grid-column:2}.studio-history-preview-actions>.group\/button:last-child{margin-left:0}}.studio-workspace .bg-white,.studio-workspace .dark\:bg-slate-900,.studio-workspace .dark\:bg-slate-950,.studio-dashboard-grid .bg-white,.studio-dashboard-grid .dark\:bg-slate-900,.studio-dashboard-grid .dark\:bg-slate-950{box-shadow:var(--studio-shadow-soft)}.studio-shell input:not([type=checkbox]):not([type=radio]):not([type=file]),.studio-shell select,.studio-shell textarea{background:#ffffffb3!important;border-color:#94a3b83d!important;color:var(--studio-text)!important;border-radius:16px!important;box-shadow:inset 0 1px #ffffffb8;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.dark .studio-shell input:not([type=checkbox]):not([type=radio]):not([type=file]),.dark .studio-shell select,.dark .studio-shell textarea{background:#0f172ac7!important;color:var(--studio-text)!important;box-shadow:inset 0 1px #ffffff08}.studio-shell input:focus,.studio-shell select:focus,.studio-shell textarea:focus{outline:none;border-color:#60a5fa80!important;box-shadow:0 0 0 4px #60a5fa24}.studio-shell button{transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease,color .18s ease}.studio-shell button:hover{transform:translateY(-1px)}.studio-shell button:active{transform:translateY(0)}.studio-footer{color:var(--studio-text-faint);font-size:.75rem;text-align:center;padding:18px 0 10px}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.6) transparent}.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#94a3b88c;border-radius:9999px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#64748bcc}@media(max-width:1200px){.studio-layout{grid-template-columns:1fr}.studio-sidebar{position:relative;top:0;max-height:none;width:100%}.studio-sidebar--collapsed .studio-sidebar-panel{padding:22px;overflow:auto}.studio-sidebar--collapsed .studio-brand{flex-direction:row;justify-content:flex-start;padding:6px 2px 0}.studio-sidebar--collapsed .studio-brand-copy,.studio-sidebar--collapsed .studio-sidebar-footer,.studio-sidebar--collapsed .studio-nav-title,.studio-sidebar--collapsed .studio-nav-copy{max-width:none;opacity:1;pointer-events:auto;transform:none;overflow:visible;white-space:normal}.studio-sidebar--collapsed .studio-sidebar-toggle{margin-left:auto}.studio-sidebar--collapsed .studio-theme-toggle{display:inline-flex}.studio-sidebar--collapsed .studio-nav-button{justify-content:flex-start;min-height:58px;padding:10px 12px;gap:12px}.studio-secondary-stack--preview{position:relative;top:0}.studio-workspace,.studio-dashboard-grid,.studio-control-deck,.studio-control-grid{grid-template-columns:1fr}.studio-time-card{position:relative;top:0}}@media(max-width:900px){.studio-layout{padding:18px;gap:18px}.studio-sidebar-panel,.studio-topbar,.studio-hero-card,.studio-dashboard-section,.studio-time-card,.studio-announcement-panel,.studio-inspector-card,.studio-task-shell,.studio-module-frame{border-radius:24px;padding:18px}.studio-metric-grid,.studio-shortcut-grid,.studio-snapshot-grid,.studio-status-grid,.studio-command-grid,.studio-command-footer,.studio-hero-context{grid-template-columns:1fr}.studio-topbar{flex-direction:column;align-items:flex-start}.studio-command-actions{flex-direction:column}.studio-command-action{justify-content:center;width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.studio-glass-motion{min-width:0}.studio-glass-card{position:relative;overflow:hidden;border-radius:30px;border:1px solid rgba(255,255,255,.62);background:linear-gradient(180deg,#ffffffe6,#f6f9fccc),linear-gradient(135deg,rgba(255,255,255,.35),transparent 42%);box-shadow:0 28px 54px #0f172a1a,inset 0 1px #ffffffb8;backdrop-filter:blur(26px) saturate(1.05);-webkit-backdrop-filter:blur(26px) saturate(1.05)}.studio-glass-card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,rgba(255,255,255,.32),transparent 34%);opacity:.9}.studio-glass-card--hoverable{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.studio-glass-card--hoverable:hover{transform:translateY(-2px);box-shadow:0 34px 64px #0f172a1f,inset 0 1px #ffffffb8}.dark .studio-glass-card{border-color:#94a3b82e;background:linear-gradient(180deg,#0b1220eb,#0f172ac7),linear-gradient(135deg,rgba(255,255,255,.08),transparent 42%);box-shadow:0 30px 64px #0206176b,inset 0 1px #ffffff0f}.dark .studio-glass-card:before{background:linear-gradient(135deg,rgba(255,255,255,.08),transparent 38%)}.studio-section-header{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.studio-section-header--compact{gap:12px}.studio-section-copy{min-width:0}.studio-section-kicker{display:inline-flex;align-items:center;font-size:.72rem;font-weight:600;color:var(--studio-text-faint);letter-spacing:.03em;text-transform:uppercase}.studio-section-title{margin:6px 0 0;font-size:1.25rem;line-height:1.18;letter-spacing:-.04em;color:var(--studio-text)}.studio-section-description{margin:8px 0 0;max-width:46ch;font-size:.84rem;line-height:1.6;color:var(--studio-text-soft)}.studio-section-action{position:relative;z-index:1;flex-shrink:0}.studio-soft-badge{height:auto;gap:6px;padding:7px 11px;border-radius:999px;border-color:#94a3b82e!important;background:#ffffff9e!important;color:var(--studio-text-soft)!important;box-shadow:inset 0 1px #ffffffb3}.dark .studio-soft-badge{border-color:#94a3b829!important;background:#0f172a9e!important;color:var(--studio-text-soft)!important;box-shadow:inset 0 1px #ffffff0a}.studio-soft-badge--live{color:#0f766e!important;border-color:#0d94882e!important;background:#ecfdf5e0!important}.dark .studio-soft-badge--live{color:#5eead4!important;border-color:#14b8a642!important;background:#14b8a624!important}.studio-soft-badge--announcement{color:#1d4ed8!important}.studio-soft-badge--time{color:var(--studio-text)!important}.studio-time-card--modern,.studio-status-card--modern,.studio-rail-panel,.studio-preview-card,.studio-dashboard-hero-panel,.studio-dashboard-overview-panel{gap:20px}.studio-time-stack{position:relative;z-index:1;display:flex;flex-direction:column;gap:18px}.studio-time-display-wrap{display:flex;flex-direction:column}.studio-time-card--modern .studio-time-value{margin-top:2px;font-size:clamp(3.5rem,6vw,4.9rem);line-height:.92;letter-spacing:-.09em;font-weight:700;color:var(--studio-text)}.studio-time-card--modern .studio-time-date{margin-top:12px;font-size:.98rem;color:var(--studio-text-soft)}.studio-inline-status{display:inline-flex;align-items:center;gap:10px;width:-moz-fit-content;width:fit-content;min-height:38px;padding:0 14px;border-radius:999px;border:1px solid rgba(148,163,184,.18);background:#ffffff8f;color:var(--studio-text-soft);font-size:.82rem}.dark .studio-inline-status{background:#0f172a8f}.studio-inline-status .studio-dot{margin-right:0}.studio-runtime-total-card{position:relative;z-index:1;display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:16px 18px;border-radius:24px;border:1px solid rgba(148,163,184,.16);background:#ffffff94}.dark .studio-runtime-total-card{background:#0f172a8f}.studio-runtime-total-label{display:block;font-size:.74rem;color:var(--studio-text-faint)}.studio-runtime-total-value{display:block;margin-top:8px;font-size:2rem;line-height:1;letter-spacing:-.06em;color:var(--studio-text)}.studio-runtime-total-meta{margin:2px 0 0;font-size:.78rem;line-height:1.6;color:var(--studio-text-soft);text-align:right}.studio-runtime-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.studio-runtime-metric{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px;border-radius:22px;border:1px solid rgba(148,163,184,.14);background:#ffffff85}.dark .studio-runtime-metric{background:#0f172a85}.studio-runtime-metric-copy span{display:block;font-size:.76rem;color:var(--studio-text-faint)}.studio-runtime-metric-copy strong{display:block;margin-top:8px;font-size:1.35rem;line-height:1;letter-spacing:-.05em;color:var(--studio-text)}.studio-runtime-metric-icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:16px;background:#ffffffb8;color:var(--studio-text-soft)}.dark .studio-runtime-metric-icon{background:#ffffff0f}.studio-runtime-metric--live .studio-runtime-metric-icon{color:#0f766e}.studio-runtime-metric--success .studio-runtime-metric-icon{color:#15803d}.studio-runtime-metric--warning .studio-runtime-metric-icon{color:#d97706}.studio-preview-card{gap:18px}.studio-preview-footnote{position:relative;z-index:1;margin:0;font-size:.78rem;line-height:1.65;color:var(--studio-text-soft)}.studio-preview-card .studio-preview-shell{position:relative;z-index:1;padding:8px 0 0}.studio-preview-card .studio-preview-shell--compact{padding-top:2px}.studio-announcement-panel{gap:16px}.studio-announcement-card{position:relative;z-index:1;display:flex;flex-direction:column;gap:14px;padding:18px;border-radius:24px;border:1px solid rgba(148,163,184,.16);background:#ffffff9e}.dark .studio-announcement-card{background:#0f172a99}.studio-announcement-card--info{border-color:#3b82f62e}.studio-announcement-card--warning{border-color:#f59e0b3d}.studio-announcement-card--critical{border-color:#ef444438}.studio-announcement-topbar,.studio-announcement-headline,.studio-announcement-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.studio-announcement-headline{align-items:center}.studio-announcement-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:40px;height:40px;border-radius:16px;background:#ffffffb8;color:#1d4ed8;box-shadow:inset 0 1px #ffffffa6}.dark .studio-announcement-icon{background:#ffffff0f}.studio-announcement-title{font-size:1rem;line-height:1.35;font-weight:700;color:var(--studio-text)}.studio-announcement-date{margin-top:6px;font-size:.74rem;color:var(--studio-text-faint)}.studio-announcement-close{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:999px;background:#94a3b824;color:var(--studio-text-faint)}.studio-announcement-preview-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.studio-announcement-preview-item,.studio-announcement-line,.studio-announcement-dialog-line{margin:0;font-size:.88rem;line-height:1.7;color:var(--studio-text-soft)}.studio-announcement-preview-item strong,.studio-announcement-dialog-line strong{color:var(--studio-text)}.studio-announcement-button{min-height:38px;border-radius:999px}.studio-announcement-button--ghost{color:var(--studio-text-soft)}.studio-announcement-empty{position:relative;z-index:1;display:inline-flex;align-items:center;gap:10px;min-height:54px;padding:0 6px 0 2px;color:var(--studio-text-soft);font-size:.84rem}.studio-announcement-empty-dot{width:8px;height:8px;border-radius:999px;background:#94a3b8cc}.studio-announcement-dialog{max-width:620px!important;border-radius:28px!important;padding:22px!important;background:linear-gradient(180deg,#fffffff5,#f8fafceb)!important;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px)}.dark .studio-announcement-dialog{background:linear-gradient(180deg,#0b1220f5,#0f172aeb)!important}.studio-announcement-dialog-body{max-height:min(60vh,520px);overflow-y:auto;padding-right:8px}.studio-announcement-dialog-footer{justify-content:flex-end}.studio-interval-panel{position:relative;z-index:1;display:flex;flex-direction:column;gap:10px}.studio-interval-input{min-height:44px;border-radius:18px!important;background:#ffffffad!important}.dark .studio-interval-input{background:#0f172ab8!important}.studio-interval-note{font-size:.78rem;line-height:1.6;color:var(--studio-text-soft)}.studio-log-card{gap:16px}.studio-log-entry--modern{padding:12px 14px;border-radius:18px;background:#ffffff85;border:1px solid rgba(148,163,184,.12)}.dark .studio-log-entry--modern{background:#0f172a80}.studio-log-empty{padding:18px 8px;text-align:center;color:var(--studio-text-faint);font-size:.82rem}.studio-ghost-action{min-height:34px;border-radius:999px;color:var(--studio-text-soft)}.studio-dashboard-hero-panel,.studio-dashboard-overview-panel,.studio-dashboard-section{position:relative}.studio-dashboard-hero-panel .studio-hero-copy,.studio-dashboard-overview-panel .studio-command-grid,.studio-dashboard-section .studio-metric-grid,.studio-dashboard-section .studio-shortcut-grid,.studio-dashboard-section .studio-summary-panel,.studio-dashboard-section .studio-activity-list{position:relative;z-index:1}.studio-dashboard-hero-panel .studio-eyebrow,.studio-dashboard-overview-panel .studio-section-kicker{color:var(--studio-text-faint)}.studio-dashboard-hero-panel h2{margin:8px 0 0;max-width:14ch;font-size:clamp(2rem,4vw,2.8rem);line-height:1.04;letter-spacing:-.06em;color:var(--studio-text)}.studio-dashboard-hero-panel p{margin-top:14px;max-width:60ch;color:var(--studio-text-soft);font-size:.92rem;line-height:1.75}.studio-hero-context-card--modern,.studio-command-card--modern,.studio-stat-card--modern,.studio-summary-row--modern,.studio-activity-item--modern{border-color:#94a3b824;background:#ffffff8f}.dark .studio-hero-context-card--modern,.dark .studio-command-card--modern,.dark .studio-stat-card--modern,.dark .studio-summary-row--modern,.dark .studio-activity-item--modern{background:#0f172a8f}.studio-hero-context-card--modern{border-radius:22px}.studio-command-action--glass{background:#ffffffad!important}.studio-command-action--ghost{color:var(--studio-text-soft)!important}.studio-shortcut-card--modern{border-radius:24px;background:#ffffff8f}.dark .studio-shortcut-card--modern{background:#0f172a99}.studio-shortcut-card--modern .studio-shortcut-title{color:var(--studio-text)}.studio-shortcut-card--modern .studio-shortcut-desc{color:var(--studio-text-soft)}.studio-activity-item--modern .studio-activity-meta{align-items:center}.studio-activity-badge{height:auto;min-height:28px;padding:6px 10px;border-radius:999px}.studio-activity-badge--success{color:#15803d!important;border-color:#22c55e2e!important}.studio-activity-badge--warning{color:#d97706!important;border-color:#f59e0b3d!important}.studio-activity-badge--error{color:#dc2626!important;border-color:#ef444438!important}.studio-activity-badge--neutral{color:var(--studio-text-soft)!important}.studio-time-value--stable,.studio-time-value{font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1,"lnum" 1}.studio-time-value--stable{transform:none!important;animation:none!important;transition:color .18s ease,text-shadow .18s ease;will-change:auto}.studio-dashboard-hero-layout{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.16fr) minmax(280px,360px);gap:24px;align-items:stretch}.studio-dashboard-hero-panel--refined .studio-hero-copy{display:flex;flex-direction:column;justify-content:space-between}.studio-dashboard-hero-panel--refined h2{max-width:11ch;letter-spacing:-.07em}.studio-dashboard-hero-panel--refined p{max-width:56ch}.studio-hero-visual-card{position:relative;min-height:320px;overflow:hidden;border-radius:28px;border:1px solid rgba(148,163,184,.16);background:radial-gradient(circle at top left,rgba(96,165,250,.18),transparent 32%),radial-gradient(circle at bottom right,rgba(125,211,252,.2),transparent 30%),linear-gradient(160deg,#ffffffd1,#f1f5f9eb);box-shadow:inset 0 1px #fffc,0 20px 46px #0f172a14}.dark .studio-hero-visual-card{border-color:#94a3b82e;background:radial-gradient(circle at top left,rgba(59,130,246,.18),transparent 32%),radial-gradient(circle at bottom right,rgba(14,165,233,.16),transparent 30%),linear-gradient(160deg,#0f172ad6,#0f172af2);box-shadow:inset 0 1px #ffffff0f,0 28px 52px #02061766}.studio-hero-visual-image{display:block;width:100%;height:100%;min-height:320px;-o-object-fit:cover;object-fit:cover}.studio-hero-visual-fallback{position:relative;display:flex;height:100%;min-height:320px;padding:28px;align-items:flex-end;overflow:hidden}.studio-hero-visual-orb{position:absolute;border-radius:999px;filter:blur(8px)}.studio-hero-visual-orb--one{top:-28px;right:18px;width:160px;height:160px;background:#60a5fa42}.studio-hero-visual-orb--two{left:-22px;bottom:-34px;width:180px;height:180px;background:#7dd3fc42}.studio-hero-visual-grid{position:absolute;inset:20px;border-radius:24px;border:1px solid rgba(148,163,184,.16);background-image:linear-gradient(rgba(148,163,184,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.14) 1px,transparent 1px);background-size:24px 24px;mask-image:linear-gradient(180deg,#0f172aeb,#0f172a2e);-webkit-mask-image:linear-gradient(180deg,rgba(15,23,42,.92),rgba(15,23,42,.18))}.dark .studio-hero-visual-grid{border-color:#94a3b824;background-image:linear-gradient(rgba(148,163,184,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.1) 1px,transparent 1px)}.studio-hero-visual-copy{position:relative;z-index:1;display:flex;flex-direction:column;gap:8px}.studio-hero-visual-copy strong{font-size:clamp(1.9rem,2.8vw,2.5rem);line-height:1;letter-spacing:-.06em;color:var(--studio-text)}.studio-hero-visual-copy span{font-size:.92rem;color:var(--studio-text-soft)}.studio-hero-visual-meta{position:absolute;right:18px;bottom:18px;z-index:2;display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:18px;border:1px solid rgba(148,163,184,.16);background:#ffffffbd;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.dark .studio-hero-visual-meta{background:#0f172a9e;border-color:#94a3b829}.studio-hero-visual-meta span{font-size:.72rem;color:var(--studio-text-faint)}.studio-hero-visual-meta strong{font-size:.82rem;color:var(--studio-text)}@media(max-width:900px){.studio-dashboard-hero-layout{grid-template-columns:1fr}.studio-hero-visual-card,.studio-hero-visual-image,.studio-hero-visual-fallback{min-height:260px}.studio-section-header{flex-direction:column;align-items:flex-start}.studio-runtime-grid{grid-template-columns:1fr}.studio-runtime-total-card{flex-direction:column}.studio-runtime-total-meta{text-align:left}.studio-announcement-topbar,.studio-announcement-headline,.studio-announcement-footer{flex-direction:column;align-items:flex-start}.studio-dashboard-hero-panel h2{max-width:none}}.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:oklch(var(--foreground) / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::-moz-placeholder{--tw-text-opacity:1;color:oklch(var(--muted-foreground) / var(--tw-text-opacity, 1))}.placeholder\:text-muted-foreground::placeholder{--tw-text-opacity:1;color:oklch(var(--muted-foreground) / var(--tw-text-opacity, 1))}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:bg-foreground:after{content:var(--tw-content);--tw-bg-opacity:1;background-color:oklch(var(--foreground) / var(--tw-bg-opacity, 1))}.after\:opacity-0:after{content:var(--tw-content);opacity:0}.after\:transition-opacity:after{content:var(--tw-content);transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.hover\:-translate-y-0\.5:hover{--tw-translate-y:-.125rem;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))}.hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05;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))}.hover\:border-amber-300:hover{--tw-border-opacity:1;border-color:rgb(252 211 77 / var(--tw-border-opacity, 1))}.hover\:border-cyan-500:hover{--tw-border-opacity:1;border-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.hover\:border-purple-400\/50:hover{border-color:#c084fc80}.hover\:border-purple-500\/50:hover{border-color:#a855f780}.hover\:border-slate-200:hover{--tw-border-opacity:1;border-color:rgb(226 232 240 / var(--tw-border-opacity, 1))}.hover\:border-slate-300:hover{--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.hover\:border-slate-400:hover{--tw-border-opacity:1;border-color:rgb(148 163 184 / var(--tw-border-opacity, 1))}.hover\:border-slate-50:hover{--tw-border-opacity:1;border-color:rgb(248 250 252 / var(--tw-border-opacity, 1))}.hover\:border-violet-300:hover{--tw-border-opacity:1;border-color:rgb(196 181 253 / var(--tw-border-opacity, 1))}.hover\:bg-amber-200:hover{--tw-bg-opacity:1;background-color:rgb(253 230 138 / var(--tw-bg-opacity, 1))}.hover\:bg-black:hover{--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.hover\:bg-black\/50:hover{background-color:#00000080}.hover\:bg-black\/60:hover{background-color:#0009}.hover\:bg-cyan-200:hover{--tw-bg-opacity:1;background-color:rgb(165 243 252 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-50:hover{--tw-bg-opacity:1;background-color:rgb(236 254 255 / var(--tw-bg-opacity, 1))}.hover\:bg-cyan-500:hover{--tw-bg-opacity:1;background-color:rgb(6 182 212 / var(--tw-bg-opacity, 1))}.hover\:bg-destructive\/20:hover{background-color:oklch(var(--destructive) / .2)}.hover\:bg-emerald-200:hover{--tw-bg-opacity:1;background-color:rgb(167 243 208 / var(--tw-bg-opacity, 1))}.hover\:bg-green-200:hover{--tw-bg-opacity:1;background-color:rgb(187 247 208 / var(--tw-bg-opacity, 1))}.hover\:bg-indigo-500:hover{--tw-bg-opacity:1;background-color:rgb(99 102 241 / var(--tw-bg-opacity, 1))}.hover\:bg-muted:hover{--tw-bg-opacity:1;background-color:oklch(var(--muted) / var(--tw-bg-opacity, 1))}.hover\:bg-orange-200:hover{--tw-bg-opacity:1;background-color:rgb(254 215 170 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-200:hover{--tw-bg-opacity:1;background-color:rgb(233 213 255 / var(--tw-bg-opacity, 1))}.hover\:bg-purple-500:hover{--tw-bg-opacity:1;background-color:rgb(168 85 247 / var(--tw-bg-opacity, 1))}.hover\:bg-red-100:hover{--tw-bg-opacity:1;background-color:rgb(254 226 226 / var(--tw-bg-opacity, 1))}.hover\:bg-red-200:hover{--tw-bg-opacity:1;background-color:rgb(254 202 202 / var(--tw-bg-opacity, 1))}.hover\:bg-red-600:hover{--tw-bg-opacity:1;background-color:rgb(220 38 38 / var(--tw-bg-opacity, 1))}.hover\:bg-secondary\/80:hover{background-color:oklch(var(--secondary) / .8)}.hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-200:hover{--tw-bg-opacity:1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-300:hover{--tw-bg-opacity:1;background-color:rgb(203 213 225 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-50:hover{--tw-bg-opacity:1;background-color:rgb(248 250 252 / var(--tw-bg-opacity, 1))}.hover\:bg-slate-800:hover{--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.hover\:bg-violet-200:hover{--tw-bg-opacity:1;background-color:rgb(221 214 254 / var(--tw-bg-opacity, 1))}.hover\:bg-violet-50:hover{--tw-bg-opacity:1;background-color:rgb(245 243 255 / var(--tw-bg-opacity, 1))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.hover\:from-cyan-500:hover{--tw-gradient-from:#06b6d4 var(--tw-gradient-from-position);--tw-gradient-to:rgb(6 182 212 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-indigo-500:hover{--tw-gradient-from:#6366f1 var(--tw-gradient-from-position);--tw-gradient-to:rgb(99 102 241 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:from-violet-500:hover{--tw-gradient-from:#8b5cf6 var(--tw-gradient-from-position);--tw-gradient-to:rgb(139 92 246 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.hover\:to-amber-400:hover{--tw-gradient-to:#fbbf24 var(--tw-gradient-to-position)}.hover\:to-blue-500:hover{--tw-gradient-to:#3b82f6 var(--tw-gradient-to-position)}.hover\:to-cyan-500:hover{--tw-gradient-to:#06b6d4 var(--tw-gradient-to-position)}.hover\:text-amber-600:hover{--tw-text-opacity:1;color:rgb(217 119 6 / var(--tw-text-opacity, 1))}.hover\:text-cyan-500:hover{--tw-text-opacity:1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.hover\:text-emerald-500:hover{--tw-text-opacity:1;color:rgb(16 185 129 / var(--tw-text-opacity, 1))}.hover\:text-foreground:hover{--tw-text-opacity:1;color:oklch(var(--foreground) / var(--tw-text-opacity, 1))}.hover\:text-indigo-300:hover{--tw-text-opacity:1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.hover\:text-muted-foreground:hover{--tw-text-opacity:1;color:oklch(var(--muted-foreground) / var(--tw-text-opacity, 1))}.hover\:text-purple-800:hover{--tw-text-opacity:1;color:rgb(107 33 168 / var(--tw-text-opacity, 1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68 / var(--tw-text-opacity, 1))}.hover\:text-red-600:hover{--tw-text-opacity:1;color:rgb(220 38 38 / var(--tw-text-opacity, 1))}.hover\:text-slate-600:hover{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.hover\:text-slate-800:hover{--tw-text-opacity:1;color:rgb(30 41 59 / var(--tw-text-opacity, 1))}.hover\:text-slate-900:hover{--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.hover\:text-violet-600:hover{--tw-text-opacity:1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.focus\:border-amber-500:focus{--tw-border-opacity:1;border-color:rgb(245 158 11 / var(--tw-border-opacity, 1))}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246 / var(--tw-border-opacity, 1))}.focus\:border-cyan-500:focus{--tw-border-opacity:1;border-color:rgb(6 182 212 / var(--tw-border-opacity, 1))}.focus\:border-indigo-500:focus{--tw-border-opacity:1;border-color:rgb(99 102 241 / var(--tw-border-opacity, 1))}.focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgb(168 85 247 / var(--tw-border-opacity, 1))}.focus\:border-slate-400:focus{--tw-border-opacity:1;border-color:rgb(148 163 184 / var(--tw-border-opacity, 1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:border-violet-500:focus{--tw-border-opacity:1;border-color:rgb(139 92 246 / var(--tw-border-opacity, 1))}.focus\:border-yellow-500:focus{--tw-border-opacity:1;border-color:rgb(234 179 8 / var(--tw-border-opacity, 1))}.focus\:bg-accent:focus{--tw-bg-opacity:1;background-color:oklch(var(--accent) / var(--tw-bg-opacity, 1))}.focus\:text-accent-foreground:focus{--tw-text-opacity:1;color:oklch(var(--accent-foreground) / var(--tw-text-opacity, 1))}.focus\:ring-1:focus{--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)}.focus\:ring-2:focus{--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)}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246 / var(--tw-ring-opacity, 1))}.focus\:ring-cyan-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(6 182 212 / var(--tw-ring-opacity, 1))}.focus\:ring-purple-500\/50:focus{--tw-ring-color:rgb(168 85 247 / .5)}.focus\:ring-slate-400:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(148 163 184 / var(--tw-ring-opacity, 1))}.focus\:ring-violet-500\/20:focus{--tw-ring-color:rgb(139 92 246 / .2)}.focus-visible\:border-destructive\/40:focus-visible{border-color:oklch(var(--destructive) / .4)}.focus-visible\:border-ring:focus-visible{--tw-border-opacity:1;border-color:oklch(var(--ring) / var(--tw-border-opacity, 1))}.focus-visible\:outline-1:focus-visible{outline-width:1px}.focus-visible\:outline-ring:focus-visible{outline-color:oklch(var(--ring) / 1)}.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:oklch(var(--destructive) / .2)}.focus-visible\:ring-ring\/50:focus-visible{--tw-ring-color:oklch(var(--ring) / .5)}.active\:scale-95:active{--tw-scale-x:.95;--tw-scale-y:.95;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))}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:cursor-wait:disabled{cursor:wait}.disabled\:border-slate-300:disabled{--tw-border-opacity:1;border-color:rgb(203 213 225 / var(--tw-border-opacity, 1))}.disabled\:bg-input\/50:disabled{background-color:oklch(var(--input) / .5)}.disabled\:bg-slate-100:disabled{--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.disabled\:text-slate-400:disabled{--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.disabled\:opacity-30:disabled{opacity:.3}.disabled\:opacity-45:disabled{opacity:.45}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:opacity-70:disabled{opacity:.7}.disabled\:hover\:text-slate-600:hover:disabled{--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:scale-110{--tw-scale-x:1.1;--tw-scale-y:1.1;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))}.group:hover .group-hover\:text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-cyan-500{--tw-text-opacity:1;color:rgb(6 182 212 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-slate-700{--tw-text-opacity:1;color:rgb(51 65 85 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:text-violet-600{--tw-text-opacity:1;color:rgb(124 58 237 / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}.group\/dropdown-menu-item:focus .group-focus\/dropdown-menu-item\:text-accent-foreground{--tw-text-opacity:1;color:oklch(var(--accent-foreground) / var(--tw-text-opacity, 1))}.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:oklch(var(--muted) / var(--tw-bg-opacity, 1))}.aria-expanded\:bg-secondary[aria-expanded=true]{--tw-bg-opacity:1;background-color:oklch(var(--secondary) / var(--tw-bg-opacity, 1))}.aria-expanded\:text-foreground[aria-expanded=true]{--tw-text-opacity:1;color:oklch(var(--foreground) / var(--tw-text-opacity, 1))}.aria-expanded\:text-secondary-foreground[aria-expanded=true]{--tw-text-opacity:1;color:oklch(var(--secondary-foreground) / var(--tw-text-opacity, 1))}.data-\[side\=bottom\]\:inset-x-0[data-side=bottom]{left:0;right:0}.data-\[side\=left\]\:inset-y-0[data-side=left],.data-\[side\=right\]\:inset-y-0[data-side=right]{top:0;bottom:0}.data-\[side\=top\]\:inset-x-0[data-side=top]{left:0;right:0}.data-\[side\=bottom\]\:bottom-0[data-side=bottom]{bottom:0}.data-\[side\=left\]\:left-0[data-side=left]{left:0}.data-\[side\=right\]\:right-0[data-side=right]{right:0}.data-\[side\=top\]\:top-0[data-side=top]{top:0}.data-\[side\=bottom\]\:h-auto[data-side=bottom]{height:auto}.data-\[side\=left\]\:h-full[data-side=left],.data-\[side\=right\]\:h-full[data-side=right]{height:100%}.data-\[side\=top\]\:h-auto[data-side=top]{height:auto}.data-\[side\=left\]\:w-3\/4[data-side=left],.data-\[side\=right\]\:w-3\/4[data-side=right]{width:75%}.data-\[size\=sm\]\:gap-3[data-size=sm]{gap:.75rem}.data-\[state\=closed\]\:overflow-hidden[data-state=closed]{overflow:hidden}.data-\[variant\=line\]\:rounded-none[data-variant=line]{border-radius:0}.data-\[side\=bottom\]\:border-t[data-side=bottom]{border-top-width:1px}.data-\[side\=left\]\:border-r[data-side=left]{border-right-width:1px}.data-\[side\=right\]\:border-l[data-side=right]{border-left-width:1px}.data-\[side\=top\]\:border-b[data-side=top]{border-bottom-width:1px}.data-\[size\=sm\]\:py-3[data-size=sm]{padding-top:.75rem;padding-bottom:.75rem}.data-\[variant\=destructive\]\:text-destructive[data-variant=destructive]{--tw-text-opacity:1;color:oklch(var(--destructive) / var(--tw-text-opacity, 1))}.data-\[variant\=destructive\]\:focus\:bg-destructive\/10:focus[data-variant=destructive]{background-color:oklch(var(--destructive) / .1)}.data-\[variant\=destructive\]\:focus\:text-destructive:focus[data-variant=destructive]{--tw-text-opacity:1;color:oklch(var(--destructive) / var(--tw-text-opacity, 1))}.group\/tabs-list[data-variant=line] .group-data-\[variant\=line\]\/tabs-list\:bg-transparent{background-color:transparent}.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\/card[data-size=sm] .group-data-\[size\=sm\]\/card\:text-sm{font-size:.875rem;line-height:1.25rem}.dark\:border-amber-500\/30:is(.dark *){border-color:#f59e0b4d}.dark\:border-amber-700\/50:is(.dark *){border-color:#b4530980}.dark\:border-blue-500\/20:is(.dark *){border-color:#3b82f633}.dark\:border-blue-500\/30:is(.dark *){border-color:#3b82f64d}.dark\:border-cyan-500\/20:is(.dark *){border-color:#06b6d433}.dark\:border-cyan-500\/30:is(.dark *){border-color:#06b6d44d}.dark\:border-cyan-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(8 145 178 / var(--tw-border-opacity, 1))}.dark\:border-cyan-900\/30:is(.dark *){border-color:#164e634d}.dark\:border-emerald-500\/30:is(.dark *){border-color:#10b9814d}.dark\:border-emerald-500\/50:is(.dark *){border-color:#10b98180}.dark\:border-emerald-900\/70:is(.dark *){border-color:#064e3bb3}.dark\:border-indigo-500\/20:is(.dark *){border-color:#6366f133}.dark\:border-indigo-500\/30:is(.dark *){border-color:#6366f14d}.dark\:border-input:is(.dark *){--tw-border-opacity:1;border-color:oklch(var(--input) / var(--tw-border-opacity, 1))}.dark\:border-orange-500\/20:is(.dark *){border-color:#f9731633}.dark\:border-orange-900\/30:is(.dark *){border-color:#7c2d124d}.dark\:border-purple-500\/20:is(.dark *){border-color:#a855f733}.dark\:border-purple-500\/30:is(.dark *){border-color:#a855f74d}.dark\:border-purple-500\/50:is(.dark *){border-color:#a855f780}.dark\:border-red-500\/30:is(.dark *){border-color:#ef44444d}.dark\:border-red-500\/50:is(.dark *){border-color:#ef444480}.dark\:border-sky-500\/30:is(.dark *){border-color:#0ea5e94d}.dark\:border-sky-900\/70:is(.dark *){border-color:#0c4a6eb3}.dark\:border-slate-100:is(.dark *){--tw-border-opacity:1;border-color:rgb(241 245 249 / var(--tw-border-opacity, 1))}.dark\:border-slate-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.dark\:border-slate-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dark\:border-slate-700\/50:is(.dark *){border-color:#33415580}.dark\:border-slate-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 1))}.dark\:border-teal-500\/20:is(.dark *){border-color:#14b8a633}.dark\:border-violet-500\/20:is(.dark *){border-color:#8b5cf633}.dark\:border-violet-600:is(.dark *){--tw-border-opacity:1;border-color:rgb(124 58 237 / var(--tw-border-opacity, 1))}.dark\:border-violet-700:is(.dark *){--tw-border-opacity:1;border-color:rgb(109 40 217 / var(--tw-border-opacity, 1))}.dark\:border-violet-800:is(.dark *){--tw-border-opacity:1;border-color:rgb(91 33 182 / var(--tw-border-opacity, 1))}.dark\:border-violet-800\/30:is(.dark *){border-color:#5b21b64d}.dark\:border-white\/10:is(.dark *){border-color:#ffffff1a}.dark\:border-yellow-500\/20:is(.dark *){border-color:#eab30833}.dark\:border-yellow-600\/30:is(.dark *){border-color:#ca8a044d}.dark\:border-yellow-600\/50:is(.dark *){border-color:#ca8a0480}.dark\:border-yellow-800\/50:is(.dark *){border-color:#854d0e80}.dark\:bg-amber-500\/10:is(.dark *){background-color:#f59e0b1a}.dark\:bg-amber-900\/30:is(.dark *){background-color:#78350f4d}.dark\:bg-black:is(.dark *){--tw-bg-opacity:1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.dark\:bg-blue-900\/10:is(.dark *){background-color:#1e3a8a1a}.dark\:bg-cyan-900\/10:is(.dark *){background-color:#164e631a}.dark\:bg-cyan-900\/30:is(.dark *){background-color:#164e634d}.dark\:bg-destructive\/20:is(.dark *){background-color:oklch(var(--destructive) / .2)}.dark\:bg-emerald-500\/10:is(.dark *){background-color:#10b9811a}.dark\:bg-emerald-900\/10:is(.dark *){background-color:#064e3b1a}.dark\:bg-emerald-900\/20:is(.dark *){background-color:#064e3b33}.dark\:bg-emerald-900\/30:is(.dark *){background-color:#064e3b4d}.dark\:bg-emerald-900\/50:is(.dark *){background-color:#064e3b80}.dark\:bg-emerald-950\/30:is(.dark *){background-color:#022c224d}.dark\:bg-indigo-900\/30:is(.dark *){background-color:#312e814d}.dark\:bg-input\/30:is(.dark *){background-color:oklch(var(--input) / .3)}.dark\:bg-orange-900\/30:is(.dark *){background-color:#7c2d124d}.dark\:bg-purple-900\/10:is(.dark *){background-color:#581c871a}.dark\:bg-purple-900\/20:is(.dark *){background-color:#581c8733}.dark\:bg-purple-900\/30:is(.dark *){background-color:#581c874d}.dark\:bg-purple-900\/40:is(.dark *){background-color:#581c8766}.dark\:bg-red-500\/10:is(.dark *){background-color:#ef44441a}.dark\:bg-red-900\/20:is(.dark *){background-color:#7f1d1d33}.dark\:bg-red-900\/30:is(.dark *){background-color:#7f1d1d4d}.dark\:bg-sky-500\/10:is(.dark *){background-color:#0ea5e91a}.dark\:bg-sky-950\/30:is(.dark *){background-color:#082f494d}.dark\:bg-slate-100:is(.dark *){--tw-bg-opacity:1;background-color:rgb(241 245 249 / var(--tw-bg-opacity, 1))}.dark\:bg-slate-700:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.dark\:bg-slate-800:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.dark\:bg-slate-800\/50:is(.dark *){background-color:#1e293b80}.dark\:bg-slate-900:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.dark\:bg-slate-900\/50:is(.dark *){background-color:#0f172a80}.dark\:bg-slate-900\/70:is(.dark *){background-color:#0f172ab3}.dark\:bg-slate-950:is(.dark *){--tw-bg-opacity:1;background-color:rgb(2 6 23 / var(--tw-bg-opacity, 1))}.dark\:bg-slate-950\/50:is(.dark *){background-color:#02061780}.dark\:bg-slate-950\/85:is(.dark *){background-color:#020617d9}.dark\:bg-slate-950\/90:is(.dark *){background-color:#020617e6}.dark\:bg-teal-900\/30:is(.dark *){background-color:#134e4a4d}.dark\:bg-violet-900\/10:is(.dark *){background-color:#4c1d951a}.dark\:bg-violet-900\/30:is(.dark *){background-color:#4c1d954d}.dark\:bg-violet-900\/50:is(.dark *){background-color:#4c1d9580}.dark\:bg-white:is(.dark *){--tw-bg-opacity:1;background-color:rgb(255 255 255 / var(--tw-bg-opacity, 1))}.dark\:bg-yellow-900\/10:is(.dark *){background-color:#713f121a}.dark\:bg-yellow-900\/20:is(.dark *){background-color:#713f1233}.dark\:bg-yellow-900\/30:is(.dark *){background-color:#713f124d}.dark\:from-slate-100:is(.dark *){--tw-gradient-from:#f1f5f9 var(--tw-gradient-from-position);--tw-gradient-to:rgb(241 245 249 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:from-slate-900:is(.dark *){--tw-gradient-from:#0f172a var(--tw-gradient-from-position);--tw-gradient-to:rgb(15 23 42 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), var(--tw-gradient-to)}.dark\:via-slate-200:is(.dark *){--tw-gradient-to:rgb(226 232 240 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), #e2e8f0 var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:via-violet-950\/20:is(.dark *){--tw-gradient-to:rgb(46 16 101 / 0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from), rgb(46 16 101 / .2) var(--tw-gradient-via-position), var(--tw-gradient-to)}.dark\:to-amber-950\/20:is(.dark *){--tw-gradient-to:rgb(69 26 3 / .2) var(--tw-gradient-to-position)}.dark\:to-black:is(.dark *){--tw-gradient-to:#000 var(--tw-gradient-to-position)}.dark\:to-sky-300:is(.dark *){--tw-gradient-to:#7dd3fc var(--tw-gradient-to-position)}.dark\:text-amber-200:is(.dark *){--tw-text-opacity:1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.dark\:text-amber-300:is(.dark *){--tw-text-opacity:1;color:rgb(252 211 77 / var(--tw-text-opacity, 1))}.dark\:text-amber-400:is(.dark *){--tw-text-opacity:1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.dark\:text-black:is(.dark *){--tw-text-opacity:1;color:rgb(0 0 0 / var(--tw-text-opacity, 1))}.dark\:text-blue-300:is(.dark *){--tw-text-opacity:1;color:rgb(147 197 253 / var(--tw-text-opacity, 1))}.dark\:text-blue-400:is(.dark *){--tw-text-opacity:1;color:rgb(96 165 250 / var(--tw-text-opacity, 1))}.dark\:text-cyan-300:is(.dark *){--tw-text-opacity:1;color:rgb(103 232 249 / var(--tw-text-opacity, 1))}.dark\:text-cyan-400:is(.dark *){--tw-text-opacity:1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.dark\:text-emerald-200:is(.dark *){--tw-text-opacity:1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.dark\:text-emerald-300:is(.dark *){--tw-text-opacity:1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.dark\:text-emerald-400:is(.dark *){--tw-text-opacity:1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.dark\:text-emerald-600\/70:is(.dark *){color:#059669b3}.dark\:text-fuchsia-300:is(.dark *){--tw-text-opacity:1;color:rgb(240 171 252 / var(--tw-text-opacity, 1))}.dark\:text-indigo-300:is(.dark *){--tw-text-opacity:1;color:rgb(165 180 252 / var(--tw-text-opacity, 1))}.dark\:text-indigo-400:is(.dark *){--tw-text-opacity:1;color:rgb(129 140 248 / var(--tw-text-opacity, 1))}.dark\:text-muted-foreground:is(.dark *){--tw-text-opacity:1;color:oklch(var(--muted-foreground) / var(--tw-text-opacity, 1))}.dark\:text-orange-300:is(.dark *){--tw-text-opacity:1;color:rgb(253 186 116 / var(--tw-text-opacity, 1))}.dark\:text-orange-400:is(.dark *){--tw-text-opacity:1;color:rgb(251 146 60 / var(--tw-text-opacity, 1))}.dark\:text-pink-400:is(.dark *){--tw-text-opacity:1;color:rgb(244 114 182 / var(--tw-text-opacity, 1))}.dark\:text-purple-300:is(.dark *){--tw-text-opacity:1;color:rgb(216 180 254 / var(--tw-text-opacity, 1))}.dark\:text-purple-400:is(.dark *){--tw-text-opacity:1;color:rgb(192 132 252 / var(--tw-text-opacity, 1))}.dark\:text-red-200:is(.dark *){--tw-text-opacity:1;color:rgb(254 202 202 / var(--tw-text-opacity, 1))}.dark\:text-red-400:is(.dark *){--tw-text-opacity:1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:text-rose-300:is(.dark *){--tw-text-opacity:1;color:rgb(253 164 175 / var(--tw-text-opacity, 1))}.dark\:text-sky-200:is(.dark *){--tw-text-opacity:1;color:rgb(186 230 253 / var(--tw-text-opacity, 1))}.dark\:text-sky-300:is(.dark *){--tw-text-opacity:1;color:rgb(125 211 252 / var(--tw-text-opacity, 1))}.dark\:text-sky-400:is(.dark *){--tw-text-opacity:1;color:rgb(56 189 248 / var(--tw-text-opacity, 1))}.dark\:text-slate-100:is(.dark *){--tw-text-opacity:1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.dark\:text-slate-200:is(.dark *){--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.dark\:text-slate-300:is(.dark *){--tw-text-opacity:1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.dark\:text-slate-400:is(.dark *){--tw-text-opacity:1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.dark\:text-slate-500:is(.dark *){--tw-text-opacity:1;color:rgb(100 116 139 / var(--tw-text-opacity, 1))}.dark\:text-slate-600:is(.dark *){--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.dark\:text-slate-900:is(.dark *){--tw-text-opacity:1;color:rgb(15 23 42 / var(--tw-text-opacity, 1))}.dark\:text-teal-300:is(.dark *){--tw-text-opacity:1;color:rgb(94 234 212 / var(--tw-text-opacity, 1))}.dark\:text-violet-300:is(.dark *){--tw-text-opacity:1;color:rgb(196 181 253 / var(--tw-text-opacity, 1))}.dark\:text-violet-400:is(.dark *){--tw-text-opacity:1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.dark\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:text-white\/50:is(.dark *){color:#ffffff80}.dark\:text-yellow-400:is(.dark *){--tw-text-opacity:1;color:rgb(250 204 21 / var(--tw-text-opacity, 1))}.dark\:text-yellow-500:is(.dark *){--tw-text-opacity:1;color:rgb(234 179 8 / var(--tw-text-opacity, 1))}.dark\:text-yellow-500\/80:is(.dark *){color:#eab308cc}.dark\:shadow-none:is(.dark *){--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.dark\:ring-slate-100\/20:is(.dark *){--tw-ring-color:rgb(241 245 249 / .2)}.dark\:hover\:border-amber-700:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(180 83 9 / var(--tw-border-opacity, 1))}.dark\:hover\:border-purple-500\/30:hover:is(.dark *){border-color:#a855f74d}.dark\:hover\:border-slate-500:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(100 116 139 / var(--tw-border-opacity, 1))}.dark\:hover\:border-slate-600:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.dark\:hover\:border-slate-700:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dark\:hover\:border-slate-800:hover:is(.dark *){--tw-border-opacity:1;border-color:rgb(30 41 59 / var(--tw-border-opacity, 1))}.dark\:hover\:border-violet-800\/50:hover:is(.dark *){border-color:#5b21b680}.dark\:hover\:bg-cyan-800\/50:hover:is(.dark *){background-color:#155e7580}.dark\:hover\:bg-cyan-900\/10:hover:is(.dark *){background-color:#164e631a}.dark\:hover\:bg-destructive\/30:hover:is(.dark *){background-color:oklch(var(--destructive) / .3)}.dark\:hover\:bg-emerald-900\/30:hover:is(.dark *){background-color:#064e3b4d}.dark\:hover\:bg-input\/50:hover:is(.dark *){background-color:oklch(var(--input) / .5)}.dark\:hover\:bg-muted\/50:hover:is(.dark *){background-color:oklch(var(--muted) / .5)}.dark\:hover\:bg-orange-900\/50:hover:is(.dark *){background-color:#7c2d1280}.dark\:hover\:bg-purple-900\/30:hover:is(.dark *){background-color:#581c874d}.dark\:hover\:bg-purple-900\/50:hover:is(.dark *){background-color:#581c8780}.dark\:hover\:bg-red-900\/20:hover:is(.dark *){background-color:#7f1d1d33}.dark\:hover\:bg-red-900\/30:hover:is(.dark *){background-color:#7f1d1d4d}.dark\:hover\:bg-slate-200:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(226 232 240 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-slate-700:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(51 65 85 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-slate-800:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-slate-800\/50:hover:is(.dark *){background-color:#1e293b80}.dark\:hover\:bg-slate-900:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-slate-950:hover:is(.dark *){--tw-bg-opacity:1;background-color:rgb(2 6 23 / var(--tw-bg-opacity, 1))}.dark\:hover\:bg-violet-900\/10:hover:is(.dark *){background-color:#4c1d951a}.dark\:hover\:bg-violet-900\/50:hover:is(.dark *){background-color:#4c1d9580}.dark\:hover\:text-amber-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(251 191 36 / var(--tw-text-opacity, 1))}.dark\:hover\:text-cyan-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.dark\:hover\:text-emerald-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(52 211 153 / var(--tw-text-opacity, 1))}.dark\:hover\:text-foreground:hover:is(.dark *){--tw-text-opacity:1;color:oklch(var(--foreground) / var(--tw-text-opacity, 1))}.dark\:hover\:text-red-300:hover:is(.dark *){--tw-text-opacity:1;color:rgb(252 165 165 / var(--tw-text-opacity, 1))}.dark\:hover\:text-red-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.dark\:hover\:text-slate-200:hover:is(.dark *){--tw-text-opacity:1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.dark\:hover\:text-violet-400:hover:is(.dark *){--tw-text-opacity:1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.dark\:hover\:text-white:hover:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:focus-visible\:ring-destructive\/40:focus-visible:is(.dark *){--tw-ring-color:oklch(var(--destructive) / .4)}.dark\:disabled\:border-slate-700:disabled:is(.dark *){--tw-border-opacity:1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.dark\:disabled\:bg-input\/80:disabled:is(.dark *){background-color:oklch(var(--input) / .8)}.dark\:disabled\:bg-slate-800:disabled:is(.dark *){--tw-bg-opacity:1;background-color:rgb(30 41 59 / var(--tw-bg-opacity, 1))}.dark\:disabled\:text-slate-600:disabled:is(.dark *){--tw-text-opacity:1;color:rgb(71 85 105 / var(--tw-text-opacity, 1))}.group:hover .dark\:group-hover\:text-cyan-400:is(.dark *){--tw-text-opacity:1;color:rgb(34 211 238 / var(--tw-text-opacity, 1))}.group:hover .dark\:group-hover\:text-violet-400:is(.dark *){--tw-text-opacity:1;color:rgb(167 139 250 / var(--tw-text-opacity, 1))}.group:hover .dark\:group-hover\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255 / var(--tw-text-opacity, 1))}.dark\:data-\[variant\=destructive\]\:focus\:bg-destructive\/20:focus[data-variant=destructive]:is(.dark *){background-color:oklch(var(--destructive) / .2)}@media(min-width:640px){.sm\:ml-1{margin-left:.25rem}.sm\:mt-0{margin-top:0}.sm\:w-auto{width:auto}.sm\:max-w-sm{max-width:24rem}.sm\:flex-none{flex:none}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:items-start{align-items:flex-start}.sm\:items-center{align-items:center}.sm\:justify-end{justify-content:flex-end}.sm\:justify-between{justify-content:space-between}.sm\:p-6{padding:1.5rem}.data-\[side\=left\]\:sm\:max-w-sm[data-side=left],.data-\[side\=right\]\:sm\:max-w-sm[data-side=right]{max-width:24rem}}@media(min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:text-sm{font-size:.875rem;line-height:1.25rem}}@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:items-center{align-items:center}.lg\:justify-between{justify-content:space-between}}@media(min-width:1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.xl\:grid-cols-\[360px_minmax\(0\,1fr\)\]{grid-template-columns:360px minmax(0,1fr)}.xl\:grid-cols-\[minmax\(0\,1fr\)_340px\]{grid-template-columns:minmax(0,1fr) 340px}}@media(min-width:1536px){.\32xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}.\[\&\>svg\]\:pointer-events-none>svg{pointer-events:none}.\[\&_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}html,body,#root{width:100%;min-height:100%;overflow-x:hidden}.studio-shell *,.studio-shell *:before,.studio-shell *:after{letter-spacing:0}.studio-shell button,.studio-shell input,.studio-shell select,.studio-shell textarea{font:inherit}.studio-shell button,.studio-shell [role=button]{touch-action:manipulation}.studio-shell button:not(:disabled),.studio-shell [role=button]:not([aria-disabled=true]){cursor:pointer}.studio-shell button:disabled,.studio-shell [aria-disabled=true]{cursor:not-allowed}.studio-shell :where(button,a,input,select,textarea,[tabindex]):focus-visible{outline:3px solid color-mix(in srgb,var(--studio-accent) 42%,transparent);outline-offset:2px}.studio-layout{width:100%;max-width:none;margin:0;padding:16px;grid-template-columns:auto minmax(0,1fr);gap:16px}.studio-sidebar{top:16px;width:236px;max-height:calc(100vh - 32px);transition:width .18s ease}.studio-sidebar--collapsed{width:72px}.studio-sidebar-panel{height:calc(100vh - 32px);padding:16px;gap:16px;border-radius:30px;overflow-x:hidden}.studio-sidebar--collapsed .studio-sidebar-panel{padding:12px 9px;border-radius:24px}.studio-main{min-width:0;gap:12px}.studio-topbar{position:sticky;top:16px;z-index:40;min-height:96px;padding:18px 22px;border-radius:26px}.studio-topbar-copy{min-width:0}.studio-topbar-copy h1{margin-top:2px;font-size:1.6rem;line-height:1.25}.studio-topbar-subtitle{margin-top:4px;line-height:1.5}.studio-topbar-meta{max-width:48%;justify-content:flex-end;gap:6px}.studio-banner-inline{border-radius:20px}.studio-workspace{grid-template-columns:minmax(0,1fr) minmax(300px,340px);gap:16px}.studio-primary-stack,.studio-secondary-stack,.studio-dashboard-main{gap:12px}.studio-secondary-stack--preview{top:112px}.studio-generation-history-card{gap:14px}.studio-generation-history-list{display:flex;min-height:116px;max-height:376px;flex-direction:column;overflow-y:auto;border-top:1px solid rgba(148,163,184,.16)}.studio-generation-history-item{display:grid;min-height:68px;grid-template-columns:48px minmax(0,1fr) 40px;align-items:center;gap:10px;padding:9px 0;border-bottom:1px solid rgba(148,163,184,.16)}.studio-generation-history-item:last-child{border-bottom:0}.studio-generation-history-preview{position:relative;display:inline-flex;width:48px;height:48px;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(96,165,250,.22);border-radius:14px;background:linear-gradient(145deg,#dbeafeeb,#e0f2febd);color:var(--studio-accent);transition:background-color .16s ease,border-color .16s ease,color .16s ease}.studio-generation-history-preview:hover{border-color:#2563eb61;background:#dbeafee6}.dark .studio-generation-history-preview{border-color:#60a5fa3d;background:#1e40af2e}.dark .studio-generation-history-preview:hover{background:#1e40af52}.studio-generation-history-play{position:absolute;right:6px;bottom:6px;padding:2px;border-radius:999px;background:var(--studio-surface);color:var(--studio-accent);box-sizing:content-box}.studio-generation-history-copy{display:grid;min-width:0;gap:2px}.studio-generation-history-copy strong,.studio-generation-history-copy span,.studio-generation-history-copy time{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-generation-history-copy strong{color:var(--studio-text);font-size:.78rem;line-height:1.35}.studio-generation-history-copy span,.studio-generation-history-copy time{color:var(--studio-text-faint);font-size:.67rem;line-height:1.35}.studio-generation-history-delete{width:40px!important;height:40px!important;color:var(--studio-text-faint)}.studio-generation-history-delete:hover{color:#dc2626}.studio-generation-history-empty{display:flex;min-height:116px;align-items:center;justify-content:center;gap:8px;color:var(--studio-text-soft);font-size:.75rem;line-height:1.55;text-align:center}.studio-generation-history-empty--error{flex-direction:column}.studio-module-frame,.studio-inspector-card,.studio-task-shell,.studio-dashboard-section,.studio-time-card,.studio-announcement-panel,.studio-hero-card{padding:20px;border-radius:28px}.studio-module-frame,.studio-glass-motion{width:100%;min-width:0}.studio-dashboard-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,320px);gap:20px;align-items:stretch;padding:22px;border:1px solid var(--studio-border);border-radius:28px;background:var(--studio-surface);box-shadow:var(--studio-shadow-soft);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.studio-dashboard-intro--with-photo{grid-template-columns:minmax(0,1fr) minmax(220px,280px)}.studio-dashboard-intro-copy{display:flex;flex-direction:column;justify-content:center;min-width:0}.studio-dashboard-status-line{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:var(--studio-text-soft);font-size:.76rem;font-weight:600}.studio-dashboard-status-line .studio-dot{margin-right:0}.studio-status-divider{width:1px;height:12px;background:var(--studio-border-strong)}.studio-dashboard-intro h2{max-width:15ch;margin:10px 0 0;color:var(--studio-text);font-size:clamp(1.7rem,2.8vw,2.25rem);line-height:1.16}.studio-dashboard-intro p{max-width:62ch;margin:10px 0 0;color:var(--studio-text-soft);font-size:.88rem;line-height:1.65}.studio-dashboard-intro .studio-command-actions{margin-top:16px;gap:8px}.studio-dashboard-intro .studio-command-action{min-height:42px}.dark .studio-dashboard-intro .studio-command-action--primary{color:#fff;border-color:#60a5fa3d;background:linear-gradient(135deg,#1e40afeb,#0ea5e9db)}.studio-dashboard-intro-side{display:flex;align-items:center;gap:14px;min-width:0;padding-left:20px;border-left:1px solid var(--studio-border)}.studio-dashboard-brand-mark{width:88px;height:88px;flex:0 0 88px;border-radius:22px}.studio-dashboard-intro-side--photo{display:block;align-self:center;width:100%;min-height:0;aspect-ratio:16 / 10;padding:0;overflow:hidden;border:1px solid var(--studio-border);border-radius:22px;background:var(--studio-surface-muted)}.studio-dashboard-photo{display:block;width:100%;height:100%;min-height:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.studio-dashboard-brand-mark{display:inline-flex;align-items:center;justify-content:center;color:var(--studio-accent);border:1px solid rgba(96,165,250,.22);background:linear-gradient(145deg,#dbeafee6,#e0f2fec2);box-shadow:inset 0 1px #ffffffbf}.dark .studio-dashboard-brand-mark{background:#1e40af2e}.studio-dashboard-context-list{display:grid;flex:1;gap:8px;min-width:0;margin:0}.studio-dashboard-context-list div{display:flex;align-items:baseline;justify-content:space-between;gap:10px;min-width:0}.studio-dashboard-context-list dt{color:var(--studio-text-faint);font-size:.7rem}.studio-dashboard-context-list dd{margin:0;overflow-wrap:anywhere;color:var(--studio-text);font-size:.78rem;font-weight:650;text-align:right}.studio-dashboard-section{gap:14px}.studio-dashboard-section--metrics{padding:0;border:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.studio-dashboard-section--metrics .studio-metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.studio-dashboard-section--metrics .studio-stat-card{min-width:0;min-height:104px;padding:16px}.studio-stat-copy{min-width:0}.studio-stat-detail{margin-top:4px;overflow:hidden;color:var(--studio-text-faint);font-size:.66rem;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.studio-dashboard-two-column{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(260px,.65fr);gap:12px;align-items:stretch}.studio-dashboard-two-column>.studio-dashboard-section{height:100%;min-width:0}.studio-operations-panel,.studio-actions-panel{display:flex;flex-direction:column}.studio-operations-panel .studio-operations-list,.studio-actions-panel .studio-shortcut-list{flex:1}.studio-operations-panel .studio-operation-row,.studio-actions-panel .studio-shortcut-row{flex:1 0 0}.studio-operations-list,.studio-shortcut-list{border-top:1px solid rgba(148,163,184,.16)}.studio-operation-row{display:grid;grid-template-columns:8px minmax(0,1fr);gap:12px;padding:12px 2px;border-bottom:1px solid rgba(148,163,184,.16)}.studio-operation-row:last-child,.studio-shortcut-row:last-child{border-bottom:0}.studio-operation-indicator{width:8px;height:8px;margin-top:5px;border-radius:999px;background:var(--studio-text-faint)}.studio-operation-indicator--live,.studio-operation-indicator--success{background:#0f766e}.studio-operation-indicator--warning{background:#d97706}.studio-operation-copy{min-width:0}.studio-operation-copy span{display:block;color:var(--studio-text-faint);font-size:.68rem}.studio-operation-copy strong{display:block;margin-top:3px;overflow-wrap:anywhere;color:var(--studio-text);font-size:.85rem;line-height:1.4}.studio-operation-copy p{margin:3px 0 0;color:var(--studio-text-soft);font-size:.72rem;line-height:1.45}.studio-shortcut-list{display:flex;flex-direction:column}.studio-shortcut-row{display:flex;width:100%;min-height:66px;align-items:center;gap:10px;padding:9px 2px;border:0;border-bottom:1px solid rgba(148,163,184,.16);border-radius:14px;background:transparent;color:inherit;text-align:left;transition:background-color .16s ease}.studio-shortcut-row:hover{background:#ffffff7a}.dark .studio-shortcut-row:hover{background:#0f172a80}.studio-shortcut-copy{min-width:0;flex:1}.studio-shortcut-title,.studio-shortcut-desc{display:block}.studio-shortcut-desc{margin-top:2px;font-size:.68rem;line-height:1.4}.studio-activity-list{gap:0;border-top:1px solid rgba(148,163,184,.16)}.studio-dashboard-section--activity .studio-activity-item{padding:11px 2px;border:0;border-bottom:1px solid rgba(148,163,184,.16);border-radius:0;background:transparent;box-shadow:none}.studio-dashboard-section--activity .studio-activity-item:last-child{border-bottom:0}.studio-dashboard-section--activity .studio-activity-meta{margin-bottom:4px}.studio-dashboard-section--activity .studio-activity-message{font-size:.76rem;line-height:1.5}.studio-time-card,.studio-time-card--compact{position:relative;top:0}.studio-time-card--modern .studio-time-value{margin-top:0;font-size:3rem}.studio-time-card--modern .studio-time-date{margin-top:7px;font-size:.8rem}@media(min-width:1021px){.studio-dashboard-intro,.studio-secondary-stack>.studio-glass-motion:first-child .studio-time-card{min-height:271px}}@media(max-width:1220px){.studio-layout{grid-template-columns:72px minmax(0,1fr)}.studio-sidebar,.studio-sidebar--expanded,.studio-sidebar--collapsed{position:sticky;top:16px;width:72px;max-height:calc(100vh - 32px)}.studio-sidebar-panel,.studio-sidebar--collapsed .studio-sidebar-panel{height:calc(100vh - 32px);padding:12px 9px}.studio-brand,.studio-sidebar--collapsed .studio-brand{min-height:0;flex-direction:column;justify-content:center;gap:8px;padding:0}.studio-brand-copy,.studio-sidebar-footer,.studio-nav-title,.studio-nav-copy,.studio-sidebar--collapsed .studio-brand-copy,.studio-sidebar--collapsed .studio-sidebar-footer,.studio-sidebar--collapsed .studio-nav-title,.studio-sidebar--collapsed .studio-nav-copy,.studio-sidebar-toggle,.studio-sidebar--collapsed .studio-sidebar-toggle{display:none}.studio-theme-toggle,.studio-sidebar--collapsed .studio-theme-toggle{display:inline-flex;margin-left:0}.studio-nav-button,.studio-sidebar--collapsed .studio-nav-button{justify-content:center;min-height:50px;padding:8px;gap:0}.studio-dashboard-intro{grid-template-columns:minmax(0,1fr) minmax(230px,280px)}.studio-dashboard-intro--with-photo{grid-template-columns:minmax(0,1fr) minmax(220px,260px)}.studio-workspace{grid-template-columns:minmax(0,1fr) minmax(280px,320px)}}@media(max-width:1020px){.studio-workspace{grid-template-columns:1fr}.studio-secondary-stack--preview{position:relative;top:0}.studio-secondary-stack{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.studio-generation-history-card,.studio-announcement-panel{grid-column:span 2}}@media(max-width:900px){.studio-layout{display:block;padding:12px 12px calc(92px + env(safe-area-inset-bottom))}.studio-sidebar,.studio-sidebar--expanded,.studio-sidebar--collapsed{position:relative;top:0;width:100%;max-height:none;margin-bottom:10px}.studio-sidebar-panel,.studio-sidebar--collapsed .studio-sidebar-panel{width:100%;height:auto;min-height:60px;padding:9px 12px;border-radius:22px;overflow:visible;backdrop-filter:none;-webkit-backdrop-filter:none}.studio-brand,.studio-sidebar--collapsed .studio-brand{min-height:42px;flex-direction:row;justify-content:flex-start;gap:9px}.studio-brand-copy,.studio-sidebar--collapsed .studio-brand-copy{display:block;max-width:none;opacity:1;overflow:visible;pointer-events:auto;transform:none}.studio-sidebar-toggle{display:none}.studio-theme-toggle,.studio-sidebar--collapsed .studio-theme-toggle{display:inline-flex;margin-left:auto}.studio-nav{position:fixed;right:10px;bottom:max(8px,env(safe-area-inset-bottom));left:10px;z-index:100;display:grid;width:auto;max-width:calc(100vw - 20px);grid-template-columns:repeat(5,minmax(0,1fr));gap:2px;padding:7px;border:1px solid var(--studio-border);border-radius:22px;background:#ffffffe6;box-shadow:var(--studio-shadow);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px)}.dark .studio-nav{background:#0f172ae6}.studio-nav-title,.studio-sidebar-footer,.studio-nav-desc{display:none}.studio-nav-button,.studio-sidebar--collapsed .studio-nav-button{width:100%;min-width:0;min-height:60px;flex-direction:column;justify-content:center;gap:3px;padding:5px 1px;border-radius:15px;text-align:center}.studio-nav-copy,.studio-sidebar--collapsed .studio-nav-copy{display:block;max-width:100%;opacity:1;overflow:visible;pointer-events:auto;transform:none}.studio-nav-icon,.dark .studio-nav-icon{width:24px;height:24px;border:0;background:transparent}.studio-nav-label{display:block;overflow:hidden;font-size:.68rem;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.studio-main{gap:10px}.studio-topbar{position:relative;top:0;min-height:0;flex-direction:column;align-items:flex-start;padding:15px 16px;border-radius:22px}.studio-topbar-meta{max-width:none;justify-content:flex-start}.studio-workspace{display:grid;grid-template-columns:minmax(0,1fr);gap:10px}.studio-dashboard-intro{grid-template-columns:1fr;gap:14px;padding:16px;border-radius:22px}.studio-dashboard-intro-side{padding:14px 0 0;border-top:1px solid var(--studio-border);border-left:0}.studio-dashboard-intro-side--photo{align-self:auto;height:clamp(196px,50vw,232px);min-height:0;aspect-ratio:auto;padding:0;border:1px solid var(--studio-border)}.studio-dashboard-context-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.studio-dashboard-context-list div{display:block}.studio-dashboard-context-list dd{margin-top:3px;text-align:left}.studio-dashboard-section--metrics .studio-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-dashboard-two-column{grid-template-columns:1fr}.studio-secondary-stack{display:flex}.studio-generation-history-card,.studio-announcement-panel{grid-column:auto}.studio-module-frame,.studio-inspector-card,.studio-task-shell,.studio-dashboard-section,.studio-time-card,.studio-announcement-panel,.studio-hero-card{padding:16px;border-radius:22px}.studio-module-frame .studio-tab-surface,.studio-module-frame .studio-tab-surface>*,.studio-module-frame [data-slot=card],.studio-module-frame [data-slot=card-content],.studio-module-frame .grid{min-width:0;max-width:100%}.studio-module-frame code{overflow-wrap:anywhere;white-space:normal;word-break:break-all}.studio-module-frame input:not([type=checkbox]):not([type=radio]),.studio-module-frame select,.studio-module-frame textarea{max-width:100%;font-size:16px}}@media(max-width:520px){.studio-layout{padding-right:10px;padding-left:10px}.studio-topbar-meta .studio-chip:nth-child(3){display:none}.studio-dashboard-intro h2{max-width:16ch;font-size:1.65rem}.studio-dashboard-intro .studio-command-actions{display:grid;grid-template-columns:1fr}.studio-dashboard-intro .studio-command-action{width:100%;min-width:0;justify-content:center;white-space:normal}.studio-dashboard-intro-side{flex-direction:column;align-items:stretch}.studio-dashboard-brand-mark{display:none}.studio-dashboard-intro-side--photo{min-height:0;border-radius:18px}.studio-dashboard-photo{min-height:0}.studio-dashboard-context-list{width:100%;gap:8px}.studio-stat-detail{white-space:normal}.studio-nav-label{font-size:.62rem}.studio-section-header{flex-direction:column;align-items:flex-start}}.studio-workspace--account{grid-template-columns:minmax(0,1fr)}.studio-workspace--account .studio-primary-stack{width:min(100%,1180px)}.studio-account-page{display:grid;min-width:0;gap:16px}.studio-account-hero,.studio-billing-hero{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:20px;padding:22px 24px;border:1px solid var(--studio-border);border-radius:24px;background:var(--studio-surface);box-shadow:var(--studio-shadow-soft)}.studio-account-identity,.studio-billing-balance{display:flex;min-width:0;align-items:center;gap:14px}.studio-account-avatar,.studio-billing-wallet-icon{display:inline-flex;width:52px;height:52px;flex:0 0 52px;align-items:center;justify-content:center;border:1px solid rgba(37,99,235,.18);border-radius:18px;background:#dbeafec2;color:#1d4ed8;font-size:.92rem;font-weight:700}.dark .studio-account-avatar,.dark .studio-billing-wallet-icon{border-color:#60a5fa3d;background:#1e40af2e;color:#93c5fd}.studio-account-identity-copy,.studio-billing-balance>div{min-width:0}.studio-account-identity-copy h2,.studio-billing-balance h2{margin:4px 0 0;color:var(--studio-text);font-size:1.55rem;line-height:1.2;font-weight:700}.studio-account-identity-copy p,.studio-billing-balance p{margin:6px 0 0;color:var(--studio-text-soft);font-size:.84rem;line-height:1.5}.studio-account-hero-actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px}.studio-account-primary-action{min-height:42px!important;border-color:#0f766e!important;background:#0f766e!important;color:#fff!important;box-shadow:0 10px 20px #0f766e29}.studio-account-primary-action:hover:not(:disabled){border-color:#0b5e56!important;background:#0b5e56!important}.studio-account-feedback{min-height:42px;padding:10px 14px;border:1px solid rgba(37,99,235,.18);border-radius:14px;background:#eff6ffc2;color:#1e3a8a;font-size:.82rem;line-height:1.55}.dark .studio-account-feedback{border-color:#60a5fa3d;background:#1e40af29;color:#bfdbfe}.studio-account-state{display:inline-flex;min-height:180px;align-items:center;justify-content:center;gap:10px;padding:24px;border:1px dashed var(--studio-border-strong);border-radius:22px;color:var(--studio-text-soft);font-size:.9rem}.studio-account-state--error{flex-direction:column;color:#b45309}.studio-account-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.studio-account-metric{display:flex;min-height:112px;min-width:0;align-items:center;gap:13px;padding:16px;border:1px solid var(--studio-border);border-radius:20px;background:#ffffff85}.dark .studio-account-metric{background:#0f172a85}.studio-account-metric>div{min-width:0}.studio-account-metric>div>span,.studio-account-metric small{display:block;color:var(--studio-text-faint);font-size:.74rem;line-height:1.45}.studio-account-metric strong{display:block;margin:4px 0;overflow:hidden;color:var(--studio-text);font-size:1.22rem;line-height:1.2;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.studio-account-metric-icon{display:inline-flex;width:40px;height:40px;flex:0 0 40px;align-items:center;justify-content:center;border-radius:14px}.studio-account-metric-icon--blue{background:#dbeafecc;color:#1d4ed8}.studio-account-metric-icon--green{background:#d1fae5c7;color:#047857}.studio-account-metric-icon--amber{background:#fef3c7cc;color:#b45309}.dark .studio-account-metric-icon--blue{background:#1e40af38;color:#93c5fd}.dark .studio-account-metric-icon--green{background:#064e3b42;color:#6ee7b7}.dark .studio-account-metric-icon--amber{background:#78350f3d;color:#fcd34d}.studio-account-content-grid,.studio-billing-grid{display:grid;min-width:0;grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr);gap:16px}.studio-account-panel{min-width:0;gap:18px!important;padding:20px!important;border-radius:24px!important}.studio-account-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.studio-account-field{display:grid;min-width:0;gap:7px}.studio-account-field>span{display:inline-flex;min-width:0;align-items:center;gap:6px;color:var(--studio-text-soft);font-size:.78rem;font-weight:600}.studio-account-input{min-height:44px!important;border-radius:14px!important}.studio-account-form-actions{display:flex;grid-column:1 / -1;justify-content:flex-end;padding-top:2px}.studio-account-detail-list{display:grid;margin:0;border-top:1px solid var(--studio-border)}.studio-account-detail-list>div{display:grid;min-width:0;grid-template-columns:minmax(90px,.42fr) minmax(0,1fr);gap:14px;padding:13px 0;border-bottom:1px solid var(--studio-border)}.studio-account-detail-list dt,.studio-account-detail-list dd{margin:0;min-width:0}.studio-account-detail-list dt{color:var(--studio-text-faint);font-size:.76rem}.studio-account-detail-list dd{overflow:hidden;color:var(--studio-text);font-size:.78rem;line-height:1.5;text-align:right;text-overflow:ellipsis;white-space:nowrap}.studio-account-device-row dd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.studio-billing-hero{align-items:center}.studio-billing-summary-grid,.studio-billing-top-grid{display:grid;min-width:0;gap:16px}.studio-billing-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.studio-billing-top-grid{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr)}.studio-billing-summary-item{display:grid;min-width:0;min-height:112px;align-content:center;gap:5px;padding:18px;border:1px solid var(--studio-border);border-radius:18px;background:var(--studio-surface);box-shadow:var(--studio-shadow-soft)}.studio-billing-summary-item span,.studio-billing-summary-item small{color:var(--studio-text-faint);font-size:.74rem;line-height:1.45}.studio-billing-summary-item strong{overflow:hidden;color:var(--studio-text);font-size:1.5rem;font-variant-numeric:tabular-nums;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.studio-billing-payment-channel{display:flex;min-height:40px;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;color:var(--studio-text-soft);font-size:.78rem}.studio-billing-payment-channel select{min-height:36px;border:1px solid var(--studio-border);border-radius:10px;background:var(--studio-surface-strong);color:var(--studio-text);padding:0 10px}.studio-billing-balance h2{font-size:2.35rem;font-variant-numeric:tabular-nums}.studio-billing-balance h2 small{color:var(--studio-text-soft);font-size:.96rem;font-weight:600}.studio-billing-rate{display:grid;min-width:192px;gap:3px;padding:4px 20px;border-right:1px solid var(--studio-border);border-left:1px solid var(--studio-border);color:var(--studio-text-faint);font-size:.74rem}.studio-billing-rate strong{color:var(--studio-text);font-size:.96rem;font-variant-numeric:tabular-nums}.studio-billing-rate small{color:var(--studio-text-soft);font-size:.72rem}.studio-account-refresh-action{min-height:42px!important;border-radius:14px!important}.studio-billing-package-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.studio-billing-package{display:grid;min-height:96px;min-width:0;align-content:center;justify-items:start;gap:4px;padding:14px;border:1px solid var(--studio-border);border-radius:18px;background:#ffffff85;color:var(--studio-text-soft);text-align:left;transition:border-color .18s ease,background-color .18s ease,transform .18s ease}.studio-billing-package:hover,.studio-billing-package--selected{border-color:#2563eb6b;background:#eff6ffd1}.studio-billing-package:hover{transform:translateY(-1px)}.studio-billing-package strong{overflow:hidden;max-width:100%;color:var(--studio-text);font-size:.9rem;text-overflow:ellipsis;white-space:nowrap}.studio-billing-package span{color:var(--studio-text-faint);font-size:.76rem;font-variant-numeric:tabular-nums}.dark .studio-billing-package{background:#0f172a80}.dark .studio-billing-package:hover,.dark .studio-billing-package--selected{border-color:#60a5fa6b;background:#1e40af2e}.studio-billing-custom-form{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:12px}.studio-billing-order-total{display:grid;min-width:102px;gap:5px;padding-bottom:2px}.studio-billing-order-total span,.studio-billing-rule-summary span{color:var(--studio-text-faint);font-size:.74rem}.studio-billing-order-total strong,.studio-billing-rule-summary strong{color:var(--studio-text);font-size:1.08rem;font-variant-numeric:tabular-nums}.studio-billing-channel-note{margin:0;padding-top:12px;border-top:1px solid var(--studio-border);color:var(--studio-text-faint);font-size:.74rem;line-height:1.6}.studio-billing-toggle-row{display:flex;min-height:56px;align-items:center;justify-content:space-between;gap:14px;padding:12px 0;border-top:1px solid var(--studio-border);border-bottom:1px solid var(--studio-border)}.studio-billing-toggle-row>span{display:grid;min-width:0;gap:4px}.studio-billing-toggle-row strong{color:var(--studio-text);font-size:.84rem}.studio-billing-toggle-row small{color:var(--studio-text-faint);font-size:.72rem;line-height:1.45}.studio-billing-toggle-row input{position:relative;width:46px;height:26px;flex:0 0 46px;margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(148,163,184,.35);border-radius:999px;background:#94a3b859;cursor:pointer;transition:background-color .18s ease,border-color .18s ease}.studio-billing-toggle-row input:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #0f172a2e;transition:transform .18s ease}.studio-billing-toggle-row input:checked{border-color:#0f766e;background:#0f766e}.studio-billing-toggle-row input:checked:after{transform:translate(20px)}.studio-billing-toggle-row input:focus-visible{outline:3px solid rgba(37,99,235,.32);outline-offset:2px}.studio-billing-cost-field{margin-top:2px}.studio-billing-cost-input{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:9px}.studio-billing-cost-input>span{color:var(--studio-text-soft);font-size:.8rem}.studio-billing-rule-summary{display:flex;align-items:center;justify-content:space-between;padding:12px 0 2px}.studio-billing-segmented{display:inline-flex;min-height:36px;padding:3px;border:1px solid var(--studio-border);border-radius:12px;background:#94a3b81a}.studio-billing-segmented button{min-width:54px;min-height:28px;border:0;border-radius:8px;background:transparent;color:var(--studio-text-faint);font-size:.74rem;font-weight:600}.studio-billing-segmented button[aria-pressed=true]{background:var(--studio-surface-strong);color:var(--studio-text);box-shadow:0 2px 8px #0f172a14}.studio-billing-history-list{display:grid;border-top:1px solid var(--studio-border)}.studio-billing-history-row{display:grid;min-height:70px;min-width:0;grid-template-columns:40px minmax(0,1fr) minmax(92px,auto);align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--studio-border)}.studio-billing-order-row{grid-template-columns:40px minmax(0,1fr) auto auto}.studio-billing-history-icon{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:13px;background:#e2e8f0ad;color:var(--studio-text-soft)}.studio-billing-history-icon--credit{background:#d1fae5c2;color:#047857}.studio-billing-history-icon--debit{background:#fef3c7c7;color:#b45309}.dark .studio-billing-history-icon{background:#94a3b824}.dark .studio-billing-history-icon--credit{background:#064e3b42;color:#6ee7b7}.dark .studio-billing-history-icon--debit{background:#78350f3d;color:#fcd34d}.studio-billing-history-copy{display:grid;min-width:0;gap:4px}.studio-billing-history-copy strong,.studio-billing-history-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-billing-history-copy strong{color:var(--studio-text);font-size:.82rem;line-height:1.4}.studio-billing-history-copy span{color:var(--studio-text-faint);font-size:.7rem;line-height:1.4}.studio-billing-history-value{display:grid;justify-items:end;gap:3px;color:#b45309;font-variant-numeric:tabular-nums;text-align:right}.studio-billing-history-value strong{font-size:.94rem}.studio-billing-history-value span{color:var(--studio-text-faint);font-size:.68rem}.studio-billing-history-value--credit{color:#047857}.studio-billing-status{min-width:58px;justify-content:center;border-radius:999px!important;font-size:.7rem!important}.studio-billing-status--pending{border-color:#d9770642!important;color:#b45309!important}.studio-billing-status--paid{border-color:#05966938!important;color:#047857!important}.studio-billing-status--cancelled{border-color:#64748b3d!important;color:var(--studio-text-faint)!important}.studio-billing-order-actions{display:flex;align-items:center;justify-content:flex-end;gap:6px}.studio-account-row-action,.studio-account-icon-action{min-height:38px!important}.studio-account-icon-action{min-width:38px!important}.studio-billing-empty{display:flex;min-height:140px;align-items:center;justify-content:center;gap:8px;color:var(--studio-text-faint);font-size:.82rem}.studio-mobile-profile-trigger{display:none}.studio-sidebar-account{display:flex;width:100%;min-width:0;align-items:center;gap:9px;padding:5px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--studio-text);text-align:left;transition:background-color .18s ease,border-color .18s ease}.studio-sidebar-account:hover,.studio-sidebar-account--active{border-color:var(--studio-border);background:#ffffff85}.dark .studio-sidebar-account:hover,.dark .studio-sidebar-account--active{background:#0f172a8a}.studio-sidebar-account-avatar{display:inline-flex;width:30px;height:30px;flex:0 0 30px;align-items:center;justify-content:center;border-radius:10px;background:#dbeafed1;color:#1d4ed8;font-size:.68rem;font-weight:700}.dark .studio-sidebar-account-avatar{background:#1e40af33;color:#93c5fd}.studio-sidebar-account-copy{display:grid;min-width:0;gap:3px}.studio-sidebar-account-copy strong,.studio-sidebar-account-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-sidebar-account-copy strong{color:var(--studio-text);font-size:.74rem}.studio-sidebar-account-copy small{display:inline-flex;align-items:center;gap:4px;color:var(--studio-text-faint);font-size:.66rem}.studio-sidebar-device-wrap{padding:8px 5px 0}@media(max-width:1220px){.studio-mobile-profile-trigger{display:inline-flex;margin-left:0}.studio-mobile-profile-trigger--active{border-color:#2563eb52;color:#1d4ed8}}@media(max-width:1020px){.studio-account-content-grid,.studio-billing-grid,.studio-billing-top-grid{grid-template-columns:1fr}.studio-account-metric-grid,.studio-billing-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:900px){.studio-nav-button--billing{display:none!important}.studio-account-hero,.studio-billing-hero{align-items:flex-start;flex-direction:column;padding:18px;border-radius:20px}.studio-account-hero-actions{width:100%;justify-content:space-between}.studio-billing-rate{width:100%;min-width:0;padding:12px 0;border-top:1px solid var(--studio-border);border-right:0;border-bottom:1px solid var(--studio-border);border-left:0}.studio-account-refresh-action{width:100%}.studio-billing-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-account-metric-grid{grid-template-columns:1fr}.studio-account-metric{min-height:88px}.studio-account-panel{padding:16px!important;border-radius:20px!important}.studio-account-form{grid-template-columns:1fr}.studio-account-form-actions{justify-content:stretch}.studio-account-form-actions .studio-account-primary-action{width:100%}.studio-billing-custom-form{grid-template-columns:1fr}.studio-billing-order-total{min-width:0;grid-template-columns:1fr auto;align-items:center;padding:0}.studio-billing-order-total strong{text-align:right}.studio-billing-custom-form .studio-account-primary-action,.studio-billing-rule-panel .studio-account-primary-action{width:100%}.studio-billing-history-row,.studio-billing-order-row{grid-template-columns:40px minmax(0,1fr) auto}.studio-billing-order-actions{grid-column:2 / -1;justify-content:flex-start;padding-top:2px}.studio-billing-status{grid-column:3}}@media(max-width:520px){.studio-account-identity,.studio-billing-balance{align-items:flex-start}.studio-account-avatar,.studio-billing-wallet-icon{width:46px;height:46px;flex-basis:46px;border-radius:15px}.studio-billing-summary-grid{grid-template-columns:1fr}.studio-billing-summary-item{min-height:88px}.studio-billing-balance h2{font-size:2rem}.studio-account-hero-actions{align-items:stretch;flex-direction:column}.studio-account-hero-actions .studio-account-primary-action{width:100%}.studio-billing-package-grid{grid-template-columns:1fr 1fr}.studio-billing-package{min-height:90px;padding:12px}.studio-billing-segmented{width:100%}.studio-billing-segmented button{flex:1}.studio-billing-history-row,.studio-billing-order-row{gap:9px}.studio-billing-history-copy strong{font-size:.78rem}.studio-billing-history-value{min-width:62px}}.studio-auth-loading{display:flex;min-height:100dvh;align-items:center;justify-content:center;gap:10px;padding:24px;color:var(--studio-text-soft);font-size:.9rem}.studio-auth-loading--error{flex-direction:column;color:#b45309}.studio-auth-loading button{min-height:44px;padding:0 16px;border:1px solid var(--studio-border-strong);border-radius:12px;background:var(--studio-surface-strong);color:var(--studio-text)}.studio-auth-shell{display:grid;width:min(100%,1040px);min-height:100dvh;margin:0 auto;padding:28px;grid-template-columns:minmax(0,1fr) minmax(380px,440px);align-items:center;gap:18px}.studio-auth-context,.studio-auth-panel{min-width:0;border:1px solid var(--studio-border);background:var(--studio-surface);box-shadow:var(--studio-shadow-soft)}.studio-auth-context{display:flex;min-height:600px;flex-direction:column;justify-content:space-between;gap:36px;padding:30px;border-radius:26px}.studio-auth-panel{display:grid;gap:20px;padding:26px;border-radius:26px}.studio-auth-brand{display:flex;align-items:center;gap:12px}.studio-auth-brand-mark{display:inline-flex;width:44px;height:44px;flex:0 0 44px;align-items:center;justify-content:center;border-radius:14px;background:#2563eb;color:#fff}.studio-auth-brand>div{display:grid;gap:3px}.studio-auth-brand strong{color:var(--studio-text);font-size:1rem}.studio-auth-brand span{color:var(--studio-text-faint);font-size:.74rem}.studio-auth-context-copy{max-width:430px}.studio-auth-context-copy h1{margin:16px 0 0;color:var(--studio-text);font-size:2rem;line-height:1.2}.studio-auth-context-copy p{margin:10px 0 0;color:var(--studio-text-soft);font-size:.9rem;line-height:1.65}.studio-auth-assurance-list{display:grid;margin:0;padding:0;gap:10px;list-style:none}.studio-auth-assurance-list li{display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:10px;min-height:62px;padding:10px 12px;border-top:1px solid var(--studio-border);color:#0f766e}.studio-auth-assurance-list li>svg{justify-self:center}.studio-auth-assurance-list li>span{display:grid;gap:3px}.studio-auth-assurance-list strong{color:var(--studio-text);font-size:.8rem}.studio-auth-assurance-list small{color:var(--studio-text-faint);font-size:.7rem;line-height:1.45}.studio-auth-panel-head h2{margin:5px 0 0;color:var(--studio-text);font-size:1.5rem;line-height:1.25}.studio-auth-panel-head p{margin:7px 0 0;color:var(--studio-text-soft);font-size:.8rem;line-height:1.55}.studio-auth-segmented{display:grid;min-height:44px;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;border:1px solid var(--studio-border);border-radius:14px;background:#94a3b81a}.studio-auth-segmented button{min-height:34px;border:0;border-radius:10px;background:transparent;color:var(--studio-text-faint);font-size:.8rem;font-weight:600}.studio-auth-segmented button[aria-pressed=true]{background:var(--studio-surface-strong);color:var(--studio-text);box-shadow:0 2px 8px #0f172a14}.studio-auth-form{display:grid;gap:14px}.studio-auth-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.studio-auth-password-field{position:relative;min-width:0}.studio-auth-password-field .studio-account-input{padding-right:48px!important}.studio-auth-password-field button{position:absolute;top:2px;right:2px;display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;border:0;border-radius:11px;background:transparent;color:var(--studio-text-faint)}.studio-auth-password-field button:hover{background:#94a3b81f;color:var(--studio-text)}.studio-auth-helper{color:var(--studio-text-faint);font-size:.7rem;line-height:1.45}.studio-auth-terms{display:grid;min-height:44px;grid-template-columns:22px auto minmax(0,1fr);align-items:center;gap:9px;color:var(--studio-text-soft);font-size:.75rem;line-height:1.5}.studio-auth-terms input{width:18px;height:18px;margin:0;accent-color:#0f766e;grid-row:1 / span 2}.studio-auth-terms button{min-height:32px;border:0;background:transparent;padding:4px 0;color:#0f766e;cursor:pointer;font:inherit;font-weight:650;text-align:left;text-decoration:underline;text-underline-offset:3px}.studio-auth-terms button:disabled{cursor:not-allowed;color:var(--studio-text-faint);text-decoration:none}.studio-auth-terms small{grid-column:2 / -1;color:var(--studio-text-faint);font-size:.72rem}.studio-legal-dialog{width:min(720px,calc(100vw - 32px))!important;max-width:min(720px,calc(100vw - 32px))!important;max-height:min(82dvh,760px);overflow:hidden}.studio-legal-dialog [data-slot=dialog-footer] button{min-height:44px;padding-inline:16px}.studio-legal-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;border-bottom:1px solid var(--studio-border);padding-bottom:10px}.studio-legal-tabs button{min-height:44px;border:1px solid var(--studio-border-strong);border-radius:8px;background:var(--studio-surface-strong);color:var(--studio-text-soft);font-size:.78rem;font-weight:650}.studio-legal-tabs button[aria-selected=true]{border-color:#0f766e59;background:#ccfbf185;color:#0f766e}.studio-legal-document{display:grid;max-height:min(46dvh,430px);overflow-y:auto;gap:12px;padding-right:4px;color:var(--studio-text-soft);font-size:.82rem;line-height:1.65}.studio-legal-document h3,.studio-legal-document p{margin:0}.studio-legal-document h3{color:var(--studio-text);font-size:.95rem}.studio-legal-contact{border-top:1px solid var(--studio-border);padding-top:12px;color:var(--studio-text-faint)}.dark .studio-legal-tabs button[aria-selected=true]{background:#0f766e38;color:#99f6e4}.studio-auth-feedback{padding:10px 12px;border:1px solid rgba(217,119,6,.24);border-radius:12px;background:#fffbebcc;color:#92400e;font-size:.76rem;line-height:1.5}.dark .studio-auth-feedback{background:#78350f2e;color:#fcd34d}.studio-auth-submit{min-height:46px!important;border-color:#0f766e!important;background:#0f766e!important;color:#fff!important}.studio-auth-submit:hover:not(:disabled){background:#0b5e56!important}.studio-auth-registration-note{margin:0;padding-top:14px;border-top:1px solid var(--studio-border);color:var(--studio-text-faint);font-size:.74rem;line-height:1.55}.studio-sidebar-logout{display:inline-flex;width:100%;min-height:38px;align-items:center;justify-content:center;gap:6px;margin-top:8px;border:1px solid transparent;border-radius:11px;background:transparent;color:var(--studio-text-faint);font-size:.7rem}.studio-sidebar-logout:hover,.studio-account-logout-action:hover{border-color:#dc262633;background:#fef2f2bd;color:#b91c1c}.dark .studio-sidebar-logout:hover,.dark .studio-account-logout-action:hover{background:#7f1d1d2e;color:#fca5a5}.studio-account-logout-action,.studio-account-admin-action{min-height:42px!important}.studio-account-logout-action{color:var(--studio-text-soft)!important}.studio-account-password-panel{grid-column:1 / -1}.studio-account-password-form{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) auto;align-items:end;gap:12px}.studio-account-inline-feedback{padding:9px 12px;border:1px solid var(--studio-border);border-radius:12px;color:var(--studio-text-soft);font-size:.76rem}.studio-admin-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.studio-admin-gate-list{display:grid;border-top:1px solid var(--studio-border)}.studio-admin-gate-row{display:grid;min-height:68px;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid var(--studio-border)}.studio-admin-gate-row>div{display:grid;gap:3px}.studio-admin-gate-row strong{color:var(--studio-text);font-size:.82rem}.studio-admin-gate-row small{color:var(--studio-text-faint);font-size:.7rem;line-height:1.45}.studio-admin-gate-icon{display:inline-flex;width:36px;height:36px;align-items:center;justify-content:center;border-radius:12px;background:#fef3c7cc;color:#b45309}.studio-admin-gate-icon--ready{background:#d1fae5c7;color:#047857}.dark .studio-admin-gate-icon{background:#78350f3d;color:#fcd34d}.dark .studio-admin-gate-icon--ready{background:#064e3b42;color:#6ee7b7}.studio-admin-accounts{gap:14px}.studio-admin-search{display:grid;min-width:0;grid-template-columns:20px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 0 14px;color:var(--studio-text-faint)}.studio-admin-search-input,.studio-admin-action-input{min-height:44px!important;border-radius:8px!important;background:var(--studio-surface-strong)!important}.studio-admin-account-list{display:grid;border-top:1px solid var(--studio-border)}.studio-admin-account-row{display:grid;min-width:0;gap:14px;padding:18px 0;border-bottom:1px solid var(--studio-border)}.studio-admin-account-identity{display:grid;min-width:0;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:12px}.studio-admin-account-avatar{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border-radius:8px;background:#e2e8f0b8;color:#475569}.studio-admin-account-identity>div{display:grid;min-width:0;gap:3px}.studio-admin-account-identity strong{display:flex;min-width:0;align-items:center;gap:8px;color:var(--studio-text);font-size:.88rem}.studio-admin-account-identity span,.studio-admin-account-identity small{overflow-wrap:anywhere;color:var(--studio-text-faint);font-size:.75rem}.studio-admin-account-facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:0}.studio-admin-account-facts>div{display:grid;min-width:0;gap:3px;padding:10px 12px;border-left:2px solid var(--studio-border-strong)}.studio-admin-account-facts dt,.studio-admin-action-form label>span{color:var(--studio-text-faint);font-size:.75rem}.studio-admin-account-facts dd{margin:0;overflow-wrap:anywhere;color:var(--studio-text);font-size:.82rem;font-weight:650}.studio-admin-account-facts small{color:var(--studio-text-faint);font-size:.75rem}.studio-admin-account-actions{display:grid;min-width:0;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr) auto auto;align-items:end;gap:10px}.studio-admin-action-form{display:grid;min-width:0;grid-template-columns:minmax(90px,.7fr) minmax(120px,1fr) auto;align-items:end;gap:8px}.studio-admin-action-form--access{grid-template-columns:minmax(160px,1fr) auto}.studio-admin-action-form label{display:grid;min-width:0;gap:5px}.studio-admin-action-form select{width:100%;min-width:0;min-height:44px;border:1px solid var(--studio-border-strong);border-radius:8px;background:var(--studio-surface-strong);padding:0 10px;color:var(--studio-text);font-size:.78rem;outline:none}.studio-admin-action-form select:focus-visible{border-color:var(--studio-accent);box-shadow:0 0 0 3px #0f766e29}.studio-admin-action-form button,.studio-admin-status-action,.studio-admin-reset-action{min-height:44px!important;border-radius:8px!important}.studio-admin-onboarding{gap:16px}.studio-admin-onboarding-layout{display:grid;min-width:0;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);gap:20px}.studio-admin-create-form{display:grid;min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:14px}.studio-admin-create-form label{display:grid;min-width:0;gap:6px}.studio-admin-create-form label>span{color:var(--studio-text-faint);font-size:.75rem;font-weight:600}.studio-admin-create-form input,.studio-admin-create-form button{min-height:44px!important;border-radius:8px!important}.studio-admin-create-form>button{grid-column:1 / -1;justify-self:start}.studio-admin-credential{display:grid;min-width:0;align-content:start;gap:8px;padding:16px;border:1px solid var(--studio-border);border-radius:8px;background:var(--studio-surface-muted)}.studio-admin-credential-head{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px}.studio-admin-credential-head>span{display:inline-flex;align-items:center;gap:7px;color:var(--studio-text);font-size:.8rem;font-weight:650}.studio-admin-credential>strong{color:var(--studio-text);font-size:.9rem}.studio-admin-credential>small,.studio-admin-credential>p,.studio-admin-credential-empty p{margin:0;overflow-wrap:anywhere;color:var(--studio-text-faint);font-size:.75rem;line-height:1.55}.studio-admin-credential code{display:block;min-width:0;overflow-wrap:anywhere;padding:10px 12px;border:1px solid var(--studio-border-strong);border-radius:8px;background:var(--studio-surface-strong);color:var(--studio-text);font-size:.78rem;line-height:1.5;-webkit-user-select:all;-moz-user-select:all;user-select:all}.studio-admin-credential>button{min-height:44px!important;justify-self:start;border-radius:8px!important}.studio-admin-credential-empty{display:grid;min-height:176px;place-items:center;align-content:center;gap:8px;text-align:center}.studio-admin-credential-empty svg{color:var(--studio-text-faint)}.studio-auth-feedback--success{border-color:#10b9814d!important;background:#ecfdf5d6!important;color:#047857!important}.dark .studio-auth-feedback--success{border-color:#34d39947!important;background:#064e3b47!important;color:#a7f3d0!important}.studio-auth-reset-token-input{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.studio-admin-status-action--danger{border-color:#dc26263d!important;color:#b91c1c!important}.studio-admin-status-action--danger:hover{background:#fee2e29e!important}.dark .studio-admin-account-avatar{background:#334155a3;color:#cbd5e1}.dark .studio-admin-status-action--danger{border-color:#f8717142!important;color:#fca5a5!important}.dark .studio-admin-status-action--danger:hover{background:#7f1d1d3d!important}.studio-commercial-plans-section{display:grid;gap:16px;padding:18px 0;border-top:1px solid var(--studio-border);border-bottom:1px solid var(--studio-border)}.studio-commercial-plan-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.studio-commercial-plan{display:flex;min-width:0;min-height:286px;flex-direction:column;gap:14px;padding:16px;border:1px solid var(--studio-border);border-radius:20px;background:#ffffff85}.dark .studio-commercial-plan{background:#0f172a80}.studio-commercial-plan--current{border-color:#05966952;background:#ecfdf599}.dark .studio-commercial-plan--current{background:#064e3b29}.studio-commercial-plan-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.studio-commercial-plan-head>div{display:grid;min-width:0;gap:4px}.studio-commercial-plan-head strong{color:var(--studio-text);font-size:.94rem}.studio-commercial-plan-head span{color:var(--studio-text-faint);font-size:.7rem}.studio-commercial-plan-price{min-height:42px;display:flex;align-items:baseline;gap:4px;color:var(--studio-text-soft)}.studio-commercial-plan-price strong{color:var(--studio-text);font-size:1.35rem;font-variant-numeric:tabular-nums}.studio-commercial-plan-price span{font-size:.72rem}.studio-commercial-plan ul{display:grid;margin:0;padding:0;gap:8px;list-style:none}.studio-commercial-plan li{display:grid;grid-template-columns:16px minmax(0,1fr);align-items:start;gap:5px;color:var(--studio-text-soft);font-size:.72rem;line-height:1.45}.studio-commercial-plan li svg{margin-top:1px;color:#0f766e}.studio-commercial-plan-action{width:100%;min-height:42px!important;margin-top:auto}@media(max-width:1220px){.studio-commercial-plan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-admin-account-actions{grid-template-columns:1fr}.studio-admin-status-action{justify-self:start}}@media(max-width:900px){.studio-admin-onboarding-layout{grid-template-columns:1fr}.studio-nav-button--admin{display:none!important}.studio-auth-shell{width:100%;padding:14px;grid-template-columns:1fr;align-items:start}.studio-auth-context{min-height:0;gap:18px;padding:20px;border-radius:22px}.studio-auth-context-copy h1{font-size:1.65rem}.studio-auth-assurance-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.studio-auth-assurance-list li{min-height:0;grid-template-columns:1fr;justify-items:center;padding:10px 4px;text-align:center}.studio-auth-assurance-list small{display:none}.studio-auth-panel{padding:20px;border-radius:22px}.studio-account-password-form{grid-template-columns:1fr}.studio-account-password-form .studio-account-primary-action{width:100%}.studio-admin-metrics{grid-template-columns:1fr}.studio-admin-account-facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:520px){.studio-auth-shell{padding:10px}.studio-auth-context,.studio-auth-panel{padding:16px;border-radius:20px}.studio-auth-field-grid{grid-template-columns:1fr}.studio-auth-assurance-list strong{font-size:.7rem}.studio-admin-gate-row{grid-template-columns:36px minmax(0,1fr)}.studio-admin-gate-row>[data-slot=badge]{grid-column:2;justify-self:start}.studio-admin-search{grid-template-columns:20px minmax(0,1fr)}.studio-auth-terms{grid-template-columns:22px minmax(0,1fr)}.studio-auth-terms button,.studio-auth-terms small{grid-column:2}.studio-legal-dialog{width:min(100vw - 20px,720px)!important;max-width:min(100vw - 20px,720px)!important;padding:14px!important}.studio-legal-dialog>[data-slot=dialog-footer]{margin-right:-14px;margin-bottom:-14px;margin-left:-14px}.studio-legal-tabs{gap:4px}.studio-legal-tabs button{min-height:44px;font-size:.72rem}.studio-admin-search>[data-slot=badge]{grid-column:2;justify-self:start}.studio-admin-account-facts,.studio-admin-action-form,.studio-admin-action-form--access{grid-template-columns:1fr}.studio-admin-action-form button,.studio-admin-status-action,.studio-admin-reset-action{width:100%;justify-self:stretch}.studio-admin-create-form{grid-template-columns:1fr}.studio-admin-create-form>button,.studio-admin-credential>button{width:100%;justify-self:stretch}.studio-commercial-plan-grid{grid-template-columns:1fr}.studio-commercial-plan{min-height:0}}@media(min-width:1221px){.studio-layout{padding:20px;gap:20px}.studio-main{gap:16px}.studio-workspace--account,.studio-workspace--account .studio-primary-stack,.studio-workspace--account .studio-module-frame{width:100%;max-width:none}.studio-workspace--account .studio-module-frame{padding:24px 26px}.studio-account-page{gap:20px}.studio-account-hero,.studio-billing-hero{min-height:118px;padding:24px 28px}.studio-billing-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.studio-billing-summary-item{min-height:126px;padding:20px}.studio-billing-top-grid{grid-template-columns:minmax(0,1.35fr) minmax(380px,.65fr);align-items:stretch;gap:20px}.studio-billing-top-grid>.studio-glass-motion,.studio-billing-top-grid>.studio-glass-motion>[data-slot=card]{height:100%}.studio-billing-package-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.studio-billing-package{min-height:102px}.studio-admin-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.studio-admin-gate-list{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;border-top:0}.studio-admin-gate-row{min-height:132px;grid-template-columns:36px minmax(0,1fr);align-content:start;gap:10px;padding:14px;border:1px solid var(--studio-border);border-radius:18px;background:#ffffff7a}.studio-admin-gate-row>[data-slot=badge]{grid-column:1 / -1;justify-self:start;margin-top:auto}.studio-admin-platform-settings{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.studio-admin-platform-settings>label:last-of-type{display:inline-flex;align-items:center;gap:8px;align-self:end;min-height:44px;padding:0 12px;border:1px solid var(--studio-border);border-radius:14px;background:var(--studio-surface-muted)}.studio-admin-platform-settings>label:last-of-type>input{width:16px;height:16px;margin:0}.studio-admin-platform-settings>button{align-self:end}.studio-admin-operational-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.studio-admin-operational-grid>.studio-glass-motion,.studio-admin-operational-grid>.studio-glass-motion>[data-slot=card]{height:100%}}.studio-workspace--history .studio-module-frame--history{padding:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.studio-workspace--history .studio-primary-stack{gap:0}@media(max-width:960px){.studio-workspace--history .studio-module-frame--history{padding:0;border-radius:0}}.dark .studio-admin-gate-row{background:#0f172a75}@media(max-width:1220px){.studio-admin-operational-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.studio-admin-platform-settings{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.studio-admin-operational-grid,.studio-admin-platform-settings{grid-template-columns:1fr}.studio-admin-platform-settings>button{width:100%}}.studio-topbar--history{min-height:0;padding:14px 18px;border-radius:18px}.studio-topbar--history .studio-topbar-copy h1{font-size:1.5rem}.studio-topbar--history .studio-topbar-subtitle{margin-top:3px}.studio-topbar--history .studio-topbar-meta{display:none}.studio-workspace--history .studio-primary-stack{width:100%}.studio-workspace--history .studio-history-page{gap:20px}.studio-workspace--history .studio-history-commandbar{min-height:46px;padding:0 0 12px;border:0;border-bottom:1px solid var(--studio-border);border-radius:0;background:transparent;box-shadow:none}.studio-workspace--history .studio-history-search input,.studio-workspace--history .studio-history-filter select{min-height:36px;border-radius:10px!important}.studio-workspace--history .studio-history-workbench{grid-template-columns:minmax(280px,340px) minmax(0,1fr);min-height:0;align-items:start;gap:30px;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.studio-workspace--history .studio-history-list-pane{align-self:start;padding:0;overflow:hidden;border:1px solid var(--studio-border);border-radius:14px;background:var(--studio-surface);box-shadow:0 8px 20px #0f172a09}.studio-workspace--history .studio-history-pane-heading{padding:15px 16px 12px;border-bottom:1px solid var(--studio-border)}.studio-workspace--history .studio-history-pane-heading h2{font-size:.94rem}.studio-workspace--history .studio-history-list{min-height:0;max-height:min(66vh,580px);margin:0;border:0}.studio-workspace--history .studio-history-row{min-height:66px;margin:0;padding:9px 12px}.studio-workspace--history .studio-history-row--active{box-shadow:inset 3px 0 #2563eb}.studio-workspace--history .studio-history-preview-pane{padding:0}.studio-workspace--history .studio-history-preview-heading{min-height:0;padding:1px 0 12px}.studio-workspace--history .studio-history-preview-content{grid-template-columns:292px minmax(0,1fr);align-items:start;gap:28px;min-height:0;padding-top:22px}.studio-workspace--history .studio-history-device-shell{align-self:start}.studio-workspace--history .studio-phone-shell--compact{width:272px!important;height:544px!important}.studio-workspace--history .studio-history-preview-info{align-content:start;gap:16px;padding-top:32px}.studio-workspace--history .studio-history-preview-title h2{font-size:1.15rem}.studio-workspace--history .studio-history-details{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;overflow:hidden;border:1px solid var(--studio-border);border-radius:10px}.studio-workspace--history .studio-history-details>div{padding:10px 12px;border:0;border-right:1px solid var(--studio-border);border-radius:0;background:transparent}.studio-workspace--history .studio-history-details>div:nth-child(3n){border-right:0}.studio-workspace--history .studio-history-detail-wide{grid-column:span 3;border-top:1px solid var(--studio-border)!important;border-right:0!important}.studio-workspace--history .studio-history-preview-actions{gap:8px}.studio-workspace--history .studio-history-preview-actions>.group\/button:last-child{margin-left:0}@media(max-width:1180px){.studio-workspace--history .studio-history-workbench{grid-template-columns:280px minmax(0,1fr);gap:22px}.studio-workspace--history .studio-history-preview-content{grid-template-columns:250px minmax(0,1fr);gap:20px}.studio-workspace--history .studio-phone-shell--compact{width:234px!important;height:468px!important}.studio-workspace--history .studio-history-preview-info{padding-top:12px}.studio-workspace--history .studio-history-details{grid-template-columns:repeat(2,minmax(0,1fr))}.studio-workspace--history .studio-history-details>div:nth-child(3n){border-right:1px solid var(--studio-border)}.studio-workspace--history .studio-history-details>div:nth-child(2n){border-right:0}.studio-workspace--history .studio-history-detail-wide{grid-column:span 2}}@media(max-width:960px){.studio-topbar--history .studio-topbar-meta{display:none}.studio-workspace--history .studio-history-commandbar{padding-bottom:14px}.studio-workspace--history .studio-history-workbench{grid-template-columns:1fr;gap:24px}.studio-workspace--history .studio-history-list-pane{border-bottom:1px solid var(--studio-border)}.studio-workspace--history .studio-history-preview-content{grid-template-columns:258px minmax(0,1fr)}.studio-workspace--history .studio-phone-shell--compact{width:242px!important;height:484px!important}}@media(max-width:640px){.studio-topbar--history{padding:12px 14px}.studio-workspace--history .studio-history-commandbar,.studio-workspace--history .studio-history-toolbar{gap:8px}.studio-workspace--history .studio-history-preview-content{grid-template-columns:1fr;justify-items:center}.studio-workspace--history .studio-history-preview-info{width:100%;padding-top:0}.studio-workspace--history .studio-history-details,.studio-workspace--history .studio-history-detail-wide{grid-template-columns:1fr;grid-column:auto}.studio-workspace--history .studio-history-details>div,.studio-workspace--history .studio-history-details>div:nth-child(n){border-right:0;border-bottom:1px solid var(--studio-border)}.studio-workspace--history .studio-history-details>div:last-child{border-bottom:0}}.studio-workspace.studio-workspace--history{grid-template-columns:minmax(0,1fr);width:100%;max-width:none}.studio-workspace.studio-workspace--history>.studio-primary-stack,.studio-workspace.studio-workspace--history .studio-module-frame--history{width:100%;max-width:none}.lsm-public-page{--public-bg: #050505;--public-surface: #0d0d0e;--public-surface-strong: #141416;--public-border: rgba(255, 255, 255, .12);--public-text: #f7f7f8;--public-muted: #b0b0b7;min-width:320px;min-height:100dvh;overflow:hidden;background:var(--public-bg);color:var(--public-text);font-family:Geist Variable,Noto Sans SC,system-ui,sans-serif;letter-spacing:0}.lsm-public-transition-host,.lsm-public-transition-page{width:100%;min-height:100dvh}.lsm-public-transition-host{isolation:isolate;overflow-x:clip;background:#050505}.lsm-public-transition-page{will-change:opacity,transform}@supports not (overflow: clip){.lsm-public-transition-host{overflow-x:hidden}}.lsm-public-page *,.lsm-public-page *:before,.lsm-public-page *:after{box-sizing:border-box;letter-spacing:0}.lsm-public-page button,.lsm-public-page a{font:inherit;touch-action:manipulation}.lsm-public-container{width:min(calc(100% - 48px),1200px);margin:0 auto}.lsm-public-skip{position:fixed;z-index:100;top:8px;left:8px;padding:10px 14px;border-radius:6px;background:#fff;color:#050505;transform:translateY(-140%);transition:transform .18s ease-out}.lsm-public-skip:focus{transform:translateY(0)}.lsm-public-nav{position:fixed;z-index:50;inset:0 0 auto;height:64px;border-bottom:1px solid rgba(255,255,255,.08);background:#050505e6;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.lsm-public-nav-inner{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;height:64px}.lsm-public-brand{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;gap:10px;color:#fff;font-size:17px;font-weight:650;text-decoration:none}.lsm-public-logo{display:inline-flex;width:32px;height:32px;align-items:center;justify-content:center;border-radius:7px;background:#2563eb;color:#fff}.lsm-public-logo svg{margin-left:2px}.lsm-public-nav-links{display:flex;align-items:center;gap:28px}.lsm-public-nav-links a{color:#b8b8bf;font-size:14px;text-decoration:none;transition:color .18s ease-out}.lsm-public-nav-links a:hover{color:#fff}.lsm-public-nav-action,.lsm-public-primary,.lsm-public-secondary{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:10px;border-radius:7px;cursor:pointer;text-decoration:none;transition:background-color .18s ease-out,border-color .18s ease-out,color .18s ease-out,opacity .18s ease-out}.lsm-public-nav-action{justify-self:end;padding:0 16px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:#fff;font-size:14px;font-weight:600}.lsm-public-nav-action:hover,.lsm-public-secondary:hover{border-color:#fff6;background:#ffffff1a}.lsm-public-nav-action:focus-visible,.lsm-public-primary:focus-visible,.lsm-public-secondary:focus-visible,.lsm-public-brand:focus-visible,.lsm-public-nav-links a:focus-visible{outline:3px solid rgba(96,165,250,.8);outline-offset:3px}.lsm-public-nav-action svg,.lsm-public-primary svg{transition:transform .2s ease-out}.lsm-public-nav-action:active,.lsm-public-primary:active,.lsm-public-secondary:active{transform:scale(.98)}.lsm-public-hero{position:relative;display:flex;min-height:min(760px,calc(100dvh - 72px));align-items:center;overflow:hidden;border-bottom:1px solid var(--public-border);background:#050505}.lsm-public-hero-image{position:absolute;z-index:0;inset:64px 0 0 auto;width:72%;height:calc(100% - 64px);-o-object-fit:cover;object-fit:cover;-o-object-position:top right;object-position:top right;opacity:.52}.lsm-public-hero-overlay{position:absolute;z-index:1;inset:0;background:#0000008f}.lsm-public-hero-content{position:relative;z-index:2;padding:130px 0 64px}.lsm-public-status{display:inline-flex;min-height:36px;align-items:center;gap:10px;margin-bottom:28px;padding:7px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:#0000008c;color:#d5d5da;font-size:13px}.lsm-public-status>span{width:8px;height:8px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 5px #22c55e21;animation:lsm-public-status-pulse 2.4s ease-out infinite}@keyframes lsm-public-status-pulse{0%,55%,to{box-shadow:0 0 0 5px #22c55e21}25%{box-shadow:0 0 0 9px #22c55e00}}.lsm-public-hero h1{max-width:720px;margin:0 0 18px;color:#fff;font-size:64px;font-weight:720;line-height:1.08}.lsm-public-hero-lead{max-width:700px;margin:0 0 12px;color:#f2f2f3;font-size:24px;font-weight:600;line-height:1.5}.lsm-public-hero-copy{max-width:650px;margin:0;color:#c4c4ca;font-size:16px;line-height:1.8}.lsm-public-hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.lsm-public-primary{min-width:154px;padding:0 20px;border:1px solid #fff;background:#fff;color:#09090b;font-weight:650}.lsm-public-primary:hover{border-color:#dbeafe;background:#dbeafe}.lsm-public-secondary{min-width:132px;padding:0 18px;border:1px solid rgba(255,255,255,.22);background:#00000080;color:#fff;font-weight:600}.lsm-public-hero-points{display:flex;flex-wrap:wrap;gap:12px 22px;margin:28px 0 0;padding:0;color:#c7c7cc;font-size:13px;list-style:none}.lsm-public-hero-points li{display:inline-flex;align-items:center;gap:7px}.lsm-public-hero-points svg{color:#60a5fa}.lsm-public-band{padding:104px 0;border-bottom:1px solid var(--public-border)}.lsm-public-workflow,.lsm-public-capabilities{background:var(--public-bg)}.lsm-public-product{background:var(--public-surface)}.lsm-public-heading{max-width:760px;margin-bottom:48px}.lsm-public-heading>span,.lsm-public-kicker{display:block;margin-bottom:12px;color:#60a5fa;font-size:13px;font-weight:700;text-transform:uppercase}.lsm-public-heading h2,.lsm-public-product-copy h2,.lsm-public-cta h2{margin:0;color:#fff;font-size:40px;font-weight:680;line-height:1.25}.lsm-public-heading p,.lsm-public-product-copy>p,.lsm-public-cta p{margin:16px 0 0;color:var(--public-muted);font-size:16px;line-height:1.75}.lsm-public-step-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.lsm-public-step,.lsm-public-capability{min-height:230px;padding:26px;border:1px solid var(--public-border);border-radius:8px;background:var(--public-surface);transition:border-color .22s ease-out,background-color .22s ease-out,box-shadow .22s ease-out}.lsm-public-step-meta{display:flex;align-items:center;justify-content:space-between;color:#7dd3fc}.lsm-public-step-meta>span{color:#71717a;font-size:13px;font-weight:700}.lsm-public-step h3,.lsm-public-capability h3{margin:42px 0 10px;color:#fff;font-size:20px;font-weight:650}.lsm-public-step p,.lsm-public-capability p{margin:0;color:var(--public-muted);font-size:14px;line-height:1.75}.lsm-public-product-layout{display:grid;grid-template-columns:minmax(0,.8fr) minmax(420px,1.2fr);align-items:center;gap:72px}.lsm-public-product-copy dl{display:grid;gap:0;margin:36px 0 0}.lsm-public-product-copy dl>div{display:grid;grid-template-columns:120px 1fr;gap:16px;padding:15px 0;border-top:1px solid var(--public-border)}.lsm-public-product-copy dt{color:#8b8b94;font-size:13px}.lsm-public-product-copy dd{margin:0;color:#ececef;font-size:14px;font-weight:600}.lsm-public-product-media{height:620px;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:8px;background:#eef2f7}.lsm-public-product-media img{display:block;width:100%;height:auto}@media(hover:hover)and (pointer:fine){.lsm-public-nav-action:hover svg,.lsm-public-primary:hover svg{transform:translate(3px)}.lsm-public-step:hover,.lsm-public-capability:hover{border-color:#ffffff3d;background:var(--public-surface-strong);box-shadow:0 18px 42px #00000047}}.lsm-public-capability-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.lsm-public-capability{min-height:270px}.lsm-public-capability-icon{display:inline-flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid currentColor;border-radius:8px}.lsm-public-capability.is-blue .lsm-public-capability-icon{color:#60a5fa}.lsm-public-capability.is-green .lsm-public-capability-icon{color:#4ade80}.lsm-public-capability.is-amber .lsm-public-capability-icon{color:#fbbf24}.lsm-public-capability.is-rose .lsm-public-capability-icon{color:#fb7185}.lsm-public-capability h3{margin-top:34px}.lsm-public-cta{padding:88px 0;border-bottom:1px solid var(--public-border);background:#111113}.lsm-public-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:48px}.lsm-public-cta-inner>div>span{display:inline-flex;align-items:center;gap:8px;margin-bottom:16px;color:#86efac;font-size:13px;font-weight:650}.lsm-public-cta .lsm-public-primary{flex:0 0 auto}.lsm-public-footer{padding:36px 0;background:#050505}.lsm-public-footer-inner{display:flex;align-items:flex-end;justify-content:space-between;gap:32px}.lsm-public-footer strong{color:#fff;font-size:16px}.lsm-public-footer p{margin:6px 0 0;color:#777780;font-size:12px}.studio-auth-shell--public{--studio-bg: #050505;--studio-bg-strong: #09090b;--studio-surface: rgba(13, 13, 14, .94);--studio-surface-strong: rgba(20, 20, 22, .98);--studio-surface-muted: rgba(20, 20, 22, .82);--studio-border: rgba(255, 255, 255, .12);--studio-border-strong: rgba(255, 255, 255, .2);--studio-shadow: 0 28px 80px rgba(0, 0, 0, .52);--studio-shadow-soft: 0 22px 60px rgba(0, 0, 0, .38);--studio-text: #f7f7f8;--studio-text-soft: #c4c4ca;--studio-text-faint: #8c8c95;position:relative;isolation:isolate;width:min(calc(100% - 48px),1200px);padding:48px 0;grid-template-columns:minmax(0,1fr) minmax(400px,440px);gap:72px;color:var(--studio-text);font-family:Geist Variable,Noto Sans SC,system-ui,sans-serif;letter-spacing:0}.studio-auth-backdrop{position:fixed;z-index:-2;inset:0;overflow:hidden;background:#050505;pointer-events:none}.studio-auth-backdrop img{display:block;width:74%;height:100%;margin-left:auto;-o-object-fit:cover;object-fit:cover;-o-object-position:top right;object-position:top right;opacity:.3}.studio-auth-backdrop span{position:absolute;inset:0;background:#000000b3}.studio-auth-shell--public .studio-auth-context,.studio-auth-shell--public .studio-auth-panel{position:relative;z-index:1}.studio-auth-shell--public .studio-auth-context{min-height:600px;padding:42px 0;border:0;border-radius:0;background:transparent;box-shadow:none}.studio-auth-shell--public .studio-auth-brand-mark{border-radius:8px}.studio-auth-shell--public .studio-auth-brand strong{color:#fff;font-size:1.08rem}.studio-auth-shell--public .studio-auth-brand span{color:#a1a1aa;font-size:.78rem}.studio-auth-shell--public .studio-auth-context-copy{max-width:560px}.studio-auth-shell--public .studio-auth-context-copy .studio-soft-badge{min-height:28px;border-color:#ffffff29!important;background:#00000085!important;color:#d4d4d8!important;box-shadow:none}.studio-auth-shell--public .studio-auth-context-copy h1{max-width:560px;margin-top:22px;color:#fff;font-size:3rem;font-weight:700;line-height:1.12}.studio-auth-shell--public .studio-auth-context-copy p{max-width:520px;margin-top:16px;color:#c4c4ca;font-size:1rem;line-height:1.75}.studio-auth-shell--public .studio-auth-assurance-list{max-width:560px}.studio-auth-shell--public .studio-auth-assurance-list li{border-color:#ffffff21;color:#60a5fa}.studio-auth-shell--public .studio-auth-assurance-list strong{color:#f7f7f8}.studio-auth-shell--public .studio-auth-assurance-list small{color:#8c8c95}.studio-auth-shell--public .studio-auth-panel{gap:22px;padding:30px;border-color:#ffffff24;border-radius:8px;background:#0d0d0ef0;box-shadow:0 28px 80px #00000085;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.studio-auth-shell--public .studio-auth-back-home{width:-moz-fit-content;width:fit-content;margin:-8px 0 0!important;color:#d4d4d8!important}.studio-auth-shell--public .studio-auth-back-home:hover{background:#ffffff14!important;color:#fff!important}.studio-auth-shell--public .studio-section-kicker{color:#60a5fa}.studio-auth-shell--public .studio-auth-panel-head h2{color:#fff;font-size:1.75rem}.studio-auth-shell--public .studio-auth-panel-head p,.studio-auth-shell--public .studio-account-field>span{color:#b4b4bc}.studio-auth-shell--public .studio-account-input{min-height:46px!important;border-color:#ffffff26!important;border-radius:7px!important;background:#09090b!important;color:#fff!important}.studio-auth-shell--public .studio-account-input:hover{border-color:#ffffff47!important}.studio-auth-shell--public .studio-account-input:focus-visible{border-color:#60a5fa!important;box-shadow:0 0 0 3px #60a5fa2e!important}.studio-auth-shell--public .studio-auth-password-field button{top:3px;right:3px;color:#8c8c95}.studio-auth-shell--public .studio-auth-password-field button:hover{background:#ffffff14;color:#fff}.studio-auth-shell--public .studio-auth-submit{min-height:46px!important;border-color:#fff!important;border-radius:7px!important;background:#fff!important;color:#09090b!important;transition:background-color .18s ease-out,border-color .18s ease-out,transform .18s ease-out}.studio-auth-shell--public .studio-auth-submit:hover:not(:disabled){border-color:#dbeafe!important;background:#dbeafe!important}.studio-auth-shell--public .studio-auth-submit:active:not(:disabled){transform:scale(.985)}.studio-auth-shell--public .studio-auth-registration-note{border-color:#ffffff1f;color:#8c8c95}.studio-auth-shell--public .studio-auth-segmented{border-color:#ffffff24;border-radius:8px;background:#ffffff0d}.studio-auth-shell--public .studio-auth-segmented button{min-height:36px;border-radius:5px;color:#8c8c95}.studio-auth-shell--public .studio-auth-segmented button[aria-pressed=true]{background:#ffffff1f;color:#fff;box-shadow:none}.studio-auth-shell--public .studio-auth-feedback{border-color:#fbbf2440;border-radius:7px;background:#78350f33;color:#fcd34d}.studio-auth-shell--public .studio-auth-terms,.studio-auth-shell--public .studio-auth-helper{color:#a1a1aa}.studio-auth-shell--public .studio-auth-terms button{color:#93c5fd}.studio-legal-dialog--public{border-color:#ffffff24!important;background:#111113!important;color:#f7f7f8!important}.studio-legal-dialog--public [data-slot=dialog-title],.studio-legal-dialog--public .studio-legal-document h3{color:#fff}.studio-legal-dialog--public [data-slot=dialog-description],.studio-legal-dialog--public .studio-legal-document{color:#b4b4bc}.studio-legal-dialog--public .studio-legal-tabs button{border-color:#ffffff24;background:#19191c;color:#b4b4bc}.studio-legal-dialog--public .studio-legal-tabs button[aria-selected=true]{border-color:#60a5fa73;background:#2563eb2e;color:#bfdbfe}@media(max-width:1000px){.lsm-public-hero h1{font-size:52px}.lsm-public-capability-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lsm-public-product-layout{grid-template-columns:1fr;gap:44px}.lsm-public-product-media{height:560px}}@media(max-width:900px){.studio-auth-shell--public{width:min(calc(100% - 32px),720px);padding:24px 0 40px;grid-template-columns:1fr;gap:0}.studio-auth-shell--public .studio-auth-context{min-height:0;gap:28px;padding:72px 4px 32px;border-radius:0}.studio-auth-shell--public .studio-auth-context-copy h1{font-size:2.35rem}.studio-auth-shell--public .studio-auth-assurance-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.studio-auth-shell--public .studio-auth-assurance-list li{min-height:0;grid-template-columns:1fr;justify-items:center;padding:12px 4px;text-align:center}.studio-auth-shell--public .studio-auth-panel{padding:26px;border-radius:8px}.studio-auth-backdrop img{width:100%;height:52%;-o-object-position:top center;object-position:top center}}@media(max-width:760px){.lsm-public-container{width:min(calc(100% - 28px),1200px)}.lsm-public-nav-inner{grid-template-columns:1fr auto}.lsm-public-nav-links{display:none}.lsm-public-nav-action{min-height:42px;padding:0 12px}.lsm-public-hero{min-height:min(760px,calc(100dvh - 48px))}.lsm-public-hero-image{inset:64px 0 0;width:100%;opacity:.3}.lsm-public-hero-overlay{background:#000000a3}.lsm-public-hero-content{padding:112px 0 52px}.lsm-public-status{margin-bottom:22px}.lsm-public-hero h1{font-size:40px;line-height:1.14}.lsm-public-hero-lead{font-size:20px}.lsm-public-hero-copy{font-size:15px}.lsm-public-hero-actions{flex-direction:column;align-items:stretch}.lsm-public-primary,.lsm-public-secondary{width:100%}.lsm-public-hero-points{display:grid;gap:10px}.lsm-public-band{padding:72px 0}.lsm-public-heading{margin-bottom:34px}.lsm-public-heading h2,.lsm-public-product-copy h2,.lsm-public-cta h2{font-size:30px}.lsm-public-step-grid,.lsm-public-capability-grid{grid-template-columns:1fr}.lsm-public-step,.lsm-public-capability{min-height:0}.lsm-public-product-media{height:460px}.lsm-public-cta-inner,.lsm-public-footer-inner{align-items:stretch;flex-direction:column}.lsm-public-footer-inner{gap:18px}}@media(max-width:390px){.lsm-public-brand>span:last-child{font-size:15px}.lsm-public-nav-action{font-size:13px}.lsm-public-nav-action svg{display:none}.lsm-public-hero h1{font-size:35px}.lsm-public-product-media{height:400px}}@media(max-width:520px){.studio-auth-shell--public{width:min(calc(100% - 24px),720px);padding-top:0}.studio-auth-shell--public .studio-auth-context{gap:22px;padding:76px 4px 26px}.studio-auth-shell--public .studio-auth-context-copy h1{margin-top:18px;font-size:2rem}.studio-auth-shell--public .studio-auth-context-copy p{margin-top:12px;font-size:.9rem}.studio-auth-shell--public .studio-auth-panel{padding:20px}}@media(prefers-reduced-motion:reduce){.lsm-public-transition-page{transform:none!important}.lsm-public-page *,.lsm-public-page *:before,.lsm-public-page *:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation:none!important}.studio-auth-shell--public *,.studio-auth-shell--public *:before,.studio-auth-shell--public *:after{transition-duration:.01ms!important;animation:none!important}}
