/* Card, Proof, nhật ký, footer, điều hướng và dialog */
.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.place{overflow:hidden}.place-image{min-height:185px;display:flex;align-items:end;padding:15px;color:var(--surface);background:linear-gradient(180deg,transparent,rgba(25,57,44,.58)),linear-gradient(135deg,var(--mist),var(--tea))}.place:nth-child(2) .place-image{background:linear-gradient(180deg,transparent,rgba(38,62,92,.65)),linear-gradient(135deg,#b6beb6,var(--indigo))}.place:nth-child(3) .place-image{background:linear-gradient(180deg,transparent,rgba(92,58,36,.62)),linear-gradient(135deg,#d0c3a6,var(--earth))}.place-body{padding:19px}.place h3{margin:0 0 5px;color:var(--forest);font-size:1.02rem}.place p{margin:0;color:var(--stone);font-size:.82rem}.place-footer{display:flex;justify-content:space-between;margin-top:16px;color:var(--indigo);font-size:.75rem;font-weight:500}
    .proof-section{background:#eee7dd}.proof{display:grid;grid-template-columns:.8fr 1.2fr;overflow:hidden;border-color:rgba(166,85,54,.4)}.proof-intro{padding:35px;background:var(--earth);color:var(--surface)}.proof-intro .eyebrow{color:rgba(252,251,247,.7)}.proof-intro h2{margin:10px 0;font-size:clamp(1.7rem,4vw,2.8rem);line-height:1.15}.proof-intro p{margin:0;color:rgba(252,251,247,.78)}.proof-list{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border)}.proof-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;padding:22px;background:var(--surface)}.proof-item:last-child{grid-column:1/-1}.proof-item strong,.proof-item small{display:block}.proof-item small{color:var(--stone);font-size:.7rem}.proof-state{color:var(--success);font-size:.7rem;font-weight:500}.pending{color:#b07932}
    .journal-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.memory{display:grid;grid-template-columns:170px 1fr;overflow:hidden}.memory-image{min-height:210px;background:linear-gradient(180deg,transparent,rgba(25,57,44,.5)),linear-gradient(145deg,var(--mist),var(--tea))}.memory-body{display:flex;flex-direction:column;justify-content:center;padding:22px}.memory blockquote{margin:10px 0;color:var(--forest);font:400 1.05rem/1.6 var(--story)}
    footer{padding:55px 0 110px;background:var(--forest);color:var(--surface)}.footer-grid{display:grid;grid-template-columns:1.4fr .6fr .6fr;gap:35px}footer h2,footer h3{margin-top:0}footer p,footer a{color:rgba(252,251,247,.7);font-size:.82rem}.footer-links{display:grid;gap:7px}
    .mobile-nav{position:fixed;z-index:40;right:12px;bottom:max(10px,env(safe-area-inset-bottom));left:12px;display:none;grid-template-columns:repeat(5,1fr);padding:7px 6px;border:1px solid var(--border);border-radius:18px;background:rgba(252,251,247,.96);box-shadow:0 12px 35px rgba(25,57,44,.18);backdrop-filter:blur(14px)}.mobile-nav a,.mobile-nav button{min-height:50px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;border:0;border-radius:10px;background:none;color:var(--stone);font-size:.6rem}.mobile-nav .scan{width:58px;min-height:58px;justify-self:center;margin-top:-22px;border-radius:50%;background:var(--forest);color:var(--surface)}.sos{position:fixed;z-index:35;right:18px;bottom:100px;width:52px;height:52px;display:none;place-items:center;border-radius:50%;background:var(--danger);color:var(--surface);font:500 .7rem var(--mono);box-shadow:0 8px 22px rgba(162,63,63,.28)}
    dialog{width:min(calc(100% - 28px),500px);padding:0;border:1px solid var(--border);border-radius:18px;background:var(--surface);color:var(--charcoal);box-shadow:0 24px 80px rgba(25,57,44,.24)}dialog::backdrop{background:rgba(18,31,25,.66);backdrop-filter:blur(4px)}.dialog-head,.dialog-body,.dialog-foot{padding:19px 21px}.dialog-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border)}.dialog-head h2{margin:0;color:var(--forest);font-size:1.15rem}.dialog-foot{display:grid;gap:9px;border-top:1px solid var(--border)}.qr{width:min(230px,72vw);aspect-ratio:1;margin:8px auto 20px;border:18px solid var(--surface);outline:2px solid var(--forest);border-radius:8px;background:linear-gradient(90deg,var(--charcoal) 12px,transparent 12px) 0 0/38px 38px,linear-gradient(var(--charcoal) 12px,transparent 12px) 0 0/38px 38px}.hint{text-align:center;color:var(--stone);font-size:.82rem}
    .sprite{position:absolute;width:0;height:0;overflow:hidden}

.page-shell{min-height:70vh;padding:64px 0}.page-shell__header{max-width:760px;margin-bottom:32px}.page-shell__header h1{margin:8px 0 12px;color:var(--forest);font-size:clamp(2rem,5vw,4rem);line-height:1.05}.page-shell__header p{color:var(--stone)}.placeholder-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.placeholder-card{padding:22px}.form-stack{display:grid;gap:16px}.form-field{display:grid;gap:7px}.form-field input,.form-field select,.form-field textarea{min-height:48px;padding:10px 12px;border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--charcoal);font:inherit}.form-field textarea{resize:vertical}

/* Shared application screens */
.status-pill{display:inline-flex;align-items:center;padding:6px 10px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--indigo);font:500 .68rem var(--mono)}.status-pill.success{border-color:rgba(52,114,87,.3);color:var(--success)}.status-pill.warning{color:#9a692f}.tag-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.notice{margin-bottom:18px;padding:14px;border-radius:8px;background:var(--mist)}.notice.error{color:var(--danger)}
.detail-hero{display:grid;grid-template-columns:1fr auto;align-items:end;gap:40px;margin:-64px 0 45px;padding:70px 0 40px;border-bottom:1px solid var(--border)}.detail-hero h1,.runtime-head h1,.map-page-head h1,.profile-head h1,.place-hero h1{margin:8px 0 12px;color:var(--forest);font-size:clamp(2.3rem,5vw,4.6rem);line-height:1.04}.detail-hero>div>p:last-of-type,.map-page-head p,.runtime-head p,.profile-head p{max-width:720px;color:var(--stone)}.detail-pass{min-width:250px;padding:24px;border-radius:12px;background:var(--indigo);color:var(--surface)}.detail-pass span,.detail-pass strong,.detail-pass small{display:block}.detail-pass span,.detail-pass small{color:rgba(252,251,247,.66);font-size:.7rem}.detail-pass strong{margin:9px 0;font:500 1.25rem var(--mono)}
.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:start}.section-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:17px}.section-head h2{margin:4px 0 0;color:var(--forest);font-size:1.5rem}.section-head>span,.section-head>a{color:var(--stone);font-size:.72rem}.timeline{display:grid;gap:12px}.timeline-step{display:grid;grid-template-columns:auto 1fr;gap:18px;padding:22px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.step-index{width:42px;height:42px;display:grid;place-items:center;flex:none;border-radius:50%;background:var(--forest);color:var(--surface);font:500 .75rem var(--mono)}.timeline-step h3{margin:5px 0;color:var(--forest)}.timeline-step p{margin:0;color:var(--stone);font-size:.83rem}.timeline-step a{display:inline-block;margin-top:12px;color:var(--indigo);font-size:.72rem;font-weight:500}.side-stack{display:grid;gap:14px}.info-card{padding:22px}.info-card h3{margin:7px 0;color:var(--forest)}.info-card p{color:var(--stone);font-size:.8rem}.accent-card{border-color:rgba(166,85,54,.4);background:#eee7dd}.check-list{display:grid;gap:9px;margin:15px 0 0;padding:0;list-style:none;color:var(--stone);font-size:.78rem}.check-list li:before{content:"✓";margin-right:8px;color:var(--success)}
.planner-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:25px;align-items:start}.planner-form{display:grid;gap:1px;overflow:hidden;background:var(--border)}.form-section{display:grid;grid-template-columns:auto 1fr;gap:18px;padding:25px;background:var(--surface)}.form-section h2{margin:6px 0 17px;color:var(--forest);font-size:1.15rem}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.form-field{color:var(--stone);font-size:.72rem}.form-section>div{min-width:0}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.choice-grid label{padding:11px;border:1px solid var(--border);border-radius:8px;color:var(--forest);font-size:.75rem}.choice-grid input{margin-right:7px}.planner-form>.btn{margin:20px;width:calc(100% - 40px)}.form-message{min-height:20px;margin:0 20px 20px;color:var(--success);font-size:.76rem}.planner-summary{position:sticky;top:95px;padding:28px;border-radius:12px;background:var(--forest);color:var(--surface)}.planner-summary h2{margin:8px 0;font-size:1.5rem}.planner-summary p,.planner-summary a{color:rgba(252,251,247,.72);font-size:.8rem}.summary-list{display:grid;gap:1px;margin:22px 0;background:rgba(252,251,247,.2)}.summary-list div{display:flex;justify-content:space-between;padding:12px;background:var(--forest)}.summary-list dt{color:rgba(252,251,247,.6);font-size:.7rem}.summary-list dd{margin:0;font-weight:500;font-size:.76rem}
.runtime-head,.map-page-head,.profile-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:20px}.runtime-head h1{font-size:clamp(2rem,4vw,3.5rem)}.large-progress{height:10px;margin:0 0 26px;background:var(--mist)}.large-progress span{background:var(--earth)}.runtime-map{position:relative;min-height:220px;margin:24px 0;border-radius:10px;background:linear-gradient(31deg,transparent 48%,rgba(38,62,92,.08) 49% 51%,transparent 52%) 0 0/70px 70px,var(--mist)}.runtime-map .route-line{border-color:var(--indigo)}.runtime-map .user-dot{background:var(--indigo);border-color:rgba(38,62,92,.28)}.step-list{display:grid;margin-top:20px;border-top:1px solid var(--border)}.step-row{display:grid;grid-template-columns:30px 1fr auto;align-items:center;gap:10px;padding:13px 0;border-bottom:1px solid var(--border);color:var(--stone);font-size:.74rem}.step-row>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--mist)}.step-row.is-current strong{color:var(--forest)}.step-row.is-current>span{background:var(--indigo);color:white}.step-row.is-complete>span{background:var(--success);color:white}
.map-filters{display:flex;gap:7px;margin:22px 0;overflow:auto}.map-filters button{padding:8px 13px;border:1px solid var(--border);border-radius:999px;background:transparent;color:var(--stone);white-space:nowrap}.map-filters button.is-active{background:var(--forest);color:white}.discovery-map-layout{border-color:var(--border)}.map button.pin{padding:0;cursor:pointer}.map-label{position:absolute;padding:4px 7px;border-radius:4px;background:rgba(252,251,247,.85);color:var(--forest);font-size:.62rem}.label-one{left:39%;top:54%}.label-two{left:66%;top:17%}.map-place-list{display:grid;margin-top:15px}.map-place-item{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 0;border:0;border-bottom:1px solid var(--border);background:transparent;text-align:left}.map-place-item strong,.map-place-item small{display:block}.map-place-item strong{color:var(--forest);font-size:.8rem}.map-place-item small{color:var(--stone);font-size:.64rem}.map-status{margin-top:15px;color:var(--stone);font-size:.7rem}
.place-hero{min-height:330px;display:flex;align-items:end;margin:-64px 0 36px;padding:45px;border-radius:0 0 16px 16px;background:linear-gradient(120deg,var(--mist),#d7c7ae)}.place-hero>div{max-width:700px;padding:26px;border-radius:12px;background:rgba(252,251,247,.88);backdrop-filter:blur(8px)}.place-hero.visual-landscape{background:linear-gradient(135deg,#9dad9f,#526d61)}.place-hero.visual-community{background:linear-gradient(135deg,#d0b58e,#815c42)}.place-hero.visual-workshop{background:linear-gradient(135deg,#bd8c61,#62412e)}.place-hero.visual-food{background:linear-gradient(135deg,#d1ac78,#9a5437)}.place-hero h1{font-size:clamp(2rem,4vw,3.7rem)}.place-hero p{color:var(--stone)}.story-card{padding:10px 8px 30px}.story-card h2{margin:8px 0;color:var(--forest);font-size:clamp(1.6rem,3vw,2.5rem)}.story-card p{color:var(--stone);font:400 1rem/1.8 var(--story)}.story-card blockquote{margin:24px 0 0;padding:20px;border-left:3px solid var(--earth);background:#eee7dd;color:var(--forest);font-family:var(--story)}.task-card{display:grid;grid-template-columns:auto 1fr;gap:17px;padding:22px}.task-card h3{margin:4px 0;color:var(--forest)}.task-card p{margin:0;color:var(--stone);font-size:.78rem}.audio-control{width:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;margin-top:15px;padding:12px;border:1px solid var(--border);border-radius:8px;background:transparent}.audio-control .audio-line{position:relative;overflow:hidden;height:4px;border-radius:99px;background:var(--mist)}.audio-control .audio-line:before{content:"";position:absolute;inset:0;border-radius:inherit;background:var(--earth);transform:scaleX(var(--audio-progress-scale,0));transform-origin:left center;transition:transform .12s linear}.audio-control small{min-width:86px;text-align:right;white-space:nowrap}
.proof-checkin{grid-template-columns:.7fr 1.3fr}.proof-ring{width:120px;height:120px;display:grid;place-content:center;margin:35px auto 0;border:8px solid rgba(252,251,247,.24);border-top-color:var(--surface);border-radius:50%;text-align:center}.proof-ring strong,.proof-ring span{display:block}.proof-ring strong{font-size:1.5rem}.proof-ring span{font-size:.65rem}.mini-action{padding:7px 9px;border:1px solid var(--earth);border-radius:6px;background:transparent;color:var(--earth);font-size:.65rem}.mini-action.is-done{border-color:var(--success);color:var(--success)}.proof-submit{grid-column:1/-1;padding:22px;background:var(--surface)}
.profile-head{justify-content:flex-start}.profile-head .btn{margin-left:auto}.profile-avatar{width:92px;height:92px;display:grid;place-items:center;border-radius:50%;background:var(--forest);color:var(--surface);font:500 1.4rem var(--mono)}.profile-head h1{margin:4px 0;font-size:2.5rem}.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:28px 0 42px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.profile-stats div{display:grid;gap:3px;padding:20px;text-align:center}.profile-stats div+div{border-left:1px solid var(--border)}.profile-stats strong{color:var(--forest);font:500 1.6rem var(--story)}.profile-stats span{color:var(--stone);font-size:.66rem}.profile-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:28px}.history-card{display:flex;align-items:center;justify-content:space-between;padding:20px}.history-card>div{display:flex;align-items:center;gap:14px}.history-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--mist);color:var(--forest)}.history-card h3{margin:0;color:var(--forest);font-size:.95rem}.history-card p,.history-card a{margin:3px 0 0;color:var(--stone);font-size:.7rem}.profile-section-head{margin-top:35px}.proof-history{display:flex;align-items:center;gap:12px;margin-bottom:9px;padding:14px}.proof-history>span{color:var(--success)}.proof-history strong,.proof-history small{display:block}.proof-history small{color:var(--stone)}.empty-card{padding:24px;border:1px dashed var(--border);border-radius:12px;text-align:center;color:var(--stone)}.badge-grid{display:grid;gap:9px}.badge-card{display:flex;align-items:center;gap:12px;padding:15px;border:1px solid var(--border);border-radius:10px;opacity:.55}.badge-card.is-unlocked{background:#eee7dd;opacity:1}.badge-card>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--mist);font-size:1.2rem}.badge-card strong,.badge-card small{display:block}.badge-card strong{color:var(--forest);font-size:.78rem}.badge-card small{color:var(--stone);font-size:.65rem}
.context-symbol{width:30px;display:grid;place-items:center;color:var(--earth);font-size:1.2rem}.destination-story{background:#eee7dd}.story-layout{display:grid;grid-template-columns:.8fr 1.2fr;gap:55px;align-items:center}.story-visual{min-height:430px;display:flex;align-items:flex-end;padding:35px;border-radius:14px;background:linear-gradient(180deg,rgba(25,57,44,.05),rgba(25,57,44,.82)),linear-gradient(145deg,#a9b6aa,var(--tea));color:var(--surface)}.story-visual span{font:500 clamp(2rem,5vw,4rem)/.95 var(--story);letter-spacing:-.03em}.story-copy>p{color:var(--stone);font:400 1rem/1.8 var(--story)}.story-copy .btn{margin-top:22px}.culture-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.culture-card{min-height:300px;display:flex;flex-direction:column;padding:22px}.culture-card>span{color:var(--earth);font:400 2.4rem var(--story)}.culture-card h3{margin:18px 0 8px;color:var(--forest);font-size:1rem}.culture-card>p:not(.eyebrow){margin:0;color:var(--stone);font-size:.78rem}.culture-card a{margin-top:auto;padding-top:18px;color:var(--indigo);font-size:.72rem;font-weight:500}.card.gateway-cta{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:38px;border-color:rgba(166,85,54,.55);background:var(--earth);color:var(--surface)}.card.gateway-cta .eyebrow{color:rgba(252,251,247,.65)}.card.gateway-cta h2{max-width:650px;margin:8px 0;color:var(--surface);font-size:clamp(1.7rem,4vw,2.7rem);line-height:1.14}.card.gateway-cta p{max-width:720px;margin:0;color:rgba(252,251,247,.82)}.gateway-actions{min-width:240px;display:grid;gap:9px}.card.gateway-cta .btn--light{background:var(--surface);color:var(--forest)}.card.gateway-cta .btn--outline{border-color:rgba(252,251,247,.62);background:transparent;color:var(--surface)}.my-journey-summary{margin-bottom:28px}.journey-history-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:17px}.journey-history-card{padding:18px}.journey-history-card h3{margin:7px 0;color:var(--forest);font-size:.92rem}.journey-history-card p{margin:0;color:var(--stone);font-size:.72rem}.journey-history-card footer{display:flex;justify-content:space-between;margin-top:16px;padding:0;background:none;color:var(--stone);font-size:.65rem}
@media(max-width:1050px){.culture-grid{grid-template-columns:1fr 1fr}}
@media(max-width:900px){.content-layout,.planner-layout,.profile-grid,.story-layout{grid-template-columns:1fr}.planner-summary{position:static}.detail-hero{grid-template-columns:1fr}.detail-pass{width:100%}.story-visual{min-height:340px}.card.gateway-cta{align-items:flex-start;flex-direction:column}.gateway-actions{width:100%}.journey-history-grid{grid-template-columns:1fr}}
@media(max-width:760px){.placeholder-grid{grid-template-columns:1fr}.page-shell{padding:44px 0 100px}.detail-hero,.place-hero{margin-top:-44px}.detail-hero{padding-top:45px}.content-layout{gap:20px}.field-grid,.choice-grid{grid-template-columns:1fr}.form-section{padding:20px 16px}.runtime-head,.map-page-head,.profile-head{align-items:flex-start;flex-direction:column}.profile-head .btn{margin-left:0;width:100%}.profile-avatar{width:74px;height:74px}.profile-stats{grid-template-columns:1fr 1fr}.profile-stats div:nth-child(3){border-left:0;border-top:1px solid var(--border)}.profile-stats div:nth-child(4){border-top:1px solid var(--border)}.journey-card{padding:17px}.place-hero{min-height:390px;padding:16px}.proof-checkin{grid-template-columns:1fr}.proof-list{grid-template-columns:1fr}.proof-item:last-child{grid-column:auto}.mobile-nav a,.mobile-nav button{font-size:1.25rem}.mobile-nav a span,.mobile-nav button span{font-size:1.25rem}.mobile-nav .icon{width:24px;height:24px}.mobile-nav .scan{font-size:1.35rem}}

/* v0.5.2 account security */
.account-profile-overview{margin:0 0 28px}.account-security{display:grid;grid-template-columns:minmax(0,.8fr) minmax(320px,1.2fr);gap:28px;margin:0 0 18px;padding:24px}.account-security h2{margin:6px 0;color:var(--forest)}.account-security>div>p:last-child{color:var(--stone);font-size:.76rem;line-height:1.65}.account-security .form-message{margin:0}.account-logout{margin:0 0 36px}
@media(max-width:760px){.account-security{grid-template-columns:1fr;padding:18px}.account-logout{width:100%}}

/* Lưu trú Cloud Valley */
.stay-section{background:#eee7dd}.section-lead{max-width:720px;margin:12px 0 0;color:var(--stone);font:400 .95rem/1.7 var(--story)}
.stay-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.stay-card{display:flex;min-width:0;flex-direction:column;overflow:hidden}.stay-card__image{aspect-ratio:3/2;display:flex;align-items:flex-end;padding:16px;background-position:center;background-size:cover;background-repeat:no-repeat}.stay-card__image--bungalow{background-image:linear-gradient(180deg,transparent 46%,rgba(18,45,34,.72)),url("../images/stay/bungalow/bungalow_1.webp")}.stay-card__image--superior{background-image:linear-gradient(180deg,transparent 46%,rgba(68,43,29,.72)),url("../images/stay/superior/superior_1.webp")}.stay-card__image--family{background-image:linear-gradient(180deg,transparent 46%,rgba(18,45,34,.72)),url("../images/stay/family/family_1.webp")}.stay-card__body{display:flex;flex:1;flex-direction:column;padding:21px}.stay-card__body h3{margin:7px 0 8px;color:var(--forest);font-size:1.1rem}.stay-card__body>p:not(.eyebrow){margin:0;color:var(--stone);font-size:.8rem}.stay-meta{display:flex;flex-wrap:wrap;gap:6px 16px;margin:16px 0;padding:0;list-style:none;color:var(--stone);font-size:.7rem}.stay-meta li:before{content:"◇";margin-right:6px;color:var(--earth)}.stay-card__footer{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid var(--border)}.stay-card__footer strong{color:var(--forest);font-size:.76rem}.stay-card__footer a{color:var(--indigo);font-size:.72rem;font-weight:500;white-space:nowrap}.stay-note{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:16px;margin-top:20px;padding:18px 20px;border:1px solid var(--border);border-radius:12px;background:var(--surface)}.stay-note>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:var(--mist);color:var(--forest);font-size:1.2rem}.stay-note p{margin:0}.stay-note strong,.stay-note small{display:block}.stay-note strong{color:var(--forest)}.stay-note small{margin-top:4px;color:var(--stone);font-size:.7rem}

/* H09 · CJE AI Assistant toàn cục */
.mobile-nav small{display:block;font:500 .52rem/1.1 var(--sans)}

/* H35: năm lối vào cố định, tâm đổi theo trạng thái tài khoản. */
.mobile-nav[data-navigation-shell="h35"]{grid-template-columns:repeat(5,minmax(0,1fr));isolation:isolate}.mobile-nav[data-navigation-shell="h35"] a{min-width:0;text-align:center}.mobile-nav[data-navigation-shell="h35"] a[aria-current="page"]:not(.scan){background:var(--mist);color:var(--forest)}.mobile-nav[data-navigation-shell="h35"] .scan[aria-current="page"]{box-shadow:0 0 0 4px rgba(25,57,44,.16),0 10px 24px rgba(25,57,44,.24)}.mobile-nav[data-navigation-shell="h35"] small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-nav[data-navigation-shell="h35"] [data-nav-key="human-actors"] small{font-size:.47rem}

@media(max-width:820px){.mobile-nav[data-navigation-shell="h35"]{display:grid}.has-persistent-navigation-shell body{padding-bottom:max(86px,calc(76px + env(safe-area-inset-bottom)))}}
.cje-ai-assistant[hidden]{display:none}.cje-ai-launcher{position:fixed;z-index:76;top:92px;right:18px;display:flex;align-items:center;gap:8px;min-width:58px;height:58px;padding:5px 13px 5px 5px;border:1px solid rgba(255,255,255,.62);border-radius:999px;background:rgba(18,54,40,.94);color:var(--surface);box-shadow:0 14px 38px rgba(14,43,32,.3),0 0 0 0 rgba(122,222,172,.38);cursor:grab;touch-action:none;user-select:none;backdrop-filter:blur(12px);animation:cje-ai-breathe 3.4s ease-in-out infinite}.cje-ai-launcher:hover{background:var(--forest)}.cje-ai-launcher.is-dragging{cursor:grabbing;animation:none}.cje-ai-launcher.is-thinking{animation:cje-ai-thinking 1.15s ease-in-out infinite}.cje-ai-launcher__label{font-size:.65rem;font-weight:600;white-space:nowrap}.cje-ai-launcher>em{position:absolute;top:-3px;right:-3px;min-width:19px;height:19px;display:grid;place-items:center;padding:0 5px;border:2px solid var(--surface);border-radius:999px;background:var(--earth);color:white;font:600 .52rem var(--mono);font-style:normal}.cje-ai-orb{position:relative;width:46px;height:46px;display:grid;flex:0 0 auto;place-items:center;isolation:isolate;border-radius:50%;background:radial-gradient(circle at 35% 28%,#bdf7d7 0 7%,#5ac48f 24%,#1f7652 58%,#102f25 100%);box-shadow:inset 0 0 14px rgba(255,255,255,.42),0 0 17px rgba(90,196,143,.52)}.cje-ai-orb:before,.cje-ai-orb:after,.cje-ai-orb i{content:"";position:absolute;z-index:-1;inset:-5px;border:1px solid rgba(154,242,199,.45);border-radius:50%;animation:cje-ai-ring 2.8s linear infinite}.cje-ai-orb:after{inset:-9px;border-color:rgba(154,242,199,.2);animation-duration:4.1s;animation-direction:reverse}.cje-ai-orb i{inset:7px;border-color:rgba(255,255,255,.52);animation-duration:2s}.cje-ai-orb b{color:white;font:600 .56rem var(--mono);letter-spacing:.04em;text-shadow:0 1px 4px rgba(0,0,0,.4)}.cje-ai-orb--small{width:42px;height:42px}.cje-ai-dialog[hidden]{display:none}.cje-ai-dialog{position:fixed;z-index:90;inset:0;pointer-events:none}.cje-ai-backdrop{position:absolute;inset:0;border:0;background:rgba(8,27,20,.38);opacity:0;transition:opacity .22s ease;backdrop-filter:blur(2px)}.cje-ai-panel{position:absolute;top:0;right:0;bottom:0;width:min(100%,460px);display:grid;grid-template-rows:auto minmax(0,1fr) auto auto auto;background:var(--surface);box-shadow:-24px 0 70px rgba(9,34,24,.28);transform:translateX(102%);transition:transform .22s ease}.cje-ai-dialog.is-open{pointer-events:auto}.cje-ai-dialog.is-open .cje-ai-backdrop{opacity:1}.cje-ai-dialog.is-open .cje-ai-panel{transform:none}.cje-ai-head{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 20px;border-bottom:1px solid var(--border);background:linear-gradient(135deg,#f7faf6,var(--surface))}.cje-ai-head>div{display:flex;align-items:center;gap:12px;min-width:0}.cje-ai-head h2{margin:0;color:var(--forest);font-size:.95rem}.cje-ai-head small{display:block;margin-top:3px;color:var(--stone);font-size:.57rem}.cje-ai-head>button,.cje-ai-handoff__head>button{width:36px;height:36px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:var(--mist);color:var(--forest);font-size:1.2rem;cursor:pointer}.cje-ai-messages{display:grid;align-content:start;gap:13px;overflow-y:auto;padding:20px}.cje-ai-message{max-width:88%;display:grid;gap:4px}.cje-ai-message small{color:var(--stone);font:500 .5rem var(--mono);letter-spacing:.05em;text-transform:uppercase}.cje-ai-message p{margin:0;padding:11px 13px;border-radius:13px 13px 13px 4px;background:var(--mist);color:var(--forest);font-size:.72rem;line-height:1.62;white-space:pre-wrap;overflow-wrap:anywhere}.cje-ai-message--user{justify-self:end}.cje-ai-message--user small{text-align:right}.cje-ai-message--user p{border-radius:13px 13px 4px 13px;background:var(--forest);color:var(--surface)}.cje-ai-message--system{max-width:100%;justify-self:stretch;text-align:center}.cje-ai-message--system p{border:1px solid rgba(166,85,54,.24);border-radius:10px;background:#f6eee7;color:var(--earth)}.cje-ai-message.is-pending p{display:flex;align-items:center;gap:5px;min-height:38px}.cje-ai-message.is-pending p span{width:6px;height:6px;border-radius:50%;background:var(--success);animation:cje-ai-dot 1s ease-in-out infinite}.cje-ai-message.is-pending p span:nth-child(2){animation-delay:.16s}.cje-ai-message.is-pending p span:nth-child(3){animation-delay:.32s}.cje-ai-suggestions{display:flex;gap:7px;overflow-x:auto;padding:0 20px 12px}.cje-ai-suggestions button{flex:none;padding:7px 10px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--forest);font-size:.58rem;cursor:pointer}.cje-ai-suggestions button:last-child{border-color:rgba(166,85,54,.4);color:var(--earth)}.cje-ai-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:14px 20px;border-top:1px solid var(--border)}.cje-ai-form label{display:block}.cje-ai-form textarea{width:100%;min-height:46px;max-height:120px;resize:vertical;padding:11px 12px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--charcoal);font:inherit;font-size:.72rem}.cje-ai-form .btn{min-width:68px}.cje-ai-foot{padding:0 20px calc(13px + env(safe-area-inset-bottom));background:var(--surface);color:var(--stone);font-size:.52rem;text-align:center}.cje-ai-handoff{max-height:55vh;overflow-y:auto;margin:0 20px 12px;padding:15px;border:1px solid rgba(166,85,54,.28);border-radius:12px;background:#f8f2eb}.cje-ai-handoff[hidden]{display:none}.cje-ai-handoff__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.cje-ai-handoff__head strong,.cje-ai-handoff__head small{display:block}.cje-ai-handoff__head strong{color:var(--forest);font-size:.76rem}.cje-ai-handoff__head small{margin-top:3px;color:var(--stone);font-size:.56rem}.cje-ai-handoff__head>button{width:28px;height:28px;font-size:1rem}.cje-ai-handoff__grid{display:grid;grid-template-columns:1fr 1fr;gap:9px}.cje-ai-handoff label{display:grid;gap:4px;color:var(--stone);font-size:.58rem}.cje-ai-handoff input,.cje-ai-handoff textarea{width:100%;padding:9px;border:1px solid var(--border);border-radius:8px;background:var(--surface);font:inherit;font-size:.66rem}.cje-ai-handoff__wide{grid-column:1/-1}.cje-ai-handoff>p{min-height:0;margin:9px 0;color:var(--success);font-size:.58rem;line-height:1.45}.cje-ai-handoff>p.error{color:var(--danger)}.cje-ai-handoff>.btn{width:100%}
@keyframes cje-ai-breathe{0%,100%{box-shadow:0 14px 38px rgba(14,43,32,.3),0 0 0 0 rgba(122,222,172,.32)}50%{box-shadow:0 16px 42px rgba(14,43,32,.34),0 0 0 9px rgba(122,222,172,0)}}@keyframes cje-ai-thinking{0%,100%{filter:brightness(1);box-shadow:0 14px 38px rgba(14,43,32,.3),0 0 0 0 rgba(154,242,199,.48)}50%{filter:brightness(1.18);box-shadow:0 18px 46px rgba(14,43,32,.38),0 0 0 14px rgba(154,242,199,0)}}@keyframes cje-ai-ring{to{transform:rotate(360deg)}}@keyframes cje-ai-dot{0%,100%{opacity:.28;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}

.footer-directory{display:grid;grid-template-columns:1.15fr .85fr 1.45fr .7fr;gap:32px 40px}.footer-directory section{min-width:0}.footer-directory .eyebrow{margin-bottom:10px;color:rgba(252,251,247,.48)}.footer-directory h3{margin:0 0 14px;color:var(--surface);font-size:1rem}.footer-directory p{margin:0 0 7px;line-height:1.7}.footer-directory__stack{display:grid;gap:3px;font-style:normal}.footer-directory__links{display:grid;gap:8px}.footer-directory__links a{width:fit-content}.footer-directory__links a:hover{color:var(--surface);text-decoration:underline}.footer-directory__bottom{grid-column:1/-1;display:flex;justify-content:space-between;gap:20px;margin-top:10px;padding-top:20px;border-top:1px solid rgba(255,255,255,.18);color:rgba(252,251,247,.7);font-size:.7rem}.footer-directory__bottom strong{color:var(--surface)}
.legal-page{min-height:60vh;padding:64px 0 80px}.legal-page__intro{max-width:760px;margin-bottom:36px}.legal-page h1{margin:8px 0 14px;color:var(--forest);font-size:clamp(2.2rem,5vw,4rem);line-height:1.05}.legal-page__intro>p:not(.eyebrow){color:var(--stone)}.legal-content{display:grid;gap:16px;max-width:900px}.legal-content article{padding:24px}.legal-content h2{margin:0 0 10px;color:var(--forest);font-size:1.1rem}.legal-content p,.legal-content li{color:var(--stone);font-size:.82rem}.legal-content ul{margin:0;padding-left:20px}.sitemap-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.sitemap-grid article{display:grid;align-content:start;gap:10px}.sitemap-grid a{color:var(--forest);font-size:.82rem}.sitemap-grid a:hover{text-decoration:underline}

@media(max-width:900px){.footer-directory{grid-template-columns:1fr 1fr}.sitemap-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.mobile-nav{grid-template-columns:repeat(5,minmax(0,1fr));padding:6px 4px}.mobile-nav a,.mobile-nav button{min-height:46px;font-size:1rem}.mobile-nav a span,.mobile-nav button span{font-size:1.05rem}.mobile-nav .scan{width:54px;min-height:54px;margin-top:-18px}.mobile-nav small{font-size:.48rem}.cje-ai-launcher{top:76px;right:12px;width:54px;min-width:54px;height:54px;padding:4px}.cje-ai-launcher__label{display:none}.cje-ai-orb{width:44px;height:44px}.cje-ai-panel{top:auto;width:100%;height:min(88dvh,760px);border-radius:20px 20px 0 0;transform:translateY(102%)}.cje-ai-dialog.is-open .cje-ai-panel{transform:none}.cje-ai-handoff__grid{grid-template-columns:1fr}.cje-ai-handoff__wide{grid-column:auto}.cje-ai-form{padding:12px 14px}.cje-ai-messages{padding:16px}.cje-ai-suggestions{padding-right:14px;padding-left:14px}.page-shell{padding-bottom:126px}.footer-directory,.sitemap-grid{grid-template-columns:1fr}.footer-directory{gap:26px}.footer-directory__bottom{align-items:flex-start;flex-direction:column}.legal-page{padding:44px 0 126px}}
@media(prefers-reduced-motion:reduce){.cje-ai-launcher,.cje-ai-orb:before,.cje-ai-orb:after,.cje-ai-orb i,.cje-ai-message.is-pending p span{animation:none}}
.stay-detail-hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);overflow:hidden;margin:-64px 0 38px;border:1px solid var(--border);border-radius:0 0 18px 18px;background:var(--surface)}.stay-detail-hero__image{min-height:520px;background:var(--mist)}.stay-detail-hero__image img{width:100%;height:100%;display:block;object-fit:cover}.stay-detail-hero__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,5vw,64px)}.stay-detail-hero__copy h1{margin:9px 0 14px;color:var(--forest);font-size:clamp(2.2rem,5vw,4.3rem);line-height:1.02}.stay-detail-hero__copy>p:not(.eyebrow){margin:0;color:var(--stone);font:400 1rem/1.75 var(--story)}.stay-detail-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:30px;background:var(--border)}.stay-detail-stats span{display:grid;gap:5px;padding:15px 10px;background:var(--surface)}.stay-detail-stats strong{color:var(--forest);font-size:.75rem}.stay-detail-stats small{color:var(--stone);font-size:.62rem}.stay-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) 390px;gap:38px;align-items:start}.stay-detail-content{display:grid;gap:44px}.stay-detail-content h2{margin:8px 0 18px;color:var(--forest);font-size:clamp(1.5rem,3vw,2.2rem)}.stay-amenities{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:0;padding:1px;background:var(--border);list-style:none}.stay-amenities li{display:flex;align-items:center;gap:9px;padding:15px;background:var(--surface);color:var(--stone);font-size:.78rem}.stay-amenities span{color:var(--success)}.stay-experience{padding:28px;border-radius:14px;background:#eee7dd}.stay-location{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px}.stay-location h2{margin:6px 0 4px;font-size:1.3rem}.stay-location p{margin:0;color:var(--stone);font-size:.78rem}.booking-card{position:sticky;top:92px;padding:26px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 18px 50px rgba(25,57,44,.09)}.booking-price{display:flex;align-items:baseline;gap:6px;margin:8px 0 22px}.booking-price strong{color:var(--forest);font-size:1.45rem}.booking-price span{color:var(--stone);font-size:.72rem}.booking-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.booking-summary{display:grid;gap:1px;margin:5px 0;background:var(--border)}.booking-summary>div{display:flex;justify-content:space-between;gap:16px;padding:11px 12px;background:var(--surface);color:var(--stone);font-size:.7rem}.booking-summary strong{color:var(--forest)}.booking-summary .booking-total{padding-top:15px;padding-bottom:15px;background:var(--mist);color:var(--forest)}.booking-summary .booking-total strong{font-size:1rem}.booking-message{min-height:20px;margin:0;color:var(--success);font-size:.7rem;line-height:1.5}.booking-message.error{color:var(--danger)}.booking-disclaimer{margin:14px 0;color:var(--stone);font-size:.65rem;line-height:1.6}.booking-rules{display:flex;justify-content:space-between;gap:10px;padding-top:13px;border-top:1px solid var(--border);color:var(--stone);font-size:.62rem}
.stay-gallery-section .section-head{align-items:end}.stay-slider{display:grid;gap:12px}.stay-slider__stage{position:relative;overflow:hidden;aspect-ratio:3/2;border-radius:14px;background:var(--mist);outline:none}.stay-slider__stage:focus-visible{box-shadow:0 0 0 3px rgba(166,85,54,.32)}.stay-slider__stage>img{width:100%;height:100%;display:block;object-fit:cover}.stay-slider__arrow{position:absolute;z-index:2;top:50%;width:48px;height:48px;display:grid;place-items:center;padding:0;border:1px solid rgba(252,251,247,.72);border-radius:50%;background:rgba(25,57,44,.76);color:var(--surface);font-size:1.2rem;cursor:pointer;transform:translateY(-50%);backdrop-filter:blur(8px);transition:background .2s ease,transform .2s ease}.stay-slider__arrow:hover{background:var(--forest);transform:translateY(-50%) scale(1.04)}.stay-slider__arrow--prev{left:16px}.stay-slider__arrow--next{right:16px}.stay-slider__counter{position:absolute;right:16px;bottom:16px;display:flex;align-items:baseline;gap:5px;padding:7px 11px;border-radius:999px;background:rgba(25,57,44,.82);color:var(--surface);font:400 .66rem var(--mono);backdrop-filter:blur(8px)}.stay-slider__counter strong{font-size:.82rem}.stay-slider__thumbs{display:grid;grid-auto-flow:column;grid-auto-columns:112px;gap:9px;overflow-x:auto;padding:2px 2px 8px;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--earth) var(--mist)}.stay-slider__thumb{position:relative;overflow:hidden;aspect-ratio:3/2;padding:0;border:2px solid transparent;border-radius:8px;background:var(--mist);cursor:pointer;scroll-snap-align:center;opacity:.62;transition:border-color .2s ease,opacity .2s ease}.stay-slider__thumb:hover,.stay-slider__thumb.is-active{opacity:1}.stay-slider__thumb.is-active{border-color:var(--earth)}.stay-slider__thumb img{width:100%;height:100%;display:block;object-fit:cover}.stay-slider__thumb span{position:absolute;right:5px;bottom:5px;padding:3px 5px;border-radius:999px;background:rgba(25,57,44,.82);color:var(--surface);font:500 .56rem var(--mono)}.stay-gallery__hint{margin:0;color:var(--stone);font-size:.66rem}
.stay-detail-hero__visual{min-width:0;min-height:620px;background:var(--mist)}.stay-slider--hero{position:relative;height:100%;display:block}.stay-slider--hero .stay-slider__stage{height:100%;aspect-ratio:auto;border-radius:0}.stay-slider--hero .stay-slider__stage:after{content:"";position:absolute;right:0;bottom:0;left:0;height:135px;background:linear-gradient(180deg,transparent,rgba(13,34,26,.62));pointer-events:none}.stay-slider--hero .stay-slider__counter{z-index:4;right:18px;bottom:94px}.stay-slider--hero .stay-slider__thumbs{position:absolute;z-index:3;right:0;bottom:0;left:0;grid-auto-columns:78px;gap:7px;padding:12px 70px 15px;scrollbar-width:none}.stay-slider--hero .stay-slider__thumbs::-webkit-scrollbar{display:none}.stay-slider--hero .stay-slider__thumb{border-color:rgba(252,251,247,.45);border-radius:6px;opacity:.72}.stay-slider--hero .stay-slider__thumb.is-active{border-color:var(--surface);box-shadow:0 0 0 2px var(--earth)}
@media(max-width:1000px){.stay-grid{grid-template-columns:1fr 1fr}.stay-card:last-child{grid-column:1/-1}.stay-detail-hero{grid-template-columns:1fr}.stay-detail-hero__image,.stay-detail-hero__visual{min-height:0;aspect-ratio:16/9}.stay-detail-layout{grid-template-columns:1fr}.booking-card{position:static}.stay-detail-content{order:2}}
@media(max-width:680px){.stay-grid{grid-template-columns:1fr}.stay-card:last-child{grid-column:auto}.stay-note{grid-template-columns:auto 1fr}.stay-note .btn{grid-column:1/-1;width:100%}.stay-detail-hero{margin-top:-44px}.stay-detail-hero__image,.stay-detail-hero__visual{aspect-ratio:4/3}.stay-detail-hero__copy{padding:25px 18px}.stay-detail-stats{grid-template-columns:1fr}.stay-detail-stats span{grid-template-columns:110px 1fr}.stay-detail-layout{gap:26px}.stay-amenities,.booking-grid{grid-template-columns:1fr}.stay-slider__arrow{width:42px;height:42px}.stay-slider__arrow--prev{left:10px}.stay-slider__arrow--next{right:10px}.stay-slider--hero .stay-slider__counter{right:10px;bottom:76px}.stay-slider--hero .stay-slider__stage:after{height:110px}.stay-slider--hero .stay-slider__thumbs{grid-auto-columns:64px;padding:10px 12px 12px}.stay-location{align-items:flex-start;flex-direction:column}.stay-location .btn{width:100%}}

/* H34-R1: lịch sử và gợi ý hạng phòng ở cuối trang chi tiết */
.stay-recommendations{display:grid;gap:42px;margin:72px 0 26px;padding-top:46px;border-top:1px solid var(--border)}
.stay-recommendations__intro,.stay-recommendation-group__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}
.stay-recommendations__intro h2{margin:7px 0 10px;color:var(--forest);font-size:clamp(1.7rem,3vw,2.6rem)}
.stay-recommendations__intro>div>p:last-child{max-width:720px;margin:0;color:var(--stone);font-size:.78rem;line-height:1.7}
.stay-recommendations__intro>a{flex:0 0 auto;color:var(--forest);font-size:.72rem;font-weight:600}
.stay-recommendations__viewed{display:grid;gap:18px;padding:24px;background:linear-gradient(135deg,var(--surface),var(--mist))}
.stay-recommendation-group{display:grid;gap:18px;min-width:0}
.stay-recommendation-group__head{align-items:center;padding-bottom:14px;border-bottom:1px solid var(--border)}
.stay-recommendation-group__head h3{margin:5px 0 0;color:var(--forest);font-size:clamp(1.15rem,2.3vw,1.65rem)}
.stay-recommendation-group__head>span{flex:0 0 auto;color:var(--stone);font:500 .62rem var(--mono);letter-spacing:.05em;text-transform:uppercase}
.stay-viewed-titles{display:flex;flex-wrap:wrap;gap:9px;min-width:0}
.stay-viewed-titles a{display:grid;gap:3px;min-width:160px;padding:10px 13px;border:1px solid var(--border);border-radius:10px;background:var(--surface);color:var(--forest);transition:border-color .2s ease,transform .2s ease}
.stay-viewed-titles a:hover{border-color:var(--earth);transform:translateY(-2px)}
.stay-viewed-titles a[aria-current="page"]{border-color:var(--forest);background:var(--forest);color:var(--surface)}
.stay-viewed-titles span{font-size:.7rem;font-weight:600;line-height:1.4}
.stay-viewed-titles small{color:var(--stone);font-size:.56rem}
.stay-viewed-titles a[aria-current="page"] small{color:rgba(252,251,247,.68)}
.stay-recommendation-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;min-width:0}
.stay-recommendation-card{display:flex;min-width:0;overflow:hidden;flex-direction:column;padding:0}
.stay-recommendation-card__visual{display:block;overflow:hidden;aspect-ratio:16/10;background:var(--mist)}
.stay-recommendation-card__visual img{width:100%;height:100%;display:block;object-fit:cover;transition:transform .35s ease}
.stay-recommendation-card:hover .stay-recommendation-card__visual img{transform:scale(1.035)}
.stay-recommendation-card__body{display:flex;flex:1;flex-direction:column;padding:19px}
.stay-recommendation-card__body h3{margin:7px 0 8px;color:var(--forest);font-size:1rem;line-height:1.35}
.stay-recommendation-card__body>p:not(.eyebrow){min-height:2.8em;margin:0;color:var(--stone);font-size:.68rem;line-height:1.55}
.stay-recommendation-card__body ul{display:flex;flex-wrap:wrap;gap:7px;margin:15px 0;padding:0;list-style:none}
.stay-recommendation-card__body li{padding:6px 9px;border-radius:999px;background:var(--mist);color:var(--stone);font-size:.58rem}
.stay-recommendation-card__footer{display:flex;align-items:center;justify-content:space-between;gap:13px;margin-top:auto;padding:15px 0 0;border-top:1px solid var(--border);background:transparent;color:inherit}
.stay-recommendation-card__footer strong{color:var(--earth);font-size:.7rem}
.stay-recommendation-card__footer a{flex:0 0 auto;color:var(--forest);font-size:.66rem;font-weight:600}
.stay-recommendation-empty{grid-column:1/-1;display:flex;align-items:center;gap:16px;padding:24px}
.stay-recommendation-empty>span{width:48px;height:48px;display:grid;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--mist);color:var(--forest);font-size:1.2rem}
.stay-recommendation-empty h3{margin:0 0 5px;color:var(--forest);font-size:.9rem}
.stay-recommendation-empty p{margin:0;color:var(--stone);font-size:.68rem}
@media(max-width:1000px){.stay-recommendation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.stay-recommendations{gap:34px;margin-top:52px;padding-top:34px}.stay-recommendations__intro{align-items:flex-start;flex-direction:column}.stay-recommendations__viewed{padding:18px}.stay-recommendation-group__head{align-items:flex-start}.stay-viewed-titles{flex-wrap:nowrap;overflow-x:auto;margin-right:-18px;padding:1px 18px 8px 1px;scroll-snap-type:x mandatory}.stay-viewed-titles a{min-width:min(74vw,250px);scroll-snap-align:start}.stay-recommendation-grid{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(260px,82vw);overflow-x:auto;margin-right:-18px;padding:1px 18px 10px 1px;scroll-snap-type:x mandatory;scrollbar-width:thin}.stay-recommendation-card{scroll-snap-align:start}.stay-recommendation-empty{grid-column:auto;min-height:180px;scroll-snap-align:start}.stay-recommendation-card__body>p:not(.eyebrow){min-height:0}}

/* Ảnh thực tế Tà Xùa */
.place-image{width:100%;min-height:0;aspect-ratio:3/2;background-position:center;background-size:cover;background-repeat:no-repeat}
.place:nth-child(1) .place-image{background-image:linear-gradient(180deg,transparent 42%,rgba(15,42,32,.78)),url("../images/places/place-hang-dong-cloud.webp")}
.place:nth-child(2) .place-image{background-image:linear-gradient(180deg,transparent 42%,rgba(20,38,57,.78)),url("../images/places/place-dinosaur-spine.webp")}
.place:nth-child(3) .place-image{background-image:linear-gradient(180deg,transparent 42%,rgba(68,43,29,.78)),url("../images/places/place-hang-dong-village.webp")}
.place:nth-child(1) .place-image,.place:nth-child(2) .place-image,.place:nth-child(3) .place-image{background-position:center;background-size:cover,cover;background-repeat:no-repeat}
.story-visual{min-height:0;aspect-ratio:7/8;background-image:linear-gradient(180deg,rgba(20,44,34,.02),rgba(20,44,34,.86)),url("../images/people/people-hmong-hang-dong.webp");background-position:center;background-size:cover;background-repeat:no-repeat}
.culture-card{min-height:390px;padding:0;overflow:hidden}
.culture-card__image{width:100%;min-height:0;aspect-ratio:1;background-position:center;background-size:cover;background-repeat:no-repeat}
.culture-card__image--tea{background-image:url("../images/journeys/journey-tea.webp")}
.culture-card__image--wood{background-image:url("../images/journeys/journey-woodcraft.webp")}
.culture-card__image--indigo{background-image:url("../images/journeys/journey-indigo.webp")}
.culture-card__image--sound{background-image:url("../images/journeys/journey-sound.webp")}
.culture-card__content{min-height:212px;display:flex;flex:1;flex-direction:column;padding:20px}
.culture-card__content>span{color:var(--earth);font:400 2rem var(--story)}
.culture-card__content h3{margin:10px 0 6px}
.culture-card__content>p:not(.eyebrow){margin:0;color:var(--stone);font-size:.78rem}
.culture-card__content a{margin-top:auto;padding-top:16px;color:var(--indigo);font-size:.72rem;font-weight:500}

.detail-hero--visual{grid-template-columns:minmax(270px,.75fr) minmax(0,1fr) auto;align-items:center}
.detail-hero__image{width:100%;height:auto;aspect-ratio:1;overflow:hidden;border-radius:14px;background:var(--mist)}
.detail-hero__image img{width:100%;height:100%;object-fit:contain}
.place-detail-hero{grid-template-columns:minmax(0,1fr) auto;align-items:end}
.place-hero{position:relative;isolation:isolate;overflow:hidden;background:var(--forest)}
.place-hero:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(13,34,26,.3),rgba(13,34,26,.02))}
.place-hero__image{position:absolute;z-index:-2;inset:0;width:100%;height:100%;object-fit:cover}
.place-hero>div{box-shadow:0 18px 45px rgba(10,28,21,.15)}
@media(max-width:1050px){.detail-hero--visual{grid-template-columns:minmax(240px,.65fr) 1fr}.detail-hero--visual .detail-pass{grid-column:1/-1}}
@media(max-width:900px){.detail-hero--visual{grid-template-columns:1fr}.detail-hero__image{width:min(100%,560px);height:auto}.detail-hero--visual .detail-pass{grid-column:auto}}
@media(max-width:640px){.culture-card{min-height:0}.story-visual{background-position:center}.place-hero>div{padding:20px}.detail-hero__image{width:100%;height:auto}}

.place-gallery{margin:0 0 32px}
.place-gallery .section-head{align-items:end}
.place-gallery__images{position:relative;min-width:0}
.place-gallery__viewport{overflow:hidden;border-radius:14px;outline:none}
.place-gallery__viewport:focus-visible{box-shadow:0 0 0 3px rgba(166,85,54,.32)}
.place-gallery__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 24px)/3);gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}
.place-gallery__track::-webkit-scrollbar{display:none}
.place-gallery__item{position:relative;overflow:hidden;aspect-ratio:3/2;margin:0;border-radius:12px;background:var(--mist);scroll-snap-align:start}
.place-gallery__item img{width:100%;height:100%;display:block;object-fit:cover}
.place-gallery__item figcaption{position:absolute;right:8px;bottom:8px;padding:5px 8px;border-radius:999px;background:rgba(25,57,44,.8);color:var(--surface);font:500 .58rem var(--mono);backdrop-filter:blur(7px)}
.place-gallery__arrow{position:absolute;z-index:3;top:50%;width:44px;height:44px;display:grid;place-items:center;padding:0;border:1px solid rgba(252,251,247,.7);border-radius:50%;background:rgba(25,57,44,.78);color:var(--surface);font-size:1.05rem;cursor:pointer;transform:translateY(-50%);backdrop-filter:blur(8px)}
.place-gallery__arrow:hover{background:var(--forest)}
.place-gallery__arrow--prev{left:10px}.place-gallery__arrow--next{right:10px}
.place-video-card{overflow:hidden;padding:0}
.place-video-card__head{padding:20px 20px 15px}
.place-video-card__head h3{margin:6px 0 0;color:var(--forest)}
.place-gallery__video{position:relative;overflow:hidden;aspect-ratio:16/9;background:var(--forest)}
.place-gallery__video iframe{width:100%;height:100%;display:block;border:0}
.place-gallery__video-placeholder{height:100%;display:grid;place-content:center;gap:7px;padding:22px;text-align:center;color:var(--surface)}
.place-gallery__video-placeholder span{font-size:2rem}.place-gallery__video-placeholder strong{font-size:.82rem}.place-gallery__video-placeholder small{color:rgba(252,251,247,.68);font-size:.62rem;line-height:1.55}
.place-gallery__hint{display:none}
@media(max-width:1000px){.place-gallery__track{grid-auto-columns:calc((100% - 12px)/2)}}
@media(max-width:900px){.place-detail-hero{grid-template-columns:1fr}.place-detail-hero .detail-pass{width:100%}}
@media(max-width:720px){.place-gallery{margin-bottom:28px}.place-gallery .section-head{align-items:flex-start;flex-direction:column}.place-gallery__track{grid-auto-columns:85%}.place-gallery__arrow{width:40px;height:40px}.place-gallery__arrow--prev{left:7px}.place-gallery__arrow--next{right:7px}}

/* Form spacing refinements */
.planner-form .choice-grid{gap:12px;margin-top:16px}
.planner-form .choice-grid label{display:flex;align-items:center;min-height:48px;padding:11px 14px}
.planner-form .choice-grid input{margin-right:9px}
.proof-submit{display:grid;gap:14px;padding:24px}
.proof-submit .form-field,.proof-submit .btn,.proof-submit .form-message{margin:0}
.proof-submit .form-message{min-height:0}
@media(max-width:760px){.planner-form .choice-grid{gap:10px;margin-top:14px}.proof-submit{gap:12px;padding:20px 16px}}
.booking-consent{display:flex;align-items:flex-start;gap:10px;color:var(--muted);font-size:.86rem;line-height:1.5}.booking-consent input{flex:0 0 auto;width:18px;height:18px;margin-top:2px}

/* v0.5 managed catalog media + data-source indicator */
.managed-media{position:relative;overflow:hidden;background:linear-gradient(145deg,var(--mist),#d9ddd5)}
.managed-media__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.managed-media__placeholder{position:absolute;inset:0;display:grid;place-items:center;font:400 2.4rem var(--story);color:rgba(25,57,44,.42);z-index:0}
.managed-media>.badge,.managed-media>span:not(.managed-media__placeholder),.managed-media>strong{position:relative;z-index:2}

/* Một thẻ kiểm tra lịch trống động theo Stay */
.stay-availability-card{display:grid;gap:18px;margin-top:20px;padding:24px;border:1px solid var(--border);border-radius:14px;background:var(--surface)}
.stay-availability-card__head,.stay-availability-card__empty{display:flex;align-items:center;justify-content:space-between;gap:18px}
.stay-availability-card__head h3{margin:4px 0 0;color:var(--forest);font-size:1.25rem}
.stay-availability-card__head>span,.stay-availability-card__empty>span{width:46px;height:46px;display:grid;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--mist);color:var(--forest);font-size:1.25rem}
.stay-availability-card__empty{justify-content:flex-start}.stay-availability-card__empty p{margin:0}.stay-availability-card__empty strong,.stay-availability-card__empty small{display:block}.stay-availability-card__empty small{margin-top:4px;color:var(--stone)}
.stay-availability-form{display:grid;gap:16px}.stay-availability-fields{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.stay-availability-form>.btn{justify-self:end;min-width:220px}
.stay-availability-result:empty{display:none}.stay-availability-result__card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px;border:1px solid var(--border);border-radius:12px;background:var(--mist)}
.stay-availability-result__card h4{margin:4px 0 6px;color:var(--forest);font-size:1rem}.stay-availability-result__card p{margin:0;color:var(--stone);font-size:.75rem}.stay-availability-result__card.is-unavailable{background:#fff7ed;border-color:#e8c99b}.stay-availability-result__card.is-unavailable .eyebrow,.stay-availability-result__error{color:var(--danger)}
.stay-availability-days{grid-column:1/-1;display:flex;flex-wrap:wrap;gap:8px}.stay-availability-days span{display:flex;gap:8px;padding:7px 10px;border:1px solid var(--border);border-radius:999px;background:var(--surface);color:var(--stone);font-size:.66rem}.stay-availability-days b{color:var(--forest)}
.stay-availability-result__error{margin:0;padding:12px;border-radius:9px;background:#fff1f0;font-size:.75rem}
@media(max-width:1000px){.stay-availability-fields{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.stay-availability-card{padding:18px}.stay-availability-fields{grid-template-columns:1fr}.stay-availability-form>.btn{width:100%;min-width:0}.stay-availability-result__card{grid-template-columns:1fr}.stay-availability-result__card .btn{width:100%}}
.stay-detail-availability-trigger{margin:0 0 18px}.stay-detail-availability{display:grid;gap:16px;margin:0 0 22px;padding:18px;border:1px solid var(--border);border-radius:12px;background:var(--mist);scroll-margin-top:92px}.stay-detail-availability[hidden]{display:none}.stay-detail-availability__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.stay-detail-availability__head h3{margin:4px 0 0;color:var(--forest);font-size:.86rem;line-height:1.45}.stay-detail-availability .stay-availability-fields{grid-template-columns:1fr 1fr}.stay-detail-availability .stay-availability-form>.btn{width:100%;min-width:0}.stay-detail-availability .stay-availability-result__card{grid-template-columns:1fr;padding:14px;background:var(--surface)}.stay-detail-availability .stay-availability-result__card .btn{width:100%}.stay-detail-availability .stay-availability-days{gap:6px}.stay-detail-availability .stay-availability-days span{padding:6px 8px;font-size:.6rem}
@media(max-width:680px){.stay-detail-availability{padding:15px}.stay-detail-availability .stay-availability-fields{grid-template-columns:1fr}}

/* Hồ sơ khách hàng: đọc trước, chỉnh sửa theo yêu cầu */
.account-profile-overview{grid-template-columns:minmax(0,1.2fr) repeat(2,minmax(0,.7fr));margin-bottom:18px}.account-profile-overview .placeholder-card{min-height:170px;display:flex;flex-direction:column;justify-content:space-between}.account-profile-overview h2{margin:10px 0;color:var(--forest)}
.account-profile-controls{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:18px;padding:22px 24px}.account-profile-controls h2{margin:5px 0;color:var(--forest);font-size:1.15rem}.account-profile-controls>div>p:last-child{margin:0;color:var(--stone);font-size:.72rem}.account-profile-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:9px}.account-profile-actions .account-logout{margin:0;color:var(--danger)}.account-profile-actions .is-active{background:var(--forest);color:var(--surface)}
.account-panel{margin:0 0 18px;padding:24px}.account-panel[hidden]{display:none}.account-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.account-panel__head h2{margin:5px 0;color:var(--forest)}.account-panel__actions{display:flex;gap:9px}.account-profile-form{grid-template-columns:1fr 1fr}.account-profile-form__wide{grid-column:1/-1}.account-security{position:relative}.account-panel__close{position:absolute;top:20px;right:20px}
@media(max-width:900px){.account-profile-overview{grid-template-columns:1fr 1fr}.account-profile-overview .placeholder-card:first-child{grid-column:1/-1}.account-profile-controls{align-items:flex-start;flex-direction:column}.account-profile-actions{width:100%;justify-content:flex-start}}
@media(max-width:680px){.account-profile-overview{grid-template-columns:1fr}.account-profile-overview .placeholder-card:first-child{grid-column:auto}.account-profile-overview .placeholder-card{min-height:0}.account-profile-controls,.account-panel{padding:18px}.account-profile-actions{display:grid;grid-template-columns:1fr}.account-profile-actions .btn{width:100%}.account-profile-form{grid-template-columns:1fr}.account-profile-form__wide{grid-column:auto}.account-panel__actions{display:grid;grid-template-columns:1fr}.account-security{grid-template-columns:1fr}.account-panel__close{position:static;justify-self:start;margin-bottom:8px}}

/* Thông số hạng phòng trên trang chi tiết */
.stay-detail-stats{gap:10px;background:transparent}.stay-detail-stats span{min-width:0;padding:19px 15px;border:1px solid var(--border);border-radius:10px;background:var(--mist)}.stay-detail-stats strong{color:var(--forest);font:600 clamp(1rem,1.6vw,1.25rem)/1.25 var(--ui);overflow-wrap:anywhere}.stay-detail-stats small{color:var(--stone);font-size:.72rem;font-weight:500}.stay-detail-hero__copy>.eyebrow{line-height:1.6}
@media(max-width:680px){.stay-detail-stats{gap:8px}.stay-detail-stats span{grid-template-columns:125px 1fr;padding:15px}.stay-detail-stats strong{font-size:1.05rem}.stay-detail-stats small{font-size:.7rem}}

/* Journey v2: điểm điều phối, JourneyStep vật lý và ActivityStep */
.journey-route{display:grid;grid-template-columns:minmax(180px,.8fr) auto minmax(260px,1.8fr) auto minmax(180px,.8fr);align-items:stretch;gap:14px;margin:32px 0;padding:18px;border:1px solid var(--border);border-radius:24px;background:var(--surface)}
.journey-route>span:not(.journey-route__line){display:flex;min-width:0;flex-direction:column;justify-content:center;gap:6px;padding:14px 16px;border-radius:16px;background:var(--mist)}
.journey-route small,.activity-steps small{font-family:var(--mono);font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;color:var(--stone)}
.journey-route strong{font-size:.96rem;line-height:1.45;overflow-wrap:anywhere}.journey-route__endpoint{background:var(--forest)!important;color:var(--surface)}.journey-route__endpoint small{color:rgba(255,255,255,.7)}.journey-route__line{align-self:center;font-size:1.3rem;color:var(--stone)}
.activity-steps{display:grid;gap:10px;margin:18px 0 8px;padding:0;list-style:none}.activity-steps li{display:grid;grid-template-columns:38px 1fr;gap:12px;padding:14px;border:1px solid var(--border);border-radius:14px;background:var(--mist)}.activity-steps li>span{display:grid;width:38px;height:38px;place-items:center;border-radius:50%;background:var(--forest);color:var(--surface);font-family:var(--mono);font-size:.78rem}.activity-steps li>div{display:grid;gap:3px}.activity-steps strong{font-size:1rem}.activity-steps p{margin:2px 0 0;font-size:.92rem}
@media(max-width:900px){.journey-route{grid-template-columns:1fr}.journey-route__line{justify-self:center;transform:rotate(90deg)}}

/* H10 Live weather: shared presentation for Home, Navigation and CJE Assistant. */
.live-weather-section{padding-top:clamp(2.5rem,5vw,5rem);padding-bottom:0}.live-weather{border:1px solid var(--border,#c8d1cb);border-radius:24px;background:linear-gradient(135deg,#173f31 0%,#224f5a 100%);color:#fff;padding:clamp(1.25rem,3vw,2.5rem);box-shadow:0 18px 45px rgba(20,57,44,.14)}.live-weather.is-loading{min-height:220px;display:grid;place-items:center}.live-weather.is-error{background:#fff;color:var(--forest,#173f31)}.live-weather__head{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem}.live-weather__head .eyebrow{color:rgba(255,255,255,.7)}.live-weather__head h2{font-size:clamp(1.55rem,3vw,2.8rem);margin:.35rem 0 0}.live-weather__temperature{font-size:clamp(3rem,7vw,6.5rem);font-weight:500;line-height:.9;letter-spacing:-.06em}.live-weather__summary{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:1px;margin:2rem 0;background:rgba(255,255,255,.18);border-radius:16px;overflow:hidden}.live-weather__summary span{display:flex;flex-direction:column;gap:.35rem;background:rgba(9,35,27,.28);padding:1rem}.live-weather__summary small,.live-weather__hours small{color:rgba(255,255,255,.68)}.live-weather__summary strong{font-size:1.05rem}.live-weather__hours{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.65rem}.live-weather__hours span{display:flex;flex-direction:column;gap:.25rem;padding:.85rem;border:1px solid rgba(255,255,255,.18);border-radius:12px}.live-weather__hours b{font-size:1.2rem}.live-weather__hours em{font-style:normal;color:#b9d9e8}.live-weather__advice{margin:1.5rem 0 0;padding:1rem 1.1rem;border-left:3px solid #d9c68f;background:rgba(255,255,255,.08);border-radius:0 12px 12px 0}.live-weather__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.7rem 1.2rem;margin-top:1rem;color:rgba(255,255,255,.7);font-size:.78rem}.live-weather__meta a{color:inherit}.live-weather__meta button{border:0;background:transparent;color:#fff;text-decoration:underline;cursor:pointer;padding:0}.navigation-context [data-context-weather].is-stale::after{content:" · gần nhất";opacity:.7}
.live-weather-hero{min-height:238px;display:flex;flex-direction:column;justify-content:center;gap:20px}.live-weather-hero.is-loading{align-items:flex-start}.live-weather-hero.is-error{color:#fff}.hero-weather__top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.hero-weather__top .eyebrow{color:rgba(255,255,255,.68)}.hero-weather__top h2{margin:7px 0 0;font-size:clamp(1.4rem,2.4vw,2rem);line-height:1.2}.hero-weather__temperature{font:500 clamp(3.1rem,5vw,5rem)/.9 var(--ui);letter-spacing:-.06em;white-space:nowrap}.hero-weather__metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-block:1px solid rgba(255,255,255,.22)}.hero-weather__metrics span{display:flex;min-width:0;flex-direction:column;gap:5px;padding:13px 12px}.hero-weather__metrics span+span{border-left:1px solid rgba(255,255,255,.22)}.hero-weather__metrics small{color:rgba(255,255,255,.65);font-size:.67rem}.hero-weather__metrics strong{font-size:.9rem;overflow-wrap:anywhere}.hero-weather__meta{display:flex;align-items:center;justify-content:space-between;gap:14px;color:rgba(255,255,255,.68);font-size:.67rem}.hero-weather__meta button,.hero-weather__retry{border:0;background:transparent;color:#fff;text-decoration:underline;cursor:pointer;padding:0;font:inherit;white-space:nowrap}
@media(max-width:900px){.live-weather__summary{grid-template-columns:repeat(3,1fr)}.live-weather__hours{grid-template-columns:repeat(3,1fr)}}
@media(max-width:560px){.live-weather__head{gap:1rem}.live-weather__temperature{font-size:3.4rem}.live-weather__summary{grid-template-columns:repeat(2,1fr)}.live-weather__hours{display:flex;overflow-x:auto}.live-weather__hours span{min-width:88px}.live-weather__meta{align-items:flex-start;flex-direction:column}.live-weather-hero{min-height:210px;gap:16px}.hero-weather__top{gap:14px}.hero-weather__temperature{font-size:3rem}.hero-weather__metrics span{padding:11px 8px}.hero-weather__meta{align-items:flex-start;flex-direction:column}}

/* Trang chủ: sức chứa theo từng khu vực; Human Actor dùng 4/2/1 thẻ và carousel khi vượt giới hạn. */
.home-showcase{min-width:0}.home-showcase__track.cards,.home-showcase__track.culture-grid,.home-showcase__track.stay-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.home-showcase__track>*{min-width:0}.home-showcase__track .stay-card:last-child{grid-column:auto}.home-showcase:not(.is-slider) .empty-card{grid-column:1/-1}
.home-showcase.is-slider .home-showcase__track{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:var(--home-showcase-card-width,calc((100% - 40px)/3));overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:auto;scroll-snap-type:x proximity;scroll-padding-inline:4px;scrollbar-width:none;cursor:grab;touch-action:pan-x pan-y pinch-zoom;-webkit-overflow-scrolling:touch}.home-showcase.is-slider .home-showcase__track.is-dragging,.home-showcase.is-slider .home-showcase__track.is-coasting{scroll-snap-type:none}.home-showcase.is-slider .home-showcase__track.is-dragging{cursor:grabbing;user-select:none}.home-showcase.is-slider .home-showcase__track:focus-visible{outline:2px solid var(--forest);outline-offset:4px}.home-showcase.is-slider .home-showcase__track::-webkit-scrollbar{display:none}.home-showcase.is-slider .home-showcase__track>*{scroll-snap-align:start;scroll-snap-stop:normal}
.home-showcase [data-home-card-href]{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.home-showcase [data-home-card-href]:hover,.home-showcase [data-home-card-href]:focus-within{border-color:rgba(25,57,44,.38);box-shadow:0 15px 34px rgba(25,57,44,.11);transform:translateY(-2px)}.home-showcase .home-showcase__track.is-dragging [data-home-card-href]{cursor:grabbing;transform:none}
.human-actor-home .human-actor-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch}.human-actor-home .human-actor-public-card{height:100%;min-height:0}.human-actor-home .human-actor-public-card__media img{display:block}.human-actor-home .human-actor-public-card__body{height:100%}.human-actor-home .human-actor-public-card__meta{max-height:58px;overflow:hidden}.human-actor-home .human-actor-public-card__body .btn,.human-actor-home .human-actor-public-card__link{margin-top:auto}
.home-showcase__dots{display:flex;min-height:28px;align-items:center;justify-content:center;gap:3px;margin-top:14px}.home-showcase__dots[hidden]{display:none}.home-showcase__dot{width:32px;height:28px;display:grid;place-items:center;padding:0;border:0;background:transparent;cursor:pointer}.home-showcase__dot::before{width:8px;height:8px;border-radius:999px;background:rgba(25,57,44,.28);content:"";transition:width .2s ease,background-color .2s ease,transform .2s ease}.home-showcase__dot:hover::before{background:rgba(25,57,44,.55);transform:scale(1.12)}.home-showcase__dot[aria-current="true"]::before{width:24px;background:var(--forest);transform:none}.home-showcase__dot:focus-visible{outline:2px solid var(--forest);outline-offset:1px;border-radius:999px}
@media(max-width:1000px){.human-actor-home .human-actor-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.human-actor-home .human-actor-grid{grid-template-columns:1fr}.home-showcase.is-slider .home-showcase__track{grid-auto-columns:min(84vw,340px);gap:14px;padding-bottom:2px}.home-showcase__dots{display:none}}

/* H14 · Mạch khám phá liên tục dưới mỗi Discovery Point. */
.place-continuation{margin:64px 0 16px;padding-top:34px;border-top:1px solid var(--border)}.place-continuation__head{display:flex;align-items:end;justify-content:space-between;gap:24px}.place-continuation__head h2{margin:7px 0;color:var(--forest);font-size:clamp(1.6rem,3vw,2.5rem)}.place-continuation__head p:not(.eyebrow){margin:0;color:var(--stone);font-size:.76rem}.place-continuation__head>strong{color:var(--forest);font:500 clamp(1.8rem,4vw,3rem)/1 var(--mono)}.place-continuation__progress{height:7px;overflow:hidden;margin:18px 0 24px;border-radius:99px;background:var(--mist)}.place-continuation__progress span{height:100%;display:block;border-radius:inherit;background:linear-gradient(90deg,var(--earth),var(--forest));transition:width .35s ease}.place-continuation__layout{display:grid;grid-template-columns:minmax(250px,.7fr) minmax(0,1.3fr);gap:18px}.place-continuation__viewed{padding:22px}.place-continuation__viewed>div{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.place-continuation__viewed a{padding:7px 10px;border:1px solid var(--border);border-radius:999px;color:var(--stone);font-size:.65rem}.place-continuation__viewed a:hover,.place-continuation__viewed a[aria-current="page"]{border-color:var(--forest);background:var(--mist);color:var(--forest)}.place-continuation__next{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(0,1.3fr);overflow:hidden}.place-continuation__image{min-height:240px;background:var(--mist)}.place-continuation__image img{width:100%;height:100%;display:block;object-fit:cover}.place-continuation__next>div:last-child{display:flex;align-items:flex-start;flex-direction:column;padding:25px}.place-continuation__next h3{margin:7px 0;color:var(--forest);font-size:1.35rem}.place-continuation__next p:not(.eyebrow){margin:0 0 20px;color:var(--stone);font-size:.76rem;line-height:1.65}.place-continuation__next .btn{margin-top:auto}
@media(max-width:760px){.place-continuation{margin-top:44px}.place-continuation__head{align-items:flex-start}.place-continuation__layout,.place-continuation__next{grid-template-columns:1fr}.place-continuation__image{min-height:0;aspect-ratio:3/2}.place-continuation__viewed>div{flex-wrap:nowrap;overflow-x:auto;padding-bottom:5px}.place-continuation__viewed a{flex:none}.place-continuation__next .btn{width:100%}}

/* H31-R1 · Human Actor User-bound invitation and owned profile review. */
.human-actor-owner-center{display:grid;gap:18px;margin:0 0 18px;padding:24px}.human-actor-owner-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.human-actor-owner-head h2{margin:5px 0;color:var(--forest);font-size:1.3rem}.human-actor-owner-head p:last-child{max-width:720px;margin:0;color:var(--stone);font-size:.76rem;line-height:1.65}
.human-actor-owner-center>details{border-top:1px solid var(--border);padding-top:15px}.human-actor-owner-center>details>summary{color:var(--forest);font-weight:600;cursor:pointer}.human-actor-owner-center>details[open]>summary{margin-bottom:18px}
.human-actor-owner-status{display:flex;flex-wrap:wrap;gap:8px}.human-actor-owner-status span{padding:7px 10px;border-radius:999px;background:var(--mist);color:var(--forest);font:500 .66rem var(--mono)}.human-actor-owner-status .is-verified{background:#dcefe4}.human-actor-owner-status .is-submitted,.human-actor-owner-status .is-under_review{background:#fff1c9}.human-actor-owner-status .is-changes_requested,.human-actor-owner-status .is-rejected{background:#fbe4df;color:#8d3228}
.human-actor-review-note{margin:0;padding:12px 14px;border-left:3px solid var(--earth);border-radius:0 9px 9px 0;background:#fff8e9;color:var(--stone);font-size:.75rem}.human-actor-review-note strong{color:var(--forest)}
.human-actor-owner-form{display:grid;grid-template-columns:1fr 1fr;gap:14px}.human-actor-owner-form label{display:grid;gap:7px;color:var(--forest);font-size:.7rem;font-weight:600}.human-actor-owner-form input,.human-actor-owner-form select,.human-actor-owner-form textarea{width:100%;border:1px solid var(--border);border-radius:9px;background:var(--surface);padding:11px 12px;color:var(--ink);font:400 .82rem/1.5 var(--ui)}.human-actor-owner-form textarea{resize:vertical}.human-actor-owner-form input:disabled,.human-actor-owner-form select:disabled,.human-actor-owner-form textarea:disabled{background:var(--mist);color:var(--stone)}.human-actor-owner-form__wide{grid-column:1/-1}.human-actor-owner-actions{display:flex;flex-wrap:wrap;gap:9px}.human-actor-owner-form .form-message{margin:0;min-height:20px;color:var(--stone)}
.human-actor-invitation{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px;border:1px solid #d7c493;border-radius:12px;background:#fff9e8}.human-actor-invitation h3{margin:4px 0;color:var(--forest)}.human-actor-invitation p:last-child{margin:0;color:var(--stone);font-size:.72rem}.human-actor-invitation>div:last-child{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
@media(max-width:680px){.human-actor-owner-center{padding:18px}.human-actor-owner-form{grid-template-columns:1fr}.human-actor-owner-form__wide{grid-column:auto}.human-actor-owner-actions{display:grid;grid-template-columns:1fr}.human-actor-owner-actions .btn{width:100%}.human-actor-invitation{align-items:flex-start;flex-direction:column}.human-actor-invitation>div:last-child{width:100%;display:grid;grid-template-columns:1fr 1fr}.human-actor-invitation .btn{width:100%}}

/* H33 · Directory, dedicated profile and Journey-scoped time-bound connections. */
.human-actor-price{display:block;color:var(--earth);font-size:.78rem}.human-actor-directory-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;padding:54px 0 30px}.human-actor-directory-hero h1{max-width:760px;margin:8px 0;color:var(--forest);font:500 clamp(2rem,5vw,4rem)/1.05 var(--serif)}.human-actor-directory-hero p:last-child{max-width:720px;color:var(--stone);line-height:1.7}.human-actor-directory-hero>strong{display:grid;place-items:center;min-width:150px;aspect-ratio:1;border:1px solid var(--border);border-radius:50%;color:var(--forest);font:500 2.6rem var(--serif)}.human-actor-directory-hero>strong small{font:500 .62rem var(--mono);text-transform:uppercase}.human-actor-directory{padding-bottom:64px}.human-actor-directory__toolbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(180px,260px);gap:12px;margin-bottom:22px}.human-actor-directory__toolbar label{display:grid;gap:6px;color:var(--forest);font-size:.7rem;font-weight:600}.human-actor-directory__toolbar input,.human-actor-directory__toolbar select{width:100%;border:1px solid var(--border);border-radius:10px;background:var(--surface);padding:12px 14px;color:var(--ink);font:400 .82rem var(--ui)}.human-actor-directory__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.human-actor-detail{padding:44px 0 70px}.human-actor-detail>header{display:grid;grid-template-columns:180px minmax(0,1fr) minmax(220px,290px);gap:28px;align-items:center;padding:28px;border:1px solid var(--border);border-radius:22px;background:var(--surface)}.human-actor-detail__avatar{display:grid;place-items:center;aspect-ratio:1;overflow:hidden;border-radius:18px;background:var(--forest);color:#fff;font:500 2.4rem var(--serif)}.human-actor-detail__avatar img{width:100%;height:100%;object-fit:cover}.human-actor-detail>header h1{margin:6px 0;color:var(--forest);font:500 clamp(2rem,4vw,3.5rem)/1.08 var(--serif)}.human-actor-detail>header>div:nth-child(2)>p:last-of-type{max-width:720px;color:var(--stone);line-height:1.7}.human-actor-detail>header>aside{display:grid;gap:9px;padding:18px;border-left:1px solid var(--border)}.human-actor-detail>header>aside span{color:var(--forest);font:500 .67rem var(--mono);text-transform:uppercase}.human-actor-detail>header>aside strong{color:var(--earth);font-size:1rem}.human-actor-detail>header>aside small{color:var(--stone);line-height:1.6}.human-actor-detail__layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.62fr);gap:24px;margin-top:24px}.human-actor-detail__layout>section{display:grid;gap:20px}.human-actor-detail__layout .card{padding:24px}.human-actor-detail__facts{display:grid;gap:15px}.human-actor-detail__facts div{display:grid;grid-template-columns:160px 1fr;gap:16px;border-top:1px solid var(--border);padding-top:13px}.human-actor-detail__facts dt{color:var(--stone);font-size:.72rem}.human-actor-detail__facts dd{margin:0;color:var(--forest);font-weight:600}.human-actor-detail__journeys{display:grid;gap:10px;padding:0;list-style:none}.human-actor-detail__journeys li{display:flex;justify-content:space-between;gap:16px;border-top:1px solid var(--border);padding-top:12px}.human-actor-request-form{display:grid;gap:13px;margin-top:17px}.human-actor-request-form>div{display:grid;grid-template-columns:1fr 1fr;gap:11px}.human-actor-request-form label{display:grid;gap:6px;color:var(--forest);font-size:.7rem;font-weight:600}.human-actor-request-form input,.human-actor-request-form select,.human-actor-request-form textarea{width:100%;border:1px solid var(--border);border-radius:9px;background:var(--surface);padding:10px 11px;color:var(--ink);font:400 .78rem var(--ui)}.human-actor-request-consent{grid-template-columns:auto 1fr!important;align-items:start}.human-actor-request-consent input{width:auto}.human-actor-request-panel{display:grid;gap:12px;margin-top:16px;padding:16px;border-radius:12px;background:var(--mist)}.human-actor-request-history{display:grid;gap:8px;margin-top:18px;border-top:1px solid var(--border);padding-top:16px}.human-actor-request-history p{display:grid;gap:3px;margin:0}.human-actor-request-history span{color:var(--stone);font-size:.7rem}
.human-actor-connections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.human-actor-connection-card{display:grid;gap:16px;padding:20px}.human-actor-connection-card__identity{display:flex;align-items:center;gap:13px}.human-actor-connection-card__identity>img,.human-actor-connection-card__identity>span{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;object-fit:cover;background:var(--forest);color:#fff;font:500 1rem var(--serif)}.human-actor-connection-card__identity h3{margin:3px 0;color:var(--forest)}.human-actor-connection-card dl{display:grid;gap:9px;margin:0}.human-actor-connection-card dl div{display:grid;grid-template-columns:100px 1fr;gap:12px}.human-actor-connection-card dt{color:var(--stone);font-size:.68rem}.human-actor-connection-card dd{margin:0;color:var(--forest);font-size:.72rem}.human-actor-connection-card__actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.human-actor-inbox{display:grid;gap:16px;margin:0 0 18px;padding:24px}.human-actor-inbox__list{display:grid;gap:12px}.human-actor-inbox__list article{display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid var(--border);border-radius:12px;padding:16px}.human-actor-inbox__list h3{margin:3px 0;color:var(--forest)}.human-actor-inbox__list p{margin:4px 0;color:var(--stone);font-size:.75rem}.human-actor-inbox__list small{color:var(--earth)}.human-actor-inbox__list article>div:last-child{display:flex;gap:8px}
@media(max-width:1000px){.human-actor-directory__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.human-actor-detail>header{grid-template-columns:140px 1fr}.human-actor-detail>header>aside{grid-column:1/-1;border-top:1px solid var(--border);border-left:0}.human-actor-detail__layout{grid-template-columns:1fr}}
@media(max-width:700px){.human-actor-directory-hero{grid-template-columns:1fr;padding-top:34px}.human-actor-directory-hero>strong{display:none}.human-actor-directory__toolbar,.human-actor-directory__grid,.human-actor-connections{grid-template-columns:1fr}.human-actor-detail{padding-top:24px}.human-actor-detail>header{grid-template-columns:1fr;padding:18px}.human-actor-detail__avatar{width:120px}.human-actor-detail__facts div{grid-template-columns:1fr;gap:4px}.human-actor-request-form>div{grid-template-columns:1fr}.human-actor-inbox__list article{align-items:flex-start;flex-direction:column}.human-actor-inbox__list article>div:last-child{width:100%;display:grid;grid-template-columns:1fr 1fr}.human-actor-connection-card__actions{align-items:stretch;flex-direction:column}}

/* H33-R1 · Profile Command Center: urgent, management and information groups. */
.profile-command-center{min-width:0;margin:24px 0 56px}.profile-command-center__head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;margin-bottom:18px;padding:26px 28px;border:1px solid var(--border);border-radius:20px;background:linear-gradient(135deg,var(--surface) 0%,#eef3ef 100%)}.profile-command-center__head h2{margin:6px 0;color:var(--forest);font:500 clamp(1.45rem,2.8vw,2.2rem)/1.16 var(--serif)}.profile-command-center__head>div>p:last-child{max-width:720px;margin:0;color:var(--stone);font-size:.76rem;line-height:1.65}.profile-command-center__sync{display:flex;flex:none;align-items:center;gap:8px;margin:0;padding:9px 12px;border:1px solid rgba(25,57,44,.14);border-radius:999px;background:rgba(255,255,255,.7);color:var(--forest);font:500 .64rem var(--mono);white-space:nowrap}.profile-command-center__sync span{width:8px;height:8px;border-radius:50%;background:#4f9a69;box-shadow:0 0 0 4px rgba(79,154,105,.14)}
.profile-group-nav{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:stretch;gap:10px;margin-bottom:14px}.profile-group-nav__arrow{display:grid;place-items:center;border:1px solid var(--border);border-radius:13px;background:var(--surface);color:var(--forest);font-size:1rem;cursor:pointer}.profile-group-nav__arrow:hover:not(:disabled){border-color:var(--forest);background:var(--mist)}.profile-group-nav__arrow:disabled{opacity:.32;cursor:not-allowed}.profile-group-tabs{min-width:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.profile-group-tabs [role="tab"]{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--border);border-radius:13px;background:var(--surface);padding:14px 16px;color:var(--stone);font:600 .75rem var(--ui);text-align:left;cursor:pointer;transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease}.profile-group-tabs [role="tab"]:hover{border-color:rgba(25,57,44,.42);color:var(--forest);transform:translateY(-1px)}.profile-group-tabs [role="tab"].is-active{border-color:var(--forest);background:var(--forest);color:var(--surface);box-shadow:0 10px 24px rgba(25,57,44,.14)}.profile-group-tabs [role="tab"] strong,.profile-group-tabs [role="tab"] small{display:grid;place-items:center;min-width:28px;height:25px;margin:0;border-radius:999px;background:var(--mist);color:var(--forest);font:600 .62rem var(--mono)}.profile-group-tabs [role="tab"].is-active strong,.profile-group-tabs [role="tab"].is-active small{background:rgba(255,255,255,.16);color:#fff}.profile-group-tabs [data-profile-group-tab="urgent"] strong:not(:empty){background:#f5dfd9;color:#8d3228}.profile-group-tabs [data-profile-group-tab="urgent"].is-active strong{background:#fff;color:#8d3228}
.profile-group-viewport{min-width:0;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;transition:height .24s ease;touch-action:pan-x pan-y pinch-zoom;-webkit-overflow-scrolling:touch}.profile-group-viewport::-webkit-scrollbar{display:none}.profile-group-viewport:focus-visible{outline:2px solid var(--forest);outline-offset:4px;border-radius:16px}.profile-group-track{display:flex;align-items:flex-start}.profile-group-panel{box-sizing:border-box;flex:0 0 100%;min-width:0;padding:4px;scroll-snap-align:start;scroll-snap-stop:always}.profile-group-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:13px;padding:19px 21px;border-left:3px solid var(--forest);border-radius:0 14px 14px 0;background:var(--mist)}.profile-group-panel__head h3{margin:4px 0;color:var(--forest);font-size:1.18rem}.profile-group-panel__head>div>p:last-child{margin:0;color:var(--stone);font-size:.72rem;line-height:1.55}.profile-group-panel__content{display:grid;gap:13px}.profile-group-panel__content>.card,.profile-group-panel__content>.actor-section,.profile-group-panel__content>.account-panel{margin:0}.profile-group-panel__content>.account-panel[hidden]{display:none}
.profile-disclosure{overflow:hidden;border:1px solid var(--border);border-radius:15px;background:var(--surface)}.profile-disclosure>summary{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px;color:var(--forest);cursor:pointer;list-style:none}.profile-disclosure>summary::-webkit-details-marker{display:none}.profile-disclosure>summary>span:first-child{display:grid;gap:4px}.profile-disclosure>summary strong{font-size:.86rem}.profile-disclosure>summary small{color:var(--stone);font-size:.68rem;font-weight:400;line-height:1.5}.profile-disclosure__state{display:grid;flex:none;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--mist)}.profile-disclosure__state::before{content:"+";font-size:1rem}.profile-disclosure[open] .profile-disclosure__state::before{content:"−"}.profile-disclosure[open]>summary{border-bottom:1px solid var(--border);background:#f8faf8}.profile-disclosure__body{padding:18px}.profile-disclosure__body>.actor-section,.profile-disclosure__body>.profile-grid,.profile-disclosure__body>.account-profile-overview{margin:0}.profile-disclosure__body>.actor-section{padding-top:0}.profile-disclosure__body>.actor-section>.section-head:first-child,.profile-disclosure__body>.profile-grid .section-head:first-child{margin-top:0}
.profile-group-empty{display:flex;align-items:center;gap:16px;padding:20px}.profile-group-empty>span{display:grid;flex:none;place-items:center;width:42px;height:42px;border-radius:50%;background:#dcefe4;color:var(--forest);font-weight:700}.profile-group-empty h3,.profile-urgent-card h3{margin:0 0 5px;color:var(--forest)}.profile-group-empty p,.profile-urgent-card p{margin:0;color:var(--stone);font-size:.72rem;line-height:1.55}.profile-urgent-card{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px;border-color:#d7c493;background:#fff9e8}.profile-group-panel .human-actor-inbox{padding:20px}.profile-group-panel .human-actor-invitation{margin:0}.profile-group-panel>[data-profile-urgent-message]{min-height:20px;margin:10px 2px 0}.profile-group-panel .human-actor-owner-center>details{margin-top:2px}
@media(max-width:760px){.profile-command-center{margin-top:18px}.profile-command-center__head{align-items:flex-start;flex-direction:column;padding:20px}.profile-command-center__sync{white-space:normal}.profile-group-nav{grid-template-columns:38px minmax(0,1fr) 38px;gap:7px}.profile-group-tabs{display:flex;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x proximity}.profile-group-tabs::-webkit-scrollbar{display:none}.profile-group-tabs [role="tab"]{flex:0 0 min(72vw,230px);scroll-snap-align:center;padding:12px 14px}.profile-group-panel{padding:2px}.profile-group-panel__head{padding:16px}.profile-disclosure>summary{padding:16px}.profile-disclosure__body{padding:14px}.profile-urgent-card{align-items:flex-start;flex-direction:column}.profile-urgent-card .btn{width:100%}.profile-group-panel .human-actor-invitation>div:last-child{grid-template-columns:1fr}.profile-group-panel .human-actor-inbox__list article>div:last-child{grid-template-columns:1fr}.profile-group-panel .account-profile-controls{padding:18px}}
@media(prefers-reduced-motion:reduce){.profile-group-viewport{scroll-behavior:auto;transition:none}.profile-group-tabs [role="tab"]{transition:none}}

/* H33-R2 · Human Actor pages inherit the Journey catalog and detail visual system. */
.page-shell--human-actor{padding:0}.human-actor-loading{padding-top:64px;padding-bottom:64px}.human-actor-loading h1{margin:8px 0;color:var(--forest);font-size:clamp(2rem,5vw,4rem)}
.human-actor-directory-hero{display:block;padding:0}.human-actor-directory-hero .journeys-hero__content{align-items:end}.human-actor-directory{padding-bottom:42px}.human-actor-directory__toolbar{margin-bottom:24px}.human-actor-directory__toolbar .journeys-filters{max-width:min(48vw,620px);overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.human-actor-directory__toolbar .journeys-filters::-webkit-scrollbar{display:none}.human-actor-directory__toolbar .journeys-filters button{flex:none}.human-actor-directory__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.human-actor-directory__grid:empty{display:none}.human-actor-public-card--directory{grid-template-columns:34% minmax(0,1fr);min-height:340px}.human-actor-public-card--directory .human-actor-public-card__media{position:relative;min-height:100%;isolation:isolate;background:linear-gradient(155deg,#87998d,var(--forest))}.human-actor-public-card--directory .human-actor-public-card__media>img{position:absolute;z-index:0;inset:0;width:100%;height:100%;min-height:0;object-fit:cover}.human-actor-public-card--directory .human-actor-public-card__media>.human-actor-public-card__initials{position:absolute;z-index:0;inset:0;display:grid;place-items:center;color:rgba(252,251,247,.9);font:500 clamp(2rem,5vw,4.2rem) var(--serif)}.human-actor-public-card--directory .human-actor-public-card__media:before{z-index:1}.human-actor-public-card--directory .human-actor-public-card__media>span:not(.human-actor-public-card__initials),.human-actor-public-card--directory .human-actor-public-card__media>strong{z-index:2}.human-actor-public-card--directory .human-actor-public-card__summary{-webkit-line-clamp:3}.human-actor-public-card--directory .journey-proof strong{font-size:.72rem}.human-actor-directory-cta{margin-top:6px}
.human-actor-back-link{display:inline-flex;align-items:center;margin:25px 0 0;color:var(--forest);font-size:.72rem;font-weight:600}.human-actor-back-link:hover{text-decoration:underline}.human-actor-detail{padding:0 0 70px}.human-actor-detail-hero{grid-template-columns:minmax(250px,.68fr) minmax(0,1fr) minmax(235px,285px);margin:18px 0 38px;padding-top:30px}.human-actor-detail-hero .human-actor-detail__avatar{width:100%;height:auto;aspect-ratio:4/5;border-radius:14px}.human-actor-detail-hero .human-actor-detail__avatar>img{width:100%;height:100%;object-fit:cover}.human-actor-detail-hero .human-actor-detail__avatar>span{display:grid;width:100%;height:100%;place-items:center;color:#fff;font:500 clamp(2.4rem,6vw,5rem) var(--serif)}.human-actor-detail-hero__copy>p:not(.eyebrow){max-width:720px;color:var(--stone);font:400 1rem/1.75 var(--story)}.human-actor-detail-hero__copy .tag-row{margin-top:20px}.human-actor-detail-price{display:grid;align-content:start;gap:4px}.human-actor-detail-price .btn{width:100%;margin-top:15px}.human-actor-detail__layout{grid-template-columns:minmax(0,1fr) 360px;gap:28px;margin-top:0}.human-actor-detail__content{display:grid;gap:42px}.human-actor-detail__facts,.human-actor-detail__journeys{display:grid;gap:12px}.human-actor-detail__facts .timeline-step h3{overflow-wrap:anywhere;font-size:1.05rem}.human-actor-detail__journeys-section{display:grid}.human-actor-detail__journeys .timeline-step{align-items:start}.human-actor-detail__journeys .timeline-step a{margin-top:10px}.human-actor-detail__aside{position:sticky;top:92px}.human-actor-request-card{box-shadow:0 18px 50px rgba(25,57,44,.08)}.human-actor-request-card>h2{margin:7px 0;color:var(--forest);font-size:1.45rem}.human-actor-request-card>p{margin:0 0 16px;line-height:1.65}.human-actor-request-card .human-actor-request-form{margin-top:0}.human-actor-request-card .human-actor-request-form>div{grid-template-columns:1fr}.human-actor-request-card .human-actor-request-form>.btn{width:100%}.human-actor-request-card .human-actor-request-panel{margin-top:0}.human-actor-detail__aside>.btn{width:100%}
@media(max-width:1050px){.human-actor-directory__toolbar .journeys-filters{max-width:none}.human-actor-detail-hero{grid-template-columns:minmax(220px,.58fr) minmax(0,1fr)}.human-actor-detail-hero .human-actor-detail-price{grid-column:1/-1;width:100%}.human-actor-detail-price .btn{width:min(100%,320px)}}
@media(max-width:900px){.human-actor-detail-hero{grid-template-columns:1fr}.human-actor-detail-hero .human-actor-detail__avatar{width:min(100%,520px);aspect-ratio:16/10}.human-actor-detail-hero .human-actor-detail-price{grid-column:auto}.human-actor-detail__layout{grid-template-columns:1fr}.human-actor-detail__aside{position:static}.human-actor-detail__content{order:2}}
@media(max-width:760px){.human-actor-loading{padding:44px 0}.human-actor-directory__toolbar .journeys-filters{max-width:100%}.human-actor-directory-cta{margin-top:0}.human-actor-back-link{margin-top:18px}.human-actor-detail{padding-bottom:28px}.human-actor-detail-hero{margin-top:10px;padding-top:22px}.human-actor-detail__content{gap:32px}}
@media(max-width:430px){.human-actor-public-card--directory{grid-template-columns:1fr;min-height:0}.human-actor-public-card--directory .human-actor-public-card__media{min-height:0;aspect-ratio:16/10}.human-actor-detail-hero .human-actor-detail__avatar{aspect-ratio:4/3}.human-actor-detail-price .btn{width:100%}}
@media(prefers-reduced-motion:reduce){.human-actor-public-card--directory{transition:none}}

/* H34-R2 · Mobile title containment across public Discovery pages. */
.place-continuation__layout,
.place-continuation__viewed,
.place-continuation__viewed>div,
.place-continuation__next>div:last-child,
.place-body,
.culture-card__content,
.journey-list-card__body,
.journey-human-actor-card__identity>div,
.journeys-active>div,
.human-actor-public-card__body,
.human-actor-detail-hero__copy,
.human-actor-invitation>div:first-child,
.human-actor-connection-card__identity>div,
.human-actor-inbox__list article>div:first-child,
.stay-detail-hero__copy,
.stay-location>div,
.stay-detail-availability__head>div,
.section-head>div,
.place-video-card__head>div,
.proof-intro,
.history-card>div,
.history-card>div>div,
.map-place-item>span,
.timeline-step>div{
  min-width:0;
  max-width:100%;
}

main h1,
main h2,
main h3,
.place-continuation__viewed a,
.page-shell__header h1,
.detail-hero h1,
.runtime-head h1,
.map-page-head h1,
.profile-head h1,
.place-hero h1,
.stay-detail-hero__copy h1,
.stay-location h2,
.stay-detail-availability__head h3,
.place h3,
.stay-card__body h3,
.stay-recommendation-card__body h3,
.place-continuation__next h3,
.journey-card h3,
.journey-list-card h3,
.journey-history-card h3,
.history-card h3,
.human-actor-public-card__body h3,
.human-actor-detail-hero__copy h1,
.human-actor-detail__facts .timeline-step h3,
.human-actor-detail__journeys .timeline-step h3,
.map-place-item strong{
  max-width:100%;
  overflow-wrap:anywhere;
  word-break:normal;
}

.place-continuation__viewed a{
  min-width:0;
  white-space:normal;
}

@media(max-width:760px){
  .place-continuation__layout{
    grid-template-columns:minmax(0,1fr);
  }

  .place-continuation__viewed>div{
    flex-wrap:wrap;
    overflow-x:visible;
  }

  .place-continuation__viewed a{
    flex:0 1 auto;
  }

  .history-card{
    align-items:flex-start;
    flex-direction:column;
    gap:14px;
  }

  .history-card>a{
    align-self:flex-start;
  }
}

/* H34-R3 · Human Actor directory controls inherit the compact Journey toolbar. */
.human-actor-directory__toolbar label.journeys-search{
  box-sizing:border-box;
  min-width:0;
  min-height:48px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 14px;
  border:1px solid var(--border);
  border-radius:9px;
  background:var(--surface);
  color:var(--stone);
  font:400 .82rem var(--ui);
}

.human-actor-directory__toolbar label.journeys-search>span[aria-hidden="true"]{
  position:relative;
  width:18px;
  height:18px;
  display:block;
  flex:0 0 18px;
  overflow:visible;
  color:currentColor;
  font-size:0;
}

.human-actor-directory__toolbar label.journeys-search>span[aria-hidden="true"]::before{
  content:"";
  position:absolute;
  top:2px;
  left:2px;
  width:9px;
  height:9px;
  border:1.7px solid currentColor;
  border-radius:50%;
}

.human-actor-directory__toolbar label.journeys-search>span[aria-hidden="true"]::after{
  content:"";
  position:absolute;
  top:12px;
  left:11px;
  width:6px;
  height:1.7px;
  border-radius:999px;
  background:currentColor;
  transform:rotate(45deg);
  transform-origin:left center;
}

.human-actor-directory__toolbar label.journeys-search>input[type="search"]{
  min-width:0;
  min-height:0;
  width:100%;
  flex:1 1 auto;
  margin:0;
  padding:0;
  border:0;
  border-radius:0;
  outline:0;
  appearance:none;
  background:transparent;
  color:var(--charcoal);
  font:inherit;
}

.human-actor-directory__toolbar label.journeys-sort{
  min-width:0;
  display:flex;
  align-items:center;
  gap:8px;
  color:var(--stone);
  font:500 .72rem var(--ui);
  white-space:nowrap;
}

.human-actor-directory__toolbar label.journeys-sort>select{
  min-width:0;
  width:auto;
  min-height:42px;
  padding:7px 30px 7px 10px;
  border:1px solid var(--border);
  border-radius:8px;
  background-color:var(--surface);
  color:var(--forest);
  font:500 .76rem var(--ui);
}

@media(max-width:760px){
  .human-actor-directory__toolbar label.journeys-sort>select{
    width:100%;
    flex:1 1 auto;
  }
}

/* H35-R2: nút giữa là Tài khoản, nhấn bằng màu trạng thái thay cho vòng tròn nổi. */
.mobile-nav[data-navigation-shell="h35"] .scan{
  width:auto;
  min-height:50px;
  margin-top:0;
  border-radius:10px;
  background:none;
  color:var(--stone);
  box-shadow:none;
}
.mobile-nav[data-navigation-shell="h35"] .scan .icon{
  width:30px;
  height:30px;
  font-size:1.65rem;
  line-height:1;
}
.mobile-nav[data-navigation-shell="h35"] .scan[data-account-state="guest"] .icon{color:var(--danger)}
.mobile-nav[data-navigation-shell="h35"] .scan[data-account-state="authenticated"] .icon{color:var(--success)}
.mobile-nav[data-navigation-shell="h35"] .scan[aria-current="page"]{
  background:var(--mist);
  color:var(--forest);
  box-shadow:none;
}
@media(max-width:640px){
  .mobile-nav[data-navigation-shell="h35"] .scan{
    width:auto;
    min-height:46px;
    margin-top:0;
  }
  .mobile-nav[data-navigation-shell="h35"] .scan .icon{
    width:29px;
    height:29px;
    font-size:1.58rem;
  }
}

/* H35-R3: active chỉ đổi màu icon và nhãn; không nền khối hoặc bóng. */
.mobile-nav[data-navigation-shell="h35"]{
  align-items:center;
  padding-block:8px;
}
.mobile-nav[data-navigation-shell="h35"] a,
.mobile-nav[data-navigation-shell="h35"] button,
.mobile-nav[data-navigation-shell="h35"] .scan{
  min-height:48px;
  gap:0;
  margin-top:0;
  border-radius:0;
  background:none!important;
  color:var(--stone);
  box-shadow:none!important;
}
.mobile-nav[data-navigation-shell="h35"] a[aria-current="page"],
.mobile-nav[data-navigation-shell="h35"] button[aria-current="page"],
.mobile-nav[data-navigation-shell="h35"] .scan[aria-current="page"]{
  background:none!important;
  color:var(--forest);
  box-shadow:none!important;
}
.mobile-nav[data-navigation-shell="h35"] a[aria-current="page"] .icon,
.mobile-nav[data-navigation-shell="h35"] button[aria-current="page"] .icon{
  color:var(--forest);
}
.mobile-nav[data-navigation-shell="h35"] .scan[data-account-state="guest"] .icon{
  color:var(--danger);
}
.mobile-nav[data-navigation-shell="h35"] .scan[data-account-state="guest"]{
  color:var(--danger);
}
.mobile-nav[data-navigation-shell="h35"] .scan[data-account-state="authenticated"] .icon{
  color:var(--success);
}
.mobile-nav[data-navigation-shell="h35"] .scan[data-account-state="authenticated"]{
  color:var(--success);
}
@media(max-width:640px){
  .mobile-nav[data-navigation-shell="h35"] a,
  .mobile-nav[data-navigation-shell="h35"] button,
  .mobile-nav[data-navigation-shell="h35"] .scan{
    min-height:44px;
  }
}
