:root{--ink:#1c2b3a;--cream:#fbf7ee;--sand:#ede8dd;--gold:#b8894a;--muted:#6f766f;--danger:#a8492c;--white:#fff;--line:rgba(28,43,58,.13)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--sand);color:var(--ink)}button,input,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}
.shell{max-width:520px;margin:0 auto;min-height:100vh;background:var(--cream);box-shadow:0 0 0 1px rgba(28,43,58,.06)}
.topbar{position:sticky;top:0;z-index:20;background:var(--ink);color:var(--cream);padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:12px}.brand{font-family:Georgia,serif;font-size:18px;letter-spacing:.02em}.brand small{display:block;color:var(--gold);font-family:inherit;font-size:10px;letter-spacing:.18em;text-transform:uppercase;margin-top:2px}.icon-btn,.pill{border:1px solid rgba(255,255,255,.24);background:transparent;color:inherit;border-radius:999px;padding:8px 11px}.pill.dark{background:var(--ink);color:var(--cream);border-color:var(--ink)}.pill.gold{background:var(--gold);color:var(--ink);border:none;font-weight:700}
.hero{padding:26px 20px 18px;text-align:center}.seal{width:64px;height:64px;border-radius:50%;margin:0 auto 12px;display:grid;place-items:center;border:2px solid var(--gold);outline:1px solid rgba(184,137,74,.45);outline-offset:-6px;font-family:Georgia,serif;font-weight:700;background:radial-gradient(circle at 35% 30%,#fff,#ede3cc)}.eyebrow{font-size:10px;text-transform:uppercase;letter-spacing:.22em;color:var(--gold)}h1,h2,h3{font-family:Georgia,serif;margin:0}h1{font-size:28px;margin-top:5px}.subtle{color:rgba(28,43,58,.58);font-size:13px}.langs{display:flex;flex-wrap:wrap;gap:7px;justify-content:center;margin-top:15px}.lang{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700}.lang.active{background:var(--ink);color:var(--cream)}
.menu{padding:0 16px 20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.menu-btn{min-height:82px;border:1px solid var(--line);background:#fff;border-radius:16px;padding:12px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px;color:var(--ink);box-shadow:0 3px 14px rgba(28,43,58,.04)}.menu-btn .emoji{font-size:22px}.menu-btn span:last-child{font-size:12px;font-weight:700;text-align:center}.menu-btn.active{background:var(--ink);color:var(--cream);border-color:var(--ink)}
.panel{margin:0 16px 20px;border:1px solid var(--line);background:#fff;border-radius:18px;overflow:hidden}.panel-head{padding:16px 16px 10px;display:flex;align-items:center;gap:10px;border-bottom:1px solid rgba(28,43,58,.08)}.panel-head .emoji{font-size:20px}.panel-body{padding:16px}.lead{white-space:pre-wrap;line-height:1.6;color:rgba(28,43,58,.82);font-size:14px}.empty{padding:14px;border:1px dashed rgba(28,43,58,.22);border-radius:12px;color:rgba(28,43,58,.55);font-size:13px;background:var(--cream)}
.step{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);gap:12px;align-items:stretch;margin-top:14px;border-top:1px solid rgba(28,43,58,.08);padding-top:14px}.media{border-radius:14px;overflow:hidden;background:#e5e0d7;min-height:150px;display:flex;align-items:center;justify-content:center}.media img,.media video{width:100%;height:100%;object-fit:cover;display:block;max-height:240px}.step-text{padding:4px 2px}.step-no{font-size:10px;text-transform:uppercase;letter-spacing:.14em;color:var(--gold);font-weight:800}.step-text p{white-space:pre-wrap;line-height:1.55;margin:7px 0 0;font-size:13px;color:rgba(28,43,58,.84)}
.footer{padding:18px 20px 34px;text-align:center;color:rgba(28,43,58,.5);font-size:11px;border-top:1px solid rgba(28,43,58,.08)}
.admin{max-width:980px;margin:0 auto;min-height:100vh;background:var(--sand)}.admin .topbar{position:sticky}.admin-main{padding:22px}.card{background:var(--cream);border:1px solid var(--line);border-radius:18px;padding:18px;margin-bottom:14px}.row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.row.between{justify-content:space-between}.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.field{margin-bottom:12px}.field label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:rgba(28,43,58,.6);margin-bottom:5px}.field input,.field textarea,.field select{width:100%;border:1px solid rgba(28,43,58,.18);background:#fff;border-radius:11px;padding:10px 12px;color:var(--ink);outline:none}.field textarea{min-height:88px;resize:vertical}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--gold)}.section-editor{border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px;margin:12px 0}.section-title{display:flex;align-items:center;justify-content:space-between;gap:10px}.section-title h3{font-size:17px}.small{font-size:12px;color:rgba(28,43,58,.6)}.status{font-size:12px;padding:7px 10px;border-radius:999px;background:#fff;border:1px solid var(--line)}.status.ok{color:#27613a}.status.warn{color:#8a5b12}.danger{border-color:rgba(168,73,44,.28)!important;color:var(--danger)!important}.media-preview{margin-top:8px}.media-preview img,.media-preview video{max-width:240px;width:100%;border-radius:10px}.login{max-width:440px;margin:70px auto;padding:20px}.notice{border-left:3px solid var(--gold);background:#fff8e9;padding:11px 13px;border-radius:8px;font-size:12px;line-height:1.5;margin-bottom:14px}.actions{display:flex;gap:8px;flex-wrap:wrap}.actions button{border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:8px 12px}.actions button.primary{background:var(--ink);color:var(--cream);border-color:var(--ink)}.actions button.gold{background:var(--gold);border-color:var(--gold);font-weight:700}.actions button.danger{background:#fff}
@media(max-width:620px){.admin-main{padding:14px}.grid2{grid-template-columns:1fr}.step{grid-template-columns:1fr}.media{min-height:180px}.admin .topbar{align-items:flex-start}.hide-mobile{display:none}.shell{box-shadow:none}.menu{gap:9px}.menu-btn{min-height:78px}}

/* v3: generic Housekeeping360 admin / separate guest experience */
.guest-topbar{justify-content:flex-start}
.dashboard-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:22px}
.dashboard-grid{display:grid;gap:14px}
.property-card{padding:18px}
.property-card-row{gap:18px;align-items:flex-start}
.property-meta{min-width:0;flex:1}
.property-meta h2{margin:0 0 3px}
.mini-seal{width:44px;height:44px;border:2px solid #b8894a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Georgia,serif;font-weight:700;color:#1c2b3a;background:#fbf7ee;flex:0 0 auto}
.link-preview{margin-top:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#8b6a3f}
.property-actions{justify-content:flex-end;flex-wrap:wrap;max-width:480px}
.empty-admin{text-align:center;padding:34px}
.admin-eyebrow{text-align:left;margin:0 0 5px}
@media (max-width:760px){
  .dashboard-head{align-items:stretch;flex-direction:column}
  .dashboard-head .gold{align-self:flex-start}
  .property-card-row{flex-direction:column}
  .property-actions{justify-content:flex-start;max-width:none;width:100%}
  .property-actions button{flex:1 1 auto}
}

/* Property cover photo */
.hero{position:relative;overflow:hidden}
.hero-content{position:relative;z-index:2}
.hero-cover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(18,32,45,.38),rgba(18,32,45,.72));z-index:1}
.hero.has-cover{min-height:290px;display:flex;align-items:flex-end;justify-content:center;padding:34px 20px 24px;color:#fff}
.hero.has-cover .hero-content{width:100%}
.hero.has-cover h1,.hero.has-cover .subtle{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.35)}
.hero.has-cover .eyebrow{color:#f2c783}
.hero.has-cover .seal{background:rgba(251,247,238,.94);color:var(--ink);box-shadow:0 5px 22px rgba(0,0,0,.22)}
.hero.has-cover .lang{background:rgba(255,255,255,.9);border-color:rgba(255,255,255,.5)}
.hero.has-cover .lang.active{background:var(--ink);color:var(--cream)}
.cover-editor{margin:14px 0;padding:14px;border:1px solid var(--line);border-radius:14px;background:#fff}
.cover-preview{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:8px}
.cover-preview img{width:220px;max-width:100%;height:120px;object-fit:cover;border-radius:12px;border:1px solid var(--line)}

/* Modular concierge + dashboard thumbnails */
.property-thumb{width:56px;height:56px;border-radius:14px;object-fit:cover;border:1px solid var(--line);flex:0 0 auto;box-shadow:0 3px 10px rgba(28,43,58,.08)}
.section-manager{border:1px solid var(--line);background:#fff;border-radius:14px;padding:14px;margin:12px 0 18px}.section-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.section-chip{border:1px solid var(--line);border-radius:12px;padding:9px 10px;display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--cream)}.section-chip label{font-size:12px;font-weight:700;display:flex;align-items:center;gap:6px}.section-chip button{border:1px solid var(--line);background:#fff;border-radius:8px;width:28px;height:28px;color:var(--ink)}.section-chip button:disabled{opacity:.3;cursor:not-allowed}
.item-editor{margin-top:12px}.place-grid{display:grid;gap:12px;margin-top:14px}.place-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:var(--cream)}.place-image{display:block;width:100%;height:170px;object-fit:cover}.place-content{padding:14px}.place-content h3{font-size:18px;margin-bottom:6px}.place-content p{white-space:pre-wrap;margin:0 0 12px;font-size:13px;line-height:1.5;color:rgba(28,43,58,.8)}.place-actions{display:flex;flex-wrap:wrap;gap:7px}.place-action{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border:1px solid var(--line);background:#fff;color:var(--ink);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:700}.place-action:hover{border-color:var(--gold)}
@media(max-width:620px){.section-chips{grid-template-columns:1fr}.property-thumb{width:64px;height:64px}.place-image{height:150px}}
.upload-state{margin-top:8px;padding:8px 10px;border-radius:10px;background:#eef3f6;border:1px solid rgba(28,43,58,.12);font-size:12px;color:var(--ink);font-weight:650}.upload-state.done{background:#edf7ef;color:#27613a;border-color:rgba(39,97,58,.18)}.upload-state.error{background:#fff0ec;color:#a8492c;border-color:rgba(168,73,44,.2)}button:disabled,input:disabled{opacity:.55;cursor:not-allowed}.media-preview video{background:#111;max-height:360px}.media video{background:#111}


/* Dedicated guest section screens */
.section-view{min-height:100vh;background:var(--cream)}
.section-topbar{position:sticky;top:0;z-index:20}
.section-nav{padding:14px 16px 8px;background:var(--cream);border-bottom:1px solid rgba(28,43,58,.08)}
.back-guide{border:0;background:transparent;color:var(--ink);font-weight:700;font-size:13px;padding:7px 0;cursor:pointer}
.section-property{display:flex;flex-direction:column;gap:2px;margin:7px 0 10px}.section-property strong{font-family:Georgia,serif;font-size:18px}.section-property span{font-size:11px;color:rgba(28,43,58,.58)}
.compact-langs{justify-content:flex-start;margin:0 0 6px;gap:6px}.compact-langs .lang{padding:5px 9px;font-size:10px}
.section-view .panel{margin-top:12px}.section-view .panel-head{padding:18px 16px 12px}.section-view .panel-head h2{font-size:26px}.section-view .panel-head .emoji{font-size:25px}
.section-view .panel-body{padding:18px}.section-view .lead{font-size:15px}
.section-view .step{margin-top:16px}.section-view .media video,.section-view .media img{width:100%;height:auto;max-height:520px;object-fit:contain;background:#111}
.section-view .place-grid{grid-template-columns:1fr}
@media(max-width:620px){.section-nav{padding:11px 14px 7px}.section-view .panel{margin:10px 12px 18px}.section-view .panel-head h2{font-size:24px}.section-view .panel-body{padding:14px}.section-view .media{min-height:0}.section-view .step{gap:12px}}
