:root {
  --blue: #137dcc;
  --blue-dark: #0968b2;
  --blue-soft: #e9f5fd;
  --ink: #414141;
  --muted: #777;
  --line: #ebedf0;
  --canvas: #f7f8fa;
  --white: #fff;
  --green: #19b83f;
  --shadow: 0 12px 30px rgba(31, 51, 73, .12);
  --shadow-soft: 0 8px 22px rgba(31, 51, 73, .09);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: "Inter", sans-serif; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
[data-lucide] { width: 1em; height: 1em; stroke-width: 2; pointer-events: none; }
button [data-lucide], a [data-lucide] { display: block; }

.public-header {
  position: sticky; top: 0; z-index: 50; height: 78px; padding: 0 max(24px, calc((100vw - 1460px) / 2));
  display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px;
  background: rgba(255,255,255,.96); box-shadow: 0 5px 18px rgba(31, 51, 73, .08); backdrop-filter: blur(16px);
}
.public-logo { display: flex; align-items: center; gap: 10px; width: max-content; font-size: 18px; color: var(--blue); }
.public-logo strong { color: #3c4856; font-size: 20px; }
.public-logo strong span { color: var(--blue); }
.logo-orbit {
  width: 44px; height: 44px; display: grid; place-items: center; border: 2px solid var(--blue); border-radius: 50%;
  font-size: 14px; font-weight: 800; box-shadow: inset 0 0 0 4px #fff, inset 0 0 0 6px var(--blue);
}
.desktop-nav { display: flex; justify-content: center; gap: 70px; }
.desktop-nav a { color: #626262; font-size: 15px; transition: color .2s; }
.desktop-nav a:hover { color: var(--blue); }
.desktop-nav i { display: inline-block; margin-left: 8px; font-style: normal; vertical-align: -2px; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 26px; }
.account-link { display: flex; align-items: center; gap: 8px; font-size: 14px; }
.ui-icon { color: var(--blue); font-size: 16px; }
.plain-icon, .round-icon, .close-btn {
  position: relative; border: 0; background: transparent; cursor: pointer; font-size: 23px; line-height: 1;
}
.plain-icon:hover { color: var(--blue); }
.plain-icon span {
  position: absolute; min-width: 16px; height: 16px; display: grid; place-items: center; top: -10px; right: -10px;
  padding: 0 4px; border-radius: 20px; color: #fff; background: var(--blue); font-size: 9px; font-weight: 800;
}
.round-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--blue); color: #fff; font-size: 19px; }
.menu-trigger { font-size: 24px; color: var(--blue); }
.back-link { display: inline-grid; place-items: center; width: 42px; height: 42px; font-size: 22px; color: #616161; }
.store-nav { grid-template-columns: 1fr auto 1fr; }

.public-main, .store-main { width: min(1460px, calc(100% - 48px)); margin: 0 auto; padding: 32px 0 110px; }
.hero-slider { position: relative; overflow: hidden; min-height: 390px; background: #dbeeff; border-radius: 0 0 24px 24px; box-shadow: var(--shadow-soft); }
.hero-track { display: flex; height: 390px; transition: transform .55s cubic-bezier(.2,.7,.2,1); }
.hero-slide { position: relative; flex: 0 0 100%; overflow: hidden; color: #fff; }
.hero-slide::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.66), rgba(0,0,0,.03) 70%); }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; }
.hero-copy { position: absolute; z-index: 2; left: 8%; top: 50%; width: min(480px, 70%); transform: translateY(-50%); }
.hero-copy span { display: inline-block; margin-bottom: 14px; font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero-copy h1 { margin: 0 0 12px; font-size: clamp(34px, 5vw, 66px); line-height: .98; letter-spacing: -.055em; }
.hero-copy p { margin: 0 0 25px; font-size: 16px; line-height: 1.6; }
.hero-copy a { display: inline-flex; align-items: center; gap: 12px; padding: 12px 22px; border-radius: 8px; background: #fff; color: #365066; font-weight: 700; font-size: 14px; }
.hero-dots { position: absolute; z-index: 4; bottom: 20px; left: 50%; display: flex; gap: 7px; transform: translateX(-50%); }
.hero-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 8px; background: rgba(255,255,255,.55); cursor: pointer; transition: width .2s; }
.hero-dots button.active { width: 26px; background: #fff; }
.slider-arrow { position: absolute; z-index: 3; top: 50%; width: 42px; height: 42px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: rgba(0,0,0,.2); font-size: 24px; cursor: pointer; transform: translateY(-50%); }
.slider-arrow.prev { left: 18px; }.slider-arrow.next { right: 18px; }

.content-section { padding: 42px 0 12px; overflow: hidden; }
.section-tabs { display: flex; gap: 18px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
.section-tabs::-webkit-scrollbar, .horizontal-grid::-webkit-scrollbar { display: none; }
.tab-pill {
  flex: 0 0 auto; min-width: 122px; padding: 11px 22px; border: 0; border-radius: 30px;
  color: #555; background: #ececec; cursor: pointer; font-weight: 500; transition: .2s;
}
.tab-pill:hover, .tab-pill.active { color: #fff; background: var(--blue); box-shadow: 0 6px 14px rgba(19,125,204,.2); }
.section-line { width: 82%; height: 5px; margin-top: 12px; border-radius: 5px; background: var(--blue); }
.section-title-row { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 34px 0 20px; }
.overline { display: block; margin-bottom: 5px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.section-title-row h2 { margin: 0; color: #454545; font-size: 25px; letter-spacing: -.03em; }
.section-title-row > a { display: inline-flex; align-items: center; gap: 6px; color: var(--blue); font-size: 13px; font-weight: 600; }
.horizontal-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(270px, 1fr); gap: 20px; overflow-x: auto; padding: 4px 4px 20px; scroll-snap-type: x mandatory; scrollbar-width: none; }
.horizontal-grid > * { scroll-snap-align: start; }

.store-card { overflow: hidden; background: #fff; border-radius: 12px; box-shadow: var(--shadow-soft); transition: transform .2s, box-shadow .2s; }
.store-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.store-card-cover { position: relative; height: 175px; overflow: hidden; }
.store-card-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.store-card:hover .store-card-cover img { transform: scale(1.04); }
.store-tag, .product-badge { position: absolute; z-index: 2; top: 0; left: 0; padding: 7px 10px; color: #fff; background: var(--blue); border-radius: 0 0 6px 0; font-size: 10px; font-weight: 800; }
.store-card-body { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; min-height: 82px; padding: 13px; }
.store-logo {
  flex: 0 0 auto; width: 49px; height: 49px; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%;
  color: #fff; font-size: 13px; font-weight: 800; box-shadow: 0 2px 8px rgba(0,0,0,.18);
}
.store-card h3 { overflow: hidden; margin: 0 0 4px; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; }
.store-card p { overflow: hidden; margin: 0; color: #777; font-size: 11px; white-space: nowrap; text-overflow: ellipsis; }
.card-arrow { width: 26px; height: 26px; display: grid; place-items: center; border-radius: 5px; color: #fff; background: var(--blue); font-weight: 800; }

.product-grid { grid-auto-columns: minmax(210px, 1fr); }
.product-card { position: relative; overflow: hidden; background: #fff; border-radius: 12px; box-shadow: var(--shadow-soft); transition: transform .2s, box-shadow .2s; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-image { height: 205px; padding: 12px; background: #fafafa; cursor: pointer; }
.product-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; transition: transform .3s; }
.product-card:hover .product-image img { transform: scale(1.05); }
.favorite-btn {
  position: absolute; z-index: 3; top: 10px; right: 10px; width: 34px; height: 34px; border: 0; border-radius: 50%;
  display: grid; place-items: center; background: #fff; color: #b8b8b8; box-shadow: 0 3px 9px rgba(0,0,0,.1); cursor: pointer; font-size: 18px;
}
.favorite-btn.active { color: #e93867; }
.product-info { padding: 13px 15px 15px; border-top: 1px solid #f0f0f0; }
.product-info h3 { overflow: hidden; margin: 0 0 9px; font-size: 15px; white-space: nowrap; text-overflow: ellipsis; }
.price-row { display: flex; align-items: baseline; gap: 9px; margin-bottom: 12px; }
.price { color: var(--blue); font-size: 15px; font-weight: 700; }
.old-price { color: #858585; font-size: 11px; text-decoration: line-through; }
.product-store { display: flex; align-items: center; gap: 7px; color: #555; font-size: 11px; }
.mini-logo { width: 21px; height: 21px; display: grid; place-items: center; border-radius: 50%; color: #fff; font-size: 6px; font-weight: 800; }
.add-btn { position: absolute; right: 12px; bottom: 10px; width: 31px; height: 31px; display: grid; place-items: center; border: 0; border-radius: 50%; color: #fff; background: var(--blue); cursor: pointer; font-size: 18px; }

.promo-strip {
  display: flex; align-items: center; justify-content: space-between; gap: 30px; margin: 54px 0 0; padding: 35px 42px;
  border-radius: 18px; color: #fff; background: linear-gradient(120deg, var(--blue-dark), var(--blue)); box-shadow: var(--shadow);
}
.promo-strip span { display: block; margin-bottom: 5px; font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; opacity: .75; }
.promo-strip strong { font-size: 27px; }
.promo-strip p { margin: 9px 0 0; font-size: 13px; opacity: .8; }
.primary-btn { display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 13px 22px; border: 0; border-radius: 9px; color: #fff; background: var(--blue); cursor: pointer; font-weight: 700; box-shadow: 0 6px 15px rgba(19,125,204,.22); }
.promo-strip .primary-btn { flex: 0 0 auto; color: var(--blue); background: #fff; }
.primary-btn.wide { width: 100%; }

.floating-button {
  position: fixed; z-index: 45; right: 30px; width: 52px; height: 52px; display: grid; place-items: center;
  border: 0; border-radius: 50%; color: #fff; box-shadow: 0 8px 20px rgba(0,0,0,.18); cursor: pointer; font-size: 20px;
}
.cart-float { bottom: 159px; background: var(--blue); }.chat-float { bottom: 94px; color: var(--blue); background: #fff; border: 2px solid var(--blue); font-size: 20px; font-weight: 800; }.whatsapp-float { bottom: 29px; background: var(--green); font-size: 22px; }
.floating-button b { position: absolute; top: -5px; right: -5px; min-width: 18px; height: 18px; display: grid; place-items: center; padding: 0 4px; border-radius: 20px; color: #fff; background: #263238; font-size: 9px; }
.mobile-bottom-nav { display: none; }

.overlay {
  position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 20px;
  background: rgba(26,43,56,.48); opacity: 0; pointer-events: none; transition: opacity .2s; backdrop-filter: blur(5px);
}
.overlay.open { opacity: 1; pointer-events: auto; }
.overlay-panel, .checkout-panel, .product-detail { position: relative; width: min(850px, 100%); max-height: 90vh; overflow: auto; padding: 34px; border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); transform: translateY(15px); transition: transform .25s; }
.overlay.open .overlay-panel, .overlay.open .checkout-panel, .overlay.open .product-detail { transform: none; }
.close-btn { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: #f1f2f4; font-size: 20px; }
.overlay-panel > .close-btn, .checkout-panel > .close-btn, .product-detail > .close-btn { position: absolute; z-index: 3; top: 18px; right: 18px; }
.big-search { display: flex; align-items: center; gap: 12px; margin-top: 18px; padding: 12px 16px; border: 1px solid #d7dbe0; border-radius: 12px; }
.big-search span { color: var(--blue); font-size: 22px; }.big-search input { width: 100%; border: 0; outline: 0; font-size: 18px; }
.search-results { display: grid; gap: 8px; margin-top: 18px; }
.search-result { display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 12px; padding: 9px; border-radius: 10px; cursor: pointer; }
.search-result:hover { background: var(--blue-soft); }.search-result img { width: 55px; height: 48px; object-fit: contain; border-radius: 7px; background: #f7f7f7; }.search-result strong { font-size: 13px; }.search-result span { color: var(--blue); font-size: 12px; }

.side-overlay { justify-items: end; padding: 0; }
.side-panel { width: min(440px, 100%); height: 100%; padding: 28px; background: #fff; transform: translateX(100%); transition: transform .28s; }
.side-overlay.open .side-panel { transform: none; }
.panel-head { display: flex; align-items: start; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.panel-head h2 { margin: 0; }.panel-list { display: grid; gap: 12px; max-height: calc(100vh - 280px); overflow-y: auto; padding: 20px 0; }
.empty-panel { padding: 60px 20px; color: #888; text-align: center; }.empty-panel b { display: block; margin-bottom: 8px; color: #555; font-size: 18px; }
.side-item { display: grid; grid-template-columns: 75px 1fr auto; align-items: center; gap: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.side-item img { width: 75px; height: 65px; object-fit: contain; border-radius: 8px; background: #f7f7f7; }
.side-item h4 { margin: 0 0 5px; font-size: 13px; }.side-item p { margin: 0; color: var(--blue); font-size: 12px; font-weight: 700; }
.item-variant { display: block; margin-top: 4px; color: #6c7680; font-size: 11px; }
.side-item button { display: grid; place-items: center; border: 0; background: transparent; color: #999; cursor: pointer; font-size: 18px; }
.qty-row { display: flex; align-items: center; gap: 8px; margin-top: 7px; }.qty-row button { width: 21px; height: 21px; border-radius: 50%; background: #eee; font-size: 12px; }
.cart-summary { padding-top: 18px; border-top: 1px solid var(--line); }.cart-total { display: flex; justify-content: space-between; margin-bottom: 17px; font-size: 14px; }.cart-total strong { font-size: 21px; color: var(--blue); }
.chat-panel { display: flex; flex-direction: column; }.chat-messages { flex: 1; display: flex; flex-direction: column; gap: 10px; overflow-y: auto; padding: 20px 0; }.chat-message { max-width: 84%; padding: 11px 13px; border-radius: 14px; font-size: 12px; line-height: 1.55; }.chat-message.bot { align-self: flex-start; border-radius: 4px 14px 14px 14px; background: #eef2f5; }.chat-message.user { align-self: flex-end; border-radius: 14px 4px 14px 14px; color: #fff; background: var(--blue); }.chat-suggestions { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 12px; }.chat-suggestions button { flex: 0 0 auto; padding: 7px 10px; border: 1px solid #dce4ea; border-radius: 20px; color: var(--blue); background: #fff; font-size: 10px; cursor: pointer; }.chat-form { display: grid; grid-template-columns: 1fr auto; gap: 8px; padding-top: 13px; border-top: 1px solid var(--line); }.chat-form input { min-width: 0; padding: 11px; border: 1px solid #dfe3e7; border-radius: 8px; outline-color: var(--blue); }.chat-form button { width: 42px; border: 0; border-radius: 8px; color: #fff; background: var(--blue); }

.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; width: min(960px, 100%); }
.detail-image { min-height: 430px; display: grid; place-items: center; border-radius: 14px; background: #f7f7f7; }.detail-image img { width: 100%; height: 430px; object-fit: contain; mix-blend-mode: multiply; }
.detail-copy { padding: 30px 20px 20px 0; }.detail-copy h2 { margin: 7px 0 12px; color: #383838; font-size: 32px; letter-spacing: -.04em; }.detail-copy > p { color: #777; font-size: 14px; line-height: 1.7; }
.detail-price { display: flex; align-items: baseline; gap: 12px; margin: 22px 0; color: var(--blue); font-size: 25px; font-weight: 800; }.detail-price del { color: #999; font-size: 14px; font-weight: 400; }
.variant-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0 20px; }.variant { padding: 8px 13px; border: 1px solid #ddd; border-radius: 20px; background: #fff; cursor: pointer; font-size: 11px; }.variant.active { border-color: var(--blue); color: var(--blue); background: var(--blue-soft); }
.stock { color: #2a9d55; font-size: 12px; font-weight: 600; }.detail-actions { display: flex; gap: 10px; margin-top: 22px; }.detail-actions .primary-btn { flex: 1; }.outline-btn { padding: 12px 18px; border: 1px solid var(--blue); border-radius: 9px; color: var(--blue); background: #fff; cursor: pointer; font-weight: 700; }

.checkout-panel { width: min(520px, 100%); }.checkout-panel h2 { margin: 6px 0 22px; }.checkout-panel form { display: grid; gap: 14px; }.checkout-panel label { color: #555; font-size: 12px; font-weight: 700; }.checkout-panel small { color: #999; font-weight: 400; }.checkout-panel input, .checkout-panel textarea { width: 100%; margin-top: 6px; padding: 12px; border: 1px solid #dfe2e5; border-radius: 8px; outline-color: var(--blue); }.checkout-panel textarea { min-height: 80px; resize: vertical; }
.mobile-menu { position: fixed; z-index: 110; inset: 0; display: grid; place-content: center; gap: 25px; background: var(--blue); color: #fff; opacity: 0; pointer-events: none; transition: opacity .2s; }.mobile-menu.open { opacity: 1; pointer-events: auto; }.mobile-menu .close-btn { position: absolute; top: 24px; right: 24px; }.mobile-menu a { font-size: 30px; font-weight: 700; text-align: center; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 25px; padding: 11px 18px; border-radius: 30px; color: #fff; background: #263238; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: .2s; font-size: 12px; box-shadow: var(--shadow); }.toast.show { opacity: 1; transform: translate(-50%, 0); }

.chat-form button { display: grid; place-items: center; }
.stock { display: inline-flex; align-items: center; gap: 6px; }
.outline-btn { display: inline-flex; align-items: center; justify-content: center; }
.mobile-bottom-nav [data-lucide] { width: 20px; height: 20px; }

.store-main { padding-top: 0; }
.store-cover { overflow: hidden; border-radius: 0 0 22px 22px; background: #fff; box-shadow: var(--shadow-soft); }
.store-banner { position: relative; height: 420px; }.store-banner::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.25), transparent 65%); }.store-banner img { width: 100%; height: 100%; object-fit: cover; }
.store-profile { position: relative; min-height: 170px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 25px; padding: 26px 45px 26px 185px; }
.store-profile .store-logo { position: absolute; left: 42px; top: -66px; width: 125px; height: 125px; border-width: 7px; font-size: 27px; }
.store-profile h1 { margin: 0 0 8px; font-size: 30px; }.store-profile p { margin: 0 0 15px; color: #777; font-size: 13px; }.store-socials { display: flex; gap: 18px; color: #666; font-weight: 700; }
.category-label { align-self: start; margin-top: 12px; padding: 8px 25px; border-radius: 25px; color: #fff; background: var(--blue); font-size: 13px; }
.store-product-grid { grid-auto-flow: initial; grid-template-columns: repeat(5, minmax(0,1fr)); overflow: visible; }
.result-label { color: #888; font-size: 12px; }

@media (max-width: 1000px) {
  .public-header { grid-template-columns: auto 1fr; }.desktop-nav { display: none; }.header-actions { gap: 18px; }.account-link { display: none; }
  .hero-slider, .hero-track { height: 330px; min-height: 330px; }
  .store-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .store-banner { height: 330px; }
}

@media (max-width: 700px) {
  body { padding-bottom: 74px; }
  .public-header { position: sticky; height: 84px; padding: 0 18px; grid-template-columns: 1fr auto; color: #fff; background: var(--blue); border-radius: 0 0 28px 28px; }
  .public-logo strong { display: none; }.logo-orbit { color: #fff; border-color: #fff; box-shadow: inset 0 0 0 4px var(--blue), inset 0 0 0 6px #fff; }
  .header-actions { gap: 19px; }.header-actions .plain-icon, .header-actions .round-icon { color: #fff; background: transparent; }.header-actions .plain-icon span { background: #263238; }
  .store-nav .back-link { color: #fff; }.store-nav { grid-template-columns: 1fr auto; }
  .public-main, .store-main { width: 100%; padding: 22px 0 25px; }
  .hero-slider { width: calc(100% - 24px); min-height: 238px; height: 238px; margin: 0 12px; border-radius: 18px; }
  .hero-track { height: 238px; }.hero-copy { left: 8%; width: 62%; }.hero-copy h1 { font-size: 27px; }.hero-copy p { display: none; }.hero-copy a { padding: 8px 12px; font-size: 10px; }.slider-arrow { display: none; }
  .content-section { padding: 28px 12px 0; }.section-tabs { gap: 10px; }.tab-pill { min-width: auto; padding: 10px 20px; }.section-line { width: 100%; height: 3px; margin-top: 8px; }
  .section-title-row { margin: 24px 4px 15px; }.section-title-row h2 { font-size: 20px; }.section-title-row > a { font-size: 11px; }
  .horizontal-grid { grid-auto-columns: 78%; gap: 13px; padding-bottom: 18px; }.product-grid { grid-auto-columns: 48%; }
  .store-card-cover { height: 155px; }.product-image { height: 155px; }.product-info { padding: 11px; }.product-info h3 { font-size: 13px; }.add-btn { right: 9px; bottom: 8px; }
  .promo-strip { margin: 28px 12px; padding: 24px; }.promo-strip strong { font-size: 19px; }.promo-strip p { display: none; }.promo-strip .primary-btn { padding: 10px 13px; font-size: 11px; }
  .mobile-bottom-nav {
    position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; height: 72px; display: grid; grid-template-columns: repeat(5, 1fr);
    padding: 7px 10px; border-radius: 20px 20px 0 0; background: #fff; box-shadow: 0 -7px 25px rgba(30,50,70,.13);
  }
  .mobile-bottom-nav a, .mobile-bottom-nav button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border: 0; color: #666; background: transparent; font-size: 9px; cursor: pointer; }
  .mobile-bottom-nav span { font-size: 20px; line-height: 1; }.mobile-bottom-nav .active { color: var(--blue); font-weight: 700; }
  .mobile-bottom-nav .bottom-main { width: 52px; height: 52px; align-self: start; justify-self: center; margin-top: -27px; border-radius: 50%; color: #fff; background: var(--blue); box-shadow: 0 5px 13px rgba(19,125,204,.3); }.mobile-bottom-nav .bottom-main span { font-size: 32px; font-weight: 300; }
  .floating-button { right: 16px; width: 47px; height: 47px; }.cart-float { bottom: 193px; }.chat-float { bottom: 140px; }.whatsapp-float { bottom: 87px; }
  .side-panel { padding: 21px; }.product-detail { display: block; padding: 15px; }.detail-image, .detail-image img { min-height: 280px; height: 280px; }.detail-copy { padding: 20px 5px 5px; }.detail-copy h2 { font-size: 25px; }
  .overlay { padding: 12px; }.overlay-panel, .checkout-panel { padding: 25px 18px; }
  .store-main { padding-top: 20px; }.store-cover { width: calc(100% - 24px); margin: 0 12px; border-radius: 18px; }.store-banner { height: 230px; border-radius: 18px 18px 0 0; overflow: hidden; }
  .store-profile { display: block; min-height: 210px; padding: 72px 20px 20px; text-align: center; }.store-profile .store-logo { left: 50%; top: -52px; width: 100px; height: 100px; font-size: 22px; transform: translateX(-50%); }.store-socials { justify-content: center; }.category-label { display: inline-block; margin-top: 18px; }
  .store-product-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; padding: 0; }.store-product-grid .product-image { height: 150px; }
}

/* SubsHub digital storefront */
:root {
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --blue-soft: #eff6ff;
  --ink: #171923;
  --muted: #6b7280;
  --line: #e5e7eb;
  --canvas: #f4f6f9;
  --green: #16a34a;
  --radius: 8px;
}

.public-logo strong span { color: inherit; }
.logo-orbit {
  border: 0;
  color: #fff;
  background: var(--blue);
  box-shadow: none;
}
.public-header { border-bottom: 1px solid var(--line); box-shadow: none; }
.hero-slider { border-radius: 20px; background: #111827; box-shadow: var(--shadow-soft); }
.hero-slide { background: var(--hero); }
.hero-slide::after { background: linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.12) 72%); }
.hero-copy h1 { letter-spacing: 0; }
.hero-copy a { border-radius: 999px; }
.tab-pill { border-radius: 999px; background: #fff; box-shadow: 0 4px 12px rgba(30,41,59,.08); }
.section-line { display: none; }
.section-title-row h2 { letter-spacing: 0; color: var(--ink); }

.product-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 22px rgba(15,23,42,.08);
}
.product-open {
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.product-visual {
  position: relative;
  height: 146px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #eef2f7;
}
.product-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-visual.generated {
  color: #fff;
  background: linear-gradient(135deg, var(--accent), #111827);
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,.24), transparent 24%),
    linear-gradient(135deg, var(--accent), color-mix(in srgb, var(--accent) 52%, #111827));
}
.product-visual.generated strong {
  font-size: 34px;
  letter-spacing: 0;
}
.visual-icon {
  position: absolute;
  right: 18px;
  bottom: 16px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.18);
}
.visual-icon [data-lucide] { width: 22px; height: 22px; }
.product-visual.compact {
  width: 58px;
  height: 52px;
  border-radius: 8px;
}
.product-visual.compact strong { font-size: 15px; }
.product-visual.compact .visual-icon { display: none; }
.stock-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 3px 10px rgba(15,23,42,.18);
}
.stock-badge.ok { color: #047857; background: #dcfce7; }
.stock-badge.low { color: #92400e; background: #fef3c7; }
.stock-badge.out { color: #be123c; background: #ffe4e6; }
.favorite-btn { border-radius: 999px; }
.product-info { padding: 16px; border-top: 1px solid var(--line); }
.product-info h3 { margin-bottom: 2px; color: var(--ink); font-size: 16px; letter-spacing: 0; }
.product-info p { margin: 0 0 10px; color: var(--muted); font-size: 12px; }
.plan-pill {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 22px;
  padding: 3px 10px;
  border-radius: 999px;
  color: #1d4ed8;
  background: #eef2ff;
  font-size: 11px;
  font-weight: 700;
}
.product-bottom {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 10px;
  margin-top: 18px;
}
.product-bottom span {
  display: block;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0;
}
.product-bottom strong {
  display: block;
  color: var(--ink);
  font-size: 23px;
  line-height: 1;
}
.detail-btn {
  flex: 0 0 auto;
  padding: 10px 15px;
  border: 0;
  border-radius: 999px;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 800;
}

.side-item { grid-template-columns: 58px 1fr auto; }
.side-item .product-visual { background: #eef2ff; }
.side-item h4 { color: var(--ink); }
.side-item span { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.qty-row b { min-width: 16px; text-align: center; font-size: 12px; }

.product-detail {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  border-radius: 12px;
}
.detail-media .product-visual {
  height: 430px;
  border-radius: 12px;
}
.detail-media .product-visual.generated strong { font-size: 64px; }
.detail-copy h2 { letter-spacing: 0; }
.detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
}
.detail-meta .stock-badge {
  position: static;
  box-shadow: none;
}
.checkout-actions {
  display: grid;
  gap: 10px;
  margin-top: 4px;
}
.outline-btn.wide { width: 100%; }

.store-card { border-radius: 8px; border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(15,23,42,.08); }
.store-card-cover span {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 5px 10px;
  border-radius: 999px;
  color: #fff;
  background: rgba(15,23,42,.65);
  font-size: 11px;
  font-weight: 800;
}
.store-card-body > [data-lucide] { color: var(--blue); }

.status-main {
  width: min(900px, calc(100% - 40px));
  margin: 0 auto;
  padding: 48px 0 90px;
}
.status-panel {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.08);
}
.status-panel h1 { margin: 8px 0 10px; letter-spacing: 0; }
.status-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #92400e;
  background: #fef3c7;
}
.status-icon.approved { color: #047857; background: #dcfce7; }
.status-icon [data-lucide] { width: 30px; height: 30px; }
.status-items {
  display: grid;
  gap: 8px;
  margin: 24px 0;
}
.status-items div {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 12px;
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
}
.delivery-box {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 8px;
  background: #f8fafc;
}
.delivery-box h2 { margin: 0; font-size: 18px; letter-spacing: 0; }
.delivery-box article {
  display: grid;
  gap: 10px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.delivery-box pre {
  overflow: auto;
  margin: 0;
  padding: 12px;
  border-radius: 8px;
  background: #111827;
  color: #e5e7eb;
  white-space: pre-wrap;
}
.status-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

@media (max-width: 700px) {
  .public-header { background: #fff; color: var(--ink); border-radius: 0; }
  .public-logo strong { display: inline; color: var(--ink); }
  .logo-orbit { box-shadow: none; }
  .header-actions .plain-icon, .header-actions .round-icon { color: var(--ink); background: transparent; }
  .hero-slider { height: 335px; min-height: 335px; margin: 0 24px; border-radius: 24px; }
  .hero-track { height: 335px; }
  .hero-copy { top: auto; bottom: 28px; left: 28px; width: calc(100% - 56px); transform: none; }
  .hero-copy h1 { font-size: 34px; }
  .hero-copy p { display: block; font-size: 13px; line-height: 1.45; }
  .product-grid { grid-auto-columns: 72%; }
  .product-visual { height: 140px; }
  .product-bottom strong { font-size: 21px; }
  .product-detail { padding: 14px; }
  .detail-media .product-visual, .detail-image, .detail-image img { height: 280px; min-height: 280px; }
  .detail-media .product-visual.generated strong { font-size: 48px; }
  .store-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .store-product-grid .product-visual { height: 132px; }
  .store-product-grid .detail-btn { padding: 9px 11px; font-size: 11px; }
}
