.ReservationPage-module__l9DZJW__reservation-page{max-width:1100px;min-height:60vh;margin:0 auto;padding:40px 24px 60px}.ReservationPage-module__l9DZJW__reservation-layout{grid-template-columns:360px 1fr;align-items:start;gap:40px;display:grid}.ReservationPage-module__l9DZJW__reservation-main{flex-direction:column;min-width:0;display:flex}.ReservationPage-module__l9DZJW__reservation-steps{gap:4px;margin-bottom:24px;display:flex}.ReservationPage-module__l9DZJW__reservation-step{flex:1;align-items:center;gap:8px;padding:10px 0;display:flex;position:relative}.ReservationPage-module__l9DZJW__reservation-step-number{background:var(--gray-light);width:28px;height:28px;color:var(--gray);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;transition:all .3s;display:flex}.ReservationPage-module__l9DZJW__reservation-step-label{color:var(--gray);white-space:nowrap;font-size:12px;font-weight:500;transition:color .3s}.ReservationPage-module__l9DZJW__reservation-step.ReservationPage-module__l9DZJW__active .ReservationPage-module__l9DZJW__reservation-step-number{background:var(--success);color:var(--white)}.ReservationPage-module__l9DZJW__reservation-step.ReservationPage-module__l9DZJW__active .ReservationPage-module__l9DZJW__reservation-step-label{color:var(--text-dark);font-weight:600}.ReservationPage-module__l9DZJW__reservation-step.ReservationPage-module__l9DZJW__completed .ReservationPage-module__l9DZJW__reservation-step-number{background:var(--success-light);color:var(--success)}.ReservationPage-module__l9DZJW__reservation-step.ReservationPage-module__l9DZJW__completed .ReservationPage-module__l9DZJW__reservation-step-label{color:var(--success)}.ReservationPage-module__l9DZJW__reservation-step:not(:last-child):after{content:"";background:var(--border-default);border-radius:50%;width:4px;height:4px;position:absolute;top:50%;right:-2px}.ReservationPage-module__l9DZJW__reservation-step.ReservationPage-module__l9DZJW__completed:not(:last-child):after{background:var(--success)}.ReservationPage-module__l9DZJW__reservation-page-body{padding:0}.ReservationPage-module__l9DZJW__validation-error-banner{background:var(--error-bg);border:1px solid var(--error-border);border-radius:var(--radius-sm);color:var(--error-text);align-items:center;gap:12px;margin-bottom:24px;padding:16px;font-size:14px;font-weight:500;animation:.3s ease-out ReservationPage-module__l9DZJW__slideDown;display:flex}.ReservationPage-module__l9DZJW__validation-error-banner svg{color:var(--error);flex-shrink:0}@keyframes ReservationPage-module__l9DZJW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.ReservationPage-module__l9DZJW__reservation-page-footer{border-top:1px solid var(--border-lighter);background:var(--white);justify-content:space-between;align-items:center;gap:12px;margin-top:24px;padding:16px 0;display:flex;position:sticky;bottom:0}.ReservationPage-module__l9DZJW__reservation-page-footer .btn{min-width:120px}.ReservationPage-module__l9DZJW__btn-back{color:var(--gray-dark);border:1.5px solid var(--border-default);background:0 0}.ReservationPage-module__l9DZJW__btn-back:hover{border-color:var(--text-dark);color:var(--text-dark)}.ReservationPage-module__l9DZJW__btn-next{background:var(--success);color:var(--white);flex:1;max-width:200px}.ReservationPage-module__l9DZJW__btn-next:hover{background:#247a60}.ReservationPage-module__l9DZJW__btn-next:disabled{opacity:.5;cursor:not-allowed}.ReservationPage-module__l9DZJW__reservation-confirmation{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:32px 16px;display:flex}.ReservationPage-module__l9DZJW__confirmation-icon{border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;display:flex}.ReservationPage-module__l9DZJW__confirmation-icon.ReservationPage-module__l9DZJW__success{background:var(--success-light);color:var(--success)}.ReservationPage-module__l9DZJW__confirmation-icon.ReservationPage-module__l9DZJW__pending{color:var(--warning);background:#fef3c7}.ReservationPage-module__l9DZJW__confirmation-icon svg{width:36px;height:36px}.ReservationPage-module__l9DZJW__reservation-confirmation h3{font-family:var(--font-poppins),"Poppins",sans-serif;color:var(--text-dark);margin:0;font-size:22px;font-weight:700}.ReservationPage-module__l9DZJW__reservation-confirmation p{color:var(--gray-dark);max-width:360px;margin:0;font-size:14px;line-height:1.6}.ReservationPage-module__l9DZJW__reservation-confirmation .ReservationPage-module__l9DZJW__confirmation-ref{color:var(--gray);background:var(--gray-light);border-radius:var(--radius-sm);padding:8px 16px;font-size:12px}.ReservationPage-module__l9DZJW__pdf-download-btn{color:var(--success);border:1.5px solid var(--success);border-radius:var(--radius-sm);cursor:pointer;background:0 0;align-items:center;gap:8px;margin-top:12px;padding:10px 20px;font-size:14px;font-weight:600;transition:all .2s;display:inline-flex}.ReservationPage-module__l9DZJW__pdf-download-btn:hover{background:#2d8b6f14}.ReservationPage-module__l9DZJW__reservation-done-btn{min-width:140px;margin-top:8px}.ReservationPage-module__l9DZJW__proof-verification-result{border-radius:var(--radius-sm);flex-direction:column;align-items:center;gap:6px;max-width:360px;margin:12px auto;padding:12px 16px;display:flex}.ReservationPage-module__l9DZJW__proof-verification-result.ReservationPage-module__l9DZJW__verified{border:1px solid var(--success);background:#2d8b6f14}.ReservationPage-module__l9DZJW__proof-verification-result.ReservationPage-module__l9DZJW__suspicious{background:#e6510014;border:1px solid #e65100}.ReservationPage-module__l9DZJW__proof-verification-result.ReservationPage-module__l9DZJW__unreadable{border:1px solid var(--warning);background:#fef3c7}.ReservationPage-module__l9DZJW__proof-verification-badge{text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:700}.ReservationPage-module__l9DZJW__proof-verification-result.ReservationPage-module__l9DZJW__verified .ReservationPage-module__l9DZJW__proof-verification-badge{color:var(--success)}.ReservationPage-module__l9DZJW__proof-verification-result.ReservationPage-module__l9DZJW__suspicious .ReservationPage-module__l9DZJW__proof-verification-badge{color:#e65100}.ReservationPage-module__l9DZJW__proof-verification-result.ReservationPage-module__l9DZJW__unreadable .ReservationPage-module__l9DZJW__proof-verification-badge{color:var(--warning)}.ReservationPage-module__l9DZJW__proof-verification-summary{color:var(--gray-dark);text-align:center;margin:0;font-size:12px;line-height:1.5}.ReservationPage-module__l9DZJW__reservation-error{text-align:center;padding:24px 16px}.ReservationPage-module__l9DZJW__reservation-error p{color:var(--gray-dark);margin:0 0 16px;font-size:14px}.ReservationPage-module__l9DZJW__reservation-error .btn{margin:0 auto}.ReservationPage-module__l9DZJW__breakdown-toggle-btn{display:none}@media (max-width:1024px){.ReservationPage-module__l9DZJW__reservation-page{padding:24px 16px 60px}.ReservationPage-module__l9DZJW__reservation-layout{grid-template-columns:1fr;gap:0}.ReservationPage-module__l9DZJW__reservation-step-label{font-size:11px}.ReservationPage-module__l9DZJW__reservation-step-number{width:26px;height:26px;font-size:11px}.ReservationPage-module__l9DZJW__breakdown-toggle-btn{border:1px solid var(--border-default);background:var(--off-white);border-radius:var(--radius-sm);cursor:pointer;width:100%;color:var(--text-dark);align-items:center;gap:8px;padding:12px 16px;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;display:flex}.ReservationPage-module__l9DZJW__breakdown-toggle-btn svg:last-child{color:var(--gray);flex-shrink:0;transition:transform .2s}.ReservationPage-module__l9DZJW__breakdown-toggle-btn.ReservationPage-module__l9DZJW__expanded svg:last-child{transform:rotate(180deg)}.ReservationPage-module__l9DZJW__breakdown-toggle-total{font-family:var(--font-poppins),"Poppins",sans-serif;color:var(--success);margin-left:auto;padding-left:12px;font-size:16px;font-weight:700}}@media (max-width:768px){.ReservationPage-module__l9DZJW__reservation-page-footer{flex-direction:column-reverse;gap:8px}.ReservationPage-module__l9DZJW__reservation-page-footer .btn{width:100%;min-width:unset;font-size:13px}.ReservationPage-module__l9DZJW__btn-next{max-width:none}.ReservationPage-module__l9DZJW__reservation-step-label{font-size:10px}.ReservationPage-module__l9DZJW__reservation-step-number{width:24px;height:24px;font-size:11px}}@media (max-width:480px){.ReservationPage-module__l9DZJW__reservation-page{padding:16px 12px 60px}.ReservationPage-module__l9DZJW__reservation-step-label{display:none}.ReservationPage-module__l9DZJW__reservation-step{justify-content:center}}
.ReservationSidebar-module__sdLyuG__reservation-sidebar{overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:var(--border-default)transparent;flex-direction:column;gap:16px;max-height:calc(100vh - 82px);padding-bottom:8px;padding-right:8px;display:flex;position:sticky;top:66px;overflow-y:auto}.ReservationSidebar-module__sdLyuG__reservation-sidebar>*{flex-shrink:0}.ReservationSidebar-module__sdLyuG__reservation-sidebar::-webkit-scrollbar{width:6px}.ReservationSidebar-module__sdLyuG__reservation-sidebar::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:4px}.ReservationSidebar-module__sdLyuG__reservation-sidebar::-webkit-scrollbar-thumb:hover{background:var(--gray)}.ReservationSidebar-module__sdLyuG__reservation-sidebar::-webkit-scrollbar-track{background:0 0}.ReservationSidebar-module__sdLyuG__sidebar-property-card{background:var(--white);border:1px solid var(--border-lighter);border-radius:var(--radius-sm);overflow:hidden}.ReservationSidebar-module__sdLyuG__sidebar-property-image{object-fit:cover;width:100%;height:200px;display:block}.ReservationSidebar-module__sdLyuG__sidebar-property-info{padding:16px}.ReservationSidebar-module__sdLyuG__sidebar-property-info h4{color:var(--text-dark);margin:0 0 4px;font-size:16px;font-weight:600}.ReservationSidebar-module__sdLyuG__sidebar-property-info .ReservationSidebar-module__sdLyuG__reservation-prop-location{color:var(--gray);margin:0 0 4px;font-size:13px}.ReservationSidebar-module__sdLyuG__sidebar-property-info .ReservationSidebar-module__sdLyuG__reservation-room-name{color:var(--success);margin:0;font-size:13px;font-weight:500}.ReservationSidebar-module__sdLyuG__sidebar-price-breakdown{background:var(--off-white);border-radius:var(--radius-sm);overflow:hidden}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-title{border-bottom:1px solid var(--border-default);color:var(--text-dark);align-items:center;gap:8px;padding:14px 16px;font-size:13px;font-weight:600;display:flex}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-title svg{color:var(--success);flex-shrink:0}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-section{padding:12px 16px}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-section:last-of-type{padding-bottom:0}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-label{color:var(--gray);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:10px;font-weight:700}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-row{justify-content:space-between;align-items:center;padding:4px 0;font-size:13px;display:flex}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-row span:first-child{color:var(--gray-dark)}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-row span:last-child{color:var(--text-dark);font-weight:500}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-included{color:var(--success)!important;font-weight:500!important}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-toggle-row{justify-content:space-between;align-items:center;display:flex}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-toggle-label{cursor:pointer;flex:1;align-items:center;gap:8px;display:flex}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-toggle-label input[type=checkbox]{width:16px;height:16px;accent-color:var(--green-dark);cursor:pointer;flex-shrink:0}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-toggle-hint-row{padding-left:24px}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-toggle-hint{color:var(--gray);font-size:11px;line-height:1.4}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-total{background:var(--green-dark);padding:14px 16px}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-total-row{justify-content:space-between;align-items:center;display:flex}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-total-row span:first-child{color:var(--white);font-size:13px;font-weight:600}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-total-value{font-family:var(--font-poppins),"Poppins",sans-serif;color:var(--white);font-size:18px;font-weight:700}.ReservationSidebar-module__sdLyuG__sidebar-breakdown-total-note{color:#ffffffb3;margin-top:8px;font-size:11px;line-height:1.4}.ReservationSidebar-module__sdLyuG__sidebar-campaign-original{opacity:.6;font-size:.9em;text-decoration:line-through}.ReservationSidebar-module__sdLyuG__sidebar-campaign-row{color:#ff4e6a!important}.ReservationSidebar-module__sdLyuG__sidebar-campaign-row span:last-child{color:#ff4e6a!important;font-weight:600!important}.ReservationSidebar-module__sdLyuG__sidebar-campaign-duration-note{color:var(--gray);padding:2px 0 4px;font-size:11px;font-style:italic}.ReservationSidebar-module__sdLyuG__reservation-details-grid{flex-direction:column;gap:0;display:flex}.ReservationSidebar-module__sdLyuG__reservation-detail-row{border-bottom:1px solid var(--bg-muted);justify-content:space-between;align-items:center;padding:10px 0;font-size:14px;display:flex}.ReservationSidebar-module__sdLyuG__reservation-detail-row:last-child{border-bottom:none}.ReservationSidebar-module__sdLyuG__reservation-detail-row span:first-child{color:var(--gray-dark)}.ReservationSidebar-module__sdLyuG__reservation-detail-row span:last-child{color:var(--text-dark);font-weight:600}.ReservationSidebar-module__sdLyuG__sidebar-datepicker{flex-shrink:0;width:auto;max-width:180px}.ReservationSidebar-module__sdLyuG__sidebar-datepicker>button{border-radius:var(--radius-sm);border-width:1px;gap:6px;min-height:34px;padding:6px 10px;font-size:13px;font-weight:600}.ReservationSidebar-module__sdLyuG__sidebar-datepicker>button>svg:first-child{width:14px;height:14px}.ReservationSidebar-module__sdLyuG__sidebar-datepicker>div{left:auto;right:0}.ReservationSidebar-module__sdLyuG__sidebar-guest-select{flex-shrink:0;width:80px}.ReservationSidebar-module__sdLyuG__sidebar-guest-select button{border-radius:var(--radius-sm)!important;border-width:1px!important;min-height:34px!important;padding:6px 28px 6px 10px!important;font-size:13px!important;font-weight:600!important}.ReservationSidebar-module__sdLyuG__reservation-fee-box{background:var(--success-light);border:1.5px solid var(--success);border-radius:var(--radius-sm);padding:16px}.ReservationSidebar-module__sdLyuG__reservation-fee-row{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ReservationSidebar-module__sdLyuG__reservation-fee-row span:first-child{color:var(--text-dark);font-size:14px;font-weight:600}.ReservationSidebar-module__sdLyuG__reservation-fee-amount{font-family:var(--font-poppins),"Poppins",sans-serif;color:var(--success);font-size:24px;font-weight:700}.ReservationSidebar-module__sdLyuG__reservation-fee-note{color:var(--gray-dark);margin:0;font-size:12px;line-height:1.5}@media (max-width:1024px){.ReservationSidebar-module__sdLyuG__reservation-sidebar{border-bottom:1px solid var(--border-lighter);max-height:none;margin-bottom:20px;padding-bottom:16px;position:static;overflow-y:visible}.ReservationSidebar-module__sdLyuG__sidebar-property-card{background:0 0;border:none;gap:12px;display:flex}.ReservationSidebar-module__sdLyuG__sidebar-property-image{border-radius:var(--radius-sm);flex-shrink:0;width:80px;height:80px}.ReservationSidebar-module__sdLyuG__sidebar-property-info{padding:0}.ReservationSidebar-module__sdLyuG__sidebar-price-breakdown.ReservationSidebar-module__sdLyuG__collapsed{display:none}.ReservationSidebar-module__sdLyuG__reservation-fee-box{padding:12px}}@media (max-width:768px){.ReservationSidebar-module__sdLyuG__reservation-fee-amount{font-size:20px}}
.ReservationPayment-module__VtV4ua__reservation-payment{flex-direction:column;gap:20px;display:flex}.ReservationPayment-module__VtV4ua__test-mode-banner{border:1.5px solid var(--warning);border-radius:var(--radius-sm);color:#856404;background:#fff3cd;align-items:center;gap:12px;padding:14px 16px;font-size:14px;font-weight:600;display:flex}.ReservationPayment-module__VtV4ua__test-mode-banner svg{color:var(--warning);flex-shrink:0}.ReservationPayment-module__VtV4ua__reservation-payment h4{color:var(--text-dark);margin:0;font-size:16px;font-weight:600}.ReservationPayment-module__VtV4ua__payment-method-tabs{grid-template-columns:1fr 1fr;gap:10px;display:grid}.ReservationPayment-module__VtV4ua__payment-tab{border:1.5px solid var(--border-default);border-radius:var(--radius-sm);background:var(--white);color:var(--gray-dark);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:14px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;transition:all .2s;display:flex}.ReservationPayment-module__VtV4ua__payment-tab:hover{border-color:var(--green-dark);color:var(--text-dark)}.ReservationPayment-module__VtV4ua__payment-tab.ReservationPayment-module__VtV4ua__active{border-color:var(--success);background:var(--success-light);color:var(--success);font-weight:600}.ReservationPayment-module__VtV4ua__payment-tab svg{flex-shrink:0;width:20px;height:20px}.ReservationPayment-module__VtV4ua__payment-panel{flex-direction:column;gap:16px;display:flex}.ReservationPayment-module__VtV4ua__cc-fee-breakdown{background:var(--off-white);border-radius:var(--radius-sm);padding:14px}.ReservationPayment-module__VtV4ua__cc-fee-row{justify-content:space-between;align-items:center;padding:5px 0;font-size:13px;display:flex}.ReservationPayment-module__VtV4ua__cc-fee-row span:first-child{color:var(--gray-dark)}.ReservationPayment-module__VtV4ua__cc-fee-row span:last-child{color:var(--text-dark);font-weight:500}.ReservationPayment-module__VtV4ua__cc-fee-row.ReservationPayment-module__VtV4ua__cc-fee-total{border-top:1px solid var(--border-default);margin-top:6px;padding-top:10px}.ReservationPayment-module__VtV4ua__cc-fee-row.ReservationPayment-module__VtV4ua__cc-fee-total span:first-child{color:var(--text-dark);font-weight:600}.ReservationPayment-module__VtV4ua__cc-fee-row.ReservationPayment-module__VtV4ua__cc-fee-total span:last-child{color:var(--success);font-size:18px;font-weight:700}.ReservationPayment-module__VtV4ua__cc-fee-note{color:var(--gray);margin:4px 0 0;font-size:11px;line-height:1.5}.ReservationPayment-module__VtV4ua__cc-fee-percent{color:var(--gray);margin-left:4px;font-size:11px}.ReservationPayment-module__VtV4ua__pay-btn{background:var(--success);width:100%;color:var(--white);padding:18px;font-size:16px;position:relative}.ReservationPayment-module__VtV4ua__pay-btn:hover{background:#247a60;transform:translateY(-2px);box-shadow:0 6px 20px #2d8b6f59}.ReservationPayment-module__VtV4ua__pay-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.ReservationPayment-module__VtV4ua__bank-transfer-details{background:var(--off-white);border-radius:var(--radius-sm);padding:16px}.ReservationPayment-module__VtV4ua__bank-transfer-details h5{color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px;font-size:13px;font-weight:600}.ReservationPayment-module__VtV4ua__bank-detail-row{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:6px 0;font-size:13px;display:flex}.ReservationPayment-module__VtV4ua__bank-detail-row:last-child{border-bottom:none}.ReservationPayment-module__VtV4ua__bank-detail-row span:first-child{color:var(--gray);font-weight:500}.ReservationPayment-module__VtV4ua__bank-detail-row span:last-child{color:var(--text-dark);font-weight:600}.ReservationPayment-module__VtV4ua__bank-detail-row .ReservationPayment-module__VtV4ua__bank-amount{font-family:var(--font-poppins),"Poppins",sans-serif;color:var(--success);font-size:18px;font-weight:700}.ReservationPayment-module__VtV4ua__bank-transfer-note{color:var(--gray-dark);margin:0;font-size:12px;line-height:1.6}.ReservationPayment-module__VtV4ua__bank-confirm-btn{background:var(--success);width:100%;color:var(--white);padding:18px;font-size:16px}.ReservationPayment-module__VtV4ua__bank-confirm-btn:hover{background:#247a60;transform:translateY(-2px);box-shadow:0 6px 20px #2d8b6f59}.ReservationPayment-module__VtV4ua__proof-upload-section{margin-top:4px}.ReservationPayment-module__VtV4ua__proof-upload-section h5{color:var(--text-dark);text-transform:uppercase;letter-spacing:.5px;margin:0 0 4px;font-size:13px;font-weight:600}.ReservationPayment-module__VtV4ua__proof-upload-hint{color:var(--gray);margin:0 0 10px;font-size:12px;line-height:1.5}.ReservationPayment-module__VtV4ua__proof-upload-dropzone{border:2px dashed var(--border-dark);border-radius:var(--radius-sm);background:var(--off-white);cursor:pointer;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:24px 16px;transition:all .2s;display:flex}.ReservationPayment-module__VtV4ua__proof-upload-dropzone:hover{border-color:var(--success);background:#2d8b6f0d}.ReservationPayment-module__VtV4ua__proof-upload-dropzone svg{color:var(--gray)}.ReservationPayment-module__VtV4ua__proof-upload-dropzone:hover svg{color:var(--success)}.ReservationPayment-module__VtV4ua__proof-upload-dropzone span{color:var(--gray-dark);font-size:13px;font-weight:500}.ReservationPayment-module__VtV4ua__proof-upload-formats{color:var(--gray)!important;font-size:11px!important;font-weight:400!important}.ReservationPayment-module__VtV4ua__proof-preview{background:var(--off-white);border:1px solid var(--border-default);border-radius:var(--radius-sm);align-items:center;gap:12px;padding:10px;display:flex;position:relative}.ReservationPayment-module__VtV4ua__proof-pdf-icon{border:1px solid var(--border-default);color:#c0392b;background:#f0f0f0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;font-size:.75rem;font-weight:600;display:flex}.ReservationPayment-module__VtV4ua__proof-preview img{object-fit:cover;border:1px solid var(--border-default);border-radius:4px;width:56px;height:56px}.ReservationPayment-module__VtV4ua__proof-preview-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ReservationPayment-module__VtV4ua__proof-filename{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.ReservationPayment-module__VtV4ua__proof-filesize{color:var(--gray);font-size:11px}.ReservationPayment-module__VtV4ua__proof-remove-btn{cursor:pointer;width:28px;height:28px;color:var(--gray);background:0 0;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex}.ReservationPayment-module__VtV4ua__proof-remove-btn:hover{color:var(--text-dark);background:#0000000f}.ReservationPayment-module__VtV4ua__proof-error{color:var(--accent,#e65100);margin-top:6px;font-size:12px}.ReservationPayment-module__VtV4ua__wise-transfer-info{background:var(--off-white);border-radius:var(--radius-sm);padding:16px}.ReservationPayment-module__VtV4ua__wise-description{color:var(--gray-dark);margin:0 0 12px;font-size:13px;line-height:1.6}.ReservationPayment-module__VtV4ua__wise-fee-row{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;padding:8px 0 0;font-size:14px;display:flex}.ReservationPayment-module__VtV4ua__wise-fee-row span:first-child{color:var(--gray);font-weight:500}.ReservationPayment-module__VtV4ua__wise-amount{font-family:var(--font-poppins),"Poppins",sans-serif;color:var(--success);font-size:18px;font-weight:700}.ReservationPayment-module__VtV4ua__wise-notice{border-radius:var(--radius-sm);color:#1a6b8a;background:#e8f7ff;border:1px solid #b3e0ff;align-items:flex-start;gap:10px;padding:12px 14px;font-size:12px;line-height:1.5;display:flex}.ReservationPayment-module__VtV4ua__wise-notice svg{color:#0ea5e9;flex-shrink:0;margin-top:1px}.ReservationPayment-module__VtV4ua__wise-pay-btn{width:100%;color:var(--white);background:#00b9ff;justify-content:center;align-items:center;gap:8px;padding:18px;font-size:16px;display:flex}.ReservationPayment-module__VtV4ua__wise-pay-btn:hover{background:#00a3e0;transform:translateY(-2px);box-shadow:0 6px 20px #00b9ff59}.ReservationPayment-module__VtV4ua__wise-pay-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.ReservationPayment-module__VtV4ua__wise-pay-btn svg{width:16px;height:16px}.ReservationPayment-module__VtV4ua__wise-cancel-btn{width:100%;color:var(--gray);border-color:var(--border-light);margin-top:8px;padding:12px;font-size:14px}.ReservationPayment-module__VtV4ua__wise-cancel-btn:hover{color:var(--gray-dark);border-color:var(--border-default)}.ReservationPayment-module__VtV4ua__wise-payment-initiated{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:24px 16px;display:flex}.ReservationPayment-module__VtV4ua__wise-initiated-icon{color:var(--warning);margin-bottom:4px}.ReservationPayment-module__VtV4ua__wise-payment-initiated h4{margin:0;font-size:1.15rem;font-weight:600}.ReservationPayment-module__VtV4ua__wise-payment-initiated p{color:var(--gray-dark);max-width:420px;margin:0;font-size:.92rem;line-height:1.5}.ReservationPayment-module__VtV4ua__wise-steps{counter-reset:wise-step;text-align:left;flex-direction:column;gap:10px;width:100%;max-width:420px;margin:4px 0 8px;padding:0;list-style:none;display:flex}.ReservationPayment-module__VtV4ua__wise-steps li{counter-increment:wise-step;color:var(--gray-dark);align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.45;display:flex}.ReservationPayment-module__VtV4ua__wise-steps li:before{content:counter(wise-step);width:22px;height:22px;color:var(--white);background:#00b9ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:12px;font-weight:700;display:flex}.ReservationPayment-module__VtV4ua__wise-reopen-btn{align-items:center;gap:6px;margin-top:4px;display:inline-flex}.ReservationPayment-module__VtV4ua__paypal-fee-info{background:var(--off-white);border-radius:var(--radius-sm);margin-bottom:16px;padding:14px}.ReservationPayment-module__VtV4ua__paypal-fee-row{justify-content:space-between;align-items:center;padding:5px 0;font-size:13px;display:flex}.ReservationPayment-module__VtV4ua__paypal-fee-row span:first-child{color:var(--gray);font-weight:500}.ReservationPayment-module__VtV4ua__paypal-amount{font-family:var(--font-poppins),"Poppins",sans-serif;color:var(--success);font-size:18px;font-weight:700}.ReservationPayment-module__VtV4ua__paypal-fee-note{color:var(--gray);margin:8px 0 0;font-size:11px;line-height:1.5}.ReservationPayment-module__VtV4ua__cash-info{background:var(--off-white);border-radius:var(--radius-sm);padding:16px}.ReservationPayment-module__VtV4ua__cash-description{color:var(--gray-dark);margin:0 0 12px;font-size:13px;line-height:1.6}.ReservationPayment-module__VtV4ua__cash-fee-row{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;padding:8px 0 0;font-size:14px;display:flex}.ReservationPayment-module__VtV4ua__cash-fee-row span:first-child{color:var(--gray);font-weight:500}.ReservationPayment-module__VtV4ua__cash-amount{font-family:var(--font-poppins),"Poppins",sans-serif;color:var(--success);font-size:18px;font-weight:700}.ReservationPayment-module__VtV4ua__cash-proceed-btn{background:var(--success);width:100%;color:var(--white);padding:18px;font-size:16px}.ReservationPayment-module__VtV4ua__cash-proceed-btn:hover{background:#247a60;transform:translateY(-2px);box-shadow:0 6px 20px #2d8b6f59}.ReservationPayment-module__VtV4ua__cash-proceed-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.ReservationPayment-module__VtV4ua__cash-appointment-section{margin:16px 0}.ReservationPayment-module__VtV4ua__cash-appointment-label{color:var(--text-dark);margin-bottom:8px;font-size:13px;font-weight:600;display:block}.ReservationPayment-module__VtV4ua__cash-holiday-notice{color:var(--gray);margin:6px 0 0;font-size:12px}.ReservationPayment-module__VtV4ua__cash-time-slots{flex-wrap:wrap;gap:8px;display:flex}.ReservationPayment-module__VtV4ua__cash-time-slot{border-radius:var(--radius-sm);border:1.5px solid var(--border-default);background:var(--white);font-size:13px;font-family:var(--font-poppins);cursor:pointer;color:var(--text-dark);padding:8px 14px;transition:all .15s}.ReservationPayment-module__VtV4ua__cash-time-slot:hover{border-color:var(--border-dark);background:var(--off-white)}.ReservationPayment-module__VtV4ua__cash-time-slot-active{border-color:var(--success);color:var(--success);background:#2d8b6f14;font-weight:600}.ReservationPayment-module__VtV4ua__cash-timezone-hint{color:var(--gray);font-size:12px;font-weight:400}.ReservationPayment-module__VtV4ua__inapp-browser-warning{border:1.5px solid var(--accent,#e65100);border-radius:var(--radius-sm);color:#bf360c;background:#fff3e0;align-items:flex-start;gap:10px;padding:12px 14px;font-size:13px;line-height:1.5;display:flex}.ReservationPayment-module__VtV4ua__inapp-browser-warning svg{color:var(--accent,#e65100);flex-shrink:0;margin-top:2px}.ReservationPayment-module__VtV4ua__payment-error-msg{color:var(--accent);text-align:center;background:var(--accent-light);border-radius:var(--radius-sm);padding:8px;font-size:13px;display:none}.ReservationPayment-module__VtV4ua__payment-error-msg.ReservationPayment-module__VtV4ua__visible{display:block}.ReservationPayment-module__VtV4ua__saved-cards-selector{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.ReservationPayment-module__VtV4ua__saved-card-option{border:1px solid var(--border-default);border-radius:var(--radius-sm);cursor:pointer;align-items:center;gap:10px;padding:12px 14px;transition:border-color .15s,background .15s;display:flex}.ReservationPayment-module__VtV4ua__saved-card-option:hover{border-color:var(--success);background:var(--off-white)}.ReservationPayment-module__VtV4ua__saved-card-selected{border-color:var(--success);background:#2d8b6f0a}.ReservationPayment-module__VtV4ua__saved-card-option input[type=radio]{accent-color:var(--success);margin:0}.ReservationPayment-module__VtV4ua__saved-card-info{color:var(--text-dark);flex-wrap:wrap;align-items:center;gap:6px;font-size:14px;display:flex}.ReservationPayment-module__VtV4ua__saved-card-info strong{font-weight:600}.ReservationPayment-module__VtV4ua__saved-card-exp{color:var(--gray);margin-left:4px;font-size:12px}.ReservationPayment-module__VtV4ua__saved-card-default-badge{text-transform:uppercase;letter-spacing:.5px;color:var(--success);background:#2d8b6f1a;border-radius:3px;padding:2px 6px;font-size:10px;font-weight:600}.ReservationPayment-module__VtV4ua__save-card-checkbox{color:var(--gray-dark);cursor:pointer;align-items:center;gap:8px;padding:4px 0;font-size:13px;display:flex}.ReservationPayment-module__VtV4ua__save-card-checkbox input[type=checkbox]{accent-color:var(--success);margin:0}@media (max-width:480px){.ReservationPayment-module__VtV4ua__payment-method-tabs{grid-template-columns:1fr}}
.Dashboard-module__Rm6JEq__loginContainer{min-height:60vh;padding:var(--space-xl);justify-content:center;align-items:center;display:flex}.Dashboard-module__Rm6JEq__loginCard{background:var(--white,#fff);border-radius:var(--radius-md);width:100%;max-width:440px;box-shadow:var(--shadow-sm);padding:var(--space-4xl);text-align:center}.Dashboard-module__Rm6JEq__loginTitle{font-family:var(--font-instrument-serif,"Instrument Serif",serif);color:var(--text-dark);margin:0 0 var(--space-sm);font-size:1.75rem;font-weight:700}.Dashboard-module__Rm6JEq__loginSubtitle{color:var(--gray-dark);margin:0 0 var(--space-2xl);font-size:.95rem;line-height:1.5}.Dashboard-module__Rm6JEq__checkIcon{margin-bottom:var(--space-lg);font-size:2.5rem}.Dashboard-module__Rm6JEq__loginHint{color:var(--gray);margin-top:var(--space-lg);font-size:.85rem}.Dashboard-module__Rm6JEq__loginForm{gap:var(--space-md);text-align:left;flex-direction:column;display:flex}.Dashboard-module__Rm6JEq__label{color:var(--text-dark);font-size:.9rem;font-weight:600}.Dashboard-module__Rm6JEq__input{width:100%;padding:var(--space-md)var(--space-lg);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-dark);box-sizing:border-box;font-size:1rem;transition:border-color .2s}.Dashboard-module__Rm6JEq__input:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb),.15);outline:none}.Dashboard-module__Rm6JEq__errorText{color:#d32f2f;margin:0;font-size:.85rem}.Dashboard-module__Rm6JEq__submitButton{width:100%;padding:var(--space-md)var(--space-2xl);background:var(--accent);color:#fff;border-radius:var(--radius-sm);cursor:pointer;margin-top:var(--space-sm);border:none;font-size:1rem;font-weight:600;transition:background .2s}.Dashboard-module__Rm6JEq__submitButton:hover:not(:disabled){background:var(--accent-hover)}.Dashboard-module__Rm6JEq__submitButton:disabled{opacity:.6;cursor:not-allowed}.Dashboard-module__Rm6JEq__loginNote{color:var(--gray);margin-top:var(--space-xl);font-size:.8rem}.Dashboard-module__Rm6JEq__container{max-width:960px;padding:var(--space-4xl)var(--space-xl);margin:0 auto}.Dashboard-module__Rm6JEq__header{margin-bottom:var(--space-3xl);justify-content:space-between;align-items:center;display:flex}.Dashboard-module__Rm6JEq__title{font-family:var(--font-instrument-serif,"Instrument Serif",serif);color:var(--text-dark);margin:0;font-size:1.75rem;font-weight:700}.Dashboard-module__Rm6JEq__email{color:var(--gray);margin:var(--space-xs)0 0;font-size:.9rem}.Dashboard-module__Rm6JEq__logoutButton{border:1px solid var(--border-default);border-radius:var(--radius-sm);padding:var(--space-sm)var(--space-lg);color:var(--gray-dark);cursor:pointer;background:0 0;font-size:.85rem;transition:border-color .2s,color .2s}.Dashboard-module__Rm6JEq__logoutButton:hover{border-color:var(--gray-dark);color:var(--text-dark)}.Dashboard-module__Rm6JEq__tabs{gap:var(--space-xs);border-bottom:2px solid var(--border-lighter);margin-bottom:var(--space-2xl);display:flex}.Dashboard-module__Rm6JEq__tab{padding:var(--space-md)var(--space-lg);color:var(--gray);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;font-size:.95rem;font-weight:500;transition:color .2s,border-color .2s}.Dashboard-module__Rm6JEq__tab:hover{color:var(--text-dark)}.Dashboard-module__Rm6JEq__tabActive{color:var(--accent);border-bottom-color:var(--accent);font-weight:600}.Dashboard-module__Rm6JEq__empty{text-align:center;padding:var(--space-4xl)0;color:var(--gray)}.Dashboard-module__Rm6JEq__reservationsList{gap:var(--space-2xl);flex-direction:column;display:flex}.Dashboard-module__Rm6JEq__card{background:var(--white,#fff);border:1px solid var(--dashboard-sidebar-border,#e8e4df);border-radius:16px;width:100%;transition:box-shadow .25s,transform .25s;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.Dashboard-module__Rm6JEq__card:hover{transform:translateY(-1px);box-shadow:0 2px 8px #0000000f,0 8px 24px #0000000d}.Dashboard-module__Rm6JEq__cardCancelled{opacity:.55}.Dashboard-module__Rm6JEq__cardTop{gap:0;display:flex}.Dashboard-module__Rm6JEq__cardImage{background:var(--gray-light);flex-shrink:0;width:200px;min-height:180px;position:relative;overflow:hidden}.Dashboard-module__Rm6JEq__cardImage img{object-fit:cover;width:100%;height:100%;display:block}.Dashboard-module__Rm6JEq__cardImagePlaceholder{background:var(--gray-light);width:100%;height:100%}.Dashboard-module__Rm6JEq__cardHeader{flex-direction:column;flex:1;justify-content:center;min-width:0;padding:22px 28px 18px;display:flex}.Dashboard-module__Rm6JEq__propertyName{font-family:var(--font-instrument-serif,"Instrument Serif",serif);letter-spacing:-.01em;color:var(--text-dark);margin:0 0 6px;font-size:22px;font-weight:400;line-height:1.2}.Dashboard-module__Rm6JEq__propertyName a{color:inherit;text-decoration:none}.Dashboard-module__Rm6JEq__propertyName a:hover{color:var(--accent)}.Dashboard-module__Rm6JEq__metaRow{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:10px;display:flex}.Dashboard-module__Rm6JEq__metaItem{color:var(--dashboard-text-secondary,#6b6560);align-items:center;gap:5px;font-size:13px;display:flex}.Dashboard-module__Rm6JEq__metaItem svg{opacity:.5;width:14px;height:14px}.Dashboard-module__Rm6JEq__roomChip{background:var(--dashboard-content-bg,#f5f3f0);border:1px solid var(--dashboard-sidebar-border,#e8e4df);color:var(--dashboard-text-secondary,#6b6560);border-radius:6px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;font-weight:500;display:inline-flex}.Dashboard-module__Rm6JEq__roomChip svg{opacity:.5;width:12px;height:12px}.Dashboard-module__Rm6JEq__reservationId{color:var(--dashboard-text-muted,#9e9790);letter-spacing:.02em;margin-top:4px;font-family:monospace;font-size:11px}.Dashboard-module__Rm6JEq__badges{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.Dashboard-module__Rm6JEq__badge{border-radius:100px;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:500;display:inline-flex}.Dashboard-module__Rm6JEq__badgeDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.Dashboard-module__Rm6JEq__detailsGrid{border-top:1px solid var(--dashboard-sidebar-border,#e8e4df);grid-template-columns:repeat(3,1fr);gap:20px 32px;padding:20px 28px;display:grid}.Dashboard-module__Rm6JEq__detailLabel{color:var(--dashboard-text-muted,#9e9790);text-transform:uppercase;letter-spacing:.07em;margin-bottom:4px;font-size:10px;font-weight:600}.Dashboard-module__Rm6JEq__detailValue{color:var(--text-dark);font-size:15px;font-weight:500;line-height:1.3}.Dashboard-module__Rm6JEq__detailHighlight{color:var(--accent);font-weight:600}.Dashboard-module__Rm6JEq__detailPeriod{color:var(--dashboard-text-muted,#9e9790);font-size:12px;font-weight:400}.Dashboard-module__Rm6JEq__detailsRow{border-top:1px solid var(--dashboard-sidebar-border,#e8e4df);gap:0;padding:20px 28px;display:flex}.Dashboard-module__Rm6JEq__detailsRow .Dashboard-module__Rm6JEq__detailItem{flex:1;min-width:0}.Dashboard-module__Rm6JEq__detailsRow .Dashboard-module__Rm6JEq__detailItem+.Dashboard-module__Rm6JEq__detailItem{border-left:1px solid var(--dashboard-sidebar-border,#e8e4df);padding-left:24px}.Dashboard-module__Rm6JEq__titleCount{font-family:var(--font-dm-sans,"DM Sans",sans-serif);color:var(--dashboard-text-muted,#9e9790);vertical-align:baseline;margin-left:8px;font-size:18px;font-weight:400}.Dashboard-module__Rm6JEq__cardFooter{border-top:1px solid var(--dashboard-sidebar-border,#e8e4df);background:#fafaf8;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:16px 28px;display:flex}.Dashboard-module__Rm6JEq__guestsInfo{color:var(--dashboard-text-secondary,#6b6560);align-items:center;gap:8px;font-size:13px;display:flex}.Dashboard-module__Rm6JEq__guestsInfo svg{opacity:.45;width:16px;height:16px}@keyframes Dashboard-module__Rm6JEq__fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.Dashboard-module__Rm6JEq__fadeIn{animation:.5s ease-out both Dashboard-module__Rm6JEq__fadeUp}.Dashboard-module__Rm6JEq__cardActions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.Dashboard-module__Rm6JEq__btnOutline{border:1px solid var(--dashboard-sidebar-border,#e8e4df);color:var(--dashboard-text-secondary,#6b6560);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:7px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:550;text-decoration:none;transition:all .15s;display:inline-flex}.Dashboard-module__Rm6JEq__btnOutline:hover{color:var(--text-dark);background:#fafaf8;border-color:#ccc}.Dashboard-module__Rm6JEq__btnOutline svg{opacity:.5;width:15px;height:15px}.Dashboard-module__Rm6JEq__btnPrimary{cursor:pointer;color:#fff;background:#2d8b6f;border:none;border-radius:8px;align-items:center;gap:7px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.Dashboard-module__Rm6JEq__btnPrimary:hover{background:#247a5f}.Dashboard-module__Rm6JEq__btnPrimary svg{width:15px;height:15px}.Dashboard-module__Rm6JEq__signHint{color:var(--dashboard-text-muted,#9e9790);align-items:center;gap:6px;font-size:12px;display:flex}.Dashboard-module__Rm6JEq__signHint svg{opacity:.4;width:14px;height:14px}.Dashboard-module__Rm6JEq__iconBtn{width:15px;height:15px}.Dashboard-module__Rm6JEq__btnDownload{border:1px solid var(--dashboard-sidebar-border,#e8e4df);color:var(--dashboard-text-secondary,#6b6560);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:7px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:550;text-decoration:none;transition:all .15s;display:inline-flex}.Dashboard-module__Rm6JEq__btnDownload:hover{color:var(--text-dark);background:#fafaf8;border-color:#ccc}.Dashboard-module__Rm6JEq__moveOutPageHeader{justify-content:space-between;align-items:flex-start;margin-bottom:28px;animation:.35s ease-out both Dashboard-module__Rm6JEq__moveOutFadeUp;display:flex}.Dashboard-module__Rm6JEq__moveOutPageTitle{letter-spacing:-.025em;color:var(--text-dark);margin-bottom:4px;font-size:24px;font-weight:700}.Dashboard-module__Rm6JEq__moveOutPageSubtitle{color:var(--dashboard-text-secondary,#6b6560);font-size:14px}.Dashboard-module__Rm6JEq__moveOutSubmitBtn{color:#fff;background:var(--accent);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:1px solid #0000;flex-shrink:0;align-items:center;gap:7px;padding:10px 20px;font-family:inherit;font-size:13.5px;font-weight:600;transition:all .15s;display:inline-flex;box-shadow:0 1px 3px #e8734a4d}.Dashboard-module__Rm6JEq__moveOutSubmitBtn:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 2px 8px #e8734a59}.Dashboard-module__Rm6JEq__moveOutSubmitBtn:active{transform:translateY(0)}.Dashboard-module__Rm6JEq__moveOutSubmitBtn svg{width:15px;height:15px}.Dashboard-module__Rm6JEq__moveOutSectionHeader{align-items:center;gap:10px;margin-bottom:16px;animation:.35s ease-out 60ms both Dashboard-module__Rm6JEq__moveOutFadeUp;display:flex}.Dashboard-module__Rm6JEq__moveOutSectionTitle{color:var(--text-dark);font-size:16px;font-weight:600}.Dashboard-module__Rm6JEq__moveOutSectionCount{color:var(--dashboard-text-muted,#9e9790);background:var(--dashboard-border-light,#f0ede9);font-variant-numeric:tabular-nums;border-radius:10px;padding:2px 8px;font-size:11px;font-weight:500}.Dashboard-module__Rm6JEq__moveOutNoticeList{flex-direction:column;gap:12px;display:flex}.Dashboard-module__Rm6JEq__moveOutNoticeCard{background:var(--white,#fff);border:1px solid var(--border-default);border-radius:var(--dashboard-card-radius,16px);box-shadow:var(--dashboard-shadow);padding:var(--space-lg)var(--space-xl);transition:all .2s;animation:.35s ease-out .1s both Dashboard-module__Rm6JEq__moveOutFadeUp;overflow:hidden}.Dashboard-module__Rm6JEq__moveOutNoticeCard:hover{box-shadow:var(--dashboard-shadow-lg)}.Dashboard-module__Rm6JEq__moveOutNoticeTop{justify-content:space-between;align-items:flex-start;gap:16px;padding:18px 22px 14px;display:flex}.Dashboard-module__Rm6JEq__moveOutNoticeLeft{min-width:0}.Dashboard-module__Rm6JEq__moveOutNoticeTitle{color:var(--text-dark);margin-bottom:3px;font-size:15px;font-weight:600}.Dashboard-module__Rm6JEq__moveOutNoticeSubmitted{color:var(--dashboard-text-muted,#9e9790);font-size:12px}.Dashboard-module__Rm6JEq__moveOutNoticeRight{flex-shrink:0;align-items:center;gap:12px;display:flex}.Dashboard-module__Rm6JEq__moveOutMoveoutInfo{text-align:right}.Dashboard-module__Rm6JEq__moveOutDateLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--dashboard-text-muted,#9e9790);margin-bottom:1px;font-size:10px;font-weight:600}.Dashboard-module__Rm6JEq__moveOutDateValue{color:var(--text-dark);font-variant-numeric:tabular-nums;font-size:13px;font-weight:500}.Dashboard-module__Rm6JEq__moveOutDetailGrid{grid-template-columns:repeat(3,1fr);gap:4px;padding:0 22px 18px;display:grid}.Dashboard-module__Rm6JEq__moveOutDetailItem{background:var(--dashboard-content-bg,#f5f3f0);border-radius:var(--radius-sm);padding:10px 14px}.Dashboard-module__Rm6JEq__moveOutDetailLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--dashboard-text-muted,#9e9790);margin-bottom:3px;font-size:10px;font-weight:600}.Dashboard-module__Rm6JEq__moveOutDetailValue{color:var(--text-dark);font-size:13px;font-weight:500}.Dashboard-module__Rm6JEq__moveOutNoticePenalties{gap:var(--space-sm,8px);flex-wrap:wrap;padding:0 22px 14px;display:flex}.Dashboard-module__Rm6JEq__moveOutPenaltyBadge{color:#e65100;border-radius:var(--radius-sm);background:#fff3e0;align-items:center;padding:3px 8px;font-size:.75rem;font-weight:600;display:inline-flex}.Dashboard-module__Rm6JEq__moveOutModalOverlay{-webkit-backdrop-filter:blur(6px);z-index:1000;opacity:0;visibility:hidden;background:#1a181561;justify-content:center;align-items:center;padding:24px;transition:opacity .25s,visibility .25s;display:flex;position:fixed;inset:0}.Dashboard-module__Rm6JEq__moveOutModalOverlay.Dashboard-module__Rm6JEq__open,.Dashboard-module__Rm6JEq__moveOutModalOverlayOpen{opacity:1;visibility:visible}.Dashboard-module__Rm6JEq__moveOutModal{background:var(--white,#fff);border-radius:var(--dashboard-card-radius,16px);box-shadow:var(--dashboard-shadow-lg);width:100%;max-width:540px;max-height:calc(100vh - 48px);transition:transform .3s cubic-bezier(.22,1,.36,1);overflow-y:auto;transform:translateY(20px)scale(.96)}.Dashboard-module__Rm6JEq__moveOutModalOverlayOpen .Dashboard-module__Rm6JEq__moveOutModal{transform:translateY(0)scale(1)}.Dashboard-module__Rm6JEq__moveOutModal::-webkit-scrollbar{width:6px}.Dashboard-module__Rm6JEq__moveOutModal::-webkit-scrollbar-track{background:0 0}.Dashboard-module__Rm6JEq__moveOutModal::-webkit-scrollbar-thumb{background:var(--border-default);border-radius:3px}.Dashboard-module__Rm6JEq__moveOutModalHeader{border-bottom:1px solid var(--dashboard-border-light,#f0ede9);background:var(--white,#fff);z-index:1;justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex;position:sticky;top:0}.Dashboard-module__Rm6JEq__moveOutModalTitleGroup{align-items:center;gap:12px;display:flex}.Dashboard-module__Rm6JEq__moveOutModalIcon{border-radius:var(--radius-sm);background:var(--accent-light,#fff0eb);flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.Dashboard-module__Rm6JEq__moveOutModalIcon svg{width:19px;height:19px;color:var(--accent)}.Dashboard-module__Rm6JEq__moveOutModalTitle{color:var(--text-dark);font-size:16px;font-weight:600}.Dashboard-module__Rm6JEq__moveOutModalSubtitle{color:var(--dashboard-text-muted,#9e9790);margin-top:1px;font-size:12px}.Dashboard-module__Rm6JEq__moveOutModalClose{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--dashboard-text-muted,#9e9790);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .15s;display:flex}.Dashboard-module__Rm6JEq__moveOutModalClose:hover{background:var(--dashboard-border-light,#f0ede9);color:var(--text-dark)}.Dashboard-module__Rm6JEq__moveOutModalClose svg{width:18px;height:18px}.Dashboard-module__Rm6JEq__moveOutModalTip{border-radius:var(--radius-sm);background:#eef4fb;border:1px solid #4a7fbf1f;align-items:flex-start;gap:10px;margin:16px 24px 0;padding:10px 14px;display:flex}.Dashboard-module__Rm6JEq__moveOutModalTip svg{color:#4a7fbf;flex-shrink:0;width:15px;height:15px;margin-top:1px}.Dashboard-module__Rm6JEq__moveOutModalTip p{color:#3a6a9e;margin:0;font-size:12px;line-height:1.5}.Dashboard-module__Rm6JEq__moveOutModalBody{padding:20px 24px 8px}.Dashboard-module__Rm6JEq__moveOutFormRow{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.Dashboard-module__Rm6JEq__moveOutFormRow:last-child{margin-bottom:0}.Dashboard-module__Rm6JEq__moveOutFormRowSingle{grid-template-columns:1fr}.Dashboard-module__Rm6JEq__moveOutModalFooter{border-top:1px solid var(--dashboard-border-light,#f0ede9);background:var(--white,#fff);justify-content:flex-end;gap:10px;padding:16px 24px 20px;display:flex;position:sticky;bottom:0}.Dashboard-module__Rm6JEq__moveOutModalCancel{color:var(--dashboard-text-secondary,#6b6560);border:1px solid var(--border-default);border-radius:var(--radius-sm);cursor:pointer;background:0 0;align-items:center;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.Dashboard-module__Rm6JEq__moveOutModalCancel:hover{color:var(--text-dark);border-color:#d5d0c9}.Dashboard-module__Rm6JEq__moveOutModalSubmitBtn{color:#fff;background:var(--accent);border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;align-items:center;gap:6px;padding:9px 22px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex;box-shadow:0 1px 3px #e8734a4d}.Dashboard-module__Rm6JEq__moveOutModalSubmitBtn:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 2px 6px #e8734a59}.Dashboard-module__Rm6JEq__moveOutModalSubmitBtn:active{transform:translateY(0)}.Dashboard-module__Rm6JEq__moveOutModalSubmitBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none;transform:none}.Dashboard-module__Rm6JEq__moveOutModalSubmitBtn svg{width:14px;height:14px}.Dashboard-module__Rm6JEq__moveOutEmpty{text-align:center;color:var(--dashboard-text-secondary,#6b6560);padding:60px 20px}.Dashboard-module__Rm6JEq__moveOutEmpty svg{color:var(--dashboard-text-muted,#9e9790);margin-bottom:16px}.Dashboard-module__Rm6JEq__moveOutEmpty p{font-size:14px}.Dashboard-module__Rm6JEq__moveOutSuccess{text-align:center;padding:var(--space-4xl,40px)0}.Dashboard-module__Rm6JEq__moveOutSuccessIcon{color:var(--success,#2e7d32);margin-bottom:var(--space-lg,16px)}.Dashboard-module__Rm6JEq__moveOutSuccess p{color:var(--text-dark);font-size:1.1rem}@keyframes Dashboard-module__Rm6JEq__moveOutFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.Dashboard-module__Rm6JEq__moveOutForm{gap:var(--space-lg,16px);flex-direction:column;display:flex}.Dashboard-module__Rm6JEq__moveOutField{flex-direction:column;gap:5px;display:flex}.Dashboard-module__Rm6JEq__moveOutFieldLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--dashboard-text-muted,#9e9790);font-size:12px;font-weight:600}.Dashboard-module__Rm6JEq__moveOutFieldInput{color:var(--text-dark);border:1px solid var(--border-default);border-radius:var(--radius-sm);background:var(--white,#fff);box-sizing:border-box;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .15s}.Dashboard-module__Rm6JEq__moveOutFieldInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light,#fff0eb)}.Dashboard-module__Rm6JEq__moveOutFieldInput::placeholder{color:var(--dashboard-text-muted,#9e9790)}select.Dashboard-module__Rm6JEq__moveOutFieldInput{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%239C968F' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:30px}textarea.Dashboard-module__Rm6JEq__moveOutFieldInput{resize:vertical;min-height:72px;line-height:1.5}.Dashboard-module__Rm6JEq__moveOutWarning{padding:var(--space-md,12px)var(--space-lg,16px);border-radius:0 var(--radius-sm)var(--radius-sm)0;color:#5d4037;background:#fff8e1;border-left:4px solid #ff9800;font-size:.9rem;line-height:1.5}@media (max-width:640px){.Dashboard-module__Rm6JEq__moveOutPageHeader{flex-direction:column;gap:16px}.Dashboard-module__Rm6JEq__moveOutSubmitBtn{justify-content:center;width:100%}.Dashboard-module__Rm6JEq__moveOutDetailGrid{grid-template-columns:1fr;gap:4px}.Dashboard-module__Rm6JEq__moveOutNoticeTop{flex-direction:column;gap:10px}.Dashboard-module__Rm6JEq__moveOutNoticeRight{align-self:flex-start}.Dashboard-module__Rm6JEq__moveOutModal{border-radius:var(--dashboard-card-radius,16px)var(--dashboard-card-radius,16px)0 0;align-self:flex-end;max-width:100%;margin:0}.Dashboard-module__Rm6JEq__moveOutFormRow{grid-template-columns:1fr}}.Dashboard-module__Rm6JEq__overnightGuestDateRow{gap:var(--space-md);grid-template-columns:1fr 1fr;display:grid}@media (max-width:480px){.Dashboard-module__Rm6JEq__overnightGuestDateRow{grid-template-columns:1fr}}.Dashboard-module__Rm6JEq__moveOutSelect{width:100%;padding:var(--space-md)var(--space-lg);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-dark);background:var(--white,#fff);cursor:pointer;font-size:.95rem;transition:border-color .2s}.Dashboard-module__Rm6JEq__moveOutSelect:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb,232,115,74),.15);outline:none}.Dashboard-module__Rm6JEq__moveOutTextarea{width:100%;padding:var(--space-md)var(--space-lg);border:1px solid var(--border-default);border-radius:var(--radius-sm);color:var(--text-dark);resize:vertical;box-sizing:border-box;min-height:80px;font-family:inherit;font-size:.95rem;transition:border-color .2s}.Dashboard-module__Rm6JEq__moveOutTextarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb,232,115,74),.15);outline:none}.Dashboard-module__Rm6JEq__moveOutFreeNotice{border-left:4px solid var(--success);padding:var(--space-md)var(--space-lg);border-radius:0 var(--radius-sm)var(--radius-sm)0;color:var(--success);background:#2d8b6f14;font-size:.9rem;line-height:1.5}.Dashboard-module__Rm6JEq__moveOutConfirmRow{align-items:flex-start;gap:var(--space-sm);color:var(--text-dark);cursor:pointer;font-size:.9rem;display:flex}.Dashboard-module__Rm6JEq__moveOutConfirmRow input[type=checkbox]{accent-color:var(--accent);margin-top:3px}.Dashboard-module__Rm6JEq__moveOutPrevious{margin-top:var(--space-3xl)}.Dashboard-module__Rm6JEq__moveOutPreviousTitle{font-family:var(--font-instrument-serif,"Instrument Serif",serif);color:var(--text-dark);margin:0 0 var(--space-lg);font-size:1.25rem;font-weight:700}.Dashboard-module__Rm6JEq__moveOutNoticeHeader{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.Dashboard-module__Rm6JEq__moveOutNoticeProperty{color:var(--text-dark);font-weight:600}.Dashboard-module__Rm6JEq__moveOutNoticeDate{color:var(--gray);font-size:.8rem}.Dashboard-module__Rm6JEq__moveOutNoticeDetails{gap:var(--space-sm)var(--space-2xl);grid-template-columns:1fr 1fr;display:grid}.Dashboard-module__Rm6JEq__detailRow{align-items:center;gap:12px;display:flex}.Dashboard-module__Rm6JEq__detailLabel{color:var(--text-light);text-transform:uppercase;letter-spacing:.03em;flex-shrink:0;font-size:12px;font-weight:600}.Dashboard-module__Rm6JEq__detailValue{color:var(--text-dark);font-size:14px}.Dashboard-module__Rm6JEq__moveOutRefundGroup{gap:var(--space-sm);flex-direction:column;display:flex}.Dashboard-module__Rm6JEq__moveOutRefundOption{align-items:center;gap:var(--space-sm);padding:var(--space-md)var(--space-lg);border:1px solid var(--border-default);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-dark);font-size:.95rem;transition:border-color .2s,background .2s;display:flex}.Dashboard-module__Rm6JEq__moveOutRefundOption:hover{border-color:var(--accent);background:rgba(var(--accent-rgb,232,115,74),.04)}.Dashboard-module__Rm6JEq__moveOutRefundOptionSelected{border-color:var(--accent);background:rgba(var(--accent-rgb,232,115,74),.06)}.Dashboard-module__Rm6JEq__moveOutRefundOption input[type=radio]{accent-color:var(--accent);margin:0}.Dashboard-module__Rm6JEq__moveOutBankFields{gap:var(--space-md);padding:var(--space-lg);background:var(--off-white,#f8f8f5);border-radius:var(--radius-sm);border:1px solid var(--border-default);flex-direction:column;display:flex}.Dashboard-module__Rm6JEq__moveOutCardFound{align-items:center;gap:var(--space-sm);padding:var(--space-md)var(--space-lg);border-left:4px solid var(--success,#2d8b6f);border-radius:0 var(--radius-sm)var(--radius-sm)0;color:var(--text-dark);background:#2d8b6f14;font-size:.9rem;display:flex}.Dashboard-module__Rm6JEq__moveOutCardFound svg{color:var(--success,#2d8b6f);flex-shrink:0}.Dashboard-module__Rm6JEq__moveOutCardCheckLoading{color:var(--gray,#888);padding:var(--space-sm)0;margin:0;font-size:.9rem;font-style:italic}.Dashboard-module__Rm6JEq__reportPage{--rpt-surface:#fff;--rpt-surface-alt:#faf9f7;--rpt-border:#e8e5df;--rpt-border-light:#f0ede8;--rpt-text-primary:#1a1815;--rpt-text-secondary:#6b6560;--rpt-text-tertiary:#9c968f;--rpt-green:#3d8b5e;--rpt-green-light:#edf7f1;--rpt-blue:#4a7fbf;--rpt-blue-light:#eef4fb;--rpt-purple:#7c6baf;--rpt-purple-light:#f3f0fa;--rpt-red:#c75450;--rpt-red-light:#fdf0ef;--rpt-yellow:#c4992a;--rpt-yellow-light:#fdf8ec;--rpt-radius-sm:6px;--rpt-radius-md:10px;--rpt-radius-lg:14px;--rpt-shadow-sm:0 1px 2px #1a18150a;--rpt-shadow-md:0 2px 8px #1a18150f,0 1px 2px #1a18150a;--rpt-shadow-lg:0 4px 16px #1a181514,0 2px 4px #1a18150a;--rpt-shadow-xl:0 12px 40px #1a18151f,0 4px 12px #1a18150f;animation:.35s ease-out both Dashboard-module__Rm6JEq__reportFadeUp}.Dashboard-module__Rm6JEq__reportPageDetail{max-width:none}.Dashboard-module__Rm6JEq__reportDetailView{height:calc(100vh - var(--dashboard-header-h) - 100px);height:calc(100dvh - var(--dashboard-header-h) - 100px);flex-direction:column;display:flex;overflow:hidden}.Dashboard-module__Rm6JEq__reportDetailFixed{flex-shrink:0}.Dashboard-module__Rm6JEq__reportDetailView .Dashboard-module__Rm6JEq__reportConversation{scrollbar-width:thin;scrollbar-color:#0000001a transparent;flex:1;min-height:0;margin-bottom:0;padding:0 0 16px;overflow-y:auto}.Dashboard-module__Rm6JEq__reportDetailView .Dashboard-module__Rm6JEq__reportConversation::-webkit-scrollbar{width:5px}.Dashboard-module__Rm6JEq__reportDetailView .Dashboard-module__Rm6JEq__reportConversation::-webkit-scrollbar-track{background:0 0}.Dashboard-module__Rm6JEq__reportDetailView .Dashboard-module__Rm6JEq__reportConversation::-webkit-scrollbar-thumb{background:#0000001a;border-radius:3px}.Dashboard-module__Rm6JEq__reportDetailView .Dashboard-module__Rm6JEq__reportReplyBox{flex-shrink:0}.Dashboard-module__Rm6JEq__reportDetailView .Dashboard-module__Rm6JEq__reportReplyTextarea{resize:none;min-height:60px;max-height:120px}@keyframes Dashboard-module__Rm6JEq__reportFadeUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes Dashboard-module__Rm6JEq__reportSpin{to{transform:rotate(360deg)}}@keyframes Dashboard-module__Rm6JEq__reportToastIn{0%{opacity:0;transform:translate(-50%)translateY(24px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes Dashboard-module__Rm6JEq__reportToastOut{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(24px)}}.Dashboard-module__Rm6JEq__reportPageHeader{justify-content:space-between;align-items:flex-start;margin-bottom:24px;display:flex}.Dashboard-module__Rm6JEq__reportPageTitle{letter-spacing:-.025em;color:var(--rpt-text-primary);margin:0 0 4px;font-size:24px;font-weight:700;line-height:1.3}.Dashboard-module__Rm6JEq__reportPageSubtitle{color:var(--rpt-text-secondary);margin:0;font-size:14px}.Dashboard-module__Rm6JEq__reportBtnPrimary{color:#fff;background:var(--accent);border-radius:var(--rpt-radius-sm);cursor:pointer;box-shadow:0 1px 3px rgba(var(--accent-rgb),.3);white-space:nowrap;border:1px solid #0000;align-items:center;gap:7px;padding:10px 20px;font-family:inherit;font-size:13.5px;font-weight:600;transition:all .15s;display:inline-flex}.Dashboard-module__Rm6JEq__reportBtnPrimary:hover{background:var(--accent-hover);box-shadow:0 2px 8px rgba(var(--accent-rgb),.35);transform:translateY(-1px)}.Dashboard-module__Rm6JEq__reportBtnPrimary:active{transform:translateY(0)}.Dashboard-module__Rm6JEq__reportBtnPrimary svg{width:15px;height:15px}.Dashboard-module__Rm6JEq__reportBadge{white-space:nowrap;border-radius:20px;align-items:center;gap:5px;padding:3px 10px;font-size:12px;font-weight:500;display:inline-flex}.Dashboard-module__Rm6JEq__reportBadgeDot{border-radius:50%;width:6px;height:6px}.Dashboard-module__Rm6JEq__reportBadgeOpen{background:var(--rpt-green-light);color:var(--rpt-green)}.Dashboard-module__Rm6JEq__reportBadgeOpen .Dashboard-module__Rm6JEq__reportBadgeDot{background:var(--rpt-green)}.Dashboard-module__Rm6JEq__reportBadgeProgress{background:var(--rpt-blue-light);color:var(--rpt-blue)}.Dashboard-module__Rm6JEq__reportBadgeProgress .Dashboard-module__Rm6JEq__reportBadgeDot{background:var(--rpt-blue)}.Dashboard-module__Rm6JEq__reportBadgeResolved{color:var(--rpt-text-tertiary);background:#f0eeeb}.Dashboard-module__Rm6JEq__reportBadgeResolved .Dashboard-module__Rm6JEq__reportBadgeDot{background:var(--rpt-text-tertiary)}.Dashboard-module__Rm6JEq__reportBadgeClosed{color:var(--rpt-text-tertiary);background:#f0eeeb}.Dashboard-module__Rm6JEq__reportBadgeClosed .Dashboard-module__Rm6JEq__reportBadgeDot{background:var(--rpt-text-tertiary)}.Dashboard-module__Rm6JEq__reportCatTag{border-radius:4px;padding:2px 9px;font-size:12px;font-weight:500;display:inline-block}.Dashboard-module__Rm6JEq__reportCatTagOther{background:var(--rpt-purple-light);color:var(--rpt-purple)}.Dashboard-module__Rm6JEq__reportCatTagBug{background:var(--rpt-red-light);color:var(--rpt-red)}.Dashboard-module__Rm6JEq__reportCatTagMaintenance{background:var(--rpt-blue-light);color:var(--rpt-blue)}.Dashboard-module__Rm6JEq__reportCatTagComplaint{background:var(--rpt-yellow-light);color:var(--rpt-yellow)}.Dashboard-module__Rm6JEq__reportCatTagCalculationError{color:#e65100;background:#fff3e0}.Dashboard-module__Rm6JEq__reportCatTagFacilityIssue{background:var(--rpt-blue-light);color:var(--rpt-blue)}.Dashboard-module__Rm6JEq__reportCatTagCleaning{background:var(--rpt-green-light);color:var(--rpt-green)}.Dashboard-module__Rm6JEq__reportTabs{border-bottom:1px solid var(--rpt-border);gap:0;margin-bottom:20px;display:flex}.Dashboard-module__Rm6JEq__reportTab{color:var(--rpt-text-tertiary);cursor:pointer;background:0 0;border:none;padding:10px 18px;font-family:inherit;font-size:13px;font-weight:500;transition:color .15s;position:relative}.Dashboard-module__Rm6JEq__reportTab:hover{color:var(--rpt-text-secondary)}.Dashboard-module__Rm6JEq__reportTabActive{color:var(--accent);font-weight:600}.Dashboard-module__Rm6JEq__reportTabActive:after{content:"";background:var(--accent);border-radius:2px 2px 0 0;height:2px;position:absolute;bottom:-1px;left:10px;right:10px}.Dashboard-module__Rm6JEq__reportTabCount{background:var(--rpt-border-light);color:var(--rpt-text-tertiary);font-variant-numeric:tabular-nums;border-radius:8px;margin-left:5px;padding:1px 6px;font-size:11px;font-weight:500}.Dashboard-module__Rm6JEq__reportTabCountActive{background:var(--accent-light);color:var(--accent)}.Dashboard-module__Rm6JEq__reportTicketList{flex-direction:column;gap:8px;display:flex}.Dashboard-module__Rm6JEq__reportTicketRow{background:var(--rpt-surface);border:1px solid var(--rpt-border);border-radius:var(--rpt-radius-md);box-shadow:var(--rpt-shadow-sm);cursor:pointer;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:16px 20px;transition:all .15s;animation:.3s ease-out both Dashboard-module__Rm6JEq__reportFadeUp;display:grid}.Dashboard-module__Rm6JEq__reportTicketRow:first-child{animation-delay:60ms}.Dashboard-module__Rm6JEq__reportTicketRow:nth-child(2){animation-delay:.1s}.Dashboard-module__Rm6JEq__reportTicketRow:nth-child(3){animation-delay:.14s}.Dashboard-module__Rm6JEq__reportTicketRow:hover{box-shadow:var(--rpt-shadow-md);border-color:#ddd9d3;transform:translateY(-1px)}.Dashboard-module__Rm6JEq__reportTicketRowLeft{min-width:0}.Dashboard-module__Rm6JEq__reportTicketRowTop{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:5px;display:flex}.Dashboard-module__Rm6JEq__reportTicketRowId{color:var(--accent);font-variant-numeric:tabular-nums;flex-shrink:0;font-size:12px;font-weight:500}.Dashboard-module__Rm6JEq__reportTicketRowSubject{color:var(--rpt-text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:14.5px;font-weight:600;overflow:hidden}.Dashboard-module__Rm6JEq__reportTicketRowMeta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.Dashboard-module__Rm6JEq__reportMetaItem{color:var(--rpt-text-tertiary);align-items:center;gap:4px;font-size:12px;display:flex}.Dashboard-module__Rm6JEq__reportMetaItem svg{width:12px;height:12px}.Dashboard-module__Rm6JEq__reportTicketRowArrow{width:20px;height:20px;color:var(--rpt-text-tertiary);flex-shrink:0;transition:transform .15s,color .15s}.Dashboard-module__Rm6JEq__reportTicketRow:hover .Dashboard-module__Rm6JEq__reportTicketRowArrow{color:var(--accent);transform:translate(2px)}.Dashboard-module__Rm6JEq__reportEmptyState{text-align:center;background:var(--rpt-surface);border:1px solid var(--rpt-border);border-radius:var(--rpt-radius-lg);box-shadow:var(--rpt-shadow-sm);padding:56px 20px}.Dashboard-module__Rm6JEq__reportEmptyIcon{background:var(--rpt-border-light);border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 14px;display:flex}.Dashboard-module__Rm6JEq__reportEmptyIcon svg{width:26px;height:26px;color:var(--rpt-text-tertiary);opacity:.5}.Dashboard-module__Rm6JEq__reportEmptyState p{color:var(--rpt-text-tertiary);margin:0;font-size:14px}.Dashboard-module__Rm6JEq__reportEmptyHint{opacity:.7;margin-top:4px;font-size:12.5px}.Dashboard-module__Rm6JEq__reportDetailBack{color:var(--rpt-text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:8px;padding:0;font-family:inherit;font-size:13px;font-weight:500;transition:color .15s;display:inline-flex}.Dashboard-module__Rm6JEq__reportDetailBack:hover{color:var(--rpt-text-primary)}.Dashboard-module__Rm6JEq__reportDetailBack svg{width:16px;height:16px}.Dashboard-module__Rm6JEq__reportDetailHeader{margin-bottom:12px;animation:.3s ease-out both Dashboard-module__Rm6JEq__reportFadeUp}.Dashboard-module__Rm6JEq__reportDetailId{color:var(--rpt-text-tertiary);letter-spacing:.02em;font-variant-numeric:tabular-nums;margin-bottom:4px;font-size:12px;font-weight:500}.Dashboard-module__Rm6JEq__reportDetailTitle{letter-spacing:-.02em;color:var(--rpt-text-primary);margin:0 0 8px;font-size:20px;font-weight:700;line-height:1.3}.Dashboard-module__Rm6JEq__reportDetailTags{flex-wrap:wrap;gap:8px;display:flex}.Dashboard-module__Rm6JEq__reportInfoStrip{border-bottom:1px solid var(--rpt-border-light);gap:16px;margin-bottom:12px;padding:8px 0;display:flex}.Dashboard-module__Rm6JEq__reportInfoStripItem{align-items:baseline;gap:6px;display:flex}.Dashboard-module__Rm6JEq__reportInfoStripLabel{color:var(--rpt-text-tertiary);font-size:11px;font-weight:500}.Dashboard-module__Rm6JEq__reportInfoStripValue{color:var(--rpt-text-primary);font-size:13px;font-weight:500}.Dashboard-module__Rm6JEq__reportConversation{flex-direction:column;gap:16px;display:flex}.Dashboard-module__Rm6JEq__reportMsg{border-radius:var(--rpt-radius-lg);max-width:85%;box-shadow:var(--rpt-shadow-sm);animation:.3s ease-out both Dashboard-module__Rm6JEq__reportFadeUp}.Dashboard-module__Rm6JEq__reportMsg:first-child{animation-delay:50ms}.Dashboard-module__Rm6JEq__reportMsg:nth-child(2){animation-delay:.1s}.Dashboard-module__Rm6JEq__reportMsg:nth-child(3){animation-delay:.15s}.Dashboard-module__Rm6JEq__reportMsgResident{background:var(--accent);border:1px solid #d4873f33;border-bottom-right-radius:4px;align-self:flex-end}.Dashboard-module__Rm6JEq__reportMsgResident .Dashboard-module__Rm6JEq__reportMsgHeader{border-color:#ffffff1f}.Dashboard-module__Rm6JEq__reportMsgResident .Dashboard-module__Rm6JEq__reportMsgSender{color:#ffffffe6}.Dashboard-module__Rm6JEq__reportMsgResident .Dashboard-module__Rm6JEq__reportMsgTime{color:#ffffff80}.Dashboard-module__Rm6JEq__reportMsgResident .Dashboard-module__Rm6JEq__reportMsgBody,.Dashboard-module__Rm6JEq__reportMsgResident .Dashboard-module__Rm6JEq__reportMsgBody p{color:#fff}.Dashboard-module__Rm6JEq__reportMsgStaff{background:var(--rpt-surface);border:1px solid var(--rpt-border);border-bottom-left-radius:4px;align-self:flex-start}.Dashboard-module__Rm6JEq__reportMsgHeader{justify-content:space-between;align-items:center;gap:12px;padding:12px 16px 0;display:flex}.Dashboard-module__Rm6JEq__reportMsgSenderInfo{align-items:center;gap:8px;display:flex}.Dashboard-module__Rm6JEq__reportMsgAvatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:11px;font-weight:600;display:flex}.Dashboard-module__Rm6JEq__reportMsgAvatarResident{background:#fff3}.Dashboard-module__Rm6JEq__reportMsgAvatarStaff{background:linear-gradient(135deg,var(--rpt-blue),#6b9bd2)}.Dashboard-module__Rm6JEq__reportMsgSender{color:var(--rpt-text-primary);font-size:13px;font-weight:600}.Dashboard-module__Rm6JEq__reportMsgRole{text-transform:uppercase;letter-spacing:.05em;background:var(--rpt-blue-light);color:var(--rpt-blue);border-radius:3px;margin-left:4px;padding:1px 6px;font-size:10px;font-weight:600}.Dashboard-module__Rm6JEq__reportMsgTime{color:var(--rpt-text-tertiary);white-space:nowrap;font-size:11px}.Dashboard-module__Rm6JEq__reportMsgBody{padding:10px 16px 14px;font-size:14px;line-height:1.65}.Dashboard-module__Rm6JEq__reportMsgBody p{color:var(--rpt-text-primary);white-space:pre-wrap;margin:0}.Dashboard-module__Rm6JEq__reportMsgBody p+p{margin-top:8px}.Dashboard-module__Rm6JEq__reportMsgActivity{color:var(--rpt-text-tertiary);align-items:center;gap:6px;padding:4px 0;font-size:12px;display:flex}.Dashboard-module__Rm6JEq__reportMsgActivityDot{background:var(--rpt-text-tertiary);border-radius:50%;flex-shrink:0;width:5px;height:5px}.Dashboard-module__Rm6JEq__reportMsgActivityTime{margin-left:auto;font-size:11px}.Dashboard-module__Rm6JEq__reportMsgPhotos{flex-wrap:wrap;gap:6px;padding:0 16px 12px;display:flex}.Dashboard-module__Rm6JEq__reportMsgPhotoThumb{object-fit:cover;cursor:pointer;border:1px solid #fff3;border-radius:6px;width:80px;height:80px;transition:transform .15s}.Dashboard-module__Rm6JEq__reportMsgStaff .Dashboard-module__Rm6JEq__reportMsgPhotoThumb{border-color:var(--rpt-border)}.Dashboard-module__Rm6JEq__reportMsgPhotoThumb:hover{transform:scale(1.08)}.Dashboard-module__Rm6JEq__reportReplyBox{background:var(--rpt-surface);border:1px solid var(--rpt-border);border-radius:var(--rpt-radius-lg);box-shadow:var(--rpt-shadow-sm);transition:box-shadow .2s,border-color .2s;overflow:hidden}.Dashboard-module__Rm6JEq__reportReplyBox:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light),var(--rpt-shadow-md)}.Dashboard-module__Rm6JEq__reportReplyTextarea{resize:vertical;width:100%;min-height:100px;color:var(--rpt-text-primary);background:0 0;border:none;outline:none;padding:16px 20px;font-family:inherit;font-size:14px;line-height:1.6}.Dashboard-module__Rm6JEq__reportReplyTextarea::placeholder{color:var(--rpt-text-tertiary)}.Dashboard-module__Rm6JEq__reportReplyFooter{border-top:1px solid var(--rpt-border-light);background:var(--rpt-surface-alt);justify-content:space-between;align-items:center;padding:10px 16px;display:flex}.Dashboard-module__Rm6JEq__reportReplyActions{gap:4px;display:flex}.Dashboard-module__Rm6JEq__reportReplyActionBtn{border-radius:var(--rpt-radius-sm);width:32px;height:32px;color:var(--rpt-text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .15s;display:flex}.Dashboard-module__Rm6JEq__reportReplyActionBtn:hover{background:var(--rpt-border-light);color:var(--rpt-text-secondary)}.Dashboard-module__Rm6JEq__reportReplyActionBtn svg{width:17px;height:17px}.Dashboard-module__Rm6JEq__reportBtnSend{color:#fff;background:var(--accent);border-radius:var(--rpt-radius-sm);cursor:pointer;box-shadow:0 1px 3px rgba(var(--accent-rgb),.3);border:none;align-items:center;gap:6px;padding:8px 18px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.Dashboard-module__Rm6JEq__reportBtnSend:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.Dashboard-module__Rm6JEq__reportBtnSend:active:not(:disabled){transform:translateY(0)}.Dashboard-module__Rm6JEq__reportBtnSend:disabled{opacity:.45;cursor:not-allowed}.Dashboard-module__Rm6JEq__reportBtnSend svg{width:14px;height:14px}.Dashboard-module__Rm6JEq__reportDetailLoading{color:var(--rpt-text-tertiary);justify-content:center;align-items:center;gap:8px;padding:48px 0;font-size:14px;display:flex}.Dashboard-module__Rm6JEq__reportModalOverlay{--rpt-surface:#fff;--rpt-surface-alt:#faf9f7;--rpt-border:#e8e5df;--rpt-border-light:#f0ede8;--rpt-text-primary:#1a1815;--rpt-text-secondary:#6b6560;--rpt-text-tertiary:#9c968f;--rpt-green:#3d8b5e;--rpt-green-light:#edf7f1;--rpt-blue:#4a7fbf;--rpt-blue-light:#eef4fb;--rpt-purple:#7c6baf;--rpt-purple-light:#f3f0fa;--rpt-red:#c75450;--rpt-red-light:#fdf0ef;--rpt-yellow:#c4992a;--rpt-yellow-light:#fdf8ec;--rpt-radius-sm:6px;--rpt-radius-md:10px;--rpt-radius-lg:14px;--rpt-shadow-sm:0 1px 2px #1a18150a;--rpt-shadow-md:0 2px 8px #1a18150f,0 1px 2px #1a18150a;--rpt-shadow-lg:0 4px 16px #1a181514,0 2px 4px #1a18150a;--rpt-shadow-xl:0 12px 40px #1a18151f,0 4px 12px #1a18150f;z-index:var(--z-modal-overlay,1000);opacity:0;visibility:hidden;justify-content:center;align-items:center;padding:24px;transition:opacity .25s,visibility .25s;display:flex;position:fixed;inset:0}.Dashboard-module__Rm6JEq__reportModalOverlayActive{opacity:1;visibility:visible}.Dashboard-module__Rm6JEq__reportModalBackdrop{-webkit-backdrop-filter:blur(6px);background:#1a181561;position:absolute;inset:0}.Dashboard-module__Rm6JEq__reportModalContainer{background:var(--rpt-surface);border-radius:var(--rpt-radius-lg);box-shadow:var(--rpt-shadow-xl);flex-direction:column;width:100%;max-width:520px;max-height:calc(100vh - 48px);transition:transform .3s cubic-bezier(.22,1,.36,1);display:flex;position:relative;overflow:hidden;transform:translateY(20px)scale(.96)}.Dashboard-module__Rm6JEq__reportModalOverlayActive .Dashboard-module__Rm6JEq__reportModalContainer{transform:translateY(0)scale(1)}.Dashboard-module__Rm6JEq__reportModalContainer::-webkit-scrollbar{width:6px}.Dashboard-module__Rm6JEq__reportModalContainer::-webkit-scrollbar-thumb{background:var(--rpt-border);border-radius:3px}.Dashboard-module__Rm6JEq__reportModalDragHandle{display:none}.Dashboard-module__Rm6JEq__reportModalHeader{border-bottom:1px solid var(--rpt-border-light);flex-shrink:0;justify-content:space-between;align-items:center;padding:20px 24px 16px;display:flex}.Dashboard-module__Rm6JEq__reportModalTitleGroup{align-items:center;gap:12px;display:flex}.Dashboard-module__Rm6JEq__reportModalIcon{border-radius:var(--rpt-radius-sm);background:var(--accent-light);flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.Dashboard-module__Rm6JEq__reportModalIcon svg{width:19px;height:19px;color:var(--accent)}.Dashboard-module__Rm6JEq__reportModalTitle{color:var(--rpt-text-primary);margin:0;font-size:16px;font-weight:600}.Dashboard-module__Rm6JEq__reportModalSubtitle{color:var(--rpt-text-tertiary);margin-top:1px;font-size:12px}.Dashboard-module__Rm6JEq__reportModalCloseBtn{border-radius:var(--rpt-radius-sm);width:32px;height:32px;color:var(--rpt-text-tertiary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .15s;display:flex}.Dashboard-module__Rm6JEq__reportModalCloseBtn:hover{background:var(--rpt-border-light);color:var(--rpt-text-primary)}.Dashboard-module__Rm6JEq__reportModalCloseBtn svg{width:18px;height:18px}.Dashboard-module__Rm6JEq__reportModalBody{flex:1;min-height:0;padding:20px 24px 8px;overflow-y:auto}.Dashboard-module__Rm6JEq__reportFormRow{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:14px;display:grid}.Dashboard-module__Rm6JEq__reportFormRowSingle{margin-bottom:14px}.Dashboard-module__Rm6JEq__reportField{flex-direction:column;gap:5px;display:flex}.Dashboard-module__Rm6JEq__reportFieldLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--rpt-text-tertiary);font-size:12px;font-weight:600}.Dashboard-module__Rm6JEq__reportFieldInput{color:var(--rpt-text-primary);border:1px solid var(--rpt-border);border-radius:var(--rpt-radius-sm);background:var(--rpt-surface);box-sizing:border-box;outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:all .15s}.Dashboard-module__Rm6JEq__reportFieldInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.Dashboard-module__Rm6JEq__reportFieldInput::placeholder{color:var(--rpt-text-tertiary)}.Dashboard-module__Rm6JEq__reportFieldSelect{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%239C968F' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:30px}.Dashboard-module__Rm6JEq__reportFieldTextarea{resize:vertical;min-height:80px;line-height:1.5}.Dashboard-module__Rm6JEq__reportModalFooter{border-top:1px solid var(--rpt-border-light);flex-shrink:0;justify-content:flex-end;gap:10px;padding:16px 24px 20px;display:flex}.Dashboard-module__Rm6JEq__reportModalCancel{color:var(--rpt-text-secondary);border:1px solid var(--rpt-border);border-radius:var(--rpt-radius-sm);cursor:pointer;background:0 0;padding:9px 18px;font-family:inherit;font-size:13px;font-weight:500;transition:all .15s}.Dashboard-module__Rm6JEq__reportModalCancel:hover{color:var(--rpt-text-primary);border-color:#d5d0c9}.Dashboard-module__Rm6JEq__reportModalSubmit{color:#fff;background:var(--accent);border-radius:var(--rpt-radius-sm);cursor:pointer;box-shadow:0 1px 3px rgba(var(--accent-rgb),.3);border:1px solid #0000;align-items:center;gap:6px;padding:9px 22px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.Dashboard-module__Rm6JEq__reportModalSubmit:hover:not(:disabled){background:var(--accent-hover);transform:translateY(-1px)}.Dashboard-module__Rm6JEq__reportModalSubmit:disabled{opacity:.45;cursor:not-allowed}.Dashboard-module__Rm6JEq__reportModalSubmit svg{width:14px;height:14px}.Dashboard-module__Rm6JEq__reportUploadZone{border:1.5px dashed var(--rpt-border);border-radius:var(--rpt-radius-sm);cursor:pointer;align-items:center;gap:12px;margin-top:8px;padding:18px;transition:all .2s;display:flex}.Dashboard-module__Rm6JEq__reportUploadZone:hover,.Dashboard-module__Rm6JEq__reportUploadZoneDragging{border-color:var(--accent);background:var(--accent-light)}.Dashboard-module__Rm6JEq__reportUploadIcon{background:var(--accent-light);width:36px;height:36px;color:var(--accent);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Dashboard-module__Rm6JEq__reportUploadIcon svg{width:16px;height:16px}.Dashboard-module__Rm6JEq__reportUploadText{color:var(--rpt-text-secondary);font-size:13px}.Dashboard-module__Rm6JEq__reportUploadText strong{color:var(--accent);font-weight:600}.Dashboard-module__Rm6JEq__reportUploadHint{color:var(--rpt-text-tertiary);margin-top:2px;font-size:12px}.Dashboard-module__Rm6JEq__reportPhotoGrid{flex-wrap:wrap;gap:10px;margin-bottom:8px;display:flex}.Dashboard-module__Rm6JEq__reportPhotoThumb{border-radius:var(--rpt-radius-sm);border:1px solid var(--rpt-border);width:72px;height:72px;position:relative;overflow:hidden}.Dashboard-module__Rm6JEq__reportPhotoThumb img{object-fit:cover;width:100%;height:100%;display:block}.Dashboard-module__Rm6JEq__reportPhotoRemove{color:#fff;cursor:pointer;opacity:0;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;padding:0;font-size:13px;line-height:1;transition:opacity .15s;display:flex;position:absolute;top:3px;right:3px}.Dashboard-module__Rm6JEq__reportPhotoThumb:hover .Dashboard-module__Rm6JEq__reportPhotoRemove{opacity:1}.Dashboard-module__Rm6JEq__reportPhotoUploading{color:var(--rpt-text-tertiary);justify-content:center;align-items:center;font-size:12px;display:flex}.Dashboard-module__Rm6JEq__reportSpinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite Dashboard-module__Rm6JEq__reportSpin;display:inline-block}.Dashboard-module__Rm6JEq__reportSpinnerDark{border:2px solid #0000001a;border-top-color:var(--rpt-text-tertiary);border-radius:50%;width:16px;height:16px;animation:.6s linear infinite Dashboard-module__Rm6JEq__reportSpin;display:inline-block}.Dashboard-module__Rm6JEq__reportError{color:var(--rpt-red);margin-top:4px;font-size:13px}.Dashboard-module__Rm6JEq__reportToast{background:var(--rpt-text-primary);color:#fff;border-radius:var(--rpt-radius-md);z-index:var(--z-floating,999);pointer-events:none;align-items:center;gap:10px;padding:14px 24px;font-size:14px;font-weight:500;animation:.4s cubic-bezier(.16,1,.3,1) forwards Dashboard-module__Rm6JEq__reportToastIn;display:flex;position:fixed;bottom:32px;left:50%;transform:translate(-50%);box-shadow:0 12px 40px #0003}.Dashboard-module__Rm6JEq__reportToastExiting{animation:.35s forwards Dashboard-module__Rm6JEq__reportToastOut}.Dashboard-module__Rm6JEq__reportToast svg{color:#6ee7a0;flex-shrink:0;width:18px;height:18px}@media (max-width:1024px){.Dashboard-module__Rm6JEq__reportDetailView{height:calc(100dvh - var(--dashboard-header-h) - 40px)}}@media (max-width:640px){.Dashboard-module__Rm6JEq__reportDetailView{height:calc(100dvh - var(--dashboard-header-h) - 32px)}.Dashboard-module__Rm6JEq__reportPageHeader{flex-direction:column;gap:16px}.Dashboard-module__Rm6JEq__reportBtnPrimary{justify-content:center;width:100%}.Dashboard-module__Rm6JEq__reportInfoStrip{flex-wrap:wrap;gap:4px 16px}.Dashboard-module__Rm6JEq__reportMsg{max-width:92%}.Dashboard-module__Rm6JEq__reportFormRow{grid-template-columns:1fr}.Dashboard-module__Rm6JEq__reportModalOverlay{align-items:flex-end;padding:0}.Dashboard-module__Rm6JEq__reportModalContainer{border-radius:var(--rpt-radius-lg)var(--rpt-radius-lg)0 0;align-self:flex-end;max-width:100%;max-height:92dvh;transform:translateY(100%)}.Dashboard-module__Rm6JEq__reportModalOverlayActive .Dashboard-module__Rm6JEq__reportModalContainer{transform:translateY(0)}.Dashboard-module__Rm6JEq__reportModalDragHandle{cursor:grab;touch-action:none;flex-shrink:0;justify-content:center;padding:12px 0 4px;display:flex}.Dashboard-module__Rm6JEq__reportModalDragHandle:active{cursor:grabbing}.Dashboard-module__Rm6JEq__reportModalDragHandle:after{content:"";background:var(--rpt-border);border-radius:2px;width:40px;height:4px}.Dashboard-module__Rm6JEq__reportModalBody{-webkit-overflow-scrolling:touch;padding-bottom:max(24px,env(safe-area-inset-bottom))}}.Dashboard-module__Rm6JEq__rentPaymentContainer{max-width:640px}.Dashboard-module__Rm6JEq__rentPaymentTitle{font-family:var(--font-instrument-serif,"Instrument Serif",serif);color:var(--text-dark);margin:0 0 var(--space-xl);font-size:1.5rem;font-weight:700}.Dashboard-module__Rm6JEq__rentPaymentField{margin-bottom:var(--space-xl)}.Dashboard-module__Rm6JEq__rentPaymentLabel{color:var(--text-dark);margin-bottom:var(--space-xs);font-size:.875rem;font-weight:600;display:block}.Dashboard-module__Rm6JEq__rentPaymentSelect{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--white,#fff);width:100%;color:var(--text-dark);appearance:none;padding:10px 12px;font-size:.9rem}.Dashboard-module__Rm6JEq__rentPaymentSelect:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 2px #0064001a}.Dashboard-module__Rm6JEq__rentPaymentHint{color:var(--gray);font-size:.9rem}.Dashboard-module__Rm6JEq__rentBillingPeriod{color:var(--text-dark);margin-bottom:var(--space-lg);padding-bottom:var(--space-sm);border-bottom:1px solid var(--border);font-size:1.1rem;font-weight:600}.Dashboard-module__Rm6JEq__rentPaidBadge{color:#2e7d32;border-radius:var(--radius-sm);margin-bottom:var(--space-lg);background:#e8f5e9;align-items:center;gap:8px;padding:10px 20px;font-size:.95rem;font-weight:600;display:inline-flex}.Dashboard-module__Rm6JEq__rentNotApplicable{background:var(--bg-light,#f5f5f5);color:var(--gray-dark);border-radius:var(--radius-sm);padding:16px 20px;font-size:.95rem}.Dashboard-module__Rm6JEq__rentSuccessCard{text-align:center;padding:var(--space-3xl)var(--space-xl);border-radius:var(--radius-md);margin-bottom:var(--space-xl);background:#e8f5e9}.Dashboard-module__Rm6JEq__rentSuccessIcon{color:#2e7d32;margin-bottom:var(--space-md)}.Dashboard-module__Rm6JEq__rentSuccessCard h3{font-family:var(--font-instrument-serif,"Instrument Serif",serif);color:var(--text-dark);margin:0 0 var(--space-sm);font-size:1.25rem;font-weight:700}.Dashboard-module__Rm6JEq__rentSuccessCard p{color:var(--gray-dark);margin:0;font-size:.95rem}.Dashboard-module__Rm6JEq__rentBreakdownCard{background:var(--white,#fff);border:1px solid var(--border);border-radius:var(--radius-md);padding:var(--space-xl);margin-bottom:var(--space-xl)}.Dashboard-module__Rm6JEq__rentBreakdownTitle{color:var(--text-dark);margin:0 0 var(--space-md);text-transform:uppercase;letter-spacing:.03em;font-size:.95rem;font-weight:600}.Dashboard-module__Rm6JEq__rentBreakdownRows{gap:var(--space-sm);padding-bottom:var(--space-md);border-bottom:1px solid var(--border);flex-direction:column;display:flex}.Dashboard-module__Rm6JEq__rentBreakdownRow{color:var(--text-dark);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.Dashboard-module__Rm6JEq__rentBreakdownRow span:last-child{font-variant-numeric:tabular-nums;font-weight:500}.Dashboard-module__Rm6JEq__rentAdjustmentNotes{color:var(--gray-dark,#666);background:var(--off-white,#fafaf8);border-radius:var(--radius-sm,4px);margin-top:2px;padding:6px 12px;font-size:.82rem}.Dashboard-module__Rm6JEq__rentAdjustmentNote{margin:2px 0;line-height:1.4}.Dashboard-module__Rm6JEq__rentBreakdownProration{color:var(--gray-dark);border-radius:var(--radius-sm);background:#fff8e1;flex-direction:column;gap:4px;padding:8px 12px;font-size:.85rem;display:flex}.Dashboard-module__Rm6JEq__rentMoveOutNote{color:#e65100;font-size:.8rem}.Dashboard-module__Rm6JEq__rentBreakdownTotal{padding-top:var(--space-md);color:var(--text-dark);justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:700;display:flex}.Dashboard-module__Rm6JEq__rentBreakdownTotal span:last-child{font-variant-numeric:tabular-nums}.Dashboard-module__Rm6JEq__rentPaymentSection{margin-top:var(--space-lg)}.Dashboard-module__Rm6JEq__rentHistorySection{margin-top:var(--space-3xl);padding-top:var(--space-xl);border-top:1px solid var(--border)}.Dashboard-module__Rm6JEq__rentHistoryTitle{font-family:var(--font-instrument-serif,"Instrument Serif",serif);color:var(--text-dark);margin:0 0 var(--space-lg);font-size:1.15rem;font-weight:700}.Dashboard-module__Rm6JEq__rentHistoryList{gap:var(--space-sm);flex-direction:column;display:flex}.Dashboard-module__Rm6JEq__rentHistoryItem{background:var(--white,#fff);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;padding:14px 16px;transition:background .15s,box-shadow .15s}.Dashboard-module__Rm6JEq__rentHistoryItem:hover{background:var(--bg-light,#fafafa)}.Dashboard-module__Rm6JEq__rentHistoryItemMain{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.Dashboard-module__Rm6JEq__rentHistoryPeriod{color:var(--text-dark);align-items:center;gap:8px;font-size:.95rem;font-weight:600;display:flex}.Dashboard-module__Rm6JEq__rentHistoryTypeLabel{letter-spacing:.03em;color:#3a6b4c;white-space:nowrap;background:#e8f0eb;border-radius:10px;padding:2px 8px;font-size:.72rem;font-weight:600;display:inline-block}.Dashboard-module__Rm6JEq__rentHistoryAmount{color:var(--text-dark);font-variant-numeric:tabular-nums;font-size:.95rem;font-weight:700}.Dashboard-module__Rm6JEq__rentHistoryItemMeta{align-items:center;gap:var(--space-md);color:var(--gray-dark);font-size:.8rem;display:flex}.Dashboard-module__Rm6JEq__rentHistoryStatus{text-transform:capitalize;border-radius:10px;padding:2px 8px;font-size:.75rem;font-weight:600}.Dashboard-module__Rm6JEq__rentHistoryStatus_paid{color:#2e7d32;background:#e8f5e9}.Dashboard-module__Rm6JEq__rentHistoryStatus_pending{color:#f57f17;background:#fff8e1}.Dashboard-module__Rm6JEq__rentHistoryStatus_failed{color:#c62828;background:#fce4ec}.Dashboard-module__Rm6JEq__rentHistoryMethod,.Dashboard-module__Rm6JEq__rentHistoryDate{color:var(--gray)}.Dashboard-module__Rm6JEq__rentHistoryEmpty{text-align:center;color:var(--gray);padding:20px;font-size:.9rem}.Dashboard-module__Rm6JEq__rentHistoryItemHeader{align-items:center;gap:8px;display:flex}.Dashboard-module__Rm6JEq__rentHistoryItemContent{flex:1;min-width:0}.Dashboard-module__Rm6JEq__rentHistoryChevron{width:16px;height:16px;color:var(--gray);flex-shrink:0;transition:transform .2s}.Dashboard-module__Rm6JEq__rentHistoryChevronOpen{transform:rotate(180deg)}.Dashboard-module__Rm6JEq__rentHistoryDetail{opacity:0;max-height:0;transition:max-height .3s,opacity .2s;overflow:hidden}.Dashboard-module__Rm6JEq__rentHistoryDetailOpen{opacity:1;border-top:1px solid var(--border);max-height:600px;margin-top:10px;padding-top:12px}.Dashboard-module__Rm6JEq__rentHistoryBreakdownTitle{color:var(--gray);text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px;font-size:.8rem;font-weight:600}.Dashboard-module__Rm6JEq__rentHistoryBreakdown{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.Dashboard-module__Rm6JEq__rentHistoryBreakdownRow{color:var(--text-dark);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.Dashboard-module__Rm6JEq__rentHistoryBreakdownRow span:last-child{font-variant-numeric:tabular-nums;font-weight:500}.Dashboard-module__Rm6JEq__rentHistoryPaymentInfo{flex-direction:column;gap:6px;margin-bottom:14px;display:flex}.Dashboard-module__Rm6JEq__rentHistoryInfoRow{color:var(--gray-dark);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.Dashboard-module__Rm6JEq__rentHistoryRefId{color:var(--gray);text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-family:Courier New,Courier,monospace;font-size:.78rem;overflow:hidden}.Dashboard-module__Rm6JEq__rentHistoryActions{flex-wrap:wrap;gap:8px;display:flex}.Dashboard-module__Rm6JEq__rentHistoryActionBtn{color:var(--accent,#2d8b6f);border:1px solid var(--accent,#2d8b6f);border-radius:var(--radius-sm);align-items:center;gap:4px;padding:6px 14px;font-size:.8rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s;display:inline-flex}.Dashboard-module__Rm6JEq__rentHistoryActionBtn:hover{background:var(--accent,#2d8b6f);color:#fff}.Dashboard-module__Rm6JEq__rentHistoryActionBtn svg{width:14px;height:14px}.Dashboard-module__Rm6JEq__rentDueBanner{justify-content:space-between;align-items:center;gap:var(--space-md);border-radius:var(--radius-sm);margin-bottom:var(--space-xl);border-left:4px solid;padding:14px 20px;font-size:.9rem;line-height:1.5;display:flex}.Dashboard-module__Rm6JEq__rentDueBannerOverdue{border-left-color:var(--error,#dc3545);color:#5f2120;background:#fdecea}.Dashboard-module__Rm6JEq__rentDueBannerDueSoon{color:#5d4037;background:#fff8e1;border-left-color:#ff9800}.Dashboard-module__Rm6JEq__rentDueBannerContent{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.Dashboard-module__Rm6JEq__rentDueBannerContent svg{flex-shrink:0}.Dashboard-module__Rm6JEq__rentDueBannerOverdue .Dashboard-module__Rm6JEq__rentDueBannerContent svg{color:var(--error,#dc3545)}.Dashboard-module__Rm6JEq__rentDueBannerDueSoon .Dashboard-module__Rm6JEq__rentDueBannerContent svg{color:#ff9800}.Dashboard-module__Rm6JEq__rentDueBannerAction{border-radius:var(--radius-sm);white-space:nowrap;flex-shrink:0;align-items:center;padding:8px 18px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-flex}.Dashboard-module__Rm6JEq__rentDueBannerOverdue .Dashboard-module__Rm6JEq__rentDueBannerAction{background:var(--error,#dc3545);color:#fff}.Dashboard-module__Rm6JEq__rentDueBannerOverdue .Dashboard-module__Rm6JEq__rentDueBannerAction:hover{background:#c62828;transform:translateY(-1px)}.Dashboard-module__Rm6JEq__rentDueBannerDueSoon .Dashboard-module__Rm6JEq__rentDueBannerAction{color:#fff;background:#ff9800}.Dashboard-module__Rm6JEq__rentDueBannerDueSoon .Dashboard-module__Rm6JEq__rentDueBannerAction:hover{background:#f57c00;transform:translateY(-1px)}.Dashboard-module__Rm6JEq__rentOverdueBanner{border-left:4px solid var(--error,#dc3545);border-radius:var(--radius-sm);color:#5f2120;margin-bottom:var(--space-lg);background:#fdecea;align-items:center;gap:10px;padding:12px 18px;font-size:.9rem;font-weight:500;display:flex}.Dashboard-module__Rm6JEq__rentOverdueBanner svg{color:var(--error,#dc3545);flex-shrink:0}.Dashboard-module__Rm6JEq__ceReservation{margin-bottom:28px}.Dashboard-module__Rm6JEq__ceCard{background:var(--white,#fff);border:1px solid var(--dashboard-sidebar-border,#e8e4df);border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000a}.Dashboard-module__Rm6JEq__ceHeader{border-bottom:1px solid var(--dashboard-sidebar-border,#e8e4df);justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.Dashboard-module__Rm6JEq__ceHeaderInfo{align-items:center;gap:14px;display:flex}.Dashboard-module__Rm6JEq__ceHeaderIcon{background:var(--accent-light,#fff0eb);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Dashboard-module__Rm6JEq__ceHeaderIcon svg{width:18px;height:18px;color:var(--accent,#e8734a)}.Dashboard-module__Rm6JEq__ceHeaderName{font-size:15px;font-weight:600}.Dashboard-module__Rm6JEq__ceHeaderMovein{color:var(--dashboard-text-secondary,#6b6560);align-items:center;gap:4px;margin-top:2px;font-size:13px;display:flex}.Dashboard-module__Rm6JEq__ceHeaderMovein svg{width:13px;height:13px;color:var(--dashboard-text-muted,#9e9790)}.Dashboard-module__Rm6JEq__ceStatusBadge{letter-spacing:.02em;border-radius:20px;flex-shrink:0;align-items:center;gap:6px;padding:5px 12px;font-size:12px;font-weight:600;display:inline-flex}.Dashboard-module__Rm6JEq__ceStatusBadge svg{width:13px;height:13px}.Dashboard-module__Rm6JEq__ceStatusConfirmed{color:#2d8f4e;background:#edfaf1;border:1px solid #c4e8ce}.Dashboard-module__Rm6JEq__ceStatusPending{color:#b87a1a;background:#fff8ed;border:1px solid #e8d5a8}.Dashboard-module__Rm6JEq__ceStatusUrgent{color:#c4421a;background:#fef2ee;border:1px solid #f0c9bc}.Dashboard-module__Rm6JEq__ceStatusCompleted{color:#2d8f4e;background:#edfaf1;border:1px solid #c4e8ce}.Dashboard-module__Rm6JEq__ceStatusCancelled{color:#c4421a;background:#fef2ee;border:1px solid #f0c9bc}.Dashboard-module__Rm6JEq__ceBody{padding:20px}.Dashboard-module__Rm6JEq__ceConfirmedMsg{background:#edfaf1;border:1px solid #c4e8ce;border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:16px;padding:14px 16px;display:flex}.Dashboard-module__Rm6JEq__ceConfirmedMsg svg{color:#2d8f4e;flex-shrink:0;width:18px;height:18px;margin-top:1px}.Dashboard-module__Rm6JEq__ceConfirmedMsgText{color:#2d8f4e;font-size:13px;line-height:1.45}.Dashboard-module__Rm6JEq__ceConfirmedMsgText strong{font-weight:600}.Dashboard-module__Rm6JEq__ceUrgentMsg{background:#fef2ee;border:1px solid #f0c9bc;border-radius:8px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.Dashboard-module__Rm6JEq__ceUrgentMsg svg{color:#c4421a;flex-shrink:0;width:18px;height:18px;margin-top:1px}.Dashboard-module__Rm6JEq__ceUrgentMsgText{color:#c4421a;font-size:13px;line-height:1.5}.Dashboard-module__Rm6JEq__ceUrgentMsgText strong{font-weight:600}.Dashboard-module__Rm6JEq__ceStatusMsg{border-radius:8px;align-items:flex-start;gap:12px;padding:14px 16px;display:flex}.Dashboard-module__Rm6JEq__ceStatusMsg svg{flex-shrink:0;width:18px;height:18px;margin-top:1px}.Dashboard-module__Rm6JEq__ceStatusMsgGreen{background:#edfaf1;border:1px solid #c4e8ce}.Dashboard-module__Rm6JEq__ceStatusMsgGreen svg,.Dashboard-module__Rm6JEq__ceStatusMsgGreen .Dashboard-module__Rm6JEq__ceStatusMsgText{color:#2d8f4e}.Dashboard-module__Rm6JEq__ceStatusMsgRed{background:#fef2ee;border:1px solid #f0c9bc}.Dashboard-module__Rm6JEq__ceStatusMsgRed svg,.Dashboard-module__Rm6JEq__ceStatusMsgRed .Dashboard-module__Rm6JEq__ceStatusMsgText{color:#c4421a}.Dashboard-module__Rm6JEq__ceStatusMsgText{font-size:13px;line-height:1.5}.Dashboard-module__Rm6JEq__ceStatusMsgText strong{font-weight:600}.Dashboard-module__Rm6JEq__ceSessionSlot{background:var(--accent-light,#fff0eb);border:1px solid rgba(var(--accent-rgb,232,115,74),.25);cursor:pointer;border-radius:8px;align-items:center;gap:16px;padding:16px;transition:all .15s;display:flex;position:relative}.Dashboard-module__Rm6JEq__ceSessionSlot:hover{border-color:var(--accent,#e8734a);box-shadow:0 2px 8px rgba(var(--accent-rgb,232,115,74),.12)}.Dashboard-module__Rm6JEq__ceSessionSlot:active{transform:scale(.995)}.Dashboard-module__Rm6JEq__ceSessionDateBadge{background:var(--accent,#e8734a);border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.Dashboard-module__Rm6JEq__ceSessionDateBadge .Dashboard-module__Rm6JEq__ceDay{color:#fff;font-size:20px;font-weight:700;line-height:1}.Dashboard-module__Rm6JEq__ceSessionDateBadge .Dashboard-module__Rm6JEq__ceMonth{color:#fffc;text-transform:uppercase;letter-spacing:.05em;font-size:10px;font-weight:600}.Dashboard-module__Rm6JEq__ceSessionDetails{flex:1;min-width:0}.Dashboard-module__Rm6JEq__ceSessionDayLabel{color:var(--text-dark,#1a1a1a);font-size:15px;font-weight:600}.Dashboard-module__Rm6JEq__ceSessionTime{color:var(--dashboard-text-secondary,#6b6560);align-items:center;gap:4px;margin-top:2px;font-size:13px;display:flex}.Dashboard-module__Rm6JEq__ceSessionTime svg{width:13px;height:13px;color:var(--dashboard-text-muted,#9e9790)}.Dashboard-module__Rm6JEq__ceSessionArrow{background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex;box-shadow:0 1px 3px #0000000a}.Dashboard-module__Rm6JEq__ceSessionArrow svg{width:14px;height:14px;color:var(--accent,#e8734a)}.Dashboard-module__Rm6JEq__ceSessionTip{align-items:center;gap:8px;margin-top:12px;padding:0 2px;display:flex}.Dashboard-module__Rm6JEq__ceSessionTip svg{width:14px;height:14px;color:var(--dashboard-text-muted,#9e9790);flex-shrink:0}.Dashboard-module__Rm6JEq__ceSessionTip span{color:var(--dashboard-text-muted,#9e9790);font-size:12px}.Dashboard-module__Rm6JEq__ceModalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;pointer-events:none;background:#0006;justify-content:center;align-items:center;padding:20px;transition:opacity .2s;display:flex;position:fixed;inset:0}.Dashboard-module__Rm6JEq__ceModalOverlay.Dashboard-module__Rm6JEq__ceModalActive{opacity:1;pointer-events:all}.Dashboard-module__Rm6JEq__ceModal{background:#fff;border-radius:16px;width:100%;max-width:440px;transition:transform .25s cubic-bezier(.16,1,.3,1);overflow:hidden;transform:translateY(12px)scale(.97);box-shadow:0 8px 30px #0000001a}.Dashboard-module__Rm6JEq__ceModalActive .Dashboard-module__Rm6JEq__ceModal{transform:translateY(0)scale(1)}.Dashboard-module__Rm6JEq__ceModalHeader{border-bottom:1px solid var(--dashboard-sidebar-border,#e8e4df);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.Dashboard-module__Rm6JEq__ceModalHeader h3{font-family:var(--font-instrument-serif,"Instrument Serif",serif);font-size:20px;font-weight:400}.Dashboard-module__Rm6JEq__ceModalClose{cursor:pointer;background:#fafaf7;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.Dashboard-module__Rm6JEq__ceModalClose:hover{background:var(--dashboard-sidebar-border,#e8e4df)}.Dashboard-module__Rm6JEq__ceModalClose svg{width:16px;height:16px;color:var(--dashboard-text-secondary,#6b6560)}.Dashboard-module__Rm6JEq__ceModalBody{padding:24px}.Dashboard-module__Rm6JEq__ceDetailRow{align-items:flex-start;gap:14px;padding:12px 0;display:flex}.Dashboard-module__Rm6JEq__ceDetailRow+.Dashboard-module__Rm6JEq__ceDetailRow{border-top:1px solid var(--dashboard-sidebar-border,#e8e4df)}.Dashboard-module__Rm6JEq__ceDetailIcon{background:var(--accent-light,#fff0eb);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Dashboard-module__Rm6JEq__ceDetailIcon svg{width:16px;height:16px;color:var(--accent,#e8734a)}.Dashboard-module__Rm6JEq__ceDetailLabel{color:var(--dashboard-text-muted,#9e9790);text-transform:uppercase;letter-spacing:.06em;margin-bottom:2px;font-size:11px;font-weight:600}.Dashboard-module__Rm6JEq__ceDetailValue{color:var(--text-dark,#1a1a1a);font-size:14px;font-weight:500}.Dashboard-module__Rm6JEq__ceDetailValue a{color:var(--accent,#e8734a);text-underline-offset:3px;text-decoration:underline;transition:color .15s}.Dashboard-module__Rm6JEq__ceDetailValue a:hover{opacity:.8}.Dashboard-module__Rm6JEq__ceDetailSub{color:var(--dashboard-text-muted,#9e9790);margin-top:2px;font-size:12px;font-weight:400}.Dashboard-module__Rm6JEq__ceModalFooter{border-top:1px solid var(--dashboard-sidebar-border,#e8e4df);gap:10px;padding:16px 24px;display:flex}.Dashboard-module__Rm6JEq__ceModalBtn{cursor:pointer;text-align:center;border:none;border-radius:8px;flex:1;padding:11px 20px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s}.Dashboard-module__Rm6JEq__ceModalBtnOutline{border:1px solid var(--dashboard-sidebar-border,#e8e4df);color:var(--dashboard-text-secondary,#6b6560);background:#fff}.Dashboard-module__Rm6JEq__ceModalBtnOutline:hover{border-color:var(--dashboard-text-muted,#9e9790);color:var(--text-dark,#1a1a1a)}.Dashboard-module__Rm6JEq__ceModalBtnPrimary{background:var(--accent,#e8734a);color:#fff;justify-content:center;align-items:center;text-decoration:none;display:flex}.Dashboard-module__Rm6JEq__ceModalBtnPrimary:hover{background:var(--accent-hover,#d5623b)}.Dashboard-module__Rm6JEq__ceBookingPrompt{background:#fff8ed;border:1px solid #e8d5a8;border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:24px;padding:14px 16px;display:flex}.Dashboard-module__Rm6JEq__ceBookingPrompt svg{color:#b87a1a;flex-shrink:0;width:18px;height:18px;margin-top:1px}.Dashboard-module__Rm6JEq__ceBookingPromptText{color:#b87a1a;font-size:13px;line-height:1.45}.Dashboard-module__Rm6JEq__ceBookingPromptText strong{font-weight:600}.Dashboard-module__Rm6JEq__ceCalendarNav{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.Dashboard-module__Rm6JEq__ceCalendarMonth{font-size:15px;font-weight:600}.Dashboard-module__Rm6JEq__ceCalendarArrows{gap:4px;display:flex}.Dashboard-module__Rm6JEq__ceCalendarArrow{border:1px solid var(--dashboard-sidebar-border,#e8e4df);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .15s;display:flex}.Dashboard-module__Rm6JEq__ceCalendarArrow:hover:not(:disabled){border-color:rgba(var(--accent-rgb,232,115,74),.25);background:var(--accent-light,#fff0eb)}.Dashboard-module__Rm6JEq__ceCalendarArrow:disabled{opacity:.3;cursor:not-allowed}.Dashboard-module__Rm6JEq__ceCalendarArrow svg{width:14px;height:14px;color:var(--dashboard-text-secondary,#6b6560)}.Dashboard-module__Rm6JEq__ceWeekGrid{grid-template-columns:repeat(7,1fr);gap:6px;margin-bottom:24px;display:grid}.Dashboard-module__Rm6JEq__ceDayCell{cursor:pointer;border:2px solid #0000;border-radius:8px;flex-direction:column;align-items:center;padding:10px 4px;transition:all .15s;display:flex;position:relative}.Dashboard-module__Rm6JEq__ceDayCell:hover:not(.Dashboard-module__Rm6JEq__ceDayCellDisabled):not(.Dashboard-module__Rm6JEq__ceDayCellPast){background:var(--accent-light,#fff0eb)}.Dashboard-module__Rm6JEq__ceDayCellSelected{background:var(--accent-light,#fff0eb);border-color:var(--accent,#e8734a)}.Dashboard-module__Rm6JEq__ceDayCellDisabled,.Dashboard-module__Rm6JEq__ceDayCellPast{cursor:default;opacity:.35}.Dashboard-module__Rm6JEq__ceDayWeekday{color:var(--dashboard-text-muted,#9e9790);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-size:11px;font-weight:500}.Dashboard-module__Rm6JEq__ceDayNumber{border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:15px;font-weight:500;transition:all .15s;display:flex}.Dashboard-module__Rm6JEq__ceDayCellSelected .Dashboard-module__Rm6JEq__ceDayNumber{background:var(--accent,#e8734a);color:#fff;font-weight:700}.Dashboard-module__Rm6JEq__ceDayCellToday .Dashboard-module__Rm6JEq__ceDayNumber{box-shadow:inset 0 0 0 2px rgba(var(--accent-rgb,232,115,74),.25)}.Dashboard-module__Rm6JEq__ceDayDot{background:var(--accent,#e8734a);opacity:0;border-radius:50%;width:5px;height:5px;margin-top:5px}.Dashboard-module__Rm6JEq__ceDayCellHasSlots .Dashboard-module__Rm6JEq__ceDayDot,.Dashboard-module__Rm6JEq__ceDayCellSelected .Dashboard-module__Rm6JEq__ceDayDot{opacity:1}.Dashboard-module__Rm6JEq__ceSlotsSection{border-top:1px solid var(--dashboard-sidebar-border,#e8e4df);padding-top:20px}.Dashboard-module__Rm6JEq__ceSlotsHeader{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.Dashboard-module__Rm6JEq__ceSlotsDateLabel{font-size:14px;font-weight:600}.Dashboard-module__Rm6JEq__ceSlotsTimezone{color:var(--dashboard-text-muted,#9e9790);font-size:12px}.Dashboard-module__Rm6JEq__ceSlotsGrid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.Dashboard-module__Rm6JEq__ceSlotBtn{border:1px solid var(--dashboard-sidebar-border,#e8e4df);cursor:pointer;text-align:center;color:var(--text-dark,#1a1a1a);background:#fff;border-radius:8px;padding:12px 8px;font-family:inherit;font-size:14px;font-weight:500;transition:all .15s}.Dashboard-module__Rm6JEq__ceSlotBtn:hover{border-color:var(--accent,#e8734a);background:var(--accent-light,#fff0eb);color:var(--accent-hover,#d5623b)}.Dashboard-module__Rm6JEq__ceSlotBtnSelected{border-color:var(--accent,#e8734a);background:var(--accent,#e8734a);color:#fff;font-weight:600}.Dashboard-module__Rm6JEq__ceNoSlots{text-align:center;color:var(--dashboard-text-muted,#9e9790);padding:32px 16px;font-size:14px}.Dashboard-module__Rm6JEq__ceNoSlots svg{width:32px;height:32px;color:var(--dashboard-sidebar-border,#e8e4df);margin-bottom:10px}.Dashboard-module__Rm6JEq__ceConfirmBar{border-top:1px solid var(--dashboard-sidebar-border,#e8e4df);margin-top:24px;padding-top:20px}.Dashboard-module__Rm6JEq__ceConfirmSummary{background:var(--accent-light,#fff0eb);border:1px solid rgba(var(--accent-rgb,232,115,74),.25);border-radius:8px;align-items:center;gap:14px;margin-bottom:16px;padding:14px 16px;display:flex}.Dashboard-module__Rm6JEq__ceConfirmDateBadge{background:var(--accent,#e8734a);border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:46px;height:46px;display:flex}.Dashboard-module__Rm6JEq__ceConfirmDateBadge .Dashboard-module__Rm6JEq__ceDay{color:#fff;font-size:18px;font-weight:700;line-height:1}.Dashboard-module__Rm6JEq__ceConfirmDateBadge .Dashboard-module__Rm6JEq__ceMonth{color:#fffc;text-transform:uppercase;letter-spacing:.05em;font-size:9px;font-weight:600}.Dashboard-module__Rm6JEq__ceConfirmDetails{flex:1}.Dashboard-module__Rm6JEq__ceConfirmDay{font-size:14px;font-weight:600}.Dashboard-module__Rm6JEq__ceConfirmTime{color:var(--dashboard-text-secondary,#6b6560);margin-top:1px;font-size:13px}.Dashboard-module__Rm6JEq__ceConfirmBtn{background:var(--accent,#e8734a);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-family:inherit;font-size:15px;font-weight:600;transition:all .15s;display:flex}.Dashboard-module__Rm6JEq__ceConfirmBtn:hover{background:var(--accent-hover,#d5623b)}.Dashboard-module__Rm6JEq__ceConfirmBtn:active{transform:scale(.98)}.Dashboard-module__Rm6JEq__ceConfirmBtn:disabled{opacity:.6;cursor:not-allowed}.Dashboard-module__Rm6JEq__ceConfirmBtn svg{width:16px;height:16px}.Dashboard-module__Rm6JEq__ceSuccessOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;pointer-events:none;background:#0006;justify-content:center;align-items:center;padding:20px;transition:opacity .2s;display:flex;position:fixed;inset:0}.Dashboard-module__Rm6JEq__ceSuccessOverlay.Dashboard-module__Rm6JEq__ceSuccessActive{opacity:1;pointer-events:all}.Dashboard-module__Rm6JEq__ceSuccessModal{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:400px;padding:40px 32px 32px;transition:transform .3s cubic-bezier(.16,1,.3,1);transform:translateY(12px)scale(.97);box-shadow:0 8px 30px #0000001a}.Dashboard-module__Rm6JEq__ceSuccessActive .Dashboard-module__Rm6JEq__ceSuccessModal{transform:translateY(0)scale(1)}.Dashboard-module__Rm6JEq__ceSuccessIcon{background:#edfaf1;border:2px solid #c4e8ce;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex}.Dashboard-module__Rm6JEq__ceSuccessIcon svg{color:#2d8f4e;width:28px;height:28px}.Dashboard-module__Rm6JEq__ceSuccessTitle{font-family:var(--font-instrument-serif,"Instrument Serif",serif);margin-bottom:8px;font-size:22px}.Dashboard-module__Rm6JEq__ceSuccessText{color:var(--dashboard-text-secondary,#6b6560);margin-bottom:8px;font-size:14px;line-height:1.5}.Dashboard-module__Rm6JEq__ceSuccessDetail{color:var(--text-dark,#1a1a1a);margin-bottom:28px;font-size:14px;font-weight:600}.Dashboard-module__Rm6JEq__ceSuccessBtn{background:var(--accent,#e8734a);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:12px 32px;font-family:inherit;font-size:14px;font-weight:600;transition:all .15s}.Dashboard-module__Rm6JEq__ceSuccessBtn:hover{background:var(--accent-hover,#d5623b)}.Dashboard-module__Rm6JEq__ceLoading{text-align:center;color:var(--dashboard-text-muted,#9e9790);padding:48px 0;font-size:14px}.Dashboard-module__Rm6JEq__ceError{color:#5f2120;background:#fdecea;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px}.Dashboard-module__Rm6JEq__ceStaffName{color:var(--dashboard-text-muted,#9e9790);align-items:center;gap:6px;margin-bottom:16px;font-size:13px;display:flex}.Dashboard-module__Rm6JEq__ceStaffName svg{flex-shrink:0}@media (max-width:480px){.Dashboard-module__Rm6JEq__ceHeader{flex-wrap:wrap;gap:10px}.Dashboard-module__Rm6JEq__ceSlotsGrid{grid-template-columns:repeat(2,1fr)}.Dashboard-module__Rm6JEq__ceWeekGrid{gap:3px}.Dashboard-module__Rm6JEq__ceDayCell{padding:8px 2px}.Dashboard-module__Rm6JEq__ceDayNumber{width:32px;height:32px;font-size:14px}}@media (max-width:640px){.Dashboard-module__Rm6JEq__header{align-items:flex-start;gap:var(--space-md);flex-direction:column}.Dashboard-module__Rm6JEq__logoutButton{align-self:flex-end}.Dashboard-module__Rm6JEq__container{padding:var(--space-2xl)var(--space-lg)}.Dashboard-module__Rm6JEq__loginCard{padding:var(--space-2xl)}}@media (max-width:768px){.Dashboard-module__Rm6JEq__cardTop{flex-direction:column}.Dashboard-module__Rm6JEq__cardImage{width:100%;min-height:180px;max-height:200px}.Dashboard-module__Rm6JEq__cardHeader{padding:18px 20px 14px}.Dashboard-module__Rm6JEq__detailsGrid{grid-template-columns:1fr 1fr;gap:16px 24px;padding:16px 20px}.Dashboard-module__Rm6JEq__detailsRow{flex-wrap:wrap;gap:16px;padding:16px 20px}.Dashboard-module__Rm6JEq__detailsRow .Dashboard-module__Rm6JEq__detailItem+.Dashboard-module__Rm6JEq__detailItem{border-left:none;padding-left:0}.Dashboard-module__Rm6JEq__cardFooter{flex-direction:column;align-items:flex-start;padding:14px 20px}.Dashboard-module__Rm6JEq__cardActions{width:100%}.Dashboard-module__Rm6JEq__btnOutline,.Dashboard-module__Rm6JEq__btnDownload{flex:1;justify-content:center}}@media (max-width:520px){.Dashboard-module__Rm6JEq__rentDueBanner{align-items:stretch;gap:var(--space-sm);flex-direction:column}.Dashboard-module__Rm6JEq__rentDueBannerAction{text-align:center;justify-content:center}}.Dashboard-module__Rm6JEq__invPageHeader{margin-bottom:28px}.Dashboard-module__Rm6JEq__invPageHeader h1{font-family:var(--font-instrument-serif,"Instrument Serif",serif);letter-spacing:-.02em;color:var(--text-dark);margin-bottom:4px;font-size:28px;font-weight:600}.Dashboard-module__Rm6JEq__invSubtitle{color:var(--dashboard-text-secondary,#6b6560);font-size:15px}.Dashboard-module__Rm6JEq__invAlertBanner{background:#fef8f0;border:1px solid #f5dfc0;border-radius:12px;align-items:center;gap:12px;margin-bottom:28px;padding:14px 20px;display:flex}.Dashboard-module__Rm6JEq__invAlertBanner svg{color:#b8860b;flex-shrink:0;width:18px;height:18px}.Dashboard-module__Rm6JEq__invAlertBanner p{color:#7a5a0a;flex:1;margin:0;font-size:14px}.Dashboard-module__Rm6JEq__invAlertAction{color:#92650a;white-space:nowrap;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:13px;font-weight:600;text-decoration:none}.Dashboard-module__Rm6JEq__invAlertAction:hover{text-decoration:underline}.Dashboard-module__Rm6JEq__invSectionLabel{color:var(--dashboard-text-muted,#9e9790);text-transform:uppercase;letter-spacing:.06em;margin-bottom:12px;padding-left:2px;font-size:11px;font-weight:600}.Dashboard-module__Rm6JEq__invList{flex-direction:column;gap:10px;margin-bottom:36px;display:flex}.Dashboard-module__Rm6JEq__invCard{background:var(--white,#fff);border:1px solid var(--dashboard-sidebar-border,#e8e4df);border-radius:12px;transition:box-shadow .15s;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.Dashboard-module__Rm6JEq__invCard:hover{box-shadow:0 4px 20px #0000000f,0 1px 3px #0000000a}.Dashboard-module__Rm6JEq__invRow{cursor:pointer;align-items:center;gap:14px;padding:16px 20px;transition:background .12s;display:flex}.Dashboard-module__Rm6JEq__invRow:hover{background:#fdfcfb}.Dashboard-module__Rm6JEq__invProperty{flex-shrink:0;align-items:center;gap:10px;width:155px;min-width:0;display:flex}.Dashboard-module__Rm6JEq__invPropIcon{background:var(--accent-light,#e8f0ec);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Dashboard-module__Rm6JEq__invPropIcon svg{width:16px;height:16px;color:var(--accent,#2d6a4f)}.Dashboard-module__Rm6JEq__invPropText{min-width:0}.Dashboard-module__Rm6JEq__invPropName{white-space:nowrap;text-overflow:ellipsis;color:var(--text-dark);font-size:13px;font-weight:600;overflow:hidden}.Dashboard-module__Rm6JEq__invPropRoom{color:var(--dashboard-text-muted,#9e9790);font-size:11px}.Dashboard-module__Rm6JEq__invSep{background:var(--dashboard-border-light,#f0ede9);flex-shrink:0;width:1px;height:32px}.Dashboard-module__Rm6JEq__invTypeBadge{text-transform:uppercase;letter-spacing:.04em;border-radius:5px;flex-shrink:0;padding:3px 9px;font-size:10px;font-weight:600}.Dashboard-module__Rm6JEq__invBadgeMovein{color:#3a5bc7;background:#e8ecf5}.Dashboard-module__Rm6JEq__invBadgeRent{background:var(--accent-light,#e8f0ec);color:var(--accent,#2d6a4f)}.Dashboard-module__Rm6JEq__invBadgeCharge{color:#92650a;background:#fef6e8}.Dashboard-module__Rm6JEq__invInfo{flex:1;min-width:0}.Dashboard-module__Rm6JEq__invLabel{color:var(--text-dark);font-size:14px;font-weight:500}.Dashboard-module__Rm6JEq__invDate{color:var(--dashboard-text-muted,#9e9790);margin-top:1px;font-size:12px}.Dashboard-module__Rm6JEq__invRight{flex-shrink:0;align-items:center;gap:10px;display:flex}.Dashboard-module__Rm6JEq__invAmount{font-variant-numeric:tabular-nums;text-align:right;color:var(--text-dark);font-size:15px;font-weight:600}.Dashboard-module__Rm6JEq__invStatus{border-radius:10px;align-items:center;gap:4px;padding:2px 8px;font-size:10px;font-weight:600;display:inline-flex}.Dashboard-module__Rm6JEq__invStatusDot{border-radius:50%;width:5px;height:5px}.Dashboard-module__Rm6JEq__invStatusPending{color:#92650a;background:#fef6e8}.Dashboard-module__Rm6JEq__invStatusPending .Dashboard-module__Rm6JEq__invStatusDot{background:#d4940a}.Dashboard-module__Rm6JEq__invStatusPaid{background:var(--accent-light,#e8f0ec);color:var(--accent,#2d6a4f)}.Dashboard-module__Rm6JEq__invStatusPaid .Dashboard-module__Rm6JEq__invStatusDot{background:var(--accent,#2d6a4f)}.Dashboard-module__Rm6JEq__invStatusFailed{color:#c62828;background:#fce4ec}.Dashboard-module__Rm6JEq__invStatusFailed .Dashboard-module__Rm6JEq__invStatusDot{background:#c62828}.Dashboard-module__Rm6JEq__invStatusVerifying{color:#3a5bc7;background:#e8ecf5}.Dashboard-module__Rm6JEq__invStatusVerifying .Dashboard-module__Rm6JEq__invStatusDot{background:#3a5bc7}.Dashboard-module__Rm6JEq__invStatusUpcoming{color:#6b6b80;background:#f0f0f5}.Dashboard-module__Rm6JEq__invStatusUpcoming .Dashboard-module__Rm6JEq__invStatusDot{background:#9090a8}.Dashboard-module__Rm6JEq__invDiffBadge{border-radius:4px;padding:1px 6px;font-size:10px;font-weight:600;line-height:1.4;display:inline-block}.Dashboard-module__Rm6JEq__invDiffOver{color:#0369a1;background:#0369a11a}.Dashboard-module__Rm6JEq__invDiffUnder{color:#c62828;background:#c628281a}.Dashboard-module__Rm6JEq__invPayBtn{background:var(--accent,#2d6a4f);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:7px;padding:6px 16px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s}.Dashboard-module__Rm6JEq__invPayBtn:hover{background:var(--accent-hover,#1e4d38)}.Dashboard-module__Rm6JEq__invAlreadyPaidBtn{color:var(--dashboard-text-secondary,#6b6560);border:1px solid var(--dashboard-sidebar-border,#e8e4df);cursor:pointer;white-space:nowrap;background:0 0;border-radius:7px;padding:6px 12px;font-family:inherit;font-size:11px;font-weight:500;transition:all .15s}.Dashboard-module__Rm6JEq__invAlreadyPaidBtn:hover{border-color:var(--dashboard-text-muted,#9e9790);color:var(--text-dark);background:#faf9f7}.Dashboard-module__Rm6JEq__invContractNote{color:var(--dashboard-text-muted,#9e9790);white-space:nowrap;font-size:11px}.Dashboard-module__Rm6JEq__invChevron{width:16px;height:16px;color:var(--dashboard-text-muted,#9e9790);opacity:.35;flex-shrink:0;transition:transform .2s}.Dashboard-module__Rm6JEq__invChevronOpen{transform:rotate(180deg)}.Dashboard-module__Rm6JEq__invExpand{border-top:1px solid var(--dashboard-border-light,#f0ede9);padding:0 20px 16px;display:none}.Dashboard-module__Rm6JEq__invExpandOpen{padding-top:14px;display:block}.Dashboard-module__Rm6JEq__invDetailRow{justify-content:space-between;align-items:center;padding:5px 0;font-size:13px;display:flex}.Dashboard-module__Rm6JEq__invDetailLabel{color:var(--dashboard-text-secondary,#6b6560)}.Dashboard-module__Rm6JEq__invDetailValue{font-variant-numeric:tabular-nums;color:var(--text-dark);font-weight:500}.Dashboard-module__Rm6JEq__invDetailDivider{background:var(--dashboard-border-light,#f0ede9);height:1px;margin:8px 0}.Dashboard-module__Rm6JEq__invDetailTotal .Dashboard-module__Rm6JEq__invDetailLabel{color:var(--text-dark);font-weight:600}.Dashboard-module__Rm6JEq__invDetailTotal .Dashboard-module__Rm6JEq__invDetailValue{color:var(--accent,#2d6a4f);font-size:14px;font-weight:700}.Dashboard-module__Rm6JEq__invDetailBalance .Dashboard-module__Rm6JEq__invDetailLabel,.Dashboard-module__Rm6JEq__invDetailBalance .Dashboard-module__Rm6JEq__invDetailValue{color:#c62828;font-size:14px;font-weight:700}.Dashboard-module__Rm6JEq__invDownload{color:var(--accent,#2d6a4f);cursor:pointer;align-items:center;gap:6px;margin-top:10px;font-size:12px;font-weight:550;text-decoration:none;display:inline-flex}.Dashboard-module__Rm6JEq__invDownload:hover{text-decoration:underline}.Dashboard-module__Rm6JEq__invDownload svg{width:14px;height:14px}.Dashboard-module__Rm6JEq__invPaymentInfo{border-top:1px solid var(--dashboard-border-light,#f0ede9);flex-direction:column;gap:4px;margin-top:8px;padding-top:8px;display:flex}.Dashboard-module__Rm6JEq__invPaymentInfoRow{color:var(--dashboard-text-muted,#9e9790);justify-content:space-between;font-size:12px;display:flex}.Dashboard-module__Rm6JEq__invPaymentInfoRow span:last-child{font-weight:500}.Dashboard-module__Rm6JEq__invAdjNote{color:var(--dashboard-text-secondary,#6b6560);background:#faf9f7;border-radius:6px;margin-top:4px;padding:4px 10px;font-size:12px;line-height:1.4}.Dashboard-module__Rm6JEq__invProratedNote{color:#5d4037;background:#fff8e1;border-radius:6px;margin-top:4px;padding:6px 10px;font-size:12px}.Dashboard-module__Rm6JEq__invMoveOutDate{color:#e65100;margin-top:2px;font-size:11px}.Dashboard-module__Rm6JEq__invEmpty{text-align:center;color:var(--dashboard-text-muted,#9e9790);padding:40px 20px;font-size:14px}.Dashboard-module__Rm6JEq__invModalOverlay{-webkit-backdrop-filter:blur(4px);z-index:200;opacity:0;pointer-events:none;background:#00000059;justify-content:center;align-items:center;padding:20px;transition:opacity .25s;display:flex;position:fixed;inset:0}.Dashboard-module__Rm6JEq__invModalOverlayOpen{opacity:1;pointer-events:all}.Dashboard-module__Rm6JEq__invModal{background:var(--white,#fff);border-radius:16px;width:100%;max-width:640px;max-height:calc(100vh - 40px);transition:transform .3s cubic-bezier(.16,1,.3,1);overflow-y:auto;transform:translateY(16px)scale(.97);box-shadow:0 12px 48px #0000001f,0 4px 16px #0000000f}.Dashboard-module__Rm6JEq__invModalOverlayOpen .Dashboard-module__Rm6JEq__invModal{transform:translateY(0)scale(1)}.Dashboard-module__Rm6JEq__invModalHeader{border-bottom:1px solid var(--dashboard-border-light,#f0ede9);justify-content:space-between;align-items:flex-start;padding:24px 28px 18px;display:flex}.Dashboard-module__Rm6JEq__invModalHeaderText h2{color:var(--text-dark);margin:0 0 2px;font-size:18px;font-weight:600}.Dashboard-module__Rm6JEq__invModalDue{color:var(--dashboard-text-muted,#9e9790);align-items:center;gap:5px;font-size:12px;display:flex}.Dashboard-module__Rm6JEq__invModalDue svg{opacity:.5;width:13px;height:13px}.Dashboard-module__Rm6JEq__invModalClose{border:1px solid var(--dashboard-sidebar-border,#e8e4df);cursor:pointer;background:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .12s;display:flex}.Dashboard-module__Rm6JEq__invModalClose:hover{background:#f5f3f0;border-color:#ccc}.Dashboard-module__Rm6JEq__invModalClose svg{width:16px;height:16px;color:var(--dashboard-text-secondary,#6b6560)}.Dashboard-module__Rm6JEq__invModalContext{border-bottom:1px solid var(--dashboard-border-light,#f0ede9);background:#faf9f7;align-items:center;gap:12px;padding:16px 28px;display:flex}.Dashboard-module__Rm6JEq__invModalCtxIcon{background:var(--accent-light,#e8f0ec);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Dashboard-module__Rm6JEq__invModalCtxIcon svg{width:16px;height:16px;color:var(--accent,#2d6a4f)}.Dashboard-module__Rm6JEq__invModalCtxName{color:var(--text-dark);font-size:14px;font-weight:600}.Dashboard-module__Rm6JEq__invModalCtxRoom{color:var(--dashboard-text-muted,#9e9790);font-size:12px}.Dashboard-module__Rm6JEq__invModalAmount{border-bottom:1px solid var(--dashboard-border-light,#f0ede9);justify-content:space-between;align-items:baseline;padding:20px 28px;display:flex}.Dashboard-module__Rm6JEq__invModalAmountLabel{color:var(--dashboard-text-secondary,#6b6560);font-size:14px}.Dashboard-module__Rm6JEq__invModalAmountValue{letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:var(--text-dark);font-size:28px;font-weight:700}.Dashboard-module__Rm6JEq__invModalBody{padding:8px 28px 28px}@media (max-width:768px){.Dashboard-module__Rm6JEq__invModal{border-radius:14px;max-width:100%}.Dashboard-module__Rm6JEq__invModalHeader,.Dashboard-module__Rm6JEq__invModalContext,.Dashboard-module__Rm6JEq__invModalAmount,.Dashboard-module__Rm6JEq__invModalBody{padding-left:20px;padding-right:20px}.Dashboard-module__Rm6JEq__invModalAmountValue{font-size:24px}.Dashboard-module__Rm6JEq__invProperty{width:auto;min-width:120px}.Dashboard-module__Rm6JEq__invSep{display:none}}@media (max-width:480px){.Dashboard-module__Rm6JEq__invRow{flex-wrap:wrap;gap:10px;padding:14px 16px}.Dashboard-module__Rm6JEq__invProperty{width:100%}.Dashboard-module__Rm6JEq__invRight{justify-content:space-between;width:100%}.Dashboard-module__Rm6JEq__invAlertBanner{flex-direction:column;align-items:flex-start;gap:8px}}.Dashboard-module__Rm6JEq__extProofSubtitle{color:var(--dashboard-text-secondary,#6b6560);margin:0 0 18px;font-size:13px;line-height:1.55}.Dashboard-module__Rm6JEq__extProofUploadLabel{cursor:pointer;display:block}.Dashboard-module__Rm6JEq__extProofUploadInput{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.Dashboard-module__Rm6JEq__extProofDropzone{border:1.5px dashed var(--dashboard-sidebar-border,#e8e4df);text-align:center;background:#faf9f7;border-radius:12px;padding:32px 20px;transition:all .15s}.Dashboard-module__Rm6JEq__extProofUploadLabel:hover .Dashboard-module__Rm6JEq__extProofDropzone{border-color:var(--accent,#2d6a4f);background:#f5f3f0}.Dashboard-module__Rm6JEq__extProofDropzone svg{width:32px;height:32px;color:var(--dashboard-text-muted,#9e9790);margin-bottom:8px}.Dashboard-module__Rm6JEq__extProofDropzoneTitle{color:var(--text-dark);margin-bottom:4px;font-size:14px;font-weight:600}.Dashboard-module__Rm6JEq__extProofDropzoneHint{color:var(--dashboard-text-muted,#9e9790);font-size:12px}.Dashboard-module__Rm6JEq__extProofChosen{border:1px solid var(--dashboard-sidebar-border,#e8e4df);background:#fff;border-radius:10px;align-items:center;gap:14px;padding:12px;display:flex}.Dashboard-module__Rm6JEq__extProofThumb{object-fit:cover;border:1px solid var(--dashboard-border-light,#f0ede9);border-radius:6px;flex-shrink:0;width:56px;height:56px}.Dashboard-module__Rm6JEq__extProofChosenInfo{flex:1;min-width:0}.Dashboard-module__Rm6JEq__extProofChosenName{color:var(--text-dark);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.Dashboard-module__Rm6JEq__extProofChosenHint{color:var(--dashboard-text-muted,#9e9790);margin-top:2px;font-size:11px}.Dashboard-module__Rm6JEq__extProofError{color:#b3261e;background:#fbeaea;border-radius:8px;margin-top:12px;padding:10px 12px;font-size:12.5px;line-height:1.4}.Dashboard-module__Rm6JEq__extProofSubmit{background:var(--accent,#2d6a4f);color:#fff;cursor:pointer;border:none;border-radius:10px;width:100%;margin-top:18px;padding:12px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s}.Dashboard-module__Rm6JEq__extProofSubmit:hover:not(:disabled){background:var(--accent-hover,#1e4d38)}.Dashboard-module__Rm6JEq__extProofSubmit:disabled{cursor:not-allowed;background:#d8d3cc}.Dashboard-module__Rm6JEq__extProofSuccess{text-align:center;flex-direction:column;align-items:center;gap:12px;padding:28px 20px;display:flex}.Dashboard-module__Rm6JEq__extProofSuccessIcon{width:44px;height:44px}.Dashboard-module__Rm6JEq__extProofSuccess p{color:var(--text-dark);margin:0;font-size:14px;line-height:1.5}
.WaitlistDashboard-module__QjavHW__loading{padding:var(--space-4xl);text-align:center;color:var(--text-light)}.WaitlistDashboard-module__QjavHW__empty{text-align:center;padding:var(--space-4xl)var(--space-xl);border-radius:var(--radius-lg);background:#fff}.WaitlistDashboard-module__QjavHW__empty p{color:var(--text-light);margin:0 0 var(--space-xl)}.WaitlistDashboard-module__QjavHW__joinBtn{background:var(--accent);color:#fff;border-radius:var(--radius-md);cursor:pointer;border:none;padding:12px 32px;font-size:.9375rem;font-weight:600}.WaitlistDashboard-module__QjavHW__joinBtn:hover{background:var(--accent-hover)}.WaitlistDashboard-module__QjavHW__section{margin-bottom:var(--space-2xl)}.WaitlistDashboard-module__QjavHW__sectionTitle{color:var(--text-light);text-transform:uppercase;letter-spacing:.5px;margin:0 0 var(--space-lg);font-size:1rem;font-weight:600}.WaitlistDashboard-module__QjavHW__entryCard{border-radius:var(--radius-md);padding:var(--space-xl);margin-bottom:var(--space-lg);box-shadow:var(--shadow-sm);background:#fff}.WaitlistDashboard-module__QjavHW__entryHeader{margin-bottom:var(--space-md);justify-content:space-between;align-items:center;display:flex}.WaitlistDashboard-module__QjavHW__entryId{color:var(--text-light);font-family:monospace;font-size:.8125rem}.WaitlistDashboard-module__QjavHW__badge{border-radius:var(--radius-xl);text-transform:capitalize;padding:4px 10px;font-size:.75rem;font-weight:600}.WaitlistDashboard-module__QjavHW__badge_active{color:var(--success);background:#2d8b6f1a}.WaitlistDashboard-module__QjavHW__badge_offered{background:rgba(var(--accent-rgb),.1);color:var(--accent)}.WaitlistDashboard-module__QjavHW__badge_converted{color:var(--success);background:#2d8b6f1a}.WaitlistDashboard-module__QjavHW__badge_cancelled{color:var(--text-light);background:#f5f5f5}.WaitlistDashboard-module__QjavHW__badge_accepted{color:var(--success);background:#2d8b6f1a}.WaitlistDashboard-module__QjavHW__badge_declined{color:var(--error);background:#dc35451a}.WaitlistDashboard-module__QjavHW__badge_expired{color:var(--text-light);background:#f5f5f5}.WaitlistDashboard-module__QjavHW__badge_pending{background:rgba(var(--accent-rgb),.1);color:var(--accent)}.WaitlistDashboard-module__QjavHW__badge_failed{color:var(--error);background:#dc35451a}.WaitlistDashboard-module__QjavHW__entryDetails{gap:var(--space-xs);margin-bottom:var(--space-md);flex-wrap:wrap;display:flex}.WaitlistDashboard-module__QjavHW__tag{border-radius:var(--radius-xl);color:var(--text-dark);background:#f5f3f0;padding:3px 10px;font-size:.75rem}.WaitlistDashboard-module__QjavHW__entryMeta{gap:var(--space-xl);color:var(--text-light);margin-bottom:var(--space-lg);font-size:.8125rem;display:flex}.WaitlistDashboard-module__QjavHW__entryActions{gap:var(--space-sm);align-items:center;display:flex}.WaitlistDashboard-module__QjavHW__editBtn{border:1px solid var(--accent);border-radius:var(--radius-sm);color:var(--accent);cursor:pointer;transition:all var(--transition-smooth);background:0 0;padding:8px 20px;font-size:.8125rem;font-weight:600}.WaitlistDashboard-module__QjavHW__editBtn:hover{background:var(--accent);color:#fff}.WaitlistDashboard-module__QjavHW__cancelBtn{border-radius:var(--radius-sm);color:var(--text-light);cursor:pointer;transition:all var(--transition-smooth);background:0 0;border:1px solid #d0d0d0;padding:8px 20px;font-size:.8125rem}.WaitlistDashboard-module__QjavHW__cancelBtn:hover{border-color:var(--error);color:var(--error)}.WaitlistDashboard-module__QjavHW__offerGrid{gap:var(--space-lg);grid-template-columns:repeat(auto-fill,minmax(280px,1fr));display:grid}.WaitlistDashboard-module__QjavHW__offerCard{border-radius:var(--radius-md);padding:var(--space-xl);box-shadow:var(--shadow-sm);border-left:4px solid var(--accent);background:#fff}.WaitlistDashboard-module__QjavHW__offerUnit h3{color:var(--text-dark);margin:0 0 var(--space-xs);font-size:1rem;font-weight:600}.WaitlistDashboard-module__QjavHW__offerPrice{color:var(--accent);margin:0 0 var(--space-md);font-size:.9375rem;font-weight:700}.WaitlistDashboard-module__QjavHW__offerTimer{color:var(--text-light);margin-bottom:var(--space-lg);font-size:.8125rem}.WaitlistDashboard-module__QjavHW__expired{color:var(--error);font-weight:600}.WaitlistDashboard-module__QjavHW__viewOfferBtn{background:var(--accent);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;width:100%;padding:10px;font-size:.875rem;font-weight:600}.WaitlistDashboard-module__QjavHW__viewOfferBtn:hover{background:var(--accent-hover)}.WaitlistDashboard-module__QjavHW__historyRow{align-items:center;gap:var(--space-lg);padding:var(--space-md)var(--space-lg);border-radius:var(--radius-sm);margin-bottom:var(--space-sm);background:#fff;display:flex}.WaitlistDashboard-module__QjavHW__historyUnit{color:var(--text-dark);flex:1;font-size:.9375rem}.WaitlistDashboard-module__QjavHW__historyDate{color:var(--text-light);font-size:.8125rem}@media (max-width:768px){.WaitlistDashboard-module__QjavHW__entryMeta{gap:var(--space-xs);flex-direction:column}.WaitlistDashboard-module__QjavHW__historyRow{align-items:flex-start;gap:var(--space-xs);flex-direction:column}}
.InAppBrowserBanner-module___r_SJG__banner{background:var(--warning);color:var(--white);border-radius:var(--radius-md);padding:var(--space-lg);margin-bottom:var(--space-lg);font-family:var(--font-poppins);gap:var(--space-md);box-shadow:var(--shadow-md);flex-direction:column;display:flex}.InAppBrowserBanner-module___r_SJG__title{margin:0;font-size:1rem;font-weight:600}.InAppBrowserBanner-module___r_SJG__body{margin:0;font-size:.9rem;line-height:1.5}.InAppBrowserBanner-module___r_SJG__actions{gap:var(--space-md);flex-wrap:wrap;display:flex}.InAppBrowserBanner-module___r_SJG__openBtn{background:var(--white);color:var(--warning);border-radius:var(--radius-sm,8px);cursor:pointer;border:none;align-items:center;padding:10px 18px;font-family:inherit;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-flex}.InAppBrowserBanner-module___r_SJG__openBtn:hover{opacity:.9}.InAppBrowserBanner-module___r_SJG__dismissBtn{color:var(--white);border-radius:var(--radius-sm,8px);cursor:pointer;background:0 0;border:1px solid #ffffff80;padding:10px 18px;font-family:inherit;font-size:.9rem;font-weight:500}.InAppBrowserBanner-module___r_SJG__dismissBtn:hover{background:#ffffff1a}.InAppBrowserBanner-module___r_SJG__manualNote{opacity:.95;margin:0;font-size:.85rem;font-style:italic}
