@charset "UTF-8";:root{--color-primary:#1b2840;--color-secondary:#ffe500;--color-accent:#ffe500;--color-success:#1b2840;--color-error:#ff0000;--color-background:#ffffff;--color-surface:#f4f5f7;--color-surface-alt:#e9ecf2;--color-surface-dark:#dce2ee;--color-text:#1b2840;--color-muted-text:#4b5873;--color-muted-bg:#4b5873;--color-border:#cccccc;--color-border-light:#e5e5e5;--color-border-mid:#dddddd;--color-border-dark:#333333;--color-neutral:#e0e0e0;--color-primary-dark:#111a2b;--color-primary-light:#eef1f7;--font-sans:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-serif:Georgia,serif;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:4rem;--map-height:500px;--size-avatar:200px}body{font-family:var(--font-sans);margin:0;padding:0;background-color:var(--color-background);color:var(--color-text)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.property-list{display:grid;grid-template-columns:1fr;grid-gap:var(--spacing-lg);gap:var(--spacing-lg);align-items:stretch;grid-auto-rows:1fr}.property-list--five-per-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:var(--spacing-md)}.property-list--scrollable{display:flex;gap:var(--spacing-lg);overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;scroll-snap-type:x mandatory}.property-list--scrollable .property-card-wrapper{flex:0 0 100%;scroll-snap-align:start;scroll-snap-stop:always}.property-list--scrollable::-webkit-scrollbar{display:none}.property-list-slider{position:relative;width:100%}.property-list-slider .property-list{width:100%}.property-list-slider__control{position:absolute;top:50%;transform:translateY(-50%);background:var(--color-muted-bg);border:none;color:var(--color-background);width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,color .2s ease;z-index:1}.property-list-slider__control:focus-visible,.property-list-slider__control:hover{background:var(--color-accent);color:var(--color-text)}.property-list-slider__control:focus-visible{outline:2px solid var(--color-text);outline-offset:2px}.property-list-slider__control--prev{left:var(--spacing-sm)}.property-list-slider__control--next{right:var(--spacing-sm)}@media (min-width:768px){.property-list-slider__control{width:40px;height:40px}}.property-list .property-link{text-decoration:none;color:inherit}.property-list .property-card-wrapper,.property-list .property-link{display:flex;width:100%;height:100%}.property-list .property-card-wrapper .property-card{height:100%}.property-card{border:1px solid var(--color-border-light);border-radius:4px;overflow:hidden;background:var(--color-background);box-shadow:0 2px 4px rgba(0,0,0,.1);display:flex;flex-direction:column;transition:box-shadow .2s,transform .2s;width:100%;max-width:100%;height:100%}.property-list .property-link:focus .property-card,.property-list .property-link:hover .property-card{box-shadow:0 4px 8px rgba(0,0,0,.15);transform:translateY(-2px)}.property-list .property-link:focus{outline:none}.property-card .image-wrapper{position:relative;width:100%;aspect-ratio:4/3;height:auto}.property-list--five-per-row .property-card .image-wrapper{aspect-ratio:16/9;max-height:160px}.property-card .property-card-gallery{position:relative;width:100%;height:100%;background:var(--color-surface)}.property-card .property-card-gallery img{width:100%;height:100%;object-fit:cover;display:block}.property-card .gallery-control{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;border:none;background:rgba(0,0,0,.4);color:var(--color-background);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.property-card .gallery-control.prev{left:8px}.property-card .gallery-control.next{right:8px}.property-card .gallery-control:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.property-card .gallery-dots{position:absolute;left:50%;bottom:8px;transform:translateX(-50%);display:flex;gap:6px}.property-card .gallery-dot{width:10px;height:10px;border-radius:50%;border:none;padding:0;background:rgba(255,255,255,.5);cursor:pointer}.property-card .gallery-dot.active{background:rgba(255,255,255,.9)}.property-card .gallery-dot:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.property-card .image-placeholder{display:flex;align-items:center;justify-content:center;background:var(--color-muted-bg);color:var(--color-background);height:100%;text-transform:uppercase;font-size:.875rem;letter-spacing:.05em}.property-card .featured-badge{left:var(--spacing-sm)}.property-card .featured-badge,.property-card .status-badge{position:absolute;top:var(--spacing-sm);background:var(--color-accent);color:var(--color-primary);padding:2px 6px;font-size:.75rem;text-transform:capitalize}.property-card .status-badge{right:var(--spacing-sm)}.property-card.archived .image-wrapper img{filter:grayscale(1)}.property-card .status-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:rgba(0,0,0,.6);color:var(--color-background);padding:var(--spacing-sm) var(--spacing-md);font-size:1.25rem;text-transform:uppercase}.property-card.archived .status-badge{display:none}.property-card .details{padding:var(--spacing-md);display:flex;flex-direction:column;gap:.5rem;flex-grow:1}.property-list--five-per-row .property-card .details{padding:var(--spacing-sm);gap:.35rem}.property-card .title{margin:0;font-size:1rem}.property-card .location,.property-card .type{margin:0;color:var(--color-muted-text);font-size:.9rem}.property-card .location{margin-top:var(--spacing-xs)}.property-card .reference{margin:0;font-size:.85rem;color:var(--color-muted-text)}.property-card .reference span{font-weight:600;color:var(--color-secondary)}.property-card .price{margin:var(--spacing-sm) 0;font-weight:700;color:var(--color-success)}.property-card .rent-details{margin:0;margin-top:var(--spacing-xs);padding:var(--spacing-sm);border-radius:8px;background:var(--color-surface-alt);display:grid;grid-template-columns:minmax(0,1fr) 1fr;grid-gap:.35rem .75rem;gap:.35rem .75rem;font-size:.85rem}.property-card .rent-details dt{margin:0;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--color-muted-text)}.property-card .rent-details dd{margin:0;font-weight:600;color:var(--color-text)}.property-list--five-per-row .property-card .rent-details{grid-template-columns:1fr}.property-list--five-per-row .property-card .rent-details dt{font-size:.65rem}.property-list--five-per-row .property-card .rent-details dd{font-size:.8rem}.property-card .features{display:flex;gap:1rem;flex-wrap:wrap;font-size:.875rem}.property-list--five-per-row .property-card .features{font-size:.8rem;gap:.75rem}.property-card .feature{display:flex;align-items:center;gap:.25rem}.property-card .description{margin:0;font-size:.875rem;color:var(--color-muted-text)}.favorite-button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:999px;background-color:var(--color-accent);color:var(--color-primary);font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease}.favorite-button:hover{background-color:#ffd633}.favorite-button:focus-visible{background-color:#ffd633;outline:2px solid var(--color-secondary);outline-offset:2px}.favorite-button.active{background-color:var(--color-secondary);color:var(--color-background)}.favorite-button.icon-only{padding:0;border-radius:50%;background:transparent;color:var(--color-muted-text);font-size:1.75rem;transition:color .2s ease}.favorite-button.icon-only:focus-visible,.favorite-button.icon-only:hover{color:var(--color-secondary);background:transparent}.favorite-button.icon-only.active{color:var(--color-error)}.favorite-button-wrapper{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.35rem}.favorite-button-feedback{margin:0;font-size:.85rem;line-height:1.4;font-weight:600;color:var(--color-muted-text)}.favorite-button-feedback-info,.favorite-button-feedback-success{color:var(--color-primary)}.favorite-button-feedback-error{color:#c2453d}.save-search-button{display:inline-flex;flex-direction:column;align-items:flex-start;gap:.35rem}.save-search-button button{background:var(--color-primary);color:#ffffff;border:none;border-radius:999px;padding:.55rem 1.4rem;font-weight:600;cursor:pointer;transition:background .2s ease,transform .2s ease}.save-search-button button:focus-visible,.save-search-button button:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.save-search-button button:disabled{opacity:.7;cursor:not-allowed;transform:none}.save-search-feedback{margin:0;font-size:.85rem;line-height:1.4;font-weight:600;color:var(--color-muted-text)}.save-search-feedback-info,.save-search-feedback-success{color:var(--color-primary)}.save-search-feedback-error{color:#c2453d}@media (min-width:768px){.property-list:not(.property-list--five-per-row){grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.property-card .image-wrapper{aspect-ratio:4/3}.property-list--scrollable{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,calc(100% / 2))}.property-list--five-per-row.property-list--scrollable{grid-auto-columns:minmax(0,calc(100% / 5))}.property-list--scrollable .property-card-wrapper{flex:none}}@media (min-width:1200px){.property-list:not(.property-list--five-per-row) .property-card .image-wrapper{aspect-ratio:auto;height:300px}}.slick-slider{box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/_next/static/media/ajax-loader.0b80f665.gif) 50% no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.25572f22.eot);src:url(/_next/static/media/slick.25572f22.eot?#iefix) format("embedded-opentype"),url(/_next/static/media/slick.653a4cbb.woff) format("woff"),url(/_next/static/media/slick.6aa1ee46.ttf) format("truetype"),url(/_next/static/media/slick.f895cfdf.svg#slick) format("svg")}.slick-next,.slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;transform:translateY(-50%);cursor:pointer;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{color:transparent;outline:none;background:transparent}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:white;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{width:20px;height:20px;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;padding:5px;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:black}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{transition:all .25s ease-in;opacity:.4;filter:alpha(opacity=40);position:absolute;z-index:2;top:20px;background:none;border:0;font-size:32px;cursor:pointer}.carousel .control-arrow:focus,.carousel .control-arrow:hover{opacity:1;filter:alpha(opacity=100)}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{margin:0 5px;display:inline-block;border-top:8px solid transparent;border-bottom:8px solid transparent;content:""}.carousel .control-disabled.control-arrow{opacity:0;filter:alpha(opacity=0);cursor:inherit;display:none}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{width:100%;display:inline-block;pointer-events:none}.carousel .carousel{position:relative}.carousel .control-arrow{outline:0;border:0;background:none;top:50%;margin-top:-13px;font-size:18px}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{transition:all .15s ease-in;transform:translateZ(0);position:relative;list-style:none;white-space:nowrap}.carousel .thumb{transition:border .15s ease-in;display:inline-block;margin-right:6px;white-space:nowrap;overflow:hidden;border:3px solid #fff;padding:2px}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{position:relative;margin:0;overflow:hidden}.carousel.carousel-slider .control-arrow{top:0;color:#fff;font-size:26px;bottom:0;margin-top:0;padding:5px}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{overflow:hidden;margin:auto;width:100%;transition:height .15s ease-in}.carousel .slider-wrapper.axis-horizontal .slider{-webkit-box-orient:horizontal;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-webkit-box-orient:vertical;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{margin:0;padding:0;position:relative;list-style:none;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{min-width:100%;margin:0;position:relative;text-align:center}.carousel .slide img{width:100%;vertical-align:top;border:0}.carousel .slide iframe{display:inline-block;width:calc(100% - 80px);margin:0 40px 40px;border:0}.carousel .slide .legend{transition:all .5s ease-in-out;position:absolute;bottom:40px;left:50%;margin-left:-45%;width:90%;border-radius:10px;background:#000;color:#fff;padding:10px;font-size:12px;text-align:center;opacity:.25;transition:opacity .35s ease-in-out}.carousel .control-dots{position:absolute;bottom:0;margin:10px 0;padding:0;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{transition:opacity .25s ease-in;opacity:.3;filter:alpha(opacity=30);box-shadow:1px 1px 2px rgba(0,0,0,.9);background:#fff;border-radius:50%;width:8px;height:8px;cursor:pointer;display:inline-block;margin:0 8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{opacity:1;filter:alpha(opacity=100)}.carousel .carousel-status{position:absolute;top:0;right:0;padding:5px;font-size:10px;text-shadow:1px 1px 1px rgba(0,0,0,.9);color:#fff}.carousel:hover .slide .legend{opacity:1}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-select:none;-moz-user-select:none;user-select:none;user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-webkit-user-select:none;-moz-user-select:none;user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-bottom,.leaflet-top{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078A8}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255,255,255,.5)}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px rgba(0,0,0,.65);border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0,0,0,.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(https://unpkg.com/leaflet@1.9.4/dist/images/layers.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(https://unpkg.com/leaflet@1.9.4/dist/images/layers-2x.png);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(https://unpkg.com/leaflet@1.9.4/dist/images/marker-icon.png)}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255,255,255,.8);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:rgba(255,255,255,.8);text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;color:#333;box-shadow:0 3px 14px rgba(0,0,0,.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678)}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px rgba(0,0,0,.4)}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.Header_header__072v2{position:-webkit-sticky;position:sticky;top:0;width:100%;background-color:#1b2840;border-bottom:1px solid rgba(255,255,255,.2);z-index:1000}.Header_container__DOHRG{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:var(--spacing-md) var(--spacing-lg)}.Header_logo__0dir7 a{display:block;width:50px;height:50px}.Header_logo__0dir7 img{display:block;width:100%;height:100%;object-fit:contain}.Header_nav__evgr5{display:none;gap:var(--spacing-lg)}.Header_navLink__bzbwi{text-decoration:none;color:#ffe500;font-size:1rem;position:relative;padding-bottom:var(--spacing-xs);transition:color .2s ease}.Header_navButton__BnBUm{background:none;border:none;cursor:pointer;font:inherit;padding:0;position:relative;color:#ffe500}.Header_navButton__BnBUm:hover,.Header_navLink__bzbwi:hover{color:#fff5a0}.Header_active__3IUjt{color:#fff5a0;font-weight:600}.Header_active__3IUjt:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:3px;border-radius:999px;background:#ffe500}.Header_dropdown__4bjVO{position:relative;padding-bottom:var(--spacing-sm);margin-bottom:calc(var(--spacing-sm) * -1)}.Header_dropdownMenu__3j0Wg{display:none;position:absolute;top:calc(100% + 8px);left:0;background:#0059c1;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,.2);padding:var(--spacing-md) var(--spacing-lg);flex-direction:column;gap:var(--spacing-sm);min-width:220px}.Header_dropdownMenu__3j0Wg a{color:#ffe500;text-decoration:none;white-space:nowrap;transition:color .2s ease}.Header_dropdownMenu__3j0Wg a:hover{color:#fff5a0}.Header_sellDropdownMenu__PhM1h{background:linear-gradient(135deg,#0063dc,#0047a6);gap:var(--spacing-md)}.Header_sellDropdownMenu__PhM1h a{display:flex;align-items:center;justify-content:space-between;font-size:.95rem}.Header_show__lkOPO{display:flex}.Header_arrow__hOcK1:after{content:"\203A";margin-left:var(--spacing-sm)}.Header_sellArrow__Xa_UP:after{font-size:1.25rem;color:rgba(255,255,255,.7)}.Header_actions__k1C3x{display:flex;align-items:center;gap:var(--spacing-md)}.Header_hamburger__f_45F{display:block;background:none;border:none;cursor:pointer}.Header_hamburger__f_45F span{display:block;width:25px;height:3px;margin:4px 0;background-color:#ffe500;transition:background-color .2s ease}.Header_cta__ny2yT{background:#ffe500;color:#003a82;padding:var(--spacing-sm) var(--spacing-md);border-radius:999px;text-decoration:none;font-weight:600;transition:background .2s ease,color .2s ease}.Header_cta__ny2yT:hover{background:#fff173}.Header_login__rJBZS{color:#ffe500;text-decoration:none;font-weight:500}.Header_accountLink__cJjGr{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.4);background:transparent;color:#ffe500}.Header_accountIcon__6AwXT{display:inline-flex;width:18px;height:18px}.Header_accountIcon__6AwXT svg{width:100%;height:100%;display:block}.Header_accountText__BR3ei{display:none;margin-left:var(--spacing-sm);font-size:.95rem;color:#ffe500}.Header_actions__k1C3x .Header_accountLink__cJjGr,.Header_actions__k1C3x .Header_cta__ny2yT,.Header_actions__k1C3x .Header_login__rJBZS{display:none}.Header_mobileMenu__B5eYP{position:fixed;top:0;right:0;height:100vh;width:240px;background:#003a82;color:#ffe500;box-shadow:-2px 0 12px rgba(0,0,0,.3);padding:var(--spacing-lg) var(--spacing-md);transform:translateX(100%);transition:transform .3s ease-in-out;display:flex;flex-direction:column;gap:var(--spacing-md);z-index:1000}.Header_menuOpen___lFfn{transform:translateX(0)}.Header_mobileMenu__B5eYP a{color:#ffe500;text-decoration:none;font-size:1rem}.Header_mobileMenu__B5eYP .Header_accountLink__cJjGr,.Header_mobileMenu__B5eYP .Header_cta__ny2yT,.Header_mobileMenu__B5eYP .Header_login__rJBZS{display:block}.Header_mobileMenu__B5eYP .Header_accountLink__cJjGr{display:flex;align-items:center;gap:var(--spacing-sm);width:100%;border:1px solid rgba(255,255,255,.4);padding:var(--spacing-xs) var(--spacing-sm);border-radius:999px}.Header_mobileMenu__B5eYP .Header_accountIcon__6AwXT{width:20px;height:20px}.Header_mobileMenu__B5eYP .Header_accountText__BR3ei{display:inline}.Header_mobileMenu__B5eYP .Header_dropdown__4bjVO{width:100%}.Header_mobileMenu__B5eYP .Header_dropdownMenu__3j0Wg{position:static;border:none;box-shadow:none;padding:0 0 0 var(--spacing-lg);background:transparent}.Header_mobileMenu__B5eYP .Header_sellDropdownMenu__PhM1h{background:none;gap:var(--spacing-sm)}.Header_mobileMenu__B5eYP .Header_sellDropdownMenu__PhM1h a{justify-content:flex-start}@media (min-width:768px){.Header_nav__evgr5{display:flex}.Header_actions__k1C3x .Header_accountLink__cJjGr,.Header_actions__k1C3x .Header_cta__ny2yT,.Header_actions__k1C3x .Header_login__rJBZS{display:inline-flex}.Header_hamburger__f_45F,.Header_mobileMenu__B5eYP{display:none}.Header_accountLink__cJjGr{width:auto;padding:0 var(--spacing-sm);border-radius:999px;gap:var(--spacing-xs)}.Header_accountText__BR3ei{display:inline}.Header_logo__0dir7 a{width:100px;height:100px}}.Footer_footer__yl3k1{background:var(--color-surface);color:var(--color-border-dark);padding:var(--spacing-lg) var(--spacing-md);margin-top:var(--spacing-lg)}.Footer_top__GIEV4{display:flex;flex-wrap:wrap;gap:var(--spacing-lg);justify-content:space-between}.Footer_brand__epaix{flex:1 1 220px}.Footer_logo__ZIHpg{font-size:1.5rem;font-weight:700}.Footer_socials__WKMoi{display:flex;gap:var(--spacing-sm);margin-top:var(--spacing-md)}.Footer_socials__WKMoi a{background:var(--color-neutral);border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:inherit}.Footer_columns__sU6HJ{flex:3 1 500px;display:flex;flex-wrap:wrap;gap:var(--spacing-lg)}.Footer_column__CWfrO{min-width:150px}.Footer_column__CWfrO h4{margin-bottom:var(--spacing-sm)}.Footer_column__CWfrO ul{list-style:none;padding:0;margin:0}.Footer_column__CWfrO li{margin-bottom:var(--spacing-xs)}.Footer_column__CWfrO a{color:inherit;text-decoration:none}.Footer_bottom__D31Rr{margin-top:var(--spacing-lg);border-top:1px solid var(--color-border);padding-top:var(--spacing-md);text-align:center}.Footer_bottom__D31Rr ul{list-style:none;padding:0;margin:0 0 var(--spacing-md) 0;display:flex;flex-wrap:wrap;gap:var(--spacing-md);justify-content:center;font-size:.875rem}.Footer_bottom__D31Rr a{color:inherit;text-decoration:none}.Footer_bottom__D31Rr p{font-size:.875rem;margin:0}.ChatWidget_container__aTZ_1{position:fixed;right:1.5rem;bottom:1.5rem;display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;z-index:60}.ChatWidget_panel__sS9oU{width:22rem;max-width:calc(100vw - 2rem);max-height:32rem;background:#ffffff;border-radius:1rem;box-shadow:0 20px 40px rgba(15,23,42,.18);overflow:hidden;transform:translateY(12px);opacity:0;transition:opacity .25s ease,transform .25s ease;display:flex;flex-direction:column}.ChatWidget_panelOpen__wLdOP{opacity:1;transform:translateY(0)}.ChatWidget_header__V3KXS{padding:1rem 1.25rem;background:linear-gradient(135deg,#1d4ed8,#0f172a);color:#f8fafc;display:flex;justify-content:space-between;align-items:center}.ChatWidget_headerContent__L6bpL{display:flex;flex-direction:column;gap:.35rem}.ChatWidget_headerTitle__wjCpf{display:flex;align-items:center;gap:.5rem;font-weight:600;letter-spacing:.01em}.ChatWidget_headerTitle__wjCpf svg{font-size:1.1rem}.ChatWidget_headerStatus__iEzfR{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;color:rgba(248,250,252,.85)}.ChatWidget_statusDot__hMU_v{width:.55rem;height:.55rem;border-radius:9999px;background:#34d399;position:relative}.ChatWidget_statusDot__hMU_v:after{content:"";position:absolute;inset:-4px;border-radius:9999px;border:1px solid rgba(52,211,153,.45);animation:ChatWidget_pulse__mwW9_ 2s ease infinite}@keyframes ChatWidget_pulse__mwW9_{0%{opacity:.5;transform:scale(.9)}50%{opacity:1;transform:scale(1.1)}to{opacity:.4;transform:scale(.9)}}.ChatWidget_closeButton__QJoOQ{background:rgba(15,23,42,.2);border:none;color:#f8fafc;width:2rem;height:2rem;border-radius:.75rem;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.ChatWidget_closeButton__QJoOQ:hover{background:rgba(15,23,42,.35)}.ChatWidget_messages__gIFOa{flex:1 1;background:#f8fafc;padding:1rem 1rem .75rem;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.ChatWidget_messageRow__n9NOy{display:flex;width:100%}.ChatWidget_messageBubble__WnkDb{font-size:.9rem;line-height:1.45;padding:.75rem .9rem;border-radius:1rem;max-width:100%;box-shadow:0 6px 18px rgba(15,23,42,.07)}.ChatWidget_messageBot__442UB{background:#ffffff;color:#0f172a;border-bottom-left-radius:.35rem}.ChatWidget_messageUser__0n0Sx{background:#1d4ed8;color:#f8fafc;margin-left:auto;border-bottom-right-radius:.35rem}.ChatWidget_richContent__H8j3U{width:100%}.ChatWidget_textLine__cpRCx+.ChatWidget_textLine__cpRCx{margin-top:.35rem}.ChatWidget_sectionContent__7EQMR{display:flex;flex-direction:column;gap:.75rem}.ChatWidget_sectionTitle__kHR65{font-weight:600;color:#0f172a;margin:0}.ChatWidget_contactList__E8j8Y,.ChatWidget_eventList__toTLG,.ChatWidget_listingList__15whd,.ChatWidget_teamList__JrPmH,.ChatWidget_timelineList__zC_rW{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.ChatWidget_contactItem__9ewpN,.ChatWidget_eventItem__hZ5o2,.ChatWidget_listingItem__Bc9QN,.ChatWidget_teamItem__N1Qx0,.ChatWidget_timelineItem__JWKB6{background:#f1f5f9;border-radius:.75rem;padding:.75rem;display:flex;flex-direction:column;gap:.4rem}.ChatWidget_listingHeader__WWzBW{display:flex;justify-content:space-between;gap:.5rem}.ChatWidget_listingPrice__C8a7t{color:#1d4ed8;font-weight:600}.ChatWidget_listingAddress__9sSLn{color:#475569}.ChatWidget_listingMeta__HlOlE{color:#1f2937;font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.ChatWidget_listingSummary__mrLF8{margin:0;color:#334155}.ChatWidget_listingActions__mJU7g{display:flex;flex-wrap:wrap;align-items:center;gap:.6rem;margin-top:.5rem}.ChatWidget_listingActionButton__i4wv9{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .75rem;border:none;border-radius:.6rem;background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#f8fafc;font-weight:600;cursor:pointer;box-shadow:0 10px 18px rgba(29,78,216,.15);transition:transform .15s ease,box-shadow .15s ease}.ChatWidget_listingActionButton__i4wv9:hover{transform:translateY(-1px);box-shadow:0 14px 24px rgba(37,99,235,.22)}.ChatWidget_listingActionButton__i4wv9 svg{font-size:.95rem}.ChatWidget_listingLink__L_hUx{align-self:flex-start;color:#1d4ed8;font-weight:600;text-decoration:none}.ChatWidget_listingLink__L_hUx:hover{text-decoration:underline}.ChatWidget_actionList__I5szT{display:flex;flex-direction:column;gap:.5rem}.ChatWidget_actionButton__X3bRd{display:flex;align-items:center;gap:.6rem;padding:.6rem .75rem;border:1px solid rgba(15,23,42,.08);border-radius:.85rem;background:#ffffff;color:#0f172a;text-align:left;cursor:pointer;box-shadow:0 8px 20px rgba(15,23,42,.06);transition:transform .15s ease,box-shadow .15s ease}.ChatWidget_actionButton__X3bRd:hover{transform:translateY(-1px);box-shadow:0 14px 28px rgba(15,23,42,.12)}.ChatWidget_actionIcon__M0kia{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;background:rgba(29,78,216,.12);color:#1d4ed8;flex-shrink:0}.ChatWidget_actionText__CE_DR{display:flex;flex-direction:column;gap:.15rem}.ChatWidget_actionLabel__7r_sx{font-weight:600}.ChatWidget_actionSecondary__eQwSp{font-size:.8rem;color:#475569}.ChatWidget_eventTime__UjJ4E{display:flex;align-items:center;gap:.35rem;color:#1d4ed8;font-weight:600}.ChatWidget_eventTitle__OWRm6{font-weight:600;color:#0f172a}.ChatWidget_eventMeta__R2XcV{font-size:.8rem;color:#475569;text-transform:uppercase;letter-spacing:.05em}.ChatWidget_eventDescription__6jkTo{margin:0;color:#334155}.ChatWidget_contactHeader__bHUjN,.ChatWidget_teamHeader__5sbEF{display:flex;justify-content:space-between;gap:.5rem}.ChatWidget_contactStage__qM5PA,.ChatWidget_teamRole__FCok0{font-size:.75rem;background:rgba(29,78,216,.12);color:#1d4ed8;padding:.2rem .5rem;border-radius:9999px;align-self:flex-start}.ChatWidget_contactFocus__VvTiC,.ChatWidget_contactMeta__I6wHp,.ChatWidget_teamBio__5PFQp,.ChatWidget_teamFocus__MlVi3,.ChatWidget_teamMeta__cfXFe{color:#334155;font-size:.85rem}.ChatWidget_timelineHeader__rpnxU{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.ChatWidget_timelineStage__0i1EA{font-size:.8rem;color:#1d4ed8;font-weight:600}.ChatWidget_timelineAgent__fZhv7{font-size:.8rem;color:#475569}.ChatWidget_timelineSummary__FNz6h{color:#334155;font-size:.85rem}.ChatWidget_timelineTime__P_9GH{font-size:.8rem;color:#1d4ed8;font-weight:600}.ChatWidget_timelineMeta__F_7Il{font-size:.8rem;color:#475569;font-weight:600}.ChatWidget_timelineBody__UCC51{display:flex;flex-direction:column;gap:.25rem}.ChatWidget_timelineBody__UCC51 p{margin:.25rem 0 0;color:#334155}.ChatWidget_requirements__39al9{background:rgba(30,64,175,.08);border-radius:.75rem;padding:.6rem .75rem}.ChatWidget_requirements__39al9 p{margin:0 0 .35rem;font-weight:600;color:#1d4ed8}.ChatWidget_requirements__39al9 ul{list-style:disc;margin:.35rem 0 0 1.25rem;color:#334155;display:flex;flex-direction:column;gap:.25rem}.ChatWidget_suggestions__8ms6z{display:flex;flex-wrap:wrap;gap:.4rem;padding:0 1rem .75rem}.ChatWidget_suggestion__AkCpq{display:inline-flex;align-items:center;gap:.35rem;background:#e0e7ff;color:#1e3a8a;border:none;border-radius:9999px;padding:.45rem .75rem;font-size:.8rem;cursor:pointer;transition:background .2s ease,color .2s ease}.ChatWidget_suggestion__AkCpq:hover{background:#c7d2fe}.ChatWidget_inputArea__FSCOR{display:flex;align-items:flex-end;gap:.5rem;padding:0 1rem 1rem}.ChatWidget_input__k7oyV{flex:1 1;border-radius:.75rem;border:1px solid #dbe2ef;padding:.6rem .75rem;font-family:inherit;resize:none;font-size:.9rem;color:#0f172a;background:#ffffff}.ChatWidget_input__k7oyV:focus{outline:2px solid #93c5fd}.ChatWidget_sendButton__2U0GM{width:2.5rem;height:2.5rem;border-radius:.75rem;border:none;background:#1d4ed8;color:#f8fafc;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.ChatWidget_sendButton__2U0GM:disabled{background:#cbd5f5;cursor:not-allowed}.ChatWidget_sendButton__2U0GM:not(:disabled):hover{background:#1e40af}.ChatWidget_launcher___TrkR{display:inline-flex;align-items:center;gap:.6rem;background:#1d4ed8;color:#f8fafc;border:none;border-radius:9999px;padding:.75rem 1.1rem;font-weight:600;cursor:pointer;box-shadow:0 12px 20px rgba(15,23,42,.25);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.ChatWidget_launcher___TrkR svg{font-size:1.1rem}.ChatWidget_launcher___TrkR:hover{transform:translateY(-2px);box-shadow:0 16px 26px rgba(15,23,42,.28)}.ChatWidget_launcherActive__XnnmP{background:#0f172a}.ChatWidget_launcherLabel__LXx_4{white-space:nowrap}.ChatWidget_typingDot__hNXwC{display:inline-block;width:.5rem;height:.5rem;margin-right:.25rem;border-radius:9999px;background:rgba(30,64,175,.6);animation:ChatWidget_typing__JZPWM 1.2s ease-in-out infinite}.ChatWidget_typingDot__hNXwC:nth-child(2){animation-delay:.2s}.ChatWidget_typingDot__hNXwC:nth-child(3){animation-delay:.4s}@keyframes ChatWidget_typing__JZPWM{0%,80%,to{opacity:.2;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}@media (max-width:640px){.ChatWidget_container__aTZ_1{right:.75rem;left:.75rem;bottom:1rem;align-items:stretch}.ChatWidget_panel__sS9oU{width:100%;max-height:calc(100vh - 6rem)}.ChatWidget_launcher___TrkR{align-self:flex-end}}