:root{--bg:#ffffff;--bg-card:#ffffff;--ink:#1a1a1a;--ink-muted:#5b6470;--accent:#3d6fa8;--accent-deep:#2f5a8c;--brand:#3d6fa8;--brand-deep:#2f5a8c;--brand-wash:#eef3f8;--brand-wash-border:#c5d4e4;--teal:#3d6fa8;--teal-deep:#2f5a8c;--gold:#c9a84a;--gold-ink:#8a7228;--gold-soft:#f7f1de;--border:#e5e7eb;--danger:#b91c1c;--radius:16px;--shadow:0 8px 28px rgba(26,26,26,0.07);--font:"Segoe UI",system-ui,-apple-system,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.5;min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:min(1120px,92vw);margin:0 auto}.site-header{background:#fff;border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:40}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem 0}.brand-lockup{display:flex;align-items:center;gap:.6rem}.brand-lockup img{height:48px;width:auto}.brand-word{font-weight:800;letter-spacing:-.02em;font-size:1.15rem}.brand-word span{color:var(--teal-deep)}.nav{display:flex;flex-wrap:wrap;gap:.85rem;align-items:center;font-weight:600;font-size:.92rem}.nav a:hover{color:var(--teal-deep)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1.15rem;border-radius:999px;border:none;font-weight:700;cursor:pointer;font-size:.95rem}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover{background:var(--brand-deep)}.btn-teal{background:var(--brand);color:#fff}.btn-teal:hover{background:var(--brand-deep)}.btn-ghost{background:transparent;border:1.5px solid var(--border);color:var(--ink)}.hero{padding:2.5rem 0 2rem}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;grid-gap:2rem;gap:2rem;align-items:center}@media (max-width:820px){.hero-grid{grid-template-columns:1fr}}.hero h1{font-size:clamp(1.8rem,4vw,2.6rem);line-height:1.15;margin:0 0 .75rem;letter-spacing:-.03em}.hero p.lead{font-size:1.1rem;color:var(--ink-muted);margin:0 0 1.25rem}.tagline-pill{display:inline-block;background:var(--brand-wash);border:1px solid var(--brand-wash-border);color:var(--brand-deep);padding:.35rem .8rem;border-radius:999px;font-weight:700;font-size:.85rem;margin-bottom:.9rem}.card,.search-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}.search-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:.75rem;gap:.75rem}@media (max-width:560px){.search-grid{grid-template-columns:1fr}}label{display:block;font-size:.78rem;font-weight:700;color:var(--ink-muted);margin-bottom:.25rem;text-transform:uppercase;letter-spacing:.04em}input,select,textarea{width:100%;padding:.65rem .75rem;border:1.5px solid var(--border);border-radius:10px;font:inherit;background:#fff}.section{padding:2rem 0}.section h2{margin:0 0 .35rem;font-size:1.45rem;letter-spacing:-.02em}.section .sub{color:var(--ink-muted);margin:0 0 1.25rem}.hotel-grid,.hotel-strip{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.hotel-card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;align-items:stretch;aspect-ratio:auto;transition:transform .15s ease,box-shadow .15s ease}.hotel-card:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.hotel-card-hero{flex:0 0 auto;width:100%;aspect-ratio:16/10;min-height:0;position:relative;display:block;padding:0;color:#fff;font-weight:800}.hotel-card-body{flex:1 1 auto;min-width:0;padding:.5rem .75rem .65rem;display:flex;flex-direction:column;gap:.35rem;justify-content:center}.hotel-card-body strong{font-size:.95rem;line-height:1.25}.hotel-card-body p{margin:0;color:var(--ink-muted);font-size:.85rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.badge{display:inline-flex;align-items:center;gap:.3rem;background:var(--brand-wash);color:var(--brand-deep);border:1px solid var(--brand-wash-border);border-radius:999px;padding:.2rem .55rem;font-size:.72rem;font-weight:700;white-space:nowrap}.badge-deal{border-color:var(--gold)}.badge-bucks,.badge-deal{background:#fff;color:var(--brand-deep)}.badge-bucks{border:1px solid var(--gold)}.badge-seed{background:#f3f4f6;color:#5b6470;border-color:#e5e7eb}.explainer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:1rem;gap:1rem}.explainer-card h3{margin:0 0 .4rem}.explainer-card p{margin:0;color:var(--ink-muted);font-size:.95rem}.site-footer{border-top:1px solid var(--border);margin-top:3rem;padding:1.5rem 0 2rem;color:var(--ink-muted);font-size:.88rem}.site-footer-inner{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.75rem}.property-hero{border-radius:var(--radius);min-height:200px;padding:1.5rem;color:#fff;display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:1.25rem}.property-hero h1{margin:0 0 .35rem;font-size:2rem}.muted{color:var(--ink-muted)}.stack{flex-direction:column;gap:1rem}.row,.stack{display:flex}.row{flex-wrap:wrap;gap:.75rem;align-items:center}.earn-callout{background:var(--brand-wash);border:1px solid var(--brand-wash-border);border-radius:var(--radius);padding:1rem 1.15rem}.earn-callout strong{color:var(--brand-deep)}.wallet-balance{font-size:2.4rem;font-weight:800;letter-spacing:-.03em}.table-rules{width:100%;border-collapse:collapse;font-size:.92rem}.table-rules td,.table-rules th{text-align:left;padding:.65rem .5rem;border-bottom:1px solid var(--border);vertical-align:top}.table-rules th{color:var(--ink-muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.04em}.notice{background:#fff;border-left:4px solid var(--brand);padding:.75rem 1rem;border-radius:0 10px 10px 0;font-size:.92rem}body:has(.bng-embed) .site-footer,body:has(.bng-embed) .site-header{display:none!important}body:has(.bng-embed){background:transparent}body:has(.bng-embed) main{margin:0;padding:0}.editable-wrap{display:contents}.editable{white-space:pre-wrap;cursor:text;border-radius:6px;transition:outline .12s ease,background .12s ease}.editable:hover{background:rgba(61,111,168,.07)}.editable:focus{background:rgba(61,111,168,.09)}.editable-hint{display:inline-block;margin-left:.5rem;font-size:.75rem;font-weight:700;color:var(--teal-deep)}.btn:disabled,.btn[disabled]{opacity:.55;cursor:not-allowed}code{font-size:.85em;background:#f3f4f6;padding:.1rem .35rem;border-radius:4px}.admin-root{min-height:60vh}.admin-shell{display:grid;grid-template-columns:220px 1fr;min-height:calc(100vh - 120px);background:#fff}@media (max-width:820px){.admin-shell{grid-template-columns:1fr}}.admin-side{background:#0f172a;color:#e2e8f0;padding:18px 14px;display:flex;flex-direction:column;gap:.25rem}.admin-side-logo{font-weight:700;margin-bottom:14px;color:#fff;font-size:1rem}.admin-side-logo a{color:#fff}.admin-side-nav a{display:block;padding:8px 10px;border-radius:8px;color:#94a3b8;text-decoration:none;font-size:13px;margin-bottom:2px;font-weight:600}.admin-side-nav a:hover{color:#fff;background:rgba(255,255,255,.06)}.admin-side-nav a.on{background:var(--brand-deep);color:#fff}.admin-side-foot{margin-top:auto;padding-top:1rem;font-size:.85rem}.admin-side-foot a{color:#94a3b8}.admin-side-foot a:hover{color:#fff}.admin-main{padding:18px 22px 28px;background:#fff}.admin-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;flex-wrap:wrap;margin-bottom:14px}.admin-toolbar h2{margin:0 0 4px;font-size:1.25rem}.admin-search input{width:min(240px,100%)}.admin-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-table th{text-align:left;color:var(--ink-muted);font-weight:600;padding:10px 12px;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em}.admin-table td,.admin-table th{border-bottom:1px solid var(--border)}.admin-table td{padding:12px;vertical-align:top}.admin-grid2{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:14px;gap:14px}.admin-grid3{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}@media (max-width:900px){.admin-grid2,.admin-grid3{grid-template-columns:1fr}}.hotel-chip-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1rem;gap:1rem}.hotel-chip{flex-direction:column;gap:0;text-decoration:none;color:inherit;aspect-ratio:auto;min-height:0;overflow:hidden;background:#fff;border-radius:var(--radius);transition:transform .15s ease,box-shadow .15s ease;padding:0}a.hotel-chip:hover{transform:translateY(-2px);box-shadow:var(--shadow)}.hotel-chip-ph{flex:0 0 auto;width:100%;aspect-ratio:16/10;min-width:0;min-height:0;align-self:stretch;border-radius:0;margin:0;position:relative;background:linear-gradient(160deg,#a8c4de,#2f5a8c)}.hotel-chip-ph.bl{background:linear-gradient(160deg,#b8cfe3,#3d6fa8)}.hotel-chip-ph.oc{background:linear-gradient(160deg,#9eb8d4,#2f5a8c)}.hotel-chip-body{flex:1 1 auto;min-width:0;padding:.5rem .75rem .65rem;background:#fff;display:flex;flex-direction:column;justify-content:flex-start;gap:.22rem}.hotel-chip-body h3{margin:0;font-size:.95rem}.wallet-pots{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}@media (max-width:640px){.wallet-pots{grid-template-columns:1fr}}.pot{border:1px dashed #c4b5fd;background:#f5f3ff;border-radius:10px;padding:12px 14px}.pot-circle{border-color:var(--brand-wash-border);background:var(--brand-wash)}.pot-tag{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:#7c3aed;margin-bottom:4px}.pot-tag-teal{color:var(--teal-deep)}.banner-ok{background:var(--brand-wash);border:1px solid var(--brand-wash-border);border-radius:10px;padding:10px 12px;font-size:.92rem}.ledger-table{width:100%;border-collapse:collapse;font-size:.9rem}.ledger-table th{text-align:left;color:var(--ink-muted);font-weight:600;padding:8px;font-size:.72rem;text-transform:uppercase;letter-spacing:.03em}.ledger-table td,.ledger-table th{border-bottom:1px solid var(--border)}.ledger-table td{padding:12px 8px;vertical-align:middle}.prop{font-weight:600}.prop-sub{display:block;font-weight:400;color:var(--ink-muted);font-size:.8rem;margin-top:2px}.num{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-weight:600}.bucks-cell{text-align:right;font-weight:700;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;font-size:.95rem}.referral-both{display:flex;gap:10px;align-items:stretch}.referral-box{flex:1 1;border:1px dashed var(--brand-wash-border);background:var(--brand-wash);border-radius:10px;padding:10px;text-align:center}body:has(.admin-shell) .site-footer{margin-top:0}.hotel-card-hero.has-img,.hotel-chip-ph.has-img,.property-hero.has-img{background-size:cover!important;background-position:50%!important}.hotel-card-hero.has-img{color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.45)}.property-hero.has-img{text-shadow:0 1px 4px rgba(0,0,0,.5)}.hotel-deal-strip{font-size:.88rem;color:var(--ink-muted)}.hotel-deal-strip+.hotel-deal-strip{margin-top:.35rem;padding-top:.35rem;border-top:1px solid var(--border)}.rates-muted{color:var(--ink-muted);font-weight:600;font-size:.92rem}.hotel-card{flex-direction:column!important;aspect-ratio:auto!important;min-height:0;max-height:none;height:auto}.hotel-card-hero{flex:0 0 auto!important;width:100%!important;min-height:0!important;aspect-ratio:16/10!important;height:auto!important}.hotel-card-body{flex:1 1 auto!important;padding:.5rem .75rem .65rem!important;justify-content:flex-start;overflow:hidden;gap:.22rem}.hotel-grid,.hotel-strip{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))!important}.hotel-chip{display:flex;flex-direction:column!important;align-items:stretch;aspect-ratio:auto!important;max-height:none}.hotel-chip .ph,.hotel-chip-ph{flex:0 0 auto!important;width:100%!important;aspect-ratio:16/10!important;border-radius:0;align-self:stretch;margin:0!important}.hotel-card-hero,.hotel-chip-ph,.property-hero{position:relative;overflow:hidden}.hotel-feed-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.hotel-card-hero-label,.property-hero-content{position:relative;z-index:1}.property-hero-content{display:flex;flex-direction:column;justify-content:flex-end;flex:1 1;min-height:0}.hotel-card-hero:after,.hotel-chip-ph.has-img:after{content:none}.property-hero.has-img:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.12),rgba(0,0,0,.45));z-index:0;pointer-events:none}@media (max-width:640px){.container{width:min(100% - 1.25rem,100%);padding:0 .65rem;box-sizing:border-box}.section{padding:1.35rem 0}.hotel-chip-grid,.hotel-grid,.hotel-strip{grid-template-columns:1fr!important;gap:.75rem!important}.hotel-card,.hotel-chip{aspect-ratio:auto!important;min-height:0!important;max-height:none!important}.hotel-card-hero,.hotel-chip-ph{flex-basis:auto!important;width:100%!important;min-width:0!important;aspect-ratio:16/10!important}.badge{font-size:.7rem;padding:.15rem .5rem}.btn{min-height:44px;padding:.65rem 1rem}.property-hero{min-height:160px;padding:1rem}.property-hero h1{font-size:1.35rem}.site-header-inner{gap:.5rem}.hero-grid,.wallet-pots{grid-template-columns:1fr!important}}@media (max-width:400px){.hotel-deal-strip{font-size:.8rem}}.hotel-card-hero,.hotel-chip-ph{position:relative}.hotel-hero-overlay{position:absolute;top:8px;left:8px;z-index:2;display:inline-flex;align-items:center;gap:.32rem;flex-wrap:nowrap;max-width:calc(100% - 16px);overflow:hidden;background:rgba(255,255,255,.92);color:var(--ink);border-radius:999px;padding:.18rem .5rem;font-size:.7rem;font-weight:700;letter-spacing:-.01em;line-height:1.2;box-shadow:0 1px 3px rgba(0,0,0,.12);text-shadow:none}.hotel-hero-overlay .score{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.hotel-hero-overlay .g-mark{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;font-size:.58rem;font-weight:800;color:#5b6470;border:1px solid #d1d5db;border-radius:3px;background:#fff;line-height:1;flex-shrink:0}.hotel-hero-overlay .map-pin{display:inline-flex;width:11px;height:11px;flex-shrink:0;color:var(--brand-deep)}.hotel-hero-overlay:empty{display:none}.hotel-title-line{display:block;font-size:.95rem;line-height:1.25;letter-spacing:-.015em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hotel-title-line .hotel-country{font-weight:600;color:var(--ink-muted)}.hotel-card-body p.hotel-blurb{margin:0;color:var(--ink-muted);font-size:.82rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hotel-blurb .from-price{color:var(--ink);font-weight:700}.hotel-ksp-row{display:flex;flex-wrap:nowrap;gap:.28rem;overflow:hidden;margin-top:.15rem;min-height:0}.hotel-ksp{flex:0 0 auto;max-width:7.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#fff;color:var(--ink-muted);border:1px solid var(--border);border-radius:999px;padding:.12rem .45rem;font-size:.68rem;font-weight:650;line-height:1.3}.hotel-ksp.bucks{color:var(--brand-deep);border-color:var(--gold)}.hotel-ksp.deal{color:var(--brand-deep);border-color:var(--brand-wash-border);background:var(--brand-wash)}.hotel-card-hero-label{display:none!important}.hotel-admin-chrome{margin:0;gap:.3rem;flex-wrap:nowrap;overflow:hidden}.hotel-blurb,.hotel-title-line{margin:0}.hotel-ksp-row{margin-top:.1rem}.search-card{gap:.85rem}.search-card,.search-cool{display:flex;flex-direction:column}.search-cool{gap:.4rem}.search-cool-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--ink-muted);margin:0}.search-cool select{font-weight:600;border-color:var(--brand-wash-border);background:#fff}.search-trad{border-top:1px solid var(--border);padding-top:.75rem;display:flex;flex-direction:column;gap:.65rem}.search-trad-label{font-size:.72rem;font-weight:600;color:var(--ink-muted);margin:0;text-transform:none;letter-spacing:0}.search-trad .search-grid{grid-template-columns:1fr 1fr}@media (max-width:560px){.search-trad .search-grid{grid-template-columns:1fr}}.hotel-card-head,.hotel-chip-head{padding:.7rem .85rem .35rem;display:flex;flex-direction:column;gap:.22rem;min-width:0}.hotel-card-head .hotel-title-line,.hotel-chip-head .hotel-title-line{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-size:1rem;line-height:1.25;letter-spacing:-.02em}.hotel-place-meta{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap;font-size:.75rem;line-height:1.2;min-height:0}.hotel-place-meta,.hotel-place-meta .hotel-country{color:var(--ink-muted);font-weight:650}.hotel-place-meta .score{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;color:var(--ink);font-weight:750}.hotel-place-meta .g-mark{display:inline-flex;align-items:center;justify-content:center;width:12px;height:12px;font-size:.58rem;font-weight:800;color:#5b6470;border:1px solid #d1d5db;border-radius:3px;background:#fff;line-height:1;flex-shrink:0}.hotel-place-meta .map-pin{display:inline-flex;width:11px;height:11px;flex-shrink:0;color:var(--brand-deep)}.hotel-card-body,.hotel-chip-body{padding:.45rem .85rem .85rem!important;gap:.45rem!important}.hotel-content-rows{display:flex;flex-direction:column;gap:0;margin-top:.1rem}.hotel-content-row{display:flex;align-items:flex-start;gap:.55rem;padding:.45rem 0;border-top:1px solid var(--border);min-width:0}.hotel-content-row:first-child{border-top:none;padding-top:.15rem}.hotel-row-icon{flex:0 0 auto;width:28px;height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:var(--brand-wash);color:var(--brand-deep);margin-top:.05rem}.hotel-row-icon svg{width:14px;height:14px;display:block}.hotel-row-icon.kind-bucks{background:var(--gold-soft);color:var(--gold-ink)}.hotel-row-icon.kind-ksp,.hotel-row-icon.kind-rates{background:#f3f4f6;color:var(--ink-muted)}.hotel-row-copy{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.08rem}.hotel-row-title{font-size:.86rem;font-weight:750;line-height:1.25;letter-spacing:-.01em;color:var(--ink);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hotel-content-row.kind-bucks .hotel-row-title{color:var(--gold-ink)}.hotel-row-sub{font-size:.78rem;color:var(--ink-muted);line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hotel-card-hero-label{display:none!important}