.loading-container[data-v-0c7127e6]{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;width:100%;background-color:var(--background-light-color-hover, #f3f4f6);opacity:0;transition:opacity .5s ease}.visible[data-v-0c7127e6]{opacity:1}.loading-content[data-v-0c7127e6]{display:flex;flex-direction:column;align-items:center;max-width:400px;padding:2rem;animation:pulse-0c7127e6 2s infinite ease-in-out}.logo[data-v-0c7127e6]{width:120px;height:auto;margin-bottom:1rem;animation:pulse-0c7127e6 1.5s infinite ease-in-out}.project-name[data-v-0c7127e6]{font-size:2.5rem;font-weight:700;color:var(--primary-color);margin-bottom:2rem;letter-spacing:1px;text-transform:lowercase}.loading-text[data-v-0c7127e6]{margin-top:1rem;font-size:1rem;color:#4b5563;font-weight:500}@keyframes pulse-0c7127e6{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.header[data-v-8f1816f6]{background-color:var(--primary-color);color:var(--text-white-color);padding:0;box-shadow:var(--box-shadow);z-index:100}.container[data-v-8f1816f6]{padding:0 20px;max-width:100%;display:flex;justify-content:space-between;align-items:center}.logo-container[data-v-8f1816f6]{display:flex;align-items:center;gap:.5rem;width:10%}.logo-icon[data-v-8f1816f6]{height:3rem;width:3rem;padding:0}.profile-icon[data-v-8f1816f6]{width:2rem;height:2rem;border-radius:50%;object-fit:cover;border:3px solid var(--secondary-color);display:block}.profile-button[data-v-8f1816f6]{display:flex;width:2rem;height:2rem;justify-content:center;align-items:center;padding:0;background-color:transparent;transition:background-color .3s;border:none;cursor:pointer}.history-button.disabled[data-v-8f1816f6]{opacity:.5;cursor:not-allowed;pointer-events:none}.history-button.disabled[data-v-8f1816f6]:hover{background-color:var(--secondary-color)}.history-button.disabled[data-v-8f1816f6]:active{transform:none}.app-title[data-v-8f1816f6]{font-size:1.25rem;font-weight:700}.actions[data-v-8f1816f6]{display:flex;align-items:center;justify-content:end;gap:1rem;width:10%}.history-buttons[data-v-8f1816f6]{display:flex;gap:.5rem}.history-button[data-v-8f1816f6]{display:flex;justify-content:center;align-items:center;border:none;border-radius:50%;padding:.25rem;background:var(--secondary-color);transition:background-color .3s,transform .1s}.history-button[data-v-8f1816f6]:hover{background-color:var(--secondary-color-hover)}.history-button[data-v-8f1816f6]:active{transform:scale(.95)}.profile-menu-container[data-v-8f1816f6]{position:relative}.profile-dropdown[data-v-8f1816f6]{position:absolute;top:calc(100% + .3rem);right:0;border:3px solid var(--secondary-color);background-color:var(--background-secondary-light-color);border-radius:.375rem;box-shadow:var(--box-shadow);width:200px;z-index:50;overflow:hidden;color:var(--text-color)}.profile-dropdown-item[data-v-8f1816f6]{display:flex;align-items:center;padding:.75rem 1rem;cursor:pointer;transition:background-color .2s}.profile-dropdown-item[data-v-8f1816f6]:hover{background-color:var(--background-light-color-hover)}.dropdown-icon[data-v-8f1816f6]{height:1.25rem;width:1.25rem;margin-right:1rem;color:var(--text-secondary-color)}.overlay[data-v-8f1816f6]{position:fixed;top:0;left:0;right:0;bottom:0;z-index:40}.navigation[data-v-8f1816f6]{display:flex;flex-grow:1;justify-content:center;gap:2rem;width:80%}.nav-link[data-v-8f1816f6]{display:flex;align-items:center;gap:.5rem;color:var(--text-white-color);text-decoration:none;padding:.75rem 0;position:relative;font-weight:500}.nav-link[data-v-8f1816f6]:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:3px;background-color:var(--background-light-color);transition:width .3s ease}.nav-link[data-v-8f1816f6]:hover:after{width:100%}.nav-link.active[data-v-8f1816f6]:after{width:100%;background-color:var(--secondary-color)}.nav-icon[data-v-8f1816f6]{height:1.25rem;width:1.25rem}.user-info[data-v-e577e901]{display:flex;align-items:center;gap:.75rem;cursor:pointer}.user-avatar[data-v-e577e901]{width:3rem;height:3rem;border-radius:50%;object-fit:cover;border:2px solid white}.user-name[data-v-e577e901]{font-size:1.125rem;font-weight:700}.user-role[data-v-e577e901]{font-size:min(3.5vw,1rem);opacity:.9}.user-header[data-v-e577e901]{padding:1rem;background-color:var(--primary-color);color:#fff;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:30}.profile-dropdown[data-v-e577e901]{position:absolute;top:calc(100% - .5rem);left:0;right:0;background-color:#fff;border-radius:0 0 .5rem .5rem;box-shadow:0 4px 6px #0000001a;z-index:40;overflow:hidden;max-height:80vh;overflow-y:auto}.profile-dropdown-item[data-v-e577e901]{display:flex;align-items:center;padding:1rem;color:var(--text-color);text-decoration:none;border-bottom:1px solid #f0f0f0;transition:background-color .2s;cursor:pointer}.profile-dropdown-item[data-v-e577e901]:last-child{border-bottom:none}.profile-dropdown-item[data-v-e577e901]:hover{background-color:#f5f5f5}.dropdown-icon[data-v-e577e901]{height:1.25rem;width:1.25rem;margin-right:1rem;color:var(--text-secondary-color)}.overlay[data-v-e577e901]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;z-index:20}.history-button.disabled[data-v-e577e901]{opacity:.5;cursor:not-allowed;pointer-events:none}.history-button.disabled[data-v-e577e901]:hover{background-color:var(--secondary-color)}.history-button.disabled[data-v-e577e901]:active{transform:none}.actions[data-v-e577e901]{display:flex;align-items:center;justify-content:end;gap:1rem;width:20vw}.history-buttons[data-v-e577e901]{display:flex;gap:.5rem}.history-button[data-v-e577e901]{display:flex;justify-content:center;align-items:center;border:none;border-radius:50%;padding:.25rem;background:var(--secondary-color);transition:background-color .3s,transform .1s}.history-button[data-v-e577e901]:hover{background-color:var(--secondary-color-hover)}.history-button[data-v-e577e901]:active{transform:scale(.95)}.logout-button[data-v-e577e901]{display:flex;align-items:center;gap:.5rem;border-radius:.375rem;background-color:#fff3;color:#fff;border:none;cursor:pointer;transition:background-color .2s}.logout-button[data-v-e577e901]:hover{background-color:#ffffff4d}.logout-icon[data-v-e577e901]{width:2rem;height:2rem}.button[data-v-7d604c4c]{display:flex;align-items:center;justify-content:center;padding:.5rem .75rem;border-radius:.375rem;font-weight:600;transition:all .2s ease;cursor:pointer;border:none}.button[data-v-7d604c4c]:hover{transform:translateY(-1px);box-shadow:0 3px 5px #0003}.modal-overlay[data-v-dc6051a2]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:100}.modal-container[data-v-dc6051a2]{background-color:var(--background-light-color);padding:1.5rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;width:24rem;max-width:90%}.content-error[data-v-dc6051a2]{display:flex;flex-direction:column;justify-content:center;align-items:center;font-size:1rem;line-height:1.5;border-radius:.375rem;width:100%;max-width:400px;overflow-y:scroll}.modal-title[data-v-dc6051a2]{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:#1a1e23}.modal-actions[data-v-dc6051a2]{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.driver-active .driver-overlay,.driver-active *{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;box-sizing:border-box;color:#2d2d2d;margin:0;padding:15px;border-radius:5px;min-width:250px;max-width:300px;box-shadow:0 1px 10px #0006;z-index:1000000000;position:fixed;top:0;right:0;background-color:#fff}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,"Apple Color Emoji",Helvetica,Arial,sans-serif}.driver-popover-title{font:19px/normal sans-serif;font-weight:700;display:block;position:relative;line-height:1.5;zoom:1;margin:0}.driver-popover-close-btn{all:unset;position:absolute;top:0;right:0;width:32px;height:28px;cursor:pointer;font-size:18px;font-weight:500;color:#d2d2d2;z-index:1;text-align:center;transition:color;transition-duration:.2s}.driver-popover-close-btn:hover,.driver-popover-close-btn:focus{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{margin-bottom:0;font:14px/normal sans-serif;line-height:1.5;font-weight:400;zoom:1}.driver-popover-footer{margin-top:15px;text-align:right;zoom:1;display:flex;align-items:center;justify-content:space-between}.driver-popover-progress-text{font-size:13px;font-weight:400;color:#727272;zoom:1}.driver-popover-footer button{all:unset;display:inline-block;box-sizing:border-box;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff;background-color:#fff;color:#2d2d2d;font:12px/normal sans-serif;cursor:pointer;outline:0;zoom:1;line-height:1.3;border:1px solid #ccc;border-radius:3px}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:hover,.driver-popover-footer button:focus{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{content:"";position:absolute;border:5px solid #fff}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{left:100%;border-right-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-right{right:100%;border-left-color:transparent;border-bottom-color:transparent;border-top-color:transparent}.driver-popover-arrow-side-top{top:100%;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent}.driver-popover-arrow-side-bottom{bottom:100%;border-left-color:transparent;border-top-color:transparent;border-right-color:transparent}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-start,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-top.driver-popover-arrow-align-end,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{top:50%;margin-top:-5px}.driver-popover-arrow-side-top.driver-popover-arrow-align-center,.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.modal-overlay[data-v-29fa873b]{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-container[data-v-29fa873b]{background-color:var(--background-light-color);padding:1.5rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;width:24rem;max-width:90%}.content-error[data-v-29fa873b]{display:flex;flex-direction:column;font-size:1rem;line-height:1.5;border-radius:.375rem;width:100%;max-width:400px;overflow-y:scroll}.modal-title[data-v-29fa873b]{font-size:1.125rem;font-weight:700;margin-bottom:.5rem;color:#1a1e23}.modal-actions[data-v-29fa873b]{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.text-warning[data-v-29fa873b]{color:var(--warning-color);font-weight:400;font-size:.875rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;line-height:1.6;color:#333;background-color:var(--background-light-color)}.app-container{display:flex;flex-direction:column}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}/*! tailwindcss v4.1.18 | 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-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-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;--tw-backdrop-blur:initial;--tw-backdrop-brightness:initial;--tw-backdrop-contrast:initial;--tw-backdrop-grayscale:initial;--tw-backdrop-hue-rotate:initial;--tw-backdrop-invert:initial;--tw-backdrop-opacity:initial;--tw-backdrop-saturate:initial;--tw-backdrop-sepia:initial;--tw-ease:initial}}}@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-indigo-100:oklch(93% .034 272.788);--color-indigo-200:oklch(87% .065 274.039);--color-indigo-300:oklch(78.5% .115 274.713);--color-indigo-400:oklch(67.3% .182 276.935);--color-indigo-500:oklch(58.5% .233 277.117);--color-indigo-600:oklch(51.1% .262 276.966);--color-indigo-700:oklch(45.7% .24 277.023);--color-purple-100:oklch(94.6% .033 307.174);--color-purple-200:oklch(90.2% .063 306.703);--color-purple-300:oklch(82.7% .119 306.383);--color-purple-400:oklch(71.4% .203 305.504);--color-purple-500:oklch(62.7% .265 303.9);--color-purple-600:oklch(55.8% .288 302.321);--color-slate-50:oklch(98.4% .003 247.858);--color-slate-100:oklch(96.8% .007 247.896);--color-slate-200:oklch(92.9% .013 255.508);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-400:oklch(70.4% .04 256.788);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-600:oklch(44.6% .043 257.281);--color-slate-700:oklch(37.2% .044 257.287);--color-slate-800:oklch(27.9% .041 260.031);--color-slate-900:oklch(20.8% .042 265.755);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-600:oklch(44.6% .03 256.802);--color-white:#fff;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--font-weight-semibold:600;--shadow-sm:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--shadow-xl:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--shadow-2xl:0 25px 50px -12px #00000040;--ease-out:cubic-bezier(0,0,.2,1);--ease-in-out:cubic-bezier(.4,0,.2,1);--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}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;background-color:var(--background-secondary-light-color);opacity:1;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;background-color:var(--background-secondary-light-color);opacity:1;border-radius:0}}@layer components;@layer utilities{.visible{visibility:visible}.static{position:static}.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-4{margin-top:calc(var(--spacing)*4)}.flex{display:flex}.grid{display:grid}.hidden{display:none}.table{display:table}.size-3\.5{width:calc(var(--spacing)*3.5);height:calc(var(--spacing)*3.5)}.size-4{width:calc(var(--spacing)*4);height:calc(var(--spacing)*4)}.size-5{width:calc(var(--spacing)*5);height:calc(var(--spacing)*5)}.flex-shrink{flex-shrink:1}.flex-grow{flex-grow: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,)}.resize{resize:both}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.gap-4{gap:calc(var(--spacing)*4)}.gap-8{gap:calc(var(--spacing)*8)}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.bg-gray-100{background-color:var(--color-gray-100)}.p-8{padding:calc(var(--spacing)*8)}.px-3{padding-inline:calc(var(--spacing)*3)}.py-1{padding-block:calc(var(--spacing)*1)}.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))}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-wrap{text-wrap:wrap}.text-gray-600{color:var(--color-gray-600)}.opacity-25{opacity:.25}.opacity-75{opacity:.75}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);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}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.backdrop-filter{-webkit-backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,);backdrop-filter:var(--tw-backdrop-blur,)var(--tw-backdrop-brightness,)var(--tw-backdrop-contrast,)var(--tw-backdrop-grayscale,)var(--tw-backdrop-hue-rotate,)var(--tw-backdrop-invert,)var(--tw-backdrop-opacity,)var(--tw-backdrop-saturate,)var(--tw-backdrop-sepia,)}.transition{transition-property:color,background-color,border-color,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))}.delay-50{transition-delay:50ms}.delay-100{transition-delay:.1s}.delay-150{transition-delay:.15s}.delay-200{transition-delay:.2s}.delay-250{transition-delay:.25s}.delay-300{transition-delay:.3s}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}@media(hover:hover){.hover\:bg-gray-200:hover{background-color:var(--color-gray-200)}}}:root{--white:#fff;--black:#000;--gray-50:#f9fafb;--gray-100:#f3f4f6;--gray-200:#e5e7eb;--gray-300:#d1d5db;--gray-400:#9ca3af;--gray-500:#6b7280;--gray-600:#4b5563;--gray-700:#374151;--gray-800:#1f2937;--gray-900:#111827;--blue-50:#eff6ff;--blue-100:#dbeafe;--blue-200:#bfdbfe;--blue-300:#93c5fd;--blue-400:#60a5fa;--blue-500:#3b82f6;--blue-600:#2563eb;--blue-700:#1d4ed8;--blue-800:#1e40af;--blue-900:#1e3a8a;--green-50:#f0fdf4;--green-100:#dcfce7;--green-200:#bbf7d0;--green-300:#86efac;--green-400:#4ade80;--green-500:#22c55e;--green-600:#16a34a;--green-700:#15803d;--green-800:#166534;--green-900:#14532d;--red-50:#fef2f2;--red-100:#fee2e2;--red-200:#fecaca;--red-300:#fca5a5;--red-400:#f87171;--red-500:#ef4444;--red-600:#dc2626;--red-700:#b91c1c;--red-800:#991b1b;--red-900:#7f1d1d;--amber-50:#fffbeb;--amber-100:#fef3c7;--amber-200:#fde68a;--amber-300:#fcd34d;--amber-400:#fbbf24;--amber-500:#f59e0b;--amber-600:#d97706;--amber-700:#b45309;--amber-800:#92400e;--amber-900:#78350f;--primary-color:#003e8c;--primary-color-hover:#005dd0;--secondary-color:#91c300;--secondary-color-hover:#81ad00;--background-light-color:#e4e6eb;--background-light-color-hover:#d9dae1;--background-secondary-light-color:#f3f4f6;--background-secondary-light-color-hover:#d7d8db;--background-dark-color:#1f2937;--danger-color:#f12f2f;--danger-color-hover:#ff5a7d;--warning-color:#ff7300;--warning-color-hover:#ffb07d;--success-color:#22c55e;--success-color-hover:#34d399;--manager-color:#393871;--manager-color-hover:#6366f1;--border-color:#94a0aa;--disabled-color:#d1d5db;--text-color:#111827;--text-secondary-color:#6b7280;--text-muted-color:#9ca3af;--text-white-color:#f3f3f6;--border-light:solid 1px #e5e7eb;--border-dark:solid 1px #97a1b2;--color-slate-50:#f8fafc;--color-slate-100:#f1f5f9;--color-slate-200:#e2e8f0;--color-slate-300:#cbd5e1;--color-slate-400:#94a3b8;--color-slate-500:#64748b;--color-slate-600:#475569;--color-slate-700:#334155;--color-slate-800:#1e293b;--color-slate-900:#0f172a;--color-indigo-100:#e0e7ff;--color-indigo-200:#c7d2fe;--color-indigo-400:#818cf8;--color-indigo-500:#6366f1;--color-indigo-600:#4f46e5;--color-indigo-700:#4338ca;--color-purple-400:#c084fc;--color-purple-600:#9333ea;--color-purple-700:#7e22ce;--color-pink-400:#f472b6;--color-white:#fff;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a;--shadow-xl:0 20px 25px #00000026;--shadow-2xl:0 25px 50px #00000040;--border-radius:.25rem;--padding-sm:.5rem;--padding-md:1rem;--box-shadow:0 0 5px 0 #4d4d4d36;--transition-speed:.2s}.search-select-search-wrapper{position:relative}.search-select-search-input{border:var(--border-dark);background-color:var(--background-secondary-light-color);z-index:10;-webkit-overflow-scrolling:touch;border-radius:0 0 .25rem .25rem;width:100%;max-height:200px;padding:.75rem;font-size:16px;overflow-y:auto}.search-select-dropdown{background-color:var(--background-secondary-light-color);border:var(--border-dark);z-index:10;border-top:none;border-radius:0 0 .25rem .25rem;max-height:200px;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.search-select-dropdown-item{cursor:pointer;text-overflow:ellipsis;white-space:nowrap;min-height:44px;padding:.75rem .5rem;overflow:hidden}.search-select-dropdown-item:hover{background-color:var(--background-secondary-light-color)}.driver-popover.driverjs-theme{background-color:var(--background-light-color);color:#000;width:1000px}.driver-popover.driverjs-theme .driver-popover-title{font-size:20px}.driver-popover.driverjs-theme .driver-popover-title,.driver-popover.driverjs-theme .driver-popover-description,.driver-popover.driverjs-theme .driver-popover-progress-text{color:#000;margin-right:50px}.driver-popover.driverjs-theme .driver-popover-next-btn,.driver-popover.driverjs-theme .driver-popover-prev-btn{text-align:center;color:#fff;text-shadow:none;cursor:pointer;border:none;border-radius:.375rem;flex:1;justify-content:center;align-items:center;padding:.5rem .75rem;font-size:14px;font-weight:600;transition:all .2s}.driver-popover.driverjs-theme .driver-popover-next-btn{background-color:var(--primary-color)}.driver-popover.driverjs-theme .driver-popover-next-btn:hover{background-color:var(--primary-color-hover);transform:translateY(-1px)}.driver-popover.driverjs-theme .driver-popover-prev-btn{background-color:var(--secondary-color)}.driver-popover.driverjs-theme .driver-popover-prev-btn:hover{background-color:var(--secondary-color-hover);transform:translateY(-1px)}.driver-popover.driverjs-theme .driver-popover-navigation-btns{justify-content:space-between;gap:3px}.driver-popover.driverjs-theme .driver-popover-close-btn{color:#9b9b9b}.driver-popover-description{white-space:pre-line}.driver-popover.driverjs-theme .driver-popover-close-btn:hover{color:#000}.driver-popover.driverjs-theme .driver-popover-arrow-side-left.driver-popover-arrow{border-left-color:var(--background-secondary-light-color)}.driver-popover.driverjs-theme .driver-popover-arrow-side-right.driver-popover-arrow{border-right-color:var(--background-secondary-light-color)}.driver-popover.driverjs-theme .driver-popover-arrow-side-top.driver-popover-arrow{border-top-color:var(--background-secondary-light-color)}.driver-popover.driverjs-theme .driver-popover-arrow-side-bottom.driver-popover-arrow{border-bottom-color:var(--background-secondary-light-color)}@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-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}@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}@property --tw-backdrop-blur{syntax:"*";inherits:false}@property --tw-backdrop-brightness{syntax:"*";inherits:false}@property --tw-backdrop-contrast{syntax:"*";inherits:false}@property --tw-backdrop-grayscale{syntax:"*";inherits:false}@property --tw-backdrop-hue-rotate{syntax:"*";inherits:false}@property --tw-backdrop-invert{syntax:"*";inherits:false}@property --tw-backdrop-opacity{syntax:"*";inherits:false}@property --tw-backdrop-saturate{syntax:"*";inherits:false}@property --tw-backdrop-sepia{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
