:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */@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-space-y-reverse:0;--tw-border-style:solid;--tw-font-weight: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}}}@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-blue-600:oklch(54.6% .245 262.881);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-white:#fff;--spacing:.25rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--font-weight-medium:500;--font-weight-semibold:600;--radius-md:.375rem;--radius-lg:.5rem;--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{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;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{vertical-align:baseline;font-size:75%;line-height:0;position:relative}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{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}: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)){::placeholder{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{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-5{margin-bottom:calc(var(--spacing)*5)}.ml-2{margin-left:calc(var(--spacing)*2)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.w-full{width:100%}.max-w-\[160px\]{max-width:160px}.max-w-\[200px\]{max-width:200px}.max-w-full{max-width:100%}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.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-2\.5{gap:calc(var(--spacing)*2.5)}.gap-4{gap:calc(var(--spacing)*4)}:where(.space-y-3>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*3)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*3)*calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.border{border-style:var(--tw-border-style);border-width:1px}.border-gray-200{border-color:var(--color-gray-200)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-gray-700{background-color:var(--color-gray-700)}.bg-white{background-color:var(--color-white)}.p-4{padding:calc(var(--spacing)*4)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-4{padding-inline:calc(var(--spacing)*4)}.py-2{padding-block:calc(var(--spacing)*2)}.py-3{padding-block:calc(var(--spacing)*3)}.py-4{padding-block:calc(var(--spacing)*4)}.text-center{text-align:center}.text-left{text-align:left}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--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)}.text-gray-200{color:var(--color-gray-200)}.text-gray-300{color:var(--color-gray-300)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-white{color:var(--color-white)}.opacity-40{opacity:.4}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a),0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-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))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}@media(hover:hover){.hover\:bg-gray-50:hover{background-color:var(--color-gray-50)}.hover\:bg-gray-600:hover{background-color:var(--color-gray-600)}}@media(min-width:40rem){.sm\:justify-end{justify-content:flex-end}.sm\:gap-3{gap:calc(var(--spacing)*3)}:where(.sm\:space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}.sm\:px-0{padding-inline:calc(var(--spacing)*0)}.sm\:px-3{padding-inline:calc(var(--spacing)*3)}.sm\:px-4{padding-inline:calc(var(--spacing)*4)}.sm\:text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.sm\:text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}}@media(min-width:48rem){.md\:block{display:block}.md\:hidden{display:none}.md\:px-6{padding-inline:calc(var(--spacing)*6)}}@media(min-width:64rem){.lg\:table-cell{display:table-cell}}}:root{--bg-white-tech:#f7f7f7;--text-page:#fff;--field-select:#f7f7f7;--bg-field-input-color:#3e78e3;--text-black-color:#000;--border-color:#d3cfcf;--gray-color:#7d7d7a;--bg-blue-tech:#443ee3;--blue-tech-hover:#292588;--green-save-form:#04914b;--bg-page-update-form:#3e78e3;--red-900:#f43e48;--bg-item-list-forms:#f7f7f7;--bg-item-list-forms-hover:#e3e3e3;--bg-row-item-list-forms-text-value:#000;--bg-row-item-list-forms-text-value-hover:#000;--bg-row-item-list-forms-text-label:#443ee3;--bg-text-area-create-form-payload:#c5cad4;--bg-hover-item-list-forms:#e3e3e3;--bg-hover-button-copy-id-form:#a19f9f;--bg-hover-button-open-form:#a19f9f;--bg-hover-form-status:#a19f9f;--bg-green-800:#1eb11e;--bg-yellow-800:#660}.bg-page{background-color:var(--bg-white-tech);flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:100vh;display:flex}.login-page{overscroll-behavior:none;box-sizing:border-box;background:#fff;flex-direction:column;align-items:stretch;width:100%;height:100dvh;min-height:100dvh;max-height:100dvh;padding:0;display:flex;position:relative;overflow:hidden}.bg-page.login-page{justify-content:flex-start;align-items:stretch;height:100dvh;min-height:100dvh;max-height:100dvh}.login-bg-shape{filter:blur(40px);opacity:.45;pointer-events:none;border-radius:999px;position:absolute}.login-bg-shape.shape-one{background:#4f46e540;width:320px;height:320px;top:-80px;left:-40px}.login-bg-shape.shape-two{background:#6366f12e;width:420px;height:420px;bottom:-120px;right:-60px}.login-bg-shape.shape-three{background:#0ea5e929;width:260px;height:260px;top:10%;right:18%}.login-layout{z-index:1;flex:1 1 0;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:0;width:100%;max-width:none;height:100%;min-height:0;max-height:100%;margin:0;display:grid;position:relative;overflow:hidden}.login-layout>.login-hero,.login-layout>.login-form-panel{min-height:0;max-height:100%;overflow:hidden}.login-form-panel{box-sizing:border-box;background:#fff;justify-content:center;align-items:center;min-height:0;padding:1rem 1.25rem;display:flex}.login-hero{color:#111827;text-align:center;background:#fafafa;border-right:1px solid #f1f5f9;flex-direction:column;justify-content:center;align-items:center;gap:.65rem;padding:1rem 1.25rem;display:flex}.login-hero-logo{filter:drop-shadow(0 8px 14px #0f172a1f);width:min(168px,36vw);height:auto}.login-hero-brand{flex-direction:column;align-items:center;gap:.45rem;display:flex}.login-hero-text h1{color:#1f2937;letter-spacing:-.02em;margin-bottom:.5rem;font-size:clamp(2.1rem,3.4vw,2.75rem);font-weight:700;line-height:1.25}.login-hero-text p{color:#64748b;max-width:480px;font-size:.98rem}.login-hero-text{max-width:540px}.login-hero-divider{background:linear-gradient(90deg,#4f46e5,#a78bfa);border-radius:999px;width:120px;height:2px}.login-hero-tagline{color:#6b7280;max-width:520px;margin:0;font-size:.88rem;font-weight:500;line-height:1.35}.login-hero-caption{color:#94a3b8;font-size:.95rem}.login-hero-features{color:#374151;gap:.5rem;margin-top:1rem;font-size:.95rem;display:grid}.login-hero-features li{padding-left:1.4rem;position:relative}.login-hero-features li:before{content:"";background:linear-gradient(135deg,#4f46e5,#22d3ee);border-radius:999px;width:.55rem;height:.55rem;position:absolute;top:.45rem;left:0;box-shadow:0 4px 8px #4f46e540}.login-card{box-sizing:border-box;background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;flex-shrink:1;align-self:center;gap:.62rem;width:100%;max-width:400px;max-height:100%;margin:0 auto;padding:.85rem 1.1rem;display:flex;overflow:hidden;box-shadow:0 12px 36px #00000040}.login-card-logo{width:32px;height:auto;margin:0 auto}.login-card-header{text-align:center;flex-direction:column;gap:.28rem;display:flex}.login-card-header h2{color:#111827;margin:0;font-size:1.05rem;font-weight:700;line-height:1.2}.login-card-header span{color:#9ca3af;font-size:.72rem;line-height:1.25}.login-field{flex-direction:column;gap:.35rem;display:flex}.login-field label{text-transform:uppercase;letter-spacing:.06em;color:#6b7280;font-size:.62rem;font-weight:700;line-height:1.2}.login-required{color:#ef4444}.login-input{color:#111827;box-sizing:border-box;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;outline:none;height:36px;padding:0 10px;font-size:.875rem}.login-input:focus{border-color:#8b5cf6;box-shadow:0 0 0 2px #8b5cf61f}.login-divider{background:linear-gradient(90deg,#e2e8f000,#94a3b899,#e2e8f000);width:100%;height:1px;margin:.25rem 0 .1rem}.login-switch-row{color:#6b7280;justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.login-switch{cursor:pointer;background-color:#e5e7eb;border-radius:999px;justify-content:flex-start;align-items:center;width:42px;height:22px;padding:3px;transition:all .2s;display:flex}.login-switch.is-active{background-color:var(--bg-blue-tech);justify-content:flex-end}.login-switch.is-disabled{opacity:.6;cursor:not-allowed}.login-switch-thumb{background:#fff;border-radius:50%;width:16px;height:16px;box-shadow:0 2px 6px #0f172a26}.bg-field-input-color{background-color:var(--bg-field-input-color)}.bg-text-field-select{color:var(--text-black-color)}.bg-button-login{background:var(--bg-blue-tech);width:100%;height:48px;color:var(--text-page);cursor:pointer;border:0;border-radius:10px;margin-top:.25rem;padding-right:8px;transition:transform .2s,box-shadow .2s;margin-bottom:.5rem!important}.bg-button-login:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 18px #3b82f633}.bg-button-login:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.login-google-row{flex-direction:column;align-items:center;gap:.38rem;margin-top:.28rem;display:flex}.login-google-row .login-divider{margin:.22rem 0}.login-google-btn{color:#3c4043;cursor:pointer;background:#fff;border:1px solid #dadce0;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:100%;height:40px;font-size:.95rem;font-weight:500;transition:background .2s,box-shadow .2s;display:inline-flex}.login-google-btn:hover:not(:disabled){background:#f8f9fa;box-shadow:0 2px 6px #0000000f}.login-google-btn:disabled{opacity:.7;cursor:not-allowed}.login-google-container{justify-content:center;align-items:center;min-height:36px;max-height:48px;display:flex}.login-google-container iframe{margin:0 auto}.login-google-loading{text-align:center;color:#64748b;margin-bottom:.22rem;font-size:.72rem;line-height:1.2;display:block}.metrics-page{width:100%;max-width:1200px;margin:0 auto;padding:1.5rem 1rem 2rem}.metrics-header{margin-bottom:2rem}.metrics-title{color:#1e293b;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.metrics-title-icon{color:#8b5cf6}.metrics-subtitle{color:#64748b;margin-top:.5rem;font-size:.9rem}.metrics-loading,.metrics-error{border-radius:10px;align-items:center;gap:.5rem;padding:1rem;display:flex}.metrics-loading{color:#64748b}.metrics-error{color:#b91c1c;background:#fef2f2}.metrics-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:1.5rem;padding:1.25rem 1.5rem}.metrics-section-title{color:#334155;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:600;display:flex}.metrics-section-title svg{color:#8b5cf6}.metrics-section-desc{color:#64748b;margin-bottom:1rem;font-size:.85rem}.metrics-empty{color:#94a3b8;padding:.5rem 0;font-size:.9rem}.metrics-chart-list{margin:0;padding:0;list-style:none}.metrics-chart-row{margin-bottom:.75rem}.metrics-chart-label{justify-content:space-between;margin-bottom:.25rem;font-size:.85rem;display:flex}.metrics-chart-name{color:#334155;font-weight:500}.metrics-chart-count{color:#64748b}.metrics-chart-bar-wrap{background:#e2e8f0;border-radius:4px;height:8px;overflow:hidden}.metrics-chart-bar{background:linear-gradient(90deg,#8b5cf6,#a78bfa);border-radius:4px;min-width:4px;height:100%;transition:width .3s}.metrics-filters{box-sizing:border-box;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-wrap:wrap;align-items:flex-end;gap:1rem;width:100%;margin-bottom:1rem;padding:.75rem 1rem;display:flex}.metrics-filter-group{flex-direction:column;flex:1;gap:.35rem;min-width:140px;max-width:100%;display:flex}.metrics-filter-group label{color:#475569;font-size:.8rem;font-weight:600}.metrics-filter-input{background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.5rem .75rem;font-size:.9rem;transition:border-color .2s}.metrics-filter-input:focus{border-color:#7c3aed;outline:none;box-shadow:0 0 0 2px #7c3aed26}.metrics-filter-input::placeholder{color:#94a3b8}.metrics-filter-actions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.metrics-btn-filter{color:#fff;cursor:pointer;background:#7c3aed;border:none;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:background .2s;display:inline-flex}.metrics-btn-filter:hover{background:#6d28d9}.metrics-btn-clear-filters{color:#64748b;cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:background .2s,border-color .2s;display:inline-flex}.metrics-btn-clear-filters:hover{background:#f1f5f9;border-color:#94a3b8}.metrics-table-wrap{overflow-x:auto}.metrics-table{border-collapse:collapse;width:100%;font-size:.9rem}.metrics-table th,.metrics-table td{text-align:center;border-bottom:1px solid #e2e8f0;padding:.6rem .75rem}.metrics-table th{color:#475569;background:#f8fafc;font-weight:600}.metrics-table td{color:#334155}.metrics-table-id{font-family:ui-monospace,monospace;font-size:.85rem}.metrics-btn-payload{color:#5b21b6;cursor:pointer;background:#f5f3ff;border:1px solid #c4b5fd;border-radius:8px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.85rem;font-weight:500;transition:background .2s,color .2s;display:inline-flex}.metrics-btn-payload:hover{color:#4c1d95;background:#ede9fe}.metrics-pagination{border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1rem;padding:.75rem 0;display:flex}.metrics-pagination-info{color:#64748b;font-size:.875rem}.metrics-pagination-buttons{align-items:center;gap:.75rem;display:flex}.metrics-pagination-page{color:#475569;font-size:.875rem}.metrics-pagination-btn{color:#5b21b6;cursor:pointer;background:#f5f3ff;border:1px solid #c4b5fd;border-radius:8px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;padding:0;font-size:.9rem;transition:background .2s,color .2s;display:inline-flex}.metrics-pagination-btn:hover:not(:disabled){color:#4c1d95;background:#ede9fe}.metrics-pagination-btn:disabled{opacity:.5;cursor:not-allowed}.metrics-modal-overlay{z-index:1000;background:#0f172a80;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;right:0;bottom:0;left:0}.metrics-modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:900px;max-height:90vh;display:flex;box-shadow:0 25px 50px -12px #00000040}.metrics-modal-header{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.metrics-modal-header h3{color:#1e293b;margin:0;font-size:1.1rem;font-weight:600}.metrics-modal-close{color:#64748b;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:.5rem;transition:color .2s,background .2s}.metrics-modal-close:hover{color:#1e293b;background:#f1f5f9}.metrics-modal-tabs{border-bottom:1px solid #e2e8f0;gap:.25rem;padding:.75rem 1.25rem 0;display:flex}.metrics-modal-tabs button{color:#64748b;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-1px;padding:.5rem 1rem;font-size:.9rem;font-weight:500;transition:color .2s}.metrics-modal-tabs button:hover{color:#334155}.metrics-modal-tabs button.is-active{color:#8b5cf6;border-bottom-color:#8b5cf6}.metrics-modal-body{flex:1;min-height:200px;padding:1rem 1.25rem 1.25rem;overflow:auto}.metrics-modal-editor{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.metrics-payload-highlight{background-color:#f59e0b59;border-radius:2px}.metrics-modal-copy-bar{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:flex-end;padding:.5rem .75rem;display:flex}.metrics-btn-copy{color:#5b21b6;cursor:pointer;background:#f5f3ff;border:1px solid #c4b5fd;border-radius:6px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.85rem;font-weight:500;transition:background .2s,color .2s;display:inline-flex}.metrics-btn-copy:hover{color:#4c1d95;background:#ede9fe}.metrics-modal-fields{border:1px solid #e2e8f0;border-radius:8px;max-height:400px;overflow:auto}.metrics-modified-list{margin:0;padding:0;list-style:none}.metrics-modified-item{border-bottom:1px solid #f1f5f9;padding:.4rem .5rem;font-size:.85rem}.metrics-modified-item code{background:#f1f5f9;border-radius:4px;padding:.15rem .4rem;font-family:ui-monospace,monospace;font-size:.8rem}.metrics-modified-descriptions{flex-direction:column;gap:.5rem;display:flex}.metrics-modified-descriptions .metrics-modified-item{border-left:3px solid #0000;border-radius:8px;align-items:flex-start;gap:.5rem;padding:.5rem .75rem;display:flex}.metrics-modified-type-added{background:#ecfdf5;border-left-color:#10b981}.metrics-modified-type-removed{background:#fef2f2;border-left-color:#ef4444}.metrics-modified-type-changed{background:#fffbeb;border-left-color:#f59e0b}.metrics-modified-badge{text-transform:uppercase;border-radius:4px;flex-shrink:0;padding:.2rem .45rem;font-size:.7rem;font-weight:600}.metrics-modified-type-added .metrics-modified-badge{color:#fff;background:#10b981}.metrics-modified-type-removed .metrics-modified-badge{color:#fff;background:#ef4444}.metrics-modified-type-changed .metrics-modified-badge{color:#fff;background:#f59e0b}.metrics-modified-desc{color:#334155;font-size:.875rem;line-height:1.4}.login-card-footer{text-align:center;color:#9ca3af;flex-direction:column;gap:.25rem;margin-top:.28rem;font-size:.62rem;line-height:1.25;display:flex}.login-card-footer strong{color:#8b5cf6;cursor:pointer;font-weight:700}@media(max-width:900px){.login-layout{grid-template-columns:unset;flex-direction:column;gap:0;display:flex}.login-layout>.login-hero{flex:none;max-height:none}.login-layout>.login-form-panel{flex:1 1 0;max-height:none}.login-hero{text-align:center;border-bottom:1px solid #f1f5f9;border-right:0;justify-content:center;align-items:center;gap:.35rem;padding:.55rem .75rem .6rem}.login-hero-logo{width:min(140px,42vw)}.login-hero-tagline{max-width:36rem;margin:0 auto;padding:0 .25rem;font-size:.78rem;line-height:1.3}.login-form-panel{padding:.35rem max(.65rem,env(safe-area-inset-right))max(.35rem,env(safe-area-inset-bottom))max(.65rem,env(safe-area-inset-left));background:#fafafa;justify-content:center;align-items:center}.login-card{border-radius:12px;align-self:center;gap:.55rem;width:100%;max-width:100%;margin:0;padding:.65rem .75rem;box-shadow:0 6px 20px #0f172a1a}.login-card-header h2{font-size:clamp(1rem,3.8vw,1.12rem)}.login-input,select.login-input{font-size:16px}.login-card .react-select__control{min-height:38px!important;font-size:16px!important}.login-google-btn{text-align:center;flex-wrap:wrap;gap:.25rem;height:auto;min-height:40px;padding:0 .45rem;font-size:.8rem;line-height:1.2}.login-google-container{width:100%;min-height:38px;max-height:48px}.login-card-footer{padding:0 .1rem;font-size:.58rem}}@media(max-width:480px){.login-hero{gap:.25rem;padding:.45rem .6rem .5rem}.login-hero-logo{width:min(120px,48vw)}.login-hero-tagline{font-size:.72rem}.login-form-panel{padding-left:max(.5rem,env(safe-area-inset-left));padding-right:max(.5rem,env(safe-area-inset-right))}.login-card{gap:.48rem;padding:.55rem .65rem}.login-card-logo{width:28px}.login-field label{font-size:.58rem}}@media(max-height:640px){.login-page .login-hero-tagline{display:none}.login-page .login-hero{gap:.25rem;padding-top:.35rem;padding-bottom:.35rem}.login-page .login-hero-logo{width:min(120px,32vw)}}@media(max-height:560px){.login-page .login-card-logo,.login-page .login-card-header span{display:none}}.bg-header{background-color:var(--bg-page);color:var(--text-black-color)}.bg-button-logout,.bg-button-clients,.bg-button-users{color:var(--text-black-color);cursor:pointer;border:0;border-radius:.5rem;padding:8px 12px;transition:filter .2s}.bg-button-search{background-color:var(--bg-blue-tech);color:var(--bg-white-tech);cursor:pointer;border:0;border-radius:.5rem 0 0 .5rem;padding:8px 12px}.bg-input-search{color:var(--bg-white-tech);background-color:#0000;border:0;outline:none;width:100%;height:3rem;margin-left:.5rem}.bg-input-search::placeholder{color:var(--bg-white-tech)}.bg-list-forms-item{border:1px solid var(--border-color);cursor:pointer;width:100%;color:var(--text-black-color);border-radius:.5rem;justify-content:space-between;align-items:center;padding:1rem;transition:all .2s ease-in-out}.row-item-list-forms{text-align:left;border-bottom:1px solid var(--border-color);padding:.5rem}.row-item-list-forms:last-child{border-bottom:none}.infoPage{justify-content:center;align-items:center;width:100%;padding:5px;display:flex}.spinnerContainer{color:#1a1d26;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.bg-page-update-form{color:var(--text-black-color);background-color:#0000;border:0;border-radius:0;padding:1rem}.form-page-shell{flex-direction:column;gap:1.5rem;width:100%;max-width:1400px;margin:0 auto;padding-top:.5rem;display:flex}.payload-page .form-page-shell,.payload-page--skills .form-page-shell{margin-top:0;padding-top:.25rem}.form-page .form-page-shell{margin-top:0;padding-top:.5rem}.form-config-card,.form-structure-card{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1rem 1.25rem;box-shadow:0 10px 24px #0f172a0f}.form-structure-card-header{border-bottom:1px solid #eef2f7;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:.75rem;display:flex}.form-structure-flow-badge{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:1px solid #bae6fd;border-radius:999px;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.8rem;display:inline-flex}.form-structure-flow-badge .form-structure-flow-name{color:#0369a1;font-weight:600}.form-structure-flow-badge .bg-button-copy-id-form{color:#0284c7;background:#fff;border:1px solid #bae6fd;border-radius:.5rem;padding:.2rem .4rem;transition:background .15s,color .15s}.form-structure-flow-badge .bg-button-copy-id-form:hover{color:#0369a1;background:#e0f2fe}.form-card-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;padding-bottom:.75rem;display:flex}.form-card-header-left{align-items:center;gap:.75rem;display:flex}.form-card-icon{color:#4f46e5;background:#eef2ff;border-radius:.75rem;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.form-card-badge{color:#4f46e5;background:#eef2ff;border:1px solid #c7d2fe;border-radius:999px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.form-card-title{color:#111827;font-size:1.05rem;font-weight:600}.form-card-subtitle{color:#6b7280;margin-top:.2rem;font-size:.85rem}.form-card-body{padding-top:.75rem}.form-payload-card{background:#fff;border:0;border-radius:1rem;padding:1rem 1.25rem;box-shadow:0 10px 24px #0f172a0f}.payload-page .form-config-card,.payload-page .form-payload-card{border:0}.form-payload-header{border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:flex-start;gap:1rem;padding-bottom:.75rem;display:flex}.form-payload-body{padding-top:.75rem}.form-payload-editor{border-radius:.75rem;overflow:hidden;box-shadow:0 10px 24px #0f172a0f}.form-payload-actions{justify-content:flex-end;margin-top:.75rem;display:flex}.form-payload-actions.is-start{justify-content:flex-start;gap:.75rem}.bg-base-field{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;flex-direction:column;margin-bottom:1rem;padding:1rem;display:flex;box-shadow:0 10px 24px #0f172a0f}.plan-page-body{flex-direction:column;gap:1rem;width:100%;display:flex}.plan-page-select-shell,.plan-page-select-shell .plan-select__container{width:100%}.plan-page-select-shell .header-fields-item-input{box-sizing:border-box;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;width:100%;height:auto;min-height:2.5rem;margin-left:0;padding:.5rem .75rem}.plan-page-select-shell .plan-select__control{border-color:#e2e8f0;border-radius:.5rem;min-height:42px}.plan-page-select-shell .plan-select__menu{z-index:20}.plan-select-root{width:100%}.plan-selected-id{color:#0f172a;word-break:break-all;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem}.plan-selected-meta{color:#64748b;font-size:.8rem}.plan-selected-ids{box-sizing:border-box;color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;width:100%;min-height:3.5rem;max-height:200px;padding:.75rem 1rem;font-size:.85rem;line-height:1.5;overflow-y:auto}.plan-selected-ids ul{margin:0;padding-left:1.35rem}.plan-selected-ids li{word-break:break-word;margin-bottom:.35rem}.plan-selected-ids-empty{color:#94a3b8;margin:0;font-style:italic}.plan-page-actions{justify-content:flex-start;width:100%;display:flex}.infos-form-header{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:100%;margin-bottom:.75rem;display:grid}@media(min-width:1024px){.infos-form-header{grid-template-columns:repeat(4,minmax(0,1fr))}}.form-info-row{flex-direction:column;gap:.5rem;width:100%;display:flex}.form-info-label{letter-spacing:.08em;text-transform:uppercase;color:#6b7280;font-size:.7rem;font-weight:700}.header-fields-item{background-color:#f8fafcb3;border:1px solid #e2e8f0;border-radius:.5rem;flex-direction:row;display:flex}.header-fields-item-label{color:#4b5563;background-color:#0000;border-radius:.5rem 0 0 .5rem;flex-direction:row;align-items:center;width:15%;height:3rem;padding:.5rem;font-weight:700;display:flex}.bg-button-copy-id-form{background-color:var(--bg-blue-tech);color:var(--bg-white-tech);cursor:pointer;border:0;border-radius:.5rem;padding:.5rem;transition:filter .2s}.bg-button-copy-id-form:hover{background-color:var(--blue-tech-hover);color:var(--text-page)}.header-fields-item-input{color:#111827;background-color:#0000;border:0;outline:none;flex-direction:row;flex:1;justify-content:center;align-items:center;width:100%;height:2.25rem;margin-left:.6rem;font-size:.9rem;display:flex}.header-fields-item-input::placeholder{color:#9ca3af}.form-actions-bar{z-index:20;background:#fff;border:1px solid #e2e8f0;border-radius:.9rem;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .85rem;display:flex;position:sticky;top:84px;box-shadow:0 10px 24px #0f172a0f}.form-actions-left,.form-actions-right{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.form-actions-divider{background:#e2e8f0;width:1px;height:24px;display:inline-block}.form-actions-select{min-width:130px;position:relative}.form-actions-select-icon{color:#6b7280;z-index:2;font-size:.8rem;position:absolute;top:50%;left:10px;transform:translateY(-50%)}.form-actions-react-select .react-select__control{box-shadow:none;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;min-height:36px}.form-actions-react-select .react-select__control--is-focused{border-color:#2074fa;box-shadow:0 0 0 2px #2074fa33}.form-actions-react-select .react-select__single-value,.form-actions-react-select .react-select__placeholder{color:#475569;font-size:.85rem}.form-actions-react-select .react-select__indicator-separator{display:none}.header-buttons{cursor:pointer;color:#4f46e5;background-color:#fff;border:1px solid #c7d2fe;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;height:2.25rem;padding:0 .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.header-buttons:hover{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.button-save-form{cursor:pointer;color:#fff;background-color:#16a34a;border:0;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;height:2.25rem;padding:0 .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.button-save-form[disabled]{cursor:not-allowed}.button-save-form[disabled] svg{animation:2s infinite animate}.button-save-form:hover{background:#15803d}.button-form-text{font-weight:500}.button-form-icon{font-size:.9rem}.button-publish-form{cursor:pointer;color:#fff;background-color:#2563eb;border:0;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;height:2.25rem;padding:0 .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.button-publish-form[disabled]{cursor:not-allowed}.button-publish-form[disabled] svg{animation:2s infinite animate}.button-publish-form:hover{background-color:#1d4ed8}.button-ticket{cursor:pointer;color:#fff;background-color:#4f46e5;border:0;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;height:2.25rem;padding:0 .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:inline-flex}.button-ticket:hover{background-color:#4338ca}.button-form-disabled{opacity:.55;cursor:not-allowed}.button-form-disabled:hover{background-color:inherit;color:inherit}.bg-form-content{background:#fff;border:1px solid #e5e7eb;border-radius:1rem;flex-direction:column;width:100%;padding:.5rem;display:flex;box-shadow:0 10px 24px #0f172a0f}.bg-form-content::placeholder{color:var(--bg-white-tech)}.bg-form-page-content{color:#111827;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;align-items:center;gap:.1rem;width:100%;height:4rem;padding:.4rem .6rem;display:flex}.bg-form-page-content::placeholder{color:#9ca3af}.form-structure-page{color:#111827;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.85rem;align-items:center;gap:.75rem;padding:.75rem;display:flex}.form-page-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;margin-top:.5rem;padding:.75rem}.form-page-section-header{justify-content:space-between;align-items:center;margin-bottom:.6rem;display:flex}.form-page-section-label{letter-spacing:.08em;text-transform:uppercase;color:#6366f1;font-size:.75rem;font-weight:700}.form-page-section-helper{color:#64748b;margin-top:.1rem;font-size:.8rem}.form-page-section-body{flex-direction:column;gap:.6rem;margin-top:.6rem;display:flex}.form-structure-page-icon{color:#f59e0b;background:#fef3c7;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.form-structure-page-inputs{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.form-structure-toggle{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:inline-flex}.form-structure-toggle:hover{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.bg-form-groups-content{color:#111827;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;align-items:center;gap:.1rem;width:100%;height:4rem;margin-top:.1rem;padding:.4rem .6rem;display:flex}.bg-form-groups-content::placeholder{color:var(--bg-white-tech)}.form-group-card{background:#fff;border:1px solid #e2e8f0;border-radius:.9rem;margin-top:.75rem;overflow:hidden;box-shadow:0 10px 24px #0f172a0f}.form-group-card.is-new{background:#fff7ed;border-color:#f59e0b}.form-group-card.is-new .form-group-header{background:#fff7ed}.form-group-header{background:#f8fafc;border-bottom:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem;display:flex}.form-group-header-left{flex:1;align-items:center;gap:.75rem;display:flex}.form-group-icon{color:#4f46e5;background:#eef2ff;border-radius:.75rem;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.form-group-inputs{flex:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.form-group-actions{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.form-group-dup{color:#4338ca;background:#eef2ff;border:1px solid #c7d2fe;border-radius:.6rem;align-items:center;gap:.25rem;height:32px;padding:0 .4rem;display:inline-flex}.form-group-dup input{text-align:center;color:#1f2937;background:#fff;border:0;border-radius:.45rem;outline:none;width:38px;height:22px;font-size:.8rem}.form-group-dup span{font-size:.7rem;font-weight:600}.form-group-body{padding:.5rem .75rem .75rem}.bg-form-fields-content{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;width:100%;height:2.25rem;padding:0 .65rem;font-size:.85rem;display:flex}.bg-form-fields-content::placeholder{color:#94a3b8}.form-page .header-fields-item-input:focus,.form-page .bg-form-fields-content:focus,.form-page textarea:focus,.payload-page .header-fields-item-input:focus,.payload-page .bg-form-fields-content:focus,.payload-page textarea:focus{background-color:#fff;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633}.form-page input::selection{color:#1e3a8a;background:#bfdbfe}.form-page textarea::selection{color:#1e3a8a;background:#bfdbfe}.payload-page input::selection{color:#1e3a8a;background:#bfdbfe}.payload-page textarea::selection{color:#1e3a8a;background:#bfdbfe}.form-field-row{background:#fff;border:1px solid #e2e8f0;border-radius:.85rem;grid-template-columns:20px 44px minmax(0,1fr) auto;align-items:center;gap:.75rem;margin-top:.6rem;padding:.75rem;display:grid}.form-field-row.is-new{background:#fff7ed;border-color:#f59e0b}.form-field-drag{color:#cbd5f5;cursor:grab;justify-content:center;align-items:center;width:20px;height:36px;display:inline-flex}.form-field-drag svg{font-size:.85rem}.form-field-icon{background:#fff;border:1px solid #e2e8f0;border-radius:.65rem;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;box-shadow:0 4px 10px #0f172a14}.form-field-inputs{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;display:grid}.form-field-input{flex-direction:column;gap:.35rem;display:flex}.form-field-label{letter-spacing:.08em;text-transform:uppercase;color:#94a3b8;font-size:.65rem;font-weight:700}.form-field-actions{align-items:flex-end;gap:.4rem;display:flex}.form-field-flag{color:#64748b;grid-template-rows:12px 16px;place-items:center;row-gap:.15rem;width:24px;height:32px;font-size:.7rem;display:grid}.form-field-checkbox{width:.9rem;height:.9rem;margin:0}.form-field-flag span{justify-content:center;align-items:center;line-height:1;display:inline-flex}.form-field-actions .header-buttons-fields,.form-field-actions .header-buttons-fields-remove{align-self:center;margin:0;line-height:1}.header-buttons-fields svg,.header-buttons-fields-remove svg{display:block}.header-buttons-fields{color:#64748b;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:inline-flex}.header-buttons-fields-remove{color:#ef4444;cursor:pointer;background:#fee2e2;border:1px solid #fecaca;border-radius:.5rem;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:inline-flex}.header-buttons-fields:hover,.header-buttons-fields-remove:hover{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.header-buttons-fields-remove:hover{color:#ef4444;background:#fee2e2;border-color:#fecaca}.fa-icon-group-content{color:var(--white);margin-left:.3rem;margin-right:.3rem;font-size:1.5rem;transition:color .2s}.fa-icon-group-content :focus{outline:none}.content-container-section{box-sizing:border-box;background:#f7f8fa;width:100%;min-height:calc(100vh - 1px);padding:1.5rem 1.5rem 2rem}.textArea-create-form-payload{border:1px solid var(--white);white-space:pre;background-color:var(--bg-text-area-create-form-payload);border-radius:4px;width:100%;height:550px;padding:.5rem;font-family:Courier New,Courier,monospace;font-size:16px;font-weight:700;line-height:1.5;overflow:auto}.textArea-create-form-payload ::placeholder{color:var(--text-black-color);justify-content:center}.textArea-errors{border-color:var(--dark-500);white-space:pre;width:100%;min-height:400px;color:var(--red-100);resize:none;background-color:#0000;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:16px;line-height:1.5}.bg-page-create-form-payload{border:1px solid var(--border-color);background-color:var(--bg-white-tech);border-radius:.5rem;width:100%;padding:1rem}.payload-page.bg-page-create-form-payload{background-color:#0000;border:0;border-radius:0}.bg-page-tabulation{border:1px solid var(--border-color);background-color:var(--bg-white-tech);border-radius:.5rem;width:100%;padding:1rem}.payload-page.bg-page-tabulation{background-color:#0000;border:0;border-radius:0}.bg-modal{z-index:1000;box-sizing:border-box;background:#0f172a73;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:flex;position:fixed;top:0;left:0}.modal-content{text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;width:100%;max-width:480px;max-height:90vh;padding:0;overflow:auto;box-shadow:0 20px 40px #00000026}.modal-content.modal-content-wide{max-width:min(720px,96vw)}.create-protocol-payload-preview{color:#e2e8f0;white-space:pre-wrap;word-break:break-word;background:#0f172a;border-radius:.5rem;max-height:240px;margin:0;padding:.75rem;font-size:.75rem;line-height:1.45;overflow:auto}textarea.create-protocol-payload-editor{box-sizing:border-box;resize:vertical;border:1px solid #334155;width:100%;min-height:220px;max-height:min(50vh,480px);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;display:block}textarea.create-protocol-payload-editor:disabled{opacity:.7;cursor:not-allowed}.create-protocol-modal-hint{color:#475569;margin:0 0 1rem;font-size:.875rem;line-height:1.5}.create-protocol-modal-hint code{background:#f1f5f9;border-radius:.25rem;padding:.1rem .35rem;font-size:.75rem}.create-protocol-modal-error{color:#b91c1c;margin:0 0 1rem;font-size:.875rem;line-height:1.45}.create-protocol-copy-row{flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.modal-content .modal-title{color:#111827;border-bottom:1px solid #eef2f7;margin:0;padding:1.25rem 1.5rem;font-size:1.1rem;font-weight:600}.modal-content .modal-title-with-close{justify-content:space-between;align-items:center;gap:1rem;display:flex}.modal-content .modal-title-text{flex:1;min-width:0}.modal-close-x{color:#475569;cursor:pointer;background:#f1f5f9;border:none;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;margin:0;padding:0;font-size:1.5rem;line-height:1;transition:background .15s,color .15s;display:flex}.modal-close-x:hover{color:#0f172a;background:#e2e8f0}.modal-content .modal-body{padding:1.25rem 1.5rem}.modal-content .modal-body .form-info-row{margin-bottom:1rem}.modal-content .modal-body .form-info-row:last-child{margin-bottom:0}.modal-content .modal-body .form-info-label{margin-bottom:.35rem;display:block}.modal-content .modal-body .header-fields-item-input,.modal-content .modal-body input[type=text]{box-sizing:border-box;color:#111827;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.5rem;outline:none;width:100%;padding:.5rem .75rem;font-size:.9rem}.modal-content .modal-body .header-fields-item-input:focus,.modal-content .modal-body input[type=text]:focus{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e51f}.modalActions{background:#fafafa;border-top:1px solid #eef2f7;border-radius:0 0 1rem 1rem;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.modalButton{cursor:pointer;border-radius:.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:500;transition:background .2s,color .2s,border-color .2s}.modalButton:first-child{color:#fff;background-color:#4f46e5;border:1px solid #4f46e5}.modalButton:first-child:hover{background-color:#4338ca;border-color:#4338ca}.modalButton:last-child{color:#475569;background-color:#fff;border:1px solid #e2e8f0}.modalButton:last-child:hover{background-color:#f1f5f9;border-color:#cbd5e1}.bg-hover-item-list-forms{border-bottom:1px solid var(--border-color);border-radius:.5rem}.bg-hover-item-list-forms:hover{background-color:var(--bg-hover-item-list-forms)}.bg-hover-button-copy-id-form{border:1px solid var(--border-color);cursor:pointer;color:var(--bg-white-tech);background-color:var(--bg-blue-tech);border-radius:.5rem;margin-right:.5rem;padding:.3rem;font-weight:700;transition:filter .2s}.bg-hover-button-copy-id-form:hover{background-color:var(--bg-white-tech);color:var(--bg-blue-tech)}.bg-hover-button-open-form{border:1px solid var(--border-color);cursor:pointer;color:var(--bg-white-tech);background-color:var(--bg-blue-tech);border-radius:.5rem;margin-right:.5rem;padding:.3rem;font-weight:700;transition:filter .2s}.bg-hover-button-open-form:hover{background-color:var(--bg-white-tech);color:var(--bg-blue-tech)}.bg-table-forms{cursor:pointer;transition:filter .2s}.bg-table-forms:hover,.bg-table-forms:active{background-color:var(--bg-hover-item-list-forms)}@keyframes dots{0%{content:""}25%{content:"."}50%{content:".."}75%{content:"..."}}.loadingText:after{content:"";animation:1.5s step-end infinite dots}@media(max-width:768px){.row-item-list-forms{grid-template-columns:repeat(auto-fit,minmax(10rem,1fr))}.bg-list-forms-item{width:100%}}@media(max-width:480px){.row-item-list-forms{grid-template-columns:1fr}.bg-list-forms-item{width:100%}}.list-forms-pagination-wrapper{margin-top:1rem!important}.list-forms-table{table-layout:auto;width:100%}.page-shell{width:100%;max-width:1500px;margin:0 auto;padding:.5rem 1rem 2rem}.table-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:.75rem;box-shadow:0 12px 28px #0f172a14}.table-card-header{justify-content:space-between;align-items:center;gap:1rem;padding:.5rem .5rem .25rem;display:flex}.table-card-title{color:#111827;font-size:1.05rem;font-weight:600}.table-card-subtitle{color:#6b7280;margin-top:.15rem;font-size:.85rem}.table-card-actions{align-items:center;gap:.5rem;display:flex}.table-card-header+.list-forms-toolbar{margin-top:.75rem}.table-action-button{color:#fff;cursor:pointer;background:#4f46e5;border:0;border-radius:10px;padding:.45rem .8rem;font-size:.85rem;font-weight:600}.table-action-button.is-outline{color:#111827;background:#fff;border:1px solid #e5e7eb}.list-forms-table th,.list-forms-table td{text-align:left;vertical-align:middle;border-bottom:1px solid #edf2f7;padding:.85rem .75rem;font-size:.92rem}.list-forms-table thead th{color:#6b7280;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:600}.list-forms-table thead th:last-child,.list-forms-table tbody td:last-child{text-align:center}.list-forms-table tbody tr:hover{background:#f8fafc}.clients-management-page .clients-card{border-radius:1rem;padding:1.5rem 1.5rem 1.75rem;box-shadow:0 12px 28px #0f172a14}.clients-management-page .clients-card-header{flex-wrap:wrap;gap:1rem;margin-bottom:0;padding-bottom:1rem}.clients-management-page .clients-card-header .form-card-title{color:#1e293b;font-size:1.2rem;font-weight:700}.clients-management-page .clients-card-header .form-card-subtitle{color:#64748b;margin-top:.25rem;font-size:.9rem}.clients-management-page .clients-card-header .table-action-button{border-radius:.75rem;align-items:center;gap:.5rem;padding:.55rem 1.25rem;font-size:.9rem;font-weight:600;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 12px #4f46e540}.clients-management-page .clients-card-header .table-action-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px #4f46e54d}.clients-management-page .clients-tabs{background:#f1f5f9;border-radius:.75rem;gap:.25rem;width:fit-content;margin-bottom:1.25rem;padding:.25rem;display:flex}.clients-management-page .clients-tab{color:#64748b;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:.5rem;flex-direction:column;align-items:flex-start;gap:.15rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:color .2s,background .2s;display:flex}.clients-management-page .clients-tab-title{line-height:1.2}.clients-management-page .clients-tab-env{color:#94a3b8;letter-spacing:.02em;font-size:.7rem;font-weight:500}.clients-management-page .clients-tab.is-active .clients-tab-env{color:#818cf8}.clients-management-page .clients-form-ambient-select{box-sizing:border-box;cursor:pointer;width:100%;max-width:100%}.clients-management-page .clients-tab:hover{color:#334155;background:#ffffffb3}.clients-management-page .clients-tab.is-active{color:#4f46e5;background:#fff;box-shadow:0 2px 6px #0000000f}.clients-management-page .clients-env-split{grid-template-columns:1fr 1fr;align-items:start;gap:1rem;width:100%;display:grid}@media(max-width:960px){.clients-management-page .clients-env-split{grid-template-columns:1fr}}.clients-management-page .clients-env-panel{min-width:0}.clients-management-page .clients-env-panel-title{letter-spacing:.04em;text-transform:uppercase;margin:0 0 .5rem;font-size:.8rem;font-weight:700}.clients-management-page .clients-env-panel-hml .clients-env-panel-title{color:#1d4ed8}.clients-management-page .clients-env-panel-prod .clients-env-panel-title{color:#166534}.clients-management-page .clients-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.clients-management-page .clients-table{margin:0}.clients-management-page .clients-table thead th{color:#475569;background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:.75rem 1rem;font-size:.7rem}.clients-management-page .clients-table tbody tr{transition:background .15s}.clients-management-page .clients-table tbody tr:nth-child(2n){background:#fafbfc}.clients-management-page .clients-table tbody tr:hover{background:#eef2ff!important}.clients-management-page .clients-table th,.clients-management-page .clients-table td{border-bottom:1px solid #f1f5f9;padding:.75rem 1rem}.clients-management-page .clients-table tbody tr:last-child td{border-bottom:0}.clients-management-page .clients-col-actions{width:120px;min-width:120px}.clients-management-page .clients-uuid-cell{color:#475569;word-break:break-all;font-family:ui-monospace,monospace;font-size:.8rem}.clients-management-page .clients-ambient{text-transform:lowercase;border-radius:.35rem;padding:.2rem .5rem;font-family:ui-monospace,monospace;font-size:.7rem;font-weight:600;display:inline-block}.clients-management-page .clients-ambient-prod{color:#166534;background:#dcfce7}.clients-management-page .clients-ambient-hml{color:#1d4ed8;background:#dbeafe}.clients-management-page .clients-empty-cell{text-align:center;color:#64748b;font-size:.9rem;padding:2rem 1.5rem!important}.clients-management-page .clients-table .list-action-icon{transition:transform .15s,background .15s}.clients-management-page .clients-table .list-action-icon:hover{transform:scale(1.08)}.row-item-list-forms{border-bottom:none}.bg-hover-button-copy-id-form,.bg-hover-button-open-form{border-radius:8px}.bg-form-status{letter-spacing:.04em;border-radius:999px;padding:.25rem .6rem;font-size:.7rem}.header-shell{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;box-shadow:0 6px 14px #0f172a0f}.header-top{justify-content:space-between;align-items:center;gap:1.5rem;padding:2rem 3.75rem;display:flex}.header-left{align-items:center;gap:.75rem;min-width:0;display:flex}.header-logo{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:flex}.header-logo img{width:150px;height:auto}.header-badges{align-items:center;gap:.4rem;display:flex}.header-meta{align-items:center;gap:.5rem;min-width:0;display:flex}.header-title{color:#111827;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}.header-tags{flex-wrap:wrap;gap:.5rem;display:flex}.header-timer{color:#111827;white-space:nowrap;flex-direction:column;align-items:flex-end;font-size:.8rem;font-weight:600;line-height:1.1;display:flex}.header-timer span{color:#6b7280;font-size:.7rem;font-weight:500}.header-tag{color:#4f46e5;background:#eef2ff;border-radius:999px;padding:.2rem .5rem;font-size:.72rem;font-weight:600}.header-tag.muted{color:#6b7280;background:#f3f4f6;font-weight:500}.header-tag.is-blue{color:#1d4ed8;background:#e0edff}.header-tag.is-purple{color:#7c3aed;background:#f1e9ff}.header-tag.is-green{color:#16a34a;background:#e0ffeb}.header-right{align-items:center;gap:2rem;display:flex}.header-session{color:#1f2937;white-space:nowrap;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .5rem;font-size:.7rem;display:flex}.header-session-label{color:#6b7280;font-weight:500}.header-divider{background:#e2e8f0;width:1px;height:24px}.header-icon-button{color:#6b7280;cursor:pointer;background:0 0;border:0;border-radius:999px;width:34px;height:34px}.header-user-info{flex-direction:column;align-items:flex-end;line-height:1.1;display:none}.header-user-name{color:#111827;font-size:.75rem;font-weight:600}.header-user-role{color:#6b7280;font-size:.8rem}.header-search{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;align-items:stretch;width:320px;min-width:220px;max-width:380px;display:flex;overflow:hidden}.header-search-button{color:#fff;cursor:pointer;background:#4f46e5;border:0;justify-content:center;align-items:center;padding:0 12px;display:inline-flex}.header-search-input{color:#111827;background:0 0;border:0;outline:none;width:100%;padding:.65rem .75rem;font-size:.9rem}.header-user{position:relative}.header-avatar{color:#fff;cursor:pointer;background:#4f46e5;border:0;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;box-shadow:0 8px 18px #4f46e533}.header-avatar img{object-fit:cover;border-radius:999px;width:100%;height:100%}.header-user-menu{background:#fff;border:1px solid #e5e7eb;border-radius:12px;min-width:160px;margin-top:.75rem;position:absolute;right:0;box-shadow:0 20px 32px #0f172a1f}.header-nav{border-top:1px solid #eef2f7;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem 1.75rem .9rem;display:flex;overflow-x:auto}.header-nav-left{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.header-nav-right{margin-left:auto}.header-nav-timer{color:#111827;white-space:nowrap;flex-direction:column;align-items:flex-end;font-size:.8rem;font-weight:600;line-height:1.1;display:flex}.header-nav-timer span{color:#6b7280;font-size:.7rem;font-weight:500}.list-forms-toolbar{justify-content:flex-end;margin-bottom:1rem;display:flex}.list-forms-search{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;gap:.5rem;width:100%;padding-left:.75rem;display:flex;overflow:hidden;box-shadow:0 8px 16px #0f172a0f}.list-forms-search-icon{color:#94a3b8}.list-forms-search-input{color:#111827;background:0 0;border:0;outline:none;width:100%;padding:.65rem .75rem;font-size:.9rem}.list-id-pill{color:#475569;background:#f1f5f9;border-radius:8px;align-items:center;gap:.35rem;padding:.3rem .5rem;font-size:.72rem;display:inline-flex}.list-id-copy{color:#4f46e5;cursor:pointer;background:0 0;border:0;padding:0}.list-actions{justify-content:center;align-items:center;gap:.35rem;display:inline-flex}.list-action-icon{color:#4f46e5;cursor:pointer;background:#eef2ff;border:0;border-radius:8px;width:28px;height:28px}.list-action-icon.is-muted{color:#9ca3af;background:#f3f4f6}.list-forms-results{color:#6b7280;font-size:.85rem}.list-forms-results span{color:#111827;font-weight:600}.header-tab{color:#4b5563;border-bottom:2px solid #0000;border-radius:0;padding:.45rem .75rem;font-size:.82rem;transition:color .2s,background .2s,transform .2s}.header-tab:hover{color:#4338ca;background:#4f46e514;border-radius:999px}.header-tab.is-active{color:#4338ca;background:#4f46e51f;border-bottom-color:#4338ca;border-radius:999px}.header-tab.is-disabled{opacity:.5;cursor:not-allowed}@media(max-width:900px){.header-top{flex-wrap:wrap}.header-right{justify-content:space-between;width:100%}.header-user-info{display:none}}@media(min-width:900px){.header-user-info{display:flex}}.table-forms-container{width:100%;overflow-x:auto}.bg-form-status{text-align:center;text-transform:uppercase;background-color:var(--bg-hover-form-status);border-radius:.6rem;padding:.3rem;font-weight:700;transition:filter .2s}.bg-form-status.published{color:#065f46;background-color:#d1fae5}.bg-form-status.not-published{background-color:var(--bg-yellow-800);color:var(--text-black-color)}.bg-content-container-section{background:var(--bg-white-tech);z-index:1;flex-direction:column;gap:.5rem;width:15%;height:calc(100vh - 5rem);padding:.5rem;display:flex;position:fixed;top:5rem}@media(min-width:1280px)and (max-width:1600px){.bg-list-forms-item{width:100%}.list-forms-table th,.list-forms-table td{padding-left:.5rem;padding-right:.5rem}}@media(max-width:1280px){.bg-list-forms-item{width:98%}.list-forms-table{white-space:nowrap}.list-forms-table th,.list-forms-table td{padding-left:.4rem;padding-right:.4rem}}@media(max-width:1024px){.list-forms-table th,.list-forms-table td{padding-left:.35rem;padding-right:.35rem}}.cf-container{background:var(--blue-tech3_2);border-radius:.5rem;flex-direction:column;margin:5rem auto;padding:1rem;display:flex}.cf-checkbox-container{flex-direction:row;justify-content:center;align-items:center;display:flex}.cf-checkbox-item{flex-direction:column;justify-content:center;align-items:center;margin:0 0 0 .5rem;display:flex}.cf-checkbox-item h1{color:#fff;margin:0;padding:0;font-size:1rem;line-height:1}.cf-checkbox-item input[type=checkbox]{margin:0}.cf-tab-skill{flex-direction:column;justify-content:flex-end;align-items:center;margin-top:1rem;display:flex}.cf-container-row-object{color:#fff;flex-direction:column;justify-content:center;align-items:center;display:flex}.cf-h5-hidden{visibility:hidden}.cf-row-objects{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-bottom:.5rem;display:flex}.cf-input{border:1px solid var(--gray-100);background-color:var(--dark-900);width:85%;height:40px;color:var(--white);border-radius:.5rem;flex:1;margin-bottom:.7rem;padding:1rem}.cf-inputs-header{grid-template-columns:1fr 1fr;justify-content:space-between;align-items:center;width:100%;display:grid}.cf-titles{color:#fff;padding:6px;font-size:1rem}.cf-search-form{flex-direction:row;justify-content:center;align-items:center;margin-top:1rem;display:flex}.cf-search-form input{max-width:50%}.cf-top-container{justify-content:center;align-items:center;margin-top:.1rem;display:flex}.cf-btn-command{background-color:var(--blue-tech3_1);border:1px solid var(--gray-100);color:#000;cursor:pointer;border-radius:.5rem;min-width:70px;max-width:600px;height:40px;margin-left:.5rem;padding:.5rem;transition:filter .2s}.cf-btn-command[disabled]{cursor:not-allowed}.cf-btn-command[disabled] svg{animation:2s infinite animate}.cf-btn-command:hover{background-color:var(--blue-tech3_2)}.cf-field-container{background:var(--gray-100);border:1px solid #ccc;border-radius:.5rem;margin-top:.5rem;padding:6px;display:flex}.cf-field-container-pd{background:var(--blue-tech2);border:1px solid #ccc;border-radius:.5rem;margin-top:.5rem;padding:6px;display:flex}.cf-icon-identifier{height:100%;margin:0 4px 0 0}.cf-group-container{border:1px solid var(--white);background:var(--blue-tech3_2);border-radius:.5rem;flex-direction:column;margin-top:.5rem;padding:6px;display:flex}.cf-header-group{border:1px solid var(--white);border-radius:.5rem;padding:6px;display:flex}.cf-button{background-color:var(--blue-tech3_1);border:1px solid var(--white);color:#000;cursor:pointer;border-radius:.5rem;max-width:600px;height:40px;margin-left:.5rem;padding:.5rem;transition:filter .2s}.cf-button[disabled]{cursor:not-allowed}.cf-button[disabled] svg{animation:2s infinite animate}.cf-button:hover{background-color:var(--blue-tech3_2)}.cf-btn-toggle-visibility{cursor:pointer;background-color:#0000;border:none;margin:0;padding:0}.cf-fa-icon{color:var(--white);margin-left:.5rem;font-size:1.5rem;transition:color .2s}.cf-fa-icon:focus{outline:none}.cf-remove-button{background-color:var(--red-900);border:1px solid var(--gray-100);color:#000;cursor:pointer;border-radius:.5rem;max-width:600px;height:40px;margin-left:.5rem;padding:.5rem;transition:filter .2s}.cf-remove-button[disabled]{cursor:not-allowed}.cf-remove-button[disabled] svg{animation:2s infinite animate}.cf-remove-button:hover{background-color:#b30412}.cf-btn-save{background-color:var(--green-600);border:1px solid var(--gray-100);color:#000;cursor:pointer;border-radius:.5rem;min-width:150px;max-width:600px;height:40px;margin-left:.5rem;padding:.5rem;font-weight:700;transition:filter .2s}.cf-btn-save[disabled]{cursor:not-allowed}.cf-btn-save[disabled] svg{animation:2s infinite animate}.cf-btn-save:hover{background-color:var(--green-900)}.cf-btn-publish{background-color:var(--blue-tech3_1);border:1px solid var(--gray-100);color:#000;cursor:pointer;border-radius:.5rem;min-width:150px;max-width:600px;height:40px;margin-left:.5rem;padding:.5rem;font-weight:700;transition:filter .2s}.cf-btn-publish[disabled]{cursor:not-allowed}.cf-btn-publish[disabled] svg{animation:2s infinite animate}.cf-btn-publish:hover{background-color:var(--blue-tech3_1)}.cf-btn-payload{background-color:var(--gray-600);border:1px solid var(--gray-100);color:#000;cursor:pointer;border-radius:.5rem;min-width:150px;max-width:600px;height:40px;margin-left:.5rem;padding:.5rem;font-weight:700;transition:filter .2s}.cf-btn-payload[disabled]{cursor:not-allowed}.cf-btn-payload[disabled] svg{animation:2s infinite animate}.cf-btn-payload:hover{background-color:var(--gray-100)}.cf-disabled{opacity:.3}.cf-inputs-group{flex-direction:row;width:100%;display:flex}.cf-buttons-group{flex-direction:row;justify-content:center;align-items:center;display:flex}.ui-select{background-color:var(--dark-900);height:40px;color:var(--white);border:1px solid var(--gray-100);border-radius:.5rem;margin-bottom:.3rem;padding:.3rem}.ui-select::placeholder{color:#fffc}.ui-select-field{background-color:var(--blue-tech3_1);border:1px solid var(--gray-100);min-width:70px;max-width:600px;height:40px;color:var(--white);cursor:pointer;border-radius:.5rem;margin-left:.5rem;padding:.3rem;transition:filter .2s}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{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:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
