/* [next]/internal/font/google/inter_2fe1ab3d.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.2a48534a.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.18a48cbc.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.7a40eb73.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.c995e352.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.76dcb0b2.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.7cd81963.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.3a6ba036.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_2fe1ab3d-module__-T-KAq__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

.inter_2fe1ab3d-module__-T-KAq__variable {
  --font-inter: "Inter", "Inter Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --color-bg-base: #fff;
  --color-bg-soft: #f6f9fc;
  --color-bg-elevated: #fff;
  --color-text-main: #1a1f36;
  --color-text-muted: #4a5568;
  --color-text-soft: #6b7280;
  --color-border-subtle: #e2e8f0;
  --color-border-strong: #cbd5e1;
  --color-accent: #635bff;
  --color-accent-soft: #eef0ff;
  --color-danger: #e02424;
  --color-success: #0f9d58;
  --font-family-sans: var(--font-inter), -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-size-display: 56px;
  --font-size-h1: 48px;
  --font-size-h2: 32px;
  --font-size-h3: 24px;
  --font-size-body-lg: 18px;
  --font-size-body: 16px;
  --font-size-caption: 14px;
  --space-0: 0px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-32: 128px;
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 14px;
  --radius-full: 999px;
  --shadow-soft: 0 8px 24px #0f172a0f;
  --shadow-medium: 0 12px 40px #0f172a1a;
}

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

html, body {
  max-width: 100vw;
  font-family: var(--font-family-sans);
  background-color: var(--color-bg-base);
  color: var(--color-text-main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

.container {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.text-display {
  font-size: var(--font-size-display);
  font-weight: 600;
  line-height: 1.1;
}

.text-h1 {
  font-size: var(--font-size-h1);
  font-weight: 600;
  line-height: 1.1;
}

.text-h2 {
  font-size: var(--font-size-h2);
  font-weight: 600;
  line-height: 1.2;
}

.text-h3 {
  font-size: var(--font-size-h3);
  font-weight: 600;
  line-height: 1.3;
}

.text-body-lg {
  font-size: var(--font-size-body-lg);
  line-height: 1.6;
}

.text-body {
  font-size: var(--font-size-body);
  line-height: 1.6;
}

.text-caption {
  font-size: var(--font-size-caption);
  line-height: 1.5;
}

.text-muted {
  color: var(--color-text-muted);
}

.text-soft {
  color: var(--color-text-soft);
}

.text-accent {
  color: var(--color-accent);
}

.btn {
  border-radius: var(--radius-full);
  cursor: pointer;
  border: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
  display: inline-flex;
}

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

.btn-primary:hover {
  box-shadow: var(--shadow-medium);
  background-color: #7c75ff;
  transform: translateY(-1px);
}

.btn-primary:active {
  background-color: #5148ff;
  transform: translateY(1px);
}

.btn-secondary {
  color: var(--color-text-main);
  background-color: #0000;
}

.btn-secondary:hover {
  color: var(--color-accent);
}

@keyframes hero-pan {
  0% {
    transform: scale(1.1)translate(0);
  }

  25% {
    transform: scale(1.15)translate(-1%, 1%);
  }

  50% {
    transform: scale(1.1)translate(-2%, -1%);
  }

  75% {
    transform: scale(1.15)translate(1%, -2%);
  }

  100% {
    transform: scale(1.1)translate(0);
  }
}

@keyframes hero-shimmer {
  0% {
    opacity: .4;
    transform: translateX(-50%)translateY(-50%)rotate(0);
  }

  100% {
    opacity: .6;
    transform: translateX(-50%)translateY(-50%)rotate(360deg);
  }
}

.hero-bg-animate {
  animation: 30s ease-in-out infinite alternate hero-pan;
}

@media (max-width: 768px) {
  :root {
    --font-size-display: 36px;
    --font-size-h1: 32px;
    --font-size-h2: 24px;
    --font-size-h3: 20px;
  }

  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero-section {
    min-height: auto !important;
    padding-top: 100px !important;
    padding-bottom: 60px !important;
  }

  .hero-grid {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }

  .hero-invoice-card {
    margin: 0 auto;
    min-width: auto !important;
    max-width: 100% !important;
    padding: 20px !important;
  }

  .hero-stats {
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    gap: 20px !important;
  }

  .hero-profession-text {
    width: auto !important;
    display: inline !important;
  }

  .hero-title {
    font-size: clamp(28px, 8vw, 42px) !important;
    line-height: 1.05 !important;
  }

  .cta-buttons {
    flex-direction: column !important;
    width: 100% !important;
  }

  .cta-buttons button {
    justify-content: center;
    width: 100% !important;
  }

  .features-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .pricing-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  .pricing-trust-badges {
    flex-direction: column !important;
    align-items: center !important;
    gap: 12px !important;
  }

  .footer-grid {
    text-align: center;
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .footer-bottom {
    text-align: center !important;
    flex-direction: column !important;
    gap: 16px !important;
  }

  .footer-bottom > div:last-child {
    flex-direction: column !important;
    gap: 8px !important;
  }

  .mobile-menu {
    padding: 20px 16px !important;
  }

  .lang-selector-mobile {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 8px !important;
    display: grid !important;
  }
}

@media (max-width: 480px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero-stats {
    gap: 16px !important;
  }

  .hero-stats > div {
    text-align: center;
    flex: calc(50% - 8px);
  }

  .hero-invoice-card {
    padding: 16px !important;
  }

  .cta-button, .secondary-button, .pricing-button {
    padding: 12px 20px !important;
    font-size: 14px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .hero-grid {
    gap: 40px !important;
  }

  .features-grid, .pricing-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .pricing-grid > :last-child {
    grid-column: span 2;
    justify-self: center;
    max-width: 50%;
  }
}

@media (hover: none) and (pointer: coarse) {
  .feature-card:hover, .pricing-card:hover, .invoice-card:hover {
    transform: none !important;
  }

  .cta-button:hover, .pricing-button:hover {
    box-shadow: none !important;
    transform: none !important;
  }
}

@media (max-width: 768px) {
  .dashboard-main {
    padding: 76px 16px 24px !important;
  }

  .dashboard-stats-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .dashboard-header {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  .dashboard-header button {
    justify-content: center !important;
    width: 100% !important;
  }

  .quick-actions {
    flex-direction: column !important;
  }

  .quick-actions button {
    justify-content: flex-start !important;
    width: 100% !important;
  }

  .dashboard-table {
    display: none !important;
  }

  .dashboard-table-mobile {
    display: block !important;
  }

  input[type="text"], input[type="email"], input[type="number"], input[type="date"], textarea, select {
    min-height: 44px !important;
    font-size: 16px !important;
  }

  button, .btn {
    min-height: 44px !important;
    padding: 12px 20px !important;
  }

  .card, .content-card {
    width: 100% !important;
    margin: 0 !important;
  }

  .invoice-builder-grid {
    grid-template-columns: 1fr !important;
  }

  .settings-tabs {
    -webkit-overflow-scrolling: touch !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
  }

  .settings-tabs button {
    white-space: nowrap !important;
    flex-shrink: 0 !important;
  }

  .chart-container {
    width: 100% !important;
    overflow-x: auto !important;
  }

  .modal-content {
    border-radius: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 100vh !important;
    max-height: 100vh !important;
    margin: 0 !important;
  }
}

@media (max-width: 480px) {
  .dashboard-main {
    padding: 76px 12px 20px !important;
  }

  h1 {
    font-size: 1.5rem !important;
  }

  h2 {
    font-size: 1.25rem !important;
  }

  .stat-card {
    padding: 16px !important;
  }

  .stat-card .stat-value {
    font-size: 1.5rem !important;
  }
}

@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .4;
  }
}

@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }

  100% {
    background-position: 200% 0;
  }
}

.animate-pulse {
  animation: 1.5s cubic-bezier(.4, 0, .6, 1) infinite pulse;
}

.animate-shimmer {
  background: linear-gradient(90deg, #ffffff14 0%, #ffffff26 50%, #ffffff14 100%) 0 0 / 200% 100%;
  animation: 1.5s infinite shimmer;
}

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

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

.animate-slide-up {
  animation: .3s ease-out slide-up;
}

@media (max-width: 768px) {
  .dashboard-header {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 16px !important;
  }

  .dashboard-header h1 {
    font-size: 1.75rem !important;
  }

  .dashboard-header button {
    justify-content: center !important;
    width: 100% !important;
  }

  .dashboard-stats {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  .stat-card {
    padding: 16px !important;
  }

  .stat-value {
    font-size: 1.5rem !important;
  }

  .quick-actions {
    flex-direction: column !important;
  }

  .quick-actions button {
    justify-content: flex-start !important;
    width: 100% !important;
  }

  .recent-invoices-table {
    display: none !important;
  }

  .recent-invoices-mobile {
    display: block !important;
  }
}

@media (min-width: 769px) {
  .recent-invoices-mobile {
    display: none !important;
  }
}

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