@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}}


/* ---------- Fruenda 1.4 · Brand Reframe ---------- */
.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}}


/* ---------- Fruenda 1.4 · 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}}


/* ---------- Fruenda 1.5 · 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}}
