@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=DM+Sans:wght@400;500;600&display=swap";:root{--primary:#d2fff2;--primary-orange:#ee9772;--accent:#ee9772;--bg-base:#0e1111;--main-color:#182222ba;--bg-color:#3b4e4d6b;--surface-color:#2b504e6b;--appbar-color:#121e1eb8;--btn-color:#151918a8;--btn-color-50:#1c31334c;--btn-selected:#324d4595;--sheet-color:#080f0fa1;--snackbar-color:#2744373b;--card-bg:#1c252578;--text-primary:#a5c2ba;--text-secondary:#a5c1be;--text-light:#d2fff2;--white70:#dbffefb3;--text-disabled:#9ccbbe;--error:#ee9772;--success:#388e3c;--pink600:#6f4754;--grey400:#a5c1be;--grey600:#627471;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--radius-pill:100px;--font-heading:"Outfit", sans-serif;--font-body:"DM Sans", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--text-light);background:var(--bg-base);min-height:100vh;line-height:1.6;overflow-x:hidden}#bg-image-layer{z-index:0;background:url(/bg.png) 50%/cover no-repeat;position:fixed;inset:0}#bg-overlay{z-index:1;background:#0e1111bf;position:fixed;inset:0}#root{z-index:2;min-height:100vh;position:relative}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--btn-color-50);border-radius:3px}::selection{color:var(--text-light);background:#154f4c80}a{color:inherit;text-decoration:none}.glass{background:var(--card-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}nav{z-index:100;background:0 0;padding:.75rem 1.5rem;position:fixed;top:0;left:0;right:0}nav:before{content:"";z-index:-1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;background:#0e1111d9;transition:opacity .4s;position:absolute;inset:0;transform:translateZ(0)}nav.scrolled:before{opacity:1}.nav-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.nav-logo{height:40px}.nav-links{align-items:center;gap:.5rem;display:flex}.nav-link{color:var(--text-secondary);border-radius:var(--radius-pill);padding:8px 16px;font-size:.88rem;font-weight:500;transition:all .25s}.nav-link:hover{color:var(--text-light);background:var(--btn-color-50)}.nav-avatar{background:var(--btn-selected);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:.5rem;padding:0;display:flex;overflow:hidden}.avatar-img{object-fit:cover;width:100%;height:100%}.avatar-initials{color:var(--text-light);font-size:.85rem;font-weight:600}.btn-glass-sm{background:var(--btn-color-50);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--text-light);font-family:var(--font-body);border-radius:var(--radius-pill);cursor:pointer;border:none;padding:8px 20px;font-size:.85rem;font-weight:500;transition:all .25s}.btn-glass-sm:hover{background:#262f2db3;transform:translateY(-1px)}.btn-primary-sm{background:var(--btn-selected);color:var(--text-light);font-family:var(--font-body);border-radius:var(--radius-pill);cursor:pointer;border:none;padding:8px 20px;font-size:.85rem;font-weight:600;transition:all .25s}.btn-primary-sm:hover{background:#1a5f5b;transform:translateY(-1px)}.nav-messages{position:relative}.nav-badge{background:var(--primary-orange);color:#fff;border-radius:8px;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:.6rem;font-weight:700;display:flex;position:absolute;top:0;right:2px}@media (width<=768px){.nav-link:not(.nav-avatar){display:none}}.cw-fab{z-index:300;background:var(--btn-selected);width:56px;height:56px;color:var(--text-light);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .25s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 20px #0006}.cw-fab:hover{transform:scale(1.08);box-shadow:0 6px 28px #00000080}.cw-fab.open{background:var(--btn-color)}.cw-badge{background:var(--primary-orange);color:#fff;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.cw-panel{z-index:300;background:var(--bg-base);border-radius:var(--radius-xl);border:1px solid #ffffff14;flex-direction:column;width:360px;height:500px;animation:.2s ease-out cw-slide-up;display:flex;position:fixed;bottom:92px;right:24px;overflow:hidden;box-shadow:0 12px 48px #00000080}@keyframes cw-slide-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.cw-header{background:var(--appbar-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:.5rem;padding:.85rem 1rem;display:flex}.cw-header-title{font-family:var(--font-heading);color:var(--text-light);font-size:1.05rem;font-weight:700}.cw-back{color:#cffff5;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:1.6rem;line-height:1}.cw-header-user{color:var(--text-light);align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;display:flex}.cw-header-avatar{object-fit:cover;border-radius:50%;width:32px;height:32px}.cw-header-initial{background:var(--btn-selected);color:var(--text-light);justify-content:center;align-items:center;font-size:.8rem;font-weight:700;display:flex}.cw-convo-list{flex:1;overflow-y:auto}.cw-empty{text-align:center;color:var(--grey600);padding:2rem;font-size:.88rem}.cw-convo-item{cursor:pointer;border-bottom:1px solid #ffffff08;align-items:center;gap:.65rem;padding:.7rem 1rem;transition:background .12s;display:flex}.cw-convo-item:hover{background:var(--btn-color-50)}.cw-convo-avatar{background:var(--btn-selected);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.cw-convo-avatar img{object-fit:cover;width:100%;height:100%}.cw-convo-avatar span{color:var(--text-light);font-size:.85rem;font-weight:700}.cw-convo-body{flex:1;min-width:0}.cw-convo-name{color:var(--text-light);margin-bottom:1px;font-size:.85rem;font-weight:600}.cw-convo-preview{color:var(--grey400);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.cw-messages{flex-direction:column-reverse;flex:1;gap:.25rem;padding:.75rem;display:flex;overflow-y:auto}.cw-bubble{word-wrap:break-word;border-radius:14px;max-width:80%;padding:8px 12px;font-size:.82rem;line-height:1.45}.cw-bubble.sent{background:var(--btn-selected);color:var(--text-light);border-bottom-right-radius:4px;align-self:flex-end}.cw-bubble.received{background:var(--btn-color);color:var(--text-light);border-bottom-left-radius:4px;align-self:flex-start}.cw-bubble.sending{opacity:.55}.cw-sending-spinner{vertical-align:middle;border:1.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:8px;height:8px;margin-left:4px;animation:.6s linear infinite cw-spin;display:inline-block}@keyframes cw-spin{to{transform:rotate(360deg)}}.cw-bubble p{margin:0}.cw-time{color:var(--grey600);text-align:right;margin-top:3px;font-size:.6rem;display:block}.cw-bubble.received .cw-time{text-align:left}.cw-images{flex-wrap:wrap;gap:3px;margin-bottom:4px;display:flex}.cw-images img{object-fit:cover;border-radius:6px;width:100px;height:75px}.cw-input{background:var(--appbar-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #ffffff0f;flex-shrink:0;align-items:center;gap:.4rem;padding:.6rem .75rem;display:flex}.cw-input input{background:var(--btn-color);border-radius:var(--radius-pill);color:var(--text-light);font-family:var(--font-body);border:none;outline:none;flex:1;padding:8px 12px;font-size:.82rem}.cw-input input::placeholder{color:var(--grey600)}.cw-input button{background:var(--btn-selected);width:36px;height:36px;color:var(--text-light);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s;display:flex}.cw-input button:hover:not(:disabled){background:#1a5f5b}.cw-input button:disabled{opacity:.4;cursor:not-allowed}@media (width<=480px){.cw-panel{width:calc(100vw - 16px);height:60vh;bottom:84px;right:8px}.cw-fab{bottom:16px;right:16px}}.app-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid #ffffff0f;margin-top:auto;padding:1.25rem 1.5rem}.footer-inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;max-width:1200px;margin:0 auto;display:flex}.footer-copy{color:var(--grey600);font-size:.78rem}.footer-links{gap:1.25rem;display:flex}.footer-links a{color:var(--grey400);font-size:.78rem;transition:color .15s}.footer-links a:hover{color:var(--text-light)}@media (width<=480px){.footer-inner{text-align:center;flex-direction:column}}.dd{position:relative}.dd-trigger{background:var(--btn-color);border-radius:var(--radius-md);width:100%;color:var(--text-light);font-family:var(--font-body);cursor:pointer;text-align:left;border:none;justify-content:space-between;align-items:center;gap:8px;padding:8px 12px;font-size:.85rem;transition:box-shadow .15s;display:flex}.dd-open .dd-trigger{box-shadow:0 0 0 2px #57868166}.dd-placeholder{color:var(--grey600)}.dd-value{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dd-arrow{color:var(--grey400);flex-shrink:0;transition:transform .2s}.dd-open .dd-arrow{transform:rotate(180deg)}.dd-menu{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-md);background:#161e1ebe;border:1px solid #ffffff14;max-height:120px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 12px 40px #00000080}.dd-option{width:100%;color:var(--text-secondary);font-family:var(--font-body);text-align:left;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:8px 12px;font-size:.82rem;transition:background .12s,color .12s;display:block}.dd-option:hover{color:var(--text-light);background:#ffffff0f}.dd-option.dd-selected{color:var(--primary-orange);font-weight:600}.dd-menu::-webkit-scrollbar{width:4px}.dd-menu::-webkit-scrollbar-thumb{background:var(--btn-color-50);border-radius:2px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.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-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-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{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.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{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{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:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.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-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);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{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.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-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.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{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.home{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.home--map-active{max-width:none;padding:0}.home-map-bg{z-index:0;position:fixed;inset:60px 0 0}.home-content{z-index:1;position:relative}.home-content--over-map{pointer-events:none;min-height:calc(100vh - 60px)}.home-content--over-map .hero-search{pointer-events:auto}.home-content--over-map .search-bar,.home-content--over-map .icon-btn,.home-content--over-map .filter-panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0e11119b}.hero-search{text-align:center;padding:4rem 0 2.5rem}.hero-search h1{font-family:var(--font-heading);letter-spacing:-1px;margin-bottom:.75rem;font-size:clamp(2rem,4.5vw,3.2rem);font-weight:800;line-height:1.15}.hero-search .accent{color:var(--primary-orange)}.hero-subtitle{color:var(--white70);margin-bottom:2rem;font-size:1.05rem}.search-row{align-items:center;gap:10px;max-width:640px;margin:0 auto;display:flex}.search-bar{border-radius:var(--radius-pill);flex:1;align-items:center;gap:12px;padding:14px 20px;transition:all .3s;display:flex}.search-bar:focus-within{box-shadow:0 0 0 2px #57868180}.search-bar svg{color:var(--grey400);flex-shrink:0}.search-bar input{color:var(--text-light);font-family:var(--font-body);background:0 0;border:none;outline:none;flex:1;font-size:.95rem}.search-bar input::placeholder{color:var(--grey600)}.search-clear{color:var(--grey600);cursor:pointer;background:0 0;border:none;padding:2px;display:flex}.search-clear:hover{color:var(--text-light)}.icon-btn{width:48px;height:48px;color:var(--grey400);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.icon-btn:hover{color:var(--text-light)}.icon-btn.active{color:var(--primary-orange);box-shadow:0 0 0 2px #57868166}.icon-btn-dot{background:var(--primary-orange);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.filter-panel{border-radius:var(--radius-xl);text-align:left;max-width:640px;margin:1rem auto 0;padding:1.25rem}.filter-row{flex-wrap:wrap;gap:.75rem;display:flex}.filter-group{flex:1;min-width:100px}.filter-group label{color:var(--grey400);margin-bottom:4px;font-size:.75rem;font-weight:600;display:block}.filter-input{background:var(--btn-color);border-radius:var(--radius-md);overflow:hidden}.filter-input input{width:100%;color:var(--text-light);font-family:var(--font-body);background:0 0;border:none;outline:none;padding:8px 12px;font-size:.85rem}.filter-input input::placeholder{color:var(--grey600)}.filter-stepper{background:var(--btn-color);border-radius:var(--radius-md);align-items:center;display:flex;overflow:hidden}.filter-stepper button{width:32px;height:36px;color:var(--grey400);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .15s,background .15s;display:flex}.filter-stepper button:hover{color:var(--text-light);background:#ffffff0d}.filter-stepper span{text-align:center;font-family:var(--font-body);color:var(--text-light);flex:1;font-size:.85rem}.filter-amenities{margin-top:.75rem}.filter-amenities>label{color:var(--grey400);margin-bottom:6px;font-size:.75rem;font-weight:600;display:block}.filter-amenity-list{flex-wrap:wrap;gap:.4rem;display:flex}.filter-amenity{background:var(--btn-color);border-radius:var(--radius-pill);color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;border:1px solid #ffffff0f;padding:5px 12px;font-size:.75rem;transition:all .2s}.filter-amenity.selected{background:var(--btn-selected);color:var(--text-light);border-color:var(--btn-selected)}.filter-clear{color:var(--primary-orange);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;margin-top:.75rem;padding:0;font-size:.8rem}.filter-clear:hover{text-decoration:underline}.home-map-count{z-index:10;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-pill);color:var(--text-light);pointer-events:auto;background:#080f0fd9;padding:8px 20px;font-size:.85rem;font-weight:600;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}.map-price-marker{background:0 0;border:none}.map-price-marker span{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:var(--radius-pill);font-family:var(--font-heading);color:var(--text-light);white-space:nowrap;background:#080f0fd9;border:1px solid #ffffff1f;padding:4px 10px;font-size:.7rem;font-weight:700;display:inline-block}.map-popup-link{color:#333;font-size:.85rem;line-height:1.4}.map-popup-link strong{color:#111}.properties-section{padding-bottom:4rem}.grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.property-card{border-radius:var(--radius-xl);transition:all .3s;display:block;overflow:hidden}.property-card:hover{transform:translateY(-4px);box-shadow:0 20px 50px #00000059}.card-image{aspect-ratio:4/3;background:var(--btn-color);position:relative;overflow:hidden}.card-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.property-card:hover .card-image img{transform:scale(1.05)}.no-image{width:100%;height:100%;color:var(--grey600);justify-content:center;align-items:center;font-size:.85rem;display:flex}.card-price{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-pill);font-family:var(--font-heading);color:var(--text-light);background:#080f0fbf;padding:6px 14px;font-size:.9rem;font-weight:700;position:absolute;bottom:12px;left:12px}.card-price span{color:var(--grey400);margin-left:2px;font-size:.75rem;font-weight:400}.card-body{padding:1rem 1.1rem 1.25rem}.card-body h3{font-family:var(--font-heading);color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:1rem;font-weight:600;overflow:hidden}.card-location{color:var(--grey400);margin-bottom:8px;font-size:.82rem}.card-meta{color:var(--text-secondary);gap:12px;font-size:.78rem;display:flex}.card-rating{color:var(--primary-orange);margin-top:8px;font-size:.82rem;font-weight:600}.card-skeleton{border-radius:var(--radius-xl);background:linear-gradient(90deg, var(--btn-color-50) 25%, #2d383799 50%, var(--btn-color-50) 75%);background-size:200% 100%;height:320px;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.empty-state{text-align:center;color:var(--grey400);padding:4rem 0;font-size:1rem}.wishlist-remove{z-index:5;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;background:#0000008c;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.2rem;transition:background .2s;display:flex;position:absolute;top:10px;right:10px}.wishlist-remove:hover{background:#000c}@media (width<=768px){.home{padding:0 1rem}.hero-search{padding:2.5rem 0 1.5rem}.grid{grid-template-columns:1fr}.filter-row{flex-direction:column}.filter-group{min-width:auto}.home-map-bg{top:52px}}.auth-page{justify-content:center;align-items:center;min-height:calc(100vh - 60px);padding:2rem 1.5rem;display:flex}.auth-card{border-radius:var(--radius-xl);width:100%;max-width:420px;padding:2.5rem}.auth-card h1{font-family:var(--font-heading);color:var(--text-light);margin-bottom:.35rem;font-size:1.75rem;font-weight:700}.auth-subtitle{color:var(--white70);margin-bottom:1.75rem;font-size:.9rem}.auth-error{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-md);color:var(--error);background:#ee97721f;margin-bottom:1.25rem;padding:10px 16px;font-size:.85rem}.input-group{margin-bottom:1.1rem}.input-group label{color:var(--text-secondary);margin-bottom:6px;font-size:.82rem;font-weight:500;display:block}.input-group input,.input-group select,.input-group textarea{background:var(--btn-color);border-radius:var(--radius-md);width:100%;color:var(--text-light);font-family:var(--font-body);border:none;outline:none;padding:12px 16px;font-size:.9rem;transition:border-color .25s,box-shadow .25s}.input-group input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.input-group input:focus,.input-group select:focus,.input-group textarea:focus{border-color:var(--btn-selected);box-shadow:0 0 0 3px #154f4c40}.input-group input::placeholder{color:var(--grey600)}.forgot-link{color:var(--primary);margin-bottom:1.5rem;font-size:.82rem;transition:opacity .2s;display:inline-block}.forgot-link:hover{opacity:.7}.auth-btn{background:var(--btn-selected);width:100%;color:var(--text-light);font-family:var(--font-body);border-radius:var(--radius-pill);cursor:pointer;border:none;padding:13px;font-size:.92rem;font-weight:600;transition:all .25s}.auth-btn:hover:not(:disabled){background:#2d3734;transform:translateY(-1px);box-shadow:0 4px 20px #0000004d}.auth-btn:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;color:var(--grey400);margin-top:1.5rem;font-size:.85rem}.auth-footer a{color:var(--primary);font-weight:500}.auth-footer a:hover{text-decoration:underline}.input-row{gap:.75rem;display:flex}.input-row .input-group{flex:1}.input-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23a5c1be' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:36px}.file-upload-area{position:relative}.file-upload-area input[type=file]{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute}.file-upload-label{background:var(--btn-color);border-radius:var(--radius-md);color:var(--grey400);text-align:center;cursor:pointer;border:1px dashed #ffffff26;padding:12px 16px;font-size:.9rem;transition:border-color .25s;display:block}.file-upload-area:hover .file-upload-label{border-color:var(--btn-selected)}@media (width<=480px){.auth-card{padding:1.75rem 1.25rem}.input-row{flex-direction:column;gap:0}}.dp-wrapper{position:relative}.dp-input{cursor:pointer;position:relative}.dp-input input{background:var(--btn-color);border-radius:var(--radius-md);width:100%;color:var(--text-light);font-family:var(--font-body);cursor:pointer;outline:none;padding:12px 40px 12px 16px;font-size:.9rem}.dp-input input::placeholder{color:var(--grey600)}.dp-icon{color:var(--primary);pointer-events:none;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.dp-dropdown{z-index:50;border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#0e1111bf;border:1px solid #ffffff14;width:280px;padding:.75rem;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 12px 40px #00000080}.dp-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.dp-header button{color:var(--primary);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;padding:4px;display:flex}.dp-header button:hover{background:var(--btn-color-50)}.dp-month-year{font-family:var(--font-heading);color:var(--text-light);font-size:.9rem;font-weight:600}.dp-days-header{grid-template-columns:repeat(7,1fr);margin-bottom:4px;display:grid}.dp-days-header span{text-align:center;color:var(--grey600);padding:4px 0;font-size:.7rem;font-weight:600}.dp-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.dp-cell{aspect-ratio:1;width:100%;color:var(--text-light);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;transition:all .15s;display:flex}.dp-cell:hover:not(.disabled):not(.empty){background:var(--btn-color-50)}.dp-cell.empty{cursor:default}.dp-cell.disabled{color:var(--grey600);opacity:.35;cursor:not-allowed}.dp-cell.selected{background:var(--btn-selected);color:var(--text-light);font-weight:700}.dp-cell.today:not(.selected){border:1px solid var(--primary);color:var(--primary)}.dp-cell.unavailable{color:var(--grey600);text-decoration:line-through}.pd-page{max-width:1200px;margin:0 auto;padding:1.5rem}.pd-gallery{border-radius:var(--radius-xl);gap:.5rem;max-height:480px;margin-bottom:2rem;display:flex;overflow:hidden}.pd-gallery-main{cursor:pointer;background:var(--btn-color);flex:2;position:relative;overflow:hidden}.pd-gallery-main img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.pd-gallery-main:hover img{transform:scale(1.02)}.pd-gallery-thumbs{flex-direction:column;flex:1;gap:.5rem;max-width:220px;display:flex}.pd-thumb{cursor:pointer;background:var(--btn-color);border-radius:4px;flex:1;position:relative;overflow:hidden}.pd-thumb.active{border:2px solid var(--primary);transition:border 2s}.pd-gallery-thumbs .pd-thumb:first-child{border-radius:4px 20px 4px 4px}.pd-gallery-thumbs .pd-thumb:last-child{border-radius:4px 4px 20px}.pd-thumb img{object-fit:cover;width:100%;height:100%}.pd-thumb-more{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-family:var(--font-heading);color:#fff;background:#0000008c;justify-content:center;align-items:center;font-size:1.2rem;font-weight:700;display:flex;position:absolute;inset:0}.no-image-large{width:100%;height:100%;min-height:300px;color:var(--grey600);background:var(--btn-color);justify-content:center;align-items:center;display:flex}.pd-content{align-items:flex-start;gap:2rem;display:flex}.pd-details{flex:1;min-width:0}.pd-header{justify-content:space-between;align-items:flex-start;margin-bottom:1rem;display:flex}.pd-header h1{font-family:var(--font-heading);color:var(--text-light);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.pd-location{color:var(--grey400);font-size:.9rem}.pd-wishlist-btn{background:var(--btn-color-50);cursor:pointer;width:44px;height:44px;color:var(--grey400);border:none;border-radius:50%;flex-shrink:0;font-size:1.3rem;transition:all .2s}.pd-wishlist-btn.active{color:var(--primary-orange)}.pd-wishlist-btn:hover{transform:scale(1.1)}.pd-stats{border-bottom:1px solid #ffffff0f;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.pd-stats span{background:var(--btn-color-50);border-radius:var(--radius-pill);color:var(--text-secondary);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:6px 14px;font-size:.82rem}.pd-host{border-radius:var(--radius-lg);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 1.25rem;display:flex}.pd-host-info{align-items:center;gap:.75rem;display:flex}.pd-host-avatar{object-fit:cover;border-radius:50%;width:48px;height:48px}.pd-host-initial{background:var(--btn-selected);color:var(--text-light);justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.pd-host-label{color:var(--grey400);font-size:.75rem}.pd-host-name{color:var(--text-light);font-weight:600}.pd-section{margin-bottom:2rem}.pd-section h2{font-family:var(--font-heading);color:var(--text-light);align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1.2rem;font-weight:600;display:flex}.pd-description{color:var(--text-secondary);white-space:pre-line;font-size:.9rem;line-height:1.7}.pd-amenities{flex-wrap:wrap;gap:.5rem;display:flex}.pd-amenity{border-radius:var(--radius-pill);color:var(--text-secondary);padding:8px 16px;font-size:.82rem}.pd-rating-badge{color:var(--primary-orange);font-size:.85rem;font-weight:600}.pd-no-reviews{color:var(--grey600);font-size:.9rem}.pd-reviews{flex-direction:column;gap:.75rem;display:flex}.pd-review{border-radius:var(--radius-lg);padding:1rem 1.25rem}.pd-review-header{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.pd-review-author{align-items:center;gap:.6rem;display:flex}.pd-review-author img,.pd-review-initial{object-fit:cover;border-radius:50%;width:36px;height:36px}.pd-review-initial{background:var(--btn-selected);color:var(--text-light);justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.pd-review-name{color:var(--text-light);font-size:.85rem;font-weight:600}.pd-review-date{color:var(--grey600);font-size:.72rem}.pd-review-stars{color:var(--primary-orange);letter-spacing:1px;font-size:.85rem}.pd-review-text{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.pd-booking-wrapper{flex-shrink:0;width:380px;position:sticky;top:80px}.pd-booking{border-radius:var(--radius-xl);padding:1.5rem}.pd-price-row{margin-bottom:1.25rem}.pd-price{font-family:var(--font-heading);color:var(--text-light);font-size:1.5rem;font-weight:700}.pd-per-night{color:var(--grey400);margin-left:4px;font-size:.85rem}.pd-dates{gap:.75rem;margin-bottom:.75rem;display:flex}.pd-dates .input-group{flex:1}.pd-total{color:var(--text-secondary);border-top:1px solid #ffffff0f;justify-content:space-between;margin-bottom:.75rem;padding:.75rem 0;font-size:.9rem;display:flex}.pd-total span:last-child{color:var(--text-light);font-weight:600}.pd-booking-msg{text-align:center;color:var(--primary);margin-top:.75rem;font-size:.85rem}.pd-viewer-overlay{z-index:250;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#000000eb;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.pd-viewer-img{object-fit:contain;border-radius:var(--radius-md);-webkit-user-select:none;user-select:none;max-width:85vw;max-height:85vh}.pd-viewer-close{background:var(--btn-color-50);width:44px;height:44px;color:var(--primary);cursor:pointer;z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;top:20px;right:20px}.pd-viewer-close:hover{background:var(--btn-color)}.pd-viewer-arrow{background:var(--btn-color-50);width:48px;height:48px;color:var(--primary);cursor:pointer;z-index:2;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.pd-viewer-arrow.left{left:20px}.pd-viewer-arrow.right{right:20px}.pd-viewer-arrow:hover{background:var(--btn-color)}.pd-viewer-counter{background:var(--btn-color-50);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-pill);color:var(--primary);padding:6px 16px;font-size:.82rem;font-weight:600;position:absolute;bottom:14px;left:50%;transform:translate(-50%)}.pd-viewer-all{background:var(--btn-color-50);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-pill);color:var(--primary);font-family:var(--font-body);cursor:pointer;border:none;padding:8px 18px;font-size:.82rem;font-weight:600;transition:background .2s;position:absolute;bottom:24px;left:24px}.pd-viewer-all:hover{background:var(--btn-color)}.pd-modal-overlay{z-index:200;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#000000d9;padding:2rem;position:fixed;inset:0;overflow-y:auto}.pd-modal{max-width:1000px;margin:0 auto}.pd-modal h2{font-family:var(--font-heading);color:var(--text-light);margin-bottom:1.5rem;font-size:1.3rem}.pd-modal-close{float:right;background:var(--btn-color-50);color:#fff;cursor:pointer;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;transition:background .2s}.pd-modal-close:hover{background:var(--btn-color)}.pd-modal-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem;display:grid}.pd-modal-img{border-radius:var(--radius-md);position:relative;overflow:hidden}.pd-modal-img img{aspect-ratio:4/3;object-fit:cover;width:100%}.pd-modal-cat{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-pill);color:#fff;background:#0009;padding:4px 10px;font-size:.72rem;position:absolute;bottom:8px;left:8px}.pd-skeleton-gallery{border-radius:var(--radius-xl);background:linear-gradient(90deg, var(--btn-color-50) 25%, #3a524f99 50%, var(--btn-color-50) 75%);background-size:200% 100%;height:400px;margin-bottom:2rem;animation:1.5s infinite shimmer}.pd-skeleton-body{flex-direction:column;gap:.75rem;display:flex}.pd-skeleton-line{background:var(--btn-color-50);border-radius:4px;height:20px}.pd-skeleton-line.w60{width:60%}.pd-skeleton-line.w40{width:40%}.pd-skeleton-line.w80{width:80%}@media (width<=900px){.pd-content{flex-direction:column}.pd-booking-wrapper{width:100%;position:static}.pd-gallery{flex-direction:column;max-height:none}.pd-gallery-thumbs{flex-direction:row;max-width:100%}.pd-thumb{height:80px}}.profile-page{max-width:600px;margin:0 auto;padding:2rem 1.5rem}.profile-card{border-radius:var(--radius-xl);padding:2rem}.profile-header{text-align:center;border-bottom:1px solid #ffffff0f;margin-bottom:1.5rem;padding-bottom:1.5rem}.profile-avatar-lg{background:var(--btn-selected);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin:0 auto .75rem;transition:opacity .2s;display:flex;position:relative;overflow:hidden}.profile-avatar-lg:hover{opacity:.85}.profile-avatar-lg img{object-fit:cover;width:100%;height:100%}.profile-avatar-lg span{color:var(--text-light);font-size:2.2rem;font-weight:700}.profile-avatar-overlay{opacity:0;color:#fff;background:#00000073;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.profile-avatar-lg:hover .profile-avatar-overlay{opacity:1}.profile-avatar-uploading{color:var(--text-secondary);flex-direction:column;align-items:center;gap:4px;font-size:.65rem;display:flex}.profile-remove-pic{color:var(--grey400);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;margin-bottom:.5rem;padding:2px 0;font-size:.75rem}.profile-remove-pic:hover{color:var(--error)}.profile-header h1{font-family:var(--font-heading);color:var(--text-light);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.profile-username{color:var(--grey400);margin-bottom:.5rem;font-size:.9rem}.profile-role{background:var(--btn-color-50);border-radius:var(--radius-pill);color:var(--text-secondary);letter-spacing:1px;padding:4px 14px;font-size:.72rem;font-weight:600;display:inline-block}.profile-role.host{color:var(--primary);background:#57868133}.profile-verification{border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.85rem 1rem;display:flex}.profile-verification-left{align-items:center;gap:.6rem;min-width:0;display:flex}.profile-verification-left div{min-width:0}.profile-verification-left strong{font-size:.85rem;display:block}.profile-verification-left p{color:var(--grey400);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:.75rem;overflow:hidden}.profile-verification.verified{color:var(--primary);background:#5786811f}.profile-verification.pending{color:#ffc107;background:#ffc1071a}.profile-verification.failed{color:#f44336;background:#f443361a}.profile-verification.not-verified{color:var(--grey400);background:#ffffff0a}.profile-id-choice{border-radius:var(--radius-md);text-align:center;margin-bottom:1rem;padding:1rem}.profile-id-choice p{color:var(--text-secondary);margin-bottom:.75rem;font-size:.85rem}.profile-id-buttons{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.profile-id-cancel{color:var(--grey400);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;padding:6px 12px;font-size:.8rem}.profile-msg{text-align:center;border-radius:var(--radius-md);color:var(--primary);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#d2fff214;margin-bottom:1rem;padding:8px 16px;font-size:.85rem}.profile-info{margin-bottom:1rem}.profile-row{border-bottom:1px solid #ffffff0a;justify-content:space-between;padding:.75rem 0;font-size:.88rem;display:flex}.profile-label{color:var(--grey400)}.profile-row span:last-child{color:var(--text-light);text-align:right;max-width:60%}.profile-form,.profile-form .input-group{margin-bottom:1rem}.profile-form textarea{background:var(--btn-color);border-radius:var(--radius-md);width:100%;color:var(--text-light);font-family:var(--font-body);resize:vertical;border:none;outline:none;padding:12px 16px;font-size:.9rem}.char-count{color:var(--grey600);margin-left:6px;font-size:.75rem;font-weight:400}.profile-actions{justify-content:flex-end;gap:.75rem;display:flex}.profile-menu{flex-direction:column;display:flex}.profile-menu-section{margin-bottom:.5rem}.profile-menu-heading{font-family:var(--font-heading);color:var(--grey600);letter-spacing:1.5px;text-transform:uppercase;padding:.75rem 0 .25rem;font-size:.7rem;font-weight:600}.profile-menu-item{color:var(--text-light);font-family:var(--font-body);cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #ffffff0a;align-items:center;gap:.75rem;width:100%;padding:.8rem 0;font-size:.9rem;text-decoration:none;transition:color .2s;display:flex}.profile-menu-item:hover{color:var(--primary)}.profile-menu-icon{border-radius:var(--radius-md);background:var(--btn-color-50);width:32px;height:32px;color:var(--grey400);flex-shrink:0;justify-content:center;align-items:center;display:flex}.profile-menu-item:hover .profile-menu-icon{color:var(--primary);background:#5786811f}.profile-menu-item span:nth-child(2){flex:1}.profile-menu-item .chevron{color:var(--grey600);flex-shrink:0}.profile-danger-zone{border-top:1px solid #ffffff0f;margin-top:.5rem;padding-top:.5rem}.profile-menu-item.logout{color:var(--error);border-bottom:1px solid #ffffff0a}.profile-menu-item.logout .profile-menu-icon{color:var(--error);background:#f443361a}.profile-menu-item.delete-account{color:var(--grey400);border-bottom:none}.profile-menu-item.delete-account:hover{color:var(--error)}.profile-delete-confirm{border-radius:var(--radius-md);text-align:center;background-color:#0b0e0d98;margin-top:1rem;padding:1.5rem}.delete-warn-icon{color:#ffa459;margin-bottom:.5rem}.profile-delete-confirm h3{font-family:var(--font-heading);color:var(--text-light);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.profile-delete-confirm p{color:var(--grey400);margin-bottom:.5rem;font-size:.82rem;line-height:1.5}.delete-instruction{color:var(--text-secondary);font-size:.85rem}.delete-confirm-input{background:var(--btn-color);border-radius:var(--radius-md);width:100%;color:var(--text-light);font-family:var(--font-body);text-align:center;border:2px solid #ffffff14;outline:none;margin:.75rem 0;padding:10px 14px;font-size:.9rem}.delete-confirm-input:focus{border-color:#ffb79066}.btn-danger{background:var(--error);color:#fff;border-radius:var(--radius-md);font-family:var(--font-body);cursor:pointer;border:none;padding:10px 24px;font-size:.88rem;font-weight:600;transition:opacity .2s}.btn-danger:hover{opacity:.9}.btn-danger:disabled{opacity:.4;cursor:not-allowed}@media (width<=768px){.profile-page{padding:1.5rem 1rem}.profile-card{padding:1.25rem}.profile-verification{text-align:center;flex-direction:column;gap:.5rem}.profile-verification-left{justify-content:center}}.bookings-page{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.bookings-title{font-family:var(--font-heading);color:var(--text-light);margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.bookings-tabs{gap:.5rem;margin-bottom:1.5rem;display:flex}.tab{background:var(--btn-color-50);border-radius:var(--radius-pill);color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;border:none;padding:8px 20px;font-size:.85rem;transition:all .2s}.tab.active{background:var(--btn-selected);color:var(--text-light);font-weight:600}.bookings-list{flex-direction:column;gap:.75rem;display:flex}.booking-card{border-radius:var(--radius-lg);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.booking-title{font-family:var(--font-heading);color:var(--text-light);margin-bottom:.25rem;font-size:1rem;font-weight:600;display:block}.booking-title:hover{color:var(--primary)}.booking-dates{color:var(--text-secondary);margin-bottom:.35rem;font-size:.85rem}.booking-meta{color:var(--grey400);gap:1rem;font-size:.8rem;display:flex}.booking-right{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.booking-status{font-size:.82rem;font-weight:600}.booking-actions{gap:.5rem;display:flex}.booking-skeleton{border-radius:var(--radius-lg);background:linear-gradient(90deg, var(--btn-color-50) 25%, #24474799 50%, var(--btn-color-50) 75%);background-size:200% 100%;height:90px;animation:1.5s infinite shimmer}@media (width<=600px){.booking-card{flex-direction:column;align-items:flex-start;gap:.75rem}.booking-right{flex-direction:row;align-items:flex-start;gap:.75rem}}.messages-page{max-width:1200px;height:calc(100vh - 60px);margin:0 auto;display:flex}.msg-sidebar{border-right:1px solid #ffffff0f;flex-direction:column;flex-shrink:0;width:340px;display:flex}.msg-sidebar h2{font-family:var(--font-heading);color:var(--text-light);border-bottom:1px solid #ffffff0f;padding:1.25rem 1.5rem;font-size:1.3rem;font-weight:700}.msg-loading,.msg-empty{text-align:center;color:var(--grey600);padding:2rem;font-size:.9rem}.msg-list{flex:1;overflow-y:auto}.msg-item{cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-bottom:1px solid #ffffff08;align-items:center;gap:.75rem;padding:.9rem 1.25rem;transition:background .15s;display:flex}.msg-item:hover{background:var(--btn-color-50)}.msg-item.active{background:var(--btn-color)}.msg-item-avatar{background:var(--btn-selected);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.msg-item-avatar img{object-fit:cover;width:100%;height:100%}.msg-item-avatar span{color:var(--text-light);font-size:.95rem;font-weight:700}.msg-item-body{flex:1;min-width:0}.msg-item-name{color:var(--text-light);margin-bottom:2px;font-size:.9rem;font-weight:600}.msg-item-preview{color:var(--grey400);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.msg-chat{flex-direction:column;flex:1;min-width:0;display:flex}.msg-no-chat{color:var(--grey600);flex:1;justify-content:center;align-items:center;font-size:.95rem;display:flex}.msg-chat-header{border-bottom:1px solid #ffffff0f;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.msg-back-btn{color:var(--text-light);cursor:pointer;background:0 0;border:none;padding:0 .5rem;font-size:1.5rem;display:none}.msg-chat-user{color:var(--text-light);align-items:center;gap:.6rem;font-size:.95rem;font-weight:600;display:flex}.msg-chat-avatar{object-fit:cover;border-radius:50%;width:36px;height:36px}.msg-chat-initial{background:var(--btn-selected);color:var(--text-light);justify-content:center;align-items:center;font-size:.85rem;font-weight:700;display:flex}.msg-chat-messages{scrollbar-width:thin;flex-direction:column-reverse;flex:1;gap:.35rem;padding:1rem 1.25rem;display:flex;overflow-y:auto}.msg-chat-messages::-webkit-scrollbar{width:4px}.msg-chat-messages::-webkit-scrollbar-thumb{background:var(--btn-color-50);border-radius:2px}.msg-bubble{word-wrap:break-word;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:16px;padding:10px 14px;font-size:.88rem;line-height:1.5;position:relative}.msg-bubble.sent{background:var(--btn-selected);color:var(--text-light);border-bottom-right-radius:4px;align-self:flex-end}.msg-bubble.received{background:var(--btn-color);color:var(--text-light);border-bottom-left-radius:4px;align-self:flex-start}.msg-bubble.sending{opacity:.6}.msg-sending-spinner{vertical-align:middle;border:1.5px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:8px;height:8px;margin-left:4px;animation:.6s linear infinite msg-spin;display:inline-block}@keyframes msg-spin{to{transform:rotate(360deg)}}.msg-time{color:var(--grey600);text-align:right;white-space:nowrap;margin-top:4px;font-size:.65rem;display:block}.msg-bubble.received .msg-time{text-align:left}.msg-images{flex-wrap:wrap;gap:4px;margin-bottom:6px;display:flex}.msg-img{object-fit:cover;cursor:pointer;border-radius:8px;width:160px;height:120px}.msg-input-bar{border-top:1px solid #ffffff0f;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.msg-input-bar input{background:var(--btn-color);border-radius:var(--radius-pill);color:var(--text-light);font-family:var(--font-body);border:none;outline:none;flex:1;padding:10px 16px;font-size:.88rem}.msg-input-bar input::placeholder{color:var(--grey600)}.msg-input-bar button{background:var(--btn-selected);border-radius:var(--radius-pill);color:var(--text-light);font-family:var(--font-body);cursor:pointer;border:none;padding:10px 20px;font-size:.85rem;font-weight:600;transition:background .2s}.msg-input-bar button:hover:not(:disabled){background:#1a5f5b}.msg-input-bar button:disabled{opacity:.5;cursor:not-allowed}.msg-reply-quote{border-left:3px solid var(--primary);background:#00000026;border-radius:4px;flex-direction:column;min-width:120px;max-width:100%;margin-bottom:6px;padding:6px 10px;display:flex}.msg-reply-author{color:var(--primary);margin-bottom:1px;font-size:.72rem;font-weight:700}.msg-reply-text{color:var(--grey400);white-space:nowrap;text-overflow:ellipsis;font-size:.75rem;overflow:hidden}.msg-bubble-row{align-items:center;gap:6px;display:flex}.msg-bubble-row.sent{flex-direction:row-reverse;align-self:flex-end}.msg-bubble-row.received{align-self:flex-start}.msg-reply-btn{color:var(--grey600);cursor:pointer;opacity:0;background:0 0;border:none;border-radius:50%;flex-shrink:0;padding:4px;transition:opacity .15s}.msg-bubble-row:hover .msg-reply-btn{opacity:1}.msg-reply-btn:hover{color:var(--primary)}.msg-reply-bar{background:var(--btn-color);border-left:3px solid var(--primary);border-radius:var(--radius-sm);align-items:center;gap:.5rem;margin:0 .75rem;padding:8px 14px;display:flex}.msg-reply-bar-content{flex:1;min-width:0}.msg-reply-bar-author{color:var(--primary);font-size:.75rem;font-weight:700;display:block}.msg-reply-bar-text{color:var(--grey400);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;display:block;overflow:hidden}.msg-reply-bar-close{color:var(--grey600);cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:4px}.msg-reply-bar-close:hover{color:var(--text-light)}@media (width<=768px){.msg-sidebar{border-right:none;width:100%}.msg-sidebar.hide-mobile,.msg-chat.hide-mobile{display:none}.msg-back-btn{display:block}.msg-bubble{max-width:85%}}.up-stats{border-bottom:1px solid #ffffff0f;justify-content:center;gap:2rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.up-stat{text-align:center}.up-stat-value{font-family:var(--font-heading);color:var(--text-light);justify-content:center;align-items:center;gap:4px;font-size:1.1rem;font-weight:700;display:flex}.up-stat-label{color:var(--grey400);font-size:.75rem}.up-section-header{color:var(--text-light);align-items:center;gap:8px;margin-bottom:.75rem;display:flex}.up-section-header h2{font-family:var(--font-heading);color:var(--text-light);margin:0;font-size:1.1rem;font-weight:600}.up-section-header svg{color:var(--primary);flex-shrink:0}.up-about{border-radius:var(--radius-lg);margin-bottom:1.5rem;padding:1rem 1.25rem}.up-about p{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.6}.up-section{margin-bottom:1.5rem}.up-properties{flex-direction:column;gap:.75rem;display:flex}.up-property-card{border-radius:var(--radius-md);color:var(--text-light);background-color:#2e4a3242;gap:.75rem;padding:.5rem;text-decoration:none;transition:background .2s;display:flex}.up-property-card:hover{background:var(--btn-color)}.up-property-img{border-radius:var(--radius-sm);flex-shrink:0;width:80px;height:64px;overflow:hidden}.up-property-img img{object-fit:cover;width:100%;height:100%}.up-property-no-img{background:var(--btn-color-50);width:100%;height:100%;color:var(--grey600);justify-content:center;align-items:center;font-size:.7rem;display:flex}.up-property-info{flex-direction:column;justify-content:center;gap:2px;min-width:0;display:flex}.up-property-title{white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.up-property-location{color:var(--grey400);font-size:.78rem}.up-property-price{color:var(--primary);font-size:.8rem;font-weight:500}.up-review{border-bottom:1px solid #ffffff0a;padding:.75rem 0}.up-review-top{justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.35rem;display:flex}.up-review-meta{flex-direction:column;gap:2px;min-width:0;display:flex}.up-review-property{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;text-decoration:none;overflow:hidden}.up-review-property:hover{color:var(--primary)}.up-review-author{color:var(--grey400);font-size:.78rem}.up-review-date{color:var(--grey600)}.up-review-text{color:var(--text-secondary);font-size:.85rem;line-height:1.6}.up-see-all{text-align:center;color:var(--primary);cursor:pointer;padding:.75rem 0;font-size:.88rem}.up-rating-card{border-radius:var(--radius-lg);margin-bottom:1rem;padding:1.25rem}.up-rating-body{align-items:center;gap:1rem;display:flex}.up-rating-big{font-family:var(--font-heading);color:var(--text-light);font-size:2.5rem;font-weight:700;line-height:1}.up-rating-detail{flex-direction:column;gap:4px;display:flex}.up-rating-count{color:var(--grey400);font-size:.78rem}@media (width<=480px){.up-stats{gap:1rem}.up-property-img{width:64px;height:52px}}.mp-page{max-width:900px;margin:0 auto;padding:2rem 1.5rem}.mp-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.mp-header h1{font-family:var(--font-heading);color:var(--text-light);font-size:1.75rem;font-weight:700}.mp-add-btn{background:var(--btn-selected);border-radius:var(--radius-pill);color:var(--text-light);font-family:var(--font-body);align-items:center;gap:6px;padding:10px 20px;font-size:.85rem;font-weight:600;transition:background .2s;display:flex}.mp-add-btn:hover{background:#1a5f5b}.mp-filters{gap:.5rem;margin-bottom:1.5rem;display:flex}.mp-list{flex-direction:column;gap:1.25rem;display:flex}.mp-card{border-radius:var(--radius-xl);overflow:hidden}.mp-card-image{background:var(--btn-color);height:200px;position:relative;overflow:hidden}.mp-card-image img{object-fit:cover;width:100%;height:100%}.mp-status{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:var(--radius-pill);color:var(--text-light);letter-spacing:.5px;background:#152925cc;padding:4px 14px;font-size:.72rem;font-weight:700;position:absolute;top:12px;right:12px}.mp-status.inactive{background:#c87832cc}.mp-card-body{padding:1.25rem}.mp-title{font-family:var(--font-heading);color:var(--text-light);margin-bottom:.35rem;font-size:1.1rem;font-weight:600;display:block}.mp-title:hover{color:var(--primary)}.mp-location{color:var(--grey400);align-items:center;gap:4px;margin-bottom:1rem;font-size:.82rem;display:flex}.mp-stats{border-bottom:1px solid #ffffff0f;gap:1.5rem;margin-bottom:1.25rem;padding-bottom:1.25rem;display:flex}.mp-stat{flex-direction:column;align-items:center;gap:2px;display:flex}.mp-stat-value{color:var(--text-light);align-items:center;gap:3px;font-size:.85rem;font-weight:600;display:flex}.mp-stat-label{color:var(--grey600);font-size:.7rem}.mp-actions{gap:.75rem;display:flex}.mp-edit-btn,.mp-delete-btn{flex:1;justify-content:center;align-items:center;gap:5px;display:flex}.mp-delete-btn{color:#fff!important;background:#ea9875cc!important}.mp-delete-btn:hover{background:#ea9875!important}.mp-skeleton{border-radius:var(--radius-xl);background:linear-gradient(90deg, var(--btn-color-50) 25%, #24474799 50%, var(--btn-color-50) 75%);background-size:200% 100%;height:340px;animation:1.5s infinite shimmer}@media (width<=600px){.mp-page{padding:1.5rem 1rem}.mp-header{flex-direction:column;align-items:flex-start;gap:1rem}.mp-stats{gap:1rem}}.ap-page{max-width:680px;margin:0 auto;padding:2rem 1.5rem}.ap-page h1{font-family:var(--font-heading);color:var(--text-light);margin-bottom:1.5rem;font-size:1.75rem;font-weight:700}.ap-steps{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.ap-step{background:var(--btn-color-50);border-radius:var(--radius-pill);color:var(--grey600);font-family:var(--font-body);cursor:pointer;white-space:nowrap;border:none;align-items:center;gap:6px;padding:8px 14px;font-size:.8rem;transition:all .2s;display:flex}.ap-step.active{background:var(--btn-selected);color:var(--text-light)}.ap-step.done{color:var(--text-secondary)}.ap-step-num{background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.72rem;font-weight:700;display:flex}.ap-step.active .ap-step-num{background:#ffffff26}.ap-form{border-radius:var(--radius-xl);padding:2rem}.ap-form textarea{background:var(--btn-color);border-radius:var(--radius-md);width:100%;color:var(--text-light);font-family:var(--font-body);resize:vertical;border:none;outline:none;padding:12px 16px;font-size:.9rem}.ap-amenities{flex-wrap:wrap;gap:.5rem;display:flex}.ap-amenity{background:var(--btn-color);border-radius:var(--radius-pill);color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;border:1px solid #ffffff0f;padding:8px 16px;font-size:.82rem;transition:all .2s}.ap-amenity.selected{background:var(--btn-selected);color:var(--text-light);border-color:var(--btn-selected)}.ap-nav{border-top:1px solid #ffffff0f;align-items:center;gap:.75rem;margin-top:2rem;padding-top:1.5rem;display:flex}.ap-map-hint{color:var(--grey600);margin-top:.5rem;font-size:.75rem}.ap-images-section{margin-top:.5rem}.ap-images-section>label{color:var(--text-light);margin-bottom:.75rem;font-size:.88rem;font-weight:600;display:block}.ap-img-category{margin-bottom:1.25rem}.ap-img-category-header{align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.ap-img-category-header h4{color:var(--text-secondary);margin:0;font-size:.82rem;font-weight:600}.ap-img-category-arrows{gap:2px;margin-left:auto;display:flex}.ap-img-category-arrows button{color:var(--grey600);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:2px 4px;font-size:.8rem;line-height:1;transition:color .15s}.ap-img-category-arrows button:hover{color:var(--text-light)}.ap-img-grid{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.ap-img-tile{aspect-ratio:4/3;border-radius:var(--radius-md);background:var(--btn-color);position:relative;overflow:hidden}.ap-img-tile img{object-fit:cover;width:100%;height:100%}.ap-img-tile .ap-img-order{color:var(--text-light);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:8px;padding:2px 6px;font-size:.65rem;font-weight:700;position:absolute;top:4px;left:4px}.ap-img-delete{color:#fff;cursor:pointer;opacity:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;font-size:.7rem;transition:opacity .15s;display:flex;position:absolute;top:4px;right:4px}.ap-img-tile:hover .ap-img-delete{opacity:1}.ap-img-uploading{background:var(--btn-color);flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex}.ap-img-uploading img{opacity:.3;position:absolute;inset:0}.ap-img-upload-overlay{z-index:1;flex-direction:column;align-items:center;gap:4px;display:flex;position:relative}.ap-img-spinner{border:2px solid #fff3;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.6s linear infinite ap-spin}@keyframes ap-spin{to{transform:rotate(360deg)}}.ap-img-upload-status{color:var(--grey400);font-size:.65rem}.ap-img-upload-error{color:#f44;font-size:.65rem}.ap-img-add{aspect-ratio:4/3;border-radius:var(--radius-md);color:var(--grey600);cursor:pointer;font-family:var(--font-body);background:0 0;border:2px dashed #ffffff1f;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:.75rem;transition:all .2s;display:flex}.ap-img-add:hover{border-color:var(--primary);color:var(--primary)}.ap-img-add-icon{font-size:1.4rem;line-height:1}.ap-img-cat-select{flex-wrap:wrap;gap:.4rem;margin-bottom:1rem;display:flex}.ap-img-cat-btn{background:var(--btn-color);border-radius:var(--radius-pill);color:var(--text-secondary);font-family:var(--font-body);cursor:pointer;border:1px solid #ffffff0f;padding:6px 14px;font-size:.78rem;transition:all .2s}.ap-img-cat-btn.active{background:var(--btn-selected);color:var(--text-light);border-color:var(--btn-selected)}.ap-img-tile.selected{outline:2px solid var(--primary);outline-offset:-2px}.ap-img-reorder-hint{color:var(--grey600);margin-top:.5rem;margin-bottom:.25rem;font-size:.75rem}@media (width<=480px){.ap-form{padding:1.25rem}.ap-step-label{display:none}.ap-img-grid{grid-template-columns:repeat(2,1fr)}}.hc-page{max-width:700px;margin:0 auto;padding:2rem 1.5rem}.hc-page h1{font-family:var(--font-heading);color:var(--text-light);margin-bottom:.25rem;font-size:1.75rem;font-weight:700}.hc-subtitle{color:var(--white70);margin-bottom:2rem;font-size:.9rem}.hc-list{flex-direction:column;gap:.5rem;margin-bottom:2rem;display:flex}.hc-item{border-radius:var(--radius-lg);overflow:hidden}.hc-question{width:100%;color:var(--text-light);font-family:var(--font-body);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-size:.9rem;font-weight:500;display:flex}.hc-arrow{color:var(--grey400);flex-shrink:0;transition:transform .2s}.hc-item.open .hc-arrow{transform:rotate(180deg)}.hc-answer{color:var(--text-secondary);padding:0 1.25rem 1rem;font-size:.85rem;line-height:1.6}.hc-contact{border-radius:var(--radius-xl);text-align:center;padding:1.5rem}.hc-contact h2{font-family:var(--font-heading);color:var(--text-light);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.hc-contact p{color:var(--text-secondary);font-size:.88rem}.hc-contact a{color:var(--primary);font-weight:500}.policy-page{max-width:800px;margin:0 auto;padding:2rem 1.5rem}.policy-header{text-align:center;padding:2rem 0}.policy-icon{background:var(--btn-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 1rem;display:flex}.policy-icon svg{fill:none;width:36px;height:36px;stroke:var(--primary);stroke-width:1.5px}.policy-header h1{font-family:var(--font-heading);color:var(--text-light);margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.policy-date{color:var(--text-secondary);font-size:.8rem}.policy-sections{border-radius:var(--radius-xl);margin-top:1.5rem;overflow:hidden}.policy-section{background:var(--btn-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:3px;padding:1.25rem 1.5rem}.policy-section:first-child{border-radius:var(--radius-xl) var(--radius-xl) 0 0}.policy-section:last-child{border-radius:0 0 var(--radius-xl) var(--radius-xl);margin-bottom:0}.policy-section-header{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.policy-section-header svg{fill:none;width:20px;height:20px;stroke:var(--primary);stroke-width:1.5px;flex-shrink:0}.policy-section-header h2{font-family:var(--font-heading);color:var(--text-light);font-size:1rem;font-weight:600}.policy-section p{color:var(--text-secondary);padding-left:4px;font-size:.85rem;line-height:1.7}.policy-section ul{margin-top:.5rem;padding-left:.75rem;list-style:none}.policy-section ul li{color:var(--text-secondary);gap:10px;padding:3px 0;font-size:.85rem;line-height:1.7;display:flex}.policy-section ul li:before{content:"";background:var(--primary);border-radius:50%;flex-shrink:0;width:5px;height:5px;margin-top:9px}.policy-section ul li strong{color:var(--text-light);font-weight:600}.policy-footer-text{color:var(--text-light);white-space:pre-line;margin-top:.75rem;padding-left:4px;font-size:.85rem;font-weight:500;line-height:1.7}.policy-section a{color:var(--primary);text-decoration:none}.policy-section a:hover{text-decoration:underline}
