:root{--input-height:88px;--background:#1a1a1a;--surface:#232323;--surface-alt:#282828;--border:#3d3d3d;--border-strong:#4a4a4a;--text-main:#e0e0e0;--text-subtle:#b0b0b0;--accent:#6f42c1;--user-bubble:#1e2a38;--bot-bubble:#232323;--button-bg:#6f42c1;--button-hover:#563d7c;--button-text:#e0e0e0;--input-bg:#1a1a1a;--input-border:#4a4a4a;--quick-reply-bg:#1e2a38;--quick-reply-hover:#6f42c1;--quick-reply-text:#e0e0e0;--bs-body-bg:var(--surface)!important;--bg-primary:var(--surface)!important}body{background-color:none}.chat-container{flex-direction:column;height:calc(100vh - 250px);min-height:500px;display:flex;position:relative}.chat-messages{background:var(--background);scroll-behavior:smooth;flex:1;padding:1rem 1rem 1.5rem;overflow-y:auto}.message{margin-bottom:1.25rem}.message .d-flex{gap:.75rem}.welcome-box{background:var(--bot-bubble);color:var(--text-main);max-width:420px;padding:1rem;box-shadow:0 4px 12px #0000004d}.welcome-img{object-fit:cover;border:2px solid var(--border);border-radius:12px;width:100%;max-width:380px;margin-left:auto;margin-right:auto;display:block;box-shadow:0 4px 16px #0006}.welcome-tip{background:var(--surface-alt);color:var(--text-subtle);border:1px solid var(--border);border-radius:8px;margin-top:.75em;padding:.65em .9em}.bot-message .message-content{background:var(--bot-bubble);color:var(--text-main);border-radius:16px;max-width:480px;padding:.85rem 1rem;box-shadow:0 2px 8px #0003}.user-message .message-content{background:var(--surface);color:var(--text-main);border-radius:16px;max-width:480px;padding:.85rem 1rem;box-shadow:0 2px 8px #0003}.avatar{border:3px solid var(--border-strong);min-width:44px;max-width:44px;min-height:44px;max-height:44px;margin-top:2px;font-size:1.5rem;box-shadow:0 3px 10px #6f42c166;background:var(--accent)!important;color:#fff!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;display:flex!important}.input-container{background:var(--background)!important;padding:1rem!important}.card-footer.bg-light{padding:1rem;background:var(--background)!important;border-top:1px solid var(--border)!important}@media (width>=768px){.card-footer.bg-light .input-group{max-width:800px;margin:0 auto}}#user-input{border-radius:24px;transition:border-color .2s,box-shadow .2s;background:var(--input-bg)!important;color:var(--text-main)!important;border:2px solid var(--input-border)!important;box-shadow:0 2px 8px #0000004d!important}#user-input:focus{border-color:var(--accent)!important;background:var(--input-bg)!important;color:var(--text-main)!important;outline:none!important;box-shadow:0 0 0 .2rem #6f42c140,0 2px 12px #0006!important}#user-input::placeholder{color:var(--text-subtle)}.chat-button{font-weight:600;transition:background .2s,box-shadow .2s,transform .1s;box-shadow:0 3px 10px #6f42c14d;background:var(--button-bg)!important;background:var(--quick-reply-bg)!important;color:var(--button-text)!important;border:2px solid var(--accent)!important;border-radius:24px!important}.chat-button:hover,.chat-button:focus{transform:translateY(-1px);box-shadow:0 4px 14px #6f42c180;background:var(--button-hover)!important;color:var(--button-text)!important;border-color:var(--button-hover)!important}.chat-messages::-webkit-scrollbar{background:var(--background);width:10px}.chat-messages::-webkit-scrollbar-thumb{background:var(--accent);border:2px solid var(--background);border-radius:8px}.chat-messages::-webkit-scrollbar-track{background:var(--surface);border-radius:8px;margin:4px}.card{background:var(--surface)!important}.card-header{background:var(--surface-alt)!important}.text-muted{color:var(--text-subtle)!important}.property-carousel{border-radius:8px;max-width:100%;margin:1rem 0;overflow:hidden;box-shadow:0 4px 6px #0000001a}.message-carousel{margin-bottom:.5rem}.carousel-image{object-fit:cover;cursor:pointer;width:100%;height:auto;max-height:500px;transition:transform .3s}.carousel-image:hover{transform:scale(1.02)}.carousel-thumbnails{background:#f8f9fa;border-radius:0 0 8px 8px;gap:.5rem;padding:.5rem;display:flex;overflow-x:auto}.carousel-thumbnails .thumbnail{object-fit:cover;cursor:pointer;opacity:.6;border:2px solid #0000;border-radius:4px;width:80px;height:60px;transition:opacity .3s,transform .3s}.carousel-thumbnails .thumbnail:hover{opacity:.9;transform:scale(1.05)}.carousel-thumbnails .thumbnail.active{opacity:1;border-color:#0d6efd}#lightboxModal .modal-body img{object-fit:contain;max-width:90vw;max-height:90vh}@media (width>=768px){.chat-footer.card-footer.bg-light .input-group{max-width:800px;margin:0 auto}}@media (width<=768px){.carousel-image{max-height:300px}.carousel-thumbnails .thumbnail{width:60px;height:45px}.carousel-caption{padding:.5rem;font-size:.85rem}}.carousel-image{touch-action:pinch-zoom}@media (width<=576px){.chat-messages{background:var(--background)}.avatar{font-size:1.2rem;width:38px!important;height:38px!important}}@media (hover:none) and (pointer:coarse){.cover-image:hover{transform:none}.chat-button:hover{background-color:var(--button-hover);box-shadow:none}.chat-button{-webkit-tap-highlight-color:#6f42c14d}#user-input{-webkit-tap-highlight-color:#6f42c11a}}@media (width<=1024px){.chat-container{height:calc(100vh - 220px)}.chat-messages{padding:.75rem}}@media (width<=767px){.chat-container{height:calc(100vh - 180px);min-height:400px}.chat-messages{padding:.75rem .75rem 1rem}.user-message,.bot-message{width:100%;max-width:100%}.user-message .message-content{max-width:85%;padding:.6rem .85rem;font-size:.9rem}.bot-message .message-content{max-width:95%;padding:.6rem .85rem;font-size:.9rem}.welcome-box{width:95%;max-width:95%}.card-footer.bg-light{padding:.75rem}#user-input{min-height:44px;padding:12px 16px;font-size:16px}.chat-button{min-width:60px;min-height:44px;padding:12px 18px}.cover-image{max-width:100%;margin:.75rem 0}.chat-messages::-webkit-scrollbar{width:6px}footer{display:none}pre code.hljs{padding:.6rem;font-size:.8rem}.message-carousel{margin-bottom:1rem}.card-footer.bg-light{padding-bottom:max(.75rem,env(safe-area-inset-bottom));z-index:10!important;background:var(--background)!important;position:sticky!important;bottom:0!important}}@media (width<=480px){.container-fluid,.chat-row,.chat-col .chat-container,.chat-messages{box-sizing:border-box;width:100vw!important;max-width:100vw!important;overflow-x:hidden!important}.chat-input-container{padding:0!important}.card-header{display:none!important}.message .d-flex{gap:.4rem}.welcome-box,.bot-message .message-content,.user-message .message-content{padding-left:.5rem;padding-right:.5rem;width:100%!important;max-width:100%!important}.avatar{min-width:28px;max-width:28px;min-height:28px;max-height:28px;margin-top:0;font-size:1rem;width:28px!important;height:28px!important}.chat-footer.card-footer.bg-light{z-index:10;padding:.5rem;position:sticky;bottom:0;background:var(--background)!important}#user-input{border-radius:20px;min-height:44px;padding:10px 14px;font-size:16px}.chat-button{border-radius:20px;min-width:56px;min-height:44px;padding:10px 16px;font-size:.9rem}.cover-image{border-radius:10px;max-width:100%;margin:.5rem 0}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-thumb{background-color:var(--accent)}pre code.hljs{border-radius:6px;padding:.5rem;font-size:.75rem}}@media only screen and (height<=430px) and (orientation:landscape){.chat-container{height:calc(100vh - 80px)!important;min-height:150px!important}.chat-messages{padding:.25rem .25rem .4rem!important}.input-container{padding:none}.message{margin-bottom:.4rem!important}.message .d-flex{gap:.25rem!important}.avatar{width:20px!important;min-width:20px!important;max-width:20px!important;height:20px!important;min-height:20px!important;max-height:20px!important;font-size:.7rem!important}.welcome-box{gap:.4rem;flex-direction:row!important;align-items:flex-start!important;width:100%!important;max-width:100%!important;padding:.3rem!important;display:flex!important}.welcome-img{border:1px solid var(--border);border-radius:5px;flex-shrink:0;height:auto;box-shadow:0 2px 6px #0003;width:70px!important;min-width:70px!important;max-width:70px!important;margin:0!important;display:block!important}.welcome-text{flex:auto;min-width:0;padding:0;font-size:.65rem;line-height:1.15;overflow-y:auto}.welcome-text h6{margin-bottom:.2rem;font-size:.75rem}.welcome-text p{margin-bottom:.2rem;font-size:.65rem}.welcome-tip{margin-top:.2rem;padding:.2rem .3rem!important;font-size:.6rem!important}.welcome-text small{font-size:.55rem}.welcome-text::-webkit-scrollbar{width:4px}.welcome-text::-webkit-scrollbar-thumb{background:var(--accent);border-radius:2px}.welcome-text::-webkit-scrollbar-track{background:0 0}.bot-message .message-content,.user-message .message-content{line-height:1.2;max-width:100%!important;padding:.3rem .45rem!important;font-size:.7rem!important}.card-footer.bg-light{z-index:10!important;padding:.25rem!important;position:sticky!important;bottom:0!important}#user-input{line-height:1.1;min-height:28px!important;padding:5px 8px!important;font-size:12px!important}.chat-button{min-height:28px!important;padding:5px 10px!important;font-size:.7rem!important}footer,.navbar{display:none!important}}@media only screen and (height>=431px) and (height<=600px) and (orientation:landscape){.chat-container{height:calc(100vh - 100px)!important;min-height:200px!important}.chat-messages{padding:.35rem .35rem .5rem!important}.message{margin-bottom:.5rem!important}.message .d-flex{gap:.3rem!important}.avatar{width:24px!important;min-width:24px!important;max-width:24px!important;height:24px!important;min-height:24px!important;max-height:24px!important;font-size:.85rem!important}.welcome-box{gap:.5rem;flex-direction:row!important;align-items:flex-start!important;width:100%!important;max-width:100%!important;padding:.35rem .4rem!important;display:flex!important}.welcome-img{border:1px solid var(--border);border-radius:6px;flex-shrink:0;height:auto;box-shadow:0 2px 6px #0003;width:80px!important;min-width:80px!important;max-width:80px!important;margin:0!important;display:block!important}.welcome-text{flex:auto;min-width:0;max-height:22vh;padding:0;font-size:.7rem;line-height:1.2;overflow-y:auto}.welcome-text h6{margin-bottom:.25rem;font-size:.8rem}.welcome-text p{margin-bottom:.25rem;font-size:.7rem}.welcome-tip{margin-top:.25rem;padding:.25rem .35rem!important;font-size:.65rem!important}.welcome-text small{font-size:.6rem}.bot-message .message-content,.user-message .message-content{line-height:1.25;max-width:100%!important;padding:.35rem .5rem!important;font-size:.75rem!important}.card-footer.bg-light{padding:.35rem!important}#user-input{line-height:1.2;min-height:32px!important;padding:6px 10px!important;font-size:13px!important}.chat-button{min-height:32px!important;padding:6px 12px!important;font-size:.75rem!important}footer,.navbar{display:none!important}}@media only screen and (width>=768px) and (width<=1024px) and (orientation:landscape){.chat-container{height:calc(100vh - 150px);min-height:300px}.chat-messages{padding:.5rem .5rem .75rem}.message{margin-bottom:.75rem}.avatar{width:32px!important;min-width:32px!important;max-width:32px!important;height:32px!important;min-height:32px!important;max-height:32px!important;font-size:1rem!important}.welcome-box{gap:.75rem;max-width:100%;flex-direction:row!important;align-items:flex-start!important;padding:.5rem .65rem!important;display:flex!important}.welcome-img{border:1px solid var(--border);border-radius:8px;flex-shrink:0;height:auto;box-shadow:0 3px 8px #00000040;width:120px!important;min-width:120px!important;max-width:120px!important;margin:0!important;display:block!important}.welcome-text{flex:auto;min-width:0;padding:0;font-size:.85rem;line-height:1.3}.welcome-text h6{margin-bottom:.4rem;font-size:.95rem}.welcome-text p{margin-bottom:.4rem;font-size:.85rem}.welcome-tip{padding:.4rem .5rem!important;font-size:.75rem!important}.bot-message .message-content,.user-message .message-content{padding:.5rem .75rem;font-size:.9rem;line-height:1.4}.card-footer.bg-light{padding:.5rem}#user-input{min-height:38px;padding:8px 14px;font-size:14px}.chat-button{min-height:38px;padding:8px 16px;font-size:.9rem}footer{display:none!important}}.bg-surface{background-color:var(--surface)!important}.bg-surface-alt{background-color:var(--surface-alt)!important}.text-main{color:var(--text-main)!important}.text-subtle{color:var(--text-subtle)!important}html,body{background-color:var(--background);height:100%;overflow:hidden}.carousel-item{transition:transform .6s ease-in-out}.carousel-caption{backdrop-filter:blur(4px);background:#0009;bottom:2rem}.quick-actions{white-space:nowrap;scrollbar-width:none;-ms-overflow-style:none;padding-bottom:5px;overflow-x:auto}.quick-actions::-webkit-scrollbar{display:none}.quick-action-btn{border:1px solid var(--accent);color:var(--text-main);background:#6f42c11a;padding:.4rem 1rem;font-size:.85rem;transition:all .2s}.quick-action-btn:hover{background:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #6f42c14d}.markdown-body p{margin-bottom:.8rem}.markdown-body p:last-child{margin-bottom:0}.markdown-body ul,.markdown-body ol{margin-bottom:.8rem;padding-left:1.5rem}.markdown-body li{margin-bottom:.3rem}.markdown-body strong{color:var(--text-main);font-weight:600}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4{color:var(--text-main);margin-top:1rem;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.markdown-body code{color:#e685b5;background:#ffffff1a;border-radius:4px;padding:.2rem .4rem;font-size:.9em}.property-header{height:70px;border-bottom:1px solid var(--border)!important}.chat-input-area{z-index:100;position:sticky;bottom:0;border-top:1px solid var(--border)!important;background-color:var(--surface)!important;padding-bottom:max(1rem,env(safe-area-inset-bottom))!important}.chat-messages{background-color:var(--background);height:auto}