:root{--primary-color:#2979ff;--primary-dark:#1e61d9;--primary-light:#ebf2ff;--primary-color-glow:rgba(41,121,255,.2);--secondary-color:#ffb300;--secondary-dark:#e6a200;--secondary-light:#fff8e6;--secondary-color-glow:rgba(255,179,0,.2);--accent-color:#43c59e;--accent-dark:#3baf8e;--accent-light:#e8f7f2;--neutral-900:#222831;--neutral-800:#393e46;--neutral-700:#4f545c;--neutral-700-light:#94a3b8;--neutral-600:#666b73;--neutral-500:#7d828a;--neutral-400:#bdbdbd;--neutral-300:#e0e0e0;--neutral-200:#eee;--neutral-100:#f5f6fa;--neutral-100-soft:#f8fafc;--neutral-50:#fff;--success-color:var(--accent-color);--success-dark:var(--accent-dark);--success-light:var(--accent-light);--warning-color:var(--secondary-color);--warning-dark:var(--secondary-dark);--warning-light:var(--secondary-light);--error-color:#e53935;--error-dark:#c62828;--error-light:#ffebee;--font-heading:"Montserrat","Noto Sans TC",sans-serif;--font-body:"Noto Sans TC","Roboto",Arial,sans-serif;--text-xs:12px;--text-sm:14px;--text-base:16px;--text-lg:18px;--text-xl:20px;--text-2xl:24px;--text-3xl:30px;--text-4xl:36px;--leading-heading:1.2;--leading-body:1.5;--spacing-1:4px;--spacing-2:8px;--spacing-3:12px;--spacing-4:16px;--spacing-5:20px;--spacing-6:24px;--spacing-7:28px;--spacing-8:32px;--spacing-9:36px;--spacing-10:40px;--spacing-11:44px;--spacing-12:48px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--radius-xl:12px;--radius-full:calc(infinity * 1px);--shadow-sm:0 2px 8px rgba(41,121,255,.05);--shadow-md:0 4px 16px rgba(41,121,255,.09);--shadow-lg:0 8px 24px rgba(41,121,255,.12);--shadow-xl:0 12px 32px rgba(41,121,255,.15)}.primary-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;background-color:var(--primary-color);color:var(--neutral-50);border:none;border-radius:var(--radius-lg);font-family:var(--font-body);font-size:var(--text-sm);font-weight:500;cursor:pointer;transition:all .2s ease}.primary-button:hover{background-color:var(--primary-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.secondary-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;background-color:var(--secondary-color);color:var(--neutral-900);border:none;border-radius:var(--radius-lg);font-family:var(--font-body);font-size:var(--text-sm);font-weight:500;cursor:pointer;transition:all .2s ease}.secondary-button:hover{background-color:var(--secondary-dark);box-shadow:var(--shadow-md);transform:translateY(-1px)}.text-button{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;background:none;color:var(--primary-color);border:none;font-family:var(--font-body);font-size:var(--text-sm);font-weight:500;cursor:pointer;transition:all .2s ease}.text-button:hover{color:var(--primary-dark);text-decoration:underline}.form-row{margin-bottom:var(--spacing-5)}.form-row label{display:block;margin-bottom:var(--spacing-2);font-family:var(--font-body);font-weight:500;color:var(--neutral-900)}.form-row input[type=date],.form-row input[type=email],.form-row input[type=text],.form-row input[type=url],.form-row select,.form-row textarea{width:100%;border:1px solid var(--neutral-300);border-radius:var(--radius-lg);font-family:var(--font-body);font-size:var(--text-base);color:var(--neutral-900);background-color:var(--neutral-50);transition:all .2s ease}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px var(--primary-light);outline:none}.field-hint{margin-top:var(--spacing-1);color:var(--neutral-600);line-height:var(--leading-body)}.field-hint,.status-label{font-family:var(--font-body);font-size:var(--text-xs)}.status-label{display:inline-flex;align-items:center;padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-lg);font-weight:500}.status-label.success{background-color:var(--success-light);color:var(--success-color)}.status-label.warning{background-color:var(--warning-light);color:var(--warning-color)}.status-label.error{background-color:var(--error-light);color:var(--error-color)}.card{background-color:var(--neutral-50);border-radius:var(--radius-lg);border:1px solid var(--neutral-200);padding:var(--spacing-6);transition:all .2s ease}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--neutral-900);line-height:var(--leading-heading)}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}h6{font-size:var(--text-base)}.loading-spinner{display:inline-block;width:24px;height:24px;border-radius:50%;border:2px solid var(--primary-light);border-top-color:var(--primary-color);animation:spin 1s linear infinite}@media (max-width:1024px){:root{--text-4xl:32px;--text-3xl:28px;--text-2xl:24px;--text-xl:20px;--text-lg:18px}}@media (max-width:768px){:root{--spacing-10:32px;--spacing-8:24px;--spacing-6:20px}}@media (max-width:480px){:root{--text-base:14px;--text-sm:12px;--text-xs:10px}}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.freelix-dashboard input[type=text],:is(.freelix-dashboard input[type=email]),:is(.freelix-dashboard input[type=number]),:is(.freelix-dashboard input[type=password]),:is(.freelix-dashboard input[type=tel]),:is(.freelix-dashboard input[type=url]),:is(.freelix-dashboard select),:is(.freelix-dashboard textarea){width:100%;border-radius:8px;border-width:1px;--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:8px 16px;--tw-text-opacity:1;color:rgb(34 40 49/var(--tw-text-opacity,1));outline:2px solid transparent;outline-offset:2px;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.freelix-dashboard input[type=text]:focus,:is(.freelix-dashboard input[type=email]:focus),:is(.freelix-dashboard input[type=number]:focus),:is(.freelix-dashboard input[type=password]:focus),:is(.freelix-dashboard input[type=tel]:focus),:is(.freelix-dashboard input[type=url]:focus),:is(.freelix-dashboard select:focus),:is(.freelix-dashboard textarea:focus){--tw-border-opacity:1;border-color:rgb(41 121 255/var(--tw-border-opacity,1));--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(235 242 255/var(--tw-ring-opacity,1))}.freelix-dashboard label{margin-bottom:4px;display:block;font-size:14px;line-height:1.5;font-weight:500;--tw-text-opacity:1;color:rgb(34 40 49/var(--tw-text-opacity,1))}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.btn-primary{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;--tw-bg-opacity:1;background-color:rgb(41 121 255/var(--tw-bg-opacity,1));padding:12px 20px;font-size:14px;line-height:1.5;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-shadow:0 2px 8px rgba(41,121,255,.05);--tw-shadow-colored:0 2px 8px var(--tw-shadow-color);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-primary,.btn-primary:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.btn-primary:hover{--tw-bg-opacity:1;background-color:rgb(30 97 217/var(--tw-bg-opacity,1));--tw-shadow:0 4px 16px rgba(41,121,255,.09);--tw-shadow-colored:0 4px 16px var(--tw-shadow-color)}.btn-secondary{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border-width:1px;--tw-border-opacity:1;border-color:rgb(238 238 238/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:12px 20px;font-size:14px;line-height:1.5;font-weight:700;--tw-text-opacity:1;color:rgb(79 84 92/var(--tw-text-opacity,1));--tw-shadow:0 2px 8px rgba(41,121,255,.05);--tw-shadow-colored:0 2px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-secondary:hover{border-color:rgb(41 121 255/var(--tw-border-opacity,1));background-color:rgba(41,121,255,.05)}.btn-outline,.btn-secondary:hover{--tw-border-opacity:1;--tw-text-opacity:1;color:rgb(41 121 255/var(--tw-text-opacity,1))}.btn-outline{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border-width:1px;border-color:rgb(41 121 255/var(--tw-border-opacity,1));background-color:transparent;padding:12px 20px;font-size:14px;line-height:1.5;font-weight:700;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-outline:hover{background-color:rgba(41,121,255,.05)}.btn-danger{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 57 53/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:12px 20px;font-size:14px;line-height:1.5;font-weight:700;--tw-text-opacity:1;color:rgb(229 57 53/var(--tw-text-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-danger:hover{background-color:rgba(229,57,53,.05)}.btn-error{display:inline-flex;align-items:center;justify-content:center;border-radius:8px;--tw-bg-opacity:1;background-color:rgb(229 57 53/var(--tw-bg-opacity,1));padding:12px 20px;font-size:14px;line-height:1.5;font-weight:700;--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1));--tw-shadow:0 2px 8px rgba(41,121,255,.05);--tw-shadow-colored:0 2px 8px var(--tw-shadow-color);transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-error,.btn-error:hover{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.btn-error:hover{--tw-bg-opacity:1;background-color:rgb(198 40 40/var(--tw-bg-opacity,1));--tw-shadow:0 4px 16px rgba(41,121,255,.09);--tw-shadow-colored:0 4px 16px var(--tw-shadow-color)}.btn-disabled{cursor:not-allowed;border-radius:8px;border-width:1px;--tw-border-opacity:1;border-color:rgb(238 238 238/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(245 246 250/var(--tw-bg-opacity,1));color:rgb(189 189 189/var(--tw-text-opacity,1))}.btn-disabled,.btn-text{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;font-size:14px;line-height:1.5;font-weight:700;--tw-text-opacity:1}.btn-text{border-radius:8px;background-color:transparent;color:rgb(102 107 115/var(--tw-text-opacity,1));transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.btn-text:hover{--tw-bg-opacity:1;background-color:rgb(245 246 250/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(34 40 49/var(--tw-text-opacity,1))}.card-base{border-radius:12px;border-width:1px;--tw-border-opacity:1;border-color:rgb(238 238 238/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));padding:24px;--tw-shadow:0 2px 8px rgba(41,121,255,.05);--tw-shadow-colored:0 2px 8px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.badge{display:inline-flex;align-items:center;gap:4px;white-space:nowrap;border-radius:6px;padding:4px .625rem;font-size:12px;font-weight:700}.alert,.badge{line-height:1.5}.alert{display:flex;align-items:flex-start;gap:12px;border-radius:12px;padding:16px;font-size:14px}@media (min-width:640px){.alert{align-items:center}}.alert-success{border-width:1px;border-color:rgba(67,197,158,.2);background-color:rgba(232,247,242,.3);--tw-text-opacity:1;color:rgb(59 175 142/var(--tw-text-opacity,1))}.alert-warning{border-width:1px;border-color:rgba(255,179,0,.2);background-color:rgba(255,248,230,.3);--tw-text-opacity:1;color:rgb(230 162 0/var(--tw-text-opacity,1))}.alert-error{border-width:1px;border-color:rgba(229,57,53,.2);background-color:rgba(255,235,238,.3);--tw-text-opacity:1;color:rgb(198 40 40/var(--tw-text-opacity,1))}.alert-info{border-width:1px;border-color:rgba(2,136,209,.2);background-color:rgba(225,245,254,.3);--tw-text-opacity:1;color:rgb(1 87 155/var(--tw-text-opacity,1))}.modal-overlay{pointer-events:none;position:fixed;inset:0;z-index:50;display:flex;align-items:center;justify-content:center;background-color:rgba(34,40,49,.5);padding:16px;opacity:0;--tw-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.3s}.modal-overlay.active{pointer-events:auto;opacity:1}.modal-overlay.active .modal-container{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;border-bottom-width:1px;--tw-border-opacity:1;border-color:rgb(245 246 250/var(--tw-border-opacity,1));padding:24px}.modal-body{overflow-y:auto;padding:24px}.freelix-dashboard .pointer-events-none{pointer-events:none}.freelix-dashboard .pointer-events-auto{pointer-events:auto}.freelix-dashboard .visible{visibility:visible}.freelix-dashboard .collapse{visibility:collapse}.freelix-dashboard .static{position:static}.freelix-dashboard .fixed{position:fixed}.freelix-dashboard .absolute{position:absolute}.freelix-dashboard .relative{position:relative}.freelix-dashboard .sticky{position:sticky}.freelix-dashboard .inset-0{inset:0}.freelix-dashboard .-bottom-24{bottom:-6rem}.freelix-dashboard .-left-24{left:-6rem}.freelix-dashboard .-right-24{right:-6rem}.freelix-dashboard .-top-24{top:-6rem}.freelix-dashboard .-top-3{top:-12px}.freelix-dashboard .-top-6{top:-24px}.freelix-dashboard .bottom-0{bottom:0}.freelix-dashboard .left-0{left:0}.freelix-dashboard .left-1\/2{left:50%}.freelix-dashboard .left-3{left:12px}.freelix-dashboard .right-0{right:0}.freelix-dashboard .right-1{right:4px}.freelix-dashboard .right-3{right:12px}.freelix-dashboard .right-4{right:16px}.freelix-dashboard .right-5{right:20px}.freelix-dashboard .right-\[20\%\]{right:20%}.freelix-dashboard .top-0{top:0}.freelix-dashboard .top-1{top:4px}.freelix-dashboard .top-2{top:8px}.freelix-dashboard .top-3{top:12px}.freelix-dashboard .top-4{top:16px}.freelix-dashboard .top-5{top:20px}.freelix-dashboard .z-10{z-index:10}.freelix-dashboard .z-40{z-index:40}.freelix-dashboard .z-50{z-index:50}.freelix-dashboard .z-\[10000\]{z-index:10000}.freelix-dashboard .z-\[100\]{z-index:100}.freelix-dashboard .z-\[110\]{z-index:110}.freelix-dashboard .m-0{margin:0}.freelix-dashboard .mx-4{margin-left:16px;margin-right:16px}.freelix-dashboard .mx-auto{margin-left:auto;margin-right:auto}.freelix-dashboard .mb-0{margin-bottom:0}.freelix-dashboard .mb-1{margin-bottom:4px}.freelix-dashboard .mb-12{margin-bottom:48px}.freelix-dashboard .mb-2{margin-bottom:8px}.freelix-dashboard .mb-3{margin-bottom:12px}.freelix-dashboard .mb-4{margin-bottom:16px}.freelix-dashboard .mb-6{margin-bottom:24px}.freelix-dashboard .mb-8{margin-bottom:32px}.freelix-dashboard .ml-1{margin-left:4px}.freelix-dashboard .ml-auto{margin-left:auto}.freelix-dashboard .mr-2{margin-right:8px}.freelix-dashboard .mt-0{margin-top:0}.freelix-dashboard .mt-0\.5{margin-top:.125rem}.freelix-dashboard .mt-1{margin-top:4px}.freelix-dashboard .mt-2{margin-top:8px}.freelix-dashboard .mt-3{margin-top:12px}.freelix-dashboard .mt-4{margin-top:16px}.freelix-dashboard .mt-6{margin-top:24px}.freelix-dashboard .mt-8{margin-top:32px}.freelix-dashboard .mt-auto{margin-top:auto}.freelix-dashboard .line-clamp-1{-webkit-line-clamp:1}.freelix-dashboard .line-clamp-1,.freelix-dashboard .line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.freelix-dashboard .line-clamp-2{-webkit-line-clamp:2}.freelix-dashboard .block{display:block}.freelix-dashboard .inline-block{display:inline-block}.freelix-dashboard .inline{display:inline}.freelix-dashboard .flex{display:flex}.freelix-dashboard .inline-flex{display:inline-flex}.freelix-dashboard .table{display:table}.freelix-dashboard .grid{display:grid}.freelix-dashboard .hidden{display:none}.freelix-dashboard .aspect-square{aspect-ratio:1/1}.freelix-dashboard .h-1\.5{height:.375rem}.freelix-dashboard .h-10{height:40px}.freelix-dashboard .h-12{height:48px}.freelix-dashboard .h-14{height:3.5rem}.freelix-dashboard .h-16{height:4rem}.freelix-dashboard .h-20{height:5rem}.freelix-dashboard .h-32{height:8rem}.freelix-dashboard .h-4{height:16px}.freelix-dashboard .h-40{height:10rem}.freelix-dashboard .h-48{height:12rem}.freelix-dashboard .h-6{height:24px}.freelix-dashboard .h-64{height:16rem}.freelix-dashboard .h-8{height:32px}.freelix-dashboard .h-\[100dvh\]{height:100dvh}.freelix-dashboard .h-full{height:100%}.freelix-dashboard .max-h-\[80vh\]{max-height:80vh}.freelix-dashboard .max-h-\[90vh\]{max-height:90vh}.freelix-dashboard .min-h-0{min-height:0}.freelix-dashboard .min-h-\[80px\]{min-height:80px}.freelix-dashboard .min-h-\[calc\(100vh-120px\)\]{min-height:calc(100vh - 120px)}.freelix-dashboard .\!w-full{width:100%!important}.freelix-dashboard .w-10{width:40px}.freelix-dashboard .w-12{width:48px}.freelix-dashboard .w-14{width:3.5rem}.freelix-dashboard .w-16{width:4rem}.freelix-dashboard .w-20{width:5rem}.freelix-dashboard .w-32{width:8rem}.freelix-dashboard .w-4{width:16px}.freelix-dashboard .w-6{width:24px}.freelix-dashboard .w-64{width:16rem}.freelix-dashboard .w-8{width:32px}.freelix-dashboard .w-auto{width:auto}.freelix-dashboard .w-full{width:100%}.freelix-dashboard .min-w-0{min-width:0}.freelix-dashboard .min-w-\[16px\]{min-width:16px}.freelix-dashboard .max-w-4xl{max-width:56rem}.freelix-dashboard .max-w-6xl{max-width:72rem}.freelix-dashboard .max-w-7xl{max-width:80rem}.freelix-dashboard .max-w-\[120px\]{max-width:120px}.freelix-dashboard .max-w-\[150px\]{max-width:150px}.freelix-dashboard .max-w-md{max-width:28rem}.freelix-dashboard .max-w-sm{max-width:24rem}.freelix-dashboard .max-w-xl{max-width:36rem}.freelix-dashboard .flex-1{flex:1 1 0%}.freelix-dashboard .flex-shrink-0,.freelix-dashboard .shrink-0{flex-shrink:0}.freelix-dashboard .border-collapse{border-collapse:collapse}.freelix-dashboard .-translate-x-1\/2{--tw-translate-x:-50%}.freelix-dashboard .-translate-x-1\/2,.freelix-dashboard .-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.freelix-dashboard .-translate-y-1\/2{--tw-translate-y:-50%}.freelix-dashboard .translate-x-1\/2{--tw-translate-x:50%}.freelix-dashboard .translate-x-1\/2,.freelix-dashboard .translate-x-\[400px\]{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.freelix-dashboard .translate-x-\[400px\]{--tw-translate-x:400px}.freelix-dashboard .translate-y-full{--tw-translate-y:100%}.freelix-dashboard .-rotate-12,.freelix-dashboard .translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.freelix-dashboard .-rotate-12{--tw-rotate:-12deg}.freelix-dashboard .scale-105{--tw-scale-x:1.05;--tw-scale-y:1.05}.freelix-dashboard .scale-105,.freelix-dashboard .transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.freelix-dashboard .animate-\[pulse_2s_ease-in-out_infinite\]{animation:pulse 2s ease-in-out infinite}@keyframes spin{to{transform:rotate(1turn)}}.freelix-dashboard .animate-spin{animation:spin 1s linear infinite}.freelix-dashboard .cursor-not-allowed{cursor:not-allowed}.freelix-dashboard .cursor-pointer{cursor:pointer}.freelix-dashboard .resize{resize:both}.freelix-dashboard .list-inside{list-style-position:inside}.freelix-dashboard .list-disc{list-style-type:disc}.freelix-dashboard .list-none{list-style-type:none}.freelix-dashboard .appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.freelix-dashboard .grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.freelix-dashboard .grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.freelix-dashboard .grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.freelix-dashboard .flex-col{flex-direction:column}.freelix-dashboard .flex-wrap{flex-wrap:wrap}.freelix-dashboard .items-start{align-items:flex-start}.freelix-dashboard .items-center{align-items:center}.freelix-dashboard .items-baseline{align-items:baseline}.freelix-dashboard .justify-end{justify-content:flex-end}.freelix-dashboard .justify-center{justify-content:center}.freelix-dashboard .justify-between{justify-content:space-between}.freelix-dashboard .justify-around{justify-content:space-around}.freelix-dashboard .gap-1{gap:4px}.freelix-dashboard .gap-1\.5{gap:.375rem}.freelix-dashboard .gap-10{gap:40px}.freelix-dashboard .gap-2{gap:8px}.freelix-dashboard .gap-3{gap:12px}.freelix-dashboard .gap-4{gap:16px}.freelix-dashboard .gap-5{gap:20px}.freelix-dashboard .gap-6{gap:24px}.freelix-dashboard .gap-8{gap:32px}.freelix-dashboard .gap-x-6{-moz-column-gap:24px;column-gap:24px}.freelix-dashboard .gap-y-2{row-gap:8px}.freelix-dashboard :is(.space-y-0>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(0px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px*var(--tw-space-y-reverse))}.freelix-dashboard :is(.space-y-1>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(4px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4px*var(--tw-space-y-reverse))}.freelix-dashboard :is(.space-y-2>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(8px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8px*var(--tw-space-y-reverse))}.freelix-dashboard :is(.space-y-3>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(12px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12px*var(--tw-space-y-reverse))}.freelix-dashboard :is(.space-y-4>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(16px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16px*var(--tw-space-y-reverse))}.freelix-dashboard :is(.space-y-5>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(20px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(20px*var(--tw-space-y-reverse))}.freelix-dashboard :is(.space-y-6>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(24px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24px*var(--tw-space-y-reverse))}.freelix-dashboard :is(.space-y-8>:not([hidden])~:not([hidden])){--tw-space-y-reverse:0;margin-top:calc(32px*(1 - var(--tw-space-y-reverse)));margin-bottom:calc(32px*var(--tw-space-y-reverse))}.freelix-dashboard :is(.divide-y>:not([hidden])~:not([hidden])){--tw-divide-y-reverse:0;border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px*var(--tw-divide-y-reverse))}.freelix-dashboard :is(.divide-neutral-100>:not([hidden])~:not([hidden])){--tw-divide-opacity:1;border-color:rgb(245 246 250/var(--tw-divide-opacity,1))}.freelix-dashboard .self-start{align-self:flex-start}.freelix-dashboard .overflow-hidden{overflow:hidden}.freelix-dashboard .overflow-x-auto{overflow-x:auto}.freelix-dashboard .overflow-y-auto{overflow-y:auto}.freelix-dashboard .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.freelix-dashboard .whitespace-nowrap{white-space:nowrap}.freelix-dashboard .rounded{border-radius:.25rem}.freelix-dashboard .rounded-2xl{border-radius:1rem}.freelix-dashboard .rounded-3xl{border-radius:1.5rem}.freelix-dashboard .rounded-full{border-radius:9999px}.freelix-dashboard .rounded-lg{border-radius:8px}.freelix-dashboard .rounded-md{border-radius:6px}.freelix-dashboard .rounded-xl{border-radius:12px}.freelix-dashboard .rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.freelix-dashboard .rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.freelix-dashboard .rounded-br-2xl{border-bottom-right-radius:1rem}.freelix-dashboard .border{border-width:1px}.freelix-dashboard .border-0{border-width:0}.freelix-dashboard .border-2{border-width:2px}.freelix-dashboard .border-4{border-width:4px}.freelix-dashboard .border-b{border-bottom-width:1px}.freelix-dashboard .border-l-4{border-left-width:4px}.freelix-dashboard .border-r{border-right-width:1px}.freelix-dashboard .border-t{border-top-width:1px}.freelix-dashboard .border-dashed{border-style:dashed}.freelix-dashboard .border-error{--tw-border-opacity:1;border-color:rgb(229 57 53/var(--tw-border-opacity,1))}.freelix-dashboard .border-error\/20{border-color:rgba(229,57,53,.2)}.freelix-dashboard .border-info\/20{border-color:rgba(2,136,209,.2)}.freelix-dashboard .border-neutral-100{--tw-border-opacity:1;border-color:rgb(245 246 250/var(--tw-border-opacity,1))}.freelix-dashboard .border-neutral-200{--tw-border-opacity:1;border-color:rgb(238 238 238/var(--tw-border-opacity,1))}.freelix-dashboard .border-neutral-200\/50{border-color:hsla(0,0%,93%,.5)}.freelix-dashboard .border-neutral-300{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity,1))}.freelix-dashboard .border-neutral-700{--tw-border-opacity:1;border-color:rgb(79 84 92/var(--tw-border-opacity,1))}.freelix-dashboard .border-neutral-800{--tw-border-opacity:1;border-color:rgb(57 62 70/var(--tw-border-opacity,1))}.freelix-dashboard .border-primary{--tw-border-opacity:1;border-color:rgb(41 121 255/var(--tw-border-opacity,1))}.freelix-dashboard .border-primary\/10{border-color:rgba(41,121,255,.1)}.freelix-dashboard .border-primary\/20{border-color:rgba(41,121,255,.2)}.freelix-dashboard .border-primary\/30{border-color:rgba(41,121,255,.3)}.freelix-dashboard .border-slate-50{--tw-border-opacity:1;border-color:rgb(248 250 252/var(--tw-border-opacity,1))}.freelix-dashboard .border-success{--tw-border-opacity:1;border-color:rgb(67 197 158/var(--tw-border-opacity,1))}.freelix-dashboard .border-success\/20{border-color:rgba(67,197,158,.2)}.freelix-dashboard .border-transparent{border-color:transparent}.freelix-dashboard .border-warning\/20{border-color:rgba(255,179,0,.2)}.freelix-dashboard .border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity,1))}.freelix-dashboard .border-white\/10{border-color:hsla(0,0%,100%,.1)}.freelix-dashboard .border-white\/50{border-color:hsla(0,0%,100%,.5)}.freelix-dashboard .border-t-primary{--tw-border-opacity:1;border-top-color:rgb(41 121 255/var(--tw-border-opacity,1))}.freelix-dashboard .bg-accent{--tw-bg-opacity:1;background-color:rgb(67 197 158/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-black\/50{background-color:rgba(0,0,0,.5)}.freelix-dashboard .bg-error{--tw-bg-opacity:1;background-color:rgb(229 57 53/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-error-light{--tw-bg-opacity:1;background-color:rgb(255 235 238/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-error-light\/30{background-color:rgba(255,235,238,.3)}.freelix-dashboard .bg-error-light\/50{background-color:rgba(255,235,238,.5)}.freelix-dashboard .bg-error\/10{background-color:rgba(229,57,53,.1)}.freelix-dashboard .bg-info{--tw-bg-opacity:1;background-color:rgb(2 136 209/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-info-light{--tw-bg-opacity:1;background-color:rgb(225 245 254/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-info-light\/20{background-color:rgba(225,245,254,.2)}.freelix-dashboard .bg-info-light\/30{background-color:rgba(225,245,254,.3)}.freelix-dashboard .bg-info\/10{background-color:rgba(2,136,209,.1)}.freelix-dashboard .bg-info\/20{background-color:rgba(2,136,209,.2)}.freelix-dashboard .bg-neutral-100{--tw-bg-opacity:1;background-color:rgb(245 246 250/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-neutral-200{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-neutral-200\/50{background-color:hsla(0,0%,93%,.5)}.freelix-dashboard .bg-neutral-50{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-neutral-50\/50{background-color:hsla(0,0%,100%,.5)}.freelix-dashboard .bg-neutral-800\/50{background-color:rgba(57,62,70,.5)}.freelix-dashboard .bg-neutral-900{--tw-bg-opacity:1;background-color:rgb(34 40 49/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-neutral-900\/50{background-color:rgba(34,40,49,.5)}.freelix-dashboard .bg-primary{--tw-bg-opacity:1;background-color:rgb(41 121 255/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-primary-light{--tw-bg-opacity:1;background-color:rgb(235 242 255/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-primary-light\/50{background-color:rgba(235,242,255,.5)}.freelix-dashboard .bg-primary\/10{background-color:rgba(41,121,255,.1)}.freelix-dashboard .bg-primary\/20{background-color:rgba(41,121,255,.2)}.freelix-dashboard .bg-primary\/5{background-color:rgba(41,121,255,.05)}.freelix-dashboard .bg-secondary\/10{background-color:rgba(255,179,0,.1)}.freelix-dashboard .bg-slate-50{--tw-bg-opacity:1;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-success{--tw-bg-opacity:1;background-color:rgb(67 197 158/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-success-light{--tw-bg-opacity:1;background-color:rgb(232 247 242/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-success-light\/30{background-color:rgba(232,247,242,.3)}.freelix-dashboard .bg-success-light\/50{background-color:rgba(232,247,242,.5)}.freelix-dashboard .bg-success\/10{background-color:rgba(67,197,158,.1)}.freelix-dashboard .bg-success\/20{background-color:rgba(67,197,158,.2)}.freelix-dashboard .bg-transparent{background-color:transparent}.freelix-dashboard .bg-warning{--tw-bg-opacity:1;background-color:rgb(255 179 0/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-warning-light{--tw-bg-opacity:1;background-color:rgb(255 248 230/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-warning-light\/30{background-color:rgba(255,248,230,.3)}.freelix-dashboard .bg-warning-light\/50{background-color:rgba(255,248,230,.5)}.freelix-dashboard .bg-warning\/10{background-color:rgba(255,179,0,.1)}.freelix-dashboard .bg-warning\/20{background-color:rgba(255,179,0,.2)}.freelix-dashboard .bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.freelix-dashboard .bg-white\/10{background-color:hsla(0,0%,100%,.1)}.freelix-dashboard .bg-white\/5{background-color:hsla(0,0%,100%,.05)}.freelix-dashboard .bg-white\/80{background-color:hsla(0,0%,100%,.8)}.freelix-dashboard .bg-gradient-to-br{background-image:linear-gradient(to bottom right,var(--tw-gradient-stops))}.freelix-dashboard .bg-gradient-to-r{background-image:linear-gradient(to right,var(--tw-gradient-stops))}.freelix-dashboard .from-neutral-900{--tw-gradient-from:#222831 var(--tw-gradient-from-position);--tw-gradient-to:rgba(34,40,49,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.freelix-dashboard .from-primary{--tw-gradient-from:#2979ff var(--tw-gradient-from-position);--tw-gradient-to:rgba(41,121,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.freelix-dashboard .from-primary\/10{--tw-gradient-from:rgba(41,121,255,.1) var(--tw-gradient-from-position);--tw-gradient-to:rgba(41,121,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.freelix-dashboard .from-primary\/5{--tw-gradient-from:rgba(41,121,255,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(41,121,255,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.freelix-dashboard .from-warning\/5{--tw-gradient-from:rgba(255,179,0,.05) var(--tw-gradient-from-position);--tw-gradient-to:rgba(255,179,0,0) var(--tw-gradient-to-position);--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)}.freelix-dashboard .to-info-light\/30{--tw-gradient-to:rgba(225,245,254,.3) var(--tw-gradient-to-position)}.freelix-dashboard .to-neutral-800{--tw-gradient-to:#393e46 var(--tw-gradient-to-position)}.freelix-dashboard .to-primary-dark{--tw-gradient-to:#1e61d9 var(--tw-gradient-to-position)}.freelix-dashboard .to-transparent{--tw-gradient-to:transparent var(--tw-gradient-to-position)}.freelix-dashboard .bg-cover{background-size:cover}.freelix-dashboard .bg-center{background-position:50%}.freelix-dashboard .object-contain{-o-object-fit:contain;object-fit:contain}.freelix-dashboard .object-cover{-o-object-fit:cover;object-fit:cover}.freelix-dashboard .p-0{padding:0}.freelix-dashboard .p-1{padding:4px}.freelix-dashboard .p-10{padding:40px}.freelix-dashboard .p-12{padding:48px}.freelix-dashboard .p-2{padding:8px}.freelix-dashboard .p-3{padding:12px}.freelix-dashboard .p-4{padding:16px}.freelix-dashboard .p-5{padding:20px}.freelix-dashboard .p-6{padding:24px}.freelix-dashboard .p-8{padding:32px}.freelix-dashboard .px-1\.5{padding-left:.375rem;padding-right:.375rem}.freelix-dashboard .px-2{padding-left:8px;padding-right:8px}.freelix-dashboard .px-2\.5{padding-left:.625rem;padding-right:.625rem}.freelix-dashboard .px-3{padding-left:12px;padding-right:12px}.freelix-dashboard .px-4{padding-left:16px;padding-right:16px}.freelix-dashboard .px-5{padding-left:20px;padding-right:20px}.freelix-dashboard .px-6{padding-left:24px;padding-right:24px}.freelix-dashboard .py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.freelix-dashboard .py-1{padding-top:4px;padding-bottom:4px}.freelix-dashboard .py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.freelix-dashboard .py-10{padding-top:40px;padding-bottom:40px}.freelix-dashboard .py-12{padding-top:48px;padding-bottom:48px}.freelix-dashboard .py-16{padding-top:4rem;padding-bottom:4rem}.freelix-dashboard .py-2{padding-top:8px;padding-bottom:8px}.freelix-dashboard .py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.freelix-dashboard .py-3{padding-top:12px;padding-bottom:12px}.freelix-dashboard .py-4{padding-top:16px;padding-bottom:16px}.freelix-dashboard .py-6{padding-top:24px;padding-bottom:24px}.freelix-dashboard .py-8{padding-top:32px;padding-bottom:32px}.freelix-dashboard .pb-12{padding-bottom:48px}.freelix-dashboard .pb-2{padding-bottom:8px}.freelix-dashboard .pb-28{padding-bottom:7rem}.freelix-dashboard .pb-3{padding-bottom:12px}.freelix-dashboard .pb-4{padding-bottom:16px}.freelix-dashboard .pb-6{padding-bottom:24px}.freelix-dashboard .pb-8{padding-bottom:32px}.freelix-dashboard .pb-\[env\(safe-area-inset-bottom\)\]{padding-bottom:env(safe-area-inset-bottom)}.freelix-dashboard .pr-10{padding-right:40px}.freelix-dashboard .pt-0{padding-top:0}.freelix-dashboard .pt-2{padding-top:8px}.freelix-dashboard .pt-4{padding-top:16px}.freelix-dashboard .pt-6{padding-top:24px}.freelix-dashboard .text-left{text-align:left}.freelix-dashboard .text-center{text-align:center}.freelix-dashboard .text-right{text-align:right}.freelix-dashboard .font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.freelix-dashboard .font-sans{font-family:Noto Sans TC,Roboto,Arial,sans-serif}.freelix-dashboard .text-2xl{font-size:24px;line-height:1.2}.freelix-dashboard .text-3xl{font-size:30px;line-height:1.2}.freelix-dashboard .text-4xl{font-size:36px;line-height:1.2}.freelix-dashboard .text-6xl{font-size:3.75rem;line-height:1}.freelix-dashboard .text-\[10px\]{font-size:10px}.freelix-dashboard .text-base{font-size:16px;line-height:1.5}.freelix-dashboard .text-lg{font-size:18px;line-height:1.2}.freelix-dashboard .text-sm{font-size:14px;line-height:1.5}.freelix-dashboard .text-xl{font-size:20px;line-height:1.2}.freelix-dashboard .text-xs{font-size:12px;line-height:1.5}.freelix-dashboard .font-black{font-weight:900}.freelix-dashboard .font-bold{font-weight:700}.freelix-dashboard .font-medium{font-weight:500}.freelix-dashboard .font-normal{font-weight:400}.freelix-dashboard .font-semibold{font-weight:600}.freelix-dashboard .uppercase{text-transform:uppercase}.freelix-dashboard .italic{font-style:italic}.freelix-dashboard .leading-none{line-height:1}.freelix-dashboard .leading-relaxed{line-height:1.625}.freelix-dashboard .leading-snug{line-height:1.375}.freelix-dashboard .leading-tight{line-height:1.25}.freelix-dashboard .tracking-wider{letter-spacing:.05em}.freelix-dashboard .text-error{--tw-text-opacity:1;color:rgb(229 57 53/var(--tw-text-opacity,1))}.freelix-dashboard .text-error-dark{--tw-text-opacity:1;color:rgb(198 40 40/var(--tw-text-opacity,1))}.freelix-dashboard .text-info{--tw-text-opacity:1;color:rgb(2 136 209/var(--tw-text-opacity,1))}.freelix-dashboard .text-info-dark{--tw-text-opacity:1;color:rgb(1 87 155/var(--tw-text-opacity,1))}.freelix-dashboard .text-info-dark\/80{color:rgba(1,87,155,.8)}.freelix-dashboard .text-neutral-300{--tw-text-opacity:1;color:rgb(224 224 224/var(--tw-text-opacity,1))}.freelix-dashboard .text-neutral-400{--tw-text-opacity:1;color:rgb(189 189 189/var(--tw-text-opacity,1))}.freelix-dashboard .text-neutral-500{--tw-text-opacity:1;color:rgb(125 130 138/var(--tw-text-opacity,1))}.freelix-dashboard .text-neutral-600{--tw-text-opacity:1;color:rgb(102 107 115/var(--tw-text-opacity,1))}.freelix-dashboard .text-neutral-700{--tw-text-opacity:1;color:rgb(79 84 92/var(--tw-text-opacity,1))}.freelix-dashboard .text-neutral-900{--tw-text-opacity:1;color:rgb(34 40 49/var(--tw-text-opacity,1))}.freelix-dashboard .text-primary{--tw-text-opacity:1;color:rgb(41 121 255/var(--tw-text-opacity,1))}.freelix-dashboard .text-primary-dark{--tw-text-opacity:1;color:rgb(30 97 217/var(--tw-text-opacity,1))}.freelix-dashboard .text-primary-dark\/80{color:rgba(30,97,217,.8)}.freelix-dashboard .text-primary-light{--tw-text-opacity:1;color:rgb(235 242 255/var(--tw-text-opacity,1))}.freelix-dashboard .text-primary\/10{color:rgba(41,121,255,.1)}.freelix-dashboard .text-secondary{--tw-text-opacity:1;color:rgb(255 179 0/var(--tw-text-opacity,1))}.freelix-dashboard .text-slate-800{--tw-text-opacity:1;color:rgb(30 41 59/var(--tw-text-opacity,1))}.freelix-dashboard .text-success{--tw-text-opacity:1;color:rgb(67 197 158/var(--tw-text-opacity,1))}.freelix-dashboard .text-success-dark{--tw-text-opacity:1;color:rgb(59 175 142/var(--tw-text-opacity,1))}.freelix-dashboard .text-warning{--tw-text-opacity:1;color:rgb(255 179 0/var(--tw-text-opacity,1))}.freelix-dashboard .text-warning-dark{--tw-text-opacity:1;color:rgb(230 162 0/var(--tw-text-opacity,1))}.freelix-dashboard .text-warning-dark\/80{color:rgba(230,162,0,.8)}.freelix-dashboard .text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.freelix-dashboard .text-white\/50{color:hsla(0,0%,100%,.5)}.freelix-dashboard .text-white\/60{color:hsla(0,0%,100%,.6)}.freelix-dashboard .text-white\/70{color:hsla(0,0%,100%,.7)}.freelix-dashboard .text-white\/90{color:hsla(0,0%,100%,.9)}.freelix-dashboard .underline{text-decoration-line:underline}.freelix-dashboard .line-through{text-decoration-line:line-through}.freelix-dashboard .no-underline{text-decoration-line:none}.freelix-dashboard .underline-offset-4{text-underline-offset:4px}.freelix-dashboard .antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.freelix-dashboard .opacity-0{opacity:0}.freelix-dashboard .opacity-70{opacity:.7}.freelix-dashboard .shadow-\[0_-4px_10px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{--tw-shadow:0 -4px 10px rgba(0,0,0,.05);--tw-shadow-colored:0 -4px 10px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.freelix-dashboard .shadow-\[0_10px_30px_rgba\(41\2c 121\2c 255\2c 0\.3\)\]{--tw-shadow:0 10px 30px rgba(41,121,255,.3);--tw-shadow-colored:0 10px 30px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.freelix-dashboard .shadow-\[0_20px_60px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{--tw-shadow:0 20px 60px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 60px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.freelix-dashboard .shadow-\[inset_0_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.1\)\]{--tw-shadow:inset 0 2px 4px rgba(0,0,0,.1);--tw-shadow-colored:inset 0 2px 4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.freelix-dashboard .shadow-lg{--tw-shadow:0 8px 24px rgba(41,121,255,.12);--tw-shadow-colored:0 8px 24px var(--tw-shadow-color)}.freelix-dashboard .shadow-lg,.freelix-dashboard .shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.freelix-dashboard .shadow-md{--tw-shadow:0 4px 16px rgba(41,121,255,.09);--tw-shadow-colored:0 4px 16px var(--tw-shadow-color)}.freelix-dashboard .shadow-sm{--tw-shadow:0 2px 8px rgba(41,121,255,.05);--tw-shadow-colored:0 2px 8px var(--tw-shadow-color)}.freelix-dashboard .shadow-sm,.freelix-dashboard .shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.freelix-dashboard .shadow-xl{--tw-shadow:0 12px 32px rgba(41,121,255,.15);--tw-shadow-colored:0 12px 32px var(--tw-shadow-color)}.freelix-dashboard .outline-none{outline:2px solid transparent;outline-offset:2px}.freelix-dashboard .outline{outline-style:solid}.freelix-dashboard .blur{--tw-blur:blur(8px)}.freelix-dashboard .blur,.freelix-dashboard .blur-3xl{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)}.freelix-dashboard .blur-3xl{--tw-blur:blur(64px)}.freelix-dashboard .grayscale{--tw-grayscale:grayscale(100%)}.freelix-dashboard .filter,.freelix-dashboard .grayscale{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)}.freelix-dashboard .backdrop-blur{--tw-backdrop-blur:blur(8px)}.freelix-dashboard .backdrop-blur,.freelix-dashboard .backdrop-blur-md{-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)}.freelix-dashboard .backdrop-blur-md{--tw-backdrop-blur:blur(12px)}.freelix-dashboard .backdrop-blur-sm{--tw-backdrop-blur:blur(4px)}.freelix-dashboard .backdrop-blur-sm,.freelix-dashboard .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)}.freelix-dashboard .transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.freelix-dashboard .transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.freelix-dashboard .transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.freelix-dashboard .transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.freelix-dashboard .transition-shadow{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.freelix-dashboard .transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.freelix-dashboard .duration-300{transition-duration:.3s}.freelix-dashboard .duration-500{transition-duration:.5s}.freelix-dashboard .ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.freelix-dashboard .ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.freelix-dashboard .hover\:translate-x-1:hover{--tw-translate-x:4px}.freelix-dashboard .hover\:scale-105:hover,.freelix-dashboard .hover\:translate-x-1:hover{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.freelix-dashboard .hover\:scale-105:hover{--tw-scale-x:1.05;--tw-scale-y:1.05}.freelix-dashboard .hover\:border-error:hover{--tw-border-opacity:1;border-color:rgb(229 57 53/var(--tw-border-opacity,1))}.freelix-dashboard .hover\:border-info\/30:hover{border-color:rgba(2,136,209,.3)}.freelix-dashboard .hover\:border-primary:hover{--tw-border-opacity:1;border-color:rgb(41 121 255/var(--tw-border-opacity,1))}.freelix-dashboard .hover\:border-primary\/20:hover{border-color:rgba(41,121,255,.2)}.freelix-dashboard .hover\:border-primary\/30:hover{border-color:rgba(41,121,255,.3)}.freelix-dashboard .hover\:border-primary\/50:hover{border-color:rgba(41,121,255,.5)}.freelix-dashboard .hover\:border-success\/30:hover{border-color:rgba(67,197,158,.3)}.freelix-dashboard .hover\:border-warning\/30:hover{border-color:rgba(255,179,0,.3)}.freelix-dashboard .hover\:border-warning\/50:hover{border-color:rgba(255,179,0,.5)}.freelix-dashboard .hover\:bg-accent-dark:hover{--tw-bg-opacity:1;background-color:rgb(59 175 142/var(--tw-bg-opacity,1))}.freelix-dashboard .hover\:bg-error:hover{--tw-bg-opacity:1;background-color:rgb(229 57 53/var(--tw-bg-opacity,1))}.freelix-dashboard .hover\:bg-error-dark:hover{--tw-bg-opacity:1;background-color:rgb(198 40 40/var(--tw-bg-opacity,1))}.freelix-dashboard .hover\:bg-error-light:hover{--tw-bg-opacity:1;background-color:rgb(255 235 238/var(--tw-bg-opacity,1))}.freelix-dashboard .hover\:bg-error-light\/10:hover{background-color:rgba(255,235,238,.1)}.freelix-dashboard .hover\:bg-error\/10:hover{background-color:rgba(229,57,53,.1)}.freelix-dashboard .hover\:bg-error\/20:hover{background-color:rgba(229,57,53,.2)}.freelix-dashboard .hover\:bg-neutral-100:hover{--tw-bg-opacity:1;background-color:rgb(245 246 250/var(--tw-bg-opacity,1))}.freelix-dashboard .hover\:bg-neutral-200:hover{--tw-bg-opacity:1;background-color:rgb(238 238 238/var(--tw-bg-opacity,1))}.freelix-dashboard .hover\:bg-neutral-50:hover{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.freelix-dashboard .hover\:bg-neutral-50\/50:hover{background-color:hsla(0,0%,100%,.5)}.freelix-dashboard .hover\:bg-neutral-800\/50:hover{background-color:rgba(57,62,70,.5)}.freelix-dashboard .hover\:bg-primary:hover{--tw-bg-opacity:1;background-color:rgb(41 121 255/var(--tw-bg-opacity,1))}.freelix-dashboard .hover\:bg-primary-dark:hover{--tw-bg-opacity:1;background-color:rgb(30 97 217/var(--tw-bg-opacity,1))}.freelix-dashboard .hover\:bg-primary\/20:hover{background-color:rgba(41,121,255,.2)}.freelix-dashboard .hover\:bg-primary\/5:hover{background-color:rgba(41,121,255,.05)}.freelix-dashboard .hover\:bg-secondary:hover{--tw-bg-opacity:1;background-color:rgb(255 179 0/var(--tw-bg-opacity,1))}.freelix-dashboard .hover\:bg-success-dark:hover{--tw-bg-opacity:1;background-color:rgb(59 175 142/var(--tw-bg-opacity,1))}.freelix-dashboard .hover\:bg-success\/10:hover{background-color:rgba(67,197,158,.1)}.freelix-dashboard .hover\:text-error:hover{--tw-text-opacity:1;color:rgb(229 57 53/var(--tw-text-opacity,1))}.freelix-dashboard .hover\:text-error-dark:hover{--tw-text-opacity:1;color:rgb(198 40 40/var(--tw-text-opacity,1))}.freelix-dashboard .hover\:text-neutral-600:hover{--tw-text-opacity:1;color:rgb(102 107 115/var(--tw-text-opacity,1))}.freelix-dashboard .hover\:text-neutral-900:hover{--tw-text-opacity:1;color:rgb(34 40 49/var(--tw-text-opacity,1))}.freelix-dashboard .hover\:text-primary:hover{--tw-text-opacity:1;color:rgb(41 121 255/var(--tw-text-opacity,1))}.freelix-dashboard .hover\:text-primary-dark:hover{--tw-text-opacity:1;color:rgb(30 97 217/var(--tw-text-opacity,1))}.freelix-dashboard .hover\:text-success:hover{--tw-text-opacity:1;color:rgb(67 197 158/var(--tw-text-opacity,1))}.freelix-dashboard .hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.freelix-dashboard .hover\:underline:hover{text-decoration-line:underline}.freelix-dashboard .hover\:shadow-md:hover{--tw-shadow:0 4px 16px rgba(41,121,255,.09);--tw-shadow-colored:0 4px 16px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.freelix-dashboard .focus\:border-primary:focus{--tw-border-opacity:1;border-color:rgb(41 121 255/var(--tw-border-opacity,1))}.freelix-dashboard .focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.freelix-dashboard .focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.freelix-dashboard .focus\:ring-1:focus,.freelix-dashboard .focus\:ring-2:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.freelix-dashboard .focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.freelix-dashboard .focus\:ring-primary:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(41 121 255/var(--tw-ring-opacity,1))}.freelix-dashboard .focus\:ring-primary-light:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(235 242 255/var(--tw-ring-opacity,1))}.freelix-dashboard :is(.group:hover .group-hover\:scale-105){--tw-scale-x:1.05;--tw-scale-y:1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.freelix-dashboard :is(.group:hover .group-hover\:scale-110){--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.freelix-dashboard :is(.group:hover .group-hover\:animate-pulse){animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.freelix-dashboard :is(.group:hover .group-hover\:bg-primary-light){--tw-bg-opacity:1;background-color:rgb(235 242 255/var(--tw-bg-opacity,1))}.freelix-dashboard :is(.group:hover .group-hover\:text-primary){--tw-text-opacity:1;color:rgb(41 121 255/var(--tw-text-opacity,1))}.freelix-dashboard :is(.group:hover .group-hover\:text-primary-light){--tw-text-opacity:1;color:rgb(235 242 255/var(--tw-text-opacity,1))}.freelix-dashboard :is(.group:hover .group-hover\:opacity-100){opacity:1}@media (min-width:640px){.freelix-dashboard .sm\:mt-0{margin-top:0}.freelix-dashboard .sm\:w-auto{width:auto}.freelix-dashboard .sm\:flex-none{flex:none}.freelix-dashboard .sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.freelix-dashboard .sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.freelix-dashboard .sm\:flex-row{flex-direction:row}.freelix-dashboard .sm\:items-center{align-items:center}.freelix-dashboard .sm\:gap-4{gap:16px}.freelix-dashboard .sm\:self-auto{align-self:auto}}@media (min-width:768px){.freelix-dashboard .md\:mt-0{margin-top:0}.freelix-dashboard .md\:flex{display:flex}.freelix-dashboard .md\:hidden{display:none}.freelix-dashboard .md\:w-32{width:8rem}.freelix-dashboard .md\:w-48{width:12rem}.freelix-dashboard .md\:w-auto{width:auto}.freelix-dashboard .md\:flex-none{flex:none}.freelix-dashboard .md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.freelix-dashboard .md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.freelix-dashboard .md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.freelix-dashboard .md\:flex-row{flex-direction:row}.freelix-dashboard .md\:flex-col{flex-direction:column}.freelix-dashboard .md\:items-start{align-items:flex-start}.freelix-dashboard .md\:items-end{align-items:flex-end}.freelix-dashboard .md\:items-center{align-items:center}.freelix-dashboard .md\:justify-start{justify-content:flex-start}.freelix-dashboard .md\:border-t-0{border-top-width:0}.freelix-dashboard .md\:p-4{padding:16px}.freelix-dashboard .md\:p-6{padding:24px}.freelix-dashboard .md\:p-8{padding:32px}.freelix-dashboard .md\:pb-0{padding-bottom:0}.freelix-dashboard .md\:pb-8{padding-bottom:32px}.freelix-dashboard .md\:pt-0{padding-top:0}.freelix-dashboard .md\:text-left{text-align:left}.freelix-dashboard .md\:text-3xl{font-size:30px;line-height:1.2}.freelix-dashboard .md\:text-base{font-size:16px;line-height:1.5}.freelix-dashboard .md\:text-sm{font-size:14px;line-height:1.5}}@media (min-width:1024px){.freelix-dashboard .lg\:col-span-1{grid-column:span 1/span 1}.freelix-dashboard .lg\:col-span-2{grid-column:span 2/span 2}.freelix-dashboard .lg\:w-1\/2{width:50%}.freelix-dashboard .lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.freelix-dashboard .lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.freelix-dashboard .lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.freelix-dashboard .lg\:flex-row{flex-direction:row}.freelix-dashboard .lg\:border-b-0{border-bottom-width:0}.freelix-dashboard .lg\:border-r{border-right-width:1px}.freelix-dashboard .lg\:p-10{padding:40px}.freelix-dashboard .lg\:pb-0{padding-bottom:0}.freelix-dashboard .lg\:pr-10{padding-right:40px}}@media (min-width:1280px){.freelix-dashboard .xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.freelix-dashboard .xl\:grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}}.freelix-dashboard .\[\&\.active\]\:block.active{display:block}.freelix-dashboard .\[\&\.active\]\:border-primary.active{--tw-border-opacity:1;border-color:rgb(41 121 255/var(--tw-border-opacity,1))}.freelix-dashboard .\[\&\.active\]\:bg-primary\/5.active{background-color:rgba(41,121,255,.05)}.freelix-dashboard .\[\&\.active\]\:text-primary.active{--tw-text-opacity:1;color:rgb(41 121 255/var(--tw-text-opacity,1))}.freelix-dashboard :is(.active .\[\.active_\&\]\:translate-y-0){--tw-translate-y:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}