@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}*:focus{outline:none;background-color:transparent}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;height:100%;line-height:normal}#root{height:100%}*,*:before,*:after{box-sizing:border-box}::selection{background:var(--color-bits-aqua-tint);color:#0f1417}html{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#111827;background-color:#fff;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#f9fafb}#root{width:100%;height:100%}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{margin:0;line-height:line-height("relaxed")}a,.app-link{font-weight:500;color:#1a73e8;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px;transition:color .15s ease-in-out;cursor:pointer;display:inline-flex;align-items:center}a:is(button),.app-link:is(button){background:none;border:none;padding:0;font:inherit;color:#1a73e8}a:hover,.app-link:hover{color:#1765cc}a:focus-visible,.app-link:focus-visible{outline:2px solid #1a73e8;outline-offset:2px;border-radius:.125rem}a--muted,.app-link--muted{color:#9ca3af;text-decoration:none;cursor:default;pointer-events:none}.sr-only,.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.focus-ring:focus-visible{outline:2px solid #4d4d4d;outline-offset:2px}.controls-row{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.controls-row .controls-left{display:flex;align-items:center;gap:1rem;flex:1;max-width:500px}.controls-row .controls-right{display:flex;align-items:center;gap:.75rem}.table-container,.table-wrapper{background:#fff;border-radius:.5rem;border:1px solid #f3f4f6;box-shadow:"0 1px 2px 0 rgba(0, 0, 0, 0.05)";overflow-x:auto}.page-error{text-align:center;padding:2.5rem}.page-error h3{margin-bottom:1rem}.no-number-spinner,.no-number-spinner .custom-input-field{-moz-appearance:textfield}.no-number-spinner::-webkit-inner-spin-button,.no-number-spinner::-webkit-outer-spin-button,.no-number-spinner .custom-input-field::-webkit-inner-spin-button,.no-number-spinner .custom-input-field::-webkit-outer-spin-button{appearance:none;margin:0}@media(prefers-color-scheme:dark){html{color:#f3f4f6;background-color:#111827}body{background-color:#1f2937}}.common-mb-1{margin-bottom:.25rem}.common-mb-2{margin-bottom:.5rem}.common-mb-3{margin-bottom:.75rem}.common-mb-4{margin-bottom:1rem}.common-mb-5{margin-bottom:1.25rem}.common-mb-6{margin-bottom:1.5rem}.common-mb-8{margin-bottom:2rem}.common-mt-1{margin-top:.25rem}.common-mt-2{margin-top:.5rem}.common-mt-3{margin-top:.75rem}.common-mt-4{margin-top:1rem}.common-mt-5{margin-top:1.25rem}.common-mt-6{margin-top:1.5rem}.common-mt-8{margin-top:2rem}.common-margin-0{margin:0}.common-flex-column{display:flex;flex-direction:column}.common-align-center{display:flex;align-items:center}.common-justify-between{display:flex;justify-content:space-between}.common-gap-1{gap:.25rem}.common-gap-2{gap:.5rem}.common-gap-3{gap:.75rem}.common-gap-4{gap:1rem}.common-gap-6{gap:1.5rem}.spin,.animate-spin{animation:spin 1s linear infinite}@media(prefers-reduced-motion:reduce){.spin,.animate-spin{animation:none}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--color-white: #ffffff;--color-black: #0e0e0e;--color-grey-primary: #5e5e5e;--color-grey-border: #c2c2c2;--color-surface-50: #fdfefe;--color-surface-100: #f9fbfc;--color-surface-200: #eef1f5;--color-surface-300: #e5e9f0;--color-grey-light: var(--color-surface-100);--color-grey-surface: var(--color-surface-200);--color-text-muted: #64748b;--color-focus-ring: rgba(13, 110, 253, .32);--color-row-hover: #f4f7fc;--color-bits-indigo: #211d70;--color-bits-blue: var(--color-bits-indigo);--color-bits-indigo-faint: rgba(33, 29, 112, .4);--color-bits-indigo-tint: #ecebf6;--color-bits-sky: #76c2e5;--color-bits-red: #ed1c24;--color-bits-orange: #f0a413;--color-bits-orange-alt: #e8982f;--color-action-blue: #0d6efd;--color-action-blue-hover: #0b5ed7;--color-required: #dc2626;--color-bits-aqua: #2aa9c4;--color-bits-aqua-tint: #eaf6f9;--color-bits-aqua-text: #127f97;--color-action-default: #334155;--color-action-hover: #1f2a37;--color-action-disabled: #9e9e9e;--color-brand-100: #d7e0f4;--color-brand-200: #a8bce8;--color-brand-300: var(--color-bits-blue);--color-brand-400: #18306f;--color-brand-500: #132655;--color-brand-600: #0e1c3f;--color-brand-light: var(--color-grey-surface);--color-brand-light-hover: #eef2f5;--color-brand-gradient: linear-gradient( 135deg, var(--color-bits-blue) 0%, var(--color-bits-sky) 100% );--color-accent-blue: var(--color-bits-sky);--color-accent-red: var(--color-bits-red);--color-accent-orange: var(--color-bits-orange);--color-accent-orange-alt: var(--color-bits-orange-alt);--color-accent-orange-text: #a85f00;--color-border-hairline: rgba(31, 41, 61, .12);--color-contrast-brand: var(--color-white);--color-contrast-white: var(--color-white);--color-contrast-black: var(--color-black);--color-contrast-focused: var(--color-bits-blue);--color-feedback-danger-100: #fde8e9;--color-feedback-danger-200: #f9c2c4;--color-feedback-danger-300: #f16f75;--color-feedback-danger-400: #e5484d;--color-feedback-danger-500: #c72c32;--color-feedback-danger-600: #9f1f24;--color-feedback-positive-100: #e4f7eb;--color-feedback-positive-200: #bdeacb;--color-feedback-positive-300: #6dcb8d;--color-feedback-positive-400: #2ea85d;--color-feedback-positive-500: #228247;--color-feedback-positive-600: #196438;--color-feedback-warning-100: #fdf2dc;--color-feedback-warning-200: #f9d8a5;--color-feedback-warning-300: #f4b14c;--color-feedback-warning-400: #e8982f;--color-feedback-warning-500: #c77e14;--color-feedback-warning-600: #9c620e;--color-feedback-info-100: #e6f5fb;--color-feedback-info-200: #c6e7f4;--color-feedback-info-300: var(--color-bits-sky);--color-feedback-info-400: #52afd8;--color-feedback-info-500: #3198c4;--color-feedback-info-600: #217da3;--color-neutral-50: var(--color-grey-light);--color-neutral-75: var(--color-grey-surface);--color-neutral-100: var(--color-white);--color-neutral-200: #e6e6e6;--color-neutral-300: var(--color-grey-border);--color-neutral-400: #999999;--color-neutral-500: var(--color-grey-primary);--color-neutral-600: var(--color-black);--color-neutral-background: var(--color-grey-light);--color-neutral-table-row-banding: var(--color-grey-surface);--color-opacity-default: rgba(255, 255, 255, .32);--color-opacity-hover: rgba(118, 194, 229, .25);--color-opacity-disabled: rgba(194, 194, 194, .32);--color-opacity-error: rgba(237, 28, 36, .12);--color-opacity-backdrop: rgba(0, 0, 0, .5);--font-family-base: "Helvetica Neue", helvetica, arial, sans-serif;--font-family-heading: "Helvetica Neue", helvetica, arial, sans-serif;--font-family-accent: "Helvetica Neue", helvetica, arial, sans-serif;--font-family-display: "Helvetica Neue", helvetica, arial, sans-serif;--font-family-system: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-weight-light: 300;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--color-box-shadow: 0 4px 6px rgba(0, 0, 0, .1);--motion-micro: .12s;--motion-standard: .2s;--motion-entrance: .28s;--motion-exit: .16s;--ease-standard: cubic-bezier(.2, 0, 0, 1);--ease-decelerate: cubic-bezier(0, 0, 0, 1);--ease-accelerate: cubic-bezier(.3, 0, 1, 1)}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.dashboard{max-width:1200px;margin:0 auto}.dashboard-header{text-align:center;margin-bottom:2rem}.dashboard-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}.dashboard-description{font-size:1.125rem;color:#4b5563;line-height:1.75;max-width:600px;margin:0 auto}.section-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:1.5rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2.5rem}.stat-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;display:flex;align-items:center;gap:1rem;box-shadow:"0 1px 2px 0 rgba(0, 0, 0, 0.05)";transition:all .2s ease-in-out}.stat-card:hover{transform:translateY(-2px);box-shadow:"0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)"}.stat-card-icon{font-size:1.875rem;width:60px;height:60px;display:flex;align-items:center;justify-content:center;background-color:#e0e0e0;border-radius:.5rem;flex-shrink:0}.stat-card-content{flex:1}.stat-number{font-size:1.875rem;font-weight:700;color:#111827;margin:0 0 .25rem;line-height:1.2}.stat-label{font-size:1rem;color:#4b5563;margin:0;line-height:1.6}.actions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2.5rem}.activity-list{display:flex;flex-direction:column;gap:1rem}.activity-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;transition:all .15s ease-in-out}.activity-item:hover{background-color:#f9fafb;border-color:#d1d5db}.activity-icon{font-size:1.125rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#d1fae5;border-radius:9999px;flex-shrink:0}.activity-content{flex:1}.activity-text{font-size:1rem;color:#111827;margin:0 0 .25rem;line-height:1.6}.activity-time{font-size:.875rem;color:#6b7280;line-height:1.6}@media(max-width:1023px){.dashboard-title{font-size:1.875rem}.dashboard-description{font-size:1rem}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.actions-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}@media(max-width:767px){.dashboard-title{font-size:1.5rem}.dashboard-description{font-size:.875rem}.stats-grid{grid-template-columns:1fr;gap:.75rem}.stat-card{padding:1rem;gap:.75rem}.stat-card-icon{font-size:1.5rem;width:48px;height:48px}.stat-number{font-size:1.5rem}.actions-grid{grid-template-columns:1fr}.section-title{font-size:1.25rem}}@media(max-width:639px){.dashboard-header{margin-bottom:1.5rem}.stat-card{padding:.75rem;flex-direction:column;text-align:center;gap:.5rem}.stat-card-icon{margin:0 auto}.activity-item{padding:.75rem;gap:.75rem}}.custom-sonner{position:fixed;z-index:9999;display:flex;flex-direction:column;gap:.5rem;width:380px;max-width:calc(100vw - 1rem);padding:1rem;pointer-events:none}.custom-sonner-top-left{top:0;left:0;align-items:flex-start}.custom-sonner-top-center{top:0;left:50%;align-items:center;transform:translate(-50%)}.custom-sonner-top-right{top:0;right:0;align-items:flex-end}.custom-sonner-bottom-left{bottom:0;left:0;align-items:flex-start;flex-direction:column-reverse}.custom-sonner-bottom-center{bottom:0;left:50%;align-items:center;flex-direction:column-reverse;transform:translate(-50%)}.custom-sonner-bottom-right{right:0;bottom:0;align-items:flex-end;flex-direction:column-reverse}.custom-sonner-toast{--custom-sonner-accent: #80919b;--custom-sonner-icon-color: #3d515c;--custom-sonner-icon-background: #e6e9eb;display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.75rem .875rem;border:1px solid;border-left:4px solid var(--custom-sonner-accent);border-radius:.75rem;background:#fff;box-shadow:0 4px 16px #00000014,0 1px 4px #0000000f;pointer-events:all;animation:custom-sonner-in .3s cubic-bezier(.16,1,.3,1) both;will-change:transform,opacity}.custom-sonner-toast-default{--custom-sonner-accent: #80919b;--custom-sonner-icon-color: #3d515c;--custom-sonner-icon-background: #e6e9eb}.custom-sonner-toast-success{--custom-sonner-accent: #059669;--custom-sonner-icon-color: #059669;--custom-sonner-icon-background: #d1fae5}.custom-sonner-toast-error{--custom-sonner-accent: #dc2626;--custom-sonner-icon-color: #dc2626;--custom-sonner-icon-background: #fee2e2}.custom-sonner-toast-warning{--custom-sonner-accent: #d97706;--custom-sonner-icon-color: #b45309;--custom-sonner-icon-background: #fef3c7}.custom-sonner-toast-info{--custom-sonner-accent: #4d4d4d;--custom-sonner-icon-color: #262626;--custom-sonner-icon-background: #f5f5f5}.custom-sonner-toast-loading{--custom-sonner-accent: #333;--custom-sonner-icon-color: #333;--custom-sonner-icon-background: #f5f5f5}.custom-sonner-toast-exit{animation:custom-sonner-out .28s cubic-bezier(.4,0,1,1) forwards}@keyframes custom-sonner-in{0%{opacity:0;transform:translate(12px) scale(.95)}to{opacity:1;transform:translate(0) scale(1)}}@keyframes custom-sonner-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.92) translateY(-4px)}}.custom-sonner-toast-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:28px;height:28px;min-width:28px;margin-top:1px;border-radius:.375rem;background:var(--custom-sonner-icon-background);color:var(--custom-sonner-icon-color)}.custom-sonner-toast-icon-spin{animation:custom-sonner-spin .8s linear infinite}@keyframes custom-sonner-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-sonner-toast-body{display:flex;flex:1;flex-direction:column;gap:.25rem;min-width:0;padding-top:1px}.custom-sonner-toast-title{margin:0;color:#0d0d0d;font-size:.875rem;font-weight:600;line-height:1.4}.custom-sonner-toast-description{margin:0;color:#4d4d4d;font-size:.75rem;line-height:1.5}.custom-sonner-toast-action{align-self:flex-start;margin-top:.25rem;padding:3px .5rem;border:1px solid #a5f3fc;border-radius:.375rem;background:transparent;color:#262626;cursor:pointer;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:500;transition:background .15s ease,border-color .15s ease}.custom-sonner-toast-action:hover{border-color:#999;background:#f5f5f5}.custom-sonner-toast-close{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:22px;height:22px;min-width:22px;margin-top:2px;border:none;border-radius:.375rem;background:transparent;color:#666;cursor:pointer;transition:background .15s ease,color .15s ease}.custom-sonner-toast-close:hover{background:#cffafe;color:#0e7490}.custom-sonner-toast-close:focus-visible{outline:2px solid #4d4d4d;outline-offset:1px}.custom-btn{display:inline-flex;align-items:center;justify-content:center;gap:0;border:none;border-radius:.375rem;line-height:1;font-weight:500;text-decoration:none;cursor:pointer;transition:all .2s ease-in-out;position:relative;overflow:hidden}.custom-btn:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.custom-btn:focus-visible{outline:2px solid var(--color-action-blue);outline-offset:2px}.custom-btn:active:not(:disabled){transform:scale(.97)}.custom-btn-full-width{width:100%;display:flex}.custom-btn-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.custom-btn-icon-left{margin-right:.5rem}.custom-btn-icon-right{margin-left:.5rem}.custom-btn-icon svg{width:1.125em;height:1.125em}.custom-btn-label{display:flex;line-height:1;gap:1rem;align-items:center}.custom-btn-icon-only{padding:0;display:inline-flex;align-items:center;justify-content:center;aspect-ratio:1/1;background-color:transparent;border:none;color:var(--color-neutral-500)}.custom-btn-icon-only:hover:not(:disabled){background-color:#f3f4f6;color:#0f1417}.custom-btn-icon-only.custom-btn-sm{width:2rem;height:2rem}.custom-btn-icon-only.custom-btn-md{width:2.5rem;height:2.5rem}.custom-btn-icon-only.custom-btn-lg{width:3rem;height:3rem}.custom-btn-icon-only svg{margin:0}.custom-btn-loading{cursor:wait;opacity:.7}.custom-btn-loading .custom-btn-loader{width:1rem;height:1rem;border:2px solid currentcolor;border-top-color:transparent;border-radius:50%;animation:button-spin .6s linear infinite;display:inline-block;flex-shrink:0}@keyframes button-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.custom-btn{transition:none}.custom-btn:hover:not(:disabled){transform:none}.custom-btn .custom-btn-loader{animation-duration:1.5s}}.custom-btn-sm{padding:.375rem .75rem;font-size:.75rem}.custom-btn-md{padding:.5rem 1rem;font-size:.875rem}.custom-btn-lg{padding:.75rem 1.5rem;font-size:1rem}.custom-btn-primary{background-color:var(--color-action-blue);color:var(--color-contrast-brand);box-shadow:0 1px 2px #0d6efd3d}.custom-btn-primary:focus-visible{outline:2px solid var(--color-action-blue-hover);outline-offset:2px}.custom-btn-primary:hover:not(:disabled){background-color:var(--color-action-blue-hover);box-shadow:0 2px 8px #0d6efd52}.custom-btn-primary:active:not(:disabled){transform:scale(.97)}.custom-btn-secondary{background-color:var(--color-white);color:#1f282e;border:1px solid #b3bdc3}.custom-btn-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#80919b}.custom-btn-success{background-color:var(--color-feedback-positive-400);color:var(--color-white)}.custom-btn-success:focus-visible{outline:2px solid var(--color-feedback-positive-300);outline-offset:2px}.custom-btn-success:hover:not(:disabled){background-color:var(--color-feedback-positive-500)}.custom-btn-warning{background-color:var(--color-feedback-warning-400);color:var(--color-white)}.custom-btn-warning:focus-visible{outline:2px solid var(--color-feedback-warning-300);outline-offset:2px}.custom-btn-warning:hover:not(:disabled){background-color:var(--color-feedback-warning-500)}.custom-btn-error{background-color:var(--color-feedback-danger-400);color:var(--color-white)}.custom-btn-error:focus-visible{outline:2px solid var(--color-feedback-danger-300);outline-offset:2px}.custom-btn-error:hover:not(:disabled){background-color:var(--color-feedback-danger-500)}.custom-btn-outline{background-color:transparent;color:#1f282e;border:1px solid #b3bdc3}.custom-btn-outline:hover:not(:disabled){background-color:#f9fafb;border-color:#80919b}.custom-btn-ghost{background-color:transparent;color:#2e3d45;border:1px solid transparent}.custom-btn-ghost:hover:not(:disabled){background-color:#f3f4f6;color:#0f1417}.custom-btn-link{background-color:transparent;color:var(--color-action-blue);padding:0;min-width:auto;height:auto;border-radius:0;font-weight:500;font-size:.75rem;text-decoration:underline}.custom-btn-link:disabled{color:var(--color-neutral-400);opacity:1}.custom-btn-link:hover:not(:disabled){color:var(--color-action-blue-hover);text-decoration:underline;background-color:transparent}.custom-select-wrapper{display:inline-flex;flex-direction:column;gap:.375rem}.custom-select-wrapper-full-width{display:flex;width:100%}.custom-select-label{display:flex;align-items:center;gap:.25rem;margin-bottom:.25rem;color:#2e3d45;font-size:.875rem;line-height:1.6}.custom-select-required{color:var(--color-required);font-weight:600}.custom-select-container{--custom-select-height: 44px;--custom-select-padding-inline: 1rem;--custom-select-icon-width: 40px;--custom-select-icon-font-size: 1rem;--custom-select-field-font-size: .875rem;position:relative;display:flex;align-items:stretch;width:100%;border:1px solid #ccd3d7;border-radius:.25rem;background:#fff;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.custom-select-container:hover{border-color:#b3bdc3}.custom-select-container-sm{--custom-select-height: 36px;--custom-select-padding-inline: .75rem;--custom-select-icon-width: 32px;--custom-select-icon-font-size: .875rem;--custom-select-field-font-size: .75rem}.custom-select-container-md{--custom-select-height: 44px;--custom-select-padding-inline: 1rem;--custom-select-icon-width: 40px;--custom-select-icon-font-size: 1rem;--custom-select-field-font-size: .875rem}.custom-select-container-lg{--custom-select-height: 48px;--custom-select-padding-inline: 1rem;--custom-select-icon-width: 48px;--custom-select-icon-font-size: 1.125rem;--custom-select-field-font-size: 1rem}.custom-select-field{display:flex;flex:1;align-items:center;min-width:0;height:var(--custom-select-height);border:none;outline:none;background:transparent;color:#1f282e;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:var(--custom-select-field-font-size);line-height:1.4;text-align:left;cursor:pointer;padding-left:var(--custom-select-padding-inline);padding-right:var(--custom-select-icon-width)}.custom-select-field:focus-visible{outline:2px solid var(--color-action-blue);outline-offset:2px}.custom-select-value{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.custom-select-value-placeholder{color:var(--color-text-muted)}.custom-select-container-open,.custom-select-container:focus-within{border-color:#80919b;box-shadow:0 0 0 3px #1f293d0f}.custom-select-native{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);opacity:0;pointer-events:none}.custom-select-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:var(--custom-select-icon-width);height:var(--custom-select-height);color:var(--color-text-muted);font-size:var(--custom-select-icon-font-size)}.custom-select-icon-left{order:-1}.custom-select-container-has-left-icon .custom-select-field{padding-left:0}.custom-select-chevron{position:absolute;right:0;display:flex;flex-shrink:0;align-items:center;justify-content:center;width:var(--custom-select-icon-width);height:var(--custom-select-height);background:transparent;color:var(--color-text-muted);pointer-events:none;transition:transform .2s ease-in-out}.custom-select-container-open .custom-select-chevron{transform:rotate(180deg)}@keyframes custom-select-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-select-loading{animation:custom-select-spin 1s linear infinite;color:#80919b}.custom-select-container-disabled{pointer-events:none;cursor:not-allowed;border-color:#ccd3d7;background:var(--color-surface-200)}.custom-select-listbox{z-index:1070;min-width:180px;max-height:264px;margin:0;padding:.25rem;overflow-y:auto;list-style:none;background:#fff;border:1px solid #ccd3d7;border-radius:.5rem;box-shadow:0 8px 24px #1f293d1f;scrollbar-width:thin;animation:custom-select-menu-in var(--motion-standard) var(--ease-decelerate)}.custom-select-listbox:focus{outline:none}.custom-select-listbox-top{transform-origin:bottom left}.custom-select-group-label{padding:.5rem .75rem .25rem;color:var(--color-text-muted);font-size:.6875rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.custom-select-option{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.5rem .75rem;border-radius:.25rem;color:#1f282e;font-size:.875rem;cursor:pointer;-webkit-user-select:none;user-select:none}.custom-select-option-label{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.custom-select-option-check{flex-shrink:0;color:#2e3d45}.custom-select-option-active{background:var(--color-surface-200)}.custom-select-option-disabled{opacity:.5;cursor:not-allowed}@keyframes custom-select-menu-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@media(prefers-reduced-motion:reduce){.custom-select-listbox{animation:none}.custom-select-chevron{transition:none}}.custom-select-container-error{border-color:#ef4444}.custom-select-container-error.custom-select-container-open,.custom-select-container-error:focus-within{border-color:#ef4444;box-shadow:0 0 0 2px #fee2e2f2}.custom-select-container-success{border-color:#10b981}.custom-select-message{display:flex;align-items:center;gap:.25rem;margin:0;margin-top:.25rem;font-size:.75rem;line-height:1.6}.custom-select-message-helper{color:var(--color-text-muted)}.custom-select-message-error{color:#dc2626}.custom-select-message-success{color:#059669}.custom-dropdown{position:relative;display:inline-flex}.custom-dropdown-trigger{display:inline-flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.custom-dropdown-menu{position:fixed;padding:0;border:1px solid #d1d5db;border-radius:.75rem;background:#fff;box-shadow:0 12px 48px #00000026,0 4px 12px #00000014;animation:custom-dropdown-open .15s ease-out both;z-index:1050;max-width:calc(100vw - 16px);overflow:visible}.custom-dropdown-caret{position:absolute;top:-6px;width:12px;height:12px;background:#fff;border-top:1px solid #d1d5db;border-left:1px solid #d1d5db;transform:rotate(45deg);z-index:10;box-shadow:-2px -2px 5px #0000000a}.custom-dropdown-caret-start{left:16px}.custom-dropdown-caret-center{left:50%;margin-left:-6px}.custom-dropdown-caret-end{right:16px}.custom-dropdown-header{padding:1rem;border-bottom:1px solid #f3f4f6;background:#fff;border-radius:.75rem .75rem 0 0}.custom-dropdown-footer{padding:1rem;border-top:1px solid #f3f4f6;background:#f9fafb;border-radius:0 0 .75rem .75rem;display:flex;justify-content:center;align-items:center}@keyframes custom-dropdown-open{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.custom-dropdown-body{max-height:360px;overflow-y:auto;overscroll-behavior:contain}.custom-dropdown-group{display:flex;flex-direction:column;padding:.25rem}.custom-dropdown-group-label{display:block;padding:.5rem 1rem .25rem;color:#9ca3af;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.custom-dropdown-separator{height:1px;background:#f3f4f6}.custom-dropdown-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;border:none;border-radius:.375rem;background:transparent;color:#1f282e;cursor:pointer;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem;font-weight:500;text-align:left;transition:all .2s ease-in-out}.custom-dropdown-item:hover:not(:disabled){background:#f9fafb;color:#111827}.custom-dropdown-item-disabled{pointer-events:none;cursor:not-allowed;opacity:.38}.custom-dropdown-item-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:20px;height:20px;color:#6b7280}.custom-dropdown-item-icon svg{width:16px;height:16px}.custom-dropdown-item-label{flex:1;line-height:1.4;white-space:normal}.custom-dropdown-item-shortcut{flex-shrink:0;color:#9ca3af;font-size:.75rem}.custom-dropdown-item-danger{color:#dc2626}.custom-dropdown-item-danger:hover:not(:disabled){background:#fef2f2;color:#b91c1c}.custom-dropdown-item-danger .custom-dropdown-item-icon{color:inherit}.custom-drawer-overlay{position:fixed;inset:0;z-index:1040;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:custom-drawer-overlay-in .2s ease}@keyframes custom-drawer-overlay-in{0%{opacity:0}to{opacity:1}}.custom-drawer{position:fixed;z-index:1060;display:flex;flex-direction:column;background:#fff;box-shadow:0 0 48px #0000002e}.custom-drawer-right{top:0;right:0;bottom:0;animation:custom-drawer-in-right .28s cubic-bezier(.16,1,.3,1)}.custom-drawer-left{top:0;left:0;bottom:0;animation:custom-drawer-in-left .28s cubic-bezier(.16,1,.3,1)}.custom-drawer-bottom{right:0;bottom:0;left:0;border-radius:1rem 1rem 0 0;animation:custom-drawer-in-bottom .28s cubic-bezier(.16,1,.3,1)}.custom-drawer-top{top:0;right:0;left:0;border-radius:0 0 1rem 1rem;animation:custom-drawer-in-top .28s cubic-bezier(.16,1,.3,1)}.custom-drawer-right.custom-drawer-sm,.custom-drawer-left.custom-drawer-sm{width:320px}.custom-drawer-right.custom-drawer-md,.custom-drawer-left.custom-drawer-md{width:420px}.custom-drawer-right.custom-drawer-lg,.custom-drawer-left.custom-drawer-lg{width:640px}.custom-drawer-right.custom-drawer-xl,.custom-drawer-left.custom-drawer-xl{width:900px}.custom-drawer-right.custom-drawer-full,.custom-drawer-left.custom-drawer-full{width:100vw}.custom-drawer-bottom.custom-drawer-sm,.custom-drawer-top.custom-drawer-sm{max-height:30vh}.custom-drawer-bottom.custom-drawer-md,.custom-drawer-top.custom-drawer-md{max-height:50vh}.custom-drawer-bottom.custom-drawer-lg,.custom-drawer-top.custom-drawer-lg{max-height:70vh}.custom-drawer-bottom.custom-drawer-xl,.custom-drawer-top.custom-drawer-xl{max-height:85vh}.custom-drawer-bottom.custom-drawer-full,.custom-drawer-top.custom-drawer-full{height:100vh}@keyframes custom-drawer-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes custom-drawer-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes custom-drawer-in-bottom{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes custom-drawer-in-top{0%{transform:translateY(-100%)}to{transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.custom-drawer-overlay,.custom-drawer-right,.custom-drawer-left,.custom-drawer-bottom,.custom-drawer-top{animation:none}}.custom-drawer-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;gap:.75rem;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.custom-drawer-header-text{display:flex;flex:1;flex-direction:column;gap:.25rem;min-width:0}.custom-drawer-title{margin:0;color:#1f282e;font-weight:600}.custom-drawer-subtitle{margin:0;color:#4b5563;font-weight:600}.custom-drawer-description{margin:0;color:#6b7280;font-size:.875rem;line-height:1.6}.custom-drawer-close-btn{display:flex;align-items:center;justify-content:center;padding:0;border:none;background:none;color:#2e3d45;cursor:pointer}.custom-drawer-close-btn:hover{color:#0f1417}.custom-drawer-body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;color:#374151;font-size:.875rem;scrollbar-width:thin}.custom-drawer-body::-webkit-scrollbar{width:4px}.custom-drawer-body::-webkit-scrollbar-track{background:transparent}.custom-drawer-body::-webkit-scrollbar-thumb{border-radius:9999px;background:#ccd3d7}.custom-drawer-footer{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.5rem 1.5rem;border-top:1px solid #e5e7eb;background:#fff}.custom-drawer-default-actions{display:flex;justify-content:space-between;align-items:center;gap:.75rem;flex-wrap:wrap;width:100%}.custom-drawer-cancel-btn,.custom-drawer-submit-btn{white-space:nowrap}.custom-input-wrapper{display:inline-flex;flex-direction:column;gap:.375rem}.custom-input-wrapper-full-width{display:flex;width:100%}.custom-input-label{display:flex;align-items:center;gap:.25rem;margin-bottom:.25rem;color:#2e3d45;font-size:.875rem;line-height:1.6}.custom-input-required{color:var(--color-required);font-weight:600}.custom-input-container{--custom-input-height: 44px;--custom-input-padding-inline: 1rem;--custom-input-icon-width: 40px;--custom-input-icon-font-size: 1rem;--custom-input-field-font-size: .875rem;display:flex;align-items:stretch;width:100%;overflow:hidden;border:1px solid var(--color-border-hairline);border-radius:.25rem;background:#fff;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out,background-color .2s ease-in-out}.custom-input-container:hover{border-color:#80919b}.custom-input-container-sm{--custom-input-height: 36px;--custom-input-padding-inline: .75rem;--custom-input-icon-width: 32px;--custom-input-icon-font-size: .875rem;--custom-input-field-font-size: .75rem}.custom-input-container-md{--custom-input-height: 44px;--custom-input-padding-inline: 1rem;--custom-input-icon-width: 40px;--custom-input-icon-font-size: 1rem;--custom-input-field-font-size: .875rem}.custom-input-container-lg{--custom-input-height: 48px;--custom-input-padding-inline: 1rem;--custom-input-icon-width: 48px;--custom-input-icon-font-size: 1.125rem;--custom-input-field-font-size: 1rem}.custom-input-field{flex:1;min-width:0;height:var(--custom-input-height);align-self:stretch;border:none;outline:none;background:transparent;color:#1f282e;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:var(--custom-input-field-font-size);line-height:1.4;padding-inline:var(--custom-input-padding-inline)}.custom-input-field::placeholder{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-style:normal;font-weight:400;letter-spacing:0;color:var(--color-text-muted)}.custom-input-field:disabled{cursor:not-allowed;color:#4d6573;-webkit-text-fill-color:#4d6573;opacity:1}.custom-input-field:read-only{cursor:text;color:#3d515c;-webkit-text-fill-color:#3d515c}.custom-input-field[type=search]::-webkit-search-cancel-button{display:none}.custom-input-field[type=password]::-ms-reveal{display:none}.custom-input-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:var(--custom-input-icon-width);height:var(--custom-input-height);color:var(--color-text-muted);font-size:var(--custom-input-icon-font-size)}.custom-input-icon-left{order:-1}.custom-input-icon-right{order:1}.custom-input-prefix,.custom-input-suffix{display:flex;flex-shrink:0;align-items:center;justify-content:center;height:var(--custom-input-height);padding:0 .5rem;color:var(--color-text-muted);font-size:var(--custom-input-field-font-size);font-weight:500;-webkit-user-select:none;user-select:none;white-space:nowrap}.custom-input-prefix{order:-1;padding-right:0}.custom-input-suffix{order:1;padding-left:0}.custom-input-container-has-left-icon .custom-input-field{padding-left:0}.custom-input-container-has-right-icon .custom-input-field{padding-right:0}.custom-input-container-has-prefix .custom-input-field{padding-left:0}.custom-input-container-has-suffix .custom-input-field{padding-right:0}.custom-input-container:focus-within{border-color:#80919b;box-shadow:0 0 0 3px #1f293d0f;outline:none}.custom-input-container-error{border-color:#ef4444}.custom-input-container-error:focus-within{border-color:#ef4444;box-shadow:0 0 0 2px #fee2e2f2}.custom-input-container-success{border-color:#10b981}.custom-input-container-success:focus-within{border-color:#10b981;box-shadow:0 0 0 2px #d1fae5f2}.custom-input-container-disabled{pointer-events:none;cursor:not-allowed;border-color:var(--color-border-hairline);background:var(--color-surface-200)}.custom-input-container-readonly{background:var(--color-surface-200);border-color:var(--color-border-hairline)}.custom-input-clear-button,.custom-input-toggle-button,.custom-input-action-button{display:flex;align-items:center;justify-content:center;width:var(--custom-input-icon-width);height:100%;padding:0;border:none;background:none;color:var(--color-text-muted);cursor:pointer;transition:color .2s ease-in-out,background-color .2s ease-in-out}.custom-input-clear-button:hover,.custom-input-toggle-button:hover,.custom-input-action-button:hover{color:#2e3d45;background-color:var(--color-surface-200)}.custom-input-clear-button:focus-visible,.custom-input-toggle-button:focus-visible,.custom-input-action-button:focus-visible{outline:2px solid var(--color-action-blue);outline-offset:-2px}.custom-input-icons-right{display:flex;align-items:center;order:1;height:var(--custom-input-height)}.custom-input-action-icon{display:flex;align-items:center;justify-content:center;width:var(--custom-input-icon-width);height:100%;color:var(--color-text-muted)}.custom-input-message{display:flex;align-items:center;gap:.25rem;margin:0;margin-top:.25rem;font-size:.75rem;line-height:1.6}.custom-input-message-helper{color:var(--color-text-muted)}.custom-input-message-error{color:#dc2626}.custom-input-message-success{color:#059669}.custom-input-field:-webkit-autofill,.custom-input-field:-webkit-autofill:hover,.custom-input-field:-webkit-autofill:focus,.custom-input-field:-webkit-autofill:active{-webkit-text-fill-color:#1f282e;caret-color:#1f282e;-webkit-box-shadow:0 0 0 1000px #fff inset;box-shadow:0 0 0 1000px #fff inset;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;transition:background-color 9999s ease-out 0s}.custom-textarea-wrapper{display:inline-flex;flex-direction:column;gap:.375rem}.custom-textarea-wrapper-full-width{display:flex;width:100%}.custom-textarea-label{display:flex;align-items:center;gap:.25rem;margin-bottom:.25rem;color:#374151;font-size:.875rem;line-height:1.6;text-transform:capitalize}.custom-textarea-required{color:var(--color-required);font-weight:600}.custom-textarea-container{display:flex;width:100%;overflow:hidden;border:1px solid #d1d5db;border-radius:.375rem;background:#fff;box-shadow:0 1px 2px #0f172a0a;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out,background-color .2s ease-in-out}.custom-textarea-container:hover{border-color:#9ca3af}.custom-textarea-field{flex:1;min-width:0;border:none;outline:none;background:transparent;color:#374151;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.875rem;line-height:1.5;padding:.75rem 1rem;resize:vertical}.custom-textarea-field::placeholder{color:#9ca3af}.custom-textarea-field:disabled{cursor:not-allowed;color:#9ca3af}.custom-textarea-container:focus-within{border-color:#6b7280;box-shadow:0 0 0 3px #e6e9ebe6;outline:none}.custom-textarea-container-error{border-color:#ef4444}.custom-textarea-container-error:focus-within{border-color:#ef4444;box-shadow:0 0 0 3px #fee2e2f2}.custom-textarea-container-success{border-color:#10b981}.custom-textarea-container-success:focus-within{border-color:#10b981;box-shadow:0 0 0 3px #d1fae5f2}.custom-textarea-container-disabled{pointer-events:none;cursor:not-allowed;border-color:#e5e7eb;background:#f9fafb}.custom-textarea-message{display:flex;align-items:center;gap:.25rem;margin:0;margin-top:.25rem;font-size:.75rem;line-height:1.6}.custom-textarea-message-helper{color:#6b7280}.custom-textarea-message-error{color:#dc2626}.custom-textarea-message-success{color:#059669}.custom-textarea-message-icon{flex-shrink:0}.qe-body{display:flex;flex-direction:column;gap:1rem}.qe-loading{font-size:.875rem;color:#6b7280;text-align:center;padding:1.5rem 0}.qe-load-error{font-size:.875rem;color:#dc2626;text-align:center;padding:1.5rem 0}.qe-action-error{margin:0;font-size:.875rem;color:#dc2626}.qe-context-card{display:flex;flex-direction:column;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.qe-card-divider{height:1px;background:#e5e7eb}.qe-card-row{display:grid;padding:1rem;gap:.75rem 1.25rem}.qe-card-row--2col{grid-template-columns:1fr 1fr}.qe-card-row--3col{grid-template-columns:1fr 1fr 1fr}.qe-card-cell{display:flex;flex-direction:column;gap:.25rem}.qe-cell-label{display:flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.05em;color:#9ca3af}.qe-label-icon{flex-shrink:0}.qe-cell-value{font-size:.875rem;color:#111827;line-height:1.4}.qe-cell-value--name{font-size:.875rem;font-weight:600;color:#111827}.qe-course-code{display:inline-block;font-size:.75rem;font-weight:600;color:#4b5563;background:#f3f4f6;padding:1px .5rem;border-radius:4px;margin-right:.25rem}.qe-lab-type-display{display:flex;align-items:center;gap:.5rem}.qe-lab-icon{width:26px;height:26px;flex-shrink:0}.qe-usage-section{display:flex;flex-direction:column;gap:.5rem;padding:1rem}.qe-usage-header{display:flex;align-items:center;justify-content:space-between}.qe-usage-badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;border-radius:999px;font-size:.75rem;font-weight:500}.qe-usage-badge--normal{background:#f3f4f6;border:1px solid #e5e7eb;color:#4b5563}.qe-usage-badge--warning{background:#fffbeb;border:1px solid #fcd34d;color:#92400e}.qe-usage-badge--critical{background:#fef2f2;border:1px solid #fecaca;color:#dc2626}.qe-progress-track{width:100%;height:6px;background:#e5e7eb;border-radius:999px;overflow:hidden}.qe-progress-fill{height:100%;border-radius:999px}.qe-progress-fill--normal{background:#9ca3af}.qe-progress-fill--warning{background:#f59e0b}.qe-progress-fill--critical{background:#dc2626}.qe-usage-pct{font-size:.75rem}.qe-usage-pct--normal{color:#6b7280}.qe-usage-pct--warning{color:#d97706}.qe-usage-pct--critical{color:#dc2626}.qe-reason-block{display:flex;flex-direction:column;gap:.5rem;padding:1rem}.qe-reason-text{font-size:.875rem;color:#1f2937;line-height:1.6;margin:0}.qe-decision-row{display:flex;flex-direction:column;gap:.75rem;position:relative}.qe-decision-col{display:flex;flex-direction:column;gap:1.5rem;padding:.75rem;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;transition:border-color .15s ease,background .15s ease}.qe-decision-col--approve:focus-within{border-color:#a7f3d0;background:#ecfdf5}.qe-decision-col--reject:focus-within{border-color:#fecaca;background:#fef2f2}.qe-decision-col .qe-btn-approve{background-color:#16a34a;border-color:#16a34a;color:#fff}.qe-decision-col .qe-btn-approve:hover:not(:disabled){background-color:#15803d;border-color:#15803d}.qe-approve-fields{max-width:320px}.qe-approve-actions{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.qe-btn-reject-toggle{border-color:#fca5a5;color:#dc2626}.qe-btn-reject-toggle:hover:not(:disabled){background-color:#fef2f2;border-color:#f87171}.qe-reject-actions{display:flex;gap:.5rem}.qe-status-banner{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;border-radius:10px}.qe-status-banner--approved{background:#ecfdf5;border:1px solid #a7f3d0}.qe-status-banner--approved .qe-status-icon{color:#059669;flex-shrink:0}.qe-status-banner--rejected{background:#fef2f2;border:1px solid #fecaca}.qe-status-banner--rejected .qe-status-icon{color:#dc2626;flex-shrink:0}.qe-status-title{font-size:.875rem;font-weight:600;color:#111827;margin:0 0 .25rem}.qe-status-sub{font-size:.875rem;color:#4b5563;margin:0}.qe-drawer-footer{display:flex;justify-content:flex-end;width:100%}.header{height:5rem;background-color:#fff;border-bottom:1px solid var(--color-border-hairline);display:flex;align-items:center;justify-content:space-between;padding:0 2rem;position:sticky;top:0;z-index:1020}.header-left{display:flex;align-items:center;gap:1rem}.header-left .header-brand{display:flex;align-items:center;gap:.75rem}.header-left .header-brand .brand-mark{width:4px;height:2rem;border-radius:9999px;background:var(--color-accent-orange);flex-shrink:0}.header-left .header-brand .brand-text{display:flex;flex-direction:column;gap:.25rem}.header-left .header-brand .brand-label{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:1.25rem;font-weight:800;color:var(--color-bits-blue);letter-spacing:.16em;text-transform:uppercase;line-height:1}.header-left .header-brand .brand-sub{font-size:.6875rem;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:#4d6573;line-height:1}.header-left .header-breadcrumbs{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#6b7280;margin-top:.25rem}.header-left .header-breadcrumbs .separator{font-size:10px;opacity:.5;margin:0 .25rem}.header-right{display:flex;align-items:center;gap:1rem}.header-right .header-divider{width:1px;height:1.5rem;background-color:#e5e7eb;margin:0 .5rem}.header-right .icon-btn{background:none;border:none;color:#6b7280;cursor:pointer;padding:0;border-radius:9999px;transition:all .15s;position:relative;display:flex;align-items:center;justify-content:center}.header-right .icon-btn:hover{background-color:#f9fafb;color:var(--color-action-blue)}.header-right .icon-btn .badge{position:absolute;top:3px;right:1px;background-color:#dc2626;color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:9999px;display:flex;align-items:center;justify-content:center;border:2px solid #fff}.header-right .icon-btn-ring svg{animation:notification-bell-ring .9s ease-in-out infinite;transform-origin:top center}.header-right .badge-pop{animation:notification-badge-pop .9s ease-in-out infinite}@media(prefers-reduced-motion:reduce){.header-right .icon-btn-ring svg,.header-right .badge-pop{animation:none}}.header-right .search-container{margin-right:1rem}.header-right .search-container .search-wrapper{display:flex;align-items:center;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;padding:.25rem .75rem;width:18.75rem;transition:all .15s}.header-right .search-container .search-wrapper:focus-within{background-color:#fff;border-color:#1f282e;box-shadow:inset 0 0 0 1px #1f282e}.header-right .search-container .search-icon{color:#9ca3af;margin-right:.5rem}.header-right .search-container .search-input{border:none;background:none;outline:none;width:100%;font-size:.875rem;color:#1f282e;padding:.25rem 0}.header-right .search-container .search-input::placeholder{color:#9ca3af}.header-right .user-badge{display:flex;align-items:center;gap:.75rem;padding:.25rem .75rem;background-color:#f9fafb;border-radius:9999px;border:1px solid #f3f4f6}.header-right .user-badge .user-icon{width:1.75rem;height:1.75rem;background-color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#3d515c;box-shadow:"0 1px 2px 0 rgba(0, 0, 0, 0.05)"}.header-right .role-switcher{display:flex;align-items:center;margin-right:.5rem;min-width:9rem}.header-right .role-switcher .custom-select-container{flex-direction:row;align-items:center;gap:.75rem}.header-right .logout-btn{background:none;border:none;display:flex;align-items:center;gap:.5rem;color:#4b5563;font-size:.875rem;font-weight:500;cursor:pointer;padding:.5rem .75rem;border-radius:.375rem;transition:all .15s}.header-right .logout-btn:hover{background-color:#f9fafb;color:var(--color-action-hover)}.notification-header{display:flex;align-items:center;justify-content:space-between;width:100%}.notification-header-left{display:flex;align-items:center;gap:.5rem}.notification-header-left .notification-title{font-size:1rem;font-weight:700;color:#111827}.notification-header-left .notification-badge{color:#9ca3af;font-size:.6875rem;font-weight:600;text-transform:uppercase;padding:2px 4px;line-height:1}.notification-header .close-btn{color:#9ca3af;padding:.25rem}.notification-header .close-btn:hover{color:#4b5563;background:#f3f4f6}.notification-icon-wrapper{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:9999px;flex-shrink:0}.notification-icon-wrapper.info{background-color:#e8f0fe;color:#1765cc}.notification-icon-wrapper.warning{background-color:#fffbeb;color:#d97706}.notification-icon-wrapper.success{background-color:#ecfdf5;color:#059669}.notification-item-content{display:flex;flex-direction:column;gap:2px;position:relative}.notification-item-content .notification-item-title{font-size:.875rem;font-weight:600;color:#0f1417;margin:0}.notification-item-content .notification-item-desc{font-size:.75rem;color:#6b7280;margin:0;line-height:1.4}.notification-item-content .notification-item-time{font-size:.6875rem;color:#9ca3af;margin-top:4px;text-align:right;display:block}.notification-item-content.unread .notification-item-title{font-weight:700;color:var(--color-action-blue)}.notification-item-content.unread:after{content:"";position:absolute;top:50%;right:0;transform:translateY(-50%);width:7px;height:7px;background-color:var(--color-action-blue);border-radius:9999px}.notification-footer{width:100%;display:flex;justify-content:center}.notification-footer .view-all-btn{font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.75rem 0}@keyframes notification-bell-ring{0%,to{transform:rotate(0)}15%{transform:rotate(14deg)}30%{transform:rotate(-12deg)}45%{transform:rotate(9deg)}60%{transform:rotate(-7deg)}75%{transform:rotate(4deg)}}@keyframes notification-badge-pop{0%{transform:scale(1)}40%{transform:scale(1.4)}to{transform:scale(1)}}.sidebar{width:17.5rem;height:100vh;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;transition:width .3s ease-in-out;position:relative;flex-shrink:0;z-index:1020;box-shadow:"0 1px 2px 0 rgba(0, 0, 0, 0.05)"}.sidebar-header{padding:.5rem;display:flex;align-items:center;margin-bottom:.5rem;position:relative;border-bottom:1px solid #e5e7eb}.sidebar-logo-container{display:flex;align-items:center;gap:.75rem}.sidebar-logo-wrapper{display:flex;align-items:center;justify-content:center}.sidebar-logo{height:100%;max-width:11.25rem;object-fit:contain}.sidebar-brand-text{display:flex;flex-direction:column;padding-left:1rem;border-left:1px solid #e5e7eb;justify-content:center}.sidebar-brand-text .portal-name{font-size:.75rem;font-weight:800;color:#0f1417;letter-spacing:.18em;text-transform:uppercase;line-height:1}.sidebar-toggle{position:absolute;right:-.75rem;top:50%;transform:translateY(-50%);width:1.75rem;height:1.75rem;background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #e5e7eb;border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0000001a;color:#6b7280;transition:color .2s ease,border-color .2s ease,background .2s ease;z-index:2;padding:0}.sidebar-toggle:hover{color:#333;border-color:#999;background:linear-gradient(135deg,#f5f5f5,#fff)}.sidebar-nav-section{flex:1;display:flex;flex-direction:column}.nav-section-header{padding:0 1.5rem .75rem;font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase}.sidebar-nav{--nav-item-h: 44px;--nav-gap: .25rem;position:relative;flex:1;display:flex;flex-direction:column;gap:var(--nav-gap)}.sidebar-nav-indicator{position:absolute;top:0;left:.5rem;right:.5rem;height:var(--nav-item-h);border-radius:.375rem;background:var(--color-action-blue);transform:translateY(calc((var(--nav-item-h) + var(--nav-gap)) * var(--active-index, 0)));transition:transform var(--motion-standard) var(--ease-standard);will-change:transform;z-index:0;pointer-events:none}.sidebar-nav-item{position:relative;z-index:1;display:flex;align-items:center;height:var(--nav-item-h);margin:0 .5rem;padding:0 .75rem;border-radius:.375rem;color:#2e3d45;text-decoration:none;font-size:1rem;background:transparent;transition:background-color var(--motion-micro) var(--ease-standard),color var(--motion-micro) var(--ease-standard)}.sidebar-nav-item .sidebar-nav-icon{display:flex;align-items:center;justify-content:center;margin-right:.75rem;color:#80919b;transition:color var(--motion-micro) var(--ease-standard)}.sidebar-nav-item .sidebar-nav-label{font-weight:500;font-size:1rem}.sidebar-nav-item-active{color:#fff;font-weight:600}.sidebar-nav-item-active:hover,.sidebar-nav-item-active:focus{color:#fff}.sidebar-nav-item-active .sidebar-nav-icon{color:#fff}.sidebar-nav-item:focus-visible{outline:2px solid var(--color-action-blue);outline-offset:-2px}.sidebar-nav-item:hover:not(.sidebar-nav-item-active){background:var(--color-surface-200);color:#0f1417}.sidebar-nav-item:hover:not(.sidebar-nav-item-active) .sidebar-nav-icon{color:#0f1417}@media(prefers-reduced-motion:reduce){.sidebar-nav-indicator,.sidebar-nav-item,.sidebar-nav-item .sidebar-nav-icon{transition:none}}.sidebar-footer{margin-top:auto;border-top:1px solid #e5e7eb;background:#fff}.user-profile{display:flex;align-items:center;gap:.75rem;padding:1rem .75rem;overflow:hidden}.user-profile .user-avatar{width:2.5rem;height:2.5rem;border-radius:.5rem;background:#f5f5f5;color:#333;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:1px solid #e0e0e0}.user-profile .user-info{flex:1;display:flex;flex-direction:column;min-width:0}.user-profile .user-info .user-name{font-size:.875rem;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile .user-info .user-role{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-profile .logout-icon-btn{color:#9ca3af;transition:all .2s ease;flex-shrink:0;padding:0}.user-profile .logout-icon-btn:hover{color:#dc2626;background:#fef2f2}.sidebar-collapsed{width:80px}.sidebar-collapsed .sidebar-header{justify-content:center;padding:1rem 0}.sidebar-collapsed .sidebar-logo-container{padding:0}.sidebar-collapsed .sidebar-nav{padding:0 .5rem}.sidebar-collapsed .sidebar-nav-item{justify-content:center;padding:0}.sidebar-collapsed .sidebar-nav-item .sidebar-nav-icon{margin-right:0}.sidebar-collapsed .user-profile{justify-content:center;padding:1rem 0}.custom-breadcrumbs-container{padding:.75rem 2rem;background-color:#fff;border-bottom:1px solid;width:100%}.custom-breadcrumbs-list{display:flex;align-items:center;list-style:none;padding:0;margin:0;flex-wrap:wrap;gap:.25rem}.custom-breadcrumb-current{color:#1f282e;font-weight:600;padding:.25rem .5rem;background-color:#f3f4f6;border-radius:.375rem}.custom-breadcrumb-link{display:flex;align-items:center;gap:.375rem;color:#6b7280;text-decoration:none;padding:.25rem .5rem;border-radius:.375rem;transition:all .15s ease-in-out}.custom-breadcrumb-link:hover{color:#1f282e;background-color:#f3f4f6;text-decoration:none}.custom-breadcrumb-item{display:flex;align-items:center;font-size:.875rem;font-weight:500;line-height:1}.custom-breadcrumb-item.custom-breadcrumb-back-button{cursor:pointer;color:#4d6573;padding:.25rem .5rem;border-radius:.375rem;transition:all .15s ease-in-out;margin-right:.25rem}.custom-breadcrumb-item.custom-breadcrumb-back-button:hover{background-color:#f3f4f6;color:#1f282e}.custom-breadcrumb-item.custom-breadcrumb-back-button:active{background-color:#e5e7eb}.custom-breadcrumb-item.custom-breadcrumb-active .custom-breadcrumb-current{background-color:#f5f5f5;color:#262626}.custom-breadcrumb-separator{color:#d1d5db;flex-shrink:0;margin:0 .125rem}.main-layout{position:relative;display:flex;height:100vh;width:100%;overflow:hidden;background-color:var(--color-surface-100)}.main-layout:before{content:"";position:absolute;inset:0 0 auto;height:3px;z-index:100;background:linear-gradient(90deg,var(--color-accent-orange) 0 33.33%,var(--color-bits-aqua) 33.33% 66.66%,var(--color-bits-indigo) 66.66% 100%)}.main-layout-container{flex:1;min-width:0;min-height:0;display:flex;flex-direction:column;height:100%;overflow:hidden;background-color:transparent;position:relative}.main-layout-content{flex:1;min-height:0;overflow:hidden auto;scrollbar-gutter:stable;position:relative;padding:0 2rem;display:flex;flex-direction:column;background-color:transparent}.main-layout-content .page-wrapper{position:relative;z-index:1;width:100%;min-height:100%;padding-bottom:2rem}body.custom-drawer-open .main-layout-content{overflow:hidden}.custom-bits-watermark{position:fixed;inset:0;pointer-events:none;z-index:0;display:flex;align-items:center;justify-content:center;overflow:hidden;opacity:.05}.custom-bits-watermark-image{width:min(85vw,650px);height:auto;object-fit:contain;-webkit-user-select:none;user-select:none}.auth-layout{display:flex;flex-direction:column;min-height:100vh;width:100%;overflow-x:hidden;background:#fff}.auth-layout-main{display:flex;flex:1}.auth-brand-col{position:relative;flex:1 1 58%;display:none;background:radial-gradient(90% 60% at 0 0,var(--color-bits-aqua-tint),transparent 55%),var(--color-grey-surface)}@media(min-width:1024px){.auth-brand-col{display:block}}.auth-brand-grid-tex{position:absolute;inset:0;z-index:0;pointer-events:none;background-image:linear-gradient(var(--color-bits-indigo) 1px,transparent 1px),linear-gradient(90deg,var(--color-bits-indigo) 1px,transparent 1px);background-size:42px 42px;opacity:.025}.auth-brand-inner{position:relative;z-index:1;min-height:100%;display:flex;flex-direction:column;justify-content:center;gap:1.75rem;padding:2rem 3rem 2rem 4rem;max-width:760px}.auth-brand-mark{display:flex;align-items:center;gap:.75rem;animation:auth-rise .5s ease-out both}.auth-brand-mark .auth-brand-emblem{height:72px;width:auto;object-fit:contain}.auth-brand-wilp{padding-left:.75rem;border-left:1px solid #ccd3d7;font-weight:700;font-size:.875rem;line-height:1.25;letter-spacing:.03em;text-transform:uppercase;color:var(--color-bits-indigo)}.auth-brand-hero{animation:auth-rise .5s ease-out .06s both}.auth-brand-title{margin:0;font-size:4.75rem;font-weight:700;line-height:1;letter-spacing:-.025em;color:var(--color-bits-indigo)}.auth-brand-keyline{display:flex;width:120px;height:5px;margin-top:1rem;border-radius:9999px;overflow:hidden}.auth-brand-keyline i{flex:1}.auth-brand-keyline .k-gold{background:var(--color-accent-orange)}.auth-brand-keyline .k-sky{background:var(--color-bits-sky)}.auth-brand-keyline .k-red{background:var(--color-bits-red)}.auth-brand-desc{margin:1.25rem 0 0;font-size:1.125rem;line-height:1.75;color:#3d515c;max-width:64ch}.auth-brand-floor{animation:auth-rise .5s ease-out .12s both}.auth-brand-onboard{margin:.75rem 0 1.25rem;max-width:52ch}.auth-brand-onboard-label{margin:0 0 .25rem;font-size:.875rem;font-weight:600;letter-spacing:.01em;color:var(--color-bits-indigo)}.auth-brand-onboard-body{margin:0;font-size:1rem;line-height:1.75;color:var(--color-text-muted)}.auth-brand-onboard-body a{color:var(--color-action-blue);font-weight:600;text-decoration:none}.auth-brand-onboard-body a:hover{text-decoration:underline}.auth-brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;max-width:680px}.auth-brand-card{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#ffffffbf;border:1px solid var(--color-border-hairline);border-radius:.5rem;box-shadow:0 1px 2px #1f282e0a}.auth-brand-card-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:.375rem;background:var(--color-bits-indigo-tint);color:var(--color-bits-indigo)}.auth-brand-card-icon .lab-card-icon{width:19px;height:19px}.auth-brand-card-title{font-size:1rem;font-weight:600;color:#1f282e}.auth-brand-card-desc{font-size:.875rem;color:var(--color-text-muted);margin-top:2px}@keyframes auth-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.auth-form-col{flex:1 1 42%;display:flex;flex-direction:column;padding:1.5rem 2.5rem;background:#fff;border-left:1px solid var(--color-border-hairline)}@media(min-width:1024px){.auth-form-col{padding:2rem 3rem}}.auth-form-body{flex:1;min-height:0;display:flex;flex-direction:column;justify-content:center;max-width:400px;width:100%;margin:0 auto;padding:1rem 0}.auth-form-footer{margin-top:auto}.auth-footer-links{display:flex;align-items:center;gap:.75rem;font-size:.875rem}.auth-footer-link{display:inline-flex;align-items:center;gap:.375rem;color:var(--color-text-muted);text-decoration:none;transition:color .2s}.auth-footer-link svg{color:#80919b}.auth-footer-link:hover{color:var(--color-action-blue)}.auth-footer-link:hover svg{color:var(--color-action-blue)}.auth-footer-sep{width:4px;height:4px;border-radius:9999px;background:#b3bdc3}.auth-accreditation{margin:1rem 0 0;font-size:.75rem;color:#80919b;max-width:44ch}.auth-tricolor{display:flex;height:5px;width:100%}.auth-tricolor i{flex:1}.auth-tricolor-gold{background:var(--color-accent-orange)}.auth-tricolor-sky{background:var(--color-bits-sky)}.auth-tricolor-red{background:var(--color-bits-red)}@media(prefers-reduced-motion:reduce){.auth-brand-mark,.auth-brand-hero,.auth-brand-floor{animation:none}}@media(max-height:820px){.auth-brand-inner{gap:1rem;padding-top:1.25rem;padding-bottom:1.25rem}.auth-brand-mark .auth-brand-emblem{height:56px}.auth-brand-title{font-size:3.25rem}.auth-brand-keyline{margin-top:.5rem}.auth-brand-desc{margin-top:.75rem}.auth-brand-onboard{margin:.5rem 0 .75rem}.auth-brand-card{padding:.5rem 1rem}}@media(max-height:700px){.auth-brand-inner{gap:.75rem;padding-top:1rem;padding-bottom:1rem}.auth-brand-mark .auth-brand-emblem{height:48px}.auth-brand-title{font-size:2.5rem}.auth-brand-desc{margin-top:.5rem;font-size:1rem}.auth-brand-onboard{margin:.375rem 0 .5rem}.auth-brand-card{padding:.375rem .75rem}.auth-brand-grid{gap:.5rem}}@media(max-width:991px){.auth-form-col{padding:2rem 1.5rem}.auth-form-body{max-width:400px;padding-top:2.5rem}}.custom-page-skeleton{width:100%}.custom-page-skeleton-body{display:flex;flex-direction:column;gap:1.25rem;width:100%;max-width:1440px;margin:0 auto}.custom-ps-bone{position:relative;overflow:hidden;background:#e6e9eb;border-radius:.25rem}.custom-ps-bone:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.55),transparent);animation:custom-ps-sweep 1.6s ease-in-out infinite}@keyframes custom-ps-sweep{to{transform:translate(100%)}}.custom-ps-header{position:relative;padding-bottom:1rem;border-bottom:1px solid var(--color-border-hairline)}.custom-ps-title{width:280px;height:28px}.custom-ps-sub{width:360px;height:13px;margin-top:.75rem}.custom-ps-rule{position:absolute;left:0;bottom:-1px;width:44px;height:3px;background:var(--color-accent-orange);border-radius:9999px;opacity:.5}.custom-ps-toolbar{display:flex;align-items:center;gap:.5rem}.custom-ps-icon{width:32px;height:32px}.custom-ps-btn{width:160px;height:36px;margin-left:auto}.custom-ps-table{border:1px solid #e6e9eb;border-top:2px solid var(--color-accent-orange);border-radius:.5rem;background:#fff;overflow:hidden}.custom-ps-thead{display:flex;gap:1.5rem;padding:1rem;border-bottom:1px solid #e6e9eb}.custom-ps-th{height:10px;flex:1}.custom-ps-row{display:flex;gap:1.5rem;align-items:center;padding:1rem;border-top:1px solid var(--color-border-hairline)}.custom-ps-row:first-child{border-top:none}.custom-ps-cell{height:14px;flex:1}.custom-ps-th:nth-child(2),.custom-ps-cell:nth-child(2){flex:2}.custom-ps-th:nth-child(3),.custom-ps-cell:nth-child(3),.custom-ps-th:nth-child(4),.custom-ps-cell:nth-child(4){flex:.6}@media(prefers-reduced-motion:reduce){.custom-ps-bone:after{animation:none}}.custom-branded-spinner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:240px}.custom-bs-body{display:flex;flex-direction:column;align-items:center;gap:1rem}.custom-bs-ring{position:relative;width:48px;height:48px}.custom-bs-ring i{position:absolute;border:3px solid transparent;border-radius:9999px}.custom-bs-ring i:nth-child(1){inset:0;border-top-color:var(--color-bits-blue);animation:custom-bs-rot .9s linear infinite}.custom-bs-ring i:nth-child(2){inset:8px;border-bottom-color:var(--color-bits-aqua);animation:custom-bs-rot 1.4s linear infinite reverse}.custom-bs-msg{color:var(--color-text-muted);font-size:.875rem}@keyframes custom-bs-rot{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.custom-bs-ring i:nth-child(1){animation-duration:2.4s}.custom-bs-ring i:nth-child(2){animation:none}}
