/* [next]/internal/font/google/inter_59dee874.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n_wU-s.7b98b85e.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/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n_wU-s.51d01951.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/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n_wU-s.e91c5657.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/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n_wU-s.1e9d3edc.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/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n_wU-s.569fab99.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/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n_wU-s.99c7dd4e.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/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw-s.p.0faac26c.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_59dee874-module__9CtR0q__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}


/* [project]/src/app/globals.css [app-client] (css) */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  scroll-behavior: smooth;
  max-width: 100vw;
  scroll-padding-top: 80px;
  overflow-x: hidden;
}

* {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

::-webkit-scrollbar {
  display: none;
}

body {
  color: #000;
  background: #fff;
}

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

@media (prefers-color-scheme: dark) {
  html {
    color-scheme: light;
  }
}


/* [project]/src/components/GlobalHamburgerMenu.module.scss.module.css [app-client] (css) */
.GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerButton {
  z-index: 1001;
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 50px;
  height: 50px;
  transition: all .3s;
  display: flex;
  position: fixed;
  top: 20px;
  left: 20px;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerButton:hover {
  transform: scale(1.1);
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerButton:active {
  transform: scale(.95);
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerButton.GlobalHamburgerMenu-module-scss-module__pIsxNG__active {
  opacity: 0;
  pointer-events: none;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerButton.GlobalHamburgerMenu-module-scss-module__pIsxNG__active .GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerLine:first-child {
  transform: rotate(45deg)translate(6px, 6px);
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerButton.GlobalHamburgerMenu-module-scss-module__pIsxNG__active .GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerLine:nth-child(2) {
  opacity: 0;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerButton.GlobalHamburgerMenu-module-scss-module__pIsxNG__active .GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerLine:nth-child(3) {
  transform: rotate(-45deg)translate(6px, -6px);
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerLine {
  background: #000;
  border-radius: 1px;
  width: 20px;
  height: 2px;
  transition: all .3s;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__active .GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerLine {
  background: #000;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuOverlay {
  z-index: 1000;
  background: none;
  animation: .3s GlobalHamburgerMenu-module-scss-module__pIsxNG__fadeIn;
  position: fixed;
  inset: 0;
}

@keyframes GlobalHamburgerMenu-module-scss-module__pIsxNG__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuContainer {
  background: none;
  flex-direction: column;
  width: 400px;
  height: 100vh;
  animation: .4s cubic-bezier(.25, .46, .45, .94) GlobalHamburgerMenu-module-scss-module__pIsxNG__slideInLeft;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
}

@keyframes GlobalHamburgerMenu-module-scss-module__pIsxNG__slideInLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuHeader {
  color: #fff;
  background: none;
  padding: 30px 25px 20px;
  position: relative;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuTitle {
  color: #000;
  text-shadow: 6px 6px 12px #fffc;
  margin: 0 0 8px;
  font-size: 1.8rem;
  font-weight: 700;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuSubtitle {
  color: #000;
  text-shadow: 4px 4px 8px #fffc;
  margin: 0;
  font-size: .9rem;
  line-height: 1.4;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__closeButton {
  color: #000;
  cursor: pointer;
  background: #ffffff1a;
  border: none;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-size: 1.2rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__closeButton:hover {
  background: #fff3;
  transform: scale(1.1);
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItems {
  flex: 1;
  padding: 20px 0;
  overflow-y: auto;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuSection {
  margin-bottom: 20px;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__sectionTitle {
  color: #000;
  text-transform: uppercase;
  letter-spacing: .5px;
  text-shadow: 4px 4px 8px #fffc;
  border-bottom: 1px solid #0000004d;
  margin-bottom: 10px;
  padding: 10px 25px 5px;
  font-size: .9rem;
  font-weight: 600;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuDivider {
  background: linear-gradient(90deg, #0000, #64748b4d, #0000);
  height: 1px;
  margin: 20px 25px;
  position: relative;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuDivider:before {
  content: "";
  background: #64748b;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItem {
  color: #1e293b;
  opacity: 0;
  align-items: center;
  gap: 15px;
  padding: 15px 25px;
  text-decoration: none;
  transition: all .3s;
  animation: .5s forwards GlobalHamburgerMenu-module-scss-module__pIsxNG__slideInFromLeft;
  display: flex;
  position: relative;
  transform: translateX(-20px);
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItem:hover {
  transform: translateX(5px);
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItem:hover .GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItemTitle {
  color: #3b82f6;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItem.GlobalHamburgerMenu-module-scss-module__pIsxNG__active .GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItemTitle {
  color: #3b82f6;
  font-weight: 600;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItem.GlobalHamburgerMenu-module-scss-module__pIsxNG__active .GlobalHamburgerMenu-module-scss-module__pIsxNG__activeIndicator {
  color: #3b82f6;
}

@keyframes GlobalHamburgerMenu-module-scss-module__pIsxNG__slideInFromLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItemIcon {
  text-align: center;
  flex-shrink: 0;
  width: 30px;
  font-size: 1.5rem;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItemContent {
  flex: 1;
  min-width: 0;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItemTitle {
  color: #000;
  text-shadow: 4px 4px 8px #fffc;
  margin: 0 0 4px;
  font-size: 1rem;
  font-weight: 500;
  transition: color .2s;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItemDescription {
  color: #000;
  text-shadow: 3px 3px 6px #fffc;
  margin: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__activeIndicator {
  color: #3b82f6;
  font-size: .8rem;
  animation: 2s infinite GlobalHamburgerMenu-module-scss-module__pIsxNG__pulse;
}

@keyframes GlobalHamburgerMenu-module-scss-module__pIsxNG__pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__menuFooter {
  background: none;
  padding: 20px 25px;
}

.GlobalHamburgerMenu-module-scss-module__pIsxNG__footerText {
  color: #000;
  text-align: center;
  text-shadow: 3px 3px 6px #fffc;
  margin: 0;
  font-size: .85rem;
}

@media (width <= 768px) {
  .GlobalHamburgerMenu-module-scss-module__pIsxNG__menuContainer {
    width: 100vw;
  }

  .GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerButton {
    width: 45px;
    height: 45px;
    top: 15px;
    left: 15px;
  }

  .GlobalHamburgerMenu-module-scss-module__pIsxNG__menuHeader {
    padding: 25px 20px 15px;
  }

  .GlobalHamburgerMenu-module-scss-module__pIsxNG__menuTitle {
    font-size: 1.5rem;
  }

  .GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItem {
    padding: 12px 20px;
  }

  .GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItemIcon {
    font-size: 1.3rem;
  }

  .GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItemTitle {
    font-size: .95rem;
  }

  .GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItemDescription {
    font-size: .75rem;
  }
}

@media (width <= 480px) {
  .GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerButton {
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px;
  }

  .GlobalHamburgerMenu-module-scss-module__pIsxNG__hamburgerLine {
    width: 16px;
  }

  .GlobalHamburgerMenu-module-scss-module__pIsxNG__menuHeader {
    padding: 20px 15px 10px;
  }

  .GlobalHamburgerMenu-module-scss-module__pIsxNG__menuTitle {
    font-size: 1.3rem;
  }

  .GlobalHamburgerMenu-module-scss-module__pIsxNG__menuSubtitle {
    font-size: .8rem;
  }

  .GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItem {
    gap: 12px;
    padding: 10px 15px;
  }

  .GlobalHamburgerMenu-module-scss-module__pIsxNG__menuItemIcon {
    width: 25px;
    font-size: 1.2rem;
  }
}


/* [project]/src/components/FloatingNavigation.module.scss.module.css [app-client] (css) */
.FloatingNavigation-module-scss-module__qHn-cW__floatingNavigationLeft {
  z-index: 1000;
  pointer-events: none;
  position: fixed;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.FloatingNavigation-module-scss-module__qHn-cW__floatingNavigationRight {
  z-index: 1000;
  pointer-events: none;
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.FloatingNavigation-module-scss-module__qHn-cW__navButton {
  backdrop-filter: blur(20px);
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  background: #ffffff26;
  border: 1px solid #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 10px #0000000d;
}

.FloatingNavigation-module-scss-module__qHn-cW__navButton:hover:not(.FloatingNavigation-module-scss-module__qHn-cW__disabled) {
  color: #fff;
  background: #ffffff40;
  border: 1px solid #fff3;
  transform: scale(1.05);
  box-shadow: 0 4px 15px #0000001a;
}

.FloatingNavigation-module-scss-module__qHn-cW__navButton:active:not(.FloatingNavigation-module-scss-module__qHn-cW__disabled) {
  transform: scale(.95);
}

.FloatingNavigation-module-scss-module__qHn-cW__navButton.FloatingNavigation-module-scss-module__qHn-cW__disabled {
  opacity: .2;
  cursor: not-allowed;
  background: #ffffff0d;
}

.FloatingNavigation-module-scss-module__qHn-cW__navButton svg {
  width: 24px;
  height: 24px;
  transition: transform .2s;
}

.FloatingNavigation-module-scss-module__qHn-cW__navButton:hover:not(.FloatingNavigation-module-scss-module__qHn-cW__disabled) svg {
  transform: scale(1.1);
}

.FloatingNavigation-module-scss-module__qHn-cW__previous:hover:not(.FloatingNavigation-module-scss-module__qHn-cW__disabled) svg {
  transform: translateX(-2px)scale(1.1);
}

.FloatingNavigation-module-scss-module__qHn-cW__next:hover:not(.FloatingNavigation-module-scss-module__qHn-cW__disabled) svg {
  transform: translateX(2px)scale(1.1);
}

@media (width <= 768px) {
  .FloatingNavigation-module-scss-module__qHn-cW__floatingNavigationLeft {
    left: 15px;
  }

  .FloatingNavigation-module-scss-module__qHn-cW__floatingNavigationRight {
    right: 15px;
  }

  .FloatingNavigation-module-scss-module__qHn-cW__navButton {
    width: 51px;
    height: 51px;
  }

  .FloatingNavigation-module-scss-module__qHn-cW__navButton svg {
    width: 22px;
    height: 22px;
  }
}

@media (width <= 1024px) and (width >= 769px) {
  .FloatingNavigation-module-scss-module__qHn-cW__floatingNavigationLeft {
    left: 18px;
  }

  .FloatingNavigation-module-scss-module__qHn-cW__floatingNavigationRight {
    right: 18px;
  }
}

@media (prefers-color-scheme: dark) {
  .FloatingNavigation-module-scss-module__qHn-cW__navButton {
    color: #fff;
    background: #1e293b26;
    border: 1px solid #ffffff0d;
  }

  .FloatingNavigation-module-scss-module__qHn-cW__navButton:hover:not(.FloatingNavigation-module-scss-module__qHn-cW__disabled) {
    color: #fff;
    background: #1e293b40;
    border: 1px solid #ffffff1a;
  }

  .FloatingNavigation-module-scss-module__qHn-cW__navButton.FloatingNavigation-module-scss-module__qHn-cW__disabled {
    background: #1e293b0d;
  }
}


/* [project]/src/components/Narrator/FloatingNarrator.module.scss.module.css [app-client] (css) */
.FloatingNarrator-module-scss-module__Wcxjia__floatingButton {
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: none;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 80px;
  height: 80px;
  transition: all .3s;
  display: flex;
  position: fixed;
  bottom: 30px;
  right: 30px;
  box-shadow: 0 8px 25px #667eea66;
}

.FloatingNarrator-module-scss-module__Wcxjia__floatingButton:hover {
  transform: translateY(-3px)scale(1.05);
  box-shadow: 0 12px 35px #667eea99;
}

.FloatingNarrator-module-scss-module__Wcxjia__floatingButton:active {
  transform: translateY(-1px)scale(1.02);
}

.FloatingNarrator-module-scss-module__Wcxjia__buttonIcon {
  font-size: 1.5rem;
  font-weight: bold;
}

.FloatingNarrator-module-scss-module__Wcxjia__buttonText {
  text-align: center;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1;
}

.FloatingNarrator-module-scss-module__Wcxjia__floatingWindow {
  z-index: 1001;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  flex-direction: column;
  width: 400px;
  height: 600px;
  animation: .3s ease-out FloatingNarrator-module-scss-module__Wcxjia__slideInUp;
  display: flex;
  position: fixed;
  bottom: 120px;
  right: 30px;
  overflow: hidden;
  box-shadow: 0 20px 60px #0000004d;
}

@media (width <= 768px) {
  .FloatingNarrator-module-scss-module__Wcxjia__floatingWindow {
    width: calc(100vw - 20px);
    height: calc(100vh - 100px);
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}

@keyframes FloatingNarrator-module-scss-module__Wcxjia__slideInUp {
  from {
    opacity: 0;
    transform: translateY(20px)scale(.95);
  }

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


/* [project]/src/components/Narrator/NarratorChat.module.scss.module.css [app-client] (css) */
.NarratorChat-module-scss-module__ut6XJq__chatContainer {
  background: #fff;
  flex-direction: column;
  height: 100%;
  display: flex;
}

.NarratorChat-module-scss-module__ut6XJq__chatHeader {
  color: #fff;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-bottom: 1px solid #e5e7eb;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.NarratorChat-module-scss-module__ut6XJq__headerInfo {
  align-items: center;
  gap: 12px;
  display: flex;
}

.NarratorChat-module-scss-module__ut6XJq__aiAvatar {
  background: #fff3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1.2rem;
  display: flex;
}

.NarratorChat-module-scss-module__ut6XJq__headerText h3 {
  margin: 0 0 2px;
  font-size: 1.1rem;
  font-weight: 600;
}

.NarratorChat-module-scss-module__ut6XJq__headerText p {
  opacity: .9;
  margin: 0;
  font-size: .8rem;
}

.NarratorChat-module-scss-module__ut6XJq__statusIndicator {
  align-items: center;
  gap: 6px;
  font-size: .8rem;
  display: flex;
}

.NarratorChat-module-scss-module__ut6XJq__statusDot {
  background: #10b981;
  border-radius: 50%;
  width: 8px;
  height: 8px;
}

.NarratorChat-module-scss-module__ut6XJq__statusDot.NarratorChat-module-scss-module__ut6XJq__loading {
  background: #f59e0b;
  animation: 1.5s ease-in-out infinite NarratorChat-module-scss-module__ut6XJq__pulse;
}

.NarratorChat-module-scss-module__ut6XJq__statusDot.NarratorChat-module-scss-module__ut6XJq__online {
  background: #10b981;
}

.NarratorChat-module-scss-module__ut6XJq__statusDot.NarratorChat-module-scss-module__ut6XJq__offline {
  background: #ef4444;
}

@keyframes NarratorChat-module-scss-module__ut6XJq__pulse {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: .5;
  }
}

.NarratorChat-module-scss-module__ut6XJq__messagesContainer {
  background: #f8fafc;
  flex-direction: column;
  flex: 1;
  gap: 15px;
  padding: 20px;
  display: flex;
  overflow-y: auto;
}

.NarratorChat-module-scss-module__ut6XJq__messagesContainer::-webkit-scrollbar {
  width: 6px;
}

.NarratorChat-module-scss-module__ut6XJq__messagesContainer::-webkit-scrollbar-track {
  background: #f1f5f9;
}

.NarratorChat-module-scss-module__ut6XJq__messagesContainer::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.NarratorChat-module-scss-module__ut6XJq__messagesContainer::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.NarratorChat-module-scss-module__ut6XJq__loadingMessage {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  align-items: center;
  gap: 12px;
  padding: 15px 20px;
  display: flex;
  box-shadow: 0 2px 8px #0000001a;
}

.NarratorChat-module-scss-module__ut6XJq__loadingDots {
  gap: 4px;
  display: flex;
}

.NarratorChat-module-scss-module__ut6XJq__loadingDots span {
  background: #3b82f6;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 1.4s ease-in-out infinite both NarratorChat-module-scss-module__ut6XJq__loadingDots;
}

.NarratorChat-module-scss-module__ut6XJq__loadingDots span:first-child {
  animation-delay: -.32s;
}

.NarratorChat-module-scss-module__ut6XJq__loadingDots span:nth-child(2) {
  animation-delay: -.16s;
}

@keyframes NarratorChat-module-scss-module__ut6XJq__loadingDots {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.NarratorChat-module-scss-module__ut6XJq__inputContainer {
  background: #fff;
  border-top: 1px solid #e5e7eb;
  padding: 20px;
}

.NarratorChat-module-scss-module__ut6XJq__inputWrapper {
  gap: 10px;
  margin-bottom: 15px;
  display: flex;
}

.NarratorChat-module-scss-module__ut6XJq__messageInput {
  resize: none;
  border: 2px solid #e5e7eb;
  border-radius: 20px;
  flex: 1;
  min-height: 20px;
  max-height: 100px;
  padding: 12px 16px;
  font-family: inherit;
  font-size: .9rem;
  transition: border-color .2s;
}

.NarratorChat-module-scss-module__ut6XJq__messageInput:focus {
  border-color: #3b82f6;
  outline: none;
}

.NarratorChat-module-scss-module__ut6XJq__messageInput:disabled {
  color: #9ca3af;
  background: #f8fafc;
}

.NarratorChat-module-scss-module__ut6XJq__messageInput::placeholder {
  color: #9ca3af;
}

.NarratorChat-module-scss-module__ut6XJq__sendButton {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  font-size: 1rem;
  transition: all .2s;
  display: flex;
}

.NarratorChat-module-scss-module__ut6XJq__sendButton:hover:not(:disabled) {
  transform: scale(1.05);
  box-shadow: 0 4px 12px #3b82f666;
}

.NarratorChat-module-scss-module__ut6XJq__sendButton:disabled {
  cursor: not-allowed;
  background: #e5e7eb;
  transform: none;
}

.NarratorChat-module-scss-module__ut6XJq__quickActions {
  flex-wrap: wrap;
  gap: 8px;
  display: flex;
}

.NarratorChat-module-scss-module__ut6XJq__quickButton {
  color: #64748b;
  cursor: pointer;
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 6px 12px;
  font-size: .8rem;
  transition: all .2s;
}

.NarratorChat-module-scss-module__ut6XJq__quickButton:hover {
  color: #374151;
  background: #e2e8f0;
}

@media (width <= 768px) {
  .NarratorChat-module-scss-module__ut6XJq__chatHeader, .NarratorChat-module-scss-module__ut6XJq__messagesContainer, .NarratorChat-module-scss-module__ut6XJq__inputContainer {
    padding: 15px;
  }

  .NarratorChat-module-scss-module__ut6XJq__quickActions {
    justify-content: center;
  }
}


/* [project]/src/components/Narrator/ChatMessage.module.scss.module.css [app-client] (css) */
.ChatMessage-module-scss-module__qEVskG__messageContainer {
  margin-bottom: 15px;
  display: flex;
}

.ChatMessage-module-scss-module__qEVskG__messageContainer.ChatMessage-module-scss-module__qEVskG__user {
  justify-content: flex-end;
}

.ChatMessage-module-scss-module__qEVskG__messageContainer.ChatMessage-module-scss-module__qEVskG__ai {
  justify-content: flex-start;
}

.ChatMessage-module-scss-module__qEVskG__messageContent {
  align-items: flex-start;
  gap: 10px;
  max-width: 85%;
  display: flex;
}

.ChatMessage-module-scss-module__qEVskG__user .ChatMessage-module-scss-module__qEVskG__messageContent {
  flex-direction: row-reverse;
}

.ChatMessage-module-scss-module__qEVskG__aiAvatar {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 1rem;
  display: flex;
  box-shadow: 0 2px 8px #667eea4d;
}

.ChatMessage-module-scss-module__qEVskG__messageBubble {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 15px 18px;
  position: relative;
  box-shadow: 0 2px 8px #0000001a;
}

.ChatMessage-module-scss-module__qEVskG__user .ChatMessage-module-scss-module__qEVskG__messageBubble {
  color: #fff;
  background: linear-gradient(135deg, #3b82f6, #1d4ed8);
  border-color: #0000;
}

.ChatMessage-module-scss-module__qEVskG__ai .ChatMessage-module-scss-module__qEVskG__messageBubble {
  color: #374151;
  background: #fff;
}

.ChatMessage-module-scss-module__qEVskG__messageText {
  margin-bottom: 10px;
  font-size: .9rem;
  line-height: 1.5;
}

.ChatMessage-module-scss-module__qEVskG__messageText strong {
  color: inherit;
  font-weight: 600;
}

.ChatMessage-module-scss-module__qEVskG__user .ChatMessage-module-scss-module__qEVskG__messageText strong {
  color: #fbbf24;
}

.ChatMessage-module-scss-module__qEVskG__ai .ChatMessage-module-scss-module__qEVskG__messageText strong {
  color: #1e40af;
}

.ChatMessage-module-scss-module__qEVskG__sourcesContainer {
  border-top: 1px solid #e5e7eb;
  margin-top: 12px;
  padding-top: 12px;
}

.ChatMessage-module-scss-module__qEVskG__user .ChatMessage-module-scss-module__qEVskG__sourcesContainer {
  border-top-color: #fff3;
}

.ChatMessage-module-scss-module__qEVskG__sourcesLabel {
  color: #64748b;
  margin-bottom: 8px;
  font-size: .75rem;
  font-weight: 600;
}

.ChatMessage-module-scss-module__qEVskG__user .ChatMessage-module-scss-module__qEVskG__sourcesLabel {
  color: #fffc;
}

.ChatMessage-module-scss-module__qEVskG__sourcesList {
  flex-wrap: wrap;
  gap: 6px;
  display: flex;
}

.ChatMessage-module-scss-module__qEVskG__messageTime {
  color: #9ca3af;
  text-align: right;
  margin-top: 8px;
  font-size: .7rem;
}

.ChatMessage-module-scss-module__qEVskG__user .ChatMessage-module-scss-module__qEVskG__messageTime {
  color: #ffffffb3;
}

.ChatMessage-module-scss-module__qEVskG__messageBubble:before {
  content: "";
  border: 8px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
}

.ChatMessage-module-scss-module__qEVskG__ai .ChatMessage-module-scss-module__qEVskG__messageBubble:before {
  border-left: none;
  border-right-color: #fff;
  top: 12px;
  left: -16px;
}

.ChatMessage-module-scss-module__qEVskG__user .ChatMessage-module-scss-module__qEVskG__messageBubble:before {
  border-left-color: #1d4ed8;
  border-right: none;
  top: 12px;
  right: -16px;
}

@media (width <= 768px) {
  .ChatMessage-module-scss-module__qEVskG__messageContent {
    max-width: 95%;
  }

  .ChatMessage-module-scss-module__qEVskG__messageBubble {
    padding: 12px 15px;
  }

  .ChatMessage-module-scss-module__qEVskG__messageText {
    font-size: .85rem;
  }
}


/* [project]/src/components/Narrator/SourceBadge.module.scss.module.css [app-client] (css) */
.SourceBadge-module-scss-module__hevXTG__sourceBadge {
  color: #374151;
  cursor: pointer;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  align-items: center;
  gap: 6px;
  max-width: 200px;
  padding: 6px 10px;
  font-size: .75rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.SourceBadge-module-scss-module__hevXTG__sourceBadge:hover {
  background: #f1f5f9;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px #0000001a;
}

.SourceBadge-module-scss-module__hevXTG__sourceBadge:active {
  transform: translateY(0);
}

.SourceBadge-module-scss-module__hevXTG__sourceIcon {
  flex-shrink: 0;
  font-size: .8rem;
}

.SourceBadge-module-scss-module__hevXTG__sourceTitle {
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
  font-weight: 500;
  overflow: hidden;
}

.SourceBadge-module-scss-module__hevXTG__sourceArrow {
  color: #9ca3af;
  flex-shrink: 0;
  font-size: .7rem;
  transition: transform .2s;
}

.SourceBadge-module-scss-module__hevXTG__sourceBadge:hover .SourceBadge-module-scss-module__hevXTG__sourceArrow {
  transform: translate(2px, -2px);
}


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