html,body,#app{height:100%;margin:0;overflow:hidden}body{background:#f3f6fb;color:#1f2937;font-family:Inter,Microsoft YaHei,Arial,sans-serif}*{box-sizing:border-box}.login-shell{display:grid;min-height:100%;place-items:center;padding:24px;background:#f3f6fb;overflow:auto}.login-panel{width:min(420px,100%);border:1px solid #e5e7eb;border-radius:8px;background:#fff;padding:28px;box-shadow:0 18px 60px #1f29371f}.login-title{margin:0 0 22px;font-size:22px;font-weight:650}.captcha-row{display:grid;grid-template-columns:minmax(0,1fr) 118px;gap:10px}.captcha-img{height:40px;width:118px;cursor:pointer;border:1px solid #dcdfe6;border-radius:4px}.config-shell{--sidebar-width: 200px;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);height:100%;min-height:0;background:#f3f6fb;transition:grid-template-columns .2s ease;overflow:hidden}.config-shell.is-collapsed{--sidebar-width: 64px}.app-sidebar{min-width:0;height:100%;background:#1a1f2e;color:#bfcbd9;box-shadow:2px 0 8px #0000002e;overflow:hidden}.sidebar-logo{display:flex;align-items:center;height:50px;padding:0 18px;gap:10px;overflow:hidden;white-space:nowrap}.sidebar-logo-mark{display:grid;flex:0 0 28px;width:28px;height:28px;place-items:center;border-radius:8px;background:linear-gradient(135deg,#36d1dc,#409eff);color:#fff;font-size:14px;font-weight:700}.sidebar-logo-text{color:#fff;font-size:14px;font-weight:700}.config-shell.is-collapsed .sidebar-logo{justify-content:center;padding:0}.config-shell.is-collapsed .sidebar-logo-text{display:none}.side-menu{width:100%;border-right:0}.side-menu.el-menu--collapse{width:64px}.side-menu .el-menu-item{height:44px;line-height:44px}.side-menu .el-menu-item.is-active{position:relative;background:#409eff2e!important}.side-menu .el-menu-item.is-active:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;background:#409eff}.side-menu .el-menu-item:hover{background:#ffffff0f!important}.app-main{display:flex;min-width:0;min-height:0;flex-direction:column;overflow:hidden}.app-navbar{display:flex;align-items:center;justify-content:space-between;height:50px;padding:0 16px;flex:0 0 auto;border-bottom:1px solid #e8eaf0;background:#fff;box-shadow:0 1px 4px #00152914}.navbar-left,.navbar-right{display:flex;align-items:center;min-width:0}.navbar-right{gap:8px}.hamburger-btn{display:grid;width:34px;height:34px;margin-right:10px;padding:0;place-items:center;border:0;background:transparent;color:#303133;cursor:pointer;transition:background .2s}.hamburger-btn:hover{background:#f5f7fa}.breadcrumb-lite{display:flex;align-items:center;gap:8px;min-width:0;color:#8a94a6;font-size:14px}.breadcrumb-lite strong{color:#303133;font-weight:500}.navbar-user{color:#303133;font-size:14px;font-weight:600}.tag-strip{display:flex;align-items:center;height:36px;padding:0 16px;flex:0 0 auto;border-bottom:1px solid #e8eaf0;background:#fff}.tag-item{display:inline-flex;align-items:center;height:26px;padding:0 12px;border-radius:4px;color:#606266;font-size:13px}.tag-item.is-active{background:#409eff;color:#fff}.tag-item.is-active:before{content:"";width:6px;height:6px;margin-right:6px;border-radius:50%;background:currentColor}.workspace{display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px;min-height:0;flex:1 1 auto;padding:16px;overflow:hidden}.unit-tree-panel,.detail-header,.content-card{border:1px solid #e5e7eb;border-radius:8px;background:#fff}.unit-tree-panel{display:flex;min-height:0;flex-direction:column;padding:16px;overflow:hidden}.panel-title-row,.card-head,.detail-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.panel-title-row{margin-bottom:14px}.panel-title-row h2,.card-head h2,.detail-header h1{margin:0;color:#1f2937;font-weight:700}.panel-title-row h2,.card-head h2{font-size:16px}.panel-title-row p,.detail-header p,.card-hint,.field-help{margin:5px 0 0;color:#8a94a6;font-size:13px}.create-unit-btn{width:100%;margin-bottom:14px}.unit-tree{--el-tree-node-hover-bg-color: #f5f7fa;--el-tree-node-content-height: 34px;min-height:0;flex:1 1 auto;overflow:auto}.unit-tree .el-tree-node__content{border-radius:4px}.unit-tree .el-tree-node.is-current>.el-tree-node__content{background:#eaf3ff;color:#409eff}.unit-tree-node{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:0;padding-right:8px;gap:8px}.unit-tree-node span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.unit-tree-actions{display:inline-flex;align-items:center;flex:0 0 auto;gap:8px}.unit-tree-actions em{flex:0 0 auto;color:#8a94a6;font-size:12px;font-style:normal}.drag-handle{color:#9aa4b2;cursor:grab;opacity:.75}.drag-handle:hover{color:#409eff;opacity:1}.unit-detail{display:flex;height:100%;min-width:0;min-height:0;flex-direction:column;gap:16px;overflow-y:auto;overflow-x:hidden;padding-right:2px}.detail-header{min-height:96px;padding:18px 22px}.detail-header h1{font-size:22px;line-height:1.25}.detail-header-meta{display:flex;align-items:center;flex:0 0 auto;gap:14px}.type-badge{display:inline-flex;align-items:center;justify-content:center;min-width:72px;height:28px;padding:0 10px;border:1px solid #d9ecff;border-radius:4px;background:#ecf5ff;color:#409eff;font-size:13px;font-weight:600}.content-card{padding:18px 18px 4px}.card-head{margin-bottom:16px}.card-hint{margin:0;text-align:right}.admin-form :where(.el-input,.el-select){width:100%}.admin-form .readonly-input .el-input__wrapper,.admin-form .el-input.is-disabled .el-input__wrapper{background-color:#f5f7fa;box-shadow:0 0 0 1px #e4e7ed inset}.admin-form .readonly-input .el-input__inner,.admin-form .el-input.is-disabled .el-input__inner{color:#7b8494;cursor:default;-webkit-text-fill-color:#7b8494}.admin-form .el-form-item{align-items:flex-start;margin-bottom:22px}.field-stack{width:100%;min-width:0}.field-help{line-height:1.45}.form-item-wide{margin-top:2px}.login-address-field,.asset-field{width:100%;min-width:0}.login-address-control{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-top:10px}.address-actions{display:flex;flex:0 0 auto;gap:8px}.asset-form-list{margin-top:4px;padding-top:2px;border-top:1px solid #f0f2f5}.asset-form-item{padding:14px 0 16px;border-bottom:1px solid #f0f2f5}.asset-form-item:last-child{border-bottom:0}.asset-control{display:flex;align-items:center;flex-wrap:wrap;gap:14px;margin-top:10px}.asset-control .el-upload,.asset-control .el-button{width:120px}.asset-preview-box{display:flex;align-items:center;justify-content:center;flex:0 0 auto;padding:10px;border:1px dashed #dcdfe6;border-radius:6px;background:#fff;color:#8a94a6;font-size:13px}.asset-preview-box-logo{width:180px;height:70px}.asset-preview-box-icon{width:88px;height:70px}.asset-preview-box-bg{width:270px;height:140px}.asset-preview{border:0;border-radius:4px;background:#fff}.asset-preview-logo{width:96px;height:40px}.asset-preview-icon{width:40px;height:40px}.asset-preview-bg{width:240px;height:120px}.form-block{margin-top:2px}.unit-context-menu{position:fixed;z-index:3000;min-width:150px;margin:0;padding:6px;border:1px solid #e5e7eb;border-radius:6px;background:#fff;box-shadow:0 10px 28px #1f293724;list-style:none}.unit-context-menu li{display:flex;align-items:center;height:34px;padding:0 10px;gap:8px;border-radius:4px;color:#303133;cursor:pointer;font-size:13px;white-space:nowrap}.unit-context-menu li:hover{background:#ecf5ff;color:#409eff}.backup-target-card{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:18px;padding:12px 14px;border:1px solid #e5e7eb;border-radius:6px;background:#f8fafc}.backup-target-card span{min-width:0;overflow:hidden;color:#1f2937;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.backup-target-card small{flex:0 0 auto;color:#8a94a6}.backup-help{width:100%;margin:8px 0 0;color:#8a94a6;font-size:13px;line-height:1.5}.task-progress-box{margin-top:14px;padding:14px;border:1px solid #e5e7eb;border-radius:6px;background:#fbfcff}.task-progress-box p{margin:10px 0 0;color:#606266;font-size:13px}.policy-number-field{display:flex;align-items:center;gap:10px}.policy-number-field span{color:#606266;font-size:14px}.backup-upload,.backup-upload .el-upload,.backup-upload .el-upload-dragger{width:100%}.manifest-info{display:grid;width:100%;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;color:#606266;font-size:13px}.backup-records-dialog .el-dialog__body{padding-top:12px}.backup-records-table{width:100%}.backup-records-table .el-table__cell{vertical-align:middle}@media(max-width:1200px){.workspace{grid-template-columns:280px minmax(0,1fr)}.asset-control{align-items:stretch;flex-direction:column}.asset-preview-box{min-width:0}}@media(max-width:900px){.config-shell,.config-shell.is-collapsed{grid-template-columns:1fr}.app-sidebar{display:none}.workspace{grid-template-columns:1fr}.unit-tree-panel{min-height:0}}@media(max-width:640px){.app-navbar{height:auto;align-items:flex-start;flex-direction:column;gap:8px;padding:8px 12px}.detail-header,.card-head{align-items:flex-start;flex-direction:column}.card-hint{text-align:left}.navbar-left,.navbar-right{width:100%}.navbar-right{justify-content:flex-end;flex-wrap:wrap}.tag-strip{height:auto;min-height:36px;padding:6px 16px}.detail-header-meta{width:100%;flex-wrap:wrap;justify-content:flex-start}.login-address-control{grid-template-columns:1fr}.address-actions{justify-content:flex-end}}
