@import url('https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Azeret+Mono:ital,wght@0,100..900;1,100..900&display=swap');

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::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:  ;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.left-\[13px\]{
  left: 13px;
}

.left-\[26px\]{
  left: 26px;
}

.bg-active {
  background-color: #0a1928; /* Buraya istediğiniz rengi ekleyin */
}

.top-0{
  top: 0px;
}

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

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

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

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

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

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

.mx-16{
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-32{
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-64{
  margin-left: 16rem;
  margin-right: 16rem;
}

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

.my-16{
  margin-top: 4rem;
  margin-bottom: 4rem;
}

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

.my-64{
  margin-top: 16rem;
  margin-bottom: 16rem;
}

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

.mb-1\.5{
  margin-bottom: 0.375rem;
}

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

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

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

.ml-1\.5{
  margin-left: 0.375rem;
}

.ml-2\.5{
  margin-left: 0.625rem;
}

.ml-\[50px\]{
  margin-left: 50px;
}

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

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

.mt-0\.5{
  margin-top: 0.125rem;
}

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

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

.mt-auto{
  margin-top: auto;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.bg-rebrand-table-head {
  --tw-bg-opacity: 1;
  background-color: rgb(4 13 33/var(--tw-bg-opacity))
}

.grid{
  display: grid;
}

.grid-extra {
  display: flex;
  flex-wrap: wrap;
}

.grid-extra > div {
  min-width: 300px; /* Sütunların minimum genişliğini belirleyin */
  flex: 1 1 300px; /* Sütunların sarmalanmasını sağlayın */
}

.hidden{
  display: none;
}

.h-2{
  height: 0.5rem;
}

.h-8{
  height: 2rem;
}

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

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

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

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

.h-\[40px\] {
  height: 40px
}

.h-\[88svh\]{
  height: 88svh;
}

.h-auto{
  height: auto;
}

.h-dvh{
  height: 100dvh;
}

.h-screen{
  height: 100vh;
}

.h-full{
  height: 100%;
}

.max-h-0{
  max-height: 0px;
}

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

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

.w-2{
  width: 0.5rem;
}

.w-3\.5{
  width: 0.875rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-24{
  width: 6rem;
}

.w-\[10rem\] {
  width: 10rem
}

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

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

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


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

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

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

.min-w-fit{
  min-width: -moz-fit-content;
  min-width: fit-content;
}

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

.max-w-\[90vw\]{
  max-width: 90vw;
}

.max-w-\[92vw\]{
  max-width: 92vw;
}

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

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

.basis-0{
  flex-basis: 0px;
}

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

.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));
}

.scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.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));
}

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

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

#trades-popup .inner {
  max-height: 100vh; /* Adjust as needed */
  overflow-y: auto;  /* Enable vertical scrolling */
  padding: 20px;     /* Optional: Add padding for better aesthetics */
}

.trade-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.trade-item {
  padding: 10px 0;
  border-bottom: 1px solid #94fff2;
}

.tx-date {
  display: block;
  font-size: 0.875rem;
  color: #a0aec0; /* Açık gri renk */
  margin-top: 4px;
}

.cursor-pointer{
  cursor: pointer;
}

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

th.sortable {
  cursor: pointer;
  position: relative;
  padding-right: 15px; /* İkon için yer bırak */
}
th.sortable:after {
  content: '⬍'; /* Örnek bir sıralama ikonu */
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #ffffff;
}

/* Filtre Pop-up Stilleri */
.filter-popup {
  position: absolute;
  top: 100%; /* Butonun hemen altına yerleştir */
  left: 0;
  background-color: #0a1928;
  border: 1px solid #2c3653;
  padding: 10px;
  border-radius: 5px;
  z-index: 1000;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  width: 200px;
}

/*
GRID COLUMS
*/

.grid-cols-\[1\.6fr_0\.8fr_1fr_1fr_minmax\(65px\2c 0\.5fr\)_1fr_1fr_1\.2fr_1\.2fr_0\.9fr_0\.7fr_0\.7fr\]{
  grid-template-columns: 1.6fr 0.8fr 1fr 1fr minmax(65px,0.5fr) 1fr 1fr 1.2fr 1.2fr 0.9fr 0.7fr 0.7fr;
}

.grid-cols-\[0\.5fr_0\.6fr_1\.6fr_1fr_minmax\(65px\2c 0\.5fr\)_1fr_1fr_1\.2fr_1\.2fr_0\.9fr_0\.7fr_0\.7fr_0\.7fr_0\.7fr\]{
  grid-template-columns: 0.5fr 0.6fr 1.6fr 1fr minmax(65px,0.5fr) 1fr 1fr 1.2fr 1.2fr 0.9fr 0.7fr 0.7fr 0.7fr 0.7fr;
}

.grid-cols-\[0\.5fr_0\.8fr_0\.6fr_0\.6fr_0\.6fr_0\.6fr_0\.6fr_0\.6fr\]{
  grid-template-columns: 0.5fr 0.8fr 0.6fr 0.6fr 0.6fr 0.6fr 0.6fr 0.6fr;
}

.grid-cols-\[0\.5fr_0\.8fr_0\.6fr_0\.6fr_0\.6fr_0\.6fr_0\.6fr_0\.6fr_0\.6fr\_0\.6fr\]{
  grid-template-columns: 0.5fr 0.8fr 0.6fr 0.6fr 0.6fr 0.6fr 0.6fr 0.6fr 0.6fr 0.6fr;
}

.grid-cols-\[0\.5fr_0\.8fr_0\.6fr_0\.6fr_0\.6fr_0\.6fr_0\.6fr_0\.6fr_0\.6fr\_0\.6fr\_0\.6fr\]{
  grid-template-columns: 0.5fr 0.8fr 0.6fr 0.6fr 0.6fr 0.6fr 0.6fr 0.6fr 0.6fr 0.6fr 0.6fr;
}

.grid-cols-\[0\.4fr_0\.4fr_0\.4fr_0\.4fr_0\.4fr_0\.4fr_0\.4fr_0\.4fr_0\.4fr\_0\.4fr\_0\.4fr\]{
  grid-template-columns: 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr;
}



.grid-cols-\[repeat\(4\2c minmax\(320px\2c 1fr\)\)\]{
  grid-template-columns: repeat(4,minmax(320px,1fr));
}

.grid-cols-\[repeat\(4\2c minmax\(250px\2c 1fr\)\)\]{
  grid-template-columns: repeat(4,minmax(250px,1fr));
}

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

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

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

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

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

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

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

.gap-0\.5{
  gap: 0.125rem;
}

.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;
}

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

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

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

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

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

.rounded-none{
  border-radius: 0px;
}

.rounded-sm{
  border-radius: 0.125rem;
}

.border{
  border-width: 1px;
}

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

.border-\[0\.8px\]{
  border-width: 0.8px;
}

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

.border-r{
  border-right-width: 1px;
}

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

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

.border-rebrand {
  --tw-border-opacity: 1;
  border-color: rgb(55 255 234/var(--tw-border-opacity))
}

.border-r {
  border-right-width: 1px
}

.border-rebrand-accent{
  --tw-border-opacity: 1;
  border-color: rgb(0 240 255 / var(--tw-border-opacity));
}

.hover\:bg-rebrand-tab2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 25 45/var(--tw-bg-opacity))
}

.border-rebrand-blue{
  --tw-border-opacity: 1;
  border-color: rgb(44 54 83 / var(--tw-border-opacity));
}

.border-rebrand-blue\/40{
  border-color: rgb(44 54 83 / 0.4);
}

.border-rebrand-blue\/60{
  border-color: rgb(44 54 83 / 0.6);
}

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

.bg-clip-text {
    -webkit-background-clip: text;
    background-clip: text
}

.bg-rebrand-card-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(10 18 40/var(--tw-bg-opacity))
}

.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(1 6 18 / var(--tw-bg-opacity));
}

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

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

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(7 12 25 / var(--tw-bg-opacity));
}

.bg-rebrand-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(44 54 83 / var(--tw-bg-opacity));
}

.bg-rebrand-button{
  --tw-bg-opacity: 1;
  background-color: rgb(11 18 38 / var(--tw-bg-opacity));
}

.bg-rebrand-orange\/10{
  background-color: rgb(255 165 0 / 0.1);
}

.bg-rebrand-tab{
  --tw-bg-opacity: 1;
  background-color: rgb(10 18 39 / var(--tw-bg-opacity));
}

.bg-transparent{
  background-color: transparent;
}

.pr-2 {
  padding-right: .5rem
}

.pl-3 {
  padding-left: .75rem
}

.p-1{
  padding: 0.25rem;
}

.p-1\.5{
  padding: 0.375rem;
}

.p-4{
  padding: 1rem;
}

.p-3{
  padding: 0.75rem;
}

.p-\[10px\]{
  padding: 10px;
}

.p-\[8px\]{
  padding: 8px;
}

.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-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}

.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-\[1px\]{
  padding-top: 1px;
  padding-bottom: 1px;
}

.pb-1{
  padding-bottom: 0.25rem;
}

.pb-1\.5{
  padding-bottom: 0.375rem;
}

.pb-2{
  padding-bottom: 0.5rem;
}

.pt-2{
  padding-top: 0.5rem;
}

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

.pt-3{
  padding-top: 0.75rem;
}

.pt-4 {
  padding-top: 1rem
}

.pt-3 {
  padding-top: .75rem
}

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

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

.font-azeret{
  font-family: "Azeret Mono", monospace;
}

.text-transparent {
    color: transparent
}

.text-rebrand-light-blue {
  --tw-text-opacity: 1;
  color: rgb(212 235 255/var(--tw-text-opacity))
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[10px\]{
  font-size: 10px;
}

.text-\[13px\]{
  font-size: 13px;
}

.text-\[15px\]{
  font-size: 15px;
}

.text-\[17px\]{
  font-size: 17px;
}

.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-medium{
  font-weight: 500;
}

.font-semibold{
  font-weight: 600;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.tracking-tight{
  letter-spacing: -0.025em;
}

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

.text-rebrand{
  --tw-text-opacity: 1;
  color: rgb(55 255 234 / var(--tw-text-opacity));
}

.text-rebrand-accent{
  --tw-text-opacity: 1;
  color: rgb(0 240 255 / var(--tw-text-opacity));
}

.text-rebrand-blue{
  --tw-text-opacity: 1;
  color: rgb(44 54 83 / var(--tw-text-opacity));
}

.text-rebrand-gray-blue{
  --tw-text-opacity: 1;
  color: rgb(124 141 187 / var(--tw-text-opacity));
}

.text-rebrand-black {
  --tw-text-opacity: 1;
  color: rgb(8 8 8/var(--tw-text-opacity))
}

.text-rebrand-green{
  --tw-text-opacity: 1;
  color: rgb(0 228 146 / var(--tw-text-opacity));
}

.bg-rebrand-green{
  background-color: rgba(0, 198, 126, 0.75);
}

.bg-rebrand-red{
  background-color: rgb(234, 55, 88);
}

.text-rebrand-green\/75{
  color: rgb(0 228 146 / 0.75);
}

.text-rebrand-orange{
  --tw-text-opacity: 1;
  color: rgb(255 165 0 / var(--tw-text-opacity));
}

.text-rebrand-red{
  --tw-text-opacity: 1;
  color: rgb(255 85 116 / var(--tw-text-opacity));
}

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

.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}

.text-yellow{
  --tw-text-opacity: 1;
  color: rgb(249 242 72 / var(--tw-text-opacity));
}

.opacity-100{
  opacity: 1;
}

.opacity-40{
  opacity: 0.4;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-75{
  opacity: 0.75;
}

.mix-blend-plus-lighter{
  mix-blend-mode: plus-lighter;
}

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

.blur-\[120px\]{
  --tw-blur: blur(120px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-\[0\.8px\]{
  --tw-backdrop-blur: blur(0.8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition-\[max-height\2c opacity\]{
  transition-property: max-height,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200{
  transition-duration: 200ms;
}

.duration-300{
  transition-duration: 300ms;
}

body {
  font-family: 'Inter', sans-serif;
  color: rgb(212, 235, 255);
}

input:focus {
  outline: none;
}

.bg-rebrand-grad {
  background-image: linear-gradient(87.71deg, #38ffea 3.28%, #72a2ff 114.54%);
}

.no-scroll-bar::-webkit-scrollbar {
  display: none;
}

.dropdown.active .menu-link .transform-gpu {
  transform: rotate(180deg);
}

.dropdown-menu.active {
  max-height: 400px !important;
  opacity: 1 !important;
}

.bg-rebrand-patch-one {
  background-image: linear-gradient(282.71deg, #38ffea -12.46%, #72a2ff 84.83%);
}

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

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

.popup {
  opacity: 0;
  visibility: hidden;
}

.popup.active {
  opacity: 1;
  visibility: visible;
}

.rotate-animation {
  transition: transform 0.5s;
}
.rotate-animation.rotating {
  transform: rotate(360deg);
}

button {
  display: block;
}

.one-line,
.two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.one-line {
  word-break: break-all;
  -webkit-line-clamp: 1;
}

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

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

/* .sidebar.collapse .collapse {
  display: none !important;
} */

.sidebar.collapseSidebar {
  width: 4rem !important;
}

.sidebar.collapseSidebar .menu-collapse {
  margin: 0 auto;
  transform: rotateY(180deg);
}

.sidebar.collapseSidebar .sub-dropdown {
  margin-left: 0 !important;
}

.sidebar.collapseSidebar > div {
  width: 4rem !important;
}

.sidebar.collapseSidebar .expand0 {
  display: none !important;
}

.sidebar.collapseSidebar .collapse0 {
  display: block !important;
}

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

.hover\:text-rebrand:hover{
  --tw-text-opacity: 1;
  color: rgb(55 255 234 / var(--tw-text-opacity));
}

.hover\:text-rebrand-accent:hover{
  --tw-text-opacity: 1;
  color: rgb(0 240 255 / var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-rebrand-accent{
  --tw-text-opacity: 1;
  color: rgb(0 240 255 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.form-inside{
  color: #83868b;
  background-color: #29292c;
  outline: none;
  border-width: 0.01px;
  border-color: #83868b;
  border: none;
  border: 0 !important;

}

.option-limit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 25px;
}

.container {
  width: 100%;
}


#category {
  width: 100%;
}

@media (min-width: 640px){

  #category {
      width: 100%;
  }
  

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

  .sm\:ml-0{
    margin-left: 0px;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-\[18px\]{
    height: 18px;
  }

  .sm\:h-\[40px\]{
    height: 40px;
  }

  .sm\:h-auto{
    height: auto;
  }

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

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

  .sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .sm\:gap-3{
    gap: 0.75rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:border-b-0{
    border-bottom-width: 0px;
  }

  .sm\:p-3{
    padding: 0.75rem;
  }

  .sm\:p-\[11px\]{
    padding: 11px;
  }

  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-\[15px\]{
    font-size: 15px;
  }

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:tracking-normal{
    letter-spacing: 0em;
  }

  .sm\:mt-8 {
    margin-top: 2rem
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr))
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
  }
  .category-container select {
    width: 50%;
  }
}

@media (min-width: 768px){

  .md\:overflow-visible {
    overflow: visible
  }
  #category {
    width: 100%;
  }

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

  .md\:mt-2 {
    margin-top: .5rem
}

  .md\:block{
    display: block;
  }

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

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-10{
    height: 2.5rem;
  }

  .md\:h-110{
    height: 110px;
  }

  .md\:h-140{
    height: 140px;
  }

   .md\:w-250{
    width: 250px;
  }

    .md\:w-125{
      width: 125px;
    }

  .md\:w-10{
    width: 2.5rem;
  }

  .md\:min-w-\[auto\]{
    min-width: auto;
  }

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

  .md\:gap-3{
    gap: 0.75rem;
  }

  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:pb-2{
    padding-bottom: 0.5rem;
  }

  .md\:pt-6{
    padding-top: 1.5rem;
  }

  .md\:text-\[13px\]{
    font-size: 13px;
  }

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

  .md\:pt-4 {
      padding-top: 1rem
  }

  .md\:pt-6 {
      padding-top: 1.5rem
  }

  .md\:pt-2 {
      padding-top: .5rem
  }

  .md\:pb-3 {
      padding-bottom: .75rem
  }

  .md\:pt-5 {
      padding-top: 1.25rem
  }

  .md\:pt-10 {
      padding-top: 2.5rem
  }
  .md\:text-5xl {
      font-size: 3rem;
      line-height: 1
  }

  .md\:mb-8 {
    margin-bottom: 2rem
  }
  .md\:text-base {
      font-size: 1rem;
      line-height: 1.5rem
  }

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

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

  .md\:gap-6 {
    gap: 1.5rem
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0
  }

  .category-container select {
    width: 100%;
  }


}/* Dashboard Styles - Based on wallet_discovery.css */

/* Grid Layout Styles */
.bg-rebrand-tab {
    background-color: rgba(30, 41, 59, 0.5);
}

.border-rebrand-blue {
    border-color: rgba(59, 130, 246, 0.4);
}

/* Stats Panel */
.stat-item {
    padding: 0.75rem;
    border-radius: 8px;
    background-color: rgba(15, 23, 42, 0.6);
    transition: background-color 0.2s ease;
}

.stat-item:hover {
    background-color: rgba(15, 23, 42, 0.9);
}

/* Table Container - Updated for Panel */
.dashboard-table-container {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
}

/* Custom scrollbar for webkit browsers */
.dashboard-table-container::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.dashboard-table-container::-webkit-scrollbar-track {
    background: rgba(30, 41, 59, 0.4);
    border-radius: 4px;
}

.dashboard-table-container::-webkit-scrollbar-thumb {
    background: rgba(0, 240, 255, 0.5);
    border-radius: 4px;
}

.dashboard-table-container::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 240, 255, 0.7);
}

/* Table Styles */
.dashboard-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.875rem;
    table-layout: fixed;
}

/* Table Header */
.dashboard-table thead {
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: rgba(15, 23, 42, 1);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.dashboard-table thead tr {
    display: grid;
    grid-template-columns: 0.5fr 1.3fr 1.2fr 0.7fr 0.9fr 1fr 0.9fr 0.7fr;
    background-color: rgba(15, 23, 42, 1);
}

/* Table Body */
.dashboard-table tbody tr {
    display: grid;
    grid-template-columns: 0.5fr 1.3fr 1.2fr 0.7fr 0.9fr 1fr 0.9fr 0.7fr;
    position: relative;
    z-index: 1;
}

/* Table Cells */
.dashboard-table th,
.dashboard-table td {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.3rem;
    border-right: 1px solid rgba(59, 130, 246, 0.25);
    border-bottom: 1px solid rgba(59, 130, 246, 0.38);
    font-size: 0.875rem;
    overflow: hidden;
    word-wrap: break-word;
    hyphens: auto;
}

.dashboard-table thead th {
    overflow: visible !important;
    position: relative;
    background-color: rgba(15, 23, 42, 1);
    z-index: 100;
}

.dashboard-table tbody td {
    overflow: hidden;
    background-color: rgba(15, 23, 42, 0.8);
    z-index: 1;
}

.dashboard-table th:last-child,
.dashboard-table td:last-child {
    border-right: none;
}

/* Header Cells */
.dashboard-table th {
    background-color: rgba(15, 23, 42, 1);
    font-weight: 600;
}

/* Body Cells */
.dashboard-table tbody tr {
    background-color: rgba(15, 23, 42, 0.8);
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.dashboard-table tbody tr:hover {
    background-color: rgba(30, 41, 59, 0.95);
    border-left: 3px solid rgba(59, 130, 246, 0.5);
    transform: translateX(2px);
    box-shadow: 0 2px 8px rgba(59, 130, 246, 0.15);
}

.dashboard-table tbody tr:hover td {
    background-color: rgba(30, 41, 59, 0.95);
}

/* New Transaction Animation */
@keyframes slideInFromTop {
    0% {
        transform: translateY(-20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes highlightNew {
    0%, 100% {
        background-color: rgba(30, 41, 59, 0.9);
    }
    50% {
        background-color: rgba(0, 240, 255, 0.2);
    }
}

.new-transaction-row {
    animation: slideInFromTop 0.3s ease-out, highlightNew 1.5s ease-in-out;
}

.new-transaction-row td {
    animation: highlightNew 1.5s ease-in-out;
}

/* Transaction Type Badges */
.txn-badge {
    padding: 0.3rem 0.6rem;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.txn-badge-buy {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.4);
}

.txn-badge-sell {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.4);
}

/* Text Colors */
.text-rebrand-white {
    color: #ffffff;
}

.text-rebrand-green {
    color: #10b981;
}

.text-rebrand-red {
    color: #ef4444;
}

.text-rebrand-light-blue {
    color: #60a5fa;
}

.text-rebrand-accent {
    color: #00f0ff;
}

.text-rebrand-gray {
    color: #94a3b8;
}

/* Button Styles */
.bg-rebrand-grad {
    background: linear-gradient(90deg, #00f0ff 0%, #00a8ff 100%);
}

/* Hover Effects */
a:hover {
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

/* Loading State */
.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(15, 23, 42, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(0, 240, 255, 0.2);
    border-top-color: #00f0ff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

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

/* Empty State */
.empty-state {
    text-align: center;
    padding: 3rem 2rem;
}

.empty-state-icon {
    margin: 0 auto 1rem;
    color: #60a5fa;
    opacity: 0.5;
}

.empty-state-title {
    font-size: 1.25rem;
    color: #60a5fa;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.empty-state-text {
    font-size: 0.95rem;
    color: #94a3b8;
    max-width: 28rem;
    margin: 0 auto;
    line-height: 1.6;
}

/* Pagination removed - showing last 30 transactions only */

/* Connection Status Indicator */
.connection-status {
    position: fixed;
    top: 20px;
    right: 20px;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 600;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.connection-status.connected {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.4);
}

.connection-status.disconnected {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.4);
}

.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    animation: pulse 2s ease-in-out infinite;
}

.status-dot.connected {
    background-color: #22c55e;
}

.status-dot.disconnected {
    background-color: #ef4444;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

/* Responsive */
@media (max-width: 639px) {
    .dashboard-table th,
    .dashboard-table td {
        padding: 0.4rem 0.25rem;
        font-size: 0.75rem;
    }
}

/* ==================== DASHBOARD GRID LAYOUT ==================== */

/* Main Dashboard Grid - 2 columns on desktop, 1 on mobile */
.dashboard-main-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
}

@media (min-width: 768px) {
    .dashboard-main-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Panel Styles */
.glass-panel {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 12px;
    min-height: 400px;
    max-height: 550px;
}

/* Full width panel for Analytics */
.glass-panel.full-width {
    grid-column: 1 / -1;
    min-height: 700px !important;
    max-height: none !important;
}

.panel-header {
    flex-shrink: 0;
    margin-bottom: 10px;
}

.panel-icon {
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-right: 0.5rem;
    vertical-align: middle;
}

/* Scrollable Table Containers */
.table-container {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

.table-container::-webkit-scrollbar {
    width: 8px;
}

.table-container::-webkit-scrollbar-track {
    background: rgba(30, 41, 59, 0.4);
    border-radius: 4px;
}

.table-container::-webkit-scrollbar-thumb {
    background: rgba(0, 240, 255, 0.5);
    border-radius: 4px;
}

.table-container::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 240, 255, 0.7);
}

/* Token Table */
.tokens-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.tokens-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: rgba(15, 23, 42, 1);
}

.tokens-table thead th {
    background-color: rgba(15, 23, 42, 1);
    font-weight: 600;
    padding: 0.6rem 0.4rem;
    text-align: center;
    border-bottom: 2px solid rgba(0, 240, 255, 0.4);
}

.tokens-table tbody tr {
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.tokens-table tbody tr:hover {
    background-color: rgba(30, 41, 59, 0.95);
    border-left: 3px solid rgba(0, 240, 255, 0.5);
    transform: translateX(2px);
}

.tokens-table tbody tr.token-selected {
    background-color: rgba(0, 240, 255, 0.15);
    border-left: 3px solid #00f0ff;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.2);
}

/* Transaction selected state (for Top 1000 Wallets Transactions table) */
.dashboard-table tbody tr.transaction-selected {
    background-color: rgba(0, 240, 255, 0.15);
    border-left: 3px solid #00f0ff;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.2);
}

/* Links inside transaction table should still be interactive */
.dashboard-table tbody tr a {
    position: relative;
    z-index: 1;
}

.dashboard-table tbody tr a:hover {
    text-decoration: underline;
}

/* Button hover effect inside transaction table */
.dashboard-table tbody tr .bg-rebrand-grad {
    position: relative;
    z-index: 1;
}

/* Tooltip/hint for clickable rows */
.dashboard-table tbody tr:not(.transaction-selected):hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 60%;
    background: linear-gradient(90deg, #3b82f6 0%, transparent 100%);
    border-radius: 0 4px 4px 0;
}

.tokens-table td {
    padding: 0.6rem 0.4rem;
    text-align: center;
    border-bottom: 1px solid rgba(59, 130, 246, 0.25);
}

/* Analytics Grid - 2 columns inside */
.analytics-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    height: 100%;
}

@media (min-width: 768px) {
    .analytics-grid {
        grid-template-columns: 60% 40%;
    }
}

/* DexScreener Embed */
.analytics-chart-section {
    position: relative;
    overflow: hidden;
}

.dexscreener-embed-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 650px;
    border-radius: 8px;
    overflow: hidden;
    background: rgba(15, 23, 42, 0.8);
    display: none;
}

.dexscreener-embed-container iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

/* Wallet Stats Section */
.analytics-stats-section {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.wallet-stats-container {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 8px;
    background: rgba(15, 23, 42, 0.6);
}

.wallet-stats-container::-webkit-scrollbar {
    width: 8px;
}

.wallet-stats-container::-webkit-scrollbar-track {
    background: rgba(30, 41, 59, 0.4);
    border-radius: 4px;
}

.wallet-stats-container::-webkit-scrollbar-thumb {
    background: rgba(0, 240, 255, 0.5);
    border-radius: 4px;
}

.wallet-stats-container::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 240, 255, 0.7);
}

/* Wallet Stats Table */
.wallet-stats-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 0.875rem;
}

.wallet-stats-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: rgba(15, 23, 42, 1);
}

.wallet-stats-table th {
    background-color: rgba(15, 23, 42, 1);
    font-weight: 600;
    padding: 0.75rem 0.5rem;
    text-align: center;
    border-bottom: 2px solid rgba(0, 240, 255, 0.4);
}

.wallet-stats-table td {
    padding: 0.75rem 0.5rem;
    text-align: center;
    border-bottom: 1px solid rgba(59, 130, 246, 0.25);
}

.wallet-stats-table tbody tr {
    cursor: pointer;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.wallet-stats-table tbody tr:hover {
    background-color: rgba(30, 41, 59, 0.95);
    border-left: 3px solid rgba(0, 240, 255, 0.5);
    transform: translateX(2px);
}

.wallet-stats-table tbody tr.wallet-selected {
    background-color: rgba(0, 240, 255, 0.15);
    border-left: 3px solid #00f0ff;
    box-shadow: 0 0 20px rgba(0, 240, 255, 0.2);
}

/* Placeholder */
#chartPlaceholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 300px;
}

/* ==================== ADDITIONAL STYLES FROM HTML ==================== */

/* Mobile scroll fix */
html, body {
    height: 100%;
    overflow-x: hidden;
}

body {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 767px) {
    #layout {
        min-height: 100vh;
        height: auto;
    }
    
    .dashboard-table-container {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    /* Main content full width on mobile */
    .main-content-wrapper {
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    body {
        overflow: hidden;
    }
}

/* Professional Panel Styles Override */
.glass-panel {
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(71, 85, 105, 0.3);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease;
}

.glass-panel:hover {
    border-color: rgba(71, 85, 105, 0.5);
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.3);
}

.gradient-border {
    position: relative;
    border: 1px solid rgba(71, 85, 105, 0.3);
}

/* Token Table Styles Override */
.tokens-table-container {
    scrollbar-width: thin;
    scrollbar-color: rgba(59, 130, 246, 0.3) transparent;
}

.tokens-table-container::-webkit-scrollbar {
    width: 6px;
}

.tokens-table-container::-webkit-scrollbar-track {
    background: transparent;
}

.tokens-table-container::-webkit-scrollbar-thumb {
    background-color: rgba(59, 130, 246, 0.3);
    border-radius: 3px;
}

.tokens-table tbody tr {
    border-bottom: 1px solid rgba(59, 130, 246, 0.1);
    transition: background-color 0.15s ease;
}

.tokens-table tbody tr:hover {
    background-color: rgba(71, 85, 105, 0.15);
}

.tokens-table td {
    padding: 10px 5px;
}

.tokens-table th {
    padding: 10px 5px;
    position: relative;
    background: linear-gradient(to bottom, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.9));
    backdrop-filter: blur(8px);
}

/* Subtle Background Orbs */
@keyframes floatOrb {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(15px, -15px) scale(1.05); }
}

.animated-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: floatOrb 30s ease-in-out infinite;
    opacity: 0.08;
    pointer-events: none;
}

.orb-1 {
    top: 10%;
    right: 20%;
    width: 400px;
    height: 400px;
    background: #1e40af;
    animation-delay: 0s;
}

.orb-2 {
    bottom: 20%;
    left: 10%;
    width: 350px;
    height: 350px;
    background: #1e3a8a;
    animation-delay: 15s;
}

/* Professional Panel Headers Override */
.panel-header {
    background: rgba(15, 23, 42, 0.6);
    border-bottom: 1px solid rgba(71, 85, 105, 0.3);
    padding: 14px 18px;
    margin: -12px -16px 16px -16px;
    border-radius: 12px 12px 0 0;
}

.panel-header h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.panel-icon {
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
}

/* Professional Token Change Styles */
.token-change-positive {
    color: #10b981;
    font-weight: 600;
}

.token-change-negative {
    color: #ef4444;
    font-weight: 600;
}

.token-change-neutral {
    color: #6b7280;
    font-weight: 500;
}

/* Professional Badge Styles */
.modern-badge {
    padding: 5px 14px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.15s ease;
    border: 1px solid transparent;
}

.badge-buy {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    border-color: rgba(16, 185, 129, 0.3);
}

.badge-sell {
    background: rgba(239, 68, 68, 0.15);
    color: #ef4444;
    border-color: rgba(239, 68, 68, 0.3);
}

.modern-badge:hover {
    filter: brightness(1.1);
}

/* Subtle Update Animations */
@keyframes tokenPulse {
    0%, 100% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(71, 85, 105, 0.15);
    }
}

@keyframes tokenNew {
    0%, 100% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(59, 130, 246, 0.15);
    }
}

@keyframes tokenPriceUp {
    0%, 100% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(16, 185, 129, 0.1);
    }
}

@keyframes tokenPriceDown {
    0%, 100% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(239, 68, 68, 0.1);
    }
}

.token-row-updated {
    animation: tokenPulse 0.8s ease-in-out;
}

.token-row-new {
    animation: tokenNew 1s ease-in-out 2;
}

.token-row-price-up {
    animation: tokenPriceUp 0.6s ease-in-out;
}

.token-row-price-down {
    animation: tokenPriceDown 0.6s ease-in-out;
}

/* Individual cell highlight */
@keyframes cellFlash {
    0%, 100% {
        background-color: transparent;
    }
    50% {
        background-color: rgba(71, 85, 105, 0.2);
    }
}

.cell-updated {
    animation: cellFlash 0.5s ease-in-out;
    font-weight: 600;
}

/* Professional Sortable Headers */
.sortable-header {
    cursor: pointer;
    user-select: none;
    transition: background-color 0.15s ease;
    position: relative;
}

.sortable-header p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.sortable-header:hover {
    background-color: rgba(71, 85, 105, 0.3);
    cursor: pointer;
}

.sort-indicator {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    opacity: 0.4;
    transition: all 0.2s ease;
    margin-left: 4px;
}

.sortable-header:hover .sort-indicator {
    opacity: 0.7;
    transform: scale(1.1);
}

.sort-indicator::before,
.sort-indicator::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

/* Default: double arrows */
.sort-indicator::before {
    border-bottom: 5px solid #94a3b8;
}

.sort-indicator::after {
    border-top: 5px solid #94a3b8;
}

/* Active asc: up arrow only */
.sort-indicator.active.asc {
    opacity: 0.9;
}

.sort-indicator.active.asc::before {
    border-bottom: 5px solid #3b82f6;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.sort-indicator.active.asc::after {
    display: none;
}

/* Active desc: down arrow only */
.sort-indicator.active.desc {
    opacity: 0.9;
}

.sort-indicator.active.desc::before {
    display: none;
}

.sort-indicator.active.desc::after {
    border-top: 5px solid #3b82f6;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

/* ==================== TOAST NOTIFICATION SYSTEM ==================== */

.toast-container {
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 10px;
    pointer-events: none;
}

.toast {
    background: rgba(15, 23, 42, 0.95);
    border-radius: 8px;
    padding: 12px 16px;
    min-width: 280px;
    max-width: 400px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    border-left: 4px solid;
    display: flex;
    align-items: center;
    gap: 12px;
    pointer-events: all;
    animation: slideInRight 0.3s ease-out;
    backdrop-filter: blur(8px);
}

.toast.toast-success {
    border-left-color: #10b981;
}

.toast.toast-error {
    border-left-color: #ef4444;
}

.toast.toast-info {
    border-left-color: #3b82f6;
}

.toast.toast-warning {
    border-left-color: #f59e0b;
}

.toast-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.toast-success .toast-icon {
    color: #10b981;
}

.toast-error .toast-icon {
    color: #ef4444;
}

.toast-info .toast-icon {
    color: #3b82f6;
}

.toast-warning .toast-icon {
    color: #f59e0b;
}

.toast-message {
    flex: 1;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.4;
}

.toast-close {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background: none;
    border: none;
    color: #94a3b8;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.toast-close:hover {
    color: #ffffff;
}

.toast.toast-exit {
    animation: slideOutRight 0.3s ease-out forwards;
}

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

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

/* ==================== COPY BUTTON STYLES ==================== */

.copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-left: 6px;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #3b82f6;
    font-size: 12px;
}

.copy-btn:hover {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.5);
    transform: scale(1.1);
}

.copy-btn:active {
    transform: scale(0.95);
}

.copy-btn.copied {
    background: rgba(16, 185, 129, 0.2);
    border-color: rgba(16, 185, 129, 0.5);
    color: #10b981;
}

/* ==================== TOOLTIP SYSTEM ==================== */

.tooltip-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: help;
}

.tooltip-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-left: 4px;
    background: rgba(59, 130, 246, 0.2);
    border-radius: 50%;
    color: #3b82f6;
    font-size: 11px;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tooltip-trigger:hover .tooltip-icon {
    background: rgba(59, 130, 246, 0.3);
    transform: scale(1.1);
}

.tooltip {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    background: rgba(15, 23, 42, 0.98);
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(59, 130, 246, 0.3);
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
}

.tooltip-trigger:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-4px);
}

.tooltip::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: rgba(15, 23, 42, 0.98);
}

/* ==================== SKELETON LOADERS ==================== */

.skeleton {
    background: linear-gradient(
        90deg,
        rgba(71, 85, 105, 0.2) 25%,
        rgba(71, 85, 105, 0.3) 50%,
        rgba(71, 85, 105, 0.2) 75%
    );
    background-size: 200% 100%;
    animation: skeletonPulse 1.5s ease-in-out infinite;
    border-radius: 4px;
}

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

.skeleton-row {
    display: grid;
    grid-template-columns: 0.8fr 0.6fr 0.6fr 0.6fr 0.6fr 0.6fr 0.6fr 0.8fr;
    gap: 10px;
    padding: 12px 8px;
    border-bottom: 1px solid rgba(59, 130, 246, 0.15);
}

.skeleton-cell {
    height: 20px;
}

.skeleton-chart {
    width: 100%;
    height: 100%;
    min-height: 500px;
}

.skeleton-text {
    height: 16px;
    width: 100%;
}

.skeleton-text.short {
    width: 60%;
}

/* ==================== SEARCH INPUT STYLES ==================== */

.search-container {
    position: relative;
    margin-bottom: 12px;
}

.search-input {
    width: 100%;
    padding: 10px 40px 10px 38px;
    background: rgba(30, 41, 59, 0.6);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: 8px;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.2s ease;
}

.search-input:focus {
    outline: none;
    border-color: rgba(59, 130, 246, 0.6);
    background: rgba(30, 41, 59, 0.8);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.search-input::placeholder {
    color: #64748b;
}

.search-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
    pointer-events: none;
}

.search-clear {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #64748b;
    cursor: pointer;
    padding: 4px;
    display: none;
    transition: color 0.2s ease;
}

.search-clear:hover {
    color: #ffffff;
}

.search-clear.visible {
    display: block;
}

.no-results {
    text-align: center;
    padding: 40px 20px;
    color: #64748b;
}

.no-results-icon {
    font-size: 48px;
    margin-bottom: 12px;
    opacity: 0.3;
}

.no-results-text {
    font-size: 16px;
    margin-bottom: 8px;
}

.no-results-hint {
    font-size: 13px;
    opacity: 0.7;
}

/* ==================== LOADING SPINNER OVERLAY ==================== */

.spinner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(15, 23, 42, 0.9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 10;
    backdrop-filter: blur(4px);
}

.spinner {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(59, 130, 246, 0.2);
    border-top-color: #3b82f6;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.spinner-text {
    margin-top: 16px;
    color: #94a3b8;
    font-size: 14px;
}

/* ==================== KEYBOARD FOCUS STYLES ==================== */

.tokens-table tbody tr:focus,
.wallet-stats-table tbody tr:focus {
    outline: 2px solid #3b82f6;
    outline-offset: -2px;
    background-color: rgba(59, 130, 246, 0.1);
}

.tokens-table tbody tr:focus-visible,
.wallet-stats-table tbody tr:focus-visible {
    outline: 2px solid #3b82f6;
    outline-offset: -2px;
}

/* ==================== MOBILE IMPROVEMENTS ==================== */

@media (max-width: 767px) {
    /* Toast notifications */
    .toast-container {
        top: 60px;
        right: 10px;
        left: 10px;
    }
    
    .toast {
        min-width: auto;
        width: 100%;
    }
    
    /* Connection status smaller on mobile */
    .connection-status {
        top: 10px;
        right: 10px;
        padding: 0.4rem 0.8rem;
        font-size: 0.75rem;
    }
    
    .status-dot {
        width: 6px;
        height: 6px;
    }
    
    /* Touch target sizes */
    .tokens-table td,
    .tokens-table th,
    .wallet-stats-table td,
    .wallet-stats-table th {
        padding: 12px 8px;
        min-height: 44px;
    }
    
    .copy-btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }
    
    .sortable-header {
        min-height: 44px;
    }
    
    /* Scroll indicators */
    .tokens-table-container,
    .dashboard-table-container,
    .wallet-stats-container {
        position: relative;
    }
    
    .tokens-table-container::after,
    .dashboard-table-container::after,
    .wallet-stats-container::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 20px;
        background: linear-gradient(to left, rgba(15, 23, 42, 0.9), transparent);
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.3s ease;
    }
    
    .tokens-table-container.scrollable::after,
    .dashboard-table-container.scrollable::after,
    .wallet-stats-container.scrollable::after {
        opacity: 1;
    }
    
    /* Search input mobile friendly */
    .search-input {
        font-size: 16px; /* Prevents zoom on iOS */
    }
    
    /* Analytics grid stacks on mobile */
    .analytics-grid {
        grid-template-columns: 1fr;
    }
    
    .dexscreener-embed-container {
        min-height: 400px;
    }
}
