    :root {
      --sidebar-width: 238px;
      --page-bg: #f4f6fb;
      --card-bg: rgba(255, 255, 255, 0.96);
      --line: #edf1f7;
      --line-strong: #e1e7f0;
      --text: #17253f;
      --muted: #72809a;
      --muted-2: #8b96ac;
      --navy-1: #101925;
      --navy-2: #182232;
      --navy-3: #1c293b;
      --navy-4: #253349;
      --orange: #ff9f1f;
      --orange-2: #ffb648;
      --orange-soft: #fff1db;
      --blue: #4f8ff7;
      --blue-soft: #ebf3ff;
      --green: #45c57b;
      --green-soft: #e8f9ef;
      --purple: #9b6df2;
      --purple-soft: #f3ecff;
      --red: #ff785d;
      --red-soft: #ffece7;
      --shadow-lg: 0 18px 48px rgba(16, 32, 64, 0.08);
      --shadow-md: 0 10px 28px rgba(24, 43, 79, 0.06);
      --shadow-sm: 0 6px 14px rgba(26, 43, 71, 0.05);
      --radius-xl: 22px;
      --radius-lg: 18px;
      --radius-md: 14px;
      --radius-sm: 10px;
      --container: 100rem;
      --transition: 220ms cubic-bezier(.2,.65,.3,1);
    }

    * {
      box-sizing: border-box;
    }

    html {
      scroll-behavior: smooth;
    }

    body {
      margin: 0;
      min-width: 0;
      color: var(--text);
      background:
        radial-gradient(circle at top right, rgba(255, 172, 65, 0.14), transparent 21%),
        radial-gradient(circle at top center, rgba(92, 123, 255, 0.06), transparent 24%),
        var(--page-bg);
      overflow-x: hidden;
    }

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

    button,
    a,
    [tabindex] {
      -webkit-tap-highlight-color: transparent;
    }

    button:focus-visible,
    a:focus-visible,
    .nav-item:focus-visible,
    .scroll-btn:focus-visible,
    .drawer-toggle:focus-visible {
      outline: 3px solid rgba(255, 159, 31, 0.28);
      outline-offset: 2px;
    }

    .app-shell {
      min-height: 100vh;
    }


    .drawer-toggle,
    .drawer-close {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 42px;
      height: 42px;
      border: 1px solid rgba(216, 225, 236, 0.9);
      border-radius: 12px;
      background: #fff;
      color: #20304a;
      box-shadow: var(--shadow-sm);
      cursor: pointer;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
    }

    .drawer-toggle:hover,
    .drawer-close:hover {
      transform: translateY(-1px);
      box-shadow: 0 12px 22px rgba(23, 35, 64, 0.1);
      border-color: rgba(255, 159, 31, 0.42);
    }

    .drawer-toggle:active,
    .drawer-close:active {
      transform: translateY(0);
    }

    .sidebar {
      position: fixed;
      inset: 0 auto 0 0;
      width: var(--sidebar-width);
      padding: 22px 16px 24px;
      background:
        radial-gradient(circle at top left, rgba(78, 104, 145, 0.22), transparent 28%),
        linear-gradient(180deg, #151f2d 0%, #101923 100%);
      color: #f7fafc;
      display: flex;
      flex-direction: column;
      border-right: 1px solid rgba(255, 255, 255, 0.05);
      box-shadow: inset -1px 0 0 rgba(255, 255, 255, 0.03);
      z-index: 40;
    }

    .sidebar::after {
      content: "";
      position: absolute;
      inset: 0;
      background:
        linear-gradient(180deg, rgba(255,255,255,0.04), transparent 12%),
        linear-gradient(0deg, rgba(255,255,255,0.03), transparent 18%);
      pointer-events: none;
    }

    .sidebar-inner {
      position: relative;
      z-index: 1;
      height: 100%;
      display: flex;
      flex-direction: column;
    }

    .brand-lockup {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 2px 4px 18px;
    }

    .brand-copy strong {
      display: block;
      font-size: 18px;
      font-weight: 800;
      letter-spacing: 0.02em;
    }

    .brand-copy span {
      display: block;
      margin-top: 6px;
      font-size: 11px;
      color: rgba(243, 247, 255, 0.82);
      line-height: 1.45;
    }

    .monitor-card,
    .support-card {
      padding: 16px 14px;
      border-radius: 16px;
      background: linear-gradient(180deg, rgba(255,255,255,0.06), rgba(255,255,255,0.03));
      border: 1px solid rgba(255,255,255,0.09);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 18px 30px rgba(0,0,0,0.12);
    }

    .monitor-card {
      margin: 0 2px 18px;
    }

    .monitor-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      font-size: 15px;
      font-weight: 700;
    }

    .monitor-head em {
      font-style: normal;
      color: #ffd659;
      font-size: 28px;
      line-height: 1;
      font-weight: 800;
      letter-spacing: -0.03em;
    }

    .monitor-card p,
    .support-card p {
      margin: 10px 0 0;
      font-size: 13px;
      line-height: 1.65;
      color: rgba(236, 243, 252, 0.78);
    }

    .search-entry {
      margin: 18px 0 20px;
      padding: 14px 15px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      gap: 10px;
      color: #fff7e8;
      background: rgba(255, 159, 31, 0.08);
      border: 1.5px solid rgba(255, 159, 31, 0.78);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.02), 0 10px 24px rgba(0,0,0,0.12);
      font-weight: 700;
      cursor: pointer;
      transition: transform var(--transition), background var(--transition), box-shadow var(--transition);
    }

    .search-entry:hover {
      transform: translateX(2px);
      background: rgba(255, 159, 31, 0.12);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.04), 0 12px 26px rgba(0,0,0,0.16);
    }

    .nav {
      display: grid;
      gap: 6px;
    }

    .nav-item {
      position: relative;
      padding: 14px 14px;
      border-radius: 13px;
      display: flex;
      align-items: center;
      gap: 11px;
      color: rgba(244, 247, 252, 0.92);
      font-size: 16px;
      font-weight: 700;
      border: 1px solid transparent;
      transition: transform var(--transition), background var(--transition), color var(--transition), border-color var(--transition), box-shadow var(--transition);
      cursor: pointer;
      user-select: none;
    }

    .nav-item:hover {
      transform: translateX(3px);
      background: rgba(255,255,255,0.05);
      border-color: rgba(255,255,255,0.06);
      color: #ffffff;
    }

    .nav-item.active {
      background: linear-gradient(180deg, rgba(255, 170, 55, 0.12), rgba(255, 170, 55, 0.08));
      border-color: rgba(255, 159, 31, 0.88);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.06), 0 12px 22px rgba(0,0,0,0.18);
    }

    .nav-item.active::before {
      content: "";
      position: absolute;
      inset: 7px auto 7px -1px;
      width: 3px;
      border-radius: 999px;
      background: linear-gradient(180deg, #ffca64, #ff9f1f);
    }

    .nav-item svg {
      flex: 0 0 auto;
      opacity: 0.94;
    }

    .nav-item .caret {
      margin-left: auto;
      opacity: 0.86;
      transition: transform var(--transition);
    }

    .nav-item:hover .caret {
      transform: translateY(1px);
    }

    .sidebar-spacer {
      flex: 1;
      min-height: 16px;
    }

    .support-card {
      display: flex;
      gap: 12px;
      align-items: flex-start;
      margin-bottom: 16px;
    }

    .support-icon {
      flex: 0 0 auto;
      width: 36px;
      height: 36px;
      border-radius: 12px;
      display: grid;
      place-items: center;
      background: rgba(255, 193, 66, 0.16);
      color: #ffd35e;
      border: 1px solid rgba(255, 207, 110, 0.2);
    }

    .support-card strong {
      display: block;
      font-size: 16px;
      line-height: 1.2;
    }

    .search-btn {
      width: 100%;
      padding: 15px 16px;
      border: none;
      border-radius: 12px;
      background: linear-gradient(180deg, #ffd93f 0%, #ffbe22 100%);
      color: #1f2230;
      font-weight: 800;
      font-size: 18px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      box-shadow: 0 16px 28px rgba(255, 180, 20, 0.22);
      cursor: pointer;
      transition: transform var(--transition), box-shadow var(--transition), filter var(--transition);
    }

    .search-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 20px 30px rgba(255, 180, 20, 0.28);
      filter: saturate(1.06);
    }

    .search-btn:active {
      transform: translateY(0);
      box-shadow: 0 10px 18px rgba(255, 180, 20, 0.2);
    }

    .page {
      min-height: 100vh;
      display: flex;
      flex-direction: column;
    }

    .page-main {
      padding: 24px 18px 0 16px;
    }

    .content-wrap {
      max-width: var(--container);
      margin: 0 auto;
      position: relative;
    }

    .page-head {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 20px;
      margin-bottom: 14px;
      padding: 2px 10px 0;
    }

    .page-head-left {
      min-width: 0;
    }

    .breadcrumb {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      color: var(--muted);
      font-size: 14px;
      font-weight: 700;
    }

    .breadcrumb .crumb-back {
      color: #f39c1f;
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }

    .page-title {
      margin: 12px 0 0;
      font-size: 24px;
      line-height: 1.1;
      font-weight: 800;
      color: #1a2742;
    }

    .head-actions {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 10px;
      padding-top: 4px;
    }

    .action-btn {
      appearance: none;
      border: 1px solid rgba(220, 228, 239, 0.92);
      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,253,0.98));
      color: #213049;
      padding: 12px 16px;
      border-radius: 10px;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      font-weight: 800;
      box-shadow: 0 10px 18px rgba(25, 44, 75, 0.05);
      cursor: pointer;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), background var(--transition);
      position: relative;
    }

    .bookmark-modal {
      position: fixed;
      inset: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 24px;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      transition: opacity .22s ease, visibility .22s ease;
      z-index: 1400;
    }

    .bookmark-modal.is-open {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
    }

    .bookmark-modal__backdrop {
      position: absolute;
      inset: 0;
      background: rgba(15, 23, 42, 0.48);
      backdrop-filter: blur(3px);
    }

    .bookmark-modal__dialog {
      position: relative;
      width: min(760px, calc(100vw - 32px));
      background: #ffffff;
      border-radius: 22px;
      border: 1px solid rgba(226, 232, 240, 0.95);
      box-shadow: 0 24px 60px rgba(15, 23, 42, 0.24);
      padding: 36px 28px;
      z-index: 1;
    }

    .bookmark-modal__close {
      appearance: none;
      position: absolute;
      top: 16px;
      right: 16px;
      width: 40px;
      height: 40px;
      border: 0;
      border-radius: 999px;
      background: #f8fafc;
      color: #475569;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      transition: background .2s ease, color .2s ease;
    }

    .bookmark-modal__close:hover {
      background: #eef2f7;
      color: #0f172a;
    }

    .bookmark-modal__content {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 120px;
      text-align: center;
    }

    .bookmark-modal__text {
      margin: 0;
      color: #111827;
      font-size: 30px;
      font-weight: 700;
      line-height: 1.7;
    }

    .bookmark-modal__or {
      margin: 0 14px;
      color: #111827;
      font-size: 26px;
      font-weight: 700;
    }

    .bookmark-modal__text kbd {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 58px;
      height: 52px;
      margin: 0 8px;
      padding: 0 16px;
      border-radius: 10px;
      border: 1px solid #d1d5db;
      background: linear-gradient(180deg, #ffffff 0%, #f3f4f6 100%);
      box-shadow: inset 0 -1px 0 rgba(148, 163, 184, 0.28), 0 2px 6px rgba(15, 23, 42, 0.08);
      color: #111827;
      font-size: 28px;
      font-weight: 700;
      line-height: 1;
      vertical-align: middle;
    }

    .action-btn:hover {
      transform: translateY(-2px);
      box-shadow: 0 14px 24px rgba(26, 43, 75, 0.08);
      border-color: rgba(255, 159, 31, 0.24);
    }

    .action-btn:active {
      transform: translateY(0);
    }

    .action-btn.primary {
      color: #fff;
      border-color: rgba(255, 159, 31, 0.9);
      background: linear-gradient(180deg, #ffa828 0%, #ff8d13 100%);
      box-shadow: 0 16px 26px rgba(255, 147, 21, 0.28);
    }

    .action-btn.primary:hover {
      box-shadow: 0 18px 28px rgba(255, 147, 21, 0.34);
      border-color: rgba(255, 159, 31, 0.96);
    }

    .card {
      background: var(--card-bg);
      border: 1px solid rgba(233, 239, 247, 0.96);
      border-radius: var(--radius-xl);
      box-shadow: var(--shadow-lg);
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }

    .card:hover {
      transform: translateY(-2px);
      border-color: rgba(217, 226, 238, 0.98);
      box-shadow: 0 20px 44px rgba(17, 34, 67, 0.09);
    }

    .card-shell {
      padding: 16px;
      margin-bottom: 12px;
    }

    .brand-card {
      display: grid;
      grid-template-columns: 178px minmax(0, 1fr) 286px;
      gap: 22px;
      align-items: center;
      min-height: 204px;
      padding: 18px;
    }

    .logo-panel {
      width: 100%;
      height: 116px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      border: 1px solid rgba(244, 247, 252, 0.06);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 20px 30px rgba(11, 24, 43, 0.16);
    }

    .brand-logo {
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
    }

    /* 图片预览弹窗样式 */
    .image-modal {
      position: fixed;
      inset: 0;
      z-index: 9999;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .modal-backdrop {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.85);
      backdrop-filter: blur(4px);
    }

    .modal-content {
      position: relative;
      z-index: 1;
      width: 95vw;
      height: 95vh;
      padding: 24px 72px;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: auto;
      overscroll-behavior: contain;
      -webkit-overflow-scrolling: touch;
    }

    .modal-content img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      width: auto;
      height: auto;
      object-fit: contain;
      border-radius: 8px;
      box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
    }

    .modal-close {
      position: absolute;
      top: 16px;
      right: 16px;
      width: 44px;
      height: 44px;
      border: none;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.2);
      color: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background 0.2s, transform 0.2s;
      z-index: 10;
    }

    .modal-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 52px;
      height: 52px;
      border: none;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.18);
      color: #fff;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
      backdrop-filter: blur(6px);
      transition: background 0.2s, transform 0.2s;
      z-index: 10;
    }

    .modal-nav-prev {
      left: 20px;
    }

    .modal-nav-next {
      right: 20px;
    }

    .modal-close:hover,
    .modal-nav:hover {
      background: rgba(255, 255, 255, 0.34);
      transform: translateY(-50%) scale(1.04);
    }

    .modal-close:hover {
      transform: scale(1.04);
    }

    .modal-close:active,
    .modal-nav:active {
      transform: translateY(-50%) scale(0.97);
    }

    .modal-close:active {
      transform: scale(0.97);
    }

    @media (max-width: 768px) {
      .modal-content {
        width: 100vw;
        height: 100vh;
        padding: 68px 16px 28px;
        align-items: flex-start;
        border-radius: 0;
      }
      .modal-content img {
        width: 100%;
        max-width: 100%;
        max-height: none;
        height: auto;
        border-radius: 12px;
      }
      .modal-close {
        position: fixed;
        top: max(12px, env(safe-area-inset-top));
        right: 12px;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.6);
      }
      .modal-nav {
        position: fixed;
        top: 50%;
        width: 42px;
        height: 42px;
        background: rgba(0, 0, 0, 0.5);
      }
      .modal-nav-prev {
        left: 10px;
      }
      .modal-nav-next {
        right: 10px;
      }
    }

    .mark-plate img,
    .product-thumb img {
      cursor: zoom-in;
    }

  .logo-panel {
  position: relative;
  overflow: hidden;
}

.logo-panel::after {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 10px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(255,255,255,0.04);
  filter: blur(8px);
  pointer-events: none;
}

    .logo-text {
      position: relative;
      font-size: 27px;
      line-height: 1.08;
      text-align: center;
      letter-spacing: -0.03em;
      text-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

    .brand-core h2 {
      margin: 0 0 12px;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 10px;
      font-size: 20px;
      line-height: 1.25;
    }

    .chip {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-height: 28px;
      padding: 6px 10px;
      border-radius: 9px;
      font-size: 12px;
      font-weight: 800;
      letter-spacing: 0.01em;
      white-space: nowrap;
    }

    .chip.orange {
      color: #ff8a09;
      background: var(--orange-soft);
    }

    .chip.red {
      color: #ff6c53;
      background: var(--red-soft);
    }

    .chip.blue {
      color: #3f83ef;
      background: var(--blue-soft);
    }

    .chip.purple {
      color: #8f63ee;
      background: var(--purple-soft);
    }

    .chip.green {
      color: #2aa969;
      background: var(--green-soft);
    }

    .info-grid {
      display: grid;
      grid-template-columns: 84px minmax(0, 1fr);
      gap: 12px 10px;
      align-items: start;
      font-size: 14px;
    }

    .info-grid dt {
      margin: 0;
      color: #28374f;
      font-weight: 800;
    }

    .info-grid dd {
      margin: 0;
      color: #31425f;
      font-weight: 600;
      line-height: 1.7;
    }

    .type-row {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 8px;
    }

    .site-link {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      color: #314967;
      transition: color var(--transition);
    }

    .site-link:hover {
      color: #ff9518;
    }

    .stats-panel {
      padding: 12px;
      border-radius: 14px;
      background: linear-gradient(180deg, #f9fbff 0%, #f3f7fc 100%);
      border: 1px solid rgba(229, 236, 245, 0.95);
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.9);
    }

    .stat-row {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 8px;
      border-bottom: 1px solid rgba(224, 232, 242, 0.92);
    }

    .stat-row:last-child {
      border-bottom: none;
    }

    .stat-icon {
      width: 28px;
      height: 28px;
      border-radius: 50%;
      display: grid;
      place-items: center;
      background: #fff;
      border: 1px solid rgba(228, 235, 244, 0.9);
      box-shadow: 0 8px 15px rgba(24, 43, 79, 0.05);
      color: #ff9e20;
    }

    .stat-row:nth-child(2) .stat-icon {
      color: #69a8ff;
    }

    .stat-row:nth-child(3) .stat-icon {
      color: #4da8ff;
    }

    .stat-row:nth-child(4) .stat-icon {
      color: #4ea5ff;
    }

    .stat-label {
      flex: 1;
      min-width: 0;
      font-size: 13px;
      color: #4f5d74;
      font-weight: 800;
    }

    .stat-value {
      display: inline-flex;
      align-items: baseline;
      gap: 4px;
      font-size: 14px;
      font-weight: 900;
      color: #23324c;
    }

    .stat-value .number {
      color: #3179ef;
      font-size: 22px;
      letter-spacing: -0.03em;
    }

    .section-card {
      padding: 14px 14px 10px;
      margin-bottom: 20px;
    }

    .section-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 12px;
      margin-bottom: 12px;
      padding: 0 4px;
    }

    .section-title {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 16px;
      font-weight: 900;
      color: #182740;
    }

    .section-title::before {
      content: "";
      width: 4px;
      height: 18px;
      border-radius: 999px;
      background: linear-gradient(180deg, #ff9d17, #ffb74a);
      box-shadow: 0 4px 10px rgba(255, 163, 30, 0.25);
    }

    .ghost-btn {
      border: 1px solid rgba(220, 228, 239, 0.95);
      background: linear-gradient(180deg, #ffffff, #fafbfd);
      color: #3d4d67;
      border-radius: 9px;
      padding: 8px 12px;
      font-size: 13px;
      font-weight: 800;
      box-shadow: 0 8px 15px rgba(20, 39, 72, 0.04);
      cursor: pointer;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), color var(--transition);
    }

    .ghost-btn:hover {
      transform: translateY(-1px);
      box-shadow: 0 12px 20px rgba(21, 40, 74, 0.08);
      border-color: rgba(255, 159, 31, 0.22);
      color: #ff9416;
    }

    .intro-grid {
      display: grid;
      grid-template-columns: minmax(0, 1.18fr) minmax(0, 1fr);
      gap: 16px;
      align-items: stretch;
    }

    .site-preview {
      border-radius: 14px;
      border: 1px solid rgba(225, 233, 244, 0.98);
      background: #fff;
      overflow: hidden;
      box-shadow: 0 16px 28px rgba(21, 38, 70, 0.08);
      min-height: 210px;
      position: relative;
    }

    .preview-topbar {
      height: 24px;
      background: linear-gradient(180deg, #fbfdff, #f1f5fa);
      border-bottom: 1px solid rgba(225, 233, 244, 0.95);
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 10px;
      font-size: 10px;
      color: #8a95ab;
    }

    .preview-nav {
      display: flex;
      gap: 14px;
      letter-spacing: 0.02em;
    }

    .preview-controls {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .control-dots {
      display: flex;
      gap: 4px;
    }

    .control-dots i {
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: #c3cddd;
      display: block;
    }

    .preview-search {
      width: 98px;
      height: 14px;
      border-radius: 999px;
      background: rgba(231, 236, 245, 0.9);
    }

    .preview-hero {
      position: relative;
      height: 186px;
      background:
        linear-gradient(90deg, rgba(238, 236, 232, 0.94) 0%, rgba(247, 245, 240, 0.9) 54%, rgba(242, 240, 235, 0.76) 100%),
        radial-gradient(circle at 78% 48%, rgba(165, 108, 65, 0.24), transparent 18%);
      overflow: hidden;
    }

    .preview-copy {
      position: absolute;
      left: 146px;
      top: 66px;
      color: rgba(255,255,255,0.9);
      text-shadow: 0 6px 20px rgba(67, 45, 21, 0.16);
      font-size: 30px;
      line-height: 1.12;
      letter-spacing: -0.05em;
    }

    .preview-model {
      position: absolute;
      right: 72px;
      bottom: -6px;
      width: 112px;
      height: 170px;
      filter: drop-shadow(0 10px 18px rgba(115, 72, 40, 0.18));
    }

    .preview-floor {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 18px;
      background: linear-gradient(180deg, rgba(237, 234, 229, 0), rgba(226, 224, 218, 0.92));
    }

    .intro-copy {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 8px 6px 2px;
    }

    .intro-copy p {
      margin: 0 0 18px;
      font-size: 15px;
      line-height: 2;
      color: #465774;
      font-weight: 600;
    }

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

    .meta-chip {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      padding: 10px 12px;
      border-radius: 11px;
      background: #f7f9fd;
      border: 1px solid rgba(229, 236, 245, 0.94);
      font-size: 13px;
      color: #64738c;
      font-weight: 700;
    }

    .meta-chip strong {
      color: #22314a;
      font-weight: 900;
    }

    .scroll-strip {
      display: grid;
      grid-auto-flow: column;
      grid-auto-columns: minmax(160px, 220px);
      gap: 12px;
      overflow-x: auto;
      padding: 4px 2px 10px;
      scrollbar-width: none;
      align-items: stretch;
    }

    .scroll-strip::-webkit-scrollbar {
      display: none;
    }

    .mark-card,
    .product-card {
      min-width: 0;
      width: 100%;
      border-radius: 14px;
      background: #fff;
      border: 1px solid rgba(230, 236, 246, 0.98);
      box-shadow: 0 12px 22px rgba(18, 35, 67, 0.05);
      overflow: hidden;
      transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
    }

    .mark-card:hover,
    .product-card:hover {
      transform: translateY(-3px);
      box-shadow: 0 18px 28px rgba(16, 35, 66, 0.09);
      border-color: rgba(214, 223, 236, 0.98);
    }

    .mark-card {
      padding: 8px;
    }

    .mark-plate {
      height: 96px;
      border-radius: 10px;
      display: grid;
      place-items: center;
      position: relative;
      overflow: hidden;
      border: 1px solid rgba(231, 238, 247, 0.95);
      background: linear-gradient(180deg, #fff, #fcfdff);
      padding: 10px;
    }

    .mark-plate.dark {
      background:
        radial-gradient(circle at top right, rgba(255,255,255,0.11), transparent 25%),
        linear-gradient(180deg, #132338, #0d1a2b);
      border-color: rgba(244, 247, 252, 0.06);
      color: #fff;
    }

    .mark-caption {
      padding-top: 8px;
      text-align: center;
      font-size: 13px;
      color: #55657e;
      font-weight: 800;
      letter-spacing: 0.01em;
    }

    .serif-logo {
      font-size: 23px;
      line-height: 1.04;
      text-align: center;
      letter-spacing: -0.04em;
    }

    .wordmark {
      font-size: 22px;
      line-height: 1.05;
      color: #1d232d;
    }

    .af-mark {
      font-size: 30px;
      letter-spacing: -0.06em;
      color: #1b2029;
    }

    .product-card {
      padding: 8px;
    }

    .product-thumb {
      height: 132px;
      border-radius: 10px;
      background:
        linear-gradient(180deg, #fbfcfe, #f1f4f9);
      border: 1px solid rgba(232, 238, 246, 0.95);
      display: grid;
      place-items: center;
      overflow: hidden;
      padding: 10px;
    }

    .product-name {
      text-align: center;
      font-size: 13px;
      font-weight: 900;
      color: #2a3954;
      padding: 10px 2px 2px;
      letter-spacing: 0.01em;
    }

    .table-shell {
      overflow: hidden;
      border-radius: 16px;
      border: 1px solid rgba(230, 236, 246, 0.98);
      background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(253,253,254,0.98));
      box-shadow: 0 14px 24px rgba(18, 35, 67, 0.05);
    }

    .table-wrap {
      overflow-x: auto;
      scrollbar-width: thin;
      scrollbar-color: rgba(139, 154, 176, 0.4) transparent;
    }

    table {
      width: 100%;
      border-collapse: collapse;
      min-width: 0;
      font-size: 14px;
    }

    .page-main table thead th {
      padding: 15px 14px;
      background: linear-gradient(180deg, #fbfdff, #f7f9fc) !important;
      border-bottom: 1px solid rgba(227, 234, 243, 0.98) !important;
      text-align: left;
      color: #1a2332 !important;
      font-weight: 900;
      white-space: nowrap;
    }

    tbody td {
      padding: 15px 14px;
      border-bottom: 1px solid rgba(236, 241, 248, 0.98);
      color: #28354d;
      font-weight: 700;
      white-space: nowrap;
      transition: background var(--transition);
    }

    tbody tr:nth-child(even) td {
      background: rgba(250, 251, 253, 0.72);
    }

    tbody tr:hover td {
      background: rgba(247, 250, 255, 0.95);
    }

    tbody tr:last-child td {
      border-bottom: none;
    }

    .table-link {
      color: #2f7ff0;
      font-weight: 900;
      transition: color var(--transition);
    }

    .table-link:hover {
      color: #ff9518;
    }

    .status-pill {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      min-width: 44px;
      min-height: 28px;
      padding: 4px 10px;
      border-radius: 999px;
      font-size: 13px;
      font-weight: 900;
      color: #1fa857;
      background: #e9faef;
    }

    .footer {
      margin-top: 28px;
      background:
        radial-gradient(circle at top left, rgba(81, 107, 146, 0.18), transparent 24%),
        linear-gradient(180deg, #162131 0%, #111826 100%);
      color: rgba(247, 250, 255, 0.92);
      border-top: 1px solid rgba(255,255,255,0.05);
      position: relative;
      overflow: hidden;
    }

    .footer::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(180deg, rgba(255,255,255,0.05), transparent 16%);
      pointer-events: none;
    }

    .footer-inner {
      max-width: 1220px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.25fr 1fr 1.5fr auto;
      gap: 22px;
      align-items: center;
      padding: 22px 32px 24px;
      position: relative;
      z-index: 1;
    }

    .footer-brand {
      display: flex;
      align-items: center;
      gap: 14px;
      min-width: 0;
    }

    .footer-brand strong {
      display: block;
      font-size: 18px;
      font-weight: 900;
      margin-bottom: 4px;
    }

    .footer-brand span {
      display: block;
      font-size: 13px;
      color: rgba(233, 239, 249, 0.68);
    }

    .footer-links,
    .footer-meta,
    .footer-contact {
      display: flex;
      flex-wrap: wrap;
      gap: 12px 18px;
      font-size: 13px;
      color: rgba(235, 241, 249, 0.84);
      align-items: center;
    }

    .footer-links a,
    .footer-meta a {
      color: inherit;
      transition: color var(--transition), transform var(--transition);
    }

    .footer-links a:hover,
    .footer-meta a:hover {
      color: #ffb03b;
      transform: translateY(-1px);
    }

    .footer-meta {
      color: rgba(219, 227, 239, 0.68);
    }

    .footer-meta-span {
      grid-column: 2 / 4;
    }

    .footer-contact span {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      white-space: nowrap;
    }

    .scroll-btn {
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 1px solid rgba(255,255,255,0.14);
      background: rgba(255,255,255,0.06);
      color: #ffffff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 12px 24px rgba(0,0,0,0.18);
      transition: transform var(--transition), background var(--transition), border-color var(--transition);
    }

    .scroll-btn:hover {
      transform: translateY(-2px);
      background: rgba(255,255,255,0.1);
      border-color: rgba(255,255,255,0.22);
    }

    .overlay {
      position: fixed;
      inset: 0;
      background: rgba(12, 19, 31, 0.48);
      backdrop-filter: blur(2px);
      opacity: 0;
      visibility: hidden;
      transition: opacity var(--transition), visibility var(--transition);
      z-index: 38;
    }

    .overlay.show {
      opacity: 1;
      visibility: visible;
    }

    .reveal {
      opacity: 0;
      transform: translateY(18px);
    }

    .reveal.is-visible {
      animation: cardReveal 620ms cubic-bezier(.19,.84,.28,1) forwards;
      animation-delay: var(--delay, 0ms);
    }

    @keyframes cardReveal {
      0% {
        opacity: 0;
        transform: translateY(18px);
      }
      100% {
        opacity: 1;
        transform: translateY(0);
      }
    }

    .hide-desktop {
      display: none;
    }

    @media (max-width: 1120px) {
      :root {
        --container: 100%;
      }

      .page-head {
        padding-left: 4px;
        padding-right: 4px;
      }

      .brand-card {
        grid-template-columns: 170px minmax(0, 1fr);
      }

      .stats-panel {
        grid-column: 1 / -1;
      }

      .footer-inner {
        grid-template-columns: 1fr;
        align-items: flex-start;
      }

      .footer-meta-span {
        grid-column: auto;
      }
    }

    @media (max-width: 900px) {
      body.drawer-open {
        overflow: hidden;
      }

      .mobile-topbar {
        display: flex;
      }

      #sidebar-container {
        display: contents;
      }

      .sidebar {
        display: flex !important;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: min(84vw, 312px);
        max-width: 312px;
        transform: translate3d(-100%, 0, 0);
        transition: transform 280ms cubic-bezier(.2,.8,.2,1);
        box-shadow: 24px 0 40px rgba(7, 16, 28, 0.28);
      }

      .sidebar.open {
        transform: translate3d(0, 0, 0);
      }

      .hide-desktop {
        display: inline-flex;
      }

      .page {
        margin-left: 0;
      }

      .page-main {
        padding: 16px 12px 0;
      }

      .page-head {
        flex-direction: column;
        align-items: stretch;
        gap: 16px;
        margin-bottom: 12px;
      }

      .head-actions {
        justify-content: flex-start;
      }

      .brand-card {
        grid-template-columns: 1fr;
        gap: 16px;
      }

      .logo-panel {
        height: 132px;
      }

      .info-grid {
        grid-template-columns: 80px minmax(0, 1fr);
      }

      .intro-grid {
        grid-template-columns: 1fr;
      }

      .section-card {
        padding: 14px 12px 10px;
        margin-bottom: 20px;
      }

      .footer {
        margin-top: 20px;
      }

      .footer-inner {
        padding: 22px 16px 26px;
      }
    }

    @media (max-width: 640px) {
      .page-main {
        padding: 12px 10px 0;
      }

      .content-wrap {
        max-width: 100%;
      }

      .page-head {
        gap: 12px;
        padding: 0 2px;
      }

      .breadcrumb {
        gap: 6px;
        font-size: 12px;
        flex-wrap: wrap;
        min-width: 0;
        max-width: 100%;
      }

      .page-title {
        margin-top: 10px;
        font-size: 21px;
      }

      .head-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
        width: 100%;
        padding-top: 0;
      }

      .action-btn {
        justify-content: center;
        min-height: 42px;
        padding: 10px 12px;
        font-size: 13px;
      }

      .action-btn.primary {
        grid-column: 1 / -1;
      }

      .card-shell {
        padding: 12px;
        margin-bottom: 10px;
      }

      .brand-card {
        gap: 14px;
        min-height: auto;
        padding: 14px 12px;
      }

      .logo-panel {
        height: 120px;
        border-radius: 14px;
      }

      .logo-text {
        font-size: 22px;
      }

      .brand-core h2 {
        margin-bottom: 10px;
        gap: 8px;
        font-size: 18px;
      }

      .chip {
        min-height: 26px;
        padding: 5px 9px;
        font-size: 11px;
      }

      .info-grid {
        grid-template-columns: 1fr;
        gap: 8px;
      }

      .info-grid dt {
        font-size: 13px;
      }

      .info-grid dd {
        font-size: 13px;
        line-height: 1.65;
      }

      .type-row {
        gap: 6px;
      }

      .site-link {
        width: 100%;
        justify-content: space-between;
        gap: 8px;
        word-break: break-all;
      }

      .stats-panel {
        padding: 10px;
      }

      .stat-row {
        gap: 10px;
        padding: 10px 6px;
      }

      .stat-label {
        font-size: 12px;
      }

      .stat-value {
        font-size: 13px;
      }

      .stat-value .number {
        font-size: 20px;
      }

      .section-card {
        padding: 12px 10px 8px;
        margin-bottom: 16px;
        border-radius: 18px;
      }

      .section-head {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        margin-bottom: 10px;
        padding: 0 2px;
      }

      .section-title {
        font-size: 15px;
      }

      .ghost-btn {
        width: 100%;
        justify-content: center;
        padding: 9px 12px;
      }

      .site-preview {
        min-height: 178px;
      }

      .preview-topbar {
        height: auto;
        padding: 8px 10px;
        gap: 8px;
        align-items: flex-start;
        flex-direction: column;
      }

      .preview-nav {
        gap: 8px;
        flex-wrap: wrap;
        font-size: 9px;
      }

      .preview-controls {
        width: 100%;
        justify-content: space-between;
      }

      .preview-search {
        flex: 1;
        min-width: 0;
        max-width: 120px;
      }

      .preview-hero {
        height: 150px;
      }

      .preview-copy {
        left: 16px;
        top: 42px;
        font-size: 24px;
      }

      .preview-model {
        right: 18px;
        width: 86px;
        height: 140px;
      }

      .intro-copy {
        padding: 4px 2px 0;
      }

      .intro-copy p {
        margin-bottom: 14px;
        font-size: 14px;
        line-height: 1.82;
      }

      .meta-row {
        gap: 8px;
      }

      .meta-chip {
        width: 100%;
        justify-content: space-between;
        padding: 9px 10px;
        font-size: 12px;
      }

      .scroll-strip {
        grid-auto-columns: minmax(138px, 62vw);
        gap: 10px;
        padding-bottom: 8px;
      }

      .mark-card,
      .product-card {
        border-radius: 12px;
      }

      .mark-card,
      .product-card {
        padding: 7px;
      }

      .mark-plate {
        height: 88px;
      }

      .product-thumb {
        height: 120px;
      }

      .mark-caption,
      .product-name {
        font-size: 12px;
      }

      .table-shell {
        border-radius: 14px;
      }

      .table-wrap {
        margin: 0 -2px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
      }

      table {
        min-width: 560px;
        font-size: 13px;
      }

      .page-main table thead th,
      tbody td {
        padding: 12px 10px;
      }

      .status-pill {
        min-height: 24px;
        padding: 4px 8px;
        font-size: 12px;
      }

      .footer {
        margin-top: 16px;
      }

      .footer-inner {
        gap: 14px;
        padding: 18px 14px 22px;
      }

      .footer-brand {
        align-items: flex-start;
      }

      .footer-brand strong {
        font-size: 16px;
      }

      .footer-brand span,
      .footer-links,
      .footer-meta,
      .footer-contact {
        font-size: 12px;
      }

      .scroll-btn {
        width: 40px;
        height: 40px;
      }
    }
