@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--brand-primary: #5a4e3e;--brand-secondary: #6b5d4a;--brand-accent: #ec4899;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--gray-950: #030712;--success: #10b981;--success-light: #d1fae5;--warning: #f59e0b;--warning-light: #fef3c7;--error: #ef4444;--error-light: #fee2e2;--info: #3b82f6;--info-light: #dbeafe;--bg-base: #d3cbba;--bg-surface: #ffffff;--bg-elevated: #ffffff;--bg-muted: #e8e2d6;--bg-header: #d3cbba;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--border-default: #c5baa8;--border-muted: #e8e2d6;--shadow-xs: 0 1px 2px rgba(0,0,0,.04);--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.08), 0 2px 4px -2px rgba(0,0,0,.04);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.08), 0 4px 6px -4px rgba(0,0,0,.04);--topbar-height: 56px;--sidebar-width: 240px;--sidebar-width-collapsed: 64px;--demo-banner-height: 45px;--radius-sm: 4px;--radius-md: 6px;--radius-lg: 8px;--radius-xl: 12px}html[data-theme=dark]{--bg-base: #0a0a0a;--bg-surface: #141414;--bg-elevated: #1f1f1f;--bg-muted: #1f1f1f;--bg-header: #141414;--text-primary: #ffffff;--text-secondary: #a3a3a3;--text-muted: #666666;--border-default: #303030;--border-muted: #1f1f1f;--shadow-xs: 0 1px 2px rgba(0,0,0,.6);--shadow-sm: 0 1px 3px rgba(0,0,0,.6), 0 1px 2px rgba(0,0,0,.4);--shadow-md: 0 4px 6px -1px rgba(0,0,0,.7), 0 2px 4px -2px rgba(0,0,0,.6);--shadow-lg: 0 10px 15px -3px rgba(0,0,0,.8), 0 4px 6px -4px rgba(0,0,0,.7);--success-light: rgba(16, 185, 129, .2);--warning-light: rgba(245, 158, 11, .2);--error-light: rgba(239, 68, 68, .2);--info-light: rgba(59, 130, 246, .2)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.5;color:var(--text-primary);background:var(--bg-base);min-height:100vh}#app{min-height:100vh}.app-layout{display:flex;flex-direction:column;min-height:100vh}.app-body{display:flex;flex:1;padding-top:var(--topbar-height)}.sidebar-collapsed~.app-main,.sidebar.sidebar-collapsed+.app-main{margin-left:var(--sidebar-width-collapsed)}.app-main{flex:1;min-width:0;margin-left:var(--sidebar-width);transition:margin-left .2s ease}.app-content{padding:24px;max-width:1400px}@media (max-width: 768px){.app-main{margin-left:0}.app-content{padding:16px}}.demo-banner{background:linear-gradient(135deg,var(--brand-primary) 0%,var(--brand-secondary) 100%);color:#fff;padding:10px 20px;font-size:13px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;position:fixed;top:0;left:0;right:0;z-index:1001;min-height:40px;box-sizing:border-box}.demo-banner-icon{width:16px;height:16px;flex-shrink:0;opacity:.9}.demo-banner span{line-height:1.4}.demo-banner button{background:#fff3;border:1px solid rgba(255,255,255,.3);color:#fff;padding:6px 14px;border-radius:var(--radius-md);font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap;line-height:1;flex-shrink:0}.demo-banner button:hover{background:#ffffff4d;border-color:#ffffff80}@media (max-width: 600px){.demo-banner{padding:8px 12px;font-size:12px;gap:8px}.demo-banner button{padding:5px 10px;font-size:11px}}.topbar{position:fixed;top:0;left:0;right:0;height:var(--topbar-height);background:var(--bg-header, var(--bg-surface));border-bottom:1px solid var(--border-default);z-index:1000;box-shadow:var(--shadow-xs)}.demo-banner+.topbar{top:var(--demo-banner-height)}.demo-banner~.app-body{padding-top:calc(var(--topbar-height) + var(--demo-banner-height))}.topbar-content{display:flex;align-items:center;justify-content:space-between;height:100%;padding:8px 16px;gap:16px}.topbar-left{display:flex;align-items:center;gap:12px}.topbar-menu-btn{width:36px!important;height:36px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:var(--radius-md)!important;color:var(--text-secondary)!important}.topbar-menu-btn:hover{background:var(--bg-muted)!important;color:var(--text-primary)!important}.topbar-brand{display:flex;align-items:center;gap:10px}.topbar-logo{width:32px;height:32px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:12px;letter-spacing:-.5px}.topbar-brand h4{font-size:16px!important;font-weight:600!important;letter-spacing:-.3px;background:linear-gradient(135deg,var(--brand-primary),var(--brand-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.topbar-right{display:flex;align-items:center;gap:12px}.topbar-theme-btn{width:36px!important;height:36px!important;padding:0!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:var(--radius-md)!important;color:var(--text-secondary)!important}.topbar-theme-btn:hover{background:var(--bg-muted)!important;color:var(--brand-primary)!important}.status-pills{display:flex;gap:8px}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:var(--bg-muted);border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:11px;font-weight:500;color:var(--text-secondary);white-space:nowrap}.status-dot{width:6px;height:6px;border-radius:50%;background:var(--text-muted);flex-shrink:0}.status-pill.status-ok .status-dot{background:var(--success);box-shadow:0 0 6px var(--success)}.status-pill.status-off .status-dot{background:var(--error)}.status-label{color:var(--text-muted);font-weight:400}.status-value{color:var(--text-primary);font-weight:600}.status-detail{color:var(--text-muted);font-weight:400;max-width:120px;overflow:hidden;text-overflow:ellipsis}@media (max-width: 768px){.status-pills{display:none}}.sidebar{position:fixed;top:var(--topbar-height);left:0;bottom:0;width:var(--sidebar-width);background:var(--bg-surface);border-right:1px solid var(--border-default);padding:12px;overflow-y:auto;z-index:100;transition:all .2s ease}.demo-banner~.app-body .sidebar{top:calc(var(--topbar-height) + var(--demo-banner-height))}.sidebar-collapsed{width:var(--sidebar-width-collapsed)}.sidebar-nav{display:flex;flex-direction:column;gap:4px}.sidebar-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border:none;background:transparent;border-radius:var(--radius-md);cursor:pointer;font-size:13px;font-weight:500;color:var(--text-secondary);text-align:left;width:100%;transition:all .2s ease}.sidebar-item:hover{background:var(--bg-muted);color:var(--text-primary)}.sidebar-item-active{background:var(--brand-primary)!important;color:#fff!important;box-shadow:var(--shadow-sm)}.sidebar-icon{font-size:16px;width:20px;text-align:center;flex-shrink:0}.sidebar-label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-collapsed .sidebar-item{justify-content:flex-start;padding:10px}.sidebar-collapsed .sidebar-label{display:none}@media (max-width: 768px){.sidebar{display:none}}.grid{display:flex;flex-direction:column;gap:20px}.section{background:var(--bg-surface);border:1px solid var(--border-default);border-radius:var(--radius-xl);padding:20px;box-shadow:var(--shadow-sm)}.section h4{font-size:15px;font-weight:600;color:var(--text-primary);margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border-muted)}.ant-card{border-radius:var(--radius-lg)!important;border-color:var(--border-default)!important;box-shadow:var(--shadow-xs)!important}html[data-theme=dark] .ant-card{background:var(--bg-surface)!important}.ant-card-head{border-bottom-color:var(--border-default)!important;padding:12px 16px!important;min-height:auto!important}.ant-card-head-title{font-size:14px!important;font-weight:600!important}.ant-card-body{padding:16px!important}.ant-table{border-radius:var(--radius-lg)!important;overflow:hidden}.ant-table-thead>tr>th{font-weight:600!important;font-size:11px!important;text-transform:uppercase!important;letter-spacing:.04em!important;padding:10px 12px!important;background:var(--bg-muted)!important;border-bottom:1px solid var(--border-default)!important}.ant-table-tbody>tr>td{padding:10px 12px!important;font-size:13px!important}html[data-theme=dark] .ant-table-thead>tr>th{background:var(--bg-elevated)!important;color:var(--text-secondary)!important}html[data-theme=dark] .ant-table-tbody>tr>td{border-bottom-color:var(--border-default)!important}html[data-theme=dark] .ant-table-tbody>tr:hover>td{background:var(--bg-muted)!important}.ant-btn{border-radius:var(--radius-md)!important;font-weight:500!important;font-size:13px!important;height:32px!important;padding:0 12px!important;box-shadow:none!important}.ant-btn-sm{height:28px!important;padding:0 10px!important;font-size:12px!important}.ant-btn-primary{background:var(--brand-primary)!important;border-color:var(--brand-primary)!important}.ant-btn-primary:hover{background:var(--brand-secondary)!important;border-color:var(--brand-secondary)!important}.ant-input,.ant-input-affix-wrapper,.ant-select-selector,.ant-picker{border-radius:var(--radius-md)!important;font-size:13px!important}.ant-input,.ant-input-affix-wrapper{padding:6px 10px!important}.ant-input:focus,.ant-input-focused,.ant-input-affix-wrapper:focus,.ant-input-affix-wrapper-focused,.ant-select-focused .ant-select-selector,.ant-picker-focused{border-color:var(--brand-primary)!important;box-shadow:0 0 0 2px #5a4e3e26!important}html[data-theme=dark] .ant-input,html[data-theme=dark] .ant-input-affix-wrapper,html[data-theme=dark] .ant-select-selector,html[data-theme=dark] .ant-picker{background:var(--bg-elevated)!important;border-color:var(--border-default)!important;color:var(--text-primary)!important}html[data-theme=dark] .ant-input::placeholder,html[data-theme=dark] .ant-select-selection-placeholder{color:var(--text-muted)!important}.ant-switch{min-width:36px!important;height:20px!important}.ant-switch-checked{background:var(--brand-primary)!important}.ant-form-item{margin-bottom:16px!important}.ant-form-item-label>label{font-size:12px!important;font-weight:500!important;color:var(--text-secondary)!important}.ant-typography{color:var(--text-primary)!important}h1.ant-typography,h2.ant-typography,h3.ant-typography,h4.ant-typography,h5.ant-typography{color:var(--text-primary)!important;font-weight:600!important;letter-spacing:-.02em!important;margin:0!important}html[data-theme=dark] .ant-modal-content{background:var(--bg-surface)!important;border:1px solid var(--border-default)}html[data-theme=dark] .ant-modal-header{background:var(--bg-surface)!important;border-bottom-color:var(--border-default)!important}html[data-theme=dark] .ant-modal-title{color:var(--text-primary)!important}html[data-theme=dark] .ant-modal-close-x{color:var(--text-secondary)!important}html[data-theme=dark] .ant-select-dropdown{background:var(--bg-surface)!important;border:1px solid var(--border-default)}html[data-theme=dark] .ant-select-item{color:var(--text-primary)!important;font-size:13px!important}html[data-theme=dark] .ant-select-item-option-active:not(.ant-select-item-option-disabled){background:var(--bg-muted)!important}html[data-theme=dark] .ant-select-item-option-selected:not(.ant-select-item-option-disabled){background:var(--brand-primary)!important;color:#fff!important}html[data-theme=dark] .ant-picker-panel-container{background:var(--bg-surface)!important;border:1px solid var(--border-default)}html[data-theme=dark] .ant-picker-header,html[data-theme=dark] .ant-picker-content th{color:var(--text-secondary)!important}html[data-theme=dark] .ant-picker-cell{color:var(--text-primary)!important}html[data-theme=dark] .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{background:var(--brand-primary)!important}html[data-theme=dark] .ant-message-notice-content{background:var(--bg-surface)!important;color:var(--text-primary)!important;border:1px solid var(--border-default);box-shadow:var(--shadow-lg)!important}.ant-divider{border-color:var(--border-default)!important;margin:16px 0!important}.ant-spin-dot-item{background:var(--brand-primary)!important}html[data-theme=dark] .ant-empty-description{color:var(--text-muted)!important}.ant-space{flex-wrap:wrap}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#424242}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#5a5a5a}.text-muted{color:var(--text-muted)!important}.text-success{color:var(--success)!important}.text-error{color:var(--error)!important}.font-mono{font-family:SF Mono,Consolas,Monaco,monospace!important;font-size:12px!important}code{font-family:SF Mono,Consolas,Monaco,monospace;font-size:12px;background:var(--bg-muted);padding:2px 6px;border-radius:var(--radius-sm);color:var(--brand-primary)}.status-pills{display:flex;gap:8px;align-items:center}.status-pill{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;background:var(--bg-muted);border:1px solid var(--border-default);border-radius:var(--radius-md);font-size:11px;height:24px}.status-dot{width:7px;height:7px;border-radius:50%;background:var(--gray-400)}.status-ok .status-dot{background:#52c41a;box-shadow:0 0 4px #52c41a}.status-off .status-dot{background:#ff4d4f}.status-label{color:var(--text-muted)}.status-value{font-weight:700;color:var(--text-primary)}html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}@-ms-viewport{width:device-width}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}
