/* [project]/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
    }
  }
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.static {
  position: static;
}

.sticky {
  position: sticky;
}

.top-1\/2 {
  top: 50%;
}

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

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

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.container {
  width: 100%;
}

.mx-auto {
  margin-inline: auto;
}

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

.min-h-screen {
  min-height: 100vh;
}

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

.flex-1 {
  flex: 1;
}

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

.flex-grow {
  flex-grow: 1;
}

.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}

.rotate-0 {
  rotate: none;
}

.rotate-90 {
  rotate: 90deg;
}

.transform {
  transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
}

.cursor-grab {
  cursor: grab;
}

.cursor-pointer {
  cursor: pointer;
}

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

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

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

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

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

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

.items-start {
  align-items: flex-start;
}

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

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

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

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-full {
  border-radius: 3.40282e38px;
}

.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}

.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}

.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}

.border-r {
  border-right-style: var(--tw-border-style);
  border-right-width: 1px;
}

.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}

.border-l {
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
}

.border-l-4 {
  border-left-style: var(--tw-border-style);
  border-left-width: 4px;
}

.border-dashed {
  --tw-border-style: dashed;
  border-style: dashed;
}

.border-t-transparent {
  border-top-color: #0000;
}

.bg-gradient-to-br {
  --tw-gradient-position: to bottom right in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}

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

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

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

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

.break-words {
  overflow-wrap: break-word;
}

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

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.uppercase {
  text-transform: uppercase;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-50 {
  opacity: .5;
}

.opacity-70 {
  opacity: .7;
}

.opacity-100 {
  opacity: 1;
}

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

.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, ease);
  transition-duration: var(--tw-duration, 0s);
}

.duration-200 {
  --tw-duration: .2s;
  transition-duration: .2s;
}

.duration-300 {
  --tw-duration: .3s;
  transition-duration: .3s;
}

@media (hover: hover) {
  .hover\:scale-\[1\.02\]:hover {
    scale: 1.02;
  }
}

@media (hover: hover) {
  .hover\:opacity-80:hover {
    opacity: .8;
  }
}

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

.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

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

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

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

:root {
  --theme-bg-primary: #0a1628;
  --theme-bg-secondary: #1a2942;
  --theme-bg-tertiary: #0f1d35;
  --theme-text-primary: #fff;
  --theme-text-secondary: #fff9;
  --theme-bg-gradient-start: #0a1628e6;
  --theme-bg-gradient-mid: #1a2942e6;
  --theme-bg-gradient-end: #0f1d35e6;
  --theme-accent-primary: #667eea;
  --theme-accent-secondary: #764ba2;
  --theme-success: #10b981;
  --theme-success-bg: #10b98133;
  --theme-error: #ef4444;
  --theme-error-bg: #ef444433;
  --theme-error-rgb: 239, 68, 68;
  --theme-warning: #f59e0b;
  --theme-info: #06b6d4;
  --theme-active-bg: #667eea33;
  --theme-hover-bg: #ffffff1a;
  --theme-border-primary: #ffffff1a;
  --theme-border-secondary: #ffffff0d;
  --background: var(--theme-bg-primary);
  --foreground: var(--theme-text-primary);
}

body {
  font-family: var(--theme-font-family-base, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif);
  background: linear-gradient(135deg, var(--theme-bg-gradient-start) 0%, var(--theme-bg-gradient-mid) 50%, var(--theme-bg-gradient-end) 100%), url("/background.webp") center center / cover no-repeat fixed;
  min-height: 100vh;
  color: var(--theme-text-primary);
  overflow-x: hidden;
}

@layer utilities {
  .text-balance {
    text-wrap: balance;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

.animate-fade-in {
  animation: .5s ease-out fade-in;
}

.glass {
  background: var(--theme-glass-bg, #ffffff0d);
  -webkit-backdrop-filter: blur(var(--theme-blur-md, 10px));
  border: var(--theme-border-width-thin, 1px) solid var(--theme-border-primary, #ffffff1a);
  border-radius: var(--theme-border-radius-lg, 10px);
  box-shadow: var(--theme-shadow-xl, 0 8px 32px 0 #0000005e);
}

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

.theme-select {
  color: var(--theme-text-primary) !important;
  background-color: var(--theme-bg-secondary, #1a2942) !important;
}

.theme-select option {
  background-color: var(--theme-bg-secondary, #1a2942);
  color: var(--theme-text-primary);
  padding: 8px;
}

.theme-select option:hover, .theme-select option:checked {
  background-color: var(--theme-active-bg, #667eea33);
  color: var(--theme-text-primary);
}

.glass-dark {
  background: var(--theme-glass-dark-bg, #0a1628cc);
  -webkit-backdrop-filter: blur(var(--theme-blur-md, 10px));
  border: var(--theme-border-width-thin, 1px) solid var(--theme-border-primary, #ffffff1a);
}

.container {
  min-height: 100vh;
  display: flex;
}

.sidebar {
  background: var(--theme-glass-dark-bg, #0a1628cc);
  border-right: var(--theme-border-width-thin, 1px) solid var(--theme-border-primary, #ffffff1a);
  flex-direction: column;
  width: 240px;
  min-height: 100vh;
  padding: 20px;
  display: flex;
}

.logo {
  font-size: var(--theme-font-size-xl, 18px);
  font-weight: var(--theme-font-weight-bold, 700);
  align-items: center;
  gap: 10px;
  margin-bottom: 40px;
  display: flex;
}

.logo-icon {
  background: linear-gradient(var(--theme-gradient-angle, 135deg), var(--theme-gradient-primary-start, #667eea) 0%, var(--theme-gradient-primary-end, #764ba2) 100%);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.nav-item {
  cursor: pointer;
  color: var(--theme-text-secondary, #fff9);
  border-radius: 6px;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
  padding: 12px 16px;
  transition: all .3s;
  display: flex;
}

.nav-item.active {
  background: var(--theme-active-bg, #667eea33);
  color: var(--theme-text-primary, #fff);
}

.nav-item:hover {
  background: var(--theme-hover-bg, #ffffff0d);
  color: var(--theme-text-primary, #fff);
}

.logo-subtitle {
  font-size: var(--theme-font-size-xs, 10px);
  color: var(--theme-text-muted, #ffffff80);
}

.logout {
  color: var(--theme-text-primary, #fff);
  cursor: pointer;
  background-color: var(--theme-hover-bg, #6366f11a);
  border-radius: 6px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  transition: all .3s;
  display: flex;
}

.logout:hover {
  color: var(--theme-text-primary, #fff);
  background-color: var(--theme-hover-bg, #6366f133);
}

.exchange-rate {
  font-size: var(--theme-font-size-sm, 12px);
  color: var(--theme-text-secondary, #fff9);
  margin-bottom: 8px;
}

.menu-toggle-button {
  background: var(--theme-glass-bg, #ffffff0d);
  cursor: pointer;
  color: var(--theme-text-primary, #fff);
  border: none;
  border-radius: 6px;
  padding: 8px;
  transition: background .2s;
}

.menu-toggle-button:hover {
  background: var(--theme-hover-bg, #ffffff1a);
}

.main-content {
  flex: 1;
  padding: 30px;
  overflow-y: auto;
}

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

.header h1 {
  font-size: var(--theme-font-size-2xl, 22px);
  font-weight: var(--theme-font-weight-semibold, 600);
}

.header-right {
  align-items: center;
  gap: 20px;
  display: flex;
}

.search-box {
  background: var(--theme-glass-bg, #ffffff0d);
  border: 1px solid var(--theme-border-primary, #ffffff1a);
  border-radius: 6px;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  display: flex;
}

.search-box input {
  color: var(--theme-text-primary, #fff);
  background: none;
  border: none;
  outline: none;
  width: 200px;
}

.search-box input::placeholder {
  color: var(--theme-text-muted, #fff6);
}

.notification-icon {
  background: var(--theme-glass-bg, #ffffff0d);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.notification-badge {
  background: var(--theme-error, #f55);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  right: 8px;
}

.avatar {
  background-color: var(--theme-glass-bg, #ffffff1a);
  border: 2px solid var(--theme-accent-primary, #667eea);
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}

.price-cards {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-bottom: 30px;
  display: grid;
}

.price-card {
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.price-header {
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  display: flex;
}

.coin-icon {
  width: 48px;
  height: 48px;
  font-size: var(--theme-font-size-xl, 18px);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-value {
  font-size: var(--theme-font-size-2xl, 22px);
  font-weight: var(--theme-font-weight-bold, 700);
  margin-bottom: 8px;
}

.price-change {
  font-size: var(--theme-font-size-xs, 10px);
  border-radius: 3px;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  display: inline-flex;
}

.price-change.positive {
  background: var(--theme-success, #4caf50);
}

@supports (color: color-mix(in lab, red, red)) {
  .price-change.positive {
    background: color-mix(in srgb, var(--theme-success, #4caf50) 20%, transparent);
  }
}

.price-change.positive {
  color: var(--theme-success, #4caf50);
}

.price-change.negative {
  background: var(--theme-error, #f44336);
}

@supports (color: color-mix(in lab, red, red)) {
  .price-change.negative {
    background: color-mix(in srgb, var(--theme-error, #f44336) 20%, transparent);
  }
}

.price-change.negative {
  color: var(--theme-error, #f44336);
}

.mini-chart {
  height: 60px;
  margin-top: 16px;
}

.mini-chart-line {
  clip-path: polygon(0% 80%, 25% 60%, 50% 40%, 75% 50%, 100% 30%, 100% 100%, 0% 100%);
  background: linear-gradient(to right, #0000 0%, #667eea80 50%, #0000 100%);
  height: 100%;
}

.chart-section {
  grid-template-columns: 2fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
  display: grid;
}

.chart-card {
  padding: 24px;
}

.chart-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.chart-title {
  font-size: var(--theme-font-size-base, 14px);
  font-weight: var(--theme-font-weight-semibold, 600);
  align-items: center;
  gap: 8px;
  display: flex;
}

.time-filters {
  gap: 8px;
  display: flex;
}

.time-filter {
  font-size: var(--theme-font-size-xs, 10px);
  cursor: pointer;
  background: var(--theme-glass-bg, #ffffff0d);
  border: 1px solid var(--theme-border-primary, #ffffff1a);
  color: var(--theme-text-secondary, #fff9);
  border-radius: 4px;
  padding: 6px 12px;
  transition: all .3s;
}

.time-filter:hover {
  background: var(--theme-hover-bg, #ffffff1a);
  color: var(--theme-text-primary, #fff);
}

.time-filter.active {
  background: var(--theme-active-bg, #667eea4d);
  border-color: var(--theme-accent-primary, #667eea);
  color: var(--theme-text-primary, #fff);
}

.chart-area {
  height: 300px;
  position: relative;
}

.chart-placeholder {
  opacity: .6;
  width: 100%;
  height: 100%;
  position: relative;
}

.chart-line {
  clip-path: polygon(0% 60%, 10% 40%, 20% 50%, 30% 30%, 40% 25%, 50% 35%, 60% 40%, 70% 30%, 80% 45%, 90% 55%, 100% 50%, 100% 100%, 0% 100%);
  background: linear-gradient(to right, #0000 0%, #667eea4d 20% 40%, #627eea4d 60%, #4caf504d 80%, #0000 100%);
  height: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.balance-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.balance-value {
  font-size: var(--theme-font-size-3xl, 28px);
  font-weight: var(--theme-font-weight-bold, 700);
  margin: 20px 0;
}

.balance-stats {
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  display: grid;
}

.stat-item {
  background: var(--theme-glass-bg, #ffffff08);
  border-radius: 6px;
  padding: 12px;
}

.stat-label {
  font-size: var(--theme-font-size-xs, 10px);
  color: var(--theme-text-muted, #ffffff80);
  margin-bottom: 8px;
}

.stat-value {
  font-size: var(--theme-font-size-lg, 16px);
  font-weight: var(--theme-font-weight-semibold, 600);
}

.stat-value.positive {
  color: var(--theme-success, #4caf50);
}

.stat-value.negative {
  color: var(--theme-error, #f44336);
}

.exchange-card {
  margin-top: 20px;
  padding: 24px;
}

.exchange-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.exchange-form {
  flex-direction: column;
  gap: 16px;
  display: flex;
}

.exchange-row {
  align-items: center;
  gap: 12px;
  display: flex;
}

.exchange-label {
  font-size: var(--theme-font-size-xs, 10px);
  color: var(--theme-text-muted, #ffffff80);
  margin-bottom: 8px;
}

.exchange-input {
  background: var(--theme-glass-bg, #ffffff0d);
  border: 1px solid var(--theme-border-primary, #ffffff1a);
  color: var(--theme-text-primary, #fff);
  font-size: var(--theme-font-size-base, 14px);
  border-radius: 6px;
  flex: 1;
  padding: 12px;
}

.exchange-input:focus {
  border-color: var(--theme-accent-primary, #667eea80);
  outline: none;
}

.currency-select {
  background: var(--theme-glass-bg, #ffffff0d);
  border: 1px solid var(--theme-border-primary, #ffffff1a);
  color: var(--theme-text-primary, #fff);
  cursor: pointer;
  border-radius: 6px;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  display: flex;
}

.exchange-arrow {
  color: var(--theme-text-muted, #ffffff80);
  align-self: center;
}

.exchange-button {
  background: linear-gradient(var(--theme-gradient-angle, 135deg), var(--theme-gradient-primary-start, #667eea) 0%, var(--theme-gradient-primary-end, #764ba2) 100%);
  border-radius: var(--theme-border-radius-md, 6px);
  width: 100%;
  color: var(--theme-text-primary, #fff);
  font-size: var(--theme-font-size-sm, 13px);
  font-weight: var(--theme-font-weight-semibold, 600);
  cursor: pointer;
  transition: all var(--theme-transition-base, .3s);
  border: none;
  padding: 14px;
}

.exchange-button:hover {
  transform: var(--theme-hover-transform, translateY(-2px));
  box-shadow: var(--theme-shadow-glow, 0 8px 24px #667eea66);
}

.transactions-section {
  margin-top: 30px;
}

.transactions-card {
  padding: 24px;
}

.transactions-table {
  border-collapse: collapse;
  width: 100%;
}

.transactions-table th {
  text-align: left;
  font-size: var(--theme-font-size-xs, 10px);
  color: var(--theme-text-muted, #ffffff80);
  font-weight: var(--theme-font-weight-medium, 500);
  border-bottom: 1px solid var(--theme-border-primary, #ffffff1a);
  padding: 12px;
}

.transactions-table td {
  border-bottom: 1px solid var(--theme-border-secondary, #ffffff0d);
  padding: 16px 12px;
}

.tx-type {
  align-items: center;
  gap: 8px;
  display: flex;
}

.tx-icon {
  background: var(--theme-active-bg, #667eea33);
  width: 32px;
  height: 32px;
  color: var(--theme-text-primary, #fff);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.status-badge {
  font-size: var(--theme-font-size-xs, 10px);
  font-weight: var(--theme-font-weight-medium, 500);
  border-radius: 3px;
  padding: 4px 12px;
}

.status-done {
  background: var(--theme-success, #4caf50);
}

@supports (color: color-mix(in lab, red, red)) {
  .status-done {
    background: color-mix(in srgb, var(--theme-success, #4caf50) 20%, transparent);
  }
}

.status-done {
  color: var(--theme-success, #4caf50);
}

.status-pending {
  background: var(--theme-warning, #ff9800);
}

@supports (color: color-mix(in lab, red, red)) {
  .status-pending {
    background: color-mix(in srgb, var(--theme-warning, #ff9800) 20%, transparent);
  }
}

.status-pending {
  color: var(--theme-warning, #ff9800);
}

.percentage-badge {
  font-size: var(--theme-font-size-xs, 10px);
  font-weight: var(--theme-font-weight-semibold, 600);
  border-radius: 8px;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  display: inline-flex;
}

.percentage-positive {
  background: var(--theme-success, #4caf50);
}

@supports (color: color-mix(in lab, red, red)) {
  .percentage-positive {
    background: color-mix(in srgb, var(--theme-success, #4caf50) 20%, transparent);
  }
}

.percentage-positive {
  color: var(--theme-success, #4caf50);
}

.percentage-negative {
  background: var(--theme-error, #f44336);
}

@supports (color: color-mix(in lab, red, red)) {
  .percentage-negative {
    background: color-mix(in srgb, var(--theme-error, #f44336) 20%, transparent);
  }
}

.percentage-negative {
  color: var(--theme-error, #f44336);
}

@media (max-width: 1200px) {
  .price-cards, .chart-section {
    grid-template-columns: 1fr;
  }
}

.dashboard-card {
  padding: 24px;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.dashboard-card-header {
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  display: flex;
}

.dashboard-card-icon {
  background: var(--theme-active-bg, #667eea33);
  width: 40px;
  height: 40px;
  color: var(--theme-accent-primary, #667eea);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dashboard-card-title {
  font-size: var(--theme-font-size-sm, 12px);
  font-weight: var(--theme-font-weight-medium, 500);
  color: var(--theme-text-secondary, #fff9);
  text-transform: uppercase;
  letter-spacing: .5px;
}

.dashboard-card-value {
  font-size: var(--theme-font-size-3xl, 28px);
  font-weight: var(--theme-font-weight-bold, 700);
  color: var(--theme-text-primary, #fff);
  margin-bottom: 8px;
}

.dashboard-card-subtitle {
  font-size: var(--theme-font-size-sm, 12px);
  color: var(--theme-text-muted, #ffffff80);
  margin-bottom: 12px;
}

.dashboard-card-trend {
  font-size: var(--theme-font-size-sm, 12px);
  font-weight: var(--theme-font-weight-semibold, 600);
  border-radius: 4px;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  padding: 4px 8px;
  display: inline-flex;
}

.dashboard-card-trend.trend-up {
  background: var(--theme-success, #10b981);
}

@supports (color: color-mix(in lab, red, red)) {
  .dashboard-card-trend.trend-up {
    background: color-mix(in srgb, var(--theme-success, #10b981) 20%, transparent);
  }
}

.dashboard-card-trend.trend-up {
  color: var(--theme-success, #10b981);
}

.dashboard-card-trend.trend-down {
  background: var(--theme-error, #ef4444);
}

@supports (color: color-mix(in lab, red, red)) {
  .dashboard-card-trend.trend-down {
    background: color-mix(in srgb, var(--theme-error, #ef4444) 20%, transparent);
  }
}

.dashboard-card-trend.trend-down {
  color: var(--theme-error, #ef4444);
}

.dashboard-card-trend.trend-neutral {
  background: var(--theme-text-secondary, #fff9);
}

@supports (color: color-mix(in lab, red, red)) {
  .dashboard-card-trend.trend-neutral {
    background: color-mix(in srgb, var(--theme-text-secondary, #fff9) 20%, transparent);
  }
}

.dashboard-card-trend.trend-neutral {
  color: var(--theme-text-secondary, #fff9);
}

.dashboard-card-content {
  margin-top: 16px;
}

.dashboard-card-wide {
  grid-column: span 2;
}

.status-breakdown {
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  display: flex;
}

.status-breakdown-item {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.status-breakdown-label {
  font-size: var(--theme-font-size-sm, 12px);
  color: var(--theme-text-secondary, #fff9);
  justify-content: space-between;
  display: flex;
}

.status-breakdown-count {
  color: var(--theme-text-primary, #fff);
  font-weight: 600;
}

.status-breakdown-bar {
  background: var(--theme-glass-bg, #ffffff0d);
  border-radius: 3px;
  height: 6px;
  overflow: hidden;
}

.status-breakdown-bar-fill {
  background: var(--theme-accent-primary, #667eea);
  border-radius: 3px;
  height: 100%;
  transition: width .3s;
}

.alert-list {
  flex-direction: column;
  gap: 12px;
  margin-top: 16px;
  display: flex;
}

.alert-item {
  background: var(--theme-glass-bg, #ffffff08);
  border-left: 3px solid;
  border-radius: 6px;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  display: flex;
}

.alert-icon {
  flex-shrink: 0;
  margin-top: 2px;
}

.alert-content {
  flex: 1;
}

.alert-message {
  font-size: var(--theme-font-size-base, 14px);
  color: var(--theme-text-primary, #fff);
  margin-bottom: 4px;
}

.alert-type {
  font-size: var(--theme-font-size-xs, 10px);
  color: var(--theme-text-muted, #ffffff80);
  text-transform: uppercase;
  letter-spacing: .5px;
}

.activity-feed {
  flex-direction: column;
  gap: 12px;
  max-height: 400px;
  margin-top: 16px;
  display: flex;
  overflow-y: auto;
}

.activity-empty {
  text-align: center;
  color: var(--theme-text-muted, #ffffff80);
  font-size: var(--theme-font-size-sm, 12px);
  padding: 20px;
}

.activity-item {
  background: var(--theme-glass-bg, #ffffff08);
  border-radius: 6px;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  display: flex;
}

.activity-icon {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  margin-top: 6px;
}

.activity-icon-dot {
  background: var(--theme-accent-primary, #667eea);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.activity-content {
  flex: 1;
}

.activity-text {
  font-size: var(--theme-font-size-base, 14px);
  color: var(--theme-text-primary, #fff);
  margin-bottom: 4px;
}

.activity-user {
  color: var(--theme-accent-primary, #667eea);
  font-weight: 600;
}

.activity-action {
  color: var(--theme-text-secondary, #fff9);
}

.activity-model {
  color: var(--theme-text-muted, #ffffff80);
  font-style: italic;
}

.activity-time {
  font-size: var(--theme-font-size-xs, 10px);
  color: var(--theme-text-muted, #ffffff80);
}

.progress-bar-container {
  margin-top: 16px;
}

.progress-bar {
  background: var(--theme-glass-bg, #ffffff0d);
  border-radius: 4px;
  height: 8px;
  overflow: hidden;
}

.progress-bar-fill {
  background: var(--theme-accent-primary, #667eea);
  border-radius: 4px;
  height: 100%;
  transition: width .3s;
}

.dashboard-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 30px;
  display: grid;
}

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

.dashboard-grid-row-3 {
  grid-template-columns: repeat(6, 1fr);
}

.dashboard-grid-row-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1200px) {
  .dashboard-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .dashboard-card-wide {
    grid-column: span 3;
  }
}

@media (max-width: 768px) {
  .sidebar {
    width: 80px;
  }

  .nav-item span {
    display: none;
  }

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

  .dashboard-card-wide {
    grid-column: span 1;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-rotate-x {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-duration {
  syntax: "*";
  inherits: false
}

/* [project]/components/cms/styles/cms-global.css [app-client] (css) */
.cms-region-container {
  width: 100%;
  padding: var(--theme-spacing-md, 16px);
}

.cms-region-container.cms-region-header {
  background-color: var(--theme-bg-secondary, #1a1a1a);
  border-bottom: 1px solid var(--theme-border-primary, #333);
}

.cms-region-container.cms-region-sidebar {
  background-color: var(--theme-bg-secondary, #1a1a1a);
  border-right: 1px solid var(--theme-border-primary, #333);
  width: 250px;
  min-width: 250px;
  padding: var(--theme-spacing-lg, 24px);
}

.cms-region-container.cms-region-main {
  padding: var(--theme-spacing-lg, 24px);
  flex: 1;
  min-height: calc(100vh - 200px);
}

.cms-region-container.cms-region-footer {
  background-color: var(--theme-bg-secondary, #1a1a1a);
  border-top: 1px solid var(--theme-border-primary, #333);
  padding: var(--theme-spacing-md, 16px);
  margin-top: auto;
}

.cms-region {
  width: 100%;
}

.cms-region[data-region="header"] {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cms-region[data-region="sidebar"] {
  gap: var(--theme-spacing-sm, 8px);
  flex-direction: column;
  display: flex;
}

.cms-region[data-region="main"] {
  gap: var(--theme-spacing-lg, 24px);
  flex-direction: column;
  display: flex;
}

.cms-region[data-region="footer"] {
  text-align: center;
  color: var(--theme-text-secondary, #999);
  font-size: var(--theme-font-size-sm, 12px);
  justify-content: center;
  align-items: center;
  display: flex;
}

.cms-block {
  width: 100%;
  margin-bottom: var(--theme-spacing-md, 16px);
}

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

.cms-template[data-template-type="sidebar-layout"] {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.cms-template[data-template-type="sidebar-layout"] .cms-region-container.cms-region-sidebar {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow-y: auto;
}

@media (max-width: 768px) {
  .cms-region-container.cms-region-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--theme-border-primary, #333);
    width: 100%;
    min-width: 100%;
  }

  .cms-template[data-template-type="sidebar-layout"] {
    flex-direction: column;
  }

  .cms-template[data-template-type="sidebar-layout"] .cms-region-container.cms-region-sidebar {
    height: auto;
    position: relative;
  }
}

.cms-page {
  background-color: var(--theme-bg-primary, #000);
  width: 100%;
  min-height: 100vh;
  color: var(--theme-text-primary, #fff);
}

.cms-loading, .cms-error {
  min-height: 50vh;
  padding: var(--theme-spacing-xl, 32px);
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cms-error {
  color: var(--theme-error, #ef4444);
  background-color: var(--theme-bg-secondary, #1a1a1a);
  border-radius: var(--theme-radius-md, 8px);
  margin: var(--theme-spacing-lg, 24px);
}

/*# sourceMappingURL=_d9ad1311._.css.map*/