/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/globals.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */
@layer properties;
.collapse {
  visibility: collapse;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.sticky {
  position: sticky;
}
.left-1\/2 {
  left: calc(1 / 2 * 100%);
}
.left-\[5\%\] {
  left: 5%;
}
.left-\[38\%\] {
  left: 38%;
}
.left-\[72\%\] {
  left: 72%;
}
.isolate {
  isolation: isolate;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.col-span-full {
  grid-column: 1 / -1;
}
.mx-auto {
  margin-inline: auto;
}
.mt-\[-1px\] {
  margin-top: -1px;
}
.mt-auto {
  margin-top: auto;
}
.ml-auto {
  margin-left: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.h-full {
  height: 100%;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[700px\] {
  max-height: 700px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-\[90px\] {
  min-height: 90px;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[calc\(100vh-38px\)\] {
  min-height: calc(100vh - 38px);
}
.min-h-screen {
  min-height: 100vh;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[140px\] {
  max-width: 140px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-fit {
  min-width: fit-content;
}
.flex-1 {
  flex: 1;
}
.flex-\[2\] {
  flex: 2;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-default {
  cursor: default;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.resize-none {
  resize: none;
}
.list-inside {
  list-style-position: inside;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.justify-around {
  justify-content: space-around;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.gap-px {
  gap: 1px;
}
.divide-y {
  :where(& > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }
}
.self-start {
  align-self: flex-start;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-l-2 {
  border-left-style: var(--tw-border-style);
  border-left-width: 2px;
}
.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}
.border-transparent {
  border-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-\[\#28c840\] {
  background-color: #28c840;
}
.bg-\[\#febc2e\] {
  background-color: #febc2e;
}
.bg-\[\#ff5f57\] {
  background-color: #ff5f57;
}
.bg-current {
  background-color: currentcolor;
}
.bg-gradient-to-t {
  --tw-gradient-position: to top in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.to-transparent {
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.py-\[6px\] {
  padding-block: 6px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[22px\] {
  font-size: 22px;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.tracking-\[0\.2em\] {
  --tw-tracking: 0.2em;
  letter-spacing: 0.2em;
}
.tracking-\[0\.3em\] {
  --tw-tracking: 0.3em;
  letter-spacing: 0.3em;
}
.tracking-\[0\.10em\] {
  --tw-tracking: 0.10em;
  letter-spacing: 0.10em;
}
.tracking-\[0\.12em\] {
  --tw-tracking: 0.12em;
  letter-spacing: 0.12em;
}
.tracking-\[0\.14em\] {
  --tw-tracking: 0.14em;
  letter-spacing: 0.14em;
}
.tracking-\[0\.25em\] {
  --tw-tracking: 0.25em;
  letter-spacing: 0.25em;
}
.tracking-\[0\.35em\] {
  --tw-tracking: 0.35em;
  letter-spacing: 0.35em;
}
.break-all {
  word-break: break-all;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.line-through {
  text-decoration-line: line-through;
}
.underline {
  text-decoration-line: underline;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-30 {
  opacity: 30%;
}
.ring {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}
.duration-100 {
  --tw-duration: 100ms;
  transition-duration: 100ms;
}
.duration-200 {
  --tw-duration: 200ms;
  transition-duration: 200ms;
}
.duration-700 {
  --tw-duration: 700ms;
  transition-duration: 700ms;
}
.select-none {
  -webkit-user-select: none;
  user-select: none;
}
.group-hover\:opacity-100 {
  &:is(:where(.group):hover *) {
    @media (hover: hover) {
      opacity: 100%;
    }
  }
}
.hover\:underline {
  &:hover {
    @media (hover: hover) {
      text-decoration-line: underline;
    }
  }
}
.focus\:outline-none {
  &:focus {
    --tw-outline-style: none;
    outline-style: none;
  }
}
.disabled\:cursor-not-allowed {
  &:disabled {
    cursor: not-allowed;
  }
}
.disabled\:opacity-40 {
  &:disabled {
    opacity: 40%;
  }
}
.disabled\:opacity-50 {
  &:disabled {
    opacity: 50%;
  }
}
:root {
  color-scheme: dark;
  --mc-shadow: 0 8px 32px rgba(0,0,0,0.55),
    0 2px 8px rgba(0,0,0,0.35),
    0 0 0 1px rgba(255,255,255,0.08),
    inset 0 1px 0 rgba(255,255,255,0.06);
  --mc-bg: #0d0d10;
  --mc-bar: #1c1c1e;
  --mc-sidebar: #1c1c1e;
  --mc-card: #1e1e22;
  --mc-card2: #252529;
  --mc-card3: #2c2c30;
  --mc-border: rgba(255,255,255,0.14);
  --mc-border2: rgba(255,255,255,0.22);
  --mc-text1: #f5f5f7;
  --mc-text2: #aeaeb2;
  --mc-text3: #8e8e93;
  --mc-text4: #636366;
  --mc-accent: #0a84ff;
  --mc-ok-bg: rgba(52,199,89,0.16);
  --mc-ok-text: #30d158;
  --mc-ok-border: rgba(52,199,89,0.35);
  --mc-err-bg: rgba(255,69,58,0.16);
  --mc-err-text: #ff453a;
  --mc-err-border: rgba(255,69,58,0.35);
  --mc-warn-bg: rgba(255,159,10,0.16);
  --mc-warn-text: #ffd60a;
  --mc-warn-border: rgba(255,159,10,0.35);
  --mc-info-bg: rgba(10,132,255,0.16);
  --mc-info-text: #0a84ff;
  --mc-info-border: rgba(10,132,255,0.35);
}
html.theme-light {
  color-scheme: light;
  --mc-shadow: 0 1px 3px rgba(0,0,0,0.07),
    0 0 0 1px rgba(0,0,0,0.06);
  --mc-bg: #eeeae3;
  --mc-bar: #e8e4dd;
  --mc-sidebar: #e3dfd8;
  --mc-card: #ffffff;
  --mc-card2: #f5f2ed;
  --mc-card3: #ede9e2;
  --mc-border: rgba(0,0,0,0.08);
  --mc-border2: rgba(0,0,0,0.13);
  --mc-text1: #1a1614;
  --mc-text2: #3d3733;
  --mc-text3: #7a716b;
  --mc-text4: #a09488;
  --mc-accent: #0a84ff;
  --mc-nav-active-bg: #d4cfc8;
  --mc-nav-active-text: #1a1614;
  --mc-ok-bg: rgba(40,167,69,0.12);
  --mc-ok-text: #1c6b2e;
  --mc-ok-border: rgba(40,167,69,0.3);
  --mc-err-bg: rgba(220,53,69,0.10);
  --mc-err-text: #b02a37;
  --mc-err-border: rgba(220,53,69,0.3);
  --mc-warn-bg: rgba(255,149,0,0.10);
  --mc-warn-text: #8a5700;
  --mc-warn-border: rgba(255,149,0,0.3);
  --mc-info-bg: rgba(10,132,255,0.10);
  --mc-info-text: #0060c0;
  --mc-info-border: rgba(10,132,255,0.3);
}
.bg-white\/5 {
  background-color: var(--mc-card) !important;
}
.bg-white\/10 {
  background-color: var(--mc-card2) !important;
}
.bg-slate-900\/40 {
  background-color: var(--mc-card2) !important;
}
.bg-slate-900\/50 {
  background-color: var(--mc-card2) !important;
}
.bg-slate-900\/60 {
  background-color: var(--mc-card3) !important;
}
.bg-slate-900\/80 {
  background-color: var(--mc-card3) !important;
}
.border-white\/5 {
  border-color: var(--mc-border) !important;
}
.border-white\/10 {
  border-color: var(--mc-border2) !important;
}
.border-white\/15 {
  border-color: var(--mc-border2) !important;
}
.border-white\/20 {
  border-color: var(--mc-border2) !important;
}
html.theme-light .text-white,
html.theme-light .text-slate-50,
html.theme-light .text-slate-100 {
  color: var(--mc-text1) !important;
}
html.theme-light .text-slate-200,
html.theme-light .text-slate-300 {
  color: var(--mc-text2) !important;
}
html.theme-light .text-slate-400 {
  color: var(--mc-text3) !important;
}
html.theme-light .text-slate-500,
html.theme-light .text-slate-600 {
  color: var(--mc-text4) !important;
}
html.theme-light .text-emerald-200,
html.theme-light .text-emerald-300 {
  color: var(--mc-ok-text) !important;
}
html.theme-light .text-rose-200,
html.theme-light .text-rose-300,
html.theme-light .text-rose-400 {
  color: var(--mc-err-text) !important;
}
html.theme-light .text-amber-200,
html.theme-light .text-amber-300 {
  color: var(--mc-warn-text) !important;
}
html.theme-light .text-sky-200,
html.theme-light .text-sky-300,
html.theme-light .text-sky-400 {
  color: var(--mc-info-text) !important;
}
html.theme-light .text-violet-200,
html.theme-light .text-violet-300 {
  color: #5e2b9a !important;
}
html.theme-light .text-orange-200,
html.theme-light .text-orange-300 {
  color: #c2460a !important;
}
html.theme-light .text-pink-200,
html.theme-light .text-pink-300 {
  color: #a81060 !important;
}
html.theme-light .text-yellow-200,
html.theme-light .text-yellow-300 {
  color: #7a5800 !important;
}
html.theme-light .text-green-200,
html.theme-light .text-green-300 {
  color: #1a6b2e !important;
}
html.theme-light .text-purple-200,
html.theme-light .text-purple-300 {
  color: #5e2b9a !important;
}
html.theme-light .text-teal-200,
html.theme-light .text-teal-300 {
  color: #0e6b5e !important;
}
html.theme-light .bg-emerald-500\/20,
html.theme-light .bg-emerald-500\/30 {
  background-color: var(--mc-ok-bg) !important;
}
html.theme-light .bg-rose-500\/20,
html.theme-light .bg-rose-500\/30,
html.theme-light .bg-rose-950\/30 {
  background-color: var(--mc-err-bg) !important;
}
html.theme-light .bg-amber-500\/20,
html.theme-light .bg-amber-500\/30,
html.theme-light .bg-amber-950\/30 {
  background-color: var(--mc-warn-bg) !important;
}
html.theme-light .bg-sky-500\/20,
html.theme-light .bg-sky-500\/30 {
  background-color: var(--mc-info-bg) !important;
}
html.theme-light .bg-violet-500\/20,
html.theme-light .bg-violet-500\/30 {
  background-color: rgba(128,80,220,0.10) !important;
}
html.theme-light .bg-sky-500\/15 {
  background-color: rgba(14,165,233,0.12) !important;
}
html.theme-light .bg-violet-500\/15 {
  background-color: rgba(139,92,246,0.12) !important;
}
html.theme-light .bg-orange-500\/15,
html.theme-light .bg-orange-500\/20 {
  background-color: rgba(249,115,22,0.12) !important;
}
html.theme-light .bg-pink-500\/15,
html.theme-light .bg-pink-500\/20 {
  background-color: rgba(236,72,153,0.12) !important;
}
html.theme-light .bg-yellow-500\/10,
html.theme-light .bg-yellow-500\/15,
html.theme-light .bg-yellow-500\/20 {
  background-color: rgba(234,179,8,0.14) !important;
}
html.theme-light .bg-green-500\/15,
html.theme-light .bg-green-500\/20 {
  background-color: rgba(34,197,94,0.12) !important;
}
html.theme-light .bg-purple-500\/15,
html.theme-light .bg-purple-500\/20 {
  background-color: rgba(168,85,247,0.12) !important;
}
html.theme-light .bg-amber-500\/10,
html.theme-light .bg-amber-500\/15 {
  background-color: rgba(245,158,11,0.12) !important;
}
html.theme-light .bg-teal-500\/15,
html.theme-light .bg-teal-500\/20 {
  background-color: rgba(20,184,166,0.12) !important;
}
html.theme-light .bg-slate-500\/15,
html.theme-light .bg-slate-500\/20 {
  background-color: rgba(100,116,139,0.12) !important;
}
html.theme-light .bg-red-500\/20 {
  background-color: rgba(239,68,68,0.12) !important;
}
html.theme-light .bg-blue-500\/20 {
  background-color: rgba(59,130,246,0.12) !important;
}
html.theme-light .bg-emerald-900\/50 {
  background-color: var(--mc-ok-bg) !important;
}
html.theme-light .border-emerald-700 {
  border-color: var(--mc-ok-border) !important;
}
html.theme-light .bg-rose-900\/50 {
  background-color: var(--mc-err-bg) !important;
}
html.theme-light .border-rose-700 {
  border-color: var(--mc-err-border) !important;
}
html.theme-light .bg-amber-900\/50 {
  background-color: var(--mc-warn-bg) !important;
}
html.theme-light .border-amber-700 {
  border-color: var(--mc-warn-border) !important;
}
html.theme-light .bg-sky-900\/50 {
  background-color: var(--mc-info-bg) !important;
}
html.theme-light .border-sky-700 {
  border-color: var(--mc-info-border) !important;
}
html.theme-light .border-white\/5,
html.theme-light .border-white\/10,
html.theme-light .border-white\/20 {
  border-color: var(--mc-border) !important;
}
html.theme-light .border-rose-500\/20 {
  border-color: var(--mc-err-border) !important;
}
html.theme-light .border-amber-800\/40 {
  border-color: var(--mc-warn-border) !important;
}
html.theme-light .hover\:bg-white\/5:hover {
  background-color: var(--mc-card2) !important;
}
html.theme-light .hover\:border-white\/40:hover {
  border-color: var(--mc-border2) !important;
}
html.theme-light .hover\:border-white\/30:hover {
  border-color: var(--mc-border2) !important;
}
html.theme-light .hover\:text-white:hover {
  color: var(--mc-text1) !important;
}
html.theme-light .bg-white.text-slate-900 {
  background-color: var(--mc-text1) !important;
  color: var(--mc-bg) !important;
}
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
::-webkit-scrollbar-thumb {
  background: var(--mc-border2);
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--mc-border);
}
html.theme-light ::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.18);
}
html.theme-light ::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.28);
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
button {
  -webkit-tap-highlight-color: transparent;
  transition: opacity 0.15s, background-color 0.15s, box-shadow 0.15s;
}
.text-gradient-blue {
  background: linear-gradient(135deg, #0a84ff 0%, #a78bfa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.text-gradient-green {
  background: linear-gradient(135deg, #30d158 0%, #34d399 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.text-gradient-amber {
  background: linear-gradient(135deg, #ffd60a 0%, #ff9f0a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.glow-blue {
  box-shadow: 0 0 12px rgba(10,132,255,0.45),  0 0 4px rgba(10,132,255,0.25);
}
.glow-ok {
  box-shadow: 0 0 12px rgba(48,209,88,0.45),   0 0 4px rgba(48,209,88,0.25);
}
.glow-err {
  box-shadow: 0 0 12px rgba(255,69,58,0.45),   0 0 4px rgba(255,69,58,0.25);
}
.glow-amber {
  box-shadow: 0 0 12px rgba(255,214,10,0.40),  0 0 4px rgba(255,214,10,0.20);
}
.glow-purple {
  box-shadow: 0 0 12px rgba(167,139,250,0.45), 0 0 4px rgba(167,139,250,0.25);
}
.card-sheen {
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, transparent 60%);
}
.bar-gradient {
  background: linear-gradient(90deg, #0a84ff 0%, #7c3aed 100%);
}
.nav-active-bg {
  background: linear-gradient(135deg, #0a84ff 0%, #5b21b6 100%);
  box-shadow: 0 2px 12px rgba(10,132,255,0.45), 0 0 0 1px rgba(10,132,255,0.3);
}
.tile-accent-bg {
  background: linear-gradient(135deg, rgba(10,132,255,0.12) 0%, rgba(124,58,237,0.08) 100%);
  border: 1px solid rgba(10,132,255,0.25);
}
html.theme-light .glow-blue,
html.theme-light .glow-ok,
html.theme-light .glow-err,
html.theme-light .glow-amber,
html.theme-light .glow-purple {
  box-shadow: none;
}
html.theme-light .nav-active-bg {
  background: var(--mc-nav-active-bg) !important;
  box-shadow: none !important;
  color: var(--mc-nav-active-text) !important;
}
html.theme-light .tile-accent-bg {
  background: rgba(10,132,255,0.06) !important;
  border-color: rgba(10,132,255,0.15) !important;
}
html.theme-light .text-gradient-blue,
html.theme-light .text-gradient-green,
html.theme-light .text-gradient-amber {
  background: none !important;
  -webkit-text-fill-color: var(--mc-text1) !important;
  color: var(--mc-text1) !important;
}
html.theme-light .bar-gradient {
  background: var(--mc-accent) !important;
}
html.theme-light .mc-titlebar {
  background: var(--mc-bar) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
html.theme-light .mc-module-wrapper {
  background: none !important;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-leading: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
    }
  }
}

