/* [next]/internal/font/google/inter_b2991b2.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.0wxq9webf.ew4.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.16ipb6fqu393i.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: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.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: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_b2991b2-module__9mH_6q__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

.inter_b2991b2-module__9mH_6q__variable {
  --font-sans: "Inter", "Inter Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --background: #0a0a0c;
  --foreground: #f0f0f2;
  --card-bg: #ffffff08;
  --card-border: #ffffff14;
  --accent: #10b981;
  --accent-secondary: #059669;
  --success: #34d399;
  --warning: #fbbf24;
  --error: #f87171;
  --sidebar-width: 240px;
  --header-height: 60px;
  --radius: 12px;
  --font-sans: "Inter", system-ui, -apple-system, sans-serif;
  --glass-02: #ffffff05;
  --glass-03: #ffffff08;
  --glass-05: #ffffff0d;
  --glass-10: #ffffff1a;
  --glass-15: #ffffff26;
  --glass-20: #fff3;
  --glass-40: #fff6;
  --glass-60: #fff9;
  --card-padding: 2.5rem;
}

@media (max-width: 768px) {
  :root {
    --card-padding: 1.25rem;
  }
}

.light {
  --background: #f8fafc;
  --foreground: #0f172a;
  --card-bg: #fff;
  --card-border: #00000014;
  --lightningcss-light: initial;
  --lightningcss-dark: ;
  color-scheme: light;
  --glass-02: #00000005;
  --glass-03: #00000008;
  --glass-05: #0000000d;
  --glass-10: #0000001a;
  --glass-15: #00000026;
  --glass-20: #0003;
  --glass-40: #0009;
  --glass-60: #000c;
}

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

html, body {
  scrollbar-gutter: stable;
  background-color: var(--background);
  height: 100%;
  color: var(--foreground);
  font-family: var(--font-sans);
  -webkit-font-smoothing: antialiased;
  --lightningcss-light: ;
  --lightningcss-dark: initial;
  color-scheme: dark;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  overflow-y: scroll;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-8px);
  }

  60% {
    transform: translateY(-4px);
  }
}

.glass {
  background: var(--card-bg);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
}

.matte {
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  background: #1c1c1e;
}

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

.main-content {
  flex: 1;
  min-width: 0;
  padding: 2rem 2.5rem;
  transition: all .3s;
}

@media (max-width: 1024px) {
  .main-content {
    padding: 1.5rem;
    padding-top: calc(var(--header-height) + 1.5rem);
    margin-left: 0;
  }
}

h1 {
  letter-spacing: -.025em;
  margin: 0;
  font-size: 2.25rem;
  font-weight: 800;
}

h2 {
  letter-spacing: -.01em;
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
}

h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

p {
  color: #fff9;
  margin: 0;
  line-height: 1.6;
}

.page-container {
  flex-direction: column;
  gap: 2rem;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  overflow: visible;
}

.page-header {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  display: flex;
}

.page-actions {
  flex-shrink: 0;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.header-search {
  background: var(--card-bg);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--card-border);
  border-radius: 12px;
  align-items: center;
  height: 42px;
  padding: 0 1rem;
  display: flex;
}

.header-search input {
  color: #fff;
  background: none;
  border: none;
  outline: none;
  width: 150px;
  padding-left: .5rem;
  font-size: .9rem;
}

@media (max-width: 768px) {
  .page-header {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
  }

  .page-actions {
    flex-wrap: wrap;
    order: -1;
    justify-content: flex-end;
    align-self: flex-end;
    margin-top: 0;
    margin-bottom: .25rem;
  }
}

.page-title {
  letter-spacing: -.025em;
  margin: 0;
  font-size: 2.25rem;
  font-weight: 800;
}

.page-subtitle {
  color: #fff6;
  margin-top: .25rem;
  font-size: .95rem;
  line-height: 1.5;
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  display: grid;
}

.grid-dashboard {
  grid-template-columns: 1fr 1.5fr;
  gap: 1.5rem;
  display: grid;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  display: grid;
}

.grid-budget {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 1.5rem;
  display: grid;
}

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

@media (max-width: 1024px) {
  .grid-dashboard {
    grid-template-columns: 1fr;
  }
}

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

  .grid-budget {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: .75rem;
  }

  .grid {
    gap: 1rem;
  }
}

.card {
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  display: flex;
}

.grid {
  gap: 1.5rem;
  display: grid;
}

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

@media (max-width: 1024px) {
  .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .grid-cols-3 {
    grid-template-columns: 1fr;
  }
}

.form-group {
  margin-bottom: 1.5rem;
}

label {
  color: #ffffff80;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  display: block;
}

input, select, textarea, option {
  border: 1px solid var(--card-border);
  width: 100%;
  color: var(--foreground);
  background: #ffffff0d;
  border-radius: 10px;
  outline: none;
  padding: .75rem 1rem;
  font-size: .95rem;
  transition: all .2s;
  font-family: var(--font-sans) !important;
}

button {
  border: 1px solid var(--card-border);
  width: auto;
  color: var(--foreground);
  cursor: pointer;
  background: #ffffff0d;
  border-radius: 10px;
  outline: none;
  padding: .75rem 1rem;
  font-size: .95rem;
  transition: all .2s;
  font-family: var(--font-sans) !important;
}

input:focus, select:focus {
  border-color: var(--accent);
  background: #ffffff14;
}

select option {
  color: var(--foreground);
  background: #1c1c1e;
}

input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  appearance: textfield;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert();
  opacity: .5;
  cursor: pointer;
}

.action-btn {
  justify-content: center !important;
  align-items: center !important;
  width: 40px !important;
  min-width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  display: flex !important;
}

@media (max-width: 768px) {
  .action-btn {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
  }
}

.btn {
  border-radius: var(--radius);
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: none;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  width: auto;
  padding: .75rem 1.5rem;
  font-size: .95rem;
  font-weight: 600;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
  display: inline-flex;
}

.sidebar-link:active {
  background: #10b98133 !important;
}

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

.btn-primary:hover {
  transform: translateY(-1px);
}

.btn-secondary, .btn-outline {
  color: #000;
  background: #ffffffe6;
}

.btn-secondary:hover, .btn-outline:hover {
  transform: translateY(-1px);
}

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

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

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

::-webkit-scrollbar-thumb:hover {
  background: #ffffff26;
}

.modal-overlay {
  -webkit-backdrop-filter: blur(8px);
  z-index: 1000;
  background: #0006;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem 0 6rem;
  animation: .3s fadeIn;
  display: flex;
  position: fixed;
  inset: 0;
  overflow-y: auto;
}

.modal-content {
  scrollbar-gutter: stable;
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  width: 100%;
  max-width: 500px;
  box-shadow: none;
  background: #1c1c1e;
  padding: 2rem;
  animation: .3s cubic-bezier(.4, 0, .2, 1) slideUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

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

.animate-spin {
  animation: 1s linear infinite spin;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes loading-spin {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes loading-pulse {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: .8;
    transform: scale(.92);
  }
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(.5);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }

  25% {
    transform: translateX(-5px);
  }

  75% {
    transform: translateX(5px);
  }
}

.pill {
  background: var(--glass-10);
  color: var(--glass-40);
  cursor: pointer;
  white-space: nowrap;
  border: none;
  border-radius: 20px;
  flex-shrink: 0;
  align-items: center;
  width: auto;
  padding: 8px 16px;
  font-size: .85rem;
  font-weight: 600;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.pill:hover {
  transform: translateY(-1px);
}

.pill.active {
  background: var(--accent) !important;
  color: #fff !important;
  box-shadow: none !important;
  border: none !important;
}

@media (max-width: 768px) {
  :root {
    --radius: 16px;
  }

  body {
    font-size: 14px;
  }

  .page-container {
    padding: 1rem !important;
  }

  .page-title {
    font-size: 1.75rem !important;
  }

  .page-container {
    gap: 1rem !important;
  }

  .page-subtitle {
    font-size: .9rem !important;
  }

  .modal-content {
    border-radius: 24px !important;
    width: 95% !important;
    max-width: 480px !important;
    margin: auto 0 !important;
    padding: 1.25rem !important;
  }

  .glass.card {
    border-radius: 20px !important;
    padding: 1.25rem !important;
  }

  .form-group {
    margin-bottom: .75rem !important;
  }

  input, select, textarea, .btn:not(.pill) {
    height: 40px;
    padding: .4rem .8rem;
    font-size: .85rem !important;
  }

  .btn {
    padding: .6rem 1.25rem !important;
  }
}

@supports (padding: env(safe-area-inset-bottom)) {
  .page-container {
    padding-bottom: calc(1rem + env(safe-area-inset-bottom)) !important;
  }
}

.mobile-only {
  display: none !important;
}

.desktop-only {
  display: block !important;
}

@media (max-width: 1024px) {
  .mobile-only {
    display: block !important;
  }

  .desktop-only {
    display: none !important;
  }

  .mobile-flex {
    display: flex !important;
  }
}

.high-density-form .form-group {
  margin-bottom: .5rem !important;
}

.high-density-form .form-group label {
  text-transform: uppercase;
  opacity: .7;
  font-weight: 600;
  margin-bottom: .15rem !important;
  font-size: .65rem !important;
}

.high-density-form input, .high-density-form select, .high-density-form textarea {
  text-align: center;
  text-align-last: center;
  border-radius: 8px !important;
  height: 36px !important;
  font-size: .85rem !important;
}

.high-density-form h2 {
  font-size: 1.25rem !important;
}

@media (max-width: 768px) {
  .danger-zone-content {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

.mobile-bottom-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid var(--card-border) !important;
  z-index: 2000 !important;
  background: #141416 !important;
  grid-template-columns: repeat(5, 1fr) !important;
  place-items: center !important;
  width: auto !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: 0 -10px 30px #0000004d !important;
}

@media (max-width: 1024px) {
  .mobile-bottom-bar {
    display: grid !important;
  }
}

.nav-item {
  color: var(--glass-40) !important;
  cursor: pointer !important;
  -webkit-tap-highlight-color: transparent !important;
  background: none !important;
  border: none !important;
  outline: none !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  transition: all .2s !important;
  display: flex !important;
}

.nav-item.active {
  color: var(--accent) !important;
}

.menu-trigger {
  color: var(--accent) !important;
  position: relative !important;
}

.mobile-menu-overlay {
  z-index: 1999 !important;
  background: #0a0a0c !important;
  flex-direction: column !important;
  padding: 2rem !important;
  animation: .4s cubic-bezier(.4, 0, .2, 1) slideInUp !important;
  display: flex !important;
  position: fixed !important;
  inset: 0 !important;
}

@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

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

.mobile-menu-content {
  flex-direction: column !important;
  width: 100% !important;
  max-width: 500px !important;
  height: 100% !important;
  margin: 0 auto !important;
  display: flex !important;
}

.mobile-menu-header {
  padding-top: env(safe-area-inset-top) !important;
  align-items: center !important;
  gap: 1rem !important;
  margin-bottom: 3rem !important;
  display: flex !important;
}

.mobile-menu-grid {
  flex: 1 !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 1.5rem !important;
  display: grid !important;
}

.mobile-grid-item {
  color: var(--glass-60) !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: .75rem !important;
  text-decoration: none !important;
  transition: all .2s !important;
  display: flex !important;
}

.icon-wrapper {
  background: var(--glass-05) !important;
  border: 1px solid var(--card-border) !important;
  border-radius: 16px !important;
  justify-content: center !important;
  align-items: center !important;
  width: 56px !important;
  height: 56px !important;
  transition: all .2s !important;
  display: flex !important;
}

.mobile-grid-item span {
  text-align: center !important;
  font-size: .75rem !important;
  font-weight: 600 !important;
}

.mobile-grid-item.active {
  color: var(--accent) !important;
}

.mobile-grid-item.active .icon-wrapper {
  border-color: var(--accent) !important;
  color: var(--accent) !important;
  background: #10b9811a !important;
}

.mobile-menu-footer {
  padding-bottom: calc(4rem + env(safe-area-inset-bottom)) !important;
  margin-top: 2rem !important;
}

.mobile-logout-btn {
  background: var(--glass-05) !important;
  border: 1px solid var(--card-border) !important;
  width: 100% !important;
  color: var(--error) !important;
  cursor: pointer !important;
  border-radius: 12px !important;
  justify-content: center !important;
  align-items: center !important;
  gap: .75rem !important;
  padding: 1rem !important;
  font-weight: 600 !important;
  display: flex !important;
}

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