/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./app/style/home.module.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/

.home_container__3ghkK {
  display: flex;
  flex-direction: column;
  height: 100vh;
  max-width: 768px;
  margin: 0 auto;
  background-color: var(--background);
  position: relative;
}
.home_construct_banner__3_ZVD {
  position: absolute;
  top: -15px;
  right: 40px;
}
.home_chatBox__v7FSn {
  flex: 1;
  overflow-y: auto;
  padding: 0;
  background-color: var(--background);
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

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

.home_emptyState__NJ4e5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1;
  text-align: center;
  padding: 2rem;
  gap: 2rem;
}

.home_welcomeText__F3Ty6 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.home_welcomeTitle__9F5Bt {
  font-size: 2rem;
  font-weight: 500;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: var(--foreground);
  margin: 0;
}

.home_welcomeSubtitle__zy8sD {
  font-size: 1.125rem;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  color: var(--muted-foreground);
  margin: 0;
}

.home_suggestionCards__KeAAq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  width: 100%;
  max-width: 600px;
  margin-top: 1rem;
}

.home_suggestionCard__dgSXN {
  background-color: var(--card-background);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  padding: 1rem;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
}

.home_suggestionCard__dgSXN:hover {
  background-color: #222;
  border-color: #333;
}

.home_suggestionCard__dgSXN h4 {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--foreground);
  margin-bottom: 0.25rem;
  line-height: 1.4;
}

.home_suggestionCard__dgSXN p {
  font-size: 0.8rem;
  color: var(--muted-foreground);
  line-height: 1.3;
}

.home_message__toSde {
  display: flex;
  margin: 0;
  padding: 1.5rem;
  align-items: flex-start;
  gap: 0.75rem;
  border-bottom: 1px solid var(--border);
}

.home_userMessage__oygl_ {
  background-color: var(--muted);
  flex-direction: row-reverse;
}

.home_assistantMessage__AzfdP {
  background-color: var(--background);
  flex-direction: row;
}

.home_messageContent__lBcnn {
  flex: 1;
  padding: 0;
  border-radius: 0;
  max-width: none;
  word-wrap: break-word;
  line-height: 1.6;
  font-size: 0.950rem;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  box-shadow: none;
  background: none;
  color: var(--foreground);
}

.home_messageContent__lBcnn::before {
  content: '';
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  margin-right: 0.75rem;
  flex-shrink: 0;
  vertical-align: top;
}

.home_userMessage__oygl_ .home_messageContent__lBcnn::before {
  background-color: var(--primary);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.75 6a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0zM4.501 20.118a7.5 7.5 0 0114.998 0A17.933 17.933 0 0112 21.75c-2.676 0-5.216-.584-7.499-1.632z' /%3E%3C/svg%3E") no-repeat center;
  mask-size: 1rem;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M15.75 6a3.75 3.75 0 11-7.5 0 3.75 3.75 0 017.5 0zM4.501 20.118a7.5 7.5 0 0114.998 0A17.933 17.933 0 0112 21.75c-2.676 0-5.216-.584-7.499-1.632z' /%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: 1rem;
}

.home_assistantMessage__AzfdP .home_messageContent__lBcnn::before {
  background-color: var(--muted-foreground);
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09zM18.259 8.715L18 9.75l-.259-1.035a3.375 3.375 0 00-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 002.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 002.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 00-2.456 2.456zM16.894 20.567L16.5 21.75l-.394-1.183a2.25 2.25 0 00-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 001.423-1.423L16.5 15.75l.394 1.183a2.25 2.25 0 001.423 1.423L19.5 18.75l-1.183.394a2.25 2.25 0 00-1.423 1.423z' /%3E%3C/svg%3E") no-repeat center;
  mask-size: 1rem;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9.813 15.904L9 18.75l-.813-2.846a4.5 4.5 0 00-3.09-3.09L2.25 12l2.846-.813a4.5 4.5 0 003.09-3.09L9 5.25l.813 2.846a4.5 4.5 0 003.09 3.09L15.75 12l-2.846.813a4.5 4.5 0 00-3.09 3.09zM18.259 8.715L18 9.75l-.259-1.035a3.375 3.375 0 00-2.455-2.456L14.25 6l1.036-.259a3.375 3.375 0 002.455-2.456L18 2.25l.259 1.035a3.375 3.375 0 002.456 2.456L21.75 6l-1.035.259a3.375 3.375 0 00-2.456 2.456zM16.894 20.567L16.5 21.75l-.394-1.183a2.25 2.25 0 00-1.423-1.423L13.5 18.75l1.183-.394a2.25 2.25 0 001.423-1.423L16.5 15.75l.394 1.183a2.25 2.25 0 001.423 1.423L19.5 18.75l-1.183.394a2.25 2.25 0 00-1.423 1.423z' /%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: 1rem;
}

.home_messageText__VCN7T {
  margin: 0;
  line-height: 1.6;
}

.home_error__SWf8D .home_messageContent__lBcnn {
  color: var(--destructive);
}

.home_inputForm__joEyK {
  position: sticky;
  bottom: 0;
  background-color: var(--background);
  padding: 1.5rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-end;
}

.home_inputContainer___nYm2 {
  position: relative;
  flex: 1;
  background-color: var(--input);
  border: 1px solid var(--border);
  border-radius: 1.5rem;
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.home_inputField__Mwzmr {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: var(--foreground);
  font-size: 0.875rem;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  resize: none;
  min-height: 1.25rem;
  line-height: 1.5;
}

.home_inputField__Mwzmr::placeholder {
  color: var(--muted-foreground);
}

.home_inputActions__k8b0A {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.home_attachButton__rac4Y {
  background: none;
  border: none;
  color: var(--muted-foreground);
  cursor: pointer;
  padding: 0.25rem;
  border-radius: 0.25rem;
  transition: color 0.2s;
}

.home_attachButton__rac4Y:hover {
  color: var(--foreground);
}

.home_sendButton__Ju708 {
  background-color: var(--foreground);
  color: var(--background);
  border: none;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}

.home_sendButton__Ju708:hover:not(:disabled) {
  background-color: #fff;
  transform: translateY(-1px);
}

.home_sendButton__Ju708:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  transform: none;
}

.home_sendIcon__8KT3d {
  width: 1rem;
  height: 1rem;
}

.home_loadingContainer__uXoBs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  gap: 1rem;
}

.home_loadingContainer__uXoBs img {
  border-radius: 100%;
  border: 1px solid #0ea5e9;
}

.home_loadingText__p58Mr {
  color: var(--muted-foreground);
  font-size: 0.950rem;
  margin: 0;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.home_spinner__8_357 {
  border: 2px solid var(--border);
  border-top: 2px solid var(--primary);
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  animation: home_spin__LB4n6 1s linear infinite;
}

@keyframes home_spin__LB4n6 {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.home_loadingDots__sxg_M {
  display: inline-flex;
  gap: 0.25rem;
}

.home_loadingDot__GGNW0 {
  width: 0.25rem;
  height: 0.25rem;
  background-color: var(--muted-foreground);
  border-radius: 50%;
  animation: home_dot-pulse__A92xQ 1.4s infinite ease-in-out;
}

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

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

@keyframes home_dot-pulse__A92xQ {
  0%, 80%, 100% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}

.home_name__MvVw3 p {
  margin-bottom: 10px;
  text-align: center;
  font-size: 14px;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.home_name__MvVw3 p span:hover {
  color: #0ea5e9;
}

@media (max-width: 768px) {
  .home_container__3ghkK {
    max-width: 100%;
  }
  
  .home_suggestionCards__KeAAq {
    grid-template-columns: 1fr;
    max-width: 400px;
  }
  
  .home_emptyState__NJ4e5 {
    padding: 1.5rem;
  }
  
  .home_welcomeTitle__9F5Bt {
    font-size: 1.75rem;
  }
  
  .home_welcomeSubtitle__zy8sD {
    font-size: 1rem;
  }
  
  .home_message__toSde {
    padding: 1rem;
  }
  
  .home_inputForm__joEyK {
    padding: 1rem;
  }
  
  .home_suggestionCard__dgSXN {
    padding: 0.875rem;
  }
  
  .home_suggestionCard__dgSXN h4 {
    font-size: 0.8rem;
  }
  
  .home_suggestionCard__dgSXN p {
    font-size: 0.75rem;
  }
}
