:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#242424;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}a{color:#646cff;-webkit-text-decoration:inherit;text-decoration:inherit;font-weight:500}a:hover{color:#535bf2}body{width:100%;min-width:320px;min-height:100vh;margin:0}h1{font-size:3.2em;line-height:1.1}button{cursor:pointer;background-color:#1a1a1a;border:1px solid #0000;border-radius:8px;padding:.6em 1.2em;font-family:inherit;font-size:1em;font-weight:500;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.notification-bell-container{position:relative}.notification-bell-button{cursor:pointer;color:#333;background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem;font-size:1.5rem;transition:transform .2s;display:flex;position:relative}.notification-bell-button:hover{transform:scale(1.1)}.bell-icon{display:block}.notification-badge{color:#fff;text-align:center;background:#f44;border-radius:10px;min-width:18px;padding:.15rem .4rem;font-size:.7rem;font-weight:700;position:absolute;top:0;right:0}.connection-dot{border-radius:50%;width:8px;height:8px;position:absolute;bottom:2px;right:2px}.connection-dot.connected{background:#4caf50}.connection-dot.disconnected{background:#999}.notification-dropdown{z-index:1000;background:#fff;border-radius:8px;flex-direction:column;width:380px;max-width:90vw;max-height:500px;margin-top:.5rem;display:flex;position:absolute;top:100%;right:0;box-shadow:0 4px 12px #00000026}.notification-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:1rem;display:flex}.notification-header h3{margin:0;font-size:1.1rem;font-weight:600}.clear-all-btn{color:#007bff;cursor:pointer;background:0 0;border:none;padding:.25rem .5rem;font-size:.85rem}.clear-all-btn:hover{text-decoration:underline}.notification-list{max-height:400px;overflow-y:auto}.no-notifications{text-align:center;color:#999;padding:2rem}.notification-item{cursor:pointer;border-bottom:1px solid #f0f0f0;gap:.75rem;padding:1rem;transition:background .2s;display:flex;position:relative}.notification-item:hover{background:#f8f9fa}.notification-item.unread{background:#f0f8ff}.unread-indicator{background:#007bff;border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:.5rem}.notification-content{flex:1}.notification-title{color:#333;margin-bottom:.25rem;font-size:.95rem;font-weight:600}.notification-message{color:#666;margin-bottom:.5rem;font-size:.9rem}.notification-time{color:#999;font-size:.8rem}.notification-footer{text-align:center;border-top:1px solid #eee;padding:.75rem 1rem}.status{font-size:.85rem}.status.online{color:#4caf50}.status.offline{color:#999}.login-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-card{background:#fff;border-radius:12px;width:100%;max-width:420px;padding:40px;box-shadow:0 10px 40px #0000001a}.login-header{text-align:center;margin-bottom:30px}.login-header h1{color:#333;margin:0 0 8px;font-size:32px;font-weight:700}.login-header h2{color:#666;margin:0;font-size:18px;font-weight:400}.login-form{flex-direction:column;gap:20px;display:flex}.form-group{flex-direction:column;gap:8px;display:flex}.form-group label{color:#333;font-size:14px;font-weight:500}.error-message{color:#c33;background-color:#fee;border-left:4px solid #c33;border-radius:8px;padding:12px 16px;font-size:14px}.login-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:14px;font-size:16px;font-weight:600;transition:transform .2s,box-shadow .2s}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-footer{text-align:center;color:#999;margin-top:20px;font-size:13px}.login-footer p{margin:0}.login-footer a{color:#667eea;text-decoration:none}.login-footer a:hover{text-decoration:underline}.success-message{color:#2e7d32;background-color:#e8f5e9;border-left:4px solid #2e7d32;border-radius:8px;padding:12px 16px;font-size:14px}.dashboard-container{background-color:#f5f5f5;min-height:100vh}.dashboard-nav{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:space-between;align-items:center;padding:20px 40px;display:flex;box-shadow:0 2px 10px #0000001a}.nav-header h1{margin:0;font-size:24px;font-weight:700}.user-name{font-size:16px;font-weight:600}.user-role{background:#fff3;border-radius:12px;padding:4px 12px;font-size:12px;font-weight:500}.logout-button{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:6px;padding:8px 20px;font-weight:500;transition:background .3s}.dashboard-content{width:100%;margin:0 auto;padding:40px 20px}.welcome-section{background:#fff;border-radius:12px;margin-bottom:30px;padding:30px;box-shadow:0 2px 8px #0000000d}.welcome-section h2{color:#333;margin:0 0 8px;font-size:28px}.welcome-section p{color:#666;margin:0;font-size:16px}.dashboard-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:30px;display:grid}.dashboard-card{text-align:center;background:#fff;border-radius:12px;padding:30px;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 8px #0000000d}.dashboard-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0000001a}.card-icon{margin-bottom:16px;font-size:48px}.dashboard-card h3{color:#333;margin:0 0 8px;font-size:20px}.dashboard-card p{color:#666;margin:0 0 20px;font-size:14px}.card-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:6px;padding:10px 24px;font-weight:500;transition:transform .2s}.card-button:hover{transform:scale(1.05)}.info-section{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000000d}.info-section h3{color:#333;margin:0 0 20px;font-size:20px}.info-item{border-bottom:1px solid #f0f0f0;justify-content:space-between;padding:12px 0;display:flex}.status-active{color:#22c55e}.status-inactive{color:#ef4444}.users-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh}.dashboard-nav{background:#fff;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;box-shadow:0 2px 10px #0000001a}.nav-user{align-items:center;gap:1rem;display:flex}.back-button{cursor:pointer;color:#374151;background:#f3f4f6;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;transition:all .3s}.user-name{color:#374151;font-weight:600}.user-role{color:#fff;background:#667eea;border-radius:12px;padding:.25rem .75rem;font-size:.85rem}.logout-button{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;transition:all .3s}.users-content{width:100%;margin:2rem auto;padding:0 2rem}.users-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.users-header h2{color:#fff;margin:0;font-size:2rem}.btn-primary{color:#667eea;cursor:pointer;background:#fff;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.error-message{color:#dc2626;background:#fee2e2;border-radius:8px;margin-bottom:1rem;padding:1rem}.loading{text-align:center;color:#fff;padding:3rem;font-size:1.2rem}.users-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.users-table{border-collapse:collapse;width:100%}.users-table thead{background:#f9fafb}.users-table th{text-align:left;color:#374151;border-bottom:2px solid #e5e7eb;padding:1rem;font-weight:600}.users-table td{color:#6b7280;border-bottom:1px solid #f3f4f6;padding:1rem}.users-table tbody tr:hover{background:#f9fafb}.role-badge{border-radius:12px;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-block}.badge-admin{color:#1e40af;background:#dbeafe}.badge-owner{color:#92400e;background:#fef3c7}.badge-reception{color:#065f46;background:#d1fae5}.badge-hr{color:#5b21b6;background:#ede9fe}.badge-cleaning{color:#047857;background:#d1fae5}.badge-roomboy{color:#b45309;background:#fef3c7}.badge-driver{color:#b91c1c;background:#fee2e2}.status-active{color:#065f46;background:#d1fae5}.status-inactive{color:#dc2626;background:#fee2e2}.action-buttons{gap:.5rem;display:flex}.action-buttons button{cursor:pointer;border:none;border-radius:6px;padding:.4rem .8rem;font-size:.85rem;transition:all .3s}.btn-edit{color:#fff;cursor:pointer;background:#0e7490;border:none;border-radius:6px;margin-right:.35rem;padding:.35rem .65rem;font-size:.8rem}.btn-deactivate{color:#92400e;background:#fef3c7}.btn-deactivate:hover{background:#fde68a}.btn-activate{color:#065f46;background:#d1fae5}.btn-activate:hover{background:#a7f3d0}.btn-delete{color:#dc2626;background:#fee2e2}.btn-delete:hover{background:#fecaca}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.close-button{color:#9ca3af;cursor:pointer;background:0 0;border:none;width:30px;height:30px;padding:0;font-size:2rem;line-height:1;transition:color .3s}.close-button:hover{color:#374151}.user-form{padding:1.5rem}.form-group label{color:#374151;margin-bottom:.5rem;font-weight:500;display:block}.form-group input,.form-group select{border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus{border-color:#667eea;outline:none}.modal-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;padding-top:1rem;display:flex}.btn-secondary{color:#374151;cursor:pointer;background:#f3f4f6;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s}.btn-secondary:hover{background:#e5e7eb}.hotels-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh}.hotels-content{width:100%;margin:2rem auto;padding:0 2rem}.hotels-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.hotels-header h2{color:#fff;margin:0;font-size:2rem}.hotels-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 20px #0000001a}.hotels-table{border-collapse:collapse;width:100%}.hotels-table thead{background:#f9fafb}.hotels-table th{text-align:left;color:#374151;border-bottom:2px solid #e5e7eb;padding:1rem;font-weight:600}.hotels-table td{color:#6b7280;border-bottom:1px solid #f3f4f6;padding:1rem}.hotels-table tbody tr:hover{background:#f9fafb}.btn-edit{color:#1e40af;background:#dbeafe}.btn-edit:hover{background:#bfdbfe}.hotel-form{padding:1.5rem}.checkbox-label{cursor:pointer;align-items:center;gap:.5rem;display:flex}.checkbox-label input[type=checkbox]{cursor:pointer;width:auto;margin:0}.checkbox-label span{color:#374151;font-weight:500}.checkin-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh}.checkin-nav{background:#fff;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;box-shadow:0 2px 10px #0000001a}.checkin-content{width:100%;margin:2rem auto;padding:0 2rem}.progress-steps{justify-content:space-between;margin-bottom:3rem;display:flex;position:relative}.progress-steps:before{content:"";z-index:0;background:#e5e7eb;height:2px;position:absolute;top:25px;left:10%;right:10%}.step{z-index:1;flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.step-number{color:#9ca3af;background:#fff;border:3px solid #e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:.5rem;font-size:1.2rem;font-weight:700;transition:all .3s;display:flex}.step.active .step-number{color:#fff;background:#667eea;border-color:#667eea}.step.completed .step-number{color:#fff;background:#10b981;border-color:#10b981}.step-label{color:#fff;text-align:center;font-weight:500}.step-content{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px #0000001a}.step-content h2{color:#333;margin-top:0;margin-bottom:1.5rem}.step-content h3{color:#555;margin-bottom:1rem}.search-section{background:#f9fafb;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.search-section label{color:#374151;margin-bottom:.5rem;font-weight:600;display:block}.search-group{gap:1rem;display:flex}.search-input{border:2px solid #e5e7eb;border-radius:6px;flex:1;padding:.75rem;font-size:1rem;transition:border-color .3s}.search-input:focus{border-color:#667eea;outline:none}.search-button{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;padding:.75rem 2rem;font-weight:600;transition:background .3s}.search-button:hover{background:#5568d3}.search-button:disabled{cursor:not-allowed;background:#9ca3af}.form-section{margin-top:2rem}.form-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem;display:grid}.form-group.full-width{grid-column:1/-1}.form-group input,.form-group textarea{border:2px solid #e5e7eb;border-radius:6px;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.booking-details-section{background:#f9fafb;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.rooms-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.room-card{cursor:pointer;border:2px solid #e5e7eb;border-radius:8px;padding:1.5rem;transition:all .3s;position:relative}.room-card:hover{border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea33}.room-card.selected{background:#f0f4ff;border-color:#667eea;box-shadow:0 4px 12px #667eea4d}.room-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.room-header h4{color:#333;margin:0}.room-type-badge{color:#fff;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.room-description{color:#6b7280;margin:.5rem 0;font-size:.9rem}.room-details{border-top:1px solid #e5e7eb;justify-content:space-between;margin-top:1rem;padding-top:1rem;font-size:.9rem;display:flex}.room-price{color:#667eea;font-weight:700}.room-rate-dual{white-space:pre-line}.selected-indicator{color:#fff;background:#10b981;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;position:absolute;top:.5rem;right:.5rem}.confirmation-section{gap:1.5rem;margin-bottom:2rem;display:grid}.confirmation-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.confirmation-card h3{color:#333;margin-top:0;margin-bottom:1rem}.info-grid{gap:.75rem;display:grid}.info-row{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:.5rem 0;display:flex}.info-row:last-child{border-bottom:none}.info-row.full-width{flex-direction:column;gap:.5rem}.info-label{color:#6b7280;font-weight:600}.info-value{color:#333;font-weight:500}.form-actions{justify-content:space-between;gap:1rem;margin-top:2rem;display:flex}.back-btn,.next-button,.confirm-button{cursor:pointer;border:none;border-radius:6px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.back-btn{color:#333;background:#f3f4f6}.back-btn:hover{background:#e5e7eb}.next-button,.confirm-button{color:#fff;background:#667eea;margin-left:auto}.next-button:hover,.confirm-button:hover{background:#5568d3}.next-button:disabled,.confirm-button:disabled{cursor:not-allowed;background:#9ca3af}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.form-grid,.rooms-grid{grid-template-columns:1fr}.progress-steps:before{display:none}.form-actions{flex-direction:column}.next-button,.confirm-button{margin-left:0}}.modal-content{background:#fff;border-radius:10px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-header h3{color:#333;margin:0;font-size:1.25rem}.close-button{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:2rem;transition:all .2s;display:flex}.close-button:hover{color:#333;background:#f3f4f6}.checkin-id-upload{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-top:1rem;padding:1rem}.checkin-id-preview{object-fit:contain;border:1px solid #e5e7eb;border-radius:6px;max-width:280px;max-height:160px;margin-top:.75rem}.checkin-companion-row{background:#fafafa;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:.75rem;padding:1rem}.checkin-agreement-rules{color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:8px;max-height:220px;margin-bottom:1rem;padding:1.25rem;font-size:.9rem;overflow-y:auto}.checkin-agreement-rules ul{margin:.5rem 0 0 1.25rem;padding:0}.checkin-agreement-rules li{margin-bottom:.5rem}.checkin-signature-wrap{background:#fafafa;border:1px solid #cbd5e1;border-radius:8px;margin-bottom:.5rem;display:inline-block}.checkin-signature-canvas{touch-action:none;border-radius:8px;display:block}.sig-clear-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:6px;margin-top:.5rem;padding:.35rem .75rem;font-size:.85rem}.sig-clear-btn:hover{background:#f3f4f6}.checkout-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh}.checkout-nav{background:#fff;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;box-shadow:0 2px 10px #0000001a}.back-button,.logout-button{cursor:pointer;border:none;border-radius:5px;padding:.5rem 1rem;font-size:.9rem;transition:all .3s}.back-button:hover{background:#e5e7eb}.logout-button:hover{background:#dc2626}.checkout-content{width:100%;margin:2rem auto;padding:0 2rem}.error-message,.success-message{border-radius:8px;margin-bottom:1rem;padding:1rem;animation:.3s slideIn}.error-message{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.success-message{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}.content-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.content-header h2{color:#fff;margin:0}.refresh-button{color:#667eea;cursor:pointer;background:#fff;border:none;border-radius:6px;padding:.5rem 1.5rem;font-weight:600;transition:all .3s}.refresh-button:hover{background:#f9fafb}.refresh-button:disabled{opacity:.6;cursor:not-allowed}.empty-state{text-align:center;color:#6b7280;background:#fff;border-radius:12px;padding:3rem}.stays-table-container{background:#fff;border-radius:12px;padding:1.5rem;overflow-x:auto;box-shadow:0 10px 30px #0000001a}.stays-table{border-collapse:collapse;width:100%}.stays-table th,.stays-table td{text-align:left;border-bottom:1px solid #e5e7eb;padding:1rem}.stays-table th{color:#374151;text-transform:uppercase;letter-spacing:.05em;background:#f9fafb;font-size:.875rem;font-weight:600}.stays-table tr:hover{background:#f9fafb}.room-type{color:#6b7280;font-size:.75rem}.balance-due{color:#ef4444;font-weight:600}.balance-paid{color:#10b981;font-weight:600}.payment-status-badge{color:#fff;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.action-buttons{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.show-qr-btn{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .3s}.show-qr-btn:hover{background:#047857}.checkout-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;padding:.5rem 1rem;font-weight:600;transition:all .3s}.checkout-btn:hover{background:#5568d3}.modal-overlay{z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.3s fadeIn;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:700px;max-height:90vh;animation:.3s slideUp;overflow-y:auto}.modal-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.modal-header h2{color:#333;margin:0}.modal-close{color:#6b7280;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:2rem;height:2rem;padding:0;font-size:2rem;transition:color .3s;display:flex}.modal-close:hover{color:#333}.modal-body{padding:1.5rem}.checkout-summary h3{color:#333;margin-top:1.5rem;margin-bottom:1rem}.checkout-summary h3:first-child{margin-top:0}.summary-grid,.billing-grid{gap:.75rem;display:grid}.summary-row,.billing-row{background:#f9fafb;border-radius:6px;justify-content:space-between;padding:.75rem;display:flex}.summary-row .label,.billing-row .label{color:#6b7280;font-weight:600}.summary-row .value,.billing-row .value{color:#333;font-weight:500}.billing-row.total{background:#e0e7ff;border:2px solid #667eea}.billing-row.total .label,.billing-row.total .value{color:#667eea;font-weight:700}.billing-row.balance{background:#fef3c7;border:2px solid #f59e0b}.billing-row.balance .label,.billing-row.balance .value{color:#92400e;font-weight:700}.checkout-form{gap:1rem;margin-top:1.5rem;display:grid}.form-group{flex-direction:column;display:flex}.form-group label{color:#374151;margin-bottom:.5rem;font-weight:600}.form-group input{border:2px solid #e5e7eb;border-radius:6px;padding:.75rem;font-size:1rem;transition:border-color .3s}.form-group input:focus{border-color:#667eea;outline:none}.form-group input:disabled{color:#6b7280;background:#f3f4f6}.form-group small{color:#6b7280;margin-top:.5rem;font-size:.875rem}.modal-footer{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:1rem;padding:1.5rem;display:flex}.cancel-btn,.confirm-btn{cursor:pointer;border:none;border-radius:6px;padding:.75rem 2rem;font-weight:600;transition:all .3s}.cancel-btn{color:#333;background:#f3f4f6}.cancel-btn:hover{background:#e5e7eb}.confirm-btn{color:#fff;background:#10b981}.confirm-btn:hover{background:#059669}.cancel-btn:disabled,.confirm-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.stays-table-container{overflow-x:auto}.stays-table{min-width:1000px}.modal-content{width:95%;max-height:95vh}.modal-footer{flex-direction:column}}.guest-requests-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh}.guest-requests-nav{background:#fff;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;box-shadow:0 2px 10px #0000001a}.guest-requests-nav .nav-header h1{color:#333;margin:0;font-size:1.5rem}.guest-requests-nav .nav-actions{gap:1rem;display:flex}.guest-requests-nav .back-button,.guest-requests-nav .logout-button,.guest-requests-nav .refresh-button{cursor:pointer;border:none;border-radius:5px;padding:.5rem 1rem;font-size:.9rem;transition:all .3s}.guest-requests-nav .back-button{color:#333;background:#f3f4f6}.guest-requests-nav .back-button:hover{background:#e5e7eb}.guest-requests-nav .refresh-button{color:#fff;background:#0891b2}.guest-requests-nav .refresh-button:hover{background:#0e7490}.guest-requests-nav .logout-button{color:#fff;background:#ef4444}.guest-requests-nav .logout-button:hover{background:#dc2626}.guest-requests-content{width:100%;max-width:1200px;margin:2rem auto;padding:0 2rem}.guest-requests-content .error-message,.guest-requests-content .success-message{border-radius:8px;margin-bottom:1rem;padding:1rem}.guest-requests-content .error-message{color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.guest-requests-content .success-message{color:#065f46;background:#d1fae5;border:1px solid #a7f3d0}.guest-requests-content .content-header{margin-bottom:1.5rem}.guest-requests-content .content-header h2{color:#333;margin:0;font-size:1.25rem}.guest-requests-content .empty-state{text-align:center;color:#64748b;background:#fff;border-radius:12px;padding:3rem}.requests-table-container{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.requests-table{border-collapse:collapse;width:100%}.requests-table th,.requests-table td{text-align:left;border-bottom:1px solid #eee;padding:1rem}.requests-table th{color:#475569;background:#f8fafc;font-weight:600}.requests-table tbody tr:hover{background:#f8fafc}.requests-table .message-cell{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}.status-badge{color:#fff;border-radius:999px;padding:4px 10px;font-size:.8rem;font-weight:600;display:inline-block}.action-btn{cursor:pointer;color:#fff;border:none;border-radius:6px;padding:6px 14px;font-size:.85rem;font-weight:600;transition:all .2s}.action-btn:disabled{opacity:.6;cursor:not-allowed}.in-progress-btn{background:#0891b2}.in-progress-btn:hover:not(:disabled){background:#0e7490}.complete-btn{background:#059669}.complete-btn:hover:not(:disabled){background:#047857}.phone-link{color:#0891b2;text-decoration:underline}.status-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}.status-tab{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:6px;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.status-tab:hover{color:#0891b2;border-color:#0891b2}.status-tab.active{color:#fff;background:#0891b2;border-color:#0891b2}.tab-count{background:#ffffff4d;border-radius:10px;padding:1px 7px;font-size:.75rem;font-weight:700}.pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;display:flex}.pagination-btn{color:#475569;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:.5rem .9rem;font-size:.85rem;font-weight:600;transition:all .2s}.pagination-btn:hover:not(:disabled){color:#0891b2;border-color:#0891b2}.pagination-btn.active{color:#fff;background:#0891b2;border-color:#0891b2}.pagination-btn:disabled{opacity:.4;cursor:not-allowed}.pagination-ellipsis{color:#94a3b8;padding:0 4px}.pagination-info{color:#fffc;margin-left:1rem;font-size:.85rem}.food-menu-container{max-width:1100px;margin:0 auto;padding:2rem}.food-menu-container h2{color:#1e293b;margin-bottom:.5rem;font-size:1.5rem}.food-menu-container .subtitle{color:#64748b;margin-bottom:1.5rem}.menu-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.category-tabs{flex-wrap:wrap;gap:.5rem;display:flex}.category-tab{cursor:pointer;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:.5rem 1rem;font-size:.85rem;font-weight:500;transition:all .15s}.category-tab:hover{background:#f1f5f9}.category-tab.active{color:#fff;background:#0e7490;border-color:#0e7490}.add-btn{color:#fff;cursor:pointer;background:#0e7490;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;transition:background .15s}.add-btn:hover{background:#0c5f73}.menu-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1rem;display:grid}.menu-card{background:#fff;border:1px solid #f1f5f9;border-radius:12px;flex-direction:column;gap:.5rem;padding:1.25rem;display:flex;position:relative;box-shadow:0 1px 3px #0000000f}.menu-card.unavailable{opacity:.55}.menu-card-header{justify-content:space-between;align-items:flex-start;display:flex}.menu-card-name{color:#1e293b;font-size:1.05rem;font-weight:600}.menu-card-price{color:#0e7490;white-space:nowrap;font-size:1.05rem;font-weight:700}.menu-card-desc{color:#64748b;font-size:.85rem;line-height:1.4}.menu-card-category{color:#0e7490;background:#ecfeff;border-radius:12px;align-self:flex-start;padding:.2rem .6rem;font-size:.75rem;font-weight:600;display:inline-block}.menu-card-actions{border-top:1px solid #f1f5f9;gap:.5rem;margin-top:.5rem;padding-top:.75rem;display:flex}.menu-card-actions button{cursor:pointer;color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:6px;flex:1;padding:.4rem;font-size:.8rem;font-weight:500;transition:all .15s}.menu-card-actions button:hover{background:#f8fafc}.menu-card-actions .toggle-btn.available{color:#059669;border-color:#a7f3d0}.menu-card-actions .toggle-btn.unavailable{color:#dc2626;border-color:#fecaca}.menu-card-actions .delete-btn:hover{color:#dc2626;background:#fef2f2;border-color:#fecaca}.modal-overlay{z-index:100;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:16px;width:100%;max-width:480px;max-height:90vh;padding:2rem;overflow-y:auto}.modal-content h3{color:#1e293b;margin-bottom:1.25rem;font-size:1.2rem}.form-group{margin-bottom:1rem}.form-group label{color:#475569;margin-bottom:.35rem;font-size:.85rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{color:#1e293b;box-sizing:border-box;border:1px solid #e2e8f0;border-radius:8px;width:100%;padding:.6rem .75rem;font-size:.9rem}.form-group textarea{resize:vertical;min-height:60px}.modal-actions{gap:.75rem;margin-top:1.25rem;display:flex}.modal-actions button{cursor:pointer;border:none;border-radius:8px;flex:1;padding:.65rem;font-size:.9rem;font-weight:600}.modal-actions .save-btn{color:#fff;background:#0e7490}.modal-actions .save-btn:hover{background:#0c5f73}.modal-actions .cancel-btn{color:#475569;background:#f1f5f9}.modal-actions .cancel-btn:hover{background:#e2e8f0}.empty-menu{text-align:center;color:#94a3b8;padding:3rem;font-size:1rem}.rooms-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh}.rooms-nav{background:#fffffff2;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;box-shadow:0 2px 10px #0000001a}.rooms-nav-row{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.add-room-button{color:#fff;cursor:pointer;background:#0d9488;border:none;border-radius:8px;padding:.6rem 1.1rem;font-size:.95rem;font-weight:600;transition:background .2s,transform .2s}.add-room-button:hover{background:#0f766e;transform:translateY(-1px)}.rooms-content{width:100%;margin:0 auto;padding:2rem}.room-stats{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card.available{border-left:4px solid #10b981}.stat-card.occupied{border-left:4px solid #ef4444}.stat-card.maintenance{border-left:4px solid #f59e0b}.stat-info{flex:1}.stat-label{color:#6b7280;margin-top:.25rem;font-size:.9rem}.filters-section{background:#fff;border-radius:12px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.search-box{margin-bottom:1rem}.search-input{border:2px solid #e5e7eb;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.search-input:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f11a}.filter-group{align-items:center;gap:.5rem;display:flex}.filter-group label{color:#374151;font-weight:500}.filter-select{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.5rem 1rem;font-size:.95rem;transition:all .3s}.filter-select:focus{border-color:#6366f1;outline:none}.rooms-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.room-card{background:#fff;border-left:4px solid #e5e7eb;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 8px #0000001a}.room-card:hover{transform:translateY(-4px);box-shadow:0 6px 16px #00000026}.room-card.status-available{border-left-color:#10b981}.room-card.status-occupied{border-left-color:#ef4444}.room-card.status-maintenance{border-left-color:#f59e0b}.room-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.room-number{color:#fff;font-size:1.25rem;font-weight:700}.room-type-badge{color:#fff;text-transform:uppercase;letter-spacing:.5px;border-radius:6px;padding:.375rem .875rem;font-size:.875rem;font-weight:600}.room-body{padding:1.25rem}.room-description{color:#6b7280;margin-bottom:1rem;line-height:1.5}.room-details{flex-direction:column;gap:.75rem;display:flex}.detail-item{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.detail-item:last-child{border-bottom:none}.detail-label{color:#374151;font-size:.9rem;font-weight:600}.detail-value{color:#1f2937;font-weight:500}.detail-value.price{color:#10b981;font-size:1.05rem;font-weight:700}.room-rate-dual{white-space:pre-line;text-align:right}.room-footer{background:#f9fafb;border-top:1px solid #e5e7eb;padding:1rem 1.25rem}.room-owner-actions{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.btn-edit-room,.btn-delete-room{cursor:pointer;border:2px solid #0000;border-radius:6px;flex:1;min-width:88px;padding:.5rem .75rem;font-size:.875rem;font-weight:600;transition:all .2s}.btn-edit-room{color:#4338ca;background:#e0e7ff;border-color:#c7d2fe}.btn-edit-room:hover{background:#c7d2fe}.btn-delete-room{color:#b91c1c;background:#fee2e2;border-color:#fecaca}.btn-delete-room:hover{background:#fecaca}.room-modal-overlay{z-index:1000;background:#0f172a8c;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.room-modal{background:#fff;border-radius:12px;flex-direction:column;width:100%;max-width:520px;max-height:90vh;display:flex;overflow:hidden;box-shadow:0 20px 50px #0003}.room-modal-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.room-modal-header h2{color:#fff;margin:0;font-size:1.2rem}.room-modal-close{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:6px;width:2rem;height:2rem;font-size:1.5rem;line-height:1}.room-modal-close:hover{background:#ffffff59}.room-modal-body{padding:1.25rem;overflow-y:auto}.room-modal-error{color:#991b1b;background:#fee2e2;border-radius:8px;margin-bottom:1rem;padding:.75rem;font-size:.9rem}.room-form-grid{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.room-form-label{color:#374151;flex-direction:column;gap:.35rem;font-size:.8rem;font-weight:600;display:flex}.room-form-full{grid-column:1/-1}.room-form-input,.room-form-textarea{color:#1f2937;border:2px solid #e5e7eb;border-radius:8px;padding:.6rem .75rem;font-size:1rem;font-weight:500}.room-form-input:focus,.room-form-textarea:focus{border-color:#6366f1;outline:none}.room-form-textarea{resize:vertical;min-height:72px;font-family:inherit}.room-modal-footer{background:#f9fafb;border-top:1px solid #e5e7eb;justify-content:flex-end;gap:.75rem;padding:1rem 1.25rem;display:flex}.room-modal-cancel,.room-modal-save{cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.25rem;font-weight:600}.room-modal-cancel{color:#374151;background:#e5e7eb}.room-modal-cancel:hover:not(:disabled){background:#d1d5db}.room-modal-save{color:#fff;background:#6366f1}.room-modal-save:hover:not(:disabled){background:#4f46e5}.room-modal-cancel:disabled,.room-modal-save:disabled{opacity:.6;cursor:not-allowed}.status-change-section{flex-direction:column;gap:.75rem;display:flex}.status-change-label{color:#374151;font-size:.875rem;font-weight:600}.status-buttons{flex-wrap:wrap;gap:.5rem;display:flex}.status-btn{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:6px;flex:1;justify-content:center;align-items:center;gap:.25rem;min-width:100px;padding:.5rem .75rem;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.status-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 2px 8px #0000001a}.status-btn:disabled{cursor:not-allowed;opacity:.5}.status-btn.available{color:#059669;border-color:#d1fae5}.status-btn.available:hover:not(:disabled){background:#d1fae5;border-color:#10b981}.status-btn.available.active{color:#fff;background:#10b981;border-color:#10b981}.status-btn.occupied{color:#dc2626;border-color:#fee2e2}.status-btn.occupied:hover:not(:disabled){background:#fee2e2;border-color:#ef4444}.status-btn.occupied.active{color:#fff;background:#ef4444;border-color:#ef4444}.status-btn.maintenance{color:#d97706;border-color:#fef3c7}.status-btn.maintenance:hover:not(:disabled){background:#fef3c7;border-color:#f59e0b}.status-btn.maintenance.active{color:#fff;background:#f59e0b;border-color:#f59e0b}.updating-text{color:#6366f1;font-size:.875rem;font-weight:500;animation:1.5s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.read-only-badge{color:#4338ca;background:#e0e7ff;border-radius:6px;align-items:center;gap:.375rem;padding:.375rem .875rem;font-size:.875rem;font-weight:500;display:inline-flex}.success-message{color:#065f46;background:#d1fae5;border-left:4px solid #10b981;border-radius:8px;margin-bottom:1.5rem;padding:1rem;animation:.3s slideIn}.loading-message,.empty-message{text-align:center;color:#6b7280;background:#fff;border-radius:12px;padding:3rem;font-size:1.1rem}@media (width<=768px){.rooms-nav{flex-direction:column;gap:1rem}.nav-actions{justify-content:space-between;width:100%}.room-stats,.rooms-grid{grid-template-columns:1fr}.filter-buttons{flex-direction:column;width:100%}.filter-group{justify-content:space-between;width:100%}.filter-select{flex:1}.room-form-grid{grid-template-columns:1fr}}.marketplace-container{background-color:#f5f5f5;min-height:100vh}.marketplace-container .dashboard-nav{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;box-shadow:0 2px 10px #0000001a}.marketplace-container .nav-header h1{margin:0;font-size:1.5rem;font-weight:700}.marketplace-container .nav-user{align-items:center;gap:1rem;display:flex}.marketplace-container .back-button{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;transition:background .3s}.marketplace-container .back-button:hover{background:#ffffff4d}.marketplace-container .user-name{font-weight:600}.marketplace-container .user-role{background:#ffffff40;border-radius:12px;padding:.25rem .75rem;font-size:.85rem}.marketplace-container .logout-button{color:#fff;cursor:pointer;background:#ef4444e6;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem;transition:background .3s}.marketplace-container .logout-button:hover{background:#dc2626}.marketplace-loading{text-align:center;color:#666;padding:3rem 2rem;font-size:1.1rem}.marketplace-content{width:100%;margin:0 auto;padding:2rem}.marketplace-header{background:#fff;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.marketplace-header h2{color:#333;margin:0 0 .25rem;font-size:1.75rem}.marketplace-subtitle{color:#666;margin:0;font-size:.95rem}.marketplace-error{color:#dc2626;background:#fee2e2;border-radius:8px;margin-bottom:1rem;padding:1rem}.marketplace-layout{grid-template-columns:1fr 340px;gap:2rem;display:grid}@media (width<=900px){.marketplace-layout{grid-template-columns:1fr}}.marketplace-items{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000000d}.marketplace-items h3{color:#333;margin:0 0 1rem;font-size:1.25rem}.items-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem;display:grid}.marketplace-item-card{border:1px solid #e5e7eb;border-radius:10px;transition:box-shadow .2s;overflow:hidden}.marketplace-item-card:hover{box-shadow:0 4px 12px #00000014}.item-image{object-fit:cover;background:#f9fafb;width:100%;height:140px}.item-image-placeholder{background:#f3f4f6;justify-content:center;align-items:center;width:100%;height:140px;font-size:3rem;display:flex}.item-details{padding:1rem}.item-details h4{color:#374151;margin:0 0 .25rem;font-size:1rem}.item-category{color:#6b7280;margin:0;font-size:.8rem}.item-desc{color:#6b7280;margin:.25rem 0;font-size:.85rem;line-height:1.4}.item-price{color:#667eea;margin:.5rem 0;font-size:1.1rem;font-weight:700}.item-add{align-items:center;gap:.5rem;margin-top:.75rem;display:flex}.qty-input{border:1px solid #d1d5db;border-radius:6px;width:60px;padding:.4rem .5rem;font-size:.95rem}.btn-add{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;flex:1;padding:.4rem .75rem;font-size:.9rem;font-weight:500}.btn-add:hover{background:#5a67d8}.marketplace-empty{color:#6b7280;margin:1rem 0 0}.marketplace-cart{background:#fff;border-radius:12px;height:fit-content;padding:1.5rem;position:sticky;top:1rem;box-shadow:0 2px 8px #0000000d}.marketplace-cart h3{color:#333;margin:0 0 1rem;font-size:1.25rem}.cart-empty{color:#6b7280;margin:0}.cart-list{margin:0 0 1rem;padding:0;list-style:none}.cart-item{border-bottom:1px solid #f3f4f6;align-items:center;gap:.5rem;padding:.6rem 0;font-size:.95rem;display:flex}.cart-item-name{color:#374151;flex:1}.cart-item-qty{align-items:center;gap:.25rem;display:flex}.cart-item-qty button{cursor:pointer;background:#f9fafb;border:1px solid #d1d5db;border-radius:4px;width:28px;height:28px;padding:0;font-size:1rem;line-height:1}.cart-item-qty button:hover{background:#e5e7eb}.cart-item-price{color:#667eea;text-align:right;min-width:70px;font-weight:600}.cart-remove{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1rem;line-height:1}.cart-remove:hover{color:#dc2626}.cart-total{color:#374151;border-top:2px solid #e5e7eb;padding:1rem 0;font-size:1.1rem}.cart-notes{margin-bottom:1rem}.cart-notes label{color:#374151;margin-bottom:.5rem;font-size:.9rem;font-weight:500;display:block}.cart-notes textarea{resize:vertical;box-sizing:border-box;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.5rem;font-size:.95rem}.btn-place-order{color:#fff;cursor:pointer;background:#059669;border:none;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:1rem;font-weight:600;transition:background .3s}.btn-place-order:hover:not(:disabled){background:#047857}.btn-place-order:disabled{opacity:.7;cursor:not-allowed}.marketplace-orders-container{background-color:#f5f5f5;min-height:100vh}.marketplace-orders-container .dashboard-nav{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex;box-shadow:0 2px 10px #0000001a}.marketplace-orders-container .nav-header h1{margin:0;font-size:1.5rem;font-weight:700}.marketplace-orders-container .nav-user{align-items:center;gap:1rem;display:flex}.marketplace-orders-container .back-button{color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:6px;padding:.5rem 1rem;font-size:.9rem}.marketplace-orders-container .back-button:hover{background:#ffffff4d}.marketplace-orders-container .user-name{font-weight:600}.marketplace-orders-container .user-role{background:#ffffff40;border-radius:12px;padding:.25rem .75rem;font-size:.85rem}.marketplace-orders-container .logout-button{color:#fff;cursor:pointer;background:#ef4444e6;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem}.marketplace-orders-container .logout-button:hover{background:#dc2626}.marketplace-orders-content{width:100%;margin:2rem auto;padding:0 2rem}.marketplace-orders-header{margin-bottom:1.5rem}.marketplace-orders-header h2{color:#333;margin:0;font-size:1.75rem}.marketplace-orders-error{color:#dc2626;background:#fee2e2;border-radius:8px;margin-bottom:1rem;padding:1rem}.marketplace-orders-loading{text-align:center;color:#666;padding:3rem}.marketplace-orders-empty{color:#666;text-align:center;margin:0;padding:2rem}.orders-list{flex-direction:column;gap:1rem;display:flex}.order-card{background:#fff;border-radius:12px;padding:1.25rem;box-shadow:0 2px 8px #00000014}.order-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.order-id{color:#374151;font-size:.95rem;font-weight:700}.order-hotel{color:#6b7280;font-size:.95rem}.order-status-badge{border-radius:20px;padding:.25rem .75rem;font-size:.85rem;font-weight:500}.order-status-badge.status-PENDING{color:#b45309;background:#fef3c7}.order-status-badge.status-CONFIRMED{color:#1e40af;background:#dbeafe}.order-status-badge.status-PROCESSING{color:#3730a3;background:#e0e7ff}.order-status-badge.status-SHIPPED{color:#0e7490;background:#cffafe}.order-status-badge.status-DELIVERED{color:#065f46;background:#d1fae5}.order-status-badge.status-CANCELLED{color:#b91c1c;background:#fee2e2}.order-meta{color:#6b7280;margin-bottom:.75rem;font-size:.9rem}.order-items{color:#374151;margin:0 0 .5rem;padding:0;font-size:.95rem;list-style:none}.order-items li{padding:.2rem 0}.order-total{border-top:1px solid #e5e7eb;margin-top:.5rem;padding-top:.5rem;font-size:1rem}.order-total strong{color:#374151}.order-notes{color:#6b7280;margin:.5rem 0 0;font-size:.9rem}.order-rejection-reason{color:#991b1b;background:#fef2f2;border-left:4px solid #dc2626;border-radius:6px;margin-top:.75rem;padding:.75rem;font-size:.9rem}.order-rejection-reason strong{margin-bottom:.25rem;display:block}.reports-container{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh}.reports-nav{background:#fffffff2;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex;box-shadow:0 2px 10px #0000001a}.nav-header h1{color:#1f2937;margin:0;font-size:1.8rem}.nav-actions{gap:1rem;display:flex}.back-button,.logout-button{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-weight:500;transition:all .3s}.back-button{color:#fff;background:#6366f1}.back-button:hover{background:#4f46e5;transform:translateY(-2px)}.logout-button{color:#fff;background:#ef4444}.logout-button:hover{background:#dc2626;transform:translateY(-2px)}.reports-content{width:100%;margin:0;padding:2rem}.filter-section{background:#fff;border-radius:12px;margin-bottom:2rem;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.filter-section h3{color:#1f2937;margin:0 0 1rem}.filter-buttons{flex-wrap:wrap;gap:.75rem;display:flex}.filter-buttons button{cursor:pointer;color:#6b7280;background:#fff;border:2px solid #e5e7eb;border-radius:8px;padding:.625rem 1.25rem;font-weight:500;transition:all .3s}.filter-buttons button:hover{color:#6366f1;border-color:#6366f1}.filter-buttons button.active{color:#fff;background:#6366f1;border-color:#6366f1}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.stat-card{background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:transform .3s;display:flex;box-shadow:0 2px 8px #0000001a}.stat-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.stat-icon{background:#f3f4f6;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;font-size:2.5rem;display:flex}.stat-card.revenue .stat-icon{background:#dcfce7}.stat-card.pending .stat-icon{background:#fef3c7}.stat-card.checkins .stat-icon{background:#dbeafe}.stat-card.occupancy .stat-icon{background:#f3e8ff}.stat-card.active .stat-icon{background:#d1fae5}.stat-card.duration .stat-icon{background:#fce7f3}.stat-content{flex:1}.stat-content h4{color:#6b7280;margin:0 0 .5rem;font-size:.9rem;font-weight:500}.stat-value{color:#1f2937;margin:0;font-size:1.75rem;font-weight:700}.reports-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;display:grid}.report-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #0000001a}.report-card.full-width{grid-column:1/-1}.report-card h3{color:#1f2937;margin:0 0 1.5rem;font-size:1.25rem}.chart-container{flex-direction:column;gap:1rem;display:flex}.bar-item{flex-direction:column;gap:.5rem;display:flex}.bar-label{color:#374151;justify-content:space-between;font-size:.9rem;font-weight:500;display:flex}.bar-track{background:#f3f4f6;border-radius:12px;width:100%;height:24px;overflow:hidden}.bar-fill{background:linear-gradient(90deg,#6366f1 0%,#8b5cf6 100%);border-radius:12px;height:100%;transition:width .6s}.bar-fill.revenue-fill{background:linear-gradient(90deg,#10b981 0%,#059669 100%)}.table-container{overflow-x:auto}.reports-table{border-collapse:collapse;width:100%}.reports-table thead{background:#f9fafb}.reports-table th{text-align:left;color:#374151;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb;padding:.75rem 1rem;font-size:.875rem;font-weight:600}.reports-table td{color:#1f2937;border-bottom:1px solid #e5e7eb;padding:1rem}.reports-table tbody tr:hover{background:#f9fafb}.room-number{color:#6366f1;font-weight:600}.revenue-cell{color:#10b981;font-weight:600}.rank-badge{color:#fff;background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);border-radius:6px;padding:.25rem .625rem;font-size:.875rem;font-weight:700;display:inline-block}.type-badge{color:#4338ca;background:#e0e7ff;border-radius:6px;padding:.25rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.status-badge{border-radius:6px;padding:.375rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.status-badge.checked_in{color:#065f46;background:#d1fae5}.status-badge.checked_out{color:#374151;background:#e5e7eb}.payment-badge{border-radius:6px;padding:.375rem .75rem;font-size:.875rem;font-weight:500;display:inline-block}.payment-badge.paid{color:#065f46;background:#d1fae5}.payment-badge.unpaid{color:#991b1b;background:#fee2e2}.payment-badge.partial{color:#92400e;background:#fef3c7}.no-data{text-align:center;color:#6b7280;font-style:italic;padding:2rem!important}.loading{text-align:center;color:#6b7280;background:#fff;border-radius:12px;padding:3rem;font-size:1.1rem}.error-message{color:#991b1b;background:#fee2e2;border-left:4px solid #dc2626;border-radius:8px;margin-bottom:1.5rem;padding:1rem}@media (width<=768px){.reports-nav{flex-direction:column;gap:1rem}.nav-actions{justify-content:space-between;width:100%}.stats-grid,.reports-grid{grid-template-columns:1fr}.filter-buttons{flex-direction:column}.filter-buttons button{width:100%}}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{width:100%;min-height:100vh}main.hotel-web-outlet nav.dashboard-nav,main.hotel-web-outlet nav.checkin-nav,main.hotel-web-outlet nav.checkout-nav,main.hotel-web-outlet nav.rooms-nav,main.hotel-web-outlet nav.reports-nav,main.hotel-web-outlet nav.guest-requests-nav{display:none!important}
