:root,
[data-theme='light'] {
  --error: #EF4565;
  --danger: #EF4565;
  --warning: #FFB800;
  --white: #FFFFFF;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --black: #000000;
  --accent-yellow: #EAB308;
  --accent-yellow-light: #f8c72d;
  --accent-yellow-dark: #b98d06;
  --accent-red: #EF4444;
  --accent-red-light: #f37373;
  --accent-red-dark: #eb1515;
  --accent-orange: #F97316;
  --accent-orange-light: #fa9148;
  --accent-orange-dark: #d65b06;
  --success: #06D6A0;
  --success-light: #17f8be;
  --success-dark: #05a47b;
  --accent-blue: #3B82F6;
  --accent-blue-light: #6ca1f8;
  --accent-blue-dark: #0b63f3;
  --accent-cyan: #06B6D4;
  --accent-magenta: #D946EF;
  --accent-magenta-light: #e375f3;
  --accent-magenta-dark: #cf17eb;
  --coral: #E86A6A;
  --coral-hover: #EF5D5D;
  --purple: #A347E6;
  --light-purple: #B794F6;
  --coral-alpha-10: rgba(232, 106, 106, 0.1);
  --coral-alpha-20: rgba(232, 106, 106, 0.2);
  --coral-alpha-30: rgba(232, 106, 106, 0.3);
  --coral-alpha-50: rgba(232, 106, 106, 0.5);
  --purple-alpha-10: rgba(163, 71, 230, 0.1);
  --purple-alpha-20: rgba(163, 71, 230, 0.2);
  --purple-alpha-30: rgba(163, 71, 230, 0.3);
  --purple-alpha-50: rgba(163, 71, 230, 0.5);
  --light-alpha-10: rgba(255, 255, 255, 0.1);
  --light-alpha-20: rgba(255, 255, 255, 0.2);
  --light-alpha-30: rgba(255, 255, 255, 0.3);
  --light-alpha-40: rgba(255, 255, 255, 0.4);
  --light-alpha-50: rgba(255, 255, 255, 0.5);
  --light-alpha-60: rgba(255, 255, 255, 0.6);
  --light-alpha-70: rgba(255, 255, 255, 0.7);
  --light-alpha-80: rgba(255, 255, 255, 0.8);
  --light-alpha-90: rgba(255, 255, 255, 0.9);
  --dark-alpha-10: rgba(0, 0, 0, 0.1);
  --dark-alpha-20: rgba(0, 0, 0, 0.2);
  --dark-alpha-30: rgba(0, 0, 0, 0.3);
  --dark-alpha-40: rgba(0, 0, 0, 0.4);
  --dark-alpha-50: rgba(0, 0, 0, 0.5);
  --dark-alpha-60: rgba(0, 0, 0, 0.6);
  --dark-alpha-70: rgba(0, 0, 0, 0.7);
  --dark-alpha-80: rgba(0, 0, 0, 0.8);
  --dark-alpha-90: rgba(0, 0, 0, 0.9);
  --facebook: #1877F2;
  --twitter: #1DA1F2;
  --instagram: #E4405F;
  --youtube: #FF0000;
  --tiktok: #000000;
  --discord: #5865F2;
  --twitch: #9146FF;
  --color-dark-translucent: rgba(0, 0, 0, 0.5);
  --color-light-translucent: rgba(255, 255, 255, 0.5);
  --root-font-size: 16px;
  --font-size-xs: 12px;
  --font-size-sm: 13px;
  --font-size-base: 15px;
  --font-size-md: 15px;
  --font-size-lg: 17px;
  --font-size-xl: 19px;
  --font-size-2xl: 21px;
  --text-color: #212121;
  --body-color: #212121;
  --body-bg-color: #FFFFFF;
  --font-weight-base: 400;
  --line-height-base: 1.5;
  --headings-color: #E8E8F0;
  --headings-color-sm: rgba(232, 232, 240, 0.8);
  --page-header-color: #212121;
  --page-header-border: #EEEEEE;
  --lead-color: rgba(232, 232, 240, 0.6);
  --font-family-sans-serif: 'Outfit', sans-serif;
  --font-family-serif: Georgia, 'Times New Roman', Times, serif;
  --font-family-monospace: 'Space Mono', monospace;
  --font-family-base: 'Outfit', sans-serif;
  --text-primary: #E86A6A;
  --text-secondary: #A347E6;
  --text-success: #06D6A0;
  --text-danger: #EF4565;
  --text-warning: #FFB800;
  --text-info: #3B82F6;
  --text-muted: #9E9E9E;
  --link-color: #E86A6A;
  --link-decoration: none;
  --link-hover-color: #EF5D5D;
  --link-hover-decoration: underline;
  --link-color-default: #616161;
  --link-hover-color-default: #212121;
  --link-disabled-color-default: #BDBDBD;
  --link-color-primary: #E86A6A;
  --link-hover-color-primary: #EF5D5D;
  --link-disabled-color-primary: rgba(232, 106, 106, 0.4);
  --link-color-secondary: #A347E6;
  --link-hover-color-secondary: #B794F6;
  --link-disabled-color-secondary: rgba(163, 71, 230, 0.4);
  --link-color-neutral: #757575;
  --link-hover-color-neutral: #424242;
  --link-disabled-color-neutral: #BDBDBD;
  --link-color-inverse: #FFFFFF;
  --link-hover-color-inverse: #F5F5F5;
  --link-disabled-color-inverse: rgba(255, 255, 255, 0.4);
  --border-width: 1px;
  --border-width-2x: 2px;
  --border-width-3x: 3px;
  --border-width-4x: 4px;
  --border-color-dark: #757575;
  --border-color-light: #EEEEEE;
  --border-color: #E0E0E0;
  --border-color-inverse-dark: #EEEEEE;
  --border-color-inverse-light: #FAFAFA;
  --border-color-inverse: #F5F5F5;
  --border-color-primary: #E86A6A;
  --border-color-secondary: #A347E6;
  --border-color-default: #E0E0E0;
  --border-color-default-inverse: #616161;
  --border-color-danger: #EF4565;
  --border-color-success: #06D6A0;
  --border-color-warning: #FFB800;
  --border-color-info: #3B82F6;
  --border-radius-small: 4px;
  --border-radius-base: 8px;
  --border-radius-large: 12px;
  --border-radius-circle: 50%;
  --icons-font-family: 'Font Awesome 6 Pro';
  --icon-default-color: #757575;
  --icon-secondary-color: #9E9E9E;
  --icon-inverse-color: #FFFFFF;
  --icon-hover-color: #212121;
  --hr-border-color: #EEEEEE;
  --hr-border-color-inverse: #616161;
  --blockquote-small-color: #757575;
  --blockquote-border-color: #E0E0E0;
  --cursor-disabled: not-allowed;
  --cursor-default: default;
  --component-active-color: #FFFFFF;
  --component-active-hover-color: #FFFFFF;
  --component-active-bg: #E86A6A;
  --component-active-hover-bg: #EF5D5D;
  --input-bg: #FFFFFF;
  --input-bg-disabled: #F5F5F5;
  --input-color: #212121;
  --input-color-inverse: #FFFFFF;
  --input-border-color: #E0E0E0;
  --input-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  --input-box-shadow-disabled: none;
  --input-color-focus: #212121;
  --input-bg-focus: #FFFFFF;
  --input-inline-bg-focus: #FAFAFA;
  --input-border-focus: #E86A6A;
  --input-shadow-focus: 0 0 0 3px rgba(232, 106, 106, 0.15);
  --input-shadow-focus-opacity: 0.15;
  --input-color-placeholder: #9E9E9E;
  --input-color-disabled: #BDBDBD;
  --input-line-height: 1.5;
  --radio-default-color: #E0E0E0;
  --radio-active-color: #E86A6A;
  --checkbox-active-color: #E86A6A;
  --form-control-feedback-color: #757575;
  --form-check-accent-color: #E86A6A;
  --form-check-input-bg: #FFFFFF;
  --form-check-input-border: #E0E0E0;
  --form-check-input-focus-border: #E86A6A;
  --form-check-input-focus-box-shadow: 0 0 0 3px rgba(232, 106, 106, 0.15);
  --form-check-input-checked-color: #FFFFFF;
  --form-check-input-checked-bg-color: #E86A6A;
  --form-check-input-checked-border-color: #E86A6A;
  --form-check-input-indeterminate-color: #FFFFFF;
  --form-check-input-indeterminate-bg-color: #E86A6A;
  --form-check-input-indeterminate-border-color: #E86A6A;
  --form-check-input-checked-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  --form-check-radio-checked-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  --form-check-input-indeterminate-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  --mark-bg: rgba(255, 184, 0, 0.2);
  --code-color: #D946EF;
  --thumbnail-bg: #FFFFFF;
  --thumbnail-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  --nav-tabs-collapse-bg: #FAFAFA;
  --pagination-bg: transparent;
  --pagination-color: rgba(232, 232, 240, 0.6);
  --pagination-border-color: rgba(255, 255, 255, 0.15);
  --pagination-hover-bg: #2e2e38;
  --pagination-hover-color: #E8E8F0;
  --pagination-hover-border-color: rgba(255, 255, 255, 0.2);
  --pagination-active-bg-primary: rgba(232, 106, 106, 0.1);
  --pagination-active-color-primary: #E86A6A;
  --pagination-active-border-primary: rgba(232, 106, 106, 0.3);
  --pagination-active-bg-secondary: rgba(163, 71, 230, 0.1);
  --pagination-active-color-secondary: #B794F6;
  --pagination-active-border-secondary: rgba(163, 71, 230, 0.3);
  --pagination-disabled-bg: transparent;
  --pagination-disabled-color: #7F8891;
  --pagination-disabled-border-color: rgba(255, 255, 255, 0.1);
  --pagination-ellipsis-color: rgba(232, 232, 240, 0.6);
}
[data-theme='dark'] {
  color-scheme: dark;
  --error: #EF4565;
  --danger: #EF4565;
  --warning: #FFB800;
  --white: #FFFFFF;
  --gray-50: #FAFAFA;
  --gray-100: #F5F5F5;
  --gray-200: #EEEEEE;
  --gray-300: #E0E0E0;
  --gray-400: #BDBDBD;
  --gray-500: #9E9E9E;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --black: #000000;
  --accent-yellow: #EAB308;
  --accent-yellow-light: #f8c72d;
  --accent-yellow-dark: #b98d06;
  --accent-red: #EF4444;
  --accent-red-light: #f37373;
  --accent-red-dark: #eb1515;
  --accent-orange: #F97316;
  --accent-orange-light: #fa9148;
  --accent-orange-dark: #d65b06;
  --success: #06D6A0;
  --success-light: #17f8be;
  --success-dark: #05a47b;
  --accent-blue: #3B82F6;
  --accent-blue-light: #6ca1f8;
  --accent-blue-dark: #0b63f3;
  --accent-cyan: #06B6D4;
  --accent-magenta: #D946EF;
  --accent-magenta-light: #e375f3;
  --accent-magenta-dark: #cf17eb;
  --coral: #E86A6A;
  --coral-hover: #EF5D5D;
  --purple: #A347E6;
  --light-purple: #B794F6;
  --color-dark-translucent: rgba(0, 0, 0, 0.7);
  --color-light-translucent: rgba(255, 255, 255, 0.1);
  --text-color: #E8E8F0;
  --body-color: #E8E8F0;
  --body-bg-color: #202026;
  --header-bg-color: #14141a;
  --header-border-color: rgba(255, 255, 255, 0.1);
  --footer-bg-color: #14141a;
  --content-bg-color: #202026;
  --headings-color: #212121;
  --headings-color-sm: #424242;
  --page-header-color: #E8E8F0;
  --page-header-border: rgba(255, 255, 255, 0.15);
  --headings-font-weight: 600;
  --headings-line-height: 1.2;
  --headings-letter-spacing: -0.02em;
  --text-primary: #E86A6A;
  --text-secondary: #A347E6;
  --text-success: #06D6A0;
  --text-danger: #EF4565;
  --text-warning: #FFB800;
  --text-info: #3B82F6;
  --text-muted: rgba(232, 232, 240, 0.6);
  --link-color: #E86A6A;
  --link-decoration: none;
  --link-hover-color: #EF5D5D;
  --link-hover-decoration: none;
  --link-color-primary: #E86A6A;
  --link-hover-color-primary: #EF5D5D;
  --link-disabled-color-primary: rgba(232, 106, 106, 0.4);
  --link-color-secondary: #A347E6;
  --link-hover-color-secondary: #B794F6;
  --link-disabled-color-secondary: rgba(163, 71, 230, 0.4);
  --link-color-neutral: rgba(232, 232, 240, 0.8);
  --link-hover-color-neutral: #E8E8F0;
  --link-disabled-color-neutral: #7F8891;
  --link-color-inverse: #212121;
  --link-hover-color-inverse: #424242;
  --link-disabled-color-inverse: rgba(33, 33, 33, 0.4);
  --border-color-dark: rgba(255, 255, 255, 0.1);
  --border-color: rgba(255, 255, 255, 0.15);
  --border-color-light: rgba(255, 255, 255, 0.2);
  --border-color-inverse-dark: rgba(255, 255, 255, 0.2);
  --border-color-inverse: rgba(255, 255, 255, 0.15);
  --border-color-inverse-light: rgba(255, 255, 255, 0.1);
  --icon-default-color: rgba(232, 232, 240, 0.8);
  --icon-secondary-color: rgba(232, 232, 240, 0.6);
  --icon-inverse-color: #212121;
  --icon-hover-color: #E8E8F0;
  --hr-border-color: rgba(255, 255, 255, 0.15);
  --hr-border-color-inverse: rgba(255, 255, 255, 0.2);
  --blockquote-small-color: rgba(232, 232, 240, 0.8);
  --blockquote-border-color: rgba(255, 255, 255, 0.15);
  --component-active-color: #FFFFFF;
  --component-active-hover-color: #FFFFFF;
  --component-active-bg: #E86A6A;
  --component-active-hover-bg: #EF5D5D;
  --input-bg: #2e2e38;
  --input-bg-disabled: rgba(46, 46, 56, 0.5);
  --input-color: #E8E8F0;
  --input-color-inverse: #212121;
  --input-border-color: rgba(255, 255, 255, 0.15);
  --input-box-shadow: none;
  --input-color-focus: #E8E8F0;
  --input-bg-focus: #3a3a46;
  --input-inline-bg-focus: #3a3a46;
  --input-border-focus: #E86A6A;
  --input-shadow-focus: 0 0 0 3px rgba(232, 106, 106, 0.15);
  --input-shadow-focus-opacity: 0.15;
  --input-color-placeholder: #7F8891;
  --input-color-disabled: rgba(232, 232, 240, 0.6);
  --radio-default-color: rgba(255, 255, 255, 0.15);
  --radio-active-color: #E86A6A;
  --checkbox-active-color: #E86A6A;
  --form-control-feedback-color: rgba(232, 232, 240, 0.8);
  --form-check-accent-color: #E86A6A;
  --form-check-input-bg: #2e2e38;
  --form-check-input-border: rgba(255, 255, 255, 0.15);
  --form-check-input-focus-border: #E86A6A;
  --form-check-input-focus-box-shadow: 0 0 0 3px rgba(232, 106, 106, 0.15);
  --form-check-input-checked-color: #FFFFFF;
  --form-check-input-checked-bg-color: #E86A6A;
  --form-check-input-checked-border-color: #E86A6A;
  --form-check-input-indeterminate-color: #FFFFFF;
  --form-check-input-indeterminate-bg-color: #E86A6A;
  --form-check-input-indeterminate-border-color: #E86A6A;
  --form-check-input-checked-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  --form-check-radio-checked-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
  --form-check-input-indeterminate-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  --mark-bg: rgba(255, 184, 0, 0.3);
  --code-color: #D946EF;
  --thumbnail-bg: #2e2e38;
  --thumbnail-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  --nav-tabs-collapse-bg: #2e2e38;
  --pagination-bg: transparent;
  --pagination-color: rgba(232, 232, 240, 0.6);
  --pagination-border-color: rgba(255, 255, 255, 0.15);
  --pagination-hover-bg: #2e2e38;
  --pagination-hover-color: #E8E8F0;
  --pagination-hover-border-color: rgba(255, 255, 255, 0.2);
  --pagination-active-bg-primary: rgba(232, 106, 106, 0.1);
  --pagination-active-color-primary: #E86A6A;
  --pagination-active-border-primary: rgba(232, 106, 106, 0.3);
  --pagination-active-bg-secondary: rgba(163, 71, 230, 0.1);
  --pagination-active-color-secondary: #B794F6;
  --pagination-active-border-secondary: rgba(163, 71, 230, 0.3);
  --pagination-disabled-bg: transparent;
  --pagination-disabled-color: #7F8891;
  --pagination-disabled-border-color: rgba(255, 255, 255, 0.1);
  --pagination-ellipsis-color: rgba(232, 232, 240, 0.6);
}
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  color-scheme: dark;
}
body {
  margin: 0;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #E8E8F0;
  background-color: #202026;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
  color: #E8E8F0;
  margin-bottom: 16px;
}
.heading--ruled {
  color: #E8E8F0;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(232, 232, 240, 0.3);
}
.heading-primary--ruled {
  color: #E86A6A;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(232, 106, 106, 0.3);
}
.heading-secondary--ruled {
  color: #A347E6;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(163, 71, 230, 0.3);
}
.heading-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.heading-bar h1,
.heading-bar h2,
.heading-bar h3,
.heading-bar h4,
.heading-bar h5,
.heading-bar h6 {
  margin-bottom: 0;
}
.heading-bar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
p {
  margin: 0;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
  border-style: none;
}
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  cursor: pointer;
  border: none;
  background: transparent;
  padding: 0;
}
button:focus {
  outline: none;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
textarea {
  resize: vertical;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  margin: 0;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
code,
pre {
  font-family: 'Space Mono', monospace;
  font-size: inherit;
}
svg {
  display: block;
  vertical-align: middle;
}
[hidden] {
  display: none !important;
}
.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;
}
.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 24px;
}
.container-xs {
  width: 100%;
  max-width: 480px;
}
.container-sm {
  width: 100%;
  max-width: 640px;
}
.container-md {
  width: 100%;
  max-width: 960px;
}
.container-lg {
  width: 100%;
  max-width: 1280px;
}
.container-xl {
  width: 100%;
  max-width: 1400px;
}
.container-xxl {
  width: 100%;
  max-width: 1600px;
}
.layout-centered {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.main {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 24px;
}
.live-layout {
  display: grid;
  height: 100vh;
  overflow: hidden;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
}
@media (min-width: 992px) {
  .live-layout {
    grid-template-columns: 1fr 320px;
    grid-template-rows: auto 1fr auto;
  }
}
@media (min-width: 1200px) {
  .live-layout {
    grid-template-columns: 1fr 380px;
  }
}
.header {
  position: relative;
  width: 100%;
  z-index: 900;
  background: #202026;
  transition: all 0.3s ease;
}
.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header-static {
  position: static;
  z-index: auto;
}
.header-standard {
  height: 64px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding: 0 24px;
}
.header-standard .header-content,
.header-standard .container {
  height: 100%;
}
.header-standalone {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-standalone .header-content,
.header-standalone .container {
  justify-content: space-between;
}
.header-standalone .header-brand {
  font-size: 28px;
}
.header-standalone .header-link {
  color: #7F8891;
}
.header-standalone .header-link:hover {
  color: #E8E8F0;
}
.header-centered {
  text-align: center;
}
.header-centered .header-brand {
  margin-right: 0;
}
.header-dashboard {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  background: #202026;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  padding: 0 24px;
  gap: 24px;
  z-index: 900;
}
.header-dashboard .header-brand {
  margin-right: 0;
}
.header-dashboard .header-welcome {
  flex: 1;
  font-size: 21px;
  font-weight: 600;
  color: #E8E8F0;
  margin: 0;
}
@media (max-width: 767px) {
  .header-dashboard .header-welcome {
    display: none;
  }
}
@media (max-width: 479px) {
  .header-dashboard {
    height: 56px;
    gap: 12px;
  }
}
.header .container {
  padding-left: 0;
  padding-right: 0;
}
.header-content {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 32px;
}
.header-brand {
  font-size: 20px;
  font-weight: 600;
  color: #E86A6A;
  text-decoration: none !important;
  letter-spacing: 1px;
  flex-shrink: 0;
  margin-right: auto;
  transition: color 0.3s ease;
}
.header-brand:hover {
  color: rgba(232, 106, 106, 0.82);
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .header-brand {
    font-size: 13px;
    letter-spacing: 0.5px;
  }
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 24px;
  flex: 1;
}
@media (max-width: 991px) {
  .header-nav {
    display: none;
  }
}
.header-navlink {
  color: rgba(232, 232, 240, 0.8);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.header-navlink:hover {
  color: #E8E8F0;
}
.header-links {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .header-links {
    display: none;
  }
}
.header-link {
  color: rgba(232, 232, 240, 0.8);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.header-link:hover {
  color: #E8E8F0;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}
.header-button {
  background: transparent;
  border: 1px solid rgba(232, 232, 240, 0.2);
  color: #E8E8F0;
  padding: 6px 20px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  line-height: 1.5;
}
.header-button:hover {
  background: rgba(255, 255, 255, 0.05);
}
.header-button-primary {
  background: #E86A6A;
  border-color: #E86A6A;
}
.header-button-primary:hover {
  background: #EF5D5D;
}
.header-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(45, 45, 58, 0.3);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.header-back {
  color: rgba(232, 232, 240, 0.8);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease;
}
.header-back:hover {
  color: #E8E8F0;
}
.footer {
  background: rgba(32, 32, 38, 0.5);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 48px 24px 24px;
}
.footer-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .footer-content {
    grid-template-columns: 1fr;
  }
}
.footer-brand {
  padding-right: 32px;
}
@media (max-width: 991px) {
  .footer-brand {
    grid-column: 1 / -1;
    padding-right: 0;
    margin-bottom: 24px;
    text-align: center;
  }
}
.footer-logo {
  font-size: 24px;
  font-weight: 600;
  color: rgba(232, 106, 106, 0.4);
  letter-spacing: 1px;
  margin-bottom: 16px;
}
.footer-tagline {
  font-size: 15px;
  line-height: 1.6;
  color: #7F8891;
  margin: 0;
}
.footer-section-title {
  font-size: 15px;
  font-weight: 600;
  color: rgba(232, 232, 240, 0.6);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-link {
  padding: 4px 0;
}
.footer-link a {
  color: #7F8891;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.2s ease;
  display: inline-block;
}
.footer-link a:hover {
  color: #E8E8F0;
}
.footer-bottom {
  max-width: 1400px;
  margin: 32px auto 0;
  padding: 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
}
.footer-copyright {
  font-size: 15px;
  color: #7F8891;
}
.footer-social {
  display: flex;
  gap: 16px;
}
.footer-social-link {
  width: 36px;
  height: 36px;
  background: rgba(45, 45, 58, 0.3);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(232, 232, 240, 0.6);
  text-decoration: none;
  font-size: 19px;
  transition: all 0.2s ease;
}
.footer-social-link:hover {
  background: #2e2e38;
  color: #E8E8F0;
}
.page-footer {
  position: relative;
  z-index: 10;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: auto;
}
.page-footer-content {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.page-footer-copyright {
  font-size: 13px;
  color: #7F8891;
}
.mobile-header {
  display: none;
}
@media (max-width: 991px) {
  .mobile-header {
    display: grid;
    grid-template-rows: auto;
    padding: 12px 16px;
    background: #202026;
    position: sticky;
    top: 0;
    z-index: 100;
  }
}
.mobile-header__content {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
}
.mobile-header__left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.mobile-header__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.mobile-header__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mobile-header__performer-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mobile-header__username {
  font-size: 17px;
  font-weight: 600;
  color: #E8E8F0;
}
.mobile-header__right {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mobile-header__control-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.mobile-header__control-btn:active {
  background: rgba(255, 255, 255, 0.1);
  color: #E8E8F0;
}
.mobile-timer-overlay {
  display: none;
}
@media (max-width: 991px) {
  .mobile-timer-overlay {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
    align-items: center;
    padding: 12px 16px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
  }
}
.mobile-timer-overlay__timer {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 500;
}
.mobile-timer-overlay__timer-icon {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
.mobile-timer-overlay__timer-text {
  font-family: 'Space Mono', monospace;
}
.mobile-timer-overlay__flag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.chat-overlay-mobile {
  display: none;
}
@media (max-width: 991px) {
  .chat-overlay-mobile {
    gap: 6px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    max-height: 300px;
    z-index: 40;
    background: transparent;
    padding: 0;
    border-radius: 0;
    align-content: end;
    display: grid;
  }
}
.chat-bubble {
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 8px;
  max-width: 85%;
  animation: slideInUp 0.3s ease-out;
}
.chat-bubble__header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
}
.chat-bubble__avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.chat-bubble__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.chat-bubble__username {
  font-size: 12px;
  font-weight: 600;
  color: #E8E8F0;
}
.chat-bubble__timer {
  margin-left: auto;
  font-size: 10px;
  font-family: 'Space Mono', monospace;
  color: rgba(255, 255, 255, 0.5);
}
.chat-bubble__text {
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 991px) {
  .mobile-hidden {
    display: none !important;
  }
  .desktop-hidden {
    display: block !important;
  }
  html.mobile-fullscreen,
  html.mobile-fullscreen body {
    height: 100%;
    overflow: hidden;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-05 {
  gap: 4px !important;
}
.gap-1 {
  gap: 8px !important;
}
.gap-2 {
  gap: 12px !important;
}
.gap-3 {
  gap: 16px !important;
}
.gap-4 {
  gap: 24px !important;
}
.gap-5 {
  gap: 32px !important;
}
.gap-6 {
  gap: 48px !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 8px !important;
}
.column-gap-1 {
  column-gap: 8px !important;
}
.row-gap-2 {
  row-gap: 12px !important;
}
.column-gap-2 {
  column-gap: 12px !important;
}
.row-gap-3 {
  row-gap: 16px !important;
}
.column-gap-3 {
  column-gap: 16px !important;
}
.row-gap-4 {
  row-gap: 24px !important;
}
.column-gap-4 {
  column-gap: 24px !important;
}
.row-gap-5 {
  row-gap: 32px !important;
}
.column-gap-5 {
  column-gap: 32px !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.me-0 {
  margin-right: 0 !important;
}
.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-05 {
  padding: 4px !important;
}
.pt-05 {
  padding-top: 4px !important;
}
.pb-05 {
  padding-bottom: 4px !important;
}
.ps-05 {
  padding-left: 4px !important;
}
.pe-05 {
  padding-right: 4px !important;
}
.px-05 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}
.py-05 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}
.m-05 {
  margin: 4px !important;
}
.mt-05 {
  margin-top: 4px !important;
}
.mb-05 {
  margin-bottom: 4px !important;
}
.ms-05 {
  margin-left: 4px !important;
}
.me-05 {
  margin-right: 4px !important;
}
.mx-05 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.my-05 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.p-1 {
  padding: 8px !important;
}
.pt-1 {
  padding-top: 8px !important;
}
.pb-1 {
  padding-bottom: 8px !important;
}
.ps-1 {
  padding-left: 8px !important;
}
.pe-1 {
  padding-right: 8px !important;
}
.px-1 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}
.py-1 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.m-1 {
  margin: 8px !important;
}
.mt-1 {
  margin-top: 8px !important;
}
.mb-1 {
  margin-bottom: 8px !important;
}
.ms-1 {
  margin-left: 8px !important;
}
.me-1 {
  margin-right: 8px !important;
}
.mx-1 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}
.my-1 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.p-2 {
  padding: 12px !important;
}
.pt-2 {
  padding-top: 12px !important;
}
.pb-2 {
  padding-bottom: 12px !important;
}
.ps-2 {
  padding-left: 12px !important;
}
.pe-2 {
  padding-right: 12px !important;
}
.px-2 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.py-2 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.m-2 {
  margin: 12px !important;
}
.mt-2 {
  margin-top: 12px !important;
}
.mb-2 {
  margin-bottom: 12px !important;
}
.ms-2 {
  margin-left: 12px !important;
}
.me-2 {
  margin-right: 12px !important;
}
.mx-2 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}
.my-2 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}
.p-3 {
  padding: 16px !important;
}
.pt-3 {
  padding-top: 16px !important;
}
.pb-3 {
  padding-bottom: 16px !important;
}
.ps-3 {
  padding-left: 16px !important;
}
.pe-3 {
  padding-right: 16px !important;
}
.px-3 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}
.py-3 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}
.m-3 {
  margin: 16px !important;
}
.mt-3 {
  margin-top: 16px !important;
}
.mb-3 {
  margin-bottom: 16px !important;
}
.ms-3 {
  margin-left: 16px !important;
}
.me-3 {
  margin-right: 16px !important;
}
.mx-3 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
.my-3 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.p-4 {
  padding: 24px !important;
}
.pt-4 {
  padding-top: 24px !important;
}
.pb-4 {
  padding-bottom: 24px !important;
}
.ps-4 {
  padding-left: 24px !important;
}
.pe-4 {
  padding-right: 24px !important;
}
.px-4 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
.py-4 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}
.m-4 {
  margin: 24px !important;
}
.mt-4 {
  margin-top: 24px !important;
}
.mb-4 {
  margin-bottom: 24px !important;
}
.ms-4 {
  margin-left: 24px !important;
}
.me-4 {
  margin-right: 24px !important;
}
.mx-4 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}
.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}
.p-5 {
  padding: 32px !important;
}
.pt-5 {
  padding-top: 32px !important;
}
.pb-5 {
  padding-bottom: 32px !important;
}
.ps-5 {
  padding-left: 32px !important;
}
.pe-5 {
  padding-right: 32px !important;
}
.px-5 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.py-5 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
.m-5 {
  margin: 32px !important;
}
.mt-5 {
  margin-top: 32px !important;
}
.mb-5 {
  margin-bottom: 32px !important;
}
.ms-5 {
  margin-left: 32px !important;
}
.me-5 {
  margin-right: 32px !important;
}
.mx-5 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}
.my-5 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}
.p-6 {
  padding: 48px !important;
}
.pt-6 {
  padding-top: 48px !important;
}
.pb-6 {
  padding-bottom: 48px !important;
}
.ps-6 {
  padding-left: 48px !important;
}
.pe-6 {
  padding-right: 48px !important;
}
.px-6 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}
.py-6 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}
.m-6 {
  margin: 48px !important;
}
.mt-6 {
  margin-top: 48px !important;
}
.mb-6 {
  margin-bottom: 48px !important;
}
.ms-6 {
  margin-left: 48px !important;
}
.me-6 {
  margin-right: 48px !important;
}
.mx-6 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}
.my-6 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto {
  margin-top: auto !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-auto {
  margin-left: auto !important;
}
.me-auto {
  margin-right: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.min-w-0 {
  min-width: 0 !important;
}
.min-w-120 {
  min-width: 120px !important;
}
.min-w-160 {
  min-width: 160px !important;
}
.min-w-200 {
  min-width: 200px !important;
}
.min-w-240 {
  min-width: 240px !important;
}
.min-w-300 {
  min-width: 300px !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-h-0 {
  min-height: 0 !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.fs-xs {
  font-size: 12px !important;
}
.fs-sm {
  font-size: 13px !important;
}
.fs-base {
  font-size: 15px !important;
}
.fs-md {
  font-size: 15px !important;
}
.fs-lg {
  font-size: 17px !important;
}
.fs-xl {
  font-size: 19px !important;
}
.fs-2xl {
  font-size: 21px !important;
}
.text-start {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-end {
  text-align: right !important;
}
.fs-heading-sm {
  font-size: 20px !important;
}
.fs-heading-md {
  font-size: 24px !important;
}
.fs-heading-lg {
  font-size: 28px !important;
}
.fs-heading-xl {
  font-size: 32px !important;
}
.fs-heading-2xl {
  font-size: 36px !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-regular {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-normal {
  font-weight: normal !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.text-justify {
  text-align: justify !important;
}
.text-white {
  color: #E8E8F0 !important;
}
.text-light {
  color: rgba(232, 232, 240, 0.8) !important;
}
.text-mid {
  color: rgba(232, 232, 240, 0.6) !important;
}
.text-dark {
  color: #7F8891 !important;
}
.text-muted {
  color: rgba(232, 232, 240, 0.6) !important;
}
.text-success {
  color: #06D6A0 !important;
}
.text-warning {
  color: #FFB800 !important;
}
.text-error {
  color: #EF4565 !important;
}
.text-coral {
  color: #E86A6A !important;
}
.text-purple {
  color: #A347E6 !important;
}
.text-blue {
  color: #3B82F6 !important;
}
.text-cyan {
  color: #06B6D4 !important;
}
.text-yellow {
  color: #EAB308 !important;
}
.text-orange {
  color: #F97316 !important;
}
.text-magenta {
  color: #D946EF !important;
}
.text-red {
  color: #EF4444 !important;
}
.bg-body {
  background-color: #202026 !important;
}
.bg-card {
  background-color: rgba(45, 45, 58, 0.3) !important;
}
.bg-elevated {
  background-color: #2e2e38 !important;
}
.bg-elevated-hover {
  background-color: #3a3a46 !important;
}
.bg-sidebar {
  background-color: #14141a !important;
}
.bg-coral {
  background-color: #E86A6A !important;
}
.bg-purple {
  background-color: #A347E6 !important;
}
.bg-success {
  background-color: #06D6A0 !important;
}
.bg-warning {
  background-color: #FFB800 !important;
}
.bg-error {
  background-color: #EF4565 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-white {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border-coral {
  border-color: #E86A6A !important;
}
.border-purple {
  border-color: #A347E6 !important;
}
.border-transparent {
  border-color: transparent !important;
}
.rounded {
  border-radius: 4px !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-sm {
  border-radius: 4px !important;
}
.rounded-md {
  border-radius: 8px !important;
}
.rounded-lg {
  border-radius: 12px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.rounded-end {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.rounded-bottom {
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.rounded-start {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.shadow-none {
  box-shadow: none !important;
}
.shadow-sm {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}
.shadow {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
}
.shadow-lg {
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4) !important;
}
.shadow-primary {
  box-shadow: 0 10px 30px rgba(232, 106, 106, 0.3) !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.zindex-base {
  z-index: 0 !important;
}
.zindex-chat-overlay {
  z-index: 100 !important;
}
.zindex-chat-messages {
  z-index: 200 !important;
}
.zindex-header {
  z-index: 900 !important;
}
.zindex-modal {
  z-index: 1100 !important;
}
.cursor-auto {
  cursor: auto !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.cursor-grab {
  cursor: grab !important;
}
.cursor-move {
  cursor: move !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media (max-width: 479px) {
  .d-xs-none {
    display: none !important;
  }
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .px-xs-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .mx-xs-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-xs-05 {
    padding: 4px !important;
  }
  .pt-xs-05 {
    padding-top: 4px !important;
  }
  .pb-xs-05 {
    padding-bottom: 4px !important;
  }
  .ps-xs-05 {
    padding-left: 4px !important;
  }
  .pe-xs-05 {
    padding-right: 4px !important;
  }
  .px-xs-05 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-xs-05 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .m-xs-05 {
    margin: 4px !important;
  }
  .mt-xs-05 {
    margin-top: 4px !important;
  }
  .mb-xs-05 {
    margin-bottom: 4px !important;
  }
  .ms-xs-05 {
    margin-left: 4px !important;
  }
  .me-xs-05 {
    margin-right: 4px !important;
  }
  .mx-xs-05 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-xs-05 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .p-xs-1 {
    padding: 8px !important;
  }
  .pt-xs-1 {
    padding-top: 8px !important;
  }
  .pb-xs-1 {
    padding-bottom: 8px !important;
  }
  .ps-xs-1 {
    padding-left: 8px !important;
  }
  .pe-xs-1 {
    padding-right: 8px !important;
  }
  .px-xs-1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-xs-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .m-xs-1 {
    margin: 8px !important;
  }
  .mt-xs-1 {
    margin-top: 8px !important;
  }
  .mb-xs-1 {
    margin-bottom: 8px !important;
  }
  .ms-xs-1 {
    margin-left: 8px !important;
  }
  .me-xs-1 {
    margin-right: 8px !important;
  }
  .mx-xs-1 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-xs-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .p-xs-2 {
    padding: 12px !important;
  }
  .pt-xs-2 {
    padding-top: 12px !important;
  }
  .pb-xs-2 {
    padding-bottom: 12px !important;
  }
  .ps-xs-2 {
    padding-left: 12px !important;
  }
  .pe-xs-2 {
    padding-right: 12px !important;
  }
  .px-xs-2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .py-xs-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .m-xs-2 {
    margin: 12px !important;
  }
  .mt-xs-2 {
    margin-top: 12px !important;
  }
  .mb-xs-2 {
    margin-bottom: 12px !important;
  }
  .ms-xs-2 {
    margin-left: 12px !important;
  }
  .me-xs-2 {
    margin-right: 12px !important;
  }
  .mx-xs-2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .my-xs-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .p-xs-3 {
    padding: 16px !important;
  }
  .pt-xs-3 {
    padding-top: 16px !important;
  }
  .pb-xs-3 {
    padding-bottom: 16px !important;
  }
  .ps-xs-3 {
    padding-left: 16px !important;
  }
  .pe-xs-3 {
    padding-right: 16px !important;
  }
  .px-xs-3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-xs-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .m-xs-3 {
    margin: 16px !important;
  }
  .mt-xs-3 {
    margin-top: 16px !important;
  }
  .mb-xs-3 {
    margin-bottom: 16px !important;
  }
  .ms-xs-3 {
    margin-left: 16px !important;
  }
  .me-xs-3 {
    margin-right: 16px !important;
  }
  .mx-xs-3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-xs-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .p-xs-4 {
    padding: 24px !important;
  }
  .pt-xs-4 {
    padding-top: 24px !important;
  }
  .pb-xs-4 {
    padding-bottom: 24px !important;
  }
  .ps-xs-4 {
    padding-left: 24px !important;
  }
  .pe-xs-4 {
    padding-right: 24px !important;
  }
  .px-xs-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-xs-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .m-xs-4 {
    margin: 24px !important;
  }
  .mt-xs-4 {
    margin-top: 24px !important;
  }
  .mb-xs-4 {
    margin-bottom: 24px !important;
  }
  .ms-xs-4 {
    margin-left: 24px !important;
  }
  .me-xs-4 {
    margin-right: 24px !important;
  }
  .mx-xs-4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-xs-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mx-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .gap-xs-0 {
    gap: 0 !important;
  }
  .gap-xs-1 {
    gap: 8px !important;
  }
  .gap-xs-2 {
    gap: 12px !important;
  }
  .gap-xs-3 {
    gap: 16px !important;
  }
  .gap-xs-4 {
    gap: 24px !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .fs-xs-xs {
    font-size: 12px !important;
  }
  .fs-xs-sm {
    font-size: 13px !important;
  }
  .fs-xs-base {
    font-size: 15px !important;
  }
  .fs-xs-md {
    font-size: 15px !important;
  }
  .fs-xs-lg {
    font-size: 17px !important;
  }
  .fs-xs-xl {
    font-size: 19px !important;
  }
  .fs-xs-2xl {
    font-size: 21px !important;
  }
  .text-xs-start {
    text-align: left !important;
  }
  .text-xs-center {
    text-align: center !important;
  }
  .text-xs-end {
    text-align: right !important;
  }
  .w-xs-25 {
    width: 25% !important;
  }
  .w-xs-50 {
    width: 50% !important;
  }
  .w-xs-75 {
    width: 75% !important;
  }
  .w-xs-100 {
    width: 100% !important;
  }
  .w-xs-auto {
    width: auto !important;
  }
}
@media (max-width: 599px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-xl-05 {
    padding: 4px !important;
  }
  .pt-xl-05 {
    padding-top: 4px !important;
  }
  .pb-xl-05 {
    padding-bottom: 4px !important;
  }
  .ps-xl-05 {
    padding-left: 4px !important;
  }
  .pe-xl-05 {
    padding-right: 4px !important;
  }
  .px-xl-05 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-xl-05 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .m-xl-05 {
    margin: 4px !important;
  }
  .mt-xl-05 {
    margin-top: 4px !important;
  }
  .mb-xl-05 {
    margin-bottom: 4px !important;
  }
  .ms-xl-05 {
    margin-left: 4px !important;
  }
  .me-xl-05 {
    margin-right: 4px !important;
  }
  .mx-xl-05 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-xl-05 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .p-xl-1 {
    padding: 8px !important;
  }
  .pt-xl-1 {
    padding-top: 8px !important;
  }
  .pb-xl-1 {
    padding-bottom: 8px !important;
  }
  .ps-xl-1 {
    padding-left: 8px !important;
  }
  .pe-xl-1 {
    padding-right: 8px !important;
  }
  .px-xl-1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-xl-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .m-xl-1 {
    margin: 8px !important;
  }
  .mt-xl-1 {
    margin-top: 8px !important;
  }
  .mb-xl-1 {
    margin-bottom: 8px !important;
  }
  .ms-xl-1 {
    margin-left: 8px !important;
  }
  .me-xl-1 {
    margin-right: 8px !important;
  }
  .mx-xl-1 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-xl-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .p-xl-2 {
    padding: 12px !important;
  }
  .pt-xl-2 {
    padding-top: 12px !important;
  }
  .pb-xl-2 {
    padding-bottom: 12px !important;
  }
  .ps-xl-2 {
    padding-left: 12px !important;
  }
  .pe-xl-2 {
    padding-right: 12px !important;
  }
  .px-xl-2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .py-xl-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .m-xl-2 {
    margin: 12px !important;
  }
  .mt-xl-2 {
    margin-top: 12px !important;
  }
  .mb-xl-2 {
    margin-bottom: 12px !important;
  }
  .ms-xl-2 {
    margin-left: 12px !important;
  }
  .me-xl-2 {
    margin-right: 12px !important;
  }
  .mx-xl-2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .my-xl-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .p-xl-3 {
    padding: 16px !important;
  }
  .pt-xl-3 {
    padding-top: 16px !important;
  }
  .pb-xl-3 {
    padding-bottom: 16px !important;
  }
  .ps-xl-3 {
    padding-left: 16px !important;
  }
  .pe-xl-3 {
    padding-right: 16px !important;
  }
  .px-xl-3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-xl-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .m-xl-3 {
    margin: 16px !important;
  }
  .mt-xl-3 {
    margin-top: 16px !important;
  }
  .mb-xl-3 {
    margin-bottom: 16px !important;
  }
  .ms-xl-3 {
    margin-left: 16px !important;
  }
  .me-xl-3 {
    margin-right: 16px !important;
  }
  .mx-xl-3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-xl-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .p-xl-4 {
    padding: 24px !important;
  }
  .pt-xl-4 {
    padding-top: 24px !important;
  }
  .pb-xl-4 {
    padding-bottom: 24px !important;
  }
  .ps-xl-4 {
    padding-left: 24px !important;
  }
  .pe-xl-4 {
    padding-right: 24px !important;
  }
  .px-xl-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-xl-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .m-xl-4 {
    margin: 24px !important;
  }
  .mt-xl-4 {
    margin-top: 24px !important;
  }
  .mb-xl-4 {
    margin-bottom: 24px !important;
  }
  .ms-xl-4 {
    margin-left: 24px !important;
  }
  .me-xl-4 {
    margin-right: 24px !important;
  }
  .mx-xl-4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-xl-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 8px !important;
  }
  .gap-xl-2 {
    gap: 12px !important;
  }
  .gap-xl-3 {
    gap: 16px !important;
  }
  .gap-xl-4 {
    gap: 24px !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .fs-xl-xs {
    font-size: 12px !important;
  }
  .fs-xl-sm {
    font-size: 13px !important;
  }
  .fs-xl-base {
    font-size: 15px !important;
  }
  .fs-xl-md {
    font-size: 15px !important;
  }
  .fs-xl-lg {
    font-size: 17px !important;
  }
  .fs-xl-xl {
    font-size: 19px !important;
  }
  .fs-xl-2xl {
    font-size: 21px !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
}
@media (max-width: 767px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-sm-05 {
    padding: 4px !important;
  }
  .pt-sm-05 {
    padding-top: 4px !important;
  }
  .pb-sm-05 {
    padding-bottom: 4px !important;
  }
  .ps-sm-05 {
    padding-left: 4px !important;
  }
  .pe-sm-05 {
    padding-right: 4px !important;
  }
  .px-sm-05 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-sm-05 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .m-sm-05 {
    margin: 4px !important;
  }
  .mt-sm-05 {
    margin-top: 4px !important;
  }
  .mb-sm-05 {
    margin-bottom: 4px !important;
  }
  .ms-sm-05 {
    margin-left: 4px !important;
  }
  .me-sm-05 {
    margin-right: 4px !important;
  }
  .mx-sm-05 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-sm-05 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .p-sm-1 {
    padding: 8px !important;
  }
  .pt-sm-1 {
    padding-top: 8px !important;
  }
  .pb-sm-1 {
    padding-bottom: 8px !important;
  }
  .ps-sm-1 {
    padding-left: 8px !important;
  }
  .pe-sm-1 {
    padding-right: 8px !important;
  }
  .px-sm-1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-sm-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .m-sm-1 {
    margin: 8px !important;
  }
  .mt-sm-1 {
    margin-top: 8px !important;
  }
  .mb-sm-1 {
    margin-bottom: 8px !important;
  }
  .ms-sm-1 {
    margin-left: 8px !important;
  }
  .me-sm-1 {
    margin-right: 8px !important;
  }
  .mx-sm-1 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-sm-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .p-sm-2 {
    padding: 12px !important;
  }
  .pt-sm-2 {
    padding-top: 12px !important;
  }
  .pb-sm-2 {
    padding-bottom: 12px !important;
  }
  .ps-sm-2 {
    padding-left: 12px !important;
  }
  .pe-sm-2 {
    padding-right: 12px !important;
  }
  .px-sm-2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .py-sm-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .m-sm-2 {
    margin: 12px !important;
  }
  .mt-sm-2 {
    margin-top: 12px !important;
  }
  .mb-sm-2 {
    margin-bottom: 12px !important;
  }
  .ms-sm-2 {
    margin-left: 12px !important;
  }
  .me-sm-2 {
    margin-right: 12px !important;
  }
  .mx-sm-2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .my-sm-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .p-sm-3 {
    padding: 16px !important;
  }
  .pt-sm-3 {
    padding-top: 16px !important;
  }
  .pb-sm-3 {
    padding-bottom: 16px !important;
  }
  .ps-sm-3 {
    padding-left: 16px !important;
  }
  .pe-sm-3 {
    padding-right: 16px !important;
  }
  .px-sm-3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-sm-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .m-sm-3 {
    margin: 16px !important;
  }
  .mt-sm-3 {
    margin-top: 16px !important;
  }
  .mb-sm-3 {
    margin-bottom: 16px !important;
  }
  .ms-sm-3 {
    margin-left: 16px !important;
  }
  .me-sm-3 {
    margin-right: 16px !important;
  }
  .mx-sm-3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-sm-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .p-sm-4 {
    padding: 24px !important;
  }
  .pt-sm-4 {
    padding-top: 24px !important;
  }
  .pb-sm-4 {
    padding-bottom: 24px !important;
  }
  .ps-sm-4 {
    padding-left: 24px !important;
  }
  .pe-sm-4 {
    padding-right: 24px !important;
  }
  .px-sm-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-sm-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .m-sm-4 {
    margin: 24px !important;
  }
  .mt-sm-4 {
    margin-top: 24px !important;
  }
  .mb-sm-4 {
    margin-bottom: 24px !important;
  }
  .ms-sm-4 {
    margin-left: 24px !important;
  }
  .me-sm-4 {
    margin-right: 24px !important;
  }
  .mx-sm-4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-sm-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .p-sm-5 {
    padding: 32px !important;
  }
  .pt-sm-5 {
    padding-top: 32px !important;
  }
  .pb-sm-5 {
    padding-bottom: 32px !important;
  }
  .ps-sm-5 {
    padding-left: 32px !important;
  }
  .pe-sm-5 {
    padding-right: 32px !important;
  }
  .px-sm-5 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .py-sm-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m-sm-5 {
    margin: 32px !important;
  }
  .mt-sm-5 {
    margin-top: 32px !important;
  }
  .mb-sm-5 {
    margin-bottom: 32px !important;
  }
  .ms-sm-5 {
    margin-left: 32px !important;
  }
  .me-sm-5 {
    margin-right: 32px !important;
  }
  .mx-sm-5 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .my-sm-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 8px !important;
  }
  .gap-sm-2 {
    gap: 12px !important;
  }
  .gap-sm-3 {
    gap: 16px !important;
  }
  .gap-sm-4 {
    gap: 24px !important;
  }
  .gap-sm-5 {
    gap: 32px !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .fs-sm-xs {
    font-size: 12px !important;
  }
  .fs-sm-sm {
    font-size: 13px !important;
  }
  .fs-sm-base {
    font-size: 15px !important;
  }
  .fs-sm-md {
    font-size: 15px !important;
  }
  .fs-sm-lg {
    font-size: 17px !important;
  }
  .fs-sm-xl {
    font-size: 19px !important;
  }
  .fs-sm-2xl {
    font-size: 21px !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
}
@media (max-width: 991px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-md-05 {
    padding: 4px !important;
  }
  .pt-md-05 {
    padding-top: 4px !important;
  }
  .pb-md-05 {
    padding-bottom: 4px !important;
  }
  .ps-md-05 {
    padding-left: 4px !important;
  }
  .pe-md-05 {
    padding-right: 4px !important;
  }
  .px-md-05 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-md-05 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .m-md-05 {
    margin: 4px !important;
  }
  .mt-md-05 {
    margin-top: 4px !important;
  }
  .mb-md-05 {
    margin-bottom: 4px !important;
  }
  .ms-md-05 {
    margin-left: 4px !important;
  }
  .me-md-05 {
    margin-right: 4px !important;
  }
  .mx-md-05 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-md-05 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .p-md-1 {
    padding: 8px !important;
  }
  .pt-md-1 {
    padding-top: 8px !important;
  }
  .pb-md-1 {
    padding-bottom: 8px !important;
  }
  .ps-md-1 {
    padding-left: 8px !important;
  }
  .pe-md-1 {
    padding-right: 8px !important;
  }
  .px-md-1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-md-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .m-md-1 {
    margin: 8px !important;
  }
  .mt-md-1 {
    margin-top: 8px !important;
  }
  .mb-md-1 {
    margin-bottom: 8px !important;
  }
  .ms-md-1 {
    margin-left: 8px !important;
  }
  .me-md-1 {
    margin-right: 8px !important;
  }
  .mx-md-1 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-md-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .p-md-2 {
    padding: 12px !important;
  }
  .pt-md-2 {
    padding-top: 12px !important;
  }
  .pb-md-2 {
    padding-bottom: 12px !important;
  }
  .ps-md-2 {
    padding-left: 12px !important;
  }
  .pe-md-2 {
    padding-right: 12px !important;
  }
  .px-md-2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .py-md-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .m-md-2 {
    margin: 12px !important;
  }
  .mt-md-2 {
    margin-top: 12px !important;
  }
  .mb-md-2 {
    margin-bottom: 12px !important;
  }
  .ms-md-2 {
    margin-left: 12px !important;
  }
  .me-md-2 {
    margin-right: 12px !important;
  }
  .mx-md-2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .my-md-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .p-md-3 {
    padding: 16px !important;
  }
  .pt-md-3 {
    padding-top: 16px !important;
  }
  .pb-md-3 {
    padding-bottom: 16px !important;
  }
  .ps-md-3 {
    padding-left: 16px !important;
  }
  .pe-md-3 {
    padding-right: 16px !important;
  }
  .px-md-3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-md-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .m-md-3 {
    margin: 16px !important;
  }
  .mt-md-3 {
    margin-top: 16px !important;
  }
  .mb-md-3 {
    margin-bottom: 16px !important;
  }
  .ms-md-3 {
    margin-left: 16px !important;
  }
  .me-md-3 {
    margin-right: 16px !important;
  }
  .mx-md-3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-md-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .p-md-4 {
    padding: 24px !important;
  }
  .pt-md-4 {
    padding-top: 24px !important;
  }
  .pb-md-4 {
    padding-bottom: 24px !important;
  }
  .ps-md-4 {
    padding-left: 24px !important;
  }
  .pe-md-4 {
    padding-right: 24px !important;
  }
  .px-md-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-md-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .m-md-4 {
    margin: 24px !important;
  }
  .mt-md-4 {
    margin-top: 24px !important;
  }
  .mb-md-4 {
    margin-bottom: 24px !important;
  }
  .ms-md-4 {
    margin-left: 24px !important;
  }
  .me-md-4 {
    margin-right: 24px !important;
  }
  .mx-md-4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-md-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .p-md-5 {
    padding: 32px !important;
  }
  .pt-md-5 {
    padding-top: 32px !important;
  }
  .pb-md-5 {
    padding-bottom: 32px !important;
  }
  .ps-md-5 {
    padding-left: 32px !important;
  }
  .pe-md-5 {
    padding-right: 32px !important;
  }
  .px-md-5 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .py-md-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m-md-5 {
    margin: 32px !important;
  }
  .mt-md-5 {
    margin-top: 32px !important;
  }
  .mb-md-5 {
    margin-bottom: 32px !important;
  }
  .ms-md-5 {
    margin-left: 32px !important;
  }
  .me-md-5 {
    margin-right: 32px !important;
  }
  .mx-md-5 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .my-md-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 8px !important;
  }
  .gap-md-2 {
    gap: 12px !important;
  }
  .gap-md-3 {
    gap: 16px !important;
  }
  .gap-md-4 {
    gap: 24px !important;
  }
  .gap-md-5 {
    gap: 32px !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .fs-md-xs {
    font-size: 12px !important;
  }
  .fs-md-sm {
    font-size: 13px !important;
  }
  .fs-md-base {
    font-size: 15px !important;
  }
  .fs-md-md {
    font-size: 15px !important;
  }
  .fs-md-lg {
    font-size: 17px !important;
  }
  .fs-md-xl {
    font-size: 19px !important;
  }
  .fs-md-2xl {
    font-size: 21px !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
}
@media (max-width: 1199px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-lg-05 {
    padding: 4px !important;
  }
  .pt-lg-05 {
    padding-top: 4px !important;
  }
  .pb-lg-05 {
    padding-bottom: 4px !important;
  }
  .ps-lg-05 {
    padding-left: 4px !important;
  }
  .pe-lg-05 {
    padding-right: 4px !important;
  }
  .px-lg-05 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-lg-05 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .m-lg-05 {
    margin: 4px !important;
  }
  .mt-lg-05 {
    margin-top: 4px !important;
  }
  .mb-lg-05 {
    margin-bottom: 4px !important;
  }
  .ms-lg-05 {
    margin-left: 4px !important;
  }
  .me-lg-05 {
    margin-right: 4px !important;
  }
  .mx-lg-05 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-lg-05 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .p-lg-1 {
    padding: 8px !important;
  }
  .pt-lg-1 {
    padding-top: 8px !important;
  }
  .pb-lg-1 {
    padding-bottom: 8px !important;
  }
  .ps-lg-1 {
    padding-left: 8px !important;
  }
  .pe-lg-1 {
    padding-right: 8px !important;
  }
  .px-lg-1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-lg-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .m-lg-1 {
    margin: 8px !important;
  }
  .mt-lg-1 {
    margin-top: 8px !important;
  }
  .mb-lg-1 {
    margin-bottom: 8px !important;
  }
  .ms-lg-1 {
    margin-left: 8px !important;
  }
  .me-lg-1 {
    margin-right: 8px !important;
  }
  .mx-lg-1 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-lg-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .p-lg-2 {
    padding: 12px !important;
  }
  .pt-lg-2 {
    padding-top: 12px !important;
  }
  .pb-lg-2 {
    padding-bottom: 12px !important;
  }
  .ps-lg-2 {
    padding-left: 12px !important;
  }
  .pe-lg-2 {
    padding-right: 12px !important;
  }
  .px-lg-2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .py-lg-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .m-lg-2 {
    margin: 12px !important;
  }
  .mt-lg-2 {
    margin-top: 12px !important;
  }
  .mb-lg-2 {
    margin-bottom: 12px !important;
  }
  .ms-lg-2 {
    margin-left: 12px !important;
  }
  .me-lg-2 {
    margin-right: 12px !important;
  }
  .mx-lg-2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .my-lg-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .p-lg-3 {
    padding: 16px !important;
  }
  .pt-lg-3 {
    padding-top: 16px !important;
  }
  .pb-lg-3 {
    padding-bottom: 16px !important;
  }
  .ps-lg-3 {
    padding-left: 16px !important;
  }
  .pe-lg-3 {
    padding-right: 16px !important;
  }
  .px-lg-3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-lg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .m-lg-3 {
    margin: 16px !important;
  }
  .mt-lg-3 {
    margin-top: 16px !important;
  }
  .mb-lg-3 {
    margin-bottom: 16px !important;
  }
  .ms-lg-3 {
    margin-left: 16px !important;
  }
  .me-lg-3 {
    margin-right: 16px !important;
  }
  .mx-lg-3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-lg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .p-lg-4 {
    padding: 24px !important;
  }
  .pt-lg-4 {
    padding-top: 24px !important;
  }
  .pb-lg-4 {
    padding-bottom: 24px !important;
  }
  .ps-lg-4 {
    padding-left: 24px !important;
  }
  .pe-lg-4 {
    padding-right: 24px !important;
  }
  .px-lg-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-lg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .m-lg-4 {
    margin: 24px !important;
  }
  .mt-lg-4 {
    margin-top: 24px !important;
  }
  .mb-lg-4 {
    margin-bottom: 24px !important;
  }
  .ms-lg-4 {
    margin-left: 24px !important;
  }
  .me-lg-4 {
    margin-right: 24px !important;
  }
  .mx-lg-4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-lg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .p-lg-5 {
    padding: 32px !important;
  }
  .pt-lg-5 {
    padding-top: 32px !important;
  }
  .pb-lg-5 {
    padding-bottom: 32px !important;
  }
  .ps-lg-5 {
    padding-left: 32px !important;
  }
  .pe-lg-5 {
    padding-right: 32px !important;
  }
  .px-lg-5 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .py-lg-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m-lg-5 {
    margin: 32px !important;
  }
  .mt-lg-5 {
    margin-top: 32px !important;
  }
  .mb-lg-5 {
    margin-bottom: 32px !important;
  }
  .ms-lg-5 {
    margin-left: 32px !important;
  }
  .me-lg-5 {
    margin-right: 32px !important;
  }
  .mx-lg-5 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .my-lg-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .p-lg-6 {
    padding: 48px !important;
  }
  .pt-lg-6 {
    padding-top: 48px !important;
  }
  .pb-lg-6 {
    padding-bottom: 48px !important;
  }
  .ps-lg-6 {
    padding-left: 48px !important;
  }
  .pe-lg-6 {
    padding-right: 48px !important;
  }
  .px-lg-6 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .py-lg-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m-lg-6 {
    margin: 48px !important;
  }
  .mt-lg-6 {
    margin-top: 48px !important;
  }
  .mb-lg-6 {
    margin-bottom: 48px !important;
  }
  .ms-lg-6 {
    margin-left: 48px !important;
  }
  .me-lg-6 {
    margin-right: 48px !important;
  }
  .mx-lg-6 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .my-lg-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 8px !important;
  }
  .gap-lg-2 {
    gap: 12px !important;
  }
  .gap-lg-3 {
    gap: 16px !important;
  }
  .gap-lg-4 {
    gap: 24px !important;
  }
  .gap-lg-5 {
    gap: 32px !important;
  }
  .gap-lg-6 {
    gap: 48px !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .fs-lg-xs {
    font-size: 12px !important;
  }
  .fs-lg-sm {
    font-size: 13px !important;
  }
  .fs-lg-base {
    font-size: 15px !important;
  }
  .fs-lg-md {
    font-size: 15px !important;
  }
  .fs-lg-lg {
    font-size: 17px !important;
  }
  .fs-lg-xl {
    font-size: 19px !important;
  }
  .fs-lg-2xl {
    font-size: 21px !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
}
@media (max-width: 1439px) {
  .d-xlg-none {
    display: none !important;
  }
  .d-xlg-inline {
    display: inline !important;
  }
  .d-xlg-inline-block {
    display: inline-block !important;
  }
  .d-xlg-block {
    display: block !important;
  }
  .d-xlg-flex {
    display: flex !important;
  }
  .d-xlg-inline-flex {
    display: inline-flex !important;
  }
  .d-xlg-grid {
    display: grid !important;
  }
  .d-xlg-inline-grid {
    display: inline-grid !important;
  }
  .p-xlg-0 {
    padding: 0 !important;
  }
  .pt-xlg-0 {
    padding-top: 0 !important;
  }
  .pb-xlg-0 {
    padding-bottom: 0 !important;
  }
  .ps-xlg-0 {
    padding-left: 0 !important;
  }
  .pe-xlg-0 {
    padding-right: 0 !important;
  }
  .px-xlg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .py-xlg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .m-xlg-0 {
    margin: 0 !important;
  }
  .mt-xlg-0 {
    margin-top: 0 !important;
  }
  .mb-xlg-0 {
    margin-bottom: 0 !important;
  }
  .ms-xlg-0 {
    margin-left: 0 !important;
  }
  .me-xlg-0 {
    margin-right: 0 !important;
  }
  .mx-xlg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .my-xlg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-xlg-05 {
    padding: 4px !important;
  }
  .pt-xlg-05 {
    padding-top: 4px !important;
  }
  .pb-xlg-05 {
    padding-bottom: 4px !important;
  }
  .ps-xlg-05 {
    padding-left: 4px !important;
  }
  .pe-xlg-05 {
    padding-right: 4px !important;
  }
  .px-xlg-05 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-xlg-05 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .m-xlg-05 {
    margin: 4px !important;
  }
  .mt-xlg-05 {
    margin-top: 4px !important;
  }
  .mb-xlg-05 {
    margin-bottom: 4px !important;
  }
  .ms-xlg-05 {
    margin-left: 4px !important;
  }
  .me-xlg-05 {
    margin-right: 4px !important;
  }
  .mx-xlg-05 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-xlg-05 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .p-xlg-1 {
    padding: 8px !important;
  }
  .pt-xlg-1 {
    padding-top: 8px !important;
  }
  .pb-xlg-1 {
    padding-bottom: 8px !important;
  }
  .ps-xlg-1 {
    padding-left: 8px !important;
  }
  .pe-xlg-1 {
    padding-right: 8px !important;
  }
  .px-xlg-1 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-xlg-1 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .m-xlg-1 {
    margin: 8px !important;
  }
  .mt-xlg-1 {
    margin-top: 8px !important;
  }
  .mb-xlg-1 {
    margin-bottom: 8px !important;
  }
  .ms-xlg-1 {
    margin-left: 8px !important;
  }
  .me-xlg-1 {
    margin-right: 8px !important;
  }
  .mx-xlg-1 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-xlg-1 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .p-xlg-2 {
    padding: 12px !important;
  }
  .pt-xlg-2 {
    padding-top: 12px !important;
  }
  .pb-xlg-2 {
    padding-bottom: 12px !important;
  }
  .ps-xlg-2 {
    padding-left: 12px !important;
  }
  .pe-xlg-2 {
    padding-right: 12px !important;
  }
  .px-xlg-2 {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .py-xlg-2 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .m-xlg-2 {
    margin: 12px !important;
  }
  .mt-xlg-2 {
    margin-top: 12px !important;
  }
  .mb-xlg-2 {
    margin-bottom: 12px !important;
  }
  .ms-xlg-2 {
    margin-left: 12px !important;
  }
  .me-xlg-2 {
    margin-right: 12px !important;
  }
  .mx-xlg-2 {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .my-xlg-2 {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .p-xlg-3 {
    padding: 16px !important;
  }
  .pt-xlg-3 {
    padding-top: 16px !important;
  }
  .pb-xlg-3 {
    padding-bottom: 16px !important;
  }
  .ps-xlg-3 {
    padding-left: 16px !important;
  }
  .pe-xlg-3 {
    padding-right: 16px !important;
  }
  .px-xlg-3 {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .py-xlg-3 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
  .m-xlg-3 {
    margin: 16px !important;
  }
  .mt-xlg-3 {
    margin-top: 16px !important;
  }
  .mb-xlg-3 {
    margin-bottom: 16px !important;
  }
  .ms-xlg-3 {
    margin-left: 16px !important;
  }
  .me-xlg-3 {
    margin-right: 16px !important;
  }
  .mx-xlg-3 {
    margin-left: 16px !important;
    margin-right: 16px !important;
  }
  .my-xlg-3 {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
  }
  .p-xlg-4 {
    padding: 24px !important;
  }
  .pt-xlg-4 {
    padding-top: 24px !important;
  }
  .pb-xlg-4 {
    padding-bottom: 24px !important;
  }
  .ps-xlg-4 {
    padding-left: 24px !important;
  }
  .pe-xlg-4 {
    padding-right: 24px !important;
  }
  .px-xlg-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .py-xlg-4 {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .m-xlg-4 {
    margin: 24px !important;
  }
  .mt-xlg-4 {
    margin-top: 24px !important;
  }
  .mb-xlg-4 {
    margin-bottom: 24px !important;
  }
  .ms-xlg-4 {
    margin-left: 24px !important;
  }
  .me-xlg-4 {
    margin-right: 24px !important;
  }
  .mx-xlg-4 {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .my-xlg-4 {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .p-xlg-5 {
    padding: 32px !important;
  }
  .pt-xlg-5 {
    padding-top: 32px !important;
  }
  .pb-xlg-5 {
    padding-bottom: 32px !important;
  }
  .ps-xlg-5 {
    padding-left: 32px !important;
  }
  .pe-xlg-5 {
    padding-right: 32px !important;
  }
  .px-xlg-5 {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .py-xlg-5 {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  .m-xlg-5 {
    margin: 32px !important;
  }
  .mt-xlg-5 {
    margin-top: 32px !important;
  }
  .mb-xlg-5 {
    margin-bottom: 32px !important;
  }
  .ms-xlg-5 {
    margin-left: 32px !important;
  }
  .me-xlg-5 {
    margin-right: 32px !important;
  }
  .mx-xlg-5 {
    margin-left: 32px !important;
    margin-right: 32px !important;
  }
  .my-xlg-5 {
    margin-top: 32px !important;
    margin-bottom: 32px !important;
  }
  .p-xlg-6 {
    padding: 48px !important;
  }
  .pt-xlg-6 {
    padding-top: 48px !important;
  }
  .pb-xlg-6 {
    padding-bottom: 48px !important;
  }
  .ps-xlg-6 {
    padding-left: 48px !important;
  }
  .pe-xlg-6 {
    padding-right: 48px !important;
  }
  .px-xlg-6 {
    padding-left: 48px !important;
    padding-right: 48px !important;
  }
  .py-xlg-6 {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  .m-xlg-6 {
    margin: 48px !important;
  }
  .mt-xlg-6 {
    margin-top: 48px !important;
  }
  .mb-xlg-6 {
    margin-bottom: 48px !important;
  }
  .ms-xlg-6 {
    margin-left: 48px !important;
  }
  .me-xlg-6 {
    margin-right: 48px !important;
  }
  .mx-xlg-6 {
    margin-left: 48px !important;
    margin-right: 48px !important;
  }
  .my-xlg-6 {
    margin-top: 48px !important;
    margin-bottom: 48px !important;
  }
  .m-xlg-auto {
    margin: auto !important;
  }
  .mt-xlg-auto {
    margin-top: auto !important;
  }
  .mb-xlg-auto {
    margin-bottom: auto !important;
  }
  .ms-xlg-auto {
    margin-left: auto !important;
  }
  .me-xlg-auto {
    margin-right: auto !important;
  }
  .mx-xlg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-xlg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .gap-xlg-0 {
    gap: 0 !important;
  }
  .gap-xlg-1 {
    gap: 8px !important;
  }
  .gap-xlg-2 {
    gap: 12px !important;
  }
  .gap-xlg-3 {
    gap: 16px !important;
  }
  .gap-xlg-4 {
    gap: 24px !important;
  }
  .gap-xlg-5 {
    gap: 32px !important;
  }
  .gap-xlg-6 {
    gap: 48px !important;
  }
  .flex-xlg-row {
    flex-direction: row !important;
  }
  .flex-xlg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xlg-column {
    flex-direction: column !important;
  }
  .flex-xlg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-xlg-start {
    justify-content: flex-start !important;
  }
  .justify-content-xlg-end {
    justify-content: flex-end !important;
  }
  .justify-content-xlg-center {
    justify-content: center !important;
  }
  .justify-content-xlg-between {
    justify-content: space-between !important;
  }
  .justify-content-xlg-around {
    justify-content: space-around !important;
  }
  .justify-content-xlg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xlg-start {
    align-items: flex-start !important;
  }
  .align-items-xlg-end {
    align-items: flex-end !important;
  }
  .align-items-xlg-center {
    align-items: center !important;
  }
  .align-items-xlg-baseline {
    align-items: baseline !important;
  }
  .align-items-xlg-stretch {
    align-items: stretch !important;
  }
  .fs-xlg-xs {
    font-size: 12px !important;
  }
  .fs-xlg-sm {
    font-size: 13px !important;
  }
  .fs-xlg-base {
    font-size: 15px !important;
  }
  .fs-xlg-md {
    font-size: 15px !important;
  }
  .fs-xlg-lg {
    font-size: 17px !important;
  }
  .fs-xlg-xl {
    font-size: 19px !important;
  }
  .fs-xlg-2xl {
    font-size: 21px !important;
  }
  .text-xlg-start {
    text-align: left !important;
  }
  .text-xlg-center {
    text-align: center !important;
  }
  .text-xlg-end {
    text-align: right !important;
  }
  .w-xlg-25 {
    width: 25% !important;
  }
  .w-xlg-50 {
    width: 50% !important;
  }
  .w-xlg-75 {
    width: 75% !important;
  }
  .w-xlg-100 {
    width: 100% !important;
  }
  .w-xlg-auto {
    width: auto !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 480px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 599px) {
  .hidden-xl-down {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .hidden-xl-up {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1439px) {
  .hidden-xlg-down {
    display: none !important;
  }
}
@media (min-width: 1440px) {
  .hidden-xlg-up {
    display: none !important;
  }
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('../fonts/Outfit-Light.woff2') format('woff2'), url('../fonts/Outfit-Light.woff') format('woff');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/Outfit-Regular.woff2') format('woff2'), url('../fonts/Outfit-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url('../fonts/Outfit-Medium.woff2') format('woff2'), url('../fonts/Outfit-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url('../fonts/Outfit-Semibold.woff2') format('woff2'), url('../fonts/Outfit-Semibold.woff') format('woff');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/SpaceMono-Regular.woff2') format('woff2'), url('../fonts/SpaceMono-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Space Mono';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../fonts/SpaceMono-Bold.woff2') format('woff2'), url('../fonts/SpaceMono-Bold.woff') format('woff');
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: 'Outfit', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--headings-color);
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 21px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 17px;
}
h6,
.h6 {
  font-size: 15px;
}
.display-1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.display-2 {
  font-size: 56px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.display-3 {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03em;
}
.display-4 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.display-5 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.02em;
}
.display-6 {
  font-size: 31px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.display-6 {
  margin-bottom: 16px;
  font-family: 'Outfit', sans-serif;
  color: var(--headings-color);
}
p {
  margin-top: 0;
  margin-bottom: 16px;
}
.lead {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: rgba(232, 232, 240, 0.6);
}
mark,
.mark {
  padding: 3px 6px;
  background-color: var(--mark-bg);
  color: #E8E8F0;
  border-radius: 4px;
}
small,
.small {
  font-size: 85%;
  font-weight: inherit;
}
strong,
.fw-bold {
  font-weight: 700;
}
.fw-medium {
  font-weight: 500;
}
.fw-semibold {
  font-weight: 600;
}
.fw-normal {
  font-weight: 400;
}
.fw-light {
  font-weight: 300;
}
em,
.fst-italic {
  font-style: italic;
}
.fst-normal {
  font-style: normal;
}
.text-start {
  text-align: left;
}
.text-end {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-wrap {
  white-space: normal;
}
.text-nowrap {
  white-space: nowrap;
}
.text-break {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-decoration-none {
  text-decoration: none;
}
.text-decoration-underline {
  text-decoration: underline;
}
.text-decoration-line-through {
  text-decoration: line-through;
}
.lh-1 {
  line-height: 1;
}
.lh-sm {
  line-height: 1.25;
}
.lh-base {
  line-height: 1.5;
}
.lh-lg {
  line-height: 1.75;
}
.font-monospace {
  font-family: 'Space Mono', monospace;
}
.text-primary {
  color: #E86A6A;
}
.text-secondary {
  color: #A347E6;
}
.text-success {
  color: #06D6A0;
}
.text-danger {
  color: #EF4565;
}
.text-warning {
  color: #FFB800;
}
.text-info {
  color: #508ff5;
}
.text-light {
  color: rgba(232, 232, 240, 0.8);
}
.text-dark {
  color: #7F8891;
}
.text-white {
  color: #E8E8F0;
}
.text-muted {
  color: rgba(232, 232, 240, 0.6);
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 16px;
}
code {
  font-size: 90%;
  font-family: 'Space Mono', monospace;
  color: #D946EF;
  background-color: rgba(46, 46, 56, 0.5);
  padding: 2px 6px;
  border-radius: 4px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
kbd {
  font-size: 90%;
  font-family: 'Space Mono', monospace;
  color: #E8E8F0;
  background-color: #2e2e38;
  padding: 2px 6px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 13px;
  font-family: 'Space Mono', monospace;
  color: #E8E8F0;
  background-color: #2e2e38;
  padding: 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.38) transparent;
}
pre::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
pre::-webkit-scrollbar-track {
  background: transparent;
}
pre::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.38);
}
pre::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.62);
}
pre code {
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}
.blockquote {
  margin-bottom: 24px;
  font-size: 17px;
  padding: 16px 24px;
  border-left: 4px solid #E86A6A;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: 12px;
  font-size: 13px;
  color: var(--blockquote-small-color);
}
.blockquote-footer::before {
  content: "\2014\00A0";
}
hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid var(--hr-border-color);
  opacity: 0.1;
}
dt {
  font-weight: 600;
  color: #E8E8F0;
}
dd {
  margin-bottom: 12px;
  margin-left: 0;
  color: rgba(232, 232, 240, 0.8);
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .display-1 {
    font-size: 42px;
  }
  .display-2 {
    font-size: 36px;
  }
  .display-3 {
    font-size: 31px;
  }
  .display-4 {
    font-size: 32px;
  }
  .display-5 {
    font-size: 28px;
  }
  .display-6 {
    font-size: 21px;
  }
  h1,
  .h1 {
    font-size: 28px;
  }
  h2,
  .h2 {
    font-size: 21px;
  }
  h3,
  .h3 {
    font-size: 19px;
  }
}
.grid,
.grid-stats,
.grid-content,
.grid-features,
.grid-cards {
  display: grid;
  gap: 16px;
  margin-bottom: 16px;
}
.grid > * {
  margin-bottom: 0;
}
.grid-gap-xs {
  gap: 8px;
}
.grid-gap-sm {
  gap: 12px;
}
.grid-gap-md {
  gap: 16px;
}
.grid-gap-lg {
  gap: 24px;
}
.grid-gap-xl {
  gap: 32px;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, 1fr);
}
.grid-cols-2,
.grid-content {
  grid-template-columns: repeat(2, 1fr);
}
.grid-cols-3,
.grid-features {
  grid-template-columns: repeat(3, 1fr);
}
.grid-cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid-cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid-cols-6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid-cols-7 {
  grid-template-columns: repeat(7, 1fr);
}
.grid-cols-8 {
  grid-template-columns: repeat(8, 1fr);
}
.grid-cols-9 {
  grid-template-columns: repeat(9, 1fr);
}
.grid-cols-10 {
  grid-template-columns: repeat(10, 1fr);
}
.grid-cols-11 {
  grid-template-columns: repeat(11, 1fr);
}
.grid-cols-12 {
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 1439px) {
  .grid-cols-xlg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-xlg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-xlg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-xlg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-xlg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-xlg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-xlg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-xlg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-cols-xlg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-cols-xlg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-cols-xlg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-cols-xlg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 1199px) {
  .grid-cols-lg-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-lg-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-lg-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-lg-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-lg-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-lg-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-lg-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-lg-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-cols-lg-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-cols-lg-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-cols-lg-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-cols-lg-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (max-width: 991px) {
  .grid-cols-md-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-md-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-md-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-md-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-md-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-md-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-md-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-md-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-cols-md-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-cols-md-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-cols-md-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-cols-md-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-gap-md-xs {
    gap: 8px;
  }
  .grid-gap-md-sm {
    gap: 12px;
  }
  .grid-gap-md-md {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .grid-cols-sm-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-sm-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-sm-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-sm-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-sm-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-sm-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-cols-sm-7 {
    grid-template-columns: repeat(7, 1fr);
  }
  .grid-cols-sm-8 {
    grid-template-columns: repeat(8, 1fr);
  }
  .grid-cols-sm-9 {
    grid-template-columns: repeat(9, 1fr);
  }
  .grid-cols-sm-10 {
    grid-template-columns: repeat(10, 1fr);
  }
  .grid-cols-sm-11 {
    grid-template-columns: repeat(11, 1fr);
  }
  .grid-cols-sm-12 {
    grid-template-columns: repeat(12, 1fr);
  }
  .grid-gap-sm-xs {
    gap: 8px;
  }
  .grid-gap-sm-sm {
    gap: 12px;
  }
}
@media (max-width: 479px) {
  .grid-cols-xs-1 {
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-cols-xs-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-cols-xs-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-cols-xs-4 {
    grid-template-columns: repeat(4, 1fr);
  }
  .grid-cols-xs-5 {
    grid-template-columns: repeat(5, 1fr);
  }
  .grid-cols-xs-6 {
    grid-template-columns: repeat(6, 1fr);
  }
  .grid-gap-xs-xs {
    gap: 8px;
  }
}
.grid-auto-fit {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.grid-auto-fill {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.grid-stats {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}
@media (max-width: 991px) {
  .grid-stats {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .grid-stats {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
.grid-content {
  gap: 24px;
}
.grid-features {
  gap: 32px;
}
.grid-cards {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
}
@media (max-width: 767px) {
  .grid-cards {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
  }
}
@keyframes pulse {
  0%,
  100% {
    opacity: 0.15;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes reactionFloat {
  0% {
    transform: translateY(0) scale(1.2);
    opacity: 0;
  }
  10% {
    transform: translateY(-15px) scale(1.15);
    opacity: 1;
  }
  90% {
    transform: translateY(-305px) scale(0.85);
    opacity: 1;
  }
  100% {
    transform: translateY(-330px) scale(0.75);
    opacity: 0;
  }
}
@keyframes statusDropdownPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(163, 71, 230, 0.7);
  }
  50% {
    transform: scale(1.1);
    box-shadow: 0 0 0 8px rgba(163, 71, 230, 0);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.fa-spin,
.loader-2,
.loader-3,
.loader-4 {
  animation: spin 1s linear infinite;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
@keyframes float {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }
  25% {
    transform: translate(30px, -30px) scale(1.05);
  }
  50% {
    transform: translate(-20px, 20px) scale(0.95);
  }
  75% {
    transform: translate(20px, 10px) scale(1.02);
  }
}
@keyframes glow {
  from {
    filter: drop-shadow(0 0 20px rgba(232, 106, 106, 0.3));
  }
  to {
    filter: drop-shadow(0 0 40px rgba(163, 71, 230, 0.4));
  }
}
@keyframes pulseScale {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }
}
.icon {
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .input-group-text,
.input-group > .btn {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group > .input-group-text {
  flex: 0 0 auto;
  width: auto;
}
.input-group > .btn {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  width: auto;
}
.input-group > .btn:hover,
.input-group > .btn:focus,
.input-group > .btn:active {
  z-index: 3;
  transform: none;
}
.input-group > :not(:first-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .dropdown {
  flex: 0 0 auto;
  display: flex;
}
.input-group > .dropdown > .btn,
.input-group > .dropdown > button {
  z-index: 2;
}
.input-group > .dropdown > .btn:hover,
.input-group > .dropdown > button:hover,
.input-group > .dropdown > .btn:focus,
.input-group > .dropdown > button:focus,
.input-group > .dropdown > .btn:active,
.input-group > .dropdown > button:active {
  z-index: 3;
}
.input-group > .dropdown:first-child > .btn,
.input-group > .dropdown:first-child > button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .dropdown:last-child > .btn,
.input-group > .dropdown:last-child > button {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .dropdown:not(:first-child):not(:last-child) > .btn,
.input-group > .dropdown:not(:first-child):not(:last-child) > button {
  margin-left: -1px;
  border-radius: 0;
}
.input-group:has(textarea) {
  align-items: flex-end;
}
.input-group:has(textarea) > textarea {
  line-height: 1.067;
}
.input-group:has(textarea) > .btn,
.input-group:has(textarea) > button,
.input-group:has(textarea) > .input-group-text,
.input-group:has(textarea) > .dropdown,
.input-group:has(textarea) > .dropdown > .btn,
.input-group:has(textarea) > .dropdown > button {
  min-height: 0;
  border-width: 1px;
}
.input-group > .form-floating {
  flex: 1 1 auto;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:last-child) > .form-control,
.input-group > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.067;
  color: rgba(232, 232, 240, 0.6);
  text-align: center;
  white-space: nowrap;
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.input-group-text i {
  line-height: 1;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin: 0;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.077;
  min-height: 32px;
}
.input-group-sm > .form-select {
  padding-right: 40px;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 12px 24px;
  font-size: 17px;
  line-height: 1.294;
  min-height: 48px;
}
.input-group-lg > .form-select {
  padding-right: 56px;
}
.chat-input-bar {
  background: rgba(20, 20, 26, 0.5);
  border-radius: 10px;
  padding: 4px;
  display: flex;
  align-items: center;
  flex: 1;
}
.chat-input-bar input {
  background: transparent;
  border: none;
  color: #fff;
  padding: 8px 12px;
  flex: 1;
  outline: none;
  font-size: 15px;
}
.chat-input-bar input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.floating-input-panel {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 900;
  width: 100%;
  max-width: 600px;
  padding: 0 16px;
}
@media (max-width: 991px) {
  .floating-input-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    background: rgba(0, 0, 0, 0.82);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 12px 16px;
  }
}
@media (max-width: 767px) {
  .input-group-stack-mobile {
    flex-direction: column;
  }
  .input-group-stack-mobile > * {
    width: 100% !important;
    border-radius: 4px !important;
    margin-left: 0 !important;
    margin-bottom: 8px;
  }
  .input-group-stack-mobile > *:last-child {
    margin-bottom: 0;
  }
}
.form-group {
  margin-bottom: 16px;
}
.form-control {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: #E8E8F0;
  background: #2e2e38;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::placeholder {
  color: #7F8891;
  opacity: 1;
}
.form-control:focus {
  color: #E8E8F0;
  background: #2e2e38;
  border-color: #E86A6A;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(232, 106, 106, 0.15);
}
.form-control:disabled,
.form-control[readonly] {
  background: rgba(45, 45, 58, 0.3);
  opacity: 0.6;
  cursor: not-allowed;
}
.form-control:disabled {
  pointer-events: none;
}
textarea.form-control {
  line-height: 1.5;
}
.form-input {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: #E8E8F0;
  background: #2e2e38;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-input::placeholder {
  color: #7F8891;
  opacity: 1;
}
.form-input:focus {
  color: #E8E8F0;
  background: #2e2e38;
  border-color: #E86A6A;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(232, 106, 106, 0.15);
}
.form-input:disabled,
.form-input[readonly] {
  background: rgba(45, 45, 58, 0.3);
  opacity: 0.6;
  cursor: not-allowed;
}
.form-input:disabled {
  pointer-events: none;
}
.form-select {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: #E8E8F0;
  background: #2e2e38;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding-right: 48px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(232, 232, 240, 0.6)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
}
.form-select::placeholder {
  color: #7F8891;
  opacity: 1;
}
.form-select:focus {
  color: #E8E8F0;
  background: #2e2e38;
  border-color: #E86A6A;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(232, 106, 106, 0.15);
}
.form-select:disabled,
.form-select[readonly] {
  background: rgba(45, 45, 58, 0.3);
  opacity: 0.6;
  cursor: not-allowed;
}
.form-select:disabled {
  pointer-events: none;
}
.form-select:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23E86A6A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
}
.form-select:disabled {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba(232, 232, 240, 0.3)' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 12px;
}
.form-select option {
  background: #2e2e38;
  color: #E8E8F0;
}
.form-textarea {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: #E8E8F0;
  background: #2e2e38;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  min-height: 100px;
  resize: vertical;
  line-height: 1.5;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.38) transparent;
}
.form-textarea::placeholder {
  color: #7F8891;
  opacity: 1;
}
.form-textarea:focus {
  color: #E8E8F0;
  background: #2e2e38;
  border-color: #E86A6A;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(232, 106, 106, 0.15);
}
.form-textarea:disabled,
.form-textarea[readonly] {
  background: rgba(45, 45, 58, 0.3);
  opacity: 0.6;
  cursor: not-allowed;
}
.form-textarea:disabled {
  pointer-events: none;
}
.form-textarea::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.form-textarea::-webkit-scrollbar-track {
  background: transparent;
}
.form-textarea::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.38);
}
.form-textarea::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.62);
}
.form-textarea.resize-none {
  resize: none;
}
.form-textarea.resize-horizontal {
  resize: horizontal;
}
.form-control-sm {
  min-height: 32px;
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.077;
  border-radius: 4px;
}
.form-control-lg {
  min-height: 48px;
  padding: 12px 24px;
  font-size: 17px;
  line-height: 1.294;
  border-radius: 8px;
}
.form-label {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(232, 232, 240, 0.6);
  font-size: 15px;
  font-weight: 600;
}
.form-text {
  margin-top: 8px;
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
  line-height: 1.4;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: 56px;
  line-height: 1.25;
  padding: 16px;
  padding-top: 24px;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 16px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  color: #7F8891;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-select {
  padding-top: 24px;
  padding-bottom: 8px;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-8px) translateX(2px);
}
.form-floating > .form-control:focus ~ label {
  color: #E86A6A;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #06D6A0;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2306D6A0' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #06D6A0;
  box-shadow: 0 0 0 3px rgba(6, 214, 160, 0.15);
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #EF4565;
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23EF4565'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23EF4565' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px 16px;
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #EF4565;
  box-shadow: 0 0 0 3px rgba(239, 69, 101, 0.15);
}
.valid-feedback,
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
}
.valid-feedback {
  color: #06D6A0;
}
.invalid-feedback {
  color: #EF4565;
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:invalid ~ .invalid-feedback,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-invalid ~ .invalid-feedback {
  display: block;
}
.form-check {
  display: block;
  min-height: 24px;
  padding-left: 28px;
  margin-bottom: 8px;
}
.form-check .form-check-input {
  float: left;
  margin-left: -28px;
}
.form-check-input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  vertical-align: top;
  background-color: #2e2e38;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #757575;
  appearance: none;
  print-color-adjust: exact;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.form-check-input[type="checkbox"] {
  border-radius: 4px;
}
.form-check-input[type="radio"] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(110%);
}
.form-check-input:focus {
  border-color: #E86A6A;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(232, 106, 106, 0.15);
}
.form-check-input:checked {
  background-color: #E86A6A;
  border-color: #E86A6A;
}
.form-check-input:checked[type="checkbox"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type="radio"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
  cursor: not-allowed;
}
.form-check-label {
  color: rgba(232, 232, 240, 0.8);
  cursor: pointer;
  user-select: none;
}
.form-check-inline {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.form-switch {
  padding-left: 48px;
}
.form-switch .form-check-input {
  width: 40px;
  margin-left: -48px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,0.6)'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 40px;
  transition: background-position 0.15s ease-in-out;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba(255,255,255,0.8)'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-control[type="file"] {
  overflow: hidden;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control[type="color"] {
  height: 44px;
  padding: 8px;
}
.form-control[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
.form-control[type="color"]::-webkit-color-swatch {
  border: none;
  border-radius: 4px;
}
.form-range {
  width: 100%;
  height: 24px;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(232, 106, 106, 0.15);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(232, 106, 106, 0.15);
}
.form-range::-webkit-slider-track {
  width: 100%;
  height: 4px;
  background: rgba(45, 45, 58, 0.3);
  border-radius: 2px;
}
.form-range::-webkit-slider-thumb {
  width: 16px;
  height: 16px;
  margin-top: -6px;
  background: #E86A6A;
  border: 0;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.form-range::-webkit-slider-thumb:active {
  background: #EF5D5D;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 4px;
  background: rgba(45, 45, 58, 0.3);
  border-radius: 2px;
}
.form-range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #E86A6A;
  border: 0;
  border-radius: 50%;
  appearance: none;
  transition: background-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.form-range::-moz-range-thumb:active {
  background: #EF5D5D;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background: #7F8891;
}
.form-range:disabled::-moz-range-thumb {
  background: #7F8891;
}
.password-input {
  position: relative;
}
.password-toggle {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #7F8891;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
}
.password-toggle:hover {
  color: rgba(232, 232, 240, 0.6);
}
.forgot-password {
  text-align: right;
  margin-top: 8px;
}
.forgot-password a {
  font-size: 13px;
  color: #7F8891;
  text-decoration: none;
  transition: color 0.2s ease;
}
.forgot-password a:hover {
  color: rgba(232, 232, 240, 0.6);
}
.form-group__label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: rgba(232, 232, 240, 0.6);
  margin-bottom: 8px;
}
.form-group__input-wrapper {
  position: relative;
}
.form-group__input {
  display: block;
  width: 100%;
  padding: 12px 16px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: #E8E8F0;
  background: #2e2e38;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  appearance: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 12px;
  padding: 14px 16px;
  font-size: 15px;
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(232, 106, 106, 0.2);
}
.form-group__input::placeholder {
  color: #7F8891;
  opacity: 1;
}
.form-group__input:focus {
  color: #E8E8F0;
  background: #2e2e38;
  border-color: #E86A6A;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(232, 106, 106, 0.15);
}
.form-group__input:disabled,
.form-group__input[readonly] {
  background: rgba(45, 45, 58, 0.3);
  opacity: 0.6;
  cursor: not-allowed;
}
.form-group__input:disabled {
  pointer-events: none;
}
.form-group__input:focus {
  background: rgba(45, 45, 58, 0.5);
}
.form-group__toggle-password {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: rgba(232, 232, 240, 0.6);
  cursor: pointer;
  font-size: 18px;
  padding: 0;
  transition: color 0.3s ease;
}
.form-group__toggle-password:hover {
  color: #E86A6A;
}
.form-group__checkbox {
  display: flex;
  align-items: center;
  gap: 8px;
}
.form-group__checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #E86A6A;
  cursor: pointer;
}
.form-group__checkbox label {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.8);
  cursor: pointer;
}
.form-group__link {
  color: #E86A6A;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}
.form-group__link:hover {
  color: #B794F6;
}
.form-group__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.form-row {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 16px;
}
.form-control--transparent {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 4px 8px;
}
.form-control--transparent:hover {
  border-color: rgba(255, 255, 255, 0.15);
  cursor: text;
}
.form-control--transparent:focus {
  border-color: rgba(255, 255, 255, 0.15);
  background: transparent;
  box-shadow: none;
}
.form-control--flush {
  margin: -5px -9px;
}
.form-control--inherit {
  font-size: inherit;
  font-weight: inherit;
}
.avatar {
  line-height: 1;
  border-radius: 50%;
  background: linear-gradient(135deg, #E86A6A, #A347E6);
  background: rgba(0, 0, 0, 0.38);
  object-fit: cover;
  flex-shrink: 0;
  overflow: hidden;
}
.avatar.avatar-sm {
  width: 28px;
  height: 28px;
}
.avatar.avatar-md {
  width: 32px;
  height: 32px;
}
.avatar.avatar-lg {
  width: 36px;
  height: 36px;
}
.avatar.avatar-xl {
  width: 40px;
  height: 40px;
}
.avatar.avatar-2xl {
  width: 44px;
  height: 44px;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
}
.btn i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #E86A6A;
  color: #FFFFFF;
  padding: 12px 24px;
  gap: 4px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #e34747;
  min-height: 42px;
}
.btn-primary i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-primary:hover:not(:disabled) {
  background: #e55454;
  border-color: #e13e3e;
}
.btn-primary:disabled {
  background: rgba(232, 106, 106, 0.6);
  border-color: rgba(232, 106, 106, 0.6);
}
.btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #A347E6;
  color: #FFFFFF;
  padding: 12px 24px;
  gap: 4px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #9123e1;
  min-height: 42px;
}
.btn-secondary i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-secondary:hover:not(:disabled) {
  background: #9831e3;
  border-color: #8c1edc;
}
.btn-secondary:disabled {
  background: rgba(163, 71, 230, 0.6);
  border-color: rgba(163, 71, 230, 0.6);
}
.btn-outline-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  color: #E86A6A;
  padding: 12px 24px;
  gap: 4px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #E86A6A;
  min-height: 42px;
}
.btn-outline-primary i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-outline-primary:hover:not(:disabled) {
  background: #e65d5d;
  color: #FFFFFF;
  border-color: #e65d5d;
}
.btn-outline-primary:disabled {
  color: rgba(232, 106, 106, 0.6);
  border-color: rgba(232, 106, 106, 0.6);
}
.btn-outline-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  color: #A347E6;
  padding: 12px 24px;
  gap: 4px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #A347E6;
  min-height: 42px;
}
.btn-outline-secondary i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-secondary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-outline-secondary:hover:not(:disabled) {
  background: #9c3ae4;
  color: #FFFFFF;
  border-color: #9c3ae4;
}
.btn-outline-secondary:disabled {
  color: rgba(163, 71, 230, 0.6);
  border-color: rgba(163, 71, 230, 0.6);
}
.btn-outline-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  color: #EEEEEE;
  padding: 12px 24px;
  gap: 4px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #EEEEEE;
  min-height: 42px;
}
.btn-outline-light i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-light:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-outline-light:hover:not(:disabled) {
  background: #f3f3f3;
  color: #212121;
  border-color: #f3f3f3;
}
.btn-outline-light:disabled {
  color: rgba(238, 238, 238, 0.6);
  border-color: rgba(238, 238, 238, 0.6);
}
.btn-outline-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  color: #424242;
  padding: 12px 24px;
  gap: 4px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #424242;
  min-height: 42px;
}
.btn-outline-dark i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-outline-dark:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-outline-dark:hover:not(:disabled) {
  background: #3a3a3a;
  color: #FFFFFF;
  border-color: #3a3a3a;
}
.btn-outline-dark:disabled {
  color: rgba(66, 66, 66, 0.6);
  border-color: rgba(66, 66, 66, 0.6);
}
.btn-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #EEEEEE;
  color: #212121;
  padding: 12px 24px;
  gap: 4px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #EEEEEE;
  min-height: 42px;
}
.btn-light i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-light:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-light:hover:not(:disabled) {
  background: #f6f6f6;
  border-color: #f6f6f6;
}
.btn-light:disabled {
  background: rgba(238, 238, 238, 0.6);
  border-color: rgba(238, 238, 238, 0.6);
}
.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #424242;
  color: #FFFFFF;
  padding: 12px 24px;
  gap: 4px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #424242;
  min-height: 42px;
}
.btn-dark i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-dark:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-dark:hover:not(:disabled) {
  background: #353535;
  border-color: #353535;
}
.btn-dark:disabled {
  background: rgba(66, 66, 66, 0.6);
  border-color: rgba(66, 66, 66, 0.6);
}
.header-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  width: 36px;
  height: 36px;
  background: rgba(46, 46, 56, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: #fff;
}
.header-btn i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
@media (max-width: 991px) {
  .header-btn {
    border-radius: 50%;
  }
}
.header-btn:hover:not(:disabled) {
  background: rgba(46, 46, 56, 0.9);
  border-color: rgba(255, 255, 255, 0.15);
}
.btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #E8E8F0;
  padding: 12px 24px;
  gap: 8px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  min-height: 42px;
}
.btn-ghost i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-ghost:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-ghost:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.6);
}
.btn-ghost:disabled {
  border-color: rgba(255, 255, 255, 0.15);
  color: rgba(232, 232, 240, 0.5);
}
.btn-lg {
  padding: 12px 32px;
  font-size: 17px;
  line-height: 1.294;
  min-height: 48px;
}
@media (max-width: 479px) {
  .btn-lg {
    padding: 12px 24px;
    font-size: 15px;
  }
}
.btn-sm {
  padding: 8px 12px;
  font-size: 13px;
  line-height: 1.077;
  min-height: 32px;
}
.btn-block {
  display: block;
  width: 100%;
  text-align: center;
}
.btn-block + .btn-block {
  margin-top: 16px;
}
.btn-dismiss {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: none;
  color: rgba(232, 232, 240, 0.6);
  font-size: 11px;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.btn-dismiss:hover {
  color: #E86A6A;
  background: rgba(232, 106, 106, 0.1);
}
.btn-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  color: #E8E8F0;
  padding: 12px;
  font-size: 13px;
  font-weight: 500;
  gap: 8px;
  transition: all 0.2s ease;
  width: 100%;
  min-height: 42px;
}
.btn-social i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-social:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-social:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.5);
}
.btn-social i {
  font-size: 17px;
}
.social-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
  line-height: 1.067;
  white-space: nowrap;
  background: #E86A6A;
  color: #FFFFFF;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  border: 1px solid #e34747;
  min-height: 42px;
  flex-direction: column;
  gap: 4px;
  padding: 16px 24px;
  margin: 0;
  text-align: center;
  font-size: 15px;
}
.btn-cta i {
  line-height: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn-cta:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-cta:hover:not(:disabled) {
  background: #e55454;
  border-color: #e13e3e;
}
.btn-cta:disabled {
  background: rgba(232, 106, 106, 0.6);
  border-color: rgba(232, 106, 106, 0.6);
}
.btn-cta:hover:not(:disabled),
.btn-cta:focus:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(232, 106, 106, 0.3);
}
.btn-group {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.btn-group > .btn,
.btn-group > button,
.btn-group > .dropdown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  position: relative;
  flex-shrink: 0;
}
.btn-group > .btn + .btn,
.btn-group > .btn + .dropdown,
.btn-group > .dropdown + .btn,
.btn-group > .dropdown + .dropdown,
.btn-group > button + button,
.btn-group > button + .dropdown,
.btn-group > .dropdown + button {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > button,
.btn-group > .dropdown > .btn,
.btn-group > .dropdown > button {
  border-radius: 0;
}
.btn-group > .btn:first-child,
.btn-group > button:first-child {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.btn-group > .dropdown:first-child > .btn,
.btn-group > .dropdown:first-child > button {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.btn-group > .btn:last-child:not(.dropdown-toggle),
.btn-group > button:last-child {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.btn-group > .dropdown:last-child > .btn,
.btn-group > .dropdown:last-child > button {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
.btn-group > .btn:only-child,
.btn-group > button:only-child {
  border-radius: 8px !important;
}
.btn-group > .dropdown:only-child > .btn,
.btn-group > .dropdown:only-child > button {
  border-radius: 8px !important;
}
.btn-group > .btn:hover,
.btn-group > button:hover,
.btn-group > .dropdown:hover > .btn,
.btn-group > .dropdown:hover > button {
  z-index: 1;
}
.btn-group > .btn:active,
.btn-group > button:active,
.btn-group > .btn.active,
.btn-group > button.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group > button:focus,
.btn-group > .dropdown > .btn:focus,
.btn-group > .dropdown > button:focus {
  z-index: 3;
}
.btn-group > .dropdown.show {
  z-index: 1000;
}
.btn-group > .dropdown.show > .btn,
.btn-group > .dropdown.show > button {
  z-index: inherit;
}
.btn-group-vertical {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  isolation: isolate;
}
.btn-group-vertical > .btn,
.btn-group-vertical > button,
.btn-group-vertical > .dropdown {
  width: 100%;
  margin: 0;
  border-radius: 0;
  position: relative;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .dropdown,
.btn-group-vertical > .dropdown + .btn,
.btn-group-vertical > .dropdown + .dropdown,
.btn-group-vertical > button + button,
.btn-group-vertical > button + .dropdown,
.btn-group-vertical > .dropdown + button {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > :first-child {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.btn-group-vertical > :first-child.btn,
.btn-group-vertical > :first-child > .btn,
.btn-group-vertical > :first-child > button {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.btn-group-vertical > :last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.btn-group-vertical > :last-child.btn,
.btn-group-vertical > :last-child > .btn,
.btn-group-vertical > :last-child > button {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.btn-group-vertical > .btn:hover,
.btn-group-vertical > button:hover,
.btn-group-vertical > .dropdown:hover {
  z-index: 1;
}
.btn-group-vertical > .dropdown.show {
  z-index: 100;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
}
.pagination--start {
  justify-content: flex-start;
}
.pagination--end {
  justify-content: flex-end;
}
.pagination-item {
  display: inline-flex;
}
.pagination-link {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  background: var(--pagination-bg, transparent);
  border: 1px solid var(--pagination-border-color, rgba(255, 255, 255, 0.15));
  border-radius: 8px;
  color: var(--pagination-color, rgba(232, 232, 240, 0.6));
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.15s ease;
  user-select: none;
}
.pagination-link:hover:not(:disabled):not(.disabled) {
  background: var(--pagination-hover-bg, #2e2e38);
  border-color: var(--pagination-hover-border-color, rgba(255, 255, 255, 0.2));
  color: var(--pagination-hover-color, #E8E8F0);
  text-decoration: none;
}
.pagination-link:focus-visible {
  outline: 2px solid #A347E6;
  outline-offset: 2px;
  z-index: 1;
}
.pagination-link:active:not(:disabled):not(.disabled) {
  background: #3a3a46;
  transform: scale(0.97);
}
.pagination-link i {
  font-size: 12px;
}
.pagination-link--active,
.pagination-item--active .pagination-link {
  color: var(--pagination-active-color-primary, #E86A6A);
  background: var(--pagination-active-bg-primary, rgba(232, 106, 106, 0.1));
  border-color: var(--pagination-active-border-primary, rgba(232, 106, 106, 0.3));
  pointer-events: none;
}
.pagination-link--active:hover,
.pagination-item--active .pagination-link:hover {
  background: var(--pagination-active-bg-primary, rgba(232, 106, 106, 0.1));
  border-color: var(--pagination-active-border-primary, rgba(232, 106, 106, 0.3));
}
.pagination-link:disabled,
.pagination-link.disabled,
.pagination-item--disabled .pagination-link {
  color: var(--pagination-disabled-color, #7F8891);
  background: var(--pagination-disabled-bg, transparent);
  border-color: var(--pagination-disabled-border-color, rgba(255, 255, 255, 0.1));
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.pagination-ellipsis {
  min-width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  color: var(--pagination-ellipsis-color, rgba(232, 232, 240, 0.6));
  font-size: 13px;
  pointer-events: none;
  user-select: none;
}
.pagination-page-info {
  min-width: auto;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 0 16px;
  color: rgba(232, 232, 240, 0.6);
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  user-select: none;
}
.pagination-page-info strong {
  color: #E8E8F0;
  font-weight: 700;
}
.pagination--sm {
  gap: 4px;
}
.pagination--sm .pagination-link {
  min-width: 28px;
  height: 28px;
  padding: 0 8px;
  font-size: 12px;
  border-radius: 4px;
}
.pagination--sm .pagination-ellipsis {
  min-width: 28px;
  height: 28px;
  padding: 0 4px;
  font-size: 12px;
}
.pagination--sm .pagination-page-info {
  height: 28px;
  padding: 0 12px;
  font-size: 12px;
}
.pagination--lg {
  gap: 8px;
}
.pagination--lg .pagination-link {
  min-width: 50px;
  height: 50px;
  padding: 0 16px;
  font-size: 15px;
  border-radius: 12px;
}
.pagination--lg .pagination-ellipsis {
  min-width: 50px;
  height: 50px;
  padding: 0 8px;
  font-size: 15px;
}
.pagination--lg .pagination-page-info {
  height: 50px;
  padding: 0 16px;
  font-size: 15px;
}
.pagination--rounded .pagination-link {
  border-radius: 50%;
}
.pagination--borderless .pagination-link {
  border: none;
}
.pagination--borderless .pagination-link:hover:not(:disabled):not(.disabled) {
  background: rgba(255, 255, 255, 0.08);
}
.pagination--borderless .pagination-link--active,
.pagination--borderless .pagination-item--active .pagination-link {
  background: rgba(232, 106, 106, 0.12);
  border: none;
}
.pagination--primary .pagination-link--active,
.pagination--primary .pagination-item--active .pagination-link {
  color: var(--pagination-active-color-primary, #E86A6A);
  background: var(--pagination-active-bg-primary, rgba(232, 106, 106, 0.1));
  border-color: var(--pagination-active-border-primary, rgba(232, 106, 106, 0.3));
}
.pagination--secondary .pagination-link--active,
.pagination--secondary .pagination-item--active .pagination-link {
  color: var(--pagination-active-color-secondary, #B794F6);
  background: var(--pagination-active-bg-secondary, rgba(163, 71, 230, 0.1));
  border-color: var(--pagination-active-border-secondary, rgba(163, 71, 230, 0.3));
}
.pagination--compact .pagination-link {
  min-width: 36px;
  height: 36px;
  padding: 0 8px;
}
.pagination--compact .pagination-item:not(.pagination-item--prev):not(.pagination-item--next) {
  display: none;
}
.pagination--compact .pagination-item--prev,
.pagination--compact .pagination-item--next {
  display: inline-flex;
}
@media (max-width: 767px) {
  .pagination {
    gap: 8px;
  }
  .pagination-item:not(.pagination-item--prev):not(.pagination-item--next) {
    display: none;
  }
  .pagination-page-info {
    display: inline-flex;
  }
  .pagination-link {
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    font-size: 12px;
  }
  .pagination-ellipsis {
    min-width: 36px;
    height: 36px;
  }
}
@media (min-width: 768px) {
  .pagination-page-info {
    display: none;
  }
}
a {
  color: var(--link-color);
  text-decoration: var(--link-decoration);
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
a:hover,
a:focus {
  text-decoration: var(--link-hover-decoration);
}
a:focus {
  outline: 2px solid rgba(232, 106, 106, 0.3);
  outline-offset: 2px;
}
a:not([href]) {
  cursor: pointer;
}
a.btn,
a[class*="btn-"],
a.header-btn {
  text-decoration: none !important;
}
a.btn:focus,
a[class*="btn-"]:focus,
a.header-btn:focus {
  outline: none;
}
a.badge,
a[class*="badge-"],
a.live-badge,
a.ultra-badge,
a[class*="tier-"] {
  text-decoration: none !important;
}
a.badge:focus,
a[class*="badge-"]:focus,
a.live-badge:focus,
a.ultra-badge:focus,
a[class*="tier-"]:focus {
  outline: none;
}
a.nav__link,
a.header__link,
a.header__brand,
a.header__button,
a.dropdown-item,
a.dropdown-toggle,
a.sidenav__link {
  text-decoration: none !important;
}
a.nav__link:focus,
a.header__link:focus,
a.header__brand:focus,
a.header__button:focus,
a.dropdown-item:focus,
a.dropdown-toggle:focus,
a.sidenav__link:focus {
  outline: none;
}
a.card,
a[class*="card__"],
a.stat-card,
a.card-stats,
a.step-card,
a.feature-card,
a.story-card,
a.sidebar-card {
  text-decoration: none !important;
}
a.list-group-item,
a[class*="list-group"] {
  text-decoration: none !important;
}
a.data-table__action-btn,
a[class*="data-table__"] {
  text-decoration: none !important;
}
a.data-table__action-btn:focus,
a[class*="data-table__"]:focus {
  outline: none;
}
a.filter-pill,
a.filter-tag,
a.filter-clear,
a[class*="filter-"] {
  text-decoration: none !important;
}
a.tab,
a[class*="tab-"],
a.nav-link {
  text-decoration: none !important;
}
a.avatar,
a[class*="avatar-"] {
  text-decoration: none !important;
}
a.user-menu__item {
  text-decoration: none !important;
}
a.toolbar-btn {
  text-decoration: none !important;
}
a.card-stats-add-btn {
  text-decoration: none !important;
}
a.post-card__menu-btn {
  text-decoration: none !important;
}
a.tabs-button {
  text-decoration: none !important;
}
a.footer-link,
a.footer-social-link {
  text-decoration: none !important;
}
a.sg-nav-link {
  text-decoration: none !important;
}
a.mobile-header__control-btn {
  text-decoration: none !important;
}
.link {
  color: var(--link-color);
  text-decoration: var(--link-decoration);
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-word;
}
.link:hover,
.link:focus {
  text-decoration: var(--link-hover-decoration);
}
.link:focus {
  outline: 2px solid rgba(232, 106, 106, 0.3);
  outline-offset: 2px;
}
.link:disabled,
.link.disabled {
  color: var(--link-disabled-color-primary);
  text-decoration: none;
  cursor: var(--cursor-disabled);
  pointer-events: none;
}
.link--primary {
  color: var(--link-color-primary);
}
.link--primary:focus {
  outline: 2px solid rgba(232, 106, 106, 0.3);
  outline-offset: 2px;
}
.link--primary:disabled,
.link--primary.disabled {
  color: var(--link-disabled-color-primary);
}
.link--secondary {
  color: var(--link-color-secondary);
}
.link--secondary:focus {
  outline-color: rgba(163, 71, 230, 0.3);
}
.link--secondary:disabled,
.link--secondary.disabled {
  color: var(--link-disabled-color-secondary);
}
.link--neutral {
  color: var(--link-color-neutral);
}
.link--neutral:focus {
  outline-color: rgba(117, 117, 117, 0.3);
}
.link--neutral:disabled,
.link--neutral.disabled {
  color: var(--link-disabled-color-neutral);
}
.link--light {
  color: var(--link-color-inverse);
}
.link--light:focus {
  outline-color: rgba(255, 255, 255, 0.3);
}
.link--light:disabled,
.link--light.disabled {
  color: var(--link-disabled-color-inverse);
}
.link--dark {
  color: var(--link-color-default);
}
.link--dark:focus {
  outline-color: rgba(97, 97, 97, 0.3);
}
.link--dark:disabled,
.link--dark.disabled {
  color: var(--link-disabled-color-default);
}
.link--success {
  color: #06D6A0;
}
.link--success:focus {
  outline-color: rgba(6, 214, 160, 0.3);
}
.link--success:disabled,
.link--success.disabled {
  color: rgba(6, 214, 160, 0.4);
}
.link--warning {
  color: #FFB800;
}
.link--warning:focus {
  outline-color: rgba(255, 184, 0, 0.3);
}
.link--warning:disabled,
.link--warning.disabled {
  color: rgba(255, 184, 0, 0.4);
}
.link--danger,
.link--error {
  color: #EF4565;
}
.link--danger:focus,
.link--error:focus {
  outline-color: rgba(239, 69, 101, 0.3);
}
.link--danger:disabled,
.link--error:disabled,
.link--danger.disabled,
.link--error.disabled {
  color: rgba(239, 69, 101, 0.4);
}
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.badge:empty {
  display: none;
}
a.badge {
  text-decoration: none;
  cursor: pointer;
}
a.badge:hover,
a.badge:focus {
  text-decoration: none;
}
.badge-sm {
  padding: 4px 8px;
  font-size: 10px;
}
.badge-lg {
  padding: 8px 12px;
  font-size: 13px;
}
.badge-primary {
  color: #FFFFFF;
  background-color: #E86A6A;
}
a.badge-primary:hover,
a.badge-primary:focus {
  background-color: #EF5D5D;
}
.badge-secondary {
  color: #FFFFFF;
  background-color: #A347E6;
}
a.badge-secondary:hover,
a.badge-secondary:focus {
  background-color: #B794F6;
}
.badge-success {
  color: #FFFFFF;
  background-color: #06D6A0;
}
a.badge-success:hover,
a.badge-success:focus {
  background-color: #05ae82;
}
.badge-danger,
.badge-error {
  color: #FFFFFF;
  background-color: #EF4565;
}
a.badge-danger:hover,
a.badge-error:hover,
a.badge-danger:focus,
a.badge-error:focus {
  background-color: #ec1f46;
}
.badge-warning {
  color: #212121;
  background-color: #FFB800;
}
a.badge-warning:hover,
a.badge-warning:focus {
  background-color: #d69b00;
}
.badge-info {
  color: #FFFFFF;
  background-color: #3B82F6;
}
a.badge-info:hover,
a.badge-info:focus {
  background-color: #1469f4;
}
.badge-light {
  color: #212121;
  background-color: #EEEEEE;
}
a.badge-light:hover,
a.badge-light:focus {
  background-color: #E0E0E0;
}
.badge-dark {
  color: #FFFFFF;
  background-color: #424242;
}
a.badge-dark:hover,
a.badge-dark:focus {
  background-color: #212121;
}
.badge-outline-primary {
  color: #E86A6A;
  background-color: transparent;
  border: 1px solid #E86A6A;
}
a.badge-outline-primary:hover,
a.badge-outline-primary:focus {
  color: #FFFFFF;
  background-color: #E86A6A;
}
.badge-outline-secondary {
  color: #A347E6;
  background-color: transparent;
  border: 1px solid #A347E6;
}
a.badge-outline-secondary:hover,
a.badge-outline-secondary:focus {
  color: #FFFFFF;
  background-color: #A347E6;
}
.badge-outline-success {
  color: #06D6A0;
  background-color: transparent;
  border: 1px solid #06D6A0;
}
a.badge-outline-success:hover,
a.badge-outline-success:focus {
  color: #FFFFFF;
  background-color: #06D6A0;
}
.badge-outline-danger {
  color: #EF4565;
  background-color: transparent;
  border: 1px solid #EF4565;
}
a.badge-outline-danger:hover,
a.badge-outline-danger:focus {
  color: #FFFFFF;
  background-color: #EF4565;
}
.badge-outline-warning {
  color: #FFB800;
  background-color: transparent;
  border: 1px solid #FFB800;
}
a.badge-outline-warning:hover,
a.badge-outline-warning:focus {
  color: #212121;
  background-color: #FFB800;
}
.badge-outline-info {
  color: #3B82F6;
  background-color: transparent;
  border: 1px solid #3B82F6;
}
a.badge-outline-info:hover,
a.badge-outline-info:focus {
  color: #FFFFFF;
  background-color: #3B82F6;
}
.badge-outline-light {
  color: #EEEEEE;
  background-color: transparent;
  border: 1px solid #EEEEEE;
}
a.badge-outline-light:hover,
a.badge-outline-light:focus {
  color: #212121;
  background-color: #EEEEEE;
}
.badge-outline-dark {
  color: #424242;
  background-color: transparent;
  border: 1px solid #424242;
}
a.badge-outline-dark:hover,
a.badge-outline-dark:focus {
  color: #FFFFFF;
  background-color: #424242;
}
.badge-soft-primary {
  color: #E86A6A;
  background-color: rgba(232, 106, 106, 0.15);
}
.badge-soft-secondary {
  color: #A347E6;
  background-color: rgba(163, 71, 230, 0.15);
}
.badge-soft-success {
  color: #06D6A0;
  background-color: rgba(6, 214, 160, 0.15);
}
.badge-soft-danger {
  color: #EF4565;
  background-color: rgba(239, 69, 101, 0.15);
}
.badge-soft-warning {
  color: #FFB800;
  background-color: rgba(255, 184, 0, 0.15);
}
.badge-soft-info {
  color: #3B82F6;
  background-color: rgba(59, 130, 246, 0.15);
}
.badge-soft-cyan {
  color: #06B6D4;
  background-color: rgba(6, 182, 212, 0.15);
}
.badge-soft-neutral {
  color: rgba(232, 232, 240, 0.6);
  background-color: rgba(255, 255, 255, 0.08);
}
.badge-pill {
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 50rem;
}
.rounded-pill {
  border-radius: 50rem;
}
.badge-live {
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.badge-live::before {
  content: '';
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  animation: pulse-dot 2s ease-in-out infinite;
  flex-shrink: 0;
}
.badge-live.badge-sm::before {
  width: 6px;
  height: 6px;
}
.badge-live.badge-lg::before {
  width: 8px;
  height: 8px;
}
.badge-live.badge-live-no-dot::before {
  display: none;
}
@keyframes pulse-dot {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.4;
    transform: scale(0.85);
  }
}
.badge-ultra {
  padding: 3px 6px;
  border-radius: 4px;
  font-family: 'Space Mono', monospace;
}
.badge-tier-1 {
  color: #FFFFFF;
  background-color: #3B82F6;
}
a.badge-tier-1:hover,
a.badge-tier-1:focus {
  background-color: #1469f4;
}
.badge-tier-2 {
  color: #FFFFFF;
  background-color: #06B6D4;
}
a.badge-tier-2:hover,
a.badge-tier-2:focus {
  background-color: #0594ac;
}
.badge-tier-3 {
  color: #212121;
  background-color: #EAB308;
}
a.badge-tier-3:hover,
a.badge-tier-3:focus {
  background-color: #c39507;
}
.badge-tier-4 {
  color: #FFFFFF;
  background-color: #F97316;
}
a.badge-tier-4:hover,
a.badge-tier-4:focus {
  background-color: #e05f06;
}
.badge-tier-5 {
  color: #FFFFFF;
  background-color: #D946EF;
}
a.badge-tier-5:hover,
a.badge-tier-5:focus {
  background-color: #d120ec;
}
.badge-tier-6 {
  color: #FFFFFF;
  background-color: #EF4444;
}
a.badge-tier-6:hover,
a.badge-tier-6:focus {
  background-color: #ec1e1e;
}
.priority-picker {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  margin: 8px 0 12px;
}
.priority-picker .badge {
  border: none;
  font: inherit;
  cursor: pointer;
  gap: 4px;
  opacity: 0.7;
  transition: opacity 0.15s ease, filter 0.15s ease;
}
.priority-picker .badge.active {
  opacity: 1;
  filter: brightness(1.2);
}
.priority-picker .badge:hover:not(.active) {
  opacity: 0.85;
}
.unread-dot {
  position: absolute;
  top: 12px;
  left: 24px;
  display: block;
  width: 6px;
  height: 6px;
  background: #E86A6A;
  border-radius: 50%;
  pointer-events: none;
}
.unread-dot:not(:empty) {
  width: auto;
  height: 14px;
  min-width: 14px;
  padding: 2px 4px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.2225;
  color: #FFFFFF;
  text-align: center;
  top: 8px;
  left: 22px;
  border-radius: 8px;
}
.alert {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  margin-bottom: 16px;
  border-width: 1px;
  border-style: solid;
  font-size: 15px;
  line-height: 1.25;
  position: relative;
}
.alert i,
.alert .icon {
  flex-shrink: 0;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
}
.alert > span,
.alert > p {
  flex: 1;
}
.alert > .btn,
.alert > [class*="btn-"] {
  flex-shrink: 0;
  color: currentColor;
  border: 1px solid currentColor;
  background: transparent;
  opacity: 0.7;
}
.alert > .btn:hover,
.alert > [class*="btn-"]:hover {
  opacity: 1;
}
.alert-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 1.25;
}
.alert {
  background: #2e2e38;
  border-color: rgba(255, 255, 255, 0.08);
  color: rgba(232, 232, 240, 0.8);
}
.alert i,
.alert .icon {
  color: rgba(232, 232, 240, 0.6);
}
.alert--success,
.alert-success {
  background: rgba(6, 214, 160, 0.1);
  border-color: rgba(6, 214, 160, 0.2);
  color: #06D6A0;
}
.alert--success i,
.alert--success .icon,
.alert-success i,
.alert-success .icon {
  color: #06D6A0;
}
.alert--warning,
.alert-warning {
  background: rgba(255, 184, 0, 0.1);
  border-color: rgba(255, 184, 0, 0.2);
  color: #FFB800;
}
.alert--warning i,
.alert--warning .icon,
.alert-warning i,
.alert-warning .icon {
  color: #FFB800;
}
.alert--error,
.alert-danger,
.alert-error {
  background: rgba(239, 69, 101, 0.1);
  border-color: rgba(239, 69, 101, 0.2);
  color: #EF4565;
}
.alert--error i,
.alert--error .icon,
.alert-danger i,
.alert-danger .icon,
.alert-error i,
.alert-error .icon {
  color: #EF4565;
}
.alert--info,
.alert-info {
  background: rgba(163, 71, 230, 0.1);
  border-color: rgba(163, 71, 230, 0.2);
  color: #B794F6;
}
.alert--info i,
.alert--info .icon,
.alert-info i,
.alert-info .icon {
  color: #A347E6;
}
.alert-dismissible {
  padding-right: 48px;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
  background: transparent;
  border: none;
  color: inherit;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.alert-dismissible .btn-close:hover {
  opacity: 1;
}
.dropdown,
.status-dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-toggle-split {
  padding-right: 12px;
  padding-left: 12px;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}
.dropdown-menu,
.dropdown-menu-popout {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  min-width: 140px;
  padding: 8px 0;
  margin: 4px 0 0;
  font-size: 15px;
  color: #E8E8F0;
  text-align: left;
  list-style: none;
  background-color: #2e2e38;
  background-clip: padding-box;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.dropdown-menu.show {
  display: block;
}
.dropdown-menu--up {
  top: auto;
  bottom: 100%;
  margin: 0 0 4px;
}
.dropdown-menu-end {
  right: 0;
  left: auto;
}
.dropdown-menu-start {
  right: auto;
  left: 0;
}
.dropdown-menu-popout {
  margin-top: -4px;
  padding: 8px 12px;
  min-width: 160px;
  max-width: 480px;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
}
@media (max-width: 991px) {
  .dropdown-menu-popout {
    max-width: min(420px, 85vw);
  }
}
@media (max-width: 767px) {
  .dropdown-menu-popout {
    max-width: calc(100vw - 40px);
  }
}
@media (max-width: 479px) {
  .dropdown-menu-popout {
    max-width: calc(100vw - 32px);
    min-width: 140px;
  }
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 12px;
  clear: both;
  font-weight: 400;
  color: #E8E8F0;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  align-items: center;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.dropdown-item.dropdown-item--split {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #E8E8F0;
  background-color: #3a3a46;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #E86A6A;
  background-color: rgba(232, 106, 106, 0.1);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #7F8891;
  pointer-events: none;
  background-color: transparent;
  cursor: not-allowed;
}
.dropdown-item i {
  margin-right: 8px;
  width: 16px;
  text-align: center;
}
.dropdown-header {
  display: block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 12px;
  color: rgba(232, 232, 240, 0.6);
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
}
.dropdown-divider {
  height: 0;
  margin: 8px 0;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.dropdown-item-text {
  display: block;
  padding: 10px 16px;
  color: rgba(232, 232, 240, 0.8);
}
.dropdown-menu-dark {
  background-color: #14141a;
  border-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-dark .dropdown-item {
  color: rgba(232, 232, 240, 0.8);
}
.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #E8E8F0;
  background-color: rgba(255, 255, 255, 0.05);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  background-color: rgba(232, 106, 106, 0.15);
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #7F8891;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-dark .dropdown-header {
  color: #7F8891;
}
.dropdown-form {
  padding: 12px;
  min-width: 200px;
}
.dropdown-form .dropdown-form__label {
  display: block;
  font-size: 12px;
  color: rgba(232, 232, 240, 0.6);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.dropdown-form .form-control {
  margin-bottom: 8px;
}
.dropdown-form .btn,
.dropdown-form [class*="btn-"] {
  width: 100%;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 4px;
}
.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 4px solid;
}
.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 4px;
}
.dropend .dropdown-toggle::after {
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 4px solid;
}
.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 4px;
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  content: "";
  border-top: 4px solid transparent;
  border-right: 4px solid;
  border-bottom: 4px solid transparent;
}
.status-dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  color: #E8E8F0;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.status-dropdown-toggle .fa-chevron-down {
  font-size: 10px;
}
.status-dropdown-toggle:hover {
  background: #3a3a46;
}
@media (max-width: 479px) {
  .status-dropdown-toggle {
    padding: 6px 12px;
    font-size: 15px;
  }
}
.status-dropdown-toggle-sm {
  padding: 4px 12px;
  font-size: 13px;
  gap: 4px;
}
.status-dropdown-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(232, 232, 240, 0.6);
  vertical-align: middle;
  margin-right: 8px;
}
.status-dropdown-toggle .status-dropdown-dot {
  margin-right: 0;
}
.status-dropdown-dot--online {
  background: #06D6A0;
}
.status-dropdown-dot--live {
  background: #A347E6;
  animation: statusDropdownPulse 2s ease-in-out infinite;
}
.status-dropdown-dot--error {
  background: #EF4565;
}
.status-dropdown-dot--warning {
  background: #FFB800;
}
.status-dropdown-dot--info {
  background: #A347E6;
}
.status-dropdown-dot--neutral {
  background: rgba(232, 232, 240, 0.6);
}
/*
.user-menu {
  // Styles for the user menu
}
*/
.user-menu-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E86A6A, #A347E6);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.user-menu-avatar:hover {
  border-color: #E86A6A;
}
@media (max-width: 767px) {
  .user-menu-avatar {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 479px) {
  .user-menu-avatar {
    width: 28px;
    height: 28px;
  }
}
.dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: #14141a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 8px 0;
  min-width: 200px;
  z-index: 1100;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
}
.dropdown__menu.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.dropdown__item {
  display: block;
  padding: 8px 16px;
  color: #fff;
  font-size: 15px;
}
.dropdown__item:hover {
  background: rgba(255, 255, 255, 0.05);
}
.status-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 160px;
  background: #3a3a46;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 8px;
  display: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 1002;
}
.status-dropdown__menu--active {
  display: block;
}
.status-dropdown__toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  color: #E8E8F0;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.status-dropdown__toggle .fa-chevron-down {
  font-size: 10px;
}
.status-dropdown__toggle:hover {
  background: #3a3a46;
}
@media (max-width: 479px) {
  .status-dropdown__toggle {
    padding: 6px 12px;
    font-size: 15px;
  }
}
.status-dropdown__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(232, 232, 240, 0.6);
  vertical-align: middle;
  margin-right: 8px;
}
.status-dropdown-toggle .status-dropdown__dot {
  margin-right: 0;
}
.status-dropdown__dot--online {
  background: #06D6A0;
}
.status-dropdown__dot--live {
  background: #A347E6;
  animation: statusDropdownPulse 2s ease-in-out infinite;
}
.status-dropdown__dot--error {
  background: #EF4565;
}
.status-dropdown__dot--warning {
  background: #FFB800;
}
.status-dropdown__dot--info {
  background: #A347E6;
}
.status-dropdown__dot--neutral {
  background: rgba(232, 232, 240, 0.6);
}
.status-dropdown__dot--online {
  background: #06D6A0;
}
.status-dropdown__dot--live {
  background: #A347E6;
  animation: statusDropdownPulse 2s ease-in-out infinite;
}
.status-dropdown__item {
  padding: 10px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s ease;
}
.status-dropdown__item:hover {
  background: #2e2e38;
}
.user-menu__avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E86A6A, #A347E6);
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.user-menu__avatar:hover {
  border-color: #E86A6A;
}
@media (max-width: 767px) {
  .user-menu__avatar {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 479px) {
  .user-menu__avatar {
    width: 28px;
    height: 28px;
  }
}
.user-menu__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 200px;
  background: #3a3a46;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 8px;
  display: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 1002;
}
.user-menu__dropdown--active {
  display: block;
}
.user-menu__item {
  padding: 10px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: background 0.2s ease;
  color: #E8E8F0;
  text-decoration: none;
}
.user-menu__item:hover {
  background: #2e2e38;
}
.user-menu__item i {
  width: 18px;
  text-align: center;
  color: rgba(232, 232, 240, 0.8);
}
.user-menu__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 8px 0;
}
.dropdown-form--auto-save {
  padding: 8px;
  min-width: 180px;
}
.dropdown-form--auto-save .form-control,
.dropdown-form--auto-save .form-select {
  margin-bottom: 0;
}
.dropdown-form--auto-save .dropdown-form__actions {
  display: none;
}
.typeahead {
  position: relative;
}
.typeahead-results {
  max-height: 240px;
  overflow-y: auto;
}
.typeahead-results:not(.show):not(:empty) {
  display: none;
}
.typeahead:not(.dropdown) .typeahead-results.show {
  display: block;
  position: absolute;
  z-index: 1000;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 4px;
  background-color: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  padding: 8px 0;
}
.combobox-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 12px 16px;
  font-size: 15px;
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  line-height: 1.067;
  color: #E8E8F0;
  background: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.combobox-trigger:hover {
  border-color: rgba(255, 255, 255, 0.2);
}
.combobox-trigger:focus {
  border-color: #E86A6A;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(232, 106, 106, 0.15);
}
.combobox-trigger > i,
.combobox-trigger > .fa-chevron-down {
  font-size: 10px;
  color: rgba(232, 232, 240, 0.6);
  flex-shrink: 0;
  transition: transform 0.15s ease;
}
.dropdown.show > .combobox-trigger > i,
.dropdown.show > .combobox-trigger > .fa-chevron-down {
  transform: rotate(180deg);
}
.combobox-trigger .combobox-value--placeholder {
  color: #7F8891;
}
.combobox-trigger-sm {
  padding: 8px 12px;
  font-size: 13px;
}
.combobox-search {
  padding: 8px;
  margin-bottom: 8px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.15);
  position: sticky;
  top: 0;
  z-index: 1;
  background: #2e2e38;
}
.combobox-empty {
  display: none;
  padding: 12px 16px;
  color: rgba(232, 232, 240, 0.6);
  font-size: 13px;
  text-align: center;
}
.combobox-empty.show {
  display: block;
}
.combobox-footer {
  color: rgba(232, 232, 240, 0.6);
  font-size: 13px;
}
.combobox-footer i {
  color: rgba(232, 232, 240, 0.6);
  transition: color 0.15s ease;
}
.combobox-footer:hover {
  color: #E86A6A;
}
.combobox-footer:hover i {
  color: #E86A6A;
}
.combobox-footer-divider:has(+ .combobox-footer[hidden]) {
  display: none;
}
[data-combobox] .dropdown-menu {
  padding-top: 0;
  max-height: 240px;
  overflow-y: auto;
}
[data-combobox] .dropdown-menu .typeahead-results {
  display: block;
  max-height: none;
  overflow-y: visible;
}
.dropdown-item.focused {
  color: #E8E8F0;
  background-color: #3a3a46;
}
.dropdown-item[aria-selected="true"] {
  color: #E86A6A;
  background-color: rgba(232, 106, 106, 0.1);
}
.section {
  padding: 56px 0;
}
@media (max-width: 991px) {
  .section {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .section {
    padding: 32px 0;
  }
}
@media (max-width: 479px) {
  .section {
    padding: 24px 0;
  }
}
.section-header {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .section-header {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-header {
    margin-bottom: 32px;
  }
}
@media (max-width: 479px) {
  .section-header {
    margin-bottom: 24px;
  }
}
.section-title {
  font-size: 32px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
@media (max-width: 479px) {
  .section-title {
    font-size: 21px;
    margin-bottom: 8px;
  }
}
.section-title--accent {
  color: #A347E6;
}
.section-subtitle {
  font-size: 19px;
  color: rgba(232, 232, 240, 0.6);
  max-width: 75%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .section-subtitle {
    font-size: 17px;
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .section-subtitle {
    font-size: 15px;
    max-width: 90%;
  }
}
@media (max-width: 479px) {
  .section-subtitle {
    font-size: 15px;
    max-width: 100%;
  }
}
.carousel__wrapper {
  overflow: hidden;
  touch-action: pan-y pinch-zoom;
}
.carousel__track {
  display: flex;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.carousel__track--no-transition {
  transition: none;
}
.carousel__slide {
  min-width: 100%;
  flex-shrink: 0;
}
.carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(232, 106, 106, 0.2);
  border: 1px solid #E86A6A;
  color: #E86A6A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  opacity: 0;
}
.carousel__nav:hover {
  background: #E86A6A;
  color: white;
}
.carousel__nav--prev {
  left: 16px;
}
.carousel__nav--next {
  right: 16px;
}
@media (max-width: 991px) {
  .carousel__nav {
    display: none;
  }
}
.carousel__bullets {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}
.carousel__bullet {
  width: 60px;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.carousel__bullet--active {
  background: rgba(255, 255, 255, 0.3);
}
.carousel__bullet--active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #A347E6;
  animation: bulletProgress 8s linear forwards;
}
@keyframes bulletProgress {
  to {
    width: 100%;
  }
}
.carousel-bullet__nav {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}
.carousel-bullet__nav .carousel-bullet__nav-item {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.carousel-bullet__nav .carousel-bullet__nav-item--active {
  background: #E86A6A;
  width: 24px;
  border-radius: 4px;
}
.live-carousel {
  position: relative;
}
.live-carousel .carousel__wrapper {
  position: relative;
}
.live-carousel .carousel__wrapper::before,
.live-carousel .carousel__wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  pointer-events: none;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.live-carousel .carousel__wrapper.scrollable::before,
.live-carousel .carousel__wrapper.scrollable::after {
  opacity: 1;
}
.live-carousel .carousel__wrapper.at-start::before {
  opacity: 0;
}
.live-carousel .carousel__wrapper.at-end::after {
  opacity: 0;
}
.live-carousel .carousel__wrapper::before {
  left: 0;
  background: linear-gradient(to right, rgba(20, 20, 26, 0.3), transparent);
}
.live-carousel .carousel__wrapper::after {
  right: 0;
  background: linear-gradient(to left, rgba(20, 20, 26, 0.3), transparent);
}
.live-carousel .carousel__track {
  gap: 16px;
  padding: 4px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.live-carousel .carousel__track::-webkit-scrollbar {
  display: none;
}
.live-carousel .carousel__slide {
  min-width: auto;
  flex-shrink: 0;
}
.live-carousel .carousel__nav {
  width: 32px;
  height: 32px;
  opacity: 1;
  display: none;
}
.live-carousel .carousel__nav--visible {
  display: flex;
}
.live-carousel .carousel__nav--prev {
  left: -16px;
}
.live-carousel .carousel__nav--next {
  right: -16px;
}
.live-carousel--viewers {
  padding: 12px 16px 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  overflow: hidden;
}
.live-carousel--viewers .carousel__wrapper::before {
  background: linear-gradient(to right, #14141a, transparent);
}
.live-carousel--viewers .carousel__wrapper::after {
  background: linear-gradient(to left, #14141a, transparent);
}
.live-carousel--viewers .carousel__wrapper::before,
.live-carousel--viewers .carousel__wrapper::after {
  opacity: 1;
}
.live-carousel--viewers .carousel__track {
  padding: 4px 0 8px;
  gap: 8px;
}
.live-carousel--viewers .carousel__slide {
  min-width: auto;
}
.live-carousel--viewers .carousel-bullet__nav {
  margin-top: 8px;
}
.live-carousel--viewers .carousel-bullet__nav-item {
  position: relative;
  overflow: hidden;
}
.live-carousel--viewers .carousel-bullet__nav-item.carousel-bullet__nav-item--active {
  background: rgba(255, 255, 255, 0.2);
  width: 40px;
}
.live-carousel--viewers .carousel-bullet__nav-item.carousel-bullet__nav-item--active::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #A347E6;
  animation: bulletProgress var(--viewer-carousel-duration, 5s) linear forwards;
}
.live-carousel--viewers.is-paused .carousel-bullet__nav-item--active::after {
  animation-play-state: paused;
}
.card {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}
.card-title {
  font-size: 17px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 16px;
}
.card-body {
  color: rgba(232, 232, 240, 0.8);
  font-size: 15px;
  line-height: 1.5;
}
.card dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 8px;
  margin: 0 0 16px;
}
.card dl:last-child {
  margin-bottom: 0;
}
.card dt {
  font-size: 15px;
  color: rgba(232, 232, 240, 0.6);
}
.card dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #E8E8F0;
  margin: 0;
}
.card dd .form-control--transparent {
  text-align: right;
}
.step-card {
  background: rgba(46, 46, 56, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 48px;
  text-align: left;
  transition: border-color 0.3s ease;
}
.step-card:hover {
  border-color: #B794F6;
}
.step-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.step-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.step-number {
  font-family: 'Space Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  color: #E86A6A;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: none;
}
.step-title {
  font-size: 20px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 16px;
}
.step-description {
  font-size: 15px;
  color: rgba(232, 232, 240, 0.6);
  line-height: 1.6;
}
.feature-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.feature-icon {
  width: 48px;
  height: 48px;
  background: rgba(163, 71, 230, 0.15);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-size: 20px;
  color: #A347E6;
  flex-shrink: 0;
}
.feature-title {
  font-size: 19px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 4px;
}
.feature-description {
  font-size: 15px;
  color: rgba(232, 232, 240, 0.6);
  line-height: 1.6;
}
.story-card {
  width: 100%;
  flex-shrink: 0;
  background: rgba(46, 46, 56, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .story-card {
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .story-card {
    flex-direction: column;
    text-align: center;
    padding: 24px;
  }
}
.story-avatar {
  width: 140px;
  height: 140px;
  border-radius: 8px;
  background: linear-gradient(135deg, #E86A6A, #A347E6);
  flex-shrink: 0;
  overflow: hidden;
}
.story-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .story-avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .story-avatar {
    width: 100px;
    height: 100px;
  }
}
.story-content {
  flex: 1;
}
.story-name {
  font-size: 21px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 8px;
}
.story-quote {
  font-size: 19px;
  color: rgba(232, 232, 240, 0.8);
  line-height: 1.5;
  margin-bottom: 8px;
  font-weight: 300;
  color: rgba(232, 232, 240, 0.6);
}
.story-earnings {
  font-size: 17px;
  font-family: 'Space Mono', monospace;
  font-weight: 400;
  color: rgba(232, 232, 240, 0.6);
  line-height: 1.25;
}
.sidebar-card {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 18px;
}
.sidebar-card + .sidebar-card {
  margin-top: 24px;
}
.sidebar-card-title {
  font-size: 17px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 16px;
}
.card-performer {
  flex-shrink: 0;
  width: 240px;
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 16px;
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.card-performer:hover {
  border-color: #E86A6A;
}
.card-performer:hover .card-performer-avatar {
  transform: scale(1.05);
}
@media (max-width: 767px) {
  .card-performer {
    width: 200px;
  }
}
@media (max-width: 479px) {
  .card-performer {
    width: 160px;
  }
}
.card-performer-avatar-container {
  width: 120px;
  height: 120px;
  margin: 20px 0 24px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .card-performer-avatar-container {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 479px) {
  .card-performer-avatar-container {
    width: 80px;
    height: 80px;
  }
}
.card-performer-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E86A6A, #A347E6);
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  .card-performer-avatar {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 479px) {
  .card-performer-avatar {
    width: 80px;
    height: 80px;
  }
}
.card-performer-overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}
.card-performer-overlay-top > * {
  pointer-events: auto;
}
.card-performer-overlay-top .badge {
  margin: 0 8px;
}
.card-performer-access {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  margin-left: auto;
}
.card-performer-access-locked {
  color: rgba(232, 232, 240, 0.8);
}
.card-performer-access-active {
  color: #06D6A0;
}
.card-performer-name {
  font-size: 15px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 4px;
  text-align: center;
}
.card-performer-status {
  font-size: 13px;
  font-family: 'Space Mono', monospace;
  font-weight: 600;
  text-align: center;
}
.card-performer-status-expires {
  color: #FFB800;
}
.card-performer-status-streaming {
  color: rgba(232, 232, 240, 0.6);
}
.card-more {
  flex-shrink: 0;
  width: 240px;
  background: var(--card-bg);
  border: 2px dashed rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 180px;
  height: 100%;
  position: relative;
}
.card-more-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(232, 106, 106, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--coral);
  font-size: 28px;
  margin: 16px 0 24px;
  transition: all 0.3s ease;
}
.card-more-text {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
}
.card-more:hover {
  border-color: var(--coral);
  border-style: solid;
  background: rgba(232, 106, 106, 0.05);
}
.card-more:hover .card-more-icon {
  background: var(--coral);
  color: white;
  transform: scale(1.1);
}
.card-stats {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 18px;
  display: flex;
  gap: 14px;
}
@media (max-width: 767px) {
  .card-stats {
    padding: 14px;
  }
}
.card-stats-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 10px;
  background: rgba(232, 106, 106, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #E86A6A;
  order: 2;
}
@media (max-width: 767px) {
  .card-stats-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 18px;
  }
}
.card-stats-icon-success {
  background: rgba(6, 214, 160, 0.15);
  color: #06D6A0;
}
.card-stats-icon-warning {
  background: rgba(255, 184, 0, 0.15);
  color: #FFB800;
}
.card-stats-icon-info {
  background: rgba(80, 143, 245, 0.15);
  color: #508ff5;
}
.card-stats-icon-error {
  background: rgba(239, 69, 101, 0.15);
  color: #EF4565;
}
.card-stats-content {
  flex: 1;
  min-width: 0;
  order: 1;
}
.card-stats-label {
  font-size: 12px;
  color: rgba(232, 232, 240, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-bottom: 8px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-stats-value {
  font-family: 'Space Mono', monospace;
  font-size: 36px;
  font-weight: 700;
  color: #E8E8F0;
  line-height: 1;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
@media (max-width: 1199px) {
  .card-stats-value {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .card-stats-value {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .card-stats-value {
    font-size: 22px;
  }
}
.card-stats-decimal {
  font-size: 0.5em;
  position: relative;
  top: -0.675em;
  left: -4px;
  font-weight: 600;
  margin-left: 1px;
}
.card-stats-change {
  font-size: 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}
.card-stats-change-positive {
  color: #06D6A0;
}
.card-stats-change-negative {
  color: #EF4565;
}
.card-stats-balance {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 15px;
  color: rgba(232, 232, 240, 0.8);
}
.card-stats-balance-amount {
  font-family: 'Space Mono', monospace;
  font-weight: 700;
  color: #E8E8F0;
  font-size: 17px;
}
.card-stats-centered {
  display: block;
  text-align: center;
  padding: 20px;
}
.card-stats-centered .card-stats-value {
  font-size: 36px;
  font-weight: 600;
  font-family: 'Space Mono', monospace;
  color: #E8E8F0;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 767px) {
  .card-stats-centered .card-stats-value {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .card-stats-centered .card-stats-value {
    font-size: 20px;
  }
}
.card-stats-centered .card-stats-label {
  font-size: 15px;
  color: rgba(232, 232, 240, 0.6);
  text-transform: none;
  font-weight: 400;
  letter-spacing: normal;
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .card-stats-centered .card-stats-label {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .card-stats-centered {
    padding: 14px;
  }
}
.card-stats-loading .card-stats-icon {
  background: #3a3a46;
  color: transparent;
}
.card-stats-loading .card-stats-icon i {
  opacity: 0;
}
.card-stats-loading .card-stats-label,
.card-stats-loading .card-stats-value {
  background: linear-gradient(90deg, #3a3a46 0%, #2e2e38 50%, #3a3a46 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s ease-in-out infinite;
  color: transparent;
  border-radius: 4px;
  user-select: none;
}
.card-stats-loading .card-stats-label {
  width: 60%;
  height: 14px;
}
.card-stats-loading .card-stats-value {
  width: 80%;
  height: 24px;
  margin-top: 4px;
}
.card-stats-loading .card-stats-sublabel {
  opacity: 0;
}
.card-stats-empty .card-stats-icon {
  background: #3a3a46;
  color: #7F8891;
}
.card-stats-empty .card-stats-value {
  color: #7F8891;
  font-weight: 400;
}
.card-stats-empty .card-stats-label {
  color: #7F8891;
}
.card-stats-add-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(232, 106, 106, 0.2);
  border: 1px solid #E86A6A;
  color: #E86A6A;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 15px;
}
.card-stats-add-btn:hover {
  background: #E86A6A;
  color: white;
}
.card-stats-sublabel {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
  margin-bottom: 8px;
}
.card-stats-sublabel.btn,
button.card-stats-sublabel {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #E86A6A;
  font-weight: 600;
  transition: color 0.2s ease;
}
.card-stats-sublabel.btn:hover,
button.card-stats-sublabel:hover {
  color: #EF5D5D;
}
.card-stats-sublabel.btn i,
button.card-stats-sublabel i {
  font-size: 12px;
}
.performer-card {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 20px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  gap: 16px;
}
.performer-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #2e2e38;
  flex-shrink: 0;
}
.performer-card__name {
  font-size: 17px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 2px;
}
.performer-card__handle {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
}
.pass-card {
  background: rgba(45, 45, 58, 0.3);
  border: 2px solid #E86A6A;
  border-radius: 24px;
  padding: 24px;
  margin-bottom: 24px;
}
.pass-card__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}
.pass-card-title {
  font-size: 13px;
  font-weight: 600;
  color: rgba(232, 232, 240, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pass-card__price {
  font-size: 48px;
  font-weight: 600;
  font-family: 'Space Mono', monospace;
  color: #E8E8F0;
  line-height: 1;
}
.pass-card__duration {
  font-size: 15px;
  color: rgba(232, 232, 240, 0.8);
  margin-bottom: 16px;
}
.pass-card__features {
  list-style: none;
  padding: 0;
}
.pass-card__feature {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  font-size: 13px;
  color: rgba(232, 232, 240, 0.8);
}
.pass-card__icon {
  width: 20px;
  height: 20px;
  background: #06D6A0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E8E8F0;
  font-size: 12px;
  flex-shrink: 0;
}
.package {
  background: #202026;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  padding: 24px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  transform-origin: center;
  will-change: transform;
}
.package:hover {
  border-color: rgba(232, 106, 106, 0.2);
}
.package--selected {
  border-color: #E86A6A;
  transform: scale(1.02);
}
.package__checkmark {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 28px;
  height: 28px;
  background: #E86A6A;
  border-radius: 50%;
  display: none;
  align-items: center;
  justify-content: center;
  color: #E8E8F0;
  font-size: 15px;
}
.package--selected .package__checkmark {
  display: flex;
}
.package__badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #E86A6A;
  color: #E8E8F0;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 4px 12px;
  border-radius: 12px;
}
.package__header {
  margin-bottom: 16px;
}
.package__name {
  font-size: 12px;
  font-weight: 600;
  color: rgba(232, 232, 240, 0.6);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.package__price {
  font-size: 56px;
  font-weight: 600;
  font-family: 'Space Mono', monospace;
  color: #E8E8F0;
  line-height: 1;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}
.package--selected .package__price {
  font-size: 58px;
  color: #E86A6A;
}
.package__passes {
  font-size: 17px;
  color: rgba(232, 232, 240, 0.8);
  margin-bottom: 4px;
}
.package__label,
.package__value {
  font-size: 13px;
  color: #06D6A0;
  font-weight: 500;
  margin-bottom: 16px;
  min-height: 20px;
}
.package__features {
  list-style: none;
  padding: 0;
}
.package__feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 7px 0;
  font-size: 15px;
  color: rgba(232, 232, 240, 0.8);
}
.package__icon {
  color: #06D6A0;
  font-size: 17px;
  flex-shrink: 0;
  margin-top: 2px;
}
.summary {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 20px;
  margin-bottom: 24px;
}
.summary__title {
  font-size: 17px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 16px;
}
.summary__row {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 15px;
}
.summary__row--total {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  padding-top: 16px;
  font-weight: 600;
}
.summary__label {
  color: rgba(232, 232, 240, 0.6);
}
.summary__value {
  color: #E8E8F0;
  font-family: 'Space Mono', monospace;
}
.summary__value--total {
  font-size: 20px;
  color: #E86A6A;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 15px;
}
.summary-row__label {
  color: rgba(232, 232, 240, 0.6);
}
.summary-row__value {
  color: #E8E8F0;
  font-weight: 500;
  font-family: 'Space Mono', monospace;
}
.summary-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 16px 0;
}
.summary-total {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  margin-top: 16px;
}
.summary-total__label {
  font-size: 17px;
  font-weight: 600;
  color: #E8E8F0;
}
.summary-total__value {
  font-size: 28px;
  font-weight: 600;
  font-family: 'Space Mono', monospace;
  color: #E86A6A;
}
a.card {
  transition: border-color 0.3s ease;
}
a.card:hover {
  border-color: #E86A6A;
}
a.card-stats {
  transition: border-color 0.3s ease;
}
a.card-stats:hover {
  border-color: #E86A6A;
}
a.step-card:hover {
  border-color: #E86A6A;
}
a.feature-card {
  transition: border-color 0.3s ease;
}
a.feature-card:hover {
  border-color: #E86A6A;
}
a.story-card:hover {
  border-color: #E86A6A;
}
a.sidebar-card {
  transition: border-color 0.3s ease;
}
a.sidebar-card:hover {
  border-color: #E86A6A;
}
.chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  overflow: hidden;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
  cursor: pointer;
  padding: 7px 12px;
  border-radius: 18px;
  background: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #E2E3EB;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}
.chip:has(.chip-avatar) {
  padding-left: 36px;
}
.chip:visited {
  color: #E2E3EB;
}
.chip:hover {
  text-decoration: none;
  border-color: rgba(255, 255, 255, 0.15);
  background: #3a3a46;
}
.chip:active {
  background: #31313b;
}
.chip:focus {
  outline: none;
}
.chip:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.3);
  outline-offset: 2px;
}
.chip[disabled],
.chip.chip-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.chip-sm {
  padding: 3px 10px;
  border-radius: 14px;
  font-size: 12px;
  gap: 4px;
}
.chip-sm .chip-avatar {
  width: 18px;
  height: 18px;
}
.chip-sm .chip-icon {
  font-size: 14px;
}
.chip-sm:has(.chip-avatar) {
  padding-left: 28px;
}
.chip-lg {
  padding: 10px 20px;
  border-radius: 21px;
  font-size: 15px;
  gap: 8px;
}
.chip-lg .chip-avatar {
  width: 28px;
  height: 28px;
}
.chip-lg .chip-icon {
  font-size: 18px;
}
.chip-lg:has(.chip-avatar) {
  padding-left: 46px;
}
.chip-avatar {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.24);
}
.chip-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.chip-sm .chip-avatar {
  left: 4px;
}
.chip-lg .chip-avatar {
  left: 10px;
}
.chip-icon {
  font-size: 16px;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.chip-label {
  color: #E8E8F0;
  font-weight: 600;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 1;
}
.chip-fill {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: rgba(255, 255, 255, 0.06);
  transition: width 0.4s ease;
  z-index: 0;
}
.chip-active {
  border-color: rgba(255, 255, 255, 0.2);
  background: #3a3a46;
}
.chip-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.chip-primary {
  color: #E86A6A;
  background: rgba(232, 106, 106, 0.12);
  border-color: #E86A6A;
}
.chip-primary .chip-fill {
  background: rgba(232, 106, 106, 0.24);
}
.chip-primary:visited {
  color: #E86A6A;
}
.chip-primary:hover {
  background: rgba(232, 106, 106, 0.2);
  border-color: #E86A6A;
}
.chip-primary:active {
  background: rgba(232, 106, 106, 0.28);
}
.chip-primary.chip-active {
  background: rgba(232, 106, 106, 0.2);
}
.chip-secondary {
  color: #B794F6;
  background: rgba(183, 148, 246, 0.12);
  border-color: #B794F6;
}
.chip-secondary .chip-fill {
  background: rgba(183, 148, 246, 0.24);
}
.chip-secondary:visited {
  color: #B794F6;
}
.chip-secondary:hover {
  background: rgba(183, 148, 246, 0.2);
  border-color: #B794F6;
}
.chip-secondary:active {
  background: rgba(183, 148, 246, 0.28);
}
.chip-secondary.chip-active {
  background: rgba(183, 148, 246, 0.2);
}
.chip-purple {
  color: #A347E6;
  background: rgba(163, 71, 230, 0.12);
  border-color: #A347E6;
}
.chip-purple .chip-fill {
  background: rgba(163, 71, 230, 0.24);
}
.chip-purple:visited {
  color: #A347E6;
}
.chip-purple:hover {
  background: rgba(163, 71, 230, 0.2);
  border-color: #A347E6;
}
.chip-purple:active {
  background: rgba(163, 71, 230, 0.28);
}
.chip-purple.chip-active {
  background: rgba(163, 71, 230, 0.2);
}
.chip-blue {
  color: #3B82F6;
  background: rgba(59, 130, 246, 0.12);
  border-color: #3B82F6;
}
.chip-blue .chip-fill {
  background: rgba(59, 130, 246, 0.24);
}
.chip-blue:visited {
  color: #3B82F6;
}
.chip-blue:hover {
  background: rgba(59, 130, 246, 0.2);
  border-color: #3B82F6;
}
.chip-blue:active {
  background: rgba(59, 130, 246, 0.28);
}
.chip-blue.chip-active {
  background: rgba(59, 130, 246, 0.2);
}
.chip-cyan {
  color: #06B6D4;
  background: rgba(6, 182, 212, 0.12);
  border-color: #06B6D4;
}
.chip-cyan .chip-fill {
  background: rgba(6, 182, 212, 0.24);
}
.chip-cyan:visited {
  color: #06B6D4;
}
.chip-cyan:hover {
  background: rgba(6, 182, 212, 0.2);
  border-color: #06B6D4;
}
.chip-cyan:active {
  background: rgba(6, 182, 212, 0.28);
}
.chip-cyan.chip-active {
  background: rgba(6, 182, 212, 0.2);
}
.chip-yellow {
  color: #EAB308;
  background: rgba(234, 179, 8, 0.12);
  border-color: #EAB308;
}
.chip-yellow .chip-fill {
  background: rgba(234, 179, 8, 0.24);
}
.chip-yellow:visited {
  color: #EAB308;
}
.chip-yellow:hover {
  background: rgba(234, 179, 8, 0.2);
  border-color: #EAB308;
}
.chip-yellow:active {
  background: rgba(234, 179, 8, 0.28);
}
.chip-yellow.chip-active {
  background: rgba(234, 179, 8, 0.2);
}
.chip-orange {
  color: #F97316;
  background: rgba(249, 115, 22, 0.12);
  border-color: #F97316;
}
.chip-orange .chip-fill {
  background: rgba(249, 115, 22, 0.24);
}
.chip-orange:visited {
  color: #F97316;
}
.chip-orange:hover {
  background: rgba(249, 115, 22, 0.2);
  border-color: #F97316;
}
.chip-orange:active {
  background: rgba(249, 115, 22, 0.28);
}
.chip-orange.chip-active {
  background: rgba(249, 115, 22, 0.2);
}
.chip-magenta {
  color: #D946EF;
  background: rgba(217, 70, 239, 0.12);
  border-color: #D946EF;
}
.chip-magenta .chip-fill {
  background: rgba(217, 70, 239, 0.24);
}
.chip-magenta:visited {
  color: #D946EF;
}
.chip-magenta:hover {
  background: rgba(217, 70, 239, 0.2);
  border-color: #D946EF;
}
.chip-magenta:active {
  background: rgba(217, 70, 239, 0.28);
}
.chip-magenta.chip-active {
  background: rgba(217, 70, 239, 0.2);
}
.chip-red {
  color: #EF4444;
  background: rgba(239, 68, 68, 0.12);
  border-color: #EF4444;
}
.chip-red .chip-fill {
  background: rgba(239, 68, 68, 0.24);
}
.chip-red:visited {
  color: #EF4444;
}
.chip-red:hover {
  background: rgba(239, 68, 68, 0.2);
  border-color: #EF4444;
}
.chip-red:active {
  background: rgba(239, 68, 68, 0.28);
}
.chip-red.chip-active {
  background: rgba(239, 68, 68, 0.2);
}
.chip-list {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: rgba(232, 106, 106, 0.3) transparent;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.38) transparent;
}
.chip-list::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.chip-list::-webkit-scrollbar-track {
  background: transparent;
}
.chip-list::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.38);
}
.chip-list::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.62);
}
@media (max-width: 767px) {
  .chip-list {
    gap: 8px;
    margin-bottom: 16px;
  }
}
.sidenav {
  position: fixed;
  left: 0;
  top: 64px;
  width: 240px;
  height: calc(100vh -  64px);
  background: rgba(32, 32, 38, 0.98);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 24px;
  z-index: 1000;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .sidenav {
    transform: translateX(-100%);
    width: 100%;
    max-width: 280px;
    top: 56px;
    height: calc(100vh - 56px);
  }
}
.nav {
  list-style: none;
}
.nav__item {
  margin-bottom: 4px;
}
.nav__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  color: rgba(232, 232, 240, 0.8);
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 15px;
  position: relative;
}
.nav__link:hover {
  background: #2e2e38;
  color: #E8E8F0;
}
.nav__link--active {
  background: #2e2e38;
  color: #E86A6A;
  border-left: 3px solid #E86A6A;
}
.nav__icon {
  width: 18px;
  text-align: center;
  font-size: 15px;
}
.nav__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.15);
  margin: 12px 0;
}
.nav__heading {
  font-size: 12px;
  font-weight: 600;
  color: #5e646a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 8px 12px;
  margin-top: 8px;
}
.list-group {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}
.list-group-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #E8E8F0;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.list-group-item:last-child {
  border-bottom: none;
}
.list-group-item--active {
  background-color: #2e2e38;
  border-color: #A347E6;
  color: #A347E6;
}
.list-group-item--active .list-group-text {
  color: #A347E6;
  font-weight: 600;
}
.list-group-item--disabled {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}
.list-group-item--action {
  cursor: pointer;
}
.list-group-item--action:hover:not(.list-group-item--disabled) {
  background-color: #2e2e38;
  border-color: rgba(255, 255, 255, 0.1);
}
.list-group-item--action:active:not(.list-group-item--disabled) {
  background-color: #3a3a46;
}
.list-group-item--primary {
  background-color: rgba(232, 106, 106, 0.1);
  border-color: rgba(232, 106, 106, 0.2);
}
.list-group-item--primary .list-group-text {
  color: #E86A6A;
}
.list-group-item--primary.list-group-item--action:hover {
  background-color: rgba(232, 106, 106, 0.15);
}
.list-group-item--success {
  background-color: rgba(6, 214, 160, 0.1);
  border-color: rgba(6, 214, 160, 0.2);
}
.list-group-item--success .list-group-text {
  color: #06D6A0;
}
.list-group-item--success.list-group-item--action:hover {
  background-color: rgba(6, 214, 160, 0.15);
}
.list-group-item--warning {
  background-color: rgba(255, 184, 0, 0.1);
  border-color: rgba(255, 184, 0, 0.2);
}
.list-group-item--warning .list-group-text {
  color: #FFB800;
}
.list-group-item--warning.list-group-item--action:hover {
  background-color: rgba(255, 184, 0, 0.15);
}
.list-group-item--error {
  background-color: rgba(239, 69, 101, 0.1);
  border-color: rgba(239, 69, 101, 0.2);
}
.list-group-item--error .list-group-text {
  color: #EF4565;
}
.list-group-item--error.list-group-item--action:hover {
  background-color: rgba(239, 69, 101, 0.15);
}
.list-group-item--purple {
  background-color: rgba(163, 71, 230, 0.1);
  border-color: rgba(163, 71, 230, 0.2);
}
.list-group-item--purple .list-group-text {
  color: #A347E6;
}
.list-group-item--purple.list-group-item--action:hover {
  background-color: rgba(163, 71, 230, 0.15);
}
.list-group--flush .list-group-item {
  border-left: none;
  border-right: none;
  border-radius: 0;
}
.list-group--flush .list-group-item:first-child {
  border-top: none;
}
.list-group--horizontal {
  display: flex;
  flex-direction: row;
}
.list-group--horizontal .list-group-item {
  border-bottom: none;
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 10px 16px;
}
.list-group--horizontal .list-group-item:last-child {
  border-right: none;
}
.list-group--numbered {
  counter-reset: list-group-counter;
}
.list-group--numbered .list-group-item::before {
  content: counter(list-group-counter) ".";
  counter-increment: list-group-counter;
  margin-right: 12px;
  font-weight: 600;
  color: rgba(232, 232, 240, 0.6);
  font-family: 'Space Mono', monospace;
}
.list-group--sm .list-group-item {
  padding: 6px 0;
  gap: 8px;
}
.list-group--sm .list-group-icon {
  width: 28px;
  height: 28px;
  font-size: 15px;
}
.list-group--sm .list-group-text {
  font-size: 13px;
}
.list-group--sm .list-group-time {
  font-size: 12px;
}
.list-group--lg .list-group-item {
  padding: 16px 0;
  gap: 16px;
}
.list-group--lg .list-group-icon {
  width: 48px;
  height: 48px;
  font-size: 19px;
}
.list-group--lg .list-group-text {
  font-size: 17px;
}
.list-group--bordered {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 12px 16px;
  background: rgba(45, 45, 58, 0.3);
}
.list-group--bordered-link .list-group-item {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 12px;
  margin: 0;
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.list-group--bordered-link .list-group-item:not(:last-child) {
  margin-bottom: -1px;
}
.list-group--bordered-link .list-group-item:first-child {
  border-radius: 8px 8px 0 0;
}
.list-group--bordered-link .list-group-item:last-child {
  border-radius: 0 0 8px 8px;
}
.list-group--bordered-link .list-group-item:first-child:last-child {
  border-radius: 8px;
}
.list-group--bordered-link .list-group-item:hover {
  background-color: rgba(232, 106, 106, 0.05);
  border-color: rgba(232, 106, 106, 0.3);
  z-index: 2;
}
.list-group--bordered-link .list-group-item:hover .list-group-arrow {
  color: #E86A6A;
}
.list-group--bordered-link .list-group-item:hover .list-group-title,
.list-group--bordered-link .list-group-item:hover .list-group-heading {
  color: #E86A6A;
}
.list-group-schedule .list-group-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.list-group--avatar .list-group-item {
  gap: 12px;
}
.list-group--avatar .list-group-avatar {
  width: 40px;
  height: 40px;
}
.list-group-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 8px;
  border-radius: 12px;
  background: #3a3a46;
  color: #E8E8F0;
  font-size: 12px;
  font-weight: 600;
  flex-shrink: 0;
}
.list-group-heading {
  font-size: 15px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 4px;
  transition: color 0.2s ease;
}
.list-group-title {
  font-size: 15px;
  font-weight: 600;
  color: #E8E8F0;
  line-height: 1.4;
  transition: color 0.2s ease;
}
.list-group-subtext {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
  line-height: 1.4;
}
.list-group-description {
  font-size: 15px;
  color: rgba(232, 232, 240, 0.6);
  line-height: 1.4;
}
.list-group-arrow {
  flex-shrink: 0;
  font-size: 17px;
  color: #7F8891;
  transition: color 0.2s ease;
  margin-left: auto;
}
.list-group-icon {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  background: #3a3a46;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}
.list-group-icon-coral {
  background: rgba(232, 106, 106, 0.1);
  border: 1px solid rgba(232, 106, 106, 0.2);
  color: #E86A6A;
}
.list-group-icon-purple {
  background: rgba(163, 71, 230, 0.1);
  border: 1px solid rgba(163, 71, 230, 0.2);
  color: #A347E6;
}
.list-group-icon-blue {
  background: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.2);
  color: #3B82F6;
}
.list-group-icon-cyan {
  background: rgba(6, 182, 212, 0.1);
  border: 1px solid rgba(6, 182, 212, 0.2);
  color: #06B6D4;
}
.list-group-icon-yellow {
  background: rgba(234, 179, 8, 0.1);
  border: 1px solid rgba(234, 179, 8, 0.2);
  color: #EAB308;
}
.list-group-icon-orange {
  background: rgba(249, 115, 22, 0.1);
  border: 1px solid rgba(249, 115, 22, 0.2);
  color: #F97316;
}
.list-group-icon-magenta {
  background: rgba(217, 70, 239, 0.1);
  border: 1px solid rgba(217, 70, 239, 0.2);
  color: #D946EF;
}
.list-group-icon-red {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.2);
  color: #EF4444;
}
.list-group-icon-warning {
  background: rgba(255, 184, 0, 0.1);
  border: 1px solid rgba(255, 184, 0, 0.2);
  color: #FFB800;
}
.list-group-icon-success {
  background: rgba(6, 214, 160, 0.1);
  border: 1px solid rgba(6, 214, 160, 0.2);
  color: #06D6A0;
}
.list-group-icon-error {
  background: rgba(239, 69, 101, 0.1);
  border: 1px solid rgba(239, 69, 101, 0.2);
  color: #EF4565;
}
.list-group-icon-muted {
  background: rgba(232, 232, 240, 0.1);
  border: 1px solid rgba(232, 232, 240, 0.2);
  color: rgba(232, 232, 240, 0.6);
}
.list-group-content {
  flex: 1;
  min-width: 0;
}
.list-group-text {
  font-size: 15px;
  color: #E8E8F0;
  margin-bottom: 2px;
}
.list-group-time {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
}
.list-group-amount {
  font-family: 'Space Mono', monospace;
  font-weight: 700;
  font-size: 15px;
  color: #06D6A0;
  flex-shrink: 0;
}
.list-group--users .list-group-item {
  justify-content: space-between;
}
.list-group-user {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.list-group-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E86A6A, #A347E6);
  flex-shrink: 0;
  overflow: hidden;
}
.list-group-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-group-name {
  font-size: 15px;
  color: #E8E8F0;
  font-weight: 500;
}
.list-group-countdown {
  font-family: 'Space Mono', monospace;
  font-size: 15px;
  font-weight: 600;
  flex-shrink: 0;
}
.list-group-countdown--critical {
  color: #EF4565;
}
.list-group-countdown--warning {
  color: #FFB800;
}
.list-group-countdown--ok {
  color: #06D6A0;
}
.list-group-status {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #7F8891;
  flex-shrink: 0;
}
.list-group-status--online {
  background: #06D6A0;
}
.list-group-status--busy {
  background: #FFB800;
}
.list-group-status--offline {
  background: #7F8891;
}
.list-group-verification .list-group-item {
  padding: 8px 0;
  gap: 10px;
  border: none;
  background: transparent;
}
.list-group-verification .list-group-icon {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  font-size: 15px;
  font-weight: bolder;
}
.list-group-verification .list-group-icon.icon-success {
  color: #E8E8F0;
  background: rgba(6, 214, 160, 0.62);
}
.list-group-verification .list-group-icon.icon-warning {
  color: #E8E8F0;
  background: rgba(255, 184, 0, 0.62);
}
.list-group-verification .list-group-icon.icon-danger,
.list-group-verification .list-group-icon.icon-error {
  color: #E8E8F0;
  background: rgba(239, 69, 101, 0.62);
}
.list-group-verification .list-group-icon.icon-info {
  color: #E8E8F0;
  background: rgba(163, 71, 230, 0.62);
}
.list-group-verification .list-group-text {
  font-size: 15px;
  color: rgba(232, 232, 240, 0.8);
  margin-bottom: 0;
}
.list-group--records .list-group-item {
  padding: 12px 0;
  border-radius: 8px;
  align-items: flex-start;
}
.list-group--records .list-group-content {
  gap: 4px;
}
.list-group--records .list-group-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
  font-weight: 400;
}
.list-group--records .list-group-title a {
  color: #E8E8F0;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.list-group--records .list-group-title a:hover {
  text-decoration: underline;
}
.list-group--records .list-group-description {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  font-size: 13px;
}
.list-group--records .list-group-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.list-group-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #E8E8F0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  user-select: none;
}
.list-group-header:first-child {
  margin-top: 0;
}
.list-group-header__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 12px;
  color: #7F8891;
  transition: transform 0.15s ease;
  transform: rotate(90deg);
  flex-shrink: 0;
}
.list-group-header__end {
  margin-left: auto;
}
.list-group-header.is-collapsed .list-group-header__toggle {
  transform: rotate(0deg);
}
.list-group-collapsible.is-hidden {
  display: none;
}
.list-group-subheader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 4px;
  padding-left: 8px;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(232, 232, 240, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.swipe-action {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
}
.swipe-action .list-group-item {
  border-bottom: none;
}
.swipe-action__indicator {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 24px;
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  background: rgba(232, 106, 106, 0.15);
  border-radius: 8px;
  pointer-events: none;
  user-select: none;
}
.swipe-action__indicator i,
.swipe-action__indicator .fa-solid,
.swipe-action__indicator .fa-regular {
  font-size: 24px;
  opacity: 0.8;
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.swipe-action.is-threshold .swipe-action__indicator i,
.swipe-action.is-threshold .swipe-action__indicator .fa-solid,
.swipe-action.is-threshold .swipe-action__indicator .fa-regular {
  opacity: 1;
  transform: scale(1.2);
}
.swipe-action__label {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.15s ease, transform 0.15s ease;
}
.swipe-action.is-threshold .swipe-action__label {
  opacity: 1;
  transform: translateX(0);
}
.swipe-action__body {
  position: relative;
  background: #202026;
  transition: none;
  will-change: transform;
  z-index: 1;
}
.swipe-action__body.is-returning {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.swipe-action.is-triggered .swipe-action__indicator {
  background: rgba(6, 214, 160, 0.2);
  color: #06D6A0;
  transition: background 0.15s ease, color 0.15s ease;
}
.swipe-action--purple .swipe-action__indicator {
  background: rgba(163, 71, 230, 0.15);
}
.swipe-action--purple.is-triggered .swipe-action__indicator {
  background: rgba(6, 214, 160, 0.2);
  color: #06D6A0;
}
.swipe-action--success .swipe-action__indicator {
  background: rgba(6, 214, 160, 0.15);
  color: #06D6A0;
}
.swipe-action--success.is-triggered .swipe-action__indicator {
  background: rgba(6, 214, 160, 0.3);
  color: #FFFFFF;
}
.swipe-action--error .swipe-action__indicator {
  background: rgba(239, 69, 101, 0.15);
  color: #FFFFFF;
}
.swipe-action--error.is-triggered .swipe-action__indicator {
  background: rgba(239, 69, 101, 0.25);
}
.list-group > .swipe-action {
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.list-group > .swipe-action:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  .swipe-action {
    overflow: visible;
  }
  .swipe-action__indicator {
    display: none;
  }
  .swipe-action__body {
    transform: none !important;
  }
}
.tabs {
  display: flex;
  gap: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 24px;
}
.tabs-button {
  background: transparent;
  border: none;
  color: rgba(232, 232, 240, 0.6);
  padding: 12px 18px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease;
  position: relative;
  bottom: -1px;
}
.tabs-button .badge {
  margin-left: 0.4em;
}
.tabs-button--active {
  color: #E8E8F0;
  border-bottom-color: #E86A6A;
}
.tabs-button:hover:not(.tabs-button--active) {
  color: rgba(232, 232, 240, 0.8);
}
@media (max-width: 767px) {
  .tabs-button {
    padding: 10px 16px;
    font-size: 15px;
  }
}
.tab-content {
  display: none;
}
.tab-content--active {
  display: block;
}
.tabs--justified .tabs-button {
  flex: 1;
  justify-content: center;
}
.tabs:has(+ .tabs-panel) {
  margin-bottom: 0;
}
.tabs-panel {
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-top: none;
  border-radius: 0 0 8px 8px;
  padding: 24px;
  margin-bottom: 16px;
}
.review-card {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 16px;
}
.review-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.review-card__user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.review-card__avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2e2e38;
}
.review-card__name {
  font-size: 15px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 2px;
}
.review-card__verified-badge {
  color: #06D6A0;
  font-size: 13px;
  margin-left: 4px;
}
.review-card__date {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
}
.review-card__rating {
  color: #FFD700;
  font-size: 15px;
  letter-spacing: 1px;
}
.review-card__text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(232, 232, 240, 0.8);
}
.posts-grid {
  column-count: 3;
  column-gap: 16px;
}
@media (max-width: 1439px) {
  .posts-grid {
    column-count: 2;
  }
}
@media (max-width: 1199px) {
  .posts-grid {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .posts-grid {
    column-count: 1;
  }
}
.post-card {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
  break-inside: avoid;
}
.post-card__inner {
  position: relative;
  background: #2e2e38;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
  margin-bottom: 8px;
}
.post-card__inner:hover {
  border-color: #E86A6A;
}
.post-card__inner:hover .post-card__play {
  transform: translate(-50%, -50%) scale(1.1);
}
.post-card__thumbnail {
  width: 100%;
  display: block;
}
.post-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #202026;
  font-size: 17px;
  transition: transform 0.2s ease;
}
.post-card__caption {
  padding: 12px;
  font-size: 15px;
  color: rgba(232, 232, 240, 0.8);
  line-height: 1.5;
}
.posts-grid--4col {
  column-count: 4;
}
@media (max-width: 1439px) {
  .posts-grid--4col {
    column-count: 3;
  }
}
@media (max-width: 1199px) {
  .posts-grid--4col {
    column-count: 2;
  }
}
@media (max-width: 767px) {
  .posts-grid--4col {
    column-count: 1;
  }
}
.post-card__header {
  padding: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.post-card__avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E86A6A, #A347E6);
  flex-shrink: 0;
}
.post-card__info {
  flex: 1;
  min-width: 0;
}
.post-card__name {
  font-size: 13px;
  font-weight: 600;
  color: #E8E8F0;
}
.post-card__time {
  font-size: 12px;
  color: rgba(232, 232, 240, 0.6);
}
.post-card__menu {
  position: relative;
  margin-left: auto;
}
.post-card__menu-btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: transparent;
  border: none;
  color: rgba(232, 232, 240, 0.8);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.post-card__menu-btn:hover {
  background: #2e2e38;
  color: #E8E8F0;
}
.post-card__menu-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  min-width: 160px;
  background: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  padding: 4px;
  display: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.post-card__menu-dropdown--active {
  display: block;
}
.post-card__menu-item {
  padding: 8px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: background 0.2s ease;
  color: #E8E8F0;
}
.post-card__menu-item:hover {
  background: #202026;
}
.post-card__menu-item i {
  width: 14px;
  text-align: center;
  color: rgba(232, 232, 240, 0.8);
  font-size: 13px;
}
.post-card__media {
  position: relative;
  background: #3a3a46;
  overflow: hidden;
  width: 100%;
}
.post-card__media--1-1 {
  aspect-ratio: 1 / 1;
}
.post-card__media--16-9 {
  aspect-ratio: 16 / 9;
}
.post-card__media--4-3 {
  aspect-ratio: 4 / 3;
}
.post-card__media--3-4 {
  aspect-ratio: 3 / 4;
}
.post-card__media--9-16 {
  aspect-ratio: 9 / 16;
}
.post-card__media--9-20 {
  aspect-ratio: 9 / 20;
}
.post-card__media--2-3 {
  aspect-ratio: 2 / 3;
}
.post-card__media--3-2 {
  aspect-ratio: 3 / 2;
}
.post-card__caption--padded {
  padding: 0 4px;
  font-size: 15px;
  color: rgba(232, 232, 240, 0.8);
  line-height: 1.5;
}
.divider {
  display: flex;
  align-items: center;
  margin: 24px 0;
}
.divider::before,
.divider::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #757575;
}
.divider::before {
  margin-right: 16px;
}
.divider::after {
  margin-left: 16px;
}
.divider__text {
  font-size: 13px;
  font-weight: 500;
  color: rgba(232, 232, 240, 0.6);
}
.data-table {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  margin-bottom: 16px;
  overflow: visible;
  /* Allow dropdowns to escape - rounded corners handled by corner cells */
}
.data-table table {
  width: 100%;
  border-collapse: collapse;
}
.data-table thead:first-child tr:first-child th:first-child {
  border-top-left-radius: 12px;
}
.data-table thead:first-child tr:first-child th:last-child {
  border-top-right-radius: 12px;
}
.data-table tbody:first-child tr:first-child td:first-child {
  border-top-left-radius: 12px;
}
.data-table tbody:first-child tr:first-child td:last-child {
  border-top-right-radius: 12px;
}
.data-table tfoot:last-child tr:last-child td:first-child,
.data-table tfoot:last-child tr:last-child th:first-child {
  border-bottom-left-radius: 12px;
}
.data-table tfoot:last-child tr:last-child td:last-child,
.data-table tfoot:last-child tr:last-child th:last-child {
  border-bottom-right-radius: 12px;
}
.data-table tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.data-table tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.data-table .data-table__header + table thead tr:first-child th:first-child,
.data-table .data-table__header + table thead tr:first-child th:last-child {
  border-radius: 0;
}
.data-table thead th {
  font-size: 12px;
  font-weight: 600;
  color: rgba(232, 232, 240, 0.6);
  text-transform: uppercase;
  vertical-align: top;
  letter-spacing: 0.5px;
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  position: relative;
  /* For sort icons */
  white-space: nowrap;
  background: rgba(0, 0, 0, 0.15);
}
.data-table thead th:first-child {
  padding-left: 20px;
}
.data-table thead th:last-child {
  padding-right: 20px;
}
.data-table tbody td {
  font-size: 15px;
  color: #E8E8F0;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  vertical-align: top;
}
.data-table tbody td:first-child {
  padding-left: 20px;
}
.data-table tbody td:last-child {
  padding-right: 20px;
}
.data-table tbody tr:last-child td {
  border-bottom: none;
}
.data-table--fixed table {
  table-layout: fixed;
}
.data-table--borderless tbody td {
  border-bottom-color: transparent !important;
}
.data-table--striped tbody tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.02);
}
.data-table--striped-columns tbody td:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}
.data-table--striped-columns tfoot td:nth-child(even),
.data-table--striped-columns tfoot th:nth-child(even) {
  background: rgba(255, 255, 255, 0.04);
}
.data-table--condensed thead th {
  padding-left: 8px;
  padding-right: 8px;
}
.data-table--condensed thead th:first-child {
  padding-left: 12px;
}
.data-table--condensed thead th:last-child {
  padding-right: 12px;
}
.data-table--condensed tbody td {
  padding: 6px 8px;
  font-size: 12px;
}
.data-table--condensed tbody td:first-child {
  padding-left: 12px;
}
.data-table--condensed tbody td:last-child {
  padding-right: 12px;
}
.data-table--condensed tfoot td,
.data-table--condensed tfoot th {
  padding: 6px 8px;
  font-size: 12px;
}
.data-table--condensed tfoot td:first-child,
.data-table--condensed tfoot th:first-child {
  padding-left: 12px;
}
.data-table--condensed tfoot td:last-child,
.data-table--condensed tfoot th:last-child {
  padding-right: 12px;
}
.data-table--condensed .data-table__status {
  font-size: 12px;
  padding: 2px 8px;
  gap: 4px;
}
.data-table--condensed .data-table__status::before {
  width: 5px;
  height: 5px;
}
.data-table--condensed .data-table__action-btn {
  width: 24px;
  height: 24px;
  font-size: 13px;
}
.data-table--condensed .data-table__popout-toggle {
  width: 18px;
  height: 18px;
}
.data-table--condensed th.data-table__actions-col,
.data-table--condensed td.data-table__actions-col {
  padding-top: 4px;
  padding-bottom: 4px;
}
.data-table--condensed.data-table tbody td .btn,
.data-table--condensed.data-table tbody td button {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1;
}
.data-table--condensed.data-table tbody td .status-dropdown-toggle {
  padding: 2px 8px;
  font-size: 12px;
  line-height: 1;
  gap: 3px;
}
.data-table--condensed .data-table__editable-label,
.data-table--condensed .data-table__editable-input {
  padding: 6px 8px;
}
.data-table--condensed tbody td:first-child .data-table__editable-label,
.data-table--condensed tbody td:first-child .data-table__editable-input {
  padding-left: 12px;
}
.data-table--condensed tbody td:last-child .data-table__editable-label,
.data-table--condensed tbody td:last-child .data-table__editable-input {
  padding-right: 12px;
}
.data-table--condensed tbody tr.data-table__group-header td {
  padding: 8px 12px;
  font-size: 13px;
}
.data-table--condensed tbody tr.data-table__subgroup-header td {
  padding: 4px 12px 4px 20px;
}
.data-table--condensed tbody tr.data-table__subgroup-header ~ tr:not(.data-table__group-header):not(.data-table__subgroup-header) td:first-child {
  padding-left: 20px;
}
.data-table--sm tbody td {
  padding: 8px 12px;
  font-size: 13px;
}
.data-table--sm tbody td:first-child {
  padding-left: 16px;
}
.data-table--sm tbody td:last-child {
  padding-right: 16px;
}
.data-table--sm tfoot td,
.data-table--sm tfoot th {
  padding: 8px 12px;
  font-size: 13px;
}
.data-table--sm tfoot td:first-child,
.data-table--sm tfoot th:first-child {
  padding-left: 16px;
}
.data-table--sm tfoot td:last-child,
.data-table--sm tfoot th:last-child {
  padding-right: 16px;
}
.data-table--sm .data-table__action-btn {
  width: 24px;
  height: 24px;
  font-size: 13px;
}
.data-table--lg tbody td {
  padding: 16px 20px;
  font-size: 15px;
}
.data-table--lg tbody td:first-child {
  padding-left: 24px;
}
.data-table--lg tbody td:last-child {
  padding-right: 24px;
}
.data-table--lg tfoot td,
.data-table--lg tfoot th {
  padding: 16px 20px;
  font-size: 15px;
}
.data-table--lg tfoot td:first-child,
.data-table--lg tfoot th:first-child {
  padding-left: 24px;
}
.data-table--lg tfoot td:last-child,
.data-table--lg tfoot th:last-child {
  padding-right: 24px;
}
.data-table tbody tr.table-row--primary {
  background: rgba(232, 106, 106, 0.1);
}
.data-table tbody tr.table-row--primary:hover {
  background: rgba(232, 106, 106, 0.15);
}
.data-table tbody tr.table-row--secondary {
  background: rgba(163, 71, 230, 0.1);
}
.data-table tbody tr.table-row--secondary:hover {
  background: rgba(163, 71, 230, 0.15);
}
.data-table tbody tr.table-row--success {
  background: rgba(6, 214, 160, 0.1);
}
.data-table tbody tr.table-row--success:hover {
  background: rgba(6, 214, 160, 0.15);
}
.data-table tbody tr.table-row--warning {
  background: rgba(255, 184, 0, 0.1);
}
.data-table tbody tr.table-row--warning:hover {
  background: rgba(255, 184, 0, 0.15);
}
.data-table tbody tr.table-row--info {
  background: rgba(183, 148, 246, 0.08);
}
.data-table tbody tr.table-row--info:hover {
  background: rgba(183, 148, 246, 0.12);
}
.data-table tbody tr.table-row--neutral {
  background: rgba(255, 255, 255, 0.03);
}
.data-table tbody tr.table-row--neutral:hover {
  background: rgba(255, 255, 255, 0.05);
}
.data-table tbody tr.table-row--error,
.data-table tbody tr.table-row--danger {
  background: rgba(239, 69, 101, 0.1);
}
.data-table tbody tr.table-row--error:hover,
.data-table tbody tr.table-row--danger:hover {
  background: rgba(239, 69, 101, 0.15);
}
.data-table tbody tr {
  transition: background 0.15s ease;
}
.data-table tbody tr:hover {
  background: #3a3a46;
}
.data-table[data-table-selectable] tbody tr,
.data-table[data-table-selectable] tbody td {
  cursor: pointer !important;
}
.data-table tbody tr.table-row--selected.table-row--selected {
  background: rgba(163, 71, 230, 0.15) !important;
  box-shadow: inset 3px 0 0 #A347E6 !important;
}
.data-table tbody tr.table-row--selected.table-row--selected:hover {
  background: rgba(163, 71, 230, 0.2) !important;
}
.data-table tbody tr.table-row--selected.table-row--selected:first-child td:first-child {
  border-top-left-radius: 12px;
}
.data-table tbody tr.table-row--selected.table-row--selected:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.data-table tbody tr.table-row--highlighted {
  background: rgba(232, 106, 106, 0.12) !important;
  box-shadow: inset 3px 0 0 #E86A6A;
}
.data-table tbody tr.table-row--highlighted:hover {
  background: rgba(232, 106, 106, 0.18) !important;
}
.data-table tbody tr.table-row--highlighted:first-child td:first-child {
  border-top-left-radius: 12px;
}
.data-table tbody tr.table-row--highlighted:last-child td:first-child {
  border-bottom-left-radius: 12px;
}
.data-table tbody tr.table-row--muted {
  opacity: 0.75;
}
.data-table tbody tr.table-row--accent-primary {
  box-shadow: inset 3px 0 0 #E86A6A;
}
.data-table tbody tr.table-row--accent-success {
  box-shadow: inset 3px 0 0 #06D6A0;
}
.data-table tbody tr.table-row--accent-warning {
  box-shadow: inset 3px 0 0 #FFB800;
}
.data-table tbody tr.table-row--accent-error {
  box-shadow: inset 3px 0 0 #EF4565;
}
.data-table tbody tr.table-row--accent-info {
  box-shadow: inset 3px 0 0 #A347E6;
}
.data-table tbody tr.table-row--accent-neutral {
  box-shadow: inset 3px 0 0 rgba(232, 232, 240, 0.6);
}
.data-table__mono {
  font-family: 'Space Mono', monospace;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.data-table__bold {
  font-weight: 700;
}
.data-table__muted {
  color: rgba(232, 232, 240, 0.6);
  font-size: 13px;
  vertical-align: middle;
}
.data-table tbody td .badge,
.data-table tbody td .btn,
.data-table tbody td button {
  vertical-align: middle;
}
.data-table.data-table tbody td .btn,
.data-table.data-table tbody td button {
  padding: 4px 8px;
  font-size: 13px;
  line-height: 1;
  border-width: 1px;
  min-height: 0;
}
.data-table.data-table tbody td .status-dropdown-toggle {
  padding: 4px 12px;
  font-size: 13px;
  line-height: 1;
  gap: 4px;
}
.data-table th.data-table__right,
.data-table td.data-table__right {
  text-align: right;
}
.data-table th.data-table__center,
.data-table td.data-table__center {
  text-align: center;
}
.data-table th.dt-col-auto,
.data-table td.dt-col-auto {
  width: auto;
  white-space: nowrap;
}
.data-table th.dt-col-fit,
.data-table td.dt-col-fit {
  width: 1%;
  min-width: fit-content;
  white-space: nowrap;
}
.data-table th.dt-col-fill,
.data-table td.dt-col-fill {
  width: 100%;
}
.data-table th.dt-col-xs,
.data-table td.dt-col-xs {
  width: 5%;
}
.data-table th.dt-col-sm,
.data-table td.dt-col-sm {
  width: 10%;
}
.data-table th.dt-col-md,
.data-table td.dt-col-md {
  width: 20%;
}
.data-table th.dt-col-lg,
.data-table td.dt-col-lg {
  width: 30%;
}
.data-table th.dt-col-xl,
.data-table td.dt-col-xl {
  width: 40%;
}
.data-table th.dt-col-10,
.data-table td.dt-col-10 {
  width: 10%;
}
.data-table th.dt-col-15,
.data-table td.dt-col-15 {
  width: 15%;
}
.data-table th.dt-col-20,
.data-table td.dt-col-20 {
  width: 20%;
}
.data-table th.dt-col-25,
.data-table td.dt-col-25 {
  width: 25%;
}
.data-table th.dt-col-30,
.data-table td.dt-col-30 {
  width: 30%;
}
.data-table th.dt-col-40,
.data-table td.dt-col-40 {
  width: 40%;
}
.data-table th.dt-col-50,
.data-table td.dt-col-50 {
  width: 50%;
}
.data-table th.dt-auto-size,
.data-table td.dt-auto-size {
  width: auto;
}
.data-table th.dt-min-100,
.data-table td.dt-min-100 {
  min-width: 100px;
}
.data-table th.dt-min-150,
.data-table td.dt-min-150 {
  min-width: 150px;
}
.data-table th.dt-min-200,
.data-table td.dt-min-200 {
  min-width: 200px;
}
.data-table th.dt-min-250,
.data-table td.dt-min-250 {
  min-width: 250px;
}
.data-table th.dt-min-300,
.data-table td.dt-min-300 {
  min-width: 300px;
}
.data-table th.dt-max-200,
.data-table td.dt-max-200 {
  max-width: 200px;
}
.data-table th.dt-max-250,
.data-table td.dt-max-250 {
  max-width: 250px;
}
.data-table th.dt-max-300,
.data-table td.dt-max-300 {
  max-width: 300px;
}
.data-table th.dt-max-400,
.data-table td.dt-max-400 {
  max-width: 400px;
}
.data-table th.dt-max-500,
.data-table td.dt-max-500 {
  max-width: 500px;
}
.data-table__status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 12px;
  border-radius: 24px;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
}
.data-table__status::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.data-table__status--success {
  background: rgba(6, 214, 160, 0.12);
  color: #06D6A0;
}
.data-table__status--success::before {
  background: #06D6A0;
}
.data-table__status--warning {
  background: rgba(255, 184, 0, 0.12);
  color: #FFB800;
}
.data-table__status--warning::before {
  background: #FFB800;
}
.data-table__status--error {
  background: rgba(239, 69, 101, 0.12);
  color: #EF4565;
}
.data-table__status--error::before {
  background: #EF4565;
}
.data-table__status--info {
  background: rgba(163, 71, 230, 0.12);
  color: #B794F6;
}
.data-table__status--info::before {
  background: #A347E6;
}
.data-table__status--neutral {
  background: rgba(255, 255, 255, 0.06);
  color: rgba(232, 232, 240, 0.6);
}
.data-table__status--neutral::before {
  background: rgba(232, 232, 240, 0.6);
}
.data-table__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px 12px 0 0;
}
.data-table__title {
  font-size: 17px;
  font-weight: 600;
  color: #E8E8F0;
}
.data-table__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.data-table__action-btn {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: rgba(232, 232, 240, 0.6);
  font-size: 15px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.data-table__action-btn:hover {
  background: #2e2e38;
  border-color: rgba(255, 255, 255, 0.15);
  color: #E8E8F0;
}
.data-table th.data-table__actions-col,
.data-table td.data-table__actions-col {
  width: 68px;
  white-space: nowrap;
  text-align: right;
  padding-top: 8px;
  padding-bottom: 8px;
}
.data-table th.data-table__actions-col--2,
.data-table td.data-table__actions-col--2 {
  width: 108px;
}
.data-table th.data-table__actions-col--3,
.data-table td.data-table__actions-col--3 {
  width: 148px;
}
.data-table table {
  overflow: visible;
}
.data-table .dropdown {
  position: relative;
}
.data-table__empty {
  text-align: center;
  padding: 48px 24px;
  color: rgba(232, 232, 240, 0.6);
  font-size: 15px;
}
.data-table__empty i {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
  color: rgba(232, 232, 240, 0.4);
}
.data-table__count {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
  padding: 0 20px 8px 20px;
}
@media (max-width: 767px) {
  .data-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .data-table table {
    min-width: 600px;
  }
}
.data-table--scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.data-table--scroll td,
.data-table--scroll th {
  white-space: nowrap;
}
.data-table__editable {
  color: rgba(232, 232, 240, 0.8);
  cursor: pointer;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
  transition: all 0.15s ease;
}
.data-table__editable:hover {
  color: #E8E8F0;
  border-bottom-color: rgba(232, 232, 240, 0.6);
}
.data-table td.data-table__popout > .dropdown,
.data-table td.data-table__popout.dropdown {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
.data-table td.data-table__popout > .dropdown-menu {
  margin-top: 8px;
}
.data-table__popout-body {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.data-table__popout-toggle {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 2px;
  align-self: stretch;
  background: transparent;
  border: none;
  color: #7F8891;
  cursor: pointer;
  transition: all 0.15s ease;
  border-radius: 50%;
  line-height: 1;
}
.data-table__popout-toggle:hover {
  color: rgba(232, 232, 240, 0.6);
  background: rgba(255, 255, 255, 0.04);
}
.data-table__popout-toggle i {
  transition: transform 0.2s ease;
}
.data-table td.data-table__popout.dropdown.show .data-table__popout-toggle i,
.data-table td.data-table__popout .dropdown.show .data-table__popout-toggle i {
  transform: scaleY(-1);
  filter: FlipH;
  transition: transform 0.2s ease;
}
.data-table th.data-table__sortable {
  cursor: pointer;
  padding-right: 32px !important;
  /* Make room for both arrows */
  transition: background 0.15s ease;
}
.data-table th.data-table__sortable::before {
  content: "\f0de";
  /* Font Awesome sort-up icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(calc(-50% - 2px));
  color: rgba(232, 232, 240, 0.4);
  font-size: 12px;
  transition: color 0.15s ease;
}
.data-table th.data-table__sortable::after {
  content: "\f0dd";
  /* Font Awesome sort-down icon */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(calc(-50% + 2px));
  color: rgba(232, 232, 240, 0.4);
  font-size: 12px;
  transition: color 0.15s ease;
}
.data-table th.data-table__sortable:hover {
  background: rgba(255, 255, 255, 0.04);
}
.data-table th.data-table__sortable.data-table__sorted-asc {
  background: rgba(163, 71, 230, 0.08);
}
.data-table th.data-table__sortable.data-table__sorted-asc::before {
  color: #B794F6;
}
.data-table th.data-table__sortable.data-table__sorted-asc:hover {
  background: rgba(163, 71, 230, 0.12);
}
.data-table th.data-table__sortable.data-table__sorted-desc {
  background: rgba(163, 71, 230, 0.08);
}
.data-table th.data-table__sortable.data-table__sorted-desc::after {
  color: #B794F6;
}
.data-table th.data-table__sortable.data-table__sorted-desc:hover {
  background: rgba(163, 71, 230, 0.12);
}
.data-table a:not(.dropdown-item):not(.dropdown-toggle),
.data-table a.data-table__link {
  color: #B794F6;
  text-decoration: none;
  transition: color 0.15s ease;
}
.data-table a:not(.dropdown-item):not(.dropdown-toggle):hover,
.data-table a.data-table__link:hover {
  color: #A347E6;
  text-decoration: underline;
}
.data-table a:not(.dropdown-item):not(.dropdown-toggle):visited,
.data-table a.data-table__link:visited {
  color: rgba(183, 148, 246, 0.7);
}
.data-table a.data-table__link-subtle {
  color: #E8E8F0;
}
.data-table a.data-table__link-subtle:hover {
  color: #B794F6;
  text-decoration: underline;
}
.data-table tbody tr.data-table__row-link {
  cursor: pointer;
}
.data-table tbody tr.data-table__row-link:hover {
  background: #3a3a46;
}
.data-table tbody tr.data-table__row-link:hover a {
  color: #A347E6;
}
.dt-col-hidden {
  display: none !important;
}
.data-table + .pagination,
.data-table + nav .pagination {
  margin-top: 12px;
}
.data-table--sticky-header thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #202026;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.data-table--sticky-footer tfoot {
  position: sticky;
  bottom: 0;
  z-index: 10;
}
.data-table--sticky-footer tfoot td,
.data-table--sticky-footer tfoot th {
  background: rgba(0, 0, 0, 0.15);
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
}
.data-table--sticky-both thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #202026;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.data-table--sticky-both tfoot td,
.data-table--sticky-both tfoot th {
  position: sticky;
  bottom: 0;
  z-index: 10;
  background: #202026;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.3);
}
.data-table--editable table {
  table-layout: fixed;
}
.data-table--editable td.data-table__editable-cell {
  padding: 0 !important;
}
.data-table__editable-label {
  display: block;
  width: 100%;
  padding: 12px 16px;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.data-table__editable-label:hover {
  opacity: 0.8;
}
.data-table__editable-input {
  display: none;
  width: 100%;
  min-width: 0;
  padding: 12px 16px;
  margin: 0;
  background: #2e2e38;
  border: none;
  border-radius: 4px;
  color: #E8E8F0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(232, 106, 106, 0.15);
  box-sizing: border-box;
  transition: box-shadow 0.15s ease;
}
.data-table__editable-input:focus {
  box-shadow: inset 0 0 0 2px #E86A6A;
}
.data-table__editable-input--invalid {
  box-shadow: inset 0 0 0 2px #EF4565;
}
.data-table__editable-input[type="date"] {
  padding: 13px 16px;
  line-height: 1.067;
}
.data-table__editable--saving {
  position: relative;
  opacity: 0.6;
  pointer-events: none;
}
.data-table__editable--saving::after {
  content: '';
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 2px solid #E86A6A;
  border-top-color: transparent;
  border-radius: 50%;
  animation: inline-edit-spin 0.6s linear infinite;
}
@keyframes inline-edit-spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.data-table__editable--success {
  animation: inline-edit-success-flash 0.8s ease;
}
@keyframes inline-edit-success-flash {
  0% {
    background: rgba(6, 214, 160, 0.2);
  }
  100% {
    background: transparent;
  }
}
.data-table tbody tr.data-table__group-header {
  background: rgba(0, 0, 0, 0.15);
  cursor: default;
}
.data-table tbody tr.data-table__group-header:hover {
  background: rgba(0, 0, 0, 0.15) !important;
}
.data-table tbody tr.data-table__group-header td {
  padding: 12px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #E8E8F0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.data-table tbody tr.data-table__group-header:first-child td {
  border-top: none;
}
.data-table tbody tr.data-table__subgroup-header {
  cursor: default;
  background: rgba(255, 255, 255, 0.02);
  box-shadow: inset 3px 0 0 rgba(255, 255, 255, 0.15);
}
.data-table tbody tr.data-table__subgroup-header:hover {
  background: rgba(255, 255, 255, 0.02) !important;
}
.data-table tbody tr.data-table__subgroup-header td {
  padding: 4px 20px 4px 28px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(232, 232, 240, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.data-table tbody tr.data-table__subgroup-header ~ tr:not(.data-table__group-header):not(.data-table__subgroup-header) td:first-child {
  padding-left: 28px;
}
.data-table__cell--error {
  position: relative;
}
.data-table__cell--error .data-table__error-message {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  padding: 4px 8px;
  background: #EF4565;
  color: #E8E8F0;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 100;
}
.data-table__cell--error .data-table__error-message::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 12px;
  border: 4px solid transparent;
  border-bottom-color: #EF4565;
}
.filter-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .filter-bar {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .filter-bar--wrap {
    flex-wrap: wrap;
    overflow-x: visible;
  }
}
.filter-pills {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.filter-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  color: rgba(232, 232, 240, 0.6);
  font-size: 14px;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  transition: all 0.15s ease;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.5;
}
.filter-pill:hover {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(232, 232, 240, 0.8);
  background: rgba(255, 255, 255, 0.04);
}
.filter-pill--active {
  border-color: rgba(255, 255, 255, 0.2);
  color: #E8E8F0;
  background: rgba(255, 255, 255, 0.08);
}
.filter-pill .filter-pill__count {
  font-size: 12px;
  font-family: 'Space Mono', monospace;
  color: rgba(232, 232, 240, 0.6);
  margin-left: 2px;
}
.filter-pill--active .filter-pill__count {
  color: rgba(232, 232, 240, 0.8);
}
.filter-pill i {
  font-size: 12px;
}
.filter-search {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.filter-search:focus-within {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}
.filter-search i {
  color: rgba(232, 232, 240, 0.6);
  font-size: 13px;
  flex-shrink: 0;
}
.filter-search input {
  background: transparent;
  border: none;
  outline: none;
  color: #E8E8F0;
  font-size: 13px;
  font-family: 'Outfit', sans-serif;
  width: 120px;
  padding: 0;
}
.filter-search input::placeholder {
  color: rgba(232, 232, 240, 0.6);
}
.filter-search input:focus {
  width: 180px;
}
@media (max-width: 767px) {
  .filter-search {
    padding: 6px;
    border: none;
    background: none;
    cursor: pointer;
  }
  .filter-search:focus-within {
    background: none;
    border: none;
  }
  .filter-search input {
    width: 0;
    padding: 0;
    opacity: 0;
    position: absolute;
  }
}
.search-panel {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  width: 420px;
  max-height: 70vh;
  overflow-y: auto;
  background: #202026;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  margin-top: 4px;
  padding: 8px 0;
}
.search-panel .list-group-item {
  padding-left: 16px;
}
.search-panel.show {
  display: block;
}
.filter-separator {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}
.filter-tags {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px 4px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 24px;
  font-size: 14px;
  color: rgba(232, 232, 240, 0.8);
  white-space: nowrap;
  line-height: 1.5;
}
.filter-tag__label {
  color: rgba(232, 232, 240, 0.6);
  font-weight: 500;
}
.filter-tag__value {
  color: #E8E8F0;
}
.filter-tag__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: none;
  color: rgba(232, 232, 240, 0.6);
  font-size: 11px;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  font-size: 12px;
}
.filter-tag__remove:hover {
  color: #E86A6A;
  background: rgba(232, 106, 106, 0.1);
}
.filter-clear {
  background: none;
  border: none;
  color: rgba(232, 232, 240, 0.6);
  font-size: 14px;
  font-family: 'Outfit', sans-serif;
  font-weight: 500;
  cursor: pointer;
  padding: 6px 8px;
  white-space: nowrap;
  flex-shrink: 0;
  line-height: 1.5;
  transition: color 0.15s ease;
}
.filter-clear:hover {
  color: #E86A6A;
}
.clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.clamp.clamp--expanded {
  display: block;
  -webkit-line-clamp: unset;
}
.clamp-2 {
  -webkit-line-clamp: 2;
}
.clamp-4 {
  -webkit-line-clamp: 4;
}
.clamp-5 {
  -webkit-line-clamp: 5;
}
.clamp-toggle {
  display: block;
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
  font-weight: 500;
  cursor: pointer;
  background: none;
  border: none;
  margin-top: 4px;
  padding: 0;
  transition: color 0.15s ease;
}
.clamp-toggle:hover {
  color: #E86A6A;
}
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
  margin-bottom: 12px;
}
.breadcrumb a {
  color: rgba(232, 232, 240, 0.6);
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #E8E8F0;
}
.breadcrumb > span:last-child {
  color: #E8E8F0;
}
.breadcrumb__sep {
  font-size: 12px;
  opacity: 0.5;
}
.calendar {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
}
.calendar__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.calendar__nav-title {
  font-size: 17px;
  font-weight: 600;
  color: #E8E8F0;
}
.calendar__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  color: rgba(232, 232, 240, 0.6);
  font-size: 13px;
  cursor: pointer;
  transition: all 0.15s ease;
}
.calendar__nav-btn:hover {
  background: #2e2e38;
  border-color: rgba(255, 255, 255, 0.15);
  color: #E8E8F0;
}
.calendar__nav-group {
  display: flex;
  align-items: center;
  gap: 4px;
}
.calendar__view-toggle {
  display: flex;
  align-items: center;
  gap: 4px;
}
.calendar__view-toggle .filter-pill {
  font-size: 12px;
  padding: 4px 12px;
}
.calendar__source-filters {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
}
.calendar__source-filters .filter-pill {
  font-size: 12px;
  padding: 4px 12px;
}
.calendar__source-dot--event::before,
.calendar__source-dot--task::before,
.calendar__source-dot--waiting::before,
.calendar__source-dot--google::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.calendar__source-dot--event::before {
  background: #E86A6A;
}
.calendar__source-dot--task::before {
  background: #FFB800;
}
.calendar__source-dot--waiting::before {
  background: #A347E6;
}
.calendar__source-dot--google::before {
  background: #06B6D4;
}
.calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.calendar__weekday {
  padding: 8px 4px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(232, 232, 240, 0.6);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.calendar__day {
  min-height: 80px;
  padding: 4px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  transition: background 0.15s ease;
  cursor: pointer;
  min-width: 0;
}
.calendar__day:nth-child(7n) {
  border-right: none;
}
.calendar__day:hover {
  background: #3a3a46;
}
.calendar__day--today {
  background: rgba(232, 106, 106, 0.08);
}
.calendar__day--today .calendar__day-number {
  background: #E86A6A;
  color: #FFFFFF;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.calendar__day--today:hover {
  background: rgba(232, 106, 106, 0.12);
}
.calendar__day--selected {
  background: rgba(163, 71, 230, 0.1);
  box-shadow: inset 0 0 0 1px #A347E6;
}
.calendar__day--selected:hover {
  background: rgba(163, 71, 230, 0.15);
}
.calendar__day--other-month .calendar__day-number {
  color: #7F8891;
}
.calendar__day--other-month .calendar-event {
  opacity: 0.4;
}
.calendar__day--other-month:hover {
  background: rgba(255, 255, 255, 0.02);
}
.calendar__day--weekend {
  background: rgba(255, 255, 255, 0.01);
}
.calendar__day-number {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: rgba(232, 232, 240, 0.8);
  padding: 2px 4px;
  margin-bottom: 2px;
}
.calendar__day-events {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.calendar__allday-label {
  padding: 4px 8px;
  font-size: 10px;
  color: #7F8891;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-family: 'Space Mono', monospace;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.calendar__allday-cell {
  padding: 2px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
  overflow: hidden;
}
.calendar__allday-cell:last-child {
  border-right: none;
}
.calendar--week .calendar__timeline,
.calendar--day-view .calendar__timeline {
  display: grid;
  grid-template-columns: 56px 1fr;
}
.calendar--week .calendar__timeline {
  grid-template-columns: 56px repeat(7, 1fr);
}
.calendar__time-gutter {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  padding-top: 0.3em;
}
.calendar__time-gutter--header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.calendar__time-label {
  height: 48px;
  padding: 0 8px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  color: #7F8891;
  transform: translateY(-6px);
}
.calendar__time-slot {
  height: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.calendar__time-slot::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.04);
}
.calendar__col {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.calendar__col:last-child {
  border-right: none;
}
.calendar__col-header {
  padding: 8px 4px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: rgba(232, 232, 240, 0.6);
  font-weight: 500;
}
.calendar__col-header span {
  display: block;
  font-size: 17px;
  font-weight: 600;
  color: #E8E8F0;
  margin-top: 2px;
}
.calendar__col-header--today span {
  background: #E86A6A;
  color: #FFFFFF;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px auto 0;
}
.calendar__now-indicator {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #E86A6A;
  z-index: 2;
  pointer-events: none;
}
.calendar__now-indicator::before {
  content: '';
  position: absolute;
  left: -4px;
  top: -3px;
  width: 8px;
  height: 8px;
  background: #E86A6A;
  border-radius: 50%;
}
.calendar-event {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.3;
  cursor: pointer;
  transition: filter 0.15s ease;
  overflow: hidden;
}
.calendar-event:hover {
  filter: brightness(1.2);
}
.calendar-event--default {
  background: rgba(232, 106, 106, 0.15);
  color: #E86A6A;
  border-left: 2px solid #E86A6A;
}
.calendar-event--purple {
  background: rgba(163, 71, 230, 0.15);
  color: #B794F6;
  border-left: 2px solid #A347E6;
}
.calendar-event--cyan {
  background: rgba(6, 182, 212, 0.15);
  color: #06B6D4;
  border-left: 2px solid #06B6D4;
}
.calendar-event--success {
  background: rgba(6, 214, 160, 0.15);
  color: #06D6A0;
  border-left: 2px solid #06D6A0;
}
.calendar-event--warning {
  background: rgba(255, 184, 0, 0.15);
  color: #FFB800;
  border-left: 2px solid #FFB800;
}
.calendar-event--error {
  background: rgba(239, 69, 101, 0.15);
  color: #EF4565;
  border-left: 2px solid #EF4565;
}
.calendar-event--past {
  opacity: 0.5;
}
.calendar-event--live::before {
  content: '';
  width: 6px;
  height: 6px;
  background: currentColor;
  border-radius: 50%;
  flex-shrink: 0;
  animation: pulse-dot 2s ease-in-out infinite;
}
.calendar-event__time {
  font-family: 'Space Mono', monospace;
  font-size: 10px;
  opacity: 0.8;
  white-space: nowrap;
}
.calendar-event__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  flex: 1;
  min-width: 0;
}
.calendar-event__dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #E86A6A;
  margin-right: 3px;
}
.calendar-event__dot--purple {
  background: #A347E6;
}
.calendar-event__dot--cyan {
  background: #06B6D4;
}
.calendar-event__dot--success {
  background: #06D6A0;
}
.calendar-event__dot--warning {
  background: #FFB800;
}
.calendar-event__dot--error {
  background: #EF4565;
}
.calendar-event--more {
  opacity: 0.6;
  font-size: 10px;
}
.calendar-event--block {
  position: absolute;
  left: 2px;
  right: 2px;
  flex-direction: column;
  align-items: flex-start;
  padding: 4px 6px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 1;
}
.calendar--mini {
  max-width: 260px;
}
.calendar--mini .calendar__nav {
  padding: 8px 12px;
}
.calendar--mini .calendar__nav-title {
  font-size: 13px;
}
.calendar--mini .calendar__nav-btn {
  width: 24px;
  height: 24px;
  font-size: 12px;
}
.calendar--mini .calendar__weekday {
  padding: 4px 2px;
  font-size: 10px;
}
.calendar--mini .calendar__day {
  min-height: 32px;
  padding: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.calendar--mini .calendar__day-number {
  font-size: 12px;
  padding: 0;
  margin: 0;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.calendar--mini .calendar__day--today .calendar__day-number {
  width: 24px;
  height: 24px;
}
.calendar--mini .calendar__day--selected .calendar__day-number {
  background: rgba(163, 71, 230, 0.2);
  color: #B794F6;
}
.calendar--mini .calendar__day-events {
  display: none;
}
.calendar--mini .calendar__day--has-events .calendar__day-number {
  position: relative;
}
.calendar--mini .calendar__day--has-events .calendar__day-number::after {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 4px;
  background: #E86A6A;
  border-radius: 50%;
}
.calendar--agenda .calendar__agenda-group + .calendar__agenda-group {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.calendar__agenda-group {
  padding: 16px;
}
.calendar__agenda-date {
  font-size: 12px;
  font-weight: 600;
  color: rgba(232, 232, 240, 0.6);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}
.calendar__agenda-date span {
  color: #7F8891;
  font-weight: 400;
  margin-left: 8px;
}
.calendar__agenda-items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.calendar__agenda-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  transition: background 0.15s ease;
  cursor: pointer;
}
.calendar__agenda-item:hover {
  background: #3a3a46;
}
.calendar__agenda-time {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  color: rgba(232, 232, 240, 0.6);
  white-space: nowrap;
  min-width: 52px;
}
.calendar__agenda-indicator {
  width: 3px;
  height: 24px;
  border-radius: 2px;
  background: #E86A6A;
  flex-shrink: 0;
}
.calendar__agenda-indicator--purple {
  background: #A347E6;
}
.calendar__agenda-indicator--cyan {
  background: #06B6D4;
}
.calendar__agenda-indicator--success {
  background: #06D6A0;
}
.calendar__agenda-indicator--warning {
  background: #FFB800;
}
.calendar__agenda-indicator--error {
  background: #EF4565;
}
.calendar__agenda-content {
  flex: 1;
  min-width: 0;
}
.calendar__agenda-title {
  font-size: 13px;
  font-weight: 500;
  color: #E8E8F0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.calendar__agenda-meta {
  font-size: 12px;
  color: #7F8891;
}
.calendar__empty {
  text-align: center;
  padding: 48px 24px;
  color: rgba(232, 232, 240, 0.6);
  font-size: 15px;
}
.calendar__empty i {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
  color: rgba(232, 232, 240, 0.4);
}
@media (max-width: 991px) {
  .calendar--week .calendar__timeline {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767px) {
  .calendar__day {
    min-height: 48px;
    padding: 2px;
  }
  .calendar__day-number {
    font-size: 12px;
  }
  .calendar__day-events .calendar-event {
    padding: 0;
    border: none;
    background: none;
  }
  .calendar__day-events .calendar-event .calendar-event__time,
  .calendar__day-events .calendar-event .calendar-event__title {
    display: none;
  }
  .calendar__day-events .calendar-event .calendar-event__dot {
    display: block;
  }
  .calendar--week .calendar__timeline {
    grid-template-columns: 40px 1fr;
  }
  .calendar__time-label {
    font-size: 10px;
    padding: 0 4px;
  }
  .calendar__agenda-group {
    padding: 12px;
  }
  .calendar__agenda-item {
    padding: 4px 8px;
    gap: 8px;
  }
}
.file-uploader {
  width: 100%;
  margin-bottom: 16px;
}
.file-uploader-dropzone {
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  transition: all 0.3s ease;
}
.file-uploader-dropzone:hover {
  border-color: rgba(232, 106, 106, 0.5);
  background: rgba(232, 106, 106, 0.05);
}
.file-uploader-dropzone-active {
  border-color: #E86A6A;
  background: rgba(232, 106, 106, 0.1);
  border-style: solid;
}
.file-uploader-dropzone-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.file-uploader-icon {
  font-size: 48px;
  color: rgba(232, 232, 240, 0.6);
  line-height: 1;
  margin-bottom: 16px;
  transition: color 0.3s ease;
}
.file-uploader-dropzone:hover .file-uploader-icon {
  color: #E86A6A;
}
.file-uploader-dropzone-active .file-uploader-icon {
  color: #E86A6A;
}
.file-uploader-text {
  font-size: 15px;
  color: #E8E8F0;
  font-weight: 500;
  margin-bottom: 8px;
}
.file-uploader-hint {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
  margin-bottom: 8px;
}
.file-uploader-browse {
  display: inline-block;
  color: #E86A6A;
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s ease;
}
.file-uploader-browse:hover {
  color: #ef9696;
}
.file-uploader-input {
  display: none;
}
.file-uploader-list {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.file-uploader-item {
  background: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  transition: all 0.2s ease;
}
.file-uploader-item:hover {
  border-color: rgba(232, 106, 106, 0.3);
}
.file-uploader-item-complete {
  border-color: rgba(6, 214, 160, 0.3);
}
.file-uploader-item-complete:hover {
  border-color: rgba(6, 214, 160, 0.5);
}
.file-uploader-item-error {
  border-color: rgba(239, 68, 68, 0.3);
  background: rgba(239, 68, 68, 0.05);
}
.file-uploader-item-error:hover {
  border-color: rgba(239, 68, 68, 0.5);
}
.file-uploader-file-icon {
  font-size: 24px;
  color: rgba(232, 232, 240, 0.6);
  flex-shrink: 0;
}
.file-uploader-item-complete .file-uploader-file-icon {
  color: #06D6A0;
}
.file-uploader-item-error .file-uploader-file-icon {
  color: #EF4444;
}
.file-uploader-info {
  flex: 1;
  min-width: 0;
}
.file-uploader-name {
  font-size: 15px;
  color: #E8E8F0;
  font-weight: 500;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.file-uploader-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
}
.file-uploader-status {
  display: flex;
  align-items: center;
  gap: 4px;
}
.file-uploader-status-uploading {
  color: #E86A6A;
}
.file-uploader-status-complete {
  color: #06D6A0;
}
.file-uploader-status-error {
  color: #EF4444;
}
.file-uploader-progress {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 8px;
}
.file-uploader-progress-bar {
  height: 100%;
  background: #E86A6A;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.file-uploader-item-complete .file-uploader-progress-bar {
  background: #06D6A0;
}
.file-uploader-item-error .file-uploader-progress-bar {
  background: #EF4444;
}
.file-uploader-actions {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}
.file-uploader-action {
  width: 32px;
  height: 32px;
  border-radius: 4px;
  background: rgba(46, 46, 56, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(232, 232, 240, 0.6);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: all 0.2s ease;
}
.file-uploader-action:hover {
  background: rgba(46, 46, 56, 0.9);
  border-color: rgba(255, 255, 255, 0.15);
  color: #E8E8F0;
}
.file-uploader-action-remove:hover {
  border-color: rgba(239, 68, 68, 0.5);
  background: rgba(239, 68, 68, 0.1);
  color: #EF4444;
}
.file-uploader-compact .file-uploader-dropzone {
  padding: 12px 24px;
}
.file-uploader-compact .file-uploader-icon {
  font-size: 28px;
  margin-bottom: 8px;
  line-height: 1;
}
.file-uploader-compact .file-uploader-hint,
.file-uploader-compact .file-uploader-text {
  margin-bottom: 0;
}
.file-uploader-compact .file-uploader-list {
  margin-top: 16px;
}
.file-uploader-compact .file-uploader-item {
  padding: 12px;
}
.file-attachment {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 12px;
  background: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
  max-width: 100%;
}
.file-attachment__name {
  color: #E8E8F0;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.file-attachment__size {
  white-space: nowrap;
  flex-shrink: 0;
}
.file-attachment__remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  border-radius: 4px;
  background: none;
  color: rgba(232, 232, 240, 0.6);
  font-size: 11px;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.15s ease;
}
.file-attachment__remove:hover {
  color: #E86A6A;
  background: rgba(232, 106, 106, 0.1);
}
.file-attachment-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 767px) {
  .file-uploader-dropzone {
    padding: 24px;
  }
  .file-uploader-icon {
    font-size: 40px;
  }
  .file-uploader-item {
    padding: 12px;
  }
  .file-uploader-name {
    font-size: 15px;
  }
  .file-uploader-meta {
    font-size: 12px;
  }
}
.prose {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(232, 232, 240, 0.8);
}
.prose h1 {
  font-size: 19px;
  font-weight: 600;
  color: #E8E8F0;
  margin: 16px 0 8px;
}
.prose h2 {
  font-size: 17px;
  font-weight: 600;
  color: #E8E8F0;
  margin: 16px 0 8px;
}
.prose h3 {
  font-size: 15px;
  font-weight: 600;
  color: #E8E8F0;
  margin: 12px 0 8px;
}
.prose h4,
.prose h5,
.prose h6 {
  font-size: 13px;
  font-weight: 600;
  color: #E8E8F0;
  margin: 12px 0 4px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.prose > :first-child {
  margin-top: 0;
}
.prose > :last-child {
  margin-bottom: 0;
}
.prose p {
  margin: 0 0 8px;
}
.prose ul,
.prose ol {
  list-style: none;
  margin: 0 0 8px;
  padding-left: 16px;
}
.prose li {
  margin-bottom: 4px;
}
.prose li::before {
  content: "-";
  color: #5e646a;
  margin-right: 8px;
  margin-left: -16px;
  display: inline-block;
  width: 8px;
}
.prose table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin: 8px 0 12px;
}
.prose th {
  text-align: left;
  font-weight: 600;
  color: #E8E8F0;
  padding: 4px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.prose td {
  padding: 4px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  vertical-align: top;
}
.prose tr:last-child td {
  border-bottom: none;
}
.prose code {
  font-family: 'Space Mono', monospace;
  font-size: 12px;
  background: #2e2e38;
  padding: 2px 4px;
  border-radius: 4px;
  color: #E8E8F0;
}
.prose pre {
  background: #2e2e38;
  padding: 12px;
  border-radius: 4px;
  overflow-x: auto;
  margin: 8px 0 12px;
}
.prose pre code {
  background: none;
  padding: 0;
}
.prose blockquote {
  border-left: 3px solid rgba(255, 255, 255, 0.15);
  padding-left: 12px;
  margin: 8px 0;
  color: #5e646a;
  font-style: italic;
}
.prose hr {
  border: none;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  margin: 12px 0;
}
.prose a {
  color: #E86A6A;
}
.prose a:hover {
  text-decoration: underline;
}
.prose strong {
  color: #E8E8F0;
  font-weight: 600;
}
.backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  z-index: 1099;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.backdrop.show {
  opacity: 1;
  visibility: visible;
}
.backdrop--faded {
  background: rgba(0, 0, 0, 0.6);
}
.modal__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  gap: 8px;
}
.sheet__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  gap: 8px;
}
.overlay-toolbar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.overlay-toolbar__btn {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: rgba(232, 232, 240, 0.6);
  font-size: 17px;
  cursor: pointer;
  transition: all 0.15s ease;
  background: transparent;
  border: none;
}
.overlay-toolbar__btn:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E8E8F0;
}
.modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.modal.show {
  opacity: 1;
  visibility: visible;
}
.modal.show .modal__dialog {
  transform: scale(1);
}
.modal__dialog {
  background: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  transform: scale(0.95);
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.modal__header h3,
.modal__header h4,
.modal__header h5,
.modal__header h6 {
  margin-bottom: 0;
}
.modal__header .form-control--transparent {
  font-size: 27px;
  font-weight: 600;
}
.modal__close {
  width: 32px;
  height: 32px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: rgba(232, 232, 240, 0.6);
  transition: all 0.15s ease;
}
.modal__close:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E8E8F0;
}
.modal__body {
  padding: 16px;
  overflow-y: auto;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.38) transparent;
}
.modal__body::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.modal__body::-webkit-scrollbar-track {
  background: transparent;
}
.modal__body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.38);
}
.modal__body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.62);
}
.modal__body dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 8px;
  margin: 0 0 16px;
}
.modal__body dl:last-child {
  margin-bottom: 0;
}
.modal__body dt {
  font-size: 15px;
  color: rgba(232, 232, 240, 0.6);
}
.modal__body dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #E8E8F0;
  margin: 0;
}
.modal__body dd .form-control--transparent {
  text-align: right;
}
.modal__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.modal--sm .modal__dialog {
  max-width: 360px;
}
.modal--lg .modal__dialog {
  max-width: 640px;
}
.sheet {
  position: fixed;
  z-index: 1100;
  background: #2e2e38;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.32, 0.72, 0, 1);
}
.sheet.show {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .sheet {
    top: 0;
    right: 0;
    bottom: 0;
    width: 480px;
    max-width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateX(100%);
  }
  .sheet.show {
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .sheet {
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 80vh;
    border-radius: 12px 12px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(100%);
  }
  .sheet.show {
    transform: translateY(0);
  }
}
.sheet__handle {
  display: none;
}
@media (max-width: 767px) {
  .sheet__handle {
    display: block;
    width: 36px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 2px;
    margin: 8px auto;
    flex-shrink: 0;
  }
}
.sheet__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
.sheet__header h3,
.sheet__header h4 {
  margin-bottom: 0;
}
.sheet__header .form-control--transparent {
  font-size: 21px;
  font-weight: 600;
}
.sheet__btn {
  width: 32px;
  height: 32px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: rgba(232, 232, 240, 0.6);
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.sheet__btn:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E8E8F0;
}
.sheet__close {
  width: 32px;
  height: 32px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: rgba(232, 232, 240, 0.6);
  transition: all 0.15s ease;
  flex-shrink: 0;
}
.sheet__close:hover {
  background: rgba(255, 255, 255, 0.05);
  color: #E8E8F0;
}
.sheet__body {
  padding: 16px;
  overflow-y: auto;
  flex: 1;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.38) transparent;
}
.sheet__body::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.sheet__body::-webkit-scrollbar-track {
  background: transparent;
}
.sheet__body::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.38);
}
.sheet__body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.62);
}
.sheet__body dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 8px;
  margin: 0 0 16px;
}
.sheet__body dl:last-child {
  margin-bottom: 0;
}
.sheet__body dt {
  font-size: 15px;
  color: rgba(232, 232, 240, 0.6);
}
.sheet__body dd {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #E8E8F0;
  margin: 0;
}
.sheet__body dd .form-control--transparent {
  text-align: right;
}
.sheet__body--compact {
  padding: 12px 16px;
}
.sheet__drag-overlay {
  position: sticky;
  top: 0;
  height: 0;
  z-index: 10;
  pointer-events: none;
}
.sheet__drag-overlay::after {
  content: "Drop files to attach";
  position: absolute;
  top: -24px;
  left: -24px;
  right: -24px;
  height: 100vh;
  border: 2px dashed #E86A6A;
  background: rgba(232, 106, 106, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: #E86A6A;
  font-weight: 500;
}
.sheet__footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  padding: 16px 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .sheet__footer {
    padding-bottom: calc(16px + env(safe-area-inset-bottom));
  }
}
@media (max-width: 767px) {
  .sheet--sm {
    max-height: 40vh;
  }
}
@media (max-width: 767px) {
  .sheet--lg {
    max-height: 90vh;
  }
}
@media (max-width: 767px) {
  .sheet--full {
    top: 0;
    max-height: none;
    border-radius: 0;
  }
  .sheet--full .sheet__handle {
    display: none;
  }
}
.search-sheet {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
}
.search-sheet__input {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.search-sheet__input i {
  color: rgba(232, 232, 240, 0.6);
  flex-shrink: 0;
}
.search-sheet__input input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #E8E8F0;
  font-size: 15px;
  font-family: 'Outfit', sans-serif;
  padding: 0;
}
.search-sheet__input input::placeholder {
  color: rgba(232, 232, 240, 0.6);
}
@keyframes toastFadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}
.toast-container {
  position: fixed;
  z-index: 1150;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
  max-width: calc(100vw - 32px);
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .toast-container {
    bottom: 16px;
    left: 16px;
    right: 16px;
    transform: none;
    max-width: none;
  }
}
.toast-container--top-center {
  top: 24px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.toast-container--top-right {
  top: 24px;
  bottom: auto;
  left: auto;
  right: 24px;
  transform: none;
}
.toast-container--top-left {
  top: 24px;
  bottom: auto;
  left: 24px;
  right: auto;
  transform: none;
}
.toast-container--bottom-right {
  bottom: 24px;
  top: auto;
  left: auto;
  right: 24px;
  transform: none;
}
.toast-container--bottom-left {
  bottom: 24px;
  top: auto;
  left: 24px;
  right: auto;
  transform: none;
}
.toast {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.25;
  pointer-events: auto;
  white-space: nowrap;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  animation: slideInUp 0.3s ease;
  background: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #E8E8F0;
}
.toast i,
.toast .icon {
  flex-shrink: 0;
  font-size: 12px;
  line-height: 1;
}
@media (max-width: 480px) {
  .toast {
    white-space: normal;
    width: 100%;
  }
}
.toast--leaving {
  animation: toastFadeOut 0.3s ease forwards;
}
.toast--success {
  background: rgba(6, 214, 160, 0.65);
  border-color: rgba(6, 214, 160, 0.2);
  color: #FFFFFF;
}
.toast--error {
  background: rgba(239, 69, 101, 0.65);
  border-color: rgba(239, 69, 101, 0.2);
  color: #FFFFFF;
}
.toast--warning {
  background: rgba(255, 184, 0, 0.65);
  border-color: rgba(255, 184, 0, 0.2);
  color: #FFFFFF;
}
.toast--info {
  background: rgba(163, 71, 230, 0.65);
  border-color: rgba(163, 71, 230, 0.2);
  color: #FFFFFF;
}
.toast--info i,
.toast--info .icon {
  color: #FFFFFF;
}
.spinner {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 3px solid rgba(232, 106, 106, 0.25);
  border-top-color: #E86A6A;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.spinner--sm {
  width: 16px;
  height: 16px;
  border-width: 2px;
}
.spinner--lg {
  width: 32px;
  height: 32px;
}
.spinner--muted {
  border-color: rgba(232, 232, 240, 0.25);
  border-top-color: rgba(232, 232, 240, 0.6);
}
.btn--loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
  opacity: 0.75;
}
.btn--loading::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  border: 2px solid rgba(255, 255, 255, 0.25);
  border-top-color: #FFFFFF;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}
.btn--loading.btn-ghost::after {
  border-color: rgba(232, 232, 240, 0.25);
  border-top-color: rgba(232, 232, 240, 0.6);
}
.loading-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: inherit;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.skeleton {
  display: block;
  height: 14px;
  width: 100%;
  background: linear-gradient(90deg, #2e2e38 25%, rgba(255, 255, 255, 0.05) 50%, #2e2e38 75%);
  background-size: 400% 100%;
  animation: shimmer 2s ease-in-out infinite;
  border-radius: 4px;
  margin-bottom: 12px;
}
.skeleton--heading {
  height: 24px;
  width: 60%;
}
.skeleton--text {
  height: 14px;
  width: 100%;
}
.skeleton--short {
  width: 40%;
}
.skeleton--circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.htmx-indicator {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.htmx-request .htmx-indicator,
.htmx-indicator.htmx-request {
  opacity: 1;
}
.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #202026;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
  z-index: 1050;
}
.mobile-nav__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 4px 12px;
  color: rgba(232, 232, 240, 0.6);
  text-decoration: none;
  font-size: 10px;
  font-weight: 500;
  min-width: 44px;
  min-height: 44px;
  transition: color 0.15s ease;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Outfit', sans-serif;
}
.mobile-nav__item i {
  font-size: 18px;
}
.mobile-nav__item--active {
  color: #E86A6A;
}
.empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 24px;
  gap: 12px;
}
.empty-state i {
  font-size: 32px;
  color: rgba(232, 232, 240, 0.25);
}
.empty-state span {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
  text-align: center;
}
.empty-state--lg {
  padding: 48px 24px;
  gap: 16px;
}
.empty-state--lg i {
  font-size: 48px;
}
.auth-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.auth-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at top left, rgba(232, 106, 106, 0.08) 0%, transparent 50%), radial-gradient(ellipse at bottom right, rgba(163, 71, 230, 0.08) 0%, transparent 50%);
}
.auth-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, rgba(232, 106, 106, 0.4) 1.5px, transparent 1.5px), radial-gradient(circle, rgba(232, 106, 106, 0.4) 1.5px, transparent 1.5px);
  background-size: 32px 32px, 32px 32px;
  background-position: 0 0, 16px 16px;
  opacity: 0.15;
}
.auth {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.auth-card {
  background: rgba(32, 32, 38, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(232, 106, 106, 0.2);
  border-radius: 24px;
  padding: 48px;
  max-width: 480px;
  width: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
.auth-logo {
  text-align: center;
  margin-bottom: 32px;
}
.auth-logo-text {
  font-size: 48px;
  font-weight: 600;
  color: #E86A6A;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.auth-tagline {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
}
.auth-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 32px;
  background: rgba(45, 45, 58, 0.3);
  border-radius: 12px;
  padding: 6px;
}
.auth-tab {
  flex: 1;
  padding: 12px;
  background: transparent;
  border: none;
  color: rgba(232, 232, 240, 0.6);
  font-weight: 600;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Outfit', sans-serif;
}
.auth-tab-active {
  background: #E86A6A;
  color: #FFFFFF;
}
.auth-form {
  display: none;
}
.auth-form-active {
  display: block;
}
.auth-footer {
  text-align: center;
  margin-top: 32px;
}
.auth-footer-text {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .auth-card {
    padding: 32px 24px;
  }
  .auth-logo-text {
    font-size: 36px;
  }
}
.live-session {
  overflow: hidden;
  background: #202026;
}
.app-container {
  display: grid;
  height: 100vh;
  gap: 12px;
  padding: 12px;
  background: #212025;
  grid-template-columns: 1fr 380px;
  transition: grid-template-columns 0.45s cubic-bezier(0.4, 0, 0.2, 1), column-gap 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.app-container.sidebar-hidden {
  grid-template-columns: 1fr 0;
  column-gap: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .app-container {
    grid-template-columns: 1fr 320px;
  }
}
@media (max-width: 991px) {
  .app-container {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
    transition: none;
  }
}
.footer-bar {
  background: #202026;
  padding: 12px 24px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .footer-bar {
    display: none;
  }
}
.chat-sidebar-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #14141a;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
}
.chat-sidebar-heading {
  flex: 1;
}
.chat-sidebar-title {
  flex: 1;
  font-size: 19px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 0;
  letter-spacing: 0;
}
.chat-sidebar-title-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 4px 8px;
  margin-left: -8px;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.chat-sidebar-title-btn:hover {
  background: rgba(255, 255, 255, 0.05);
}
.chat-sidebar-title-btn .chat-sidebar-title {
  flex: none;
}
.chat-options-dropdown {
  min-width: 190px;
}
.chat-options-dropdown label.dropdown-item {
  cursor: pointer;
}
.chat-options-dropdown label.dropdown-item .form-check {
  pointer-events: none;
}
.dropdown-item--font-size {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: default;
}
.dropdown-item--font-size:hover {
  background: none;
}
.font-size-btn {
  flex: 1;
  padding: 4px 0;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  color: #7F8891;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Space Mono', monospace;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.font-size-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(232, 232, 240, 0.8);
}
.font-size-btn--active {
  background: #A347E6;
  border-color: #A347E6;
  color: #E8E8F0;
}
.font-size-btn--active:hover {
  background: #A347E6;
}
.chat-sidebar-title-chevron {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.4);
  transition: transform 0.2s ease, color 0.2s ease;
  line-height: 1;
}
.chat-sidebar-title-chevron--open {
  transform: rotate(180deg);
  color: rgba(255, 255, 255, 0.7);
}
.chat-sidebar-actions {
  display: flex;
  align-items: center;
  gap: 4px;
}
.chat-sidebar-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.chat-sidebar-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #E8E8F0;
}
.chat-sidebar-btn .icon {
  font-size: 19px;
  line-height: 1;
}
.chat-sidebar-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 19px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.chat-sidebar-close:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #E8E8F0;
}
.chat-sidebar-close .icon {
  font-size: 19px;
  line-height: 1;
}
.chat-sidebar {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  background: #14141a;
  overflow: hidden;
  border-radius: 24px;
  min-width: 0;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.chat-sidebar--collapsed {
  opacity: 0;
  transform: translateX(56px);
  pointer-events: none;
}
.chat-feed {
  display: flex;
  flex-direction: column;
  padding: 8px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.38) transparent;
}
.chat-feed::-webkit-scrollbar {
  width: 6px;
  background: transparent;
}
.chat-feed::-webkit-scrollbar-track {
  background: transparent;
}
.chat-feed::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.38);
}
.chat-feed::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.62);
}
.message {
  display: flex;
  gap: 8px;
  width: 100%;
  padding: 8px;
  border-radius: 24px;
  border: 1px solid transparent;
  margin-top: 2px;
}
.message:first-child {
  margin-top: 0;
}
.message--pinned {
  background: rgba(163, 71, 230, 0.1);
  box-shadow: inset 0 0 1px 0.5px #A347E6;
  border-color: #A347E6;
}
.message--ultra {
  border-color: #A347E6;
  background: rgba(163, 71, 230, 0.05);
}
.message__avatar {
  width: 28px;
  height: 28px;
  line-height: 1;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.24);
}
.message__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message__avatar--initials {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 600;
  color: #E8E8F0;
  text-transform: uppercase;
}
.message__avatar--initials.avatar-purple {
  background: #A347E6;
}
.message__avatar--initials.avatar-pink {
  background: #EC4899;
}
.message__avatar--initials.avatar-blue {
  background: #3B82F6;
}
.message__content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.message__header {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
}
.message__username {
  font-size: 15px;
  line-height: 1.75;
  font-weight: 600;
  color: rgba(232, 232, 240, 0.8);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 0 1 auto;
  min-width: 0;
}
.message__pin-icon {
  font-size: 15px;
  color: #A347E6;
  flex-shrink: 0;
}
.message__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 600;
  font-family: 'Space Mono', monospace;
  text-transform: uppercase;
  flex-shrink: 0;
  min-width: 36px;
  white-space: nowrap;
}
.message__badge--ultra {
  background: #A347E6;
  color: #E8E8F0;
}
.message__badge--now {
  font-size: 13px;
  font-family: 'Space Mono', monospace;
  color: #A347E6;
  background: transparent;
  padding: 0;
  margin-left: auto;
}
.message__timer {
  font-size: 12px;
  font-family: 'Space Mono', monospace;
  color: #5e646a;
  flex-shrink: 0;
  margin-left: auto;
}
.message__text {
  font-size: clamp(14px, 13.45vw, 14px);
  font-family: system, sans-serif;
  line-height: 1.35;
  color: rgba(232, 232, 240, 0.6);
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.message__more {
  color: #7F8891;
  font-size: 13px;
  cursor: pointer;
  margin-left: 4px;
}
.message__more:hover {
  color: rgba(232, 232, 240, 0.6);
}
.pinned-bar {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 12px 16px;
  background: rgba(163, 71, 230, 0.08);
  border-bottom: 1px solid rgba(163, 71, 230, 0.24);
  flex-shrink: 0;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.2s ease;
}
.pinned-bar:hover {
  background: rgba(163, 71, 230, 0.16);
}
.pinned-bar-icon {
  color: #A347E6;
  font-size: 19px;
  flex-shrink: 0;
  margin-top: -1px;
}
.pinned-bar-slides {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.pinned-bar-slide {
  display: none;
}
.pinned-bar-slide--active {
  display: block;
}
.pinned-bar-author {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.75;
  color: #A347E6;
  display: block;
  margin-bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 0 1 auto;
  min-width: 0;
}
.pinned-bar-text {
  color: #b974ec;
  font-size: 13px;
  line-height: 1.35;
  margin: 0;
}
.pinned-bar-nav {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-top: 4px;
}
.pinned-bar-dots {
  display: flex;
  align-items: center;
  gap: 4px;
}
.pinned-bar-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(183, 148, 246, 0.2);
  transition: background 0.2s ease, width 0.2s ease;
}
.pinned-bar-dot--active {
  width: 16px;
  border-radius: 3px;
  background: #A347E6;
}
.message--ultra-blue {
  border-color: #3B82F6;
  background: rgba(59, 130, 246, 0.16);
  box-shadow: inset 0 0 1px 1px #3B82F6;
}
.message--ultra-blue .message__username,
.message--ultra-blue .message__timer {
  color: #3B82F6;
}
.message--ultra-cyan {
  border-color: #06B6D4;
  background: rgba(6, 182, 212, 0.16);
  box-shadow: inset 0 0 1px 1px #06B6D4;
}
.message--ultra-cyan .message__username,
.message--ultra-cyan .message__timer {
  color: #06B6D4;
}
.message--ultra-yellow {
  border-color: #EAB308;
  background: rgba(234, 179, 8, 0.16);
  box-shadow: inset 0 0 1px 1px #EAB308;
}
.message--ultra-yellow .message__username,
.message--ultra-yellow .message__timer {
  color: #EAB308;
}
.message--ultra-orange {
  border-color: #F97316;
  background: rgba(249, 115, 22, 0.16);
  box-shadow: inset 0 0 1px 1px #F97316;
}
.message--ultra-orange .message__username,
.message--ultra-orange .message__timer {
  color: #F97316;
}
.message--ultra-purple {
  border-color: #A347E6;
  background: rgba(163, 71, 230, 0.16);
  box-shadow: inset 0 0 1px 1px #A347E6;
}
.message--ultra-purple .message__username,
.message--ultra-purple .message__timer {
  color: #A347E6;
}
.message--ultra-red {
  border-color: #EF4444;
  background: rgba(239, 68, 68, 0.16);
  box-shadow: inset 0 0 1px 1px #EF4444;
}
.message--ultra-red .message__username,
.message--ultra-red .message__timer {
  color: #EF4444;
}
.message__badge--ultra-blue {
  background: #3B82F6;
}
.message__badge--ultra-cyan {
  background: #06B6D4;
}
.message__badge--ultra-yellow {
  background: #EAB308;
  color: #0a0a0c;
}
.message__badge--ultra-orange {
  background: #F97316;
}
.message__badge--ultra-purple {
  background: #A347E6;
}
.message__badge--ultra-red {
  background: #EF4444;
}
.floating-input {
  position: relative;
  display: flex;
  align-items: stretch;
  gap: 12px;
  background: rgba(21, 20, 25, 0.62);
  backdrop-filter: blur(20px);
  padding: 12px 16px;
  border-radius: 20px;
  z-index: 1;
}
@media (min-width: 992px) {
  .floating-input {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    max-width: 720px;
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.38);
  }
}
.floating-input.tier-active {
  transition: background 0.3s ease;
}
.floating-input-group {
  display: flex;
  flex: 1;
  gap: 0;
  flex-direction: row;
}
.floating-input-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  display: block;
  transition: all 0.2s ease;
}
.floating-input-avatar:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.floating-input-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 991px) {
  .floating-input-avatar {
    display: none;
  }
}
.floating-input-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #25262d;
  border: solid 1px #3e3e4a;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.floating-input-btn:hover {
  background: #3a3a46;
  border-color: rgba(255, 255, 255, 0.15);
}
@media (max-width: 991px) {
  .floating-input-btn {
    width: 40px;
    height: 40px;
    font-size: 17px;
  }
}
.floating-input-dollar-btn {
  border-radius: 12px 0 0 12px;
}
.floating-input-dollar-btn .icon {
  transition: color 0.3s ease;
}
.floating-input-reaction-btn {
  border-radius: 0 12px 12px 0;
}
.floating-input-field-wrapper {
  flex: 1;
  background: #25262d;
  border: solid 1px #3e3e4a;
  border-radius: 0;
  padding: 0 4px 0 16px;
  display: flex;
  align-items: center;
  height: 48px;
  gap: 4px;
  position: relative;
  left: -1px;
  z-index: 1;
  transition: background 0.2s ease, border-color 0.3s ease, box-shadow 0.3s ease, border-radius 0.3s ease;
}
.floating-input-field-wrapper:focus-within {
  background: #0d0c0f;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 0 2px rgba(163, 71, 230, 0.15);
}
.floating-input-field-wrapper.tier-active {
  border-radius: 4px;
}
.floating-input-field-wrapper + .dropdown {
  position: relative;
  left: -2px;
}
@media (max-width: 991px) {
  .floating-input-field-wrapper {
    height: 40px;
  }
}
.floating-input-field {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: #E8E8F0;
  font-size: 15px;
  font-family: 'Outfit', sans-serif;
}
.floating-input-field::placeholder {
  color: #7F8891;
}
.floating-input-field:focus ~ .floating-input-emoji-btn {
  color: rgba(255, 255, 255, 0.9);
}
.floating-input-emoji-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
  position: relative;
}
.floating-input-emoji-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991px) {
  .floating-input-emoji-btn {
    width: 32px;
    height: 32px;
    font-size: 20px;
  }
}
.floating-input-send-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #E86A6A;
  border: none;
  border-radius: 12px;
  color: #E8E8F0;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.floating-input-send-btn:hover {
  background: #EF5D5D;
}
.floating-input .dropdown-toggle::after {
  display: none;
}
.gift-prompt-row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.gift-prompt-row:hover {
  background: rgba(255, 255, 255, 0.05);
}
@media (min-width: 992px) {
  .gift-prompt-row {
    display: none;
  }
}
.gift-prompt-icon {
  font-size: 17px;
  color: #E86A6A;
  flex-shrink: 0;
}
.gift-prompt-text {
  flex: 1;
  font-size: 13px;
  color: #5e646a;
}
.floating-input-gift-btn {
  border-radius: 0;
}
@media (max-width: 991px) {
  .floating-input-gift-btn {
    width: 40px;
    height: 40px;
  }
}
.dropdown-header--chat {
  padding: 12px;
  margin-bottom: 0;
  font-size: 15px;
  color: rgba(232, 232, 240, 0.6);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.015em;
  white-space: nowrap;
}
.dropdown-menu--chat {
  background: rgba(30, 32, 42, 0.98);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 8px;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  min-width: 300px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}
.dropdown-item--chat {
  color: #E8E8F0;
  padding: 8px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  transition: all 0.15s ease;
}
.dropdown-item--chat:hover,
.dropdown-item--chat:focus {
  background: rgba(163, 71, 230, 0.1);
  color: #E8E8F0;
}
.dropdown-item--chat:active,
.dropdown-item--chat.active {
  background: rgba(163, 71, 230, 0.2);
}
.dropdown-item--chat .badge {
  margin-left: auto;
}
.dropdown-item--chat .icon {
  vertical-align: middle;
  margin-top: -1px;
}
.dropdown-divider--chat {
  border-color: rgba(255, 255, 255, 0.15);
  margin: 8px 0;
}
.emoji-picker-container {
  position: absolute;
  bottom: calc(100% + 12px);
  right: 0;
  z-index: 1000;
}
.emoji-picker-container emoji-picker {
  --background: rgba(30, 32, 42, 0.98);
  --border-color: rgba(255, 255, 255, 0.15);
  --button-active-background: rgba(255, 255, 255, 0.15);
  --button-hover-background: rgba(255, 255, 255, 0.1);
  --input-border-color: rgba(255, 255, 255, 0.15);
  --input-font-color: #FFFFFF;
  --input-placeholder-color: #7F8891;
  --outline-color: #A347E6;
  --category-font-color: rgba(255, 255, 255, 0.6);
  --indicator-color: #E86A6A;
  --emoji-size: 1.5rem;
  --num-columns: 8;
  border: none;
  border-radius: 0;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  width: 360px;
  height: 360px;
  overflow: hidden;
}
.reactions-dropdown {
  min-width: 48px !important;
  max-width: 48px !important;
  width: 48px !important;
  padding: 8px !important;
}
.reactions-dropdown.show {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  margin-bottom: 8px !important;
}
.reaction-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin: 0;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
}
.reaction-item .icon {
  font-size: 24px;
  transition: all 0.2s ease;
}
.reaction-item:hover {
  background: rgba(255, 255, 255, 0.08);
}
.reaction-item:active {
  transform: scale(0.9);
}
@media (min-width: 992px) {
  .sheet--gift {
    top: 50%;
    right: auto;
    left: 50%;
    bottom: auto;
    width: 440px;
    max-height: 80vh;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -48%) scale(0.96);
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease, visibility 0.2s ease;
  }
  .sheet--gift.show {
    transform: translate(-50%, -50%) scale(1);
  }
}
.gift-token-balance {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: #EAB308;
}
@media (min-width: 992px) {
  .gift-token-balance {
    gap: 8px;
    font-size: 17px;
    color: inherit;
  }
  .gift-token-balance .icon {
    color: #EAB308;
  }
}
.gift-catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4px;
  padding: 0;
}
.gift-catalog-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 4px;
  border-radius: 24px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.gift-catalog-item:hover {
  background: rgba(255, 255, 255, 0.04);
}
.gift-catalog-item--selected {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.12);
}
.gift-catalog-item--selected .gift-catalog-send-btn {
  display: flex;
}
.gift-catalog-img {
  width: 100%;
  aspect-ratio: 1;
}
.gift-catalog-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.gift-catalog-name {
  font-size: 12px;
  color: rgba(232, 232, 240, 0.6);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.gift-catalog-price {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 12px;
  font-weight: 600;
  color: #E8E8F0;
}
.gift-catalog-price i {
  color: #EAB308;
  font-size: 10px;
}
.gift-catalog-send-btn {
  display: none;
  position: absolute;
  width: stretch;
  max-width: 100%;
  bottom: 8px;
  font-weight: 700;
  padding: 2px 8px;
  margin: 0 8px;
  border-radius: 24px;
  white-space: nowrap;
}
.sheet--gift .tabs--justified {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  padding: 8px 4px;
  margin-bottom: 0;
  flex-shrink: 0;
  order: 3;
}
@media (min-width: 992px) {
  .sheet--gift .tabs--justified {
    order: 0;
    border-top: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 992px) {
  .sheet--get-tokens {
    top: 50%;
    right: auto;
    left: 50%;
    bottom: auto;
    width: 420px;
    max-height: 80vh;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -48%) scale(0.96);
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease, visibility 0.2s ease;
  }
  .sheet--get-tokens.show {
    transform: translate(-50%, -50%) scale(1);
  }
}
.tokens-package-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (min-width: 992px) {
  .tokens-package-grid {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.token-package {
  background: #32323e;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.token-package:hover {
  background: #3a3a46;
}
@media (min-width: 992px) {
  .token-package {
    flex-direction: row;
    padding: 12px 16px;
    gap: 12px;
    align-items: center;
    border-radius: 4px;
  }
  .token-package:first-child {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }
  .token-package:last-child {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
}
.token-package__icon-wrap {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 50%;
  background: #202026;
  box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.token-package__icon-wrap i {
  font-size: 40px;
  color: #EAB308;
}
@media (min-width: 992px) {
  .token-package__icon-wrap {
    width: 48px;
    height: 48px;
  }
  .token-package__icon-wrap i {
    font-size: 28px;
  }
}
.token-package-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
@media (min-width: 992px) {
  .token-package-body {
    flex: 1;
    align-items: flex-start;
  }
}
.token-package__amount {
  font-size: 21px;
  font-weight: 700;
  color: #E8E8F0;
  letter-spacing: -0.5px;
}
@media (min-width: 992px) {
  .token-package__amount {
    font-size: 19px;
  }
}
.token-package__label {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
}
.token-package__label--bonus {
  color: #EF4444;
  font-weight: 600;
}
.token-package__btn {
  width: 100%;
  margin-top: 4px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .token-package__btn {
    width: auto;
    margin-top: 0;
    flex-shrink: 0;
  }
}
.token-balance-card {
  background: #32323e;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.token-balance-card__main {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.token-balance-card__label {
  font-size: 13px;
  font-weight: 600;
  color: #E8E8F0;
}
.token-balance-card__sub {
  font-size: 12px;
  color: rgba(232, 232, 240, 0.6);
}
.token-balance-card__amount {
  display: flex;
  align-items: center;
  gap: 8px;
}
.token-balance-card__amount i {
  font-size: 28px;
  color: #EAB308;
}
.token-balance-card__amount span {
  font-size: 32px;
  font-weight: 700;
  color: #E8E8F0;
  line-height: 1;
}
.token-balance-card__value {
  font-size: 21px;
  font-weight: 700;
  color: #E8E8F0;
  line-height: 1;
  flex-shrink: 0;
}
.tokens-promo-banner {
  background: #2e2e38 url('../images/token-promo-bg-img@2x.png') no-repeat right center;
  background-size: cover;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin-bottom: 8px;
}
.tokens-promo-banner p {
  max-width: 50%;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.24);
}
.tokens-confirmation-illustration {
  font-size: 64px;
  color: #EAB308;
  display: block;
}
.tokens-confirmation-added {
  color: #EF4444;
  font-weight: 700;
}
.tokens-confirmation-added i {
  color: #EF4444;
}
.tokens-confirmation-total {
  color: #E8E8F0;
  font-weight: 700;
}
.tokens-confirmation-total i {
  color: #EAB308;
}
@media (min-width: 992px) {
  .sheet--payment-method {
    top: 50%;
    right: auto;
    left: 50%;
    bottom: auto;
    width: 380px;
    max-height: 80vh;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translate(-50%, -48%) scale(0.96);
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease, visibility 0.2s ease;
  }
  .sheet--payment-method.show {
    transform: translate(-50%, -50%) scale(1);
  }
}
.payment-method-illustration {
  font-size: 64px;
  color: #EAB308;
  display: block;
}
.payment-method-icon {
  border-radius: 8px;
  font-size: 19px;
  flex-shrink: 0;
}
.payment-method-icon--card {
  background: #F97316;
  color: #FFFFFF;
}
.payment-method-icon--apple {
  background: #FFFFFF;
  color: #000000;
}
.payment-method-icon--google {
  background: #FFFFFF;
}
.payment-method-radio {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  transition: border-color 0.15s ease;
}
.payment-method-radio--selected {
  border-color: #E8E8F0;
  background: #E8E8F0;
  box-shadow: inset 0 0 0 4px #202026;
}
@media (min-width: 992px) {
  .sheet--gifts-received {
    top: auto;
    bottom: 12px;
    left: 12px;
    right: auto;
    width: 300px;
    height: calc(100% - 24px);
    max-height: calc(100% - 24px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(16px) scale(0.97);
    transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.2s ease, visibility 0.2s ease;
  }
  .sheet--gifts-received.show {
    transform: translateY(0) scale(1);
  }
  .sheet--gifts-received .sheet__header {
    padding: 12px 16px;
  }
  .sheet--gifts-received .sheet__close {
    font-size: 21px;
  }
  .sheet--gifts-received .sheet__body {
    padding: 0;
    overflow-y: auto;
    max-height: calc(100% - 56px);
  }
}
.gifts-received-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.gift-received-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gift-received-item:last-child {
  border-bottom: none;
}
.gift-received-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  border-radius: 4px;
}
.gift-received-content {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.gift-received-text {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.8);
  line-height: 1.4;
}
.gift-received-text strong {
  color: #E8E8F0;
  font-weight: 600;
}
.gift-received-time {
  font-size: 12px;
  font-family: 'Space Mono', monospace;
  color: #5e646a;
}
.viewbox {
  position: relative;
  overflow: hidden;
  background: #000000;
  height: 100%;
}
@media (min-width: 992px) {
  .viewbox {
    border-radius: 24px;
  }
}
.video-area {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #000000;
}
@media (min-width: 992px) {
  .video-area {
    border-radius: inherit;
  }
}
.video-stream-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #1a0a2e 0%, #16213e 50%, #0f3460 100%);
  overflow: hidden;
}
.video-content {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 40%, rgba(163, 71, 230, 0.1) 0%, transparent 50%), radial-gradient(circle at 70% 60%, rgba(232, 106, 106, 0.1) 0%, transparent 50%);
}
.video-icon {
  font-size: 64px;
  color: rgba(255, 255, 255, 0.15);
  margin-bottom: 16px;
  animation: pulse 2s ease-in-out infinite;
}
@media (max-width: 991px) {
  .video-icon {
    font-size: 48px;
  }
}
.video-text {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.3);
  font-weight: 500;
}
@media (max-width: 991px) {
  .video-text {
    font-size: 15px;
  }
}
.video-subtext {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.2);
  margin-top: 8px;
}
@media (max-width: 991px) {
  .video-subtext {
    font-size: 12px;
  }
}
.viewbox-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  pointer-events: none;
  z-index: 900;
}
.viewbox-overlay-body {
  flex: 1;
  position: relative;
  overflow: hidden;
  pointer-events: none;
}
.viewbox-header {
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  isolation: isolate;
  overflow: visible;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  transition: opacity 0.3s ease;
}
.viewbox-header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  background-image: linear-gradient(0deg, rgba(33, 32, 37, 0) 0%, rgba(33, 32, 37, 0.62) 67%, rgba(33, 32, 37, 0.72) 100%);
  pointer-events: none;
  z-index: -1;
}
.viewbox-header--hidden {
  opacity: 0;
  pointer-events: none;
}
.viewbox-header-left {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  flex-shrink: 0;
  position: relative;
}
.viewbox-header-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid rgba(0, 0, 0, 0.24);
}
.viewbox-header-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.viewbox-header-performer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  position: relative;
}
.viewbox-header-performer-top {
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  border-radius: 12px;
  padding: 4px 8px;
  transition: background 0.2s ease;
}
.viewbox-header-performer-top:hover {
  background: rgba(255, 255, 255, 0.08);
}
.viewbox-header-username {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #E2E3EB;
  white-space: nowrap;
  letter-spacing: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.viewbox-header-chevron {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
  transition: transform 0.2s ease;
  line-height: 1;
}
.viewbox-header-chevron--open {
  transform: rotate(180deg);
}
.viewbox-header-center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.viewbox-header-center .icon {
  margin-right: 0;
}
.viewbox-header-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #E2E3EB;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 12px;
  padding: 8px;
  transition: color 0.2s ease, background 0.2s ease;
  cursor: default;
}
.viewbox-header-item span {
  display: inline-block;
  vertical-align: baseline;
  line-height: 20px;
  white-space: nowrap;
}
a.viewbox-header-item {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}
.viewbox-header-item[href],
.viewbox-header-item[role="button"] {
  cursor: pointer;
}
.viewbox-header-item[href]:hover,
.viewbox-header-item[role="button"]:hover {
  color: #E8E8F0;
  background: rgba(255, 255, 255, 0.08);
}
.viewbox-header-item .icon {
  font-size: 20px;
  color: #E2E3EB;
  line-height: 1;
}
.viewbox-header-right {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.viewbox-header-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: transparent;
  border: none;
  border-radius: 12px;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}
.viewbox-header-btn:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #E8E8F0;
}
.viewbox-header-btn--active {
  background: rgba(255, 255, 255, 0.16);
  color: #FFFFFF;
}
.viewbox-header-btn .icon {
  font-size: 24px;
  line-height: 1;
}
.dropdown.show > .viewbox-header-btn {
  background: rgba(255, 255, 255, 0.16);
  color: #FFFFFF;
}
.video-settings-dropdown {
  min-width: 220px;
}
.video-settings-dropdown label.dropdown-item {
  cursor: pointer;
}
.video-settings-dropdown label.dropdown-item .form-check {
  pointer-events: none;
}
.dropdown-item--quality {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  cursor: default;
}
.dropdown-item--quality:hover {
  background: none;
}
.quality-btn {
  flex: 1;
  padding: 4px 0;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: none;
  color: #7F8891;
  font-size: 12px;
  font-weight: 600;
  font-family: 'Space Mono', monospace;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
.quality-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(232, 232, 240, 0.8);
}
.quality-btn--active {
  background: #A347E6;
  border-color: #A347E6;
  color: #E8E8F0;
}
.quality-btn--active:hover {
  background: #A347E6;
}
.viewbox-footer {
  flex-shrink: 0;
  pointer-events: auto;
  position: relative;
  isolation: isolate;
  overflow: visible;
  padding-bottom: env(safe-area-inset-bottom);
}
.viewbox-footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 90px;
  background-image: linear-gradient(180deg, rgba(33, 32, 37, 0) 0%, rgba(33, 32, 37, 0.62) 67%, rgba(33, 32, 37, 0.72) 100%);
  pointer-events: none;
  z-index: -1;
}
.viewbox-viewer-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  overflow: hidden;
}
.performer-dropdown {
  min-width: 220px;
  top: calc(100% + 8px);
  left: 0;
}
.stream-dropdown {
  min-width: 240px;
}
.dropdown-item--danger {
  color: #E86A6A;
}
.dropdown-item--danger:hover,
.dropdown-item--danger:focus {
  background: rgba(232, 106, 106, 0.1);
  color: #E86A6A;
}
.viewbox-hot-corners {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  pointer-events: none;
  z-index: 300;
}
.hot-corner {
  position: relative;
  padding: 0;
}
.hot-corner::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 80px;
  border-color: #c6c7d3;
  border-style: solid;
  pointer-events: none;
}
.hot-corner--left {
  pointer-events: auto;
  cursor: pointer;
  overflow: hidden;
}
.hot-corner--left::before {
  bottom: 0;
  left: 0;
  border-width: 0 0 4px 4px;
  border-radius: 0 0 0 12px;
  z-index: 100;
}
.hot-corner--right::before {
  bottom: 0;
  right: 0;
  border-width: 0 4px 4px 0;
  border-radius: 0 0 12px 0;
}
.gift-indicator {
  position: relative;
  width: min-content;
  height: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  margin-bottom: 5px;
  min-width: 120px;
}
.gift-blob {
  position: absolute;
  width: 82px;
  height: 74px;
  opacity: 0.8;
  filter: blur(0.5px);
}
.gift-blob--1 {
  background: rgba(163, 71, 230, 0.38);
  border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  transform: rotate(8deg) translate(4px, 6px);
  z-index: 1;
}
.gift-blob--2 {
  background: rgba(6, 182, 212, 0.38);
  border-radius: 40% 60% 45% 55% / 58% 42% 60% 38%;
  transform: rotate(-12deg) translate(-7px, 9px);
  z-index: 2;
}
.gift-blob--3 {
  background: rgba(234, 179, 8, 0.38);
  border-radius: 55% 45% 65% 35% / 45% 55% 38% 60%;
  transform: rotate(16deg) translate(10px, -5px);
  z-index: 3;
}
.gift-blob--4 {
  background: rgba(249, 115, 22, 0.38);
  border-radius: 38% 62% 50% 50% / 62% 40% 58% 42%;
  transform: rotate(-5deg) translate(-4px, -7px);
  z-index: 4;
}
.gift-blob--5 {
  background: rgba(239, 68, 68, 0.38);
  border-radius: 58% 42% 48% 52% / 40% 60% 42% 58%;
  transform: rotate(20deg) translate(6px, 11px);
  z-index: 5;
}
.gift-blob--6 {
  background: rgba(236, 72, 153, 0.38);
  border-radius: 45% 55% 35% 65% / 52% 48% 55% 45%;
  transform: rotate(-18deg) translate(-9px, 4px);
  z-index: 6;
}
.gift-indicator-label {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  width: 90%;
  color: #E8E8F0;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  pointer-events: none;
  margin-bottom: 16px;
}
.gift-indicator-label .icon {
  font-size: 16px;
  line-height: 1;
}
.gift-indicator-count {
  font-size: clamp(22px, 3vw, 42px);
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  line-height: 1;
  letter-spacing: -0.015em;
  transition: font-size 0.2s ease-in-out;
}
.gift-indicator-count[data-length="3"] {
  font-size: clamp(16px, 2.4vw, 32px);
}
.gift-indicator-count[data-length="4"] {
  font-size: clamp(12px, 1.8vw, 24px);
}
@keyframes gift-blob-1 {
  0% {
    scale: 1;
    rotate: 0deg;
    opacity: 0.8;
  }
  45% {
    scale: 1.22;
    rotate: 6deg;
    opacity: 1;
  }
  100% {
    scale: 1;
    rotate: 0deg;
    opacity: 0.8;
  }
}
@keyframes gift-blob-2 {
  0% {
    scale: 1;
    rotate: 0deg;
    opacity: 0.8;
  }
  38% {
    scale: 1.14;
    rotate: -5deg;
    opacity: 1;
  }
  100% {
    scale: 1;
    rotate: 0deg;
    opacity: 0.8;
  }
}
@keyframes gift-blob-3 {
  0% {
    scale: 1;
    rotate: 0deg;
    opacity: 0.8;
  }
  52% {
    scale: 1.28;
    rotate: 9deg;
    opacity: 1;
  }
  100% {
    scale: 1;
    rotate: 0deg;
    opacity: 0.8;
  }
}
@keyframes gift-blob-4 {
  0% {
    scale: 1;
    rotate: 0deg;
    opacity: 0.8;
  }
  42% {
    scale: 1.18;
    rotate: -8deg;
    opacity: 1;
  }
  100% {
    scale: 1;
    rotate: 0deg;
    opacity: 0.8;
  }
}
@keyframes gift-blob-5 {
  0% {
    scale: 1;
    rotate: 0deg;
    opacity: 0.8;
  }
  48% {
    scale: 1.24;
    rotate: 5deg;
    opacity: 1;
  }
  100% {
    scale: 1;
    rotate: 0deg;
    opacity: 0.8;
  }
}
@keyframes gift-blob-6 {
  0% {
    scale: 1;
    rotate: 0deg;
    opacity: 0.8;
  }
  35% {
    scale: 1.11;
    rotate: -10deg;
    opacity: 1;
  }
  100% {
    scale: 1;
    rotate: 0deg;
    opacity: 0.8;
  }
}
@keyframes gift-count-pop {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.3;
  }
  100% {
    scale: 1;
  }
}
.gift-indicator--active .gift-blob--1 {
  animation: gift-blob-1 0.52s ease-out both;
  animation-delay: 0ms;
}
.gift-indicator--active .gift-blob--2 {
  animation: gift-blob-2 0.64s ease-out both;
  animation-delay: 60ms;
}
.gift-indicator--active .gift-blob--3 {
  animation: gift-blob-3 0.58s ease-out both;
  animation-delay: 20ms;
}
.gift-indicator--active .gift-blob--4 {
  animation: gift-blob-4 0.7s ease-out both;
  animation-delay: 85ms;
}
.gift-indicator--active .gift-blob--5 {
  animation: gift-blob-5 0.5s ease-out both;
  animation-delay: 35ms;
}
.gift-indicator--active .gift-blob--6 {
  animation: gift-blob-6 0.68s ease-out both;
  animation-delay: 50ms;
}
.gift-indicator--active .gift-indicator-count {
  animation: gift-count-pop 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.hot-corner-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  pointer-events: auto;
}
.hot-corner-empty .icon {
  font-size: 40px;
  color: rgba(255, 255, 255, 0.22);
  line-height: 1.1;
}
.hot-corner--left .hot-corner-empty::after,
.hot-corner--right .hot-corner-empty::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}
.hot-corner--left .hot-corner-empty::after {
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.24) 0%, transparent 44%);
  border-bottom-left-radius: 12px;
  left: 4px;
  bottom: 4px;
}
.hot-corner--right .hot-corner-empty::after {
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0.24) 0%, transparent 44%);
  border-bottom-right-radius: 12px;
  right: 4px;
  bottom: 4px;
}
.hot-corner--active .hot-corner-empty {
  display: none;
}
.hot-corner--active .gift-indicator {
  display: flex;
}
.hot-corner--left:not(.hot-corner--active) .gift-indicator {
  display: none;
}
.hot-corner--right.hot-corner--active .hot-corner-empty {
  display: none;
}
.hot-corner--right.hot-corner--active .reactions-flow {
  display: block;
}
.hot-corner--right:not(.hot-corner--active) .reactions-flow {
  display: none;
}
.reactions-flow {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 60px;
  height: 360px;
  pointer-events: none;
  overflow: visible;
  isolation: isolate;
}
.reactions-flow::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(-76deg, rgba(0, 0, 0, 0.24) 0%, transparent 44%);
  pointer-events: none;
  z-index: -1;
  border-bottom-right-radius: 12px;
  right: -6px;
  bottom: 4px;
}
.reaction-float {
  position: absolute;
  bottom: 0;
  font-size: 32px;
  line-height: 1;
  pointer-events: none;
  will-change: transform, opacity;
  animation: reaction-float var(--anim-dur, 2.8s) cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.reaction-float--own {
  font-size: 60px;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.38));
  z-index: 2;
  margin-left: -10px;
}
@keyframes reaction-float {
  0% {
    opacity: 0;
    transform: translateY(0) translateX(0) scale(0.5);
  }
  12% {
    opacity: 1;
    transform: translateY(-18px) translateX(0) scale(1.3);
  }
  22% {
    opacity: 1;
    transform: translateY(-32px) translateX(calc(var(--drift-x, 0px) * 0.1)) scale(1);
  }
  70% {
    opacity: 1;
    transform: translateY(-180px) translateX(var(--drift-x, 0px)) scale(0.95);
  }
  100% {
    opacity: 0;
    transform: translateY(-260px) translateX(calc(var(--drift-x, 0px) * 1.2)) scale(0.75);
  }
}
.gift-video-notifications {
  position: absolute;
  top: 56px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
  z-index: 10;
}
.gift-video-notification {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(8px);
  border-radius: 24px;
  opacity: 0;
  transform: translateX(-12px);
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.gift-video-notification--show {
  opacity: 1;
  transform: translateX(0);
}
.gift-video-notification-img {
  width: 32px;
  height: 32px;
  object-fit: contain;
  flex-shrink: 0;
}
.gift-video-notification-text {
  font-size: 13px;
  color: #E8E8F0;
  white-space: nowrap;
}
@media (max-width: 991px) {
  .chat-sidebar {
    display: none;
  }
  .viewbox {
    padding: 0;
  }
  .video-area {
    border-radius: 0;
    aspect-ratio: unset;
    height: 100%;
  }
  .floating-input {
    position: relative;
    width: 100%;
    border-radius: 0;
    background: #202026;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    backdrop-filter: none;
    box-shadow: none;
    transform: none;
    left: auto;
  }
  .viewbox-footer {
    left: 0;
  }
}
.chat-overlay-mobile {
  position: absolute;
  bottom: 130px;
  left: 16px;
  right: 80px;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
}
@media (min-width: 992px) {
  .chat-overlay-mobile {
    display: none;
  }
}
.chat-bubble {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(8px);
  border-radius: 8px;
  padding: 8px;
  max-width: 280px;
  pointer-events: auto;
}
.chat-bubble-header {
  display: flex;
  align-items: center;
  gap: 8px;
}
.chat-bubble-avatar {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.chat-bubble-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.chat-bubble-username {
  font-size: 13px;
  font-weight: 600;
  color: #E8E8F0;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.chat-bubble-timer {
  font-size: 12px;
  font-family: 'Space Mono', monospace;
  color: #5e646a;
  flex-shrink: 0;
}
.chat-bubble-text {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.8);
  line-height: 1.4;
}
body.landing {
  background: #0a0a0c;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.4;
  animation: float 20s ease-in-out infinite;
}
.orb--coral {
  width: 500px;
  height: 500px;
  background: #E86A6A;
  top: -200px;
  right: -100px;
  animation-delay: 0s;
}
.orb--purple {
  width: 600px;
  height: 600px;
  background: #A347E6;
  bottom: -250px;
  left: -150px;
  animation-delay: -10s;
}
.orb--small {
  width: 200px;
  height: 200px;
  background: #E86A6A;
  top: 60%;
  right: 20%;
  opacity: 0.2;
  animation-delay: -5s;
}
.noise {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");
}
.container.landing-container {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 2rem;
}
.logo {
  font-size: clamp(4rem, 15vw, 10rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #E86A6A 0%, #A347E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: glow 4s ease-in-out infinite alternate;
}
.tagline {
  font-size: clamp(1rem, 3vw, 1.5rem);
  font-weight: 300;
  color: rgba(232, 232, 240, 0.5);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.status {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background: rgba(232, 106, 106, 0.1);
  border: 1px solid rgba(232, 106, 106, 0.3);
  border-radius: 100px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #E86A6A;
}
.status__dot {
  width: 8px;
  height: 8px;
  background: #E86A6A;
  border-radius: 50%;
  animation: pulseScale 2s ease-in-out infinite;
}
.hero {
  padding-top: 64px;
  min-height: 660px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at top left, rgba(232, 106, 106, 0.08) 0%, transparent 50%), radial-gradient(ellipse at bottom right, rgba(163, 71, 230, 0.08) 0%, transparent 50%);
  z-index: 0;
  pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle, rgba(32, 32, 38, 0.4) 1.5px, transparent 1.5px), radial-gradient(circle, rgba(32, 32, 38, 0.4) 1.5px, transparent 1.5px);
  background-size: 32px 32px, 32px 32px;
  background-position: 0 0, 16px 16px;
  z-index: 0;
  pointer-events: none;
  opacity: 0.7;
}
@media (max-width: 991px) {
  .hero {
    padding-top: 80px;
    min-height: auto;
  }
}
.hero__container {
  display: grid;
  grid-template-columns: 1fr 580px;
  gap: 48px;
  align-items: center;
  padding: 0;
}
@media (max-width: 991px) {
  .hero__container {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.hero__content {
  max-width: 600px;
}
@media (max-width: 991px) {
  .hero__content {
    max-width: 100%;
  }
}
.hero__title {
  font-size: 36px;
  font-weight: 600;
  color: #E8E8F0;
  line-height: 1.1;
  margin-bottom: 24px;
}
.hero__title--highlight {
  color: #E86A6A;
}
@media (max-width: 991px) {
  .hero__title {
    font-size: 28px;
  }
}
@media (max-width: 479px) {
  .hero__title {
    font-size: 24px;
  }
}
.hero__description {
  font-size: 21px;
  color: rgba(232, 232, 240, 0.6);
  line-height: 1.5;
  margin-bottom: 32px;
  font-weight: 300;
  letter-spacing: 0.025em;
}
@media (max-width: 991px) {
  .hero__description {
    font-size: 17px;
  }
}
@media (max-width: 479px) {
  .hero__description {
    font-size: 15px;
  }
}
.hero__actions {
  display: flex;
  gap: 16px;
}
@media (max-width: 991px) {
  .hero__actions {
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .hero__actions {
    flex-direction: column;
  }
  .hero__actions .btn {
    width: 100%;
  }
}
.hero__image {
  width: auto;
  height: 100%;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  max-height: 600px;
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}
.hero__image--placeholder {
  font-size: 120px;
  color: rgba(232, 106, 106, 0.3);
}
@media (max-width: 991px) {
  .hero__image {
    max-width: 400px;
    height: 350px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .hero__image {
    height: 280px;
    font-size: 80px;
  }
}
@media (max-width: 479px) {
  .hero__image {
    height: 240px;
    font-size: 64px;
  }
}
.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}
@media (max-width: 991px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 991px) {
  .features-grid {
    grid-template-columns: 1fr;
  }
}
.carousel--hero {
  position: relative;
  z-index: 1;
  padding: 0 80px;
  margin-left: -80px;
  margin-right: -80px;
  display: block;
}
.carousel--hero:hover .carousel__nav {
  opacity: 1;
}
.carousel--hero .carousel__wrapper {
  border-radius: 12px;
}
.carousel--hero .carousel__bullets {
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .carousel--hero {
    padding: 0 60px;
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (max-width: 991px) {
  .carousel--hero {
    padding: 0 40px;
  }
}
@media (max-width: 479px) {
  .carousel--hero {
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.carousel--stories {
  position: relative;
  margin-top: 48px;
  padding: 0 80px;
  margin-left: -80px;
  margin-right: -80px;
}
.carousel--stories:hover .carousel__nav {
  opacity: 1;
}
.carousel--stories .carousel__nav {
  transform: translateY(-82.5%);
}
@media (max-width: 991px) {
  .carousel--stories {
    padding: 0 60px;
    margin-left: -60px;
    margin-right: -60px;
  }
}
@media (max-width: 991px) {
  .carousel--stories {
    padding: 0 40px;
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media (max-width: 479px) {
  .carousel--stories {
    padding: 0 20px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.cta-section {
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at top right, rgba(232, 106, 106, 0.06) 0%, transparent 50%), radial-gradient(ellipse at bottom left, rgba(163, 71, 230, 0.06) 0%, transparent 50%);
  z-index: 0;
  pointer-events: none;
}
.cta-section .container {
  position: relative;
  z-index: 1;
}
.cta-title {
  font-size: 28px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .cta-title {
    font-size: 24px;
  }
}
@media (max-width: 479px) {
  .cta-title {
    font-size: 24px;
  }
}
.cta-subtitle {
  font-size: 19px;
  color: rgba(232, 232, 240, 0.6);
  margin-bottom: 32px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.dashboard-content {
  margin-left: 240px;
  margin-top: 64px;
  padding: 24px;
  min-height: calc(100vh - 64px);
  max-width: 1600px;
  margin-right: auto;
}
@media (max-width: 1439px) {
  .dashboard-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .dashboard-content {
    margin-left: 0;
    margin-top: 56px;
    padding: 16px;
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
    min-height: calc(100vh - 56px);
  }
}
.content-wrapper {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1439px) {
  .content-wrapper {
    max-width: 100%;
  }
}
.dashboard-content .content-wrapper {
  max-width: 1400px;
}
.go-live {
  background: linear-gradient(135deg, rgba(232, 106, 106, 0.4), rgba(163, 71, 230, 0.4));
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.go-live__title {
  font-size: 20px;
  font-weight: 600;
  color: white;
  margin-bottom: 8px;
}
@media (max-width: 479px) {
  .go-live__title {
    font-size: 21px;
  }
}
.go-live__subtitle {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .go-live__subtitle {
    font-size: 15px;
  }
}
.go-live__btn {
  background: white;
  color: #000;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.go-live__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}
.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .content-grid {
    grid-template-columns: 1fr;
  }
}
.dashboard-section {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 18px;
}
@media (max-width: 767px) {
  .dashboard-section {
    padding: 14px;
  }
}
.dashboard-section + .dashboard-section {
  margin-top: 20px;
}
.dashboard-section-title {
  font-size: 17px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 12px;
}
.reviews {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 18px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .reviews {
    padding: 14px;
  }
}
.reviews__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.reviews__filter {
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .reviews__filter {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.reviews__filter-btn {
  padding: 6px 14px;
  border-radius: 20px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(232, 232, 240, 0.8);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}
.reviews__filter-btn--active {
  background: rgba(183, 148, 246, 0.15);
  border-color: #B794F6;
  color: #B794F6;
}
.reviews__filter-btn:hover {
  background: rgba(183, 148, 246, 0.1);
}
.reviews__link {
  color: #B794F6;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.3s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}
.reviews__link:hover {
  color: #C7B0FF;
}
.reviews__list {
  list-style: none;
}
.review {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.review:last-child {
  border-bottom: none;
}
.review__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.review__author {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review__label {
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 60px;
  text-align: center;
}
.review__label--public {
  background: rgba(6, 214, 160, 0.15);
  color: #06D6A0;
}
.review__label--private {
  background: rgba(163, 71, 230, 0.15);
  color: #A347E6;
}
.review__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.review__username {
  font-size: 15px;
  font-weight: 500;
  color: #E8E8F0;
}
.review__time {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
}
.review__stars {
  color: #FFB800;
  font-size: 15px;
}
.review__text {
  font-size: 15px;
  color: rgba(232, 232, 240, 0.8);
  line-height: 1.5;
}
.main {
  flex: 1;
  padding: 48px 24px;
  margin-top: 64px;
}
.page-heading {
  text-align: center;
  margin-bottom: 48px;
}
.page-heading__title {
  font-size: 48px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 8px;
  letter-spacing: -1px;
}
.page-heading__subtitle {
  font-size: 17px;
  color: rgba(232, 232, 240, 0.6);
}
.heading {
  text-align: center;
  margin-bottom: 48px;
}
.heading__title {
  font-size: 36px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}
.heading__subtitle {
  font-size: 15px;
  color: rgba(232, 232, 240, 0.6);
}
.packages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
.security-notice {
  background: rgba(6, 214, 160, 0.1);
  border: 1px solid rgba(6, 214, 160, 0.2);
  border-radius: 24px 24px 0 0;
  padding: 16px 24px;
  margin-bottom: 0;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.security-notice__icon {
  color: #06D6A0;
  font-size: 36px;
  flex-shrink: 0;
  line-height: 1.25;
}
.security-notice__text {
  font-size: 13px;
  color: #9bcfc0;
  line-height: 1.5;
}
.security-notice__title {
  font-weight: 600;
  color: #9bcfc0;
  margin-bottom: 2px;
}
.security-note {
  text-align: center;
  font-size: 13px;
  color: rgba(232, 232, 240, 0.4);
  margin-top: 16px;
}
.security-note__icon {
  display: inline-block;
  margin-right: 4px;
}
.purchase-card {
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0 0 24px 24px;
  padding: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.purchase-card__left {
  padding-right: 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}
.purchase-card__right {
  padding-left: 32px;
}
.card-icons {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.card-icon {
  width: 42px;
  height: 28px;
  background: #2e2e38;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: rgba(232, 232, 240, 0.6);
  font-weight: 600;
}
.powered-by {
  text-align: center;
  font-size: 12px;
  color: rgba(232, 232, 240, 0.4);
  margin-top: 16px;
}
@media (max-width: 991px) {
  .packages {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .package__badge {
    top: 16px;
    left: 16px;
    transform: none;
  }
  .security-notice {
    border-radius: 24px 24px 0 0;
  }
  .purchase-card {
    grid-template-columns: 1fr;
    border-radius: 0 0 24px 24px;
  }
  .purchase-card__left {
    padding-right: 0;
    padding-bottom: 32px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  .purchase-card__right {
    padding-left: 0;
    padding-top: 32px;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 24px 16px;
  }
  .page-heading__title {
    font-size: 32px;
  }
  .page-heading__subtitle {
    font-size: 15px;
  }
  .heading__title {
    font-size: 28px;
  }
  .packages {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .package {
    padding: 16px;
    text-align: center;
  }
  .package__checkmark {
    top: 100%;
    right: auto;
    left: 50%;
    margin-left: -14px;
    margin-top: -14px;
  }
  .package--selected {
    transform: none !important;
    transition: none !important;
  }
  .package__badge {
    display: none;
  }
  .package__header {
    margin-bottom: 0;
  }
  .package__name {
    font-size: 10px;
    margin-bottom: 4px;
  }
  .package__price {
    font-size: 40px;
    margin-bottom: 2px;
  }
  .package--selected .package__price {
    font-size: 42px;
  }
  .package__label,
  .package__value,
  .package__features {
    display: none;
  }
  .package__passes {
    font-size: 13px;
  }
  .security-notice {
    border-radius: 24px;
    margin-bottom: 16px;
  }
  .purchase-card {
    border-radius: 24px;
    grid-template-columns: 1fr;
    padding: 24px;
  }
  .purchase-card__left {
    padding-right: 0;
    padding-bottom: 24px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 24px;
  }
  .purchase-card__right {
    padding-left: 0;
    padding-top: 0;
  }
  .form-row {
    grid-template-columns: 1fr;
  }
}
.main-content {
  margin-left: 240px;
  margin-top: 64px;
  padding: 24px;
  min-height: calc(100vh - 64px);
  max-width: 1600px;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .main-content {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .main-content {
    margin-left: 0;
    margin-top: 56px;
    padding: 16px;
    min-height: calc(100vh - 56px);
  }
}
.section-title--accent {
  color: #A347E6;
}
.hero__container .card {
  padding: 32px;
}
@media (max-width: 991px) {
  .hero__container .card {
    padding: 24px;
  }
}
.signup-prompt {
  text-align: center;
  margin-top: 16px;
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
}
.signup-prompt a {
  color: #E86A6A;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}
.signup-prompt a:hover {
  color: #EF5D5D;
}
.load-more-container {
  text-align: center;
  padding: 32px 0;
  display: none;
}
.load-more-container--visible {
  display: block;
}
.loading-spinner {
  text-align: center;
  padding: 48px 0;
  color: rgba(232, 232, 240, 0.6);
  font-size: 17px;
}
.profile-hero {
  position: relative;
  margin-top: 64px;
  padding: 48px 24px;
  background: linear-gradient(135deg, #8B5CF6 0%, #A855F7 100%);
  overflow: visible;
}
.profile-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to bottom, transparent 0%, #202026 100%);
  pointer-events: none;
}
@media (max-width: 767px) {
  .profile-hero {
    margin-top: 56px;
    padding: 24px 16px;
  }
}
.profile-hero__container {
  max-width: 1280px;
  margin: 0 auto -100px;
  position: relative;
}
@media (max-width: 767px) {
  .profile-hero__container {
    margin: 0 auto -80px;
  }
}
.profile-hero__cover {
  width: 100%;
  aspect-ratio: 3 / 1;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .profile-hero__cover {
    aspect-ratio: 2 / 1;
  }
}
.profile-hero__cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.profile-header {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  padding: 0 24px;
  z-index: 10;
}
@media (max-width: 767px) {
  .profile-header {
    padding: 0 16px;
    bottom: -40px;
  }
}
.profile-header__content {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 767px) {
  .profile-header__content {
    flex-direction: row;
    align-items: flex-start;
  }
}
.profile-header__avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #202026;
  overflow: hidden;
  background: #2e2e38;
  flex-shrink: 0;
}
.profile-header__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .profile-header__avatar {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 479px) {
  .profile-header__avatar {
    width: 80px;
    height: 80px;
  }
}
.profile-header__info {
  flex: 1;
}
.profile-header__name-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.profile-header__name {
  font-size: 30px;
  font-weight: 600;
  color: #E8E8F0;
  letter-spacing: -0.5px;
  line-height: 1.35;
}
@media (max-width: 767px) {
  .profile-header__name {
    font-size: 22px;
  }
}
@media (max-width: 479px) {
  .profile-header__name {
    font-size: 20px;
  }
}
.profile-header__verified {
  width: 22px;
  height: 22px;
  background: #3B82F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E8E8F0;
  font-size: 15px;
  flex-shrink: 0;
}
.profile-header__handle {
  font-size: 17px;
  color: rgba(232, 232, 240, 0.6);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .profile-header__handle {
    font-size: 15px;
    margin-bottom: 12px;
  }
}
.profile-page .main-content {
  padding: 130px 24px 48px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .profile-page .main-content {
    padding: 80px 16px 24px;
  }
}
.profile-page .content-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}
.profile-page .content-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 32px;
  grid-template-areas: "about sidebar" "stats sidebar" "tabs sidebar";
}
@media (max-width: 1199px) {
  .profile-page .content-layout {
    grid-template-columns: 1fr;
    gap: 0;
    grid-template-areas: "about" "stats" "sidebar" "tabs";
  }
}
.profile-about {
  grid-area: about;
  background: rgba(45, 45, 58, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 20px;
}
@media (max-width: 1199px) {
  .profile-about {
    margin-bottom: 24px;
  }
}
.profile-about__text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(232, 232, 240, 0.8);
}
.profile-stats {
  grid-area: stats;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media (max-width: 1199px) {
  .profile-stats {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .profile-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
.profile-tabs {
  grid-area: tabs;
}
.profile-sidebar {
  grid-area: sidebar;
}
@media (max-width: 1199px) {
  .profile-sidebar {
    margin-bottom: 24px;
  }
}
.profile-reviews__subtitle {
  font-size: 19px;
  font-weight: 600;
  color: #E8E8F0;
  margin-bottom: 16px;
  margin-top: 24px;
}
.profile-reviews__subtitle:first-child {
  margin-top: 0;
}
.profile-reviews__note {
  font-size: 15px;
  color: rgba(232, 232, 240, 0.6);
  margin-bottom: 12px;
}
.reviews-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.expiry-info {
  font-size: 13px;
  color: rgba(232, 232, 240, 0.6);
  text-align: center;
  display: block;
}
.price-info {
  display: block;
  font-size: 17px;
  font-weight: 400;
  opacity: 0.9;
  margin-top: 12px;
}
/*# sourceMappingURL=seeme.css.map */