﻿:root{
  --bg:#160f0a;
  --paper:rgba(255,250,244,.86);
  --paper-strong:#fffaf4;
  --ink:#332217;
  --muted:#7b6758;
  --brown:#65432d;
  --brown-dark:#3f2a1d;
  --cream:#fff6ea;
  --green:#81936b;
  --line:rgba(255,255,255,.32);
  --shadow:0 24px 70px rgba(28,16,8,.30);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  min-height:100svh;
  color:var(--ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:
    linear-gradient(180deg,rgba(22,15,10,.52),rgba(22,15,10,.86)),
    url('/customers/tea-more/assets/images/menu/hero-tea-more.jpg') center/cover fixed;
}
a{color:inherit;text-decoration:none}
button{font:inherit}
.app-shell{
  width:min(1180px,100%);
  min-height:100svh;
  margin:0 auto;
  padding:18px 18px calc(28px + env(safe-area-inset-bottom));
}
.app-top{
  position:sticky;
  top:12px;
  z-index:10;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
  padding:10px;
  border:1px solid var(--line);
  border-radius:24px;
  background:rgba(255,250,244,.72);
  backdrop-filter:blur(18px);
  box-shadow:0 12px 34px rgba(28,16,8,.18);
}
.brand{display:flex;align-items:center;gap:10px;min-width:0}
.brand-mark{
  display:grid;
  place-items:center;
  flex:0 0 auto;
  width:42px;
  height:42px;
  border-radius:16px;
  background:linear-gradient(135deg,#3f2a1d,#b9895f);
  color:#fff;
  font-weight:950;
  font-size:13px;
  letter-spacing:-.04em;
  box-shadow:0 10px 22px rgba(63,42,29,.24);
}
.brand b{display:block;font-size:15px;letter-spacing:-.03em}.brand small{display:block;margin-top:2px;color:var(--muted);font-size:11px}.install-btn{
  min-height:42px;
  padding:0 15px;
  border:0;
  border-radius:999px;
  background:var(--brown-dark);
  color:#fff;
  font-weight:850;
  cursor:pointer;
  box-shadow:0 10px 22px rgba(63,42,29,.20);
  transition:transform .2s ease,box-shadow .2s ease;
}.install-btn:hover{transform:translateY(-2px);box-shadow:0 16px 30px rgba(63,42,29,.28)}.install-btn:active{transform:scale(.97)}
.app-main{display:grid;gap:18px}.panel{
  overflow:hidden;
  border:1px solid var(--line);
  border-radius:30px;
  background:var(--paper);
  backdrop-filter:blur(18px);
  box-shadow:var(--shadow);
  padding:22px;
}.hero-panel{
  min-height:260px;
  display:flex;
  align-items:end;
  background:
    linear-gradient(135deg,rgba(255,250,244,.92),rgba(255,250,244,.46)),
    url('/customers/tea-more/assets/images/menu/tra-dao-cam-sa.jpg') right center/contain no-repeat,
    rgba(255,250,244,.82);
}.hero-copy{max-width:620px}.eyebrow,.section-kicker,.card-badge,.live-dot,.customer-card span{
  display:inline-flex;
  align-items:center;
  width:max-content;
  border-radius:999px;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
}.eyebrow{padding:8px 11px;background:#efe3d6;color:var(--brown)}h1{margin:14px 0 8px;font-size:clamp(36px,7vw,72px);line-height:.92;letter-spacing:-.075em}p{margin:0;color:var(--muted);line-height:1.55}.panel-head{display:flex;align-items:end;justify-content:space-between;gap:18px;margin-bottom:16px}.section-kicker{margin-bottom:7px;color:#8b6041}.panel h2{margin:0;font-size:clamp(28px,4vw,42px);line-height:1;letter-spacing:-.06em}.panel-head p{max-width:430px;font-size:14px}.card-grid{display:grid;gap:14px}.sample-grid{grid-template-columns:repeat(4,1fr)}.customer-grid{grid-template-columns:1.2fr 1fr 1fr}.catalog-card,.customer-card{
  position:relative;
  isolation:isolate;
  min-height:230px;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.42);
  border-radius:26px;
  padding:18px;
  color:#fff;
  background:#6b4a34;
  box-shadow:0 16px 34px rgba(43,25,13,.18);
  transform:translateY(0);
  transition:transform .24s ease,box-shadow .24s ease,filter .24s ease;
}.catalog-card:before,.customer-card:before{content:"";position:absolute;inset:0;z-index:-2;background:center/cover no-repeat;transition:transform .35s ease}.catalog-card:after,.customer-card:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(28,16,8,.04),rgba(28,16,8,.76))}.catalog-card:hover,.customer-card.live:hover{transform:translateY(-5px);box-shadow:0 24px 48px rgba(43,25,13,.28)}.catalog-card:hover:before,.customer-card.live:hover:before{transform:scale(1.06)}.catalog-card:active,.customer-card.live:active{transform:scale(.985)}.premium:before{background-image:url('/customers/tea-more/assets/images/menu/hong-tra-kem-cheese.jpg')}.street:before{background-image:url('/customers/tea-more/assets/images/menu/tra-sua-tran-chau-duong-den.jpg')}.story:before{background-image:url('/customers/tea-more/assets/images/menu/tra-vai-hoa-hong.jpg')}.simple:before{background-image:url('/customers/tea-more/assets/images/menu/tea-more-demo-qr.png')}.card-badge,.live-dot,.customer-card span{position:absolute;left:16px;top:16px;padding:7px 10px;background:rgba(255,255,255,.86);color:#4d321f}.catalog-card strong,.customer-card strong{display:block;font-size:22px;line-height:1.05;letter-spacing:-.04em;text-shadow:0 3px 16px rgba(0,0,0,.26)}.catalog-card small,.customer-card small{display:block;margin-top:7px;max-width:210px;color:rgba(255,255,255,.86);font-size:13px;line-height:1.4}.customer-card.live:before{background-image:url('/customers/tea-more/assets/images/menu/hero-tea-more.jpg')}.customer-logo{width:58px;height:58px;margin-bottom:12px;border-radius:18px;background:url('/customers/tea-more/assets/images/menu/logo.png') center/cover;border:2px solid rgba(255,255,255,.78);box-shadow:0 10px 26px rgba(0,0,0,.18)}.locked{color:var(--ink);background:linear-gradient(135deg,#fffaf4,#eee1d2);border-color:rgba(90,65,48,.12)}.locked:after{display:none}.locked strong{text-shadow:none}.locked small{color:var(--muted)}.locked span{background:#efe2d5;color:#765640}
@media(max-width:980px){.sample-grid{grid-template-columns:repeat(2,1fr)}.customer-grid{grid-template-columns:1fr}.panel-head{display:block}.panel-head p{margin-top:8px}.hero-panel{background:linear-gradient(135deg,rgba(255,250,244,.94),rgba(255,250,244,.70)),url('/customers/tea-more/assets/images/menu/tra-dao-cam-sa.jpg') right bottom/260px no-repeat}}
@media(max-width:620px){body{background-attachment:scroll}.app-shell{padding:10px 10px calc(18px + env(safe-area-inset-bottom))}.app-top{top:8px;border-radius:20px}.panel{border-radius:24px;padding:16px}.hero-panel{min-height:230px}.sample-grid{grid-template-columns:1fr}.catalog-card,.customer-card{min-height:196px;border-radius:22px}h1{font-size:42px}.brand small{display:none}}

.customer-empty{
  min-height:230px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  text-align:center;
  border:1px dashed rgba(101,67,45,.25);
  border-radius:26px;
  background:rgba(255,250,244,.48);
  color:var(--muted);
}
.customer-empty span{
  width:54px;
  height:54px;
  margin-bottom:14px;
  border-radius:50%;
  background:linear-gradient(135deg,#eee0d0,#fffaf4);
}
.customer-empty strong{color:var(--brown);font-size:17px;letter-spacing:-.03em}
.customer-empty small{margin-top:8px;max-width:220px;line-height:1.5}
