:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.card {
  padding: 2em;
}

#app {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

.read-the-docs[data-v-830e400e] {
  color: #888;
}

.logo[data-v-962047bb] {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}
.logo[data-v-962047bb]:hover {
  filter: drop-shadow(0 0 2em #646cffaa);
}
.logo.vue[data-v-962047bb]:hover {
  filter: drop-shadow(0 0 2em #42b883aa);
}

.dashboard[data-v-cd8c75b1] {
  padding: 2rem;
}
.loading[data-v-cd8c75b1] {
  text-align: center;
  padding: 3rem;
  color: #666;
}
.metrics-grid[data-v-cd8c75b1] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.metric-card[data-v-cd8c75b1] {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
}
.metric-card h3[data-v-cd8c75b1] {
  margin: 0 0 0.5rem 0;
  font-size: 0.875rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.metric-value[data-v-cd8c75b1] {
  font-size: 2rem;
  font-weight: 700;
  color: #2c3e50;
}
.metric-value.positive[data-v-cd8c75b1] {
  color: #27ae60;
}
.metric-value.negative[data-v-cd8c75b1] {
  color: #e74c3c;
}
.trades-section[data-v-cd8c75b1] {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
}
.trades-section h2[data-v-cd8c75b1] {
  margin: 0 0 1.5rem 0;
  font-size: 1.25rem;
}
.trades-table[data-v-cd8c75b1] {
  width: 100%;
  border-collapse: collapse;
}
.trades-table th[data-v-cd8c75b1] {
  text-align: left;
  padding: 0.75rem;
  border-bottom: 2px solid #e0e0e0;
  font-weight: 600;
  color: #2c3e50;
}
.trades-table td[data-v-cd8c75b1] {
  padding: 0.75rem;
  border-bottom: 1px solid #f0f0f0;
}
.badge[data-v-cd8c75b1] {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.badge.buy[data-v-cd8c75b1] {
  background: #d4edda;
  color: #155724;
}
.badge.sell[data-v-cd8c75b1] {
  background: #f8d7da;
  color: #721c24;
}
.positive[data-v-cd8c75b1] {
  color: #27ae60;
  font-weight: 600;
}
.negative[data-v-cd8c75b1] {
  color: #e74c3c;
  font-weight: 600;
}
.empty-state[data-v-cd8c75b1] {
  text-align: center;
  padding: 3rem;
  color: #999;
}

.settings-container[data-v-43b73518] {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem;
}
h1[data-v-43b73518] {
  margin-bottom: 2rem;
  color: #1a1a1a;
}
.message[data-v-43b73518] {
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  font-weight: 500;
}
.message.success[data-v-43b73518] {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.message.error[data-v-43b73518] {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.loading[data-v-43b73518] {
  text-align: center;
  padding: 3rem;
  color: #666;
}
.settings-section[data-v-43b73518] {
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.settings-section h2[data-v-43b73518] {
  margin: 0 0 1.5rem 0;
  font-size: 1.25rem;
  color: #2c3e50;
}
.setting-item[data-v-43b73518] {
  margin-bottom: 1.5rem;
}
.setting-item[data-v-43b73518]:last-child {
  margin-bottom: 0;
}
.setting-item label[data-v-43b73518] {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: #2c3e50;
}
.setting-item small[data-v-43b73518] {
  display: block;
  margin-top: 0.25rem;
  color: #666;
  font-size: 0.875rem;
}
.setting-item input[type="text"][data-v-43b73518],
.setting-item input[type="number"][data-v-43b73518],
.setting-item input[type="time"][data-v-43b73518],
.setting-item input[type="url"][data-v-43b73518],
.setting-item select[data-v-43b73518] {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 1rem;
}
.checkbox-label[data-v-43b73518] {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox-label input[type="checkbox"][data-v-43b73518] {
  margin-right: 0.5rem;
  width: auto;
}
.settings-actions[data-v-43b73518] {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
}
button[data-v-43b73518] {
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}
.btn-primary[data-v-43b73518] {
  background: #3498db;
  color: white;
}
.btn-primary[data-v-43b73518]:hover:not(:disabled) {
  background: #2980b9;
}
.btn-primary[data-v-43b73518]:disabled {
  background: #bdc3c7;
  cursor: not-allowed;
}
.btn-secondary[data-v-43b73518] {
  background: #95a5a6;
  color: white;
}
.btn-secondary[data-v-43b73518]:hover {
  background: #7f8c8d;
}
.btn-tertiary[data-v-43b73518] {
  background: white;
  color: #e74c3c;
  border: 1px solid #e74c3c;
}
.btn-tertiary[data-v-43b73518]:hover {
  background: #fee;
}
