/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/Navbar.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.Navbar_nav__yFFPE {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  transition: all var(--transition-base);
}

.Navbar_nav__yFFPE.Navbar_scrolled__N9DJM {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--shadow-sm);
  border-bottom: 1px solid var(--border-100);
}

.Navbar_inner__Cumf_ {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.Navbar_logo__X4o9i {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Navbar_logoImage__msoFF {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.Navbar_logoText__Jmms3 {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-900);
}

.Navbar_links__puXTb {
  display: flex;
  align-items: center;
  gap: 8px;
}

.Navbar_link__Ssa7S {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-600);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.Navbar_link__Ssa7S:hover {
  color: var(--text-900);
  background: var(--bg-100);
}

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

.Navbar_btnLogin__cgPpV {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-700);
  background: transparent;
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.Navbar_btnLogin__cgPpV:hover {
  color: var(--primary-600);
  background: var(--primary-50);
}

.Navbar_btnCta__KO_hi {
  padding: 10px 24px;
  font-size: 14px;
  font-weight: 500;
  color: white;
  background: var(--gradient-primary);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-fast);
}

.Navbar_btnCta__KO_hi:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
}

.Navbar_menuBtn__zSLsp {
  display: none;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
  background: none;
  cursor: pointer;
}

.Navbar_menuBtn__zSLsp span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text-700);
  border-radius: 2px;
  transition: all var(--transition-fast);
}

.Navbar_menuBtn__zSLsp.Navbar_open__wWapx span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.Navbar_menuBtn__zSLsp.Navbar_open__wWapx span:nth-child(2) {
  opacity: 0;
}

.Navbar_menuBtn__zSLsp.Navbar_open__wWapx span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.Navbar_mobileMenu__mhKOr {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  background: var(--bg-white);
  border-bottom: 1px solid var(--border-200);
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  box-shadow: var(--shadow-lg);
}

.Navbar_mobileLink__lFb0h {
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-700);
  border-radius: var(--radius-md);
  transition: all var(--transition-fast);
}

.Navbar_mobileLink__lFb0h:hover {
  background: var(--bg-100);
}

.Navbar_mobileBtn__zOHEL {
  margin-top: 12px;
  padding: 14px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: white;
  background: var(--gradient-primary);
  border-radius: var(--radius-md);
}

.Navbar_mobileLogin__BQlZV {
  margin-top: 8px;
  padding: 14px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: var(--text-700);
  background: var(--bg-100);
  border-radius: var(--radius-md);
}

@media (max-width: 768px) {
  .Navbar_links__puXTb, .Navbar_actions__4T0RL {
    display: none;
  }
  
  .Navbar_menuBtn__zSLsp {
    display: flex;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./components/Footer.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************/
.Footer_footer__pQtti {
  background: var(--bg-50);
  border-top: 1px solid var(--border-200);
}

.Footer_inner__vtL_T {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.Footer_top__YBhK_ {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  grid-gap: 48px;
  gap: 48px;
  padding: 64px 0;
  border-bottom: 1px solid var(--border-200);
}

.Footer_brand__0rdww {
  max-width: 320px;
}

.Footer_logo__fUEOF {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.Footer_logoImage__WD24i {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.Footer_logoText__5vsvE {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-900);
}

.Footer_tagline__edhu4 {
  font-size: 14px;
  color: var(--text-500);
  line-height: 1.7;
  margin-bottom: 24px;
}

.Footer_socialLinks__tA7gt {
  display: flex;
  gap: 12px;
}

.Footer_socialLink__hPzxm {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-white);
  border: 1px solid var(--border-200);
  border-radius: var(--radius-md);
  color: var(--text-500);
  transition: all var(--transition-fast);
}

.Footer_socialLink__hPzxm:hover {
  border-color: var(--primary-300);
  color: var(--primary-600);
  background: var(--primary-50);
}

.Footer_socialLink__hPzxm svg {
  width: 18px;
  height: 18px;
}

.Footer_group__osFPd h4 {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-900);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.Footer_group__osFPd a {
  display: block;
  font-size: 14px;
  color: var(--text-500);
  padding: 8px 0;
  transition: color var(--transition-fast);
}

.Footer_group__osFPd a:hover {
  color: var(--primary-600);
}

.Footer_bottom__wxP7Z {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 0;
}

.Footer_copyright__j4atB {
  font-size: 14px;
  color: var(--text-400);
}

.Footer_legal__yxnQ6 {
  display: flex;
  gap: 24px;
}

.Footer_legal__yxnQ6 a {
  font-size: 14px;
  color: var(--text-400);
  transition: color var(--transition-fast);
}

.Footer_legal__yxnQ6 a:hover {
  color: var(--text-600);
}

@media (max-width: 1024px) {
  .Footer_top__YBhK_ {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  
  .Footer_brand__0rdww {
    grid-column: span 2;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .Footer_top__YBhK_ {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 48px 0;
  }
  
  .Footer_brand__0rdww {
    grid-column: span 1;
  }
  
  .Footer_bottom__wxP7Z {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }
  
  .Footer_legal__yxnQ6 {
    gap: 16px;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/demo/demo.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.demo_main__9KmVW {
  min-height: 100vh;
  padding-top: 72px;
  background: var(--bg-50);
}

.demo_container__4RS4m {
  max-width: 1440px;
  margin: 0 auto;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 360px;
  grid-gap: 24px;
  gap: 24px;
  min-height: calc(100vh - 72px);
}

.demo_chatContainer__rfF86 {
  background: var(--bg-white);
  border: 1px solid var(--border-200);
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.demo_chatHeader___waI8 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-bottom: 1px solid var(--border-200);
  background: var(--bg-white);
}

.demo_avatar__evm_7 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo_avatarIcon__LHDYQ {
  width: 28px;
  height: 28px;
  color: white;
}

.demo_avatarImage__jVkQx {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: contain;
}

.demo_headerInfo__hlKwW h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--text-900);
}

.demo_status__Zlq74 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--success-600);
  font-weight: 500;
}

.demo_statusDot__XuMA1 {
  width: 8px;
  height: 8px;
  background: var(--success-500);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--success-500);
  animation: demo_pulse__QlhX8 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes demo_pulse__QlhX8 {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(1.2); }
}

.demo_statusOffline__1ax4Q {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-500);
  font-weight: 500;
}

.demo_statusDotOffline__T1d4F {
  width: 8px;
  height: 8px;
  background: var(--text-400);
  border-radius: 50%;
}

.demo_noticeBanner__mAg1A {
  display: flex;
  gap: 16px;
  padding: 20px 24px;
  background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
  border-bottom: 1px solid #f59e0b;
}

.demo_noticeBanner__mAg1A svg {
  width: 24px;
  height: 24px;
  color: #d97706;
  flex-shrink: 0;
  margin-top: 2px;
}

.demo_noticeBanner__mAg1A strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: #92400e;
  margin-bottom: 4px;
}

.demo_noticeBanner__mAg1A p {
  font-size: 14px;
  color: #a16207;
  margin: 0;
  line-height: 1.5;
}

.demo_chatMessages__ISzKt {
  flex: 1 1;
  overflow-y: auto;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: var(--bg-50);
}

.demo_comingSoonOverlay__Z_V86 {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}

.demo_comingSoonContent__R1mnO {
  text-align: center;
  max-width: 480px;
}

.demo_comingSoonIcon__DiYtO {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--primary-100) 0%, var(--accent-100) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.demo_comingSoonIcon__DiYtO svg {
  width: 40px;
  height: 40px;
  color: var(--primary-600);
}

.demo_comingSoonContent__R1mnO h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-900);
  margin-bottom: 12px;
}

.demo_comingSoonContent__R1mnO p {
  font-size: 16px;
  color: var(--text-600);
  margin-bottom: 8px;
  line-height: 1.6;
}

.demo_comingSoonNote__IYkLH {
  font-size: 14px !important;
  color: var(--primary-600) !important;
  font-weight: 500;
  margin-top: 16px !important;
  padding: 12px 20px;
  background: var(--primary-50);
  border-radius: 12px;
  display: inline-block;
}

.demo_message__K9ME3 {
  display: flex;
  animation: demo_fadeIn__1imav 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes demo_fadeIn__1imav {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.demo_messageContent__G8n6I {
  display: flex;
  gap: 12px;
  max-width: 75%;
}

.demo_user__a61Bp {
  justify-content: flex-end;
}

.demo_user__a61Bp .demo_messageContent__G8n6I {
  flex-direction: row-reverse;
}

.demo_messageAvatar__3g3u0 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--gradient-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
}

.demo_messageAvatar__3g3u0 svg {
  width: 20px;
  height: 20px;
}

.demo_messageBubble__w0lpX {
  padding: 16px 20px;
  border-radius: 20px;
  line-height: 1.6;
  font-size: 15px;
}

.demo_starbaby__T4rSM .demo_messageBubble__w0lpX {
  background: var(--bg-white);
  border: 1px solid var(--border-200);
  border-top-left-radius: 4px;
  color: var(--text-800);
}

.demo_user__a61Bp .demo_messageBubble__w0lpX {
  background: var(--gradient-primary);
  color: white;
  border-top-right-radius: 4px;
  box-shadow: var(--shadow-md);
}

.demo_messageBubble__w0lpX p {
  white-space: pre-wrap;
  margin: 0;
}

.demo_typing__CaH7G {
  display: flex;
  gap: 6px;
  padding: 8px 0;
}

.demo_typing__CaH7G span {
  width: 8px;
  height: 8px;
  background: var(--primary-500);
  border-radius: 50%;
  animation: demo_typing__CaH7G 1.4s infinite;
}

.demo_typing__CaH7G span:nth-child(2) {
  animation-delay: 0.2s;
}

.demo_typing__CaH7G span:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes demo_typing__CaH7G {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30% { transform: translateY(-10px); opacity: 1; }
}

.demo_chatInput__kwKam {
  display: flex;
  gap: 12px;
  padding: 24px;
  border-top: 1px solid var(--border-200);
  background: var(--bg-white);
}

.demo_chatInputDisabled__kM8Kz {
  display: flex;
  gap: 12px;
  padding: 24px;
  border-top: 1px solid var(--border-200);
  background: var(--bg-50);
}

.demo_input__nIJeb {
  flex: 1 1;
  background: var(--bg-50);
  border: 1px solid var(--border-200);
  border-radius: var(--radius-lg);
  padding: 16px;
  color: var(--text-800);
  font-family: inherit;
  font-size: 15px;
  resize: none;
  outline: none;
  transition: all var(--transition-fast);
  overflow: hidden;
  min-height: 52px;
  max-height: 52px;
}

.demo_input__nIJeb:focus {
  border-color: var(--primary-500);
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.demo_input__nIJeb::placeholder {
  color: var(--text-400);
}

.demo_inputDisabled__Xqupz {
  flex: 1 1;
  background: var(--bg-100);
  border: 1px solid var(--border-200);
  border-radius: var(--radius-lg);
  padding: 16px;
  color: var(--text-400);
  font-family: inherit;
  font-size: 15px;
  resize: none;
  outline: none;
  cursor: not-allowed;
  overflow: hidden;
  min-height: 52px;
  max-height: 52px;
}

.demo_inputDisabled__Xqupz::placeholder {
  color: var(--text-400);
}

.demo_sendButton__x1Jlf {
  padding: 16px 32px;
  background: var(--gradient-primary);
  color: white;
  border: none;
  border-radius: var(--radius-lg);
  font-weight: 500;
  cursor: pointer;
  transition: all var(--transition-fast);
  white-space: nowrap;
  box-shadow: var(--shadow-md);
}

.demo_sendButton__x1Jlf:hover:not(:disabled) {
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.demo_sendButton__x1Jlf:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.demo_sendButtonDisabled__pbFcb {
  padding: 16px 32px;
  background: var(--text-300);
  color: white;
  border: none;
  border-radius: var(--radius-lg);
  font-weight: 500;
  cursor: not-allowed;
  white-space: nowrap;
}

.demo_attachButton__fskMg {
  width: 52px;
  height: 52px;
  background: var(--bg-50);
  border: 1px solid var(--border-200);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition-fast);
  flex-shrink: 0;
}

.demo_attachButton__fskMg:hover {
  background: var(--bg-100);
  border-color: var(--primary-300);
}

.demo_attachButton__fskMg svg {
  width: 20px;
  height: 20px;
  color: var(--text-500);
}

.demo_attachButton__fskMg:hover svg {
  color: var(--primary-600);
}

.demo_attachButtonDisabled__XbM_T {
  width: 52px;
  height: 52px;
  background: var(--bg-100);
  border: 1px solid var(--border-200);
  border-radius: var(--radius-lg);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: not-allowed;
  flex-shrink: 0;
}

.demo_attachButtonDisabled__XbM_T svg {
  width: 20px;
  height: 20px;
  color: var(--text-400);
}

.demo_sidebar__dRSnd {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow-y: auto;
}

.demo_infoCard__6Cz4g {
  background: var(--bg-white);
  border: 1px solid var(--border-200);
  border-radius: var(--radius-xl);
  padding: 24px;
  transition: all var(--transition-base);
}

.demo_infoCard__6Cz4g:hover {
  border-color: var(--border-300);
  box-shadow: var(--shadow-md);
}

.demo_infoCard__6Cz4g h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  color: var(--text-900);
}

.demo_infoIcon__2mOKY {
  width: 20px;
  height: 20px;
  color: var(--primary-600);
}

.demo_infoCard__6Cz4g p {
  color: var(--text-500);
  line-height: 1.7;
  font-size: 14px;
}

.demo_infoCard__6Cz4g ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.demo_infoCard__6Cz4g li {
  color: var(--text-600);
  padding: 10px 0;
  padding-left: 24px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  border-bottom: 1px solid var(--border-100);
}

.demo_infoCard__6Cz4g li:last-child {
  border-bottom: none;
}

.demo_infoCard__6Cz4g li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: var(--gradient-primary);
  border-radius: 50%;
}

.demo_chatMessages__ISzKt::-webkit-scrollbar,
.demo_sidebar__dRSnd::-webkit-scrollbar {
  width: 6px;
}

.demo_chatMessages__ISzKt::-webkit-scrollbar-track,
.demo_sidebar__dRSnd::-webkit-scrollbar-track {
  background: transparent;
}

.demo_chatMessages__ISzKt::-webkit-scrollbar-thumb,
.demo_sidebar__dRSnd::-webkit-scrollbar-thumb {
  background: var(--border-300);
  border-radius: 3px;
}

.demo_chatMessages__ISzKt::-webkit-scrollbar-thumb:hover,
.demo_sidebar__dRSnd::-webkit-scrollbar-thumb:hover {
  background: var(--primary-400);
}

@media (max-width: 1200px) {
  .demo_container__4RS4m {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  
  .demo_chatContainer__rfF86 {
    min-height: 600px;
  }
  
  .demo_sidebar__dRSnd {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

@media (max-width: 768px) {
  .demo_container__4RS4m {
    padding: 12px;
  }
  
  .demo_chatMessages__ISzKt {
    padding: 20px;
  }
  
  .demo_messageContent__G8n6I {
    max-width: 85%;
  }
  
  .demo_chatInput__kwKam,
  .demo_chatInputDisabled__kM8Kz {
    flex-direction: row;
    gap: 8px;
    padding: 16px;
  }
  
  .demo_input__nIJeb,
  .demo_inputDisabled__Xqupz {
    min-height: 48px;
    max-height: 48px;
    padding: 12px;
    font-size: 14px;
  }
  
  .demo_sendButton__x1Jlf,
  .demo_sendButtonDisabled__pbFcb {
    padding: 12px 20px;
    font-size: 14px;
  }
  
  .demo_attachButton__fskMg,
  .demo_attachButtonDisabled__XbM_T {
    width: 48px;
    height: 48px;
  }
  
  .demo_sidebar__dRSnd {
    grid-template-columns: 1fr;
  }
}

