body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chat-bubble{align-items:center;background-color:#53c4c0;border:none;border-radius:50%;box-shadow:0 4px 6px #0000004d;cursor:pointer;display:flex;height:60px;justify-content:center;outline:none;width:60px}.chat-box{background-color:#fff;border-radius:8px;bottom:20px;box-shadow:0 2px 10px #0003;display:flex;flex-direction:column;height:420px;min-height:120px;min-width:200px;overflow:visible;position:fixed;right:20px;width:300px}.resizer-top{cursor:ns-resize;height:6px;width:100%}.resizer-left,.resizer-top{background:#0000;left:0;position:absolute;top:0;z-index:10}.resizer-left{cursor:ew-resize;height:100%;width:6px}.chat-box.fullscreen{left:0;position:fixed;top:0;z-index:10000}.chat-header{align-items:center;background-color:#53c4c0;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;padding:12px}.chat-header span{color:#fff;font-size:16px;font-weight:600}.close-btn{align-items:center;background:none;border:none;color:#fff;cursor:pointer;display:flex;justify-content:center;outline:none}.connection-status{animation:fadeInOut 2s ease-in-out infinite;background-color:#ff00001a;border-bottom:1px solid #f003;color:#d32f2f;font-size:12px;font-weight:500;padding:6px;position:sticky;text-align:center;top:0;width:100%;z-index:11}@keyframes fadeInOut{0%,to{opacity:.7}50%{opacity:1}}.chat-messages{box-sizing:border-box;flex-grow:1;padding:8px 0 50px}.message{display:flex;margin-bottom:10px;padding:0 8px}.message.received{justify-content:flex-start}.message.received span{word-wrap:break-word;background-color:#f0f0f0;border-radius:18px 18px 18px 4px;color:#333;max-width:80%;padding:8px}.message.sent{justify-content:flex-end}.message.sent span{max-width:80%;padding:8px}.chat-input{flex-shrink:0;min-height:48px;z-index:100}.chat-input input[type=text]{border:none;flex-grow:1;font-size:14px;min-width:50px;outline:none;padding:8px}.send-btn{align-items:center;background-color:#53c4c0;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:40px;justify-content:center;margin-left:8px;outline:none;width:40px}.typing-indicator span{background-color:initial;display:flex!important;gap:6px;margin:0 12px;padding:4px!important;width:fit-content}.typing-indicator .dot{animation:bounce 1.4s ease-in-out infinite;background:#999;border-radius:50%;height:8px;opacity:.6;width:8px}.typing-indicator .dot:nth-child(2){animation-delay:.2s}.typing-indicator .dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{opacity:.6;transform:translateY(0)}30%{opacity:.9;transform:translateY(-6px)}}.message.received .markdown-content{background-color:#f0f0f0;border-radius:20px 20px 4px 20px;color:#333;display:inline-block;line-height:1.4;overflow:visible;padding:6px 12px;position:relative;white-space:pre-wrap;z-index:1}.message.received .markdown-content p{margin-bottom:8px;margin-top:8px}.message.received .markdown-content p:last-child{margin-bottom:0}.message.received .markdown-content p:first-child{margin-top:0}.message.received .markdown-content img{display:block;height:auto;margin:8px auto;max-width:100%;width:auto}.message.sent span{word-wrap:break-word;background-color:#53c4c0;border-radius:18px 18px 4px 18px;color:#fff;display:inline-block;max-width:70%;padding:8px 12px;width:fit-content}.message.received .markdown-content .image-carousel,.message.received .markdown-content .image-container{margin:8px auto;max-width:100%;width:100%}.carousel-image-container img{height:auto}.image-carousel,.image-container,.message.received .markdown-content,.message.sent span{transition:max-width .3s ease-in-out}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{margin:.2em 0}.message.received .markdown-content ol,.message.received .markdown-content p,.message.received .markdown-content ul{margin-bottom:.4em}.message.received .markdown-content ol,.message.received .markdown-content ul{margin-top:.2em}.message.received .markdown-content h1,.message.received .markdown-content h2,.message.received .markdown-content h3,.message.received .markdown-content h4,.message.received .markdown-content h5,.message.received .markdown-content h6,.message.received .markdown-content ol,.message.received .markdown-content p,.message.received .markdown-content ul{margin-bottom:.2em;margin-top:.1em}@media screen and (max-width:600px){.chat-box{border-radius:0;bottom:0;height:100%;max-height:100vh;overflow:hidden;position:fixed;right:0;width:100%}.chat-messages{height:calc(100% - 106px);margin-bottom:0;padding-bottom:20px!important}.chat-input{background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;left:0;padding:8px 8px max(8px,env(safe-area-inset-bottom,0px));position:absolute;width:100%;z-index:10}.chat-box.fullscreen .chat-messages{height:calc(100% - 106px);padding-bottom:60px!important}.chat-messages:after{content:"";display:block;height:50px}}.image-carousel{border-radius:8px;margin:12px auto;max-width:90%;overflow:hidden;position:relative;width:90%;z-index:1}.carousel-control{align-items:center;background-color:#ffffffb3;border:none;border-radius:50%;color:#53c4c0;cursor:pointer;display:flex;height:30px;justify-content:center;transition:background-color .2s;width:30px}.carousel-control:hover{background-color:#ffffffe6}.carousel-indicators{bottom:10px;left:0;position:absolute;right:0;text-align:center}.carousel-indicators span{background-color:#00000080;border-radius:10px;color:#fff;font-size:12px;padding:3px 8px}.image-container{border-radius:8px;margin:12px auto;max-width:90%;overflow:hidden;width:90%}.markdown-content img{border-radius:4px;display:block;height:auto;margin:4px auto;max-width:90%}.property-day-rate{font-size:1.1em;padding:2px 4px}.lazy-image-container{display:block;margin:10px auto;text-align:center;width:90%}.chat-box.fullscreen .image-carousel,.chat-box.fullscreen .image-container{max-width:70%;width:70%}.markdown-content{word-wrap:break-word;background-color:#f0f0f0;border-radius:20px 20px 4px 20px;color:#333;display:inline-block;line-height:1.4;max-width:70%;padding:6px 12px;white-space:pre-wrap;width:fit-content}.markdown-content .processed-content{background:none;border-radius:0;display:block;padding:0;width:100%}.markdown-content>.processed-content>h1,.markdown-content>.processed-content>h2,.markdown-content>.processed-content>h3,.markdown-content>.processed-content>h4,.markdown-content>.processed-content>h5,.markdown-content>.processed-content>h6,.markdown-content>.processed-content>ol,.markdown-content>.processed-content>p,.markdown-content>.processed-content>ul{margin-bottom:.4em;margin-top:.2em}.markdown-content ol,.markdown-content ul{margin-left:0;padding-left:20px}.markdown-content li>ol,.markdown-content li>ul{margin-bottom:.2em;margin-top:.2em}@media screen and (min-width:500px){.chat-box:not(.fullscreen) .message.received .markdown-content,.chat-box:not(.fullscreen) .message.sent span{max-width:60%}}.chat-box.fullscreen .message.sent span{max-width:50%}.markdown-content code{background-color:#0000001a;border-radius:3px;font-family:monospace;padding:2px 4px}.markdown-content pre{background-color:#0000001a;margin:8px 0;overflow-x:auto;padding:8px}.markdown-content ol:last-child,.markdown-content p:last-child,.markdown-content ul:last-child{margin-bottom:0}.processed-content{align-items:flex-start;display:flex;flex-direction:column;width:100%}.markdown-text-segment{margin-bottom:8px;width:100%}.markdown-image-segment{margin:8px 0;width:100%}.react-markdown{width:100%}.react-markdown p{margin:.5em 0}.react-markdown ol,.react-markdown ul{margin:.5em 0;padding-left:1.5em}.react-markdown li{margin-bottom:.2em}.react-markdown h1,.react-markdown h2,.react-markdown h3,.react-markdown h4,.react-markdown h5,.react-markdown h6{font-weight:700;margin:.5em 0}.image-carousel{clear:both;display:block;margin:10px auto}.react-markdown code,.react-markdown pre{white-space:pre-wrap}.processed-content>:last-child{margin-bottom:0}.markdown-content>*{margin:0;padding:0}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{font-weight:700;margin-bottom:.3em;margin-top:.5em}.markdown-content p{margin-bottom:.5em;width:100%}.markdown-content ol,.markdown-content ul{margin:.3em 0;padding-left:1.5em;width:100%}.markdown-content li{margin-bottom:.2em}.markdown-content strong{font-weight:700}.markdown-content em{font-style:italic}.markdown-content ul{list-style-type:disc}.markdown-content ol{list-style-type:decimal}.markdown-content>ol strong,.markdown-content>p strong,.markdown-content>ul strong{font-weight:700!important}.markdown-content ol ol,.markdown-content ol ul,.markdown-content ul ol,.markdown-content ul ul{margin-bottom:.1em;margin-top:.1em}.markdown-content pre{background:#0000000d;border-radius:4px;margin:.5em 0;padding:.5em;white-space:pre-wrap}.markdown-content .image-carousel{margin:8px auto;width:90%}.markdown-content>ol,.markdown-content>p,.markdown-content>ul{display:block;width:100%}.processed-content-container{display:block;font-family:Arial,sans-serif;font-size:14px;line-height:1.4;overflow-wrap:break-word;word-break:break-word}.content-segment{margin-bottom:8px}.text-segment{line-height:1.5;overflow-wrap:break-word;width:100%;word-break:break-word}.text-segment h1,.text-segment h2,.text-segment h3,.text-segment h4,.text-segment h5,.text-segment h6{font-weight:700;line-height:1.2;margin:.5em 0 .3em}.text-segment h1{font-size:1.4em}.text-segment h2{font-size:1.3em}.text-segment h3{font-size:1.2em}.text-segment h4{font-size:1.1em}.text-segment h5{font-size:1em}.text-segment h6{font-size:.9em}.text-segment p{margin:.6em 0;overflow-wrap:break-word;width:100%;word-break:break-word}.text-segment ol,.text-segment ul{margin:.6em 0;padding-left:1.5em;width:calc(100% - 1.5em)}.text-segment li{display:list-item;line-height:1.6;margin-bottom:.4em}.text-segment ul li{list-style-type:disc}.text-segment b,.text-segment strong{font-weight:700}.text-segment em,.text-segment i{font-style:italic}.inline-image{margin:8px 0;text-align:center;width:100%}.standalone-image{border-radius:4px;cursor:pointer;display:block;height:auto;margin:0 auto;max-width:90%}.image-segment{margin:8px 0;width:100%}.property-day-rate{background-color:#53c4c01a;border-radius:4px;color:#53c4c0;display:inline-block;font-weight:700;line-height:1.4;margin:0 2px;padding:0 4px;position:relative}.message.received .markdown-content{word-wrap:break-word;max-width:70%;overflow:hidden;padding:10px 12px;white-space:normal;width:fit-content}.message.received .markdown-content *{line-height:1.4}.message.received .markdown-content .processed-content-container{max-width:100%;overflow:hidden}.message.received .markdown-content ol li,.message.received .markdown-content ul li{margin:.2em 0}.message.received .markdown-content br{content:"";display:block;margin-top:.3em}@media screen and (min-width:500px){.chat-box:not(.fullscreen) .message.received .markdown-content{max-width:60%}}.chat-box.fullscreen .message.received .markdown-content{max-width:50%}.carousel-image-container img,.image-container img,.inline-image img,.standalone-image{cursor:pointer!important;height:auto;max-width:100%;object-fit:contain;position:relative;transition:transform .2s ease,opacity .2s ease;z-index:1}.carousel-image-container img:hover,.image-container img:hover,.inline-image img:hover,.standalone-image:hover{opacity:.9;transform:scale(1.02)}.carousel-image-container img,.image-container img,[data-src]{position:relative;z-index:5}.modal-content img{border-radius:4px;box-shadow:0 5px 15px #0000004d}.carousel-controls{align-items:center;bottom:0;display:flex;justify-content:space-between;left:0;padding:0 10px;pointer-events:none;position:absolute;right:0;top:0;z-index:5}.carousel-control{pointer-events:auto;z-index:10}[style*=modalOverlayStyle]{z-index:9999!important}.chat-messages{overflow-x:hidden;overflow-y:auto;position:relative;z-index:1}.image-carousel,.image-container{margin:12px auto;max-width:90%;overflow:hidden;position:relative;width:90%;z-index:1}.carousel-image-container{height:auto;position:relative;width:100%}.carousel-image-container img{max-height:50vh;object-fit:contain;width:100%}.content-segment,.processed-content-container{overflow:hidden;width:100%}.modal-content img{max-height:85vh;max-width:85vw;object-fit:contain}.markdown-content .property-day-rate{display:inline-block;line-height:1.4;margin:0 2px;padding:0 4px;vertical-align:middle}.text-segment ol{counter-reset:none;list-style-type:decimal;margin:.6em 0;padding-left:1.5em;width:calc(100% - 1.5em)}.text-segment ol[start]{counter-reset:list-counter attr(start) - 1}.text-segment ol li{display:list-item;line-height:1.6;list-style-type:decimal;margin-bottom:.4em}.text-segment ol li[value]{counter-reset:list-counter attr(value) - 1}.text-segment li .property-day-rate{margin-left:3px;margin-right:3px}.markdown-content ol,.processed-content-container ol{counter-reset:none;margin:.5em 0;padding-left:1.5em}.markdown-content ol li,.processed-content-container ol li{display:list-item;list-style-type:decimal;margin-bottom:.4em;padding-left:.3em}li:has(.property-day-rate){margin-bottom:.5em!important;margin-top:.5em!important}.confirmation-card-container{background-color:#f0f0f0;border-radius:18px 18px 18px 4px;box-sizing:border-box;color:#333;display:flex;flex-direction:column;font-family:Arial,sans-serif;font-size:14px;gap:10px;line-height:1.5;max-width:100%;padding:12px 15px}.confirmation-prompt{color:#555;font-weight:700;margin:0 0 5px;padding:0}.confirmation-details{margin-bottom:5px;width:100%}.detail-item{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:4px 0;width:100%}.detail-item:last-child{border-bottom:none}.detail-label{color:#444;flex-shrink:0;font-weight:600;margin-right:8px}.detail-value{flex-grow:1;overflow-wrap:break-word;text-align:right;word-break:break-word}.price-item .detail-label,.price-value{font-weight:700}.price-value{color:#333;font-size:1.1em}.confirmation-buttons-container{display:flex;gap:10px;margin-top:10px;width:100%}.confirmation-button-primary,.confirmation-button-secondary{border-radius:6px;box-sizing:border-box;cursor:pointer;flex-grow:1;font-size:14px;line-height:1.2;min-height:38px;outline:none;padding:10px 15px;text-align:center}.confirmation-button-primary{background-color:#53c4c0;border:none;color:#fff;font-weight:700;transition:background-color .2s ease,transform .1s ease}.confirmation-button-primary:hover{background-color:#45a9a5}.confirmation-button-primary:active{background-color:#3d9390;transform:scale(.98)}.confirmation-button-secondary{background-color:#fff;border:1px solid #53c4c0;color:#53c4c0;font-weight:500;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .1s ease}.confirmation-button-secondary:hover{background-color:#53c4c01a;border-color:#45a9a5;color:#45a9a5}.confirmation-button-secondary:active{background-color:#53c4c033;transform:scale(.98)}.confirmation-card-container .detail-label{color:#444;flex-shrink:0;font-weight:600;margin-right:8px;text-align:left;width:130px}.confirmation-card-container .detail-item{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;padding:4px 0;width:100%}.confirmation-card-container .detail-item:last-child{border-bottom:none}.confirmation-card-container .detail-value{flex-grow:1;overflow-wrap:break-word;text-align:right;word-break:break-word}.addon-confirmation-card .addon-section{margin-bottom:12px}.addon-confirmation-card .addon-section:last-child{margin-bottom:0}.addon-confirmation-card .addon-section-title{color:#333;font-size:1em;font-weight:700;margin-bottom:6px}.addon-confirmation-card .addon-empty-message,.addon-confirmation-card .addon-item-line{border-bottom:1px solid #e0e0e0;padding:6px 0}.addon-confirmation-card .addon-section>:last-child{border-bottom:none}.addon-confirmation-card .addon-empty-message{color:#555;font-size:.95em}.addon-confirmation-card .addon-item-line{align-items:baseline;display:flex;flex-wrap:wrap;font-size:.95em;gap:4px 12px}.addon-confirmation-card .addon-detail-group{align-items:baseline;display:flex}.addon-confirmation-card .addon-detail-label{color:#444;font-weight:600;margin-right:5px}.addon-confirmation-card .addon-detail-value{color:#333}.addon-confirmation-card .addon-total-value{font-weight:700}.addon-confirmation-card .addon-none-selected.detail-item{border-bottom:none;justify-content:flex-start;padding:0}.addon-confirmation-card .addon-none-selected .addon-detail-value{font-style:normal;text-align:left}.calendar-button-segment{margin:10px 0}.message.received>.confirmation-card-container{display:inline-block;min-width:200px;vertical-align:top;width:fit-content}.message-item-wrapper.received{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:10px;width:100%}.message-item-wrapper.received>.message.received{margin-bottom:0;width:auto}.calendar-button-segment{display:flex;justify-content:flex-start;margin:10px 0 5px;width:100%}.calendar-prompt-button{background-color:#53c4c0;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;outline:none;padding:8px 15px;transition:background-color .2s ease}.calendar-prompt-button:hover{background-color:#45a9a5}.inline-calendar-container{background-color:#fff;border:1px solid #ccc;border-radius:8px;box-shadow:0 4px 12px #00000026;margin-left:8px;margin-top:8px;max-width:320px;padding:0;width:fit-content}.inline-calendar-header{align-items:center;background-color:#f8f9fa;border-bottom:1px solid #eee;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;padding:10px 15px}.inline-calendar-header span{color:#333;font-size:1em;font-weight:600}.inline-calendar-close-btn{background:none;border:none;color:#777;cursor:pointer;font-size:24px;line-height:1;padding:0 5px}.inline-calendar-close-btn:hover{color:#000}.inline-calendar-body{color:#555;padding:10px}.inline-calendar-footer-info{color:#666;font-size:.85em;padding:8px 10px 0;text-align:center}.inline-calendar-actions{border-top:1px solid #eee;padding:10px 15px 15px;text-align:right}.calendar-confirm-button{background-color:#53c4c0;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;outline:none;padding:8px 15px;transition:background-color .2s ease}.calendar-confirm-button:hover{background-color:#45a9a5}.calendar-confirm-button:disabled{background-color:#ccc;cursor:not-allowed}.rdp{--rdp-cell-size:36px;--rdp-accent-color:#217ce8;--rdp-background-color:#dbeafe;--rdp-selected-color:#fff;--rdp-outline:2px solid var(--rdp-accent-color);--rdp-outline-selected:none;--rdp-caption-font-weight:600;--rdp-nav-button-height:30px;--rdp-nav-button-width:30px;margin:0 auto}.rdp-caption_label{color:#333;font-size:1em;font-weight:var(--rdp-caption-font-weight)}.rdp-nav_button{border-radius:50%;height:var(--rdp-nav-button-height);padding:4px;width:var(--rdp-nav-button-width)}.rdp-nav_button:hover{background-color:#e9ecef}.rdp-head_cell{color:#6c757d;font-size:.8em;font-weight:500}.rdp-day{border-radius:50%;transition:background-color .1s ease-in-out,color .1s ease-in-out}.rdp-day:not(.rdp-day_disabled):not(.rdp-day_selected):hover{background-color:#f0f0f0}.rdp-day_today{border:1px solid #adb5bd;color:#000;font-weight:400}.rdp-day_today:not(.rdp-day_selected){background-color:initial}.rdp-day_range_end,.rdp-day_range_start,.rdp-day_selected{background-color:var(--rdp-accent-color)!important;border:none;border-radius:50%!important;color:var(--rdp-selected-color)!important;font-weight:700}.rdp-day_range_middle{background-color:var(--rdp-background-color)!important;border-radius:0!important;color:var(--rdp-accent-color)!important}.rdp-day_range_start:not(.rdp-day_range_end){border-bottom-right-radius:0!important;border-top-right-radius:0!important}.rdp-day_range_end:not(.rdp-day_range_start){border-bottom-left-radius:0!important;border-top-left-radius:0!important}.rdp-day_outside{color:#adb5bd}.rdp-button:focus-visible{outline:var(--rdp-outline);outline-offset:2px;z-index:1}.message.received.with-calendar .markdown-content{max-width:310px;transition:all .3s ease}.inline-calendar-compact{border-radius:8px;box-shadow:0 2px 6px #0000001a;display:flex;flex-direction:column;margin-top:15px;max-width:280px;overflow:hidden;width:100%}.calendar-header{background-color:#53c4c0;color:#fff;font-size:16px;font-weight:500;padding:8px;text-align:center}.calendar-body{background-color:#fff;padding:0}.calendar-confirm-btn{background-color:#53c4c0;border:none;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:10px;transition:background-color .2s;width:100%}.calendar-confirm-btn:hover{background-color:#48b0ac}.calendar-confirm-btn:disabled{background-color:#a8dbd9;cursor:not-allowed}.calendar-body .rdp{--rdp-cell-size:32px;--rdp-accent-color:#53c4c0;--rdp-background-color:#e6f7f6;font-size:.9rem;margin:0}.calendar-body .rdp-months{justify-content:center}.calendar-body .rdp-month{width:100%}.calendar-body .rdp-table{max-width:280px;width:100%}.calendar-body .rdp-caption{height:36px;margin:0;padding:0}.calendar-body .calendar-caption{font-size:.9rem;padding:4px 0}.calendar-body .calendar-nav{padding:2px}.calendar-body .calendar-cell{padding:0}.calendar-body .day-button{font-size:.9rem;height:32px;margin:0;padding:0;width:32px}.calendar-body .calendar-head-cell{color:#777;font-size:.8rem;font-weight:400;padding:4px 0;text-transform:uppercase}.calendar-body .custom-day-selected{background-color:#53c4c0!important;color:#fff!important}.calendar-body .custom-day-selected:hover{background-color:#48b0ac!important;color:#fff!important}.calendar-body .custom-day-today{font-weight:700;text-decoration:underline}.calendar-body .rdp-day_range_middle{background-color:#e6f7f6!important;color:#333!important}.calendar-body .rdp-day_range_start:not(.rdp-day_range_end){border-bottom-right-radius:0!important;border-top-right-radius:0!important}.calendar-body .rdp-day_range_end:not(.rdp-day_range_start){border-bottom-left-radius:0!important;border-top-left-radius:0!important}.calendar-body .rdp-caption_dropdowns,.calendar-body .rdp-caption_label{margin:0;padding:0}.calendar-body .rdp-nav_button{height:24px;padding:2px;width:24px}.message.received.with-calendar .markdown-content{max-width:300px;width:fit-content}.simple-calendar{background-color:#fff;border-radius:8px;font-family:Arial,sans-serif;margin-top:8px;overflow:hidden;width:100%}.calendar-header-wrapper{align-items:center;background-color:#53c4c0;border-radius:8px 8px 0 0;color:#fff;display:flex;flex-direction:column;gap:8px;padding:10px 0}.calendar-title{font-size:18px;font-weight:500;text-align:center;width:100%}.month-navigation{padding:0 15px;width:100%}.month-nav-button,.month-navigation{align-items:center;display:flex;justify-content:center}.month-nav-button{background:none;border:none;color:#fff;cursor:pointer;font-size:24px;font-weight:500;height:30px;margin:0 10px;padding:0;width:30px}.month-nav-button:disabled{cursor:not-allowed;opacity:.5}.current-month{color:#fff;font-size:16px;font-weight:500;text-align:center;width:120px}.calendar-grid{background-color:#fff;padding:10px}.weekday-header{display:grid;grid-template-columns:repeat(7,1fr);margin-bottom:6px;text-align:center}.weekday{color:#666;font-size:14px;font-weight:500;padding:5px 0}.days-grid{grid-gap:2px;display:grid;gap:2px;grid-template-columns:repeat(7,1fr)}.calendar-day{align-items:center;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center}.calendar-day:hover:not(.past):not(.faded){background-color:#53c4c01a}.calendar-day.selected{background-color:#e6f7f6;border:1.5px solid #53c4c0;font-weight:700;position:relative;z-index:2}.calendar-day.in-range{background-color:#e6f7f6;color:#333;position:relative}.calendar-day.today{border:1px solid #53c4c0;font-weight:500}.calendar-day.past{color:#ccc;cursor:not-allowed}.calendar-day.faded{color:#aaa}.confirm-date-button{background-color:#53c4c0;border:none;border-radius:0 0 8px 8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px;width:100%}.confirm-date-button:hover{background-color:#48b0ac}.confirm-date-button:disabled{background-color:#a8dbd9;cursor:not-allowed}.selected-dates-info{background-color:#f0f7fa;border-top:1px solid #e0e0e0;color:#333;font-size:14px;padding:8px 12px;text-align:center}.calendar-animation-container{max-height:0;opacity:0;overflow:hidden;transition:max-height .3s ease-out,opacity .3s ease-out}.calendar-animation-container.open{max-height:450px;opacity:1;transition:max-height .4s ease-in,opacity .3s ease-in}.simple-calendar{transform:scale(.95);transform-origin:top center;transition:transform .3s ease-out}.calendar-animation-container.open .simple-calendar{transform:scale(1)}.calendar-prompt-button{position:relative;z-index:2}.calendar-prompt-button:after{background-color:#53c4c0;bottom:-8px;clip-path:polygon(0 0,100% 0,50% 100%);content:"";height:8px;left:50%;opacity:0;position:absolute;transform:translateX(-50%) scaleX(0);transition:transform .3s ease-out;width:16px}.calendar-prompt-button.active:after{opacity:1;transform:translateX(-50%) scaleX(1)}.selection-error{color:#d32f2f;font-size:14px;font-weight:500;padding:4px 0;text-align:center}.chat-input .voice-btn{background:none;border:none;cursor:pointer;margin:0 0 0 8px;padding:0}.upload-status{background-color:#0066ff1a;border-bottom:1px solid #06f3;color:#06f;font-size:12px;font-weight:500;padding:6px;position:sticky;text-align:center;top:0;width:100%;z-index:11}.message.voice{max-width:80%;padding:0;width:auto}.recording-container{align-items:center;display:flex;min-height:40px;overflow:visible;width:100%}@keyframes recording-pulse{0%{box-shadow:0 0 0 0 #53c4c066}70%{box-shadow:0 0 0 10px #53c4c000}to{box-shadow:0 0 0 0 #53c4c000}}.recording-active .recording-stop-btn{animation:recording-pulse 2s infinite}.chat-widget-container{bottom:20px;font-family:Arial,sans-serif;overflow:visible;position:fixed;right:20px;z-index:9999}.chat-input{background-color:#fff;border-top:1px solid #ddd;bottom:0;box-sizing:border-box;left:0;padding:8px;position:absolute;width:100%;z-index:10}.chat-input,.voice-btn-container{align-items:center;display:flex;overflow:visible}.voice-btn-container{justify-content:center;margin-left:8px;position:relative;z-index:101}.voice-recorder-container{z-index:20}.chat-box:not(.open) .chat-input .voice-btn-container,.chat-bubble+.voice-btn-container{overflow:visible;position:relative}@media screen and (max-width:600px){.chat-box{overflow:hidden}.chat-input{bottom:0;left:0;position:absolute}.chat-messages{height:calc(100% - 56px - env(safe-area-inset-bottom, 0px));padding-bottom:max(8px,env(safe-area-inset-bottom,0px))}}@media screen and (max-width:320px){.chat-box:not(.fullscreen){min-width:180px}.chat-input{min-height:40px;padding:5px}.chat-input input[type=text]{font-size:13px;padding:6px}.send-btn{height:32px;margin-left:5px;width:32px}}.image-upload-btn{align-items:center;background:none;border:none;border-radius:50%;color:#53c4c0;cursor:pointer;display:flex;justify-content:center;margin-right:4px;padding:8px;transition:color .2s}.image-upload-btn:hover{background-color:#53c4c0;color:#fff}.image-upload-btn:disabled{background-color:initial;color:#ccc;cursor:not-allowed}.input-container{display:flex;flex-direction:column;flex-grow:1;position:relative}.attached-image-preview{align-items:center;background:#53c4c01a;border-radius:4px;display:flex;margin-bottom:4px;padding:4px;position:relative}.attached-image-preview img{border-radius:4px;height:40px;margin-right:8px;object-fit:cover;width:40px}.cancel-image-btn{align-items:center;background:#ff3b30;border:none;border-radius:50%;color:#fff;display:flex;font-size:12px;height:18px;justify-content:center;line-height:1;padding:0;position:absolute;right:-5px;top:-5px;width:18px}.image-message{border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:8px;max-width:280px;overflow:hidden;transition:transform .2s ease;width:fit-content}.image-message:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.message.sent .image-message{background-color:#53c4c0;border-radius:12px 12px 4px 12px;color:#fff}.message.received .image-message{background-color:#f0f0f0;border-radius:12px 12px 12px 4px;color:#333}.image-message .image-container{aspect-ratio:4/3;border-radius:0;overflow:hidden;position:relative;width:100%}.image-message img{cursor:pointer;display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.image-message img:hover{transform:scale(1.03)}.image-message .image-caption{box-sizing:border-box;font-size:14px;font-weight:400;line-height:1.4;margin:0;padding:12px 14px;width:100%;word-break:break-word}@media screen and (max-width:600px){.image-message{max-width:240px}}.chat-input.recording{background:#0000!important;border:none!important;height:0!important;margin:0!important;min-height:0!important;padding:0!important;pointer-events:none;position:relative;z-index:1500}.chat-input.recording .recording-container{background-color:#fff;border-radius:0 0 8px 8px;border-top:1px solid #ddd;bottom:0;box-shadow:0 -1px 5px #0000001a;box-sizing:border-box;left:0;padding:8px;pointer-events:auto;position:absolute;right:0;width:100%;z-index:1600}.chat-input.recording .image-upload-btn,.chat-input.recording .input-container,.chat-input.recording .send-btn,.chat-input.recording button:not(.voice-record-btn,.recording-stop-btn,.recording-resume-btn,.recording-send-btn,.recording-cancel-btn,.recording-delete-btn),.chat-input.recording input{display:none!important}@media screen and (max-width:320px){.chat-input.recording .recording-container{padding:6px}.chat-input.recording .voice-recorder-container.active{min-width:0;padding:4px 6px}.chat-input.recording .recording-timer{font-size:12px;min-width:32px}.chat-input.recording .recording-controls button{height:30px;width:30px}}@media screen and (max-width:270px){.chat-input.recording .voice-recorder-container.active{flex-wrap:nowrap;padding:3px 4px}.chat-input.recording .recording-visualizer{flex-grow:0;margin-right:4px;min-width:20px}.chat-input.recording .recording-timer{font-size:11px;min-width:28px}.chat-input.recording .recording-controls button{height:26px;width:26px}}.voice-message{align-items:center;border-radius:18px;display:flex;max-width:80%;padding:8px 12px;position:relative;width:fit-content;z-index:5}.voice-message.sent{background-color:#53c4c0;color:#fff;margin-left:auto}.voice-message.received{background-color:#f0f0f0;color:#333;margin-right:auto}.voice-play-button{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;height:32px;justify-content:center;margin-right:8px;padding:0;position:relative;width:32px;z-index:10}.voice-message.sent .voice-play-button{background:#fff3;color:#fff}.voice-message.received .voice-play-button{background:#53c4c033;color:#53c4c0}.voice-waveform{flex:1 1;margin:0 8px;max-width:150px;min-width:80px}.voice-progress{background-color:#0000001a;border-radius:2px;height:4px;overflow:hidden;position:relative}.voice-message.sent .voice-progress{background-color:#ffffff4d}.voice-message.received .voice-progress{background-color:#53c4c04d}.voice-progress-bar{height:100%;left:0;position:absolute;top:0;transition:width .1s linear;width:0}.voice-message.sent .voice-progress-bar{background-color:#fff}.voice-message.received .voice-progress-bar{background-color:#53c4c0}.voice-duration{font-size:12px;min-width:34px;text-align:right}.voice-message.sent .voice-duration{color:#fffc}.voice-message.received .voice-duration{color:#0009}@media screen and (max-width:600px){.voice-message{max-width:90%}.voice-waveform{min-width:60px}}@media screen and (max-width:320px){.voice-message{max-width:95%;padding:6px 10px}.voice-waveform{min-width:50px}}.voice-recorder-container{flex-shrink:0;overflow:visible;position:relative;transition:all .3s ease;z-index:102}.voice-record-btn,.voice-recorder-container{align-items:center;display:flex;height:40px;width:40px}.voice-record-btn{background-color:#53c4c0;border:none;border-radius:50%;color:#fff;cursor:pointer;justify-content:center;outline:none;transition:all .2s ease}.voice-record-btn:hover{background-color:#48b0ac;transform:scale(1.05)}.voice-record-btn:disabled{background-color:#ccc;cursor:not-allowed}.recording-visualizer{flex-grow:1;flex-shrink:1;margin-right:8px;min-width:40px;overflow:hidden}.recording-waveform{align-items:center;display:flex;gap:1px;height:100%;width:100%}.waveform-bar{animation:pulse 1.4s ease infinite;background-color:#53c4c0;border-radius:2px;flex:1 1;max-height:100%;min-height:3px;transition:height .2s ease}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.recording-paused-indicator{color:#53c4c0;font-size:13px;font-weight:500;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:100%}.recording-controls{align-items:center;display:flex;flex-shrink:0;gap:6px}.recording-timer{color:#53c4c0;font-size:13px;font-weight:500;margin-right:6px;min-width:35px;text-align:right}.recording-cancel-btn,.recording-delete-btn,.recording-resume-btn,.recording-send-btn,.recording-stop-btn{align-items:center;border:none;border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;transition:all .2s ease;width:36px}.recording-cancel-btn:hover,.recording-delete-btn:hover,.recording-resume-btn:hover,.recording-send-btn:hover,.recording-stop-btn:hover{transform:scale(1.05)}.recording-stop-btn{background-color:#53c4c0;color:#fff}.recording-stop-btn span{background-color:#fff;border-radius:2px;height:14px;width:14px}.recording-resume-btn,.recording-send-btn{background-color:#53c4c0;color:#fff}.recording-cancel-btn,.recording-delete-btn,.voice-recorder-error{background-color:#ff3b301a;color:#ff3b30}.voice-recorder-error{border-radius:4px;font-size:14px;padding:8px;text-align:center;width:100%}@media screen and (max-width:600px){.voice-recorder-container.active{padding:6px 8px}.recording-timer{margin-right:4px;min-width:36px}.recording-controls{gap:5px}.recording-waveform{gap:1px}}@media (max-height:400px),screen and (max-width:320px){.voice-recorder-container.active{gap:4px;padding:4px 6px}.voice-record-btn{height:32px;width:32px}.recording-waveform{gap:1px;height:24px}.recording-timer{font-size:12px;margin-right:2px;min-width:32px}.recording-cancel-btn,.recording-delete-btn,.recording-resume-btn,.recording-send-btn,.recording-stop-btn{height:30px;width:30px}.chat-input .voice-recorder-container.active{max-width:calc(100% - 10px);overflow:visible}}.chat-input .recording-container{background:#fff;border-radius:8px 8px 0 0;border-top:1px solid #eee;bottom:100%;box-shadow:0 -2px 10px #0000001a;left:0;min-height:60px;overflow:visible;padding:8px;position:absolute;width:100%;z-index:1000}.chat-input.recording .image-upload-btn,.chat-input.recording .input-container,.chat-input.recording .send-btn{display:none}@media screen and (max-width:280px){.voice-recorder-container.active{flex-wrap:wrap;gap:5px;justify-content:center;min-width:0;padding:5px 8px}.recording-visualizer{height:24px;margin-bottom:5px;margin-right:0;min-width:100%}.recording-timer{font-size:12px;min-width:32px}.recording-controls{gap:4px;justify-content:space-around;width:100%}.recording-cancel-btn,.recording-delete-btn,.recording-resume-btn,.recording-send-btn,.recording-stop-btn{height:28px;width:28px}.recording-stop-btn span{height:10px;width:10px}}.voice-recorder-container.active{align-items:center;background-color:#53c4c01a;border-radius:20px;box-sizing:border-box;display:flex;justify-content:space-between;min-width:150px;overflow:visible;padding:8px 12px;position:relative;width:100%;z-index:1000}@media screen and (max-width:270px){.recording-visualizer{flex-grow:0!important;min-width:20px!important;width:20px!important}.waveform-bar{min-width:1px!important}.recording-timer{font-size:10px!important;margin-right:2px!important;min-width:25px!important}.recording-cancel-btn,.recording-delete-btn,.recording-resume-btn,.recording-send-btn,.recording-stop-btn{height:24px!important;min-width:24px!important;width:24px!important}.recording-stop-btn span{height:10px!important;width:10px!important}.voice-recorder-container.active{padding:3px 4px!important}.recording-controls{gap:3px!important}}
/*# sourceMappingURL=main.19864076.css.map*/