@charset "UTF-8";:root{--ot-blue-50: #eef9fe;--ot-blue-100: #d4effb;--ot-blue-200: #a9dff6;--ot-blue-300: #7acdf0;--ot-blue-400: #4fbbe9;--ot-blue-500: #27aae1;--ot-blue-600: #1b8cbc;--ot-blue-700: #166f96;--ot-blue-800: #125271;--ot-blue-900: #0d3a50;--ot-brand: var(--ot-blue-500);--ot-brand-strong: var(--ot-blue-600);--ot-brand-ink: #ffffff;--ot-gray-0: #ffffff;--ot-gray-25: #fcfcfd;--ot-gray-50: #f7f8fa;--ot-gray-100: #eff1f4;--ot-gray-200: #e2e6eb;--ot-gray-300: #cbd2da;--ot-gray-400: #a2adba;--ot-gray-500: #75828f;--ot-gray-600: #566270;--ot-gray-700: #3e4854;--ot-gray-800: #2a323b;--ot-gray-900: #171c22;--ot-bg: var(--ot-gray-50);--ot-surface: var(--ot-gray-0);--ot-surface-alt: var(--ot-gray-25);--ot-surface-sunken: var(--ot-gray-100);--ot-border: var(--ot-gray-200);--ot-border-strong: var(--ot-gray-300);--ot-rule: var(--ot-gray-100);--ot-text: var(--ot-gray-900);--ot-text-muted: var(--ot-gray-600);--ot-text-subtle: var(--ot-gray-500);--ot-text-inverse: var(--ot-gray-0);--ot-success: #1e9e62;--ot-success-bg: #e7f6ee;--ot-warning: #b8760a;--ot-warning-bg: #fdf3e0;--ot-danger: #c9393c;--ot-danger-bg: #fdecec;--ot-info: var(--ot-blue-600);--ot-info-bg: var(--ot-blue-50);--ot-neutral-bg: var(--ot-gray-100);--ot-pending: #7c5cd6;--ot-pending-bg: #f1edfc;--ot-font: Nunito, "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;--ot-font-mono: "Cascadia Mono", "SF Mono", Consolas, "Liberation Mono", monospace;--ot-fs-xs: 10.5px;--ot-fs-sm: 11.5px;--ot-fs-base: 13px;--ot-fs-md: 14px;--ot-fs-lg: 16px;--ot-fs-xl: 20px;--ot-lh-tight: 1.25;--ot-lh-base: 1.45;--ot-space-0: 0;--ot-space-1: 2px;--ot-space-2: 4px;--ot-space-3: 6px;--ot-space-4: 8px;--ot-space-5: 12px;--ot-space-6: 16px;--ot-space-7: 24px;--ot-space-8: 32px;--ot-row-h: 26px;--ot-row-h-comfortable: 34px;--ot-control-h: 26px;--ot-header-h: 28px;--ot-modulebar-h: 40px;--ot-toolbar-h: 34px;--ot-radius-sm: 2px;--ot-radius: 3px;--ot-radius-md: 5px;--ot-radius-lg: 8px;--ot-shadow-sm: 0 1px 2px rgb(23 28 34 / 8%);--ot-shadow: 0 2px 6px rgb(23 28 34 / 10%);--ot-shadow-lg: 0 8px 28px rgb(23 28 34 / 16%);--ot-focus-ring: 0 0 0 2px var(--ot-blue-200);--ot-z-drawer: 900;--ot-z-palette: 1000;--ot-z-toast: 1100;--ot-transition: .12s ease}@media(max-width:768px){:root{--ot-row-h: 44px;--ot-row-h-comfortable: 48px;--ot-control-h: 44px;--ot-toolbar-h: 52px;--ot-fs-base: 14px}}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--ot-bg);color:var(--ot-text);font-family:var(--ot-font);font-size:var(--ot-fs-base);line-height:var(--ot-lh-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4{margin:0;font-weight:600;line-height:var(--ot-lh-tight)}h1{font-size:var(--ot-fs-xl)}h2{font-size:var(--ot-fs-lg)}h3{font-size:var(--ot-fs-md)}h4{font-size:var(--ot-fs-base)}p{margin:0 0 var(--ot-space-4)}a{color:var(--ot-brand-strong);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--ot-blue-500);outline-offset:1px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--ot-gray-300);border:2px solid transparent;background-clip:content-box;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--ot-gray-400);background-clip:content-box}.ot-input,.ot-select,.ot-textarea{width:100%;min-height:var(--ot-control-h);padding:0 var(--ot-space-3);border:1px solid var(--ot-border-strong);border-radius:var(--ot-radius);background:var(--ot-surface);color:var(--ot-text);font-family:inherit;font-size:var(--ot-fs-base);line-height:var(--ot-lh-tight);transition:border-color var(--ot-transition),box-shadow var(--ot-transition)}.ot-textarea{padding:var(--ot-space-3);min-height:64px;resize:vertical}.ot-input:hover,.ot-select:hover,.ot-textarea:hover{border-color:var(--ot-gray-400)}.ot-input:focus,.ot-select:focus,.ot-textarea:focus{outline:none;border-color:var(--ot-brand);box-shadow:var(--ot-focus-ring)}.ot-input:disabled,.ot-select:disabled,.ot-textarea:disabled{background:var(--ot-gray-100);color:var(--ot-text-subtle);cursor:not-allowed}.ot-input::placeholder{color:var(--ot-gray-400)}.ot-label{display:block;margin-bottom:var(--ot-space-1);color:var(--ot-text-muted);font-size:var(--ot-fs-sm);font-weight:600;letter-spacing:.02em;text-transform:uppercase}.ot-field{display:block;min-width:0}.ot-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--ot-space-2);min-height:var(--ot-control-h);padding:0 var(--ot-space-5);border:1px solid var(--ot-border-strong);border-radius:var(--ot-radius);background:var(--ot-surface);color:var(--ot-text);font-family:inherit;font-size:var(--ot-fs-base);font-weight:600;white-space:nowrap;cursor:pointer;transition:background var(--ot-transition),border-color var(--ot-transition)}.ot-btn:hover:not(:disabled){background:var(--ot-gray-100)}.ot-btn:disabled{opacity:.55;cursor:not-allowed}.ot-btn--primary{background:var(--ot-brand);border-color:var(--ot-brand);color:var(--ot-brand-ink)}.ot-btn--primary:hover:not(:disabled){background:var(--ot-brand-strong);border-color:var(--ot-brand-strong)}.ot-btn--danger{background:var(--ot-danger);border-color:var(--ot-danger);color:var(--ot-gray-0)}.ot-btn--ghost{background:transparent;border-color:transparent;color:var(--ot-text-muted)}.ot-btn--ghost:hover:not(:disabled){background:var(--ot-gray-100);color:var(--ot-text)}.ot-btn--sm{min-height:22px;padding:0 var(--ot-space-3);font-size:var(--ot-fs-sm)}@media(max-width:768px){.ot-btn--sm{min-height:44px;padding:0 var(--ot-space-5)}}.ot-chip{display:inline-flex;align-items:center;gap:var(--ot-space-2);height:20px;padding:0 var(--ot-space-3);border:1px solid var(--ot-border);border-radius:10px;background:var(--ot-gray-100);color:var(--ot-text-muted);font-size:var(--ot-fs-sm);font-weight:600;white-space:nowrap}.ot-pill{display:inline-flex;align-items:center;height:18px;padding:0 var(--ot-space-3);border-radius:9px;background:var(--ot-neutral-bg);color:var(--ot-text-muted);font-size:var(--ot-fs-sm);font-weight:700;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.ot-pill--success{background:var(--ot-success-bg);color:var(--ot-success)}.ot-pill--warning{background:var(--ot-warning-bg);color:var(--ot-warning)}.ot-pill--danger{background:var(--ot-danger-bg);color:var(--ot-danger)}.ot-pill--info{background:var(--ot-info-bg);color:var(--ot-info)}.ot-pill--pending{background:var(--ot-pending-bg);color:var(--ot-pending)}.ot-panel{background:var(--ot-surface);border:1px solid var(--ot-border);border-radius:var(--ot-radius-md);box-shadow:var(--ot-shadow-sm)}.ot-toolbar{display:flex;align-items:center;gap:var(--ot-space-3);min-height:var(--ot-toolbar-h);padding:0 var(--ot-space-4);background:var(--ot-surface);border-bottom:1px solid var(--ot-border)}.ot-page{display:flex;flex-direction:column;height:100%;min-height:0;padding:var(--ot-space-5);gap:var(--ot-space-5)}.ot-muted{color:var(--ot-text-muted)}.ot-numeric{font-variant-numeric:tabular-nums;text-align:right}.ot-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ot-visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.ot-void{color:var(--ot-text-subtle);background:var(--ot-gray-50);text-decoration-color:var(--ot-gray-400)}
