@import "https://fonts.googleapis.com/css2?family=Manrope:wght@300;400;500;600;700&display=swap";
/* [next]/internal/font/google/inter_fe8b9d92.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_fe8b9d92-module__LINzvG__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

.inter_fe8b9d92-module__LINzvG__variable {
  --font-inter: "Inter", "Inter Fallback";
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --primary: #031635;
  --primary-container: #1a2b4b;
  --primary-light: #03163514;
  --background: #f7f9fb;
  --surface: #fff;
  --surface-low: #f2f4f6;
  --surface-hover: #eceef0;
  --text: #191c1e;
  --text-main: #191c1e;
  --text-muted: #44474e;
  --text-on-primary: #fff;
  --border: #e0e3e5;
  --outline: #75777f;
  --accent-blue: #031635;
  --accent-error: #ba1a1a;
  --accent-warning: #b08d5b;
  --accent-success: #10b981;
  --spacing-xs: .5rem;
  --spacing-sm: 1rem;
  --spacing-md: 1.5rem;
  --spacing-lg: 2rem;
  --spacing-xl: 3rem;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --shadow-soft: 0 4px 12px #191c1e0a;
  --shadow-md: 0 10px 24px #191c1e0f;
  --shadow-lg: 0 20px 40px #191c1e14;
  --transition-fast: .2s ease;
  --transition-smooth: .4s cubic-bezier(.16, 1, .3, 1);
}

body {
  background-color: var(--background);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  margin: 0;
  font-family: Manrope, system-ui, -apple-system, sans-serif;
}

.premium-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: var(--spacing-lg);
  transition: var(--transition-smooth);
  box-shadow: var(--shadow-soft);
  border: none;
}

.premium-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}

.primary-button {
  background: linear-gradient(135deg, var(--primary), var(--primary-container));
  color: #fff;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition-smooth);
  border: none;
  align-items: center;
  gap: .75rem;
  padding: .875rem 1.75rem;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  box-shadow: 0 4px 12px #03163526;
}

.primary-button:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px #03163540;
}

.secondary-button {
  background-color: var(--surface-low);
  color: var(--primary);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition-fast);
  border: none;
  align-items: center;
  gap: .75rem;
  padding: .875rem 1.75rem;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.secondary-button:hover {
  background-color: var(--surface-hover);
}

.premium-form {
  flex-direction: column;
  gap: 1.25rem;
  display: flex;
}

.form-group {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.form-label {
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: .02em;
  font-size: .8125rem;
  font-weight: 700;
}

.premium-input, .premium-textarea, .premium-select {
  background: var(--surface-low);
  border-radius: var(--radius-md);
  color: var(--text-main);
  transition: var(--transition-fast);
  border: 1px solid #0000;
  padding: .75rem 1rem;
  font-family: inherit;
  font-size: .875rem;
}

.premium-input:focus, .premium-textarea:focus, .premium-select:focus {
  border-color: var(--primary);
  background: var(--surface);
  box-shadow: 0 0 0 4px var(--primary-light);
  outline: none;
}

.premium-textarea {
  resize: none;
}

.file-upload-container {
  width: 100%;
  position: relative;
}

.file-input-hidden {
  opacity: 0;
  z-index: -1;
  width: .1px;
  height: .1px;
  position: absolute;
  overflow: hidden;
}

.file-upload-label {
  background: var(--surface-low);
  border: 2px dashed var(--border);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition-smooth);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  padding: 2rem;
  display: flex;
}

.file-upload-label:hover {
  border-color: var(--primary);
  background: var(--primary-light);
}

.file-upload-label span {
  color: var(--primary);
  font-size: .875rem;
  font-weight: 600;
}

.file-upload-label small {
  color: var(--text-muted);
  font-size: .75rem;
}

.form-actions {
  border-top: 1px solid var(--surface-low);
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 1rem;
  padding-top: 1rem;
  display: flex;
}

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

html, body {
  background-color: var(--background);
  max-width: 100vw;
  color: var(--text);
  overflow-x: hidden;
}

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

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

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

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

.app-layout {
  background-color: var(--background);
  min-height: 100vh;
  display: flex;
}

.main-content {
  background-color: var(--background);
  flex: 1;
  min-height: 100vh;
  margin-left: 280px;
  transition: margin-left .3s;
}

@media (max-width: 1024px) {
  .main-content {
    margin-left: 0;
  }
}

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

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

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

/* [project]/src/components/Sidebar.css [app-client] (css) */
.sidebar {
  background-color: var(--surface);
  z-index: 100;
  flex-direction: column;
  width: 280px;
  height: 100vh;
  padding: 1.5rem 0;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 4px 0 24px #191c1e05;
}

.logo-section {
  align-items: center;
  gap: .75rem;
  margin-bottom: 3rem;
  padding: 0 2rem;
  display: flex;
}

.logo-text {
  color: var(--primary);
  letter-spacing: -.03em;
  font-size: 1.375rem;
  font-weight: 800;
}

.nav-links {
  flex-direction: column;
  flex: 1;
  gap: 1.5rem;
  padding: 0 1rem;
  display: flex;
  overflow-y: auto;
}

.nav-group {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.nav-group-title {
  color: var(--text-muted);
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .7;
  margin-bottom: .5rem;
  padding: 0 1.25rem;
  font-size: .6875rem;
  font-weight: 700;
}

.nav-item {
  color: var(--text-muted);
  border-radius: var(--radius-md);
  transition: var(--transition-smooth);
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  padding: .75rem 1.25rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.nav-item:hover {
  background-color: var(--surface-low);
  color: var(--text-main);
}

.nav-item.active {
  background-color: var(--primary-light);
  color: var(--primary);
}

.nav-icon {
  stroke-width: 2px;
  width: 18px;
  height: 18px;
}

.user-section {
  background-color: var(--surface-low);
  border-radius: var(--radius-lg);
  margin: .75rem;
  padding: 1.5rem;
}

.logout-btn {
  margin-top: .5rem;
  padding: .75rem 1.25rem;
}

.user-info {
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.avatar {
  background-color: var(--primary-light);
  width: 40px;
  height: 40px;
  color: var(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  font-weight: 700;
  display: flex;
}

.user-details {
  flex-direction: column;
  display: flex;
}

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