*{margin:0;padding:0;box-sizing:border-box}body{font-size:14px;color:#262626;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}[data-theme=dark]{color-scheme:dark}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f5f5f5}.login-card{width:100%;max-width:400px;border-radius:8px;box-shadow:0 1px 4px #00000014}.login-header{text-align:center;margin-bottom:32px}.login-logo{width:48px;height:48px;margin:0 auto 16px;background:#1890ff;border-radius:8px}.login-header .ant-typography{margin-bottom:4px}.login-subtitle{margin:0;color:#595959;font-size:14px}.app-layout{display:flex;min-height:100vh}.app-main{flex:1;display:flex;flex-direction:column;min-width:0}.app-content{flex:1;padding:24px;overflow:auto}.app-layout.theme-light .app-content{background:#f5f5f5}.app-layout.theme-dark .app-content{background:#141414}.app-content-card{border-radius:8px!important;min-height:100%}.app-layout.theme-light .app-content-card{background:#fff}.app-layout.theme-dark .app-content-card{background:#1f1f1f}.app-layout.theme-dark .app-content-card .ant-card-body{background:#1f1f1f;color:#ffffffd9}.app-sidebar{width:220px;min-width:220px;transition:width .2s,min-width .2s}.app-sidebar.collapsed{width:80px;min-width:80px}.app-sidebar.theme-light{background:#fff;border-right:1px solid #f0f0f0}.app-sidebar.theme-light .sidebar-menu{background:transparent!important;border:none!important;color:#262626}.app-sidebar .ant-menu-item .anticon,.app-sidebar .ant-menu-submenu-title .anticon{font-size:20px}.app-sidebar .ant-menu-item,.app-sidebar .ant-menu-submenu-title{height:44px!important;line-height:44px!important}.app-sidebar .ant-menu-sub .ant-menu-item{height:40px!important;line-height:40px!important}.app-sidebar .ant-menu-sub .ant-menu-item .anticon{font-size:18px}.app-sidebar.theme-light .ant-menu-item,.app-sidebar.theme-light .ant-menu-submenu-title{color:#595959!important}.app-sidebar.theme-light .ant-menu-item:hover,.app-sidebar.theme-light .ant-menu-submenu-title:hover,.app-sidebar.theme-light .ant-menu-item-selected{color:#1890ff!important;background:#e6f7ff!important}.app-sidebar.theme-light .ant-menu-sub .ant-menu-item{color:#595959!important}.app-sidebar.theme-light .ant-menu-sub .ant-menu-item-selected{color:#1890ff!important;background:#e6f7ff!important}.app-sidebar.theme-dark{background:#141414;color:#ffffffd9;border-right:1px solid #303030}.app-sidebar.theme-dark .sidebar-menu{background:transparent!important;border:none!important;color:#ffffffd9}.app-sidebar.theme-dark .ant-menu-item,.app-sidebar.theme-dark .ant-menu-submenu-title{color:#ffffffa6!important}.app-sidebar.theme-dark .ant-menu-item:hover,.app-sidebar.theme-dark .ant-menu-submenu-title:hover{color:#fff!important}.app-sidebar.theme-dark .ant-menu-item-selected{color:#fff!important;background:#1890ff!important}.app-sidebar.theme-dark .ant-menu-sub .ant-menu-item{color:#ffffffa6!important}.app-sidebar.theme-dark .ant-menu-sub .ant-menu-item-selected{color:#fff!important;background:#1890ff!important}.sidebar-brand{display:flex;align-items:center;justify-content:center;gap:12px;height:56px;padding:0 16px;flex-shrink:0;border-bottom:1px solid #f0f0f0}.app-sidebar.theme-dark .sidebar-brand{border-bottom-color:#ffffff1a}.sidebar-brand .brand-logo{flex-shrink:0}.sidebar-brand .brand-logo .logo-placeholder{width:36px;height:36px;background:#1890ff!important;border-radius:6px}.sidebar-brand .brand-text{font-size:18px;font-weight:600;color:#262626;white-space:nowrap;overflow:hidden;transition:opacity .2s}.app-sidebar.theme-dark .sidebar-brand .brand-text{color:#ffffffd9}.app-sidebar.collapsed .sidebar-brand{justify-content:center;padding:0}.app-sidebar.collapsed .sidebar-brand .brand-text{opacity:0;width:0;padding:0;overflow:hidden}.app-sidebar.collapsed .ant-menu-item:has(.anticon) .ant-menu-title-content,.app-sidebar.collapsed .ant-menu-submenu-title .ant-menu-title-content{display:none}.app-sidebar.collapsed .ant-menu-item:not(:has(.anticon)) .ant-menu-title-content{display:block!important;font-size:12px;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-sidebar.collapsed .ant-menu-item,.app-sidebar.collapsed .ant-menu-submenu-title{display:flex!important;justify-content:center!important;padding-inline-start:0!important}.app-sidebar.collapsed .ant-menu-item:not(:has(.anticon)){flex-wrap:wrap;justify-content:center!important;padding-inline:8px!important}.app-sidebar.collapsed .ant-menu-sub .ant-menu-item{padding-inline-start:0!important;justify-content:center!important}.app-header{height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 24px;border-bottom:1px solid #e8e8e8}.app-layout.theme-light .app-header{background:#fff;border-bottom-color:#e8e8e8}.app-layout.theme-dark .app-header{background:#141414;border-bottom-color:#303030}.header-left{display:flex;align-items:center;gap:16px}.sidebar-toggle-btn{color:#595959;font-size:18px}.sidebar-toggle-btn:hover{color:#1890ff}.app-layout.theme-dark .sidebar-toggle-btn{color:#ffffffa6}.app-layout.theme-dark .sidebar-toggle-btn:hover{color:#40a9ff}.breadcrumb .ant-breadcrumb-link{color:#595959}.app-layout.theme-dark .breadcrumb .ant-breadcrumb-link{color:#ffffffa6}.breadcrumb .current,.breadcrumb .current .ant-breadcrumb-link{color:#262626}.app-layout.theme-dark .breadcrumb .current,.app-layout.theme-dark .breadcrumb .current .ant-breadcrumb-link{color:#ffffffd9}.header-right .header-icon{font-size:18px;color:#595959;cursor:pointer}.app-layout.theme-dark .header-right .header-icon{color:#ffffffa6}.header-right .header-icon:hover,.app-layout.theme-dark .header-right .header-icon:hover{color:#40a9ff}.theme-toggle{color:#595959}.app-layout.theme-dark .theme-toggle{color:#ffffffa6}.theme-toggle:hover{color:#1890ff!important}.user-info{display:flex;align-items:center;gap:8px;cursor:pointer}.user-name{font-size:14px;color:#262626}.app-layout.theme-dark .user-name{color:#ffffffd9}.erp-link{font-size:14px;color:#1890ff;cursor:pointer}.save-btn.ant-btn-primary{background:#52c41a!important;border-color:#52c41a!important;box-shadow:none!important}.save-btn.ant-btn-primary:hover{background:#73d13d!important;border-color:#73d13d!important;box-shadow:none!important}.profile-page,.account-settings-page,.change-password-page{padding:0}.profile-page .ant-typography,.account-settings-page .ant-typography,.change-password-page .ant-typography{margin-bottom:16px}.profile-page .content-card,.account-settings-page .content-card,.change-password-page .content-card{margin-top:0}.logout-page{padding:48px 24px}.parameter-template-page{padding:0}.template-content-placeholder{padding:48px 24px;text-align:center;color:#595959}.template-content-placeholder .placeholder-hint{margin-top:8px;font-size:13px;color:#bfbfbf}.app-layout.theme-dark .template-content-placeholder{color:#ffffffa6}.app-layout.theme-dark .template-content-placeholder .placeholder-hint{color:#ffffff73}.template-tabs-row{margin-bottom:16px}.template-tabs-row .ant-tabs-nav{margin-bottom:0}.main-tabs .ant-tabs-tab{padding:12px 16px}.sub-tabs-row .ant-tabs-tab{padding:8px 12px}.template-actions-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:16px 0;border-bottom:1px solid #f0f0f0}.app-layout.theme-dark .template-actions-row{border-bottom-color:#303030}.action-label{font-size:14px;color:#262626}.app-layout.theme-dark .action-label{color:#ffffffd9}.parameter-list-wrapper{background:#fafafa;border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;max-height:calc(100vh - 380px);overflow-y:auto}.app-layout.theme-dark .parameter-list-wrapper{background:#141414;border-color:#303030}.parameter-list-header,.parameter-row{display:grid;grid-template-columns:40px 1fr 140px 1fr 120px 140px;gap:16px;align-items:center;padding:12px 16px}.parameter-list-header{background:#f5f5f5;font-weight:500;color:#595959;font-size:14px}.app-layout.theme-dark .parameter-list-header{background:#1f1f1f;color:#ffffffa6}.parameter-row{background:#fff;border-bottom:1px solid #f0f0f0}.parameter-row.is-dragging{background:#fff;box-shadow:0 2px 8px #0000001a;z-index:1}.app-layout.theme-dark .parameter-row{background:#1f1f1f;border-bottom-color:#303030}.app-layout.theme-dark .parameter-row.is-dragging{background:#1f1f1f;box-shadow:0 2px 8px #0000004d}.parameter-row:last-child{border-bottom:none}.col-drag{display:flex;align-items:center;justify-content:center}.drag-handle{color:#bfbfbf;cursor:grab;font-size:16px}.drag-handle:hover{color:#595959}.info-icon{color:#1890ff;cursor:pointer;font-size:14px}.info-icon:hover{color:#40a9ff}
