/*
 *******************************************************************************
 *                           TABLE OF CONTENTS
 * # Global Settings
 * # Colors
 * # Grid
 * # Buttons
 * # Sidebar
 * # Divider
 * # Menu
 * # Dropdown Menu
 * # Form Elements
 * # Overlay
 * # Modal
 * # Card
 * # Tabs
 *******************************************************************************
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scrollbar-color: #888 rgb(0, 125, 165);


}

/* Stocki */
input[type='text'],
input[type='password'] {
  font-size: 16px;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: Arial;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
}

.userStats--card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.4);
  padding: 20px 24px;
  max-width: 500px;
  border-radius: 12px;
  transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
  position: relative;
  overflow: hidden;
}

.userStats--card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 200, 250, 0.15);
  border-color: var(--primaryColor);
}

/* Diagonal stripes overlay - matches non-supporter */
.userStats__stripes {
  display: none;
}

/* Supporter glow effect - matches showcase-card--highlighted */
.userStats--supporter {
  background:
    linear-gradient(135deg, rgba(0, 140, 190, 0.35) 0%, rgba(0, 100, 150, 0.25) 40%, rgba(26, 26, 26, 1) 100%),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 15px,
      rgba(0, 200, 250, 0.08) 15px,
      rgba(0, 200, 250, 0.08) 30px);
  border-color: rgba(0, 200, 250, 0.3);
}

.userStats--supporter:hover {
  border-color: rgba(0, 220, 255, 1);
  box-shadow: 0 0 35px rgba(0, 200, 250, 0.55), inset 0 0 40px rgba(0, 200, 250, 0.15);
  background:
    linear-gradient(135deg, rgba(0, 170, 220, 0.45) 0%, rgba(0, 120, 170, 0.35) 40%, rgba(26, 26, 26, 1) 100%),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 15px,
      rgba(0, 200, 250, 0.12) 15px,
      rgba(0, 200, 250, 0.12) 30px);
}

.userStats__badge {
  background: linear-gradient(90deg, var(--primaryColor), var(--primaryColorDark));
  color: #fff;
  font-size: 0.92em;
  border-radius: 12px;
  padding: 4px 14px 4px 10px;
  margin-top: 4px;
  margin-left: 4px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.10);
  letter-spacing: 0.5px;
  gap: 6px;
  border: 1px solid var(--primaryColorDark);
}

.userStats__badge i {
  font-size: 1.1em;
  margin-right: 2px;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Table of Conents
 * ----------------
 * 0. Naming
 * 1. Media Queries
 * 2. The Grid
 */
.flex-grid {
  box-sizing: border-box;
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.flex-grid--without-outer-gutter .flex-grid__row,
.flex-grid--fullwidth .flex-grid__row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.flex-grid--fullwidth {
  max-width: none;
}

.flex-grid__row {
  box-sizing: border-box;
  width: calc(100% - 1rem);
  display: flex;
  flex-flow: row wrap;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.flex-grid__row .flex-grid__row {
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.flex-grid__row--reverse {
  flex-direction: row-reverse;
}

.flex-grid__row--fullwidth {
  max-width: none;
}

.flex-grid__row--align-left {
  justify-content: flex-start;
}

.flex-grid__row--align-center {
  justify-content: center;
}

.flex-grid__row--align-right {
  justify-content: flex-end;
}

.flex-grid__row--align-justify {
  justify-content: space-between;
}

.flex-grid__row--align-even {
  justify-content: space-evenly;
}

.flex-grid__row--align-spaced {
  justify-content: space-around;
}

.flex-grid__row--align-top {
  align-items: flex-start;
}

.flex-grid__row--align-middle {
  align-items: center;
}

.flex-grid__row--align-bottom {
  align-items: flex-end;
}

.flex-grid__row--align-stretch {
  align-items: stretch;
}

.flex-grid__cell {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.flex-grid__cell--align-top {
  align-self: flex-start;
}

.flex-grid__cell--align-middle {
  align-self: center;
}

.flex-grid__cell--align-bottom {
  align-self: flex-end;
}

.flex-grid__cell--align-stretch {
  align-self: stretch;
}

@media screen and (min-width: 0) {
  .flex-grid__cell--small-1 {
    width: calc(8.33333% - 1rem);
  }

  .flex-grid__cell--small-2 {
    width: calc(16.66667% - 1rem);
  }

  .flex-grid__cell--small-3 {
    width: calc(25% - 1rem);
  }

  .flex-grid__cell--small-4 {
    width: calc(33.33333% - 1rem);
  }

  .flex-grid__cell--small-5 {
    width: calc(41.66667% - 1rem);
  }

  .flex-grid__cell--small-6 {
    width: calc(50% - 1rem);
  }

  .flex-grid__cell--small-7 {
    width: calc(58.33333% - 1rem);
  }

  .flex-grid__cell--small-8 {
    width: calc(66.66667% - 1rem);
  }

  .flex-grid__cell--small-9 {
    width: calc(75% - 1rem);
  }

  .flex-grid__cell--small-10 {
    width: calc(83.33333% - 1rem);
  }

  .flex-grid__cell--small-11 {
    width: calc(91.66667% - 1rem);
  }

  .flex-grid__cell--small-12 {
    width: calc(100% - 1rem);
  }

  .flex-grid__cell--small-auto {
    flex: 1 1 0;
    width: auto;
  }

  .flex-grid__cell--small-shrink {
    flex: 0 1 auto;
    width: auto;
  }
}

@media screen and (min-width: 640px) {
  .flex-grid__cell--medium-1 {
    width: calc(8.33333% - 1rem);
  }

  .flex-grid__cell--medium-2 {
    width: calc(16.66667% - 1rem);
  }

  .flex-grid__cell--medium-3 {
    width: calc(25% - 1rem);
  }

  .flex-grid__cell--medium-4 {
    width: calc(33.33333% - 1rem);
  }

  .flex-grid__cell--medium-5 {
    width: calc(41.66667% - 1rem);
  }

  .flex-grid__cell--medium-6 {
    width: calc(50% - 1rem);
  }

  .flex-grid__cell--medium-7 {
    width: calc(58.33333% - 1rem);
  }

  .flex-grid__cell--medium-8 {
    width: calc(66.66667% - 1rem);
  }

  .flex-grid__cell--medium-9 {
    width: calc(75% - 1rem);
  }

  .flex-grid__cell--medium-10 {
    width: calc(83.33333% - 1rem);
  }

  .flex-grid__cell--medium-11 {
    width: calc(91.66667% - 1rem);
  }

  .flex-grid__cell--medium-12 {
    width: calc(100% - 1rem);
  }

  .flex-grid__cell--medium-auto {
    flex: 1 1 0;
    width: auto;
  }

  .flex-grid__cell--medium-shrink {
    flex: 0 1 auto;
    width: auto;
  }
}

@media screen and (min-width: 1024px) {
  .flex-grid__cell--large-1 {
    width: calc(8.33333% - 1rem);
  }

  .flex-grid__cell--large-2 {
    width: calc(16.66667% - 1rem);
  }

  .flex-grid__cell--large-3 {
    width: calc(25% - 1rem);
  }

  .flex-grid__cell--large-4 {
    width: calc(33.33333% - 1rem);
  }

  .flex-grid__cell--large-5 {
    width: calc(41.66667% - 1rem);
  }

  .flex-grid__cell--large-6 {
    width: calc(50% - 1rem);
  }

  .flex-grid__cell--large-7 {
    width: calc(58.33333% - 1rem);
  }

  .flex-grid__cell--large-8 {
    width: calc(66.66667% - 1rem);
  }

  .flex-grid__cell--large-9 {
    width: calc(75% - 1rem);
  }

  .flex-grid__cell--large-10 {
    width: calc(83.33333% - 1rem);
  }

  .flex-grid__cell--large-11 {
    width: calc(91.66667% - 1rem);
  }

  .flex-grid__cell--large-12 {
    width: calc(100% - 1rem);
  }

  .flex-grid__cell--large-auto {
    flex: 1 1 0;
    width: auto;
  }

  .flex-grid__cell--large-shrink {
    flex: 0 1 auto;
    width: auto;
  }
}

@media screen and (min-width: 1200px) {
  .flex-grid__cell--xlarge-1 {
    width: calc(8.33333% - 1rem);
  }

  .flex-grid__cell--xlarge-2 {
    width: calc(16.66667% - 1rem);
  }

  .flex-grid__cell--xlarge-3 {
    width: calc(25% - 1rem);
  }

  .flex-grid__cell--xlarge-4 {
    width: calc(33.33333% - 1rem);
  }

  .flex-grid__cell--xlarge-5 {
    width: calc(41.66667% - 1rem);
  }

  .flex-grid__cell--xlarge-6 {
    width: calc(50% - 1rem);
  }

  .flex-grid__cell--xlarge-7 {
    width: calc(58.33333% - 1rem);
  }

  .flex-grid__cell--xlarge-8 {
    width: calc(66.66667% - 1rem);
  }

  .flex-grid__cell--xlarge-9 {
    width: calc(75% - 1rem);
  }

  .flex-grid__cell--xlarge-10 {
    width: calc(83.33333% - 1rem);
  }

  .flex-grid__cell--xlarge-11 {
    width: calc(91.66667% - 1rem);
  }

  .flex-grid__cell--xlarge-12 {
    width: calc(100% - 1rem);
  }

  .flex-grid__cell--xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }

  .flex-grid__cell--xlarge-shrink {
    flex: 0 1 auto;
    width: auto;
  }
}

@media screen and (min-width: 0) {
  .flex-grid__cell--small-offset-right-1 {
    margin-right: calc(8.33333% - 1rem);
  }

  .flex-grid__cell--small-offset-left-1 {
    margin-left: calc(8.33333% + 1rem / 2);
  }

  .flex-grid__cell--small-offset-right-2 {
    margin-right: calc(16.66667% - 1rem);
  }

  .flex-grid__cell--small-offset-left-2 {
    margin-left: calc(16.66667% + 1rem / 2);
  }

  .flex-grid__cell--small-offset-right-3 {
    margin-right: calc(25% - 1rem);
  }

  .flex-grid__cell--small-offset-left-3 {
    margin-left: calc(25% + 1rem / 2);
  }

  .flex-grid__cell--small-offset-right-4 {
    margin-right: calc(33.33333% - 1rem);
  }

  .flex-grid__cell--small-offset-left-4 {
    margin-left: calc(33.33333% + 1rem / 2);
  }

  .flex-grid__cell--small-offset-right-5 {
    margin-right: calc(41.66667% - 1rem);
  }

  .flex-grid__cell--small-offset-left-5 {
    margin-left: calc(41.66667% + 1rem / 2);
  }

  .flex-grid__cell--small-offset-right-6 {
    margin-right: calc(50% - 1rem);
  }

  .flex-grid__cell--small-offset-left-6 {
    margin-left: calc(50% + 1rem / 2);
  }

  .flex-grid__cell--small-offset-right-7 {
    margin-right: calc(58.33333% - 1rem);
  }

  .flex-grid__cell--small-offset-left-7 {
    margin-left: calc(58.33333% + 1rem / 2);
  }

  .flex-grid__cell--small-offset-right-8 {
    margin-right: calc(66.66667% - 1rem);
  }

  .flex-grid__cell--small-offset-left-8 {
    margin-left: calc(66.66667% + 1rem / 2);
  }

  .flex-grid__cell--small-offset-right-9 {
    margin-right: calc(75% - 1rem);
  }

  .flex-grid__cell--small-offset-left-9 {
    margin-left: calc(75% + 1rem / 2);
  }

  .flex-grid__cell--small-offset-right-10 {
    margin-right: calc(83.33333% - 1rem);
  }

  .flex-grid__cell--small-offset-left-10 {
    margin-left: calc(83.33333% + 1rem / 2);
  }

  .flex-grid__cell--small-offset-right-11 {
    margin-right: calc(91.66667% - 1rem);
  }

  .flex-grid__cell--small-offset-left-11 {
    margin-left: calc(91.66667% + 1rem / 2);
  }

  .flex-grid__cell--small-offset-right-12 {
    margin-right: calc(100% - 1rem);
  }

  .flex-grid__cell--small-offset-left-12 {
    margin-left: calc(100% + 1rem / 2);
  }
}

@media screen and (min-width: 640px) {
  .flex-grid__cell--medium-offset-right-1 {
    margin-right: calc(8.33333% - 1rem);
  }

  .flex-grid__cell--medium-offset-left-1 {
    margin-left: calc(8.33333% + 1rem / 2);
  }

  .flex-grid__cell--medium-offset-right-2 {
    margin-right: calc(16.66667% - 1rem);
  }

  .flex-grid__cell--medium-offset-left-2 {
    margin-left: calc(16.66667% + 1rem / 2);
  }

  .flex-grid__cell--medium-offset-right-3 {
    margin-right: calc(25% - 1rem);
  }

  .flex-grid__cell--medium-offset-left-3 {
    margin-left: calc(25% + 1rem / 2);
  }

  .flex-grid__cell--medium-offset-right-4 {
    margin-right: calc(33.33333% - 1rem);
  }

  .flex-grid__cell--medium-offset-left-4 {
    margin-left: calc(33.33333% + 1rem / 2);
  }

  .flex-grid__cell--medium-offset-right-5 {
    margin-right: calc(41.66667% - 1rem);
  }

  .flex-grid__cell--medium-offset-left-5 {
    margin-left: calc(41.66667% + 1rem / 2);
  }

  .flex-grid__cell--medium-offset-right-6 {
    margin-right: calc(50% - 1rem);
  }

  .flex-grid__cell--medium-offset-left-6 {
    margin-left: calc(50% + 1rem / 2);
  }

  .flex-grid__cell--medium-offset-right-7 {
    margin-right: calc(58.33333% - 1rem);
  }

  .flex-grid__cell--medium-offset-left-7 {
    margin-left: calc(58.33333% + 1rem / 2);
  }

  .flex-grid__cell--medium-offset-right-8 {
    margin-right: calc(66.66667% - 1rem);
  }

  .flex-grid__cell--medium-offset-left-8 {
    margin-left: calc(66.66667% + 1rem / 2);
  }

  .flex-grid__cell--medium-offset-right-9 {
    margin-right: calc(75% - 1rem);
  }

  .flex-grid__cell--medium-offset-left-9 {
    margin-left: calc(75% + 1rem / 2);
  }

  .flex-grid__cell--medium-offset-right-10 {
    margin-right: calc(83.33333% - 1rem);
  }

  .flex-grid__cell--medium-offset-left-10 {
    margin-left: calc(83.33333% + 1rem / 2);
  }

  .flex-grid__cell--medium-offset-right-11 {
    margin-right: calc(91.66667% - 1rem);
  }

  .flex-grid__cell--medium-offset-left-11 {
    margin-left: calc(91.66667% + 1rem / 2);
  }

  .flex-grid__cell--medium-offset-right-12 {
    margin-right: calc(100% - 1rem);
  }

  .flex-grid__cell--medium-offset-left-12 {
    margin-left: calc(100% + 1rem / 2);
  }
}

@media screen and (min-width: 1024px) {
  .flex-grid__cell--large-offset-right-1 {
    margin-right: calc(8.33333% - 1rem);
  }

  .flex-grid__cell--large-offset-left-1 {
    margin-left: calc(8.33333% + 1rem / 2);
  }

  .flex-grid__cell--large-offset-right-2 {
    margin-right: calc(16.66667% - 1rem);
  }

  .flex-grid__cell--large-offset-left-2 {
    margin-left: calc(16.66667% + 1rem / 2);
  }

  .flex-grid__cell--large-offset-right-3 {
    margin-right: calc(25% - 1rem);
  }

  .flex-grid__cell--large-offset-left-3 {
    margin-left: calc(25% + 1rem / 2);
  }

  .flex-grid__cell--large-offset-right-4 {
    margin-right: calc(33.33333% - 1rem);
  }

  .flex-grid__cell--large-offset-left-4 {
    margin-left: calc(33.33333% + 1rem / 2);
  }

  .flex-grid__cell--large-offset-right-5 {
    margin-right: calc(41.66667% - 1rem);
  }

  .flex-grid__cell--large-offset-left-5 {
    margin-left: calc(41.66667% + 1rem / 2);
  }

  .flex-grid__cell--large-offset-right-6 {
    margin-right: calc(50% - 1rem);
  }

  .flex-grid__cell--large-offset-left-6 {
    margin-left: calc(50% + 1rem / 2);
  }

  .flex-grid__cell--large-offset-right-7 {
    margin-right: calc(58.33333% - 1rem);
  }

  .flex-grid__cell--large-offset-left-7 {
    margin-left: calc(58.33333% + 1rem / 2);
  }

  .flex-grid__cell--large-offset-right-8 {
    margin-right: calc(66.66667% - 1rem);
  }

  .flex-grid__cell--large-offset-left-8 {
    margin-left: calc(66.66667% + 1rem / 2);
  }

  .flex-grid__cell--large-offset-right-9 {
    margin-right: calc(75% - 1rem);
  }

  .flex-grid__cell--large-offset-left-9 {
    margin-left: calc(75% + 1rem / 2);
  }

  .flex-grid__cell--large-offset-right-10 {
    margin-right: calc(83.33333% - 1rem);
  }

  .flex-grid__cell--large-offset-left-10 {
    margin-left: calc(83.33333% + 1rem / 2);
  }

  .flex-grid__cell--large-offset-right-11 {
    margin-right: calc(91.66667% - 1rem);
  }

  .flex-grid__cell--large-offset-left-11 {
    margin-left: calc(91.66667% + 1rem / 2);
  }

  .flex-grid__cell--large-offset-right-12 {
    margin-right: calc(100% - 1rem);
  }

  .flex-grid__cell--large-offset-left-12 {
    margin-left: calc(100% + 1rem / 2);
  }
}

@media screen and (min-width: 1200px) {
  .flex-grid__cell--xlarge-offset-right-1 {
    margin-right: calc(8.33333% - 1rem);
  }

  .flex-grid__cell--xlarge-offset-left-1 {
    margin-left: calc(8.33333% + 1rem / 2);
  }

  .flex-grid__cell--xlarge-offset-right-2 {
    margin-right: calc(16.66667% - 1rem);
  }

  .flex-grid__cell--xlarge-offset-left-2 {
    margin-left: calc(16.66667% + 1rem / 2);
  }

  .flex-grid__cell--xlarge-offset-right-3 {
    margin-right: calc(25% - 1rem);
  }

  .flex-grid__cell--xlarge-offset-left-3 {
    margin-left: calc(25% + 1rem / 2);
  }

  .flex-grid__cell--xlarge-offset-right-4 {
    margin-right: calc(33.33333% - 1rem);
  }

  .flex-grid__cell--xlarge-offset-left-4 {
    margin-left: calc(33.33333% + 1rem / 2);
  }

  .flex-grid__cell--xlarge-offset-right-5 {
    margin-right: calc(41.66667% - 1rem);
  }

  .flex-grid__cell--xlarge-offset-left-5 {
    margin-left: calc(41.66667% + 1rem / 2);
  }

  .flex-grid__cell--xlarge-offset-right-6 {
    margin-right: calc(50% - 1rem);
  }

  .flex-grid__cell--xlarge-offset-left-6 {
    margin-left: calc(50% + 1rem / 2);
  }

  .flex-grid__cell--xlarge-offset-right-7 {
    margin-right: calc(58.33333% - 1rem);
  }

  .flex-grid__cell--xlarge-offset-left-7 {
    margin-left: calc(58.33333% + 1rem / 2);
  }

  .flex-grid__cell--xlarge-offset-right-8 {
    margin-right: calc(66.66667% - 1rem);
  }

  .flex-grid__cell--xlarge-offset-left-8 {
    margin-left: calc(66.66667% + 1rem / 2);
  }

  .flex-grid__cell--xlarge-offset-right-9 {
    margin-right: calc(75% - 1rem);
  }

  .flex-grid__cell--xlarge-offset-left-9 {
    margin-left: calc(75% + 1rem / 2);
  }

  .flex-grid__cell--xlarge-offset-right-10 {
    margin-right: calc(83.33333% - 1rem);
  }

  .flex-grid__cell--xlarge-offset-left-10 {
    margin-left: calc(83.33333% + 1rem / 2);
  }

  .flex-grid__cell--xlarge-offset-right-11 {
    margin-right: calc(91.66667% - 1rem);
  }

  .flex-grid__cell--xlarge-offset-left-11 {
    margin-left: calc(91.66667% + 1rem / 2);
  }

  .flex-grid__cell--xlarge-offset-right-12 {
    margin-right: calc(100% - 1rem);
  }

  .flex-grid__cell--xlarge-offset-left-12 {
    margin-left: calc(100% + 1rem / 2);
  }
}














:root {
  --primaryColor: rgb(0, 163, 204);
  --primaryColorDark: rgb(0, 75, 94);
  --primaryColorBright: rgb(0, 197, 247);

  --baseColorFont: rgb(255, 255, 255);
  --baseColorFontDarker: #AAA;

  --inactiveFilter: #444;
  /*
  --mainDark: rgb(65, 65, 65);
  --mainDarkLittleDeeper: rgb(55, 55, 55);
  --mainDarkDeep: rgb(45, 45, 45);
  --mainDarkDeepest: rgb(10, 10, 10);
  */

  --baseColor: rgb(65, 65, 65);
  --greyStep1: rgba(0, 0, 0, 0.1);
  --greyStep2: rgba(0, 0, 0, 0.2);
  --greyStep3: rgba(0, 0, 0, 0.3);
  --greyStep4: rgba(0, 0, 0, 0.4);
  --greyStep5: rgba(0, 0, 0, 0.5);
  --greyStep6: rgba(0, 0, 0, 0.6);
  --greyStep7: rgba(0, 0, 0, 0.7);


  --maxSiteWidth: 1300px;
  --debugBorder: 1px solid red;
  --sideBarWidth: 40px;

  --mainBorderRadius: 8px;
  --MainNavHeight: 48px;

  --resizerThickness: 12px;
  --resizerColor: transparent;

  --cardTransitionDuration: 0.5s;

  --mainBlur: 19px;
  --deepBlur: 28px;

}




.divider {
  box-sizing: border-box;
  display: block;
  width: 100%;
  min-width: 100%;
  height: 1px;
  min-height: 1px;
  background-color: #e0e0e0;
}

.divider--horizontal {
  height: 100%;
  min-height: 100%;
  width: 1px;
  min-width: 1px;
}

.menu {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: inherit;
}

.menu--vertical {
  width: 100%;
  flex-flow: column nowrap;
}

.menu--vertical .menu__item {
  display: flex;
  flex-flow: row wrap;
}

.menu--vertical .menu__icon {
  margin-right: 1rem;
}

.menu--vertical .menu--submenu {
  padding-left: 1rem;
}

.menu--stretch {
  width: 100%;
}

.menu--stretch .menu__item {
  flex: 1 0 auto;
}

.menu--stretch .menu__anchor {
  justify-content: center;
}

.menu--even {
  width: 100%;
}

.menu--even .menu__item {
  flex: 1 0 0px;
  text-align: center;
}

.menu--even .menu__anchor {
  justify-content: center;
}

.menu__item {
  display: inline-flex;
}

.menu__separator {
  height: 1px;
  background-color: #DDD
}

.menu__anchor {
  cursor: pointer;
  outline: none;
  display: inline-flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  /* color: #00a3cc; */
  color: var(--baseColorFont);
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  background-color: rgb(0, 173, 214);
}

.menu__anchor:hover {
  /* color: #00c8fa; */
  /* color: var(--baseColorFont); */
  background-color: #777;
}

.menu__icon {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  margin-right: 0.5rem;
}

.menu__label {
  pointer-events: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 100%;
  line-height: 1;
  font-family: 'IBM Plex', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "IBM Plex Sans";
}

.canvas {
  display: inline-block;
  vertical-align: middle;
}

.image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.close-icon {
  position: relative;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.close-icon:hover::before,
.close-icon:hover::after {
  background-color: #00c8fa;
}

.close-icon::before,
.close-icon::after {
  position: absolute;
  top: calc(0.75rem - 1px);
  display: block;
  width: 100%;
  border-radius: 1px;
  height: 2px;
  content: '';
  background-color: #00a3cc;
}

.close-icon::before {
  left: 1px;
  transform: rotate3d(0, 0, 1, 45deg);
}

.close-icon::after {
  right: -1px;
  transform: rotate3d(0, 0, 1, 135deg);
}

.action-bar {
  position: absolute;
  top: 20px;
  left: 50%;
  display: flex;
  flex-flow: column wrap;
  width: calc(100% - 80px);
  transform: translateX(-50%);
  z-index: 50;
}

@media screen and (min-width: 640px) {
  .action-bar {
    width: auto;
  }
}

.action-bar__row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 4px;
}

@media screen and (min-width: 640px) {
  .action-bar__row {
    flex-flow: row nowrap;
  }
}

/* .action-bar__row:not(:last-child) {
  margin-bottom: 0.25rem;
} */

/* .action-bar__row * {
  margin: 0 0.2rem 0 0 !important;
} */

/* .action-bar__row *:last-child {
  margin-right: 0 !important;
} */

.ds-accordion-item__title {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  cursor: default;
  background-color: rgba(0, 0, 0, 0.1);
}

.ds-accordion-item__title:hover {
  /* background-color: rgba(0, 163, 204, 0.9); */
}

.ds-accordion-item__content {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  background-color: rgba(0, 0, 0, 0.1);
}


/*
.modal {
  outline: none;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #ffffff;
  z-index: 9000;
  border-radius: 0.25rem;
  opacity: 0;
  visibility: hidden;
  transition-property: opacity, visibility;
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.modal--active {
  visibility: visible;
  opacity: 1;
  transition-property: opacity, visibility;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.modal--scrollable {
  display: flex;
  flex-flow: column nowrap;
}

.modal--scrollable .modal__header {
  flex: 0 0 auto;
}

.modal--scrollable .modal__content {
  flex: 1 1 0px;
}

.modal--size-one-fourth, .modal--size-one-fourths {
  top: 37.5%;
  right: 37.5%;
  bottom: 37.5%;
  left: 37.5%;
  transform: translate3d(0, 0, 0);
}

.modal--size-two-fourth, .modal--size-two-fourths {
  top: 25%;
  right: 25%;
  bottom: 25%;
  left: 25%;
  transform: translate3d(0, 0, 0);
}

.modal--size-three-fourth, .modal--size-three-fourths {
  top: 12.5%;
  right: 12.5%;
  bottom: 12.5%;
  left: 12.5%;
  transform: translate3d(0, 0, 0);
}

.modal--size-four-fourth, .modal--size-four-fourths, .modal--fullscreen {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  transform: translate3d(0, 0, 0);
}

.modal__header {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding: 0.5rem;
}

.modal__title {
  flex: 1 0 auto;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.modal__actions {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  display: flex;
  align-items: center;
}

.modal__action {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  padding: 0;
  color: #00a3cc;
  background: transparent;
}

.modal__content {
  padding: 1rem;
  overflow-y: auto;
}
*/

.ds-info {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: 320px;
  max-width: 480px;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
  z-index: 99999;
  color: var(--baseColorFont);

  /* Modern glass morphism styling */
  background:
    linear-gradient(180deg, rgba(25, 32, 45, 0.97) 0%, rgba(18, 24, 35, 0.98) 100%),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 20px,
      rgba(0, 150, 200, 0.03) 20px,
      rgba(0, 150, 200, 0.03) 40px);
  border-radius: 14px;
  border: 1px solid rgba(0, 150, 200, 0.25);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(0, 120, 180, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  overflow: hidden;
  animation: infoBoxSlideIn 0.25s ease-out;
}

@keyframes infoBoxSlideIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

#selectUserAssetModal {
  z-index: 199;
}

.ds-info__title {
  padding: 1.5rem 3rem 1rem 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
  background: linear-gradient(180deg, rgba(0, 150, 200, 0.15) 0%, transparent 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.ds-info__content {
  padding: 1.25rem 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  scrollbar-width: thin;
  max-width: 100%;
  overflow: auto;
  color: rgba(255, 255, 255, 0.9);
}

.ds-info__footer {
  display: flex;
  justify-content: center;
  padding: 1rem 1.5rem 1.5rem;
  gap: 0.75rem;
}

.ds-info__action {
  height: 42px;
  min-width: 100px;
  margin: 0;
  padding: 0 1.5rem;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
  border-radius: 8px;
  border: none;
  background: linear-gradient(135deg, var(--primaryColor), var(--primaryColorBright));
  color: #fff;
  transition: all 0.2s ease;
}

.ds-info__action:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 163, 204, 0.4);
}

.ds-info__action:active {
  transform: translateY(0);
}

/* Close button styling for InfoBox */
.ds-info .closeMod,
.ds-info .UIButton_Close {
  z-index: 100000;
}

@media screen and (max-width: 480px) {
  .ds-info {
    min-width: 280px;
    width: 90%;
    max-width: none;
  }
}

.ds-sidebar {
  position: absolute;
  top: 0;
  max-width: 80%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  overflow-y: hidden;
  color: var(--baseColorFont);
  z-index: 100;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

@media screen and (min-width: 640px) {
  .ds-sidebar {
    max-width: 644px;
  }
}

.ds-sidebar--left {
  left: calc(-80% + 40px);
  transition-property: left;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media screen and (min-width: 640px) {
  .ds-sidebar--left {
    left: -604px;
  }
}

.ds-sidebar--left .ds-sidebar__content {
  order: 1;

}

.ds-sidebar--left .ds-sidebar__toggle-button {
  order: 2;
}

.ds-sidebar--left-active {
  left: 0 !important;
  transition-property: left;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ds-sidebar--right {
  right: calc(-80% + 40px);
  transition-property: right;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

@media screen and (min-width: 640px) {
  .ds-sidebar--right {
    right: -604px;
  }
}

.ds-sidebar--right-active {
  right: 0 !important;
  transition-property: right;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ds-sidebar__content {
  width: calc(100% - 40px);
  scrollbar-width: thin;

  /*overflow-y: auto;*/
  /* background-color: rgba(0, 163, 204, 0.8);
  backdrop-filter: blur(10px); */
}

.ds-sidebar__toggle-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  height: 100%;
  width: 40px;
  min-width: 40px;
  margin: 0;
  padding: 0;
  border: none;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--baseColorFont);
  border-color: #00a3cc;
  background-color: #00a3cc;
}

.ds-sidebar__toggle-button-text {
  display: block;
  transform: rotate(-90deg);
  font-weight: 700;
  font-size: 18px;
}

.ds-tabs {
  width: 100%;
  height: 100%;
}

.ds-tabs__navigation {
  display: flex;
  flex-flow: row wrap;
}

.ds-tabs__navigation-item {
  padding: 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 1px 0px 0px 1px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 1px 1px 0 0;
}

.ds-tabs__navigation-item:last-child {
  border-width: 1px 1px 0px 1px;
}

.ds-tabs__navigation-item:hover,
#ds-drumkitDesignGroupNav-id:hover {
  color: #888;
}


.ds-tabs__content {
  padding: 0px;
  overflow-y: scroll;
  height: calc(100% - 35px);
  /* 35px for tabs__navigation*/
}

.tabs__navigation {
  display: flex;
  flex-flow: row wrap;
}

.tabs__navigation-item {
  padding: 0.5rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  border-width: 0 0 0 1px;
  color: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.tabs__navigation-item__navigation-item:last-child {
  border-width: 0 1px 0 1px;
}

.tabs__navigation-item:hover {
  background-color: rgba(0, 0, 0, 0.12);
}

.tabs__tab {
  padding: 1rem 0;
}

.card {
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
}

.card--outlined {
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
}

.card--elevated {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.card__title {
  padding: 0.5rem;
  font-weight: 500;
}

.card__content {
  padding: 1rem 1rem 0 1rem;
}

.card__actions {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 1rem 1rem 0.5rem 1rem;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  transition-property: opacity, visibility;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.overlay--active {
  opacity: 1;
  visibility: visible;
  transition-property: opacity, visibility;
  transition-duration: 250ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.menu--dropdown .menu {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  padding: 0;
  visibility: hidden;
  z-index: 100;
  box-shadow: 10px 14px 28px rgb(0 0 0 / 25%), 10px 10px 10px rgb(0 0 0 / 22%);
  background-color: #222222;
}

.menu--dropdown .menu.active {
  visibility: visible;
}

.ds-button-group {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

.ds-button-group .ds-button {
  margin-right: 4px;
}

.ds-button-group .ds-button:last-child {
  margin-right: 0;
}

.ds-button-group--center {
  justify-content: center;
}

.list {
  margin: 0;
  padding: 0;
}

.list--ordered {
  padding: 0 0 0 1.25rem;
}

.list__item {
  margin: 0 0 1rem 0;
}

.list__item:last-child {
  margin: 0;
}

.form__field {
  display: inline-flex;
  flex-flow: column nowrap;
  width: 100%;
  margin: 0 0 1rem 0;
}

.form__field:last-child {
  margin: 0;
}

.form__field--horizontal {
  flex-flow: row nowrap;
  justify-content: space-between;
}

.form__label {
  margin: 0 0 0.25rem 0;
  font-size: 0.875rem;
  font-weight: 500;
}

.form__input {
  outline: none;
  width: inherit;
  height: 2rem;
  margin: 0;
  padding: 0 1rem;
  border: none;
  font-size: 1rem;
  border-radius: 0.25rem;
}

.text-success {
  color: #00FF00;
}

.text-warning {
  color: #FFAC00;
}

.text-error {
  color: #FF0000;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-thin {
  font-weight: 100;
}

.text-extra-light {
  font-weight: 200;
}

.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-semi-bold {
  font-weight: 600;
}

.text-bold {
  font-weight: 700;
}

.text-extra-bold {
  font-weight: 800;
}

.text-black {
  font-weight: 900;
}

button,
.button {
  cursor: pointer;
  outline: none;
}

.ds-application-container {
  position: relative;
  /* width: 100%; */
  /* height: 100%; */
  flex: 1 1 0px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  justify-content: space-evenly;
}

.ds-application-container--spreading {
  flex-wrap: wrap;
  align-content: space-around;
}


.ds-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* stocki von 40 auf 30 */

  height: 30px;
  /* stocki von 60 auf 30 */
  min-width: 30px;
  margin: 0;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
  /* stocki von 16px auf 10 */

  padding: 0 10px 0 10px;

  text-transform: uppercase;
  font-weight: 300;
  border-radius: 2px;
}

.ds-button--contained {
  color: #000;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.4);
  /* stocki */
  background-color: rgba(130, 130, 130, 1);
}

.ds-button--contained:hover {
  border-color: rgba(38, 38, 38, 0.4);
  background-color: rgba(0, 163, 204, 0.5);
}

.ds-button--contained--active {
  color: var(--baseColorFont);
  border-width: 1px;
  border-color: rgba(0, 163, 204, 0.9);
  background-color: rgba(0, 163, 204, 0.9);
}

.ds-button--contained--active:hover {
  border-color: rgba(0, 200, 250, 0.9);
  background-color: rgba(0, 200, 250, 0.9);
}

.ds-button--contained--disabled {
  color: rgba(0, 0, 0, 0.9);
  border-width: 1px;

  border-color: rgba(0, 0, 0, 0.9);
  background-color: rgba(150, 150, 150, 0.2);
  cursor: not-allowed;
}

.ds-button--contained--disabled:hover {
  /* color: rgba(38, 38, 38, 0.9);
  border-color: rgba(38, 38, 38, 0.9);
  background-color: rgba(38, 38, 38, 0); */
}

.ds-icon {
  color: var(--baseColorFont);
  font-style: normal;
  background: transparent;
}







.app {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  background-color: var(--baseColor);
}



.dsVersion {
  display: flex;
  flex: 1;
  color: var(--baseColorFont);
}

@media screen and (max-width: 640px) {
  .dsVersion {
    display: none;
  }
}

.dsVersion {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-shrink: 0;
}

.dsVersion__logo {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fff, var(--primaryColor));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.dsVersion__VersionNumber {
  font-size: 0.7rem;
  font-weight: 600;
  color: var(--baseColorFontDarker);
  background: rgba(0, 200, 250, 0.15);
  padding: 0.15rem 0.4rem;
  border-radius: 4px;
}

/* ensure app content is not hidden under fixed mainNav */
.LAYOUT2023_appContainer {
  padding-top: var(--MainNavHeight);
}



.mainNav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--MainNavHeight);
  padding: 0 1.5rem;
  background:
    linear-gradient(135deg, rgba(15, 20, 30, 0.95) 0%, rgba(10, 15, 25, 0.95) 100%),
    url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h40v40H0z" fill="none"/><path d="M0 40L40 0H20L0 20M40 40V20L20 40" stroke="rgba(0, 200, 250, 0.08)" stroke-width="1"/></svg>');
  z-index: 9500;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(0, 200, 250, 0.15);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* Nav Links Container */
.mainNav__links {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  justify-content: center;
}

.UIMainNavButton {
  color: var(--baseColorFontDarker);
  white-space: nowrap;
  cursor: pointer;
  letter-spacing: 1.5px;
  font-weight: 500;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  height: auto;
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
  position: relative;
  background: transparent;
  text-transform: uppercase;
}

.UIMainNavButton::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, var(--primaryColor), var(--primaryColorBright));
  transition: width 0.3s ease;
  border-radius: 2px;
}

.UIMainNavButton:hover {
  color: rgba(0, 200, 250, 0.7);
  background-color: rgba(0, 200, 250, 0.05);
}

.UIMainNavButton--active {
  color: var(--primaryColor);
  text-shadow: 0 0 10px rgba(0, 200, 250, 0.5);
}

.UIMainNavButton--active::after {
  width: 80%;
}



.navigation {
  display: block;
  background-color: #444;
  z-index: 200;
  cursor: pointer;
}

.loginBut {
  color: var(--baseColorFont);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.5rem 1rem;
  background: linear-gradient(135deg, var(--primaryColor), rgba(0, 144, 176, 1));
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
  font-size: 0.7rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 200, 250, 0.25);
}

.loginBut__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  display: inline-block;
}

/* Logged out state - darker icon and background */
#logInButton .loginBut__icon {
  opacity: 0.7;
}

#logInButton {
  background: linear-gradient(135deg, rgba(0, 100, 130, 1), rgba(0, 80, 100, 1));
}

/* Logged in state - brighter icon */
#userMenuBut .loginBut__icon {
  opacity: 1;
  filter: drop-shadow(0 0 2px rgba(0, 200, 250, 0.5));
}

.loginBut__text {
  line-height: 1;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Initial letter shown inside icon on small screens */
.loginBut__initial {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  pointer-events: none;
}

#userMenuBut {
  position: relative;
}

#userMenuBut .loginBut__icon {
  opacity: 0.4;
}

.loginBut:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 200, 250, 0.4);
}

/* Hamburger Menu Button */
.mainNav__hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: var(--MainNavHeight);
  height: var(--MainNavHeight);
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 210;
  margin-right: 0;
}

.mainNav__hamburger span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--baseColorFont);
  border-radius: 2px;
  transition: all 0.3s ease;
  transform-origin: center;
}

.mainNav__hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.mainNav__hamburger.active span:nth-child(2) {
  opacity: 0;
}

.mainNav__hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

.kitPic {
  width: 300px;
  height: 200px;
  margin: 8px;
  border-radius: 5px;
  display: inline-block;
}






.stockiCard {
  background-color: rgba(0, 0, 0, 0.3);
  color: var(--baseColorFont);
  position: relative;
  margin: 8px;
  padding: 7px;
  border-radius: 5px;
  width: 330px;
  height: 460px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  transition: border-color 500ms;
  border: 1px solid transparent;
}

.stockiCard:hover {
  border: 1px solid white;
}

.stockiCard-sub {
  height: 25px;
  width: 300px;
  margin-left: 8px;
  background-color: rgba(100, 100, 100, 0.5);
}

.stockiCard-load {
  padding: 6px 14px;
  background: linear-gradient(135deg, var(--primaryColor) 0%, var(--primaryColorDark) 100%);
  border: none;
  border-radius: 8px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 180, 220, 0.3);
}

.stockiCard-load:hover {
  background: linear-gradient(135deg, var(--primaryColorBright) 0%, var(--primaryColor) 100%);
  box-shadow: 0 4px 12px rgba(0, 180, 220, 0.4);
  transform: translateY(-1px);
}

/* Asset Card Button Styling */
.UICard_Asset button {
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: none;
}

.UICard_Asset button:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  transform: translateY(-1px);
}

.UICard_Asset--list button {
  padding: 4px 12px;
  font-size: 0.7rem;
  margin-left: auto;
}

.stockiCard-title {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 100%;
  text-align: center;
  line-height: 1.3;
}

.stockiCard-title--inList {
  width: auto;
  flex: 1;
  font-size: 0.9rem;
  text-align: left;
  max-width: 250px;
}





.cardGalery {
  height: 360px;
}


/* ============================================
   SHOWCASE DETAIL MODAL STYLES
   Standalone modal for kit details
   ============================================ */

.showcase-detail-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.showcase-detail-modal--visible {
  opacity: 1;
  visibility: visible;
}

.showcase-detail-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(4px);
}

.showcase-detail-modal__container {
  position: relative;
  width: 90%;
  max-width: 550px;
  max-height: 85vh;
  background: linear-gradient(135deg, rgba(25, 30, 40, 0.98) 0%, rgba(18, 22, 32, 0.99) 100%);
  border: 1px solid rgba(0, 200, 250, 0.2);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(0, 200, 250, 0.1);
  display: flex;
  flex-direction: column;
}

/* Supporter modal styling */
.showcase-detail-modal__container--supporter {
  background:
    linear-gradient(135deg, rgba(0, 140, 190, 0.25) 0%, rgba(25, 30, 40, 0.85) 60%),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 12px,
      rgba(0, 200, 250, 0.12) 12px,
      rgba(0, 200, 250, 0.12) 24px);
  border-color: rgba(0, 200, 250, 0.35);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(0, 200, 250, 0.15);
}

.showcase-detail-modal__container--supporter .showcase-detail__load-btn {
  background: linear-gradient(135deg, var(--primaryColor, #00c8fa), rgba(0, 150, 200, 0.9));
  box-shadow: 0 0 15px rgba(0, 200, 250, 0.25);
}

.showcase-detail-modal__container--supporter .showcase-detail__load-btn:hover {
  box-shadow: 0 4px 25px rgba(0, 200, 250, 0.4);
}

.showcase-detail-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 10;
  width: 32px;
  height: 32px;
  background: rgba(80, 85, 95, 0.9);
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showcase-detail-modal__close:hover {
  background: rgba(100, 105, 115, 1);
  transform: scale(1.05);
}

.showcase-detail-modal__content {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
}

/* Image Area with Navigation */
.showcase-detail__image-area {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 50px 20px;
  background: rgba(35, 40, 50, 0.95);
}

.showcase-detail__image-area>.showcase-detail__nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.showcase-detail__image-area>.showcase-detail__nav-prev {
  left: 10px;
}

.showcase-detail__image-area>.showcase-detail__nav-next {
  right: 10px;
}

/* Main Image */
.showcase-detail__main-image {
  max-height: 300px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-in;
}

.showcase-detail__main-image img {
  max-width: 100%;
  max-height: 280px;
  height: auto;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
}

/* Lightbox for full-size image */
.showcase-detail__lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.showcase-detail__lightbox--visible {
  opacity: 1;
  visibility: visible;
}

.showcase-detail__lightbox img {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
}

.showcase-detail__lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.showcase-detail__lightbox-close:hover {
  background: rgba(255, 80, 80, 0.8);
}

.showcase-detail__lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.showcase-detail__lightbox-nav:hover {
  background: var(--primaryColor, #00c8fa);
  border-color: var(--primaryColor, #00c8fa);
}

.showcase-detail__lightbox-prev {
  left: 20px;
}

.showcase-detail__lightbox-next {
  right: 20px;
}

.showcase-detail__lightbox-label {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 8px 16px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 20px;
  color: #fff;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Image Gallery - Compact */
.showcase-detail__gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(20, 22, 28, 0.98);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.showcase-detail__gallery-item {
  flex: 0 0 auto;
  width: 130px;
  position: relative;
  cursor: pointer;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.2s ease;
}

.showcase-detail__gallery-item:hover {
  border-color: rgba(0, 200, 250, 0.5);
}

.showcase-detail__gallery-item--active {
  border-color: var(--primaryColor, #00c8fa);
  box-shadow: 0 0 10px rgba(0, 200, 250, 0.3);
}

.showcase-detail__gallery-item img {
  width: 100%;
  height: 70px;
  object-fit: cover;
  display: block;
}

.showcase-detail__gallery-label {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 3px 6px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
  color: #fff;
  font-size: 0.6rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Navigation Arrows */
.showcase-detail__nav-btn {
  width: 36px;
  height: 36px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.showcase-detail__nav-btn:hover {
  background: var(--primaryColor, #00c8fa);
  border-color: var(--primaryColor, #00c8fa);
}

/* Info Section */
.showcase-detail__info {
  padding: 24px;
}

.showcase-detail__title {
  margin: 0 0 12px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

.showcase-detail__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.showcase-detail__author {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.7);
}

.showcase-detail__author-name {
  color: var(--primaryColor, #00c8fa);
  font-weight: 500;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.showcase-detail__author-name:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.showcase-detail__supporter-badge {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  background: linear-gradient(135deg, rgba(0, 200, 250, 0.2), rgba(0, 150, 200, 0.15));
  border: 1px solid rgba(0, 200, 250, 0.3);
  border-radius: 12px;
  font-size: 0.75rem;
  color: var(--primaryColor, #00c8fa);
}

.showcase-detail__views {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6);
}

.showcase-detail__views-icon {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

/* Sections */
.showcase-detail__section {
  margin-bottom: 20px;
}

.showcase-detail__section-title {
  margin: 0 0 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.showcase-detail__comment {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

/* Dates Section */
.showcase-detail__dates {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.showcase-detail__date-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.showcase-detail__date-label {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.showcase-detail__date-value {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

/* Actions */
.showcase-detail__actions {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.showcase-detail__load-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 24px;
  background: linear-gradient(135deg, var(--primaryColor, #00c8fa), rgba(0, 150, 200, 0.9));
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.showcase-detail__load-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0, 200, 250, 0.4);
}

/* Responsive */
@media (max-width: 600px) {
  .showcase-detail-modal {
    width: 95%;
    max-height: 90vh;
  }

  .showcase-detail__main-image {
    max-height: 200px;
  }

  .showcase-detail__main-image img {
    max-height: 200px;
  }

  .showcase-detail__gallery {
    gap: 6px;
    padding: 10px 12px;
  }

  .showcase-detail__gallery-item img {
    height: 50px;
  }

  .showcase-detail__info {
    padding: 16px;
  }

  .showcase-detail__title {
    font-size: 1.15rem;
  }

  .showcase-detail__dates {
    flex-direction: column;
    gap: 10px;
  }
}


/* ============================================
   SHOWCASE CARD STYLES (from index.html)
   Modern gallery card design with image slider
   ============================================ */

.showcase-card {
  background: #1a1a1a;
  border-radius: 12px !important;
  /* Override UICard base - matches index.html */
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  width: 320px;
  margin: 10px;
  padding: 0 !important;
  /* Override UICard base padding */
  display: inline-block;
  vertical-align: top;
  text-align: left;
  /* Override UICard base text-align */
}

.showcase-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 200, 250, 0.15);
  border-color: var(--primary-color, #00c8fa) !important;
}

.showcase-card--highlighted {
  background:
    linear-gradient(135deg, rgba(0, 140, 190, 0.35) 0%, rgba(0, 100, 150, 0.25) 40%, rgba(26, 26, 26, 1) 100%),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 15px,
      rgba(0, 200, 250, 0.08) 15px,
      rgba(0, 200, 250, 0.08) 30px) !important;
  transition: box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease !important;
}

.showcase-card--highlighted:hover {
  border-color: rgba(0, 220, 255, 1) !important;
  box-shadow: 0 0 35px rgba(0, 200, 250, 0.55), inset 0 0 40px rgba(0, 200, 250, 0.15) !important;
  background:
    linear-gradient(135deg, rgba(0, 170, 220, 0.45) 0%, rgba(0, 120, 170, 0.35) 40%, rgba(26, 26, 26, 1) 100%),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 15px,
      rgba(0, 200, 250, 0.12) 15px,
      rgba(0, 200, 250, 0.12) 30px) !important;
}

.showcase-card--official {
  border-color: rgba(255, 215, 0, 0.4);
}

.showcase-card-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Image Wrapper & Slider */
.showcase-card .showcase-image-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #222;
}

.showcase-card .slider-track {
  display: flex;
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  width: 100%;
}

.showcase-card .showcase-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  flex-shrink: 0;
  display: block;
  object-fit: cover;
}

.showcase-card .showcase-image--single {
  width: 100%;
}

/* Slider Buttons */
.showcase-card .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
  font-size: 12px;
}

.showcase-card:hover .slider-btn {
  opacity: 1;
}

.showcase-card .slider-btn:hover {
  background: var(--primary-color, #00c8fa);
}

.showcase-card .slider-btn.prev {
  left: 10px;
}

.showcase-card .slider-btn.next {
  right: 10px;
}

/* Slider Dots */
.showcase-card .slider-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
  padding: 4px 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.showcase-card:hover .slider-dots {
  opacity: 1;
}

.showcase-card .slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.showcase-card .slider-dot.active {
  background-color: var(--primary-color, #00c8fa);
}

/* Info Section */
.showcase-card .showcase-info {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

.showcase-card .showcase-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.showcase-card .showcase-title-row {
  margin-bottom: 0.5rem;
}

.showcase-card .showcase-meta {
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: var(--text-secondary, #a0a0a0);
}

.showcase-card .showcase-author {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.showcase-card .showcase-author-link {
  color: var(--primary-color, #00c8fa);
  cursor: pointer;
  transition: opacity 0.2s ease;
}

.showcase-card .showcase-author-link:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.showcase-card .showcase-supporter-badge {
  font-size: 0.8em;
  opacity: 0.7;
}

.showcase-card .showcase-views {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 0.8rem;
  color: var(--text-secondary, #a0a0a0);
}

/* Footer wrapper to push views+button to bottom */
.showcase-card .showcase-footer {
  margin-top: auto;
}

.showcase-card .showcase-views-icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
  opacity: 0.7;
}

/* Comment Section */
.showcase-card .showcase-comment {
  font-size: 0.9rem;
  color: #b0b0b0;
  margin-bottom: 0.5rem;
  font-style: italic;
  line-height: 1.5;
  max-height: 4.5em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: max-height 0.3s ease;
}

.showcase-card .showcase-comment.expanded {
  max-height: none;
  -webkit-line-clamp: unset;
  display: block;
}

.showcase-card .showcase-comment-toggle {
  background: none;
  border: none;
  color: var(--primary-color, #00c8fa);
  font-size: 0.8rem;
  cursor: pointer;
  padding: 0;
  margin-bottom: 0.75rem;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.showcase-card .showcase-comment-toggle:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Load/View Button */
.showcase-card .showcase-btn {
  display: inline-block;
  padding: 0.6rem 1rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
  font-family: inherit;
  position: relative;
  overflow: hidden;
}

.showcase-card .showcase-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}

.showcase-card .showcase-btn:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

.showcase-card .showcase-btn:hover::before {
  opacity: 1;
}

/* Supporter/Highlighted card button - cyan style */
.showcase-card--highlighted .showcase-btn {
  color: var(--primary-color, #00c8fa);
  border-color: var(--primary-color, #00c8fa);
}

.showcase-card--highlighted .showcase-btn::before {
  background: linear-gradient(135deg, var(--primary-color, #00c8fa), rgba(0, 144, 176, 0.9));
}

.showcase-card--highlighted .showcase-btn:hover {
  color: #000;
  border-color: var(--primary-color, #00c8fa);
  box-shadow: 0 0 20px rgba(0, 200, 250, 0.4);
}

/* Footer layout with favourite button */
.showcase-card .showcase-footer {
  display: flex;
  align-items: center;
  margin-top: auto;
  gap: 8px;
}

.showcase-card .showcase-footer-left {
  display: flex;
  align-items: center;
  gap: 4px;
}

.showcase-card .showcase-views {
  margin-left: auto;
}

.showcase-card .showcase-footer-right {
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Favourite Button */
.showcase-card .showcase-favourite-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  position: relative;
}

.showcase-card .showcase-favourite-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.showcase-card .showcase-favourite-icon {
  width: 22px;
  height: 22px;
  fill: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}

.showcase-card .showcase-favourite-icon--filled {
  position: absolute;
  fill: #00c8fa;
  opacity: 0;
  transform: scale(0.8);
}

.showcase-card .showcase-favourite-btn:hover .showcase-favourite-icon {
  fill: rgba(255, 255, 255, 0.8);
}

.showcase-card .showcase-favourite-btn.is-favourite .showcase-favourite-icon {
  opacity: 0;
}

.showcase-card .showcase-favourite-btn.is-favourite .showcase-favourite-icon--filled {
  opacity: 1;
  transform: scale(1);
}

.showcase-card .showcase-favourite-btn:not(.is-favourite):hover .showcase-favourite-icon--filled {
  opacity: 0.3;
  transform: scale(0.9);
}

/* Highlighted card favourite button */
.showcase-card--highlighted .showcase-favourite-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.showcase-card--highlighted .showcase-favourite-btn .showcase-favourite-icon {
  fill: rgba(255, 255, 255, 0.5);
}

.showcase-card--highlighted .showcase-favourite-btn:hover .showcase-favourite-icon {
  fill: rgba(255, 255, 255, 0.8);
}

/* Highlighted card favourite button - active/filled state */
.showcase-card--highlighted .showcase-favourite-btn.is-favourite .showcase-favourite-icon--filled {
  fill: #00c8fa;
  filter: brightness(1.0) drop-shadow(0 0 2px rgba(0, 200, 250, 0.4));
}

/* ============================================
   LIKE BUTTON STYLES
   ============================================ */

/* Like count text */
.showcase-card .showcase-like-count {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.85rem;
  min-width: 12px;
}

/* Like Button */
.showcase-card .showcase-like-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.2s ease;
  position: relative;
}

.showcase-card .showcase-like-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: scale(1.1);
}

.showcase-card .showcase-like-icon {
  width: 18px;
  height: 18px;
  fill: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}

.showcase-card .showcase-like-icon--filled {
  position: absolute;
  fill: #ff4757;
  opacity: 0;
  transform: scale(0.8);
}

.showcase-card .showcase-like-btn:hover .showcase-like-icon {
  fill: #ff4757;
}

.showcase-card .showcase-like-btn.is-liked .showcase-like-icon {
  opacity: 0;
}

.showcase-card .showcase-like-btn.is-liked .showcase-like-icon--filled {
  opacity: 1;
  transform: scale(1);
}

.showcase-card .showcase-like-btn:not(.is-liked):hover .showcase-like-icon--filled {
  opacity: 0.4;
  transform: scale(0.95);
}

/* Like button animation on click */
@keyframes like-pop {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.3);
  }

  100% {
    transform: scale(1);
  }
}

.showcase-card .showcase-like-btn.is-liked .showcase-like-icon--filled {
  animation: like-pop 0.3s ease-out;
}

/* Highlighted card like button */
.showcase-card--highlighted .showcase-like-count {
  color: rgba(255, 255, 255, 0.7);
}

.showcase-card--highlighted .showcase-like-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.showcase-card--highlighted .showcase-like-btn .showcase-like-icon {
  fill: rgba(255, 255, 255, 0.5);
}

.showcase-card--highlighted .showcase-like-btn:hover .showcase-like-icon {
  fill: #ff4757;
}

.showcase-card--highlighted .showcase-like-btn.is-liked .showcase-like-icon--filled {
  fill: #ff4757;
  filter: drop-shadow(0 0 4px rgba(255, 71, 87, 0.5));
}

/* ============================================
   END SHOWCASE CARD STYLES
   ============================================ */


/* ============================================
   PRESET CARD STYLES
   Matching showcase card design but simplified
   ============================================ */

.preset-card-table {
  text-align: center;
  padding: 20px;
}

.preset-card-table .UICardTable__table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.preset-card {
  background: #1a1a1a;
  border-radius: 12px !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  width: 280px;
  margin: 0;
  padding: 0 !important;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.preset-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 200, 250, 0.15);
  border-color: var(--primary-color, #00c8fa);
}

.preset-card--official {
  background:
    linear-gradient(135deg, rgba(255, 180, 0, 0.15) 0%, rgba(255, 140, 0, 0.08) 30%, rgba(26, 26, 26, 1) 80%);
  border-color: rgba(255, 180, 0, 0.25);
}

.preset-card--official:hover {
  border-color: rgba(255, 200, 80, 0.6);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4), 0 0 25px rgba(255, 180, 0, 0.2);
}

.preset-card-inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Image */
.preset-card .preset-image-wrapper {
  position: relative;
  overflow: hidden;
  background-color: #222;
}

.preset-card .preset-image {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.preset-card:hover .preset-image {
  transform: scale(1.03);
}

/* Info Section */
.preset-card .preset-info {
  padding: 1rem 1.25rem 1.25rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.preset-card .preset-title {
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.preset-card .preset-comment {
  font-size: 0.85rem;
  color: #a0a0a0;
  margin-bottom: 1rem;
  font-style: italic;
  line-height: 1.4;
  flex-grow: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Load Button */
.preset-card .preset-load-btn {
  width: 100%;
  padding: 10px 16px;
  font-size: 0.9rem;
  font-weight: 500;
  background: transparent;
  color: #b0b0b0;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.preset-card .preset-load-btn:hover {
  background: var(--primary-color, #00c8fa);
  color: #000;
  border-color: var(--primary-color, #00c8fa);
  box-shadow: 0 0 15px rgba(0, 200, 250, 0.3);
}

/* Official preset button */
.preset-card--official .preset-load-btn {
  color: rgba(255, 180, 0, 0.8);
  border-color: rgba(255, 180, 0, 0.3);
}

.preset-card--official .preset-load-btn:hover {
  background: linear-gradient(135deg, #ffc107, #ff9800);
  color: #000;
  border-color: #ffc107;
  box-shadow: 0 0 15px rgba(255, 180, 0, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .preset-card {
    width: 260px;
  }
}

@media (max-width: 480px) {
  .preset-card {
    width: 100%;
    max-width: 320px;
  }
}

/* ============================================
   END PRESET CARD STYLES
   ============================================ */


/* ============================================
   PRESETS MODAL (Standalone)
   Modern modal matching showcase detail modal
   ============================================ */

.presets-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  /* allow clicks to pass through the wrapper; inner container will receive events */
  pointer-events: none;
}

.presets-modal--visible {
  display: flex;
}

/* overlays removed for welcome and presets modals to allow interaction with underlying elements */

/* Showcase detail modal overlay: transparent by default (non-blocking) */
.showcase-detail-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
}

.showcase-detail-modal__overlay--curtain {
  background: rgba(20, 30, 50, 0.55);
  pointer-events: auto;
}

.presets-modal__container {
  position: relative;
  z-index: 1;
  /* enable pointer events on the actual modal box */
  pointer-events: auto;
  width: 85%;
  max-width: 900px;
  max-height: 75vh;
  background:
    linear-gradient(180deg, rgba(25, 32, 45, 0.98) 0%, rgba(18, 24, 35, 0.99) 100%),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 20px,
      rgba(0, 150, 200, 0.04) 20px,
      rgba(0, 150, 200, 0.04) 40px);
  border-radius: 14px;
  border: 1px solid rgba(0, 150, 200, 0.2);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(0, 120, 180, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.presets-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(0, 150, 200, 0.15);
  background: rgba(0, 100, 150, 0.08);
}

.presets-modal__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

.presets-modal__close {
  width: 30px;
  height: 30px;
  background: rgba(60, 70, 85, 0.8);
  border: none;
  border-radius: 6px;
  color: #b0b8c5;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.presets-modal__close:hover {
  background: rgba(80, 90, 105, 1);
  color: #fff;
}

.presets-modal__content {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 150, 200, 0.3) transparent;
}

.presets-modal__content::-webkit-scrollbar {
  width: 8px;
}

.presets-modal__content::-webkit-scrollbar-track {
  background: transparent;
}

.presets-modal__content::-webkit-scrollbar-thumb {
  background: rgba(0, 150, 200, 0.3);
  border-radius: 4px;
}

.presets-modal__content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 150, 200, 0.5);
}

.presets-modal__loading {
  text-align: center;
  padding: 60px 20px;
  color: #8090a5;
  font-size: 1rem;
}

.presets-modal__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

/* Preset Cards in Modal */
.presets-modal__card {
  background: rgba(30, 38, 50, 0.95);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(80, 100, 130, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  width: 240px;
  display: flex;
  flex-direction: column;
}

.presets-modal__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35), 0 0 25px rgba(0, 150, 200, 0.15);
  border-color: rgba(0, 180, 230, 0.5);
}

.presets-modal__card--official {
  background:
    linear-gradient(135deg, rgba(0, 140, 190, 0.2) 0%, rgba(0, 100, 140, 0.1) 30%, rgba(30, 38, 50, 0.95) 70%);
  border-color: rgba(0, 180, 230, 0.25);
}

.presets-modal__card--official:hover {
  border-color: rgba(0, 200, 250, 0.6);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35), 0 0 30px rgba(0, 180, 230, 0.2);
}

.presets-modal__card-image {
  position: relative;
  overflow: hidden;
  background: rgba(20, 26, 36, 0.8);
}

.presets-modal__card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.presets-modal__card:hover .presets-modal__card-image img {
  transform: scale(1.03);
}

.presets-modal__card-info {
  padding: 10px 12px 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex-grow: 1;
}

.presets-modal__card-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.presets-modal__card-comment {
  font-size: 0.75rem;
  color: #8090a5;
  font-style: italic;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.presets-modal__card-load {
  margin-top: auto;
  width: 100%;
  padding: 8px 12px;
  font-size: 0.8rem;
  font-weight: 500;
  background: linear-gradient(135deg, rgba(0, 140, 190, 0.9), rgba(0, 100, 150, 0.85));
  color: #fff;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.presets-modal__card-load:hover {
  background: linear-gradient(135deg, rgba(0, 180, 230, 1), rgba(0, 140, 190, 0.95));
  box-shadow: 0 0 20px rgba(0, 180, 230, 0.4);
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 768px) {
  .presets-modal__container {
    width: 95%;
    max-height: calc(100vh - 120px);
    margin: 60px auto;
  }

  .presets-modal {
    align-items: center;
    padding: 10px;
  }

  .presets-modal__header {
    padding: 12px 16px;
  }

  .presets-modal__title {
    font-size: 1.1rem;
  }

  .presets-modal__grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .presets-modal__container {
    max-height: calc(100vh - 110px);
    margin: 55px auto;
  }

  .presets-modal__grid {
    grid-template-columns: 1fr;
  }

  .presets-modal__card {
    max-width: 100%;
  }
}

/* ============================================
   END PRESETS MODAL STYLES
   ============================================ */


/* ============================================
   WELCOME MODAL (Standalone)
   Matching presets modal appearance exactly
   ============================================ */

.welcome-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9000;
  display: none;
  align-items: center;
  justify-content: center;
  /* allow clicks to pass through the wrapper; inner box will receive events */
  pointer-events: none;
}

.welcome-modal--visible {
  display: flex;
}

/* welcome overlay removed */

.welcome-modal__box {
  z-index: 9001;
  width: 90%;
  max-width: 400px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* the visible modal box should accept pointer events */
  pointer-events: auto;
  background:
    linear-gradient(180deg, rgba(25, 32, 45, 0.98) 0%, rgba(18, 24, 35, 0.99) 100%),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 20px,
      rgba(0, 150, 200, 0.04) 20px,
      rgba(0, 150, 200, 0.04) 40px);
  border-radius: 14px;
  border: 1px solid rgba(0, 150, 200, 0.2);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(0, 120, 180, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.welcome-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(0, 150, 200, 0.15);
  background: rgba(0, 100, 150, 0.08);
}

.welcome-modal__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

.welcome-modal__close {
  width: 30px;
  height: 30px;
  background: rgba(60, 70, 85, 0.8);
  border: none;
  border-radius: 6px;
  color: #b0b8c5;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.welcome-modal__close:hover {
  background: rgba(80, 90, 105, 1);
  color: #fff;
}

.welcome-modal__content {
  padding: 20px 18px;
}

.welcome-modal__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: item;
}

.welcome-modal__list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 34px;
  font-size: 0.9rem;
  color: #c0c8d5;
  line-height: 1.5;
  counter-increment: item;
}

.welcome-modal__list li:last-child {
  margin-bottom: 0;
}

.welcome-modal__list li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: linear-gradient(135deg, rgba(0, 140, 190, 0.9), rgba(0, 100, 150, 0.85));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
}

.welcome-modal__footer {
  padding: 14px 18px 18px;
  border-top: 1px solid rgba(0, 150, 200, 0.1);
}

.welcome-modal__action {
  width: 100%;
  padding: 10px 20px;
  font-size: 0.85rem;
  font-weight: 500;
  background: linear-gradient(135deg, rgba(0, 140, 190, 0.9), rgba(0, 100, 150, 0.85));
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.welcome-modal__action:hover {
  background: linear-gradient(135deg, rgba(0, 180, 230, 1), rgba(0, 140, 190, 0.95));
  box-shadow: 0 0 20px rgba(0, 180, 230, 0.4);
  transform: translateY(-1px);
}

/* ============================================
   END WELCOME MODAL STYLES
   ============================================ */


/* Old WelcomeBox - keep hidden, replaced by welcome-modal */
.LAYOUT2023_WelcomeBox {
  display: none !important;
}


.separator {
  min-width: 10px;
  width: 10px;
  text-align: center;
  /*if "|" */
}


#noAccount {
  cursor: pointer;
  text-decoration: underline;
  text-align: right;
  margin: 15px;
}




.closeMod {
  position: absolute;
  right: 1px;
  cursor: pointer;
  background-color: #333;
  border-radius: 5px;
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: 25px;
  margin: 3px;
  padding: 5px;
}

.closeMod:hover {
  background-color: grey;
}


.closeMod {
  position: absolute;
  right: 1px;
  cursor: pointer;
  background-color: #333;
  border-radius: 5px;
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: 25px;
  margin: 3px;
  padding: 5px;
}

.closeMod:hover {
  background-color: grey;
}

.preInfo {
  /* background-color: red; */
  display: inline-block;
  height: 30px;
  padding: 3px;
}


#link {
  text-align: center;
  font-size: 125%;
}

a {
  color: var(--baseColorFont);
}

.CBnav {
  display: inline-block;
  width: 150px;
  margin: 10px;
  font-size: 120%;
  padding: 5px;
  text-align: center;
}

.CBnav:hover {
  cursor: pointer;
}

sub {
  pointer-events: none;
}


#patreon {
  position: absolute;
  left: 5px
}

.mainNav_list {
  height: auto;
  color: var(--baseColorFont);
  display: flex;
  align-items: center;
  gap: 0.5rem;
  position: relative;
  left: auto;
}

.mainNav_list_button {
  margin-left: 0.5rem;
}

.userMenu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
  flex-shrink: 0;
  position: relative;
}

/* Responsive mainNav */
@media (max-width: 900px) {
  .mainNav {
    padding: 0 1rem;
  }

  .dsVersion__logo {
    font-size: 0.9rem;
    letter-spacing: 1px;
  }

  .UIMainNavButton {
    padding: 0.5rem 0.8rem;
    font-size: 0.8rem;
    letter-spacing: 1px;
  }

  .loginBut {
    padding: 0.45rem 0.9rem;
    font-size: 0.75rem;
  }

  .loginBut__icon {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 700px) {
  .mainNav__hamburger {
    display: flex !important;
  }

  .mainNav__links {
    position: fixed;
    top: var(--MainNavHeight);
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(10, 15, 25, 0.98) 0%, rgba(15, 20, 30, 0.98) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    padding: 1rem;
    gap: 0.5rem;
    border-bottom: 1px solid rgba(0, 200, 250, 0.15);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    z-index: 8999;
    /* Use display:none to completely hide - no flash on breakpoint change */
    display: none;
  }

  .mainNav__links.active {
    display: flex;
    animation: navSlideIn 0.3s ease forwards;
  }

  @keyframes navSlideIn {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .UIMainNavButton {
    width: 100%;
    text-align: center;
    padding: 0.75rem 1rem;
    font-size: 0.9rem;
    border-radius: 6px;
  }

  .UIMainNavButton:hover,
  .UIMainNavButton--active {
    background-color: rgba(0, 200, 250, 0.1);
  }

  .UIMainNavButton::after {
    display: none;
  }

  .dsVersion {
    flex: 0 0 auto;
    justify-content: flex-start;
  }

  .dsVersion__VersionNumber {
    display: none;
  }

  .loginBut__text {
    display: none !important;
  }

  /* Show initial letter when text is hidden (logged in only) */
  #userMenuBut .loginBut__initial {
    display: block;
  }

  #userMenuBut .loginBut__icon {
    opacity: 0.3;
  }

  .loginBut {
    padding: 0.5rem;
    border-radius: 50%;
  }
}

@media (max-width: 400px) {
  .dsVersion__logo {
    font-size: 0.8rem;
    letter-spacing: 1px;
  }

  .loginBut__icon {
    width: 18px;
    height: 18px;
  }
}

.designMenu__color {
  width: 32px;
  min-width: 32px;
  /* to work with flex when they have no content*/
  height: 32px;
  margin: 1px;
  border: 1px solid black;
  display: inline-block;
  border-radius: 16px;
  margin: 1px;
  position: relative;
  cursor: pointer
}

.designMenu__color--blocked {
  width: 16px;
  height: 16px;
  cursor: not-allowed;
}


.designMenu__texture {
  width: 50px;
  height: 50px;
  margin: 1px;
  border: 1px solid black;
  display: inline-block;
  border-radius: 25px;
  margin: 1px;
  cursor: pointer
}

.designMenu__texture--blocked {
  width: 25px;
  height: 25px;
  cursor: not-allowed;
}

.designMenu__divider {
  width: 3px;
  height: 30px;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
  background-color: #FFF
}


.UIDesignMenu__horiCon {
  display: flex;
  align-items: center;
  margin-right: 10px;
}






.assToDes {
  width: 32px;
  height: 32px;
  margin-left: 15px;
  border: 1px solid black;
  border-radius: 16px;
  position: relative;
  bottom: 3px;
  /* to have the same hight position as card icons*/
  text-align: center;
  padding-top: 5px;
  background-color: #FFF;
  color: black;
  font-style: bold;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


.asset__preview {
  background-repeat: round;
  flex-shrink: 0;
}

.DSO {
  background-color: rgba(0, 0, 0, 0.6);
}

.impAss {
  background-color: rgba(0, 150, 0, 0.6);
}

.filterBar {
  display: none;
  margin: 10px;
}

.outFiltered,
.outSearched,
.hiddenInMenu {
  display: none;
}


.wideInput {
  width: 250px
}

.greyedOutKategorie {
  opacity: 0.4;
}

.inheritButton {
  margin-left: 10px;
}

.kitCommentFeed {
  color: #F44;
}

.horiIconContainer {
  /* width: 400px; */
  width: 70%;
  overflow: scroll hidden;
  white-space: nowrap;
  height: 100%;
  display: inline-block;
  background: rgba(0, 145, 185, 0.6);
  border-radius: 5px;
  padding: 10px 4px 4px 4px;
  scrollbar-width: thin;

}

.splitContainerLeft {
  background: var(--greyStep3);
  border-radius: 5px;
  min-width: 180px;
  padding: 15px;

}

.brandCon {
  padding-left: 84px;
  height: 24px;
  background: rgba(255, 145, 185, 0.6);
}



/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /* background: #f1f1f1; */
  background: rgb(0, 125, 165);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}



.debugRed {
  background-color: #F00
}




.UIModal {
  opacity: 1;
  position: fixed;
  /* for fixed remove the 36px in the js?*/
  min-width: 300px;
  min-height: 300px;
  max-width: 95%;
  max-height: 99%;
  bottom: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  /* overflow-y: auto; noo because scroll bars should be inside not outside*/
  transform: translate(-50%, 50%);
  z-index: 200;
  background-color: rgba(0, 163, 204, 0.9);
  color: var(--baseColorFont);
  border-radius: var(--mainBorderRadius);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.55), 0 10px 10px rgba(0, 0, 0, 0.52);
  transition:
    opacity 0.5s,
    border 0.25s,
    box-shadow 0.25s,
    background-color 0.25s,
    backdrop-filter 0.25s,
    bottom 0.5s,
    left 0.5s,
    top 0.5s,
    width 0.5s,
    height 0.5s,
    transform 0.5s;

  /* box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
}

.UIModal--mega {
  width: 80%;
  height: 90%;
}


/*for the flexibels.. work this out for all modals*/
.UIModal--small {
  /* one line infos... */
  min-width: initial;
  min-height: initial;
}

/* Modern InfoBox Modal (UIModal--small with frostedGlass) */
.UIModal.UIModal--small.frostedGlass {
  z-index: 99999;
  min-width: 320px;
  max-width: 480px;
  min-height: auto;

  /* Modern glass morphism styling */
  background:
    linear-gradient(180deg, rgba(25, 32, 45, 0.97) 0%, rgba(18, 24, 35, 0.98) 100%),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 20px,
      rgba(0, 150, 200, 0.03) 20px,
      rgba(0, 150, 200, 0.03) 40px);
  border-radius: 14px;
  border: 1px solid rgba(0, 150, 200, 0.25);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(0, 120, 180, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  animation: modalSlideIn 0.25s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translate(-50%, 50%) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 50%) scale(1);
  }
}

.UIModal.UIModal--small.frostedGlass .ds-info__title {
  padding: 1.5rem 3rem 1rem 1.5rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.5px;
  background: linear-gradient(180deg, rgba(0, 150, 200, 0.15) 0%, transparent 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.UIModal.UIModal--small.frostedGlass .ds-info__content {
  padding: 1.25rem 1.5rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

@media screen and (max-width: 480px) {
  .UIModal.UIModal--small.frostedGlass {
    min-width: 280px;
    width: 90%;
    max-width: none;
  }
}

.UIModal--min {
  width: 180px;
  height: 44px;
  bottom: 1px;
  left: 1px;
  transform: initial;
  overflow: hidden;
  /* to hide scrollbars in that size*/
  min-width: initial;
  min-height: initial;
}

.UIModal--compact {
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: initial;
}

.UIModal--max {
  width: calc(100% - 20px);
  height: calc(100% - var(--MainNavHeight) - 20px);
  top: calc(var(--MainNavHeight) + 10px);
  left: 10px;
  bottom: auto;
  transform: initial;
}



.UIModal_Login {
  z-index: 99999;
  min-width: 320px;
  width: 90%;
  max-width: 420px;
  padding: 0;
  overflow: visible;
}

/* Override for setKitName modal to match login modal appearance */
#setKitName {
  z-index: 900;
  /* Lower than .UIModal_Login (1000) to ensure login modal is always on top */
  background-color: rgba(128, 128, 128, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: -1px -1px 2px hsla(0, 0%, 100%, .1), 2px 2px 32px rgba(0, 0, 0, .5), inset 1px 1px 1px hsla(0, 0%, 100%, .5);
  backdrop-filter: blur(var(--mainBlur));
  -webkit-backdrop-filter: blur(var(--mainBlur));
  border-radius: var(--mainBorderRadius);
  min-width: 320px;
  width: 90%;
  max-width: 420px;
  padding: 0;
}

/* ===== Login Modal Styles ===== */
.login-modal {
  padding: 0;
}

.login-modal__header {
  text-align: center;
  padding: 2rem 1.5rem 1.5rem;
}

.login-modal__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: var(--baseColorFont);
}

.login-modal__title {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--baseColorFont);
  letter-spacing: 0.5px;
}

.login-modal__subtitle {
  margin: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}

.login-modal__content {
  padding: 0 1.5rem 1.5rem;
}

.login-modal__form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.login-modal__field {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.login-modal__label {
  font-size: 0.85rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.login-modal__input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.login-modal__input-icon {
  position: absolute;
  left: 1rem;
  color: rgba(255, 255, 255, 0.5);
  pointer-events: none;
  transition: color 0.2s ease;
}

.login-modal__input {
  width: 100%;
  padding: 0.875rem 1rem 0.875rem 3rem;
  font-size: 1rem;
  color: #1a1a1a;
  background: rgba(255, 255, 255, 0.95);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  outline: none;
  transition: all 0.2s ease;
}

.login-modal__input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.login-modal__input:focus {
  border-color: var(--primaryColor);
  box-shadow: 0 0 0 3px rgba(0, 163, 204, 0.25);
}

.login-modal__input:focus+.login-modal__input-icon,
.login-modal__input-wrapper:focus-within .login-modal__input-icon {
  color: var(--primaryColor);
}

.login-modal__feedback {
  min-height: 1.5rem;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 0.5rem 0.75rem;
  margin: 0;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.login-modal__feedback:not(:empty) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  animation: feedbackSlideIn 0.3s ease;
}

@keyframes feedbackSlideIn {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.login-modal__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(135deg, var(--primaryColor), var(--primaryColorBright));
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.login-modal__submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 163, 204, 0.4);
}

.login-modal__submit:active:not(:disabled) {
  transform: translateY(0);
}

.login-modal__submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.login-modal__submit svg {
  transition: transform 0.2s ease;
}

.login-modal__submit:hover:not(:disabled) svg {
  transform: translateX(3px);
}

.login-modal__footer {
  padding: 1rem 1.5rem 1.5rem;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 inherit inherit;
}

.login-modal__forgot {
  display: inline-block;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s ease;
}

.login-modal__forgot:hover {
  color: var(--primaryColorBright);
  text-decoration: underline;
}

.login-modal__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 1rem 0;
}

.login-modal__signup {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.2s ease;
}

.login-modal__signup strong {
  color: var(--primaryColorBright);
  font-weight: 600;
}

.login-modal__signup:hover {
  color: #fff;
}

.login-modal__signup:hover strong {
  text-decoration: underline;
}

/* Link wrapper variant for share modal */
.login-modal__input-wrapper--link {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 0.875rem 1rem 0.875rem 3rem;
  transition: all 0.2s ease;
}

.login-modal__input-wrapper--link:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(0, 163, 204, 0.4);
}

.login-modal__link {
  font-size: 0.85rem;
  color: var(--primaryColorBright);
  text-decoration: none;
  word-break: break-all;
  transition: color 0.2s ease;
  flex: 1;
}

.login-modal__link:hover {
  color: #fff;
  text-decoration: underline;
}

/* Share Modal Specific Styles */
.UIModal_Share {
  max-height: 90vh;
}

.login-modal__content--scrollable {
  max-height: 60vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
}

.login-modal__content--scrollable::-webkit-scrollbar {
  width: 6px;
}

.login-modal__content--scrollable::-webkit-scrollbar-track {
  background: transparent;
}

.login-modal__content--scrollable::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.login-modal__content--scrollable::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

.login-modal__section-title {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
  margin-top: 1rem;
}

.login-modal__section-title--images {
  margin-top: 0.5rem;
}

.login-modal__hint {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  margin: -0.5rem 0 1rem 0;
  font-style: italic;
}

.login-modal__input-wrapper--link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Copy Button Styles */
.share-copy-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.share-copy-btn:hover {
  background: rgba(255, 255, 255, 0.2);
  border-color: var(--primaryColor);
  color: #fff;
}

.share-copy-btn--success {
  background: rgba(34, 197, 94, 0.2) !important;
  border-color: rgb(34, 197, 94) !important;
  color: rgb(34, 197, 94) !important;
}

.share-copy-btn--image {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.6);
  border-color: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: opacity 0.2s ease, background 0.2s ease;
}

/* Share Images Grid */
.share-images-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.share-image-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
}

.share-image-item:hover {
  border-color: var(--primaryColor);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.share-image-item:hover .share-copy-btn--image {
  opacity: 1;
}

.share-image-link {
  display: block;
  text-decoration: none;
}

.share-image-preview {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  display: block;
  transition: transform 0.2s ease;
}

.share-image-item:hover .share-image-preview {
  transform: scale(1.02);
}

.share-image-label {
  display: block;
  padding: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 480px) {
  .share-images-grid {
    grid-template-columns: 1fr;
  }

  .share-copy-btn--image {
    opacity: 1;
  }
}

.login-modal__company-note {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.5;
}

.login-modal__company-note strong {
  color: var(--primaryColorBright);
}

/* Responsive adjustments */
@media screen and (max-width: 480px) {
  .UIModal_Login {
    min-width: 280px;
    width: 95%;
  }

  .login-modal__header {
    padding: 1.5rem 1rem 1rem;
  }

  .login-modal__content {
    padding: 0 1rem 1rem;
  }

  .login-modal__footer {
    padding: 0.75rem 1rem 1rem;
  }
}


/* My Assets Modal - Modern Style */
#selectAssetsModal {
  z-index: 199;
  background:
    linear-gradient(180deg, rgba(25, 32, 45, 0.98) 0%, rgba(18, 24, 35, 0.99) 100%),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 20px,
      rgba(0, 150, 200, 0.04) 20px,
      rgba(0, 150, 200, 0.04) 40px);
  border-radius: 14px;
  border: 1px solid rgba(0, 150, 200, 0.2);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(0, 120, 180, 0.1);
  overflow: hidden;
}

#selectAssetsModal .popup-header {
  padding: 14px 18px;
  background: rgba(0, 100, 150, 0.08);
  border-bottom: 1px solid rgba(0, 150, 200, 0.15);
  cursor: move;
}

#selectAssetsModal .popup-header .UIButton_Main--active {
  background: transparent;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0;
}

#selectAssetsModal .UIButton_Minimize,
#selectAssetsModal .UIButton_Maximize {
  background: rgba(60, 70, 85, 0.8);
  border: none;
  border-radius: 6px;
  color: #b0b8c5;
  transition: all 0.2s ease;
}

#selectAssetsModal .UIButton_Minimize:hover,
#selectAssetsModal .UIButton_Maximize:hover {
  background: rgba(80, 90, 105, 1);
  color: #fff;
}

#selectAssetsModal .ContentArea {
  padding: 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 150, 200, 0.3) transparent;
}

#selectAssetsModal .ContentArea::-webkit-scrollbar {
  width: 8px;
}

#selectAssetsModal .ContentArea::-webkit-scrollbar-track {
  background: transparent;
}

#selectAssetsModal .ContentArea::-webkit-scrollbar-thumb {
  background: rgba(0, 150, 200, 0.3);
  border-radius: 4px;
}

#selectAssetsModal .ContentArea::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 150, 200, 0.5);
}

/* Hide resizers for cleaner look */
#selectAssetsModal .resizer {
  background: transparent;
}

#selectAssetsModal .resizer:hover {
  background: rgba(0, 150, 200, 0.3);
}





.UISite {
  padding: 20px;
  /*no hight to have them limitless*/
  width: 100%;
  position: relative;
  /* to make absolutes fit inside*/

}

.UISite--full {
  overflow: hidden;
  /*prevent flexibal modals etc. to create scroll bars*/
  height: 100%;
  /*same hight as appContainer*/
  padding: 0px;
}


.ContentArea {
  height: 100%;
}

.UIModal .ContentArea {
  padding: 15px;
  /*TODO: sync with UIHeadAndBody_Body etc.*/
  height: 100%;
  /* to have scrolling on area and not on whole modal*/
  overflow: auto;
  /* to have scrolling on area and not on whole modal*/
}

/* Presets Area styling */
#debug_presets {
  background: linear-gradient(180deg, rgba(20, 22, 28, 0.98) 0%, rgba(15, 17, 22, 1) 100%);
  padding: 30px 20px;
}

#debug_presets .preset-card-table {
  max-width: 1400px;
  margin: 0 auto;
}


.UIHeadAndBody {
  height: 100%;
  width: 100%;
}

.UIHeadAndBody_Head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 4px;
  background: linear-gradient(135deg,
      rgba(30, 30, 35, 0.95) 0%,
      rgba(25, 25, 30, 0.98) 100%);
  border-radius: 30px;
  margin: 0 auto 12px;
  width: fit-content;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.UIHeadAndBody_Body {
  overflow: auto;
  padding: 15px;
}

.UIModal .UIHeadAndBody_Body {
  height: 85%;
}




.heading {
  font-size: 150%;
  padding: 15px;
}


.UIButton {
  border: none;
  margin: 1px;
}

/* ========================================
   Gallery Navigation - Modern Pill Style
   ======================================== */
.gallery-nav {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  padding: 10px 40px;
  margin: 16px auto;
  background: linear-gradient(135deg,
      rgba(30, 30, 35, 0.95) 0%,
      rgba(25, 25, 30, 0.98) 100%);
  border-radius: 12px;
  box-shadow:
    0 4px 20px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

#GALLERY {
  text-align: center;
  background: linear-gradient(180deg, rgba(15, 15, 15, 0) 0%, rgba(20, 20, 20, 0.3) 50%, rgba(15, 15, 15, 0) 100%);
  min-height: 100vh;
  padding: 20px 20px 60px;
  position: relative;
}

/* Subtle background pattern for gallery */
#GALLERY::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    url('data:image/svg+xml,<svg width="40" height="40" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h40v40H0z" fill="none"/><path d="M0 40L40 0H20L0 20M40 40V20L20 40" stroke="rgba(0, 200, 250, 0.04)" stroke-width="1"/></svg>');
  z-index: -1;
  pointer-events: none;
}

/* Futuristic glow orb at top of gallery */
#GALLERY::after {
  content: '';
  position: absolute;
  width: 800px;
  height: 400px;
  background: radial-gradient(ellipse, rgba(0, 200, 250, 0.08) 0%, rgba(0, 0, 0, 0) 70%);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  pointer-events: none;
}

/* Gallery card table styling */
#GALLERY .UICardTable {
  margin: 0 auto;
  padding: 30px 20px;
}

#GALLERY .UICardTable__Table {
  justify-content: center;
  gap: 24px;
  padding: 20px 0;
}

/* Gallery Loading Spinner */
.gallery-loading-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  gap: 16px;
}

.gallery-loading-spinner__circle {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(80, 100, 130, 0.2);
  border-top-color: rgba(0, 180, 230, 0.7);
  border-radius: 50%;
  animation: gallery-spinner-rotate 0.8s linear infinite;
}

.gallery-loading-spinner__text {
  color: #8090a5;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

@keyframes gallery-spinner-rotate {
  to {
    transform: rotate(360deg);
  }
}

/* Gallery Content Area styling */
#GALLERY .ContentArea {
  animation: fadeIn 0.4s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Gallery Nav Search */
.gallery-nav__search {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.25s ease;
}

.gallery-nav__search:focus-within {
  border-color: var(--primaryColor, #00b4dc);
  box-shadow: 0 0 10px rgba(0, 180, 220, 0.2);
}

.gallery-nav__search--active {
  border-color: var(--primaryColor, #00b4dc);
  background: rgba(0, 180, 220, 0.1);
}

.gallery-nav__search-input {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
  font-size: 0.85rem;
  padding: 8px 12px;
  width: 160px;
  transition: width 0.25s ease;
}

.gallery-nav__search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.gallery-nav__search-input:focus {
  width: 200px;
}

.gallery-nav__search-btn,
.gallery-nav__search-clear {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  color: var(--primaryColor, #00b4dc);
}

.gallery-nav__search-btn svg,
.gallery-nav__search-clear svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.gallery-nav__search-btn:hover {
  background: rgba(0, 180, 220, 0.2);
}

.gallery-nav__search-clear {
  color: rgba(255, 255, 255, 0.5);
}

.gallery-nav__search-clear:hover {
  color: #ff6b6b;
  background: rgba(255, 107, 107, 0.15);
}

.gallery-nav__search-feedback {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.75rem;
  color: #ff6b6b;
  white-space: nowrap;
}

/* Gallery Nav Items Container */
.gallery-nav__items {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gallery-nav__item {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 25px;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
}

.gallery-nav__item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg,
      rgba(0, 180, 220, 0.15) 0%,
      rgba(0, 140, 180, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.25s ease;
  border-radius: inherit;
}

.gallery-nav__item:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.gallery-nav__item:hover::before {
  opacity: 1;
}

.gallery-nav__item--active {
  color: #fff;
  background: linear-gradient(135deg,
      var(--primaryColor, #00b4dc) 0%,
      var(--primaryColorDark, #008ca8) 100%);
  border-color: rgba(0, 200, 250, 0.3);
  box-shadow:
    0 2px 12px rgba(0, 180, 220, 0.35),
    0 0 0 1px rgba(0, 200, 250, 0.15);
  transform: translateY(0);
}

.gallery-nav__item--active::before {
  opacity: 0;
}

.gallery-nav__item--active:hover {
  background: linear-gradient(135deg,
      var(--primaryColorBright, #00d4ff) 0%,
      var(--primaryColor, #00b4dc) 100%);
  transform: translateY(-1px);
  box-shadow:
    0 4px 16px rgba(0, 180, 220, 0.45),
    0 0 0 1px rgba(0, 200, 250, 0.2);
}

.gallery-nav__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  color: var(--primaryColor, #00b4dc);
  opacity: 0.8;
  transition: opacity 0.2s ease;
}

.gallery-nav__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.gallery-nav__item:hover .gallery-nav__icon {
  opacity: 1;
}

.gallery-nav__item--active .gallery-nav__icon {
  color: #fff;
  opacity: 1;
}

.gallery-nav__label {
  white-space: nowrap;
}

/* Responsive adjustments */
@media (max-width: 950px) {
  .gallery-nav {
    gap: 20px;
    padding: 12px 20px;
  }

  .gallery-nav__item {
    padding: 8px 12px;
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .gallery-nav {
    gap: 12px;
    padding: 12px 16px;
    margin: 12px 8px;
    flex-wrap: wrap;
  }

  .gallery-nav__search {
    flex: 1;
    min-width: 180px;
  }

  .gallery-nav__search-input {
    flex: 1;
    width: auto;
  }

  .gallery-nav__search-input:focus {
    width: auto;
  }

  .gallery-nav__items {
    flex-wrap: wrap;
    justify-content: center;
    order: 1;
    width: 100%;
  }

  .gallery-nav__item {
    padding: 8px 14px;
    font-size: 0.85rem;
  }

  .gallery-nav__icon {
    width: 14px;
    height: 14px;
  }

  .gallery-nav__view-switcher {
    margin-left: 0;
  }

  .gallery-nav__filter-toggle {
    flex: 0 0 auto;
  }
}

@media (max-width: 480px) {
  .gallery-nav__item {
    padding: 8px 12px;
    font-size: 0.8rem;
  }

  .gallery-nav__icon {
    width: 16px;
    height: 16px;
  }

  .gallery-nav__search-input {
    font-size: 0.8rem;
    padding: 6px 10px;
  }
}

/* Gallery Nav View Switcher */
.gallery-nav__view-switcher {
  display: flex;
  align-items: center;
  gap: 2px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gallery-nav__view-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 16px;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gallery-nav__view-btn:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
}

.gallery-nav__view-btn--active {
  color: #fff;
  background: linear-gradient(135deg,
      var(--primaryColor, #00b4dc) 0%,
      var(--primaryColorDark, #008ca8) 100%);
  box-shadow: 0 2px 8px rgba(0, 180, 220, 0.3);
}

.gallery-nav__view-btn--active:hover {
  background: linear-gradient(135deg,
      var(--primaryColorBright, #00d4ff) 0%,
      var(--primaryColor, #00b4dc) 100%);
}

.gallery-nav__view-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}

.gallery-nav__view-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

/* Hide view icons: show labels only (toolbar + nav) */
.gallery-toolbar__view-icon,
.gallery-nav__view-icon {
  display: none !important;
}

.gallery-nav__view-label {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .gallery-nav__view-switcher {
    margin-left: 0;
    margin-top: 8px;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .gallery-nav__view-btn {
    padding: 6px 10px;
  }

  .gallery-nav__view-icon {
    width: 16px;
    height: 16px;
  }
}

/* Gallery Nav Filter Toggle (Supporter Mode) */
.gallery-nav__filter-toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.gallery-nav__filter-toggle:hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
}

.gallery-nav__filter-toggle--active {
  color: var(--primaryColor, #00b4dc);
  border-color: var(--primaryColor, #00b4dc);
  background: rgba(0, 180, 220, 0.15);
  box-shadow: 0 0 10px rgba(0, 180, 220, 0.2);
}

.gallery-nav__filter-toggle--active:hover {
  background: rgba(0, 180, 220, 0.25);
}

.gallery-nav__filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}

.gallery-nav__filter-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.gallery-nav__filter-label {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .gallery-nav__filter-toggle {
    order: -1;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .gallery-nav__filter-toggle {
    padding: 6px 12px;
    width: auto;
  }
}

/* ========================================
   Gallery Toolbar - Card Table Controls
   ======================================== */
.gallery-toolbar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
  padding: 8px 16px;
  margin: 0 20px 10px auto;
  width: fit-content;
  background: linear-gradient(135deg,
      rgba(25, 25, 30, 0.8) 0%,
      rgba(20, 20, 25, 0.85) 100%);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* Supporter Filter Toggle */
.gallery-toolbar__filter-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
}

.gallery-toolbar__filter-toggle:hover {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
}

.gallery-toolbar__filter-toggle--active {
  color: var(--primaryColor, #00b4dc);
  border-color: var(--primaryColor, #00b4dc);
  background: rgba(0, 180, 220, 0.15);
  box-shadow: 0 0 12px rgba(0, 180, 220, 0.25);
}

.gallery-toolbar__filter-toggle--active:hover {
  background: rgba(0, 180, 220, 0.25);
}

.gallery-toolbar__filter-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
}

.gallery-toolbar__filter-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.gallery-toolbar__filter-label {
  white-space: nowrap;
}

/* View Switcher */
.gallery-toolbar__view-switcher {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gallery-toolbar__view-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  font-weight: 500;
}

.gallery-toolbar__view-buttons {
  display: flex;
  align-items: center;
  gap: 2px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.gallery-toolbar__view-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 16px;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gallery-toolbar__view-btn:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
}

.gallery-toolbar__view-btn--active {
  color: #fff;
  background: linear-gradient(135deg,
      var(--primaryColor, #00b4dc) 0%,
      var(--primaryColorDark, #008ca8) 100%);
  box-shadow: 0 2px 8px rgba(0, 180, 220, 0.3);
}

.gallery-toolbar__view-btn--active:hover {
  background: linear-gradient(135deg,
      var(--primaryColorBright, #00d4ff) 0%,
      var(--primaryColor, #00b4dc) 100%);
}

.gallery-toolbar__view-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}

.gallery-toolbar__view-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.gallery-toolbar__view-btn-label {
  white-space: nowrap;
}

/* Responsive adjustments for toolbar */
@media (max-width: 600px) {
  .gallery-toolbar {
    margin: 0 10px 10px auto;
    gap: 10px;
    padding: 8px 12px;
  }

  .gallery-toolbar__view-switcher {
    gap: 6px;
  }
}

@media (max-width: 480px) {
  .gallery-toolbar {
    flex-direction: column;
    width: calc(100% - 20px);
    margin: 0 10px 10px;
    gap: 8px;
  }

  .gallery-toolbar__filter-toggle {
    width: 100%;
    justify-content: center;
  }

  .gallery-toolbar__view-switcher {
    width: 100%;
    justify-content: center;
  }

  .gallery-toolbar__view-btn {
    padding: 6px 10px;
  }

  .gallery-toolbar__view-icon {
    width: 16px;
    height: 16px;
  }
}

/* ======================================== */

.UIButton_Main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  padding: 6px 14px;
  height: auto;
  min-width: auto;
  background: transparent;
  border-radius: 25px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid transparent;
}

.UIButton_Main svg {
  flex-shrink: 0;
  opacity: 0.7;
}

.UIButton_Main--active svg {
  opacity: 1;
}

.UIButton_Main:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.1);
}

.UIButton_Main--active {
  color: #fff;
  background: linear-gradient(135deg,
      var(--primaryColor, #00b4dc) 0%,
      var(--primaryColorDark, #008ca8) 100%);
  border-color: rgba(0, 200, 250, 0.3);
  box-shadow:
    0 2px 12px rgba(0, 180, 220, 0.35),
    0 0 0 1px rgba(0, 200, 250, 0.15);
}

.UIButton_Main--active:hover {
  background: linear-gradient(135deg,
      var(--primaryColorBright, #00d4ff) 0%,
      var(--primaryColor, #00b4dc) 100%);
  box-shadow:
    0 4px 16px rgba(0, 180, 220, 0.45),
    0 0 0 1px rgba(0, 200, 250, 0.2);
}

.UIButton_Main--inactive {
  color: rgba(255, 255, 255, 0.5);
}


.UIButton_DesignSyncer {
  margin-left: 10px;
  border-radius: 5px;

}


.UIButton_FilterToggle {
  cursor: pointer;
  text-align: center;
  color: var(--baseColorFontDarker);
}

.UIButton_FilterToggle--active {
  color: var(--primaryColor);
}

.frostedGlass .UIButton_Main {
  color: rgba(2, 2, 2, 0.69);
  background-color: transparent;
  font-size: 20px;
}

.frostedGlass .UIButton_Main--active {
  color: var(--primaryColorBright);
  text-shadow: 0 0 1px var(--primaryColorBright), 0 0 10px var(--primaryColor);
}

.UIFilterManager .UIButton {
  font-size: 75%;
}


.UIButton_ModalWindow {
  position: absolute;
  cursor: pointer;
  background-color: #333;
  border-radius: 5px;
  height: 35px;
  width: 35px;
  text-align: center;
  font-size: 25px;
  margin: 3px;
  padding: 5px;
}

.UIButton_ModalWindow:hover {
  background-color: grey;
}

.UIButton_Close {
  right: 1px;
}

.UIButton_Maximize {
  right: calc(1px + 36px);
}

.UIButton_Minimize {
  right: calc(1px + 36px + 36px);
}



.UIButton_AddToCart {
  background-color: red;
}

.overlayButton__container {
  position: absolute;
  height: 100%;
  width: 15%;
  top: 0;
}

.overlayButton__container--Left {
  left: -5px;
}

.overlayButton__container--Right {
  right: -5px;
}

.overlayButton__container.blocked {
  display: none;
}

.overlayButton {
  height: 40px;
  width: 40px;
  margin-top: 85px;
  border-radius: 50%;
  border: 1px solid #646464;
  backdrop-filter: blur(var(--mainBlur));
  background: transparent;
}


.UICard {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid transparent;
  color: var(--baseColorFont);
  ;
  position: relative;
  margin: 8px;
  padding: 7px;
  border-radius: 5px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  transition: border 500ms;
}

.UICard:hover {
  border: 1px solid white;
}



/* ============================================
   ASSET CARDS - Modern Style
   ============================================ */
.UICard_Asset {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 12px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    background 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    transform 0.25s ease,
    width var(--cardTransitionDuration),
    height var(--cardTransitionDuration),
    top var(--cardTransitionDuration),
    left var(--cardTransitionDuration),
    border-radius var(--cardTransitionDuration),
    margin var(--cardTransitionDuration),
    padding var(--cardTransitionDuration);
}

.UICard_Asset:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.UICard_Asset--imported {
  background: linear-gradient(135deg, rgba(0, 150, 80, 0.25) 0%, rgba(0, 120, 60, 0.2) 100%);
  border-color: rgba(0, 200, 100, 0.3);
}

.UICard_Asset--imported:hover {
  background: linear-gradient(135deg, rgba(0, 150, 80, 0.35) 0%, rgba(0, 120, 60, 0.3) 100%);
  border-color: rgba(0, 200, 100, 0.5);
}

.UICard_Asset--list {
  height: 60px;
  width: 100%;
  max-width: 400px;
  flex-direction: row;
  padding: 8px 14px;
  border-radius: 12px;
  gap: 12px;
}

.UICard_Asset--compact {
  height: 200px;
  width: 160px;
  padding: 14px;
  gap: 10px;
}

.UICard_Asset--mini {
  height: 48px;
  width: 48px;
  min-width: 48px;
  justify-content: center;
  border-radius: 50%;
  margin: 2px;
  padding: 0px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.UICard_Asset--mini:hover {
  border-color: var(--primaryColor);
  box-shadow: 0 0 12px rgba(0, 180, 220, 0.4);
  transform: scale(1.08);
}

.UICard_Asset--max {
  border: 2px solid var(--primaryColor);
  height: 275px;
  width: 250px;
  box-shadow: 0 8px 32px rgba(0, 180, 220, 0.25);
}

.UICard_Asset--inDesignMenu {
  display: inline-block;
  overflow: initial;
  /*to have the closeButton nice*/
  padding: 0px;
  border: 1px solid black;
}


.assetCardOption {
  position: absolute;
  line-height: 0.7;
  height: 18px;
  width: 18px;
  border: none;
  border-radius: 50%;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  cursor: pointer;
  top: 6px;
  right: 6px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  z-index: 2;
}

.assetCardOption:hover {
  transform: scale(1.1);
}

.assetCardOption__delete {
  background: linear-gradient(135deg, #ff4757 0%, #c0392b 100%);
  box-shadow: 0 2px 8px rgba(255, 71, 87, 0.4);
}

.assetCardOption__delete:hover {
  box-shadow: 0 4px 12px rgba(255, 71, 87, 0.6);
}

.assetCardOption__info {
  background: linear-gradient(135deg, #666 0%, #444 100%);
  box-shadow: 0 2px 8px rgba(100, 100, 100, 0.4);
}


/* Asset Preview */
.asset__preview {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.UICard_Asset:hover .asset__preview {
  transform: scale(1.03);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.UICard_Asset--mini .asset__preview {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  /*border: 1px solid rgba(255, 255, 255, 0.15);*/
  box-shadow: none;
}

.UICard_Asset--mini:hover .asset__preview {
  transform: none;
  border-color: rgba(0, 163, 204, 0.6);
  box-shadow: none;
}

/* Position delete button at top right of preview in mini view */
.UICard_Asset--mini .assetCardOption {
  top: -2px;
  right: -2px;
  height: 16px;
  width: 16px;
  font-size: 10px;
}

.UICard_Asset--list .asset__preview {
  height: 42px;
  width: 42px;
  flex-shrink: 0;
  border-radius: 8px;
}

.UICard_Asset--compact .asset__preview {
  height: 100px;
  width: 100px;
  border-radius: var(--mainBorderRadius);
}

.UICard_Asset--max .asset__preview {
  height: 110px;
  width: 110px;
  border-radius: var(--mainBorderRadius);
}

.UICardTable {
  display: flex;
  flex-direction: column;
}

.UICardTable--split {
  flex-direction: row;
}

.ds-sidebar .UICardTable {
  display: flex;
  width: 75%;
  flex-direction: column;
  justify-content: center;
}

.UICardTable__Table {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
  padding: 8px 0;
}

/* Reset margin on cards since we're using gap */
.UICardTable__Table .UICard_Asset {
  margin: 0;
}

.ds-sidebar .UICardTable__Table {
  flex-wrap: nowrap;
  overflow: auto hidden;
  scrollbar-width: thin;
  align-items: center;
  height: 61px;
  gap: 6px;
}

.UICardTable__Table--uncentered {
  justify-content: flex-start;
}

.UICard_ShopItem {
  width: 250px;
  /*temp*/
  height: 250px;
  /*temp*/
}

.UICard_Debug {
  width: 250px;
  height: 250px;
}

.UICard--selected {
  border: 2px solid rgb(100, 255, 100);
  box-shadow: 0 0 16px rgba(100, 255, 100, 0.4);
}

.UICard--selected:hover {
  border: 2px solid rgb(100, 255, 100);
  box-shadow: 0 0 20px rgba(100, 255, 100, 0.5);
}

/* Selected state for imported assets - same as created */
.UICard_Asset--imported.UICard--selected,
.UICard_Asset_Public.UICard--selected {
  border: 2px solid rgb(100, 255, 100) !important;
  box-shadow: 0 0 16px rgba(100, 255, 100, 0.4) !important;
}

.UICard_Asset--imported.UICard--selected:hover,
.UICard_Asset_Public.UICard--selected:hover {
  border: 2px solid rgb(100, 255, 100) !important;
  box-shadow: 0 0 20px rgba(100, 255, 100, 0.5) !important;
}

/* Focus state for asset cards (when clicking in mini/list mode) */
.UICard_Asset--compact.UICard_Asset--focused,
.UICard_Asset.UICard_Asset--focused {
  border-color: var(--primaryColor);
  box-shadow: 0 8px 32px rgba(0, 180, 220, 0.35);
}




.UISearchFeedback {
  color: white;
  display: inline;
  margin-left: 10px;
}

.primaryButton {
  background-color: var(--primaryColor);
  color: var(--baseColorFont);
  ;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
}



.inputField {
  outline: none;
  width: 100%;
  height: 2rem;
  margin: 0;
  padding: 0 1rem;
  border: none;
  font-size: 1rem;
  border-radius: 0.25rem;
}


.userMenuStuff {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  background: linear-gradient(145deg, rgba(45, 45, 50, 0.98), rgba(35, 35, 40, 0.98));
  border-radius: 0 0 12px 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  padding: 8px;
  z-index: 1000;
  overflow: hidden;
  box-sizing: border-box;
}

.userMenuEntry {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.9);
  padding: 12px 16px;
  background: transparent;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.userMenuEntry:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.userMenuEntry:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px 8px 0 0;
  margin-bottom: 4px;
  padding-bottom: 12px;
}

.userMenuEntry:last-child {
  color: rgba(255, 100, 100, 0.9);
}

.userMenuEntry:last-child:hover {
  background: rgba(220, 53, 69, 0.15);
  color: #ff6b6b;
}




.mainFooter {
  /* display: flex; */
  display: none;
  justify-content: space-between;

  background-color: var(--greyStep5);
  color: #DDD;
  font-size: 80%;
  text-align: center;
  padding-top: 6px;
}




.userStats {
  margin: 30px;
  color: var(--baseColorFont);
  ;
  text-align: center;
}

.userStats_userName {
  font-size: 120%;
  color: var(--primaryColor);
}



/* ========================================
   Update Log - Modern Style
   ======================================== */
.update-log {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.update-log__entry {
  background: linear-gradient(135deg,
      rgba(30, 30, 35, 0.95) 0%,
      rgba(25, 25, 30, 0.98) 100%);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
  transition: all 0.25s ease;
}

.update-log__entry:hover {
  border-color: rgba(0, 180, 220, 0.3);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.update-log__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.update-log__version {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--primaryColor, #00c8fa);
  letter-spacing: 0.5px;
}

.update-log__date {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.update-log__content {
  padding: 16px;
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.8);
}

.update-log__content ul,
.update-log__content ol {
  margin: 8px 0;
  padding-left: 20px;
}

.update-log__content li {
  margin: 6px 0;
}

.update-log__content strong {
  color: #fff;
}

.contentBox {
  margin: 30px;
  padding: 20px;
  color: var(--baseColorFont);
  ;
  background: var(--greyStep2);
  border-radius: var(--mainBorderRadius);
}

.global--centered {
  text-align: center;
}

.contentWrapper {
  background-color: var(--greyStep2);
  padding: 10px;
  border-radius: var(--mainBorderRadius);
}





.myKitIsPublic {
  background-color: var(--primaryColorDark);
}

.cardHighlighted {
  /*myKitIsPublic can be replaced with this*/
  background-color: var(--primaryColorDark);
}




.updateList {
  margin: 30px auto;
  color: var(--baseColorFont);
  background: var(--greyStep2);
  border-radius: var(--mainBorderRadius);
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.08);
  padding: 24px 32px 20px 32px;
  max-width: 350px;
  text-align: left;
  border: 1px solid var(--greyStep4);
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: stretch;
}

.userStats__header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}

.userStats__avatar {
  font-size: 2.5em;
  color: var(--primaryColor);
  display: flex;
  align-items: center;
  justify-content: center;
}

.userStats__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.userStats_userName {
  font-size: 120%;
  color: var(--primaryColor);
  font-weight: bold;
}

.userStats__badge {
  background: linear-gradient(135deg, var(--primaryColor) 0%, var(--primaryColorDark) 100%);
  color: #fff;
  font-size: 0.65em;
  border-radius: 20px;
  padding: 4px 10px 4px 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 200, 250, 0.3);
  width: fit-content;
}

.userStats__badge i {
  font-size: 0.9em;
}

.userStats__body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 4px;
}

.userStats__stat {
  font-size: 1em;
  color: var(--baseColorFont);
  display: flex;
  align-items: center;
  gap: 8px;
}

.userStats__stat i {
  color: var(--primaryColor);
  font-size: 1.1em;
}

/* Table-style stats */
.userStats__table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--greyStep3);
}

.userStats__table tr {
  border-bottom: 1px solid var(--greyStep4);
}

.userStats__table tr:last-child {
  border-bottom: none;
}

.userStats__table td {
  padding: 12px 10px;
  vertical-align: middle;
}

.userStats__table-icon {
  width: 36px;
  text-align: center;
  color: var(--primaryColor);
  font-size: 1.2em;
}

.userStats__table-label {
  font-size: 0.95em;
  color: var(--baseColorFont);
  opacity: 0.85;
}

.userStats__table-value {
  text-align: right;
  font-size: 1.15em;
  font-weight: bold;
  color: var(--primaryColor);
}

/* Metrics dashboard style - horizontal layout */
.userStats__metrics {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 10px;
  margin-top: 16px;
  position: relative;
  z-index: 1;
}

.userStats__metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  padding: 12px 10px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.userStats__metric-icon {
  display: none;
}

.userStats__metric-value {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
}

.userStats__metric-label {
  font-size: 0.7em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
  margin-top: 4px;
}

.userStats__metric-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}

.userStats__metric-divider {
  display: none;
}

/* Responsive: stack vertically on narrow screens */
@media (max-width: 480px) {
  .userStats__metrics {
    flex-direction: column;
    gap: 8px;
  }

  .userStats__metric {
    width: 100%;
  }
}

.UIMenuDropdown {
  position: relative;
  cursor: pointer;
}

.UIMenuDropdown:hover .UIMenuDropdown__content {
  display: block;
}

.UIMenuDropdown__content {
  display: none;
  position: absolute;
  background: grey;
  white-space: nowrap;
  /*if items in dropdown are wider than anchor*/
  box-shadow: 10px 14px 28px rgb(0 0 0 / 25%), 10px 10px 10px rgb(0 0 0 / 22%);
  min-width: 100%;
  /*must be at least as wide as the anchor to avoid hovering gap*/
}

.UIMenuDropdown__item {
  padding: 5px;
  border-top: 1px solid #555;
}

.UIMenuDropdown__item:hover {
  background: var(--primaryColor);
}


.customCamEntry {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}


.stepDropdownToolbar {
  width: 40px;
  height: 30px;
  text-align: center;
  padding-top: 6px;
  border-left: 1px solid #555;
}







.toolBarButton {
  justify-content: space-between;
  padding: 0px;
}



/*temp hack */
#MYSTUFF {
  color: white;
}

#assetEditor {
  width: 100%;
}

#textureImage {
  max-width: 500px;
}



.UISpacesContainer {
  flex: 1;
  display: flex;
  justify-content: center;
  height: 100%;
}



.siteSpread {
  width: 40%;
  height: 40%;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.3);
  transition: border-color 500ms;
  border: 1px solid transparent;
  border-radius: 25px;

}

.siteSpread:hover {
  cursor: pointer;
  border: 1px solid white;
}


.dominantText {
  text-align: center;
  padding-top: 15px;
}

.colorPreview {
  display: flex;
  height: 210px;
}

.colorPreview__List {
  width: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.colorPreview__checkList {
  width: 25px;
}


.PropertyLabel {
  margin-right: 10px;
  font-size: 105%;
}


.UIInput_Color {
  cursor: pointer;
  border: none;
  padding: 0;
}

.UIInput_Labeled {
  display: flex;
  justify-content: left;
  align-items: center;
  column-gap: 20px;
}

.UIInput_Number {
  width: 70px;
}



.UICurrentAsset {
  border: 1px solid black;
  height: 70px;
  width: 70px;
  margin-right: 10px;
  border-radius: 5px;
}







.popup {
  transform: initial;
  /*important to avoid modal centering*/
}


.popup-header {
  padding: 5px;
  cursor: pointer;
  background-color: rgba(172, 172, 172, 0.5);
}

.popup-header .UIButton_Main--active {
  padding: 5px;
  padding-left: 10px;
  width: initial;
}

/*Resizeable*/

.popup .resizer {
  background: var(--resizerColor);
  position: absolute;
}

.popup .resizer-vert {
  width: var(--resizerThickness);
  height: 100%;
  bottom: 0;
  cursor: e-resize;
}

.popup .resizer-right {
  right: calc(var(--resizerThickness)/-2);
}

.popup .resizer-left {
  left: calc(var(--resizerThickness)/-2);
}


.popup .resizer-hori {
  height: var(--resizerThickness);
  width: 100%;
  bottom: 0;
  cursor: n-resize;
}

.popup .resizer-top {
  top: calc(var(--resizerThickness)/-2);
}

.popup .resizer-bottom {
  bottom: calc(var(--resizerThickness)/-2);
}




.popup .resizer-corner {
  width: calc(var(--resizerThickness)*2);
  height: calc(var(--resizerThickness)*2);
  z-index: 201;
}


.popup .resizer-topRight {
  right: calc(var(--resizerThickness)/-1.5);
  top: calc(var(--resizerThickness)/-1.5);
  height: var(--resizerThickness);
  cursor: sw-resize;
}


.popup .resizer-bottomLeft {
  left: calc(var(--resizerThickness)/-1.5);
  bottom: calc(var(--resizerThickness)/-1.5);
  cursor: sw-resize;
}


.popup .resizer-bottomRight {
  right: calc(var(--resizerThickness)/-1.5);
  bottom: calc(var(--resizerThickness)/-1.5);
  cursor: nw-resize;
}


.popup .resizer-topLeft {
  left: calc(var(--resizerThickness)/-1.5);
  top: calc(var(--resizerThickness)/-1.5);
  cursor: nw-resize;
}



/*NOSELECT*/

.popup * {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                      supported by Chrome and Opera */
}


.UICardTable_Options {
  display: flex;
  justify-content: space-between;
  margin-left: 8px;
  /* to fit with cards below*/
}

.UICardTable__OptionGroup {
  background: var(--greyStep3);
  border-radius: 4px;
  padding: 2px 3px;
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}


.UIFilterManager {}

.UICardTableResizer {}

.UIFilterManager .UISearchbar {
  display: flex;
  height: 18px;
}

.UICardTableResizer__size {
  color: var(--baseColorFontDarker);
  text-align: center;
  cursor: pointer;
}

.UICardTableResizer__size--active {
  cursor: pointer;
  color: var(--primaryColor);
}


.folderStructure__folder {
  height: 25px;
  cursor: pointer;
}

.cartIcon {
  width: 90px;
  padding-left: 10px;
  /*little too wide but looks nice*/
}




.UIDivider {
  height: 1px;
  margin: 5px 0px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.25s;
}

.UIMenuDropdown .UIDivider {
  margin: 0px;
  padding: 2px;
}

.helpInfoButton {
  cursor: pointer;
}

.frostedGlass {
  background-color: rgba(128, 128, 128, 0.4);
  /*good to have opa 0.4 to recolor*/
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: -1px -1px 2px hsla(0, 0%, 100%, .1), 2px 2px 32px rgba(0, 0, 0, .5), inset 1px 1px 1px hsla(0, 0%, 100%, .5);
  ;
  backdrop-filter: blur(var(--mainBlur));
  -webkit-backdrop-filter: blur(var(--mainBlur));
}

.frostedGlass--glow {
  backdrop-filter: blur(var(--deepBlur));
  -webkit-backdrop-filter: blur(var(--deepBlur));
}

.frostedGlass--primaryColor {
  /* could be a --glow modifier*/
  background-color: rgba(84, 164, 168, 0.6);
  border: 1px solid rgb(0, 163, 204);
  box-shadow: -1px -1px 2px rgb(0, 163, 204), 2px 2px 32px rgb(0, 163, 204), inset 1px 1px 1px rgb(0, 204, 255);
}

.frostedGlass--primaryColor .UIDivider {
  background-color: rgb(0, 204, 255);
}

.ds-sidebar .frostedGlass--primaryColor {
  background-color: rgb(0, 163, 204);
}

.frostedGlass--red {
  /* could be a --glow modifier*/
  background-color: rgba(255, 0, 0, 0.6);
  border: 1px solid rgb(255, 0, 0);
  box-shadow: -1px -1px 2px rgb(255, 0, 0), 2px 2px 32px rgb(255, 0, 0), inset 1px 1px 1px rgb(255, 0, 0);
}

.frostedGlass--red .UIDivider {
  background-color: rgb(255, 0, 0);
}

.frostedGlass--green {
  /* could be a --glow modifier*/
  background-color: rgba(100, 255, 100, 0.6);
  border: 1px solid rgb(100, 255, 100);
  box-shadow: -1px -1px 2px rgb(100, 255, 100), 2px 2px 32px rgb(100, 255, 100), inset 1px 1px 1px rgb(100, 255, 100);
}

.frostedGlass--green .UIDivider {
  background-color: rgb(100, 255, 100);
}

#generaldesignbereich_id {
  padding: 15px;
}

/* ============================================
   Area_PortFolio - Company Portfolio Page
   ============================================ */

.portFolio__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px 30px;
  text-align: center;
}

.portFolio__logo {
  height: 120px;
  max-width: 300px;
  object-fit: contain;
  margin-bottom: 24px;
  border-radius: 12px;
}

.portFolio__intro {
  max-width: 600px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1.6;
}

.portFolio__socialLinks {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 20px;
  margin-bottom: 20px;
}

.portFolio__socialLink a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: all 0.2s ease;
}

.portFolio__socialLink a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 200, 250, 0.3);
}

.portFolio__socialLink img {
  height: 24px;
  width: 24px;
  border-radius: 4px;
}

.portFolio__socialLink span {
  font-size: 0.9rem;
  font-weight: 500;
}

.portFolio__section {
  padding: 20px;
  margin-bottom: 10px;
}

.portFolio__sectionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 16px 20px;
  background: rgba(0, 200, 250, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(0, 200, 250, 0.15);
}

.portFolio__sectionTitle {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}

.portFolio__sectionTitle svg {
  flex-shrink: 0;
}

.portFolio__sectionCount {
  background: rgba(0, 200, 250, 0.2);
  color: #00c8fa;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

.portFolio__mediaGrid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.portFolio__mediaItem {
  height: 100px;
  border-radius: 8px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  object-fit: cover;
}

.portFolio__mediaItem:hover {
  border-color: #00c8fa;
  transform: scale(1.05);
}

.portFolio__cardTable {
  width: 100%;
}

.portFolio__cardTable .UICardTable__Table {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
}

/* Legacy support - keep old classes working */
.portFolio__mediaContainer {
  display: flex;
  justify-content: center;
}

.portFolio__media {
  height: 75px;
  margin: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.5s
}

.portFolio__media:hover {
  border: 2px solid white;
}



.clickable {
  cursor: pointer;
}

.clickableLink {
  cursor: pointer;
  text-decoration: underline;
}


.visibleThroughOpacity {
  /*for transitions*/
  opacity: 1;
  visibility: visible;
}

.hiddenThroughOpacity {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.blocked {
  pointer-events: none;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
}

.withoutTransition {
  transition: initial;
}

.ds-sidebar__content.frostedGlass {
  border: none;
  box-shadow: none;
}


#ds-drumkitDesignGroupNav-id {
  width: 85px
}

#mainCanvas {
  user-select: none;
}


/* ============================================
   MY PROJECTS 2 - Modern Stats & Navigation
   ============================================ */

.myProjects2__statsBar {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.myProjects2__stats {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.4);
  padding: 20px 24px;
  max-width: 600px;
  width: 100%;
  border-radius: 12px;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.myProjects2__stats--supporter {
  background:
    linear-gradient(135deg, rgba(0, 140, 190, 0.35) 0%, rgba(0, 100, 150, 0.25) 40%, rgba(26, 26, 26, 1) 100%),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 15px,
      rgba(0, 200, 250, 0.08) 15px,
      rgba(0, 200, 250, 0.08) 30px);
  border-color: rgba(0, 200, 250, 0.3);
}

.myProjects2__stats-header {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.myProjects2__stats-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.myProjects2__stats-userName {
  font-size: 1.3em;
  color: var(--primaryColor);
  font-weight: bold;
}

.myProjects2__stats-badge {
  background: linear-gradient(135deg, var(--primaryColor) 0%, var(--primaryColorDark) 100%);
  color: #fff;
  font-size: 0.65em;
  border-radius: 20px;
  padding: 4px 10px 4px 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(0, 200, 250, 0.3);
}

.myProjects2__stats-metrics {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
}

.myProjects2__stats-metric {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  padding: 12px 10px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.myProjects2__stats-metric-value {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
}

.myProjects2__stats-metric-limit {
  font-size: 0.6em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: normal;
}

.myProjects2__stats-metric-label {
  font-size: 0.7em;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
  margin-top: 4px;
}

.myProjects2__stats-highlight {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 14px;
  background: rgba(0, 180, 220, 0.1);
  border: 1px solid rgba(0, 180, 220, 0.2);
  border-radius: 8px;
  font-size: 0.85em;
  color: rgba(255, 255, 255, 0.8);
}

.myProjects2__stats-highlight i {
  color: var(--primaryColor, #00b4dc);
}

.myProjects2__stats-highlight strong {
  color: #fff;
}

/* Sub-navigation */
.myProjects2__subnav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  margin-bottom: 12px;
  padding: 2px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}

.myProjects2__subnav-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.75rem;
  font-weight: 500;
}

.myProjects2__subnav-item:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
}

.myProjects2__subnav-item--active {
  color: #fff;
  background: linear-gradient(135deg,
      var(--primaryColor, #00b4dc) 0%,
      var(--primaryColorDark, #008ca8) 100%);
  box-shadow: 0 2px 8px rgba(0, 180, 220, 0.3);
}

.myProjects2__subnav-item--active:hover {
  background: linear-gradient(135deg,
      var(--primaryColorBright, #00d4ff) 0%,
      var(--primaryColor, #00b4dc) 100%);
}

.myProjects2__subnav-count {
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 0.8em;
  font-weight: 600;
}

.myProjects2__subnav-item--active .myProjects2__subnav-count {
  background: rgba(255, 255, 255, 0.2);
}

/* Toolbar */
.myProjects2__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Search */
.myProjects2__search {
  flex: 1;
  max-width: 300px;
  position: relative;
  display: flex;
  align-items: center;
}

.myProjects2__search-input {
  width: 100%;
  padding: 10px 36px 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  font-size: 0.9em;
  transition: all 0.2s ease;
}

.myProjects2__search-input:focus {
  outline: none;
  border-color: var(--primaryColor);
  background: rgba(255, 255, 255, 0.12);
}

.myProjects2__search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.myProjects2__search-clear {
  position: absolute;
  right: 8px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: opacity 0.2s ease;
}

.myProjects2__search-clear--visible {
  display: flex;
}

.myProjects2__search-clear:hover {
  opacity: 1;
}

.myProjects2__search-clear svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

/* Sort */
.myProjects2__sort {
  display: flex;
  align-items: center;
  gap: 10px;
}

.myProjects2__sort-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  font-weight: 500;
}

.myProjects2__sort-buttons {
  display: flex;
  align-items: center;
  gap: 2px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 20px;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.myProjects2__sort-btn {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 16px;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.myProjects2__sort-btn .sort-arrow {
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.myProjects2__sort-btn--active .sort-arrow {
  opacity: 1;
}

.myProjects2__sort-btn--active:hover .sort-arrow {
  transform: scale(1.3);
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.5));
}

.myProjects2__sort-btn:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.08);
}

.myProjects2__sort-btn--active {
  color: #fff;
  background: linear-gradient(135deg,
      var(--primaryColor, #00b4dc) 0%,
      var(--primaryColorDark, #008ca8) 100%);
  box-shadow: 0 2px 8px rgba(0, 180, 220, 0.3);
}

.myProjects2__sort-btn--active:hover {
  background: linear-gradient(135deg,
      var(--primaryColorBright, #00d4ff) 0%,
      var(--primaryColor, #00b4dc) 100%);
}

/* Responsive */
@media (max-width: 600px) {
  .myProjects2__stats-metrics {
    flex-wrap: wrap;
  }

  .myProjects2__stats-metric {
    flex-basis: calc(50% - 5px);
  }

  .myProjects2__toolbar {
    flex-direction: column;
    gap: 12px;
  }

  .myProjects2__search {
    max-width: 100%;
    width: 100%;
  }

  .myProjects2__sort {
    width: 100%;
    justify-content: center;
    flex-direction: column;
    gap: 8px;
  }

  .myProjects2__sort-label {
    display: none;
  }

  .myProjects2__sort-buttons {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4px;
    padding: 4px;
  }

  .myProjects2__sort-btn {
    padding: 8px 10px;
    font-size: 0.75rem;
    white-space: nowrap;
  }

  .myProjects2__subnav {
    flex-wrap: wrap;
  }
}


/* ============================================
   PROJECT CARD 2 - Modern Card Design
   ============================================ */

.projectCard2 {
  background: linear-gradient(145deg, #2a2a2a 0%, #1e1e1e 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--mainBorderRadius, 12px);
  width: 320px;
  margin: 10px;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.projectCard2:hover {
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.projectCard2--public {
  border-color: var(--primaryColor);
  background:
    linear-gradient(135deg,
      rgba(0, 180, 220, 0.08) 0%,
      rgba(0, 140, 168, 0.05) 50%,
      rgba(0, 180, 220, 0.08) 100%),
    linear-gradient(145deg, #1a2228 0%, #141a1e 100%);
  box-shadow:
    0 0 20px rgba(0, 180, 220, 0.2),
    inset 0 0 30px rgba(0, 180, 220, 0.03);
}

.projectCard2--public:hover {
  box-shadow:
    0 0 30px rgba(0, 180, 220, 0.3),
    inset 0 0 30px rgba(0, 180, 220, 0.05);
  border-color: var(--primaryColorBright, #00d4ff);
}

.projectCard2__inner {
  padding: 0;
}

/* Header */
.projectCard2__header {
  padding: 16px 16px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.projectCard2__titleRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.projectCard2__title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.projectCard2__editBtn {
  background: rgba(255, 255, 255, 0.08);
  border: none;
  color: rgba(255, 255, 255, 0.6);
  width: 28px;
  height: 28px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
  transform: scaleX(-1);
}

.projectCard2__editBtn:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

.projectCard2__editBtn i {
  font-size: 12px;
}

.projectCard2__titleInput {
  width: 100%;
  padding: 8px 12px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: #fff;
  font-size: 0.95rem;
}

.projectCard2__titleInput:focus {
  outline: none;
  border-color: var(--primaryColor);
}

.projectCard2__renameConfirm,
.projectCard2__commentConfirm {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  flex-wrap: wrap;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.projectCard2__feedback {
  width: 100%;
  font-size: 0.8rem;
  margin-bottom: 5px;
}

.projectCard2__feedback--error {
  color: #ff6b6b;
}

.projectCard2__confirmBtn {
  padding: 6px 12px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 500;
  transition: all 0.2s ease;
}

.projectCard2__confirmBtn--no {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}

.projectCard2__confirmBtn--no:hover {
  background: rgba(255, 255, 255, 0.2);
}

.projectCard2__confirmBtn--yes {
  background: var(--primaryColor);
  color: #fff;
}

.projectCard2__confirmBtn--yes:hover {
  filter: brightness(1.1);
}

/* Meta info */
.projectCard2__meta {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 10px 16px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

.projectCard2__metaItem {
  display: flex;
  align-items: center;
  gap: 5px;
}

.projectCard2__metaItem i {
  font-size: 0.75rem;
  opacity: 0.7;
}

.projectCard2__metaItem strong {
  color: rgba(255, 255, 255, 0.8);
}

/* Image container */
.projectCard2__imageContainer {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  background: #0a0a0a;
  overflow: hidden;
  border-radius: var(--mainBorderRadius, 12px) var(--mainBorderRadius, 12px) 0 0;
}

.projectCard2__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.projectCard2:hover .projectCard2__image {
  transform: scale(1.02);
}

.projectCard2__imageNav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
  font-size: 12px;
}

.projectCard2:hover .projectCard2__imageNav {
  opacity: 1;
}

.projectCard2__imageNav:hover {
  background: var(--primaryColor);
}

.projectCard2__imageNav--left {
  left: 10px;
}

.projectCard2__imageNav--right {
  right: 10px;
}

.projectCard2__imageNav--disabled {
  opacity: 0.3 !important;
  cursor: not-allowed;
}

/* Image dots navigation */
.projectCard2__imageDots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 2;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
  padding: 4px 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.projectCard2:hover .projectCard2__imageDots {
  opacity: 1;
}

.projectCard2__imageDot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.projectCard2__imageDot:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.projectCard2__imageDot--active {
  background-color: var(--primaryColor);
}

/* Comment section */
.projectCard2__commentSection {
  position: relative;
  padding: 12px 16px;
  min-height: 60px;
}

.projectCard2__commentDisplay {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  max-height: 60px;
  overflow-y: auto;
  padding-right: 35px;
}

.projectCard2__commentPlaceholder {
  color: rgba(255, 255, 255, 0.3);
  font-style: italic;
}

.projectCard2__commentInput {
  width: 100%;
  min-height: 50px;
  max-height: 150px;
  padding: 10px 12px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: #fff;
  font-size: 0.85rem;
  resize: none;
  font-family: inherit;
  overflow-y: auto;
  transition: height 0.1s ease;
}

.projectCard2__commentInput:focus {
  outline: none;
  border-color: var(--primaryColor);
}

.projectCard2__editBtn--comment {
  position: absolute;
  top: 12px;
  right: 16px;
}

.projectCard2__commentLength {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.projectCard2__commentLength--over {
  color: #ff6b6b;
}

/* Actions */
.projectCard2__actions {
  display: flex;
  gap: 8px;
  padding: 12px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.projectCard2__action {
  flex: 1;
  padding: 10px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.85rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.projectCard2__action--load {
  background: var(--primaryColor);
  color: #fff;
}

.projectCard2__action--load:hover {
  filter: brightness(1.15);
}

.projectCard2__action--delete {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.7);
}

.projectCard2__action--delete:hover {
  background: rgba(255, 100, 100, 0.15);
  color: #ff6b6b;
}

/* Delete confirmation */
.projectCard2__deleteConfirm {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  background: rgba(255, 80, 80, 0.1);
  border-top: 1px solid rgba(255, 80, 80, 0.2);
}

.projectCard2__deleteConfirmText {
  font-size: 0.85rem;
  color: #ff6b6b;
}

.projectCard2__deleteConfirmText i {
  margin-right: 5px;
}

/* Visibility toggle */
.projectCard2__visibility {
  padding: 12px 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.15);
}

.projectCard2__toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.projectCard2__toggle input[type="checkbox"] {
  display: none;
}

.projectCard2__toggleSlider {
  width: 36px;
  height: 20px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  position: relative;
  transition: background 0.3s ease;
  flex-shrink: 0;
}

.projectCard2__toggleSlider::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.projectCard2__toggle input:checked+.projectCard2__toggleSlider {
  background: var(--primaryColor);
}

.projectCard2__toggle input:checked+.projectCard2__toggleSlider::after {
  transform: translateX(16px);
}

.projectCard2__toggleLabel {
  display: flex;
  align-items: center;
  gap: 6px;
}

.projectCard2__toggleLabel i {
  opacity: 0.7;
}

.projectCard2__rules {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.projectCard2__ruleItem {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.projectCard2__ruleItem input[type="checkbox"] {
  width: 16px;
  height: 16px;
  accent-color: var(--primaryColor);
  cursor: pointer;
}

.projectCard2__ruleItem i {
  width: 14px;
  text-align: center;
  opacity: 0.7;
}

/* Responsive */
@media (max-width: 768px) {
  .projectCard2 {
    width: calc(100% - 20px);
    max-width: 350px;
  }
}

/* Area_MyProjects2 Card Table */
#Area_MyProjects2 .UICardTable__Table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  padding: 20px 10px;
}

/* =============================================================================
   Area_MyAssets2 - Modernized My Assets Area
   ============================================================================= */

#Area_MyAssets2 {
  padding: 20px;
  max-width: 1000px;
  margin: 0 auto;
}

/* Header */
.myAssets2__header {
  margin-bottom: 24px;
}

.myAssets2__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
}

.myAssets2__title-icon {
  color: var(--primaryColor);
}

/* Tab Navigation */
.myAssets2__tabNav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.myAssets2__tabNav.hidden {
  display: none;
}

.myAssets2__tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}

.myAssets2__tab:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
}

.myAssets2__tab--active {
  background: linear-gradient(135deg, var(--primaryColor) 0%, var(--primaryColorDark) 100%);
  border-color: var(--primaryColor);
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 180, 220, 0.35);
}

.myAssets2__tab--active:hover {
  background: linear-gradient(135deg, var(--primaryColorBright) 0%, var(--primaryColor) 100%);
}

.myAssets2__tab svg {
  opacity: 0.7;
}

.myAssets2__tab--active svg {
  opacity: 1;
}

/* Section Headers */
.myAssets2__section {
  margin-bottom: 24px;
}

.myAssets2__section-header {
  margin-bottom: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.myAssets2__section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.myAssets2__section-title svg {
  color: var(--primaryColor);
  opacity: 0.8;
}

.myAssets2__section-count {
  background: rgba(0, 180, 220, 0.2);
  color: var(--primaryColor);
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.75em;
  font-weight: 600;
}

/* Toolbar */
.myAssets2__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding: 14px 18px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* Search */
.myAssets2__search {
  flex: 1;
  max-width: 280px;
  position: relative;
  display: flex;
  align-items: center;
}

.myAssets2__search-input {
  width: 100%;
  padding: 10px 36px 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
  font-size: 0.9em;
  transition: all 0.2s ease;
}

.myAssets2__search-input:focus {
  outline: none;
  border-color: var(--primaryColor);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 180, 220, 0.15);
}

.myAssets2__search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.myAssets2__search-clear {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: opacity 0.2s ease;
  color: #fff;
}

.myAssets2__search-clear--visible {
  display: flex;
}

.myAssets2__search-clear:hover {
  opacity: 1;
}

/* View Switcher */
.myAssets2__viewSwitcher {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.myAssets2__viewBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.2s ease;
}

.myAssets2__viewBtn:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
}

.myAssets2__viewBtn--active {
  color: #fff;
  background: linear-gradient(135deg, var(--primaryColor) 0%, var(--primaryColorDark) 100%);
  box-shadow: 0 2px 8px rgba(0, 180, 220, 0.3);
}

.myAssets2__viewBtn--active:hover {
  background: linear-gradient(135deg, var(--primaryColorBright) 0%, var(--primaryColor) 100%);
}

/* Action Buttons */
.myAssets2__actions {
  display: flex;
  gap: 8px;
}

.myAssets2__actionBtn {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.myAssets2__actionBtn:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.myAssets2__actionBtn--primary {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.8);
}

.myAssets2__actionBtn--primary:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* Card Table */
.myAssets2__cardTable {
  min-height: 120px;
}

.myAssets2__cardTable .UICardTable__Table {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
  padding: 10px 0;
}

/* Card table specific styles for different view modes */
.myAssets2__cardTable .UICard_Asset {
  margin: 0;
}

/* Cards in list view should take full width */
.myAssets2__cardTable--list .UICard_Asset--list {
  width: 100% !important;
  max-width: none !important;
}

/* Override for UICard_Asset_Public (imported assets) in list view */
.myAssets2__cardTable--list .UICard_Asset_Public.UICard_Asset--list {
  width: 100% !important;
  max-width: none !important;
}

/* List view container - stack items vertically (one per row) */
.myAssets2__cardTable--list .UICardTable__Table {
  flex-direction: column;
  flex-wrap: nowrap;
}

/* Created assets also need full width in list view */
.myAssets2__cardTable--list .UICard_Asset_Created {
  width: 100% !important;
  max-width: none !important;
}

/* Compact cards in center layout when few items */
.myAssets2__cardTable--compact .UICardTable__Table {
  justify-content: flex-start;
}

/* Mini view more compact */
.myAssets2__cardTable--mini .UICardTable__Table {
  gap: 6px;
}

/* Empty State */
.myAssets2__emptyState {
  display: none !important;
  /* TODO: fix logic later */
}

.myAssets2__emptyState-icon {
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

.myAssets2__emptyState-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.myAssets2__emptyState-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.4);
  max-width: 300px;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 700px) {
  .myAssets2__toolbar {
    flex-direction: column;
    gap: 12px;
  }

  .myAssets2__search {
    max-width: 100%;
    width: 100%;
  }

  .myAssets2__actions {
    width: 100%;
  }

  .myAssets2__actionBtn {
    flex: 1;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .myAssets2__tabNav {
    flex-direction: column;
    gap: 8px;
  }

  .myAssets2__tab {
    justify-content: center;
  }

  .myAssets2__actionBtn {
    padding: 10px 14px;
  }
}

/* ============================================
   MY ASSETS - Imported Cards Style Override
   Make imported assets (UICard_Asset_Public) look
   like created assets (UICard_Asset_Created)
   ============================================ */

/* Compact view - match created assets exactly */
.myAssets2__cardTable .UICard_Asset_Public.UICard_Asset--compact {
  width: 160px;
  height: 200px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  overflow: hidden;
}

/* Order elements: title (in info) -> preview -> edit button (in actions) */
.myAssets2__cardTable .UICard_Asset_Public .assetCard__info {
  order: -2;
  padding: 0;
  gap: 0;
  align-items: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}

.myAssets2__cardTable .UICard_Asset_Public .asset__preview {
  order: -1;
  width: 100px !important;
  height: 100px !important;
  min-height: 100px;
  border-radius: var(--mainBorderRadius) !important;
  background-size: contain !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  flex-shrink: 0;
  margin: 0;
  box-shadow: none;
}

.myAssets2__cardTable .UICard_Asset_Public .assetCard__actions {
  order: 0;
  padding: 0;
  margin-top: auto;
  display: flex;
  flex-shrink: 0;
}

.myAssets2__cardTable .UICard_Asset_Public .assetCard__title {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 130px;
  line-height: 1.3;
}

/* Hide extra info elements */
.myAssets2__cardTable .UICard_Asset_Public .assetCard__meta,
.myAssets2__cardTable .UICard_Asset_Public .assetCard__badge,
.myAssets2__cardTable .UICard_Asset_Public .assetCard__creator,
.myAssets2__cardTable .UICard_Asset_Public .assetCard__comment {
  display: none !important;
}

/* Edit button - match created assets button style */
.myAssets2__cardTable .UICard_Asset_Public .assetCard__editBtn {
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: none;
}

.myAssets2__cardTable .UICard_Asset_Public .assetCard__editBtn:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.25);
  color: #fff;
  transform: translateY(-1px);
}

/* List view - match created assets layout: [title] [preview] [EDIT] */
.myAssets2__cardTable .UICard_Asset_Public.UICard_Asset--list {
  width: 100% !important;
  max-width: none !important;
  height: 60px;
  padding: 8px 14px;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.myAssets2__cardTable .UICard_Asset_Public.UICard_Asset--list .assetCard__info {
  order: 0 !important;
  flex: 0 0 auto;
  flex-direction: row;
  align-items: center;
  text-align: left;
}

.myAssets2__cardTable .UICard_Asset_Public.UICard_Asset--list .assetCard__title {
  text-align: left;
  max-width: 250px;
}

.myAssets2__cardTable .UICard_Asset_Public.UICard_Asset--list .asset__preview {
  order: 1 !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px;
  min-height: 44px !important;
  border-radius: 8px !important;
  flex-shrink: 0;
}

.myAssets2__cardTable .UICard_Asset_Public.UICard_Asset--list .assetCard__actions {
  order: 2 !important;
  margin-top: 0;
  margin-left: auto;
  flex-shrink: 0;
}

.myAssets2__cardTable .UICard_Asset_Public.UICard_Asset--list .assetCard__editBtn {
  padding: 4px 12px;
  font-size: 0.7rem;
}


/* ============================================
   Area_MyFavourites - My Favourites Area
   ============================================ */

#Area_MyFavourites {
  padding: 20px;
}

.myFavourites__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 16px 20px;
  background: rgba(0, 200, 250, 0.08);
  border-radius: 12px;
  border: 1px solid rgba(0, 200, 250, 0.15);
}

.myFavourites__header-title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.myFavourites__header-title svg {
  flex-shrink: 0;
}

.myFavourites__header-count {
  background: rgba(0, 200, 250, 0.2);
  color: #00c8fa;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
}

.myFavourites__toolbar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  gap: 12px;
}

.myFavourites__search {
  position: relative;
  flex: 0 1 400px;
}

.myFavourites__search-input {
  width: 100%;
  padding: 10px 40px 10px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.myFavourites__search-input:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(0, 200, 250, 0.3);
  box-shadow: 0 0 0 3px rgba(0, 200, 250, 0.1);
}

.myFavourites__search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.myFavourites__search-clear {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}

.myFavourites__search-clear:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.myFavourites__search-clear--visible {
  opacity: 1;
  pointer-events: auto;
}

.myFavourites__cardTable {
  width: 100%;
}

.myFavourites__cardTable .UICardTable__Table {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
}

.myFavourites__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.myFavourites__empty svg {
  margin-bottom: 20px;
}

.myFavourites__empty h3 {
  margin: 0 0 10px 0;
  font-size: 1.3rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.myFavourites__empty p {
  margin: 0;
  max-width: 400px;
  line-height: 1.6;
}


/* ============================================
   PUBLIC ASSETS MODAL (Standalone)
   Modern modal matching presets modal design
   ============================================ */

.publicAssets-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.publicAssets-modal--visible {
  display: flex;
}

.publicAssets-modal__container {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  width: 90%;
  max-width: 1000px;
  max-height: 80vh;
  background:
    linear-gradient(180deg, rgba(25, 32, 45, 0.98) 0%, rgba(18, 24, 35, 0.99) 100%),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 20px,
      rgba(0, 150, 200, 0.04) 20px,
      rgba(0, 150, 200, 0.04) 40px);
  border-radius: 14px;
  border: 1px solid rgba(0, 150, 200, 0.2);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(0, 120, 180, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.publicAssets-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-bottom: 1px solid rgba(0, 150, 200, 0.15);
  background: rgba(0, 100, 150, 0.08);
}

.publicAssets-modal__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

.publicAssets-modal__close {
  width: 30px;
  height: 30px;
  background: rgba(60, 70, 85, 0.8);
  border: none;
  border-radius: 6px;
  color: #b0b8c5;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.publicAssets-modal__close:hover {
  background: rgba(80, 90, 105, 1);
  color: #fff;
}

.publicAssets-modal__content {
  flex: 1;
  overflow-y: auto;
  padding: 16px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 150, 200, 0.3) transparent;
}

.publicAssets-modal__content::-webkit-scrollbar {
  width: 8px;
}

.publicAssets-modal__content::-webkit-scrollbar-track {
  background: transparent;
}

.publicAssets-modal__content::-webkit-scrollbar-thumb {
  background: rgba(0, 150, 200, 0.3);
  border-radius: 4px;
}

.publicAssets-modal__content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 150, 200, 0.5);
}

/* Responsive */
@media (max-width: 768px) {
  .publicAssets-modal__container {
    width: 95%;
    max-height: calc(100vh - 120px);
    margin: 60px auto;
  }

  .publicAssets-modal {
    align-items: center;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .publicAssets-modal__container {
    max-height: calc(100vh - 110px);
    margin: 55px auto;
  }
}


/* ============================================
   PUBLIC ASSETS - Modern Card Table Style
   ============================================ */
#Area_PublicAssets {
  padding: 20px;
  background:
    linear-gradient(180deg, rgba(25, 32, 45, 0.98) 0%, rgba(18, 24, 35, 0.99) 100%),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 20px,
      rgba(0, 150, 200, 0.04) 20px,
      rgba(0, 150, 200, 0.04) 40px);
  border-radius: 14px;
  border: 1px solid rgba(0, 150, 200, 0.2);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.4),
    0 0 40px rgba(0, 120, 180, 0.08);
}

/* Tab Navigation */
.publicAssets__tabNav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 16px;
}

.publicAssets__tab {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.25s ease;
}

.publicAssets__tab:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.2);
}

.publicAssets__tab--active {
  background: linear-gradient(135deg, var(--primaryColor) 0%, var(--primaryColorDark) 100%);
  border-color: var(--primaryColor);
  color: #fff;
  box-shadow: 0 4px 15px rgba(0, 180, 220, 0.35);
}

.publicAssets__tab--active:hover {
  background: linear-gradient(135deg, var(--primaryColorBright) 0%, var(--primaryColor) 100%);
}

.publicAssets__tab svg {
  opacity: 0.7;
}

.publicAssets__tab--active svg {
  opacity: 1;
}

.publicAssets__tab-count {
  font-size: 11px;
  font-weight: 600;
  padding: 2px 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  margin-left: 6px;
}

.publicAssets__tab--active .publicAssets__tab-count {
  background: rgba(255, 255, 255, 0.25);
}

/* Toolbar */
.publicAssets__toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding: 12px 16px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* Search */
.publicAssets__search {
  flex: 1;
  max-width: 300px;
  position: relative;
  display: flex;
  align-items: center;
}

.publicAssets__search-input {
  width: 100%;
  padding: 10px 36px 10px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
  font-size: 0.9em;
  transition: all 0.2s ease;
}

.publicAssets__search-input:focus {
  outline: none;
  border-color: var(--primaryColor);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 180, 220, 0.15);
}

.publicAssets__search-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.publicAssets__search-clear {
  position: absolute;
  right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  transition: opacity 0.2s ease;
  color: #fff;
}

.publicAssets__search-clear--visible {
  display: flex;
}

.publicAssets__search-clear:hover {
  opacity: 1;
}

/* Asset Count */
.publicAssets__count {
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.85rem;
  white-space: nowrap;
}

.publicAssets__count-number {
  color: var(--primaryColor);
  font-weight: 600;
}

/* View Switcher */
.publicAssets__viewSwitcher {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 4px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.publicAssets__viewBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.2s ease;
}

.publicAssets__viewBtn:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.1);
}

.publicAssets__viewBtn--active {
  color: #fff;
  background: linear-gradient(135deg, var(--primaryColor) 0%, var(--primaryColorDark) 100%);
  box-shadow: 0 2px 8px rgba(0, 180, 220, 0.3);
}

.publicAssets__viewBtn--active:hover {
  background: linear-gradient(135deg, var(--primaryColorBright) 0%, var(--primaryColor) 100%);
}

/* Card Table Container */
.publicAssets__cardTable-container {
  min-height: 200px;
}

.publicAssets__cardTable {
  min-height: 120px;
}

.publicAssets__cardTable .UICardTable__Table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  padding: 10px 0;
}

.publicAssets__cardTable .UICard_Asset {
  margin: 0;
}

/* List view - centered with max width */
.publicAssets__cardTable--list .UICardTable__Table {
  flex-direction: column;
  align-items: center;
}

.publicAssets__cardTable--list .UICard_Asset--list {
  width: 100%;
  max-width: 600px;
}

/* Compact cards layout */
.publicAssets__cardTable--compact .UICardTable__Table {
  justify-content: center;
}

/* Mini view more compact */
.publicAssets__cardTable--mini .UICardTable__Table {
  gap: 8px;
  justify-content: center;
}

/* Empty State */
.publicAssets__emptyState {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  text-align: center;
}

.publicAssets__emptyState-icon {
  color: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

.publicAssets__emptyState-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 8px;
}

.publicAssets__emptyState-text {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.4);
  max-width: 300px;
  line-height: 1.5;
}

/* Responsive */
@media (max-width: 600px) {
  .publicAssets__toolbar {
    flex-direction: column;
    gap: 12px;
  }

  .publicAssets__search {
    max-width: 100%;
    width: 100%;
  }

  .publicAssets__count {
    order: -1;
  }
}

@media (max-width: 450px) {
  .publicAssets__tabNav {
    flex-wrap: wrap;
    gap: 6px;
  }

  .publicAssets__tab {
    padding: 8px 14px;
    font-size: 0.85rem;
  }
}

/* ============================================
   PUBLIC ASSETS - Loading Indicator
   ============================================ */
.publicAssets__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  gap: 16px;
}

.publicAssets__loading-spinner {
  width: 48px;
  height: 48px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: var(--primaryColor, #4a9eff);
  border-radius: 50%;
  animation: publicAssets__spin 0.8s linear infinite;
}

.publicAssets__loading-text {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
}

@keyframes publicAssets__spin {
  to {
    transform: rotate(360deg);
  }
}

/* ============================================
   PUBLIC ASSETS - Load More Button
   ============================================ */
.publicAssets__loadMore {
  display: flex;
  justify-content: center;
  padding: 24px 16px 16px;
}

.publicAssets__loadMore-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  background: linear-gradient(135deg, rgba(74, 158, 255, 0.15) 0%, rgba(74, 158, 255, 0.08) 100%);
  border: 1px solid rgba(74, 158, 255, 0.3);
  border-radius: 12px;
  color: var(--primaryColor, #4a9eff);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.25s ease;
}

.publicAssets__loadMore-btn:hover {
  background: linear-gradient(135deg, rgba(74, 158, 255, 0.25) 0%, rgba(74, 158, 255, 0.15) 100%);
  border-color: rgba(74, 158, 255, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(74, 158, 255, 0.2);
}

.publicAssets__loadMore-btn svg {
  transition: transform 0.25s ease;
}

.publicAssets__loadMore-btn:hover svg {
  transform: translateY(3px);
}

.publicAssets__loadMore-spinner {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: var(--primaryColor, #4a9eff);
  border-radius: 50%;
  animation: publicAssets__spin 0.8s linear infinite;
}


/* ============================================
   PUBLIC ASSET CARDS - Modern Style
   ============================================ */
.UICard_Asset_Public {
  display: flex;
  flex-direction: column;
  background: linear-gradient(145deg, rgba(40, 45, 55, 0.95) 0%, rgba(25, 30, 40, 0.95) 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.UICard_Asset_Public:hover {
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.05);
  transform: translateY(-4px);
}

.UICard_Asset_Public.UICard_Asset--compact {
  width: 180px;
  height: auto;
  padding: 0;
}

.UICard_Asset_Public.UICard_Asset--compact .asset__preview {
  width: 100%;
  height: 120px;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  background-size: contain;
  background-position: center;
}

.UICard_Asset_Public.UICard_Asset--list {
  flex-direction: row;
  width: 100%;
  max-width: 380px;
  height: 60px;
  padding: 8px 14px;
  gap: 12px;
  align-items: center;
}

.UICard_Asset_Public.UICard_Asset--list .asset__preview {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 10px;
  margin: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.UICard_Asset_Public.UICard_Asset--mini {
  width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 50%;
  background: rgba(40, 45, 55, 0.9);
  overflow: hidden;
}

.UICard_Asset_Public.UICard_Asset--mini .asset__preview {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.UICard_Asset_Public.UICard_Asset--mini .assetCard__info,
.UICard_Asset_Public.UICard_Asset--mini .assetCard__title,
.UICard_Asset_Public.UICard_Asset--mini .assetCard__meta,
.UICard_Asset_Public.UICard_Asset--mini .assetCard__badge,
.UICard_Asset_Public.UICard_Asset--mini .assetCard__creator,
.UICard_Asset_Public.UICard_Asset--mini .assetCard__actions {
  display: none !important;
}

/* Info Section */
.assetCard__info {
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.UICard_Asset--list .assetCard__info {
  flex: 1;
  padding: 0;
  min-width: 0;
}

/* Title */
.assetCard__title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.35;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  min-height: 2.4em;
}

.UICard_Asset--list .assetCard__title {
  font-size: 0.85rem;
  -webkit-line-clamp: 1;
  min-height: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

/* Meta Row (badge + creator) */
.assetCard__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  min-width: 0;
}

.UICard_Asset--list .assetCard__meta {
  display: none;
}

/* Type Badge */
.assetCard__badge {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  flex-shrink: 0;
}

.assetCard__badge--color {
  background: linear-gradient(135deg, rgba(255, 120, 100, 0.25) 0%, rgba(200, 80, 60, 0.2) 100%);
  color: #ff9080;
  border: 1px solid rgba(255, 120, 100, 0.3);
}

.assetCard__badge--texture {
  background: linear-gradient(135deg, rgba(100, 180, 255, 0.25) 0%, rgba(60, 140, 220, 0.2) 100%);
  color: #80c0ff;
  border: 1px solid rgba(100, 180, 255, 0.3);
}

/* Creator */
.assetCard__creator {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  max-width: 100%;
}

.assetCard__creator span {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

/* Comment */
.assetCard__comment {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Actions Section */
.assetCard__actions {
  padding: 0 14px 14px;
  display: flex;
  gap: 8px;
}

.UICard_Asset--list .assetCard__actions {
  padding: 0;
  margin-left: auto;
}

/* Import Button */
.assetCard__importBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px 16px;
  background: linear-gradient(135deg, var(--primaryColor) 0%, var(--primaryColorDark) 100%);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 15px rgba(0, 180, 220, 0.3);
}

.assetCard__importBtn:hover {
  background: linear-gradient(135deg, var(--primaryColorBright) 0%, var(--primaryColor) 100%);
  box-shadow: 0 6px 20px rgba(0, 180, 220, 0.45);
  transform: translateY(-2px);
}

.assetCard__importBtn svg {
  flex-shrink: 0;
}

.UICard_Asset--list .assetCard__importBtn {
  width: auto;
  padding: 8px 14px;
  font-size: 0.75rem;
}

/* Imported State */
.UICard_Asset_Public.UICard_Asset--imported {
  background: linear-gradient(145deg, rgba(20, 100, 50, 0.95) 0%, rgba(15, 85, 40, 0.95) 100%);
  border-color: rgba(80, 255, 140, 0.55);
  box-shadow: 0 0 20px rgba(50, 255, 120, 0.3);
}

.UICard_Asset_Public.UICard_Asset--imported::after {
  content: '✓ Imported';
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  padding: 10px 16px;
  background: rgba(0, 150, 80, 0.3);
  border: 1px solid rgba(0, 200, 100, 0.3);
  border-radius: 10px;
  color: rgba(100, 255, 150, 0.9);
  font-size: 0.8rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.3px;
}

.UICard_Asset_Public.UICard_Asset--list.UICard_Asset--imported::after {
  position: static;
  padding: 8px 14px;
  font-size: 0.75rem;
  margin-left: auto;
}


/* ============================================
   ASSET EDITOR 2 - Modern Style
   ============================================ */
.assetEditor2 {
  background: linear-gradient(180deg, rgba(30, 35, 45, 0.98) 0%, rgba(20, 25, 35, 0.98) 100%);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  max-width: 420px;
  width: 100%;
  overflow: hidden;
}

.assetEditor2__header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 24px;
  background: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.assetEditor2__header-icon {
  color: var(--primaryColor);
}

.assetEditor2__header-title {
  flex: 1;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
}

.assetEditor2__close-btn {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.2s ease;
}

.assetEditor2__close-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.assetEditor2__content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Type Badge */
.assetEditor2__type-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  width: fit-content;
}

.assetEditor2__type-badge--color {
  background: linear-gradient(135deg, rgba(255, 100, 100, 0.2) 0%, rgba(100, 100, 255, 0.2) 100%);
  border: 1px solid rgba(255, 150, 150, 0.3);
}

.assetEditor2__type-badge--texture {
  background: linear-gradient(135deg, rgba(100, 200, 100, 0.2) 0%, rgba(100, 150, 200, 0.2) 100%);
  border: 1px solid rgba(100, 200, 150, 0.3);
}

.assetEditor2__type-icon {
  display: flex;
  align-items: center;
}

/* Sections */
.assetEditor2__section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.assetEditor2__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.assetEditor2__sublabel {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 6px;
}

.assetEditor2__help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 0.7rem;
  cursor: help;
}

/* Name Input */
.assetEditor2__input {
  width: 100%;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.2s ease;
}

.assetEditor2__input:focus {
  outline: none;
  border-color: var(--primaryColor);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 180, 220, 0.15);
}

.assetEditor2__input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Color Editor */
.assetEditor2__color-editor {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.assetEditor2__color-stops {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.assetEditor2__color-stop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.assetEditor2__color-input {
  width: 50px;
  height: 50px;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.assetEditor2__color-input:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.assetEditor2__color-input::-webkit-color-swatch-wrapper {
  padding: 0;
}

.assetEditor2__color-input::-webkit-color-swatch {
  border: none;
  border-radius: 12px;
}

.assetEditor2__color-checkbox {
  width: 18px;
  height: 18px;
  accent-color: var(--primaryColor);
  cursor: pointer;
}

.assetEditor2__color-stop--primary .assetEditor2__color-input {
  width: 60px;
  height: 60px;
  border: 2px solid var(--primaryColor);
}

/* Gradient Preview */
.assetEditor2__gradient-preview {
  padding: 4px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}

.assetEditor2__gradient-canvas {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 8px;
}

/* Texture Editor */
.assetEditor2__texture-preview-area {
  display: flex;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 12px;
  min-height: 120px;
}

.assetEditor2__texture-canvas {
  max-width: 100%;
  max-height: 200px;
  border-radius: 8px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.assetEditor2__texture-canvas:hover {
  transform: scale(1.02);
}

.assetEditor2__texture-info {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Upload Area */
.assetEditor2__upload-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.assetEditor2__upload-area:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--primaryColor);
}

.assetEditor2__upload-icon {
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.2s ease;
}

.assetEditor2__upload-area:hover .assetEditor2__upload-icon {
  color: var(--primaryColor);
}

.assetEditor2__upload-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}

.assetEditor2__upload-text small {
  display: block;
  margin-top: 6px;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
}

.assetEditor2__upload-input {
  display: none;
}

/* DPI Section */
.assetEditor2__dpi-section {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}

.assetEditor2__dpi-input {
  width: 70px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}

.assetEditor2__dpi-input:focus {
  outline: none;
  border-color: var(--primaryColor);
}

.assetEditor2__dpi-info {
  flex: 1;
  font-size: 0.8rem;
  color: var(--primaryColor);
}

/* Action Buttons */
.assetEditor2__actions {
  display: flex;
  gap: 12px;
  padding-top: 10px;
}

.assetEditor2__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.assetEditor2__btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.assetEditor2__btn--primary {
  background: linear-gradient(135deg, var(--primaryColor) 0%, var(--primaryColorDark) 100%);
  border-color: var(--primaryColor);
  color: #fff;
}

.assetEditor2__btn--primary:hover {
  background: linear-gradient(135deg, var(--primaryColorBright) 0%, var(--primaryColor) 100%);
  box-shadow: 0 4px 15px rgba(0, 180, 220, 0.35);
}

.assetEditor2__btn--danger {
  background: rgba(220, 50, 50, 0.2);
  border-color: rgba(220, 50, 50, 0.4);
  color: #ff6b6b;
}

.assetEditor2__btn--danger:hover {
  background: rgba(220, 50, 50, 0.3);
  border-color: rgba(220, 50, 50, 0.6);
  color: #ff8585;
}

/* Delete Confirmation */
.assetEditor2__delete-confirm {
  padding: 16px;
  background: rgba(220, 50, 50, 0.1);
  border: 1px solid rgba(220, 50, 50, 0.3);
  border-radius: 12px;
}

.assetEditor2__delete-confirm-text {
  text-align: center;
  color: #ff6b6b;
  font-weight: 500;
  margin-bottom: 14px;
}

.assetEditor2__delete-confirm-actions {
  display: flex;
  gap: 10px;
}

/* Save Note */
.assetEditor2__save-note {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Responsive */
@media (max-width: 500px) {
  .assetEditor2 {
    max-width: 100%;
    border-radius: 16px 16px 0 0;
  }

  .assetEditor2__content {
    padding: 20px;
  }

  .assetEditor2__color-stops {
    gap: 8px;
  }

  .assetEditor2__color-input {
    width: 40px;
    height: 40px;
  }

  .assetEditor2__color-stop--primary .assetEditor2__color-input {
    width: 50px;
    height: 50px;
  }

  .assetEditor2__actions {
    flex-direction: column;
  }
}

/* ===================================================
   USER AREA MODAL - Account Settings
   =================================================== */
.userArea-modal {
  position: fixed !important;
  top: 60px !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  width: 90%;
  max-width: 420px;
  height: calc(100vh - 80px);
  max-height: none;
  background: linear-gradient(145deg, rgba(45, 45, 50, 0.98), rgba(35, 35, 40, 0.98));
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.08);
  z-index: 10001;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  backdrop-filter: blur(20px);
}

.userArea-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  background: linear-gradient(135deg, rgba(0, 163, 204, 0.15), rgba(0, 163, 204, 0.05));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.userArea-modal__title {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}

.userArea-modal__title svg {
  color: rgba(0, 163, 204, 1);
}

.userArea-modal__content {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.2) transparent;
}

.userArea-modal__content::-webkit-scrollbar {
  width: 6px;
}

.userArea-modal__content::-webkit-scrollbar-track {
  background: transparent;
}

.userArea-modal__content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

/* User Area Content Styling */
#userAreaContent {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.6;
}

#userAreaContent p {
  margin: 4px 0 12px 0;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}

#userAreaContent .ds-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 16px 0;
}

#userAreaContent button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  margin: 4px 4px 4px 0;
}

#userAreaContent button:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.2);
}

#userAreaContent #ua_dua,
#userAreaContent #ua_duy {
  background: rgba(220, 53, 69, 0.15);
  border-color: rgba(220, 53, 69, 0.3);
  color: #ff6b6b;
}

#userAreaContent #ua_dua:hover,
#userAreaContent #ua_duy:hover {
  background: rgba(220, 53, 69, 0.25);
  border-color: rgba(220, 53, 69, 0.4);
}

#userAreaContent input[type="text"],
#userAreaContent input[type="password"] {
  width: 100%;
  padding: 10px 14px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: #fff;
  font-size: 0.9rem;
  margin: 6px 0 10px 0;
  box-sizing: border-box;
  transition: all 0.2s ease;
}

#userAreaContent input[type="text"]:focus,
#userAreaContent input[type="password"]:focus {
  outline: none;
  border-color: rgba(0, 163, 204, 0.5);
  box-shadow: 0 0 0 3px rgba(0, 163, 204, 0.15);
}

#userAreaContent form {
  margin: 12px 0;
}

#ua_PWfeedback,
#ua_UNfeedback {
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 0.85rem;
  margin: 8px 0;
}

/* User Area Close Button Override */
.userArea-modal .closeMod {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: none;
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 18px;
}

.userArea-modal .closeMod:hover {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}

/* User Area Section Structure */
.userArea-section {
  margin-bottom: 4px;
}

.userArea-label {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 4px;
}

#userAreaContent label {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 4px;
  margin-top: 12px;
}

.userArea-section--danger {
  padding-top: 8px;
}

@media (max-width: 480px) {
  .userArea-modal {
    width: 95%;
    top: 55px !important;
    height: calc(100vh - 65px);
    border-radius: 12px;
  }

  .userArea-modal__header {
    padding: 16px 20px;
  }

  .userArea-modal__content {
    padding: 20px;
  }
}

/* ===================================================
   ASSET EDITOR 2 MODAL - Standalone Modal Version
   =================================================== */
.assetEditor2-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.assetEditor2-modal--visible {
  display: flex;
}

.assetEditor2-modal__container {
  position: relative;
  z-index: 1;
  pointer-events: auto;
  width: 90%;
  max-width: 480px;
  max-height: 85vh;
  background:
    linear-gradient(180deg, rgba(25, 32, 45, 0.98) 0%, rgba(18, 24, 35, 0.99) 100%),
    repeating-linear-gradient(-45deg,
      transparent,
      transparent 20px,
      rgba(0, 150, 200, 0.04) 20px,
      rgba(0, 150, 200, 0.04) 40px);
  border-radius: 16px;
  border: 1px solid rgba(0, 150, 200, 0.2);
  box-shadow:
    0 20px 60px rgba(0, 0, 0, 0.5),
    0 0 40px rgba(0, 120, 180, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.assetEditor2-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0, 150, 200, 0.15);
  background: rgba(0, 100, 150, 0.08);
}

.assetEditor2-modal__header-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.assetEditor2-modal__header-icon {
  color: var(--primaryColor);
  display: flex;
  align-items: center;
}

.assetEditor2-modal__title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
}

.assetEditor2-modal__close {
  width: 32px;
  height: 32px;
  background: rgba(60, 70, 85, 0.8);
  border: none;
  border-radius: 8px;
  color: #b0b8c5;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.assetEditor2-modal__close:hover {
  background: rgba(80, 90, 105, 1);
  color: #fff;
}

.assetEditor2-modal__content {
  flex: 1;
  overflow-y: auto;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.assetEditor2-modal__content::-webkit-scrollbar {
  width: 6px;
}

.assetEditor2-modal__content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.2);
}

.assetEditor2-modal__content::-webkit-scrollbar-thumb {
  background: rgba(0, 150, 200, 0.3);
  border-radius: 3px;
}

.assetEditor2-modal__content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 150, 200, 0.5);
}

/* Type Badge */
.assetEditor2-modal__type-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  width: fit-content;
}

.assetEditor2-modal__type-badge--color {
  background: linear-gradient(135deg, rgba(255, 100, 100, 0.2) 0%, rgba(100, 100, 255, 0.2) 100%);
  border: 1px solid rgba(255, 150, 150, 0.3);
}

.assetEditor2-modal__type-badge--texture {
  background: linear-gradient(135deg, rgba(100, 200, 100, 0.2) 0%, rgba(100, 150, 200, 0.2) 100%);
  border: 1px solid rgba(100, 200, 150, 0.3);
}

.assetEditor2-modal__type-icon {
  display: flex;
  align-items: center;
}

/* Sections */
.assetEditor2-modal__section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.assetEditor2-modal__label {
  font-size: 0.85rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.assetEditor2-modal__sublabel {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  gap: 6px;
}

.assetEditor2-modal__help-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  font-size: 0.7rem;
  cursor: help;
}

/* Name Input */
.assetEditor2-modal__input {
  width: 100%;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
  font-size: 0.95rem;
  transition: all 0.2s ease;
}

.assetEditor2-modal__input:focus {
  outline: none;
  border-color: var(--primaryColor);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 3px rgba(0, 180, 220, 0.15);
}

.assetEditor2-modal__input:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Color Editor */
.assetEditor2-modal__color-editor {
  display: flex;
  flex-direction: row;
  gap: 14px;
  align-items: stretch;
  justify-content: center;
}

.assetEditor2-modal__color-stops {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}

.assetEditor2-modal__color-stop {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.assetEditor2-modal__color-input {
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.assetEditor2-modal__color-input:hover {
  transform: scale(1.05);
  box-shadow: 0 5px 14px rgba(0, 0, 0, 0.4);
}

.assetEditor2-modal__color-input::-webkit-color-swatch-wrapper {
  padding: 0;
}

.assetEditor2-modal__color-input::-webkit-color-swatch {
  border: none;
  border-radius: 10px;
}

.assetEditor2-modal__color-checkbox {
  width: 16px;
  height: 16px;
  accent-color: var(--primaryColor);
  cursor: pointer;
}

.assetEditor2-modal__color-stop--primary .assetEditor2-modal__color-input {
  border: 2px solid var(--primaryColor);
}

/* Gradient Preview */
.assetEditor2-modal__gradient-preview {
  padding: 4px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: flex;
  align-items: stretch;
}

.assetEditor2-modal__gradient-canvas {
  display: block;
  width: 24px;
  height: 100%;
  min-height: 200px;
  border-radius: 6px;
}

/* Texture Editor */
.assetEditor2-modal__texture-preview-area {
  display: flex;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  min-height: 100px;
}

.assetEditor2-modal__texture-canvas {
  max-width: 100%;
  max-height: 180px;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.assetEditor2-modal__texture-canvas:hover {
  transform: scale(1.02);
}

.assetEditor2-modal__texture-info {
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

/* Upload Area */
.assetEditor2-modal__upload-area {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.assetEditor2-modal__upload-area:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: var(--primaryColor);
}

.assetEditor2-modal__upload-icon {
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.2s ease;
}

.assetEditor2-modal__upload-area:hover .assetEditor2-modal__upload-icon {
  color: var(--primaryColor);
}

.assetEditor2-modal__upload-text {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.85rem;
}

.assetEditor2-modal__upload-text small {
  display: block;
  margin-top: 4px;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.4);
}

.assetEditor2-modal__upload-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* DPI Section */
.assetEditor2-modal__dpi-section {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}

.assetEditor2-modal__dpi-input {
  width: 60px;
  padding: 6px 10px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  color: #fff;
  font-size: 0.85rem;
  text-align: center;
}

.assetEditor2-modal__dpi-input:focus {
  outline: none;
  border-color: var(--primaryColor);
}

.assetEditor2-modal__dpi-info {
  flex: 1;
  font-size: 0.75rem;
  color: var(--primaryColor);
}

/* Action Buttons */
.assetEditor2-modal__actions {
  display: flex;
  gap: 10px;
  padding-top: 8px;
}

.assetEditor2-modal__btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.85rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.assetEditor2-modal__btn:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.assetEditor2-modal__btn--primary {
  background: linear-gradient(135deg, var(--primaryColor) 0%, var(--primaryColorDark) 100%);
  border-color: var(--primaryColor);
  color: #fff;
}

.assetEditor2-modal__btn--primary:hover {
  background: linear-gradient(135deg, var(--primaryColorBright) 0%, var(--primaryColor) 100%);
  box-shadow: 0 4px 15px rgba(0, 180, 220, 0.35);
}

.assetEditor2-modal__btn--danger {
  background: rgba(220, 50, 50, 0.2);
  border-color: rgba(220, 50, 50, 0.4);
  color: #ff6b6b;
}

.assetEditor2-modal__btn--danger:hover {
  background: rgba(220, 50, 50, 0.3);
  border-color: rgba(220, 50, 50, 0.6);
  color: #ff8585;
}

/* Delete Confirmation */
.assetEditor2-modal__delete-confirm {
  padding: 14px;
  background: rgba(220, 50, 50, 0.1);
  border: 1px solid rgba(220, 50, 50, 0.3);
  border-radius: 10px;
}

.assetEditor2-modal__delete-confirm-text {
  text-align: center;
  color: #ff6b6b;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 12px;
}

.assetEditor2-modal__delete-confirm-actions {
  display: flex;
  gap: 8px;
}

/* Save Note */
.assetEditor2-modal__save-note {
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* Lightbox for full-size texture */
.assetEditor2-modal__lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10002;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.assetEditor2-modal__lightbox--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.assetEditor2-modal__lightbox img {
  max-width: 95%;
  max-height: 95%;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.assetEditor2-modal__lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  z-index: 10003;
}

.assetEditor2-modal__lightbox-close:hover {
  background: rgba(255, 80, 80, 0.8);
}

/* Responsive */
@media (max-width: 500px) {
  .assetEditor2-modal__container {
    max-width: 100%;
    max-height: 90vh;
    border-radius: 14px 14px 0 0;
    margin-top: auto;
  }

  .assetEditor2-modal__content {
    padding: 16px;
  }

  .assetEditor2-modal__color-stops {
    gap: 6px;
  }

  .assetEditor2-modal__color-input {
    width: 36px;
    height: 36px;
  }

  .assetEditor2-modal__color-stop--primary .assetEditor2-modal__color-input {
    width: 44px;
    height: 44px;
  }

  .assetEditor2-modal__actions {
    flex-direction: column;
  }
}