/* [next]/internal/font/google/inter_5972bc34.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_5972bc34-module__OU16Qa__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

/* [project]/src/app/globals.css [app-client] (css) */
:root {
  --primary: 250 80% 60%;
  --primary-foreground: 250 10% 98%;
  --background: 250 40% 5%;
  --foreground: 250 10% 95%;
  --card: 250 30% 8%;
  --card-foreground: 250 10% 95%;
  --popover: 250 30% 10%;
  --popover-foreground: 250 10% 95%;
  --secondary: 250 20% 15%;
  --secondary-foreground: 250 10% 95%;
  --muted: 250 15% 15%;
  --muted-foreground: 250 10% 60%;
  --accent: 250 30% 20%;
  --accent-foreground: 250 10% 95%;
  --destructive: 0 84% 60%;
  --destructive-foreground: 0 0% 100%;
  --border: 250 20% 15%;
  --input: 250 20% 15%;
  --ring: 250 80% 60%;
  --radius: .75rem;
}

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

html, body {
  -webkit-text-size-adjust: 100%;
  max-width: 100vw;
  height: 100%;
  overflow-x: hidden;
}

* {
  max-width: 100%;
}

body {
  color: hsl(var(--foreground));
  background: hsl(var(--background));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
}

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

@media (max-width: 768px) {
  .responsive-grid {
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
    grid-template-columns: 1fr !important;
  }

  .layout-wrapper {
    flex-direction: column;
  }

  .main-content {
    width: 100vw;
    margin-left: 0 !important;
  }
}

.glass {
  -webkit-backdrop-filter: blur(12px);
  background: #141221b3;
  border: 1px solid #2924424d;
}

.glass-card {
  -webkit-backdrop-filter: blur(8px);
  border-radius: var(--radius);
  background: #18152880;
  border: 1px solid #332d5333;
  padding: 1.5rem;
  transition: transform .2s, border-color .2s;
}

@media (max-width: 768px) {
  .glass-card {
    padding: 1rem !important;
  }
}

.glass-card:hover {
  border-color: hsla(var(--primary) / .4);
  transform: translateY(-2px);
}

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

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

::-webkit-scrollbar-thumb {
  background: hsl(var(--muted));
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--accent));
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

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

.fade-in {
  animation: .5s forwards fadeIn;
}

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

.main-content {
  flex-direction: column;
  flex: 1;
  margin-left: 260px;
  transition: margin-left .3s;
  display: flex;
}

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

.page-content {
  flex: 1;
  padding: 2rem;
}

@media (max-width: 768px) {
  .page-content {
    padding: 1rem;
  }
}

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

@media (max-width: 768px) {
  .responsive-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

/* [project]/src/components/layout/Sidebar.module.css [app-client] (css) */
.Sidebar-module__XRNO5a__sidebar {
  -webkit-backdrop-filter: blur(20px);
  z-index: 100;
  background: #100e1bcc;
  border-right: 1px solid #29244266;
  flex-direction: column;
  width: 260px;
  height: 100vh;
  padding: 2rem 1rem;
  transition: transform .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.Sidebar-module__XRNO5a__overlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  background: #00000080;
  transition: opacity .3s;
  display: none;
  position: fixed;
  inset: 0;
}

.Sidebar-module__XRNO5a__overlayVisible {
  opacity: 1;
  pointer-events: auto;
  display: block;
}

.Sidebar-module__XRNO5a__closeButton {
  color: hsl(var(--muted-foreground));
  cursor: pointer;
  background: none;
  border: none;
  margin-left: auto;
  padding: .5rem;
  font-size: 1.5rem;
  display: none;
}

@media (max-width: 1024px) {
  .Sidebar-module__XRNO5a__sidebar {
    transform: translateX(-100%);
  }

  .Sidebar-module__XRNO5a__sidebarOpen {
    transform: translateX(0);
  }

  .Sidebar-module__XRNO5a__closeButton {
    display: block;
  }
}

.Sidebar-module__XRNO5a__logo {
  align-items: center;
  gap: .75rem;
  margin-bottom: 3rem;
  padding: .5rem 1rem;
  display: flex;
}

.Sidebar-module__XRNO5a__logoIcon {
  background: linear-gradient(135deg, #8a75f0, #b447eb);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  font-size: 1.5rem;
}

.Sidebar-module__XRNO5a__logoText {
  letter-spacing: -.02em;
  color: hsl(var(--foreground));
  font-size: 1.25rem;
  font-weight: 700;
}

.Sidebar-module__XRNO5a__nav {
  flex-direction: column;
  flex: 1;
  gap: .5rem;
  display: flex;
}

.Sidebar-module__XRNO5a__navItem {
  color: hsl(var(--muted-foreground));
  border-radius: .5rem;
  align-items: center;
  gap: 1rem;
  padding: .75rem 1rem;
  transition: all .2s;
  display: flex;
}

.Sidebar-module__XRNO5a__navItem:hover {
  background: hsla(var(--primary) / .1);
  color: hsl(var(--foreground));
  transform: translateX(4px);
}

.Sidebar-module__XRNO5a__icon {
  font-size: 1.2rem;
}

.Sidebar-module__XRNO5a__name {
  font-size: .95rem;
  font-weight: 500;
}

.Sidebar-module__XRNO5a__userProfile {
  background: #1f1b3266;
  border: 1px solid #332d5333;
  border-radius: .75rem;
  align-items: center;
  gap: .75rem;
  margin-top: auto;
  padding: 1rem;
  display: flex;
}

.Sidebar-module__XRNO5a__avatar {
  background: hsl(var(--primary));
  width: 36px;
  height: 36px;
  color: hsl(var(--primary-foreground));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.Sidebar-module__XRNO5a__userInfo {
  flex-direction: column;
  display: flex;
}

.Sidebar-module__XRNO5a__userName {
  color: hsl(var(--foreground));
  font-size: .9rem;
  font-weight: 600;
}

.Sidebar-module__XRNO5a__userRole {
  color: hsl(var(--muted-foreground));
  font-size: .75rem;
}

/* [project]/src/components/layout/Header.module.css [app-client] (css) */
.Header-module__lnUIdW__header {
  -webkit-backdrop-filter: blur(10px);
  z-index: 90;
  background: #090812cc;
  border-bottom: 1px solid #2924424d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 2rem;
  display: flex;
  position: sticky;
  top: 0;
}

.Header-module__lnUIdW__menuBtn {
  color: hsl(var(--foreground));
  cursor: pointer;
  background: none;
  border: none;
  margin-right: 1rem;
  padding: .5rem;
  font-size: 1.5rem;
  display: none;
}

.Header-module__lnUIdW__search {
  background: #1f1b3280;
  border: 1px solid #332d5333;
  border-radius: .75rem;
  align-items: center;
  gap: .75rem;
  width: 400px;
  max-width: 100%;
  padding: .6rem 1rem;
  transition: all .2s;
  display: flex;
}

.Header-module__lnUIdW__search:focus-within {
  border-color: hsla(var(--primary) / .5);
  background: #29244280;
  width: 450px;
}

.Header-module__lnUIdW__searchIcon {
  opacity: .6;
  font-size: 1rem;
}

.Header-module__lnUIdW__searchInput {
  width: 100%;
  color: hsl(var(--foreground));
  background: none;
  border: none;
  outline: none;
  font-size: .9rem;
}

.Header-module__lnUIdW__searchInput::placeholder {
  color: hsl(var(--muted-foreground));
}

.Header-module__lnUIdW__actions {
  align-items: center;
  gap: 1.5rem;
  display: flex;
}

@media (max-width: 1024px) {
  .Header-module__lnUIdW__menuBtn {
    display: block;
  }

  .Header-module__lnUIdW__header {
    padding: 0 1rem;
  }

  .Header-module__lnUIdW__search {
    display: none !important;
  }

  .Header-module__lnUIdW__actions {
    gap: .75rem;
  }

  .Header-module__lnUIdW__createBtn span:not(.Header-module__lnUIdW__btnPlus) {
    display: none;
  }

  .Header-module__lnUIdW__userProfile {
    padding-left: .75rem;
  }

  .Header-module__lnUIdW__userDetails {
    display: none;
  }
}

.Header-module__lnUIdW__notificationBtn {
  cursor: pointer;
  color: hsl(var(--foreground));
  opacity: .8;
  background: none;
  border: none;
  font-size: 1.25rem;
  transition: opacity .2s;
  position: relative;
}

.Header-module__lnUIdW__notificationBtn:hover {
  opacity: 1;
}

.Header-module__lnUIdW__badge {
  background: hsl(var(--destructive));
  border: 2px solid hsl(var(--background));
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: -2px;
  right: -2px;
}

.Header-module__lnUIdW__createBtn {
  background: hsl(var(--primary));
  color: hsl(var(--primary-foreground));
  cursor: pointer;
  box-shadow: 0 4px 12px hsla(var(--primary) / .3);
  border: none;
  border-radius: .75rem;
  align-items: center;
  gap: .5rem;
  padding: .75rem 1.5rem;
  font-size: .9rem;
  font-weight: 600;
  transition: all .2s;
  display: flex;
}

.Header-module__lnUIdW__createBtn:hover {
  box-shadow: 0 6px 16px hsla(var(--primary) / .4);
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.Header-module__lnUIdW__btnPlus {
  font-size: 1.2rem;
  font-weight: 400;
}

.Header-module__lnUIdW__userProfile {
  border-left: 1px solid hsla(var(--border) / .3);
  align-items: center;
  gap: 1rem;
  padding-left: 1.5rem;
  display: flex;
}

.Header-module__lnUIdW__userAvatar {
  object-fit: cover;
  border: 2px solid hsla(var(--primary) / .3);
  background: hsla(var(--muted) / .5);
  width: 36px;
  height: 36px;
  color: hsl(var(--primary));
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
  font-weight: 600;
  display: flex;
}

.Header-module__lnUIdW__userDetails {
  flex-direction: column;
  display: flex;
}

.Header-module__lnUIdW__userName {
  color: hsl(var(--foreground));
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 120px;
  font-size: .85rem;
  font-weight: 600;
  overflow: hidden;
}

.Header-module__lnUIdW__logoutBtn {
  color: hsl(var(--muted-foreground));
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  margin-top: 1px;
  padding: 0;
  font-size: .75rem;
}

.Header-module__lnUIdW__logoutBtn:hover {
  color: hsl(var(--destructive));
  text-decoration: underline;
}

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