      @font-face {
        font-family: "Source Han Sans CN";
        src: url("/assets/fonts/SourceHanSansCN-Regular.otf") format("opentype");
        font-weight: 400;
      }

      @font-face {
        font-family: "Source Han Sans CN";
        src: url("/assets/fonts/SourceHanSansCN-Medium.otf") format("opentype");
        font-weight: 500;
      }

      @font-face {
        font-family: "Source Han Sans CN";
        src: url("/assets/fonts/SourceHanSansCN-Bold.otf") format("opentype");
        font-weight: 700;
      }

      :root {
        --brand-red: #e42b20;
        --price-red: #ff2b2b;
        --aubergine: #5b1452;
        --aubergine-dark: #4e1646;
        --lavender-bg: #f7f3fa;
        --lavender-weak: #f6f1f8;
        --lavender-hover: #f0eaf8;
        --lavender-blue: #eef0ff;
        --border: #e6dfea;
        --border-strong: #d8c8dd;
        --text: #101010;
        --text-soft: #5f5a64;
        --text-muted: #9a929f;
        --shadow: 0 10px 26px rgba(50, 29, 57, 0.12);
        --lx-brand-red: #B8252E;
        --lx-brand-red-hover: #A51F29;
        --lx-aubergine: #4E1646;
        --lx-aubergine-2: #612256;
        --lx-bg: #F8F6FA;
        --lx-surface: #FFFFFF;
        --lx-surface-muted: #F1EDF4;
        --lx-surface-hover: #ECE6F0;
        --lx-border: #DED6E3;
        --lx-border-strong: #CBBED2;
        --lx-text-primary: #201A23;
        --lx-text-secondary: #5F5365;
        --lx-text-tertiary: #8A7C91;
        --lx-success: #16855B;
        --lx-warning: #B56A00;
        --lx-danger: #C73535;
        --lx-focus: #7B3FF2;
      }

      * {
        box-sizing: border-box;
      }

      body {
        margin: 0;
        min-width: 1100px;
        --assistant-panel-width: clamp(390px, calc((100vw - clamp(36px, 3.2vw, 60px) - clamp(24px, 2.5vw, 48px)) * 0.3), 720px);
        font-family: "Source Han Sans CN", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
        color: var(--text);
        background: var(--lavender-bg);
        letter-spacing: 0;
      }

      button,
      input,
      textarea {
        font: inherit;
      }

      button {
        cursor: pointer;
      }

      .topbar {
        height: clamp(76px, 7.2vh, 108px);
        display: grid;
        grid-template-columns: clamp(178px, 13vw, 252px) 1fr clamp(132px, 10vw, 190px);
        align-items: center;
        padding: 0 clamp(22px, 2vw, 38px);
        background: #fff;
        border-top: 4px solid #f3f3f3;
      }

      .brand img {
        display: block;
        width: clamp(146px, 10vw, 190px);
        height: auto;
      }

      .icon {
        display: block;
        width: 1em;
        height: 1em;
        object-fit: contain;
      }

      .main-nav {
        display: flex;
        align-items: center;
        justify-self: center;
        justify-content: center;
        gap: clamp(24px, 2.25vw, 43px);
        transform: translateX(-10px);
      }

      .main-nav button {
        position: relative;
        height: clamp(76px, 7.2vh, 108px);
        padding: 0;
        border: 0;
        background: transparent;
        color: #050505;
        font-size: clamp(16px, 1.1vw, 21px);
        font-weight: 500;
        white-space: nowrap;
      }

      .main-nav button.active {
        color: var(--aubergine);
      }

      .main-nav button.active::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: clamp(14px, 1.5vh, 22px);
        width: 40px;
        height: 2px;
        transform: translateX(-50%);
        background: var(--aubergine);
        border-radius: 2px;
      }

      .utility {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 20px;
      }

      .utility-btn {
        width: 32px;
        height: 32px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 50%;
        background: transparent;
        color: #171317;
      }

      .utility-btn:hover,
      .account-wrap:hover .utility-btn {
        background: var(--lavender-weak);
      }

      .account-wrap {
        position: relative;
      }

      .account-wrap::after,
      .page-dots::after,
      .more-wrap::after {
        content: "";
        position: absolute;
        z-index: 19;
        display: none;
        background: transparent;
      }

      .account-wrap:hover::after,
      .page-dots:hover::after,
      .more-wrap:hover::after {
        display: block;
      }

      .account-wrap::after {
        left: -128px;
        right: -14px;
        top: 28px;
        height: 26px;
      }

      .account-menu,
      .prompt-menu,
      .more-menu {
        position: absolute;
        z-index: 20;
        border: 1px solid var(--border);
        border-radius: 8px;
        background: #fff;
        box-shadow: var(--shadow);
      }

      .account-menu {
        top: 44px;
        right: -8px;
        width: 136px;
        padding: 9px 7px;
        display: none;
      }

      .account-wrap:hover .account-menu,
      .account-wrap:focus-within .account-menu,
      .account-wrap .account-menu:hover,
      .account-wrap.open .account-menu,
      body[data-demo="hover"] .account-menu {
        display: block;
      }

      .menu-row {
        height: 40px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 0 14px;
        border-radius: 6px;
        color: #2d2931;
        font-size: 15px;
        white-space: nowrap;
      }

      .menu-row.active {
        background: var(--lavender-hover);
        color: var(--aubergine);
        font-weight: 500;
      }

      .shell {
        position: relative;
        display: grid;
        grid-template-columns: var(--assistant-panel-width) minmax(0, 1fr);
        column-gap: clamp(24px, 2.5vw, 48px);
        min-height: calc(100vh - clamp(76px, 7.2vh, 108px));
        padding: clamp(14px, 1.35vw, 20px) clamp(18px, 1.6vw, 30px) 0;
        transition: grid-template-columns 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), column-gap 0.32s cubic-bezier(0.2, 0.8, 0.2, 1);
      }

      body.assistant-fullscreen .shell,
      body.assistant-fullscreen.assistant-right .shell {
        grid-template-columns: minmax(0, 1fr) 0;
        column-gap: 0;
      }

      body.assistant-collapsed .shell,
      body.assistant-collapsed.assistant-right .shell {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 0;
      }

      body.assistant-right .shell {
        grid-template-columns: minmax(0, 1fr) var(--assistant-panel-width);
      }

      body.assistant-collapsed .assistant-panel {
        display: none;
      }

      body.assistant-right .assistant-panel {
        grid-column: 2;
        grid-row: 1;
      }

      body.assistant-fullscreen .assistant-panel {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
      }

      body.assistant-collapsed .content,
      body.assistant-right .content {
        grid-column: 1;
        grid-row: 1;
      }

      body.assistant-fullscreen .content {
        grid-column: 2;
        grid-row: 1;
        max-width: 0;
        min-width: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translateX(42px);
        transition: opacity 0.24s ease, transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), max-width 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 0.32s;
      }

      .assistant-restore {
        position: absolute;
        top: clamp(16px, 1.4vw, 24px);
        left: clamp(16px, 1.4vw, 24px);
        width: 32px;
        height: 32px;
        display: none;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--border-strong);
        border-radius: 7px;
        background: #fff;
        color: var(--aubergine);
        box-shadow: 0 6px 18px rgba(50, 29, 57, 0.08);
        z-index: 45;
      }

      body.assistant-collapsed .assistant-restore {
        display: inline-flex;
      }

      body.assistant-collapsed.assistant-right .assistant-restore {
        right: clamp(16px, 1.4vw, 24px);
        left: auto;
      }

      body[data-page="home"] .shell,
      body[data-page="home"].assistant-right .shell {
        grid-template-columns: minmax(0, 1fr);
        column-gap: 0;
      }

      body[data-page="home"] .assistant-panel,
      body[data-page="home"] .assistant-restore {
        display: none;
      }

      body[data-page="home"] .content {
        grid-column: 1;
        grid-row: 1;
      }

      .panel-resizer {
        position: absolute;
        top: 0;
        right: -7px;
        bottom: 0;
        width: 14px;
        border: 0;
        padding: 0;
        background: transparent;
        cursor: col-resize;
        z-index: 35;
      }

      body.assistant-right .panel-resizer {
        right: auto;
        left: -7px;
      }

      body.assistant-fullscreen .panel-resizer {
        display: none;
      }

      .panel-resizer::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 50%;
        width: 2px;
        transform: translateX(-50%);
        background: transparent;
        border-radius: 999px;
        transition: box-shadow 0.16s ease;
      }

      .panel-resizer:hover::before,
      .panel-resizer:focus-visible::before,
      body.is-resizing .panel-resizer::before {
        box-shadow: 0 0 0 5px rgba(91, 20, 82, 0.035);
      }

      .panel-resizer:focus-visible {
        outline: none;
      }

      body.is-resizing {
        cursor: col-resize;
        user-select: none;
      }

      .assistant-panel {
        position: relative;
        container-type: inline-size;
        height: calc(100vh - clamp(76px, 7.2vh, 108px) - clamp(28px, 2.7vw, 40px));
        min-height: 680px;
        max-height: 1096px;
        padding: clamp(34px, 2.9vw, 56px) clamp(24px, 2.35vw, 45px) 18px;
        background: #fff;
        border: 1px solid rgba(230, 223, 234, 0.72);
        border-radius: 8px;
        transition: width 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), border-radius 0.24s ease, box-shadow 0.24s ease;
      }

      body.assistant-fullscreen .assistant-panel {
        border-radius: 8px;
        box-shadow: 0 18px 54px rgba(50, 29, 57, 0.08);
      }

      body.assistant-fullscreen .assistant-panel {
        min-height: calc(100vh - clamp(28px, 2.7vw, 40px));
        padding: clamp(30px, 2.2vw, 44px) clamp(34px, 2.8vw, 58px) 18px;
        overflow: hidden;
      }

      body.assistant-fullscreen.assistant-history-open .assistant-panel {
        display: grid;
        grid-template-columns: clamp(315px, 19.69vw, 404px) minmax(0, 1fr);
        column-gap: clamp(10px, 0.75vw, 16px);
        padding: clamp(18px, 1.5vw, 24px);
        background: transparent;
        border: 0;
        box-shadow: none;
      }

      body.assistant-fullscreen .switch-btn {
        display: none;
      }

      body.assistant-fullscreen .tool-row {
        top: clamp(28px, 2.2vw, 44px);
        left: clamp(34px, 2.8vw, 58px);
        gap: 28px;
      }

      body.assistant-fullscreen .assistant-toggle {
        position: fixed;
        top: clamp(16px, 1.35vw, 24px);
        right: clamp(16px, 1.35vw, 24px);
        z-index: 80;
        width: 34px;
        height: 34px;
        border: 1px solid #ebe4eb;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.84);
        box-shadow: 0 8px 24px rgba(50, 29, 57, 0.08);
      }

      body.assistant-fullscreen .assistant-toggle .icon {
        width: 18px;
        height: 18px;
      }

      .fullscreen-welcome {
        display: none;
      }

      body.assistant-fullscreen[data-state="default"] .default-state {
        min-height: calc(100vh - 260px);
        padding-top: clamp(180px, 8vh, 220px);
        text-align: center;
      }

      body.assistant-fullscreen[data-state="default"] .default-state > .headline,
      body.assistant-fullscreen[data-state="default"] .default-state > .quick-list {
        display: none;
      }

      body.assistant-fullscreen[data-state="default"] .fullscreen-welcome {
        display: grid;
        justify-items: center;
      }

      .fullscreen-title {
        margin: 0;
        color: #050505;
        font-size: clamp(42px, 3.25vw, 64px);
        line-height: 1.08;
        font-weight: 700;
      }

      .fullscreen-subtitle {
        margin: 18px 0 66px;
        color: #6c6670;
        font-size: clamp(17px, 1.18vw, 24px);
        line-height: 1.45;
      }

      .fullscreen-prompt-grid {
        width: min(920px, 58vw);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 18px 20px;
      }

      .fullscreen-prompt {
        min-height: 46px;
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 0 22px;
        border: 1px solid #ded6e8;
        border-radius: 6px;
        background: linear-gradient(90deg, #fff7fb 0%, #f2f4ff 100%);
        color: #1d181f;
        font-size: clamp(13px, 0.84vw, 16px);
        font-weight: 500;
        box-shadow: 0 6px 16px rgba(50, 29, 57, 0.04);
        cursor: pointer;
      }

      .fullscreen-prompt .arrow {
        width: 16px;
        height: 16px;
        opacity: 0.55;
      }

      body.assistant-fullscreen .assistant-bottom {
        left: 50%;
        right: auto;
        width: min(1040px, 52vw);
        transform: translateX(-50%);
        bottom: 60px;
      }


      .assistant-history-sidebar {
        position: absolute;
        top: clamp(96px, 9.82vh, 106px);
        left: clamp(16px, 1.19vw, 24px);
        bottom: clamp(20px, 2.12vh, 24px);
        width: clamp(315px, 19.69vw, 404px);
        z-index: 72;
        display: none;
        padding: clamp(52px, 4.9vh, 56px) clamp(28px, 1.75vw, 36px) clamp(28px, 2vw, 36px);
        background: #ffffff;
        border: 1px solid rgba(230, 223, 234, 0.86);
        border-radius: 8px;
        box-shadow: 18px 0 44px rgba(50, 29, 57, 0.08);
        transform: translateX(-20px);
        opacity: 0;
        transition: transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.24s ease;
      }

      body.assistant-fullscreen.assistant-history-open .assistant-history-sidebar {
        display: flex;
        flex-direction: column;
        grid-column: 1;
        grid-row: 1;
        position: relative;
        top: auto;
        left: auto;
        bottom: auto;
        width: 100%;
        min-height: calc(100vh - clamp(36px, 3vw, 48px));
        transform: translateX(0);
        opacity: 1;
      }

      body.assistant-fullscreen.assistant-history-open .tool-row {
        display: none;
      }

      body.assistant-fullscreen.assistant-history-open .default-state,
      body.assistant-fullscreen.assistant-history-open .chat-state {
        grid-column: 2;
        grid-row: 1;
        width: 100%;
        margin-left: 0;
        min-height: calc(100vh - clamp(36px, 3vw, 48px));
        background: #ffffff;
        border: 1px solid rgba(230, 223, 234, 0.86);
        border-radius: 8px;
        transition: none;
      }

      body.assistant-fullscreen.assistant-history-open .fullscreen-welcome,
      body.assistant-fullscreen.assistant-history-open .messages {
        margin-left: 0;
      }

      body.assistant-fullscreen.assistant-history-open .assistant-bottom {
        left: calc(clamp(18px, 1.5vw, 24px) + clamp(315px, 19.69vw, 404px) + clamp(10px, 0.75vw, 16px) + (100vw - (clamp(18px, 1.5vw, 24px) * 2) - clamp(315px, 19.69vw, 404px) - clamp(10px, 0.75vw, 16px)) / 2);
        width: min(812px, calc(100vw - (clamp(18px, 1.5vw, 24px) * 2) - clamp(315px, 19.69vw, 404px) - clamp(10px, 0.75vw, 16px) - 96px));
        bottom: 60px;
        transition: left 0.28s cubic-bezier(0.2, 0.8, 0.2, 1), width 0.28s cubic-bezier(0.2, 0.8, 0.2, 1);
      }

      .assistant-history-close {
        position: absolute;
        top: 18px;
        right: 16px;
        width: 42px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ebe4eb;
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.9);
        color: var(--aubergine);
        padding: 0;
        cursor: pointer;
      }

      .assistant-history-close .icon {
        width: 20px;
        height: 20px;
      }

      .assistant-history-new {
        width: 169px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 14px;
        margin: 0 0 0 0;
        border: 1px solid #d8c6df;
        border-radius: 999px;
        background: #fff;
        color: var(--aubergine);
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        cursor: pointer;
      }

      .assistant-history-new .plus {
        font-size: 24px;
        line-height: 1;
        font-weight: 400;
      }

      .assistant-history-title {
        margin: 54px 0 19px;
        color: #1d181f;
        font-size: 16px;
        line-height: 24px;
        font-weight: 700;
      }

      .assistant-history-list {
        display: grid;
        gap: 10px;
      }

      .assistant-history-item {
        max-width: 236px;
        height: 24px;
        border: 0;
        background: transparent;
        padding: 0;
        color: #4f4855;
        font-size: 14px;
        line-height: 24px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
      }

      .assistant-history-item:hover,
      .assistant-history-item:focus-visible {
        color: var(--aubergine);
      }

      body.assistant-fullscreen.assistant-history-open .fullscreen-title {
        font-size: 43px;
        line-height: 43px;
      }

      body.assistant-fullscreen.assistant-history-open .fullscreen-subtitle {
        margin: 18px 0 48px;
        font-size: 18px;
        line-height: 14px;
      }

      body.assistant-fullscreen.assistant-history-open .fullscreen-prompt-grid {
        width: 719px;
        gap: 15px 12px;
      }

      body.assistant-fullscreen.assistant-history-open .fullscreen-prompt {
        min-height: 34px;
        padding: 0 16px;
        font-size: 14px;
        line-height: 14px;
        border-radius: 6px;
      }

      .tool-row {
        position: absolute;
        top: clamp(34px, 2.9vw, 56px);
        left: clamp(34px, 2.9vw, 56px);
        display: flex;
        align-items: center;
        gap: 22px;
        color: var(--aubergine);
      }

      .tool-btn {
        width: 24px;
        height: 24px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        background: transparent;
        color: inherit;
        padding: 0;
        transition: transform 0.18s ease, opacity 0.18s ease, color 0.18s ease;
      }

      .tool-btn:hover,
      .tool-btn:focus-visible {
        transform: translateY(-1px);
        opacity: 0.88;
        outline: none;
      }

      .tool-btn[aria-pressed="true"] {
        color: var(--aubergine);
        opacity: 1;
      }

      .switch-btn {
        height: 34px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 0 13px;
        border: 1px solid var(--border-strong);
        border-radius: 999px;
        background: #fff;
        color: var(--aubergine);
        font-size: 15px;
      }

      .switch-btn[aria-pressed="true"] {
        background: var(--lavender-hover);
        border-color: var(--border-strong);
      }

      .prompt-menu {
        top: 74px;
        left: 120px;
        width: 210px;
        padding: 10px 8px;
        display: none;
      }

      .page-dots:hover .prompt-menu,
      .page-dots .prompt-menu:hover,
      body[data-demo="hover"] .prompt-menu {
        display: block;
      }

      .prompt-menu .menu-row {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .panel-state {
        display: none;
      }

      body[data-state="default"] .default-state,
      body[data-state="chat"] .chat-state {
        display: block;
      }

      .default-state {
        padding-top: clamp(124px, 17vh, 206px);
      }

      .headline {
        margin: 0 0 clamp(22px, 2vw, 34px) clamp(12px, 1.55vw, 30px);
        font-size: clamp(24px, 1.68vw, 32px);
        line-height: 1.42;
        font-weight: 700;
        color: #050505;
      }

      .quick-list {
        display: grid;
        gap: clamp(9px, 1vh, 13px);
        width: min(468px, calc(100% - clamp(20px, 2.85vw, 56px)));
        margin-left: clamp(12px, 1.5vw, 29px);
      }

      .quick-item {
        height: clamp(44px, 5vh, 58px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 22px;
        border: 1px solid var(--border);
        border-radius: 7px;
        background: #fff;
        color: #141014;
        font-size: clamp(15px, 0.95vw, 18px);
        font-weight: 500;
        text-align: left;
      }

      .quick-item:first-child,
      .quick-item:hover {
        background: linear-gradient(90deg, #fbf0f7 0%, #edf0ff 100%);
      }

      .quick-item .arrow {
        width: 20px;
        height: 20px;
        opacity: 0.58;
      }

      .chat-state {
        padding-top: clamp(64px, 7.2vh, 84px);
      }

      .user-bubble {
        width: fit-content;
        max-width: 210px;
        margin-left: auto;
        padding: 16px 20px;
        border-radius: 8px;
        background: linear-gradient(90deg, #fff2f8 0%, #f0f1ff 100%);
        font-size: 14px;
        line-height: 22px;
      }

      .assistant-answer {
        width: min(440px, calc(100% - 40px));
        margin: 34px 0 0 20px;
        font-size: clamp(16px, 1vw, 19px);
        line-height: 1.62;
        font-weight: 500;
      }

      .page-dots {
        position: absolute;
        top: clamp(210px, 25vh, 250px);
        right: 14px;
        display: grid;
        gap: 12px;
      }

      .page-dots.is-empty {
        display: none;
      }

      .page-dots::after {
        top: -50px;
        right: -2px;
        width: 34px;
        height: calc(100% + 62px);
      }

      .page-dots .prompt-menu {
        top: -42px;
        right: 18px;
        left: auto;
      }

      .page-dots .prompt-menu::after {
        content: "";
        position: absolute;
        top: 0;
        right: -24px;
        width: 24px;
        height: 100%;
        background: transparent;
      }

      .page-dots i {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #e6e0ed;
      }

      .page-dots i.active {
        background: #971944;
      }

      .assistant-bottom {
        position: absolute;
        left: clamp(28px, 2.4vw, 46px);
        right: clamp(20px, 1.55vw, 29px);
        bottom: 18px;
      }

      .hover-prompt-panel {
        position: relative;
        display: none;
        gap: 10px;
        margin-bottom: 14px;
        padding-top: 12px;
        padding-right: 38px;
        background: #ffffff;
      }

      .assistant-bottom.has-hover-prompts .hover-prompt-panel {
        display: grid;
        justify-items: start;
      }

      .assistant-bottom.has-hover-prompts .shortcut-row {
        display: none;
      }

      .hover-prompt-list {
        display: grid;
        gap: 10px;
        justify-items: start;
      }

      .hover-prompt-close {
        position: absolute;
        top: -8px;
        right: 8px;
        width: 11px;
        height: 11px;
        display: inline-grid;
        place-items: center;
        border: 0;
        border-radius: 50%;
        background: #ddd6e6;
        color: #fff;
        font-size: 11px;
        line-height: 1;
        font-weight: 500;
        cursor: pointer;
      }

      .hover-prompt-close:hover {
        background: var(--border-strong);
      }

      .hover-prompt-chip {
        min-height: 34px;
        max-width: min(100%, 520px);
        display: inline-flex;
        align-items: center;
        padding: 0 16px;
        border: 1px solid #ded6e8;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.82);
        color: var(--aubergine);
        font-size: clamp(12px, 1vw, 13px);
        line-height: 1.35;
        text-align: left;
        box-shadow: 0 8px 22px rgba(78, 22, 70, 0.04);
        transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
        cursor: pointer;
      }

      .hover-prompt-chip:hover,
      .hover-prompt-chip:focus-visible {
        outline: none;
        transform: translateY(-2px);
        border-color: var(--aubergine);
        background: #fff;
      }

      .shortcut-row {
        position: relative;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
      }

      .shortcut {
        height: clamp(30px, 3.4vh, 36px);
        display: inline-flex;
        flex: 0 1 auto;
        align-items: center;
        gap: 8px;
        padding: 0 14px;
        border: 1px solid var(--border-strong);
        border-radius: 7px;
        background: #fff;
        color: #1b171d;
        font-size: clamp(13px, 0.8vw, 15px);
        white-space: nowrap;
      }

      @container (max-width: 420px) {
        .assistant-bottom {
          left: 18px;
          right: 12px;
        }

        .shortcut-row {
          gap: 4px;
        }

        .shortcut {
          height: 28px;
          gap: 4px;
          padding: 0 6px;
          font-size: 10px;
        }

        .shortcut .icon {
          width: 13px;
          height: 13px;
        }
      }

      @container (max-width: 360px) {
        .assistant-bottom {
          left: 14px;
          right: 10px;
        }

        .shortcut-row {
          gap: 3px;
        }

        .shortcut {
          padding: 0 5px;
          font-size: 9.5px;
        }

        .shortcut .icon {
          width: 12px;
          height: 12px;
        }
      }

      .more-wrap {
        position: relative;
      }

      .more-wrap::after {
        left: -8px;
        right: -8px;
        bottom: 30px;
        height: 18px;
      }

      .more-wrap:hover .more-menu,
      .more-wrap .more-menu:hover,
      body[data-demo="hover"] .more-menu {
        display: block;
      }

      .more-menu {
        left: 0;
        bottom: 46px;
        width: 166px;
        padding: 12px 10px;
        display: none;
      }

      .composer {
        min-height: clamp(108px, 13vh, 134px);
        max-height: min(220px, calc(100vh - 260px));
        height: auto;
        display: grid;
        grid-template-rows: auto auto;
        gap: 10px;
        padding: clamp(13px, 1.3vw, 18px) 14px 13px;
        border: 1px solid transparent;
        border-radius: 8px;
        background:
          linear-gradient(#fff, #fff) padding-box,
          linear-gradient(120deg, #a262d7 0%, #ff3c3c 65%, #4f1649 100%) border-box;
      }

      .composer textarea {
        width: 100%;
        min-height: 40px;
        max-height: 118px;
        border: 0;
        outline: 0;
        padding: 0;
        resize: none;
        overflow-y: hidden;
        color: var(--text);
        background: transparent;
        font-size: clamp(15px, 0.9vw, 17px);
        line-height: 24px;
      }

      .composer textarea::placeholder {
        color: #bcb4c1;
      }

      .composer-actions {
        display: flex;
        align-items: center;
        justify-content: space-between;
      }

      .chip-row {
        display: flex;
        gap: 10px;
      }

      .chip {
        height: clamp(30px, 3.2vh, 34px);
        display: inline-flex;
        align-items: center;
        gap: 8px;
        padding: 0 12px;
        border: 1px solid var(--border);
        border-radius: 7px;
        background: #fff;
        color: var(--aubergine);
        font-size: clamp(13px, 0.8vw, 15px);
        white-space: nowrap;
        cursor: pointer;
        user-select: none;
      }

      .chip.primary {
        background: var(--lavender-hover);
      }

      .send-group {
        display: flex;
        align-items: center;
        gap: 16px;
        color: var(--aubergine);
      }

      .image-btn {
        width: 28px;
        height: 28px;
        border: 0;
        background: transparent;
        color: var(--aubergine);
        padding: 0;
      }

      .send-btn {
        width: clamp(32px, 3.4vh, 36px);
        height: clamp(32px, 3.4vh, 36px);
        border: 0;
        border-radius: 50%;
        background: transparent;
        color: #fff;
        font-size: 24px;
        line-height: 1;
        padding: 0;
      }

      .send-btn .icon {
        width: 100%;
        height: 100%;
      }

      .content {
        min-width: 0;
        overflow: hidden;
        padding-bottom: 30px;
        opacity: 1;
        visibility: visible;
        transform: translateX(0);
        transition: opacity 0.24s ease, transform 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), max-width 0.32s cubic-bezier(0.2, 0.8, 0.2, 1), visibility 0s linear 0s;
        will-change: opacity, transform;
      }

      .hero {
        position: relative;
        height: clamp(176px, 26vh, 274px);
        overflow: hidden;
        border-radius: 8px;
        background: #0c2342;
      }

      .hero-slides,
      .hero-slide {
        position: absolute;
        inset: 0;
      }

      .hero-slide {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0;
        transform: scale(1.01);
        transition: opacity 700ms ease, transform 1200ms ease;
      }

      .hero-slide.is-active {
        opacity: 1;
        transform: scale(1);
      }

      .hero::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(90deg, rgba(3, 15, 39, 0.42), rgba(3, 15, 39, 0.08) 48%, transparent 72%);
        pointer-events: none;
      }

      .hero-panel-collapse {
        position: absolute;
        top: clamp(8px, 1vw, 14px);
        right: clamp(8px, 1vw, 14px);
        z-index: 2;
        width: 42px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: 0;
        border-radius: 8px;
        background: transparent;
        cursor: pointer;
        transition: transform 160ms ease, opacity 160ms ease;
      }

      .hero-panel-collapse:hover,
      .hero-panel-collapse:focus-visible {
        transform: translateY(-1px);
        opacity: 0.9;
      }

      .hero-panel-collapse .icon {
        width: 42px;
        height: 40px;
        display: block;
      }

      .hero-copy {
        position: relative;
        z-index: 1;
        padding: clamp(64px, 8.4vh, 110px) 0 0 clamp(72px, 8.5vw, 164px);
        color: #fff;
      }

      .hero-kicker {
        margin: 0 0 16px;
        font-size: clamp(16px, 1.05vw, 20px);
        font-weight: 700;
      }

      .hero-title {
        margin: 0 0 28px;
        font-size: clamp(28px, 2vw, 38px);
        line-height: 1.16;
        font-weight: 700;
      }

      .hero-btn {
        height: clamp(34px, 3.7vh, 40px);
        padding: 0 26px;
        border: 0;
        border-radius: 999px;
        background: #fff;
        color: #151116;
        font-size: clamp(14px, 0.9vw, 17px);
        font-weight: 500;
      }

      .category-tabs {
        height: clamp(70px, 8.4vh, 104px);
        display: flex;
        align-items: center;
        gap: clamp(20px, 2.4vw, 52px);
        padding-left: clamp(26px, 2.2vw, 42px);
        overflow: visible;
        flex-wrap: nowrap;
      }

      .category-tabs button {
        white-space: nowrap;
        flex: none;
      }

      .cat-more-wrap { position: relative; flex: none; }
      .cat-more-wrap::after { content: ""; position: absolute; left: -10px; right: -10px; top: 100%; height: 14px; }
      .cat-more-menu {
        position: absolute;
        top: calc(100% + 6px);
        right: 0;
        z-index: 40;
        min-width: 168px;
        display: none;
        flex-direction: column;
        background: #fff;
        border: 1px solid var(--lx-border);
        border-radius: 10px;
        box-shadow: 0 10px 28px rgba(46, 26, 52, 0.12);
        padding: 6px;
      }
      .cat-more-wrap:hover .cat-more-menu, .cat-more-menu:hover, .cat-more-wrap.open .cat-more-menu { display: flex; }
      .cat-more-menu button { height: auto !important; padding: 9px 12px; text-align: left; font-size: 14px !important; border-radius: 6px; }
      .cat-more-menu button:hover { background: var(--lavender-hover); }
      .cat-more-menu button::after { display: none !important; }

      .category-tabs button {
        position: relative;
        height: 60px;
        border: 0;
        background: transparent;
        color: #070707;
        font-size: clamp(16px, 1.05vw, 20px);
        font-weight: 500;
      }

      .category-tabs button.active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 6px;
        width: 34px;
        height: 2px;
        background: #bb1836;
        border-radius: 2px;
      }

      .product-grid {
        display: grid;
        grid-template-columns: repeat(4, minmax(210px, 1fr));
        gap: clamp(16px, 1.25vw, 24px);
      }

      .product-card {
        min-height: clamp(286px, 31.5vh, 390px);
        padding: clamp(20px, 2.3vh, 30px) clamp(16px, 1.15vw, 22px) clamp(20px, 2vh, 26px);
        border: 1px solid transparent;
        border-radius: 8px;
        background: #fff;
        text-align: center;
        cursor: pointer;
        transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
      }

      .product-card:first-child {
        border-color: var(--border-strong);
      }

      .brand-mini {
        height: 20px;
        margin-bottom: 8px;
        color: #111;
        font-size: 10px;
        font-weight: 700;
        text-align: left;
      }

      .brand-mini.orange {
        color: #ff6b21;
        text-align: right;
        font-size: 14px;
      }

      .product-visual {
        height: clamp(110px, 13vh, 158px);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto 26px;
      }

      .product-visual img {
        width: min(74%, 210px);
        object-fit: contain;
        display: block;
        transition: transform 180ms ease, filter 180ms ease;
      }

      .product-promos {
        min-height: 26px;
        display: flex;
        justify-content: center;
        gap: 8px;
        margin: 12px 0 8px;
        overflow: hidden;
      }

      .product-promo {
        max-width: 46%;
        height: 22px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 8px;
        border: 1px solid rgba(187, 24, 54, 0.42);
        border-radius: 4px;
        background: #fff7f8;
        color: #bb1836;
        font-size: 11px;
        line-height: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .price .price-from {
        margin-left: 2px;
        font-size: 0.68em;
        font-weight: 700;
      }

      .portal-product:hover .product-visual img {
        transform: translateY(-3px) scale(1.025);
        filter: saturate(1.04) contrast(1.02);
      }

      .laptop {
        position: relative;
        width: clamp(132px, 9vw, 174px);
        height: clamp(84px, 5.8vw, 110px);
        perspective: 500px;
      }

      .screen {
        position: absolute;
        left: 13%;
        top: 0;
        width: 75%;
        height: 80%;
        border: 4px solid #353338;
        border-radius: 3px;
        background:
          linear-gradient(135deg, rgba(255, 255, 255, 0.85), rgba(133, 211, 220, 0.35)),
          repeating-linear-gradient(-22deg, transparent 0 14px, rgba(90, 90, 90, 0.18) 15px 17px);
        box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
      }

      .screen::after {
        content: "Air";
        position: absolute;
        left: 18px;
        top: 16px;
        color: rgba(40, 40, 40, 0.42);
        font-size: clamp(30px, 2.3vw, 44px);
        font-style: italic;
        font-family: Georgia, serif;
      }

      .base {
        position: absolute;
        left: 7px;
        bottom: 2px;
        width: 92%;
        height: 26px;
        transform: skewX(-20deg);
        border-radius: 2px 2px 8px 8px;
        background: linear-gradient(#d8d8d8, #a9a9a9);
      }

      .laptop.dark .screen {
        background:
          radial-gradient(circle at 40% 30%, #ff8b4c 0 10%, transparent 28%),
          linear-gradient(135deg, #1f2933, #050507);
      }

      .laptop.dark .screen::after {
        content: "LEGION";
        top: 35px;
        left: 18px;
        color: rgba(255, 255, 255, 0.9);
        font-family: Arial, sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
      }

      .laptop.side {
        transform: rotateY(-22deg);
      }

      .product-title {
        margin: 0 0 13px;
        font-size: clamp(18px, 1.15vw, 22px);
        line-height: 28px;
        font-weight: 700;
      }

      .spec {
        margin: 0 0 25px;
        color: #5f5f5f;
        font-size: clamp(15px, 1vw, 19px);
        line-height: 24px;
      }

      .price {
        margin: 0;
        color: var(--price-red);
        font-size: clamp(18px, 1.15vw, 22px);
        line-height: 28px;
        font-weight: 700;
      }

      .content[data-view="detail"] .hero,
      .content[data-view="detail"] .category-tabs,
      .content[data-view="detail"] .product-grid {
        display: none;
      }

      .reco-page { display: none; padding: 4px 2px 40px; }
      .content[data-view="reco"] .hero,
      .content[data-view="reco"] .category-tabs,
      .content[data-view="reco"] .product-grid,
      .content[data-view="reco"] .product-detail,
      .content[data-view="reco"] .lx-site-floors {
        display: none !important;
      }
      .content[data-view="reco"] .reco-page { display: block; }
      .reco-head { margin-bottom: 16px; }
      .reco-head h2 { font-size: 20px; margin-bottom: 4px; }
      .reco-head span { font-size: 13px; color: var(--lx-text-tertiary); }
      .reco-row { display: flex; align-items: center; gap: 18px; padding: 16px; border: 1px solid var(--lx-border); border-radius: 12px; background: #fff; margin-bottom: 12px; }
      .reco-row img { width: 150px; height: 110px; object-fit: contain; flex: none; cursor: pointer; }
      .reco-row-main { flex: 1; min-width: 0; display: grid; gap: 6px; cursor: pointer; }
      .reco-row-main strong { font-size: 15.5px; }
      .reco-row-desc { font-size: 13px; color: var(--lx-text-secondary); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
      .reco-row-tags { display: flex; gap: 6px; }
      .reco-row-side { flex: none; text-align: right; display: grid; gap: 8px; justify-items: end; }
      .reco-row-price { color: var(--lx-brand-red); font-size: 19px; font-weight: 700; }
      .reco-row-actions { display: flex; gap: 8px; }
      .reco-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); gap: 12px; }
      .lx-cs-card .lx-cs-row { display: flex; justify-content: space-between; padding: 5px 0; font-size: 13px; border-bottom: 1px dashed var(--lx-border); }
      .lx-cs-card .lx-cs-row b { color: var(--lx-aubergine); }
      .compare-page { display: none; padding: 4px 2px 40px; }
      .content[data-view="compare"] .hero,
      .content[data-view="compare"] .category-tabs,
      .content[data-view="compare"] .product-grid,
      .content[data-view="compare"] .product-detail,
      .content[data-view="compare"] .lx-site-floors {
        display: none !important;
      }
      .content[data-view="compare"] .compare-page { display: block; }
      .info-page { display: none; padding: 4px 2px 40px; max-width: 880px; }
      .content[data-view="info"] .hero,
      .content[data-view="info"] .category-tabs,
      .content[data-view="info"] .product-grid,
      .content[data-view="info"] .product-detail,
      .content[data-view="info"] .lx-site-floors {
        display: none !important;
      }
      .content[data-view="info"] .info-page { display: block; }
      .lx-cmp-manage { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
      .lx-cmp-chip { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; border: 1px solid var(--lx-border); border-radius: 999px; padding: 4px 6px 4px 12px; background: #fff; color: var(--lx-text-secondary); }
      .lx-cmp-chip button { border: none; background: transparent; cursor: pointer; color: var(--lx-text-tertiary); font-size: 14px; padding: 0 4px; }
      .lx-cmp-chip button:hover { color: var(--lx-brand-red); }
      .lx-cmp-btns { display: grid; gap: 6px; }
      .lx-cmp-btns .lx-p0-btn { font-size: 12px; padding: 5px 8px; }
      .lx-cmp-name { cursor: pointer; }
      .lx-cmp-name:hover { color: var(--lx-brand-red); }
      .lx-md-prod { display: inline-flex; align-items: center; gap: 4px; margin: 2px 2px; border: 1px solid var(--lx-border); background: var(--lx-surface-muted); color: var(--lx-aubergine); border-radius: 6px; padding: 2px 10px; font-size: 12.5px; cursor: pointer; }
      .lx-md-prod:hover { border-color: var(--lx-brand-red); color: var(--lx-brand-red); }
      .lx-md-prod-arrow { font-size: 12px; }
      .lx-md-link { color: var(--lx-aubergine); text-decoration: underline; }
      .lx-flash-msg { outline: 2px solid var(--lx-brand-red); outline-offset: 4px; border-radius: 8px; }
      .lx-cs-human-card { display: flex; gap: 10px; align-items: flex-start; }
      .lx-cs-avatar { flex: none; width: 34px; height: 34px; border-radius: 50%; background: var(--lx-aubergine); color: #fff; display: grid; place-items: center; font-size: 15px; }
      .shortcut.lx-cs-exit { color: var(--lx-brand-red); border-color: var(--lx-brand-red); }

      .product-detail {
        display: none;
        padding-bottom: 29px;
      }

      .content[data-view="detail"] .product-detail {
        display: block;
      }

      .content[data-view="home"] .hero,
      .content[data-view="home"] .category-tabs,
      .content[data-view="home"] .product-grid,
      .content[data-view="home"] .product-detail {
        display: none;
      }

      .content[data-view="brand"] .hero,
      .content[data-view="brand"] .category-tabs,
      .content[data-view="brand"] .product-grid,
      .content[data-view="brand"] .product-detail,
      .content[data-view="brand"] .portal-home {
        display: none;
      }

      .portal-home {
        display: none;
        padding-bottom: 44px;
      }

      .content[data-view="home"] .portal-home {
        display: block;
      }

      .brand-page {
        display: none;
      }

      .content[data-view="brand"] .brand-page {
        display: block;
      }

      body[data-page="home"] .portal-section,
      body[data-page="home"] .portal-product,
      body[data-page="home"] .solution-card,
      body[data-page="home"] .case-card,
      body[data-page="home"] .news-card,
      body[data-page="home"] .hot-card,
      body[data-page="home"] .footer-col {
        opacity: 1;
        transform: none;
        transition: none;
        transition-delay: 0ms;
        will-change: auto;
      }

      body[data-page="home"] .portal-section.is-visible,
      body[data-page="home"] .portal-product.is-visible,
      body[data-page="home"] .solution-card.is-visible,
      body[data-page="home"] .case-card.is-visible,
      body[data-page="home"] .news-card.is-visible,
      body[data-page="home"] .hot-card.is-visible,
      body[data-page="home"] .footer-col.is-visible {
        opacity: 1;
        transform: translateY(0);
      }

      body[data-page="home"] .portal-agent .hero-reveal {
        opacity: 0;
        transform: translateY(24px);
        transition:
          opacity 720ms cubic-bezier(0.2, 0.7, 0.2, 1),
          transform 720ms cubic-bezier(0.2, 0.7, 0.2, 1);
        will-change: opacity, transform;
      }

      body[data-page="home"] .portal-agent.is-visible .hero-reveal {
        opacity: 1;
        transform: translateY(0);
      }

      body[data-page="home"] .portal-agent.is-visible .hero-reveal:nth-child(1) {
        transition-delay: 90ms;
      }

      body[data-page="home"] .portal-agent.is-visible .hero-reveal:nth-child(2) {
        transition-delay: 220ms;
      }

      body[data-page="home"] .portal-agent.is-visible .hero-reveal:nth-child(3) {
        transition-delay: 360ms;
      }

      body[data-page="home"] .portal-agent.is-visible .hero-reveal:nth-child(4) {
        transition-delay: 760ms;
      }

      body[data-page="home"] .portal-agent.is-visible .hero-composer.hero-reveal {
        transition-delay: 620ms;
        transform: translateY(32px) scale(0.985);
      }

      body[data-page="home"] .portal-agent.is-visible .hero-composer.hero-reveal {
        opacity: 1;
        transform: translateY(0) scale(1);
      }

      @keyframes portal-diffuse-flow {
        0% {
          transform: translate(-50%, -50%) rotate(0deg) scale(1.08);
        }

        100% {
          transform: translate(-50%, -50%) rotate(360deg) scale(1.08);
        }
      }

      @media (prefers-reduced-motion: reduce) {
        body[data-page="home"] .portal-section,
        body[data-page="home"] .portal-product,
        body[data-page="home"] .solution-card,
        body[data-page="home"] .case-card,
        body[data-page="home"] .news-card,
        body[data-page="home"] .hot-card,
        body[data-page="home"] .footer-col {
          opacity: 1;
          transform: none;
          transition: none;
        }

        body[data-page="home"] .portal-agent,
        body[data-page="home"] .portal-bg-filter {
          animation: none;
        }

        body[data-page="home"] .portal-agent .hero-reveal,
        body[data-page="home"] .portal-agent.is-visible .hero-composer.hero-reveal {
          opacity: 1;
          transform: none;
          transition: none;
        }

        .agent-title .rotating-title .word {
          display: none;
          opacity: 1;
          transform: none;
          animation: none;
        }

        .agent-title .rotating-title .word:first-child {
          display: inline;
        }
      }

      .portal-section {
        margin-bottom: clamp(22px, 2vw, 34px);
      }

      .section-head {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 16px;
      }

      .section-kicker {
        margin: 0 0 8px;
        color: var(--aubergine);
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 0.04em;
      }

      .section-title {
        margin: 0;
        color: #070707;
        font-size: clamp(24px, 1.7vw, 34px);
        line-height: 1.2;
        font-weight: 700;
      }

      .section-link {
        height: 34px;
        display: inline-flex;
        align-items: center;
        padding: 0 14px;
        border: 1px solid var(--border-strong);
        border-radius: 999px;
        background: #fff;
        color: var(--aubergine);
        font-size: 13px;
        font-weight: 500;
        white-space: nowrap;
      }

      .portal-agent {
        position: relative;
        min-height: clamp(390px, 46vh, 560px);
        overflow: hidden;
        border-radius: 10px;
        background:
          linear-gradient(100deg, rgba(4, 12, 28, 0.98) 0%, rgba(23, 44, 72, 0.96) 42%, rgba(92, 21, 78, 0.9) 100%),
          #07111f;
        color: #fff;
      }

      .portal-agent::before {
        content: "";
        position: absolute;
        inset: 0;
        background:
          linear-gradient(115deg, transparent 0 54%, rgba(255, 255, 255, 0.12) 54.3%, transparent 55.8%),
          linear-gradient(22deg, transparent 0 45%, rgba(226, 43, 32, 0.28) 48%, transparent 59%),
          radial-gradient(circle at 84% 38%, rgba(255, 255, 255, 0.18), transparent 20%);
        opacity: 0.95;
      }

      .agent-copy {
        position: relative;
        z-index: 1;
        max-width: 720px;
        padding: clamp(48px, 5vw, 86px);
      }

      .agent-eyebrow {
        margin: 0 0 14px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 14px;
        font-weight: 700;
      }

      .agent-title {
        margin: 0 0 22px;
        font-size: clamp(42px, 4.2vw, 78px);
        line-height: 1.04;
        font-weight: 700;
      }

      .agent-title .rotating-title {
        display: inline-block;
        position: relative;
        width: var(--rotating-title-width, auto);
        height: 1.08em;
        margin-left: 0.12em;
        overflow: hidden;
        transition: width 320ms ease;
        vertical-align: top;
      }

      .agent-title .rotating-title .word {
        display: inline-block;
        opacity: 0;
        transform: translateY(0.72em);
        transition: opacity 280ms ease, transform 320ms ease;
        white-space: nowrap;
      }

      .agent-title .rotating-title .word:first-child {
        opacity: 1;
        transform: translateY(0);
      }

      .agent-title .rotating-title.is-ready .word {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        transform: translateY(0.72em);
      }

      .agent-title .rotating-title.is-ready .word.is-active {
        opacity: 1;
        transform: translateY(0);
      }

      .agent-summary {
        max-width: 620px;
        margin: 0 0 30px;
        color: rgba(255, 255, 255, 0.78);
        font-size: clamp(16px, 1.05vw, 20px);
        line-height: 1.8;
      }

      .agent-actions,
      .portal-tabs {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
      }

      .agent-primary,
      .agent-secondary {
        height: 44px;
        padding: 0 24px;
        border-radius: 999px;
        font-size: 15px;
        font-weight: 700;
      }

      .agent-primary {
        border: 0;
        background: #fff;
        color: #121018;
      }

      .agent-secondary {
        border: 1px solid rgba(255, 255, 255, 0.36);
        background: rgba(255, 255, 255, 0.06);
        color: #fff;
      }

      .agent-console {
        position: absolute;
        right: clamp(28px, 4vw, 76px);
        bottom: clamp(28px, 4vw, 76px);
        z-index: 1;
        width: min(430px, 34vw);
        padding: 20px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(10px);
      }

      .hero-composer {
        position: relative;
        z-index: 1;
        width: min(860px, 100%);
        min-height: 170px;
        margin-top: clamp(28px, 3vw, 48px);
        padding: 18px;
        border: 1px solid #dcd5e1;
        border-radius: 26px;
        background: rgba(255, 255, 255, 0.9);
        box-shadow:
          0 22px 70px rgba(42, 28, 50, 0.14),
          0 0 0 6px rgba(91, 20, 82, 0.04);
      }

      .hero-composer textarea {
        width: 100%;
        min-height: 82px;
        resize: none;
        border: 0;
        outline: 0;
        background: transparent;
        color: #171317;
        font-size: clamp(18px, 1.2vw, 22px);
        line-height: 1.6;
      }

      .hero-composer textarea::placeholder {
        color: #a9a1ae;
      }

      .hero-composer-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-top: 10px;
      }

      .hero-chip-row {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        min-width: 0;
      }

      .hero-chip {
        height: 34px;
        display: inline-flex;
        align-items: center;
        gap: 7px;
        padding: 0 13px;
        border: 1px solid #e1dbe6;
        border-radius: 999px;
        background: #fff;
        color: #231f26;
        font-size: 14px;
        font-weight: 500;
        white-space: nowrap;
      }

      .hero-chip.primary {
        color: var(--aubergine);
        background: var(--lavender-hover);
      }

      .hero-mode-toggle {
        display: inline-flex;
        align-items: center;
        padding: 3px;
        border: 1px solid #e1dbe6;
        border-radius: 13px;
        background: #fff;
      }

      .hero-mode-option {
        height: 32px;
        min-width: 58px;
        padding: 0 13px;
        border: 0;
        border-radius: 10px;
        background: transparent;
        color: #171317;
        font: inherit;
        font-size: 15px;
        font-weight: 500;
        cursor: pointer;
        transition: background 160ms ease, color 160ms ease;
      }

      .hero-mode-option.is-active {
        background: var(--lavender-hover);
        color: var(--aubergine);
        font-weight: 700;
      }

      .hero-composer-actions {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-shrink: 0;
      }

      .hero-suggestion-cloud {
        width: min(920px, 100%);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 14px 18px;
        margin-top: clamp(18px, 2vw, 28px);
        padding: 0 10px;
      }

      body[data-page="home"] .hero-suggestion-cloud {
        width: min(100%, var(--home-suggestion-width));
        gap: clamp(10px, 0.78vw, 14px) clamp(12px, 1vw, 18px);
        margin-top: clamp(16px, 1.35vw, 24px);
        padding: 0;
      }

      .hero-suggestion {
        min-height: 42px;
        padding: 0 26px;
        border: 1px solid rgba(91, 20, 82, 0.1);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.86);
        box-shadow:
          0 14px 34px rgba(68, 44, 72, 0.1),
          inset 0 1px 0 rgba(255, 255, 255, 0.8);
        color: #3b363f;
        font-size: 13px;
        font-weight: 500;
        white-space: nowrap;
        cursor: pointer;
        transition: transform 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
      }

      body[data-page="home"] .hero-suggestion {
        min-height: clamp(34px, 2.15vw, 40px);
        padding: 0 clamp(17px, 1.18vw, 24px);
        font-size: clamp(11px, 0.68vw, 13px);
      }

      .hero-suggestion:hover,
      .hero-suggestion:focus-visible {
        border-color: rgba(91, 20, 82, 0.28);
        color: var(--aubergine);
        transform: translateY(-2px);
        box-shadow:
          0 18px 42px rgba(68, 44, 72, 0.16),
          inset 0 1px 0 rgba(255, 255, 255, 0.92);
      }

      .hero-icon-btn,
      .hero-send-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
      }

      .hero-icon-btn {
        width: 34px;
        height: 34px;
        background: transparent;
        color: var(--aubergine);
      }

      .hero-send-btn {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        color: #fff;
      }

      .hero-send-btn .icon {
        width: 22px;
        height: 22px;
      }

      .console-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 14px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
        color: rgba(255, 255, 255, 0.88);
        font-size: 14px;
      }

      .console-row:last-child {
        border-bottom: 0;
      }

      .console-row strong {
        font-size: 22px;
        color: #fff;
      }

      .portal-grid,
      .solution-grid,
      .case-grid,
      .news-grid,
      .hot-grid,
      .footer-grid {
        display: grid;
        gap: clamp(14px, 1.2vw, 22px);
      }

      .portal-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .portal-product,
      .solution-card,
      .case-card,
      .news-card,
      .hot-card {
        border: 1px solid transparent;
        border-radius: 8px;
        background: #fff;
        transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
      }

      .portal-product {
        min-height: 280px;
        padding: 22px;
        position: relative;
        overflow: hidden;
      }

      .portal-product::after {
        content: "›";
        position: absolute;
        right: clamp(18px, 1.5vw, 28px);
        bottom: clamp(18px, 1.5vw, 28px);
        width: 42px;
        height: 42px;
        border: 2px solid rgba(17, 17, 17, 0.42);
        border-radius: 50%;
        color: rgba(17, 17, 17, 0.62);
        font-size: 38px;
        line-height: 36px;
        font-weight: 300;
        text-align: center;
        opacity: 0;
        transform: translateX(-8px) scale(0.92);
        transition: opacity 180ms ease, transform 180ms ease, border-color 180ms ease, color 180ms ease;
        pointer-events: none;
      }

      .portal-product:hover::after {
        opacity: 1;
        transform: translateX(0) scale(1);
        border-color: rgba(17, 17, 17, 0.56);
        color: rgba(17, 17, 17, 0.72);
      }

      .portal-product:hover,
      .solution-card:hover,
      .case-card:hover,
      .news-card:hover,
      .hot-card:hover {
        transform: translateY(-3px);
        border-color: var(--border-strong);
        box-shadow: 0 14px 32px rgba(50, 29, 57, 0.1);
      }

      .portal-product .product-visual {
        height: 124px;
      }

      .portal-product h3,
      .solution-card h3,
      .case-card h3,
      .news-card h3,
      .hot-card h3 {
        margin: 0 0 10px;
        color: #080808;
        font-size: clamp(17px, 1.05vw, 21px);
        line-height: 1.35;
        font-weight: 700;
      }

      .portal-product p,
      .solution-card p,
      .case-card p,
      .news-card p,
      .hot-card p {
        margin: 0;
        color: var(--text-soft);
        font-size: 14px;
        line-height: 1.65;
      }

      .portal-price {
        display: block;
        margin-top: 16px;
        color: var(--price-red);
        font-size: 20px;
        font-weight: 700;
      }

      .solution-grid {
        grid-template-columns: 1.2fr 1fr 1fr;
      }

      .solution-card {
        min-height: 220px;
        padding: 26px;
        position: relative;
        overflow: hidden;
      }

      .solution-card.featured {
        color: #fff;
        background:
          linear-gradient(126deg, rgba(15, 22, 38, 0.98), rgba(91, 20, 82, 0.94)),
          #161827;
      }

      .solution-card.featured h3,
      .solution-card.featured p {
        color: #fff;
      }

      .solution-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.01);
        transition: transform 420ms ease, filter 420ms ease;
        z-index: 0;
      }

      .solution-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
          linear-gradient(180deg, rgba(7, 10, 18, 0.1) 0%, rgba(7, 10, 18, 0.74) 100%),
          linear-gradient(90deg, rgba(7, 10, 18, 0.58) 0%, rgba(7, 10, 18, 0.12) 58%);
        z-index: 1;
        pointer-events: none;
      }

      .solution-card:hover .solution-image {
        transform: scale(1.045);
        filter: saturate(1.05) contrast(1.04);
      }

      .solution-card .solution-meta,
      .solution-card h3,
      .solution-card p {
        position: relative;
        z-index: 2;
      }

      .solution-card .solution-meta,
      .solution-card h3,
      .solution-card p,
      .solution-card.featured .solution-meta,
      .solution-card.featured h3,
      .solution-card.featured p {
        color: #fff;
      }

      .solution-meta {
        display: inline-flex;
        margin-bottom: 36px;
        color: var(--aubergine);
        font-size: 13px;
        font-weight: 700;
      }

      .solution-card.featured .solution-meta {
        color: rgba(255, 255, 255, 0.74);
      }

      .case-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .case-card {
        min-height: 210px;
        padding: 24px;
        position: relative;
        overflow: hidden;
      }

      .case-stat {
        display: block;
        margin-bottom: 42px;
        color: var(--aubergine);
        font-size: clamp(30px, 2.6vw, 48px);
        line-height: 1;
        font-weight: 700;
      }

      .case-image {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transform: scale(1.01);
        transition: transform 420ms ease, filter 420ms ease;
        z-index: 0;
      }

      .case-card::after {
        content: "";
        position: absolute;
        inset: 0;
        background:
          linear-gradient(90deg, rgba(255, 255, 255, 0.94) 0%, rgba(255, 255, 255, 0.74) 44%, rgba(255, 255, 255, 0.26) 100%),
          linear-gradient(180deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.14) 100%);
        z-index: 1;
        pointer-events: none;
      }

      .case-card:hover .case-image {
        transform: scale(1.045);
        filter: saturate(1.06) contrast(1.03);
      }

      .case-card .case-stat,
      .case-card h3,
      .case-card p {
        position: relative;
        z-index: 2;
      }

      .news-grid {
        grid-template-columns: 1.15fr 0.85fr;
      }

      .news-card {
        padding: 24px;
      }

      .news-card.lead {
        min-height: 260px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        background:
          linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(244, 238, 247, 0.9)),
          #fff;
      }

      .news-list {
        display: grid;
        gap: 12px;
      }

      .news-list .news-card {
        min-height: 82px;
      }

      .news-date {
        display: block;
        margin-bottom: 10px;
        color: var(--aubergine);
        font-size: 13px;
        font-weight: 700;
      }

      .hot-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .hot-card {
        min-height: 150px;
        padding: 22px;
      }

      .hot-rank {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        margin-bottom: 24px;
        border-radius: 50%;
        background: var(--lavender-hover);
        color: var(--aubergine);
        font-weight: 700;
      }

      .portal-footer {
        width: 100%;
        padding: clamp(44px, 4vw, 64px) clamp(72px, 10vw, 180px) clamp(32px, 3vw, 46px);
        border-radius: 0;
        background: #e9e9e9;
        color: #111;
      }

      .footer-grid {
        display: grid;
        grid-template-columns: minmax(120px, 0.85fr) minmax(120px, 0.85fr) minmax(340px, 1.7fr) minmax(520px, 2.3fr);
        gap: clamp(34px, 4vw, 70px);
        max-width: 1500px;
        margin: 0 auto;
        padding-bottom: 34px;
        border-bottom: 1px solid #d4d4d4;
      }

      .footer-brand {
        color: #111;
        font-size: 20px;
        font-weight: 700;
      }

      .footer-col strong {
        display: block;
        margin-bottom: 14px;
        color: #111;
        font-size: 18px;
      }

      .footer-col a,
      .footer-col span {
        display: block;
        margin-bottom: 12px;
        color: #777;
        font-size: 12px;
        line-height: 1.4;
        text-decoration: none;
      }

      .footer-link-columns {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        column-gap: clamp(28px, 3vw, 58px);
      }

      body[data-page="home"] {
        background: #fff;
        --home-content-padding: clamp(28px, 3vw, 58px);
      }

      body[data-page="home"] .shell {
        min-height: calc(100vh - clamp(76px, 7.2vh, 108px));
        padding: 0;
      }

      body[data-page="home"] .content {
        background: #fff;
        border: 0;
        border-radius: 0;
        padding: var(--home-content-padding);
      }

      body[data-page="brand"] {
        background: var(--lavender-bg);
        --brand-page-padding: 0;
      }

      body[data-page="brand"] .shell {
        min-height: calc(100vh - clamp(76px, 7.2vh, 108px));
      }

      body[data-page="brand"] .content {
        background: transparent;
        border: 0;
        border-radius: 0;
        padding: var(--brand-page-padding);
        overflow-y: auto;
      }

      .brand-page {
        color: var(--lx-text-primary);
      }

      .brand-hero {
        position: relative;
        min-height: clamp(300px, 34vh, 440px);
        overflow: hidden;
        border-radius: 8px;
        padding: clamp(42px, 5vw, 84px);
        background-color: var(--lx-aubergine);
        background-image:
          linear-gradient(90deg, rgba(65, 14, 63, 0.94) 0%, rgba(75, 19, 72, 0.84) 34%, rgba(100, 28, 82, 0.46) 58%, rgba(227, 38, 36, 0.34) 100%),
          linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.08)),
          url("/assets/img/brand-hero-building.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        color: #fff;
        isolation: isolate;
      }

      .brand-hero::after {
        content: "";
        position: absolute;
        inset: auto -8% -34% 42%;
        height: 72%;
        background: radial-gradient(circle, rgba(255, 255, 255, 0.14), transparent 66%);
        transform: rotate(-8deg);
        pointer-events: none;
      }

      .brand-eyebrow {
        margin: 0 0 18px;
        color: rgba(255, 255, 255, 0.62);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 6px;
        text-transform: uppercase;
      }

      .brand-title {
        margin: 0 0 18px;
        font-size: 40px;
        line-height: 1.15;
        font-weight: 700;
      }

      .brand-lead {
        max-width: 560px;
        margin: 0 0 32px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 18px;
        line-height: 1.7;
      }

      .brand-metrics {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
      }

      .brand-metric {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        height: 34px;
        padding: 0 14px;
        border: 1px solid rgba(255, 255, 255, 0.18);
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.08);
        color: rgba(255, 255, 255, 0.82);
        font-size: 13px;
      }

      .brand-section {
        margin-top: 24px;
      }

      .brand-values {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
      }

      .brand-value {
        min-height: 150px;
        padding: 28px;
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        background: #fff;
        transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
      }

      .brand-value:hover {
        transform: translateY(-3px);
        border-color: var(--lx-border-strong);
      }

      .brand-value.blue {
        background: #f1f6ff;
      }

      .brand-value.green {
        background: #f1faf5;
      }

      .brand-value.warm {
        background: #fff7f0;
      }

      .brand-value.violet {
        background: #f5f0ff;
      }

      .brand-value h3,
      .brand-panel h2 {
        margin: 0 0 10px;
        font-size: 20px;
        line-height: 1.4;
      }

      .brand-value p,
      .brand-story p,
      .brand-case p {
        margin: 0;
        color: var(--lx-text-secondary);
        font-size: 14px;
        line-height: 1.7;
      }

      .brand-panel {
        padding: 28px;
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        background: #fff;
      }

      .brand-panel-title {
        position: relative;
        padding-left: 14px;
      }

      .brand-panel-title::before {
        content: "";
        position: absolute;
        left: 0;
        top: 5px;
        width: 3px;
        height: 20px;
        border-radius: 2px;
        background: #0f6fd6;
      }

      .brand-cases {
        display: grid;
        gap: 0;
      }

      .brand-case {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr) auto;
        align-items: center;
        gap: 20px;
        min-height: 74px;
        border-top: 1px solid #ebe7ef;
      }

      .brand-case:first-child {
        border-top: 0;
      }

      .brand-case strong {
        color: #0b72d9;
        font-size: 14px;
      }

      .brand-case h3 {
        margin: 0 0 6px;
        font-size: 16px;
      }

      .brand-case button,
      .brand-cta {
        height: 34px;
        border: 1px solid var(--lx-border-strong);
        border-radius: 999px;
        background: #fff;
        color: var(--lx-aubergine);
        padding: 0 14px;
        font-weight: 600;
      }

      .brand-case:hover {
        background: #fbf9fc;
      }

      .brand-awards {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
      }

      .brand-award {
        display: inline-flex;
        align-items: center;
        height: 30px;
        border: 1px solid var(--lx-border-strong);
        border-radius: 999px;
        background: var(--lx-surface-muted);
        color: var(--lx-aubergine);
        padding: 0 12px;
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        transition: border-color 160ms ease, background 160ms ease, color 160ms ease;
      }

      .brand-award:hover {
        border-color: var(--lx-aubergine);
        background: var(--lx-surface-hover);
        color: var(--lx-aubergine-2);
      }

      .brand-action-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        margin-top: 24px;
        padding: 26px 28px;
        border-radius: 8px;
        background: #f7f3fa;
      }

      .brand-action-bar h2 {
        margin: 0 0 8px;
        font-size: 22px;
      }

      .brand-action-bar p {
        margin: 0;
        color: var(--lx-text-secondary);
      }

      .brand-cta.primary {
        min-width: 132px;
        border-color: var(--lx-brand-red);
        background: var(--lx-brand-red);
        color: #fff;
      }

      .brand-experience {
        display: grid;
        grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
        gap: 18px;
      }

      .brand-values.brand-experience {
        grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
      }

      .brand-focus-panel {
        position: relative;
        min-height: 390px;
        overflow: hidden;
        border: 1px solid rgba(222, 214, 227, 0.86);
        border-radius: 8px;
        padding: clamp(30px, 3vw, 48px);
        background:
          linear-gradient(135deg, rgba(78, 22, 70, 0.96), rgba(32, 26, 35, 0.98) 58%, rgba(184, 37, 46, 0.88));
        color: #fff;
        isolation: isolate;
      }

      .brand-focus-panel::before,
      .brand-focus-panel::after {
        content: "";
        position: absolute;
        pointer-events: none;
        border-radius: 999px;
      }

      .brand-focus-panel::before {
        right: -96px;
        top: -110px;
        width: 280px;
        height: 280px;
        border: 34px solid rgba(255, 255, 255, 0.08);
      }

      .brand-focus-panel::after {
        left: -80px;
        bottom: -120px;
        width: 260px;
        height: 260px;
        background: radial-gradient(circle, rgba(184, 37, 46, 0.22), transparent 70%);
      }

      .brand-focus-kicker {
        margin: 0 0 24px;
        color: rgba(255, 255, 255, 0.58);
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.18em;
      }

      .brand-focus-title {
        max-width: 620px;
        margin: 0 0 20px;
        font-size: clamp(34px, 3vw, 58px);
        line-height: 1.08;
        font-weight: 800;
      }

      .brand-focus-copy {
        max-width: 680px;
        margin: 0 0 34px;
        color: rgba(255, 255, 255, 0.78);
        font-size: 17px;
        line-height: 1.8;
      }

      .brand-focus-stats {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
        margin-top: auto;
      }

      .brand-focus-stat {
        min-height: 86px;
        padding: 14px 16px;
        border: 1px solid rgba(255, 255, 255, 0.16);
        border-radius: 8px;
        background: rgba(255, 255, 255, 0.07);
      }

      .brand-focus-stat strong {
        display: block;
        margin-bottom: 5px;
        font-size: 22px;
      }

      .brand-focus-stat span {
        color: rgba(255, 255, 255, 0.68);
        font-size: 12px;
      }

      .brand-value-stack {
        display: grid;
        gap: 12px;
      }

      .brand-value {
        position: relative;
        min-height: 88px;
        display: grid;
        grid-template-columns: 44px minmax(0, 1fr);
        align-items: center;
        gap: 16px;
        padding: 18px;
        cursor: pointer;
        outline: none;
      }

      .brand-value::before {
        content: attr(data-index);
        width: 44px;
        height: 44px;
        display: inline-grid;
        place-items: center;
        border-radius: 8px;
        background: rgba(78, 22, 70, 0.08);
        color: var(--lx-aubergine);
        font-weight: 800;
      }

      .brand-value::after {
        content: "查看";
        position: absolute;
        right: 18px;
        bottom: 16px;
        color: var(--lx-aubergine);
        font-size: 12px;
        font-weight: 700;
        opacity: 0;
        transform: translateX(-6px);
        transition: opacity 160ms ease, transform 160ms ease;
      }

      .brand-value:hover,
      .brand-value:focus-visible,
      .brand-value.is-active {
        transform: translateY(-2px);
        border-color: rgba(78, 22, 70, 0.42);
        background: linear-gradient(135deg, #fff, var(--lx-surface-hover));
      }

      .brand-value:hover::after,
      .brand-value:focus-visible::after,
      .brand-value.is-active::after {
        opacity: 1;
        transform: translateX(0);
      }

      .brand-value h3 {
        font-size: 20px;
      }

      .brand-value p {
        padding-right: 52px;
      }

      .brand-story {
        display: grid;
        grid-template-columns: 280px minmax(0, 1fr);
        gap: 28px;
        align-items: stretch;
      }

      .brand-story .brand-panel-title {
        align-self: start;
      }

      .brand-story p {
        font-size: 16px;
      }

      .brand-timeline {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 10px;
        margin-top: 22px;
      }

      .brand-time-node {
        min-height: 98px;
        padding: 14px;
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        background: var(--lx-surface-muted);
        transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
      }

      .brand-time-node:hover {
        transform: translateY(-2px);
        border-color: var(--lx-border-strong);
        background: #fff;
      }

      .brand-time-node strong {
        display: block;
        margin-bottom: 8px;
        color: var(--lx-aubergine);
        font-size: 18px;
      }

      .brand-time-node span {
        color: var(--lx-text-secondary);
        font-size: 13px;
        line-height: 1.55;
      }

      .brand-cases {
        grid-template-columns: 1.15fr repeat(3, minmax(0, 0.82fr));
        gap: 14px;
      }

      .brand-case {
        min-height: 238px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        gap: 18px;
        padding: 22px;
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        background: #fff;
        transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
      }

      .brand-case:first-child {
        min-height: 238px;
        border-top: 1px solid var(--lx-border);
        background:
          linear-gradient(140deg, rgba(78, 22, 70, 0.96), rgba(184, 37, 46, 0.72)),
          var(--lx-aubergine);
        color: #fff;
      }

      .brand-case:hover,
      .brand-case:focus-within {
        transform: translateY(-3px);
        border-color: var(--lx-border-strong);
        background: var(--lx-surface-hover);
      }

      .brand-case:first-child:hover {
        background:
          linear-gradient(140deg, rgba(78, 22, 70, 0.98), rgba(184, 37, 46, 0.8)),
          var(--lx-aubergine);
      }

      .brand-case strong {
        color: var(--lx-brand-red);
        font-size: 14px;
      }

      .brand-case:first-child strong,
      .brand-case:first-child p {
        color: rgba(255, 255, 255, 0.76);
      }

      .brand-case h3 {
        font-size: 21px;
        line-height: 1.25;
      }

      .brand-case:first-child h3 {
        color: #fff;
      }

      .brand-case p {
        font-size: 14px;
      }

      .brand-awards {
        gap: 12px;
      }

      .brand-award {
        height: 38px;
        padding: 0 16px;
        cursor: pointer;
        font-size: 14px;
      }

      .brand-award:focus-visible,
      .brand-award:hover,
      .brand-award.is-active {
        outline: none;
        border-color: var(--lx-aubergine);
        background: var(--lx-aubergine);
        color: #fff;
      }

      .brand-award-note {
        margin-top: 18px;
        padding: 18px 20px;
        border-radius: 8px;
        background: linear-gradient(135deg, var(--lx-surface-muted), #fff);
        color: var(--lx-text-secondary);
        font-size: 15px;
        line-height: 1.75;
      }

      body[data-page="home"] .portal-section {
        margin-bottom: clamp(46px, 5vw, 86px);
      }

      body[data-page="home"] .portal-agent {
        width: calc(100% + (var(--home-content-padding) * 2));
        min-height: clamp(540px, calc(100vh - clamp(76px, 7.2vh, 108px) - 385px), 780px);
        margin: calc(var(--home-content-padding) * -1) calc(var(--home-content-padding) * -1) clamp(18px, 2vw, 30px);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 0;
        background: #f8f8fb;
        color: #090909;
        text-align: center;
        isolation: isolate;
      }

      .portal-bg-container {
        position: absolute;
        inset: 0 0 auto;
        width: 100%;
        height: min(100%, 760px);
        z-index: 0;
        overflow: clip;
        filter: blur(30px);
        opacity: 0.5;
      }

      .portal-bg-filter {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 3780px;
        height: 3780px;
        transform: translate(-50%, -50%);
        transform-origin: 50% 50%;
        will-change: transform;
        animation: portal-diffuse-flow 10s linear infinite;
        pointer-events: none;
      }

      .portal-bg {
        width: 100%;
        height: 100%;
        object-fit: cover;
        user-select: none;
      }

      body[data-page="home"] .portal-agent::before {
        display: none;
      }

      body[data-page="home"] .agent-copy {
        --home-agent-width: clamp(680px, 44vw, 900px);
        --home-composer-width: clamp(640px, 39vw, 820px);
        --home-suggestion-width: clamp(650px, 43vw, 860px);
        display: grid;
        justify-items: center;
        width: min(100%, var(--home-agent-width));
        max-width: var(--home-agent-width);
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        transform: translateY(clamp(6px, 1vh, 14px));
      }

      body[data-page="home"] .agent-eyebrow {
        margin-bottom: 20px;
        color: var(--aubergine);
        font-size: 14px;
        letter-spacing: 0.08em;
      }

      body[data-page="home"] .agent-title {
        max-width: var(--home-agent-width);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: clamp(14px, 1.2vw, 18px);
        color: #050505;
        font-size: clamp(32px, 2.35vw, 48px);
        line-height: 1.04;
        letter-spacing: 0;
      }

      body[data-page="home"] .agent-title .rotating-title {
        color: #4d144a;
      }

      body[data-page="home"] .agent-summary {
        max-width: var(--home-composer-width);
        margin-left: auto;
        margin-right: auto;
        margin-bottom: clamp(12px, 1vw, 15px);
        color: #4f4a53;
        font-size: clamp(14px, 0.82vw, 17px);
      }

      body[data-page="home"] .hero-composer {
        width: min(100%, var(--home-composer-width));
        min-height: clamp(112px, 8.9vw, 154px);
        padding: clamp(12px, 0.78vw, 16px);
        margin-top: clamp(14px, 1.35vw, 22px);
        margin-left: auto;
        margin-right: auto;
        text-align: left;
      }

      body[data-page="home"] .hero-composer textarea {
        min-height: 54px;
      }

      body[data-page="home"] .agent-actions {
        margin-top: 28px;
      }

      body[data-page="home"] .agent-primary,
      body[data-page="home"] .agent-secondary {
        height: 46px;
        border-radius: 999px;
      }

      body[data-page="home"] .agent-primary {
        background: #101010;
        color: #fff;
      }

      body[data-page="home"] .agent-secondary {
        border-color: #d8d0dc;
        background: #fff;
        color: #101010;
      }

      body[data-page="home"] .agent-console {
        right: clamp(28px, 4vw, 76px);
        bottom: clamp(28px, 4vw, 76px);
        width: min(430px, 34vw);
        border-color: #e6dfea;
        background: rgba(255, 255, 255, 0.78);
        color: #151116;
        box-shadow: 0 18px 50px rgba(28, 22, 32, 0.08);
      }

      body[data-page="home"] .console-row {
        border-bottom-color: #ebe5ef;
        color: #4f4a53;
      }

      body[data-page="home"] .console-row strong {
        color: #111;
      }

      body[data-page="home"] .section-head {
        align-items: flex-start;
        padding-top: clamp(22px, 2.2vw, 38px);
        border-top: 1px solid #ded7e3;
      }

      body[data-page="home"] .product-recommendation .section-head {
        justify-content: flex-end;
        padding-top: 0;
        border-top: 0;
      }

      body[data-page="home"] .section-kicker {
        color: #6c6570;
        font-size: 12px;
        letter-spacing: 0.08em;
      }

      body[data-page="home"] .section-title {
        max-width: 760px;
        margin-top: 60px;
        margin-bottom: 20px;
        font-size: clamp(34px, 2.4vw, 64px);
        line-height: 1.02;
        font-weight: 700;
      }

      body[data-page="home"] .section-link {
        margin-top: 60px;
        border-color: #d8d0dc;
        color: #101010;
      }

      body[data-page="home"] .portal-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      body[data-page="home"] .portal-product,
      body[data-page="home"] .solution-card,
      body[data-page="home"] .case-card,
      body[data-page="home"] .news-card,
      body[data-page="home"] .hot-card {
        border-color: transparent;
        border-radius: 0;
        background: #f7f5f8;
        box-shadow: none;
      }

      body[data-page="home"] .portal-product:hover,
      body[data-page="home"] .solution-card:hover,
      body[data-page="home"] .case-card:hover,
      body[data-page="home"] .news-card:hover,
      body[data-page="home"] .hot-card:hover {
        transform: translateY(-2px);
        border-color: #d8d0dc;
        box-shadow: none;
      }

      body[data-page="home"] .portal-product {
        min-height: 360px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: clamp(20px, 2vw, 32px);
      }

      body[data-page="home"] .portal-product .product-visual {
        height: 176px;
      }

      body[data-page="home"] .portal-product h3,
      body[data-page="home"] .solution-card h3,
      body[data-page="home"] .case-card h3,
      body[data-page="home"] .news-card h3,
      body[data-page="home"] .hot-card h3 {
        font-size: clamp(20px, 1.45vw, 28px);
        line-height: 1.18;
      }

      body[data-page="home"] .portal-product p,
      body[data-page="home"] .solution-card p,
      body[data-page="home"] .case-card p,
      body[data-page="home"] .news-card p,
      body[data-page="home"] .hot-card p {
        color: #59545d;
        font-size: 15px;
      }

      body[data-page="home"] .solution-grid {
        grid-template-columns: 1.5fr 1fr 1fr;
      }

      body[data-page="home"] .solution-card {
        min-height: 330px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: clamp(24px, 2.5vw, 42px);
        background: #111;
      }

      body[data-page="home"] .solution-card.featured {
        background: #111;
      }

      body[data-page="home"] .case-card {
        min-height: 300px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: clamp(24px, 2.3vw, 38px);
      }

      body[data-page="home"] .case-stat {
        margin-bottom: 0;
        color: #111;
        font-size: clamp(52px, 2vw, 92px);
      }

      body[data-page="home"] .news-grid {
        grid-template-columns: 1.2fr 0.8fr;
      }

      body[data-page="home"] .news-card.lead {
        min-height: 430px;
        position: relative;
        overflow: hidden;
        background: url("/assets/img/new1.jpg") center / cover no-repeat;
        color: #fff;
      }

      body[data-page="home"] .news-card.lead .news-date,
      body[data-page="home"] .news-card.lead h3,
      body[data-page="home"] .news-card.lead p {
        position: relative;
        z-index: 1;
        color: #fff;
      }

      body[data-page="home"] .news-list .news-card {
        min-height: 132px;
      }

      body[data-page="home"] .hot-card {
        min-height: 220px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }

      body[data-page="home"] .hot-rank {
        background: #111;
        color: #fff;
      }

      body[data-page="home"] .portal-footer {
        width: calc(100% + (var(--home-content-padding) * 2));
        margin-left: calc(var(--home-content-padding) * -1);
        margin-right: calc(var(--home-content-padding) * -1);
        margin-bottom: calc(var(--home-content-padding) * -1);
        border-radius: 0;
        background: #e9e9e9;
      }

      @media (max-width: 1500px) {
        .portal-footer {
          padding-left: clamp(44px, 6vw, 90px);
          padding-right: clamp(44px, 6vw, 90px);
        }

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

        .footer-link-columns {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
      }

      .detail-back {
        height: 29px;
        position: absolute;
        top: 14px;
        left: 14px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        padding: 0 11px;
        border: 1px solid var(--border-strong);
        border-radius: 999px;
        background: #fff;
        color: var(--aubergine);
        font-size: 12px;
        font-weight: 500;
      }

      .detail-back:hover {
        background: var(--lavender-hover);
      }

      .detail-main {
        position: relative;
        display: grid;
        grid-template-columns: minmax(346px, 0.92fr) minmax(403px, 1.08fr);
        gap: 0;
        margin-bottom: 19px;
      }

      .detail-gallery,
      .detail-info {
        border: 1px solid var(--border);
        border-radius: 8px;
        background: #fff;
      }

      .detail-gallery {
        min-height: clamp(499px, 61.4vh, 716px);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: clamp(26px, 2.88vw, 54px);
        border-right: 0;
        border-radius: 8px 0 0 8px;
      }

      .detail-visual {
        min-height: clamp(320px, 38.4vh, 461px);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 8px;
        background: transparent;
      }

      .detail-visual .laptop {
        width: clamp(211px, 17.28vw, 326px);
        height: clamp(134px, 11.16vw, 208px);
      }

      .detail-visual .screen {
        border-width: 5px;
      }

      .detail-product-image {
        width: min(86%, 666px);
        max-height: 538px;
        object-fit: contain;
        display: block;
      }

      .detail-info {
        padding: clamp(25px, 2.3vw, 41px);
        border-left: 0;
        border-radius: 0 8px 8px 0;
      }

      .detail-brand {
        margin: 0 0 10px;
        color: var(--aubergine);
        font-size: 11px;
        font-weight: 700;
      }

      .detail-title {
        margin: 0 0 11px;
        color: #050505;
        font-size: clamp(18px, 1.4vw, 30px);
        line-height: 1.2;
        font-weight: 700;
      }

      .detail-summary {
        margin: 0 0 18px;
        color: #5f5a64;
        font-size: clamp(12px, 0.8vw, 14px);
        line-height: 1.7;
      }

      .detail-price {
        margin: 0 0 16px;
        color: var(--price-red);
        font-size: clamp(24px, 1.76vw, 34px);
        line-height: 1.15;
        font-weight: 700;
      }

      .detail-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 16px;
      }

      .detail-tag {
        height: 30px;
        display: inline-flex;
        align-items: center;
        padding: 0 14px;
        border-radius: 6px;
        background: var(--lavender-hover);
        color: var(--aubergine);
        font-size: 14px;
        font-weight: 500;
      }

      .detail-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        margin-bottom: 25px;
      }

      .detail-primary,
      .detail-secondary {
        height: 42px;
        padding: 0 clamp(14px, 1.4vw, 26px);
        border-radius: 999px;
        font-size: clamp(13px, 0.95vw, 16px);
        white-space: nowrap;
        flex: none;
      }

      .detail-primary {
        border: 0;
        background: var(--aubergine);
        color: #fff;
      }

      .detail-secondary {
        border: 1px solid var(--border-strong);
        background: #fff;
        color: var(--aubergine);
      }

      .detail-service {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        padding-top: 19px;
        border-top: 1px solid var(--border);
      }

      .service-item {
        min-height: 70px;
        padding: 12px;
        border-radius: 8px;
        background: var(--lavender-weak);
      }

      .service-item strong {
        display: block;
        margin-bottom: 4px;
        color: #171317;
        font-size: 13px;
      }

      .service-item span {
        color: var(--text-soft);
        font-size: 12px;
      }

      .detail-rich {
        display: grid;
        gap: clamp(13px, 1vw, 19px);
        margin-top: clamp(13px, 1vw, 19px);
      }

      .detail-tabbar {
        display: flex;
        align-items: center;
        gap: clamp(28px, 3vw, 58px);
        padding: 0 4px 14px;
      }

      .detail-tab {
        position: relative;
        height: 25px;
        padding: 0;
        border: 0;
        background: transparent;
        color: #66616a;
        font-size: clamp(12px, 0.97vw, 19px);
        font-weight: 700;
      }

      .detail-tab.is-active {
        color: var(--aubergine);
      }

      .detail-tab.is-active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -5px;
        width: 32px;
        height: 2px;
        border-radius: 999px;
        background: var(--aubergine);
      }

      .detail-tab-pane {
        display: none;
      }

      .detail-tab-pane.is-active {
        display: block;
      }

      .detail-reviews-section {
        display: grid;
        gap: 12px;
        margin-top: clamp(10px, 0.9vw, 18px);
      }

      .detail-reviews-title {
        margin: 0;
        color: #111;
        font-size: clamp(18px, 1.16vw, 22px);
        line-height: 1.25;
        font-weight: 700;
      }

      .detail-review-shell {
        position: relative;
        overflow: hidden;
        border: 1px solid var(--border);
        border-radius: 8px;
        background: #fff;
        padding: clamp(18px, 1.4vw, 26px) clamp(20px, 1.55vw, 30px) clamp(40px, 2.5vw, 56px);
      }

      .detail-review-actions {
        position: absolute;
        right: clamp(16px, 1.4vw, 26px);
        bottom: clamp(12px, 1vw, 18px);
        display: flex;
        align-items: center;
        gap: 10px;
      }

      .detail-review-arrow {
        width: 30px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 999px;
        background: var(--lavender-hover);
        color: #171317;
        font-size: 18px;
        line-height: 1;
        transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
      }

      .detail-review-arrow:hover,
      .detail-review-arrow:focus-visible {
        background: var(--aubergine);
        color: #fff;
        transform: translateY(-1px);
        outline: none;
      }

      .detail-panel {
        border: 1px solid var(--border);
        border-radius: 8px;
        background: #fff;
        overflow: hidden;
      }

      .detail-panel-head {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 16px;
        padding: 18px 19px 13px;
        border-bottom: 1px solid var(--border);
      }

      .detail-panel-kicker {
        margin: 0 0 4px;
        color: var(--aubergine);
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
      }

      .detail-panel-title {
        margin: 0;
        color: #111;
        font-size: 15px;
        font-weight: 700;
      }

      .detail-panel-note {
        margin: 0;
        color: var(--text-muted);
        font-size: 10px;
        white-space: nowrap;
      }

      .detail-image-stage {
        min-height: 260px;
        display: grid;
        gap: 10px;
        padding: 0;
        background: #fff;
      }

      .detail-image-stage img {
        width: 100%;
        height: auto;
        object-fit: contain;
        display: block;
      }

      .detail-images-loading,
      .detail-images-empty {
        min-height: 220px;
        display: grid;
        place-items: center;
        padding: 32px;
        color: var(--text-muted);
        font-size: 13px;
        background: #fff;
      }

      .detail-image-copy {
        display: grid;
        gap: 14px;
      }

      .detail-image-copy strong {
        color: #0d0b10;
        font-size: clamp(20px, 1.45vw, 28px);
        line-height: 1.28;
      }

      .detail-image-copy span {
        color: var(--text-soft);
        font-size: 13px;
        line-height: 1.7;
      }

      .detail-image-points,
      .detail-review-grid,
      .detail-spec-grid {
        display: grid;
        gap: 10px;
      }

      .detail-image-points {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .detail-image-point,
      .detail-review-card,
      .detail-spec-row {
        border: 1px solid var(--border);
        border-radius: 8px;
        background: var(--lavender-weak);
      }

      .detail-image-point {
        padding: 12px;
      }

      .detail-image-point b {
        display: block;
        margin-bottom: 4px;
        color: var(--aubergine);
        font-size: 12px;
      }

      .detail-image-point small {
        color: var(--text-soft);
        font-size: 10px;
        line-height: 1.5;
      }

      .detail-review-body,
      .detail-spec-body {
        padding: 18px 19px 19px;
      }

      .detail-review-summary {
        display: grid;
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 18px;
        align-items: center;
        margin-bottom: 14px;
      }

      .detail-score {
        padding: 16px;
        border-radius: 8px;
        background: linear-gradient(135deg, var(--lavender-hover), #fff);
        color: var(--aubergine);
        text-align: center;
      }

      .detail-score strong {
        display: block;
        font-size: 30px;
        line-height: 1;
      }

      .detail-score span {
        font-size: 14px;
      }

      .detail-review-tags {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
      }

      .detail-review-tags span {
        height: 30px;
        display: inline-flex;
        align-items: center;
        padding: 0 14px;
        border-radius: 999px;
        background: #fff;
        border: 1px solid var(--border);
        color: var(--text-soft);
        font-size: 14px;
      }

      .detail-review-grid {
        display: flex;
        gap: clamp(10px, 0.9vw, 16px);
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        scroll-snap-type: x proximity;
        padding-bottom: 2px;
        scrollbar-width: none;
      }

      .detail-review-grid::-webkit-scrollbar {
        display: none;
      }

      .detail-review-card {
        flex: 0 0 clamp(270px, 24vw, 380px);
        min-height: 132px;
        padding: 16px;
        background: #fff;
        scroll-snap-align: start;
      }

      .detail-review-card strong {
        display: block;
        margin-bottom: 8px;
        color: #111;
        font-size: 16px;
      }

      .detail-review-card p {
        margin: 0;
        color: var(--text-soft);
        font-size: 15px;
        line-height: 1.7;
      }

      .detail-spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .detail-spec-row {
        display: grid;
        grid-template-columns: 96px minmax(0, 1fr);
        min-height: 60px;
        align-items: center;
        padding: 0 13px;
        background: #fff;
      }

      .detail-spec-row span {
        color: var(--text-muted);
        font-size: 14px;
      }

      .detail-spec-row strong {
        color: #171317;
        font-size: 14px;
        font-weight: 600;
      }

      svg {
        display: block;
      }

      @media (max-width: 1500px) {
        body {
          min-width: 1024px;
          --assistant-panel-width: 382px;
        }

        .topbar {
          grid-template-columns: 176px 1fr 128px;
          padding: 0 22px;
        }

        .main-nav {
          gap: 22px;
        }

        .shell {
          grid-template-columns: var(--assistant-panel-width) minmax(0, 1fr);
          column-gap: 24px;
        }

        .assistant-panel {
          min-height: 640px;
          padding-left: 24px;
          padding-right: 20px;
        }

        .assistant-bottom {
          left: 30px;
          right: 12px;
        }

        .shortcut-row {
          gap: 5px;
        }

        .shortcut {
          padding: 0 7px;
          font-size: 11.5px;
        }

        .composer {
          padding-left: 10px;
          padding-right: 10px;
        }

        .chip-row {
          gap: 7px;
          min-width: 0;
        }

        .chip {
          padding: 0 8px;
          font-size: 12px;
        }

        .send-group {
          gap: 8px;
        }

        .image-btn {
          width: 24px;
          height: 24px;
        }

        .send-btn {
          width: 32px;
          height: 32px;
          font-size: 21px;
        }

        .quick-list {
          width: calc(100% - 20px);
          margin-left: 14px;
        }

        .headline {
          margin-left: 14px;
        }

        .product-grid {
          grid-template-columns: repeat(3, minmax(180px, 1fr));
          gap: 16px;
        }

        .portal-agent {
          min-height: 400px;
        }

        .agent-copy {
          max-width: 620px;
          padding: 44px;
        }

        .agent-console {
          position: relative;
          right: auto;
          bottom: auto;
          width: auto;
          max-width: 520px;
          margin: 0 44px 32px;
        }

        body[data-page="home"] .content {
          --home-content-padding: 32px;
          padding: 32px;
        }

        body[data-page="home"] .portal-agent {
          min-height: clamp(540px, calc(100vh - clamp(61px, 5.76vh, 86px) - 292px), 780px);
          display: flex;
          align-items: center;
          justify-content: center;
          box-sizing: border-box;
        }

        body[data-page="home"] .agent-copy {
          --home-agent-width: clamp(620px, 62vw, 820px);
          --home-composer-width: clamp(590px, 58vw, 760px);
          --home-suggestion-width: clamp(590px, 64vw, 800px);
        }

        body[data-page="home"] .agent-copy {
          transform: none;
        }

        body[data-page="home"] .portal-agent::before {
          display: none;
        }

        body[data-page="home"] .agent-console {
          position: relative;
          right: auto;
          bottom: auto;
          width: auto;
          max-width: 520px;
          margin: 0 0 32px;
        }

        .portal-grid,
        .hot-grid {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }

        .solution-grid,
        .case-grid,
        .news-grid,
        .footer-grid {
          grid-template-columns: 1fr;
        }

        .detail-main {
          grid-template-columns: minmax(288px, 0.9fr) minmax(346px, 1.1fr);
        }

        .detail-gallery {
          min-height: 461px;
          padding: 26px;
        }

        .detail-info {
          padding: 26px;
        }

        .detail-image-stage,
        .detail-review-summary,
        .detail-review-grid,
        .detail-spec-grid {
          grid-template-columns: 1fr;
        }
      }

      @media (max-height: 820px) {
        .default-state {
          padding-top: 104px;
        }

        .headline {
          margin-bottom: 18px;
        }

        .quick-item {
          height: 42px;
        }

        .assistant-bottom {
          bottom: 14px;
        }

        .shortcut-row {
          margin-bottom: 8px;
        }

        .composer {
          height: 104px;
        }

        .hero {
          height: 210px;
        }

        .category-tabs {
          height: 62px;
        }

        .product-card {
          min-height: 270px;
        }

        body[data-page="home"] .portal-agent {
          min-height: clamp(540px, calc(100vh - clamp(61px, 5.76vh, 86px) - 283px), 780px);
          box-sizing: border-box;
        }

        body[data-page="home"] .agent-copy {
          transform: none;
        }

        body[data-page="home"] .agent-title {
          margin-bottom: 12px;
          font-size: clamp(27px, 2.25vw, 40px);
          line-height: 1.06;
        }

        body[data-page="home"] .agent-summary {
          margin-bottom: 8px;
          font-size: clamp(13px, 0.9vw, 16px);
        }

        body[data-page="home"] .hero-composer {
          min-height: clamp(96px, 7.5vw, 120px);
          margin-top: 10px;
          padding: 12px 14px;
        }

        body[data-page="home"] .hero-composer textarea {
          min-height: 48px;
          font-size: clamp(15px, 1vw, 18px);
        }

        body[data-page="home"] .hero-suggestion-cloud {
          gap: 10px 14px;
          margin-top: 14px;
          padding-bottom: 20px;
        }

        body[data-page="home"] .hero-suggestion {
          min-height: 36px;
          padding: 0 20px;
          font-size: 12px;
        }
      }

      /* Browser-fit mode: keep the design language, but render the whole PC page at about 80% scale. */
      html,
      body {
        height: 100%;
        overflow: hidden;
      }

      body {
        min-width: 1024px;
        --assistant-panel-width: clamp(312px, calc((100vw - clamp(28px, 3.28vw, 62px) - clamp(19px, 2vw, 38px)) * 0.3), 720px);
      }

      .topbar {
        height: clamp(61px, 5.76vh, 86px);
        grid-template-columns: clamp(142px, 10.4vw, 202px) 1fr clamp(106px, 8vw, 152px);
        padding: 0 clamp(18px, 1.6vw, 30px);
      }

      .brand img {
        width: clamp(117px, 8vw, 152px);
      }

      .main-nav {
        gap: clamp(19px, 1.8vw, 34px);
      }

      .main-nav button {
        height: clamp(61px, 5.76vh, 86px);
        font-size: clamp(13px, 0.88vw, 17px);
      }

      .utility {
        gap: 14px;
      }

      .utility-btn {
        width: 26px;
        height: 26px;
      }

      .shell {
        grid-template-columns: var(--assistant-panel-width) minmax(0, 1fr);
        column-gap: clamp(19px, 2vw, 38px);
        height: calc(100vh - clamp(61px, 5.76vh, 86px));
        min-height: 0;
        overflow: hidden;
        padding: clamp(11px, 1.08vw, 16px) clamp(14px, 1.28vw, 24px) 0;
      }

      .assistant-panel {
        position: sticky;
        height: calc(100vh - clamp(61px, 5.76vh, 86px) - clamp(22px, 2.16vw, 32px));
        min-height: 0;
        max-height: none;
        padding: clamp(27px, 2.32vw, 45px) clamp(19px, 1.88vw, 36px) 14px;
      }

      .content {
        height: calc(100vh - clamp(61px, 5.76vh, 86px) - clamp(11px, 1.08vw, 16px));
        overflow-y: auto;
        overflow-x: hidden;
        padding-right: 4px;
        padding-bottom: 28px;
      }

      .tool-row {
        top: clamp(14px, 1.16vw, 23px);
        left: clamp(14px, 1.16vw, 23px);
        gap: 16px;
      }

      .tool-btn {
        width: 20px;
        height: 20px;
        border-radius: 6px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }

      .tool-btn .icon {
        width: 16px;
        height: 16px;
      }

      .history-wrap {
        width: 20px;
        height: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        line-height: 0;
      }

      .history-button .icon {
        width: 16px;
        height: 16px;
        transform: none;
      }

      .switch-btn {
        height: 28px;
        padding: 0 10px;
        font-size: 12px;
      }

      .default-state {
        padding-top: clamp(72px, 10vh, 120px);
      }

      .headline {
        margin: 0 0 clamp(18px, 1.6vw, 27px) clamp(8px, 1.13vw, 23px);
        font-size: clamp(19px, 1.34vw, 26px);
      }

      .quick-list {
        gap: clamp(7px, 0.8vh, 10px);
        width: min(377px, calc(100% - clamp(13px, 2.08vw, 42px)));
        margin-left: clamp(8px, 1.08vw, 22px);
      }

      .quick-item {
        height: clamp(35px, 4vh, 46px);
        padding: 0 18px;
        font-size: clamp(12px, 0.76vw, 14px);
      }

      .chat-state {
        padding-top: clamp(51px, 5.76vh, 67px);
      }

      .user-bubble {
        max-width: 168px;
        padding: 13px 16px;
        font-size: 14px;
        line-height: 18px;
      }

      .assistant-answer {
        width: min(352px, calc(100% - 32px));
        margin: 27px 0 0 16px;
        font-size: clamp(13px, 0.8vw, 15px);
      }

      .page-dots {
        top: clamp(168px, 20vh, 200px);
        gap: 9px;
      }

      .page-dots i {
        width: 6px;
        height: 6px;
      }

      .assistant-bottom {
        left: clamp(22px, 1.92vw, 37px);
        right: clamp(16px, 1.24vw, 23px);
        bottom: 14px;
      }

      .shortcut-row {
        gap: 6px;
        margin-bottom: 8px;
      }

      .shortcut {
        height: 29px;
        gap: 5px;
        padding: 0 9px;
        font-size: 12px;
      }

      .composer {
        min-height: clamp(86px, 10.4vh, 107px);
        max-height: min(176px, calc(100vh - 208px));
        grid-template-rows: auto auto;
        gap: 8px;
        padding: 10px 10px 10px;
      }

      .composer textarea {
        min-height: 32px;
        max-height: 88px;
        font-size: 13px;
        line-height: 20px;
      }

      .chip-row {
        gap: 6px;
      }

      .chip {
        height: 27px;
        gap: 5px;
        padding: 0 8px;
        font-size: 12px;
      }

      .send-group {
        gap: 8px;
      }

      .image-btn {
        width: 22px;
        height: 22px;
      }

      .send-btn {
        width: 29px;
        height: 29px;
        font-size: 19px;
      }

      .hero {
        height: clamp(176px, 26vh, 274px);
      }

      .hero-copy {
        padding: clamp(51px, 6.72vh, 88px) 0 0 clamp(58px, 6.8vw, 131px);
      }

      .hero-kicker {
        margin-bottom: 12px;
        font-size: clamp(13px, 0.84vw, 16px);
      }

      .hero-title {
        margin-bottom: 22px;
        font-size: clamp(22px, 1.6vw, 30px);
      }

      .hero-btn {
        height: 32px;
        padding: 0 21px;
        font-size: 13px;
      }

      .category-tabs {
        height: clamp(56px, 6.72vh, 83px);
        gap: clamp(29px, 2.92vw, 56px);
        padding-left: clamp(21px, 1.76vw, 34px);
      }

      .category-tabs button {
        height: 48px;
        font-size: clamp(13px, 0.84vw, 16px);
      }

      .product-grid {
        grid-template-columns: repeat(4, minmax(150px, 1fr));
        gap: clamp(13px, 1vw, 19px);
      }

      @media (min-width: 1680px) {
        .product-grid {
          grid-template-columns: repeat(5, minmax(150px, 1fr));
        }
      }

      .product-card {
        min-height: clamp(229px, 25.2vh, 312px);
        padding: clamp(16px, 1.84vh, 24px) clamp(13px, 0.92vw, 18px) clamp(16px, 1.6vh, 21px);
      }

      .brand-mini {
        height: 16px;
        margin-bottom: 6px;
        font-size: 8px;
      }

      .brand-mini.orange {
        font-size: 11px;
      }

      .product-visual {
        height: clamp(88px, 10.4vh, 126px);
        margin-bottom: 18px;
      }

      .laptop {
        width: clamp(106px, 7.2vw, 139px);
        height: clamp(67px, 4.64vw, 88px);
      }

      .screen {
        border-width: 3px;
      }

      .screen::after {
        left: 14px;
        top: 12px;
        font-size: clamp(24px, 1.84vw, 35px);
      }

      .base {
        height: 21px;
      }

      .product-title {
        margin-bottom: 9px;
        font-size: clamp(14px, 0.92vw, 18px);
        line-height: 22px;
      }

      .spec {
        margin-bottom: 18px;
        font-size: clamp(12px, 0.8vw, 15px);
        line-height: 19px;
      }

      .price {
        font-size: clamp(14px, 0.92vw, 18px);
        line-height: 22px;
      }

      @media (max-width: 1280px) {
        body {
          --assistant-panel-width: 336px;
        }

        .shell {
          grid-template-columns: var(--assistant-panel-width) minmax(0, 1fr);
          column-gap: 18px;
        }

        .product-grid {
          grid-template-columns: repeat(3, minmax(150px, 1fr));
        }

        .shortcut {
          padding: 0 6px;
          font-size: 10px;
        }

        .chip {
          padding: 0 6px;
          font-size: 10px;
        }
      }

      /* Hover states: visual feedback only, no size changes or layout shift. */
      .brand,
      .main-nav button,
      .utility-btn,
      .tool-btn,
      .switch-btn,
      .quick-item,
      .shortcut,
      .chip,
      .image-btn,
      .send-btn,
      .hero-btn,
      .category-tabs button,
      .product-card,
      .menu-row {
        transition:
          background-color 160ms ease,
          border-color 160ms ease,
          color 160ms ease,
          box-shadow 160ms ease,
          transform 160ms ease,
          opacity 160ms ease;
      }

      .brand:hover {
        opacity: 0.88;
      }

      .main-nav button:hover {
        color: var(--aubergine);
      }

      .main-nav button:not(.active):hover::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: clamp(14px, 1.5vh, 22px);
        width: 22px;
        height: 2px;
        transform: translateX(-50%);
        border-radius: 2px;
        background: rgba(91, 20, 82, 0.28);
      }

      .utility-btn:hover,
      .account-wrap:hover .utility-btn {
        color: var(--aubergine);
        background: var(--lavender-hover);
        box-shadow: inset 0 0 0 1px rgba(91, 20, 82, 0.08);
      }

      .tool-btn:hover {
        color: #8e1546;
        transform: translateY(-1px);
      }

      .switch-btn:hover,
      .shortcut:hover,
      .chip:hover {
        color: var(--aubergine);
        border-color: #d8bfdc;
        background: var(--lavender-hover);
        box-shadow: 0 4px 12px rgba(91, 20, 82, 0.08);
      }

      .quick-item:hover {
        border-color: #dbc9e2;
        color: var(--aubergine);
        box-shadow: 0 8px 18px rgba(91, 20, 82, 0.08);
        transform: translateY(-1px);
      }

      .quick-item:hover .arrow {
        transform: translateX(3px);
        opacity: 1;
      }

      .quick-item .arrow {
        transition:
          color 160ms ease,
          transform 160ms ease;
      }

      .composer:focus-within {
        box-shadow: 0 8px 22px rgba(151, 25, 68, 0.12);
      }

      .image-btn:hover {
        color: #8e1546;
        transform: translateY(-1px);
      }

      .send-btn:hover {
        background: transparent;
        box-shadow: 0 8px 18px rgba(151, 25, 68, 0.28);
        transform: translateY(-1px);
      }

      .hero-btn:hover {
        color: var(--aubergine);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16);
        transform: translateY(-1px);
      }

      .category-tabs button:hover {
        color: var(--aubergine);
      }

      .category-tabs button:not(.active):hover::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 6px;
        width: 20px;
        height: 2px;
        border-radius: 2px;
        background: rgba(187, 24, 54, 0.28);
      }

      .product-card:hover {
        border-color: var(--border-strong);
        box-shadow: 0 10px 24px rgba(50, 29, 57, 0.1);
        transform: translateY(-2px);
      }

      .product-card:hover .laptop {
        transform: translateY(-2px);
      }

      .product-card:hover .laptop.side {
        transform: rotateY(-22deg) translateY(-2px);
      }

      .laptop {
        transition: transform 160ms ease;
      }

      .menu-row:hover {
        background: var(--lavender-hover);
        color: var(--aubergine);
      }

      .more-wrap:hover > .shortcut {
        color: var(--aubergine);
        border-color: #d8bfdc;
        background: var(--lavender-hover);
      }

      .history-wrap:hover > .tool-btn {
        color: #8e1546;
      }

      .history-button.is-active {
        color: #8e1546;
        background: var(--lavender-hover);
      }
      /* P0 runtime integration: follows Lenovo Lexiang PC design tokens */
      .lx-p0-messages {
        display: flex;
        flex-direction: column;
        gap: 12px;
        height: calc(100vh - 356px);
        overflow-y: auto;
        padding: 4px 14px 12px;
        scrollbar-width: none;
        -ms-overflow-style: none;
      }

      .lx-p0-messages::-webkit-scrollbar,
      .assistant-panel::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
      }

      .assistant-panel {
        scrollbar-width: none;
        -ms-overflow-style: none;
      }

      .lx-p0-message {
        max-width: 92%;
        border-radius: 8px;
        font-size: 14px;
        line-height: 22px;
        word-break: break-word;
        white-space: pre-wrap;
      }

      .lx-p0-message.user {
        align-self: flex-end;
        padding: 10px 12px;
        background: linear-gradient(90deg, #fff2f8 0%, #f0f1ff 100%);
        color: var(--lx-text-primary);
      }

      .lx-p0-message.ai {
        align-self: flex-start;
        color: var(--lx-text-primary);
        font-weight: 500;
      }

      .lx-p0-message.ai.loading {
        color: var(--lx-text-secondary);
        font-weight: 400;
      }

      .lx-generating {
        display: grid;
        gap: 12px;
        padding: 4px 0;
      }

      .lx-generating-head {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: var(--lx-text-secondary);
        font-size: 14px;
        line-height: 22px;
      }

      .lx-generating-orb {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: #971944;
        box-shadow: 0 0 0 0 rgba(151, 25, 68, 0.28);
        animation: lx-generating-pulse 1.28s ease-out infinite;
      }

      .lx-generating-lines {
        display: grid;
        gap: 9px;
      }

      .lx-generating-line {
        position: relative;
        height: 12px;
        overflow: hidden;
        border-radius: 999px;
        background: #f0eaf4;
      }

      .lx-generating-line:nth-child(1) {
        width: 100%;
      }

      .lx-generating-line:nth-child(2) {
        width: 84%;
      }

      .lx-generating-line:nth-child(3) {
        width: 56%;
      }

      .lx-generating-line::after {
        content: "";
        position: absolute;
        inset: 0;
        transform: translateX(-100%);
        background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.86) 48%, transparent 100%);
        animation: lx-generating-shimmer 1.35s ease-in-out infinite;
      }

      @keyframes lx-generating-pulse {
        0% {
          box-shadow: 0 0 0 0 rgba(151, 25, 68, 0.26);
          transform: scale(0.92);
        }
        70% {
          box-shadow: 0 0 0 9px rgba(151, 25, 68, 0);
          transform: scale(1);
        }
        100% {
          box-shadow: 0 0 0 0 rgba(151, 25, 68, 0);
          transform: scale(0.92);
        }
      }

      @keyframes lx-generating-shimmer {
        100% {
          transform: translateX(100%);
        }
      }

      .lx-p0-products {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
        margin-top: 8px;
      }

      .lx-p0-product-mini {
        display: grid;
        grid-template-columns: 54px 1fr;
        gap: 10px;
        align-items: center;
        padding: 8px;
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        background: var(--lx-surface);
        cursor: pointer;
      }

      .lx-p0-product-mini img {
        width: 54px;
        height: 54px;
        object-fit: contain;
        border-radius: 6px;
        background: var(--lx-bg);
      }

      .lx-p0-product-mini strong {
        display: block;
        color: var(--lx-text-primary);
        font-size: 13px;
        line-height: 18px;
      }

      .lx-p0-product-mini span {
        display: block;
        margin-top: 4px;
        color: var(--lx-brand-red);
        font-weight: 700;
      }

      .lx-p0-disclaimer {
        margin-top: 8px;
        color: var(--lx-text-tertiary);
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
      }

      .lx-p0-modal-mask {
        position: fixed;
        inset: 0;
        z-index: 10000;
        display: none;
        align-items: center;
        justify-content: center;
        padding: 24px;
        background: rgba(32, 26, 35, 0.42);
      }

      .lx-p0-modal-mask.show {
        display: flex;
      }

      .lx-p0-modal {
        width: min(720px, 94vw);
        max-height: min(760px, 88vh);
        display: flex;
        flex-direction: column;
        overflow: hidden;
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        background: var(--lx-surface);
        box-shadow: 0 14px 42px rgba(32, 26, 35, 0.18);
      }

      .lx-p0-modal-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        padding: 16px 18px;
        border-bottom: 1px solid var(--lx-border);
      }

      .lx-p0-modal-title {
        margin: 0;
        color: var(--lx-text-primary);
        font-size: 18px;
        line-height: 26px;
        font-weight: 700;
      }

      .lx-p0-close {
        width: 32px;
        height: 32px;
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        background: var(--lx-surface);
        color: var(--lx-text-secondary);
        cursor: pointer;
      }

      .lx-p0-modal-body {
        overflow: auto;
        padding: 16px 18px 18px;
      }

      .lx-p0-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 12px 0;
        border-bottom: 1px solid var(--lx-border);
      }

      .lx-p0-row:last-child {
        border-bottom: 0;
      }

      .lx-p0-row img {
        width: 62px;
        height: 62px;
        object-fit: contain;
        border-radius: 6px;
        background: var(--lx-bg);
      }

      .lx-p0-row-main {
        flex: 1;
        min-width: 0;
      }

      .lx-p0-row-main strong {
        display: block;
        color: var(--lx-text-primary);
        font-size: 14px;
        line-height: 20px;
      }

      .lx-p0-row-main span {
        display: block;
        margin-top: 4px;
        color: var(--lx-text-secondary);
        font-size: 12px;
      }

      .lx-p0-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 14px;
      }

      .lx-p0-btn {
        min-height: 36px;
        padding: 0 14px;
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        background: var(--lx-surface);
        color: var(--lx-text-primary);
        font-weight: 600;
        cursor: pointer;
      }

      .lx-p0-btn.primary {
        border-color: var(--lx-brand-red);
        background: var(--lx-brand-red);
        color: #fff;
      }

      .lx-p0-btn.aubergine {
        border-color: var(--lx-aubergine);
        background: var(--lx-aubergine);
        color: #fff;
      }

      .lx-p0-field {
        width: 100%;
        height: 42px;
        margin: 8px 0;
        padding: 0 12px;
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        font: inherit;
      }

      .lx-p0-toast {
        position: fixed;
        right: 24px;
        bottom: 24px;
        z-index: 10020;
        max-width: 360px;
        padding: 12px 14px;
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        background: var(--lx-surface);
        color: var(--lx-text-primary);
        box-shadow: 0 10px 26px rgba(32, 26, 35, 0.14);
        transform: translateY(18px);
        opacity: 0;
        pointer-events: none;
        transition: opacity .18s ease, transform .18s ease;
      }

      .lx-p0-toast.show {
        transform: translateY(0);
        opacity: 1;
      }

      .lx-p1-grid {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 10px;
      }

      .lx-p1-card {
        min-height: 92px;
        padding: 12px;
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        background: var(--lx-surface);
      }

      .lx-p1-card strong {
        display: block;
        color: var(--lx-text-primary);
        font-size: 14px;
        line-height: 20px;
      }

      .lx-p1-card span {
        display: block;
        margin-top: 6px;
        color: var(--lx-text-secondary);
        font-size: 12px;
        line-height: 18px;
      }

      .lx-p1-strip {
        margin-bottom: 14px;
        padding: 14px;
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        background: var(--lx-surface-muted);
      }

      .lx-p1-strip strong {
        color: var(--lx-brand-red);
      }

      .lx-p1-compare-toggle.is-active,
      .chip.is-active {
        border-color: var(--lx-aubergine);
        background: var(--lx-surface-hover);
        color: var(--lx-aubergine);
      }

      .lx-bf-list { display: grid; margin-bottom: 10px; }
      .lx-bf-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; padding: 9px 2px; border-bottom: 1px dashed var(--lx-border); }
      .lx-bf-main { display: grid; gap: 2px; }
      .lx-bf-main span { font-size: 12px; color: var(--lx-text-tertiary); }
      .lx-bf-row b { white-space: nowrap; }
      .lx-bf-row b.minus { color: var(--lx-brand-red); }
      .lx-bf-row.final { border-bottom: none; border-top: 1px solid var(--lx-aubergine); margin-top: 2px; }
      .lx-bf-row.final b { color: var(--lx-brand-red); font-size: 17px; }
      .lx-cmp-wrap { overflow-x: auto; }
      .lx-cmp-table { width: 100%; border-collapse: collapse; font-size: 13px; }
      .lx-cmp-table th, .lx-cmp-table td { border: 1px solid var(--lx-border); padding: 7px 10px; text-align: left; vertical-align: top; }
      .lx-cmp-table thead th { background: var(--lx-surface-muted); }
      .lx-cmp-name { font-weight: 600; }
      .lx-cmp-price { color: var(--lx-brand-red); font-weight: 700; }
      .lx-cmp-label { color: var(--lx-text-secondary); white-space: nowrap; }
      .lx-cmp-table tr.diff td { background: var(--lx-surface-hover); }
      .lx-cmp-table tr.diff td:first-child { box-shadow: inset 3px 0 0 var(--lx-brand-red); }
      .lx-md .lx-md-h { margin: 10px 0 4px; font-size: 14px; }
      .lx-md .lx-md-p { margin: 6px 0; font-size: 13px; line-height: 1.7; }
      .lx-md .lx-md-list { margin: 6px 0 6px 18px; font-size: 13px; line-height: 1.7; }
      .lx-md-table { width: 100%; border-collapse: collapse; font-size: 12.5px; margin: 8px 0; }
      .lx-md-table th, .lx-md-table td { border: 1px solid var(--lx-border); padding: 6px 8px; text-align: left; }
      .lx-md-table thead th { background: var(--lx-surface-muted); }
      .lx-sol-card { border: 1px solid var(--lx-border); border-radius: 8px; padding: 12px 14px; margin-bottom: 10px; }
      .lx-sol-card p { margin: 4px 0 6px; font-size: 13px; color: var(--lx-text-secondary); }
      .lx-sol-items { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 6px; }
      .lx-sol-item { font-size: 12px; color: var(--lx-aubergine); background: var(--lx-surface-muted); border-radius: 5px; padding: 3px 8px; }
      .lx-p0-suggest { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
      .lx-p0-suggest-chip { border: 1px solid var(--lx-border); background: #fff; color: var(--lx-aubergine); border-radius: 999px; padding: 5px 12px; font-size: 12.5px; cursor: pointer; }
      .lx-p0-suggest-chip:hover { background: var(--lx-surface-hover); }
      .portal-section.lx-nav-flash { outline: 2px solid var(--lx-brand-red); outline-offset: 6px; border-radius: 8px; }
      .detail-fit-reason { margin: 10px 0 0; font-size: 13.5px; line-height: 1.7; color: var(--lx-aubergine); background: var(--lx-surface-muted); border-radius: 8px; padding: 9px 12px; }
      .detail-fit-reason strong { color: var(--lx-brand-red); margin-right: 8px; }
      .detail-fit-reason .lx-fit-note { margin-left: 8px; font-size: 11.5px; color: var(--lx-text-tertiary); }
      .lx-sim-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
      .lx-sim-card { border: 1px solid var(--lx-border); border-radius: 8px; padding: 10px; cursor: pointer; text-align: center; }
      .lx-sim-card:hover { border-color: var(--lx-aubergine); }
      .lx-sim-card img { width: 100%; height: 84px; object-fit: contain; }
      .lx-sim-name { font-size: 12.5px; margin: 6px 0 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
      .lx-sim-price { color: var(--lx-brand-red); font-weight: 700; font-size: 13px; }
      .lx-tabbar { position: sticky; top: 0; z-index: 30; display: flex; gap: 6px; flex-wrap: wrap; padding: 8px 16px 8px 0px; background: var(--lavender-bg); border-bottom: 1px solid var(--border); }
      body[data-page="home"] .lx-tabbar { display: none; }
      .lx-tab { display: inline-flex; align-items: center; gap: 6px; max-width: 200px; padding: 4px 6px 4px 12px; border: 1px solid var(--border); border-radius: 8px; background: #fff; font-size: 12.5px; color: var(--lx-text-secondary); cursor: pointer; user-select: none; }
      .lx-tab.is-active { border-color: var(--lx-aubergine); color: var(--lx-aubergine); background: var(--lx-surface-hover); }
      .lx-tab-label { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
      .lx-tab-close { border: none; background: transparent; color: var(--lx-text-tertiary); cursor: pointer; font-size: 14px; line-height: 1; padding: 2px 4px; border-radius: 4px; }
      .lx-tab-close:hover { background: var(--lavender-hover); color: var(--lx-brand-red); }
      .lx-ent-banner { display: flex; align-items: center; gap: 12px; margin: 0 0 14px; padding: 10px 14px; border: 1px solid var(--lx-border); border-radius: 8px; background: var(--lx-surface-muted); font-size: 13px; }
      .lx-ent-banner .lx-ent-text { flex: 1; color: var(--lx-text-secondary); }
      .lx-ent-badge { flex: none; font-size: 12px; padding: 2px 8px; border-radius: 999px; border: 1px solid var(--lx-border); color: var(--lx-text-tertiary); background: #fff; }
      .lx-ent-badge.ok { color: #1F7A4D; border-color: #BFE3D0; background: #F0FAF4; }
      .lx-ent-badge.pending { color: var(--lx-aubergine); border-color: var(--lx-border); background: var(--lx-surface-hover); }
      .lx-ent-status { font-size: 14px; margin-bottom: 10px; }
      .lx-ent-status.ok strong { color: var(--lx-brand-red); }
      .lx-store-perks { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-bottom: 10px; }
      .lx-store-perks-label, .lx-store-slots-label { font-size: 12px; color: var(--lx-text-tertiary); margin-right: 2px; }
      .lx-store-slots { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin-top: 6px; }
      .lx-slot-btn { font-size: 12px; padding: 3px 9px; }
      .lx-trail-head { padding: 8px 12px 2px; font-size: 11.5px; color: var(--lx-text-tertiary); border-top: 1px solid var(--lx-border); margin-top: 6px; }
      .trail-row { padding: 7px 12px; font-size: 12.5px; color: var(--lx-text-secondary); cursor: pointer; border-radius: 6px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
      .trail-row:hover { background: var(--lavender-hover); }
      .trail-row.active { color: var(--lx-aubergine); font-weight: 600; }
      .lx-invoice-note { font-size: 12px; color: var(--lx-text-tertiary); align-self: center; }
      .lx-addr-row { cursor: pointer; }
      .lx-addr-form { margin-top: 8px; }
      .lx-human-banner { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 0 0 8px; padding: 8px 12px; border: 1px solid var(--lx-border); border-radius: 8px; background: var(--lx-surface-muted); font-size: 12.5px; color: var(--lx-aubergine); }
      .lx-p0-message.human { border-left: 3px solid var(--lx-aubergine); }
      .lx-tabbar[hidden], .lx-ent-banner[hidden], .lx-human-banner[hidden], .detail-variants[hidden] { display: none !important; }
      .detail-variants { margin: 12px 0 0; }
      .lx-spu-head { display: flex; align-items: center; gap: 10px; font-size: 12.5px; color: var(--lx-text-secondary); margin-bottom: 8px; }
      .lx-spu-compare { font-size: 12px; padding: 3px 10px; }
      .lx-spu-chips { display: flex; flex-wrap: wrap; gap: 8px; }
      .lx-spu-chip { display: grid; gap: 2px; text-align: left; padding: 7px 12px; border: 1px solid var(--lx-border); border-radius: 8px; background: #fff; cursor: pointer; max-width: 240px; }
      .lx-spu-chip:hover { border-color: var(--lx-aubergine); }
      .lx-spu-chip.is-active { border-color: var(--lx-brand-red); background: var(--lx-surface-hover); }
      .lx-spu-chip-label { font-size: 12.5px; color: var(--lx-text); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
      .lx-spu-chip-price { font-size: 12.5px; color: var(--lx-brand-red); font-weight: 700; }
      .lx-site-floors { display: grid; gap: 18px; margin: 26px 0 40px; }
      .lx-site-floors[hidden] { display: none !important; }
      .content[data-view="detail"] .lx-site-floors, .content[data-view="home"] .lx-site-floors, .content[data-view="brand"] .lx-site-floors { display: none; }
      .lx-floor {}
      .lx-floor-head {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-bottom: 14px;
        flex-wrap: wrap;
      }
      .lx-floor-head h3 {
        font-size: clamp(18px, 1.15vw, 22px);
        line-height: 28px;
        color: var(--lx-text);
      }
      .lx-floor-head span {
        font-size: clamp(13px, 0.82vw, 15px);
        color: var(--lx-text-tertiary);
        flex: 1;
      }
      .lx-floor-body {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 12px;
      }
      .lx-floor--activity {
        padding: clamp(18px, 1.5vw, 26px);
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        background: linear-gradient(135deg, #ffffff 0%, #fbf7ff 48%, #fff7f7 100%);
      }
      .lx-floor--activity .lx-floor-head {
        padding-bottom: 12px;
        border-bottom: 1px solid rgba(111, 23, 102, 0.12);
      }
      .lx-floor--activity .lx-p0-btn {
        min-width: 108px;
        border-color: var(--lx-border);
        background: #fff;
        color: var(--lx-aubergine);
      }
      .lx-floor-card {
        min-height: 104px;
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        padding: 16px 18px;
        cursor: pointer;
        display: grid;
        align-content: center;
        gap: 8px;
        background: #fff;
        transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
      }
      .lx-floor-card:hover {
        border-color: var(--lx-aubergine);
        box-shadow: 0 14px 34px rgba(55, 22, 64, 0.08);
        transform: translateY(-2px);
      }
      .lx-floor-card strong {
        font-size: clamp(16px, 1vw, 20px);
        line-height: 24px;
        color: var(--lx-text);
      }
      .lx-floor-card span {
        font-size: clamp(13px, 0.85vw, 16px);
        line-height: 22px;
        color: var(--lx-text-secondary);
      }
      .lx-floor-seckill {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 14px;
        grid-column: 1 / -1;
      }
      .lx-floor--seckill .lx-floor-body { grid-template-columns: 1fr; }
      .lx-floor-countdown {
        min-height: 30px;
        padding: 0 12px;
        border: 1px solid var(--lx-border);
        border-radius: 999px;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        background: #fff;
        font-size: 13px;
        color: var(--lx-text-secondary);
      }
      .lx-floor-countdown b {
        color: var(--lx-brand-red);
        font-variant-numeric: tabular-nums;
      }
      .lx-floor-tag {
        font-size: 11px;
        color: #fff;
        background: var(--lx-brand-red);
        border-radius: 4px;
        padding: 1px 5px;
        margin-left: 4px;
        font-weight: 400;
      }
      .lx-floor--service .lx-floor-body,
      .lx-floor--member .lx-floor-body { grid-template-columns: repeat(2, minmax(220px, 1fr)); }
      .lx-floor--education .lx-floor-body { grid-template-columns: repeat(3, minmax(180px, 1fr)); }
      .lx-floor--member .lx-floor-card,
      .lx-floor--service .lx-floor-card { background: linear-gradient(135deg, #ffffff 0%, #fbf7ff 100%); }
      .lx-sim-card.lx-seckill-card {
        min-height: 168px;
        padding: 14px 16px;
        border-color: var(--lx-border);
        background: #fff;
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        align-items: center;
        gap: 16px;
        text-align: left;
        transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
      }
      .lx-sim-card.lx-seckill-card:hover {
        border-color: var(--lx-brand-red);
        box-shadow: 0 14px 34px rgba(232, 38, 30, 0.08);
        transform: translateY(-2px);
      }
      .lx-sim-card.lx-seckill-card img {
        width: 112px;
        height: 112px;
        object-fit: contain;
      }
      .lx-seckill-info {
        min-width: 0;
        display: grid;
        gap: 8px;
      }
      .lx-seckill-info .lx-sim-name {
        margin: 0;
        font-size: clamp(15px, 0.95vw, 18px);
        line-height: 24px;
        font-weight: 700;
        color: var(--lx-text);
      }
      .lx-seckill-info .lx-sim-price {
        font-size: clamp(18px, 1.15vw, 22px);
        line-height: 26px;
        color: var(--lx-brand-red);
      }
      .lx-seckill-desc {
        display: block;
        color: var(--lx-text-secondary);
        font-size: clamp(12px, 0.78vw, 14px);
        line-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }
      @media (max-width: 1280px) {
        .lx-floor-seckill { grid-template-columns: 1fr; }
        .lx-floor--education .lx-floor-body,
        .lx-floor--service .lx-floor-body,
        .lx-floor--member .lx-floor-body { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      }
      .lx-floor-products { display: grid; grid-template-columns: repeat(4, minmax(150px, 1fr)); gap: clamp(13px, 1vw, 19px); grid-column: 1 / -1; }
      @media (min-width: 1680px) { .lx-floor-products { grid-template-columns: repeat(5, minmax(150px, 1fr)); } }
      .lx-floor-product {
        min-height: 0;
        height: auto;
        padding: clamp(16px, 1.84vh, 24px) clamp(13px, 0.92vw, 18px) clamp(16px, 1.6vh, 21px);
        border: 1px solid transparent;
        border-radius: 8px;
        background: #fff;
        text-align: center;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
      }
      .lx-floor-product:hover { border-color: var(--border-strong); box-shadow: 0 16px 36px rgba(55, 22, 64, 0.08); transform: translateY(-3px); }
      .lx-floor-product:first-child { border-color: var(--border-strong); }
      .lx-floor-product .product-visual {
        width: 100%;
        height: clamp(132px, 16vh, 196px);
        max-height: clamp(132px, 16vh, 196px);
        flex: 0 0 clamp(132px, 16vh, 196px);
        overflow: hidden;
        margin: 0 auto clamp(14px, 1.25vh, 20px);
      }
      .lx-floor-product .product-visual img {
        width: auto;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        object-fit: contain;
      }
      .lx-floor-product .product-title {
        min-height: auto;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .lx-floor-product .spec {
        min-height: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .lx-floor-product .price { margin-top: auto; }
      @media (max-width: 1280px) { .lx-floor-products { grid-template-columns: repeat(3, minmax(150px, 1fr)); } }
      .lx-floor[data-floor-cat] { scroll-margin-top: 56px; }
      body[data-page="home"][data-state="chat"] .assistant-panel { display: block; }
      body[data-page="home"][data-state="chat"] .assistant-restore { display: none; }
      body.lx-auto-fs .assistant-toggle { display: none !important; }
      .lx-msg-text { white-space: normal; }

      .lx-p1-upload-note {
        display: none;
        margin: 0 14px 8px;
        color: var(--lx-text-secondary);
        font-size: 12px;
        line-height: 18px;
      }

      .lx-p1-upload-note.show {
        display: block;
      }

      .lx-p1-audio-btn {
        width: 30px;
        height: 30px;
        border: 1px solid var(--border);
        border-radius: 8px;
        background: transparent;
        color: var(--lx-text-secondary);
        font-weight: 700;
      }

      .lx-p1-select-pop {
        position: fixed;
        z-index: 10030;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        max-width: 320px;
        gap: 6px;
        padding: 8px;
        border: 1px solid var(--lx-border);
        border-radius: 8px;
        background: var(--lx-surface);
        box-shadow: 0 10px 26px rgba(32, 26, 35, 0.14);
      }

      .lx-p1-select-pop.show {
        display: flex;
      }

      .lx-p1-select-pop button {
        height: 30px;
        padding: 0 10px;
        border: 0;
        border-radius: 6px;
        background: var(--lx-surface-muted);
        color: var(--lx-aubergine);
        font-size: 12px;
        font-weight: 600;
      }

      .lx-p0-badge {
        position: absolute;
        top: -5px;
        right: -5px;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        border-radius: 999px;
        background: var(--lx-brand-red);
        color: #fff;
        font-size: 10px;
        line-height: 16px;
        text-align: center;
      }

      .utility-btn {
        position: relative;
      }

      .product-card .product-title {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .product-card .spec {
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
      }

      .product-grid {
        align-items: start;
      }

      .product-card {
        height: auto;
        min-height: 0;
        display: flex;
        flex-direction: column;
        overflow: hidden;
      }

      .product-card .brand-mini {
        display: none !important;
      }

      .product-card .product-visual {
        width: 100%;
        height: clamp(132px, 16vh, 196px);
        max-height: clamp(132px, 16vh, 196px);
        flex: 0 0 clamp(132px, 16vh, 196px);
        overflow: hidden;
        margin: 0 auto clamp(14px, 1.25vh, 20px);
      }

      .product-card .product-visual img {
        width: auto;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        object-fit: contain;
      }

      .product-card .laptop {
        max-width: 100%;
        max-height: 100%;
      }

      .product-card .price {
        margin-top: clamp(10px, 1.2vh, 18px);
      }

      .lx-edu-orig { color: var(--lx-text-tertiary); font-weight: 400; font-size: 12px; margin-left: 6px; }
      .lx-edu-hint { font-size: 11.5px; color: var(--lx-text-tertiary); }

      .lx-official-tag { font-size: 10.5px; color: #fff; background: var(--lx-aubergine); border-radius: 4px; padding: 1px 5px; margin-left: 6px; font-weight: 400; vertical-align: 2px; }
      .lx-choices { margin-top: 10px; }
      .lx-choices-title { font-size: 12.5px; color: var(--lx-text-tertiary); margin-bottom: 6px; }
      .lx-choices button:disabled { opacity: 0.55; cursor: default; }
      .lx-choices button.is-active { border-color: var(--lx-aubergine); color: var(--lx-aubergine); background: var(--lx-surface-hover); opacity: 1; }

      .detail-reviews-note { font-size: 12px; font-weight: 400; color: var(--lx-text-tertiary); margin-left: 10px; }

      .lx-hint-bar { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; padding: 8px 12px; border: 1px solid var(--lx-border); border-left: 3px solid var(--lx-brand-red); border-radius: 8px; background: var(--lx-surface-muted); font-size: 12.5px; }
      .lx-hint-text { flex: 1; color: var(--lx-text-secondary); }
      .lx-hint-bar .lx-p0-btn { font-size: 12px; padding: 4px 12px; flex: none; }
      .lx-hint-close { border: none; background: transparent; color: var(--lx-text-tertiary); cursor: pointer; font-size: 15px; padding: 0 4px; }
      .lx-hint-close:hover { color: var(--lx-brand-red); }
      .hover-prompt-hook { display: block; width: 100%; font-size: 12px; color: var(--lx-aubergine); padding: 2px 0 6px; }

      .lx-p0-messages > :first-child { margin-top: auto; }

      .lx-p1-select-pop .lx-hl-btns { display: flex; gap: 6px; }
      .lx-hl-answer { max-width: 280px; margin-top: 8px; padding: 8px 10px; background: var(--lx-surface-muted); border-radius: 8px; font-size: 12.5px; line-height: 1.6; color: var(--lx-text); }
      .lx-hl-answer p { margin-bottom: 6px; }
      .lx-hl-loading { color: var(--lx-text-tertiary); }

      .lx-p1-select-pop .lx-hl-btns button { white-space: nowrap; }
      .lx-hl-answer { width: 100%; max-width: none; box-sizing: border-box; }
      .lx-ref-bar { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; padding: 6px 10px; border: 1px solid var(--lx-border); border-left: 3px solid var(--lx-aubergine); border-radius: 8px; background: var(--lx-surface-muted); font-size: 12px; color: var(--lx-text-secondary); }
      .lx-ref-bar .lx-ref-text { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
      .lx-ref-bar button { border: none; background: transparent; color: var(--lx-text-tertiary); cursor: pointer; font-size: 14px; }
      .lx-ref-picker { position: absolute; bottom: 100%; left: 0; right: 0; margin-bottom: 6px; z-index: 50; max-height: 260px; overflow-y: auto; background: #fff; border: 1px solid var(--lx-border); border-radius: 10px; box-shadow: 0 10px 28px rgba(46,26,52,0.14); padding: 6px; }
      .lx-ref-picker-title { font-size: 11.5px; color: var(--lx-text-tertiary); padding: 4px 8px; }
      .lx-ref-item { padding: 8px 10px; font-size: 12.5px; border-radius: 6px; cursor: pointer; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
      .lx-ref-item:hover { background: var(--lavender-hover); }
      .lx-ref-item .who { color: var(--lx-aubergine); font-weight: 600; margin-right: 6px; }
      .lx-member-hero { background: linear-gradient(135deg, #4D144A, #B8252E); color: #fff; padding: 24px; border-radius: 14px; margin-bottom: 16px; }
      .lx-member-hero .bar { background: rgba(255,255,255,0.22); height: 8px; border-radius: 4px; overflow: hidden; margin-top: 6px; }
      .lx-member-hero .bar i { display: block; background: linear-gradient(90deg, #ffd700, #fff); height: 100%; }
      .lx-member-assets { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-bottom: 16px; }
      .lx-member-assets .cell { background: #fff; border: 1px solid var(--lx-border); border-radius: 10px; padding: 12px; text-align: center; cursor: pointer; }
      .lx-member-assets .cell:hover { border-color: var(--lx-brand-red); }
      .lx-member-assets b { display: block; font-size: 20px; color: var(--lx-aubergine); margin: 4px 0; }
      .lx-member-assets span { font-size: 11px; color: var(--lx-text-tertiary); }

      /* Scheme B content floors */
      :root {
        --lx-token-brand-red: #e42b20;
        --lx-token-price-red: #ff2b2b;
        --lx-token-aubergine: #5b1452;
        --lx-token-page-bg: #f7f3fa;
        --lx-token-surface: #fff;
        --lx-token-panel-radius: 8px;
        --lx-token-control-radius: 7px;
        --lx-token-border: #e6dfea;
        --lx-token-shadow: 0 8px 24px rgba(91, 20, 82, 0.06);
        --lx-token-shadow-hover: 0 12px 28px rgba(91, 20, 82, 0.10);
        --lx-token-red-rgb: 228, 43, 32;
        --lx-token-aubergine-rgb: 91, 20, 82;
      }

      body { min-width: 1180px; background: var(--lx-token-page-bg); }

      .lx-site-floors {
        gap: 18px;
        margin: 26px 0 40px;
      }

      .lx-site-floors > .lx-floor--activity {
        padding: 28px;
        border: 1px solid var(--lx-token-border);
        border-radius: 20px;
        background: var(--lx-token-surface);
        box-shadow: none;
      }

      .lx-site-floors > .lx-floor--seckill {
        border-color: #f5dcde;
        background: linear-gradient(135deg, #fbf1f2 0%, #fefafa 60%, #ffffff 100%);
      }

      .lx-site-floors > .lx-floor--seckill::before { display: none; }

      .lx-site-floors > .lx-floor--education {
        background: linear-gradient(135deg, #f8f4fb 0%, #ffffff 100%);
        border-color: #e9dff2;
      }

      .lx-site-floors > .lx-floor--service {
        background: #f7f5fa;
        border-color: #e9e5f0;
      }

      .lx-site-floors > .lx-floor--member {
        position: relative;
        border: 0;
        border-radius: 20px;
        background: linear-gradient(120deg, #2b0f28 0%, #571641 55%, #7c2058 100%);
        color: #fff;
        overflow: hidden;
      }

      .lx-site-floors > .lx-floor--member::before {
        content: "";
        position: absolute;
        right: -80px;
        top: -120px;
        width: 360px;
        height: 360px;
        border-radius: 50%;
        background: rgba(240, 140, 190, 0.14);
        filter: blur(10px);
        pointer-events: none;
      }

      .lx-floor-head {
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        gap: 14px;
        margin-bottom: 22px;
        padding: 0;
        border: 0;
        flex-wrap: wrap;
      }

      .lx-site-floors > .lx-floor--activity .lx-floor-head { padding-bottom: 0; border-bottom: 0; }
      .lx-floor-badge { display: none; }

      .lx-floor-title {
        min-width: 0;
        display: flex;
        align-items: center;
        gap: 14px;
        flex-wrap: wrap;
      }

      .lx-floor-title h3,
      .lx-floor-head h3 {
        margin: 0;
        font-size: 18px;
        line-height: 26px;
        font-weight: 800;
        color: #17181a;
      }

      .lx-floor-title p {
        margin: 0;
        color: #95909e;
        font-size: 13px;
        line-height: 18px;
      }

      .lx-floor--seckill .lx-floor-title h3 {
        background: linear-gradient(135deg, #e04a50, #c8161e);
        color: #fff;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 8px 18px;
        border-radius: 12px;
        box-shadow: 0 6px 16px rgba(200, 22, 30, 0.25);
      }

      .lx-floor--seckill .lx-floor-title p { color: #a4555e; }

      .lx-floor--education .lx-floor-title::after {
        content: "国补可叠加";
        background: #efe5f5;
        color: #6d3260;
        font-size: 12px;
        line-height: 18px;
        font-weight: 700;
        padding: 4px 10px;
        border-radius: 999px;
      }
      .lx-floor--education .lx-floor-title p { display: none; }

      .lx-floor-actions {
        margin-left: auto;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
        gap: 10px;
        min-width: 0;
      }

      .lx-site-floors .lx-p0-btn {
        min-height: 34px;
        padding: 0 20px;
        border-radius: 999px;
        border: 1px solid #d8c4e0;
        background: #fff;
        color: #6d3260;
        font-size: 13px;
        font-weight: 700;
        box-shadow: none;
      }

      .lx-site-floors .lx-p0-btn.primary,
      .lx-floor--seckill .lx-p0-btn.primary {
        border-color: #e8b6bc;
        background: #fff;
        color: #c8161e;
      }

      .lx-floor--member .lx-p0-btn {
        color: #fff;
        background: rgba(255,255,255,0.12);
        border-color: rgba(255,255,255,0.30);
      }
      .lx-floor--member .lx-p0-btn:last-child {
        color: #6b1b4d;
        background: #fff;
        border-color: #fff;
      }

      .lx-site-floors .lx-p0-btn:focus-visible,
      .lx-seckill-card:focus-visible,
      .lx-benefit-card:focus-visible,
      .lx-service-card:focus-visible,
      .lx-member-card:focus-visible {
        outline: 1px solid var(--lx-token-aubergine);
        box-shadow: 0 0 0 4px rgba(var(--lx-token-aubergine-rgb), 0.12), var(--lx-token-shadow-hover);
      }

      .lx-floor--member .lx-floor-title h3 { color: #fff; }
      .lx-floor--member .lx-floor-title p { color: rgba(243,214,232,0.75); }

      .lx-floor-countdown {
        flex: 0 0 auto;
        min-height: auto;
        padding: 0;
        border: 0;
        border-radius: 0;
        display: inline-flex;
        align-items: baseline;
        gap: 6px;
        background: transparent;
        color: #a4555e;
        font-size: 12px;
        white-space: nowrap;
      }

      .lx-floor-countdown b {
        min-width: 102px;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: #c8161e;
        text-align: left;
        font-size: 26px;
        line-height: 30px;
        font-weight: 800;
        letter-spacing: 1px;
        font-variant-numeric: tabular-nums;
        animation: lxSecondFlip 1s steps(2, jump-none) infinite;
      }

      @keyframes lxSecondFlip {
        0%, 78% { transform: translateY(0); }
        86% { transform: translateY(-1px); }
        100% { transform: translateY(0); }
      }

      .lx-floor-body { position: relative; z-index: 1; display: grid; gap: 16px; }

      .lx-floor-seckill {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 16px;
        grid-column: 1 / -1;
      }

      .lx-seckill-card,
      .lx-benefit-card,
      .lx-service-card,
      .lx-member-card {
        border: 1px solid transparent;
        border-radius: 16px;
        background: #fff;
        box-shadow: 0 2px 8px rgba(120,25,40,0.06);
        transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
      }

      .lx-seckill-card:hover,
      .lx-benefit-card:hover,
      .lx-service-card:hover,
      .lx-member-card:hover {
        transform: translateY(-1px);
        box-shadow: 0 18px 36px rgba(120,25,40,0.12);
      }

      .lx-seckill-card {
        min-height: 0;
        padding: 18px;
        display: flex;
        flex-direction: column;
        gap: 12px;
        cursor: pointer;
      }

      .lx-seckill-media {
        position: relative;
        width: 100%;
        height: 130px;
        min-width: 0;
        border-radius: 12px;
        background: repeating-linear-gradient(45deg, #f7f3f4 0 8px, #f0eaec 8px 16px);
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        font-family: ui-monospace, monospace;
      }

      .lx-seckill-media img { display: none; }
      .lx-seckill-media.is-empty::after { content: "产品图"; color: #b2a4aa; font-size: 11px; }
      .lx-seckill-corner { display: none; }

      .lx-seckill-info { min-width: 0; display: flex; flex-direction: column; gap: 12px; }
      .lx-seckill-info h4 {
        margin: 0;
        min-height: 40px;
        color: #17181a;
        font-size: 14px;
        line-height: 1.45;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
      }
      .lx-seckill-info p { display: none; }

      .lx-seckill-price { display: flex; align-items: baseline; gap: 8px; }
      .lx-seckill-price strong {
        color: #c8161e;
        font-size: 24px;
        line-height: 30px;
        font-weight: 800;
        font-variant-numeric: tabular-nums;
      }
      .lx-seckill-price s { color: #b9b4c2; font-size: 12px; }

      .lx-seckill-progress { height: 6px; border-radius: 999px; background: #f7e0e2; overflow: hidden; }
      .lx-seckill-progress i { display: block; width: var(--sold); height: 100%; border-radius: inherit; background: linear-gradient(90deg, #e8666c, #c8161e); }

      .lx-seckill-foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
      .lx-seckill-foot span { color: #b06a74; font-size: 11px; }
      .lx-seckill-foot button {
        min-height: 32px;
        border: 0;
        border-radius: 999px;
        padding: 0 20px;
        background: linear-gradient(135deg, #e04a50, #c8161e);
        color: #fff;
        font-size: 13px;
        font-weight: 700;
      }

      .lx-floor--education .lx-floor-body { grid-template-columns: repeat(3, minmax(0, 1fr)); }
      .lx-benefit-card {
        position: relative;
        min-height: 88px;
        padding: 22px;
        display: flex;
        align-items: flex-start;
        gap: 16px;
        overflow: hidden;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(90,50,100,0.06);
      }
      .lx-step-watermark { display: none; }
      .lx-benefit-icon {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        border-radius: 12px;
        background: #efe5f5;
        color: #6d3260;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-style: normal;
        font-size: 15px;
        font-weight: 800;
      }
      .lx-benefit-card h4,
      .lx-service-card h4,
      .lx-member-card h4 { margin: 0; color: #17181a; font-size: 15px; line-height: 22px; font-weight: 700; }
      .lx-benefit-card p,
      .lx-member-card p { margin: 0; color: #7e7889; font-size: 13px; line-height: 1.5; }
      .lx-benefit-card b { display: none; }

      .lx-floor--service .lx-floor-body { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .lx-service-card {
        min-height: 88px;
        padding: 24px;
        display: flex;
        align-items: center;
        gap: 18px;
        cursor: pointer;
        box-shadow: 0 2px 8px rgba(60,45,85,0.05);
      }
      .lx-service-icon {
        width: 64px;
        height: 64px;
        flex: 0 0 64px;
        border-radius: 14px;
        background: repeating-linear-gradient(45deg, #f2eff6 0 8px, #e9e5f0 8px 16px);
      }
      .lx-service-icon::after {
        content: "门店图";
        width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
        color: #9d97a8; font-size: 10px;
      }
      .lx-service-card:nth-child(2) .lx-service-icon::after { content: "服务图"; }
      .lx-service-card > div { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 6px; }
      .lx-service-card > b { color: #c9c2d2; font-size: 18px; font-weight: 400; }
      .lx-service-chips { display: block; }
      .lx-service-chips span { display: inline; padding: 0; background: transparent; border-radius: 0; color: #7e7889; font-size: 13px; }
      .lx-service-chips span + span::before { content: "、"; }

      .lx-floor--member .lx-floor-body { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      .lx-member-card {
        min-height: 92px;
        padding: 22px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 18px;
        cursor: pointer;
        border: 1px solid rgba(255,255,255,0.16);
        background: rgba(255,255,255,0.10);
        color: #fff;
      }
      .lx-member-card:hover { background: rgba(255,255,255,0.18); }
      .lx-member-card h4, .lx-member-card p { color: #fff; }
      .lx-member-card p { color: rgba(243,214,232,0.75); }
      .lx-member-card strong {
        display: inline-flex;
        align-items: baseline;
        gap: 4px;
        color: #f2bfd9;
        font-size: 28px;
        line-height: 1;
        font-weight: 800;
        font-variant-numeric: tabular-nums;
        white-space: nowrap;
      }
      .lx-member-card small { font-size: 12px; font-weight: 500; color: rgba(242,191,217,0.8); }
      .lx-member-card:nth-child(2) strong {
        min-height: 36px;
        padding: 0 20px;
        border-radius: 999px;
        background: #f2bfd9;
        color: #6b1b4d;
        font-size: 13px;
        line-height: 36px;
        font-weight: 700;
      }
      .lx-member-card:nth-child(2) strong small { display: none; }
      .lx-member-card:nth-child(2) strong::before { content: "一键领取"; font-size: 13px; line-height: 36px; }
      .lx-member-card:nth-child(2) strong { font-size: 0; }

      @media (max-width: 1320px) {
        .lx-floor-seckill,
        .lx-floor--education .lx-floor-body,
        .lx-floor--member .lx-floor-body { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      }
      .lx-sign-row { display: flex; gap: 6px; margin: 10px 0; }
      .lx-sign-day { flex: 1; text-align: center; padding: 9px 4px; border: 1px solid var(--lx-border); border-radius: 8px; font-size: 11px; color: var(--lx-text-secondary); background: #fff; }
      .lx-sign-day.done { background: linear-gradient(135deg, #4D144A, #B8252E); color: #fff; border-color: transparent; }
      .lx-tier-table { width: 100%; border-collapse: collapse; font-size: 12.5px; }
      .lx-tier-table th, .lx-tier-table td { border-bottom: 1px solid var(--lx-surface-muted); padding: 9px 10px; text-align: left; }
      .lx-tier-table th { color: var(--lx-text-tertiary); font-size: 11.5px; }
      .lx-rights-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); gap: 8px; }
      .lx-rights-grid .cell { border: 1px solid var(--lx-border); border-radius: 8px; padding: 10px 12px; cursor: pointer; background: var(--lx-bg); }
      .lx-rights-grid .cell:hover { border-color: var(--lx-aubergine); }
      .lx-rights-grid .cell.locked { opacity: 0.5; }
      .lx-rights-grid strong { font-size: 12.5px; display: block; }
      .lx-rights-grid span { font-size: 11px; color: var(--lx-text-tertiary); }

      .lx-pick-btn { position: absolute; top: 8px; right: 8px; z-index: 5; width: 24px; height: 24px; border-radius: 6px; border: 1px solid var(--lx-border); background: #fff; color: transparent; font-size: 14px; line-height: 1; cursor: pointer; opacity: 0; transition: opacity 0.15s, background 0.15s; }
      .product-card:hover .lx-pick-btn, .lx-sim-card:hover .lx-pick-btn, .lx-floor-product:hover .lx-pick-btn, .lx-p0-product-mini:hover .lx-pick-btn, .reco-row:hover .lx-pick-btn { opacity: 1; }
      .lx-pick-btn:hover { border-color: var(--lx-brand-red); color: var(--lx-brand-red); }
      .lx-pick-btn.picked { opacity: 1; background: var(--lx-brand-red); border-color: var(--lx-brand-red); color: #fff; }
      .lx-ref-product img { width: 34px; height: 28px; object-fit: contain; flex: none; border-radius: 4px; background: #fff; }
      .lx-ref-product strong { color: var(--lx-text); font-weight: 600; margin-right: 6px; }
      .lx-ref-chip { margin-top: 6px; font-size: 11.5px; color: var(--lx-text-tertiary); border-left: 2px solid var(--lx-aubergine); padding-left: 8px; }
      .assistant-panel.lx-drop-hint { outline: 2px dashed var(--lx-aubergine); outline-offset: -6px; }

      .lx-suggest-panel { position: absolute; bottom: 100%; left: 0; right: 0; margin-bottom: 6px; z-index: 50; background: #fff; border: 1px solid var(--lx-border); border-radius: 10px; box-shadow: 0 10px 28px rgba(46,26,52,0.14); padding: 6px; }
      .lx-suggest-title { font-size: 11.5px; color: var(--lx-text-tertiary); padding: 4px 10px 2px; }
      .lx-suggest-item { display: flex; align-items: baseline; gap: 7px; padding: 8px 10px; font-size: 13px; border-radius: 6px; cursor: pointer; }
      .lx-suggest-item:hover { background: var(--lavender-hover); }
      .lx-suggest-item .num { color: var(--lx-aubergine); font-weight: 600; font-size: 12px; flex: none; }
      .lx-suggest-item .txt { color: var(--lx-text); }
      .lx-suggest-item .sub { font-size: 11px; color: var(--lx-text-tertiary); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

      /* 商详 CTA 分层：主行=购买/加购大按钮；辅助行=小号 ghost，降低视觉密度 */
      .detail-actions { align-items: center; }
      .lx-p0-detail-compare, .lx-p0-detail-similar, .lx-p0-detail-benefit, .lx-p0-detail-quote, .lx-p0-detail-wp { font-size: 12px !important; padding: 6px 14px !important; border-color: var(--lx-border) !important; color: var(--lx-text-secondary) !important; }
      .lx-p0-detail-compare:hover, .lx-p0-detail-similar:hover, .lx-p0-detail-benefit:hover, .lx-p0-detail-quote:hover, .lx-p0-detail-wp:hover { border-color: var(--lx-aubergine) !important; color: var(--lx-aubergine) !important; }

      /* SPU 配置选择区：网格对齐，label/price 两行清晰 */
      .lx-spu-chips { display: grid !important; grid-template-columns: repeat(auto-fill, minmax(170px, 1fr)); gap: 8px; }
      .lx-spu-chip { display: flex; flex-direction: column; align-items: flex-start; gap: 3px; text-align: left; }
      .lx-spu-chip-label { font-size: 12px; line-height: 1.35; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
      .lx-spu-chip-price { font-weight: 700; }
      .lx-spu-chip-label { white-space: normal; word-break: break-word; }

      /* 一键领优惠：领券动画（逐项滑入 + 勾弹入 + 到手价行最后浮现） */
      .lx-claim-row { opacity: 0; animation: lxClaimIn 0.45s cubic-bezier(0.22, 1, 0.36, 1) forwards; }
      @keyframes lxClaimIn { from { opacity: 0; transform: translateX(-14px); } to { opacity: 1; transform: none; } }
      .lx-claim-check { display: inline-block; font-style: normal; color: var(--lx-brand-red); transform: scale(0); animation: lxCheckPop 0.35s cubic-bezier(0.34, 1.56, 0.64, 1) forwards; }
      @keyframes lxCheckPop { to { transform: scale(1); } }
      .lx-bf-list .lx-bf-row.final { opacity: 0; animation: lxClaimIn 0.5s 0.9s cubic-bezier(0.22, 1, 0.36, 1) forwards; }

      /* 对话流领券卡（移植旧版 bf-card 形态） */
      .lx-buyflow-card { margin-top: 8px; border: 1px solid var(--lx-border); border-radius: 12px; overflow: hidden; background: #fff; }
      .lx-bff-head { background: linear-gradient(135deg, #4D144A, #B8252E); color: #fff; padding: 12px 14px; }
      .lx-bff-head strong { display: block; font-size: 13.5px; }
      .lx-bff-head span { display: block; font-size: 11.5px; opacity: 0.9; margin-top: 2px; }
      .lx-bff-progress { height: 5px; background: rgba(255,255,255,0.25); border-radius: 3px; margin-top: 8px; overflow: hidden; }
      .lx-bff-progress i { display: block; height: 100%; background: linear-gradient(90deg, #ffd700, #fff); border-radius: 3px; transition: width 0.5s ease; }
      .lx-bff-item { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 14px; border-bottom: 1px solid var(--lx-surface-muted); animation: lxClaimIn 0.4s ease forwards; }
      .lx-bff-info strong { display: block; font-size: 12.5px; }
      .lx-bff-info span { font-size: 11.5px; color: var(--lx-text-tertiary); }
      .lx-bff-status { flex: none; font-size: 11.5px; color: var(--lx-text-tertiary); display: inline-flex; align-items: center; gap: 5px; }
      .lx-bff-status.done { color: var(--lx-brand-red); font-weight: 700; }
      .lx-bff-spinner { width: 11px; height: 11px; border: 2px solid var(--lx-border); border-top-color: var(--lx-aubergine); border-radius: 50%; animation: lxSpin 0.7s linear infinite; }
      @keyframes lxSpin { to { transform: rotate(360deg); } }
      .lx-bff-foot { padding: 10px 14px; font-size: 12.5px; color: var(--lx-text-secondary); background: var(--lx-surface-muted); }
      .lx-bff-foot b { color: var(--lx-brand-red); font-size: 15px; }
      /* 评价乐享总结 */
      .lx-review-sum { margin: 8px 0 14px; padding: 10px 14px; background: var(--lx-surface-muted); border-left: 3px solid var(--lx-aubergine); border-radius: 8px; font-size: 12.5px; line-height: 1.7; color: var(--lx-text-secondary); }

/* Detail page Scheme A override */
.content[data-view="detail"] .product-detail { padding: 0 0 29px; }
.content[data-view="detail"] .detail-main { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 0; max-width: 1040px; margin: 0 auto 19px; overflow: hidden; border: 1px solid #ECE8F2; border-radius: 24px; background: #fff; box-shadow: 0 2px 4px rgba(60,40,90,0.04), 0 16px 48px rgba(60,40,90,0.08); }
.content[data-view="detail"] .detail-back { display: none; }
.content[data-view="detail"] .detail-gallery, .content[data-view="detail"] .detail-info { border: 0; border-radius: 0; background: #fff; }
.content[data-view="detail"] .detail-gallery { position: relative; min-height: 500px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 22px; padding: 44px 36px 40px; }
.content[data-view="detail"] .detail-badges { position: absolute; top: 18px; left: 18px; display: flex; gap: 8px; z-index: 2; }
.content[data-view="detail"] .detail-badge-ai, .content[data-view="detail"] .detail-badge-hot { display: inline-flex; align-items: center; height: 25px; padding: 0 12px; border-radius: 999px; font-size: 11px; font-weight: 700; white-space: nowrap; }
.content[data-view="detail"] .detail-badge-ai { background: #EFE5F5; color: #6D3260; }
.content[data-view="detail"] .detail-badge-hot { background: #FBEFF0; color: #C8161E; }
.content[data-view="detail"] .detail-visual { width: 100%; max-width: 320px; aspect-ratio: 4 / 3; min-height: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; border-radius: 18px; background: #F7F5FA; }
.content[data-view="detail"] .detail-product-image { width: 100%; height: 100%; max-height: none; object-fit: contain; display: block; }
.content[data-view="detail"] .detail-thumbs { display: flex; gap: 10px; }
.content[data-view="detail"] .detail-thumb { width: 56px; height: 56px; border: 2px solid #E5E0EC; border-radius: 12px; background: #F4F2F8; cursor: pointer; }
.content[data-view="detail"] .detail-thumb.is-active { border-color: #6D3260; }
.content[data-view="detail"] .detail-thumb:hover:not(.is-active) { border-color: #C9A3C4; }
.content[data-view="detail"] .detail-info { display: flex; flex-direction: column; gap: 22px; padding: 36px 40px; overflow: visible; }
.content[data-view="detail"] .detail-title { margin: 0; color: #17181A; font-size: 22px; font-weight: 800; line-height: 1.4; text-wrap: pretty; }
.content[data-view="detail"] .detail-summary { margin: -16px 0 0; color: #95909E; font-size: 12px; line-height: 1.65; }
.content[data-view="detail"] .detail-fit-reason { display: flex; align-items: flex-start; gap: 10px; margin: 0; padding: 13px 16px; border: 1px solid #DDD5F0; border-radius: 12px; background: linear-gradient(105deg,#F5F0FB,#F0EDFA); color: #17181A; font-size: 13px; line-height: 1.6; }
.content[data-view="detail"] .detail-fit-reason[hidden] { display: none !important; }
.content[data-view="detail"] .detail-fit-reason strong { margin-right: 10px; color: #6D3260; font-weight: 700; }
.content[data-view="detail"] .detail-fit-reason .lx-fit-icon { flex: none; margin-top: 1px; font-size: 15px; }
.content[data-view="detail"] .detail-fit-reason .lx-fit-text { display: block; }
.content[data-view="detail"] .detail-fit-reason .lx-fit-note { display: block; margin: 3px 0 0; color: #A9A2B6; font-size: 11px; }
.content[data-view="detail"] .detail-variants { margin: 0; }
.content[data-view="detail"] .lx-spu-head { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 6px; margin: 0 0 12px; color: #7E7889; font-size: 13px; }
.content[data-view="detail"] .lx-spu-head b { color: #17181A; font-weight: 600; }
.content[data-view="detail"] .lx-spu-compare { border: 0 !important; background: transparent !important; padding: 0 !important; color: #6D3260 !important; font-size: 13px !important; font-weight: 600; cursor: pointer; white-space: nowrap; }
.content[data-view="detail"] .lx-spu-compare:hover { text-decoration: underline; }
.content[data-view="detail"] .lx-spu-chips { display: flex !important; flex-direction: column; gap: 8px; }
.content[data-view="detail"] .lx-spu-chip { width: 100%; max-width: none; min-height: 52px; display: flex; flex-direction: row; align-items: center; justify-content: space-between; gap: 12px; padding: 13px 16px; border: 1.5px solid #ECE8F2; border-radius: 12px; background: #fff; cursor: pointer; text-align: left; transition: all 0.18s ease; }
.content[data-view="detail"] .lx-spu-chip:hover:not(.is-active) { border-color: #C9A3C4; }
.content[data-view="detail"] .lx-spu-chip.is-active { border-color: #C9A3C4; background: #F6EFF6; }
.content[data-view="detail"] .lx-spu-chip-label { flex: 1; color: #17181A; font-size: 13px; font-weight: 600; line-height: 1.35; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-break: normal; }
.content[data-view="detail"] .lx-spu-chip-price { flex: none; color: #C8161E; font-size: 17px; font-weight: 800; font-variant-numeric: tabular-nums; white-space: nowrap; }
.content[data-view="detail"] .detail-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 0; }
.content[data-view="detail"] .detail-tag { height: 35px; display: inline-flex; align-items: center; padding: 0 16px; border: 1px solid #E5E0EC; border-radius: 999px; background: #F4F2F8; color: #4A4453; font-size: 12px; font-weight: 600; }
.content[data-view="detail"] .detail-price { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 0; padding-top: 26px; border-top: 1px solid #F0EDF5; color: #C8161E; font-size: 40px; font-weight: 900; font-variant-numeric: tabular-nums; letter-spacing: -1.5px; line-height: 1; }
.content[data-view="detail"] .detail-price-main { color: #C8161E; font-size: 40px; font-weight: 900; font-variant-numeric: tabular-nums; letter-spacing: -1.5px; line-height: 1; }
.content[data-view="detail"] .detail-price-side { display: flex; flex-direction: column; gap: 5px; letter-spacing: 0; line-height: 1.2; }
.content[data-view="detail"] .detail-price-side s { color: #B9B4C2; font-size: 13px; font-weight: 400; text-decoration: line-through; }
.content[data-view="detail"] .detail-price-side b { width: fit-content; padding: 3px 9px; border-radius: 999px; background: #FBEFF0; color: #C8161E; font-size: 11px; font-weight: 700; white-space: nowrap; }
.content[data-view="detail"] .detail-actions { display: flex; flex-wrap: nowrap; gap: 12px; margin: 0; align-items: center; }
.content[data-view="detail"] .detail-primary, .content[data-view="detail"] .detail-secondary:not(.lx-p0-detail-compare):not(.lx-p0-detail-similar):not(.lx-p0-detail-benefit):not(.lx-p0-detail-quote):not(.lx-p0-detail-wp) { height: 52px; border-radius: 14px; font-size: 15px; font-family: inherit; white-space: nowrap; }
.content[data-view="detail"] .detail-primary { flex: 1; border: 0; background: linear-gradient(135deg,#7C2058,#571641); color: #fff; font-weight: 700; letter-spacing: 0.5px; box-shadow: 0 6px 18px rgba(87,22,65,0.28); }
.content[data-view="detail"] .detail-primary:hover { filter: brightness(1.12); }
.content[data-view="detail"] .detail-secondary:not(.lx-p0-detail-compare):not(.lx-p0-detail-similar):not(.lx-p0-detail-benefit):not(.lx-p0-detail-quote):not(.lx-p0-detail-wp) { width: 126px; border: 1.5px solid #E5E0EC; background: #fff; color: #4A4453; font-weight: 600; }
.content[data-view="detail"] .detail-secondary:not(.lx-p0-detail-compare):not(.lx-p0-detail-similar):not(.lx-p0-detail-benefit):not(.lx-p0-detail-quote):not(.lx-p0-detail-wp):hover { border-color: #6D3260; color: #6D3260; }
.content[data-view="detail"] .detail-service { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; padding: 0; border-top: 0; }
.content[data-view="detail"] .detail-service .service-item { display: flex; flex-direction: column; gap: 5px; min-height: 66px; padding: 14px 12px; border-radius: 12px; background: #F7F5FA; cursor: pointer; transition: background 0.18s ease; }
.content[data-view="detail"] .detail-service .service-item:hover { background: #EFE5F5; }
.content[data-view="detail"] .detail-service strong { color: #17181A; font-size: 13px; font-weight: 700; }
.content[data-view="detail"] .detail-service span { color: #95909E; font-size: 11px; line-height: 1.4; }
@media (max-width: 1280px) { .content[data-view="detail"] .detail-main { grid-template-columns: 1fr; max-width: 720px; } .content[data-view="detail"] .detail-gallery { min-height: 300px; padding: 32px 24px; } .content[data-view="detail"] .detail-info { padding: 28px 24px; } }

