:root{--primary: #02CAB0;--primary-dark: #019e8a;--sidebar-bg: #1a1a2e;--sidebar-width: 220px;--sidebar-collapsed: 64px;--header-height: 56px;--bg-color: #f0f2f5}.boan-layout{min-height:100vh}.boan-logo{height:60px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.08);overflow:hidden;white-space:nowrap}.boan-logo-text{color:#fff;font-size:15px;font-weight:600;letter-spacing:1px}.boan-logo-icon{color:var(--primary);font-size:22px;font-weight:700}.boan-sidebar{background:var(--sidebar-bg)!important;overflow:auto;height:100vh;position:fixed!important;left:0;top:0;bottom:0;z-index:100}.boan-sidebar .ant-menu-dark{background:transparent}.boan-sidebar .ant-menu-item{margin:2px 8px!important;border-radius:6px!important;padding:0 12px!important}.boan-sidebar .ant-menu-item-selected{background:var(--primary)!important;color:#fff!important}.boan-sidebar .ant-menu-item:hover{background:#02cab026!important}.boan-sidebar .ant-menu-submenu-title{margin:2px 8px!important;border-radius:6px!important;padding:0 12px!important}.boan-sidebar .ant-menu-sub{background:#0003!important}.boan-header{height:var(--header-height);background:#fff!important;display:flex;align-items:center;justify-content:space-between;padding:0 20px!important;box-shadow:0 1px 4px #0000000f;position:sticky;top:0;z-index:50;margin-left:var(--sidebar-width);transition:margin-left .2s}.boan-sidebar-collapsed .boan-header{margin-left:var(--sidebar-collapsed)}.boan-header-left{display:flex;align-items:center;gap:12px}.boan-header-right{display:flex;align-items:center;gap:8px}.boan-quick-add{display:flex;align-items:center;gap:6px;background:var(--primary)!important;border-color:var(--primary)!important;color:#fff!important;border-radius:6px!important;height:34px!important;padding:0 16px!important;font-size:13px!important}.boan-quick-add:hover{background:var(--primary-dark)!important;border-color:var(--primary-dark)!important}.boan-quick-menu{min-width:160px}.boan-quick-menu .ant-dropdown-menu-item{padding:8px 16px!important}.boan-user-info{display:flex;align-items:center;gap:8px;cursor:pointer;padding:4px 12px;border-radius:6px;transition:background .2s}.boan-user-info:hover{background:#f5f5f5}.boan-content{margin:0;margin-left:var(--sidebar-width);transition:margin-left .2s;padding:0;min-height:calc(100vh - var(--header-height));background:var(--bg-color)}.boan-sidebar-collapsed .boan-content{margin-left:var(--sidebar-collapsed)}.boan-page{padding:16px}.boan-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.boan-page-header h3{margin:0;font-size:16px;font-weight:600}.boan-status-tabs{margin-bottom:12px}.boan-status-tabs .ant-tag{cursor:pointer;padding:4px 12px;border-radius:4px;margin:0 4px 8px 0;transition:all .2s}.boan-status-tabs .ant-tag-active{background:var(--primary);color:#fff;border-color:var(--primary)}.boan-filters{background:#fff;padding:12px 16px;border-radius:6px;margin-bottom:12px;display:flex;flex-wrap:wrap;gap:8px;align-items:center}.boan-stats-row{display:flex;gap:12px;margin-bottom:12px;flex-wrap:wrap}.boan-stat-card{background:#fff;border-radius:6px;padding:14px 20px;min-width:140px;flex:1;cursor:pointer;transition:all .2s;border:2px solid transparent}.boan-stat-card:hover{box-shadow:0 2px 8px #00000014}.boan-stat-card-active{border-color:var(--primary)}.boan-stat-card .label{font-size:12px;color:#999;margin-bottom:4px}.boan-stat-card .value{font-size:22px;font-weight:700}.boan-stat-card .dot{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:6px}.boan-room-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:12px}.boan-room-card{background:#fff;border-radius:8px;padding:16px;transition:all .2s;cursor:pointer;border-left:4px solid var(--primary)}.boan-room-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-1px)}.boan-room-card .room-address{font-size:14px;font-weight:600;margin-bottom:8px}.boan-room-card .room-info{font-size:12px;color:#666;display:flex;gap:12px;margin-bottom:8px}.boan-room-card .room-status{display:flex;justify-content:space-between;align-items:center}.boan-room-card .room-price{font-size:16px;font-weight:700;color:var(--primary)}.boan-detail-modal .ant-modal-header{border-bottom:none;padding-bottom:0}.boan-card{background:#fff;border-radius:6px;padding:16px}.boan-table-actions{display:flex;gap:8px}.boan-table-actions a{color:var(--primary)}.boan-pagination-bar{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.boan-empty{padding:48px 0;text-align:center;color:#999}.boan-empty .ant-empty{margin-bottom:8px}.boan-loading{display:flex;justify-content:center;align-items:center;min-height:200px}@media (max-width: 768px){.boan-sidebar-mobile{position:fixed!important;left:0;top:0;bottom:0;z-index:200!important;transform:translate(-100%);transition:transform .25s ease}.boan-sidebar-mobile.boan-sidebar-open{transform:translate(0)}.boan-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:199}.boan-mobile-close{position:absolute;right:12px;top:22px;color:#fff9;font-size:16px;cursor:pointer}.boan-mobile-close:hover{color:#fff}.boan-header,.boan-content{margin-left:0!important}.boan-page{padding:10px}.boan-quick-add span:not(.anticon){display:none}.boan-quick-add{padding:0 10px!important}.boan-user-info>span{display:none!important}.boan-page .ant-table-wrapper{overflow-x:auto}.boan-stat-card{padding:10px 14px;min-width:100px}.boan-stat-card .value{font-size:18px}.ant-modal{max-width:90vw;margin:12px auto}.ant-modal-content{padding:16px!important}}
