/* Generated by scripts/build-dalat-pages.mjs — shared by the pre-rendered SEO pages. */
:root { --ink:#2B2824; --body:#615B50; --muted:#837B6E; --surface:#FFFDF9; --base:#FBF8F2; --line:#E7DDCC; --cta:#C2602F; --star:#F5B722; --ver:#5F8068; }
* { margin:0; padding:0; box-sizing:border-box; }
body { background:var(--base); color:var(--ink); font-family:'Nunito Sans', system-ui, sans-serif; line-height:1.6; }
a { color:var(--cta); }
header.site { display:flex; align-items:center; justify-content:space-between; max-width:900px; margin:0 auto; padding:18px 20px 6px; }
.logo { text-decoration:none; color:inherit; }
.wm { font-family:'Bricolage Grotesque', sans-serif; font-weight:700; font-size:21px; letter-spacing:-0.02em; color:#211f1c; }
.wm .guide { font-weight:500; color:#736d64; }
.tomap { font-weight:700; font-size:14px; text-decoration:none; }
main { max-width:900px; margin:0 auto; padding:10px 20px 40px; }
.crumbs { font-size:13px; color:var(--muted); margin:14px 0 18px; }
.crumbs a { color:var(--muted); }
h1 { font-family:'Fredoka', sans-serif; font-weight:600; font-size:32px; line-height:1.2; margin-bottom:6px; }
h2 { font-family:'Fredoka', sans-serif; font-weight:500; font-size:22px; margin:30px 0 14px; }
h2 a { color:inherit; text-decoration:none; }
h2 a:hover { text-decoration:underline; }
.star { color:var(--star); }
.ver { color:var(--ver); font-weight:700; }
.intro, .meta { color:var(--body); margin-bottom:18px; }
.place { background:var(--surface); border:1px solid var(--line); border-radius:16px; padding:24px; max-width:680px; }
.place .hero { width:100%; max-width:640px; border-radius:12px; margin:6px 0 16px; }
.place .note { margin-bottom:14px; }
.place .tip { background:var(--base); border-left:3px solid var(--star); border-radius:0 10px 10px 0; padding:12px 16px; margin-bottom:14px; font-size:15px; }
.place .tip cite { display:block; margin-top:6px; color:var(--muted); font-style:normal; font-weight:700; font-size:13px; }
.place .price { color:var(--body); font-weight:700; margin-bottom:18px; }
.actions { display:flex; gap:10px; flex-wrap:wrap; }
.btn { display:inline-block; border:1px solid var(--line); background:var(--surface); border-radius:12px; padding:10px 16px; font-weight:800; font-size:14px; text-decoration:none; color:var(--ink); }
.btn.primary { background:var(--cta); border-color:var(--cta); color:#fff; }
.cards { display:grid; grid-template-columns:repeat(auto-fill, minmax(240px, 1fr)); gap:14px; }
.card { display:block; background:var(--surface); border:1px solid var(--line); border-radius:14px; overflow:hidden; text-decoration:none; color:inherit; transition:box-shadow .15s ease; }
.card:hover { box-shadow:0 6px 20px rgba(43,40,36,.12); }
.card img { width:100%; height:140px; object-fit:cover; display:block; }
.card .noph { height:52px; background:linear-gradient(135deg, #F3ECE0, #EFE6D6); }
.cbody { padding:12px 14px 14px; }
.cname { font-weight:800; font-size:15px; }
.cmeta { font-size:12.5px; color:var(--muted); margin:2px 0 6px; }
.cnote { font-size:13.5px; color:var(--body); }
.related h2 { margin-top:34px; }
.siblings { margin-top:30px; font-size:14px; color:var(--muted); }
.subsec { margin-bottom:8px; }
footer.site { max-width:900px; margin:0 auto; padding:20px; border-top:1px solid var(--line); color:var(--muted); font-size:13.5px; }
footer.site nav { display:flex; gap:14px; flex-wrap:wrap; margin-bottom:10px; font-weight:700; }
footer.site nav a { text-decoration:none; }
