body { margin:0; font-family: 'Manrope','Inter',system-ui,-apple-system,sans-serif; background:#edf2f8; color:#0f172a; }
.wrap { max-width: 1100px; margin: 24px auto 60px; padding: 0 16px; }
.site-header { display:flex; align-items:center; justify-content:space-between; padding:14px 18px; border-radius:16px; background:rgba(255,255,255,0.85); border:1px solid rgba(15,23,42,0.08); backdrop-filter: blur(10px); box-shadow:0 12px 30px rgba(12,44,99,0.08); margin-bottom:18px; }
.site-header .brand { display:flex; align-items:center; gap:10px; font-weight:900; color:#0f172a; text-decoration:none; letter-spacing:-0.01em; }
.site-header .brand img { width:38px; height:38px; border-radius:12px; object-fit:cover; }
.site-header .tagline { color:#475569; font-weight:700; }
.site-footer { margin-top:36px; padding:16px; text-align:center; color:#475569; font-size:14px; }
.pill { display:inline-flex; align-items:center; gap:8px; padding:8px 12px; border-radius:14px; background:#fff; border:1px solid rgba(12,44,99,0.12); box-shadow:0 10px 24px rgba(12,44,99,0.08); font-weight:700; }
.pill-map { cursor:pointer; background:#0b77d8; color:#fff; border-color:rgba(255,255,255,0.3); padding:10px 14px; font-size:15px; box-shadow:none; }
.pill-map .icon { stroke:#fff; width:18px; height:18px; }
.pill-row { display:flex; gap:12px; flex-wrap:wrap; align-items:center; margin-bottom:10px; }
.grid { display:grid; gap:12px; }
.card { background:#fff; border-radius:18px; padding:16px; border:1px solid rgba(12,44,99,0.06); box-shadow:0 12px 30px rgba(12,44,99,0.08); display:grid; grid-template-columns: auto 1fr auto; gap:14px; align-items:center; }
.avatar { width:64px; height:64px; border-radius:18px; overflow:hidden; background:linear-gradient(135deg,#0b77d8,#2ad3ff); color:#fff; font-weight:800; display:grid; place-items:center; }
.avatar picture, .avatar img { width:100%; height:100%; object-fit:cover; display:block; }
.name { font-size:18px; font-weight:800; margin:0; }
.meta { display:flex; gap:8px; flex-wrap:wrap; margin-top:4px; }
.meta-spaced { margin-top:6px; }
.chip { display:inline-flex; align-items:center; gap:6px; padding:6px 10px; border-radius:10px; background:rgba(11,119,216,0.08); border:1px solid rgba(11,119,216,0.2); font-weight:700; color:#0b1b38; text-decoration:none; }
.chip[title] { cursor: help; }
.desc { color:#475569; margin:4px 0 0; font-size:14px; }
.cta { display:flex; gap:8px; }
.btn { padding:7px 10px; border-radius:10px; background:#0b77d8; color:#fff; text-decoration:none; font-weight:700; font-size:14px; border:none; cursor:pointer; }
.btn-compact { padding:6px 10px; font-size:13px; }
.btn-vertical { display:flex; flex-direction:column; align-items:center; gap:4px; min-width:88px; }
.btn-label-small { font-size:12px; }
.breadcrumb { display:flex; gap:8px; flex-wrap:wrap; margin:6px 0 2px; color:#0f172a; font-size:14px; }
.breadcrumb a { color:#0f172a; text-decoration:none; font-weight:800; }
.breadcrumb span { color:#0f172a; font-weight:600; }
.lede { color:#475569; margin:6px 0 16px; font-size:15px; }
.section { background:#fff; border:1px solid rgba(12,44,99,0.06); border-radius:20px; padding:18px; box-shadow:0 12px 30px rgba(12,44,99,0.08); }
.section h1 { margin:0 0 12px; font-size:24px; }
.section p { margin:0 0 10px; color:#475569; }
.section-count { color:#0f172a; font-weight:700; margin-top:6px; }
.area-title { font-size:24px; font-weight:800; letter-spacing:-0.01em; margin:0 0 12px; }
.area-search { margin-bottom:16px; display:flex; align-items:center; gap:8px; }
.area-search input { flex:1; padding:10px 12px; border-radius:10px; border:1px solid rgba(12,44,99,0.12); font-size:15px; }
.area-grid { display:grid; gap:10px; grid-template-columns: repeat(auto-fit,minmax(240px,1fr)); }
.area-card { background:#fff; border-radius:12px; padding:14px; border:1px solid rgba(12,44,99,0.06); box-shadow:0 10px 24px rgba(12,44,99,0.08); display:flex; justify-content:space-between; align-items:center; text-decoration:none; color:inherit; }
.area-name { font-weight:800; margin:0; }
.area-count { color:#475569; font-weight:600; }
.grid-spaced { margin-top:14px; }
@media (max-width:720px){ .card { grid-template-columns: 1fr; } .cta { flex-wrap:wrap; } .pill-row { align-items:flex-start; } }
