/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --radius-lg: 0.5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .start {
    inset-inline-start: var(--spacing);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
}
:root {
  --bg: #11120f;
  --bg-deep: #0a0b09;
  --surface: rgba(248, 250, 244, 0.07);
  --surface-strong: rgba(248, 250, 244, 0.11);
  --surface-soft: rgba(248, 250, 244, 0.045);
  --line: rgba(248, 250, 244, 0.13);
  --line-strong: rgba(248, 250, 244, 0.24);
  --text: #f4f6ef;
  --muted: #a8afa2;
  --muted-strong: #c9cec3;
  --accent: #9ed769;
  --accent-strong: #c9f792;
  --danger: #ff8f7e;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.36);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --ease: cubic-bezier(0.32, 0.72, 0, 1);
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  min-height: 100%;
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  margin: 0;
  background: radial-gradient(circle at 82% 8%, rgba(158, 215, 105, 0.19), transparent 28rem), radial-gradient(circle at 12% 18%, rgba(116, 166, 255, 0.1), transparent 24rem), linear-gradient(135deg, var(--bg-deep), var(--bg) 48%, #161812);
  color: var(--text);
  font-family: "Avenir Next", "SF Pro Display", "Segoe UI", system-ui, sans-serif;
  font-feature-settings: "ss01", "cv01";
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 70%);
}
body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.045;
  background-image: radial-gradient(rgba(255, 255, 255, 0.7) 0.8px, transparent 0.8px);
  background-size: 4px 4px;
}
img, svg {
  display: block;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select, textarea {
  font: inherit;
}
button {
  cursor: pointer;
}
svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
:focus-visible {
  outline: 3px solid rgba(201, 247, 146, 0.86);
  outline-offset: 4px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 20;
  padding: 0.75rem 1rem;
  color: var(--bg-deep);
  background: var(--accent-strong);
  border-radius: 999px;
  transform: translateY(-140%);
  transition: transform 240ms var(--ease);
}
.skip-link:focus {
  transform: translateY(0);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 1rem;
}
.nav-shell {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 0.6rem 0.75rem;
  background: rgba(17, 18, 15, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(22px);
}
.brand-mark, .nav-links, .btn, .back-link, .choice-chip, .category-link, .danger-link, .text-danger {
  transition: transform 320ms var(--ease), border-color 320ms var(--ease), background 320ms var(--ease), color 320ms var(--ease), opacity 320ms var(--ease);
}
.brand-mark {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: flex-start;
  justify-self: start;
  min-height: 3.05rem;
  padding: 0.2rem 0.2rem;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}
.brand-orb {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  place-items: center;
  color: #14200e;
  background: linear-gradient(135deg, var(--accent-strong), #7fb84f);
  border-radius: 999px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}
.brand-orb svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
  stroke: none;
}
.nav-links {
  display: inline-flex;
  gap: 0.4rem;
  justify-self: end;
  justify-content: flex-end;
  min-height: 3.05rem;
  padding: 0;
  color: var(--muted-strong);
}
.nav-links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.65rem;
  padding: 0.55rem 0.95rem;
  font-size: 0.86rem;
  font-weight: 650;
  border-radius: 999px;
  transition: transform 260ms var(--ease), background 260ms var(--ease), color 260ms var(--ease);
}
.nav-links a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.075);
  transform: translateY(-1px);
}
.page-shell {
  width: min(1180px, calc(100vw - 2rem));
  margin: 0 auto;
  padding: 5.5rem 0 6rem;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(22rem, 1.1fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: calc(100dvh - 8rem);
}
.hero-copy {
  max-width: 39rem;
}
.hero-copy h1 {
  max-width: 14ch;
  font-size: clamp(3rem, 6.4vw, 5.35rem);
  line-height: 0.96;
}
.eyebrow {
  display: inline-flex;
  width: fit-content;
  padding: 0.35rem 0.7rem;
  margin-bottom: 1rem;
  color: var(--accent-strong);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  background: rgba(158, 215, 105, 0.09);
  border: 1px solid rgba(201, 247, 146, 0.18);
  border-radius: 999px;
}
h1, h2, h3, p {
  margin: 0;
}
h1 {
  max-width: 13ch;
  font-size: clamp(3.1rem, 8vw, 6.8rem);
  font-weight: 760;
  line-height: 0.92;
  letter-spacing: -0.075em;
  text-wrap: balance;
}
.page-heading h1, .form-intro h1, .detail-panel h1 {
  max-width: 16ch;
  font-size: clamp(2.6rem, 6vw, 5.4rem);
}
.form-intro h1 {
  max-width: 11ch;
  font-size: clamp(3.1rem, 7vw, 5.1rem);
  line-height: 0.98;
}
.hero-text, .page-heading p, .form-intro p, .empty-state p, .detail-description, .insight-band p, .category-card p {
  max-width: 63ch;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.75;
}
.hero-text {
  margin-top: 1.4rem;
  font-size: 1.12rem;
}
.hero-actions, .form-actions, .detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: center;
  margin-top: 2rem;
}
.btn {
  display: inline-flex;
  gap: 0.65rem;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0.55rem 0.65rem 0.55rem 1.05rem;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 999px;
}
.btn span {
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  border-radius: 999px;
}
.btn-primary {
  color: #17230f;
  background: linear-gradient(135deg, var(--accent-strong), #91cd5c);
  box-shadow: 0 18px 45px rgba(98, 145, 57, 0.23);
}
.btn-primary span {
  background: rgba(17, 31, 10, 0.13);
}
.btn-secondary {
  padding-right: 1.05rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.055);
  border-color: var(--line);
}
.btn-danger {
  padding: 0.75rem 1.1rem;
  color: var(--danger);
  background: rgba(255, 143, 126, 0.08);
  border-color: rgba(255, 143, 126, 0.22);
}
.btn-danger:hover {
  color: #21100d;
  background: linear-gradient(135deg, #ffb2a5, var(--danger));
  border-color: rgba(255, 178, 165, 0.56);
  box-shadow: 0 18px 45px rgba(255, 143, 126, 0.16);
}
.btn:hover, .back-link:hover, .category-card:hover, .product-card:hover {
  transform: translateY(-3px);
}
.btn:active, .choice-chip:active, .danger-link:active, .text-danger:active {
  transform: scale(0.98);
}
.showcase-device, .detail-media, .form-card, .filter-panel, .product-card, .category-card, .empty-state, .delete-card, .notice-panel {
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.045));
  border: 1px solid var(--line);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.showcase-device {
  padding: 0.75rem;
  border-radius: 34px;
  transform: rotate(1deg);
}
.device-topbar {
  display: flex;
  gap: 0.4rem;
  padding: 0.65rem 0.75rem;
}
.device-topbar span {
  width: 0.55rem;
  height: 0.55rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 999px;
}
.device-stage {
  position: relative;
  min-height: 34rem;
  padding: clamp(1.3rem, 4vw, 3rem);
  overflow: hidden;
  background: radial-gradient(circle at 78% 16%, rgba(201, 247, 146, 0.28), transparent 14rem), linear-gradient(160deg, #f7f9ef 0%, #e5ecdd 48%, #1e251b 49%, #11140f 100%);
  border-radius: 24px;
}
.featured-product-card {
  position: relative;
  z-index: 1;
  width: min(25rem, 100%);
  padding: 1.2rem;
  color: #11140f;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.62);
  border-radius: 22px;
  box-shadow: 0 20px 70px rgba(10, 11, 9, 0.18);
}
.micro-label, .metric {
  color: #526048;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.featured-product-card h2 {
  margin-top: 1rem;
  color: #11140f;
  font-size: clamp(1.9rem, 4vw, 3.4rem);
  font-weight: 760;
  line-height: 0.95;
  letter-spacing: -0.06em;
}
.spec-row {
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  margin-top: 1rem;
  color: #53604b;
  border-top: 1px solid rgba(17, 20, 15, 0.11);
}
.spec-row strong {
  color: #12170f;
  font-variant-numeric: tabular-nums;
}
.product-stack {
  position: absolute;
  z-index: 0;
  right: 8%;
  bottom: 10%;
  display: grid;
  gap: 0.8rem;
  width: 15rem;
}
.product-stack span {
  height: 4.2rem;
  background: rgba(17, 18, 15, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.26);
}
.product-stack span:nth-child(2) {
  transform: translateX(-2rem);
  opacity: 0.78;
}
.product-stack span:nth-child(3) {
  transform: translateX(1.2rem);
  opacity: 0.58;
}
.insight-band {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 1px;
  margin-top: 4rem;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: var(--line);
}
.insight-band article {
  min-height: 13rem;
  padding: 1.4rem;
  background: rgba(255, 255, 255, 0.055);
}
.insight-band h2 {
  margin: 1.5rem 0 0.55rem;
  font-size: 1.5rem;
  font-weight: 720;
  letter-spacing: -0.04em;
}
.metric {
  color: var(--accent-strong);
}
.page-heading {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.page-heading p {
  margin-top: 1rem;
}
.form-intro h1 + p, .detail-panel h1 + .detail-price {
  margin-top: 1.35rem;
}
.catalog-layout {
  display: grid;
  grid-template-columns: minmax(16rem, 18rem) 1fr;
  gap: 1rem;
  align-items: start;
}
.filter-panel {
  position: sticky;
  top: 6rem;
  max-height: calc(100dvh - 7.5rem);
  overflow: hidden;
  padding: 0.55rem;
  border-radius: 24px;
}
.filter-scroll-area {
  max-height: calc(100dvh - 8.6rem);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0.35rem 0.65rem 0.35rem 0.35rem;
  border-radius: 19px;
  scrollbar-color: rgba(201, 247, 146, 0.34) rgba(255, 255, 255, 0.06);
  scrollbar-width: thin;
}
.filter-scroll-area::-webkit-scrollbar {
  width: 0.8rem;
}
.filter-scroll-area::-webkit-scrollbar-track {
  margin-block: 0.65rem;
  background: rgba(255, 255, 255, 0.045);
  border: 0.28rem solid transparent;
  background-clip: content-box;
  border-radius: 999px;
}
.filter-scroll-area::-webkit-scrollbar-thumb {
  background: rgba(201, 247, 146, 0.32);
  border: 0.28rem solid transparent;
  background-clip: content-box;
  border-radius: 999px;
}
.filter-panel form, .stacked-form {
  display: grid;
  gap: 1rem;
}
.filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0.4rem;
  font-size: 0.86rem;
  font-weight: 700;
}
.filter-header a, .text-danger {
  color: var(--muted);
  font-size: 0.82rem;
}
.filter-header a:hover {
  color: var(--accent-strong);
}
.field-block {
  display: grid;
  gap: 0.45rem;
}
.field-block label, .filter-search-field label, .option-group legend {
  color: var(--muted-strong);
  font-size: 0.82rem;
  font-weight: 700;
}
.field-block input, .field-block textarea, .field-block select, .filter-search-control input {
  width: 100%;
}
.filter-search-field {
  display: grid;
  gap: 0.5rem;
}
.filter-search-control {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.6rem;
  align-items: center;
  min-height: 3rem;
  padding: 0.78rem 0.9rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 999px;
  transition: transform 260ms var(--ease), border-color 260ms var(--ease), box-shadow 260ms var(--ease), background 260ms var(--ease);
}
.filter-search-control:focus-within {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(201, 247, 146, 0.5);
  box-shadow: 0 0 0 4px rgba(201, 247, 146, 0.08);
  transform: translateY(-1px);
}
.filter-search-control input {
  min-width: 0;
  color: var(--text);
  background: transparent;
  border: 0;
  outline: 0;
}
.filter-search-control input::placeholder {
  color: rgba(201, 206, 195, 0.5);
}
.field-block input, .field-block textarea, .field-block select {
  min-height: 3rem;
  padding: 0.78rem 0.9rem;
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
  border-radius: 14px;
  outline: 0;
  transition: border-color 260ms var(--ease), box-shadow 260ms var(--ease), background 260ms var(--ease);
}
.field-block textarea {
  min-height: 8.5rem;
  resize: vertical;
}
.field-block select {
  appearance: none;
  padding-right: 2.6rem;
  color-scheme: dark;
  background: linear-gradient(45deg, transparent 50%, var(--accent-strong) 50%) right 1.25rem center / 0.42rem 0.42rem no-repeat, linear-gradient(135deg, var(--accent-strong) 50%, transparent 50%) right 0.96rem center / 0.42rem 0.42rem no-repeat, rgba(255, 255, 255, 0.06);
}
.field-block select option {
  color: var(--text);
  background: #171a14;
}
.field-block select option:checked {
  color: #17230f;
  background: var(--accent-strong);
}
.field-block select option:disabled {
  color: rgba(201, 206, 195, 0.58);
}
.field-block input::placeholder, .field-block textarea::placeholder {
  color: rgba(201, 206, 195, 0.45);
}
.field-block input:focus, .field-block textarea:focus, .field-block select:focus {
  border-color: rgba(201, 247, 146, 0.5);
  box-shadow: 0 0 0 4px rgba(201, 247, 146, 0.08);
}
.helper-text {
  color: var(--muted);
  font-size: 0.82rem;
}
.option-group {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  margin: 0;
  border: 0;
}
.choice-chip {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  min-height: 2.55rem;
  padding: 0.55rem 0.65rem;
  color: var(--muted-strong);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 999px;
}
.choice-chip:hover {
  color: var(--text);
  border-color: rgba(201, 247, 146, 0.28);
  background: rgba(201, 247, 146, 0.06);
  transform: translateX(2px);
}
.choice-chip:has(input:checked) {
  color: var(--accent-strong);
  border-color: rgba(201, 247, 146, 0.38);
  background: rgba(201, 247, 146, 0.1);
}
.choice-chip input {
  width: 0.95rem;
  height: 0.95rem;
  accent-color: var(--accent);
}
.filter-submit {
  width: 100%;
  margin-top: 0.2rem;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.product-card, .category-card {
  animation: card-in 650ms var(--ease) both;
  animation-delay: calc(var(--card-index, 0) * 55ms);
}
.product-card {
  display: grid;
  min-height: 28rem;
  padding: 0.55rem;
  border-radius: 24px;
}
.product-card:hover {
  border-color: rgba(201, 247, 146, 0.28);
}
.product-media {
  position: relative;
  display: grid;
  min-height: 15rem;
  padding: 1rem;
  overflow: hidden;
  place-items: center;
  background: radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.14), transparent 12rem), rgba(255, 255, 255, 0.05);
  border-radius: 19px;
}
.product-media img {
  width: 100%;
  height: 13.8rem;
  object-fit: contain;
  filter: drop-shadow(0 20px 24px rgba(0, 0, 0, 0.34));
  transition: transform 500ms var(--ease);
}
.product-card:hover .product-media img {
  transform: scale(1.045) translateY(-0.25rem);
}
.stock-badge {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  padding: 0.38rem 0.58rem;
  color: var(--accent-strong);
  font-size: 0.72rem;
  font-weight: 700;
  background: rgba(12, 15, 10, 0.72);
  border: 1px solid rgba(201, 247, 146, 0.2);
  border-radius: 999px;
}
.product-card-body {
  display: grid;
  gap: 1rem;
  padding: 1rem 0.65rem 0.65rem;
}
.product-meta, .detail-kicker {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.product-meta span, .detail-kicker span {
  padding: 0.32rem 0.52rem;
  color: var(--muted-strong);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
}
.product-title-row {
  display: grid;
  gap: 0.65rem;
}
.product-title-row h2 {
  min-height: 3.4rem;
  font-size: 1.2rem;
  font-weight: 730;
  line-height: 1.15;
  letter-spacing: -0.035em;
}
.product-title-row p, .detail-price {
  color: var(--accent-strong);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 1.1rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.product-footer, .category-link {
  display: flex;
  gap: 0.4rem;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.86rem;
}
.product-card:hover .product-footer, .category-card:hover .category-link {
  color: var(--accent-strong);
}
.empty-state {
  grid-column: 1 / -1;
  min-height: 24rem;
  padding: clamp(1.4rem, 5vw, 3rem);
  border-radius: 28px;
}
.empty-state h2 {
  max-width: 16ch;
  margin-bottom: 0.8rem;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-weight: 760;
  line-height: 0.98;
  letter-spacing: -0.065em;
}
.detail-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(22rem, 0.95fr);
  gap: 1rem;
  align-items: stretch;
}
.back-link {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  margin-bottom: 1.4rem;
  color: var(--muted-strong);
  font-weight: 700;
}
.back-link:hover {
  color: var(--accent-strong);
}
.detail-media {
  display: grid;
  min-height: 38rem;
  padding: clamp(1rem, 4vw, 3rem);
  place-items: center;
  background: radial-gradient(circle at 50% 18%, rgba(201, 247, 146, 0.2), transparent 20rem), rgba(255, 255, 255, 0.055);
  border-radius: 30px;
}
.detail-media img {
  width: 100%;
  max-height: 31rem;
  object-fit: contain;
  filter: drop-shadow(0 32px 42px rgba(0, 0, 0, 0.42));
}
.detail-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1rem, 4vw, 2.5rem);
}
.detail-price {
  margin-top: 1.2rem;
  font-size: 1.5rem;
}
.detail-description {
  margin-top: 1.4rem;
}
.detail-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem;
  margin-top: 2rem;
}
.detail-stats div, .mini-preview {
  padding: 1rem;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 18px;
}
.detail-stats span, .mini-preview span {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}
.detail-stats strong {
  display: block;
  margin-top: 0.35rem;
  color: var(--text);
  font-size: 1.25rem;
  font-variant-numeric: tabular-nums;
}
.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.category-card {
  display: grid;
  gap: 1.8rem;
  min-height: 20rem;
  padding: 1.2rem;
  border-radius: 26px;
}
.category-card a {
  display: grid;
  gap: 1rem;
}
.category-card .danger-link {
  align-self: end;
  justify-self: start;
}
.category-number {
  color: rgba(201, 247, 146, 0.72);
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.8rem;
}
.category-card h2 {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 760;
  line-height: 0.95;
  letter-spacing: -0.065em;
}
.danger-link, .text-danger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 2.4rem;
  padding: 0.55rem 0.8rem;
  color: var(--danger);
  font-size: 0.82rem;
  font-weight: 750;
  background: rgba(255, 143, 126, 0.07);
  border: 1px solid rgba(255, 143, 126, 0.16);
  border-radius: 999px;
}
.text-danger {
  border: 0;
}
.danger-link:hover, .text-danger:hover {
  color: var(--danger);
  background: rgba(255, 143, 126, 0.12);
  border-color: rgba(255, 143, 126, 0.3);
  transform: translateY(-2px);
}
.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(24rem, 1fr);
  gap: clamp(1.5rem, 5vw, 5rem);
  align-items: start;
}
.compact-form-layout {
  grid-template-columns: minmax(0, 0.7fr) minmax(22rem, 0.9fr);
}
.delete-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(22rem, 0.82fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: start;
}
.form-intro {
  position: sticky;
  top: 7rem;
  display: grid;
  align-content: start;
  gap: 1.15rem;
}
.form-intro .eyebrow {
  margin-bottom: 0;
}
.form-card {
  padding: clamp(1rem, 3vw, 1.5rem);
  border-radius: 28px;
}
.delete-card {
  display: grid;
  gap: 1.2rem;
  padding: clamp(1rem, 3vw, 1.5rem);
  border-color: rgba(255, 143, 126, 0.2);
  border-radius: 28px;
}
.delete-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem;
  background: rgba(255, 143, 126, 0.07);
  border: 1px solid rgba(255, 143, 126, 0.14);
  border-radius: 20px;
}
.delete-summary h2 {
  margin-top: 0.25rem;
  font-size: clamp(1.55rem, 4vw, 2.4rem);
  line-height: 1;
  letter-spacing: -0.045em;
}
.delete-icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  color: var(--danger);
  background: rgba(255, 143, 126, 0.11);
  border: 1px solid rgba(255, 143, 126, 0.22);
  border-radius: 999px;
}
.form-two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.form-actions {
  justify-content: flex-end;
  padding-top: 0.4rem;
}
.mini-preview {
  display: grid;
  grid-template-columns: 5rem 1fr;
  gap: 0.9rem;
  align-items: center;
  margin-top: 2rem;
}
.mini-preview img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
.mini-preview strong {
  display: block;
  margin-top: 0.2rem;
}
.notice-panel {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.9rem;
  padding: 1rem;
  margin-bottom: 1rem;
  color: var(--text);
  background: rgba(255, 143, 126, 0.08);
  border-color: rgba(255, 143, 126, 0.24);
  border-radius: 20px;
}
.notice-icon {
  display: grid;
  width: 2.2rem;
  height: 2.2rem;
  place-items: center;
  color: var(--danger);
  background: rgba(255, 143, 126, 0.1);
  border-radius: 999px;
}
.notice-title {
  font-weight: 800;
}
.notice-list {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.45rem;
  color: var(--muted-strong);
}
@keyframes card-in {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 1040px) {
  .nav-shell {
    grid-template-columns: 1fr;
    border-radius: 28px;
  }
  .brand-mark, .nav-links {
    justify-self: stretch;
  }
  .nav-links {
    justify-content: center;
  }
  .hero-grid, .detail-shell, .form-layout, .compact-form-layout, .delete-layout {
    grid-template-columns: 1fr;
  }
  .hero-grid {
    min-height: auto;
  }
  .showcase-device {
    transform: none;
  }
  .form-intro, .filter-panel {
    position: static;
    max-height: none;
    overflow: visible;
  }
  .filter-scroll-area {
    max-height: none;
    overflow: visible;
    padding: 0.35rem;
  }
  .catalog-layout {
    grid-template-columns: 1fr;
  }
  .filter-panel form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .filter-header, .filter-submit {
    grid-column: 1 / -1;
  }
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .site-header {
    padding: 0.7rem;
  }
  .page-shell {
    width: min(100% - 1rem, 1180px);
    padding: 3rem 0 4rem;
  }
  h1, .page-heading h1, .form-intro h1, .detail-panel h1 {
    max-width: 100%;
    font-size: clamp(2.6rem, 16vw, 4.4rem);
  }
  .page-heading {
    display: grid;
    align-items: start;
  }
  .hero-actions, .form-actions, .detail-actions {
    align-items: stretch;
    width: 100%;
  }
  .btn, .detail-actions form {
    width: 100%;
  }
  .insight-band, .category-grid, .product-grid, .filter-panel form, .form-two-col, .detail-stats {
    grid-template-columns: 1fr;
  }
  .device-stage {
    min-height: 28rem;
  }
  .product-stack {
    right: 1rem;
    width: 11rem;
  }
  .detail-media {
    min-height: 26rem;
  }
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
