.tm-container{padding:20px 32px;background:#f5f6fa;min-height:100vh}.tm-breadcrumb{font-size:13px;color:#9ca3af;margin-bottom:20px}.tm-crumb-link{color:#1890ff;cursor:pointer}.tm-crumb-link:hover{text-decoration:underline}.tm-crumb-sep{margin:0 6px}.tm-crumb-current{color:#374151}.tm-layout{display:flex;gap:0;background:#fff;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.06);overflow:hidden}.tm-sidebar{width:240px;min-width:240px;border-right:1px solid #e8e8e8;display:flex;flex-direction:column;background:#fafafa}.tm-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;font-size:14px;font-weight:600;color:#374151;border-bottom:1px solid #e8e8e8}.tm-sidebar-search{padding:10px 12px;border-bottom:1px solid #f0f0f0}.tm-input-sm{width:100%;height:30px;border:1px solid #d9d9d9;border-radius:4px;padding:0 8px;font-size:12px;outline:none;box-sizing:border-box}.tm-input-sm:focus{border-color:#1890ff}.tm-sidebar-list{flex:1;overflow-y:auto}.tm-sidebar-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f0f0f0;border-left:3px solid transparent;transition:background .15s}.tm-sidebar-item:hover{background:#f0f9ff}.tm-sidebar-item.active{background:#e6f4ff;border-left-color:#1890ff}.tm-item-name{font-size:13px;font-weight:500;color:#111;margin-bottom:2px}.tm-item-code{font-size:11px;color:#1890ff;font-family:monospace;margin-bottom:2px}.tm-item-sub{font-size:11px;color:#9ca3af}.tm-main{flex:1;padding:20px 24px;overflow:auto;min-width:0}.tm-placeholder{display:flex;align-items:center;justify-content:center;height:200px;color:#9ca3af;font-size:14px}.tm-placeholder-sm{padding:32px;text-align:center;color:#9ca3af;font-size:13px}.tm-main-header{display:flex;align-items:center;margin-bottom:16px}.tm-main-title{font-size:16px;font-weight:600;color:#111;margin-right:auto}.tm-tabs{display:flex;border-bottom:2px solid #f0f0f0;margin-bottom:16px}.tm-tab{padding:8px 18px;font-size:14px;color:#6b7280;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px}.tm-tab.active{color:#1890ff;border-bottom-color:#1890ff;font-weight:600}.tm-toolbar{display:flex;gap:8px;align-items:center;margin-bottom:14px;flex-wrap:wrap}.tm-label{white-space:nowrap}.tm-input,.tm-label{font-size:13px;color:#374151}.tm-input{height:32px;padding:0 10px;border:1px solid #d9d9d9;border-radius:4px;outline:none}.tm-input:focus{border-color:#1890ff}.tm-select{padding:0 8px;border:1px solid #d9d9d9;border-radius:4px;color:#374151;background:#fff;outline:none}.tm-btn,.tm-select{height:32px;font-size:13px}.tm-btn{padding:0 14px;border:none;border-radius:4px;cursor:pointer;font-weight:500;white-space:nowrap}.tm-btn:disabled{opacity:.5;cursor:not-allowed}.tm-btn-primary{background:#1890ff;color:#fff}.tm-btn-primary:hover:not(:disabled){background:#40a9ff}.tm-btn-default{background:#f5f5f5;color:#374151;border:1px solid #d9d9d9}.tm-btn-default:hover{background:#e8e8e8}.tm-btn-sm{height:26px;padding:0 10px;border:none;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500}.tm-badge{font-size:11px;padding:2px 8px;border-radius:10px;font-weight:500;margin-left:8px}.tm-badge-blue{background:#dbeafe;color:#1d4ed8}.tm-tag{font-size:11px;padding:2px 8px;border-radius:10px;font-weight:500}.tm-tag-green{background:#f6ffed;color:#52c41a;border:1px solid #b7eb8f}.tm-tag-gray{background:#f5f5f5;color:#8c8c8c;border:1px solid #d9d9d9}.tm-tag-blue{background:#e6f7ff;color:#1890ff;border:1px solid #91d5ff}.tm-tag-orange{background:#fff7e6;color:#fa8c16;border:1px solid #ffd591}.tm-table{width:100%;border-collapse:collapse;font-size:13px}.tm-table th{background:#fafafa;color:#6b7280;font-weight:500;padding:10px 12px;text-align:left;border-bottom:1px solid #e8e8e8}.tm-table td{padding:10px 12px;border-bottom:1px solid #f5f5f5;color:#374151}.tm-table tr:hover td{background:#fafafa}.tm-empty-row{text-align:center;color:#9ca3af;padding:32px}.tm-link{color:#1890ff;cursor:pointer;margin-right:10px;font-size:12px}.tm-link:hover{text-decoration:underline}.tm-empty-hint,.tm-loading-hint{padding:24px;text-align:center;color:#9ca3af;font-size:13px}.tm-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.45);z-index:9999;display:flex;align-items:center;justify-content:center}.tm-dialog{background:#fff;border-radius:6px;padding:24px;width:420px;max-width:90vw;box-shadow:0 4px 20px rgba(0,0,0,.15)}.tm-dialog-title{font-size:16px;font-weight:600;color:#111;margin-bottom:20px}.tm-form-hint{font-size:12px;color:#9ca3af;margin-bottom:14px}.tm-form-item{margin-bottom:16px}.tm-form-item label{display:block;font-size:13px;color:#374151;margin-bottom:6px;font-weight:500}.tm-error,.tm-required{color:#ff4d4f}.tm-error{font-size:12px;margin-bottom:8px}.tm-dialog-footer{display:flex;gap:10px;justify-content:flex-end;margin-top:20px}.tm-mono-text{font-family:monospace;font-size:13px;background:#f5f5f5;padding:8px 10px;border-radius:4px;word-break:break-all}.tm-dialog-wide{width:700px;max-width:95vw}.tm-form-row{display:flex;gap:12px;flex-wrap:wrap}.tm-form-item-inline{flex:1;min-width:160px;margin-bottom:12px}.tm-form-item-inline label{display:block;font-size:13px;color:#374151;margin-bottom:6px;font-weight:500}.tm-link-danger{color:#ff4d4f!important}.tm-link-danger:hover{text-decoration:underline}