@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes slideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100%)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-fade-in-up{animation:fadeInUp .4s ease-out}.animate-fade-in-down{animation:fadeInDown .4s ease-out}.animate-fade-in-left{animation:fadeInLeft .4s ease-out}.animate-fade-in-right{animation:fadeInRight .4s ease-out}.animate-slide-in{animation:slideIn .3s ease-out}.animate-slide-out{animation:slideOut .3s ease-out}.animate-scale-in{animation:scaleIn .2s ease-out}.animate-scale-out{animation:scaleOut .2s ease-out}.animate-spin{animation:spin 1s linear infinite}.animate-bounce{animation:bounce 1s infinite}.stagger-1{animation-delay:.05s}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}.hover-lift{transition:transform .2s ease-out,box-shadow .2s ease-out}.hover-lift:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0000001a}.dark .hover-lift:hover{box-shadow:0 10px 25px #ffffff0d}.hover-glow{transition:box-shadow .3s ease-out}.hover-glow:hover{box-shadow:0 0 20px #00000026}.dark .hover-glow:hover{box-shadow:0 0 20px #ffffff1a}.skeleton{background:linear-gradient(90deg,var(--background-offset) 0%,var(--background-panel) 50%,var(--background-offset) 100%);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px}.dark .skeleton{background:linear-gradient(90deg,#1a1a1a,#2a2a2a,#1a1a1a);background-size:200% 100%}.transition-all{transition:all .3s cubic-bezier(.4,0,.2,1)}.transition-colors{transition:color .2s ease-out,background-color .2s ease-out,border-color .2s ease-out}.transition-transform{transition:transform .2s ease-out}.transition-opacity{transition:opacity .2s ease-out}.card-enter{animation:fadeInUp .4s ease-out}.card-hover{transition:all .3s cubic-bezier(.4,0,.2,1)}.card-hover:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.dark .card-hover:hover{box-shadow:0 8px 20px #ffffff0d}.button-press{transition:transform .1s ease-out}.button-press:active{transform:scale(.98)}.badge-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.page-enter{animation:fadeIn .3s ease-out}.sidebar-enter{animation:slideIn .3s ease-out}.sidebar-exit{animation:slideOut .3s ease-out}.modal-enter{animation:scaleIn .2s ease-out}.modal-exit{animation:scaleOut .2s ease-out}@keyframes countUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.count-up{animation:countUp .5s ease-out}@keyframes progress{0%{width:0%}}.progress-animate{animation:progress 1s ease-out}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(4);opacity:0}}.ripple{position:relative;overflow:hidden}.ripple:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff80;transform:translate(-50%,-50%);animation:ripple .6s ease-out}html{scroll-behavior:smooth}a,button,[role=button],input,select,textarea,label{touch-action:manipulation}button:active:not(:disabled),a[href]:active{transform:scale(.97)}.nav-progress-bar{position:fixed;top:0;left:0;z-index:9999;height:2px;width:100%;background:linear-gradient(90deg,#0a0a0a,#3a3a3a,#0a0a0a);background-size:200% 100%;animation:nav-progress-slide 1.2s ease-in-out infinite;pointer-events:none}@keyframes nav-progress-slide{0%{background-position:100% 0;opacity:1}80%{background-position:-100% 0;opacity:1}to{background-position:-100% 0;opacity:0}}*,: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(147 197 253 / .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(147 197 253 / .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:rgb(var(--c-gray-200) / 1)}: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:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;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:JetBrains Mono,Fira Code,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:rgb(var(--c-gray-400) / 1)}input::placeholder,textarea::placeholder{opacity:1;color:rgb(var(--c-gray-400) / 1)}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,[data-theme=light]{color-scheme:light;--c-black: 0 0 0;--c-white: 255 255 255;--c-zinc-50: 250 250 250;--c-zinc-100: 244 244 245;--c-zinc-200: 228 228 231;--c-zinc-300: 212 212 216;--c-zinc-400: 161 161 170;--c-zinc-500: 113 113 122;--c-zinc-600: 82 82 91;--c-zinc-700: 63 63 70;--c-zinc-800: 39 39 42;--c-zinc-900: 24 24 27;--c-zinc-950: 9 9 11;--color-foreground: #0a0a0a;--gradient-color: #0a0a0a;--sparkles-color: #3a3a3a;--color-foreground-secondary: #4f4f4f;--color-foreground-tertiary: #6b6b6b;--color-foreground-accent: #0a0a0a;--color-background: #ffffff;--color-background-offset: #f2f1ef;--color-background-panel: #ffffff;--color-border: rgba(10, 10, 10, .12);--color-border-subtle: rgba(10, 10, 10, .09);--color-accent-secondary: #6b6b6b;--topnav-height: 76px;--topnav-handbook-mobile-height: 136px}::-moz-selection{color:#fff;background-color:var(--color-foreground-accent)}::selection{color:#fff;background-color:var(--color-foreground-accent)}html{scroll-behavior:smooth;overflow-x:hidden;-webkit-tap-highlight-color:transparent}a,button,[role=button]{-webkit-tap-highlight-color:transparent}body{background-color:var(--color-background);color:var(--color-foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;max-width:100vw;line-height:1.6;letter-spacing:-.01em}h1,h2,h3,h4,h5,h6{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif}code,pre,.font-mono{font-family:JetBrains Mono,Fira Code,monospace}*{border-radius:inherit}#app,main,section,div{max-width:100%;box-sizing:border-box}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:10px;-webkit-transition:background .3s ease;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:var(--color-foreground-tertiary)}*{scrollbar-width:thin;scrollbar-color:var(--color-border) transparent}button,.btn,[role=button]{border-radius:.5rem}a,a:hover{text-decoration:none}@keyframes fadeInUp{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-4px)}20%,40%,60%,80%{transform:translate(4px)}}img[alt*=Dia],img[alt*=mishmash],img[alt*="Digital Platform"]{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}img{transition:opacity .3s ease-in-out}img[loading=lazy]{opacity:0;animation:fadeIn .5s ease-in-out forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes puzzleMove{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(10px,-10px) rotate(2deg)}50%{transform:translate(-10px,10px) rotate(-2deg)}75%{transform:translate(10px,10px) rotate(1deg)}}@keyframes shuffle{0%{transform:scale(1) rotate(0)}50%{transform:scale(.95) rotate(5deg)}to{transform:scale(1) rotate(0)}}.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}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body: #374151;--tw-prose-headings: #111827;--tw-prose-lead: #4b5563;--tw-prose-links: #111827;--tw-prose-bold: #111827;--tw-prose-counters: #6b7280;--tw-prose-bullets: #d1d5db;--tw-prose-hr: #e5e7eb;--tw-prose-quotes: #111827;--tw-prose-quote-borders: #e5e7eb;--tw-prose-captions: #6b7280;--tw-prose-kbd: #111827;--tw-prose-kbd-shadows: rgb(17 24 39 / 10%);--tw-prose-code: #111827;--tw-prose-pre-code: #e5e7eb;--tw-prose-pre-bg: #1f2937;--tw-prose-th-borders: #d1d5db;--tw-prose-td-borders: #e5e7eb;--tw-prose-invert-body: #d1d5db;--tw-prose-invert-headings: #fff;--tw-prose-invert-lead: #9ca3af;--tw-prose-invert-links: #fff;--tw-prose-invert-bold: #fff;--tw-prose-invert-counters: #9ca3af;--tw-prose-invert-bullets: #4b5563;--tw-prose-invert-hr: #374151;--tw-prose-invert-quotes: #f3f4f6;--tw-prose-invert-quote-borders: #374151;--tw-prose-invert-captions: #9ca3af;--tw-prose-invert-kbd: #fff;--tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);--tw-prose-invert-code: #fff;--tw-prose-invert-pre-code: #d1d5db;--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);--tw-prose-invert-th-borders: #4b5563;--tw-prose-invert-td-borders: #374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.container{margin-left:auto;margin-right:auto;max-width:1536px;padding-left:clamp(1rem,5vw,3rem);padding-right:clamp(1rem,5vw,3rem)}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.-inset-6{inset:-1.5rem}.inset-0{inset:0}.inset-x-0{left:0;right:0}.-bottom-8{bottom:-2rem}.-bottom-\[20\%\]{bottom:-20%}.-left-4{left:-1rem}.-left-\[10\%\]{left:-10%}.-right-24{right:-6rem}.-right-8{right:-2rem}.-top-1\/4{top:-25%}.-top-24{top:-6rem}.-top-8{top:-2rem}.-top-\[30\%\]{top:-30%}.bottom-\[7\%\]{bottom:7%}.left-0{left:0}.left-1\/2{left:50%}.right-0{right:0}.right-4{right:1rem}.top-0{top:0}.top-4{top:1rem}.-z-10{z-index:-10}.z-10{z-index:10}.z-50{z-index:50}.z-\[100\]{z-index:100}.z-\[101\]{z-index:101}.z-\[70\]{z-index:70}.z-\[9999\]{z-index:9999}.mx-\[2\%\]{margin-left:2%;margin-right:2%}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.mb-\[4\%\]{margin-bottom:4%}.ml-\[6\%\]{margin-left:6%}.ml-auto{margin-left:auto}.mt-0\.5{margin-top:.125rem}.mt-1\.5{margin-top:.375rem}.mt-16{margin-top:4rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-auto{margin-top:auto}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[16\/10\]{aspect-ratio:16/10}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-16{height:4rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-32{height:8rem}.h-4{height:1rem}.h-44{height:11rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-64{height:16rem}.h-7{height:1.75rem}.h-9{height:2.25rem}.h-\[40px\]{height:40px}.h-\[46vh\]{height:46vh}.h-\[60\%\]{height:60%}.h-\[80\%\]{height:80%}.h-full{height:100%}.max-h-\[440px\]{max-height:440px}.max-h-\[90vh\]{max-height:90vh}.min-h-0{min-height:0px}.min-h-\[260px\]{min-height:260px}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-16{width:4rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-32{width:8rem}.w-4{width:1rem}.w-44{width:11rem}.w-48{width:12rem}.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-\[140\%\]{width:140%}.w-\[2\.5\%\]{width:2.5%}.w-\[34\%\]{width:34%}.w-\[36rem\]{width:36rem}.w-\[40px\]{width:40px}.w-\[55\%\]{width:55%}.w-\[65\%\]{width:65%}.w-full{width:100%}.min-w-0{min-width:0px}.min-w-\[300px\]{min-width:300px}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-\[500px\]{max-width:500px}.max-w-\[70\%\]{max-width:70%}.max-w-\[95vw\]{max-width:95vw}.max-w-full{max-width:100%}.max-w-lg{max-width:32rem}.max-w-sm{max-width:24rem}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.shrink{flex-shrink:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.border-collapse{border-collapse:collapse}.-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))}.scale-0{--tw-scale-x: 0;--tw-scale-y: 0;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))}.scale-100{--tw-scale-x: 1;--tw-scale-y: 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))}.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 ping{75%,to{transform:scale(2);opacity:0}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) 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}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-\[1\.5\%\]{gap:1.5%}.gap-\[2\%\]{gap:2%}.gap-\[3\%\]{gap:3%}.gap-\[4\%\]{gap:4%}.gap-\[6\%\]{gap:6%}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.whitespace-pre-line{white-space:pre-line}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-\[1\.25rem\]{border-radius:1.25rem}.rounded-\[2\.5rem\]{border-radius:2.5rem}.rounded-\[26\%\]{border-radius:26%}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.border{border-width:1px}.border-0{border-width:0px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-black\/10{border-color:rgb(var(--c-black) / .1)}.border-border{border-color:var(--color-border)}.border-indigo-400\/20{border-color:rgb(var(--c-indigo-400) / .2)}.border-white\/10{border-color:rgb(var(--c-white) / .1)}.border-white\/15{border-color:rgb(var(--c-white) / .15)}.border-white\/20{border-color:rgb(var(--c-white) / .2)}.border-white\/30{border-color:rgb(var(--c-white) / .3)}.border-white\/5{border-color:rgb(var(--c-white) / .05)}.border-white\/\[0\.04\]{border-color:rgb(var(--c-white) / .04)}.border-white\/\[0\.06\]{border-color:rgb(var(--c-white) / .06)}.border-white\/\[0\.07\]{border-color:rgb(var(--c-white) / .07)}.border-yellow-400\/20{border-color:rgb(var(--c-yellow-400) / .2)}.bg-\[\#0a0a0f\]{--tw-bg-opacity: 1;background-color:rgb(10 10 15 / var(--tw-bg-opacity, 1))}.bg-\[\#0c0c12\]{--tw-bg-opacity: 1;background-color:rgb(12 12 18 / var(--tw-bg-opacity, 1))}.bg-\[\#0e0e14\]{--tw-bg-opacity: 1;background-color:rgb(14 14 20 / var(--tw-bg-opacity, 1))}.bg-\[\#15151b\]{--tw-bg-opacity: 1;background-color:rgb(21 21 27 / var(--tw-bg-opacity, 1))}.bg-\[\#161620\]{--tw-bg-opacity: 1;background-color:rgb(22 22 32 / var(--tw-bg-opacity, 1))}.bg-\[\#1d1d24\]{--tw-bg-opacity: 1;background-color:rgb(29 29 36 / var(--tw-bg-opacity, 1))}.bg-\[\#28c840\]{--tw-bg-opacity: 1;background-color:rgb(40 200 64 / var(--tw-bg-opacity, 1))}.bg-\[\#febc2e\]{--tw-bg-opacity: 1;background-color:rgb(254 188 46 / var(--tw-bg-opacity, 1))}.bg-\[\#ff5f57\]{--tw-bg-opacity: 1;background-color:rgb(255 95 87 / var(--tw-bg-opacity, 1))}.bg-background{background-color:var(--color-background)}.bg-background-offset{background-color:var(--color-background-offset)}.bg-black\/30{background-color:rgb(var(--c-black) / .3)}.bg-black\/50{background-color:rgb(var(--c-black) / .5)}.bg-black\/80{background-color:rgb(var(--c-black) / .8)}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgb(var(--c-blue-500) / var(--tw-bg-opacity, 1))}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(var(--c-emerald-400) / var(--tw-bg-opacity, 1))}.bg-foreground{background-color:var(--color-foreground)}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgb(var(--c-gray-200) / var(--tw-bg-opacity, 1))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgb(var(--c-green-500) / var(--tw-bg-opacity, 1))}.bg-indigo-500\/\[0\.08\]{background-color:rgb(var(--c-indigo-500) / .08)}.bg-indigo-600{--tw-bg-opacity: 1;background-color:rgb(var(--c-indigo-600) / var(--tw-bg-opacity, 1))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgb(var(--c-red-500) / var(--tw-bg-opacity, 1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity: 1;background-color:rgb(var(--c-white) / var(--tw-bg-opacity, 1))}.bg-white\/10{background-color:rgb(var(--c-white) / .1)}.bg-white\/15{background-color:rgb(var(--c-white) / .15)}.bg-white\/20{background-color:rgb(var(--c-white) / .2)}.bg-white\/30{background-color:rgb(var(--c-white) / .3)}.bg-white\/5{background-color:rgb(var(--c-white) / .05)}.bg-white\/60{background-color:rgb(var(--c-white) / .6)}.bg-white\/\[0\.035\]{background-color:rgb(var(--c-white) / .035)}.bg-white\/\[0\.03\]{background-color:rgb(var(--c-white) / .03)}.bg-white\/\[0\.05\]{background-color:rgb(var(--c-white) / .05)}.bg-yellow-500{--tw-bg-opacity: 1;background-color:rgb(var(--c-yellow-500) / var(--tw-bg-opacity, 1))}.bg-yellow-500\/\[0\.07\]{background-color:rgb(var(--c-yellow-500) / .07)}.bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.bg-gradient-to-t{background-image:linear-gradient(to top,var(--tw-gradient-stops))}.from-amber-500{--tw-gradient-from: rgb(var(--c-amber-500) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-amber-500) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-amber-600{--tw-gradient-from: rgb(var(--c-amber-600) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-amber-600) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-black\/25{--tw-gradient-from: rgb(var(--c-black) / .25) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-black) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-blue-600{--tw-gradient-from: rgb(var(--c-blue-600) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-blue-600) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-cyan-500{--tw-gradient-from: rgb(var(--c-cyan-500) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-cyan-500) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-emerald-500{--tw-gradient-from: rgb(var(--c-emerald-500) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-emerald-500) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-fuchsia-600{--tw-gradient-from: rgb(var(--c-fuchsia-600) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-fuchsia-600) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-500{--tw-gradient-from: rgb(var(--c-green-500) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-green-500) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-green-600{--tw-gradient-from: rgb(var(--c-green-600) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-green-600) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-500{--tw-gradient-from: rgb(var(--c-indigo-500) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-indigo-500) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-indigo-600{--tw-gradient-from: rgb(var(--c-indigo-600) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-indigo-600) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-lime-500{--tw-gradient-from: rgb(var(--c-lime-500) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-lime-500) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-orange-500{--tw-gradient-from: rgb(var(--c-orange-500) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-orange-500) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-pink-500{--tw-gradient-from: rgb(var(--c-pink-500) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-pink-500) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-purple-600{--tw-gradient-from: rgb(var(--c-purple-600) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-purple-600) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-red-500{--tw-gradient-from: rgb(var(--c-red-500) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-red-500) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-rose-500{--tw-gradient-from: rgb(var(--c-rose-500) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-rose-500) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-500{--tw-gradient-from: rgb(var(--c-sky-500) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-sky-500) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-sky-600{--tw-gradient-from: rgb(var(--c-sky-600) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-sky-600) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-600{--tw-gradient-from: rgb(var(--c-slate-600) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-slate-600) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-slate-700{--tw-gradient-from: rgb(var(--c-slate-700) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-slate-700) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-500{--tw-gradient-from: rgb(var(--c-teal-500) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-teal-500) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-teal-600{--tw-gradient-from: rgb(var(--c-teal-600) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-teal-600) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-violet-600{--tw-gradient-from: rgb(var(--c-violet-600) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-violet-600) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.from-yellow-500{--tw-gradient-from: rgb(var(--c-yellow-500) / 1) var(--tw-gradient-from-position);--tw-gradient-to: rgb(var(--c-yellow-500) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)}.via-purple-600{--tw-gradient-to: rgb(var(--c-purple-600) / 0) var(--tw-gradient-to-position);--tw-gradient-stops: var(--tw-gradient-from), rgb(var(--c-purple-600) / 1) 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)}.to-amber-500{--tw-gradient-to: rgb(var(--c-amber-500) / 1) var(--tw-gradient-to-position)}.to-amber-600{--tw-gradient-to: rgb(var(--c-amber-600) / 1) var(--tw-gradient-to-position)}.to-blue-500{--tw-gradient-to: rgb(var(--c-blue-500) / 1) var(--tw-gradient-to-position)}.to-blue-600{--tw-gradient-to: rgb(var(--c-blue-600) / 1) var(--tw-gradient-to-position)}.to-blue-700{--tw-gradient-to: rgb(var(--c-blue-700) / 1) var(--tw-gradient-to-position)}.to-cyan-600{--tw-gradient-to: rgb(var(--c-cyan-600) / 1) var(--tw-gradient-to-position)}.to-emerald-600{--tw-gradient-to: rgb(var(--c-emerald-600) / 1) var(--tw-gradient-to-position)}.to-fuchsia-600{--tw-gradient-to: rgb(var(--c-fuchsia-600) / 1) var(--tw-gradient-to-position)}.to-green-600{--tw-gradient-to: rgb(var(--c-green-600) / 1) var(--tw-gradient-to-position)}.to-indigo-600{--tw-gradient-to: rgb(var(--c-indigo-600) / 1) var(--tw-gradient-to-position)}.to-indigo-700{--tw-gradient-to: rgb(var(--c-indigo-700) / 1) var(--tw-gradient-to-position)}.to-orange-500{--tw-gradient-to: rgb(var(--c-orange-500) / 1) var(--tw-gradient-to-position)}.to-orange-600{--tw-gradient-to: rgb(var(--c-orange-600) / 1) var(--tw-gradient-to-position)}.to-purple-700{--tw-gradient-to: rgb(var(--c-purple-700) / 1) var(--tw-gradient-to-position)}.to-red-500{--tw-gradient-to: rgb(var(--c-red-500) / 1) var(--tw-gradient-to-position)}.to-red-600{--tw-gradient-to: rgb(var(--c-red-600) / 1) var(--tw-gradient-to-position)}.to-rose-500{--tw-gradient-to: rgb(var(--c-rose-500) / 1) var(--tw-gradient-to-position)}.to-rose-600{--tw-gradient-to: rgb(var(--c-rose-600) / 1) var(--tw-gradient-to-position)}.to-slate-900{--tw-gradient-to: rgb(var(--c-slate-900) / 1) var(--tw-gradient-to-position)}.to-teal-600{--tw-gradient-to: rgb(var(--c-teal-600) / 1) var(--tw-gradient-to-position)}.to-violet-600{--tw-gradient-to: rgb(var(--c-violet-600) / 1) var(--tw-gradient-to-position)}.to-white\/10{--tw-gradient-to: rgb(var(--c-white) / .1) var(--tw-gradient-to-position)}.to-zinc-700{--tw-gradient-to: rgb(var(--c-zinc-700) / 1) var(--tw-gradient-to-position)}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.p-1{padding:.25rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.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-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[12\%\]{padding-left:12%;padding-right:12%}.px-\[2\.5\%\]{padding-left:2.5%;padding-right:2.5%}.px-\[3\%\]{padding-left:3%;padding-right:3%}.px-\[4\%\]{padding-left:4%;padding-right:4%}.px-\[5\%\]{padding-left:5%;padding-right:5%}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.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-\[1\%\]{padding-top:1%;padding-bottom:1%}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[3\%\]{padding-bottom:3%}.pr-12{padding-right:3rem}.pt-16{padding-top:4rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1rem}.pt-\[4\%\]{padding-top:4%}.text-left{text-align:left}.text-center{text-align:center}.align-middle{vertical-align:middle}.font-console{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.font-mono{font-family:JetBrains Mono,Fira Code,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-\[10px\]{font-size:10px}.text-\[11px\]{font-size:11px}.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-black{font-weight:900}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.leading-snug{line-height:1.375}.leading-tight{line-height:1.25}.tracking-\[0\.14em\]{letter-spacing:.14em}.tracking-\[0\.15em\]{letter-spacing:.15em}.tracking-\[0\.25em\]{letter-spacing:.25em}.tracking-\[0\.2em\]{letter-spacing:.2em}.tracking-tight{letter-spacing:-.025em}.tracking-wider{letter-spacing:.05em}.text-background{color:var(--color-background)}.text-black{--tw-text-opacity: 1;color:rgb(var(--c-black) / var(--tw-text-opacity, 1))}.text-foreground{color:var(--color-foreground)}.text-foreground-accent{color:var(--color-foreground-accent)}.text-foreground-secondary{color:var(--color-foreground-secondary)}.text-foreground-tertiary{color:var(--color-foreground-tertiary)}.text-white{--tw-text-opacity: 1;color:rgb(var(--c-white) / var(--tw-text-opacity, 1))}.text-white\/35{color:rgb(var(--c-white) / .35)}.text-white\/40{color:rgb(var(--c-white) / .4)}.text-white\/45{color:rgb(var(--c-white) / .45)}.text-white\/55{color:rgb(var(--c-white) / .55)}.text-white\/60{color:rgb(var(--c-white) / .6)}.text-white\/65{color:rgb(var(--c-white) / .65)}.text-white\/70{color:rgb(var(--c-white) / .7)}.text-white\/80{color:rgb(var(--c-white) / .8)}.underline{text-decoration-line:underline}.no-underline{text-decoration-line:none}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-40{opacity:.4}.shadow{--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-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-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-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-black\/40{--tw-shadow-color: rgb(var(--c-black) / .4);--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-white\/15{--tw-ring-color: rgb(var(--c-white) / .15)}.ring-white\/25{--tw-ring-color: rgb(var(--c-white) / .25)}.ring-white\/30{--tw-ring-color: rgb(var(--c-white) / .3)}.ring-white\/5{--tw-ring-color: rgb(var(--c-white) / .05)}.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-2xl{--tw-blur: blur(40px);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-3xl{--tw-blur: blur(64px);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-\[4cqw\]{--tw-blur: blur(4cqw);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-\[5cqw\]{--tw-blur: blur(5cqw);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-\[80px\]{--tw-blur: blur(80px);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.grayscale{--tw-grayscale: grayscale(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.invert{--tw-invert: invert(100%);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur: blur(8px);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-md{--tw-backdrop-blur: blur(12px);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);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);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{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-\[padding\]{transition-property:padding;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-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-700{transition-duration:.7s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.will-change-transform{will-change:transform}.\@container{container-type:inline-size}:root .text-foreground\/5,[data-theme=light] .text-foreground\/5{color:#bbb!important}:root .text-foreground\/8,[data-theme=light] .text-foreground\/8{color:#aaa!important}:root .text-foreground\/10,[data-theme=light] .text-foreground\/10{color:#999!important}:root .text-foreground\/20,[data-theme=light] .text-foreground\/20{color:#777!important}:root .text-foreground\/30,[data-theme=light] .text-foreground\/30{color:#555!important}:root .text-foreground\/40,[data-theme=light] .text-foreground\/40{color:#444!important}:root .text-foreground\/50,[data-theme=light] .text-foreground\/50{color:#333!important}:root .text-foreground\/55,[data-theme=light] .text-foreground\/55{color:#303030!important}:root .text-foreground\/60,[data-theme=light] .text-foreground\/60{color:#222!important}:root .text-foreground\/70,[data-theme=light] .text-foreground\/70{color:#1a1a1a!important}:root .text-foreground\/80,[data-theme=light] .text-foreground\/80{color:#111!important}:root .bg-foreground\/\[0\.02\],[data-theme=light] .bg-foreground\/\[0\.02\]{background-color:#f2f2f2!important}:root .bg-foreground\/\[0\.03\],[data-theme=light] .bg-foreground\/\[0\.03\]{background-color:#eee!important}:root .bg-foreground\/3,[data-theme=light] .bg-foreground\/3{background-color:#eee!important}:root .bg-foreground\/4,[data-theme=light] .bg-foreground\/4{background-color:#eaeaea!important}:root .bg-foreground\/5,[data-theme=light] .bg-foreground\/5{background-color:#e6e6e6!important}:root .bg-foreground\/6,[data-theme=light] .bg-foreground\/6{background-color:#e3e3e3!important}:root .bg-foreground\/8,[data-theme=light] .bg-foreground\/8{background-color:#dedede!important}:root .bg-foreground\/10,[data-theme=light] .bg-foreground\/10{background-color:#d8d8d8!important}:root .border-foreground\/5,[data-theme=light] .border-foreground\/5{border-color:#dedede!important}:root .border-foreground\/8,[data-theme=light] .border-foreground\/8{border-color:#d8d8d8!important}:root .border-foreground\/10,[data-theme=light] .border-foreground\/10{border-color:#ccc!important}:root .border-foreground\/15,[data-theme=light] .border-foreground\/15{border-color:silver!important}:root .border-foreground\/20,[data-theme=light] .border-foreground\/20{border-color:#b4b4b4!important}:root .border-foreground\/30,[data-theme=light] .border-foreground\/30{border-color:#a0a0a0!important}:root .border-foreground\/40,[data-theme=light] .border-foreground\/40{border-color:#909090!important}:root .border-foreground\/50,[data-theme=light] .border-foreground\/50{border-color:gray!important}:root .border-border\/40,[data-theme=light] .border-border\/40{border-color:#c8c8c8!important}:root .border-border\/50,[data-theme=light] .border-border\/50{border-color:silver!important}:root input::-moz-placeholder,:root textarea::-moz-placeholder{color:#aaa}:root input::placeholder,:root textarea::placeholder{color:#aaa}:root .text-foreground-secondary{color:#444!important}:root .text-foreground-tertiary{color:#777!important}.animate-pulse{background-color:#ebebeb}@keyframes fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-8px)}}::view-transition-old(root){animation:.2s ease-out both fade-out}::view-transition-new(root){animation:.3s ease-in both fade-in}.card-glow{--mouse-x: 50%;--mouse-y: 50%;position:relative}.card-glow:before{content:"";position:absolute;inset:0;border-radius:inherit;background:radial-gradient(600px circle at var(--mouse-x) var(--mouse-y),var(--color-foreground-accent, rgba(255, 107, 44, .06)),transparent 40%);opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:0}.card-glow:hover:before{opacity:.15}.reveal-on-scroll{opacity:0;transform:translateY(24px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal-on-scroll.revealed{opacity:1;transform:translateY(0)}.gradient-text{background:linear-gradient(135deg,var(--color-foreground-accent),var(--color-accent-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}html::-webkit-scrollbar{width:6px;height:0px}html::-webkit-scrollbar-track{background:var(--color-background)}html::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px;-webkit-transition:background .2s;transition:background .2s}html::-webkit-scrollbar-thumb:hover{background:var(--color-foreground-tertiary)}@keyframes ping-gpu{0%{transform:scale(1);opacity:.75}to{transform:scale(2.2);opacity:0}}.animate-ping{animation:ping-gpu 1s cubic-bezier(0,0,.2,1) infinite!important;will-change:transform,opacity}@media(prefers-reduced-motion:reduce){.hero-animate{opacity:1!important;transform:none!important;animation:none!important}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.animate-marquee,.animate-ping,.animate-bounce,.animate-spin,.animate-pulse{animation:none!important}}.placeholder\:text-foreground-tertiary::-moz-placeholder{color:var(--color-foreground-tertiary)}.placeholder\:text-foreground-tertiary::placeholder{color:var(--color-foreground-tertiary)}.hover\:-translate-y-1:hover{--tw-translate-y: -.25rem;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\:-translate-y-\[2px\]:hover{--tw-translate-y: -2px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.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\:scale-110:hover{--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))}.hover\:border-white\/20:hover{border-color:rgb(var(--c-white) / .2)}.hover\:bg-background-offset:hover{background-color:var(--color-background-offset)}.hover\:bg-background-panel:hover{background-color:var(--color-background-panel)}.hover\:bg-black\/70:hover{background-color:rgb(var(--c-black) / .7)}.hover\:bg-white\/10:hover{background-color:rgb(var(--c-white) / .1)}.hover\:bg-white\/20:hover{background-color:rgb(var(--c-white) / .2)}.hover\:bg-white\/50:hover{background-color:rgb(var(--c-white) / .5)}.hover\:bg-white\/\[0\.05\]:hover{background-color:rgb(var(--c-white) / .05)}.hover\:text-foreground:hover{color:var(--color-foreground)}.hover\:text-foreground-accent:hover{color:var(--color-foreground-accent)}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(var(--c-white) / var(--tw-text-opacity, 1))}.hover\:opacity-90:hover{opacity:.9}.hover\:shadow-\[0_20px_40px_-15px_rgba\(0\,0\,0\,0\.3\)\]:hover{--tw-shadow: 0 20px 40px -15px rgba(0,0,0,.3);--tw-shadow-colored: 0 20px 40px -15px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.hover\:shadow-lg:hover{--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)}.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\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.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-foreground-accent:focus{--tw-ring-color: var(--color-foreground-accent)}.focus\:ring-offset-2:focus{--tw-ring-offset-width: 2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2: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(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-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width: 2px}.focus-visible\:ring-offset-background:focus-visible{--tw-ring-offset-color: var(--color-background)}.active\:scale-\[0\.98\]:active{--tw-scale-x: .98;--tw-scale-y: .98;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\:opacity-50:disabled{opacity:.5}.group:hover .group-hover\:translate-x-0\.5{--tw-translate-x: .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))}.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-foreground-accent{color:var(--color-foreground-accent)}.group:hover .group-hover\:text-white{--tw-text-opacity: 1;color:rgb(var(--c-white) / var(--tw-text-opacity, 1))}.group:hover .group-hover\:opacity-100{opacity:1}@media(min-width:640px){.sm\:inline-flex{display:inline-flex}.sm\:gap-3{gap:.75rem}.sm\:p-6{padding:1.5rem}.sm\:p-8{padding:2rem}}@media(min-width:768px){.md\:h-8{height:2rem}.md\:w-8{width:2rem}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:p-6{padding:1.5rem}}@media(min-width:1024px){.lg\:flex{display:flex}.lg\:h-\[60vh\]{height:60vh}.lg\:max-h-none{max-height:none}.lg\:grid-cols-\[1\.05fr_1fr\]{grid-template-columns:1.05fr 1fr}.lg\:border-b-0{border-bottom-width:0px}.lg\:border-r{border-right-width:1px}}[data-surface=app]{--canvas: #f1f1ef;--canvas-deep: #eaeae7;--surface: #ffffff;--surface-hover: #fafaf9;--ink: #0a0a0a;--ink-body: #2b2b2a;--ink-muted: #6e6e6b;--ink-faint: #9b9b97;--line: #e3e3e0;--line-soft: #ededea;--line-strong: #c9c9c5;--grid: rgba(0, 0, 0, .045);--focus: rgba(10, 10, 10, .35);--selected: #eaeae7;--overlay: rgba(10, 10, 10, .45);--font-display: "Archivo", "Helvetica Now Display", system-ui, sans-serif;--font-ui: "Inter", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Roboto Mono", ui-monospace, monospace;--r-card: 4px;--r-input: 4px;--r-chip: 3px;--r-pill: 999px;--s-1: 4px;--s-2: 8px;--s-3: 12px;--s-4: 16px;--s-5: 24px;--s-6: 32px;--s-7: 48px;--s-8: 64px;--e-card: none;--e-float: 0 8px 24px rgba(10, 10, 10, .08);--e-modal: 0 20px 48px rgba(10, 10, 10, .14);--ease: cubic-bezier(.16, 1, .3, 1);--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-in: cubic-bezier(.4, 0, 1, 1);--t-hover: .15s;--t-menu: .2s;--t-drawer: .28s;--t-tap: 90ms;--rise: 6px;color-scheme:light;background:var(--canvas);color:var(--ink-body);font-family:var(--font-ui)}[data-surface=app] .app-canvas{background-color:var(--canvas)}[data-surface=app] .t-hero{font-family:var(--font-display);font-size:44px;line-height:46px;font-weight:700;letter-spacing:-.04em}[data-surface=app] .t-metric{font-family:var(--font-display);font-size:36px;line-height:38px;font-weight:700;letter-spacing:-.035em;font-variant-numeric:tabular-nums}[data-surface=app] .t-h1{font-size:22px;line-height:28px;font-weight:600;letter-spacing:-.02em}[data-surface=app] .t-h2{font-size:16px;line-height:22px;font-weight:600;letter-spacing:-.01em}[data-surface=app] .t-body{font-size:14px;line-height:21px;font-weight:400}[data-surface=app] .t-sm{font-size:13px;line-height:19px;font-weight:400}[data-surface=app] .t-label{font-family:var(--font-mono);font-size:11px;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-muted)}[data-surface=app] .t-num{font-family:var(--font-mono);font-variant-numeric:tabular-nums}[data-surface=app] table td,[data-surface=app] table th{font-variant-numeric:tabular-nums}[data-surface=app] :focus-visible{outline:2px solid var(--focus);outline-offset:2px}[data-surface=app] ::-moz-selection{background:var(--selected);color:var(--ink)}[data-surface=app] ::selection{background:var(--selected);color:var(--ink)}[data-surface=app] .cols>*,[data-surface=app] .grid>*,[data-surface=app] .kpis>*{min-width:0}[data-surface=app] .sub,[data-surface=app] .trunc,[data-surface=app] .row-main{min-width:0;max-width:100%}@keyframes console-rise{0%{opacity:0;transform:translateY(var(--rise))}to{opacity:1;transform:none}}@keyframes console-fade{0%{opacity:0}to{opacity:1}}.page-in>*{animation:console-rise var(--t-menu) var(--ease-out) both}.page-in>*:nth-child(1){animation-delay:0ms}.page-in>*:nth-child(2){animation-delay:30ms}.page-in>*:nth-child(3){animation-delay:60ms}.page-in>*:nth-child(4){animation-delay:90ms}.page-in>*:nth-child(n+5){animation-delay:.11s}.stagger>*{animation:console-rise var(--t-menu) var(--ease-out) both}.stagger>*:nth-child(1){animation-delay:0ms}.stagger>*:nth-child(2){animation-delay:24ms}.stagger>*:nth-child(3){animation-delay:48ms}.stagger>*:nth-child(4){animation-delay:72ms}.stagger>*:nth-child(5){animation-delay:96ms}.stagger>*:nth-child(6){animation-delay:.12s}.stagger>*:nth-child(7){animation-delay:144ms}.stagger>*:nth-child(n+8){animation-delay:168ms}.app-canvas button,.app-canvas a,.app-canvas [role=button]{transition:background-color var(--t-hover) var(--ease-out),border-color var(--t-hover) var(--ease-out),color var(--t-hover) var(--ease-out),opacity var(--t-hover) var(--ease-out)}.app-canvas button:active:not(:disabled),.app-canvas [role=button]:active{transform:translateY(1px);transition:transform var(--t-tap) var(--ease-in)}.app-canvas tbody tr{transition:background-color var(--t-hover) var(--ease-out)}@media(prefers-reduced-motion:reduce){.page-in>*,.stagger>*{animation-duration:1ms!important;animation-delay:0ms!important}.app-canvas button,.app-canvas a,.app-canvas [role=button],.app-canvas tbody tr{transition-duration:1ms!important}.app-canvas button:active:not(:disabled),.app-canvas [role=button]:active{transform:none}}
