.home-hotels-admin{min-height:calc(100vh - 92px);color:#24483b}.home-hotels-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;padding:16px 18px;border:1px solid #d8eee5;border-radius:10px;background:#fff;box-shadow:0 5px 18px rgba(0,112,72,.05)}.home-hotel-search{display:flex;align-items:center;gap:9px}.home-hotel-search input,.home-hotel-search select{box-sizing:border-box;height:36px;padding:0 11px;color:#24483b;outline:none;border:1px solid #d3e8df;border-radius:7px;background:#fff}.home-hotel-search input{width:260px}.home-hotel-search input:focus,.home-hotel-search select:focus{border-color:#00aa6c;box-shadow:0 0 0 2px rgba(0,170,108,.08)}.home-hotels-toolbar button,.hotel-row-actions button,.home-hotel-dialog footer button{height:36px;padding:0 16px;font-size:13px;border:0;border-radius:7px;cursor:pointer}.home-hotel-search .query,.home-hotels-toolbar .add,.home-hotel-dialog footer .save{color:#fff;font-weight:700;background:#00aa6c}.home-hotel-search .refresh{color:#008f5c;border:1px solid #bfe4d5;background:#eaf9f3}.home-hotels-table-wrap{overflow:hidden;border:1px solid #d8eee5;border-radius:10px;background:#fff;box-shadow:0 7px 24px rgba(0,112,72,.05)}.home-hotels-summary{display:flex;align-items:baseline;gap:12px;padding:17px 18px;border-bottom:1px solid #e2f1eb}.home-hotels-summary strong{font-size:17px}.home-hotels-summary span{color:#7b9087;font-size:12px}.home-hotels-table{width:100%;border-collapse:collapse}.home-hotels-table th{padding:12px 10px;color:#58736a;font-size:12px;font-weight:700;text-align:left;background:#f4fbf8;border-bottom:1px solid #dcefe7}.home-hotels-table td{padding:11px 10px;color:#36564a;font-size:12px;vertical-align:middle;border-bottom:1px solid #edf6f2}.home-hotels-table tr:last-child td{border-bottom:0}.home-hotels-table tbody tr:hover{background:#fbfffd}.hotel-table-image{display:block;width:86px;height:60px;object-fit:cover;border:1px solid #d8eae2;border-radius:7px;background:#edf8f3}.home-hotels-table td small{display:block;max-width:235px;margin-top:5px;overflow:hidden;color:#869990;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.table-hotel-name{display:block;max-width:190px;overflow:hidden;color:#17352b;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.table-section{display:block;max-width:210px;overflow:hidden;color:#24483b;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.table-rating,.table-price{color:#008f5c}.hotel-status{display:inline-flex;padding:5px 10px;font-size:11px;font-weight:700;border-radius:12px}.hotel-status.on{color:#008c5a;background:#dff7eb}.hotel-status.off{color:#8a9791;background:#edf1ef}.hotel-row-actions{display:flex;gap:7px}.hotel-row-actions button{height:30px;padding:0 12px;font-size:11px}.hotel-row-actions .edit{color:#007c50;border:1px solid #bae0d1;background:#effaf6}.hotel-row-actions .delete{color:#d84949;border:1px solid #ffd0d0;background:#fff4f4}.table-state{height:160px!important;color:#81968d!important;text-align:center!important}.home-hotel-modal{position:fixed;z-index:3000;inset:0;display:grid;place-items:center;padding:24px}.home-hotel-mask{position:absolute;inset:0;background:rgba(9,32,24,.52);backdrop-filter:blur(2px)}.home-hotel-dialog{position:relative;display:flex;width:min(760px,calc(100vw - 48px));max-height:calc(100vh - 48px);overflow:hidden;flex-direction:column;border-radius:14px;background:#fff;box-shadow:0 24px 70px rgba(0,48,30,.24)}.home-hotel-dialog>header{display:flex;align-items:center;justify-content:space-between;padding:17px 21px;border-bottom:1px solid #dcefe7;background:#f8fdfa}.home-hotel-dialog header h2{margin:0;color:#17352b;font-size:18px}.home-hotel-dialog header p{margin:4px 0 0;color:#82978e;font-size:11px}.home-hotel-dialog header button{width:34px;height:34px;color:#607970;font-size:25px;border:0;border-radius:50%;background:#eaf5f0;cursor:pointer}.hotel-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 16px;padding:20px 22px;overflow-y:auto}.hotel-form-field{display:flex;min-width:0;flex-direction:column;gap:7px;color:#506c62;font-size:12px;font-weight:700}.hotel-form-field.wide{grid-column:1/-1}.hotel-form-field>input,.hotel-form-field>select,.hotel-image-controls>input{box-sizing:border-box;width:100%;height:38px;padding:0 11px;color:#24483b;font:inherit;font-weight:400;outline:none;border:1px solid #d3e8df;border-radius:7px;background:#fff}.hotel-form-field>input:focus,.hotel-form-field>select:focus,.hotel-image-controls>input:focus{border-color:#00aa6c;box-shadow:0 0 0 2px rgba(0,170,108,.08)}.hotel-image-editor{display:flex;align-items:center;gap:13px;padding:10px;border:1px dashed #bcded0;border-radius:9px;background:#f8fdfa}.hotel-image-preview{flex:0 0 130px;width:130px;height:84px;overflow:hidden;border-radius:7px;background:#eaf6f1}.hotel-image-preview img{width:100%;height:100%;object-fit:cover}.hotel-image-controls{display:flex;min-width:0;flex:1;gap:9px}.hotel-upload-button{display:flex;position:relative;flex:0 0 auto;height:38px;align-items:center;padding:0 15px;color:#fff;font-size:12px;border-radius:7px;background:#00aa6c;cursor:pointer}.hotel-upload-button input{position:absolute;width:1px;height:1px;opacity:0}.home-hotel-dialog>footer{display:flex;justify-content:flex-end;gap:9px;padding:14px 21px;border-top:1px solid #dcefe7;background:#fbfffd}.home-hotel-dialog footer .cancel{color:#577268;border:1px solid #cce3da;background:#fff}.home-hotel-dialog footer button:disabled{opacity:.55;cursor:not-allowed}@media(max-width:900px){.home-hotels-toolbar{align-items:stretch;flex-direction:column}.home-hotel-search{flex-wrap:wrap}.home-hotels-table-wrap{overflow-x:auto}.home-hotels-table{min-width:980px}}
