  .web-surface {
    background: #0F172A;
  }

  .web-chat-visual {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(24px, 3vw, 38px) clamp(24px, 4vw, 54px) clamp(144px, 15vw, 188px);
    pointer-events: none;
    background:
      radial-gradient(circle at 52% 0%, rgba(204,251,241,0.18), transparent 34%),
      radial-gradient(circle at 70% 28%, rgba(45,212,191,0.16), transparent 32%),
      #07111F;
  }

  .web-home-shell {
    position: relative;
    width: min(1080px, 94%);
    height: clamp(360px, 43vh, 430px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 22px;
    background:
      radial-gradient(circle at 50% 0%, rgba(45,212,191,0.22), transparent 44%),
      linear-gradient(180deg, rgba(21,42,52,0.74) 0%, rgba(15,23,42,0.58) 62%, rgba(7,17,31,0.34) 100%);
    color: #E2E8F0;
    box-shadow: 0 36px 100px rgba(0,0,0,0.42);
    backdrop-filter: blur(10px);
  }

  .web-home-topbar {
    position: relative;
    z-index: 4;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background: rgba(255,255,255,0.18);
    backdrop-filter: blur(8px);
  }

  .web-home-brand,
  .web-home-actions,
  .web-home-search {
    display: flex;
    align-items: center;
  }

  .web-home-brand {
    gap: 8px;
    min-width: 150px;
  }

  .web-home-brand img {
    display: block;
    width: auto;
    height: 20px;
  }

  .web-home-brand strong {
    color: #E2E8F0;
    font-size: 12px;
    font-weight: 760;
  }

  .web-home-search {
    width: min(250px, 30%);
    min-height: 24px;
    justify-content: flex-start;
    gap: 8px;
    padding: 0 11px;
    border-radius: 7px;
    background: rgba(255,255,255,0.16);
    color: rgba(226,232,240,0.72);
    font-size: 11px;
    font-weight: 700;
  }

  .web-home-search i {
    width: 10px;
    height: 10px;
    border: 2px solid rgba(226,232,240,0.58);
    border-radius: 50%;
  }

  .web-home-actions {
    min-width: 210px;
    justify-content: flex-end;
    gap: 9px;
  }

  .web-home-actions span {
    padding: 4px 7px;
    border: 1px solid rgba(20,184,166,0.18);
    border-radius: 999px;
    background: rgba(255,255,255,0.18);
    color: #E2E8F0;
    font-size: 11px;
    font-weight: 780;
  }

  .web-home-actions .web-home-new-chat {
    border-color: transparent;
    background: transparent;
    color: #E2E8F0;
    font-size: 12px;
  }

  .web-home-actions b,
  .web-home-actions i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 999px;
    background: #0F766E;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
  }

  .web-home-actions i {
    background: rgba(226,232,240,0.28);
  }

  .web-home-main {
    position: relative;
    z-index: 1;
    height: calc(100% - 42px);
    padding: 18px 22px 18px;
    overflow: hidden;
  }

  .web-home-hero {
    width: min(610px, 68%);
    margin: 0 auto;
    background: transparent;
    text-align: center;
  }

  .web-home-greeting {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    opacity: 0;
    transform: translateY(10px);
  }

  .web-home-greeting i {
    width: 19px;
    height: 19px;
    border-radius: 6px;
    background:
      linear-gradient(135deg, transparent 0 42%, #F59E0B 43% 55%, transparent 56%),
      linear-gradient(90deg, #FDE68A, #FDBA74);
  }

  .web-home-greeting strong {
    color: #F8FAFC;
    font-size: 20px;
    font-weight: 820;
    line-height: 1.05;
  }

  .web-home-hero h4 {
    margin: 5px 0 0;
    color: rgba(226,232,240,0.66);
    font-size: 18px;
    font-weight: 760;
    line-height: 1.15;
  }

  .web-home-hero h4 span {
    color: #00AFA8;
  }

  .web-home-mode-row {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 10px 0 9px;
    opacity: 0;
    transform: translateY(10px);
  }

  .web-home-mode-row span,
  .web-home-mode-row strong {
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    font-size: 10px;
    font-weight: 760;
  }

  .web-home-mode-row span {
    background: rgba(255,255,255,0.16);
    color: #E2E8F0;
  }

  .web-home-mode-row strong {
    background: #111827;
    color: #FFFFFF;
  }

  .web-home-builder {
    min-height: 82px;
    padding: 10px 14px 10px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 13px;
    background: rgba(255,255,255,0.12);
    box-shadow: 0 14px 38px rgba(0,0,0,0.12);
    backdrop-filter: blur(8px);
    text-align: left;
    opacity: 0;
    transform: translateY(10px);
  }

  .web-home-builder-top {
    display: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .web-home-builder-top > i {
    flex: 0 0 auto;
    width: 13px;
    height: 13px;
    margin-top: 2px;
    border: 2px solid rgba(226,232,240,0.58);
    border-radius: 50%;
  }

  .web-home-builder-top p {
    flex: 1;
    margin: 0;
    color: #E2E8F0;
    font-size: 11.5px;
    font-weight: 780;
    line-height: 1.45;
  }

  .web-home-typing-text {
    display: inline;
    color: inherit;
    font: inherit;
    letter-spacing: 0;
    text-transform: none;
  }

  .web-home-builder-top p b {
    display: inline-block;
    width: 7px;
    height: 1.05em;
    margin-left: 2px;
    vertical-align: -2px;
    border-radius: 2px;
    background: #14B8A6;
    animation: cli-cursor-blink 1s step-end infinite;
  }

  .web-home-builder-top em,
  .web-home-builder-top small {
    flex: 0 0 auto;
    min-width: 28px;
    min-height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    background: rgba(255,255,255,0.14);
    color: #E2E8F0;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;
  }

  .web-home-builder-top small {
    min-width: 23px;
    color: #0F766E;
    background: rgba(20,184,166,0.16);
  }

  .web-home-builder-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 12px;
  }

  .web-home-builder-chips span {
    min-height: 23px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border: 1px solid rgba(255,255,255,0.16);
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    color: #E2E8F0;
    font-size: 10px;
    font-weight: 760;
  }

  .web-home-modules {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 18px;
    width: min(620px, 72%);
    margin: 20px auto 0;
    background: transparent;
  }

  .web-home-module {
    min-width: 0;
    display: grid;
    justify-items: center;
    gap: 7px;
    color: #E2E8F0;
    font-size: 10.5px;
    font-weight: 760;
    opacity: 1;
    transform: translateY(0);
  }

  .web-home-module i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    border-radius: 999px;
    color: #FFFFFF;
    box-shadow: 0 8px 16px rgba(15,23,42,0.12);
  }

  .web-home-module i svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .web-home-module.chat i { background: #0EA5E9; }
  .web-home-module.customers i { background: #06B6D4; }
  .web-home-module.engagement i { background: #EC4899; }
  .web-home-module.money i { background: #0D9488; }
  .web-home-module.website i { background: #10B981; }
  .web-home-module.forms i { background: #06B6D4; }
  .web-home-module.posts i { background: #F59E0B; }
  .web-home-module.canvas i { background: #8B5CF6; }

  .web-home-content {
    margin-top: 26px;
    background: transparent;
    opacity: 0;
    transform: translateY(10px);
  }

  #ai_body .web-surface .web-home-hero,
  #ai_body .web-surface .web-home-modules,
  #ai_body .web-surface .web-home-content {
    background: transparent;
  }

  .web-home-row-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8px 8px;
  }

  .web-home-row-title strong {
    color: #1F2937;
    font-size: 12px;
    font-weight: 850;
  }

  .web-home-row-title span {
    color: #0284C7;
    font-size: 10px;
    font-weight: 760;
  }

  .web-home-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }

  .web-home-template-card {
    min-width: 0;
  }

  .web-home-template-card div {
    position: relative;
    height: 76px;
    overflow: hidden;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0 10px 20px rgba(15,23,42,0.07);
  }

  .web-home-template-card div i {
    position: absolute;
    top: 7px;
    left: 50%;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #F97316;
    transform: translateX(-50%);
  }

  .web-home-template-card div strong,
  .web-home-template-card div span {
    position: absolute;
    left: 12px;
    right: 12px;
    text-align: center;
  }

  .web-home-template-card div strong {
    bottom: 24px;
    color: #FFFFFF;
    font-size: 8.5px;
    font-weight: 850;
    line-height: 1.2;
  }

  .web-home-template-card div span {
    bottom: 10px;
    color: rgba(255,255,255,0.8);
    font-size: 7.5px;
    font-weight: 700;
  }

  .web-home-template-card.blue div { background: linear-gradient(180deg, #FFFFFF 0 44%, #1D4ED8 45%); }
  .web-home-template-card.white div { background: linear-gradient(180deg, #FFFFFF 0 100%); }
  .web-home-template-card.peach div { background: linear-gradient(180deg, #FFFFFF 0 68%, #FFEDD5 69%); }
  .web-home-template-card.red div { background: linear-gradient(180deg, #FFFFFF 0 34%, #EF4444 35%); }

  .web-home-template-card.white div strong,
  .web-home-template-card.peach div strong {
    color: #DC2626;
  }

  .web-home-template-card.white div span,
  .web-home-template-card.peach div span {
    color: #64748B;
  }

  .web-home-template-card p {
    margin: 7px 0 0;
    color: #64748B;
    font-size: 9px;
    font-weight: 700;
  }

  .web-home-floating-task {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid rgba(15,23,42,0.1);
    border-radius: 11px;
    background: rgba(255,255,255,0.94);
    box-shadow: 0 14px 34px rgba(15,23,42,0.16);
    opacity: 0;
    transform: translateY(10px);
  }

  .web-home-floating-task i {
    width: 22px;
    height: 22px;
    border-radius: 7px;
    background: #0D9488;
  }

  .web-home-floating-task strong {
    color: #1F2937;
    font-size: 11px;
    font-weight: 850;
  }

  .web-home-floating-task em {
    min-width: 17px;
    height: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: #EF4444;
    color: #FFFFFF;
    font-size: 10px;
    font-style: normal;
    font-weight: 850;
  }

  .web-chat-route-main {
    position: absolute;
    inset: 42px 0 0;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 0.48fr) minmax(0, 0.52fr);
    background: #F8FAFC;
    opacity: 0;
    transform: translateY(12px);
  }

  .web-chat-route-panel,
  .web-chat-route-preview {
    min-width: 0;
    overflow: hidden;
  }

  .web-chat-route-panel {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 12px 14px 14px;
    border-right: 1px solid rgba(15,23,42,0.1);
    background: #FFFFFF;
  }

  .web-chat-route-status,
  .web-chat-route-search,
  .web-chat-route-tool,
  .web-chat-route-card,
  .web-chat-route-composer,
  .web-chat-route-preview-content {
    opacity: 0;
    transform: translateY(10px);
  }

  .web-chat-route-status,
  .web-chat-route-search,
  .web-chat-route-tool,
  .web-chat-route-composer {
    display: flex;
    align-items: center;
    min-height: 36px;
    border: 1px solid rgba(15,23,42,0.1);
    border-radius: 8px;
    background: #FFFFFF;
    color: #475569;
    box-shadow: 0 8px 18px rgba(15,23,42,0.06);
  }

  .web-chat-route-status {
    gap: 8px;
    padding: 0 10px;
  }

  .web-chat-route-status i {
    flex: 0 0 auto;
    width: 9px;
    height: 9px;
    border-radius: 999px;
    background: #FBBF24;
  }

  .web-chat-route-status strong {
    color: #1F2937;
    font-size: 11px;
    font-weight: 850;
  }

  .web-chat-route-status span {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    color: #64748B;
    font-size: 9px;
    font-weight: 760;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .web-chat-route-status em {
    color: #0F766E;
    font-size: 9px;
    font-style: normal;
    font-weight: 850;
  }

  .web-chat-route-search {
    gap: 8px;
    padding: 0 10px;
    background: #F8FAFC;
  }

  .web-chat-route-search i {
    flex: 0 0 auto;
    width: 10px;
    height: 10px;
    border: 2px solid #94A3B8;
    border-radius: 50%;
  }

  .web-chat-route-search span {
    color: #475569;
    font-size: 10px;
    font-weight: 800;
  }

  .web-chat-route-search strong {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    padding: 4px 8px;
    border-radius: 6px;
    background: #E2E8F0;
    color: #64748B;
    font-size: 9px;
    font-weight: 760;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .web-chat-route-card {
    width: min(360px, 92%);
    padding: 13px 14px;
    border: 1px solid rgba(15,23,42,0.09);
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(15,23,42,0.07);
  }

  .web-chat-route-card p {
    margin: 0;
    color: #1F2937;
    font-size: 12.5px;
    font-weight: 760;
    line-height: 1.35;
  }

  .web-chat-route-card.user {
    align-self: flex-end;
    border-color: rgba(20,184,166,0.3);
    background: #0F766E;
  }

  .web-chat-route-card.user p {
    color: #FFFFFF;
  }

  .web-chat-route-card.assistant {
    background: #FFFFFF;
  }

  .web-chat-route-card.assistant span {
    display: block;
    margin-bottom: 5px;
    color: #0F766E;
    font-size: 9px;
    font-weight: 850;
  }

  .web-chat-route-checks {
    display: grid;
    gap: 5px;
    margin-top: 10px;
  }

  .web-chat-route-checks i {
    height: 18px;
    border-radius: 6px;
    background: linear-gradient(90deg, rgba(20,184,166,0.18), rgba(148,163,184,0.18));
  }

  .web-chat-route-tool {
    justify-content: space-between;
    gap: 10px;
    padding: 0 11px;
    background: #F8FAFC;
  }

  .web-chat-route-tool span {
    color: #475569;
    font-size: 10px;
    font-weight: 800;
  }

  .web-chat-route-tool strong {
    min-width: 0;
    overflow: hidden;
    color: #0F766E;
    font-size: 9px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .web-chat-route-composer {
    margin-top: auto;
    min-height: 48px;
    padding: 0 12px;
    color: #94A3B8;
    font-size: 12px;
    font-weight: 780;
  }

  .web-chat-route-preview {
    padding: 12px 14px 14px;
    background:
      linear-gradient(90deg, rgba(45,212,191,0.08), rgba(15,23,42,0.02)),
      #F1F5F9;
  }

  .web-chat-route-preview-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .web-chat-route-url {
    min-height: 36px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 12px;
    border-radius: 8px;
    background: #E2E8F0;
    color: #475569;
    font-size: 12px;
    font-weight: 780;
  }

  .web-chat-route-url i {
    width: 13px;
    height: 13px;
    border: 2px solid #94A3B8;
    border-radius: 50%;
  }

  .web-chat-route-site {
    flex: 1;
    overflow: hidden;
    border-radius: 14px;
    background: #FFFFFF;
    box-shadow: 0 16px 34px rgba(15,23,42,0.08);
  }

  .web-chat-route-site-top {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border-bottom: 1px solid #E2E8F0;
  }

  .web-chat-route-site-logo {
    width: 42px;
    height: 20px;
    border-radius: 6px;
    background: #0F766E;
  }

  .web-chat-route-site-menu {
    width: 28px;
    height: 18px;
    border-top: 4px solid #111827;
    border-bottom: 4px solid #111827;
  }

  .web-chat-route-site-hero {
    min-height: 168px;
    padding: 28px 24px;
    background:
      linear-gradient(90deg, rgba(30,64,175,0.82), rgba(30,64,175,0.62)),
      linear-gradient(135deg, #CBD5E1, #F8FAFC);
  }

  .web-chat-route-site-hero span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.2);
    color: #FFFFFF;
    font-size: 9px;
    font-weight: 850;
  }

  .web-chat-route-site-hero strong {
    display: block;
    width: min(360px, 86%);
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 880;
    line-height: 1.05;
  }

  .web-chat-route-site-cta {
    width: min(380px, 84%);
    height: 32px;
    margin-top: 18px;
    border: 2px solid rgba(255,255,255,0.88);
    border-radius: 999px;
  }

  @media (max-width: 900px) {
    .web-chat-visual {
      align-items: flex-start;
      justify-content: center;
      padding: 18px 12px 184px;
    }

    .web-home-shell {
      width: min(340px, 82vw);
      height: 318px;
      border-radius: 18px;
    }

    .web-home-topbar {
      height: 34px;
      gap: 8px;
      padding: 0 10px;
    }

    .web-home-brand {
      min-width: 0;
    }

    .web-home-brand img {
      height: 17px;
    }

    .web-home-brand strong,
    .web-home-actions .web-home-new-chat,
    .web-home-actions i {
      display: none;
    }

    .web-home-search {
      flex: 1;
      width: auto;
      min-height: 22px;
      font-size: 8.5px;
    }

    .web-home-actions {
      min-width: auto;
      gap: 5px;
    }

    .web-home-actions span {
      padding: 3px 6px;
      font-size: 8.5px;
    }

    .web-home-actions b {
      width: 17px;
      height: 17px;
      font-size: 12px;
    }

    .web-home-main {
      height: calc(100% - 34px);
      padding: 18px 12px 12px;
    }

    .web-home-hero {
      width: 100%;
    }

    .web-home-greeting strong {
      font-size: 17px;
    }

    .web-home-greeting i {
      width: 15px;
      height: 15px;
    }

    .web-home-hero h4 {
      font-size: 15px;
    }

    .web-home-mode-row {
      margin: 12px 0 9px;
    }

    .web-home-mode-row span,
    .web-home-mode-row strong {
      min-height: 21px;
      padding: 0 9px;
      font-size: 8px;
    }

    .web-home-builder {
      min-height: 86px;
      padding: 10px;
      border-radius: 11px;
    }

    .web-home-builder-top {
      gap: 7px;
    }

    .web-home-builder-top > i {
      width: 10px;
      height: 10px;
    }

    .web-home-builder-top p {
      font-size: 9px;
      line-height: 1.35;
    }

    .web-home-builder-top em,
    .web-home-builder-top small {
      min-width: 21px;
      min-height: 19px;
      font-size: 7.5px;
    }

    .web-home-builder-chips {
      gap: 5px;
      margin-top: 14px;
    }

    .web-home-builder-chips span {
      min-height: 19px;
      padding: 0 7px;
      font-size: 7.5px;
    }

    .web-home-modules {
      width: 100%;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 10px 12px;
      margin-top: 22px;
    }

    .web-home-module {
      gap: 5px;
      font-size: 8px;
    }

    .web-home-module i {
      width: 28px;
      height: 28px;
    }

    .web-home-module i svg {
      width: 14px;
      height: 14px;
    }

    .web-home-content,
    .web-home-floating-task {
      display: none;
    }

    .web-home-cards {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .web-home-template-card div {
      height: 58px;
    }

    .web-chat-route-main {
      inset: 34px 0 0;
      grid-template-columns: minmax(0, 1fr);
    }

    .web-chat-route-panel {
      gap: 7px;
      padding: 9px;
      border-right: 0;
    }

    .web-chat-route-preview {
      display: none;
    }

    .web-chat-route-status,
    .web-chat-route-search,
    .web-chat-route-tool {
      min-height: 30px;
    }

    .web-chat-route-status span,
    .web-chat-route-search strong {
      display: none;
    }

    .web-chat-route-card {
      width: 92%;
      padding: 10px;
      border-radius: 11px;
    }

    .web-chat-route-card p {
      font-size: 10px;
    }

    .web-chat-route-checks {
      margin-top: 7px;
    }

    .web-chat-route-checks i {
      height: 14px;
    }

    .web-chat-route-composer {
      min-height: 34px;
      font-size: 10px;
    }
  }
