/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-300:oklch(87.2% .01 258.338);--spacing:.25rem;--container-md:28rem;--text-xs:.75rem;--text-xs--line-height:calc(1 / .75);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.visible{visibility:visible}.fixed{position:fixed}.sticky{position:sticky}.mt-8{margin-top:calc(var(--spacing) * 8)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.min-h-screen{min-height:100vh}.w-full{width:100%}.max-w-md{max-width:var(--container-md)}.resize{resize:both}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-4{gap:calc(var(--spacing) * 4)}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-none{--tw-border-style:none;border-style:none}.border-gray-300{border-color:var(--color-gray-300)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.p-4{padding:calc(var(--spacing) * 4)}.text-center{text-align:center}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.home-page{color:#1f2937;background:#f5f7fb;min-height:100vh}.home-nav{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border-bottom:1px solid #e8edf5;justify-content:space-between;align-items:center;padding:16px 32px;display:flex;position:sticky;top:0}.home-brand{align-items:center;gap:12px;display:flex}.home-logo{color:#fff;background:#1677ff;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-weight:700;display:inline-flex}.home-hero{background:linear-gradient(#fffc,#f5f7fb),repeating-linear-gradient(90deg,#1677ff0f 0,#1677ff0f 1px,#0000 1px,#0000 64px),repeating-linear-gradient(0deg,#1677ff0d 0,#1677ff0d 1px,#0000 1px,#0000 64px);border-bottom:1px solid #e8edf5;justify-content:center;align-items:center;min-height:520px;padding:80px 32px 96px;display:flex}.home-hero-content{width:min(100%,1180px)}.home-hero-copy{color:#4b5563;max-width:720px;margin:0;font-size:18px;line-height:1.8}.home-section{max-width:1180px;margin:0 auto;padding:56px 32px}.home-section-head{margin-bottom:24px}.home-feature-card{border:1px solid #e8edf5;border-radius:8px;height:100%;box-shadow:0 8px 24px #1f29370a}.home-feature-icon{color:#1677ff;background:#e8f2ff;border-radius:8px;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:inline-flex}.home-stack-section{border-top:1px solid #e8edf5;justify-content:space-between;align-items:center;gap:24px;display:flex}.home-stack-tag{background:#fff;border-radius:6px;padding:6px 12px;font-size:14px}.markdown-guide{color:#1f2937;font-size:14px;line-height:1.75}.markdown-guide h2{margin:0 0 16px;font-size:22px}.markdown-guide p{margin:0 0 12px}.markdown-guide ol{margin:0 0 16px;padding-left:22px}.markdown-guide li{margin-bottom:8px}.markdown-guide pre{background:#f5f7fb;border-radius:6px;margin:12px 0 16px;padding:12px;overflow:auto}.markdown-guide code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}@media(max-width:768px){.home-nav{padding:12px 16px}.home-hero{min-height:auto;padding:56px 20px 64px}.home-hero-copy{font-size:16px}.home-section{padding:40px 20px}.home-stack-section{flex-direction:column;align-items:flex-start}}.enhanced-table-shell{background:#fff;border:1px solid #f0f0f0;border-radius:6px;flex-direction:column;height:calc(100vh - 220px);min-height:420px;display:flex;position:relative;overflow:hidden}.enhanced-table-shell.is-compact{height:420px;min-height:320px}.enhanced-table-toolbar{background:#fff;border-bottom:1px solid #f0f0f0;justify-content:flex-end;align-items:center;min-height:48px;padding:8px 12px;display:flex}.enhanced-table-container{flex:1;min-height:0;overflow:hidden}.enhanced-table-container .ant-table-wrapper,.enhanced-table-container .ant-spin-nested-loading,.enhanced-table-container .ant-spin-container,.enhanced-table-container .ant-table{height:100%}.enhanced-table-container .ant-table-container{border-start-start-radius:0;border-start-end-radius:0}.enhanced-table-pagination{background:#fff;border-top:1px solid #f0f0f0;justify-content:flex-end;align-items:center;min-height:56px;padding:12px;display:flex}.enhanced-table-resizable-cell{position:relative!important}.enhanced-table-header-title{text-overflow:ellipsis;white-space:nowrap;padding-right:8px;overflow:hidden}.enhanced-table-resize-handle{z-index:2;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:none;width:8px;height:100%;position:absolute;top:0;right:-4px}.enhanced-table-resize-handle:after{content:"";background:0 0;width:1px;height:50%;position:absolute;top:25%;right:3px}.enhanced-table-resize-handle:hover:after,.enhanced-table-resize-handle.is-resizing:after{background:#1677ff}.enhanced-table-settings-row{cursor:grab;grid-template-columns:24px minmax(92px,1fr) 52px 132px;place-items:center;column-gap:8px;width:330px;display:grid}.enhanced-table-settings-head{cursor:default;font-weight:600}.enhanced-table-settings-drag{color:#8c8c8c;font-size:14px}.enhanced-table-settings-title{text-overflow:ellipsis;white-space:nowrap;text-align:center;width:100%;overflow:hidden}.log-page{flex-direction:column;gap:16px;height:100%;min-height:0;display:flex}.log-page-header{flex:none;justify-content:space-between;align-items:center;gap:12px;display:flex}.log-table-shell{flex-direction:column;flex:1;min-height:360px;display:flex;overflow:hidden}.log-table-wrap{flex:1;min-height:0;overflow:hidden}.log-pagination{flex:none;justify-content:flex-end;padding-top:12px;display:flex}.resizable-column-cell{position:relative}.resizable-column-header{align-items:center;width:100%;min-width:0;display:flex}.resizable-column-title{flex:1;min-width:0}.resizable-column-handle{cursor:col-resize;touch-action:none;z-index:3;width:14px;height:100%;position:absolute;top:0;right:-7px}.resizable-column-handle-line{background:0 0;width:1px;transition:background-color .2s;position:absolute;top:8px;bottom:8px;left:7px;transform:translate(-50%)}.resizable-column-handle:hover .resizable-column-handle-line,.resizable-column-handle.is-resizing .resizable-column-handle-line{background:#1677ff}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
