.house-original{background:#f4f6f9;padding:16px;min-height:calc(100vh - 70px)}.house-filter-card{background:#fff;border-radius:14px;padding:16px;box-shadow:0 4px 16px rgba(30,55,80,.06)}
.text-listing{width:100%;min-height:54px;border:1px solid #cde4f9;border-radius:10px;background:#eef5fc;display:flex;align-items:center;padding:10px 14px;color:#1a7dd4;text-align:left}.text-listing span{flex:1;margin-left:14px;color:#5b7c9f;font-size:13px}.text-listing b{font-size:25px}
.house-search{display:flex;margin:14px 0 10px}.house-search input{flex:1;height:42px;border:1px solid #dce3ea;border-radius:9px 0 0 9px;padding:0 14px}.house-search button{width:76px;border:0;border-radius:0 9px 9px 0;background:#1a7dd4;color:#fff}
.region-row{display:flex;align-items:flex-start;padding:8px 0;border-top:1px solid #f0f2f5}.region-row>strong{width:54px;padding-top:7px;font-size:13px;color:#667085}.region-row>div{display:flex;gap:8px;flex-wrap:wrap}.region-row button,.room-tools button{border:0;border-radius:18px;padding:7px 14px;background:#f1f4f7;color:#4b5563}.region-row button.active,.room-tools button.active{background:#1a7dd4;color:#fff}.region-row button.add-region{color:#1a7dd4;background:#eef5fc}.region-row button.manage-region{padding:5px 9px;background:#f2f4f7;color:#475467}.region-row button.manage-region.danger{color:#d93025;background:#fff1f0}
.house-workbench{display:grid;grid-template-columns:210px minmax(0,1fr);gap:12px;margin-top:12px;min-height:540px}.building-panel-h5,.room-panel-h5{background:#fff;border-radius:14px;overflow:hidden;display:flex;flex-direction:column}
.building-panel-h5>header{padding:17px;border-bottom:1px solid #edf1f5}.building-panel-h5>header strong{display:block;font-size:17px}.building-panel-h5>header small{color:#98a2b3}.building-items{padding:10px;display:flex;flex-direction:column;gap:7px;flex:1}.building-items button{position:relative;border:0;border-radius:9px;padding:13px;text-align:left;background:#f7f9fb;color:#344054}.building-items button.active{background:#eef5fc;color:#1a7dd4;font-weight:700}.building-items button.active:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:3px;background:#1a7dd4}
.building-panel-h5>footer,.room-panel-footer{padding:10px;border-top:1px solid #edf1f5;display:flex;gap:7px}.building-panel-h5>footer{flex-direction:column}.building-panel-h5>footer button,.room-panel-footer button{border:1px solid #1a7dd4;border-radius:20px;padding:9px;background:#fff;color:#1a7dd4}
.room-panel-h5>header{display:flex;justify-content:space-between;padding:17px;border-bottom:1px solid #edf1f5}.room-panel-h5 h2{margin:0;font-size:18px}.room-panel-h5 header p{margin:6px 0 0;color:#98a2b3;font-size:13px}.room-panel-h5>header>div:last-child{display:flex;gap:8px}.room-panel-h5>header button{border:0;border-radius:8px;padding:7px 11px;background:#eef5fc;color:#1a7dd4}
.room-tools{padding:12px 16px;background:#fafbfc;border-bottom:1px solid #edf1f5;display:flex;align-items:center;gap:12px}.room-tools>div{display:flex;gap:7px;flex:1;overflow:auto}.room-tools span{font-size:12px;color:#667085;white-space:nowrap}.room-tools>button{padding:6px 10px;color:#1a7dd4;background:transparent}.room-tools select{height:32px;max-width:150px;border:1px solid #dce3ea;border-radius:7px;background:#fff;color:#475467}
.room-grid-h5{padding:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;flex:1;align-content:start}.room-card-h5{border:1px solid #e5eaf0;border-radius:11px;padding:13px;background:#fff}.room-card-h5>div{display:flex;align-items:center;gap:7px}.room-card-h5 strong{font-size:18px}.room-card-h5 i{width:16px;height:11px;border:1.5px solid #0fa47a;border-radius:3px}.room-card-h5 em{margin-left:auto;font-style:normal;font-size:12px;padding:4px 7px;border-radius:10px}.status-空置{color:#0fa47a;background:#ecfdf5}.status-已租{color:#667085;background:#f2f4f7}.status-预定{color:#d98b1a;background:#fff7ed}.status-维修{color:#dc4a4a;background:#fef2f2}.room-card-h5 p{display:flex;justify-content:space-between;color:#667085;font-size:12px}.room-card-h5 p b{color:#ef6c35}.room-card-h5 footer{border-top:1px solid #f0f2f5;padding-top:9px;display:flex;gap:10px}.room-card-h5 footer button{border:0;background:transparent;color:#1a7dd4;padding:0;font-size:12px}.room-card-h5 footer button:last-child{color:#d93025}.room-panel-footer button:first-child{background:#1a7dd4;color:#fff}
@media(max-width:700px){.house-original{padding:10px}.text-listing span{display:none}.house-workbench{grid-template-columns:104px 1fr;min-height:600px}.building-panel-h5>header,.room-panel-h5>header{padding:12px}.building-panel-h5>footer button:last-child,.room-panel-h5>header>div:last-child{display:none}.room-panel-h5>header p{font-size:11px}.room-tools{padding:9px;display:block}.room-tools>span,.room-tools>button{display:none}.room-grid-h5{grid-template-columns:1fr;padding:9px}.room-card-h5{padding:11px}.room-panel-footer{position:sticky;bottom:62px;background:#fff}.room-panel-footer button{font-size:11px;padding:8px 4px}.region-row>div{flex-wrap:nowrap;overflow:auto}.region-row button{white-space:nowrap}}
.house-empty{grid-column:1/-1;padding:70px 20px;text-align:center;color:#98a2b3}.form-mask{position:fixed;inset:0;z-index:999;background:rgba(0,0,0,.46);display:grid;place-items:center;padding:18px}.h5-form{width:min(430px,100%);background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 24px 80px rgba(0,0,0,.2)}.h5-form header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #edf1f5}.h5-form h3{margin:0;font-size:18px}.h5-form .form-close{border:0;background:transparent;font-size:26px;color:#667085}.form-body{padding:18px 20px;display:grid;gap:14px}.form-body label span{display:block;margin-bottom:7px;font-size:13px;color:#667085}.form-body input,.form-body select,.form-body textarea{width:100%;border:1px solid #dce3ea;border-radius:9px;padding:0 12px;background:#fff;box-sizing:border-box}.form-body input,.form-body select{height:43px}.form-body textarea{height:180px;padding:12px;resize:vertical}.h5-form>footer{display:flex;gap:10px;padding:14px 20px 20px}.h5-form>footer button{flex:1;border:0;border-radius:22px;padding:11px;background:#1a7dd4;color:#fff}.h5-form>footer .form-cancel{background:#f1f4f7;color:#475467}
.house-login,.house-loading{display:grid;place-items:center;padding:20px}.house-login form{width:min(390px,100%);padding:28px;background:#fff;border-radius:18px;box-shadow:0 10px 36px rgba(24,50,75,.1)}.house-login h2{margin:0 0 8px}.house-login p{margin:0 0 22px;color:#667085;font-size:13px}.house-login label{display:block;margin:14px 0;color:#475467;font-size:13px}.house-login input{display:block;width:100%;height:44px;margin-top:7px;border:1px solid #dce3ea;border-radius:9px;padding:0 12px;box-sizing:border-box}.house-login form>button{width:100%;margin-top:10px;border:0;border-radius:22px;padding:12px;background:#1a7dd4;color:#fff}.house-loading{min-height:500px;align-content:center;color:#667085}.house-loading span{width:34px;height:34px;border:3px solid #dceafb;border-top-color:#1a7dd4;border-radius:50%;animation:house-spin .8s linear infinite;margin:auto}@keyframes house-spin{to{transform:rotate(360deg)}}
.building-manage{display:flex;gap:5px;padding:0 10px 10px}.building-manage button{flex:1;border:0;border-radius:8px;padding:7px 2px;font-size:11px;color:#1a7dd4;background:#eef5fc}.building-manage button:last-child{color:#d93025;background:#fef2f2}.room-card-h5{position:relative}.room-card-h5.selected{border:2px solid #1a7dd4;background:#f5fafe}.room-check{position:absolute;right:8px;top:8px;z-index:2;width:24px;height:24px;padding:0;border:2px solid #1a7dd4;border-radius:50%;background:#fff;color:#1a7dd4}.room-card-h5.selected .room-check{background:#1a7dd4;color:#fff}.batch-status-bar{display:flex;align-items:center;gap:10px;padding:11px 14px;border-top:1px solid #e5eaf0;background:#f7fafc}.batch-status-bar span{flex:1;color:#475467}.batch-status-bar select{height:36px;border:1px solid #d7e0e8;border-radius:8px;background:#fff}.batch-status-bar button{height:36px;border:0;border-radius:18px;padding:0 15px;background:#1a7dd4;color:#fff}.recycle-live-list{max-height:55vh;overflow:auto;padding:8px 20px 20px}.recycle-live-list>div{display:flex;align-items:center;gap:12px;padding:14px 0;border-bottom:1px solid #edf1f5}.recycle-live-list span{display:flex;flex:1;flex-direction:column}.recycle-live-list small{margin-top:5px;color:#98a2b3}.recycle-live-list button{border:1px solid #1a7dd4;border-radius:16px;padding:6px 14px;background:#fff;color:#1a7dd4}
.video-upload-card,.server-video-list{margin:14px;background:#fff;border-radius:14px;padding:16px;position:relative;z-index:4}.video-upload-card h2,.server-video-list h3{margin:0 0 6px}.video-upload-card p,.server-video-list>p{margin:0 0 14px;color:#667085;font-size:12px}.video-upload-card form{display:grid;grid-template-columns:1fr 1.4fr auto;gap:8px}.video-upload-card select,.video-upload-card input{min-width:0;height:42px;border:1px solid #dce3ea;border-radius:8px;padding:0 9px;background:#fff}.video-upload-card button{border:0;border-radius:21px;padding:0 18px;background:#1a7dd4;color:#fff}.video-upload-card button:disabled{opacity:.55}#uploadProgress{min-height:18px;margin-top:9px;color:#1a7dd4;font-size:12px}.server-video-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.server-video-list h3,.server-video-list>p{grid-column:1/-1}.server-video-list article{border:1px solid #e5eaf0;border-radius:10px;overflow:hidden}.server-video-list video{width:100%;height:150px;background:#101820}.server-video-list article div{display:flex;justify-content:space-between;padding:9px}.server-video-list small{color:#98a2b3}.house-login .login-error{min-height:20px;margin:6px 0 0;color:#d93025;font-size:13px}.house-login form>button:disabled{cursor:wait;opacity:.65}@media(max-width:700px){.video-upload-card form{grid-template-columns:1fr}.video-upload-card button{height:42px}.server-video-list{grid-template-columns:1fr}}
