/* [next]/internal/font/google/geist_a71539c9.module.css [app-client] (css) */
@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/8a480f0b521d4e75-s.8e0177b5.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/7178b3e590c64307-s.b97b3418.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/caa3a2e1cccd8315-s.p.853070df.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Fallback;
  src: local(Arial);
  ascent-override: 95.94%;
  descent-override: 28.16%;
  line-gap-override: 0.0%;
  size-adjust: 104.76%;
}

.geist_a71539c9-module__T19VSG__className {
  font-family: Geist, Geist Fallback;
  font-style: normal;
}

.geist_a71539c9-module__T19VSG__variable {
  --font-geist-sans: "Geist", "Geist Fallback";
}

/* [next]/internal/font/google/geist_mono_8d43a2aa.module.css [app-client] (css) */
@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/4fa387ec64143e14-s.c1fdd6c2.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/bbc41e54d2fcbd21-s.799d8ef8.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Geist Mono;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/797e433ab948586e-s.p.dbea232f.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Geist Mono Fallback;
  src: local(Arial);
  ascent-override: 74.67%;
  descent-override: 21.92%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.geist_mono_8d43a2aa-module__8Li5zG__className {
  font-family: Geist Mono, Geist Mono Fallback;
  font-style: normal;
}

.geist_mono_8d43a2aa-module__8Li5zG__variable {
  --font-geist-mono: "Geist Mono", "Geist Mono Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
@tailwind base;

@tailwind components;

@tailwind utilities;

:root {
  --color-primary: #f97316;
  --color-primary-hover: #ea580c;
  --color-primary-light: #fdba74;
  --color-background: #fff;
  --color-surface: #f9fafb;
  --color-surface-hover: #f3f4f6;
  --color-text: #111827;
  --color-text-secondary: #6b7280;
  --color-border: #e5e7eb;
  --color-success: #10b981;
  --color-error: #ef4444;
  --color-warning: #f59e0b;
  --shadow-sm: 0 1px 2px 0 #0000000d;
  --shadow-md: 0 4px 6px -1px #0000001a;
  --shadow-lg: 0 10px 15px -3px #0000001a;
}

[data-theme="dark"] {
  --color-primary: #fb923c;
  --color-primary-hover: #f97316;
  --color-primary-light: #7c2d12;
  --color-background: #111827;
  --color-surface: #1f2937;
  --color-surface-hover: #374151;
  --color-text: #f9fafb;
  --color-text-secondary: #9ca3af;
  --color-border: #374151;
  --shadow-sm: 0 1px 2px 0 #0000004d;
  --shadow-md: 0 4px 6px -1px #0006;
  --shadow-lg: 0 10px 15px -3px #00000080;
}

@media (prefers-color-scheme: dark) {
  :root:not([data-theme]) {
    --color-primary: #fb923c;
    --color-primary-hover: #f97316;
    --color-primary-light: #7c2d12;
    --color-background: #111827;
    --color-surface: #1f2937;
    --color-surface-hover: #374151;
    --color-text: #f9fafb;
    --color-text-secondary: #9ca3af;
    --color-border: #374151;
    --shadow-sm: 0 1px 2px 0 #0000004d;
    --shadow-md: 0 4px 6px -1px #0006;
    --shadow-lg: 0 10px 15px -3px #00000080;
  }
}

* {
  box-sizing: border-box;
}

body {
  color: var(--color-text);
  background: var(--color-background);
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  transition: background-color .3s, color .3s;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: var(--color-surface);
}

::-webkit-scrollbar-thumb {
  background: var(--color-border);
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--color-text-secondary);
}

.btn {
  cursor: pointer;
  border: none;
  border-radius: .5rem;
  outline: none;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: .625rem 1.25rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s;
  display: inline-flex;
}

.btn-primary {
  background: var(--color-primary);
  color: #fff;
}

.btn-primary:hover {
  background: var(--color-primary-hover);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

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

.btn-secondary {
  background: var(--color-surface);
  color: var(--color-text);
  border: 1px solid var(--color-border);
}

.btn-secondary:hover {
  background: var(--color-surface-hover);
}

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

.btn-ghost:hover {
  background: var(--color-surface);
  color: var(--color-text);
}

.btn-sm {
  padding: .375rem .75rem;
  font-size: .75rem;
}

.input {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  width: 100%;
  color: var(--color-text);
  border-radius: .5rem;
  padding: .75rem 1rem;
  font-size: 1rem;
  transition: border-color .2s, box-shadow .2s;
}

.input:focus {
  border-color: var(--color-primary);
  outline: none;
  box-shadow: 0 0 0 3px #f9731633;
}

.input::placeholder {
  color: var(--color-text-secondary);
}

.card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  border-radius: .75rem;
  padding: 1.5rem;
}

.table-container {
  border: 1px solid var(--color-border);
  border-radius: .75rem;
  overflow-x: auto;
}

.table {
  border-collapse: collapse;
  width: 100%;
  font-size: .875rem;
}

.table th {
  background: var(--color-surface);
  color: var(--color-text-secondary);
  text-align: left;
  border-bottom: 1px solid var(--color-border);
  text-transform: uppercase;
  letter-spacing: .05em;
  padding: .875rem 1rem;
  font-size: .75rem;
  font-weight: 600;
  position: sticky;
  top: 0;
}

.table td {
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text);
  padding: .875rem 1rem;
}

.table tbody tr {
  transition: background-color .15s;
}

.table tbody tr:hover {
  background: var(--color-surface-hover);
}

.table tbody tr:last-child td {
  border-bottom: none;
}

.checkbox {
  width: 1.125rem;
  height: 1.125rem;
  accent-color: var(--color-primary);
  cursor: pointer;
}

.badge {
  border-radius: 9999px;
  align-items: center;
  padding: .25rem .625rem;
  font-size: .75rem;
  font-weight: 500;
  display: inline-flex;
}

.badge-primary {
  color: var(--color-primary);
  background: #f9731626;
}

.toggle {
  background: var(--color-border);
  cursor: pointer;
  border-radius: 9999px;
  width: 2.75rem;
  height: 1.5rem;
  transition: background .2s;
  position: relative;
}

.toggle.active {
  background: var(--color-primary);
}

.toggle:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  box-shadow: var(--shadow-sm);
  background: #fff;
  border-radius: 50%;
  transition: transform .2s;
  position: absolute;
  top: .125rem;
  left: .125rem;
}

.toggle.active:after {
  transform: translateX(1.25rem);
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-lg);
  z-index: 50;
  border-radius: .5rem;
  min-width: 12rem;
  margin-top: .5rem;
  position: absolute;
  top: 100%;
  right: 0;
  overflow: hidden;
}

.dropdown-item {
  text-align: left;
  width: 100%;
  color: var(--color-text);
  cursor: pointer;
  background: none;
  border: none;
  padding: .625rem 1rem;
  font-size: .875rem;
  transition: background .15s;
  display: block;
}

.dropdown-item:hover {
  background: var(--color-surface-hover);
}

.sidebar {
  background: var(--color-surface);
  border-left: 1px solid var(--color-border);
  width: 320px;
  height: 100vh;
  box-shadow: var(--shadow-lg);
  z-index: 100;
  padding: 1.5rem;
  transition: right .3s;
  position: fixed;
  top: 0;
  right: -320px;
  overflow-y: auto;
}

.sidebar.open {
  right: 0;
}

.sidebar-overlay {
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #00000080;
  transition: opacity .3s, visibility .3s;
  position: fixed;
  inset: 0;
}

.sidebar-overlay.open {
  opacity: 1;
  visibility: visible;
}

.chart-bar {
  background: var(--color-primary);
  border-radius: .25rem;
  height: 1.5rem;
  transition: width .5s;
}

.loader {
  border: 2px solid var(--color-border);
  border-top-color: var(--color-primary);
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  animation: .8s linear infinite spin;
}

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

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in {
  animation: .3s forwards fadeIn;
}

.search-wrapper {
  width: 100%;
  position: relative;
}

.search-icon-wrapper {
  z-index: 10;
  pointer-events: none;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: .75rem;
  transform: translateY(-50%);
}

.search-input-field {
  width: 100%;
  height: 3.5rem;
  padding-left: 2.75rem;
  padding-right: 8rem;
}

.search-action-btn {
  z-index: 20;
  height: auto;
  position: absolute;
  top: .5rem;
  bottom: .5rem;
  right: .5rem;
}

.markets-grid {
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.market-btn {
  cursor: pointer;
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  transition: all .2s;
  display: flex;
}

.market-btn-check {
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.market-btn-tag {
  border-radius: 9999px;
  padding: .125rem .375rem;
  font-size: .75rem;
}

.currency-toggle {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border-radius: 9999px;
  width: auto;
  min-width: 200px;
  padding: .25rem;
  display: inline-flex;
  position: relative;
}

.currency-thumb {
  background: var(--color-primary);
  z-index: 1;
  border-radius: 9999px;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  position: absolute;
  top: .25rem;
  bottom: .25rem;
}

.currency-toggle[data-active="original"] .currency-thumb {
  width: calc(100% - 70px);
  left: .25rem;
}

.currency-toggle[data-active="twd"] .currency-thumb {
  width: 60px;
  left: calc(100% - 60px - .25rem);
}

.currency-option {
  text-align: center;
  color: var(--color-text-secondary);
  z-index: 10;
  white-space: nowrap;
  background: none;
  border: none;
  border-radius: 9999px;
  flex: 1;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 600;
  transition: color .3s;
  position: relative;
}

.currency-option.active {
  color: #fff;
}

.results-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.results-actions {
  align-items: center;
  gap: 1rem;
  display: flex;
}

@keyframes pulse-ring {
  0% {
    transform: scale(.8);
    box-shadow: 0 0 #f97316b3;
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 20px #f9731600;
  }

  100% {
    transform: scale(.8);
    box-shadow: 0 0 #f9731600;
  }
}

.loading-pulse {
  background: #fff;
  border: 1px solid #f973161a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  animation: 2s infinite pulse-ring;
  display: flex;
  position: relative;
  box-shadow: 0 4px 15px #f9731633;
}

.loading-container {
  items-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  padding: 4rem 1rem;
  display: flex;
}

[data-theme="dark"] .loading-pulse {
  background: #1e1e1e;
}

.navbar {
  background: var(--color-primary);
  z-index: 99;
  width: 100%;
  padding: 1rem 1.5rem;
  position: sticky;
  top: 0;
  box-shadow: 0 4px 20px #f9731640;
}

.navbar-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-brand {
  color: #fff;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  display: flex;
}

.navbar-logo-box {
  width: 2.5rem;
  height: 2.5rem;
  color: var(--color-primary);
  background: #fff;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 800;
  display: flex;
  box-shadow: 0 2px 8px #0000001a;
}

.navbar-title-text {
  letter-spacing: -.02em;
  font-size: 1.25rem;
  font-weight: 700;
}

.navbar-actions {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.btn-nav-glass {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #fff;
  cursor: pointer;
  background: #fff3;
  border: 1px solid #ffffff4d;
  border-radius: 9999px;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .2s;
  display: inline-flex;
}

.btn-nav-glass:hover {
  background: #ffffff4d;
  transform: translateY(-1px);
}

.btn-nav-icon {
  color: #fff;
  cursor: pointer;
  background: #fff3;
  border: 1px solid #ffffff4d;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: all .2s;
  display: flex;
}

.btn-nav-icon:hover {
  background: #ffffff4d;
  transform: rotate(15deg);
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__0f0ba101._.css.map*/