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

/* [project]/components/AppShell/AppShell.module.css [app-client] (css) */
.AppShell-module__zMbRJq__shell {
  background-color: var(--pk-surface-dark);
  width: 100vw;
  height: 100dvh;
  color: var(--pk-text-highlight);
  grid-template: "header header header" 64px
                 "drawer nav content" 1fr
                 / 0 96px 1fr;
  transition: grid-template-columns .4s cubic-bezier(.33, 1, .68, 1);
  display: grid;
  overflow: hidden;
}

.AppShell-module__zMbRJq__shellDrawerOpen {
  grid-template-columns: 320px 96px 1fr;
}

@media (max-width: 767px) {
  .AppShell-module__zMbRJq__shell {
    grid-template: "header" 64px
                   "content" 1fr
                   / 1fr;
  }
}

.AppShell-module__zMbRJq__categoryGlow {
  background: radial-gradient(circle at 10% 20%, var(--current-category-color), transparent 70%);
  opacity: .12;
  pointer-events: none;
  z-index: 1;
  width: 100vw;
  height: 100dvh;
  transition: background .8s cubic-bezier(.4, 0, .2, 1);
  position: fixed;
  top: 0;
  left: 0;
}

@keyframes AppShell-module__zMbRJq__drawerFadeIn {
  from {
    opacity: 0;
    -webkit-backdrop-filter: blur();
    backdrop-filter: blur();
  }

  to {
    opacity: 1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
  }
}

.AppShell-module__zMbRJq__header {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1001;
  background: linear-gradient(#0f172a80, #0000);
  border-bottom: 1px solid #ffffff0d;
  grid-area: header;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding: 0 24px;
  display: flex;
}

.AppShell-module__zMbRJq__headerLeft {
  align-items: center;
  width: 200px;
  display: flex;
}

.AppShell-module__zMbRJq__searchContainer {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.AppShell-module__zMbRJq__searchIcon {
  color: #fff6;
  z-index: 2;
  position: absolute;
  left: calc(50% - 380px);
}

@media (max-width: 900px) {
  .AppShell-module__zMbRJq__searchIcon {
    left: 16px;
  }
}

.AppShell-module__zMbRJq__searchInput {
  color: #fff;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 50px;
  outline: none;
  width: 100%;
  max-width: 800px;
  padding: 12px 20px 12px 52px;
  font-size: 1rem;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.AppShell-module__zMbRJq__searchInput:focus {
  border-color: var(--current-category-color);
  background-color: #ffffff1a;
  box-shadow: 0 0 25px #0000004d;
}

.AppShell-module__zMbRJq__headerRight {
  justify-content: flex-end;
  align-items: center;
  width: 200px;
  display: flex;
}

.AppShell-module__zMbRJq__menuIcon {
  color: #fff;
  cursor: pointer;
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all .2s;
  display: flex;
}

.AppShell-module__zMbRJq__avatar {
  color: #fff;
  cursor: pointer;
  background-color: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  padding: 0;
  transition: all .2s;
  display: flex;
}

.AppShell-module__zMbRJq__nav {
  z-index: 20;
  background-color: #0f172a33;
  border-right: 1px solid #ffffff0d;
  flex-direction: column;
  grid-area: nav;
  align-items: center;
  display: flex;
}

.AppShell-module__zMbRJq__railLinks {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  gap: 16px;
  display: flex;
}

@media (max-width: 767px) {
  .AppShell-module__zMbRJq__nav {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #0f172ad9;
    border-top: 1px solid #ffffff0d;
    border-right: none;
    flex-direction: row;
    height: 80px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .AppShell-module__zMbRJq__railLinks {
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
  }
}

.AppShell-module__zMbRJq__navLink {
  color: var(--pk-text-main);
  flex-direction: column;
  align-items: center;
  width: 64px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.AppShell-module__zMbRJq__iconContainer {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 32px;
  margin-bottom: 4px;
  transition: all .3s;
  display: flex;
}

.AppShell-module__zMbRJq__navLinkActive .AppShell-module__zMbRJq__iconContainer {
  background-color: var(--active-color);
  color: #fff;
  box-shadow: 0 0 20px var(--active-color);
}

.AppShell-module__zMbRJq__navLabel {
  font-size: 11px;
  font-weight: 500;
}

.AppShell-module__zMbRJq__content {
  z-index: 10;
  grid-area: content;
  padding: 24px;
  overflow-y: auto;
}

.AppShell-module__zMbRJq__userMenuContainer {
  position: relative;
}

.AppShell-module__zMbRJq__userMenuOverlay {
  z-index: 1000;
  background: none;
  position: fixed;
  inset: 0;
}

.AppShell-module__zMbRJq__userMenu {
  z-index: 1001;
  background-color: #1a1f2e;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  width: 240px;
  animation: .2s ease-out AppShell-module__zMbRJq__slideDown;
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  overflow: hidden;
  box-shadow: 0 15px 40px #0009;
}

@keyframes AppShell-module__zMbRJq__slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

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

.AppShell-module__zMbRJq__userMenuHeader {
  background-color: #ffffff08;
  align-items: center;
  gap: 12px;
  padding: 20px;
  display: flex;
}

.AppShell-module__zMbRJq__userName {
  color: #fff;
  font-weight: 600;
}

.AppShell-module__zMbRJq__userRole {
  color: var(--pk-text-main);
  font-size: .8rem;
}

.AppShell-module__zMbRJq__userMenuDivider {
  background-color: #ffffff14;
  height: 1px;
}

.AppShell-module__zMbRJq__userMenuItem {
  width: 100%;
  color: var(--pk-text-main);
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  display: flex;
}

.AppShell-module__zMbRJq__userMenuItem:hover {
  color: #fff;
  background-color: #ffffff0d;
}

.AppShell-module__zMbRJq__drawer {
  z-index: 1100;
  background-color: #0f172a;
  flex-direction: column;
  grid-area: drawer;
  width: 310px;
  height: 100dvh;
  transition: transform .4s cubic-bezier(.33, 1, .68, 1), left .4s cubic-bezier(.33, 1, .68, 1);
  display: flex;
  position: fixed;
  top: 0;
  left: -320px;
  box-shadow: 10px 0 40px #0006;
}

@media (min-width: 768px) {
  .AppShell-module__zMbRJq__drawer {
    margin-right: -310px;
    position: relative;
    left: 0;
    transform: translateX(-100%);
  }

  .AppShell-module__zMbRJq__shellDrawerOpen .AppShell-module__zMbRJq__drawer {
    margin-right: 0;
    transform: translateX(0);
  }
}

.AppShell-module__zMbRJq__drawerHeader {
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  padding: 24px;
  display: flex;
}

.AppShell-module__zMbRJq__drawerLogo {
  object-fit: contain;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
}

.AppShell-module__zMbRJq__drawerTitle {
  flex-direction: column;
  display: flex;
}

.AppShell-module__zMbRJq__drawerTitle h2 {
  color: #fff;
  letter-spacing: -.5px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.AppShell-module__zMbRJq__drawerSubtitle {
  color: var(--pk-text-main);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 600;
}

.AppShell-module__zMbRJq__drawerClose {
  color: #fff;
  cursor: pointer;
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  padding: 8px;
  transition: all .2s;
  display: flex;
}

.AppShell-module__zMbRJq__drawerClose:hover {
  background: #ffffff1a;
  transform: rotate(90deg);
}

.AppShell-module__zMbRJq__drawerNav {
  flex-direction: column;
  gap: 8px;
  padding: 0 16px;
  display: flex;
}

.AppShell-module__zMbRJq__drawerLink {
  color: var(--pk-text-main);
  border-radius: 12px;
  align-items: center;
  gap: 16px;
  padding: 14px 20px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.AppShell-module__zMbRJq__drawerLink:hover {
  color: #fff;
  background-color: #ffffff08;
}

.AppShell-module__zMbRJq__drawerLinkActive {
  background-color: var(--pk-calendar);
  font-weight: 700;
  box-shadow: 0 4px 15px #32d74b40;
  color: #fff !important;
}

.AppShell-module__zMbRJq__drawerLinkActive span {
  color: #fff;
}

.AppShell-module__zMbRJq__drawerOverlay {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  z-index: 1090;
  background-color: #0009;
  animation: .3s AppShell-module__zMbRJq__fadeIn;
  position: fixed;
  inset: 0;
}

@keyframes AppShell-module__zMbRJq__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* [project]/app/globals.css [app-client] (css) */
:root {
  --pk-primary: #f97316;
  --pk-primary-dark: #c2410c;
  --pk-accent: #f97316;
  --pk-accent-hover: #fb923c;
  --pk-movies: #ff6b00;
  --pk-tv: #9d50ff;
  --pk-calendar: #32d74b;
  --pk-server: #ff3b30;
  --pk-downloads: #00bcd4;
  --pk-yellow: #fc0;
  --pk-surface: #1e293b;
  --pk-surface-dark: #0f172a;
  --pk-bg-pane: #111827;
  --pk-bg-card: #1f2937;
  --pk-text-main: #94a3b8;
  --pk-text-highlight: #fff;
  --pk-error: #ef4444;
  --pk-space-1: 4px;
  --pk-space-2: 8px;
  --pk-space-3: 12px;
  --pk-space-4: 16px;
  --pk-space-5: 24px;
  --pk-space-6: 32px;
  --pk-radius-sm: 4px;
  --pk-radius-md: 8px;
  --pk-radius-lg: 12px;
  --pk-radius-xl: 16px;
  --pk-radius-full: 9999px;
  --pk-bg-root: var(--pk-surface-dark);
  --pk-nav-height: 64px;
  --pk-sidebar-width: 280px;
  --pk-rail-width: 80px;
}

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

body {
  background-color: var(--pk-surface-dark);
  color: var(--pk-text-main);
  min-height: 100vh;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
  line-height: 1.5;
}

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

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

::-webkit-scrollbar-thumb {
  background: #374151;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #4b5563;
}

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