/* ========================================
   BuildAdmin Style Theme - 网站管家
   Modern Enterprise Admin Panel Design
   ======================================== */

/* ----- Global ----- */
body {
    background: #f4f5f7;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, 'PingFang SC', 'Microsoft YaHei', sans-serif;
    -webkit-font-smoothing: antialiased;
}
/* 全局清除聚焦轮廓边框 */
a:focus,
input:focus,
select:focus,
button:focus,
a:focus-visible,
input:focus-visible,
select:focus-visible,
button:focus-visible {
    outline: none !important;
    outline-width: 0 !important;
}
.layui-layer-btn .layui-layer-btn0:focus,
.layui-layer-btn .layui-layer-btn1:focus {
    outline: none !important;
    box-shadow: 0 0 0 transparent !important;
}
/* 弹窗按钮外层a + 内层button 同时拦截聚焦 */
/* 弹窗按钮外层a + 内层button 全部覆盖三种状态 */
.layui-layer-btn0:focus,
.layui-layer-btn0:focus-visible,
.layui-layer-btn0:active,
.layui-layer-btn0 .layui-layer-confirm:focus,
.layui-layer-btn0 .layui-layer-confirm:focus-visible,
.layui-layer-btn0 .layui-layer-confirm:active,
.layui-layer-btn1:focus,
.layui-layer-btn1:focus-visible,
.layui-layer-btn1:active,
.layui-layer-btn1 button:active {
    outline: none !important;
    outline-width: 0 !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}
/* 清除移动端/微信端点击高亮边框 */
a,
input,
select,
button {
    -webkit-tap-highlight-color: transparent;
}
/* ----- Main Sidebar (BuildAdmin Light Style) ----- */
.main-sidebar {
    background: #fff !important;
    border-right: 1px solid #e8e8e8;
    box-shadow: 2px 0 8px rgba(0,0,0,0.04);
}
.main-sidebar .sidebar > .user-panel {
    border-bottom: 1px solid #f0f0f0;
}
.sidebar-menu > li > a {
    color: #595959 !important;
    border-left: 3px solid transparent;
    font-size: 14px;
    padding: 12px 20px;
    transition: all 0.2s ease;
    margin: 2px 8px;
    border-radius: 6px;
}
.sidebar-menu > li > a:hover {
    color: #262626 !important;
    background: #f5f7fa !important;
    border-left-color: transparent;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
    color: #909399;
}
.sidebar-menu > li.active > a,
.sidebar-menu > li.active > a:hover {
    color: #409EFF !important;
    background: #ecf5ff !important;
    border-left-color: #409EFF !important;
    font-weight: 500;
}
.sidebar-menu > li.active > a > .fa,
.sidebar-menu > li.active > a > .glyphicon,
.sidebar-menu > li.active > a > .ion {
    color: #409EFF !important;
}
.sidebar-menu > li .treeview-menu {
    background: #fafbfc !important;
    padding: 4px 0;
}
.sidebar-menu > li .treeview-menu > li > a {
    color: #8c8c8c !important;
    font-size: 14px;
    padding: 6px 0px 6px 42px;
    transition: all 0.2s ease;
    border-radius: 4px;
    margin: 1px 12px;
}
.sidebar-menu > li .treeview-menu > li > a:hover {
    color: #262626 !important;
    background: #f0f2f5;
}
.sidebar-menu > li .treeview-menu > li.active > a {
    color: #409EFF !important;
    background: #ecf5ff;
    font-weight: 500;
}

/* ----- Main Header ----- */
.main-header {
    background: #fff !important;
    border-bottom: 1px solid #ebedf0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
}
.main-header .logo {
    background: #fff !important;
    color: #262626 !important;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #e8e8e8;
}
.main-header .logo .logo-mini {
    font-size: 14px;
    font-weight: 700;
}
.main-header .logo .logo-lg {
    font-size: 15px;
    font-weight: 600;
}
.main-header .navbar {
    background: #fff !important;
}
.main-header .navbar .nav > li > a {
    color: #595959 !important;
    font-size: 14px;
    transition: all 0.2s;
}
.main-header .navbar .nav > li > a:hover {
    color: #409EFF !important;
    background: rgba(64,158,255,0.04) !important;
}
.main-header .navbar .sidebar-toggle {
    color: #8c8c8c !important;
    font-size: 16px;
    padding: 15px;
}
.main-header .navbar .sidebar-toggle:hover {
    color: #409EFF !important;
    background: rgba(64,158,255,0.06) !important;
}

/* ----- Content Area ----- */
.content-wrapper {
    background: #f4f5f7 !important;
}
.content-header {
    padding: 16px 20px 0 !important;
}
.content-header h1 {
    font-weight: 600;
    color: #262626;
    font-size: 18px;
    margin: 0;
}
.content-header .breadcrumb {
    background: transparent;
    padding: 8px 0 0;
    margin: 0;
    font-size: 13px;
}
.content-header .breadcrumb > li + li:before {
    content: '/';
    color: #bfbfbf;
    padding: 0 6px;
}
.content-header .breadcrumb > li > a {
    color: #8c8c8c;
}
.content-header .breadcrumb > .active {
    color: #595959;
}

/* ----- Panel / Card ----- */
.panel {
    border-radius: 6px !important;
    /* border: 1px solid #ebedf0 !important; */
    box-shadow: 0 1px 3px rgba(0,0,0,0.04) !important;
    margin-bottom: 20px;
    background: #fff;
} 
.panel-heading {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    background: #fff !important;
    border-bottom: 1px solid #f0f0f0 !important;
    padding: 12px 16px;
}
.panel-body {
    padding: 16px;
}

/* ----- Box ----- */
.box {
    border: 1px solid #ebedf0 !important;
    border-radius: 6px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04) !important;
    margin-bottom: 20px;
}
.box-header {
    background: #fff !important;
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 16px;
}
.box-header .box-title {
    font-size: 15px;
    font-weight: 600;
    color: #262626;
}
.box-body {
    padding: 16px;
}

/* ----- Info Box (Dashboard Stats) ----- */
.info-box {
    border: 1px solid #ebedf0 !important;
    border-radius: 8px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04) !important;
    transition: all 0.25s ease;
    min-height: 96px;
    background: #fff;
}
.info-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
    border-color: #d9d9d9 !important;
}
.dashbord-cont i.fa{
    color:#fff !important;
    font-size:28px;
}
.info-box-icon {
    border-radius: 50% !important;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
}
.info-box-content {
    padding: 12px 16px;
}
.info-box-text {
    font-size: 13px;
    color: #8c8c8c;
    text-transform: none;
    font-weight: 400;
}
.info-box-number {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
}
/* ----- Buttons ----- */
.btn {
    border-radius: 4px !important;
    transition: all 0.2s ease;
    font-size: 12px;
    padding: 5px 12px;
    border: 1px solid transparent;
    font-weight: 400;
}
.btn-xs, .btn-group-xs > .btn{
    line-height:unset !important;
}
.btn:active, .btn.active {
    box-shadow: none !important;
}
.btn-primary {
    background: #409EFF !important;
    border-color: #409EFF !important;
    color: #fff !important;
}
.btn-primary:hover, .btn-primary:focus {
    background: #66b1ff !important;
    border-color: #66b1ff !important;
    box-shadow: 0 2px 6px rgba(64,158,255,0.25);
}
a.layui-layer-btn0 ,a.layui-layer-btn0:visited,a.layui-layer-btn0:hover,a.layui-layer-btn0:active{
    background: #67C23A !important;
    border-color: #67C23A !important;
    border:1px solid #67C23A !important;
}
.btn-success {
    background: #67C23A !important;
    border-color: #67C23A !important;
}
.btn-success:hover {
    background: #85ce61 !important;
    border-color: #85ce61 !important;
    box-shadow: 0 2px 6px rgba(103,194,58,0.25);
}
.btn-warning {
    background: #E6A23C !important;
    border-color: #E6A23C !important;
}
.btn-warning:hover {
    background: #ebb563 !important;
    border-color: #ebb563 !important;
    box-shadow: 0 2px 6px rgba(230,162,60,0.25);
}
.btn-danger {
    background: #f56c6c !important;
    border-color: #f56c6c !important;
}
.btn-danger:hover {
    background: #f78989 !important;
    border-color: #f78989 !important;
    box-shadow: 0 2px 6px rgba(245,108,108,0.25);
}
.btn-default {
    background: #fff; 
    border:none;
}
.btn-default:hover { 
    background: #fff;
    border:none;
} 

/* ----- Table ----- */
.table {
    background: #fff;
}
.table > thead > tr > th {
    background: #fafafa !important;
    color: #000 !important;
    font-weight: bold;
    border-bottom: 1px solid #f0f0f0;
    padding: 12px 16px;
    font-size: 13px;
    white-space: nowrap;
}
.table > tbody > tr > td { 
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
    vertical-align: middle;
}
.table > tbody > tr:hover > td {
    background: #fafbfd !important;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background: #fcfcfd !important;
}
.table-bordered {
    border: 1px solid #f0f0f0 !important;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td {
    border: 1px solid #f0f0f0 !important;
}
 
/* ----- Form Controls ----- */
.form-control {
    border-radius: 4px !important;
    border: 1px solid #d9d9d9 !important;
    transition: all 0.25s ease;
    box-shadow: none !important;
    font-size: 13px; 
    height: unset;
    color: #262626;
}
.form-control:focus {
    border-color: #409EFF !important;
    box-shadow: 0 0 0 3px rgba(64,158,255,0.1) !important;
    outline: none;
}
textarea.form-control {
    height: auto;
    min-height: 72px;
}
.input-group .form-control {
    border-radius: 4px 0 0 4px !important;
}
.input-group-addon {
    border-radius: 4px 0 0 4px !important;
    border: 1px solid #d9d9d9;
    background: #fafafa;
    color: #8c8c8c;
    font-size: 13px;
}
.input-group .btn {
    border-radius: 0 4px 4px 0 !important;
}

/* ----- Labels / Badges ----- */
.label {
    border-radius: 3px !important;
    font-weight: 400;
    padding: 3px 8px;
    font-size: 12px;
}
.label-success {
    background: #f0f9eb !important;
    color: #67C23A !important;
    border: 1px solid #e1f3d8;
}
.label-warning {
    background: #fdf6ec !important;
    color: #E6A23C !important;
    border: 1px solid #faecd8;
}
.label-danger {
    background: #fef0f0 !important;
    color: #f56c6c !important;
    border: 1px solid #fde2e2;
}
.label-info {
    background: #f4f4f5 !important;
    color: #909399 !important;
    border: 1px solid #e9e9eb;
}
.label-primary {
    background: #ecf5ff !important;
    color: #409EFF !important;
    border: 1px solid #d9ecff;
}

/* ----- Pagination ----- */
.pagination {
    margin: 16px 0 0;
}
.pagination > li > a,
.pagination > li > span {
    border-radius: 4px !important;
    margin: 0 2px;
    border: 1px solid #d9d9d9;
    color: #595959;
    font-size: 13px;
    padding: 5px 12px;
    transition: all 0.2s;
}
.pagination > li > a:hover {
    color: #409EFF;
    border-color: #409EFF;
    background: #fff;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > span {
    background: #409EFF !important;
    border-color: #409EFF !important;
    color: #fff !important;
}

/* ----- Dropdown Menu ----- */
.dropdown-menu {
    border-radius: 4px !important;
    /* border: 1px solid #e9e9eb !important; */
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
    padding: 4px 0;
}
.dropdown-menu > li > a {
    padding: 8px 16px;
    color: #595959;
    font-size: 13px;
    transition: all 0.15s;
}
.dropdown-menu > li > a:hover {
    background: #f5f7fa;
    color: #409EFF;
}

/* ----- Modal ----- */
.modal-content {
    border-radius: 6px !important;
    border: none !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12) !important;
}
.modal-header {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 6px 6px 0 0;
    padding: 16px 20px;
    background: #fff;
}
.modal-header .modal-title {
    font-weight: 600;
    font-size: 15px;
    color: #262626;
}
.modal-body {
    padding: 20px;
}
.modal-footer {
    border-top: 1px solid #f0f0f0;
    padding: 12px 20px;
}

/* ----- Nav Tabs ----- */
.nav-tabs {
    border-bottom: 1px solid #ebedf0;
    margin-bottom: 0;
}
.nav-tabs > li {
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    border: none !important;
    color: #000;
    border-radius: 0 !important; 
    font-size: 13px;
    transition: all 0.2s;
    position: relative;
}
 
.bs-select-all,.bs-select-all:hover,
.bs-deselect-all,.bs-deselect-all:hover{
    color:#409EFF;
    font-weight:bold;
    
}
.nav-tabs > li > a:hover {
    color: #409EFF;
    background: transparent !important;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #0f85ff !important;
    border: none !important;
    border-bottom: 2px solid #409EFF !important;
    background: transparent !important;
    font-weight: 500;
}

/* ----- Toolbar ----- */
.toolbar {
    margin-bottom: 12px;
}
.toolbar .btn {
    margin-right: 6px;
}
.toolbar .btn-default {
    background: #fff;
    color: #595959;
    border: 1px solid #d9d9d9;
}
.toolbar .btn-default:hover {
    color: #409EFF;
    border-color: #b3d8ff;
    background: #ecf5ff;
}

/* ----- Fixed-table Toolbar ----- */
.fixed-table-toolbar {
    margin-bottom: 12px;
}
.fixed-table-toolbar .columns-right {
    margin-right: 0;
}
.columns-right .btn{
    padding:7px 12px;
    background-color: #efefef;
}

/* ----- Alert / Callout ----- */
.callout {
    border-radius: 6px !important;
    border-left-width: 4px;
    padding: 12px 16px;
    margin-bottom: 16px;
}
.callout-warning {
    background: #fdf6ec;
    border-left-color: #E6A23C;
    color: #8c6d1f;
}

/* ----- Progress Bar ----- */
.progress {
    border-radius: 10px;
    height: 8px;
    background: #f0f0f0;
    box-shadow: none;
}
.progress-bar {
    border-radius: 10px;
}

/* ----- Scrollbar (Webkit) ----- */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: transparent;
}
::-webkit-scrollbar-thumb {
    background: #d9d9d9;
    border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
    background: #bfbfbf;
}

/* ----- Layer / Modal 弹出框 60%宽 95%高 ----- */
.layui-layer {
    border-radius: 8px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12) !important;
}
.layui-layer-page {
    max-width: 95vw !important;
}
.layui-layer-content {
    overflow: auto !important;
}
/* 强制弹出框 60% 宽 95% 高（覆盖内联样式） */
.layui-layer-dialog,
.layui-layer-page {
    
    max-width: 95vw !important;
    max-height: 95vh !important;
}
/* 弹出框标题栏 */
.layui-layer-title { 
    font-weight: normal;
    font-size: 15px;
    background: #fff !important;
    color: #262626 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}
/* 去除侧边栏黑色背景（覆盖 skin-black-blue 最高优先级） */
html body.skin-black-blue .wrapper,
html body.skin-black-blue .main-sidebar {
    background-color: #fff !important;
}
html body.skin-black-blue .main-sidebar .sidebar > .user-panel {
    border-bottom-color: #f0f0f0 !important;
}
html body.skin-black-blue .sidebar-menu > li.header {
    color: #8c8c8c !important;
    background: #f4f5f7 !important;
}
html body.skin-black-blue .sidebar-menu > li > a {
    color: #000 !important;
}
html body.skin-black-blue .sidebar-menu > li > a:hover {
    background: #f5f7fa !important;
    color: #262626 !important;
}
html body.skin-black-blue .sidebar-menu > li.active > a,
html body.skin-black-blue .sidebar-menu > li.active > a:hover {
    background: #ecf5ff !important;
    color: #1185fd !important;
    border-left-color: #409EFF !important;
}
html body.skin-black-blue .sidebar-menu > li .treeview-menu {
    background: #fafbfc !important;
}
html body.skin-black-blue .sidebar-menu > li .treeview-menu > li > a {
    color: #333 !important;
}
html body.skin-black-blue .sidebar-menu > li .treeview-menu > li > a:hover {
    color: #262626 !important;
    background: #f0f2f5 !important;
}
html body.skin-black-blue .sidebar-menu > li .treeview-menu > li.active > a {
    color: #1185fd !important;
    background: #ecf5ff !important;
}
/* 顶部 Logo 区（覆盖 skin-black-blue） */
html body.skin-black-blue .main-header .logo {
    background-color: #fff !important;
    color: #262626 !important;
    border-right: 1px solid #e8e8e8 !important;
    border-bottom: 1px solid #f0f0f0 !important;
}
html body.skin-black-blue .main-header .logo:hover {
    background-color: #f5f7fa !important;
}
/* 移动端 Logo 区 */
@media (max-width: 767px) {
    html body.skin-black-blue .main-header .logo {
        background-color: #fff !important;
        color: #262626 !important;
    }
}

/* ----- Select2 ----- */
.select2-container .select2-selection {
    border-radius: 4px !important;
    border-color: #d9d9d9 !important;
    height: 34px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px;
    color: #262626;
    font-size: 13px;
}
.select2-dropdown {
    border-radius: 4px !important;
    border-color: #e9e9eb !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}

/* ----- Responsive adjustments ----- */
@media (max-width: 767px) {
    .content-header {
        padding: 12px 15px 0 !important;
    }
    .content-header h1 {
        font-size: 16px;
    }
    .panel-body {
        padding: 12px;
    }
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
    position: unset;
    margin-left: 0;
}

.radio-inline, .checkbox-inline{
    padding-left:0;
} 
.pic_btn {
    width:100px;
    height:90px; 
    border:1px solid #efefef !important;
}
.pic_div{ 
    float:left;
    margin-right: 10px;
} 
.pic_div ul li{
    width:150px !important;
}
.pic_div ul a.thumbnail{
    border: 1px solid #efefef;
}
.btn-gray-efefef{
    background-color: #efefef;
}
.plupload-preview li, .faupload-preview li{
    margin-top:0px !important;
}
.intro{
    margin-bottom:10px;
    display: block;
}
.plupload-preview .thumbnail, .faupload-preview .thumbnail{
    margin-bottom:5px;
}
.faupload{
    width:100%;
    height:100%;
}

.upimg-div{
    float:left;width:100%;margin-bottom:5px
}

/*医生排班**/
/* ========== Tab 切换 ========== */
.schedule-tabs {
    display: flex;
    border-bottom: 2px solid #e0e0e0;
    margin-bottom: 15px;
}
.schedule-tabs > div {
    padding: 10px 24px;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    transition: all 0.2s;
}
.schedule-tabs > div:hover { color: #333; }
.schedule-tabs > div.active {
    color: #1890ff;
    border-bottom-color: #1890ff;
    font-weight: 600;
}
.schedule-tab-content { display: none; }
.schedule-tab-content.active { display: block; }

/* ========== 按周排班表格 ========== */
#week-schedule-table {
    width: 100%;
    border-collapse: collapse;
}
#week-schedule-table th,
#week-schedule-table td {
    text-align: center;
    vertical-align: middle;
    padding: 8px 6px;
    border: 1px solid #e8e8e8;
}
#week-schedule-table th {
    background: #fafafa;
    font-weight: 600;
}
#week-schedule-table .doctor-name {
    font-weight: 600;
    white-space: nowrap;
}
.order-num-input {
    width: 70px;
    text-align: center;
    margin: 2px 0;
    padding: 3px 5px;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
}
.order-num-input:focus {
    border-color: #1890ff;
    outline: none;
}

/* ========== 按天排班工具栏 ========== */
.daterange-toolbar {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}
.daterange-toolbar .form-group {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}
.daterange-toolbar label {
    margin: 0;
    font-weight: 600;
    white-space: nowrap;
}
.dr-separator { color: #999; }
.date-input {
    width: 140px !important;
    display: inline-block;
}
.doctor-select {
    width: 160px !important;
}
.btn-batch-set {
    padding: 5px 14px;
    background: #1890ff;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
}
.btn-batch-set:hover { background: #40a9ff; }
.btn-date-query {
    padding: 5px 14px;
    background: #52c41a;
    color: #fff;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
}
.btn-date-query:hover { background: #73d13d; }

/* ========== 日历表格 ========== */
.calendar-table-wrap { overflow-x: auto; }
.calendar-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 900px;
}
.calendar-table th,
.calendar-table td {
    text-align: center;
    vertical-align: middle;
    padding: 6px 4px;
    border: 1px solid #e8e8e8;
}
.calendar-table th {
    background: #fafafa;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 1;
}
.calendar-table .col-doctor {
    min-width: 80px;
    position: sticky;
    left: 0;
    background: #fafafa;
    z-index: 2;
}
.calendar-table .col-date { min-width: 100px; }
.calendar-table .col-weekend { background: #e6f7ff !important; }
.calendar-table .col-weekend div{
    color:red;
}
.calendar-table .today .cal-date {
    color: #f5222d;
    font-weight: 700;
}
.cal-date {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
}
.cal-weekday {
    font-size: 11px;
    color: #999;
    margin-bottom: 4px;
}

/* ========== 单元格 ========== */
.cell-wrap {
    padding: 4px 2px;
    border-radius: 4px;
    transition: background 0.2s;
}
.cell-wrap.inactive { opacity: 0.45; }
.cell-active {
    margin-bottom: 3px;
    font-size: 12px;
}
.cell-active label {
    margin: 0 0 0 3px;
    cursor: pointer;
    font-weight: normal;
}
.cell-input-wrap {
    margin: 2px 0;
}
.cell-input-wrap input {
    width: 70px;
    text-align: center;
    padding: 2px 4px;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    font-size: 12px;
}
.cell-input-wrap input:focus {
    border-color: #1890ff;
    outline: none;
}
.cell-wrap.inactive input { background: #f5f5f5; }

/* ========== 空状态 ========== */
.empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}
.empty-icon {
    font-size: 48px;
    color: #d9d9d9;
    margin-bottom: 15px;
} 