:root{--orange:#f45124;--orange2:#ff6a35;--cream:#fffaf2;--paper:#fffdf9;--ink:#241b17;--muted:#6e625b;--line:#eadfd2;--green:#6cad50;--shadow:0 8px 24px rgba(89,55,27,.08)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper)}button,select,input{font:inherit}.topbar{height:104px;display:flex;align-items:center;padding:0 22px;gap:36px;background:#fffdf9;border-bottom:1px solid #f1e8dc;position:sticky;top:0;z-index:1100}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;color:#2d1a10;min-width:255px}.brand-art{font-size:57px;filter:saturate(.9)}.brand-copy{display:flex;flex-direction:column;font-family:Georgia,serif;font-style:italic;font-size:25px;line-height:.9}.brand-copy strong{color:var(--orange);font-size:38px;font-weight:600}.topbar nav{display:flex;gap:36px;align-items:center;margin-right:auto}.topbar nav a{color:#17120f;text-decoration:none;font-size:16px}.topbar nav a.active{color:var(--orange);font-weight:800}.top-actions{display:flex;gap:18px;align-items:center}.top-actions select{padding:11px 14px;border:1px solid var(--line);border-radius:8px;background:white}.support{border:0;border-radius:7px;background:linear-gradient(135deg,var(--orange2),var(--orange));color:white;padding:16px 22px;font-weight:800}.support span{font-size:18px}.workspace{display:grid;grid-template-columns:280px minmax(460px,1fr) minmax(330px,425px);gap:16px;padding:20px 18px 22px;min-height:720px}.left-column{display:flex;flex-direction:column;gap:18px}.intro-card,.filters,.results,.features article{background:#fffdf9;border:1px solid var(--line);border-radius:13px;box-shadow:var(--shadow)}.intro-card{min-height:78px;display:grid;grid-template-columns:42px 1fr 35px;align-items:center;padding:13px 14px;background:linear-gradient(135deg,#fffdf8,#fff6e8)}.intro-card h1{font-size:15px;line-height:1.5;margin:0}.intro-pin{position:relative;width:29px;height:38px;border-radius:50% 50% 50% 0;background:var(--orange);transform:rotate(-45deg);color:white;font-size:0}.intro-pin:after{content:"";position:absolute;width:10px;height:10px;border-radius:50%;background:white;top:10px;left:9px}.olive{font-size:25px}.filters{padding:20px 16px}.filters h2{font-size:19px;margin:0 0 18px;display:flex;align-items:center;gap:8px}.location-btn{width:100%;border:1px solid #f2c7b7;background:#fff5ef;color:#d94b24;border-radius:8px;padding:10px;font-weight:700;margin-bottom:18px}.field-row{display:flex;align-items:center;justify-content:space-between;font-size:15px}.field-row select{border:1px solid var(--line);background:#fff;border-radius:8px;padding:9px 11px}input[type=range]{width:100%;accent-color:var(--orange);margin:13px 0 2px}.range-labels{display:flex;justify-content:space-between;font-size:12px;color:var(--muted)}.range-labels b{color:var(--orange)}.switch-row{display:flex;align-items:center;justify-content:space-between;margin:21px 0;position:relative}.switch-row input{display:none}.switch{width:44px;height:25px;background:#d8d3cd;border-radius:999px;position:relative;transition:.2s}.switch:after{content:"";position:absolute;width:19px;height:19px;left:3px;top:3px;background:white;border-radius:50%;box-shadow:0 1px 5px #7775;transition:.2s}.switch-row input:checked+.switch{background:var(--orange)}.switch-row input:checked+.switch:after{transform:translateX(19px)}.divider{height:1px;background:var(--line);margin:15px 0}.filters h3{font-size:15px;margin:0 0 14px}.type-check{display:block;font-size:14px;margin:10px 0}.type-check input{accent-color:var(--orange);margin-right:8px}.search-button{width:100%;border:0;border-radius:8px;background:linear-gradient(135deg,var(--orange2),var(--orange));color:white;padding:14px;margin-top:19px;font-weight:800;font-size:16px}.filters #status{font-size:11px;color:var(--muted);margin:11px 0 0;line-height:1.35}.map-panel{position:relative;border-radius:12px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);min-height:700px}.map{height:100%;min-height:700px}.map-search{position:absolute;z-index:500;top:20px;left:24px;width:min(420px,calc(100% - 48px));display:flex;background:white;border-radius:30px;box-shadow:0 8px 26px #49301e28;overflow:hidden}.map-search input{border:0;outline:0;padding:14px 18px;flex:1}.map-search button{border:0;background:white;padding:0 18px;font-size:24px;color:#6c6c6c}.results{padding:18px 0 0;overflow:hidden;display:flex;flex-direction:column;max-height:700px}.results-head{padding:0 18px 16px}.results-head h2{margin:0 0 13px;font-size:19px}.results-head select{width:100%;border:1px solid var(--line);border-radius:8px;padding:10px;background:#fff}.cards{overflow:auto;flex:1}.card{border-top:1px solid var(--line);padding:15px 18px;display:grid;grid-template-columns:1fr 98px;grid-template-areas:"title photo" "tag photo" "meta photo" "actions photo";column-gap:14px;cursor:pointer;background:white;transition:.2s}.card:hover{background:#fff9f4}.card h3{grid-area:title;margin:0 0 7px;font-size:17px}.card-photo{grid-area:photo;height:96px;border-radius:8px;background:linear-gradient(135deg,#f9c174,#de6f38);display:flex;align-items:center;justify-content:center;font-size:40px;overflow:hidden}.tag{grid-area:tag;justify-self:start;background:var(--green);color:white;border-radius:6px;padding:3px 7px;font-size:11px}.meta{grid-area:meta;font-size:13px;line-height:1.6;margin-top:8px}.actions{grid-area:actions;display:flex;gap:12px;margin-top:7px}.actions a{font-size:12px;color:var(--orange);font-weight:800;text-decoration:none}.view-all{border:0;border-top:1px solid var(--line);background:#fffdf9;color:var(--orange);font-weight:800;padding:13px}.empty{padding:40px 20px;text-align:center;color:var(--muted)}.features{display:grid;grid-template-columns:repeat(5,1fr);gap:0;padding:0 18px 18px}.features article{border-radius:0;box-shadow:none;padding:18px 20px;display:flex;align-items:center;gap:14px;min-height:105px}.features article:first-child{border-radius:12px 0 0 12px}.features article:last-child{border-radius:0 12px 12px 0}.feature-icon{font-size:38px;color:var(--orange);font-weight:900}.features h3{font-size:14px;margin:0 0 8px}.features p{font-size:12px;line-height:1.5;margin:0}.leaflet-marker-icon.ttm-marker{filter:hue-rotate(325deg) saturate(1.6)}footer{background:linear-gradient(90deg,#f04b1d,#ff642d);color:white;text-align:center;padding:18px;font-weight:700;font-size:16px}@media(max-width:1200px){.topbar nav{gap:18px}.support{display:none}.workspace{grid-template-columns:260px 1fr}.results{grid-column:1/-1;max-height:520px}.features{grid-template-columns:repeat(2,1fr)}.features article{border-radius:10px!important}}@media(max-width:760px){.topbar{height:74px;padding:0 12px}.brand{min-width:0}.brand-art{font-size:38px}.brand-copy{font-size:18px}.brand-copy strong{font-size:26px}.topbar nav{display:none}.top-actions{margin-left:auto}.workspace{display:flex;flex-direction:column;padding:12px}.intro-card{order:0}.left-column{order:1}.map-panel{order:2;min-height:430px}.map{min-height:430px}.results{order:3;max-height:none}.features{grid-template-columns:1fr;padding:0 12px 12px}.features article{border-radius:10px!important}.support{display:none}.map-search{top:12px;left:12px;width:calc(100% - 24px)}footer{font-size:13px}.card{grid-template-columns:1fr 82px}.card-photo{height:82px}}