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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
    :root {
        --background: 0 0% 100%;
        --foreground: 0 0% 3.9%;
        --card: 0 0% 100%;
        --card-foreground: 0 0% 3.9%;
        --popover: 0 0% 100%;
        --popover-foreground: 0 0% 3.9%;
        --primary: 0 0% 9%;
        --primary-foreground: 0 0% 98%;
        --secondary: 0 0% 96.1%;
        --secondary-foreground: 0 0% 9%;
        --muted: 0 0% 96.1%;
        --muted-foreground: 0 0% 45.1%;
        --accent: 0 0% 96.1%;
        --accent-foreground: 0 0% 9%;
        --destructive: 0 84.2% 60.2%;
        --destructive-foreground: 0 0% 98%;
        --border: 0 0% 89.8%;
        --input: 0 0% 89.8%;
        --ring: 0 0% 3.9%;
        --chart-1: 12 76% 61%;
        --chart-2: 173 58% 39%;
        --chart-3: 197 37% 24%;
        --chart-4: 43 74% 66%;
        --chart-5: 27 87% 67%;
        --radius: 0.5rem;
    }
    .dark {
        --background: 0 0% 3.9%;
        --foreground: 0 0% 98%;
        --card: 0 0% 3.9%;
        --card-foreground: 0 0% 98%;
        --popover: 0 0% 3.9%;
        --popover-foreground: 0 0% 98%;
        --primary: 0 0% 98%;
        --primary-foreground: 0 0% 9%;
        --secondary: 0 0% 14.9%;
        --secondary-foreground: 0 0% 98%;
        --muted: 0 0% 14.9%;
        --muted-foreground: 0 0% 63.9%;
        --accent: 0 0% 14.9%;
        --accent-foreground: 0 0% 98%;
        --destructive: 0 62.8% 30.6%;
        --destructive-foreground: 0 0% 98%;
        --border: 0 0% 14.9%;
        --input: 0 0% 14.9%;
        --ring: 0 0% 83.1%;
        --chart-1: 220 70% 50%;
        --chart-2: 160 60% 45%;
        --chart-3: 30 80% 55%;
        --chart-4: 280 65% 60%;
        --chart-5: 340 75% 55%;
    }
    * {
  border-color: hsl(0 0% 89.8%);
  border-color: hsl(var(--border));
}
    body {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--background));
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}
    [data-debug-wrapper="true"] {
        display: contents !important;
    }

    [data-debug-wrapper="true"] > * {
        margin-left: inherit;
        margin-right: inherit;
        margin-top: inherit;
        margin-bottom: inherit;
        padding-left: inherit;
        padding-right: inherit;
        padding-top: inherit;
        padding-bottom: inherit;
        column-gap: inherit;
        row-gap: inherit;
        gap: inherit;
        border-left-width: inherit;
        border-right-width: inherit;
        border-top-width: inherit;
        border-bottom-width: inherit;
        border-left-style: inherit;
        border-right-style: inherit;
        border-top-style: inherit;
        border-bottom-style: inherit;
        border-left-color: inherit;
        border-right-color: inherit;
        border-top-color: inherit;
        border-bottom-color: inherit;
    }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-bottom-12 {
  bottom: -3rem;
}
.-left-12 {
  left: -3rem;
}
.-right-12 {
  right: -3rem;
}
.-top-12 {
  top: -3rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1 {
  left: 0.25rem;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1 {
  top: 0.25rem;
}
.top-1\/2 {
  top: 50%;
}
.top-4 {
  top: 1rem;
}
.top-\[1px\] {
  top: 1px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[60\%\] {
  top: 60%;
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[1\] {
  z-index: 1;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-ml-4 {
  margin-left: -1rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-60 {
  margin-bottom: 15rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[var\(--radix-navigation-menu-viewport-height\)\] {
  height: var(--radix-navigation-menu-viewport-height);
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.max-h-\[--radix-context-menu-content-available-height\] {
  max-height: var(--radix-context-menu-content-available-height);
}
.max-h-\[--radix-select-content-available-height\] {
  max-height: var(--radix-select-content-available-height);
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[var\(--radix-dropdown-menu-content-available-height\)\] {
  max-height: var(--radix-dropdown-menu-content-available-height);
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.w-10 {
  width: 2.5rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[1px\] {
  width: 1px;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -webkit-max-content;
  width: max-content;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-10 {
  min-width: 2.5rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-9 {
  min-width: 2.25rem;
}
.min-w-\[12rem\] {
  min-width: 12rem;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-max {
  max-width: -webkit-max-content;
  max-width: max-content;
}
.flex-1 {
  flex: 1 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-full {
  flex-basis: 100%;
}
.caption-bottom {
  caption-side: bottom;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-\[--radix-context-menu-content-transform-origin\] {
  transform-origin: var(--radix-context-menu-content-transform-origin);
}
.origin-\[--radix-dropdown-menu-content-transform-origin\] {
  transform-origin: var(--radix-dropdown-menu-content-transform-origin);
}
.origin-\[--radix-hover-card-content-transform-origin\] {
  transform-origin: var(--radix-hover-card-content-transform-origin);
}
.origin-\[--radix-menubar-content-transform-origin\] {
  transform-origin: var(--radix-menubar-content-transform-origin);
}
.origin-\[--radix-popover-content-transform-origin\] {
  transform-origin: var(--radix-popover-content-transform-origin);
}
.origin-\[--radix-select-content-transform-origin\] {
  transform-origin: var(--radix-select-content-transform-origin);
}
.origin-\[--radix-tooltip-content-transform-origin\] {
  transform-origin: var(--radix-tooltip-content-transform-origin);
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
          user-select: none;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(0.5rem - 2px);
  border-radius: calc(var(--radius) - 2px);
}
.rounded-sm {
  border-radius: calc(0.5rem - 4px);
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-tl-sm {
  border-top-left-radius: calc(0.5rem - 4px);
  border-top-left-radius: calc(var(--radius) - 4px);
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-destructive {
  border-color: hsl(0 84.2% 60.2%);
  border-color: hsl(var(--destructive));
}
.border-destructive\/50 {
  border-color: hsl(0 84.2% 60.2% / 0.5);
  border-color: hsl(var(--destructive) / 0.5);
}
.border-input {
  border-color: hsl(0 0% 89.8%);
  border-color: hsl(var(--input));
}
.border-primary {
  border-color: hsl(0 0% 9%);
  border-color: hsl(var(--primary));
}
.border-primary\/50 {
  border-color: hsl(0 0% 9% / 0.5);
  border-color: hsl(var(--primary) / 0.5);
}
.border-transparent {
  border-color: transparent;
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-transparent {
  border-top-color: transparent;
}
.bg-accent {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}
.bg-background {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--background));
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-border {
  background-color: hsl(0 0% 89.8%);
  background-color: hsl(var(--border));
}
.bg-card {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--card));
}
.bg-destructive {
  background-color: hsl(0 84.2% 60.2%);
  background-color: hsl(var(--destructive));
}
.bg-foreground {
  background-color: hsl(0 0% 3.9%);
  background-color: hsl(var(--foreground));
}
.bg-muted {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--muted));
}
.bg-muted\/50 {
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--muted) / 0.5);
}
.bg-popover {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--popover));
}
.bg-primary {
  background-color: hsl(0 0% 9%);
  background-color: hsl(var(--primary));
}
.bg-primary\/10 {
  background-color: hsl(0 0% 9% / 0.1);
  background-color: hsl(var(--primary) / 0.1);
}
.bg-primary\/20 {
  background-color: hsl(0 0% 9% / 0.2);
  background-color: hsl(var(--primary) / 0.2);
}
.bg-secondary {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--secondary));
}
.bg-transparent {
  background-color: transparent;
}
.fill-current {
  fill: currentColor;
}
.fill-primary {
  fill: hsl(0 0% 9%);
  fill: hsl(var(--primary));
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-\[1px\] {
  padding: 1px;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-4 {
  padding-top: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-middle {
  vertical-align: middle;
}
.text-\[0\.8rem\] {
  font-size: 0.8rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-accent-foreground {
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}
.text-card-foreground {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--card-foreground));
}
.text-current {
  color: currentColor;
}
.text-destructive {
  color: hsl(0 84.2% 60.2%);
  color: hsl(var(--destructive));
}
.text-destructive-foreground {
  color: hsl(0 0% 98%);
  color: hsl(var(--destructive-foreground));
}
.text-foreground {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}
.text-foreground\/50 {
  color: hsl(0 0% 3.9% / 0.5);
  color: hsl(var(--foreground) / 0.5);
}
.text-muted-foreground {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}
.text-popover-foreground {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--popover-foreground));
}
.text-primary {
  color: hsl(0 0% 9%);
  color: hsl(var(--primary));
}
.text-primary-foreground {
  color: hsl(0 0% 98%);
  color: hsl(var(--primary-foreground));
}
.text-secondary-foreground {
  color: hsl(0 0% 9%);
  color: hsl(var(--secondary-foreground));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-ring {
  --tw-ring-color: hsl(var(--ring));
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@keyframes enter {

  from {
    opacity: 1;
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {

  to {
    opacity: 1;
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1) rotate(0);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
.animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}
.fade-in-0 {
  --tw-enter-opacity: 0;
}
.zoom-in-95 {
  --tw-enter-scale: .95;
}
.duration-1000 {
  animation-duration: 1000ms;
}
.duration-200 {
  animation-duration: 200ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.running {
  animation-play-state: running;
}

body {
    margin: 0;
    font-family:
        -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
        "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
        sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

code {
    font-family:
        source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

.file\:border-0::-webkit-file-upload-button {
  border-width: 0px;
}

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-transparent::-webkit-file-upload-button {
  background-color: transparent;
}

.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}

.file\:text-sm::-webkit-file-upload-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-medium::-webkit-file-upload-button {
  font-weight: 500;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.file\:text-foreground::-webkit-file-upload-button {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.file\:text-foreground::file-selector-button {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.placeholder\:text-muted-foreground::placeholder {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:inset-y-0::after {
  content: var(--tw-content);
  top: 0px;
  bottom: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:w-1::after {
  content: var(--tw-content);
  width: 0.25rem;
}

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

.first\:rounded-l-md:first-child {
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(0.5rem - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

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

.last\:rounded-r-md:last-child {
  border-top-right-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(0.5rem - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.focus-within\:relative:focus-within {
  position: relative;
}

.focus-within\:z-20:focus-within {
  z-index: 20;
}

.hover\:bg-accent:hover {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.hover\:bg-destructive\/80:hover {
  background-color: hsl(0 84.2% 60.2% / 0.8);
  background-color: hsl(var(--destructive) / 0.8);
}

.hover\:bg-destructive\/90:hover {
  background-color: hsl(0 84.2% 60.2% / 0.9);
  background-color: hsl(var(--destructive) / 0.9);
}

.hover\:bg-muted:hover {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--muted));
}

.hover\:bg-muted\/50:hover {
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--muted) / 0.5);
}

.hover\:bg-primary:hover {
  background-color: hsl(0 0% 9%);
  background-color: hsl(var(--primary));
}

.hover\:bg-primary\/80:hover {
  background-color: hsl(0 0% 9% / 0.8);
  background-color: hsl(var(--primary) / 0.8);
}

.hover\:bg-primary\/90:hover {
  background-color: hsl(0 0% 9% / 0.9);
  background-color: hsl(var(--primary) / 0.9);
}

.hover\:bg-secondary:hover {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--secondary));
}

.hover\:bg-secondary\/80:hover {
  background-color: hsl(0 0% 96.1% / 0.8);
  background-color: hsl(var(--secondary) / 0.8);
}

.hover\:text-accent-foreground:hover {
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.hover\:text-foreground:hover {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.hover\:text-muted-foreground:hover {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.hover\:text-primary-foreground:hover {
  color: hsl(0 0% 98%);
  color: hsl(var(--primary-foreground));
}

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.focus\:bg-accent:focus {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.focus\:bg-primary:focus {
  background-color: hsl(0 0% 9%);
  background-color: hsl(var(--primary));
}

.focus\:text-accent-foreground:focus {
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.focus\:text-primary-foreground:focus {
  color: hsl(0 0% 98%);
  color: hsl(var(--primary-foreground));
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-1:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-ring:focus {
  --tw-ring-color: hsl(var(--ring));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-1:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-ring:focus-visible {
  --tw-ring-color: hsl(var(--ring));
}

.focus-visible\:ring-offset-1:focus-visible {
  --tw-ring-offset-width: 1px;
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-background:focus-visible {
  --tw-ring-offset-color: hsl(var(--background));
}

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

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

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group.destructive .group-\[\.destructive\]\:border-muted\/40 {
  border-color: hsl(0 0% 96.1% / 0.4);
  border-color: hsl(var(--muted) / 0.4);
}

.group.toaster .group-\[\.toaster\]\:border-border {
  border-color: hsl(0 0% 89.8%);
  border-color: hsl(var(--border));
}

.group.toast .group-\[\.toast\]\:bg-muted {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--muted));
}

.group.toast .group-\[\.toast\]\:bg-primary {
  background-color: hsl(0 0% 9%);
  background-color: hsl(var(--primary));
}

.group.toaster .group-\[\.toaster\]\:bg-background {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--background));
}

.group.destructive .group-\[\.destructive\]\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / 1);
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.group.toast .group-\[\.toast\]\:text-muted-foreground {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.group.toast .group-\[\.toast\]\:text-primary-foreground {
  color: hsl(0 0% 98%);
  color: hsl(var(--primary-foreground));
}

.group.toaster .group-\[\.toaster\]\:text-foreground {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.group.toaster .group-\[\.toaster\]\:shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover {
  border-color: hsl(0 84.2% 60.2% / 0.3);
  border-color: hsl(var(--destructive) / 0.3);
}

.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover {
  background-color: hsl(0 84.2% 60.2%);
  background-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover {
  color: hsl(0 0% 98%);
  color: hsl(var(--destructive-foreground));
}

.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / 1);
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus {
  --tw-ring-color: hsl(var(--destructive));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus {
  --tw-ring-offset-color: #dc2626;
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}

.has-\[\:disabled\]\:opacity-50:has(:disabled) {
  opacity: 0.5;
}

.aria-selected\:bg-accent[aria-selected="true"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.aria-selected\:bg-accent\/50[aria-selected="true"] {
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--accent) / 0.5);
}

.aria-selected\:text-accent-foreground[aria-selected="true"] {
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.aria-selected\:text-muted-foreground[aria-selected="true"] {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.aria-selected\:opacity-100[aria-selected="true"] {
  opacity: 1;
}

.data-\[disabled\=true\]\:pointer-events-none[data-disabled="true"] {
  pointer-events: none;
}

.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

.data-\[panel-group-direction\=vertical\]\:h-px[data-panel-group-direction="vertical"] {
  height: 1px;
}

.data-\[panel-group-direction\=vertical\]\:w-full[data-panel-group-direction="vertical"] {
  width: 100%;
}

.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=checked\]\:translate-x-4[data-state="checked"] {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"] {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"] {
  --tw-translate-x: var(--radix-toast-swipe-end-x);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"] {
  --tw-translate-x: var(--radix-toast-swipe-move-x);
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes accordion-up {

  from {
    height: var(--radix-accordion-content-height);
  }

  to {
    height: 0;
  }
}

.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"] {
  animation: accordion-up 0.2s ease-out;
}

@keyframes accordion-down {

  from {
    height: 0;
  }

  to {
    height: var(--radix-accordion-content-height);
  }
}

.data-\[state\=open\]\:animate-accordion-down[data-state="open"] {
  animation: accordion-down 0.2s ease-out;
}

.data-\[panel-group-direction\=vertical\]\:flex-col[data-panel-group-direction="vertical"] {
  flex-direction: column;
}

.data-\[selected\=true\]\:bg-accent[data-selected="true"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.data-\[state\=active\]\:bg-background[data-state="active"] {
  background-color: hsl(0 0% 100%);
  background-color: hsl(var(--background));
}

.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
  background-color: hsl(0 0% 9%);
  background-color: hsl(var(--primary));
}

.data-\[state\=on\]\:bg-accent[data-state="on"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:bg-accent[data-state="open"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:bg-accent\/50[data-state="open"] {
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--accent) / 0.5);
}

.data-\[state\=open\]\:bg-secondary[data-state="open"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--secondary));
}

.data-\[state\=selected\]\:bg-muted[data-state="selected"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--muted));
}

.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
  background-color: hsl(0 0% 89.8%);
  background-color: hsl(var(--input));
}

.data-\[placeholder\]\:text-muted-foreground[data-placeholder] {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.data-\[selected\=true\]\:text-accent-foreground[data-selected="true"] {
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.data-\[state\=active\]\:text-foreground[data-state="active"] {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.data-\[state\=checked\]\:text-primary-foreground[data-state="checked"] {
  color: hsl(0 0% 98%);
  color: hsl(var(--primary-foreground));
}

.data-\[state\=on\]\:text-accent-foreground[data-state="on"] {
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.data-\[state\=open\]\:text-accent-foreground[data-state="open"] {
  color: hsl(0 0% 9%);
  color: hsl(var(--accent-foreground));
}

.data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.data-\[disabled\=true\]\:opacity-50[data-disabled="true"] {
  opacity: 0.5;
}

.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}

.data-\[state\=active\]\:shadow[data-state="active"] {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-\[swipe\=move\]\:transition-none[data-swipe="move"] {
  transition-property: none;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  transition-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  transition-duration: 500ms;
}

.data-\[motion\^\=from-\]\:animate-in[data-motion^="from-"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=visible\]\:animate-in[data-state="visible"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[motion\^\=to-\]\:animate-out[data-motion^="to-"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[state\=hidden\]\:animate-out[data-state="hidden"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[swipe\=end\]\:animate-out[data-swipe="end"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

.data-\[motion\^\=from-\]\:fade-in[data-motion^="from-"] {
  --tw-enter-opacity: 0;
}

.data-\[motion\^\=to-\]\:fade-out[data-motion^="to-"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=closed\]\:fade-out-80[data-state="closed"] {
  --tw-exit-opacity: 0.8;
}

.data-\[state\=hidden\]\:fade-out[data-state="hidden"] {
  --tw-exit-opacity: 0;
}

.data-\[state\=open\]\:fade-in-0[data-state="open"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=visible\]\:fade-in[data-state="visible"] {
  --tw-enter-opacity: 0;
}

.data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
  --tw-exit-scale: .95;
}

.data-\[state\=open\]\:zoom-in-90[data-state="open"] {
  --tw-enter-scale: .9;
}

.data-\[state\=open\]\:zoom-in-95[data-state="open"] {
  --tw-enter-scale: .95;
}

.data-\[motion\=from-end\]\:slide-in-from-right-52[data-motion="from-end"] {
  --tw-enter-translate-x: 13rem;
}

.data-\[motion\=from-start\]\:slide-in-from-left-52[data-motion="from-start"] {
  --tw-enter-translate-x: -13rem;
}

.data-\[motion\=to-end\]\:slide-out-to-right-52[data-motion="to-end"] {
  --tw-exit-translate-x: 13rem;
}

.data-\[motion\=to-start\]\:slide-out-to-left-52[data-motion="to-start"] {
  --tw-exit-translate-x: -13rem;
}

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: 0.5rem;
}

.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"] {
  --tw-exit-translate-y: 100%;
}

.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"] {
  --tw-exit-translate-x: -100%;
}

.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"] {
  --tw-exit-translate-x: -50%;
}

.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-right-full[data-state="closed"] {
  --tw-exit-translate-x: 100%;
}

.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"] {
  --tw-exit-translate-y: -100%;
}

.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"] {
  --tw-exit-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"] {
  --tw-enter-translate-y: 100%;
}

.data-\[state\=open\]\:slide-in-from-left[data-state="open"] {
  --tw-enter-translate-x: -100%;
}

.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"] {
  --tw-enter-translate-x: -50%;
}

.data-\[state\=open\]\:slide-in-from-right[data-state="open"] {
  --tw-enter-translate-x: 100%;
}

.data-\[state\=open\]\:slide-in-from-top[data-state="open"] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"] {
  --tw-enter-translate-y: -48%;
}

.data-\[state\=open\]\:slide-in-from-top-full[data-state="open"] {
  --tw-enter-translate-y: -100%;
}

.data-\[state\=closed\]\:duration-300[data-state="closed"] {
  animation-duration: 300ms;
}

.data-\[state\=open\]\:duration-500[data-state="open"] {
  animation-duration: 500ms;
}

.data-\[panel-group-direction\=vertical\]\:after\:left-0[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  left: 0px;
}

.data-\[panel-group-direction\=vertical\]\:after\:h-1[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  height: 0.25rem;
}

.data-\[panel-group-direction\=vertical\]\:after\:w-full[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  width: 100%;
}

.data-\[panel-group-direction\=vertical\]\:after\:-translate-y-1\/2[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[panel-group-direction\=vertical\]\:after\:translate-x-0[data-panel-group-direction="vertical"]::after {
  content: var(--tw-content);
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=open\]\:hover\:bg-accent:hover[data-state="open"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.data-\[state\=open\]\:focus\:bg-accent:focus[data-state="open"] {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.group[data-state="open"] .group-data-\[state\=open\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.dark\:border-destructive:is(.dark *) {
  border-color: hsl(0 84.2% 60.2%);
  border-color: hsl(var(--destructive));
}

@media (min-width: 640px) {

  .sm\:bottom-0 {
    bottom: 0px;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

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

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

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

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

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

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

  .sm\:rounded-lg {
    border-radius: 0.5rem;
    border-radius: var(--radius);
  }

  .sm\:text-left {
    text-align: left;
  }

  .data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state="open"] {
    --tw-enter-translate-y: 100%;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:w-\[var\(--radix-navigation-menu-viewport-width\)\] {
    width: var(--radix-navigation-menu-viewport-width);
  }

  .md\:w-auto {
    width: auto;
  }

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

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.\[\&\+div\]\:text-xs+div {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&\:has\(\>\.day-range-end\)\]\:rounded-r-md:has(>.day-range-end) {
  border-top-right-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(0.5rem - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\>\.day-range-start\)\]\:rounded-l-md:has(>.day-range-start) {
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(0.5rem - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[aria-selected\]\)\]\:rounded-md:has([aria-selected]) {
  border-radius: calc(0.5rem - 2px);
  border-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[aria-selected\]\)\]\:bg-accent:has([aria-selected]) {
  background-color: hsl(0 0% 96.1%);
  background-color: hsl(var(--accent));
}

.first\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-l-md:has([aria-selected]):first-child {
  border-top-left-radius: calc(0.5rem - 2px);
  border-top-left-radius: calc(var(--radius) - 2px);
  border-bottom-left-radius: calc(0.5rem - 2px);
  border-bottom-left-radius: calc(var(--radius) - 2px);
}

.last\:\[\&\:has\(\[aria-selected\]\)\]\:rounded-r-md:has([aria-selected]):last-child {
  border-top-right-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(0.5rem - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[aria-selected\]\.day-outside\)\]\:bg-accent\/50:has([aria-selected].day-outside) {
  background-color: hsl(0 0% 96.1% / 0.5);
  background-color: hsl(var(--accent) / 0.5);
}

.\[\&\:has\(\[aria-selected\]\.day-range-end\)\]\:rounded-r-md:has([aria-selected].day-range-end) {
  border-top-right-radius: calc(0.5rem - 2px);
  border-top-right-radius: calc(var(--radius) - 2px);
  border-bottom-right-radius: calc(0.5rem - 2px);
  border-bottom-right-radius: calc(var(--radius) - 2px);
}

.\[\&\:has\(\[role\=checkbox\]\)\]\:pr-0:has([role=checkbox]) {
  padding-right: 0px;
}

.\[\&\>\[role\=checkbox\]\]\:translate-y-\[2px\]>[role=checkbox] {
  --tw-translate-y: 2px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\[\&\>svg\+div\]\:translate-y-\[-3px\]>svg+div {
  --tw-translate-y: -3px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\>svg\]\:absolute>svg {
  position: absolute;
}

.\[\&\>svg\]\:left-4>svg {
  left: 1rem;
}

.\[\&\>svg\]\:top-4>svg {
  top: 1rem;
}

.\[\&\>svg\]\:size-4>svg {
  width: 1rem;
  height: 1rem;
}

.\[\&\>svg\]\:h-3\.5>svg {
  height: 0.875rem;
}

.\[\&\>svg\]\:w-3\.5>svg {
  width: 0.875rem;
}

.\[\&\>svg\]\:shrink-0>svg {
  flex-shrink: 0;
}

.\[\&\>svg\]\:text-destructive>svg {
  color: hsl(0 84.2% 60.2%);
  color: hsl(var(--destructive));
}

.\[\&\>svg\]\:text-foreground>svg {
  color: hsl(0 0% 3.9%);
  color: hsl(var(--foreground));
}

.\[\&\>svg\~\*\]\:pl-7>svg~* {
  padding-left: 1.75rem;
}

.\[\&\>tr\]\:last\:border-b-0:last-child>tr {
  border-bottom-width: 0px;
}

.\[\&\[data-panel-group-direction\=vertical\]\>div\]\:rotate-90[data-panel-group-direction=vertical]>div {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&_\[cmdk-group-heading\]\]\:px-2 [cmdk-group-heading] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-group-heading\]\]\:py-1\.5 [cmdk-group-heading] {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.\[\&_\[cmdk-group-heading\]\]\:text-xs [cmdk-group-heading] {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\[\&_\[cmdk-group-heading\]\]\:font-medium [cmdk-group-heading] {
  font-weight: 500;
}

.\[\&_\[cmdk-group-heading\]\]\:text-muted-foreground [cmdk-group-heading] {
  color: hsl(0 0% 45.1%);
  color: hsl(var(--muted-foreground));
}

.\[\&_\[cmdk-group\]\:not\(\[hidden\]\)_\~\[cmdk-group\]\]\:pt-0 [cmdk-group]:not([hidden]) ~[cmdk-group] {
  padding-top: 0px;
}

.\[\&_\[cmdk-group\]\]\:px-2 [cmdk-group] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:h-5 [cmdk-input-wrapper] svg {
  height: 1.25rem;
}

.\[\&_\[cmdk-input-wrapper\]_svg\]\:w-5 [cmdk-input-wrapper] svg {
  width: 1.25rem;
}

.\[\&_\[cmdk-input\]\]\:h-12 [cmdk-input] {
  height: 3rem;
}

.\[\&_\[cmdk-item\]\]\:px-2 [cmdk-item] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.\[\&_\[cmdk-item\]\]\:py-3 [cmdk-item] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.\[\&_\[cmdk-item\]_svg\]\:h-5 [cmdk-item] svg {
  height: 1.25rem;
}

.\[\&_\[cmdk-item\]_svg\]\:w-5 [cmdk-item] svg {
  width: 1.25rem;
}

.\[\&_p\]\:leading-relaxed p {
  line-height: 1.625;
}

.\[\&_svg\]\:pointer-events-none svg {
  pointer-events: none;
}

.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}

.\[\&_svg\]\:shrink-0 svg {
  flex-shrink: 0;
}

.\[\&_tr\:last-child\]\:border-0 tr:last-child {
  border-width: 0px;
}

.\[\&_tr\]\:border-b tr {
  border-bottom-width: 1px;
}

/* ===================================
   GLOBAL LAYOUT UNIFICATION v7.3
   40-50% padding reduction, unified spacing
   =================================== */

:root {
  /* Container widths */
  --container-max-width: 1100px;
  --container-padding: 32px;
  
  /* Spacing scale (reduced by 40-50%) */
  --section-spacing: 35px;  /* was 60px */
  --section-spacing-large: 50px;  /* was 100px */
  --hero-padding-top: 60px;  /* was 100px */
  --hero-padding-bottom: 35px;  /* was 60px */
  --block-margin: 20px;  /* was 40px */
  --element-gap: 16px;  /* was 24px */
  
  /* Typography */
  --font-heading: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  --font-size-body: 18px;
  --line-height-body: 1.7;
  --heading-letter-spacing: -0.5px;
}

/* Universal Container */
.container-unified {
  max-width: 1100px;
  max-width: var(--container-max-width);
  margin: 0 auto;
  padding: 0 32px;
  padding: 0 var(--container-padding);
  width: 100%;
}

/* Section Spacing */
.section-unified {
  padding: 35px 0;
  padding: var(--section-spacing) 0;
}

.section-unified-large {
  padding: 50px 0;
  padding: var(--section-spacing-large) 0;
}

/* Hero Sections */
.hero-unified {
  padding: 60px 0 35px 0;
  padding: var(--hero-padding-top) 0 var(--hero-padding-bottom) 0;
  text-align: center;
}

/* Typography Unified */
.title-unified {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--font-heading);
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  letter-spacing: var(--heading-letter-spacing);
  color: var(--text-primary);
  margin: 0 0 16px 0;
  text-align: center;
}

.subtitle-unified {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--font-body);
  font-size: 18px;
  font-size: var(--font-size-body);
  line-height: 1.7;
  line-height: var(--line-height-body);
  color: var(--text-secondary);
  margin: 0;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2-unified {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--font-heading);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.5px;
  letter-spacing: var(--heading-letter-spacing);
  color: var(--text-primary);
  margin: 0 0 20px 0;
  margin: 0 0 var(--block-margin) 0;
  text-align: center;
}

.heading-3-unified {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--text-primary);
  margin: 0 0 16px 0;
  text-align: left;
}

.body-text-unified {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-family: var(--font-body);
  font-size: 18px;
  font-size: var(--font-size-body);
  line-height: 1.7;
  line-height: var(--line-height-body);
  color: var(--text-primary);
  margin: 0 0 16px 0;
  text-align: left;
}

/* Responsive */
@media (max-width: 768px) {
  :root {
    --container-padding: 20px;
    --section-spacing: 25px;
    --section-spacing-large: 35px;
    --hero-padding-top: 40px;
    --hero-padding-bottom: 25px;
  }
  
  .title-unified {
    font-size: 36px;
  }
  
  .heading-2-unified {
    font-size: 28px;
  }
  
  .subtitle-unified {
    font-size: 16px;
  }
}

:root {
  --fund-primary: var(--color-accent-primary, #2E8A9D);
  --fund-gold: var(--color-accent-gold, #C6A96E);
  --fund-blue: var(--color-accent-blue, #5161A6);
  --fund-bronze: var(--color-accent-bronze, #9A6F4F);
}

/* ===================================
/* Focus states for accessibility */
.metric-card-v73:focus,
.timeline-content-v73:focus,
.trade-card-v73:focus,
button:focus,
a:focus {
  outline: 2px solid var(--brand-primary);
  outline-offset: 2px;
}

/* Chart Styles */
.chart-container-v73 {
  margin: 40px 0;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.chart-title-v73 {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-primary);
  text-align: center;
  margin-bottom: 24px;
}

.roi-chart-wrapper-v73 {
  display: flex;
  gap: 12px;
  height: 250px;
}

.chart-y-axis-v73 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 11px;
  color: var(--text-secondary);
  padding-right: 8px;
  min-width: 40px;
  text-align: right;
}

.chart-canvas-v73 {
  flex: 1 1;
  display: flex;
  flex-direction: column;
}

.roi-line-svg {
  width: 100%;
  height: 220px;
}

.animate-fill-v73 {
  animation: fillChartV73 2s ease-out forwards;
}

.animate-stroke-v73 {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  animation: drawLineV73 2s ease-out forwards;
}

@keyframes fillChartV73 {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes drawLineV73 {
  to { stroke-dashoffset: 0; }
}

.chart-x-labels-v73 {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: var(--text-secondary);
  margin-top: 8px;
}

/* Pie Chart - Reduced 20% */
.pie-chart-section-v73 {
  margin: 40px 0;
}

.pie-chart-container-v73 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-top: 24px;
}

.pie-chart-visual-v73 {
  width: 180px;
  height: 180px;
}

.animate-pie-v73 {
  stroke-dashoffset: 0;
  animation: fillPieV73 2s ease-out;
}

@keyframes fillPieV73 {
  from { stroke-dashoffset: calc(2 * 3.14159 * 70); }
}

.pie-legend-v73 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.legend-item-v73 {
  display: flex;
  align-items: center;
  gap: 12px;
}

.legend-dot-v73 {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
}

.legend-text-v73 {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.legend-label-v73 {
  font-size: 12px;
  color: var(--text-secondary);
}

.legend-value-v73 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
}

/* Timeline Dividers */
.timeline-divider-v73 {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  margin: 20px 0 20px 42px;
}


   FUND PAGE v7.3 STYLES
   Unified spacing, clean layout
   =================================== */

.fund-badge-live {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  color: #22C55E;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.fund-badge-live span {
  line-height: 24px;
}

.pulse-icon {
  animation: pulse 2s ease-in-out infinite;
  color: #22C55E !important;
  flex-shrink: 0;
  display: inline-block;
  vertical-align: middle;
}

@keyframes pulse {
  0%, 100% { 
    opacity: 1;
    transform: scale(1);
  }
  50% { 
    opacity: 0.6;
    transform: scale(1.1);
  }
}

/* Metrics Grid */
.metrics-grid-v73 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  gap: 20px;
}

.metric-card-v73 {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 24px;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.metric-card-v73::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--brand-primary), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.metric-card-v73:hover {
  transform: translateY(-4px);
  border-color: rgba(46, 138, 157, 0.5);
  box-shadow: 0 4px 16px rgba(46, 138, 157, 0.3);
}

.metric-card-v73:hover::before {
  opacity: 1;
}

.metric-icon-wrapper-v73 {
  width: 48px;
  height: 48px;
  background: rgba(46, 138, 157, 0.1);
  color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-bottom: 16px;
}

.metric-value-v73 {
  font-size: 40px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1;
  background: linear-gradient(135deg, #2E8A9D, #007AFF);
  background: linear-gradient(135deg, var(--fund-primary), #007AFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.metric-title-v73 {
  font-size: 13px;
  font-weight: 500;
  color: var(--text-secondary);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.metric-subtitle-v73 {
  font-size: 12px;
  color: var(--text-secondary);
  opacity: 0.7;
  margin-bottom: 12px;
}

.metric-badge-v73 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.metric-badge-v73.verified {
  background: rgba(46, 138, 157, 0.15);
  color: var(--brand-primary);
}

.metric-badge-v73.live {
  background: rgba(0, 122, 255, 0.15);
  color: #007AFF;
}

.metric-badge-v73.growing {
  background: rgba(255, 193, 7, 0.15);
  color: #FFC107;
}

/* Highlights Section */
.fund-highlights-section {
  background: linear-gradient(180deg, transparent, rgba(46, 138, 157, 0.02), transparent);
}

.highlights-grid-v73 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
  margin-top: 30px;
}

.highlight-box-v73 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px;
  text-align: center;
  transition: all 0.3s ease;
}

.highlight-box-v73:hover {
  transform: translateY(-4px);
  border-color: rgba(46, 138, 157, 0.3);
  box-shadow: 0 12px 40px rgba(46, 138, 157, 0.15);
}

.highlight-number {
  font-size: 48px;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 12px;
  line-height: 1;
}

.highlight-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.highlight-desc {
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin: 0;
}

/* Timeline */
.cycles-section-v73 {
  background: linear-gradient(180deg, transparent, rgba(0, 122, 255, 0.02), transparent);
}

.timeline-v73 {
  position: relative;
  margin-top: 40px;
}

.timeline-item-v73 {
  display: flex;
  gap: 32px;
  margin-bottom: 40px;
  opacity: 0;
  animation: fadeInRight 0.6s ease-out forwards;
}

.timeline-item-v73:nth-child(1) { animation-delay: 0.1s; }
.timeline-item-v73:nth-child(2) { animation-delay: 0.2s; }
.timeline-item-v73:nth-child(3) { animation-delay: 0.3s; }
.timeline-item-v73:nth-child(4) { animation-delay: 0.4s; }

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.timeline-marker-v73 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.timeline-dot-v73 {
  width: 20px;
  height: 20px;
  background: var(--brand-primary);
  border: 4px solid rgba(46, 138, 157, 0.2);
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 20px rgba(46, 138, 157, 0.5);
}

.timeline-item-v73.active .timeline-dot-v73 {
  animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 0 20px rgba(46, 138, 157, 0.5);
  }
  50% {
    box-shadow: 0 0 40px rgba(46, 138, 157, 0.8);
  }
}

.timeline-line-v73 {
  width: 2px;
  flex: 1 1;
  background: linear-gradient(180deg, var(--brand-primary), rgba(46, 138, 157, 0.2));
  margin-top: 8px;
}

.timeline-content-v73 {
  flex: 1 1;
  background: transparent;
  border: none;
  padding: 0;
  transition: all 0.3s ease;
}

.timeline-content-v73:hover {
  border-color: rgba(46, 138, 157, 0.3);
  transform: translateX(8px);
}

.timeline-header-v73 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.timeline-phase-v73 {
  font-size: 22px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}

.timeline-status-badge-v73 {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.timeline-status-badge-v73.completed {
  background: rgba(46, 138, 157, 0.15);
  color: var(--brand-primary);
}

.timeline-status-badge-v73.active {
  background: rgba(0, 122, 255, 0.15);
  color: #007AFF;
  animation: pulseBadge 2s ease-in-out infinite;
}

@keyframes pulseBadge {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}

.timeline-period-v73 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.timeline-description-v73 {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 16px;
}

.timeline-stats-v73 {
  display: flex;
  gap: 24px;
}

.timeline-stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.stat-label {
  font-size: 11px;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.stat-value {
  font-size: 18px;
  font-weight: 700;
  color: var(--brand-primary);
}

/* Trades Grid */
.trades-grid-v73 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
  gap: 16px;
  margin-top: 30px;
}

.trade-card-v73 {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.trade-card-v73:hover {
  transform: translateY(-4px);
  border-color: rgba(46, 138, 157, 0.3);
  box-shadow: 0 8px 24px rgba(46, 138, 157, 0.15);
}

.trade-asset-v73 {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.trade-result-v73 {
  font-size: 24px;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 8px;
}

.trade-period-v73 {
  font-size: 12px;
  color: var(--text-secondary);
  margin-bottom: 12px;
}

.trade-status-v73 {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.trade-status-v73.completed {
  background: rgba(46, 138, 157, 0.15);
  color: var(--brand-primary);
}

.trade-status-v73.active {
  background: rgba(0, 122, 255, 0.15);
  color: #007AFF;
}

.trade-status-v73.long-term {
  background: rgba(255, 193, 7, 0.15);
  color: #FFC107;
}

/* Philosophy Section */
.philosophy-section-v73 {
  background: linear-gradient(180deg, rgba(46, 138, 157, 0.03), transparent);
}

.philosophy-content-v73 {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.philosophy-icon-v73 {
  color: var(--brand-primary);
  margin-bottom: 20px;
}

.philosophy-quote-v73 {
  font-size: 22px;
  line-height: 1.6;
  font-style: italic;
  color: var(--text-primary);
  margin: 24px auto 28px;
  padding: 28px;
  background: rgba(46, 138, 157, 0.05);
  border-left: 4px solid var(--brand-primary);
  max-width: 800px;
  text-align: left;
}

.philosophy-quote-v73 cite {
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-style: normal;
  color: var(--text-secondary);
}

/* CTA */
.cta-box-v73 {
  text-align: center;
  padding: 50px 40px;
  background: rgba(46, 138, 157, 0.03);
  border: 1px solid rgba(46, 138, 157, 0.15);
}

.cta-buttons-v73 {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
}

.btn-primary-v73, .btn-secondary-v73 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  border-radius: 0px;
}

.btn-primary-v73 {
  background: var(--brand-primary);
  color: #000;
  border: 2px solid var(--brand-primary);
}

.btn-primary-v73:hover {
  background: transparent;
  color: var(--brand-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(46, 138, 157, 0.3);
}

.btn-secondary-v73 {
  background: transparent;
  color: var(--text-primary);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.btn-secondary-v73:hover {
  border-color: var(--brand-primary);
  color: var(--brand-primary);
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 1024px) {
  .metrics-grid-v73 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .highlights-grid-v73 {
    grid-template-columns: 1fr;
  }
  
  .trades-grid-v73 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .metrics-grid-v73 {
    grid-template-columns: 1fr;
  }
  
  .timeline-item-v73 {
    gap: 16px;
  }
  
  .trades-grid-v73 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .cta-buttons-v73 {
    flex-direction: column;
    width: 100%;
  }
  
  .btn-primary-v73, .btn-secondary-v73 {
    width: 100%;
    justify-content: center;
  }
}

/* Fund Page - Light Theme Improvements */

/* ==================== METRIC CARDS ==================== */
:root[data-theme='light'] .metric-card-v73 {
  background: #FFFFFF !important;
  border: 2px solid #D1D5DB !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  overflow: hidden !important;
  position: relative;
}

:root[data-theme='light'] .metric-card-v73::before {
  display: none !important;
}

:root[data-theme='light'] .metric-card-v73:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(-2px);
}

/* ==================== CHART CONTAINERS ==================== */
:root[data-theme='light'] .chart-container-v73 {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  border-radius: 20px !important;
  padding: 28px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
  margin: 32px 0 !important;
}

:root[data-theme='light'] .roi-chart-wrapper-v73 {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

:root[data-theme='light'] .chart-canvas-v73 {
  background: #FAFBFC !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 12px !important;
  padding: 16px !important;
}

/* ==================== ACCURACY CHART (Circular) ==================== */
:root[data-theme='light'] .accuracy-section-v73 {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  border-radius: 20px !important;
  padding: 32px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}

:root[data-theme='light'] .circular-chart-v73 {
  filter: drop-shadow(0 4px 12px rgba(30, 107, 122, 0.15)) !important;
}

:root[data-theme='light'] .accuracy-stats-v73 {
  background: #F9FAFB !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 12px !important;
  padding: 16px !important;
}

:root[data-theme='light'] .accuracy-label-v73 {
  color: #1E222B !important;
  font-weight: 600 !important;
  font-size: 15px !important;
}

:root[data-theme='light'] .accuracy-value-v73 {
  color: #1E6B7A !important;
  font-weight: 700 !important;
  font-size: 24px !important;
}

/* ==================== TABLE STYLES ==================== */
:root[data-theme='light'] .trade-table-v73 {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  border-radius: 16px !important;
  overflow: hidden;
}

:root[data-theme='light'] .table-row-v73 {
  border-bottom: 1px solid #E5E7EB !important;
}

:root[data-theme='light'] .table-row-v73.header {
  background: #F3F4F6 !important;
  border-bottom: 2px solid #D1D5DB !important;
}

:root[data-theme='light'] .table-row-v73:hover:not(.header) {
  background: #F9FAFB !important;
}

:root[data-theme='light'] .table-cell-v73 {
  color: #1E222B !important;
  border-right: 1px solid #E5E7EB !important;
}

:root[data-theme='light'] .table-row-v73.header .table-cell-v73 {
  color: #111827 !important;
  font-weight: 600 !important;
}

/* ==================== TRADE CARDS ==================== */
:root[data-theme='light'] .trade-card-v73 {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

:root[data-theme='light'] .trade-card-v73:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
}

/* ==================== TIMELINE CARDS - НОВЫЙ ДИЗАЙН ==================== */
:root[data-theme='light'] .timeline-item-v73 {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  border-radius: 16px !important;
  padding: 24px !important;
  margin-bottom: 24px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
  position: relative;
  overflow: hidden;
}

:root[data-theme='light'] .timeline-item-v73::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #1E6B7A !important;
  border-radius: 16px 0 0 16px !important;
}

:root[data-theme='light'] .timeline-item-v73:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10) !important;
}

:root[data-theme='light'] .timeline-content-v73 {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

:root[data-theme='light'] .timeline-header-v73 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px !important;
}

:root[data-theme='light'] .timeline-title-v73 {
  color: #111827 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

:root[data-theme='light'] .timeline-date-v73 {
  color: #6B7280 !important;
  font-size: 14px !important;
}

:root[data-theme='light'] .timeline-description-v73 {
  color: #4B5563 !important;
  margin-bottom: 16px !important;
  line-height: 1.6 !important;
}

:root[data-theme='light'] .timeline-stats-v73 {
  display: flex;
  gap: 24px;
  padding-top: 16px;
  border-top: 1px solid #E5E7EB !important;
}

:root[data-theme='light'] .timeline-stat-item-v73 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

:root[data-theme='light'] .timeline-stat-label-v73 {
  color: #6B7280 !important;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

:root[data-theme='light'] .timeline-stat-value-v73 {
  color: #1E6B7A !important;
  font-size: 20px !important;
  font-weight: 700 !important;
}

/* ==================== STATS GRID ==================== */
:root[data-theme='light'] .stats-grid-v73 {
  gap: 24px !important;
}

:root[data-theme='light'] .stat-item-v73 {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

:root[data-theme='light'] .stat-item-v73:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.10) !important;
}

/* ==================== TEXT IMPROVEMENTS ==================== */
:root[data-theme='light'] .metric-label-v73,
:root[data-theme='light'] .chart-title-v73,
:root[data-theme='light'] .section-title-v73 {
  color: #111827 !important;
}

:root[data-theme='light'] .metric-value-v73 {
  color: #1E222B !important;
}

:root[data-theme='light'] .metric-change-v73,
:root[data-theme='light'] .chart-label-v73 {
  color: #6B7280 !important;
}

/* ==================== BADGES ==================== */
:root[data-theme='light'] .status-badge-v73 {
  border: 1px solid #D1D5DB !important;
  background: #F3F4F6 !important;
  color: #374151 !important;
  border-radius: 8px !important;
  padding: 4px 12px !important;
}

:root[data-theme='light'] .status-badge-v73.active {
  background: #DCFCE7 !important;
  border-color: #86EFAC !important;
  color: #166534 !important;
}

:root[data-theme='light'] .status-badge-v73.completed {
  background: #DBEAFE !important;
  border-color: #93C5FD !important;
  color: #1E40AF !important;
}

/* ==================== GROWTH FUND SECTION ==================== */
:root[data-theme='light'] .growth-section-v73 {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  border-radius: 20px !important;
  padding: 32px !important;
  margin-bottom: 32px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}

:root[data-theme='light'] .growth-section-v73 h2,
:root[data-theme='light'] .growth-section-v73 h3 {
  color: #111827 !important;
}

:root[data-theme='light'] .growth-section-v73 p,
:root[data-theme='light'] .growth-section-v73 li {
  color: #4B5563 !important;
}

/* ==================== DIVIDERS ==================== */
:root[data-theme='light'] .section-divider-v73 {
  border-top: 2px solid #E5E7EB !important;
  margin: 40px 0 !important;
}

/* ==================== PERFORMANCE CARDS ==================== */
:root[data-theme='light'] .performance-card-v73 {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

:root[data-theme='light'] .performance-card-v73:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.10) !important;
}

/* ==================== ICON CONTAINERS ==================== */
:root[data-theme='light'] .icon-container-v73 {
  background: #F3F4F6 !important;
  border: 1px solid #D1D5DB !important;
  border-radius: 12px !important;
}

/* ==================== LISTS ==================== */
:root[data-theme='light'] .features-list-v73 li {
  border-left: 3px solid #1E6B7A !important;
  background: #F9FAFB !important;
  padding: 12px 16px !important;
  margin-bottom: 8px !important;
  border-radius: 6px !important;
}

/* ==================== KEY PARAMETERS SECTION ==================== */
:root[data-theme='light'] .key-params-section-v73,
:root[data-theme='light'] .key-parameters-v73 {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  border-radius: 20px !important;
  padding: 32px !important;
  margin: 32px 0 !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
}

:root[data-theme='light'] .key-param-card-v73 {
  background: #FFFFFF !important;
  border: 2px solid #CBD5E1 !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.3s ease;
}

:root[data-theme='light'] .key-param-card-v73:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12) !important;
  transform: translateY(-2px);
}

:root[data-theme='light'] .key-param-card-v73 p {
  text-align: left !important;
  color: #4B5563 !important;
}

/* ==================== BUTTONS ==================== */
:root[data-theme='light'] .btn-primary,
:root[data-theme='light'] button.btn-primary,
:root[data-theme='light'] a.btn-primary,
:root[data-theme='light'] .cta-button-v73,
:root[data-theme='light'] .btn-primary-v73 {
  background: #1E6B7A !important;
  color: #FFFFFF !important;
  border: 2px solid #1E6B7A !important;
  border-radius: 12px !important;
  padding: 14px 32px !important;
  font-weight: 600 !important;
  font-size: 16px !important;
}

:root[data-theme='light'] .btn-primary:hover,
:root[data-theme='light'] button.btn-primary:hover,
:root[data-theme='light'] a.btn-primary:hover,
:root[data-theme='light'] .cta-button-v73:hover,
:root[data-theme='light'] .btn-primary-v73:hover {
  background: #165561 !important;
  border-color: #165561 !important;
  color: #FFFFFF !important;
  box-shadow: 0 4px 12px rgba(30, 107, 122, 0.3) !important;
}

:root[data-theme='light'] .btn-primary-v73 span,
:root[data-theme='light'] .btn-primary span {
  color: #FFFFFF !important;
}

/* ==================== ALLOCATION CARDS ==================== */
:root[data-theme='light'] .allocation-card-v73 {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  border-radius: 16px !important;
  padding: 20px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

/* ==================== LIVE BADGE (Пульс) ==================== */
:root[data-theme='light'] .fund-badge-live {
  color: #16A34A !important;
}

:root[data-theme='light'] .pulse-icon {
  color: #16A34A !important;
}

/* ==================== INFO SECTIONS (От анализа к результатам и т.д.) ==================== */
:root[data-theme='light'] .info-section-v73,
:root[data-theme='light'] .analysis-section-v73,
:root[data-theme='light'] .growth-fund-intro-v73,
:root[data-theme='light'] .philosophy-content-v73 {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  border-radius: 20px !important;
  padding: 40px !important;
  margin: 32px auto !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
  max-width: 1100px !important;
}

:root[data-theme='light'] .info-section-v73 h2,
:root[data-theme='light'] .analysis-section-v73 h2,
:root[data-theme='light'] .growth-fund-intro-v73 h2,
:root[data-theme='light'] .philosophy-content-v73 h2 {
  color: #111827 !important;
  margin-bottom: 20px !important;
}

:root[data-theme='light'] .info-section-v73 h3,
:root[data-theme='light'] .analysis-section-v73 h3,
:root[data-theme='light'] .growth-fund-intro-v73 h3,
:root[data-theme='light'] .philosophy-content-v73 h3 {
  color: #1E222B !important;
  margin-top: 24px !important;
  margin-bottom: 12px !important;
}

:root[data-theme='light'] .info-section-v73 p,
:root[data-theme='light'] .analysis-section-v73 p,
:root[data-theme='light'] .growth-fund-intro-v73 p,
:root[data-theme='light'] .philosophy-content-v73 p {
  color: #4B5563 !important;
  line-height: 1.7 !important;
  margin-bottom: 16px !important;
}

:root[data-theme='light'] .philosophy-quote-v73 {
  background: #F9FAFB !important;
  border-left: 4px solid #1E6B7A !important;
  padding: 20px 24px !important;
  border-radius: 8px !important;
  margin: 24px 0 !important;
  color: #374151 !important;
  font-style: italic;
}

:root[data-theme='light'] .philosophy-quote-v73 cite {
  color: #6B7280 !important;
  font-style: normal;
  font-size: 14px;
}

:root[data-theme='light'] .philosophy-icon-v73 {
  color: #1E6B7A !important;
  margin-bottom: 16px !important;
}

:root[data-theme='light'] .info-section-v73 ul,
:root[data-theme='light'] .analysis-section-v73 ul,
:root[data-theme='light'] .growth-fund-intro-v73 ul {
  margin: 16px 0 !important;
}

:root[data-theme='light'] .info-section-v73 li,
:root[data-theme='light'] .analysis-section-v73 li,
:root[data-theme='light'] .growth-fund-intro-v73 li {
  color: #4B5563 !important;
  padding: 8px 0 !important;
  padding-left: 24px !important;
  position: relative;
}

:root[data-theme='light'] .info-section-v73 li::before,
:root[data-theme='light'] .analysis-section-v73 li::before,
:root[data-theme='light'] .growth-fund-intro-v73 li::before {
  content: '•';
  position: absolute;
  left: 8px;
  color: #1E6B7A !important;
  font-weight: bold;
}


/* Education Page Styles */

/* Search Bar - Light Theme */
:root[data-theme='light'] .education-search-input {
  background: #FFFFFF !important;
  border: 2px solid #D1D5DB !important;
  color: #1E222B !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

:root[data-theme='light'] .education-search-input::placeholder {
  color: #6B7280 !important;
}

:root[data-theme='light'] .education-search-input:focus {
  border-color: #1E6B7A !important;
  background: #FFFFFF !important;
  box-shadow: 0 0 0 3px rgba(30, 107, 122, 0.1), 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

:root[data-theme='light'] .education-search-icon {
  color: #6B7280 !important;
}

/* Article Cards - Light Theme */
:root[data-theme='light'] .education-article-card {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

:root[data-theme='light'] .education-article-card:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

:root[data-theme='light'] .education-article-title {
  color: #1E222B !important;
}

:root[data-theme='light'] .education-article-preview {
  color: #4A5568 !important;
}

:root[data-theme='light'] .education-article-time {
  color: #6B7280 !important;
}

:root[data-theme='light'] .education-read-link {
  color: #1E6B7A !important;
}

/* Category Filter Buttons - Light Theme */
:root[data-theme='light'] .education-filter-btn {
  background: #FFFFFF !important;
  color: #4A5568 !important;
  border: 2px solid #E5E7EB !important;
  outline: none !important;
}

:root[data-theme='light'] .education-filter-btn:hover {
  background: #F9FAFB !important;
  border-color: #1E6B7A !important;
  color: #1E6B7A !important;
}

:root[data-theme='light'] .education-filter-btn:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(30, 107, 122, 0.2) !important;
}

:root[data-theme='light'] .education-filter-btn.active {
  background: #1E6B7A !important;
  color: #FFFFFF !important;
  border-color: #1E6B7A !important;
}

/* Dark Theme Filter Buttons - remove outline */
.education-filter-btn {
  outline: none !important;
}

.education-filter-btn:focus {
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(var(--brand-primary-rgb), 0.3) !important;
}

/* Article Cards - Dark Theme */
:root[data-theme='dark'] .education-article-card {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

:root[data-theme='dark'] .education-article-card:hover {
  border-color: #2E8A9D !important;
  box-shadow: 0 8px 24px rgba(46, 138, 157, 0.3) !important;
}

/* Pulse animation for loading skeletons */
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}

/* Pagination custom focus styles */
.education-pagination-btn {
  outline: none !important;
}

.education-pagination-btn:focus {
  box-shadow: 0 0 0 3px rgba(var(--brand-primary-rgb), 0.3) !important;
}

.education-pagination-btn:hover:not(:disabled) {
  background: rgba(255, 255, 255, 0.08) !important;
  border-color: var(--brand-primary) !important;
}

/* Light theme pagination */
:root[data-theme='light'] .education-pagination-btn {
  background: #FFFFFF !important;
  color: #4A5568 !important;
  border: 2px solid #E5E7EB !important;
}

:root[data-theme='light'] .education-pagination-btn:hover:not(:disabled) {
  background: #F9FAFB !important;
  border-color: #1E6B7A !important;
  color: #1E6B7A !important;
}

:root[data-theme='light'] .education-pagination-btn:focus {
  box-shadow: 0 0 0 3px rgba(30, 107, 122, 0.2) !important;
}

:root[data-theme='light'] .education-pagination-btn.active {
  background: #1E6B7A !important;
  color: #FFFFFF !important;
  border-color: #1E6B7A !important;
}

:root[data-theme='light'] .education-pagination-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  background: #F3F4F6 !important;
  color: #9CA3AF !important;
}

/* ===================================
   WHITE LABEL V73 STYLES
   Quote blocks, content blocks, grids, CTA
   =================================== */

/* Override all width restrictions for White Label page */
.dark-page .body-text-unified,
.dark-page .heading-2-unified,
.dark-page .heading-3-unified,
.dark-page .content-block-v73,
.dark-page .bullet-list-v73,
.dark-page p,
.dark-page ul,
.dark-page h2,
.dark-page h3 {
  max-width: none !important;
  width: 100% !important;
}

/* Text alignment for White Label content */
.dark-page .body-text-unified,
.dark-page .content-block-v73 p {
  text-align: left;
  font-size: 19px !important;
  line-height: 1.8 !important;
}

/* Mobile: ensure left alignment */
@media (max-width: 768px) {
  .dark-page .body-text-unified,
  .dark-page .content-block-v73 p {
    text-align: left !important;
    font-size: 17px !important;
  }
}

/* Quote Blocks */
.quote-block-v73 {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px 80px;
  margin: 0;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.quote-block-v73::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 120px;
  font-family: Georgia, serif;
  color: rgba(255, 255, 255, 0.08);
  line-height: 1;
  pointer-events: none;
}

.quote-block-v73:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 12px 48px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.quote-block-v73 p {
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.7;
  color: var(--text-primary);
  margin: 0 0 16px 0;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.quote-block-v73 cite {
  font-family: var(--font-heading);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--brand-primary);
  display: block;
  text-align: right;
  position: relative;
  z-index: 1;
}

.final-quote-v73 {
  margin-top: 40px;
}

/* Content Blocks */
.content-block-v73 {
  margin-bottom: 35px;
  text-align: left;
  width: 100%;
  max-width: none;
}

.content-block-v73:last-child {
  margin-bottom: 0;
}

.content-block-v73 .body-text-unified,
.content-block-v73 .bullet-list-v73 {
  width: 100%;
  max-width: none;
}

/* Bullet Lists */
.bullet-list-v73 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bullet-list-v73 li {
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.7;
  color: var(--text-primary);
  padding-left: 32px;
  margin-bottom: 12px;
  position: relative;
}

.bullet-list-v73 li::before {
  content: '→';
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--brand-primary);
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

/* Features Grid */
.features-grid-v73 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 24px;
}

.feature-item-v73 {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-item-v73:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  transform: translateY(-2px);
}

.feature-icon-v73 {
  color: var(--brand-primary);
  margin-bottom: 12px;
}

.feature-item-v73 h4 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  color: var(--text-primary);
  margin: 0;
}

/* Answer Grid */
.answer-grid-v73 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 16px;
  gap: 16px;
  margin-top: 16px;
}

.answer-grid-v73 span {
  background: rgba(var(--brand-primary-rgb), 0.1);
  border: 1px solid rgba(var(--brand-primary-rgb), 0.2);
  border-radius: 8px;
  padding: 16px 20px;
  text-align: center;
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 600;
  color: var(--brand-primary);
  transition: all 0.3s ease;
}

.answer-grid-v73 span:hover {
  background: rgba(var(--brand-primary-rgb), 0.15);
  border-color: rgba(var(--brand-primary-rgb), 0.3);
  transform: scale(1.02);
}

/* Roadmap */
.roadmap-v73 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 24px;
}

.roadmap-item-v73 {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-left: 3px solid var(--brand-primary);
  border-radius: 8px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  gap: 24px;
  transition: all 0.3s ease;
}

.roadmap-item-v73:hover {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  border-left-color: var(--brand-primary);
  transform: translateX(4px);
}

.roadmap-year {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 700;
  color: var(--brand-primary);
  min-width: 120px;
  flex-shrink: 0;
}

.roadmap-desc {
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-primary);
}

/* Goals Grid */
.goals-grid-v73 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 20px;
  gap: 20px;
  margin-top: 24px;
}

.goal-card-v73 {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.goal-card-v73::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-primary));
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary, var(--brand-primary)));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.goal-card-v73:hover::before {
  opacity: 1;
}

.goal-card-v73:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.goal-number {
  font-family: var(--font-heading);
  font-size: 56px;
  font-weight: 700;
  color: var(--brand-primary);
  line-height: 1;
  margin-bottom: 12px;
}

.goal-label {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 500;
  color: var(--text-secondary);
  line-height: 1.4;
}

/* CTA Box */
.cta-box-v73 {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  box-shadow: 
    0 8px 32px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: all 0.3s ease;
}

.cta-box-v73:hover {
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 
    0 12px 48px rgba(0, 0, 0, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.cta-buttons-v73 {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.btn-primary-v73 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: var(--brand-primary);
  color: #fff;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(var(--brand-primary-rgb), 0.3);
}

.btn-primary-v73:hover {
  background: color-mix(in srgb, var(--brand-primary) 85%, white);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(var(--brand-primary-rgb), 0.4);
}

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

.btn-secondary-v73 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--text-primary);
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn-secondary-v73:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-2px);
}

.btn-secondary-v73:active {
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 768px) {
  .quote-block-v73 {
    padding: 24px 28px;
  }
  
  .quote-block-v73 p {
    font-size: 18px;
  }
  
  .features-grid-v73 {
    grid-template-columns: 1fr;
  }
  
  .roadmap-item-v73 {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
  
  .roadmap-year {
    min-width: auto;
  }
  
  .goals-grid-v73 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .goal-number {
    font-size: 42px;
  }
  
  .cta-box-v73 {
    padding: 32px 24px;
  }
  
  .cta-buttons-v73 {
    flex-direction: column;
  }
  
  .btn-primary-v73,
  .btn-secondary-v73 {
    width: 100%;
    justify-content: center;
  }
}

:root {
  /* v8.3 Legacy support - aligned with new business palette */
  --brand-primary: var(--color-accent-primary, #2E8A9D);
  --brand-secondary: var(--color-accent-gold, #C6A96E);
  --brand-blue: var(--color-accent-blue, #5161A6);
  --text-primary: var(--color-text, #F2F2F2);
  --text-secondary: var(--color-text-secondary, #9C9C9C);
  --bg-dark: var(--color-bg, #0E0E0E);
  --bg-card: var(--color-bg-surface, rgba(255, 255, 255, 0.04));
  --border-subtle: var(--color-border, rgba(255, 255, 255, 0.07));
  --container-max-width: 1100px;
  --brand-hover: rgba(46, 138, 157, 0.15);
  --brand-glow: rgba(46, 138, 157, 0.25);
  --divider: #1E2329;
  --glass-bg: var(--color-bg-surface, rgba(255, 255, 255, 0.04));
  --shadow-soft: rgba(0, 0, 0, 0.35);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: var(--bg-page);
  color: #F2F2F2;
  color: var(--text-primary);
  font-family: var(--font-body);
  font-size: var(--fs-body);
  line-height: var(--lh-normal);
}

.App {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.main-content {
  flex: 1 1;
  margin-top: 80px;
}

/* Header Styles */
.dark-header {
  background: rgba(14, 17, 21, 0.85);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid var(--border-subtle);
  padding: 16px 7.6923%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 100;
  -webkit-backdrop-filter: blur(20px) saturate(180%);
          backdrop-filter: blur(20px) saturate(180%);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* Light theme header improvements */
:root[data-theme='light'] .dark-header {
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

:root[data-theme='light'] .dark-nav-link {
  color: #2C3E50;
  font-weight: 500;
  outline: none !important;
}

:root[data-theme='light'] .dark-nav-link:hover {
  color: #1E6B7A;
}

:root[data-theme='light'] .dark-nav-link:focus {
  outline: none !important;
}

:root[data-theme='light'] .dark-nav-link.active {
  color: #1E6B7A;
  font-weight: 600;
}

.dark-logo-container {
  display: flex;
  align-items: center;
}

.dark-logo-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  outline: none;
}

.dark-logo-link:focus {
  outline: none !important;
}

.dark-logo-link:focus-visible {
  box-shadow: 0 0 0 3px var(--brand-primary-alpha);
  border-radius: 8px;
}

.dark-logo-link:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.dark-logo-text {
  font-size: 24px;
  font-weight: 600;
  color: #2E8A9D;
  color: var(--brand-primary);
  text-decoration: none;
  letter-spacing: 2px;
  transition: color 0.3s ease;
}

.dark-nav {
  display: flex;
  align-items: center;
  gap: 32px;
}

.dark-nav-link {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  outline: none;
}

.dark-nav-link:focus {
  outline: none !important;
}

.dark-nav-link:focus-visible {
  box-shadow: 0 0 0 2px var(--brand-primary-alpha);
  border-radius: 4px;
}

.dark-nav-link:hover {
  color: #F2F2F2;
  color: var(--text-primary);
}

.dark-nav-link.active {
  color: #2E8A9D;
  color: var(--brand-primary);
}

.dark-nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2E8A9D;
  background: var(--brand-primary);
}

.lang-toggle {
  background: rgba(255, 255, 255, 0.1);
  color: #F2F2F2;
  color: var(--text-primary);
  border: none;
  outline: none;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.lang-toggle:focus-visible {
  box-shadow: 0 0 0 2px var(--brand-primary-alpha);
  border-radius: 8px;
}

.lang-toggle:hover {
  background: #2E8A9D;
  background: var(--brand-primary);
  color: var(--color-bg);
}

/* ============================================
   BNW HEADER - MOBILE OPTIMIZED
   ============================================ */

/* General mobile tap highlight removal */
* {
  -webkit-tap-highlight-color: transparent;
}

/* Custom focus styles - keyboard only */
:focus {
  outline: none;
}

:focus-visible {
  outline: 2px solid rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 2px #2E8A9D;
  box-shadow: 0 0 0 2px var(--brand-primary);
  border-radius: 8px;
}

/* Burger button - RIGHT SIDE, hidden on desktop */
.bnw-burger {
  display: none; /* Hidden on desktop */
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  background: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  z-index: 1001;
  position: relative;
}

.bnw-burger__bar {
  display: block;
  width: 20px;
  height: 2px;
  background: #F2F2F2;
  background: var(--text-primary);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.bnw-burger:hover .bnw-burger__bar {
  background: #2E8A9D;
  background: var(--brand-primary);
}

/* Mobile navigation overlay - slides from right */
.bnw-mobile-nav {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 100vh !important;
  width: 280px;
  max-width: 80vw;
  padding: calc(env(safe-area-inset-top) + 12px) 0 env(safe-area-inset-bottom) 0;
  background: #1a1a1a;
  border-left: 1px solid #2E8A9D;
  border-left: 1px solid var(--brand-primary);
  box-shadow: none;
  z-index: 10000 !important;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.bnw-mobile-nav.is-open {
  transform: translateX(0);
}

/* Backdrop removed - no overlay */

/* Close button - top LEFT inside drawer */
.bnw-mobile-nav__close {
  position: absolute;
  top: calc(env(safe-area-inset-top) + 16px);
  left: 16px;
  width: 40px;
  height: 40px;
  font-size: 28px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.bnw-mobile-nav__close:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #2E8A9D;
  color: var(--brand-primary);
}

/* Mobile navigation list */
.bnw-mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 80px 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bnw-mobile-nav__list li {
  margin: 0;
}

.bnw-mobile-nav__list a {
  display: flex;
  align-items: center;
  padding: 16px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
  text-decoration: none;
  font-size: 17px;
  font-weight: 500;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.2s ease;
  min-height: 48px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
}

.bnw-mobile-nav__list a:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  transform: translateX(-2px);
}

.bnw-mobile-nav__list a.active {
  background: rgba(var(--brand-primary-rgb), 0.2);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  color: #2E8A9D;
  color: var(--brand-primary);
  font-weight: 600;
}

.bnw-mobile-nav__list a:active {
  transform: scale(0.98);
}

/* Light theme overrides */
[data-theme="light"] .bnw-mobile-nav {
  background: rgba(255, 255, 255, 0.98);
  border-left-color: rgba(0, 0, 0, 0.1);
}

[data-theme="light"] .bnw-mobile-nav__close {
  color: #000000;
}

[data-theme="light"] .bnw-mobile-nav__list a {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.1);
  color: #000000;
}

[data-theme="light"] .bnw-mobile-nav__list a:hover {
  background: rgba(0, 0, 0, 0.06);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
}

[data-theme="light"] .bnw-mobile-nav__list a.active {
  background: rgba(var(--brand-primary-rgb), 0.15);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  color: #2E8A9D;
  color: var(--brand-primary);
}

/* Old mobile menu button - keep for backward compatibility but hide */
.mobile-menu-button {
  display: none;
}

/* All backdrops removed */

.mobile-menu-drawer {
  display: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Right-side slide-in drawer */
.mobile-menu-drawer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  height: 100vh !important;
  width: 280px;
  max-width: 85vw;
  background: rgba(18, 18, 18, 0.98);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 1000;
  transform: translateX(100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  
  /* iOS safe area support */
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-right: env(safe-area-inset-right);
}

.mobile-menu-drawer.open {
  transform: translateX(0);
}

.mobile-menu-nav {
  display: flex;
  flex-direction: column;
  padding: 100px 24px 24px;
  gap: 8px;
}

.mobile-menu {
  display: none;
}

/* Buttons */
.btn-primary {
  background: #2E8A9D;
  background: var(--brand-primary);
  color: var(--color-bg);
  border: none;
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  min-height: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 20px rgba(0, 201, 167, 0.25);
  position: relative;
  overflow: hidden;
  animation: none !important;
  will-change: transform, box-shadow;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-primary:hover::before {
  width: 300px;
  height: 300px;
}

.btn-primary:hover {
  background: color-mix(in srgb, #2E8A9D 90%, white);
  background: color-mix(in srgb, var(--brand-primary) 90%, white);
  box-shadow: 0 8px 32px rgba(46, 138, 157, 0.25);
  box-shadow: 0 8px 32px var(--brand-glow);
  transform: translateY(-2px);
}

.btn-primary:active {
  transform: translateY(0px);
  transition: transform 0.1s;
}

.btn-primary span {
  position: relative;
  z-index: 1;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  color: #F2F2F2;
  color: var(--text-primary);
  border: 1px solid var(--border-medium);
  border-radius: 12px;
  padding: 16px 32px;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  min-height: 56px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  letter-spacing: 0.3px;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
  animation: none !important;
  will-change: transform, box-shadow;
}

.btn-secondary::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(0, 201, 167, 0.1);
  transform: translate(-50%, -50%);
  transition: width 0.6s, height 0.6s;
}

.btn-secondary:hover::before {
  width: 300px;
  height: 300px;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 201, 167, 0.15);
}

.btn-secondary:active {
  transform: translateY(0px);
  transition: transform 0.1s;
}

.btn-secondary span {
  position: relative;
  z-index: 1;
}

/* Page Layout */
.dark-page {
  min-height: calc(100vh - 80px);
  background: var(--bg-primary);
  animation: pageEnter 0.6s ease-out;
}

@keyframes pageEnter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Internal Links */
.internal-links-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  justify-content: center;
}

.internal-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #F2F2F2;
  color: var(--text-primary);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.internal-link-btn:hover {
  background: rgba(0, 201, 167, 0.1);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  color: #2E8A9D;
  color: var(--brand-primary);
  transform: translateX(4px);
}

.internal-link-btn svg {
  transition: transform 0.3s ease;
}

.internal-link-btn:hover svg {
  transform: translateX(4px);
}

/* Lazy Loading Images */
.lazy-image-wrapper {
  position: relative;
  overflow: hidden;
}

.lazy-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.5s ease;
}

.lazy-image.loading {
  opacity: 0;
}

.lazy-image.loaded {
  opacity: 1;
}

.image-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.05) 100%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.dark-content-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 7.6923%;
}

.content-section {
  padding: 100px 0;
}

/* Hero Section */
.hero-section {
  min-height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, var(--color-bg) 0%, color-mix(in srgb, var(--color-bg) 95%, white) 50%, var(--color-bg) 100%);
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: 
    repeating-linear-gradient(0deg, transparent, transparent 1px, rgba(255, 255, 255, 0.03) 1px, rgba(255, 255, 255, 0.03) 80px),
    repeating-linear-gradient(-90deg, transparent, transparent 1px, rgba(255, 255, 255, 0.03) 1px, rgba(255, 255, 255, 0.03) 80px);
  pointer-events: none;
}

.hero-content {
  text-align: center;
  max-width: 900px;
  padding: 0 40px;
  z-index: 1;
  position: relative;
}

.hero-title {
  font-size: 66px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.62px;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 24px;
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin-bottom: 48px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Page Hero */
.page-hero {
  padding: 120px 0 60px;
  background: linear-gradient(180deg, var(--color-bg) 0%, color-mix(in srgb, var(--color-bg) 95%, white) 100%);
}

.page-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #F2F2F2;
  color: var(--text-primary);
}

.page-subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin-top: 16px;
}

/* Typography */
.section-title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 40px;
}

.section-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #9C9C9C;
  color: var(--text-secondary);
}

.section-text-large {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #9C9C9C;
  color: var(--text-secondary);
  max-width: 900px;
}

/* Features Grid */
.features-section {
  padding: 100px 0;
  background: var(--bg-primary);
}

.dark-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 40px;
  gap: 40px;
}

.feature-card {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
          backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 40px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 16px var(--shadow-soft);
}

.feature-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  box-shadow: 0 12px 32px var(--shadow-soft);
}

.feature-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.feature-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #9C9C9C;
  color: var(--text-secondary);
}

/* Flow Diagram */
.flow-diagram {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}

.flow-item {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 500;
  color: #F2F2F2;
  color: var(--text-primary);
}

.flow-arrow {
  font-size: 24px;
  color: #2E8A9D;
  color: var(--brand-primary);
}

/* Stats Section */
.stats-section {
  padding: 100px 0;
  background: var(--bg-primary);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 40px;
  gap: 40px;
  margin-top: 60px;
}

.stat-item {
  text-align: center;
}

.stat-number {
  font-size: 48px;
  font-weight: 600;
  color: #2E8A9D;
  color: var(--brand-primary);
  margin-bottom: 12px;
}

.stat-label {
  font-size: 18px;
  font-weight: 400;
  color: #9C9C9C;
  color: var(--text-secondary);
}

.centers-detail {
  text-align: center;
  font-size: 16px;
  color: var(--text-muted);
  margin-top: 40px;
}

/* Principles Grid */
.principles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 30px;
  gap: 30px;
  margin-top: 60px;
}

.principle-card {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  padding: 30px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.principle-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #2E8A9D;
  background: var(--brand-primary);
  color: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0px;
}

.principle-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #9C9C9C;
  color: var(--text-secondary);
}

/* Platform Flow */
.platform-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 60px;
}

.platform-flow-item {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  padding: 40px;
  flex: 1 1;
  min-width: 200px;
}

.flow-title {
  font-size: 20px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.flow-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #9C9C9C;
  color: var(--text-secondary);
}

.flow-arrow-large {
  font-size: 32px;
  color: #2E8A9D;
  color: var(--brand-primary);
}

/* Charts */
.chart-container {
  margin-top: 60px;
}

.bar-chart {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.bar-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bar-label {
  font-size: 18px;
  font-weight: 500;
  color: #F2F2F2;
  color: var(--text-primary);
}

.bar-wrapper {
  position: relative;
  height: 40px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
}

.bar-fill {
  height: 100%;
  transition: width 1s ease;
}

.bar-value {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
}

/* Fund Features Grid */
.fund-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 30px;
  gap: 30px;
  margin-top: 60px;
}

.fund-feature-card {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  padding: 40px;
  text-align: center;
  transition: all 0.4s ease;
}

.fund-feature-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
}

/* Education */
.education-category {
  margin-bottom: 80px;
}

.category-title {
  font-size: 28px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 40px;
}

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

.article-card {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  padding: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  transition: all 0.3s ease;
  cursor: pointer;
}

.article-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
}

.article-number {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: rgba(0, 255, 209, 0.2);
  color: #2E8A9D;
  color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0px;
}

.article-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #F2F2F2;
  color: var(--text-primary);
}

/* Analytics */
.line-chart {
  margin-top: 60px;
  padding: 60px 0;
}

.chart-grid {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 60px;
  height: 300px;
}

.chart-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.chart-bar-wrapper {
  flex: 1 1;
  display: flex;
  align-items: flex-end;
}

.chart-bar {
  width: 80px;
  background: linear-gradient(180deg, #2E8A9D 0%, var(--brand-active) 100%);
  background: linear-gradient(180deg, var(--brand-primary) 0%, var(--brand-active) 100%);
  transition: height 1s ease;
}

.chart-label {
  font-size: 18px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
}

.chart-value {
  font-size: 16px;
  font-weight: 500;
  color: #2E8A9D;
  color: var(--brand-primary);
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 40px;
  gap: 40px;
  margin-top: 60px;
}

.metric-card {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  padding: 60px 40px;
  text-align: center;
}

.metric-value {
  font-size: 48px;
  font-weight: 600;
  color: #2E8A9D;
  color: var(--brand-primary);
  margin-bottom: 16px;
}

.metric-label {
  font-size: 18px;
  font-weight: 400;
  color: #9C9C9C;
  color: var(--text-secondary);
}

/* Timeline */
.timeline {
  position: relative;
  padding: 60px 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.07);
  background: var(--border-subtle);
  transform: translateX(-50%);
}

.timeline-item {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
  position: relative;
}

.timeline-marker {
  position: absolute;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #2E8A9D;
  background: var(--brand-primary);
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.timeline-content {
  flex: 1 1;
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  padding: 40px;
  margin-left: calc(50% + 40px);
}

.timeline-item:nth-child(even) .timeline-content {
  margin-left: 0;
  margin-right: calc(50% + 40px);
}

.timeline-date {
  font-size: 20px;
  font-weight: 600;
  color: #2E8A9D;
  color: var(--brand-primary);
  margin-bottom: 12px;
}

.timeline-title {
  font-size: 24px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.timeline-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #9C9C9C;
  color: var(--text-secondary);
}

/* Cases */
.cases-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-gap: 40px;
  gap: 40px;
  margin-top: 60px;
}

.case-card {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  padding: 40px;
  transition: all 0.4s ease;
}

.case-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  transform: translateY(-4px);
}

.case-number {
  width: 48px;
  height: 48px;
  background: #2E8A9D;
  background: var(--brand-primary);
  color: var(--color-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 600;
  border-radius: 0px;
  margin-bottom: 24px;
}

.case-title {
  font-size: 24px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.case-description {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #9C9C9C;
  color: var(--text-secondary);
}

/* Contact */
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 60px;
  gap: 60px;
  margin-top: 60px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-label {
  font-size: 16px;
  font-weight: 500;
  color: #F2F2F2;
  color: var(--text-primary);
}

.form-input,
.form-textarea {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  color: #F2F2F2;
  color: var(--text-primary);
  padding: 14px 16px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
  border-radius: 0px;
}

.form-input:focus,
.form-textarea:focus {
  outline: none;
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  background: rgba(255, 255, 255, 0.08);
}

.form-textarea {
  resize: vertical;
}

.contact-info-section {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-info-card {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  padding: 30px;
}

.contact-info-title {
  font-size: 20px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.contact-info-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #9C9C9C;
  color: var(--text-secondary);
}

/* Footer */
.dark-footer {
  background: var(--bg-primary);
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-top: 1px solid var(--border-subtle);
  padding: 60px 0;
  margin-top: 100px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 40px;
  gap: 40px;
}

.footer-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-title {
  font-size: 24px;
  font-weight: 600;
  color: #2E8A9D;
  color: var(--brand-primary);
}

.footer-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
}

.footer-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #9C9C9C;
  color: var(--text-secondary);
}

.footer-copyright {
  font-size: 14px;
  color: var(--text-muted);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .dark-nav {
    display: none;
  }

  .mobile-menu-button {
    display: block;
  }
}

/* Mobile nav link styles */
.mobile-nav-link {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 16px 20px;
  border-radius: 12px;
  transition: all 0.25s ease;
  display: block;
  position: relative;
  min-height: 44px; /* Touch-friendly tap target */
  display: flex;
  align-items: center;
  outline: none !important; /* Remove focus outline */
  border: none;
}

.mobile-nav-link:hover {
  color: #F2F2F2;
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.08);
}

.mobile-nav-link:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(var(--brand-primary-rgb), 0.3) inset;
}

.mobile-nav-link.active {
  color: #2E8A9D;
  color: var(--brand-primary);
  background: rgba(var(--brand-primary-rgb), 0.15);
  font-weight: 600;
  outline: none !important;
}

.mobile-nav-link.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 24px;
  background: #2E8A9D;
  background: var(--brand-primary);
  border-radius: 0 4px 4px 0;
}

/* Light theme adjustments for mobile menu */
[data-theme="light"] .mobile-menu-drawer {
  background: rgba(255, 255, 255, 0.98);
  border-left-color: rgba(0, 0, 0, 0.1);
}

/* Light theme backdrop removed */

[data-theme="light"] .mobile-nav-link {
  color: var(--text-muted);
}

[data-theme="light"] .mobile-nav-link:hover {
  color: #F2F2F2;
  color: var(--text-primary);
  background: rgba(0, 0, 0, 0.05);
}

[data-theme="light"] .mobile-nav-link.active {
  color: #2E8A9D;
  color: var(--brand-primary);
  background: rgba(var(--brand-primary-rgb), 0.1);
}

/* Light theme: Features list items need visible borders */
[data-theme="light"] .features-list li {
  background: rgba(0, 0, 0, 0.02);
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 3px solid #2E8A9D;
  border-left: 3px solid var(--brand-primary);
}

[data-theme="light"] .features-list li:hover {
  background: rgba(0, 0, 0, 0.04);
  border-color: rgba(0, 0, 0, 0.18);
}

@media (max-width: 1024px) {
  .mobile-lang-toggle {
    background: rgba(255, 255, 255, 0.1);
    color: #F2F2F2;
    color: var(--text-primary);
    border: none;
    border-radius: 0px;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .mobile-lang-toggle:hover {
    background: #2E8A9D;
    background: var(--brand-primary);
    color: var(--color-bg);
  }

  .hero-title {
    font-size: 48px;
  }

  .page-title {
    font-size: 36px;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .timeline::before {
    left: 20px;
  }

  .timeline-marker {
    left: 20px;
  }

  .timeline-content {
    margin-left: 60px !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 768px) {
  .dark-header {
    padding: 16px 20px;
  }

  .dark-content-container {
    padding: 0 20px;
  }

  .hero-title {
    font-size: 36px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-buttons {
    flex-direction: column;
  }

  .page-title {
    font-size: 32px;
  }

  .dark-grid {
    grid-template-columns: 1fr;
  }

  .platform-flow {
    flex-direction: column;
  }

  .flow-arrow-large {
    transform: rotate(90deg);
  }

  .chart-grid {
    gap: 30px;
  }

  .chart-bar {
    width: 60px;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.dark-page section {
  animation: fadeIn 0.6s ease-in-out;
}

/* Enhanced Home Page Styles */
.hero-section-enhanced {
  min-height: 450px;  /* Further optimized for v7.4 */
  padding: 45px 0 40px;  /* Reduced vertical spacing by 40-50% */
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-section-enhanced {
    padding: 30px 0;  /* Maintain balance on mobile */
    min-height: 350px;
  }
}

.hero-background-glow {
  position: absolute;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0, 201, 167, 0.08) 0%, transparent 70%);
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.4;
  pointer-events: none;
  /* Animation disabled to prevent flickering */
  animation: none;
}

@keyframes pulse {
  /* Disabled - causing background flicker */
  0%, 100% { opacity: 0.3; transform: translateX(-50%) scale(1); }
  50% { opacity: 0.5; transform: translateX(-50%) scale(1.1); }
}

.hero-title-enhanced {
  font-size: 66px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1px;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 24px;
  font-family: 'SF Pro Display', 'Poppins', sans-serif;
}

.hero-subtitle-enhanced {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin-bottom: 48px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.section-title-enhanced {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 24px;
  font-family: 'SF Pro Display', 'Poppins', sans-serif;
}

.section-text-enhanced {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #9C9C9C;
  color: var(--text-secondary);
  max-width: 900px;
}

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

.mission-block {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.features-grid-enhanced {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  grid-gap: 30px;
  gap: 30px;
}

.feature-card-enhanced {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
          backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 40px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 16px var(--shadow-soft);
  cursor: pointer;
  text-align: center;  /* Ensure all content is centered */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.feature-card-enhanced:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35), 0 0 0 1px #2E8A9D;
  box-shadow: 0 12px 32px var(--shadow-soft), 0 0 0 1px var(--brand-primary);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(0, 201, 167, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00C9A7;  /* BNW brand color */
  margin: 0 auto 20px;  /* Centered with consistent spacing */
  flex-shrink: 0;
}

.feature-icon svg {
  width: 30px;
  height: 30px;
}

.feature-title-enhanced {
  font-size: 24px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 16px;
  letter-spacing: 0.3px;
}

.feature-text-enhanced {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: #9C9C9C;
  color: var(--text-secondary);
}

/* Ecosystem Section */
.ecosystem-section {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 201, 167, 0.03) 50%, transparent 100%);
  padding: 60px 0 40px;  /* Reduced by 50% */
}

.ecosystem-flow-enhanced {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;  /* Uniform gap between cards and arrows */
  margin-top: 50px;  /* Reduced from 80px */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.ecosystem-node {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  /* Unified dimensions v7.4 */
  width: 260px;
  height: 160px;
  /* Center content vertically and horizontally */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.ecosystem-node:hover {
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 201, 167, 0.15);
}

.ecosystem-icon {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(0, 201, 167, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E8A9D;
  color: var(--brand-primary);
  margin: 0 auto 12px;  /* Consistent spacing */
  flex-shrink: 0;
}

.ecosystem-label {
  font-size: 18px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 6px;
}

.ecosystem-desc {
  font-size: 13px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.4;
}

.ecosystem-connector {
  display: flex;
  align-items: center;
  color: #2E8A9D;
  color: var(--brand-primary);
  opacity: 0.6;
  flex-shrink: 0;
}

.connector-arrow {
  animation: slideRight 2s ease-in-out infinite;
}

@keyframes slideRight {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

/* Stats Section Enhanced */
.stats-section-enhanced {
  padding: 40px 0;  /* Reduced by 67% for tighter spacing */
}

.stats-grid-enhanced {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 40px;
  gap: 40px;
  margin-top: 60px;
}

.stat-card {
  text-align: center;
  padding: 40px 20px;
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  transition: all 0.3s ease;
}

.stat-card:hover {
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  transform: translateY(-4px);
}

.stat-number-enhanced {
  font-size: 56px;
  font-weight: 700;
  color: #2E8A9D;
  color: var(--brand-primary);
  margin-bottom: 12px;
  font-family: 'SF Pro Display', sans-serif;
}

.stat-label-enhanced {
  font-size: 18px;
  font-weight: 500;
  color: #9C9C9C;
  color: var(--text-secondary);
}

.centers-detail-enhanced {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin-top: 32px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
}

/* Value Section */
.value-section {
  padding: 35px 0 80px;  /* Reduced top by 40%, maintained bottom for page flow */
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 40px;
  gap: 40px;
  margin-top: 60px;
}

.value-item {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.value-item:hover {
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  box-shadow: 0 12px 32px var(--shadow-soft);
}

.value-icon {
  color: #00C9A7;  /* BNW brand color */
  margin: 0 auto 20px;  /* Centered with consistent spacing */
  display: block;
  width: 32px;
  height: 32px;
}

.value-title {
  font-size: 22px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.value-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #9C9C9C;
  color: var(--text-secondary);
}

/* Responsive Design for Enhanced Styles */
@media (max-width: 1024px) {
  .ecosystem-flow-enhanced {
    gap: 24px;
  }
  
  .ecosystem-node {
    width: 240px;  /* Slightly smaller on tablets */
  }
}

@media (max-width: 768px) {
  .hero-title-enhanced {
    font-size: 42px;
  }

  .section-title-enhanced {
    font-size: 32px;
  }

  .ecosystem-flow-enhanced {
    flex-direction: column;
    margin-top: 40px;
  }

  .ecosystem-node {
    width: 100%;  /* Full width on mobile */
    max-width: 320px;
  }

  .ecosystem-connector {
    transform: rotate(90deg);
  }

  .features-grid-enhanced {
    grid-template-columns: 1fr;
  }
}

/* Enhanced Page Styles */
.page-hero-enhanced {
  padding: 140px 0 80px;
  background: linear-gradient(180deg, rgba(0, 201, 167, 0.03) 0%, transparent 100%);
  position: relative;
}

.page-title-enhanced {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.8px;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 20px;
  font-family: 'SF Pro Display', 'Poppins', sans-serif;
  text-align: center;
}

.page-subtitle-enhanced {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #9C9C9C;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.content-section-enhanced {
  padding: 45px 0;  /* Reduced by 40% for compact layout */
}

.content-block-glass {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
          backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 60px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  box-shadow: 0 8px 32px var(--shadow-soft);
}

.prose-enhanced {
  font-size: 18px;
  line-height: 1.75;
  color: #9C9C9C;
  color: var(--text-secondary);
}

.prose-enhanced p {
  margin-bottom: 1.5em;
}

.prose-enhanced p:last-child {
  margin-bottom: 0;
}

.quote-block {
  border-left: 3px solid #2E8A9D;
  border-left: 3px solid var(--brand-primary);
  padding-left: 24px;
  margin: 32px 0;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6;
  color: #F2F2F2;
  color: var(--text-primary);
}

.list-enhanced {
  list-style: none;
  padding: 0;
  margin: 24px 0;
}

.list-enhanced li {
  padding-left: 32px;
  margin-bottom: 16px;
  position: relative;
  line-height: 1.6;
}

.list-enhanced li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #2E8A9D;
  color: var(--brand-primary);
  font-weight: 600;
}

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

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

.principle-card-enhanced {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.principle-card-enhanced:hover {
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  box-shadow: 0 12px 32px var(--shadow-soft);
}

.principle-icon-enhanced {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: rgba(0, 201, 167, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00C9A7;  /* BNW brand color */
  margin: 0 auto 20px;
  flex-shrink: 0;
}

.principle-icon-enhanced svg {
  width: 32px;
  height: 32px;
}

.principle-title-enhanced {
  font-size: 20px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.principle-desc-enhanced {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #9C9C9C;
  color: var(--text-secondary);
}

.value-props-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  margin-top: 32px;
}

.value-prop {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(0, 201, 167, 0.05);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  font-size: 16px;
  font-weight: 500;
  color: #F2F2F2;
  color: var(--text-primary);
}

.value-icon-inline {
  color: #2E8A9D;
  color: var(--brand-primary);
  flex-shrink: 0;
}

/* Platform Flow Visual */
.platform-flow-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 60px;
}

.flow-step-enhanced {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 36px 28px;
  min-width: 180px;
  max-width: 200px;
  text-align: center;
  transition: all 0.3s ease;
}

.flow-step-enhanced:hover {
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  transform: translateY(-4px);
}

.flow-icon-enhanced {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(0, 201, 167, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E8A9D;
  color: var(--brand-primary);
  margin: 0 auto 20px;
}

.flow-step-title {
  font-size: 18px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.flow-step-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--text-muted);
}

.flow-connector-enhanced {
  display: flex;
  align-items: center;
  color: #2E8A9D;
  color: var(--brand-primary);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .page-title-enhanced {
    font-size: 36px;
  }
  
  .content-block-glass {
    padding: 40px 24px;
  }
  
  .platform-flow-visual {
    flex-direction: column;
  }
  
  .flow-connector-enhanced {
    transform: rotate(90deg);
  }
}

/* Fund Page Styles */
.metrics-grid-fund {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 30px;
  gap: 30px;
  margin-top: 60px;
}

.metric-card-fund {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 40px;
  text-align: center;
  transition: all 0.3s ease;
}

.metric-card-fund:hover {
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  box-shadow: 0 12px 32px var(--shadow-soft);
}

.metric-icon-fund {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: rgba(0, 201, 167, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E8A9D;
  color: var(--brand-primary);
  margin: 0 auto 20px;
}

.metric-value-fund {
  font-size: 48px;
  font-weight: 700;
  color: #2E8A9D;
  color: var(--brand-primary);
  margin-bottom: 12px;
  font-family: 'SF Pro Display', sans-serif;
}

.metric-title-fund {
  font-size: 18px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.metric-subtitle-fund {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-muted);
}

.stats-list-fund {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 32px;
}

.stat-item-fund {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid var(--border-subtle);
}

.stat-label-fund {
  font-size: 17px;
  font-weight: 500;
  color: #9C9C9C;
  color: var(--text-secondary);
}

.stat-value-fund {
  font-size: 18px;
  font-weight: 700;
  color: #2E8A9D;
  color: var(--brand-primary);
}

.chart-container-fund {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 60px;
}

.portfolio-bar {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.portfolio-name {
  font-size: 18px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
}

.portfolio-bar-wrapper {
  position: relative;
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
}

.portfolio-bar-fill {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  border-radius: 10px;
  transition: width 1s ease;
}

.portfolio-roi {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
}

.timeline-chart {
  display: flex;
  align-items: flex-end;
  justify-content: space-around;
  gap: 60px;
  height: 350px;
  margin-top: 60px;
}

.timeline-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.timeline-bar {
  width: 80px;
  background: linear-gradient(180deg, #2E8A9D 0%, rgba(0, 201, 167, 0.5) 100%);
  background: linear-gradient(180deg, var(--brand-primary) 0%, rgba(0, 201, 167, 0.5) 100%);
  border-radius: 8px 8px 0 0;
  transition: height 0.8s ease;
}

.timeline-year {
  font-size: 18px;
  font-weight: 700;
  color: #F2F2F2;
  color: var(--text-primary);
}

.timeline-label {
  font-size: 20px;
  font-weight: 700;
  color: #2E8A9D;
  color: var(--brand-primary);
}

.section-with-icon {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}

.section-icon {
  color: #2E8A9D;
  color: var(--brand-primary);
}

.reinvestment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  margin-top: 40px;
}

.reinvestment-item {
  background: rgba(0, 201, 167, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  padding: 32px 20px;
  text-align: center;
  transition: all 0.3s ease;
}

.reinvestment-item:hover {
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  transform: scale(1.05);
}

.reinvestment-percentage {
  font-size: 36px;
  font-weight: 700;
  color: #2E8A9D;
  color: var(--brand-primary);
  margin-bottom: 12px;
}

.reinvestment-label {
  font-size: 16px;
  font-weight: 500;
  color: #F2F2F2;
  color: var(--text-primary);
}

.transparency-block {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 60px;
  text-align: center;
}

.transparency-icon {
  color: #2E8A9D;
  color: var(--brand-primary);
  margin: 0 auto 24px;
}

.transparency-title {
  font-size: 28px;
  font-weight: 700;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 20px;
}

.transparency-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #9C9C9C;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
}

.cta-container {
  text-align: center;
  padding: 60px 0;
}

.cta-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin: 20px 0 40px;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Roadmap Page Styles */
.roadmap-timeline {
  position: relative;
  padding: 60px 0;
}

.roadmap-milestone {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
  position: relative;
}

.milestone-connector {
  position: relative;
  width: 40px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.connector-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2E8A9D;
  background: var(--brand-primary);
  border: 3px solid var(--bg-primary);
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 201, 167, 0.5);
}

.connector-line {
  width: 2px;
  flex: 1 1;
  background: linear-gradient(180deg, #2E8A9D 0%, rgba(255, 255, 255, 0.07) 100%);
  background: linear-gradient(180deg, var(--brand-primary) 0%, var(--border-subtle) 100%);
  margin-top: 8px;
}

.milestone-content {
  flex: 1 1;
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 40px;
  transition: all 0.3s ease;
}

.milestone-content:hover {
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  transform: translateX(4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  box-shadow: 0 12px 32px var(--shadow-soft);
}

.milestone-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.milestone-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(0, 201, 167, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2E8A9D;
  color: var(--brand-primary);
}

.milestone-year {
  font-size: 32px;
  font-weight: 700;
  color: #2E8A9D;
  color: var(--brand-primary);
  font-family: 'SF Pro Display', sans-serif;
}

.milestone-title {
  font-size: 24px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 20px;
}

.milestone-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.milestone-list li {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  color: #9C9C9C;
  color: var(--text-secondary);
  padding-left: 24px;
  position: relative;
}

.milestone-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #2E8A9D;
  color: var(--brand-primary);
  font-weight: 700;
}

/* Contact Page Styles */
.contact-form-container {
  max-width: 800px;
  margin: 0 auto;
}

.form-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 0.03);
  padding: 6px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
}

.form-tab {
  flex: 1 1;
  padding: 14px 24px;
  background: transparent;
  border: none;
  border-radius: 10px;
  color: #9C9C9C;
  color: var(--text-secondary);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.form-tab:hover {
  color: #F2F2F2;
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.05);
}

.form-tab.active {
  background: #2E8A9D;
  background: var(--brand-primary);
  color: #FFFFFF;
  box-shadow: 0 4px 16px rgba(0, 201, 167, 0.3);
  font-weight: 700;
}

.form-content {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 48px;
}

.contact-form-enhanced {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.form-group-enhanced {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-label-enhanced {
  font-size: 16px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
}

.form-input-enhanced,
.form-textarea-enhanced {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 10px;
  color: #F2F2F2;
  color: var(--text-primary);
  padding: 14px 16px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
  transition: all 0.3s ease;
}

.form-input-enhanced:focus,
.form-textarea-enhanced:focus {
  outline: none;
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 3px rgba(0, 201, 167, 0.1);
}

/* Select dropdown options styling */
.form-input-enhanced option {
  background: #1a1a1a;
  color: #ffffff;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
}

.form-input-enhanced option:hover,
.form-input-enhanced option:checked,
.form-input-enhanced option:focus {
  background: #2563eb;
  color: #ffffff;
}

/* Light theme select options */
:root[data-theme='light'] .form-input-enhanced option {
  background: #ffffff;
  color: #1a1a1a;
  font-weight: 500;
}

:root[data-theme='light'] .form-input-enhanced option:hover,
:root[data-theme='light'] .form-input-enhanced option:checked {
  background: #2563eb;
  color: #ffffff;
}

/* Mobile: adjust select and inputs */
@media (max-width: 768px) {
  .form-input-enhanced,
  .form-textarea-enhanced {
    width: 100%;
    font-size: 16px;
    padding: 12px 12px;
  }
  
  /* Select specific adjustments */
  select.form-input-enhanced {
    max-width: 92%;
    padding: 12px 28px 12px 12px;
    font-size: 15px;
    -webkit-appearance: none;
            appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2712%27 height=%2712%27 viewBox=%270 0 12 12%27%3E%3Cpath fill=%27%23ffffff%27 d=%27M10.293 3.293L6 7.586 1.707 3.293A1 1 0 00.293 4.707l5 5a1 1 0 001.414 0l5-5a1 1 0 10-1.414-1.414z%27/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
  }
  
  /* Ensure options fit - smaller text */
  select.form-input-enhanced option {
    font-size: 14px;
    padding: 6px;
  }
}

/* Very small screens */
@media (max-width: 400px) {
  select.form-input-enhanced {
    max-width: 90%;
    font-size: 14px;
  }
  
  select.form-input-enhanced option {
    font-size: 13px;
  }
}

/* Custom Select Component */
.custom-select-wrapper {
  position: relative;
  width: 100%;
}

.custom-select-trigger {
  width: 100%;
  padding: 14px 40px 14px 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: #F2F2F2;
  color: var(--text-primary);
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.custom-select-trigger:hover {
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  background: rgba(255, 255, 255, 0.08);
}

.custom-select-value {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.custom-select-arrow {
  font-size: 10px;
  margin-left: 8px;
  transition: transform 0.2s ease;
}

.custom-select-trigger[aria-expanded="true"] .custom-select-arrow {
  transform: rotate(180deg);
}

.custom-select-dropdown {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 240px;
  overflow-y: auto;
  background: rgba(18, 18, 18, 0.98);
  border: 1px solid #2E8A9D;
  border: 1px solid var(--brand-primary);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  animation: fadeIn 0.2s ease;
}

.custom-select-option {
  width: 100%;
  padding: 12px 16px;
  background: transparent;
  border: none;
  color: #F2F2F2;
  color: var(--text-primary);
  font-size: 15px;
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.custom-select-option:hover {
  background: rgba(255, 255, 255, 0.1);
}

.custom-select-option.selected {
  background: rgba(var(--brand-primary-rgb), 0.2);
  color: #2E8A9D;
  color: var(--brand-primary);
  font-weight: 600;
}

/* Light theme */
[data-theme="light"] .custom-select-trigger {
  background: rgba(0, 0, 0, 0.03);
  border-color: rgba(0, 0, 0, 0.2);
  color: #000;
}

[data-theme="light"] .custom-select-trigger:hover {
  background: rgba(0, 0, 0, 0.06);
}

[data-theme="light"] .custom-select-dropdown {
  background: rgba(255, 255, 255, 0.98);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
}

[data-theme="light"] .custom-select-option {
  color: #000;
}

[data-theme="light"] .custom-select-option:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .custom-select-trigger {
    padding: 12px 36px 12px 12px;
    font-size: 15px;
  }
  
  .custom-select-option {
    padding: 14px 12px;
    font-size: 15px;
  }
  
  .custom-select-dropdown {
    max-height: 200px;
  }
}

.form-textarea-enhanced {
  resize: vertical;
  min-height: 120px;
}

.form-checkbox-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 8px;
}

.form-checkbox {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.form-checkbox-label {
  font-size: 15px;
  color: #9C9C9C;
  color: var(--text-secondary);
  cursor: pointer;
}

.contact-info-section-enhanced {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  margin-top: 60px;
}

.contact-info-card-enhanced {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 32px;
  text-align: center;
}

.contact-info-title-enhanced {
  font-size: 18px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.contact-info-text-enhanced {
  font-size: 16px;
  font-weight: 400;
  color: #9C9C9C;
  color: var(--text-secondary);
}

@media (max-width: 768px) {
  .form-content {
    padding: 32px 24px;
  }
  
  .timeline-chart {
    gap: 30px;
  }
  
  .timeline-bar {
    width: 60px;
  }
  
  .roadmap-milestone {
    gap: 20px;
  }
  
  .milestone-connector {
    width: 20px;
  }
}

/* Modal Styles */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  padding: 20px;
  overflow-y: auto;
}

.modal-container {
  background: var(--bg-secondary);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 16px;
  width: 100%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.5);
  margin: auto;
}

.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid var(--border-subtle);
  flex-shrink: 0;
}

.modal-title {
  font-size: 28px;
  font-weight: 700;
  color: #F2F2F2;
  color: var(--text-primary);
  font-family: 'SF Pro Display', 'Poppins', sans-serif;
  margin: 0;
}

.modal-close {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  color: #F2F2F2;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.modal-close:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
}

.modal-content {
  padding: 40px;
  overflow-y: auto;
  flex: 1 1;
}

.modal-content::-webkit-scrollbar {
  width: 8px;
}

.modal-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb {
  background: #2E8A9D;
  background: var(--brand-primary);
  border-radius: 4px;
}

.modal-content::-webkit-scrollbar-thumb:hover {
  background: var(--brand-active);
}

.modal-article {
  max-width: 800px;
  margin: 0 auto;
}

.modal-article h2 {
  font-size: 24px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin: 32px 0 16px;
}

.modal-article h3 {
  font-size: 20px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin: 24px 0 12px;
}

.modal-article p {
  font-size: 17px;
  line-height: 1.7;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin-bottom: 1.2em;
}

.modal-article ul,
.modal-article ol {
  margin: 16px 0;
  padding-left: 24px;
}

.modal-article li {
  font-size: 17px;
  line-height: 1.7;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

.modal-article blockquote {
  border-left: 3px solid #2E8A9D;
  border-left: 3px solid var(--brand-primary);
  padding-left: 24px;
  margin: 24px 0;
  font-style: italic;
  color: #F2F2F2;
  color: var(--text-primary);
}

.modal-article a {
  color: #2E8A9D;
  color: var(--brand-primary);
  text-decoration: none;
  transition: color 0.3s ease;
}

.modal-article a:hover {
  color: var(--brand-active);
  text-decoration: underline;
}

.modal-cta-buttons {
  display: flex;
  gap: 16px;
  margin-top: 40px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  border-top: 1px solid var(--border-subtle);
}

@media (max-width: 768px) {
  .modal-container {
    max-height: 95vh;
    margin: 0;
  }
  
  .modal-header {
    padding: 24px 20px;
  }
  
  .modal-content {
    padding: 24px 20px;
  }
  
  .modal-title {
    font-size: 22px;
  }
  
  .modal-cta-buttons {
    flex-direction: column;
  }
}

/* Article Page Styles */
.article-container {
  max-width: 820px;
  margin: 0 auto;
}

.article-intro {
  margin-bottom: 48px;
}

.intro-text {
  font-size: 20px;
  line-height: 1.7;
  color: #9C9C9C;
  color: var(--text-secondary);
  font-weight: 400;
}

.article-divider {
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.07) 50%, transparent 100%);
  background: linear-gradient(90deg, transparent 0%, var(--border-subtle) 50%, transparent 100%);
  margin: 60px 0;
}

.article-section {
  margin-bottom: 60px;
}

.section-icon-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}

.section-icon-large {
  color: #2E8A9D;
  color: var(--brand-primary);
  flex-shrink: 0;
}

.article-h2 {
  font-size: 32px;
  font-weight: 700;
  color: #F2F2F2;
  color: var(--text-primary);
  font-family: 'SF Pro Display', 'Poppins', sans-serif;
  margin: 0;
}

.article-h3 {
  font-size: 24px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  font-family: 'SF Pro Display', 'Poppins', sans-serif;
  margin: 32px 0 16px;
}

.article-content {
  font-size: 17px;
  line-height: 1.75;
  color: #9C9C9C;
  color: var(--text-secondary);
}

.article-content p {
  margin-bottom: 1.5em;
}

.article-content p:last-child {
  margin-bottom: 0;
}

.article-quote {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-left: 4px solid #2E8A9D;
  border-left: 4px solid var(--brand-primary);
  border-radius: 10px;
  padding: 32px;
  margin: 32px 0;
  font-size: 18px;
  line-height: 1.7;
  font-style: italic;
  color: #F2F2F2;
  color: var(--text-primary);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  box-shadow: 0 4px 16px var(--shadow-soft);
}

.article-list {
  margin: 24px 0;
  padding-left: 0;
  list-style: none;
}

.article-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  line-height: 1.7;
}

.article-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #2E8A9D;
  color: var(--brand-primary);
  font-weight: 700;
}

ol.article-list {
  counter-reset: item;
}

ol.article-list li::before {
  content: counter(item) '.';
  counter-increment: item;
  font-weight: 700;
  color: #2E8A9D;
  color: var(--brand-primary);
}

.article-list li strong {
  color: #F2F2F2;
  color: var(--text-primary);
  font-weight: 600;
}

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

.benefit-card {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 32px;
  transition: all 0.3s ease;
}

.benefit-card:hover {
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  box-shadow: 0 12px 32px var(--shadow-soft);
}

.benefit-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.benefit-card p {
  font-size: 15px;
  line-height: 1.6;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin: 0;
}

.cta-section {
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  padding: 60px 40px;
  text-align: center;
  margin-top: 60px;
}

.cta-title {
  font-size: 36px;
  font-weight: 700;
  color: #F2F2F2;
  color: var(--text-primary);
  font-family: 'SF Pro Display', 'Poppins', sans-serif;
  margin-bottom: 20px;
}

.cta-text {
  font-size: 18px;
  line-height: 1.7;
  color: #9C9C9C;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto 32px;
}

.btn-large {
  padding: 18px 48px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .article-container {
    padding: 0 20px;
  }
  
  .article-h2 {
    font-size: 26px;
  }
  
  .article-h3 {
    font-size: 20px;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .cta-section {
    padding: 40px 24px;
  }
  
  .cta-title {
    font-size: 28px;
  }
}

/* Trade Results Table */
.trade-results-table {
  margin-top: 32px;
  overflow-x: auto;
}

.results-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255, 255, 255, 0.04);
  background: var(--glass-bg);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  overflow: hidden;
}

.results-table thead {
  background: rgba(0, 201, 167, 0.1);
}

.results-table th {
  padding: 20px 24px;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid var(--border-subtle);
}

.results-table tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  border-bottom: 1px solid var(--border-subtle);
  transition: background 0.3s ease;
}

.results-table tbody tr:last-child {
  border-bottom: none;
}

.results-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.results-table td {
  padding: 20px 24px;
  font-size: 16px;
  color: #9C9C9C;
  color: var(--text-secondary);
}

.results-table .asset-name {
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  font-size: 17px;
}

.results-table .result-positive {
  font-weight: 700;
  color: #2E8A9D;
  color: var(--brand-primary);
  font-size: 18px;
}

/* Portfolio Chart */
.portfolio-chart {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-top: 32px;
}

.portfolio-row {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.portfolio-label {
  font-size: 18px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
}

.portfolio-bar-container {
  position: relative;
  height: 56px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border: 1px solid var(--border-subtle);
}

.portfolio-bar-progress {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 24px;
  border-radius: 10px;
  transition: width 1.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.portfolio-value {
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.cta-buttons-row {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .results-table {
    font-size: 14px;
  }
  
  .results-table th,
  .results-table td {
    padding: 12px 16px;
  }
  
  .portfolio-bar-container {
    height: 48px;
  }
  
  .portfolio-value {
    font-size: 18px;
  }
  
  .cta-buttons-row {
    flex-direction: column;
  }
}


/* ===================================
   UNIFIED LAYOUT SYSTEM
   Global spacing, alignment, and typography
   =================================== */

.unified-layout {
  width: 100%;
}

.content-container-unified {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 32px;
}

.page-hero-unified {
  padding: 80px 0 50px 0; /* Reduced from 120px */
  text-align: center;
}

.hero-icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: rgba(0, 201, 167, 0.1);
  border: 1px solid rgba(0, 201, 167, 0.3);
  border-radius: 0px;
  margin-bottom: 24px;
}

.hero-icon {
  color: #2E8A9D;
  color: var(--brand-primary);
}

.page-title-unified {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: -1px;
}

.page-subtitle-unified {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #9C9C9C;
  color: var(--text-secondary);
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.content-section-unified {
  padding: 35px 0; /* Reduced from 60px - 35% reduction */
}

.back-link-unified {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9C9C9C;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 32px;
  transition: color 0.3s ease;
}

.back-link-unified:hover {
  color: #2E8A9D;
  color: var(--brand-primary);
}

/* Typography Unified */
h1, h2, h3, h4 {
  font-family: 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
}

p, li, span {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 18px;
  line-height: 1.7;
}

/* ===================================
   EDUCATION FRAMEWORK STYLES
   =================================== */

.filter-bar-unified {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 20px 0;
}

.filter-btn-unified {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #9C9C9C;
  color: var(--text-secondary);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0px;
}

.filter-btn-unified:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(0, 201, 167, 0.3);
  color: #F2F2F2;
  color: var(--text-primary);
}

.filter-btn-unified.active {
  background: rgba(0, 201, 167, 0.15);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  color: #2E8A9D;
  color: var(--brand-primary);
}

.filter-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 22px;
  height: 22px;
  padding: 0 7px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  font-size: 11px;
  font-weight: 700;
}

.filter-btn-unified.active .filter-count-badge {
  background: rgba(0, 201, 167, 0.25);
}

.articles-grid-unified {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
  gap: 24px;
}

.article-card-unified {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: relative;
  overflow: hidden;
}

.article-card-unified::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #2E8A9D, transparent);
  background: linear-gradient(90deg, var(--brand-primary), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.article-card-unified:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 201, 167, 0.3);
  box-shadow: 0 12px 40px rgba(0, 201, 167, 0.15);
}

.article-card-unified:hover::before {
  transform: translateX(0);
}

.article-card-header-unified {
  margin-bottom: 16px;
}

.article-category-tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(0, 201, 167, 0.1);
  color: #2E8A9D;
  color: var(--brand-primary);
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

.article-card-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.article-card-unified:hover .article-card-title {
  color: #2E8A9D;
  color: var(--brand-primary);
}

.article-card-excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin-bottom: 16px;
}

.article-card-meta {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #9C9C9C;
  color: var(--text-secondary);
}

.article-read-btn {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #2E8A9D;
  color: var(--brand-primary);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0px;
}

.article-read-btn:hover {
  background: rgba(0, 201, 167, 0.1);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
}

/* Modal Styles */
.article-modal-unified {
  color: #F2F2F2;
  color: var(--text-primary);
}

.modal-meta-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.modal-category-tag {
  display: inline-block;
  padding: 6px 14px;
  background: rgba(0, 201, 167, 0.15);
  color: #2E8A9D;
  color: var(--brand-primary);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
}

.modal-meta-items {
  display: flex;
  gap: 16px;
}

.modal-excerpt-box {
  padding: 20px;
  background: rgba(0, 201, 167, 0.05);
  border-left: 3px solid #2E8A9D;
  border-left: 3px solid var(--brand-primary);
  font-size: 16px;
  line-height: 1.7;
  color: #9C9C9C;
  color: var(--text-secondary);
  font-style: italic;
  margin-bottom: 32px;
  border-radius: 0px;
}

.modal-content-body {
  font-size: 16px;
  line-height: 1.8;
  text-align: left;
}

.content-heading {
  font-size: 22px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin: 28px 0 14px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.content-paragraph {
  margin-bottom: 18px;
  color: #F2F2F2;
  color: var(--text-primary);
  text-align: left;
}

.content-list {
  margin: 16px 0 24px 0;
  padding-left: 20px;
}

.content-list li {
  margin-bottom: 10px;
  color: #F2F2F2;
  color: var(--text-primary);
  line-height: 1.7;
  position: relative;
  padding-left: 12px;
}

.content-list li::before {
  content: '→';
  position: absolute;
  left: -8px;
  color: #2E8A9D;
  color: var(--brand-primary);
  font-weight: bold;
}

.content-table {
  margin: 20px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0px;
  overflow: hidden;
}

.table-row {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.table-row.header {
  background: rgba(0, 201, 167, 0.1);
  font-weight: 600;
}

.table-cell {
  flex: 1 1;
  padding: 12px 16px;
  font-size: 14px;
  color: #F2F2F2;
  color: var(--text-primary);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.table-cell:last-child {
  border-right: none;
}

.content-quote {
  padding: 20px 24px;
  background: rgba(0, 122, 255, 0.05);
  border-left: 4px solid #007AFF;
  margin: 24px 0;
  font-style: italic;
  color: #9C9C9C;
  color: var(--text-secondary);
  border-radius: 0px;
}

/* Empty State */
.empty-state {
  text-align: center;
  padding: 80px 20px;
}

.empty-icon {
  color: #9C9C9C;
  color: var(--text-secondary);
  opacity: 0.5;
  margin-bottom: 20px;
}

.empty-note {
  font-size: 14px;
  color: #9C9C9C;
  color: var(--text-secondary);
  opacity: 0.7;
  margin-top: 12px;
}

/* Import Instructions Box */
.import-instructions-box {
  background: rgba(0, 201, 167, 0.05);
  border: 1px solid rgba(0, 201, 167, 0.2);
  padding: 32px;
  border-radius: 0px;
  margin-top: 40px;
}

.import-instructions-box h3 {
  font-size: 24px;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 20px;
}

.import-instructions-box ol {
  list-style-position: inside;
  color: #F2F2F2;
  color: var(--text-primary);
  line-height: 1.8;
  margin-bottom: 20px;
}

.import-instructions-box code {
  background: rgba(0, 0, 0, 0.3);
  padding: 2px 8px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  color: #2E8A9D;
  color: var(--brand-primary);
}

.import-note {
  font-size: 14px;
  color: #9C9C9C;
  color: var(--text-secondary);
  font-style: italic;
}

/* ===================================
   STARTUPS PAGE STYLES
   =================================== */

.startups-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 40px;
  gap: 40px;
}

.startup-card {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  animation: fadeInUp 0.6s ease-out forwards;
  animation-fill-mode: both;
}

.startup-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 201, 167, 0.3);
  box-shadow: 0 20px 60px rgba(0, 201, 167, 0.15);
}

.startup-card-image {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.startup-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.startup-card:hover .startup-card-image img {
  transform: scale(1.05);
}

.startup-card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.6) 100%);
  display: flex;
  align-items: flex-end;
  padding: 24px;
}

.startup-card-content {
  padding: 32px;
}

.startup-card-header {
  margin-bottom: 24px;
}

.startup-icon-wrapper {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  color: #fff;
  box-shadow: 0 8px 32px rgba(0, 201, 167, 0.3);
}

.startup-title {
  font-size: 28px;
  font-weight: 700;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.3;
  text-align: left;
}

.startup-tagline {
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
  color: #2E8A9D;
  color: var(--brand-primary);
  margin-bottom: 20px;
  text-align: left;
}

.startup-description {
  font-size: 16px;
  line-height: 1.8;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin-bottom: 16px;
  text-align: left;
}

.startup-expanded {
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-tertiary);
  margin-bottom: 24px;
  text-align: left;
  padding-left: 16px;
  border-left: 2px solid rgba(0, 201, 167, 0.3);
}

.startup-features {
  margin-bottom: 24px;
}

.features-title {
  font-size: 16px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 16px;
  text-align: left;
}

.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  align-items: center;
  grid-gap: 16px;
  gap: 16px;
  margin-bottom: 18px;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid #2E8A9D;
  border-left: 3px solid var(--brand-primary);
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.2s ease;
}

.features-list li:hover {
  background: rgba(255, 255, 255, 0.04);
  border-left-color: #00E5B8;
  transform: translateX(4px);
}

.feature-icon {
  color: #2E8A9D;
  color: var(--brand-primary);
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto;
}

.startup-card-footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.status-badge {
  padding: 8px 20px;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.startups-cta-box {
  text-align: center;
  padding: 60px 40px;
  background: rgba(0, 201, 167, 0.03);
  border: 1px solid rgba(0, 201, 167, 0.15);
  border-radius: 0px;
  margin-top: 60px;
}

.cta-title {
  font-size: 32px;
  font-weight: 700;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.cta-text {
  font-size: 18px;
  line-height: 1.7;
  color: #9C9C9C;
  color: var(--text-secondary);
  max-width: 700px;
  margin: 0 auto 32px auto;
}

/* ===================================
   RESPONSIVE DESIGN
   =================================== */

@media (max-width: 1024px) {
  .articles-grid-unified {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .content-container-unified {
    padding: 0 20px;
  }

  .page-title-unified {
    font-size: 36px;
  }

  .page-subtitle-unified {
    font-size: 16px;
  }

  .articles-grid-unified {
    grid-template-columns: 1fr;
  }

  .filter-bar-unified {
    flex-direction: column;
  }

  .filter-btn-unified {
    width: 100%;
    justify-content: space-between;
  }

  .startup-card {
    padding: 28px;
  }

  .startup-title {
    font-size: 24px;
  }

  .content-section-unified {
    padding: 25px 0;
  }
}

/* ===================================
   Enhanced Education Page Styles
   =================================== */

.education-category-enhanced {
  margin-bottom: 80px;
}

.category-header-enhanced {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.category-icon {
  color: #2E8A9D;
  color: var(--brand-primary);
  flex-shrink: 0;
}

.category-title-enhanced {
  font-size: 32px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  letter-spacing: -0.5px;
  margin: 0;
}

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

.article-card-enhanced {
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.article-card-enhanced::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #2E8A9D, transparent);
  background: linear-gradient(90deg, var(--brand-primary), transparent);
  transform: translateX(-100%);
  transition: transform 0.5s ease;
}

.article-card-enhanced:hover::before {
  transform: translateX(0);
}

.article-card-enhanced:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(0, 201, 167, 0.3);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 201, 167, 0.15);
}

.article-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.article-number-enhanced {
  width: 40px;
  height: 40px;
  background: rgba(0, 201, 167, 0.15);
  color: #2E8A9D;
  color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 0px;
  border: 1px solid rgba(0, 201, 167, 0.3);
  transition: all 0.3s ease;
}

.article-card-enhanced:hover .article-number-enhanced {
  background: rgba(0, 201, 167, 0.25);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
}

.article-arrow {
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s ease;
}

.article-card-enhanced:hover .article-arrow {
  color: #2E8A9D;
  color: var(--brand-primary);
  transform: translateX(4px);
}

.article-title-enhanced {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 12px;
  transition: color 0.3s ease;
}

.article-card-enhanced:hover .article-title-enhanced {
  color: #2E8A9D;
  color: var(--brand-primary);
}

.article-summary {
  font-size: 14px;
  line-height: 1.6;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin: 0;
}

/* Article Modal Styles */

.article-modal-content {
  color: #F2F2F2;
  color: var(--text-primary);
}

.article-modal-summary {
  font-size: 18px;
  line-height: 1.7;
  color: #9C9C9C;
  color: var(--text-secondary);
  font-style: italic;
  padding: 20px;
  background: rgba(0, 201, 167, 0.05);
  border-left: 3px solid #2E8A9D;
  border-left: 3px solid var(--brand-primary);
  margin-bottom: 32px;
  border-radius: 0px;
}

.article-modal-text {
  font-size: 16px;
  line-height: 1.8;
  color: #F2F2F2;
  color: var(--text-primary);
}

.article-modal-heading {
  font-size: 22px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-top: 32px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.article-modal-paragraph {
  margin-bottom: 20px;
  color: #F2F2F2;
  color: var(--text-primary);
  text-align: left;
}

.article-modal-list {
  margin: 16px 0 24px 0;
  padding-left: 20px;
}

.article-modal-list li {
  margin-bottom: 12px;
  color: #F2F2F2;
  color: var(--text-primary);
  line-height: 1.7;
  position: relative;
  padding-left: 12px;
}

.article-modal-list li::before {
  content: '→';
  position: absolute;
  left: -8px;
  color: #2E8A9D;
  color: var(--brand-primary);
  font-weight: bold;
}

@media (max-width: 768px) {
  .articles-grid-enhanced {
    grid-template-columns: 1fr;

/* ===================================
   Enhanced Education Filters & Cards
   =================================== */

.education-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 60px;
}

.filter-button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #9C9C9C;
  color: var(--text-secondary);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0px;
}

.filter-button:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(0, 201, 167, 0.3);
  color: #F2F2F2;
  color: var(--text-primary);
}

.filter-button.active {
  background: rgba(0, 201, 167, 0.15);
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  color: #2E8A9D;
  color: var(--brand-primary);
}

.filter-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}

.filter-button.active .filter-count {
  background: rgba(0, 201, 167, 0.2);
  color: #2E8A9D;
  color: var(--brand-primary);
}

.article-category-badge {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(0, 201, 167, 0.1);
  color: #2E8A9D;
  color: var(--brand-primary);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 4px;
}

.article-category-badge-large {
  display: inline-block;
  padding: 6px 16px;
  background: rgba(0, 201, 167, 0.15);
  color: #2E8A9D;
  color: var(--brand-primary);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  margin-bottom: 16px;
}

.article-read-more {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  color: #2E8A9D;
  color: var(--brand-primary);
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  transform: translateX(-10px);
  transition: all 0.3s ease;
}

.article-card-enhanced:hover .article-read-more {
  opacity: 1;
  transform: translateX(0);
}

/* Article Modal Table Styles */
.article-modal-table {
  margin: 20px 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0px;
  overflow: hidden;
}

.table-row {
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

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

.table-row:first-child {
  background: rgba(0, 201, 167, 0.1);
  font-weight: 600;
}

.table-cell {
  flex: 1 1;
  padding: 12px 16px;
  font-size: 14px;
  color: #F2F2F2;
  color: var(--text-primary);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.table-cell:last-child {
  border-right: none;
}

@media (max-width: 768px) {
  .education-filters {
    flex-direction: column;
  }

  .filter-button {
    width: 100%;
    justify-content: space-between;
  }

  .article-modal-table {
    overflow-x: auto;
  }

  .table-row {
    min-width: 600px;
  }
}


/* ===================================
   Enhanced Contact Form Styles
   =================================== */

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  gap: 20px;
  margin-bottom: 0;
}

.file-upload-wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Modern File Upload Component */
.file-upload-wrapper-modern {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.file-upload-area {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 20px !important;
  padding: 48px 40px !important;
  background: linear-gradient(135deg, rgba(0, 201, 167, 0.08) 0%, rgba(0, 201, 167, 0.03) 100%) !important;
  border: 4px dashed #2E8A9D !important;
  border: 4px dashed var(--brand-primary) !important;
  border-radius: 20px !important;
  cursor: pointer !important;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
  position: relative !important;
  overflow: hidden !important;
  box-shadow: 0 0 0 4px rgba(0, 201, 167, 0.1), 0 4px 16px rgba(0, 201, 167, 0.15) !important;
  outline: 2px solid transparent !important;
  outline-offset: 4px !important;
}

.file-upload-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 201, 167, 0.12) 0%, rgba(0, 201, 167, 0.06) 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.file-upload-area:hover::before {
  opacity: 1;
}

.file-upload-area:hover {
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  border-width: 4px;
  border-style: solid;
  transform: translateY(-4px);
  box-shadow: 0 0 0 4px rgba(0, 201, 167, 0.2), 0 12px 32px rgba(0, 201, 167, 0.3), 0 0 40px rgba(0, 201, 167, 0.2);
  background: linear-gradient(135deg, rgba(0, 201, 167, 0.12) 0%, rgba(0, 201, 167, 0.06) 100%);
  outline: 2px solid #2E8A9D;
  outline: 2px solid var(--brand-primary);
  outline-offset: 4px;
}

.file-upload-area:active {
  transform: translateY(-2px);
}

.file-upload-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #2E8A9D 0%, rgba(0, 201, 167, 0.8) 100%);
  background: linear-gradient(135deg, var(--brand-primary) 0%, rgba(0, 201, 167, 0.8) 100%);
  border-radius: 50%;
  color: #FFFFFF;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 8px 24px rgba(0, 201, 167, 0.3);
}

.file-upload-area:hover .file-upload-icon {
  transform: scale(1.15) translateY(-6px) rotate(5deg);
  box-shadow: 0 12px 32px rgba(0, 201, 167, 0.4);
}

.file-upload-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.file-upload-main-text {
  font-size: 18px;
  font-weight: 700;
  color: #F2F2F2;
  color: var(--text-primary);
  transition: color 0.3s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.file-upload-area:hover .file-upload-main-text {
  color: #2E8A9D;
  color: var(--brand-primary);
  transform: scale(1.05);
}

.file-upload-hint {
  font-size: 14px;
  font-weight: 600;
  color: #9C9C9C;
  color: var(--text-secondary);
  opacity: 0.9;
  background: rgba(0, 201, 167, 0.1);
  padding: 8px 16px;
  border-radius: 8px;
}

.file-selected-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  background: linear-gradient(135deg, rgba(0, 201, 167, 0.15) 0%, rgba(0, 201, 167, 0.08) 100%);
  border: 3px solid #2E8A9D;
  border: 3px solid var(--brand-primary);
  border-radius: 16px;
  color: #F2F2F2;
  color: var(--text-primary);
  font-size: 15px;
  font-weight: 700;
  animation: slideIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 4px 16px rgba(0, 201, 167, 0.2);
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }

}

.file-input,
input[type="file"].file-input,
.file-upload-wrapper input[type="file"] {
  display: none !important;
  opacity: 0 !important;
  position: absolute !important;
  width: 0 !important;
  height: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.file-upload-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 32px;
  background: linear-gradient(135deg, rgba(0, 201, 167, 0.08) 0%, rgba(0, 201, 167, 0.02) 100%);
  border: 2px solid #2E8A9D;
  border: 2px solid var(--brand-primary);
  color: #F2F2F2;
  color: var(--text-primary);
  cursor: pointer;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 14px;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 201, 167, 0.15);
}

.file-upload-label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2E8A9D 0%, rgba(0, 201, 167, 0.7) 100%);
  background: linear-gradient(135deg, var(--brand-primary) 0%, rgba(0, 201, 167, 0.7) 100%);
  opacity: 0;
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 0;
}

.file-upload-label:hover::before {
  opacity: 1;
}

.file-upload-label:hover {
  border-color: #2E8A9D;
  border-color: var(--brand-primary);
  color: #FFFFFF;
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 8px 24px rgba(0, 201, 167, 0.35);
}

.file-upload-label > * {
  position: relative;
  z-index: 1;
}

.file-upload-label svg {
  color: #2E8A9D;
  color: var(--brand-primary);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.file-upload-label:hover svg {
  transform: translateY(-2px) scale(1.1);
  color: #FFFFFF;
}

.file-name-display {
  font-size: 14px;
  color: #F2F2F2;
  color: var(--text-primary);
  font-weight: 600;
  padding: 12px 16px;
  background: rgba(0, 201, 167, 0.15);
  border-radius: 12px;
  border: 2px solid #2E8A9D;
  border: 2px solid var(--brand-primary);
  display: flex;
  align-items: center;
  gap: 8px;
}

.file-name-display::before {
  content: '✓';
  color: #2E8A9D;
  color: var(--brand-primary);
  font-weight: 700;
  font-size: 16px;
}


/* ===================================
   Enhanced Fund Page Styles
   =================================== */

.fund-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(0, 201, 167, 0.1);
  border: 1px solid rgba(0, 201, 167, 0.3);
  border-radius: 20px;
  margin-bottom: 24px;
  /* Animation disabled to prevent flickering */
  animation: none;
}

.badge-icon {
  color: #2E8A9D;
  color: var(--brand-primary);
  /* Animation disabled to prevent flickering */
  animation: none;
}

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 10px rgba(0, 201, 167, 0.3);
  }
  50% {
    box-shadow: 0 0 20px rgba(0, 201, 167, 0.5);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.metrics-grid-fund-enhanced {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  margin-bottom: 60px;
}

.metric-card-fund-enhanced {
  position: relative;
  background: rgba(255, 255, 255, 0.03);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 32px;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
  animation: fadeInUp 0.6s ease-out backwards;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.metric-card-fund-enhanced::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2E8A9D, #007AFF);
  background: linear-gradient(90deg, var(--brand-primary), #007AFF);
  transform: translateX(-100%);
  transition: transform 0.6s ease;
}

.metric-card-fund-enhanced:hover {
  transform: translateY(-8px);
  border-color: rgba(0, 201, 167, 0.3);
  box-shadow: 0 20px 60px rgba(0, 201, 167, 0.2);
}

.metric-card-fund-enhanced:hover::before {
  transform: translateX(0);
}

.metric-icon-fund-enhanced {
  width: 56px;
  height: 56px;
  background: rgba(0, 201, 167, 0.1);
  color: #2E8A9D;
  color: var(--brand-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.metric-card-fund-enhanced:hover .metric-icon-fund-enhanced {
  background: rgba(0, 201, 167, 0.2);
  transform: scale(1.1) rotate(5deg);
}

.metric-value-fund-enhanced {
  font-size: 48px;
  font-weight: 700;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 8px;
  background: linear-gradient(135deg, #00C9A7, #007AFF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.metric-title-fund-enhanced {
  font-size: 14px;
  font-weight: 500;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.metric-subtitle-fund-enhanced {
  font-size: 13px;
  color: #9C9C9C;
  color: var(--text-secondary);
  opacity: 0.7;
}

.metric-trend-up {
  position: absolute;
  top: 16px;
  right: 16px;
  color: #2E8A9D;
  color: var(--brand-primary);
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}

.metric-card-fund-enhanced:hover .metric-trend-up {
  opacity: 1;
  transform: translateY(0);
}

/* Fund Insights Section */
.fund-insights-section {
  background: linear-gradient(180deg, transparent, rgba(0, 201, 167, 0.02), transparent);
  padding: 80px 0;
}

.section-header-enhanced {
  text-align: center;
  margin-bottom: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.section-description {
  font-size: 18px;
  line-height: 1.8;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin-top: 20px;
}

/* Chart Containers */
.chart-container-enhanced {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  padding: 40px;
  margin-bottom: 48px;
  border-radius: 0px;
}

.chart-title {
  font-size: 24px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 32px;
  text-align: center;
}

/* ROI Line Chart */
.line-chart-enhanced {
  display: flex;
  gap: 20px;
  min-height: 350px;
}

.chart-y-axis {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
  color: #9C9C9C;
  color: var(--text-secondary);
  min-width: 50px;
  text-align: right;
}

.chart-plot-area {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.roi-line-chart {
  width: 100%;
  height: 300px;
  margin-bottom: 16px;
}

.roi-line-chart path.animate-fill {
  animation: fillChart 2s ease-out forwards;
}

.roi-line-chart polyline.animate-stroke {
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: drawLine 2s ease-out forwards;
}

.roi-line-chart circle.animate-points {
  opacity: 0;
  animation: fadeInPoint 0.5s ease-out forwards;
}

@keyframes fillChart {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes drawLine {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeInPoint {
  to {
    opacity: 1;
  }
}

.chart-x-axis {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #9C9C9C;
  color: var(--text-secondary);
  text-align: center;
}

.chart-x-axis span {
  flex: 1 1;
}

/* Portfolio Bar Chart Enhanced */
.portfolio-chart-enhanced {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.portfolio-bar-item {
  animation: fadeInLeft 0.8s ease-out backwards;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.portfolio-bar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.portfolio-name {
  font-size: 16px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
}

.portfolio-allocation {
  font-size: 14px;
  color: #9C9C9C;
  color: var(--text-secondary);
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
}

.portfolio-bar-container-enhanced {
  height: 60px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}

.portfolio-bar-progress-enhanced {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 20px;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 201, 167, 0.3);
}

.portfolio-value-enhanced {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* Pie Chart */
.pie-chart-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
  padding: 40px 0;
}

.pie-chart-visual {
  width: 250px;
  height: 250px;
}

.pie-chart-svg circle.animate-pie {
  stroke-dashoffset: 0;
  animation: fillPie 2s ease-out;
}

@keyframes fillPie {
  from {
    stroke-dashoffset: calc(2 * 3.14159 * 80);
  }
}

.pie-chart-legend {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.legend-color {
  width: 20px;
  height: 20px;
  border-radius: 0px;
  flex-shrink: 0;
}

.legend-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.legend-label {
  font-size: 14px;
  color: #9C9C9C;
  color: var(--text-secondary);
}

.legend-value {
  font-size: 20px;
  font-weight: 700;
  color: #F2F2F2;
  color: var(--text-primary);
}

/* Key Trades Grid */
.key-trades-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  margin-top: 40px;
}

.trade-example-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 24px;
  transition: all 0.3s ease;
  animation: fadeInUp 0.6s ease-out backwards;
}

.trade-example-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 201, 167, 0.3);
  box-shadow: 0 12px 40px rgba(0, 201, 167, 0.15);
}

.trade-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.trade-asset {
  font-size: 20px;
  font-weight: 700;
  color: #F2F2F2;
  color: var(--text-primary);
}

.trade-result-badge {
  font-size: 16px;
  font-weight: 700;
  color: #2E8A9D;
  color: var(--brand-primary);
  padding: 6px 12px;
  background: rgba(0, 201, 167, 0.15);
  border-radius: 8px;
}

.trade-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}

.trade-detail {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.trade-label {
  font-size: 11px;
  color: #9C9C9C;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.trade-value {
  font-size: 18px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
}

.trade-arrow {
  font-size: 24px;
  color: #2E8A9D;
  color: var(--brand-primary);
}

.trade-card-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: #9C9C9C;
  color: var(--text-secondary);
}

/* Market Cycle Timeline */
.cycle-timeline-section {
  background: linear-gradient(180deg, transparent, rgba(0, 122, 255, 0.02), transparent);
  padding: 80px 0;
}

.market-cycle-timeline {
  position: relative;
  margin-top: 60px;
}

.cycle-item {
  display: flex;
  gap: 32px;
  margin-bottom: 60px;
  opacity: 0;
  animation: slideInRight 0.8s ease-out forwards;
}

.cycle-item:nth-child(1) { animation-delay: 0.1s; }
.cycle-item:nth-child(2) { animation-delay: 0.2s; }
.cycle-item:nth-child(3) { animation-delay: 0.3s; }
.cycle-item:nth-child(4) { animation-delay: 0.4s; }

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.cycle-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.cycle-dot {
  width: 24px;
  height: 24px;
  background: #2E8A9D;
  background: var(--brand-primary);
  border: 4px solid rgba(0, 201, 167, 0.2);
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0 20px rgba(0, 201, 167, 0.5);
}

.cycle-item.active .cycle-dot {
  /* Animation disabled to prevent flickering */
  animation: none;
}

@keyframes pulse-cycle {
  0%, 100% {
    box-shadow: 0 0 20px rgba(0, 201, 167, 0.5);
  }
  50% {
    box-shadow: 0 0 40px rgba(0, 201, 167, 0.8);
  }
}

.cycle-line {
  width: 2px;
  flex: 1 1;
  background: linear-gradient(180deg, #2E8A9D, rgba(0, 201, 167, 0.2));
  background: linear-gradient(180deg, var(--brand-primary), rgba(0, 201, 167, 0.2));
  margin-top: 8px;
}

.cycle-content {
  flex: 1 1;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px;
  border-radius: 0px;
  transition: all 0.3s ease;
}

.cycle-content:hover {
  border-color: rgba(0, 201, 167, 0.3);
  transform: translateX(8px);
}

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

.cycle-phase {
  font-size: 22px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin: 0;
}

.cycle-status-badge {
  padding: 6px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cycle-status-badge.complete {
  background: rgba(0, 201, 167, 0.15);
  color: #2E8A9D;
  color: var(--brand-primary);
}

.cycle-status-badge.active {
  background: rgba(0, 122, 255, 0.15);
  color: #007AFF;
  /* Animation disabled to prevent flickering */
  animation: none;
}

@keyframes pulse-badge {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}

.cycle-period {
  font-size: 13px;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin-bottom: 12px;
  font-weight: 500;
}

.cycle-description {
  font-size: 15px;
  line-height: 1.7;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin-bottom: 16px;
}

.cycle-roi {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #2E8A9D;
  color: var(--brand-primary);
  padding: 8px 16px;
  background: rgba(0, 201, 167, 0.1);
  border-radius: 8px;
}

/* Analytics Insights Grid */
.analytics-insights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 24px;
  gap: 24px;
  margin-top: 40px;
}

.insight-card {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 28px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.insight-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #2E8A9D, #007AFF);
  background: linear-gradient(180deg, var(--brand-primary), #007AFF);
  transform: translateY(-100%);
  transition: transform 0.4s ease;
}

.insight-card:hover {
  transform: translateY(-4px);
  border-color: rgba(0, 201, 167, 0.3);
}

.insight-card:hover::before {
  transform: translateY(0);
}

.insight-accuracy {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  background: rgba(0, 201, 167, 0.15);
  border-radius: 20px;
  color: #2E8A9D;
  color: var(--brand-primary);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 16px;
}

.insight-title {
  font-size: 18px;
  font-weight: 600;
  color: #F2F2F2;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.insight-description {
  font-size: 14px;
  line-height: 1.7;
  color: #9C9C9C;
  color: var(--text-secondary);
}

/* Impact Section */
.impact-section {
  background: linear-gradient(180deg, rgba(0, 201, 167, 0.03), transparent);
  padding: 100px 0;
}

.impact-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.impact-text {
  font-size: 18px;
  line-height: 1.9;
  color: #9C9C9C;
  color: var(--text-secondary);
  margin: 32px 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .metrics-grid-fund-enhanced {
    grid-template-columns: 1fr;
  }

  .line-chart-enhanced {
    flex-direction: column;
  }

  .chart-y-axis {
    flex-direction: row;
    justify-content: space-between;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-right: 0;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }

  .pie-chart-container {
    flex-direction: column;
    gap: 32px;
  }

  .key-trades-grid {
    grid-template-columns: 1fr;
  }

  .cycle-item {
    gap: 16px;
  }

  .analytics-insights-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}

  }

  .category-title-enhanced {
    font-size: 24px;
  }

  .article-title-enhanced {
    font-size: 18px;
  }

  .article-modal-summary {
    font-size: 16px;
    padding: 16px;
  }

  .article-modal-text {
    font-size: 15px;
  }

  .article-modal-heading {
    font-size: 20px;
  }
}


/* ============================================
   THEME TOGGLE BUTTON - RESPONSIVE
   ============================================ */

/* Mobile & Tablet - Larger button for better touch target */
@media (max-width: 768px) {
  .theme-toggle-btn {
    width: 64px !important;
    height: 64px !important;
    bottom: 24px !important;
    right: 24px !important;
  }
}

/* Small mobile - Slightly smaller to avoid covering content */
@media (max-width: 430px) {
  .theme-toggle-btn {
    width: 60px !important;
    height: 60px !important;
    bottom: 20px !important;
    right: 20px !important;
  }
}


/* BNW THEME SYSTEM v8.3 — Premium Business Aesthetic */

:root[data-theme='dark'] {
  /* Backgrounds */
  --color-bg: #0E0E0E;
  --color-bg-gradient: #171717;
  --color-bg-surface: rgba(255, 255, 255, 0.04);
  --color-bg-elevated: rgba(255, 255, 255, 0.06);
  
  /* Text */
  --color-text: #F2F2F2;
  --color-text-secondary: #9C9C9C;
  --color-text-muted: #6B6B6B;
  --color-text-headers: #FFFFFF;
  
  /* Business Accents */
  --color-accent-primary: #2E8A9D;
  --color-accent-gold: #C6A96E;
  --color-accent-blue: #5161A6;
  --color-accent-bronze: #9A6F4F;
  
  /* Borders */
  --color-border: rgba(255, 255, 255, 0.07);
  --color-border-light: rgba(255, 255, 255, 0.04);
  
  /* Status */
  --color-success: #4BAF81;
  --color-warning: #E2A03F;
  --color-error: #D15E5E;
  --color-neutral: #C5C5C5;
  
  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.35);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.45);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.55);
  
  /* Logo gradient colors */
  --logo-grad-start: #C6A96E;
  --logo-grad-end: #2E8A9D;
  
  /* Alpha variants for focus states */
  --brand-primary-alpha: rgba(46, 138, 157, 0.3);
  --brand-primary-rgb: 46, 138, 157;
}

:root[data-theme='light'] {
  /* Backgrounds - Premium calm business style */
  --color-bg: #F2F4F6;
  --color-bg-gradient: #E8EBF0;
  --color-bg-surface: #FFFFFF;
  --color-bg-elevated: #F8F9FB;
  
  /* Text - High contrast for readability */
  --color-text: #1E222B;
  --color-text-secondary: #4A5568;
  --color-text-muted: #718096;
  --color-text-headers: #0F1419;
  
  /* Business Accents - Deep, muted, professional */
  --color-accent-primary: #1E6B7A;
  --color-accent-gold: #9B7E4A;
  --color-accent-blue: #3D4B7A;
  --color-accent-bronze: #7D5A3F;
  
  /* Borders */
  --color-border: rgba(0, 0, 0, 0.08);
  --color-border-light: rgba(0, 0, 0, 0.05);
  
  /* Status */
  --color-success: #38845D;
  --color-warning: #B8832F;
  --color-error: #A84848;
  --color-neutral: #8E9AAF;
  
  /* Shadows - More defined */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.08);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.12);
  --shadow-lg: 0 8px 32px rgba(0, 0, 0, 0.15);
  
  /* Logo gradient colors */
  --logo-grad-start: #9B7E4A;
  --logo-grad-end: #1E6B7A;
  
  /* Alpha variants for focus states */
  --brand-primary-alpha: rgba(30, 107, 122, 0.3);
  --brand-primary-rgb: 30, 107, 122;
}

/* Smooth transitions */
* {
  transition: background-color 0.35s ease, 
              color 0.35s ease, 
              border-color 0.35s ease, 
              box-shadow 0.35s ease;
}

/* Apply to body */
body {
  background-color: var(--color-bg);
  color: var(--color-text);
}

/* Light Theme Improvements for All Pages */
/* ==================== UNIVERSAL CARDS ==================== */

/* Startups page - feature list items */
:root[data-theme='light'] .features-list li {
  background: #FFFFFF !important;
  border: 1px solid #CBD5E1 !important;
  border-left: 3px solid #1E6B7A !important;
}

:root[data-theme='light'] .features-list li:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

/* All cards in light theme must have visible borders */
:root[data-theme='light'] .ecosystem-node,
:root[data-theme='light'] .stat-card,
:root[data-theme='light'] .metric-card,
:root[data-theme='light'] .metric-card-v73,
:root[data-theme='light'] .roadmap-card,
:root[data-theme='light'] .milestone-card,
:root[data-theme='light'] .phase-card,
:root[data-theme='light'] .timeline-item,
:root[data-theme='light'] .timeline-item-v73,
:root[data-theme='light'] .startup-card,
:root[data-theme='light'] .project-card,
:root[data-theme='light'] .content-block-glass,
:root[data-theme='light'] .principle-card-enhanced,
:root[data-theme='light'] .education-article-card {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

/* Home ecosystem nodes and stat cards */
:root[data-theme='light'] .ecosystem-node {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

:root[data-theme='light'] .ecosystem-node:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

/* ==================== ABOUT PAGE ==================== */

/* About content blocks and principle cards */
:root[data-theme='light'] .content-block-glass,
:root[data-theme='light'] .principle-card-enhanced {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

:root[data-theme='light'] .principle-card-enhanced:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

/* ==================== FUND PAGE ==================== */

/* Fund cards and sections */
:root[data-theme='light'] .fund-card,
:root[data-theme='light'] .stat-card,
:root[data-theme='light'] .metric-card,
:root[data-theme='light'] .performance-card {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

:root[data-theme='light'] .fund-card:hover,
:root[data-theme='light'] .stat-card:hover,
:root[data-theme='light'] .metric-card:hover,
:root[data-theme='light'] .performance-card:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

/* Fund text improvements */
:root[data-theme='light'] .fund-title,
:root[data-theme='light'] .stat-value,
:root[data-theme='light'] .metric-label {
  color: #1E222B !important;
}

:root[data-theme='light'] .fund-description,
:root[data-theme='light'] .stat-label {
  color: #4A5568 !important;
}

/* ==================== ALLOCATION CARDS ==================== */
:root[data-theme='light'] .allocation-card-v73 {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  border-radius: 16px !important;
  padding: 20px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

/* ==================== ROADMAP PAGE ==================== */
:root[data-theme='light'] .roadmap-card,
:root[data-theme='light'] .milestone-card,
:root[data-theme='light'] .phase-card,
:root[data-theme='light'] .timeline-item {
  background: #FFFFFF !important;
  border: 3px solid #B0B5BD !important;
  border-radius: 16px !important;
  padding: 28px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08) !important;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

:root[data-theme='light'] .roadmap-card:hover,
:root[data-theme='light'] .milestone-card:hover,
:root[data-theme='light'] .phase-card:hover,
:root[data-theme='light'] .timeline-item:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15) !important;
  transform: scale(1.05) translateY(-6px) !important;
}

:root[data-theme='light'] .roadmap-card h3,
:root[data-theme='light'] .milestone-card h3,
:root[data-theme='light'] .phase-card h3,
:root[data-theme='light'] .timeline-item h3 {
  color: #111827 !important;
}

:root[data-theme='light'] .roadmap-card p,
:root[data-theme='light'] .milestone-card p,
:root[data-theme='light'] .phase-card p,
:root[data-theme='light'] .timeline-item p {
  color: #4B5563 !important;
}

:root[data-theme='light'] .roadmap-status {
  background: #DBEAFE !important;
  border: 1px solid #93C5FD !important;
  color: #1E40AF !important;
  padding: 6px 14px !important;
  border-radius: 8px !important;
  font-weight: 600 !important;
}

:root[data-theme='light'] .roadmap-status.completed {
  background: #DCFCE7 !important;
  border-color: #86EFAC !important;
  color: #166534 !important;
}

/* Timeline line */
:root[data-theme='light'] .timeline-line {
  background: #D1D5DB !important;
}

/* ==================== STARTUPS PAGE ==================== */

/* Startup cards */
:root[data-theme='light'] .startup-card,
:root[data-theme='light'] .project-card {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

:root[data-theme='light'] .startup-card:hover,
:root[data-theme='light'] .project-card:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12) !important;
}

/* Startup text improvements */
:root[data-theme='light'] .startup-name,
:root[data-theme='light'] .project-title {
  color: #1E222B !important;
}

:root[data-theme='light'] .startup-description,
:root[data-theme='light'] .project-description {
  color: #4A5568 !important;
}

:root[data-theme='light'] .startup-status,
:root[data-theme='light'] .feature-text {
  color: #6B7280 !important;
}

/* ==================== CONTACT PAGE ==================== */

/* Contact form container */
:root[data-theme='light'] .form-content {
  background: #FFFFFF !important;
  border: 3px solid #B0B5BD !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
}

:root[data-theme='light'] .form-content:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
}

/* Contact info cards (location & email) */
:root[data-theme='light'] .contact-info-card-enhanced {
  background: #FFFFFF !important;
  border: 3px solid #B0B5BD !important;
  border-radius: 16px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s ease !important;
}

:root[data-theme='light'] .contact-info-card-enhanced:hover {
  border-color: #1E6B7A !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-4px) !important;
}

/* Contact form and sections */
:root[data-theme='light'] .contact-form,
:root[data-theme='light'] .contact-section {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

/* Form inputs */
:root[data-theme='light'] input,
:root[data-theme='light'] textarea,
:root[data-theme='light'] select {
  background: #FFFFFF !important;
  border: 2px solid #D1D5DB !important;
  color: #1E222B !important;
}

:root[data-theme='light'] input::placeholder,
:root[data-theme='light'] textarea::placeholder {
  color: #6B7280 !important;
}

:root[data-theme='light'] input:focus,
:root[data-theme='light'] textarea:focus,
:root[data-theme='light'] select:focus {
  border-color: #1E6B7A !important;
  box-shadow: 0 0 0 3px rgba(30, 107, 122, 0.1) !important;
}

/* Contact text improvements */
:root[data-theme='light'] .contact-title {
  color: #1E222B !important;
}

:root[data-theme='light'] .contact-description,
:root[data-theme='light'] .contact-info {
  color: #4A5568 !important;
}

/* Form tabs styling */
:root[data-theme='light'] .form-tabs {
  background: #F3F4F6 !important;
  border: 2px solid #E5E7EB !important;
}

:root[data-theme='light'] .form-tab {
  color: #4B5563 !important;
}

:root[data-theme='light'] .form-tab:hover {
  background: #E5E7EB !important;
  color: #1F2937 !important;
}


:root[data-theme='light'] .form-tab.active {
  color: #FFFFFF !important;
  background: #1E6B7A !important;
}



/* File upload styling for light theme */
:root[data-theme='light'] .file-upload-label {
  background: linear-gradient(135deg, rgba(30, 107, 122, 0.05) 0%, rgba(30, 107, 122, 0.02) 100%) !important;
  border: 2px solid #1E6B7A !important;
  color: #1E222B !important;
}

:root[data-theme='light'] .file-upload-label svg {
  color: #1E6B7A !important;
}

:root[data-theme='light'] .file-upload-label:hover {
  border-color: #1E6B7A !important;
  background: linear-gradient(135deg, #1E6B7A 0%, #165561 100%) !important;
  color: #FFFFFF !important;
}

:root[data-theme='light'] .file-upload-label:hover svg {
  color: #FFFFFF !important;
}

:root[data-theme='light'] .file-name-display {
  background: #DBEAFE !important;
  border-color: #1E6B7A !important;

/* Modern File Upload for Light Theme */
:root[data-theme='light'] .file-upload-area {
  background: linear-gradient(135deg, rgba(30, 107, 122, 0.12) 0%, rgba(30, 107, 122, 0.06) 100%) !important;
  border: 4px dashed #1E6B7A !important;
  box-shadow: 0 0 0 4px rgba(30, 107, 122, 0.15), 0 4px 16px rgba(30, 107, 122, 0.2) !important;
}

:root[data-theme='light'] .file-upload-area:hover {
  background: linear-gradient(135deg, rgba(30, 107, 122, 0.18) 0%, rgba(30, 107, 122, 0.10) 100%) !important;
  border-color: #165561 !important;
  border-style: solid !important;
  border-width: 4px !important;
  box-shadow: 0 0 0 4px rgba(30, 107, 122, 0.25), 0 12px 32px rgba(30, 107, 122, 0.3), 0 0 40px rgba(30, 107, 122, 0.2) !important;
  outline: 2px solid #1E6B7A !important;
  outline-offset: 4px !important;
}

:root[data-theme='light'] .file-upload-icon {
  background: linear-gradient(135deg, #1E6B7A 0%, #165561 100%);
  color: #FFFFFF;
  box-shadow: 0 8px 24px rgba(30, 107, 122, 0.3);
}

:root[data-theme='light'] .file-upload-area:hover .file-upload-icon {
  box-shadow: 0 12px 32px rgba(30, 107, 122, 0.4);
}

:root[data-theme='light'] .file-upload-main-text {
  color: #1E222B;
}

:root[data-theme='light'] .file-upload-area:hover .file-upload-main-text {
  color: #1E6B7A;
}

:root[data-theme='light'] .file-upload-hint {
  color: #4B5563;
  background: rgba(30, 107, 122, 0.15);
}

:root[data-theme='light'] .file-selected-badge {
  background: linear-gradient(135deg, rgba(30, 107, 122, 0.2) 0%, rgba(30, 107, 122, 0.12) 100%);
  border-color: #1E6B7A;
  color: #1E222B;
  box-shadow: 0 4px 16px rgba(30, 107, 122, 0.2);
}

  color: #1E222B !important;
}


/* ==================== GLOBAL IMPROVEMENTS ==================== */

/* All glassmorphic cards */
:root[data-theme='light'] .glass-card,
:root[data-theme='light'] .card,
:root[data-theme='light'] .section-card {
  background: #FFFFFF !important;
  border: 2px solid #E5E7EB !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08) !important;
}

/* All buttons in light theme */
:root[data-theme='light'] .btn-primary,
:root[data-theme='light'] button[type="submit"] {
  background: #1E6B7A !important;
  color: #FFFFFF !important;
  border: 2px solid #1E6B7A !important;
}

:root[data-theme='light'] .btn-primary:hover,
:root[data-theme='light'] button[type="submit"]:hover {
  background: #165561 !important;
  border-color: #165561 !important;
}

/* All links */
:root[data-theme='light'] a {
  color: #1E6B7A !important;
}

:root[data-theme='light'] a:hover {
  color: #165561 !important;
}

/* Section backgrounds */
:root[data-theme='light'] .section-bg-alt {
  background: #F9FAFB !important;
}


/* ==================== ROADMAP DARK THEME ==================== */
:root[data-theme='dark'] .roadmap-card,
:root[data-theme='dark'] .milestone-card,
:root[data-theme='dark'] .phase-card,
:root[data-theme='dark'] .timeline-item {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 2px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4) !important;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

:root[data-theme='dark'] .roadmap-card:hover,
:root[data-theme='dark'] .milestone-card:hover,
:root[data-theme='dark'] .phase-card:hover,
:root[data-theme='dark'] .timeline-item:hover {
  border-color: #2E8A9D !important;
  box-shadow: 0 12px 32px rgba(46, 138, 157, 0.4) !important;
  transform: scale(1.05) translateY(-6px) !important;
}


/* ==================== STARTUPS DARK THEME ==================== */
:root[data-theme='dark'] .startup-card:hover,
:root[data-theme='dark'] .project-card:hover {
  border-color: #2E8A9D !important;
  box-shadow: 0 8px 24px rgba(46, 138, 157, 0.3) !important;
}

/* ==================== HOME DARK THEME ==================== */
:root[data-theme='dark'] .ecosystem-node {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

:root[data-theme='dark'] .ecosystem-node:hover {
  border-color: #2E8A9D !important;
  box-shadow: 0 8px 24px rgba(46, 138, 157, 0.3) !important;
}

:root[data-theme='dark'] .stat-card {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

:root[data-theme='dark'] .stat-card:hover {
  border-color: #2E8A9D !important;
  box-shadow: 0 8px 24px rgba(46, 138, 157, 0.3) !important;
}

/* ==================== ABOUT DARK THEME ==================== */
:root[data-theme='dark'] .content-block-glass,
:root[data-theme='dark'] .principle-card-enhanced {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

:root[data-theme='dark'] .principle-card-enhanced:hover {
  border-color: #2E8A9D !important;
  box-shadow: 0 8px 24px rgba(46, 138, 157, 0.3) !important;
}

/* ==================== CONTACT DARK THEME ==================== */
:root[data-theme='dark'] .form-content {
  border-width: 3px !important;
  transition: all 0.3s ease !important;
}

:root[data-theme='dark'] .form-content:hover {
  box-shadow: 0 8px 32px rgba(0, 201, 167, 0.2) !important;
}

:root[data-theme='dark'] .contact-info-card-enhanced {
  border-width: 3px !important;
  transition: all 0.3s ease !important;
}

:root[data-theme='dark'] .contact-info-card-enhanced:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 8px 32px rgba(0, 201, 167, 0.2) !important;
}


/* ═══════════════════════════════════════════════════════════════
   DARK THEME VISUAL PARITY - COMPREHENSIVE FIX
   Light theme = design source of truth
   Dark theme = same borders, shadows, radii - only colors differ
   ═══════════════════════════════════════════════════════════════ */

/* ─────────────────────────────────────────────────────────────
   ALL CARDS - Universal Fix
   Must override inline styles with !important
   ───────────────────────────────────────────────────────────── */

:root[data-theme='dark'] div[style*="background: rgba(255, 255, 255, 0.03)"],
:root[data-theme='dark'] div[style*="background: rgba(255,255,255,0.03)"],
:root[data-theme='dark'] .ecosystem-node,
:root[data-theme='dark'] .stat-card,
:root[data-theme='dark'] .metric-card,
:root[data-theme='dark'] .metric-card-v73,
:root[data-theme='dark'] .performance-card,
:root[data-theme='dark'] .roadmap-card,
:root[data-theme='dark'] .milestone-card,
:root[data-theme='dark'] .phase-card,
:root[data-theme='dark'] .timeline-item,
:root[data-theme='dark'] .timeline-item-v73,
:root[data-theme='dark'] .startup-card,
:root[data-theme='dark'] .project-card,
:root[data-theme='dark'] .content-block-glass,
:root[data-theme='dark'] .principle-card-enhanced,
:root[data-theme='dark'] .education-article-card,
:root[data-theme='dark'] .article-card,
:root[data-theme='dark'] .feature-card,
:root[data-theme='dark'] .service-card,
:root[data-theme='dark'] .benefit-card {
  background: rgba(255, 255, 255, 0.08) !important;
  border-width: 2px !important;
  border-style: solid !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4) !important;
}

/* ─────────────────────────────────────────────────────────────
   HOVER STATES - All cards
   ───────────────────────────────────────────────────────────── */

:root[data-theme='dark'] div[style*="background: rgba(255, 255, 255, 0.03)"]:hover,
:root[data-theme='dark'] .ecosystem-node:hover,
:root[data-theme='dark'] .stat-card:hover,
:root[data-theme='dark'] .metric-card:hover,
:root[data-theme='dark'] .metric-card-v73:hover,
:root[data-theme='dark'] .performance-card:hover,
:root[data-theme='dark'] .roadmap-card:hover,
:root[data-theme='dark'] .milestone-card:hover,
:root[data-theme='dark'] .phase-card:hover,
:root[data-theme='dark'] .timeline-item:hover,
:root[data-theme='dark'] .timeline-item-v73:hover,
:root[data-theme='dark'] .startup-card:hover,
:root[data-theme='dark'] .project-card:hover,
:root[data-theme='dark'] .principle-card-enhanced:hover,
:root[data-theme='dark'] .education-article-card:hover,
:root[data-theme='dark'] .article-card:hover,
:root[data-theme='dark'] .feature-card:hover,
:root[data-theme='dark'] .service-card:hover,
:root[data-theme='dark'] .benefit-card:hover {
  border-color: #2E8A9D !important;
  box-shadow: 0 8px 24px rgba(46, 138, 157, 0.4) !important;
  transform: translateY(-4px) !important;
}

/* ─────────────────────────────────────────────────────────────
   FUND PAGE - Specific Elements
   ───────────────────────────────────────────────────────────── */

:root[data-theme='dark'] .chart-container-v73 {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4) !important;
  border-radius: 20px !important;
  padding: 28px !important;
}

/* ─────────────────────────────────────────────────────────────
   FUND PAGE - Key Parameter Cards
   ───────────────────────────────────────────────────────────── */

:root[data-theme='dark'] .key-param-card-v73 {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4) !important;
  transition: all 0.3s ease;
}

:root[data-theme='dark'] .key-param-card-v73:hover {
  border-color: #2E8A9D !important;
  box-shadow: 0 4px 16px rgba(46, 138, 157, 0.4) !important;
  transform: translateY(-2px);
}

/* ─────────────────────────────────────────────────────────────
   FUND PAGE - Trade Cards
   ───────────────────────────────────────────────────────────── */

:root[data-theme='dark'] .trade-card-v73 {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 2px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
}

:root[data-theme='dark'] .trade-card-v73:hover {
  border-color: #2E8A9D !important;
  box-shadow: 0 4px 16px rgba(46, 138, 157, 0.3) !important;
  transform: translateY(-4px) !important;
}

/* ─────────────────────────────────────────────────────────────
   FUND PAGE - Market Cycles Timeline (ТОЧНАЯ КОПИЯ СВЕТЛОЙ ТЕМЫ)
   ───────────────────────────────────────────────────────────── */

:root[data-theme='dark'] .timeline-item-v73 {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 2px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 16px !important;
  padding: 24px !important;
  margin-bottom: 24px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4) !important;
  position: relative;
  overflow: hidden;
}

:root[data-theme='dark'] .timeline-item-v73::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #2E8A9D !important;
  border-radius: 16px 0 0 16px !important;
}

:root[data-theme='dark'] .timeline-item-v73:hover {
  border-color: #2E8A9D !important;
  box-shadow: 0 4px 16px rgba(46, 138, 157, 0.3) !important;
}

:root[data-theme='dark'] .timeline-content-v73 {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
}

/* ─────────────────────────────────────────────────────────────
   CONTACT PAGE - Form Elements
   ───────────────────────────────────────────────────────────── */

:root[data-theme='dark'] .form-content,
:root[data-theme='dark'] .info-card {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 2px solid rgba(255, 255, 255, 0.15) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4) !important;
}

/* ─────────────────────────────────────────────────────────────
   WHITE LABEL PAGE - Content Blocks
   ───────────────────────────────────────────────────────────── */

:root[data-theme='dark'] .content-section-v73,
:root[data-theme='dark'] .quote-block-v73 {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 2px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4) !important;
}

/* ─────────────────────────────────────────────────────────────
   BUTTONS - Ensure consistent styling
   ───────────────────────────────────────────────────────────── */

:root[data-theme='dark'] .btn-secondary,
:root[data-theme='dark'] .btn-outline {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3) !important;
}

:root[data-theme='dark'] .btn-secondary:hover,
:root[data-theme='dark'] .btn-outline:hover {
  border-color: #2E8A9D !important;
  box-shadow: 0 4px 16px rgba(46, 138, 157, 0.3) !important;
}

/* ─────────────────────────────────────────────────────────────
   BORDER RADIUS - Ensure consistency
   ───────────────────────────────────────────────────────────── */

:root[data-theme='dark'] .metric-card-v73 {
  border-radius: 16px !important;
}

:root[data-theme='dark'] .chart-container-v73 {
  border-radius: 20px !important;
}

:root[data-theme='dark'] .ecosystem-node,
:root[data-theme='dark'] .stat-card,
:root[data-theme='dark'] .roadmap-card,
:root[data-theme='dark'] .startup-card,
:root[data-theme='dark'] .education-article-card {
  border-radius: 12px !important;
}

/* ============================================
   RESPONSIVE DESIGN SYSTEM
   Mobile & Tablet Optimized Layout
   ============================================ */

/* ============================================
   BASE MOBILE STYLES
   Applied to all mobile devices
   ============================================ */

/* Prevent horizontal scroll */
* {
  max-width: 100%;
}

html, body {
  overflow-x: hidden;
  width: 100%;
}

/* Touch-friendly interactions */
@media (max-width: 1024px) {
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  }
  
  /* Improve touch scrolling */
  body {
    -webkit-overflow-scrolling: touch;
  }
}

/* ============================================
   TYPOGRAPHY SCALING
   Fluid typography using clamp()
   ============================================ */

@media (max-width: 1024px) {
  h1, .hero-title {
    font-size: clamp(32px, 8vw, 48px);
    line-height: 1.2;
  }

  h2 {
    font-size: clamp(24px, 6vw, 36px);
    line-height: 1.3;
  }

  h3 {
    font-size: clamp(20px, 5vw, 28px);
    line-height: 1.4;
  }

  h4 {
    font-size: clamp(18px, 4vw, 24px);
  }

  p, body {
    font-size: clamp(15px, 3.5vw, 17px);
    line-height: 1.6;
  }

  .subtitle {
    font-size: clamp(16px, 4vw, 20px);
  }
}

/* ============================================
   BNW PAGINATION - CLASSIC SINGLE ROW
   ============================================ */

.bnw-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 12px 8px;
  margin: 24px auto 0;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.bnw-pagination::-webkit-scrollbar {
  height: 4px;
}

.bnw-pagination::-webkit-scrollbar-thumb {
  background: var(--border-subtle);
  border-radius: 2px;
}

.bnw-page {
  min-width: 40px;
  max-width: 44px;
  width: auto;
  height: 40px;
  padding: 0 10px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: var(--text-primary);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  flex-shrink: 0;
  flex-grow: 0;
}

.bnw-page:hover:not([disabled]):not(.is-current) {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}

.bnw-page.is-current {
  color: white;
  background: var(--brand-primary);
  border-color: var(--brand-primary);
  font-weight: 700;
}

.bnw-page[disabled],
.bnw-page:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.bnw-page--ellipsis {
  pointer-events: none;
  border: none;
  background: transparent;
  min-width: auto;
  color: var(--text-muted);
}

.bnw-page--prev,
.bnw-page--next {
  font-size: 16px;
  padding: 0 12px;
}

/* Light theme overrides */
[data-theme="light"] .bnw-page {
  background: rgba(0, 0, 0, 0.02);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--text-primary);
}

[data-theme="light"] .bnw-page:hover:not([disabled]):not(.is-current) {
  background: rgba(0, 0, 0, 0.05);
  border-color: var(--brand-primary);
  color: var(--brand-primary);
}

[data-theme="light"] .bnw-page.is-current {
  color: white;
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

/* Mobile optimizations */
@media (max-width: 480px) {
  .bnw-pagination {
    gap: 4px;
    padding: 12px 4px;
  }

  .bnw-page {
    min-width: 36px;
    height: 36px;
    font-size: 13px;
    border-radius: 9px;
  }

  .bnw-page--prev,
  .bnw-page--next {
    font-size: 14px;
    padding: 0 8px;
  }
}

/* Very narrow screens - ensure scroll is smooth */
@media (max-width: 360px) {
  .bnw-pagination {
    gap: 3px;
  }

  .bnw-page {
    min-width: 32px;
    height: 32px;
    font-size: 12px;
    padding: 0 6px;
  }
}

/* ============================================
   CONTAINER & LAYOUT SYSTEM
   ============================================ */

@media (max-width: 1024px) {
  .unified-container,
  .container,
  .content-container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .unified-container,
  .container,
  .content-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* ============================================
   HEADER & NAVIGATION
   ============================================ */

@media (max-width: 1024px) {
  /* Hide desktop nav, show mobile burger */
  .dark-nav {
    display: none !important;
  }

  .bnw-burger {
    display: flex !important;
  }

  .dark-header {
    padding: 16px 20px;
    height: auto;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .dark-logo-container {
    flex: 1 1;
  }
}

@media (max-width: 768px) {
  .dark-header {
    padding: 12px 16px;
    min-height: 56px;
  }

  .bnw-burger {
    width: 36px;
    height: 36px;
  }

  .bnw-burger__bar {
    width: 18px;
  }
  
  .dark-logo-container svg,
  .dark-logo-container img {
    height: 28px;
  }
}

/* ============================================
   BUTTON SYSTEM
   Touch-optimized buttons
   ============================================ */

@media (max-width: 768px) {
  .btn-primary,
  .btn-secondary,
  button {
    min-height: 44px;
    padding: 12px 24px;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }

  .cta-buttons .btn-primary,
  .cta-buttons .btn-secondary {
    width: 100%;
  }
}

/* ============================================
   GRID SYSTEMS
   Responsive column layouts
   ============================================ */

/* Features grid - 3 columns → 2 → 1 */
@media (max-width: 1024px) {
  .features-grid,
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .features-grid,
  .grid-3 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* 2-column grids */
@media (max-width: 768px) {
  .grid-2,
  .two-column-layout {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

/* ============================================
   CARD COMPONENTS
   ============================================ */

@media (max-width: 768px) {
  .card,
  .feature-card,
  .stat-card,
  .article-card {
    padding: 20px;
    border-radius: 16px;
  }

  .card-header {
    padding: 16px;
  }

  .card-body {
    padding: 16px;
  }
}

/* ============================================
   HOME PAGE - SPECIFIC
   ============================================ */

@media (max-width: 768px) {
  .hero-section-enhanced {
    min-height: 400px;
    padding: 40px 0;
  }

  .hero-title {
    margin-bottom: 16px;
  }

  .hero-subtitle {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.5;
  }

  /* Business meets intellect section */
  .section-title {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .section-description {
    font-size: 16px;
    line-height: 1.6;
  }
}

@media (max-width: 430px) {
  .hero-section-enhanced {
    min-height: 350px;
    padding: 32px 0;
  }
}

/* ============================================
   FUND PAGE - SPECIFIC
   ============================================ */

@media (max-width: 1024px) {
  .fund-metrics-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .fund-chart-container {
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .fund-metrics-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .fund-metric-card {
    padding: 20px;
    max-width: 100%;
    box-sizing: border-box;
  }

  .fund-chart-container {
    padding: 16px 12px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    max-width: 100%;
  }

  .fund-table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .fund-table {
    min-width: 500px;
  }

  /* Timeline/cycle cards */
  .cycle-card,
  .timeline-item {
    padding: 20px;
    max-width: 100%;
  }

  /* Trade cards */
  .trade-card {
    padding: 16px;
    max-width: 100%;
  }
}

@media (max-width: 430px) {
  .fund-metric-card {
    padding: 16px 12px;
  }

  .fund-metric-value {
    font-size: 28px;
  }

  .fund-metric-label {
    font-size: 13px;
  }
  
  .fund-chart-container {
    padding: 12px 8px;
  }
}

/* Very narrow screens - fold phones */
@media (max-width: 360px) {
  .fund-metric-card {
    padding: 14px 10px;
  }

  .fund-metric-value {
    font-size: 24px;
  }

  .fund-metric-label {
    font-size: 12px;
  }
  
  .fund-chart-container {
    padding: 10px 6px;
    margin: 0;
  }
  
  /* Ensure charts scale down */
  .fund-chart-container canvas {
    max-width: 100% !important;
    height: auto !important;
  }
  
  .cycle-card,
  .timeline-item {
    padding: 16px 12px;
  }
  
  .trade-card {
    padding: 14px 10px;
  }
}

/* Ultra narrow - Z Fold cover */
@media (max-width: 344px) {
  .fund-chart-container {
    padding: 8px 4px;
    margin: 0 -4px;
  }
  
  .fund-metric-value {
    font-size: 22px;
  }
  
  h1, h2 {
    font-size: clamp(24px, 7vw, 32px) !important;
  }
}

/* ============================================
   EDUCATION PAGE - SPECIFIC
   ============================================ */

@media (max-width: 1024px) {
  .education-articles-grid,
  .articles-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .category-filters {
    flex-wrap: wrap;
    gap: 8px;
  }

  .category-button {
    padding: 8px 16px;
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .education-articles-grid,
  .articles-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .education-article-card,
  .article-card {
    padding: 20px;
  }

  /* Pagination */
  .pagination-container {
    flex-wrap: wrap;
    gap: 8px;
  }

  .pagination-button {
    min-width: 40px;
    height: 40px;
    padding: 8px;
    font-size: 14px;
  }

  /* Hide some page numbers on very small screens */
  .pagination-ellipsis {
    display: none;
  }
}

@media (max-width: 430px) {
  .education-article-card {
    padding: 16px;
  }

  .category-button {
    font-size: 13px;
    padding: 6px 12px;
  }
}

/* ============================================
   STARTUPS PAGE - SPECIFIC
   ============================================ */

@media (max-width: 1024px) {
  .startups-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .startup-card {
    padding: 0;
  }

  .startup-header-image {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .startup-card {
    border-radius: 16px;
  }

  .startup-header-image {
    height: 200px;
    border-radius: 16px 16px 0 0;
  }

  .startup-content {
    padding: 20px;
  }

  .features-list li {
    padding: 12px;
    font-size: 15px;
  }

  .feature-icon {
    width: 18px;
    height: 18px;
  }
}

/* ============================================
   WHITE LABEL PAGE - SPECIFIC
   ============================================ */

@media (max-width: 768px) {
  .quote-block {
    padding: 24px;
    margin: 24px 0;
  }

  .quote-text {
    font-size: 16px;
    line-height: 1.6;
  }

  /* Features grid */
  .wl-features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* Roadmap timeline */
  .roadmap-timeline {
    padding-left: 24px;
  }

  .roadmap-item {
    padding: 16px;
  }

  /* Goals grid */
  .goals-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

@media (max-width: 430px) {
  .goals-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================
   CONTACT PAGE - SPECIFIC
   ============================================ */

@media (max-width: 768px) {
  /* Form tabs - vertical list on mobile */
  .form-tabs {
    flex-direction: column;
    gap: 8px;
    padding: 8px;
  }

  .form-tab {
    width: 100%;
    text-align: center;
    padding: 16px 20px;
    flex: none;
  }

  /* Legacy contact tabs (if any) */
  .contact-tabs {
    flex-direction: column;
    gap: 8px;
  }

  .contact-tab {
    width: 100%;
    text-align: center;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .form-group,
  .form-group-enhanced {
    margin-bottom: 16px;
  }

  .form-content {
    padding: 32px 20px;
  }

  input,
  textarea,
  select {
    font-size: 16px; /* Prevent iOS zoom on focus */
    padding: 12px;
  }

  .file-upload-area {
    padding: 24px;
  }
}

/* Contact page - extra small screens */
@media (max-width: 430px) {
  .form-tabs {
    padding: 6px;
    gap: 6px;
  }

  .form-tab {
    padding: 14px 16px;
    font-size: 15px;
  }

  .form-content {
    padding: 24px 16px;
  }

  .contact-form-container {
    padding: 0 12px;
  }
}

/* ============================================
   ABOUT & ROADMAP PAGES
   ============================================ */

@media (max-width: 768px) {
  .about-content,
  .roadmap-content {
    padding: 24px 0;
  }

  .ecosystem-diagram {
    flex-direction: column;
    align-items: center;
  }

  .ecosystem-node {
    margin: 12px 0;
  }

  /* Timeline adjustments */
  .timeline-vertical {
    padding-left: 20px;
  }

  .timeline-item::before {
    left: -20px;
  }
}

/* ============================================
   FOOTER
   ============================================ */

@media (max-width: 1024px) {
  .footer-global {
    padding: 40px 20px;
  }

  .footer-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .footer-global {
    padding: 32px 16px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-section {
    text-align: left;
  }

  .footer-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .social-links {
    justify-content: flex-start;
  }
}

/* ============================================
   MODALS & OVERLAYS
   ============================================ */

@media (max-width: 768px) {
  .modal-overlay {
    padding: 16px;
  }

  .modal-content {
    width: 100%;
    max-width: 100%;
    max-height: 90vh;
    margin: 0;
    border-radius: 20px;
  }

  .modal-header {
    padding: 20px;
  }

  .modal-body {
    padding: 20px;
    max-height: calc(90vh - 140px);
  }

  .modal-footer {
    padding: 16px 20px;
  }
}

/* ============================================
   CHARTS & TABLES
   ============================================ */

@media (max-width: 768px) {
  .chart-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .chart-container canvas {
    min-width: 300px;
  }

  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .table-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 -16px;
    padding: 0 16px;
  }
}

/* ============================================
   IMAGES & MEDIA
   ============================================ */

@media (max-width: 768px) {
  img {
    max-width: 100%;
    height: auto;
  }

  .hero-image,
  .feature-image {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}

/* ============================================
   SPECIFIC BREAKPOINTS
   Fine-tuned for device categories
   ============================================ */

/* Small phones: iPhone SE (320-375px) */
@media (max-width: 375px) {
  .unified-container {
    padding-left: 12px;
    padding-right: 12px;
  }

  h1, .hero-title {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
  }

  .btn-primary,
  .btn-secondary {
    padding: 10px 20px;
    font-size: 15px;
  }

  .card,
  .feature-card {
    padding: 16px;
  }
}

/* Very narrow: Fold phones cover display (280-360px) */
@media (max-width: 360px) {
  * {
    max-width: 100%;
  }
  
  .unified-container,
  .container,
  .content-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
    max-width: 100% !important;
  }
  
  h1, .hero-title {
    font-size: clamp(24px, 8vw, 28px);
  }

  h2 {
    font-size: clamp(20px, 6vw, 24px);
  }
  
  h3 {
    font-size: clamp(18px, 5vw, 20px);
  }
  
  p, body {
    font-size: clamp(14px, 3.5vw, 16px);
  }
  
  /* All cards and containers */
  .card,
  .feature-card,
  .stat-card,
  .article-card {
    padding: 12px !important;
    margin: 8px 0 !important;
  }
  
  /* Chart containers must fit */
  .chart-container,
  canvas {
    max-width: 100% !important;
  }
  
  /* Images must not overflow */
  img {
    max-width: 100% !important;
    height: auto !important;
  }
}

/* Ultra narrow: Z Fold 5 cover (280-344px) */
@media (max-width: 344px) {
  .unified-container,
  .container {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  
  h1 {
    font-size: clamp(22px, 8vw, 26px) !important;
  }
  
  h2 {
    font-size: clamp(18px, 6vw, 22px) !important;
  }
  
  .btn-primary,
  .btn-secondary {
    padding: 8px 16px;
    font-size: 14px;
  }
  
  /* Very tight padding */
  .card,
  .feature-card {
    padding: 10px !important;
  }
}

/* Standard phones: iPhone 12-15 (390-430px) */
@media (min-width: 390px) and (max-width: 430px) {
  .hero-section-enhanced {
    min-height: 380px;
  }

  .features-grid {
    gap: 18px;
  }
}

/* Tablets portrait: iPad Mini/Air (768-834px) */
@media (min-width: 768px) and (max-width: 834px) {
  .unified-container {
    padding-left: 32px;
    padding-right: 32px;
  }

  .features-grid,
  .grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .education-articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Tablets landscape & small laptops (1024-1280px) */
@media (min-width: 1024px) and (max-width: 1280px) {
  .unified-container {
    max-width: 960px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

/* ============================================
   LANDSCAPE ORIENTATION
   ============================================ */

@media (max-height: 500px) and (orientation: landscape) {
  .hero-section-enhanced {
    min-height: 300px;
    padding: 32px 0;
  }

  .modal-content {
    max-height: 85vh;
  }

  .mobile-menu-drawer {
    padding-top: 16px;
  }

  .mobile-menu-nav {
    padding-top: 80px;
  }
}

/* ============================================
   HIGH DPI / RETINA DISPLAYS
   ============================================ */

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  /* Ensure crisp rendering on retina displays */
  * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

/* ============================================
   ACCESSIBILITY ENHANCEMENTS
   ============================================ */

@media (max-width: 768px) {
  /* Larger tap targets for accessibility */
  a, button, input, select, textarea {
    min-height: 44px;
  }

  /* Better focus visibility on mobile */
  *:focus-visible {
    outline: 2px solid var(--brand-primary);
    outline-offset: 2px;
  }
}

/* ============================================
   PERFORMANCE OPTIMIZATIONS
   ============================================ */

@media (max-width: 768px) {
  /* Reduce animation complexity on mobile - but NOT for buttons */
  *:not(.btn-primary):not(.btn-secondary):not(button):not(a) {
    animation-duration: 0.25s !important;
    transition-duration: 0.25s !important;
  }
  
  /* Keep button transitions smooth */
  .btn-primary,
  .btn-secondary,
  button {
    transition-duration: 0.3s !important;
  }

  /* Disable parallax and complex effects on mobile - but NOT navigation */
  .parallax,
  .background-animation {
    transform: none !important;
    animation: none !important;
  }
  
  /* Ensure mobile nav transform works */
  .bnw-mobile-nav {
    transform: translateX(100%) !important;
  }
  
  .bnw-mobile-nav.is-open {
    transform: translateX(0) !important;
  }
}


/*# sourceMappingURL=main.45783bff.css.map*/