/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.21_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/.pnpm/next@15.5.21_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.1.17 | 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;
    --radius-sm: 0.25rem;
    --radius-md: 0.375rem;
    --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 {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .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 {
  color-scheme: light;
  --color-bg: #f4f0e6;
  --color-surface: #fffdf7;
  --color-surface-subtle: #ebe6da;
  --color-text: #17211b;
  --color-text-muted: #5f6862;
  --color-border: #d7d1c2;
  --color-neutral: #e4e0d6;
  --color-accent: #285943;
  --color-accent-contrast: #ffffff;
  --color-highlight: #d7f45b;
  --color-danger: #a6341b;
  --color-success: #285943;
  --color-chart-secondary: #d8653b;
  --shadow-surface: 0 10px 30px rgb(24 35 28 / 5%);
  --radius-sm: .55rem;
  --radius-md: .7rem;
  --radius-lg: 1rem;
  --space-1: .25rem;
  --space-2: .5rem;
  --space-3: .75rem;
  --space-4: 1rem;
  --space-6: 1.5rem;
  --space-8: 2rem;
  --ink: var(--color-text);
  --paper: var(--color-bg);
  --card: var(--color-surface);
  --moss: var(--color-accent);
  --lime: var(--color-highlight);
  --rust: var(--color-chart-secondary);
  --line: var(--color-border);
}
[data-theme="dark"] {
  color-scheme: dark;
  --color-bg: #111713;
  --color-surface: #19211c;
  --color-surface-subtle: #222c26;
  --color-text: #edf2ed;
  --color-text-muted: #aab5ad;
  --color-border: #344039;
  --color-neutral: #344039;
  --color-accent: #9fd4b6;
  --color-accent-contrast: #101713;
  --color-highlight: #bdd94f;
  --color-danger: #ff9a7a;
  --color-success: #9fd4b6;
  --color-chart-secondary: #f29570;
  --shadow-surface: 0 12px 36px rgb(0 0 0 / 20%);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    color-scheme: dark;
    --color-bg: #111713;
    --color-surface: #19211c;
    --color-surface-subtle: #222c26;
    --color-text: #edf2ed;
    --color-text-muted: #aab5ad;
    --color-border: #344039;
    --color-neutral: #344039;
    --color-accent: #9fd4b6;
    --color-accent-contrast: #101713;
    --color-highlight: #bdd94f;
    --color-danger: #ff9a7a;
    --color-success: #9fd4b6;
    --color-chart-secondary: #f29570;
    --shadow-surface: 0 12px 36px rgb(0 0 0 / 20%);
  }
}
* {
  box-sizing: border-box;
}
html {
  background: var(--color-bg);
  color: var(--color-text);
}
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--color-bg);
  min-height: 100vh;
}
a {
  color: inherit;
  text-decoration: none;
}
button, input, select, textarea {
  font: inherit;
}
.container {
  width: min(1120px, calc(100% - 2rem));
  margin-inline: auto;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}
.brand {
  font-weight: 900;
  letter-spacing: -.04em;
  font-size: 1.35rem;
}
.navlinks {
  display: flex;
  gap: 1rem;
  align-items: center;
  font-size: .9rem;
}
.preferences {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: .4rem;
  padding-left: .25rem;
  border-left: 1px solid var(--color-border);
}
.preferences select {
  max-width: min(8.5rem, 42vw);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: .45rem .55rem;
  background: var(--color-surface);
  color: var(--color-text);
}
.hero {
  padding: 6rem 0 4rem;
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 3rem;
  align-items: end;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: .72rem;
  font-weight: 800;
  color: var(--moss);
}
h1 {
  font-size: clamp(3rem, 8vw, 7.5rem);
  line-height: .88;
  letter-spacing: -.075em;
  margin: 1rem 0;
}
h2 {
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  letter-spacing: -.045em;
  margin: 0 0 1rem;
}
h3 {
  margin: 0 0 .5rem;
}
.lead {
  font-size: 1.15rem;
  line-height: 1.65;
  color: var(--color-text-muted);
  max-width: 42rem;
}
.card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: var(--shadow-surface);
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.product-card {
  display: flex;
  min-height: 18rem;
  flex-direction: column;
  justify-content: space-between;
}
.price {
  font-size: 1.4rem;
  font-weight: 800;
}
.badge {
  display: inline-flex;
  width: fit-content;
  background: var(--lime);
  border-radius: 999px;
  padding: .35rem .65rem;
  font-size: .75rem;
  font-weight: 800;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: .6rem;
  padding: .75rem 1rem;
  background: var(--color-text);
  color: var(--color-bg);
  cursor: pointer;
  font-weight: 750;
}
.button.secondary {
  background: transparent;
  color: var(--color-text);
  border-color: var(--color-text);
}
.button.danger {
  background: var(--color-danger);
  color: var(--color-bg);
}
.button.ghost {
  background: transparent;
  color: var(--color-text);
}
.button:disabled {
  opacity: .5;
  cursor: not-allowed;
}
.button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, a:focus-visible {
  outline: 3px solid var(--color-accent);
  @supports (color: color-mix(in lab, red, red)) {
    outline: 3px solid color-mix(in srgb, var(--color-accent) 55%, transparent);
  }
  outline-offset: 2px;
}
.form {
  display: grid;
  gap: 1rem;
  max-width: 32rem;
}
.field {
  display: grid;
  gap: .35rem;
}
.field label {
  font-size: .8rem;
  font-weight: 750;
}
.field input, .field select, .field textarea {
  width: 100%;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: .75rem;
  background: var(--color-surface);
  color: var(--color-text);
}
.section {
  padding: 3rem 0;
}
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: .8rem;
}
.stat strong {
  display: block;
  font-size: 2rem;
  letter-spacing: -.04em;
}
.table-wrap {
  overflow-x: auto;
}
table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  padding: .8rem;
  text-align: left;
  border-bottom: 1px solid var(--line);
  font-size: .9rem;
}
th {
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.muted {
  color: var(--color-text-muted);
}
.error {
  color: var(--color-danger);
}
.success {
  color: var(--color-success);
}
footer {
  padding: 4rem 0 2rem;
  color: var(--color-text-muted);
  font-size: .8rem;
}
.text-link {
  text-decoration: underline;
  text-underline-offset: .2em;
}
.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;
}
.badge.neutral {
  background: var(--color-neutral);
}
.page-heading, .section-heading, .actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.product-thumb, .product-media {
  display: grid;
  place-items: center;
  min-height: 8rem;
  border-radius: var(--radius-md);
  background: var(--color-surface-subtle);
  color: var(--color-text-muted);
  font-size: .75rem;
  letter-spacing: .12em;
}
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}
.product-media {
  min-height: 28rem;
}
.clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.profile-sections {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: start;
}
.toggle-row {
  display: flex;
  align-items: flex-start;
  gap: .65rem;
  font-weight: 700;
}
.toggle-row input {
  width: 1.2rem;
  height: 1.2rem;
}
dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: .6rem 1.5rem;
}
dt {
  font-weight: 800;
}
dd {
  margin: 0;
}
.workspace {
  display: grid;
  grid-template-columns: 216px minmax(0, 1fr);
  gap: 2rem;
  padding-top: 2rem;
}
.workspace-nav {
  display: flex;
  flex-direction: column;
  gap: .25rem;
  align-self: start;
  position: sticky;
  top: 1rem;
}
.workspace-nav strong {
  padding: .75rem;
}
.workspace-nav a {
  padding: .65rem .75rem;
  border-radius: .55rem;
}
.workspace-nav a:hover, .workspace-nav a:focus-visible {
  background: var(--card);
  outline: 1px solid var(--line);
}
.workspace-content {
  min-width: 0;
  padding-bottom: 3rem;
}
.filter-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
}
.filter-form input, .filter-form select, select {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: .55rem;
  background: var(--color-surface);
  color: var(--color-text);
}
.confirm {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
}
.inline-action {
  display: grid;
  gap: .4rem;
}
.timeline {
  border-left: 2px solid var(--line);
  padding-left: 1.25rem;
  line-height: 2;
}
.timeline [aria-current="step"] {
  font-weight: 800;
}
.small-stat {
  font-size: 1.15rem !important;
  overflow-wrap: anywhere;
}
.skeleton {
  height: 4rem;
  max-width: 50rem;
  margin-bottom: 1rem;
  border-radius: var(--radius-md);
  background: var(--color-surface-subtle);
  animation: pulse 1.4s ease-in-out infinite alternate;
}
.skeleton.heading {
  height: 2.5rem;
  max-width: 24rem;
}
.skeleton.short {
  max-width: 32rem;
}
@keyframes pulse {
  to {
    opacity: .5;
  }
}
@media (prefers-reduced-motion: reduce) {
  .skeleton {
    animation: none;
  }
}
@media (max-width: 800px) {
  .hero, .product-detail, .profile-sections {
    grid-template-columns: 1fr;
    padding-top: 3rem;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nav {
    align-items: flex-start;
  }
  .navlinks {
    gap: .6rem;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .workspace {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .workspace-nav {
    position: static;
    flex-direction: row;
    overflow-x: auto;
    padding-bottom: .5rem;
  }
  .workspace-nav strong, .workspace-nav a {
    white-space: nowrap;
  }
  .page-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .product-media {
    min-height: 16rem;
  }
}
@media (max-width: 420px) {
  .container {
    width: min(100% - 1rem, 1120px);
  }
  .nav {
    flex-direction: column;
    gap: 1rem;
  }
  .navlinks {
    width: 100%;
    justify-content: flex-start;
    font-size: .8rem;
  }
  .preferences {
    width: 100%;
    justify-content: flex-start;
    padding: .5rem 0 0;
    border-left: 0;
    border-top: 1px solid var(--color-border);
  }
  .stats {
    grid-template-columns: 1fr;
  }
  th, td {
    padding: .65rem .5rem;
  }
}
@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;
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@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;
    }
  }
}

