#app .home .hero-section {
  height: 520px;
  min-height: 520px;
  box-sizing: border-box;
}

html:not(.handle-website-ready) #app .home .hero-section .hero-content.container h1,
html.handle-website-lang-pending #app .home .hero-section .hero-content.container h1 {
  display: none !important;
  visibility: hidden !important;
}

#app .home .hero-section .hero-content.container.handle-website-hero-title-mirror h1.handle-website-vue-hero-h1 {
  display: none !important;
}

html:not(.handle-website-ready) #app .home .hero-section .hero-content.container .handle-website-hero-title-copy,
html.handle-website-lang-pending #app .home .hero-section .hero-content.container .handle-website-hero-title-copy {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html:not(.handle-website-ready) #app .home .hero-section .hero-content.container .handle-website-hero-subtitle-copy,
html.handle-website-lang-pending #app .home .hero-section .hero-content.container .handle-website-hero-subtitle-copy {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html.handle-website-ready:not(.handle-website-lang-pending) #app .home .hero-section .hero-content.container .handle-website-hero-title-copy {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

html.handle-website-ready:not(.handle-website-lang-pending) #app .home .hero-section .hero-content.container .handle-website-hero-subtitle-copy {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

#app .home .hero-section .hero-content.container .handle-website-hero-title-copy {
  font-size: 40px;
  font-family: ExoRoman-Bold, Exo, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5rem;
  max-width: 508px;
  width: 100%;
  align-self: flex-start !important;
  text-align: left !important;
  overflow-wrap: break-word;
  color: inherit;
}

#app .home .hero-section .hero-content.container .handle-website-hero-subtitle-copy {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 0 1.25rem;
  max-width: 480px;
  width: 100%;
  align-self: flex-start !important;
  text-align: left !important;
  overflow-wrap: break-word;
  color: inherit;
  opacity: 0.92;
}

@media (max-width: 768px) {
  #app .home .hero-section .hero-content.container .handle-website-hero-title-copy {
    font-size: 2.5rem;
  }

  #app .home .hero-section .hero-content.container .handle-website-hero-subtitle-copy {
    font-size: 15px;
    margin-bottom: 1rem;
  }
}

html:not(.handle-website-ready) #app .home .search-wrapper .carousel-container,
html.handle-website-lang-pending #app .home .search-wrapper .carousel-container {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html.handle-website-ready:not(.handle-website-lang-pending) #app .home .search-wrapper .carousel-container {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

#app .home .search-wrapper .carousel-container {
  margin-top: 0 !important;
}

#app .home .search-wrapper .carousel-container .el-carousel__item,
#app .home .search-wrapper .carousel-container .el-carousel__item .carousel-item,
#app .home .search-wrapper .carousel-container .el-link__inner {
  font-size: 14px !important;
}

html:not(.handle-website-ready) #app .home .search-wrapper .handle-website-search-card,
html.handle-website-lang-pending #app .home .search-wrapper .handle-website-search-card {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html.handle-website-ready:not(.handle-website-lang-pending) #app .home .search-wrapper .handle-website-search-card {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

#app .home .search-wrapper.handle-website-search-mirror .search-card.handle-website-vue-search-card {
  display: none !important;
}

#app .home .search-wrapper .handle-website-search-card {
  width: 100%;
  background-color: #fff;
  border-radius: var(--border-radius-xl, 16px);
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}

#app .home .search-wrapper .handle-website-search-card-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

#app .home .search-wrapper .handle-website-search-row {
  display: flex;
  align-items: flex-end;
  justify-content: stretch;
  width: 100%;
}

#app .home .search-wrapper .handle-website-search-textarea {
  flex: 1;
  border: none;
  width: 100%;
  min-width: 0;
  min-height: calc(1.4em * 3);
  max-height: 160px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  flex-shrink: 0;
  resize: none;
  padding: 0;
  margin: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
  font-family: inherit;
  line-height: 1.4;
}

#app .home .search-wrapper .handle-website-search-textarea::placeholder {
  color: #8c8c8c;
  font-weight: 600;
}

#app .home .search-wrapper .handle-website-search-operations {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  margin-left: auto;
}

#app .home .search-wrapper .handle-website-search-send {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #ff6b35;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, transform 0.15s ease;
}

#app .home .search-wrapper .handle-website-search-send:hover:not(:disabled) {
  background: #e85a2a;
  transform: scale(1.05);
}

#app .home .search-wrapper .handle-website-search-send:disabled {
  background: #ff9772;
  color: #fff;
  cursor: not-allowed;
  transform: none;
  opacity: 1;
}

#app .home .search-wrapper .handle-website-voice-button {
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #6b7280;
  transition: background 0.2s ease, color 0.2s ease;
}

#app .home .search-wrapper .handle-website-voice-button:hover {
  background: #f3f4f6;
  color: #374151;
}

#app .home .search-wrapper .handle-website-voice-button.recording {
  background: #ef4444;
  color: #fff;
  animation: handle-website-voice-pulse 1.5s infinite;
}

#app .home .search-wrapper .handle-website-voice-button.recording:hover {
  background: #dc2626;
}

#app .home .search-wrapper .handle-website-voice-button.loading {
  color: #6b7280;
  cursor: wait;
}

@keyframes handle-website-voice-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(239, 68, 68, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}

#app .home .search-wrapper .handle-website-search-foot {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  gap: 8px;
}

#app .home .search-wrapper .handle-website-query-mode-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  user-select: none;
  -webkit-user-select: none;
}

#app .home .search-wrapper .handle-website-query-mode-trigger {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  user-select: none;
  -webkit-user-select: none;
  border: 1px solid transparent;
}

#app .home .search-wrapper .handle-website-query-mode-trigger:hover {
  background: #f3f4f6;
}

#app .home .search-wrapper .handle-website-query-mode-trigger::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #6b7280;
  margin-left: 2px;
  transition: transform 0.2s ease;
}

#app .home .search-wrapper .handle-website-query-mode-wrap.open .handle-website-query-mode-trigger::after {
  transform: rotate(180deg);
}

#app .home .search-wrapper .handle-website-qm-trigger-text {
  line-height: 1.2;
}

#app .home .search-wrapper .handle-website-qm-icon {
  flex-shrink: 0;
}

#app .home .search-wrapper .handle-website-query-mode-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 6px;
  min-width: 200px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  padding: 6px 0;
  z-index: 50;
  display: none;
  user-select: none;
  -webkit-user-select: none;
}

#app .home .search-wrapper .handle-website-query-mode-wrap.open .handle-website-query-mode-dropdown {
  display: block;
}

#app .home .search-wrapper .handle-website-query-mode-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  font-size: 13px;
  color: #374151;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}

#app .home .search-wrapper .handle-website-query-mode-option:hover {
  background: #f3f4f6;
}

#app .home .search-wrapper .handle-website-qm-option-text {
  line-height: 1.2;
}

#app .home .search-wrapper.handle-website-search-mirror .handle-website-home-quick-intent-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 10px;
}

#app .home .search-wrapper.handle-website-search-mirror .handle-website-home-quick-intent-row .home-quick-intent-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 9999px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  color: #374151;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.25;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

#app .home .search-wrapper.handle-website-search-mirror .handle-website-home-quick-intent-row .home-quick-intent-btn:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}

#app .home .search-wrapper.handle-website-search-mirror .handle-website-home-quick-intent-row .home-quick-intent-icon {
  display: flex;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #4b5563;
}

#app .home .search-wrapper.handle-website-search-mirror .handle-website-home-quick-intent-row .home-quick-intent-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

#app .home .search-wrapper .handle-website-search-card .handle-website-home-quick-intent-chip {
  display: none;
  align-items: center;
  gap: 6px;
  padding: 6px 10px 6px 8px;
  border-radius: 9999px;
  border: 1px solid #3b82f6;
  background: #eff6ff;
  color: #2563eb;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.25;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  flex-shrink: 0;
  max-width: min(100%, 280px);
}

#app .home .search-wrapper .handle-website-search-card .handle-website-home-quick-intent-chip:hover {
  background: #dbeafe;
  border-color: #2563eb;
}

#app .home .search-wrapper .handle-website-search-card .handle-website-home-quick-intent-chip-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  min-width: 22px;
  height: 22px;
  padding: 0;
  margin: 0 2px 0 0;
  border: none;
  border-radius: 9999px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  box-sizing: border-box;
}

#app .home .search-wrapper .handle-website-search-card .handle-website-home-quick-intent-chip-close:hover {
  background: rgba(37, 99, 235, 0.12);
}

@media (hover: hover) and (pointer: fine) {
  #app .home .search-wrapper .handle-website-search-card .handle-website-home-quick-intent-chip-close {
    width: 0;
    min-width: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    transition:
      width 0.12s ease,
      min-width 0.12s ease,
      opacity 0.12s ease,
      margin 0.12s ease;
  }

  #app .home .search-wrapper .handle-website-search-card .handle-website-home-quick-intent-chip:hover .handle-website-home-quick-intent-chip-close,
  #app .home .search-wrapper .handle-website-search-card .handle-website-home-quick-intent-chip:focus-within .handle-website-home-quick-intent-chip-close {
    width: 22px;
    min-width: 22px;
    margin: 0 2px 0 0;
    opacity: 1;
    pointer-events: auto;
  }
}

#app .home .search-wrapper .handle-website-search-card .handle-website-home-quick-intent-chip-icon {
  display: flex;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #2563eb;
}

#app .home .search-wrapper .handle-website-search-card .handle-website-home-quick-intent-chip-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

#app .home .search-wrapper .handle-website-search-card .handle-website-home-quick-intent-chip-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#app .home .search-wrapper.handle-website-quick-intent-selected .handle-website-search-card .handle-website-query-mode-wrap {
  display: none !important;
}

#app .home .search-wrapper.handle-website-quick-intent-selected .handle-website-home-quick-intent-row {
  display: none !important;
}

#app .home .search-wrapper.handle-website-quick-intent-selected .handle-website-search-card .handle-website-home-quick-intent-chip {
  display: inline-flex !important;
}

body.dark-mode
  #app
  .home
  .search-wrapper
  .handle-website-home-quick-intent-row
  .home-quick-intent-btn {
  background: #1f2937;
  border-color: #374151;
  color: #e5e7eb;
}

body.dark-mode
  #app
  .home
  .search-wrapper
  .handle-website-home-quick-intent-row
  .home-quick-intent-btn:hover {
  background: #374151;
  border-color: #4b5563;
}

body.dark-mode
  #app
  .home
  .search-wrapper
  .handle-website-home-quick-intent-row
  .home-quick-intent-icon {
  color: #9ca3af;
}

body.dark-mode #app .home .search-wrapper .handle-website-search-card .handle-website-home-quick-intent-chip {
  background: rgba(30, 58, 138, 0.35);
  border-color: #60a5fa;
  color: #93c5fd;
}

body.dark-mode #app .home .search-wrapper .handle-website-search-card .handle-website-home-quick-intent-chip:hover {
  background: rgba(30, 64, 175, 0.45);
  border-color: #93c5fd;
}

body.dark-mode #app .home .search-wrapper .handle-website-search-card .handle-website-home-quick-intent-chip-icon {
  color: #93c5fd;
}

body.dark-mode #app .home .search-wrapper .handle-website-search-card .handle-website-home-quick-intent-chip-close:hover {
  background: rgba(147, 197, 253, 0.15);
}

.handle-website-toast {
  position: fixed;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  max-width: 90%;
  padding: 10px 18px;
  background: rgba(17, 24, 39, 0.92);
  color: #f9fafb;
  font-size: 14px;
  border-radius: 10px;
  z-index: 2147483647;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.handle-website-toast.handle-website-toast-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.handle-website-asr-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100000;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.handle-website-asr-overlay.handle-website-asr-overlay-show {
  display: flex;
  opacity: 1;
}

.handle-website-asr-dialog {
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  min-width: 280px;
  max-width: 90%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.handle-website-asr-content {
  font-size: 14px;
  color: #374151;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5;
  word-wrap: break-word;
  max-height: 200px;
  overflow-y: auto;
}

.handle-website-asr-buttons {
  display: flex;
  gap: 12px;
  justify-content: center;
}

.handle-website-asr-btn {
  padding: 10px 24px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  min-width: 80px;
}

.handle-website-asr-btn-edit {
  background: #f3f4f6;
  color: #374151;
}

.handle-website-asr-btn-edit:hover {
  background: #e5e7eb;
}

.handle-website-asr-btn-send {
  background: #000;
  color: #fff;
}

.handle-website-asr-btn-send:hover {
  background: #333;
}

html:not(.handle-website-ready) #app .home .capabilities-section .section-title,
html.handle-website-lang-pending #app .home .capabilities-section .section-title {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html:not(.handle-website-ready) #app .home .capabilities-section .capabilities-grid:not(.capabilities-grid-copy) {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

html:not(.handle-website-ready) #app .home .capabilities-section .capabilities-grid-copy,
html.handle-website-lang-pending #app .home .capabilities-section .capabilities-grid-copy {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#app .home .capabilities-section.handle-website-cap-mirror .capabilities-grid.handle-website-vue-capabilities-grid:not(.capabilities-grid-copy) {
  display: none !important;
}

html.handle-website-ready:not(.handle-website-lang-pending) #app .home .capabilities-section .section-title {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

html.handle-website-ready:not(.handle-website-lang-pending) #app .home .capabilities-section .capabilities-grid-copy {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.bg-slide-1,
.bg-slide-2,
.bg-slide-3 {
  background-size: auto 100% !important;
  background-color: #de5910 !important;
}

.bg-slide-1 {
  background-image: url(lh_website/slide_1.png) !important;
}

.bg-slide-2 {
  background-image: url(lh_website/slide_2.png) !important;
}

.bg-slide-3 {
  background-image: url(lh_website/slide_3.png) !important;
}

.slide-bg:before {
  background: rgba(0, 0, 0, 0) !important;
}

.home .hero-section>.hero-carousel.handle-website-hero-replaced {
  opacity: 0 !important;
  pointer-events: none !important;
}

.home .hero-section>.custom-indicators.handle-website-indicators-hidden {
  display: none !important;
}

.handle-website-hero-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.handle-website-hero-slides .hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  pointer-events: none;
}

.handle-website-hero-slides .hero-slide.handle-website-slide-active {
  opacity: 1;
}

.handle-website-hero-slides .hero-slide .slide-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: relative;
}

.handle-website-hero-slides .slide-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  z-index: 1;
}

.home .hero-section .handle-website-carousel-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  gap: 12px;
  z-index: 20;
}

.home .hero-section .handle-website-carousel-dots .indicator-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  padding: 0;
}

.home .hero-section .handle-website-carousel-dots .indicator-dot:hover {
  background: rgba(255, 255, 255, 0.7);
  transform: scale(1.1);
}

.home .hero-section .handle-website-carousel-dots .indicator-dot.active {
  background: rgb(255, 255, 255);
  transform: scale(1.2);
}

@keyframes handle-website-cap-card-appear {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

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

#app .home .capabilities-section .capabilities-grid-copy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 0 20px;
}

#app .home .capabilities-section .capabilities-grid-copy .capability-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px #0000000d;
  position: relative;
  overflow: hidden;
  animation: handle-website-cap-card-appear 0.5s ease-out backwards;
}

#app .home .capabilities-section .capabilities-grid-copy .capability-card:nth-child(1) {
  animation-delay: 0.05s;
}

#app .home .capabilities-section .capabilities-grid-copy .capability-card:nth-child(2) {
  animation-delay: 0.1s;
}

#app .home .capabilities-section .capabilities-grid-copy .capability-card:nth-child(3) {
  animation-delay: 0.15s;
}

#app .home .capabilities-section .capabilities-grid-copy .capability-card:nth-child(4) {
  animation-delay: 0.2s;
}

#app .home .capabilities-section .capabilities-grid-copy .capability-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.02) 0%, rgba(255, 107, 53, 0.05) 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

#app .home .capabilities-section .capabilities-grid-copy .capability-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px #0000001a;
  border-color: #ff6b35;
}

#app .home .capabilities-section .capabilities-grid-copy .capability-card:hover::before {
  opacity: 1;
}

#app .home .capabilities-section .capabilities-grid-copy .capability-card:hover .card-arrow {
  transform: translate(4px);
  color: #ff6b35;
  background: rgba(255, 107, 53, 0.1);
}

#app .home .capabilities-section .capabilities-grid-copy .card-content {
  flex: 1;
  min-width: 0;
  padding-right: 20px;
}

#app .home .capabilities-section .capabilities-grid-copy .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e293b;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  line-height: 1.3;
}

#app .home .capabilities-section .capabilities-grid-copy .card-example {
  font-size: 14px;
  line-height: 1.5;
  color: #64748b;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

#app .home .capabilities-section .capabilities-grid-copy .card-arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  transition: all 0.3s ease;
  border-radius: 50%;
  background: #f8fafc;
}

#app .home .capabilities-section .capabilities-grid-copy .card-arrow svg {
  width: 24px;
  height: 24px;
}

@media (max-width: 1024px) {
  #app .home .capabilities-section .capabilities-grid-copy {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 16px;
  }

  #app .home .capabilities-section .capabilities-grid-copy .capability-card {
    padding: 24px 20px;
  }
}

@media (max-width: 768px) {
  #app .home .capabilities-section .capabilities-grid-copy {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 16px;
  }

  #app .home .capabilities-section .capabilities-grid-copy .capability-card {
    padding: 20px 16px;
  }

  #app .home .capabilities-section .capabilities-grid-copy .card-title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #app .home .capabilities-section .capabilities-grid-copy .card-example {
    font-size: 13px;
  }

  #app .home .capabilities-section .capabilities-grid-copy .card-arrow {
    width: 36px;
    height: 36px;
  }
}

.handle-website-listing-ball {
  position: fixed;
  right: 32px;
  bottom: 32px;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 9999px;
  border: none;
  cursor: grab;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff6b35, #ff9854);
  color: #fff;
  box-shadow: 0 8px 22px rgba(255, 107, 53, 0.35), 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 2147483646;
  touch-action: none;
  user-select: none;
  -webkit-user-select: none;
  font-family: inherit;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.handle-website-listing-ball:hover {
  transform: scale(1.05);
}

.handle-website-listing-ball.dragging {
  cursor: grabbing;
  transition: none;
  transform: none;
}

.handle-website-listing-ball.active {
  background: linear-gradient(135deg, #1a5cff, #4f81ff);
  box-shadow: 0 8px 22px rgba(26, 92, 255, 0.35), 0 2px 8px rgba(0, 0, 0, 0.15);
}

.handle-website-listing-ball.handle-website-listing-ball-hidden {
  display: none !important;
}

.handle-website-listing-ball-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.handle-website-listing-panel {
  position: fixed;
  right: 20px;
  bottom: 160px;
  width: 360px;
  max-width: calc(100vw - 24px);
  height: 520px;
  max-height: calc(100vh - 110px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.2), 0 4px 12px rgba(0, 0, 0, 0.1);
  display: none;
  flex-direction: column;
  overflow: hidden;
  z-index: 2147483645;
  font-family: inherit;
  color: #111827;
}

.handle-website-listing-panel.handle-website-listing-panel-open {
  display: flex;
}

.handle-website-listing-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: linear-gradient(135deg, #ff6b35, #ff9854);
  color: #fff;
  flex-shrink: 0;
}

.handle-website-listing-panel-title {
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.2px;
}

.handle-website-listing-panel-close {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  padding: 0;
}

.handle-website-listing-panel-close:hover {
  background: rgba(255, 255, 255, 0.2);
}

.handle-website-listing-panel-messages {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  padding: 12px;
  background: #f9fafb;
}

.handle-website-listing-panel-messages-inner {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.handle-website-listing-msg {
  display: flex;
}

.handle-website-listing-msg.user {
  justify-content: flex-end;
}

.handle-website-listing-msg.assistant {
  justify-content: flex-start;
}

.handle-website-listing-bubble {
  max-width: 85%;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.handle-website-listing-msg.user .handle-website-listing-bubble {
  background: #ff6b35;
  color: #fff;
  border-bottom-right-radius: 4px;
}

.handle-website-listing-msg.assistant .handle-website-listing-bubble {
  background: #fff;
  color: #111827;
  border: 1px solid #e5e7eb;
  border-bottom-left-radius: 4px;
}

.handle-website-listing-bubble pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  background: #f3f4f6;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 12px;
}

.handle-website-listing-bubble code {
  background: #f3f4f6;
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 12px;
}

.handle-website-listing-bubble pre code {
  background: transparent;
  padding: 0;
}

.handle-website-listing-bubble p {
  margin: 0 0 6px;
}

.handle-website-listing-bubble p:last-child {
  margin-bottom: 0;
}

.handle-website-listing-bubble a {
  color: #2563eb;
  word-break: break-all;
}

.handle-website-listing-panel-input {
  padding: 10px;
  border-top: 1px solid #e5e7eb;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  background: #fff;
  flex-shrink: 0;
}

.handle-website-listing-panel-textarea {
  flex: 1;
  resize: none;
  min-height: 36px;
  max-height: 140px;
  padding: 8px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  background: #fff;
  color: #111827;
  line-height: 1.4;
  box-sizing: border-box;
  overflow-y: hidden;
}

.handle-website-listing-panel-textarea:focus {
  border-color: #ff6b35;
}

.handle-website-listing-panel-send {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: #ff6b35;
  color: #fff;
  border: none;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s ease, transform 0.15s ease;
}

.handle-website-listing-panel-send:hover:not(:disabled) {
  background: #e85a2a;
  transform: scale(1.05);
}

.handle-website-listing-panel-send:disabled {
  background: #ff9772;
  cursor: not-allowed;
  opacity: 1;
}

@media (max-width: 480px) {
  .handle-website-listing-panel {
    right: 12px;
    left: 12px;
    width: auto;
    max-width: none;
    bottom: 150px;
    height: 70vh;
  }
}

body.dark-mode .handle-website-listing-panel {
  background: #111827;
  color: #f9fafb;
}

body.dark-mode .handle-website-listing-panel-messages {
  background: #0f172a;
}

body.dark-mode .handle-website-listing-msg.assistant .handle-website-listing-bubble {
  background: #1f2937;
  color: #f9fafb;
  border-color: #374151;
}

body.dark-mode .handle-website-listing-bubble pre,
body.dark-mode .handle-website-listing-bubble code {
  background: #0b1220;
  color: #e5e7eb;
}

body.dark-mode .handle-website-listing-panel-input {
  background: #111827;
  border-top-color: #1f2937;
}

body.dark-mode .handle-website-listing-panel-textarea {
  background: #0f172a;
  color: #f9fafb;
  border-color: #374151;
}

body.dark-mode .handle-website-listing-panel-textarea:focus {
  border-color: #ff6b35;
}