@layer properties;@layer theme,base,components,utilities;@layer theme{:root,:host{--font-sans: var(--font-sans);--font-mono: var(--font-mono);--color-blue-50: var(--blue-50);--color-blue-100: var(--blue-100);--color-blue-200: var(--blue-200);--color-blue-300: var(--blue-300);--color-blue-400: var(--blue-400);--color-blue-500: var(--blue-500);--color-blue-600: var(--blue-600);--color-blue-700: var(--blue-700);--color-blue-800: var(--blue-800);--color-blue-900: var(--blue-900);--color-slate-50: var(--slate-50);--color-slate-100: var(--slate-100);--color-slate-200: var(--slate-200);--color-slate-300: var(--slate-300);--color-slate-400: var(--slate-400);--color-slate-500: var(--slate-500);--color-slate-600: var(--slate-600);--color-slate-700: var(--slate-700);--color-slate-800: var(--slate-800);--color-slate-900: var(--slate-900);--spacing: .25rem;--text-xs: 12px;--text-sm: 13px;--text-sm--line-height: calc(1.25 / .875);--text-base: 14px;--text-lg: 16px;--text-xl: 18px;--text-2xl: 21px;--text-3xl: 25px;--text-4xl: 31px;--text-5xl: 40px;--text-6xl: 52px;--font-weight-semibold: 600;--tracking-tight: -.025em;--tracking-wide: .025em;--leading-tight: 1.25;--leading-relaxed: 1.625;--radius-xs: 3px;--radius-sm: 5px;--radius-md: 7px;--radius-lg: 10px;--radius-xl: 14px;--shadow-xs: var(--shadow-xs);--shadow-sm: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--ease-out: var(--ease-out);--default-transition-duration: .15s;--default-font-family: var(--font-sans);--default-mono-font-family: var(--font-mono);--color-primary: var(--blue-600);--color-primary-hover: var(--blue-700);--color-primary-active: var(--blue-800);--color-fg-strong: var(--text-strong);--color-fg-default: var(--text-default);--color-fg-muted: var(--text-muted);--color-fg-subtle: var(--text-subtle);--color-surface-page: var(--surface-page);--color-surface-card: var(--surface-card);--color-surface-sunken: var(--surface-sunken);--color-border-subtle: var(--border-subtle);--color-border-default: var(--border-default);--color-success: var(--color-success);--color-warning: var(--color-warning);--color-danger: var(--color-danger);--color-info: var(--color-info);--color-status-started: var(--status-started);--color-status-started-bg: var(--status-started-bg);--color-status-away: var(--status-away);--color-status-away-bg: var(--status-away-bg);--color-status-arrived: var(--status-arrived);--color-status-arrived-bg: var(--status-arrived-bg);--color-status-waiting: var(--status-waiting);--color-status-waiting-bg: var(--status-waiting-bg);--color-status-assigned: var(--status-assigned);--color-status-assigned-bg: var(--status-assigned-bg);--color-status-loading: var(--status-loading);--color-status-loading-bg: var(--status-loading-bg);--color-status-unloading: var(--status-unloading);--color-status-unloading-bg: var(--status-unloading-bg);--color-status-completed: var(--status-completed);--color-status-completed-bg: var(--status-completed-bg);--color-status-released: var(--status-released);--color-status-released-bg: var(--status-released-bg);--color-status-canceled: var(--status-canceled);--color-status-canceled-bg: var(--status-canceled-bg);--color-status-inconclusive: var(--status-inconclusive);--color-status-inconclusive-bg: var(--status-inconclusive-bg);--color-wait-fresh: var(--wait-fresh);--color-wait-warm: var(--wait-warm);--color-wait-late: var(--wait-late);--text-2xs: 11px;--text-md: 15px;--shadow-card: var(--shadow-sm);--shadow-pop: var(--shadow-lg);--shadow-modal: var(--shadow-xl)}}@layer base{*,:after,:before,::backdrop,::file-selector-button{box-sizing:border-box;margin:0;padding:0;border:0 solid}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;tab-size:4;font-family:var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings, normal);font-variation-settings:var(--default-font-variation-settings, normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings, normal);font-variation-settings:var(--default-mono-font-variation-settings, normal);font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea,::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;border-radius:0;background-color:transparent;opacity:1}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px){::placeholder{color:currentcolor}@supports (color: color-mix(in lab,red,red)){::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,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]),::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer utilities{.visible{visibility:visible}.relative{position:relative}.static{position:static}.sticky{position:sticky}.row-2{grid-row:2}.block{display:block}.flex{display:flex}.grid{display:grid}.inline{display:inline}.resize{resize:both}.flex-wrap{flex-wrap:wrap}.rounded{border-radius:.25rem}.rounded-md{border-radius:var(--radius-md)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-l-\[3px\]{border-left-style:var(--tw-border-style);border-left-width:3px}.border-border-subtle{border-color:var(--color-border-subtle)}.border-status-waiting{border-color:var(--color-status-waiting)}.bg-\[color-mix\(in_oklab\,var\(--status-waiting-bg\)_28\%\,\#fff\)\]{background-color:var(--status-waiting-bg)}@supports (color: color-mix(in lab,red,red)){.bg-\[color-mix\(in_oklab\,var\(--status-waiting-bg\)_28\%\,\#fff\)\]{background-color:color-mix(in oklab,var(--status-waiting-bg) 28%,#fff)}}.bg-primary{background-color:var(--color-primary)}.bg-status-waiting{background-color:var(--color-status-waiting)}.bg-status-waiting-bg{background-color:var(--color-status-waiting-bg)}.px-2\.5{padding-inline:calc(var(--spacing) * 2.5)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading, var(--text-sm--line-height))}.text-2xs{font-size:var(--text-2xs)}.font-semibold{--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.text-fg-default{color:var(--color-fg-default)}.text-status-waiting{color:var(--color-status-waiting)}.uppercase{text-transform:uppercase}.shadow{--tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / .1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-card{--tw-shadow: var(--shadow-sm);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.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)}.blur{--tw-blur: blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}}:root{--slate-50: #f8fafc;--slate-100: #f1f5f9;--slate-200: #e7ecf2;--slate-300: #cdd6e1;--slate-400: #94a3b5;--slate-500: #64748b;--slate-600: #475569;--slate-700: #334155;--slate-800: #1d2735;--slate-900: #111a27;--slate-950: #080e17;--blue-50: #eef4ff;--blue-100: #dbe6ff;--blue-200: #bcd2ff;--blue-300: #8fb3ff;--blue-400: #5e8cfa;--blue-500: #336cf0;--blue-600: #1a54e0;--blue-700: #1442bd;--blue-800: #143a9a;--blue-900: #15347a;--cyan-400: #22d3ee;--cyan-500: #06b6d4;--cyan-600: #0891b2;--color-primary: var(--blue-600);--color-primary-hover: var(--blue-700);--color-primary-active: var(--blue-800);--color-primary-subtle: var(--blue-50);--color-on-primary: #ffffff;--color-focus-ring: var(--blue-600);--text-strong: var(--slate-900);--text-default: var(--slate-700);--text-muted: var(--slate-500);--text-subtle: var(--slate-400);--text-inverse: #ffffff;--text-link: var(--blue-600);--surface-page: var(--slate-100);--surface-card: #ffffff;--surface-raised: #ffffff;--surface-sunken: var(--slate-50);--surface-hover: var(--slate-50);--surface-active: var(--blue-50);--surface-inverse: var(--slate-900);--border-subtle: var(--slate-200);--border-default: var(--slate-300);--border-strong: var(--slate-400);--border-focus: var(--blue-600);--color-success: #15803d;--color-success-subtle: #dcfce7;--color-warning: #b45309;--color-warning-subtle: #fef3c7;--color-danger: #c0362c;--color-danger-subtle: #fde6e4;--color-info: var(--blue-600);--color-info-subtle: var(--blue-50);--status-started: #5b6675;--status-started-bg: #eef1f5;--status-away: #b45309;--status-away-bg: #fef2d6;--status-arrived: #1a54e0;--status-arrived-bg: #dde8ff;--status-waiting: #c2410c;--status-waiting-bg: #ffe6d5;--status-assigned: #6d28d9;--status-assigned-bg: #ece4ff;--status-loading: #0f766e;--status-loading-bg: #cdf4ed;--status-unloading: #0e7490;--status-unloading-bg: #d2f1f9;--status-completed: #15803d;--status-completed-bg: #d6f5df;--status-released: #047857;--status-released-bg: #c9f0e0;--status-canceled: #c0362c;--status-canceled-bg: #fde0dd;--status-inconclusive: #9f1239;--status-inconclusive-bg: #ffdfe6;--wait-fresh: #15803d;--wait-fresh-bg: #d6f5df;--wait-warm: #b45309;--wait-warm-bg: #fef2d6;--wait-late: #c0362c;--wait-late-bg: #fde0dd;--font-sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;--text-2xs: 11px;--text-xs: 12px;--text-sm: 13px;--text-base: 14px;--text-md: 15px;--text-lg: 16px;--text-xl: 18px;--text-2xl: 21px;--text-3xl: 25px;--text-4xl: 31px;--text-5xl: 40px;--text-6xl: 52px;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--leading-tight: 1.2;--leading-snug: 1.35;--leading-normal: 1.5;--leading-relaxed: 1.65;--tracking-tight: -.012em;--tracking-normal: 0;--tracking-wide: .02em;--tracking-caps: .06em;--space-1: 2px;--space-2: 4px;--space-3: 6px;--space-4: 8px;--space-5: 12px;--space-6: 16px;--space-7: 20px;--space-8: 24px;--space-9: 32px;--space-10: 40px;--space-11: 48px;--space-12: 64px;--space-14: 80px;--space-16: 96px;--cell-pad-x: 10px;--cell-pad-y: 7px;--control-pad-x: 12px;--control-pad-y: 8px;--card-pad: 20px;--radius-xs: 3px;--radius-sm: 5px;--radius-md: 7px;--radius-lg: 10px;--radius-xl: 14px;--radius-pill: 999px;--control-h-sm: 28px;--control-h: 34px;--control-h-lg: 42px;--touch-min: 44px;--shadow-xs: 0 1px 1px rgba(17,26,39,.04);--shadow-sm: 0 1px 2px rgba(17,26,39,.06), 0 1px 1px rgba(17,26,39,.04);--shadow-md: 0 2px 4px rgba(17,26,39,.06), 0 4px 10px rgba(17,26,39,.07);--shadow-lg: 0 8px 24px rgba(17,26,39,.1), 0 2px 6px rgba(17,26,39,.06);--shadow-xl: 0 18px 48px rgba(17,26,39,.16), 0 6px 14px rgba(17,26,39,.08);--shadow-focus: 0 0 0 3px var(--color-focus-ring);--shadow-inset: inset 0 1px 2px rgba(17,26,39,.06);--ease-out: cubic-bezier(.22, 1, .36, 1);--ease-inout: cubic-bezier(.65, 0, .35, 1);--dur-fast: 90ms;--dur-base: .15s;--dur-slow: .24s;--shell-topbar-h: 52px;--shell-nav-w: 228px;--shell-nav-w-collapsed: 56px;--container-max: 1200px;--z-nav: 30;--z-overlay: 80;--z-modal: 90;--z-toast: 100}@supports (color: color-mix(in lab,red,red)){:root{--color-focus-ring: color-mix(in oklab, var(--blue-600) 45%, transparent)}}@layer base{body{background-color:var(--color-surface-page);font-family:var(--font-sans);color:var(--color-fg-default);-webkit-font-smoothing:antialiased;margin:0}.tabular,table,time,.mono{font-variant-numeric:tabular-nums}.mono{font-family:var(--font-mono)}.eyebrow{font-size:var(--text-2xs);--tw-font-weight: var(--font-weight-semibold);font-weight:var(--font-weight-semibold);color:var(--color-fg-muted);text-transform:uppercase;letter-spacing:var(--tracking-caps)}}@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: 0px;}@property --tw-ring-offset-color{syntax: "*"; inherits: false; initial-value: #fff;}@property --tw-ring-offset-shadow{syntax: "*"; inherits: false; initial-value: 0 0 #0000;}@property --tw-blur{syntax: "*"; inherits: false;}@property --tw-brightness{syntax: "*"; inherits: false;}@property --tw-contrast{syntax: "*"; inherits: false;}@property --tw-grayscale{syntax: "*"; inherits: false;}@property --tw-hue-rotate{syntax: "*"; inherits: false;}@property --tw-invert{syntax: "*"; inherits: false;}@property --tw-opacity{syntax: "*"; inherits: false;}@property --tw-saturate{syntax: "*"; inherits: false;}@property --tw-sepia{syntax: "*"; inherits: false;}@property --tw-drop-shadow{syntax: "*"; inherits: false;}@property --tw-drop-shadow-color{syntax: "*"; inherits: false;}@property --tw-drop-shadow-alpha{syntax: "<percentage>"; inherits: false; initial-value: 100%;}@property --tw-drop-shadow-size{syntax: "*"; inherits: false;}@layer properties{@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-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-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}}}
