@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Manrope:wght@400;500;600;700&display=swap');
:root{
  --c-bg:#171411;--c-elev:#1E1A16;--c-warm:#28221D;--c-cream:#F4F0E7;--c-paper:#FBF8F2;
  --c-ink:#1C241E;--c-text:#F8F3EA;--c-muted:#A89F94;--c-sage:#667064;--c-champagne:#C7A96B;
  --c-terracotta:#A9654E;--c-border:#403830;--c-border-light:#D8CFC2;--c-success:#42D89C;--c-danger:#E76E69;--c-amber:#E7B55E;
  --shadow-soft:0 24px 64px rgba(25,20,16,.08);--shadow-dark:0 24px 70px rgba(0,0,0,.22);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Manrope,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}a{color:inherit}button,input,select,textarea{font:inherit}button{cursor:pointer}h1,h2,h3,.brand,.serif{font-family:"DM Serif Display",Georgia,serif;font-weight:400}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.eyebrow{margin:0;text-transform:uppercase;letter-spacing:.16em;font-size:10px;font-weight:700}.subtle{color:var(--c-muted);line-height:1.65}.muted-copy{color:var(--c-muted);line-height:1.6}

/* ---------- Public home / Figma master ---------- */
.home-body{background:var(--c-bg);color:var(--c-text);min-height:100vh}.home-v12{max-width:1440px;margin:0 auto;padding:32px 34px 58px}.ctv-topbar{height:84px;border:1px solid var(--c-border);background:var(--c-elev);border-radius:26px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;gap:24px;position:sticky;top:18px;z-index:20;box-shadow:0 18px 50px rgba(0,0,0,.18)}.ctv-logo{display:flex;align-items:center;gap:16px;text-decoration:none}.ctv-mark,.brand-mark{width:40px;height:40px;border-radius:12px;background:var(--c-champagne);color:var(--c-bg);display:grid;place-items:center;font-size:20px}.ctv-logo>span:last-child,.sidebar-brand>span:last-child{display:flex;flex-direction:column}.ctv-logo strong{font:400 28px/1 "DM Serif Display",Georgia,serif}.ctv-logo small{margin-top:7px;text-transform:uppercase;letter-spacing:.11em;font-size:10px;color:var(--c-muted);font-weight:700}.ctv-toplinks{display:flex;align-items:center;gap:12px}.ctv-toplinks>a:not(.ctv-outline-btn){text-decoration:none;color:var(--c-muted);font-size:13px;padding:12px}.ctv-outline-btn,.ctv-primary-btn{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:18px;padding:15px 22px;font-size:14px;font-weight:700;transition:.2s ease}.ctv-outline-btn{border:1px solid var(--c-border);background:var(--c-elev);color:var(--c-text)}.ctv-outline-btn.large,.ctv-primary-btn{min-height:58px;padding:0 26px}.ctv-primary-btn{background:linear-gradient(100deg,var(--c-champagne),var(--c-terracotta));color:var(--c-bg);border:0}.ctv-outline-btn:hover,.ctv-primary-btn:hover{transform:translateY(-2px)}
.ctv-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(430px,.95fr);gap:68px;padding:72px 30px 84px;align-items:center}.ctv-kicker{display:inline-flex;border:1px solid var(--c-border);background:var(--c-warm);border-radius:999px;padding:11px 18px;text-transform:uppercase;letter-spacing:.08em;color:var(--c-muted);font-size:11px;font-weight:700}.ctv-kicker.compact{font-size:10px;padding:10px 16px}.ctv-hero-copy h1{font-size:clamp(64px,6.3vw,88px);line-height:1.045;letter-spacing:-.025em;margin:34px 0 30px;max-width:780px}.ctv-hero-copy h1 em{font-style:normal;color:var(--c-champagne)}.ctv-hero-copy>p{max-width:650px;color:var(--c-muted);font-size:19px;line-height:1.65;margin:0}.ctv-hero-copy>small{display:block;color:var(--c-muted);font-size:11px;margin-top:18px}.ctv-hero-actions{display:flex;gap:16px;margin-top:36px}.ctv-overview-card{border:1px solid var(--c-border);background:var(--c-elev);border-radius:32px;padding:40px 38px 32px;min-height:638px;box-shadow:var(--shadow-dark)}.ctv-overview-total{position:relative;margin-top:30px}.ctv-overview-total strong{font:400 64px/1 "DM Serif Display",Georgia,serif;display:block}.ctv-overview-total span{display:block;color:var(--c-muted);font-size:13px;margin-top:11px}.ctv-overview-total b{position:absolute;right:0;top:15px;color:var(--c-success);font-size:13px}.ctv-overview-mini{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:38px}.ctv-overview-mini>div{border:1px solid var(--c-border);background:var(--c-warm);border-radius:22px;padding:22px}.ctv-overview-mini strong{display:block;font:400 38px/1.1 "DM Serif Display",Georgia,serif}.ctv-overview-mini span{display:block;color:var(--c-muted);font-size:12px;margin-top:14px}.chart-label{color:var(--c-muted);font-size:10px;letter-spacing:.12em;font-weight:700;margin:42px 0 15px}.mini-bars,.dashboard-bars{height:126px;display:flex;gap:22px;align-items:flex-end}.mini-bars i,.dashboard-bars i{display:block;flex:1;height:var(--h);min-height:14px;border-radius:9px;background:var(--c-sage)}.mini-bars i.active,.dashboard-bars i.active{background:var(--c-champagne)}.chart-foot{display:flex;justify-content:space-between;color:var(--c-muted);font-size:10px;margin-top:12px}.ctv-problem,.ctv-flow{padding:72px 30px}.ctv-section-intro h2,.ctv-flow>h2{font-size:48px;line-height:1.16;margin:0;color:var(--c-text)}.ctv-section-intro p{font-size:15px;color:var(--c-muted);line-height:1.7;max-width:760px;margin:26px 0 0}.ctv-three-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:46px;margin-top:54px}.ctv-three-cards article,.ctv-four-steps article{border:1px solid var(--c-border);background:var(--c-elev);border-radius:26px;padding:28px;min-height:250px}.ctv-three-cards article>span,.ctv-four-steps article>span{color:var(--c-terracotta);font-size:11px;letter-spacing:.1em;font-weight:700}.ctv-three-cards h3{font-size:27px;margin:30px 0 14px}.ctv-three-cards p,.ctv-four-steps p{color:var(--c-muted);font-size:13px;line-height:1.65;margin:0}.ctv-four-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;margin-top:42px}.ctv-four-steps article{min-height:208px;border-radius:22px;padding:24px}.ctv-four-steps article.active{background:var(--c-warm)}.ctv-four-steps article>span{color:var(--c-champagne)}.ctv-four-steps h3{font-size:21px;margin:26px 0 15px}.ctv-flow footer{display:flex;justify-content:space-between;align-items:center;margin-top:40px;color:var(--c-muted);font-size:14px}.ctv-flow footer strong{font:400 22px "DM Serif Display",Georgia,serif;color:var(--c-champagne)}

/* ---------- Guest Concierge / Figma master ---------- */
.guest-v12-body{min-height:100vh;background:#E9E3DA;color:var(--c-ink)}.guest-v12-shell{width:min(100%,480px);margin:0 auto;background:var(--c-cream);min-height:100vh;padding:28px 24px 46px;box-shadow:0 0 70px rgba(42,40,35,.12)}.guest-v12-top{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.guest-location{margin:2px 0 18px;color:var(--c-sage);font-size:11px;font-weight:700;letter-spacing:.18em}.guest-v12-top h1{font-size:42px;line-height:1.03;margin:0;max-width:320px;color:var(--c-ink)}.guest-tagline{color:var(--c-sage);font-size:13px;font-weight:500;margin:12px 0 0}.guest-language select{appearance:none;background:var(--c-paper);border:1px solid var(--c-border-light);border-radius:17px;color:var(--c-sage);font-size:11px;font-weight:700;padding:10px 28px 10px 12px;background-image:linear-gradient(45deg,transparent 50%,#68776D 50%),linear-gradient(135deg,#68776D 50%,transparent 50%);background-position:calc(100% - 13px) 50%,calc(100% - 9px) 50%;background-size:4px 4px,4px 4px;background-repeat:no-repeat}.guest-v12-welcome{margin-top:36px;border:1px solid var(--c-border-light);background:var(--c-paper);border-radius:28px;padding:26px 22px 28px;box-shadow:var(--shadow-soft)}.guest-eyebrow{margin:0;color:var(--c-sage);font-size:10px;font-weight:700;letter-spacing:.16em;text-transform:uppercase}.guest-v12-welcome h2{font-size:35px;line-height:1.12;margin:28px 0 18px;letter-spacing:-.01em;color:var(--c-ink)}.guest-v12-welcome>p:last-child{color:var(--c-sage);font-size:13px;line-height:1.58;margin:0}.guest-filter-row{display:flex;gap:8px;overflow-x:auto;padding:26px 0 8px;scrollbar-width:none}.guest-filter-row::-webkit-scrollbar{display:none}.guest-filter-row button,.guest-suggestions button{flex:0 0 auto;border:1px solid var(--c-border-light);background:var(--c-paper);color:var(--c-sage);border-radius:999px;padding:10px 14px;font-size:11px;font-weight:700}.guest-filter-row button.is-active{background:var(--c-ink);color:white;border-color:var(--c-ink)}.guest-v12-experiences{padding-top:26px}.guest-v12-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:18px}.guest-v12-section-head h3,.guest-v12-chat>h3{font-size:28px;margin:0;color:var(--c-ink)}.guest-v12-section-head p{color:var(--c-sage);font-size:11px;line-height:1.5;margin:7px 0 0;max-width:320px}.guest-v12-section-head>span{width:36px;height:36px;border:1px solid var(--c-border-light);border-radius:50%;display:grid;place-items:center;color:var(--c-sage);font-size:11px}.guest-experience-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:22px}.guest-exp-card{border:0;background:transparent;padding:0;text-align:left;color:inherit;border-radius:24px;overflow:hidden;min-width:0;transition:transform .18s ease}.guest-exp-card:hover{transform:translateY(-2px)}.guest-exp-card[hidden]{display:none!important}.guest-exp-card.featured{grid-column:1/-1;background:#394239}.guest-exp-image{height:130px;background:linear-gradient(135deg,#89998F,#314238);background-size:cover;background-position:center;position:relative}.guest-exp-card.featured .guest-exp-image{height:185px}.guest-exp-image:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,18,15,.06),rgba(13,18,15,.54))}.guest-exp-image>span{position:absolute;top:18px;left:18px;z-index:2;color:#F7F1E8;font-size:9px;letter-spacing:.12em;font-weight:700}.guest-exp-body{background:white;padding:16px;border:1px solid var(--c-border-light);border-top:0;border-radius:0 0 22px 22px}.guest-exp-card.featured .guest-exp-body{background:#394239;border-color:#394239;color:white}.guest-exp-body>strong{font:400 20px/1.18 "DM Serif Display",Georgia,serif;display:block}.guest-exp-card.featured .guest-exp-body>strong{font-size:29px}.guest-exp-body>p{color:#D4DED7;font-size:11px;line-height:1.55;margin:10px 0 0}.guest-exp-body>div{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:14px}.guest-exp-body small{color:var(--c-sage);font-size:9px}.guest-exp-body b{font-size:10px;color:#425348}.guest-exp-card.featured .guest-exp-body small,.guest-exp-card.featured .guest-exp-body b{color:#F2E5C8}.guest-v12-chat{margin-top:44px}.guest-v12-messages{border:1px solid var(--c-border-light);background:var(--c-paper);border-radius:26px;padding:18px;min-height:286px;max-height:480px;overflow:auto;display:flex;flex-direction:column;gap:12px;margin-top:18px}.msg{max-width:84%;padding:14px 16px;border-radius:21px;line-height:1.48;font-size:13px;white-space:pre-wrap}.msg.assistant{align-self:flex-start;background:#DDE2DC;color:var(--c-ink);border-bottom-left-radius:7px}.msg.user{align-self:flex-end;background:#394239;color:white;border-bottom-right-radius:7px}.guest-suggestions{display:flex;gap:7px;align-items:center;overflow-x:auto;padding:12px 2px 4px;scrollbar-width:none}.guest-suggestions>span{flex:0 0 auto;color:var(--c-sage);font-size:9px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.guest-suggestions button{font-size:10px;padding:8px 11px}.guest-v12-composer{display:grid;grid-template-columns:1fr 54px;gap:10px;margin-top:12px}.guest-v12-composer input{min-width:0;border:1px solid var(--c-border-light);background:white;border-radius:20px;padding:16px 17px;color:var(--c-ink);font-size:12px;outline:none}.guest-v12-composer input:focus{border-color:#AAB5AD;box-shadow:0 0 0 3px rgba(104,119,109,.09)}.guest-v12-composer button{border:0;border-radius:18px;background:#394239;color:white;font-size:19px}.guest-v12-composer button.is-loading{opacity:.55}.status-line{min-height:24px;padding:8px 4px 0;color:var(--c-sage);font-size:10px}.guest-v12-footer{text-align:center;color:var(--c-sage);font-size:10px;padding-top:32px}.guest-v12-footer strong{font:400 14px "DM Serif Display",Georgia,serif;color:#46554B}

/* ---------- Admin / Hotel OS ---------- */
.admin-body{background:var(--c-bg);color:var(--c-text);min-height:100vh}.admin-layout{display:grid;grid-template-columns:236px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;height:100vh;padding:20px;background:#0B0A08;border-right:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column}.sidebar-brand{display:flex;align-items:center;gap:12px;text-decoration:none;background:var(--c-elev);border:1px solid var(--c-border);border-radius:22px;padding:15px;margin-bottom:26px}.sidebar-brand .brand-mark{width:38px;height:38px;border-radius:11px}.sidebar-brand .brand{font-size:24px;line-height:1}.sidebar-brand small{margin-top:5px;font-size:8px;letter-spacing:.12em;color:var(--c-muted);font-weight:700}.sidebar nav{display:grid;gap:5px}.sidebar nav a{text-decoration:none;color:var(--c-muted);padding:13px 16px;border-radius:16px;font-size:12px;font-weight:600}.sidebar nav a:hover,.sidebar nav a.active{background:var(--c-warm);color:var(--c-text)}.sidebar-property{margin-top:auto;padding:18px 14px 16px;border-top:1px solid rgba(255,255,255,.08);display:grid;gap:5px}.sidebar-property>span{font-size:8px;letter-spacing:.12em;color:var(--c-muted);font-weight:700}.sidebar-property strong{font-size:11px;color:var(--c-text)}.sidebar-property small{font-size:9px;color:var(--c-muted)}.sidebar form{padding:0 14px}.ghost{width:100%;background:transparent!important;border:1px solid var(--c-border)!important;color:var(--c-muted)!important;border-radius:14px!important;padding:10px 14px!important}.admin-main{padding:34px 42px;max-width:1600px;width:100%;overflow:hidden}.dashboard-v12{max-width:1600px}.dashboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:22px;margin-bottom:34px}.dashboard-head h1{font-size:40px;margin:0 0 8px}.dashboard-head p{margin:0;color:var(--c-muted);font-size:13px}.dashboard-head-actions{display:flex;gap:10px;align-items:center}.dashboard-head-actions select{background:var(--c-elev);border:1px solid var(--c-border);color:var(--c-text);border-radius:16px;padding:13px 14px;font-size:11px}.dashboard-kpis{display:grid;grid-template-columns:repeat(3,1fr) 1.28fr;gap:16px;margin-bottom:28px}.dashboard-kpis article,.dashboard-inbox,.side-card{border:1px solid var(--c-border);background:var(--c-elev);border-radius:24px}.dashboard-kpis article{padding:22px;min-height:154px}.dashboard-kpis span{display:block;color:var(--c-muted);font-size:9px;letter-spacing:.08em;font-weight:700}.dashboard-kpis strong{display:block;font:400 38px/1.1 "DM Serif Display",Georgia,serif;margin-top:25px}.dashboard-kpis small{display:block;color:var(--c-muted);font-size:10px;margin-top:12px}.dashboard-kpis .value strong{color:var(--c-text)}.dashboard-kpis .value small{color:var(--c-champagne)}.dashboard-columns{display:grid;grid-template-columns:minmax(0,2.3fr) minmax(300px,1fr);gap:28px}.dashboard-inbox{padding:26px;min-width:0}.dashboard-panel-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.dashboard-panel-head h2,.side-card h2{font-size:27px;margin:0}.dashboard-panel-head p{color:var(--c-muted);font-size:10px;margin:8px 0 0}.dashboard-panel-head a{color:var(--c-terracotta);text-decoration:none;font-size:10px}.dashboard-tabs{display:flex;gap:9px;margin:26px 0 20px;overflow-x:auto}.dashboard-tabs span{border:1px solid var(--c-border);background:var(--c-warm);color:var(--c-muted);border-radius:999px;padding:8px 15px;font-size:9px;font-weight:700}.dashboard-tabs span.active{background:var(--c-champagne);color:var(--c-bg);border-color:var(--c-champagne)}.dashboard-request-list{display:grid;gap:10px}.dashboard-request-row{border:1px solid var(--c-border);border-radius:20px;padding:17px 19px;background:var(--c-elev)}.dashboard-request-row:first-child{background:var(--c-warm)}.dashboard-request-row.urgent{box-shadow:inset 3px 0 0 var(--c-danger)}.request-top{display:flex;justify-content:space-between;align-items:center}.request-top>b{color:var(--c-champagne);font-size:12px}.request-status{display:inline-flex;border:1px solid var(--c-border);background:var(--c-warm);border-radius:999px;padding:6px 10px;color:var(--c-muted);font-size:8px;letter-spacing:.08em;font-weight:700}.request-status.new{color:var(--c-terracotta);border-color:#744432}.request-status.awaiting_supplier{color:var(--c-amber);border-color:#6A582C}.request-status.confirmed,.request-status.completed{color:var(--c-success);border-color:#24654E}.dashboard-request-row h3{font-size:19px;margin:13px 0 6px}.dashboard-request-row p{color:var(--c-muted);font-size:10px;margin:0}.dashboard-request-row small{display:block;text-align:right;color:#756C64;font-size:9px;margin-top:-14px}.dashboard-side{display:grid;gap:16px;align-content:start}.side-card{padding:24px}.side-card>span{display:block;margin-top:22px;color:var(--c-muted);font-size:8px;letter-spacing:.1em;font-weight:700}.revenue-pulse>strong{font:400 39px/1 "DM Serif Display",Georgia,serif;display:block;margin-top:12px}.dashboard-bars{height:115px;gap:12px;margin-top:20px}.side-metric{display:flex;justify-content:space-between;color:var(--c-muted);font-size:9px;margin-top:14px}.side-metric b{color:var(--c-success)}.urgent-chip{display:inline-flex!important;width:auto!important;border:1px solid #743A36;border-radius:999px;color:var(--c-danger)!important;background:var(--c-warm);padding:6px 9px;margin-top:20px!important}.attention h3{font:600 14px/1.4 Manrope,sans-serif;margin:16px 0 6px}.attention p{color:var(--c-muted);font-size:10px}.attention a{display:inline-flex;margin-top:15px;text-decoration:none;background:var(--c-champagne);color:var(--c-bg);border-radius:15px;padding:10px 14px;font-size:9px;font-weight:700}.supplier-line{display:flex;justify-content:space-between;gap:12px;border-bottom:1px solid rgba(255,255,255,.07);padding:14px 0}.supplier-line:last-child{border-bottom:0}.supplier-line strong{display:block;font-size:10px}.supplier-line small{display:block;color:var(--c-muted);font-size:8px;margin-top:4px;text-transform:capitalize}.supplier-line>div:last-child{text-align:right}.supplier-line span{display:block;color:var(--c-muted);font-size:8px}.supplier-line b{display:block;color:var(--c-success);font-size:10px;margin-top:5px}.ai-cost-note{color:var(--c-muted);font-size:9px;margin:0 4px}.ai-cost-note strong{color:var(--c-text)}.empty-state{color:var(--c-muted);padding:30px 10px;text-align:center;font-size:12px}

/* ---------- Shared legacy admin pages ---------- */
.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:28px}.page-head h1{font-size:46px;letter-spacing:-.02em;margin:6px 0}.page-head .eyebrow{color:var(--c-terracotta)}.admin-body .subtle{color:var(--c-muted);opacity:1}.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;margin-bottom:18px}.kpi,.panel,.catalog-card,.test-card,.login-card,.diagnostic-card{border:1px solid var(--c-border);background:var(--c-elev);border-radius:22px}.kpi{padding:23px;min-height:132px}.kpi span{display:block;color:var(--c-muted);font-size:11px}.kpi strong{display:block;font:400 34px "DM Serif Display",Georgia,serif;margin-top:16px}.kpi.highlight strong{color:var(--c-champagne)}.panel{padding:22px;overflow:auto}.panel+.panel{margin-top:16px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px}.panel-head h2,.panel h2{font-size:27px;margin:4px 0 18px}.panel-head a{color:var(--c-terracotta);text-decoration:none;font-size:12px}table{width:100%;border-collapse:collapse;min-width:720px}th,td{text-align:left;padding:14px 11px;border-bottom:1px solid rgba(255,255,255,.08);font-size:12px;vertical-align:top}th{font-size:9px;text-transform:uppercase;letter-spacing:.12em;color:#81776F}td{color:#D8D0C8}td strong{color:var(--c-text)}td small{display:block;color:#7F766E;margin-top:5px}.pill,.result{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#28211C;color:#B9AEA4;font-size:9px;text-transform:uppercase;letter-spacing:.08em}.pill.high{background:#3D201D;color:#F39A8B}.pill.medium{background:#3B3017;color:#EAC86B}.pill.confirmed,.result.pass{background:#123127;color:#56D8A0}.result.fail{background:#3D201D;color:#F39A8B}.result.human_handoff{background:#20283C;color:#9DB9FF}.card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.catalog-card{padding:22px}.catalog-card h3{font-size:24px;margin:8px 0}.catalog-card p{color:var(--c-muted);line-height:1.55}.catalog-card .meta{display:flex;justify-content:space-between;border-top:1px solid rgba(255,255,255,.08);padding-top:14px;margin-top:18px}.test-list{display:grid;gap:14px}.test-card{padding:22px}.test-top{display:flex;justify-content:space-between;gap:15px}.test-card h3{font-size:24px;margin:9px 0}.test-card blockquote{margin:15px 0;padding:15px 17px;border-left:2px solid var(--c-terracotta);background:var(--c-warm);color:#DDD3CA}.actual{padding:14px;border-radius:14px;background:var(--c-warm);margin:12px 0;color:#C9BEB4}.actions,.inline-form{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.inline-form select{padding:9px 10px;border:1px solid var(--c-border);border-radius:10px;background:var(--c-warm);color:var(--c-text)}.login-card{max-width:440px;margin:12vh auto;padding:36px}.login-card h1{font-size:42px}.login-card form{display:grid;gap:11px;margin-top:26px}.login-card input,.settings-grid input,.settings-grid select,.settings-grid textarea{width:100%;border:1px solid var(--c-border);border-radius:12px;padding:11px 12px;background:var(--c-warm);color:var(--c-text)}.login-card button,.settings-grid button,.actions button,.inline-form button{border:0;border-radius:12px;padding:11px 15px;background:linear-gradient(100deg,var(--c-champagne),var(--c-terracotta));color:var(--c-bg);font-weight:700}.error{color:#F08E83}.success{background:#123127;color:#62DBA5;padding:11px 13px;border-radius:11px}.form-panel{margin-bottom:18px}.settings-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.settings-grid label{display:grid;gap:7px;font-size:10px;color:#948A82;text-transform:uppercase;letter-spacing:.06em}.settings-grid textarea{resize:vertical}.settings-grid .wide{grid-column:1/-1}.settings-grid .check{display:flex;align-items:center;flex-direction:row;text-transform:none;letter-spacing:0}.settings-grid .check input{width:auto}.diagnostic-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.diagnostic-card{padding:22px}.diagnostic-card h3{font-size:23px;margin:8px 0}.diag-ok{color:#62DBA5}.diag-bad{color:#F08E83}.codeish{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;color:#B8AEA5;word-break:break-word}.btn-gold,.btn-dark{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;border-radius:16px;padding:13px 18px;font-size:11px;font-weight:700}.btn-gold{background:linear-gradient(100deg,var(--c-champagne),var(--c-terracotta));color:var(--c-bg)}.btn-dark{background:var(--c-elev);border:1px solid var(--c-border);color:var(--c-text)}

@media(max-width:1100px){.ctv-hero{grid-template-columns:1fr}.ctv-overview-card{max-width:650px}.ctv-three-cards{gap:18px}.ctv-four-steps{grid-template-columns:1fr 1fr}.dashboard-kpis{grid-template-columns:1fr 1fr}.dashboard-columns{grid-template-columns:1fr}.dashboard-side{grid-template-columns:repeat(3,1fr)}.ai-cost-note{grid-column:1/-1}.card-grid{grid-template-columns:1fr 1fr}}
@media(max-width:840px){.home-v12{padding:18px 16px 44px}.ctv-topbar{height:auto;min-height:74px;padding:13px 16px;top:9px}.ctv-toplinks>a:not(.ctv-outline-btn){display:none}.ctv-hero{padding:62px 8px;gap:42px}.ctv-hero-copy h1{font-size:60px}.ctv-three-cards{grid-template-columns:1fr}.admin-layout{grid-template-columns:1fr}.sidebar{position:static;height:auto;display:block;padding:14px}.sidebar-brand{margin-bottom:12px}.sidebar nav{display:flex;overflow-x:auto;gap:4px}.sidebar nav a{white-space:nowrap}.sidebar-property{display:none}.sidebar form{display:none}.admin-main{padding:24px 18px}.dashboard-head{flex-direction:column}.dashboard-side{grid-template-columns:1fr 1fr}.kpi-grid{grid-template-columns:1fr 1fr}.settings-grid{grid-template-columns:1fr 1fr}}
@media(max-width:620px){.ctv-logo small{display:none}.ctv-toplinks .ctv-outline-btn{padding:11px 14px}.ctv-hero-copy h1{font-size:48px}.ctv-hero-copy>p{font-size:16px}.ctv-hero-actions{flex-direction:column}.ctv-hero-actions a{width:100%}.ctv-overview-card{padding:26px 22px;min-height:auto}.ctv-overview-total strong{font-size:50px}.ctv-overview-mini{grid-template-columns:1fr}.ctv-section-intro h2,.ctv-flow>h2{font-size:36px}.ctv-problem,.ctv-flow{padding:52px 8px}.ctv-four-steps{grid-template-columns:1fr}.guest-v12-shell{width:100%;padding:24px 18px 40px}.guest-v12-top h1{font-size:38px}.guest-v12-welcome h2{font-size:32px}.guest-experience-grid{gap:10px}.guest-exp-card.featured .guest-exp-image{height:170px}.guest-exp-image{height:112px}.guest-exp-body{padding:13px}.guest-exp-body>strong{font-size:17px}.guest-exp-card.featured .guest-exp-body>strong{font-size:26px}.dashboard-kpis{grid-template-columns:1fr 1fr;gap:10px}.dashboard-kpis article{min-height:130px}.dashboard-kpis strong{font-size:32px}.dashboard-side{grid-template-columns:1fr}.dashboard-request-row small{margin-top:8px;text-align:left}.dashboard-head-actions{width:100%;flex-wrap:wrap}.dashboard-head-actions select,.dashboard-head-actions a{flex:1}.page-head{align-items:flex-start;flex-direction:column}.page-head h1{font-size:38px}.kpi-grid,.card-grid,.diagnostic-grid,.settings-grid{grid-template-columns:1fr}.settings-grid .wide{grid-column:auto}.admin-main{padding:18px 12px}}


/* ---------- LAETIORA · Brand Reframe (legacy stylesheet section) ---------- */
.home-v13{position:relative;overflow:hidden}.home-v13:before{content:"";position:absolute;width:720px;height:720px;border-radius:50%;background:radial-gradient(circle,rgba(104,119,109,.13),rgba(13,12,10,0) 68%);right:-210px;top:130px;pointer-events:none}.home-v13 .ctv-topbar{backdrop-filter:blur(18px);background:rgba(23,18,15,.9)}.home-v13 .ctv-primary-btn{background:var(--c-champagne);box-shadow:0 12px 36px rgba(214,178,105,.12)}.home-v13 .ctv-hero{grid-template-columns:minmax(0,1.15fr) minmax(520px,.85fr);min-height:760px}.home-v13 .ctv-hero-copy h1{max-width:760px}.ctv-product-stage{position:relative;min-height:650px}.ctv-dash-preview{position:absolute;right:0;top:24px;width:520px;min-height:510px;border:1px solid var(--c-border);background:linear-gradient(145deg,#17120F,#100E0C);border-radius:32px;padding:28px;box-shadow:0 38px 100px rgba(0,0,0,.34);transform:perspective(1200px) rotateY(-4deg) rotateX(1deg)}.ctv-preview-head{display:flex;justify-content:space-between;align-items:center;color:var(--c-muted);font-size:10px}.ctv-preview-head>span{display:flex;align-items:center;gap:9px;color:var(--c-text);font-weight:600}.ctv-preview-head i{width:9px;height:9px;border-radius:50%;background:var(--c-champagne);box-shadow:0 0 0 5px rgba(214,178,105,.08)}.ctv-preview-value{margin-top:38px;position:relative}.ctv-preview-value>span{font-size:8px;letter-spacing:.12em;color:var(--c-muted);font-weight:700}.ctv-preview-value strong{display:block;font:400 52px/1.1 "DM Serif Display",Georgia,serif;margin-top:10px}.ctv-preview-value b{position:absolute;right:0;bottom:10px;color:var(--c-success);font-size:11px}.ctv-preview-stats{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.ctv-preview-stats>div{border:1px solid var(--c-border);background:rgba(255,255,255,.018);border-radius:18px;padding:17px}.ctv-preview-stats span{display:block;color:var(--c-muted);font-size:9px}.ctv-preview-stats strong{display:block;font:400 29px "DM Serif Display",Georgia,serif;margin-top:9px}.ctv-preview-list{display:grid;gap:9px;margin-top:24px}.ctv-preview-list>div{display:grid;grid-template-columns:10px 1fr auto;gap:12px;align-items:center;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:13px 14px;background:rgba(255,255,255,.014)}.preview-dot{width:8px;height:8px;border-radius:50%}.preview-dot.terracotta{background:var(--c-terracotta)}.preview-dot.green{background:var(--c-success)}.preview-dot.amber{background:var(--c-amber)}.ctv-preview-list p{margin:0}.ctv-preview-list b{display:block;font-size:10px}.ctv-preview-list small{display:block;color:var(--c-muted);font-size:8px;margin-top:4px}.ctv-preview-list em{font-style:normal;color:var(--c-muted);font-size:10px}.ctv-phone-preview{position:absolute;left:-14px;bottom:0;width:220px;height:390px;border:7px solid #27211D;background:#F4F0E8;border-radius:34px;padding:19px 16px;box-shadow:0 28px 90px rgba(0,0,0,.36);color:#172019;transform:rotate(-4deg);overflow:hidden}.ctv-phone-status{display:flex;justify-content:space-between;color:#68776D;font-size:6px;letter-spacing:.11em;font-weight:800}.ctv-phone-status i{width:7px;height:7px;border-radius:50%;background:#68776D}.ctv-phone-preview h3{font-size:25px;line-height:1;margin:18px 0 6px}.ctv-phone-preview>p{font-size:8px;color:#68776D;margin:0}.ctv-phone-image{height:130px;margin-top:20px;border-radius:18px;background:linear-gradient(180deg,rgba(13,18,15,.04),rgba(13,18,15,.34)),url('https://images.unsplash.com/photo-1507525428034-b723cfac1f27?w=800&q=82') center/cover}.ctv-phone-copy{padding-top:14px}.ctv-phone-copy small{font-size:6px;letter-spacing:.11em;color:#68776D}.ctv-phone-copy strong{display:block;font:400 18px/1.05 "DM Serif Display",Georgia,serif;margin-top:7px}.ctv-phone-copy span{display:block;color:#68776D;font-size:7px;margin-top:11px}.ctv-stage-note{position:absolute;right:20px;bottom:16px;color:#6E655E;font-size:9px;letter-spacing:.08em;text-transform:uppercase}.home-v13 .ctv-three-cards article,.home-v13 .ctv-four-steps article{transition:transform .22s ease,border-color .22s ease,background .22s ease}.home-v13 .ctv-three-cards article:hover,.home-v13 .ctv-four-steps article:hover{transform:translateY(-4px);border-color:#514239}.home-v13 .ctv-three-cards article>span{color:var(--c-muted)}.home-v13 .ctv-four-steps article>span{color:var(--c-champagne)}

.guest-v13-body{background:#D8D1C7}.guest-v13-shell{width:min(100%,520px);padding:0 0 52px;background:#F4F0E7;box-shadow:0 0 90px rgba(45,40,34,.18)}.guest-v13-top{padding:32px 28px 26px;position:relative}.guest-v13-top:after{content:"";position:absolute;left:28px;right:28px;bottom:0;height:1px;background:rgba(104,119,109,.15)}.guest-v13-top h1{font-size:46px;max-width:350px;letter-spacing:-.02em}.guest-v13-top .guest-tagline{font-size:12px}.guest-v13-welcome{margin:30px 28px 0;padding:0;border:0;background:transparent;box-shadow:none}.guest-v13-welcome .guest-eyebrow{color:#7C877F}.guest-v13-welcome h2{font-size:39px;line-height:1.08;margin:22px 0 15px;max-width:430px}.guest-v13-welcome>p:last-child{max-width:400px;font-size:12px}.guest-v13-body .guest-filter-row{padding:28px 28px 6px}.guest-v13-body .guest-filter-row button{background:transparent;border-color:#CBC4B9;padding:9px 14px}.guest-v13-body .guest-filter-row button.is-active{background:#394239;border-color:#394239}.guest-v13-experiences{padding:31px 28px 0}.guest-v13-experiences .guest-v12-section-head>span{border:0;width:auto;height:auto;font-size:9px;letter-spacing:.12em}.guest-v13-experiences .guest-v12-section-head h3{font-size:31px}.guest-v13-experiences .guest-v12-section-head p{font-size:10px;max-width:270px}.guest-v13-experiences .guest-experience-grid{grid-template-columns:1fr 1fr;gap:12px;margin-top:20px}.guest-v13-experiences .guest-exp-card{border-radius:22px;position:relative;box-shadow:0 10px 36px rgba(25,32,27,.05)}.guest-v13-experiences .guest-exp-card.featured{height:330px;grid-column:1/-1;background:#394239;box-shadow:0 22px 55px rgba(28,42,33,.18)}.guest-v13-experiences .guest-exp-card.featured .guest-exp-image{height:100%;border-radius:22px}.guest-v13-experiences .guest-exp-card.featured .guest-exp-image:after{background:linear-gradient(180deg,rgba(14,24,18,.04) 28%,rgba(14,24,18,.82) 100%)}.guest-v13-experiences .guest-exp-card.featured .guest-exp-body{position:absolute;left:0;right:0;bottom:0;z-index:3;background:transparent!important;border:0!important;padding:24px;color:#fff}.guest-v13-experiences .guest-exp-card.featured .guest-exp-body>strong{font-size:31px;max-width:330px}.guest-v13-experiences .guest-exp-card.featured .guest-exp-body>p{display:none}.guest-v13-experiences .guest-exp-card.featured .guest-exp-body>div{margin-top:17px}.guest-v13-experiences .guest-exp-card:not(.featured){background:#FBF8F2;border:1px solid #D8D1C7}.guest-v13-experiences .guest-exp-card:not(.featured) .guest-exp-image{height:142px}.guest-v13-experiences .guest-exp-card:not(.featured) .guest-exp-body{border:0;background:#FBF8F2;padding:14px 14px 15px}.guest-v13-experiences .guest-exp-card:not(.featured) .guest-exp-body>strong{font-size:18px;min-height:43px}.guest-exp-arrow{margin-left:auto;width:27px;height:27px;border-radius:50%;display:grid;place-items:center;border:1px solid currentColor;opacity:.64;font-size:11px}.guest-exp-card.featured .guest-exp-arrow{opacity:.8}.guest-exp-card.is-selected{transform:translateY(-3px)}.guest-v13-chat{margin:52px 28px 0}.guest-chat-heading h3{font-size:32px;margin:0;color:#172019}.guest-chat-heading p{color:#68776D;font-size:11px;line-height:1.6;margin:8px 0 0;max-width:360px}.guest-v13-chat .guest-v12-messages{margin-top:20px;min-height:245px;background:rgba(251,248,242,.72);border-color:#D8D1C7;box-shadow:0 16px 45px rgba(24,32,26,.04);backdrop-filter:blur(6px)}.guest-v13-chat .msg{font-size:12px;padding:13px 15px}.guest-v13-chat .msg.assistant{background:#E0E4DF}.guest-v13-chat .msg.user{background:#394239}.typing-indicator{display:flex!important;gap:5px;align-items:center;width:58px}.typing-indicator i{width:6px;height:6px;border-radius:50%;background:#78857C;animation:ctvTyping 1s infinite ease-in-out}.typing-indicator i:nth-child(2){animation-delay:.14s}.typing-indicator i:nth-child(3){animation-delay:.28s}@keyframes ctvTyping{0%,60%,100%{transform:translateY(0);opacity:.42}30%{transform:translateY(-4px);opacity:1}}.guest-v13-chat .guest-suggestions{padding-top:13px}.guest-v13-chat .guest-v12-composer{position:sticky;bottom:12px;background:rgba(245,241,233,.88);backdrop-filter:blur(12px);padding:9px;border-radius:25px;box-shadow:0 12px 40px rgba(25,32,27,.10);z-index:6}.guest-v13-chat .guest-v12-composer input{border:0;background:#fff;border-radius:17px;padding-left:14px}.guest-v13-chat .guest-v12-composer button{background:#394239;transition:transform .18s ease,opacity .18s ease}.guest-v13-chat .guest-v12-composer button:active{transform:scale(.94)}.guest-v13-chat .guest-v12-composer button.is-loading{opacity:.48}.guest-v13-body .guest-v12-footer{padding:34px 28px 0;color:#8B928D;letter-spacing:.02em}.guest-v13-body .guest-v12-footer strong{color:#536158}

.dashboard-v13{padding-top:38px}.dashboard-v13 .dashboard-head{margin-bottom:30px}.dashboard-v13 .dashboard-head h1{font-size:44px;letter-spacing:-.02em}.dashboard-v13 .dashboard-head p{font-size:12px}.dashboard-v13 .dashboard-kpis{grid-template-columns:1.45fr repeat(3,1fr);gap:12px}.dashboard-v13 .dashboard-kpis article{position:relative;overflow:hidden;min-height:145px;padding:22px 22px 19px;border-color:#312A25;background:linear-gradient(145deg,#18130F,#13100D)}.dashboard-v13 .dashboard-kpis article:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:#3A302A}.dashboard-v13 .dashboard-kpis article.new:before{background:var(--c-terracotta)}.dashboard-v13 .dashboard-kpis article.waiting:before{background:var(--c-amber)}.dashboard-v13 .dashboard-kpis article.confirmed:before{background:var(--c-success)}.dashboard-v13 .dashboard-kpis article.value{background:radial-gradient(circle at 90% 0,rgba(104,119,109,.15),transparent 42%),linear-gradient(145deg,#1B1713,#12100E)}.dashboard-v13 .dashboard-kpis article.value:before{background:#68776D}.dashboard-v13 .dashboard-kpis strong{font-size:42px;margin-top:22px}.dashboard-v13 .dashboard-kpis .value strong{font-size:48px}.dashboard-v13 .dashboard-kpis small{margin-top:9px}.kpi-spark{position:absolute;right:-12px;bottom:-26px;width:116px;height:78px;border:2px solid rgba(104,119,109,.18);border-radius:50%;transform:rotate(-18deg)}.kpi-spark:before,.kpi-spark:after{content:"";position:absolute;border:2px solid rgba(104,119,109,.1);border-radius:50%}.kpi-spark:before{inset:13px -4px -4px 17px}.kpi-spark:after{inset:29px 10px -12px 35px}.dashboard-v13 .dashboard-columns{gap:18px}.dashboard-v13 .dashboard-inbox,.dashboard-v13 .side-card{border-color:#312A25;background:#15110E;box-shadow:0 20px 55px rgba(0,0,0,.08)}.dashboard-v13 .dashboard-inbox{padding:28px}.dashboard-v13 .dashboard-panel-head h2,.dashboard-v13 .side-card h2{font-size:29px}.dashboard-v13 .dashboard-tabs span{background:transparent;padding:8px 14px}.dashboard-v13 .dashboard-tabs span.active{background:#F1EAE0;color:#17120F;border-color:#F1EAE0}.dashboard-v13 .dashboard-request-list{gap:8px}.dashboard-v13 .dashboard-request-row{position:relative;border:0;border-bottom:1px solid rgba(255,255,255,.075);border-radius:0;background:transparent!important;padding:18px 36px 18px 8px;transition:background .18s ease,padding .18s ease}.dashboard-v13 .dashboard-request-row:last-child{border-bottom:0}.dashboard-v13 .dashboard-request-row:hover{background:rgba(255,255,255,.018)!important;padding-left:14px}.dashboard-v13 .dashboard-request-row.urgent{box-shadow:none}.dashboard-v13 .dashboard-request-row.urgent:before{content:"";position:absolute;left:-10px;top:25px;width:5px;height:5px;border-radius:50%;background:var(--c-danger);box-shadow:0 0 0 5px rgba(231,110,105,.08)}.dashboard-v13 .request-top>b{color:#C4B8AD}.dashboard-v13 .dashboard-request-row h3{font-size:20px;margin:12px 0 5px}.dashboard-v13 .dashboard-request-row small{margin-top:7px;text-align:left;color:#756C64}.request-chevron{position:absolute;right:8px;top:50%;transform:translateY(-50%);color:#5D554E;font-size:24px}.dashboard-v13 .side-card{padding:25px}.dashboard-v13 .revenue-pulse{background:radial-gradient(circle at 100% 0,rgba(214,178,105,.08),transparent 38%),#15110E}.dashboard-v13 .revenue-pulse>strong{font-size:44px}.dashboard-v13 .attention a{background:#F1EAE0;color:#17120F}.dashboard-v13 .supplier-line{padding:15px 0}.dashboard-v13 .ai-cost-note{opacity:.58}

@media(max-width:1100px){.home-v13 .ctv-hero{grid-template-columns:1fr}.ctv-product-stage{width:min(100%,620px);min-height:640px}.ctv-dash-preview{right:0}.dashboard-v13 .dashboard-kpis{grid-template-columns:1fr 1fr}.dashboard-v13 .dashboard-kpis .value{grid-column:1/-1}.guest-v13-shell{width:min(100%,520px)}}
@media(max-width:620px){.home-v13 .ctv-hero{min-height:auto}.ctv-product-stage{min-height:540px}.ctv-dash-preview{width:100%;min-height:455px;padding:22px;transform:none}.ctv-phone-preview{width:184px;height:326px;left:10px;bottom:-20px}.ctv-stage-note{display:none}.ctv-preview-value strong{font-size:42px}.guest-v13-shell{padding-bottom:42px}.guest-v13-top{padding:26px 20px 23px}.guest-v13-top:after{left:20px;right:20px}.guest-v13-top h1{font-size:40px}.guest-v13-welcome{margin-left:20px;margin-right:20px}.guest-v13-welcome h2{font-size:34px}.guest-v13-body .guest-filter-row{padding-left:20px;padding-right:20px}.guest-v13-experiences{padding-left:20px;padding-right:20px}.guest-v13-experiences .guest-exp-card.featured{height:300px}.guest-v13-chat{margin-left:20px;margin-right:20px}.dashboard-v13 .dashboard-kpis{grid-template-columns:1fr 1fr}.dashboard-v13 .dashboard-kpis .value{grid-column:1/-1}.dashboard-v13 .dashboard-kpis strong{font-size:34px}.dashboard-v13 .dashboard-kpis .value strong{font-size:42px}}


/* ---------- LAETIORA · Sensory hospitality layer ---------- */
.ctv-mark,.brand-mark{background:#D8C7AE;color:#394239;border-radius:50%;font-family:"DM Serif Display",Georgia,serif;font-size:22px;box-shadow:inset 0 0 0 1px rgba(57,66,57,.12)}
.fruenda-home .ctv-topbar{background:rgba(30,26,22,.92);backdrop-filter:blur(16px)}
.fruenda-home .ctv-kicker{background:transparent;border-color:#54493F;color:#D8C7AE;letter-spacing:.18em}
.fruenda-home .ctv-hero-copy h1{max-width:760px}
.fruenda-home .ctv-hero-copy h1 em{color:#D8C7AE}
.fruenda-home .fruenda-value-line{font-size:22px;line-height:1.5;color:#F4F0E7;max-width:610px;margin:0}
.fruenda-home .fruenda-descriptor{font-size:14px;line-height:1.7;color:#8F988E;max-width:590px;margin:14px 0 0}
.fruenda-home .ctv-primary-btn{background:#F4F0E7;color:#263029;box-shadow:0 12px 28px rgba(0,0,0,.12)}
.fruenda-home .ctv-primary-btn:hover{background:#FBF8F2}
.fruenda-home .ctv-product-stage:before{background:radial-gradient(circle at center,rgba(102,112,100,.15),transparent 65%)}
.fruenda-home .ctv-dash-preview{border-color:#494037;background:#1D1915}
.fruenda-home .ctv-preview-value b{color:#93A08F}
.fruenda-home .ctv-preview-stats>div{background:#25201B;border-color:#403830}
.fruenda-home .ctv-three-cards article,.fruenda-home .ctv-four-steps article{background:#1E1A16;border-color:#403830}
.fruenda-home .ctv-four-steps article.active{background:#283029;border-color:#465047}
.fruenda-home .ctv-three-cards article>span,.fruenda-home .ctv-four-steps article>span{color:#B77C66}
.fruenda-home .ctv-flow footer strong{color:#D8C7AE}
.guest-v13-body{background:#D8D1C7}
.guest-v13-shell{background:#F4F0E7}
.guest-v13-top:after{background:rgba(102,112,100,.16)}
.guest-v13-welcome .guest-eyebrow{color:#667064}
.guest-v13-chat .guest-v12-composer{background:rgba(244,240,231,.90)}
.guest-v13-body .guest-v12-footer strong{color:#394239;font-family:"DM Serif Display",Georgia,serif;font-weight:400;letter-spacing:.01em}
.admin-body{background:#171411}
.sidebar{background:#171411}
.dashboard-v13 .dashboard-kpis article{background:linear-gradient(145deg,#211C18,#181411)}
.dashboard-v13 .dashboard-kpis article.value{background:radial-gradient(circle at 90% 0,rgba(102,112,100,.18),transparent 42%),linear-gradient(145deg,#211D19,#171411)}
.dashboard-v13 .dashboard-kpis article.value:before{background:#667064}
.dashboard-v13 .dashboard-inbox,.dashboard-v13 .side-card{background:#1B1714;border-color:#3C342D}
.dashboard-v13 .revenue-pulse{background:radial-gradient(circle at 100% 0,rgba(102,112,100,.10),transparent 38%),#1B1714}
@media(max-width:620px){.fruenda-home .fruenda-value-line{font-size:19px}.fruenda-home .fruenda-descriptor{font-size:13px}}


/* ---------- LAETIORA · Logo system ---------- */
.ctv-logo.logo-compact img{display:block;height:42px;width:auto;max-width:min(52vw,360px)}
.fruenda-home .ctv-topbar{background:rgba(251,248,242,.96);border-color:#DDD5C8;box-shadow:0 18px 40px rgba(0,0,0,.10)}
.fruenda-home .ctv-toplinks>a:not(.ctv-outline-btn){color:#5E645D}
.fruenda-home .ctv-toplinks .ctv-outline-btn{background:#FBF8F2;border-color:#D8D1C7;color:#263029}
.fruenda-home .ctv-toplinks .ctv-outline-btn:hover{background:#fff}
.guest-powered-logo{display:inline-block;height:18px;width:auto;vertical-align:middle;margin-left:8px}
.sidebar-brand{align-items:center;gap:12px;padding:14px 16px}
.sidebar-brand img.sidebar-icon{width:42px;height:42px;display:block;border-radius:12px;flex:0 0 42px}
.sidebar-brand img.sidebar-wordmark{display:block;width:150px;max-width:100%;height:auto}
.sidebar-brand>span:last-child{display:flex;flex-direction:column;gap:4px;min-width:0}
.sidebar-brand small{margin-top:0;font-size:8px;letter-spacing:.16em;color:#9B938B;font-weight:700}
.login-card{background:var(--c-paper);border-color:#D8D1C7;color:var(--c-ink);box-shadow:var(--shadow-soft)}
.login-brand-image{display:block;width:min(100%,420px);height:auto}
.login-card .eyebrow{color:#667064}
.login-card h1{color:var(--c-ink);margin-bottom:8px}
.login-card .subtle{color:#667064}
.login-card input{background:#fff;color:var(--c-ink);border:1px solid #D8D1C7}
.login-card input::placeholder{color:#9A9A9A}
.login-card button{background:linear-gradient(100deg,#C7A96B,#A9654E);color:#171411}
@media(max-width:840px){.ctv-logo.logo-compact img{height:34px}.sidebar-brand img.sidebar-wordmark{width:128px}}


/* ---------- LAETIORA · language controls ---------- */
.home-language select,.admin-language-switch select,.login-language-switch select{appearance:none;border:1px solid var(--c-border-light);background:#FBF8F2;color:#394239;border-radius:12px;padding:9px 28px 9px 10px;font-size:10px;font-weight:700;letter-spacing:.08em;background-image:linear-gradient(45deg,transparent 50%,#667064 50%),linear-gradient(135deg,#667064 50%,transparent 50%);background-position:calc(100% - 12px) 50%,calc(100% - 8px) 50%;background-size:4px 4px,4px 4px;background-repeat:no-repeat}
.home-language{display:inline-flex;align-items:center}.admin-language-switch{display:grid;gap:7px;margin:6px 14px 14px}.admin-language-switch>span{font-size:8px;letter-spacing:.14em;color:var(--c-muted);font-weight:700}.admin-language-switch select{width:100%;background-color:#1E1A16;border-color:#403830;color:#D8D0C8}.login-language-switch{display:flex;justify-content:flex-end;margin-bottom:14px}.guest-language{display:flex;align-items:flex-start}.guest-language select{min-width:58px}.guest-v13-top .guest-language{position:relative;z-index:2}
@media(max-width:840px){.home-language select{padding:8px 25px 8px 9px}.admin-language-switch{margin:10px 0 12px;max-width:150px}.admin-language-switch>span{display:none}}


/* ---------- LAETIORA · Mobile copy fix ---------- */
@media(max-width:620px){
  .fruenda-home .ctv-section-intro h2,.fruenda-home .ctv-flow>h2{font-size:34px;line-height:1.12;letter-spacing:-.015em}
  .fruenda-home .ctv-section-intro p{font-size:15px;line-height:1.75;margin-top:24px}
}

/* ---------- LAETIORA 1.7.2 · cache-safe brand polish ---------- */
.guest-powered-wordmark{display:inline-block;margin-left:7px;font:400 14px/1 "DM Serif Display",Georgia,serif;letter-spacing:.08em;color:#394239;vertical-align:baseline}
.login-brand-image{max-height:122px;object-fit:contain;object-position:left center}
@media(max-width:620px){.login-brand-image{max-height:104px}.guest-powered-wordmark{font-size:13px}}

/* ---------- LAETIORA 1.9 · multi-tenant identity & access ---------- */
.login-v19 form label{display:grid;gap:7px;font-size:10px;color:#667064;text-transform:uppercase;letter-spacing:.06em}.login-v19 form label input{text-transform:none;letter-spacing:0}.login-legacy-note{margin:18px 0 0;padding-top:15px;border-top:1px solid #E1D9CD;color:#857D73;font-size:10px;line-height:1.55}.sidebar-context{margin-top:8px!important;padding-top:9px;border-top:1px solid rgba(255,255,255,.07);color:#C7A96B!important}.sidebar-account-link{display:block;margin:0 14px 10px;text-decoration:none;color:#8F867D;font-size:9px}.sidebar-account-link:hover{color:#F4F0E7}.panel-title-row,.team-member-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.tenant-badge{display:inline-flex;white-space:nowrap;border:1px solid #4D443B;background:#211C18;color:#C7A96B;border-radius:999px;padding:7px 10px;font-size:8px;letter-spacing:.08em;text-transform:uppercase}.team-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.team-member-card{overflow:visible}.team-member-head h2{margin:0 0 5px}.team-member-head p{margin:0;color:var(--c-muted);font-size:11px}.settings-grid.compact{grid-template-columns:repeat(3,1fr);margin-top:18px}.settings-grid label small{font-size:8px;color:#726A63;text-transform:none;letter-spacing:0;line-height:1.4}.checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.checkbox-grid label{display:flex!important;align-items:flex-start;gap:8px;border:1px solid #37302A;border-radius:12px;padding:10px;background:#1B1714;text-transform:none!important;letter-spacing:0!important;color:#CFC5BB!important}.checkbox-grid input{width:auto!important;margin-top:2px}.checkbox-grid label small{display:block;margin-left:auto;color:#746C64}.form-label{display:block;margin-bottom:8px;font-size:10px;color:#948A82;text-transform:uppercase;letter-spacing:.06em}.table-scroll{overflow-x:auto}.table-scroll code{font-size:10px;color:#D8C7AE}.admin-body .panel a{color:#C7A96B}.admin-body .panel a:hover{color:#E0C98D}
@media(max-width:1100px){.team-grid{grid-template-columns:1fr}.settings-grid.compact{grid-template-columns:1fr 1fr}}
@media(max-width:840px){.sidebar-account-link{margin:12px 2px 0}.panel-title-row,.team-member-head{flex-direction:column}.checkbox-grid{grid-template-columns:1fr}}
@media(max-width:620px){.settings-grid.compact{grid-template-columns:1fr}.tenant-badge{display:none}}

/* LAETIORA 1.9 · keep secure account actions reachable on mobile */
@media(max-width:840px){
  .sidebar form{display:block;padding:0;margin-top:10px}
  .sidebar form .ghost{width:auto}
}

/* v1.9.1 auth recovery */
.team-password-reset{margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.10)}
.team-password-reset h3{margin:0 0 6px;font-size:1rem}
.notice{padding:12px 14px;border:1px solid rgba(201,169,107,.35);border-radius:12px;background:rgba(201,169,107,.08)}
.secondary-button{background:transparent!important;border:1px solid rgba(201,169,107,.65)!important;color:inherit!important}


/* === LAETIORA v1.9.2: guest intent-first UX + safer media === */
.guest-preview-banner{background:#2B352F;color:#F4F0E7;text-align:center;padding:9px 18px;font-size:10px;letter-spacing:.05em;font-weight:700}
.guest-live-status{display:flex;align-items:center;gap:7px;margin:9px 0 0!important;color:#667064!important;font-size:10px!important}
.guest-live-status>span:first-child{width:7px;height:7px;border-radius:50%;background:#28B36A;box-shadow:0 0 0 3px rgba(40,179,106,.12);flex:0 0 auto}
.guest-v13-chat{margin-top:30px}
.guest-intent-chips{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding:14px 1px 2px}
.guest-intent-chips::-webkit-scrollbar{display:none}
.guest-intent-chips button{flex:0 0 auto;border:1px solid #CBC4B9;background:#FBF8F2;color:#394239;border-radius:999px;padding:9px 12px;font:600 10px Manrope,sans-serif;cursor:pointer}
.guest-intent-chips button:hover{border-color:#8C978E;background:#F4F0E7}
.guest-exp-media{position:relative;overflow:hidden;background:linear-gradient(145deg,#5A675E,#29372F)}
.guest-exp-media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0;transition:transform .35s ease}
.guest-exp-card:hover .guest-exp-media img{transform:scale(1.025)}
.guest-exp-media>span{position:relative;z-index:2}
.guest-exp-media.image-failed:before,.guest-exp-media:not(:has(img)):before{content:"LAETIORA";position:absolute;right:14px;bottom:12px;color:rgba(244,240,231,.5);font:400 12px "DM Serif Display",Georgia,serif;letter-spacing:.14em}
.guest-exp-media:after{z-index:1}
.guest-v13-chat .guest-v12-messages{min-height:190px;max-height:360px;overflow-y:auto}
.guest-v13-chat .guest-v12-composer input:disabled{opacity:.68;cursor:not-allowed}
.guest-v13-chat .guest-v12-composer button:disabled{opacity:.42;cursor:not-allowed}

/* Tenant administration */
.org-admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:16px}
.org-admin-card{border:1px solid var(--c-border);border-radius:20px;padding:18px;background:rgba(255,255,255,.015)}
.org-admin-card h3{margin:0 0 4px;font-size:24px}.org-admin-card .org-meta{font-size:10px;color:var(--c-muted);margin-bottom:16px}.org-admin-card .settings-grid{grid-template-columns:1fr 1fr}.org-admin-card .wide{grid-column:1/-1}
.property-state-row{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.property-state-badge{display:inline-flex;align-items:center;gap:6px;border:1px solid #4A433B;border-radius:999px;padding:6px 9px;font-size:9px;letter-spacing:.06em;text-transform:uppercase}.property-state-badge.public:before{content:"";width:6px;height:6px;border-radius:50%;background:#28B36A}.property-state-badge.draft:before{content:"";width:6px;height:6px;border-radius:50%;background:#D1A85E}.property-link-muted{color:var(--c-muted);font-size:10px}.inline-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.inline-actions form{margin:0}.button-secondary{display:inline-flex;align-items:center;justify-content:center;border:1px solid #4A433B!important;background:transparent!important;color:var(--c-text)!important;border-radius:12px;padding:10px 13px;text-decoration:none;font-size:11px;font-weight:700}.button-secondary:hover{background:#26211D!important}

@media(max-width:900px){.org-admin-grid{grid-template-columns:1fr}}
@media(max-width:620px){
  .guest-v13-top{position:sticky;top:0;z-index:20;background:rgba(244,240,231,.94);backdrop-filter:blur(14px);padding-top:max(18px,env(safe-area-inset-top))}
  .guest-v13-top h1{font-size:31px;line-height:1.02}.guest-v13-top .guest-tagline{display:none}.guest-live-status{margin-top:7px!important}
  .guest-v13-welcome{margin-top:22px}.guest-v13-welcome h2{font-size:31px;margin-top:15px}.guest-v13-welcome>p:last-child{font-size:11px}
  .guest-v13-chat{margin-top:22px}.guest-chat-heading h3{font-size:28px}.guest-chat-heading p{font-size:10px}
  .guest-v13-chat .guest-v12-messages{min-height:150px;max-height:38vh;margin-top:14px}
  .guest-intent-chips{padding-top:11px}
  .guest-v13-chat .guest-v12-composer{position:fixed;left:50%;transform:translateX(-50%);bottom:max(10px,env(safe-area-inset-bottom));width:min(calc(100vw - 24px),496px);z-index:50;margin:0;background:rgba(244,240,231,.94);box-shadow:0 14px 50px rgba(25,32,27,.22)}
  .guest-v13-shell{padding-bottom:116px}
  .guest-v13-body .guest-filter-row{padding-top:34px}
  .guest-v13-experiences{padding-top:25px}
  .guest-v13-experiences .guest-experience-grid{display:grid;grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:minmax(235px,82%);gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;overscroll-behavior-inline:contain;scrollbar-width:none;padding-bottom:4px}
  .guest-v13-experiences .guest-experience-grid::-webkit-scrollbar{display:none}
  .guest-v13-experiences .guest-exp-card,.guest-v13-experiences .guest-exp-card.featured{grid-column:auto;height:280px;scroll-snap-align:start}
  .guest-v13-experiences .guest-exp-card:not(.featured) .guest-exp-image{height:150px}
  .guest-v13-experiences .guest-exp-card.featured .guest-exp-body>strong{font-size:25px}
  .org-admin-card .settings-grid{grid-template-columns:1fr}.org-admin-card .wide{grid-column:auto}
}

/* LAETIORA v1.9.3 — conversion flow */
[hidden]{display:none!important}
.guest-exp-meta{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;margin-top:14px!important}
.guest-exp-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:12px!important}
.guest-exp-actions button{border-radius:999px;padding:9px 10px;font:700 9px/1 Manrope,sans-serif;letter-spacing:.02em;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}
.guest-exp-actions button:active{transform:scale(.97)}
.guest-exp-discover{border:1px solid #C9C1B5;background:transparent;color:#394239}
.guest-exp-request{border:1px solid #394239;background:#394239;color:#fff}
.guest-exp-card.featured .guest-exp-discover{border-color:rgba(255,255,255,.55);color:#fff;background:rgba(255,255,255,.08)}
.guest-exp-card.featured .guest-exp-request{border-color:#F4F0E7;background:#F4F0E7;color:#26352D}
.guest-v13-experiences .guest-exp-card.featured .guest-exp-body>div.guest-exp-actions{margin-top:12px}
.guest-v13-experiences .guest-exp-card.featured .guest-exp-body>div.guest-exp-meta{margin-top:17px}
.guest-request-status{margin:20px 28px 0;border:1px solid #CFC8BD;background:#FBF8F2;border-radius:20px;padding:14px 15px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 8px 24px rgba(25,32,27,.04)}
.guest-request-status>div{display:grid;gap:3px;min-width:0}.guest-request-status span{font-size:8px;letter-spacing:.12em;text-transform:uppercase;color:#7C877F;font-weight:700}.guest-request-status strong{font:400 18px/1.2 "DM Serif Display",Georgia,serif;color:#172019;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.guest-request-status small{font-size:9px;color:#68776D}.guest-request-status>b{flex:0 0 auto;border:1px solid #B9C2BA;border-radius:999px;padding:7px 9px;font-size:8px;letter-spacing:.04em;color:#394239;background:#EFF1ED}.guest-request-status>b[data-status="confirmed"],.guest-request-status>b[data-status="completed"]{border-color:#7F9F89;background:#E7F1E9;color:#285A39}.guest-request-status>b[data-status="cancelled"]{border-color:#C7A2A2;background:#F5EAEA;color:#7B3636}
.guest-request-sheet{position:fixed;inset:0;z-index:120;display:grid;align-items:end;justify-items:center}
.guest-request-backdrop{position:absolute;inset:0;border:0;background:rgba(18,20,17,.54);backdrop-filter:blur(3px);cursor:pointer}
.guest-request-panel{position:relative;z-index:1;width:min(100%,520px);max-height:92vh;overflow-y:auto;background:#F4F0E7;border-radius:28px 28px 0 0;padding:26px 24px max(28px,env(safe-area-inset-bottom));box-shadow:0 -24px 80px rgba(17,22,18,.24)}
.guest-request-close{position:absolute;right:20px;top:18px;width:38px;height:38px;border:1px solid #CEC7BC;border-radius:50%;background:#FBF8F2;color:#394239;font-size:22px;line-height:1;cursor:pointer}
.guest-request-panel h3{font-size:34px;line-height:1.08;margin:15px 42px 8px 0;color:#172019}.guest-request-sub{font-size:11px;line-height:1.6;color:#68776D;margin:0 42px 18px 0}
.guest-request-experience{border:1px solid #D7D0C5;background:#FBF8F2;border-radius:18px;padding:14px 15px;display:flex;justify-content:space-between;gap:12px;align-items:center}.guest-request-experience strong{font:400 18px/1.2 "DM Serif Display",Georgia,serif;color:#172019}.guest-request-experience span{font-size:9px;color:#68776D;text-align:right}
.guest-request-form{margin-top:18px}.guest-request-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.guest-request-grid label{display:grid;gap:6px;color:#68776D;font-size:8px;text-transform:uppercase;letter-spacing:.08em;font-weight:700}.guest-request-grid label.wide{grid-column:1/-1}.guest-request-grid input,.guest-request-grid textarea{width:100%;border:1px solid #D2CBC0;background:#FFFDFC;border-radius:13px;padding:12px;color:#172019;font:500 11px/1.4 Manrope,sans-serif;outline:none;text-transform:none;letter-spacing:normal}.guest-request-grid input:focus,.guest-request-grid textarea:focus{border-color:#89958C;box-shadow:0 0 0 3px rgba(104,119,109,.08)}.guest-request-grid textarea{resize:vertical;min-height:72px}
.guest-request-hint{font-size:9px;line-height:1.5;color:#7C877F;margin:12px 2px}.guest-request-submit,.guest-request-success>button{width:100%;border:0;border-radius:16px;padding:14px 16px;background:#394239;color:#fff;font:700 11px Manrope,sans-serif;cursor:pointer}.guest-request-submit:disabled{opacity:.55;cursor:not-allowed}
.guest-request-success{text-align:center;padding:16px 2px 4px}.guest-request-success-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#E5EEE7;color:#2C6941;font-size:23px;margin:2px auto 16px}.guest-request-success h3{margin:0;font-size:31px}.guest-request-success p{font-size:11px;line-height:1.6;color:#68776D;max-width:360px;margin:10px auto 16px}.guest-request-success>div{border:1px solid #D7D0C5;border-radius:14px;padding:11px 14px;margin-bottom:16px;font-size:9px;color:#68776D}.guest-request-success>div strong{font-size:12px;color:#394239;margin-left:6px}
body.request-sheet-open{overflow:hidden}
@media(max-width:620px){.guest-request-status{margin-left:20px;margin-right:20px}.guest-v13-experiences .guest-exp-card,.guest-v13-experiences .guest-exp-card.featured{height:325px}.guest-exp-actions button{padding:10px 8px}.guest-request-panel{border-radius:25px 25px 0 0;padding-left:20px;padding-right:20px}.guest-request-grid{grid-template-columns:1fr 1fr}.guest-request-panel h3{font-size:30px}}
.guest-exp-card.is-ai-recommended{box-shadow:0 0 0 2px #C7A96B,0 16px 42px rgba(25,32,27,.12)!important}

/* LAETIORA v1.9.4 — notification center */
.nav-notifications{display:flex!important;align-items:center;justify-content:space-between;gap:10px}.notification-badge{min-width:19px;height:19px;padding:0 6px;border-radius:999px;display:inline-grid;place-items:center;background:#CDA662;color:#17130F;font-size:9px;line-height:1;font-weight:800;box-shadow:0 0 0 1px rgba(255,255,255,.06)}
.notification-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.75fr);gap:18px;align-items:start}.notification-feed{display:grid;gap:12px}.notification-card{position:relative;display:grid;grid-template-columns:10px 1fr;gap:13px;padding:18px 20px!important;margin:0!important;transition:border-color .18s ease,background .18s ease}.notification-card.unread{background:linear-gradient(135deg,rgba(205,166,98,.065),rgba(255,255,255,.015));border-color:#5A4B39}.notification-dot{width:8px;height:8px;border-radius:50%;margin-top:7px;background:#59645D}.notification-card.unread .notification-dot{background:#CDA662;box-shadow:0 0 0 5px rgba(205,166,98,.08)}.notification-card.severity-urgent .notification-dot{background:#D35E4A;box-shadow:0 0 0 5px rgba(211,94,74,.08)}.notification-card.severity-warning .notification-dot{background:#D1A85E}.notification-card.severity-success .notification-dot{background:#35B86F}.notification-copy{min-width:0}.notification-meta{display:flex;justify-content:space-between;gap:14px;align-items:center;color:var(--c-muted);font-size:9px;text-transform:uppercase;letter-spacing:.05em}.notification-copy h2{font-size:25px;margin:7px 0 5px}.notification-copy>p{margin:0;color:#B8B0A7;font-size:11px;line-height:1.55}.notification-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:13px}.notification-actions form{margin:0}.notification-read{border:0;background:transparent;color:#C9B28C;padding:7px 4px;font-size:10px;cursor:pointer}.notification-read:hover{color:#F4F0E7}.delivery-chip{border:1px solid #403A34;border-radius:999px;padding:6px 8px;color:#938A81;font-size:8px}.notification-empty{display:flex;align-items:center;gap:15px}.notification-empty>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;border:1px solid #435147;color:#72A47E}.notification-empty h2{margin:0 0 4px;font-size:25px}.notification-settings-column{position:sticky;top:24px}.notification-settings h2{margin-bottom:4px}.notification-pref-form{display:grid;gap:12px;margin-top:18px}.toggle-row{display:flex!important;justify-content:space-between;align-items:center;gap:16px;border:1px solid #3A342F;border-radius:15px;padding:12px 13px!important}.toggle-row>span{display:grid;gap:2px}.toggle-row strong{font-size:11px}.toggle-row small{font-size:8px;color:var(--c-muted)}.toggle-row input{width:18px!important;height:18px!important}.notification-rule-list{display:grid;gap:8px;border-top:1px solid #332E29;border-bottom:1px solid #332E29;padding:13px 0}.notification-rule-list label{display:flex;align-items:center;gap:9px;font-size:10px;color:#CCC3BA}.notification-rule-list input{width:15px!important;height:15px!important}.notification-property-list{display:grid;gap:7px}.notification-property-list>.form-label{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:var(--c-muted);margin-bottom:3px}.notification-property-list label{display:flex;align-items:center;gap:10px;border:1px solid #37322D;border-radius:12px;padding:9px 10px}.notification-property-list input{width:15px!important;height:15px!important}.notification-property-list label>span{display:grid;gap:1px}.notification-property-list strong{font-size:10px}.notification-property-list small{font-size:8px;color:var(--c-muted)}.notification-property-policy{margin-top:18px}.notification-policy-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:18px}.notification-policy-card{border:1px solid #39332E;border-radius:18px;padding:16px;background:rgba(255,255,255,.012);display:grid;gap:11px}.notification-policy-card h3{font-size:21px;margin:0}.notification-policy-card>small{font-size:8px;color:var(--c-muted);margin-top:-8px}.policy-time-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.policy-time-grid label{display:grid;grid-template-columns:1fr auto;gap:5px;align-items:center;font-size:8px;text-transform:uppercase;letter-spacing:.05em;color:var(--c-muted)}.policy-time-grid label input{grid-column:1/2;width:100%;margin-top:4px}.policy-time-grid label span{grid-column:2/3;grid-row:2;color:#A49A90;font-size:9px}.notification-policy-card .check{display:flex!important;align-items:center;gap:8px;font-size:10px;color:#C4BBB1}.notification-policy-card .check input{width:15px!important;height:15px!important}
@media(max-width:1050px){.notification-layout{grid-template-columns:1fr}.notification-settings-column{position:static}.notification-policy-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.notification-policy-grid{grid-template-columns:1fr}.notification-card{padding:15px!important}.notification-copy h2{font-size:22px}.notification-meta{align-items:flex-start;flex-direction:column;gap:4px}.policy-time-grid{grid-template-columns:1fr}.page-head>form{margin-top:10px}}
.notification-toast{position:fixed;right:22px;bottom:22px;z-index:300;width:min(360px,calc(100vw - 28px));display:grid;gap:5px;padding:15px 17px;border:1px solid #5A4B39;border-radius:16px;background:#211C18;color:#F4F0E7;text-decoration:none;box-shadow:0 22px 60px rgba(0,0,0,.38);transform:translateY(16px);opacity:0;transition:transform .22s ease,opacity .22s ease}.notification-toast.visible{transform:translateY(0);opacity:1}.notification-toast strong{font:400 18px/1.2 "DM Serif Display",Georgia,serif}.notification-toast span{font-size:10px;line-height:1.45;color:#C8BFB6}.notification-toast.severity-urgent{border-color:#A84B3C}.notification-toast.severity-success{border-color:#46795A}@media(max-width:620px){.notification-toast{right:14px;bottom:14px}}
.guest-status-toast{position:fixed;left:50%;top:max(16px,env(safe-area-inset-top));z-index:180;transform:translate(-50%,-14px);opacity:0;background:#26352D;color:#F4F0E7;border:1px solid rgba(255,255,255,.14);border-radius:999px;padding:10px 16px;font:700 10px/1.2 Manrope,sans-serif;box-shadow:0 16px 45px rgba(28,38,31,.24);transition:transform .22s ease,opacity .22s ease;pointer-events:none}.guest-status-toast.visible{transform:translate(-50%,0);opacity:1}

/* v1.9.6 — Billing & subscriptions */
.billing-page{max-width:1450px}.billing-org-switch label{display:grid;gap:7px;color:var(--c-muted);font-size:9px;letter-spacing:.08em;text-transform:uppercase}.billing-org-switch select{min-width:230px;background:var(--c-elev);border:1px solid var(--c-border);color:var(--c-text);border-radius:14px;padding:12px 14px}.billing-alert{display:flex;gap:10px;align-items:flex-start;border:1px solid var(--c-border);background:var(--c-elev);border-radius:16px;padding:14px 16px;margin-bottom:16px;color:var(--c-muted);font-size:11px}.billing-alert strong{color:var(--c-text);white-space:nowrap}.billing-alert-success{border-color:#1D4D3C;background:#10251E}.billing-alert-success strong{color:#62DBA5}.billing-alert-warning{border-color:#66552D;background:#2C2514}.billing-alert-warning strong{color:#EAC86B}.billing-alert-error{border-color:#63332E;background:#301A18}.billing-alert-error strong{color:#F08E83}.billing-hero{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:30px}.billing-hero-copy h2{font-size:38px;margin:7px 0 8px}.billing-hero-copy .subtle strong{color:var(--c-text)}.billing-status-box{min-width:210px;border:1px solid var(--c-border);background:var(--c-warm);border-radius:18px;padding:18px;display:grid;gap:7px}.billing-status-box>span{font-size:8px;letter-spacing:.12em;color:var(--c-muted)}.billing-status-box>strong{font-size:18px}.billing-status-box>small{color:var(--c-muted);font-size:9px}.billing-status-active,.billing-status-trialing{color:#62DBA5}.billing-status-past_due,.billing-status-unpaid,.billing-status-incomplete{color:#EAC86B}.billing-status-canceled,.billing-status-incomplete_expired{color:#F08E83}.billing-cancel-note{margin-top:14px;border:1px solid #66552D;background:#2C2514;color:#EAC86B;border-radius:12px;padding:11px 13px;font-size:10px}.billing-actions-panel{display:flex;justify-content:space-between;align-items:center;gap:24px}.billing-actions-panel h2{margin-bottom:8px}.billing-actions-panel>div:first-child{max-width:700px}.billing-action-row{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.billing-action-row form{margin:0}.billing-primary,.billing-secondary,.billing-danger,.billing-plan button{border:0;border-radius:13px;padding:12px 16px;font-weight:700;font-size:10px;cursor:pointer}.billing-primary,.billing-plan button{background:linear-gradient(100deg,var(--c-champagne),var(--c-terracotta));color:var(--c-bg)}.billing-secondary{background:var(--c-warm);border:1px solid var(--c-border);color:var(--c-text)}.billing-danger{background:#3D201D;color:#F39A8B;border:1px solid #64322D}.billing-role-note{font-size:10px;color:var(--c-muted);max-width:300px}.billing-section-title{display:flex;align-items:end;justify-content:space-between;gap:20px;margin:34px 0 17px}.billing-section-title h2{font-size:32px;margin:5px 0 0}.billing-section-title>p{max-width:460px;text-align:right}.billing-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.billing-plan{position:relative;border:1px solid var(--c-border);background:var(--c-elev);border-radius:24px;padding:24px;min-height:280px;display:flex;flex-direction:column}.billing-plan.featured{border-color:#8A7148;box-shadow:inset 0 0 0 1px rgba(199,169,107,.2)}.billing-recommended{position:absolute;right:18px;top:18px;border:1px solid #8A7148;color:var(--c-champagne);border-radius:999px;padding:6px 9px;font-size:7px;letter-spacing:.1em}.billing-plan h3{font-size:28px;margin:4px 0 18px}.billing-price{font:400 28px "DM Serif Display",Georgia,serif;color:var(--c-text);margin-bottom:14px}.billing-price-muted{font:600 10px/1.4 system-ui,sans-serif;text-transform:uppercase;letter-spacing:.08em;color:var(--c-muted)}.billing-plan>p{color:var(--c-muted);font-size:11px;line-height:1.55;min-height:52px}.billing-plan form{margin-top:auto}.billing-plan button{width:100%}.billing-plan button:disabled{opacity:.35;cursor:not-allowed}.billing-config-note{display:block;margin-top:10px;color:#F08E83;font-size:8px}.billing-invoices-panel{margin-top:26px}.billing-technical-panel{margin-top:16px}.billing-tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:15px 0}.billing-tech-grid>div{border:1px solid var(--c-border);background:var(--c-warm);border-radius:14px;padding:14px;display:grid;gap:6px}.billing-tech-grid span{font-size:8px;color:var(--c-muted);text-transform:uppercase;letter-spacing:.08em}.billing-tech-grid strong{font-size:12px}.billing-technical-panel code{color:var(--c-champagne)}
@media(max-width:980px){.billing-plan-grid{grid-template-columns:1fr}.billing-actions-panel,.billing-hero{align-items:flex-start;flex-direction:column}.billing-action-row{justify-content:flex-start}.billing-status-box{width:100%}.billing-tech-grid{grid-template-columns:1fr 1fr}.billing-section-title{align-items:flex-start;flex-direction:column}.billing-section-title>p{text-align:left}}
@media(max-width:620px){.billing-tech-grid{grid-template-columns:1fr}.billing-alert{flex-direction:column}.billing-alert strong{white-space:normal}.billing-org-switch,.billing-org-switch select{width:100%}}

/* ---------- LAETIORA 1.9.7 · Guest theme system ---------- */
.guest-theme-dark,.guest-theme-dark .guest-v13-shell{color:#F4F0E7}
.guest-theme-dark{background:#0F0E0C}
.guest-theme-dark .guest-v13-shell{background:#171411;box-shadow:0 0 90px rgba(0,0,0,.34)}
.guest-theme-dark .guest-v13-top{background:#171411}
.guest-theme-dark .guest-v13-top:after{background:#3C342D}
.guest-theme-dark .guest-v12-top h1,.guest-theme-dark .guest-v13-welcome h2,.guest-theme-dark .guest-chat-heading h3,.guest-theme-dark .guest-v12-section-head h3{color:#F4F0E7}
.guest-theme-dark .guest-location,.guest-theme-dark .guest-tagline,.guest-theme-dark .guest-live-status,.guest-theme-dark .guest-v13-welcome>p:last-child,.guest-theme-dark .guest-chat-heading p,.guest-theme-dark .guest-v12-section-head p,.guest-theme-dark .guest-eyebrow,.guest-theme-dark .status-line{color:#AAA197!important}
.guest-theme-dark .guest-language select{background-color:#211D19;border-color:#403830;color:#E7DFD4}
.guest-theme-dark .guest-intent-chips button,.guest-theme-dark .guest-filter-row button,.guest-theme-dark .guest-suggestions button{background:#211D19;border-color:#403830;color:#D8D0C5}
.guest-theme-dark .guest-filter-row button.is-active{background:#F4F0E7;border-color:#F4F0E7;color:#171411}
.guest-theme-dark .guest-v13-chat .guest-v12-messages{background:rgba(32,28,24,.82);border-color:#403830;box-shadow:0 16px 45px rgba(0,0,0,.16)}
.guest-theme-dark .guest-v13-chat .msg.assistant{background:#2A2F2A;color:#F4F0E7}
.guest-theme-dark .guest-v13-chat .msg.user{background:var(--guest-brand,#394239);color:#fff}
.guest-theme-dark .guest-v13-chat .guest-v12-composer{background:rgba(23,20,17,.92);box-shadow:0 12px 40px rgba(0,0,0,.30)}
.guest-theme-dark .guest-v13-chat .guest-v12-composer input{background:#25211D;color:#F4F0E7}
.guest-theme-dark .guest-v13-chat .guest-v12-composer input::placeholder{color:#8E857B}
.guest-theme-dark .guest-v13-experiences .guest-exp-card:not(.featured){background:#211D19;border-color:#403830}
.guest-theme-dark .guest-v13-experiences .guest-exp-card:not(.featured) .guest-exp-body{background:#211D19;color:#F4F0E7}
.guest-theme-dark .guest-exp-body small,.guest-theme-dark .guest-exp-body b{color:#B8AEA3}
.guest-theme-dark .guest-exp-discover{border-color:#5A5047;color:#E7DFD4}
.guest-theme-dark .guest-exp-request{background:#F4F0E7;border-color:#F4F0E7;color:#171411}
.guest-theme-dark .guest-request-status{background:#211D19;border-color:#403830;box-shadow:0 8px 24px rgba(0,0,0,.12)}
.guest-theme-dark .guest-request-status strong{color:#F4F0E7}.guest-theme-dark .guest-request-status small,.guest-theme-dark .guest-request-status span{color:#A89F94}
.guest-theme-dark .guest-request-status>b{background:#2A2F2A;border-color:#4B554D;color:#DDE6DF}
.guest-theme-dark .guest-request-panel{background:#171411;color:#F4F0E7}
.guest-theme-dark .guest-request-close{background:#211D19;border-color:#403830;color:#F4F0E7}
.guest-theme-dark .guest-request-panel h3,.guest-theme-dark .guest-request-experience strong,.guest-theme-dark .guest-request-success h3{color:#F4F0E7}
.guest-theme-dark .guest-request-sub,.guest-theme-dark .guest-request-hint,.guest-theme-dark .guest-request-success p,.guest-theme-dark .guest-request-grid label{color:#A89F94}
.guest-theme-dark .guest-request-experience,.guest-theme-dark .guest-request-success>div{background:#211D19;border-color:#403830;color:#A89F94}
.guest-theme-dark .guest-request-grid input,.guest-theme-dark .guest-request-grid textarea{background:#25211D;border-color:#403830;color:#F4F0E7}
.guest-theme-dark .guest-v12-footer{color:#A89F94}.guest-theme-dark .guest-v12-footer strong{color:#E7DFD4}

@media (prefers-color-scheme: dark){
  .guest-theme-auto,.guest-theme-auto .guest-v13-shell{color:#F4F0E7}
  .guest-theme-auto{background:#0F0E0C}
  .guest-theme-auto .guest-v13-shell{background:#171411;box-shadow:0 0 90px rgba(0,0,0,.34)}
  .guest-theme-auto .guest-v13-top{background:#171411}.guest-theme-auto .guest-v13-top:after{background:#3C342D}
  .guest-theme-auto .guest-v12-top h1,.guest-theme-auto .guest-v13-welcome h2,.guest-theme-auto .guest-chat-heading h3,.guest-theme-auto .guest-v12-section-head h3{color:#F4F0E7}
  .guest-theme-auto .guest-location,.guest-theme-auto .guest-tagline,.guest-theme-auto .guest-live-status,.guest-theme-auto .guest-v13-welcome>p:last-child,.guest-theme-auto .guest-chat-heading p,.guest-theme-auto .guest-v12-section-head p,.guest-theme-auto .guest-eyebrow,.guest-theme-auto .status-line{color:#AAA197!important}
  .guest-theme-auto .guest-language select{background-color:#211D19;border-color:#403830;color:#E7DFD4}
  .guest-theme-auto .guest-intent-chips button,.guest-theme-auto .guest-filter-row button,.guest-theme-auto .guest-suggestions button{background:#211D19;border-color:#403830;color:#D8D0C5}
  .guest-theme-auto .guest-filter-row button.is-active{background:#F4F0E7;border-color:#F4F0E7;color:#171411}
  .guest-theme-auto .guest-v13-chat .guest-v12-messages{background:rgba(32,28,24,.82);border-color:#403830;box-shadow:0 16px 45px rgba(0,0,0,.16)}
  .guest-theme-auto .guest-v13-chat .msg.assistant{background:#2A2F2A;color:#F4F0E7}.guest-theme-auto .guest-v13-chat .msg.user{background:var(--guest-brand,#394239);color:#fff}
  .guest-theme-auto .guest-v13-chat .guest-v12-composer{background:rgba(23,20,17,.92);box-shadow:0 12px 40px rgba(0,0,0,.30)}.guest-theme-auto .guest-v13-chat .guest-v12-composer input{background:#25211D;color:#F4F0E7}.guest-theme-auto .guest-v13-chat .guest-v12-composer input::placeholder{color:#8E857B}
  .guest-theme-auto .guest-v13-experiences .guest-exp-card:not(.featured){background:#211D19;border-color:#403830}.guest-theme-auto .guest-v13-experiences .guest-exp-card:not(.featured) .guest-exp-body{background:#211D19;color:#F4F0E7}
  .guest-theme-auto .guest-exp-body small,.guest-theme-auto .guest-exp-body b{color:#B8AEA3}.guest-theme-auto .guest-exp-discover{border-color:#5A5047;color:#E7DFD4}.guest-theme-auto .guest-exp-request{background:#F4F0E7;border-color:#F4F0E7;color:#171411}
  .guest-theme-auto .guest-request-status{background:#211D19;border-color:#403830;box-shadow:0 8px 24px rgba(0,0,0,.12)}.guest-theme-auto .guest-request-status strong{color:#F4F0E7}.guest-theme-auto .guest-request-status small,.guest-theme-auto .guest-request-status span{color:#A89F94}.guest-theme-auto .guest-request-status>b{background:#2A2F2A;border-color:#4B554D;color:#DDE6DF}
  .guest-theme-auto .guest-request-panel{background:#171411;color:#F4F0E7}.guest-theme-auto .guest-request-close{background:#211D19;border-color:#403830;color:#F4F0E7}.guest-theme-auto .guest-request-panel h3,.guest-theme-auto .guest-request-experience strong,.guest-theme-auto .guest-request-success h3{color:#F4F0E7}.guest-theme-auto .guest-request-sub,.guest-theme-auto .guest-request-hint,.guest-theme-auto .guest-request-success p,.guest-theme-auto .guest-request-grid label{color:#A89F94}.guest-theme-auto .guest-request-experience,.guest-theme-auto .guest-request-success>div{background:#211D19;border-color:#403830;color:#A89F94}.guest-theme-auto .guest-request-grid input,.guest-theme-auto .guest-request-grid textarea{background:#25211D;border-color:#403830;color:#F4F0E7}.guest-theme-auto .guest-v12-footer{color:#A89F94}.guest-theme-auto .guest-v12-footer strong{color:#E7DFD4}
}

/* 1.9.7 admin clarity */
.property-status-help{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.property-status-help>div{border:1px solid var(--c-border);border-radius:14px;padding:14px;display:grid;gap:7px}.property-status-help strong{color:var(--c-text);font-size:12px}.property-status-help span{color:var(--c-muted);font-size:10px;line-height:1.5}.scope-filter label{display:grid;gap:6px;color:var(--c-muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.scope-filter select{min-width:280px;background:var(--c-elev);border:1px solid var(--c-border);color:var(--c-text);border-radius:12px;padding:11px 34px 11px 12px}.settings-grid label small{display:block;margin-top:6px;color:#7E756D;font-size:9px;line-height:1.45;text-transform:none;letter-spacing:0}.sidebar-role{color:#C7A96B!important;font-size:9px!important;text-transform:uppercase;letter-spacing:.08em;margin-top:5px}.notice{border:1px solid #6B5A3F;background:#2A2218;color:#E6D2A8;border-radius:12px;padding:12px 14px;font-size:11px;line-height:1.5}.success{border:1px solid #315D45;background:#17281F;color:#9DE0B5;border-radius:12px;padding:12px 14px;font-size:11px}
@media(max-width:900px){.property-status-help{grid-template-columns:1fr 1fr}.scope-filter select{min-width:0;width:100%}}
@media(max-width:620px){.property-status-help{grid-template-columns:1fr}}

/* ---------- LAETIORA 1.9.7 · Guest theme system ---------- */
.guest-theme-dark,.guest-theme-dark .guest-v13-shell{color:#F4F0E7}.guest-theme-dark{background:#0F0E0C}.guest-theme-dark .guest-v13-shell{background:#171411;box-shadow:0 0 90px rgba(0,0,0,.34)}.guest-theme-dark .guest-v13-top{background:#171411}.guest-theme-dark .guest-v13-top:after{background:#3C342D}.guest-theme-dark .guest-v12-top h1,.guest-theme-dark .guest-v13-welcome h2,.guest-theme-dark .guest-chat-heading h3,.guest-theme-dark .guest-v12-section-head h3{color:#F4F0E7}.guest-theme-dark .guest-location,.guest-theme-dark .guest-tagline,.guest-theme-dark .guest-live-status,.guest-theme-dark .guest-v13-welcome>p:last-child,.guest-theme-dark .guest-chat-heading p,.guest-theme-dark .guest-v12-section-head p,.guest-theme-dark .guest-eyebrow,.guest-theme-dark .status-line{color:#AAA197!important}.guest-theme-dark .guest-language select{background-color:#211D19;border-color:#403830;color:#E7DFD4}.guest-theme-dark .guest-intent-chips button,.guest-theme-dark .guest-filter-row button,.guest-theme-dark .guest-suggestions button{background:#211D19;border-color:#403830;color:#D8D0C5}.guest-theme-dark .guest-filter-row button.is-active{background:#F4F0E7;border-color:#F4F0E7;color:#171411}.guest-theme-dark .guest-v13-chat .guest-v12-messages{background:rgba(32,28,24,.82);border-color:#403830;box-shadow:0 16px 45px rgba(0,0,0,.16)}.guest-theme-dark .guest-v13-chat .msg.assistant{background:#2A2F2A;color:#F4F0E7}.guest-theme-dark .guest-v13-chat .msg.user{background:var(--guest-brand,#394239);color:#fff}.guest-theme-dark .guest-v13-chat .guest-v12-composer{background:rgba(23,20,17,.92);box-shadow:0 12px 40px rgba(0,0,0,.30)}.guest-theme-dark .guest-v13-chat .guest-v12-composer input{background:#25211D;color:#F4F0E7}.guest-theme-dark .guest-v13-chat .guest-v12-composer input::placeholder{color:#8E857B}.guest-theme-dark .guest-v13-experiences .guest-exp-card:not(.featured){background:#211D19;border-color:#403830}.guest-theme-dark .guest-v13-experiences .guest-exp-card:not(.featured) .guest-exp-body{background:#211D19;color:#F4F0E7}.guest-theme-dark .guest-exp-body small,.guest-theme-dark .guest-exp-body b{color:#B8AEA3}.guest-theme-dark .guest-exp-discover{border-color:#5A5047;color:#E7DFD4}.guest-theme-dark .guest-exp-request{background:#F4F0E7;border-color:#F4F0E7;color:#171411}.guest-theme-dark .guest-request-status{background:#211D19;border-color:#403830;box-shadow:0 8px 24px rgba(0,0,0,.12)}.guest-theme-dark .guest-request-status strong{color:#F4F0E7}.guest-theme-dark .guest-request-status small,.guest-theme-dark .guest-request-status span{color:#A89F94}.guest-theme-dark .guest-request-status>b{background:#2A2F2A;border-color:#4B554D;color:#DDE6DF}.guest-theme-dark .guest-request-panel{background:#171411;color:#F4F0E7}.guest-theme-dark .guest-request-close{background:#211D19;border-color:#403830;color:#F4F0E7}.guest-theme-dark .guest-request-panel h3,.guest-theme-dark .guest-request-experience strong,.guest-theme-dark .guest-request-success h3{color:#F4F0E7}.guest-theme-dark .guest-request-sub,.guest-theme-dark .guest-request-hint,.guest-theme-dark .guest-request-success p,.guest-theme-dark .guest-request-grid label{color:#A89F94}.guest-theme-dark .guest-request-experience,.guest-theme-dark .guest-request-success>div{background:#211D19;border-color:#403830;color:#A89F94}.guest-theme-dark .guest-request-grid input,.guest-theme-dark .guest-request-grid textarea{background:#25211D;border-color:#403830;color:#F4F0E7}.guest-theme-dark .guest-v12-footer{color:#A89F94}.guest-theme-dark .guest-v12-footer strong{color:#E7DFD4}
@media (prefers-color-scheme:dark){.guest-theme-auto,.guest-theme-auto .guest-v13-shell{color:#F4F0E7}.guest-theme-auto{background:#0F0E0C}.guest-theme-auto .guest-v13-shell{background:#171411;box-shadow:0 0 90px rgba(0,0,0,.34)}.guest-theme-auto .guest-v13-top{background:#171411}.guest-theme-auto .guest-v13-top:after{background:#3C342D}.guest-theme-auto .guest-v12-top h1,.guest-theme-auto .guest-v13-welcome h2,.guest-theme-auto .guest-chat-heading h3,.guest-theme-auto .guest-v12-section-head h3{color:#F4F0E7}.guest-theme-auto .guest-location,.guest-theme-auto .guest-tagline,.guest-theme-auto .guest-live-status,.guest-theme-auto .guest-v13-welcome>p:last-child,.guest-theme-auto .guest-chat-heading p,.guest-theme-auto .guest-v12-section-head p,.guest-theme-auto .guest-eyebrow,.guest-theme-auto .status-line{color:#AAA197!important}.guest-theme-auto .guest-language select{background-color:#211D19;border-color:#403830;color:#E7DFD4}.guest-theme-auto .guest-intent-chips button,.guest-theme-auto .guest-filter-row button,.guest-theme-auto .guest-suggestions button{background:#211D19;border-color:#403830;color:#D8D0C5}.guest-theme-auto .guest-filter-row button.is-active{background:#F4F0E7;border-color:#F4F0E7;color:#171411}.guest-theme-auto .guest-v13-chat .guest-v12-messages{background:rgba(32,28,24,.82);border-color:#403830;box-shadow:0 16px 45px rgba(0,0,0,.16)}.guest-theme-auto .guest-v13-chat .msg.assistant{background:#2A2F2A;color:#F4F0E7}.guest-theme-auto .guest-v13-chat .msg.user{background:var(--guest-brand,#394239);color:#fff}.guest-theme-auto .guest-v13-chat .guest-v12-composer{background:rgba(23,20,17,.92);box-shadow:0 12px 40px rgba(0,0,0,.30)}.guest-theme-auto .guest-v13-chat .guest-v12-composer input{background:#25211D;color:#F4F0E7}.guest-theme-auto .guest-v13-chat .guest-v12-composer input::placeholder{color:#8E857B}.guest-theme-auto .guest-v13-experiences .guest-exp-card:not(.featured){background:#211D19;border-color:#403830}.guest-theme-auto .guest-v13-experiences .guest-exp-card:not(.featured) .guest-exp-body{background:#211D19;color:#F4F0E7}.guest-theme-auto .guest-exp-body small,.guest-theme-auto .guest-exp-body b{color:#B8AEA3}.guest-theme-auto .guest-exp-discover{border-color:#5A5047;color:#E7DFD4}.guest-theme-auto .guest-exp-request{background:#F4F0E7;border-color:#F4F0E7;color:#171411}.guest-theme-auto .guest-request-status{background:#211D19;border-color:#403830;box-shadow:0 8px 24px rgba(0,0,0,.12)}.guest-theme-auto .guest-request-status strong{color:#F4F0E7}.guest-theme-auto .guest-request-status small,.guest-theme-auto .guest-request-status span{color:#A89F94}.guest-theme-auto .guest-request-status>b{background:#2A2F2A;border-color:#4B554D;color:#DDE6DF}.guest-theme-auto .guest-request-panel{background:#171411;color:#F4F0E7}.guest-theme-auto .guest-request-close{background:#211D19;border-color:#403830;color:#F4F0E7}.guest-theme-auto .guest-request-panel h3,.guest-theme-auto .guest-request-experience strong,.guest-theme-auto .guest-request-success h3{color:#F4F0E7}.guest-theme-auto .guest-request-sub,.guest-theme-auto .guest-request-hint,.guest-theme-auto .guest-request-success p,.guest-theme-auto .guest-request-grid label{color:#A89F94}.guest-theme-auto .guest-request-experience,.guest-theme-auto .guest-request-success>div{background:#211D19;border-color:#403830;color:#A89F94}.guest-theme-auto .guest-request-grid input,.guest-theme-auto .guest-request-grid textarea{background:#25211D;border-color:#403830;color:#F4F0E7}.guest-theme-auto .guest-v12-footer{color:#A89F94}.guest-theme-auto .guest-v12-footer strong{color:#E7DFD4}}
/* 1.9.7 admin clarity */
.property-status-help{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.property-status-help>div{border:1px solid var(--c-border);border-radius:14px;padding:14px;display:grid;gap:7px}.property-status-help strong{color:var(--c-text);font-size:12px}.property-status-help span{color:var(--c-muted);font-size:10px;line-height:1.5}.scope-filter label{display:grid;gap:6px;color:var(--c-muted);font-size:10px;text-transform:uppercase;letter-spacing:.08em}.scope-filter select{min-width:280px;background:var(--c-elev);border:1px solid var(--c-border);color:var(--c-text);border-radius:12px;padding:11px 34px 11px 12px}.settings-grid label small{display:block;margin-top:6px;color:#7E756D;font-size:9px;line-height:1.45;text-transform:none;letter-spacing:0}.sidebar-role{color:#C7A96B!important;font-size:9px!important;text-transform:uppercase;letter-spacing:.08em;margin-top:5px}.notice{border:1px solid #6B5A3F;background:#2A2218;color:#E6D2A8;border-radius:12px;padding:12px 14px;font-size:11px;line-height:1.5}.success{border:1px solid #315D45;background:#17281F;color:#9DE0B5;border-radius:12px;padding:12px 14px;font-size:11px}
@media(max-width:900px){.property-status-help{grid-template-columns:1fr 1fr}.scope-filter select{min-width:0;width:100%}}@media(max-width:620px){.property-status-help{grid-template-columns:1fr}}

/* === LAETIORA v1.9.7: tenant boundaries + admin clarity === */
.legacy-org-warning{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 20px;padding:14px 16px;border:1px solid rgba(201,169,107,.42);border-radius:14px;background:rgba(201,169,107,.08)}
.legacy-org-warning>div{display:grid;gap:4px}.legacy-org-warning strong{color:#F4F0E7}.legacy-org-warning span{color:#A79D93;font-size:11px;line-height:1.5;max-width:760px}.legacy-org-warning form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.legacy-org-warning input{min-width:220px;background:#211D19;border:1px solid #4A4036;border-radius:10px;color:#F4F0E7;padding:10px 12px}.legacy-org-warning button{white-space:nowrap}
.property-status-help{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:0;overflow:hidden}.property-status-help>div{display:grid;gap:5px;padding:16px 18px;border-right:1px solid rgba(255,255,255,.08)}.property-status-help>div:last-child{border-right:0}.property-status-help strong{font-family:"DM Serif Display",Georgia,serif;font-size:18px;color:#F4F0E7}.property-status-help span{font-size:10px;line-height:1.55;color:#9D938A}
.scope-filter{display:flex;align-items:flex-end;gap:12px;margin:0 0 16px;flex-wrap:wrap}.scope-filter label{display:grid;gap:6px;color:#948A82;font-size:9px;text-transform:uppercase;letter-spacing:.07em}.scope-filter select{min-width:240px}
.admin-success,.admin-warning{padding:12px 14px;border-radius:12px;margin:0 0 14px}.admin-success{border:1px solid rgba(53,181,116,.32);background:rgba(53,181,116,.08);color:#AEE0C5}.admin-warning{border:1px solid rgba(206,129,85,.35);background:rgba(206,129,85,.08);color:#E9B89B}
.sidebar-role{display:block;margin-top:4px;color:#847B72;font-size:8px;line-height:1.35;text-transform:uppercase;letter-spacing:.07em}.sidebar-scope-note{display:block;color:#C7A96B;font-size:8px;line-height:1.4;margin-top:5px}
@media(max-width:1100px){.property-status-help{grid-template-columns:repeat(2,minmax(0,1fr))}.property-status-help>div:nth-child(2){border-right:0}.property-status-help>div:nth-child(-n+2){border-bottom:1px solid rgba(255,255,255,.08)}}
@media(max-width:760px){.legacy-org-warning{align-items:stretch;flex-direction:column}.legacy-org-warning form{display:grid}.legacy-org-warning input{min-width:0;width:100%}.property-status-help{grid-template-columns:1fr}.property-status-help>div{border-right:0!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.property-status-help>div:last-child{border-bottom:0!important}.scope-filter{display:grid}.scope-filter select{min-width:0;width:100%}}

/* v2.0 public unavailable state */
.guest-unavailable-card{width:min(92vw,520px);margin:10vh auto;padding:42px;border:1px solid #ddd3c6;border-radius:28px;background:#fbf8f2;color:#2f382f;box-shadow:0 24px 80px rgba(24,20,16,.12);text-align:center}.guest-unavailable-card img{width:min(280px,80%);height:auto;margin:0 auto 28px}.guest-unavailable-card h1{font-family:"DM Serif Display",Georgia,serif;font-size:clamp(2rem,8vw,3.4rem);margin:10px 0}.guest-unavailable-card p:last-child{color:#766f66;line-height:1.6}

/* ---------- LAETIORA 2.0 · reconciliation & error states ---------- */
.standalone-error-wrap{min-height:100vh;display:grid;place-items:center;padding:28px;background:#17130f}
.standalone-error-card{width:min(560px,100%);padding:34px}
.error-logo{display:block;width:min(260px,72%);height:auto;margin:0 0 28px}
.error-request-id{margin-top:26px;opacity:.62;overflow-wrap:anywhere}
.technical-archive{margin-top:20px;border-style:dashed;opacity:.82}
.team-org-section{margin-top:28px}
.team-org-heading{margin:0 0 14px}
.team-org-heading h2{margin:.15rem 0 0}

/* ---------- LAETIORA 2.0.2 · password recovery ---------- */
.login-message{margin:18px 0 0;line-height:1.5}
.login-help-row{display:flex;justify-content:flex-end;align-items:center;margin-top:-2px}
.login-help-row-bottom{justify-content:flex-start;margin-top:20px}
.login-text-link{color:#667064;text-decoration:none;font-size:12px;font-weight:650}
.login-text-link:hover{text-decoration:underline;color:#394239}
.login-card .success{border:1px solid #b9cabf;background:#edf4ef;color:#315d45}

/* ---------- LAETIORA 2.0.3 · unified access & self-registration ---------- */
.login-v203{max-width:500px;padding:34px 40px 40px}
.login-v203 h1{font-size:48px;margin:10px 0 8px}
.login-v203 form{display:grid;gap:13px;margin-top:26px}
.login-v203 form label{display:grid;gap:7px;font-size:10px;color:#667064;text-transform:uppercase;letter-spacing:.06em}
.login-v203 form label input{text-transform:none;letter-spacing:0}
.login-v203 button{min-height:50px;font-size:15px;cursor:pointer}
.login-divider{display:flex;align-items:center;gap:13px;margin:20px 0;color:#857d73;font-size:11px}
.login-divider::before,.login-divider::after{content:"";height:1px;background:#e2dbd1;flex:1}
.login-google-button{display:flex;align-items:center;justify-content:center;gap:10px;min-height:48px;border:1px solid #d8d1c7;border-radius:12px;background:#fff;color:#171411;text-decoration:none;font-weight:700;box-shadow:0 2px 6px rgba(23,20,17,.05)}
.login-google-button:hover{border-color:#bdb3a7;background:#fdfbf7}
.google-mark{display:inline-grid;place-items:center;width:24px;height:24px;border-radius:50%;border:1px solid #d8d1c7;background:#fff;font:700 15px Arial,sans-serif;color:#394239}
.login-secondary-links{display:grid;gap:10px;justify-items:center;margin-top:22px;text-align:center;color:#746d66;font-size:12px}
.login-secondary-links p{margin:0}
.register-card{max-width:540px;margin:5vh auto}
.google-identity{display:flex;align-items:center;gap:12px;border:1px solid #d8d1c7;background:#fff;border-radius:14px;padding:12px 14px;margin-top:20px;color:#171411}
.google-identity div{display:grid;gap:2px}.google-identity small{color:#746d66}
@media(max-width:620px){.login-v203{margin:0;min-height:100vh;max-width:none;border-radius:0;padding:26px 28px 36px}.login-v203 h1{font-size:42px}.register-card{margin:0}}

/* === LAETIORA v2.0.4 · admin utility bar, notification bell, sound + theme === */
.admin-utility-bar{position:fixed;top:18px;right:22px;z-index:240;display:flex;align-items:center;gap:8px;padding:7px;border:1px solid var(--c-border);border-radius:18px;background:rgba(30,26,22,.90);box-shadow:0 14px 42px rgba(0,0,0,.18);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.admin-icon-button{position:relative;width:40px;height:40px;display:grid;place-items:center;border:1px solid transparent;border-radius:13px;background:transparent;color:var(--c-text);padding:0;text-decoration:none;transition:background .16s ease,border-color .16s ease,transform .16s ease;color .16s ease}
.admin-icon-button:hover{background:var(--c-warm);border-color:var(--c-border);transform:translateY(-1px)}
.admin-icon-button:focus-visible{outline:2px solid var(--c-champagne);outline-offset:2px}
.admin-icon-button svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.admin-icon-button .notification-badge{position:absolute;right:-4px;top:-4px;min-width:18px;height:18px;padding:0 5px;font-size:8px;box-shadow:0 0 0 3px var(--c-elev)}
.admin-sound-button .sound-on,.admin-sound-button[data-sound="off"] .sound-off{display:block}.admin-sound-button .sound-off,.admin-sound-button[data-sound="off"] .sound-on{display:none}
.admin-sound-button[data-sound="on"]{color:var(--c-champagne)}
.admin-theme-button .theme-moon{display:none}.admin-theme-button .theme-sun{display:block}
html[data-admin-theme="light"] .admin-theme-button .theme-sun{display:none}
html[data-admin-theme="light"] .admin-theme-button .theme-moon{display:block}

/* Admin light theme: sidebar stays brand-dark, working surface becomes warm ivory. */
html[data-admin-theme="light"]{--c-bg:#F4F0E7;--c-elev:#FBF8F2;--c-warm:#EEE8DE;--c-text:#253129;--c-muted:#667064;--c-border:#D9D1C5;--c-border-light:#D8CFC2}
html[data-admin-theme="light"] .admin-body{background:#F4F0E7;color:#253129}
html[data-admin-theme="light"] .admin-main{background:#F7F3EC}
html[data-admin-theme="light"] .sidebar{background:#2F3B33;border-right-color:rgba(255,255,255,.10)}
html[data-admin-theme="light"] .sidebar-brand{background:#394239;border-color:#536057}
html[data-admin-theme="light"] .sidebar nav a{color:#C8D0C9}
html[data-admin-theme="light"] .sidebar nav a:hover,html[data-admin-theme="light"] .sidebar nav a.active{background:#46534A;color:#FBF8F2}
html[data-admin-theme="light"] .sidebar-property{border-top-color:rgba(255,255,255,.12)}
html[data-admin-theme="light"] .sidebar-property>span,html[data-admin-theme="light"] .sidebar-property small,html[data-admin-theme="light"] .sidebar-account-link{color:#B7C0B8}
html[data-admin-theme="light"] .sidebar-property strong{color:#FBF8F2}
html[data-admin-theme="light"] .sidebar-account-link:hover{color:#fff}
html[data-admin-theme="light"] .admin-language-switch select{background-color:#394239;border-color:#566158;color:#F4F0E7}
html[data-admin-theme="light"] .ghost{border-color:#566158!important;color:#DDE3DE!important}
html[data-admin-theme="light"] .admin-utility-bar{background:rgba(251,248,242,.93);border-color:#D8CFC2;box-shadow:0 14px 38px rgba(54,47,40,.10)}
html[data-admin-theme="light"] .admin-icon-button{color:#394239}
html[data-admin-theme="light"] .admin-icon-button:hover{background:#EEE8DE;border-color:#D8CFC2}
html[data-admin-theme="light"] .admin-icon-button .notification-badge{box-shadow:0 0 0 3px #FBF8F2}
html[data-admin-theme="light"] .kpi,html[data-admin-theme="light"] .panel,html[data-admin-theme="light"] .catalog-card,html[data-admin-theme="light"] .test-card,html[data-admin-theme="light"] .diagnostic-card{background:#FBF8F2;border-color:#D8CFC2;box-shadow:0 10px 30px rgba(55,48,40,.04)}
html[data-admin-theme="light"] th,html[data-admin-theme="light"] td{border-bottom-color:rgba(57,66,57,.10)}
html[data-admin-theme="light"] th{color:#7A756E}
html[data-admin-theme="light"] td{color:#4E5A52}
html[data-admin-theme="light"] td strong{color:#253129}
html[data-admin-theme="light"] td small{color:#7B817C}
html[data-admin-theme="light"] .pill,html[data-admin-theme="light"] .result{background:#EEE8DE;color:#5E685F}
html[data-admin-theme="light"] .pill.high,html[data-admin-theme="light"] .result.fail{background:#F7E0DA;color:#9C4639}
html[data-admin-theme="light"] .pill.medium{background:#F4E8C9;color:#7D642B}
html[data-admin-theme="light"] .pill.confirmed,html[data-admin-theme="light"] .result.pass{background:#DDEEE4;color:#276843}
html[data-admin-theme="light"] .result.human_handoff{background:#E5EAF6;color:#465E91}
html[data-admin-theme="light"] .catalog-card .meta,html[data-admin-theme="light"] .team-password-reset{border-top-color:rgba(57,66,57,.11)}
html[data-admin-theme="light"] .test-card blockquote,html[data-admin-theme="light"] .actual{background:#F1ECE3;color:#4C584F}
html[data-admin-theme="light"] .inline-form select,html[data-admin-theme="light"] .settings-grid input,html[data-admin-theme="light"] .settings-grid select,html[data-admin-theme="light"] .settings-grid textarea{background:#FFFDF9;color:#253129;border-color:#D8CFC2}
html[data-admin-theme="light"] .checkbox-grid label{background:#FFFDF9;border-color:#D8CFC2;color:#425047!important}
html[data-admin-theme="light"] .tenant-badge{background:#EEE8DE;border-color:#D8CFC2;color:#80692F}
html[data-admin-theme="light"] .admin-body .panel a{color:#956D43}
html[data-admin-theme="light"] .admin-body .panel a:hover{color:#6E4B2E}
html[data-admin-theme="light"] .notice{background:#F6EDD8;border-color:#E0C98D;color:#725B2D}
html[data-admin-theme="light"] .success,html[data-admin-theme="light"] .admin-success{background:#E2F0E7;border-color:#B9D8C5;color:#2E6844}
html[data-admin-theme="light"] .admin-warning{background:#F6E8DF;border-color:#E7C0AA;color:#8A5037}
html[data-admin-theme="light"] .codeish{color:#59655D}

html[data-admin-theme="light"] .dashboard-v13 .dashboard-kpis article{background:linear-gradient(145deg,#FBF8F2,#F3EEE6);border-color:#D8CFC2;box-shadow:0 10px 28px rgba(55,48,40,.04)}
html[data-admin-theme="light"] .dashboard-v13 .dashboard-kpis article.value{background:radial-gradient(circle at 90% 0,rgba(102,112,100,.13),transparent 42%),linear-gradient(145deg,#FBF8F2,#F1EDE5)}
html[data-admin-theme="light"] .dashboard-v13 .dashboard-inbox,html[data-admin-theme="light"] .dashboard-v13 .side-card,html[data-admin-theme="light"] .dashboard-v13 .revenue-pulse{background:#FBF8F2;border-color:#D8CFC2;box-shadow:0 14px 34px rgba(55,48,40,.05)}
html[data-admin-theme="light"] .dashboard-v13 .dashboard-request-row{border-bottom-color:rgba(57,66,57,.10)!important}
html[data-admin-theme="light"] .dashboard-v13 .dashboard-request-row:hover{background:rgba(57,66,57,.035)!important}
html[data-admin-theme="light"] .dashboard-v13 .request-top>b{color:#59655D}
html[data-admin-theme="light"] .dashboard-v13 .dashboard-request-row small{color:#7A817B}
html[data-admin-theme="light"] .dashboard-v13 .dashboard-tabs span{border-color:#D8CFC2;color:#667064}
html[data-admin-theme="light"] .dashboard-v13 .dashboard-tabs span.active{background:#394239;color:#FBF8F2;border-color:#394239}
html[data-admin-theme="light"] .dashboard-v13 .attention a{background:#394239;color:#FBF8F2}

html[data-admin-theme="light"] .notification-card.unread{background:linear-gradient(135deg,rgba(199,169,107,.12),rgba(255,255,255,.55));border-color:#D1B982}
html[data-admin-theme="light"] .notification-copy>p{color:#68736B}
html[data-admin-theme="light"] .notification-read{color:#8B6B36}
html[data-admin-theme="light"] .notification-read:hover{color:#5E4724}
html[data-admin-theme="light"] .delivery-chip,html[data-admin-theme="light"] .toggle-row,html[data-admin-theme="light"] .notification-property-list label,html[data-admin-theme="light"] .notification-policy-card{border-color:#D8CFC2}
html[data-admin-theme="light"] .notification-rule-list{border-color:#DED6CA}
html[data-admin-theme="light"] .notification-rule-list label,html[data-admin-theme="light"] .notification-policy-card .check{color:#4E5A52}
html[data-admin-theme="light"] .notification-policy-card{background:#FFFDF9}
html[data-admin-theme="light"] .notification-toast{background:#394239;color:#FBF8F2;border-color:#667064}
html[data-admin-theme="light"] .notification-toast span{color:#DDE3DE}

@media(max-width:840px){
  .admin-utility-bar{top:10px;right:10px;gap:5px;padding:5px;border-radius:15px}
  .admin-icon-button{width:36px;height:36px;border-radius:11px}
  .admin-icon-button svg{width:17px;height:17px}
  .admin-layout{padding-top:52px}
}
/* v2.0.4 final spacing/polish */
.admin-main{padding-top:86px;transition:background .18s ease,color .18s ease}
.admin-body,.panel,.kpi,.catalog-card,.test-card,.diagnostic-card{transition:background .18s ease,border-color .18s ease,color .18s ease}
.admin-sound-button .sound-on{display:none}.admin-sound-button .sound-off{display:block}
.admin-sound-button[data-sound="on"] .sound-on{display:block}.admin-sound-button[data-sound="on"] .sound-off{display:none}
@media(max-width:840px){.admin-main{padding-top:18px}}

/* ---------- Requests workspace v2.0.9 ---------- */
.requests-v206{max-width:1600px}.request-page-head{margin-bottom:24px}.request-filter-tabs{display:flex;gap:9px;overflow-x:auto;padding:2px 0 16px;scrollbar-width:none}.request-filter-tabs::-webkit-scrollbar{display:none}.request-filter{flex:0 0 auto;border:1px solid var(--c-border);background:var(--c-elev);color:var(--c-muted);border-radius:999px;padding:9px 15px;font-size:11px;font-weight:700}.request-filter span{opacity:.75}.request-filter:hover{border-color:var(--c-sage);color:var(--c-text)}.request-filter.is-active{background:var(--c-text);border-color:var(--c-text);color:var(--c-bg)}
.request-workspace{border:1px solid var(--c-border);background:var(--c-elev);border-radius:24px;overflow:hidden}.request-empty{padding:48px 26px;text-align:center;color:var(--c-muted);font-size:12px}.request-workspace-row{width:100%;display:grid;grid-template-columns:minmax(280px,1.7fr) minmax(150px,.72fr) minmax(90px,.36fr) minmax(105px,.45fr) 18px;gap:24px;align-items:center;text-align:left;border:0;border-bottom:1px solid var(--c-border);background:transparent;color:var(--c-text);padding:22px 24px;transition:background .14s ease}.request-workspace-row:last-child{border-bottom:0}.request-workspace-row:hover{background:var(--c-warm)}.request-workspace-row:focus-visible{outline:2px solid var(--c-champagne);outline-offset:-3px}.request-workspace-row[hidden]{display:none}.request-row-main{min-width:0}.request-row-main strong{display:block;font-size:15px;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.request-row-main small{display:block;margin-top:5px;color:var(--c-muted);font-size:10px;line-height:1.4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.request-row-date{color:var(--c-muted);font-size:11px}.request-row-value{font-size:13px;font-weight:700;white-space:nowrap}.request-row-chevron{color:var(--c-muted);font-size:22px;line-height:1;text-align:right}.request-state-badge{display:inline-flex;width:max-content;align-items:center;justify-content:center;border:1px solid var(--c-border);border-radius:999px;padding:7px 10px;font-size:9px;font-weight:700;letter-spacing:.03em;white-space:nowrap}.request-state-new{background:var(--c-warm);color:var(--c-champagne)}.request-state-assigned{background:rgba(199,169,107,.10);color:#DBC78F;border-color:rgba(199,169,107,.28)}.request-state-confirmed{background:rgba(66,216,156,.10);color:var(--c-success);border-color:rgba(66,216,156,.28)}.request-state-lost{background:rgba(231,110,105,.09);color:var(--c-danger);border-color:rgba(231,110,105,.24)}
.request-detail-dialog{width:min(94vw,650px);max-height:min(90vh,820px);border:0;border-radius:28px;padding:0;background:transparent;color:var(--c-text);overflow:visible}.request-detail-dialog::backdrop{background:rgba(9,8,7,.72);backdrop-filter:blur(4px)}.request-detail-shell{position:relative;border:1px solid var(--c-border);border-radius:28px;background:var(--c-elev);padding:30px;box-shadow:0 36px 90px rgba(0,0,0,.36);max-height:min(90vh,820px);overflow:auto}.request-dialog-close{position:absolute;right:20px;top:18px;width:36px;height:36px;border:0;border-radius:50%;background:transparent;color:var(--c-muted);font-size:26px;line-height:1}.request-dialog-close:hover{background:var(--c-warm);color:var(--c-text)}.request-detail-head{padding-right:46px}.request-detail-kicker{display:block;color:var(--c-muted);font-size:9px;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}.request-detail-head h2{font-size:30px;line-height:1.15;margin:0 0 13px}.request-detail-head .request-state-badge{margin-bottom:22px}.request-detail-meta{display:grid;grid-template-columns:1fr 1fr;gap:0;margin:0;border-top:1px solid var(--c-border);border-bottom:1px solid var(--c-border);padding:14px 0}.request-detail-meta>div{padding:10px 0;min-width:0}.request-detail-meta dt{font-size:9px;letter-spacing:.08em;text-transform:uppercase;color:var(--c-muted);margin-bottom:5px}.request-detail-meta dd{margin:0;color:var(--c-text);font-size:12px;line-height:1.55;overflow-wrap:anywhere}.request-detail-meta .request-detail-wide{grid-column:1/-1}.request-assign-form,.request-confirm-form{margin-top:20px}.request-assign-form label,.request-confirm-form label{display:block;font-size:11px;font-weight:700;margin:0 0 8px}.request-assign-form select,.request-confirm-form input{width:100%;border:1px solid var(--c-border);background:var(--c-warm);color:var(--c-text);border-radius:15px;padding:13px 14px;outline:none}.request-assign-form select:focus,.request-confirm-form input:focus{border-color:var(--c-champagne);box-shadow:0 0 0 3px rgba(199,169,107,.10)}.request-secondary-action{width:100%;margin-top:10px;border:1px solid var(--c-border);background:transparent;color:var(--c-text);border-radius:15px;padding:12px 14px;font-weight:700}.request-secondary-action:hover{background:var(--c-warm)}.request-confirm-form{border:1px solid var(--c-border);background:var(--c-warm);border-radius:18px;padding:17px}.request-confirm-row{display:grid;grid-template-columns:auto 1fr auto;gap:8px;align-items:center}.request-currency-prefix{color:var(--c-muted);font-size:13px;font-weight:700}.request-confirm-row input{background:var(--c-elev)}.request-confirm-row button{border:0;background:var(--c-sage);color:#fff;border-radius:13px;padding:13px 18px;font-weight:700}.request-confirm-row button:hover{filter:brightness(1.06)}.request-lost-form{margin-top:12px}.request-lost-form button{width:100%;border:1px solid rgba(231,110,105,.28);background:transparent;color:var(--c-danger);border-radius:15px;padding:12px 14px;font-weight:700}.request-lost-form button:hover{background:rgba(231,110,105,.08)}
html[data-admin-theme="light"] .request-filter{background:#FBF8F2;border-color:#D8CFC2;color:#667064}html[data-admin-theme="light"] .request-filter.is-active{background:#394239;border-color:#394239;color:#FBF8F2}html[data-admin-theme="light"] .request-workspace{background:#FBF8F2;border-color:#D8CFC2;box-shadow:0 12px 34px rgba(55,48,40,.05)}html[data-admin-theme="light"] .request-workspace-row{color:#253129;border-bottom-color:rgba(57,66,57,.10)}html[data-admin-theme="light"] .request-workspace-row:hover{background:#F1ECE3}html[data-admin-theme="light"] .request-state-new{background:#EEE8DE;color:#80692F}html[data-admin-theme="light"] .request-state-assigned{background:#F3EBD8;color:#705E2F;border-color:#E0CE9F}html[data-admin-theme="light"] .request-state-confirmed{background:#DDEEE4;color:#276843;border-color:#B9D8C5}html[data-admin-theme="light"] .request-state-lost{background:#F7E0DA;color:#9C4639;border-color:#E8BDB2}html[data-admin-theme="light"] .request-detail-shell{background:#FBF8F2;color:#253129;border-color:#D8CFC2;box-shadow:0 32px 80px rgba(42,35,29,.22)}html[data-admin-theme="light"] .request-detail-meta{border-color:#D8CFC2}html[data-admin-theme="light"] .request-detail-meta dd{color:#253129}html[data-admin-theme="light"] .request-assign-form select,html[data-admin-theme="light"] .request-confirm-form input{background:#FFFDF9;color:#253129;border-color:#D8CFC2}html[data-admin-theme="light"] .request-confirm-form{background:#F3EEE6;border-color:#D8CFC2}html[data-admin-theme="light"] .request-confirm-row input{background:#FFFDF9}html[data-admin-theme="light"] .request-secondary-action{color:#253129;border-color:#D8CFC2}
@media(max-width:850px){.request-workspace-row{grid-template-columns:minmax(0,1fr) auto;gap:8px 16px;padding:18px}.request-row-main{grid-column:1/2}.request-row-date{grid-column:1/2}.request-row-value{grid-column:2/3;grid-row:1/2;text-align:right}.request-state-badge{grid-column:2/3;grid-row:2/3;justify-self:end}.request-row-chevron{display:none}.request-row-main strong,.request-row-main small{white-space:normal}.request-detail-shell{padding:24px 20px}.request-detail-meta{grid-template-columns:1fr}.request-detail-meta .request-detail-wide{grid-column:auto}.request-confirm-row{grid-template-columns:auto 1fr}.request-confirm-row button{grid-column:1/-1;width:100%}}

/* ---------- Dashboard request deep links v2.0.9 ---------- */
.dashboard-request-row{display:block;text-decoration:none;color:inherit;cursor:pointer}
.dashboard-request-row:visited{color:inherit}
.dashboard-request-row:focus-visible{outline:2px solid var(--c-champagne);outline-offset:3px}

/* ---------- v2.0.9 — Admin sidebar viewport resilience ---------- */
@media (min-width:841px){
  .admin-layout{align-items:start}
  .sidebar{
    position:sticky;
    top:0;
    align-self:start;
    height:100vh;
    height:100dvh;
    max-height:100dvh;
    min-height:0;
    overflow-y:auto;
    overflow-x:hidden;
    overscroll-behavior-y:contain;
    scrollbar-gutter:stable;
    padding-bottom:calc(20px + env(safe-area-inset-bottom,0px));
  }
  .sidebar-brand,
  .sidebar nav,
  .admin-language-switch,
  .sidebar-property,
  .sidebar-account-link,
  .sidebar>form{flex-shrink:0}
  .sidebar::-webkit-scrollbar{width:6px}
  .sidebar::-webkit-scrollbar-track{background:transparent}
  .sidebar::-webkit-scrollbar-thumb{background:rgba(244,240,231,.16);border-radius:999px}
  .sidebar::-webkit-scrollbar-thumb:hover{background:rgba(244,240,231,.28)}
  .sidebar{scrollbar-width:thin;scrollbar-color:rgba(244,240,231,.18) transparent}
}

/* Compact the sidebar vertically on shorter laptop screens, without browser zoom. */
@media (min-width:841px) and (max-height:820px){
  .sidebar{padding:14px 16px 16px}
  .sidebar-brand{padding:11px 12px;margin-bottom:13px;border-radius:18px}
  .sidebar-brand .sidebar-icon{width:34px;height:34px}
  .sidebar-brand img.sidebar-wordmark{width:118px}
  .sidebar nav{gap:2px}
  .sidebar nav a{padding:9px 13px;border-radius:12px;font-size:11px}
  .admin-language-switch{margin:7px 12px 9px;gap:4px}
  .admin-language-switch select{padding-top:7px;padding-bottom:7px}
  .sidebar-property{padding:11px 12px 9px;gap:3px}
  .sidebar-account-link{margin:0 12px 7px}
  .sidebar form{padding:0 12px}
  .sidebar .ghost{padding:8px 12px!important}
}

@media (max-width:840px){
  .sidebar{
    height:auto;
    max-height:none;
    min-height:0;
    overflow:visible;
    overscroll-behavior:auto;
    scrollbar-gutter:auto;
    padding-bottom:14px;
  }
}


/* v2.0.10 — guest request review + live request center */
.guest-requests-center{margin:26px 28px 0;padding:22px;border:1px solid var(--c-border-light);border-radius:26px;background:var(--c-paper);box-shadow:0 14px 42px rgba(38,43,38,.06)}
.guest-requests-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.guest-requests-head h3{font:400 29px/1.08 "DM Serif Display",Georgia,serif;margin:7px 0 7px;color:var(--c-ink)}.guest-requests-head p:last-child{margin:0;color:var(--c-sage);font-size:11px;line-height:1.5;max-width:330px}.guest-requests-head>span{min-width:34px;height:34px;padding:0 10px;border:1px solid var(--c-border-light);border-radius:999px;display:grid;place-items:center;font-size:10px;color:var(--c-sage)}
.guest-requests-list{display:grid;gap:10px;margin-top:18px}.guest-request-item{border:1px solid var(--c-border-light);border-radius:20px;background:#fff;padding:16px}.guest-request-item-top{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.guest-request-item-top>div{min-width:0;display:grid;gap:4px}.guest-request-item-top small{font-size:8px;letter-spacing:.08em;text-transform:uppercase;color:var(--c-sage)}.guest-request-item-top strong{font:400 19px/1.15 "DM Serif Display",Georgia,serif;color:var(--c-ink)}.guest-request-item-top span{font-size:10px;color:var(--c-sage)}.guest-request-item-top>b{flex:0 0 auto;border-radius:999px;padding:7px 9px;border:1px solid #D3CEC4;background:#F4F0E7;color:#6D695F;font-size:8px;text-transform:uppercase;letter-spacing:.06em}.guest-request-item-top>b[data-status="confirmed"],.guest-request-item-top>b[data-status="completed"]{border-color:#9AC9AE;background:#E7F2EA;color:#22663B}.guest-request-item-top>b[data-status="awaiting_guest"]{border-color:#E2C67D;background:#FFF6D9;color:#7A5A13}.guest-request-item-top>b[data-status="cancelled"]{border-color:#E6B6AF;background:#FBECEA;color:#9A4038}.guest-request-confirmed-copy{margin:13px 0 0;padding:11px 12px;border-radius:13px;background:#E7F2EA;color:#315A40;font-size:10px;line-height:1.5}.guest-request-item-details{margin-top:12px;border-top:1px solid var(--c-border-light);padding-top:10px}.guest-request-item-details summary{cursor:pointer;color:var(--c-sage);font-size:10px;font-weight:700;list-style:none}.guest-request-item-details summary::-webkit-details-marker{display:none}.guest-request-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.guest-request-detail-grid>div{display:grid;gap:2px}.guest-request-detail-grid>div.wide{grid-column:1/-1}.guest-request-detail-grid span{font-size:8px;text-transform:uppercase;letter-spacing:.08em;color:var(--c-sage)}.guest-request-detail-grid strong{font-size:11px;line-height:1.45;color:var(--c-ink);font-weight:600}.guest-request-concierge-link{margin-top:12px;border:0;border-radius:999px;padding:10px 13px;background:var(--guest-brand,#394239);color:#fff;font-size:10px;font-weight:700}
.guest-request-review h3{font-size:34px;margin:14px 0 8px;color:var(--c-ink)}.guest-request-review-list{margin:20px 0 0;border:1px solid var(--c-border-light);border-radius:18px;overflow:hidden;background:var(--c-paper)}.guest-request-review-list>div{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:11px 14px;border-bottom:1px solid var(--c-border-light)}.guest-request-review-list>div:last-child{border-bottom:0}.guest-request-review-list dt{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:var(--c-sage)}.guest-request-review-list dd{margin:0;font-size:11px;line-height:1.45;color:var(--c-ink);font-weight:600;word-break:break-word}.guest-request-review-actions{display:grid;grid-template-columns:auto 1fr;gap:10px;margin-top:18px}.guest-request-secondary{border:1px solid var(--c-border-light);background:transparent;color:var(--c-ink);border-radius:16px;padding:14px 16px;font-weight:700}
.guest-request-success:after{content:""}.guest-request-success>p{max-width:360px;margin-left:auto;margin-right:auto}
.guest-theme-dark .guest-requests-center,.guest-theme-dark .guest-request-item,.guest-theme-dark .guest-request-review-list{background:#211D19;border-color:#403830}.guest-theme-dark .guest-requests-head h3,.guest-theme-dark .guest-request-item-top strong,.guest-theme-dark .guest-request-detail-grid strong,.guest-theme-dark .guest-request-review h3,.guest-theme-dark .guest-request-review-list dd{color:#F4F0E7}.guest-theme-dark .guest-requests-head p:last-child,.guest-theme-dark .guest-request-item-top small,.guest-theme-dark .guest-request-item-top span,.guest-theme-dark .guest-request-item-details summary,.guest-theme-dark .guest-request-detail-grid span,.guest-theme-dark .guest-request-review-list dt{color:#A89F94}.guest-theme-dark .guest-request-item-details,.guest-theme-dark .guest-request-review-list>div{border-color:#403830}.guest-theme-dark .guest-request-secondary{border-color:#5A5047;color:#F4F0E7}.guest-theme-dark .guest-request-item-top>b{background:#2A2F2A;border-color:#4B554D;color:#DDE6DF}
@media (prefers-color-scheme:dark){.guest-theme-auto .guest-requests-center,.guest-theme-auto .guest-request-item,.guest-theme-auto .guest-request-review-list{background:#211D19;border-color:#403830}.guest-theme-auto .guest-requests-head h3,.guest-theme-auto .guest-request-item-top strong,.guest-theme-auto .guest-request-detail-grid strong,.guest-theme-auto .guest-request-review h3,.guest-theme-auto .guest-request-review-list dd{color:#F4F0E7}.guest-theme-auto .guest-requests-head p:last-child,.guest-theme-auto .guest-request-item-top small,.guest-theme-auto .guest-request-item-top span,.guest-theme-auto .guest-request-item-details summary,.guest-theme-auto .guest-request-detail-grid span,.guest-theme-auto .guest-request-review-list dt{color:#A89F94}.guest-theme-auto .guest-request-item-details,.guest-theme-auto .guest-request-review-list>div{border-color:#403830}.guest-theme-auto .guest-request-secondary{border-color:#5A5047;color:#F4F0E7}.guest-theme-auto .guest-request-item-top>b{background:#2A2F2A;border-color:#4B554D;color:#DDE6DF}}
@media(max-width:620px){.guest-requests-center{margin:22px 18px 0;padding:18px}.guest-request-review-list>div{grid-template-columns:95px 1fr}.guest-request-review-actions{grid-template-columns:1fr}.guest-request-detail-grid{grid-template-columns:1fr 1fr}}
