:root{--primary-color: #0f172a;--primary-hover: #334155;--accent-color: #3b82f6;--secondary-color: #64748b;--background-color: #f1f5f9;--card-bg: #ffffff;--text-color: #1e293b;--text-muted: #64748b;--border-color: #e2e8f0;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -2px rgb(0 0 0 / .05);--radius: .75rem;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;color:var(--text-color);background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5{color:#0f172a;margin-top:0;font-weight:600;letter-spacing:-.025em}button{border-radius:var(--radius);border:1px solid transparent;padding:.6em 1.2em;font-size:.95em;font-weight:600;font-family:inherit;background-color:var(--accent-color);color:#fff;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-sm)}button:hover{background-color:var(--primary-hover);transform:translateY(-1px);box-shadow:var(--shadow-md)}button:active{transform:translateY(0)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}input,select{padding:.75rem;border-radius:var(--radius);border:1px solid var(--border-color);font-size:.95rem;transition:border-color .2s,box-shadow .2s;background-color:#fff}input:focus,select:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 3px #3b82f626}a{color:var(--accent-color);text-decoration:none;transition:color .2s;font-weight:500}a:hover{color:var(--primary-hover);text-decoration:underline}.app-container{display:flex;flex-direction:column;min-height:100vh}main{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%;box-sizing:border-box}.auth-section{background-color:var(--card-bg);padding:2.5rem;border-radius:var(--radius);box-shadow:var(--shadow-md);max-width:400px;margin:2rem auto;text-align:center}.auth-section h2{margin-bottom:1.5rem;color:var(--text-color)}.auth-section input{width:100%;margin-bottom:1rem;box-sizing:border-box}.auth-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-top:1rem}.message{margin-top:1.5rem;padding:.75rem;border-radius:var(--radius);background-color:#eff6ff;color:#1e40af;font-size:.9rem}.map-section{background-color:var(--card-bg);padding:1rem;border-radius:var(--radius);box-shadow:var(--shadow-md);margin-bottom:2rem;overflow:hidden}.map-section h2{margin-bottom:1rem;padding-left:.5rem}.actions-section{background-color:var(--card-bg);padding:2rem;border-radius:var(--radius);box-shadow:var(--shadow-md)}.actions-section h2{margin-bottom:1.5rem}.payment-buttons{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.payment-buttons button{background-color:var(--card-bg);color:var(--text-color);border:1px solid var(--border-color);flex:1;min-width:150px;display:flex;align-items:center;justify-content:center;padding:1rem}.payment-buttons button:hover{border-color:var(--primary-color);color:var(--primary-color);background-color:#eff6ff}.contract-buttons button{width:100%;padding:1rem;font-size:1.1rem}.navbar{display:flex;justify-content:space-between;align-items:center;padding:0 2rem;height:64px;background-color:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;gap:1rem}.navbar-left .logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}.logo-icon{font-size:1.4rem;line-height:1}.logo-text{font-weight:800;font-size:1.25rem;color:#0f172a;letter-spacing:-.5px;white-space:nowrap}.navbar-center{display:flex;align-items:center;gap:.25rem}.nav-link{font-weight:500;font-size:.9rem;color:#374151;text-decoration:none;padding:.4rem .85rem;border-radius:6px;transition:background .15s,color .15s;white-space:nowrap}.nav-link:hover{background:#f3f4f6;color:#0f172a;text-decoration:none}.navbar-right{display:flex;align-items:center;gap:1rem}.lang-select{padding:.35rem 1.8rem .35rem .65rem;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;color:#374151;font-size:.82rem;font-weight:500;cursor:pointer;appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%236b7280%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right .5rem top 50%;background-size:.55rem auto;transition:border-color .2s}.lang-select:hover{border-color:#9ca3af}.lang-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f626}.sign-in-btn{font-size:.9rem;font-weight:600;color:#374151;text-decoration:none;padding:.45rem 1rem;border-radius:6px;transition:background .15s,color .15s;white-space:nowrap}.sign-in-btn:hover{background:#f3f4f6;color:#0f172a;text-decoration:none}.user-menu{position:relative}.avatar-btn{display:flex;align-items:center;gap:.5rem;background:none;border:1px solid #e5e7eb;border-radius:50px;padding:.3rem .75rem .3rem .3rem;cursor:pointer;transition:border-color .2s,box-shadow .2s;box-shadow:none;color:#374151}.avatar-btn:hover{border-color:#9ca3af;background:none;box-shadow:0 1px 4px #00000014;transform:none;color:#0f172a}.avatar{width:30px;height:30px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.85rem;flex-shrink:0}.avatar-name{font-size:.88rem;font-weight:600;color:inherit;max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chevron{color:#9ca3af;transition:transform .2s;flex-shrink:0}.chevron.open{transform:rotate(180deg)}.profile-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:220px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #0000001f;overflow:hidden;animation:dropdownFadeIn .15s ease-out;z-index:200}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1rem .75rem}.dropdown-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;flex-shrink:0}.dropdown-name{font-weight:700;font-size:.9rem;color:#0f172a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown-subtitle{font-size:.78rem;color:#9ca3af;margin-top:1px}.dropdown-divider{height:1px;background:#f3f4f6;margin:.25rem 0}.dropdown-item{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;font-size:.88rem;font-weight:500;color:#374151;text-decoration:none;width:100%;background:none;border:none;cursor:pointer;box-shadow:none;border-radius:0;text-align:left;transition:background .12s}.dropdown-item:hover{background:#f9fafb;color:#0f172a;text-decoration:none;transform:none;box-shadow:none}.dropdown-icon{font-size:1rem;width:20px;text-align:center;flex-shrink:0}.dropdown-admin{color:#2563eb}.dropdown-logout{color:#dc2626}.dropdown-logout:hover{background:#fef2f2;color:#b91c1c}.mobile-menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem;box-shadow:none;color:#374151}.mobile-menu-toggle:hover{background:#f3f4f6;transform:none;box-shadow:none}.hamburger{display:block;width:22px;height:2px;background:#374151;position:relative;transition:background .3s}.hamburger:before,.hamburger:after{content:"";position:absolute;width:22px;height:2px;background:#374151;transition:transform .3s}.hamburger:before{top:-7px;left:0}.hamburger:after{bottom:-7px;left:0}.hamburger.open{background:transparent}.hamburger.open:before{transform:rotate(45deg);top:0}.hamburger.open:after{transform:rotate(-45deg);bottom:0}@media(max-width:900px){.navbar-center{display:none}}@media(max-width:768px){.navbar{padding:0 1.25rem}.mobile-menu-toggle{display:block;order:3}.navbar-right{position:fixed;top:0;right:-100%;width:82%;max-width:300px;height:100vh;background:#fff;flex-direction:column;align-items:flex-start;padding:5rem 1.5rem 2rem;box-shadow:-2px 0 20px #0000001a;transition:right .3s ease-in-out;gap:1.5rem;z-index:99;overflow-y:auto}.navbar-right.mobile-open{right:0}.sign-in-btn{width:100%;text-align:center;padding:.65rem 1rem;border-radius:8px;border:1px solid #d1d5db}.user-menu,.avatar-btn{width:100%}.profile-dropdown{position:static;width:100%;border-radius:8px;box-shadow:none;border:1px solid #e5e7eb;margin-top:.5rem;animation:none}}.login-container{min-height:calc(100vh - 80px);display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;background:linear-gradient(120deg,#f0f9ff,#e0f2fe,#eef2ff 70%,#f0f9ff);background-size:220% 220%;animation:bgMove 10s ease-in-out infinite}@keyframes bgMove{0%{background-position:0% 30%}50%{background-position:100% 70%}to{background-position:0% 30%}}.bg-orb{position:absolute;border-radius:999px;filter:blur(10px);opacity:.8;z-index:0;animation:floaty 10s ease-in-out infinite}.orb-1{width:420px;height:420px;left:-140px;top:-120px;background:radial-gradient(circle,#3b82f638,#fff0 70%)}.orb-2{width:520px;height:520px;right:-180px;bottom:-220px;background:radial-gradient(circle,#0ea5e933,#fff0 70%);animation-duration:12s}.orb-3{width:320px;height:320px;right:12%;top:10%;background:radial-gradient(circle,#6366f12e,#fff0 70%);animation-duration:14s}@keyframes floaty{0%{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,18px,0) scale(1.03)}to{transform:translateZ(0) scale(1)}}.login-card{width:100%;max-width:420px;z-index:1;background:#ffffffd1;border-radius:1.2rem;padding:2.25rem;border:1px solid rgba(255,255,255,.6);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 25px 50px -12px #0206172e,0 12px 22px -14px #3b82f640;animation:fadeIn .55s ease-out;position:relative;overflow:hidden}.login-card:before{content:"";position:absolute;inset:0;background:radial-gradient(800px 240px at 20% 0%,rgba(59,130,246,.16),transparent 60%),radial-gradient(600px 220px at 90% 30%,rgba(99,102,241,.12),transparent 55%);pointer-events:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.login-card.shake{animation:shake .45s ease-in-out}@keyframes shake{0%{transform:translate(0)}20%{transform:translate(-8px)}40%{transform:translate(8px)}60%{transform:translate(-6px)}80%{transform:translate(6px)}to{transform:translate(0)}}.brand-row{display:flex;align-items:center;gap:.85rem;margin-bottom:1.25rem;position:relative;z-index:1}.brand-mark{width:44px;height:44px;border-radius:14px;background:linear-gradient(135deg,#3b82f6f2,#6366f1e6);display:grid;place-items:center;box-shadow:0 10px 18px -12px #3b82f6cc}.brand-dot{width:14px;height:14px;border-radius:999px;background:#fffffff2;box-shadow:inset 0 0 0 4px #ffffff59}.brand-text .brand-name{font-weight:800;letter-spacing:.2px;color:#0f172a;line-height:1.1}.brand-text .brand-sub{font-size:.85rem;color:#64748b;margin-top:.15rem}.auth-tabs{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:.25rem;padding:.25rem;border-radius:.9rem;background:#0f172a0a;margin-bottom:1.25rem;z-index:1}.tab-btn{border:none;background:transparent;padding:.75rem .9rem;font-weight:700;color:#475569;border-radius:.75rem;cursor:pointer;transition:color .2s ease;position:relative;z-index:2}.tab-btn:hover,.tab-btn.active{color:#0f172a}.tab-indicator{position:absolute;top:.25rem;bottom:.25rem;width:calc(50% - .25rem);border-radius:.75rem;background:#ffffffd9;box-shadow:0 10px 20px -18px #02061759;transition:transform .25s ease;z-index:1}.tab-indicator.login{transform:translate(0)}.tab-indicator.register{transform:translate(100%)}.login-header{text-align:center;margin-bottom:1.6rem;position:relative;z-index:1}.login-header h2{color:#0f172a;font-size:1.8rem;margin:0 0 .45rem;letter-spacing:-.2px}.login-header p{color:#64748b;margin:0;font-size:.96rem}.login-form{display:flex;flex-direction:column;gap:1.2rem;position:relative;z-index:1}.input-group{display:flex;flex-direction:column;gap:.5rem}.input-group label{font-size:.92rem;font-weight:600;color:#334155;margin-left:.2rem}.auth-input{width:100%;height:44px;padding:.78rem 1rem;border:1px solid #e2e8f0;border-radius:.7rem;font-size:1rem;background-color:#f8fafce6;box-sizing:border-box}.auth-input:focus{outline:none;border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 4px #3b82f624}.password-wrap{position:relative;display:flex;align-items:center}.toggle-visibility{position:absolute;right:.45rem;height:calc(100% - .5rem);padding:0 .65rem;border-radius:.55rem;border:1px solid rgba(148,163,184,.35);background:#ffffffc7;color:#334155;font-weight:700;cursor:pointer;transition:transform .15s ease,background .2s ease}.toggle-visibility:hover{background:#fffffff2;transform:translateY(-1px)}.toggle-visibility:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-buttons{display:flex;flex-direction:column;gap:.7rem;margin-top:.3rem}.btn-primary{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;padding:.85rem;border-radius:.75rem;font-weight:800;border:none;cursor:pointer;transition:transform .18s ease,box-shadow .2s ease,filter .2s ease;box-shadow:0 10px 18px -14px #3b82f6e6}.btn-primary:hover{transform:translateY(-1px);filter:brightness(1.02);box-shadow:0 14px 22px -16px #3b82f6f2}.btn-primary:disabled{opacity:.75;cursor:not-allowed;transform:none}.btn-content{display:inline-flex;align-items:center;justify-content:center;gap:.55rem}.spinner{width:16px;height:16px;border-radius:999px;border:2px solid rgba(255,255,255,.35);border-top-color:#fffffff2;animation:spin .8s linear infinite}.btn-secondary{background-color:transparent;color:#475569;padding:.55rem;font-size:.92rem;font-weight:700;border:none;cursor:pointer;transition:color .2s,transform .15s ease}.btn-secondary:hover{color:#0f172a;text-decoration:underline;transform:translateY(-1px)}.btn-secondary:disabled{opacity:.6;cursor:not-allowed;transform:none}.auth-message{margin-top:1.25rem;padding:.85rem;border-radius:.75rem;text-align:center;font-size:.92rem;position:relative;z-index:1;border:1px solid transparent}.auth-message.success{background-color:#dcfce7d9;color:#166534;border-color:#bbf7d0e6}.auth-message.error{background-color:#fee2e2e0;color:#991b1b;border-color:#fecacaf2}.auth-footer{margin-top:1.2rem;display:flex;justify-content:center;position:relative;z-index:1}.footer-pill{font-size:.85rem;color:#334155;background:#ffffffb3;border:1px solid rgba(226,232,240,.9);padding:.45rem .75rem;border-radius:999px}@media(max-width:480px){.login-container{padding:1rem}.login-card{padding:1.5rem;border-radius:1rem}.brand-row{justify-content:center}.login-header h2{font-size:1.5rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}.map-wrapper{height:100%;width:100%;overflow:hidden;border-radius:.5rem;border:1px solid #e2e8f0}.map-container{height:100%;width:100%}.popup-content{text-align:center}.popup-price{color:#2563eb;font-weight:700}.home-page{display:flex;flex-direction:column;height:calc(100vh - 70px);overflow:hidden}.top-filter-bar{display:flex;align-items:center;padding:.75rem 1.5rem;background-color:#fff;border-bottom:1px solid #e5e7eb;gap:.75rem;flex-wrap:wrap;z-index:10;box-shadow:0 1px 4px #0000000a}.filter-item{display:flex;align-items:center}.search-box{flex-grow:1;max-width:400px}.top-input{width:100%;padding:.6rem 1rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;font-family:inherit}.range-inputs{display:flex;gap:8px}.panel-input-small{width:50%;padding:8px;border:1px solid #ddd;border-radius:4px;font-size:.9rem}.top-select{padding:.6rem 1rem;border:1px solid #d1d5db;border-radius:8px;background-color:#fff;font-size:.9rem;cursor:pointer;font-family:inherit}.all-filters-btn{padding:.6rem 1.25rem;background:transparent;border:1px solid #2563eb;color:#2563eb;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;font-family:inherit}.all-filters-btn.active{background:#2563eb;color:#fff}.all-filters-btn:hover{background:#eff6ff}.all-filters-btn.active:hover{background:#1d4ed8}.clear-all-btn{padding:.6rem 1rem;background:transparent;border:none;color:#6b7280;font-size:.9rem;cursor:pointer}.clear-all-btn:hover{color:#111827;text-decoration:underline}.more-filters-panel{padding:1.5rem;background-color:#fff;border-bottom:1px solid #e5e7eb;animation:slideDown .2s ease-out;box-shadow:inset 0 2px 4px #0000000d}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filters-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.filter-column{display:flex;flex-direction:column;gap:.75rem}.filter-column label{font-size:.85rem;font-weight:700;color:#111827;margin-bottom:.25rem;display:block}.checkbox-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;font-size:.9rem;color:#4b5563;cursor:pointer;transition:color .2s}.checkbox-label:hover{color:#111827}.checkbox-label input[type=checkbox]{width:1.1rem;height:1.1rem;cursor:pointer;border:1px solid #d1d5db;border-radius:4px}.panel-select,.panel-input{padding:.6rem;border:1px solid #d1d5db;border-radius:4px;font-size:.9rem;width:100%;background-color:#f9fafb}.panel-select-half{padding:.6rem;border:1px solid #d1d5db;border-radius:4px;font-size:.9rem;width:50%;background-color:#f9fafb}.main-content{display:flex;flex-grow:1;overflow:hidden}.map-side{flex:1.2;height:100%;position:relative}.list-side{flex:1;height:100%;overflow-y:auto;background-color:#f9fafb;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.list-header{margin-bottom:.5rem}.list-header h2{margin:0;font-size:1.5rem;color:#111827}.list-header p{margin:.25rem 0 0;color:#6b7280;font-size:.95rem}.apartment-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;padding-right:25px}.apartment-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px #00000014;overflow:hidden;cursor:pointer;transition:transform .2s,box-shadow .2s;border:1px solid #e5e7eb;display:flex;flex-direction:column}.apartment-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000001f;border-color:#d1d5db}.apartment-card.highlight-card{border:2px solid #0056b3;box-shadow:0 0 15px #0056b366;transform:scale(1.02);transition:all .3s ease}.card-image-wrapper{position:relative;height:200px}.apartment-image{width:100%;height:100%;object-fit:cover}.price-tag{position:absolute;bottom:10px;left:10px;background:#0f172ae0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);padding:.3rem .65rem;border-radius:6px;font-weight:800;font-size:.95rem;color:#fff;letter-spacing:-.3px}.best-badge{position:absolute;top:10px;left:10px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .55rem;border-radius:50px}.card-heart-btn{position:absolute;top:8px;right:8px;background:#ffffffe6;border:none;border-radius:50%;width:32px;height:32px;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000026;padding:0;line-height:1;color:#6b7280;transition:all .15s}.card-heart-btn:hover{background:#fff;color:#ef4444;transform:scale(1.1);box-shadow:0 2px 8px #0003}.card-heart-btn.favorited{color:#ef4444;background:#fff}.grade-tag{display:inline-block;font-size:.72rem;font-weight:700;padding:.15rem .55rem;border-radius:50px;margin-top:.4rem;text-transform:capitalize}.grade-luxury{background:#fef3c7;color:#92400e}.grade-business{background:#ede9fe;color:#5b21b6}.grade-standard{background:#f0fdf4;color:#166534}.grade-service{background:#eff6ff;color:#1e40af}.apartment-info{padding:1rem;display:flex;flex-direction:column;gap:.4rem}.apartment-info h3{margin:0;font-size:1.1rem;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.address{margin:0;font-size:.9rem;color:#4b5563}.apartment-specs{display:flex;gap:.75rem;font-size:.85rem;color:#374151;margin-top:.25rem}.apartment-specs span b{color:#111827}.card-footer{margin-top:.75rem;display:flex;justify-content:flex-end}.email-btn{background-color:#fff;color:#2563eb;border:1px solid #2563eb;padding:.4rem 1rem;border-radius:4px;font-weight:600;cursor:pointer;transition:all .2s;font-size:.9rem}.email-btn:hover{background-color:#2563eb;color:#fff}.no-results{grid-column:1 / -1;text-align:center;padding:3rem;background:#fff;border-radius:8px;border:2px dashed #e5e7eb;color:#6b7280}.loading-overlay{position:absolute;inset:0;background:#fffc;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loader{width:48px;height:48px;border:5px solid #2563eb;border-bottom-color:transparent;border-radius:50%;display:inline-block;box-sizing:border-box;animation:rotation 1s linear infinite;margin-bottom:1rem}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.list-side::-webkit-scrollbar{width:6px}.list-side::-webkit-scrollbar-track{background:transparent}.list-side::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:10px}.mobile-view-toggle{display:none;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);background-color:#111827;color:#fff;padding:.8rem 1.5rem;border-radius:50px;border:none;font-weight:600;box-shadow:0 4px 12px #0003;z-index:1000;align-items:center;gap:.5rem;cursor:pointer;transition:all .2s ease}.mobile-view-toggle:active{transform:translate(-50%) scale(.95)}.toggle-icon{font-size:1.1rem}@media(max-width:1024px){.main-content{flex-direction:column-reverse}.map-side{height:40vh;flex:none}.list-side{flex:1}}@media(max-width:768px){.home-page{height:calc(100vh - 70px);overflow:hidden}.main-content{flex:1;position:relative}.mobile-view-toggle{display:flex}.map-side,.list-side{position:absolute;top:0;left:0;width:100%;height:100%;transition:opacity .3s ease,visibility .3s ease}.main-content.list-active .map-side{opacity:0;visibility:hidden;pointer-events:none}.main-content.list-active .list-side{opacity:1;visibility:visible;z-index:1}.main-content.map-active .list-side{opacity:0;visibility:hidden;pointer-events:none}.main-content.map-active .map-side{opacity:1;visibility:visible;z-index:1}.top-filter-bar{padding:1rem;gap:.75rem}.search-box{max-width:100%;order:-1}.more-filters-panel{flex-direction:column;gap:1rem}.filters-grid{grid-template-columns:1fr;gap:1.5rem}.list-side{padding:1rem}.apartment-grid{grid-template-columns:1fr}}@media(max-width:480px){.top-filter-bar>*:not(.search-box):not(.all-filters-btn){display:none}.all-filters-btn{flex-grow:1}}.payment-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:3000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:1rem}.payment-modal-content{background:#fff;width:100%;max-width:450px;border-radius:20px;padding:2.5rem;position:relative;box-shadow:0 25px 50px -12px #00000040;animation:modalSlideUp .4s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.payment-modal-close{position:absolute;top:1.25rem;right:1.25rem;background:#f3f4f6;border:none;font-size:1.5rem;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4b5563;transition:all .2s}.payment-modal-close:hover{background:#e5e7eb;color:#111827}.payment-modal-header{margin-bottom:2rem;display:flex;align-items:center;justify-content:space-between}.payment-modal-header h2{font-size:1.5rem;font-weight:800;color:#111827;margin:0}.payment-method-badge{background:#eff6ff;color:#2563eb;padding:.4rem .8rem;border-radius:9999px;font-size:.875rem;font-weight:600}.payment-summary{background:#f9fafb;padding:1.25rem;border-radius:12px;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:center;border:1px solid #f3f4f6}.payment-summary .amount{font-size:1.25rem;font-weight:800;color:#059669}.payment-form{display:flex;flex-direction:column;gap:1.25rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-group label{font-size:.875rem;font-weight:600;color:#374151}.form-group input{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:10px;font-size:1rem;transition:all .2s;background:#fff}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.form-group input::placeholder{color:#9ca3af}.payment-error{background:#fef2f2;color:#dc2626;padding:.75rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;border:1px solid #fee2e2}.payment-submit-btn{background:#111827;color:#fff;padding:1rem;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .2s;margin-top:.5rem}.payment-submit-btn:hover{background:#1f2937;transform:translateY(-1px)}.payment-submit-btn:active{transform:translateY(0)}.payment-submit-btn:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.payment-submit-btn.processing{position:relative;color:transparent}.payment-submit-btn.processing:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin:-10px 0 0 -10px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.stripe-card-element{padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:10px;background:#fff;transition:all .2s}.stripe-card-element:focus-within{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.payment-cancel-btn{background:transparent;color:#6b7280;padding:.75rem;border:1px solid #e5e7eb;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.payment-cancel-btn:hover{background:#f9fafb;color:#374151}@media(max-width:480px){.payment-modal-content{padding:1.5rem}}.apartment-details-page{width:100%;background-color:#f8fafc;min-height:100vh}.details-header-carousel{position:relative;width:100%;height:500px;background:#000;overflow:hidden}.flexible-gallery{height:100%}.gallery-wrapper{height:100%;width:100%}.floating-back-button{position:absolute;top:1.5rem;left:1.5rem;z-index:20;background:#fff;color:var(--text-color);border:none;padding:.6rem 1.2rem;border-radius:9999px;cursor:pointer;font-weight:600;display:flex;align-items:center;gap:.5rem;box-shadow:0 4px 12px #00000026;transition:all .2s}.floating-back-button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0003;background:#f8fafc}.floating-heart-button{position:absolute;top:1.5rem;right:1.5rem;z-index:20;background:#fff;border:none;border-radius:50%;width:44px;height:44px;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .2s;color:#6b7280}.floating-heart-button:hover{transform:scale(1.1);box-shadow:0 6px 16px #0003;color:#ef4444}.floating-heart-button.favorited{color:#ef4444}.apartment-details-container{max-width:1200px;margin:-3rem auto 2rem;padding:0 2rem;position:relative;z-index:10}.details-main-content{background:#fff;border-radius:var(--radius);padding:2.5rem;box-shadow:var(--shadow-lg);display:grid;grid-template-columns:1fr;gap:2rem}.details-sidebar{display:flex;flex-direction:column;gap:2rem}.details-info h1{font-size:2.5rem;margin-bottom:.5rem;color:#0f172a}.apartment-price{font-size:2.25rem;color:var(--accent-color);margin:.5rem 0;font-weight:800}.location-badge{display:inline-block;background:#f1f5f9;color:var(--text-muted);padding:.5rem 1.25rem;border-radius:9999px;font-size:1rem;font-weight:600}.carousel-control{position:absolute;top:50%;transform:translateY(-50%);background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;border:none;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:1.5rem;display:flex;align-items:center;justify-content:center;transition:all .2s;z-index:15}.carousel-control.prev{left:1.5rem}.carousel-control.next{right:1.5rem}.carousel-control:hover{background:#000000b3;transform:translateY(-50%) scale(1.1)}.carousel-indicators{position:absolute;bottom:4rem;left:50%;transform:translate(-50%);display:flex;gap:.6rem;z-index:15}.indicator{width:10px;height:10px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:all .2s}.indicator.active{background:#fff;transform:scale(1.3)}.details-image{width:100%;height:100%;object-fit:cover}.gallery-grid-8{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:4px;height:100%;background:#000}.grid-item{overflow:hidden}.grid-image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.grid-item:hover .grid-image{transform:scale(1.08)}.gallery-featured-5{display:grid;grid-template-columns:1.5fr 1fr;gap:6px;height:100%;background:#000}.featured-main{overflow:hidden;height:100%;width:100%;background:#1e293b}.featured-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.featured-main:hover .featured-image{transform:scale(1.05)}.featured-side{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:6px;height:100%}.side-item{overflow:hidden}.side-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.side-item:hover .side-image{transform:scale(1.08)}.gallery-standard-1{height:100%}.specs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1.5rem;padding:2rem;background:#f8fafc;border-radius:var(--radius);border:1px solid var(--border-color);margin-top:2rem}.spec-item{display:flex;flex-direction:column;gap:.25rem}.spec-label{font-size:.85rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.spec-value{font-size:1.1rem;color:#1e293b;font-weight:700}.apartment-description h3,.author-comment-section h3,.pros-section h3{margin:2rem 0 1rem;font-size:1.5rem;color:#0f172a}.apartment-description p{font-size:1.1rem;line-height:1.8;color:#475569}.comment-bubble{background:#f0f9ff;border-left:5px solid var(--accent-color);padding:1.5rem;border-radius:0 var(--radius) var(--radius) 0}.pros-list{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.pros-list li{display:flex;align-items:center;gap:.75rem;color:#475569;font-size:1.05rem}.pro-check{color:#10b981;font-weight:700}.location-section{background-color:#fff;padding:2rem 2.5rem;border-radius:var(--radius)}.location-section h3{margin-bottom:1rem;font-size:1.2rem;font-weight:600}.location-section .map-wrapper{height:350px;border-radius:10px;overflow:hidden}.location-section .map-container{height:350px}.actions-section{background-color:#fff;padding:2.5rem;border-radius:var(--radius);box-shadow:var(--shadow-md);margin-top:2rem}.payment-buttons{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-top:1.5rem}.payment-buttons button,.contract-button{padding:1rem;font-weight:700;border-radius:var(--radius);cursor:pointer;transition:all .2s}.contract-button{background-color:var(--primary-color);color:#fff;border:none;width:100%;margin-top:1rem}.contract-button:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.auth-required-message{text-align:center;padding:2rem;background:#f8fafc;border-radius:var(--radius);border:2px dashed var(--border-color)}.login-link-btn{display:inline-block;background-color:var(--accent-color);color:#fff;padding:.8rem 2.5rem;border-radius:var(--radius);text-decoration:none;font-weight:700;margin-top:1rem}@media(max-width:1200px){.details-header-carousel{height:450px}}@media(max-width:768px){.details-header-carousel{height:350px}.apartment-details-container{padding:0 1rem;margin-top:-2rem}.details-main-content{padding:1.5rem}.details-info h1{font-size:1.75rem}}.lightbox-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000f2;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lightbox-content{position:relative;max-width:90vw;max-height:90vh}.lightbox-image{max-width:100%;max-height:90vh;border-radius:4px;box-shadow:0 0 30px #00000080}.lightbox-close{position:absolute;top:-40px;right:-40px;background:transparent;border:none;color:#fff;font-size:3rem;cursor:pointer;line-height:1}.lightbox-close:hover{color:var(--accent-color)}.grid-item,.featured-main,.featured-side .side-item,.gallery-single{cursor:zoom-in}@media(max-width:768px){.lightbox-close{top:-50px;right:0}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:2000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content{background:#fff;padding:1.5rem;border-radius:12px;width:90%;max-width:400px;box-shadow:0 10px 25px #0003;animation:modal-fade-in .3s ease-out}@keyframes modal-fade-in{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.modal-header h3{margin:0;color:#2c3e50;font-size:1.25rem}.modal-body{margin:1.5rem 0}.modal-body p{margin:0;color:#666;line-height:1.5}.modal-footer{display:flex;justify-content:flex-end;gap:1rem}.modal-btn{padding:.6rem 1.2rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:opacity .2s}.modal-btn:hover{opacity:.9}.modal-btn.cancel{background-color:#ecf0f1;color:#7f8c8d}.modal-btn.confirm.info{background-color:#3498db;color:#fff}.modal-btn.confirm.danger{background-color:#e74c3c;color:#fff}.admin-page{padding:2rem;background-color:#f4f7f6;min-height:calc(100vh - 70px)}.admin-container{max-width:1200px;margin:0 auto}.admin-header{margin-bottom:1.5rem;border-bottom:2px solid #e0e0e0;padding-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem}.header-right{display:flex;align-items:center;gap:2rem}.add-new-btn{background-color:#27ae60;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 4px 6px #27ae6033}.add-new-btn:hover{background-color:#219150;transform:translateY(-1px)}.admin-header h1{color:#333;margin:0}.welcome-msg{color:#666;margin-top:.5rem}.header-stats{display:flex;gap:1.5rem}.stat-pill{background:#fff;padding:.8rem 1.5rem;border-radius:50px;display:flex;align-items:center;gap:.8rem;box-shadow:0 2px 4px #0000000d;border:1px solid #eee}.stat-label{font-size:.85rem;color:#7f8c8d;font-weight:600}.stat-value{font-size:1.1rem;font-weight:700;color:#2c3e50}.admin-nav{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #ddd;padding-bottom:1rem}.nav-item{background:none;border:none;padding:.8rem 1.5rem;font-size:1rem;font-weight:600;color:#7f8c8d;cursor:pointer;border-radius:6px;transition:all .2s}.nav-item:hover{color:#3498db;background-color:#3498db0d}.nav-item.active{color:#fff;background-color:#3498db}.admin-content{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.admin-grid{display:grid;grid-template-columns:1fr;gap:2rem}.admin-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 12px #00000014}.admin-card h2{margin-top:0;margin-bottom:1.5rem;color:#2c3e50;font-size:1.25rem;border-left:4px solid #3498db;padding-left:10px}.metrics-grid{display:flex;gap:2rem}.metric-item{display:flex;flex-direction:column}.metric-label{font-size:.9rem;color:#7f8c8d}.metric-value{font-size:1.8rem;font-weight:700;color:#2c3e50}.admin-form{display:flex;flex-direction:column;gap:1.2rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.form-group label{font-weight:600;font-size:.9rem;color:#34495e}.form-group input,.form-group select,.form-group textarea{padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.submit-btn{padding:1rem;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700;font-size:1rem;transition:background .2s}.submit-btn:hover{background-color:#2980b9}.form-actions{display:flex;gap:1rem}.form-actions .submit-btn{flex:2}.cancel-btn{flex:1;padding:1rem;background-color:#95a5a6;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700;font-size:1rem;transition:background .2s}.cancel-btn:hover{background-color:#7f8c8d}.modal-map-container{margin-top:.5rem;border:1px solid #ddd;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000000d}.coord-display{display:flex;gap:1rem;padding:.5rem;background-color:#f8f9fa;border-top:1px solid #ddd;font-size:.8rem;color:#7f8c8d;font-family:monospace}.admin-modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:center;z-index:1000;padding:2rem;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.admin-modal-content{background:#fff;width:100%;max-width:800px;max-height:90vh;border-radius:12px;padding:2rem;overflow-y:auto;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;border-bottom:1px solid #eee;padding-bottom:1rem}.modal-header h2{margin:0;border:none;padding:0}.close-modal{background:none;border:none;font-size:2rem;color:#95a5a6;cursor:pointer;line-height:1}.close-modal:hover{color:#2c3e50}.admin-map-container{border-radius:12px;overflow:hidden;border:1px solid #ddd;box-shadow:inset 0 2px 4px #0000000d}.map-popup-content{max-width:200px}.map-popup-content img{width:100%;height:120px;object-fit:cover;border-radius:4px;margin-bottom:.5rem}.map-popup-content h3{margin:0 0 .3rem;font-size:1rem}.map-popup-content p{margin:0;font-size:.85rem;color:#666}.file-upload-wrapper{position:relative;border:2px dashed #ddd;border-radius:4px;padding:1rem;text-align:center;transition:border-color .2s;cursor:pointer}.file-upload-wrapper:hover{border-color:#3498db}.file-input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.upload-placeholder{color:#7f8c8d;font-size:.9rem}.image-previews{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem}.preview-item{position:relative;width:100px;height:100px;border-radius:4px;overflow:hidden;border:1px solid #eee}.preview-item img{width:100%;height:100%;object-fit:cover}.remove-img{position:absolute;top:5px;right:5px;background:#e74c3ccc;color:#fff;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;padding:0}.remove-img:hover{background:#e74c3c}.step-indicator{display:flex;justify-content:space-between;margin-bottom:2rem;position:relative;padding:0 1rem}.step-indicator:before{content:"";position:absolute;top:15px;left:2rem;right:2rem;height:2px;background-color:#eee;z-index:1}.step-dot{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;flex:1}.step-dot .dot{width:32px;height:32px;background-color:#fff;border:2px solid #ddd;border-radius:50%;margin-bottom:.5rem;transition:all .3s}.step-dot.active .dot{border-color:#3498db;background-color:#3498db;box-shadow:0 0 0 4px #3498db33}.step-dot.completed .dot{background-color:#27ae60;border-color:#27ae60}.step-dot .label{font-size:.75rem;color:#7f8c8d;font-weight:600;text-align:center}.step-dot.active .label{color:#3498db}.step-content{animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.prev-btn{flex:1;padding:1rem;background-color:#ecf0f1;color:#2c3e50;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-weight:700;font-size:1rem;transition:background .2s}.prev-btn:hover{background-color:#bdc3c7}.next-btn{flex:2;padding:1rem;background-color:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:700;font-size:1rem;transition:background .2s}.next-btn:hover{background-color:#2980b9}.table-thumb{width:60px;height:40px;object-fit:cover;border-radius:4px;border:1px solid #eee}.table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{text-align:left;padding:1rem;border-bottom:1px solid #eee}.admin-table th{background-color:#f8f9fa;color:#7f8c8d;font-weight:600;font-size:.85rem;text-transform:uppercase}.table-actions{display:flex;gap:.5rem}.edit-btn{padding:.5rem 1rem;background-color:#f39c12;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background .2s}.edit-btn:hover{background-color:#d35400}.delete-btn{padding:.5rem 1rem;background-color:#e74c3c;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;transition:background .2s}.delete-btn:hover{background-color:#c0392b}.delete-btn:disabled{background-color:#f5c6cb;cursor:not-allowed}.role-badge{padding:.25rem .75rem;border-radius:50px;font-size:.75rem;font-weight:700;text-transform:uppercase}.role-badge.admin{background-color:#d1ecf1;color:#0c5460}.role-badge.user{background-color:#e2e3e5;color:#383d41}.manage-users-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1.5rem;flex-wrap:wrap}.manage-users-section .header-left{display:flex;align-items:center;gap:2rem;flex-wrap:wrap}.user-search-wrapper{flex:1;min-width:250px}.user-search-input{width:100%;padding:.6rem 1rem;border:1px solid #ddd;border-radius:6px;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.user-search-input:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.add-user-btn{background-color:#3498db;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s}.add-user-btn:hover{background-color:#2980b9}.admin-modal-content.small{max-width:450px}.error-notice{background-color:#fff5f5;border:1px solid #feb2b2;color:#c53030;padding:1rem;border-radius:8px;margin-bottom:1.5rem;display:flex;justify-content:space-between;align-items:center}.error-notice p{margin:0;font-weight:500}.retry-btn{background-color:#c53030;color:#fff;border:none;padding:.4rem .8rem;border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:600}.retry-btn:hover{background-color:#9b2c2c}.integration-badge{padding:.4rem .8rem;border-radius:4px;font-size:.75rem;font-weight:700;text-transform:uppercase}.integration-badge.warning{background-color:#fef3c7;color:#92400e}.integration-badge.success{background-color:#d1fae5;color:#065f46}.settings-notice{background-color:#ebf8ff;border-left:4px solid #4299e1;padding:1rem;margin-bottom:2rem;border-radius:0 4px 4px 0}.settings-notice p{margin:0;font-size:.9rem;color:#2c5282;line-height:1.5}.radio-group{display:flex;gap:2rem;margin-top:.5rem}.radio-label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;cursor:pointer;color:#4a5568}.radio-label input{width:1.2rem;height:1.2rem;cursor:pointer}.db-status{transition:all .3s}.db-status.online{border-color:#c6f6d5}.db-status.offline{border-color:#fed7d7}.db-status.unknown{border-color:#e2e8f0}.status-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.online .status-dot{background-color:#38a169;box-shadow:0 0 0 2px #38a16933}.offline .status-dot{background-color:#e53e3e;box-shadow:0 0 0 2px #e53e3e33}.unknown .status-dot{background-color:#a0aec0;box-shadow:0 0 0 2px #a0aec033}@media(min-width:1024px){.admin-grid{grid-template-columns:1fr;align-items:start}}@media(max-width:768px){.admin-page{padding:1rem}.admin-header{flex-direction:column;align-items:stretch;text-align:center}.header-right{flex-direction:column;gap:1rem}.header-stats{width:100%;justify-content:center}.stat-pill{flex:1;justify-content:center;padding:.6rem 1rem}.admin-nav{overflow-x:auto;padding-bottom:.5rem;white-space:nowrap;-webkit-overflow-scrolling:touch}.nav-item{padding:.6rem 1rem;font-size:.9rem}.admin-modal-overlay{padding:0}.admin-modal-content{max-height:100vh;height:100vh;border-radius:0;padding:1.5rem 1rem}.step-indicator{padding:0}.step-dot .label{display:none}.step-dot.active .label{display:block;position:absolute;top:40px;width:120px;background:#fff;padding:4px;border-radius:4px;box-shadow:0 2px 4px #0000001a;z-index:10}.form-actions{flex-direction:column-reverse}.form-actions button{width:100%}.table-actions{flex-direction:column}}@media(max-width:480px){.admin-header h1{font-size:1.5rem}.form-row{grid-template-columns:1fr;gap:1rem}.image-previews{justify-content:center}}.profile-page{min-height:calc(100vh - 64px);background:#f8fafc;padding:2rem 1.5rem}.profile-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:240px 1fr;gap:1.5rem;align-items:start}.profile-sidebar{display:flex;flex-direction:column;gap:1rem;position:sticky;top:80px}.profile-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.5rem;text-align:center}.profile-avatar-large{width:72px;height:72px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;margin:0 auto .75rem}.profile-name{font-size:1.05rem;font-weight:700;color:#0f172a}.profile-member-since{font-size:.8rem;color:#9ca3af;margin-top:.25rem}.profile-nav{background:#fff;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;display:flex;flex-direction:column}.profile-nav-item{display:flex;align-items:center;gap:.65rem;padding:.75rem 1.1rem;background:none;border:none;border-radius:0;box-shadow:none;text-align:left;font-size:.88rem;font-weight:500;color:#374151;cursor:pointer;transition:background .12s,color .12s;border-bottom:1px solid #f3f4f6}.profile-nav-item:last-child{border-bottom:none}.profile-nav-item:hover{background:#f9fafb;color:#0f172a;transform:none;box-shadow:none}.profile-nav-item.active{background:#eff6ff;color:#2563eb;font-weight:700}.nav-icon{font-size:1rem;width:20px;text-align:center;flex-shrink:0}.profile-main{min-width:0}.tab-content{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1.75rem}.tab-title{font-size:1.35rem;font-weight:700;color:#0f172a;margin-bottom:1.5rem}.tab-desc{color:#6b7280;font-size:.9rem;margin-bottom:1.5rem;margin-top:-1rem}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem}.stat-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:1.1rem;text-align:center}.stat-number{font-size:2rem;font-weight:800;color:#2563eb;line-height:1}.stat-label{font-size:.8rem;color:#6b7280;margin-top:.3rem}.overview-section{margin-bottom:2rem}.overview-section:last-child{margin-bottom:0}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.section-header h3{font-size:1rem;font-weight:700;color:#0f172a;margin:0}.text-btn{background:none;border:none;color:#2563eb;font-size:.85rem;font-weight:600;cursor:pointer;padding:0;box-shadow:none}.text-btn:hover{text-decoration:underline;transform:none;box-shadow:none;background:none}.mini-listing-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.mini-listing-card{border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .15s,transform .15s;display:block}.mini-listing-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-2px);text-decoration:none}.mini-listing-card img{width:100%;height:130px;object-fit:cover;display:block}.mini-listing-info{padding:.75rem}.mini-listing-price{font-size:1rem;font-weight:800;color:#0f172a}.mini-listing-title{font-size:.83rem;color:#374151;margin-top:.2rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-listing-meta{font-size:.78rem;color:#9ca3af;margin-top:.2rem}.tours-list{display:flex;flex-direction:column;gap:.75rem}.tour-item{display:flex;align-items:center;gap:1rem;padding:.9rem 1rem;background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px}.tour-icon{font-size:1.2rem}.tour-details{flex:1}.tour-title{font-weight:600;font-size:.9rem;color:#0f172a}.tour-time{font-size:.82rem;color:#6b7280;margin-top:.15rem}.tour-badge{font-size:.75rem;font-weight:700;padding:.25rem .65rem;border-radius:50px;text-transform:capitalize}.tour-badge.confirmed{background:#dcfce7;color:#15803d}.tour-badge.pending{background:#fef9c3;color:#854d0e}.tour-badge.cancelled{background:#fee2e2;color:#b91c1c}.saved-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem}.saved-card{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;transition:box-shadow .15s}.saved-card:hover{box-shadow:0 4px 16px #0000001a}.saved-card-img-wrap{position:relative}.saved-card-img-wrap img{width:100%;height:160px;object-fit:cover;display:block}.heart-btn{position:absolute;top:8px;right:8px;background:#fff;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;box-shadow:0 2px 6px #00000026;padding:0}.heart-btn:hover{transform:scale(1.1);box-shadow:0 2px 6px #0003;background:#fff}.saved-card-info{padding:1rem}.saved-price{font-size:1.1rem;font-weight:800;color:#0f172a}.saved-title{font-size:.9rem;font-weight:600;color:#374151;margin-top:.2rem}.saved-location{font-size:.82rem;color:#9ca3af;margin-top:.25rem}.saved-specs{font-size:.82rem;color:#6b7280;margin-top:.2rem}.view-btn{display:block;width:100%;margin-top:.75rem;padding:.5rem;text-align:center;background:#eff6ff;color:#2563eb;border-radius:6px;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .15s}.view-btn:hover{background:#dbeafe;text-decoration:none}.tours-full-list{display:flex;flex-direction:column;gap:.75rem}.tour-card{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:1px solid #e5e7eb;border-radius:10px}.tour-card-date{width:52px;height:52px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.tour-month{font-size:.68rem;font-weight:700;color:#2563eb;text-transform:uppercase}.tour-day{font-size:1.35rem;font-weight:800;color:#0f172a;line-height:1}.tour-card-middle{flex:1}.tour-card-title{font-weight:600;font-size:.9rem;color:#0f172a}.tour-card-time{font-size:.82rem;color:#6b7280;margin-top:.25rem}.tour-card-right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.cancel-btn{background:none;border:1px solid #e5e7eb;color:#6b7280;font-size:.8rem;font-weight:500;padding:.3rem .75rem;border-radius:6px;cursor:pointer;box-shadow:none}.cancel-btn:hover{border-color:#dc2626;color:#dc2626;background:#fef2f2;transform:none;box-shadow:none}.alerts-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.alert-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border:1px solid #e5e7eb;border-radius:10px}.alert-label{font-weight:600;font-size:.9rem;color:#0f172a}.alert-filters{font-size:.82rem;color:#6b7280;margin-top:.2rem}.add-alert-btn{background:#fff;border:1px dashed #d1d5db;color:#2563eb;font-weight:600;font-size:.88rem;padding:.65rem 1.25rem;border-radius:8px;cursor:pointer;box-shadow:none;transition:border-color .15s,background .15s}.add-alert-btn:hover{border-color:#2563eb;background:#eff6ff;transform:none;box-shadow:none;color:#1d4ed8}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px;flex-shrink:0}.toggle-switch input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;inset:0;background:#d1d5db;border-radius:24px;cursor:pointer;transition:background .2s}.toggle-slider:before{content:"";position:absolute;width:18px;height:18px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .2s;box-shadow:0 1px 3px #0003}.toggle-switch input:checked+.toggle-slider{background:#2563eb}.toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.settings-form{display:flex;flex-direction:column;gap:2rem}.settings-section{display:flex;flex-direction:column;gap:1rem}.settings-section-title{font-size:.95rem;font-weight:700;color:#0f172a;margin:0;padding-bottom:.75rem;border-bottom:1px solid #e5e7eb}.settings-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.25rem 1.5rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group label{font-size:.82rem;font-weight:600;color:#374151;letter-spacing:.01em}.form-group input,.lang-select-full{padding:.6rem .85rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.9rem;font-family:inherit;width:100%;background:#fff;box-sizing:border-box;outline:none;transition:border-color .15s}.form-group input:focus,.lang-select-full:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.notif-options{display:flex;flex-direction:column;gap:.75rem}.notif-option{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.1rem;border:1px solid #e5e7eb;border-radius:10px;cursor:pointer}.notif-text{display:flex;flex-direction:column;gap:.2rem}.notif-title{font-size:.9rem;font-weight:600;color:#0f172a}.notif-desc{font-size:.8rem;color:#9ca3af}.outline-btn{background:#fff;border:1px solid #d1d5db;color:#374151;font-weight:600;font-size:.88rem;padding:.6rem 1.25rem;border-radius:8px;cursor:pointer;box-shadow:none;width:fit-content}.outline-btn:hover{border-color:#9ca3af;background:#f9fafb;transform:none;box-shadow:none}.settings-footer{display:flex;align-items:center;justify-content:flex-end;gap:1rem;padding-top:.5rem}.save-success{font-size:.88rem;color:#15803d;font-weight:600}.save-btn{background:#2563eb;color:#fff;border:none;font-weight:700;font-size:.9rem;padding:.65rem 1.5rem;border-radius:8px;cursor:pointer;box-shadow:none}.save-btn:hover{background:#1d4ed8;transform:none;box-shadow:none}.empty-state{text-align:center;padding:3rem 1rem}.empty-icon{font-size:3rem;margin-bottom:1rem}.empty-state h3{color:#0f172a;margin-bottom:.5rem}.empty-state p{color:#6b7280;font-size:.9rem;margin-bottom:1.5rem}.cta-btn{display:inline-block;background:#2563eb;color:#fff;font-weight:700;font-size:.9rem;padding:.65rem 1.5rem;border-radius:8px;text-decoration:none;transition:background .15s}.cta-btn:hover{background:#1d4ed8;text-decoration:none;color:#fff}@media(max-width:768px){.profile-page{padding:1rem}.profile-container{grid-template-columns:1fr}.profile-sidebar{position:static}.profile-nav{flex-direction:row;overflow-x:auto;border-radius:10px}.profile-nav-item{flex-direction:column;gap:.25rem;padding:.65rem .85rem;font-size:.75rem;border-bottom:none;border-right:1px solid #f3f4f6;white-space:nowrap;flex-shrink:0}.profile-nav-item:last-child{border-right:none}.stats-row{grid-template-columns:repeat(3,1fr)}.mini-listing-grid{grid-template-columns:1fr 1fr}.saved-grid{grid-template-columns:1fr}.tour-card{flex-wrap:wrap}}@media(max-width:768px){.settings-grid{grid-template-columns:1fr 1fr}}@media(max-width:480px){.stats-row{grid-template-columns:1fr 1fr}.mini-listing-grid,.settings-grid{grid-template-columns:1fr}.tab-content{padding:1.25rem}}.pw-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000}.pw-modal{background:#fff;border-radius:14px;padding:2rem;width:100%;max-width:420px;box-shadow:0 20px 60px #0000002e;display:flex;flex-direction:column;gap:1.25rem}.pw-modal-header{display:flex;align-items:center;justify-content:space-between}.pw-modal-header h3{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0}.pw-modal-close{background:none;border:none;font-size:1.5rem;line-height:1;color:#6b7280;cursor:pointer;padding:0 .25rem}.pw-modal-close:hover{color:#111}.pw-modal-form{display:flex;flex-direction:column;gap:1rem}.pw-error{background:#fef2f2;border:1px solid #fca5a5;color:#dc2626;padding:.6rem .85rem;border-radius:8px;font-size:.85rem}.pw-success{background:#f0fdf4;border:1px solid #86efac;color:#16a34a;padding:.6rem .85rem;border-radius:8px;font-size:.85rem}.pw-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding-top:.25rem}.notfound-page{display:flex;align-items:center;justify-content:center;min-height:calc(100vh - 70px);background:#f9fafb;padding:2rem}.notfound-card{text-align:center;background:#fff;border-radius:16px;box-shadow:0 4px 24px #00000014;padding:3rem 4rem;max-width:480px;width:100%}.notfound-code{font-size:6rem;font-weight:800;color:#e5e7eb;line-height:1;margin-bottom:1rem}.notfound-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0 0 .75rem}.notfound-desc{color:#6b7280;font-size:.95rem;margin:0 0 2rem;line-height:1.6}.notfound-btn{background:#2563eb;color:#fff;border:none;border-radius:8px;padding:.75rem 2rem;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s}.notfound-btn:hover{background:#1d4ed8}
