@charset "UTF-8";@layer properties;@layer reset,tailwind,primeng;@layer tailwind{@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-slate-200: oklch(92.9% .013 255.508);--color-slate-700: oklch(37.2% .044 257.287);--color-slate-900: oklch(20.8% .042 265.755);--color-white: #fff;--spacing: .25rem;--container-lg: 32rem;--text-sm: .875rem;--text-sm--line-height: calc(1.25 / .875);--text-lg: 1.125rem;--text-lg--line-height: calc(1.75 / 1.125);--text-xl: 1.25rem;--text-xl--line-height: calc(1.75 / 1.25);--text-2xl: 1.5rem;--text-2xl--line-height: calc(2 / 1.5);--text-5xl: 3rem;--text-5xl--line-height: 1;--font-weight-medium: 500;--font-weight-semibold: 600;--radius-md: .375rem;--default-transition-duration: .15s;--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}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;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-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}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentColor;@supports (color: color-mix(in lab,red,red)){color:color-mix(in oklab,currentColor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.absolute{position:absolute}.static{position:static}.start{inset-inline-start:var(--spacing)}.top-0{top:calc(var(--spacing) * 0)}.top-5{top:calc(var(--spacing) * 5)}.left-0{left:calc(var(--spacing) * 0)}.\!z-\[9999\]{z-index:9999!important}.col-span-12{grid-column:span 12 / span 12}.container{width:100%;@media (width >= 40rem){max-width:40rem}@media (width >= 48rem){max-width:48rem}@media (width >= 64rem){max-width:64rem}@media (width >= 80rem){max-width:80rem}@media (width >= 96rem){max-width:96rem}}.m-0{margin:calc(var(--spacing) * 0)}.mr-2{margin-right:calc(var(--spacing) * 2)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.ml-3{margin-left:calc(var(--spacing) * 3)}.ml-auto{margin-left:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.table{display:table}.h-full{height:100%}.w-12{width:calc(var(--spacing) * 12)}.w-full{width:100%}.max-w-full{max-width:100%}.min-w-48{min-width:calc(var(--spacing) * 48)}.min-w-lg{min-width:var(--container-lg)}.flex-1{flex:1}.flex-shrink{flex-shrink:1}.border-collapse{border-collapse:collapse}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:calc(var(--spacing) * 1)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-x-4{column-gap:calc(var(--spacing) * 4)}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.bg-white\/70{background-color:color-mix(in srgb,#fff 70%,transparent);@supports (color: color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--color-white) 70%,transparent)}}.py-2{padding-block:calc(var(--spacing) * 2)}.pt-4{padding-top:calc(var(--spacing) * 4)}.text-center{text-align:center}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading, var(--text-2xl--line-height))}.text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading, var(--text-5xl--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading, var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading, var(--text-xl--line-height))}.font-medium{--tw-font-weight: var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-semibold{--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.whitespace-nowrap{white-space:nowrap}.text-slate-700{color:var(--color-slate-700)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.ordinal{--tw-ordinal: ordinal;font-variant-numeric:var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,)}.shadow-lg{--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / .1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.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,)}.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,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease, var(--default-transition-timing-function));transition-duration:var(--tw-duration, var(--default-transition-duration))}.dark\:bg-slate-900\/75{@media (prefers-color-scheme: dark){background-color:color-mix(in srgb,oklch(20.8% .042 265.755) 75%,transparent);@supports (color: color-mix(in lab,red,red)){background-color:color-mix(in oklab,var(--color-slate-900) 75%,transparent)}}}.dark\:text-slate-200{@media (prefers-color-scheme: dark){color:var(--color-slate-200)}}}}@layer reset{html{font-size:14px;font-family:Inter var,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-feature-settings:"cv02","cv03","cv04","cv11";line-height:1.2}body{margin:0;min-height:100%;overflow:hidden;background-color:var(--p-gray-100);font-weight:400;color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}@property --tw-rotate-x{syntax: "*"; inherits: false;}@property --tw-rotate-y{syntax: "*"; inherits: false;}@property --tw-rotate-z{syntax: "*"; inherits: false;}@property --tw-skew-x{syntax: "*"; inherits: false;}@property --tw-skew-y{syntax: "*"; inherits: false;}@property --tw-border-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-font-weight{syntax: "*"; inherits: false;}@property --tw-ordinal{syntax: "*"; inherits: false;}@property --tw-slashed-zero{syntax: "*"; inherits: false;}@property --tw-numeric-figure{syntax: "*"; inherits: false;}@property --tw-numeric-spacing{syntax: "*"; inherits: false;}@property --tw-numeric-fraction{syntax: "*"; inherits: false;}@property --tw-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-shadow-color{syntax: "*"; inherits: false;}@property --tw-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-inset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-shadow-color{syntax: "*"; inherits: false;}@property --tw-inset-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-ring-color{syntax: "*"; inherits: false;}@property --tw-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-inset-ring-color{syntax: "*"; inherits: false;}@property --tw-inset-ring-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-ring-inset{syntax: "*"; inherits: false;}@property --tw-ring-offset-width{syntax: "<length>"; inherits: false; initial-value: 0px;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-outline-style{syntax: "*"; inherits: false; initial-value: solid;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x: initial;--tw-rotate-y: initial;--tw-rotate-z: initial;--tw-skew-x: initial;--tw-skew-y: initial;--tw-border-style: solid;--tw-font-weight: initial;--tw-ordinal: initial;--tw-slashed-zero: initial;--tw-numeric-figure: initial;--tw-numeric-spacing: initial;--tw-numeric-fraction: initial;--tw-shadow: 0 0 #0000;--tw-shadow-color: initial;--tw-shadow-alpha: 100%;--tw-inset-shadow: 0 0 #0000;--tw-inset-shadow-color: initial;--tw-inset-shadow-alpha: 100%;--tw-ring-color: initial;--tw-ring-shadow: 0 0 #0000;--tw-inset-ring-color: initial;--tw-inset-ring-shadow: 0 0 #0000;--tw-ring-inset: initial;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-offset-shadow: 0 0 #0000;--tw-outline-style: solid;--tw-blur: initial;--tw-brightness: initial;--tw-contrast: initial;--tw-grayscale: initial;--tw-hue-rotate: initial;--tw-invert: initial;--tw-opacity: initial;--tw-saturate: initial;--tw-sepia: initial;--tw-drop-shadow: initial;--tw-drop-shadow-color: initial;--tw-drop-shadow-alpha: 100%;--tw-drop-shadow-size: initial}}}@font-face{font-family:primeicons;font-display:block;src:url("./media/primeicons-RSSEDYLY.eot");src:url("./media/primeicons-RSSEDYLY.eot?#iefix") format("embedded-opentype"),url("./media/primeicons-4GST5W3O.woff2") format("woff2"),url("./media/primeicons-P53SE5CV.woff") format("woff"),url("./media/primeicons-GEFHGEHP.ttf") format("truetype"),url("./media/primeicons-DHQU4SEP.svg?#primeicons") format("svg");font-weight:400;font-style:normal}.pi{font-family:primeicons;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pi:before{--webkit-backface-visibility:hidden;backface-visibility:hidden}.pi-fw{width:1.28571429em;text-align:center}.pi-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@media (prefers-reduced-motion: reduce){.pi-spin{-webkit-animation-delay:-1ms;animation-delay:-1ms;-webkit-animation-duration:1ms;animation-duration:1ms;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-duration:0s;transition-duration:0s}}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.pi-folder-plus:before{content:"\ea05"}.pi-receipt:before{content:"\ea06"}.pi-asterisk:before{content:"\ea07"}.pi-face-smile:before{content:"\ea08"}.pi-pinterest:before{content:"\ea09"}.pi-expand:before{content:"\ea0a"}.pi-pen-to-square:before{content:"\ea0b"}.pi-wave-pulse:before{content:"\ea0c"}.pi-turkish-lira:before{content:"\ea0d"}.pi-spinner-dotted:before{content:"\ea0e"}.pi-crown:before{content:"\ea0f"}.pi-pause-circle:before{content:"\ea10"}.pi-warehouse:before{content:"\ea11"}.pi-objects-column:before{content:"\ea12"}.pi-clipboard:before{content:"\ea13"}.pi-play-circle:before{content:"\ea14"}.pi-venus:before{content:"\ea15"}.pi-cart-minus:before{content:"\ea16"}.pi-file-plus:before{content:"\ea17"}.pi-microchip:before{content:"\ea18"}.pi-twitch:before{content:"\ea19"}.pi-building-columns:before{content:"\ea1a"}.pi-file-check:before{content:"\ea1b"}.pi-microchip-ai:before{content:"\ea1c"}.pi-trophy:before{content:"\ea1d"}.pi-barcode:before{content:"\ea1e"}.pi-file-arrow-up:before{content:"\ea1f"}.pi-mars:before{content:"\ea20"}.pi-tiktok:before{content:"\ea21"}.pi-arrow-up-right-and-arrow-down-left-from-center:before{content:"\ea22"}.pi-ethereum:before{content:"\ea23"}.pi-list-check:before{content:"\ea24"}.pi-thumbtack:before{content:"\ea25"}.pi-arrow-down-left-and-arrow-up-right-to-center:before{content:"\ea26"}.pi-equals:before{content:"\ea27"}.pi-lightbulb:before{content:"\ea28"}.pi-star-half:before{content:"\ea29"}.pi-address-book:before{content:"\ea2a"}.pi-chart-scatter:before{content:"\ea2b"}.pi-indian-rupee:before{content:"\ea2c"}.pi-star-half-fill:before{content:"\ea2d"}.pi-cart-arrow-down:before{content:"\ea2e"}.pi-calendar-clock:before{content:"\ea2f"}.pi-sort-up-fill:before{content:"\ea30"}.pi-sparkles:before{content:"\ea31"}.pi-bullseye:before{content:"\ea32"}.pi-sort-down-fill:before{content:"\ea33"}.pi-graduation-cap:before{content:"\ea34"}.pi-hammer:before{content:"\ea35"}.pi-bell-slash:before{content:"\ea36"}.pi-gauge:before{content:"\ea37"}.pi-shop:before{content:"\ea38"}.pi-headphones:before{content:"\ea39"}.pi-eraser:before{content:"\ea04"}.pi-stopwatch:before{content:"\ea01"}.pi-verified:before{content:"\ea02"}.pi-delete-left:before{content:"\ea03"}.pi-hourglass:before{content:"\e9fe"}.pi-truck:before{content:"\ea00"}.pi-wrench:before{content:"\e9ff"}.pi-microphone:before{content:"\e9fa"}.pi-megaphone:before{content:"\e9fb"}.pi-arrow-right-arrow-left:before{content:"\e9fc"}.pi-bitcoin:before{content:"\e9fd"}.pi-file-edit:before{content:"\e9f6"}.pi-language:before{content:"\e9f7"}.pi-file-export:before{content:"\e9f8"}.pi-file-import:before{content:"\e9f9"}.pi-file-word:before{content:"\e9f1"}.pi-gift:before{content:"\e9f2"}.pi-cart-plus:before{content:"\e9f3"}.pi-thumbs-down-fill:before{content:"\e9f4"}.pi-thumbs-up-fill:before{content:"\e9f5"}.pi-arrows-alt:before{content:"\e9f0"}.pi-calculator:before{content:"\e9ef"}.pi-sort-alt-slash:before{content:"\e9ee"}.pi-arrows-h:before{content:"\e9ec"}.pi-arrows-v:before{content:"\e9ed"}.pi-pound:before{content:"\e9eb"}.pi-prime:before{content:"\e9ea"}.pi-chart-pie:before{content:"\e9e9"}.pi-reddit:before{content:"\e9e8"}.pi-code:before{content:"\e9e7"}.pi-sync:before{content:"\e9e6"}.pi-shopping-bag:before{content:"\e9e5"}.pi-server:before{content:"\e9e4"}.pi-database:before{content:"\e9e3"}.pi-hashtag:before{content:"\e9e2"}.pi-bookmark-fill:before{content:"\e9df"}.pi-filter-fill:before{content:"\e9e0"}.pi-heart-fill:before{content:"\e9e1"}.pi-flag-fill:before{content:"\e9de"}.pi-circle:before{content:"\e9dc"}.pi-circle-fill:before{content:"\e9dd"}.pi-bolt:before{content:"\e9db"}.pi-history:before{content:"\e9da"}.pi-box:before{content:"\e9d9"}.pi-at:before{content:"\e9d8"}.pi-arrow-up-right:before{content:"\e9d4"}.pi-arrow-up-left:before{content:"\e9d5"}.pi-arrow-down-left:before{content:"\e9d6"}.pi-arrow-down-right:before{content:"\e9d7"}.pi-telegram:before{content:"\e9d3"}.pi-stop-circle:before{content:"\e9d2"}.pi-stop:before{content:"\e9d1"}.pi-whatsapp:before{content:"\e9d0"}.pi-building:before{content:"\e9cf"}.pi-qrcode:before{content:"\e9ce"}.pi-car:before{content:"\e9cd"}.pi-instagram:before{content:"\e9cc"}.pi-linkedin:before{content:"\e9cb"}.pi-send:before{content:"\e9ca"}.pi-slack:before{content:"\e9c9"}.pi-sun:before{content:"\e9c8"}.pi-moon:before{content:"\e9c7"}.pi-vimeo:before{content:"\e9c6"}.pi-youtube:before{content:"\e9c5"}.pi-flag:before{content:"\e9c4"}.pi-wallet:before{content:"\e9c3"}.pi-map:before{content:"\e9c2"}.pi-link:before{content:"\e9c1"}.pi-credit-card:before{content:"\e9bf"}.pi-discord:before{content:"\e9c0"}.pi-percentage:before{content:"\e9be"}.pi-euro:before{content:"\e9bd"}.pi-book:before{content:"\e9ba"}.pi-shield:before{content:"\e9b9"}.pi-paypal:before{content:"\e9bb"}.pi-amazon:before{content:"\e9bc"}.pi-phone:before{content:"\e9b8"}.pi-filter-slash:before{content:"\e9b7"}.pi-facebook:before{content:"\e9b4"}.pi-github:before{content:"\e9b5"}.pi-twitter:before{content:"\e9b6"}.pi-step-backward-alt:before{content:"\e9ac"}.pi-step-forward-alt:before{content:"\e9ad"}.pi-forward:before{content:"\e9ae"}.pi-backward:before{content:"\e9af"}.pi-fast-backward:before{content:"\e9b0"}.pi-fast-forward:before{content:"\e9b1"}.pi-pause:before{content:"\e9b2"}.pi-play:before{content:"\e9b3"}.pi-compass:before{content:"\e9ab"}.pi-id-card:before{content:"\e9aa"}.pi-ticket:before{content:"\e9a9"}.pi-file-o:before{content:"\e9a8"}.pi-reply:before{content:"\e9a7"}.pi-directions-alt:before{content:"\e9a5"}.pi-directions:before{content:"\e9a6"}.pi-thumbs-up:before{content:"\e9a3"}.pi-thumbs-down:before{content:"\e9a4"}.pi-sort-numeric-down-alt:before{content:"\e996"}.pi-sort-numeric-up-alt:before{content:"\e997"}.pi-sort-alpha-down-alt:before{content:"\e998"}.pi-sort-alpha-up-alt:before{content:"\e999"}.pi-sort-numeric-down:before{content:"\e99a"}.pi-sort-numeric-up:before{content:"\e99b"}.pi-sort-alpha-down:before{content:"\e99c"}.pi-sort-alpha-up:before{content:"\e99d"}.pi-sort-alt:before{content:"\e99e"}.pi-sort-amount-up:before{content:"\e99f"}.pi-sort-amount-down:before{content:"\e9a0"}.pi-sort-amount-down-alt:before{content:"\e9a1"}.pi-sort-amount-up-alt:before{content:"\e9a2"}.pi-palette:before{content:"\e995"}.pi-undo:before{content:"\e994"}.pi-desktop:before{content:"\e993"}.pi-sliders-v:before{content:"\e991"}.pi-sliders-h:before{content:"\e992"}.pi-search-plus:before{content:"\e98f"}.pi-search-minus:before{content:"\e990"}.pi-file-excel:before{content:"\e98e"}.pi-file-pdf:before{content:"\e98d"}.pi-check-square:before{content:"\e98c"}.pi-chart-line:before{content:"\e98b"}.pi-user-edit:before{content:"\e98a"}.pi-exclamation-circle:before{content:"\e989"}.pi-android:before{content:"\e985"}.pi-google:before{content:"\e986"}.pi-apple:before{content:"\e987"}.pi-microsoft:before{content:"\e988"}.pi-heart:before{content:"\e984"}.pi-mobile:before{content:"\e982"}.pi-tablet:before{content:"\e983"}.pi-key:before{content:"\e981"}.pi-shopping-cart:before{content:"\e980"}.pi-comments:before{content:"\e97e"}.pi-comment:before{content:"\e97f"}.pi-briefcase:before{content:"\e97d"}.pi-bell:before{content:"\e97c"}.pi-paperclip:before{content:"\e97b"}.pi-share-alt:before{content:"\e97a"}.pi-envelope:before{content:"\e979"}.pi-volume-down:before{content:"\e976"}.pi-volume-up:before{content:"\e977"}.pi-volume-off:before{content:"\e978"}.pi-eject:before{content:"\e975"}.pi-money-bill:before{content:"\e974"}.pi-images:before{content:"\e973"}.pi-image:before{content:"\e972"}.pi-sign-in:before{content:"\e970"}.pi-sign-out:before{content:"\e971"}.pi-wifi:before{content:"\e96f"}.pi-sitemap:before{content:"\e96e"}.pi-chart-bar:before{content:"\e96d"}.pi-camera:before{content:"\e96c"}.pi-dollar:before{content:"\e96b"}.pi-lock-open:before{content:"\e96a"}.pi-table:before{content:"\e969"}.pi-map-marker:before{content:"\e968"}.pi-list:before{content:"\e967"}.pi-eye-slash:before{content:"\e965"}.pi-eye:before{content:"\e966"}.pi-folder-open:before{content:"\e964"}.pi-folder:before{content:"\e963"}.pi-video:before{content:"\e962"}.pi-inbox:before{content:"\e961"}.pi-lock:before{content:"\e95f"}.pi-unlock:before{content:"\e960"}.pi-tags:before{content:"\e95d"}.pi-tag:before{content:"\e95e"}.pi-power-off:before{content:"\e95c"}.pi-save:before{content:"\e95b"}.pi-question-circle:before{content:"\e959"}.pi-question:before{content:"\e95a"}.pi-copy:before{content:"\e957"}.pi-file:before{content:"\e958"}.pi-clone:before{content:"\e955"}.pi-calendar-times:before{content:"\e952"}.pi-calendar-minus:before{content:"\e953"}.pi-calendar-plus:before{content:"\e954"}.pi-ellipsis-v:before{content:"\e950"}.pi-ellipsis-h:before{content:"\e951"}.pi-bookmark:before{content:"\e94e"}.pi-globe:before{content:"\e94f"}.pi-replay:before{content:"\e94d"}.pi-filter:before{content:"\e94c"}.pi-print:before{content:"\e94b"}.pi-align-right:before{content:"\e946"}.pi-align-left:before{content:"\e947"}.pi-align-center:before{content:"\e948"}.pi-align-justify:before{content:"\e949"}.pi-cog:before{content:"\e94a"}.pi-cloud-download:before{content:"\e943"}.pi-cloud-upload:before{content:"\e944"}.pi-cloud:before{content:"\e945"}.pi-pencil:before{content:"\e942"}.pi-users:before{content:"\e941"}.pi-clock:before{content:"\e940"}.pi-user-minus:before{content:"\e93e"}.pi-user-plus:before{content:"\e93f"}.pi-trash:before{content:"\e93d"}.pi-external-link:before{content:"\e93c"}.pi-window-maximize:before{content:"\e93b"}.pi-window-minimize:before{content:"\e93a"}.pi-refresh:before{content:"\e938"}.pi-user:before{content:"\e939"}.pi-exclamation-triangle:before{content:"\e922"}.pi-calendar:before{content:"\e927"}.pi-chevron-circle-left:before{content:"\e928"}.pi-chevron-circle-down:before{content:"\e929"}.pi-chevron-circle-right:before{content:"\e92a"}.pi-chevron-circle-up:before{content:"\e92b"}.pi-angle-double-down:before{content:"\e92c"}.pi-angle-double-left:before{content:"\e92d"}.pi-angle-double-right:before{content:"\e92e"}.pi-angle-double-up:before{content:"\e92f"}.pi-angle-down:before{content:"\e930"}.pi-angle-left:before{content:"\e931"}.pi-angle-right:before{content:"\e932"}.pi-angle-up:before{content:"\e933"}.pi-upload:before{content:"\e934"}.pi-download:before{content:"\e956"}.pi-ban:before{content:"\e935"}.pi-star-fill:before{content:"\e936"}.pi-star:before{content:"\e937"}.pi-chevron-left:before{content:"\e900"}.pi-chevron-right:before{content:"\e901"}.pi-chevron-down:before{content:"\e902"}.pi-chevron-up:before{content:"\e903"}.pi-caret-left:before{content:"\e904"}.pi-caret-right:before{content:"\e905"}.pi-caret-down:before{content:"\e906"}.pi-caret-up:before{content:"\e907"}.pi-search:before{content:"\e908"}.pi-check:before{content:"\e909"}.pi-check-circle:before{content:"\e90a"}.pi-times:before{content:"\e90b"}.pi-times-circle:before{content:"\e90c"}.pi-plus:before{content:"\e90d"}.pi-plus-circle:before{content:"\e90e"}.pi-minus:before{content:"\e90f"}.pi-minus-circle:before{content:"\e910"}.pi-circle-on:before{content:"\e911"}.pi-circle-off:before{content:"\e912"}.pi-sort-down:before{content:"\e913"}.pi-sort-up:before{content:"\e914"}.pi-sort:before{content:"\e915"}.pi-step-backward:before{content:"\e916"}.pi-step-forward:before{content:"\e917"}.pi-th-large:before{content:"\e918"}.pi-arrow-down:before{content:"\e919"}.pi-arrow-left:before{content:"\e91a"}.pi-arrow-right:before{content:"\e91b"}.pi-arrow-up:before{content:"\e91c"}.pi-bars:before{content:"\e91d"}.pi-arrow-circle-down:before{content:"\e91e"}.pi-arrow-circle-left:before{content:"\e91f"}.pi-arrow-circle-right:before{content:"\e920"}.pi-arrow-circle-up:before{content:"\e921"}.pi-info:before{content:"\e923"}.pi-info-circle:before{content:"\e924"}.pi-home:before{content:"\e925"}.pi-spinner:before{content:"\e926"}:root{--app-bg: #f5f7fb;--panel-bg: #ffffff;--panel-border: #d8dfeb;--text-main: #18212f;--text-muted: #61708a;--brand: #1d4ed8;--brand-strong: #163ea9;--danger: #b42318;--shadow-soft: 0 18px 40px rgba(15, 23, 42, .08);--content-width: calc(100vw - 280px - 4rem) ;--header-height: 5rem;--content-height: calc(100vh - 9rem) ;--editor-height: calc(var(--content-height) - 4rem);--bg-card: #ffffff;--bg-elevated: #f1f5f9;--bg-input: #e2e8f0;--text-primary: #18212f;--text-secondary: #475569;--text-faint: #94a3b8;--border-subtle: #e2e8f0;--status-green: #22c55e;--status-orange: #f59e0b;--status-red: #ef4444;--pill-won-bg: #f0fdf4;--pill-won-text: #166534;--pill-lost-bg: #fef2f2;--pill-lost-text: #991b1b;--pill-pending-bg: #fff7ed;--pill-pending-text: #9a3412;--pill-connected-bg: #f0fdf4;--slate-100: #f1f5f9;--slate-100-a95: rgba(241, 245, 249, .95);--slate-200: #e2e8f0;--slate-300: #cbd5e1;--slate-400: #94a3b8;--slate-400-a16: rgba(148, 163, 184, .16);--slate-400-a18: rgba(148, 163, 184, .18);--slate-400-a20: rgba(148, 163, 184, .2);--slate-400-a24: rgba(148, 163, 184, .24);--slate-400-a28: rgba(148, 163, 184, .28);--slate-400-a30: rgba(148, 163, 184, .3);--slate-400-a32: rgba(148, 163, 184, .32);--slate-400-a34: rgba(148, 163, 184, .34);--slate-400-a35: rgba(148, 163, 184, .35);--slate-400-a36: rgba(148, 163, 184, .36);--slate-400-a40: rgba(148, 163, 184, .4);--slate-400-a42: rgba(148, 163, 184, .42);--slate-400-a46: rgba(148, 163, 184, .46);--slate-400-a50: rgba(148, 163, 184, .5);--slate-400-a52: rgba(148, 163, 184, .52);--slate-50: #f8fafc;--slate-50-a88: rgba(248, 250, 252, .88);--slate-50-a96: rgba(248, 250, 252, .96);--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-700-a86: rgba(51, 65, 85, .86);--slate-700-a90: rgba(51, 65, 85, .9);--slate-700-a92: rgba(51, 65, 85, .92);--slate-800: #1e293b;--slate-800-a72: rgba(30, 41, 59, .72);--slate-800-a82: rgba(30, 41, 59, .82);--slate-800-a86: rgba(30, 41, 59, .86);--slate-800-a88: rgba(30, 41, 59, .88);--slate-800-a90: rgba(30, 41, 59, .9);--slate-800-a92: rgba(30, 41, 59, .92);--slate-800-a98: rgba(30, 41, 59, .98);--slate-900: #0f172a;--slate-900-a04: rgba(15, 23, 42, .04);--slate-900-a08: rgba(15, 23, 42, .08);--slate-900-a10: rgba(15, 23, 42, .1);--slate-900-a12: rgba(15, 23, 42, .12);--slate-900-a14: rgba(15, 23, 42, .14);--slate-900-a18: rgba(15, 23, 42, .18);--slate-900-a20: rgba(15, 23, 42, .2);--slate-900-a45: rgba(15, 23, 42, .45);--slate-900-a50: rgba(15, 23, 42, .5);--slate-900-a68: rgba(15, 23, 42, .68);--slate-900-a70: rgba(15, 23, 42, .7);--slate-900-a75: rgba(15, 23, 42, .75);--slate-900-a78: rgba(15, 23, 42, .78);--slate-900-a80: rgba(15, 23, 42, .8);--slate-900-a82: rgba(15, 23, 42, .82);--slate-900-a86: rgba(15, 23, 42, .86);--slate-900-a88: rgba(15, 23, 42, .88);--slate-900-a92: rgba(15, 23, 42, .92);--slate-900-a96: rgba(15, 23, 42, .96);--slate-950-a50: rgba(2, 6, 23, .5);--slate-950-a62: rgba(2, 6, 23, .62);--slate-950-a88: rgba(2, 6, 23, .88);--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-500: #6b7280;--gray-600: #4b5563;--gray-800: #1f2937;--gray-800-a84: rgba(31, 41, 55, .84);--red-100: #fee2e2;--red-100-a70: rgba(254, 226, 226, .7);--red-100-a72: rgba(254, 226, 226, .72);--red-100-a75: rgba(254, 226, 226, .75);--red-200: #fecaca;--red-300: #fca5a5;--red-400: #f87171;--red-400-a16: rgba(248, 113, 113, .16);--red-400-a18: rgba(248, 113, 113, .18);--red-400-a22: rgba(248, 113, 113, .22);--red-400-a45: rgba(248, 113, 113, .45);--red-400-a46: rgba(248, 113, 113, .46);--red-400-a60: rgba(248, 113, 113, .6);--red-50: #fef2f2;--red-50-a78: rgba(254, 242, 242, .78);--red-50-a80: rgba(254, 242, 242, .8);--red-50-a90: rgba(254, 242, 242, .9);--red-500: #ef4444;--red-500-a08: rgba(239, 68, 68, .08);--red-500-a10: rgba(239, 68, 68, .1);--red-500-a12: rgba(239, 68, 68, .12);--red-500-a14: rgba(239, 68, 68, .14);--red-500-a20: rgba(239, 68, 68, .2);--red-500-a24: rgba(239, 68, 68, .24);--red-500-a30: rgba(239, 68, 68, .3);--red-500-a32: rgba(239, 68, 68, .32);--red-500-a34: rgba(239, 68, 68, .34);--red-500-a40: rgba(239, 68, 68, .4);--red-600: #dc2626;--red-600-a25: rgba(220, 38, 38, .25);--red-600-a35: rgba(220, 38, 38, .35);--red-700: #b91c1c;--red-800: #991b1b;--red-900: #7f1d1d;--red-900-a32: rgba(127, 29, 29, .32);--red-900-a34: rgba(127, 29, 29, .34);--orange-100: #ffedd5;--orange-300: #fdba74;--orange-400-a18: rgba(251, 146, 60, .18);--orange-50: #fff7ed;--orange-50-a90: rgba(255, 247, 237, .9);--orange-50-a92: rgba(255, 247, 237, .92);--orange-50-a95: rgba(255, 247, 237, .95);--orange-50-a96: rgba(255, 247, 237, .96);--orange-500: #f97316;--orange-800: #9a3412;--amber-100-a95: rgba(254, 243, 199, .95);--amber-300: #fcd34d;--amber-400: #fbbf24;--amber-400-a48: rgba(251, 191, 36, .48);--amber-500: #f59e0b;--amber-500-a12: rgba(245, 158, 11, .12);--amber-500-a34: rgba(245, 158, 11, .34);--amber-500-a38: rgba(245, 158, 11, .38);--amber-600: #d97706;--amber-700: #b45309;--amber-700-a34: rgba(180, 83, 9, .34);--amber-700-a50: rgba(180, 83, 9, .5);--amber-800: #92400e;--amber-900-a38: rgba(120, 53, 15, .38);--yellow-500: #eab308;--green-100: #dcfce7;--green-300: #86efac;--green-400: #4ade80;--green-400-a16: rgba(74, 222, 128, .16);--green-400-a18: rgba(74, 222, 128, .18);--green-400-a22: rgba(74, 222, 128, .22);--green-400-a45: rgba(74, 222, 128, .45);--green-400-a46: rgba(74, 222, 128, .46);--green-50: #f0fdf4;--green-50-a70: rgba(240, 253, 244, .7);--green-500: #22c55e;--green-500-a08: rgba(34, 197, 94, .08);--green-500-a10: rgba(34, 197, 94, .1);--green-500-a14: rgba(34, 197, 94, .14);--green-500-a24: rgba(34, 197, 94, .24);--green-500-a35: rgba(34, 197, 94, .35);--green-600: #16a34a;--green-700: #15803d;--green-800: #166534;--emerald-300: #6ee7b7;--emerald-50-a78: rgba(236, 253, 245, .78);--emerald-50-a88: rgba(236, 253, 245, .88);--emerald-50-a90: rgba(236, 253, 245, .9);--emerald-50-a92: rgba(236, 253, 245, .92);--emerald-500-a28: rgba(16, 185, 129, .28);--emerald-500-a32: rgba(16, 185, 129, .32);--emerald-500-a34: rgba(16, 185, 129, .34);--emerald-600: #059669;--emerald-900-a36: rgba(6, 78, 59, .36);--teal-700: #0f766e;--teal-700-a10: rgba(15, 118, 110, .1);--cyan-600: #0891b2;--sky-100: #e0f2fe;--sky-200: #bae6fd;--sky-50: #f0f9ff;--sky-500: #0ea5e9;--blue-100: #dbeafe;--blue-300: #93c5fd;--blue-400: #60a5fa;--blue-400-a22: rgba(96, 165, 250, .22);--blue-400-a46: rgba(96, 165, 250, .46);--blue-400-a56: rgba(96, 165, 250, .56);--blue-50: #eff6ff;--blue-50-a92: rgba(239, 246, 255, .92);--blue-50-a95: rgba(239, 246, 255, .95);--blue-500: #3b82f6;--blue-500-a14: rgba(59, 130, 246, .14);--blue-500-a28: rgba(59, 130, 246, .28);--blue-500-a35: rgba(59, 130, 246, .35);--blue-600: #2563eb;--blue-700: #1d4ed8;--blue-700-a12: rgba(29, 78, 216, .12);--blue-700-a16: rgba(29, 78, 216, .16);--blue-700-a22: rgba(29, 78, 216, .22);--blue-700-a55: rgba(29, 78, 216, .55);--blue-900: #1e3a8a;--blue-900-a34: rgba(30, 58, 138, .34);--indigo-400: #5c6bc0;--violet-400: #a78bfa;--violet-500: #8b5cf6;--violet-600: #7c3aed;--purple-100: #f3e8ff;--pink-500: #ec4899;--rose-300: #fda4af;--rose-600: #e11d48;--white: #ffffff;--white-a04: rgba(255, 255, 255, .04);--white-a06: rgba(255, 255, 255, .06);--white-a08: rgba(255, 255, 255, .08);--white-a72: rgba(255, 255, 255, .72);--white-a80: rgba(255, 255, 255, .8);--white-a90: rgba(255, 255, 255, .9);--white-a96: rgba(255, 255, 255, .96);--shadow-04: rgba(0, 0, 0, .04);--shadow-05: rgba(0, 0, 0, .05);--shadow-06: rgba(0, 0, 0, .06);--shadow-08: rgba(0, 0, 0, .08);--shadow-10: rgba(0, 0, 0, .1);--shadow-12: rgba(0, 0, 0, .12);--shadow-16: rgba(0, 0, 0, .16);--shadow-20: rgba(0, 0, 0, .2);--shadow-30: rgba(0, 0, 0, .3);--shadow-40: rgba(0, 0, 0, .4);--primary-500: #2f6fe8;--primary-500-a16: rgba(47, 111, 232, .16);--primary-600: #1f57cb;--error-text: #b42318;--error-tint-a08: rgba(180, 35, 24, .08);--error-tint-a35: rgba(180, 35, 24, .35);--accent-rose: #e33d3d;--accent-rose-a14: rgba(227, 61, 61, .14);--accent-rose-a22: rgba(227, 61, 61, .22);--avatar-fallback-bg: #e03a3e;--border-neutral: #8f96a3;--border-hover-300: #aebdce;--border-hover-250: #b9c6d8;--border-hover-200: #cad5e2;--border-hover-190: #cdd7e3;--border-hover-170: #d4dbe5;--tint-cool-25: #f7fcff;--tint-cool-30: #f8fbff;--tint-cool-50: #eef2f7;--tint-cool-100: #dbe5f3;--tint-blue-100: #dceafe;--auth-input-bg: #eef3fb;--header-pill-bg: #e7eefc;--tint-green-100: #def7e7;--tint-violet-100: #ede9ff;--tint-amber-100: #fee2b7;--gray-light: #cccccc;--gray-pale: #eeeeee;--gray-pale-30: #f8f8f8;--gray-pale-50: #f0f0f0;--gray-pale-60: #f1f1f1;--notification-icon-cyan-a42: rgba(12, 74, 110, .42);--notification-icon-cyan-a44: rgba(56, 189, 248, .44);--bg-veil-blue-a01: rgba(18, 55, 105, .01);--panel-border-a85: rgba(216, 223, 235, .85);--badge-emerald-deep: #11603a}html.dark{--app-bg: #0d1626;--panel-bg: #121d30;--panel-border: #24334d;--text-main: #eef4ff;--text-muted: #9fb0c9;--brand: #4d8dff;--brand-strong: #7aa8ff;--danger: #ff8b8b;--shadow-soft: 0 18px 40px rgba(0, 0, 0, .32);--bg-card: #1e293b;--bg-elevated: #334155;--bg-input: #475569;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-faint: #64748b;--border-subtle: #334155;--status-green: #4ade80;--status-orange: #fbbf24;--status-red: #f87171;--pill-won-bg: rgba(74, 222, 128, .18);--pill-won-text: #86efac;--pill-lost-bg: rgba(248, 113, 113, .18);--pill-lost-text: #fca5a5;--pill-pending-bg: rgba(251, 146, 60, .18);--pill-pending-text: #fdba74;--pill-connected-bg: rgba(74, 222, 128, .18)}*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Segoe UI,sans-serif;background:linear-gradient(180deg,#f8fbff,#eef3fa);color:var(--text-main)}body{min-height:100vh;background:linear-gradient(180deg,#f8fbff,#eef3fa)}html.dark body{background:linear-gradient(180deg,#0f1a2e,#0a1220)}html.dark .auth-card{--text-main: #18212f;--text-muted: #61708a;--panel-border: #d8dfeb;--brand: #1d4ed8;--brand-strong: #163ea9;color:var(--text-main)}html.dark .auth-card .p-inputtext,html.dark .auth-card .p-password-input{color:#18212f;background:#eef3fb}html.dark .auth-card .p-inputtext::placeholder,html.dark .auth-card .p-password-input::placeholder{color:#61708a}html.dark .auth-card .p-password-toggle-mask-icon{color:#64748b}html.dark .p-datatable{background:var(--panel-bg);color:var(--text-main)}html.dark .p-datatable .p-datatable-header,html.dark .p-datatable .p-datatable-footer{background:var(--panel-bg);color:var(--text-main);border-color:var(--panel-border)}html.dark .p-datatable .p-datatable-thead>tr>th{background:color-mix(in srgb,var(--panel-bg) 84%,var(--slate-100) 16%);color:var(--text-muted);border-color:var(--panel-border)}html.dark .p-datatable .p-datatable-tbody>tr{background:var(--panel-bg);color:var(--text-main)}html.dark .p-datatable .p-datatable-tbody>tr>td{background:inherit;border-color:color-mix(in srgb,var(--panel-border) 72%,transparent)}html.dark .p-datatable.p-datatable-striped .p-datatable-tbody>tr.p-row-odd{background:color-mix(in srgb,var(--panel-bg) 88%,var(--slate-100) 12%)}html.dark .p-datatable .p-datatable-tbody>tr:hover,html.dark .p-datatable .p-datatable-tbody>tr:hover>td{background:color-mix(in srgb,var(--panel-bg) 76%,var(--slate-100) 24%)}html.dark .p-paginator{background:var(--panel-bg);color:var(--text-main);border-color:var(--panel-border)}html.dark .p-tabview,html.dark .p-tabview-panels,html.dark .p-tabview-panel{background:var(--panel-bg);color:var(--text-main)}html.dark .p-tabview .p-tabview-nav{background:var(--panel-bg);border-color:var(--panel-border)}html.dark .p-tabview .p-tabview-nav li .p-tabview-nav-link,html.dark .p-tabview .p-tabview-nav-link{background:transparent;color:var(--text-muted);border-color:var(--panel-border)}html.dark .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link,html.dark .p-tabview .p-tabview-nav-link.p-tabview-selected{background:var(--panel-bg);color:var(--text-main);border-color:var(--brand)}html.dark .p-tabview .p-tabview-nav li:not(.p-disabled):not(.p-highlight) .p-tabview-nav-link:hover{background:color-mix(in srgb,var(--panel-bg) 76%,var(--slate-100) 24%);color:var(--text-main)}html.dark .p-tabs,html.dark .p-tabpanels,html.dark .p-tabpanel{background:var(--panel-bg);color:var(--text-main)}html.dark .p-tablist,html.dark .p-tablist-tab-list,html.dark .p-tablist-content{background:var(--panel-bg);border-color:var(--panel-border)}html.dark .p-tab{background:transparent;color:var(--text-muted);border-color:var(--panel-border)}html.dark .p-tab.p-tab-active,html.dark .p-tab[data-p-active=true]{background:var(--panel-bg);color:var(--text-main);border-color:var(--brand)}html.dark .p-tab:not(.p-disabled):not(.p-tab-active):hover{background:color-mix(in srgb,var(--panel-bg) 76%,var(--slate-100) 24%);color:var(--text-main)}html.dark .p-tablist-active-bar{background:var(--brand)}button,input{font:inherit}a{color:inherit;text-decoration:none}@media (max-width: 768px){:root{--content-width: calc(100vw - 2rem) ;--content-height: calc(100dvh - 6rem) ;--editor-height: calc(var(--content-height) - 2rem)}[class*=min-w-]{min-width:0!important}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{opacity:.5}to{opacity:1}}
