.app-header{width:100%;height:var(--layout-header-height);flex-shrink:0;padding:var(--spacing-m) var(--spacing-3xl);background:var(--background-light);border-bottom:var(--s) solid var(--border-primary);box-sizing:border-box;display:flex;align-items:center}.app-header__inner{align-self:stretch;flex:1;display:flex;justify-content:space-between;align-items:center}.app-header__logo{height:100%;display:flex;align-items:center}.app-header__logo-img{height:49px;width:auto;-o-object-fit:contain;object-fit:contain}.app-header__right{display:flex;justify-content:flex-start;align-items:center;gap:var(--spacing-l)}.app-header__notification{width:24px;height:24px;position:relative}.app-header__notification-badge{width:var(--spacing-xs);height:var(--spacing-xs);left:var(--spacing-m);top:2px;position:absolute;background:var(--status-danger-enabled);border-radius:var(--radius-round)}.app-header__user-block{height:40px;padding-left:var(--spacing-m);border-left:var(--s) solid var(--border-primary);display:flex;justify-content:flex-start;align-items:center;gap:var(--spacing-s)}.app-header__user-info{display:inline-flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;text-align:right}.app-header__user-name{color:var(--text-title);font-size:14px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:510;line-height:22px;word-wrap:break-word}.app-header__user-email{color:var(--text-subtitle);font-size:12px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:20px;word-wrap:break-word}.app-header__avatar-wrap{width:32px;height:32px;padding:0 1px;display:flex;justify-content:flex-start;align-items:flex-start;gap:var(--spacing-xs)}.app-header__avatar{width:31px;height:31px;position:relative;border-radius:var(--radius-round);outline:var(--s) solid var(--background-light);background:var(--background-default);display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:pointer;transition:opacity .2s}.app-header__avatar:hover{opacity:.9}.app-header__avatar-initial{font-size:14px;font-weight:510;color:var(--icon-contrast)}.app-sidebar{background:var(--background-light);border-right:var(--s) solid var(--border-primary);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.app-sidebar__nav{align-self:stretch;flex:1 1 0;padding-top:var(--spacing-2xl);padding-left:var(--spacing-s);padding-right:var(--spacing-s);overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--spacing-m)}.app-sidebar__section-label{color:var(--text-placeholder);font-size:12px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:510;line-height:20px;word-wrap:break-word}.app-sidebar__nav-items{align-self:stretch;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:var(--spacing-xs)}.app-sidebar__nav-link{align-self:stretch;height:40px;padding-left:var(--spacing-s);padding-right:var(--spacing-s);border-radius:var(--radius-m);display:inline-flex;justify-content:flex-start;align-items:center;gap:var(--spacing-xs);text-decoration:none;transition:background-color .2s,color .2s}.app-sidebar__nav-link--default{color:var(--text-subtitle);font-size:14px;font-family:SF Pro,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:510;line-height:22px}.app-sidebar__nav-link--default:hover{background:var(--background-gray-light);color:var(--text-title)}.app-sidebar__nav-link--active{background:var(--primary-focused)}.app-sidebar__nav-link-text{flex:1 1 0;word-wrap:break-word}.app-sidebar__nav-link--default .app-sidebar__nav-link-text{color:var(--text-subtitle)}.app-sidebar__nav-link--active .app-sidebar__nav-link-text{color:var(--text-title);line-height:20px}.app-sidebar__nav-icon{width:20px;height:20px;flex-shrink:0}.app-sidebar__nav-link--default .app-sidebar__nav-icon{color:var(--icon-contrast)}.app-sidebar__nav-link--active .app-sidebar__nav-icon{color:var(--icon-brand-primary)}:root{--gray-blue-50: #f8fafc;--gray-blue-100: #f1f5f9;--gray-blue-200: #e2e8f0;--gray-blue-300: #cbd5e1;--gray-blue-400: #94a3b8;--gray-blue-500: #64748b;--gray-blue-600: #475569;--gray-blue-700: #334155;--gray-blue-800: #1e293b;--gray-blue-900: #0f172a;--gray-blue-950: #020617;--neutral-50: #ffffff;--neutral-100: #f4f4f5;--neutral-200: #e4e4e7;--neutral-300: #d4d4d8;--neutral-400: #a1a1aa;--neutral-500: #71717a;--neutral-600: #52525b;--neutral-700: #3f3f46;--neutral-800: #27272a;--neutral-900: #18181b;--neutral-950: #09090b;--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;--red-950: #450a0a;--orange-50: #fff9ec;--orange-100: #fff1d3;--orange-200: #ffdfa5;--orange-300: #ffc76d;--orange-400: #ffa332;--orange-500: #ff860a;--orange-600: #fc6c00;--orange-700: #cc4e02;--orange-800: #a13d0b;--orange-900: #82340c;--orange-950: #461804;--yellow-50: #fdfbe9;--yellow-100: #fcf6c5;--yellow-200: #faec8e;--yellow-300: #f7da4d;--yellow-400: #f2c41d;--yellow-500: #e6af10;--yellow-600: #c3850b;--yellow-700: #9c5f0c;--yellow-800: #814b12;--yellow-900: #6e3e15;--yellow-950: #401f08;--lime-50: #f7fee7;--lime-100: #ecfccb;--lime-200: #d9f99d;--lime-300: #bef264;--lime-400: #a3e635;--lime-500: #84cc16;--lime-600: #65a30d;--lime-700: #4d7c0f;--lime-800: #3f6212;--lime-900: #365314;--lime-950: #1a2e05;--green-50: #f5fee7;--green-100: #e7fdca;--green-200: #cffa9c;--green-300: #aff363;--green-400: #90e833;--green-500: #65b812;--green-600: #55a50b;--green-700: #417d0e;--green-800: #366311;--green-900: #2f5413;--green-950: #162e05;--emerald-50: #ecfdf5;--emerald-100: #d1fae5;--emerald-200: #a7f3d0;--emerald-300: #6ee7b7;--emerald-400: #34d399;--emerald-500: #10b981;--emerald-600: #059669;--emerald-700: #047857;--emerald-800: #065f46;--emerald-900: #064e3b;--emerald-950: #022c22;--blue-50: #edf9ff;--blue-100: #d6f1ff;--blue-200: #b5e8ff;--blue-300: #83dbff;--blue-400: #48c6ff;--blue-500: #1ea6ff;--blue-600: #0687ff;--blue-700: #0073ff;--blue-800: #0858c5;--blue-900: #0d4d9b;--blue-950: #0e2f5d;--indigo-50: #eef2ff;--indigo-100: #e0e7ff;--indigo-200: #c7d2fe;--indigo-300: #a5b4fc;--indigo-400: #818cf8;--indigo-500: #6366f1;--indigo-600: #4f46e5;--indigo-700: #4338ca;--indigo-800: #3730a3;--indigo-900: #312e81;--indigo-950: #1e1b4b;--pink-50: #fdf2f8;--pink-100: #fce7f3;--pink-200: #fbcfe8;--pink-300: #f9a8d4;--pink-400: #f472b6;--pink-500: #ec4899;--pink-600: #db2777;--pink-700: #be185d;--pink-800: #9d174d;--pink-900: #831843;--pink-950: #500724;--turquoise-blue-50: #f2fbfa;--turquoise-blue-100: #d3f4f2;--turquoise-blue-200: #a8e7e5;--turquoise-blue-300: #74d3d4;--turquoise-blue-400: #40a5a9;--turquoise-blue-500: #2e989e;--turquoise-blue-600: #22797f;--turquoise-blue-700: #1f6066;--turquoise-blue-800: #1d4d52;--turquoise-blue-900: #1c4145;--turquoise-blue-950: #0b2428;--amethyst-50: #faf8fc;--amethyst-100: #f3eef9;--amethyst-200: #ebe0f4;--amethyst-300: #dbc7eb;--amethyst-400: #c3a3dd;--amethyst-500: #ab7ece;--amethyst-600: #915cb9;--amethyst-700: #7f4ea2;--amethyst-800: #6b4386;--amethyst-900: #57376c;--amethyst-950: #3a1f4c;--talora-purple-50: #faf5ff;--talora-purple-100: #f3e8ff;--talora-purple-200: #e9d5ff;--talora-purple-300: #d8b4fe;--talora-purple-400: #c084fc;--talora-purple-500: #a855f7;--talora-purple-600: #9333ea;--talora-purple-700: #7c3aed;--talora-purple-800: #6b21a8;--talora-purple-900: #581c87;--talora-teal-50: #f0fdfa;--talora-teal-100: #ccfbf1;--talora-teal-200: #99f6e4;--talora-teal-300: #5eead4;--talora-teal-400: #2dd4bf;--talora-teal-500: #14b8a6;--talora-teal-600: #0d9488;--talora-teal-700: #0f766e;--talora-teal-800: #115e59;--talora-teal-900: #134e4a;--number-0: 0px;--number-05: .5px;--number-1: 1px;--number-2: 2px;--number-4: 4px;--number-8: 8px;--number-12: 12px;--number-16: 16px;--number-20: 20px;--number-24: 24px;--number-32: 32px;--number-40: 40px;--number-48: 48px;--number-56: 56px;--number-60: 60px;--number-64: 64px;--number-max: 1000px}:root{--heading---h1: 1rem;--heading---h2: .8rem;--heading---h3: .67rem;--heading---h4: .5rem;--heading---h5: .47rem;--heading---h6: .4rem;--body--large---regular: .3rem;--body--large---medium: .3rem;--body--large---semi-bold: .3rem;--body--large---bold: .3rem;--body--medium---regular: .27rem;--body--medium---medium: .27rem;--body--medium---semi-bold: .27rem;--body--medium---bold: .27rem;--body--small---regular: .23rem;--body--small---medium: .23rem;--body--extra--small---regular: .2rem;--body--extra--small---medium: .2rem;--spe-case---support-text: .2rem;--spe-case---uppercase: .23rem;--spe-case---super-small: .17rem;--l: var(--number-4);--m: var(--number-2);--s: var(--number-1);--xs: var(--number-05);--spacing-4xl: var(--number-40);--spacing-2xl: var(--number-24);--spacing-3xl: var(--number-32);--spacing-m: var(--number-16);--spacing-s: var(--number-12);--spacing-5xl: var(--number-48);--spacing-xs: var(--number-8);--spacing-l: var(--number-20);--spacing-xxs: var(--number-4);--spacing-2xxs: var(--number-2);--spacing-none: var(--number-0);--layout-sidebar-width: 14rem;--layout-header-height: 80px;--radius-round: var(--number-max);--radius-xl: var(--number-16);--radius-l: var(--number-12);--radius-2xl: var(--number-20);--radius-m: var(--number-8);--radius-s: var(--number-4);--radius-none: var(--number-0);--shadow-1: 0px 1px 3px rgba(166, 175, 195, .4);--shadow-2: 0px 5px 12px rgba(0, 0, 0, .1);--shadow-3: 0px 4px 12px rgba(13, 10, 44, .06);--shadow-4: 0px 10px 15px rgba(5, 13, 29, .18);--shadow-5: 0px 12px 34px rgba(13, 10, 44, .08), 0px 34px 26px rgba(13, 10, 44, .05);--shadow-6: 0px 20px 20px rgba(5, 13, 29, .2)}:root{--primary-enable: var(--turquoise-blue-600);--primary-hovered: var(--turquoise-blue-300);--primary-pressed: var(--turquoise-blue-200);--primary-focused: var(--turquoise-blue-100);--primary-disabled: var(--neutral-300);--primary-accent: var(--turquoise-blue-50);--secondary-enable: var(--amethyst-600);--secondary-hovered: var(--amethyst-400);--secondary-pressed: var(--amethyst-200);--secondary-focused: var(--amethyst-100);--secondary-disabled: var(--neutral-300);--secondary-accent: var(--amethyst-50);--text-title: var(--neutral-950);--text-subtitle: var(--gray-blue-500);--text-placeholder: var(--gray-blue-500);--text-brand-primary: var(--turquoise-blue-600);--text-brand-secondary: var(--amethyst-600);--text-inverted: var(--neutral-50);--text-disabled: var(--neutral-400);--status-success-enabled: var(--green-700);--status-success-hovered: var(--green-500);--status-success-focused: var(--green-50);--status-success-pressed: var(--green-300);--status-info-enabled: var(--blue-700);--status-info-hovered: var(--blue-400);--status-info-pressed: var(--blue-300);--status-info-focused: var(--blue-50);--status-warning-enabled: var(--orange-600);--status-warning-hovered: var(--orange-400);--status-warning-pressed: var(--orange-300);--status-warning-focused: var(--orange-50);--status-caution-enabled: var(--yellow-600);--status-caution-hovered: var(--yellow-400);--status-caution-pressed: var(--yellow-300);--status-caution-focused: var(--yellow-50);--status-danger-enabled: var(--red-600);--status-danger-hovered: var(--red-400);--status-danger-pressed: var(--red-300);--status-danger-focused: var(--red-50);--background-default: var(--gray-blue-50);--background-light: var(--neutral-50);--background-dark: var(--neutral-950);--background-disabled: var(--neutral-200);--background-gray: var(--gray-blue-500);--background-gray-light: var(--gray-blue-200);--border-secondary: var(--gray-blue-400);--border-primary: var(--gray-blue-300);--border-brand-primary: var(--turquoise-blue-600);--border-brand-secondary: var(--amethyst-600);--icon-primary: var(--neutral-950);--icon-secondary: var(--gray-blue-500);--icon-contrast: var(--gray-blue-400);--icon-disabled: var(--neutral-400);--icon-brand-primary: var(--turquoise-blue-600);--icon-brand-secondary: var(--amethyst-600);--icon-inverted: var(--neutral-50)}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(147 197 253 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(147 197 253 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}:root{--background: 0 0% 100%;--foreground: 222.2 84% 4.9%;--card: 0 0% 100%;--card-foreground: 222.2 84% 4.9%;--popover: 0 0% 100%;--popover-foreground: 222.2 84% 4.9%;--primary: 271 81% 56%;--primary-foreground: 210 40% 98%;--secondary: 210 40% 96.1%;--secondary-foreground: 222.2 47.4% 11.2%;--muted: 210 40% 96.1%;--muted-foreground: 215.4 16.3% 46.9%;--accent: 210 40% 96.1%;--accent-foreground: 222.2 47.4% 11.2%;--destructive: 0 84.2% 60.2%;--destructive-foreground: 210 40% 98%;--border: 214.3 31.8% 91.4%;--input: 214.3 31.8% 91.4%;--ring: 271 81% 56%;--radius: .5rem}*{border-color:hsl(var(--border))}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}.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}}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{inset:0}.left-0{left:0}.left-3{left:.75rem}.top-1\/2{top:50%}.top-full{top:100%}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.col-span-2{grid-column:span 2 / span 2}.mx-auto{margin-left:auto;margin-right:auto}.mb-3{margin-bottom:.75rem}.mt-1{margin-top:.25rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.inline-block{display:inline-block}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.hidden{display:none}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-4{height:1rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-\[38px\]{height:38px}.max-h-48{max-height:12rem}.max-h-\[70vh\]{max-height:70vh}.min-h-0{min-height:0px}.min-h-\[38px\]{min-height:38px}.min-h-\[80px\]{min-height:80px}.min-h-screen{min-height:100vh}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-4{width:1rem}.w-40{width:10rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-\[38px\]{width:38px}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.w-sidebar{width:var(--layout-sidebar-width)}.min-w-0{min-width:0px}.max-w-\[200px\]{max-width:200px}.max-w-\[420px\]{max-width:420px}.max-w-\[480px\]{max-width:480px}.max-w-\[560px\]{max-width:560px}.max-w-\[600px\]{max-width:600px}.max-w-md{max-width:28rem}.flex-1{flex:1 1 0%}.shrink-0{flex-shrink:0}.border-collapse{border-collapse:collapse}.-translate-y-1\/2{--tw-translate-y: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate: 180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes spin{to{transform:rotate(360deg)}}.animate-spin{animation:spin 1s linear infinite}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize-y{resize:vertical}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0px}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-s{gap:var(--spacing-s)}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-m>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(var(--spacing-m) * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(var(--spacing-m) * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-border-primary>:not([hidden])~:not([hidden]){border-color:var(--border-primary)}.self-stretch{align-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-nowrap{white-space:nowrap}.rounded-2xl{border-radius:var(--radius-2xl)}.rounded-full{border-radius:var(--radius-round)}.rounded-lg{border-radius:var(--radius-l)}.rounded-m{border-radius:var(--radius-m)}.rounded-sm{border-radius:var(--radius-s)}.border{border-width:1px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-t{border-top-width:1px}.border-background-light{border-color:var(--background-light)}.border-border-primary{border-color:var(--border-primary)}.border-border-secondary{border-color:var(--border-secondary)}.border-primary{border-color:hsl(var(--primary))}.border-primary-enable{border-color:var(--primary-enable)}.border-status-danger{border-color:var(--status-danger-enabled)}.border-t-transparent{border-top-color:transparent}.bg-background{background-color:hsl(var(--background))}.bg-background-default{background-color:var(--background-default)}.bg-background-gray-light{background-color:var(--background-gray-light)}.bg-background-light{background-color:var(--background-light)}.bg-black{--tw-bg-opacity: 1;background-color:rgb(0 0 0 / var(--tw-bg-opacity, 1))}.bg-black\/40{background-color:#0006}.bg-gray-blue-100{background-color:var(--gray-blue-100)}.bg-gray-blue-200{background-color:var(--gray-blue-200)}.bg-gray-blue-50{background-color:var(--gray-blue-50)}.bg-primary-enable{background-color:var(--primary-enable)}.bg-primary-focused{background-color:var(--primary-focused)}.bg-status-danger{background-color:var(--status-danger-enabled)}.bg-status-danger-focused{background-color:var(--status-danger-focused)}.bg-status-success-hovered{background-color:var(--status-success-hovered)}.bg-text-subtitle{background-color:var(--text-subtitle)}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-m{padding:var(--spacing-m)}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-s{padding-left:var(--spacing-s);padding-right:var(--spacing-s)}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-xxs{padding-top:var(--spacing-xxs);padding-bottom:var(--spacing-xxs)}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pl-9{padding-left:2.25rem}.pr-3{padding-right:.75rem}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[11px\]{font-size:11px}.text-\[18px\]{font-size:18px}.text-\[28px\]{font-size:28px}.text-base{font-size:1rem;line-height:1.5rem}.text-body-medium{font-size:var(--body--medium---regular)}.text-body-small{font-size:var(--body--small---regular)}.text-heading-h4{font-size:var(--heading---h4)}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.leading-10{line-height:2.5rem}.leading-4{line-height:1rem}.leading-5{line-height:1.25rem}.leading-\[18px\]{line-height:18px}.leading-\[22px\]{line-height:22px}.leading-\[26px\]{line-height:26px}.leading-\[30px\]{line-height:30px}.tracking-\[0\.06px\]{letter-spacing:.06px}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-icon-brand-primary{color:var(--icon-brand-primary)}.text-icon-contrast{color:var(--icon-contrast)}.text-icon-secondary{color:var(--icon-secondary)}.text-primary-enable{color:var(--primary-enable)}.text-status-danger{color:var(--status-danger-enabled)}.text-status-success{color:var(--status-success-enabled)}.text-status-success-hovered{color:var(--status-success-hovered)}.text-text-inverted{color:var(--text-inverted)}.text-text-placeholder{color:var(--text-placeholder)}.text-text-subtitle{color:var(--text-subtitle)}.text-text-title{color:var(--text-title)}.accent-primary-enable{accent-color:var(--primary-enable)}.opacity-60{opacity:.6}.shadow-1{--tw-shadow: var(--shadow-1);--tw-shadow-colored: var(--shadow-1);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-2{--tw-shadow: var(--shadow-2);--tw-shadow-colored: var(--shadow-2);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-4{--tw-shadow: var(--shadow-4);--tw-shadow-colored: var(--shadow-4);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@keyframes enter{0%{opacity:var(--tw-enter-opacity, 1);transform:translate3d(var(--tw-enter-translate-x, 0),var(--tw-enter-translate-y, 0),0) scale3d(var(--tw-enter-scale, 1),var(--tw-enter-scale, 1),var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0))}}@keyframes exit{to{opacity:var(--tw-exit-opacity, 1);transform:translate3d(var(--tw-exit-translate-x, 0),var(--tw-exit-translate-y, 0),0) scale3d(var(--tw-exit-scale, 1),var(--tw-exit-scale, 1),var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0))}}.placeholder\:text-text-placeholder::-moz-placeholder{color:var(--text-placeholder)}.placeholder\:text-text-placeholder::placeholder{color:var(--text-placeholder)}.focus-within\:ring-2:focus-within{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-within\:ring-primary-focused:focus-within{--tw-ring-color: var(--primary-focused)}.focus-within\:ring-offset-0:focus-within{--tw-ring-offset-width: 0px}.hover\:bg-background-default:hover{background-color:var(--background-default)}.hover\:bg-gray-blue-300:hover{background-color:var(--gray-blue-300)}.hover\:bg-gray-blue-50:hover{background-color:var(--gray-blue-50)}.hover\:bg-primary-hovered:hover{background-color:var(--primary-hovered)}.hover\:bg-status-danger-hovered:hover{background-color:var(--status-danger-hovered)}.hover\:text-icon-primary:hover{color:var(--icon-primary)}.hover\:text-status-danger:hover{color:var(--status-danger-enabled)}.hover\:text-text-title:hover{color:var(--text-title)}.focus\:border-primary-enable:focus{border-color:var(--primary-enable)}.focus\:border-status-danger:focus{border-color:var(--status-danger-enabled)}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus-visible\:outline-none:focus-visible{outline:2px solid transparent;outline-offset:2px}.focus-visible\:ring-2:focus-visible{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus-visible\:ring-border-secondary:focus-visible{--tw-ring-color: var(--border-secondary)}.focus-visible\:ring-primary-enable:focus-visible{--tw-ring-color: var(--primary-enable)}.focus-visible\:ring-status-danger:focus-visible{--tw-ring-color: var(--status-danger-enabled)}.active\:bg-gray-blue-100:active{background-color:var(--gray-blue-100)}.active\:bg-primary-pressed:active{background-color:var(--primary-pressed)}.active\:bg-status-danger-pressed:active{background-color:var(--status-danger-pressed)}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:border-primary-disabled:disabled{border-color:var(--primary-disabled)}.disabled\:bg-primary-disabled:disabled{background-color:var(--primary-disabled)}.disabled\:text-text-disabled:disabled{color:var(--text-disabled)}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}@media(min-width:640px){.sm\:p-8{padding:2rem}.sm\:text-2xl{font-size:1.5rem;line-height:2rem}.sm\:text-base{font-size:1rem;line-height:1.5rem}.sm\:text-heading-h3{font-size:var(--heading---h3)}.sm\:text-sm{font-size:.875rem;line-height:1.25rem}}@media(min-width:768px){.md\:block{display:block}.md\:hidden{display:none}}
