/* === IX_HOME_TOP10_SHARE_V2_START === */

.ix-home-top10-v2{
  width:min(1180px,calc(100% - 40px));
  margin:92px auto;
  color:#f4f0ea;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text",
    "Noto Sans TC","PingFang TC","Helvetica Neue",Arial,sans-serif;
}

.ix-home-top10-v2 *{box-sizing:border-box}

.ix-home-top10-v2-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:30px;
}

.ix-home-top10-v2-kicker{
  margin-bottom:10px;
  color:rgba(154,207,255,.72);
  font-size:11px;
  letter-spacing:.16em;
}

.ix-home-top10-v2-head h2{
  margin:0;
  font-size:clamp(32px,4.5vw,58px);
  line-height:1.04;
  font-weight:520;
  letter-spacing:-.05em;
}

.ix-home-top10-v2-head p{
  max-width:700px;
  margin:15px 0 0;
  color:rgba(244,240,234,.6);
  font-size:14px;
  line-height:1.75;
}

.ix-home-top10-v2-all{
  flex:0 0 auto;
  min-height:46px;
  padding:0 20px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:999px;
  background:rgba(255,255,255,.055);
  color:#f4f0ea;
  font-size:13px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.ix-home-top10-v2-grid{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:15px;
}

.ix-home-top10-v2-item{
  position:relative;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.095);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.016));
  box-shadow:0 20px 54px rgba(0,0,0,.24);
  transition:transform .22s ease,border-color .22s ease;
}

.ix-home-top10-v2-item:hover{
  transform:translateY(-4px);
  border-color:rgba(255,255,255,.26);
}

.ix-home-top10-v2-card{
  height:100%;
  color:#f4f0ea;
  text-decoration:none;
  display:block;
}

.ix-home-top10-v2-media{
  position:relative;
  aspect-ratio:4/5;
  overflow:hidden;
  background:radial-gradient(circle at 50% 44%,rgba(28,34,49,.9),
    rgba(5,7,11,.98) 66%,#020204);
}

.ix-home-top10-v2-media img{
  width:100%;
  height:100%;
  padding:8% 9%;
  object-fit:contain;
  object-position:center;
  display:block;
}

.ix-home-top10-v2-rank{
  position:absolute;
  z-index:2;
  top:12px;
  left:12px;
  min-width:42px;
  min-height:28px;
  padding:0 10px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(5,5,5,.72);
  color:rgba(255,255,255,.9);
  font-size:11px;
  letter-spacing:.08em;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}

.ix-home-top10-v2-share{
  position:absolute;
  z-index:7;
  top:12px;
  right:12px;
  width:42px;
  height:42px;
  padding:0;
  border:1px solid rgba(255,255,255,.2);
  border-radius:50%;
  background:rgba(5,5,5,.82);
  color:#fff;
  font:inherit;
  font-size:17px;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 30px rgba(0,0,0,.36);
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
}

.ix-home-top10-v2-share:hover{
  border-color:rgba(255,255,255,.5);
  background:rgba(28,28,28,.96);
}

.ix-home-top10-v2-body{padding:15px}

.ix-home-top10-v2-body h3{
  min-height:44px;
  margin:0 0 8px;
  overflow:hidden;
  color:#f5f1eb;
  font-size:16px;
  line-height:1.35;
  font-weight:570;
  letter-spacing:-.02em;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.ix-home-top10-v2-body p{
  min-height:54px;
  margin:0;
  overflow:hidden;
  color:rgba(244,240,234,.53);
  font-size:12px;
  line-height:1.55;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}

.ix-home-top10-v2-meta{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
  margin-top:14px;
  padding-top:12px;
  border-top:1px solid rgba(255,255,255,.075);
  color:rgba(255,255,255,.62);
  font-size:10px;
}

.ix-home-top10-v2-empty{
  grid-column:1/-1;
  padding:42px 24px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:22px;
  background:rgba(255,255,255,.025);
  color:rgba(255,255,255,.48);
  text-align:center;
}

.ix-home-share-v2[hidden]{display:none!important}

.ix-home-share-v2{
  position:fixed;
  inset:0;
  z-index:16000;
  display:grid;
  place-items:center;
  padding:20px;
  background:rgba(0,0,0,.8);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
}

.ix-home-share-v2-dialog{
  position:relative;
  width:min(500px,100%);
  padding:30px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:28px;
  background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.1),
    transparent 38%),#0a0a0c;
  color:#f4f0ea;
  box-shadow:0 40px 120px rgba(0,0,0,.72);
}

.ix-home-share-v2-close{
  position:absolute;
  top:14px;
  right:14px;
  width:40px;
  height:40px;
  padding:0;
  border:1px solid rgba(255,255,255,.14);
  border-radius:50%;
  background:rgba(255,255,255,.06);
  color:#fff;
  font-size:22px;
  cursor:pointer;
}

.ix-home-share-v2-kicker{
  margin-bottom:9px;
  color:rgba(154,207,255,.7);
  font-size:10px;
  letter-spacing:.18em;
}

.ix-home-share-v2-dialog h2{
  margin:0 48px 7px 0;
  font-size:28px;
  line-height:1.15;
  letter-spacing:-.04em;
}

.ix-home-share-v2-name{
  margin-bottom:22px;
  color:rgba(255,255,255,.56);
  font-size:13px;
  line-height:1.6;
}

.ix-home-share-v2-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
}

.ix-home-share-v2-option{
  min-height:54px;
  padding:11px 15px;
  border:1px solid rgba(255,255,255,.14);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#f4f0ea;
  font:inherit;
  font-size:14px;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
}

.ix-home-share-v2-option.primary{
  border-color:#f4f0ea;
  background:#f4f0ea;
  color:#080808;
  font-weight:700;
}

.ix-home-share-v2-status{
  min-height:20px;
  margin-top:15px;
  color:rgba(255,255,255,.52);
  font-size:12px;
  text-align:center;
}

@media(max-width:1080px){
  .ix-home-top10-v2-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}

@media(max-width:760px){
  .ix-home-top10-v2{
    width:calc(100% - 28px);
    margin:64px auto;
  }

  .ix-home-top10-v2-head{
    align-items:flex-start;
    flex-direction:column;
  }

  .ix-home-top10-v2-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:11px;
  }
}

@media(max-width:520px){
  .ix-home-share-v2-dialog{
    padding:26px 18px 22px;
    border-radius:24px;
  }

  .ix-home-share-v2-grid{grid-template-columns:1fr}
}

@media(max-width:460px){
  .ix-home-top10-v2-grid{grid-template-columns:1fr}
  .ix-home-top10-v2-media{aspect-ratio:5/4}
  .ix-home-top10-v2-body h3,
  .ix-home-top10-v2-body p{min-height:0}
}

/* === IX_HOME_TOP10_SHARE_V2_END === */


/* IX_HOME_TOP10_V3_IMAGE_START */
#ixHomeTop10ShareV2
.ix-home-top10-v2-media{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(
      circle at 50% 68%,
      rgba(51,58,82,.34),
      rgba(7,9,15,.98) 68%
    );
}

#ixHomeTop10ShareV2
.ix-home-top10-v2-media img{
  display:block !important;
  visibility:visible !important;
  opacity:1 !important;
  width:100% !important;
  height:100% !important;
  padding:7% 8% !important;
  object-fit:contain !important;
  object-position:center !important;
  transform:none !important;
}

#ixHomeTop10ShareV2
.ix-home-top10-v2-media.is-image-error::after{
  content:"產品圖片載入中";
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  color:rgba(255,255,255,.36);
  font-size:12px;
  letter-spacing:.08em;
}
/* IX_HOME_TOP10_V3_IMAGE_END */
