:root {
  color-scheme:dark;
  --bg:#0b1115;
  --panel:#131c22;
  --text:#eef3f4;
  --muted:#a0b0b8;
  --line:#2a373f;
  --accent:#b5ef94
}
* {
  box-sizing:border-box
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:system-ui,-apple-system,"Segoe UI",sans-serif;
  line-height:1.5
}
.shell {
  max-width:1240px;
  margin:auto;
  padding:28px 36px
}
a {
  color:inherit;
  text-decoration:none
}
a:hover {
  text-decoration:underline
}
nav {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-bottom:24px;
  border-bottom:1px solid var(--line);
  font-size:14px;
  color:var(--muted)
}
.brand {
  font-size:18px;
  font-weight:750;
  color:var(--text)
}
.intro {
  display:flex;
  justify-content:space-between;
  gap:40px;
  align-items:center;
  padding:48px 0 28px
}
.eyebrow {
  font-size:12px;
  font-weight:700;
  letter-spacing:.18em;
  color:var(--accent);
  margin:0 0 16px
}
h1 {
  font-size:clamp(36px,5vw,60px);
  line-height:1.13;
  letter-spacing:-.045em;
  margin:0
}
h1 span {
  color:var(--accent)
}
.description {
  color:var(--muted);
  font-size:16px;
  margin:20px 0 0
}
.budget {
  background:var(--panel);
  border:1px solid var(--line);
  border-radius:16px;
  padding:26px 32px;
  min-width:235px;
  display:flex;
  flex-direction:column;
  color:var(--muted);
  font-size:13px
}
.budget strong {
  font-size:64px;
  line-height:1.4;
  color:var(--accent);
  letter-spacing:-.05em
}
.budget small {
  font-size:32px;
  font-weight:450
}
.filters {
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  padding-bottom:36px
}
.filters span {
  border:1px solid var(--line);
  border-radius:30px;
  padding:6px 12px;
  font-size:12px;
  color:var(--muted)
}
.filters span:last-child {
  color:var(--accent);
  border-color:#43553a
}
.list-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin:20px 0
}
h2 {
  font-size:21px;
  margin:0
}
.count {
  display:inline-block;
  background:#233329;
  color:var(--accent);
  border-radius:7px;
  min-width:30px;
  text-align:center;
  padding:2px 7px;
  font-size:13px;
  vertical-align:middle;
  margin-left:7px
}
#update-status {
  color:var(--muted);
  font-size:12px;
  margin:8px 0 0
}
button,.listing-link {
  border:1px solid var(--line);
  border-radius:8px;
  padding:10px 14px;
  font:inherit;
  font-size:13px;
  font-weight:600;
  cursor:pointer;
  background:var(--panel);
  color:var(--text);
  white-space:nowrap
}
button:hover {
  border-color:var(--muted)
}
button:disabled {
  opacity:.6;
  cursor:wait
}
.table-wrap {
  position:relative;
  border:1px solid var(--line);
  border-radius:12px;
  overflow:auto
}
table {
  width:100%;
  border-collapse:collapse;
  text-align:left;
  font-size:14px
}
th {
  background:var(--panel);
  font-size:11px;
  font-weight:600;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:var(--muted);
  padding:16px 18px;
  white-space:nowrap
}
td {
  border-top:1px solid var(--line);
  padding:20px 18px;
  vertical-align:middle
}
tbody tr:hover {
  background:#101a20
}
td:first-child {
  width:45%;
  min-width:240px
}
.listing-title {
  font-weight:650;
  line-height:1.45;
  display:block
}
.location {
  color:var(--muted);
  font-size:12px;
  margin-top:5px
}
.read-status {
  display: inline-block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
}
.is-read .listing-title {
  color: var(--muted);
  font-weight: 450;
}
.is-read .listing-link {
  background: var(--panel);
  color: var(--muted);
  border-color: var(--line);
}
.tag {
  display:inline-block;
  border:1px solid #5e5133;
  color:#ead3a1;
  font-size:10px;
  border-radius:4px;
  padding:1px 5px;
  margin-top:7px
}
.price {
  color:var(--accent);
  font-weight:650;
  white-space:nowrap
}
.area {
  white-space:nowrap;
  font-variant-numeric:tabular-nums
}
.date {
  font-size:12px;
  color:var(--muted);
  white-space:nowrap
}
.listing-link {
  display:inline-block;
  background:var(--accent);
  border-color:var(--accent);
  color:#132016
}
.listing-link:hover {
  background:#ccffb0;
  text-decoration:none
}
.empty {
  text-align:center;
  color:var(--muted);
  padding:44px!important
}
.notice {
  border:1px solid #625130;
  background:#262117;
  color:#f3dbaa;
  border-radius:8px;
  padding:14px;
  font-size:13px;
  margin-bottom:16px
}
.footnotes {
  color:var(--muted);
  font-size:12px;
  margin-top:20px;
  max-width:850px
}
.sources {
  display:flex;
  flex-wrap:wrap;
  gap:20px;
  font-size:12px;
  color:var(--accent);
  margin-top:20px
}
footer {
  display:flex;
  justify-content:space-between;
  gap:15px;
  border-top:1px solid var(--line);
  padding:22px 0;
  margin-top:40px;
  color:var(--muted);
  font-size:11px
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
a:focus-visible,button:focus-visible,.table-wrap:focus-visible {
  outline:2px solid var(--accent);
  outline-offset:4px
}
[hidden] {
  display:none!important
}
@media(max-width:700px) {
  .shell {
    padding:18px 16px
  }
  .intro {
    padding-top:32px;
    gap:20px
  }
  .budget {
    display:none
  }
  .filters {
    padding-bottom:16px
  }
  .list-heading {
    align-items:flex-start
  }
  .list-heading button {
    font-size:11px;
    padding:9px
  }
  .list-heading h2 {
    font-size:18px
  }
  td,th {
    padding:14px 12px
  }
  footer {
    flex-direction:column
  }
  nav {
    font-size:12px
  }
  .description {
    font-size:14px
  }
  .table-wrap {
    border-radius:8px
  }
}
