/* ===== TAILWIND DIRECTIVES ===== */

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

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

.container {
  width: 100%;
}

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

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

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

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

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

/* === BUTTONS === */

.\!btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: var(--gap-xs) !important;
  padding: calc(var(--space-sm) - 2px) var(--space-md) !important;
  font-weight: 600 !important;
  border-radius: var(--radius-pill) !important;
  border: 1px solid transparent !important;
  background-color: transparent !important;
  color: inherit !important;
  transition: background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base), transform var(--transition-base) !important;
  cursor: pointer !important;
  position: relative !important;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--gap-xs);
  padding: calc(var(--space-sm) - 2px) var(--space-md);
  font-weight: 600;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  background-color: transparent;
  color: inherit;
  transition: background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base), transform var(--transition-base);
  cursor: pointer;
  position: relative;
}

.\!btn:focus-visible {
  outline: var(--focus-ring-width) solid var(--focus-ring-color) !important;
  outline-offset: var(--focus-ring-offset) !important;
}

.btn:focus-visible {
  outline: var(--focus-ring-width) solid var(--focus-ring-color);
  outline-offset: var(--focus-ring-offset);
}

.\!btn:disabled,
    .\!btn[aria-disabled="true"] {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.btn:disabled,
    .btn[aria-disabled="true"] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.\!btn:disabled,
    .\!btn[aria-disabled="true"] {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent-primary) 0%, var(--accent-primary-strong) 100%);
  color: var(--surface-inverse);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 14px 30px -20px var(--auth-accent);
}

.btn-primary:hover,
    .btn-primary:active {
  background: linear-gradient(135deg, var(--accent-primary-strong) 0%, var(--accent-primary) 100%);
}

.btn-secondary {
  background-color: rgba(148, 163, 184, 0.18);
  color: var(--surface-inverse);
  border-color: var(--border-subtle);
}

.btn-secondary:hover,
    .btn-secondary:active {
  background-color: rgba(148, 163, 184, 0.28);
}

.btn-outline {
  border-color: var(--border-strong);
  color: var(--surface-inverse);
  background-color: transparent;
}

.btn-outline:hover,
    .btn-outline:active {
  background-color: rgba(148, 163, 184, 0.16);
}

.btn-danger {
  background: linear-gradient(135deg, var(--accent-danger) 0%, #dc2626 100%);
  color: var(--surface-inverse);
}

.btn-danger:hover,
    .btn-danger:active {
  background: linear-gradient(135deg, #dc2626, var(--accent-danger) 100%);
}

.btn-ghost {
  background-color: transparent;
  color: var(--text-secondary);
}

.btn-ghost:hover,
    .btn-ghost:active {
  background-color: rgba(148, 163, 184, 0.12);
  color: var(--surface-inverse);
}

/* === CARDS === */

.card,
    .card-surface {
  background: var(--surface-elevated);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  color: var(--text-primary);
  box-shadow: var(--shadow-elevated);
  transition: border-color var(--transition-base), transform var(--transition-base), box-shadow var(--transition-base);
}

.card:hover,
    .card:focus-within,
    .card-surface:hover,
    .card-surface:focus-within {
  border-color: var(--border-strong);
  box-shadow: 0 10px 25px -5px rgba(15, 23, 42, 0.45);
  transform: translateY(-2px);
}

.card-header,
    .card-body,
    .card-footer {
  padding: var(--space-lg);
}

.card-header {
  border-bottom: 1px solid var(--border-subtle);
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: var(--space-sm);
  color: var(--surface-inverse);
}

/* === FORM CONTROLS === */

.form-control,
    input[type="text"],
    input[type="email"],
    input[type="password"],
    input[type="number"],
    input[type="search"],
    select,
    textarea {
  width: 100%;
  padding: calc(var(--space-sm) - 2px) var(--space-md);
  border-radius: var(--radius-md);
  border: 1px solid var(--border-subtle);
  background-color: rgba(15, 23, 42, 0.6);
  color: var(--text-primary);
  transition: border-color var(--transition-base), box-shadow var(--transition-base), background-color var(--transition-base);
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: var(--text-muted);
}

input::placeholder,
    textarea::placeholder {
  color: var(--text-muted);
}

.form-control:focus,
    input:focus,
    select:focus,
    textarea:focus {
  outline: var(--focus-ring-width) solid var(--focus-ring-color);
  outline-offset: var(--focus-ring-offset);
  border-color: var(--focus-ring-color);
  background-color: rgba(15, 23, 42, 0.75);
}

input:disabled,
    select:disabled,
    textarea:disabled {
  opacity: 0.65;
  cursor: not-allowed;
}

/* === TABLES === */

.table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--radius-lg);
  overflow: hidden;
  color: var(--text-secondary);
}

.table thead {
  background: rgba(30, 41, 59, 0.85);
  color: var(--surface-inverse);
}

.table th,
    .table td {
  padding: var(--space-md);
  border-bottom: 1px solid var(--border-subtle);
  text-align: left;
}

.table tbody tr:hover {
  background: rgba(148, 163, 184, 0.08);
  color: var(--surface-inverse);
}

.table tbody tr:focus-visible {
  outline: var(--focus-ring-width) solid var(--focus-ring-color);
  outline-offset: -1px;
}

/* === ALERTS === */

.alert {
  display: flex;
  align-items: flex-start;
  gap: var(--gap-sm);
  padding: var(--space-md);
  border-radius: var(--radius-md);
  border: 1px solid transparent;
  background-color: rgba(15, 23, 42, 0.7);
  color: var(--text-primary);
}

/* === BADGES === */

.badge {
  display: inline-flex;
  align-items: center;
  gap: var(--gap-xs);
  padding: calc(var(--space-xs) / 1.2) var(--space-sm);
  font-size: 0.75rem;
  font-weight: 500;
  border-radius: var(--radius-pill);
  background-color: rgba(148, 163, 184, 0.16);
  color: var(--text-secondary);
}

.badge-status-maintenance {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 9999px;
  background-color: rgba(245, 158, 11, 0.15);
  border: 1px solid rgba(245, 158, 11, 0.3);
  color: rgb(253, 224, 71);
  /* text-amber-300 */
}

.badge-status-maintenance .pulse-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: rgb(253, 224, 71);
  animation: ui-pulse-opacity 2s ease-in-out infinite;
}

/* === CUSTOM COMPONENTS FROM REPORT === */

/* Progress container */

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--accent-primary) 0%, #60a5fa 100%);
  width: 0;
  transition: width 0.5s ease-out;
}

/* === NEW SEMANTIC CLASSES FROM TAILWIND UTILITIES ANALYSIS === */

.notification-success.\!show {
  opacity: 1 !important;
  pointer-events: auto !important;
}

.notification-success.show {
  opacity: 1;
  pointer-events: auto;
}

.app-surface-panel {
  border-radius: 0.75rem;
  border-width: 1px;
  padding: 1rem;
  border-color: var(--panel-border, rgba(51, 65, 85, 0.7));
  background-color: var(--panel-surface, rgba(15, 23, 42, 0.55));
  color: var(--text-primary);
}

.app-input-amount {
  width: 100%;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.app-input-amount::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.app-input-amount::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.app-input-amount:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.app-input-amount {
  padding: var(--input-padding-block-lg, 11px) var(--input-padding-inline-lg, 35px);
}

[data-profile-sections] [data-section].hidden,
    [data-profile-sections] [data-section][hidden] {
  display: none !important;
}

:root {
  --radius: 16px;
  --ind: 245, 158, 11;
}

html {
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Apple Color Emoji','Segoe UI Emoji';
}

.glass {
  background: rgba(17, 24, 39, 0.65);
  backdrop-filter: saturate(120%) blur(10px);
  -webkit-backdrop-filter: saturate(120%) blur(10px);
  border-bottom: 1px solid #e5e7eb0f;
}

/* ===== Botões utilitários ===== */

#mobileMenu .\!btn i.fa-user{
  color: var(--accent-warning);
}

#mobileMenu .\!btn{
  background-color: rgba(var(--ind), .18);
}

.\!btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {
  .\!btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

#mobileMenu .btn i.fa-user{
  color: var(--accent-warning);
}

#mobileMenu .btn{
  background-color: rgba(var(--ind), .18);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border-width: 1px;
  border-color: transparent;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media (min-width: 640px) {
  .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.btn-primary:active {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}

.btn-ghost {
  color: var(--text-secondary);
}

.btn-ghost:hover {
  background-color: rgb(30 41 59 / 0.6);
}

/* ===== NAV DESKTOP ===== */

.nav-link {
  position: relative;
  z-index: 10;
  border-radius: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: var(--text-secondary);
  transition: all .22s ease;
  isolation: isolate;
  /* garante elevacao do glow */
}

.nav-link i {
  transition: transform .2s ease;
}

.nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.nav-link:hover i {
  transform: translateY(-1px) scale(1.06);
}

/* underline animado (sutil) */

.nav-link::after {
  content: '';
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 6px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(124,58,237,.0), rgba(124,58,237,.45), rgba(124,58,237,.0));
  transform: scaleX(0);
  transform-origin: center;
  transition: transform .22s ease;
  opacity: .85;
}

/* estado ativo: texto claro + underline cheio; sem fundo para deixar o slider brilhar */

/*.nav-link.active { @apply text-white; background: transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }*/

.nav-link.active::before {
  display: none;
}

.nav-link.active::after {
  /*transform: scaleX(1);*/
  /*background: linear-gradient(90deg, rgba(124,58,237,.0), rgba(124,58,237,.85), rgba(124,58,237,.0));*/
}

/* ===== NAV MOBILE ===== */

.mobile-nav-link {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  color: var(--text-secondary);
}

.mobile-nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.mobile-nav-link.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  background: linear-gradient(180deg, rgba(124,58,237,.12), rgba(124,58,237,.06));
  border-left: 3px solid #7c3aed;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05);
}

/* Drawer mobile */

.mobile-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 86%;
  max-width: 360px;
  height: 100dvh;
  background: #0f172a;
  box-shadow: -12px 0 40px rgba(0,0,0,.35);
  transition: right .28s ease-in-out;
  z-index: 1000;
  overflow-y: auto;
  will-change: right;
}

.mobile-menu.open {
  right: 0;
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.55);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s ease;
}

.menu-overlay.active {
  opacity: 1;
  pointer-events: all;
}

@media (max-width: 639px) {
  .header-container {
    padding-left: .75rem;
    padding-right: .75rem;
  }
}

/* Redução de movimento */

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }

  .nav-link::after {
    display: none !important;
  }
}

/* ====== Indicador deslizante melhorado ====== */

#desktopNav {
  position: relative;
}

#navIndicator{
  /* fundo com glow âmbar */
  background: radial-gradient(120% 140% at 50% 0%, rgb(255 160 0 / 66%), rgb(255 160 0 / 56%) 45%, rgb(255 160 0 / 30%) 70%), linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .02)) !important;
  border: 1px solid rgb(245 158 11 / 81%) !important;
  box-shadow: 0 8px 30px rgba(var(--ind), .25), inset 0 1px 0 rgba(255, 255, 255, .06) !important;
  border-radius: var(--radius-pill);
}

/* Underline animado dos links (hover/active) no amber */

.nav-link::after{
  background: linear-gradient(
                90deg,
                rgba(var(--ind), 0),
                rgba(var(--ind), .45),
                rgba(var(--ind), 0)
            ) !important;
}

.nav-link.active::after{
  background: linear-gradient(
                90deg,
                rgba(var(--ind), 0),
                rgba(var(--ind), .85),
                rgba(var(--ind), 0)
            ) !important;
}

/* Badge lateral do item ativo no menu mobile (era #7c3aed) */

.mobile-nav-link.active{
  border-left: none;
  background: linear-gradient(to right, var(--accent-warning-strong), var(--gradient-orange-600)) !important;
}

/* Ícone/bolinha do usuário no mobile, mantendo coerência */

#mobileMenu .inline-flex i.fa-user{
  color: var(--accent-warning) !important;
}

#mobileMenu .inline-flex{
  background-color: rgba(var(--ind), .18) !important;
}

/* aumenta “área alvo” do link para o indicador ficar com folga */

.nav-hit{
  padding: 2px 6px;
  border-radius: 12px;
  display: flex;
  white-space: nowrap;
}

/* === Cartões e superfícies reutilizáveis === */

:root {
  --app-card-bg: rgba(15, 23, 42, 0.82);
  --app-card-border: rgba(30, 41, 59, 0.85);
  --app-card-shadow: 0 24px 48px -20px rgba(8, 15, 33, 0.75);
  --app-card-highlight: rgba(251, 191, 36, 0.16);
}

.app-card {
  position: relative;
  border-radius: 1.5rem;
  border: 1px solid var(--app-card-border);
  background: var(--app-card-bg);
  box-shadow: var(--app-card-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  color: #e2e8f0;
  overflow: hidden;
}

.app-card::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(248, 250, 252, 0.02), rgba(148, 163, 184, 0.03));
  opacity: .9;
}

.app-card > * {
  position: relative;
  z-index: 1;
}

.app-card__section {
  padding: 1.75rem;
}

.app-card__section-sm {
  padding: 1.25rem 1.5rem;
}

.app-card__header,
        .app-card__footer {
  padding: 1.25rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.app-card__header {
  border-bottom: 1px solid rgba(51, 65, 85, 0.6);
}

.app-card__footer {
  border-top: 1px solid rgba(51, 65, 85, 0.55);
}

.app-card__title {
  font-size: 1.125rem;
  font-weight: 600;
  color: #f8fafc;
}

.app-card__subtitle {
  color: var(--text-muted);
  font-size: var(--text-sm, .875rem);
}

.app-card__pill {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  padding: .3rem .7rem;
  border-radius: 999px;
  font-size: .7rem;
  letter-spacing: .02em;
  /*background: rgba(148, 163, 184, 0.12);*/
  color: #cbd5f5;
}

.market-card__meta .copy-data {
  background: rgba(148, 163, 184, 0.12) !important;
}

.app-card__surface {
  border-radius: 1rem;
  border: 1px solid rgba(51, 65, 85, 0.6);
  background: rgba(15, 23, 42, 0.78);
  padding: 1.5rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
}

.app-card__surface--muted {
  background: rgba(15, 23, 42, 0.68);
}

.app-card__surface--compact {
  padding: 1rem 1.25rem;
}

.app-card__surface--success {
  border-color: rgba(34, 197, 94, 0.35);
  background: rgba(34, 197, 94, 0.12);
}

.app-card__overlay {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(15, 23, 42, 0.7);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  pointer-events: none;
  opacity: 0;
  transition: opacity .25s ease;
  z-index: 10;
}

.app-card__overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}

.app-card__alert {
  border-radius: .9rem;
  padding: .85rem 1rem;
  font-size: .9rem;
  display: flex;
  align-items: center;
  gap: .6rem;
}

.app-card__alert--warning {
  border: 1px solid rgba(248, 113, 113, 0.35);
  background: rgba(248, 113, 113, 0.14);
  color: #fed7aa;
}

.app-card--interactive {
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.app-card--interactive:hover,
        .app-card--interactive:focus-visible {
  transform: translateY(-4px);
  /*border-color: rgba(251, 191, 36, 0.35);*/
  /*box-shadow: 0 28px 50px -20px rgba(251, 191, 36, 0.35);*/
}

.app-card--stat .app-card__value {
  font-size: 2rem;
  font-weight: 700;
  color: #fefce8;
}

.app-card--stat .app-card__label {
  font-size: .85rem;
  letter-spacing: .02em;
  color: rgba(226, 232, 240, 0.7);
  text-transform: uppercase;
}

.app-card__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  background: rgba(251, 191, 36, 0.18);
  color: #fbbf24;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.app-card-list {
  display: flex;
  flex-direction: column;
}

.app-empty-state {
  text-align: center;
  padding: 2.25rem 1.75rem;
  color: #94a3b8;
  font-size: .9rem;
}

/* Marketplace cards */

.market-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.market-card__header {
  padding: 1.5rem 1.75rem 1.25rem;
  border-bottom: 1px solid rgba(51, 65, 85, 0.55);
}

.market-card__body {
  padding: 1.5rem 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: .75rem;
}

.market-card__footer {
  padding: 1.25rem 1.75rem 1.5rem;
  border-top: 1px solid rgba(51, 65, 85, 0.55);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.market-card__number {
  font-family: 'JetBrains Mono', 'Fira Code', 'Courier New', monospace;
  font-size: 1.1rem;
  letter-spacing: .04em;
  color: #f8fafc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.market-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}

.market-card__detail {
  display: flex;
  align-items: center;
  gap: .75rem;
  color: #94a3b8;
  font-size: .9rem;
}

.market-card__detail i {
  color: rgba(251, 191, 36, 0.85);
  width: 1.1rem;
}

.market-card__price {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fbbf24;
}

.market-card__country {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #cbd5f5;
  font-size: .85rem;
}

.market-card__actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}

.market-card__button {
  border-radius: .75rem;
  padding: .65rem 1.1rem;
  font-weight: 600;
  font-size: .9rem;
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  transition: transform .2s ease, box-shadow .2s ease;
}

.market-card__button--primary {
  background: linear-gradient(135deg, #fbbf24, oklch(76.9% 0.188 70.08));
  color: white;
  box-shadow: 0 14px 28px -16px rgba(249, 115, 22, 0.65);
}

.market-card__button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px -16px rgba(249, 115, 22, 0.75);
}

.market-card__button--success {
  background: linear-gradient(135deg, #34d399, #10b981);
  color: #052e16;
  box-shadow: 0 16px 32px -18px rgba(16, 185, 129, 0.55);
}

.market-card__button[disabled] {
  opacity: .6;
  cursor: not-allowed;
}

@media (max-width: 640px) {
  .app-card__section,
            .app-card__header,
            .app-card__footer {
    padding: 1.35rem;
  }
}

/* === Marketplace layout === */

.page-header {
  position: relative;
  border-radius: 1.5rem;
  border: 1px solid rgba(30, 41, 59, 0.85);
  background: linear-gradient(145deg, rgba(30, 41, 59, 0.92), rgba(15, 23, 42, 0.88));
  box-shadow: var(--app-card-shadow);
  padding: 2rem;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(18px);
}

.page-header::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  /*background: radial-gradient(120% 120% at 90% -10%, rgba(251, 191, 36, 0.28), transparent 60%);*/
  pointer-events: none;
}

/* === Layout helpers === */

.app-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.app-container--full {
  max-width: 80rem;
}

.app-container--lg {
  max-width: 72rem;
}

.app-container--md {
  max-width: 48rem;
}

.app-container--sm {
  max-width: 42rem;
}

.app-stack {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.app-stack--lg {
  gap: 2rem;
}

.app-stack--xl {
  gap: 2.5rem;
}

.app-layout-split {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 1024px) {
  .app-layout-split {
    flex-direction: row;
    align-items: flex-start;
  }
}

.app-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 1024px) {
  .app-section {
    gap: 2rem;
  }
}

.app-section-heading {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
  .app-section-heading {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.app-section-heading__title {
  font-size: clamp(1.75rem, 1.4rem + 1.2vw, 2.25rem);
  font-weight: 700;
  color: #f8fafc;
}

.app-section-heading__subtitle {
  color: #94a3b8;
  font-size: .95rem;
}

.app-actions-group {
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  align-items: center;
}

.custom-checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid rgb(217 119 6);
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: all 0.2s;
}

.custom-checkbox:checked {
  background-color: rgb(217 119 6);
}

.custom-checkbox:checked::after {
  content: '\2713';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 12px;
  font-weight: bold;
}

.app-checkbox-group {
  display: inline-flex;
  align-items: center;
  color: #f8fafc;
}

.app-checkbox {
  width: 1rem;
  height: 1rem;
  border-radius: .35rem;
  border: 1px solid rgba(71, 85, 105, 0.7);
  background: rgba(30, 41, 59, 0.85);
  accent-color: var(--accent-warning);
  cursor: pointer;
}

.app-checkbox:focus-visible {
  outline: 2px solid rgba(245, 158, 11, 0.45);
  outline-offset: 2px;
}

.app-checkbox-label {
  margin-left: .5rem;
  font-size: .9rem;
  font-weight: 500;
  color: #cbd5f5;
  cursor: pointer;
}

.app-search {
  width: 100%;
}

@media (min-width: 768px) {
  .app-search {
    max-width: 20rem;
  }
}

/* === Hero section (dashboard & outros) === */

.app-hero {
  position: relative;
  margin-bottom: 2.5rem;
  padding: 2rem;
  border-radius: 1.5rem;
  background: linear-gradient(140deg,
            oklch(90.5% 0.182 98.111),
            oklch(76.9% 0.188 70.08),
            oklch(82.8% 0.189 84.429));
  box-shadow: 0 32px 60px -35px #fbbf246b;
  color: #fff;
  overflow: hidden;
}

.app-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 110% at 85% -5%, rgba(255, 255, 255, 0.2), transparent 55%);
  pointer-events: none;
}

.app-hero__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

@media (min-width: 768px) {
  .app-hero__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.app-hero__lead {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.app-hero__avatar {
  /*min-width: 4rem;*/
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 30px -18px rgba(15, 23, 42, 0.55);
}

.app-hero__greeting {
  font-size: clamp(1.75rem, 1.3rem + 1.4vw, 2.25rem);
  font-weight: 800;
  letter-spacing: -.01em;
}

.app-hero__subtitle {
  font-size: var(--text-sm, .95rem);
  color: var(--text-secondary);
}

.app-hero__cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .85rem 1.6rem;
  border-radius: 1rem;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.95);
  color: #0b1120;
  box-shadow: 0 25px 45px -25px rgba(15, 23, 42, 0.6);
  transition: transform .25s ease, box-shadow .25s ease;
}

.app-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 32px 60px -25px rgba(15, 23, 42, 0.75);
}

.app-hero__cta:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: 3px;
}

.app-hero__cta-icon {
  transition: transform .3s ease;
}

.app-hero__cta:hover .app-hero__cta-icon {
  transform: translateX(4px);
}

/* === Grids === */

.app-grid {
  display: grid;
  gap: 1.5rem;
}

.app-grid--stats {
  margin-bottom: 2.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .app-grid--stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .app-grid--stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.app-grid--split {
  margin-bottom: 2.5rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .app-grid--split {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.app-grid--cards {
  /*margin-bottom: 2rem;*/
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 640px) {
  .app-grid--cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .app-grid--cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.app-grid--quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem;
}

@media (min-width: 640px) {
  .app-grid--quick {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.app-grid--choices {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
}

/* === Links e botões menores === */

.app-section-link {
  font-size: .85rem;
  font-weight: 600;
  color: #fcd34d;
  transition: color .2s ease;
}

.app-section-link:hover {
  color: #fde68a;
}

.app-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  border-radius: 1rem;
  font-weight: 600;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
  border: none;
  cursor: pointer;
}

.app-btn--full {
  width: 100%;
}

.app-btn--primary {
  padding: .9rem 1.4rem;
  background: linear-gradient(135deg, oklch(76.9% 0.188 70.08), oklch(87.9% 0.169 91.605));
  color: #fff;
  box-shadow: 0 20px 38px -22px oklch(0.28 0.07 75.14);
}

.app-btn--primary:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 26px 48px -22px oklch(0.28 0.07 75.14);
}

.app-btn--primary:focus-visible {
  outline: 2px solid var( --accent-ds-color);
  outline-offset: 3px;
}

.app-btn--primary:disabled {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
}

.app-btn--secondary {
  padding: .85rem 1.4rem;
  border: 1px solid rgba(71, 85, 105, 0.7);
  background: rgba(15, 23, 42, 0.85);
  color: #e2e8f0;
}

.app-btn--secondary:hover {
  transform: translateY(-1px);
  background: rgba(51, 65, 85, 0.6);
  border-color: rgba(71, 85, 105, 0.55);
}

.app-btn--secondary:focus-visible {
  outline: 2px solid rgba(251, 191, 36, 0.35);
  outline-offset: 3px;
}

/* === Listas interativas === */

.app-section-list {
  display: flex;
  flex-direction: column;
}

.app-section-list__item {
  display: block;
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: transparent;
  color: inherit;
  text-align: left;
  border: none;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.app-section-list__item + .app-section-list__item {
  border-top: 1px solid rgba(51, 65, 85, 0.55);
}

.app-section-list__item:hover,
        .app-section-list__item:focus-visible {
  background: rgba(30, 41, 59, 0.6);
  /*outline: 2px solid rgba(251, 191, 36, 0.35);*/
  outline-offset: 3px;
}

.app-section-list__item-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.app-section-list__meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.app-section-list__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(251, 191, 36, 0.16);
  color: #fbbf24;
}

.app-section-list__text {
  text-align: left;
}

.app-section-list__title {
  font-weight: 600;
  color: #f8fafc;
}

.app-section-list__subtitle {
  font-size: .85rem;
  color: #94a3b8;
  margin-top: .25rem;
}

.app-section-list__value {
  font-weight: 600;
  color: #fcd34d;
  text-align: right;
}

.app-section-list__hint {
  font-size: .75rem;
  font-weight: 600;
  color: rgba(251, 191, 36, 0.85);
  margin-left: .35rem;
}

/* === Paginação e ações flutuantes === */

.app-pagination {
  display: flex;
  align-items: center;
  gap: .5rem;
}

.app-pagination__pages {
  display: flex;
  align-items: center;
  gap: .5rem;
  margin: 0 .75rem;
}

.app-floating-action {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 1050;
}

@media (max-width: 480px) {
  .app-floating-action {
    right: 1rem;
    bottom: 1rem;
  }
}

.app-floating-action__btn {
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #fbbf24, #f97316);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 18px 40px -20px rgba(245, 158, 11, 0.8);
  transition: transform .2s ease, box-shadow .2s ease;
}

.app-floating-action__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 50px -22px rgba(245, 158, 11, 0.9);
}

.app-badge-counter {
  position: absolute;
  top: -6px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  background: #3b82f6;
  color: #fff;
  font-size: .7rem;
  font-weight: 600;
}

/* === Introduções e passos === */

.app-intro {
  text-align: center;
  margin-bottom: 2rem;
}

.app-intro__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 1.5rem;
  background: oklch(0.65 0.17 60.96 / 0.16);
  color: oklch(82.8% 0.189 84.429);
  margin-bottom: .75rem;
}

.app-intro__title {
  font-size: clamp(2rem, 1.6rem + 1.5vw, 2.5rem);
  font-weight: 800;
  background: linear-gradient(90deg, #fb923c, #fbbf24);
  -webkit-background-clip: text;
  color: transparent;
}

.app-intro__subtitle {
  margin-top: .6rem;
  color: #cbd5f5;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.app-stepper {
  display: flex;
  align-items: center;
  gap: .75rem;
  justify-content: center;
}

.app-stepper__node {
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(71, 85, 105, 0.75);
  background: rgba(15, 23, 42, 0.9);
  font-weight: 700;
  color: #e2e8f0;
}

.app-stepper__bar {
  flex: 1;
  height: 3px;
  border-radius: 999px;
  background: rgba(71, 85, 105, 0.7);
  overflow: hidden;
}

.app-stepper__label {
  display: flex;
  justify-content: space-between;
  font-size: .85rem;
  color: #94a3b8;
}

.app-qty-button {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(71, 85, 105, 0.7);
  background: rgba(15, 23, 42, 0.88);
  padding: 1rem;
  font-weight: 700;
  text-align: center;
  color: #e2e8f0;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.app-qty-button span {
  display: block;
}

.app-qty-button__value {
  font-size: 1.1rem;
}

.app-qty-button__hint {
  margin-top: .25rem;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .02em;
  opacity: .8;
}

.app-qty-button:hover {
  transform: translateY(-2px);
  border-color: rgba(71, 85, 105, 0.55);
  background: rgba(30, 41, 59, 0.85);
}

.app-qty-button.is-selected {
  border-color: oklch(82.8% 0.189 84.429);
  background: linear-gradient(135deg, oklch(76.9% 0.188 70.08), oklch(87.9% 0.169 91.605));
  color: #fff;
  box-shadow: 0 20px 35px -24px #c49900a3;
}

.app-qty-button.is-selected .app-qty-button__hint {
  color: rgba(255, 255, 255, 0.8);
}

.app-choice {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(30, 41, 59, 0.85);
  background: rgba(15, 23, 42, 0.75);
  padding: 1rem;
  text-align: center;
  font-weight: 600;
  color: #e2e8f0;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.app-choice:hover {
  transform: translateY(-2px);
  border-color: oklch(82.8% 0.189 84.429);
  background: #c4990026;
}

.app-choice__value {
  font-size: 1.05rem;
  display: block;
}

.app-choice__bonus {
  display: block;
  margin-top: .35rem;
  font-size: .75rem;
  color: rgba(16, 185, 129, 0.8);
  font-weight: 600;
}

.app-choice.is-selected {
  transform: translateY(-2px);
  border-color: oklch(82.8% 0.189 84.429);
  background: #c4990026;
}

.app-choice--custom {
  border-style: dashed;
  border-width: 2px;
  background: rgba(15, 23, 42, 0.65);
}

.app-choice--custom:hover {
  background: rgba(15, 23, 42, 0.78);
}

.app-choice--full {
  grid-column: 1 / -1;
}

.app-mobile-bar {
  position: fixed;
  inset-inline: 0;
  bottom: 0;
  z-index: 40;
  padding: .75rem;
  border-top: 1px solid rgba(30, 41, 59, 0.7);
  background: rgba(15, 23, 42, 0.82);
  backdrop-filter: blur(12px);
}

.app-mobile-bar__content {
  display: flex;
  align-items: center;
  gap: .75rem;
  max-width: 72rem;
  margin: 0 auto;
}

.app-mobile-bar__label {
  font-size: .75rem;
  color: #94a3b8;
}

.app-mobile-bar__value {
  font-weight: 800;
  color: #f8fafc;
}

.app-profile-shell {
  min-height: 100vh;
}

.app-recharge-shell {
  min-height: 72vh;
  color: #e2e8f0;
}

.app-recharge-shell ::-moz-selection {
  background: rgba(251, 191, 36, 0.2);
  color: rgba(251, 191, 36, 0.9);
}

.app-recharge-shell ::selection {
  background: rgba(251, 191, 36, 0.2);
  color: rgba(251, 191, 36, 0.9);
}

.app-payment-option {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-radius: 1rem;
  border: 2px solid rgba(30, 41, 59, 0.85);
  background: rgba(15, 23, 42, 0.72);
  padding: 1.25rem;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  text-align: left;
}

.app-payment-option:hover {
  border-color: rgb(241 131 11 / 65%);
  box-shadow: inset 0px 0px 7px -6px rgb(241 131 11);
  transform: translateY(-2px);
}

.app-payment-option.is-selected {
  border-color: rgb(241 131 11 / 65%);
  box-shadow: inset 0px 0px 7px -6px rgb(241 131 11);
}

.app-payment-option__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: .9rem;
  padding: .9rem;
  transition: transform .2s ease;
}

.app-payment-option:hover .app-payment-option__icon {
  transform: scale(1.05);
}

.app-payment-option__status {
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  background: rgba(71, 85, 105, 0.6);
  color: transparent;
  font-size: .6rem;
  font-weight: 700;
}

.app-payment-option.is-selected .app-payment-option__status {
  background: var(--accent-warning);
  border-color: rgba(251, 191, 36, 0.45);
  color: #0b1120;
}

.app-payment-option--disabled {
  opacity: .6;
  cursor: not-allowed;
}

.search-box {
  position: relative;
}

.search-box input {
  width: 100%;
  border-radius: 999px;
  border: 1px solid rgba(30, 41, 59, 0.85);
  background: rgba(15, 23, 42, 0.92);
  padding: 0.85rem 1.2rem 0.85rem 2.8rem !important;
  color: #e2e8f0;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.search-box input:focus {
  outline: none;
  border-color: rgba(251, 191, 36, 0.45);
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.18);
}

.search-box i {
  position: absolute;
  left: 1.15rem;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(148, 163, 184, 0.75);
}

.filter-btn,
        .form-select {
  border-radius: 0.9rem;
  border: 1px solid rgba(30, 41, 59, 0.85);
  background: rgba(15, 23, 42, 0.86);
  color: #e2e8f0;
  padding: 0.7rem 1.1rem;
  font-size: .9rem;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.form-select {
  min-width: 16rem;
  max-width: 16rem;
}

.filter-btn:hover,
        .form-select:focus {
  border-color: rgba(251, 191, 36, 0.45);
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.18);
  outline: none;
}

.pagination-btn {
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(30, 41, 59, 0.85);
  background: rgba(15, 23, 42, 0.86);
  color: #e2e8f0;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.pagination-btn:hover:not(:disabled) {
  background: rgba(251, 191, 36, 0.22);
  border-color: rgba(251, 191, 36, 0.45);
  transform: translateY(-2px);
}

.pagination-btn:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.pagination-btn.active {
  background: linear-gradient(135deg, #fbbf24, #f97316);
  border-color: rgba(251, 191, 36, 0.65);
  color: #0f172a;
}

.loading-card {
  border-radius: 1.5rem;
  border: 1px solid rgba(30, 41, 59, 0.75);
  background: rgba(15, 23, 42, 0.75);
  height: 320px;
  position: relative;
  overflow: hidden;
}

.loading-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent, #c4990021, transparent);
  transform: translateX(-100%);
  animation: shimmer 1.6s infinite;
}

@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.empty-state {
  border-radius: 1.5rem;
  border: 1px dashed rgba(71, 85, 105, 0.6);
  background: rgba(15, 23, 42, 0.75);
  padding: 2.5rem;
  text-align: center;
  color: #94a3b8;
  margin: 18px;
}

.empty-state i {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #c49900f7;
}

.empty-cart-icon {
  width: 4rem;
  height: 4rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  margin: 0 auto 1rem auto;
  background: rgba(30, 41, 59, 0.65);
  color: rgba(148, 163, 184, 0.82);
}

.cart-offcanvas {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: min(380px, 100%);
  display: flex;
  flex-direction: column;
  background: rgba(10, 14, 25, 0.95);
  backdrop-filter: blur(20px);
  box-shadow: -22px 0 60px -24px rgba(0, 0, 0, 0.65);
  transition: right .3s ease;
  z-index: 1050;
}

.cart-offcanvas.open {
  right: 0;
}

.cart-item {
  display: flex;
  gap: 1rem;
  padding: 1.1rem 1.25rem;
  border-bottom: 1px solid rgba(30, 41, 59, 0.75);
  transition: background .2s ease;
}

.cart-item:hover {
  background: rgba(30, 41, 59, 0.45);
}

.cart-item-image {
  width: 64px;
  height: 42px;
  border-radius: 0.75rem;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(15, 23, 42, 0.6);
}

.cart-item-details {
  flex: 1;
}

.cart-item-title {
  font-weight: 600;
  color: #f1f5f9;
  margin-bottom: .35rem;
}

.cart-item-price {
  color: #fbbf24;
  font-weight: 600;
  font-size: .95rem;
}

.cart-item-remove {
  border: none;
  background: rgba(239, 68, 68, 0.15);
  color: #fca5a5;
  border-radius: 999px;
  width: 2.25rem;
  height: 2.25rem;
  display: grid;
  place-items: center;
  transition: transform .2s ease, background .2s ease;
}

.cart-item-remove:hover {
  transform: scale(1.08);
  background: rgba(248, 113, 113, 0.25);
}

.checkout-btn {
  width: 100%;
  border-radius: 0.9rem;
  padding: 0.85rem 1.1rem;
  background: linear-gradient(135deg, #fbbf24, oklch(76.9% 0.188 70.08));
  color: white;
  font-weight: 700;
  letter-spacing: .01em;
  transition: transform .2s ease, box-shadow .2s ease;
}

.checkout-btn:hover:not(:disabled) {
  transform: translateY(-1px);
  box-shadow: 0 18px 35px -20px oklch(76.9% 0.188 70.08);
}

.checkout-btn:disabled {
  opacity: .45;
  cursor: not-allowed;
}

.\!modal {
  display: none !important;
  position: fixed !important;
  inset: 0 !important;
  background: rgba(2, 6, 17, 0.78) !important;
  z-index: 1060 !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1.5rem !important;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 17, 0.78);
  z-index: 1060;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.\!modal.open {
  display: flex !important;
}

.modal.open {
  display: flex;
}

.modal-content {
  width: min(600px, 100%);
  max-height: 92vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  border: 1px solid rgba(30, 41, 59, 0.85);
  background: rgba(13, 18, 32, 0.96);
  box-shadow: 0 40px 60px -30px rgba(0, 0, 0, 0.65);
}

.modal-header,
        .modal-footer {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(30, 41, 59, 0.75);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.modal-footer {
  border-bottom: 0;
  border-top: 1px solid rgba(30, 41, 59, 0.75);
  justify-content: flex-end;
}

.modal-body {
  padding: 1.5rem;
  overflow-y: auto;
}

.close-modal {
  border: none;
  background: rgba(30, 41, 59, 0.6);
  color: #e2e8f0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
}

.close-modal:hover {
  background: rgba(71, 85, 105, 0.65);
}

.btn-primary,
        .btn-secondary {
  border-radius: 0.85rem;
  padding: 0.75rem 1.4rem;
  font-weight: 600;
  border: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.btn-primary {
  background: linear-gradient(135deg, #fbbf24, #f97316);
  color: #0b1120;
}

.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px -18px rgba(59, 130, 246, 0.7);
}

.btn-secondary {
  background: rgba(51, 65, 85, 0.6);
  color: #e2e8f0;
}

.btn-secondary:hover {
  background: rgba(71, 85, 105, 0.75);
}

.cart-summary {
  border-top: 1px solid rgba(30, 41, 59, 0.75);
  padding: 1.5rem;
  background: rgba(15, 23, 42, 0.75);
}

.promotion-tag {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  border-radius: 999px;
  border: 1px solid rgba(251, 191, 36, 0.45);
  background: rgba(251, 191, 36, 0.16);
  color: #fbbf24;
  padding: .35rem .75rem;
  font-size: .75rem;
  font-weight: 600;
}

.cart-counter-animation {
  animation: counter-bounce .6s ease;
}

.form-label {
  display: block !important;
  margin-bottom: 0.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 500;
}

.form-control {
  width: 100%;
  padding: 0.75rem 1rem;
  background: rgba(31, 41, 55, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0.5rem;
  color: white;
  transition: all 0.2s;
  min-width: 16rem;
  max-width: 16rem;
}

@keyframes counter-bounce {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

/* globals.css (ou onde você importa suas layers do Tailwind) */

/* ===== Botão selecionado (HTML + CSS puro) ===== */

/* Estado semanticamente “ligado” */

/* Respeita usuários com preferência por menos animação */

#profileMenu{
  background: rgba(17, 24, 39, 0.65);
  backdrop-filter: saturate(120%) blur(10px);
  -webkit-backdrop-filter: saturate(120%) blur(10px);
  border-bottom: 1px solid #e5e7eb0f;
}

.affiliate-hero__actions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-radius: 1.25rem;
  background: rgba(8, 15, 33, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 20px 40px -30px rgba(8, 15, 33, 0.6);
  backdrop-filter: blur(8px);
  color: #f8fafc;
}

@media (min-width: 768px) {
  .affiliate-hero__actions {
    max-width: 28rem;
  }
}

.affiliate-hero__controls {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.affiliate-hero__action {
  min-height: 2.75rem;
  padding-inline: 1.25rem;
  font-weight: 600;
}

.affiliate-hero__action.btn-ghost {
  border: 1px solid rgba(248, 250, 252, 0.25);
  background: rgba(15, 23, 42, 0.35);
  color: #fefce8;
}

.affiliate-hero__action.btn-ghost:hover {
  border-color: rgba(248, 250, 252, 0.45);
  background: rgba(15, 23, 42, 0.55);
  color: #ffffff;
}

.affiliate-hero__action--success {
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.95), rgba(16, 185, 129, 0.95));
  border-color: transparent;
  color: #052e16;
  box-shadow: 0 18px 40px -25px rgba(16, 185, 129, 0.8);
}

.affiliate-hero__action--success i {
  color: inherit;
}

.affiliate-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  background: rgba(16, 185, 129, 0.16);
  border: 1px solid rgba(16, 185, 129, 0.35);
  color: #ecfdf5;
}

.affiliate-hero__note {
  font-size: 0.9rem;
  line-height: 1.6;
  color: rgba(248, 250, 252, 0.88);
}

.affiliate-link-panel {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  padding: 1.2rem 1.4rem;
  border-radius: 1.25rem;
  background: rgba(8, 15, 33, 0.55);
  border: 1px solid rgba(248, 250, 252, 0.18);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.affiliate-link-panel__label {
  font-size: 0.72rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(248, 250, 252, 0.68);
}

.affiliate-link-panel__field {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .affiliate-link-panel__field {
    flex-direction: row;
    align-items: center;
  }
}

.affiliate-link-panel__input {
  flex: 1;
  border-radius: 1rem;
  border: 1px solid rgba(251, 191, 36, 0.45);
  background: rgba(8, 15, 33, 0.85);
  color: #f8fafc;
  padding: 0.75rem 1.1rem;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.affiliate-link-panel__input:focus-visible {
  outline: none;
  border-color: rgba(251, 191, 36, 0.8);
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.25);
}

.affiliate-link-panel__share {
  white-space: nowrap;
}

.affiliate-hero__action[disabled],
        .affiliate-link-panel__share[disabled],
        #copy-affiliate-link[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.affiliate-summary-card {
  margin: 2.5rem 0;
}

.affiliate-summary-card__label {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.78rem;
  color: rgba(226, 232, 240, 0.7);
}

.affiliate-summary-card__value {
  margin-top: 0.75rem;
  font-size: clamp(2.1rem, 1.6rem + 1.2vw, 2.6rem);
  font-weight: 700;
  color: #fef08a;
}

.affiliate-summary-card__metrics {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

@media (min-width: 480px) {
  .affiliate-summary-card__metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.affiliate-summary-card__item {
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  background: rgba(15, 23, 42, 0.82);
  border: 1px solid rgba(251, 191, 36, 0.22);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.affiliate-summary-card__item-label {
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.65);
}

.affiliate-summary-card__item-value {
  margin-top: 0.4rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: #fefce8;
}

.affiliate-history {
  margin-top: 2.5rem;
}

.affiliate-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  align-items: center;
}

.filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(71, 85, 105, 0.7);
  background: rgba(15, 23, 42, 0.75);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.85);
  transition: all 0.2s ease;
  cursor: pointer;
}

.filter-chip:hover {
  border-color: rgba(251, 191, 36, 0.65);
  color: #fff7ed;
  background: rgba(251, 191, 36, 0.22);
  box-shadow: 0 16px 32px -26px rgba(251, 191, 36, 0.75);
}

.filter-chip.active {
  border-color: rgba(251, 191, 36, 0.85);
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.35), rgba(234, 179, 8, 0.35));
  color: #fefce8;
  box-shadow: 0 22px 44px -28px rgba(251, 191, 36, 0.75);
}

.filter-chip:focus-visible {
  outline: 2px solid rgba(251, 191, 36, 0.65);
  outline-offset: 2px;
}

.affiliate-custom-filter {
  background: rgba(8, 15, 33, 0.82);
  border-radius: 1.25rem;
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.affiliate-custom-filter__grid {
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .affiliate-custom-filter__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.affiliate-custom-filter__field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  font-size: 0.85rem;
  color: rgba(226, 232, 240, 0.85);
}

.affiliate-custom-filter__input {
  border-radius: 0.85rem;
  border: 1px solid rgba(71, 85, 105, 0.7);
  background: rgba(15, 23, 42, 0.9);
  color: #f8fafc;
  padding: 0.55rem 0.75rem;
  font-size: 0.88rem;
}

.affiliate-custom-filter__input:focus-visible {
  outline: none;
  border-color: rgba(251, 191, 36, 0.6);
  box-shadow: 0 0 0 3px rgba(251, 191, 36, 0.18);
}

.affiliate-custom-filter__submit {
  display: flex;
  align-items: flex-end;
}

.affiliate-table-wrapper {
  padding: 0;
}

.affiliate-table-scroll {
  overflow-x: auto;
  border-radius: 1.25rem;
  border: 1px solid rgba(30, 41, 59, 0.85);
  background: rgba(8, 15, 33, 0.82);
}

.affiliate-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 100%;
  color: #e2e8f0;
}

.affiliate-table thead {
  background: rgba(15, 23, 42, 0.95);
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  color: rgba(203, 213, 225, 0.75);
}

.affiliate-table th {
  padding: 1rem 1.5rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid rgba(30, 41, 59, 0.75);
}

.affiliate-table__cell {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(30, 41, 59, 0.45);
  font-size: 0.9rem;
  color: #e2e8f0;
  vertical-align: middle;
}

.affiliate-table__cell--right {
  text-align: right;
}

.affiliate-table tr:hover {
  background: rgba(15, 23, 42, 0.6);
}

.affiliate-table__user {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.affiliate-table__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 1rem;
  background: rgba(251, 191, 36, 0.2);
  color: #fbbf24;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.affiliate-table__user-name {
  font-weight: 600;
  color: #f8fafc;
}

.affiliate-table__user-email {
  margin-top: 0.2rem;
  font-size: 0.75rem;
  color: rgba(148, 163, 184, 0.85);
}

.affiliate-table__date {
  font-weight: 600;
  color: #e2e8f0;
}

.affiliate-table__time {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: rgba(148, 163, 184, 0.8);
}

.affiliate-table__status {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.4rem 0.85rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.affiliate-table__status.is-active {
  background: rgba(34, 197, 94, 0.18);
  border-color: rgba(34, 197, 94, 0.4);
  color: #bbf7d0;
}

.affiliate-table__status.is-inactive {
  background: rgba(71, 85, 105, 0.25);
  border-color: rgba(71, 85, 105, 0.4);
  color: #e2e8f0;
}

.affiliate-table__status-indicator {
  display: inline-flex;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: currentColor;
  box-shadow: inset 0 0 0 2px rgba(8, 15, 33, 0.45);
}

.affiliate-table__amount {
  font-weight: 600;
  color: #bbf7d0;
}

.affiliate-table__empty {
  padding: 3rem 1.5rem;
  text-align: center;
  color: rgba(226, 232, 240, 0.85);
  font-size: 0.9rem;
  /*display: grid;*/
  gap: 0.75rem;
  place-items: center;
  /*background: rgba(8, 15, 33, 0.72);*/
}

.affiliate-table__empty i {
  color: #fbbf24;
  font-size: 1.35rem;
}

.affiliate-table__empty--error {
  color: #fecaca;
}

.affiliate-table__empty--error i {
  color: #f87171;
}

.affiliate-recent-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.2rem;
  border-radius: 1.15rem;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.25);
  box-shadow: 0 20px 40px -32px rgba(8, 15, 33, 0.65);
  color: #e2e8f0;
}

.affiliate-recent-card__info {
  display: flex;
  align-items: center;
  gap: 0.9rem;
}

.affiliate-recent-card__avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.9rem;
  background: rgba(251, 191, 36, 0.2);
  color: #facc15;
}

.affiliate-recent-card__name {
  font-size: 0.95rem;
  font-weight: 600;
  color: #f8fafc;
}

.affiliate-recent-card__time {
  margin-top: 0.2rem;
  font-size: 0.78rem;
  color: rgba(148, 163, 184, 0.85);
}

.affiliate-recent-card__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.35rem;
}

.affiliate-recent-card__amount {
  font-weight: 600;
  color: #bbf7d0;
}

.affiliate-recent-card__status {
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(226, 232, 240, 0.75);
}

.affiliate-recent-card__status.is-active {
  color: #86efac;
}

.affiliate-recent-card__status.is-inactive {
  color: rgba(203, 213, 225, 0.7);
}

.affiliate-recent-card--loading,
        .affiliate-recent-card--empty,
        .affiliate-recent-card--error {
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 0.75rem;
}

.affiliate-recent-card--loading i,
        .affiliate-recent-card--empty i {
  color: #fbbf24;
}

.affiliate-recent-card--error {
  border-color: rgba(248, 113, 113, 0.4);
  color: #fecaca;
}

.affiliate-recent-card--error i {
  color: #f87171;
}

.affiliate-tips {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 0.92rem;
  color: rgba(226, 232, 240, 0.9);
}

.affiliate-tips li {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
}

.affiliate-tips__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background: rgba(251, 191, 36, 0.2);
  color: #fbbf24;
  flex-shrink: 0;
}

.cards-page .promotion-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.25rem 0.5rem;
  background: linear-gradient(135deg, #8b5cf6, #ec4899);
  color: white;
  border-radius: 0.375rem;
  font-size: 0.75rem;
  font-weight: 500;
}

.cards-page .promotion-price {
  color: #ec4899;
  font-weight: 600;
}

.cards-page .active-filters-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  background-color: #111827;
  border: 1px solid #1f2937;
  border-radius: 0.75rem;
}

.cards-page .filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  background-color: #1f2937;
  color: #f8fafc;
  border-radius: 9999px;
  font-size: 0.85rem;
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.cards-page .filter-chip__remove {
  background: transparent;
  border: none;
  color: #f87171;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1;
  padding: 0;
}

.cards-page .filter-chip__remove:hover {
  color: #fecaca;
}

.cards-page .active-filters-bar__clear {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid #374151;
  border-radius: 9999px;
  padding: 0.3rem 0.9rem;
  color: #e5e7eb;
  background: transparent;
  font-size: 0.85rem;
}

.cards-page .active-filters-bar__clear:hover {
  background-color: rgba(55, 65, 81, 0.4);
}

[data-profile-sections] [data-section].hidden,
        [data-profile-sections] [data-section][hidden] {
  display: none !important;
}

.example-wrapper {
  margin: 1em auto;
  max-width: 800px;
  width: 95%;
  font: 18px/1.5 sans-serif;
}

.example-wrapper code {
  background: #F5F5F5;
  padding: 2px 6px;
}

body.auth-page {
  margin: 0;
  min-height: 100vh;
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
  background: radial-gradient(circle at top, rgba(255, 122, 24, 0.12), transparent 60%) var(--auth-bg);
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.5rem;
}

body.auth-page *,
    body.auth-page *::before,
    body.auth-page *::after {
  box-sizing: border-box;
}

.auth-page .login-shell {
  width: min(1100px, 100%);
  background: linear-gradient(160deg, var(--auth-surface), var(--auth-surface-alt));
  border: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 25px 70px rgba(5, 9, 20, 0.6);
  border-radius: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  overflow: hidden;
  isolation: isolate;
}

.auth-page .login-hero {
  padding: 3.5rem;
  background: radial-gradient(circle at 20% 20%, rgba(255, 122, 24, 0.25), transparent 55%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.75rem;
}

.auth-page .login-hero__eyebrow {
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--auth-accent-strong);
  font-weight: 600;
}

.auth-page .login-hero__title {
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.2;
  margin: 0;
}

.auth-page .login-hero__copy {
  color: var(--text-secondary);
  margin: 0;
  max-width: 32ch;
}

.auth-page .hero-metrics {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
}

.auth-page .metric-card {
  padding: 1rem 1.25rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(15, 23, 42, 0.65);
}

.auth-page .metric-card__value {
  font-size: 1.65rem;
  font-weight: 600;
  margin: 0;
}

.auth-page .metric-card__label {
  margin: 0.25rem 0 0;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.auth-page .login-form-panel {
  padding: clamp(2rem, 4vw, 3.5rem);
  background: rgba(6, 11, 24, 0.65);
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.auth-page .brand-avatar {
  width: 88px;
  height: 88px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  overflow: hidden;
}

.auth-page .brand-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.auth-page .form-heading {
  margin: 0 0 0.25rem;
  font-size: 1.75rem;
}

.auth-page .form-subheading {
  margin: 0;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.auth-page form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.auth-page .input-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.auth-page .form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.auth-page label {
  font-size: 0.95rem;
  font-weight: 500;
}

.auth-page .input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.auth-page .input-wrapper i {
  position: absolute;
  left: 1rem;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.auth-page input[type="text"],
    .auth-page input[type="password"] {
  width: 100%;
  padding: 0.95rem 1rem 0.95rem 2.75rem;
  border-radius: 14px;
  border: 1px solid var(--border-muted);
  background: rgba(15, 23, 42, 0.8);
  color: var(--text-primary);
  font-size: 1rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.auth-page input::-moz-placeholder {
  color: rgba(148, 163, 184, 0.65);
}

.auth-page input::placeholder {
  color: rgba(148, 163, 184, 0.65);
}

.auth-page input:focus-visible {
  outline: none;
  border-color: var(--auth-accent);
  box-shadow: 0 0 0 3px var(--auth-focus-ring);
}

.auth-page .toggle-password {
  position: absolute;
  right: 1.85rem;
  top: 20px;
  background: none;
  border: none;
  color: var(--text-secondary);
  font-size: 1rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}

.auth-page .toggle-password i {
  position: relative;
  margin-left: -26px;
  top: -4px;
}

.auth-page .toggle-password:focus-visible {
  outline: 2px solid var(--auth-accent);
  outline-offset: 4px;
  border-radius: 6px;
}

.auth-page .password-hints {
  border-radius: 16px;
  background: rgba(15, 23, 42, 0.6);
  border: 1px dashed rgba(255, 255, 255, 0.08);
  padding: 1rem 1.25rem;
  color: var(--text-secondary);
  font-size: 0.9rem;
}

.auth-page .password-hints ul {
  margin: 0.4rem 0 0;
  padding-left: 1.1rem;
}

.auth-page .password-hints li {
  margin-bottom: 0.15rem;
}

.auth-page .terms-copy {
  font-size: 0.85rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

.auth-page .btn-primary {
  width: 100%;
  border: none;
  border-radius: 16px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  background: linear-gradient(135deg, var(--auth-accent), var(--auth-accent-strong));
  color: var(--auth-bg);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.auth-page .btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 35px -20px rgba(255, 122, 24, 0.65);
}

.auth-page .btn-primary:active {
  transform: translateY(0);
}

.auth-page .btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.auth-page .register-hint {
  text-align: center;
  color: var(--text-secondary);
  font-size: 0.95rem;
}

.auth-page .register-hint a {
  color: var(--auth-accent-strong);
  font-weight: 600;
  text-decoration: none;
}

.auth-page .alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-weight: 600;
}

.auth-page .alert--success {
  background: rgba(16, 185, 129, 0.2);
  color: #bbf7d0;
}

.auth-page .alert--error {
  background: rgba(248, 113, 113, 0.2);
  color: #fecaca;
}

.auth-page .alert button {
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

.auth-page .form-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
}

.auth-page .checkbox-field {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.95rem;
}

.auth-page .checkbox-field input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  border: 1px solid var(--border-muted);
  background: rgba(15, 23, 42, 0.8);
  position: relative;
  cursor: pointer;
}

.auth-page .checkbox-field input:checked {
  background: var(--auth-accent);
  border-color: var(--auth-accent);
}

.auth-page .checkbox-field input:checked::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 2px;
  background: var(--auth-surface);
}

.auth-page a {
  color: var(--auth-accent-strong);
  font-weight: 600;
  text-decoration: none;
}

.auth-page a:focus-visible {
  outline: 2px solid var(--auth-accent);
  outline-offset: 4px;
  border-radius: 4px;
}

.auth-page .auth-feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: var(--text-secondary);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

@media (max-width: 900px) {
  body.auth-page {
    padding: 1.5rem;
  }

  .auth-page .hero-metrics {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}

@media (max-width: 500px) {
  .auth-page .login-shell {
    border-radius: 22px;
  }

  .auth-page .login-form-panel {
    padding: 1.75rem 1.5rem 2rem;
  }

  .auth-page input[type="text"],
        .auth-page input[type="password"] {
    padding-left: 2.5rem;
  }
}

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-start-1\.5 {
  inset-inline-start: -0.375rem;
}

.left-0 {
  left: 0px;
}

.left-1 {
  left: 0.25rem;
}

.left-3 {
  left: 0.75rem;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-2\.5 {
  top: 0.625rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-50 {
  z-index: 50;
}

.z-\[1050\] {
  z-index: 1050;
}

.z-\[70\] {
  z-index: 70;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

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

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

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

.col-span-6 {
  grid-column: span 6 / span 6;
}

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

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

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

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.mb-0 {
  margin-bottom: 0px;
}

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

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

.mb-28 {
  margin-bottom: 7rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-auto {
  margin-right: auto;
}

.ms-1 {
  margin-inline-start: 0.25rem;
}

.ms-4 {
  margin-inline-start: 1rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-full {
  height: 100%;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-\[320px\] {
  max-height: 320px;
}

.max-h-\[360px\] {
  max-height: 360px;
}

.max-h-\[400px\] {
  max-height: 400px;
}

.max-h-\[500px\] {
  max-height: 500px;
}

.max-h-\[60vh\] {
  max-height: 60vh;
}

.min-h-\[400px\] {
  min-height: 400px;
}

.min-h-\[80vh\] {
  min-height: 80vh;
}

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

.w-0 {
  width: 0px;
}

.w-1\/2 {
  width: 50%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-\[28px\] {
  width: 28px;
}

.w-\[95\%\] {
  width: 95%;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

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

.min-w-full {
  min-width: 100%;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-\[120px\] {
  max-width: 120px;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[160px\] {
  max-width: 160px;
}

.max-w-\[220px\] {
  max-width: 220px;
}

.max-w-\[28rem\] {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

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

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

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

.border-collapse {
  border-collapse: collapse;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-skew-x-12 {
  --tw-skew-x: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

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

.animate-spin {
  animation: spin 1s linear infinite;
}

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

.cursor-pointer {
  cursor: pointer;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
}

.divide-gray-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(55 65 81 / 0.5);
}

.divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-divide-opacity, 1));
}

.divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-divide-opacity, 1));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l {
  border-left-width: 1px;
}

.border-s {
  border-inline-start-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-dashed {
  border-style: dashed;
}

.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.border-amber-400\/30 {
  border-color: rgb(251 191 36 / 0.3);
}

.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.border-amber-500\/20 {
  border-color: rgb(245 158 11 / 0.2);
}

.border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}

.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-blue-500\/40 {
  border-color: rgb(59 130 246 / 0.4);
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-emerald-400\/25 {
  border-color: rgb(52 211 153 / 0.25);
}

.border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-gray-700\/50 {
  border-color: rgb(55 65 81 / 0.5);
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-gray-800\/30 {
  border-color: rgb(31 41 55 / 0.3);
}

.border-gray-800\/40 {
  border-color: rgb(31 41 55 / 0.4);
}

.border-gray-800\/60 {
  border-color: rgb(31 41 55 / 0.6);
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-indigo-500\/60 {
  border-color: rgb(99 102 241 / 0.6);
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}

.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}

.border-red-600\/60 {
  border-color: rgb(220 38 38 / 0.6);
}

.border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}

.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-slate-700\/50 {
  border-color: rgb(51 65 85 / 0.5);
}

.border-slate-700\/60 {
  border-color: rgb(51 65 85 / 0.6);
}

.border-slate-700\/70 {
  border-color: rgb(51 65 85 / 0.7);
}

.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.border-slate-800\/70 {
  border-color: rgb(30 41 59 / 0.7);
}

.border-slate-800\/80 {
  border-color: rgb(30 41 59 / 0.8);
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

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

.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}

.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}

.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}

.bg-brand\/10 {
  background-color: rgb(56 189 248 / 0.1);
}

.bg-brand\/15 {
  background-color: rgb(56 189 248 / 0.15);
}

.bg-brand\/20 {
  background-color: rgb(56 189 248 / 0.2);
}

.bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}

.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}

.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-700\/60 {
  background-color: rgb(55 65 81 / 0.6);
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-800\/60 {
  background-color: rgb(31 41 55 / 0.6);
}

.bg-gray-800\/70 {
  background-color: rgb(31 41 55 / 0.7);
}

.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-gray-900\/60 {
  background-color: rgb(17 24 39 / 0.6);
}

.bg-gray-900\/75 {
  background-color: rgb(17 24 39 / 0.75);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}

.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}

.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}

.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-purple-600\/20 {
  background-color: rgb(147 51 234 / 0.2);
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

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

.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}

.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.bg-slate-700\/50 {
  background-color: rgb(51 65 85 / 0.5);
}

.bg-slate-700\/70 {
  background-color: rgb(51 65 85 / 0.7);
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-slate-900\/30 {
  background-color: rgb(15 23 42 / 0.3);
}

.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}

.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}

.bg-slate-900\/60 {
  background-color: rgb(15 23 42 / 0.6);
}

.bg-slate-900\/70 {
  background-color: rgb(15 23 42 / 0.7);
}

.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}

.bg-slate-950\/70 {
  background-color: rgb(2 6 23 / 0.7);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-amber-400 {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500 {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand {
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand\/30 {
  --tw-gradient-from: rgb(56 189 248 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500 {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500\/10 {
  --tw-gradient-from: rgb(16 185 129 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200 {
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500 {
  --tw-gradient-from: #a855f7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/15 {
  --tw-gradient-from: rgb(168 85 247 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500\/20 {
  --tw-gradient-from: rgb(168 85 247 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-600 {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500 {
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500 {
  --tw-gradient-from: #64748b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900\/80 {
  --tw-gradient-from: rgb(15 23 42 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-brand\/20 {
  --tw-gradient-to: rgb(56 189 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(56 189 248 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange-500 {
  --tw-gradient-to: rgb(249 115 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white\/30 {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-amber-500 {
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}

.to-amber-600 {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}

.to-blue-300 {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.to-blue-600\/10 {
  --tw-gradient-to: rgb(37 99 235 / 0.1) var(--tw-gradient-to-position);
}

.to-blue-600\/20 {
  --tw-gradient-to: rgb(37 99 235 / 0.2) var(--tw-gradient-to-position);
}

.to-brand-600 {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

.to-brand\/30 {
  --tw-gradient-to: rgb(56 189 248 / 0.3) var(--tw-gradient-to-position);
}

.to-cyan-600 {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

.to-emerald-400 {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}

.to-green-600 {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}

.to-indigo-500 {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}

.to-orange-500 {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}

.to-orange-600 {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}

.to-pink-600 {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.to-red-600 {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.to-slate-600 {
  --tw-gradient-to: #475569 var(--tw-gradient-to-position);
}

.to-slate-800\/60 {
  --tw-gradient-to: rgb(30 41 59 / 0.6) var(--tw-gradient-to-position);
}

.to-teal-500 {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}

.to-teal-600 {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.to-teal-600\/10 {
  --tw-gradient-to: rgb(13 148 136 / 0.1) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[6px\] {
  padding: 6px;
}

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-8 {
  padding-right: 2rem;
}

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

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

.pt-24 {
  padding-top: 6rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.text-left {
  text-align: left;
}

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

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

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

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

.text-\[0\.7rem\] {
  font-size: 0.7rem;
}

.text-\[0\.95rem\] {
  font-size: 0.95rem;
}

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 800;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-\[0\.35em\] {
  letter-spacing: 0.35em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

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

.text-\[color\:var\(--muted\)\] {
  color: var(--muted);
}

.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}

.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}

.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-brand {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.text-brand\/90 {
  color: rgb(56 189 248 / 0.9);
}

.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}

.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

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

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

.decoration-red-500 {
  text-decoration-color: #ef4444;
}

.decoration-dotted {
  text-decoration-style: dotted;
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.accent-amber-500 {
  accent-color: #f59e0b;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_8px_30px_rgba\(124\2c 58\2c 237\2c \.25\)\] {
  --tw-shadow: 0 8px 30px rgba(124,58,237,.25);
  --tw-shadow-colored: 0 8px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-slate-900\/30 {
  --tw-shadow-color: rgb(15 23 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

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

.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.animate-spin {
  animation: ui-spin 1s linear infinite;
}

.animate-fade-in {
  animation: ui-fade-in 0.3s ease-out forwards;
}

.animate-scale-in {
  animation: ui-scale-in 0.18s ease-out;
}

.animate-pulse-slow {
  animation: ui-pulse-opacity 2s ease-in-out infinite;
}

.pulse {
  transition: transform var(--transition-base);
}

.pulse:hover {
  animation: ui-pulse-scale 1s ease-in-out infinite;
}

.fade-in {
  animation: ui-fade-in 0.4s ease-out;
}

/* Custom utilities for inline styles replacement */

.line-through {
  text-decoration: line-through;
  opacity: 0.6;
}

/* Grid utilities */

/* Spacing utilities */

.app-stack--flush {
  gap: 0 !important;
}

.page-header--flush {
  margin-bottom: 0 !important;
}

/* Text utilities */

.break-text {
  word-break: break-word;
  overflow-wrap: anywhere;
}

.loading-ring {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
  animation: ui-spin 1s linear infinite;
  margin-right: 6px;
}

/* Avatar/image utility equivalent to: w-20 h-20 rounded-full shadow-lg object-cover */

.is-hidden {
  display: none !important;
}

.text-helper-secondary {
  color: var(--text-secondary);
}

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

/* ===== CSS CUSTOM PROPERTIES (Design System) ===== */

:root {
  --surface-body: var(--color-slate-900, #0f172a);
  --surface-elevated: var(--color-slate-800, #1f2937);
  --surface-elevated-strong: var(--color-slate-700, #334155);
  --surface-inverse: var(--color-white, #ffffff);
  --surface-tooltip: var(--color-slate-700, #334155);
  --surface-overlay: rgba(15, 23, 42, 0.8);
  --border-subtle: rgba(148, 163, 184, 0.18);
  --border-strong: rgba(148, 163, 184, 0.35);
  --app-card-bg: rgba(15, 23, 42, 0.82);
  --app-card-border: rgba(30, 41, 59, 0.85);
  --app-card-shadow: 0 24px 48px -20px rgba(8, 15, 33, 0.75);
  --app-card-highlight: rgba(251, 191, 36, 0.16);
  --text-primary: var(--color-slate-100, #f8fafc);
  --text-secondary: rgba(226, 232, 240, 0.85);
  --text-muted: rgba(148, 163, 184, 0.75);
  --text-inverse: var(--color-slate-900, #0f172a);
  --focus-ring-color: var(--color-blue-400, #60a5fa);
  --focus-ring-offset: 2px;
  --focus-ring-width: 2px;
  --accent-primary: var(--color-blue-500, #3b82f6);
  --accent-primary-strong: var(--color-blue-600, #2563eb);
  --accent-secondary: var(--color-emerald-500, #10b981);
  --accent-warning: var(--color-amber-500, #f59e0b);
  --accent-warning-strong: var(--color-amber-600, #d97706);
  --accent-danger: var(--color-red-500, #ef4444);
  --accent-info: var(--color-cyan-600, #0891b2);
  --accent-neutral: rgba(148, 163, 184, 0.16);
  --shadow-elevated: 0 20px 45px -25px rgba(0, 0, 0, 0.65);
  --shadow-floating: 0 25px 65px -30px rgba(0, 0, 0, 0.75);
  --radius-sm: var(--radius-md, 0.375rem);
  --radius-md: var(--radius-lg, 0.5rem);
  --radius-lg: var(--radius-xl, 0.75rem);
  --radius-pill: 999px;
  --gap-xs: calc(var(--spacing, 0.25rem) * 1);
  --gap-sm: calc(var(--spacing, 0.25rem) * 2);
  --gap-md: calc(var(--spacing, 0.25rem) * 4);
  --gap-lg: calc(var(--spacing, 0.25rem) * 6);
  --gap-xl: calc(var(--spacing, 0.25rem) * 8);
  --space-xs: var(--gap-xs);
  --space-sm: var(--gap-sm);
  --space-md: var(--gap-md);
  --space-lg: var(--gap-lg);
  --space-xl: var(--gap-xl);
  --transition-base: var(--default-transition-duration, 150ms) var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1));
  --panel-surface: rgba(15, 23, 42, 0.55);
  --panel-border: rgba(51, 65, 85, 0.7);
  --panel-radius: 0.75rem;
  --input-padding-block-lg: 11px;
  --input-padding-inline-lg: 35px;
  --auth-bg: #050914;
  --auth-surface: #0f172a;
  --auth-surface-alt: #131c31;
  --auth-accent: oklch(76.9% 0.188 70.08);
  --auth-accent-strong: oklch(82.8% 0.189 84.429);
  --auth-focus-ring: rgba(255, 122, 24, 0.45);
  --nav-indicator-hue: 245, 158, 11;
  --radius-base: 16px;
  --gradient-orange-600: #ea580c;
  --border-muted: 2;
  --tw-ring-color: #f59e0b5c !important;
  --accent-ds-color: oklch(76.9% 0.188 70.08);
  color-scheme: dark;
}

/* ===== ANIMATIONS ===== */

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

@keyframes ui-fade-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ui-pulse-opacity {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0.7;
  }
}

@keyframes ui-pulse-scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes ui-scale-in {
  from {
    opacity: 0;
    transform: scale(0.96);
  }

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

/* ===== UTILITY CLASSES ===== */

/* ===== COMPONENT CLASSES ===== */

/* ===== REUSABLE COMPONENT CLASSES ===== */

/* 1. Navigation/Sidebar Pattern */

/* ===== CLASSES CSS REUTILIZÃVEIS ===== */

/* 1. Navigation/Sidebar Pattern */

.sidebar-nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  width: 100%;
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  color: var(--text-secondary);
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.75rem;
  transition: all var(--transition-base);
  outline: none;
  text-decoration: none;
}

.sidebar-nav-link:focus-visible {
  outline: 2px solid var(--accent-warning);
  outline-offset: 2px;
}

.sidebar-nav-link:hover {
  background-color: rgba(30, 41, 59, 0.7);
  color: var(--surface-inverse);
  border-color: rgba(148, 163, 184, 0.18);
  transform: translateY(-1px);
}

.sidebar-nav-link--active {
  background: linear-gradient(135deg, var(--accent-warning) 0%, var(--accent-warning-strong) 100%);
  color: var(--surface-inverse);
  border-color: var(--accent-warning);
  box-shadow: 0 15px 30px rgba(251, 191, 36, 0.25);
  transform: translateY(-1px);
}

.sidebar-nav-text {
  display: block;
  flex: 1;
}

.sidebar-nav-title {
  display: block;
  font-weight: 600;
  color: currentColor;
}

.sidebar-nav-description {
  display: block;
  font-size: 0.75rem;
  color: var(--text-muted);
  transition: color var(--transition-base);
}

.sidebar-nav-link:hover .sidebar-nav-description {
  color: var(--text-secondary);
}

.sidebar-nav-link:hover .profile-nav-icon {
  transform: scale(1.05);
}

/* Sidebar navigation active variants */

.sidebar-nav-item--active-solid {
  background-color: rgba(30, 41, 59, 0.7);
  color: var(--surface-inverse);
  border-color: rgba(148, 163, 184, 0.18);
}

.sidebar-nav-item--active-subtle {
  background-color: rgba(245, 158, 11, 0.15);
  color: var(--surface-inverse);
  border-color: rgba(245, 158, 11, 0.4);
  box-shadow: 0 4px 6px -1px rgba(251, 191, 36, 0.1);
}

.section-tab-button {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--text-secondary);
  background-color: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(71, 85, 105, 0.6);
  border-radius: 1rem;
  transition: all var(--transition-base);
  cursor: pointer;
}

.section-tab-button:hover {
  border-color: rgba(251, 191, 36, 0.6);
  color: var(--surface-inverse);
  background-color: rgba(15, 23, 42, 0.8);
  transform: translateY(-1px);
}

.section-tab-button:focus-visible {
  outline: 2px solid var(--accent-warning);
  outline-offset: 2px;
}

/* Section tab button active */

.section-tab-button--active {
  background-color: rgba(30, 41, 59, 0.7);
  color: var(--surface-inverse);
  border-color: rgba(148, 163, 184, 0.18);
}

/* 2. Tab Navigation Pattern */

.section-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 0.625rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  color: var(--text-secondary);
  background-color: rgba(15, 23, 42, 0.6);
  border: 1px solid rgba(71, 85, 105, 0.6);
  border-radius: 1.4rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  outline: none;
}

.section-tab:focus-visible {
  outline: 2px solid var(--accent-warning);
  outline-offset: 2px;
}

.section-tab:hover {
  border-color: rgba(251, 191, 36, 0.6);
  color: var(--surface-inverse);
  background-color: rgba(15, 23, 42, 0.8);
  transform: translateY(-1px);
}

.section-tab--active {
  border-color: var(--accent-warning);
  color: #0f172a;
  background: linear-gradient(135deg, var(--accent-warning) 0%, #fbbf24 100%);
  box-shadow: 0 15px 30px rgba(251, 191, 36, 0.25);
}

.profile-mobile-tabs {
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
  background-color: rgb(15 23 42 / 0.7);
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

@media (min-width: 1024px) {
  .profile-mobile-tabs {
    display: none;
  }
}

.profile-mobile-tabs__inner {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.profile-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.profile-sidebar {
  border-radius: 1.5rem;
  border: 1px solid rgba(30, 41, 59, 1);
  background-color: rgba(15, 23, 42, 0.8);
  box-shadow: 0 25px 50px -12px rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(18px);
}

.profile-sidebar__header {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(30, 41, 59, 1);
}

.profile-sidebar__label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent-warning);
}

.profile-sidebar__nav {
  padding: 1rem 0.5rem;
}

.profile-sidebar__list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

/* 3. Button CTA Pattern */

.btn-cta-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  width: 100%;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  color: var(--surface-inverse);
  background: linear-gradient(135deg, var(--accent-warning) 0%, var(--accent-warning-strong) 100%);
  border: 1px solid var(--accent-warning);
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(251, 191, 36, 0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.btn-cta-primary:hover {
  background: linear-gradient(135deg, var(--accent-warning) 0%, var(--accent-warning) 100%);
  transform: translateY(-2px);
  box-shadow: 0 20px 25px -5px rgba(251, 191, 36, 0.4);
}

.btn-cta-primary:focus-visible {
  outline: 2px solid var(--accent-warning);
  outline-offset: 2px;
}

.btn-cta-primary:active {
  transform: translateY(0);
  box-shadow: 0 10px 15px -3px rgba(251, 191, 36, 0.3);
}

.btn-cta-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

/* 4. Profile Navigation Icon */

.profile-nav-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  flex-shrink: 0;
  border-radius: 0.5rem;
  transition: all var(--transition-base);
}

.profile-nav-icon--amber {
  background-color: rgba(251, 191, 36, 0.15);
  color: rgba(251, 191, 36, 0.8);
}

.profile-nav-icon--blue {
  background-color: rgba(59, 130, 246, 0.15);
  color: rgba(59, 130, 246, 0.8);
}

.profile-nav-icon--emerald {
  background-color: rgba(16, 185, 129, 0.15);
  color: rgba(16, 185, 129, 0.8);
}

.profile-nav-icon--pink {
  background-color: rgba(236, 72, 153, 0.15);
  color: rgba(236, 72, 153, 0.8);
}

.profile-nav-icon--purple {
  background-color: rgba(168, 85, 247, 0.15);
  color: rgba(168, 85, 247, 0.8);
}

.profile-nav-icon:hover {
  transform: scale(1.05);
}

/* 5. Sidebar Navigation Chevron */

.sidebar-nav-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  color: currentColor;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-nav-link:hover .sidebar-nav-chevron {
  transform: translateX(0.25rem);
}

/* 6. Profile Content Wrapper */

.profile-content {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.profile-content__title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--surface-inverse);
}

.profile-content__description {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.profile-content__description:hover {
  color: var(--text-secondary);
}

/* 7. Profile Experience Enhancements */

.profile-hero {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(15 23 42 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(15 23 42 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: rgb(15 23 42 / 0.4) var(--tw-gradient-to-position);
  padding: 1.5rem;
}

@media (min-width: 768px) {
  .profile-hero {
    padding: 2rem;
  }
}

.profile-hero {
  box-shadow: var(--shadow-floating);
  border: 1px solid rgb(255 255 255 / 0.15);
}

.profile-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(251, 191, 36, 0.35), transparent 45%),
                radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.25), transparent 50%);
  opacity: 0.8;
}

.profile-hero__glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(251, 191, 36, 0.2), rgba(56, 189, 248, 0.1));
  filter: blur(60px);
  opacity: 0.6;
}

.profile-hero__content {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.profile-hero__eyebrow {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgb(253 230 138 / 0.8);
}

.profile-hero__heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.profile-hero__title {
  font-size: clamp(1.5rem, 4vw, 2.75rem);
  font-weight: 700;
  color: var(--surface-inverse);
}

#mobileMenu .profile-hero__status i.fa-user{
  color: var(--accent-warning);
}

#mobileMenu .profile-hero__status{
  background-color: rgba(var(--ind), .18);
}

.profile-hero__status {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(52 211 153 / 0.4);
  background-color: rgb(16 185 129 / 0.1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.profile-hero__subtitle {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(226 232 240 / 0.8);
}

@media (min-width: 768px) {
  .profile-hero__subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.profile-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

#mobileMenu .profile-hero__badge i.fa-user{
  color: var(--accent-warning);
}

#mobileMenu .profile-hero__badge{
  background-color: rgba(var(--ind), .18);
}

.profile-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.1);
  background-color: rgb(255 255 255 / 0.05);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  color: rgb(241 245 249 / 0.8);
}

.profile-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

#mobileMenu .profile-hero__primary i.fa-user,#mobileMenu 
.profile-hero__secondary i.fa-user{
  color: var(--accent-warning);
}

#mobileMenu .profile-hero__primary,#mobileMenu 
.profile-hero__secondary{
  background-color: rgba(var(--ind), .18);
}

.profile-hero__primary,
.profile-hero__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.profile-hero__primary {
  background: linear-gradient(125deg, rgba(251, 191, 36, 0.95), rgba(234, 179, 8, 0.9));
  color: var(--surface-inverse);
  box-shadow: 0 15px 40px -20px rgba(251, 191, 36, 0.8);
}

.profile-hero__primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 25px 55px -25px rgba(251, 191, 36, 0.9);
}

.profile-hero__secondary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(248, 250, 252, 0.75);
  background-color: rgba(15, 23, 42, 0.4);
}

.profile-hero__secondary:hover {
  color: var(--surface-inverse);
  border-color: rgba(255, 255, 255, 0.4);
  background-color: rgba(15, 23, 42, 0.6);
}

.profile-hero__stats {
  position: relative;
  z-index: 10;
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}

@media (min-width: 640px) {
  .profile-hero__stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.profile-hero__stat {
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(255 255 255 / 0.15);
  background-color: rgb(255 255 255 / 0.05);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-backdrop-blur: blur(8px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.profile-hero__stat-label {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgb(226 232 240 / 0.7);
}

.profile-hero__stat-value {
  margin-top: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.profile-insights {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 0.7);
  background-color: rgb(15 23 42 / 0.7);
  padding: 1.5rem;
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.profile-insights__header {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.profile-insights__eyebrow {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: rgb(253 230 138 / 0.8);
}

.profile-insights__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.profile-insights__subtitle {
  max-width: 42rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

#mobileMenu .profile-insights__icon i.fa-user{
  color: var(--accent-warning);
}

#mobileMenu .profile-insights__icon{
  background-color: rgba(var(--ind), .18);
}

.profile-insights__icon {
  display: inline-flex;
  height: 3rem;
  width: 3rem;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  background-color: rgb(245 158 11 / 0.15);
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.profile-insights__grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.profile-insight-card {
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 0.7);
  background-color: rgb(15 23 42 / 0.6);
  padding: 1rem;
}

.profile-insight-card__label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.profile-insight-card__value {
  margin-top: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.profile-insight-card--success .profile-insight-card__label i {
  color: #34d399;
}

.profile-insight-card--info .profile-insight-card__label i {
  color: #60a5fa;
}

.profile-insight-card--warning .profile-insight-card__label i {
  color: #fbbf24;
}

.profile-insights__actions {
  display: grid;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .profile-insights__actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

#mobileMenu .profile-insights__action i.fa-user{
  color: var(--accent-warning);
}

#mobileMenu .profile-insights__action{
  background-color: rgba(var(--ind), .18);
}

.profile-insights__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 0.7);
  background-color: rgb(15 23 42 / 0.5);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.profile-insights__action:hover {
  border-color: rgba(251, 191, 36, 0.6);
  color: var(--surface-inverse);
  transform: translateY(-2px);
}

.profile-insights__action--cards i {
  color: #fbbf24;
}

.profile-insights__action--transactions i {
  color: #34d399;
}

.profile-insights__action--mixes i {
  color: #fcd34d;
}

.profile-overview-card {
  overflow: hidden;
  border-radius: 1.5rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 0.7);
  background-color: rgb(15 23 42 / 0.8);
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.profile-overview-card__cover {
  height: 8rem;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(249 115 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}

.profile-overview-card__body {
  position: relative;
  margin-top: -3.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.5rem;
}

.profile-overview-card__identity {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.profile-overview-card__avatar {
  display: flex;
  height: 6rem;
  width: 6rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
  background-color: rgb(15 23 42 / 0.7);
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.profile-overview-card__name {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.profile-overview-card__email {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.profile-overview-card__stats {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.profile-overview-card__stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 0.7);
  background-color: rgb(15 23 42 / 0.6);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.profile-overview-card__stat-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.profile-overview-card__stat-value {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.profile-overview-card__cta {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.75rem;
}

#mobileMenu .profile-overview-card__primary i.fa-user,#mobileMenu 
.profile-overview-card__secondary i.fa-user{
  color: var(--accent-warning);
}

#mobileMenu .profile-overview-card__primary,#mobileMenu 
.profile-overview-card__secondary{
  background-color: rgba(var(--ind), .18);
}

.profile-overview-card__primary,
.profile-overview-card__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.profile-overview-card__primary {
  background: linear-gradient(135deg, rgba(234, 179, 8, 0.9), rgba(251, 191, 36, 0.9));
  color: var(--surface-inverse);
  box-shadow: 0 15px 30px -20px rgba(251, 191, 36, 0.65);
}

.profile-overview-card__primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 35px -25px rgba(251, 191, 36, 0.8);
}

.profile-overview-card__secondary {
  border-radius: 1rem;
  background-color: rgb(5 150 105 / 0.9);
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.profile-overview-card__secondary:hover {
  background-color: rgba(16, 185, 129, 0.9);
}

.profile-overview-card__quicklinks {
  margin-top: 1rem;
  display: grid;
  gap: 0.5rem;
}

.profile-overview-card__quicklink-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.profile-overview-card__quicklink {
  flex: 1 1 0%;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(30 41 59 / 0.7);
  background-color: rgb(15 23 42 / 0.6);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.profile-overview-card__quicklink:hover {
  border-color: rgba(251, 191, 36, 0.6);
  color: var(--surface-inverse);
}

.profile-overview-card__quicklink--cards i {
  color: #fbbf24;
}

.profile-overview-card__quicklink--gifts i {
  color: #f472b6;
}

.profile-overview-card__quicklink--settings i {
  color: #c084fc;
}

.profile-overview-card__quicklink--transactions i {
  color: #34d399;
}

.app-profile-shell {
  position: relative;
  padding: 2.5rem 0 3.5rem;
  /* background: radial-gradient(circle at 15% 20%, rgba(251, 191, 36, 0.08), transparent 45%), */
  /* radial-gradient(circle at 85% 10%, rgba(56, 189, 248, 0.06), transparent 40%), */
  /* linear-gradient(180deg, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.85)); */
}

.app-profile-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background-image: linear-gradient(120deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px), */
  /* linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px); */
  background-size: 32px 32px;
  opacity: 0.35;
  pointer-events: none;
}

.app-profile-shell::after {
  content: "";
  position: absolute;
  inset: 10% 5% auto;
  height: 40%;
  background: radial-gradient(circle, rgba(251, 191, 36, 0.15), transparent 55%);
  filter: blur(40px);
  opacity: 0.8;
  pointer-events: none;
}

.app-profile-shell > * {
  position: relative;
  z-index: 1;
}

.profile-goal-banner {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgba(251, 191, 36, 0.35);
  background: radial-gradient(circle at top right, rgba(251, 191, 36, 0.25), rgba(30, 41, 59, 0.85)),
                linear-gradient(120deg, rgba(15, 23, 42, 0.95), rgba(11, 19, 33, 0.98));
  box-shadow: 0 25px 45px -30px rgba(251, 191, 36, 0.8);
  padding: 1.75rem;
}

.profile-goal-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent 45%);
  opacity: 0.2;
}

.profile-goal-banner__content,
.profile-goal-banner__progress {
  position: relative;
  z-index: 1;
}

.profile-goal-banner__content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .profile-goal-banner__content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.profile-goal-banner__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(251, 191, 36, 0.4);
  padding: 0.2rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.85);
  background-color: rgba(15, 23, 42, 0.45);
}

.profile-goal-banner__title {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--surface-inverse);
  margin-top: 0.75rem;
}

.profile-goal-banner__description {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
}

.profile-goal-banner__description span {
  color: var(--surface-inverse);
}

.profile-goal-banner__stats {
  display: grid;
  gap: 1rem;
  min-width: 220px;
}

.profile-goal-banner__stat {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 1rem 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(251, 191, 36, 0.4);
  background-color: rgba(15, 23, 42, 0.35);
}

.profile-goal-banner__stat-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(255, 255, 255, 0.6);
}

.profile-goal-banner__stat-value {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--surface-inverse);
}

.profile-goal-banner__progress-track {
  width: 100%;
  height: 0.65rem;
  border-radius: 999px;
  background-color: rgba(15, 23, 42, 0.35);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.profile-goal-banner__progress-bar {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(251, 191, 36, 0.2), rgba(251, 191, 36, 0.95));
  box-shadow: 0 8px 15px -10px rgba(251, 191, 36, 0.8);
  width: 0;
  transition: width 0.6s ease;
}

.profile-goal-banner__progress-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 0.6rem;
  text-transform: uppercase;
  letter-spacing: 0.25em;
}

.profile-support-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.75rem;
  border: 1px solid rgba(59, 130, 246, 0.25);
  background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.3), rgba(15, 23, 42, 0.95));
  padding: 1.75rem;
}

.profile-support-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.15), transparent 55%);
  opacity: 0.6;
}

.profile-support-card > * {
  position: relative;
  z-index: 1;
}

.profile-support-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.profile-support-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--surface-inverse);
}

.profile-support-card__subtitle {
  font-size: 0.9rem;
  color: rgba(226, 232, 240, 0.75);
}

.profile-support-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  background-color: rgba(59, 130, 246, 0.15);
  color: rgba(125, 211, 252, 0.95);
  font-size: 1.15rem;
}

.profile-support-card__list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin-top: 1.25rem;
}

.profile-support-card__item {
  display: flex;
  gap: 0.85rem;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background-color: rgba(15, 23, 42, 0.5);
  box-shadow: 0 12px 25px -22px rgba(15, 23, 42, 0.9);
}

.profile-support-card__item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.9rem;
  background-color: rgba(30, 41, 59, 0.8);
  font-size: 1rem;
}

.profile-support-card__item-content {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.profile-support-card__item-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--surface-inverse);
}

.profile-support-card__item-description {
  font-size: 0.8rem;
  color: rgba(226, 232, 240, 0.7);
  line-height: 1.4;
}

.profile-support-card__actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.profile-support-card__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.85rem 1rem;
  border-radius: 1rem;
  font-weight: 600;
  font-size: 0.9rem;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.profile-support-card__action--primary {
  border: 1px solid rgba(96, 165, 250, 0.4);
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.8), rgba(14, 165, 233, 0.85));
  color: var(--surface-inverse);
  box-shadow: 0 18px 30px -25px rgba(59, 130, 246, 0.8);
}

.profile-support-card__action--ghost {
  border: 1px solid rgba(148, 163, 184, 0.3);
  background-color: rgba(15, 23, 42, 0.6);
  color: rgba(226, 232, 240, 0.8);
}

.profile-support-card__action:hover {
  transform: translateY(-2px);
}

.profile-support-card__action--primary:hover {
  box-shadow: 0 25px 45px -30px rgba(59, 130, 246, 0.85);
}

.profile-support-card__action--ghost:hover {
  color: var(--surface-inverse);
  border-color: rgba(255, 255, 255, 0.35);
}

.profile-support-card__action i {
  font-size: 0.95rem;
}

.profile-support-card__note {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  color: rgba(226, 232, 240, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.35em;
}

.profile-support-card__item-icon--knowledge {
  color: #fbbf24;
}

.profile-support-card__item-icon--community {
  color: #60a5fa;
}

.profile-support-card__item-icon--support {
  color: #34d399;
}

.profile-support-card__item-icon--pulse {
  animation: ui-pulse-opacity 2.2s ease-in-out infinite;
}

/* 8. Maintenance/Cards Disabled Page */

.maintenance-page {
  display: flex;
  min-height: 100vh;
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.maintenance-container {
  width: 100%;
  max-width: 42rem;
}

.maintenance-container > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.maintenance-container {
  text-align: center;
}

.maintenance-header > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.maintenance-icon {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  height: 6rem;
  width: 6rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(245 158 11 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(234 88 12 / 0.1) var(--tw-gradient-to-position);
}

.maintenance-icon-glow {
  position: absolute;
  inset: 0px;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.maintenance-icon-glow {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  border-radius: 9999px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(245 158 11 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(234 88 12 / 0.2) var(--tw-gradient-to-position);
}

.maintenance-icon-symbol {
  position: relative;
  z-index: 10;
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.maintenance-main > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.maintenance-title {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #fde68a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #fdba74 var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  color: transparent;
}

.maintenance-description {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.maintenance-card {
  border-width: 1px;
  border-color: rgb(245 158 11 / 0.2);
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(15 23 42 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(30 41 59 / 0.6) var(--tw-gradient-to-position);
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.maintenance-card__section > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.maintenance-progress > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.maintenance-progress-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.maintenance-progress-status {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.maintenance-progress-meta {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.maintenance-progress-track {
  height: 0.5rem;
  width: 100%;
  border-radius: 9999px;
  background-color: rgb(51 65 85 / 0.5);
}

.maintenance-progress-bar {
  position: relative;
  height: 0.5rem;
  width: 75%;
  overflow: hidden;
  border-radius: 9999px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}

.maintenance-progress-shimmer {
  position: absolute;
  inset: 0px;
  --tw-skew-x: -12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.maintenance-info-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 768px) {
  .maintenance-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.maintenance-info-card {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  border-radius: 0.75rem;
  background-color: rgb(30 41 59 / 0.4);
  padding: 0.75rem;
}

.maintenance-info-icon {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.maintenance-info-text {
  text-align: left;
}

.maintenance-info-title {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.maintenance-info-detail {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.maintenance-actions > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.maintenance-actions {
  text-align: center;
}

.maintenance-actions__text {
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.maintenance-action-buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.75rem;
}

@media (min-width: 640px) {
  .maintenance-action-buttons {
    flex-direction: row;
  }
}

.maintenance-back-icon,
.maintenance-explore-icon {
  transition: transform var(--transition-base);
}

.maintenance-back-button:hover .maintenance-back-icon {
  transform: translateX(-0.25rem);
}

.maintenance-explore-button:hover .maintenance-explore-icon {
  transform: rotate(12deg);
}

.maintenance-alternatives {
  border-top-width: 1px;
  border-color: rgb(51 65 85 / 0.5);
  padding-top: 1rem;
}

.maintenance-alternatives__label {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.maintenance-alternative-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
}

.maintenance-alternative-link {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.maintenance-alternative-link:hover,
.maintenance-support__link:hover {
  color: #fcd34d;
}

.maintenance-link-icon {
  margin-right: 0.25rem;
}

.maintenance-alternative-separator {
  color: #475569;
  font-size: 0.75rem;
}

.maintenance-support {
  text-align: center;
}

.maintenance-support__copy {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.maintenance-support__link {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* === Shared Banner & Form Components === */

.minimum-deposit-banner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  border-color: rgb(251 191 36 / 0.4);
  background-color: rgb(245 158 11 / 0.1);
  padding: 1rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-shadow-color: rgb(245 158 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

@media (min-width: 768px) {
  .minimum-deposit-banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.minimum-deposit-icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  background-color: rgb(245 158 11 / 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.minimum-deposit-dismiss {
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(251 191 36 / 0.4);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.minimum-deposit-dismiss:hover {
  background-color: rgb(245 158 11 / 0.2);
}

.minimum-deposit-close {
  color: rgb(253 230 138 / 0.7);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.minimum-deposit-close:hover {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.form-input-dark {
  width: 100%;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  background-color: rgb(15 23 42 / 0.6);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.form-input-dark::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.form-input-dark::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.form-input-dark:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}

.app-panel-surface {
  border-radius: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  padding: 1.5rem;
}

.app-choice-tile {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 0.75rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
  background-color: rgb(15 23 42 / 0.4);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.app-choice-tile:hover {
  border-color: rgb(56 189 248 / 0.6);
}

#mobileMenu .badge-outline-slate i.fa-user{
  color: var(--accent-warning);
}

#mobileMenu .badge-outline-slate{
  background-color: rgba(var(--ind), .18);
}

.badge-outline-slate {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border-width: 1px;
  border-color: rgb(31 41 55 / 0.6);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: var(--text-secondary);
}

/* ===== Helper Utilities ===== */

/* ===== Shared Component Helpers ===== */

/* ===== Base template styles (migrated from base-template.html.twig) ===== */

/* ===== Dashboard affiliates styles (migrated) ===== */

/* ===== Cards page styles (migrated) ===== */

/* ===== Profile index styles (migrated) ===== */

/* ===== Auth index sample styles (migrated) ===== */

/* ===== Auth pages styles (migrated) ===== */

.focus-visible\:ring-focus:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(124, 58, 237, .35), 0 0 0 6px rgba(124, 58, 237, .15);
}

@media (min-width: 640px) {
  [data-profile-sections] .sm\:hidden[data-section] {
    display: none !important;
  }
}

@media (min-width: 768px) {
  [data-profile-sections] .md\:hidden[data-section] {
    display: none !important;
  }
}

.placeholder\:text-slate-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.placeholder\:text-slate-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}

.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.last\:border-none:last-child {
  border-style: none;
}

.open\:animate-fade-in[open] {
  animation: ui-fade-in 0.3s ease-out forwards;
}

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

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

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

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hover\:border-brand\/40:hover {
  border-color: rgb(56 189 248 / 0.4);
}

.hover\:border-brand\/60:hover {
  border-color: rgb(56 189 248 / 0.6);
}

.hover\:border-gray-700\/80:hover {
  border-color: rgb(55 65 81 / 0.8);
}

.hover\:border-indigo-500\/50:hover {
  border-color: rgb(99 102 241 / 0.5);
}

.hover\:border-red-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.hover\:bg-amber-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-amber-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-700\/30:hover {
  background-color: rgb(55 65 81 / 0.3);
}

.hover\:bg-gray-700\/50:hover {
  background-color: rgb(55 65 81 / 0.5);
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-500\/20:hover {
  background-color: rgb(99 102 241 / 0.2);
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-700\/60:hover {
  background-color: rgb(51 65 85 / 0.6);
}

.hover\:bg-slate-800\/60:hover {
  background-color: rgb(30 41 59 / 0.6);
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:from-amber-300:hover {
  --tw-gradient-from: #fcd34d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-amber-600:hover {
  --tw-gradient-from: #d97706 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-700:hover {
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-amber-700:hover {
  --tw-gradient-to: #b45309 var(--tw-gradient-to-position);
}

.hover\:to-blue-700:hover {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.hover\:to-orange-400:hover {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}

.hover\:text-amber-200:hover {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-400:hover {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-900:hover {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.hover\:text-brand:hover {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.hover\:text-brand\/80:hover {
  color: rgb(56 189 248 / 0.8);
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-100:hover {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-200:hover {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-amber-500\/20:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:border-amber-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.focus\:ring-amber-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-500\/30:focus {
  --tw-ring-color: rgb(245 158 11 / 0.3);
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-500\/40:focus {
  --tw-ring-color: rgb(99 102 241 / 0.4);
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-gray-900:focus {
  --tw-ring-offset-color: #111827;
}

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

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

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

.focus-visible\:outline-amber-400:focus-visible {
  outline-color: #fbbf24;
}

.focus-visible\:outline-purple-400:focus-visible {
  outline-color: #c084fc;
}

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

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

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

.group:hover .group-hover\:rotate-12 {
  --tw-rotate: 12deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.peer:checked ~ .peer-checked\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

.peer:focus ~ .peer-focus\:ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

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

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

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

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

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

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

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

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

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

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

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

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

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

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

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

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

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-64 {
    width: 16rem;
  }

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

  .md\:max-w-\[320px\] {
    max-width: 320px;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .lg\:sticky {
    position: sticky;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-\[24rem\] {
    width: 24rem;
  }

  .lg\:max-w-\[420px\] {
    max-width: 420px;
  }

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

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

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

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

  .lg\:grid-cols-\[1fr_minmax\(320px\2c 360px\)\] {
    grid-template-columns: 1fr minmax(320px,360px);
  }

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

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

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

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

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

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

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

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

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

@media (min-width: 1280px) {
  .xl\:w-80 {
    width: 20rem;
  }

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

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

@media (prefers-color-scheme: dark) {
  .dark\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
  }

  .dark\:border-blue-800 {
    --tw-border-opacity: 1;
    border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
  }

  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .dark\:border-gray-700 {
    --tw-border-opacity: 1;
    border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
  }

  .dark\:bg-amber-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-blue-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-blue-900\/20 {
    background-color: rgb(30 58 138 / 0.2);
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-gray-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-green-500\/20 {
    background-color: rgb(34 197 94 / 0.2);
  }

  .dark\:bg-green-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-red-500\/20 {
    background-color: rgb(239 68 68 / 0.2);
  }

  .dark\:bg-red-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-yellow-500\/20 {
    background-color: rgb(234 179 8 / 0.2);
  }

  .dark\:text-amber-300 {
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity, 1));
  }

  .dark\:text-amber-400 {
    --tw-text-opacity: 1;
    color: rgb(251 191 36 / var(--tw-text-opacity, 1));
  }

  .dark\:text-blue-300 {
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
  }

  .dark\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-100 {
    --tw-text-opacity: 1;
    color: rgb(243 244 246 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

  .dark\:text-green-300 {
    --tw-text-opacity: 1;
    color: rgb(134 239 172 / var(--tw-text-opacity, 1));
  }

  .dark\:text-green-400 {
    --tw-text-opacity: 1;
    color: rgb(74 222 128 / var(--tw-text-opacity, 1));
  }

  .dark\:text-red-300 {
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
  }

  .dark\:text-red-400 {
    --tw-text-opacity: 1;
    color: rgb(248 113 113 / var(--tw-text-opacity, 1));
  }

  .dark\:text-slate-100 {
    --tw-text-opacity: 1;
    color: rgb(241 245 249 / var(--tw-text-opacity, 1));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .dark\:text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-gray-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-gray-700\/50:hover {
    background-color: rgb(55 65 81 / 0.5);
  }

  .dark\:hover\:bg-gray-800:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:text-amber-300:hover {
    --tw-text-opacity: 1;
    color: rgb(252 211 77 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-blue-300:hover {
    --tw-text-opacity: 1;
    color: rgb(147 197 253 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-red-300:hover {
    --tw-text-opacity: 1;
    color: rgb(252 165 165 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .group:hover .dark\:group-hover\:text-blue-400 {
    --tw-text-opacity: 1;
    color: rgb(96 165 250 / var(--tw-text-opacity, 1));
  }
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-gray-300::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-gray-700::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

@media (prefers-color-scheme: dark) {
  .dark\:\[\&\:\:-webkit-scrollbar-thumb\]\:bg-neutral-500::-webkit-scrollbar-thumb {
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
  }
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-gray-100::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-gray-900\/60::-webkit-scrollbar-track {
  background-color: rgb(17 24 39 / 0.6);
}

@media (prefers-color-scheme: dark) {
  .dark\:\[\&\:\:-webkit-scrollbar-track\]\:bg-neutral-700::-webkit-scrollbar-track {
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  }
}

.\[\&\:\:-webkit-scrollbar\]\:w-2::-webkit-scrollbar {
  width: 0.5rem;
}

