/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[2].use[1]!./node_modules/next/dist/build/webpack/loaders/next-font-loader/index.js??ruleSet[1].rules[13].oneOf[2].use[2]!./node_modules/next/font/google/target.css?{"path":"src/app/layout.tsx","import":"Inter","arguments":[{"subsets":["latin","cyrillic"]}],"variableName":"inter"} ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* cyrillic-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/ba9851c3c22cd980-s.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/21350d82a1f187e9-s.p.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format('woff2');
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/df0a9ae256c0569c-s.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/8e9860b6e62d6359-s.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, 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;
}
/* latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}@font-face {font-family: 'Inter Fallback';src: local("Arial");ascent-override: 90.44%;descent-override: 22.52%;line-gap-override: 0.00%;size-adjust: 107.12%
}.__className_fcbcbf {font-family: 'Inter', 'Inter Fallback';font-style: normal
}

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[10].use[3]!./src/styles/globals.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
/*! tailwindcss v4.1.8 | MIT License | https://tailwindcss.com */
:root {
  --background: #ffffff;
  --background-secondary: #f5f5f5;
  --background-hover: #e5e5e5;
  --text: #333333;
  --text-secondary: #666666;
  --primary: #0070f3;
  --primary-hover: #0051a8;
  --primary-light: rgba(0, 112, 243, 0.1);
  --danger: #dc2626;
  --danger-hover: #b91c1c;
  --success: #16a34a;
  --success-hover: #15803d;
  --border: #e5e5e5;
  --shadow: rgba(0, 0, 0, 0.1);
}
[data-theme="dark"] {
  --background: #1a1a1a;
  --background-secondary: #2d2d2d;
  --background-hover: #3d3d3d;
  --text: #ffffff;
  --text-secondary: #a0a0a0;
  --primary: #3b82f6;
  --primary-hover: #2563eb;
  --primary-light: rgba(59, 130, 246, 0.2);
  --danger: #ef4444;
  --danger-hover: #dc2626;
  --success: #22c55e;
  --success-hover: #16a34a;
  --border: #404040;
  --shadow: rgba(0, 0, 0, 0.3);
}
.form-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
  background-color: var(--background-secondary);
  border-radius: 8px;
  box-shadow: var(--card-shadow);
}
.form-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: var(--text);
}
.form-group {
  margin-bottom: 1.5rem;
}
.form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--text);
}
.form-input, .form-select, .form-textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  background-color: var(--background);
  color: var(--text);
  font-size: 1rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-input:focus, .form-select:focus, .form-textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
}
.form-input::placeholder {
  color: var(--text-secondary);
}
.form-select {
  cursor: pointer;
  appearance: none;
  background-color: var(--background-secondary);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  font-size: 1rem;
  color: var(--text);
  transition: all 0.2s ease;
}
.form-select:hover {
  border-color: var(--primary);
}
.form-select:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.1);
}
.form-select option {
  background-color: var(--background-secondary);
  color: var(--text);
  padding: 0.75rem;
  font-size: 1rem;
}
.form-select:disabled {
  background-color: var(--background);
  cursor: not-allowed;
  opacity: 0.7;
}
.form-select optgroup {
  background-color: var(--background-secondary);
  color: var(--text-secondary);
  font-weight: 600;
  padding: 0.5rem;
}
.form-select optgroup option {
  padding-left: 1.5rem;
  font-weight: normal;
}
.form-textarea {
  min-height: 100px;
  resize: vertical;
}
.form-error {
  color: var(--error);
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.form-success {
  color: var(--success);
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.form-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}
.form-button {
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
}
.form-button-primary {
  background-color: var(--primary);
  color: white;
}
.form-button-primary:hover {
  background-color: var(--primary-hover);
}
.form-button-secondary {
  background-color: var(--background);
  color: var(--text);
  border: 1px solid var(--border);
}
.form-button-secondary:hover {
  background-color: var(--dashboard-sidebar-hover);
}
.form-button-danger {
  background-color: var(--error);
  color: white;
}
.form-button-danger:hover {
  background-color: var(--error);
  opacity: 0.9;
}
.form-checkbox, .form-radio {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.form-checkbox input, .form-radio input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--primary);
}
.form-checkbox-group, .form-radio-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.form-datetime {
  display: flex;
  gap: 1rem;
}
.form-datetime .form-group {
  flex: 1;
}
@media (max-width: 768px) {
  .form-container {
    padding: 1rem;
  }
  .form-buttons {
    flex-direction: column;
  }
  .form-button {
    width: 100%;
  }
  .form-datetime {
    flex-direction: column;
    gap: 0;
  }
}
:root {
  --background: #ffffff;
  --background-secondary: #f8f9fa;
  --text: #1a1a1a;
  --text-secondary: #4a4a4a;
  --primary: #2563eb;
  --primary-hover: #1d4ed8;
  --secondary: #f3f4f6;
  --border: #e5e7eb;
  --error: #dc2626;
  --success: #16a34a;
  --warning: #d97706;
  --card-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  --header-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  --loading-spinner-bg: #f3f3f3;
  --loading-spinner-color: #2563eb;
  --dashboard-card-bg: #ffffff;
  --dashboard-card-hover: #f8fafc;
  --dashboard-stat-bg: #f1f5f9;
  --dashboard-stat-text: #0f172a;
  --dashboard-chart-bg: #ffffff;
  --dashboard-chart-grid: #e2e8f0;
  --dashboard-chart-text: #64748b;
  --dashboard-income: #10b981;
  --dashboard-expense: #ef4444;
  --dashboard-balance: #3b82f6;
  --dashboard-sidebar-bg: #f8fafc;
  --dashboard-sidebar-hover: #f1f5f9;
  --dashboard-sidebar-active: #e2e8f0;
}
[data-theme="dark"] {
  --background: #111827;
  --background-secondary: #1f2937;
  --text: #f3f4f6;
  --text-secondary: #d1d5db;
  --primary: #3b82f6;
  --primary-hover: #60a5fa;
  --secondary: #374151;
  --border: #374151;
  --error: #ef4444;
  --success: #22c55e;
  --warning: #f59e0b;
  --card-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  --header-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  --loading-spinner-bg: #374151;
  --loading-spinner-color: #3b82f6;
  --dashboard-card-bg: #1f2937;
  --dashboard-card-hover: #374151;
  --dashboard-stat-bg: #111827;
  --dashboard-stat-text: #f3f4f6;
  --dashboard-chart-bg: #1f2937;
  --dashboard-chart-grid: #374151;
  --dashboard-chart-text: #9ca3af;
  --dashboard-income: #34d399;
  --dashboard-expense: #f87171;
  --dashboard-balance: #60a5fa;
  --dashboard-sidebar-bg: #111827;
  --dashboard-sidebar-hover: #1f2937;
  --dashboard-sidebar-active: #374151;
}
:root {
  --background: linear-gradient(45deg, #F8F9FA, #E9ECEF);
  --background-secondary: #F8F9FA;
  --text: #212529;
  --text-secondary: #4a4a4a;
  --primary: #2563eb;
  --primary-hover: #1d4ed8;
  --secondary: #f3f4f6;
  --border: #ADB5BD;
  --error: #dc2626;
  --success: #16a34a;
  --warning: #d97706;
  --card-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  --header-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  --loading-spinner-bg: #f3f3f3;
  --loading-spinner-color: #2563eb;
  --dashboard-card-bg: #E9ECEF;
  --dashboard-card-hover: #F8F9FA;
  --dashboard-stat-bg: #F8F9FA;
  --dashboard-stat-text: #1a1a1a;
  --dashboard-chart-bg: #E9ECEF;
  --dashboard-chart-grid: #ADB5BD;
  --dashboard-chart-text: #4a4a4a;
  --dashboard-income: #10b981;
  --dashboard-expense: #ef4444;
  --dashboard-balance: #3b82f6;
  --dashboard-sidebar-bg: #F8F9FA;
  --dashboard-sidebar-hover: #E9ECEF;
  --dashboard-sidebar-active: #ADB5BD;
}
.dark {
  --background: linear-gradient(45deg, #332F47, #282634);
  --background-secondary: #332F47;
  --text: #F8F9FA;
  --text-secondary: #d1d5db;
  --primary: #3b82f6;
  --primary-hover: #60a5fa;
  --secondary: #374151;
  --border: #3D394E;
  --error: #ef4444;
  --success: #22c55e;
  --warning: #f59e0b;
  --card-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  --header-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  --loading-spinner-bg: #374151;
  --loading-spinner-color: #3b82f6;
  --dashboard-card-bg: #3F3962;
  --dashboard-balance-bg: #4C4479;
  --dashboard-card-hover: #3D394E;
  --dashboard-stat-bg: #282634;
  --dashboard-stat-text: #f3f4f6;
  --dashboard-chart-bg: #332F47;
  --dashboard-chart-grid: #3D394E;
  --dashboard-chart-text: #9ca3af;
  --dashboard-income: #34d399;
  --dashboard-expense: #f87171;
  --dashboard-balance: #60a5fa;
  --dashboard-sidebar-bg: #282634;
  --dashboard-sidebar-hover: #332F47;
  --dashboard-sidebar-active: #3D394E;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen,
    Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: var(--background);
  color: var(--text);
  transition: background-color 0.3s ease, color 0.3s ease;
  line-height: 1.5;
  max-width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
  background: var(--background);
  display: flex;
  flex-direction: column;
}
a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}
a:hover {
  color: var(--primary-hover);
  text-decoration: none;
}
button {
  cursor: pointer;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  background-color: var(--primary);
  color: white;
  font-weight: 500;
  transition: all 0.2s ease;
  font-size: 1rem;
}
button:hover {
  background-color: var(--primary-hover);
  transform: translateY(-1px);
}
button:active {
  transform: translateY(0);
}
button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}
input,
select,
textarea {
  padding: 0.75rem 1rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  background-color: var(--background);
  color: var(--text);
  transition: all 0.2s ease;
  font-size: 1rem;
  width: 100%;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
}
.card {
  background-color: var(--background-secondary);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--card-shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
  color: var(--text);
}
.error-message {
  color: var(--error);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.success-message {
  color: var(--success);
  font-size: 0.875rem;
  margin-top: 0.5rem;
}
.header {
  background-color: var(--background);
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
  box-shadow: var(--header-shadow);
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--primary);
  text-decoration: none;
}
.nav-links {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
.main {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  min-height: calc(100vh - 140px);
  padding: 2rem 0;
  flex: 1;
}
.footer {
  background-color: var(--background-secondary);
  border-top: 1px solid var(--border);
  padding: 2rem 0;
  margin-top: auto;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-links {
  display: flex;
  gap: 1.5rem;
}
.footer-links a {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color 0.2s ease;
}
.footer-links a:hover {
  color: var(--primary);
}
@media (max-width: 768px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }
}
.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  background: var(--background);
}
.loading-spinner {
  width: 50px;
  height: 50px;
  border: 4px solid var(--loading-spinner-bg);
  border-top: 4px solid var(--loading-spinner-color);
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 1rem;
  }
  .nav-links {
    flex-direction: column;
    width: 100%;
  }
  button {
    width: 100%;
  }
}
.text-center {
  text-align: center;
}
.mt-1 {
  margin-top: 0.5rem;
}
.mt-2 {
  margin-top: 1rem;
}
.mt-3 {
  margin-top: 1.5rem;
}
.mt-4 {
  margin-top: 2rem;
}
.mb-1 {
  margin-bottom: 0.5rem;
}
.mb-2 {
  margin-bottom: 1rem;
}
.mb-3 {
  margin-bottom: 1.5rem;
}
.mb-4 {
  margin-bottom: 2rem;
}
.dashboard {
  padding: 2rem 0;
}
.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
.dashboard-title {
  font-size: 2rem;
  color: var(--primary);
}
.settings {
  padding: 2rem 0;
}
.settings-section {
  margin-bottom: 2rem;
}
.settings-title {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--primary);
}
.logout-button {
  background-color: var(--error);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  font-weight: 500;
  transition: opacity 0.2s ease;
}
.logout-button:hover {
  opacity: 0.9;
}
.dashboard-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: calc(100vh - 64px);
  background-color: var(--background);
}
.dashboard-sidebar {
  background-color: var(--dashboard-sidebar-bg);
  border-right: 1px solid var(--border);
  padding: 2rem 1rem;
  position: sticky;
  top: 64px;
  height: calc(100vh - 64px);
  overflow-y: auto;
}
.dashboard-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.dashboard-nav-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  color: var(--text);
  text-decoration: none;
  transition: all 0.2s ease;
}
.dashboard-nav-item:hover {
  background-color: var(--dashboard-sidebar-hover);
}
.dashboard-nav-item.active {
  background-color: var(--dashboard-sidebar-active);
  color: var(--primary);
  font-weight: 500;
}
.dashboard-nav-item svg {
  width: 1.25rem;
  height: 1.25rem;
}
.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.dashboard-card {
  background-color: var(--dashboard-card-bg);
  border-radius: 1rem;
  padding: 1.5rem;
  box-shadow: var(--card-shadow);
  transition: all 0.2s ease;
}
.dashboard-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.dashboard-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.dashboard-card-title {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text);
}
.stat-card {
  background-color: var(--dashboard-stat-bg);
  border-radius: 1rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.stat-value {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dashboard-stat-text);
}
.stat-label {
  font-size: 0.875rem;
  color: var(--text-secondary);
}
.stat-trend {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.875rem;
}
.stat-trend.positive {
  color: var(--dashboard-income);
}
.stat-trend.negative {
  color: var(--dashboard-expense);
}
.chart-container {
  background-color: var(--dashboard-chart-bg);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.chart-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
}
.chart-legend {
  display: flex;
  gap: 1rem;
}
.legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  color: var(--dashboard-chart-text);
}
.legend-color {
  width: 12px;
  height: 12px;
  border-radius: 3px;
}
.transactions-section {
  margin-top: 2rem;
}
.transactions-section h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 1rem;
}
.transactions-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.transaction-card {
  background-color: var(--dashboard-card-bg);
  border-radius: 0.75rem;
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}
.transaction-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--card-shadow);
}
.transaction-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.transaction-category {
  font-size: 0.875rem;
  font-weight: 500;
}
.transaction-info h3 {
  font-size: 1rem;
  font-weight: 500;
  color: var(--text);
}
.transaction-date {
  font-size: 0.875rem;
  color: var(--text-secondary);
}
.transaction-amount {
  font-weight: 600;
  font-size: 1.125rem;
}
.transaction-amount.income {
  color: var(--dashboard-income);
}
.transaction-amount.expense {
  color: var(--dashboard-expense);
}
.no-transactions {
  text-align: center;
  color: var(--text-secondary);
  padding: 2rem;
  background-color: var(--dashboard-card-bg);
  border-radius: 0.75rem;
}
@media (max-width: 1024px) {
  .dashboard-layout {
    grid-template-columns: 1fr;
  }
  .dashboard-sidebar {
    display: none;
  }
}
@media (max-width: 768px) {
  .dashboard-grid {
    grid-template-columns: 1fr;
  }
  .transaction-item {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  .transaction-amount {
    text-align: right;
  }
}
.account-selector {
  display: flex;
  justify-content: end;
  position: relative;
  min-width: 200px;
}
.account-selector-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background-color: var(--dashboard-card-bg);
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  color: var(--text);
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
.account-selector-button:hover {
  border-color: var(--primary);
}
.account-selector-button svg {
  width: 1.25rem;
  height: 1.25rem;
  transition: transform 0.2s ease;
}
.account-selector-button.open svg {
  transform: rotate(180deg);
}
.account-selector-dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  background-color: var(--dashboard-card-bg);
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  box-shadow: var(--card-shadow);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
}
.account-selector-dropdown.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.account-selector-list {
  max-height: 300px;
  overflow-y: auto;
}
.account-selector-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.account-selector-item:hover {
  background-color: var(--dashboard-sidebar-hover);
}
.account-selector-item.active {
  background-color: var(--dashboard-sidebar-active);
  color: var(--primary);
}
.account-selector-item-icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--dashboard-stat-bg);
}
.account-selector-item-details {
  flex: 1;
  min-width: 0;
}
.account-selector-item-name {
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.account-selector-item-balance {
  font-size: 0.875rem;
  color: var(--text-secondary);
}
.account-selector-divider {
  height: 1px;
  background-color: var(--border);
  margin: 0.5rem 0;
}
.dashboard-card-content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
}
.balance-details {
  display: grid;
  gap: 0.5rem;
}
.balance-detail-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
}
.balance-detail-item:hover {
  background-color: var(--hover-color);
}
.balance-detail-item.active {
  background-color: var(--hover-color);
  font-weight: 600;
}
.balance-detail-item.income .detail-value {
  color: var(--success-color);
}
.balance-detail-item.expense .detail-value {
  color: var(--error-color);
}
.detail-label {
  font-weight: 500;
}
.detail-value {
  font-weight: 600;
}
@media (max-width: 768px) {
  .account-selector {
    width: 100%;
  }
  .account-selector-button {
    width: 100%;
  }
  .balance-header {
    flex-direction: column;
    gap: 1rem;
    align-items: flex-start;
  }
  .balance-details {
    grid-template-columns: 1fr;
  }
}
.account-card.detailed {
  position: relative;
  padding-right: 3rem;
}
.delete-account-button {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}
.delete-account-button:hover {
  color: var(--error);
  background-color: var(--background-secondary);
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  backdrop-filter: blur(4px);
}
.modal {
  background-color: var(--background);
  border-radius: 1rem;
  padding: 1.5rem;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: var(--card-shadow);
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.modal-header h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
}
.modal-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: var(--text-secondary);
  cursor: pointer;
  padding: 0.5rem;
  line-height: 1;
  transition: color 0.2s ease;
}
.modal-close:hover {
  color: var(--text);
}
.modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1.5rem;
}
.button-secondary {
  background-color: var(--background-secondary);
  color: var(--text);
  border: 1px solid var(--border);
}
.button-secondary:hover {
  background-color: var(--dashboard-sidebar-hover);
}
.button-danger {
  background-color: var(--error);
  color: white;
}
.button-danger:hover {
  background-color: #dc2626;
}
.accounts-section {
  margin-bottom: 2rem;
}
.accounts-section h2 {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 1rem;
}
.accounts-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1rem;
}
.account-card {
  background-color: var(--dashboard-card-bg);
  border-radius: 0.75rem;
  padding: 1.25rem;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--border);
}
.account-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--card-shadow);
  border-color: var(--primary);
}
.account-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.account-info h3 {
  font-size: 1.125rem;
  font-weight: 600;
  color: var(--text);
}
.account-currency {
  font-size: 0.875rem;
  color: var(--text-secondary);
}
.account-balance {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--text);
}
@media (max-width: 768px) {
  .accounts-list {
    grid-template-columns: 1fr;
  }
}
.time-filter {
  background-color: var(--dashboard-card-bg);
  border-radius: 0.75rem;
  padding: 1rem;
  margin-bottom: 1.5rem;
}
.time-filter-buttons {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.time-filter-button {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  background-color: var(--background);
  color: var(--text);
  border: 1px solid var(--border);
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.time-filter-button:hover {
  background-color: var(--hover-color);
  border-color: var(--primary);
}
.time-filter-button.active {
  background-color: var(--primary);
  color: white;
  border-color: var(--primary);
}
.custom-date-picker {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
.date-picker-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.date-picker-group label {
  font-size: 0.875rem;
  color: var(--text-secondary);
}
.date-picker-input {
  padding: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid var(--border);
  background-color: var(--background);
  color: var(--text);
  font-size: 0.875rem;
  width: 150px;
}
.date-picker-input:focus {
  border-color: var(--primary);
  outline: none;
}
@media (max-width: 768px) {
  .time-filter-buttons {
    flex-direction: column;
  }
  .time-filter-button {
    width: 100%;
  }
  .custom-date-picker {
    flex-direction: column;
  }
  .date-picker-input {
    width: 100%;
  }
}
.transactions-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
}
.transactions-header h2 {
  margin: 0;
}
.search-container {
  position: relative;
  width: 300px;
}
.search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.search-icon {
  position: absolute;
  left: 0.75rem;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--text-secondary);
  pointer-events: none;
}
.search-input {
  width: 100%;
  padding: 0.75rem 2.5rem;
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  background-color: var(--background);
  color: var(--text);
  font-size: 0.875rem;
  transition: all 0.2s ease;
}
.search-input:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}
.clear-search {
  position: absolute;
  right: 0.75rem;
  padding: 0.25rem;
  background: none;
  border: none;
  color: var(--text-secondary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}
.clear-search:hover {
  color: var(--text);
}
.clear-search svg {
  width: 1rem;
  height: 1rem;
}
@media (max-width: 768px) {
  .transactions-header {
    flex-direction: column;
    gap: 1rem;
    align-items: stretch;
  }
  .search-container {
    width: 100%;
  }
}
.currency-label {
  margin-left: 0.5rem;
  color: var(--text-secondary);
  font-size: 0.875rem;
}
.exchange-rate-info {
  margin-top: 0.5rem;
  padding: 0.75rem;
  background-color: var(--background-secondary);
  border-radius: 0.5rem;
  font-size: 0.875rem;
}
.exchange-rate-info p {
  margin: 0;
  color: var(--text);
  font-weight: 500;
}
.transactions-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.transfer-button {
  background-color: var(--primary);
  color: white;
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  border: none;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.transfer-button:hover {
  background-color: var(--primary-hover);
  transform: translateY(-1px);
}
@media (max-width: 768px) {
  .transactions-actions {
    flex-direction: column;
    width: 100%;
  }
  .transfer-button {
    width: 100%;
  }
}
.theme-toggle {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: var(--background-secondary);
  border-radius: 0.5rem;
  border: 1px solid var(--border);
}
.theme-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: none;
  background: none;
  color: var(--text-secondary);
  cursor: pointer;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}
.theme-button:hover {
  color: var(--text);
  background-color: var(--dashboard-sidebar-hover);
}
.theme-button.active {
  color: var(--primary);
  background-color: var(--dashboard-sidebar-active);
}
.show-more-button {
  width: 100%;
  margin-top: 1rem;
  padding: 0.75rem;
  background-color: var(--background-secondary);
  color: var(--text);
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.show-more-button:hover {
  background-color: var(--dashboard-sidebar-hover);
  border-color: var(--primary);
}
.show-more-button svg {
  width: 1rem;
  height: 1rem;
  transition: transform 0.2s ease;
}
.show-more-button:hover svg {
  transform: translateY(1px);
}
.transactions-list-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.user-menu {
  position: relative;
}
.user-avatar-link {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: var(--primary);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  border: none;
  transition: all 0.2s ease;
  overflow: hidden;
  padding: 0;
}
.user-avatar-link:hover {
  background-color: var(--primary-hover);
  transform: translateY(-1px);
}
.user-avatar-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.user-dropdown {
  position: absolute;
  top: calc(100% + 1rem);
  right: 0;
  width: 280px;
  background-color: var(--background-secondary);
  border: 1px solid var(--border);
  border-radius: 0.5rem;
  box-shadow: var(--card-shadow);
  z-index: 1000;
  overflow: hidden;
  animation: dropdownFadeIn 0.2s ease;
}
@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.user-info {
  padding: 1rem;
  background-color: var(--background-secondary);
}
.user-name {
  display: block;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.25rem;
}
.user-email {
  display: block;
  font-size: 0.875rem;
  color: var(--text-secondary);
}
.dropdown-divider {
  height: 1px;
  background-color: var(--border);
  margin: 0.5rem 0;
}
.dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  color: var(--text);
  text-decoration: none;
  transition: all 0.2s ease;
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  font-size: 0.875rem;
  cursor: pointer;
}
.dropdown-item:hover {
  background-color: var(--dashboard-sidebar-hover);
}
.dropdown-item.active {
  background-color: var(--dashboard-sidebar-active);
  color: var(--primary);
  font-weight: 500;
}
.dropdown-item svg {
  color: var(--text-secondary);
  flex-shrink: 0;
}
.dropdown-item.active svg {
  color: var(--primary);
}
.dropdown-item:hover svg {
  color: var(--text);
}
.dropdown-item.text-danger {
  color: var(--error);
}
.dropdown-item.text-danger:hover {
  background-color: var(--error);
  color: white;
}
.dropdown-item.text-danger:hover svg {
  color: white;
}
.settings {
  padding: 2rem 0;
}
.settings-title {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 2rem;
}
.settings-section {
  margin-bottom: 2rem;
}
.settings-section h2 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--text);
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}
.checkbox-label input[type="checkbox"] {
  width: auto;
  margin: 0;
}
.theme-toggle {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: var(--background-secondary);
  border-radius: 0.5rem;
  border: 1px solid var(--border);
}
.theme-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: none;
  background: none;
  color: var(--text-secondary);
  cursor: pointer;
  border-radius: 0.375rem;
  transition: all 0.2s ease;
}
.theme-button:hover {
  color: var(--text);
  background-color: var(--dashboard-sidebar-hover);
}
.theme-button.active {
  color: var(--primary);
  background-color: var(--dashboard-sidebar-active);
} 
