/* hpnxfs.cn - unique class hash: hpx7f9 */
:root{
  --hpx7f9-bg:#0c1024;
  --hpx7f9-bg2:#141a3a;
  --hpx7f9-fg:#eef0ff;
  --hpx7f9-mute:#a4a9c9;
  --hpx7f9-line:rgba(255,255,255,.08);
  --hpx7f9-grad:linear-gradient(135deg,#7c5cff 0%,#ff5ea8 100%);
  --hpx7f9-grad2:linear-gradient(135deg,#36d1dc 0%,#5b86e5 100%);
  --hpx7f9-glass:rgba(255,255,255,.06);
  --hpx7f9-radius:16px;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
.hpx7f9-body{
  font-family:"PingFang TC","Noto Sans TC","Microsoft JhengHei","Helvetica Neue",Arial,sans-serif;
  background:radial-gradient(ellipse at top,#1a2050 0%,var(--hpx7f9-bg) 60%) fixed;
  color:var(--hpx7f9-fg);
  line-height:1.6;
  min-height:100vh;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block;border-radius:8px}

/* HEADER */
.hpx7f9-header{
  position:sticky;top:0;z-index:50;
  backdrop-filter:saturate(140%) blur(18px);
  -webkit-backdrop-filter:saturate(140%) blur(18px);
  background:rgba(12,16,36,.55);
  border-bottom:1px solid var(--hpx7f9-line);
}
.hpx7f9-header-inner{
  max-width:1280px;margin:0 auto;padding:14px 24px;
  display:flex;align-items:center;gap:24px;
}
.hpx7f9-brand{display:flex;align-items:center;gap:10px;flex-shrink:0}
.hpx7f9-logo{display:flex}
.hpx7f9-h1{
  font-size:18px;font-weight:800;
  background:var(--hpx7f9-grad);-webkit-background-clip:text;background-clip:text;color:transparent;
  letter-spacing:.5px;white-space:nowrap;
}
.hpx7f9-nav{display:flex;gap:6px;flex:1;justify-content:center}
.hpx7f9-nav-link{
  padding:8px 14px;border-radius:999px;font-size:14px;color:var(--hpx7f9-mute);
  transition:all .25s ease;
}
.hpx7f9-nav-link:hover{color:#fff;background:var(--hpx7f9-glass);transform:translateY(-1px)}
.hpx7f9-search{
  display:flex;align-items:center;background:var(--hpx7f9-glass);
  border:1px solid var(--hpx7f9-line);border-radius:999px;padding:6px 10px 6px 14px;
  transition:all .3s ease;min-width:240px;
}
.hpx7f9-search:focus-within{border-color:#7c5cff;box-shadow:0 0 0 3px rgba(124,92,255,.25)}
.hpx7f9-search input{
  flex:1;background:transparent;border:0;outline:0;color:#fff;font-size:13px;padding:4px;
}
.hpx7f9-search input.hpx7f9-pulse{animation:hpx7f9pulse .4s}
@keyframes hpx7f9pulse{0%{transform:scale(1)}50%{transform:scale(1.03)}100%{transform:scale(1)}}
.hpx7f9-search button{
  background:var(--hpx7f9-grad);border:0;color:#fff;width:30px;height:30px;border-radius:999px;
  display:flex;align-items:center;justify-content:center;cursor:pointer;
}
.hpx7f9-burger{display:none;background:none;border:0;flex-direction:column;gap:4px;cursor:pointer}
.hpx7f9-burger span{width:22px;height:2px;background:#fff;display:block;border-radius:2px}

/* HERO */
.hpx7f9-main{max-width:1280px;margin:0 auto;padding:24px}
.hpx7f9-crumb{font-size:13px;color:var(--hpx7f9-mute);margin:8px 0 20px}
.hpx7f9-crumb a{color:#a4a9c9;border-bottom:1px dotted #555}
.hpx7f9-crumb ol{display:flex;gap:8px;list-style:none}
.hpx7f9-hero{
  position:relative;border-radius:24px;overflow:hidden;min-height:380px;
  display:flex;align-items:flex-end;padding:40px;margin-bottom:48px;
  box-shadow:0 30px 80px -20px rgba(124,92,255,.35);
}
.hpx7f9-hero-bg{
  position:absolute;inset:0;background-size:cover;background-position:center;
  filter:brightness(.55) saturate(120%);transform:scale(1.05);
  animation:hpx7f9zoom 18s ease-in-out infinite alternate;
}
@keyframes hpx7f9zoom{to{transform:scale(1.12)}}
.hpx7f9-hero-glass{
  position:relative;background:rgba(12,16,36,.45);
  backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);
  border:1px solid var(--hpx7f9-line);border-radius:18px;padding:28px;max-width:640px;
}
.hpx7f9-tag{
  display:inline-block;font-size:12px;letter-spacing:2px;color:#ffd6ec;
  background:rgba(255,94,168,.15);padding:4px 12px;border-radius:999px;margin-bottom:14px;
}
.hpx7f9-hero-glass h2{font-size:clamp(22px,3vw,34px);line-height:1.25;margin-bottom:12px}
.hpx7f9-hero-glass p{color:var(--hpx7f9-mute);margin-bottom:22px}
.hpx7f9-hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.hpx7f9-btn-primary,.hpx7f9-btn-ghost{
  padding:12px 22px;border-radius:999px;font-weight:600;font-size:14px;
  transition:transform .2s ease, box-shadow .25s ease;
}
.hpx7f9-btn-primary{background:var(--hpx7f9-grad);color:#fff;box-shadow:0 10px 30px -10px rgba(255,94,168,.6)}
.hpx7f9-btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 40px -10px rgba(255,94,168,.8)}
.hpx7f9-btn-ghost{border:1px solid rgba(255,255,255,.25);color:#fff}
.hpx7f9-btn-ghost:hover{background:var(--hpx7f9-glass)}

/* SECTIONS */
.hpx7f9-section{margin:56px 0}
.hpx7f9-tinted{
  background:linear-gradient(180deg,rgba(124,92,255,.06),rgba(255,94,168,.04));
  border:1px solid var(--hpx7f9-line);border-radius:24px;padding:36px;
}
.hpx7f9-section-head{text-align:center;margin-bottom:32px}
.hpx7f9-section-head h2{font-size:clamp(20px,2.6vw,28px);margin-bottom:8px}
.hpx7f9-section-head p{color:var(--hpx7f9-mute);font-size:14px}

/* CARDS */
.hpx7f9-cards{
  display:grid;gap:22px;
  grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
}
.hpx7f9-card{
  background:var(--hpx7f9-glass);border:1px solid var(--hpx7f9-line);
  border-radius:var(--hpx7f9-radius);overflow:hidden;
  transition:transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  display:flex;flex-direction:column;
}
.hpx7f9-card:hover{
  transform:translateY(-6px);
  border-color:rgba(124,92,255,.5);
  box-shadow:0 30px 60px -20px rgba(124,92,255,.4);
}
.hpx7f9-thumb{position:relative;aspect-ratio:16/10;overflow:hidden;background:#1a2050}
.hpx7f9-thumb img{
  width:100%;height:100%;object-fit:cover;border-radius:0;
  transition:transform .6s ease;
}
.hpx7f9-card:hover .hpx7f9-thumb img{transform:scale(1.08)}
.hpx7f9-mask{
  position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,0) 40%,rgba(0,0,0,.55));
  opacity:0;transition:opacity .3s ease;
  display:flex;align-items:center;justify-content:center;
}
.hpx7f9-card:hover .hpx7f9-mask{opacity:1}
.hpx7f9-play{
  width:64px;height:64px;border-radius:999px;background:var(--hpx7f9-grad);
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 10px 30px rgba(0,0,0,.4);
  animation:hpx7f9beat 1.6s ease-in-out infinite;
}
@keyframes hpx7f9beat{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}
.hpx7f9-dur{
  position:absolute;right:10px;bottom:10px;font-size:11px;
  background:rgba(0,0,0,.6);color:#fff;padding:3px 8px;border-radius:6px;
}
.hpx7f9-card-body{padding:14px 16px 18px;display:flex;flex-direction:column;gap:6px}
.hpx7f9-badge{
  align-self:flex-start;font-size:11px;color:#ffd6ec;
  background:rgba(255,94,168,.18);padding:3px 8px;border-radius:6px;
}
.hpx7f9-card-body h3{font-size:15px;line-height:1.4}
.hpx7f9-card-body p{font-size:13px;color:var(--hpx7f9-mute)}

/* REVIEWS */
.hpx7f9-reviews{
  display:grid;gap:18px;
  grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
}
.hpx7f9-review{
  display:flex;gap:14px;background:var(--hpx7f9-glass);
  border:1px solid var(--hpx7f9-line);border-radius:14px;padding:16px;
  transition:transform .25s ease;
}
.hpx7f9-review:hover{transform:translateY(-3px)}
.hpx7f9-review img{width:56px;height:56px;border-radius:50%;flex-shrink:0;object-fit:cover}
.hpx7f9-review strong{display:block;margin-bottom:4px;font-size:14px}
.hpx7f9-review p{font-size:13px;color:var(--hpx7f9-mute);margin-bottom:6px}
.hpx7f9-stars{color:#ffd166;font-size:13px;letter-spacing:1px}

/* CONTACT */
.hpx7f9-contact{display:grid;gap:24px;grid-template-columns:1fr 1fr}
.hpx7f9-store img{border-radius:16px}
.hpx7f9-store figcaption{margin-top:8px;font-size:13px;color:var(--hpx7f9-mute)}
.hpx7f9-info{display:flex;flex-direction:column;gap:18px}
.hpx7f9-json{
  background:#070a1c;border:1px solid var(--hpx7f9-line);border-radius:12px;
  padding:18px;overflow:auto;font-size:12.5px;color:#a8e9ff;
  font-family:"JetBrains Mono","Consolas",monospace;line-height:1.7;
}
.hpx7f9-qr{display:flex;gap:18px;flex-wrap:wrap}
.hpx7f9-qr figure{
  background:#fff;padding:10px;border-radius:12px;text-align:center;
}
.hpx7f9-qr img{width:140px;height:140px;border-radius:6px}
.hpx7f9-qr figcaption{font-size:12px;color:#333;margin-top:6px}
.hpx7f9-share{display:flex;gap:8px;align-items:center;color:var(--hpx7f9-mute);font-size:13px}
.hpx7f9-share a{
  width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;
  background:var(--hpx7f9-glass);border:1px solid var(--hpx7f9-line);
  transition:all .25s ease;color:#fff;
}
.hpx7f9-share a:hover{background:var(--hpx7f9-grad);border-color:transparent;transform:translateY(-2px)}

/* FAQ */
.hpx7f9-faq{display:flex;flex-direction:column;gap:10px;max-width:840px;margin:0 auto}
.hpx7f9-fitem{
  background:var(--hpx7f9-glass);border:1px solid var(--hpx7f9-line);
  border-radius:12px;padding:14px 18px;transition:background .25s ease;
}
.hpx7f9-fitem:hover{background:rgba(255,255,255,.09)}
.hpx7f9-fitem summary{
  cursor:pointer;font-weight:600;font-size:15px;list-style:none;
  display:flex;justify-content:space-between;align-items:center;
}
.hpx7f9-fitem summary::-webkit-details-marker{display:none}
.hpx7f9-fitem summary::after{
  content:"+";font-size:22px;color:#7c5cff;transition:transform .3s ease;
}
.hpx7f9-fitem[open] summary::after{content:"−";transform:rotate(180deg)}
.hpx7f9-fitem div{
  margin-top:10px;color:var(--hpx7f9-mute);font-size:14px;
  animation:hpx7f9fade .3s ease;
}
@keyframes hpx7f9fade{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
.hpx7f9-update{text-align:center;margin-top:18px;color:var(--hpx7f9-mute);font-size:12px}

/* FOOTER */
.hpx7f9-footer{
  border-top:1px solid var(--hpx7f9-line);margin-top:48px;
  background:rgba(7,10,28,.6);
}
.hpx7f9-foot-grid{
  max-width:1280px;margin:0 auto;padding:40px 24px;
  display:grid;gap:30px;grid-template-columns:repeat(3,1fr);
}
.hpx7f9-foot-col h3{font-size:14px;margin-bottom:12px;color:#fff}
.hpx7f9-foot-col p,.hpx7f9-foot-col a{font-size:13px;color:var(--hpx7f9-mute);line-height:1.9}
.hpx7f9-foot-col ul{list-style:none}
.hpx7f9-foot-col a:hover{color:#fff}
.hpx7f9-foot-bottom{
  text-align:center;padding:16px;border-top:1px solid var(--hpx7f9-line);
  font-size:12px;color:var(--hpx7f9-mute);
}
.hpx7f9-prose p{margin-bottom:14px;color:var(--hpx7f9-mute)}

/* RESPONSIVE */
@media (max-width:960px){
  .hpx7f9-nav{display:none}
  .hpx7f9-burger{display:flex}
  .hpx7f9-search{min-width:auto;flex:1}
  .hpx7f9-contact{grid-template-columns:1fr}
  .hpx7f9-foot-grid{grid-template-columns:1fr}
  .hpx7f9-nav-open .hpx7f9-nav{
    display:flex;flex-direction:column;position:fixed;inset:60px 0 0;
    background:rgba(12,16,36,.95);backdrop-filter:blur(20px);
    padding:24px;gap:8px;z-index:40;
  }
}
@media (max-width:560px){
  .hpx7f9-h1{font-size:15px}
  .hpx7f9-hero{min-height:300px;padding:24px}
  .hpx7f9-tinted{padding:22px}
}
