.booking-details-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:overlayFadeIn .2s ease-out}.booking-details-modal{background:linear-gradient(135deg,rgba(42,53,65,.98),rgba(33,42,49,.98));border:1px solid rgba(213,171,22,.2);border-radius:16px;max-width:800px;width:100%;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.5),inset 0 0 0 1px rgba(213,171,22,.1);animation:modalSlideIn .3s cubic-bezier(.34,1.56,.64,1);display:flex;flex-direction:column}.booking-details-header{display:flex;align-items:center;justify-content:space-between;padding:28px 32px;border-bottom:1px solid hsla(55,80%,92%,.1);background:rgba(65,83,97,.15);flex-shrink:0}.booking-details-title{display:flex;align-items:center;gap:16px}.booking-details-icon{width:48px;height:48px;background:rgba(213,171,22,.2);border:1px solid rgba(213,171,22,.3);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#d5ab16;font-size:24px}.booking-details-title-text h2{margin:0;font-size:24px;font-weight:700;color:#fbf8da;line-height:1.2}.booking-details-title-text p{margin:4px 0 0;font-size:14px;color:hsla(55,80%,92%,.6)}.booking-details-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:hsla(55,80%,92%,.05);border:1px solid hsla(55,80%,92%,.15);border-radius:10px;color:hsla(55,80%,92%,.7);cursor:pointer;transition:all .2s ease;font-size:20px}.booking-details-close:hover{background:hsla(55,80%,92%,.1);border-color:hsla(55,80%,92%,.3);color:#fbf8da;transform:rotate(90deg)}.booking-details-body{flex:1 1;overflow-y:auto;padding:32px;display:flex;flex-direction:column;gap:32px}.booking-details-body::-webkit-scrollbar{width:8px}.booking-details-body::-webkit-scrollbar-track{background:rgba(65,83,97,.2);border-radius:4px}.booking-details-body::-webkit-scrollbar-thumb{background:rgba(213,171,22,.3);border-radius:4px}.booking-details-body::-webkit-scrollbar-thumb:hover{background:rgba(213,171,22,.5)}.detail-section{display:flex;flex-direction:column;gap:20px}.detail-section-header{display:flex;align-items:center;gap:12px;margin:0 0 4px;padding-bottom:12px;border-bottom:2px solid rgba(213,171,22,.2)}.detail-section-header svg{width:20px;height:20px;color:#d5ab16}.detail-section-header h3{margin:0;font-size:16px;font-weight:600;color:#d5ab16;text-transform:uppercase;letter-spacing:.8px}.detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:20px;gap:20px}.detail-item{display:flex;flex-direction:column;gap:8px;padding:16px 20px;background:rgba(65,83,97,.2);border:1px solid hsla(55,80%,92%,.08);border-radius:12px;transition:all .2s ease}.detail-item:hover{background:rgba(65,83,97,.3);border-color:hsla(55,80%,92%,.15);transform:translateY(-2px)}.detail-label{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:hsla(55,80%,92%,.6);text-transform:uppercase;letter-spacing:.5px}.detail-label svg{width:14px;height:14px;opacity:.7}.detail-value{font-size:16px;font-weight:600;color:#fbf8da;word-wrap:break-word}.detail-value.highlight{color:#d5ab16;font-size:20px}.detail-value.na{color:hsla(55,80%,92%,.4);font-style:italic}.detail-value .status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.exclusion-notice{display:flex;align-items:flex-start;gap:16px;padding:20px;background:rgba(239,68,68,.12);border:1px solid rgba(239,68,68,.3);border-left:4px solid #ef4444;border-radius:12px;animation:noticeSlideIn .4s ease-out}@keyframes noticeSlideIn{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.exclusion-notice-icon{width:24px;height:24px;flex-shrink:0;color:#ef4444;margin-top:2px}.exclusion-notice-content strong{display:block;margin-bottom:8px;font-size:15px;font-weight:700;color:#ef4444}.exclusion-notice-content p{margin:0;font-size:14px;color:rgba(239,68,68,.9);line-height:1.5}.notes-section{padding:20px;background:rgba(65,83,97,.15);border:1px solid hsla(55,80%,92%,.1);border-left:4px solid #d5ab16;border-radius:12px}.notes-section h4{margin:0 0 12px;font-size:14px;font-weight:600;color:#d5ab16;text-transform:uppercase;letter-spacing:.5px}.notes-section p{margin:0;font-size:14px;color:hsla(55,80%,92%,.8);line-height:1.6;white-space:pre-wrap}@media (max-width:768px){.booking-details-modal{max-width:100%;max-height:100vh;border-radius:0}.booking-details-header{padding:24px}.booking-details-title{gap:12px}.booking-details-icon{width:40px;height:40px;font-size:20px}.booking-details-title-text h2{font-size:20px}.booking-details-body{padding:24px;gap:24px}.detail-grid{grid-template-columns:1fr;gap:16px}}@media (max-width:480px){.booking-details-header{padding:20px}.booking-details-close{width:36px;height:36px;font-size:18px}.detail-item{padding:14px 16px}.detail-value.highlight{font-size:18px}}.booking-edit-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:overlayFadeIn .2s ease-out}.booking-edit-modal{background:linear-gradient(135deg,rgba(42,53,65,.98),rgba(33,42,49,.98));border:1px solid rgba(213,171,22,.2);border-radius:16px;max-width:900px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.5),inset 0 0 0 1px rgba(213,171,22,.1);animation:modalSlideIn .3s cubic-bezier(.34,1.56,.64,1)}.booking-edit-header{display:flex;align-items:center;justify-content:space-between;padding:28px 32px;border-bottom:1px solid hsla(55,80%,92%,.1);background:rgba(65,83,97,.15);flex-shrink:0}.booking-edit-title{display:flex;align-items:center;gap:16px}.booking-edit-icon{width:48px;height:48px;background:rgba(245,158,11,.2);border:1px solid rgba(245,158,11,.3);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#f59e0b;font-size:24px}.booking-edit-title-text h2{margin:0;font-size:24px;font-weight:700;color:#fbf8da}.booking-edit-title-text p{margin:4px 0 0;font-size:14px;color:hsla(55,80%,92%,.6)}.booking-edit-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:hsla(55,80%,92%,.05);border:1px solid hsla(55,80%,92%,.15);border-radius:10px;color:hsla(55,80%,92%,.7);cursor:pointer;transition:all .2s ease}.booking-edit-close:hover{background:hsla(55,80%,92%,.1);border-color:hsla(55,80%,92%,.3);color:#fbf8da;transform:rotate(90deg)}.booking-edit-body{display:block;overflow-y:auto;padding:32px}.booking-edit-body::-webkit-scrollbar{width:8px}.booking-edit-body::-webkit-scrollbar-track{background:rgba(65,83,97,.2);border-radius:4px}.booking-edit-body::-webkit-scrollbar-thumb{background:rgba(213,171,22,.3);border-radius:4px}.edit-form-section{display:block;margin-bottom:32px}.edit-form-section:last-child{margin-bottom:0}.edit-section-title{display:flex;align-items:center;gap:10px;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid rgba(213,171,22,.2);font-size:16px;font-weight:600;color:#d5ab16;text-transform:uppercase;letter-spacing:.8px}.edit-section-title svg{width:18px;height:18px}.edit-form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.edit-form-group{display:flex;flex-direction:column;gap:10px}.edit-form-group.full-width{grid-column:1/-1}.edit-form-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:hsla(55,80%,92%,.9);text-transform:uppercase;letter-spacing:.5px}.edit-form-label svg{width:14px;height:14px;color:#d5ab16}.edit-form-label.required:after{content:" *";color:#ef4444;font-weight:700}.edit-form-input,.edit-form-select,.edit-form-textarea{padding:14px 16px;background:rgba(65,83,97,.25);border:1px solid hsla(55,80%,92%,.15);border-radius:10px;color:#fbf8da;font-size:14px;font-weight:500;transition:all .2s ease}.edit-form-input:focus,.edit-form-select:focus,.edit-form-textarea:focus{outline:none;border-color:#d5ab16;background:rgba(65,83,97,.35);box-shadow:0 0 0 3px rgba(213,171,22,.1)}.edit-form-input::placeholder,.edit-form-textarea::placeholder{color:hsla(55,80%,92%,.4)}.edit-form-textarea{resize:vertical;min-height:100px;font-family:inherit;line-height:1.5}.edit-form-input:disabled,.edit-form-select:disabled{opacity:.6;cursor:not-allowed;background:rgba(65,83,97,.15)}.edit-form-select{cursor:pointer}.edit-form-select option{background:#2a3541;color:#fbf8da}.property-dropdown-wrapper{position:relative;display:flex;align-items:center;gap:12px}.edit-form-select.property-select{flex:1 1;padding-right:40px;background:linear-gradient(135deg,rgba(65,83,97,.3),rgba(42,53,65,.3));border:1.5px solid rgba(213,171,22,.2);font-weight:600;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M2 4L6 8L10 4' stroke='%23d5ab16' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center}.edit-form-select.property-select:hover{border-color:rgba(213,171,22,.4);background:linear-gradient(135deg,rgba(65,83,97,.4),rgba(42,53,65,.4))}.edit-form-select.property-select:focus{border-color:#d5ab16;box-shadow:0 0 0 3px rgba(213,171,22,.15),0 2px 8px rgba(213,171,22,.1)}.edit-form-select.property-select option{padding:12px 16px;background:#2a3541;color:#fbf8da;font-weight:500;border-bottom:1px solid hsla(55,80%,92%,.05)}.edit-form-select.property-select option:hover{background:rgba(213,171,22,.15)}.property-change-badge{display:flex;align-items:center;gap:6px;padding:8px 14px;background:linear-gradient(135deg,rgba(245,158,11,.15),rgba(217,119,6,.15));border:1px solid rgba(245,158,11,.3);border-radius:8px;font-size:12px;font-weight:600;color:#fbbf24;white-space:nowrap;animation:badgePulse 2s ease-in-out infinite}.property-change-badge:before{content:"⚠";font-size:14px}@keyframes badgePulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(.98)}}.edit-form-hint{font-size:12px;color:hsla(55,80%,92%,.5);margin-top:-6px}.edit-form-error{display:flex;align-items:center;gap:12px;padding:16px 20px;background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.3);border-left:4px solid #ef4444;border-radius:10px;color:#ef4444;font-size:14px;font-weight:500;margin-bottom:24px;animation:errorShake .4s ease-out}@keyframes errorShake{0%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}.edit-form-error svg{width:20px;height:20px;flex-shrink:0}.booking-edit-footer{display:flex;justify-content:flex-end;gap:12px;padding:24px 32px;border-top:1px solid hsla(55,80%,92%,.1);background:rgba(65,83,97,.1);flex-shrink:0}.edit-btn{display:flex;align-items:center;gap:10px;padding:14px 28px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap}.edit-btn svg{width:18px;height:18px}.edit-btn-secondary{background:hsla(55,80%,92%,.08);color:#fbf8da;border:1px solid hsla(55,80%,92%,.2)}.edit-btn-secondary:hover{background:hsla(55,80%,92%,.15);border-color:hsla(55,80%,92%,.3);transform:translateY(-2px)}.edit-btn-primary{background:linear-gradient(135deg,#d5ab16,#c39a14);color:#212a31;font-weight:700;box-shadow:0 4px 12px rgba(213,171,22,.3)}.edit-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(213,171,22,.4)}.edit-btn-primary:disabled{opacity:.5;cursor:not-allowed;transform:none}.edit-spinner{width:18px;height:18px;border:2px solid rgba(33,42,49,.3);border-top-color:#212a31;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.booking-edit-modal{max-width:100%;max-height:100vh;border-radius:0}.booking-edit-body,.booking-edit-footer,.booking-edit-header{padding:20px}.edit-form-grid{grid-template-columns:1fr;gap:20px}.booking-edit-footer{flex-direction:column}.edit-btn{width:100%;justify-content:center}}.exclusion-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:overlayFadeIn .2s ease-out}@keyframes overlayFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}.exclusion-modal{background:linear-gradient(135deg,rgba(42,53,65,.98),rgba(33,42,49,.98));border:1px solid rgba(239,68,68,.3);border-radius:16px;max-width:700px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.5),inset 0 0 0 1px rgba(239,68,68,.2);animation:modalSlideIn .3s cubic-bezier(.34,1.56,.64,1)}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(30px)}to{opacity:1;transform:scale(1) translateY(0)}}.exclusion-modal-header{display:flex;align-items:center;justify-content:space-between;padding:28px 32px;border-bottom:1px solid hsla(55,80%,92%,.1);background:rgba(239,68,68,.08);flex-shrink:0}.exclusion-modal-title{display:flex;align-items:center;gap:16px}.exclusion-modal-icon{width:48px;height:48px;background:rgba(239,68,68,.2);border:1px solid rgba(239,68,68,.3);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#ef4444;font-size:24px}.exclusion-modal-title-text h2{margin:0;font-size:22px;font-weight:700;color:#fbf8da}.exclusion-modal-title-text p{margin:4px 0 0;font-size:14px;color:hsla(55,80%,92%,.6)}.exclusion-modal-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:hsla(55,80%,92%,.05);border:1px solid hsla(55,80%,92%,.15);border-radius:10px;color:hsla(55,80%,92%,.7);cursor:pointer;transition:all .2s ease}.exclusion-modal-close:hover{background:hsla(55,80%,92%,.1);border-color:hsla(55,80%,92%,.3);color:#fbf8da;transform:rotate(90deg)}.exclusion-modal-body{flex:1 1;overflow-y:auto;padding:32px;display:flex;flex-direction:column;gap:28px}.exclusion-modal-body::-webkit-scrollbar{width:8px}.exclusion-modal-body::-webkit-scrollbar-track{background:rgba(65,83,97,.2);border-radius:4px}.exclusion-modal-body::-webkit-scrollbar-thumb{background:rgba(213,171,22,.3);border-radius:4px}.exclusion-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:16px;gap:16px;padding:24px;background:rgba(65,83,97,.2);border:1px solid hsla(55,80%,92%,.1);border-radius:12px}.exclusion-summary-item{display:flex;flex-direction:column;gap:8px}.exclusion-summary-label{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:hsla(55,80%,92%,.6);text-transform:uppercase;letter-spacing:.5px}.exclusion-summary-label svg{width:14px;height:14px}.exclusion-summary-value{font-size:16px;font-weight:600;color:#fbf8da}.exclusion-form-section{display:flex;flex-direction:column;gap:24px}.exclusion-form-group{display:flex;flex-direction:column;gap:10px}.exclusion-form-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:hsla(55,80%,92%,.9);text-transform:uppercase;letter-spacing:.5px}.exclusion-form-label svg{width:14px;height:14px;color:#ef4444}.exclusion-form-label.required:after{content:" *";color:#ef4444;font-weight:700}.exclusion-form-select,.exclusion-form-textarea{padding:14px 16px;background:rgba(65,83,97,.25);border:1px solid hsla(55,80%,92%,.15);border-radius:10px;color:#fbf8da;font-size:14px;font-weight:500;transition:all .2s ease}.exclusion-form-select:focus,.exclusion-form-textarea:focus{outline:none;border-color:#ef4444;background:rgba(65,83,97,.35);box-shadow:0 0 0 3px rgba(239,68,68,.15)}.exclusion-form-select{cursor:pointer}.exclusion-form-select option{background:#2a3541;color:#fbf8da}.exclusion-form-textarea{resize:vertical;min-height:120px;font-family:inherit;line-height:1.5}.exclusion-form-textarea::placeholder{color:hsla(55,80%,92%,.4)}.exclusion-help-text{font-size:12px;color:hsla(55,80%,92%,.5);line-height:1.4;margin-top:-4px}.exclusion-warning{display:flex;align-items:flex-start;gap:12px;padding:16px 20px;background:rgba(245,158,11,.12);border:1px solid rgba(245,158,11,.3);border-left:4px solid #f59e0b;border-radius:10px}.exclusion-warning svg{width:20px;height:20px;color:#f59e0b;flex-shrink:0;margin-top:2px}.exclusion-warning-content p{margin:0;font-size:14px;color:hsla(55,80%,92%,.85);line-height:1.5}.exclusion-modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:24px 32px;border-top:1px solid hsla(55,80%,92%,.1);background:rgba(65,83,97,.1);flex-shrink:0}.exclusion-btn{display:flex;align-items:center;gap:10px;padding:14px 28px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap}.exclusion-btn svg{width:18px;height:18px}.exclusion-btn-secondary{background:hsla(55,80%,92%,.08);color:#fbf8da;border:1px solid hsla(55,80%,92%,.2)}.exclusion-btn-secondary:hover{background:hsla(55,80%,92%,.15);border-color:hsla(55,80%,92%,.3);transform:translateY(-2px)}.exclusion-btn-danger{background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-weight:700;box-shadow:0 4px 12px rgba(239,68,68,.3)}.exclusion-btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(239,68,68,.4)}.exclusion-btn-danger:disabled{opacity:.5;cursor:not-allowed;transform:none}.exclusion-spinner{width:18px;height:18px;border:2px solid hsla(0,0%,100%,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@media (max-width:768px){.exclusion-modal{max-width:100%;max-height:100vh;border-radius:0}.exclusion-modal-body,.exclusion-modal-footer,.exclusion-modal-header{padding:20px}.exclusion-summary{grid-template-columns:1fr}.exclusion-modal-footer{flex-direction:column}.exclusion-btn{width:100%;justify-content:center}}.manual-booking-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:overlayFadeIn .2s ease-out}.manual-booking-modal{background:linear-gradient(135deg,rgba(42,53,65,.98),rgba(33,42,49,.98));border:1px solid rgba(213,171,22,.2);border-radius:16px;max-width:1000px;width:100%;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.5),inset 0 0 0 1px rgba(213,171,22,.1);animation:modalSlideIn .3s cubic-bezier(.34,1.56,.64,1)}.manual-booking-header{display:flex;align-items:center;justify-content:space-between;padding:28px 32px;border-bottom:1px solid hsla(55,80%,92%,.1);background:rgba(65,83,97,.15);flex-shrink:0}.manual-booking-title{display:flex;align-items:center;gap:16px}.manual-booking-icon{width:48px;height:48px;background:rgba(59,130,246,.2);border:1px solid rgba(59,130,246,.3);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#3b82f6;font-size:24px}.manual-booking-title-text h2{margin:0;font-size:24px;font-weight:700;color:#fbf8da}.manual-booking-title-text p{margin:4px 0 0;font-size:14px;color:hsla(55,80%,92%,.6)}.manual-booking-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:hsla(55,80%,92%,.05);border:1px solid hsla(55,80%,92%,.15);border-radius:10px;color:hsla(55,80%,92%,.7);cursor:pointer;transition:all .2s ease}.manual-booking-close:hover{background:hsla(55,80%,92%,.1);border-color:hsla(55,80%,92%,.3);color:#fbf8da;transform:rotate(90deg)}.manual-booking-body{flex:1 1;overflow-y:auto;padding:32px}.manual-booking-body::-webkit-scrollbar{width:8px}.manual-booking-body::-webkit-scrollbar-track{background:rgba(65,83,97,.2);border-radius:4px}.manual-booking-body::-webkit-scrollbar-thumb{background:rgba(213,171,22,.3);border-radius:4px}.manual-form-section{margin-bottom:36px}.manual-form-section:last-child{margin-bottom:0}.manual-section-title{display:flex;align-items:center;gap:12px;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid rgba(213,171,22,.2);font-size:16px;font-weight:600;color:#d5ab16;text-transform:uppercase;letter-spacing:.8px}.manual-section-title svg{width:20px;height:20px}.manual-form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px}.manual-form-group{display:flex;flex-direction:column;gap:10px}.manual-form-group.full-width{grid-column:1/-1}.manual-form-label{display:flex;align-items:center;gap:8px;font-size:13px;font-weight:600;color:hsla(55,80%,92%,.9);text-transform:uppercase;letter-spacing:.5px}.manual-form-label svg{width:14px;height:14px;color:#d5ab16}.manual-form-label.required:after{content:" *";color:#ef4444;font-weight:700}.manual-form-input,.manual-form-select,.manual-form-textarea{padding:14px 16px;background:rgba(65,83,97,.25);border:1px solid hsla(55,80%,92%,.15);border-radius:10px;color:#fbf8da;font-size:14px;font-weight:500;transition:all .2s ease}.manual-form-input:focus,.manual-form-select:focus,.manual-form-textarea:focus{outline:none;border-color:#d5ab16;background:rgba(65,83,97,.35);box-shadow:0 0 0 3px rgba(213,171,22,.1)}.manual-form-input::placeholder,.manual-form-textarea::placeholder{color:hsla(55,80%,92%,.4)}.manual-form-textarea{resize:vertical;min-height:100px;font-family:inherit;line-height:1.5}.manual-form-input.error,.manual-form-select.error{border-color:#ef4444;background:rgba(239,68,68,.08)}.manual-form-error-text{font-size:12px;color:#ef4444;font-weight:500;margin-top:-6px}.manual-form-select{cursor:pointer}.manual-form-select option{background:#2a3541;color:#fbf8da}.total-revenue-display{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:rgba(213,171,22,.12);border:1px solid rgba(213,171,22,.3);border-radius:12px;margin-top:20px}.total-revenue-display span{font-size:14px;font-weight:600;color:hsla(55,80%,92%,.8);text-transform:uppercase;letter-spacing:.5px}.total-revenue-display strong{font-size:24px;font-weight:700;color:#d5ab16}.manual-error-banner{display:flex;align-items:center;gap:12px;padding:16px 20px;background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.3);border-left:4px solid #ef4444;border-radius:10px;color:#ef4444;font-size:14px;font-weight:500;margin-top:24px;animation:errorShake .4s ease-out}.manual-error-banner svg{width:20px;height:20px;flex-shrink:0}.manual-booking-footer{display:flex;justify-content:flex-end;gap:12px;padding:24px 32px;border-top:1px solid hsla(55,80%,92%,.1);background:rgba(65,83,97,.1);flex-shrink:0}.manual-btn{display:flex;align-items:center;gap:10px;padding:14px 28px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap}.manual-btn svg{width:18px;height:18px}.manual-btn-secondary{background:hsla(55,80%,92%,.08);color:#fbf8da;border:1px solid hsla(55,80%,92%,.2)}.manual-btn-secondary:hover:not(:disabled){background:hsla(55,80%,92%,.15);border-color:hsla(55,80%,92%,.3);transform:translateY(-2px)}.manual-btn-primary{background:linear-gradient(135deg,#d5ab16,#c39a14);color:#212a31;font-weight:700;box-shadow:0 4px 12px rgba(213,171,22,.3)}.manual-btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(213,171,22,.4)}.manual-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.manual-spinner{width:18px;height:18px;border:2px solid rgba(33,42,49,.3);border-top-color:#212a31;border-radius:50%;animation:spin .6s linear infinite}@media (max-width:768px){.manual-booking-modal{max-width:100%;max-height:100vh;border-radius:0}.manual-booking-body,.manual-booking-footer,.manual-booking-header{padding:20px}.manual-form-grid{grid-template-columns:1fr;gap:20px}.manual-booking-footer{flex-direction:column}.manual-btn{width:100%;justify-content:center}}