#ap-aggregate #ps-aggregate-page{
    --ps-ink: #221f26;
    --ps-muted: #6d6873;
    --ps-paper: #ffffff;
    --ps-soft: #f8f5f0;
    --ps-line: #e7e1d8;
    --ps-deep: #2c3a3f;
    --ps-deep-dark: #1f2b2f;
    --ps-gold: #b08d57;
    color: var(--ps-ink);
    background: var(--ps-paper);
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1.62;
    overflow: hidden;
  }#ap-aggregate #ps-aggregate-page *{ box-sizing: border-box; }#ap-aggregate #ps-aggregate-page a{ color: inherit; }#ap-aggregate #ps-aggregate-page img{ display: block; max-width: 100%; }#ap-aggregate #ps-aggregate-page p{ margin: 0 0 16px; }#ap-aggregate #ps-aggregate-page h1, #ap-aggregate #ps-aggregate-page h2, #ap-aggregate #ps-aggregate-page h3{ margin: 0 0 14px; letter-spacing: 0; }#ap-aggregate #ps-aggregate-page h1{ font-size: 46px; line-height: 1.3; }#ap-aggregate #ps-aggregate-page h2{ font-size: 32px; line-height: 1.25; }#ap-aggregate #ps-aggregate-page h3{ font-size: 19px; line-height: 1.34; }#ap-aggregate #ps-aggregate-page ul{ margin: 0 0 16px; padding-left: 20px; }#ap-aggregate #ps-aggregate-page li{ margin-bottom: 6px; }#ap-aggregate .ps-shell{ width: min(1120px, calc(100% - 40px)); margin: 0 auto; }#ap-aggregate .ps-section{ padding: 76px 0; }#ap-aggregate .ps-section-soft{ background: var(--ps-soft); }#ap-aggregate .ps-head{ max-width: 760px; margin-bottom: 36px; }#ap-aggregate .ps-head p{ color: var(--ps-muted); font-size: 17px; margin-bottom: 0; }#ap-aggregate .ps-header{
    position: sticky;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--ps-line);
    backdrop-filter: blur(6px);
  }#ap-aggregate .ps-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 62px;
    flex-wrap: wrap;
  }#ap-aggregate .ps-brand{
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .16em;
  }#ap-aggregate .ps-nav-links{
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    font-size: 13px;
    font-weight: 700;
    color: var(--ps-muted);
  }#ap-aggregate .ps-nav-links a{ text-decoration: none; }#ap-aggregate .ps-nav-links a:hover{ color: var(--ps-ink); }#ap-aggregate .ps-hero{ padding: 58px 0 64px; background: var(--ps-paper); }#ap-aggregate .ps-hero-grid{
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
    align-items: center;
    gap: 58px;
  }#ap-aggregate .ps-lede{ font-size: 18px; color: #3b3742; max-width: 620px; }#ap-aggregate .ps-actions{ display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }#ap-aggregate .ps-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 22px;
    border: 1px solid var(--ps-ink);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
  }#ap-aggregate .ps-btn-primary{
    background: var(--ps-deep);
    border-color: var(--ps-deep);
    color: #fff !important;
  }#ap-aggregate .ps-btn-primary:hover{ background: var(--ps-deep-dark); border-color: var(--ps-deep-dark); }#ap-aggregate .ps-btn-ghost{ background: transparent; }#ap-aggregate .ps-btn-ghost:hover{ background: var(--ps-ink); color: #fff !important; }#ap-aggregate .ps-hero-media{ position: relative; }#ap-aggregate .ps-hero-media::after{
    content: "";
    position: absolute;
    right: -14px;
    bottom: -14px;
    width: 32%;
    height: 32%;
    border-right: 6px solid var(--ps-gold);
    border-bottom: 6px solid var(--ps-gold);
  }#ap-aggregate .ps-hero-media img{
    position: relative;
    z-index: 1;
    width: 100%;
    max-height: 620px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(34, 31, 38, .16);
  }#ap-aggregate .ps-rank{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
  }#ap-aggregate .ps-rank-item{
    background: var(--ps-paper);
    border: 1px solid var(--ps-line);
    border-top: 3px solid var(--ps-deep);
    border-radius: 6px;
    padding: 20px 18px;
  }#ap-aggregate .ps-rank-no{
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .12em;
    color: var(--ps-gold);
    margin-bottom: 8px;
  }#ap-aggregate .ps-rank-item p{ margin-bottom: 0; color: var(--ps-muted); font-size: 15px; }#ap-aggregate .ps-verdict{
    margin-top: 26px;
    padding: 26px 28px;
    background: var(--ps-paper);
    border-left: 4px solid var(--ps-gold);
    border-radius: 0 6px 6px 0;
  }#ap-aggregate .ps-verdict p{ margin-bottom: 0; font-size: 17px; }#ap-aggregate .ps-chips{ display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }#ap-aggregate .ps-chip{
    display: inline-flex;
    align-items: center;
    padding: 9px 16px;
    border: 1px solid var(--ps-line);
    border-radius: 999px;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: var(--ps-muted);
  }#ap-aggregate .ps-chip:hover{ border-color: var(--ps-deep); color: var(--ps-ink); }#ap-aggregate .ps-table-wrap{
    overflow-x: auto;
    border: 1px solid var(--ps-line);
    border-radius: 8px;
    background: #fff;
  }#ap-aggregate .ps-table{ width: 100%; min-width: 880px; border-collapse: collapse; font-size: 15px; }#ap-aggregate .ps-table th{
    background: var(--ps-deep);
    color: #fff;
    text-align: left;
    padding: 14px 16px;
    font-size: 13px;
    letter-spacing: .06em;
    text-transform: uppercase;
  }#ap-aggregate .ps-table td{
    padding: 16px;
    border-bottom: 1px solid var(--ps-line);
    vertical-align: top;
    color: #3b3742;
  }#ap-aggregate .ps-table tr:last-child td{ border-bottom: 0; }#ap-aggregate .ps-table td:first-child{ font-weight: 800; color: var(--ps-ink); white-space: nowrap; }#ap-aggregate .ps-split{
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 44px;
    align-items: center;
    margin-top: 40px;
  }#ap-aggregate .ps-split img{
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(34, 31, 38, .12);
  }#ap-aggregate .ps-note{
    padding: 22px 24px;
    background: #fff;
    border: 1px solid var(--ps-line);
    border-radius: 6px;
  }#ap-aggregate .ps-note h3{ margin-bottom: 8px; }#ap-aggregate .ps-note p:last-child{ margin-bottom: 0; color: var(--ps-muted); }#ap-aggregate .ps-caveat{
    background: #fff;
    border-left: 4px solid var(--ps-gold);
    padding: 18px 22px;
    font-size: 15px;
    color: var(--ps-muted);
    border-radius: 0 6px 6px 0;
    margin-top: 22px;
  }#ap-aggregate .ps-caveat p:last-child{ margin-bottom: 0; }#ap-aggregate .ps-pairs{ display: grid; gap: 18px; }#ap-aggregate .ps-pair{
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 22px;
    padding: 22px 24px;
    background: #fff;
    border: 1px solid var(--ps-line);
    border-radius: 6px;
  }#ap-aggregate .ps-pair-myth{
    font-weight: 700;
    color: var(--ps-ink);
  }#ap-aggregate .ps-pair-myth span{
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #a8443c;
    margin-bottom: 6px;
  }#ap-aggregate .ps-pair-real span{
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--ps-gold);
    margin-bottom: 6px;
  }#ap-aggregate .ps-pair-real p{ margin-bottom: 8px; color: #3b3742; }#ap-aggregate .ps-pair-line{ margin-bottom: 0 !important; font-size: 14px; font-weight: 700; color: var(--ps-deep); }#ap-aggregate .ps-decision{
    margin-top: 30px;
    padding: 24px 26px;
    background: var(--ps-deep);
    color: #fff;
    border-radius: 8px;
  }#ap-aggregate .ps-decision h3{ color: #fff; margin-bottom: 8px; }#ap-aggregate .ps-decision p{ margin-bottom: 0; color: #e3e7e6; }#ap-aggregate .ps-scale{ display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; margin-bottom: 30px; }#ap-aggregate .ps-scale-card{
    background: #fff;
    border: 1px solid var(--ps-line);
    border-radius: 6px;
    padding: 20px;
  }#ap-aggregate .ps-scale-card strong{ display: block; font-size: 15px; margin-bottom: 6px; }#ap-aggregate .ps-scale-card p{ margin-bottom: 0; font-size: 15px; color: var(--ps-muted); }#ap-aggregate .ps-cards{ display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 18px; }#ap-aggregate .ps-card{
    background: #fff;
    border: 1px solid var(--ps-line);
    border-radius: 8px;
    padding: 22px;
    display: flex;
    flex-direction: column;
  }#ap-aggregate .ps-card h3{ margin-bottom: 8px; }#ap-aggregate .ps-card p{ color: var(--ps-muted); font-size: 15px; }#ap-aggregate .ps-card .ps-card-spec{
    font-size: 14px;
    font-weight: 700;
    color: var(--ps-deep);
    padding-top: 12px;
    border-top: 1px solid var(--ps-line);
    margin-top: auto;
    margin-bottom: 0;
  }#ap-aggregate .ps-card img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 16px;
  }#ap-aggregate .ps-card-link{
    display: inline-block;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 700;
    color: var(--ps-deep);
    text-decoration: underline;
    text-underline-offset: 3px;
  }#ap-aggregate .ps-spotlight{
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 46px;
    align-items: start;
  }#ap-aggregate .ps-spotlight img{
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 12px 32px rgba(34, 31, 38, .12);
  }#ap-aggregate .ps-price{ font-size: 26px; font-weight: 800; margin-bottom: 4px; }#ap-aggregate .ps-price del{ font-size: 16px; font-weight: 500; color: var(--ps-muted); margin-left: 10px; }#ap-aggregate .ps-meta{ font-size: 14px; color: var(--ps-muted); margin-bottom: 20px; }#ap-aggregate .ps-spec-table{ width: 100%; border-collapse: collapse; font-size: 15px; margin-bottom: 20px; }#ap-aggregate .ps-spec-table th, #ap-aggregate .ps-spec-table td{
    text-align: left;
    padding: 11px 14px;
    border-bottom: 1px solid var(--ps-line);
    vertical-align: top;
  }#ap-aggregate .ps-spec-table th{ width: 42%; font-weight: 700; background: var(--ps-soft); }#ap-aggregate .ps-matrix{ background: var(--ps-soft); }#ap-aggregate .ps-quote{
    background: var(--ps-paper);
    border: 1px solid var(--ps-line);
    border-radius: 10px;
    padding: 40px 36px;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr);
    gap: 32px;
    align-items: center;
  }#ap-aggregate .ps-quote p{ margin-bottom: 0; color: var(--ps-muted); }#ap-aggregate .ps-faq{ display: grid; gap: 14px; }#ap-aggregate .ps-faq-item{
    background: #fff;
    border: 1px solid var(--ps-line);
    border-left: 3px solid var(--ps-deep);
    border-radius: 0 6px 6px 0;
    padding: 22px 24px;
  }#ap-aggregate .ps-faq-item h3{ margin-bottom: 8px; }#ap-aggregate .ps-faq-item p{ margin-bottom: 0; color: var(--ps-muted); }

  @media (max-width: 960px) {#ap-aggregate .ps-hero-grid, #ap-aggregate .ps-split, #ap-aggregate .ps-spotlight, #ap-aggregate .ps-quote{ grid-template-columns: minmax(0, 1fr); }#ap-aggregate .ps-rank{ grid-template-columns: repeat(2, minmax(0, 1fr)); }#ap-aggregate .ps-scale{ grid-template-columns: minmax(0, 1fr); }#ap-aggregate .ps-pair{ grid-template-columns: minmax(0, 1fr); }#ap-aggregate #ps-aggregate-page h1{ font-size: 36px; }#ap-aggregate #ps-aggregate-page h2{ font-size: 27px; }#ap-aggregate .ps-hero-media::after{ right: -8px; bottom: -8px; }
  }
  @media (max-width: 560px) {#ap-aggregate .ps-section{ padding: 56px 0; }#ap-aggregate #ps-aggregate-page h1{ font-size: 30px; line-height: 1.3; }#ap-aggregate #ps-aggregate-page h2{ font-size: 24px; }#ap-aggregate .ps-rank{ grid-template-columns: minmax(0, 1fr); }#ap-aggregate .ps-btn{ width: 100%; }#ap-aggregate .ps-quote{ padding: 28px 22px; }
  }
