@charset "UTF-8";*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f0f2f5;color:#333}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none}.auth-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:#fff;padding:20px}.auth-container{width:100%;max-width:1200px;background:#fff;border-radius:20px;display:grid;grid-template-columns:50% 50%;min-height:700px}@media(max-width:850px){.auth-container{grid-template-columns:1fr;max-width:500px}}.auth-visual{position:relative;padding:40px;display:flex;flex-direction:column;justify-content:flex-end;overflow:hidden}@media(max-width:850px){.auth-visual{display:none}}.auth-visual .visual-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;border-radius:20px}.auth-visual .visual-content{position:relative;z-index:3;color:#fff;text-align:left;margin-bottom:20px}.auth-visual .visual-content h2{font-size:1.8rem;font-weight:700;margin-bottom:10px}.auth-visual .visual-content p{font-size:.95rem;opacity:.9;line-height:1.5}.auth-form-panel{padding:60px 80px;display:flex;flex-direction:column;align-items:center;justify-content:center}@media(max-width:1000px){.auth-form-panel{padding:40px}}.auth-header{text-align:center;margin-bottom:30px}.auth-header .logo-section{display:flex;flex-direction:column;align-items:center}.auth-header .logo-section .brand-logo{width:50px;height:auto;margin-bottom:15px}.auth-header .logo-section .brand-name{color:#337536;font-size:2.2rem;font-weight:700;margin:0}.auth-header .logo-section .tagline{color:#565656;font-size:.9rem;margin-top:5px}.auth-form{width:100%;max-width:400px;display:flex;flex-direction:column;gap:16px}.auth-form .form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media(max-width:480px){.auth-form .form-row{grid-template-columns:1fr;gap:16px}}.auth-form .form-group{display:flex;flex-direction:column;gap:8px}.auth-form .form-group .label-row{display:flex;justify-content:space-between;align-items:center}.auth-form .form-group label{font-size:.85rem;font-weight:600;color:#333}.auth-form .form-group .forgot-link{font-size:.8rem;color:#438e44;font-weight:700;font-style:italic;background:none;padding:0;border:none}.auth-form .form-group .forgot-link:hover{text-decoration:underline}.auth-form .form-group input{width:100%;height:42px;padding:0 16px;border-radius:10px;background:#f1f3f4;border:1px solid transparent;font-size:.95rem;color:#333;transition:all .3s ease}.auth-form .form-group input::placeholder{color:#ababab}.auth-form .form-group input:focus{outline:none;border-color:#337536;background:#fff;box-shadow:0 0 0 4px #3375360d}.auth-form .form-group .password-input-wrapper{position:relative;display:flex;align-items:center}.auth-form .form-group .password-input-wrapper input{padding-right:45px}.auth-form .form-group .password-input-wrapper .password-toggle{position:absolute;right:12px;background:none;border:none;padding:4px;display:flex;align-items:center;justify-content:center;color:#ababab;cursor:pointer;transition:color .2s ease}.auth-form .form-group .password-input-wrapper .password-toggle:hover{color:#337536}.auth-form .form-group .password-input-wrapper .password-toggle svg{width:20px;height:20px}.auth-form .form-group .field-error{color:#cf1322;font-size:.8rem;margin-top:4px}.auth-form .submit-btn{margin-top:10px;height:48px;background:#337536;color:#fff;border-radius:8px;font-size:1rem;font-weight:600;transition:all .3s ease}.auth-form .submit-btn:hover{background:#2e5a35;transform:translateY(-1px)}.auth-form .submit-btn:active{transform:translateY(0)}.auth-form .error-message{background:#fff1f0;border:1px solid #ffa39e;color:#cf1322;padding:10px;border-radius:8px;margin-bottom:20px;font-size:14px;text-align:center}.auth-form .auth-toggle-text{text-align:center;font-size:.9rem;color:#666;margin-top:8px}.auth-form .auth-toggle-text span{color:#337536;font-weight:700;font-style:italic;cursor:pointer}.auth-form .auth-toggle-text span:hover{text-decoration:underline}.password-requirements{list-style:none;padding:12px 16px;margin:8px 0 0;background:#f8f9fa;border-radius:10px;display:flex;flex-direction:column;gap:6px;border:1px solid #eee}.password-requirements li{font-size:.8rem;display:flex;align-items:center;gap:8px;color:#888;text-align:left;transition:color .2s ease}.password-requirements li .req-icon{font-size:.9rem;color:#ccc}.password-requirements li.valid,.password-requirements li.valid .req-icon{color:#52c41a}.search-page{position:relative;min-height:100vh;width:100%;display:flex;justify-content:center;align-items:center;background-color:#f5f5f5;overflow:hidden}.search-page .map-background{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:1;z-index:1;animation:mapZoom 8s infinite alternate ease-in-out}@keyframes mapZoom{0%{transform:scale(1)}to{transform:scale(1.15)}}.search-page .search-card-container{position:relative;z-index:2;padding:20px;width:100%;display:flex;justify-content:center}.search-page .search-card{width:100%;max-width:28%;background:#fff;border-radius:12px;padding:60px 40px;box-shadow:0 4px 20px #0000000d;text-align:center;display:flex;flex-direction:column;gap:16px}.search-page .search-card .card-title{font-size:24px;font-weight:600;color:#000;margin:0}.search-page .search-card .card-subtitle{font-size:16px;color:#adadad;margin-bottom:10px}.search-page .search-input-wrapper{position:relative;width:100%;margin-bottom:12px}.search-page .search-input-wrapper .search-input{width:100%;height:42px;background:#f1f1f1;border:none;border-radius:4px;padding:0 50px 0 20px;font-size:14px;color:#595454;outline:none}.search-page .search-input-wrapper .search-input::placeholder{color:#bbb}.search-page .search-input-wrapper .search-icon{position:absolute;right:18px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.search-page .suggestions-list{position:absolute;top:calc(100% + 4px);left:0;width:100%;background:#fff;border-radius:8px;box-shadow:0 10px 25px #0000001a;z-index:1000;max-height:250px;overflow-y:auto;display:flex;flex-direction:column;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.search-page .suggestions-list .suggestion-item{padding:12px 20px;text-align:left;font-size:14px;color:#626262;border-bottom:1px solid #F0F0F0;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:10px}.search-page .suggestions-list .suggestion-item:last-child{border-bottom:none}.search-page .suggestions-list .suggestion-item:hover{background:#f4f4f4;color:#000}.search-page .suggestions-list .suggestion-item .suggestion-icon{font-size:16px;flex-shrink:0}.search-page .suggestions-list .suggestion-item .suggestion-text{display:flex;flex-direction:column;gap:2px;overflow:hidden}.search-page .suggestions-list .suggestion-item .suggestion-text .suggestion-main{font-weight:500;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-page .suggestions-list .suggestion-item .suggestion-text .suggestion-secondary{font-size:12px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.search-page .api-error{font-size:12px;color:#e67e22;margin:0;text-align:left}.main-header{position:fixed;top:0;left:0;width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 60px;z-index:1000;pointer-events:none}.main-header .header-left,.main-header .header-right{pointer-events:auto}.main-header .user-profile-container{position:relative}.main-header .header-logo{width:40px;height:auto}.main-header .user-profile{display:flex;align-items:center;gap:12px;background:#fff;padding:5px 12px 5px 5px;border-radius:12px;box-shadow:0 2px 10px #0000001a;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.main-header .user-profile:hover,.main-header .user-profile.active{background:#f8f9fa;border-color:#e9ecef}.main-header .user-profile .avatar{width:32px;height:32px;border-radius:50%;background:#e8f5e9;color:#2e7d32;display:flex;align-items:center;justify-content:center;flex-shrink:0}.main-header .user-profile .avatar svg{width:18px;height:18px}.main-header .user-profile .user-name{font-size:14px;font-weight:500;color:#626262;font-style:italic}.main-header .user-profile .arrow{width:8px;height:8px;border-right:2px solid #626262;border-bottom:2px solid #626262;transform:rotate(45deg);margin-bottom:4px;transition:transform .3s ease}.main-header .user-profile .arrow.up{transform:rotate(-135deg);margin-top:4px;margin-bottom:0}.main-header .profile-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;min-width:160px;padding:8px;z-index:1001;animation:slideDown .2s ease}.main-header .profile-dropdown .dropdown-item{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;border:none;background:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;color:#4a4a4a;transition:all .2s ease}.main-header .profile-dropdown .dropdown-item:hover{background:#f1f3f5}.main-header .profile-dropdown .dropdown-item.logout{color:#e03131}.main-header .profile-dropdown .dropdown-item.logout:hover{background:#fff5f5}.main-header .profile-dropdown .dropdown-item svg{opacity:.7}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.main-header{padding:15px 20px}}.maplibregl-map{font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative;-webkit-tap-highlight-color:rgb(0,0,0,0)}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media(forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:transparent;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media(forced-colors:active){.maplibregl-ctrl-icon{background-color:transparent}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}@media(hover:hover){.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}}.maplibregl-ctrl button:not(:disabled):active{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-globe .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%23333' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-globe-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='none' stroke='%2333b5e5' viewBox='0 0 22 22'%3E%3Ccircle cx='11' cy='11' r='8.5'/%3E%3Cpath d='M17.5 11c0 4.819-3.02 8.5-6.5 8.5S4.5 15.819 4.5 11 7.52 2.5 11 2.5s6.5 3.681 6.5 8.5Z'/%3E%3Cpath d='M13.5 11c0 2.447-.331 4.64-.853 6.206-.262.785-.562 1.384-.872 1.777-.314.399-.58.517-.775.517s-.461-.118-.775-.517c-.31-.393-.61-.992-.872-1.777C8.831 15.64 8.5 13.446 8.5 11s.331-4.64.853-6.206c.262-.785.562-1.384.872-1.777.314-.399.58-.517.775-.517s.461.118.775.517c.31.393.61.992.872 1.777.522 1.565.853 3.76.853 6.206Z'/%3E%3Cpath d='M11 7.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138q.07-.058.224-.138c.299-.151.763-.302 1.379-.434C7.378 5.666 9.091 5.5 11 5.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138q-.07.058-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428ZM4.486 6.436ZM11 16.5c-1.909 0-3.622-.166-4.845-.428-.616-.132-1.08-.283-1.379-.434a1.3 1.3 0 0 1-.224-.138 1.3 1.3 0 0 1 .224-.138c.299-.151.763-.302 1.379-.434C7.378 14.666 9.091 14.5 11 14.5s3.622.166 4.845.428c.616.132 1.08.283 1.379.434.105.053.177.1.224.138a1.3 1.3 0 0 1-.224.138c-.299.151-.763.302-1.379.434-1.223.262-2.936.428-4.845.428Zm-6.514-1.064ZM11 12.5c-2.46 0-4.672-.222-6.255-.574-.796-.177-1.406-.38-1.805-.59a1.5 1.5 0 0 1-.39-.272.3.3 0 0 1-.047-.064.3.3 0 0 1 .048-.064c.066-.073.189-.167.389-.272.399-.21 1.009-.413 1.805-.59C6.328 9.722 8.54 9.5 11 9.5s4.672.222 6.256.574c.795.177 1.405.38 1.804.59.2.105.323.2.39.272a.3.3 0 0 1 .047.064.3.3 0 0 1-.048.064 1.4 1.4 0 0 1-.389.272c-.399.21-1.009.413-1.804.59-1.584.352-3.796.574-6.256.574Zm-8.501-1.51v.002zm0 .018v.002zm17.002.002v-.002zm0-.018v-.002z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5' viewBox='0 0 22 22'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media(forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media(forced-colors:active){a.maplibregl-ctrl-logo{background-color:transparent;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media(forced-colors:active)and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85)scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:content-box;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active)and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid transparent;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}[dir=rtl] .maplibregl-popup-anchor-left{flex-direction:row-reverse}[dir=rtl] .maplibregl-popup-anchor-right{flex-direction:row}[dir=rtl] .maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-start}[dir=rtl] .maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-end}[dir=rtl] .maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-start}.maplibregl-popup-close-button{background-color:transparent;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@media(prefers-reduced-motion:reduce){.maplibregl-user-location-dot:before{animation:none}}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media(hover:none),(pointer:coarse){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}@keyframes skeleton-loading{0%{background-color:#ffffff0d}50%{background-color:#ffffff1f}to{background-color:#ffffff0d}}.skeleton{animation:skeleton-loading 1.5s infinite ease-in-out;border-radius:4px;display:block}.skeleton.text{height:14px;margin:4px 0}.skeleton.title{height:24px;width:80%;margin-bottom:12px}.skeleton.label{height:12px;width:40%;margin-bottom:8px;opacity:.6}.skeleton.value{height:18px;width:70%;margin-bottom:20px}.property-details-page{position:relative;min-height:100vh;width:100%;display:flex;justify-content:flex-start;align-items:stretch}.property-details-page .map-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1}.property-details-page .map-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.property-details-page .map-overlay .map-loading,.property-details-page .map-overlay .map-error{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#1a1a2e;color:#ffffffb3;font-size:14px}.property-details-page .map-overlay .map-loading .spinner,.property-details-page .map-overlay .map-error .spinner{width:36px;height:36px;border:3px solid rgba(255,255,255,.1);border-top-color:#4caf50;border-radius:50%;animation:spin .8s linear infinite}.property-details-page .map-overlay .map-error{color:#ff6b6b}.property-details-page .sidebar-container{position:relative;z-index:10;width:100%;max-width:320px;padding:100px 20px 40px 40px;margin:0}.property-details-page .property-sidebar{background:#1e1e1ea6;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:30px 25px;color:#fff;display:flex;flex-direction:column;gap:20px;animation:slideInLeft .6s cubic-bezier(.16,1,.3,1)}@keyframes slideInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}.property-details-page .property-sidebar .sidebar-header{display:flex;align-items:center;gap:15px;margin-bottom:5px}.property-details-page .property-sidebar .sidebar-header .back-arrow{background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:8px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;transition:all .2s ease;padding:0}.property-details-page .property-sidebar .sidebar-header .back-arrow:hover{background:#fff3;transform:translate(-2px);color:#4caf50;border-color:#4caf5066}.property-details-page .property-sidebar .sidebar-header .back-arrow:active{transform:translate(0)}.property-details-page .property-sidebar .sidebar-header .sidebar-title{font-size:16px;font-weight:500;margin:0;color:#ffffffe6;text-align:left;position:relative;padding-bottom:10px}.property-details-page .property-sidebar .sidebar-header .sidebar-title:after{content:"";position:absolute;bottom:0;left:0;width:50%;height:3px;background:#ffffffb3}.property-details-page .property-sidebar .sidebar-content{flex:1;display:flex;flex-direction:column;gap:0}.property-details-page .property-sidebar .sidebar-content .sidebar-skeleton{display:flex;flex-direction:column;gap:5px;padding-top:10px}.property-details-page .property-sidebar .sidebar-content .mb-2{margin-bottom:8px}.property-details-page .property-sidebar .detail-section{display:flex;flex-direction:column;gap:2px;padding:10px 0}.property-details-page .property-sidebar .detail-section:last-child{border-bottom:none}.property-details-page .property-sidebar .detail-section .detail-label{font-size:14px;font-weight:600;color:#b6b6b6;text-transform:uppercase;letter-spacing:.3px}.property-details-page .property-sidebar .detail-section .detail-value{font-size:14px;color:#fff;font-weight:500;line-height:1.4}.property-details-page .property-sidebar .error-box{text-align:center;padding:25px 15px;background:#ff505014;border:1px solid rgba(255,80,80,.2);border-radius:8px}.property-details-page .property-sidebar .error-box.not-property-box{background:#007bff0d;border-color:#007bff33}.property-details-page .property-sidebar .error-box.not-property-box .error-icon{color:#007bff}.property-details-page .property-sidebar .error-box.not-landscapable-box{background:#ffa5000d;border-color:#ffa50033}.property-details-page .property-sidebar .error-box.not-landscapable-box .error-icon,.property-details-page .property-sidebar .error-box.not-landscapable-box p{color:orange}.property-details-page .property-sidebar .error-box .error-icon{font-size:28px;display:block;margin-bottom:8px}.property-details-page .property-sidebar .error-box p{color:#ffffffe6;font-size:14px;font-weight:600;margin:0 0 6px}.property-details-page .property-sidebar .error-box .error-sub{color:#ffffff80;font-size:12px;font-weight:400;margin:0;line-height:1.4}.compass-section{margin-top:15px;padding-top:20px!important;border-top:1px solid rgba(255,255,255,.05)}.compass-section .compass-wrapper{display:flex;align-items:center;gap:20px;margin-top:10px}.compass-section .compass-container{position:relative;width:80px;height:80px;background:#0003;border:2px solid rgba(255,255,255,.1);border-radius:50%;cursor:crosshair;display:flex;align-items:center;justify-content:center;box-shadow:inset 0 2px 10px #0000004d}.compass-section .compass-container:hover{border-color:#4caf5066}.compass-section .compass-container .compass-ring{position:absolute;inset:5px;border-radius:50%;display:flex;align-items:center;justify-content:center}.compass-section .compass-container .compass-ring span{position:absolute;font-size:10px;font-weight:700;color:#fff6}.compass-section .compass-container .compass-ring span:nth-child(1){transform:translateY(-30px)}.compass-section .compass-container .compass-ring span:nth-child(2){transform:translate(30px)}.compass-section .compass-container .compass-ring span:nth-child(3){transform:translateY(30px)}.compass-section .compass-container .compass-ring span:nth-child(4){transform:translate(-30px)}.compass-section .compass-container .compass-needle{position:relative;width:4px;height:60px;transition:transform .1s ease-out}.compass-section .compass-container .compass-needle .needle-north{position:absolute;top:0;left:0;width:100%;height:50%;background:#ff3b30;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.compass-section .compass-container .compass-needle .needle-south{position:absolute;bottom:0;left:0;width:100%;height:50%;background:#fff;clip-path:polygon(0% 0%,100% 0%,50% 100%)}.compass-section .compass-container .compass-center{position:absolute;width:6px;height:6px;background:#333;border:1px solid #fff;border-radius:50%;z-index:5}.compass-section .bearing-display{display:flex;flex-direction:column;align-items:flex-start}.compass-section .bearing-display .bearing-value{font-size:24px;font-weight:700;color:#4caf50;line-height:1}.compass-section .bearing-display .bearing-label{font-size:12px;color:#ffffff80;text-transform:uppercase;letter-spacing:1px}.zoom-controls{position:fixed;right:30px;display:flex;flex-direction:column;gap:12px;z-index:25;background:#14141466;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);padding:15px;border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0006}.zoom-controls .zoom-btn{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#fff;padding:10px 16px;border-radius:8px;cursor:pointer;font-size:13px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);text-transform:uppercase;letter-spacing:.5px}.zoom-controls .zoom-btn:hover{background:#ffffff26;border-color:#4caf50;transform:translateY(-1px);box-shadow:0 4px 12px #4caf5033}.zoom-controls .zoom-btn:active{transform:translateY(0)}.zoom-controls .zoom-btn.active{background:#4caf5033;border-color:#4caf50;color:#4caf50}.zoom-controls .zoom-readout{color:#ffffff80;font-size:10px;text-align:center;text-transform:uppercase;letter-spacing:1px;margin-top:4px}.map-bottom-action{position:fixed;bottom:40px;left:50%;transform:translate(-50%);z-index:20}.map-bottom-action .confirm-btn{background:green;color:#fff;border:none;padding:8px 12px;max-width:412px;width:100%;border-radius:100px;font-size:24px;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 4px 20px #0000004d;display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap}.map-bottom-action .confirm-btn .btn-arrow-circle{width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.map-bottom-action .confirm-btn .btn-arrow-circle svg{height:30px;width:30px}.map-bottom-action .confirm-btn:hover:not(.disabled){background:#45a049;transform:translateY(-2px);box-shadow:0 6px 25px #4caf5066}.map-bottom-action .confirm-btn:active:not(.disabled){transform:translateY(0)}.map-bottom-action .confirm-btn.disabled{background:#6b6b6b;cursor:not-allowed;box-shadow:0 4px 15px #0003;opacity:.7}@media(max-width:1100px){.map-bottom-action{flex-direction:column;align-items:center;justify-content:flex-start;padding-top:100px}.map-bottom-action .map-background{position:fixed}.map-bottom-action .sidebar-container{height:auto;max-width:450px;padding:20px;margin:0}.map-bottom-action .property-sidebar{height:auto;gap:20px;animation:slideInUp .6s cubic-bezier(.16,1,.3,1)}@keyframes slideInUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.map-bottom-action .property-sidebar .sidebar-content{gap:15px}.map-bottom-action .property-sidebar .back-btn{margin-top:10px}}.landscaping-area-page{position:relative;min-height:100vh;width:100%;background-color:#fff;display:flex;flex-direction:column;overflow-x:hidden}.landscaping-area-page .main-content-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 20px 40px;gap:25px}.landscaping-area-page .horizontal-layout{display:flex;align-items:stretch;justify-content:center;gap:0;max-width:90vw;width:100%;min-width:50vw;box-shadow:0 10px 40px #00000026;border-radius:12px;overflow:hidden;background:#000}.landscaping-area-page .sidebar-container{width:300px;display:flex;z-index:10}.landscaping-area-page .customization-sidebar{background:#333;padding:30px 25px;color:#fff;display:flex;flex-direction:column;gap:25px;flex:1}.landscaping-area-page .customization-sidebar .sidebar-title{font-size:16px;font-weight:500;margin:0;color:#fff}.landscaping-area-page .customization-sidebar .tabs-row{display:flex;background:#000;padding:4px;border-radius:6px;gap:4px}.landscaping-area-page .customization-sidebar .tabs-row .tab-btn{flex:1;padding:8px;background:transparent;border:1px solid rgba(255,255,255,.1);color:#ffffff80;cursor:pointer;font-size:11px;text-transform:uppercase;letter-spacing:.5px;transition:all .2s}.landscaping-area-page .customization-sidebar .tabs-row .tab-btn.active{background:#111;color:#fff;border-color:#fff3}.landscaping-area-page .customization-sidebar .stats-section{display:flex;flex-direction:column;gap:12px;margin-top:10px}.landscaping-area-page .customization-sidebar .stats-section .no-vegetation-banner{background:#dc35451a;border:1px solid rgba(220,53,69,.35);border-left:3px solid #dc3545;border-radius:8px;padding:12px 14px;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.landscaping-area-page .customization-sidebar .stats-section .no-vegetation-banner .no-veg-icon{font-size:20px;margin-bottom:2px}.landscaping-area-page .customization-sidebar .stats-section .no-vegetation-banner .no-veg-title{margin:0;font-size:13px;font-weight:700;color:#ff6b6b;letter-spacing:.2px}.landscaping-area-page .customization-sidebar .stats-section .no-vegetation-banner .no-veg-sub{margin:0;font-size:11px;color:#ff6b6bb3;line-height:1.4}.landscaping-area-page .customization-sidebar .stats-section .stat-card{background:#ffffff08;border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:10px 14px;display:flex;flex-direction:column;gap:2px}.landscaping-area-page .customization-sidebar .stats-section .stat-card .stat-label{font-size:11px;color:#fff6;text-transform:uppercase;letter-spacing:.5px}.landscaping-area-page .customization-sidebar .stats-section .stat-card .stat-value{font-size:15px;font-weight:600;color:#fff}.landscaping-area-page .customization-sidebar .stats-section .stat-card.highlighted{background:#5cb85c0d;border-color:#5cb85c26}.landscaping-area-page .customization-sidebar .stats-section .stat-card.highlighted .stat-label{color:#5cb85c99}.landscaping-area-page .customization-sidebar .stats-section .stat-card.highlighted .stat-value{color:#5cb85c}.landscaping-area-page .customization-sidebar .stats-section .stat-card.highlighted-alt{background:#5cb85c1a;border-color:#5cb85c4d;margin-bottom:4px;border-left:3px solid #5CB85C}.landscaping-area-page .customization-sidebar .stats-section .stat-card.highlighted-alt .stat-label{color:#5cb85ccc;font-weight:600}.landscaping-area-page .customization-sidebar .stats-section .stat-card.highlighted-alt .stat-value{color:#5cb85c;font-size:16px}.landscaping-area-page .customization-sidebar .stats-section .stat-card.frontyard-highlight{border-left:3px solid #00BFFF;background:#00bfff0d}.landscaping-area-page .customization-sidebar .stats-section .stat-card.frontyard-highlight .stat-label{color:#00bfffcc}.landscaping-area-page .customization-sidebar .stats-section .stat-card.frontyard-highlight .stat-value{color:#00bfff}.landscaping-area-page .customization-sidebar .stats-section .stat-card.backyard-highlight{border-left:3px solid #FFA500;background:#ffa5000d}.landscaping-area-page .customization-sidebar .stats-section .stat-card.backyard-highlight .stat-label{color:#ffa500cc}.landscaping-area-page .customization-sidebar .stats-section .stat-card.backyard-highlight .stat-value{color:orange}.landscaping-area-page .customization-sidebar .stats-section .stat-card.total-highlight{background:#ffc1071a;border-color:#ffc1074d;margin-top:8px;padding:12px}.landscaping-area-page .customization-sidebar .stats-section .stat-card.total-highlight .stat-label{color:#ffc107cc;font-weight:700}.landscaping-area-page .customization-sidebar .stats-section .stat-card.total-highlight .stat-value{color:#ffc107;font-size:18px;font-weight:700}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card{background:#ffffff0d;border-color:#ffffff1a;padding:12px;margin-top:5px}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card .compass-mini-wrapper{display:flex;align-items:center;gap:15px;margin-top:8px}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card .compass-mini-container{position:relative;width:50px;height:50px;background:#0000004d;border:1.5px solid rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card .compass-mini-container .compass-ring{position:absolute;inset:2px;display:flex;align-items:center;justify-content:center}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card .compass-mini-container .compass-ring span{position:absolute;font-size:8px;font-weight:800;color:#ffffff4d}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card .compass-mini-container .compass-ring span:nth-child(1){transform:translateY(-18px)}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card .compass-mini-container .compass-ring span:nth-child(2){transform:translate(18px)}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card .compass-mini-container .compass-ring span:nth-child(3){transform:translateY(18px)}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card .compass-mini-container .compass-ring span:nth-child(4){transform:translate(-18px)}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card .compass-mini-container .compass-needle{position:relative;width:3px;height:36px}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card .compass-mini-container .compass-needle .needle-north{position:absolute;top:0;left:0;width:100%;height:50%;background:#ff3b30;clip-path:polygon(50% 0%,0% 100%,100% 100%)}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card .compass-mini-container .compass-needle .needle-south{position:absolute;bottom:0;left:0;width:100%;height:50%;background:#fff;clip-path:polygon(0% 0%,100% 0%,50% 100%)}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card .bearing-info{display:flex;flex-direction:column}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card .bearing-info .bearing-value{font-size:18px;font-weight:700;color:#5cb85c;line-height:1}.landscaping-area-page .customization-sidebar .stats-section .stat-card.compass-card .bearing-info .bearing-label{font-size:10px;color:#fff6;text-transform:uppercase;letter-spacing:.5px}.landscaping-area-page .customization-sidebar .stats-section .rotation-slider-group{margin-top:10px;border-top:1px solid rgba(255,255,255,.05);padding-top:16px;display:flex;flex-direction:column;gap:10px}.landscaping-area-page .customization-sidebar .stats-section .rotation-slider-group .rotation-label{font-size:11px;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;display:flex;justify-content:space-between;align-items:center}.landscaping-area-page .customization-sidebar .stats-section .rotation-slider-group .rotation-label .rotation-value{font-size:13px;font-weight:700;color:#5cb85c;letter-spacing:0;text-transform:none}.landscaping-area-page .customization-sidebar .stats-section .rotation-slider-group .rotation-slider{-webkit-appearance:none;appearance:none;width:100%;height:4px;border-radius:4px;background:linear-gradient(to right,#5cb85c calc(var(--v, 0) / 360 * 100%),#ffffff1f calc(var(--v, 0) / 360 * 100%));outline:none;cursor:pointer;transition:background .1s}.landscaping-area-page .customization-sidebar .stats-section .rotation-slider-group .rotation-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#5cb85c;box-shadow:0 0 0 3px #5cb85c40;cursor:grab;transition:box-shadow .15s,transform .15s}.landscaping-area-page .customization-sidebar .stats-section .rotation-slider-group .rotation-slider::-webkit-slider-thumb:active{cursor:grabbing;transform:scale(1.2);box-shadow:0 0 0 5px #5cb85c59}.landscaping-area-page .customization-sidebar .stats-section .rotation-slider-group .rotation-slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#5cb85c;border:none;box-shadow:0 0 0 3px #5cb85c40;cursor:grab}.landscaping-area-page .customization-sidebar .stats-section .rotation-slider-group .rotation-slider:focus::-webkit-slider-thumb{box-shadow:0 0 0 5px #5cb85c66}.landscaping-area-page .customization-sidebar .stats-section .rotation-slider-group .reset-rotation-btn{background:#5cb85c14;color:#5cb85ccc;border:1px solid rgba(92,184,92,.2);padding:6px 12px;border-radius:6px;font-size:11px;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;transition:all .2s;align-self:flex-end}.landscaping-area-page .customization-sidebar .stats-section .rotation-slider-group .reset-rotation-btn:hover{background:#5cb85c26;color:#5cb85c;border-color:#5cb85c66}.landscaping-area-page .customization-sidebar .stats-section .selection-actions{margin-top:10px;border-top:1px solid rgba(255,255,255,.05);padding-top:20px;display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:space-between}.landscaping-area-page .customization-sidebar .stats-section .selection-actions .secondary-btn{flex:1;min-width:0;background:#ffffff0d;color:#ffffffb3;border:1px solid rgba(255,255,255,.1);padding:8px 20px;border-radius:6px;font-size:13px;cursor:pointer;transition:all .2s}.landscaping-area-page .customization-sidebar .stats-section .selection-actions .secondary-btn:hover{background:#ffffff1a;color:#fff;border-color:#fff3}.landscaping-area-page .customization-sidebar .input-sections{display:flex;flex-direction:column;gap:20px}.landscaping-area-page .customization-sidebar .input-sections .input-group{display:flex;flex-direction:column;gap:10px}.landscaping-area-page .customization-sidebar .input-sections .input-group h3{font-size:13px;font-weight:500;margin:0;color:#ffffffe6}.landscaping-area-page .customization-sidebar .input-sections .input-group .inputs-row{display:flex;gap:12px}.landscaping-area-page .customization-sidebar .input-sections .input-group .inputs-row .field{flex:1;display:flex;flex-direction:column;gap:6px}.landscaping-area-page .customization-sidebar .input-sections .input-group .inputs-row .field label{font-size:10px;color:#fff6;text-transform:uppercase;letter-spacing:.5px}.landscaping-area-page .customization-sidebar .input-sections .input-group .inputs-row .field input{width:100%;height:38px;background:#ffffff1f;border:1px solid rgba(255,255,255,.05);border-radius:4px;color:#fff;padding:0 12px;outline:none;font-size:13px}.landscaping-area-page .customization-sidebar .input-sections .input-group .inputs-row .field input:focus{background:#ffffff2e;border-color:#fff3}.landscaping-area-page .map-wrapper{flex:1;width:100%;min-width:0;display:flex;overflow:hidden;background:#0d0d1a;touch-action:none;-webkit-user-select:none;user-select:none}.landscaping-area-page .map-container{position:relative;flex:1;overflow:hidden;display:flex;align-items:center;justify-content:center;background-color:#000;padding:0}.landscaping-area-page .map-content-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:100%}.landscaping-area-page .map-content-wrapper .image-grid-unit{position:relative;display:flex;align-items:center;justify-content:center;width:fit-content;height:fit-content}.landscaping-area-page .map-content-wrapper .image-grid-unit .layered-grid-container{position:absolute;top:0;left:0;width:100%;height:100%}.landscaping-area-page .map-content-wrapper .image-grid-unit .highlight-grid{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;pointer-events:none;z-index:1;-webkit-user-select:none;user-select:none;touch-action:none}.landscaping-area-page .map-content-wrapper .image-grid-unit .highlight-grid .highlight-cell{width:100%;height:100%;background:transparent;transition:background .1s ease}.landscaping-area-page .map-content-wrapper .image-grid-unit .highlight-grid .highlight-cell.selected{background:#001e00d9;box-shadow:inset 0 0 6px #fff3;z-index:5}.landscaping-area-page .map-content-wrapper .image-grid-unit .interactive-grid{position:absolute;top:0;left:0;width:100%;height:100%;display:grid;background:transparent;z-index:2;-webkit-user-select:none;user-select:none;touch-action:none}.landscaping-area-page .map-content-wrapper .image-grid-unit .interactive-grid .grid-cell{width:100%;height:100%;border:.25px solid rgba(255,255,255,.3);cursor:pointer;transition:all .1s ease}.landscaping-area-page .map-content-wrapper .image-grid-unit .interactive-grid .grid-cell:hover{background:#ffffff14}.landscaping-area-page .map-content-wrapper .image-grid-unit .interactive-grid .grid-cell.building{border:.5px dashed rgba(255,60,60,.5);pointer-events:auto;background:#ff00000a}.landscaping-area-page .map-content-wrapper .image-grid-unit .interactive-grid .grid-cell.building:hover{background:#ff000026}.landscaping-area-page .map-content-wrapper .image-grid-unit .interactive-grid .grid-cell.partial{border:.25px solid rgba(255,255,255,.35);background:#ffa50014}.landscaping-area-page .map-content-wrapper .image-grid-unit .interactive-grid .grid-cell.partial:hover{background:#ffa50026}.landscaping-area-page .map-content-wrapper .image-grid-unit .interactive-grid .grid-cell.outside{border:.25px solid rgba(255,255,255,.1);background:#0006;cursor:not-allowed;pointer-events:none}.landscaping-area-page .map-content-wrapper .image-grid-unit .interactive-grid .grid-cell.non-selected-yard{border:.25px solid rgba(255,0,0,.3);background:#ff000026;cursor:not-allowed;pointer-events:none}.landscaping-area-page .map-content-wrapper .image-grid-unit .interactive-grid .grid-cell:hover{background:#5cb85c1a}.landscaping-area-page .map-content-wrapper .property-image-wrapper{position:relative;max-width:80vh;max-height:70vw;display:block}.landscaping-area-page .map-content-wrapper .property-image-wrapper .property-image{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .5s ease-in-out,filter .5s ease-in-out}.landscaping-area-page .map-content-wrapper .property-image-wrapper .property-image.loading-state{opacity:.8;filter:grayscale(.1) brightness(.9)}.landscaping-area-page .map-content-wrapper .property-image-wrapper .property-image-loader-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:inherit;z-index:3;animation:pulse-transparent 2s infinite ease-in-out}@keyframes pulse-transparent{0%{background:#ffffff4d}50%{background:#ffffff80}to{background:#ffffff4d}}.landscaping-area-page .area-popup-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;border-radius:inherit}.landscaping-area-page .area-popup-overlay .area-popup{background:#fff;padding:30px 40px;border-radius:8px;text-align:center;box-shadow:0 10px 30px #0000004d;pointer-events:auto}.landscaping-area-page .area-popup-overlay .area-popup h3{color:#000;margin:0 0 25px;font-size:14px;font-weight:500;line-height:1.4}.landscaping-area-page .area-popup-overlay .area-popup .area-buttons{display:flex;gap:50px;justify-content:center}.landscaping-area-page .area-popup-overlay .area-popup .area-buttons button{background:none;border:none;color:#000;font-size:13px;font-weight:600;cursor:pointer;padding:0;transition:opacity .2s}.landscaping-area-page .area-popup-overlay .area-popup .area-buttons button:hover{opacity:.7}.landscaping-area-page .image-loading-placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#000000b3;color:#fff;z-index:5;gap:15px}.landscaping-area-page .image-loading-placeholder span{font-size:14px;font-weight:500}.landscaping-area-page .object-loading-overlay{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:10px 20px;border-radius:50px;display:flex;align-items:center;gap:12px;z-index:10;border:1px solid rgba(255,255,255,.1);box-shadow:0 4px 15px #0000004d;animation:fadeIn .3s ease-out}.landscaping-area-page .object-loading-overlay span{color:#fff;font-size:13px;font-weight:500;white-space:nowrap;letter-spacing:.3px}.landscaping-area-page .object-loading-overlay .mini-spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.2);border-top:2px solid #5CB85C;border-radius:50%;animation:spin .8s linear infinite}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}.landscaping-area-page .image-error-placeholder{position:absolute;top:0;left:0;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;background:#000000d9;color:#fff;text-align:center;padding:40px;z-index:5}.landscaping-area-page .image-error-placeholder .error-icon{font-size:40px;margin-bottom:10px}.landscaping-area-page .image-error-placeholder p{font-size:16px;font-weight:600;margin:0 0 6px}.landscaping-area-page .image-error-placeholder .error-sub{font-size:13px;color:#ffffff80;font-weight:400;margin:0}.landscaping-area-page .spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.1);border-top:4px solid #5CB85C;border-radius:50%;animation:spin 1s linear infinite}.map-overlays{position:absolute;top:0;left:0;width:100%;padding:25px;display:flex;justify-content:space-between;align-items:flex-start;pointer-events:none}.map-overlays .landscaping-title{font-size:16px;font-weight:600;padding-left:100px;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.6);margin:0}.zoom-controls-panel{position:absolute;bottom:30px;right:30px;background:#2a2a2a;border:1px solid rgba(255,255,255,.2);border-radius:8px;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 4px 15px #00000080;z-index:1000}.zoom-controls-panel .zoom-ctrl-btn{background:transparent;border:none;color:#fff;width:40px;height:40px;font-size:24px;font-weight:400;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.zoom-controls-panel .zoom-ctrl-btn:hover{background:#ffffff1a;color:#5cb85c}.zoom-controls-panel .zoom-ctrl-btn:active{background:#fff3;transform:scale(.95)}.zoom-controls-panel .zoom-divider{height:1px;background:#ffffff1a;width:80%;margin:0 auto}.action-footer{width:100%;display:flex;justify-content:center;padding-top:10px;margin-bottom:20px}.action-footer .continue-btn{background:green;color:#fff;border:none;padding:8px 12px;max-width:412px;width:100%;border-radius:100px;font-size:24px;font-weight:500;cursor:pointer;transition:all .2s;box-shadow:0 4px 20px #0000004d;display:flex;align-items:center;justify-content:flex-end;gap:30px;white-space:nowrap}.action-footer .continue-btn .btn-arrow-circle{width:48px;height:48px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.action-footer .continue-btn .btn-arrow-circle svg{height:30px;width:30px}.action-footer .continue-btn:hover{background:#006d00;transform:translateY(-2px);box-shadow:0 6px 25px #00800066}.action-footer .continue-btn:active{transform:translateY(0)}@media(max-width:1100px){.main-content-wrapper{padding:20px 10px;justify-content:flex-start}.horizontal-layout{flex-direction:column;width:100%;max-width:600px;border-radius:12px}.sidebar-container{width:100%}.customization-sidebar{border-radius:12px 12px 0 0;padding:20px}.map-wrapper{width:100%;aspect-ratio:1.2}.map-container{border-radius:0 0 12px 12px}.map-overlays{padding:15px}.map-overlays .landscaping-title{font-size:18px}.map-overlays .parameter-badge{font-size:12px;padding:4px 10px}}@media(max-width:600px){.action-footer .continue-btn{width:100%;max-width:300px;padding:12px 20px}}.property-upload-page{min-height:100vh;background:#fdfdfd;display:flex;flex-direction:column;font-family:Inter,sans-serif}.property-upload-page .upload-container{flex:1;display:flex;flex-direction:column;align-items:center;padding:60px 20px;max-width:1200px;margin:0 auto;width:100%;text-align:center}.property-upload-page .upload-title{font-size:24px;color:#2b2b2b;font-weight:500;margin-top:20px;margin-bottom:10px}.property-upload-page .upload-subtitle{font-size:14px;color:#777;margin-bottom:40px;font-style:italic}.property-upload-page .upload-subtitle .watch-tutorial{color:#4caf50;font-weight:700;cursor:pointer;text-decoration:underline}.property-upload-page .upload-subtitle .watch-tutorial:hover{color:#388e3c}.property-upload-page .dynamic-view-container{width:100%;margin-bottom:40px}.property-upload-page .dynamic-view-container .upload-error-message{background:#ffebee;color:#c62828;padding:12px 20px;border-radius:8px;margin-bottom:20px;font-size:14px;max-width:940px;margin-left:auto;margin-right:auto;text-align:left;border-left:4px solid #c62828}.property-upload-page .dynamic-view-container .view-header-row{display:flex;justify-content:space-between;align-items:center;max-width:940px;margin:0 auto 18px;flex-wrap:wrap;gap:12px}.property-upload-page .dynamic-view-container .view-header-row .view-title{font-size:16px;font-weight:700;color:#333;margin-bottom:0;text-align:left}.property-upload-page .dynamic-view-container .view-header-row .select-image-hint{font-size:13px;font-weight:600;color:#2e7d32;background:#e8f5e9;padding:6px 14px;border-radius:20px;display:inline-flex;align-items:center;gap:6px;border:1px solid #c8e6c9;box-shadow:0 1px 3px #2e7d321a}.property-upload-page .dynamic-view-container .view-title{font-size:16px;font-weight:700;color:#333;margin-bottom:20px;text-align:left;width:100%;max-width:940px;margin-left:auto;margin-right:auto}.property-upload-page .dynamic-view-container .images-horizontal-list{display:flex;align-items:center;gap:20px;justify-content:center;flex-wrap:wrap}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box{position:relative;width:380px;height:250px;border:1px dashed #ccc;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f9f9f9;padding:12px;transition:all .4s cubic-bezier(.4,0,.2,1)}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box.best-selection-glow{border:2px solid #e2b024;box-shadow:0 0 20px #e2b02473;animation:goldGlowPulse 2.5s infinite ease-in-out}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box.invalid-border{border:2px dashed #d32f2f;box-shadow:0 0 15px #d32f2f1f}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box.clickable-thumbnail{cursor:pointer}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box.clickable-thumbnail:hover:not(.best-selection-glow){border-color:#2e7d32}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box.clickable-thumbnail:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000001f}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box img{width:100%;height:100%;object-fit:cover;border-radius:8px}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box .remove-image-btn{position:absolute;top:15px;right:15px;width:28px;height:28px;background:#fffffff2;border:1px solid rgba(0,0,0,.05);border-radius:50%;color:#d32f2f;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #00000026;transition:all .2s cubic-bezier(.4,0,.2,1);z-index:10;padding-bottom:2px}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box .remove-image-btn:hover{background:#d32f2f;color:#fff;transform:scale(1.15) rotate(90deg);box-shadow:0 6px 15px #d32f2f4d}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box .remove-image-btn:active{transform:scale(.95)}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box .reupload-overlay-btn{position:absolute;bottom:20px;left:50%;transform:translate(-50%) translateY(10px);background:#ffffffe6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);color:#333;border:1px solid rgba(0,0,0,.12);padding:8px 16px;font-size:13px;font-weight:600;border-radius:20px;cursor:pointer;opacity:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:8;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;gap:6px}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box .reupload-overlay-btn:hover{background:#fff;transform:translate(-50%) translateY(0) scale(1.04);box-shadow:0 6px 18px #00000024;border-color:#2e7d32;color:#2e7d32}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box .reupload-overlay-btn:active{transform:translate(-50%) translateY(0) scale(.97)}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box:hover .reupload-overlay-btn,.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box.invalid-border .reupload-overlay-btn{opacity:1;transform:translate(-50%) translateY(0)}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box .validation-badge{position:absolute;top:15px;left:15px;padding:6px 14px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;border-radius:30px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 10px #00000014;z-index:9;animation:fadeInScale .35s cubic-bezier(.34,1.56,.64,1);border:1px solid rgba(255,255,255,.25)}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box .validation-badge.valid{background:#2e7d32d9;color:#fff}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box .validation-badge.invalid{background:#d32f2fd9;color:#fff}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box .validation-badge.best{background:linear-gradient(135deg,#e2b024f2,#b8860bf2);color:#fff;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #e2b02459;animation:pulseBestBadge 2s infinite ease-in-out}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box .selected-tick-badge{position:absolute;bottom:15px;right:15px;width:28px;height:28px;background:#2e7d32;border:2px solid #fff;border-radius:50%;color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0080004d;z-index:10;animation:fadeInScale .3s cubic-bezier(.34,1.56,.64,1)}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box .rejection-reason-box{position:absolute;bottom:0;left:0;right:0;background:#d32f2fe6;color:#fff;font-size:11px;font-weight:500;padding:8px 12px;text-align:center;z-index:7;border-top:1px solid rgba(255,255,255,.1);animation:slideUp .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.property-upload-page .dynamic-view-container .images-horizontal-list .uploaded-thumbnail-box .rejection-reason-box:hover{white-space:normal;overflow:visible;background:#d32f2ffa}.property-upload-page .dynamic-view-container .images-horizontal-list .upload-placeholder-box{width:380px;height:250px;border:1px dashed #ccc;border-radius:12px;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:border-color .3s,background .3s}.property-upload-page .dynamic-view-container .images-horizontal-list .upload-placeholder-box.single-large{width:700px;height:350px;max-width:100%}.property-upload-page .dynamic-view-container .images-horizontal-list .upload-placeholder-box.single-large .placeholder-svg{width:100px;height:100px;margin-bottom:25px}.property-upload-page .dynamic-view-container .images-horizontal-list .upload-placeholder-box.single-large .limit-text{font-size:14px}.property-upload-page .dynamic-view-container .images-horizontal-list .upload-placeholder-box:hover{background:#fafafa;border-color:#4caf50}.property-upload-page .dynamic-view-container .images-horizontal-list .upload-placeholder-box .empty-state{display:flex;flex-direction:column;align-items:center}.property-upload-page .dynamic-view-container .images-horizontal-list .upload-placeholder-box .empty-state .placeholder-svg{width:60px;height:60px;margin-bottom:15px}.property-upload-page .dynamic-view-container .images-horizontal-list .upload-placeholder-box .empty-state .limit-text{font-size:12px;color:#666;font-style:italic;line-height:1.4;text-align:center}.property-upload-page .dynamic-view-container .images-horizontal-list .upload-placeholder-box .empty-state .limit-text span{color:#2e7d32;font-weight:700}.property-upload-page .verification-modal{background:#fdfdfd;width:90%;max-width:500px;border-radius:12px;padding:30px;position:relative;text-align:center;box-shadow:0 10px 30px #0000001a}.property-upload-page .verification-modal .modal-title{font-size:18px;font-weight:700;color:#333;margin-bottom:20px;text-align:left}.property-upload-page .verification-modal .preview-container{width:100%;height:250px;background:#eee;border-radius:8px;overflow:hidden;margin-bottom:20px}.property-upload-page .verification-modal .preview-container .pending-preview-img{width:100%;height:100%;object-fit:cover}.property-upload-page .verification-modal .modal-actions{display:flex;align-items:center;justify-content:center;gap:20px;margin-top:10px}.property-upload-page .verification-modal .cancel-upload-btn{background:transparent;color:#666;border:1px solid #ccc;padding:10px 24px;border-radius:30px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s ease}.property-upload-page .verification-modal .cancel-upload-btn:hover{background:#f5f5f5;color:#333;border-color:#999}.property-upload-page .verification-modal .verify-continue-btn{background:green;color:#fff;border:none;padding:12px 28px;border-radius:30px;font-size:15px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s ease;box-shadow:0 4px 10px #00800033}.property-upload-page .verification-modal .verify-continue-btn .arrow-circle{background:#fff;color:green;border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-size:10px}.property-upload-page .verification-modal .verify-continue-btn:hover{background:#006400;box-shadow:0 6px 15px #0080004d;transform:translateY(-1px)}.property-upload-page .note-wrapper{margin-bottom:40px;text-align:center}.property-upload-page .note-wrapper .upload-note{font-size:14px;color:#555;max-width:500px;margin:0 auto}.property-upload-page .note-wrapper .upload-note strong{color:#2b2b2b}.property-upload-page .note-wrapper .upload-note span{font-style:italic}.property-upload-page .continue-btn{background:green;color:#fff;border:none;padding:14px 28px;border-radius:30px;font-size:16px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:15px;transition:all .2s ease;box-shadow:0 4px 6px #0000001a;margin:0 auto}.property-upload-page .continue-btn .arrow-circle{background:#fff;color:green;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:16px}.property-upload-page .continue-btn:hover{background:#006400;transform:translateY(-2px)}.property-upload-page .continue-btn:disabled{background:#ccc;cursor:not-allowed;transform:none}.property-upload-page .modal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.property-upload-page .tutorial-modal{background:#fff;width:90%;max-width:600px;border-radius:12px;padding:30px;position:relative;text-align:center}.property-upload-page .tutorial-modal .close-btn{position:absolute;top:15px;right:15px;background:transparent;border:none;font-size:20px;color:#888;cursor:pointer}.property-upload-page .tutorial-modal h2{color:#1b3b22;font-size:22px;margin-bottom:10px}.property-upload-page .tutorial-modal p{font-size:14px;color:#666;margin-bottom:20px}.property-upload-page .tutorial-modal p span{color:#4caf50;font-weight:600}.property-upload-page .tutorial-modal .video-placeholder{width:100%;height:300px;background:#ddd;border-radius:8px;margin-bottom:20px;position:relative;overflow:hidden}.property-upload-page .tutorial-modal .video-placeholder img{width:100%;height:100%;object-fit:cover}.property-upload-page .tutorial-modal .video-placeholder .play-icon{position:absolute;bottom:15px;left:15px;color:#fff;font-size:24px}.property-upload-page .tutorial-modal .video-placeholder .time-stamp{position:absolute;bottom:15px;left:50px;color:#fff;font-size:14px}.property-upload-page .tutorial-modal .got-it-btn{background:#2e7d32;color:#fff;width:100%;padding:12px;border-radius:8px;border:none;font-weight:700;cursor:pointer}.property-upload-page .tutorial-modal .got-it-btn:hover{background:#1b5e20}.property-upload-page .ai-analyzing-view{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:calc(100vh - 100px);text-align:center}.property-upload-page .ai-analyzing-view .stars-icon{width:80px;height:80px;margin-bottom:30px;animation:pulse 1.5s infinite}.property-upload-page .ai-analyzing-view h2{font-size:28px;color:#2b2b2b;margin-bottom:15px}.property-upload-page .ai-analyzing-view p{font-size:14px;color:#666;max-width:400px;line-height:1.5}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}.property-upload-page .validation-footer-action{display:flex;flex-direction:column;align-items:center;gap:20px;margin:20px auto 0;animation:fadeIn .4s ease}.property-upload-page .validation-footer-action .validation-warning-text{color:#d32f2f;background:#ffebee;border-left:4px solid #d32f2f;padding:12px 20px;font-size:13.5px;font-weight:500;border-radius:8px;max-width:600px;text-align:center;box-shadow:0 4px 12px #0000000d;animation:shakeWarning .5s ease-in-out;line-height:1.4}.property-upload-page .validation-footer-action .next-btn{background:linear-gradient(135deg,#2e7d32,#1b5e20)!important;box-shadow:0 6px 20px #2e7d324d!important}.property-upload-page .validation-footer-action .next-btn:hover:not(:disabled){background:linear-gradient(135deg,#1b5e20,#0d3c0f)!important;box-shadow:0 8px 25px #2e7d3266!important;transform:translateY(-2px)}.property-upload-page .validation-footer-action .next-btn:disabled{background:#ccc!important;color:#888!important;box-shadow:none!important;cursor:not-allowed;transform:none!important;border:1px solid rgba(0,0,0,.05)}.property-upload-page .validation-footer-action .next-btn:disabled .arrow-circle{background:#aaa!important;color:#ccc!important}@keyframes goldGlowPulse{0%{box-shadow:0 0 12px #e2b02459}50%{box-shadow:0 0 25px #e2b024cc}to{box-shadow:0 0 12px #e2b02459}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}@keyframes pulseBestBadge{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes shakeWarning{0%,to{transform:translate(0)}20%,60%{transform:translate(-4px)}40%,80%{transform:translate(4px)}}.property-upload-page input[type=file]{display:none}.keep-elements-page{min-height:100vh;background:#fdfdfd;display:flex;flex-direction:column;font-family:Inter,sans-serif}.keep-elements-page .ke-main-container{flex:1;display:flex;flex-direction:column;align-items:center;padding:40px 20px;max-width:1200px;margin:0 auto;width:100%}.keep-elements-page .stars-header{text-align:center;margin-bottom:30px}.keep-elements-page .stars-header svg{margin-bottom:15px;animation:bounce 2s infinite}.keep-elements-page .stars-header svg.spinning{animation:spin 2s linear infinite}.keep-elements-page .stars-header h2{font-size:22px;color:#333;font-weight:500;line-height:1.4}.keep-elements-page .stars-header h2 span{color:#2e7d32;font-weight:700}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.keep-elements-page .thumbnails-tray{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:40px;flex-wrap:wrap}.keep-elements-page .thumbnails-tray .thumbnail-option{position:relative;width:250px;height:250px;border-radius:12px;overflow:hidden;cursor:pointer;border:4px solid transparent;transition:all .2s ease;box-shadow:0 4px 6px #0000000d;background:#fff}.keep-elements-page .thumbnails-tray .thumbnail-option img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.keep-elements-page .thumbnails-tray .thumbnail-option .status-badge{position:absolute;top:15px;right:15px;background:#ffffffd9;color:#333;font-size:11px;font-weight:700;padding:6px 16px;border-radius:20px;transition:all .2s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.keep-elements-page .thumbnails-tray .thumbnail-option:hover{transform:translateY(-2px);box-shadow:0 8px 12px #0000001a}.keep-elements-page .thumbnails-tray .thumbnail-option.selected{border-color:#2e7d32;box-shadow:0 0 20px #2e7d3233}.keep-elements-page .thumbnails-tray .thumbnail-option.selected .status-badge{background:#2e7d32;color:#fff}.keep-elements-page .thumbnails-tray .thumbnail-option.disabled{cursor:not-allowed;opacity:.7;filter:grayscale(.5)}.keep-elements-page .hero-preview-wrapper{position:relative;width:100%;max-width:900px;min-height:500px;border-radius:16px;overflow:hidden;margin-bottom:20px;box-shadow:0 10px 30px #0000001a;background:#eee;display:flex;align-items:center;justify-content:center}.keep-elements-page .hero-preview-wrapper .hero-image-container{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.keep-elements-page .hero-preview-wrapper .hero-image-container .hero-image{max-width:100%;max-height:700px;display:block;transition:filter .4s ease-in-out}.keep-elements-page .hero-preview-wrapper .hero-image-container .hero-image.detecting{filter:blur(12px)}.keep-elements-page .hero-preview-wrapper .hero-image-container .polygon-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.keep-elements-page .hero-preview-wrapper .hero-image-container .polygon-overlay .object-polygon{pointer-events:auto;fill:#0009;stroke:#000c;stroke-width:2px;cursor:pointer;transition:all .2s}.keep-elements-page .hero-preview-wrapper .hero-image-container .polygon-overlay .object-polygon:hover{fill:#4caf504d;stroke:#4caf50e6}.keep-elements-page .hero-preview-wrapper .hero-image-container .polygon-overlay .object-polygon.selected{fill:#4caf5066;stroke:#4caf50;stroke-width:3px}.keep-elements-page .hero-preview-wrapper .inpainting-loader{position:absolute;top:0;left:0;width:100%;height:100%;background:#fffc;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.keep-elements-page .hero-preview-wrapper .inpainting-loader .spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #2e7d32;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}.keep-elements-page .hero-preview-wrapper .inpainting-loader p{font-weight:600;color:#2e7d32}.keep-elements-page .hero-preview-wrapper .keep-elements-btn{position:absolute;top:20px;right:20px;background:#2e7d32e6;color:#fff;border:none;padding:10px 20px;border-radius:25px;font-size:13px;font-weight:600;display:flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 4px 10px #0003;z-index:2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.keep-elements-page .hero-preview-wrapper .keep-elements-btn:hover:not(:disabled){background:#1b5e20}.keep-elements-page .hero-preview-wrapper .keep-elements-btn:disabled{opacity:.7;cursor:not-allowed}.keep-elements-page .hero-preview-wrapper .reset-btn{position:absolute;bottom:20px;right:20px;background:#f44336e6;color:#fff;border:none;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;cursor:pointer;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.keep-elements-page .hero-preview-wrapper .reset-btn:hover{background:#d32f2f}.keep-elements-page .hero-preview-wrapper .simulated-mask-overlay{display:none}.keep-elements-page .ke-instructions{margin-bottom:30px;text-align:center;max-width:600px;animation:fadeIn 1s}.keep-elements-page .ke-instructions p{font-size:14px;color:#666;line-height:1.5}.keep-elements-page .ke-instructions p strong{color:#2e7d32}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.keep-elements-page .continue-btn{background:green;color:#fff;border:none;padding:14px 28px;border-radius:30px;font-size:16px;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:15px;transition:all .2s ease;box-shadow:0 4px 6px #0000001a}.keep-elements-page .continue-btn .arrow-circle{background:#fff;color:green;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700}.keep-elements-page .continue-btn:hover{background:#006400;transform:translateY(-2px)}.select-theme-page{min-height:100vh;background:#fdfdfd;display:flex;flex-direction:column}.select-theme-page .theme-main-container{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:40px 24px 60px;display:flex;flex-direction:column}.select-theme-page .theme-header{text-align:center;margin-bottom:40px;position:relative;display:flex;flex-direction:column;align-items:center}.select-theme-page .theme-header h2{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:8px;letter-spacing:-.5px}.select-theme-page .theme-header .subtitle{font-size:16px;color:#666;font-style:italic}.select-theme-page .theme-header .selection-badge-pill{margin-top:15px;background:#2e7d321a;color:#2e7d32;padding:6px 16px;border-radius:20px;font-size:13.5px;font-weight:600;border:1px solid rgba(46,125,50,.2);animation:fadeInScale .3s ease}.select-theme-page .loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px}.select-theme-page .loading-container .spinner{width:48px;height:48px;border:4px solid rgba(0,0,0,.05);border-top:4px solid #2E7D32;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.select-theme-page .loading-container p{font-size:14px;color:#666}.select-theme-page .error-state-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 24px;background:#fff5f5;border:2px dashed #FFCDD2;border-radius:16px;max-width:550px;margin:40px auto;text-align:center;box-shadow:0 4px 20px #d32f2f0a;animation:fadeInScale .3s ease}.select-theme-page .error-state-container .error-icon{font-size:44px;margin-bottom:16px}.select-theme-page .error-state-container .error-message{font-size:15px;color:#c62828;font-weight:600;margin:0 0 20px;line-height:1.5}.select-theme-page .error-state-container .retry-btn{background:linear-gradient(135deg,#d32f2f,#b71c1c);color:#fff;border:none;padding:10px 28px;font-size:13.5px;font-weight:700;border-radius:8px;cursor:pointer;box-shadow:0 4px 12px #d32f2f40;transition:all .2s cubic-bezier(.4,0,.2,1)}.select-theme-page .error-state-container .retry-btn:hover{background:linear-gradient(135deg,#b71c1c,#7f0000);transform:translateY(-2px);box-shadow:0 6px 18px #d32f2f59}.select-theme-page .error-state-container .retry-btn:active{transform:translateY(0)}.select-theme-page .themes-grid-scrollbar-wrapper{flex:1;overflow-y:auto;max-height:600px;padding-right:12px;margin-bottom:40px}.select-theme-page .themes-grid-scrollbar-wrapper::-webkit-scrollbar{width:8px}.select-theme-page .themes-grid-scrollbar-wrapper::-webkit-scrollbar-track{background:#00000008;border-radius:10px}.select-theme-page .themes-grid-scrollbar-wrapper::-webkit-scrollbar-thumb{background:#2e7d32;border-radius:10px;border:2px solid #fdfdfd}.select-theme-page .themes-grid-scrollbar-wrapper::-webkit-scrollbar-thumb:hover{background:#1b5e20}.select-theme-page .themes-grid-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:24px;padding:4px}.select-theme-page .theme-card{position:relative;height:340px;border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 4px 20px #0000000d;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.select-theme-page .theme-card .card-image-wrapper{position:absolute;inset:0;z-index:1}.select-theme-page .theme-card .card-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.select-theme-page .theme-card .card-image-wrapper .card-gradient-overlay{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.85) 0%,rgba(0,0,0,.4) 40%,transparent 100%);z-index:2}.select-theme-page .theme-card .view-details-btn{position:absolute;top:15px;right:15px;background:#2e7d32;color:#fff;border:none;padding:5px 12px;font-size:11px;font-weight:700;border-radius:4px;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;z-index:5;transition:all .2s ease;opacity:.9}.select-theme-page .theme-card .view-details-btn:hover{background:#1b5e20;transform:scale(1.05);opacity:1}.select-theme-page .theme-card .theme-card-footer{position:absolute;bottom:0;left:0;right:0;padding:20px;z-index:3;display:flex;align-items:center;justify-content:space-between}.select-theme-page .theme-card .theme-card-footer h3{color:#fff;font-size:18px;font-weight:600;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.4)}.select-theme-page .theme-card .theme-card-footer .selected-tick{width:24px;height:24px;background:#2e7d32;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;box-shadow:0 2px 8px #2e7d3266;animation:fadeInScale .25s cubic-bezier(.34,1.56,.64,1)}.select-theme-page .theme-card.selected{transform:translateY(-4px);border-color:#2e7d32;box-shadow:0 10px 30px #2e7d3226,0 1px 3px #2e7d320d}.select-theme-page .theme-card.selected .card-image-wrapper img{transform:scale(1.05)}.select-theme-page .theme-card.limit-reached{opacity:.6;filter:grayscale(.2);cursor:not-allowed}.select-theme-page .theme-card:hover:not(.limit-reached){transform:translateY(-6px);box-shadow:0 12px 30px #0000001f}.select-theme-page .theme-card:hover:not(.limit-reached) .card-image-wrapper img{transform:scale(1.08)}.select-theme-page .theme-footer-actions{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding-top:20px;border-top:1px solid #eee}.select-theme-page .theme-footer-actions .back-btn-outline{background:transparent;border:1px solid #ccc;color:#666;padding:12px 28px;font-size:14px;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.select-theme-page .theme-footer-actions .back-btn-outline:hover{background:#f5f5f5;color:#333;border-color:#999}.select-theme-page .theme-footer-actions .continue-next-btn{background:linear-gradient(135deg,#2e7d32,#1b5e20);color:#fff;border:none;padding:14px 36px;font-size:15px;font-weight:700;border-radius:8px;cursor:pointer;box-shadow:0 4px 15px #2e7d3240;display:flex;align-items:center;gap:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.select-theme-page .theme-footer-actions .continue-next-btn .arrow{font-family:monospace}.select-theme-page .theme-footer-actions .continue-next-btn:hover:not(:disabled){background:linear-gradient(135deg,#1b5e20,#0d3c0f);transform:translateY(-2px);box-shadow:0 6px 20px #2e7d3259}.select-theme-page .theme-footer-actions .continue-next-btn:active:not(:disabled){transform:translateY(0)}.select-theme-page .theme-footer-actions .continue-next-btn:disabled{background:#e0e0e0;color:#a0a0a0;box-shadow:none;cursor:not-allowed}.select-theme-page .modal-backdrop-blur{position:fixed;inset:0;background:#00000073;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:100;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}.select-theme-page .theme-detail-modal-card{background:#f7f7f7;width:100%;max-width:900px;border-radius:20px;box-shadow:0 20px 50px #0003;padding:32px;position:relative;max-height:90vh;overflow-y:auto;display:flex;flex-direction:column;gap:24px;animation:slideUpModal .4s cubic-bezier(.34,1.56,.64,1)}.select-theme-page .theme-detail-modal-card .modal-close-x{position:absolute;top:20px;right:24px;background:transparent;border:none;font-size:32px;color:#999;cursor:pointer;transition:color .2s ease}.select-theme-page .theme-detail-modal-card .modal-close-x:hover{color:#333}.select-theme-page .theme-detail-modal-card .modal-top-section{display:flex;justify-content:space-between;align-items:flex-start;padding-right:40px;gap:20px}.select-theme-page .theme-detail-modal-card .modal-title-box h2{font-size:28px;font-weight:700;color:#1a1a1a;margin:0 0 4px}.select-theme-page .theme-detail-modal-card .modal-title-box .modal-subtitle{font-size:13px;color:#666;margin:0}.select-theme-page .theme-detail-modal-card .modal-select-toggle-btn{background:#2e7d32;color:#fff;border:none;padding:8px 18px;font-size:13px;font-weight:700;border-radius:18px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .25s ease;box-shadow:0 4px 10px #2e7d3233}.select-theme-page .theme-detail-modal-card .modal-select-toggle-btn:hover:not(:disabled){background:#1b5e20;transform:scale(1.03)}.select-theme-page .theme-detail-modal-card .modal-select-toggle-btn.selected{background:#1b5e20;box-shadow:inset 0 2px 4px #0000001a}.select-theme-page .theme-detail-modal-card .modal-select-toggle-btn:disabled{background:#ccc;color:#888;box-shadow:none;cursor:not-allowed}.select-theme-page .theme-detail-modal-card .modal-image-showcase-container{position:relative;width:100%}.select-theme-page .theme-detail-modal-card .modal-side-images{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;height:280px}.select-theme-page .theme-detail-modal-card .modal-side-images .showcase-img-box{border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000f}.select-theme-page .theme-detail-modal-card .modal-side-images .showcase-img-box img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.select-theme-page .theme-detail-modal-card .modal-side-images .showcase-img-box img:hover{transform:scale(1.03)}.select-theme-page .theme-detail-modal-card .gallery-arrows-nav{position:absolute;bottom:-20px;right:15px;display:flex;gap:8px;z-index:10}.select-theme-page .theme-detail-modal-card .gallery-arrows-nav .arrow-nav-btn{width:36px;height:36px;border-radius:50%;border:1px solid #ccc;background:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#555;cursor:pointer;box-shadow:0 2px 6px #00000014;transition:all .2s ease}.select-theme-page .theme-detail-modal-card .gallery-arrows-nav .arrow-nav-btn:hover{background:#2e7d32;color:#fff;border-color:#2e7d32;transform:scale(1.05)}.select-theme-page .theme-detail-modal-card .gallery-arrows-nav .arrow-nav-btn:active{transform:scale(.95)}.select-theme-page .theme-detail-modal-card .modal-info-details-layout{display:grid;grid-template-columns:1.4fr 1fr;gap:32px;margin-top:15px;border-top:1px solid rgba(0,0,0,.05);padding-top:24px}.select-theme-page .theme-detail-modal-card .modal-description-paragraph p{font-size:14px;color:#4a4a4a;line-height:1.6;margin:0 0 16px}.select-theme-page .theme-detail-modal-card .modal-description-paragraph .theme-tags-list{display:flex;flex-wrap:wrap;gap:8px}.select-theme-page .theme-detail-modal-card .modal-description-paragraph .theme-tags-list .theme-tag-pill{font-size:11px;font-weight:600;color:#2e7d32;background:#2e7d3214;padding:4px 10px;border-radius:12px}.select-theme-page .theme-detail-modal-card .modal-specs-bullet-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 15px #00000008;border:1px solid rgba(0,0,0,.04);display:flex;flex-direction:column;gap:16px}.select-theme-page .theme-detail-modal-card .modal-specs-bullet-card .spec-item-row{display:flex;align-items:center;gap:16px}.select-theme-page .theme-detail-modal-card .modal-specs-bullet-card .spec-item-row .spec-icon-circle{width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 2px 8px #0000000d}.select-theme-page .theme-detail-modal-card .modal-specs-bullet-card .spec-item-row .spec-icon-circle.watering{background:#e3f2fd}.select-theme-page .theme-detail-modal-card .modal-specs-bullet-card .spec-item-row .spec-icon-circle.maintenance{background:#fff3e0}.select-theme-page .theme-detail-modal-card .modal-specs-bullet-card .spec-item-row .spec-icon-circle.sustainability{background:#e8f5e9}.select-theme-page .theme-detail-modal-card .modal-specs-bullet-card .spec-item-row .spec-info{display:flex;flex-direction:column}.select-theme-page .theme-detail-modal-card .modal-specs-bullet-card .spec-item-row .spec-info label{font-size:11px;text-transform:uppercase;color:#888;font-weight:700;letter-spacing:.5px;margin-bottom:2px}.select-theme-page .theme-detail-modal-card .modal-specs-bullet-card .spec-item-row .spec-info span{font-size:13.5px;font-weight:600;color:#333}.select-theme-page .theme-detail-modal-card .modal-sticky-footer{display:none;margin-top:10px;border-top:1px solid rgba(0,0,0,.05);padding-top:16px}.select-theme-page .theme-detail-modal-card .modal-sticky-footer .modal-select-toggle-btn{width:100%;justify-content:center}@media(max-width:768px){.select-theme-page .theme-detail-modal-card{padding:20px}.select-theme-page .theme-detail-modal-card .modal-info-details-layout{grid-template-columns:1fr;gap:24px}.select-theme-page .theme-detail-modal-card .modal-side-images{grid-template-columns:1fr;height:200px}.select-theme-page .theme-detail-modal-card .modal-side-images .showcase-img-box:nth-child(2){display:none}.select-theme-page .theme-detail-modal-card .modal-top-section{flex-direction:column;align-items:flex-start;gap:12px}.select-theme-page .theme-detail-modal-card .modal-top-section .modal-select-toggle-btn{display:none}.select-theme-page .theme-detail-modal-card .modal-sticky-footer{display:block}}.select-theme-page .processing-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(15px);-webkit-backdrop-filter:blur(15px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}.select-theme-page .processing-overlay .processing-card{background:#ffffffeb;border:1px solid rgba(255,255,255,.2);border-radius:24px;padding:40px;text-align:center;max-width:480px;box-shadow:0 20px 60px #00000059;display:flex;flex-direction:column;align-items:center;animation:slideUpModal .4s cubic-bezier(.34,1.56,.64,1)}.select-theme-page .processing-overlay .processing-card .spinner{width:60px;height:60px;border:5px solid rgba(46,125,50,.1);border-top:5px solid #2E7D32;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:24px}.select-theme-page .processing-overlay .processing-card h2{font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:12px;letter-spacing:-.3px}.select-theme-page .processing-overlay .processing-card p{font-size:14px;color:#555;line-height:1.6;margin:0}.select-theme-page .processing-error-overlay{position:fixed;inset:0;background:#0000008c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease}.select-theme-page .processing-error-overlay .processing-error-card{background:#fff;border-radius:20px;padding:32px;text-align:center;max-width:450px;box-shadow:0 15px 45px #d32f2f26;border:2px solid #FFCDD2;display:flex;flex-direction:column;align-items:center;animation:slideUpModal .35s cubic-bezier(.34,1.56,.64,1)}.select-theme-page .processing-error-overlay .processing-error-card .error-icon{font-size:48px;margin-bottom:16px}.select-theme-page .processing-error-overlay .processing-error-card h2{font-size:20px;font-weight:700;color:#d32f2f;margin-bottom:10px}.select-theme-page .processing-error-overlay .processing-error-card .error-message{font-size:14px;color:#666;line-height:1.5;margin-bottom:24px}.select-theme-page .processing-error-overlay .processing-error-card .error-actions{display:flex;gap:12px;width:100%}.select-theme-page .processing-error-overlay .processing-error-card .error-actions button{flex:1;padding:12px 20px;font-size:14px;font-weight:700;border-radius:8px;cursor:pointer;transition:all .2s ease}.select-theme-page .processing-error-overlay .processing-error-card .error-actions .retry-btn{background:linear-gradient(135deg,#d32f2f,#b71c1c);color:#fff;border:none;box-shadow:0 4px 12px #d32f2f33}.select-theme-page .processing-error-overlay .processing-error-card .error-actions .retry-btn:hover{background:linear-gradient(135deg,#b71c1c,#7f0000);transform:translateY(-1px)}.select-theme-page .processing-error-overlay .processing-error-card .error-actions .close-btn{background:#f5f5f5;color:#555;border:1px solid #ddd}.select-theme-page .processing-error-overlay .processing-error-card .error-actions .close-btn:hover{background:#eee;color:#333}@keyframes fadeInScale{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes slideUpModal{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.questionnaire-page{min-height:100vh;background:radial-gradient(circle at top left,#f8fbf8,#f1f6f2);display:flex;flex-direction:column;font-family:Outfit,Inter,sans-serif}.questionnaire-page .questionnaire-container{flex:1;max-width:1000px;width:100%;margin:0 auto;padding:16px 24px;display:flex;flex-direction:column;align-items:center;box-sizing:border-box}.questionnaire-page .stepper-header-box{width:100%;max-width:650px;margin-bottom:16px;text-align:center}.questionnaire-page .stepper-header-box .stepper-progress-text{font-size:13px;font-weight:700;color:#3e7b44;text-transform:uppercase;letter-spacing:1px;display:inline-block;margin-bottom:6px}.questionnaire-page .stepper-header-box .stepper-progress-bar-wrapper{width:100%;height:5px;background:#0000000d;border-radius:10px;overflow:hidden;position:relative;margin-bottom:6px}.questionnaire-page .stepper-header-box .stepper-progress-bar-wrapper .stepper-progress-bar-fill{height:100%;background:linear-gradient(90deg,#509e58,#3e7b44);border-radius:10px;transition:width .4s cubic-bezier(.4,0,.2,1)}.questionnaire-page .stepper-header-box .step-intro-text{font-size:13.5px;color:#6a737d;margin:0}.questionnaire-page .questionnaire-form-wrapper{width:100%;display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.questionnaire-page .step-content-fade-in{animation:fadeInUp .5s ease-out;display:flex;flex-direction:column;gap:16px;width:100%}.questionnaire-page .question-group-card{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:14px;padding:16px 20px;box-shadow:0 2px 10px #00000003;box-sizing:border-box;width:100%;transition:box-shadow .3s ease}.questionnaire-page .question-group-card:hover{box-shadow:0 4px 15px #3e7b4405}.questionnaire-page .question-group-card .question-header{margin-bottom:12px}.questionnaire-page .question-group-card .question-header .question-badge{background:#3e7b441a;color:#3e7b44;padding:2px 8px;border-radius:8px;font-weight:700;font-size:11px;display:inline-block;margin-bottom:4px}.questionnaire-page .question-group-card .question-header h3{font-size:15.5px;font-weight:700;color:#24292e;margin:0;line-height:1.35}.questionnaire-page .question-group-card .question-header h3 .required-star{color:#d73a49;margin-left:4px}.questionnaire-page .question-group-card .question-header .question-subtext-detail{font-size:12.5px;color:#6a737d;margin:4px 0 0}.questionnaire-page .options-grid{display:grid;gap:8px;width:100%;box-sizing:border-box}.questionnaire-page .options-grid.grid-2-cols{grid-template-columns:repeat(2,1fr)}.questionnaire-page .options-grid.grid-3-cols{grid-template-columns:repeat(3,1fr)}.questionnaire-page .options-grid.grid-4-cols{grid-template-columns:repeat(4,1fr)}.questionnaire-page .options-grid.grid-5-cols{grid-template-columns:repeat(5,1fr)}.questionnaire-page .options-grid.grid-6-cols{grid-template-columns:repeat(6,1fr)}.questionnaire-page .options-grid.grid-4-cols-dense{grid-template-columns:repeat(4,1fr);gap:8px}.questionnaire-page .option-interactive-container{display:flex;flex-direction:column;width:100%;box-sizing:border-box}.questionnaire-page .option-card-v2{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:6px 12px;display:flex;flex-direction:row;align-items:center;gap:8px;cursor:pointer;transition:all .2s cubic-bezier(.25,.8,.25,1);position:relative;text-align:left;min-height:38px;box-sizing:border-box;box-shadow:0 1px 3px #00000003}.questionnaire-page .option-card-v2 .option-icon-box{font-size:18px;margin-bottom:0;transition:transform .2s ease;display:flex;align-items:center;justify-content:center}.questionnaire-page .option-card-v2 .option-label-text{font-size:12.5px;font-weight:600;color:#3f4750;line-height:1.3;text-align:left}.questionnaire-page .option-card-v2.compact-card{min-height:34px;padding:5px 10px}.questionnaire-page .option-card-v2.compact-card .option-icon-box.compact{font-size:16px}.questionnaire-page .option-card-v2.compact-card .option-label-text.compact{font-size:11.5px}.questionnaire-page .option-card-v2.mini-card{min-height:30px;padding:4px 8px;border-radius:6px}.questionnaire-page .option-card-v2.mini-card .option-icon-box.mini{font-size:14px}.questionnaire-page .option-card-v2.mini-card .option-label-text.mini{font-size:10.5px}.questionnaire-page .option-card-v2.mini-card .mini-check-badge{position:absolute;top:2px;right:2px;width:10px;height:10px;border-radius:50%;background:#3e7b44;color:#fff;font-size:6px;display:flex;align-items:center;justify-content:center;font-weight:700}.questionnaire-page .option-card-v2.mini-card.compact{padding:4px 8px;min-height:32px}.questionnaire-page .option-card-v2.mini-card.compact .mini-icon{font-size:14px}.questionnaire-page .option-card-v2.mini-card.compact .mini-label{font-size:11px}.questionnaire-page .option-card-v2 .check-badge-top-right{position:absolute;top:3px;right:3px;width:12px;height:12px;border-radius:50%;background:#3e7b44;color:#fff;font-size:7px;display:flex;align-items:center;justify-content:center;font-weight:700}.questionnaire-page .option-card-v2:hover{transform:translateY(-1px);border-color:#3e7b444d;box-shadow:0 4px 8px #3e7b4408}.questionnaire-page .option-card-v2:hover .option-icon-box{transform:scale(1.06)}.questionnaire-page .option-card-v2.selected{background:linear-gradient(135deg,#fff,#f4fcf6);border-color:#3e7b44;border-width:1.5px;box-shadow:0 3px 8px #3e7b440f}.questionnaire-page .option-card-v2.selected .option-label-text{color:#2b5630}.questionnaire-page .side-by-side-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%;box-sizing:border-box}.questionnaire-page .side-by-side-wrapper .side-column{display:flex;flex-direction:column;gap:8px}.questionnaire-page .side-by-side-wrapper .side-column .side-column-title{font-size:12.5px;font-weight:700;color:#4a5568;margin:0;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid rgba(0,0,0,.05);padding-bottom:4px}.questionnaire-page .side-by-side-wrapper .side-column .options-vertical-list{display:flex;flex-direction:column;gap:6px}.questionnaire-page .side-by-side-wrapper .side-column .options-grid-mini{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:2px}.questionnaire-page .option-row-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:6px 12px;display:flex;align-items:center;gap:10px;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #00000003}.questionnaire-page .option-row-card .row-icon{font-size:18px}.questionnaire-page .option-row-card .row-label{font-size:12.5px;font-weight:600;color:#3f4750}.questionnaire-page .option-row-card:hover{border-color:#3e7b444d;background:#3e7b4403;transform:translate(2px)}.questionnaire-page .option-row-card.selected{background:linear-gradient(135deg,#fff,#f4fcf6);border-color:#3e7b44;border-width:1.5px;box-shadow:0 3px 8px #3e7b440a}.questionnaire-page .option-row-card.selected .row-label{color:#2b5630}.questionnaire-page .conditional-input-box{margin-top:8px;width:100%;display:flex;flex-direction:column;align-items:flex-start;box-sizing:border-box}.questionnaire-page .conditional-input-box .input-label{font-size:11px;font-weight:600;color:#4a5568;margin-bottom:4px}.questionnaire-page .conditional-input-box .spec-textarea{width:100%;min-height:60px;background:#fff;border:1.5px solid rgba(0,0,0,.1);border-radius:8px;padding:8px 10px;font-size:12.5px;font-family:inherit;color:#2d3748;outline:none;resize:vertical;transition:all .2s ease;box-sizing:border-box}.questionnaire-page .conditional-input-box .spec-textarea:focus{border-color:#3e7b44;box-shadow:0 0 0 2px #3e7b441f}.questionnaire-page .questionnaire-navigation-bar{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.06)}.questionnaire-page .questionnaire-navigation-bar .nav-btn{padding:8px 20px;border-radius:30px;font-size:13.5px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .25s cubic-bezier(.25,.8,.25,1);outline:none}.questionnaire-page .questionnaire-navigation-bar .nav-btn .arrow-icon{font-size:13px;font-weight:700;line-height:1}.questionnaire-page .questionnaire-navigation-bar .nav-btn:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.questionnaire-page .questionnaire-navigation-bar .prev-btn-outline{background:transparent;border:1.5px solid #3e7b44;color:#3e7b44}.questionnaire-page .questionnaire-navigation-bar .prev-btn-outline:hover:not(:disabled){background:#3e7b440a;transform:translate(-3px)}.questionnaire-page .questionnaire-navigation-bar .navigation-right-buttons{display:flex;align-items:center;gap:8px}.questionnaire-page .questionnaire-navigation-bar .end-design-btn{background:#fff;border:1.5px solid #448f4b;color:#3e7b44;box-shadow:0 2px 4px #3e7b440a}.questionnaire-page .questionnaire-navigation-bar .end-design-btn:hover:not(:disabled){background:#3e7b4408;transform:translateY(-1px);box-shadow:0 3px 8px #3e7b4414}.questionnaire-page .questionnaire-navigation-bar .next-btn-filled{background:linear-gradient(135deg,#448f4b,#3e7b44);border:none;color:#fff;box-shadow:0 2px 8px #3e7b4426}.questionnaire-page .questionnaire-navigation-bar .next-btn-filled:hover:not(:disabled){transform:translate(3px);box-shadow:0 4px 12px #3e7b4440}.questionnaire-page .questionnaire-navigation-bar .next-btn-filled:active:not(:disabled){transform:scale(.98)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.animate-slide-down{animation:slideDown .2s cubic-bezier(.16,1,.3,1) forwards}@media(max-width:992px){.questionnaire-page .options-grid.grid-dense{grid-template-columns:repeat(3,1fr)}.questionnaire-page .options-grid.grid-normal{grid-template-columns:repeat(2,1fr)}.questionnaire-page .options-grid.grid-5-cols,.questionnaire-page .options-grid.grid-6-cols,.questionnaire-page .options-grid.grid-4-cols-dense{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.questionnaire-page .questionnaire-container{padding:12px 10px}.questionnaire-page .stepper-header-box{margin-bottom:12px}.questionnaire-page .question-group-card{padding:12px 16px}.questionnaire-page .side-by-side-wrapper{grid-template-columns:1fr;gap:12px}.questionnaire-page .options-grid.grid-2-cols{grid-template-columns:1fr}.questionnaire-page .options-grid.grid-3-cols,.questionnaire-page .options-grid.grid-4-cols,.questionnaire-page .options-grid.grid-5-cols,.questionnaire-page .options-grid.grid-6-cols,.questionnaire-page .options-grid.grid-4-cols-dense{grid-template-columns:repeat(2,1fr)}.questionnaire-page .questionnaire-navigation-bar{flex-direction:column;gap:10px;align-items:stretch}.questionnaire-page .questionnaire-navigation-bar .navigation-right-buttons{flex-direction:column;align-items:stretch;gap:8px}.questionnaire-page .questionnaire-navigation-bar .nav-btn{justify-content:center}}@media(max-width:480px){.questionnaire-page .options-grid,.questionnaire-page .options-grid-mini{grid-template-columns:1fr!important}}.landscape-plan-page{min-height:100vh;background-color:#fff;font-family:Outfit,Inter,-apple-system,sans-serif;color:#1e293b;display:flex;flex-direction:column}.landscape-plan-page .plan-main-container{flex:1;width:100%;max-width:1250px;margin:0 auto;padding:2.5rem 1.5rem 5rem;box-sizing:border-box;display:flex;flex-direction:column;gap:2.5rem}.landscape-plan-page .plan-title-section{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:1.5rem;padding-bottom:.5rem}.landscape-plan-page .plan-title-section .title-left{display:flex;flex-direction:column;gap:.25rem}.landscape-plan-page .plan-title-section .title-left .section-badge{font-size:.95rem;font-weight:700;color:#1e293b;margin-bottom:.15rem}.landscape-plan-page .plan-title-section .title-left .theme-name-display{font-size:2.25rem;font-weight:700;color:#ff3b30;margin:0;letter-spacing:-.01em;line-height:1.1}.landscape-plan-page .plan-title-section .title-left .subtitle-display{font-size:.85rem;color:#71717a;font-style:italic;margin-top:.25rem}.landscape-plan-page .plan-title-section .theme-navigation-controls{display:flex;align-items:flex-start;gap:1.75rem}.landscape-plan-page .plan-title-section .theme-navigation-controls .nav-control-group{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:70px}.landscape-plan-page .plan-title-section .theme-navigation-controls .nav-control-group .nav-label{font-size:.72rem;font-weight:500;color:#71717a;text-align:center;line-height:1.2;white-space:nowrap}.landscape-plan-page .plan-title-section .theme-navigation-controls .nav-control-group .theme-nav-btn{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:50%;border:none;cursor:pointer;transition:all .2s ease;position:relative;outline:none}.landscape-plan-page .plan-title-section .theme-navigation-controls .nav-control-group .theme-nav-btn.prev{background-color:transparent;border:1.2px solid #a1a1aa}.landscape-plan-page .plan-title-section .theme-navigation-controls .nav-control-group .theme-nav-btn.prev .arrow-circle-icon{display:block;width:.55rem;height:.55rem;border-left:2px solid #3f3f46;border-bottom:2px solid #3f3f46;transform:rotate(45deg);margin-left:.2rem}.landscape-plan-page .plan-title-section .theme-navigation-controls .nav-control-group .theme-nav-btn.prev:hover{border-color:#18181b;background-color:#f4f4f5;transform:scale(1.05)}.landscape-plan-page .plan-title-section .theme-navigation-controls .nav-control-group .theme-nav-btn.next{background-color:#1b8a3e;box-shadow:0 4px 10px #1b8a3e26}.landscape-plan-page .plan-title-section .theme-navigation-controls .nav-control-group .theme-nav-btn.next .arrow-circle-icon{display:block;width:.55rem;height:.55rem;border-right:2.5px solid #ffffff;border-top:2.5px solid #ffffff;transform:rotate(45deg);margin-right:.25rem}.landscape-plan-page .plan-title-section .theme-navigation-controls .nav-control-group .theme-nav-btn.next:hover{background-color:#156d30;box-shadow:0 6px 14px #1b8a3e40;transform:scale(1.05)}.landscape-plan-page .image-comparison-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%}@media(max-width:768px){.landscape-plan-page .image-comparison-grid{grid-template-columns:1fr;gap:1.25rem}}.landscape-plan-page .image-comparison-grid .comparison-card{background-color:#fff;border-radius:1.25rem;overflow:hidden;box-shadow:0 4px 20px #0000000d;border:1px solid rgba(226,232,240,.8);cursor:pointer;display:flex;flex-direction:column;max-height:500px;transition:all .25s cubic-bezier(.4,0,.2,1);position:relative;outline:none}.landscape-plan-page .image-comparison-grid .comparison-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a;border-color:#cbd5e1}.landscape-plan-page .image-comparison-grid .comparison-card:hover .image-wrapper img{transform:scale(1.02)}.landscape-plan-page .image-comparison-grid .comparison-card:hover .image-wrapper .hover-inspect-overlay{opacity:1;transform:translate(-50%,-50%) scale(1)}.landscape-plan-page .image-comparison-grid .comparison-card:focus-visible{box-shadow:0 0 0 3px #1b8a3e66}.landscape-plan-page .image-comparison-grid .comparison-card .card-header-bar{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1.25rem;background-color:#f8fafc;border-bottom:1px solid #e2e8f0}.landscape-plan-page .image-comparison-grid .comparison-card .card-header-bar .card-label{font-size:.85rem;font-weight:750;letter-spacing:.02em;text-transform:uppercase;padding:.25rem .75rem;border-radius:9999px}.landscape-plan-page .image-comparison-grid .comparison-card .card-header-bar .card-label.before-badge{background-color:#334155;color:#fff}.landscape-plan-page .image-comparison-grid .comparison-card .card-header-bar .card-label.after-badge{background-color:#1b8a3e;color:#fff}.landscape-plan-page .image-comparison-grid .comparison-card .card-header-bar .card-zoom-hint{font-size:.78rem;font-weight:600;color:#64748b;display:flex;align-items:center;gap:.3rem;transition:color .2s ease}.landscape-plan-page .image-comparison-grid .comparison-card .image-wrapper{position:relative;width:100%;height:440px;max-height:440px;overflow:hidden;background-color:#0f172a}.landscape-plan-page .image-comparison-grid .comparison-card .image-wrapper img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.landscape-plan-page .image-comparison-grid .comparison-card .image-wrapper .hover-inspect-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.92);opacity:0;display:flex;align-items:center;gap:.5rem;background-color:#0f172ad1;color:#fff;padding:.65rem 1.25rem;border-radius:9999px;font-size:.88rem;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 24px #0000004d;transition:all .25s cubic-bezier(.4,0,.2,1);pointer-events:none}.landscape-plan-page .image-comparison-grid .comparison-card .image-wrapper .hover-inspect-overlay .inspect-icon{font-size:1rem}@keyframes lensFadeIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.landscape-plan-page .zoom-inspection-modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;align-items:center;justify-content:center;z-index:10000;overflow:hidden;-webkit-user-select:none;user-select:none;animation:fadeInModal .2s ease-out}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-dialog-close-btn{position:absolute;top:1.5rem;right:1.5rem;background:#ffffff26;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.75rem;line-height:1;width:2.75rem;height:2.75rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10002;transition:all .2s ease}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-dialog-close-btn:hover{background-color:#ef4444e6;border-color:transparent;transform:scale(1.08)}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-stage-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-stage-container.is-clickable{cursor:zoom-in}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-stage-container.is-zoomable{cursor:grab}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-stage-container.is-dragging{cursor:grabbing!important}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-stage-container .zoom-image-wrapper{display:flex;align-items:center;justify-content:center;max-width:90vw;max-height:85vh}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-stage-container .zoom-image-wrapper img{max-width:90vw;max-height:82vh;object-fit:contain;border-radius:.75rem;box-shadow:0 15px 45px #0009;border:1px solid rgba(255,255,255,.1);pointer-events:none;display:block}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-dialog-toolbar{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:10002;display:flex;align-items:center;justify-content:center}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-dialog-toolbar .zoom-controls-cluster{display:flex;align-items:center;gap:.6rem;background-color:#0f172ae0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.45rem .9rem;border-radius:9999px;border:1px solid rgba(255,255,255,.18);box-shadow:0 8px 25px #0006}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-dialog-toolbar .zoom-controls-cluster .zoom-tool-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#f8fafc;width:2.25rem;height:2.25rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.9rem;transition:all .15s ease}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-dialog-toolbar .zoom-controls-cluster .zoom-tool-btn:hover:not(:disabled){background-color:#1b8a3e;border-color:#1b8a3e}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-dialog-toolbar .zoom-controls-cluster .zoom-tool-btn:disabled{opacity:.35;cursor:not-allowed}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-dialog-toolbar .zoom-controls-cluster .zoom-tool-btn.reset-btn{width:auto;border-radius:9999px;padding:0 .85rem;font-size:.8rem;font-weight:700}.landscape-plan-page .zoom-inspection-modal-overlay .zoom-dialog-toolbar .zoom-controls-cluster .zoom-scale-indicator{font-size:.9rem;font-weight:700;color:#38bdf8;min-width:48px;text-align:center}@keyframes fadeInModal{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.landscape-plan-page .technical-plan-section{display:flex;flex-direction:column;gap:1.25rem}.landscape-plan-page .technical-plan-section .section-header-row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.landscape-plan-page .technical-plan-section .section-header-row .section-header-title h2{font-size:1.75rem;font-weight:700;color:#18181b;margin:0 0 .25rem}.landscape-plan-page .technical-plan-section .section-header-row .section-header-title p{font-size:.9rem;color:#71717a;font-style:italic;margin:0}.landscape-plan-page .technical-plan-section .section-header-row .customize-action-btn{display:inline-flex;align-items:center;gap:.5rem;background-color:#2e7d32;color:#fff;font-weight:600;font-size:.92rem;padding:.6rem 1.35rem;border-radius:.5rem;border:none;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #2e7d3247}.landscape-plan-page .technical-plan-section .section-header-row .customize-action-btn .btn-icon{flex-shrink:0}.landscape-plan-page .technical-plan-section .section-header-row .customize-action-btn:hover{background-color:#1b5e20;transform:translateY(-1px);box-shadow:0 4px 14px #2e7d3261}.landscape-plan-page .technical-plan-section .section-header-row .customize-action-btn:active{transform:translateY(0)}.landscape-plan-page .technical-plan-section .blueprint-container{position:relative;width:100%;background:#eef2f6;border-radius:1.25rem;padding:1.75rem;border:1px solid #e2e8f0;box-shadow:0 4px 20px #0000000a;display:flex;align-items:center;justify-content:center;min-height:420px;overflow:hidden}@media(max-width:768px){.landscape-plan-page .technical-plan-section .blueprint-container{padding:.75rem;min-height:280px}}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper{width:100%;display:flex;align-items:center;justify-content:center;transition:filter .4s ease}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper.locked{filter:blur(8px)}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper.unlocked{filter:none}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card{width:100%;background:#fff;border:2px solid #0f172a;box-shadow:0 8px 30px #00000014;overflow:hidden}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body{display:flex;flex-direction:row;width:100%}@media(max-width:900px){.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body{flex-direction:column}}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main{flex:1;min-width:0;display:flex;flex-direction:column;border-right:2px solid #0f172a}@media(max-width:900px){.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main{border-right:none;border-bottom:2px solid #0f172a}}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-map-holder{position:relative;width:100%;min-height:480px;height:520px;display:flex;align-items:center;justify-content:center;background:#f8fafc;border-bottom:2px solid #0f172a;cursor:pointer;overflow:hidden}@media(max-width:768px){.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-map-holder{height:340px;min-height:300px}}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-map-holder .blueprint-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .2s ease}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-map-holder .hover-inspect-overlay{position:absolute;bottom:1rem;right:1rem;background:#0f172ad9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-size:.85rem;font-weight:600;padding:.45rem .9rem;border-radius:9999px;display:flex;align-items:center;gap:.4rem;opacity:0;transform:translateY(6px);transition:all .2s ease;pointer-events:none;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 12px #00000040}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-map-holder:hover .blueprint-image{transform:scale(1.008)}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-map-holder:hover .hover-inspect-overlay{opacity:1;transform:translateY(0)}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel{display:flex;flex-direction:row;width:100%;background:#fff}@media(max-width:768px){.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel{flex-direction:column}}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box{flex:1.2;border-right:2px solid #0f172a;display:flex;flex-direction:column}@media(max-width:768px){.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box{border-right:none;border-bottom:2px solid #0f172a}}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box .legend-table-header{background-color:#2563eb;color:#fff;font-size:.75rem;font-weight:700;text-align:center;padding:.35rem .5rem;letter-spacing:.5px}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box .legend-table-wrapper{overflow-x:auto;width:100%}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box .legend-table-wrapper .sheet-legend-table{width:100%;border-collapse:collapse;font-size:.65rem;color:#0f172a}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box .legend-table-wrapper .sheet-legend-table thead th{background-color:#f1f5f9;font-weight:700;padding:.25rem .35rem;border:1px solid #cbd5e1;text-align:left;font-size:.62rem}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box .legend-table-wrapper .sheet-legend-table thead th.th-sym,.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box .legend-table-wrapper .sheet-legend-table thead th.th-qty{text-align:center}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box .legend-table-wrapper .sheet-legend-table tbody tr{border-bottom:1px solid #e2e8f0}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box .legend-table-wrapper .sheet-legend-table tbody tr:nth-child(2n){background-color:#f8fafc}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box .legend-table-wrapper .sheet-legend-table tbody tr td{padding:.2rem .35rem;border:1px solid #e2e8f0;vertical-align:middle;white-space:nowrap;font-size:.62rem}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box .legend-table-wrapper .sheet-legend-table tbody tr td.td-sym{text-align:center;width:22px}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box .legend-table-wrapper .sheet-legend-table tbody tr td.td-sym .legend-sym-dot{display:inline-block;width:12px;height:12px;border-radius:50%;border:1px solid #334155;vertical-align:middle}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box .legend-table-wrapper .sheet-legend-table tbody tr td.td-qty{text-align:center;font-weight:600;width:24px}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box .legend-table-wrapper .sheet-legend-table tbody tr td.td-com{font-weight:500}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-legend-box .legend-table-wrapper .sheet-legend-table tbody tr td.td-bot{color:#475569;font-style:italic}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-notes-box{flex:1;padding:.75rem 1rem;display:flex;flex-direction:column;justify-content:space-between;font-size:.7rem;color:#0f172a}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-notes-box .notes-heading{font-weight:700;font-size:.75rem;margin-bottom:.4rem;color:#0f172a}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-notes-box .notes-list{margin:0;padding-left:1.1rem;line-height:1.35;font-size:.65rem;color:#334155}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-notes-box .notes-list li{margin-bottom:.3rem}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-notes-box .blueprint-scale-compass{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem;padding-top:.5rem;border-top:1px solid #e2e8f0}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-notes-box .blueprint-scale-compass .compass-badge{display:flex;flex-direction:column;align-items:center;font-weight:700;color:#0f172a}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-notes-box .blueprint-scale-compass .compass-badge .compass-arrow{font-size:1.1rem;line-height:1}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-notes-box .blueprint-scale-compass .compass-badge .compass-n{font-size:.75rem}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-notes-box .blueprint-scale-compass .scale-bar-badge{display:flex;flex-direction:column;align-items:flex-end;font-size:.6rem;color:#475569}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-notes-box .blueprint-scale-compass .scale-bar-badge .scale-ticks{display:flex;justify-content:space-between;width:110px;margin-bottom:2px;font-size:.58rem;font-weight:600}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-notes-box .blueprint-scale-compass .scale-bar-badge .scale-graphic{display:flex;width:110px;height:6px;border:1px solid #0f172a}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-notes-box .blueprint-scale-compass .scale-bar-badge .scale-graphic .bar-black{flex:1;background-color:#0f172a}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-notes-box .blueprint-scale-compass .scale-bar-badge .scale-graphic .bar-white{flex:1;background-color:#fff}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-main .blueprint-sheet-bottom-panel .blueprint-notes-box .blueprint-scale-compass .scale-bar-badge .scale-ratio{margin-top:3px;font-weight:600;font-size:.6rem}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar{width:115px;min-width:115px;background:#fff;display:flex;flex-direction:column;justify-content:space-between;text-align:center;font-size:.65rem;color:#0f172a}@media(max-width:900px){.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar{width:100%;min-width:100%;flex-direction:row;flex-wrap:wrap}}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-top{padding:.75rem .4rem;border-bottom:2px solid #0f172a;display:flex;flex-direction:column;gap:.35rem}@media(max-width:900px){.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-top{border-bottom:none;border-right:2px solid #0f172a;flex:1}}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-top .sheet-title-text{display:flex;flex-direction:column}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-top .sheet-title-text .client-name{font-size:.75rem;font-weight:700;color:#0f172a}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-top .sheet-title-text .plan-version{font-size:.62rem;color:#334155}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-top .sheet-subtitle-label{font-size:.55rem;color:#64748b;text-transform:uppercase;border-top:1px solid #e2e8f0;padding-top:.2rem}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-top .designed-by-tag{font-size:.55rem;color:#64748b;border:1px solid #cbd5e1;padding:.2rem;border-radius:2px;background-color:#f8fafc}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-top .designed-by-tag strong{display:block;color:#0f172a;font-size:.6rem}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-brand{padding:.75rem .4rem;border-bottom:2px solid #0f172a;display:flex;flex-direction:column;align-items:center;gap:.25rem}@media(max-width:900px){.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-brand{border-bottom:none;border-right:2px solid #0f172a;flex:1}}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-brand .brand-link{font-weight:700;font-size:.7rem;color:#0f172a}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-brand .brand-email{font-size:.55rem;color:#64748b;word-break:break-all}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-brand .brand-logo-emblem{margin-top:.4rem}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-brand .brand-logo-emblem .emblem-circle{width:32px;height:32px;border-radius:50%;background-color:#16a34a;display:flex;align-items:center;justify-content:center;font-size:1rem;box-shadow:0 2px 6px #16a34a4d}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-project{padding:.75rem .4rem;border-bottom:2px solid #0f172a;flex:1;display:flex;flex-direction:column;justify-content:center;gap:.35rem}@media(max-width:900px){.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-project{border-bottom:none;border-right:2px solid #0f172a;flex:1}}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-project .residence-title{font-size:.75rem;font-weight:700;color:#0f172a}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-project .residence-address{font-size:.58rem;color:#475569;line-height:1.3}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-footer{padding:.75rem .4rem;display:flex;flex-direction:column;gap:.4rem}@media(max-width:900px){.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-footer{flex:1}}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-footer .sheet-date-box{display:flex;flex-direction:column;border-bottom:1px solid #cbd5e1;padding-bottom:.3rem}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-footer .sheet-date-box .date-val{font-weight:700;font-size:.65rem;color:#0f172a}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-footer .sheet-date-box .date-lbl{font-size:.52rem;color:#64748b}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-footer .sheet-id-box{display:flex;flex-direction:column;gap:.2rem}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-footer .sheet-id-box .fsld-code{font-size:.55rem;color:#64748b}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-footer .sheet-id-box .sheet-number{display:flex;flex-direction:column;font-weight:800}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-footer .sheet-id-box .sheet-number .l-code{font-size:.95rem;color:#0f172a}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-sheet-card .blueprint-sheet-body .blueprint-sheet-sidebar .title-block-footer .sheet-id-box .sheet-number .v-code{font-size:.7rem;color:#334155}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-loading-overlay,.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-error-overlay{width:100%;min-height:380px;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:transparent;gap:1rem;color:#64748b;font-weight:500}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-loading-overlay .spinner-green,.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-blurred-wrapper .blueprint-error-overlay .spinner-green{width:2.5rem;height:2.5rem;border:3px solid rgba(27,138,62,.1);border-top-color:#1b8a3e;border-radius:50%;animation:spin 1s linear infinite}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-overlay-cta{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:transparent}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-overlay-cta .upgrade-pill-btn{display:flex;align-items:center;gap:.5rem;background-color:#2e7d32;color:#fff;border:none;padding:.75rem 2rem;border-radius:9999px;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #2e7d3240;transition:all .2s ease}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-overlay-cta .upgrade-pill-btn .sparkle-icon{font-size:1rem}.landscape-plan-page .technical-plan-section .blueprint-container .blueprint-overlay-cta .upgrade-pill-btn:hover{background-color:#1b5e20;transform:scale(1.03) translateY(-1px);box-shadow:0 6px 16px #2e7d3259}.landscape-plan-page .bottom-action-container{display:flex;justify-content:center;align-items:center;margin-top:1rem}.landscape-plan-page .bottom-action-container .continue-plan-btn{display:flex;align-items:center;justify-content:space-between;gap:2.25rem;background-color:#1b8a3e;color:#fff;border:none;padding:.55rem .55rem .55rem 2.25rem;border-radius:9999px;font-size:1.15rem;font-weight:700;cursor:pointer;box-shadow:0 6px 20px #1b8a3e33;transition:all .25s cubic-bezier(.4,0,.2,1)}.landscape-plan-page .bottom-action-container .continue-plan-btn span{letter-spacing:-.01em}.landscape-plan-page .bottom-action-container .continue-plan-btn .arrow-circle-wrapper{display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background-color:#fff;border-radius:50%;transition:transform .2s ease}.landscape-plan-page .bottom-action-container .continue-plan-btn .arrow-circle-wrapper svg{width:1.15rem;height:1.15rem;margin-left:2px}.landscape-plan-page .bottom-action-container .continue-plan-btn .arrow-circle-wrapper svg path{stroke:#1b8a3e}.landscape-plan-page .bottom-action-container .continue-plan-btn:hover{background-color:#156d30;box-shadow:0 8px 24px #1b8a3e4d;transform:translateY(-1.5px)}.landscape-plan-page .bottom-action-container .continue-plan-btn:hover .arrow-circle-wrapper{transform:scale(1.02) translate(2px)}.landscape-plan-page .plan-loading-showcase{width:100%;background-color:#fff;border-radius:1.25rem;border:1px solid rgba(226,232,240,.8);box-shadow:0 10px 30px #0000000d;overflow:hidden}.landscape-plan-page .plan-loading-showcase .loading-split-grid{display:grid;grid-template-columns:1.2fr 1fr;min-height:400px}@media(max-width:768px){.landscape-plan-page .plan-loading-showcase .loading-split-grid{grid-template-columns:1fr}}.landscape-plan-page .plan-loading-showcase .loading-split-grid .before-preview-half{position:relative;overflow:hidden;background-color:#ebebeb}.landscape-plan-page .plan-loading-showcase .loading-split-grid .before-preview-half img{width:100%;height:100%;object-fit:cover;display:block}.landscape-plan-page .plan-loading-showcase .loading-split-grid .before-preview-half .badge{position:absolute;bottom:1.25rem;left:1.25rem;background-color:#0f172acc;color:#fff;padding:.4rem 1rem;border-radius:9999px;font-size:.8rem;font-weight:700;text-transform:uppercase}.landscape-plan-page .plan-loading-showcase .loading-split-grid .loading-status-half{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;background-color:#f8fafc;text-align:center;box-sizing:border-box}.landscape-plan-page .plan-loading-showcase .loading-split-grid .loading-status-half .spinner-green{width:3.5rem;height:3.5rem;border:4px solid rgba(27,138,62,.1);border-top-color:#1b8a3e;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1.5rem}.landscape-plan-page .plan-loading-showcase .loading-split-grid .loading-status-half h4{font-size:1.35rem;font-weight:750;color:#0f172a;margin:0 0 .5rem}.landscape-plan-page .plan-loading-showcase .loading-split-grid .loading-status-half .pulsating-text{font-size:.95rem;color:#64748b;margin:0;animation:pulse 1.8s ease-in-out infinite}.landscape-plan-page .plan-error-container{width:100%;padding:4rem 2rem;text-align:center;background-color:#fef2f2;border:1px dashed #fca5a5;border-radius:1.25rem;box-sizing:border-box;display:flex;flex-direction:column;align-items:center;gap:1rem}.landscape-plan-page .plan-error-container .error-icon{font-size:3rem}.landscape-plan-page .plan-error-container h3{font-size:1.5rem;font-weight:700;color:#991b1b;margin:0}.landscape-plan-page .plan-error-container p{font-size:.95rem;color:#7f1d1d;max-width:450px;margin:0;line-height:1.5}.landscape-plan-page .plan-error-container .retry-btn{background-color:#ef4444;color:#fff;border:none;padding:.75rem 2rem;border-radius:9999px;font-size:.95rem;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #ef444433;transition:all .2s ease}.landscape-plan-page .plan-error-container .retry-btn:hover{background-color:#dc2626;transform:translateY(-1px);box-shadow:0 6px 16px #ef44444d}@keyframes pulse{0%,to{opacity:.6}50%{opacity:1}}.landscape-plan-page .premium-modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#0f172a80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:1.5rem;box-sizing:border-box}.landscape-plan-page .premium-modal-backdrop .premium-modal-card{position:relative;background-color:#fff;width:100%;max-width:600px;border-radius:1.5rem;padding:3rem;box-sizing:border-box;box-shadow:0 20px 50px #00000026;border:1px solid rgba(226,232,240,.8)}@media(max-width:576px){.landscape-plan-page .premium-modal-backdrop .premium-modal-card{padding:2rem 1.25rem}}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .close-modal-x{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;font-size:1.75rem;line-height:1;cursor:pointer;color:#a1a1aa}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .close-modal-x:hover{color:#18181b}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .premium-modal-header{text-align:center;margin-bottom:2rem}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .premium-modal-header .premium-badge{display:inline-block;background:linear-gradient(135deg,#fbbf24,#d97706);color:#fff;font-size:.72rem;font-weight:800;padding:.25rem .75rem;border-radius:9999px;margin-bottom:.75rem}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .premium-modal-header .success-icon-badge{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;background-color:#f0fdf4;color:#16a34a;font-size:1.75rem;border-radius:50%;margin:0 auto 1rem}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .premium-modal-header h2{font-size:1.75rem;font-weight:700;color:#18181b;margin:0 0 .5rem}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .premium-modal-header p{font-size:.9rem;color:#71717a;line-height:1.5;margin:0}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .premium-specs-comparison{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2rem;background-color:#f4f4f5;padding:1.25rem;border-radius:1rem}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .premium-specs-comparison .spec-comparison-row{display:flex;justify-content:space-between;align-items:center;font-size:.85rem;border-bottom:1px solid rgba(228,228,231,.6);padding-bottom:.65rem}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .premium-specs-comparison .spec-comparison-row:last-child{border:none;padding:0}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .premium-specs-comparison .spec-comparison-row .spec-feature{font-weight:600;color:#27272a}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .premium-specs-comparison .spec-comparison-row .spec-status{font-weight:700}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .premium-specs-comparison .spec-comparison-row .spec-status.locked{color:#a1a1aa}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .premium-specs-comparison .spec-comparison-row .spec-status.unlocked{color:#16a34a}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .modal-actions{display:flex;justify-content:flex-end;gap:.75rem}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .modal-actions .cancel-btn{background:none;border:1px solid #cbd5e1;color:#71717a;font-weight:600;padding:.75rem 1.5rem;border-radius:9999px;cursor:pointer}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .modal-actions .cancel-btn:hover{border-color:#a1a1aa;background-color:#f4f4f5}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .modal-actions .upgrade-submit-btn{background-color:#1b8a3e;color:#fff;border:none;font-weight:700;padding:.75rem 1.75rem;border-radius:9999px;cursor:pointer}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .modal-actions .upgrade-submit-btn:hover{background-color:#156d30}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .download-options-container{display:grid;grid-template-columns:1fr 1.1fr;gap:1.25rem}@media(max-width:576px){.landscape-plan-page .premium-modal-backdrop .premium-modal-card .download-options-container{grid-template-columns:1fr}}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .download-options-container .download-option-box{background-color:#fff;border:1px solid #e4e4e7;border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;gap:.5rem;position:relative;box-sizing:border-box}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .download-options-container .download-option-box h3{font-size:1.05rem;font-weight:700;color:#18181b;margin:0}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .download-options-container .download-option-box p{font-size:.8rem;color:#71717a;line-height:1.4;margin:0;flex-grow:1}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .download-options-container .download-option-box button{margin-top:.75rem;padding:.65rem;border-radius:9999px;font-size:.8rem;font-weight:700;cursor:pointer;width:100%}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .download-options-container .download-option-box .download-btn-outline{background:none;border:1.5px solid #cbd5e1;color:#71717a}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .download-options-container .download-option-box .download-btn-outline:hover{border-color:#1b8a3e;color:#1b8a3e;background-color:#f0fdf4}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .download-options-container .download-option-box .download-btn-filled{background-color:#1b8a3e;border:none;color:#fff}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .download-options-container .download-option-box .download-btn-filled:hover{background-color:#156d30}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .download-options-container .download-option-box.premium-download{border-color:#bbf7d0;background-color:#f0fdf4}.landscape-plan-page .premium-modal-backdrop .premium-modal-card .download-options-container .download-option-box.premium-download .popular-badge{position:absolute;top:-.65rem;right:1.25rem;background-color:#1b8a3e;color:#fff;font-size:.65rem;font-weight:800;text-transform:uppercase;padding:.15rem .55rem;border-radius:9999px}.landscape-plan-page .region-validation-warning-banner{display:flex;align-items:flex-start;gap:1rem;background:#fef3c766;border:1px solid rgba(245,158,11,.4);border-radius:.75rem;padding:1rem 1.25rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-sizing:border-box}.landscape-plan-page .region-validation-warning-banner .warning-icon{font-size:1.5rem;line-height:1}.landscape-plan-page .region-validation-warning-banner .warning-text-container h3{margin:0 0 .25rem;font-size:.95rem;font-weight:700;color:#d97706}.landscape-plan-page .region-validation-warning-banner .warning-text-container p{margin:0;font-size:.85rem;color:#78350f;line-height:1.4}.landscape-plan-page .planting-schedule-container{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:1.25rem;padding:2rem;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem}.landscape-plan-page .planting-schedule-container .schedule-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.landscape-plan-page .planting-schedule-container .schedule-description{font-size:.88rem;color:#475569;line-height:1.5;margin:0 0 .5rem}.landscape-plan-page .planting-schedule-container .table-responsive{overflow-x:auto;border-radius:.75rem;border:1px solid #cbd5e1;background-color:#fff}.landscape-plan-page .planting-schedule-container .planting-schedule-table{width:100%;border-collapse:collapse;text-align:left;font-size:.88rem}.landscape-plan-page .planting-schedule-container .planting-schedule-table th{background-color:#f1f5f9;color:#475569;font-weight:600;padding:.75rem 1rem;border-bottom:1px solid #cbd5e1}.landscape-plan-page .planting-schedule-container .planting-schedule-table th.th-icon{width:64px;text-align:center}.landscape-plan-page .planting-schedule-container .planting-schedule-table td{padding:.75rem 1rem;border-bottom:1px solid #cbd5e1;color:#334155;vertical-align:middle}.landscape-plan-page .planting-schedule-container .planting-schedule-table tr:last-child td{border-bottom:none}.landscape-plan-page .planting-schedule-container .planting-schedule-table .plant-icon-cell{width:64px;text-align:center;padding:.5rem .75rem}.landscape-plan-page .planting-schedule-container .planting-schedule-table .plant-icon-cell .plant-icon-wrapper{display:inline-flex;align-items:center;justify-content:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:3px;box-shadow:0 1px 3px #0000000a;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;overflow:hidden}.landscape-plan-page .planting-schedule-container .planting-schedule-table .plant-icon-cell .plant-icon-wrapper:hover{transform:scale(1.18);border-color:#10b981;box-shadow:0 4px 12px #10b9812e;z-index:5}.landscape-plan-page .planting-schedule-container .planting-schedule-table .plant-icon-cell .plant-icon-wrapper .plant-icon-img{width:100%;height:100%;object-fit:contain;display:block}.landscape-plan-page .planting-schedule-container .planting-schedule-table .plant-icon-cell .plant-icon-fallback{display:inline-flex;align-items:center;justify-content:center;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:10px;font-size:1.25rem;color:#166534}.landscape-plan-page .planting-schedule-container .planting-schedule-table .common-name{font-weight:600;color:#0f172a}.landscape-plan-page .planting-schedule-container .planting-schedule-table .botanical-name{color:#64748b;font-style:italic}.landscape-plan-page .planting-schedule-container .planting-schedule-table .quantity{font-weight:700;color:#1b8a3e}.landscape-plan-page .planting-schedule-container .planting-schedule-table .role{font-weight:500}.landscape-plan-page .planting-schedule-container .planting-schedule-table .badge-depth{display:inline-block;padding:.15rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.landscape-plan-page .planting-schedule-container .planting-schedule-table .badge-depth.back{background-color:#dbeafe;color:#1e40af}.landscape-plan-page .planting-schedule-container .planting-schedule-table .badge-depth.mid{background-color:#fef3c7;color:#92400e}.landscape-plan-page .planting-schedule-container .planting-schedule-table .badge-depth.front{background-color:#dcfce7;color:#166534}.landscape-plan-page .planting-schedule-container .no-schedule-data{padding:2rem;text-align:center;color:#64748b;font-style:italic}.landscape-plan-page .planting-schedule-teaser{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:1.25rem;padding:2rem;position:relative;overflow:hidden;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box}.landscape-plan-page .planting-schedule-teaser .schedule-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0}.landscape-plan-page .planting-schedule-teaser .teaser-blur-content{filter:blur(4px);-webkit-user-select:none;user-select:none;pointer-events:none;opacity:.6}.landscape-plan-page .planting-schedule-teaser .teaser-overlay{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#f8fafca6;gap:.75rem;padding:1rem;box-sizing:border-box}.landscape-plan-page .planting-schedule-teaser .teaser-overlay h4{margin:0;font-size:1.05rem;font-weight:700;color:#0f172a}.landscape-plan-page .planting-schedule-teaser .teaser-overlay p{margin:0;font-size:.8rem;color:#475569;text-align:center;max-width:320px}.landscape-plan-page .planting-schedule-teaser .teaser-overlay .unlock-link-btn{background-color:#1b8a3e;color:#fff;border:none;font-weight:700;padding:.5rem 1.25rem;border-radius:9999px;cursor:pointer;font-size:.8rem;box-shadow:0 4px 10px #1b8a3e26}.landscape-plan-page .planting-schedule-teaser .teaser-overlay .unlock-link-btn:hover{background-color:#156d30}.landing-page{min-height:100vh;background-color:#f1f3f4;padding:40px 77px;display:flex;flex-direction:column;align-items:center;color:#333}.landing-page .landing-header{width:100%;max-width:1400px;margin-bottom:40px}.landing-page .landing-header .brand-logo{width:42px;height:auto}.landing-page .landing-content{width:100%;max-width:1400px;display:flex;flex-direction:column;align-items:center;text-align:center}.landing-page .hero-section{margin-bottom:60px;width:100%;display:flex;flex-direction:column;align-items:center}.landing-page .hero-section .hero-title{font-size:2.8rem;font-weight:800;margin-bottom:15px;color:#1a1a1a}.landing-page .hero-section .hero-title .highlight{color:#337536}.landing-page .hero-section .hero-subtitle{font-size:1.2rem;color:#555;margin-bottom:25px;max-width:600px}.landing-page .hero-section .instruction-text{color:#337536;font-style:italic;font-weight:600;font-size:1rem;margin-bottom:30px}.landing-page .hero-section .video-container{width:100%;aspect-ratio:16/9;background:#000;border-radius:15px;overflow:hidden;position:relative;margin-bottom:40px;box-shadow:0 20px 40px #0000001a}.landing-page .hero-section .video-container .video-placeholder{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;background:linear-gradient(#0003,#0003),url(https://images.unsplash.com/photo-1558904541-efa8c1965f1e?auto=format&fit=crop&q=80&w=1000);background-size:cover;background-position:center}.landing-page .hero-section .video-container .play-button{width:65px;height:65px;background:#337536;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .2s ease}.landing-page .hero-section .video-container .play-button:hover{transform:scale(1.1)}.landing-page .hero-section .video-container .play-button .play-icon{width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:15px solid white;margin-left:5px}.landing-page .hero-section .video-container .video-controls{position:absolute;bottom:20px;left:20px;right:20px;display:flex;align-items:center;gap:15px;color:#fff;font-size:.85rem}.landing-page .hero-section .video-container .video-controls .progress-bar{flex:1;height:4px;background:#ffffff4d;border-radius:2px;position:relative}.landing-page .hero-section .video-container .video-controls .progress-bar .progress-active{height:100%;background:#337536;border-radius:2px}.landing-page .hero-section .video-container .video-controls .progress-bar .progress-knob{width:10px;height:10px;background:#fff;border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.landing-page .hero-section .primary-btn{background-color:#337536;color:#fff;padding:14px 40px;border-radius:30px;font-size:1.1rem;font-weight:600;border:none;cursor:pointer;transition:background-color .2s ease,transform .2s ease;margin-bottom:10px}.landing-page .hero-section .primary-btn:hover{background-color:#2b632e;transform:translateY(-2px)}.landing-page .hero-section .trial-text{font-size:.85rem;color:#888;font-style:italic}.landing-page .how-it-works{width:100%;text-align:left;margin-top:40px}.landing-page .how-it-works .section-title{font-size:2rem;font-weight:800;margin-bottom:30px;position:relative;padding-bottom:10px}.landing-page .how-it-works .section-title:after{content:"";position:absolute;bottom:0;left:0;width:106px;height:4px;background-color:#337536;border-radius:2px}.landing-page .how-it-works .cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:77px}.landing-page .how-it-works .work-card{background:#fff;padding:30px;border-radius:15px;box-shadow:0 10px 30px #00000008;border:1px solid #f0f0f0;transition:transform .3s ease}.landing-page .how-it-works .work-card:hover{transform:translateY(-5px)}.landing-page .how-it-works .work-card .card-icon{margin-bottom:20px}.landing-page .how-it-works .work-card .card-icon .icon-circle{width:45px;height:45px;background-color:#eaf1ea;border-radius:50%;display:flex;justify-content:center;align-items:center;color:#337536}.landing-page .how-it-works .work-card .card-title{font-size:1.1rem;font-weight:700;margin-bottom:15px;color:#333}.landing-page .how-it-works .work-card .card-desc{font-size:.95rem;line-height:1.6;color:#666}@media(max-width:768px){.landing-page .hero-section .hero-title{font-size:2rem}.landing-page .landing-header{margin-bottom:20px}}.reset-page{min-height:100vh;width:100%;display:flex;align-items:center;justify-content:center;background:#fff;padding:20px}.reset-card{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;text-align:center;padding:40px}.reset-card .reset-title{font-size:2rem;font-weight:700;color:#337536;margin-bottom:10px}.reset-card .reset-subtitle{font-size:.9rem;color:#565656;margin-bottom:40px;line-height:1.5}.success-icon{width:100px;height:100px;border-radius:50%;background:#337536;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.success-icon svg{width:50px;height:50px;color:#fff}.success-icon img{width:100%;height:100%;object-fit:contain}.reset-form{width:100%;display:flex;flex-direction:column;gap:20px}.reset-form .form-group{display:flex;flex-direction:column;gap:8px;text-align:left}.reset-form .form-group label{font-size:.85rem;font-weight:600;color:#333}.reset-form .form-group .input-with-icon{position:relative}.reset-form .form-group .input-with-icon .input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#ababab;width:18px;height:18px}.reset-form .form-group .input-with-icon input{padding-left:42px}.reset-form .form-group input{width:100%;height:42px;padding:0 16px;border-radius:10px;background:#f1f3f4;border:1px solid transparent;font-size:.95rem;color:#333;transition:all .3s ease}.reset-form .form-group input::placeholder{color:#ababab}.reset-form .form-group input:focus{outline:none;border-color:#337536;background:#fff;box-shadow:0 0 0 4px #3375360d}.reset-form .form-group .password-input-wrapper{position:relative;display:flex;align-items:center;width:100%}.reset-form .form-group .password-input-wrapper input{padding-right:45px}.reset-form .form-group .password-input-wrapper .password-toggle{position:absolute;right:12px;background:none;border:none;padding:4px;display:flex;align-items:center;justify-content:center;color:#ababab;cursor:pointer;transition:color .2s ease}.reset-form .form-group .password-input-wrapper .password-toggle:hover{color:#337536}.reset-form .form-group .password-input-wrapper .password-toggle svg{width:20px;height:20px}.reset-form .reset-btn{margin-top:10px;height:48px;background:#337536;color:#fff;border-radius:8px;font-size:1rem;font-weight:600;transition:all .3s ease;cursor:pointer;border:none}.reset-form .reset-btn:hover{background:#2e5a35;transform:translateY(-1px)}.reset-form .reset-btn:active{transform:translateY(0)}.reset-form .reset-btn:disabled{opacity:.7;cursor:not-allowed}.back-link{margin-top:20px;font-size:.9rem;color:#565656;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:6px}.back-link:hover{color:#333}.back-btn{margin-top:20px;height:48px;padding:0 40px;background:#337536;color:#fff;border-radius:8px;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px}.back-btn:hover{background:#2e5a35;transform:translateY(-1px)}.back-btn:active{transform:translateY(0)}.error-message{background:#fff1f0;border:1px solid #ffa39e;color:#cf1322;padding:10px;border-radius:8px;font-size:14px;text-align:center;width:100%}.subscription-plan-page{min-height:100vh;background:#fdfdfd;display:flex;flex-direction:column;font-family:Inter,sans-serif}.subscription-plan-page .subscription-container{flex:1;display:flex;flex-direction:column;align-items:center;padding:50px 24px;max-width:1200px;margin:0 auto;width:100%;text-align:center}.subscription-plan-page .page-title{font-size:32px;font-weight:700;color:#2b2b2b;margin-top:10px;margin-bottom:8px;letter-spacing:-.5px}.subscription-plan-page .page-subtitle{font-size:16px;color:#666;margin-bottom:60px;line-height:1.5}.subscription-plan-page .page-subtitle .watch-details-btn{color:#2e7d32;font-weight:700;cursor:pointer;text-decoration:underline;transition:color .2s ease}.subscription-plan-page .page-subtitle .watch-details-btn:hover{color:#1b5e20}.subscription-plan-page .plans-grid{display:flex;align-items:center;justify-content:center;gap:32px;flex-wrap:wrap;width:100%;max-width:800px;margin-bottom:40px}.subscription-plan-page .plan-card{position:relative;flex:1;min-width:300px;max-width:360px;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:20px;padding:40px 32px;box-shadow:0 10px 30px #0000000a;display:flex;flex-direction:column;text-align:left;transition:all .4s cubic-bezier(.16,1,.3,1)}.subscription-plan-page .plan-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.subscription-plan-page .plan-card.pro{background:#f1fbf3;border:1px solid rgba(46,125,50,.15);box-shadow:0 12px 35px #2e7d320f;padding:52px 36px;transform:scale(1.05)}.subscription-plan-page .plan-card.pro:hover{box-shadow:0 22px 45px #2e7d321f;transform:scale(1.07) translateY(-4px)}.subscription-plan-page .plan-card .popular-badge{position:absolute;top:20px;right:20px;background:#1b5e20;color:#fff;padding:6px 14px;font-size:11px;font-weight:700;border-radius:20px;display:flex;align-items:center;gap:5px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 10px #1b5e2033}.subscription-plan-page .plan-card .popular-badge .sparkle-icon{animation:spinSlow 3s infinite linear}.subscription-plan-page .plan-card .card-header{margin-bottom:30px}.subscription-plan-page .plan-card .card-header .plan-name{font-size:18px;color:#777;font-weight:600;margin:0 0 10px}.subscription-plan-page .plan-card .card-header .plan-price{font-size:44px;font-weight:800;color:#1b5e20;margin:0;letter-spacing:-1px}.subscription-plan-page .plan-card .plan-features{flex:1;margin-bottom:40px}.subscription-plan-page .plan-card .plan-features .features-title{font-size:13px;color:#555;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 15px}.subscription-plan-page .plan-card .plan-features .features-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.subscription-plan-page .plan-card .plan-features .features-list li{font-size:14px;color:#555;line-height:1.4;position:relative;padding-left:14px}.subscription-plan-page .plan-card .plan-features .features-list li:before{content:"•";color:#bbb;font-weight:700;position:absolute;left:0;top:-1px;font-size:14px}.subscription-plan-page .plan-card .plan-features .features-list li.pro-exclusive{font-weight:500;color:#2b2b2b}.subscription-plan-page .plan-card .plan-features .features-list li.pro-exclusive:before{color:#1b5e20}.subscription-plan-page .plan-card .get-plan-btn{background:#2e7d32;color:#fff;border:none;padding:14px;width:100%;border-radius:8px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease;text-align:center;box-shadow:0 4px 12px #2e7d3226}.subscription-plan-page .plan-card .get-plan-btn:hover{background:#1b5e20;box-shadow:0 6px 16px #2e7d3240}.subscription-plan-page .plan-card .get-plan-btn:active{transform:scale(.98)}.subscription-plan-page .modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .25s ease-out}.subscription-plan-page .plan-modal{background:#fff;width:90%;max-width:650px;border-radius:20px;padding:40px;position:relative;box-shadow:0 20px 50px #00000026;animation:slideUp .3s cubic-bezier(.16,1,.3,1);text-align:center}.subscription-plan-page .plan-modal .close-btn{position:absolute;top:20px;right:20px;background:transparent;border:none;font-size:24px;color:#aaa;cursor:pointer;transition:color .2s ease}.subscription-plan-page .plan-modal .close-btn:hover{color:#333}.subscription-plan-page .plan-modal h2{font-size:24px;color:#2b2b2b;margin-bottom:8px;font-weight:700}.subscription-plan-page .plan-modal .modal-intro{font-size:14px;color:#666;margin-bottom:25px}.subscription-plan-page .plan-modal .modal-intro strong{color:#1b5e20}.subscription-plan-page .plan-modal .details-table-wrapper{width:100%;overflow-x:auto;margin-bottom:30px;border:1px solid rgba(0,0,0,.06);border-radius:12px}.subscription-plan-page .plan-modal .comparison-table{width:100%;border-collapse:collapse;text-align:left;font-size:14px}.subscription-plan-page .plan-modal .comparison-table th,.subscription-plan-page .plan-modal .comparison-table td{padding:12px 18px;border-bottom:1px solid rgba(0,0,0,.05)}.subscription-plan-page .plan-modal .comparison-table th{background:#f8f9fa;font-weight:600;color:#333}.subscription-plan-page .plan-modal .comparison-table tr:last-child td{border-bottom:none}.subscription-plan-page .plan-modal .comparison-table td:first-child{font-weight:500;color:#2b2b2b}.subscription-plan-page .plan-modal .comparison-table td:nth-child(2),.subscription-plan-page .plan-modal .comparison-table td:nth-child(3){text-align:center}.subscription-plan-page .plan-modal .success-icon-container{margin-bottom:20px;display:flex;justify-content:center}.subscription-plan-page .plan-modal .success-checkmark{width:70px;height:70px;border-radius:50%;display:block;stroke-width:2;stroke:#2e7d32;stroke-miterlimit:10;box-shadow:inset 0 0 #2e7d32;animation:fillCheck .4s ease-in-out .4s forwards,scaleCheck .3s ease-in-out alternate both}.subscription-plan-page .plan-modal .checkmark-circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#2e7d32;fill:none;animation:strokeCheck .6s cubic-bezier(.65,0,.45,1) forwards}.subscription-plan-page .plan-modal .checkmark-check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;stroke:#2e7d32;animation:strokeCheck .3s cubic-bezier(.65,0,.45,1) .8s forwards}.subscription-plan-page .plan-modal .modal-close-action-btn{background:#2e7d32;color:#fff;border:none;padding:12px 30px;border-radius:30px;font-size:15px;font-weight:700;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #2e7d3226}.subscription-plan-page .plan-modal .modal-close-action-btn:hover{background:#1b5e20;box-shadow:0 6px 16px #2e7d3240}@keyframes spinSlow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes scaleCheck{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fillCheck{to{box-shadow:inset 0 0 0 35px #2e7d320d}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.checkout-page{min-height:100vh;background:#fdfdfd;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif}.checkout-page .checkout-main-container{flex:1;max-width:1100px;width:100%;margin:0 auto;padding:50px 24px;display:flex;align-items:center;justify-content:center}.checkout-page .checkout-layout{display:flex;width:100%;gap:48px;align-items:flex-start;justify-content:center;flex-wrap:wrap}.checkout-page .order-summary-column,.checkout-page .payment-form-column{flex:1;min-width:340px;max-width:480px;width:100%}.checkout-page .summary-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:36px;box-shadow:0 10px 30px #00000005}.checkout-page .summary-card .summary-title{font-size:22px;font-weight:700;color:#2b2b2b;margin:0 0 24px;letter-spacing:-.5px}.checkout-page .summary-card .plan-summary-box{background:#f8f9fa;border-radius:12px;padding:24px;margin-bottom:24px;border:1px solid rgba(0,0,0,.03)}.checkout-page .summary-card .plan-summary-box .plan-summary-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.checkout-page .summary-card .plan-summary-box .plan-summary-header .summary-plan-tag{display:inline-block;background:#2e7d321a;color:#2e7d32;font-size:11px;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px}.checkout-page .summary-card .plan-summary-box .plan-summary-header .summary-plan-name{font-size:16px;font-weight:700;color:#2b2b2b;margin:0}.checkout-page .summary-card .plan-summary-box .plan-summary-header .summary-plan-price{font-size:20px;font-weight:800;color:#2e7d32}.checkout-page .summary-card .plan-summary-box .summary-plan-desc{font-size:13px;color:#666;line-height:1.5;margin:0}.checkout-page .summary-card .pricing-breakdown{margin-bottom:24px}.checkout-page .summary-card .pricing-breakdown .breakdown-row{display:flex;justify-content:space-between;font-size:14px;color:#666;margin-bottom:12px}.checkout-page .summary-card .pricing-breakdown .breakdown-row.total{font-size:18px;font-weight:700;color:#2b2b2b;margin-top:16px;margin-bottom:0}.checkout-page .summary-card .pricing-breakdown .divider{border:0;border-top:1px solid rgba(0,0,0,.08);margin:16px 0}.checkout-page .summary-card .security-badges .badge-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#888;line-height:1.4}.checkout-page .summary-card .security-badges .badge-item svg{color:#2e7d32;flex-shrink:0}.checkout-page .stripe-checkout-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:16px;padding:36px;box-shadow:0 10px 35px #00000008}.checkout-page .stripe-checkout-card .stripe-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;color:#635bff}.checkout-page .stripe-checkout-card .stripe-header .stripe-logo-text{display:flex;align-items:center}.checkout-page .stripe-checkout-card .stripe-header .stripe-mode-badge{font-size:11px;font-weight:700;background:#e8ebff;color:#635bff;padding:4px 10px;border-radius:4px;text-transform:uppercase;letter-spacing:.5px}.checkout-page .stripe-checkout-card .payment-error-alert{background:#ffebee;color:#c62828;padding:12px 16px;border-radius:8px;margin-bottom:20px;font-size:13.5px;font-weight:500;border-left:4px solid #c62828}.checkout-page .stripe-checkout-card .payment-form{display:flex;flex-direction:column;gap:20px}.checkout-page .stripe-checkout-card .form-group{display:flex;flex-direction:column;gap:6px;text-align:left}.checkout-page .stripe-checkout-card .form-group label{font-size:13px;font-weight:500;color:#4f5b66}.checkout-page .stripe-checkout-card .form-group input,.checkout-page .stripe-checkout-card .form-group select{padding:12px 14px;border:1px solid #d8e0e5;border-radius:6px;font-size:14px;color:#333;background:#fff;transition:all .2s ease;outline:none}.checkout-page .stripe-checkout-card .form-group input:focus,.checkout-page .stripe-checkout-card .form-group select:focus{border-color:#635bff;box-shadow:0 0 0 3px #635bff26}.checkout-page .stripe-checkout-card .form-group input::placeholder,.checkout-page .stripe-checkout-card .form-group select::placeholder{color:#a3acb9}.checkout-page .stripe-checkout-card .form-group input:disabled,.checkout-page .stripe-checkout-card .form-group select:disabled{background:#f4f6f8;color:#888;cursor:not-allowed}.checkout-page .stripe-checkout-card .form-group-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:16px}.checkout-page .stripe-checkout-card .stripe-elements-simulator{border:1px solid #d8e0e5;border-radius:6px;overflow:hidden;display:flex;flex-direction:column;transition:all .2s ease}.checkout-page .stripe-checkout-card .stripe-elements-simulator:focus-within{border-color:#635bff;box-shadow:0 0 0 3px #635bff26}.checkout-page .stripe-checkout-card .stripe-elements-simulator input{border:none!important;border-radius:0!important;box-shadow:none!important;background:transparent!important;padding:12px 14px!important;width:100%}.checkout-page .stripe-checkout-card .stripe-elements-simulator .card-number-wrapper{display:flex;align-items:center;border-bottom:1px solid #eef2f5}.checkout-page .stripe-checkout-card .stripe-elements-simulator .card-number-wrapper .card-brand-logos{display:flex;gap:6px;padding-right:14px;align-items:center;opacity:.8}.checkout-page .stripe-checkout-card .stripe-elements-simulator .card-expiry-input{border-right:1px solid #eef2f5!important}.checkout-page .stripe-checkout-card .stripe-elements-simulator .card-expiry-cvc-grid{display:grid;grid-template-columns:1fr 1fr}.checkout-page .stripe-checkout-card .stripe-submit-btn{background:#635bff;color:#fff;border:none;padding:14px;font-size:15px;font-weight:600;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;box-shadow:0 4px 12px #635bff33;margin-top:10px}.checkout-page .stripe-checkout-card .stripe-submit-btn:hover:not(:disabled){background:#4a3aff;box-shadow:0 6px 16px #635bff4d}.checkout-page .stripe-checkout-card .stripe-submit-btn:active{transform:scale(.99)}.checkout-page .stripe-checkout-card .stripe-submit-btn:disabled{background:#a3acb9;box-shadow:none;cursor:not-allowed}.checkout-page .stripe-checkout-card .stripe-submit-btn .spinner-wrapper{display:flex;align-items:center;gap:8px}.checkout-page .stripe-checkout-card .stripe-submit-btn .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s infinite linear}.checkout-page .stripe-checkout-card .stripe-terms-footer{font-size:11px;color:#8898aa;line-height:1.5;margin:20px 0 0;text-align:center}.checkout-page.success{background:#fdfdfd}.checkout-page.success .checkout-success-container{flex:1;display:flex;align-items:center;justify-content:center;padding:60px 24px}.checkout-page.success .success-card{background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:24px;max-width:500px;width:100%;padding:48px;box-shadow:0 15px 40px #0000000d;text-align:center;animation:fadeInScale .4s cubic-bezier(.16,1,.3,1)}.checkout-page.success .checkmark-wrapper{width:80px;height:80px;margin:0 auto 24px}.checkout-page.success .checkmark-svg{width:100%;height:100%;border-radius:50%;stroke:#2e7d32;stroke-width:2.5;stroke-miterlimit:10}.checkout-page.success .circle{stroke-dasharray:166;stroke-dashoffset:166;fill:none;animation:strokeCheck .6s cubic-bezier(.65,0,.45,1) forwards}.checkout-page.success .check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:strokeCheck .3s cubic-bezier(.65,0,.45,1) .6s forwards}.checkout-page.success .success-title{font-size:26px;font-weight:700;color:#2b2b2b;margin-bottom:12px;letter-spacing:-.5px}.checkout-page.success .success-message{font-size:14px;color:#666;line-height:1.6;margin-bottom:30px}.checkout-page.success .success-message strong{color:#2e7d32}.checkout-page.success .receipt-box{background:#f8f9fa;border-radius:12px;padding:20px;margin-bottom:36px;border:1px solid rgba(0,0,0,.03)}.checkout-page.success .receipt-box .receipt-row{display:flex;justify-content:space-between;font-size:13.5px;color:#666;padding:10px 0;border-bottom:1px dashed rgba(0,0,0,.08)}.checkout-page.success .receipt-box .receipt-row:last-child{border-bottom:none;padding-bottom:0}.checkout-page.success .receipt-box .receipt-row:first-child{padding-top:0}.checkout-page.success .receipt-box .receipt-row strong{color:#2b2b2b}.checkout-page.success .receipt-box .receipt-row strong.amount{color:#2e7d32;font-weight:700}.checkout-page.success .receipt-box .receipt-row .status-badge{background:#2e7d321a;color:#2e7d32;font-size:11px;font-weight:700;padding:3px 8px;border-radius:4px;text-transform:uppercase}.checkout-page.success .continue-app-btn{background:#2e7d32;color:#fff;border:none;padding:14px 32px;font-size:15px;font-weight:700;border-radius:30px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #2e7d3226}.checkout-page.success .continue-app-btn:hover{background:#1b5e20;box-shadow:0 6px 16px #2e7d3240;transform:translateY(-1px)}@keyframes spin{to{transform:rotate(360deg)}}@keyframes strokeCheck{to{stroke-dashoffset:0}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
