:root{--max-w: 1440px;--accent: #0f172a}*{box-sizing:border-box}.body,body{font-family:Outfit,Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial;margin:0;color:var(--accent);background:#fff}.container{max-width:var(--max-w);margin:0 auto;padding:0 16px 16px}.header{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:0}.header-left{display:flex;gap:12px;align-items:center}.logo-wrap{position:relative;display:inline-block}.logo{width:140px;height:auto;display:block}.logo-trademark{position:absolute;right:4px;bottom:4px;font-size:22px;color:#0000001f;line-height:1}.address-block{display:flex;flex-direction:column}.address{font-weight:400;font-size:26px;line-height:1;letter-spacing:.2px}.meta{color:#64748b;font-weight:400;font-size:20px;margin-top:4px}.header-right{text-align:right;display:flex;flex-direction:row;align-items:center;gap:12px;justify-content:flex-end}.property-items{display:flex;gap:12px;align-items:center;justify-content:flex-end;margin-bottom:0}.property-item{padding:8px 14px;border-right:1px solid rgba(2,6,23,.06);text-align:center;min-width:84px;display:flex;flex-direction:column;align-items:center;justify-content:center}.property-item:last-child{border-right:none}.prop-value{font-weight:400;color:#000;font-size:20px;line-height:1}.prop-label{font-size:13px;color:#64748b;margin-top:6px;font-weight:300}.share-btn{background:#0b63c6;border:1px solid rgba(11,99,198,.9);padding:0 24px;border-radius:999px;display:none;align-items:center;gap:8px;cursor:pointer;color:#fff;box-shadow:0 4px 10px #0b63c61f;height:40px}.share-btn img{width:18px;height:18px;filter:brightness(0) invert(1)}.share-btn .share-label{display:inline-block;font-weight:600;color:#fff}.share-btn.show-md{display:inline-flex}.contact-inner{display:flex;gap:12px;align-items:center}.agent-photo{width:60px;height:60px;border-radius:999px;object-fit:cover}.contact-meta{display:flex;flex-direction:column;gap:6px}.contact-phone{color:#0b63c6;text-decoration:none;font-weight:500}.contact-profile{color:#64748b;text-decoration:underline;font-size:13px}.stats{color:#475569;font-size:.95rem;margin-top:0}.content-grid{display:grid;grid-template-columns:2fr 1fr;gap:24px;margin-top:20px}.left-col{display:flex;flex-direction:column;gap:18px}.right-col{display:flex;flex-direction:column;gap:18px;align-self:start;margin-top:0}.scenes img{width:100%;height:420px;object-fit:cover;border-radius:8px;display:block}.hero-wrap{background:#fff;border-radius:12px;overflow:hidden;box-shadow:none;height:569px;position:relative}.hero-wrap canvas{width:100%;height:100%;border-radius:12px;display:block}.thumbnails{display:flex;gap:12px;margin-top:12px;overflow-x:auto;padding-bottom:6px}.thumbnail{flex:0 0 auto;width:345px;height:189px;border-radius:8px;overflow:hidden;cursor:pointer;border:2px solid transparent}.thumbnail img{width:100%;height:100%;object-fit:cover;display:block;transform-origin:center center;transition:transform .32s cubic-bezier(.2,.8,.2,1),filter .32s ease;will-change:transform,filter;border-radius:0}.thumbnail:hover img,.thumbnail:focus-within img{transform:scale(1.05);filter:brightness(1.12)}.full-bleed-scenes{width:100%;background:#fff;padding:0}.full-bleed-scenes .scenes{max-width:var(--max-w);margin:0 auto;display:flex;gap:12px;align-items:flex-start;padding:0;position:relative}.full-bleed-scenes .hero-wrap{flex:1;height:569px}.full-bleed-scenes .hero-wrap img{width:1060px;height:569px;object-fit:cover;display:block}.full-bleed-scenes .thumbnails{flex-direction:column;flex:0 0 345px;height:569px;overflow-y:auto;margin-top:0;padding-bottom:0;gap:12px}.photos-count{position:absolute;right:8px;bottom:24px;background:#fff;color:#000;border:2px solid rgba(0,0,0,.06);padding:0 24px;height:40px;border-radius:999px;display:inline-flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 2px 6px #0206170a}.photos-count img{width:18px;height:18px;filter:none}.gallery-overlay{position:relative;width:1060px;height:569px;margin:0 auto;top:-569px;display:none;background:#fff;border-radius:0;box-shadow:none;padding:16px;z-index:20}.gallery-overlay.show{display:block}.gallery-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.gallery-header h2{font-size:20px;margin:0}.gallery-close-x{background:transparent;border:0;font-size:28px;line-height:1;cursor:pointer}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;height:calc(100% - 44px);overflow:auto}.gallery-grid{-ms-overflow-style:none;scrollbar-width:none}.gallery-grid::-webkit-scrollbar{width:0;height:0;display:none}.gallery-item{overflow:hidden;border-radius:8px;display:block;width:100%;aspect-ratio:4 / 3}.gallery-item img{width:100%;height:100%;display:block;object-fit:cover;border-radius:0;transform-origin:center center;transition:transform .32s cubic-bezier(.2,.8,.2,1),filter .32s ease;will-change:transform,filter}.gallery-item img:hover,.gallery-item img:focus{transform:scale(1.04);filter:brightness(1.08)}.thumbnail.selected{border-color:transparent}@media(min-width:768px){.share-btn{display:inline-flex}.scenes{display:flex;gap:12px;align-items:flex-start}.hero-wrap{flex:1}.thumbnails{flex-direction:column;flex:0 0 345px;height:569px;overflow-y:auto;margin-top:0;padding-bottom:0;gap:12px}.thumbnail{width:100%;height:189px}.right-col{margin-top:0}}.description{background:#fff;padding:20px;border-radius:8px;box-shadow:0 6px 18px #0f172a0f}.attributes{display:flex;gap:8px;margin-top:12px;flex-wrap:wrap}.attr-card{background:#f8fafc;border-radius:6px;padding:10px 12px;min-width:100px;text-align:center;box-shadow:0 1px 2px #0206170a}.attr-label{font-size:.8rem;color:#64748b}.facilities{background:#fff;padding:20px;border-radius:8px;box-shadow:0 6px 18px #0f172a0f}.facilities ul{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;list-style:none;padding:0;margin:0}.contact{background:#fff;padding:18px;border-radius:8px;box-shadow:0 6px 18px #0f172a0f;display:flex;flex-direction:column;gap:8px;align-items:stretch}.contact button,.appointment button{background:#0b63c6;color:#fff;border:none;padding:10px 12px;border-radius:6px;cursor:pointer}.left-col>section{background:transparent;box-shadow:none;padding:20px 0;border-radius:0;margin:0}.left-col>section+section{border-top:1px solid #eef2f7;padding-top:20px}.right-col>.contact,.right-col>.appointment,.right-col>.loan{border:1px solid rgba(2,6,23,.06);background:#fff;padding:18px;border-radius:8px;box-shadow:0 6px 18px #0f172a0f}.appointment{background:#fff;padding:16px;border-radius:8px;box-shadow:0 6px 18px #0f172a0f}.source-note{margin-top:20px;display:flex;gap:12px;align-items:flex-start;flex-direction:row;align-items:center}.disclaimer{color:#64748b;font-size:.9rem;max-width:800px}.mortgage,.climate,.loan{background:#fff;padding:16px;border-radius:8px;box-shadow:0 6px 18px #0f172a0f;margin-top:12px}.appt-day{background:#f1f5f9;padding:8px;border-radius:6px;margin-bottom:8px}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-font-weight:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-100:oklch(93.6% .032 17.717);--color-red-200:oklch(88.5% .062 18.334);--color-red-400:oklch(70.4% .191 22.216);--color-red-800:oklch(44.4% .177 26.899);--color-orange-400:oklch(75% .183 55.934);--color-yellow-100:oklch(97.3% .071 103.193);--color-yellow-200:oklch(94.5% .129 101.54);--color-yellow-400:oklch(85.2% .199 91.936);--color-yellow-800:oklch(47.6% .114 61.907);--color-green-100:oklch(96.2% .044 156.743);--color-green-200:oklch(92.5% .084 155.995);--color-green-400:oklch(79.2% .209 151.711);--color-green-800:oklch(44.8% .119 151.328);--color-teal-400:oklch(77.7% .152 181.912);--color-cyan-400:oklch(78.9% .154 211.53);--color-blue-500:oklch(62.3% .214 259.815);--color-purple-400:oklch(71.4% .203 305.504);--color-pink-400:oklch(71.8% .202 349.761);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-black:#000;--color-white:#fff;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--font-weight-bold:700;--ease-in:cubic-bezier(.4, 0, 1, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.bottom-28{bottom:calc(var(--spacing) * 28)}.left-1\/2{left:50%}.z-50{z-index:50}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.hidden{display:none}.inline{display:inline}.table{display:table}.w-full{width:100%}.min-w-\[40px\]{min-width:40px}.shrink{flex-shrink:1}.grow{flex-grow:1}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-move{cursor:move}.cursor-pointer{cursor:pointer}.resize{resize:both}.gap-1{gap:calc(var(--spacing) * 1)}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.border-green-200{border-color:var(--color-green-200)}.border-red-200{border-color:var(--color-red-200)}.border-yellow-200{border-color:var(--color-yellow-200)}.bg-black\/70{background-color:#000000b3}@supports (color:color-mix(in lab,red,red)){.bg-black\/70{background-color:color-mix(in oklab,var(--color-black) 70%,transparent)}}.bg-black\/85{background-color:#000000d9}@supports (color:color-mix(in lab,red,red)){.bg-black\/85{background-color:color-mix(in oklab,var(--color-black) 85%,transparent)}}.bg-blue-500{background-color:var(--color-blue-500)}.bg-blue-500\/90{background-color:#3080ffe6}@supports (color:color-mix(in lab,red,red)){.bg-blue-500\/90{background-color:color-mix(in oklab,var(--color-blue-500) 90%,transparent)}}.bg-gray-600{background-color:var(--color-gray-600)}.bg-green-100{background-color:var(--color-green-100)}.bg-red-100{background-color:var(--color-red-100)}.bg-yellow-100{background-color:var(--color-yellow-100)}.px-3{padding-inline:calc(var(--spacing) * 3)}.py-2{padding-block:calc(var(--spacing) * 2)}.text-center{text-align:center}.font-mono{font-family:var(--font-mono)}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.text-cyan-400{color:var(--color-cyan-400)}.text-gray-200{color:var(--color-gray-200)}.text-gray-400{color:var(--color-gray-400)}.text-green-400{color:var(--color-green-400)}.text-green-800{color:var(--color-green-800)}.text-orange-400{color:var(--color-orange-400)}.text-pink-400{color:var(--color-pink-400)}.text-purple-400{color:var(--color-purple-400)}.text-red-400{color:var(--color-red-400)}.text-red-800{color:var(--color-red-800)}.text-teal-400{color:var(--color-teal-400)}.text-white{color:var(--color-white)}.text-yellow-400{color:var(--color-yellow-400)}.text-yellow-800{color:var(--color-yellow-800)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a), 0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in{--tw-ease:var(--ease-in);transition-timing-function:var(--ease-in)}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}@media(hover:hover){.hover\:bg-gray-500:hover{background-color:var(--color-gray-500)}}}#infoBoxOuter{-webkit-user-select:none;user-select:none;z-index:100;flex-direction:column;display:flex}#infoBox{-webkit-backdrop-filter:blur(6.9px);background-color:#fff9;border:1px solid #ffffff4a;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;margin:15px;padding:20px;font-family:Open Sans,sans-serif;display:flex;box-shadow:0 4px 30px #0000001a}#topRow,#middleRow,#bottomRow,#editorRow{width:100%;display:flex}#topRow{justify-content:space-between;align-items:center;height:30px}#logoElement{height:70%}#elipses{border-radius:5px;justify-content:center;align-items:center;padding:5px;display:flex}#elipsesIcon{color:gray;margin:auto;font-size:20px}#middleRow{align-items:left;flex-direction:column}#descriptionElement{color:#000;text-align:left;width:100%;padding:10px 0;font-size:15px}#bottomRow{font-size:12px}#starsBox{color:#3f8ee8;align-items:flex-end;min-width:fit-content;display:flex}.fa-star{align-self:center;align-items:center;padding:0 1.5px}#starsText{padding:0 3px}#reviewsQuestionsBox{white-space:nowrap;flex-wrap:wrap;align-items:flex-end;min-width:fit-content;padding-left:10px;display:flex}#editorRow{flex-flow:column wrap;padding-top:10px;font-size:12px}#saveButton{color:#000;text-align:center;cursor:pointer;box-sizing:border-box;background-color:#fff9;border:1px solid #3f8ee84a;border-radius:5px;justify-content:center;align-items:center;height:30px;margin:5px;padding:5px;font-family:Open Sans,sans-serif;font-size:16px;display:flex}#saveButton:hover{color:#fff;background-color:#3f8ee84a}#focusDotRow{display:flex}input{color:#000;text-align:center;background-color:#fff9;border:1px solid #0000004a;border-radius:5px;height:30px;margin:5px;padding:5px;font-family:Open Sans,sans-serif;font-size:16px}.miniMapContainer{justify-content:center;align-items:center;width:fit-content;height:fit-content;display:flex}.miniMap{background-color:#0003;border:1px solid #fff;border-radius:50%;margin:auto;overflow:hidden}.circle{z-index:200;border-radius:50%;align-items:center;width:100%;height:100%;display:flex}.walkaboutDot{z-index:300;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.mapImage{object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;position:absolute}.fieldOfViewMarker{z-index:100;background-color:#3f8ee833;border:3px solid #3f8ee84d;border-radius:10px;width:100%;height:100%;position:relative;top:-184.5%;left:0%;transform:rotate(-45deg)}#roomSelector{z-index:100;color:#fff;width:fit-content;font-family:Open Sans,sans-serif;font-size:15px}#roomTitleCard{white-space:nowrap;pointer-events:none;-webkit-user-select:none;user-select:none;background-color:#0000000d;border-radius:10px;flex-direction:row;min-width:max-content;padding:8px 20px 8px 0;display:flex}#carat{flex-direction:row;justify-content:center;align-items:center;margin-left:20px;margin-right:15px;display:flex}#caratIcon{margin:auto}#roomName{white-space:nowrap;flex-direction:row;justify-content:space-between;align-items:center;min-width:max-content;display:flex}#dummyRoom{visibility:hidden;position:absolute}#toolbar{z-index:100;flex-direction:row;justify-content:center;width:fit-content;display:flex;position:absolute;bottom:20px;right:20px}.toolbarIcon{color:#fff;width:20px;height:20px;margin-left:10px;margin-right:10px;font-size:20px}.iconImg{width:100%;height:100%;margin-top:4px}#shareIcon,#fullscreenIcon{cursor:pointer}#shareModal{z-index:1000;-webkit-backdrop-filter:blur(6.9px);background-color:#fff9;border:1px solid #ffffff4a;border-radius:16px;justify-content:center;align-items:center;width:40%;margin:15px;padding:20px;font-family:Open Sans,sans-serif;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 4px 30px #0000001a}#toolbarTopRow{flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:30px;margin-bottom:20px;display:flex}#modalTitle{color:#000;justify-content:center;align-items:center;width:fit-content;height:100%;margin:auto;font-size:20px;font-weight:700;display:flex}#xButtonContainer{position:absolute;top:10px;right:20px}#xButton{cursor:pointer;color:#646464;justify-content:center;align-items:center;font-family:Open Sans,sans-serif;font-size:20px;display:flex}#socialsContainer{flex-direction:row;justify-content:center;align-items:center;width:100%;height:40px;margin-bottom:20px;display:flex}#instagramIcon,#xSocialButton{color:#fff;cursor:pointer;border-radius:15%;justify-content:center;align-items:center;width:40px;height:40px;margin-left:5px;margin-right:5px;font-size:20px;display:flex}#instagramIcon{background-color:#e1306ce6}#instagramIcon:hover{background-color:#e1306cb3}#xSocialButton{background-color:#000000e6}#xSocialButton:hover{background-color:#000000b3}#inputContainer{flex-direction:row;justify-content:center;align-items:center;height:40px;display:flex}#toolbarInputBox{border:none;border-radius:10px 0 0 10px;width:95%;height:100%;margin:0;padding:0 10px;font-size:14px}#copyButton{cursor:pointer;background-color:#fff;border-radius:0 10px 10px 0;justify-content:center;align-items:center;width:40px;height:100%;font-size:20px;display:flex}@keyframes progress-pulse{0%,to{opacity:1}50%{opacity:.7}}.progress-bar-animated{animation:1.5s ease-in-out infinite progress-pulse}.progress-bar-smooth{transition:width .1s ease-out}@media(max-width:768px){#mobileNavButtons{display:flex}#mobileNavButtons button{min-width:48px;min-height:48px}}.touch-manipulation{touch-action:manipulation}@media(hover:hover){#mobileNavButtons button:hover{transform:scale(1.1)}}#mobileNavButtons button:active{background-color:#000000e6;transform:scale(.95)}#mobileNavButtons button.bg-blue-500{background-color:#3b82f6cc}@media(hover:hover){#mobileNavButtons button:hover{transform:scale(1.05)}}:root{--scrollbar-width:auto}*{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{width:0;height:0;display:none}html.show-scrollbar *{-ms-overflow-style:auto;scrollbar-width:auto;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}html.show-scrollbar ::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}html.show-scrollbar ::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:8px}html.show-scrollbar ::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);background-clip:padding-box;border:3px solid #0000;border-radius:8px}html.show-scrollbar ::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}.map-modal{position:fixed;inset:0;background:#0009;display:none;align-items:flex-start;justify-content:flex-start;z-index:1000}.map-modal.show{display:flex}.map-dialog{background:#fff;margin:8px;width:calc(100% - 16px);height:calc(100% - 16px);display:flex;flex-direction:column;border-radius:4px;overflow:hidden;box-shadow:0 8px 30px #0006;min-height:0}.map-dialog-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;background:#fafafa;border-bottom:1px solid #e5e7eb;font-weight:600}.map-dialog-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.map-dialog-action,.map-dialog-close{width:32px;height:32px;border:1px solid #d1d5db;background:#fff;color:#111827;border-radius:4px;font-size:18px;line-height:1;cursor:pointer}.map-dialog-action:disabled{opacity:.5;cursor:not-allowed}.map-dialog-action:hover:not(:disabled),.map-dialog-close:hover{background:#f3f4f6}.map-content{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;position:relative}#mapCanvas{flex:1;min-height:200px;width:100%;border:1px solid #cfcfcf;background:#fff;object-fit:contain;display:block;transform-origin:0 0;touch-action:none;user-select:none}
