/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./app/globals.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Outfit:wght@300;400;500;600;700&family=JetBrains+Mono:wght@300;400;500&family=Noto+Sans+Symbols+2:wght@400;600&display=swap');
*, ::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.19 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: var(--font-outfit), system-ui, sans-serif; /* 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: var(--font-jetbrains), monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-2{
  bottom: 0.5rem;
}
.bottom-full{
  bottom: 100%;
}
.left-0{
  left: 0px;
}
.left-1\/2{
  left: 50%;
}
.left-\[190px\]{
  left: 190px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.top-11{
  top: 2.75rem;
}
.isolate{
  isolation: isolate;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-50{
  z-index: 50;
}
.z-\[100\]{
  z-index: 100;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-span-9{
  grid-column: span 9 / span 9;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-\[2px\]{
  margin-bottom: 2px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-1\.5{
  margin-left: 0.375rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-auto{
  margin-left: auto;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-\[-6px\]{
  margin-top: -6px;
}
.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;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.h-1\.5{
  height: 0.375rem;
}
.h-14{
  height: 3.5rem;
}
.h-2{
  height: 0.5rem;
}
.h-3{
  height: 0.75rem;
}
.h-4{
  height: 1rem;
}
.h-6{
  height: 1.5rem;
}
.h-7{
  height: 1.75rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[300px\]{
  height: 300px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[6px\]{
  height: 6px;
}
.h-px{
  height: 1px;
}
.max-h-\[60vh\]{
  max-height: 60vh;
}
.max-h-\[75vh\]{
  max-height: 75vh;
}
.max-h-\[calc\(100vh-4\.5rem\)\]{
  max-height: calc(100vh - 4.5rem);
}
.min-h-\[180px\]{
  min-height: 180px;
}
.min-h-\[188px\]{
  min-height: 188px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-1\.5{
  width: 0.375rem;
}
.w-12{
  width: 3rem;
}
.w-2{
  width: 0.5rem;
}
.w-24{
  width: 6rem;
}
.w-3{
  width: 0.75rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-6{
  width: 1.5rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[400px\]{
  width: 400px;
}
.w-\[600px\]{
  width: 600px;
}
.w-\[6px\]{
  width: 6px;
}
.w-\[min\(16\.75rem\2c calc\(100vw-1rem\)\)\]{
  width: min(16.75rem, calc(100vw - 1rem));
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.min-w-0{
  min-width: 0px;
}
.min-w-\[1120px\]{
  min-width: 1120px;
}
.min-w-\[1180px\]{
  min-width: 1180px;
}
.min-w-\[1380px\]{
  min-width: 1380px;
}
.min-w-\[1620px\]{
  min-width: 1620px;
}
.min-w-\[560px\]{
  min-width: 560px;
}
.min-w-\[760px\]{
  min-width: 760px;
}
.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[360px\]{
  max-width: 360px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-xl{
  max-width: 36rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.-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));
}
@keyframes fade-up{
  from{
    opacity: 0;
    transform: translateY(12px);
  }
  to{
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-fade-up{
  animation: fade-up 0.5s ease forwards;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes pulse-dot{
  0%,100%{
    opacity: 1;
  }
  50%{
    opacity: 0.3;
  }
}
.animate-pulse-dot{
  animation: pulse-dot 1.4s ease-in-out infinite;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
@keyframes ticker{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(-50%);
  }
}
.animate-ticker{
  animation: ticker 30s linear infinite;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0{
  gap: 0px;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-px{
  gap: 1px;
}
.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-0\.5{
  row-gap: 0.125rem;
}
.gap-y-1\.5{
  row-gap: 0.375rem;
}
.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-2\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.justify-self-end{
  justify-self: end;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-normal{
  white-space: normal;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.break-words{
  overflow-wrap: break-word;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.border{
  border-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-emerald-700\/50{
  border-color: rgb(4 120 87 / 0.5);
}
.border-red-700\/50{
  border-color: rgb(185 28 28 / 0.5);
}
.bg-\[\#52b788\]{
  --tw-bg-opacity: 1;
  background-color: rgb(82 183 136 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e05a5e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 90 94 / var(--tw-bg-opacity, 1));
}
.bg-blue-900\/20{
  background-color: rgb(30 58 138 / 0.2);
}
.bg-emerald-900\/20{
  background-color: rgb(6 78 59 / 0.2);
}
.bg-red-900\/20{
  background-color: rgb(127 29 29 / 0.2);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.p-1{
  padding: 0.25rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.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-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[17px\]{
  padding-top: 17px;
  padding-bottom: 17px;
}
.pb-0\.5{
  padding-bottom: 0.125rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-5{
  padding-left: 1.25rem;
}
.pt-0\.5{
  padding-top: 0.125rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-mono{
  font-family: var(--font-jetbrains), monospace;
}
.font-serif{
  font-family: var(--font-cormorant), Georgia, serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[88px\]{
  font-size: 88px;
}
.text-\[8px\]{
  font-size: 8px;
}
.text-\[9px\]{
  font-size: 9px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.tracking-\[0\.18em\]{
  letter-spacing: 0.18em;
}
.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}
.tracking-\[0\.45em\]{
  letter-spacing: 0.45em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.text-\[\#080604\]{
  --tw-text-opacity: 1;
  color: rgb(8 6 4 / var(--tw-text-opacity, 1));
}
.text-\[\#52b788\]{
  --tw-text-opacity: 1;
  color: rgb(82 183 136 / var(--tw-text-opacity, 1));
}
.text-\[\#e05a5e\]{
  --tw-text-opacity: 1;
  color: rgb(224 90 94 / var(--tw-text-opacity, 1));
}
.text-\[\#e05a5e\]\/70{
  color: rgb(224 90 94 / 0.7);
}
.text-amber-400{
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-emerald-400{
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-500{
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/85{
  color: rgb(255 255 255 / 0.85);
}
.line-through{
  text-decoration-line: line-through;
}
.underline-offset-2{
  text-underline-offset: 2px;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-80{
  opacity: 0.8;
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}

/* ─── Design tokens — DEFAULT = dark, high contrast ─────────────────── */
:root {
  --accent:#5da9ff;--accent-light:#9cd0ff;--accent-dark:#2c72d9;
  --obsidian:#061426;--up:#52b788;--dn:#e05a5e;
  --dt-success:#52b788;
  --dt-danger:#e05a5e;
  --dt-warning:#f59e0b;
  --dt-info:#60a5fa;

  --dt-bg:            #0a2d56;
  --dt-bg-card:       #0e396d;
  --dt-bg-card-2:     #13457f;
  --dt-bg-nav:        rgba(6,20,38,0.95);
  --dt-text-primary:  rgba(255,255,255,0.95);
  --dt-text-secondary:rgba(255,255,255,0.75);
  --dt-text-muted:    rgba(255,255,255,0.52);
  --dt-border:        rgba(255,255,255,0.12);
  --dt-border-accent:   rgba(93,169,255,0.35);
  --dt-surface:       rgba(255,255,255,0.05);
  --dt-surface-2:     rgba(255,255,255,0.09);
  --dt-accent-display:  #5da9ff;
  --dt-nav-border:    rgba(93,169,255,0.24);
  --dt-scrollbar-bg:  #0b1e36;
  --dt-scrollbar-thumb: rgba(93,169,255,0.32);
  --dt-focus-ring: 0 0 0 2px rgba(93,169,255,0.35);
}

/* ─── Light mode ─────────────────────────────────────────────────────── */
html.light {
  --dt-bg:            #eef6ff;
  --dt-bg-card:       #f9fcff;
  --dt-bg-card-2:     #e9f3ff;
  --dt-bg-nav:        rgba(238,246,255,0.97);
  --dt-text-primary:  #10233d;
  --dt-text-secondary:#26486f;
  --dt-text-muted:    #4f7298;
  --dt-border:        rgba(33,85,145,0.20);
  --dt-border-accent:   rgba(72,145,231,0.34);
  --dt-surface:       rgba(59,130,246,0.08);
  --dt-surface-2:     rgba(59,130,246,0.13);
  --dt-accent-display:  #2f7fe3;
  --dt-nav-border:    rgba(72,145,231,0.28);
  --dt-scrollbar-bg:  #dcecff;
  --dt-scrollbar-thumb: rgba(72,145,231,0.46);
  --dt-focus-ring: 0 0 0 2px rgba(72,145,231,0.35);
}

/* ─── Global base ────────────────────────────────────────────────────── */
*{box-sizing:border-box;}
body {
  background:
    radial-gradient(900px 500px at 18% -10%, rgba(125,190,255,0.22), transparent 60%),
    radial-gradient(700px 380px at 88% 120%, rgba(93,169,255,0.16), transparent 65%),
    linear-gradient(160deg, #0b2f5c 0%, #0a2d56 48%, #082346 100%);
  color: var(--dt-text-primary);
  font-family:'Outfit',system-ui,sans-serif;
  -webkit-font-smoothing:antialiased;
  transition: background 0.2s ease, color 0.2s ease;
}
html.light body {
  background:
    radial-gradient(920px 540px at 14% -8%, rgba(147,208,255,0.32), transparent 62%),
    radial-gradient(780px 440px at 92% 112%, rgba(93,169,255,0.22), transparent 66%),
    linear-gradient(155deg, #f5fbff 0%, #eef6ff 52%, #e5f1ff 100%);
}
html::before {
  content: '$';
  position: fixed;
  top: 10vh;
  left: 3vw;
  z-index: 0;
  pointer-events: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(22px, 2.7vw, 44px);
  font-weight: 600;
  white-space: pre;
  color: rgba(110, 255, 205, 0.08);
  animation: symbol-drift 40s linear infinite;
  text-shadow:
    88vw 2vh 0 rgba(110, 255, 205, 0.075),
    1vw 56vh 0 rgba(110, 255, 205, 0.07);
}
html::after {
  content: '₹';
  position: fixed;
  top: 8vh;
  left: 92vw;
  z-index: 2;
  pointer-events: none;
  font-family: 'Noto Sans Symbols 2', 'Noto Sans', 'Arial Unicode MS', 'Segoe UI Symbol', system-ui, sans-serif;
  font-size: clamp(24px, 2.9vw, 46px);
  font-weight: 600;
  white-space: pre;
  color: rgba(93, 201, 255, 0.2);
  animation: symbol-drift-2 46s linear infinite reverse;
  text-shadow:
    -76vw 46vh 0 rgba(93, 201, 255, 0.17),
    -14vw 64vh 0 rgba(93, 201, 255, 0.16);
}
body::before {
  content: 'AI   DIGITAL   ALGO   QUANT   SIGNAL   AI   MODELS   DATA   AI   DIGITAL   ALGO   EXECUTION';
  position: fixed;
  inset: 10% -16% auto -16%;
  z-index: 0;
  pointer-events: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(28px, 4.6vw, 66px);
  font-weight: 500;
  letter-spacing: 0.22em;
  white-space: nowrap;
  color: rgba(168,216,255,0.07);
  transform: rotate(-9deg);
  animation: keyword-drift-1 31s linear infinite, keyword-flicker 14s steps(8, end) infinite;
  text-shadow:
    0 110px 0 rgba(156,208,255,0.05),
    0 220px 0 rgba(156,208,255,0.045),
    0 330px 0 rgba(156,208,255,0.04);
}
body::after {
  content: 'ALGO   AI   DIGITAL   RISK   SCAN   AI   STRATEGY   EXECUTION   ALGO   DIGITAL   SIGNAL';
  position: fixed;
  inset: auto -18% 8% -18%;
  z-index: 0;
  pointer-events: none;
  font-family: 'JetBrains Mono', monospace;
  font-size: clamp(24px, 3.6vw, 52px);
  font-weight: 500;
  letter-spacing: 0.28em;
  white-space: nowrap;
  color: rgba(125,190,255,0.055);
  transform: rotate(7deg);
  animation: keyword-drift-2 37s linear infinite reverse, keyword-flicker 17s steps(10, end) infinite;
  text-shadow:
    0 -92px 0 rgba(125,190,255,0.035),
    0 -184px 0 rgba(125,190,255,0.03),
    0 -276px 0 rgba(125,190,255,0.025);
}
html.light body::before {
  color: rgba(36,105,184,0.08);
  text-shadow:
    0 110px 0 rgba(36,105,184,0.06),
    0 220px 0 rgba(36,105,184,0.048),
    0 330px 0 rgba(36,105,184,0.04);
}
html.light body::after {
  color: rgba(36,105,184,0.07);
  text-shadow:
    0 -92px 0 rgba(36,105,184,0.05),
    0 -184px 0 rgba(36,105,184,0.04),
    0 -276px 0 rgba(36,105,184,0.032);
}
html.light::before {
  color: rgba(0, 154, 205, 0.1);
  text-shadow:
    88vw 2vh 0 rgba(0, 154, 205, 0.09),
    1vw 56vh 0 rgba(0, 154, 205, 0.085);
}
html.light::after {
  color: rgba(35, 128, 196, 0.22);
  text-shadow:
    -76vw 46vh 0 rgba(35, 128, 196, 0.18),
    -14vw 64vh 0 rgba(35, 128, 196, 0.17);
}
body > * { position: relative; z-index: 1; }
.accent-text{background:linear-gradient(135deg,#2b6ad1 0%,#5da9ff 30%,#9cd0ff 55%,#5da9ff 75%,#1e4f9a 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
html.light .accent-text{background:linear-gradient(135deg,#1d4fb0 0%,#2d73d9 35%,#4f98ff 55%,#2d73d9 75%,#1d4fb0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
::-webkit-scrollbar{width:4px;}
::-webkit-scrollbar-track{background:var(--dt-scrollbar-bg);}
::-webkit-scrollbar-thumb{background:var(--dt-scrollbar-thumb);border-radius:2px;}
.ticker-strip{scrollbar-width:none;-ms-overflow-style:none;}.ticker-strip::-webkit-scrollbar{display:none;}
@keyframes fade-up{from{opacity:0;transform:translateY(8px);}to{opacity:1;transform:translateY(0);}}
@keyframes pulse-dot{0%,100%{opacity:1;}50%{opacity:.3;}}
@keyframes ticker-scroll{0%{transform:translateX(0);}100%{transform:translateX(-50%);}}
@keyframes keyword-drift-1 {
  0% { transform: translateX(0) rotate(-9deg); }
  25% { transform: translateX(2.8%) rotate(-8deg); }
  50% { transform: translateX(-2.1%) rotate(-10deg); }
  75% { transform: translateX(1.3%) rotate(-8.6deg); }
  100% { transform: translateX(0) rotate(-9deg); }
}
@keyframes keyword-drift-2 {
  0% { transform: translateX(0) rotate(7deg); }
  30% { transform: translateX(-3.2%) rotate(8deg); }
  65% { transform: translateX(2.2%) rotate(6.4deg); }
  100% { transform: translateX(0) rotate(7deg); }
}
@keyframes keyword-flicker {
  0%, 100% { opacity: 0.55; }
  20% { opacity: 0.35; }
  45% { opacity: 0.65; }
  70% { opacity: 0.28; }
  86% { opacity: 0.6; }
}
@keyframes symbol-drift {
  0% { transform: translateX(0) rotate(-3deg); }
  30% { transform: translateX(2.6%) rotate(-2.2deg); }
  65% { transform: translateX(-2.4%) rotate(-3.8deg); }
  100% { transform: translateX(0) rotate(-3deg); }
}
@keyframes symbol-drift-2 {
  0% { transform: translateX(0) rotate(2deg); }
  35% { transform: translateX(-2.2%) rotate(1.2deg); }
  70% { transform: translateX(2.4%) rotate(2.8deg); }
  100% { transform: translateX(0) rotate(2deg); }
}
.animate-fade-up{animation:fade-up 0.4s ease forwards;}
.animate-pulse-dot{animation:pulse-dot 1.4s ease-in-out infinite;}
.animate-ticker{animation:ticker-scroll 40s linear infinite;}

/* ─── Readability bump ───────────────────────────────────────────────── */
.text-\[8px\]  { font-size: 12px; }
.text-\[9px\]  { font-size: 13px; }
.text-\[10px\] { font-size: 14px; }
.text-\[11px\] { font-size: 15px; }
.text-\[12px\] { font-size: 15px; }
.text-\[13px\] { font-size: 16px; }

/* ─── Semantic component classes ─────────────────────────────────────── */

/* Cards / containers */
.dt-card {
  background: var(--dt-bg-card);
  border: 1px solid var(--dt-border);
}
.dt-card-accent {
  background: rgba(93,169,255,0.07);
  border: 1px solid var(--dt-border-accent);
}
/* In light mode, dt-card-accent needs a more visible treatment */
html.light .dt-card-accent {
  background: rgba(93,169,255,0.12);
  border: 1px solid rgba(93,169,255,0.34);
}
.dt-card-inner {               /* nested card / cell */
  background: var(--dt-bg-card-2);
}

/* Tables */
.dt-table-head {
  background: var(--dt-surface);
  color: var(--dt-text-muted);
  border-bottom: 1px solid var(--dt-border);
  font-family: 'JetBrains Mono', monospace;
}
.dt-table-row {
  border-bottom: 1px solid var(--dt-border);
  transition: background 0.12s;
}
.dt-table-row:hover  { background: var(--dt-surface); }
.dt-table-row:last-child { border-bottom: none; }

/* Section header strip (inside a card, above the rows) */
.dt-section-head {
  background: var(--dt-surface);
  border-bottom: 1px solid var(--dt-border);
  font-family: 'JetBrains Mono', monospace;
}

/* Surfaces */
.dt-surface  { background: var(--dt-surface); }
.dt-surface-2{ background: var(--dt-surface-2); }

/* Borders */
.dt-border-t { border-top:    1px solid var(--dt-border); }
.dt-border-b { border-bottom: 1px solid var(--dt-border); }

/* Status banners */
.dt-banner-error {
  background: rgba(224,90,94,0.07);
  border: 1px solid rgba(224,90,94,0.22);
}
.dt-banner-accent {
  background: rgba(93,169,255,0.08);
  border: 1px solid var(--dt-border-accent);
}
.dt-banner-green {
  background: rgba(82,183,136,0.07);
  border: 1px solid rgba(82,183,136,0.22);
}
.dt-banner-blue {
  background: rgba(96,165,250,0.06);
  border: 1px solid rgba(96,165,250,0.18);
}

/* ─── Text token utilities ───────────────────────────────────────────── */
.dt-text-primary   { color: var(--dt-text-primary); }
.dt-text-secondary { color: var(--dt-text-secondary); }
.dt-text-muted     { color: var(--dt-text-muted); }

/* ─── Shared shell/footer/auth primitives ───────────────────────────── */
.dt-app-shell { background: var(--dt-bg); color: var(--dt-text-primary); }

.dt-topnav {
  background: var(--dt-bg-nav);
  border-bottom: 1px solid var(--dt-nav-border);
  backdrop-filter: blur(12px);
}

.dt-avatar-button {
  background: rgba(93,169,255,0.12);
  border: 1px solid var(--dt-border-accent);
  color: var(--dt-accent-display);
  font-family: 'Cormorant Garamond', serif;
}
.dt-avatar-button:hover { background: rgba(93,169,255,0.2); }

.dt-menu-panel {
  background: var(--dt-bg-card);
  border: 1px solid var(--dt-border-accent);
}

.dt-menu-section {
  background: var(--dt-surface);
  border: 1px solid var(--dt-border);
}

.dt-menu-link {
  color: var(--dt-text-secondary);
  background: transparent;
}
.dt-menu-link:hover { background: var(--dt-surface-2); }
.dt-menu-link[data-active="1"] {
  color: var(--dt-accent-display);
  background: rgba(93,169,255,0.12);
}

.dt-theme-switch {
  position: relative;
  width: 2.5rem;
  height: 1.25rem;
  border-radius: 9999px;
  border: 1px solid var(--dt-border);
  background: var(--dt-surface);
  transition: background 0.15s ease, border-color 0.15s ease;
}
.dt-theme-switch[data-on="1"] {
  background: rgba(93,169,255,0.28);
  border-color: var(--dt-border-accent);
}
.dt-theme-switch:focus-visible { box-shadow: var(--dt-focus-ring); }

.dt-theme-switch-thumb {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 1rem;
  height: 1rem;
  border-radius: 9999px;
  background: rgba(255,255,255,0.5);
  transition: left 0.15s ease, background 0.15s ease;
}
.dt-theme-switch[data-on="1"] .dt-theme-switch-thumb {
  left: 1.25rem;
  background: var(--dt-accent-display);
}

.dt-footer {
  border-top: 1px solid var(--dt-border);
  background: var(--dt-bg-nav);
  color: var(--dt-text-muted);
}
.dt-footer-emphasis { color: var(--dt-text-secondary); }
.dt-footer-link {
  color: var(--dt-info);
  transition: color 0.12s ease;
}
.dt-footer-link:hover { color: var(--dt-accent-display); }

.dt-login-surface {
  background: rgba(93,169,255,0.06);
  border: 1px solid rgba(127,209,255,0.24);
}
html.light .dt-login-surface {
  background: rgba(93,169,255,0.08);
  border-color: rgba(72,145,231,0.3);
}

.dt-login-input {
  color: var(--dt-text-primary);
  background: transparent;
  border: 0;
}
.dt-login-input::-moz-placeholder { color: var(--dt-text-muted); }
.dt-login-input::placeholder { color: var(--dt-text-muted); }
.dt-login-input:focus { outline: none; }

/* ─── Light mode overrides ───────────────────────────────────────────────
   STRATEGY: One blanket rule forces ALL main-content text dark.
   Higher-specificity rules then restore semantic colors (green/red/gold).
   Background overrides handle dark card/surface colors.
   !important is required to beat React inline styles.
   ────────────────────────────────────────────────────────────────────── */

/* ══ BLANKET: every app element gets readable light-mode text ═════════
  Includes portal-rendered overlays/modals mounted under <body>.
  Semantic restores below keep green/red/gold/blue meaning intact. */
html.light body,
html.light body * { color: var(--dt-text-primary) !important; }

/* Restore body-level base (nav, ticker, etc. outside main) */
html.light body { color: var(--dt-text-primary); }

/* ══ SEMANTIC COLOR RESTORES (higher specificity wins) ════════════════ */
/* Green P&L / BUY */
html.light [style*="rgb(82, 183, 136"],
html.light [style*="rgba(82,183,136"],
html.light [style*="rgba(82, 183, 136"],
html.light [style*="#52b788"]                        { color: #0a6e3f !important; }

/* Red loss / SELL */
html.light [style*="rgb(224, 90, 94"],
html.light [style*="rgba(224,90,94"],
html.light [style*="rgba(224, 90, 94"],
html.light [style*="#e05a5e"]                        { color: #a91818 !important; }

/* Gold accent */
html.light [style*="rgb(201, 168, 76"],
html.light [style*="rgba(201,168,76"],
html.light [style*="rgba(201, 168, 76"],
html.light [style*="#c9a84c"],
html.light [style*="#e8c97a"]                        { color: var(--dt-accent-display) !important; }

/* Blue info */
html.light [style*="rgb(96, 165, 250"],
html.light [style*="rgba(96,165,250"],
html.light [style*="rgba(96, 165, 250"],
html.light [style*="#60a5fa"]                        { color: #1d40ae !important; }

/* Amber warning */
html.light [style*="rgba(245,158,11"],
html.light [style*="rgba(245, 158, 11"]              { color: #92400e !important; }

/* ══ BACKGROUND OVERRIDES ═════════════════════════════════════════════ */
/* Dark card backgrounds → white */
html.light [style*="background:#100e0a"],
html.light [style*="background: #100e0a"],
html.light [style*="background: rgb(16, 14, 10)"]   { background: var(--dt-bg-card)  !important; }

html.light [style*="background:#080604"],
html.light [style*="background: #080604"],
html.light [style*="background: rgb(8, 6, 4)"]      { background: var(--dt-bg)        !important; }

html.light [style*="background:#1a1610"],
html.light [style*="background: #1a1610"],
html.light [style*="background:#15120d"],
html.light [style*="background: #15120d"],
html.light [style*="background: rgb(26, 22, 16)"],
html.light [style*="background: rgb(21, 18, 13)"]   { background: var(--dt-bg-card-2) !important; }

/* White rgba surfaces → subtle grey surface */
html.light [style*="background:rgba(255,255,255,0.0"],
html.light [style*="background: rgba(255,255,255,0.0"],
html.light [style*="background: rgba(255, 255, 255, 0.0"],
html.light [style*="background:rgba(255,255,255,0.1"],
html.light [style*="background: rgba(255, 255, 255, 0.1"]  { background: var(--dt-surface) !important; }

/* Dark rgba nav/overlay backgrounds */
html.light [style*="background:rgba(8,6,4"],
html.light [style*="background: rgba(8, 6, 4"]      { background: var(--dt-bg-nav) !important; }

/* ══ BLUE ACCENT NORMALIZATION (light mode) ═════════════════════════ */
/* Old brown/gold CTA gradients -> blue-cyan CTA gradient */
html.light [style*="linear-gradient(135deg, #7a5510, #c9a84c)"],
html.light [style*="linear-gradient(135deg, #8a6a1a, #c9a84c)"],
html.light [style*="linear-gradient(135deg,#7a5510,#c9a84c)"],
html.light [style*="linear-gradient(135deg,#8a6a1a,#c9a84c)"] {
  background: linear-gradient(135deg, #3aa8ff, #7fd1ff) !important;
  color: #072749 !important;
}

/* Gold translucent fills -> subtle blue translucent fills */
html.light [style*="background:rgba(201,168,76,"],
html.light [style*="background: rgba(201,168,76,"],
html.light [style*="background: rgba(201, 168, 76,"],
html.light [style*="background: rgba(232,201,122,"],
html.light [style*="background: rgba(232, 201, 122,"] {
  background: rgba(93,169,255,0.12) !important;
}

/* Gold borders -> blue borders */
html.light [style*="border:1px solid rgba(201,168,76,"],
html.light [style*="border: 1px solid rgba(201,168,76,"],
html.light [style*="border: 1px solid rgba(201, 168, 76,"],
html.light [style*="border-color: rgba(201,168,76,"],
html.light [style*="border-color: rgba(201, 168, 76,"],
html.light [style*="border:1px solid #c9a84c"],
html.light [style*="border: 1px solid #c9a84c"] {
  border-color: var(--dt-border-accent) !important;
}

/* ══ BORDER OVERRIDES ════════════════════════════════════════════════ */
html.light [style*="border:1px solid rgba(255,255,255"],
html.light [style*="border: 1px solid rgba(255,255,255"],
html.light [style*="border: 1px solid rgba(255, 255, 255"],
html.light [style*="border-bottom:1px solid rgba(255,255,255"],
html.light [style*="border-bottom: 1px solid rgba(255, 255, 255"],
html.light [style*="border-top:1px solid rgba(255,255,255"],
html.light [style*="border-top: 1px solid rgba(255, 255, 255"]  { border-color: var(--dt-border) !important; }

/* Transparent borders on inactive buttons → subtle visible border */
html.light body button[style*="transparent"] { border-color: var(--dt-border) !important; }

/* Tailwind white text utilities in light mode -> readable primary tone */
html.light .text-white,
html.light .text-white\/90,
html.light .text-white\/85,
html.light .text-white\/80,
html.light .text-white\/70,
html.light .text-white\/60,
html.light .text-white\/50,
html.light .text-white\/40,
html.light .text-white\/35,
html.light .text-white\/30,
html.light .text-white\/20 {
  color: var(--dt-text-primary) !important;
}

html.light .hover\:text-white\/90:hover,
html.light .hover\:text-white\/85:hover,
html.light .hover\:text-white\/80:hover,
html.light .hover\:text-white\/70:hover,
html.light .hover\:text-white\/60:hover,
html.light .hover\:text-white\/50:hover,
html.light .hover\:text-white\/40:hover,
html.light .hover\:text-white\/30:hover,
html.light .hover\:text-white\/20:hover,
html.light .hover\:text-white:hover {
  color: var(--dt-text-primary) !important;
}

/* Generic Tailwind dark-surface compatibility for light mode */
html.light [class*="text-gray-9"],
html.light [class*="text-gray-8"],
html.light [class*="text-gray-7"],
html.light [class*="text-slate-9"],
html.light [class*="text-slate-8"],
html.light [class*="text-zinc-9"],
html.light [class*="text-zinc-8"] {
  color: var(--dt-text-primary) !important;
}

html.light [class*="text-gray-6"],
html.light [class*="text-gray-5"],
html.light [class*="text-gray-4"],
html.light [class*="text-slate-6"],
html.light [class*="text-slate-5"],
html.light [class*="text-zinc-6"],
html.light [class*="text-zinc-5"] {
  color: var(--dt-text-secondary) !important;
}

html.light [class*="bg-gray-9"],
html.light [class*="bg-gray-8"],
html.light [class*="bg-gray-7"],
html.light [class*="bg-slate-9"],
html.light [class*="bg-slate-8"],
html.light [class*="bg-zinc-9"],
html.light [class*="bg-zinc-8"] {
  background-color: var(--dt-bg-card) !important;
}

html.light [class*="border-gray-9"],
html.light [class*="border-gray-8"],
html.light [class*="border-gray-7"],
html.light [class*="border-slate-9"],
html.light [class*="border-slate-8"],
html.light [class*="border-zinc-9"],
html.light [class*="border-zinc-8"] {
  border-color: var(--dt-border) !important;
}

html.light [class*="hover:bg-gray-9"]:hover,
html.light [class*="hover:bg-gray-8"]:hover,
html.light [class*="hover:bg-gray-7"]:hover,
html.light [class*="hover:bg-slate-9"]:hover,
html.light [class*="hover:bg-slate-8"]:hover,
html.light [class*="hover:bg-zinc-9"]:hover,
html.light [class*="hover:bg-zinc-8"]:hover {
  background-color: var(--dt-surface) !important;
}

/* Preserve semantic status utility colors in light mode */
html.light [class*="text-emerald-"] { color: #0a6e3f !important; }
html.light [class*="text-red-"] { color: #a91818 !important; }
html.light [class*="text-amber-"] { color: #92400e !important; }
html.light [class*="text-blue-"] { color: #1d40ae !important; }

/* ══ LIVE TICKER — keep its strip styling intact without flattening item colors ══ */
html.light .ticker-strip { color: var(--dt-text-primary); }
.last\:pb-0:last-child{
  padding-bottom: 0px;
}
.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hover\:bg-red-900\/40:hover{
  background-color: rgb(127 29 29 / 0.4);
}
.hover\:bg-white\/5:hover{
  background-color: rgb(255 255 255 / 0.05);
}
.hover\:text-white\/60:hover{
  color: rgb(255 255 255 / 0.6);
}
.hover\:text-white\/80:hover{
  color: rgb(255 255 255 / 0.8);
}
.hover\:underline:hover{
  text-decoration-line: underline;
}
.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}
.disabled\:opacity-30:disabled{
  opacity: 0.3;
}
.disabled\:opacity-40:disabled{
  opacity: 0.4;
}
.disabled\:opacity-50:disabled{
  opacity: 0.5;
}
.disabled\:hover\:scale-100:hover:disabled{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}
@media (min-width: 640px){
  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:text-\[11px\]{
    font-size: 11px;
  }
}
@media (min-width: 768px){
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
@media (min-width: 1024px){
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[1\.5fr_0\.8fr_repeat\(5\2c minmax\(0\2c 1fr\)\)\]{
    grid-template-columns: 1.5fr 0.8fr repeat(5,minmax(0,1fr));
  }
}
@media (min-width: 1280px){
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

