[data-blr-component=button]{justify-content:center;align-items:center;gap:var(--blr-spacing-2);font-family:var(--blr-font-family-primary);cursor:pointer;border-radius:var(--blr-radius-md);white-space:nowrap;-webkit-user-select:none;user-select:none;border:none;outline:none;font-weight:500;line-height:1.5;text-decoration:none;transition:color .15s,background-color .15s,border-color .15s;display:inline-flex}[data-blr-component=button]:focus-visible{outline:2px solid var(--blr-text-body-tertiary);outline-offset:2px}[data-blr-component=button]:disabled,[data-blr-component=button][data-loading]{opacity:.5;cursor:not-allowed;pointer-events:none}[data-blr-component=button][data-variant=primary]{background:var(--blr-color-blue-600);color:#fff}[data-blr-component=button][data-variant=primary]:hover:not(:disabled){background:var(--blr-color-blue-700)}[data-blr-component=button][data-variant=primary]:active:not(:disabled){background:var(--blr-color-blue-800)}[data-blr-component=button][data-variant=secondary]{background:var(--blr-background-surface-2);color:var(--blr-button-secondary-text)}[data-blr-component=button][data-variant=secondary]:hover:not(:disabled){background:var(--blr-hover-subtle)}[data-blr-component=button][data-variant=secondary]:active:not(:disabled){background:var(--blr-active-subtle)}[data-blr-component=button][data-variant=outline]{color:var(--blr-button-secondary-text);border:1px solid var(--blr-border-default);background:0 0}[data-blr-component=button][data-variant=outline]:hover:not(:disabled){background:var(--blr-hover-subtle)}[data-blr-component=button][data-variant=outline]:active:not(:disabled){background:var(--blr-active-subtle)}[data-blr-component=button][data-variant=destructive]{background:var(--blr-color-rose-600);color:#fff}[data-blr-component=button][data-variant=destructive]:hover:not(:disabled){background:var(--blr-color-rose-700)}[data-blr-component=button][data-variant=destructive]:active:not(:disabled){background:var(--blr-color-rose-950)}[data-blr-component=button][data-variant=confirm]{background:var(--blr-color-green-600);color:#fff}[data-blr-component=button][data-variant=confirm]:hover:not(:disabled){background:var(--blr-color-green-700)}[data-blr-component=button][data-variant=confirm]:active:not(:disabled){background:var(--blr-color-green-950)}[data-blr-component=button][data-variant=ghost]{color:var(--blr-button-secondary-text);background:0 0}[data-blr-component=button][data-variant=ghost]:hover:not(:disabled){background:var(--blr-hover-subtle)}[data-blr-component=button][data-variant=link]{color:var(--blr-color-blue-600);text-underline-offset:4px;background:0 0;height:auto;padding:0}[data-blr-component=button][data-variant=link]:hover:not(:disabled){text-decoration:underline}[data-blr-component=button][data-size=large]{height:40px;padding:0 var(--blr-spacing-6);font-size:14px}[data-blr-component=button][data-size=medium]{height:36px;padding:0 var(--blr-spacing-4);font-size:14px}[data-blr-component=button][data-size=small]{height:32px;padding:0 var(--blr-spacing-3);font-size:13px}[data-blr-component=button][data-size=smallest]{height:24px;padding:0 var(--blr-spacing-2);border-radius:var(--blr-radius-sm);font-size:12px}[data-blr-component=button][data-shape=square]{aspect-ratio:1;padding:0}[data-blr-component=button][data-shape=rounded]{border-radius:9999px}[data-blr-component=checkbox]{align-items:center;gap:var(--blr-spacing-2);cursor:pointer;font-family:var(--blr-font-family-primary);-webkit-user-select:none;user-select:none;display:inline-flex}[data-blr-component=checkbox][data-disabled]{opacity:.5;cursor:not-allowed}[data-blr-component=checkbox] input{opacity:0;width:0;height:0;position:absolute}[data-blr-component=checkbox-control]{border:1px solid var(--blr-border-default);border-radius:var(--blr-radius-sm);background:var(--blr-input-bg);flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s,border-color .15s;display:flex}[data-blr-component=checkbox][data-size=medium] [data-blr-component=checkbox-control]{width:16px;height:16px}[data-blr-component=checkbox][data-size=small] [data-blr-component=checkbox-control]{width:14px;height:14px}[data-blr-component=checkbox] input:checked+[data-blr-component=checkbox-control]{background:var(--blr-color-blue-600);border-color:var(--blr-color-blue-600)}[data-blr-component=checkbox] input:checked+[data-blr-component=checkbox-control]:after{content:"";border:1.5px solid #fff;border-width:0 1.5px 1.5px 0;width:4px;height:8px;display:block;transform:rotate(45deg)translate(-1px,-1px)}[data-blr-component=checkbox] input:indeterminate+[data-blr-component=checkbox-control]{background:var(--blr-color-blue-600);border-color:var(--blr-color-blue-600)}[data-blr-component=checkbox] input:indeterminate+[data-blr-component=checkbox-control]:after{content:"";background:#fff;border-radius:1px;width:8px;height:1.5px;display:block}[data-blr-component=checkbox] input:focus-visible+[data-blr-component=checkbox-control]{outline:2px solid var(--blr-text-body-tertiary);outline-offset:2px}[data-blr-component=checkbox][data-error] [data-blr-component=checkbox-control]{border-color:var(--blr-color-rose-600)}[data-blr-component=checkbox][data-error] input:focus-visible+[data-blr-component=checkbox-control]{outline-color:var(--blr-color-rose-600)}[data-blr-component=checkbox-label]{color:var(--blr-color-brand-primary);font-size:14px}[data-blr-component=checkbox][data-size=small] [data-blr-component=checkbox-label]{font-size:13px}[data-blr-component=field]{gap:var(--blr-spacing-1_5);font-family:var(--blr-font-family-primary);flex-direction:column;display:flex}[data-blr-component=field-label]{color:var(--blr-text-title-primary,var(--blr-color-brand-primary));font-size:14px;font-weight:500}[data-blr-component=field-required]{color:var(--blr-color-rose-600)}[data-blr-component=field-hint]{color:var(--blr-text-body-secondary);font-size:12px}[data-blr-component=field-error]{color:var(--blr-color-rose-600);font-size:12px}[data-blr-component=file-upload]{justify-content:center;align-items:center;gap:var(--blr-spacing-3);padding:var(--blr-spacing-8) var(--blr-spacing-6);border:2px dashed var(--blr-border-default);border-radius:var(--blr-radius-lg);color:var(--blr-text-body-secondary);cursor:pointer;font-family:var(--blr-font-family-primary);text-align:center;background:0 0;flex-direction:column;font-size:14px;transition:border-color .15s,background-color .15s,color .15s;display:flex}[data-blr-component=file-upload]:hover:not([data-disabled]){border-color:var(--blr-color-blue-400);background:var(--blr-color-blue-50);color:var(--blr-color-blue-600)}[data-blr-component=file-upload][data-dragover]{border-color:var(--blr-color-blue-600);background:var(--blr-color-blue-50);color:var(--blr-color-blue-600)}[data-blr-component=file-upload][data-disabled]{opacity:.5;cursor:not-allowed}[data-blr-component=file-upload]:focus-visible{outline:2px solid var(--blr-text-body-tertiary);outline-offset:2px}[data-blr-component=file-upload-text]{color:inherit}[data-blr-component=file-upload-text] strong{color:var(--blr-color-blue-600)}[data-blr-component=input-wrapper]{border:1px solid var(--blr-input-border);border-radius:var(--blr-radius-md);width:100%;font-family:var(--blr-font-family-primary);background:0 0;align-items:center;transition:color .15s,border-color .15s,box-shadow .15s;display:inline-flex}[data-blr-component=input-wrapper]:focus-within{border-color:var(--blr-border-input-focus);box-shadow:0 0 0 3px #3b60a826}[data-blr-component=input-wrapper][data-error]{border-color:var(--blr-color-rose-600)}[data-blr-component=input-wrapper][data-error]:focus-within{box-shadow:0 0 0 3px #ed003f1a}[data-blr-component=input-wrapper][data-disabled]{opacity:.5;cursor:not-allowed;background:var(--blr-background-surface-2)}[data-blr-component=input-wrapper] input{color:var(--blr-input-text);background:0 0;border:none;outline:none;flex:1;width:100%;font-family:inherit}[data-blr-component=input-wrapper] input::placeholder{color:var(--blr-text-body-tertiary)}[data-blr-component=input-wrapper] input:-webkit-autofill{-webkit-text-fill-color:var(--blr-input-text);caret-color:var(--blr-input-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}[data-blr-component=input-wrapper] input:-webkit-autofill:hover{-webkit-text-fill-color:var(--blr-input-text);caret-color:var(--blr-input-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}[data-blr-component=input-wrapper] input:-webkit-autofill:focus{-webkit-text-fill-color:var(--blr-input-text);caret-color:var(--blr-input-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}[data-blr-component=input-wrapper] input:-webkit-autofill:active{-webkit-text-fill-color:var(--blr-input-text);caret-color:var(--blr-input-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}[data-blr-component=input-wrapper][data-size=large]{height:40px;padding:0 var(--blr-spacing-3);font-size:14px}[data-blr-component=input-wrapper][data-size=large] input{font-size:14px}[data-blr-component=input-wrapper][data-size=medium]{height:36px;padding:0 var(--blr-spacing-3);font-size:14px}[data-blr-component=input-wrapper][data-size=medium] input{font-size:14px}[data-blr-component=input-wrapper][data-size=small]{height:32px;padding:0 var(--blr-spacing-3);font-size:13px}[data-blr-component=input-wrapper][data-size=small] input{font-size:13px}[data-blr-component=input-prefix],[data-blr-component=input-suffix]{color:var(--blr-text-body-secondary);flex-shrink:0;align-items:center;font-size:14px;display:flex}[data-blr-component=input-prefix]{margin-right:var(--blr-spacing-2)}[data-blr-component=input-suffix]{margin-left:var(--blr-spacing-2)}[data-blr-component=label]{font-family:var(--blr-font-family-primary);color:var(--blr-text-title-primary,var(--blr-color-brand-primary));align-items:center;font-size:14px;font-weight:500;line-height:1.4;display:inline-flex}[data-blr-component=label-required]{color:var(--blr-color-rose-600)}[data-blr-component=number-input]{border:1px solid var(--blr-border-default);border-radius:var(--blr-radius-md);width:100%;font-family:var(--blr-font-family-primary);background:0 0;align-items:center;transition:color .15s,border-color .15s,box-shadow .15s;display:inline-flex}[data-blr-component=number-input]:focus-within{border-color:var(--blr-text-body-tertiary);box-shadow:0 0 0 3px #94a3b833}[data-blr-component=number-input][data-error]{border-color:var(--blr-color-rose-600)}[data-blr-component=number-input][data-error]:focus-within{box-shadow:0 0 0 3px #ed003f1a}[data-blr-component=number-input][data-disabled]{opacity:.5;cursor:not-allowed;background:var(--blr-background-surface-2)}[data-blr-component=number-input] input{color:var(--blr-color-brand-primary);-moz-appearance:textfield;background:0 0;border:none;outline:none;flex:1;width:100%;font-family:inherit}[data-blr-component=number-input] input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-blr-component=number-input] input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}[data-blr-component=number-input] input::placeholder{color:var(--blr-text-body-tertiary)}[data-blr-component=number-input][data-size=large]{height:40px;padding:0 var(--blr-spacing-3);font-size:14px}[data-blr-component=number-input][data-size=large] input{font-size:14px}[data-blr-component=number-input][data-size=medium]{height:36px;padding:0 var(--blr-spacing-3);font-size:14px}[data-blr-component=number-input][data-size=medium] input{font-size:14px}[data-blr-component=number-input][data-size=small]{height:32px;padding:0 var(--blr-spacing-3);font-size:13px}[data-blr-component=number-input][data-size=small] input{font-size:13px}[data-blr-component=number-input-controls]{align-items:center;gap:var(--blr-spacing-1);margin-left:var(--blr-spacing-2);flex-shrink:0;display:flex}[data-blr-component=number-input-increment],[data-blr-component=number-input-decrement]{border:1px solid var(--blr-border-default);border-radius:var(--blr-radius-md);padding:var(--blr-spacing-1);cursor:pointer;color:var(--blr-text-body-secondary);background:0 0;justify-content:center;align-items:center;transition:color .15s,background-color .15s,border-color .15s;display:flex}[data-blr-component=number-input-increment]:hover,[data-blr-component=number-input-decrement]:hover{background:var(--blr-hover-subtle);color:var(--blr-text-body-primary)}[data-blr-component=number-input-increment]:disabled,[data-blr-component=number-input-decrement]:disabled{cursor:not-allowed;opacity:.5}[data-blr-component=otp-input]{align-items:center;gap:var(--blr-spacing-2);font-family:var(--blr-font-family-primary);display:inline-flex}[data-blr-component=otp-input][data-disabled]{opacity:.5;cursor:not-allowed}[data-blr-component=otp-cell]{text-align:center;border:1px solid var(--blr-border-default);border-radius:var(--blr-radius-md);color:var(--blr-color-brand-primary);-moz-appearance:textfield;background:0 0;outline:none;font-family:inherit;font-weight:600;transition:border-color .15s,box-shadow .15s}[data-blr-component=otp-cell]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}[data-blr-component=otp-cell]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}[data-blr-component=otp-cell]:focus{border-color:var(--blr-color-blue-600);box-shadow:0 0 0 3px #94a3b833}[data-blr-component=otp-input][data-error] [data-blr-component=otp-cell]{border-color:var(--blr-color-rose-600)}[data-blr-component=otp-input][data-error] [data-blr-component=otp-cell]:focus{box-shadow:0 0 0 3px #ed003f1a}[data-blr-component=otp-input][data-size=medium] [data-blr-component=otp-cell]{width:40px;height:40px;font-size:18px}[data-blr-component=otp-input][data-size=small] [data-blr-component=otp-cell]{width:32px;height:32px;font-size:14px}[data-blr-component=password-input]{border:1px solid var(--blr-input-border);border-radius:var(--blr-radius-md);width:100%;font-family:var(--blr-font-family-primary);background:0 0;align-items:center;transition:color .15s,border-color .15s,box-shadow .15s;display:inline-flex}[data-blr-component=password-input]:focus-within{border-color:var(--blr-border-input-focus);box-shadow:0 0 0 3px #3b60a826}[data-blr-component=password-input][data-error]{border-color:var(--blr-color-rose-600)}[data-blr-component=password-input][data-error]:focus-within{box-shadow:0 0 0 3px #ed003f1a}[data-blr-component=password-input][data-disabled]{opacity:.5;cursor:not-allowed;background:var(--blr-background-surface-2)}[data-blr-component=password-input] input{color:var(--blr-input-text);background:0 0;border:none;outline:none;flex:1;width:100%;font-family:inherit}[data-blr-component=password-input] input::placeholder{color:var(--blr-text-body-tertiary)}[data-blr-component=password-input] input:-webkit-autofill{-webkit-text-fill-color:var(--blr-input-text);caret-color:var(--blr-input-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}[data-blr-component=password-input] input:-webkit-autofill:hover{-webkit-text-fill-color:var(--blr-input-text);caret-color:var(--blr-input-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}[data-blr-component=password-input] input:-webkit-autofill:focus{-webkit-text-fill-color:var(--blr-input-text);caret-color:var(--blr-input-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}[data-blr-component=password-input] input:-webkit-autofill:active{-webkit-text-fill-color:var(--blr-input-text);caret-color:var(--blr-input-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}[data-blr-component=password-input][data-size=large]{height:40px;padding:0 var(--blr-spacing-3);font-size:14px}[data-blr-component=password-input][data-size=large] input{font-size:14px}[data-blr-component=password-input][data-size=medium]{height:36px;padding:0 var(--blr-spacing-3);font-size:14px}[data-blr-component=password-input][data-size=medium] input{font-size:14px}[data-blr-component=password-input][data-size=small]{height:32px;padding:0 var(--blr-spacing-3);font-size:13px}[data-blr-component=password-input][data-size=small] input{font-size:13px}[data-blr-component=password-input-toggle]{margin-left:var(--blr-spacing-2);cursor:pointer;color:var(--blr-text-body-tertiary);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .15s;display:flex}[data-blr-component=password-input-toggle]:hover{color:var(--blr-text-body-secondary)}[data-blr-component=radio-group]{gap:var(--blr-spacing-3);display:flex}[data-blr-component=radio-group][data-orientation=vertical]{flex-direction:column}[data-blr-component=radio-group][data-orientation=horizontal]{flex-direction:row}[data-blr-component=radio-item]{align-items:center;gap:var(--blr-spacing-2);cursor:pointer;font-family:var(--blr-font-family-primary);-webkit-user-select:none;user-select:none;display:inline-flex}[data-blr-component=radio-item][data-disabled]{opacity:.5;cursor:not-allowed}[data-blr-component=radio-item] input{opacity:0;width:0;height:0;position:absolute}[data-blr-component=radio-control]{border:1px solid var(--blr-border-default);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .15s,border-color .15s;display:flex}[data-blr-component=radio-item][data-size=medium] [data-blr-component=radio-control]{width:16px;height:16px}[data-blr-component=radio-item][data-size=small] [data-blr-component=radio-control]{width:14px;height:14px}[data-blr-component=radio-item] input:checked+[data-blr-component=radio-control]{border-color:var(--blr-color-blue-600)}[data-blr-component=radio-item] input:checked+[data-blr-component=radio-control]:after{content:"";background:var(--blr-color-blue-600);border-radius:50%;display:block}[data-blr-component=radio-item][data-size=medium] input:checked+[data-blr-component=radio-control]:after{width:8px;height:8px}[data-blr-component=radio-item][data-size=small] input:checked+[data-blr-component=radio-control]:after{width:6px;height:6px}[data-blr-component=radio-item] input:focus-visible+[data-blr-component=radio-control]{outline:2px solid var(--blr-text-body-tertiary);outline-offset:2px}[data-blr-component=radio-group][data-error] [data-blr-component=radio-control]{border-color:var(--blr-color-rose-600)}[data-blr-component=radio-group][data-error] input:focus-visible+[data-blr-component=radio-control]{outline-color:var(--blr-color-rose-600)}[data-blr-component=radio-label]{color:var(--blr-color-brand-primary);font-size:14px}[data-blr-component=radio-item][data-size=small] [data-blr-component=radio-label]{font-size:13px}[data-blr-component=search-input]{border:1px solid var(--blr-border-default);border-radius:var(--blr-radius-md);width:100%;font-family:var(--blr-font-family-primary);background:0 0;align-items:center;transition:color .15s,border-color .15s,box-shadow .15s;display:inline-flex}[data-blr-component=search-input]:focus-within{border-color:var(--blr-text-body-tertiary);box-shadow:0 0 0 3px #94a3b833}[data-blr-component=search-input][data-disabled]{opacity:.5;cursor:not-allowed;background:var(--blr-background-surface-2)}[data-blr-component=search-input] input{color:var(--blr-color-brand-primary);background:0 0;border:none;outline:none;flex:1;width:100%;font-family:inherit}[data-blr-component=search-input] input::placeholder{color:var(--blr-text-body-tertiary)}[data-blr-component=search-input] input[type=search]::-webkit-search-cancel-button{appearance:none}[data-blr-component=search-input][data-size=large]{height:40px;padding:0 var(--blr-spacing-3);font-size:14px}[data-blr-component=search-input][data-size=large] input{font-size:14px}[data-blr-component=search-input][data-size=medium]{height:36px;padding:0 var(--blr-spacing-3);font-size:14px}[data-blr-component=search-input][data-size=medium] input{font-size:14px}[data-blr-component=search-input][data-size=small]{height:32px;padding:0 var(--blr-spacing-3);font-size:13px}[data-blr-component=search-input][data-size=small] input{font-size:13px}[data-blr-component=search-input-prefix]{color:var(--blr-text-body-tertiary);margin-right:var(--blr-spacing-2);flex-shrink:0;align-items:center;display:flex}[data-blr-component=search-input-clear]{margin-left:var(--blr-spacing-2);cursor:pointer;color:var(--blr-text-body-tertiary);border-radius:var(--blr-radius-md);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .15s;display:flex}[data-blr-component=search-input-clear]:hover{color:var(--blr-text-body-secondary)}[data-blr-component=date-picker]{width:100%;display:inline-flex;position:relative}[data-blr-component=date-picker-trigger]{border:1px solid var(--blr-input-border);border-radius:var(--blr-radius-md);width:100%;color:var(--blr-text-title-primary);font-family:var(--blr-font-family-primary);background:0 0;justify-content:space-between;align-items:stretch;transition:color .15s,border-color .15s,box-shadow .15s;display:inline-flex}[data-blr-component=date-picker-trigger]:hover{border-color:var(--blr-border-default)}[data-blr-component=date-picker][data-open] [data-blr-component=date-picker-trigger],[data-blr-component=date-picker-trigger]:focus-within{border-color:var(--blr-border-input-focus);outline:none;box-shadow:0 0 0 3px #3b60a826}[data-blr-component=date-picker][data-error] [data-blr-component=date-picker-trigger]{border-color:var(--blr-color-rose-600)}[data-blr-component=date-picker][data-error] [data-blr-component=date-picker-trigger]:focus-within{box-shadow:0 0 0 3px #ed003f1a}[data-blr-component=date-picker][data-disabled] [data-blr-component=date-picker-trigger]{opacity:.5;cursor:not-allowed;background:var(--blr-background-surface-2)}[data-blr-component=date-picker-input]{min-width:0;color:inherit;font-family:inherit;font-size:inherit;padding:0 var(--blr-spacing-3);background:0 0;border:none;outline:none;flex:1}[data-blr-component=date-picker-input]::placeholder{color:var(--blr-text-body-tertiary)}[data-blr-component=date-picker-input]:disabled{cursor:not-allowed;background:0 0}[data-blr-component=date-picker-icon-button]{color:var(--blr-text-body-tertiary);cursor:pointer;padding:0 var(--blr-spacing-2);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;transition:color .12s;display:inline-flex}[data-blr-component=date-picker-icon-button]:hover:not(:disabled){color:var(--blr-text-title-primary)}[data-blr-component=date-picker-icon-button]:disabled{cursor:not-allowed}[data-blr-component=date-picker][data-size=large] [data-blr-component=date-picker-trigger]{height:40px;font-size:14px}[data-blr-component=date-picker][data-size=medium] [data-blr-component=date-picker-trigger]{height:36px;font-size:14px}[data-blr-component=date-picker][data-size=small] [data-blr-component=date-picker-trigger]{height:32px;font-size:13px}[data-blr-component=date-picker-popover]{z-index:50;border-radius:var(--blr-radius-lg);background:var(--blr-background-surface-1);border:1px solid var(--blr-border-default);width:280px;font-family:var(--blr-font-family-primary);color:var(--blr-text-title-primary);padding:12px;box-shadow:0 10px 28px #0f172a24,0 2px 8px #0f172a0f}[data-blr-component=date-picker-header]{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}[data-blr-component=date-picker-month]{text-transform:capitalize;border-radius:var(--blr-radius-sm);color:inherit;cursor:pointer;background:0 0;border:1px solid #0000;padding:4px 10px;font-family:inherit;font-size:13px;font-weight:600;transition:background .12s,border-color .12s,color .12s}[data-blr-component=date-picker-month]:hover{background:var(--blr-hover-accent,#005fff0f);border-color:var(--blr-border-default)}[data-blr-component=date-picker-month][data-active]{background:var(--blr-hover-accent,#005fff0f);border-color:var(--blr-border-default);color:var(--blr-accent-primary,#005fff)}[data-blr-component=date-picker-years]{grid-template-columns:repeat(3,1fr);gap:4px;padding-top:4px;display:grid}[data-blr-component=date-picker-year]{border-radius:var(--blr-radius-sm);height:48px;color:var(--blr-text-title-primary);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;font-family:inherit;font-size:13px;font-weight:500;transition:background .1s,color .1s,border-color .1s;display:inline-flex}[data-blr-component=date-picker-year]:hover{background:var(--blr-hover-accent,#005fff0f);border-color:var(--blr-border-default)}[data-blr-component=date-picker-year][data-today]{border-color:var(--blr-border-default);font-weight:700}[data-blr-component=date-picker-year][data-selected]{background:var(--blr-accent-primary,#005fff);color:#fff;border-color:#0000}[data-blr-component=date-picker-year][data-selected]:hover{background:var(--blr-accent-primary,#005fff);filter:brightness(.95)}[data-blr-component=date-picker-year]:focus-visible{outline:2px solid var(--blr-border-input-focus);outline-offset:1px}[data-blr-component=date-picker-nav]{border-radius:var(--blr-radius-sm);width:28px;height:28px;color:var(--blr-text-body-secondary);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;transition:background .12s,border-color .12s,color .12s;display:inline-flex}[data-blr-component=date-picker-nav]:hover{background:var(--blr-hover-accent,#005fff0f);color:var(--blr-text-title-primary);border-color:var(--blr-border-default)}[data-blr-component=date-picker-weekdays]{letter-spacing:.04em;text-transform:uppercase;color:var(--blr-text-body-tertiary);text-align:center;grid-template-columns:repeat(7,1fr);gap:2px;margin-bottom:4px;font-size:10px;font-weight:700;display:grid}[data-blr-component=date-picker-weekdays] span{padding:4px 0}[data-blr-component=date-picker-grid]{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}[data-blr-component=date-picker-day]{border-radius:var(--blr-radius-sm);height:32px;color:var(--blr-text-title-primary);cursor:pointer;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;font-family:inherit;font-size:12px;font-weight:500;transition:background .1s,color .1s,border-color .1s;display:inline-flex}[data-blr-component=date-picker-day]:not([data-in-month]){color:var(--blr-text-body-tertiary);opacity:.55}[data-blr-component=date-picker-day]:hover:not(:disabled){background:var(--blr-hover-accent,#005fff0f);border-color:var(--blr-border-default)}[data-blr-component=date-picker-day][data-today]{border-color:var(--blr-border-default);font-weight:700}[data-blr-component=date-picker-day][data-selected]{background:var(--blr-accent-primary,#005fff);color:#fff;border-color:#0000}[data-blr-component=date-picker-day][data-selected]:hover:not(:disabled){background:var(--blr-accent-primary,#005fff);filter:brightness(.95)}[data-blr-component=date-picker-day]:disabled{cursor:not-allowed;opacity:.35}[data-blr-component=date-picker-day]:focus-visible{outline:2px solid var(--blr-border-input-focus);outline-offset:1px}[data-blr-component=date-picker-footer]{border-top:1px solid var(--blr-border-default);justify-content:space-between;margin-top:10px;padding-top:8px;display:flex}[data-blr-component=date-picker-action]{cursor:pointer;color:var(--blr-accent-primary,#005fff);border-radius:var(--blr-radius-sm);background:0 0;border:none;padding:4px 6px;font-family:inherit;font-size:12px;font-weight:600;transition:background .1s,color .1s}[data-blr-component=date-picker-action]:hover{background:var(--blr-hover-accent,#005fff0f)}[data-blr-component=date-picker-action][data-variant=muted]{color:var(--blr-text-body-tertiary)}[data-blr-component=date-picker-action][data-variant=muted]:hover{color:var(--blr-text-body-secondary)}[data-blr-component=select-wrapper]{border:1px solid var(--blr-input-border);border-radius:var(--blr-radius-md);width:100%;font-family:var(--blr-font-family-primary);background:0 0;align-items:center;transition:color .15s,border-color .15s,box-shadow .15s;display:inline-flex;position:relative}[data-blr-component=select-wrapper]:focus-within{border-color:var(--blr-border-input-focus);box-shadow:0 0 0 3px #3b60a826}[data-blr-component=select-wrapper][data-error]{border-color:var(--blr-color-rose-600)}[data-blr-component=select-wrapper][data-error]:focus-within{box-shadow:0 0 0 3px #ed003f1a}[data-blr-component=select-wrapper][data-disabled]{opacity:.5;cursor:not-allowed;background:var(--blr-background-surface-2)}[data-blr-component=select-wrapper] select{color:var(--blr-text-title-primary);appearance:none;cursor:pointer;background:0 0;border:none;outline:none;flex:1;width:100%;padding-right:32px;font-family:inherit}[data-blr-component=select-wrapper] select option{background:var(--blr-background-surface-1);color:var(--blr-text-title-primary)}[data-blr-component=select-chevron]{pointer-events:none;color:var(--blr-text-body-tertiary);display:flex;position:absolute;right:12px}[data-blr-component=select-wrapper][data-size=large]{height:40px;padding:0 var(--blr-spacing-3);font-size:14px}[data-blr-component=select-wrapper][data-size=large] select{font-size:14px}[data-blr-component=select-wrapper][data-size=medium]{height:36px;padding:0 var(--blr-spacing-3);font-size:14px}[data-blr-component=select-wrapper][data-size=medium] select{font-size:14px}[data-blr-component=select-wrapper][data-size=small]{height:32px;padding:0 var(--blr-spacing-3);font-size:13px}[data-blr-component=select-wrapper][data-size=small] select{font-size:13px}[data-blr-component=slider]{align-items:center;width:100%;display:flex}[data-blr-component=slider][data-disabled]{opacity:.5}[data-blr-component=slider] input[type=range]{appearance:none;cursor:pointer;background:0 0;outline:none;width:100%}[data-blr-component=slider] input[type=range]::-webkit-slider-track{background:var(--blr-border-default);border-radius:9999px}[data-blr-component=slider][data-size=medium] input[type=range]::-webkit-slider-track{height:6px}[data-blr-component=slider][data-size=small] input[type=range]::-webkit-slider-track{height:4px}[data-blr-component=slider] input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--blr-color-blue-600);cursor:pointer;border:2px solid #fff;border-radius:50%}[data-blr-component=slider][data-size=medium] input[type=range]::-webkit-slider-thumb{width:20px;height:20px;margin-top:-7px}[data-blr-component=slider][data-size=small] input[type=range]::-webkit-slider-thumb{width:16px;height:16px;margin-top:-6px}[data-blr-component=slider] input[type=range]::-moz-range-track{background:var(--blr-border-default);border-radius:9999px}[data-blr-component=slider][data-size=medium] input[type=range]::-moz-range-track{height:6px}[data-blr-component=slider][data-size=small] input[type=range]::-moz-range-track{height:4px}[data-blr-component=slider] input[type=range]::-moz-range-thumb{background:var(--blr-color-blue-600);border:2px solid #fff;border-radius:50%}[data-blr-component=slider][data-size=medium] input[type=range]::-moz-range-thumb{width:16px;height:16px}[data-blr-component=slider][data-size=small] input[type=range]::-moz-range-thumb{width:12px;height:12px}[data-blr-component=slider] input[type=range]:focus-visible::-webkit-slider-thumb{outline:2px solid var(--blr-text-body-tertiary);outline-offset:2px}[data-blr-component=switch]{align-items:center;gap:var(--blr-spacing-2);cursor:pointer;font-family:var(--blr-font-family-primary);-webkit-user-select:none;user-select:none;display:inline-flex}[data-blr-component=switch][data-disabled]{opacity:.5;cursor:not-allowed}[data-blr-component=switch] input{opacity:0;width:0;height:0;position:absolute}[data-blr-component=switch-track]{background:var(--blr-border-default);border-radius:9999px;flex-shrink:0;align-items:center;transition:background-color .15s;display:inline-flex;position:relative}[data-blr-component=switch][data-size=medium] [data-blr-component=switch-track]{width:44px;height:24px}[data-blr-component=switch][data-size=small] [data-blr-component=switch-track]{width:36px;height:20px}[data-blr-component=switch-thumb]{background:#fff;border-radius:50%;transition:transform .15s;position:absolute}[data-blr-component=switch][data-size=medium] [data-blr-component=switch-thumb]{width:20px;height:20px;left:2px}[data-blr-component=switch][data-size=small] [data-blr-component=switch-thumb]{width:16px;height:16px;left:2px}[data-blr-component=switch] input:checked+[data-blr-component=switch-track]{background:var(--blr-color-blue-600)}[data-blr-component=switch][data-size=medium] input:checked+[data-blr-component=switch-track] [data-blr-component=switch-thumb]{transform:translate(20px)}[data-blr-component=switch][data-size=small] input:checked+[data-blr-component=switch-track] [data-blr-component=switch-thumb]{transform:translate(16px)}[data-blr-component=switch] input:focus-visible+[data-blr-component=switch-track]{outline:2px solid var(--blr-text-body-tertiary);outline-offset:2px}[data-blr-component=switch-label]{color:var(--blr-color-brand-primary);font-size:14px}[data-blr-component=switch][data-size=small] [data-blr-component=switch-label]{font-size:13px}[data-blr-component=textarea-wrapper]{border:1px solid var(--blr-input-border);border-radius:var(--blr-radius-md);width:100%;font-family:var(--blr-font-family-primary);background:0 0;transition:color .15s,border-color .15s,box-shadow .15s;display:inline-flex}[data-blr-component=textarea-wrapper]:focus-within{border-color:var(--blr-border-input-focus);box-shadow:0 0 0 3px #3b60a826}[data-blr-component=textarea-wrapper][data-error]{border-color:var(--blr-color-rose-600)}[data-blr-component=textarea-wrapper][data-error]:focus-within{box-shadow:0 0 0 3px #ed003f1a}[data-blr-component=textarea-wrapper][data-disabled]{opacity:.5;cursor:not-allowed;background:var(--blr-background-surface-2)}[data-blr-component=textarea-wrapper] textarea{color:var(--blr-input-text);resize:vertical;background:0 0;border:none;outline:none;flex:1;width:100%;min-height:80px;font-family:inherit}[data-blr-component=textarea-wrapper] textarea::placeholder{color:var(--blr-text-body-tertiary)}[data-blr-component=textarea-wrapper] textarea:-webkit-autofill{-webkit-text-fill-color:var(--blr-input-text);caret-color:var(--blr-input-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}[data-blr-component=textarea-wrapper] textarea:-webkit-autofill:hover{-webkit-text-fill-color:var(--blr-input-text);caret-color:var(--blr-input-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}[data-blr-component=textarea-wrapper] textarea:-webkit-autofill:focus{-webkit-text-fill-color:var(--blr-input-text);caret-color:var(--blr-input-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}[data-blr-component=textarea-wrapper] textarea:-webkit-autofill:active{-webkit-text-fill-color:var(--blr-input-text);caret-color:var(--blr-input-text);transition:background-color 5000s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}[data-blr-component=textarea-wrapper][data-size=large]{padding:var(--blr-spacing-3);font-size:14px}[data-blr-component=textarea-wrapper][data-size=large] textarea{font-size:14px}[data-blr-component=textarea-wrapper][data-size=medium]{padding:var(--blr-spacing-3);font-size:14px}[data-blr-component=textarea-wrapper][data-size=medium] textarea{font-size:14px}[data-blr-component=textarea-wrapper][data-size=small]{padding:var(--blr-spacing-2);font-size:13px}[data-blr-component=textarea-wrapper][data-size=small] textarea{font-size:13px}[data-blr-component=toggle-group]{border:1px solid var(--blr-border-default);border-radius:var(--blr-radius-md);background:var(--blr-background-surface-2);display:inline-flex;overflow:hidden}[data-blr-component=toggle-group-item]{cursor:pointer;font-family:var(--blr-font-family-primary);color:var(--blr-text-body-secondary);background:0 0;border:none;outline:none;justify-content:center;align-items:center;font-weight:500;transition:color .15s,background-color .15s;display:inline-flex}[data-blr-component=toggle-group-item]:not(:last-child){border-right:1px solid var(--blr-border-default)}[data-blr-component=toggle-group-item][data-pressed]{background:var(--blr-background-surface-1);color:var(--blr-color-brand-primary);box-shadow:0 1px 2px #0000000d}[data-blr-component=toggle-group-item]:hover:not([data-pressed]):not(:disabled){background:var(--blr-hover-subtle)}[data-blr-component=toggle-group-item]:focus-visible{outline:2px solid var(--blr-text-body-tertiary);outline-offset:-2px;z-index:1}[data-blr-component=toggle-group-item]:disabled{opacity:.5;cursor:not-allowed}[data-blr-component=toggle-group][data-size=large] [data-blr-component=toggle-group-item]{height:40px;padding:0 var(--blr-spacing-5);font-size:14px}[data-blr-component=toggle-group][data-size=medium] [data-blr-component=toggle-group-item]{height:36px;padding:0 var(--blr-spacing-4);font-size:14px}[data-blr-component=toggle-group][data-size=small] [data-blr-component=toggle-group-item]{height:32px;padding:0 var(--blr-spacing-3);font-size:13px}[data-blr-component=rich-editor]{border:1px solid var(--blr-border-default);border-radius:var(--blr-radius-lg);font-family:var(--blr-font-family-primary);background:var(--blr-background-surface-1);flex-direction:column;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}[data-blr-component=rich-editor]:focus-within{border-color:var(--blr-text-body-tertiary);box-shadow:0 0 0 3px #94a3b833}[data-blr-component=rich-editor][data-error]{border-color:var(--blr-color-rose-600)}[data-blr-component=rich-editor][data-error]:focus-within{box-shadow:0 0 0 3px #ed003f1a}[data-blr-component=rich-editor][data-disabled]{opacity:.6;cursor:not-allowed}[data-blr-component=rich-editor-toolbar]{border-bottom:1px solid var(--blr-border-default);background:var(--blr-background-surface-2);flex-wrap:wrap;align-items:center;gap:2px;padding:6px 8px;display:flex}[data-blr-component=rich-editor-toolbar-btn]{border-radius:var(--blr-radius-sm);width:28px;height:28px;color:var(--blr-text-body-secondary);font-size:12px;font-weight:600;font-family:var(--blr-font-family-primary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:background-color .1s,color .1s;display:inline-flex}[data-blr-component=rich-editor-toolbar-btn]:hover:not(:disabled){background:var(--blr-hover-subtle);color:var(--blr-text-title-primary)}[data-blr-component=rich-editor-toolbar-btn][data-active]{background:var(--blr-color-blue-100);color:var(--blr-color-blue-700)}[data-blr-component=rich-editor-toolbar-btn]:disabled{opacity:.3;cursor:not-allowed}[data-blr-component=rich-editor-toolbar-divider]{background:var(--blr-border-default);flex-shrink:0;width:1px;height:20px;margin:0 4px}[data-blr-component=rich-editor-content]{min-height:var(--rich-editor-min-height,200px);color:var(--blr-color-brand-primary);outline:none;padding:12px 16px;font-size:14px;line-height:1.65}[data-blr-component=rich-editor-content] .tiptap{min-height:var(--rich-editor-min-height,200px);outline:none}[data-blr-component=rich-editor-content] .tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--blr-text-body-tertiary);float:left;pointer-events:none;height:0}[data-blr-component=rich-editor-content] .tiptap h1{letter-spacing:-.5px;margin:16px 0 8px;font-size:28px;font-weight:600;line-height:1.3}[data-blr-component=rich-editor-content] .tiptap h2{letter-spacing:-.3px;margin:14px 0 6px;font-size:22px;font-weight:600;line-height:1.3}[data-blr-component=rich-editor-content] .tiptap h3{margin:12px 0 4px;font-size:18px;font-weight:600;line-height:1.4}[data-blr-component=rich-editor-content] .tiptap p{margin:0 0 8px}[data-blr-component=rich-editor-content] .tiptap ul,[data-blr-component=rich-editor-content] .tiptap ol{margin:4px 0;padding-left:24px}[data-blr-component=rich-editor-content] .tiptap li{margin:2px 0}[data-blr-component=rich-editor-content] .tiptap blockquote{border-left:3px solid var(--blr-border-default);color:var(--blr-text-body-secondary);margin:8px 0;padding-left:16px;font-style:italic}[data-blr-component=rich-editor-content] .tiptap pre{background:var(--blr-text-title-primary);color:var(--blr-background-surface-2);border-radius:var(--blr-radius-md);margin:8px 0;padding:12px 16px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px;line-height:1.5;overflow-x:auto}[data-blr-component=rich-editor-content] .tiptap code{background:var(--blr-background-surface-2);color:var(--blr-color-rose-600);border-radius:var(--blr-radius-sm);padding:2px 6px;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:13px}[data-blr-component=rich-editor-content] .tiptap pre code{color:inherit;background:0 0;padding:0}[data-blr-component=rich-editor-content] .tiptap a{color:var(--blr-color-blue-600);text-underline-offset:2px;cursor:pointer;text-decoration:underline}[data-blr-component=rich-editor-content] .tiptap a:hover{color:var(--blr-color-blue-700)}[data-blr-component=rich-editor-content] .tiptap mark{background:#fef08a;border-radius:2px;padding:1px 2px}[data-blr-component=rich-editor-content] .tiptap hr{border:none;border-top:1px solid var(--blr-border-default);margin:16px 0}[data-blr-component=rich-editor-content] .tiptap img{border-radius:var(--blr-radius-md);max-width:100%;height:auto}[data-blr-component=rich-editor-bubble-menu]{background:var(--blr-background-surface-1);border:1px solid var(--blr-border-default);border-radius:8px;align-items:center;gap:2px;padding:4px;display:inline-flex;box-shadow:0 4px 12px #0f172a1f}[data-blr-component=rich-editor-bubble-menu] [data-blr-component=rich-editor-toolbar-btn]{min-width:36px;padding:4px 8px;font-family:inherit;font-size:12px;font-weight:600}[data-blr-component=rich-editor-content] .tiptap img.ProseMirror-selectednode{outline:2px solid var(--blr-color-blue-500,#005fff);outline-offset:2px}[data-blr-component=aspect-ratio]{position:relative;overflow:hidden}[data-blr-component=aspect-ratio]>*{width:100%;height:100%}[data-blr-component=aspect-ratio]>img,[data-blr-component=aspect-ratio]>video{object-fit:cover}[data-blr-component=avatar]{font-family:var(--blr-font-family-primary);vertical-align:middle;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;font-weight:500;display:inline-flex;overflow:hidden}[data-blr-component=avatar][data-size=xs]{width:24px;height:24px;font-size:10px}[data-blr-component=avatar][data-size=sm]{width:32px;height:32px;font-size:12px}[data-blr-component=avatar][data-size=md]{width:40px;height:40px;font-size:14px}[data-blr-component=avatar][data-size=lg]{width:48px;height:48px;font-size:16px}[data-blr-component=avatar][data-size=xl]{width:64px;height:64px;font-size:20px}[data-blr-component=avatar] [data-blr-avatar-image]{object-fit:cover;width:100%;height:100%;display:block}[data-blr-component=avatar] [data-blr-avatar-fallback]{background:var(--blr-background-surface-2);width:100%;height:100%;color:var(--blr-text-body-secondary);text-transform:uppercase;justify-content:center;align-items:center;line-height:1;display:inline-flex}[data-blr-component=badge]{font-family:var(--blr-font-family-primary);white-space:nowrap;border-radius:9999px;align-items:center;font-weight:500;line-height:1;display:inline-flex}[data-blr-component=badge][data-size=small]{height:20px;padding:0 var(--blr-spacing-2);font-size:10px}[data-blr-component=badge][data-size=medium]{height:24px;padding:0 var(--blr-spacing-2_5);font-size:12px}[data-blr-component=badge][data-variant=default]{background:var(--blr-color-brand-primary);color:#fff}[data-blr-component=badge][data-variant=secondary]{background:var(--blr-background-surface-2);color:var(--blr-text-body-primary)}[data-blr-component=badge][data-variant=success]{background:var(--blr-color-green-50);color:var(--blr-color-green-700)}[data-blr-component=badge][data-variant=warning]{background:var(--blr-color-amber-50);color:var(--blr-color-amber-700)}[data-blr-component=badge][data-variant=danger]{background:var(--blr-color-rose-50);color:var(--blr-color-rose-700)}[data-blr-component=badge][data-variant=info]{background:var(--blr-color-blue-50);color:var(--blr-color-blue-700)}[data-blr-component=badge][data-variant=outline]{color:var(--blr-text-body-secondary);border:1px solid var(--blr-border-default);background:0 0}[data-theme=dark] [data-blr-component=badge][data-variant=success]{color:#4ade80;background:#00c95026}[data-theme=dark] [data-blr-component=badge][data-variant=warning]{color:#fbbf24;background:#fe9a0026}[data-theme=dark] [data-blr-component=badge][data-variant=danger]{color:#fb7185;background:#ff205726}[data-theme=dark] [data-blr-component=badge][data-variant=info]{color:#60a5fa;background:#2c7fff26}[data-theme=dark] [data-blr-component=badge][data-variant=default]{background:var(--blr-color-brand-primary);color:#fff}[data-theme=dark] [data-blr-component=badge][data-variant=secondary]{color:#b0b0b0;background:#ffffff14}[data-theme=dark] [data-blr-component=badge][data-variant=outline]{color:#b0b0b0;background:0 0;border-color:#ffffff1f}[data-blr-component=card]{border-radius:var(--blr-radius-lg);border:1px solid var(--blr-border-default);background:var(--blr-card-container);flex-direction:column;transition:border-color .2s,transform .2s,box-shadow .2s;display:flex;overflow:hidden}[data-blr-component=card][data-interactive]{cursor:pointer}[data-blr-component=card][data-interactive]:hover{border-color:var(--blr-border-default);transform:translateY(-2px);box-shadow:0 4px 12px #0000000d}[data-blr-component=card][data-interactive]:hover [data-blr-accent=icon]{color:var(--blr-color-blue-500,#005fff)}[data-blr-component=card][data-interactive]:hover [data-blr-accent=bar]{background:var(--blr-color-blue-500,#005fff)}[data-blr-component=card][data-interactive]:hover [data-blr-accent=value]{color:var(--blr-color-blue-700,#1447e6)}[data-blr-component=card-header]{padding:var(--blr-spacing-4) var(--blr-spacing-5);background:var(--blr-card-header);border-bottom:1px solid var(--blr-border-default);align-items:center;display:flex}[data-blr-component=card-content]{padding:var(--blr-spacing-5);background:var(--blr-card-container);flex:1}[data-blr-component=card-footer]{padding:var(--blr-spacing-4) var(--blr-spacing-5);background:var(--blr-card-footer);border-top:1px solid var(--blr-border-default);align-items:center;display:flex}[data-blr-component=chip]{align-items:center;gap:var(--blr-spacing-1);font-family:var(--blr-font-family-primary);white-space:nowrap;cursor:default;border-radius:9999px;line-height:1;display:inline-flex}[data-blr-component=chip][data-size=small]{height:24px;padding:0 var(--blr-spacing-2);font-size:12px}[data-blr-component=chip][data-size=medium]{height:28px;padding:0 var(--blr-spacing-2_5);font-size:13px}[data-blr-component=chip][data-variant=filled]{background:var(--blr-background-surface-2);color:var(--blr-text-body-primary)}[data-blr-component=chip][data-variant=outlined]{color:var(--blr-text-body-primary);border:1px solid var(--blr-border-default);background:0 0}[data-blr-component=chip-remove]{cursor:pointer;width:16px;height:16px;color:var(--blr-text-body-secondary);background:0 0;border:none;border-radius:9999px;justify-content:center;align-items:center;margin:0;padding:0;font-size:10px;line-height:1;transition:color .15s,background-color .15s;display:inline-flex}[data-blr-component=chip-remove]:hover{background:var(--blr-active-subtle);color:var(--blr-text-body-primary)}[data-blr-component=empty-state]{text-align:center;padding:var(--blr-spacing-8);font-family:var(--blr-font-family-primary);flex-direction:column;justify-content:center;align-items:center;display:flex}[data-blr-component=empty-state-icon]{margin-bottom:var(--blr-spacing-3);color:var(--blr-text-body-tertiary)}[data-blr-component=empty-state-title]{color:var(--blr-text-title-primary);margin:0;font-size:20px;font-weight:600;line-height:1.4}[data-blr-component=empty-state-description]{margin:var(--blr-spacing-2) 0 0;color:var(--blr-text-body-secondary);font-size:14px;line-height:1.5}[data-blr-component=empty-state-action]{margin-top:var(--blr-spacing-4)}[data-blr-component=kbd]{border:1px solid var(--blr-border-default);background:var(--blr-background-surface-2);border-radius:var(--blr-radius-sm);color:var(--blr-text-body-primary);white-space:nowrap;justify-content:center;align-items:center;padding:2px 6px;font-family:ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,monospace;font-size:12px;line-height:1.4;display:inline-flex}[data-blr-component=link]{font-family:inherit;font-size:inherit;line-height:inherit;cursor:pointer;transition:color .15s}[data-blr-component=link][data-variant=default]{color:var(--blr-color-blue-600);text-decoration:none}[data-blr-component=link][data-variant=default]:hover{text-decoration:underline}[data-blr-component=link][data-variant=muted]{color:var(--blr-text-body-secondary);text-decoration:none}[data-blr-component=link][data-variant=muted]:hover{color:var(--blr-text-body-primary)}[data-blr-component=link][data-variant=underline]{color:var(--blr-color-blue-600);text-decoration:underline}[data-blr-component=link][data-variant=underline]:hover{color:var(--blr-color-blue-700)}[data-blr-component=list-item]{align-items:center;gap:var(--blr-spacing-3);padding:var(--blr-spacing-3);font-family:var(--blr-font-family-primary);border-bottom:1px solid var(--blr-border-default);transition:background-color .15s;display:flex}[data-blr-component=list-item]:hover{background-color:var(--blr-hover-subtle)}[data-blr-component=list-item-leading]{flex-shrink:0;align-items:center;display:flex}[data-blr-component=list-item-content]{flex-direction:column;flex:1;min-width:0;display:flex}[data-blr-component=list-item-title]{color:var(--blr-color-brand-primary);font-size:14px;font-weight:500;line-height:1.4}[data-blr-component=list-item-description]{color:var(--blr-text-body-secondary);font-size:13px;line-height:1.4}[data-blr-component=list-item-trailing]{flex-shrink:0;align-items:center;display:flex}[data-blr-component=scroll-area]{scrollbar-width:thin;scrollbar-color:var(--blr-border-default) transparent;overflow:auto}[data-blr-component=scroll-area]::-webkit-scrollbar{width:6px;height:6px}[data-blr-component=scroll-area]::-webkit-scrollbar-track{background:0 0}[data-blr-component=scroll-area]::-webkit-scrollbar-thumb{background:var(--blr-border-default);border-radius:9999px}[data-blr-component=scroll-area]::-webkit-scrollbar-thumb:hover{background:var(--blr-text-body-tertiary)}@keyframes blr-shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}[data-blr-component=skeleton]{background:var(--blr-background-surface-2);background-image:linear-gradient(90deg, var(--blr-background-surface-2) 0%, var(--blr-border-default) 50%, var(--blr-background-surface-2) 100%);background-size:400px 100%;animation:1.5s ease-in-out infinite blr-shimmer;display:block}[data-blr-component=skeleton][data-variant=text]{border-radius:var(--blr-radius-sm);height:1em}[data-blr-component=skeleton][data-variant=circular]{border-radius:50%}[data-blr-component=skeleton][data-variant=rectangular]{border-radius:var(--blr-radius-md)}[data-blr-component=table]{border-collapse:collapse;width:100%;font-family:var(--blr-font-family-primary);font-size:14px}[data-blr-component=table-header]{background:var(--blr-background-surface-2)}[data-blr-component=table-head]{padding:var(--blr-spacing-3);text-transform:uppercase;letter-spacing:.05em;color:var(--blr-text-body-secondary);text-align:left;border-bottom:1px solid var(--blr-border-default);font-size:12px;font-weight:500}[data-blr-component=table-cell]{padding:var(--blr-spacing-3);color:var(--blr-text-body-primary);font-size:14px}[data-blr-component=table-row]{border-bottom:1px solid var(--blr-border-default);transition:background-color .15s}[data-blr-component=table-body] [data-blr-component=table-row]:hover{background-color:var(--blr-hover-subtle)}[data-blr-component=timeline]{font-family:var(--blr-font-family-primary);flex-direction:column;display:flex}[data-blr-component=timeline-item]{gap:var(--blr-spacing-3);display:flex;position:relative}[data-blr-component=timeline-item]:last-child [data-blr-timeline-line]{display:none}[data-blr-component=timeline-item] [data-blr-timeline-indicator]{flex-direction:column;flex-shrink:0;align-items:center;display:flex}[data-blr-component=timeline-item] [data-blr-timeline-dot]{background:var(--blr-border-default);border-radius:50%;flex-shrink:0;width:10px;height:10px;margin-top:5px}[data-blr-component=timeline-item] [data-blr-timeline-icon]{background:var(--blr-background-surface-2);width:24px;height:24px;color:var(--blr-text-body-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;display:inline-flex}[data-blr-component=timeline-item] [data-blr-timeline-line]{background:var(--blr-border-default);flex:1;width:2px;min-height:24px}[data-blr-component=timeline-item] [data-blr-timeline-content]{padding-bottom:var(--blr-spacing-4);min-width:0}[data-blr-component=timeline-item] [data-blr-timeline-title]{color:var(--blr-text-title-primary);margin:0;font-size:14px;font-weight:500;line-height:1.4}[data-blr-component=timeline-item] [data-blr-timeline-description]{color:var(--blr-text-body-secondary);margin:var(--blr-spacing-1) 0 0;font-size:13px;line-height:1.5}[data-blr-component=timeline-item] [data-blr-timeline-time]{color:var(--blr-text-body-tertiary);margin-top:var(--blr-spacing-1);font-size:12px;display:block}[data-blr-component=timeline-item][data-variant=success] [data-blr-timeline-dot]{background:var(--blr-color-green-500)}[data-blr-component=timeline-item][data-variant=warning] [data-blr-timeline-dot]{background:var(--blr-color-amber-500)}[data-blr-component=timeline-item][data-variant=danger] [data-blr-timeline-dot]{background:var(--blr-color-rose-500)}[data-blr-component=timeline-item][data-variant=success] [data-blr-timeline-icon]{background:var(--blr-color-green-50);color:var(--blr-color-green-700)}[data-blr-component=timeline-item][data-variant=warning] [data-blr-timeline-icon]{background:var(--blr-color-amber-50);color:var(--blr-color-amber-700)}[data-blr-component=timeline-item][data-variant=danger] [data-blr-timeline-icon]{background:var(--blr-color-rose-50);color:var(--blr-color-rose-700)}[data-blr-component=dialog-overlay]{background:var(--blr-overlay-backdrop);z-index:var(--blr-z-modal);justify-content:center;align-items:center;animation:.15s blr-dialog-fade-in;display:flex;position:fixed;inset:0}[data-blr-component=dialog]{background:var(--blr-background-surface-1);border-radius:var(--blr-radius-lg);border:1px solid var(--blr-border-default);width:100%;max-width:500px;font-family:var(--blr-font-family-primary);animation:.15s blr-dialog-scale-in;position:relative;box-shadow:0 25px 50px -12px #00000040}[data-blr-component=dialog-header]{padding:var(--blr-spacing-5) var(--blr-spacing-6);border-bottom:1px solid var(--blr-border-default);color:var(--blr-text-title-primary);align-items:center;font-size:16px;font-weight:600;display:flex}[data-blr-component=dialog-content]{padding:var(--blr-spacing-5) var(--blr-spacing-6);color:var(--blr-text-body-secondary);font-size:14px;line-height:1.5}[data-blr-component=dialog-footer]{justify-content:flex-end;align-items:center;gap:var(--blr-spacing-3);padding:var(--blr-spacing-4) var(--blr-spacing-6);border-top:1px solid var(--blr-border-default);display:flex}@keyframes blr-dialog-fade-in{0%{opacity:0}to{opacity:1}}@keyframes blr-dialog-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}[data-blr-component=modal-overlay]{z-index:1400;padding:24px;animation:.2s blr-modal-overlay-in;display:flex;position:fixed;inset:0;overflow-y:auto}[data-blr-component=modal-overlay]:has([data-position=center]){justify-content:center;align-items:center}[data-blr-component=modal-overlay]:has([data-position=top]){justify-content:center;align-items:flex-start;padding-top:64px}[data-blr-component=modal-overlay]:has([data-position=bottom]){justify-content:center;align-items:flex-end;padding-bottom:64px}[data-blr-component=modal-overlay][data-overlay=dark]{background:var(--blr-overlay-backdrop)}[data-blr-component=modal-overlay][data-overlay=light]{background:#ffffffb3}[data-blr-component=modal-overlay][data-overlay=blur]{background:var(--blr-overlay-backdrop);-webkit-backdrop-filter:blur(8px)}[data-blr-component=modal-overlay][data-overlay=none]{pointer-events:none;background:0 0}[data-blr-component=modal-overlay][data-overlay=none] [data-blr-component=modal]{pointer-events:auto}[data-blr-component=modal]{background:var(--blr-background-surface-1);border:1px solid var(--blr-border-default);width:100%;max-height:calc(100vh - 48px);font-family:var(--blr-font-family-primary,sans-serif);border-radius:16px;outline:none;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px -12px #00000026,0 0 0 1px #00000008}[data-blr-component=modal][data-size=xs]{max-width:360px}[data-blr-component=modal][data-size=sm]{max-width:440px}[data-blr-component=modal][data-size=md]{max-width:560px}[data-blr-component=modal][data-size=lg]{max-width:720px}[data-blr-component=modal][data-size=xl]{max-width:1100px}[data-blr-component=modal][data-size=full]{max-width:calc(100vw - 48px);max-height:calc(100vh - 48px)}@keyframes blr-modal-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes blr-modal-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes blr-modal-slide-up-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes blr-modal-slide-down-in{0%{opacity:0;transform:translateY(-16px)}to{opacity:1;transform:translateY(0)}}@keyframes blr-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes blr-modal-spin{to{transform:rotate(360deg)}}[data-blr-component=modal][data-animation=scale]{animation:.2s cubic-bezier(.16,1,.3,1) blr-modal-scale-in}[data-blr-component=modal][data-animation=slide-up]{animation:.25s cubic-bezier(.16,1,.3,1) blr-modal-slide-up-in}[data-blr-component=modal][data-animation=slide-down]{animation:.25s cubic-bezier(.16,1,.3,1) blr-modal-slide-down-in}[data-blr-component=modal][data-animation=fade]{animation:.2s blr-modal-fade-in}[data-blr-component=modal][data-animation=none]{animation:none}[data-blr-component=modal-header]{flex-shrink:0;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px 16px;display:flex}[data-blr-component=modal-header-content]{flex:1;align-items:flex-start;gap:14px;min-width:0;display:flex}[data-blr-component=modal-header-icon]{background:var(--blr-background-surface-2);width:40px;height:40px;color:var(--blr-text-body-secondary);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}[data-blr-component=modal-title]{color:var(--blr-text-title-primary);font-size:17px;font-weight:600;line-height:1.35}[data-blr-component=modal-description]{color:var(--blr-text-body-secondary);margin-top:2px;font-size:13px;line-height:1.5}[data-blr-component=modal-close]{width:32px;height:32px;color:var(--blr-text-body-tertiary);cursor:pointer;background:0 0;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .12s,color .12s;display:flex}[data-blr-component=modal-close]:hover{background:var(--blr-hover-subtle);color:var(--blr-text-body-primary)}[data-blr-component=modal-close][data-floating]{z-index:1;position:absolute;top:12px;right:12px}[data-blr-component=modal-body]{color:var(--blr-text-body-secondary);padding:0 24px 20px;font-size:14px;line-height:1.6}[data-blr-component=modal-body][data-scroll=inside]{flex:1;min-height:0;overflow-y:auto}[data-blr-component=modal-footer]{border-top:1px solid var(--blr-border-default);flex-shrink:0;align-items:center;gap:10px;padding:16px 24px 20px;display:flex}[data-blr-component=modal-footer][data-align=right]{justify-content:flex-end}[data-blr-component=modal-footer][data-align=left]{justify-content:flex-start}[data-blr-component=modal-footer][data-align=center]{justify-content:center}[data-blr-component=modal-footer][data-align=between]{justify-content:space-between}[data-blr-component=modal-btn-cancel],[data-blr-component=modal-btn-confirm]{cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:38px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:500;transition:background-color .15s,border-color .15s,opacity .15s;display:inline-flex}[data-blr-component=modal-btn-cancel]{background:var(--blr-background-surface-1);border:1px solid var(--blr-border-default);color:var(--blr-text-body-primary)}[data-blr-component=modal-btn-cancel]:hover{background:var(--blr-hover-subtle);border-color:var(--blr-border-default)}[data-blr-component=modal-btn-confirm][data-variant=primary]{background:var(--blr-color-blue-600,#005fff);border:1px solid var(--blr-color-blue-600,#005fff);color:#fff}[data-blr-component=modal-btn-confirm][data-variant=primary]:hover{background:var(--blr-color-blue-700,#1447e6)}[data-blr-component=modal-btn-confirm][data-variant=danger]{background:var(--blr-color-rose-600,#e11d48);border:1px solid var(--blr-color-rose-600,#e11d48);color:#fff}[data-blr-component=modal-btn-confirm][data-variant=danger]:hover{background:var(--blr-color-rose-700,#be123c)}[data-blr-component=modal-btn-confirm][data-variant=confirm]{background:var(--blr-color-green-600,#16a34a);border:1px solid var(--blr-color-green-600,#16a34a);color:#fff}[data-blr-component=modal-btn-confirm][data-variant=confirm]:hover{background:var(--blr-color-green-700,#15803d)}[data-blr-component=modal-btn-confirm]:disabled{opacity:.6;cursor:not-allowed}[data-blr-component=modal-btn-cancel]:focus-visible,[data-blr-component=modal-btn-confirm]:focus-visible{outline:2px solid var(--blr-color-blue-600,#005fff);outline-offset:2px}[data-blr-component=toast]{align-items:flex-start;gap:var(--blr-spacing-3);padding:var(--blr-spacing-4);background:var(--blr-background-surface-1);border:1px solid var(--blr-border-default);border-radius:var(--blr-radius-lg);font-family:var(--blr-font-family-primary);z-index:1600;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}[data-blr-component=toast]:before{content:"";background:var(--blr-color-blue-600);width:4px;height:100%;position:absolute;top:0;left:0}[data-blr-component=toast][data-variant=info]:before{background:var(--blr-color-blue-600)}[data-blr-component=toast][data-variant=success]:before{background:var(--blr-color-green-600)}[data-blr-component=toast][data-variant=warning]:before{background:var(--blr-color-amber-600)}[data-blr-component=toast][data-variant=error]:before{background:var(--blr-color-rose-600)}[data-blr-component=toast-icon]{flex-shrink:0;justify-content:center;align-items:center;display:flex}[data-blr-component=toast][data-variant=info] [data-blr-component=toast-icon]{color:var(--blr-color-blue-600)}[data-blr-component=toast][data-variant=success] [data-blr-component=toast-icon]{color:var(--blr-color-green-600)}[data-blr-component=toast][data-variant=warning] [data-blr-component=toast-icon]{color:var(--blr-color-amber-600)}[data-blr-component=toast][data-variant=error] [data-blr-component=toast-icon]{color:var(--blr-color-rose-600)}[data-blr-component=toast-body]{flex:1;min-width:0}[data-blr-component=toast-title]{color:var(--blr-text-title-primary);font-size:14px;font-weight:500;line-height:1.4}[data-blr-component=toast-description]{color:var(--blr-text-body-secondary);margin-top:var(--blr-spacing-1);font-size:14px;font-weight:400;line-height:1.5}[data-blr-component=toast-close]{width:24px;height:24px;color:var(--blr-text-body-tertiary);cursor:pointer;border-radius:var(--blr-radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .15s,background-color .15s;display:flex}[data-blr-component=toast-close]:hover{color:var(--blr-text-body-secondary);background:var(--blr-hover-subtle)}[data-blr-component=tooltip-wrapper]{display:inline-flex;position:relative}[data-blr-component=tooltip]{padding:var(--blr-spacing-1) var(--blr-spacing-2);background:var(--blr-text-title-primary);color:#fff;font-family:var(--blr-font-family-primary);white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;z-index:1600;border-radius:4px;font-size:12px;font-weight:500;line-height:1.4;transition:opacity .15s,visibility .15s;position:absolute;left:50%;transform:translate(-50%)}[data-blr-component=tooltip][data-side=top]{margin-bottom:var(--blr-spacing-1);bottom:100%}[data-blr-component=tooltip][data-side=bottom]{margin-top:var(--blr-spacing-1);top:100%}[data-blr-component=tooltip-wrapper]:hover [data-blr-component=tooltip]{opacity:1;visibility:visible}[data-blr-component=alert]{align-items:flex-start;gap:var(--blr-spacing-3);padding:var(--blr-spacing-4);border-radius:var(--blr-radius-lg);font-family:var(--blr-font-family-primary);display:flex;position:relative;overflow:hidden}[data-blr-component=alert]:before{content:"";width:4px;height:100%;position:absolute;top:0;left:0}[data-blr-component=alert][data-variant=default]{background:var(--blr-background-surface-2)}[data-blr-component=alert][data-variant=default]:before{background:var(--blr-text-body-tertiary)}[data-blr-component=alert][data-variant=default] [data-blr-component=alert-icon]{color:var(--blr-text-body-secondary)}[data-blr-component=alert][data-variant=info]{background:var(--blr-color-blue-50)}[data-blr-component=alert][data-variant=info]:before{background:var(--blr-color-blue-600)}[data-blr-component=alert][data-variant=info] [data-blr-component=alert-icon]{color:var(--blr-color-blue-600)}[data-blr-component=alert][data-variant=success]{background:var(--blr-color-green-50)}[data-blr-component=alert][data-variant=success]:before{background:var(--blr-color-green-600)}[data-blr-component=alert][data-variant=success] [data-blr-component=alert-icon]{color:var(--blr-color-green-600)}[data-blr-component=alert][data-variant=warning]{background:var(--blr-color-amber-50)}[data-blr-component=alert][data-variant=warning]:before{background:var(--blr-color-amber-600)}[data-blr-component=alert][data-variant=warning] [data-blr-component=alert-icon]{color:var(--blr-color-amber-600)}[data-blr-component=alert][data-variant=danger]{background:var(--blr-color-rose-50)}[data-blr-component=alert][data-variant=danger]:before{background:var(--blr-color-rose-600)}[data-blr-component=alert][data-variant=danger] [data-blr-component=alert-icon]{color:var(--blr-color-rose-600)}[data-blr-component=alert-icon]{flex-shrink:0;justify-content:center;align-items:center;display:flex}[data-blr-component=alert-body]{flex:1;min-width:0}[data-blr-component=alert-title]{color:var(--blr-text-title-primary);font-size:14px;font-weight:500;line-height:1.4}[data-blr-component=alert-description]{color:var(--blr-text-body-secondary);margin-top:var(--blr-spacing-1);font-size:14px;font-weight:400;line-height:1.5}[data-blr-component=alert-close]{width:24px;height:24px;color:var(--blr-text-body-tertiary);cursor:pointer;border-radius:var(--blr-radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .15s,background-color .15s;display:flex}[data-blr-component=alert-close]:hover{color:var(--blr-text-body-secondary);background:var(--blr-hover-subtle)}[data-blr-component=alert-dialog-overlay]{background:var(--blr-overlay-backdrop);z-index:1400;justify-content:center;align-items:center;animation:.15s blr-alert-dialog-fade-in;display:flex;position:fixed;inset:0}[data-blr-component=alert-dialog]{background:var(--blr-background-surface-1);border-radius:var(--blr-radius-lg);border:1px solid var(--blr-border-default);width:100%;max-width:440px;font-family:var(--blr-font-family-primary);animation:.15s blr-alert-dialog-scale-in;position:relative;box-shadow:0 25px 50px -12px #00000040}[data-blr-component=alert-dialog-header]{padding:var(--blr-spacing-5) var(--blr-spacing-6) 0;color:var(--blr-text-title-primary);font-size:16px;font-weight:600;line-height:1.4}[data-blr-component=alert-dialog-content]{padding:var(--blr-spacing-3) var(--blr-spacing-6);color:var(--blr-text-body-secondary);font-size:14px;line-height:1.5}[data-blr-component=alert-dialog-footer]{justify-content:flex-end;align-items:center;gap:var(--blr-spacing-3);padding:var(--blr-spacing-4) var(--blr-spacing-6);display:flex}[data-blr-component=alert-dialog-cancel]{height:36px;padding:0 var(--blr-spacing-4);font-family:var(--blr-font-family-primary);color:var(--blr-text-body-primary);background:var(--blr-background-surface-1);border:1px solid var(--blr-border-default);border-radius:var(--blr-radius-md);cursor:pointer;justify-content:center;align-items:center;font-size:14px;font-weight:500;line-height:1;transition:color .15s,background-color .15s,border-color .15s;display:inline-flex}[data-blr-component=alert-dialog-cancel]:hover{background:var(--blr-hover-subtle)}[data-blr-component=alert-dialog-confirm]{height:36px;padding:0 var(--blr-spacing-4);font-family:var(--blr-font-family-primary);color:#fff;border-radius:var(--blr-radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;font-size:14px;font-weight:500;line-height:1;transition:background-color .15s;display:inline-flex}[data-blr-component=alert-dialog-confirm][data-variant=info]{background:var(--blr-color-blue-600)}[data-blr-component=alert-dialog-confirm][data-variant=info]:hover{background:var(--blr-color-blue-700)}[data-blr-component=alert-dialog-confirm][data-variant=warning]{background:var(--blr-color-amber-600)}[data-blr-component=alert-dialog-confirm][data-variant=warning]:hover{background:var(--blr-color-amber-700)}[data-blr-component=alert-dialog-confirm][data-variant=danger]{background:var(--blr-color-rose-600)}[data-blr-component=alert-dialog-confirm][data-variant=danger]:hover{background:var(--blr-color-rose-700)}@keyframes blr-alert-dialog-fade-in{0%{opacity:0}to{opacity:1}}@keyframes blr-alert-dialog-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}[data-blr-component=drawer-overlay]{background:var(--blr-overlay-backdrop);z-index:1400;animation:.15s blr-drawer-fade-in;position:fixed;inset:0}[data-blr-component=drawer]{background:var(--blr-background-surface-1);font-family:var(--blr-font-family-primary);border-left:1px solid var(--blr-border-default);flex-direction:column;display:flex;position:fixed;top:0;bottom:0}[data-blr-component=drawer][data-side=right]{border-left:1px solid var(--blr-border-default);border-right:none;animation:.2s blr-drawer-slide-in-right;right:0}[data-blr-component=drawer][data-side=left]{border-right:1px solid var(--blr-border-default);border-left:none;animation:.2s blr-drawer-slide-in-left;left:0}[data-blr-component=drawer][data-size=sm]{width:320px}[data-blr-component=drawer][data-size=md]{width:440px}[data-blr-component=drawer][data-size=lg]{width:640px}[data-blr-component=drawer-header]{padding:var(--blr-spacing-5) var(--blr-spacing-6);border-bottom:1px solid var(--blr-border-default);justify-content:space-between;align-items:center;display:flex}[data-blr-component=drawer-title]{color:var(--blr-text-title-primary);font-size:16px;font-weight:600;line-height:1.4}[data-blr-component=drawer-close]{width:32px;height:32px;color:var(--blr-text-body-tertiary);cursor:pointer;border-radius:var(--blr-radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:color .15s,background-color .15s;display:flex}[data-blr-component=drawer-close]:hover{color:var(--blr-text-body-secondary);background:var(--blr-hover-subtle)}[data-blr-component=drawer-content]{padding:var(--blr-spacing-5) var(--blr-spacing-6);flex:1;overflow-y:auto}@keyframes blr-drawer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes blr-drawer-slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes blr-drawer-slide-in-left{0%{transform:translate(-100%)}to{transform:translate(0)}}[data-blr-component=popover-trigger]{cursor:pointer;display:inline-flex}[data-blr-component=popover]{min-width:200px;padding:var(--blr-spacing-3);background:var(--blr-background-surface-1);border:1px solid var(--blr-border-default);font-family:var(--blr-font-family-primary,sans-serif);z-index:1400;border-radius:12px;animation:.12s blr-popover-in;box-shadow:0 10px 25px -5px #0000001a,0 4px 10px -4px #0000000f}@keyframes blr-popover-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}[data-blr-component=popover][data-side=top]{animation-name:blr-popover-in-up}@keyframes blr-popover-in-up{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}[data-blr-component=spinner]{border:2px solid var(--blr-border-default);border-top-color:var(--blr-color-blue-600);border-radius:50%;animation:.6s linear infinite blr-spin;display:inline-block}[data-blr-component=spinner][data-size=sm]{width:16px;height:16px}[data-blr-component=spinner][data-size=md]{width:24px;height:24px}[data-blr-component=spinner][data-size=lg]{width:40px;height:40px}@keyframes blr-spin{to{transform:rotate(360deg)}}[data-blr-component=progress-bar]{background:var(--blr-background-surface-2);border-radius:9999px;width:100%;overflow:hidden}[data-blr-component=progress-bar][data-size=sm]{height:4px}[data-blr-component=progress-bar][data-size=md]{height:8px}[data-blr-component=progress-bar-fill]{border-radius:9999px;height:100%;transition:width .3s}[data-blr-component=progress-bar][data-variant=default] [data-blr-component=progress-bar-fill]{background:var(--blr-color-blue-600)}[data-blr-component=progress-bar][data-variant=success] [data-blr-component=progress-bar-fill]{background:var(--blr-color-green-600)}[data-blr-component=progress-bar][data-variant=warning] [data-blr-component=progress-bar-fill]{background:var(--blr-color-amber-600)}[data-blr-component=progress-bar][data-variant=danger] [data-blr-component=progress-bar-fill]{background:var(--blr-color-rose-600)}[data-blr-component=status-indicator]{align-items:center;gap:var(--blr-spacing-2);font-family:var(--blr-font-family-primary);display:inline-flex}[data-blr-component=status-indicator-dot]{border-radius:50%;flex-shrink:0}[data-blr-component=status-indicator][data-size=sm] [data-blr-component=status-indicator-dot]{width:8px;height:8px}[data-blr-component=status-indicator][data-size=md] [data-blr-component=status-indicator-dot]{width:10px;height:10px}[data-blr-component=status-indicator][data-status=online] [data-blr-component=status-indicator-dot]{background:var(--blr-color-green-500);animation:2s ease-in-out infinite blr-status-pulse}[data-blr-component=status-indicator][data-status=busy] [data-blr-component=status-indicator-dot]{background:var(--blr-color-rose-500)}[data-blr-component=status-indicator][data-status=away] [data-blr-component=status-indicator-dot]{background:var(--blr-color-amber-500)}[data-blr-component=status-indicator][data-status=offline] [data-blr-component=status-indicator-dot]{background:var(--blr-border-default)}[data-blr-component=status-indicator-label]{color:var(--blr-text-body-secondary);font-size:13px;line-height:1.4}@keyframes blr-status-pulse{0%,to{opacity:1}50%{opacity:.5}}[data-blr-component=banner]{align-items:center;gap:var(--blr-spacing-3);width:100%;padding:var(--blr-spacing-3);font-family:var(--blr-font-family-primary);font-size:14px;line-height:1.5;display:flex}[data-blr-component=banner][data-variant=info]{background:var(--blr-color-blue-50);color:var(--blr-color-blue-800)}[data-blr-component=banner][data-variant=info] [data-blr-component=banner-icon]{color:var(--blr-color-blue-600)}[data-blr-component=banner][data-variant=success]{background:var(--blr-color-green-50);color:var(--blr-color-green-800)}[data-blr-component=banner][data-variant=success] [data-blr-component=banner-icon]{color:var(--blr-color-green-600)}[data-blr-component=banner][data-variant=warning]{background:var(--blr-color-amber-50);color:var(--blr-color-amber-800)}[data-blr-component=banner][data-variant=warning] [data-blr-component=banner-icon]{color:var(--blr-color-amber-600)}[data-blr-component=banner][data-variant=danger]{background:var(--blr-color-rose-50);color:var(--blr-color-rose-800)}[data-blr-component=banner][data-variant=danger] [data-blr-component=banner-icon]{color:var(--blr-color-rose-600)}[data-blr-component=banner-icon]{flex-shrink:0;justify-content:center;align-items:center;display:flex}[data-blr-component=banner-content]{flex:1;min-width:0}[data-blr-component=banner-close]{color:currentColor;opacity:.6;cursor:pointer;border-radius:var(--blr-radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:0;transition:color .15s;display:flex}[data-blr-component=banner-close]:hover{opacity:1}[data-blr-component=callout]{padding:var(--blr-spacing-4);font-family:var(--blr-font-family-primary);border-left:3px solid;position:relative}[data-blr-component=callout][data-variant=info]{background:var(--blr-color-blue-50);border-left-color:var(--blr-color-blue-600)}[data-blr-component=callout][data-variant=success]{background:var(--blr-color-green-50);border-left-color:var(--blr-color-green-600)}[data-blr-component=callout][data-variant=warning]{background:var(--blr-color-amber-50);border-left-color:var(--blr-color-amber-600)}[data-blr-component=callout][data-variant=danger]{background:var(--blr-color-rose-50);border-left-color:var(--blr-color-rose-600)}[data-blr-component=callout-title]{color:var(--blr-text-title-primary);font-size:14px;font-weight:600;line-height:1.4}[data-blr-component=callout-content]{color:var(--blr-text-body-secondary);margin-top:var(--blr-spacing-1);font-size:14px;font-weight:400;line-height:1.5}[data-blr-component=tabs]{flex-direction:column;display:flex}[data-blr-component=tab-list]{border-bottom:1px solid var(--blr-border-default);flex-direction:row;display:flex}[data-blr-component=tab]{padding:var(--blr-spacing-3) var(--blr-spacing-4);color:var(--blr-text-body-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;font-family:inherit;font-size:14px;font-weight:500;line-height:1.4;transition:color .15s,border-color .15s}[data-blr-component=tab]:hover{color:var(--blr-text-title-primary)}[data-blr-component=tab][data-active]{color:var(--blr-color-blue-600);border-bottom-color:var(--blr-color-blue-600);font-weight:500}[data-blr-component=tab]:focus-visible{outline:2px solid var(--blr-text-body-tertiary);outline-offset:-2px}[data-blr-component=tab-panel]{padding-top:var(--blr-spacing-4)}[data-blr-component=breadcrumb-list]{align-items:center;gap:var(--blr-spacing-1);flex-direction:row;margin:0;padding:0;list-style:none;display:flex}[data-blr-component=breadcrumb-entry]{align-items:center;gap:var(--blr-spacing-1);display:flex}[data-blr-component=breadcrumb-item]{color:var(--blr-text-body-secondary);font-size:14px;line-height:1.4}[data-blr-component=breadcrumb-item] a{color:inherit;text-decoration:none;transition:color .15s}[data-blr-component=breadcrumb-item] a:hover{color:var(--blr-color-blue-600)}[data-blr-component=breadcrumb-item][data-current]{color:var(--blr-text-title-primary);font-weight:500}[data-blr-component=breadcrumb-separator]{color:var(--blr-text-body-tertiary);font-size:14px}[data-blr-component=pagination]{align-items:center;gap:var(--blr-spacing-1);flex-direction:row;display:flex}[data-blr-component=pagination-button]{min-width:32px;height:32px;padding:0 var(--blr-spacing-2);border:1px solid var(--blr-border-default);border-radius:var(--blr-radius-md);color:var(--blr-text-body-secondary);cursor:pointer;background:0 0;justify-content:center;align-items:center;font-family:inherit;font-size:14px;font-weight:500;line-height:1;transition:color .15s,background-color .15s,border-color .15s;display:inline-flex}[data-blr-component=pagination-button]:hover:not(:disabled):not([data-current]){background:var(--blr-hover-subtle)}[data-blr-component=pagination-button][data-current]{background:var(--blr-color-blue-600);border-color:var(--blr-color-blue-600);color:#fff}[data-blr-component=pagination-button]:disabled{opacity:.5;cursor:not-allowed}[data-blr-component=pagination-button]:focus-visible{outline:2px solid var(--blr-text-body-tertiary);outline-offset:2px}[data-blr-component=pagination-ellipsis]{min-width:32px;height:32px;color:var(--blr-text-body-tertiary);justify-content:center;align-items:center;font-size:14px;display:inline-flex}[data-blr-component=dropdown-menu-wrapper]{display:inline-block;position:relative}[data-blr-component=dropdown-menu]{min-width:180px;max-height:300px;padding:var(--blr-spacing-1) 0;background:var(--blr-background-surface-1);border:1px solid var(--blr-border-default);border-radius:var(--blr-radius-lg);animation:.1s blr-dropdown-in;overflow-y:auto;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}@keyframes blr-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}[data-blr-component=dropdown-menu-item]{width:100%;padding:var(--blr-spacing-2) var(--blr-spacing-3);color:var(--blr-text-body-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;font-family:inherit;font-size:14px;line-height:1.4;transition:background-color .15s;display:flex}[data-blr-component=dropdown-menu-item]:hover{background:var(--blr-hover-subtle)}[data-blr-component=dropdown-menu-item][data-destructive]{color:var(--blr-color-rose-600)}[data-blr-component=dropdown-menu-separator]{border:none;border-top:1px solid var(--blr-border-default);margin:var(--blr-spacing-1) 0}[data-blr-component=context-menu]{z-index:1000;min-width:180px;padding:var(--blr-spacing-1) 0;border:1px solid var(--blr-border-default);border-radius:var(--blr-radius-lg);background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}[data-blr-component=context-menu-item]{width:100%;padding:var(--blr-spacing-2) var(--blr-spacing-3);color:var(--blr-text-body-primary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;font-family:inherit;font-size:14px;line-height:1.4;transition:background-color .15s;display:flex}[data-blr-component=context-menu-item]:hover{background:var(--blr-hover-subtle)}[data-blr-component=context-menu-item][data-destructive]{color:var(--blr-color-rose-600)}[data-blr-component=stepper]{flex-direction:row;align-items:flex-start;display:flex}[data-blr-component=step]{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}[data-blr-component=step-indicator]{align-items:center;width:100%;display:flex}[data-blr-component=step-circle]{background:var(--blr-border-default);width:28px;min-width:28px;height:28px;color:var(--blr-text-body-secondary);border-radius:50%;justify-content:center;align-items:center;font-size:12px;font-weight:500;line-height:1;transition:background-color .2s,color .2s;display:inline-flex}[data-blr-component=step][data-status=active] [data-blr-component=step-circle]{background:var(--blr-color-blue-600);color:#fff}[data-blr-component=step][data-status=completed] [data-blr-component=step-circle]{background:var(--blr-color-green-600);color:#fff}[data-blr-component=step-line]{background:var(--blr-border-default);height:2px;margin:0 var(--blr-spacing-2);flex:1}[data-blr-component=step-content]{margin-top:var(--blr-spacing-2);text-align:center;flex-direction:column;align-items:center;display:flex}[data-blr-component=step-title]{color:var(--blr-text-body-primary);font-size:14px;font-weight:500}[data-blr-component=step-description]{color:var(--blr-text-body-secondary);margin-top:var(--blr-spacing-1);font-size:12px}[data-blr-component=sidebar]{width:var(--sidebar-width,240px);height:100%;font-family:var(--blr-font-family-primary);scrollbar-width:thin;scrollbar-color:var(--blr-scrollbar-thumb) transparent;background:0 0;border-right:none;flex-direction:column;transition:width .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden auto}[data-blr-component=sidebar-edge]{z-index:10;cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'><path d='M14 5 L6 11 L14 17' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/><path d='M14 5 L6 11 L14 17' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") 6 11,w-resize;background:0 0;width:8px;height:100%;position:absolute;top:0;right:-4px}[data-blr-component=sidebar-edge][data-collapsed]{cursor:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'><path d='M8 5 L16 11 L8 17' fill='none' stroke='white' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/><path d='M8 5 L16 11 L8 17' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>") 16 11,e-resize}[data-blr-component=sidebar-edge]:hover,[data-blr-component=sidebar-edge]:focus,[data-blr-component=sidebar-edge]:active{box-shadow:none;background:0 0;outline:none}[data-blr-component=sidebar]::-webkit-scrollbar{width:4px}[data-blr-component=sidebar]::-webkit-scrollbar-track{background:0 0}[data-blr-component=sidebar]::-webkit-scrollbar-thumb{background:var(--blr-scrollbar-thumb);border-radius:9999px}[data-blr-component=sidebar][data-collapsed]{width:var(--sidebar-collapsed-width,56px)}[data-blr-component=sidebar-header]{border-bottom:none;flex-shrink:0;align-items:flex-start;height:70px;padding:15px 16px 0 26px;display:flex}[data-blr-component=sidebar][data-collapsed] [data-blr-component=sidebar-header]{justify-content:center;align-items:flex-start;height:70px;padding:15px 12px 0}[data-blr-component=sidebar-footer]{border-top:1px solid var(--blr-border-default);flex-direction:column;flex-shrink:0;min-width:0;margin-top:auto;padding:0;display:flex;overflow:hidden}[data-blr-component=sidebar-footer]>:not([data-blr-component=sidebar-group]){padding:14px 16px}[data-blr-component=sidebar][data-collapsed] [data-blr-component=sidebar-footer]{justify-content:center;padding:12px}[data-blr-component=sidebar-group]{flex-direction:column;padding:10px 0;display:flex}[data-blr-component=sidebar-group]+[data-blr-component=sidebar-group]{border-top:1px solid var(--blr-border-default)}[data-blr-component=sidebar-group-label]{text-transform:uppercase;letter-spacing:.05em;color:var(--blr-text-body-tertiary);white-space:nowrap;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:10px 20px 6px;font-size:11px;font-weight:600;display:flex;overflow:hidden}[data-blr-component=sidebar-group-label][data-collapsible]{cursor:pointer;border-radius:4px;margin:4px 12px 2px;padding:6px 8px;transition:background-color .1s}[data-blr-component=sidebar-group-label][data-collapsible]:hover{background:var(--blr-hover-subtle);color:var(--blr-text-body-secondary)}[data-blr-component=sidebar][data-collapsed] [data-blr-component=sidebar-group-label]{display:none}[data-blr-component=sidebar-item]{color:var(--blr-text-body-secondary);cursor:pointer;white-space:nowrap;text-align:left;background:0 0;border:none;border-radius:8px;outline:none;align-items:center;gap:12px;margin:1px 10px;padding:10px 16px;font-size:14px;font-weight:400;line-height:1.4;transition:background-color .1s,color .1s;display:flex;position:relative;overflow:hidden}[data-blr-component=sidebar-item]:hover{background:var(--blr-hover-subtle);color:var(--blr-text-title-primary)}[data-blr-component=sidebar-item]:focus-visible{outline:2px solid var(--blr-text-body-tertiary);outline-offset:-2px}[data-blr-component=sidebar-item][data-active]{background:var(--blr-hover-accent);color:var(--blr-color-blue-600);font-weight:500}[data-blr-component=sidebar-item-link]{color:inherit;align-items:center;gap:12px;width:100%;text-decoration:none;display:flex}[data-blr-component=sidebar-item-icon]{width:20px;height:20px;color:var(--blr-text-body-secondary);flex-shrink:0;justify-content:center;align-items:center;transition:color .1s;display:inline-flex}[data-blr-component=sidebar-item]:hover [data-blr-component=sidebar-item-icon],[data-blr-component=sidebar-item][data-active] [data-blr-component=sidebar-item-icon]{color:inherit}[data-blr-component=sidebar-item-label]{text-overflow:ellipsis;flex:1;overflow:hidden}[data-blr-component=sidebar-item-badge]{background:var(--blr-color-blue-600);color:#fff;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;line-height:1;display:inline-flex}[data-blr-component=sidebar-submenu]{flex-direction:column;display:flex}[data-blr-component=sidebar-submenu-trigger]{color:var(--blr-text-body-secondary);cursor:pointer;white-space:nowrap;-webkit-user-select:none;user-select:none;border-radius:8px;outline:none;align-items:center;gap:12px;margin:1px 10px;padding:10px 16px;font-size:14px;font-weight:400;line-height:1.4;transition:background-color .1s,color .1s;display:flex;overflow:hidden}[data-blr-component=sidebar-submenu-trigger]:hover{background:var(--blr-hover-subtle);color:var(--blr-text-title-primary)}[data-blr-component=sidebar-submenu-trigger]:focus-visible{outline:2px solid var(--blr-text-body-tertiary);outline-offset:-2px}[data-blr-component=sidebar-submenu-chevron]{color:var(--blr-text-body-tertiary);flex-shrink:0;align-items:center;margin-left:auto;display:inline-flex}[data-blr-component=sidebar-submenu-content]{flex-direction:column;padding-left:14px;display:flex}[data-blr-component=sidebar-submenu-content] [data-blr-component=sidebar-submenu-content]{padding-left:14px}[data-blr-component=sidebar-submenu-content]>[data-blr-component=sidebar-item]{padding-left:22px;font-size:13px}[data-blr-component=sidebar-submenu-content] [data-blr-component=sidebar-submenu-content]>[data-blr-component=sidebar-item]{color:var(--blr-text-body-secondary);padding-left:18px;font-size:12px}[data-blr-component=sidebar][data-collapsed] [data-blr-component=sidebar-item]{justify-content:center;gap:0;margin:2px 8px;padding:10px}[data-blr-component=sidebar][data-collapsed] [data-blr-component=sidebar-item-label]{display:none}[data-blr-component=sidebar][data-collapsed] [data-blr-component=sidebar-item-badge]{min-width:7px;height:7px;padding:0;font-size:0;position:absolute;top:3px;right:3px}[data-blr-component=sidebar][data-collapsed] [data-blr-component=sidebar-submenu],[data-blr-component=sidebar][data-collapsed] [data-blr-component=sidebar-submenu-trigger]{display:none}[data-blr-component=sidebar-toggle]{border:1px solid var(--blr-border-default);background:var(--blr-background-surface-1);width:24px;height:24px;color:var(--blr-text-body-tertiary);cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .1s,color .1s;display:flex}[data-blr-component=sidebar-toggle]:hover{background:var(--blr-hover-subtle);color:var(--blr-text-body-primary)}[data-blr-component=sidebar-toggle][data-collapsed] svg{transform:rotate(180deg)}[data-blr-component=page-header]{padding-bottom:var(--blr-spacing-6);border-bottom:1px solid var(--blr-border-default);flex-direction:column;display:flex}[data-blr-component=page-header-breadcrumb]{margin-bottom:var(--blr-spacing-3)}[data-blr-component=page-header-row]{justify-content:space-between;align-items:flex-start;gap:var(--blr-spacing-4);flex-direction:row;display:flex}[data-blr-component=page-header-title-group]{flex-direction:column;min-width:0;display:flex}[data-blr-component=page-header-title]{color:var(--blr-text-title-primary);margin:0;font-size:32px;font-weight:600;line-height:1.2}[data-blr-component=page-header-description]{color:var(--blr-text-body-secondary);margin:var(--blr-spacing-1) 0 0;font-size:14px;line-height:1.5}[data-blr-component=page-header-actions]{align-items:center;gap:var(--blr-spacing-2);flex-direction:row;flex-shrink:0;display:flex}[data-blr-component=period-nav]{font-family:var(--blr-font-family-primary,sans-serif);align-items:center;gap:16px;display:flex}[data-blr-component=period-nav-selector]{border:1px solid var(--blr-border-default);background:var(--blr-background-surface-2);border-radius:8px;align-items:center;display:flex;overflow:hidden}[data-blr-component=period-nav-option]{color:var(--blr-text-body-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:500;transition:all .12s}[data-blr-component=period-nav-option]:not(:last-child){border-right:1px solid var(--blr-border-default)}[data-blr-component=period-nav-option]:hover{color:var(--blr-text-body-primary);background:var(--blr-hover-subtle)}[data-blr-component=period-nav-option][data-active]{color:var(--blr-color-blue-600);background:var(--blr-background-surface-1);font-weight:600}[data-blr-component=period-nav-navigation]{align-items:center;gap:2px;display:flex}[data-blr-component=period-nav-arrow]{width:28px;height:28px;color:var(--blr-text-body-tertiary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:all .1s;display:flex}[data-blr-component=period-nav-arrow]:hover{background:var(--blr-hover-subtle);color:var(--blr-text-body-primary)}[data-blr-component=period-nav-arrow][data-disabled]{color:var(--blr-border-default);cursor:default;pointer-events:none}[data-blr-component=period-nav-label]{color:var(--blr-text-body-secondary);text-align:center;-webkit-user-select:none;user-select:none;white-space:nowrap;min-width:90px;font-size:12px;font-weight:600}button[data-blr-component=period-nav-label][data-blr-interactive=true]:hover{color:var(--blr-text-body-primary);background:var(--blr-hover-subtle)}[data-blr-component=period-nav-content]{align-items:center;gap:32px;margin-left:8px;display:flex}[data-blr-component=period-nav-month-picker]{background:var(--blr-background-surface-1);border:1px solid var(--blr-border-default);box-shadow:var(--blr-shadow-overlay,0 12px 40px #0f172a1f);font-family:var(--blr-font-family-primary,sans-serif);border-radius:12px}[data-blr-component=period-nav-month-picker-year-nav]{width:28px;height:28px;color:var(--blr-text-body-tertiary);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;transition:background 80ms,color 80ms;display:flex}[data-blr-component=period-nav-month-picker-year-nav]:hover{background:var(--blr-hover-subtle);color:var(--blr-text-body-primary)}[data-blr-component=period-nav-month-picker-year-nav][data-disabled]{color:var(--blr-border-default);cursor:default;pointer-events:none}[data-blr-component=period-nav-month-picker-year]{color:var(--blr-text-title-primary);font-size:14px;font-weight:700}[data-blr-component=period-nav-month-picker-month]{color:var(--blr-text-body-primary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:8px 0;font-family:inherit;font-size:12px;font-weight:500;transition:background 80ms,color 80ms,border-color 80ms}[data-blr-component=period-nav-month-picker-month]:hover{background:var(--blr-hover-subtle)}[data-blr-component=period-nav-month-picker-month][data-current]{border-color:var(--blr-border-default)}[data-blr-component=period-nav-month-picker-month][data-selected]{background:var(--blr-color-blue-600);color:#fff;border-color:#0000;font-weight:700}[data-blr-component=period-nav-month-picker-month][data-future]{color:var(--blr-text-body-tertiary);opacity:.5;cursor:default;pointer-events:none}[data-blr-component=period-nav-month-picker-actions]{border-top:1px solid var(--blr-border-default);gap:6px;margin-top:10px;padding-top:10px;display:flex}[data-blr-component=period-nav-month-picker-action]{border:1px solid var(--blr-border-default);background:var(--blr-background-surface-1);color:var(--blr-text-body-primary);cursor:pointer;border-radius:6px;flex:1;padding:6px 0;font-family:inherit;font-size:12px;font-weight:500;transition:background 80ms,color 80ms}[data-blr-component=period-nav-month-picker-action]:hover{background:var(--blr-hover-subtle)}[data-blr-component=accordion]{flex-direction:column;display:flex}[data-blr-component=accordion-item]{border-bottom:1px solid var(--blr-border-default)}[data-blr-component=accordion-trigger]{width:100%;padding:var(--blr-spacing-4);color:var(--blr-text-body-primary);cursor:pointer;text-align:left;background:0 0;border:none;flex-direction:row;justify-content:space-between;align-items:center;font-family:inherit;font-size:14px;font-weight:500;line-height:1.4;transition:background-color .15s;display:flex}[data-blr-component=accordion-trigger]:hover{background:var(--blr-hover-subtle)}[data-blr-component=accordion-trigger]:focus-visible{outline:2px solid var(--blr-text-body-tertiary);outline-offset:-2px}[data-blr-component=accordion-chevron]{flex-shrink:0;transition:transform .2s}[data-blr-component=accordion-trigger][data-open] [data-blr-component=accordion-chevron]{transform:rotate(180deg)}[data-blr-component=accordion-content]{padding:var(--blr-spacing-4);display:none}[data-blr-component=accordion-content][data-open]{display:block}[data-blr-component=collapsible-content]{display:none}[data-blr-component=collapsible-content][data-open]{display:block}[data-blr-component=separator]{background:var(--blr-border-default)}[data-blr-component=separator][data-orientation=horizontal]{width:100%;height:1px}[data-blr-component=separator][data-orientation=vertical]{width:1px;height:100%}[data-blr-component=separator][data-labeled]{align-items:center;gap:var(--blr-spacing-3);background:0 0;flex-direction:row;height:auto;display:flex}[data-blr-component=separator-line]{background:var(--blr-border-default);flex:1;height:1px}[data-blr-component=separator-label]{text-transform:uppercase;letter-spacing:.05em;color:var(--blr-text-body-tertiary);white-space:nowrap;font-size:12px}[data-blr-component=panel]{background:var(--blr-background-surface-1);border-radius:var(--blr-radius-lg)}[data-blr-component=panel][data-border]{border:1px solid var(--blr-border-default)}[data-blr-component=panel][data-padding=none]{padding:0}[data-blr-component=panel][data-padding=sm]{padding:var(--blr-spacing-3)}[data-blr-component=panel][data-padding=md]{padding:var(--blr-spacing-4)}[data-blr-component=panel][data-padding=lg]{padding:var(--blr-spacing-6)}[data-blr-component=section]{gap:var(--blr-spacing-4);flex-direction:column;display:flex}[data-blr-component=section-header]{justify-content:space-between;align-items:flex-start;gap:var(--blr-spacing-4);flex-direction:row;display:flex}[data-blr-component=section-header-text]{flex-direction:column;min-width:0;display:flex}[data-blr-component=section-title]{color:var(--blr-text-title-primary);margin:0;font-size:18px;font-weight:600;line-height:1.3}[data-blr-component=section-description]{color:var(--blr-text-body-secondary);margin:var(--blr-spacing-1) 0 0;font-size:14px;line-height:1.5}[data-blr-component=section-actions]{align-items:center;gap:var(--blr-spacing-2);flex-direction:row;flex-shrink:0;display:flex}[data-blr-component=section-content]{gap:var(--blr-spacing-4);flex-direction:column;display:flex}[data-blr-component=shell]{background:var(--blr-background-main);grid-template:"header""main"1fr/1fr;height:100vh;display:grid}[data-blr-component=shell][data-has-sidebar]{grid-template:"sidebar header""sidebar main"1fr/auto 1fr}[data-blr-component=shell-sidebar]{grid-area:sidebar;height:100vh;position:sticky;top:0;overflow-y:auto}[data-blr-component=shell-header]{z-index:100;background:var(--blr-background-main);grid-area:header;position:sticky;top:0}[data-blr-component=shell-main]{background:var(--blr-background-surface-1);border-left:1px solid var(--blr-border-default);border-top:1px solid var(--blr-border-default);border-top-left-radius:32px;grid-area:main;min-width:0;overflow:hidden auto}[data-blr-component=theme-toggle]{width:36px;height:36px;color:var(--blr-text-body-secondary);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background-color .2s,border-color .2s,color .2s;display:inline-flex;position:relative;overflow:hidden}[data-blr-component=theme-toggle]:hover{background:var(--blr-background-surface-2);color:var(--blr-text-body-primary)}[data-blr-component=theme-toggle]:focus-visible{outline:2px solid var(--blr-border-input-focus);outline-offset:2px}[data-blr-component=theme-toggle-icon]{opacity:0;justify-content:center;align-items:center;transition:opacity .25s,transform .25s;display:flex;position:absolute;transform:rotate(90deg)scale(.5)}[data-blr-component=theme-toggle-icon][data-visible=true]{opacity:1;transform:rotate(0)scale(1)}[data-blr-component=auth-layout]{min-height:100vh;font-family:var(--blr-font-family-primary);display:flex}[data-blr-component=auth-layout][data-variant=centered]{background:var(--blr-color-slate-50);justify-content:center;align-items:center}[data-blr-component=auth-layout-panel]{color:#fff;background:linear-gradient(135deg,#005fff 0%,#1a2642 100%);flex-direction:column;justify-content:center;align-items:center;width:50%;padding:48px;display:none}[data-blr-component=auth-layout][data-variant=split] [data-blr-component=auth-layout-panel]{display:flex}[data-blr-component=auth-layout-content]{background:var(--blr-background-surface-1);flex:1;justify-content:center;align-items:center;padding:24px;display:flex}@media (max-width:768px){[data-blr-component=auth-layout-panel]{display:none!important}[data-blr-component=auth-layout-content]{width:100%}}[data-blr-component=login-form]{flex-direction:column;gap:20px;width:100%;max-width:380px;display:flex}[data-blr-component=login-form-logo]{margin-bottom:4px;display:flex}[data-blr-component=login-form-header]{flex-direction:column;gap:4px;display:flex}[data-blr-component=login-form-title]{color:var(--blr-color-brand-primary,#1a2642);letter-spacing:-.3px;margin:0;font-size:24px;font-weight:600;line-height:1.2}[data-blr-component=login-form-subtitle]{color:var(--blr-color-slate-500);margin:0;font-size:14px;line-height:1.5}[data-blr-component=login-form-error]{background:var(--blr-color-rose-50);border:1px solid var(--blr-color-rose-200,#fecdd3);color:var(--blr-color-rose-700);border-radius:8px;align-items:center;gap:8px;padding:10px 12px;font-size:13px;line-height:1.4;display:flex}[data-blr-component=login-form-social]{flex-direction:column;gap:8px;display:flex}[data-blr-component=login-form-social-btn]{border:1px solid var(--blr-color-slate-200);background:var(--blr-background-surface-1);height:40px;color:var(--blr-color-brand-primary,#1a2642);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:10px;padding:0 16px;font-family:inherit;font-size:14px;font-weight:500;transition:background-color .1s,border-color .1s;display:flex}[data-blr-component=login-form-social-btn]:hover{background:var(--blr-color-slate-50);border-color:var(--blr-color-slate-300)}[data-blr-component=login-form-divider]{color:var(--blr-color-slate-400);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:12px;font-size:12px;display:flex}[data-blr-component=login-form-divider]:before,[data-blr-component=login-form-divider]:after{content:"";background:var(--blr-color-slate-200);flex:1;height:1px}[data-blr-component=login-form-fields]{flex-direction:column;gap:14px;display:flex}[data-blr-component=login-form-field]{flex-direction:column;gap:6px;display:flex}[data-blr-component=login-form-label]{color:var(--blr-color-brand-primary,#1a2642);font-size:13px;font-weight:500}[data-blr-component=login-form-input]{border:1px solid var(--blr-color-slate-200);height:40px;color:var(--blr-color-brand-primary,#1a2642);box-sizing:border-box;background:0 0;border-radius:8px;outline:none;width:100%;padding:0 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}[data-blr-component=login-form-input]::placeholder{color:var(--blr-color-slate-400)}[data-blr-component=login-form-input]:focus{border-color:var(--blr-color-blue-600,#005fff);box-shadow:0 0 0 3px #005fff1a}[data-blr-component=login-form-password-wrapper]{position:relative}[data-blr-component=login-form-password-wrapper] [data-blr-component=login-form-input]{padding-right:40px}[data-blr-component=login-form-pw-toggle]{width:28px;height:28px;color:var(--blr-color-slate-400);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;transition:color .1s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}[data-blr-component=login-form-pw-toggle]:hover{color:var(--blr-color-slate-700)}[data-blr-component=login-form-forgot]{color:var(--blr-color-blue-600,#005fff);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;text-decoration:none}[data-blr-component=login-form-forgot]:hover{text-decoration:underline}[data-blr-component=login-form-remember]{color:var(--blr-color-slate-600);cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:8px;font-size:13px;display:flex}[data-blr-component=login-form-remember] input{width:16px;height:16px;accent-color:var(--blr-color-blue-600,#005fff);cursor:pointer}[data-blr-component=login-form-submit]{background:var(--blr-color-blue-600,#005fff);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:40px;padding:0 20px;font-family:inherit;font-size:14px;font-weight:500;transition:background-color .1s;display:flex}[data-blr-component=login-form-submit]:hover:not(:disabled){background:var(--blr-color-blue-700,#0050d4)}[data-blr-component=login-form-submit]:disabled{opacity:.6;cursor:not-allowed}[data-blr-component=login-form-spinner]{animation:.6s linear infinite blr-login-spin}@keyframes blr-login-spin{to{transform:rotate(360deg)}}[data-blr-component=login-form-footer]{text-align:center;color:var(--blr-color-slate-500);font-size:13px}[data-blr-component=login-form-footer] a{color:var(--blr-color-blue-600,#005fff);font-weight:500;text-decoration:none}[data-blr-component=login-form-footer] a:hover{text-decoration:underline}
