  * { box-sizing: border-box; }
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: var(--text-1);
    background: linear-gradient(180deg, #f8fafc, #f0fafd);
  }
  a { color: inherit; text-decoration: none; }
  button, input { font: inherit; }
  .container { width: min(1280px, calc(100vw - 48px)); margin: 0 auto; }
  .nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, .88);
    border-bottom: 1px solid rgba(148, 163, 184, .18);
    backdrop-filter: blur(16px);
  }
  .nav-inner {
    min-height: 76px;
    display: grid;
    grid-template-columns: 260px minmax(420px, 1fr) 300px;
    align-items: center;
    gap: 20px;
    padding: 14px 0;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    width: 260px;
  }
  .logo-mark { width: 42px; height: 42px; border-radius: 12px; background: #fff; border: 1px solid rgba(148, 163, 184, .18); display: grid; place-items: center; overflow: hidden; box-shadow: 0 14px 28px rgba(0,172,235,.12); }
  .logo-mark img { width: 78%; height: 78%; object-fit: contain; display: block; }
  .logo-copy strong { display: block; font-size: 16px; }
  .logo-copy span { display: block; font-size: 12px; color: var(--text-3); }
  .nav-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: center;
    min-width: 0;
  }
  .nav-menu a { position: relative; padding: 8px 0; font-size: 14px; color: var(--text-2); }
  .nav-menu a.active { color: var(--primary); font-weight: 600; }
  .nav-menu a.active::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    border-radius: 999px;
    background: linear-gradient(90deg, #00aceb, #6fd4f4);
  }
  .nav-note {
    width: 300px;
    justify-self: end;
    text-align: right;
    font-size: 12px;
    color: var(--text-3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hero { padding: 28px 0 18px; }
  .hero-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start;
    padding: 28px;
    border-radius: 24px;
    background: linear-gradient(135deg, #00202e, #003b52 54%, #0a3a58);
    box-shadow: 0 24px 70px rgba(7, 17, 31, .18);
  }
  .hero-copy h1 {
    margin: 0 0 12px;
    font-size: 34px;
    line-height: 1.1;
    color: #f8fafc;
  }
  .hero-copy p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    color: rgba(226, 232, 240, .8);
  }
  .hero-product-search {
    margin-top: 18px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(255, 255, 255, .48);
    box-shadow: 0 18px 45px rgba(2, 8, 23, .18);
  }
  .hero-channel-actions { margin-top: 16px; }
  .channel-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
    color: #e2e8f0;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: background .18s ease, border-color .18s ease;
  }
  .channel-btn svg { width: 16px; height: 16px; }
  .channel-btn:hover { background: rgba(255, 255, 255, .2); border-color: rgba(255, 255, 255, .34); }
  .hero-product-search h2 {
    margin: 0 0 8px;
    font-size: 22px;
    color: var(--text-1);
  }
  .hero-product-search p {
    margin: 0;
    color: var(--text-3);
  }
  .hero-search-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 148px;
    gap: 12px;
    margin-top: 16px;
  }
  .hero-search-form input {
    width: 100%;
    height: 50px;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 14px;
    background: #f0fafd;
    padding: 0 16px;
    font-size: 14px;
    color: var(--text-1);
  }
  .hero-search-form input:focus {
    outline: none;
    border-color: rgba(0,172,235,.55);
    box-shadow: 0 0 0 4px rgba(0,172,235,.10);
  }
  .product-quick-searches {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
  }
  .product-quick-search-heading {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-right: 2px;
    color: #0a4a63;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0;
    white-space: nowrap;
  }
  .product-quick-search {
    height: 30px;
    padding: 0 11px;
    border: 1px solid rgba(0,172,235,.34);
    border-radius: 999px;
    background: rgba(239, 249, 255, .82);
    color: #0087b3;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    transition: background-color .16s ease, border-color .16s ease, color .16s ease, box-shadow .16s ease, transform .12s ease;
  }
  .product-quick-search:hover,
  .product-quick-search:focus-visible {
    border-color: rgba(0,172,235,.62);
    background: #fff;
    color: #00628a;
    box-shadow: 0 5px 14px rgba(0,172,235,.12);
    outline: none;
  }
  .product-quick-search:active { transform: scale(.96); }
  .primary-btn, .line-btn {
    height: 42px;
    padding: 0 16px;
    border-radius: 12px;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .primary-btn { background: linear-gradient(135deg, #00aceb, #6fd4f4); color: #002e3d; }
  .line-btn { background: #fff; color: var(--text-2); border: 1px solid rgba(148, 163, 184, .24); }
  .page-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 10px 0 42px;
  }
  .panel {
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(148, 163, 184, .16);
    box-shadow: 0 18px 40px rgba(15, 23, 42, .06);
  }
  .block-title, .section-head, .brand-head, .style-head {
    display: flex;
    justify-content: space-between;
    gap: 16px;
  }
  .block-title { align-items: center; margin-bottom: 16px; }
  .block-title h3, .section-head h2 { margin: 0; }
  .block-title a { font-size: 12px; color: var(--primary); }
  .chip-list, .product-tags, .modal-badges { display: flex; flex-wrap: wrap; gap: 8px; }
  .filter-chip, .product-tags span, .modal-badges span, .brand-count, .visual-platform {
    display: inline-flex;
    align-items: center;
    height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 12px;
  }
  .list-tools { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
  .filter-toggle {
    height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    border: 1px solid rgba(0,172,235,.28);
    background: #fff;
    color: #00aceb;
    font-weight: 700;
    cursor: pointer;
  }
  .filter-toggle.active {
    background: rgba(0,172,235,.1);
  }
  .filter-panel {
    display: none;
    margin: 0 0 16px;
    padding: 16px;
    border-radius: 18px;
    background: #f0fafd;
    border: 1px solid rgba(148, 163, 184, .16);
  }
  .filter-panel.open { display: block; }
  .filter-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
  }
  .filter-heading {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    align-items: baseline;
    gap: 8px;
    min-height: 22px;
    margin-bottom: 10px;
  }
  .filter-heading strong { font-size: 14px; line-height: 22px; }
  .filter-heading span { font-size: 11px; line-height: 22px; color: var(--text-3); white-space: nowrap; }
  .installation-filter-subgroups {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
    gap: 8px;
  }
  .installation-filter-subgroup { display: grid; gap: 4px; min-width: 0; }
  .installation-filter-subheading {
    color: var(--text-3);
    font-size: 11px;
    line-height: 1.3;
  }
  .installation-filter-subgroup .chip-list { gap: 5px; }
  .brand-filter-group { position: relative; }
  .desktop-brand-options { display: flex; flex-wrap: wrap; gap: 8px; }
  .desktop-brand-options #brand-filters { display: contents; }
  .brand-more-toggle {
    height: 28px;
    padding: 0 9px;
    border-radius: 9px;
    border: 1px solid rgba(0,172,235,.24);
    background: rgba(255, 255, 255, .72);
    color: #00aceb;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
  }
  .brand-more-toggle[aria-expanded="true"] { background: rgba(0,172,235,.1); }
  .brand-filter-popover {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 30;
    width: min(620px, calc(100vw - 96px));
    max-height: 330px;
    padding: 14px;
    overflow: auto;
    border-radius: 14px;
    border: 1px solid rgba(160, 188, 220, .42);
    background: rgba(240, 248, 255, .98);
    box-shadow: 0 24px 64px rgba(31, 72, 112, .2);
    backdrop-filter: blur(22px);
  }
  .brand-filter-popover[hidden] { display: none; }
  .brand-popover-head { display: grid; grid-template-columns:minmax(0, 1fr) 32px; gap: 10px; margin-bottom: 12px; }
  .brand-popover-search {
    width: 100%;
    height: 36px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid rgba(148, 163, 184, .24);
    background: rgba(255, 255, 255, .86);
    color: var(--text-1);
  }
  .brand-popover-close {
    width: 32px;
    height: 32px;
    align-self: center;
    border-radius: 9px;
    border: 1px solid rgba(148, 163, 184, .22);
    background: rgba(255, 255, 255, .72);
    color: var(--text-2);
    cursor: pointer;
  }
  .filter-chip {
    border: 1px solid rgba(148, 163, 184, .16);
    background: #fff;
    color: var(--text-2);
    cursor: pointer;
    transition: .18s ease;
  }
  .filter-chip.active {
    background: rgba(0,172,235,.1);
    color: #00aceb;
    border-color: rgba(0,172,235,.32);
  }
  .content-stack { display: grid; gap: 20px; }
  .section-head { align-items: flex-end; margin-bottom: 16px; }
  .section-head p, .brand-head p, .style-head span, .product-brand, .product-summary, .source-note, .modal-head p {
    margin: 0;
    color: var(--text-3);
    font-size: 13px;
    line-height: 1.8;
  }
  .result-count-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(0,172,235,.09);
    color: #00aceb;
    font-size: 13px;
    font-weight: 700;
  }
  .catalog-groups { display: grid; gap: 16px; }
  .brand-section {
    border-radius: 18px;
    border: 1px solid rgba(148, 163, 184, .14);
    background: linear-gradient(180deg, rgba(248, 250, 252, .92), rgba(255, 255, 255, .96));
    overflow: hidden;
  }
  .brand-head { padding: 18px 20px; border-bottom: 1px solid rgba(148, 163, 184, .14); }
  .brand-head strong { display: block; font-size: 18px; margin-bottom: 4px; }
  .brand-count, .visual-platform, .modal-badges span, .product-tags span { background: rgba(0,172,235,.08); color: #00aceb; }
  .style-head { align-items: center; padding: 16px 20px 0; }
  .style-head strong { font-size: 15px; }
  .style-section + .style-section { border-top: 1px solid rgba(148, 163, 184, .14); }
  .product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
  .product-card {
    position: relative;
    display: grid;
    gap: 12px;
    padding: 14px;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(148, 163, 184, .16);
    min-width: 0;
  }
  .product-source-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    max-width: 116px;
    height: 26px;
    padding: 0 9px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .92);
    border: 1px solid rgba(0,172,235,.18);
    color: #00aceb;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 8px 18px rgba(15, 23, 42, .06);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-card-main {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    min-width: 0;
  }
  .product-visual {
    position: relative;
    width: 118px;
    min-height: 118px;
    height: 118px;
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff, #f8fafc);
    border: 1px solid rgba(226, 232, 240, .86);
    display: grid;
    place-items: center;
  }
  .product-visual-wrap { display: grid; gap: 6px; width: 118px; min-width: 0; }
  .product-source-row {
    display: none;
  }
  .visual-badge {
    display: inline-flex;
    align-items: center;
    height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    background: rgba(0,172,235,.08);
    border: 1px solid rgba(148, 163, 184, .16);
    font-size: 11px;
    color: var(--text-2);
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .visual-platform { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .product-name { margin: 0 0 5px; font-size: 17px; line-height: 1.32; }
  .product-brand { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .product-summary {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .product-tags { margin-top: 8px; }
  .product-body { padding-right: 108px; }
  .product-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(140px, 1fr));
    gap: 10px 12px;
    padding: 12px 0;
    border-top: 1px solid rgba(148, 163, 184, .14);
    border-bottom: 1px solid rgba(148, 163, 184, .14);
    margin-bottom: 14px;
  }
  .product-meta-item small { display: block; font-size: 11px; color: var(--text-3); margin-bottom: 4px; }
  .product-meta-item strong {
    display: -webkit-box;
    min-height: 38px;
    font-size: 13px;
    line-height: 1.45;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .product-spec-board {
    display: grid;
    gap: 8px;
    padding: 10px 0 12px;
    border-top: 1px solid rgba(148, 163, 184, .14);
    border-bottom: 1px solid rgba(148, 163, 184, .14);
    margin-bottom: 0;
  }
  .spec-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
  }
  .spec-tag {
    min-height: 44px;
    padding: 6px 8px;
    border-radius: 12px;
    background: #f0fafd;
    border: 1px solid rgba(148, 163, 184, .16);
    min-width: 0;
  }
  .spec-tag.primary {
    background: linear-gradient(135deg, rgba(0,172,235,.12), rgba(0,172,235,.10));
    border-color: rgba(0,172,235,.20);
  }
  .spec-tag.wide { grid-column: span 2; }
  .spec-tag small {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
    color: var(--text-3);
  }
  .spec-tag strong {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    line-height: 1.35;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .spec-tag:not(.wide) strong { -webkit-line-clamp: 2; }
  .product-actions { display: flex; gap: 10px; }
  .product-actions button, .product-actions a { flex: 1; }
  .product-actions .primary-btn, .product-actions .line-btn { height: 40px; }
  .empty-state {
    padding: 28px;
    border-radius: 18px;
    background: #f0fafd;
    border: 1px dashed rgba(148, 163, 184, .28);
    text-align: center;
  }
  .empty-state strong { display: block; font-size: 18px; margin-bottom: 8px; }
  .empty-state-actions { margin-top: 16px; }
  .empty-state-actions .primary-btn { display: inline-flex; height: 40px; padding: 0 18px; border-radius: 12px; align-items: center; }
  .detail-modal {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(2, 8, 23, .58);
  }
  .detail-modal.open { display: flex; }
  .modal-card {
    width: min(1280px, 100%);
    max-height: 90vh;
    overflow: auto;
    border-radius: 24px;
    background: #fff;
  }
  .modal-head {
    position: sticky;
    top: 0;
    z-index: 2;
    align-items: flex-start;
    padding: 22px 24px;
    background: rgba(255, 255, 255, .94);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(148, 163, 184, .16);
  }
  .modal-head h3 { margin: 0 0 6px; font-size: 24px; }
  .modal-close {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, .18);
    background: #fff;
    cursor: pointer;
  }
  .modal-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 24px;
  }
  .modal-visual {
    padding: 18px;
    border-radius: 18px;
    background: #f8fafc;
    border: 1px solid rgba(148, 163, 184, .16);
  }
  .modal-visual-frame {
    height: clamp(260px, 30vh, 340px);
    min-height: 260px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fff, #f8fafc);
    border: 1px solid rgba(226, 232, 240, .86);
    display: grid;
    place-items: center;
  }
  .modal-visual .modal-badges { margin-top: 10px; }
  .modal-badges .product-brand-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    padding: 0 12px;
    border: 1px solid rgba(0, 172, 235, .36);
    border-radius: 999px;
    background: rgba(0, 172, 235, .1);
    color: #007fae;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
  }
  .modal-badges .product-brand-contact:hover,
  .modal-badges .product-brand-contact:focus-visible {
    background: rgba(0, 172, 235, .18);
    border-color: rgba(0, 172, 235, .62);
    transform: translateY(-1px);
  }
  .modal-section + .modal-section { margin-top: 22px; }
  .modal-section h4 { margin: 0 0 12px; font-size: 16px; }
  .summary-list { display: grid; gap: 10px; }
  .summary-item, .source-note {
    padding: 14px 16px;
    border-radius: 16px;
    background: #f0fafd;
    border: 1px solid rgba(148, 163, 184, .16);
  }
  .param-table { width: 100%; border-collapse: collapse; border: 1px solid rgba(148, 163, 184, .16); }
  .param-table th, .param-table td {
    padding: 13px 16px;
    text-align: left;
    border-bottom: 1px solid rgba(148, 163, 184, .12);
    font-size: 13px;
    line-height: 1.7;
    vertical-align: top;
  }
  .param-table th { width: 168px; background: #f0fafd; color: var(--text-2); }
  @media (max-width: 1180px) {
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  }

  @media (max-width: 1100px) {
    .hero-card, .page-grid, .modal-content { grid-template-columns: 1fr; }
  }
  @media (max-width: 760px) {
    .product-body { padding-right: 0; }
    .product-source-badge { position: static; justify-self: start; margin-bottom: -4px; }
  }
  @media (max-width: 860px) {
    .container { width: min(100vw - 28px, 1280px); }
    .nav-inner { min-height: auto; flex-wrap: wrap; padding: 16px 0; }
    .nav-menu { order: 3; width: 100%; overflow-x: auto; justify-content: flex-start; }
    .nav-note { width: 100%; white-space: normal; }
    .product-grid { grid-template-columns: 1fr; }
    .filter-row { grid-template-columns: 1fr; }
    .product-card { grid-template-columns: 1fr; }
    .section-head, .brand-head, .style-head { flex-direction: column; align-items: flex-start; }
    .product-meta { grid-template-columns: 1fr; }
    .spec-group { grid-template-columns: 1fr; }
    .spec-group-title { padding-top: 0; }
    .spec-tags { grid-template-columns: 1fr 1fr; }
    .spec-tag.wide { grid-column: span 2; }

    /* 移动端筛选按钮 */
    .mobile-filter-link {
      display: flex !important;
      align-items: center;
      justify-content: center;
      gap: 6px;
      position: fixed;
      bottom: 20px;
      right: 20px;
      padding: 12px 24px;
      background: #00aceb;
      color: #fff;
      border-radius: 24px;
      text-decoration: none;
      box-shadow: 0 4px 12px rgba(26, 115, 232, 0.3);
      z-index: 100;
      font-weight: 600;
      font-size: 15px;
      -webkit-tap-highlight-color: transparent;
    }

    .mobile-filter-link:active {
      transform: scale(0.95);
    }
  }

  @media (max-width: 960px) {
    .nav-inner {
      grid-template-columns: 1fr;
      align-items: start;
    }
    .logo { width: auto; }
    .nav-menu {
      width: 100%;
      justify-content: flex-start;
      overflow-x: auto;
    }
    .nav-note {
      width: 100%;
      justify-self: start;
      text-align: left;
      white-space: normal;
    }
  }

  .result-product-grid .product-card {
    gap: 12px;
  }
  .result-product-grid .product-spec-board {
    display: none;
  }
  .result-product-grid .product-card-main {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 13px;
  }
  .result-product-grid .product-visual-wrap,
  .result-product-grid .product-visual {
    width: 96px;
  }
  .result-product-grid .product-visual {
    height: 96px;
    min-height: 96px;
  }
  .result-product-grid .product-body {
    padding-right: 0;
  }
  .result-product-grid .product-summary {
    -webkit-line-clamp: 2;
    font-size: 12px;
    line-height: 1.55;
  }
  .result-product-grid .product-tags {
    margin-top: 7px;
    gap: 6px;
  }
  .result-product-grid .product-tags span {
    height: 24px;
    padding: 0 8px;
    font-size: 11px;
  }
  .result-product-grid .product-actions {
    padding-top: 10px;
    border-top: 1px solid rgba(148, 163, 184, .12);
  }

  .filter-done-bar {
    position: sticky;
    bottom: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 14px -4px -4px;
    padding: 10px;
    border-radius: 15px;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(148, 163, 184, .16);
    box-shadow: 0 14px 34px rgba(15, 23, 42, .08);
    backdrop-filter: blur(12px);
  }
  .filter-done-bar span {
    min-width: 0;
    color: var(--text-3);
    font-size: 12px;
    line-height: 1.45;
  }
  .filter-done-bar div {
    display: flex;
    gap: 8px;
    flex: 0 0 auto;
  }
  .filter-done-bar button {
    height: 34px;
    padding: 0 12px;
    border-radius: 11px;
    border: 1px solid rgba(148, 163, 184, .18);
    cursor: pointer;
    font-weight: 800;
  }
  .filter-done-ghost {
    background: #fff;
    color: var(--text-2);
  }
  .filter-done-primary {
    border-color: transparent !important;
    background: linear-gradient(135deg, #00aceb, #6fd4f4);
    color: #fff;
  }
