/*!
 * Bootstrap v5.0.0-beta1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  padding-top: 22px;
  font-family: "Comic Sans", "Comic Sans MS", "Chalkboard", "ChalkboardSE-Regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #f7ef0b;
  text-align: center;
  background: #2c1a4d;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  min-height: 100vh;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {

  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {

  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {

  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {

  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

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

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}

@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote> :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #2c1a4d;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {

  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {

  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.33333%;
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}

.link-primary:hover,
.link-primary:focus {
  color: #0a58ca;
}

.link-secondary {
  color: #6c757d;
}

.link-secondary:hover,
.link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #198754;
}

.link-success:hover,
.link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}

.link-info:hover,
.link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}

.link-warning:hover,
.link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}

.link-danger:hover,
.link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}

.link-light:hover,
.link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}

.link-dark:hover,
.link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio::before {
  display: block;
  padding-top: var(--aspect-ratio);
  content: "";
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --aspect-ratio: 100%;
}

.ratio-4x3 {
  --aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-0 {
  border-width: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fff !important;
}

.text-body {
  color: #f7ef0b !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #2c1a4d !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

  .float-sm-end {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

  .text-sm-start {
    text-align: left !important;
  }

  .text-sm-end {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

  .float-md-end {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

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

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

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }

  .fs-sm-1 {
    font-size: 2.5rem !important;
  }

  .fs-sm-2 {
    font-size: 2rem !important;
  }

  .fs-sm-3 {
    font-size: 1.75rem !important;
  }

  .fs-sm-4 {
    font-size: 1.5rem !important;
  }

  .fs-md-1 {
    font-size: 2.5rem !important;
  }

  .fs-md-2 {
    font-size: 2rem !important;
  }

  .fs-md-3 {
    font-size: 1.75rem !important;
  }

  .fs-md-4 {
    font-size: 1.5rem !important;
  }

  .fs-lg-1 {
    font-size: 2.5rem !important;
  }

  .fs-lg-2 {
    font-size: 2rem !important;
  }

  .fs-lg-3 {
    font-size: 1.75rem !important;
  }

  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}

@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}

.fullscreen-container {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}

#banana-play {
  cursor: pointer;
}

.app-container {
  /*
	margin: 2rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;  
	border-radius: 25px;
	*/
}

.app-container audio {
  margin: 1rem 0;
}

.app-state,
.app-extra {
  padding: 1rem 0;
  position: fixed;
  top: 480px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}

.app-status {
  margin: 0 auto;
}

.app-status img {
  height: 5rem;
  width: auto;
}

@media (min-width: 768px) {
  .app-status img {
    height: 8rem;
    width: auto;
  }
}

.reverse,
.xs-reverse {
  color: #2c1a4d;
  background-color: #f7ef0b;
}

@media (min-width: 576px) {
  .xs-reverse {
    color: #f7ef0b;
    background-color: #2c1a4d;
  }
}

.marquee-group {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  counter-reset: menu;
}

/* Make sure 3 items are visible in the viewport by setting suitable font size. */
.marquee {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
}

.marquee__inner {
  width: fit-content;
  display: flex;
  position: relative;
  animation: marquee 10s linear infinite;
  animation-play-state: running;
  will-change: transform;
}

.marquee span {
  white-space: nowrap;
  font-family: 'Bangers', cursive;
  font-size: 6vh;
  padding: 0 1.5vw;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.1em;
}

/*.marquee span {
		font-size: $mrq_item-font-size-sm; 
	}*/
.txt-shadow {
  color: #2c1a4d;
  text-shadow: -2px 2px 4px #f7ef0b, 2px 2px 4px #f7ef0b, 2px -2px 8px #f7ef0b, -2px -2px 4px #f7ef0b;
}

.reverse>.txt-shadow,
.xs-reverse>.txt-shadow {
  color: #f7ef0b;
  text-shadow: -2px 2px 4px #2c1a4d, 2px 2px 4px #2c1a4d, 2px -2px 8px #2c1a4d, -2px -2px 4px #2c1a4d;
}

@media (min-width: 576px) {
  .xs-reverse>.txt-shadow {
    color: #2c1a4d;
    text-shadow: -2px 2px 4px #f7ef0b, 2px 2px 4px #f7ef0b, 2px -2px 8px #f7ef0b, -2px -2px 4px #f7ef0b;
  }
}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Player Card - no longer used (player is standalone window) */
.player-card {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  padding: 2rem;
}

.player-glow {
  display: none;
}

.player-content {
  display: none;
}

.app-status {
  margin: 0 auto;
  transition: transform 0.3s ease;
}

.app-status:hover {
  transform: scale(1.05);
}

.app-status img {
  height: 8rem;
  width: auto;
  filter: drop-shadow(0 0 20px rgba(247, 239, 11, 0.5));
}

@media (min-width: 768px) {
  .app-status img {
    height: 10rem;
  }
}

.play-hint {
  display: block;
  margin-top: 1rem;
  font-size: 0.875rem;
  opacity: 0.7;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  animation: fade-pulse 2s ease-in-out infinite;
}

@keyframes fade-pulse {

  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 1;
  }
}

.loading-text {
  margin-top: 1rem;
  font-size: 0.875rem;
  opacity: 0.9;
  animation: fade-pulse 1.5s ease-in-out infinite;
}

.now-playing {
  min-height: 1.5rem;
  margin: 1.5rem 0;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  font-size: 0.75rem;
  color: rgba(247, 239, 11, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.now-playing:empty {
  display: none;
}

.now-playing:not(:empty)::before {
  content: "♪ Now Playing: ";
  opacity: 0.6;
}

/* Hide native audio player */
#audio {
  display: none;
}

/* ============================================
   🍌 BANAMP - WINAMP 2000 BANANA EDITION 🍌
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

.winamp-player {
  width: 275px;
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  background: linear-gradient(180deg, #d4a800 0%, #a88600 10%, #705800 50%, #a88600 90%, #d4a800 100%);
  border: 2px solid #000;
  border-radius: 3px;
  box-shadow:
    inset 1px 1px 0 #ffe566,
    inset -1px -1px 0 #553300,
    3px 3px 10px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(247, 239, 11, 0.3);
  font-family: 'VT323', monospace;
  overflow: hidden;
  z-index: 100;
}

/* Crazy banana pattern overlay */
.winamp-player::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    repeating-linear-gradient(45deg,
      transparent,
      transparent 3px,
      rgba(255, 255, 0, 0.05) 3px,
      rgba(255, 255, 0, 0.05) 6px);
  pointer-events: none;
  z-index: 0;
}

.winamp-player>* {
  position: relative;
  z-index: 1;
}

/* Shared window header - applied to all panel/window title bars */
.win-header {
  background: #1a1a1a;
  padding: 4px 8px;
  font-family: 'Consolas', 'Courier New', monospace;
  font-size: 11px;
  color: #666;
  cursor: grab;
  user-select: none;
  border-bottom: 1px solid #333;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.win-header:active {
  cursor: grabbing;
}

/* Shared header title text - same look in every window */
.win-header-title {
  color: #c0c0c0;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: inherit;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

/* Title Bar */
.winamp-titlebar {
  --win-header: 1;
}

.winamp-title-text {
  white-space: nowrap;
  overflow: hidden;
  animation: title-scroll 10s linear infinite;
}
.winamp-title-text.win-header-title {
  color: #c0c0c0;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.5px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

@keyframes title-scroll {

  0%,
  20% {
    transform: translateX(0);
  }

  80%,
  100% {
    transform: translateX(-50%);
  }
}

.winamp-title-buttons {
  display: flex;
  gap: 2px;
}

.winamp-title-buttons span {
  width: 12px;
  height: 12px;
  background: linear-gradient(180deg, #f7ef0b 0%, #bba800 50%, #887700 100%);
  border: 1px solid #000;
  border-radius: 2px;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-family: Arial, sans-serif;
}

.winamp-title-buttons span:hover {
  background: linear-gradient(180deg, #fff 0%, #f7ef0b 50%, #bba800 100%);
}

/* Display Panel */
.winamp-display {
  margin: 3px;
  padding: 4px;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: auto auto auto;
  gap: 3px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.winamp-shader-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.winamp-display::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid;
  border-color: #553300 #ffe566 #ffe566 #553300;
  pointer-events: none;
  z-index: 10;
}

.winamp-banana-box {
  background: transparent;
  border: 1px solid transparent;
  grid-row: 1;
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  border-radius: 3px;
  position: relative;
  z-index: 1;
}

.winamp-banana-icon {
  width: 70px;
  height: auto;
  image-rendering: auto;
}

#winamp-banana-play {
  cursor: pointer;
  transition: transform 0.2s;
}

#winamp-banana-play:hover {
  transform: scale(1.1);
}

.winamp-info {
  display: flex;
  gap: 8px;
  color: #00ff00;
  font-size: 12px;
  position: relative;
  z-index: 1;
}

.winamp-info div {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.winamp-info span {
  font-size: 8px;
  color: #00aa00;
}

.winamp-lcd {
  background: #001a00;
  border: 1px inset #003300;
  position: relative;
  height: 28px;
  grid-column: 1 / -1;
  grid-row: 2;
  z-index: 0;
  overflow: hidden;
}

.winamp-scroll-text {
  color: #00ff00;
  font-size: 12px;
  white-space: nowrap;
  height: 14px;
  line-height: 14px;
  animation: lcd-scroll 15s linear infinite;
  text-shadow: 0 0 5px #00ff00;
}

.winamp-stats-line {
  color: #00cc00;
  font-size: 9px;
  white-space: nowrap;
  height: 12px;
  line-height: 12px;
  animation: lcd-scroll-stats 20s linear infinite;
  text-shadow: 0 0 3px #00cc00;
}

@keyframes lcd-scroll-stats {
  0% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}

@keyframes lcd-scroll {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.winamp-time {
  color: #00ff00;
  font-size: 20px;
  text-align: right;
  text-shadow: 0 0 10px #00ff00;
  font-family: 'VT323', monospace;
  letter-spacing: 2px;
  position: relative;
  z-index: 1;
  grid-column: 1 / -1;
  grid-row: 3;
}

/* Control Buttons */
.winamp-controls {
  display: flex;
  justify-content: center;
  gap: 2px;
  padding: 4px;
  background: linear-gradient(180deg, #a88600 0%, #705800 100%);
}

.winamp-ctrl-btn {
  width: 28px;
  height: 20px;
  background: linear-gradient(180deg, #f7ef0b 0%, #d4a800 30%, #705800 100%);
  border: 1px solid #000;
  border-radius: 2px;
  color: #000;
  font-size: 10px;
  cursor: pointer;
  box-shadow:
    inset 1px 1px 0 #ffe566,
    inset -1px -1px 0 #553300;
  transition: all 0.1s;
}

.winamp-ctrl-btn:hover {
  background: linear-gradient(180deg, #fff 0%, #f7ef0b 30%, #a88600 100%);
}

.winamp-ctrl-btn:active {
  box-shadow:
    inset -1px -1px 0 #ffe566,
    inset 1px 1px 0 #553300;
}

.winamp-eject {
  margin-left: 10px;
}

/* Sliders */
.winamp-sliders {
  display: flex;
  gap: 10px;
  padding: 4px 8px;
  background: linear-gradient(180deg, #705800 0%, #a88600 100%);
  overflow: hidden;
}

.winamp-slider-group {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  min-width: 0;
}

.winamp-slider-label {
  color: #ffe566;
  font-size: 9px;
  text-shadow: 1px 1px 0 #000;
}

.winamp-slider {
  flex: 1;
  min-width: 0;
  width: 0;
  height: 8px;
  -webkit-appearance: none;
  appearance: none;
  background: linear-gradient(180deg, #000 0%, #333 50%, #000 100%);
  border: 1px solid #553300;
  border-radius: 0;
  outline: none;
}

.winamp-slider::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  background: linear-gradient(180deg, #000 0%, #333 50%, #000 100%);
  border: 1px solid #553300;
  border-radius: 0;
  cursor: pointer;
}

.winamp-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 14px;
  height: 12px;
  margin-top: -2px;
  background: linear-gradient(180deg, #f7ef0b 0%, #d4a800 50%, #705800 100%);
  border: 1px solid #000;
  border-radius: 2px;
  cursor: pointer;
  box-shadow: inset 1px 1px 0 #ffe566;
}

.winamp-slider::-moz-range-thumb {
  width: 14px;
  height: 12px;
  background: linear-gradient(180deg, #f7ef0b 0%, #d4a800 50%, #705800 100%);
  border: 1px solid #000;
  border-radius: 2px;
  cursor: pointer;
}

/* EQ/PL Toggles */
.winamp-eq-toggle {
  display: flex;
  gap: 4px;
  padding: 3px 8px;
  background: linear-gradient(180deg, #a88600 0%, #705800 100%);
}

.winamp-toggle {
  padding: 2px 6px;
  font-size: 9px;
  color: #553300;
  background: linear-gradient(180deg, #705800 0%, #553300 100%);
  border: 1px solid #000;
  border-radius: 2px;
  cursor: pointer;
}

.winamp-toggle.active {
  color: #00ff00;
  background: linear-gradient(180deg, #1a3300 0%, #0a1a00 100%);
  text-shadow: 0 0 5px #00ff00;
}

/* Footer */
.winamp-footer {
  display: flex;
  justify-content: space-between;
  padding: 3px 8px 4px;
  background: linear-gradient(180deg, #705800 0%, #a88600 50%, #d4a800 100%);
  border-top: 1px solid #ffe566;
  font-size: 9px;
}

.winamp-mono-stereo {
  display: flex;
  gap: 6px;
}

.winamp-mono-stereo span {
  color: #553300;
}

.winamp-mono-stereo span.active {
  color: #00ff00;
  text-shadow: 0 0 5px #00ff00;
}

.winamp-vfx-btn {
  background: linear-gradient(180deg, #553300 0%, #3a2200 100%);
  color: #00ff00;
  border: 1px solid #887700;
  border-radius: 2px;
  font-family: 'Bangers', monospace;
  font-size: 9px;
  letter-spacing: 1px;
  padding: 1px 6px;
  cursor: pointer;
  text-shadow: 0 0 4px #00ff00;
}

.winamp-vfx-btn:hover {
  background: linear-gradient(180deg, #705800 0%, #553300 100%);
  color: #f7ef0b;
  text-shadow: 0 0 4px #f7ef0b;
}

.winamp-shuffle-repeat {
  display: flex;
  gap: 4px;
  font-size: 11px;
  cursor: pointer;
}

.winamp-shuffle-repeat span {
  opacity: 0.5;
}

.winamp-shuffle-repeat span:hover {
  opacity: 1;
}

/* WINAMP EQUALIZER PANEL */
.winamp-eq-panel {
  background: linear-gradient(180deg, #d4a800 0%, #a88600 10%, #705800 50%, #a88600 90%, #d4a800 100%);
  border-top: 2px solid #000;
  margin-top: -1px;
}

.winamp-eq-titlebar {
  --win-header: 1;
}

.winamp-eq-titlebar span {
  color: #00ff00;
  font-size: 10px;
  font-weight: bold;
  text-shadow: 0 0 5px #00ff00;
  letter-spacing: 1px;
}

.winamp-eq-display {
  background: #000;
  margin: 3px;
  padding: 3px;
  border: 2px solid;
  border-color: #553300 #ffe566 #ffe566 #553300;
}

.winamp-eq-display canvas {
  display: block;
  width: 100%;
  height: 60px;
  background: #0a0a0a;
  border: 1px solid #00ff00;
  image-rendering: pixelated;
}

.winamp-eq-presets {
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 4px;
}

.eq-preset {
  padding: 2px 8px;
  font-size: 8px;
  color: #553300;
  background: linear-gradient(180deg, #a88600 0%, #705800 100%);
  border: 1px solid #000;
  border-radius: 2px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.eq-preset:hover {
  background: linear-gradient(180deg, #d4a800 0%, #a88600 100%);
}

.eq-preset.active {
  color: #00ff00;
  background: linear-gradient(180deg, #1a3300 0%, #0a1a00 100%);
  text-shadow: 0 0 5px #00ff00;
  border-color: #00ff00;
}

/* WINAMP PLAYLIST PANEL (always visible) */
.winamp-playlist {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, #705800 0%, #553300 30%, #2a2a00 100%);
  border-top: 2px solid #000;
  margin-top: -1px;
  max-height: 180px;
  font-family: 'VT323', monospace;
}

.winamp-pl-titlebar {
  padding: 2px 6px;
  font-size: 9px;
  color: #ffe566;
  background: linear-gradient(180deg, #553300 0%, #3a2200 100%);
  border-bottom: 1px solid #000;
  font-family: 'VT323', monospace;
  letter-spacing: 0.5px;
  text-align: left;
}

.winamp-pl-list {
  list-style: none;
  margin: 0;
  padding: 1px 0;
  overflow-y: auto;
  flex: 1;
  min-height: 0;
  font-family: 'VT323', monospace;
  font-size: 11px;
  text-align: left;
}

.winamp-pl-list::-webkit-scrollbar {
  width: 10px;
}

.winamp-pl-list::-webkit-scrollbar-track {
  background: #1a1a00;
  border-left: 1px solid #553300;
}

.winamp-pl-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #a88600 0%, #705800 100%);
  border: 1px solid #000;
  border-radius: 2px;
}

.winamp-pl-item {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  color: #00ff00;
  background: transparent;
  border-bottom: 1px solid #1a2a00;
  cursor: default;
  min-height: 18px;
  font-family: 'VT323', monospace;
  font-size: 11px;
}

.winamp-pl-item:nth-child(even) {
  background: rgba(0, 26, 0, 0.2);
}

.winamp-pl-item:hover {
  color: #ffe566;
  background: rgba(85, 51, 0, 0.4);
}

.winamp-pl-item .winamp-pl-index {
  min-width: 20px;
  text-align: left;
  color: #887700;
  font-variant-numeric: tabular-nums;
  font-family: 'VT323', monospace;
  font-size: 11px;
}

.winamp-pl-item .winamp-pl-name {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
  font-family: 'VT323', monospace;
  font-size: 11px;
  text-align: left;
}

.winamp-pl-hint {
  padding: 8px 6px;
  font-size: 11px;
  color: #887700;
  text-align: left;
  font-family: 'VT323', monospace;
}

.winamp-playlist.pl-drag-over .winamp-pl-list,
.winamp-playlist.pl-drag-over .winamp-pl-hint {
  outline: 2px dashed #f7ef0b;
  outline-offset: -2px;
  background: rgba(184, 134, 0, 0.2);
}

/* ============================================
   🎚️ 3-BAND EQUALIZER PANEL (Draggable)
   ============================================ */

.eq-3band-panel {
  position: fixed;
  bottom: 240px;
  left: 20px;
  width: 160px;
  z-index: 500;
  background: linear-gradient(180deg, #2a1a3d 0%, #1a0a2e 50%, #16213e 100%);
  border: 2px solid #f7ef0b;
  border-radius: 4px;
  box-shadow: 0 0 20px rgba(247, 239, 11, 0.3), 0 8px 32px rgba(0, 0, 0, 0.5);
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', cursive;
}

.eq-3band-header {
  --win-header: 1;
}

.eq-3band-title {
  pointer-events: none;
}
.eq-3band-title.win-header-title {
  color: #c0c0c0;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.eq-3band-logo {
  font-size: 14px;
  pointer-events: none;
}

.eq-3band-content {
  display: flex;
  justify-content: space-around;
  padding: 12px 8px;
  gap: 8px;
}

.eq-3band-slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.eq-3band-label {
  font-size: 9px;
  font-weight: bold;
  color: #00ff00;
  text-shadow: 0 0 5px #00ff00;
  letter-spacing: 1px;
}

.eq-3band-fader-wrapper {
  width: 30px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eq-3band-fader {
  width: 80px;
  height: 24px;
  transform: rotate(-90deg);
  transform-origin: center center;
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
}

.eq-3band-fader::-webkit-slider-runnable-track {
  height: 8px;
  background: linear-gradient(90deg, #00ff00 0%, #ffff00 50%, #ff0000 100%);
  border: 1px solid #000;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.eq-3band-fader::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 20px;
  margin-top: -6px;
  background: linear-gradient(180deg, #f7ef0b 0%, #d4a800 50%, #a88600 100%);
  border: 2px solid #000;
  border-radius: 3px;
  cursor: grab;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.eq-3band-fader::-webkit-slider-thumb:active {
  cursor: grabbing;
  background: linear-gradient(180deg, #ffff66 0%, #f7ef0b 50%, #d4a800 100%);
}

.eq-3band-fader::-moz-range-track {
  height: 8px;
  background: linear-gradient(90deg, #00ff00 0%, #ffff00 50%, #ff0000 100%);
  border: 1px solid #000;
  border-radius: 4px;
}

.eq-3band-fader::-moz-range-thumb {
  width: 12px;
  height: 20px;
  background: linear-gradient(180deg, #f7ef0b 0%, #d4a800 50%, #a88600 100%);
  border: 2px solid #000;
  border-radius: 3px;
  cursor: grab;
}

.eq-3band-value {
  font-size: 12px;
  font-weight: bold;
  color: #f7ef0b;
  text-shadow: 0 0 5px #f7ef0b;
  min-width: 30px;
  text-align: center;
  background: #000;
  padding: 2px 4px;
  border: 1px solid #553300;
  border-radius: 2px;
}

.eq-3band-footer {
  padding: 6px;
  border-top: 1px solid #553300;
  text-align: center;
}

.eq-3band-reset {
  padding: 4px 12px;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  background: linear-gradient(180deg, #f7ef0b 0%, #a88600 100%);
  border: 2px solid #000;
  border-radius: 3px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.1s ease;
}

.eq-3band-reset:hover {
  background: linear-gradient(180deg, #ffff66 0%, #d4a800 100%);
  box-shadow: 0 0 10px rgba(247, 239, 11, 0.5);
}

.eq-3band-reset:active {
  transform: scale(0.95);
}

/* ============================================
   🍌 JINGLE BUTTON
   ============================================ */

.jingle-button {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 100px;
  height: 120px;
  z-index: 600;
}

.jingle-button-header {
  /* shared .win-header applies */
  justify-content: center;
  text-align: center;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.jingle-button-inner {
  width: 90px;
  height: 90px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4) 0%, transparent 50%),
    linear-gradient(180deg, #f7ef0b 0%, #d4a800 30%, #a88600 70%, #705800 100%);
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'VT323', monospace;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.1;
  cursor: pointer;
  margin: 5px auto;
  box-shadow:
    0 6px 0 #553300,
    0 8px 15px rgba(0, 0, 0, 0.5),
    inset 0 -5px 10px rgba(0, 0, 0, 0.2),
    0 0 30px rgba(247, 239, 11, 0.4);
  transition: all 0.1s ease;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  animation: jingle-pulse 2s ease-in-out infinite;
}

@keyframes jingle-pulse {

  0%,
  100% {
    box-shadow: 0 6px 0 #553300, 0 8px 15px rgba(0, 0, 0, 0.5), inset 0 -5px 10px rgba(0, 0, 0, 0.2), 0 0 30px rgba(247, 239, 11, 0.4);
  }

  50% {
    box-shadow: 0 6px 0 #553300, 0 8px 15px rgba(0, 0, 0, 0.5), inset 0 -5px 10px rgba(0, 0, 0, 0.2), 0 0 50px rgba(247, 239, 11, 0.8);
  }
}

.jingle-button-inner:hover {
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.6) 0%, transparent 50%),
    linear-gradient(180deg, #ffff66 0%, #f7ef0b 30%, #d4a800 70%, #a88600 100%);
  transform: scale(1.05);
}

.jingle-button-inner:active {
  transform: translateY(4px) scale(0.98);
  box-shadow:
    0 2px 0 #553300,
    0 4px 10px rgba(0, 0, 0, 0.5),
    inset 0 -2px 5px rgba(0, 0, 0, 0.2),
    0 0 20px rgba(247, 239, 11, 0.6);
}


.jingle-button.playing .jingle-button-inner {
  animation: jingle-shake 0.15s linear infinite;
}

@keyframes jingle-shake {

  0%,
  100% {
    transform: rotate(-2deg);
  }

  50% {
    transform: rotate(2deg);
  }
}

/* Progress ring - wraps AROUND the button */
.jingle-progress-ring {
  position: absolute;
  top: 22px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 110px;
  pointer-events: none;
}

.jingle-progress-ring circle {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.jingle-progress-bg {
  stroke: rgba(0, 0, 0, 0.2);
}

.jingle-progress-bar {
  stroke: #f7ef0b;
  stroke-dasharray: 346;
  stroke-dashoffset: 346;
  transition: stroke-dashoffset 0.1s linear;
}

/* Loading state - show spinner on progress ring */
.jingle-button.loading .jingle-button-inner {
  opacity: 0.8;
}

.jingle-button.loading .jingle-progress-bg {
  stroke: #333;
}

.jingle-button.loading .jingle-progress-bar {
  stroke: #f7ef0b;
  stroke-dasharray: 86;
  stroke-dashoffset: 0;
  animation: jingle-loader-spin 1s linear infinite;
}

@keyframes jingle-loader-spin {
  from {
    stroke-dashoffset: 0;
  }

  to {
    stroke-dashoffset: -346;
  }
}

/* ============================================
   🍌 DJ PATRICK BOOTH - BANANA TRAKTOR
   ============================================ */

.dj-booth {
  position: fixed;
  top: 100px;
  right: 20px;
  width: 340px;
  background: linear-gradient(180deg, #d4a800 0%, #a88600 10%, #705800 50%, #a88600 90%, #d4a800 100%);
  border: 2px solid #000;
  border-radius: 3px;
  padding: 0;
  font-family: 'VT323', monospace;
  box-shadow:
    inset 1px 1px 0 #ffe566,
    inset -1px -1px 0 #553300,
    3px 3px 10px rgba(0, 0, 0, 0.5),
    0 0 30px rgba(247, 239, 11, 0.3);
  z-index: 500;
  overflow: hidden;
}

.dj-booth-header {
  --win-header: 1;
}

.dj-booth-title.win-header-title {
  color: #c0c0c0;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.dj-booth-logo {
  font-size: 14px;
  animation: banana-spin 3s ease-in-out infinite;
}

@keyframes banana-spin {

  0%,
  100% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(10deg);
  }
}

.dj-booth-fx-row {
  display: flex;
  gap: 6px;
  padding: 10px 6px;
  background: rgba(0, 0, 0, 0.3);
  justify-content: space-between;
}

.dj-booth-fx-row2 {
  border-top: 2px solid #705800;
  background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 100%);
}

.dj-fx-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
  background: #000;
  border: 1px solid #553300;
  border-radius: 2px;
  flex: 1;
}

.dj-fx-label {
  font-family: 'Comic Sans MS', 'Chalkboard SE', 'Comic Neue', cursive;
  font-size: 9px;
  font-weight: bold;
  color: #f7ef0b;
  text-align: center;
  line-height: 1;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #705800;
}

.dj-fader {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 110px;
  background: linear-gradient(90deg, #111 0%, #333 50%, #111 100%);
  border: 2px solid #000;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  outline: none;
  /* Safari-compatible vertical slider using writing-mode */
  writing-mode: vertical-lr;
  direction: rtl;
  -webkit-appearance: slider-vertical;
}

/* Safari/Chrome thumb styling for vertical slider */
.dj-fader::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 40px;
  height: 20px;
  background: #f7ef0b;
  background-image:
    radial-gradient(circle at 70% 30%, #fff 0%, transparent 20%),
    linear-gradient(180deg, #f7ef0b 0%, #d4a800 40%, #705800 100%);
  border: 2px solid #000;
  border-radius: 8px;
  cursor: grab;
  box-shadow:
    0 4px 8px rgba(0, 0, 0, 0.6),
    inset 0 2px 2px rgba(255, 255, 255, 0.5);
}

.dj-fader::-webkit-slider-thumb:active {
  cursor: grabbing;
  transform: rotate(5deg) scale(1.1);
  background: #ffff66;
}

/* Firefox thumb styling */
.dj-fader::-moz-range-thumb {
  width: 40px;
  height: 20px;
  background: #f7ef0b;
  background-image: linear-gradient(180deg, #f7ef0b 0%, #d4a800 100%);
  border: 2px solid #000;
  border-radius: 8px;
  cursor: grab;
}

.dj-fader::-moz-range-track {
  width: 30px;
  background: linear-gradient(90deg, #111 0%, #333 50%, #111 100%);
  border: 2px solid #000;
  border-radius: 5px;
}

.dj-fx-value {
  font-size: 14px;
  color: #f7ef0b;
  font-family: 'VT323', monospace;
  background: #000;
  padding: 2px 4px;
  border: 1px solid #f7ef0b;
  border-radius: 4px;
  width: 100%;
  text-align: center;
  box-shadow:
    0 0 10px rgba(247, 239, 11, 0.2),
    inset 0 0 5px rgba(247, 239, 11, 0.5);
  margin-top: 4px;
}

.dj-booth-footer {
  padding: 6px;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid #000;
  text-align: center;
}

.dj-reset-btn {
  padding: 2px 10px;
  font-size: 11px;
  font-family: 'VT323', monospace;
  color: #f7ef0b;
  background: linear-gradient(180deg, #3d2200 0%, #1a0a00 100%);
  border: 1px solid #000;
  border-radius: 2px;
  cursor: pointer;
  box-shadow:
    inset 1px 1px 0 #553300,
    0 1px 3px rgba(0, 0, 0, 0.5);
}

.dj-reset-btn:hover {
  background: #3d2200;
  color: #fff;
}

.dj-reset-btn:active {
  background: #000;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.8);
}

/* ============================================
   🍌 BANANA IRC CHAT
   ============================================ */

.banana-chat {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 320px;
  background: #0a0a0a;
  border: 2px solid #f7ef0b;
  border-radius: 4px;
  font-family: 'VT323', 'Courier New', monospace;
  box-shadow:
    0 0 20px rgba(247, 239, 11, 0.2),
    inset 0 0 50px rgba(0, 0, 0, 0.8);
  z-index: 500;
}

.banana-chat-header {
  --win-header: 1;
}

.chat-title.win-header-title {
  color: #c0c0c0;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}

.chat-users {
  font-size: 10px;
  opacity: 0.7;
}

.banana-chat-messages {
  height: 150px;
  overflow-y: auto;
  padding: 6px 8px;
  font-size: 13px;
  line-height: 1.4;
  color: #00ff00;
  text-align: left;
  background:
    repeating-linear-gradient(0deg,
      transparent,
      transparent 1px,
      rgba(0, 50, 0, 0.1) 1px,
      rgba(0, 50, 0, 0.1) 2px);
}

.banana-chat-messages::-webkit-scrollbar {
  width: 8px;
}

.banana-chat-messages::-webkit-scrollbar-track {
  background: #0a0a0a;
}

.banana-chat-messages::-webkit-scrollbar-thumb {
  background: #f7ef0b;
  border-radius: 4px;
}

.chat-welcome {
  color: #888800;
  font-style: italic;
}

.chat-message {
  margin: 2px 0;
  word-wrap: break-word;
}

.chat-message .chat-nick {
  color: #f7ef0b;
  font-weight: bold;
}

.chat-message .chat-text {
  color: #00ff00;
}

.chat-message.is-self .chat-nick {
  color: #ff8800;
}

.chat-message .chat-time {
  color: #555;
  font-size: 10px;
  margin-right: 4px;
}

.chat-message.chat-action .chat-text {
  color: #ff8800;
  font-style: italic;
}

.chat-message .chat-text {
  white-space: pre-wrap;
  font-family: 'VT323', 'Courier New', monospace;
}

.banana-chat-input {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  background: #111;
  border-top: 1px solid #333;
}

.chat-prompt {
  color: #f7ef0b;
  font-size: 11px;
  margin-right: 6px;
  white-space: nowrap;
}

#chat-input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #00ff00;
  font-family: inherit;
  font-size: 13px;
  caret-color: #00ff00;
}

#chat-input::placeholder {
  color: #336633;
}

#chat-input:focus {
  background: rgba(0, 255, 0, 0.05);
}

.banana-chat-resize {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16px;
  height: 16px;
  cursor: nwse-resize;
  color: #f7ef0b;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  opacity: 0.6;
  user-select: none;
}

.banana-chat-resize:hover {
  opacity: 1;
}

/* Donate Button */
.donate-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.75rem;
  background: linear-gradient(135deg, #f7ef0b 0%, #ffd700 100%);
  color: #2c1a4d;
  border: none;
  border-radius: 50px;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(247, 239, 11, 0.3);
}

.donate-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(247, 239, 11, 0.4);
}

.donate-btn:active {
  transform: translateY(0);
}

.donate-icon {
  font-size: 1.25rem;
  animation: wiggle 2s ease-in-out infinite;
}

@keyframes wiggle {

  0%,
  100% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(-10deg);
  }

  75% {
    transform: rotate(10deg);
  }
}

.app-extra {
  margin-top: 0;
}

/* Header/Footer spacing */
header .marquee-group,
footer .marquee-group {
  padding: 0.5rem 0;
}

/* MIDI Controller Support */
.dj-midi-btn {
  background: #1a1a2e;
  border: 1px solid #444;
  color: #888;
  padding: 4px 10px;
  border-radius: 3px;
  font-family: inherit;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.dj-midi-btn:hover {
  border-color: #f7ef0b;
  color: #f7ef0b;
}

.midi-status {
  font-size: 9px;
  padding: 2px 5px;
  border-radius: 2px;
  background: #333;
  color: #666;
}

.midi-status.connected {
  background: #00aa00;
  color: #fff;
}

.dj-fx-unit.midi-learn-active {
  background: rgba(247, 239, 11, 0.2);
  border-radius: 4px;
  animation: midi-learn-pulse 0.8s ease-in-out infinite;
}

@keyframes midi-learn-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(247, 239, 11, 0.4);
  }

  50% {
    box-shadow: 0 0 8px 4px rgba(247, 239, 11, 0.2);
  }
}

.dj-booth-footer {
  display: flex;
  gap: 8px;
  justify-content: center;
}

/* Voice Message Microphone */
.voice-mic {
  position: fixed;
  top: 200px;
  left: 20px;
  width: 120px;
  background: #0a0a0a;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  border-radius: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  z-index: 1000;
  font-family: 'VT323', monospace;
  user-select: none;
  padding: 2px;
}

.voice-mic-header {
  /* shared .win-header applies */
  justify-content: center;
  text-align: center;
  margin-bottom: 4px;
}

.voice-mic-content {
  position: relative;
  width: 100%;
  padding: 10px;
  background: #111;
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.voice-mic-btn {
  width: 60px;
  height: 30px;
  background: #330000;
  border: 1px solid #550000;
  color: #ff0000;
  font-family: 'VT323', monospace;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.1s ease;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.voice-mic-btn:hover {
  background: #440000;
  border-color: #770000;
  color: #ff4444;
}

.voice-mic-btn:active {
  background: #550000;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.voice-progress-ring {
  display: none;
  /* Replaced by meter */
}

/* Linear progress meter for voice */
.voice-meter-container {
  width: 100%;
  height: 6px;
  background: #000;
  border: 1px solid #333;
  margin-top: 4px;
  overflow: hidden;
}

.voice-meter-fill {
  height: 100%;
  width: 0%;
  background: repeating-linear-gradient(90deg,
      #ff0000,
      #ff0000 2px,
      #000 2px,
      #000 3px);
  transition: width 0.1s linear;
}

.voice-mic-label {
  text-align: center;
  font-size: 10px;
  color: #f7ef0b;
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Recording state */
.voice-mic.recording {
  border-color: #ff0000;
}

.voice-mic.recording .voice-mic-btn {
  background: #ff0000;
  color: #000;
  box-shadow: 0 0 10px #ff0000;
  animation: rec-blink 0.5s step-end infinite;
}

@keyframes rec-blink {
  50% {
    opacity: 0.5;
  }
}

/* Uploading state */
.voice-mic.uploading .voice-mic-btn {
  background: #f7ef0b;
  color: #000;
}

/* Strobe Button */
.strobe-btn-container {
  position: fixed;
  top: 350px;
  left: 20px;
  background: #0a0a0a;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  z-index: 1000;
  font-family: 'VT323', monospace;
  user-select: none;
  padding: 2px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.strobe-btn-header {
  /* shared .win-header applies */
  justify-content: center;
  text-align: center;
  margin-bottom: 4px;
}

.strobe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin: 10px auto;
  background: repeating-linear-gradient(45deg,
      #f7ef0b,
      #f7ef0b 10px,
      #000 10px,
      #000 20px);
  border: 2px solid #f7ef0b;
  border-radius: 50%;
  color: #fff;
  font-family: 'VT323', monospace;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.1s ease;
  text-shadow: 2px 2px 0 #000;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.5), 2px 2px 4px rgba(0, 0, 0, 0.5);
  line-height: 1;
}

.strobe-btn:hover {
  filter: brightness(1.2);
  box-shadow: 0 0 10px #f7ef0b;
}

.strobe-btn:active {
  transform: translateY(1px);
  box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.8);
}

/* Strobe Overlay */
.strobe-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  z-index: 99999;
  display: none;
}

/* Graffiti Canvas */
#graffiti-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  cursor: crosshair;
  background: transparent;
  filter: blur(0.8px);
  pointer-events: auto;
}

/* Re-enable pointer events on all interactive UI elements */
.winamp-player,
.banana-chat,
.jingle-button,
.dj-booth,
.eq-3band-panel,
.voice-mic,
.strobe-btn-container,
.color-picker,
.app-extra,
.donate-btn,
header,
footer {
  pointer-events: auto;
}

/* Color Picker Toolbar */
.color-picker {
  position: fixed;
  top: 500px;
  left: 20px;
  background: #0a0a0a;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  z-index: 1000;
  font-family: 'VT323', monospace;
  user-select: none;
  padding: 4px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.color-picker-header {
  /* shared .win-header applies */
  justify-content: center;
  text-align: center;
  font-size: 14px;
  margin-bottom: 6px;
}

.color-picker-colors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  margin-bottom: 6px;
  background: #111;
  padding: 4px;
  border: 1px solid #333;
}

.color-btn {
  width: 20px;
  height: 20px;
  border: 1px solid #444;
  cursor: pointer;
  transition: all 0.1s ease;
}

.color-btn:hover {
  transform: scale(1.1);
  border-color: #fff;
  z-index: 1;
}

.color-btn.active {
  border: 2px solid #fff;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.eraser-btn {
  background: #2c1a4d !important;
  background-image: linear-gradient(45deg, #2c1a4d 40%, #fff 40%, #fff 50%, #2c1a4d 50%, #2c1a4d 90%, #fff 90%, #fff 100%) !important;
  background-size: 6px 6px !important;
}

.color-picker-sizes {
  display: flex;
  gap: 2px;
  justify-content: center;
  background: #111;
  padding: 4px;
  border: 1px solid #333;
}

.size-btn {
  width: 24px;
  height: 20px;
  background: #222;
  border: 1px solid #444;
  color: #888;
  font-family: 'VT323', monospace;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.1s ease;
}

.size-btn:hover {
  background: #333;
  color: #fff;
}

.size-btn.active {
  background: #f7ef0b;
  color: #000;
  border-color: #fff;
  font-weight: bold;
}

/* Online Users Counter */
.online-counter {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #000;
  border: 2px solid #444;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  z-index: 1000;
  font-family: 'VT323', monospace;
  user-select: none;
  pointer-events: auto;
  min-width: 80px;
}

.online-counter-header {
  /* shared .win-header applies */
  justify-content: center;
  text-align: center;
  padding: 1px;
}

.online-counter-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 4px 8px;
  background: #000;
}

.online-dot {
  width: 6px;
  height: 6px;
  background: #00ff00;
  border-radius: 50%;
  box-shadow: 0 0 5px #00ff00;
  animation: online-pulse 1s steps(2) infinite;
}

@keyframes online-pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.3;
  }
}

.online-count {
  font-size: 18px;
  color: #00ff00;
  font-family: 'VT323', monospace;
  text-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
  letter-spacing: 1px;
}

.online-label {
  font-size: 10px;
  color: #666;
  letter-spacing: 1px;
}

/* ============================================
   CHATROULETTE COMPONENT
   ============================================ */

/* Chatroulette Toggle Button */
.webcam-container {
  position: fixed;
  top: 200px;
  right: 20px;
  background: #0a0a0a;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  z-index: 1000;
  font-family: 'VT323', monospace;
  user-select: none;
  padding: 2px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.webcam-header {
  /* shared .win-header applies */
  justify-content: center;
  text-align: center;
  margin-bottom: 4px;
}

.webcam-toggle-btn {
  display: block;
  width: 110px;
  padding: 10px;
  background: #111;
  border: 1px solid #444;
  color: #f7ef0b;
  font-family: 'VT323', monospace;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.webcam-toggle-btn:hover {
  background: #222;
  border-color: #666;
  color: #fff;
}

.webcam-toggle-btn.broadcasting {
  background: #330000;
  border-color: #ff0000;
  color: #ff0000;
  animation: rec-pulse 1s step-end infinite;
}

@keyframes rec-pulse {
  50% {
    background: #550000;
    box-shadow: 0 0 10px rgba(255, 0, 0, 0.5);
  }
}

/* Chatroulette Display Window */
.webcam-display {
  position: fixed;
  top: 100px;
  right: 120px;
  width: 256px;
  background: #0a0a0a;
  border-top: 1px solid #555;
  border-left: 1px solid #555;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  z-index: 1000;
  font-family: 'VT323', monospace;
  user-select: none;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.webcam-display-header {
  /* shared .win-header applies */
  width: 256px;
  padding: 4px 0;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  gap: 5px;
}

.webcam-display.active .webcam-display-header {
  color: #ff0000;
}

#webcam-broadcaster {
  color: #666;
}

#webcam-broadcaster.live {
  color: #00ff00;
  text-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
}

.webcam-display-content {
  position: relative;
  width: 256px;
  height: 256px;
  background: #1a1a2e;
  overflow: hidden;
  line-height: 0;
}

.webcam-display-content canvas {
  display: block;
  width: 256px;
  height: 256px;
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
}

.webcam-status {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #666;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
  padding: 4px 10px;
}

.webcam-display.active .webcam-status {
  display: none;
}

/* Offline state - show last frame with visual treatment */
.webcam-display.offline canvas {
  filter: brightness(0.8);
}

.webcam-display.offline .webcam-status {
  display: block;
  background: rgba(0, 0, 0, 0.8);
  padding: 4px 10px;
  font-size: 11px;
  color: #f7ef0b;
  border: 1px solid #f7ef0b;
}

.webcam-display.offline .webcam-display-header {
  color: #888;
}

/* Add webcam container to pointer-events whitelist */
.webcam-container,
.webcam-display,
.folder-window {
  pointer-events: auto;
}

/* Multi-user webcam: Close button */
/* Multi-user webcam: Live indicator */
.webcam-live-indicator {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 9px;
  color: #00ff00;
  text-shadow: 0 0 5px rgba(0, 255, 0, 0.5);
  animation: pulse-live 1s ease-in-out infinite;
}

@keyframes pulse-live {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* Multi-user webcam: Username in header */
.webcam-username {
  color: #00ff00;
}

.webcam-display.offline .webcam-display-header {
  color: #888;
}

/* Multi-user webcam: Closing animation */
.webcam-display.closing {
  animation: window-close 0.3s ease-out forwards;
}

@keyframes window-close {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.8);
  }
}

/* ============================================
   MOBILE PLAYER STYLES
   ============================================ */

/* Hide mobile player by default */
#mobile-player {
    display: none;
}

/* Mobile mode: hide everything except mobile player and audio */
body.mobile #root,
body.mobile .graffiti-canvas,
body.mobile .winamp-player,
body.mobile .winamp-eq-panel,
body.mobile .chat-container,
body.mobile .dj-booth,
body.mobile .eq-3band-panel,
body.mobile .strobe-container,
body.mobile .voice-container,
body.mobile .webcam-container,
body.mobile #webcam-windows-container,
body.mobile .jingle-container,
body.mobile footer,
body.mobile .video-js,
body.mobile #vjs_video_3 {
    display: none !important;
}

/* Mobile player visible on mobile */
body.mobile #mobile-player {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, #1a1a2e 0%, #0f0f1a 50%, #1a1a2e 100%);
    font-family: 'VT323', monospace;
    z-index: 99999;
}

.mobile-player-title {
    font-size: 32px;
    color: #f7ef0b;
    text-shadow: 0 0 10px rgba(247, 239, 11, 0.5);
    margin-bottom: 40px;
    letter-spacing: 4px;
}

#mobile-play-btn {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 3px solid #f7ef0b;
    background: rgba(247, 239, 11, 0.1);
    color: #f7ef0b;
    font-size: 24px;
    font-family: 'VT323', monospace;
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px rgba(247, 239, 11, 0.5);
}

#mobile-play-btn:active {
    transform: scale(0.95);
}

#mobile-play-btn.playing {
    background: rgba(247, 239, 11, 0.3);
    box-shadow: 0 0 20px rgba(247, 239, 11, 0.4);
}

.mobile-volume-container {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
    width: 80%;
    max-width: 300px;
}

.mobile-volume-icon {
    font-size: 24px;
}

#mobile-volume {
    flex: 1;
    height: 8px;
    -webkit-appearance: none;
    appearance: none;
    background: #333;
    border-radius: 4px;
    outline: none;
}

#mobile-volume::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    background: #333;
    border-radius: 4px;
    cursor: pointer;
}

#mobile-volume::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    margin-top: -8px;
    border-radius: 50%;
    background: #f7ef0b;
    cursor: pointer;
}

#mobile-volume::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f7ef0b;
    cursor: pointer;
    border: none;
}

/* Keep audio element functional but hidden */
body.mobile audio {
    display: block !important;
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* ============================================
   QUALITY PRESET BUTTONS
   ============================================ */

.winamp-quality {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    background: #1a1a1a;
    border-top: 1px solid #333;
}

.winamp-quality-label {
    font-size: 9px;
    color: #888;
    margin-right: 4px;
    font-family: 'VT323', monospace;
}

.quality-btn {
    background: #2a2a2a;
    border: 1px solid #444;
    color: #888;
    font-size: 9px;
    font-family: 'VT323', monospace;
    padding: 2px 6px;
    cursor: pointer;
    transition: all 0.15s ease;
}

.quality-btn:hover {
    background: #3a3a3a;
    color: #aaa;
}

.quality-btn.active {
    background: #f7ef0b;
    color: #000;
    border-color: #f7ef0b;
    text-shadow: none;
}

/* ============================================
   SAFARI/MOBILE TOUCH FIXES
   ============================================ */

/* Prevent scroll interference when dragging sliders */
.dj-fader,
.winamp-slider,
#mobile-volume,
.quality-btn,
.eq-preset {
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

/* Fix for Safari input styling */
input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
}

/* Ensure sliders are clickable on iOS */
.dj-fx-unit {
    touch-action: manipulation;
}

/* ============================================
   WEBCAM EFFECTS BAR - TIKTOK STYLE
   ============================================ */

.webcam-effects-bar {
    display: flex;
    gap: 2px;
    padding: 4px;
    background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
    border-top: 1px solid #333;
}

.effect-btn {
    flex: 1;
    font-size: 8px;
    font-family: 'VT323', monospace;
    padding: 6px 2px;
    background: #222;
    color: #666;
    border: 1px solid #333;
    cursor: pointer;
    transition: all 0.15s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.effect-btn:hover {
    background: #333;
    color: #aaa;
    border-color: #444;
}

.effect-btn.active {
    background: linear-gradient(180deg, #f7ef0b 0%, #d4a800 100%);
    color: #000;
    border-color: #f7ef0b;
    text-shadow: none;
    box-shadow: 0 0 8px rgba(247, 239, 11, 0.4);
}

.effect-btn:active {
    transform: scale(0.95);
}

/* Effects bar with multiple rows */
.webcam-effects-bar {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 4px;
    background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
    border-top: 1px solid #333;
}

.effects-row {
    display: flex;
    gap: 2px;
}

.effect-btn {
    flex: 1;
    font-size: 14px;
    padding: 4px 2px;
    background: #222;
    color: #888;
    border: 1px solid #333;
    cursor: pointer;
    transition: all 0.15s ease;
}

.effect-btn.face-fx {
    font-size: 16px;
}

.effect-btn:hover {
    background: #333;
    transform: scale(1.1);
}

.effect-btn.active {
    background: linear-gradient(180deg, #f7ef0b 0%, #d4a800 100%);
    border-color: #f7ef0b;
    box-shadow: 0 0 10px rgba(247, 239, 11, 0.5);
    transform: scale(1.05);
}

/* ============================================
   DESKTOP WIDGET SYSTEM - hide by default, open on dblclick
   ============================================ */

.desktop-widget {
    display: none !important;
}

.desktop-widget.open {
    display: block !important;
}

/* Universal close button - Windows Vista style */
.widget-close-btn {
    background: linear-gradient(180deg, #c43b3b 0%, #a01010 50%, #8b0000 100%);
    border: 1px solid #5a0000;
    border-radius: 3px;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    flex-shrink: 0;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.25), 0 1px 2px rgba(0,0,0,0.3);
}

.widget-close-btn:hover {
    background: linear-gradient(180deg, #e04545 0%, #c02020 50%, #a01010 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 0 6px rgba(255,60,60,0.4);
}

.widget-close-btn:active {
    background: linear-gradient(180deg, #8b0000 0%, #6b0000 100%);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.4);
}

/* Position absolute for close button in any win-header */
.win-header .widget-close-btn {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

/* ============================================
   PIANO WIDGET
   ============================================ */

.piano-widget {
    position: fixed;
    top: 100px;
    left: 180px;
    width: 480px;
    background: #0a0a0a;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    z-index: 1000;
    font-family: 'VT323', monospace;
    user-select: none;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
}

.piano-header {
    position: relative;
    padding: 4px 8px;
    justify-content: center;
    text-align: center;
}

.piano-banks {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    padding: 6px 8px;
    background: #111;
    border-bottom: 1px solid #222;
}

.piano-bank-btn {
    padding: 4px 8px;
    font-size: 11px;
    background: #1a1a1a;
    border: 1px solid #333;
    color: #888;
    cursor: pointer;
    border-radius: 2px;
}

.piano-bank-btn:hover {
    color: #ccc;
    border-color: #555;
}

.piano-bank-btn.active {
    background: #2a2a00;
    border-color: #f7ef0b;
    color: #f7ef0b;
}

.piano-effects {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 12px;
    padding: 4px 8px;
    background: #0d0d0d;
    border-bottom: 1px solid #222;
}

.piano-effect-unit {
    display: flex;
    align-items: center;
    gap: 4px;
}

.piano-effect-unit label {
    font-size: 10px;
    color: #666;
    min-width: 48px;
}

.piano-effect-unit input[type="range"] {
    width: 52px;
    height: 4px;
    accent-color: #f7ef0b;
}

.piano-keys {
    position: relative;
    height: 120px;
    margin: 8px;
    display: flex;
}

.piano-keys-inner {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}

.piano-black-keys {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 72px;
    pointer-events: none;
}

.piano-black-keys .piano-key-black {
    position: absolute;
    pointer-events: auto;
}

.piano-key {
    flex: 1;
    min-width: 24px;
    height: 100%;
    background: linear-gradient(180deg, #f5f5f5 0%, #e0e0e0 50%, #ccc 100%);
    border: 1px solid #999;
    border-radius: 0 0 4px 4px;
    cursor: pointer;
    z-index: 1;
    transition: background 0.05s;
}

.piano-key:hover {
    background: linear-gradient(180deg, #fff 0%, #eee 50%, #ddd 100%);
}

.piano-key.active {
    background: linear-gradient(180deg, #fff9c4 0%, #f7ef0b 50%, #d4c700 100%);
    box-shadow: inset 0 0 8px rgba(247, 239, 11, 0.5);
}

.piano-key.remote {
    background: linear-gradient(180deg, #c4e0ff 0%, #64b5f6 50%, #1e88e5 100%);
}

.piano-key-black {
    position: absolute;
    width: 14px;
    height: 72px;
    background: linear-gradient(180deg, #333 0%, #111 100%);
    border: 1px solid #000;
    border-radius: 0 0 3px 3px;
    cursor: pointer;
    z-index: 2;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.piano-key-black:hover {
    background: linear-gradient(180deg, #444 0%, #222 100%);
}

.piano-key-black.active {
    background: linear-gradient(180deg, #5a4a00 0%, #f7ef0b 50%, #3d3500 100%);
    box-shadow: inset 0 0 6px rgba(247, 239, 11, 0.6);
}

.piano-key-black.remote {
    background: linear-gradient(180deg, #1e3a5f 0%, #64b5f6 50%, #0d2d52 100%);
}

.piano-midi-status {
    padding: 2px 8px;
    font-size: 10px;
    color: #555;
    border-top: 1px solid #222;
    background: #0a0a0a;
}

.piano-midi-status.connected {
    color: #4caf50;
}

/* ============================================
   EMAIL APP WIDGET (BananaMail)
   ============================================ */

.email-app {
    position: fixed;
    top: 90px;
    left: 210px;
    width: 700px;
    height: 460px;
    background: #d4d0c8;
    border: 2px solid #9e9a92;
    z-index: 1000;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    user-select: none;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.45);
    display: flex;
    flex-direction: column;
    min-width: 520px;
    min-height: 320px;
    overflow: hidden;
    text-align: left;
}

/* Keep BananaMail as flex even when desktop widget is opened */
.email-app.desktop-widget.open {
    display: flex !important;
}

.email-header {
    position: relative;
    padding: 4px 8px;
    font-size: 12px;
    justify-content: flex-start;
    text-align: left;
}

.email-toolbar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 6px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #a8a8a8;
    background: linear-gradient(180deg, #efefef 0%, #dfdfdf 100%);
    font-size: 11px;
    color: #333;
    text-align: left;
}

.email-toolbar-btn {
    padding: 2px 6px;
    border: 1px solid #a8a8a8;
    background: linear-gradient(180deg, #ffffff 0%, #ececec 100%);
    color: #222;
    border-radius: 2px;
}

.email-body {
    flex: 1;
    min-height: 0;
    display: flex;
    background: #fff;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
}

.email-inbox {
    width: 44%;
    min-width: 180px;
    min-height: 0;
    border-right: 1px solid #c1c1c1;
    overflow-y: auto;
    background: #fff;
    text-align: left;
}

.email-inbox-header {
    padding: 5px 8px;
    font-size: 11px;
    color: #2f2f2f;
    background: linear-gradient(180deg, #f5f7fb 0%, #e3e9f5 100%);
    border-bottom: 1px solid #c1c1c1;
    font-weight: bold;
}

.email-inbox-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.email-inbox-item {
    padding: 6px 8px 7px;
    font-size: 11px;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: #111;
}

.email-inbox-item:hover {
    background: #f3f6fb;
}

.email-inbox-item.unread {
    background: #fff;
    font-weight: bold;
}

.email-inbox-item.unread .email-item-subject {
    color: #0f2d75;
}

.email-inbox-item .email-item-from {
    color: #606060;
    font-size: 10px;
}

.email-inbox-item .email-item-subject {
    color: #1d1d1d;
}

.email-inbox-item .email-item-date {
    color: #6d6d6d;
    font-size: 9px;
}

.email-inbox-item.selected {
    background: #cfe4ff;
    border-left: 3px solid #2a74db;
}

.email-inbox-item.is-reply {
    padding-left: 20px;
    border-left: 2px solid #d8d8d8;
}

.email-viewer {
    flex: 1;
    min-width: 0;
    min-height: 0;
    overflow-y: auto;
    padding: 10px 12px 14px;
    background: #fff;
    font-size: 11px;
    color: #202020;
    text-align: left;
}

.email-viewer-empty {
    color: #666;
    font-style: italic;
    padding: 20px 0;
}

.email-viewer-header {
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d8d8d8;
    background: #f8f8f8;
    padding: 6px 8px;
}

.email-viewer-meta {
    margin-bottom: 4px;
    font-size: 10px;
    color: #4d4d4d;
}

.email-viewer-reply-to {
    color: #0a246a;
    font-style: italic;
}

.email-viewer-quoted {
    margin: 10px 0;
    padding: 8px 10px;
    background: #f0f0f0;
    border-left: 3px solid #0a246a;
    font-size: 10px;
    color: #555;
}

.email-viewer-quoted-header {
    margin-bottom: 6px;
    font-weight: bold;
    color: #333;
}

.email-viewer-quoted-body {
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.4;
}

.email-viewer-subject {
    font-weight: bold;
    color: #1f3d77;
    font-size: 12px;
    margin-bottom: 4px;
}

.email-viewer-body {
    white-space: pre-wrap;
    word-break: break-word;
    line-height: 1.5;
    color: #252525;
    padding: 0 2px;
}

.email-statusbar {
    font-size: 10px;
    padding: 3px 8px;
    color: #333;
    background: linear-gradient(180deg, #e8e8e8 0%, #d7d7d7 100%);
    border-top: 1px solid #f5f5f5;
    text-align: left;
}

.email-resize {
    position: absolute;
    right: 1px;
    bottom: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #666;
    cursor: nwse-resize;
    font-size: 10px;
    user-select: none;
}

/* DOOM widget — 320x200 = 16:10 ratio */
.doom-widget {
    position: fixed;
    top: 100px;
    left: 220px;
    width: 640px;
    height: 425px;
    min-width: 320px;
    min-height: 225px;
    display: none;
    flex-direction: column;
    background: #000;
    border-top: 1px solid #555;
    border-left: 1px solid #555;
    border-right: 1px solid #222;
    border-bottom: 1px solid #222;
    z-index: 1000;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.7);
    overflow: hidden;
}

.doom-widget.open {
    display: flex !important;
}

.doom-header {
    flex-shrink: 0;
}

.doom-body {
    flex: 1;
    min-height: 0;
    position: relative;
    background: #000;
}

.doom-dosbox-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.doom-dosbox-container canvas {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
    display: block;
}

/* Hide ALL js-dos UI chrome inside DOOM */
.doom-dosbox-container .emulator-button-touch-zone,
.doom-dosbox-container .emulator-control-select,
.doom-dosbox-container .emulator-button,
.doom-dosbox-container .emulator-options,
.doom-dosbox-container .emulator-control-exit-fullscreen-icon,
.doom-dosbox-container .emulator-control-close-icon,
.doom-dosbox-container .emulator-mouse-overlay,
.doom-dosbox-container .emulator-click-to-start-overlay,
.doom-dosbox-container .emulator-keyboard,
.doom-dosbox-container .sidebar-header,
.doom-dosbox-container .emulator-loading-pre-1,
.doom-dosbox-container .emulator-loading-pre-2,
.doom-dosbox-container .emulator-loading-inner,
.doom-dosbox-container > div > div:not(.emulator-root):not([class]) {
    display: none !important;
}

.doom-dosbox-container .emulator-root {
    background: #000 !important;
}

/* Kill any non-canvas child that js-dos injects */
.doom-dosbox-container .emulator-root > *:not(canvas):not(.emulator-canvas):not(video):not(.emulator-video) {
    display: none !important;
}

.doom-mute-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    padding: 0 6px;
    line-height: 1;
}

.doom-resize {
    position: absolute;
    right: 1px;
    bottom: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #666;
    cursor: nwse-resize;
    font-size: 10px;
    user-select: none;
}

/* INTERNET BROWSER WIDGET */
.internet-widget {
    position: fixed;
    top: 80px;
    left: 180px;
    width: 720px;
    height: 480px;
    min-width: 400px;
    min-height: 300px;
    display: none;
    flex-direction: column;
    background: #c0c0c0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #404040;
    border-bottom: 1px solid #404040;
    z-index: 1000;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.internet-widget.open {
    display: flex !important;
}

.internet-header {
    flex-shrink: 0;
}

.internet-toolbar {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    background: linear-gradient(180deg, #e0e0e0 0%, #c0c0c0 50%, #a0a0a0 100%);
    border-bottom: 1px solid #808080;
    font-family: 'MS Sans Serif', 'Segoe UI', Tahoma, sans-serif;
    font-size: 11px;
}

.internet-toolbar button {
    padding: 2px 8px;
    background: linear-gradient(180deg, #fff 0%, #e0e0e0 50%, #c0c0c0 100%);
    border: 1px solid #808080;
    border-radius: 2px;
    cursor: pointer;
    font-size: 11px;
    color: #000;
}

.internet-toolbar button:hover {
    background: linear-gradient(180deg, #e8e8e8 0%, #d0d0d0 50%, #b0b0b0 100%);
}

.internet-toolbar button:active {
    border-color: #404040;
    background: #c0c0c0;
}

.internet-toolbar #internet-url {
    flex: 1;
    min-width: 0;
    padding: 3px 6px;
    border: 1px inset #808080;
    background: #fff;
    font-size: 12px;
    font-family: 'Consolas', 'Courier New', monospace;
    color: #000;
}

.internet-body {
    flex: 1;
    min-height: 0;
    display: flex;
    background: #fff;
}

.internet-bookmarks {
    flex-shrink: 0;
    width: 140px;
    background: #e8e8e8;
    border-right: 1px solid #808080;
    overflow-y: auto;
    padding: 6px 0;
    font-size: 11px;
}

.internet-bookmarks .internet-bookmark {
    display: block;
    width: 100%;
    padding: 4px 10px;
    text-align: left;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 11px;
    color: #000;
    text-decoration: none;
}

.internet-bookmarks .internet-bookmark:hover {
    background: #c0c0c0;
}

.internet-bookmarks .internet-bookmark-icon {
    margin-right: 6px;
}

.internet-widget #internet-frame {
    flex: 1;
    min-width: 0;
    min-height: 0;
    border: none;
    background: #fff;
}

.internet-statusbar {
    flex-shrink: 0;
    padding: 2px 8px;
    background: linear-gradient(180deg, #e0e0e0 0%, #c0c0c0 100%);
    border-top: 1px solid #808080;
    font-size: 11px;
    color: #404040;
    font-family: 'MS Sans Serif', 'Segoe UI', Tahoma, sans-serif;
}

.internet-resize {
    position: absolute;
    right: 1px;
    bottom: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #666;
    cursor: nwse-resize;
    font-size: 10px;
    user-select: none;
}

/* SETTINGS PANEL (System Preferences) */
.settings-widget {
    position: fixed;
    top: 100px;
    left: 220px;
    width: 420px;
    min-width: 320px;
    max-width: 90vw;
    height: 380px;
    min-height: 280px;
    max-height: 70vh;
    display: none;
    flex-direction: column;
    background: #c0c0c0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #404040;
    border-bottom: 1px solid #404040;
    z-index: 1000;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.settings-widget.open {
    display: flex !important;
}

.settings-header {
    flex-shrink: 0;
}

.settings-header .settings-title {
    color: #000;
    font-size: 11px;
    font-weight: bold;
}

.settings-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 12px 16px;
    background: #fff;
    font-family: 'MS Sans Serif', 'Segoe UI', Tahoma, sans-serif;
    font-size: 12px;
    color: #000;
}

.settings-section-title {
    margin: 0 0 10px;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    border-bottom: 1px solid #c0c0c0;
    padding-bottom: 4px;
}

.settings-system-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.settings-system-info .settings-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
}

.settings-system-info .settings-label {
    flex-shrink: 0;
    color: #404040;
}

.settings-system-info .settings-value {
    text-align: right;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 11px;
    color: #000;
}

.settings-resize {
    position: absolute;
    right: 1px;
    bottom: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    color: #666;
    cursor: nwse-resize;
    font-size: 10px;
    user-select: none;
}

.desktop-folder {
    position: fixed;
    top: 20px;
    bottom: auto;
    left: 20px;
    width: 70px;
    text-align: center;
    cursor: pointer;
    z-index: 500;
    user-select: none;
    pointer-events: auto;
}

.desktop-folder-icon {
    font-size: 42px;
    line-height: 1;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
    transition: transform 0.15s ease;
}

.desktop-folder:hover .desktop-folder-icon {
    transform: scale(1.15);
}

.desktop-folder-label {
    margin-top: 2px;
    font-size: 11px;
    color: #fff;
    text-shadow: 0 1px 3px rgba(0,0,0,0.8);
    letter-spacing: 0.5px;
}

/* ============================================
   FOLDER WINDOW (same style as Internet widget – Win95 gray/bevel)
   ============================================ */

.folder-window {
    position: fixed;
    top: 120px;
    left: 200px;
    width: 340px;
    max-height: 50vh;
    background: #c0c0c0;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #404040;
    border-bottom: 1px solid #404040;
    z-index: 1000;
    display: none;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.folder-window.open {
    display: flex;
    flex-direction: column;
}

.folder-window .win-header,
.folder-window-header {
    background: linear-gradient(180deg, #e0e0e0 0%, #c0c0c0 50%, #a0a0a0 100%);
    border-bottom: 1px solid #808080;
    color: #000;
}

.folder-window-title.win-header-title {
  color: #000;
  font-size: 11px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
}

.folder-window-body {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 6px;
    background: #fff;
}

.folder-window-body::-webkit-scrollbar {
    width: 8px;
}

.folder-window-body::-webkit-scrollbar-track {
    background: #e8e8e8;
}

.folder-window-body::-webkit-scrollbar-thumb {
    background: #c0c0c0;
    border-radius: 4px;
    border: 1px solid #808080;
}

.folder-window-body::-webkit-scrollbar-thumb:hover {
    background: #a0a0a0;
}

.folder-window-resize {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    cursor: nwse-resize;
    color: #666;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    user-select: none;
}

.folder-window-resize:hover {
    color: #404040;
}

/* Drag-over highlight on window */
.folder-window.drag-over .folder-window-body {
    outline: 2px dashed #808080;
    outline-offset: -2px;
    background: rgba(192, 192, 192, 0.3);
}

/* Empty hint */
.folder-empty-hint {
    text-align: center;
    color: #666;
    font-family: 'MS Sans Serif', 'Segoe UI', Tahoma, sans-serif;
    font-size: 11px;
    padding: 20px 10px;
    letter-spacing: 0.5px;
}

/* Thumbnail grid */
.folder-thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 4px;
}

.folder-thumb {
    position: relative;
    aspect-ratio: 1;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #808080;
    background: #e8e8e8;
}

.folder-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.15s ease;
}

.folder-thumb:hover img {
    transform: scale(1.08);
}

.folder-thumb-delete {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 16px;
    height: 16px;
    background: rgba(192, 192, 192, 0.9);
    color: #c00;
    font-size: 10px;
    border: 1px solid #808080;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.folder-thumb:hover .folder-thumb-delete {
    display: flex;
}

/* Lightbox */
.folder-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    z-index: 20000;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.folder-lightbox.open {
    display: flex;
}

.folder-lightbox img {
    max-width: 90vw;
    max-height: 90vh;
    object-fit: contain;
    border: 2px solid #808080;
}

/* Desktop folder icon offsets */
.desktop-folder-mp3 {
    top: 100px;
    left: 20px;
}

.desktop-folder-wallpaper {
    top: 260px;
    left: 20px;
}

/* ============================================
   DESKTOP WALLPAPER LAYER
   ============================================ */

#desktop-wallpaper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-color: #2c1a4d;
    background-image: none;
}

#desktop-wallpaper.wp-center {
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
}

#desktop-wallpaper.wp-stretch {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#desktop-wallpaper.wp-scale {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#desktop-wallpaper.wp-fill {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#desktop-wallpaper.wp-tile {
    background-size: auto;
    background-repeat: repeat;
}

/* ============================================
   WALLPAPER PICKER WINDOW
   ============================================ */

.wp-modes {
    display: flex;
    gap: 4px;
    padding: 6px;
    flex-wrap: wrap;
}

.wp-mode-btn {
    padding: 3px 8px;
    background: #1a1a1a;
    border: 1px solid #333;
    color: #888;
    font-size: 10px;
    font-family: 'Consolas', 'Courier New', monospace;
    cursor: pointer;
}

.wp-mode-btn:hover {
    border-color: #666;
    color: #ccc;
}

.wp-mode-btn.active {
    background: #0a246a;
    border-color: #f7ef0b;
    color: #f7ef0b;
}

.wp-thumbs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    padding: 6px;
}

.wp-thumb {
    aspect-ratio: 16 / 10;
    border: 2px solid #333;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    background: #111;
}

.wp-thumb:hover {
    border-color: #888;
}

.wp-thumb.active {
    border-color: #f7ef0b;
    box-shadow: 0 0 4px rgba(247, 239, 11, 0.5);
}

.wp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wp-thumb-label {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #aaa;
    font-size: 8px;
    padding: 1px 3px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wp-actions {
    padding: 6px;
    display: flex;
    gap: 4px;
}

.wp-remove-btn {
    width: 100%;
    padding: 4px 8px;
    background: #1a1a1a;
    border: 1px solid #333;
    color: #888;
    font-size: 10px;
    font-family: 'Consolas', 'Courier New', monospace;
    cursor: pointer;
}

.wp-remove-btn:hover {
    border-color: #c00;
    color: #f44;
}

/* ============================================
   MP3 FILE LIST
   ============================================ */

.folder-file-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: 'MS Sans Serif', 'Segoe UI', Tahoma, sans-serif;
}

/* Folder window footer (same as internet-statusbar) */
.folder-window-footer {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 4px 6px;
    background: linear-gradient(180deg, #e0e0e0 0%, #c0c0c0 100%);
    border-top: 1px solid #808080;
}

.folder-window-search {
    flex: 1;
}

.folder-upload-btn {
    background: linear-gradient(180deg, #fff 0%, #e0e0e0 50%, #c0c0c0 100%);
    border: 1px solid #808080;
    color: #000;
    font-family: 'MS Sans Serif', 'Segoe UI', Tahoma, sans-serif;
    font-size: 11px;
    padding: 4px 8px;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 2px;
}

.folder-upload-btn:hover {
    background: linear-gradient(180deg, #e8e8e8 0%, #d0d0d0 50%, #b0b0b0 100%);
}

.folder-upload-btn:active {
    border-color: #404040;
    background: #c0c0c0;
}

.folder-window-search input {
    width: 100%;
    background: #fff;
    border: 1px inset #808080;
    color: #000;
    font-family: 'Consolas', 'Courier New', monospace;
    font-size: 11px;
    padding: 4px 6px;
    outline: none;
    box-sizing: border-box;
}

.folder-window-search input::placeholder {
    color: #666;
}

.folder-window-search input:focus {
    border-color: #404040;
}

/* Folder file/queue list rows (Win95 list style) */
.folder-file-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 8px;
    font-size: 11px;
    color: #000;
    cursor: grab;
    text-align: left;
    font-family: 'MS Sans Serif', 'Segoe UI', Tahoma, sans-serif;
    border-bottom: 1px solid #e0e0e0;
    min-height: 24px;
}

.folder-file-item:nth-child(even) {
    background: #f8f8f8;
}

.folder-file-item:hover {
    background: #d0e4f7;
    color: #000;
}

.folder-file-item.playing {
    color: #000;
    background: #e8e8e8;
}

.folder-file-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    min-width: 0;
}

/* Queue window: now playing row – prominent highlight */
.folder-file-item.now-playing {
    color: #000;
    background: linear-gradient(180deg, #cce5ff 0%, #99c9ff 50%, #6ab0ff 100%);
    font-weight: bold;
    border-bottom: 1px solid #4080c0;
    border-left: 4px solid #0066cc;
    padding-left: 6px;
    min-height: 28px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4);
}

.folder-file-item.now-playing .file-index {
    color: #004080;
    font-size: 12px;
}

.folder-file-item .file-index {
    color: #666;
    min-width: 26px;
    width: 26px;
    text-align: right;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
}

.folder-file-item.now-playing .file-index {
    color: #004080;
}

/* Player drag-over highlight */
.winamp-player.mp3-drag-over {
    outline: 2px solid #f7ef0b;
    outline-offset: 2px;
    box-shadow:
        inset 1px 1px 0 #ffe566,
        inset -1px -1px 0 #553300,
        3px 3px 10px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(247, 239, 11, 0.6);
}

/* ========== DOS BOOT SCREEN INTRO ========== */
#boot-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    min-height: 100%;
    background: #000;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: var(--bs-font-monospace), "Courier New", monospace;
    font-size: clamp(12px, 2.2vmin, 20px);
    color: #c0c0c0;
    padding: 1rem 1.5rem;
    box-sizing: border-box;
    transition: opacity 200ms ease-out;
}

#boot-screen #boot-text {
    transform: scale(1);
}

@media (min-width: 768px) {
    #boot-screen {
        font-size: clamp(14px, 2.5vmin, 22px);
    }
}

#boot-screen.boot-done {
    opacity: 0;
    pointer-events: none;
}

#boot-screen.boot-done.boot-removed {
    display: none;
}

#boot-text {
    margin: 0;
    white-space: pre;
    text-align: left;
    max-width: 100%;
}

#boot-text .boot-cursor {
    animation: boot-cursor-blink 0.8s step-end infinite;
}

.boot-logo {
    color: #28ff45;
    text-shadow: 0 0 6px rgba(40, 255, 69, 0.6), 0 0 18px rgba(40, 255, 69, 0.35);
    animation: boot-logo-flicker 260ms steps(2, end) infinite;
}

@keyframes boot-cursor-blink {
    50% { opacity: 0; }
}

@keyframes boot-logo-flicker {
    0% { opacity: 0.9; }
    50% { opacity: 1; }
    100% { opacity: 0.92; }
}

body.boot-active > *:not(#boot-screen) {
    visibility: hidden;
}

/* ========== BANANA OS MENU BAR ========== */
#banana-menubar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 22px;
    display: flex;
    align-items: center;
    background: rgba(246, 246, 246, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 5000;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    color: #1d1d1f;
    padding: 0 8px;
}

.menubar-logo {
    padding: 0 6px;
    font-size: 14px;
    line-height: 22px;
}

.menubar-menu {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.menubar-menu-title {
    padding: 0 12px;
    font-weight: 600;
    cursor: default;
    height: 100%;
    display: flex;
    align-items: center;
}

.menubar-menu:first-of-type .menubar-menu-title {
    font-weight: 700;
}

.menubar-menu:hover .menubar-menu-title,
.menubar-menu.open .menubar-menu-title {
    color: #1d1d1f;
}

.menubar-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin-top: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 4px 0;
    z-index: 5001;
    text-align: left;
}

.menubar-menu.open .menubar-dropdown {
    display: block;
}

.menubar-dropdown-item {
    display: block;
    width: 100%;
    padding: 4px 12px 4px 20px;
    border: none;
    background: none;
    font: inherit;
    font-size: 13px;
    color: #1d1d1f;
    cursor: pointer;
    text-align: left;
}

.menubar-dropdown-item:not(.disabled):hover {
    background: #0a84ff;
    color: #fff;
}

.menubar-dropdown-item.disabled {
    color: #86868b;
    cursor: default;
}

.menubar-dropdown-sep {
    height: 1px;
    background: #e5e5e7;
    margin: 4px 0;
}

.menubar-spacer {
    flex: 1;
}

.menubar-clock {
    font-size: 12px;
    color: #1d1d1f;
    padding-right: 12px;
}

/* ABOUT BANANA OS POPUP */
#banana-about-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
}

#banana-about-overlay.banana-about-hidden {
    display: none;
}

#banana-about-dialog {
    background: #fff;
    border-radius: 10px;
    padding: 28px 36px;
    max-width: 420px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

#banana-about-dialog .about-logo {
    font-size: 64px;
    line-height: 1;
    margin-bottom: 8px;
}

#banana-about-dialog .about-title {
    margin: 0 0 4px;
    font-size: 22px;
    font-weight: 600;
    color: #1d1d1f;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", sans-serif;
}

#banana-about-dialog .about-version {
    margin: 0 0 16px;
    font-size: 13px;
    color: #86868b;
}

#banana-about-dialog .about-text {
    margin: 0 0 6px;
    font-size: 12px;
    color: #1d1d1f;
    text-align: center;
}

#banana-about-dialog .about-copy {
    margin: 16px 0 20px;
    font-size: 11px;
    color: #86868b;
}

#banana-about-dialog #banana-about-close {
    padding: 6px 24px;
    font-size: 13px;
    background: #0a84ff;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

#banana-about-dialog #banana-about-close:hover {
    background: #0070e0;
}

body.mobile #banana-menubar {
    display: none;
}

body.mobile {
    padding-top: 0;
}

/* ========== WIN95 TASKBAR ========== */
#win95-taskbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 38px;
    background: #c0c0c0;
    border-top: 1px solid #fff;
    box-shadow: inset 1px 0 0 #fff, inset 0 1px 0 #fff, inset -1px 0 0 #0a0a0a, inset 0 -1px 0 #0a0a0a;
    display: flex;
    align-items: stretch;
    z-index: 4000;
    font-family: "MS Sans Serif", "Segoe UI", Tahoma, sans-serif;
    font-size: 11px;
}

#win95-start-btn {
    min-width: 72px;
    height: 30px;
    margin: 4px 2px 0 6px;
    padding: 0 8px 0 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(180deg, #dfdfdf 0%, #c0c0c0 50%, #a0a0a0 100%);
    color: #000;
    border: 1px solid #fff;
    box-shadow: 1px 1px 0 #fff, inset 1px 1px 0 #fff, 1px 0 0 #000, 0 1px 0 #000, inset -1px -1px 0 #808080;
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.3px;
    cursor: pointer;
}

.win95-start-logo {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230038a4' d='M0 0h11v11H0z'/%3E%3Cpath fill='%23e81123' d='M13 0h11v11H13z'/%3E%3Cpath fill='%2300a651' d='M0 13h11v11H0z'/%3E%3Cpath fill='%23ffb900' d='M13 13h11v11H13z'/%3E%3C/svg%3E") no-repeat center;
    background-size: contain;
}

#win95-start-btn:hover {
    background: linear-gradient(180deg, #e8e8e8 0%, #d0d0d0 50%, #b0b0b0 100%);
}

#win95-start-btn:active,
#win95-taskbar.open #win95-start-btn {
    background: linear-gradient(180deg, #a0a0a0 0%, #c0c0c0 50%, #c0c0c0 100%);
    box-shadow: inset 2px 2px 3px #404040, 0 0 0 1px #808080;
    padding: 2px 6px 0 8px;
}

#win95-quicklaunch {
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px 6px 0;
    border-left: 1px solid #808080;
    border-right: 1px solid #fff;
}

.win95-qlaunch-btn {
    width: 28px;
    height: 30px;
    padding: 0;
    font-size: 14px;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.win95-qlaunch-btn:hover {
    background: #a0a0a0;
    border-color: #fff #0a0a0a #0a0a0a #fff;
}

.win95-qlaunch-btn:active {
    background: #808080;
    box-shadow: inset 1px 1px 1px #000;
}

.win95-qlaunch-btn.has-chat-notification {
    position: relative;
}

.win95-qlaunch-btn .chat-notification-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    min-width: 14px;
    height: 14px;
    padding: 0 3px;
    background: #e00;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0 0 0 1px #fff;
}

#win95-task-buttons {
    flex: 1;
    display: flex;
    align-items: stretch;
    gap: 2px;
    padding: 4px 4px 0;
    min-width: 0;
}

.win95-task-btn {
    max-width: 160px;
    min-width: 0;
    height: 30px;
    padding: 0 8px;
    background: linear-gradient(180deg, #c0c0c0 0%, #808080 100%);
    border: 1px solid #fff;
    box-shadow: 1px 1px 0 #000;
    font-size: 11px;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 1;
}

.win95-task-btn:hover {
    background: linear-gradient(180deg, #d0d0d0 0%, #909090 100%);
}

.win95-task-btn.active {
    background: linear-gradient(180deg, #0a246a 0%, #000080 100%);
    color: #fff;
    box-shadow: inset 1px 1px 0 #000;
}

.win95-donate-btn {
    height: 26px;
    padding: 0 8px;
    background: linear-gradient(180deg, #dfdfdf 0%, #c0c0c0 50%, #a0a0a0 100%);
    border: 1px solid #fff;
    box-shadow: 1px 1px 0 #000, inset 1px 1px 0 #fff, inset -1px -1px 0 #808080;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
}

.win95-donate-btn:hover {
    background: linear-gradient(180deg, #efefef 0%, #d0d0d0 50%, #b0b0b0 100%);
}

.win95-donate-btn:active {
    background: linear-gradient(180deg, #a0a0a0 0%, #c0c0c0 100%);
    box-shadow: inset 2px 2px 3px #404040, 0 0 0 1px #808080;
}

#win95-clock {
    padding: 0 8px;
    display: flex;
    align-items: center;
    background: #c0c0c0;
    border-left: 1px solid #808080;
    border-right: 1px solid #fff;
    font-size: 11px;
    color: #000;
}

#win95-start-menu {
    position: fixed;
    bottom: 38px;
    left: 0;
    width: 200px;
    background: #c0c0c0;
    border: 1px solid #fff;
    box-shadow: 2px 2px 0 #0a0a0a, inset 1px 1px 0 #fff;
    z-index: 3999;
    padding: 2px 0;
    font-size: 11px;
}

#win95-start-menu.win95-menu-hidden {
    display: none;
}

#win95-start-menu:not(.win95-menu-hidden) {
    display: block;
}

.win95-menu-header {
    padding: 4px 12px;
    font-weight: bold;
    color: #000;
}

.win95-menu-sep {
    height: 2px;
    margin: 2px 4px;
    background: #fff;
    box-shadow: 0 1px 0 #808080;
}

.win95-menu-item {
    width: 100%;
    text-align: left;
    padding: 4px 12px 4px 28px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 11px;
    color: #000;
    position: relative;
}

.win95-menu-icon {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.win95-menu-item:hover {
    background: #000080;
    color: #fff;
}

/* ============================================
   CHAT VGP WIDGET - Banana XP (v2)
   ============================================ */

.chat-vgp-widget {
    position: fixed;
    left: calc(50% - 190px);
    top: calc(50% - 220px);
    width: min(380px, calc(100vw - 20px));
    height: min(440px, calc(100vh - 24px));
    background: linear-gradient(180deg, #f3f0de 0%, #ddd7c4 52%, #cac1aa 100%);
    border: 1px solid #004dcf;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.28), inset 1px 1px 0 rgba(255, 255, 255, 0.9);
    z-index: 900;
    display: flex;
    flex-direction: column;
    font-family: Tahoma, "Segoe UI", sans-serif;
    font-size: 12px;
    overflow: hidden;
}

.chat-vgp-widget::before {
    content: "";
    display: block;
    height: 3px;
    background: linear-gradient(90deg, #f9ee12 0%, #ffe55a 35%, #f9ee12 70%, #d4c700 100%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.chat-vgp-widget.desktop-widget.open {
    display: flex !important;
}

.chat-vgp-header {
    cursor: move;
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 30px;
    padding: 4px 8px 4px 10px;
    background: linear-gradient(180deg, #1670ff 0%, #0058e7 55%, #0042b8 100%);
    border-bottom: 1px solid #003788;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.chat-vgp-title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.2px;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
    flex: 1;
    min-width: 0;
}

.chat-vgp-status {
    font-size: 10px;
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(249, 238, 18, 0.2);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    opacity: 0;
    transition: opacity 0.2s;
    white-space: nowrap;
}

.chat-vgp-status.active {
    opacity: 1;
    animation: vgpPulse 1.05s ease-in-out infinite;
}

@keyframes vgpPulse {
    0%, 100% { opacity: 1; transform: translateY(0); }
    50% { opacity: 0.62; transform: translateY(0.5px); }
}

.chat-vgp-btn {
    padding: 4px 10px;
    font-size: 11px;
    font-family: Tahoma, "Segoe UI", sans-serif;
    font-weight: bold;
    border: 1px solid #8c7d00;
    border-radius: 4px;
    cursor: pointer;
    color: #2f2550;
    background: linear-gradient(180deg, #fff59a 0%, #f7ef0b 58%, #d6c900 100%);
    box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.72), 0 1px 0 rgba(0, 0, 0, 0.22);
}

.chat-vgp-btn:hover {
    background: linear-gradient(180deg, #fffbd0 0%, #fff15d 54%, #e0d300 100%);
}

.chat-vgp-btn:active {
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.32);
}

.chat-vgp-btn:disabled {
    opacity: 0.62;
    cursor: not-allowed;
}

.chat-vgp-messages {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #fffdf6;
    margin: 7px;
    border: 1px solid #ada48e;
    border-radius: 5px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.08);
}

.chat-vgp-messages::-webkit-scrollbar {
    width: 11px;
}

.chat-vgp-messages::-webkit-scrollbar-track {
    background: #e8e1ce;
    border-radius: 5px;
}

.chat-vgp-messages::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #c8bea8 0%, #a89f88 100%);
    border-radius: 5px;
    border: 1px solid #918770;
}

.chat-vgp-welcome {
    color: #6a6555;
    font-size: 11px;
    text-align: center;
    padding: 4px 0;
}

.chat-vgp-msg {
    padding: 7px 10px;
    border-radius: 8px;
    word-wrap: break-word;
    max-width: 95%;
    line-height: 1.45;
    text-align: left;
}

.chat-vgp-user {
    background: linear-gradient(180deg, #edf7ff 0%, #d4ebff 100%);
    color: #1e3c61;
    align-self: flex-start;
    border: 1px solid #7fb6e6;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.62);
}

.chat-vgp-ai {
    background: linear-gradient(180deg, #f1ffe9 0%, #d8efcc 100%);
    color: #1f4d1f;
    align-self: flex-start;
    border: 1px solid #72bb72;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.52);
}

.chat-vgp-typing {
    color: #6f6b5a;
    font-style: italic;
    align-self: flex-start;
}

.chat-vgp-error {
    background: #fff2f2;
    color: #a30000;
    font-style: italic;
    align-self: flex-start;
    border: 1px solid #e08a8a;
}

.chat-vgp-input-row {
    display: flex;
    border-top: 1px solid #a79e86;
    background: linear-gradient(180deg, #eee8d4 0%, #dfd7c0 100%);
    padding: 6px 8px;
    gap: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.chat-vgp-input-row .chat-vgp-btn {
    flex: 0 0 auto;
    min-width: 62px;
}

.chat-vgp-input-row input {
    flex: 1;
    background: #fff;
    border: 1px solid #a9a089;
    border-radius: 4px;
    color: #1a1a1a;
    padding: 7px 10px;
    font-family: Tahoma, "Segoe UI", sans-serif;
    font-size: 12px;
    outline: none;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.08);
}

.chat-vgp-input-row input:focus {
    border-color: #0054e3;
    box-shadow: 0 0 0 1px rgba(0, 84, 227, 0.18), inset 1px 1px 0 rgba(0, 0, 0, 0.06);
}

.chat-vgp-input-row input::placeholder {
    color: #8c8572;
}

.chat-vgp-resize {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    cursor: nwse-resize;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    color: #8f8671;
    background: linear-gradient(135deg, transparent 50%, rgba(0, 0, 0, 0.08) 50%);
    border-radius: 0 0 6px 0;
}

@media (max-width: 560px) {
    .chat-vgp-widget {
        left: 10px;
        top: 10px;
        width: calc(100vw - 20px);
        height: calc(100vh - 20px);
    }
}
