/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/styles/globals.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-3 {
  bottom: 0.75rem;
}
.left-0 {
  left: 0px;
}
.left-3 {
  left: 0.75rem;
}
.right-0 {
  right: 0px;
}
.right-3 {
  right: 0.75rem;
}
.top-0 {
  top: 0px;
}
.top-3 {
  top: 0.75rem;
}
.top-40 {
  top: 10rem;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.order-3 {
  order: 3;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[16\/10\] {
  aspect-ratio: 16/10;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.size-4 {
  width: 1rem;
  height: 1rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[620px\] {
  max-height: 620px;
}
.max-h-\[88vh\] {
  max-height: 88vh;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-11 {
  min-height: 2.75rem;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-32 {
  min-height: 8rem;
}
.min-h-36 {
  min-height: 9rem;
}
.min-h-40 {
  min-height: 10rem;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-9 {
  min-height: 2.25rem;
}
.min-h-\[70vh\] {
  min-height: 70vh;
}
.min-h-\[calc\(100vh-5rem\)\] {
  min-height: calc(100vh - 5rem);
}
.min-h-screen {
  min-height: 100vh;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-10 {
  min-width: 2.5rem;
}
.min-w-11 {
  min-width: 2.75rem;
}
.min-w-28 {
  min-width: 7rem;
}
.min-w-56 {
  min-width: 14rem;
}
.min-w-6 {
  min-width: 1.5rem;
}
.min-w-64 {
  min-width: 16rem;
}
.min-w-72 {
  min-width: 18rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[1000px\] {
  min-width: 1000px;
}
.min-w-\[1080px\] {
  min-width: 1080px;
}
.min-w-\[1100px\] {
  min-width: 1100px;
}
.min-w-\[14rem\] {
  min-width: 14rem;
}
.min-w-\[600px\] {
  min-width: 600px;
}
.min-w-\[650px\] {
  min-width: 650px;
}
.min-w-\[700px\] {
  min-width: 700px;
}
.min-w-\[800px\] {
  min-width: 800px;
}
.min-w-\[850px\] {
  min-width: 850px;
}
.min-w-\[960px\] {
  min-width: 960px;
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-80 {
  max-width: 20rem;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[96rem\] {
  max-width: 96rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-full {
  flex-basis: 100%;
}
.border-collapse {
  border-collapse: collapse;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.scroll-mt-5 {
  scroll-margin-top: 1.25rem;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[4\.75rem_minmax\(0\2c 1fr\)\] {
  grid-template-columns: 4.75rem minmax(0,1fr);
}
.grid-cols-\[auto_7rem\] {
  grid-template-columns: auto 7rem;
}
.grid-cols-\[minmax\(0\2c 1fr\)_auto\] {
  grid-template-columns: minmax(0,1fr) auto;
}
.grid-cols-\[minmax\(0\2c 1fr\)_minmax\(7rem\2c 1fr\)\] {
  grid-template-columns: minmax(0,1fr) minmax(7rem,1fr);
}
.grid-cols-\[minmax\(7rem\2c 0\.8fr\)_minmax\(0\2c 1\.4fr\)\] {
  grid-template-columns: minmax(7rem,0.8fr) minmax(0,1.4fr);
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.content-start {
  align-content: flex-start;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-border > :not([hidden]) ~ :not([hidden]) {
  border-color: var(--color-border);
}
.self-end {
  align-self: flex-end;
}
.justify-self-start {
  justify-self: start;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-accent {
  border-color: var(--color-accent);
}
.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}
.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.border-amber-500\/50 {
  border-color: rgb(245 158 11 / 0.5);
}
.border-blue-400\/40 {
  border-color: rgb(96 165 250 / 0.4);
}
.border-border {
  border-color: var(--color-border);
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-green-500\/40 {
  border-color: rgb(34 197 94 / 0.4);
}
.border-green-500\/50 {
  border-color: rgb(34 197 94 / 0.5);
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}
.border-red-500\/60 {
  border-color: rgb(239 68 68 / 0.6);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4);
}
.border-yellow-500\/50 {
  border-color: rgb(234 179 8 / 0.5);
}
.bg-accent {
  background-color: var(--color-accent);
}
.bg-accent-foreground {
  background-color: var(--color-accent-foreground);
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-500\/\[0\.04\] {
  background-color: rgb(245 158 11 / 0.04);
}
.bg-background {
  background-color: var(--color-background);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-border {
  background-color: var(--color-border);
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.bg-muted {
  background-color: var(--color-muted);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-slate-500\/10 {
  background-color: rgb(100 116 139 / 0.1);
}
.bg-success {
  background-color: var(--color-success);
}
.bg-surface {
  background-color: var(--color-surface);
}
.bg-surface-elevated {
  background-color: var(--color-surface-elevated);
}
.bg-surface-hover {
  background-color: var(--color-surface-hover);
}
.bg-transparent {
  background-color: transparent;
}
.bg-warning {
  background-color: var(--color-warning);
}
.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}
.bg-\[radial-gradient\(circle_at_50\%_34\%\2c rgba\(8\2c 119\2c 255\2c \.18\)\2c transparent_62\%\)\] {
  background-image: radial-gradient(circle at 50% 34%,rgba(8,119,255,.18),transparent 62%);
}
.bg-\[radial-gradient\(circle_at_50\%_35\%\2c rgba\(8\2c 119\2c 255\2c 0\.2\)\2c transparent_62\%\)\] {
  background-image: radial-gradient(circle at 50% 35%,rgba(8,119,255,0.2),transparent 62%);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-accent {
  color: var(--color-accent);
}
.text-accent-foreground {
  color: var(--color-accent-foreground);
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}
.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}
.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}
.text-error {
  color: var(--color-error);
}
.text-foreground {
  color: var(--color-foreground);
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-muted {
  color: var(--color-muted);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-success {
  color: var(--color-success);
}
.text-warning {
  color: var(--color-warning);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-50 {
  opacity: 0.5;
}
.shadow-\[0_12px_38px_rgba\(5\2c 10\2c 20\2c \.08\)\] {
  --tw-shadow: 0 12px 38px rgba(5,10,20,.08);
  --tw-shadow-colored: 0 12px 38px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_3px_0_0_var\(--color-accent\)\] {
  --tw-shadow: inset 3px 0 0 var(--color-accent);
  --tw-shadow-colored: inset 3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-card {
  --tw-shadow: var(--shadow-card);
  --tw-shadow-colored: var(--shadow-card);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-glow {
  --tw-shadow: var(--shadow-glow);
  --tw-shadow-colored: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}
.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);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.\[grid-template-columns\:repeat\(auto-fit\2c minmax\(min\(100\%\2c 240px\)\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(min(100%, 240px),1fr));
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/onest-regular.woff2") format("woff2");
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/onest-medium.woff2") format("woff2");
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/onest-semibold.woff2") format("woff2");
}

@font-face {
  font-family: "Onest";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/onest-bold.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-regular.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-medium.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-semibold.woff2") format("woff2");
}

@font-face {
  font-family: "IBM Plex Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/ibm-plex-sans-bold.woff2") format("woff2");
}

@font-face {
  font-family: "Druk Cyr";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/drukcyr-medium.woff2") format("woff2");
}

:root {
  color-scheme: light;
  --color-background: #f2f6fb;
  --color-foreground: #111827;
  --color-surface: #ffffff;
  --color-surface-elevated: #f8fbff;
  --color-surface-hover: #edf4ff;
  --color-border: rgba(67, 89, 124, 0.2);
  --color-muted: #5f6d80;
  --color-muted-soft: #7f8da1;
  --color-accent: #0a6bff;
  --color-accent-strong: #005bea;
  --color-accent-foreground: #ffffff;
  --color-success: #11a05f;
  --color-warning: #f59e0b;
  --color-error: #ef4444;
  --color-focus: #0877ff;
  --shadow-glow: 0 0 0 1px rgba(10, 107, 255, 0.24), 0 18px 48px rgba(10, 107, 255, 0.2);
  --shadow-card: 0 18px 48px rgba(25, 38, 63, 0.1), 0 1px 0 rgba(255, 255, 255, 0.82) inset;
  --shadow-card-hover: 0 24px 70px rgba(18, 36, 70, 0.16), 0 0 0 1px rgba(10, 107, 255, 0.16);
}

:root[data-theme="dark"] {
  color-scheme: dark;
  --color-background: #070b10;
  --color-foreground: #f4f7fb;
  --color-surface: #0d131c;
  --color-surface-elevated: #111925;
  --color-surface-hover: #151f2c;
  --color-border: rgba(140, 160, 190, 0.2);
  --color-muted: #9aa6b6;
  --color-muted-soft: #667386;
  --color-accent: #0877ff;
  --color-accent-strong: #005bea;
  --color-accent-foreground: #ffffff;
  --color-success: #25c36a;
  --color-warning: #f59e0b;
  --color-error: #ff5a6a;
  --color-focus: #2f8cff;
  --shadow-glow: 0 0 0 1px rgba(8, 119, 255, 0.45), 0 0 34px rgba(8, 119, 255, 0.34);
  --shadow-card: 0 20px 60px rgba(0, 0, 0, 0.34), 0 1px 0 rgba(255, 255, 255, 0.04) inset;
  --shadow-card-hover: 0 28px 80px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(8, 119, 255, 0.22);
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    color-scheme: dark;
    --color-background: #070b10;
    --color-foreground: #f4f7fb;
    --color-surface: #0d131c;
    --color-surface-elevated: #111925;
    --color-surface-hover: #151f2c;
    --color-border: rgba(140, 160, 190, 0.2);
    --color-muted: #9aa6b6;
    --color-muted-soft: #667386;
    --color-accent: #0877ff;
    --color-accent-strong: #005bea;
    --color-accent-foreground: #ffffff;
  }
}

* {
  box-sizing: border-box;
}

.admin-sidebar-nav { display: grid; gap: 14px; }
.admin-nav-group { min-width: 0; }
.admin-nav-group-toggle { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 10px; padding: 6px 8px; border-radius: 8px; color: var(--color-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-align: left; }
.admin-nav-group-toggle:hover, .admin-nav-group-toggle.is-active { color: var(--color-foreground); }
.admin-nav-group-title { display: inline-flex; min-width: 0; align-items: center; gap: 9px; }
.admin-nav-icon { width: 16px; height: 16px; flex: 0 0 auto; color: var(--color-muted-soft); }
.admin-nav-group-toggle.is-active .admin-nav-icon { color: var(--color-accent); }
.admin-nav-chevron { color: var(--color-muted-soft); font-size: 16px; line-height: 1; transition: transform .18s ease; }
.admin-nav-chevron.is-open { transform: rotate(180deg); }
.admin-nav-items { display: grid; gap: 2px; margin-top: 3px; padding-left: 8px; }
.admin-nav-link { display: block; min-height: 34px; border-radius: 7px; padding: 8px 10px; color: var(--color-muted); font-size: 13px; font-weight: 500; line-height: 1.35; overflow-wrap: anywhere; transition: background-color .16s ease, color .16s ease; }
.admin-nav-link:hover { background: var(--color-surface-hover); color: var(--color-foreground); }
.admin-nav-link.is-active { background: color-mix(in srgb, var(--color-accent) 12%, transparent); color: var(--color-accent); box-shadow: inset 2px 0 0 var(--color-accent); }
.admin-nav-group-toggle:focus-visible, .admin-nav-link:focus-visible { outline: 2px solid var(--color-focus); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { .admin-nav-chevron, .admin-nav-link { transition: none; } }

.product-admin-top-grid { display: grid; gap: 18px; align-items: start; }
.product-admin-card { min-width: 0; }
.product-admin-card-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; }
.product-admin-card-heading h2 { font-size: 18px; font-weight: 600; }
.product-admin-eyebrow { margin-bottom: 4px; color: var(--color-accent); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-admin-status, .product-admin-badge { display: inline-flex; flex: 0 0 auto; align-items: center; border: 1px solid var(--color-border); border-radius: 999px; padding: 4px 8px; color: var(--color-muted); font-size: 11px; }
.product-admin-status.is-positive { border-color: color-mix(in srgb, var(--color-success) 45%, var(--color-border)); color: var(--color-success); }
.product-admin-facts { display: grid; grid-template-columns: minmax(8rem, 35%) minmax(0, 1fr); gap: 10px 16px; margin-top: 18px; font-size: 14px; }
.product-admin-facts dt, .product-admin-supplier-facts dt { color: var(--color-muted); }
.product-admin-facts dd, .product-admin-supplier-facts dd { min-width: 0; overflow-wrap: anywhere; }
.product-admin-price { font-size: 18px; font-weight: 600; }
.product-admin-description { margin-top: 18px; border-top: 1px solid var(--color-border); padding-top: 16px; color: var(--color-muted); font-size: 14px; line-height: 1.55; white-space: pre-wrap; }
.product-admin-secondary-action { display: inline-flex; margin-top: 18px; border: 1px solid var(--color-border); border-radius: 7px; padding: 8px 10px; color: var(--color-muted); font-size: 13px; }
.product-admin-secondary-action:hover { border-color: var(--color-accent); color: var(--color-accent); }
.product-admin-image-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 16px; }
.product-admin-image { min-width: 0; border: 1px solid var(--color-border); border-radius: 9px; padding: 8px; }
.product-admin-image-preview { display: grid; aspect-ratio: 4 / 3; place-items: center; overflow: hidden; border-radius: 6px; background: var(--color-background); }
.product-admin-image-preview img { width: 100%; height: 100%; -o-object-fit: contain; object-fit: contain; }
.product-admin-image-meta { display: flex; justify-content: space-between; gap: 8px; margin-top: 8px; font-size: 12px; }
.product-admin-image-meta span { color: var(--color-accent); font-weight: 600; }
.product-admin-image-meta small { color: var(--color-muted); }
.product-admin-image-actions { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 8px; }
.product-admin-image-actions button { border: 1px solid var(--color-border); border-radius: 6px; padding: 5px 7px; color: var(--color-muted); font-size: 11px; }
.product-admin-image-actions button:hover { border-color: var(--color-accent); color: var(--color-accent); }
.product-admin-image-actions button.is-danger:hover { border-color: var(--color-error); color: var(--color-error); }
.product-admin-attributes { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; margin-top: 16px; }
.product-admin-attributes > div { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 12px; border-top: 1px solid var(--color-border); padding: 11px 0; font-size: 14px; }
.product-admin-attributes dt { color: var(--color-muted); overflow-wrap: anywhere; }
.product-admin-attributes dd { overflow-wrap: anywhere; text-align: right; }
.product-admin-supplier-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 16px; }
.product-admin-supplier { min-width: 0; border: 1px solid var(--color-border); border-radius: 9px; padding: 14px; }
.product-admin-supplier-facts { display: grid; grid-template-columns: minmax(7rem, 42%) minmax(0, 1fr); gap: 7px 12px; margin-top: 14px; font-size: 13px; }
.product-admin-technical { border: 1px solid var(--color-border); border-radius: 10px; background: var(--color-surface); }
.product-admin-technical > summary { cursor: pointer; padding: 16px 18px; font-weight: 600; list-style: none; }
.product-admin-technical > summary::-webkit-details-marker { display: none; }
.product-admin-technical > summary::before { content: "＋"; display: inline-block; width: 20px; color: var(--color-accent); }
.product-admin-technical[open] > summary::before { content: "−"; }
.product-admin-technical-body { border-top: 1px solid var(--color-border); padding: 18px; }
.product-admin-technical-attributes, .product-admin-compatibility { margin-top: 22px; border-top: 1px solid var(--color-border); padding-top: 16px; }
.product-admin-technical-attributes h3, .product-admin-compatibility h3 { font-size: 14px; font-weight: 600; }
.product-admin-technical-attributes > div { display: grid; gap: 4px; border-bottom: 1px solid var(--color-border); padding: 10px 0; font-size: 13px; }
.product-admin-technical-attributes span, .product-admin-compatibility p { color: var(--color-muted); }
.product-admin-edit-layout { display: grid; gap: 18px; max-width: 960px; }
.product-admin-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 16px; }
.product-admin-form-grid label, .product-admin-edit-layout label { display: grid; gap: 6px; font-size: 13px; font-weight: 500; }
.product-admin-input { width: 100%; min-height: 42px; border: 1px solid var(--color-border); border-radius: 7px; background: var(--color-background); padding: 9px 11px; color: inherit; }
.product-admin-edit-actions { display: flex; justify-content: flex-start; }
@media (min-width: 1024px) { .product-admin-top-grid { grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); } }
@media (max-width: 767px) { .product-admin-image-grid, .product-admin-attributes, .product-admin-supplier-grid, .product-admin-form-grid { grid-template-columns: minmax(0, 1fr); } .product-admin-facts, .product-admin-supplier-facts { grid-template-columns: minmax(7rem, 42%) minmax(0, 1fr); } }
@media (prefers-reduced-motion: reduce) { .product-admin-secondary-action, .product-admin-image-actions button { transition: none; } }

.admin-dashboard-metrics { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.admin-dashboard-metric { display: grid; min-width: 0; gap: 10px; border: 1px solid var(--color-border); border-radius: 10px; background: var(--color-surface); padding: 16px; transition: border-color .16s ease, background-color .16s ease; }
.admin-dashboard-metric:hover { border-color: var(--color-accent); background: var(--color-surface-hover); }
.admin-dashboard-metric span { color: var(--color-muted); font-size: 13px; line-height: 1.35; }
.admin-dashboard-metric strong { color: var(--color-foreground); font-size: 25px; font-weight: 600; line-height: 1; }
.admin-dashboard-section { margin-top: 18px; padding: 18px; }
.admin-dashboard-section-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.admin-dashboard-section-heading h2 { font-size: 18px; font-weight: 600; }
.admin-dashboard-section-heading > span { color: var(--color-muted); font-size: 13px; }
.admin-dashboard-eyebrow { margin-bottom: 4px; color: var(--color-accent); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.admin-dashboard-attention { display: grid; gap: 2px; margin-top: 12px; }
.admin-dashboard-attention li { border-top: 1px solid var(--color-border); }
.admin-dashboard-attention a, .admin-dashboard-attention li > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 40px; color: var(--color-foreground); font-size: 13px; }
.admin-dashboard-attention a:hover { color: var(--color-accent); }
.admin-dashboard-attention strong { flex: 0 0 auto; color: var(--color-accent); font-size: 15px; font-weight: 600; }
.admin-dashboard-info-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 14px; }
.admin-dashboard-info-grid > div { display: grid; min-width: 0; gap: 5px; border: 1px solid var(--color-border); border-radius: 8px; padding: 12px; }
.admin-dashboard-info-grid span, .admin-dashboard-info-grid small { color: var(--color-muted); font-size: 12px; }
.admin-dashboard-info-grid strong { overflow-wrap: anywhere; font-size: 16px; font-weight: 600; }
@media (max-width: 1023px) { .admin-dashboard-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 639px) { .admin-dashboard-metrics, .admin-dashboard-info-grid { grid-template-columns: minmax(0, 1fr); } .admin-dashboard-section { padding: 15px; } }
@media (prefers-reduced-motion: reduce) { .admin-dashboard-metric { transition: none; } }

html {
  min-width: 320px;
  background: var(--color-background);
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 72% 7%, color-mix(in srgb, var(--color-accent) 18%, transparent), transparent 31rem),
    radial-gradient(circle at 8% 36%, color-mix(in srgb, #8fbaff 10%, transparent), transparent 28rem),
    linear-gradient(180deg, color-mix(in srgb, var(--color-surface) 28%, var(--color-background)), var(--color-background) 26rem);
  color: var(--color-foreground);
  font-family: "Onest", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}

button,
input,
textarea,
select {
  font: inherit;
}

a,
button,
input,
select,
summary,
textarea {
  outline-color: var(--color-focus);
}

::-moz-selection {
  background: color-mix(in srgb, var(--color-accent) 28%, transparent);
}

::selection {
  background: color-mix(in srgb, var(--color-accent) 28%, transparent);
}

.spc-display {
  font-family: "Druk Cyr", "Onest", ui-sans-serif, system-ui, sans-serif;
  letter-spacing: 0;
}

.spc-mask-icon {
  display: block;
  background: currentColor;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
}

.spc-figma-header {
  color: #fbfbfb;
  font-family: "Onest", Inter, ui-sans-serif, system-ui, sans-serif;
}

.spc-figma-header-top {
  height: 36px;
  border-bottom: 1px solid #31363d;
}

.spc-figma-header-top-inner {
  display: flex;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0 60px;
}

.spc-figma-header-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.spc-figma-header-meta-right {
  gap: 16px;
}

.spc-figma-dot {
  width: 2px;
  height: 2px;
  border-radius: 999px;
  background: #fbfbfb;
}

.spc-figma-header-main {
  height: 108px;
  border-bottom: 1px solid #31363d;
}

.spc-figma-header-main-inner {
  display: flex;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  align-items: center;
  margin: 0 auto;
  padding: 0 60px;
}

.spc-figma-logo-link {
  display: block;
  width: 133px;
  height: 67px;
  overflow: hidden;
  border-radius: 2px;
}

.spc-figma-logo-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spc-figma-header-search {
  width: 437px;
  margin-left: 167px;
}

.spc-figma-search-box {
  display: flex;
  height: 52px;
  align-items: center;
  gap: 12px;
  border: 1px solid var(--color-border);
  border-radius: 9px;
  background: var(--color-surface);
  padding: 11px 16px 11px 11px;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease;
}

.spc-figma-search-box:focus-within {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-accent) 22%, transparent);
}

.spc-figma-search-icon {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  background: url("/images/home/icon-search.svg") center / contain no-repeat;
  opacity: 0.58;
}

.spc-figma-search-input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: #fbfbfb;
  font-size: 14px;
  line-height: 1;
}

.spc-figma-search-input::-moz-placeholder {
  color: var(--color-muted-soft);
  opacity: 1;
}

.spc-figma-search-input::placeholder {
  color: var(--color-muted-soft);
  opacity: 1;
}

.spc-figma-header-actions {
  display: flex;
  width: 187px;
  height: 51px;
  align-items: flex-end;
  gap: 20px;
  margin-left: 50px;
}

.spc-figma-header-action {
  position: relative;
  display: flex;
  width: 53px;
  min-height: 43px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  color: #fbfbfb;
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
  transition: color 180ms ease;
}

.spc-figma-header-action:hover {
  color: #1687ff;
}

.spc-figma-header-action-icon {
  width: 25px;
  height: 25px;
}

.spc-figma-header-action:nth-child(2) .spc-figma-header-action-icon {
  width: 23px;
  height: 21px;
}

.spc-figma-header-action:nth-child(3) {
  width: 41px;
}

.spc-figma-header-action:nth-child(3) .spc-figma-header-action-icon {
  width: 23px;
  height: 23px;
}

.spc-figma-header-cta {
  margin-left: 167px;
}

.spc-figma-blue-button {
  position: relative;
  display: inline-flex;
  width: 179px;
  height: 47px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 9px;
  background: linear-gradient(90deg, #005bf6 0%, #005efa 49.887%, #003cc9 100%);
  color: #fbfbfb;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition:
    box-shadow 180ms ease,
    filter 180ms ease,
    transform 180ms ease;
}

.spc-figma-blue-button::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: inherit;
  filter: blur(5px);
}

.spc-figma-blue-button:hover {
  box-shadow: 0 0 20px rgba(22, 135, 255, 0.24);
  filter: brightness(1.07);
  transform: translateY(-1px);
}

.spc-figma-blue-button:active {
  filter: brightness(0.96);
  transform: translateY(0);
}

.spc-cta-icon {
  width: 23px;
  height: 23px;
}

.spc-figma-menu {
  height: 52px;
  border-bottom: 1px solid #31363d;
}

.spc-figma-menu-inner {
  display: flex;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  align-items: center;
  gap: 31px;
  margin: 0 auto;
  padding: 0 60px;
}

.spc-figma-menu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fbfbfb;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease;
}

.spc-figma-menu-link:hover {
  color: #1687ff;
}

.spc-figma-theme-switch {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  border: 0;
  background: transparent;
  color: #fbfbfb;
  padding: 0;
  cursor: pointer;
}

.spc-figma-theme-icon {
  width: 18px;
  height: 23px;
  background: #fbfbfb;
  mask: url("/images/home/icon-theme.png") center / contain no-repeat;
  -webkit-mask: url("/images/home/icon-theme.png") center / contain no-repeat;
}

.spc-figma-theme-track {
  position: relative;
  display: block;
  width: 39px;
  height: 19px;
  border-radius: 10px;
  background: #383838;
}

.spc-figma-theme-track span {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  border-radius: 999px;
  background: #fbfbfb;
  transition: transform 180ms ease;
}

.spc-figma-theme-switch[aria-pressed="true"] .spc-figma-theme-track span {
  transform: translateX(20px);
}

.spc-storefront {
  --spc-bg: #03070d;
  --spc-surface: #0a1019;
  --spc-surface-elevated: #0a121c;
  --spc-text: #fbfbfb;
  --spc-text-strong: #ffffff;
  --spc-text-muted: rgba(251, 251, 251, 0.8);
  --spc-text-subtle: rgba(251, 251, 251, 0.68);
  --spc-border: #31363d;
  --spc-border-strong: #6c6c73;
  --spc-divider: rgba(108, 108, 115, 0.55);
  --spc-divider-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(184, 201, 222, 0.18) 50%, rgba(255, 255, 255, 0) 100%);
  --spc-accent: #1687ff;
  --spc-accent-strong: #0249f0;
  --spc-success: #25c36a;
  --spc-card-bg: #0a1019;
  --spc-control-bg: #0a121c;
  --spc-hero-image: url("/images/home/hero-pc-background.jpg");
  --spc-button-gradient: linear-gradient(90deg, #005bf6 0%, #005efa 49.887%, #003cc9 100%);
}

:root[data-theme="light"] .spc-storefront {
  --spc-bg: #f0f7ff;
  --spc-surface: #ffffff;
  --spc-surface-elevated: #ffffff;
  --spc-text: #0a1019;
  --spc-text-strong: #1f1e1e;
  --spc-text-muted: rgba(10, 16, 25, 0.8);
  --spc-text-subtle: rgba(49, 54, 61, 0.72);
  --spc-border: #a9a9a9;
  --spc-border-strong: #6c6c73;
  --spc-divider: rgba(184, 201, 222, 0.18);
  --spc-divider-gradient: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(184, 201, 222, 0.18) 50%, rgba(255, 255, 255, 0) 100%);
  --spc-accent: #1687ff;
  --spc-accent-strong: #0249f0;
  --spc-success: #10c143;
  --spc-card-bg: #ffffff;
  --spc-control-bg: #ffffff;
  --spc-hero-image: url("/images/home/hero-pc-background-light.webp");
  background: var(--spc-bg);
  color: var(--spc-text);
}

:root[data-theme="light"] .spc-storefront.min-h-screen:has(.spc-figma-home),
:root[data-theme="light"] .spc-storefront .spc-figma-home,
:root[data-theme="light"] .spc-storefront .spc-home-hero-figma {
  background: var(--spc-bg);
  color: var(--spc-text);
}

:root[data-theme="light"] .spc-storefront .spc-store-shell-header {
  border-color: var(--spc-border);
  background: color-mix(in srgb, var(--spc-bg) 94%, transparent);
  color: var(--spc-text);
  box-shadow: none;
}

:root[data-theme="light"] .spc-storefront .spc-figma-header,
:root[data-theme="light"] .spc-storefront .spc-figma-header-action,
:root[data-theme="light"] .spc-storefront .spc-figma-menu-link {
  color: var(--spc-text);
}

:root[data-theme="light"] .spc-storefront .spc-figma-menu-link {
  position: relative;
  transition: color 170ms cubic-bezier(0.22, 1, 0.36, 1);
}

:root[data-theme="light"] .spc-storefront .spc-figma-menu-link span {
  position: relative;
  display: inline-block;
}

:root[data-theme="light"] .spc-storefront .spc-figma-menu-link span::after {
  position: absolute;
  left: 17%;
  bottom: -8px;
  width: 66%;
  height: 2px;
  border-radius: 999px;
  background: #1687FF;
  content: "";
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 170ms cubic-bezier(0.22, 1, 0.36, 1);
}

:root[data-theme="light"] .spc-storefront .spc-figma-menu-link:focus-visible {
  color: #1687FF;
}

:root[data-theme="light"] .spc-storefront .spc-figma-menu-link:focus-visible span::after {
  transform: scaleX(1);
}

.spc-storefront .spc-figma-header-top,
.spc-storefront .spc-figma-header-main,
.spc-storefront .spc-figma-menu {
  position: relative;
  border-bottom-color: transparent;
}

.spc-storefront .spc-figma-header-top::after,
.spc-storefront .spc-figma-header-main::after,
.spc-storefront .spc-figma-menu::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: min(100%, 1440px);
  height: 1px;
  background: var(--spc-border);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

:root[data-theme="light"] .spc-storefront .spc-figma-dot,
:root[data-theme="light"] .spc-storefront .spc-figma-theme-icon {
  background: var(--spc-text);
}

:root[data-theme="light"] .spc-storefront .spc-figma-menu-link img {
  filter: brightness(0) saturate(100%) invert(5%) sepia(30%) saturate(1660%) hue-rotate(177deg) brightness(93%) contrast(99%);
  transition: filter 170ms cubic-bezier(0.22, 1, 0.36, 1);
}

:root[data-theme="light"] .spc-storefront .spc-figma-menu-link:focus-visible img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(97%) saturate(3048%) hue-rotate(195deg) brightness(102%) contrast(101%);
}

:root[data-theme="light"] .spc-storefront .spc-figma-search-box {
  border-color: var(--color-border);
  background: var(--color-surface);
}

:root[data-theme="light"] .spc-storefront .spc-figma-search-input {
  color: var(--spc-text);
}

:root[data-theme="light"] .spc-storefront .spc-figma-search-input::-moz-placeholder {
  color: var(--color-muted-soft);
}

:root[data-theme="light"] .spc-storefront .spc-figma-search-input::placeholder {
  color: var(--color-muted-soft);
}

:root[data-theme="light"] .spc-storefront .spc-home-hero-bg {
  background-color: var(--spc-bg);
  background-image:
    var(--spc-hero-image),
    linear-gradient(180deg, rgba(240, 247, 255, 0) 0%, var(--spc-bg) 100%);
}

:root[data-theme="light"] .spc-storefront .spc-home-hero-title,
:root[data-theme="light"] .spc-storefront .spc-home-trust-item strong,
:root[data-theme="light"] .spc-storefront .spc-home-panel-title,
:root[data-theme="light"] .spc-storefront .spc-popular-categories-title,
:root[data-theme="light"] .spc-storefront .spc-home-hits-title {
  color: var(--spc-text);
  text-shadow: none;
}

:root[data-theme="light"] .spc-storefront .spc-home-hero-title em,
:root[data-theme="light"] .spc-storefront .spc-home-panel-title em,
:root[data-theme="light"] .spc-storefront .spc-popular-categories-title em,
:root[data-theme="light"] .spc-storefront .spc-home-hits-title em {
  color: var(--spc-accent);
}

:root[data-theme="light"] .spc-storefront .spc-home-hits-title {
  color: var(--spc-text-strong);
}

:root[data-theme="light"] .spc-storefront .spc-home-hits-all {
  gap: 9px;
  line-height: 1.25;
}

:root[data-theme="light"] .spc-storefront .spc-home-hits-arrow {
  width: 27px;
  height: 11px;
}

:root[data-theme="light"] .spc-storefront .spc-home-hero-lead,
:root[data-theme="light"] .spc-storefront .spc-home-panel-caption,
:root[data-theme="light"] .spc-storefront .spc-home-trust-item small {
  color: var(--spc-text-muted);
}

:root[data-theme="light"] .spc-storefront .spc-figma-outline-button {
  border-color: var(--spc-border-strong);
  color: var(--spc-text);
  transition:
    border-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 230ms cubic-bezier(0.22, 1, 0.36, 1),
    color 180ms ease,
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

:root[data-theme="light"] .spc-storefront .spc-budget-panel,
:root[data-theme="light"] .spc-storefront .spc-budget-option,
:root[data-theme="light"] .spc-storefront .spc-usecase-option,
:root[data-theme="light"] .spc-storefront .spc-popular-category-card,
:root[data-theme="light"] .spc-storefront .spc-home-hit-card,
:root[data-theme="light"] .spc-storefront .spc-home-hits-empty,
:root[data-theme="light"] .spc-storefront .spc-home-advantages {
  border-color: var(--spc-border);
  background: var(--spc-card-bg);
  color: var(--spc-text);
}

:root[data-theme="light"] .spc-storefront .spc-budget-option,
:root[data-theme="light"] .spc-storefront .spc-usecase-option {
  background: #FFFFFF;
  transition:
    border-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 230ms cubic-bezier(0.22, 1, 0.36, 1),
    color 180ms ease,
    transform 190ms cubic-bezier(0.22, 1, 0.36, 1);
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-card {
  border-color: var(--spc-border-strong);
  transition:
    border-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    background-color 180ms cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 230ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

:root[data-theme="light"] .spc-storefront .spc-popular-category-card {
  overflow: hidden;
}

:root[data-theme="light"] .spc-storefront .spc-popular-category-image {
  filter:
    drop-shadow(0 2px 3px rgba(0, 0, 0, 0.08))
    drop-shadow(0 7px 6px rgba(0, 0, 0, 0.05));
}

:root[data-theme="light"] .spc-storefront .spc-budget-option strong,
:root[data-theme="light"] .spc-storefront .spc-popular-category-copy strong,
:root[data-theme="light"] .spc-storefront .spc-home-hit-title,
:root[data-theme="light"] .spc-storefront .spc-home-hit-price,
:root[data-theme="light"] .spc-storefront .spc-home-advantages-copy strong {
  color: var(--spc-text-strong);
}

:root[data-theme="light"] .spc-storefront .spc-budget-option span,
:root[data-theme="light"] .spc-storefront .spc-usecase-option,
:root[data-theme="light"] .spc-storefront .spc-usecase-icon,
:root[data-theme="light"] .spc-storefront .spc-popular-category-copy small,
:root[data-theme="light"] .spc-storefront .spc-home-hit-specs,
:root[data-theme="light"] .spc-storefront .spc-home-hit-old-price,
:root[data-theme="light"] .spc-storefront .spc-home-hits-empty,
:root[data-theme="light"] .spc-storefront .spc-home-advantages-copy span {
  color: var(--spc-text-muted);
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-visual {
  height: 313px;
  flex-basis: 313px;
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-image-link {
  padding: 58px 21px 30px;
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-body {
  padding: 19px 20px 23px;
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-title a,
:root[data-theme="light"] .spc-storefront .spc-home-hit-preview-title {
  min-height: 52px;
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-specs {
  margin-top: 8px;
  color: rgba(49, 54, 61, 0.8);
  font-size: 14px;
  line-height: 18px;
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-availability {
  gap: 8px;
  min-height: 15px;
  margin-top: 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-price-row {
  min-height: 36px;
  gap: 3px;
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-price {
  min-height: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.25;
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-old-price {
  color: rgba(49, 54, 61, 0.7);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.3;
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-cart-button {
  gap: 10px;
  color: #F6F6F6;
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-badge {
  top: 18px;
  left: 18px;
  min-height: 24px;
  border-radius: 11px;
  padding: 0 11px;
  font-size: 14px;
  line-height: 18px;
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-badge-hit {
  background: var(--spc-accent-strong);
  font-weight: 400;
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-badge-new {
  background: var(--spc-success);
  font-weight: 500;
}

:root[data-theme="light"] .spc-storefront .spc-home-advantages {
  border-color: #A9A9A9;
  background: #FFFFFF;
  color: #0A1019;
}

:root[data-theme="light"] .spc-storefront .spc-home-advantages-item {
  gap: 20px;
}

:root[data-theme="light"] .spc-storefront .spc-home-advantages-icon {
  color: var(--spc-accent);
}

:root[data-theme="light"] .spc-storefront .spc-home-advantages-copy {
  gap: 3px;
  line-height: 1.15;
}

:root[data-theme="light"] .spc-storefront .spc-home-advantages-copy strong {
  color: #0A1019;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
}

:root[data-theme="light"] .spc-storefront .spc-home-advantages-copy span {
  color: #0A1019;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.15;
  opacity: 0.8;
}

:root[data-theme="light"] .spc-storefront .spc-budget-divider {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(184, 201, 222, 0.18) 50%, rgba(255, 255, 255, 0) 100%);
}

:root[data-theme="light"] .spc-storefront .spc-popular-category-card:hover,
:root[data-theme="light"] .spc-storefront .spc-home-hit-card:hover {
  background: var(--spc-surface);
}

:root[data-theme="light"] .spc-storefront .spc-budget-option:focus-visible,
:root[data-theme="light"] .spc-storefront .spc-usecase-option:focus-visible {
  border-color: transparent;
  background: #FFFFFF;
  box-shadow: 0 0 15.3px #1687FF;
}

:root[data-theme="light"] .spc-storefront .spc-figma-outline-button:focus-visible,
:root[data-theme="light"] .spc-storefront .spc-home-hit-card:has(.spc-home-hit-image-link:focus-visible, .spc-home-hit-title a:focus-visible, .spc-home-hit-cart-button:focus-visible) {
  border-color: transparent;
  background: #FFFFFF;
  box-shadow: 0 0 15.3px #1687FF;
}

:root[data-theme="light"] .spc-storefront .spc-popular-category-card::before {
  opacity: 0;
  mix-blend-mode: normal;
}

:root[data-theme="light"] .spc-storefront .spc-popular-category-card::after {
  top: 172px;
  right: auto;
  left: 0;
  z-index: 1;
  width: 100%;
  background: linear-gradient(90deg, rgba(169, 169, 169, 0) 0%, #A9A9A9 50%, rgba(169, 169, 169, 0) 100%);
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-divider {
  margin-right: 0;
  margin-left: 0;
  background: var(--spc-divider-gradient);
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-favorite {
  border-color: var(--spc-border-strong);
  background: color-mix(in srgb, var(--spc-surface) 88%, transparent);
  color: var(--spc-border-strong);
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-favorite:disabled {
  color: var(--spc-border-strong);
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-favorite-preview {
  color: #53565c;
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-favorite-preview-selected {
  border-color: var(--spc-accent);
  background: rgba(22, 135, 255, 0.1);
  box-shadow: 0 0 16px rgba(22, 135, 255, 0.18);
  color: var(--spc-accent);
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-availability-ok {
  color: var(--spc-success);
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-availability-ok span {
  background: var(--spc-success);
}

:root[data-theme="light"] .spc-storefront .spc-home-hit-availability-muted {
  color: #5f6368;
}

:root[data-theme="light"] .spc-storefront .spc-home-advantages-item + .spc-home-advantages-item {
  border-color: rgba(0, 0, 0, 0.18);
}

.spc-storefront .spc-store-footer {
  position: relative;
  border-top-color: transparent;
}

:root[data-theme="light"] .spc-storefront .spc-store-footer {
  border-color: var(--spc-border);
  border-top-color: transparent;
  background: var(--spc-bg);
  color: var(--spc-text);
}

.spc-storefront .spc-store-footer::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(100%, 1440px);
  height: 1px;
  background: rgba(108, 108, 115, 0.34);
  content: "";
  pointer-events: none;
  transform: translateX(-50%);
}

:root[data-theme="light"] .spc-storefront .spc-store-footer::before {
  background: var(--spc-border);
}

:root[data-theme="light"] .spc-storefront .spc-store-footer-brand p,
:root[data-theme="light"] .spc-storefront .spc-store-footer-link,
:root[data-theme="light"] .spc-storefront .spc-store-footer-text,
:root[data-theme="light"] .spc-storefront .spc-store-footer-contact-list li,
:root[data-theme="light"] .spc-storefront .spc-store-footer-copyright,
:root[data-theme="light"] .spc-storefront .spc-store-footer-legal,
:root[data-theme="light"] .spc-storefront .spc-store-footer-payments {
  color: var(--spc-text-muted);
}

:root[data-theme="light"] .spc-storefront .spc-store-footer-section h2,
:root[data-theme="light"] .spc-storefront .spc-store-footer-link:hover {
  color: var(--spc-text);
}

:root[data-theme="light"] .spc-storefront .spc-store-footer-payment {
  color: #353535;
}

:root[data-theme="light"] .spc-storefront .spc-store-footer-social {
  border-color: var(--spc-accent);
  background: #f5f5f5;
  color: var(--spc-accent);
}

:root[data-theme="light"] .spc-storefront .spc-store-footer-bottom {
  border-color: var(--spc-border);
}

:root[data-theme="light"] .spc-storefront .spc-store-footer-legal > * + *::before {
  background: var(--spc-border);
}

@media (min-width: 1024px) {
  .spc-storefront .spc-store-footer::after {
    position: absolute;
    top: 446px;
    left: 50%;
    width: min(100%, 1440px);
    height: 1px;
    background: rgba(108, 108, 115, 0.34);
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
  }

  :root[data-theme="light"] .spc-storefront .spc-store-footer::after {
    background: var(--spc-border);
  }

  .spc-storefront .spc-store-footer-bottom {
    border-top-color: transparent;
  }

  :root[data-theme="light"] .spc-storefront .spc-store-footer-bottom {
    border-top-color: transparent;
  }
}

.spc-figma-home {
  overflow: hidden;
  background: #03070d;
  color: #fbfbfb;
}

.min-h-screen:has(.spc-figma-home) {
  background: #03070d;
}

.spc-home-hero-figma {
  position: relative;
  width: 100%;
  min-height: 760px;
  margin: 0 auto;
  background: #03070d;
}

.spc-home-hero-bg {
  position: absolute;
  inset: 0 0 auto;
  height: min(60vw, 536px);
  background: url("/images/home/hero-pc-background.jpg") center top / cover no-repeat;
}

.spc-home-mobile-search,
.spc-home-hits-pagination,
.spc-store-footer-mobile-menu {
  display: none;
}

.spc-home-hero-copy {
  position: relative;
  z-index: 1;
  padding: 50px 24px 0;
}

.spc-home-hero-title {
  margin: 0;
  font-family: "Druk Cyr", "Onest", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(48px, 8vw, 80px);
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 6px 30px rgba(0, 0, 0, 0.36);
}

.spc-home-hero-title span {
  display: block;
}

.spc-home-hero-title em,
.spc-home-panel-title em {
  color: #1687ff;
  font-style: normal;
}

.spc-home-hero-lead {
  margin: 32px 0 0;
  color: rgba(251, 251, 251, 0.8);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
}

.spc-home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}

.spc-figma-outline-button {
  display: inline-flex;
  width: 179px;
  height: 47px;
  align-items: center;
  justify-content: center;
  border: 1px solid #6c6c73;
  border-radius: 9px;
  color: #fbfbfb;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.spc-figma-outline-button:hover {
  border-color: #1687ff;
  background: rgba(22, 135, 255, 0.08);
  box-shadow: 0 0 18px rgba(22, 135, 255, 0.12);
  color: #69b4ff;
  transform: translateY(-1px);
}

.spc-figma-outline-button:active {
  transform: translateY(0);
}

.spc-home-trust-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 40px;
  max-width: 640px;
}

.spc-home-trust-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  min-width: 0;
}

.spc-home-trust-icon-wrap {
  position: relative;
  display: block;
  width: 34px;
  height: 31px;
  flex: 0 0 auto;
  color: #1687ff;
}

.spc-home-trust-icon {
  width: 100%;
  height: 100%;
}

.spc-home-trust-icon-glow {
  position: absolute;
  inset: 0;
  filter: blur(2px);
  opacity: 0.85;
}

.spc-home-trust-item strong {
  display: block;
  color: #fbfbfb;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.spc-home-trust-item small {
  display: block;
  margin-top: 3px;
  color: #fbfbfb;
  font-size: 12px;
  line-height: 1;
}

.spc-budget-panel {
  position: relative;
  z-index: 2;
  width: calc(100% - 32px);
  max-width: 1320px;
  margin: 40px auto 0;
  overflow: hidden;
  border: 1px solid #31363d;
  border-radius: 18px;
  background: #0a1019;
}

.spc-budget-panel-inner {
  display: grid;
  gap: 26px;
  padding: 25px 24px;
}

.spc-home-panel-title {
  margin: 0;
  color: #ffffff;
  font-family: "Druk Cyr", "Onest", ui-sans-serif, system-ui, sans-serif;
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 1.14px;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}

.spc-home-panel-caption {
  margin: 8px 0 0;
  color: rgba(251, 251, 251, 0.8);
  font-size: 14px;
  line-height: 1;
}

.spc-budget-side {
  display: flex;
  flex-direction: column;
  gap: 37px;
}

.spc-budget-options {
  display: grid;
  gap: 10px;
}

.spc-budget-option {
  display: flex;
  min-height: 80px;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  border: 1px solid #6c6c73;
  border-radius: 10px;
  background: #0a121c;
  color: #ffffff;
  padding: 18px 15px;
  text-decoration: none;
  transition:
    border-color 190ms ease,
    box-shadow 190ms ease,
    transform 190ms ease;
}

.spc-budget-option:hover,
.spc-budget-option:focus-visible {
  border-color: #1687ff;
  box-shadow: 0 0 0 1px rgba(22, 135, 255, 0.18), 0 12px 30px rgba(22, 135, 255, 0.08);
  transform: translateY(-1px);
}

.spc-budget-option strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.spc-budget-option span {
  color: rgba(251, 251, 251, 0.8);
  font-size: 12px;
  line-height: 1;
}

.spc-budget-divider {
  display: none;
  width: 1px;
  height: 204px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(184, 201, 222, 0.18) 50%, rgba(255, 255, 255, 0) 100%);
}

.spc-usecase-side {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.spc-usecase-options {
  display: grid;
  gap: 10px;
}

.spc-usecase-option {
  display: flex;
  align-items: center;
  border: 1px solid #6c6c73;
  border-radius: 11px;
  background: #0a121c;
  color: rgba(251, 251, 251, 0.8);
  text-decoration: none;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.spc-usecase-option:hover,
.spc-usecase-option:focus-visible {
  border-color: #1687ff;
  box-shadow: 0 0 0 1px rgba(22, 135, 255, 0.18), 0 12px 30px rgba(22, 135, 255, 0.08);
  transform: translateY(-1px);
}

.spc-usecase-option:hover .spc-usecase-icon,
.spc-usecase-option:focus-visible .spc-usecase-icon {
  color: #1687ff;
}

.spc-usecase-option-tile {
  width: 95px;
  height: 118px;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}

.spc-usecase-option-tile span {
  font-size: 16px;
  line-height: 1;
}

.spc-usecase-option-wide {
  width: 100%;
  height: 56px;
  gap: 17px;
  padding: 0 20px;
}

.spc-usecase-option-wide span {
  font-size: 16px;
  line-height: 1.15;
}

.spc-usecase-icon {
  width: 38px;
  height: 38px;
  color: #fbfbfb;
}

.spc-usecase-options .spc-usecase-option-wide:last-child .spc-usecase-icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  background: transparent;
  mask-image: none !important;
  -webkit-mask-image: none !important;
  overflow: visible;
  position: relative;
}

.spc-usecase-options .spc-usecase-option-wide:last-child .spc-usecase-icon::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  width: 42px;
  height: 42px;
  background: currentColor;
  mask: url("/images/home/icon-use-performance.png") center / 46px auto no-repeat;
  -webkit-mask: url("/images/home/icon-use-performance.png") center / 46px auto no-repeat;
}

.spc-popular-categories {
  width: calc(100% - 32px);
  max-width: 1320px;
  margin: 44px auto 0;
  color: #fbfbfb;
}

.spc-popular-categories-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.spc-popular-categories-title {
  margin: 0;
  color: #ffffff;
  font-family: "Druk Cyr", "Onest", ui-sans-serif, system-ui, sans-serif;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 1.32px;
  line-height: 1.1;
  text-transform: uppercase;
}

.spc-popular-categories-title em {
  color: #1687ff;
  font-style: normal;
}

.spc-popular-categories-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1687ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease;
}

.spc-popular-categories-arrow {
  display: block;
  width: 14px;
  height: 14px;
  background: currentColor;
  mask: url("/images/home/categories/arrow.svg") center / contain no-repeat;
  -webkit-mask: url("/images/home/categories/arrow.svg") center / contain no-repeat;
  transition: transform 180ms ease;
}

.spc-popular-categories-row {
  display: flex;
  gap: 24px;
  margin-top: 29px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding-bottom: 8px;
  scrollbar-width: thin;
}

.spc-popular-category-card {
  position: relative;
  --spc-hover-y: 0px;
  --spc-category-visual-top: 0px;
  --spc-category-visual-left: 0px;
  display: block;
  width: 200px;
  height: 240px;
  flex: 0 0 200px;
  overflow: hidden;
  border: 1px solid #6c6c73;
  border-radius: 10px;
  background: #0a1019;
  color: #ffffff;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
  transform: translateY(var(--spc-hover-y));
}

.spc-popular-category-card:hover {
  background: #0b121d;
}

.spc-popular-category-card::before {
  position: absolute;
  top: calc(var(--spc-category-visual-top) + 32px);
  left: calc(var(--spc-category-visual-left) + 37px);
  z-index: 0;
  width: 126px;
  height: 114px;
  border-radius: 50%;
  background: #0249F0;
  content: "";
  filter: blur(100px);
  mix-blend-mode: plus-lighter;
  opacity: 0;
  pointer-events: none;
  transition: opacity 240ms cubic-bezier(0.22, 1, 0.36, 1);
}

.spc-popular-category-card::after {
  content: "";
  position: absolute;
  top: 170px;
  right: 15px;
  left: 15px;
  height: 1px;
  background: rgba(108, 108, 115, 0.55);
}

.spc-popular-category-visual {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}

.spc-popular-category-image {
  position: absolute;
  z-index: 1;
  display: block;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.spc-popular-category-image-gpu {
  top: 1.5%;
  left: -1.34%;
  width: 99.57%;
  height: 97.74%;
}

.spc-popular-category-image-cpu {
  top: -23.79%;
  left: -24.26%;
  width: 148.52%;
  height: 147.38%;
}

/* Keep the CPU category asset visually prominent without changing the card geometry. */
:root[data-theme] .spc-storefront.spc-storefront-premium .spc-popular-category-card[data-category="cpu"] .spc-popular-category-image { transform: scale(1.16); }

.spc-configurator-share { display: inline-flex; min-width: 0; flex-wrap: wrap; align-items: center; gap: 8px; }
.spc-configurator-share > h2, .spc-configurator-share > p:first-of-type, .spc-configurator-share > p.text-warning { display: none; }
.spc-configurator-share-trigger { min-height: 40px; padding: 8px 12px; border: 1px solid var(--cfg-border, var(--color-border)); border-radius: 8px; background: var(--cfg-raised, var(--color-surface)); color: inherit; font-size: 12px; font-weight: 600; }
.spc-configurator-share-trigger:disabled { opacity: .55; cursor: not-allowed; }
.spc-configurator-share-panel { flex-basis: 100%; min-width: min(420px, 100%); padding: 10px; border: 1px solid var(--cfg-border, var(--color-border)); border-radius: 8px; background: var(--cfg-surface, var(--color-surface)); }
.spc-configurator-share-panel .mt-3 { margin-top: 8px; }
.spc-configurator-share-hint, .spc-configurator-share-notice { max-width: 240px; color: var(--cfg-muted, var(--color-muted)); font-size: 11px; line-height: 1.4; }
.spc-configurator-extra-popover { position: relative; display: inline-flex; min-width: 0; }
:root .spc-configurator-ux .spc-configurator-actions .spc-configurator-share .spc-configurator-more-trigger { display: inline-flex; min-width: 64px; min-height: 42px; align-items: center; justify-content: center; border: 1px solid var(--cfg-border); border-radius: 9px; padding: 9px 14px; background: transparent; color: var(--cfg-text); font-size: 13px; font-weight: 650; line-height: 1.2; }
:root .spc-configurator-ux .spc-configurator-actions .spc-configurator-share .spc-configurator-more-trigger:hover { border-color: var(--cfg-accent); background: color-mix(in srgb, var(--cfg-accent) 7%, var(--cfg-surface)); color: var(--cfg-text); }
.spc-configurator-ux .spc-configurator-more-menu { position: fixed; z-index: 50; max-height: min(420px, calc(100dvh - 24px)); overflow-y: auto; border: 1px solid color-mix(in srgb, var(--cfg-border) 82%, var(--cfg-accent)); border-radius: 14px; padding: 8px; background: var(--cfg-surface); box-shadow: 0 20px 56px rgba(4, 12, 24, .38), 0 4px 14px rgba(4, 12, 24, .2); color: var(--cfg-text); }
.spc-configurator-more-menu-heading { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin: 0; padding: 7px 8px 12px; border-bottom: 1px solid color-mix(in srgb, var(--cfg-border) 78%, transparent); }
.spc-configurator-more-menu-heading > div { display: grid; gap: 3px; }
.spc-configurator-more-menu-heading strong { font-size: 13px; font-weight: 700; letter-spacing: .01em; }
.spc-configurator-more-menu-heading small { color: var(--cfg-muted); font-size: 11px; line-height: 1.35; }
.spc-configurator-ux .spc-configurator-more-menu-heading button { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border: 1px solid transparent; border-radius: 8px; background: transparent; color: var(--cfg-muted); }
.spc-configurator-more-menu-heading button:hover { border-color: var(--cfg-border); background: color-mix(in srgb, var(--cfg-raised) 82%, transparent); color: var(--cfg-text); }
.spc-configurator-more-menu-heading svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-width: 1.8; }
.spc-configurator-more-items { display: grid; gap: 2px; padding: 5px 0; }
:root .spc-configurator-ux .spc-configurator-more-menu .spc-configurator-more-items > button,
:root .spc-configurator-ux .spc-configurator-more-menu .spc-configurator-more-items > a { display: grid; width: 100%; min-height: 62px; grid-template-columns: 36px minmax(0, 1fr); align-items: center; justify-content: initial; gap: 11px; border: 1px solid transparent; border-radius: 9px; padding: 8px 9px; background: transparent; color: var(--cfg-text); text-align: left; text-decoration: none; }
:root .spc-configurator-ux .spc-configurator-more-menu .spc-configurator-more-items > button:hover,
:root .spc-configurator-ux .spc-configurator-more-menu .spc-configurator-more-items > a:hover { border-color: color-mix(in srgb, var(--cfg-accent) 24%, transparent); background: color-mix(in srgb, var(--cfg-accent) 7%, var(--cfg-surface)); }
.spc-configurator-more-icon { display: grid; width: 34px; height: 34px; place-items: center; border: 1px solid color-mix(in srgb, var(--cfg-border) 72%, transparent); border-radius: 9px; background: color-mix(in srgb, var(--cfg-raised) 88%, transparent); color: var(--cfg-accent); }
.spc-configurator-more-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.spc-configurator-more-item-copy { display: grid; min-width: 0; gap: 3px; }
.spc-configurator-more-items strong { color: var(--cfg-text); font-size: 12px; font-weight: 650; line-height: 1.35; }
.spc-configurator-more-items small, .spc-configurator-more-message { color: var(--cfg-muted); font-size: 11px; line-height: 1.4; }
.spc-configurator-more-message { margin: 7px 2px 2px; overflow-wrap: anywhere; }
.spc-configurator-more-menu > .spc-configurator-more-message { margin: 3px 0 0; border-top: 1px solid color-mix(in srgb, var(--cfg-border) 72%, transparent); padding: 9px 8px 4px; }
.spc-configurator-more-items > a .spc-configurator-more-icon { border-color: color-mix(in srgb, var(--cfg-accent) 22%, var(--cfg-border)); background: color-mix(in srgb, var(--cfg-accent) 9%, var(--cfg-surface)); }
.spc-configurator-more-retry { width: 100%; min-height: 40px; margin-top: 8px; border: 1px solid var(--cfg-border); border-radius: 8px; background: transparent; color: var(--cfg-text); font-weight: 650; }
.spc-configurator-more-menu :focus-visible { outline: 2px solid var(--cfg-accent); outline-offset: 2px; }
.spc-build-share-popover { position: relative; display: inline-flex; min-width: 0; }
.spc-configurator-ux .spc-configurator-share .spc-build-share-trigger { display: inline-flex; min-width: 204px; min-height: 42px; align-items: center; justify-content: center; gap: 9px; border: 1px solid #005bf6; border-radius: 9px; padding: 9px 14px; background: #005bf6; box-shadow: 0 5px 16px rgba(0, 91, 246, .22); color: #fff; font-size: 13px; font-weight: 700; line-height: 1.2; white-space: nowrap; }
:root .spc-configurator-ux .spc-configurator-actions .spc-configurator-share .spc-build-share-trigger { color: #fff; }
.spc-configurator-ux .spc-configurator-share .spc-build-share-trigger:hover { border-color: #004bd0; background: #004bd0; color: #fff; }
.spc-configurator-ux .spc-configurator-share .spc-build-share-trigger:focus-visible { outline: 2px solid var(--cfg-accent); outline-offset: 3px; }
.spc-configurator-ux .spc-configurator-share .spc-build-share-trigger:disabled { opacity: .8; }
.spc-build-share-trigger-icon { font-size: 16px; line-height: 1; }
.spc-build-share-menu { position: absolute; z-index: 30; top: calc(100% + 8px); right: 0; width: min(320px, calc(100vw - 32px)); padding: 12px; border: 1px solid var(--cfg-border, var(--color-border)); border-radius: 10px; background: var(--cfg-surface, var(--color-surface)); box-shadow: 0 16px 40px rgba(4, 12, 24, .28); color: var(--cfg-text, var(--color-foreground)); }
.spc-build-share-menu-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 10px; }
.spc-build-share-menu-heading strong { font-size: 13px; }
.spc-build-share-menu-heading button { display: grid; width: 32px; height: 32px; flex: 0 0 32px; place-items: center; border: 1px solid var(--cfg-border, var(--color-border)); border-radius: 7px; background: transparent; color: inherit; font-size: 22px; line-height: 1; }
.spc-build-share-menu-actions { display: grid; gap: 8px; }
.spc-configurator-ux .spc-build-share-menu-actions a,
.spc-configurator-ux .spc-build-share-menu-actions button,
.spc-configurator-ux .spc-build-share-retry { display: flex; min-height: 42px; align-items: center; justify-content: center; border: 1px solid var(--cfg-border); border-radius: 8px; padding: 8px 10px; background: transparent; color: var(--cfg-text); font-size: 13px; font-weight: 600; line-height: 1.35; text-align: center; text-decoration: none; }
.spc-configurator-ux .spc-build-share-menu-actions a { border-color: #005bf6; background: #005bf6; color: #fff; }
.spc-build-share-menu > p { margin: 0; color: var(--cfg-muted, var(--color-muted)); font-size: 12px; line-height: 1.5; overflow-wrap: anywhere; }
.spc-configurator-ux .spc-build-share-retry { width: 100%; margin-top: 9px; }
.spc-build-share-menu :focus-visible { outline: 2px solid var(--cfg-accent, var(--color-accent)); outline-offset: 2px; }
.spc-shared-build-notice { display: flex; width: min(1480px, calc(100% - 48px)); align-items: flex-start; gap: 11px; margin: 0 auto 12px; border: 1px solid color-mix(in srgb, var(--color-accent) 24%, var(--color-border)); border-left: 3px solid var(--color-accent); border-radius: 9px; padding: 10px 13px; background: color-mix(in srgb, var(--color-accent) 5%, var(--color-surface)); color: var(--color-foreground); }
.spc-shared-build-notice-icon { display: grid; width: 22px; height: 22px; flex: 0 0 22px; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--color-accent) 13%, transparent); color: var(--color-accent); font-size: 13px; font-weight: 800; }
.spc-shared-build-notice-content { min-width: 0; }
.spc-shared-build-notice-content > strong { display: block; font-size: 13px; line-height: 1.4; }
.spc-shared-build-notice-content > p { margin: 2px 0 0; color: var(--color-muted); font-size: 12px; line-height: 1.5; }
.spc-shared-build-notice-content details { margin-top: 5px; font-size: 12px; }
.spc-shared-build-notice-content summary { color: var(--color-accent); cursor: pointer; }
.spc-shared-build-notice-content details p { margin: 5px 0 0; color: var(--color-muted); line-height: 1.5; overflow-wrap: anywhere; }

.rb-clone-notice { margin: 12px auto; padding: 10px 14px; }
.rb-clone-notice h2 { font-size: 16px; }
.rb-clone-notice p, .rb-clone-notice ul { margin-top: 6px; font-size: 13px; }
.rb-clone-notice details summary { cursor: pointer; color: var(--rb-accent); font-size: 12px; font-weight: 600; }

.spc-popular-category-image-motherboard {
  inset: 0;
  width: 100%;
  height: 100%;
}

.spc-popular-category-image-ram {
  top: 20.82%;
  left: 2.03%;
  width: 95.95%;
  height: 58.36%;
}

.spc-popular-category-image-case {
  top: 1.3%;
  left: 1.37%;
  width: 97.26%;
  height: 96.46%;
}

.spc-popular-category-image-psu {
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.spc-popular-category-card:nth-child(1) {
  --spc-category-visual-top: 22px;
  --spc-category-visual-left: 22px;
}

.spc-popular-category-card:nth-child(1) .spc-popular-category-visual {
  top: 22px;
  left: 22px;
  width: 161px;
  height: 133px;
}

.spc-popular-category-card:nth-child(2) {
  --spc-category-visual-top: 20px;
  --spc-category-visual-left: 35px;
}

.spc-popular-category-card:nth-child(2) .spc-popular-category-visual {
  top: 20px;
  left: 35px;
  width: 130px;
  height: 131px;
}

.spc-popular-category-card:nth-child(3) {
  --spc-category-visual-top: 21px;
  --spc-category-visual-left: 29px;
}

.spc-popular-category-card:nth-child(3) .spc-popular-category-visual {
  top: 21px;
  left: 29px;
  width: 142px;
  height: 130px;
}

.spc-popular-category-card:nth-child(4) {
  --spc-category-visual-top: 21px;
  --spc-category-visual-left: 26px;
}

.spc-popular-category-card:nth-child(4) .spc-popular-category-visual {
  top: 21px;
  left: 26px;
  width: 148px;
  height: 130px;
}

.spc-popular-category-card:nth-child(5) {
  --spc-category-visual-top: 20px;
  --spc-category-visual-left: 27px;
}

.spc-popular-category-card:nth-child(5) .spc-popular-category-visual {
  top: 20px;
  left: 27px;
  width: 146px;
  height: 134px;
}

.spc-popular-category-card:nth-child(6) {
  --spc-category-visual-top: 21px;
  --spc-category-visual-left: 29px;
}

.spc-popular-category-card:nth-child(6) .spc-popular-category-visual {
  top: 21px;
  left: 29px;
  width: 142px;
  height: 130px;
}

.spc-popular-category-copy {
  position: absolute;
  top: 187px;
  left: 15px;
  z-index: 1;
  display: grid;
  gap: 8px;
}

.spc-popular-category-copy strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.spc-popular-category-copy small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.spc-home-hits {
  width: calc(100% - 32px);
  max-width: 1320px;
  margin: 45px auto 0;
  padding-bottom: 0;
  color: #fbfbfb;
}

.spc-home-hits-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.spc-home-hits-title {
  margin: 0;
  color: #ffffff;
  font-family: "Druk Cyr", "Onest", ui-sans-serif, system-ui, sans-serif;
  font-size: 44px;
  font-weight: 500;
  letter-spacing: 1.32px;
  line-height: 1.1;
  text-transform: uppercase;
}

.spc-home-hits-title em {
  color: #1687ff;
  font-style: normal;
}

.spc-home-hits-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #1687ff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: color 180ms ease;
}

.spc-home-hits-arrow {
  display: block;
  width: 14px;
  height: 14px;
  background: currentColor;
  mask: url("/images/home/categories/arrow.svg") center / contain no-repeat;
  -webkit-mask: url("/images/home/categories/arrow.svg") center / contain no-repeat;
  transition: transform 180ms ease;
}

.spc-home-hits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 312px));
  justify-content: center;
  gap: 24px;
  margin-top: 30px;
}

.spc-home-hit-card {
  display: flex;
  --spc-hover-y: 0px;
  width: 100%;
  max-width: 312px;
  height: 577px;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(108, 108, 115, 0.72);
  border-radius: 10px;
  background: #0a1019;
  color: var(--spc-text);
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
  transform: translateY(var(--spc-hover-y));
}

.spc-home-hit-visual {
  position: relative;
  height: 299px;
  flex: 0 0 299px;
  overflow: hidden;
}

.spc-home-hit-favorite {
  position: absolute;
  top: 17px;
  right: 17px;
  z-index: 2;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(3, 7, 13, 0.44);
  color: #ffffff;
  cursor: default;
  transition:
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.spc-home-hit-favorite:disabled {
  color: #ffffff;
  opacity: 1;
}

.spc-home-hit-favorite-preview {
  cursor: pointer;
}

.spc-home-hit-favorite-preview-selected {
  border-color: #1687ff;
  background: rgba(22, 135, 255, 0.1);
  box-shadow: 0 0 16px rgba(22, 135, 255, 0.2);
  color: #1687ff;
}

.spc-home-hit-favorite-preview-animate {
  animation: none;
}

.spc-home-hit-favorite-preview-animate .spc-home-hit-heart-icon {
  animation: spc-home-hit-favorite-pop 220ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.spc-home-hit-favorite-preview:active .spc-home-hit-heart-icon {
  transform: scale(0.92);
}

.spc-home-hit-heart-icon {
  width: 18px;
  height: 18px;
}

.spc-home-hit-badge {
  position: absolute;
  top: 17px;
  left: 17px;
  z-index: 2;
  display: inline-flex;
  min-height: 24px;
  align-items: center;
  border-radius: 999px;
  padding: 0 10px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.spc-home-hit-badge-hit {
  background: #1687ff;
}

.spc-home-hit-badge-new {
  background: #25c36a;
}

.spc-home-hit-image-link {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 44px 24px 28px;
}

.spc-home-hit-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 240ms ease;
}

.spc-home-hit-fallback {
  display: grid;
  width: 192px;
  height: 192px;
  place-items: center;
  border: 1px solid rgba(108, 108, 115, 0.55);
  border-radius: 10px;
  color: #1687ff;
}

.spc-home-hit-fallback-icon {
  width: 70px;
  height: 70px;
}

.spc-home-hit-divider {
  height: 1px;
  margin: 0 15px;
  flex: 0 0 auto;
  background: rgba(108, 108, 115, 0.55);
}

.spc-home-hit-body {
  display: flex;
  min-height: 0;
  flex: 1;
  flex-direction: column;
  padding: 20px 18px 18px;
}

.spc-home-hit-title {
  margin: 0;
  color: var(--spc-text-strong);
  font-family: "Onest", ui-sans-serif, system-ui, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.spc-home-hit-title a {
  display: -webkit-box;
  min-height: 48px;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.spc-home-hit-preview-title {
  display: -webkit-box;
  min-height: 48px;
  overflow: hidden;
  color: inherit;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.spc-home-hit-title a:hover {
  color: #1687ff;
}

.spc-home-hit-specs {
  min-height: 18px;
  margin: 10px 0 0;
  overflow: hidden;
  color: var(--spc-text-subtle);
  font-size: 13px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spc-home-hit-availability {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 19px;
  margin: 13px 0 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.spc-home-hit-availability span {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 999px;
}

.spc-home-hit-availability-ok {
  color: #25c36a;
}

.spc-home-hit-availability-ok span {
  background: #25c36a;
}

.spc-home-hit-availability-muted {
  color: var(--spc-text-subtle);
}

.spc-home-hit-availability-muted span {
  background: #f59e0b;
}

.spc-home-hit-bottom {
  display: grid;
  gap: 15px;
  margin-top: auto;
}

.spc-home-hit-price {
  min-height: 24px;
  margin: 0;
  color: var(--spc-text-strong);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.spc-home-hit-price-row {
  display: grid;
  min-height: 43px;
  gap: 2px;
}

.spc-home-hit-old-price {
  margin: 0;
  color: rgba(251, 251, 251, 0.48);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: line-through;
  white-space: nowrap;
}

.spc-home-hit-cart {
  display: grid;
  width: 100%;
}

.spc-home-hit-cart-button {
  display: inline-flex;
  min-height: 44px;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 11px;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(90deg, #005bf6 0%, #005efa 49.887%, #003cc9 100%);
  color: #fbfbfb;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  transition:
    box-shadow 180ms cubic-bezier(0.22, 1, 0.36, 1),
    filter 180ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 180ms ease,
    transform 180ms cubic-bezier(0.22, 1, 0.36, 1);
}

.spc-home-hit-cart-button::before {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='8.25' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M6.5 10.15L8.75 12.4L13.75 7.4' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
  content: "";
}

.spc-home-hit-cart-button:not(:disabled):active {
  filter: brightness(0.94);
  transform: translateY(0) scale(0.98);
  transition-duration: 100ms;
}

.spc-home-hit-cart-button:not(:disabled):focus-visible {
  box-shadow: 0 0 20px rgba(22, 135, 255, 0.24);
}

.spc-home-hit-cart-button:disabled {
  cursor: wait;
  opacity: 0.72;
}

.spc-home-hit-preview-cart-button:disabled {
  cursor: default;
  opacity: 1;
}

.spc-home-hits-empty {
  margin: 30px 0 0;
  border: 1px solid rgba(108, 108, 115, 0.72);
  border-radius: 10px;
  background: #0a1019;
  padding: 32px;
  color: rgba(251, 251, 251, 0.72);
  font-size: 16px;
}

.spc-home-advantages {
  display: grid;
  width: 100%;
  min-height: 82px;
  margin-top: 45px;
  overflow: hidden;
  border: 1px solid rgba(108, 108, 115, 0.72);
  border-radius: 10px;
  background: #0a1019;
  color: #fbfbfb;
}

.spc-home-advantages-title {
  display: none;
}

.spc-home-advantages-item {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 16px;
  padding: 18px 26px;
}

.spc-home-advantages-item + .spc-home-advantages-item {
  border-top: 1px solid rgba(108, 108, 115, 0.36);
}

.spc-home-advantages-icon {
  display: block;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  color: #1687ff;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.spc-home-advantages-icon path,
.spc-home-advantages-icon circle,
.spc-home-advantages-icon rect {
  vector-effect: non-scaling-stroke;
}

.spc-home-advantages-copy {
  display: grid;
  min-width: 0;
  gap: 5px;
  margin: 0;
  font-family: "Onest", ui-sans-serif, system-ui, sans-serif;
  line-height: 1.2;
}

.spc-home-advantages-copy strong {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.spc-home-advantages-copy span {
  color: rgba(251, 251, 251, 0.68);
  font-size: 14px;
  font-weight: 400;
}

.spc-store-footer {
  width: 100%;
  min-height: 512px;
  margin-top: 48px;
  border-top: 1px solid rgba(108, 108, 115, 0.34);
  background: #03070d;
  color: #fbfbfb;
  font-family: "Onest", ui-sans-serif, system-ui, sans-serif;
}

.spc-store-footer-inner {
  display: flex;
  width: min(1320px, calc(100% - 32px));
  min-height: 512px;
  flex-direction: column;
  margin: 0 auto;
}

.spc-store-footer-main {
  display: grid;
  flex: 1;
  gap: 34px;
  padding: 56px 0 48px;
}

.spc-store-footer-brand {
  max-width: 330px;
}

.spc-store-footer-logo-link {
  display: inline-flex;
  width: 200px;
  height: auto;
}

.spc-store-footer-logo {
  width: 200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.spc-store-footer-brand p {
  margin: 20px 0 0;
  color: rgba(251, 251, 251, 0.68);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.55;
}

.spc-store-footer-brand p + p {
  margin-top: 14px;
}

.spc-store-footer-socials {
  display: flex;
  gap: 12px;
  margin-top: 30px;
}

.spc-store-footer-social {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(251, 251, 251, 0.32);
  border-radius: 999px;
  color: #ffffff;
}

.spc-store-footer-social-icon {
  width: 24px;
  height: 24px;
}

.spc-store-footer-social-icon-asset {
  display: none;
  -o-object-fit: contain;
     object-fit: contain;
}

.spc-store-footer-social-icon path,
.spc-store-footer-social-icon circle,
.spc-store-footer-social-icon rect,
.spc-store-footer-contact-icon path,
.spc-store-footer-contact-icon circle,
.spc-store-footer-contact-icon rect {
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.spc-store-footer-section h2 {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.spc-store-footer-heading-line {
  display: block;
  width: 26px;
  height: 3px;
  margin-top: 13px;
  border-radius: 999px;
  background: #1687ff;
}

.spc-store-footer-list,
.spc-store-footer-contact-list {
  display: grid;
  gap: 15px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.spc-store-footer-link,
.spc-store-footer-text {
  color: rgba(251, 251, 251, 0.68);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
  text-decoration: none;
}

.spc-store-footer-link {
  transition: color 160ms ease;
}

.spc-store-footer-link:hover {
  color: #ffffff;
}

.spc-store-footer-text {
  display: inline-block;
  color: rgba(251, 251, 251, 0.52);
}

.spc-store-footer-contact-list {
  gap: 20px;
}

.spc-store-footer-contact-list li {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: rgba(251, 251, 251, 0.72);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.spc-store-footer-contact-list li > span {
  display: grid;
  gap: 3px;
}

.spc-store-footer-contact-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  color: #1687ff;
}

.spc-store-footer-bottom {
  display: grid;
  min-height: 60px;
  grid-template-columns: 1fr;
  gap: 18px;
  align-items: center;
  border-top: 1px solid rgba(108, 108, 115, 0.34);
  padding: 18px 0;
}

.spc-store-footer-copyright,
.spc-store-footer-legal,
.spc-store-footer-payments {
  margin: 0;
  color: rgba(251, 251, 251, 0.56);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.spc-store-footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
}

.spc-store-footer-legal > * + * {
  position: relative;
  padding-left: 24px;
  margin-left: 24px;
}

.spc-store-footer-legal > * + *::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 26px;
  background: rgba(108, 108, 115, 0.34);
  content: "";
  transform: translateY(-50%);
}

.spc-store-footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 35px;
  align-items: center;
}

.spc-store-footer-payment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  line-height: 1;
}

.spc-store-footer-payment-visa {
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
}

.spc-store-footer-payment-mastercard {
  position: relative;
  width: 44px;
  height: 28px;
}

.spc-store-footer-payment-mastercard span {
  position: absolute;
  top: 1px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
}

.spc-store-footer-payment-mastercard span:first-child {
  left: 0;
  background: #eb001b;
}

.spc-store-footer-payment-mastercard span:last-child {
  right: 0;
  background: rgba(247, 158, 27, 0.92);
}

.spc-store-footer-payment-mir {
  font-size: 22px;
  font-weight: 700;
}

.spc-store-footer-payment-apple-pay {
  gap: 4px;
  font-size: 21px;
  font-weight: 600;
}

.spc-store-footer-payment-apple-pay svg {
  width: 15px;
  height: 19px;
}

:root.spc-home-motion-ready .spc-storefront .spc-store-shell-header {
  animation: spc-header-enter 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

:root .spc-storefront .spc-motion-ready .spc-home-hero-title {
  animation: spc-hero-title-enter 560ms cubic-bezier(0.22, 1, 0.36, 1) 40ms both;
}

:root .spc-storefront .spc-motion-ready .spc-home-hero-lead {
  animation: spc-hero-lead-enter 520ms cubic-bezier(0.22, 1, 0.36, 1) 120ms both;
}

:root .spc-storefront .spc-motion-ready .spc-home-hero-actions {
  animation: spc-hero-copy-enter 500ms cubic-bezier(0.22, 1, 0.36, 1) 200ms both;
}

:root .spc-storefront .spc-motion-ready .spc-home-trust-row {
  animation: spc-hero-copy-enter 500ms cubic-bezier(0.22, 1, 0.36, 1) 280ms both;
}

:root .spc-storefront .spc-motion-ready .spc-budget-panel {
  animation: spc-panel-enter 520ms cubic-bezier(0.22, 1, 0.36, 1) 360ms both;
}

:root.spc-home-motion-ready .spc-storefront [data-spc-reveal] {
  --spc-reveal-offset: var(--spc-reveal-y, 18px);
  opacity: 0;
  transform: translateY(calc(var(--spc-reveal-offset) + var(--spc-hover-y, 0px)));
  transition:
    opacity var(--spc-reveal-duration, 520ms) cubic-bezier(0.22, 1, 0.36, 1),
    transform var(--spc-reveal-duration, 520ms) cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--spc-reveal-delay, 0ms);
  will-change: opacity, transform;
}

:root.spc-home-motion-ready .spc-storefront [data-spc-reveal="advantages"],
:root.spc-home-motion-ready .spc-storefront [data-spc-reveal="footer-main"] {
  --spc-reveal-y: 14px;
}

:root.spc-home-motion-ready .spc-storefront [data-spc-reveal].spc-is-revealed {
  --spc-reveal-offset: 0px;
  opacity: 1;
}

.spc-popular-categories-all:hover,
.spc-home-hits-all:hover {
  color: #69b4ff;
}

.spc-popular-categories-all:hover .spc-popular-categories-arrow,
.spc-home-hits-all:hover .spc-home-hits-arrow {
  transform: translateX(4px);
}

@media (hover: hover) and (pointer: fine) {
  .spc-popular-category-card:hover {
    --spc-hover-y: -2px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
  }

  .spc-popular-category-card:hover::before {
    opacity: 1;
  }

  .spc-home-hit-card:hover {
    --spc-hover-y: -3px;
    border-color: rgba(22, 135, 255, 0.86);
    background: #0b121d;
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(22, 135, 255, 0.14);
  }

  .spc-home-hit-card:hover .spc-home-hit-image {
    transform: scale(1.02);
  }

  .spc-home-hit-cart-button:not(:disabled):hover,
  .spc-home-hit-preview-cart-button:hover {
    box-shadow: 0 0 20px rgba(22, 135, 255, 0.24);
    filter: brightness(1.08);
    transform: translateY(-1px);
  }

  .spc-home-hit-favorite-preview:hover {
    border-color: #1687ff;
    background: rgba(22, 135, 255, 0.08);
    box-shadow: 0 0 14px rgba(22, 135, 255, 0.16);
    color: #69b4ff;
  }

  .spc-home-hit-favorite-preview-selected:hover {
    color: #1687ff;
  }
}

@keyframes spc-header-enter {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spc-hero-title-enter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spc-hero-lead-enter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spc-hero-copy-enter {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spc-panel-enter {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spc-hero-title-enter-mobile {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spc-panel-enter-mobile {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spc-hero-bg-enter-mobile {
  from {
    opacity: 0.88;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes spc-home-hit-favorite-pop {
  0% {
    transform: scale(1);
  }

  42% {
    transform: scale(0.9);
  }

  72% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@media (min-width: 640px) {
  .spc-store-footer-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spc-store-footer-brand {
    grid-column: 1 / -1;
  }

  .spc-budget-options {
    grid-template-columns: repeat(2, 170px);
  }

  .spc-usecase-options {
    grid-template-columns: 95px 95px minmax(210px, 251px);
  }

  .spc-usecase-option-wide {
    grid-column: 3;
  }

  .spc-home-advantages {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .spc-home-advantages-item + .spc-home-advantages-item {
    border-top: 0;
  }

  .spc-home-advantages-item:nth-child(n + 3) {
    border-top: 1px solid rgba(108, 108, 115, 0.36);
  }
}
@media (min-width: 1024px) {
  .spc-store-footer {
    margin-top: 70px;
  }

  .spc-store-footer-inner {
    width: min(1320px, calc(100% - 48px));
  }

  .spc-store-footer-main {
    grid-template-columns: minmax(300px, 1.45fr) repeat(4, minmax(140px, 1fr));
    gap: 44px;
    padding: 64px 0 44px;
  }

  .spc-store-footer-brand {
    grid-column: auto;
  }

  .spc-store-footer-bottom {
    grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
    min-height: 60px;
    gap: 24px;
    padding: 0;
  }

  .spc-store-footer-legal {
    justify-content: center;
  }

  .spc-store-footer-payments {
    grid-column: 3;
    justify-content: flex-end;
  }

  .spc-home-hero-figma {
    width: 100%;
    height: 754px;
    min-height: 754px;
  }

  .spc-home-hero-bg {
    height: 536px;
    background-color: #03070d;
    background-image:
      url("/images/home/hero-pc-background.jpg"),
      radial-gradient(ellipse at 78% 8%, rgba(22, 135, 255, 0.12) 0%, rgba(3, 7, 13, 0) 42%),
      linear-gradient(90deg, #03070d 0%, #050913 50%, #03070d 100%);
    background-position: center top;
    background-repeat: no-repeat;
    background-size:
      1440px 536px,
      100% 536px,
      100% 536px;
  }

  .spc-home-hero-copy {
    position: absolute;
    left: max(90px, calc((100vw - 1440px) / 2 + 90px));
    top: 50px;
    padding: 0;
  }

  .spc-home-hero-copy [id="home-hero-title"] {
    width: 616px;
  }

  .spc-home-hero-title {
    width: 616px;
    height: 164px;
    font-size: 80px;
    line-height: 72px;
  }

  .spc-home-hero-title span {
    width: -moz-max-content;
    width: max-content;
    max-width: none;
    white-space: nowrap;
  }

  .spc-home-hero-title span + span {
    margin-top: 20px;
  }

  .spc-home-hero-lead {
    position: absolute;
    left: 0;
    top: 196px;
    margin: 0;
    width: 610px;
  }

  .spc-home-hero-actions {
    position: absolute;
    left: 0;
    top: 281px;
    margin: 0;
  }

  .spc-home-trust-row {
    position: absolute;
    left: 0;
    top: 368px;
    display: flex;
    width: 660px;
    max-width: none;
    gap: 21px;
    margin: 0;
  }

  .spc-home-trust-item {
    flex: 0 0 auto;
  }

  .spc-home-trust-item:nth-child(1) {
    width: 168px;
  }

  .spc-home-trust-item:nth-child(2) {
    width: 115px;
  }

  .spc-home-trust-item:nth-child(3) {
    width: 171px;
  }

  .spc-home-trust-item:nth-child(4) {
    width: 143px;
  }

  .spc-home-trust-item:nth-child(-n + 2) small {
    white-space: nowrap;
  }

  .spc-budget-panel {
    position: absolute;
    left: max(60px, calc((100vw - 1320px) / 2));
    top: 496px;
    width: 1320px;
    max-width: 1320px;
    min-height: 256px;
    margin: 0;
  }

  .spc-budget-panel-inner {
    display: flex;
    align-items: center;
    gap: 35px;
    padding: 25px 35px;
  }

  .spc-budget-side {
    width: 710px;
    flex: 0 0 710px;
  }

  .spc-budget-options {
    display: flex;
    width: 710px;
  }

  .spc-budget-option {
    width: 170px;
    flex: 0 0 170px;
  }

  .spc-budget-divider {
    display: block;
    flex: 0 0 1px;
  }

  .spc-usecase-side {
    width: 469px;
    flex: 0 0 469px;
  }

  .spc-usecase-options {
    display: grid;
    width: 469px;
    grid-template-columns: 95px 95px 251px;
    grid-template-rows: 56px 56px;
    gap: 8px 14px;
    align-content: start;
    justify-content: start;
  }

  .spc-usecase-option-tile {
    grid-row: 1 / span 2;
  }

  .spc-usecase-option-wide {
    grid-column: 3;
  }

  .spc-popular-categories {
    width: 1320px;
    height: 318px;
    margin-top: 43px;
  }

  .spc-popular-categories-row {
    overflow: visible;
    padding-bottom: 0;
  }

  .spc-home-hits-grid {
    justify-content: start;
  }

  .spc-home-advantages {
    height: 82px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .spc-home-advantages-item {
    padding: 0 10px;
  }

  .spc-home-advantages-item:nth-child(n + 3) {
    border-top: 0;
  }

  .spc-home-advantages-item:not(:last-child)::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 46px;
    background: rgba(108, 108, 115, 0.42);
    content: "";
    transform: translateY(-50%);
  }

  .spc-storefront .spc-home-advantages {
    display: flex;
    width: min(1320px, calc(100% - 120px));
    max-width: 1320px;
    height: 82px;
    min-height: 82px;
    align-items: center;
    justify-content: flex-start;
    gap: 71px;
    margin-right: auto;
    margin-left: auto;
    overflow: visible;
    border-color: #6C6C73;
    padding: 20px 30px;
  }

  .spc-storefront .spc-home-advantages-item {
    height: 42px;
    min-height: 0;
    flex: 0 0 auto;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 20px;
    padding: 0;
    border-top: 0;
  }

  .spc-storefront .spc-home-advantages-item:nth-of-type(1) {
    width: 249px;
  }

  .spc-storefront .spc-home-advantages-item:nth-of-type(2) {
    width: 269px;
  }

  .spc-storefront .spc-home-advantages-item:nth-of-type(3) {
    width: 218px;
  }

  .spc-storefront .spc-home-advantages-item:nth-of-type(4) {
    width: 311px;
  }

  .spc-storefront .spc-home-advantages-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    margin-top: -2.222px;
  }

  .spc-storefront .spc-home-advantages-copy {
    gap: 3px;
    line-height: 1.15;
  }

  .spc-storefront .spc-home-advantages-copy strong {
    color: #FBFBFB;
    font-size: 18px;
    line-height: 1.15;
  }

  .spc-storefront .spc-home-advantages-copy span {
    color: #FBFBFB;
    font-size: 16px;
    line-height: 1.15;
    opacity: 0.8;
  }

  .spc-storefront .spc-home-advantages-item:not(:last-child)::after {
    top: 4px;
    right: -36px;
    height: 33px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(184, 201, 222, 0.18) 50%, rgba(255, 255, 255, 0) 100%);
    transform: none;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-advantages-item:not(:last-child)::after {
    background: linear-gradient(180deg, rgba(169, 169, 169, 0) 0%, #A9A9A9 50%, rgba(169, 169, 169, 0) 100%);
  }
}

@media (min-width: 1352px) {
  .spc-home-hits {
    width: 1320px;
  }

  .spc-home-hits-grid {
    grid-template-columns: repeat(4, 312px);
  }
}

@media (min-width: 1441px) {
  .spc-home-hero-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      #03070d 0%,
      #03070d calc(50% - 720px),
      rgba(3, 7, 13, 0.72) calc(50% - 696px),
      rgba(3, 7, 13, 0) calc(50% - 624px),
      rgba(3, 7, 13, 0) calc(50% + 624px),
      rgba(3, 7, 13, 0.72) calc(50% + 696px),
      #03070d calc(50% + 720px),
      #03070d 100%
    );
  }
}

@media (max-width: 1023px) {
  .spc-figma-logo-link {
    width: 102px;
    height: 52px;
  }

  .spc-home-hero-bg {
    opacity: 0.72;
    background-position: 58% top;
  }
}

@media (max-width: 639px) {
  .spc-storefront {
    background: #03070d;
  }

  .spc-storefront .spc-store-shell-header {
    z-index: 80;
    height: 57px;
    border-bottom: 1px solid #31363d;
    background: #03070d !important;
    backdrop-filter: none;
    box-shadow: none;
  }

  :root .spc-storefront .spc-motion-ready .spc-home-hero-title {
    animation: spc-hero-title-enter-mobile 420ms cubic-bezier(0.22, 1, 0.36, 1) 20ms both;
  }

  :root .spc-storefront .spc-motion-ready .spc-home-hero-lead {
    animation: spc-hero-lead-enter 400ms cubic-bezier(0.22, 1, 0.36, 1) 80ms both;
  }

  :root .spc-storefront .spc-motion-ready .spc-home-hero-actions {
    animation: spc-hero-copy-enter 380ms cubic-bezier(0.22, 1, 0.36, 1) 130ms both;
  }

  :root .spc-storefront .spc-motion-ready .spc-home-hero-bg {
    animation: spc-hero-bg-enter-mobile 420ms cubic-bezier(0.22, 1, 0.36, 1) 170ms both;
  }

  :root .spc-storefront .spc-motion-ready .spc-budget-panel {
    animation: spc-panel-enter-mobile 400ms cubic-bezier(0.22, 1, 0.36, 1) 210ms both;
  }

  :root.spc-home-motion-ready .spc-storefront [data-spc-reveal] {
    --spc-reveal-duration: 400ms;
    --spc-reveal-y: 10px;
  }

  :root.spc-home-motion-ready .spc-storefront [data-spc-reveal="category-card"],
  :root.spc-home-motion-ready .spc-storefront [data-spc-reveal="hit-card"] {
    --spc-reveal-duration: 380ms;
  }

  .spc-figma-mobile-header {
    position: relative;
    height: 57px;
    color: #fbfbfb;
    font-family: "Onest", ui-sans-serif, system-ui, sans-serif;
  }

  .spc-figma-mobile-header-bar {
    display: grid;
    height: 57px;
    grid-template-columns: 44px minmax(0, 1fr) 47px;
    align-items: center;
    padding: 0 20px;
  }

  .spc-figma-mobile-header .spc-figma-logo-link {
    width: 73px;
    height: 37px;
    justify-self: center;
  }

  .spc-figma-mobile-menu-button {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center start;
    border: 0;
    background: transparent;
    color: #fbfbfb;
    cursor: pointer;
    padding: 0;
  }

  .spc-figma-mobile-menu-button span,
  .spc-figma-mobile-menu-button span::before,
  .spc-figma-mobile-menu-button span::after {
    display: block;
    width: 18px;
    height: 1.35px;
    border-radius: 999px;
    background: currentColor;
    content: "";
  }

  .spc-figma-mobile-menu-button span {
    position: relative;
  }

  .spc-figma-mobile-menu-button span::before,
  .spc-figma-mobile-menu-button span::after {
    position: absolute;
    left: 0;
    transition:
      top 190ms cubic-bezier(0.22, 1, 0.36, 1),
      transform 190ms cubic-bezier(0.22, 1, 0.36, 1),
      background-color 190ms ease;
  }

  .spc-figma-mobile-menu-button span::before {
    top: -6px;
  }

  .spc-figma-mobile-menu-button span::after {
    top: 6px;
  }

  .spc-figma-mobile-menu-button[aria-expanded="true"] span {
    background: transparent;
  }

  .spc-figma-mobile-menu-button[aria-expanded="true"] span::before {
    top: 0;
    transform: rotate(45deg);
  }

  .spc-figma-mobile-menu-button[aria-expanded="true"] span::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .spc-figma-mobile-header-actions {
    display: flex;
    width: 47px;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    justify-self: end;
  }

  .spc-figma-mobile-header .spc-figma-theme-switch {
    width: 16px;
    height: 21px;
    flex: 0 0 16px;
    overflow: hidden;
  }

  .spc-figma-mobile-header .spc-figma-theme-icon {
    width: 16px;
    height: 21px;
    flex: 0 0 16px;
  }

  .spc-figma-mobile-header .spc-figma-theme-track {
    display: none;
  }

  .spc-figma-mobile-cart {
    display: grid;
    width: 21px;
    height: 21px;
    place-items: center;
    color: #fbfbfb;
  }

  .spc-figma-mobile-cart-icon {
    width: 21px;
    height: 21px;
  }

  .spc-figma-mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 58;
    width: 100vw;
    height: 100dvh;
    border: 0;
    background: rgba(0, 0, 0, 0.48);
    cursor: pointer;
    opacity: 0;
    padding: 0;
    pointer-events: none;
    transition:
      opacity 170ms ease,
      visibility 170ms ease;
    visibility: hidden;
  }

  .spc-figma-mobile-menu-overlay[data-open="true"] {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }

  .spc-figma-mobile-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 60;
    display: flex;
    width: min(88vw, 380px);
    height: 100dvh;
    max-width: calc(100vw - 24px);
    flex-direction: column;
    border-right: 1px solid #31363d;
    background: #03070d;
    box-shadow: 18px 0 42px rgba(0, 0, 0, 0.34);
    color: #fbfbfb;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding: 18px 20px 22px;
    pointer-events: none;
    transform: translateX(-100%);
    transition:
      transform 230ms cubic-bezier(0.22, 1, 0.36, 1),
      visibility 230ms ease;
    visibility: hidden;
  }

  .spc-figma-mobile-menu[data-open="true"] {
    pointer-events: auto;
    transform: translateX(0);
    visibility: visible;
  }

  .spc-figma-mobile-menu-head {
    display: grid;
    grid-template-columns: 73px minmax(0, 1fr) 44px;
    gap: 10px;
    min-height: 44px;
    align-items: center;
    margin-bottom: 18px;
  }

  .spc-figma-mobile-menu-head .spc-figma-logo-link {
    width: 73px;
    height: 37px;
  }

  .spc-figma-mobile-menu-phone {
    min-width: 0;
    color: #fbfbfb;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .spc-figma-mobile-menu-close {
    position: relative;
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: rgba(251, 251, 251, 0.04);
    color: #fbfbfb;
    cursor: pointer;
    padding: 0;
  }

  .spc-figma-mobile-menu-close span,
  .spc-figma-mobile-menu-close span::after {
    display: block;
    width: 18px;
    height: 1.35px;
    border-radius: 999px;
    background: currentColor;
    content: "";
  }

  .spc-figma-mobile-menu-close span {
    transform: rotate(45deg);
  }

  .spc-figma-mobile-menu-close span::after {
    transform: rotate(90deg);
  }

  .spc-figma-mobile-menu-list {
    display: grid;
    gap: 6px;
  }

  .spc-figma-mobile-menu-link,
  .spc-figma-mobile-menu-cta {
    display: flex;
    min-height: 44px;
    align-items: center;
    border-radius: 8px;
    color: #fbfbfb;
    padding: 0 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
  }

  .spc-figma-mobile-menu-link:active,
  .spc-figma-mobile-menu-close:active {
    background: rgba(251, 251, 251, 0.08);
  }

  .spc-figma-mobile-menu-cta {
    justify-content: center;
    margin-top: 8px;
    background: linear-gradient(90deg, #005bf6 0%, #005efa 49.887%, #003cc9 100%);
  }

  .spc-figma-home {
    overflow-x: hidden;
  }

  .spc-home-hero-figma {
    display: flow-root;
    width: 100%;
    height: 540px;
    min-height: 540px;
    margin-bottom: 263px;
    overflow: visible;
    background: #03070d;
  }

  .spc-home-hero-bg {
    top: 25px;
    height: 515px;
    border-bottom: 1px solid #31363d;
    opacity: 1;
    background-color: #03070d;
    background-image: url("/images/home/hero-pc-background-mobile.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .spc-home-hero-bg::before,
  .spc-home-hero-bg::after {
    position: absolute;
    left: 50%;
    width: 421px;
    content: "";
    pointer-events: none;
    transform: translateX(-50%);
  }

  .spc-home-hero-bg::before {
    top: -25px;
    height: 211px;
    background: linear-gradient(180deg, #13202f 0%, rgba(19, 32, 47, 0) 100%);
    filter: blur(100px);
  }

  .spc-home-hero-bg::after {
    top: -25px;
    height: 52px;
    background: linear-gradient(180deg, rgba(3, 7, 13, 0) 0%, #03070d 50%, rgba(3, 7, 13, 0) 100%);
    filter: blur(16px);
  }

  .spc-home-mobile-search {
    position: relative;
    z-index: 2;
    display: block;
    width: calc(100% - 40px);
    height: 42px;
    margin: 15px auto 0;
  }

  .spc-home-mobile-search .spc-figma-search-box {
    height: 42px;
    border-radius: 7px;
    background: var(--color-surface);
    padding: 9px 10px;
  }

  .spc-home-mobile-search .spc-figma-search-icon {
    width: 24px;
    height: 24px;
  }

  .spc-home-mobile-search .spc-figma-search-input {
    font-size: 12px;
  }

  .spc-home-hero-copy {
    min-height: 483px;
    padding: 21px 20px 0;
  }

  .spc-home-hero-copy [id="home-hero-title"] {
    width: min(308px, calc(100vw - 40px));
  }

  .spc-home-hero-title {
    width: min(308px, calc(100vw - 40px));
    font-size: 40px;
    letter-spacing: 1px;
    line-height: 36px;
  }

  .spc-home-hero-title span {
    width: -moz-max-content;
    width: max-content;
    max-width: calc(100vw - 40px);
    white-space: nowrap;
  }

  .spc-home-hero-title span + span {
    margin-top: 8px;
  }

  .spc-home-hero-lead {
    width: min(329px, calc(100vw - 40px));
    margin-top: 15px;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.25;
  }

  .spc-home-hero-actions {
    position: absolute;
    right: 20px;
    bottom: 25px;
    left: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
  }

  .spc-home-hero-actions .spc-figma-blue-button,
  .spc-home-hero-actions .spc-figma-outline-button {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    font-size: clamp(13px, 3.85vw, 15px);
  }

  .spc-home-hero-actions .spc-cta-icon {
    width: 22px;
    height: 22px;
  }

  .spc-home-trust-row {
    display: none;
  }

  .spc-budget-panel {
    position: absolute;
    top: 540px;
    left: 0;
    width: 100%;
    height: 263px;
    min-height: 263px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #31363d;
    border-radius: 0;
    background: #03070d;
  }

  .spc-budget-panel-inner {
    display: block;
    padding: 30px 20px;
  }

  .spc-budget-side {
    gap: 14px;
  }

  .spc-home-panel-title,
  .spc-popular-categories-title,
  .spc-home-hits-title {
    font-size: 30px;
    letter-spacing: 0.9px;
    line-height: 1.1;
  }

  .spc-home-panel-caption,
  .spc-budget-divider,
  .spc-usecase-side {
    display: none;
  }

  .spc-budget-options {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .spc-budget-option {
    min-height: 70px;
    justify-content: flex-start;
    gap: 9px;
    border-color: #6c6c73;
    border-radius: 10px;
    background: #0a121c;
    padding: 14px clamp(12px, 5.13vw, 20px);
  }

  .spc-budget-option strong {
    font-size: clamp(12px, 3.59vw, 14px);
  }

  .spc-budget-option span {
    font-size: 12px;
  }

  .spc-popular-categories {
    width: 100%;
    min-height: 523px;
    margin: 0;
    border-bottom: 1px solid #31363d;
    padding: 30px 20px;
  }

  .spc-popular-categories-header,
  .spc-home-hits-header {
    height: 22px;
    align-items: flex-start;
    gap: 12px;
  }

  .spc-popular-categories-title,
  .spc-home-hits-title {
    white-space: nowrap;
  }

  .spc-popular-categories-all,
  .spc-home-hits-all {
    width: 19px;
    height: 22px;
    justify-content: flex-end;
    color: #ffffff;
    font-size: 0;
  }

  .spc-popular-categories-all span:first-child,
  .spc-home-hits-all span:first-child {
    display: none;
  }

  .spc-popular-categories-arrow,
  .spc-home-hits-arrow {
    position: relative;
    width: 19px;
    height: 16px;
    background: transparent;
    mask: none;
    -webkit-mask: none;
  }

  .spc-popular-categories-arrow::before,
  .spc-home-hits-arrow::before {
    position: absolute;
    top: 2px;
    right: 1px;
    width: 9px;
    height: 9px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    content: "";
    transform: rotate(45deg);
  }

  .spc-popular-categories-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
    margin-top: 25px;
    overflow: visible;
    padding-bottom: 0;
  }

  .spc-popular-category-card {
    width: 100%;
    height: 198px;
    flex-basis: auto;
    border-radius: 8px;
  }

  .spc-popular-category-card:nth-child(n + 5) {
    display: none;
  }

  .spc-popular-category-card::before {
    display: none;
  }

  .spc-popular-category-card::after {
    top: 142px;
    right: 0;
    left: 0;
  }

  .spc-popular-category-card:nth-child(1) .spc-popular-category-visual {
    top: 18px;
    left: 18px;
    width: 133px;
    height: 110px;
  }

  .spc-popular-category-card:nth-child(2) .spc-popular-category-visual {
    top: 17px;
    left: 29px;
    width: 107px;
    height: 108px;
  }

  .spc-popular-category-card:nth-child(3) .spc-popular-category-visual {
    top: 14px;
    left: 21px;
    width: 124px;
    height: 113px;
  }

  .spc-popular-category-card:nth-child(4) .spc-popular-category-visual {
    top: 13px;
    left: 18px;
    width: 129px;
    height: 113px;
  }

  .spc-popular-category-copy {
    top: 153px;
    left: 12px;
    right: 10px;
    gap: 3px;
  }

  .spc-popular-category-copy strong {
    font-size: 14px;
  }

  .spc-popular-category-copy small {
    font-size: 10px;
  }

  .spc-home-hits {
    width: 100%;
    height: 478px;
    min-height: 478px;
    margin: 0;
    border-bottom: 1px solid #31363d;
    padding: 30px 0 25px;
  }

  .spc-home-hits-header {
    margin: 0 20px;
  }

  .spc-home-hits-grid {
    display: flex;
    width: calc(100% - 20px);
    justify-content: flex-start;
    gap: 20px;
    margin-left: 20px;
    margin-top: 25px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0 20px 4px 0;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .spc-home-hits-grid::-webkit-scrollbar {
    display: none;
  }

  .spc-home-hit-card {
    width: 185px;
    max-width: none;
    height: 343px;
    flex: 0 0 185px;
    scroll-snap-align: start;
    border-radius: 6px;
  }

  .spc-home-hit-visual {
    height: 186px;
    flex-basis: 186px;
  }

  .spc-home-hit-image-link {
    padding: 34px 12px 14px;
  }

  .spc-home-hit-favorite {
    top: 6px;
    right: 8px;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
  }

  .spc-home-hit-heart-icon {
    width: 13px;
    height: 12px;
  }

  .spc-home-hit-badge {
    top: 11px;
    left: 11px;
    min-height: 14px;
    padding: 0 7px;
    font-size: 8px;
    font-weight: 400;
  }

  .spc-home-hit-divider {
    margin: 0;
  }

  .spc-home-hit-body {
    padding: 10px 12px 12px;
  }

  .spc-home-hit-title {
    font-size: 12px;
    line-height: 1.25;
  }

  .spc-home-hit-title a,
  .spc-home-hit-preview-title {
    min-height: 30px;
  }

  .spc-home-hit-specs {
    min-height: 10px;
    margin-top: 5px;
    font-size: 8px;
    line-height: 1.25;
  }

  .spc-home-hit-availability {
    gap: 5px;
    min-height: 10px;
    margin-top: 8px;
    font-size: 8px;
  }

  .spc-home-hit-availability span {
    width: 4px;
    height: 4px;
    flex-basis: 4px;
  }

  .spc-home-hit-bottom {
    gap: 8px;
  }

  .spc-home-hit-price {
    min-height: 15px;
    font-size: 12px;
  }

  .spc-home-hit-old-price {
    font-size: 8px;
  }

  .spc-home-hit-cart-button {
    min-height: 26px;
    gap: 7px;
    border-radius: 5px;
    font-size: 12px;
  }

  .spc-home-hit-cart-button::before {
    width: 12px;
    height: 12px;
  }

  .spc-home-hits-empty {
    margin: 25px 20px 0;
    padding: 20px;
    font-size: 12px;
  }

  .spc-home-hits-pagination {
    display: flex;
    height: 8px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 21px auto 0;
  }

  .spc-home-hits-pagination span {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #6c6c73;
    opacity: 0.74;
    transition:
      background-color 200ms ease,
      opacity 200ms ease,
      transform 200ms cubic-bezier(0.22, 1, 0.36, 1);
  }

  .spc-home-hits-pagination span[data-active="true"] {
    background: #1687ff;
    opacity: 1;
    transform: scale(1.14);
  }

  .spc-home-advantages {
    position: relative;
    width: 100%;
    height: 428px;
    min-height: 428px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #31363d;
    border-radius: 0;
    background: #03070d;
    padding: 77px 20px 30px;
  }

  .spc-home-advantages-title {
    display: block;
    margin: -47px 0 14px;
    color: #ffffff;
    font-family: "Druk Cyr", "Onest", ui-sans-serif, system-ui, sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.9px;
    line-height: 1.1;
    text-transform: uppercase;
  }

  .spc-home-advantages-title em {
    color: #1687ff;
    font-style: normal;
  }

  .spc-home-advantages-item {
    height: 69px;
    gap: 25px;
    border: 1px solid #6c6c73;
    border-radius: 10px;
    background: #0a1019;
    padding: 16px 25px;
  }

  .spc-home-advantages-item + .spc-home-advantages-item {
    margin-top: 15px;
    border-top: 1px solid #6c6c73;
  }

  .spc-home-advantages-icon {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    margin-top: -2px;
  }

  .spc-home-advantages-copy {
    gap: 3px;
  }

  .spc-home-advantages-copy strong {
    font-size: 16px;
    line-height: 1.15;
  }

  .spc-home-advantages-copy span {
    font-size: 14px;
    line-height: 1.15;
    opacity: 0.8;
  }

  .spc-store-footer {
    min-height: 426px;
    margin-top: 0;
    border-top: 0;
  }

  .spc-storefront .spc-store-footer::before {
    display: none;
  }

  .spc-store-footer-inner {
    width: 100%;
    min-height: 426px;
    padding: 0 20px;
  }

  .spc-store-footer-main {
    position: relative;
    display: grid;
    grid-template-columns: 109px minmax(0, 1fr);
    gap: 0 clamp(28px, 14.87vw, 58px);
    padding: 30px 0 30px;
  }

  .spc-store-footer-brand {
    display: contents;
  }

  .spc-store-footer-logo-link {
    width: 102px;
    height: 46px;
  }

  .spc-store-footer-logo {
    width: 102px;
    height: 52px;
    margin-top: -4px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .spc-store-footer-brand p {
    grid-column: 2;
    grid-row: 1;
    width: min(194px, calc(100% + 30px));
    margin: 0;
    color: rgba(251, 251, 251, 0.8);
    font-size: 12px;
    line-height: 1.25;
    transform: translateX(-30px);
  }

  .spc-store-footer-brand p + p {
    margin-top: 48px;
  }

  .spc-store-footer-mobile-menu {
    display: grid;
    grid-column: 1;
    grid-row: 2;
    gap: 17px;
    margin-top: 32px;
  }

  .spc-store-footer-mobile-menu-link,
  .spc-store-footer-mobile-menu-text {
    color: #fbfbfb;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.15;
    text-decoration: none;
  }

  .spc-store-footer-section:not(.spc-store-footer-contacts) {
    display: none;
  }

  .spc-store-footer-contacts {
    grid-column: 2;
    grid-row: 2;
    margin-top: 32px;
  }

  .spc-store-footer-contacts h2,
  .spc-store-footer-heading-line {
    display: none;
  }

  .spc-store-footer-contact-list {
    gap: 15px;
    margin: 0;
  }

  .spc-store-footer-contact-list li {
    gap: 15px;
    color: rgba(251, 251, 251, 0.8);
    font-size: 12px;
    line-height: 1.35;
  }

  .spc-store-footer-contact-icon {
    width: 18px;
    height: 20px;
    flex-basis: 18px;
  }

  .spc-store-footer-socials {
    grid-column: 1;
    grid-row: 3;
    gap: 12px;
    margin-top: 30px;
  }

  .spc-store-footer-social {
    width: 37px;
    height: 37px;
    min-width: 37px;
    flex: 0 0 37px;
    aspect-ratio: 1;
    border-color: #6c6c73;
    border-radius: 50%;
    background: #0a1019;
    line-height: 0;
    place-items: center;
  }

  .spc-store-footer-social-icon {
    width: 20px;
    height: 20px;
  }

  .spc-store-footer-social-icon-svg {
    display: none;
  }

  .spc-store-footer-social-icon-asset {
    display: block;
    aspect-ratio: 1;
    max-width: none;
    flex: 0 0 20px;
  }

  .spc-store-footer-bottom {
    position: relative;
    min-height: 68px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 161px);
    gap: 0;
    border-top-color: #31363d;
    padding: 15px 0;
  }

  .spc-store-footer-copyright {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    font-size: 8px;
    line-height: 1.25;
    opacity: 0.8;
  }

  .spc-store-footer-legal {
    grid-column: 1;
    grid-row: 1 / span 2;
    display: grid;
    gap: 8px;
    align-self: start;
    font-size: 8px;
    line-height: 1.25;
    opacity: 0.8;
  }

  .spc-store-footer-legal > * + * {
    margin-left: 0;
    padding-left: 0;
  }

  .spc-store-footer-legal > * + *::before {
    display: none;
  }

  .spc-store-footer-payments {
    grid-column: 2;
    grid-row: 2;
    justify-content: end;
    gap: 8px;
    align-self: end;
    font-size: 8px;
  }

  .spc-store-footer-payment-visa {
    font-size: 12px;
  }

  .spc-store-footer-payment-mastercard {
    width: 22px;
    height: 14px;
  }

  .spc-store-footer-payment-mastercard span {
    width: 13px;
    height: 13px;
  }

  .spc-store-footer-payment-mir {
    font-size: 10px;
  }

  .spc-store-footer-payment-apple-pay {
    gap: 2px;
    font-size: 9px;
  }

  .spc-store-footer-payment-apple-pay svg {
    width: 7px;
    height: 9px;
  }
}

:root[data-theme="light"] .spc-storefront .spc-home-hero-bg {
  background-color: var(--spc-bg);
  background-image:
    var(--spc-hero-image),
    linear-gradient(180deg, rgba(240, 247, 255, 0) 0%, var(--spc-bg) 100%);
}

:root[data-theme="light"] .spc-storefront .spc-home-hero-bg::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 91.4179104478%;
  width: 116.5277777778%;
  height: 16.9776119403%;
  border-radius: 0;
  background-image:
    linear-gradient(180deg, rgba(240, 247, 255, 0) 0%, #f0f7ff 50%, rgba(240, 247, 255, 0) 100%),
    linear-gradient(180deg, rgba(240, 247, 255, 0) 0%, #f0f7ff 50%, rgba(240, 247, 255, 0) 100%),
    linear-gradient(180deg, rgba(240, 247, 255, 0) 0%, #f0f7ff 50%, rgba(240, 247, 255, 0) 100%),
    linear-gradient(180deg, rgba(240, 247, 255, 0) 0%, #f0f7ff 50%, rgba(240, 247, 255, 0) 100%),
    linear-gradient(180deg, rgba(240, 247, 255, 0) 0%, #f0f7ff 50%, rgba(240, 247, 255, 0) 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: blur(16px);
  opacity: 1;
  pointer-events: none;
  transform: translateX(-50%);
}

@media (max-width: 639px) {
  :root[data-theme="light"] .spc-storefront,
  :root[data-theme="light"] .spc-storefront .spc-figma-home,
  :root[data-theme="light"] .spc-storefront .spc-home-hero-figma {
    background: var(--spc-bg);
    color: var(--spc-text);
  }

  :root[data-theme="light"] .spc-storefront .spc-store-shell-header {
    border-bottom-color: var(--spc-border);
    background: var(--spc-bg) !important;
    color: var(--spc-text);
  }

  :root[data-theme="light"] .spc-storefront .spc-figma-mobile-header,
  :root[data-theme="light"] .spc-storefront .spc-figma-mobile-menu-button,
  :root[data-theme="light"] .spc-storefront .spc-figma-mobile-cart {
    color: var(--spc-text);
  }

  :root[data-theme="light"] .spc-storefront .spc-figma-mobile-menu {
    border-right-color: var(--spc-border);
    background: var(--spc-bg);
    color: var(--spc-text);
  }

  :root[data-theme="light"] .spc-storefront .spc-figma-mobile-menu-close {
    border-color: rgba(10, 16, 25, 0.16);
    background: rgba(255, 255, 255, 0.62);
    color: var(--spc-text);
  }

  :root[data-theme="light"] .spc-storefront .spc-figma-mobile-menu-phone {
    color: var(--spc-text);
  }

  :root[data-theme="light"] .spc-storefront .spc-figma-mobile-menu-link,
  :root[data-theme="light"] .spc-storefront .spc-figma-mobile-menu-cta {
    color: var(--spc-text);
  }

  :root[data-theme="light"] .spc-storefront .spc-figma-mobile-menu-cta {
    color: #fbfbfb;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hero-bg {
    border-bottom-color: var(--spc-border);
    background-color: var(--spc-bg);
    background-image: url("/images/home/129-245.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 390px 515px;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hero-bg::before {
    top: -25px;
    height: 211px;
    background: linear-gradient(180deg, rgba(240, 247, 255, 0) 0%, var(--spc-bg) 50%, rgba(240, 247, 255, 0) 100%);
    filter: blur(100px);
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hero-bg::after {
    top: -25px;
    width: 421px;
    height: 47px;
    background-image:
      linear-gradient(180deg, rgba(240, 247, 255, 0) 0%, var(--spc-bg) 71.968%, rgba(240, 247, 255, 0) 100%),
      linear-gradient(180deg, rgba(240, 247, 255, 0) 0%, var(--spc-bg) 71.968%, rgba(240, 247, 255, 0) 100%);
    filter: blur(16px);
  }

  :root[data-theme="light"] .spc-storefront .spc-home-mobile-search .spc-figma-search-box {
    border-color: var(--color-border);
    background: var(--color-surface);
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hero-title {
    color: var(--spc-text);
  }

  :root[data-theme="light"] .spc-storefront .spc-home-panel-title,
  :root[data-theme="light"] .spc-storefront .spc-popular-categories-title,
  :root[data-theme="light"] .spc-storefront .spc-home-hits-title,
  :root[data-theme="light"] .spc-storefront .spc-home-advantages-title {
    color: var(--spc-text-strong);
  }

  :root[data-theme="light"] .spc-storefront .spc-home-panel-title em,
  :root[data-theme="light"] .spc-storefront .spc-popular-categories-title em,
  :root[data-theme="light"] .spc-storefront .spc-home-hits-title em,
  :root[data-theme="light"] .spc-storefront .spc-home-advantages-title em {
    color: inherit;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hero-title em {
    color: var(--spc-accent);
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hero-lead,
  :root[data-theme="light"] .spc-storefront .spc-budget-option span,
  :root[data-theme="light"] .spc-storefront .spc-popular-category-copy small,
  :root[data-theme="light"] .spc-storefront .spc-home-advantages-copy span {
    color: var(--spc-text);
    opacity: 0.8;
  }

  :root[data-theme="light"] .spc-storefront .spc-budget-panel,
  :root[data-theme="light"] .spc-storefront .spc-popular-categories,
  :root[data-theme="light"] .spc-storefront .spc-home-hits,
  :root[data-theme="light"] .spc-storefront .spc-home-advantages {
    border-bottom-width: 0.5px;
    border-bottom-color: var(--spc-border);
    background: var(--spc-bg);
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hero-actions .spc-figma-outline-button {
    border-color: var(--spc-border);
    background: rgba(240, 247, 255, 0.8);
  }

  :root[data-theme="light"] .spc-storefront .spc-budget-option,
  :root[data-theme="light"] .spc-storefront .spc-popular-category-card,
  :root[data-theme="light"] .spc-storefront .spc-home-hit-card,
  :root[data-theme="light"] .spc-storefront .spc-home-advantages-item {
    border-color: var(--spc-border);
    background: #ffffff;
    color: var(--spc-text);
  }

  :root[data-theme="light"] .spc-storefront .spc-budget-option[data-selected="true"] {
    border-color: var(--spc-accent);
  }

  :root[data-theme="light"] .spc-storefront .spc-budget-option strong,
  :root[data-theme="light"] .spc-storefront .spc-popular-category-copy strong,
  :root[data-theme="light"] .spc-storefront .spc-home-hit-title,
  :root[data-theme="light"] .spc-storefront .spc-home-hit-price,
  :root[data-theme="light"] .spc-storefront .spc-home-advantages-copy strong {
    color: var(--spc-text-strong);
  }

  :root[data-theme="light"] .spc-storefront .spc-popular-categories-all,
  :root[data-theme="light"] .spc-storefront .spc-home-hits-all {
    color: var(--spc-accent);
  }

  :root[data-theme="light"] .spc-storefront .spc-popular-category-card::after {
    top: 142px;
    right: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(169, 169, 169, 0) 0%, #a9a9a9 50%, rgba(169, 169, 169, 0) 100%);
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-visual {
    height: 186px;
    flex-basis: 186px;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-image-link {
    padding: 34px 12px 14px;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-favorite {
    top: 6px;
    right: 8px;
    width: 28px;
    height: 28px;
    border: 0;
    background: transparent;
    color: var(--spc-border);
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-favorite-preview-selected {
    border: 1px solid rgba(22, 135, 255, 0.34);
    background: rgba(22, 135, 255, 0.1);
    box-shadow: 0 0 14px rgba(22, 135, 255, 0.16);
    color: #1687FF;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-heart-icon {
    width: 13px;
    height: 12px;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-badge {
    top: 11px;
    left: 11px;
    min-height: 14px;
    border-radius: 7px;
    padding: 0 7px;
    font-size: 8px;
    font-weight: 400;
    line-height: 1;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-badge-new {
    font-weight: 500;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-divider {
    margin: 0;
    background: linear-gradient(90deg, rgba(169, 169, 169, 0) 0%, #a9a9a9 50%, rgba(169, 169, 169, 0) 100%);
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-body {
    padding: 10px 12px 12px;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-title {
    font-size: 12px;
    line-height: 1.25;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-title a,
  :root[data-theme="light"] .spc-storefront .spc-home-hit-preview-title {
    min-height: 30px;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-specs {
    min-height: 10px;
    margin-top: 5px;
    color: #31363d;
    font-size: 8px;
    line-height: 1.25;
    opacity: 0.8;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-availability {
    gap: 5px;
    min-height: 10px;
    margin-top: 8px;
    font-size: 8px;
    font-weight: 400;
    line-height: 1;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-availability span {
    width: 4px;
    height: 4px;
    flex-basis: 4px;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-bottom {
    gap: 8px;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-price {
    min-height: 15px;
    font-size: 12px;
    line-height: 1.3;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-old-price {
    color: #31363d;
    font-size: 8px;
    opacity: 0.4;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-cart-button {
    min-height: 26px;
    gap: 7px;
    border-radius: 5px;
    font-size: 12px;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-cart-button::before {
    width: 12px;
    height: 12px;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hits-pagination {
    gap: 6px;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hits-pagination span {
    width: 8px;
    height: 8px;
    background: var(--spc-border);
    opacity: 1;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hits-pagination span[data-active="true"] {
    background: var(--spc-accent-strong);
    transform: none;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-advantages-item {
    gap: 25px;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-advantages-copy strong {
    font-size: 16px;
    line-height: 1.15;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-advantages-copy span {
    font-size: 14px;
    line-height: 1.15;
  }

  :root[data-theme="light"] .spc-storefront .spc-store-footer {
    background: var(--spc-bg);
    color: var(--spc-text);
  }

  :root[data-theme="light"] .spc-storefront .spc-store-footer-social {
    width: 37px;
    height: 37px;
    min-width: 37px;
    flex: 0 0 37px;
    aspect-ratio: 1;
    border-color: var(--spc-accent);
    border-radius: 50%;
    background: #f6f6f6;
    color: var(--spc-accent);
    line-height: 0;
    place-items: center;
  }

  :root[data-theme="light"] .spc-storefront .spc-store-footer-social-icon-svg {
    display: none;
  }

  :root[data-theme="light"] .spc-storefront .spc-store-footer-social-icon-asset {
    display: block;
    width: 20px;
    height: 20px;
    aspect-ratio: 1;
    max-width: none;
    flex: 0 0 20px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  :root[data-theme="light"] .spc-storefront .spc-store-footer-mobile-menu-link,
  :root[data-theme="light"] .spc-storefront .spc-store-footer-mobile-menu-text {
    color: var(--spc-text);
  }

  :root[data-theme="light"] .spc-storefront .spc-store-footer-brand p,
  :root[data-theme="light"] .spc-storefront .spc-store-footer-contact-list li,
  :root[data-theme="light"] .spc-storefront .spc-store-footer-copyright,
  :root[data-theme="light"] .spc-storefront .spc-store-footer-legal {
    color: var(--spc-text);
    opacity: 0.8;
  }

  :root[data-theme="light"] .spc-storefront .spc-store-footer-bottom {
    border-top-width: 0.5px;
  }

  :root[data-theme="light"] .spc-storefront .spc-store-footer-payment {
    color: #232323;
  }
}

@media (min-width: 1024px) {
  :root[data-theme="light"] .spc-storefront .spc-home-hero-bg {
    background-color: var(--spc-bg);
    background-image:
      var(--spc-hero-image),
      linear-gradient(180deg, rgba(240, 247, 255, 0) 0%, var(--spc-bg) 100%);
    background-position: center top;
    background-repeat: no-repeat;
    background-size:
      1440px 536px,
      100% 536px;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hero-bg::after {
    top: 490px;
    width: 1678px;
    height: 91px;
  }
}

@media (min-width: 1441px) {
  :root[data-theme="light"] .spc-storefront .spc-home-hero-bg::before {
    background: linear-gradient(
      90deg,
      var(--spc-bg) 0%,
      var(--spc-bg) calc(50% - 720px),
      rgba(240, 247, 255, 0.72) calc(50% - 696px),
      rgba(240, 247, 255, 0) calc(50% - 624px),
      rgba(240, 247, 255, 0) calc(50% + 624px),
      rgba(240, 247, 255, 0.72) calc(50% + 696px),
      var(--spc-bg) calc(50% + 720px),
      var(--spc-bg) 100%
    );
  }
}

@media (hover: hover) and (pointer: fine) {
  :root[data-theme="light"] .spc-storefront .spc-figma-menu-link:hover {
    color: #1687FF;
  }

  :root[data-theme="light"] .spc-storefront .spc-figma-menu-link:hover span::after {
    transform: scaleX(1);
  }

  :root[data-theme="light"] .spc-storefront .spc-figma-menu-link:hover img {
    filter: brightness(0) saturate(100%) invert(46%) sepia(97%) saturate(3048%) hue-rotate(195deg) brightness(102%) contrast(101%);
  }

  :root[data-theme="light"] .spc-storefront .spc-popular-category-card:hover {
    border-color: transparent;
    box-shadow: 0 0 15.3px #1687FF;
  }

  :root[data-theme="light"] .spc-storefront .spc-budget-option:hover,
  :root[data-theme="light"] .spc-storefront .spc-usecase-option:hover {
    border-color: transparent;
    background: #FFFFFF;
    box-shadow: 0 0 15.3px #1687FF;
  }

  :root[data-theme="light"] .spc-storefront .spc-figma-outline-button:hover,
  :root[data-theme="light"] .spc-storefront .spc-home-hit-card:hover {
    border-color: transparent;
    background: #FFFFFF;
    box-shadow: 0 0 15.3px #1687FF;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-card:hover {
    --spc-hover-y: -1px;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-favorite-preview:hover {
    border-color: var(--spc-accent);
    background: rgba(22, 135, 255, 0.08);
    box-shadow: 0 0 14px rgba(22, 135, 255, 0.16);
    color: var(--spc-accent);
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-favorite-preview-selected:hover {
    background: rgba(22, 135, 255, 0.12);
    box-shadow: 0 0 16px rgba(22, 135, 255, 0.2);
    color: var(--spc-accent);
  }
}

.spc-storefront:has(.spc-configurator-preview) {
  background: #03070d;
  color: #fbfbfb;
}

.spc-storefront:has(.spc-configurator-preview) #main-content {
  background: #03070d;
}

:root[data-theme="light"] .spc-storefront:has(.spc-configurator-preview) {
  --spc-bg: #f0f7ff;
  --spc-surface: #ffffff;
  --spc-surface-elevated: #ffffff;
  --spc-text: #0a1019;
  --spc-text-strong: #1f1e1e;
  --spc-text-muted: rgba(10, 16, 25, 0.8);
  --spc-text-subtle: rgba(49, 54, 61, 0.72);
  --spc-border: #a9a9a9;
  --spc-border-strong: #6c6c73;
  --spc-divider: rgba(184, 201, 222, 0.18);
  --spc-divider-gradient: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(184, 201, 222, 0.18) 50%, rgba(255, 255, 255, 0) 100%);
  --spc-accent: #1687ff;
  --spc-accent-strong: #0249f0;
  --spc-success: #10c143;
  --spc-card-bg: #ffffff;
  --spc-control-bg: #ffffff;
  background: var(--spc-bg);
  color: var(--spc-text);
}

:root[data-theme="light"] .spc-storefront:has(.spc-configurator-preview) .spc-store-shell-header {
  border-color: var(--spc-border);
  background: rgba(3, 7, 13, 0.98);
  color: var(--spc-text);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.22);
}

:root[data-theme="light"] .spc-storefront:has(.spc-configurator-preview) .spc-figma-header,
:root[data-theme="light"] .spc-storefront:has(.spc-configurator-preview) .spc-figma-header-action,
:root[data-theme="light"] .spc-storefront:has(.spc-configurator-preview) .spc-figma-menu-link {
  color: var(--spc-text);
}

:root[data-theme="light"] .spc-storefront:has(.spc-configurator-preview) .spc-figma-dot,
:root[data-theme="light"] .spc-storefront:has(.spc-configurator-preview) .spc-figma-theme-icon {
  background: var(--spc-text);
}

:root[data-theme="light"] .spc-storefront:has(.spc-configurator-preview) .spc-figma-menu-link img {
  filter: none;
}

:root[data-theme="light"] .spc-storefront:has(.spc-configurator-preview) .spc-figma-search-box {
  border-color: rgba(108, 108, 115, 0.52);
  background: transparent;
}

:root[data-theme="light"] .spc-storefront:has(.spc-configurator-preview) .spc-figma-search-input {
  color: var(--spc-text);
}

:root[data-theme="light"] .spc-storefront:has(.spc-configurator-preview) .spc-figma-search-input::-moz-placeholder {
  color: rgba(251, 251, 251, 0.46);
}

:root[data-theme="light"] .spc-storefront:has(.spc-configurator-preview) .spc-figma-search-input::placeholder {
  color: rgba(251, 251, 251, 0.46);
}

.spc-storefront-configurator {
  background: #03070d;
  color: #fbfbfb;
}

.spc-storefront-configurator #main-content {
  background: #03070d;
}

.spc-configurator-preview {
  width: 100%;
  overflow-x: clip;
  background:
    radial-gradient(circle at 6% 10%, rgba(22, 135, 255, 0.12), transparent 340px),
    radial-gradient(circle at 78% 2%, rgba(22, 135, 255, 0.1), transparent 390px),
    linear-gradient(180deg, rgba(10, 16, 25, 0.96) 0%, #050a12 42%, #03070d 100%);
  color: #fbfbfb;
  padding: 0 0 28px;
}

.spc-configurator-preview *,
.spc-configurator-preview *::before,
.spc-configurator-preview *::after {
  box-sizing: border-box;
}

.spc-configurator-preview button {
  font: inherit;
}

.spc-configurator-topbar,
.spc-configurator-layout {
  width: min(1480px, calc(100% - 48px));
  margin-inline: auto;
}

.spc-configurator-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 14px;
}

.spc-configurator-topbar h1 {
  margin: 0;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.spc-configurator-topbar p {
  margin: 5px 0 0;
  color: rgba(251, 251, 251, 0.72);
  font-size: 14px;
  line-height: 18px;
}

.spc-configurator-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-top: 10px;
}

.spc-configurator-actions button,
.spc-configurator-full-spec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: transparent;
  color: rgba(251, 251, 251, 0.78);
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
}

.spc-configurator-actions > button + button {
  position: relative;
}

.spc-configurator-actions > button + button::before {
  content: "";
  width: 1px;
  height: 24px;
  margin-right: 6px;
  background: rgba(108, 108, 115, 0.45);
}

.spc-configurator-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr) 360px;
  align-items: start;
  gap: 16px;
}

.spc-configurator-left,
.spc-configurator-section,
.spc-configurator-build-card,
.spc-configurator-config-list,
.spc-configurator-compatibility {
  border: 1px solid rgba(76, 88, 106, 0.58);
  background:
    linear-gradient(180deg, rgba(13, 24, 38, 0.88), rgba(8, 14, 23, 0.9)),
    rgba(10, 16, 25, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03), 0 20px 60px rgba(0, 0, 0, 0.18);
}

.spc-configurator-left {
  position: sticky;
  grid-column: 1;
  grid-row: 1;
  top: 60px;
  overflow: auto;
  max-height: calc(100vh - 76px);
  border-radius: 10px;
  scrollbar-width: thin;
}

.spc-configurator-step-list {
  position: relative;
  padding: 8px 0;
}

.spc-configurator-step-list::before {
  content: "";
  position: absolute;
  top: 38px;
  bottom: 34px;
  left: 26px;
  width: 1px;
  background: rgba(76, 88, 106, 0.48);
}

.spc-configurator-step {
  position: relative;
  display: grid;
  grid-template-columns: 24px 20px minmax(0, 1fr);
  align-items: center;
  width: 100%;
  min-height: 62px;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  gap: 8px;
  padding: 9px 10px 9px 14px;
  text-align: left;
}

.spc-configurator-step[data-active="true"] {
  background: linear-gradient(90deg, rgba(22, 135, 255, 0.14), transparent 70%);
}

.spc-configurator-step-marker {
  z-index: 1;
  display: grid;
  width: 16px;
  height: 16px;
  margin-inline: auto;
  place-items: center;
  border: 2px solid #43e23b;
  border-radius: 999px;
  background: #07111c;
}

.spc-configurator-step-marker::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background: #43e23b;
}

.spc-configurator-step[data-active="true"] .spc-configurator-step-marker {
  border-color: #1687ff;
  box-shadow: 0 0 14px rgba(22, 135, 255, 0.6);
}

.spc-configurator-step[data-active="true"] .spc-configurator-step-marker::after {
  background: #1687ff;
}

.spc-configurator-step-icon {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  color: rgba(251, 251, 251, 0.58);
}

.spc-configurator-step[data-active="true"] .spc-configurator-step-icon {
  color: #1687ff;
}

.spc-configurator-step-copy {
  min-width: 0;
}

.spc-configurator-step-copy strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spc-configurator-step-copy span {
  display: block;
  white-space: normal;
}

.spc-configurator-step-copy strong {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.spc-configurator-step-copy span {
  margin-top: 4px;
  color: rgba(251, 251, 251, 0.58);
  font-size: 12px;
  line-height: 1.18;
}

.spc-configurator-progress {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 16px;
  align-items: center;
  gap: 10px;
  min-height: 88px;
  border-top: 1px solid rgba(76, 88, 106, 0.5);
  background: rgba(13, 24, 38, 0.64);
  padding: 10px 14px;
}

.spc-configurator-progress-ring {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 999px;
  background:
    radial-gradient(circle, #0c1725 56%, transparent 58%),
    conic-gradient(#1687ff 0 var(--spc-configurator-progress-deg, 0deg), rgba(76, 88, 106, 0.72) var(--spc-configurator-progress-deg, 0deg) 360deg);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

.spc-configurator-progress strong,
.spc-configurator-progress span {
  display: block;
}

.spc-configurator-progress strong {
  font-size: 13px;
  line-height: 1.2;
}

.spc-configurator-progress span {
  margin-top: 4px;
  color: rgba(251, 251, 251, 0.58);
  font-size: 12px;
  line-height: 1.25;
}

.spc-configurator-workspace {
  grid-column: 2;
  grid-row: 1;
  display: grid;
  min-width: 0;
  gap: 10px;
}

.spc-configurator-section {
  overflow: hidden;
  border-radius: 10px;
  padding: 0;
}

.spc-configurator-accordion-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 58px;
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  gap: 16px;
  min-width: 0;
  padding: 12px 14px;
  text-align: left;
}

.spc-configurator-section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  flex: 1;
}

.spc-configurator-section-icon {
  display: grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(22, 135, 255, 0.24);
  border-radius: 7px;
  background: rgba(22, 135, 255, 0.07);
  color: rgba(251, 251, 251, 0.68);
}

.spc-configurator-section-title > span:last-child {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.spc-configurator-section-title strong,
.spc-configurator-build-head h2,
.spc-configurator-config-list h2,
.spc-configurator-compatibility h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.spc-configurator-section-title strong {
  line-height: 22px;
}

.spc-configurator-section-title small {
  display: block;
  min-width: 0;
  overflow: hidden;
  color: rgba(251, 251, 251, 0.62);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spc-configurator-accordion-status {
  display: inline-flex;
  align-items: center;
  color: rgba(251, 251, 251, 0.5);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.spc-configurator-accordion-status[data-selected="true"] {
  color: #43e23b;
}

.spc-configurator-accordion-chevron {
  display: grid;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  place-items: center;
  color: rgba(251, 251, 251, 0.64);
  transition: transform 180ms ease;
}

.spc-configurator-section[data-expanded="true"] .spc-configurator-accordion-head {
  background: rgba(22, 135, 255, 0.05);
}

.spc-configurator-section[data-expanded="true"] .spc-configurator-section-icon,
.spc-configurator-section[data-expanded="true"] .spc-configurator-accordion-chevron {
  color: #1687ff;
}

.spc-configurator-section[data-expanded="true"] .spc-configurator-accordion-chevron {
  transform: rotate(90deg);
}

.spc-configurator-accordion-panel {
  padding: 0 14px 10px;
}

.spc-configurator-tool-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
}

.spc-configurator-search {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  height: 34px;
  border: 1px solid var(--cfg-border, rgba(76, 88, 106, 0.74));
  border-radius: 7px;
  background: var(--cfg-surface, var(--color-surface));
  color: var(--cfg-muted, var(--color-muted));
  padding: 0 11px;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.spc-configurator-search:focus-within {
  border-color: var(--cfg-accent, var(--color-accent));
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--cfg-accent, var(--color-accent)) 22%, transparent);
}

.spc-configurator-search > svg {
  opacity: 0.58;
}

.spc-configurator-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
}

.spc-configurator-search input::-moz-placeholder {
  color: var(--cfg-muted, var(--color-muted-soft));
  opacity: 0.72;
}

.spc-configurator-search input::placeholder {
  color: var(--cfg-muted, var(--color-muted-soft));
  opacity: 0.72;
}

.spc-catalog-search {
  background: var(--color-surface);
  color: var(--color-foreground);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.spc-catalog-search::-moz-placeholder {
  color: var(--color-muted-soft);
  opacity: 1;
}

.spc-catalog-search::placeholder {
  color: var(--color-muted-soft);
  opacity: 1;
}

.spc-catalog-search:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--color-accent) 22%, transparent);
  outline: 0;
}

.spc-configurator-sort {
  min-width: 0;
}

.spc-configurator-sort select {
  height: 34px;
  max-width: 190px;
  border: 1px solid rgba(76, 88, 106, 0.74);
  border-radius: 7px;
  background: rgba(8, 14, 23, 0.82);
  color: rgba(251, 251, 251, 0.84);
  padding: 0 8px;
  font-size: 12px;
}

.spc-configurator-view-toggle {
  display: grid;
  grid-template-columns: repeat(2, 34px);
  overflow: hidden;
  border: 1px solid rgba(76, 88, 106, 0.74);
  border-radius: 7px;
  background: rgba(8, 14, 23, 0.82);
}

.spc-configurator-view-toggle button {
  display: grid;
  width: 34px;
  height: 32px;
  place-items: center;
  border: 0;
  background: transparent;
  color: rgba(251, 251, 251, 0.62);
  cursor: pointer;
}

.spc-configurator-view-toggle button[data-active="true"] {
  background: rgba(22, 135, 255, 0.16);
  color: #ffffff;
}

.spc-configurator-filters {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px 12px;
  min-width: 0;
  margin-top: 10px;
}

.spc-configurator-filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.spc-configurator-filter-group > span {
  color: rgba(251, 251, 251, 0.62);
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
}

.spc-configurator-filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.spc-configurator-filter-pills button {
  display: grid;
  min-width: 68px;
  height: 32px;
  place-items: center;
  border: 1px solid rgba(76, 88, 106, 0.74);
  border-radius: 6px;
  background: rgba(8, 14, 23, 0.82);
  color: rgba(251, 251, 251, 0.76);
  cursor: pointer;
  font-size: 13px;
  line-height: 1;
  padding: 0 14px;
  white-space: nowrap;
}

.spc-configurator-filter-pills button[data-active="true"] {
  border-color: #1687ff;
  background: rgba(22, 135, 255, 0.14);
  box-shadow: 0 0 0 1px rgba(22, 135, 255, 0.28) inset, 0 0 16px rgba(22, 135, 255, 0.18);
  color: #ffffff;
}

.spc-configurator-context-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  border: 1px solid rgba(67, 226, 59, 0.22);
  border-radius: 7px;
  background: rgba(67, 226, 59, 0.06);
  color: #43e23b;
  font-size: 13px;
  line-height: 1.2;
  padding: 8px 10px;
}

.spc-configurator-context-line button {
  border: 0;
  background: transparent;
  color: #1687ff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.spc-configurator-section-body {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 12px;
  min-width: 0;
  margin-top: 10px;
}

.spc-configurator-selected-card {
  display: grid;
  min-width: 0;
  min-height: 236px;
  align-items: start;
  justify-items: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
  transition: none;
}

.spc-configurator-selected-image {
  position: relative;
  display: flex;
  width: 100%;
  height: 214px;
  align-items: flex-start;
  justify-content: center;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  padding: 8px 6px 0;
  transition: none;
}

.spc-configurator-selected-image img,
.spc-configurator-build-image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.spc-configurator-selected-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  padding: 0;
  transition: none;
}

.spc-configurator-selected-image > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(251, 251, 251, 0.52);
  font-size: 16px;
}

.spc-configurator-options-pane {
  display: grid;
  align-content: start;
  gap: 10px;
  min-width: 0;
}

.spc-configurator-option-list {
  display: grid;
  align-content: start;
  min-width: 0;
  overflow: hidden;
  border-radius: 7px;
}

.spc-configurator-empty {
  margin: 0;
  border: 1px solid rgba(76, 88, 106, 0.5);
  border-radius: 7px;
  background: rgba(6, 10, 17, 0.54);
  color: rgba(251, 251, 251, 0.58);
  font-size: 13px;
  line-height: 1.3;
  padding: 14px;
}

.spc-configurator-option-row {
  position: relative;
  min-width: 0;
  min-height: 42px;
  border: 0;
  border-bottom: 1px solid rgba(76, 88, 106, 0.36);
  background: rgba(6, 10, 17, 0.54);
  color: rgba(251, 251, 251, 0.84);
}

.spc-configurator-option-select {
  display: grid;
  grid-template-columns: 22px 82px minmax(0, 1fr) 24px max-content;
  align-items: start;
  width: min(100%, 560px);
  min-width: 0;
  min-height: 42px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  gap: 8px;
  padding: 7px 12px;
  text-align: left;
}

.spc-configurator-option-row:last-child {
  border-bottom: 0;
}

.spc-configurator-option-row[data-selected="true"] {
  border: 1px solid #005bf6;
  background: rgba(22, 135, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(22, 135, 255, 0.2);
}

.spc-configurator-radio {
  display: grid;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  place-items: center;
  border: 2px solid rgba(251, 251, 251, 0.22);
  border-radius: 999px;
  background: rgba(8, 14, 23, 0.9);
  color: rgba(251, 251, 251, 0.72);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.spc-configurator-option-row[data-selected="true"] .spc-configurator-radio {
  border-color: #1687ff;
  background: #1687ff;
  color: #ffffff;
}

.spc-configurator-option-row[data-selected="true"] .spc-configurator-radio::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: #ffffff;
}

.spc-configurator-stock {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #43e23b;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  padding-top: 5px;
}

.spc-configurator-stock > span {
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: currentColor;
}

.spc-configurator-option-row[data-status="order"] .spc-configurator-stock {
  color: #ff9800;
}

.spc-configurator-option-row[data-status="muted"] .spc-configurator-stock {
  color: rgba(251, 251, 251, 0.48);
}

.spc-configurator-option-main {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.spc-configurator-option-name {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(251, 251, 251, 0.88);
  font-size: 13px;
  line-height: 1.2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.spc-configurator-option-meta,
.spc-configurator-compat-note {
  overflow: hidden;
  color: rgba(251, 251, 251, 0.52);
  font-size: 11px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.spc-configurator-compat-note {
  color: #ffb000;
}

.spc-configurator-price-delta {
  justify-self: end;
  color: rgba(251, 251, 251, 0.8);
  font-size: 13px;
  white-space: nowrap;
  padding-top: 2px;
}

.spc-configurator-option-row[data-selected="true"] .spc-configurator-price-delta {
  color: #80bdff;
}

.spc-configurator-row-info {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  visibility: hidden;
}

.spc-configurator-row-info-button {
  position: absolute;
  top: 8px;
  right: auto;
  left: min(calc(100% - 110px), 442px);
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(251, 251, 251, 0.2);
  border-radius: 999px;
  background: rgba(10, 16, 25, 0.92);
  color: rgba(251, 251, 251, 0.7);
  cursor: pointer;
}

.spc-configurator-row-info-button:hover {
  border-color: rgba(22, 135, 255, 0.7);
  color: #ffffff;
}

.spc-configurator-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 8px 0 0;
  color: rgba(251, 251, 251, 0.54);
  font-size: 12px;
  line-height: 1.2;
  text-align: center;
}

.spc-configurator-load-more {
  display: inline-flex;
  width: -moz-fit-content;
  width: fit-content;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  justify-self: center;
  border: 1px solid rgba(76, 88, 106, 0.76);
  border-radius: 7px;
  background: rgba(10, 16, 25, 0.72);
  color: rgba(251, 251, 251, 0.78);
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  padding: 0 16px;
}

.spc-configurator-load-more:hover,
.spc-configurator-load-more:focus-visible {
  border-color: rgba(22, 135, 255, 0.58);
  background: rgba(22, 135, 255, 0.1);
  color: #ffffff;
}

.spc-configurator-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.spc-configurator-product-grid .spc-configurator-empty {
  grid-column: 1 / -1;
}

.spc-configurator-product-card {
  position: relative;
  min-width: 0;
  min-height: 202px;
  border: 1px solid rgba(76, 88, 106, 0.7);
  border-radius: 8px;
  background: rgba(8, 14, 23, 0.66);
  color: rgba(251, 251, 251, 0.86);
}

.spc-configurator-product-card-main {
  display: grid;
  width: 100%;
  min-height: 202px;
  align-content: start;
  gap: 7px;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  padding: 10px;
  text-align: left;
}

.spc-configurator-product-card[data-selected="true"] {
  border-color: #005bf6;
  background: rgba(22, 135, 255, 0.06);
  box-shadow: inset 0 0 0 1px rgba(22, 135, 255, 0.2);
}

.spc-configurator-product-select {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(251, 251, 251, 0.24);
  border-radius: 999px;
  background: rgba(8, 14, 23, 0.88);
  color: rgba(251, 251, 251, 0.78);
  font-weight: 800;
  line-height: 1;
}

.spc-configurator-product-card[data-selected="true"] .spc-configurator-product-select {
  border-color: #1687ff;
  background: #1687ff;
  color: #ffffff;
}

.spc-configurator-product-info {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border: 1px solid rgba(251, 251, 251, 0.2);
  border-radius: 999px;
  background: rgba(8, 14, 23, 0.88);
  color: rgba(251, 251, 251, 0.7);
  cursor: pointer;
}

.spc-configurator-product-info:hover {
  border-color: rgba(22, 135, 255, 0.7);
  color: #ffffff;
}

.spc-configurator-product-media {
  position: relative;
  display: block;
  height: 90px;
  overflow: hidden;
  border-radius: 7px;
  background:
    radial-gradient(circle at 50% 46%, rgba(22, 135, 255, 0.14), transparent 76%),
    rgba(251, 251, 251, 0.04);
}

.spc-configurator-product-media img {
  -o-object-fit: contain;
     object-fit: contain;
}

.spc-configurator-product-media > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(251, 251, 251, 0.48);
  font-size: 14px;
}

.spc-configurator-product-card strong {
  display: -webkit-box;
  overflow: hidden;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.24;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}

.spc-configurator-sidebar {
  position: sticky;
  grid-column: 3;
  grid-row: 1;
  top: 60px;
  min-width: 0;
  overflow: auto;
  max-height: calc(100vh - 76px);
  scrollbar-width: thin;
}

.spc-configurator-summary {
  display: grid;
  gap: 0;
}

.spc-configurator-build-card,
.spc-configurator-config-list,
.spc-configurator-compatibility {
  border-radius: 10px;
  padding: 14px;
}

.spc-configurator-config-list,
.spc-configurator-compatibility {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.spc-configurator-build-head,
.spc-configurator-config-list > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.spc-configurator-build-head span {
  color: rgba(251, 251, 251, 0.58);
  font-size: 11px;
}

.spc-configurator-build-image {
  position: relative;
  height: 110px;
  margin: 6px auto 2px;
  max-width: 245px;
  background: transparent;
}

.spc-configurator-build-image > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(251, 251, 251, 0.52);
  font-size: 13px;
  line-height: 1.2;
  text-align: center;
}

.spc-configurator-build-price {
  text-align: center;
}

.spc-configurator-build-price strong {
  color: #ffffff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.1;
}

.spc-configurator-build-price p {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 4px 0 0;
  color: rgba(251, 251, 251, 0.58);
  font-size: 14px;
}

.spc-configurator-build-price span {
  border-radius: 5px;
  background: rgba(67, 226, 59, 0.18);
  color: #43e23b;
  padding: 1px 8px;
}

.spc-configurator-build-price small {
  display: block;
  margin-top: 4px;
  color: rgba(251, 251, 251, 0.76);
  font-size: 13px;
}

.spc-configurator-cart-button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 40px;
  margin-top: 14px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(90deg, #005bf6 0%, #005efa 49.887%, #003cc9 100%);
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

.spc-configurator-summary-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 10px;
}

.spc-configurator-summary-actions button {
  display: grid;
  min-width: 0;
  min-height: 50px;
  place-items: center;
  border: 0;
  border-radius: 6px;
  background: rgba(251, 251, 251, 0.04);
  color: rgba(251, 251, 251, 0.84);
  cursor: pointer;
  font-size: 11px;
  line-height: 1.2;
}

.spc-configurator-summary-actions svg {
  width: 18px;
  height: 18px;
}

.spc-configurator-config-list > div button {
  border: 0;
  background: transparent;
  color: #1687ff;
  cursor: pointer;
  font-size: 12px;
}

.spc-configurator-full-spec {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: #1687ff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  padding: 0;
}

.spc-configurator-config-list dl {
  display: grid;
  gap: 9px;
  margin: 12px 0 0;
}

.spc-configurator-config-list dl div {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
}

.spc-configurator-config-list dt,
.spc-configurator-config-list dd {
  margin: 0;
}

.spc-configurator-config-list dt {
  color: rgba(251, 251, 251, 0.62);
  font-size: 12px;
}

.spc-configurator-config-list dd {
  color: rgba(251, 251, 251, 0.88);
  font-size: 12px;
  line-height: 1.25;
}

.spc-configurator-compatibility h2 {
  margin-bottom: 12px;
}

.spc-configurator-compat-row {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  gap: 10px;
  min-height: 34px;
  color: rgba(251, 251, 251, 0.62);
  font-size: 13px;
}

.spc-configurator-compat-row strong {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 6px;
  min-width: 0;
  color: #43e23b;
  font-weight: 500;
  line-height: 1.35;
  text-align: right;
}

.spc-configurator-compat-row[data-tone="warning"] strong {
  color: #ffb000;
}

.spc-configurator-compat-row[data-tone="warning"] {
  grid-template-columns: 1fr;
  gap: 6px;
}

.spc-configurator-compat-row[data-tone="warning"] strong {
  justify-content: flex-start;
  text-align: left;
}

.spc-configurator-compat-row svg {
  flex: 0 0 auto;
  margin-top: 1px;
}

.spc-configurator-compatibility p {
  margin: 8px 0 0;
  border-top: 1px solid rgba(76, 88, 106, 0.36);
  color: rgba(251, 251, 251, 0.54);
  font-size: 12px;
  line-height: 1.6;
  padding-top: 10px;
}

.spc-configurator-compatibility small {
  display: block;
  margin-top: 10px;
  color: rgba(251, 251, 251, 0.44);
  font-size: 12px;
}

.spc-configurator-preview button:focus-visible {
  outline: 2px solid #1687ff;
  outline-offset: 2px;
}

:root[data-theme="light"] .spc-storefront-configurator,
:root[data-theme="light"] .spc-storefront-configurator #main-content {
  background: var(--spc-bg);
  color: var(--spc-text);
}

:root[data-theme="light"] .spc-configurator-preview {
  background:
    radial-gradient(circle at 8% 6%, rgba(22, 135, 255, 0.13), transparent 340px),
    radial-gradient(circle at 78% 0%, rgba(143, 186, 255, 0.18), transparent 400px),
    linear-gradient(180deg, #f8fbff 0%, var(--spc-bg) 44%, #edf5ff 100%);
  color: var(--spc-text);
}

:root[data-theme="light"] .spc-configurator-topbar h1,
:root[data-theme="light"] .spc-configurator-section-title strong,
:root[data-theme="light"] .spc-configurator-build-head h2,
:root[data-theme="light"] .spc-configurator-config-list h2,
:root[data-theme="light"] .spc-configurator-compatibility h2,
:root[data-theme="light"] .spc-configurator-step-copy strong,
:root[data-theme="light"] .spc-configurator-build-price strong,
:root[data-theme="light"] .spc-configurator-product-card strong {
  color: var(--spc-text-strong);
}

:root[data-theme="light"] .spc-configurator-topbar p,
:root[data-theme="light"] .spc-configurator-actions button,
:root[data-theme="light"] .spc-configurator-accordion-status,
:root[data-theme="light"] .spc-configurator-accordion-chevron,
:root[data-theme="light"] .spc-configurator-step-icon,
:root[data-theme="light"] .spc-configurator-step-copy span,
:root[data-theme="light"] .spc-configurator-section-title small,
:root[data-theme="light"] .spc-configurator-note,
:root[data-theme="light"] .spc-configurator-build-head span,
:root[data-theme="light"] .spc-configurator-build-price p,
:root[data-theme="light"] .spc-configurator-build-price small,
:root[data-theme="light"] .spc-configurator-config-list dt,
:root[data-theme="light"] .spc-configurator-compat-row,
:root[data-theme="light"] .spc-configurator-compatibility p,
:root[data-theme="light"] .spc-configurator-compatibility small,
:root[data-theme="light"] .spc-configurator-selected-image > span,
:root[data-theme="light"] .spc-configurator-empty {
  color: var(--spc-text-muted);
}

:root[data-theme="light"] .spc-configurator-left,
:root[data-theme="light"] .spc-configurator-section,
:root[data-theme="light"] .spc-configurator-build-card,
:root[data-theme="light"] .spc-configurator-config-list,
:root[data-theme="light"] .spc-configurator-compatibility {
  border-color: rgba(169, 169, 169, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 251, 255, 0.94)),
    var(--spc-card-bg);
  box-shadow: 0 18px 46px rgba(25, 38, 63, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.82);
}

:root[data-theme="light"] .spc-configurator-step {
  color: var(--spc-text);
}

:root[data-theme="light"] .spc-configurator-step-list::before {
  background: rgba(169, 169, 169, 0.52);
}

:root[data-theme="light"] .spc-configurator-step[data-active="true"],
:root[data-theme="light"] .spc-configurator-section[data-expanded="true"] .spc-configurator-accordion-head {
  background: linear-gradient(90deg, rgba(22, 135, 255, 0.1), rgba(22, 135, 255, 0.02) 70%);
}

:root[data-theme="light"] .spc-configurator-step-marker {
  border-color: var(--spc-success);
  background: #ffffff;
}

:root[data-theme="light"] .spc-configurator-step-marker::after {
  background: var(--spc-success);
}

:root[data-theme="light"] .spc-configurator-progress {
  border-top-color: rgba(169, 169, 169, 0.52);
  background: rgba(248, 251, 255, 0.74);
}

:root[data-theme="light"] .spc-configurator-progress-ring {
  background:
    radial-gradient(circle, #ffffff 56%, transparent 58%),
    conic-gradient(var(--spc-accent) 0 var(--spc-configurator-progress-deg, 0deg), rgba(169, 169, 169, 0.5) var(--spc-configurator-progress-deg, 0deg) 360deg);
  color: var(--spc-text-strong);
}

:root[data-theme="light"] .spc-configurator-section-icon {
  border-color: rgba(22, 135, 255, 0.22);
  background: rgba(22, 135, 255, 0.08);
  color: var(--spc-text-muted);
}

:root[data-theme="light"] .spc-configurator-section[data-expanded="true"] .spc-configurator-section-icon,
:root[data-theme="light"] .spc-configurator-section[data-expanded="true"] .spc-configurator-accordion-chevron {
  color: var(--spc-accent);
}

:root[data-theme="light"] .spc-configurator-accordion-status[data-selected="true"] {
  color: var(--spc-success);
}

:root[data-theme="light"] .spc-configurator-search,
:root[data-theme="light"] .spc-configurator-sort select,
:root[data-theme="light"] .spc-configurator-view-toggle,
:root[data-theme="light"] .spc-configurator-filter-pills button {
  border-color: rgba(169, 169, 169, 0.76);
  background: rgba(255, 255, 255, 0.82);
  color: var(--spc-text-muted);
}

:root[data-theme="light"] .spc-configurator-search:focus-within {
  border-color: var(--spc-accent);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--spc-accent) 22%, transparent);
}

:root[data-theme="light"] .spc-configurator-search input {
  color: var(--spc-text);
}

:root[data-theme="light"] .spc-configurator-search input::-moz-placeholder {
  color: rgba(49, 54, 61, 0.48);
}

:root[data-theme="light"] .spc-configurator-search input::placeholder {
  color: rgba(49, 54, 61, 0.48);
}

:root[data-theme="light"] .spc-configurator-view-toggle button {
  color: var(--spc-text-muted);
}

:root[data-theme="light"] .spc-configurator-view-toggle button[data-active="true"],
:root[data-theme="light"] .spc-configurator-filter-pills button[data-active="true"] {
  border-color: var(--spc-accent);
  background: rgba(22, 135, 255, 0.1);
  box-shadow: 0 0 0 1px rgba(22, 135, 255, 0.2) inset;
  color: var(--spc-accent);
}

:root[data-theme="light"] .spc-configurator-filter-group > span {
  color: var(--spc-text-subtle);
}

:root[data-theme="light"] .spc-configurator-context-line {
  border-color: rgba(16, 193, 67, 0.28);
  background: rgba(16, 193, 67, 0.08);
  color: #078b38;
}

:root[data-theme="light"] .spc-configurator-option-row {
  border-bottom-color: rgba(67, 89, 124, 0.14);
  background: rgba(255, 255, 255, 0.76);
  color: var(--spc-text);
}

:root[data-theme="light"] .spc-configurator-option-row[data-selected="true"],
:root[data-theme="light"] .spc-configurator-product-card[data-selected="true"] {
  border-color: var(--spc-accent);
  background: rgba(22, 135, 255, 0.07);
  box-shadow: inset 0 0 0 1px rgba(22, 135, 255, 0.14);
}

:root[data-theme="light"] .spc-configurator-radio {
  border-color: rgba(49, 54, 61, 0.26);
  background: #ffffff;
  color: var(--spc-text-muted);
}

:root[data-theme="light"] .spc-configurator-option-row[data-selected="true"] .spc-configurator-radio,
:root[data-theme="light"] .spc-configurator-product-card[data-selected="true"] .spc-configurator-product-select {
  border-color: var(--spc-accent);
  background: var(--spc-accent);
  color: #ffffff;
}

:root[data-theme="light"] .spc-configurator-stock,
:root[data-theme="light"] .spc-configurator-compat-row strong {
  color: #078b38;
}

:root[data-theme="light"] .spc-configurator-option-row[data-status="order"] .spc-configurator-stock {
  color: #c77800;
}

:root[data-theme="light"] .spc-configurator-option-row[data-status="muted"] .spc-configurator-stock {
  color: rgba(49, 54, 61, 0.55);
}

:root[data-theme="light"] .spc-configurator-option-name,
:root[data-theme="light"] .spc-configurator-config-list dd {
  color: rgba(10, 16, 25, 0.88);
}

:root[data-theme="light"] .spc-configurator-option-meta,
:root[data-theme="light"] .spc-configurator-compat-note {
  color: rgba(49, 54, 61, 0.62);
}

:root[data-theme="light"] .spc-configurator-compat-note,
:root[data-theme="light"] .spc-configurator-compat-row[data-tone="warning"] strong {
  color: #c77800;
}

:root[data-theme="light"] .spc-configurator-price-delta {
  color: rgba(10, 16, 25, 0.76);
}

:root[data-theme="light"] .spc-configurator-option-row[data-selected="true"] .spc-configurator-price-delta {
  color: var(--spc-accent);
}

:root[data-theme="light"] .spc-configurator-row-info-button,
:root[data-theme="light"] .spc-configurator-product-info,
:root[data-theme="light"] .spc-configurator-product-select {
  border-color: rgba(49, 54, 61, 0.2);
  background: rgba(255, 255, 255, 0.9);
  color: rgba(49, 54, 61, 0.72);
}

:root[data-theme="light"] .spc-configurator-row-info-button:hover,
:root[data-theme="light"] .spc-configurator-product-info:hover {
  border-color: rgba(22, 135, 255, 0.62);
  color: var(--spc-accent);
}

:root[data-theme="light"] .spc-configurator-load-more,
:root[data-theme="light"] .spc-configurator-empty,
:root[data-theme="light"] .spc-configurator-product-card {
  border-color: rgba(169, 169, 169, 0.72);
  background: rgba(255, 255, 255, 0.76);
  color: var(--spc-text-muted);
}

:root[data-theme="light"] .spc-configurator-load-more:hover,
:root[data-theme="light"] .spc-configurator-load-more:focus-visible {
  border-color: rgba(22, 135, 255, 0.62);
  background: rgba(22, 135, 255, 0.08);
  color: var(--spc-accent);
}

:root[data-theme="light"] .spc-configurator-product-media {
  background:
    radial-gradient(circle at 50% 46%, rgba(22, 135, 255, 0.08), transparent 76%),
    rgba(240, 247, 255, 0.72);
}

:root[data-theme="light"] .spc-configurator-product-media > span {
  color: var(--spc-text-muted);
}

:root[data-theme="light"] .spc-configurator-build-image > span {
  color: var(--spc-text-muted);
}

:root[data-theme="light"] .spc-configurator-summary-actions button {
  background: rgba(240, 247, 255, 0.78);
  color: var(--spc-text-muted);
}

:root[data-theme="light"] .spc-configurator-build-price span {
  background: rgba(16, 193, 67, 0.12);
  color: #078b38;
}

:root[data-theme="light"] .spc-configurator-compatibility p {
  border-top-color: rgba(67, 89, 124, 0.14);
}

@media (min-width: 1500px) {
  .spc-configurator-layout {
    grid-template-columns: 260px minmax(0, 1fr) 360px;
  }

  .spc-configurator-section-body {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .spc-configurator-selected-image {
    height: 236px;
  }
}

@media (max-width: 1399px) {
  .spc-configurator-layout {
    grid-template-columns: 235px minmax(0, 1fr) 315px;
    gap: 12px;
  }

  .spc-configurator-section {
    padding-inline: 10px;
  }

  .spc-configurator-section-body {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 10px;
  }

  .spc-configurator-selected-card {
    min-height: 206px;
  }

  .spc-configurator-selected-image {
    height: 184px;
  }

  .spc-configurator-option-select {
    grid-template-columns: 22px 86px minmax(0, 1fr) 24px max-content;
    width: min(100%, 560px);
    min-height: 31px;
    gap: 6px;
    padding-inline: 9px;
  }

  .spc-configurator-row-info-button {
    left: min(calc(100% - 103px), 442px);
  }

  .spc-configurator-build-price strong {
    font-size: 23px;
  }

  .spc-configurator-config-list dl div,
  .spc-configurator-compat-row {
    grid-template-columns: 118px minmax(0, 1fr);
  }
}

@media (max-width: 1023px) {
  .spc-configurator-preview {
    padding-inline: 16px;
  }

  .spc-configurator-topbar,
  .spc-configurator-layout {
    width: 100%;
  }

  .spc-configurator-ux .spc-configurator-topbar { display: grid; grid-template-columns: minmax(0, 1fr); gap: 12px; margin-bottom: 12px; }
  .spc-configurator-ux .spc-configurator-actions { flex-wrap: wrap; justify-content: flex-start; gap: 8px; padding-top: 0; }
  .spc-configurator-ux .spc-configurator-share { align-items: flex-start; }
  .spc-build-share-menu { right: auto; left: 0; }
  .spc-shared-build-notice { width: calc(100% - 32px); margin-bottom: 10px; padding: 9px 11px; }

  .spc-configurator-layout {
    grid-template-columns: 1fr;
  }

  .spc-configurator-left,
  .spc-configurator-workspace,
  .spc-configurator-sidebar {
    grid-column: auto;
    grid-row: auto;
  }

  .spc-configurator-left,
  .spc-configurator-sidebar {
    position: static;
  }
}

.spc-card {
  background:
    radial-gradient(circle at 18% 0%, color-mix(in srgb, var(--color-accent) 7%, transparent), transparent 18rem),
    linear-gradient(180deg, color-mix(in srgb, var(--color-surface-elevated) 78%, transparent), var(--color-surface)),
    var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-card);
}

.spc-card-hover {
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease,
    background-color 180ms ease;
}

.spc-card-hover:hover {
  border-color: color-mix(in srgb, var(--color-accent) 58%, var(--color-border));
  box-shadow: var(--shadow-card-hover);
}

.spc-glass {
  background: color-mix(in srgb, var(--color-surface) 82%, transparent);
  border: 1px solid var(--color-border);
  backdrop-filter: blur(18px);
}

.spc-blue-glow {
  box-shadow: var(--shadow-glow);
}

.spc-wordmark {
  display: inline-flex;
  align-items: center;
  gap: 0.56rem;
  min-width: 11.25rem;
  line-height: 1;
}

.spc-wordmark-mark {
  background: linear-gradient(135deg, #76bdff 0%, #0877ff 44%, #eaf4ff 70%, #6fb7ff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 10px rgba(8, 119, 255, 0.45));
  font-size: 4.05rem;
  font-style: italic;
  font-weight: 900;
  transform: skewX(-8deg);
}

.spc-wordmark-caption {
  display: grid;
  gap: 0.12rem;
  margin-left: -0.15rem;
  text-transform: uppercase;
}

.spc-wordmark-caption span {
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.18em;
}

.spc-wordmark-caption span:first-child {
  color: var(--color-foreground);
}

.spc-wordmark-caption span:last-child {
  color: var(--color-accent);
}

.spc-wordmark-compact {
  min-width: 0;
}

.spc-wordmark-compact .spc-wordmark-mark {
  font-size: 1.45rem;
}

@media (max-width: 640px) {
  .spc-wordmark {
    min-width: 6.2rem;
    gap: 0.4rem;
  }

  .spc-wordmark-mark {
    font-size: 2.45rem;
  }

  .spc-wordmark-caption span {
    font-size: 0.7rem;
  }
}

.spc-premium-hero {
  background:
    radial-gradient(circle at 82% 42%, color-mix(in srgb, var(--color-accent) 26%, transparent), transparent 28rem),
    radial-gradient(circle at 54% 70%, rgba(255, 255, 255, 0.08), transparent 18rem),
    linear-gradient(135deg, #060a10 0%, #0a111b 48%, #08101b 100%);
}

.spc-home-hero {
  background:
    linear-gradient(90deg, #060a10 0%, #07101b 45%, #07121f 100%);
}

.spc-home-hero h1 {
  text-wrap: balance;
  text-shadow: 0 4px 28px rgba(0, 0, 0, 0.45);
}

.spc-trust-icon {
  display: inline-grid;
  width: 2rem;
  height: 2rem;
  flex: 0 0 auto;
  place-items: center;
  color: var(--color-accent);
  filter: drop-shadow(0 0 12px rgba(8, 119, 255, 0.48));
}

.spc-trust-icon svg {
  width: 1.55rem;
  height: 1.55rem;
}

.spc-focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.spc-focus:focus-visible {
  outline-color: var(--color-focus);
}

.spc-grid-surface {
  background-image:
    linear-gradient(color-mix(in srgb, var(--color-border) 52%, transparent) 1px, transparent 1px),
    linear-gradient(90deg, color-mix(in srgb, var(--color-border) 52%, transparent) 1px, transparent 1px);
  background-size: 54px 54px;
}

.spc-pc-visual {
  position: relative;
  min-height: 19rem;
}

.spc-pc-visual::before,
.spc-pc-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.spc-pc-visual::before {
  inset: 4% 2% 8% 32%;
  background: radial-gradient(circle, color-mix(in srgb, var(--color-accent) 36%, transparent), transparent 66%);
  filter: blur(30px);
}

.spc-pc-visual::after {
  right: 8%;
  bottom: 7%;
  width: 66%;
  height: 11%;
  background: color-mix(in srgb, var(--color-accent) 34%, transparent);
  filter: blur(30px);
}

.spc-product-visual-fallback {
  background:
    radial-gradient(circle at 50% 30%, color-mix(in srgb, var(--color-accent) 26%, transparent), transparent 54%),
    linear-gradient(145deg, color-mix(in srgb, var(--color-surface-elevated) 85%, transparent), var(--color-background));
}

.accent-gaming {
  background-image: linear-gradient(145deg, color-mix(in srgb, #0877ff 18%, transparent), transparent 65%);
}

.accent-work {
  background-image: linear-gradient(145deg, color-mix(in srgb, #0ea5e9 14%, transparent), transparent 65%);
}

.accent-ai {
  background-image: linear-gradient(145deg, color-mix(in srgb, #14b8a6 14%, transparent), transparent 65%);
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  :root.spc-home-motion-ready .spc-storefront [data-spc-reveal],
  :root.spc-home-motion-ready .spc-storefront [data-spc-reveal].spc-is-revealed,
  :root.spc-home-motion-ready .spc-storefront .spc-store-shell-header,
  :root .spc-storefront .spc-motion-ready .spc-home-hero-title,
  :root .spc-storefront .spc-motion-ready .spc-home-hero-lead,
  :root .spc-storefront .spc-motion-ready .spc-home-hero-actions,
  :root .spc-storefront .spc-motion-ready .spc-home-hero-bg,
  :root .spc-storefront .spc-motion-ready .spc-home-trust-row,
  :root .spc-storefront .spc-motion-ready .spc-budget-panel,
  .spc-figma-mobile-menu,
  .spc-figma-mobile-menu-overlay,
  .spc-figma-mobile-menu-button span,
  .spc-figma-mobile-menu-button span::before,
  .spc-figma-mobile-menu-button span::after,
  .spc-popular-category-card,
  .spc-home-hit-card,
  .spc-figma-blue-button,
  .spc-figma-outline-button,
  .spc-budget-option,
  .spc-usecase-option,
  .spc-home-hit-cart-button,
  .spc-home-hit-favorite-preview,
  .spc-home-hit-heart-icon,
  .spc-home-hits-pagination span,
  .spc-popular-category-image,
  .spc-home-hit-image,
  .spc-popular-categories-arrow,
  .spc-home-hits-arrow {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition-delay: 0ms !important;
  }

}

@media (prefers-reduced-motion: reduce) and (hover: hover) and (pointer: fine) {
  .spc-home-hit-cart-button:not(:disabled):hover,
  .spc-home-hit-preview-cart-button:hover {
    transform: none;
  }

  .spc-popular-category-card:hover {
    --spc-hover-y: 0px;
    box-shadow: none;
  }

  :root[data-theme="light"] .spc-storefront .spc-home-hit-card:hover,
  :root[data-theme="light"] .spc-storefront .spc-home-hit-card:has(.spc-home-hit-image-link:focus-visible, .spc-home-hit-title a:focus-visible, .spc-home-hit-cart-button:focus-visible) {
    box-shadow: 0 0 15.3px #1687FF;
  }

  .spc-popular-category-card::before {
    transition: none !important;
  }

  .spc-popular-category-card:hover::before {
    opacity: 1;
  }
}

.spc-configurator-selected-items { min-width: 0; display: grid; align-content: start; gap: 16px; }
.spc-configurator-selected-items p { max-width: 100%; overflow-wrap: anywhere; margin: 8px 0; font-size: 12px; }
.spc-configurator-selected-items .spc-configurator-selected-card > button { color: inherit; font-size: 12px; text-decoration: underline; }
.spc-configurator-compat-row[data-tone="error"] strong { color: #e65b64; }
:root[data-theme="light"] .spc-configurator-compat-row[data-tone="error"] strong { color: #b4232d; }

/* Configurator desktop: progressive disclosure and a bounded working area. */
.spc-configurator-ux, .spc-configurator-panel {
  --cfg-surface: #101925;
  --cfg-border: #344354;
  --cfg-text: #eef3fa;
  --cfg-muted: #a9b7c8;
  --cfg-accent: #80bdff;
  color: var(--cfg-text);
}
:root[data-theme="light"] .spc-configurator-ux,
:root[data-theme="light"] .spc-configurator-panel {
  --cfg-surface: #fff;
  --cfg-border: #cbd5e1;
  --cfg-text: #172334;
  --cfg-muted: #526173;
  --cfg-accent: #075aca;
}
.spc-configurator-desktop-progress { display: none; }
@media (min-width: 1024px) {
  .spc-configurator-ux .spc-configurator-layout { grid-template-columns: minmax(0, 1fr) 348px; gap: 20px; align-items: start; }
  .spc-configurator-ux .spc-configurator-left { display: none; }
  .spc-configurator-ux .spc-configurator-workspace { grid-column: 1; }
  /* The configurator now shares the site header (88px tall on desktop), so the sticky
     «Ваша сборка» rail keeps its previous ~20px breathing room below it. */
  .spc-configurator-ux .spc-configurator-sidebar { grid-column: 2; top: 108px; max-height: calc(100dvh - 124px); }
  .spc-configurator-desktop-progress { display: block; }
  .spc-configurator-ux .spc-configurator-progress { padding: 12px 16px; border: 1px solid var(--cfg-border); border-radius: 10px; background: var(--cfg-surface); }
  .spc-configurator-ux .spc-configurator-progress-ring { width: 42px; height: 42px; font-size: 12px; }
  .spc-configurator-ux .spc-configurator-progress span { display: block; color: var(--cfg-muted); margin-top: 3px; }
  .spc-configurator-ux .spc-configurator-accordion-panel { max-height: min(680px, 72dvh); overflow-y: auto; scrollbar-gutter: stable; overscroll-behavior: contain; }
  .spc-configurator-ux .spc-configurator-tool-row { position: sticky; top: 0; z-index: 2; padding: 12px 0; background: var(--cfg-surface); }
  .spc-configurator-ux .spc-configurator-product-grid { grid-template-columns: repeat(auto-fill, minmax(210px, 1fr)); }
}
.spc-configurator-ux .spc-configurator-section-body { grid-template-columns: minmax(0, 1fr); }
.spc-configurator-ux .spc-configurator-section { background: var(--cfg-surface); }
.spc-configurator-ux .spc-configurator-tool-row { grid-template-columns: minmax(140px, 1fr) auto minmax(120px, 180px) auto; gap: 8px; }
.spc-configurator-ux .spc-configurator-view-toggle { width: auto; justify-self: end; padding: 2px; }
.spc-configurator-ux .spc-configurator-view-toggle button { width: 30px; height: 30px; }
.spc-configurator-ux .spc-configurator-sort select { width: 100%; }
.spc-configurator-filter-trigger, .spc-configurator-panel footer button {
  min-height: 36px; border: 1px solid var(--cfg-border); border-radius: 7px; padding: 6px 12px; color: var(--cfg-text); background: var(--cfg-surface); cursor: pointer; font-size: 13px;
}
.spc-configurator-active-chips { display: flex; flex-wrap: wrap; gap: 6px; margin: 0 0 10px; }
.spc-configurator-active-chips button { border: 1px solid var(--cfg-border); border-radius: 20px; padding: 5px 10px; color: var(--cfg-accent); font-size: 12px; }
.spc-configurator-ux .spc-configurator-option-row { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto auto auto; align-items: center; gap: 12px; min-height: 86px; padding: 12px 8px; }
.spc-configurator-ux .spc-configurator-option-row > .spc-configurator-price-delta { grid-column: 4; }
.spc-configurator-ux .spc-configurator-option-row > .spc-configurator-option-select { grid-column: 5; }
.spc-configurator-row-thumbnail { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 8px; background: color-mix(in srgb, var(--cfg-muted) 8%, transparent); color: var(--cfg-muted); font-size: 10px; text-align: center; }
.spc-configurator-row-thumbnail img { -o-object-fit: contain; object-fit: contain; width: 56px; height: 56px; }
.spc-configurator-ux .spc-configurator-option-main { gap: 5px; }
.spc-configurator-name-details { border: 0; background: none; text-align: left; padding: 0; cursor: pointer; }
.spc-configurator-ux .spc-configurator-option-name { font-size: 14px; line-height: 1.4; color: var(--cfg-text); }
.spc-configurator-ux .spc-configurator-option-meta { white-space: normal; color: var(--cfg-muted); font-size: 12px; line-height: 1.4; }
.spc-configurator-ux .spc-configurator-stock { font-size: 11px; color: var(--cfg-muted); }
.spc-configurator-ux .spc-configurator-option-select, .spc-configurator-card-select {
  display: inline-flex; align-items: center; justify-content: center; width: auto; min-height: 34px; padding: 6px 12px;
  border: 1px solid var(--cfg-border); border-radius: 6px; color: var(--cfg-accent); background: transparent; font-size: 12px; cursor: pointer;
}
.spc-configurator-ux button:disabled { opacity: .45; cursor: not-allowed; }
.spc-configurator-quantity { display: inline-flex; align-items: center; border: 1px solid var(--cfg-border); border-radius: 6px; color: var(--cfg-text); flex-shrink: 0; }
.spc-configurator-quantity button { width: 28px; height: 32px; border: 0; color: inherit; background: transparent; cursor: pointer; }
.spc-configurator-quantity output { min-width: 22px; text-align: center; font-size: 13px; }
.spc-configurator-ux .spc-configurator-product-card { display: flex; flex-direction: column; padding: 12px; gap: 10px; }
.spc-configurator-ux .spc-configurator-product-card-main { min-height: 0; padding: 0; gap: 10px; }
.spc-configurator-ux .spc-configurator-product-media { height: 112px; }
.spc-configurator-ux .spc-configurator-product-card strong { color: var(--cfg-text); line-height: 1.4; min-height: 38px; }
.spc-configurator-ux .spc-configurator-option-title { display: flex; align-items: flex-start; gap: 8px; min-width: 0; }
.spc-configurator-ux .spc-configurator-option-title > :first-child { min-width: 0; }
.spc-configurator-ux .spc-configurator-info-button { display: inline-grid; flex: 0 0 20px; width: 20px; height: 20px; place-items: center; padding: 0; border: 1px solid var(--cfg-muted); border-radius: 50%; background: transparent; color: var(--cfg-muted); font-family: inherit; font-size: 12px; font-weight: 600; line-height: 1; cursor: pointer; }
.spc-configurator-ux .spc-configurator-info-button:hover, .spc-configurator-ux .spc-configurator-info-button:focus-visible { border-color: var(--cfg-accent); color: var(--cfg-accent); outline-offset: 2px; }
.spc-configurator-details-image { display: flex; justify-content: center; margin: 0 auto 20px; }
.spc-configurator-details-image img { width: auto; height: auto; max-width: min(100%, 240px); max-height: 220px; -o-object-fit: contain; object-fit: contain; }
.spc-configurator-details-list { display: grid; gap: 0; margin: 16px 0 0; }
.spc-configurator-details-list > div { display: grid; grid-template-columns: minmax(110px, .7fr) minmax(0, 1.3fr); gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--cfg-border); }
.spc-configurator-details-list dt { color: var(--cfg-muted); }
.spc-configurator-details-list dd { margin: 0; color: var(--cfg-text); text-align: right; overflow-wrap: anywhere; }
.spc-configurator-panel[data-kind="details"] { inset: 50% auto auto 50%; width: min(760px, calc(100vw - 48px)); height: auto; max-height: min(86dvh, 900px); transform: translate(-50%, -50%); border: 1px solid var(--cfg-border); border-radius: 16px; box-shadow: 0 24px 80px #0005; }
.spc-configurator-panel[data-kind="details"] .spc-configurator-panel-content { max-height: calc(min(86dvh, 900px) - 78px); overflow-y: auto; overscroll-behavior: contain; }
.spc-configurator-details-group + .spc-configurator-details-group { margin-top: 20px; }
.spc-configurator-details-group h3 { margin: 0; font-size: 15px; font-weight: 650; color: var(--cfg-text); }
.spc-configurator-card-price { margin-top: auto; display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.spc-configurator-card-price .spc-configurator-price-delta { margin-left: auto; }
.spc-configurator-hidden-selected { border: 1px solid var(--cfg-border); border-radius: 7px; padding: 8px; font-size: 12px; }
.spc-configurator-hidden-selected summary { cursor: pointer; color: var(--cfg-accent); }
.spc-configurator-ux .spc-configurator-build-card { padding: 18px; background: var(--cfg-surface); }
.spc-configurator-ux .spc-configurator-build-price { text-align: left; margin: 18px 0; }
.spc-configurator-ux .spc-configurator-build-price small { margin-bottom: 5px; color: var(--cfg-muted); font-size: 12px; }
.spc-configurator-ux .spc-configurator-build-price strong { font-family: inherit; font-size: 27px; color: var(--cfg-text); }
.spc-configurator-ux .spc-configurator-config-list { background: transparent; padding: 0; border: 0; }
.spc-configurator-ux .spc-configurator-config-list dl { gap: 10px; margin: 0; }
.spc-configurator-ux .spc-configurator-config-list dl div { grid-template-columns: 112px minmax(0, 1fr); gap: 8px; }
.spc-configurator-ux .spc-configurator-config-list dt { color: var(--cfg-muted); font-size: 12px; }
.spc-configurator-ux .spc-configurator-config-list dd { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: var(--cfg-text); font-size: 12px; }
.spc-configurator-more-summary { display: block; margin: 12px 0 0 auto; color: var(--cfg-accent); font-size: 12px; cursor: pointer; }
.spc-configurator-ux .spc-configurator-full-spec { color: var(--cfg-accent); font-weight: 500; margin-top: 5px; }
.spc-configurator-ux .spc-configurator-compatibility { border: 0; border-top: 1px solid var(--cfg-border); background: transparent; border-radius: 0; padding: 14px 0 6px; margin: 8px 0; }
.spc-configurator-ux .spc-configurator-compatibility p { margin: 0 0 6px; padding: 0; border: 0; }
.spc-configurator-ux .spc-configurator-neutral { color: var(--cfg-text); font-size: 13px; font-weight: 600; }
.spc-configurator-ux .spc-configurator-compatibility small { color: var(--cfg-muted); line-height: 1.5; }
.spc-configurator-conflicts { color: #e65b64; font-size: 13px; }
:root[data-theme="light"] .spc-configurator-conflicts { color: #b4232d; }
.spc-configurator-order-preferences { display: grid; gap: 12px; padding-top: 12px; border-top: 1px solid var(--cfg-border); }
.spc-configurator-order-preferences > label { display: flex; align-items: flex-start; gap: 8px; font-size: 12px; line-height: 1.5; }
.spc-configurator-order-preferences input { accent-color: #005bf6; margin-top: 3px; width: 16px; height: 16px; flex-shrink: 0; }
.spc-configurator-order-preferences .spc-configurator-comment { display: block; }
.spc-configurator-comment span { float: right; color: var(--cfg-muted); font-size: 11px; }
.spc-configurator-comment textarea { display: block; width: 100%; margin-top: 6px; padding: 8px 10px; resize: vertical; min-height: 60px; max-height: 120px; border: 1px solid var(--cfg-border); border-radius: 6px; background: var(--cfg-surface); color: var(--cfg-text); }
.spc-configurator-order-preferences small, .spc-configurator-panel-hint { font-size: 11px; line-height: 1.5; color: var(--cfg-muted); }
.spc-configurator-save-status { margin: 10px 0 0; font-size: 11px; color: var(--cfg-muted); }
.spc-configurator-panel { position: fixed; inset: 0 0 0 auto; margin: 0; width: min(480px, 100%); max-width: 100%; height: 100dvh; max-height: 100dvh; border: 0; border-left: 1px solid var(--cfg-border); padding: 0; background: var(--cfg-surface); box-shadow: -12px 0 48px #0003; }
.spc-configurator-panel::backdrop { background: #05101c80; }
.spc-configurator-panel > header { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding: 20px 24px; position: sticky; top: 0; background: var(--cfg-surface); border-bottom: 1px solid var(--cfg-border); z-index: 1; }
.spc-configurator-panel h2 { font-size: 20px; font-weight: 650; }
.spc-configurator-panel > header button { width: 36px; height: 36px; border: 1px solid var(--cfg-border); border-radius: 8px; font-size: 24px; cursor: pointer; }
.spc-configurator-panel-content { padding: 20px 24px; }
.spc-configurator-panel .spc-configurator-filter-group { margin: 22px 0; }
.spc-configurator-panel .spc-configurator-filter-group > span { display: block; margin-bottom: 10px; color: var(--cfg-text); font-weight: 600; }
.spc-configurator-panel .spc-configurator-filter-pills { display: flex; flex-wrap: wrap; gap: 6px; max-height: 200px; overflow: auto; padding: 2px; }
.spc-configurator-panel .spc-configurator-filter-pills button { min-height: 34px; color: var(--cfg-muted); background: var(--cfg-surface); border: 1px solid var(--cfg-border); border-radius: 6px; padding: 6px 10px; }
.spc-configurator-panel .spc-configurator-filter-pills button[data-active="true"] { color: var(--cfg-accent); border-color: var(--cfg-accent); }
.spc-configurator-panel footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 20px; border-top: 1px solid var(--cfg-border); margin-top: 20px; }
.spc-configurator-panel .spc-configurator-primary { background: #005bf6; color: #fff; border-color: #005bf6; }
.spc-configurator-spec-section { margin-top: 20px; }
.spc-configurator-spec-section h3 { font-size: 14px; font-weight: 650; margin-bottom: 10px; }
.spc-configurator-spec-section p { font-size: 12px; color: var(--cfg-muted); }
.spc-configurator-spec-item { display: flex; align-items: center; gap: 12px; border-bottom: 1px solid var(--cfg-border); padding: 12px 0; font-size: 13px; }
.spc-configurator-spec-item img { width: 48px; height: 48px; -o-object-fit: contain; object-fit: contain; }
.spc-configurator-spec-item span { flex: 1; overflow-wrap: anywhere; }
.spc-configurator-spec-item small { display: block; margin-top: 5px; color: var(--cfg-muted); }
.spc-configurator-spec-item strong { font-size: 12px; white-space: nowrap; }
.spc-configurator-ux :is(button, input, select, textarea):focus-visible,
.spc-configurator-panel :is(button, input, select):focus-visible { outline: 2px solid var(--cfg-accent); outline-offset: 3px; }

:root[data-theme] .spc-configurator-ux .spc-configurator-stock { color: var(--cfg-muted); }
.spc-configurator-ux .spc-configurator-filter-trigger,
.spc-configurator-ux .spc-configurator-card-select,
.spc-configurator-ux .spc-configurator-full-spec { font-size: 13px; }
.spc-configurator-ux .spc-configurator-progress > svg { display: none; }
.spc-configurator-ux .spc-configurator-config-list,
.spc-configurator-ux .spc-configurator-compatibility { box-shadow: none; background: transparent; }
.spc-configurator-cart-action > div > button { min-height: 40px; border-radius: 7px; background: #005bf6; color: #fff; font-size: 14px; }
.spc-configurator-cart-action p { color: var(--cfg-muted); font-size: 11px; line-height: 1.5; }

@media (min-width: 1024px) {
  .spc-configurator-panel[data-kind="filters"]::backdrop { background: transparent; }
  .spc-configurator-ux .spc-configurator-product-grid { grid-template-columns: repeat(auto-fill, minmax(min(100%, 280px), 1fr)); }
  .spc-configurator-ux .spc-configurator-product-card strong {
    display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
    height: 4.2em; min-height: 4.2em; overflow: hidden; text-overflow: ellipsis; white-space: normal; overflow-wrap: anywhere;
  }
  .spc-configurator-ux .spc-configurator-option-row { -moz-column-gap: 8px; column-gap: 8px; }
  .spc-configurator-ux .spc-configurator-option-name {
    display: block; min-height: 2.8em; white-space: normal; overflow: visible; overflow-wrap: anywhere; -webkit-line-clamp: unset;
  }
}

/* Desktop polish uses the existing layout and theme, with blue reserved for selection. */
@media (min-width: 1024px) {
  :root .spc-configurator-ux,
  :root .spc-configurator-panel {
    --cfg-canvas: #0b0e13;
    --cfg-surface: #10141b;
    --cfg-card: #151a22;
    --cfg-raised: #1b222c;
    --cfg-border: #2a323f;
    --cfg-muted: #a3adbd;
    --cfg-selected: #152338;
    --cfg-selection-border: #477dbd;
    --cfg-success: #81cbaa;
  }

  :root[data-theme="light"] .spc-configurator-ux,
  :root[data-theme="light"] .spc-configurator-panel {
    --cfg-canvas: #f1f4f8;
    --cfg-card: #fff;
    --cfg-raised: #f4f7fb;
    --cfg-border: #d3dce7;
    --cfg-selected: #edf5ff;
    --cfg-selection-border: #77a7e6;
    --cfg-success: #287657;
  }

  :root .spc-configurator-ux { background: var(--cfg-canvas); }
  :root .spc-configurator-ux .spc-configurator-section,
  :root .spc-configurator-ux .spc-configurator-build-card {
    border-color: var(--cfg-border);
    box-shadow: none;
  }
  :root .spc-configurator-ux .spc-configurator-section[data-expanded="true"] {
    border-color: var(--cfg-border);
  }
  :root .spc-configurator-ux .spc-configurator-accordion-head { background: var(--cfg-card); }
  :root .spc-configurator-ux .spc-configurator-section-title strong { font-size: 16px; font-weight: 600; color: var(--cfg-text); }
  :root .spc-configurator-ux .spc-configurator-section-title small,
  :root .spc-configurator-ux .spc-configurator-accordion-status { color: var(--cfg-muted); }
  :root .spc-configurator-ux .spc-configurator-section-icon {
    color: var(--cfg-muted); border-color: var(--cfg-border); background: var(--cfg-raised);
  }
  :root .spc-configurator-ux .spc-configurator-section[data-expanded="true"] .spc-configurator-accordion-head {
    background: var(--cfg-card); box-shadow: inset 2px 0 var(--cfg-accent);
  }
  :root .spc-configurator-ux .spc-configurator-section[data-expanded="true"] .spc-configurator-section-title strong { font-weight: 700; }
  :root .spc-configurator-ux .spc-configurator-section[data-expanded="true"] :is(.spc-configurator-section-icon, .spc-configurator-accordion-chevron) { color: var(--cfg-accent); }
  :root .spc-configurator-ux .spc-configurator-accordion-status[data-selected="true"] { color: var(--cfg-success); font-weight: 600; }

  :root .spc-configurator-ux .spc-configurator-progress {
    background: var(--cfg-surface); border-color: var(--cfg-border); color: var(--cfg-text);
  }
  :root .spc-configurator-ux .spc-configurator-progress strong { font-size: 14px; font-weight: 650; }
  :root .spc-configurator-ux .spc-configurator-progress-ring {
    color: var(--cfg-text); font-variant-numeric: tabular-nums;
    background: radial-gradient(circle, var(--cfg-surface) 57%, transparent 60%),
      conic-gradient(var(--cfg-selection-border) 0 var(--spc-configurator-progress-deg, 0deg), var(--cfg-border) var(--spc-configurator-progress-deg, 0deg) 360deg);
  }

  :root .spc-configurator-ux :is(.spc-configurator-search, .spc-configurator-sort select, .spc-configurator-view-toggle, .spc-configurator-filter-trigger, .spc-configurator-comment textarea) {
    background: var(--cfg-card); border-color: var(--cfg-border); color: var(--cfg-text); box-shadow: none;
  }
  :root .spc-configurator-ux .spc-configurator-search input { color: var(--cfg-text); }
  :root .spc-configurator-ux .spc-configurator-search input::-moz-placeholder { color: var(--cfg-muted); }
  :root .spc-configurator-ux .spc-configurator-search input::placeholder { color: var(--cfg-muted); }
  :root .spc-configurator-ux .spc-configurator-search:focus-within {
    border-color: var(--cfg-accent);
    box-shadow: 0 0 0 2px color-mix(in srgb, var(--cfg-accent) 22%, transparent);
  }
  :root .spc-configurator-ux .spc-configurator-view-toggle button { border-radius: 4px; color: var(--cfg-muted); }
  :root .spc-configurator-ux .spc-configurator-view-toggle button[data-active="true"] {
    background: var(--cfg-selected); color: var(--cfg-accent); box-shadow: inset 0 0 0 1px var(--cfg-selection-border);
  }
  :root .spc-configurator-ux .spc-configurator-active-chips button {
    background: var(--cfg-selected); border-color: var(--cfg-selection-border);
  }
  :root .spc-configurator-ux .spc-configurator-context-line {
    background: var(--cfg-raised); border-color: var(--cfg-border); color: var(--cfg-muted);
  }

  :root .spc-configurator-ux .spc-configurator-product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  :root .spc-configurator-ux :is(.spc-configurator-product-card, .spc-configurator-option-row) {
    background: var(--cfg-card); border-color: var(--cfg-border); box-shadow: none;
  }
  :root .spc-configurator-ux .spc-configurator-product-card { border-radius: 10px; }
  :root .spc-configurator-ux .spc-configurator-option-row { border-radius: 6px; }
  :root .spc-configurator-ux :is(.spc-configurator-product-card, .spc-configurator-option-row)[data-selected="true"] {
    background: var(--cfg-selected); border-color: var(--cfg-selection-border);
    box-shadow: inset 3px 0 var(--cfg-selection-border);
  }
  :root .spc-configurator-ux :is(.spc-configurator-product-media, .spc-configurator-row-thumbnail) { background: var(--cfg-raised); }
  :root .spc-configurator-ux .spc-configurator-product-media > span { color: var(--cfg-muted); font-size: 12px; }
  :root .spc-configurator-ux .spc-configurator-product-card strong { font-size: 14px; font-weight: 600; }
  :root .spc-configurator-ux .spc-configurator-option-name { font-weight: 500; }
  :root .spc-configurator-ux .spc-configurator-price-delta { color: var(--cfg-text); font-size: 14px; font-weight: 700; font-variant-numeric: tabular-nums; }
  :root .spc-configurator-ux :is(.spc-configurator-card-select, .spc-configurator-option-select) {
    border-color: var(--cfg-selection-border); background: var(--cfg-selected); color: var(--cfg-accent); font-weight: 600;
  }
  :root .spc-configurator-ux [data-selected="true"] > :is(.spc-configurator-card-select, .spc-configurator-option-select) {
    border-color: var(--cfg-border); background: var(--cfg-card); color: var(--cfg-muted);
  }
  :root .spc-configurator-ux .spc-configurator-stock::before {
    content: ""; width: 5px; height: 5px; flex-shrink: 0; border-radius: 50%; background: var(--cfg-muted);
  }
  :root .spc-configurator-ux [data-status="available"] .spc-configurator-stock::before { background: var(--cfg-success); }
  :root .spc-configurator-ux .spc-configurator-load-more {
    background: var(--cfg-card); border-color: var(--cfg-border); color: var(--cfg-accent); box-shadow: none;
  }

  :root .spc-configurator-ux .spc-configurator-build-card { background: var(--cfg-card); }
  :root .spc-configurator-ux .spc-configurator-build-head h2 { color: var(--cfg-text); font-size: 19px; }
  :root .spc-configurator-ux .spc-configurator-build-head span { color: var(--cfg-muted); font-variant-numeric: tabular-nums; }
  :root .spc-configurator-ux .spc-configurator-build-price {
    padding: 8px 12px; margin: 12px 0; border-radius: 8px; background: var(--cfg-raised);
  }
  :root .spc-configurator-ux .spc-configurator-build-price strong { font-size: 29px; letter-spacing: -.6px; font-variant-numeric: tabular-nums; }
  :root .spc-configurator-ux .spc-configurator-config-list dl { gap: 0; }
  :root .spc-configurator-ux .spc-configurator-config-list dl div { padding: 4px 0; border-bottom: 1px solid var(--cfg-border); }
  :root .spc-configurator-ux .spc-configurator-config-list dl div:last-child { border-bottom: 0; }
  :root .spc-configurator-ux .spc-configurator-config-list [data-selected="false"] dd { color: var(--cfg-muted); }
  :root .spc-configurator-ux .spc-configurator-config-list [data-selected="true"] dd { font-weight: 600; }
  :root .spc-configurator-ux .spc-configurator-config-list .spc-configurator-full-spec { margin-top: 8px; }
  :root .spc-configurator-ux .spc-configurator-compatibility .spc-configurator-neutral { color: var(--cfg-text); }
  :root .spc-configurator-ux .spc-configurator-conflicts { border-left: 2px solid currentColor; padding-left: 10px; }
  :root .spc-configurator-ux .spc-configurator-save-status { border-top: 1px solid var(--cfg-border); padding-top: 6px; }

  :root .spc-configurator-panel .spc-configurator-filter-group + .spc-configurator-filter-group {
    padding-top: 18px; border-top: 1px solid var(--cfg-border);
  }
  :root .spc-configurator-panel .spc-configurator-filter-pills button { background: var(--cfg-card); }
  :root .spc-configurator-panel .spc-configurator-filter-pills button[data-active="true"] {
    background: var(--cfg-selected); color: var(--cfg-accent); border-color: var(--cfg-selection-border); font-weight: 600;
  }

  @media (hover: hover) {
    :root .spc-configurator-ux .spc-configurator-accordion-head:hover { background: var(--cfg-raised); }
    :root .spc-configurator-ux :is(.spc-configurator-product-card, .spc-configurator-option-row):not([data-selected="true"]):has(button:enabled:hover) {
      background: var(--cfg-raised); box-shadow: inset 0 0 0 1px var(--cfg-selection-border);
    }
    :root .spc-configurator-ux :is(.spc-configurator-option-select, .spc-configurator-card-select, .spc-configurator-filter-trigger, .spc-configurator-load-more, .spc-configurator-quantity button):enabled:hover,
    :root .spc-configurator-panel .spc-configurator-filter-pills button:enabled:hover {
      background: var(--cfg-selected); border-color: var(--cfg-accent); color: var(--cfg-accent);
    }
    :root .spc-configurator-ux :is(.spc-configurator-full-spec, .spc-configurator-more-summary):hover { text-decoration: underline; text-underline-offset: 3px; }
    :root .spc-configurator-ux .spc-configurator-actions button:enabled:hover { color: var(--cfg-accent); }
    :root .spc-configurator-ux .spc-configurator-actions .spc-configurator-share .spc-build-share-trigger:enabled:hover { color: #fff; }
  }
}

/* Product imagery stays transparent; category drawings are explicitly placeholders. */
.spc-configurator-case-preview { display: none; }
.spc-configurator-placeholder { display: flex; width: 100%; height: 100%; align-items: center; justify-content: center; flex-direction: column; gap: 8px; color: var(--cfg-muted); }
.spc-configurator-placeholder-art { display: grid; place-items: center; }
.spc-configurator-placeholder-art > svg { width: 64px; height: 64px; stroke-width: .8; }
.spc-configurator-placeholder-label { font-size: 10px; font-weight: 400; }
.spc-configurator-placeholder[data-compact="true"] .spc-configurator-placeholder-art > svg { width: 30px; height: 30px; stroke-width: 1; }

@media (min-width: 1024px) {
  :root[data-theme] .spc-configurator-ux { background: var(--cfg-canvas); }
  :root .spc-configurator-ux .spc-configurator-topbar h1 { font-size: 30px; font-weight: 600; letter-spacing: -.7px; }
  :root .spc-configurator-ux .spc-configurator-section-icon { border-color: transparent; background: transparent; }
  :root .spc-configurator-ux .spc-configurator-progress { min-height: 74px; border-color: transparent; background: transparent; }
  :root .spc-configurator-ux .spc-configurator-progress-ring { width: 46px; height: 46px; }
  :root .spc-configurator-ux .spc-configurator-accordion-head { padding-block: 14px; }
  :root .spc-configurator-ux .spc-configurator-search,
  :root .spc-configurator-ux .spc-configurator-sort select { background: var(--cfg-surface); }
  :root .spc-configurator-ux .spc-configurator-product-card { border-color: transparent; border-radius: 10px; gap: 8px; padding: 14px; }
  :root .spc-configurator-ux .spc-configurator-product-card[data-selected="true"] { border-color: var(--cfg-selection-border); box-shadow: inset 0 0 0 1px var(--cfg-selection-border); }
  :root .spc-configurator-ux .spc-configurator-product-card[data-selected="true"]::after { content: "✓"; position: absolute; top: 12px; right: 12px; width: 20px; height: 20px; display: grid; place-items: center; background: var(--cfg-selection-border); color: #fff; border-radius: 50%; pointer-events: none; font-size: 12px; }
  :root .spc-configurator-ux .spc-configurator-product-media { height: 126px; background: transparent; border-radius: 0; }
  :root .spc-configurator-ux .spc-configurator-product-media img { padding: 8px 16px; }
  :root .spc-configurator-ux .spc-configurator-product-media > .spc-configurator-placeholder { display: flex; color: var(--cfg-muted); }
  :root .spc-configurator-ux .spc-configurator-product-card strong { font-weight: 500; }
  :root .spc-configurator-ux .spc-configurator-placeholder-art { color: var(--cfg-muted); opacity: .65; }
  :root .spc-configurator-ux .spc-configurator-product-media .spc-configurator-placeholder-art { width: 90px; height: 84px; border-bottom: 1px solid var(--cfg-border); }
  :root .spc-configurator-ux .spc-configurator-placeholder-label { color: var(--cfg-muted); opacity: .8; }
  :root .spc-configurator-ux .spc-configurator-option-row { background: transparent; padding-block: 10px; border-radius: 0; }
  :root .spc-configurator-ux .spc-configurator-option-row[data-selected="true"] { background: var(--cfg-selected); border-radius: 7px; box-shadow: inset 2px 0 var(--cfg-selection-border); }
  :root .spc-configurator-ux .spc-configurator-option-name { min-height: 0; }
  :root .spc-configurator-ux .spc-configurator-row-thumbnail { background: transparent; }
  :root .spc-configurator-ux .spc-configurator-price-delta { font-size: 16px; font-weight: 600; }
  :root .spc-configurator-ux :is(.spc-configurator-option-select, .spc-configurator-card-select) { color: var(--cfg-text); background: var(--cfg-raised); border-color: var(--cfg-border); font-size: 12px; font-weight: 500; }
  :root .spc-configurator-ux .spc-configurator-card-select { margin-top: 2px; }
  :root .spc-configurator-ux .spc-configurator-card-price { padding-top: 4px; }
  :root .spc-configurator-ux .spc-configurator-summary,
  :root .spc-configurator-ux .spc-configurator-build-card { min-width: 0; }
  :root .spc-configurator-ux .spc-configurator-case-preview { display: block; min-width: 0; margin: 8px 0 0; }
  .spc-configurator-case-media { position: relative; height: 146px; }
  .spc-configurator-case-media img { -o-object-fit: contain; object-fit: contain; padding: 4px 28px; }
  .spc-configurator-case-media .spc-configurator-placeholder-art > svg { width: 106px; height: 124px; stroke-width: 1.2; }
  .spc-configurator-case-media .spc-configurator-placeholder-label { display: none; }
  .spc-configurator-case-preview figcaption { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; text-align: center; font-size: 12px; color: var(--cfg-text); }
  .spc-configurator-case-preview figcaption > span { display: block; margin-top: 3px; color: var(--cfg-muted); font-size: 10px; }
  :root .spc-configurator-ux .spc-configurator-build-price { text-align: center; background: transparent; padding: 8px 0 14px; margin: 8px 0; border-bottom: 1px solid var(--cfg-border); border-radius: 0; }
  :root .spc-configurator-ux .spc-configurator-build-price strong { font-size: 32px; font-weight: 600; letter-spacing: -.7px; }
  :root .spc-configurator-ux .spc-configurator-build-head h2 { font-size: 18px; font-weight: 600; }
  :root .spc-configurator-ux .spc-configurator-build-head span { font-size: 10px; }
  :root .spc-configurator-ux .spc-configurator-config-list,
  :root .spc-configurator-ux .spc-configurator-compatibility { background: transparent; }
  :root .spc-configurator-ux .spc-configurator-config-list dl div { border: 0; padding: 4px 0; }
  :root .spc-configurator-ux .spc-configurator-config-list [data-selected="true"] dd { font-weight: 500; }
  :root .spc-configurator-ux .spc-configurator-compat-row { align-items: start; gap: 10px; }
  :root .spc-configurator-ux .spc-configurator-compat-row strong { white-space: normal; text-align: right; font-size: 12px; }
  :root .spc-configurator-panel .spc-configurator-filter-group { align-items: start; }
  :root .spc-configurator-panel .spc-configurator-filter-group > span { flex: 0 0 96px; padding-top: 10px; }
  :root .spc-configurator-panel .spc-configurator-filter-pills { flex: 1; }
}
@media (min-width: 1024px) and (prefers-reduced-motion: no-preference) {
  .spc-configurator-ux :is(.spc-configurator-product-card, .spc-configurator-option-row, .spc-configurator-card-select, .spc-configurator-option-select, .spc-configurator-accordion-head) { transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
}

/* Desktop controls stay close to their trigger; mobile keeps its existing drawers. */
@media (min-width: 1024px) {
  :root .spc-configurator-panel[data-kind="filters"] {
    inset: auto; width: 520px; height: auto; border: 1px solid var(--cfg-border);
    border-radius: 12px; box-shadow: 0 12px 32px #0004;
  }
  :root .spc-configurator-panel[data-kind="filters"] > header { padding: 14px 18px; }
  :root .spc-configurator-panel[data-kind="filters"] h2 { font-size: 18px; }
  :root .spc-configurator-panel[data-kind="filters"] .spc-configurator-panel-content { padding: 14px 18px; }
  :root .spc-configurator-panel[data-kind="filters"] footer { position: sticky; bottom: 0; background: var(--cfg-surface); padding-block: 12px; z-index: 1; }

  :root .spc-configurator-ux .spc-configurator-product-card {
    display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto 1fr auto; -moz-column-gap: 8px; column-gap: 8px;
  }
  :root .spc-configurator-ux .spc-configurator-product-card-main { grid-column: 1 / -1; }
  :root .spc-configurator-ux .spc-configurator-product-media { height: 148px; }
  :root .spc-configurator-ux .spc-configurator-product-card > .spc-configurator-stock {
    grid-column: 1; grid-row: 2; align-self: end; padding: 0 0 3px; white-space: normal; line-height: 1.35;
  }
  :root .spc-configurator-ux .spc-configurator-card-price {
    grid-column: 2; grid-row: 2; align-self: end; min-width: 0; margin-top: 0;
    flex-wrap: wrap; justify-content: flex-end; gap: 6px;
  }
  :root .spc-configurator-ux .spc-configurator-card-select { grid-column: 1 / -1; }
  :root[data-theme="light"] .spc-configurator-ux .spc-configurator-product-card:not([data-selected="true"]) { border-color: var(--spc-border); background: #fff; }
}
@media (min-width: 1024px) and (hover: hover) {
  :root[data-theme="light"] .spc-configurator-ux .spc-configurator-product-grid .spc-configurator-product-card:not([data-selected="true"]):hover {
    border-color: transparent; background: #fff; box-shadow: 0 0 15.3px #1687ff;
  }
}

/* Status pills of the catalog admin: products carry three states, categories two. */
.admin-product-status { display: inline-flex; align-items: center; border: 1px solid var(--color-border); border-radius: 999px; padding: 4px 9px; color: var(--color-muted); font-size: .75rem; font-weight: 600; white-space: nowrap; }
.admin-product-status--published { border-color: color-mix(in srgb, var(--color-success) 45%, var(--color-border)); color: var(--color-success); }
.admin-product-status--draft { border-color: color-mix(in srgb, var(--color-accent) 35%, var(--color-border)); color: var(--color-accent); }
.admin-product-status--archived { border-color: color-mix(in srgb, #d05252 40%, var(--color-border)); color: #c04444; }
.admin-category-add { position: relative; }
.admin-category-add > summary { cursor: pointer; list-style: none; }
.admin-category-add > summary::-webkit-details-marker { display: none; }
.admin-category-add-panel { position: absolute; z-index: 20; right: 0; top: calc(100% + .6rem); width: min(38rem, calc(100vw - 2rem)); }
.admin-category-status { display: inline-flex; align-items: center; border: 1px solid var(--color-border); border-radius: 999px; padding: 4px 9px; color: var(--color-muted); font-size: .75rem; font-weight: 600; white-space: nowrap; }
.admin-category-status.is-active { border-color: color-mix(in srgb, var(--color-success) 45%, var(--color-border)); color: var(--color-success); }
.admin-category-status.is-inactive { color: var(--color-muted); }

/* Orders admin: compact desktop table with a readable mobile card layout. */
.admin-orders-page { min-width: 0; }
.admin-orders-header { padding-bottom: 2px; }
.admin-orders-export, .admin-orders-reset, .admin-order-open { color: var(--color-foreground); transition: border-color 160ms ease, background-color 160ms ease; }
.admin-orders-export:hover, .admin-orders-reset:hover, .admin-order-open:hover { border-color: var(--color-accent); background: color-mix(in srgb, var(--color-accent) 9%, transparent); }
.admin-orders-filter-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.admin-orders-filters label > span { color: var(--color-muted); }
.admin-orders-table { border-collapse: collapse; }
.admin-orders-table thead { color: var(--color-muted); font-size: .75rem; text-transform: uppercase; letter-spacing: .04em; }
.admin-order-row { border-top: 1px solid var(--color-border); transition: background-color 160ms ease; }
.admin-order-row:hover { background: color-mix(in srgb, var(--color-accent) 5%, transparent); }
.admin-order-row--new { background: color-mix(in srgb, var(--color-accent) 4%, transparent); }
.admin-order-row--new td:first-child { box-shadow: inset 3px 0 0 var(--color-accent); }
/* Status pills reuse the semantic tokens so both themes stay readable. */
.admin-order-status { display: inline-flex; align-items: center; border: 1px solid var(--color-border); border-radius: 999px; padding: 4px 9px; color: var(--color-muted); font-size: .75rem; font-weight: 600; white-space: nowrap; }
.admin-order-status--new { border-color: color-mix(in srgb, var(--color-accent) 35%, var(--color-border)); color: var(--color-accent); }
.admin-order-status--confirmed, .admin-order-status--processing, .admin-order-status--ready { border-color: color-mix(in srgb, var(--color-warning) 45%, var(--color-border)); color: color-mix(in srgb, var(--color-warning) 72%, var(--color-foreground)); }
.admin-order-status--completed { border-color: color-mix(in srgb, var(--color-success) 45%, var(--color-border)); color: color-mix(in srgb, var(--color-success) 72%, var(--color-foreground)); }
.admin-order-status--cancelled { border-color: color-mix(in srgb, var(--color-error) 45%, var(--color-border)); color: color-mix(in srgb, var(--color-error) 72%, var(--color-foreground)); }
/* Account states in "Users": the same semantic tokens keep both themes readable. */
.admin-user-status { display: inline-flex; align-items: center; border: 1px solid var(--color-border); border-radius: 999px; padding: 4px 9px; color: var(--color-muted); font-size: .75rem; font-weight: 600; white-space: nowrap; }
.admin-user-status--active { border-color: color-mix(in srgb, var(--color-success) 45%, var(--color-border)); color: color-mix(in srgb, var(--color-success) 72%, var(--color-foreground)); }
.admin-user-status--locked { border-color: color-mix(in srgb, var(--color-warning) 45%, var(--color-border)); color: color-mix(in srgb, var(--color-warning) 72%, var(--color-foreground)); }
.admin-user-status--blocked { border-color: color-mix(in srgb, var(--color-error) 45%, var(--color-border)); color: color-mix(in srgb, var(--color-error) 72%, var(--color-foreground)); }
.admin-orders-mobile-list { display: none; }
.admin-order-card { border: 1px solid var(--color-border); border-radius: 14px; background: var(--color-surface); padding: 16px; }
.admin-order-card--new { border-color: color-mix(in srgb, var(--color-accent) 45%, var(--color-border)); }
.admin-order-card__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.admin-order-card__details { display: grid; gap: 10px; margin: 16px 0 0; }
.admin-order-card__details > div { display: flex; justify-content: space-between; gap: 16px; border-top: 1px solid var(--color-border); padding-top: 10px; }
.admin-order-card__details dt { color: var(--color-muted); }
.admin-order-card__details dd { margin: 0; text-align: right; }
.admin-order-card__details dd span { display: block; color: var(--color-muted); font-size: .8rem; }

/* Order finance snapshots: revenue, purchase cost and profit of a confirmed order. */
.admin-orders-finance-summary { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; }
.admin-orders-finance-summary > div { display: grid; gap: 5px; min-width: 0; border: 1px solid var(--color-border); border-radius: 10px; background: var(--color-surface); padding: 13px 14px; }
.admin-orders-finance-summary span { color: var(--color-muted); font-size: .78rem; }
.admin-orders-finance-summary strong { overflow: hidden; color: var(--color-foreground); font-size: 1.05rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.admin-orders-finance-note { margin: -6px 0 0; color: var(--color-muted); font-size: .78rem; }
/* Checkout settings: group only the fields that exist in OrderSetting. */
.admin-checkout-page { max-width: 1080px; min-width: 0; }
.admin-checkout-header { padding-bottom: 4px; }
.admin-page-eyebrow { margin: 0 0 4px; color: var(--color-accent); font-size: 0.75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.admin-checkout-form { display: grid; gap: 12px; }
.admin-checkout-primary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; align-items: stretch; }
.admin-checkout-section { border: 1px solid var(--color-border); border-radius: 12px; background: var(--color-surface); padding: 18px; }
.admin-checkout-section__heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; margin-bottom: 14px; }
.admin-checkout-section__heading h2 { margin: 0; font-size: 1.05rem; font-weight: 700; }
.admin-checkout-section__heading p { margin: 4px 0 0; color: var(--color-muted); font-size: .875rem; }
.admin-checkout-fields { display: grid; gap: 12px; }
.admin-checkout-fields--two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.admin-checkout-field { display: grid; gap: 6px; min-width: 0; }
.admin-checkout-label { display: block; color: var(--color-foreground); font-size: .875rem; font-weight: 600; }
.admin-checkout-hint { display: block; color: var(--color-muted); font-size: .78rem; line-height: 1.4; }
.admin-checkout-input { min-height: 42px; width: 100%; border: 1px solid var(--color-border); border-radius: 9px; background: var(--color-background); padding: 0 12px; color: var(--color-foreground); }
.admin-checkout-input:focus-visible { outline: 2px solid var(--color-focus); outline-offset: 2px; }
.admin-checkout-toggle { display: flex; align-items: flex-start; gap: 11px; min-height: 42px; cursor: pointer; }
.admin-checkout-toggle > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.admin-checkout-toggle__control { position: relative; flex: 0 0 38px; width: 38px; height: 22px; margin-top: 1px; border-radius: 999px; background: var(--color-border); transition: background-color 160ms ease; }
.admin-checkout-toggle__control::after { position: absolute; top: 3px; left: 3px; width: 16px; height: 16px; border-radius: 50%; background: var(--color-background); content: ""; transition: transform 160ms ease; }
.admin-checkout-toggle > input:checked + .admin-checkout-toggle__control { background: var(--color-accent); }
.admin-checkout-toggle > input:checked + .admin-checkout-toggle__control::after { transform: translateX(16px); }
.admin-checkout-toggle > input:focus-visible + .admin-checkout-toggle__control { outline: 2px solid var(--color-focus); outline-offset: 2px; }
.admin-checkout-advanced { padding: 0; }
.admin-checkout-advanced__summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; padding: 16px 18px; }
.admin-checkout-advanced__summary::-webkit-details-marker { display: none; }
.admin-checkout-advanced__summary strong, .admin-checkout-advanced__summary small { display: block; }
.admin-checkout-advanced__summary small { margin-top: 3px; color: var(--color-muted); font-size: .8rem; }
.admin-checkout-advanced__chevron { color: var(--color-muted); font-size: 1.25rem; transition: transform 160ms ease; }
.admin-checkout-advanced[open] .admin-checkout-advanced__chevron { transform: rotate(180deg); }
.admin-checkout-advanced__content { border-top: 1px solid var(--color-border); padding: 16px 18px 18px; }
.admin-checkout-actions { display: flex; justify-content: flex-end; padding-top: 2px; }
.admin-checkout-alert { border-radius: 10px; padding: 12px 14px; font-size: .875rem; }
.admin-checkout-alert--error { border: 1px solid color-mix(in srgb, var(--color-error) 40%, var(--color-border)); color: var(--color-error); }
.admin-checkout-alert--success { border: 1px solid color-mix(in srgb, var(--color-success) 40%, var(--color-border)); color: var(--color-success); }
/* Fulfillment methods admin: compact cards and progressive disclosure for editing. */
.admin-fulfillment-page { max-width: 1180px; min-width: 0; }
.admin-fulfillment-header { padding-bottom: 4px; }
.admin-fulfillment-add { position: relative; }
.admin-fulfillment-add > summary { list-style: none; }
.admin-fulfillment-add > summary::-webkit-details-marker { display: none; }
.admin-fulfillment-add-button { min-height: 42px; border-radius: 9px; background: var(--color-accent); padding: 11px 16px; color: var(--color-accent-foreground); font-size: .875rem; font-weight: 600; cursor: pointer; }
.admin-fulfillment-add-button:hover { background: var(--color-accent-strong); }
.admin-fulfillment-add-panel { position: absolute; z-index: 5; top: calc(100% + 10px); right: 0; width: min(760px, calc(100vw - 32px)); border: 1px solid var(--color-border); border-radius: 12px; background: var(--color-surface); box-shadow: var(--shadow-card); padding: 18px; }
.admin-fulfillment-list { display: grid; gap: 12px; }
.admin-fulfillment-card { border: 1px solid var(--color-border); border-radius: 12px; background: var(--color-surface); padding: 18px; }
.admin-fulfillment-card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.admin-fulfillment-card-title { display: flex; align-items: center; flex-wrap: wrap; gap: 9px; }
.admin-fulfillment-card-title h2 { margin: 0; color: var(--color-foreground); font-size: 1rem; font-weight: 700; }
.admin-fulfillment-status { display: inline-flex; border: 1px solid var(--color-border); border-radius: 999px; padding: 3px 8px; font-size: .72rem; font-weight: 600; }
.admin-fulfillment-status.is-active { border-color: color-mix(in srgb, var(--color-success) 45%, var(--color-border)); color: var(--color-success); }
.admin-fulfillment-status.is-inactive { color: var(--color-muted); }
.admin-fulfillment-card-meta { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 7px; color: var(--color-muted); font-size: .78rem; }
.admin-fulfillment-card-meta strong { color: var(--color-foreground); font-weight: 600; }
.admin-fulfillment-card-summary { display: grid; justify-items: end; gap: 4px; text-align: right; }
.admin-fulfillment-card-summary strong { color: var(--color-foreground); font-size: 1rem; font-weight: 700; }
.admin-fulfillment-card-summary span, .admin-fulfillment-card-description { color: var(--color-muted); font-size: .8rem; }
.admin-fulfillment-card-description { margin: 14px 0 0; border-top: 1px solid var(--color-border); padding-top: 12px; }
.admin-fulfillment-edit { margin-top: 14px; border-top: 1px solid var(--color-border); padding-top: 12px; }
.admin-fulfillment-edit > summary { color: var(--color-accent); font-size: .875rem; font-weight: 600; cursor: pointer; list-style: none; }
.admin-fulfillment-edit > summary::-webkit-details-marker { display: none; }
.admin-fulfillment-edit > summary::before { content: "＋"; margin-right: 6px; }
.admin-fulfillment-edit[open] > summary::before { content: "−"; }
.admin-fulfillment-form { display: grid; gap: 14px; margin-top: 14px; }
.admin-fulfillment-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.admin-fulfillment-form-section { min-width: 0; border: 1px solid var(--color-border); border-radius: 10px; padding: 14px; }
.admin-fulfillment-form-section--full { grid-column: 1 / -1; }
.admin-fulfillment-form-heading { margin-bottom: 12px; }
.admin-fulfillment-form-heading h3 { margin: 0; color: var(--color-foreground); font-size: .9rem; font-weight: 700; }
.admin-fulfillment-form-heading p { margin: 3px 0 0; color: var(--color-muted); font-size: .76rem; }
.admin-fulfillment-fields { display: grid; gap: 11px; }
.admin-fulfillment-fields--display { grid-template-columns: minmax(0, 1fr) minmax(130px, .35fr) minmax(180px, .65fr); align-items: end; }
.admin-fulfillment-field { display: grid; gap: 5px; min-width: 0; }
.admin-fulfillment-field--wide { min-width: 0; }
.admin-fulfillment-label { color: var(--color-foreground); font-size: .8rem; font-weight: 600; }
.admin-fulfillment-hint { color: var(--color-muted); font-size: .72rem; line-height: 1.35; }
.admin-fulfillment-input { min-height: 40px; width: 100%; border: 1px solid var(--color-border); border-radius: 8px; background: var(--color-background); padding: 0 10px; color: var(--color-foreground); }
.admin-fulfillment-input:focus-visible { outline: 2px solid var(--color-focus); outline-offset: 2px; }
.admin-fulfillment-toggle { display: flex; align-items: center; gap: 9px; min-height: 40px; color: var(--color-foreground); font-size: .8rem; font-weight: 600; cursor: pointer; }
.admin-fulfillment-toggle > input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.admin-fulfillment-toggle__control { position: relative; flex: 0 0 36px; width: 36px; height: 21px; border-radius: 999px; background: var(--color-border); }
.admin-fulfillment-toggle__control::after { position: absolute; top: 3px; left: 3px; width: 15px; height: 15px; border-radius: 50%; background: var(--color-background); content: ""; transition: transform 160ms ease; }
.admin-fulfillment-toggle > input:checked + .admin-fulfillment-toggle__control { background: var(--color-accent); }
.admin-fulfillment-toggle > input:checked + .admin-fulfillment-toggle__control::after { transform: translateX(15px); }
.admin-fulfillment-toggle > input:focus-visible + .admin-fulfillment-toggle__control { outline: 2px solid var(--color-focus); outline-offset: 2px; }
.admin-fulfillment-form-actions { display: flex; justify-content: flex-end; }
.admin-fulfillment-alert { border-radius: 9px; padding: 11px 13px; font-size: .875rem; }
.admin-fulfillment-alert--error { border: 1px solid color-mix(in srgb, var(--color-error) 40%, var(--color-border)); color: var(--color-error); }
.admin-fulfillment-alert--success { border: 1px solid color-mix(in srgb, var(--color-success) 40%, var(--color-border)); color: var(--color-success); }
.admin-fulfillment-empty { border-color: var(--color-border); color: var(--color-muted); }
@media (max-width: 700px) {
  .admin-fulfillment-header { align-items: stretch; }
  .admin-fulfillment-add-button { width: 100%; text-align: center; }
  .admin-fulfillment-add-panel { position: fixed; top: 72px; right: 16px; left: 16px; width: auto; max-height: calc(100dvh - 88px); overflow-y: auto; }
  .admin-fulfillment-card-header { display: grid; gap: 12px; }
  .admin-fulfillment-card-summary { justify-items: start; text-align: left; }
  .admin-fulfillment-form-grid, .admin-fulfillment-fields--display { grid-template-columns: 1fr; }
  .admin-fulfillment-form-section--full { grid-column: auto; }
  .admin-fulfillment-form-actions button { width: 100%; }
}
@media (max-width: 900px) {
  .admin-orders-finance-summary { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .admin-orders-filter-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
  .admin-orders-finance-summary { grid-template-columns: 1fr 1fr; }
  .admin-checkout-primary-grid { grid-template-columns: 1fr; }
  .admin-checkout-section { padding: 16px; }
  .admin-checkout-fields--two { grid-template-columns: 1fr; }
  .admin-checkout-actions { justify-content: stretch; }
  .admin-checkout-actions button { width: 100%; }
  .admin-orders-filter-grid { grid-template-columns: 1fr; }
  .admin-orders-table-wrap { display: none; }
  .admin-orders-mobile-list { display: grid; gap: 12px; }
  .admin-orders-pagination { align-items: flex-start; flex-wrap: wrap; }
}

/* Configurator desktop: give progress and completed steps a clearer accent. */
@media (min-width: 1024px) {
  :root .spc-configurator-ux {
    --cfg-selection-border: #5c9bea;
    --cfg-accent: #8dc5ff;
    --cfg-selected: #172943;
  }
  :root[data-theme="light"] .spc-configurator-ux {
    --cfg-selection-border: #4387dc;
    --cfg-accent: #075aca;
    --cfg-selected: #e8f2ff;
  }
  :root .spc-configurator-ux .spc-configurator-progress {
    border-color: color-mix(in srgb, var(--cfg-selection-border) 30%, var(--cfg-border));
    background: color-mix(in srgb, var(--cfg-selection-border) 4%, var(--cfg-surface));
  }
  :root .spc-configurator-ux .spc-configurator-section[data-selected="true"][data-expanded="false"] {
    border-color: color-mix(in srgb, var(--cfg-selection-border) 48%, var(--cfg-border));
  }
  :root .spc-configurator-ux .spc-configurator-section[data-selected="true"][data-expanded="false"] .spc-configurator-accordion-head {
    background: color-mix(in srgb, var(--cfg-selection-border) 10%, var(--cfg-card));
    box-shadow: inset 3px 0 var(--cfg-selection-border);
  }
  :root[data-theme="light"] .spc-storefront.spc-storefront-premium .spc-configurator-ux .spc-configurator-section[data-selected="true"][data-expanded="false"] .spc-configurator-accordion-head {
    background: var(--cfg-selected);
  }
  :root .spc-configurator-ux .spc-configurator-accordion-status[data-selected="true"] {
    border-radius: 999px;
    padding: 4px 8px;
    background: color-mix(in srgb, var(--cfg-success) 12%, transparent);
  }
}

/* Configurator studio: clear type, measured spacing, and a stable working canvas. */
:root .spc-configurator-preview.spc-configurator-ux {
  --cfg-canvas: #0b0f15;
  --cfg-surface: #111923;
  --cfg-card: #151f2b;
  --cfg-raised: #1b2735;
  --cfg-border: #2c3a49;
  --cfg-muted: #a6b4c4;
  --cfg-text: #eef3fa;
  --cfg-selected: #172a40;
  --cfg-selection-border: #5795e0;
  --cfg-accent: #91c4ff;
  font-family: "IBM Plex Sans", "Onest", ui-sans-serif, system-ui, sans-serif;
  font-size: 14px;
  font-variant-numeric: lining-nums;
  letter-spacing: .002em;
  line-height: 1.5;
  padding: 30px clamp(20px, 3.3vw, 52px) 48px;
  background:
    radial-gradient(ellipse at 46% -12%, rgba(46, 101, 163, .14), transparent 44rem),
    linear-gradient(180deg, #0c1118 0%, var(--cfg-canvas) 38rem);
  color: var(--cfg-text);
}
:root[data-theme="light"] .spc-configurator-preview.spc-configurator-ux {
  --cfg-canvas: #f1f4f8;
  --cfg-surface: #fff;
  --cfg-card: #fff;
  --cfg-raised: #f5f8fc;
  --cfg-border: #d5dee9;
  --cfg-muted: #536276;
  --cfg-text: #162334;
  --cfg-selected: #eaf3ff;
  --cfg-selection-border: #4b84cd;
  --cfg-accent: #145fae;
  background: linear-gradient(180deg, #f5f7fa 0%, var(--cfg-canvas) 34rem);
}
:root .spc-configurator-preview.spc-configurator-ux :is(.spc-configurator-topbar, .spc-configurator-layout) {
  width: min(1520px, 100%);
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-topbar {
  align-items: center;
  gap: 24px;
  margin-bottom: 22px;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-topbar h1 {
  color: var(--cfg-text);
  font-family: "Onest", "IBM Plex Sans", sans-serif;
  font-size: clamp(29px, 2.2vw, 34px);
  font-weight: 600;
  letter-spacing: -.035em;
  line-height: 1.12;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-topbar p {
  margin-top: 8px;
  color: var(--cfg-muted);
  font-size: 14px;
  line-height: 1.45;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-actions {
  flex-wrap: wrap;
  gap: 8px;
  padding-top: 0;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-actions > button {
  min-height: 40px;
  border-radius: 9px;
  padding: 0 11px;
  color: var(--cfg-muted);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  transition: color 150ms ease, background-color 150ms ease;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-actions > button:hover {
  background: color-mix(in srgb, var(--cfg-raised) 80%, transparent);
  color: var(--cfg-text);
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-actions > button + button::before { display: none; }
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-progress {
  min-height: 70px;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 2px;
  border: 1px solid color-mix(in srgb, var(--cfg-border) 88%, var(--cfg-accent));
  border-radius: 13px;
  padding: 12px 16px;
  background: color-mix(in srgb, var(--cfg-surface) 94%, var(--cfg-accent));
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-progress-ring {
  width: 42px;
  height: 42px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  background: radial-gradient(circle, var(--cfg-surface) 57%, transparent 60%),
    conic-gradient(var(--cfg-selection-border) 0 var(--spc-configurator-progress-deg, 0deg), var(--cfg-border) var(--spc-configurator-progress-deg, 0deg) 360deg);
  color: var(--cfg-text);
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-progress strong {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-progress span {
  margin-top: 3px;
  color: var(--cfg-muted);
  font-size: 12px;
  line-height: 1.4;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-workspace { gap: 12px; }
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-section {
  border-color: var(--cfg-border);
  border-radius: 13px;
  background: var(--cfg-surface);
  box-shadow: 0 10px 28px rgba(4, 10, 18, .08);
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-section[data-expanded="true"] {
  border-color: color-mix(in srgb, var(--cfg-selection-border) 36%, var(--cfg-border));
  box-shadow: 0 14px 36px rgba(4, 10, 18, .12);
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-accordion-head {
  min-height: 66px;
  gap: 18px;
  padding: 13px 16px;
  color: var(--cfg-text);
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-section-title strong {
  color: var(--cfg-text);
  font-family: "Onest", "IBM Plex Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -.012em;
  line-height: 1.35;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-section-title small,
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-accordion-status {
  color: var(--cfg-muted);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-section-body { gap: 16px; }
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-tool-row {
  min-height: 48px;
  gap: 9px;
  padding: 8px 0 12px;
  background: var(--cfg-surface);
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-search,
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-sort select,
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-filter-trigger {
  min-height: 40px;
  height: 40px;
  border-color: var(--cfg-border);
  border-radius: 9px;
  background: var(--cfg-raised);
  color: var(--cfg-text);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-search input {
  color: var(--cfg-text);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-view-toggle {
  min-height: 40px;
  align-items: center;
  border-color: var(--cfg-border);
  border-radius: 9px;
  background: var(--cfg-raised);
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-view-toggle button {
  width: 36px;
  height: 34px;
  border-radius: 7px;
  color: var(--cfg-muted);
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-view-toggle button[data-active="true"] {
  background: var(--cfg-selected);
  color: var(--cfg-accent);
  box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--cfg-selection-border) 60%, transparent);
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-list {
  overflow: hidden;
  border: 1px solid var(--cfg-border);
  border-radius: 11px;
  background: var(--cfg-surface);
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-row {
  min-height: 88px;
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--cfg-border) 78%, transparent);
  border-radius: 0;
  padding: 10px 12px;
  background: transparent;
  box-shadow: none;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-row:last-child { border-bottom: 0; }
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-row[data-selected="true"] {
  border: 0;
  border-bottom: 1px solid color-mix(in srgb, var(--cfg-selection-border) 28%, transparent);
  border-radius: 0;
  background: var(--cfg-selected);
  box-shadow: inset 3px 0 var(--cfg-selection-border);
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-row:not([data-selected="true"]):hover {
  background: color-mix(in srgb, var(--cfg-raised) 54%, transparent);
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-name {
  color: var(--cfg-text);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-meta {
  color: var(--cfg-muted);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  line-height: 1.45;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-stock {
  color: var(--cfg-muted);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  line-height: 1.35;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-price-delta {
  color: var(--cfg-text);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 15px;
  font-weight: 600;
  font-variant-numeric: tabular-nums lining-nums;
  white-space: nowrap;
}
:root .spc-configurator-preview.spc-configurator-ux :is(.spc-configurator-option-select, .spc-configurator-card-select) {
  min-height: 38px;
  border-radius: 9px;
  padding-inline: 13px;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-summary { gap: 9px; }
:root .spc-configurator-preview.spc-configurator-ux :is(.spc-configurator-build-card, .spc-configurator-config-list, .spc-configurator-compatibility) {
  margin: 0;
  border: 1px solid var(--cfg-border);
  border-radius: 13px;
  background: var(--cfg-card);
  padding: 15px;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-build-head h2 {
  color: var(--cfg-text);
  font-family: "Onest", "IBM Plex Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  letter-spacing: -.012em;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-build-head span,
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-build-price small {
  color: var(--cfg-muted);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-build-image { height: 124px; }
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-build-price { text-align: left; }
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-build-price strong {
  display: block;
  color: var(--cfg-text);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 29px;
  font-weight: 600;
  font-variant-numeric: tabular-nums lining-nums;
  letter-spacing: -.025em;
  line-height: 1.2;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-config-list { background: var(--cfg-card); }
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-config-list dl { gap: 8px; margin-top: 4px; }
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-config-list dl div { grid-template-columns: 112px minmax(0, 1fr); gap: 10px; }
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-config-list dt,
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-config-list dd {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 12px;
  line-height: 1.45;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-config-list dt { color: var(--cfg-muted); }
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-config-list dd { color: var(--cfg-text); font-variant-numeric: tabular-nums; }
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-compatibility {
  border-top: 1px solid var(--cfg-border);
  background: var(--cfg-card);
  padding-top: 14px;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-cart-button {
  min-height: 48px;
  height: auto;
  margin-top: 14px;
  border-radius: 10px;
  background: #1265e8;
  box-shadow: 0 7px 18px rgba(18, 101, 232, .2);
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-cart-button:hover {
  background: #0d58ce;
  box-shadow: 0 9px 24px rgba(18, 101, 232, .28);
}
:root .spc-configurator-preview.spc-configurator-ux :is(.spc-configurator-order-preferences, .spc-configurator-comment textarea) {
  font-family: "IBM Plex Sans", sans-serif;
}
:root .spc-configurator-preview.spc-configurator-ux .spc-configurator-comment textarea {
  min-height: 72px;
  border-radius: 9px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.45;
}
@media (min-width: 1024px) {
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-layout {
    grid-template-columns: minmax(0, 1fr) clamp(316px, 24vw, 356px);
    gap: clamp(16px, 1.5vw, 24px);
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-sidebar {
    top: 24px;
    max-height: calc(100dvh - 48px);
  }
}
@media (min-width: 1024px) and (max-width: 1320px) {
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 1023px) {
  :root .spc-configurator-preview.spc-configurator-ux {
    padding: 20px 16px 36px;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-topbar { margin-bottom: 16px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-topbar h1 { font-size: 27px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-progress { min-height: 64px; padding: 10px 12px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-section { border-radius: 12px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-accordion-head { min-height: 62px; padding: 11px 12px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-summary { gap: 10px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-list {
    display: grid;
    gap: 8px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-row {
    grid-template-columns: 46px minmax(0, 1fr) max-content;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 5px 9px;
    min-height: 0;
    border: 1px solid var(--cfg-border);
    border-radius: 10px;
    padding: 9px 10px;
    background: var(--cfg-card);
    box-shadow: none;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-row[data-selected="true"] {
    border: 1px solid color-mix(in srgb, var(--cfg-selection-border) 78%, var(--cfg-border));
    border-radius: 10px;
    background: var(--cfg-selected);
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--cfg-selection-border) 16%, transparent);
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-row-thumbnail { grid-column: 1; grid-row: 1; align-self: start; width: 46px; height: 46px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-row-thumbnail img { width: 46px; height: 46px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-main { grid-column: 2 / 4; grid-row: 1; gap: 2px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-name { font-size: 13px; line-height: 1.25; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-meta,
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-stock { font-size: 11px; line-height: 1.25; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-stock { padding-top: 0; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-row > .spc-configurator-price-delta { grid-column: 2 / 3; grid-row: 2; align-self: center; justify-self: start; max-width: 100%; overflow-wrap: anywhere; white-space: normal; font-size: 13px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-row > .spc-configurator-quantity { grid-column: 2 / 3; grid-row: 3; justify-self: start; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-row > .spc-configurator-option-select { grid-column: 3 / 4; grid-row: 2; justify-self: stretch; min-height: 32px; padding: 5px 9px; }
}

@media (max-width: 560px) {
  :root .spc-configurator-preview.spc-configurator-ux { padding-inline: 12px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-topbar h1 { font-size: 25px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-topbar p { font-size: 13px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-actions { gap: 6px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-progress { grid-template-columns: 38px minmax(0, 1fr); gap: 11px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-progress-ring { width: 38px; height: 38px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-accordion-head { gap: 10px; padding-inline: 10px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-section-title { gap: 9px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-section-title strong { font-size: 15px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-row { grid-template-columns: 42px minmax(0, 1fr) max-content; grid-template-rows: auto auto; gap: 4px 8px; min-height: 0; padding: 8px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-row-thumbnail { grid-column: 1; grid-row: 1; align-self: start; width: 42px; height: 42px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-row-thumbnail img { width: 42px; height: 42px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-main { grid-column: 2 / 4; grid-row: 1; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-row > .spc-configurator-price-delta { grid-column: 2 / 3; grid-row: 2; align-self: center; justify-self: start; max-width: 100%; overflow-wrap: anywhere; white-space: normal; font-size: 13px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-row > .spc-configurator-quantity { grid-column: 2 / 3; grid-row: 3; justify-self: start; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-option-row > .spc-configurator-option-select { grid-column: 3 / 4; grid-row: 2; justify-self: stretch; min-height: 36px; padding-inline: 10px; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-build-price strong { font-size: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  :root .spc-configurator-preview.spc-configurator-ux * { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* Studio layout: navigation, component workspace, and build summary stay distinct. */
@media (min-width: 1024px) {
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-desktop-progress {
    display: grid;
    width: min(1520px, 100%);
    grid-template-columns: minmax(220px, .7fr) minmax(240px, 1fr) 42px;
    align-items: center;
    gap: 18px;
    margin: 0 auto 18px;
    padding: 0 0 13px;
    border-bottom: 1px solid var(--cfg-border);
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-progress-line-copy {
    display: grid;
    gap: 2px;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-progress-line-copy strong {
    color: var(--cfg-text);
    font-size: 13px;
    font-weight: 600;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-progress-line-copy span {
    color: var(--cfg-muted);
    font-size: 12px;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-progress-line-track {
    height: 5px;
    overflow: hidden;
    border-radius: 999px;
    background: color-mix(in srgb, var(--cfg-border) 88%, transparent);
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-progress-line-track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: var(--cfg-selection-border);
    transition: width 220ms ease;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-progress-line-percent {
    color: var(--cfg-muted);
    font-size: 12px;
    font-variant-numeric: tabular-nums;
    text-align: right;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-layout {
    display: grid;
    grid-template-columns: 208px minmax(0, 1fr) minmax(308px, 340px);
    align-items: start;
    gap: clamp(16px, 1.5vw, 24px);
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-left {
    display: block;
    position: sticky;
    top: 24px;
    grid-column: 1;
    grid-row: 1;
    overflow: visible;
    max-height: calc(100dvh - 48px);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step-list {
    display: grid;
    gap: 3px;
    padding: 0;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step-list::before { display: none; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step {
    min-height: 54px;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 9px;
    border: 1px solid transparent;
    border-radius: 9px;
    padding: 8px 9px;
    color: var(--cfg-muted);
    text-align: left;
    transition: border-color 150ms ease, background-color 150ms ease, color 150ms ease;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step:hover {
    background: color-mix(in srgb, var(--cfg-raised) 70%, transparent);
    color: var(--cfg-text);
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step[data-active="true"] {
    border-color: color-mix(in srgb, var(--cfg-selection-border) 34%, transparent);
    background: var(--cfg-selected);
    color: var(--cfg-text);
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step-marker {
    width: 12px;
    height: 12px;
    border-width: 1.5px;
    border-color: var(--cfg-border);
    background: var(--cfg-surface);
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step[data-selected="true"] .spc-configurator-step-marker {
    border-color: var(--cfg-success);
    background: var(--cfg-success);
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step[data-selected="true"] .spc-configurator-step-marker::after {
    width: 4px;
    height: 4px;
    background: var(--cfg-canvas);
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step-icon { display: none; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step-copy { min-width: 0; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step-copy strong {
    overflow: hidden;
    color: inherit;
    font-size: 12px;
    font-weight: 550;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step-copy span {
    display: block;
    overflow: hidden;
    margin-top: 2px;
    color: var(--cfg-muted);
    font-size: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-workspace {
    grid-column: 2;
    grid-row: 1;
    gap: 10px;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-section:not([data-expanded="true"]) { display: none; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-section {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-accordion-head {
    min-height: 48px;
    padding: 4px 2px 11px;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-section[data-expanded="true"] .spc-configurator-accordion-head {
    background: transparent;
    box-shadow: none;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-accordion-chevron { display: none; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-accordion-panel { max-height: none; overflow: visible; padding: 0; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-sidebar {
    position: sticky;
    top: 24px;
    grid-column: 3;
    grid-row: 1;
    max-height: calc(100dvh - 48px);
  }
}

@media (min-width: 1024px) and (max-width: 1399px) {
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-layout {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 332px);
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-left {
    position: static;
    grid-column: 1 / -1;
    grid-row: 1;
    overflow: hidden;
    max-height: none;
    border: 0;
    border-bottom: 1px solid var(--cfg-border);
    border-radius: 0;
    padding-bottom: 7px;
    background: transparent;
    box-shadow: none;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step-list {
    display: flex;
    overflow-x: auto;
    gap: 5px;
    scrollbar-width: thin;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step {
    width: auto;
    min-width: 142px;
    min-height: 48px;
    flex: 1 0 auto;
    grid-template-columns: 14px minmax(0, 1fr);
    padding: 6px 8px;
  }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-step-copy span { display: none; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-workspace { grid-column: 1; grid-row: 2; }
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-sidebar { grid-column: 2; grid-row: 2; }
}

@media (max-width: 1023px) {
  :root .spc-configurator-preview.spc-configurator-ux .spc-configurator-desktop-progress { display: none; }
}

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.focus-within\:border-accent:focus-within {
  border-color: var(--color-accent);
}

.focus-within\:shadow-glow:focus-within {
  --tw-shadow: var(--shadow-glow);
  --tw-shadow-colored: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-accent:hover {
  border-color: var(--color-accent);
}

.hover\:bg-accent-strong:hover {
  background-color: var(--color-accent-strong);
}

.hover\:bg-amber-500\/10:hover {
  background-color: rgb(245 158 11 / 0.1);
}

.hover\:bg-red-500\/10:hover {
  background-color: rgb(239 68 68 / 0.1);
}

.hover\:bg-surface-hover:hover {
  background-color: var(--color-surface-hover);
}

.hover\:text-accent:hover {
  color: var(--color-accent);
}

.hover\:text-foreground:hover {
  color: var(--color-foreground);
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:fixed:focus {
  position: fixed;
}

.focus\:left-3:focus {
  left: 0.75rem;
}

.focus\:top-3:focus {
  top: 0.75rem;
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-accent:focus-visible {
  outline-color: var(--color-accent);
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-accent:focus-visible {
  --tw-ring-color: var(--color-accent);
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:cursor-wait:disabled {
  cursor: wait;
}

.disabled\:opacity-45:disabled {
  opacity: 0.45;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.group:hover .group-hover\:scale-\[1\.03\] {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.has-\[\:checked\]\:border-accent:has(:checked) {
  border-color: var(--color-accent);
}

.aria-pressed\:bg-accent[aria-pressed="true"] {
  background-color: var(--color-accent);
}

.aria-pressed\:text-accent-foreground[aria-pressed="true"] {
  color: var(--color-accent-foreground);
}

.aria-pressed\:shadow-glow[aria-pressed="true"] {
  --tw-shadow: var(--shadow-glow);
  --tw-shadow-colored: var(--shadow-glow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.aria-selected\:bg-surface-hover[aria-selected="true"] {
  background-color: var(--color-surface-hover);
}

.dark\:bg-blue-950\/30:is([data-theme="dark"] *) {
  background-color: rgb(23 37 84 / 0.3);
}

.dark\:text-amber-300:is([data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-400:is([data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-300:is([data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-300:is([data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-400:is([data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.dark\:text-green-300:is([data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.dark\:text-red-300:is([data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.dark\:text-red-400:is([data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-100:is([data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-300:is([data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-300:is([data-theme="dark"] *) {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 640px) {

  .max-sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-sm\:gap-0 {
    gap: 0px;
  }
}

@media (min-width: 640px) {

  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .sm\:h-36 {
    height: 9rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

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

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

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

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-cols-\[1fr_12rem_auto\] {
    grid-template-columns: 1fr 12rem auto;
  }

  .sm\:grid-cols-\[1fr_7rem_auto\] {
    grid-template-columns: 1fr 7rem auto;
  }

  .sm\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .sm\:grid-cols-\[5rem_minmax\(0\2c 1fr\)_auto\] {
    grid-template-columns: 5rem minmax(0,1fr) auto;
  }

  .sm\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)_auto\] {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr) auto;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }
}

@media (min-width: 641px) {

  .min-\[641px\]\:w-auto {
    width: auto;
  }

  .min-\[641px\]\:flex-row {
    flex-direction: row;
  }

  .min-\[641px\]\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .min-\[641px\]\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {

  .md\:order-none {
    order: 0;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:block {
    display: block;
  }

  .md\:table {
    display: table;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }

  .md\:w-auto {
    width: auto;
  }

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

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

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

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .md\:grid-cols-\[1\.4fr_1fr_1fr_auto\] {
    grid-template-columns: 1.4fr 1fr 1fr auto;
  }

  .md\:grid-cols-\[1fr_1fr_2fr_auto\] {
    grid-template-columns: 1fr 1fr 2fr auto;
  }

  .md\:grid-cols-\[1fr_1fr_auto\] {
    grid-template-columns: 1fr 1fr auto;
  }

  .md\:grid-cols-\[1fr_1fr_auto_auto\] {
    grid-template-columns: 1fr 1fr auto auto;
  }

  .md\:grid-cols-\[3rem_8rem_minmax\(0\2c 1fr\)_10rem\] {
    grid-template-columns: 3rem 8rem minmax(0,1fr) 10rem;
  }

  .md\:grid-cols-\[minmax\(0\2c 1\.5fr\)_minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)_auto\] {
    grid-template-columns: minmax(0,1.5fr) minmax(0,1fr) minmax(0,1fr) auto;
  }

  .md\:grid-cols-\[minmax\(0\2c 1\.6fr\)_minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)_auto\] {
    grid-template-columns: minmax(0,1.6fr) minmax(0,1fr) minmax(0,1fr) auto;
  }

  .md\:grid-cols-\[minmax\(0\2c 1fr\)_14rem_auto\] {
    grid-template-columns: minmax(0,1fr) 14rem auto;
  }

  .md\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  }

  .md\:grid-cols-\[minmax\(0\2c 2fr\)_minmax\(150px\2c 1fr\)_minmax\(150px\2c 1fr\)_auto\] {
    grid-template-columns: minmax(0,2fr) minmax(150px,1fr) minmax(150px,1fr) auto;
  }

  .md\:grid-cols-\[minmax\(14rem\2c 2fr\)_5rem_minmax\(12rem\2c 1\.5fr\)_8rem_minmax\(14rem\2c 1\.5fr\)_8rem\] {
    grid-template-columns: minmax(14rem,2fr) 5rem minmax(12rem,1.5fr) 8rem minmax(14rem,1.5fr) 8rem;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:leading-6 {
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-cols-\[17rem_1fr\] {
    grid-template-columns: 17rem 1fr;
  }

  .lg\:grid-cols-\[18rem_minmax\(0\2c 1fr\)\] {
    grid-template-columns: 18rem minmax(0,1fr);
  }

  .lg\:grid-cols-\[1fr_2fr\] {
    grid-template-columns: 1fr 2fr;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_12rem_13rem\] {
    grid-template-columns: minmax(0,1fr) 12rem 13rem;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_20rem\] {
    grid-template-columns: minmax(0,1fr) 20rem;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_22rem\] {
    grid-template-columns: minmax(0,1fr) 22rem;
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1\.3fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(0,1.3fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(22rem\2c \.85fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(22rem,.85fr);
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:bg-\[\#03070d\] {
    --tw-bg-opacity: 1;
    background-color: rgb(3 7 13 / var(--tw-bg-opacity, 1));
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {

  .xl\:sticky {
    position: sticky;
  }

  .xl\:top-40 {
    top: 10rem;
  }

  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .xl\:col-start-4 {
    grid-column-start: 4;
  }

  .xl\:block {
    display: block;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:min-w-0 {
    min-width: 0px;
  }

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

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

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .xl\:grid-cols-\[17rem_minmax\(0\2c 1fr\)_23rem\] {
    grid-template-columns: 17rem minmax(0,1fr) 23rem;
  }

  .xl\:grid-cols-\[minmax\(0\2c 1fr\)_22rem\] {
    grid-template-columns: minmax(0,1fr) 22rem;
  }

  .xl\:self-start {
    align-self: flex-start;
  }

  .xl\:overflow-visible {
    overflow: visible;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }
}

.\[\&_legend\]\:sr-only legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.\[\&_td\]\:border-b td {
  border-bottom-width: 1px;
}

.\[\&_td\]\:border-border td {
  border-color: var(--color-border);
}

.\[\&_td\]\:px-3 td {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_td\]\:py-3 td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_th\]\:border-b th {
  border-bottom-width: 1px;
}

.\[\&_th\]\:border-border th {
  border-color: var(--color-border);
}

.\[\&_th\]\:px-3 th {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.\[\&_th\]\:py-3 th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

