:root {
  --bg-light: #f5f7fb;
  --bg-dark: #111827;
  --text-light: #111827;
  --text-dark: #f9fafb;
  --accent: #1d4ed8;
  --accent-soft: #e0ebff;
}

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background: var(--bg-light);
  color: var(--text-light);
}

body[data-theme="dark"] {
  background: var(--bg-dark);
  color: var(--text-dark);
}

.gov-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background: white;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

body[data-theme="dark"] .gov-header {
  background: #020617;
  border-color: rgba(255,255,255,0.1);
}

.logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.header-controls {
  display: flex;
  gap: 0.5rem;
}

.lang-btn,
.theme-btn {
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
}

.lang-btn.active {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}

.hero {
  padding: 2rem;
  max-width: 900px;
  margin: auto;
}

.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
}

.btn {
  padding: 0.7rem 1.4rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.btn.primary {
  background: var(--accent);
  color: white;
}

.btn.secondary {
  border: 2px solid var(--accent);
  color: var(--accent);
  background: transparent;
}

footer {
  padding: 1rem 2rem;
  opacity: 0.8;
  font-size: 0.9rem;
}
:root {
  --bg-light: #f5f7fb;
  --bg-dark: #111827;
  --text-light: #111827;
  --text-dark: #f9fafb;
  --accent: #1d4ed8;
  --accent-soft: #e0ebff;
}

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background: var(--bg-light);
  color: var(--text-light);
}

body[data-theme="dark"] {
  background: var(--bg-dark);
  color: var(--text-dark);
}

.gov-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background: white;
  border-bottom: 1px solid rgba(0,0,0,0.1);
}

body[data-theme="dark"] .gov-header {
  background: #020617;
  border-color: rgba(255,255,255,0.1);
}

.logo {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.header-controls {
  display: flex;
  gap: 0.5rem;
}

.lang-btn,
.theme-btn {
  border: 1px solid rgba(0,0,0,0.2);
  background: transparent;
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  cursor: pointer;
}

.lang-btn.active {
  background: var(--accent);
  color: white;
  border-color: var(--accent);
}

.hero {
  padding: 2rem;
  max-width: 900px;
  margin: auto;
}

.hero-actions {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
}

.btn {
  padding: 0.7rem 1.4rem;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.btn.primary {
  background: var(--accent);
  color: white;
}

.btn.secondary {
  border: 2px solid var(--accent);
  color: var(--accent);
  background: transparent;
}

footer {
  padding: 1rem 2rem;
  opacity: 0.8;
  font-size: 0.9rem;
}
/* 🌙 Soft Fintech Dark Mode */
.dark-mode {
  background-color: #1a1a1a !important;
  color: #f2f2f2 !important;
}

.dark-mode .container,
.dark-mode .info-box,
.dark-mode .bank-box,
.dark-mode .message {
  background-color: #2a2a2a !important;
  color: #f2f2f2 !important;
  border-color: #3a3a3a !important;
}

.dark-mode .header {
  background-color: #003bb8 !important;
}

.dark-mode input,
.dark-mode textarea,
.dark-mode select {
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #555 !important;
}

.dark-mode .btn,
.dark-mode button {
  background-color: #003bb8 !important;
  color: white !important;
}

.dark-mode .btn:hover,
.dark-mode button:hover {
  background-color: #002f94 !important;
}
/* 🌙 Soft Fintech Dark Mode */
.dark-mode {
  background-color: #1a1a1a !important;
  color: #f2f2f2 !important;
}

.dark-mode .container,
.dark-mode .info-box,
.dark-mode .bank-box,
.dark-mode .message {
  background-color: #2a2a2a !important;
  color: #f2f2f2 !important;
  border-color: #3a3a3a !important;
}

.dark-mode .header {
  background-color: #003bb8 !important;
}

.dark-mode input,
.dark-mode textarea,
.dark-mode select {
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #555 !important;
}

.dark-mode .btn,
.dark-mode button {
  background-color: #003bb8 !important;
  color: white !important;
}

.dark-mode .btn:hover,
.dark-mode button:hover {
  background-color: #002f94 !important;
}
.theme-toggle {
  position: fixed;
  top: 15px;
  right: 15px;
  background: #0055ff;
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  z-index: 9999;
}

.theme-toggle:hover {
  background: #003fcc;
}
/* 🌙 Modern Fintech Sidebar */
.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 230px;
  height: 100vh;
  background: #ffffff;
  border-right: 1px solid #e5e5e5;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sidebar .logo {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #003bb8;
}

.sidebar a {
  display: block;
  padding: 12px 10px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  border-radius: 6px;
  transition: 0.2s;
}

.sidebar a:hover {
  background: #eef3ff;
  color: #003bb8;
}

.sidebar-bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.logout {
  background: #ff4d4d;
  color: white !important;
  text-align: center;
  border-radius: 6px;
}

.logout:hover {
  background: #d93636;
}

/* Adjust main content to not hide behind sidebar */
body {
  margin-left: 230px;
}

/* 🌙 Dark Mode Sidebar */
.dark-mode .sidebar {
  background: #1a1a1a;
  border-right: 1px solid #333;
}

.dark-mode .sidebar a {
  color: #f2f2f2;
}

.dark-mode .sidebar a:hover {
  background: #333;
  color: #4d8dff;
}

.dark-mode .sidebar .logo {
  color: #4d8dff;
}

.dark-mode .logout {
  background: #cc3b3b;
}
/* 🌙 Soft Fintech Page Fade-In */
body {
  opacity: 0;
  animation: fadeIn 0.6s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
/* 🌙 Button Hover + Press */
.btn, .btn-small {
  transition: transform 0.15s ease, background 0.2s ease;
}

.btn:hover, .btn-small:hover {
  transform: translateY(-2px);
}

.btn:active, .btn-small:active {
  transform: translateY(1px);
}
/* 🌙 Sidebar Hover Slide */
.sidebar a {
  transition: padding-left 0.2s ease, background 0.2s ease;
}

.sidebar a:hover {
  padding-left: 18px;
}
/* 🌙 Table Row Hover Animation */
table tbody tr {
  transition: background 0.2s ease, transform 0.15s ease;
}

table tbody tr:hover {
  background: #eef3ff;
  transform: translateX(4px);
}
/* 🌙 Details Panel Slide-Down */
.details-panel {
  animation: slideDown 0.35s ease;
}

@keyframes slideDown {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
/* 🌙 Upload Checkmark Fade-In */
.uploaded {
  animation: checkmarkFade 0.4s ease;
}

@keyframes checkmarkFade {
  from { opacity: 0; transform: scale(0.9); }
  to { opacity: 1; transform: scale(1); }
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 900px;
  margin: 40px auto;
  background: white;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
.page-wrapper {
  padding: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
