:root {
  color-scheme: light;
  --bg: #f3f7f2;
  --bg-2: #fffdf5;
  --surface: #ffffff;
  --surface-soft: #f7fbf3;
  --surface-warm: #fff7d7;
  --text: #183127;
  --muted: #68786f;
  --border: rgba(24, 49, 39, 0.12);
  --green: #078d4d;
  --green-2: #006d3d;
  --green-3: #dff4e8;
  --yellow: #ffd23f;
  --yellow-2: #fff1a7;
  --orange: #ff7a1a;
  --red: #e53935;
  --success: #128a42;
  --danger: #dc2626;
  --warning: #d97706;
  --shadow: 0 18px 44px rgba(31, 62, 48, 0.12);
  --shadow-soft: 0 10px 24px rgba(31, 62, 48, 0.08);
  --radius-xl: 30px;
  --radius-lg: 20px;
  --radius-md: 15px;
  --radius-sm: 11px;
  --container: 1180px;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Nunito Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 210, 63, 0.34), transparent 24%),
    radial-gradient(circle at 90% 5%, rgba(7, 141, 77, 0.16), transparent 26%),
    linear-gradient(180deg, #f7fbf3 0%, #eef6ec 42%, #fffdf5 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(7, 141, 77, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 141, 77, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.52), transparent 72%);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
}

.app-shell {
  position: relative;
  z-index: 1;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid rgba(0, 109, 61, 0.14);
  box-shadow: 0 8px 30px rgba(31, 62, 48, 0.08);
  backdrop-filter: blur(16px);
}

.service-strip {
  background: linear-gradient(90deg, var(--green-2), var(--green));
  color: #fff;
  font-size: 0.88rem;
}

.service-strip-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
}

.service-strip a {
  font-weight: 900;
  color: var(--yellow);
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.13);
  font-weight: 900;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--yellow);
  box-shadow: 0 0 0 6px rgba(255, 210, 63, 0.18);
}

.topbar-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 290px;
  min-width: 0;
}

.brand-mark {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  color: var(--green-2);
  background:
    linear-gradient(135deg, #fff, rgba(255, 255, 255, 0.45)),
    linear-gradient(135deg, var(--yellow), #fff0a1);
  border: 2px solid rgba(0, 109, 61, 0.16);
  box-shadow: 0 12px 24px rgba(255, 210, 63, 0.3);
  font-weight: 1000;
  letter-spacing: -0.05em;
}

.brand-text {
  min-width: 0;
}

.brand-title {
  margin: 0;
  font-size: 1.08rem;
  font-weight: 1000;
  letter-spacing: -0.03em;
}

.brand-subtitle {
  margin: 2px 0 0;
  color: var(--muted);
  font-size: 0.82rem;
  max-width: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.delivery-pill {
  display: grid;
  gap: 1px;
  min-width: 142px;
  padding: 9px 13px;
  border-radius: 16px;
  background: var(--surface-warm);
  border: 1px solid rgba(255, 210, 63, 0.75);
}

.delivery-pill span {
  color: #7b6b20;
  font-size: 0.75rem;
  font-weight: 800;
}

.delivery-pill strong {
  color: var(--green-2);
  font-size: 0.9rem;
}

.search {
  flex: 1;
  min-width: 240px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 12px 16px;
  border: 2px solid rgba(7, 141, 77, 0.2);
  border-radius: 999px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 210, 63, 0.32), var(--shadow-soft);
}

.search:focus-within {
  border-color: var(--green);
  box-shadow: 0 0 0 5px rgba(7, 141, 77, 0.1), var(--shadow-soft);
}

.search input {
  width: 100%;
  border: 0;
  outline: none;
  color: var(--text);
  background: transparent;
  font-weight: 700;
}

.search input::placeholder {
  color: #8a9a90;
}

.icon {
  width: 18px;
  height: 18px;
  color: var(--green);
  flex: 0 0 auto;
}

.nav-spacer {
  display: none;
}

.nav {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.nav-link,
.cart-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--green-2);
  background: #f2fbf5;
  border: 1px solid rgba(7, 141, 77, 0.14);
  font-weight: 900;
  white-space: nowrap;
}

.nav-link.active,
.cart-pill.active {
  color: #fff;
  background: var(--green);
}

.cart-pill {
  gap: 8px;
}

.cart-pill strong {
  min-width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 999px;
  color: var(--green-2);
  background: var(--yellow);
}

.quick-nav {
  border-top: 1px solid rgba(0, 109, 61, 0.1);
  background: rgba(247, 251, 243, 0.9);
}

.quick-nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 9px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow-x: auto;
  white-space: nowrap;
}

.quick-nav a {
  color: var(--muted);
  font-weight: 900;
  font-size: 0.92rem;
}

.quick-nav a:hover {
  color: var(--green);
}

.market-hero {
  max-width: var(--container);
  margin: 22px auto 0;
  padding: 32px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 78% 20%, rgba(255, 210, 63, 0.6), transparent 27%),
    linear-gradient(135deg, #078d4d 0%, #00864a 48%, #006d3d 100%);
  color: #fff;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.market-hero::before {
  content: "";
  position: absolute;
  inset: auto -90px -130px auto;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(255, 210, 63, 0.34);
}

.market-hero::after {
  content: "";
  position: absolute;
  inset: 20px 26px auto auto;
  width: 120px;
  height: 120px;
  border-radius: 32px;
  border: 18px solid rgba(255, 255, 255, 0.12);
  transform: rotate(12deg);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(310px, 0.78fr);
  gap: 30px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: inherit;
  font-size: 0.82rem;
  font-weight: 1000;
  letter-spacing: 0.02em;
}

.market-hero h1 {
  max-width: 13ch;
  margin: 16px 0 12px;
  color: #fff;
  font-size: clamp(2.35rem, 6vw, 5.4rem);
  line-height: 0.91;
  letter-spacing: -0.07em;
}

.market-hero p {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.08rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.hero-note {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 800;
}

.hero-panel {
  display: grid;
  gap: 14px;
}

.delivery-card,
.stats-card {
  padding: 18px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(14px);
}

.delivery-card span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  font-weight: 800;
}

.delivery-card strong {
  display: block;
  margin-top: 4px;
  color: #fff;
  font-size: 1.25rem;
}

.delivery-card p {
  margin-top: 8px;
  font-size: 0.95rem;
}

.stats-card {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.stat {
  display: grid;
  gap: 2px;
  padding: 13px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
}

.stat strong {
  color: var(--yellow);
  font-size: 1.3rem;
  font-weight: 1000;
}

.stat span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 800;
}

.section {
  margin-top: 30px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
}

.section-title {
  margin: 0;
  color: var(--text);
  font-size: 1.55rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 1000;
}

.section-subtitle {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 700;
}

.service-grid,
.category-grid {
  display: grid;
  gap: 14px;
}

.service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.service-card,
.category-card,
.card {
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-soft);
}

.service-card {
  padding: 18px;
  border-radius: 22px;
  min-height: 174px;
}

.service-card span {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: var(--green-2);
  background: var(--yellow);
  font-weight: 1000;
}

.service-card strong {
  display: block;
  margin-top: 18px;
  color: var(--text);
  font-size: 1.03rem;
}

.service-card p {
  margin: 7px 0 0;
  color: var(--muted);
  line-height: 1.55;
  font-size: 0.94rem;
  font-weight: 700;
}

.category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.category-card {
  display: grid;
  justify-items: center;
  gap: 7px;
  padding: 17px 12px;
  border-radius: 22px;
  color: var(--text);
  background: linear-gradient(180deg, #fff, #fbfff8);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.category-card span {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 17px;
  color: var(--green-2);
  background: var(--green-3);
  font-weight: 1000;
}

.category-card strong {
  font-size: 0.98rem;
}

.category-card small {
  color: var(--muted);
  font-weight: 800;
}

.category-card:hover,
.category-card.active {
  transform: translateY(-2px);
  border-color: rgba(7, 141, 77, 0.28);
  box-shadow: 0 16px 34px rgba(7, 141, 77, 0.14);
}

.category-card.active span {
  background: var(--yellow);
}

.promo-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 0%, rgba(255, 255, 255, 0.62), transparent 28%),
    linear-gradient(135deg, var(--yellow), #ffb72b);
  border: 1px solid rgba(120, 83, 0, 0.12);
  box-shadow: 0 16px 36px rgba(255, 183, 43, 0.24);
}

.promo-band .eyebrow {
  color: var(--green-2);
  background: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.55);
}

.promo-band h2 {
  margin: 12px 0 7px;
  max-width: 18ch;
  color: var(--green-2);
  font-size: clamp(1.7rem, 3vw, 2.65rem);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.promo-band p {
  max-width: 62ch;
  margin: 0;
  color: #695016;
  font-weight: 800;
  line-height: 1.55;
}

.filters,
.toolbar,
.filter-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.chip {
  min-height: 42px;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid rgba(7, 141, 77, 0.14);
  color: var(--green-2);
  background: #fff;
  font-weight: 1000;
  box-shadow: 0 7px 18px rgba(31, 62, 48, 0.06);
  transition: transform 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.chip:hover,
.chip.active {
  transform: translateY(-1px);
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

.grid {
  display: grid;
  gap: 16px;
}

.grid.cards {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.card {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.card.pad,
.panel {
  padding: 20px;
}

.product-card {
  grid-column: span 3;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 22px;
  background: #fff;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.product-card:hover {
  transform: translateY(-3px);
  border-color: rgba(7, 141, 77, 0.24);
  box-shadow: 0 20px 42px rgba(31, 62, 48, 0.14);
}

.product-media {
  position: relative;
  aspect-ratio: 1.12 / 1;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 48%, #fff 0 36%, rgba(255, 210, 63, 0.28) 37% 55%, transparent 56%),
    linear-gradient(180deg, #fbfff7, #f1f8ee);
}

.product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.24s ease;
}

.product-card:hover .product-media img {
  transform: scale(1.04);
}

.product-fallback {
  width: 88px;
  height: 88px;
  display: grid;
  place-items: center;
  border-radius: 26px;
  color: var(--green-2);
  background: var(--yellow);
  font-size: 3rem;
  font-weight: 1000;
}

.badge,
.stock-ribbon {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 1000;
  letter-spacing: 0.01em;
}

.badge {
  top: 12px;
  left: 12px;
  padding: 7px 11px;
  color: #fff;
  background: var(--green);
  box-shadow: 0 10px 20px rgba(7, 141, 77, 0.2);
}

.badge.alt {
  background: var(--orange);
}

.stock-ribbon {
  right: 12px;
  bottom: 12px;
  padding: 6px 10px;
  color: var(--green-2);
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(7, 141, 77, 0.12);
}

.product-body {
  display: grid;
  gap: 11px;
  padding: 15px;
  flex: 1;
}

.stack,
.stack-tight {
  display: grid;
}

.stack {
  gap: 14px;
}

.stack-tight {
  gap: 8px;
}

.hero-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.badge-soft {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--green-2);
  background: var(--green-3);
  font-size: 0.78rem;
  font-weight: 1000;
}

.badge-soft.warning {
  color: #885f00;
  background: var(--yellow-2);
}

.badge-soft.danger {
  color: #991b1b;
  background: rgba(220, 38, 38, 0.12);
}

.product-title {
  display: -webkit-box;
  min-height: 2.65em;
  margin: 0;
  overflow: hidden;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.34;
  letter-spacing: -0.02em;
  font-weight: 1000;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-desc {
  display: -webkit-box;
  min-height: 3.9em;
  margin: 0;
  overflow: hidden;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.48;
  font-weight: 700;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.meta-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.price {
  color: var(--red);
  font-size: 1.2rem;
  font-weight: 1000;
  letter-spacing: -0.03em;
}

.compare-price {
  color: #9ba79f;
  text-decoration: line-through;
  font-size: 0.9rem;
  font-weight: 800;
}

.mini,
.note,
.muted {
  color: var(--muted);
}

.mini {
  font-size: 0.86rem;
  font-weight: 800;
}

.note {
  font-size: 0.92rem;
  line-height: 1.65;
  font-weight: 700;
}

.product-actions {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 9px;
  margin-top: auto;
}

.product-actions .btn:only-child,
.product-actions .btn:nth-child(3) {
  grid-column: 1 / -1;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 14px;
  padding: 12px 16px;
  border: 1px solid transparent;
  font-weight: 1000;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--green), var(--green-2));
  box-shadow: 0 14px 28px rgba(7, 141, 77, 0.22);
}

.btn-secondary {
  color: var(--green-2);
  background: #fff;
  border-color: rgba(7, 141, 77, 0.18);
}

.btn-accent {
  color: var(--green-2);
  background: var(--yellow);
  border-color: rgba(255, 210, 63, 0.75);
  box-shadow: 0 12px 22px rgba(255, 210, 63, 0.24);
}

.btn-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.24);
}

.btn-danger {
  color: var(--danger);
  background: #fff;
  border-color: rgba(220, 38, 38, 0.18);
}

.btn-sm {
  min-height: 38px;
  padding: 9px 12px;
  border-radius: 12px;
  font-size: 0.88rem;
}

.btn-block {
  width: 100%;
}

.disabled {
  opacity: 0.55;
  pointer-events: none;
}

.flow-card,
.featured-card {
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 210, 63, 0.22), transparent 32%),
    #fff;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  gap: 18px;
}

.section-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  background: #f7fbf3;
  border: 1px solid rgba(7, 141, 77, 0.12);
}

.section-banner strong {
  display: block;
}

.check-list {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--muted);
  line-height: 1.6;
  font-weight: 800;
}

.check {
  width: 26px;
  height: 26px;
  margin-top: 1px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  color: var(--green-2);
  background: var(--yellow);
  font-size: 0.8rem;
  font-weight: 1000;
}

.empty-state {
  padding: 32px;
  text-align: center;
  color: var(--muted);
  border: 1px dashed rgba(7, 141, 77, 0.22);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.divider {
  height: 1px;
  margin: 18px 0;
  background: rgba(24, 49, 39, 0.1);
}

.gallery {
  display: grid;
  gap: 12px;
}

.gallery-main {
  aspect-ratio: 1.12 / 1;
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(7, 141, 77, 0.08), rgba(255, 210, 63, 0.2));
  border: 1px solid var(--border);
}

.gallery-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumbs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid var(--border);
  background: #fff;
}

.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: var(--text);
  font-weight: 1000;
  font-size: 0.9rem;
}

.input,
.select,
.textarea {
  width: 100%;
  border: 1px solid rgba(7, 141, 77, 0.16);
  border-radius: 14px;
  padding: 12px 14px;
  color: var(--text);
  background: #fff;
  outline: none;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.input:focus,
.select:focus,
.textarea:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(7, 141, 77, 0.1);
}

.textarea {
  min-height: 130px;
  resize: vertical;
}

.form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-grid.cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.form-grid .span-2 {
  grid-column: span 2;
}

.hint {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  color: var(--green-2);
  background: var(--green-3);
  border: 1px solid rgba(7, 141, 77, 0.12);
  font-size: 0.9rem;
  font-weight: 900;
}

.message {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid transparent;
  line-height: 1.55;
  font-weight: 800;
}

.message.ok {
  color: #14532d;
  background: rgba(21, 128, 61, 0.08);
  border-color: rgba(21, 128, 61, 0.18);
}

.message.warn {
  color: #92400e;
  background: rgba(217, 119, 6, 0.08);
  border-color: rgba(217, 119, 6, 0.18);
}

.message.error {
  color: #991b1b;
  background: rgba(220, 38, 38, 0.08);
  border-color: rgba(220, 38, 38, 0.18);
}

.table-wrap {
  overflow: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  background: #fff;
}

.table {
  width: 100%;
  min-width: 920px;
  border-collapse: collapse;
}

.table th,
.table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(24, 49, 39, 0.08);
  vertical-align: top;
  text-align: left;
}

.table th {
  color: var(--green-2);
  background: #f0f8ec;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.table tr:hover td {
  background: rgba(7, 141, 77, 0.03);
}

.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}

.tab {
  padding: 11px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: #fff;
  color: var(--green-2);
  font-weight: 1000;
}

.tab.active {
  color: #fff;
  background: var(--green);
  border-color: var(--green);
}

.admin-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}

.sidebar {
  position: sticky;
  top: 142px;
  padding: 18px;
}

.sidebar-nav {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid transparent;
  font-weight: 900;
}

.sidebar-link.active {
  color: var(--green-2);
  background: var(--green-3);
  border-color: rgba(7, 141, 77, 0.14);
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(7, 141, 77, 0.1);
}

.status-dot.pending {
  background: var(--warning);
  box-shadow: 0 0 0 5px rgba(217, 119, 6, 0.12);
}

.status-dot.danger {
  background: var(--danger);
  box-shadow: 0 0 0 5px rgba(220, 38, 38, 0.12);
}

.footer {
  margin-top: 42px;
  padding: 0 0 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr 1fr;
  gap: 18px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
}

.footer-brand strong,
.footer-grid strong {
  color: var(--text);
  font-weight: 1000;
}

.footer-brand .muted {
  max-width: 44ch;
  margin-top: 8px;
  line-height: 1.6;
  font-weight: 700;
}

.kbd {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.8rem;
  padding: 4px 8px;
  border-radius: 8px;
  color: var(--green-2);
  background: var(--yellow-2);
}

.login-card {
  max-width: 560px;
  margin: 28px auto 0;
}

.login-card .card {
  padding: 22px;
}

.stack-cols {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.grow {
  flex: 1;
}

.right {
  text-align: right;
}

.nowrap {
  white-space: nowrap;
}

.order-number {
  font-family: "IBM Plex Mono", monospace;
  font-size: 0.88rem;
}

.flash {
  animation: flashIn 0.34s ease;
}

@keyframes flashIn {
  from {
    transform: translateY(10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 1120px) {
  .topbar-inner {
    flex-wrap: wrap;
  }

  .brand {
    flex: 1;
  }

  .search {
    order: 3;
    flex-basis: 100%;
  }

  .hero-grid,
  .split,
  .admin-layout {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
  }

  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .category-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-card {
    grid-column: span 6;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .container {
    padding-inline: 14px;
  }

  .service-strip-inner {
    justify-content: center;
    text-align: center;
  }

  .topbar-inner {
    padding: 12px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 13px;
    font-size: 0.9rem;
  }

  .brand-subtitle,
  .delivery-pill,
  .quick-nav {
    display: none;
  }

  .nav {
    width: 100%;
    justify-content: space-between;
  }

  .nav-link,
  .cart-pill {
    flex: 1;
    padding-inline: 10px;
    font-size: 0.88rem;
  }

  .search {
    min-width: 100%;
    padding: 11px 13px;
  }

  .market-hero {
    margin-top: 14px;
    padding: 24px 18px;
    border-radius: 24px;
  }

  .market-hero h1 {
    max-width: none;
    font-size: clamp(2.25rem, 12vw, 3.35rem);
  }

  .hero-panel {
    display: none;
  }

  .market-hero p {
    font-size: 1rem;
  }

  .stats-card,
  .service-grid,
  .category-grid,
  .form-grid,
  .form-grid.cols-3,
  .stack-cols,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .section {
    margin-top: 24px;
  }

  .section-head {
    align-items: start;
    flex-direction: column;
  }

  .promo-band {
    align-items: start;
    flex-direction: column;
  }

  .product-card {
    grid-column: span 12;
  }

  .product-media {
    aspect-ratio: 1.35 / 1;
  }

  .product-actions {
    grid-template-columns: 1fr;
  }

  .product-actions .btn:nth-child(3) {
    grid-column: auto;
  }

  .form-grid .span-2 {
    grid-column: auto;
  }

  .table {
    min-width: 860px;
  }
}

/* K24-like index shell based on the provided reference layout. */
body {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #dfe8e3;
}

.ui-icon {
  width: 20px;
  height: 20px;
  display: block;
  flex: 0 0 auto;
}

.ui-icon-sm {
  width: 16px;
  height: 16px;
}

.app-mobile-shell {
  max-width: 500px;
  min-height: 100vh;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 0 36px rgba(11, 64, 36, 0.18);
}

.app-wide {
  max-width: none;
  background: transparent;
  box-shadow: none;
}

.app-wide .k24-topbar {
  max-width: none;
}

.app-wide .k24-brand-row,
.app-wide .k24-search-row {
  max-width: var(--container);
  margin: 0 auto;
}

.app-wide .k24-search-row {
  grid-template-columns: minmax(0, 1fr) 44px 44px;
}

.app-wide .k24-search-box,
.app-wide .k24-icon-btn {
  height: 44px;
}

.app-wide .k24-icon-btn {
  width: 44px;
}

.app-mobile-shell .container {
  padding-inline: 16px;
}

.k24-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  max-width: 500px;
  margin: 0 auto;
  background: #00a445;
  box-shadow: 0 4px 14px rgba(0, 111, 53, 0.18);
}

.k24-brand-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  padding: 8px 12px 0;
  color: #fff;
}

.k24-brand-mini {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

.k24-brand-mini span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #00a445;
  background: #fff;
  font-size: 0.82rem;
  font-weight: 800;
}

.k24-brand-mini strong {
  overflow: hidden;
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.k24-seller-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #fff28a;
  font-size: 0.78rem;
  font-weight: 800;
  white-space: nowrap;
}

.k24-search-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 36px 36px;
  gap: 9px;
  align-items: center;
  padding: 8px 12px 12px;
}

.k24-search-box {
  min-width: 0;
  height: 36px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 11px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.14);
}

.k24-search-box .icon {
  width: 16px;
  height: 16px;
  color: #00a445;
}

.k24-search-box input {
  width: 100%;
  border: 0;
  outline: 0;
  color: #2b2b2b;
  background: transparent;
  font-size: 0.82rem;
  font-weight: 500;
}

.k24-search-box input::placeholder {
  color: #8d9a91;
}

.k24-icon-btn {
  position: relative;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #00a445;
  background: #ffffff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.14);
  font-size: 0.72rem;
  font-weight: 800;
}

.k24-icon-btn .ui-icon {
  width: 19px;
  height: 19px;
}

.k24-icon-btn b {
  position: absolute;
  top: -5px;
  right: -4px;
  min-width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: #006d3d;
  background: #ffd400;
  font-size: 0.68rem;
}

.k24-home-shell {
  padding-bottom: 82px;
  background: #ffffff;
}

.k24-slider-card {
  position: relative;
  overflow: hidden;
  min-height: 158px;
  margin: 12px 16px 0;
  padding: 18px;
  border-radius: 14px;
  color: #ffffff;
  background:
    radial-gradient(circle at 88% 8%, rgba(255, 214, 0, 0.72), transparent 26%),
    linear-gradient(135deg, #009334 0%, #00a445 46%, #00843b 100%);
}

.k24-slider-card::before {
  content: "";
  position: absolute;
  right: -54px;
  bottom: -58px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
}

.k24-slider-card::after {
  content: "24";
  position: absolute;
  right: 22px;
  bottom: 16px;
  color: rgba(255, 255, 255, 0.16);
  font-size: 5.6rem;
  font-weight: 800;
  line-height: 1;
}

.k24-slider-card > div {
  position: relative;
  z-index: 1;
  max-width: 74%;
}

.k24-slider-card span {
  display: inline-flex;
  margin-bottom: 9px;
  padding: 5px 9px;
  border-radius: 999px;
  color: #006d3d;
  background: #ffd400;
  font-size: 0.72rem;
  font-weight: 800;
}

.k24-slider-card h1 {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.k24-slider-card p {
  display: -webkit-box;
  margin: 8px 0 13px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.78rem;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.k24-outlet-card {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 14px 16px 0;
  padding: 9px 10px;
  border: 1px solid #00a445;
  border-radius: 10px;
  background: #f1f8e6;
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.08), 0 2px 3px rgba(0, 0, 0, 0.04);
}

.k24-map-pin {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #00a445;
  color: #fff;
}

.k24-map-pin::before {
  display: none;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50% 50% 50% 0;
  background: #fff;
  transform: rotate(-45deg);
}

.k24-map-pin .ui-icon {
  width: 17px;
  height: 17px;
}

.k24-outlet-card div {
  min-width: 0;
  flex: 1;
}

.k24-outlet-card strong,
.k24-outlet-card p {
  margin: 0;
  font-size: 0.8rem;
  line-height: 1.35;
}

.k24-outlet-card strong {
  color: #24372b;
  font-weight: 800;
}

.k24-outlet-card p {
  color: #667368;
}

.k24-outlet-card a {
  color: #00a445;
  font-size: 0.83rem;
  font-weight: 800;
}

.k24-section {
  margin-top: 16px;
  padding: 0 16px;
}

.k24-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.k24-section-title h2,
.k24-section-title p {
  margin: 0;
}

.k24-section-title h2 {
  color: #25342a;
  font-size: 1rem;
  font-weight: 800;
}

.k24-section-title p {
  color: #78847c;
  font-size: 0.75rem;
  line-height: 1.45;
}

.k24-section-title a,
.k24-link-button {
  border: 0;
  color: #00a445;
  background: transparent;
  font-size: 0.8rem;
  font-weight: 800;
  text-decoration: underline;
  white-space: nowrap;
}

.k24-service-row,
.k24-category-row,
.k24-filter-row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 2px 0 8px;
  scrollbar-width: none;
}

.k24-service-row::-webkit-scrollbar,
.k24-category-row::-webkit-scrollbar,
.k24-filter-row::-webkit-scrollbar {
  display: none;
}

.k24-service-item,
.k24-category-item {
  flex: 0 0 92px;
  border: 0;
  color: #24372b;
  background: transparent;
  text-align: center;
}

.k24-service-item span,
.k24-category-item span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto 8px;
  border-radius: 18px;
  color: #00a445;
  background:
    radial-gradient(circle at 65% 25%, rgba(255, 212, 0, 0.82), transparent 30%),
    #eef9ef;
  border: 1px solid rgba(0, 164, 69, 0.12);
  box-shadow: 0 5px 12px rgba(0, 164, 69, 0.08);
  font-size: 0.86rem;
  font-weight: 800;
}

.k24-service-item span .ui-icon,
.k24-category-item span .ui-icon {
  width: 25px;
  height: 25px;
}

.k24-service-item strong,
.k24-category-item strong {
  display: block;
  color: #25342a;
  font-size: 0.74rem;
  line-height: 1.22;
  font-weight: 700;
}

.k24-service-item small {
  display: none;
}

.k24-category-item.active span {
  color: #006d3d;
  background: #ffd400;
}

.k24-mini-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 74px;
  margin: 8px 16px 0;
  padding: 13px;
  border-radius: 10px;
  color: #006d3d;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.55)),
    linear-gradient(135deg, #ffd400, #fff0a6);
  box-shadow: 0 8px 16px rgba(178, 132, 0, 0.13);
}

.k24-mini-banner strong,
.k24-mini-banner span {
  display: block;
}

.k24-mini-banner strong {
  font-size: 0.93rem;
  font-weight: 800;
}

.k24-mini-banner span {
  max-width: 28ch;
  margin-top: 3px;
  color: #6f5d00;
  font-size: 0.72rem;
  line-height: 1.45;
}

.k24-mini-banner a {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 8px;
  color: #fff;
  background: #00a445;
  font-size: 0.78rem;
  font-weight: 800;
}

.k24-filter-row .chip {
  flex: 0 0 auto;
  min-height: 32px;
  padding: 7px 12px;
  border-color: rgba(0, 164, 69, 0.16);
  font-size: 0.78rem;
}

.k24-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.app-mobile-shell .k24-product-card {
  min-width: 0;
  border-radius: 10px;
  background: #fff;
  border: 1px solid rgba(36, 55, 43, 0.08);
  box-shadow: 0 3px 12px rgba(36, 55, 43, 0.08);
}

.app-mobile-shell .product-media {
  aspect-ratio: 1.12 / 1;
  background: #f7f9f7;
}

.app-mobile-shell .product-media img {
  object-fit: cover;
}

.app-mobile-shell .product-body {
  gap: 8px;
  padding: 10px;
}

.app-mobile-shell .badge {
  top: 8px;
  left: 8px;
  padding: 5px 8px;
  background: #00a445;
  font-size: 0.64rem;
}

.app-mobile-shell .stock-ribbon {
  right: 8px;
  bottom: 8px;
  padding: 4px 7px;
  font-size: 0.64rem;
}

.k24-product-meta {
  display: flex;
  justify-content: space-between;
  gap: 6px;
}

.k24-product-meta span {
  display: -webkit-box;
  overflow: hidden;
  color: #00a445;
  font-size: 0.64rem;
  font-weight: 700;
  line-height: 1.25;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.app-mobile-shell .product-title {
  min-height: 2.75em;
  font-size: 0.82rem;
  line-height: 1.35;
}

.app-mobile-shell .product-desc {
  min-height: 2.75em;
  font-size: 0.7rem;
  line-height: 1.45;
  -webkit-line-clamp: 2;
}

.app-mobile-shell .price {
  color: #d96400;
  font-size: 0.93rem;
}

.app-mobile-shell .compare-price {
  font-size: 0.7rem;
}

.app-mobile-shell .product-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}

.app-mobile-shell .btn {
  min-height: 33px;
  border-radius: 8px;
  padding: 7px 9px;
  font-size: 0.72rem;
}

.app-mobile-shell .btn-primary {
  background: #00a445;
}

.app-mobile-shell .btn-accent {
  color: #006d3d;
  background: #ffd400;
}

.k24-howto-card {
  padding: 14px;
  border-radius: 10px;
  color: #fff;
  background: #00a445;
}

.k24-howto-card strong {
  display: block;
  font-size: 0.95rem;
  font-weight: 800;
}

.k24-howto-card ol {
  margin: 9px 0 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.76rem;
  line-height: 1.6;
}

.k24-featured-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.k24-featured-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 9px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
}

.k24-featured-list span {
  overflow: hidden;
  color: #fff;
  font-size: 0.76rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.k24-featured-list b {
  color: #ffd400;
  font-size: 0.75rem;
  white-space: nowrap;
}

.k24-admin-card {
  padding: 14px;
  border-radius: 14px;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 212, 0, 0.18), transparent 32%),
    #f8fbf7;
  border: 1px solid rgba(0, 164, 69, 0.13);
  box-shadow: 0 6px 18px rgba(36, 55, 43, 0.08);
}

.k24-admin-head {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}

.k24-admin-head > span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 14px;
  color: #006d3d;
  background: #ffd400;
}

.k24-admin-head strong {
  display: block;
  color: #25342a;
  font-size: 1rem;
  font-weight: 800;
}

.k24-admin-head p {
  margin: 4px 0 0;
  color: #68766c;
  font-size: 0.75rem;
  line-height: 1.5;
}

.k24-admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-top: 13px;
}

.k24-admin-feature {
  min-height: 116px;
  padding: 10px;
  border-radius: 11px;
  background: #fff;
  border: 1px solid rgba(36, 55, 43, 0.08);
}

.k24-admin-feature span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: #00a445;
  background: #eef9ef;
}

.k24-admin-feature strong {
  display: block;
  margin-top: 8px;
  color: #25342a;
  font-size: 0.78rem;
  font-weight: 800;
}

.k24-admin-feature small {
  display: block;
  margin-top: 4px;
  color: #748078;
  font-size: 0.68rem;
  line-height: 1.45;
}

.k24-admin-cta {
  display: flex;
  justify-content: center;
  margin-top: 13px;
  padding: 10px 12px;
  border-radius: 10px;
  color: #fff;
  background: #00a445;
  font-size: 0.82rem;
  font-weight: 800;
}

.k24-footer {
  padding: 20px 16px 92px;
  color: #68766c;
  background: #f8faf8;
}

.k24-footer strong {
  color: #25342a;
  font-size: 0.95rem;
}

.k24-footer p {
  margin: 6px 0 12px;
  font-size: 0.76rem;
  line-height: 1.55;
}

.k24-footer-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.k24-footer-tags span {
  padding: 5px 8px;
  border-radius: 999px;
  color: #006d3d;
  background: #eef9ef;
  font-size: 0.68rem;
  font-weight: 700;
}

.k24-bottom-nav {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 60;
  width: min(500px, 100vw);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  transform: translateX(-50%);
  border-top: 1px solid rgba(36, 55, 43, 0.08);
  background: #fff;
  box-shadow: 0 -8px 24px rgba(36, 55, 43, 0.12);
}

.k24-bottom-nav a {
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 8px 4px 9px;
  color: #7a867d;
  font-size: 0.66rem;
  font-weight: 700;
}

.k24-bottom-nav a.active {
  color: #00a445;
}

.k24-bottom-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: inherit;
  background: #eef9ef;
  font-size: 0.58rem;
  font-weight: 800;
}

.k24-bottom-icon .ui-icon {
  width: 17px;
  height: 17px;
}

.k24-bottom-nav a.active .k24-bottom-icon {
  color: #fff;
  background: #00a445;
}

.admin-login-page {
  max-width: 980px;
}

.admin-login-card {
  padding: 24px;
}

.admin-login-hero {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.admin-login-hero > span {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 18px;
  color: #006d3d;
  background: #ffd400;
}

.admin-login-hero .eyebrow {
  margin: 0 0 10px;
  color: #006d3d;
  background: #eef9ef;
  border-color: rgba(0, 164, 69, 0.12);
}

.admin-login-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0;
}

.admin-login-features div {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 11px;
  border-radius: 13px;
  background: #f8fbf7;
  border: 1px solid rgba(0, 164, 69, 0.1);
}

.admin-login-features span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 11px;
  color: #00a445;
  background: #eef9ef;
}

.admin-login-features strong {
  color: #25342a;
  font-size: 0.86rem;
}

.admin-login-form .btn {
  width: fit-content;
}

.sidebar .brand-mark .ui-icon {
  width: 23px;
  height: 23px;
}

.sidebar-link span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

@media (min-width: 501px) {
  .app-mobile-shell {
    margin-block: 0;
  }
}

@media (max-width: 390px) {
  .k24-slider-card > div {
    max-width: 82%;
  }

  .k24-product-grid {
    gap: 8px;
  }

  .k24-service-item,
  .k24-category-item {
    flex-basis: 82px;
  }
}

@media (max-width: 760px) {
  .admin-login-card {
    padding: 18px;
  }

  .admin-login-hero {
    flex-direction: column;
  }

  .admin-login-features {
    grid-template-columns: 1fr;
  }
}
