@font-face { font-family: Pretendard; src: local("Pretendard"); font-display: swap; }
:root {
  --brand: #52a585;
  --primary: #247b63;
  --primary-strong: #1d6854;
  --primary-soft: #e8f5ef;
  --accent-blue: #315f91;
  --accent-blue-soft: #eaf1f8;
  --accent-amber: #9a5a00;
  --accent-amber-soft: #fff2d8;
  --success: #2f7d4b;
  --text: #171d1b;
  --muted: #68736f;
  --line: #d8e1dd;
  --stage: #f7f9f8;
  --white: #fff;
  --radius: 6px;
  --menu-structure: #315f91;
  --menu-structure-soft: #eef3f8;
  --menu-surface: #f7f9f8;
  --screen-w: 1280px;
  --screen-h: 900px;
}
* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; font-family: Pretendard, "Noto Sans KR", sans-serif; color: var(--text); background: #101915; }
button { font: inherit; cursor: pointer; }
button:focus-visible { outline: 3px solid #0b6b56; outline-offset: 2px; }
.app-screen { position: relative; width: var(--screen-w); height: var(--screen-h); overflow: hidden; background: var(--white); font-variant-numeric: tabular-nums; }
.app-header { height: 72px; display: grid; grid-template-columns: 104px 52px minmax(0, 1fr) 142px; align-items: center; gap: 10px; padding: 0 24px; border-bottom: 1px solid #e1e8e5; background: #fff; }
.brand-button { width: 100px; height: 56px; padding: 8px 0; border: 0; background: transparent; display: grid; place-items: center; }
.brand-button img { display: block; width: 100px; height: 31px; object-fit: contain; }
.category-menu-button { width: 48px; height: 48px; padding: 0; border: 1px solid #b9cec6; border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; color: var(--primary); background: #fff; }
.category-menu-button span { width: 20px; height: 2px; border-radius: 99px; background: currentColor; }
.category-menu-button:hover, .category-menu-button.active { color: #fff; border-color: var(--primary); background: var(--primary); }
.category-menu-button.active span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.category-menu-button.active span:nth-child(2) { opacity: 0; }
.category-menu-button.active span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.category-menu-button span { transition: transform .16s ease, opacity .16s ease; }
.primary-nav { min-width: 0; height: 100%; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); align-items: center; gap: 4px; overflow: hidden; }
.primary-nav button { width: 100%; min-width: 0; height: 48px; min-height: 48px; padding: 0 6px; border: 0; border-radius: 999px; white-space: nowrap; color: var(--text); background: transparent; font-weight: 750; font-size: 16px; line-height: 1.25; }
.primary-nav button:hover { color: var(--primary); background: transparent; }
.primary-nav button.active { color: var(--primary); background: transparent; font-weight: 850; }
.guest-control { min-height: 56px; padding: 0; border: 0; display: flex; align-items: center; justify-content: flex-end; gap: 10px; white-space: nowrap; color: var(--text); background: transparent; font-size: 16px; font-weight: 700; }
.switch { width: 42px; height: 24px; padding: 3px; border-radius: 99px; display: flex; justify-content: flex-end; background: #191d1c; transition: background-color .16s ease; }
.switch i { width: 18px; height: 18px; border-radius: 50%; background: #fff; box-shadow: 0 1px 3px rgb(0 0 0 / 25%); }
.guest-control[aria-pressed="true"] .switch { justify-content: flex-start; background: var(--brand); }
.home-content { height: calc(100% - 72px); padding: 12px 24px 10px; overflow-y: auto; background: #fff; scrollbar-gutter: stable; }
.personalized-view { position: absolute; inset: 72px 0 0; z-index: 19; height: calc(100% - 72px); padding: 16px 18px 12px 28px; overflow: hidden; background: #fff; opacity: 0; transform: translateX(100%); visibility: hidden; pointer-events: none; transition: transform .32s cubic-bezier(.22, 1, .36, 1), opacity .2s ease, visibility 0s linear .32s; will-change: transform; }
.personalized-view.open { opacity: 1; transform: translateX(0); visibility: visible; pointer-events: auto; transition: transform .32s cubic-bezier(.22, 1, .36, 1), opacity .2s ease, visibility 0s linear 0s; }
.personalized-layout { position: relative; height: 100%; display: grid; grid-template-columns: minmax(0, 1fr) 98px; gap: 16px; transition: grid-template-columns .28s cubic-bezier(.22, 1, .36, 1), column-gap .28s cubic-bezier(.22, 1, .36, 1); }
.personalized-main { min-width: 0; height: 100%; padding: 0 8px 96px 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-gutter: auto; scrollbar-width: none; }
.personalized-main::-webkit-scrollbar { display: none; }
.personalized-heading { min-height: 96px; display: grid; align-content: start; }
.personalized-heading p { margin: 0 0 3px; color: var(--primary); font-size: 13px; line-height: 18px; font-weight: 800; letter-spacing: .04em; }
.personalized-heading h1 { margin: 0; font-size: 28px; line-height: 37px; letter-spacing: -.03em; }
.personalized-heading span { margin-top: 4px; color: #424b48; font-size: 17px; line-height: 25px; }
.personalized-filter-row { min-width: 0; height: 64px; margin-bottom: 14px; display: grid; grid-template-columns: minmax(0, 1fr) 56px; gap: 12px; }
.personalized-filters { min-width: 0; display: flex; align-items: center; gap: 9px; overflow-x: auto; overflow-y: hidden; scrollbar-width: none; }
.personalized-filters::-webkit-scrollbar { display: none; }
.personalized-filters button, .filter-next { flex: 0 0 auto; min-height: 56px; border: 1px solid #c8d5e1; color: #4c5753; background: #fff; font-size: 18px; line-height: 1; font-weight: 750; white-space: nowrap; }
.personalized-filters button { padding: 0 30px; border-radius: 999px; }
.personalized-filters button:hover { color: var(--menu-structure); border-color: var(--menu-structure); }
.personalized-filters button.selected { color: #fff; border-color: var(--menu-structure); background: var(--menu-structure); }
.filter-next { width: 56px; padding: 0; border-radius: 12px; display: grid; place-items: center; color: var(--menu-structure); }
.filter-next:hover { color: #fff; background: var(--menu-structure); }
.filter-next i { font-size: 26px; }
.personalized-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 14px; }
.personalized-product-card { min-width: 0; overflow: hidden; border: 1px solid #cfd9d5; border-radius: 10px; display: grid; grid-template-rows: 210px 250px; background: #fff; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.personalized-product-card:hover { border-color: var(--primary); box-shadow: 0 8px 20px rgb(36 123 99 / 12%); transform: translateY(-2px); }
.personalized-media { position: relative; min-width: 0; overflow: hidden; background: #f7f9f8; }
.personalized-media img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; }
.personalized-media .dispatch-badge { position: absolute; top: 12px; right: 12px; color: var(--accent-amber); border: 1px solid #e3bc78; background: var(--accent-amber-soft); }
.personalized-body { min-width: 0; min-height: 0; padding: 10px 12px 12px; display: grid; grid-template-rows: 22px 44px 17px 20px 18px 20px 48px; gap: 2px; }
.recommendation-reason { width: max-content; max-width: 100%; overflow: hidden; color: var(--menu-structure); font-size: 12px; line-height: 20px; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; }
.personalized-body h2 { height: 44px; margin: 0; overflow: hidden; font-size: 17px; line-height: 22px; letter-spacing: -.02em; }
.personalized-body h2 span { font-weight: 750; }
.personalized-body p { margin: 0; color: var(--muted); font-size: 12px; line-height: 17px; }
.personalized-body .base-price { font-size: 16px; }
.personalized-body .benefit-price { font-size: 13px; }
.personalized-body .benefit-price strong { font-size: 15px; }
.personalized-body .availability { font-size: 13px; line-height: 20px; }
.personalized-body .price-hidden { grid-row: span 2; align-content: center; }
.personalized-cta { width: 88%; min-height: 48px; justify-self: center; align-self: end; border: 1px solid var(--primary); border-radius: 999px; color: var(--primary); background: #fff; font-size: 16px; font-weight: 800; white-space: nowrap; }
.personalized-cta:hover { color: #fff; background: var(--primary); }
.personalized-cta:active { transform: translateY(1px); }
.personalized-data-note { margin: 12px 0 0; color: #68736f; font-size: 12px; line-height: 18px; }
.personalized-layout .quick-rail { margin-top: 174px; }
.personalized-guest { margin-bottom: 10px; }
.personalized-guest + .personalized-heading { min-height: 86px; }
.category-menu-view { position: absolute; inset: 72px 0 0; z-index: 20; height: calc(100% - 72px); padding: 20px 18px 12px 28px; overflow: hidden; background: #fff; opacity: 0; transform: translateX(-100%); visibility: hidden; pointer-events: none; transition: transform .32s cubic-bezier(.22, 1, .36, 1), opacity .2s ease, visibility 0s linear .32s; will-change: transform; }
.category-menu-view.open { opacity: 1; transform: translateX(0); visibility: visible; pointer-events: auto; transition: transform .32s cubic-bezier(.22, 1, .36, 1), opacity .2s ease, visibility 0s linear 0s; }
.category-menu-layout { position: relative; height: 100%; display: grid; grid-template-columns: minmax(0, 1fr) 98px; gap: 16px; transition: grid-template-columns .28s cubic-bezier(.22, 1, .36, 1), column-gap .28s cubic-bezier(.22, 1, .36, 1); }
.category-menu-main { min-width: 0; height: 100%; padding: 0 8px 96px 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: none; }
.category-menu-main::-webkit-scrollbar { display: none; }
.category-menu-heading { min-height: 100px; }
.category-menu-heading p { margin: 0 0 3px; color: var(--primary); font-size: 13px; line-height: 18px; font-weight: 800; letter-spacing: .04em; }
.category-menu-heading h1 { margin: 0; font-size: 28px; line-height: 37px; letter-spacing: -.03em; }
.category-menu-heading span { display: block; margin-top: 6px; color: #424b48; font-size: 18px; line-height: 26px; }
.category-grid { height: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: start; gap: 14px; }
.category-menu-card { position: relative; min-width: 0; min-height: 0; padding: 0; overflow: hidden; border: 1px solid #cfd9d5; border-radius: 10px; display: grid; grid-template-rows: auto 56px; color: var(--text); background: #fff; text-align: left; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.category-menu-card:hover { border-color: var(--menu-structure); box-shadow: 0 8px 20px rgb(49 95 145 / 12%); transform: translateY(-2px); }
.category-menu-card.selected { border: 2px solid var(--primary); box-shadow: 0 0 0 2px rgb(36 123 99 / 14%); }
.category-thumbnail { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: var(--thumbnail-background, #f4f6f5); }
.category-thumbnail img { position: absolute; inset: 0; width: 100%; height: 100%; display: block; padding: 0; object-fit: contain; object-position: center; mix-blend-mode: normal; }
.category-label { position: relative; min-width: 0; min-height: 56px; padding: 0 15px 0 17px; border-top: 1px solid #dfe6e3; display: flex; align-items: center; justify-content: space-between; gap: 10px; background: var(--menu-structure-soft); }
.category-label strong { min-width: 0; font-size: 17px; line-height: 22px; letter-spacing: -.015em; }
.category-label i { flex: 0 0 auto; color: var(--menu-structure); font-size: 23px; line-height: 1; }
.category-menu-card.selected .category-label { color: var(--primary-strong); background: var(--primary-soft); }
.category-menu-card.selected .category-label i { color: var(--primary); }
.category-asset-note { margin: 6px 0 0; color: #7b8581; font-size: 11px; line-height: 16px; text-align: right; }
.quick-rail { position: relative; z-index: 4; align-self: start; width: 98px; min-height: 430px; margin-top: 100px; padding: 12px 10px 14px; border: 1px solid #dde4e1; border-radius: 22px; display: grid; grid-template-rows: 48px 1fr; background: #f1f3f2; transition: width .28s cubic-bezier(.22, 1, .36, 1), min-height .28s cubic-bezier(.22, 1, .36, 1), transform .28s cubic-bezier(.22, 1, .36, 1), border-radius .28s ease; }
.quick-rail-toggle { min-height: 48px; padding: 0; border: 0; display: flex; align-items: center; justify-content: center; gap: 4px; color: #343b38; background: transparent; font-size: 14px; font-weight: 800; }
.quick-rail-toggle i { font-size: 19px; }
.quick-actions { display: grid; align-content: start; justify-items: center; gap: 12px; padding-top: 8px; opacity: 1; transition: opacity .16s ease; }
.quick-actions button { position: relative; width: 68px; height: 68px; padding: 8px 4px 6px; border: 0; border-radius: 50%; display: grid; place-items: center; align-content: center; gap: 3px; color: #fff; background: #19211e; }
.quick-actions button:hover { background: var(--primary-strong); }
.quick-actions button.chatbot { background: var(--primary); }
.quick-actions button.chatbot:hover { background: var(--primary-strong); }
.quick-actions i { font-size: 25px; line-height: 1; }
.quick-actions span { font-size: 10px; line-height: 13px; font-weight: 750; white-space: nowrap; }
.quick-actions b { position: absolute; top: -2px; right: -2px; min-width: 22px; height: 22px; padding: 0 5px; border: 2px solid #f1f3f2; border-radius: 999px; display: grid; place-items: center; color: #fff; background: var(--primary); font-size: 10px; }
.category-menu-layout.quick-collapsed, .personalized-layout.quick-collapsed { grid-template-columns: minmax(0, 1fr) 0; column-gap: 0; }
.lighting-menu-layout.quick-collapsed { grid-template-columns: 72px minmax(0, 1fr) 0; column-gap: 14px; }
.quick-rail.collapsed { width: 58px; min-height: 58px; height: 58px; padding: 4px; border-radius: 18px 0 0 18px; grid-template-rows: 48px; transform: translateX(-58px); box-shadow: 0 6px 18px rgb(25 33 30 / 12%); }
.quick-rail.collapsed .quick-rail-toggle { width: 48px; gap: 2px; font-size: 12px; }
.quick-rail.collapsed .quick-actions { display: none; opacity: 0; pointer-events: none; }
.lighting-menu-view { position: absolute; inset: 72px 0 0; z-index: 21; height: calc(100% - 72px); padding: 16px 18px 12px 18px; overflow: hidden; background: #fff; opacity: 0; transform: translateX(100%); visibility: hidden; pointer-events: none; transition: transform .32s cubic-bezier(.22, 1, .36, 1), opacity .2s ease, visibility 0s linear .32s; will-change: transform; }
.lighting-menu-view.open { opacity: 1; transform: translateX(0); visibility: visible; pointer-events: auto; transition: transform .32s cubic-bezier(.22, 1, .36, 1), opacity .2s ease, visibility 0s linear 0s; }
.lighting-menu-layout { position: relative; height: 100%; display: grid; grid-template-columns: 72px minmax(0, 1fr) 98px; gap: 14px; transition: grid-template-columns .28s cubic-bezier(.22, 1, .36, 1), column-gap .28s cubic-bezier(.22, 1, .36, 1); }
.lighting-back { align-self: stretch; min-width: 72px; min-height: 100%; padding: 0; border: 1px solid #c8d5e1; border-radius: 18px; display: grid; place-content: center; gap: 4px; color: var(--menu-structure); background: var(--menu-structure-soft); font-size: 16px; font-weight: 800; }
.lighting-back:hover { color: #fff; border-color: var(--menu-structure); background: var(--menu-structure); }
.lighting-back i { font-size: 28px; line-height: 1; }
.lighting-menu-main { min-width: 0; height: 100%; padding: 0 8px 8px 0; overflow-y: auto; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: #9aa7a2 #eef2f0; }
.lighting-menu-main::-webkit-scrollbar { width: 9px; }
.lighting-menu-main::-webkit-scrollbar-track { border-radius: 99px; background: #eef2f0; }
.lighting-menu-main::-webkit-scrollbar-thumb { border: 2px solid #eef2f0; border-radius: 99px; background: #9aa7a2; }
.lighting-heading { min-height: 88px; }
.lighting-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: start; gap: 12px; }
.lighting-menu-card { position: relative; min-width: 0; min-height: 0; padding: 0; overflow: hidden; border: 1px solid #cfd9d5; border-radius: 10px; display: grid; grid-template-rows: auto 58px; color: var(--text); background: #fff; text-align: left; transition: border-color .16s ease, box-shadow .16s ease, transform .16s ease; }
.lighting-menu-card:hover { border-color: var(--menu-structure); box-shadow: 0 8px 20px rgb(49 95 145 / 12%); transform: translateY(-2px); }
.lighting-menu-card.selected { border: 2px solid var(--primary); box-shadow: 0 0 0 2px rgb(36 123 99 / 14%); }
.lighting-thumbnail { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: var(--menu-surface); }
.lighting-thumbnail img { width: 100%; height: 100%; display: block; padding: 0; object-fit: contain; object-position: center; }
.lighting-label { min-width: 0; min-height: 58px; padding: 0 12px 0 14px; border-top: 1px solid #dfe6e3; display: flex; align-items: center; justify-content: space-between; gap: 8px; background: var(--menu-structure-soft); }
.lighting-label strong { min-width: 0; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; font-size: 16px; line-height: 21px; letter-spacing: -.015em; }
.lighting-label i { flex: 0 0 auto; color: var(--menu-structure); font-size: 22px; }
.lighting-menu-card.selected .lighting-label { color: var(--primary-strong); background: var(--primary-soft); }
.lighting-menu-card.selected .lighting-label i { color: var(--primary); }
.lighting-menu-layout .quick-rail { margin-top: 90px; }
.guest-notice { min-height: 48px; margin-bottom: 10px; padding: 7px 10px 7px 14px; display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; border: 1px solid #b8d9cd; background: var(--primary-soft); font-size: 13px; }
.guest-notice button { min-height: 42px; padding: 0 16px; border: 1px solid var(--primary); color: var(--primary); background: #fff; font-weight: 750; }
.section-heading { min-height: 38px; display: flex; align-items: center; justify-content: space-between; }
.section-heading h1, .section-heading h2 { margin: 0; font-size: 23px; line-height: 31px; letter-spacing: -.025em; }
.section-heading button { min-height: 42px; padding: 0 5px; border: 0; color: var(--primary); background: transparent; font-weight: 750; }
.product-scroll { min-width: 0; display: grid; grid-auto-flow: column; gap: 12px; overflow-x: auto; overflow-y: hidden; overscroll-behavior-inline: contain; scrollbar-width: none; }
.product-scroll::-webkit-scrollbar { display: none; }
.top-scroll { grid-template-columns: 426px; grid-auto-columns: 176px; height: 356px; }
.product-card { min-width: 0; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.hero-product-card { position: relative; height: 348px; display: grid; grid-template-columns: 43% 57%; grid-template-rows: 1fr 58px; color: #fff; border-color: #414746; background: #343a39; }
.hero-copy { z-index: 1; padding: 16px 8px 10px 16px; display: grid; align-content: center; gap: 4px; }
.recent-badge, .dispatch-badge { min-height: 24px; padding: 3px 8px; border-radius: 4px; font-size: 11px; line-height: 18px; font-weight: 800; white-space: nowrap; }
.hero-copy .recent-badge { width: max-content; margin-bottom: 14px; color: #fff; background: var(--accent-blue); }
.hero-copy h2 { margin: 0; font-size: 24px; line-height: 31px; letter-spacing: -.02em; }
.hero-copy p { margin: 2px 0; color: #d7dfdc; font-size: 12px; }
.hero-divider { width: 110px; height: 1px; margin: 8px 0; background: rgb(255 255 255 / 44%); }
.hero-base { font-size: 21px; font-weight: 800; }
.hero-benefit { display: flex; align-items: baseline; gap: 10px; font-size: 17px; }
.hero-benefit span, .hero-benefit strong { color: #ffd27a; }
.hero-benefit strong { font-size: 23px; }
.hero-copy .availability { color: #b6ec67; }
.hero-media { position: relative; min-width: 0; overflow: hidden; background: #3a3f3e; }
.hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center; }
.hero-media .dispatch-badge { position: absolute; top: 10px; right: 9px; color: var(--accent-amber); background: var(--accent-amber-soft); border: 1px solid #e3bc78; }
.primary-cta, .outline-cta { min-height: 48px; border-radius: 4px; font-weight: 800; font-size: 16px; white-space: nowrap; }
.primary-cta { grid-column: 1 / -1; width: min(240px, 60%); height: 48px; margin: 6px auto 4px; justify-self: center; color: #fff; border: 1px solid var(--brand); border-radius: 999px; background: var(--primary); }
.primary-cta:hover { background: var(--primary-strong); }
.standard-product-card { height: 348px; display: grid; grid-template-rows: 163px 1fr; }
.product-media, .reorder-media { position: relative; background: var(--stage); }
.product-media img { width: 100%; height: 100%; display: block; padding: 8px; object-fit: contain; }
.product-media .recent-badge { position: absolute; top: 9px; left: 9px; color: #fff; background: var(--accent-blue); }
.product-media .dispatch-badge, .reorder-media .dispatch-badge { position: absolute; top: 9px; right: 9px; color: var(--accent-amber); background: var(--accent-amber-soft); border: 1px solid #e3bc78; }
.product-body { min-height: 0; padding: 8px 10px 10px; display: grid; grid-template-rows: 40px 16px 20px 18px 1fr 48px; gap: 2px; }
.product-body h3, .reorder-body h3 { height: 40px; margin: 0; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; font-size: 15px; line-height: 20px; }
.product-body h3.long-name, .reorder-body h3.long-name { font-size: 14px; line-height: 19px; letter-spacing: -.02em; }
.product-body p, .reorder-body p { margin: 0; color: var(--muted); font-size: 11px; line-height: 16px; }
.base-price { font-size: 16px; line-height: 20px; font-weight: 800; }
.benefit-price { display: flex; gap: 8px; align-items: baseline; color: var(--accent-amber); font-size: 13px; line-height: 18px; font-weight: 800; }
.benefit-price strong { font-size: 15px; }
.availability { color: var(--success); font-size: 13px; line-height: 19px; font-weight: 800; }
.outline-cta { width: 88%; justify-self: center; align-self: end; color: var(--primary); border: 1px solid var(--primary); border-radius: 999px; background: #fff; }
.outline-cta:hover { color: #fff; background: var(--primary); }
.price-hidden { display: grid; gap: 1px; color: var(--primary); }
.price-hidden strong { font-size: 14px; }
.price-hidden span { font-size: 11px; color: var(--muted); }
.scrollbar { height: 16px; margin: 2px 0 0; padding: 4px 2px; overflow: hidden; border-radius: 99px; background: transparent; cursor: pointer; touch-action: none; }
.scrollbar::before { content: ""; position: absolute; inset: 4px 2px; border-radius: 99px; background: #dfe5e2; }
.scrollbar { position: relative; }
.scrollbar span { position: relative; z-index: 1; display: block; width: 100%; height: 8px; border-radius: 99px; background: #7f8a86; transition: transform .08s linear, width .16s ease, background-color .16s ease; cursor: grab; }
.scrollbar:hover span, .scrollbar:focus-visible span { background: var(--primary); }
.scrollbar.dragging span { cursor: grabbing; background: var(--primary-strong); transition: none; }
.scrollbar:focus-visible { outline: 3px solid #0b6b56; outline-offset: 1px; }
.reorder-section { min-width: 0; margin-top: 4px; display: grid; grid-template-columns: 214px minmax(0, 1fr); gap: 30px; }
.category-rail { height: 334px; display: grid; grid-template-rows: 1fr 1fr; gap: 12px; }
.category-card { position: relative; min-height: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); display: grid; grid-template-rows: 106px 1fr; color: var(--text); background: #fff; text-align: left; }
.category-card img { width: 100%; height: 106px; display: block; object-fit: cover; background: var(--stage); }
.category-card span { align-self: center; padding: 4px 42px 8px 16px; font-size: 18px; line-height: 23px; font-weight: 800; }
.category-card b { position: absolute; right: 14px; bottom: 19px; font-size: 30px; font-weight: 400; }
.category-card.featured { color: #fff; border-color: var(--primary); background: var(--primary); }
.category-card.featured img { background: var(--primary); }
.reorder-main { min-width: 0; }
.reorder-main .section-heading { min-height: 38px; }
.timeline { position: relative; height: 25px; display: grid; grid-auto-flow: column; grid-auto-columns: 225px; gap: 12px; overflow: hidden; }
.timeline::before { content: ""; position: absolute; left: 0; right: 0; top: 12px; height: 1px; background: #c4cdca; }
.timeline span { position: relative; text-align: center; }
.timeline b { position: relative; z-index: 1; display: inline-block; padding: 2px 9px; border-radius: 4px; color: #fff; background: var(--accent-blue); font-size: 11px; line-height: 19px; }
.reorder-scroll { grid-auto-columns: 225px; height: 296px; }
.reorder-card { height: 288px; display: grid; grid-template-rows: 104px 1fr; }
.reorder-media img { width: 100%; height: 100%; display: block; padding: 5px 10px; object-fit: contain; }
.reorder-body { padding: 7px 10px 9px; display: grid; grid-template-rows: 40px 16px auto auto 1fr 48px; gap: 1px; }
.toast { position: absolute; left: 50%; bottom: 20px; z-index: 30; min-width: 250px; padding: 13px 18px; border-radius: 5px; color: #fff; background: #1b2522; text-align: center; font-weight: 700; opacity: 0; transform: translate(-50%, 10px); pointer-events: none; transition: opacity .16s ease, transform .16s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.review-shell { min-height: 100vh; display: grid; grid-template-rows: 70px minmax(0, 1fr); padding: 0 28px 24px; background: radial-gradient(circle at 50% 0%, #243a33 0, #111c18 48%, #0a0f0d 100%); }
.review-toolbar { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; }
.review-toolbar > div { display: flex; align-items: center; gap: 12px; }
.review-toolbar strong { font-size: 18px; }
.review-toolbar span { color: #adbbb6; font-size: 13px; }
.review-toolbar button { min-height: 42px; padding: 0 15px; border: 1px solid #53645e; border-radius: 5px; color: #dce5e1; background: #1a2823; }
.review-toolbar button.active { color: #fff; border-color: var(--brand); background: var(--primary); }
.device-stage { min-width: 0; min-height: 0; display: grid; place-items: center; overflow: hidden; }
.device-scaler { position: relative; }
.tablet { position: absolute; left: 0; top: 0; width: 1338px; height: 1010px; padding: 52px 29px 58px; border: 3px solid #4f5b66; border-radius: 42px; background: linear-gradient(145deg, #252b34, #0a0c0f 68%); box-shadow: 0 28px 80px rgb(0 0 0 / 42%), inset 0 0 0 2px #0b0d10; transform-origin: top left; }
.tablet-screen { width: 1280px; height: 900px; overflow: hidden; border-radius: 13px; background: #fff; box-shadow: inset 0 0 0 1px #48514e; }
.camera { position: absolute; top: 20px; left: 50%; width: 10px; height: 10px; margin-left: -5px; border-radius: 50%; background: #07100d; box-shadow: inset 0 0 0 2px #39584c; }
.side-key { position: absolute; right: -6px; top: 160px; width: 6px; height: 88px; border-radius: 0 4px 4px 0; background: #66716d; }
.device-label { position: absolute; bottom: 17px; left: 0; right: 0; color: #7e8b86; text-align: center; font-size: 10px; letter-spacing: .22em; }
.raw-stage { min-height: 100vh; display: grid; place-items: start center; background: #0b0f0d; }
.raw-stage .app-screen { box-shadow: 0 18px 70px rgb(0 0 0 / 36%); }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
@media (max-width: 900px) { .review-shell { padding-inline: 10px; } .review-toolbar span { display: none; } }
