:root {
  --primary: #0f766e;
  --primary-dark: #115e59;
  --primary-deep: #134e4a;
  --primary-soft: #ccfbf1;
  --primary-pale: #f0fdfa;
  --ink: #0f172a;
  --slate: #475569;
  --muted: #64748b;
  --line: #e2e8f0;
  --canvas: #f8fafc;
  --surface: #ffffff;
  --green: #15803d;
  --shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.07);
  --shadow-lg: 0 28px 70px rgba(15, 118, 110, 0.16);
  --radius: 24px;
  --font: "Plus Jakarta Sans", ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--surface);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
svg { width: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
img { max-width: 100%; }
.material-symbols-rounded { font-family: "Material Symbols Rounded"; font-weight: normal; font-style: normal; line-height: 1; letter-spacing: normal; text-transform: none; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: "liga"; -webkit-font-smoothing: antialiased; font-feature-settings: "liga"; }
.shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 74px;
  border-bottom: 1px solid rgba(226, 232, 240, 0.85);
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
}
.nav-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 20px; font-weight: 800; letter-spacing: -0.03em; }
.brand img { width: 36px; height: 36px; border-radius: 11px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; color: var(--slate); font-size: 14px; font-weight: 650; }
.desktop-nav a { transition: color .2s ease; }
.desktop-nav a:hover { color: var(--primary); }
.button {
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 750;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 40px; padding-inline: 17px; border-radius: 11px; font-size: 14px; }
.button-outline { border-color: var(--line); background: var(--surface); color: var(--primary-deep); }
.button-primary { background: var(--primary); color: white; box-shadow: 0 10px 24px rgba(15, 118, 110, .2); }
.button-primary:hover { background: var(--primary-dark); box-shadow: 0 14px 30px rgba(15, 118, 110, .28); }
.button-light { background: white; color: var(--primary-deep); }
.button-full { width: 100%; }

.hero {
  min-height: 720px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  align-items: center;
  gap: 60px;
  padding-block: 72px 82px;
}
.hero > *, .pricing-wrap > *, .faq-section > *, .feature-grid > *, .steps-grid > *, .final-cta > * { min-width: 0; }
.eyebrow, .section-kicker { color: var(--primary); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; }
.eyebrow span { width: 28px; height: 2px; background: var(--primary); }
.hero h1 { margin: 22px 0 22px; max-width: 680px; font-size: clamp(52px, 6vw, 78px); line-height: .98; letter-spacing: -.065em; }
.hero h1 em { color: var(--primary); font-style: normal; }
.hero-lead { max-width: 590px; margin: 0; color: var(--slate); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; margin-top: 34px; }
.text-link { padding-block: 10px; color: var(--primary-deep); border-bottom: 1px solid var(--primary); font-size: 14px; font-weight: 750; }
.hero-checks { display: flex; flex-wrap: wrap; gap: 12px 22px; margin: 30px 0 0; padding: 0; list-style: none; color: var(--slate); font-size: 13px; }
.hero-checks li { display: flex; align-items: center; gap: 7px; }
.hero-checks i, .pricing-card li i { width: 18px; height: 18px; border-radius: 50%; background: var(--primary-soft); position: relative; flex: 0 0 auto; }
.hero-checks i::after, .pricing-card li i::after { content: ""; position: absolute; width: 6px; height: 3px; border-left: 2px solid var(--primary); border-bottom: 2px solid var(--primary); transform: rotate(-45deg); left: 5px; top: 6px; }

.hero-visual { position: relative; min-height: 570px; display: grid; place-items: center; }
.hero-glow { position: absolute; inset: 8% 2%; border-radius: 50%; background: radial-gradient(circle, #99f6e4 0, #ccfbf1 40%, rgba(240,253,250,0) 72%); filter: blur(8px); }
.hero-phone { position: relative; width: 290px; height: 590px; z-index: 1; padding: 11px; border: 7px solid #152234; border-radius: 45px; background: #152234; transform: rotate(2.5deg); box-shadow: 0 35px 70px rgba(15, 23, 42, .25); }
.phone-speaker { position: absolute; z-index: 3; top: 13px; left: 50%; width: 84px; height: 22px; border-radius: 0 0 14px 14px; transform: translateX(-50%); background: #152234; }
.hero-screen { height: 100%; overflow: hidden; padding: 38px 15px 15px; border-radius: 32px; background: #f1f5f9; }
.mini-topbar { display: flex; justify-content: space-between; align-items: center; }
.mini-topbar span, .mini-balance span, .mini-balance small, .mini-grid span, .mini-transaction span { display: block; color: var(--muted); font-size: 10px; }
.mini-topbar strong { display: block; margin-top: 3px; font-size: 15px; }
.avatar { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 50%; background: var(--primary-soft); color: var(--primary-deep); font-size: 10px; font-weight: 800; }
.mini-balance { margin-top: 18px; padding: 17px; border-radius: 18px; color: white; background: linear-gradient(135deg, var(--primary), #0d9488); box-shadow: 0 12px 22px rgba(15, 118, 110, .2); }
.mini-balance span, .mini-balance small { color: rgba(255,255,255,.76); }
.mini-balance strong { display: block; margin: 6px 0 4px; font-size: 24px; letter-spacing: -.04em; }
.mini-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-top: 10px; }
.mini-grid div, .mini-transaction, .mini-chart { padding: 13px; border: 1px solid var(--line); border-radius: 15px; background: white; }
.mini-grid b { display: block; margin-bottom: 4px; font-size: 17px; }
.mini-heading { display: flex; justify-content: space-between; margin: 18px 2px 9px; font-size: 10px; }
.mini-heading span { color: var(--primary); }
.mini-transaction { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; padding: 11px; }
.mini-transaction b { display: block; margin-bottom: 3px; font-size: 9px; }
.mini-transaction strong { font-size: 10px; }
.receipt-mark { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 10px; background: var(--primary-soft); color: var(--primary); }
.receipt-mark svg { width: 17px; }
.mini-chart { margin-top: 10px; height: 132px; }
.mini-chart .mini-heading { margin: 0; }
.bars { height: 83px; display: flex; gap: 7px; align-items: flex-end; padding-top: 12px; }
.bars i { flex: 1; height: var(--h); border-radius: 4px 4px 2px 2px; background: linear-gradient(#2dd4bf, var(--primary)); }
.float-card { position: absolute; z-index: 2; display: flex; align-items: center; gap: 11px; min-width: 225px; padding: 13px 15px; border: 1px solid rgba(226,232,240,.8); border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: var(--shadow-sm); backdrop-filter: blur(10px); }
.float-card-top { top: 90px; right: -18px; }
.float-card-bottom { bottom: 83px; left: -23px; }
.float-icon { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 11px; }
.float-icon.success { color: var(--green); background: #dcfce7; }
.float-icon.offline { color: #1d4ed8; background: #dbeafe; }
.float-card strong, .float-card small { display: block; }
.float-card strong { font-size: 12px; }
.float-card small { margin-top: 3px; color: var(--muted); font-size: 10px; }

.trust-strip { border-block: 1px solid var(--line); background: var(--canvas); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding-block: 29px; }
.trust-grid div { display: grid; gap: 4px; place-items: center; border-right: 1px solid var(--line); }
.trust-grid div:last-child { border: 0; }
.trust-grid strong { color: var(--primary-deep); font-size: 22px; letter-spacing: -.03em; }
.trust-grid span { color: var(--muted); font-size: 12px; }

.section { padding-block: 112px; }
.section-heading { max-width: 630px; margin-bottom: 48px; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading h2 { margin: 13px 0 15px; font-size: clamp(36px, 4.5vw, 55px); line-height: 1.06; letter-spacing: -.052em; }
.section-heading p { margin: 0; color: var(--slate); font-size: 17px; line-height: 1.7; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card { min-height: 255px; padding: 27px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 3px 0 #e8edf2; }
.feature-wide { position: relative; grid-column: span 2; }
.feature-card h3 { margin: 22px 0 10px; font-size: 20px; letter-spacing: -.025em; }
.feature-card p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.65; }
.feature-wide > div:not(.feature-visual) { max-width: 54%; }
.feature-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 14px; }
.feature-icon.teal { color: var(--primary); background: var(--primary-soft); }
.feature-icon.blue { color: #1d4ed8; background: #dbeafe; }
.feature-icon.amber { color: #b45309; background: #fef3c7; }
.feature-icon.violet { color: #7c3aed; background: #ede9fe; }
.feature-icon.rose { color: #be123c; background: #ffe4e6; }
.feature-visual { position: absolute; right: -12px; bottom: -18px; width: 43%; padding: 20px; border: 1px solid var(--line); border-radius: 20px 0 0 0; background: var(--canvas); transform: rotate(-2deg); }
.checkout-visual span, .checkout-visual strong { display: block; }
.checkout-visual span { color: var(--muted); font-size: 11px; }
.checkout-visual strong { margin-top: 5px; font-size: 21px; }
.checkout-visual button { width: 100%; margin-top: 17px; padding: 12px; border: 0; border-radius: 10px; color: white; background: var(--primary); font-weight: 750; }

.demo-section { overflow: hidden; padding-block: 110px; background: #0d1f2d; color: white; }
.demo-fullbar { display: none; }
.demo-heading { margin-inline: auto; text-align: center; }
.demo-heading .section-kicker, .section-kicker.light { color: #5eead4; }
.demo-heading h2 { color: white; }
.demo-heading p { color: #aab8cb; }
.demo-layout { display: grid; grid-template-columns: 265px minmax(0, 1fr); gap: 36px; align-items: start; }
.demo-guide { position: sticky; top: 105px; padding: 24px; border: 1px solid rgba(255,255,255,.1); border-radius: 22px; background: rgba(255,255,255,.055); }
.guide-label { margin-bottom: 20px; color: #94a3b8; font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.demo-guide ol { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.demo-guide li { display: flex; gap: 11px; padding: 11px; border-radius: 13px; color: #7b8aa1; transition: .25s ease; }
.demo-guide li > span { display: grid; place-items: center; width: 25px; height: 25px; flex: 0 0 auto; border: 1px solid #405067; border-radius: 50%; font-size: 10px; font-weight: 800; }
.demo-guide li b, .demo-guide li small { display: block; }
.demo-guide li b { color: #aab8cb; font-size: 12px; }
.demo-guide li small { margin-top: 3px; font-size: 10px; }
.demo-guide li.active { background: rgba(45,212,191,.11); color: #99f6e4; }
.demo-guide li.active > span { border-color: #2dd4bf; background: #2dd4bf; color: #042f2e; }
.demo-guide li.active b { color: #f0fdfa; }
.demo-guide li.done > span { border-color: #2dd4bf; color: #2dd4bf; }
.reset-demo { width: 100%; margin-top: 20px; padding: 12px; border: 1px solid rgba(255,255,255,.13); border-radius: 11px; color: #cbd5e1; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.reset-demo svg { width: 15px; margin-right: 6px; vertical-align: -3px; }
.device-stage { display: grid; grid-template-columns: minmax(0, 1fr); justify-items: center; min-width: 0; min-height: 0; }
.device-toolbar { display: flex; gap: 4px; margin-bottom: 25px; padding: 5px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: rgba(255,255,255,.06); }
.device-toolbar button { display: flex; align-items: center; gap: 7px; padding: 8px 13px; border: 0; border-radius: 8px; color: #94a3b8; background: transparent; cursor: pointer; font-size: 12px; font-weight: 700; }
.device-toolbar button.active { color: var(--primary-deep); background: white; }
.device-toolbar svg { width: 15px; }
.device { position: relative; width: min(398px, 100%); max-width: 100%; height: auto; aspect-ratio: 398 / 838; container-type: inline-size; padding: 12px; border: 7px solid #29394d; border-radius: 44px; color: var(--ink); background: #152234; box-shadow: 0 35px 90px rgba(0,0,0,.38); transition: width .4s ease, height .4s ease, border-radius .4s ease; }
.device.tablet { width: min(760px, 100%); height: auto; aspect-ratio: 760 / 650; border-radius: 28px; }
.device-camera { position: absolute; z-index: 4; top: 9px; left: 50%; width: 76px; height: 19px; border-radius: 0 0 12px 12px; transform: translateX(-50%); background: #152234; }
.device.tablet .device-camera { width: 7px; height: 7px; top: 9px; border-radius: 50%; }
.pos-app { position: relative; height: 100%; overflow: hidden; border-radius: 30px; background: #f1f5f9; }
.device.tablet .pos-app { border-radius: 17px; }
.app-header { height: 88px; display: flex; align-items: flex-end; justify-content: space-between; padding: 23px 20px 12px; background: #f1f5f9; }
.app-header.has-back { justify-content: flex-start; }
.app-header-back { width: 36px; height: 36px; display: grid; flex: 0 0 auto; place-items: center; margin: 0 4px -3px -9px; border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.app-header-back[hidden] { display: none; }
.app-header-back span { font-size: 21px; }
.app-header small { color: var(--muted); font-size: 10px; }
.app-header h3 { margin: 2px 0 0; font-size: 22px; letter-spacing: -.04em; }
.app-icon-button { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid var(--line); border-radius: 11px; color: var(--slate); background: white; }
.app-icon-button[hidden] { display: none; }
.app-header-actions { display: flex; gap: 2px; margin-left: auto; }
.app-header-actions[hidden] { display: none; }
.app-header-actions button { width: 32px; height: 32px; display: grid; place-items: center; padding: 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; }
.app-header-actions span { font-size: 19px; }
.app-icon-button .material-symbols-rounded { font-size: 19px; }
.app-content { height: calc(100% - 88px); overflow-x: hidden; overflow-y: auto; overscroll-behavior-y: contain; touch-action: pan-y; padding: 0 15px 110px; scrollbar-width: thin; scrollbar-color: #94a3b8 transparent; -webkit-overflow-scrolling: touch; }
.app-content:focus { outline: none; }
.app-content::-webkit-scrollbar { width: 6px; }
.app-content::-webkit-scrollbar-thumb { border-radius: 999px; background: #94a3b8; }
.app-screen { display: none; position: relative; min-height: 100%; }
.app-screen.active { display: block; animation: screen-in .25s ease; }
@keyframes screen-in { from { opacity: 0; transform: translateY(5px); } }
.screen-intro { margin: 4px 2px 14px; }
.screen-intro h4 { margin: 0; font-size: 18px; letter-spacing: -.025em; }
.screen-intro p { margin: 5px 0 0; color: var(--slate); font-size: 10px; line-height: 1.45; }
.home-kpis { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.home-kpi { min-width: 0; min-height: 84px; display: flex; align-items: center; gap: 11px; padding: 13px; }
.home-kpi > div { min-width: 0; }
.home-kpi:last-child { grid-column: 1 / 2; }
.home-kpi-icon { width: 38px; height: 38px; display: grid; flex: 0 0 auto; place-items: center; border-radius: 12px; color: var(--primary-deep); background: var(--primary-soft); font-size: 20px; font-weight: 500; }
.home-kpi-icon.warning { color: #b45309; background: #fef3c7; }
.home-kpi small, .home-kpi strong { display: block; }
.home-kpi small { color: var(--slate); font-size: 9px; line-height: 1.3; }
.home-kpi strong { margin-top: 4px; overflow: hidden; font-size: 14px; letter-spacing: -.03em; white-space: nowrap; }
.menu-intro { margin-top: 21px; }
.home-menu-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.home-menu-card { min-width: 0; min-height: 123px; display: flex; flex-direction: column; align-items: flex-start; padding: 14px; color: var(--ink); text-align: left; cursor: pointer; }
.home-menu-card > span { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; color: var(--primary-deep); background: #e4f1f0; font-size: 20px; font-weight: 400; }
.home-menu-card b { margin-top: 13px; font-size: 13px; }
.home-menu-card small { margin-top: 5px; color: var(--slate); font-size: 9px; line-height: 1.35; }
.management-search { margin-top: 0; background: #f8fafc; }
.management-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-block: 11px; }
.management-actions button { display: flex; align-items: center; justify-content: center; gap: 5px; padding: 11px; border: 0; border-radius: 11px; color: var(--primary-deep); background: var(--primary-soft); cursor: pointer; font-size: 10px; font-weight: 800; }
.management-actions button span { font-size: 16px; }
.management-actions button.primary { color: white; background: var(--primary); }
.management-filters { flex-wrap: wrap; overflow: visible; }
.management-products { display: grid; gap: 10px; }
.management-product { padding: 15px; }
.management-product-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 8px; }
.management-product h5 { margin: 0; font-size: 13px; line-height: 1.35; }
.management-product-head span { padding: 5px 8px; border-radius: 20px; color: var(--green); background: #dcfce7; font-size: 8px; font-weight: 800; }
.management-product-head span.inactive { color: var(--slate); background: #e2e8f0; }
.management-product-meta { display: grid; gap: 5px; margin-top: 10px; color: var(--slate); font-size: 9px; }
.management-product-meta strong { color: var(--ink); }
.management-product-actions { display: grid; grid-template-columns: 1fr 1.4fr; gap: 7px; margin-top: 12px; }
.management-product-actions button { padding: 8px; border: 1px solid #94a3b8; border-radius: 9px; color: var(--ink); background: white; cursor: pointer; font-size: 9px; font-weight: 750; }
.management-product-actions button { display: flex; align-items: center; justify-content: center; gap: 4px; }.management-product-actions button span { font-size: 14px; }
.management-product-actions button.danger { grid-column: 1 / 2; border-color: transparent; color: #991b1b; background: #fee2e2; }
.app-card { border: 1px solid #dbe3ed; border-radius: 19px; background: white; box-shadow: 0 4px 0 rgba(148,163,184,.16); }
.catalog-card { padding: 16px; }
.app-card-heading { display: flex; align-items: center; justify-content: space-between; }
.app-card-heading h4 { margin: 0; font-size: 16px; }
.app-card-heading > span { padding: 5px 9px; border-radius: 20px; color: var(--slate); background: #e2e8f0; font-size: 10px; font-weight: 750; }
.search-field { height: 43px; display: flex; align-items: center; gap: 9px; margin-top: 14px; padding-inline: 12px; border: 1.5px solid #94a3b8; border-radius: 12px; }
.search-field svg { width: 17px; color: var(--slate); }
.search-field > .material-symbols-rounded { color: var(--slate); font-size: 20px; }
.search-field input { min-width: 0; flex: 1; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 12px; }
.filter-chips { display: flex; gap: 6px; overflow-x: auto; margin-block: 12px; scrollbar-width: none; }
.filter-chips::-webkit-scrollbar { display: none; }
.filter-chips button { padding: 8px 11px; white-space: nowrap; border: 1px solid var(--line); border-radius: 10px; color: var(--slate); background: #f8fafc; font-size: 10px; font-weight: 700; cursor: pointer; }
.filter-chips button.active { border-color: #99f6e4; color: var(--primary-deep); background: var(--primary-soft); }
.cashier-search-row { display: grid; grid-template-columns: 1fr 43px; align-items: end; gap: 8px; }
.scan-button { width: 43px; height: 43px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--primary-deep); background: var(--primary); cursor: pointer; }
.scan-button span { font-size: 21px; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.product-card { display: flex; min-width: 0; flex-direction: column; padding: 12px; border: 1px solid var(--line); border-radius: 13px; }
.product-card h5 { min-height: 31px; margin: 0; overflow: hidden; font-size: 11px; line-height: 1.35; }
.product-meta { display: grid; gap: 3px; margin: 4px 0 9px; color: var(--muted); font-size: 9px; }
.product-card strong { margin-top: auto; font-size: 12px; }
.product-card button { display: flex; align-items: center; justify-content: center; gap: 5px; margin-top: 9px; padding: 8px; border: 0; border-radius: 9px; color: var(--primary-deep); background: var(--primary-soft); cursor: pointer; font-size: 10px; font-weight: 800; }
.product-card button span { font-size: 16px; }
.product-card button:active { transform: scale(.97); }
.empty-products { grid-column: 1 / -1; padding: 35px 10px; color: var(--muted); text-align: center; font-size: 11px; }
.cart-fab { position: sticky; bottom: 8px; float: right; display: flex; align-items: center; gap: 8px; margin-top: 14px; padding: 12px 14px; border: 0; border-radius: 13px; color: white; background: var(--primary); box-shadow: 0 10px 20px rgba(15,118,110,.25); cursor: pointer; font-size: 11px; font-weight: 800; }
.cart-fab:disabled { opacity: 0; pointer-events: none; }
.cart-fab svg { width: 16px; }
.cart-fab b { min-width: 18px; height: 18px; display: grid; place-items: center; border-radius: 50%; color: var(--primary-deep); background: white; font-size: 9px; }
.cart-card { padding: 18px; }
.cart-card h4 { margin: 0 0 16px; font-size: 18px; }
.app-screen[data-screen="cart"].active { position: absolute; z-index: 20; inset: 0; display: flex; align-items: flex-end; min-height: 0; padding: 16px; }
.cart-scrim { position: absolute; inset: 0; border: 0; background: rgba(15, 23, 42, .48); cursor: pointer; }
.app-screen[data-screen="cart"] .cart-card { position: relative; z-index: 1; width: 100%; max-height: calc(100% - 24px); overflow-y: auto; border-radius: 20px; }
.cart-sheet-handle { display: block; width: 38px; height: 4px; margin: -8px auto 13px; border-radius: 4px; background: #cbd5e1; }
.cart-items { display: grid; gap: 10px; }
.empty-cart { display: grid; justify-items: center; gap: 5px; padding: 24px 8px; color: var(--slate); text-align: center; }.empty-cart span { font-size: 30px; }.empty-cart b { color: var(--ink); font-size: 11px; }.empty-cart small { font-size: 8px; }
.cart-item { display: grid; grid-template-columns: 1fr auto; gap: 4px 10px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.cart-item b { font-size: 11px; }
.cart-item > span { grid-row: span 2; align-self: center; font-size: 11px; font-weight: 750; }
.qty-controls { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; }
.qty-controls button { width: 25px; height: 25px; display: grid; place-items: center; padding: 0; border: 0; color: var(--primary-deep); background: transparent; cursor: pointer; }
.qty-controls button:last-child { color: #991b1b; }
.qty-controls button span { font-size: 18px; }
.payment-method { margin-top: 18px; }
.payment-method > span { color: var(--slate); font-size: 10px; font-weight: 700; }
.payment-method div { display: grid; grid-template-columns: 1fr 1fr; gap: 7px; margin-top: 7px; }
.payment-method button { padding: 9px; border: 1px solid var(--line); border-radius: 9px; color: var(--slate); background: var(--canvas); cursor: pointer; font-size: 10px; font-weight: 750; }
.payment-method button.active { border-color: var(--primary); color: var(--primary-deep); background: var(--primary-soft); }
.cash-field { display: grid; gap: 6px; margin-top: 10px; color: var(--ink); font-size: 10px; font-weight: 700; }
.cash-field[hidden] { display: none; }
.cash-field > div { display: flex; align-items: center; gap: 7px; padding: 10px; border: 1px solid #94a3b8; border-radius: 9px; background: #f8fafc; }
.cash-field > div > span { color: var(--slate); }
.cash-field input { min-width: 0; flex: 1; border: 0; outline: 0; background: transparent; font-size: 10px; }
.change-row { display: flex; justify-content: space-between; margin-top: 10px; color: var(--slate); font-size: 10px; }
.change-row[hidden] { display: none; }
.change-row strong { color: var(--ink); }
.cart-total { display: flex; align-items: center; justify-content: space-between; margin: 18px 0 12px; padding-top: 15px; border-top: 1px solid var(--line); }
.cart-total span { color: var(--slate); font-size: 11px; }
.cart-total strong { font-size: 20px; }
.app-primary-button { width: 100%; display: flex; align-items: center; justify-content: center; gap: 6px; padding: 12px; border: 0; border-radius: 11px; color: white; background: var(--primary); cursor: pointer; font-size: 11px; font-weight: 800; }
.app-primary-button:disabled { opacity: .45; cursor: default; }
.cart-checkout-footer { position: sticky; bottom: -18px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 12px; margin: 14px -18px -18px; padding: 12px 18px 16px; border-top: 1px solid var(--line); background: white; }
.cart-checkout-footer small, .cart-checkout-footer strong { display: block; }.cart-checkout-footer small { color: var(--slate); font-size: 9px; }.cart-checkout-footer strong { margin-top: 2px; font-size: 13px; }.cart-checkout-footer .app-primary-button { width: auto; }
.receipt-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 15px; }
.receipt-summary > div { padding: 10px; border: 1px solid var(--line); border-radius: 11px; background: #f8fafc; }
.receipt-summary span, .receipt-summary strong { display: block; }
.receipt-summary span { color: var(--slate); font-size: 9px; }
.receipt-summary strong { margin-top: 4px; font-size: 11px; white-space: nowrap; }
.receipt-actions { display: flex; flex-wrap: wrap; gap: 7px; margin-block: 11px; }
.receipt-actions button { display: flex; align-items: center; gap: 6px; padding: 9px 11px; border: 1px solid #94a3b8; border-radius: 9px; color: var(--ink); background: transparent; cursor: pointer; font-size: 9px; font-weight: 750; }
.receipt-actions button.primary { border-color: var(--primary); color: white; background: var(--primary); }
.receipt-actions .material-symbols-rounded { font-size: 16px; }
.receipt-paper { margin-bottom: 13px; padding: 20px 18px; color: #1e293b; border: 1px solid #cbd5e1; background: white; box-shadow: var(--shadow-sm); font-family: "Courier New", monospace; font-size: 9px; line-height: 1.55; text-align: center; }
.receipt-brand { font-size: 13px; font-weight: 800; }
.receipt-separator { overflow: hidden; margin-block: 5px; letter-spacing: -1px; white-space: nowrap; }
.receipt-row { display: flex; justify-content: space-between; gap: 8px; text-align: left; }
.receipt-row[hidden] { display: none; }
.receipt-item { margin-block: 7px; text-align: left; }
.receipt-note { margin: 11px 2px 0; color: var(--slate); font-size: 9px; line-height: 1.5; }
.receipt-total { font-size: 11px; }
.receipt-thanks { margin-top: 15px; }
.period-card { padding: 17px; border-radius: 17px; color: var(--primary-deep); background: var(--primary-soft); }
.period-card small, .period-card strong, .period-card span { display: block; }
.period-card strong { margin: 5px 0; font-size: 17px; }
.period-card span { font-size: 9px; }
.report-filter { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; padding: 14px; }
.report-filter label { color: var(--primary); font-size: 8px; }
.report-filter label > span, .expense-filter label > span { position: relative; display: block; }
.report-filter input { width: 100%; margin-top: 4px; padding: 9px 29px 9px 9px; border: 1px solid #94a3b8; border-radius: 9px; color: var(--ink); background: #f8fafc; font-size: 9px; }
.report-filter label i, .expense-filter label i { position: absolute; top: 50%; right: 9px; color: var(--slate); font-size: 14px; transform: translateY(-42%); }
.report-filter > div { grid-column: 1 / -1; display: flex; gap: 7px; }
.report-filter button { padding: 8px 10px; border: 1px solid var(--line); border-radius: 9px; color: var(--slate); background: #f8fafc; font-size: 9px; font-weight: 750; }
.report-filter button.active { color: var(--primary-deep); background: var(--primary-soft); }
.report-filter button.export { display: flex; align-items: center; gap: 4px; margin-left: auto; border-color: transparent; color: var(--primary-deep); background: var(--primary-soft); }
.report-filter button span { font-size: 14px; }
.kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; margin-block: 10px; }
.kpi-card { min-width: 0; padding: 13px; }
.kpi-card strong, .kpi-card small { display: block; }
.kpi-card strong { margin: 8px 0 2px; overflow: hidden; font-size: 14px; letter-spacing: -.03em; white-space: nowrap; }
.report-chart, .payment-report, .transaction-summary { margin-top: 11px; padding: 15px; }
.line-chart { position: relative; display: grid; grid-template-rows: repeat(4, 1fr); height: 145px; margin-top: 13px; color: var(--slate); font-size: 7px; }
.line-chart > span { border-bottom: 1px solid var(--line); }
.line-chart svg { position: absolute; inset: 2px 0 18px 31px; width: calc(100% - 31px); height: calc(100% - 20px); overflow: visible; }
.chart-area { fill: rgba(13, 148, 136, .12); stroke: none; }
.chart-line { fill: none; stroke: var(--primary); stroke-width: 3; vector-effect: non-scaling-stroke; }
.line-chart circle { fill: white; stroke: var(--primary); stroke-width: 2; vector-effect: non-scaling-stroke; }
.line-chart > div { position: absolute; right: 0; bottom: 0; left: 31px; display: flex; justify-content: space-between; }
.payment-report > div:last-child { display: flex; align-items: center; gap: 22px; margin-top: 14px; }
.payment-donut { width: 105px; aspect-ratio: 1; display: grid; place-content: center; border-radius: 50%; background: radial-gradient(circle, white 0 43%, transparent 44%), conic-gradient(var(--primary) 0 62%, #3b82f6 62% 87%, #22c55e 87%); text-align: center; }
.payment-donut b, .payment-donut small { display: block; }
.payment-donut b { font-size: 12px; }
.payment-donut small { color: var(--slate); font-size: 8px; }
.payment-report ul { flex: 1; margin: 0; padding: 0; list-style: none; }
.payment-report li { display: grid; grid-template-columns: 8px 1fr auto; align-items: center; gap: 7px; margin-block: 8px; font-size: 9px; }
.payment-report li i { width: 8px; height: 8px; border-radius: 50%; background: var(--primary); }
.payment-report li:nth-child(2) i { background: #3b82f6; }
.payment-report li:nth-child(3) i { background: #22c55e; }
.transaction-summary h4 { margin: 0 0 12px; font-size: 13px; }
.transaction-summary #transactionSummaryRows > div { display: flex; justify-content: space-between; gap: 8px; padding-block: 5px; font-size: 9px; }
.kpi-card small { color: var(--muted); font-size: 9px; }
.kpi-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; font-size: 10px; font-weight: 850; }
.kpi-icon.green { color: var(--green); background: #dcfce7; }
.kpi-icon.blue { color: #1d4ed8; background: #dbeafe; }
.kpi-icon.orange { color: #b45309; background: #fef3c7; }
.kpi-icon.teal { color: var(--primary); background: var(--primary-soft); }
.top-products { padding: 15px; }
.top-product-row { display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 8px; padding-block: 9px; font-size: 9px; }
.top-product-row > b { width: 19px; height: 19px; display: grid; place-items: center; border-radius: 6px; color: var(--primary); background: var(--primary-soft); font-size: 8px; }
.top-product-row > div { min-width: 0; }.top-product-row > div > span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.top-product-row i { height: 5px; display: block; overflow: hidden; margin-top: 6px; border-radius: 5px; background: #e2e8f0; }.top-product-row i u { height: 100%; display: block; border-radius: inherit; background: var(--primary); }.top-product-row aside { text-align: right; }.top-product-row aside strong, .top-product-row aside small { display: block; }.top-product-row aside small { margin-top: 5px; color: var(--slate); }
.more-list { overflow: hidden; }
.more-list button, .settings-list button { width: 100%; display: grid; grid-template-columns: 39px 1fr auto; align-items: center; gap: 11px; padding: 15px; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); background: white; text-align: left; cursor: pointer; }
.more-list button:last-child, .settings-list button:last-child { border-bottom: 0; }
.more-list button > div b, .more-list button > div small, .settings-list button > div b, .settings-list button > div small { display: block; }
.more-list button b, .settings-list button b { font-size: 11px; }
.more-list button small, .settings-list button small { margin-top: 3px; color: var(--slate); font-size: 8px; }
.more-list button > i, .settings-list button > i { color: var(--slate); font-size: 20px; font-style: normal; }
.more-icon { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 11px; font-size: 10px; font-weight: 850; }
.more-icon.teal { color: var(--primary); background: var(--primary-soft); }
.more-icon.green { color: var(--green); background: #dcfce7; }
.more-icon.blue { color: #1d4ed8; background: #dbeafe; }
.more-icon.violet { color: #7c3aed; background: #ede9fe; }
.stock-tabs { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 11px; border: 1px solid #94a3b8; border-radius: 11px; overflow: hidden; }
.stock-tabs button { padding: 10px 4px; border: 0; border-right: 1px solid #94a3b8; color: var(--slate); background: #f8fafc; cursor: pointer; font-size: 9px; font-weight: 750; }
.stock-tabs button:last-child { border: 0; }
.stock-tabs button.active { color: var(--primary-deep); background: var(--primary-soft); }
.form-card { padding: 17px; }
.form-card > h4 { margin: 0 0 15px; font-size: 15px; }
.form-card label { display: grid; gap: 6px; margin-bottom: 12px; color: var(--ink); font-size: 10px; font-weight: 700; }
.form-card input, .form-card select, .form-card textarea { width: 100%; padding: 11px; border: 1px solid #94a3b8; border-radius: 10px; outline: 0; color: var(--ink); background: #f8fafc; font-size: 10px; resize: vertical; }
.product-picker { position: relative; }.product-picker > span { position: absolute; z-index: 1; top: 50%; left: 11px; color: var(--slate); font-size: 18px; transform: translateY(-50%); }.form-card .product-picker select { padding-left: 35px; }
.form-card textarea { min-height: 62px; }
.form-card > p { margin: -8px 0 14px; color: var(--slate); font-size: 9px; line-height: 1.45; }
.product-form .sku-field { display: grid; grid-template-columns: 1fr 40px; gap: 7px; }.product-form .sku-field button { display: grid; place-items: center; border: 0; border-radius: 10px; color: var(--primary-deep); background: var(--primary-soft); }.existing-categories { margin: -3px 0 12px; }.existing-categories small { color: var(--slate); font-size: 8px; }.existing-categories > div { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 7px; }.existing-categories button { padding: 6px 8px; border: 1px solid var(--line); border-radius: 9px; color: var(--slate); background: #f8fafc; font-size: 8px; }.status-switch { grid-template-columns: 1fr auto !important; align-items: center; padding: 10px; border: 1px solid var(--line); border-radius: 10px; }.status-switch span b, .status-switch span small { display: block; }.status-switch span small { margin-top: 3px; color: var(--slate); font-size: 8px; }.form-card .status-switch input { width: 34px; height: 19px; accent-color: var(--primary); }.form-cancel { width: 100%; margin-top: 9px; padding: 10px; border: 1px solid #94a3b8; border-radius: 10px; color: var(--ink); background: white; font-size: 10px; font-weight: 750; }
.stock-panel { display: none; }
.stock-panel.active { display: block; }
.stock-history { padding: 16px; }
.stock-history-search { display: flex; align-items: center; gap: 7px; margin: 12px 0; padding: 9px; border: 1px solid #94a3b8; border-radius: 10px; background: #f8fafc; }
.stock-history-search span { color: var(--slate); font-size: 16px; }
.stock-history-search input { width: 100%; border: 0; outline: 0; background: transparent; font-size: 9px; }
.stock-history article { padding: 11px; border: 1px solid var(--line); border-radius: 10px; }
.stock-history article + article { margin-top: 8px; }
.stock-history article > div { display: flex; justify-content: space-between; gap: 8px; }
.stock-history article b { font-size: 10px; }
.stock-history article em { padding: 3px 6px; border-radius: 10px; color: var(--primary-deep); background: var(--primary-soft); font-size: 7px; font-style: normal; }
.stock-history article em.sale { color: #b45309; background: #fef3c7; }
.stock-history article small { color: var(--slate); font-size: 8px; }
.stock-history article p { margin: 7px 0 2px; font-size: 9px; }
.barcode-card { margin-bottom: 11px; padding: 15px; }
.barcode-card h4 { margin: 0; font-size: 13px; }
.barcode-card > p { margin: 5px 0 12px; color: var(--slate); font-size: 9px; line-height: 1.4; }
.barcode-card > div { display: grid; grid-template-columns: 1fr 38px 38px; gap: 7px; }
.barcode-card label { display: flex; align-items: center; gap: 7px; padding-inline: 9px; border: 1px solid #94a3b8; border-radius: 9px; background: #f8fafc; }
.barcode-card label span { color: var(--slate); font-size: 17px; }
.barcode-card input { min-width: 0; width: 100%; padding: 10px 0; border: 0; outline: 0; background: transparent; font-size: 9px; }
.barcode-card button { display: grid; place-items: center; border: 0; border-radius: 10px; color: var(--primary-deep); background: var(--primary-soft); cursor: pointer; }
.barcode-card button span { font-size: 19px; }
.expense-total-card { display: grid; grid-template-columns: 43px 1fr auto; align-items: center; gap: 10px; margin-bottom: 11px; padding: 15px; }
.expense-total-card > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; color: #991b1b; background: #fee2e2; font-size: 22px; }
.expense-total-card small, .expense-total-card strong { display: block; }
.expense-total-card small { color: var(--slate); font-size: 9px; }
.expense-total-card strong { margin-top: 3px; color: #dc2626; font-size: 16px; }
.expense-total-card p { margin: 0; color: var(--slate); font-size: 9px; line-height: 1.55; text-align: right; }
.expense-filter { margin-bottom: 11px; padding: 15px; }
.expense-filter > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.expense-filter label { color: var(--primary); font-size: 8px; }
.expense-filter input { width: 100%; margin-top: 4px; padding: 10px 29px 10px 10px; border: 1px solid #94a3b8; border-radius: 9px; color: var(--ink); background: #f8fafc; font-size: 9px; }
.expense-filter > div + div { margin-top: 10px; justify-content: start; grid-template-columns: auto auto; }
.expense-filter button { padding: 8px 11px; border: 1px solid var(--line); border-radius: 9px; color: var(--slate); background: #f8fafc; font-size: 9px; font-weight: 750; }
.expense-filter button.active { color: var(--primary-deep); background: var(--primary-soft); }
.expense-items { display: grid; gap: 9px; }
.expense-items > div { display: grid; grid-template-columns: 1fr auto 38px; align-items: center; gap: 8px; padding: 15px; }
.expense-items b, .expense-items small { display: block; }
.expense-items b { font-size: 11px; }
.expense-items small, .expense-items p { margin: 3px 0 0; color: var(--slate); font-size: 8px; }
.expense-items > div > strong { font-size: 11px; }
.expense-items button { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 10px; color: #991b1b; background: #fee2e2; cursor: pointer; }
.expense-items button span { font-size: 18px; }
.add-expense { position: sticky; z-index: 2; bottom: 4px; width: auto; float: right; display: flex; align-items: center; gap: 5px; margin-top: 12px; padding-inline: 16px; box-shadow: 0 5px 0 rgba(148,163,184,.18); }
.add-expense span, .profile-form .app-primary-button span { font-size: 17px; vertical-align: -3px; }
.expense-list { overflow: hidden; }
.expense-list > div { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; padding: 13px; border-bottom: 1px solid var(--line); }
.expense-list > div:last-child { border: 0; }
.expense-list b, .expense-list small { display: block; }
.expense-list b { font-size: 10px; }
.expense-list small { margin-top: 3px; color: var(--muted); font-size: 8px; }
.expense-list strong { font-size: 9px; }
.expense-icon { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; color: #b45309; background: #fef3c7; font-size: 10px; }
.settings-label { margin: 12px 5px 7px; color: var(--slate); font-size: 9px; font-weight: 850; letter-spacing: .08em; }
.settings-list button > span { color: var(--slate); font-size: 18px; text-align: center; }
.theme-card { padding: 16px; }
.setting-control-head { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 9px; }.setting-control-head > span { color: var(--slate); font-size: 20px; }.setting-control-head b, .setting-control-head small { display: block; }.setting-control-head b { font-size: 11px; }.setting-control-head small { margin-top: 3px; color: var(--slate); font-size: 8px; }
.theme-card > div:last-child, .paper-size > div:last-child { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 12px; overflow: hidden; border: 1px solid #94a3b8; border-radius: 10px; }
.theme-card button, .paper-size button { display: flex; align-items: center; justify-content: center; gap: 4px; padding: 9px 3px; border: 0; border-right: 1px solid #94a3b8; color: var(--slate); background: #f8fafc; cursor: pointer; font-size: 9px; font-weight: 750; }.theme-card button span { font-size: 14px; }
.theme-card button:last-child, .paper-size button:last-child { border: 0; }
.theme-card button.active, .paper-size button.active { color: var(--primary-deep); background: var(--primary-soft); }
.printer-card { padding: 15px; }
.printer-device { width: 100%; display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; padding: 0; border: 0; color: var(--ink); background: transparent; text-align: left; cursor: pointer; }.printer-device > span:last-child { display: flex; align-items: center; gap: 3px; }.printer-device i { color: var(--slate); font-size: 16px; }
.printer-card b, .printer-card small { display: block; }
.printer-card b { font-size: 11px; }
.printer-card small { margin-top: 3px; color: var(--slate); font-size: 8px; }
.printer-card em { padding: 5px 8px; border-radius: 20px; color: var(--green); background: #dcfce7; font-size: 8px; font-style: normal; font-weight: 800; }
.settings-inline-action { width: calc(100% + 30px); display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; margin: 14px -15px -15px; padding: 14px 15px; border: 0; border-top: 1px solid var(--line); color: var(--ink); background: transparent; text-align: left; cursor: pointer; }
.settings-inline-action span { color: var(--slate); }
.settings-inline-action i { color: var(--slate); font-style: normal; }
.settings-inline-action.danger { color: #991b1b; }.settings-inline-action[hidden] { display: none; }
.about-card { display: grid; grid-template-columns: 34px 1fr auto; align-items: center; gap: 9px; padding: 15px; }
.about-card > span { color: var(--slate); }
.about-card b, .about-card small { display: block; }
.about-card b { font-size: 11px; }
.about-card small { margin-top: 3px; color: var(--slate); font-size: 8px; }
.about-card em { padding: 5px 8px; border-radius: 20px; color: var(--primary-deep); background: var(--primary-soft); font-size: 8px; font-style: normal; font-weight: 800; }
.paper-size { margin-top: 14px; padding-top: 12px; border-top: 1px solid var(--line); }
.paper-size > div:last-child { grid-template-columns: 1fr 1fr; margin-top: 7px; }
.profile-secondary-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 9px; }
.profile-secondary-actions button { display: flex; align-items: center; justify-content: center; gap: 5px; padding: 10px; border: 1px solid #94a3b8; border-radius: 9px; color: var(--ink); background: white; cursor: pointer; font-size: 9px; font-weight: 750; }
.profile-secondary-actions button.danger { border-color: transparent; color: #991b1b; background: #fee2e2; }
.profile-secondary-actions span { font-size: 16px; }
.app-nav { position: absolute; z-index: 10; inset: auto 0 0; height: 90px; display: grid; grid-template-columns: repeat(5, 1fr); align-items: end; background: transparent; }
.app-nav::before { content: ""; position: absolute; inset: 22px 0 0; border-top: 1px solid var(--line); background: var(--surface); }
.app-nav button { position: relative; z-index: 1; height: 68px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; padding: 0; border: 0; color: var(--slate); background: transparent; cursor: pointer; font-family: inherit; font-size: 12px; font-weight: 500; line-height: 1.3; }
.app-nav button.active { color: var(--ink); font-weight: 600; }
.app-nav .nav-icon { width: 56px; height: 30px; display: grid; place-items: center; border-radius: 999px; font-size: 22px; font-variation-settings: "FILL" 0; transition: color .18s ease, background-color .18s ease; }
.app-nav button.active .nav-icon { color: var(--primary-deep); background: var(--primary-soft); font-variation-settings: "FILL" 1; }
.app-nav button:nth-child(3) { justify-content: flex-end; padding-bottom: 10px; }
.app-nav button:nth-child(3) .nav-icon { position: absolute; bottom: 30px; width: 60px; height: 60px; border: 4px solid #f1f5f9; border-radius: 50%; color: white; background: var(--primary); box-shadow: 0 4px 8px rgba(15,23,42,.18); font-size: 28px; }
.app-nav button:nth-child(3).active .nav-icon { color: white; background: var(--primary); }
.more-sheet-overlay { position: absolute; z-index: 20; inset: 0; }
.more-sheet-overlay[hidden] { display: none; }
.more-sheet-scrim { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(15,23,42,.55); cursor: pointer; }
.more-sheet { position: absolute; inset: auto 0 0; padding: 7px 0 9px; border-radius: 22px 22px 0 0; background: white; box-shadow: 0 -18px 45px rgba(15,23,42,.18); animation: sheet-up .22s ease; }
@keyframes sheet-up { from { transform: translateY(100%); } }
.sheet-handle { width: 32px; height: 4px; margin: 0 auto 9px; border-radius: 4px; background: #cbd5e1; }
.more-sheet h4 { margin: 0; padding: 5px 20px 8px; font-size: 14px; }
.more-sheet > button:not(.more-sheet-scrim) { width: 100%; display: grid; grid-template-columns: 34px 1fr 20px; align-items: center; gap: 10px; padding: 11px 20px; border: 0; color: var(--ink); background: white; text-align: left; cursor: pointer; }
.more-sheet > button > span { color: var(--slate); font-size: 21px; }
.more-sheet > button b, .more-sheet > button small { display: block; }
.more-sheet > button b { font-size: 11px; }
.more-sheet > button small { margin-top: 2px; color: var(--slate); font-size: 8px; }
.more-sheet > button i { color: var(--slate); font-family: "Material Symbols Rounded"; font-size: 18px; font-style: normal; }
.demo-dialog-overlay { position: absolute; z-index: 40; inset: 0; display: grid; place-items: center; padding: 16px; }
.demo-dialog-overlay[hidden] { display: none; }
.dialog-scrim { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(15,23,42,.58); }
.demo-dialog { position: relative; z-index: 1; width: min(330px, 100%); max-height: calc(100% - 24px); overflow-y: auto; padding: 18px; border-radius: 18px; color: var(--ink); background: white; box-shadow: 0 24px 60px rgba(15,23,42,.3); }
.demo-dialog h4 { margin: 0 0 14px; font-size: 16px; }.demo-dialog p { color: var(--slate); font-size: 10px; line-height: 1.55; }.demo-dialog label { display: grid; gap: 5px; margin-bottom: 10px; font-size: 9px; font-weight: 700; }.demo-dialog input, .demo-dialog select, .demo-dialog textarea { width: 100%; padding: 10px; border: 1px solid #94a3b8; border-radius: 9px; color: var(--ink); background: #f8fafc; font: inherit; }.demo-dialog textarea { min-height: 60px; resize: vertical; }.dialog-field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }.dialog-actions { display: flex; justify-content: flex-end; gap: 7px; margin-top: 15px; }.dialog-actions button { padding: 9px 13px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: white; font-size: 9px; font-weight: 750; }.dialog-actions button.primary { border-color: var(--primary); color: white; background: var(--primary); }.dialog-actions button[hidden] { display: none; }
.category-dialog-list { display: grid; gap: 8px; }.category-dialog-list span { padding: 10px; border: 1px solid var(--line); border-radius: 9px; font-size: 10px; }.scanner-placeholder { display: grid; justify-items: center; padding: 26px 8px; border-radius: 12px; color: var(--slate); background: #f1f5f9; text-align: center; }.scanner-placeholder span { color: var(--primary); font-size: 42px; }
.pos-app.dark-theme { --ink: #f8fafc; --slate: #cbd5e1; --muted: #94a3b8; --line: #334155; --canvas: #1e293b; --payment-center: #1e293b; background: #0f172a; }
.pos-app.dark-theme .app-header, .pos-app.dark-theme .app-content { background: #0f172a; }.pos-app.dark-theme .app-card, .pos-app.dark-theme .more-sheet, .pos-app.dark-theme .more-sheet > button, .pos-app.dark-theme .demo-dialog, .pos-app.dark-theme .cart-checkout-footer { background: #1e293b; }.pos-app.dark-theme input, .pos-app.dark-theme select, .pos-app.dark-theme textarea, .pos-app.dark-theme .filter-chips button, .pos-app.dark-theme .theme-card button, .pos-app.dark-theme .paper-size button { color: var(--ink); background: #0f172a; }.pos-app.dark-theme .receipt-paper { color: #e2e8f0; background: #111827; }.pos-app.dark-theme .payment-donut { background: radial-gradient(circle, #1e293b 0 43%, transparent 44%), conic-gradient(var(--primary) 0 62%, #3b82f6 62% 87%, #22c55e 87%); }
.pos-app.dark-theme .app-nav::before { border-color: #2a3648; background: #131c2b; }
.pos-app.dark-theme .app-nav button { color: #aab8cb; }
.pos-app.dark-theme .app-nav button.active { color: #e6edf7; }
.pos-app.dark-theme .app-nav button.active .nav-icon { color: #ccfbf1; background: #134e4a; }
.pos-app.dark-theme .app-nav button:nth-child(3) .nav-icon { border-color: #0b1220; color: #042f2e; background: #2dd4bf; }
.pos-app.subpage .app-content { height: calc(100% - 88px); padding-bottom: 18px; }
.pos-app.subpage .app-nav { display: none; }
@container (min-width: 600px) {
  .app-header { padding-inline: 28px; }
  .app-content { padding-inline: 24px; }
  .catalog-card { padding: 20px; }
  .cart-fab { display: none; }
  .home-kpis { grid-template-columns: repeat(3, 1fr); }
  .home-kpi:last-child { grid-column: auto; }
  .home-menu-grid { grid-template-columns: repeat(3, 1fr); }
  .management-products { grid-template-columns: 1fr 1fr; }
  .pos-app.tablet-cashier .app-content { display: grid; grid-template-columns: 5fr 4fr; align-items: start; gap: 16px; }
  .pos-app.tablet-cashier .app-screen[data-screen="cart"].active { position: static; display: block; min-height: 0; padding: 0; }
  .pos-app.tablet-cashier .cart-scrim, .pos-app.tablet-cashier .cart-sheet-handle { display: none; }
  .pos-app.tablet-cashier .cart-card { max-width: none; max-height: none; margin: 0; border-radius: 19px; }
  .app-screen[data-screen="cart"] .cart-card, .app-screen[data-screen="receipt"] { max-width: 470px; margin-inline: auto; }
}

@container (min-width: 700px) {
  .kpi-grid { grid-template-columns: repeat(4, 1fr); }
}
.demo-disclaimer { max-width: 650px; margin: 24px auto 0; color: #7b8aa1; font-size: 11px; line-height: 1.6; text-align: center; }
.open-full-demo { display: inline-flex; align-items: center; gap: 7px; margin-top: 12px; color: #99f6e4; font-size: 12px; font-weight: 750; }
.open-full-demo svg { width: 15px; }

body.demo-mode { min-height: 100vh; min-height: 100dvh; overflow-x: hidden; overflow-y: auto; background: #0d1f2d; }
body.demo-mode .site-header,
body.demo-mode .site-main > section:not(.demo-section),
body.demo-mode .site-footer,
body.demo-mode .demo-heading,
body.demo-mode .open-full-demo { display: none; }
body.demo-mode .demo-section { min-height: 100vh; min-height: 100dvh; overflow: visible; padding: 0; }
body.demo-mode .demo-section > .shell { width: min(1180px, calc(100% - 32px)); height: 100vh; height: 100dvh; display: grid; grid-template-rows: auto minmax(0, 1fr); }
body.demo-mode .demo-fullbar { height: 66px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.demo-brand { color: white; font-size: 16px; }
.demo-brand img { width: 31px; height: 31px; border-radius: 9px; }
.demo-status { display: flex; align-items: center; gap: 8px; color: #94a3b8; font-size: 11px; font-weight: 700; }
.demo-status i { width: 7px; height: 7px; border-radius: 50%; background: #2dd4bf; box-shadow: 0 0 0 4px rgba(45,212,191,.12); }
.exit-demo { justify-self: end; display: flex; align-items: center; gap: 8px; color: #cbd5e1; font-size: 11px; font-weight: 700; }
.exit-demo svg { width: 15px; }
body.demo-mode .demo-layout { height: auto; min-height: 0; grid-template-columns: 250px minmax(0, 1fr); align-items: stretch; }
body.demo-mode .demo-guide { position: static; align-self: center; }
body.demo-mode .device-stage { height: 100%; grid-template-rows: auto minmax(0, 1fr) auto; align-items: center; }
body.demo-mode .device-toolbar { grid-row: 1; margin: 0 0 12px; }
body.demo-mode .device { grid-row: 2; width: auto; height: min(838px, 100%); }
body.demo-mode .device.tablet { width: auto; height: min(650px, 100%); }
body.demo-mode .demo-disclaimer { grid-row: 3; margin-top: 12px; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.steps-grid article { position: relative; padding: 10px 28px 15px 0; border-top: 1px solid var(--line); }
.steps-grid article > span { display: inline-block; margin-top: -12px; padding-right: 13px; color: var(--primary); background: white; font-size: 12px; font-weight: 850; }
.steps-grid h3 { margin: 26px 0 9px; font-size: 21px; }
.steps-grid p { margin: 0; color: var(--slate); font-size: 14px; line-height: 1.65; }
.pricing-section { padding-block: 90px; color: white; background: var(--primary-deep); }
.pricing-wrap { display: grid; grid-template-columns: 1fr 430px; align-items: center; gap: 80px; }
.pricing-copy h2 { margin: 12px 0 14px; font-size: clamp(40px, 5vw, 60px); line-height: 1; letter-spacing: -.055em; }
.pricing-copy > p { max-width: 490px; color: #99c7c2; line-height: 1.7; }
.price { display: flex; align-items: baseline; gap: 5px; margin-top: 28px; }
.price small { font-size: 16px; }
.price strong { font-size: 48px; letter-spacing: -.05em; }
.price span { color: #99c7c2; font-size: 13px; }
.pricing-card { padding: 34px; border-radius: 26px; color: var(--ink); background: white; box-shadow: 0 25px 60px rgba(0,0,0,.19); }
.pricing-card h3 { margin: 0 0 21px; font-size: 21px; }
.pricing-card ul { display: grid; gap: 14px; margin: 0 0 27px; padding: 0; list-style: none; }
.pricing-card li { display: flex; align-items: center; gap: 10px; color: var(--slate); font-size: 13px; }
.pricing-note { display: block; margin-top: 12px; color: var(--muted); font-size: 10px; text-align: center; }
.faq-section { display: grid; grid-template-columns: 320px 1fr; gap: 80px; align-items: start; }
.faq-section .section-heading { position: sticky; top: 110px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 23px 42px 23px 0; cursor: pointer; font-size: 16px; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 31px; right: 5px; width: 13px; height: 1.5px; background: var(--primary); transition: transform .2s ease; }
.faq-list summary span::after { transform: rotate(90deg); }
.faq-list details[open] summary span::after { transform: rotate(0); }
.faq-list details p { margin: -6px 45px 23px 0; color: var(--slate); font-size: 14px; line-height: 1.7; }
.final-cta { margin-bottom: 70px; padding: 52px 58px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-radius: 30px; color: white; background: linear-gradient(135deg, var(--primary), #0d9488); box-shadow: var(--shadow-lg); }
.final-cta h2 { margin: 10px 0 8px; font-size: clamp(31px, 4vw, 46px); letter-spacing: -.05em; }
.final-cta p { margin: 0; color: #ccfbf1; }
.site-footer { padding-block: 28px; border-top: 1px solid var(--line); color: var(--muted); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 12px; }
.footer-wrap .brand { color: var(--ink); }
.footer-wrap .brand img { width: 29px; height: 29px; border-radius: 8px; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; max-width: calc(100% - 32px); padding: 13px 18px; border-radius: 12px; color: white; background: #1e293b; box-shadow: var(--shadow-lg); font-size: 13px; font-weight: 650; opacity: 0; pointer-events: none; transform: translate(-50%, 15px); transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.reveal { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .hero { grid-template-columns: 1fr; text-align: center; }
  .hero-copy { display: grid; justify-items: center; }
  .hero-visual { width: min(600px, 100%); margin-inline: auto; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .pricing-wrap { grid-template-columns: 1fr 390px; gap: 40px; }
  .faq-section { grid-template-columns: 1fr; gap: 10px; }
  .faq-section .section-heading { position: static; }
}

@media (max-width: 840px) {
  .demo-layout, body.demo-mode .demo-layout { grid-template-columns: 1fr; }
  .demo-guide { position: static; display: none; }
  .device-stage { width: 100%; }
}

@media (max-width: 760px) {
  .shell { width: min(calc(100% - 28px), 620px); }
  .site-header { height: 66px; }
  .desktop-nav { display: none; }
  .hero { min-height: auto; gap: 30px; padding-block: 56px 55px; }
  .hero-copy { min-width: 0; }
  .hero h1 { max-width: 100%; font-size: clamp(42px, 12vw, 58px); overflow-wrap: anywhere; }
  .hero-lead { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 12px; width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-checks { justify-content: center; }
  .hero-visual { min-height: 530px; transform: scale(.9); margin-block: -20px; }
  .float-card-top { right: -10px; }
  .float-card-bottom { left: -10px; }
  .trust-grid { grid-template-columns: 1fr 1fr; row-gap: 25px; }
  .trust-grid div:nth-child(2) { border: 0; }
  .section { padding-block: 78px; }
  .section-heading h2 { font-size: 38px; }
  .feature-grid, .steps-grid, .pricing-wrap { grid-template-columns: 1fr; }
  .feature-wide { grid-column: auto; }
  .feature-wide > div:not(.feature-visual) { max-width: 100%; }
  .feature-visual { display: none; }
  .demo-section { padding-block: 78px; }
  .demo-layout { grid-template-columns: 1fr; }
  .demo-guide { position: static; display: none; }
  .device-stage { width: 100%; }
  .device { width: min(390px, 100%); height: auto; padding: 8px; border-width: 4px; border-radius: 33px; }
  .device.tablet { width: 100%; height: auto; }
  .pos-app { border-radius: 25px; }
  .pricing-wrap { gap: 35px; }
  .pricing-card { padding: 27px 22px; }
  .final-cta { margin-bottom: 35px; padding: 40px 25px; flex-direction: column; align-items: flex-start; }
  .final-cta .button { width: 100%; }
  .footer-wrap { flex-direction: column; text-align: center; }
  body.demo-mode .demo-section > .shell { width: 100%; }
  body.demo-mode .demo-fullbar { height: 52px; grid-template-columns: 1fr auto; padding-inline: 14px; }
  body.demo-mode .demo-status { display: none; }
  body.demo-mode .demo-brand { font-size: 14px; }
  body.demo-mode .exit-demo { font-size: 0; }
  body.demo-mode .exit-demo::before { content: "Tutup"; font-size: 11px; }
  body.demo-mode .demo-layout { height: auto; min-height: 0; display: block; }
  body.demo-mode .device-stage { height: 100%; }
  body.demo-mode .demo-section > .shell,
  body.demo-mode .demo-layout,
  body.demo-mode .device-stage { max-width: none; margin-inline: 0; }
  body.demo-mode .device-toolbar,
  body.demo-mode .demo-disclaimer { display: none; }
  body.demo-mode .device,
  body.demo-mode .device.tablet { width: 100%; height: 100%; min-height: 0; aspect-ratio: auto; padding: 0; border: 0; border-radius: 0; box-shadow: none; }
  body.demo-mode .device-camera { display: none; }
  body.demo-mode .pos-app,
  body.demo-mode .device.tablet .pos-app { border-radius: 0; }
  body.demo-mode .app-header { padding-top: 15px; }
}

@media (max-width: 430px) {
  .shell { width: calc(100% - 24px); }
  .site-header .button { min-height: 36px; padding-inline: 12px; font-size: 12px; }
  .hero-visual { width: 100%; }
  .float-card { min-width: 196px; }
  .float-card-top { right: 0; }
  .float-card-bottom { left: 0; }
  .device-toolbar button[data-device="tablet"] { display: none; }
  .section-heading h2 { font-size: 34px; }
  .feature-card { min-height: 0; padding: 22px; }
  .pricing-copy h2 { font-size: 36px; }
  .final-cta { padding: 34px 21px; border-radius: 24px; }
}

@media (max-width: 360px) {
  .brand { gap: 7px; font-size: 17px; }
  .brand img { width: 32px; height: 32px; }
  .hero { padding-top: 44px; }
  .eyebrow, .section-kicker { font-size: 11px; }
  .hero h1 { font-size: 38px; }
  .hero-visual { min-height: 490px; transform: scale(.82); margin-block: -48px; }
  .trust-grid { gap: 22px 0; }
  .trust-grid strong { font-size: 19px; }
  .trust-grid span { font-size: 10px; }
  .section { padding-block: 64px; }
  .section-heading h2 { font-size: 31px; }
  .app-header { padding-inline: 14px; }
  .app-content { padding-inline: 11px; }
  .app-nav button { font-size: 11px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
