:root{--accent:#0e7490;--accent-soft:#ecfeff;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--bg:#ffffff;--bg-soft:#f8fafc}*{box-sizing:border-box}body,html{margin:0;padding:0;color:var(--ink);background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,Inter,sans-serif;font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{max-width:1140px;margin:0 auto;padding:0 20px}.site-header{border-bottom:1px solid var(--line);background:var(--bg);position:-webkit-sticky;position:sticky;top:0;z-index:50}.site-header .row{justify-content:space-between;height:64px}.brand,.site-header .row{display:flex;align-items:center}.brand{font-weight:800;font-size:20px;letter-spacing:-.02em;gap:8px}.brand .dot{width:12px;height:12px;border-radius:50%;background:var(--accent);display:inline-block}.nav{display:flex;gap:22px;font-size:15px;color:var(--muted)}.nav a:hover{color:var(--accent)}.hero{background:var(--accent-soft);border-bottom:1px solid var(--line);padding:48px 0 40px}.hero h1{font-size:38px;line-height:1.12;letter-spacing:-.03em;margin:0 0 12px;max-width:760px}.hero p{font-size:18px;color:var(--muted);margin:0 0 20px;max-width:640px}.stats{display:flex;gap:28px;flex-wrap:wrap;margin-top:8px}.stat{display:flex;flex-direction:column}.stat b{font-size:26px;color:var(--accent)}.stat span{font-size:13px;color:var(--muted);text-transform:uppercase;letter-spacing:.04em}.toolbar{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0 20px;align-items:center}.search-input{flex:1 1;min-width:240px;padding:11px 14px;border:1px solid var(--line);border-radius:10px;font-size:15px;background:var(--bg-soft)}.search-input:focus{outline:none;border-color:var(--accent);background:#fff}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{padding:7px 13px;border:1px solid var(--line);border-radius:999px;font-size:14px;color:var(--muted);background:#fff;cursor:pointer}.chip.active{background:var(--accent);color:#fff;border-color:var(--accent)}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(290px,1fr));grid-gap:16px;gap:16px}.card{border:1px solid var(--line);border-radius:14px;padding:18px;background:#fff;transition:box-shadow .15s,transform .15s;display:flex;flex-direction:column;gap:8px}.card:hover{box-shadow:0 8px 24px rgba(15,23,42,.08);transform:translateY(-2px)}.card h3{margin:0;font-size:17px;letter-spacing:-.01em}.card .cat{display:inline-block;font-size:12px;font-weight:600;color:var(--accent);background:var(--accent-soft);padding:3px 9px;border-radius:6px;width:-moz-fit-content;width:fit-content}.card .meta{font-size:14px;color:var(--muted);display:flex;flex-direction:column;gap:4px}.rating{font-weight:700;color:#b45309}.verified{font-size:11px;color:#15803d;font-weight:600}.detail-head{padding:36px 0 18px}.detail-head h1{font-size:32px;margin:6px 0 8px;letter-spacing:-.02em}.detail-grid{display:grid;grid-template-columns:1fr 360px;grid-gap:28px;gap:28px;padding-bottom:48px}@media (max-width:860px){.detail-grid{grid-template-columns:1fr}.hero h1{font-size:30px}}.panel{border:1px solid var(--line);border-radius:14px;padding:18px;background:#fff}.panel h2{font-size:18px;margin:0 0 12px}.kv{display:flex;gap:8px;padding:7px 0;border-bottom:1px solid var(--line);font-size:15px}.kv:last-child{border-bottom:none}.kv b{min-width:110px;color:var(--muted);font-weight:500}.review{border-bottom:1px solid var(--line);padding:14px 0}.review:last-child{border-bottom:none}.review .who{font-weight:600;font-size:15px}.review .resp{margin-top:8px;padding:10px 12px;background:var(--accent-soft);border-radius:8px;font-size:14px}.btn{display:inline-block;background:var(--accent);color:#fff;padding:10px 16px;border-radius:10px;font-weight:600;font-size:15px}.map-embed{width:100%;height:280px;border:0;border-radius:12px}.site-footer{border-top:1px solid var(--line);background:var(--bg-soft);margin-top:48px;padding:32px 0;font-size:14px;color:var(--muted)}.site-footer .row{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}.site-footer a{color:var(--accent)}.section-title{font-size:24px;letter-spacing:-.02em;margin:8px 0 4px}.empty,.muted{color:var(--muted)}.empty{padding:40px;text-align:center;border:1px dashed var(--line);border-radius:14px}