:root{--teal:#0f8a8a;--teal-dark:#0b5f5f;--teal-soft:#e0f4f4;--grey:#6b7280;--grey-soft:#9ca3af;--dark:#111827;--light:#f9fafb;--border:#e5e7eb;--shadow-soft:0 6px 32px #0f8a8a14;--shadow-hover:0 10px 40px #0f8a8a29}*,:before,:after{box-sizing:border-box}html{font-size:16px}body{color:var(--dark);-webkit-font-smoothing:antialiased;background:#fff;min-height:100vh;margin:0;padding:0;font-family:Poppins,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}html,body{width:100%;overflow-x:hidden}a{color:inherit;text-decoration:none}main{min-height:calc(100vh - 180px)}.btn{cursor:pointer;border:none;border-radius:999px;padding:8px 18px;font-size:.8rem;font-weight:600;transition:background .2s,color .2s,box-shadow .2s,transform .1s}.btn-ghost{color:var(--dark);border:1px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--light)}.btn-primary{background:var(--teal);color:#fff;box-shadow:0 6px 18px #0f8a8a47}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-1px);box-shadow:0 8px 26px #0f8a8a52}.hero{text-align:center;flex-direction:column;align-items:center;max-width:880px;margin:56px auto 44px;padding:0 24px;display:flex}.hero-logo{color:var(--dark);letter-spacing:-.2em;margin-bottom:16px;font-size:5.2rem;font-weight:800;line-height:1}.hero-logo span{color:var(--teal)}.hero-title{margin-bottom:10px;font-size:2.1rem;font-weight:700;line-height:1.25}.hero-subtitle{color:var(--grey);max-width:520px;margin-bottom:20px;font-size:.9rem;line-height:1.7}.hero-badges{flex-wrap:wrap;justify-content:center;gap:8px;margin-bottom:28px;display:flex}.hero-badge{background:var(--teal-soft);color:var(--teal-dark);border-radius:999px;padding:4px 10px;font-size:.7rem}.macro-tabs{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:22px;display:inline-flex}.macro-tab{border:1.5px solid var(--border);color:var(--grey);cursor:pointer;background:#fff;border-radius:999px;padding:9px 22px;font-size:.8rem;font-weight:500;transition:all .2s}.macro-tab:hover{border-color:var(--teal);color:var(--teal-dark);background:var(--teal-soft)}.macro-tab.active{background:var(--teal);border-color:var(--teal);color:#fff;font-weight:600}.search-wrap{width:100%;max-width:560px}.search-label{color:var(--grey);text-align:left;margin-bottom:10px;font-size:.8rem;font-weight:500;display:block}.search-row{border:1.5px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;border-radius:999px;gap:0;transition:box-shadow .2s,border-color .2s,transform .1s;display:flex;overflow:hidden}.search-row:focus-within{border-color:var(--teal);box-shadow:var(--shadow-hover);transform:translateY(-1px)}.search-input{color:var(--dark);background:0 0;border:none;outline:none;flex:1;padding:14px 20px;font-size:.9rem;font-weight:400}.search-input::placeholder{color:#adb5bd}.search-btn{background:var(--teal);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:0 999px 999px 0;padding:14px 28px;font-size:.9rem;font-weight:600;transition:background .2s}.search-btn:hover{background:var(--teal-dark)}.search-filters{background:var(--light);border:1px solid var(--border);border-radius:16px;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:14px;padding:16px 20px;display:none}.search-filters.open{display:flex}.filter-field{flex-direction:column;flex:1;gap:4px;min-width:160px;display:flex}.filter-label{text-transform:uppercase;letter-spacing:.07em;color:var(--grey);font-size:.65rem;font-weight:600}.filter-input{border:1px solid var(--border);background:#fff;border-radius:10px;outline:none;padding:8px 12px;font-size:.8rem}.filter-input:focus{border-color:var(--teal)}.filter-hint{color:var(--grey-soft);text-align:center;width:100%;margin-top:10px;font-size:.7rem}.sections{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1100px;margin:0 auto 64px;padding:0 24px;display:grid}.info-card{background:var(--light);border:1px solid var(--border);border-radius:18px;flex-direction:column;gap:10px;padding:22px;display:flex}.info-card-icon{background:var(--teal-soft);border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;display:flex}.info-card-title{color:var(--dark);font-size:.95rem;font-weight:600}.info-card-text{color:var(--grey);font-size:.8rem;line-height:1.7}.info-card-link{color:var(--teal);cursor:pointer;align-items:center;gap:4px;margin-top:2px;font-size:.8rem;font-weight:600;display:inline-flex}.info-card-link:hover{color:var(--teal-dark)}footer{border-top:1px solid var(--border);background:var(--light);margin-top:32px;padding:32px 24px 26px}.footer-inner{grid-template-columns:repeat(4,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.footer-col-title{color:var(--dark);margin-bottom:10px;font-size:.8rem;font-weight:600}.footer-link{color:var(--grey);cursor:pointer;margin-bottom:6px;font-size:.75rem}.footer-link:hover{color:var(--teal-dark)}.footer-bottom{max-width:1100px;color:var(--grey-soft);border-top:1px solid var(--border);justify-content:space-between;gap:12px;margin:20px auto 0;padding-top:16px;font-size:.7rem;display:flex}.top-bar{flex-direction:column;gap:10px;max-width:1100px;margin:24px auto 14px;padding:0 24px;display:flex}.search-summary{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.summary-text{color:var(--grey);font-size:.8rem}.summary-text strong{color:var(--dark)}.summary-filters{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.filter-chip{color:var(--grey);background:#f9fafb;border:1px solid #e5e7eb;border-radius:999px;padding:4px 10px;font-size:.7rem}.link-small{color:var(--teal);cursor:pointer;font-size:.75rem}.link-small:hover{color:var(--teal-dark)}.results-layout{grid-template-columns:minmax(0,3fr) minmax(0,2.2fr);align-items:flex-start;gap:18px;max-width:1100px;margin:0 auto 40px;padding:0 24px;display:grid}.results-header-row{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.results-count{color:var(--grey-soft);font-size:.8rem}.sort-select{border:1px solid var(--border);color:var(--grey);background:#fff;border-radius:999px;padding:5px 10px;font-size:.75rem}.results-list{flex-direction:column;gap:10px;display:flex}.empty-state{text-align:center;color:var(--grey);flex-direction:column;align-items:center;padding:64px 32px;display:flex}.empty-state-icon{margin-bottom:16px;font-size:2.5rem}.empty-state h3{color:var(--dark);margin-bottom:8px;font-size:1rem;font-weight:600}.empty-state p{color:var(--grey-soft);font-size:.85rem}.listing-card{border:1px solid var(--border);box-shadow:var(--shadow-soft);cursor:pointer;background:#fff;border-radius:18px;grid-template-columns:120px minmax(0,1fr);gap:10px;padding:10px;transition:box-shadow .15s,transform .15s,border-color .15s;display:grid;position:relative}.listing-card:hover{box-shadow:var(--shadow-hover);border-color:var(--teal-soft);transform:translateY(-1px)}.listing-thumb{background:linear-gradient(135deg,#dbeafe,#e0f4f4);border-radius:12px;flex-shrink:0;width:120px;height:100px;overflow:hidden}.listing-thumb-placeholder{background:linear-gradient(135deg,#dbeafe,#e0f4f4);width:100%;height:100%}.listing-body{flex-direction:column;gap:4px;display:flex}.listing-title{color:var(--dark);margin-right:40px;font-size:.9rem;font-weight:600}.listing-meta{color:var(--grey-soft);font-size:.75rem}.listing-tags{flex-wrap:wrap;gap:6px;margin-top:4px;display:flex}.tag-pill{color:var(--grey);background:#f9fafb;border-radius:999px;padding:2px 8px;font-size:.7rem}.tag-premium{background:var(--teal-soft);color:var(--teal-dark);font-weight:600}.listing-price{color:var(--teal-dark);font-size:.9rem;font-weight:600}.listing-footer-row{color:var(--grey-soft);justify-content:space-between;align-items:center;gap:6px;margin-top:4px;font-size:.7rem;display:flex}.heart-icon{color:var(--grey-soft);cursor:pointer;font-size:1.1rem;position:absolute;top:10px;right:10px}.heart-icon.saved{color:var(--teal)}.badge-label{color:var(--grey-soft);font-size:.7rem}.map-panel{border:1px solid var(--border);background:#e5f3f3;border-radius:18px;flex-direction:column;min-height:320px;display:flex;position:sticky;top:80px;overflow:hidden}.map-header{border-bottom:1px solid var(--border);color:var(--grey-soft);background:#fff;justify-content:space-between;align-items:center;padding:10px 14px;font-size:.75rem;display:flex}.map-body{color:var(--teal-dark);text-align:center;flex:1;justify-content:center;align-items:center;padding:10px;font-size:.8rem;display:flex}.map-legend{color:var(--grey-soft);background:#ffffffe6;padding:8px 14px 12px;font-size:.7rem}.map-legend span{background:var(--teal-soft);color:var(--teal-dark);border-radius:999px;margin-bottom:4px;margin-right:4px;padding:3px 8px;display:inline-block}.pagination{justify-content:center;align-items:center;gap:8px;margin-top:14px;font-size:.75rem;display:flex}.page-btn{border:1px solid var(--border);cursor:pointer;min-width:28px;height:28px;color:var(--grey-soft);background:#fff;border-radius:999px;justify-content:center;align-items:center;display:flex}.page-btn.active{background:var(--teal);color:#fff;border-color:var(--teal)}.page-btn:hover{border-color:var(--teal);color:var(--teal-dark)}.breadcrumb{max-width:1100px;color:var(--grey-soft);margin:18px auto 12px;padding:0 24px;font-size:.75rem}.breadcrumb a{color:var(--teal)}.breadcrumb a:hover{color:var(--teal-dark)}.ad-header{grid-template-columns:minmax(0,1.8fr) minmax(280px,360px);align-items:start;gap:24px;max-width:1100px;margin:0 auto 18px;padding:0 24px;display:grid}.ad-title{letter-spacing:-.03em;margin:0 0 10px;font-size:2rem;font-weight:700;line-height:1.15}.ad-subtitle{color:var(--grey);margin:0 0 14px;font-size:.95rem;line-height:1.6}.ad-labels{flex-wrap:wrap;gap:8px;display:flex}.label-pill{border:1px solid var(--border);color:var(--grey);white-space:nowrap;background:#fff;border-radius:999px;padding:7px 12px;font-size:.75rem}.label-premium{background:var(--teal-soft);color:var(--teal-dark);border-color:#0000;font-weight:600}.label-verified{color:#15803d;background:#ecfdf3;border-color:#bbf7d0;font-weight:500}.ad-actions-top{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;border-radius:20px;flex-direction:column;align-items:stretch;gap:10px;padding:18px;display:flex}.ad-price-main{color:var(--teal-dark);text-align:left;font-size:2rem;font-weight:700;line-height:1.1}.ad-price-sub{color:var(--grey);text-align:left;font-size:.82rem;line-height:1.5}.ad-top-btn-row{grid-template-columns:1fr 1fr;gap:10px;margin-top:6px;display:grid}.btn-icon{border:1px solid var(--border);color:var(--dark);cursor:pointer;background:#fff;border-radius:999px;padding:10px 14px;font-size:.82rem;font-weight:600;transition:all .2s}.btn-icon:hover{border-color:var(--teal);color:var(--teal-dark);background:var(--teal-soft)}.gallery{grid-template-columns:minmax(0,2fr) minmax(0,1fr);gap:10px;max-width:1100px;margin:0 auto 16px;padding:0 24px;display:grid}.gallery-main{background:linear-gradient(135deg,#dbeafe,#e0f4f4);border-radius:18px;height:230px;overflow:hidden}.gallery-main-placeholder{background:linear-gradient(135deg,#dbeafe,#e0f4f4);width:100%;height:100%}.gallery-side{grid-template-rows:repeat(3,1fr);gap:6px;display:grid}.gallery-thumb{background:linear-gradient(135deg,#e5e7eb,#e0f4f4);border-radius:12px;min-height:70px}.gallery-more{position:relative}.gallery-more:after{content:"+5 foto";color:#fff;background:#00000059;border-radius:12px;justify-content:center;align-items:center;font-size:.8rem;font-weight:600;display:flex;position:absolute;inset:0}.content-layout{grid-template-columns:minmax(0,2.1fr) minmax(0,1.1fr);align-items:flex-start;gap:16px;max-width:1100px;margin:0 auto 32px;padding:0 24px;display:grid}.ad-main-column{flex-direction:column;gap:12px;display:flex}.card-block{border:1px solid var(--border);background:#fff;border-radius:18px;padding:16px 18px}.card-title{margin-bottom:8px;font-size:.9rem;font-weight:600}.ad-info-row{color:var(--dark);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;margin-bottom:10px;font-size:.8rem;display:grid}.info-item strong{font-weight:600}.chips-row{flex-wrap:wrap;gap:6px;display:flex}.chip{background:var(--teal-soft);color:var(--teal-dark);border-radius:999px;padding:3px 8px;font-size:.7rem}.ad-description{color:var(--grey-soft);font-size:.8rem;line-height:1.7}.ad-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 16px;display:grid}.detail-item{color:var(--grey-soft);justify-content:space-between;gap:12px;font-size:.8rem;display:flex}.detail-item span:first-child{color:var(--grey-soft)}.detail-item span:last-child{color:var(--dark);text-align:right}.side-column{flex-direction:column;gap:12px;display:flex}.owner-card{border:1px solid var(--border);background:#fff;border-radius:18px;padding:16px}.owner-header{gap:10px;margin-bottom:8px;display:flex}.owner-avatar{background:var(--teal-soft);width:40px;height:40px;color:var(--teal-dark);border-radius:999px;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.owner-name{font-size:.9rem;font-weight:600}.owner-role{color:var(--grey-soft);font-size:.75rem}.owner-meta{color:var(--grey-soft);font-size:.7rem}.owner-btn-main{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:999px;width:100%;margin-top:8px;padding:10px 14px;font-size:.8rem;font-weight:600}.owner-btn-secondary{border:1px solid var(--border);width:100%;color:var(--dark);cursor:pointer;background:#fff;border-radius:999px;margin-top:6px;padding:8px 14px;font-size:.75rem}.small-note{color:var(--grey-soft);margin-top:8px;font-size:.7rem}.similar-section{max-width:1100px;margin:0 auto 40px;padding:0 24px}.similar-title{margin-bottom:10px;font-size:.9rem;font-weight:600}.similar-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.similar-card{border:1px solid var(--border);background:#fff;border-radius:16px;grid-template-columns:80px minmax(0,1fr);gap:8px;padding:10px;display:grid}.similar-thumb{background:linear-gradient(135deg,#dbeafe,#e0f4f4);border-radius:10px;min-height:72px}.similar-title-text{margin-bottom:2px;font-size:.8rem;font-weight:600}.similar-meta{color:var(--grey-soft);margin-bottom:4px;font-size:.7rem}.similar-price{color:var(--teal-dark);font-size:.8rem;font-weight:600}.auth-shell{background:#fff;grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.auth-header{border-bottom:1px solid var(--border);align-items:center;padding:16px 24px;display:flex}.auth-logo{color:var(--dark);align-items:center;gap:8px;font-size:.95rem;font-weight:600;text-decoration:none;display:flex}.auth-main{justify-content:center;align-items:center;padding:32px 16px;display:flex}.auth-footer{text-align:center;color:var(--grey-soft);border-top:1px solid var(--border);padding:16px 24px;font-size:.7rem}.auth-footer a{color:var(--grey)}.auth-footer a:hover{color:var(--teal-dark)}.auth-form-wrap{flex-direction:column;gap:20px;display:flex}.auth-form-head{text-align:center;flex-direction:column;gap:8px;display:flex}.auth-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--teal);font-size:.72rem;font-weight:700}.auth-title{letter-spacing:-.04em;color:var(--dark);margin:0;font-size:1.9rem;font-weight:700;line-height:1.1}.auth-subtitle{color:var(--grey);margin:0;font-size:.9rem;line-height:1.7}.auth-form{flex-direction:column;gap:14px;display:flex}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-label{color:var(--dark);font-size:.78rem;font-weight:600}.auth-input{border:1px solid var(--border);width:100%;min-height:46px;color:var(--dark);background:#fff;border-radius:14px;outline:none;padding:12px 14px;font-size:.92rem;transition:border-color .2s,box-shadow .2s,transform .1s}.auth-input:focus{border-color:var(--teal);box-shadow:0 0 0 4px #0f8a8a1a}.auth-input:disabled{cursor:not-allowed;background:#f8fafc}.auth-message{border-radius:14px;padding:12px 14px;font-size:.82rem;line-height:1.6}.auth-message-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}.auth-message-success{color:#166534;background:#ecfdf3;border:1px solid #bbf7d0}.auth-submit{width:100%;min-height:46px;margin-top:4px}@media (max-width:640px){.authCard{border-radius:18px;max-width:100%;padding:20px}.auth-form-wrap{gap:14px}.auth-title{font-size:1.4rem}.auth-subtitle{font-size:.82rem;line-height:1.5}.auth-form{gap:10px}.auth-field{gap:4px}.auth-input{min-height:42px;padding:10px 12px;font-size:.88rem}.auth-submit{min-height:42px}.auth-form-head{gap:4px}}.auth-divider{text-align:center;color:var(--grey-soft);font-size:.76rem;position:relative}.auth-divider:before{content:"";border-top:1px solid var(--border);z-index:0;position:absolute;inset:50% 0 auto}.auth-divider span{z-index:1;background:#fff;padding:0 12px;position:relative}.auth-alt-actions{justify-content:center;display:flex}.auth-alt-btn{justify-content:center;align-items:center;width:100%;display:inline-flex}.auth-links-stack{justify-content:center;margin-top:-4px;display:flex}.auth-inline-link{color:var(--teal);font-size:.8rem;font-weight:500}.auth-inline-link:hover{color:var(--teal-dark)}@media (max-width:640px){.auth-title{font-size:1.6rem}}.dashboard-page{padding:36px 24px 56px}.dashboard-container{max-width:1100px;margin:0 auto}.dashboard-hero{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:linear-gradient(135deg,#f8fffe 0%,#eef8f8 100%);border-radius:24px;margin-bottom:18px;padding:28px}.dashboard-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin-bottom:8px;font-size:.72rem;font-weight:700;display:inline-block}.dashboard-title{letter-spacing:-.04em;color:var(--dark);margin:0 0 10px;font-size:2rem;line-height:1.1}.dashboard-subtitle{max-width:760px;color:var(--grey);margin:0;font-size:.95rem;line-height:1.7}.dashboard-status-row{flex-wrap:wrap;gap:10px;margin-top:18px;display:flex}.dashboard-pill{background:var(--teal-soft);min-height:34px;color:var(--teal-dark);border-radius:999px;align-items:center;padding:6px 12px;font-size:.78rem;font-weight:600;display:inline-flex}.dashboard-pill-muted{border:1px solid var(--border);color:var(--grey);background:#fff}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.dashboard-card{border:1px solid var(--border);box-shadow:var(--shadow-soft);background:#fff;border-radius:22px;padding:22px}.dashboard-card-head{justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;display:flex}.dashboard-card-title{color:var(--dark);margin:0;font-size:1rem;font-weight:700}.dashboard-card-badge{color:var(--teal-dark);background:var(--teal-soft);border-radius:999px;padding:4px 10px;font-size:.7rem;font-weight:600}.dashboard-info-list{flex-direction:column;gap:12px;display:flex}.dashboard-info-item{border-bottom:1px solid var(--border);justify-content:space-between;gap:12px;padding-bottom:12px;display:flex}.dashboard-info-item:last-child{border-bottom:none;padding-bottom:0}.dashboard-info-label{color:var(--grey);font-size:.8rem}.dashboard-info-value{color:var(--dark);text-align:right;font-size:.82rem;font-weight:600}.dashboard-actions{flex-direction:column;gap:10px;display:flex}.dashboard-action-btn{justify-content:center;align-items:center;width:100%;min-height:44px;display:inline-flex}@media (max-width:900px){.hero{margin-top:32px;padding:0 20px}.hero-logo{letter-spacing:-.16em;font-size:3.6rem}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.85rem}.sections{grid-template-columns:1fr;margin-bottom:40px}.footer-inner{grid-template-columns:repeat(2,1fr)}.results-layout{grid-template-columns:minmax(0,1fr)}.map-panel{min-height:220px;position:static}.listing-card{grid-template-columns:120px minmax(0,1fr)}.gallery,.content-layout,.similar-list{grid-template-columns:1fr}.ad-header{grid-template-columns:1fr;gap:14px}.ad-title{font-size:1.55rem}.ad-subtitle{font-size:.88rem}.ad-top-btn-row{grid-template-columns:1fr 1fr}}@media (max-width:600px){.listing-card{grid-template-columns:90px minmax(0,1fr)}.listing-thumb{width:90px;height:90px}.search-summary{align-items:flex-start}.footer-bottom{flex-direction:column;align-items:flex-start}.hero-badges{justify-content:flex-start}}@media (max-width:900px){.dashboard-grid{grid-template-columns:1fr}.dashboard-title{font-size:1.65rem}.dashboard-hero,.dashboard-card{padding:20px}body{padding-bottom:calc(88px + env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}.heart-icon{z-index:2;position:absolute;top:10px;right:10px}.heart-icon button{all:unset;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;width:40px;height:40px;display:inline-flex}.ad-top-btn-row>button,.ad-top-btn-row>a,.ad-top-btn-row>div{width:100%}.owner-btn-main{justify-content:center;align-items:center;gap:8px;text-decoration:none;display:inline-flex}@keyframes fadeSlideDown{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.legal-page{color:#0f172a;background:linear-gradient(#f8fafc 0%,#fff 240px);min-height:100vh}.legal-container{width:100%;max-width:980px;margin:0 auto;padding:0 20px}.legal-hero{padding:64px 0 28px}.legal-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#0f766e;margin:0 0 12px;font-size:13px;font-weight:700}.legal-title{color:#0f172a;margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:800;line-height:1.1}.legal-subtitle{color:#475569;max-width:720px;margin:18px 0 0;font-size:1.05rem;line-height:1.75}.legal-updated{color:#64748b;margin:18px 0 0;font-size:.95rem}.legal-content-wrap{padding:12px 0 72px}.legal-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:32px 24px;box-shadow:0 16px 40px #0f172a0f}.legal-stack{gap:28px;display:grid}.legal-block{border-bottom:1px solid #eef2f7;padding-bottom:24px}.legal-block:last-child{border-bottom:none;padding-bottom:0}.legal-block h2{color:#0f172a;margin:0 0 14px;font-size:1.2rem;font-weight:700;line-height:1.35}.legal-block p{color:#334155;max-width:72ch;margin:0 0 14px;font-size:1rem;line-height:1.8}.legal-block p:last-child{margin-bottom:0}.legal-block ul{color:#334155;margin:14px 0 0;padding-left:20px}.legal-block li{margin-bottom:10px;line-height:1.75}.legal-block li:last-child{margin-bottom:0}@media (min-width:768px){.legal-hero{padding:84px 0 36px}.legal-card{padding:40px}.legal-content-wrap{padding-bottom:96px}}.feedback-home-section{width:min(780px,100% - 32px);margin:0 auto 38px}.feedback-home-card{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #0f172a12;border-radius:20px;padding:16px 16px 14px;box-shadow:0 10px 24px #0f172a0a}.feedback-home-head{margin-bottom:10px}.feedback-home-eyebrow{letter-spacing:.08em;text-transform:uppercase;color:#0f766e;align-items:center;margin-bottom:5px;font-size:.7rem;font-weight:700;display:inline-flex}.feedback-home-title{color:#0f172a;margin:0 0 6px;font-size:clamp(1.05rem,1.5vw,1.3rem);line-height:1.1}.feedback-home-text{color:#64748b;margin:0;font-size:.88rem;line-height:1.5}.feedback-home-form{flex-direction:column;gap:8px;display:flex}.feedback-home-textarea{resize:vertical;width:100%;min-height:84px;font:inherit;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:14px;padding:11px 13px;font-size:.92rem;line-height:1.45;transition:border-color .2s,box-shadow .2s}.feedback-home-textarea::placeholder{color:#94a3b8;font-size:.9rem}.feedback-home-textarea:focus{border-color:#0f766e;outline:none;box-shadow:0 0 0 4px #0f766e1a}.feedback-home-actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.feedback-home-counter{color:#64748b;font-size:.78rem}.feedback-home-submit{font:inherit;color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#0f766e 0%,#115e59 100%);border:none;border-radius:999px;padding:9px 15px;font-size:.88rem;font-weight:600;transition:transform .18s,box-shadow .18s,opacity .18s;box-shadow:0 7px 18px #0f766e29}.feedback-home-submit:hover{transform:translateY(-1px);box-shadow:0 10px 22px #0f766e33}.feedback-home-submit:disabled{opacity:.7;cursor:not-allowed;transform:none}.feedback-home-alert{border-radius:12px;padding:9px 11px;font-size:.84rem;line-height:1.4}.feedback-home-alert-success{color:#166534;background:#ecfdf5;border:1px solid #a7f3d0}.feedback-home-alert-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca}@media (max-width:640px){.feedback-home-card{padding:14px 14px 12px}.feedback-home-actions{flex-direction:column;align-items:flex-start}.feedback-home-submit{width:100%}}@media (max-width:480px){.nav-item-label{display:none}.nav-item-btn{padding:0 8px!important}.top-nav{gap:2px!important}.site-logo{font-size:18px!important}.brand-group{gap:6px!important}}.results-grid{grid-template-columns:minmax(0,1fr) clamp(320px,26vw,440px);align-items:start;gap:24px;display:grid;position:relative}.results-list-col{min-width:0}.results-map-col{width:100%;min-width:0;position:sticky;top:24px}.results-map-fab,.results-list-fab,.results-map-close-btn{display:none}@media (max-width:900px){.results-grid{grid-template-columns:1fr}.results-map-col{z-index:500;background:#fff;display:none;position:fixed;inset:0}.results-map-col.open{display:block}.results-map-fab{z-index:400;color:#fff;cursor:pointer;background:#0f766e;border:none;border-radius:999px;align-items:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:700;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 24px #0f766e59}.results-list-fab{z-index:600;color:#fff;cursor:pointer;background:#111827;border:none;border-radius:999px;align-items:center;gap:8px;padding:12px 22px;font-size:14px;font-weight:700;display:flex;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 10px 24px #0000004d}.results-map-close-btn{z-index:610;color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:700;display:flex;position:absolute;top:16px;left:16px;box-shadow:0 4px 12px #0000001a}.results-map-col>div{border:none!important;border-radius:0!important;height:100vh!important;max-height:100vh!important}.results-map-col{z-index:500;background:#fff;width:100vw;height:100vh;display:none;position:fixed;inset:0;overflow:hidden}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{appearance:textfield}}
