/* ============================================================
   HOKIM KROSS — Мобильное приложение (native UI). Стили
   ============================================================ */
body {
  font-family: var(--font-sans);
  background: #E7E2D8;
  background-image: radial-gradient(circle at 30% 20%, #efe9df, #ddd6c9);
  color: var(--ink);
  display: flex; align-items: center; justify-content: center;
  min-height: 100vh; padding: 24px; overflow: hidden;
}

/* ---------- Phone frame ---------- */
.stage { position: relative; }
.phone {
  --w: 390px; --h: 844px;
  width: var(--w); height: var(--h);
  background: #050608; border-radius: 56px;
  padding: 13px; box-shadow: 0 50px 100px rgba(15,23,42,.4), 0 0 0 2px #1c1f24, inset 0 0 0 2px #2a2d33;
  position: relative;
}
.phone-screen {
  width: 100%; height: 100%; border-radius: 44px; overflow: hidden;
  background: var(--bg); position: relative; display: flex; flex-direction: column;
}
.notch {
  position: absolute; top: 11px; left: 50%; transform: translateX(-50%);
  width: 122px; height: 33px; background: #050608; border-radius: 20px; z-index: 50;
}

/* ---------- Status bar ---------- */
.statusbar {
  height: 52px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 28px; font-family: var(--font-sans); font-weight: 600; font-size: 15px;
  flex: none; z-index: 40; padding-top: 8px;
}
.statusbar .sb-right { display: flex; align-items: center; gap: 7px; }
.statusbar svg { width: 17px; height: 17px; }
.statusbar.on-dark { color: #fff; }

/* ---------- App scroll area ---------- */
#appRoot { flex: 1; min-height: 0; display: flex; flex-direction: column; }
.app-scroll { flex: 1; overflow-y: auto; overflow-x: hidden; -webkit-overflow-scrolling: touch; position: relative; scrollbar-width: none; }
.app-scroll::-webkit-scrollbar { display: none; }
.screen { animation: screen-in .28s cubic-bezier(.4,0,.2,1); padding-bottom: 24px; }
@keyframes screen-in { from { opacity: 0; transform: translateY(8px); } }
.screen-slide { animation: slide-in .3s cubic-bezier(.32,.72,0,1); }
@keyframes slide-in { from { transform: translateX(28px); opacity: .4; } }

/* ---------- App bar ---------- */
.appbar { display: flex; align-items: center; gap: 12px; padding: 6px 20px 12px; }
.appbar .ab-title { font-family: var(--font-display); font-weight: 800; font-size: 17px; flex: 1; text-align: center; }
/* Универсальная круглая кнопка (appbar + плавающие оверлеи) */
.ab-btn {
  width: 40px; height: 40px; border-radius: 50%; border: none;
  background: var(--surface); color: var(--ink); flex: none;
  display: flex; align-items: center; justify-content: center; cursor: pointer; position: relative;
  box-shadow: 0 2px 10px rgba(15,23,42,.10);
  transition: transform .14s ease, background .14s ease, box-shadow .14s ease, color .14s ease;
}
.ab-btn:active { transform: scale(.9); }
.ab-btn.ghost { background: transparent; box-shadow: none; }
.ab-btn.ghost:active { background: var(--bg); }
.ab-btn svg { width: 19px; height: 19px; }
/* Frosted-glass вариант — для кнопок поверх фото */
.ab-btn--glass {
  background: rgba(255,255,255,.78);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  backdrop-filter: blur(14px) saturate(150%);
  box-shadow: 0 4px 18px rgba(0,0,0,.16), inset 0 0 0 1px rgba(255,255,255,.45);
}
.ab-btn--glass:active { background: rgba(255,255,255,.95); }
.ab-btn--glass.on { background: var(--orange); color: #fff; box-shadow: var(--shadow-orange); }
.large-title { padding: 4px 20px 14px; }
.large-title h1 { font-family: var(--font-display); font-weight: 800; font-size: 32px; letter-spacing: -.03em; }
.large-title p { color: var(--ink-3); font-size: 13px; margin: 4px 0 0; }

/* ---------- Home ---------- */
.app-top { display: flex; align-items: center; gap: 12px; padding: 6px 20px 14px; }
.app-top .greet { flex: 1; }
.app-top .greet .g1 { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); letter-spacing: .08em; text-transform: uppercase; }
.app-top .greet .g2 { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -.02em; }
.app-icon-btn { width: 42px; height: 42px; border-radius: 50%; background: var(--surface); box-shadow: 0 2px 10px rgba(15,23,42,.08); border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ink); position: relative; flex: none; transition: transform .14s ease, background .14s ease; }
.app-icon-btn:active { transform: scale(.9); background: var(--bg); }
.app-icon-btn svg { width: 20px; height: 20px; }
.app-icon-btn .badge-num { top: 0; right: 0; }

.search-pill { margin: 0 20px 16px; height: 48px; background: var(--surface); border-radius: var(--r-lg); display: flex; align-items: center; gap: 10px; padding: 0 16px; box-shadow: var(--shadow-sm); color: var(--ink-3); font-size: 15px; cursor: pointer; }
.search-pill svg { width: 19px; height: 19px; }

.hero-card { margin: 0 20px 22px; border-radius: var(--r-2xl); overflow: hidden; position: relative; aspect-ratio: 4/3; background: var(--navy); }
.hero-card .ph { width: 100%; height: 100%; }
.hero-card .hc-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(15,23,42,.82)); display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; color: #fff; }
.hero-card .hc-eyebrow { font-family: var(--font-mono); font-size: 11px; letter-spacing: .1em; color: var(--orange-light); text-transform: uppercase; }
.hero-card h2 { font-size: 28px; font-weight: 800; line-height: 1.02; margin: 8px 0 14px; color: #fff; }
.hero-card .btn { align-self: flex-start; }

.section-head { display: flex; align-items: center; justify-content: space-between; padding: 0 20px 12px; }
.section-head h3 { font-family: var(--font-display); font-weight: 800; font-size: 19px; }
.section-head a { font-family: var(--font-mono); font-size: 12px; color: var(--orange-dark); text-decoration: none; }

.chip-row { display: flex; gap: 9px; overflow-x: auto; padding: 0 20px 18px; scrollbar-width: none; }
.chip-row::-webkit-scrollbar { display: none; }
.brand-chip { flex: none; padding: 9px 16px; border-radius: 22px; background: var(--surface); border: 1.5px solid var(--border-soft); font-size: 14px; font-weight: 500; cursor: pointer; white-space: nowrap; }
.brand-chip.on { background: var(--navy); color: #fff; border-color: var(--navy); }

.h-rail { display: flex; gap: 14px; overflow-x: auto; padding: 0 20px 8px; scrollbar-width: none; scroll-snap-type: x mandatory; }
.h-rail::-webkit-scrollbar { display: none; }
.h-rail .a-card { width: 168px; flex: none; scroll-snap-align: start; }

/* ---------- App product card ---------- */
.a-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 20px; }
.a-card { background: var(--surface); border-radius: var(--r-lg); overflow: hidden; border: 1px solid var(--border-soft); cursor: pointer; }
.a-card .ac-media { position: relative; aspect-ratio: 1/1; background: var(--bg); }
.a-card .ac-media img, .a-card .ac-media .ph { width: 100%; height: 100%; object-fit: cover; }
.a-card .ac-badges { position: absolute; top: 9px; left: 9px; display: flex; gap: 4px; }
.a-card .ac-wish { position: absolute; top: 7px; right: 7px; width: 32px; height: 32px; border-radius: 50%; border: none; background: rgba(255,255,255,.92); display: flex; align-items: center; justify-content: center; cursor: pointer; color: var(--ink); }
.a-card .ac-wish.on { color: var(--danger); }
.a-card .ac-wish svg { width: 16px; height: 16px; }
.a-card .ac-body { padding: 11px 12px 13px; }
.a-card .ac-brand { font-family: var(--font-mono); font-size: 10px; color: var(--ink-3); text-transform: uppercase; letter-spacing: .06em; }
.a-card .ac-name { font-family: var(--font-display); font-weight: 700; font-size: 14px; line-height: 1.2; margin: 2px 0 7px; }
.a-card .ac-foot { display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.a-card .ac-price { font-family: var(--font-display); font-weight: 800; font-size: 16px; white-space: nowrap; }
.a-card .ac-old { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); text-decoration: line-through; }

.app-banner { margin: 22px 20px 8px; background: var(--orange-tint); border-radius: var(--r-xl); padding: 22px; }
.app-banner .eyebrow { color: var(--orange-dark); }
.app-banner h3 { font-family: var(--font-display); font-weight: 800; font-size: 22px; margin: 8px 0 6px; line-height: 1.05; }
.app-banner p { font-size: 13px; color: var(--ink-2); margin: 0 0 16px; }

/* ---------- Tab bar ---------- */
.tabbar { flex: none; height: 84px; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); border-top: 1px solid var(--border-soft); display: flex; padding: 8px 8px 22px; z-index: 40; }
.tab { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 4px; border: none; background: none; cursor: pointer; color: var(--ink-3); font-size: 10px; font-weight: 500; position: relative; padding-top: 6px; }
.tab svg { width: 23px; height: 23px; }
.tab.on { color: var(--orange); }
.tab .badge-num { top: 0; right: 50%; margin-right: -22px; }

/* ---------- Product (app) ---------- */
.pdp-app-img { position: relative; aspect-ratio: 1/1; background: var(--surface); overflow: hidden; }
.pdp-carousel-track { display: flex; height: 100%; transition: transform .35s cubic-bezier(.4,0,.2,1); }
.pdp-carousel-track .pdp-slide { flex: none; width: 100%; height: 100%; }
.pdp-carousel-track .pdp-slide img { width: 100%; height: 100%; object-fit: cover; }
.pdp-carousel-track .pdp-slide .ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--surface); font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); text-transform: uppercase; }
.pdp-dots { display: flex; justify-content: center; gap: 6px; padding: 10px 0 4px; }
.pdp-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--border); cursor: pointer; transition: all .2s; }
.pdp-dot.on { background: var(--orange); width: 18px; border-radius: 3px; }
.pdp-app-over { position: absolute; top: 14px; left: 16px; right: 16px; display: flex; justify-content: space-between; z-index: 5; }
.pdp-app-thumbs { display: flex; gap: 8px; padding: 10px 20px 4px; }
.pdp-thumb { width: 58px; height: 58px; border-radius: var(--r-md); overflow: hidden; border: 2px solid transparent; background: var(--surface); cursor: pointer; flex: none; }
.pdp-thumb.on { border-color: var(--orange); }
.pdp-thumb img { width: 100%; height: 100%; object-fit: cover; }
.pdp-thumb .ph { width: 100%; height: 100%; background: var(--bg); }
.pdp-app-info { padding: 14px 20px 0; }
.pdp-app-info .brand { font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); letter-spacing: .06em; text-transform: uppercase; }
.pdp-app-info h1 { font-family: var(--font-display); font-weight: 800; font-size: 26px; margin: 6px 0 10px; line-height: 1.05; }
.pdp-app-rate { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--ink-2); margin-bottom: 14px; }
.pdp-app-price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 6px; }
.pdp-app-price .price { font-family: var(--font-display); font-weight: 800; font-size: 30px; white-space: nowrap; }
.pdp-app-price .price-old { font-family: var(--font-mono); font-size: 14px; color: var(--ink-3); text-decoration: line-through; }
.pdp-app-price .save { background: var(--danger-tint); color: var(--danger); font-family: var(--font-mono); font-size: 12px; padding: 3px 7px; border-radius: var(--r-xs); }
.app-section { padding: 18px 20px; border-top: 1px solid var(--border-soft); margin-top: 16px; }
.app-section .as-lbl { display: flex; justify-content: space-between; margin-bottom: 12px; font-weight: 600; font-size: 14px; }
.app-section .as-lbl a { font-family: var(--font-mono); font-size: 12px; color: var(--orange-dark); text-decoration: none; }
.app-sizes { display: flex; flex-wrap: wrap; gap: 9px; }
.app-size { min-width: 52px; height: 48px; padding: 0 6px; border-radius: var(--r-md); border: 1.5px solid var(--border); background: #fff; font-family: var(--font-mono); font-weight: 500; font-size: 15px; cursor: pointer; }
.app-size.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.app-size:disabled { opacity: .45; text-decoration: line-through; cursor: not-allowed; }
.app-desc { padding: 0 20px 16px; color: var(--ink-2); font-size: 14px; line-height: 1.6; }
.app-section .app-desc { padding: 0; }
.app-size:active { transform: scale(.94); }
.app-size { transition: transform .12s ease, background .12s ease, border-color .12s ease; }

/* Кликабельный рейтинг → отзывы */
.pdp-rate-btn { display: flex; align-items: center; gap: 7px; background: var(--bg); border: 1px solid var(--border-soft); border-radius: 30px; padding: 6px 12px; cursor: pointer; font-family: var(--font-sans); transition: background .14s ease, transform .14s ease; }
.pdp-rate-btn:active { transform: scale(.97); background: var(--orange-tint); }
.pdp-rate-val { font-family: var(--font-display); font-weight: 800; font-size: 14px; color: var(--ink); }
.pdp-rate-cnt { font-size: 12px; color: var(--ink-3); }

/* Характеристики */
.pdp-specs { display: flex; flex-direction: column; }
.pdp-spec-row { display: flex; justify-content: space-between; align-items: center; padding: 11px 0; border-bottom: 1px solid var(--border-soft); }
.pdp-spec-row:last-child { border-bottom: none; }
.pdp-spec-k { font-size: 13px; color: var(--ink-3); }
.pdp-spec-v { font-size: 14px; font-weight: 600; color: var(--ink); text-align: right; }

/* Количество */
.pdp-qty { display: inline-flex; align-items: center; gap: 4px; background: var(--bg); border: 1px solid var(--border-soft); border-radius: var(--r-md); padding: 5px; }
.pdp-qty-btn { width: 40px; height: 40px; border-radius: 10px; border: none; background: var(--surface); color: var(--ink); display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 1px 4px rgba(15,23,42,.08); transition: transform .12s ease; }
.pdp-qty-btn:active { transform: scale(.9); }
.pdp-qty-val { min-width: 46px; text-align: center; font-family: var(--font-display); font-weight: 800; font-size: 18px; }

/* sticky add-to-cart bar */
.sticky-bar { position: sticky; bottom: 0; background: rgba(255,255,255,.95); backdrop-filter: blur(14px); border-top: 1px solid var(--border-soft); padding: 14px 20px 16px; display: flex; gap: 12px; align-items: center; z-index: 20; }
.sticky-bar .sb-price { display: flex; flex-direction: column; }
.sticky-bar .sb-price .l { font-size: 11px; color: var(--ink-3); font-family: var(--font-mono); }
.sticky-bar .sb-price .v { font-family: var(--font-display); font-weight: 800; font-size: 20px; white-space: nowrap; }
.sticky-bar .btn { flex: 1; }
.wish-app { width: 52px; height: 52px; flex: none; border-radius: var(--r-md); border: 1.5px solid var(--border); background: #fff; display: flex; align-items: center; justify-content: center; cursor: pointer; }
.wish-app.on { color: var(--danger); border-color: var(--danger); background: var(--danger-tint); }
.wish-app svg { width: 22px; height: 22px; }

/* ---------- Cart (app) ---------- */
.a-cart-line { display: flex; gap: 12px; padding: 14px 20px; border-bottom: 1px solid var(--border-soft); }
.a-cart-line .media { width: 80px; height: 80px; border-radius: var(--r-md); overflow: hidden; background: var(--bg); flex: none; }
.a-cart-line .media img, .a-cart-line .media .ph { width: 100%; height: 100%; object-fit: cover; }
.a-cart-line .cl-mid { flex: 1; min-width: 0; }
.a-cart-line .cl-brand { font-family: var(--font-mono); font-size: 10px; color: var(--ink-3); text-transform: uppercase; }
.a-cart-line .cl-name { font-family: var(--font-display); font-weight: 700; font-size: 15px; margin: 2px 0 4px; }
.a-cart-line .cl-meta { font-size: 12px; color: var(--ink-2); }
.a-cart-line .cl-price { font-family: var(--font-display); font-weight: 800; font-size: 16px; margin-top: 8px; white-space: nowrap; }
.a-qty { display: inline-flex; align-items: center; border: 1.5px solid var(--border); border-radius: var(--r-sm); }
.a-qty button { width: 32px; height: 34px; border: none; background: #fff; font-size: 17px; cursor: pointer; color: var(--ink); }
.a-qty span { width: 32px; text-align: center; font-family: var(--font-mono); font-size: 14px; }
.cl-del { background: none; border: none; color: var(--ink-3); cursor: pointer; align-self: flex-start; padding: 4px; }
.cl-del svg { width: 17px; height: 17px; }

.a-summary { padding: 18px 20px; }
.a-sum-row { display: flex; justify-content: space-between; padding: 7px 0; font-size: 14px; color: var(--ink-2); }
.a-sum-row b { color: var(--ink); }
.a-sum-row.save { color: var(--success); }
.a-sum-total { display: flex; justify-content: space-between; align-items: baseline; border-top: 1px solid var(--border); margin-top: 8px; padding-top: 14px; }
.a-sum-total b { font-family: var(--font-display); font-size: 24px; font-weight: 800; white-space: nowrap; }

/* ---------- Checkout (app) ---------- */
.a-field { padding: 0 20px 14px; }
.a-field label { display: block; font-size: 12px; font-weight: 500; color: var(--ink-2); margin-bottom: 6px; }
.a-field input, .a-field textarea { width: 100%; height: 48px; border: 1.5px solid var(--border); border-radius: var(--r-md); padding: 0 14px; font-family: var(--font-sans); font-size: 15px; background: #fff; }
.a-field textarea { height: 76px; padding: 12px 14px; resize: none; }
.a-field input:focus, .a-field textarea:focus { outline: none; border-color: var(--orange); }
.a-opt-list { padding: 0 20px; display: flex; flex-direction: column; gap: 10px; }
.a-opt { display: flex; align-items: center; gap: 12px; border: 1.5px solid var(--border); border-radius: var(--r-md); padding: 14px; cursor: pointer; }
.a-opt.on { border-color: var(--orange); background: var(--orange-tint); }
.a-opt .radio { width: 20px; height: 20px; border-radius: 50%; border: 2px solid var(--border); flex: none; position: relative; }
.a-opt.on .radio { border-color: var(--orange); }
.a-opt.on .radio::after { content: ''; position: absolute; inset: 3px; border-radius: 50%; background: var(--orange); }
.a-opt .opt-ic { width: 36px; height: 36px; border-radius: var(--r-sm); background: var(--bg); display: flex; align-items: center; justify-content: center; }
.a-opt .opt-ic svg { width: 19px; height: 19px; }
.a-opt .opt-main { flex: 1; }
.a-opt .opt-title { font-weight: 600; font-size: 14px; }
.a-opt .opt-desc { font-size: 12px; color: var(--ink-2); }
.a-opt .opt-price { font-family: var(--font-display); font-weight: 700; font-size: 14px; white-space: nowrap; }
.app-sec-title { font-family: var(--font-display); font-weight: 800; font-size: 17px; padding: 18px 20px 12px; }

/* ---------- Confirm (app) ---------- */
.a-confirm { text-align: center; padding: 30px 24px; }
.a-confirm .ring { width: 84px; height: 84px; border-radius: 50%; background: var(--success-tint); color: var(--success); display: flex; align-items: center; justify-content: center; margin: 10px auto 22px; }
.a-confirm .ring svg { width: 40px; height: 40px; }
.a-confirm h1 { font-family: var(--font-display); font-weight: 800; font-size: 28px; margin-bottom: 8px; }
.a-confirm > p { color: var(--ink-2); font-size: 14px; margin: 0 auto 16px; }
.a-confirm-bonus { display: inline-flex; align-items: center; gap: 7px; background: var(--orange-tint); color: var(--orange-dark); font-weight: 700; font-size: 13px; padding: 8px 16px; border-radius: 30px; margin-bottom: 8px; }
.a-order-box { background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-lg); padding: 18px; text-align: left; margin: 0 20px 18px; }
.a-order-box .ob-num { font-family: var(--font-mono); font-weight: 700; font-size: 18px; }
.a-track { display: flex; margin: 18px 0 4px; }
.a-track .st { flex: 1; text-align: center; position: relative; }
.a-track .st .sd { width: 30px; height: 30px; border-radius: 50%; background: var(--surface); border: 2px solid var(--border); margin: 0 auto 6px; display: flex; align-items: center; justify-content: center; font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); position: relative; z-index: 2; }
.a-track .st.done .sd { background: var(--orange); border-color: var(--orange); color: #fff; }
.a-track .st::before { content: ''; position: absolute; top: 15px; left: -50%; width: 100%; height: 2px; background: var(--border); }
.a-track .st:first-child::before { display: none; }
.a-track .st.done::before { background: var(--orange); }
.a-track .st .stl { font-size: 10px; color: var(--ink-2); }
.a-track .st .sd svg { width: 15px; height: 15px; }

/* ---------- Profile (app) ---------- */
.a-prof-head { display: flex; align-items: center; gap: 14px; padding: 8px 20px 22px; }
.a-prof-ava { width: 60px; height: 60px; border-radius: 50%; background: var(--orange); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 700; font-size: 22px; flex: none; }
.a-prof-head .pn { font-family: var(--font-display); font-weight: 800; font-size: 20px; }
.a-prof-head .pe { font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); }
.a-stats { display: flex; gap: 10px; padding: 0 20px 20px; }
.a-stat { flex: 1; background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-md); padding: 14px; text-align: center; }
.a-stat .n { font-family: var(--font-display); font-weight: 800; font-size: 24px; }
.a-stat .l { font-size: 11px; color: var(--ink-3); }
.a-menu { padding: 0 20px; }
.a-menu-item { display: flex; align-items: center; gap: 14px; padding: 16px 4px; border-bottom: 1px solid var(--border-soft); cursor: pointer; font-size: 15px; font-weight: 500; }
.a-menu-item .mi-ic { width: 38px; height: 38px; border-radius: var(--r-md); background: var(--bg); display: flex; align-items: center; justify-content: center; color: var(--ink); }
.a-menu-item .mi-ic svg { width: 19px; height: 19px; }
.a-menu-item .mi-label { flex: 1; }
.a-menu-item .chev { color: var(--ink-3); }
.a-menu-item .chev svg { width: 18px; height: 18px; }
button.a-menu-item { background: none; border: none; width: 100%; text-align: left; color: var(--ink); font-family: var(--font-sans); }

/* ---------- Bottom sheet ---------- */
.sheet-back { position: absolute; inset: 0; background: rgba(15,23,42,.45); z-index: 90; opacity: 0; pointer-events: none; transition: .25s; border-radius: 44px; }
.sheet-back.open { opacity: 1; pointer-events: auto; }
.sheet { position: absolute; left: 0; right: 0; bottom: 0; background: var(--bg); border-radius: 26px 26px 0 0; z-index: 95; transform: translateY(100%); transition: transform .3s cubic-bezier(.32,.72,0,1); max-height: 80%; overflow-y: auto; padding-bottom: 28px; }
.sheet.open { transform: translateY(0); }
.sheet-handle { width: 40px; height: 5px; border-radius: 3px; background: var(--border); margin: 12px auto 4px; }
.sheet-head { display: flex; align-items: center; justify-content: space-between; padding: 8px 20px 12px; }
.sheet-head h3 { font-family: var(--font-display); font-weight: 800; font-size: 20px; }
.sheet-head button { width: 34px; height: 34px; border-radius: 50%; border: none; background: var(--surface); display: flex; align-items: center; justify-content: center; cursor: pointer; }
.sheet-head button svg { width: 18px; height: 18px; }
.sheet-body { padding: 0 20px; }
.sheet-fblock { padding: 16px 0; border-bottom: 1px solid var(--border); }
.sheet-fblock h4 { font-size: 14px; margin: 0 0 12px; }

/* toast inside phone */
.app-toast-wrap { position: absolute; bottom: 100px; left: 0; right: 0; display: flex; flex-direction: column; align-items: center; gap: 8px; z-index: 80; pointer-events: none; }
.app-toast { background: var(--navy); color: #fff; padding: 12px 18px; border-radius: var(--r-md); font-size: 13px; font-weight: 500; display: flex; align-items: center; gap: 10px; box-shadow: var(--shadow-lg); animation: toast-in .3s ease; }
.app-toast svg { width: 16px; height: 16px; color: var(--orange-light); }

.app-empty { text-align: center; padding: 70px 30px; color: var(--ink-2); }
.app-empty svg { width: 48px; height: 48px; color: var(--border); margin-bottom: 14px; }
.app-empty h3 { font-family: var(--font-display); font-size: 20px; color: var(--ink); margin-bottom: 6px; }
.app-empty p { font-size: 13px; }

/* hint label outside phone */
.frame-hint { position: absolute; left: 50%; bottom: -2px; transform: translate(-50%, 100%); font-family: var(--font-mono); font-size: 11px; color: rgba(15,23,42,.4); letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }

/* ---------- Filter button ---------- */
.app-filter-btn {
  height: 48px; padding: 0 16px; border-radius: var(--r-lg);
  border: 1.5px solid var(--border); background: var(--surface);
  display: flex; align-items: center; gap: 7px; cursor: pointer;
  font-family: var(--font-mono); font-size: 13px; font-weight: 600;
  color: var(--ink); white-space: nowrap; flex: none; position: relative;
}
.app-filter-btn svg { width: 16px; height: 16px; }
.app-filter-btn.active { border-color: var(--orange); color: var(--orange); background: var(--orange-tint); }
.app-filter-btn .badge-num { top: -4px; right: -4px; }

/* ---------- Profile premium ---------- */
.a-prof-panel { display: flex; align-items: center; gap: 14px; padding: 20px 20px 10px; }
.a-prof-ava2 {
  width: 56px; height: 56px; border-radius: 50%;
  background: linear-gradient(140deg, var(--orange-light), var(--orange));
  color: #fff; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 21px;
  box-shadow: var(--shadow-orange), inset 0 0 0 2px rgba(255,255,255,.3); flex: none;
}
.a-prof-panel-names { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.a-prof-name { font-family: var(--font-display); font-weight: 800; font-size: 22px; letter-spacing: -.02em; color: var(--ink); line-height: 1.1; }
.a-prof-name-sub { font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); }

/* sections */
.a-prof-section { padding: 14px 18px 0; }
.a-prof-sec-head { display: flex; align-items: center; gap: 10px; padding: 6px 2px 12px; }
.a-prof-sec-count { font-family: var(--font-mono); font-size: 11px; font-weight: 700; color: var(--orange-dark); background: var(--orange-tint); border-radius: 20px; padding: 2px 9px; }

/* menu card */
.a-menu-card { background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-xl); overflow: hidden; box-shadow: 0 2px 10px rgba(15,23,42,.04); }
.a-menu-card .a-menu-item { padding: 15px 16px; border-bottom: 1px solid var(--border-soft); }
.a-menu-card .a-menu-item:last-child { border-bottom: none; }
.a-menu-card .a-menu-item:active { background: var(--bg); }
.mi-meta { font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); margin-right: 4px; }
.a-menu-item--danger .mi-label { color: var(--danger); }
.mi-ic--danger { background: rgba(239,68,68,.08) !important; color: var(--danger) !important; }

/* order cards */
.prof-orders-list { display: flex; flex-direction: column; gap: 10px; }
.a-order-card { background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-lg); padding: 15px 16px; box-shadow: 0 2px 10px rgba(15,23,42,.04); }
.a-order-head { display: flex; justify-content: space-between; align-items: center; }
.a-order-num { font-family: var(--font-mono); font-weight: 700; font-size: 13px; color: var(--ink); letter-spacing: .02em; }
.a-order-badge { font-size: 11px; font-weight: 700; color: var(--st); background: rgba(0,0,0,.05); border-radius: 20px; padding: 3px 10px; }
@supports (background: color-mix(in srgb, red 10%, transparent)) {
  .a-order-badge { background: color-mix(in srgb, var(--st) 13%, transparent); }
}
.a-order-items { font-size: 14px; font-weight: 600; color: var(--ink); margin: 9px 0 8px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.a-order-more { font-family: var(--font-mono); font-size: 11px; font-weight: 700; color: var(--ink-3); background: var(--bg); border-radius: 6px; padding: 1px 6px; margin-left: 4px; }
.a-order-foot { display: flex; justify-content: space-between; align-items: center; padding-top: 10px; border-top: 1px solid var(--border-soft); }
.a-order-meta { font-size: 12px; color: var(--ink-3); }
.a-order-total { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--ink); }

/* loading / empty */
.prof-orders-loading { text-align: center; padding: 28px 0; color: var(--ink-3); font-size: 13px; font-family: var(--font-mono); }
.prof-orders-zero { text-align: center; padding: 30px 24px 8px; }
.prof-orders-zero__ic { width: 56px; height: 56px; margin: 0 auto 14px; border-radius: 18px; background: var(--orange-tint); color: var(--orange); display: flex; align-items: center; justify-content: center; }
.prof-orders-zero__ic svg { width: 26px; height: 26px; }
.prof-orders-zero__t { font-family: var(--font-display); font-weight: 800; font-size: 16px; color: var(--ink); margin-bottom: 6px; }
.prof-orders-zero__s { font-size: 13px; color: var(--ink-3); line-height: 1.5; margin-bottom: 16px; }
.prof-orders-zero__btn { background: var(--navy); color: #fff; border: none; border-radius: var(--r-md); padding: 11px 22px; font-family: var(--font-display); font-weight: 700; font-size: 14px; cursor: pointer; }
.prof-orders-zero__btn:active { background: var(--navy-2); }
.prof-orders-empty { text-align: center; padding: 28px 0; color: var(--ink-3); font-size: 13px; }

/* ---------- Notifications ---------- */
.a-notif-list { display: flex; flex-direction: column; gap: 10px; padding: 4px 18px 0; }
.a-notif { display: flex; gap: 13px; background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-lg); padding: 14px; box-shadow: 0 2px 10px rgba(15,23,42,.04); }
.a-notif__ic { width: 40px; height: 40px; flex: none; border-radius: 12px; background: var(--orange-tint); color: var(--orange); display: flex; align-items: center; justify-content: center; }
.a-notif__ic svg { width: 20px; height: 20px; }
.a-notif__body { flex: 1; min-width: 0; }
.a-notif__title { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--ink); }
.a-notif__text { font-size: 13px; color: var(--ink-2); line-height: 1.45; margin-top: 2px; }
.a-notif__date { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); margin-top: 6px; }

/* ---------- Addresses ---------- */
.a-addr-list { display: flex; flex-direction: column; gap: 10px; padding: 4px 18px 0; }
.a-addr { display: flex; gap: 13px; background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-lg); padding: 14px; box-shadow: 0 2px 10px rgba(15,23,42,.04); }
.a-addr--def { border-color: var(--orange); box-shadow: 0 2px 12px rgba(194,94,31,.10); }
.a-addr__ic { width: 40px; height: 40px; flex: none; border-radius: 12px; background: var(--orange-tint); color: var(--orange); display: flex; align-items: center; justify-content: center; }
.a-addr__ic svg { width: 20px; height: 20px; }
.a-addr__body { flex: 1; min-width: 0; }
.a-addr__title { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--ink); display: flex; align-items: center; gap: 8px; }
.a-addr__badge { font-family: var(--font-mono); font-size: 10px; font-weight: 700; color: var(--orange-dark); background: var(--orange-tint); border-radius: 20px; padding: 2px 8px; text-transform: uppercase; letter-spacing: .04em; }
.a-addr__line { font-size: 13px; color: var(--ink-2); margin-top: 3px; line-height: 1.4; }
.a-addr__phone { font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); margin-top: 4px; }
.a-addr__actions { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; gap: 8px; }
.a-addr__act { background: none; border: none; font-family: var(--font-mono); font-size: 11px; color: var(--orange-dark); cursor: pointer; padding: 2px 0; white-space: nowrap; }
.a-addr__act--del { color: var(--ink-3); }
.a-addr__act--del:active { color: var(--danger); }

/* ---------- Reviews sheet ---------- */
.rv-summary { display: flex; align-items: center; gap: 18px; padding: 4px 0 18px; border-bottom: 1px solid var(--border-soft); margin-bottom: 16px; }
.rv-summary__score { text-align: center; }
.rv-summary__num { font-family: var(--font-display); font-weight: 800; font-size: 40px; line-height: 1; color: var(--ink); }
.rv-summary__stars { display: flex; gap: 2px; justify-content: center; margin: 8px 0 6px; }
.rv-summary__cnt { font-size: 12px; color: var(--ink-3); }
.rv-list { display: flex; flex-direction: column; gap: 14px; }
.rv-loading { text-align: center; padding: 20px 0; color: var(--ink-3); font-size: 13px; font-family: var(--font-mono); }
.rv-empty { text-align: center; padding: 24px 0; color: var(--ink-3); }
.rv-empty svg { width: 32px; height: 32px; color: var(--border); margin-bottom: 10px; }
.rv-empty h4 { font-family: var(--font-display); font-weight: 700; font-size: 15px; color: var(--ink); margin-bottom: 4px; }
.rv-empty p { font-size: 13px; color: var(--ink-3); }
.rv-item { padding: 14px; background: var(--bg); border-radius: var(--r-md); }
.rv-item__top { display: flex; justify-content: space-between; align-items: center; }
.rv-item__author { font-weight: 700; font-size: 14px; color: var(--ink); }
.rv-item__stars { display: flex; gap: 1px; }
.rv-item__text { font-size: 13px; color: var(--ink-2); line-height: 1.5; margin-top: 8px; }
.rv-item__date { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); margin-top: 8px; }

/* ---------- Checkout: saved address picker ---------- */
.co-addr-picker { display: flex; gap: 10px; overflow-x: auto; padding: 14px 20px 2px; margin: 0 -20px; scrollbar-width: none; }
.co-addr-picker::-webkit-scrollbar { display: none; }
.co-addr { flex: none; min-width: 170px; max-width: 220px; text-align: left; background: var(--surface); border: 1.5px solid var(--border); border-radius: var(--r-md); padding: 12px 14px; cursor: pointer; transition: border-color .14s ease, background .14s ease; }
.co-addr.on { border-color: var(--orange); background: var(--orange-tint); }
.co-addr__t { display: flex; align-items: center; gap: 6px; font-weight: 700; font-size: 14px; color: var(--ink); }
.co-addr__def { font-family: var(--font-mono); font-size: 9px; font-weight: 700; color: var(--orange-dark); background: rgba(194,94,31,.12); border-radius: 20px; padding: 1px 6px; text-transform: uppercase; }
.co-addr__l { display: block; font-size: 12px; color: var(--ink-2); margin-top: 4px; line-height: 1.35; }

/* ---------- Settings ---------- */
.a-set-card { background: var(--surface); border: 1px solid var(--border-soft); border-radius: var(--r-xl); overflow: hidden; box-shadow: 0 2px 10px rgba(15,23,42,.04); margin: 0 20px; }
.a-set-row { display: flex; align-items: center; gap: 13px; width: 100%; text-align: left; background: none; border: none; border-bottom: 1px solid var(--border-soft); padding: 15px 16px; cursor: pointer; color: var(--ink); font-family: var(--font-sans); text-decoration: none; }
.a-set-row:last-child { border-bottom: none; }
.a-set-row:active { background: var(--bg); }
.a-set-row__ic { width: 38px; height: 38px; flex: none; border-radius: var(--r-md); background: var(--bg); color: var(--ink); display: flex; align-items: center; justify-content: center; }
.a-set-row__ic svg { width: 19px; height: 19px; }
.a-set-row__main { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.a-set-row__t { font-weight: 600; font-size: 15px; }
.a-set-row__s { font-size: 13px; color: var(--ink-3); }
.a-set-about { text-align: center; font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); padding: 22px 0 6px; }

/* ---------- Auth screen ---------- */
.hs-auth { display: flex; flex-direction: column; padding: 0; }
.hs-auth-head { padding: 28px 20px 0; }
.hs-auth-title { font-family: var(--font-display); font-weight: 800; font-size: 24px; letter-spacing: -.02em; margin-bottom: 6px; }
.hs-auth-sub { font-size: 14px; color: var(--ink-2); line-height: 1.5; }
.hs-auth-tg-btn {
  height: 52px; border-radius: var(--r-md);
  background: #229ED9; color: #fff; border: none;
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  cursor: pointer; width: 100%; display: flex; align-items: center; justify-content: center; gap: 10px;
}
.hs-auth-tg-btn:disabled { opacity: .55; }
.hs-auth-divider { display: flex; align-items: center; gap: 12px; padding: 6px 0; }
.hs-auth-divider::before, .hs-auth-divider::after { content: ''; flex: 1; height: 1px; background: var(--border-soft); }
.hs-auth-divider span { font-family: var(--font-mono); font-size: 11px; color: var(--ink-3); }
.hs-auth-tos2 { text-align: center; padding: 14px 0 0; font-size: 11px; color: var(--ink-3); }
.hs-auth-tos2 a { color: var(--orange-dark); }

/* ---------- Hero carousel ---------- */
.hc-track { display: flex; height: 100%; transition: transform .42s cubic-bezier(.4,0,.2,1); }
.hc-slide { flex: none; width: 100%; height: 100%; position: relative; }
.hc-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hc-slide .ph { width: 100%; height: 100%; background: var(--navy); }
.hc-dots { position: absolute; bottom: 84px; left: 50%; transform: translateX(-50%); display: flex; gap: 6px; z-index: 6; }
.hc-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,.4); cursor: pointer; transition: all .25s; flex: none; }
.hc-dot.on { width: 18px; border-radius: 3px; background: #fff; }

/* ---------- Card img placeholder ---------- */
.ac-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: var(--surface); font-family: var(--font-mono); font-size: 10px; color: var(--ink-3); text-transform: uppercase; letter-spacing: .04em; text-align: center; padding: 8px; }

/* ---------- Auth screen ---------- */
.hs-auth { display: flex; flex-direction: column; height: 100%; background: var(--bg); overflow-y: auto; scrollbar-width: none; }
.hs-auth::-webkit-scrollbar { display: none; }
.hs-auth-head { padding: 28px 24px 0; }
.hs-auth-mark { width: 56px; height: 56px; border-radius: 50%; background: var(--orange); color: #fff; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-weight: 800; font-size: 22px; margin-bottom: 20px; }
.hs-auth-title { font-family: var(--font-display); font-weight: 800; font-size: 26px; letter-spacing: -.02em; line-height: 1.05; }
.hs-auth-sub { font-size: 14px; color: var(--ink-2); margin-top: 6px; line-height: 1.5; }
.hs-auth-form { padding: 24px 24px 0; display: flex; flex-direction: column; gap: 14px; }
.hs-auth-field { display: flex; flex-direction: column; gap: 6px; }
.hs-auth-field label { font-size: 12px; font-weight: 600; color: var(--ink-2); font-family: var(--font-mono); letter-spacing: .04em; text-transform: uppercase; }
.hs-auth-input { height: 52px; border: 1.5px solid var(--border); border-radius: var(--r-md); padding: 0 16px; font-size: 16px; font-family: var(--font-sans); background: #fff; color: var(--ink); width: 100%; box-sizing: border-box; }
.hs-auth-input:focus { outline: none; border-color: var(--orange); }
.hs-auth-input--otp { letter-spacing: .4em; font-family: var(--font-mono); font-size: 24px; font-weight: 700; text-align: center; }
.hs-auth-err { color: var(--danger); font-size: 13px; font-family: var(--font-mono); padding: 0 2px; }
.hs-auth-submit { height: 52px; border-radius: var(--r-md); background: var(--orange); color: #fff; border: none; font-family: var(--font-display); font-weight: 700; font-size: 16px; cursor: pointer; width: 100%; transition: opacity .15s; }
.hs-auth-submit:disabled { opacity: .45; cursor: not-allowed; }
.hs-auth-tos { padding: 16px 24px 0; display: flex; gap: 10px; align-items: flex-start; }
.hs-auth-tos input[type=checkbox] { width: 18px; height: 18px; border-radius: 4px; accent-color: var(--orange); flex: none; margin-top: 1px; cursor: pointer; }
.hs-auth-tos span { font-size: 12px; color: var(--ink-2); line-height: 1.5; }
.hs-auth-tos a { color: var(--orange-dark); text-decoration: underline; cursor: pointer; }
.hs-auth-guest { background: none; border: none; color: var(--ink-3); font-size: 13px; cursor: pointer; padding: 16px 0 0; font-family: var(--font-sans); text-align: center; }
.hs-auth-back { background: none; border: none; color: var(--orange-dark); font-size: 13px; cursor: pointer; padding: 10px 0 0; font-family: var(--font-mono); text-align: center; letter-spacing: .04em; }
.hs-auth-hint { text-align: center; padding: 8px 24px 0; font-size: 13px; color: var(--ink-3); }
.hs-auth-devcode { font-family: var(--font-mono); font-size: 13px; color: var(--success); padding: 6px 2px 0; }

/* ---------- Profile: logged-in states ---------- */
.a-prof-phone { font-family: var(--font-mono); font-size: 12px; color: var(--ink-3); }
.a-prof-logout { background: none; border: none; color: var(--danger); font-size: 14px; cursor: pointer; font-family: var(--font-sans); padding: 0; }

@media (max-height: 900px) {
  .stage { transform: scale(.92); }
}
@media (max-height: 800px) {
  .stage { transform: scale(.82); }
}
@media (max-height: 720px) {
  .stage { transform: scale(.72); }
}

/* ---------- Auth loyalty teaser ---------- */
.hk-auth-card {
  position: relative; overflow: hidden;
  margin: 16px 18px 4px;
  background:
    radial-gradient(130% 120% at 90% 0%, rgba(255,255,255,.20), rgba(255,255,255,0) 45%),
    linear-gradient(160deg, rgba(0,0,0,.60) 0%, rgba(0,0,0,.18) 48%, rgba(0,0,0,.42) 100%),
    linear-gradient(150deg, var(--orange-dark) 0%, var(--orange) 100%);
  border-radius: 20px; padding: 20px 20px 16px;
  box-shadow: 0 12px 32px rgba(0,0,0,.24), inset 0 0 0 1px rgba(255,255,255,.08);
}
.hk-auth-card::before {
  content: ''; position: absolute; right: -50px; bottom: -70px; width: 180px; height: 180px;
  border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.10), transparent 70%); pointer-events: none;
}
.hk-auth-card > * { position: relative; z-index: 1; }
.hk-auth-card__eyebrow { font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: rgba(255,255,255,.28); margin-bottom: 14px; }
.hk-auth-card__row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 14px; }
.hk-auth-card__pct { font-family: var(--font-display); line-height: 1; color: #FFCA5C; }
.hk-auth-card__pct span { font-size: 52px; font-weight: 800; letter-spacing: -.04em; }
.hk-auth-card__pct { font-size: 26px; font-weight: 800; }
.hk-auth-card__sub { font-size: 11px; color: rgba(255,255,255,.36); margin-top: 4px; }
.hk-auth-card__right { font-size: 13px; font-weight: 600; color: rgba(255,255,255,.65); text-align: right; line-height: 1.5; }
.hk-auth-card__perks { display: flex; gap: 6px; flex-wrap: wrap; }
.hk-auth-card__perk { background: rgba(255,202,92,.10); border: 1px solid rgba(255,202,92,.20); border-radius: 7px; padding: 4px 9px; font-size: 10px; font-weight: 600; color: rgba(255,202,92,.65); }

/* ---------- TOS row ---------- */
.hk-tos-row { display: flex; align-items: flex-start; gap: 10px; padding: 4px 0 8px; cursor: pointer; }
.hk-tos-box { width: 22px; height: 22px; border-radius: 7px; flex-shrink: 0; border: 1.5px solid var(--border); background: #fff; display: flex; align-items: center; justify-content: center; transition: all .15s; }
.hk-tos-box.on { border: none; background: var(--orange); }
.hk-tos-text { font-size: 12px; color: var(--ink-2); line-height: 1.55; }
.hk-tos-link { color: var(--orange-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; background: none; border: none; padding: 0; font-size: 12px; cursor: pointer; }

/* ---------- TG waiting ---------- */
.hk-tg-waiting { background: #EFF9FF; border-radius: 12px; padding: 16px; text-align: center; border: 1.5px solid #BAE0F7; }
.hk-tg-waiting__title { font-size: 14px; color: #0369a1; font-weight: 600; margin-bottom: 4px; }
.hk-tg-waiting__sub { font-size: 12px; color: #0284c7; margin-bottom: 10px; }

/* ---------- Loyalty card ---------- */
.hk-lcard {
  position: relative; overflow: hidden;
  background:
    radial-gradient(130% 120% at 90% 0%, rgba(255,255,255,.22), rgba(255,255,255,0) 45%),
    linear-gradient(160deg, rgba(0,0,0,.62) 0%, rgba(0,0,0,.20) 48%, rgba(0,0,0,.42) 100%),
    linear-gradient(150deg, var(--orange-dark) 0%, var(--orange) 100%);
  border-radius: 20px; padding: 20px; display: flex; justify-content: space-between;
  box-shadow: 0 12px 30px rgba(0,0,0,.22), inset 0 0 0 1px rgba(255,255,255,.08); min-height: 140px;
}
.hk-lcard::before {
  content: ''; position: absolute; right: -40px; bottom: -70px; width: 180px; height: 180px;
  border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,.10), transparent 70%); pointer-events: none;
}
.hk-lcard > * { position: relative; z-index: 1; }
.hk-lcard--locked { opacity: 1; }
.hk-lcard__body { display: flex; flex-direction: column; gap: 3px; flex: 1; }
.hk-lcard__store { font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.3); }
.hk-lcard__label { font-size: 11px; color: rgba(255,255,255,.5); margin-bottom: 4px; }
.hk-lcard__pts-row { display: flex; align-items: baseline; gap: 6px; }
.hk-lcard__pts { font-family: var(--font-display); font-weight: 800; font-size: 38px; color: #FFCA5C; letter-spacing: -.03em; line-height: 1; }
.hk-lcard__pts-unit { font-size: 13px; color: rgba(255,202,92,.7); font-weight: 600; }
.hk-lcard__holder { font-family: var(--font-mono); font-size: 11px; color: rgba(255,255,255,.45); letter-spacing: .06em; margin-top: 8px; }
.hk-lcard__qr-wrap { display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 6px; }
.hk-lcard__qr-bg { background: #fff; border-radius: 10px; padding: 6px; width: 90px; height: 90px; display: flex; align-items: center; justify-content: center; }
.hk-lcard__qr-img { width: 78px; height: 78px; display: block; }
.hk-lcard__qr-hint { font-size: 9px; color: rgba(255,255,255,.35); text-align: center; }
/* locked state */
.hk-lcard__cashback { display: flex; align-items: baseline; gap: 4px; margin-top: 4px; }
.hk-lcard__cashback-num { font-family: var(--font-display); font-weight: 800; font-size: 40px; color: #FFCA5C; line-height: 1; letter-spacing: -.03em; }
.hk-lcard__cashback-unit { font-size: 16px; color: rgba(255,202,92,.7); font-weight: 700; }
.hk-lcard__cashback-sub { font-size: 11px; color: rgba(255,255,255,.36); }
.hk-lcard__perks { display: flex; gap: 5px; flex-wrap: wrap; margin-top: 8px; }
.hk-lcard__perk { background: rgba(255,202,92,.10); border: 1px solid rgba(255,202,92,.20); border-radius: 6px; padding: 3px 8px; font-size: 9.5px; font-weight: 600; color: rgba(255,202,92,.65); }
.hk-lcard__lock-side { display: flex; flex-direction: column; align-items: center; justify-content: center; padding-left: 8px; }
.hk-lcard__activate { background: rgba(255,202,92,.18); border: 1px solid rgba(255,202,92,.35); color: #FFCA5C; border-radius: 10px; padding: 8px 12px; font-size: 12px; font-weight: 700; cursor: pointer; font-family: var(--font-display); white-space: nowrap; }
