:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#182230;background:#f5f7fb;font-synthesis:none}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f5f7fb}button,select,a{font:inherit}button{-webkit-tap-highlight-color:transparent}.shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:30px 0 70px}.hero{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:34px;border-radius:28px;background:linear-gradient(135deg,#0f766e,#115e59);color:#fff}.eyebrow{display:inline-block;font-size:12px;letter-spacing:2px;opacity:.8}.hero h1{margin:8px 0;font-size:clamp(28px,5vw,46px)}.hero p{margin:0;max-width:640px;opacity:.88;line-height:1.8}.locationBtn{border:0;border-radius:16px;padding:14px 18px;background:#fff;color:#115e59;cursor:pointer;white-space:nowrap;font-weight:600}.appGrid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:24px 0 36px}.appCard{border:1px solid #dce2ea;background:#fff;border-radius:22px;padding:22px 16px;cursor:pointer;text-align:right;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.appCard:hover{transform:translateY(-2px)}.appCard.active{border-color:#0f766e;box-shadow:0 0 0 2px #0f766e1f}.appIcon{display:block;font-size:32px;margin-bottom:14px}.appCard strong{display:block;font-size:18px}.appCard small{display:block;color:#667085;margin-top:5px}.toolbar{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.toolbar h2{margin:0 0 5px}.toolbar p{margin:0;color:#667085}.toolbarActions{display:flex;align-items:end;gap:12px}.radiusSelect{display:flex;flex-direction:column;gap:5px;font-size:13px;color:#667085}.radiusSelect select{min-width:110px;border:1px solid #dce2ea;border-radius:12px;padding:9px 12px;background:#fff;color:#182230}.status{background:#dcfce7;color:#166534;border-radius:999px;padding:9px 12px;font-size:13px;white-space:nowrap}.results{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.placeCard{background:#fff;border:1px solid #e3e7ee;border-radius:20px;padding:20px}.placeTop{display:flex;align-items:start;justify-content:space-between;gap:18px}.placeCard h3{margin:0 0 7px;font-size:18px}.placeCard p{margin:0;color:#667085;line-height:1.6}.distance{background:#ecfdf5;color:#047857;padding:7px 10px;border-radius:10px;white-space:nowrap;font-size:13px;font-weight:600}.meta{display:flex;gap:8px;flex-wrap:wrap;margin:18px 0;font-size:13px}.meta span{background:#f3f4f6;border-radius:999px;padding:7px 10px}.meta .open24{background:#dcfce7;color:#166534;font-weight:600}.actions{display:flex;gap:10px;flex-wrap:wrap}.actions a{text-decoration:none;border-radius:12px;padding:10px 13px;background:#0f766e;color:#fff;font-size:14px}.actions a+a{background:#eef2f6;color:#182230}.errorBox,.loading,.empty{background:#fff;border:1px solid #e3e7ee;border-radius:18px;padding:20px}.errorBox{display:flex;justify-content:space-between;align-items:center;gap:15px;color:#991b1b}.errorBox button{border:0;border-radius:10px;padding:9px 12px;cursor:pointer}.loading,.empty{color:#667085}.loadMoreWrap{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:26px}.loadMoreInfo{color:#667085;font-size:14px}.loadMoreBtn{border:0;border-radius:14px;padding:12px 24px;background:#0f766e;color:#fff;cursor:pointer;font-weight:600}.loadMoreBtn:hover{background:#115e59}.allResults{margin-top:24px;text-align:center;color:#667085;font-size:14px}@media(max-width:800px){.appGrid{grid-template-columns:repeat(2,1fr)}.results{grid-template-columns:1fr}.hero{align-items:stretch;flex-direction:column}.locationBtn{align-self:start}.toolbar{align-items:start;flex-direction:column}}@media(max-width:520px){.shell{width:min(100% - 20px,1180px);padding-top:10px}.hero{padding:22px;border-radius:22px}.appGrid{gap:9px}.appCard{padding:16px 12px}.toolbarActions{width:100%;justify-content:space-between}.radiusSelect select{min-width:100px}.placeTop{gap:10px}}
