/* [project]/components/Landing/Navbar.module.css [app-client] (css) */
.Navbar-module__76w8mW__navbar {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 1000;
  background: #0f172ad9;
  border-bottom: 1px solid #ffffff0d;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  padding: 0 5%;
  transition: all .4s;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.Navbar-module__76w8mW__navMainGroup {
  align-items: center;
  gap: 60px;
  display: flex;
}

.Navbar-module__76w8mW__logoGroup {
  align-items: center;
  gap: 15px;
  display: flex;
}

.Navbar-module__76w8mW__logoIcon {
  width: 42px;
  height: 42px;
}

.Navbar-module__76w8mW__logoText {
  flex-direction: column;
  display: flex;
}

.Navbar-module__76w8mW__brandName {
  color: #fff;
  letter-spacing: -1px;
  font-size: 20px;
  font-weight: 950;
}

.Navbar-module__76w8mW__brandSub {
  color: #2dd4bf;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 800;
}

.Navbar-module__76w8mW__navLinks {
  gap: 35px;
  display: flex;
}

.Navbar-module__76w8mW__navLink {
  color: #94a3b8;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s;
}

.Navbar-module__76w8mW__navLink:hover {
  color: #2dd4bf;
}

.Navbar-module__76w8mW__navRightGroup {
  align-items: center;
  gap: 25px;
  display: flex;
}

.Navbar-module__76w8mW__cartBtn {
  color: #fff;
  position: relative;
}

.Navbar-module__76w8mW__cartBadge {
  color: #fff;
  background: #2dd4bf;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  font-weight: 900;
  display: flex;
  position: absolute;
  top: -8px;
  right: -8px;
}

.Navbar-module__76w8mW__userProfile {
  align-items: center;
  gap: 12px;
  display: flex;
}

.Navbar-module__76w8mW__userInfo {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.Navbar-module__76w8mW__userName {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

.Navbar-module__76w8mW__userActions {
  gap: 10px;
  display: flex;
}

.Navbar-module__76w8mW__dashLink {
  color: #2dd4bf;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 950;
  text-decoration: none;
  display: flex;
}

.Navbar-module__76w8mW__logoutBtn {
  color: #ef4444;
  cursor: pointer;
  background: none;
  border: none;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  font-weight: 950;
  display: flex;
}

.Navbar-module__76w8mW__userAvatar {
  color: #fff;
  background: #2dd4bf;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-weight: 900;
  display: flex;
}

.Navbar-module__76w8mW__loginBtn {
  color: #0f172a;
  background: #fff;
  border: none;
  border-radius: 14px;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 800;
  display: flex;
}

.Navbar-module__76w8mW__divider {
  background: #ffffff1a;
  width: 1px;
  height: 30px;
}

.Navbar-module__76w8mW__mobileLogoMenuBtn {
  display: none;
}

.Navbar-module__76w8mW__desktopLogoLink {
  text-decoration: none;
  display: block;
}

@media (max-width: 1024px) {
  .Navbar-module__76w8mW__navbar {
    height: auto;
    min-height: 80px;
    padding: var(--safe-area-top) 20px 0;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    background: #0f172a80;
    border-bottom: 1px solid #2dd4bf1a;
  }

  .Navbar-module__76w8mW__navLinks {
    display: none !important;
  }

  .Navbar-module__76w8mW__mobileLogoMenuBtn {
    cursor: pointer;
    text-align: left;
    filter: drop-shadow(0 0 10px #2dd4bf33);
    background: none;
    border: none;
    padding: 0;
    display: flex;
  }

  .Navbar-module__76w8mW__desktopLogoLink {
    display: none;
  }

  .Navbar-module__76w8mW__logoIcon {
    height: 32px;
  }

  .Navbar-module__76w8mW__brandSub, .Navbar-module__76w8mW__brandName, .Navbar-module__76w8mW__divider {
    display: none;
  }

  .Navbar-module__76w8mW__mobileOverlay {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    z-index: 2000;
    background: #0f172a66;
    position: fixed;
    inset: 0;
  }

  .Navbar-module__76w8mW__mobileDrawer {
    z-index: 2001;
    width: 280px;
    padding: var(--safe-area-top) 0 0;
    background: linear-gradient(160deg, #020617 0%, #0f172a 100%);
    border-right: 1px solid #ffffff08;
    flex-direction: column;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    box-shadow: 10px 0 30px #00000080;
  }

  .Navbar-module__76w8mW__drawerHeader {
    border-bottom: 1px solid #ffffff08;
    justify-content: space-between;
    align-items: center;
    padding: 30px 25px;
    display: flex;
  }

  .Navbar-module__76w8mW__drawerLogoBox {
    align-items: center;
    gap: 12px;
    display: flex;
  }

  .Navbar-module__76w8mW__drawerLogoBox img {
    width: 28px;
    height: 28px;
  }

  .Navbar-module__76w8mW__drawerLogoBox span {
    color: #fff;
    letter-spacing: -.5px;
    font-size: 18px;
    font-weight: 1000;
  }

  .Navbar-module__76w8mW__closeBtn {
    color: #fff;
    background: #ffffff0d;
    border: none;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    display: flex;
  }

  .Navbar-module__76w8mW__drawerUserSection {
    background: linear-gradient(to right, #2dd4bf0d, #0000);
    align-items: center;
    gap: 15px;
    padding: 25px;
    display: flex;
  }

  .Navbar-module__76w8mW__drawerAvatar {
    color: #020617;
    background: #2dd4bf;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    font-size: 20px;
    font-weight: 1000;
    display: flex;
  }

  .Navbar-module__76w8mW__drawerUserInfo {
    flex-direction: column;
    display: flex;
  }

  .Navbar-module__76w8mW__drawerWelcome {
    color: #475569;
    margin: 0;
    font-size: 11px;
    font-weight: 800;
  }

  .Navbar-module__76w8mW__drawerName {
    color: #fff;
    margin: 2px 0 0;
    font-size: 15px;
    font-weight: 900;
  }

  .Navbar-module__76w8mW__mobileNavLinks {
    flex-direction: column;
    flex: 1;
    gap: 8px;
    padding: 20px 15px;
    display: flex;
  }

  .Navbar-module__76w8mW__mobileNavLink {
    color: #94a3b8;
    border-radius: 16px;
    align-items: center;
    gap: 15px;
    padding: 14px 18px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: all .3s;
    display: flex;
  }

  .Navbar-module__76w8mW__mobileNavLink:active {
    color: #2dd4bf;
    background: #ffffff08;
  }

  .Navbar-module__76w8mW__navLinkIcon {
    color: #2dd4bf;
    background: #ffffff05;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    display: flex;
  }

  .Navbar-module__76w8mW__drawerFooter {
    border-top: 1px solid #ffffff08;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
  }

  .Navbar-module__76w8mW__drawerActionBtn {
    color: #2dd4bf;
    background: #2dd4bf1a;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 14px;
    font-size: 14px;
    font-weight: 900;
    text-decoration: none;
    display: flex;
  }

  .Navbar-module__76w8mW__drawerLogoutBtn {
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
    padding: 14px;
    font-size: 14px;
    font-weight: 1000;
    transition: all .3s;
    display: flex;
    color: #fb7185 !important;
    background: #f43f5e0d !important;
    border: 1px solid #f43f5e33 !important;
  }

  .Navbar-module__76w8mW__drawerLoginBtn {
    color: #0f172a;
    background: #2dd4bf;
    border-radius: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px;
    font-size: 15px;
    font-weight: 1000;
    text-decoration: none;
    display: flex;
  }

  .Navbar-module__76w8mW__userProfile {
    align-items: center;
    gap: 12px;
  }

  .Navbar-module__76w8mW__userName {
    display: none;
  }

  .Navbar-module__76w8mW__userInfo {
    display: flex;
  }

  .Navbar-module__76w8mW__userActions {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    background: #ffffff08;
    border: 1px solid #2dd4bf4d;
    border-radius: 100px;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 2px 14px 2px 2px;
    display: flex;
    box-shadow: 0 0 15px #2dd4bf1a;
  }

  .Navbar-module__76w8mW__dashLink {
    color: #2dd4bf;
    letter-spacing: .8px;
    font-size: 9px;
    font-weight: 950;
  }

  .Navbar-module__76w8mW__userAvatar {
    color: #0f172a;
    background: linear-gradient(135deg, #2dd4bf, #0d9488);
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0;
    font-size: 10px;
    font-weight: 1000;
    box-shadow: 0 0 10px #2dd4bf66;
  }

  .Navbar-module__76w8mW__logoutBtn {
    display: none;
  }

  .Navbar-module__76w8mW__loginBtn {
    color: #2dd4bf;
    letter-spacing: .5px;
    background: #2dd4bf14;
    border: 1px solid #2dd4bf4d;
    border-radius: 100px;
    padding: 8px 18px;
    font-size: 10px;
    font-weight: 950;
    box-shadow: 0 0 15px #2dd4bf0d;
  }

  .Navbar-module__76w8mW__cartBtn {
    color: #fff;
    background: #ffffff08;
    border: 1px solid #ffffff14;
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    display: flex;
  }
}

/* [project]/components/Landing/Hero.module.css [app-client] (css) */
.Hero-module__vHLmxG__hero {
  background: radial-gradient(circle at 100% 0, #0d948808 0%, #0000 40%), radial-gradient(circle at 0 100%, #6366f108 0%, #0000 40%);
  align-items: center;
  min-height: 100vh;
  padding: 180px 5% 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.Hero-module__vHLmxG__heroInner {
  z-index: 2;
  max-width: 1400px;
  margin: 0 auto;
}

.Hero-module__vHLmxG__slideWrapper {
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  display: flex;
}

.Hero-module__vHLmxG__heroContent {
  flex: 1;
  max-width: 650px;
}

.Hero-module__vHLmxG__heroTitle {
  color: #fff;
  letter-spacing: -3px;
  margin-bottom: 35px;
  font-size: 82px;
  font-weight: 950;
  line-height: 1.05;
}

.Hero-module__vHLmxG__gradientText {
  background: linear-gradient(135deg, #2dd4bf, #3b82f6);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.Hero-module__vHLmxG__heroControls {
  align-items: center;
  gap: 20px;
  display: flex;
}

.Hero-module__vHLmxG__btnPrimary {
  color: #fff;
  background: #fff;
  border: none;
  border-radius: 18px;
  align-items: center;
  gap: 12px;
  padding: 18px 45px;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.Hero-module__vHLmxG__btnPrimary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px #0000001a;
}

.Hero-module__vHLmxG__btnSecondary {
  color: #fff;
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 18px;
  padding: 18px 45px;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s;
}

.Hero-module__vHLmxG__btnSecondary:hover {
  background: #ffffff0d;
  transform: translateY(-2px);
}

.Hero-module__vHLmxG__heroImageSide {
  flex: 1;
  justify-content: center;
  display: flex;
  position: relative;
}

.Hero-module__vHLmxG__heroImageWrapper {
  z-index: 5;
  background: #fff;
  border-radius: 64px;
  width: 550px;
  height: 550px;
  position: relative;
  box-shadow: 0 50px 100px #0000001a;
}

.Hero-module__vHLmxG__heroImage {
  object-fit: cover;
  z-index: 2;
  border-radius: 64px;
  width: 100%;
  height: 100%;
  position: relative;
}

.Hero-module__vHLmxG__heroNav {
  z-index: 10;
  justify-content: center;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
}

.Hero-module__vHLmxG__navArrowLeft, .Hero-module__vHLmxG__navArrowRight {
  color: #fff;
  cursor: pointer;
  z-index: 20;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff0d;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s;
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.Hero-module__vHLmxG__navArrowLeft {
  left: 40px;
}

.Hero-module__vHLmxG__navArrowRight {
  right: 40px;
}

.Hero-module__vHLmxG__navArrowLeft:hover, .Hero-module__vHLmxG__navArrowRight:hover {
  color: #0f172a;
  background: #fff;
  transform: translateY(-50%)scale(1.1);
}

.Hero-module__vHLmxG__navDots {
  align-items: center;
  gap: 12px;
  display: flex;
}

.Hero-module__vHLmxG__navDot {
  cursor: pointer;
  background: #ffffff1a;
  border-radius: 10px;
  width: 20px;
  height: 4px;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
}

.Hero-module__vHLmxG__navDotActive {
  width: 50px;
  background: #2dd4bf !important;
}

/* [project]/components/Landing/FeaturedLessons.module.css [app-client] (css) */
.FeaturedLessons-module__5NowXq__section {
  padding: 100px 5%;
}

.FeaturedLessons-module__5NowXq__sectionTitle {
  color: #fff;
  text-align: center;
  letter-spacing: -2px;
  margin-bottom: 60px;
  font-size: 52px;
  font-weight: 950;
}

.FeaturedLessons-module__5NowXq__glassCard {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff08;
  border: 1px solid #ffffff14;
  border-radius: 32px;
  transition: all .4s;
  overflow: hidden;
  box-shadow: 0 10px 40px #0003;
}

.FeaturedLessons-module__5NowXq__glassCard:hover {
  background: #ffffff0d;
  border-color: #ffffff26;
  transform: translateY(-8px);
  box-shadow: 0 20px 50px #0000004d;
}

/* [project]/components/Landing/ShopPreview.module.css [app-client] (css) */
.ShopPreview-module__k6Nz1G__gradientText {
  background: linear-gradient(135deg, #2dd4bf, #3b82f6);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.ShopPreview-module__k6Nz1G__glassCard {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff08;
  border: 1px solid #ffffff14;
  border-radius: 32px;
  transition: all .4s;
  overflow: hidden;
  box-shadow: 0 10px 40px #0003;
}

.ShopPreview-module__k6Nz1G__glassCard:hover {
  background: #ffffff0d;
  border-color: #ffffff26;
  transform: translateY(-8px);
  box-shadow: 0 20px 50px #0000004d;
}

.ShopPreview-module__k6Nz1G__btnPrimary {
  color: #0f172a;
  background: #fff;
  border: none;
  border-radius: 18px;
  align-items: center;
  gap: 12px;
  padding: 18px 45px;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.ShopPreview-module__k6Nz1G__btnPrimary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px #0000001a;
}

/* [project]/components/Landing/BlogSection.module.css [app-client] (css) */
.BlogSection-module__n_0XZq__gradientText {
  background: linear-gradient(135deg, #2dd4bf, #3b82f6);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.BlogSection-module__n_0XZq__glassCard {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff08;
  border: 1px solid #ffffff14;
  border-radius: 32px;
  transition: all .4s;
  overflow: hidden;
  box-shadow: 0 10px 40px #0003;
}

.BlogSection-module__n_0XZq__glassCard:hover {
  background: #ffffff0d;
  border-color: #ffffff26;
  transform: translateY(-8px);
  box-shadow: 0 20px 50px #0000004d;
}

/* [project]/components/Landing/Footer.module.css [app-client] (css) */
.Footer-module__w31UJW__footer {
  color: #94a3b8;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  padding: 100px 5% 50px;
  position: relative;
  overflow: hidden;
}

.Footer-module__w31UJW__footer:before {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffff1a, #0000);
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.Footer-module__w31UJW__footerContent {
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto 80px;
  display: grid;
}

.Footer-module__w31UJW__brandCol {
  flex-direction: column;
  gap: 30px;
  display: flex;
}

.Footer-module__w31UJW__brandGroup {
  align-items: center;
  gap: 15px;
  display: flex;
}

.Footer-module__w31UJW__logoIcon {
  width: 44px;
  height: 44px;
}

.Footer-module__w31UJW__brandName {
  color: #fff;
  letter-spacing: -1px;
  font-size: 22px;
  font-weight: 950;
}

.Footer-module__w31UJW__brandSub {
  color: #2dd4bf;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  font-weight: 800;
}

.Footer-module__w31UJW__description {
  color: #64748b;
  max-width: 400px;
  font-size: 16px;
  line-height: 1.8;
}

.Footer-module__w31UJW__socialRow {
  gap: 15px;
  display: flex;
}

.Footer-module__w31UJW__socialBtn {
  color: #fff;
  background: #ffffff0d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.Footer-module__w31UJW__socialBtn:hover {
  background: #2dd4bf;
  transform: translateY(-5px);
}

.Footer-module__w31UJW__colHeader {
  color: #fff;
  letter-spacing: -.5px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 850;
}

.Footer-module__w31UJW__navLinks {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.Footer-module__w31UJW__navLink {
  color: #64748b;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.Footer-module__w31UJW__navLink:hover {
  color: #2dd4bf;
  padding-left: 5px;
}

.Footer-module__w31UJW__contactCol {
  flex-direction: column;
  gap: 25px;
  display: flex;
}

.Footer-module__w31UJW__contactItem {
  align-items: center;
  gap: 15px;
  display: flex;
}

.Footer-module__w31UJW__contactIcon {
  color: #2dd4bf;
  background: #ffffff0d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.Footer-module__w31UJW__contactInfo h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #64748b;
  margin-bottom: 4px;
  font-size: 12px;
}

.Footer-module__w31UJW__contactInfo p {
  color: #fff;
  font-size: 15px;
  font-weight: 800;
}

.Footer-module__w31UJW__footerBottom {
  border-top: 1px solid #ffffff0d;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
  display: flex;
}

.Footer-module__w31UJW__copyright {
  font-size: 14px;
  font-weight: 600;
}

.Footer-module__w31UJW__bottomLinks {
  gap: 30px;
  display: flex;
}

.Footer-module__w31UJW__bottomLink {
  color: #64748b;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .Footer-module__w31UJW__footer {
    padding: 60px 20px 100px;
  }

  .Footer-module__w31UJW__footerContent {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .Footer-module__w31UJW__description {
    max-width: 100%;
  }

  .Footer-module__w31UJW__footerBottom {
    text-align: center;
    flex-direction: column;
    gap: 20px;
  }
}

/* [project]/components/Landing/MobileHome.module.css [app-client] (css) */
.MobileHome-module__izivvW__mobileContainer {
  min-height: 100dvh;
  padding-top: var(--safe-area-top);
  color: #fff;
  background: #020617;
  padding-bottom: 100px;
  position: relative;
  overflow-x: hidden;
}

.MobileHome-module__izivvW__mobileHeader {
  min-height: 80px;
  padding: calc(10px + var(--safe-area-top)) calc(20px + var(--safe-area-right)) 10px calc(20px + var(--safe-area-left));
  z-index: 1000;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: #0f172a80;
  border-bottom: 1px solid #2dd4bf1a;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 10px 30px #0006;
}

.MobileHome-module__izivvW__mLogoMenuBtn {
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  align-items: center;
  gap: 12px;
  padding: 0;
  display: flex;
}

.MobileHome-module__izivvW__mLogoIcon {
  filter: drop-shadow(0 0 8px #2dd4bf4d);
  width: 32px;
  height: 32px;
}

.MobileHome-module__izivvW__mBrandName {
  display: none;
}

.MobileHome-module__izivvW__mOverlay {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: 2000;
  background: #0f172a66;
  position: fixed;
  inset: 0;
}

.MobileHome-module__izivvW__mDrawer {
  z-index: 2001;
  width: 280px;
  padding: var(--safe-area-top) 0 0;
  background: linear-gradient(160deg, #020617 0%, #0f172a 100%);
  border-right: 1px solid #ffffff08;
  flex-direction: column;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  box-shadow: 10px 0 30px #00000080;
}

.MobileHome-module__izivvW__mDrawerHeader {
  border-bottom: 1px solid #ffffff08;
  justify-content: space-between;
  align-items: center;
  padding: 30px 25px;
  display: flex;
}

.MobileHome-module__izivvW__mDrawerLogoBox {
  align-items: center;
  gap: 12px;
  display: flex;
}

.MobileHome-module__izivvW__mDrawerLogoBox img {
  width: 28px;
  height: 28px;
}

.MobileHome-module__izivvW__mDrawerLogoBox span {
  color: #fff;
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 1000;
}

.MobileHome-module__izivvW__mCloseBtn {
  color: #fff;
  background: #ffffff0d;
  border: none;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.MobileHome-module__izivvW__mDrawerUserSection {
  background: linear-gradient(to right, #2dd4bf0d, #0000);
  align-items: center;
  gap: 15px;
  padding: 25px;
  display: flex;
}

.MobileHome-module__izivvW__mDrawerAvatar {
  color: #020617;
  background: #2dd4bf;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 20px;
  font-weight: 1000;
  display: flex;
}

.MobileHome-module__izivvW__mDrawerUserInfo {
  flex-direction: column;
  display: flex;
}

.MobileHome-module__izivvW__mDrawerWelcome {
  color: #475569;
  margin: 0;
  font-size: 11px;
  font-weight: 800;
}

.MobileHome-module__izivvW__mDrawerName {
  color: #fff;
  margin: 2px 0 0;
  font-size: 15px;
  font-weight: 900;
}

.MobileHome-module__izivvW__mDrawerNav {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding: 20px 15px;
  display: flex;
}

.MobileHome-module__izivvW__mDrawerLink {
  color: #94a3b8;
  border-radius: 16px;
  align-items: center;
  gap: 15px;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.MobileHome-module__izivvW__mDrawerLink:active {
  color: #2dd4bf;
  background: #ffffff08;
}

.MobileHome-module__izivvW__mLinkIcon {
  color: #2dd4bf;
  background: #ffffff05;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.MobileHome-module__izivvW__mDrawerFooter {
  border-top: 1px solid #ffffff08;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}

.MobileHome-module__izivvW__mDrawerActionBtn {
  color: #2dd4bf;
  background: #2dd4bf1a;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 14px;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  display: flex;
}

.MobileHome-module__izivvW__mDrawerLogoutBtn {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 5px;
  padding: 14px;
  font-size: 14px;
  font-weight: 1000;
  transition: all .3s;
  display: flex;
  color: #fb7185 !important;
  background: #f43f5e0d !important;
  border: 1px solid #f43f5e33 !important;
}

.MobileHome-module__izivvW__mDrawerLoginBtn {
  color: #0f172a;
  background: #2dd4bf;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 16px;
  font-size: 15px;
  font-weight: 1000;
  text-decoration: none;
  display: flex;
}

.MobileHome-module__izivvW__mHeaderRight {
  align-items: center;
  gap: 12px;
  display: flex;
}

.MobileHome-module__izivvW__mHeaderLoginBtn, .MobileHome-module__izivvW__mHeaderDashBtn {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background: #ffffff08;
  border: 1px solid #ffffff14;
  border-radius: 18px;
  align-items: center;
  gap: 8px;
  height: 38px;
  padding: 0 16px;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  display: flex;
}

.MobileHome-module__izivvW__mHeaderDashBtn {
  background: #2dd4bf0d;
  border: 1px solid #2dd4bf4d;
  box-shadow: 0 0 15px #2dd4bf1a;
}

.MobileHome-module__izivvW__mDashText {
  color: #2dd4bf;
  letter-spacing: .5px;
  font-weight: 950;
}

.MobileHome-module__izivvW__mHeaderAvatar {
  color: #0f172a;
  background: linear-gradient(135deg, #2dd4bf, #0d9488);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: -4px;
  font-size: 9px;
  font-weight: 950;
  display: flex;
  box-shadow: 0 0 10px #2dd4bf80;
}

.MobileHome-module__izivvW__mCartIcon {
  color: #fff;
  background: #ffffff08;
  border: 1px solid #ffffff14;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: all .3s;
  display: flex;
}

.MobileHome-module__izivvW__mHeroSlider {
  width: 100%;
  height: 100vw;
  max-height: 500px;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.MobileHome-module__izivvW__mSlide {
  background-position: center;
  background-size: cover;
  position: absolute;
  inset: 0;
}

.MobileHome-module__izivvW__mSlideOverlay {
  background: linear-gradient(to top, #020617, #0000);
  height: 40%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.MobileHome-module__izivvW__mActionGrid {
  z-index: 10;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: -40px;
  padding: 20px;
  display: grid;
  position: relative;
}

.MobileHome-module__izivvW__mActionCard {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: #0f172acc;
  border: 1px solid #ffffff14;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px 10px;
  display: flex;
  box-shadow: 0 10px 30px #0000004d;
}

.MobileHome-module__izivvW__mActionIcon {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.MobileHome-module__izivvW__mActionCard span {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 800;
}

.MobileHome-module__izivvW__mSection {
  padding: 30px 20px;
}

.MobileHome-module__izivvW__mSectionHeader {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
  display: flex;
}

.MobileHome-module__izivvW__mSectionHeader h2 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}

.MobileHome-module__izivvW__mSectionHeader a {
  color: #2dd4bf;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.MobileHome-module__izivvW__mHorizontalScroll {
  scrollbar-width: none;
  gap: 16px;
  padding-bottom: 10px;
  display: flex;
  overflow-x: auto;
}

.MobileHome-module__izivvW__mItemCard {
  background: #ffffff08;
  border: 1px solid #ffffff0d;
  border-radius: 24px;
  min-width: 240px;
  overflow: hidden;
}

.MobileHome-module__izivvW__mItemImage {
  width: 100%;
  height: 150px;
  position: relative;
}

.MobileHome-module__izivvW__mItemImage img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.MobileHome-module__izivvW__mLevelTag {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #2dd4bf;
  background: #0009;
  border-radius: 100px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 800;
  position: absolute;
  top: 10px;
  left: 10px;
}

.MobileHome-module__izivvW__mItemCard h3 {
  color: #fff;
  margin: 0;
  padding: 15px;
  font-size: 14px;
  font-weight: 800;
}

.MobileHome-module__izivvW__mProductList {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.MobileHome-module__izivvW__mProductCardWide {
  background: #ffffff08;
  border: 1px solid #ffffff0d;
  border-radius: 20px;
  align-items: center;
  gap: 15px;
  padding: 12px;
  display: flex;
}

.MobileHome-module__izivvW__mProductCardWide img {
  object-fit: cover;
  border-radius: 14px;
  width: 80px;
  height: 80px;
}

.MobileHome-module__izivvW__mProductInfo h4 {
  color: #fff;
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 800;
}

.MobileHome-module__izivvW__mPriceTag {
  color: #2dd4bf;
  font-size: 14px;
  font-weight: 900;
}

.MobileHome-module__izivvW__mAddCartBtn {
  color: #0f172a;
  background: #2dd4bf;
  border: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  display: flex;
}

.MobileHome-module__izivvW__mBottomNav {
  bottom: calc(20px + var(--safe-area-bottom));
  left: calc(20px + var(--safe-area-left));
  right: calc(20px + var(--safe-area-right));
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  z-index: 1000;
  background: #0f172ad9;
  border: 1px solid #ffffff1a;
  border-radius: 24px;
  justify-content: space-around;
  align-items: center;
  height: 70px;
  display: flex;
  position: fixed;
  box-shadow: 0 20px 50px #00000080;
}

.MobileHome-module__izivvW__mNavTab {
  color: #64748b;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  display: flex;
}

.MobileHome-module__izivvW__mNavTab span {
  font-size: 10px;
  font-weight: 800;
}

/* [project]/components/Landing/LandingWrapper.module.css [app-client] (css) */
.LandingWrapper-module__JLZjDa__container {
  min-height: 100vh;
  font-family: var(--font-be-vietnam), sans-serif;
  color: #94a3b8;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0d9488 100%) fixed;
}

/* [project]/app/dashboard/Dashboard.module.css [app-client] (css) */
:root {
  --background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0d9488 100%);
  --foreground: #f1f5f9;
  --primary: #2dd4bf;
  --card-bg: #0f172ab3;
  --card-border: #ffffff40;
  --glass-bg: #0f172acc;
  --glass-blur: blur(20px);
}

.Dashboard-module__VdwSQq__dashboardWrapper {
  background: var(--background);
  width: 100%;
  min-height: 100dvh;
  color: var(--foreground);
  background-attachment: fixed;
  display: flex;
  overflow-x: hidden;
}

@media (max-width: 1024px) {
  .Dashboard-module__VdwSQq__dashboardWrapper {
    background-attachment: scroll;
    min-height: 100dvh;
  }
}

.Dashboard-module__VdwSQq__sidebar {
  width: 280px;
  height: 100vh;
  padding-top: calc(25px + var(--safe-area-top));
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border-right: 1px solid var(--card-border);
  z-index: 3000;
  flex-direction: column;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

.Dashboard-module__VdwSQq__sidebarOpen {
  transform: translateX(0);
}

.Dashboard-module__VdwSQq__mainContent {
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  display: flex;
}

@media (min-width: 1025px) {
  .Dashboard-module__VdwSQq__sidebar {
    opacity: .1;
    box-shadow: none;
    transform: translateX(-270px);
  }

  .Dashboard-module__VdwSQq__sidebar:hover {
    opacity: 1;
    transform: translateX(0);
    box-shadow: 10px 0 30px #00000080;
  }

  .Dashboard-module__VdwSQq__mainContent {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 20px;
  }
}

.Dashboard-module__VdwSQq__topHeader {
  height: auto;
  min-height: 70px;
  padding: var(--safe-area-top) 30px 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--card-border);
  z-index: 2500;
  background: #0f172a4d;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.Dashboard-module__VdwSQq__sidebarNav {
  flex-direction: column;
  flex: 1;
  gap: 8px;
  padding: 20px;
  display: flex;
}

.Dashboard-module__VdwSQq__navItem {
  color: var(--foreground);
  opacity: .7;
  cursor: pointer;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.Dashboard-module__VdwSQq__navItem:hover, .Dashboard-module__VdwSQq__navItemActive {
  opacity: 1;
  color: var(--primary);
  background: #ffffff0d;
}

.Dashboard-module__VdwSQq__navItemActive {
  background: #2dd4bf1a;
  border: 1px solid #2dd4bf33;
}

.Dashboard-module__VdwSQq__sidebarFooter {
  border-top: 1px solid var(--card-border);
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  display: flex;
}

.Dashboard-module__VdwSQq__signOutBtn {
  color: #ef4444;
  cursor: pointer;
  fontWeight: 600;
  background: #ef44441a;
  border: none;
  border-radius: 12px;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  transition: transform .2s;
  display: flex;
}

.Dashboard-module__VdwSQq__signOutBtn:hover {
  background: #ef444426;
  transform: scale(.98);
}

.Dashboard-module__VdwSQq__dashboardContainer {
  flex: 1;
  min-height: calc(100vh - 150px);
  padding: 30px;
}

.Dashboard-module__VdwSQq__dashboardInner {
  width: 100%;
  margin: 0;
}

.Dashboard-module__VdwSQq__responsiveGridNodes {
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
  gap: 25px;
  display: grid;
}

.Dashboard-module__VdwSQq__responsiveGridDevices {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 20px;
  display: grid;
}

.Dashboard-module__VdwSQq__nodeSensorGrid {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 15px;
  margin-bottom: 25px;
  display: grid;
}

.Dashboard-module__VdwSQq__logsChartGrid {
  grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
  gap: 25px;
  margin-bottom: 25px;
  display: grid;
}

@media (max-width: 1024px) {
  .Dashboard-module__VdwSQq__responsiveGridNodes {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
}

@media (max-width: 640px) {
  .Dashboard-module__VdwSQq__topHeader {
    height: auto;
    min-height: 60px;
    padding: calc(25px + var(--safe-area-top)) 10px 0;
  }

  .Dashboard-module__VdwSQq__dashboardContainer {
    padding: 8px;
  }

  .Dashboard-module__VdwSQq__mainContent {
    width: 100%;
  }

  .Dashboard-module__VdwSQq__responsiveGridDevices {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .Dashboard-module__VdwSQq__responsiveGridNodes {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .Dashboard-module__VdwSQq__logsChartGrid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.Dashboard-module__VdwSQq__modalOverlay {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: 9999;
  background: #0f172ad9;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  inset: 0;
}

.Dashboard-module__VdwSQq__modalContent {
  border-radius: 24px;
  width: 100%;
  max-width: 450px;
  margin: auto;
  padding: 30px;
}

@media (max-width: 640px) {
  .Dashboard-module__VdwSQq__modalContent {
    max-width: 400px;
    padding: 24px;
  }
}

.Dashboard-module__VdwSQq__statusBadge {
  letter-spacing: .5px;
  border-radius: 100px;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 800;
  transition: all .3s;
  display: flex;
}

.Dashboard-module__VdwSQq__statusDot {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 10px;
}

.Dashboard-module__VdwSQq__statusOnline {
  color: #10b981;
  background: #10b9811a;
  border: 1px solid #10b98133;
}

.Dashboard-module__VdwSQq__statusOffline {
  color: #ef4444;
  background: #ef44441a;
  border: 1px solid #ef444433;
}

@media (max-width: 640px) {
  .Dashboard-module__VdwSQq__statusBadge {
    border: 1px solid var(--card-border);
    background: #ffffff0d;
    padding: 6px 10px;
  }

  .Dashboard-module__VdwSQq__statusText {
    font-size: 8px;
    display: inline;
  }

  .Dashboard-module__VdwSQq__statusDot {
    width: 6px;
    height: 6px;
  }
}

.Dashboard-module__VdwSQq__deviceCard {
  background: var(--card-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border: 1px solid var(--card-border);
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  padding: 20px;
  transition: all .4s cubic-bezier(.4, 0, .2, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.Dashboard-module__VdwSQq__deviceCardActive {
  box-shadow: 0 10px 40px -10px #2dd4bf33;
  background: #2dd4bf14 !important;
  border-color: #2dd4bf4d !important;
}

.Dashboard-module__VdwSQq__cardHeader {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.Dashboard-module__VdwSQq__deviceIcon {
  background: #ffffff0d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .3s;
  display: flex;
}

.Dashboard-module__VdwSQq__deviceIconActive {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 8px 16px #2dd4bf4d;
}

.Dashboard-module__VdwSQq__cardActions {
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  display: flex;
}

.Dashboard-module__VdwSQq__adminTools {
  opacity: .4;
  gap: 8px;
  transition: opacity .2s;
  display: flex;
}

.Dashboard-module__VdwSQq__deviceCard:hover .Dashboard-module__VdwSQq__adminTools {
  opacity: 1;
}

.Dashboard-module__VdwSQq__cardBody {
  flex: 1;
  margin-bottom: 20px;
}

.Dashboard-module__VdwSQq__deviceName {
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  overflow: hidden;
}

.Dashboard-module__VdwSQq__cardFooter {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.Dashboard-module__VdwSQq__sensorValue {
  color: #fff;
  align-items: baseline;
  font-size: 24px;
  font-weight: 900;
  display: flex;
}

.Dashboard-module__VdwSQq__stateLabel {
  color: #64748b;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 800;
  display: block;
}

.Dashboard-module__VdwSQq__stateValue {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 950;
}

@media (max-width: 640px) {
  .Dashboard-module__VdwSQq__deviceCard {
    border-radius: 20px;
    min-height: 160px;
    padding: 15px;
  }

  .Dashboard-module__VdwSQq__deviceName {
    font-size: 14px;
  }

  .Dashboard-module__VdwSQq__sensorValue {
    font-size: 20px;
  }

  .Dashboard-module__VdwSQq__deviceIcon {
    width: 38px;
    height: 38px;
  }

  .Dashboard-module__VdwSQq__statusBadge {
    padding: 8px !important;
  }

  .Dashboard-module__VdwSQq__stateValue {
    font-size: 14px;
  }
}

.Dashboard-module__VdwSQq__glassPanel {
  background: var(--glass-bg);
  -webkit-backdrop-filter: var(--glass-blur);
  backdrop-filter: var(--glass-blur);
  border-radius: 24px;
  transition: all .3s;
  box-shadow: 0 4px 15px #0000001a;
  border: 1px solid var(--card-border) !important;
}

.Dashboard-module__VdwSQq__glassPanel:hover {
  box-shadow: 0 10px 30px -10px #0000004d;
  border-color: #2dd4bf4d !important;
}

/*# sourceMappingURL=_0cixvy5._.css.map*/