@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Sora:wght@400;600;700&display=swap";
/* [project]/app/globals.css [app-client] (css) */
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-red-200: #ffcaca;
    --color-red-300: #ffa3a3;
    --color-red-400: #ff6568;
    --color-red-500: #fb2c36;
    --color-red-600: #e40014;
    --color-red-700: #bf000f;
    --color-green-300: #7bf1a8;
    --color-green-400: #05df72;
    --color-green-500: #00c758;
    --color-green-600: #00a544;
    --color-blue-200: #bedbff;
    --color-blue-500: #3080ff;
    --color-blue-600: #155dfc;
    --color-indigo-500: #625fff;
    --color-indigo-600: #4f39f6;
    --color-gray-300: #d1d5dc;
    --color-gray-400: #99a1af;
    --color-gray-500: #6a7282;
    --color-gray-700: #364153;
    --color-gray-800: #1e2939;
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --radius-2xl: 1rem;
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-red-200: lab(86.017% 19.8815 7.75869);
      --color-red-300: lab(76.5514% 36.422 15.5335);
      --color-red-400: lab(63.7053% 60.745 31.3109);
      --color-red-500: lab(55.4814% 75.0732 48.8528);
      --color-red-600: lab(48.4493% 77.4328 61.5452);
      --color-red-700: lab(40.4273% 67.2623 53.7441);
      --color-green-300: lab(86.9953% -47.2691 25.0054);
      --color-green-400: lab(78.503% -64.9265 39.7492);
      --color-green-500: lab(70.5521% -66.5147 45.8073);
      --color-green-600: lab(59.0978% -58.6621 41.2579);
      --color-blue-200: lab(86.15% -4.04379 -21.0797);
      --color-blue-500: lab(54.1736% 13.3369 -74.6839);
      --color-blue-600: lab(44.0605% 29.0279 -86.0352);
      --color-indigo-500: lab(48.295% 38.3129 -81.9673);
      --color-indigo-600: lab(38.4009% 52.6132 -92.3857);
      --color-gray-300: lab(85.1236% -.612259 -3.7138);
      --color-gray-400: lab(65.9269% -.832707 -8.17473);
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
      --color-gray-700: lab(27.1134% -.956401 -12.3224);
      --color-gray-800: lab(16.1051% -1.18239 -11.7533);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  ::file-selector-button {
    margin-inline-end: 4px;
  }

  ::placeholder {
    opacity: 1;
  }

  @supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }

    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }

  textarea {
    resize: vertical;
  }

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

  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  ::-webkit-datetime-edit {
    display: inline-flex;
  }

  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  ::-webkit-datetime-edit {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }

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

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

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

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

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .absolute {
    position: absolute;
  }

  .relative {
    position: relative;
  }

  .start {
    inset-inline-start: var(--spacing);
  }

  .top-5 {
    top: calc(var(--spacing) * 5);
  }

  .top-6 {
    top: calc(var(--spacing) * 6);
  }

  .right-5 {
    right: calc(var(--spacing) * 5);
  }

  .right-6 {
    right: calc(var(--spacing) * 6);
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .ml-4 {
    margin-left: calc(var(--spacing) * 4);
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

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

  .table {
    display: table;
  }

  .h-16 {
    height: calc(var(--spacing) * 16);
  }

  .h-full {
    height: 100%;
  }

  .min-h-screen {
    min-height: 100vh;
  }

  .w-16 {
    width: calc(var(--spacing) * 16);
  }

  .w-64 {
    width: calc(var(--spacing) * 64);
  }

  .w-full {
    width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

  .rotate-180 {
    rotate: 180deg;
  }

  .animate-spin {
    animation: var(--animate-spin);
  }

  .resize-none {
    resize: none;
  }

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

  .flex-col {
    flex-direction: column;
  }

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

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

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

  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }

  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }

  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-2 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-3 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-4 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-8 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }

  :where(.space-y-10 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
  }

  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }

  .border-\[\#2a2d3a\] {
    border-color: #2a2d3a;
  }

  .border-blue-500 {
    border-color: var(--color-blue-500);
  }

  .border-blue-600 {
    border-color: var(--color-blue-600);
  }

  .border-gray-700 {
    border-color: var(--color-gray-700);
  }

  .border-gray-800 {
    border-color: var(--color-gray-800);
  }

  .border-green-600 {
    border-color: var(--color-green-600);
  }

  .border-indigo-500 {
    border-color: var(--color-indigo-500);
  }

  .border-red-600 {
    border-color: var(--color-red-600);
  }

  .border-red-700 {
    border-color: var(--color-red-700);
  }

  .border-transparent {
    border-color: #0000;
  }

  .bg-\[\#0b0f1a\] {
    background-color: #0b0f1a;
  }

  .bg-\[\#0f1320\] {
    background-color: #0f1320;
  }

  .bg-\[\#1a1212\] {
    background-color: #1a1212;
  }

  .bg-\[\#1b1d28\] {
    background-color: #1b1d28;
  }

  .bg-\[\#11131a\] {
    background-color: #11131a;
  }

  .bg-\[\#101627\] {
    background-color: #101627;
  }

  .bg-\[\#121522\] {
    background-color: #121522;
  }

  .bg-black {
    background-color: var(--color-black);
  }

  .bg-indigo-600 {
    background-color: var(--color-indigo-600);
  }

  .bg-red-600 {
    background-color: var(--color-red-600);
  }

  .p-4 {
    padding: calc(var(--spacing) * 4);
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-blue-200 {
    color: var(--color-blue-200);
  }

  .text-gray-300 {
    color: var(--color-gray-300);
  }

  .text-gray-400 {
    color: var(--color-gray-400);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-green-300 {
    color: var(--color-green-300);
  }

  .text-green-400 {
    color: var(--color-green-400);
  }

  .text-green-500 {
    color: var(--color-green-500);
  }

  .text-red-200 {
    color: var(--color-red-200);
  }

  .text-red-300 {
    color: var(--color-red-300);
  }

  .text-red-400 {
    color: var(--color-red-400);
  }

  .text-white {
    color: var(--color-white);
  }

  .opacity-60 {
    opacity: .6;
  }

  .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, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  @media (hover: hover) {
    .hover\:bg-indigo-500:hover {
      background-color: var(--color-indigo-500);
    }
  }

  @media (hover: hover) {
    .hover\:bg-red-500:hover {
      background-color: var(--color-red-500);
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white);
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

:root {
  --bg-primary: #0b0f1a;
  --bg-secondary: #1b1d28;
  --bg-hover: #1f2233;
  --border-default: #2a2d3a;
  --accent: #6366f1;
  --ink: #e9ecf8;
  --muted: #9aa4bf;
  --panel: #141826;
  --panel-2: #171c2b;
  --glow: #6366f140;
}

body {
  font-family: Space Grotesk, Sora, sans-serif;
}

.wl-hero {
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  display: flex;
}

.wl-title {
  letter-spacing: -.02em;
  font-size: 2.2rem;
  font-weight: 700;
}

.wl-sub {
  color: var(--muted);
  max-width: 640px;
  margin-top: 6px;
}

.wl-plan {
  background: linear-gradient(135deg, #1a1f33, #121626);
  border: 1px solid #26304a;
  border-radius: 16px;
  min-width: 220px;
  padding: 16px 18px;
  box-shadow: 0 10px 30px #00000059, inset 0 0 0 1px #ffffff05;
}

.wl-plan .plan-tag {
  color: #b7c2ff;
  letter-spacing: .04em;
  background: #6366f11f;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.wl-plan .plan-value {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 700;
}

.wl-plan .plan-limit {
  color: var(--muted);
  margin-top: 6px;
  font-size: 13px;
}

.wl-toggle-card {
  background: linear-gradient(135deg, #141827, #111522);
  border: 1px solid #242b40;
  border-radius: 18px;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  display: flex;
  box-shadow: 0 14px 28px #00000059;
}

.wl-toggle-card h3 {
  font-size: 1.1rem;
  font-weight: 600;
}

.wl-section {
  background: linear-gradient(#141827, #111522);
  border: 1px solid #242b40;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 16px 32px #00000059;
}

.wl-section-title {
  justify-content: space-between;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
}

.wl-section-title span {
  color: var(--muted);
  font-size: .85rem;
}

.wl-field-row {
  background: #0f1320;
  border: 1px solid #1f2537;
  border-radius: 14px;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px;
  display: grid;
}

.wl-field-row-disabled {
  opacity: .55;
  background: #0c101a;
}

.wl-field-row-disabled .wl-input {
  cursor: not-allowed;
}

.wl-toggle-btn {
  color: #9aa7c7;
  letter-spacing: .02em;
  background: #0b0f1a;
  border: 1px solid #2b3550;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 600;
  transition: transform .15s, border-color .2s, color .2s;
}

.wl-toggle-btn:hover {
  color: #c3cbe0;
  border-color: #4b5b88;
  transform: translateY(-1px);
}

.wl-toggle-btn-active {
  color: #fff;
  background: linear-gradient(135deg, #3b63ff, #5d8bff);
  border-color: #5b6bff;
  box-shadow: 0 8px 18px #5b6bff59;
}

.wl-lock {
  color: #6b748d;
  border: 1px dashed #2a334c;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
}

.wl-field-meta {
  color: #7f89a6;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: 11px;
}

.wl-input {
  width: 100%;
  color: var(--ink);
  background: #0b0f1a;
  border: 1px solid #26304a;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  transition: border-color .2s, box-shadow .2s;
}

.wl-input:focus {
  box-shadow: 0 0 0 3px var(--glow);
  border-color: #5b6bff;
  outline: none;
}

.wl-actions {
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  display: flex;
}

.wl-save {
  background: linear-gradient(90deg, #5b6bff, #7a5cff);
  border-radius: 12px;
  padding: 10px 16px;
  font-weight: 600;
  box-shadow: 0 10px 20px #5b6bff40;
}

.wl-banner {
  border-radius: 14px;
  padding: 12px 14px;
}

.panel-card {
  border-radius: var(--radius-2xl);
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-gray-800);
  padding: calc(var(--spacing) * 6);
  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, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  background-color: #1b1d28;
}

@media (hover: hover) {
  .panel-card-hover:hover {
    border-color: var(--color-indigo-500);
  }
}

@media (hover: hover) {
  .panel-card-hover:hover {
    background-color: #1f2233;
  }
}

.btn-primary {
  border-radius: var(--radius-lg);
  background-color: var(--color-indigo-600);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  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, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

@media (hover: hover) {
  .btn-primary:hover {
    background-color: var(--color-indigo-500);
  }
}

.btn-success {
  border-radius: var(--radius-lg);
  background-color: var(--color-green-600);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  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, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}

@media (hover: hover) {
  .btn-success:hover {
    background-color: var(--color-green-500);
  }
}

.btn-disabled {
  cursor: not-allowed;
  background-color: var(--color-gray-700);
  color: var(--color-gray-400);
}

.sidebar-link {
  border-radius: var(--radius-lg);
  padding-inline: calc(var(--spacing) * 4);
  padding-block: calc(var(--spacing) * 2);
  color: var(--color-gray-300);
  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, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  justify-content: space-between;
  align-items: center;
  display: flex;
}

@media (hover: hover) {
  .sidebar-link:hover {
    background-color: #1f2233;
  }
}

@media (hover: hover) {
  .sidebar-link:hover {
    color: var(--color-white);
  }
}

.sidebar-link-active {
  background-color: var(--color-indigo-600);
  color: var(--color-white);
}

.server-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  display: grid;
}

.server-card {
  background: #1b1d28;
  border: 1px solid #1f2937;
  border-radius: 16px;
  padding: 24px;
  transition: all .2s;
}

.server-card-active {
  background: #1e1b4b;
  border-color: #6366f1;
}

.server-card-disabled {
  opacity: .5;
  pointer-events: none;
}

.server-card-available:hover {
  border-color: #6366f1;
}

.server-badge {
  color: #a5b4fc;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
}

.server-header {
  align-items: center;
  gap: 16px;
  display: flex;
}

.server-icon {
  border-radius: 12px;
  width: 56px;
  height: 56px;
}

.server-icon-fallback {
  background: #374151;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  display: flex;
}

.server-name {
  font-size: 18px;
  font-weight: 600;
}

.server-activate-btn {
  background: #4f46e5;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  font-weight: 500;
  transition: all .2s;
}

.server-activate-btn:hover {
  background: #6366f1;
}

.bot-install-btn {
  text-align: center;
  background: #16a34a;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  font-weight: 500;
  transition: all .2s;
  display: block;
}

.bot-install-btn:hover {
  background: #22c55e;
}

.bot-installed {
  text-align: center;
  background: #15803d;
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  font-weight: 500;
}

.team-container {
  flex-direction: column;
  gap: 2rem;
  display: flex;
}

.team-header {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.team-button {
  background: #4f46e5;
  border-radius: 8px;
  padding: .6rem 1.2rem;
  font-weight: 500;
  transition: all .2s;
}

.team-button:hover {
  background: #4338ca;
}

.team-input {
  background: #11131a;
  border: 1px solid #2a2d3a;
  border-radius: 8px;
  width: 250px;
  padding: .6rem 1rem;
}

.team-panel {
  background: #1b1d28;
  border-radius: 16px;
  padding: 1.5rem;
}

.team-row {
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  transition: all .2s;
  display: flex;
}

.team-row:hover {
  background: #1f2233;
}

.team-add-btn {
  background: #16a34a;
  border-radius: 6px;
  padding: .4rem .8rem;
  transition: all .2s;
}

.team-loader-overlay {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 9999;
  background: #0b0f1ad9;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.team-spinner {
  border: 4px solid #2a2d3a;
  border-top-color: #4f46e5;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: .8s linear infinite spin;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.team-add-btn {
  cursor: pointer;
  background: #16a34a;
  border-radius: 6px;
  padding: .4rem .8rem;
  transition: all .2s;
}

.team-add-btn:hover {
  background: #15803d;
}

.team-add-btn:disabled {
  cursor: not-allowed;
  opacity: .6;
  background: #334155;
}

.team-role-badge {
  background: #312e81;
  border-radius: 6px;
  padding: .3rem .6rem;
  font-size: .85rem;
}

.team-grid {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
  display: grid;
}

.team-member-card {
  background: linear-gradient(145deg, #1b1d28, #151724);
  border: 1px solid #2a2d3a;
  border-radius: 16px;
  flex-direction: column;
  gap: 16px;
  min-height: 210px;
  padding: 20px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.team-member-card:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}

.team-avatar {
  object-fit: cover;
  background: #374151;
  border-radius: 12px;
  width: 48px;
  height: 48px;
}

.team-role-select {
  background: #11131a;
  border: 1px solid #2a2d3a;
  border-radius: 8px;
  padding: 6px;
  font-size: .85rem;
}

.team-scroll-list {
  border: 1px solid #2a2d3a;
  border-radius: 12px;
  max-height: 280px;
  padding: 8px;
  overflow-y: auto;
}

.team-scroll-list::-webkit-scrollbar {
  width: 6px;
}

.team-scroll-list::-webkit-scrollbar-thumb {
  background: #374151;
  border-radius: 4px;
}

.team-owner-badge {
  color: #000;
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  border-radius: 8px;
  padding: 4px 10px;
  font-size: .75rem;
  font-weight: 600;
  position: absolute;
  top: 14px;
  right: 14px;
}

.team-admin-badge {
  background: #4f46e5;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: .75rem;
  position: absolute;
  top: 14px;
  right: 14px;
}

.team-save-btn {
  background: #16a34a;
  border-radius: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 8px;
  font-weight: 500;
  transition: all .2s;
}

.team-remove-btn {
  color: #fff;
  background: #dc2626;
  border-radius: 10px;
  margin-top: 8px;
  padding: .5rem .9rem;
  font-size: .85rem;
  font-weight: 600;
  transition: all .2s;
}

.team-remove-btn:hover {
  background: #b91c1c;
}

.team-remove-btn:disabled {
  cursor: not-allowed;
  background: #334155;
}

.team-save-btn:hover {
  background: #15803d;
}

.team-save-btn:disabled {
  cursor: not-allowed;
  background: #334155;
}

.members-grid {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
  display: grid;
}

.member-card {
  cursor: pointer;
  background: #1b1d28;
  border: 1px solid #2a2d3a;
  border-radius: 16px;
  align-items: center;
  gap: 16px;
  padding: 20px;
  transition: all .2s;
  display: flex;
}

.member-card:hover {
  background: #1f2233;
  border-color: #6366f1;
}

.member-avatar {
  border-radius: 50%;
  width: 56px;
  height: 56px;
}

.member-name {
  font-weight: 600;
}

.member-id {
  color: #9ca3af;
  font-size: 12px;
}

.modal-overlay {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 9999;
  background: #000000a6;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.modal-card {
  background: #1b1d28;
  border: 1px solid #2a2d3a;
  border-radius: 20px;
  flex-direction: column;
  gap: 16px;
  width: 500px;
  min-height: 210px;
  padding: 32px;
  animation: .15s ease-out fadeIn;
  display: flex;
  position: relative;
}

.modal-close {
  color: #9ca3af;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 16px;
  right: 20px;
}

.modal-close:hover {
  color: #fff;
}

.modal-header {
  align-items: center;
  gap: 16px;
  display: flex;
}

.modal-avatar {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}

.modal-title {
  font-size: 20px;
  font-weight: 700;
}

.modal-sub {
  color: #9ca3af;
  font-size: 13px;
}

.info-row {
  border-bottom: 1px solid #2a2d3a;
  justify-content: space-between;
  padding-bottom: 8px;
  font-size: 14px;
  display: flex;
}

.info-label {
  color: #9ca3af;
}

.info-value {
  font-weight: 500;
}

.role-badge {
  color: #fff;
  background: #374151;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(.96);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.member-modal-overlay {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: 1000;
  background: #080c16bf;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.member-modal {
  background: linear-gradient(145deg, #1b1f2e, #161a26);
  border: 1px solid #2a2f45;
  border-radius: 20px;
  flex-direction: column;
  gap: 16px;
  width: 620px;
  min-height: 210px;
  padding: 3rem;
  display: flex;
  position: relative;
  box-shadow: 0 20px 60px #0009;
}

.member-modal-header {
  align-items: center;
  gap: 1.5rem;
  display: flex;
}

.member-modal-avatar {
  border: 3px solid #2f3550;
  border-radius: 50%;
  width: 96px;
  height: 96px;
}

.member-modal-name {
  letter-spacing: .3px;
  font-size: 1.6rem;
  font-weight: 700;
}

.member-modal-section {
  margin-top: 2.5rem;
}

.member-modal-row {
  background: #ffffff08;
  border: 1px solid #ffffff0d;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  padding: 14px 18px;
  transition: all .2s;
  display: flex;
}

.member-modal-row:hover {
  background: #6366f114;
  border-color: #6366f14d;
}

.member-modal-label {
  color: #8b93b3;
}

.member-modal-value {
  font-weight: 500;
}

.wl-toolbar {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.wl-heading {
  color: #e5e7f5;
  font-size: 1rem;
  font-weight: 600;
}

.wl-edit-btn {
  color: #fff;
  background: linear-gradient(90deg, #5b6bff, #7a5cff);
  border-radius: 10px;
  padding: 8px 14px;
  font-size: .9rem;
  font-weight: 600;
  box-shadow: 0 10px 18px #5b6bff40;
}

.wl-cards {
  grid-template-columns: 1fr;
  gap: 14px;
  display: grid;
}

.wl-card {
  background: #0f1320;
  border: 1px solid #1f2433;
  border-radius: 14px;
  padding: 14px;
}

.wl-card-title {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #8f98b5;
  margin-bottom: 10px;
  font-size: .8rem;
}

.wl-row {
  border-bottom: 1px dashed #23283a;
  grid-template-columns: 140px 1fr;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  display: grid;
}

.wl-row:last-child {
  border-bottom: none;
}

.wl-label {
  color: #d7dcf0;
  font-size: .9rem;
}

.wl-value {
  color: #e6e9f7;
  background: #0b0f1a;
  border: 1px solid #242a3c;
  border-radius: 10px;
  padding: 8px 10px;
  font-size: .9rem;
}

.wl-empty {
  color: #7b839d;
  font-size: .9rem;
}

.wl-save-row {
  align-items: center;
  gap: 12px;
  margin-top: 8px;
  display: flex;
}

.wl-role-grid {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.wl-role-pill {
  color: #cdd3ea;
  background: #0b0f1a;
  border: 1px solid #23283a;
  border-radius: 999px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  font-size: .85rem;
  transition: all .2s;
  display: inline-flex;
}

.wl-role-pill:hover {
  color: #fff;
  border-color: #5b6bff;
}

.wl-role-pill-active {
  color: #fff;
  border-color: #5b6bff;
  box-shadow: 0 0 0 2px #5b6bff26;
}

.wl-role-dot {
  border-radius: 999px;
  width: 8px;
  height: 8px;
}

.role-badge {
  background: #2f3550;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  font-size: .8rem;
  font-weight: 500;
  display: inline-flex;
}

.member-refresh-btn {
  background: linear-gradient(90deg, #6366f1, #4f46e5);
  border-radius: 12px;
  width: 100%;
  margin-top: 1.8rem;
  padding: .9rem;
  font-weight: 600;
  transition: all .25s;
}

.member-refresh-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #6366f166;
}

.member-tabs {
  border-bottom: 1px solid #252a3f;
  gap: 1rem;
  margin-top: 2rem;
  display: flex;
}

.member-tab {
  cursor: pointer;
  color: #8b93b3;
  border-radius: 8px 8px 0 0;
  padding: .6rem 1rem;
  font-size: .9rem;
  transition: all .2s;
}

.member-tab:hover {
  color: #fff;
}

.member-tab-active {
  color: #fff;
  background: #6366f11f;
  border-bottom: 2px solid #6366f1;
  box-shadow: 0 4px 14px #6366f126;
}

.member-refresh-icon {
  background: #ffffff0f;
  border: 1px solid #ffffff1a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  transition: all .2s;
  display: inline-flex;
}

.member-refresh-icon:hover {
  background: #6366f12e;
  border-color: #6366f18c;
}

.member-refresh-icon:disabled {
  opacity: .6;
  cursor: not-allowed;
}

.member-icon-spin {
  animation: .8s linear infinite spin;
}

.roles-divider {
  background: linear-gradient(to right, #0000, #ffffff14, #0000);
  width: 100%;
  height: 1px;
  margin-top: 24px;
}

.member-roles-section {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background: #ffffff05;
  border: 1px solid #ffffff0d;
  border-radius: 16px;
  margin-top: 2.8rem;
  padding: 1.8rem;
}

.member-roles-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.2rem;
  font-size: .95rem;
  font-weight: 600;
  display: flex;
}

.roles-count {
  color: #a5b4fc;
  background: #6366f126;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: .8rem;
}

.member-roles-grid {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.role-badge-modern {
  color: #fff;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: .8rem;
  font-weight: 500;
  transition: all .2s;
  box-shadow: 0 4px 14px #00000059;
}

.role-badge-modern:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px #00000080;
}

.module-grid {
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
  display: grid;
}

.module-card {
  background: linear-gradient(160deg, #1a2034 0%, #121725 55%, #101422 100%);
  border: 1px solid #2a3147;
  border-radius: 18px;
  flex-direction: column;
  gap: 16px;
  min-height: 210px;
  padding: 22px 22px 20px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 40px #0a0e1a73;
}

.module-card:before {
  content: "";
  pointer-events: none;
  background: radial-gradient(120% 120% at 0 0, #6366f12e, #0000 55%);
  position: absolute;
  inset: 0;
}

.module-card:hover {
  border-color: #4d5bd4;
  transform: translateY(-4px);
  box-shadow: 0 24px 60px #10162c99;
}

.module-top {
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  display: flex;
}

.module-title {
  letter-spacing: .01em;
  font-size: 1.05rem;
  font-weight: 700;
}

.module-info {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.module-desc {
  color: #98a3c7;
  margin-top: 4px;
  font-size: .85rem;
  line-height: 1.4;
}

.module-badges {
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
  display: flex;
}

.module-badge {
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #cdd6ff;
  background: linear-gradient(135deg, #5865f240, #6366f11a);
  border: 1px solid #5865f259;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: .7rem;
}

.module-edit-btn {
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #4f6dff, #6a7bff);
  border: none;
  border-radius: 12px;
  width: 100%;
  margin-top: auto;
  padding: 10px 14px;
  font-weight: 700;
  transition: transform .15s, box-shadow .2s;
}

.module-edit-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px #5264ff59;
}

.module-card-off {
  opacity: .75;
  filter: grayscale(.3);
  border-color: #22283a;
}

.module-toggle {
  color: #aeb7d7;
  background: #101522;
  border: 1px solid #2b3550;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: .75rem;
  font-weight: 700;
  transition: all .2s;
}

.module-toggle:hover {
  color: #e5ebff;
  border-color: #4b5b88;
}

.module-toggle-on {
  color: #fff;
  background: linear-gradient(135deg, #2d62ff, #6b7bff);
  border-color: #5b6bff;
  box-shadow: 0 10px 22px #5b6bff59;
}

.btn-secondary {
  color: #c3cbe0;
  background: #1c2234;
  border: 1px solid #2b3550;
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 600;
}

.confirm-overlay {
  z-index: 60;
  background: #070910b3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
}

.confirm-card {
  background: #151a2a;
  border: 1px solid #2b3550;
  border-radius: 16px;
  min-width: 320px;
  max-width: 420px;
  padding: 18px 20px;
  box-shadow: 0 20px 40px #05081080;
}

.confirm-title {
  color: #e7ecff;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
}

.confirm-text {
  color: #9aa7c7;
  margin-bottom: 14px;
  font-size: 13px;
}

.confirm-actions {
  justify-content: flex-end;
  gap: 10px;
  display: flex;
}

.btn-danger {
  color: #ffd6dd;
  background: #3b0f1a;
  border: 1px solid #61202f;
  border-radius: 10px;
  padding: 8px 14px;
  font-weight: 700;
}

.btn-danger:hover {
  background: #4c1321;
}

.member-modal {
  max-height: 80vh;
  overflow: hidden;
}

.member-tab-content {
  max-height: 420px;
  padding-right: 6px;
  overflow-y: auto;
}

.join-list {
  max-height: 180px;
  padding-right: 6px;
  overflow-y: auto;
}

.member-tab-content, .join-list {
  scrollbar-width: thin;
  scrollbar-color: #5a66a6 transparent;
  scrollbar-gutter: stable;
}

.member-tab-content::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.join-list::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.member-tab-content::-webkit-scrollbar-track {
  background: none;
}

.join-list::-webkit-scrollbar-track {
  background: none;
}

.member-tab-content::-webkit-scrollbar-thumb {
  background: linear-gradient(#5a66a6 0%, #3a436a 100%);
  border: 2px solid #111420d9;
  border-radius: 999px;
  box-shadow: 0 0 8px #5a66a659;
}

.join-list::-webkit-scrollbar-thumb {
  background: linear-gradient(#5a66a6 0%, #3a436a 100%);
  border: 2px solid #111420d9;
  border-radius: 999px;
  box-shadow: 0 0 8px #5a66a659;
}

.member-tab-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(#6d7bd1 0%, #45507e 100%);
}

.join-list::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(#6d7bd1 0%, #45507e 100%);
}

.member-tab-content::-webkit-scrollbar-corner {
  background: none;
}

.join-list::-webkit-scrollbar-corner {
  background: none;
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

/*# sourceMappingURL=app_globals_71f961d1.css.map*/