/*
Theme Name: Aurora Paper Lab Clean Store V5.9 Club Access
Theme URI: https://aurorapaperlab.com
Author: Aurora Paper Lab
Description: Wide pastel WooCommerce theme for Aurora Paper Lab. Built-in menu: Home, Shop, Freebies, Aurora Club, Aurora Journal.
Version: 5.9.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: aurora-paper-lab
*/

:root{
  --aurora-ink:#17172f;
  --aurora-muted:#6e6477;
  --aurora-pink:#ff6fa9;
  --aurora-pink-2:#ff8dbc;
  --aurora-purple:#8d6be8;
  --aurora-lav:#f3ebff;
  --aurora-cream:#fff8f4;
  --aurora-blue:#dff4ff;
  --aurora-green:#edf8e7;
  --aurora-border:#f0e1e8;
  --aurora-shadow:0 18px 44px rgba(64,38,73,.10);
  --aurora-wide:min(1480px,96vw);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--aurora-ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:#fff;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font-family:inherit}
.aurora-wrap{width:var(--aurora-wide);max-width:var(--aurora-wide);margin:0 auto}

.aurora-announcement{
  background:linear-gradient(90deg,#ffe3ee,#f1e8ff,#e4f6ff);
  text-align:center;
  font-weight:850;
  font-size:15px;
  padding:10px 16px;
}

.site-header{
  position:sticky;
  top:0;
  z-index:999;
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--aurora-border);
}
.admin-bar .site-header{top:32px}
.header-inner{
  min-height:88px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:36px;
}

.logo{
  display:flex;
  align-items:center;
  gap:12px;
  font-weight:950;
  letter-spacing:.04em;
  line-height:.9;
  flex:0 0 auto;
}
.logo-mark{
  width:52px;
  height:52px;
  border-radius:17px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,var(--aurora-pink),var(--aurora-purple));
  color:#fff;
  box-shadow:0 12px 24px rgba(255,111,169,.28);
  font-size:25px;
}
.logo-text strong{display:block;font-size:34px}
.logo-text span{display:block;font-size:14px;letter-spacing:.22em;margin-top:5px}
.logo-text i{font-style:normal;color:var(--aurora-pink)}

.main-nav{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:32px;
  font-weight:950;
  font-size:16px;
  flex:1 1 auto;
}
.main-nav a{
  white-space:nowrap;
  padding:11px 2px;
  transition:.18s ease;
}
.main-nav a:hover{color:var(--aurora-pink)}
.main-nav .club-link{
  padding:11px 20px;
  border-radius:999px;
  background:linear-gradient(90deg,#fff1f7,#f1ebff);
  box-shadow:0 10px 24px rgba(64,38,73,.08);
}
.main-nav .club-link:hover{
  background:linear-gradient(90deg,#ff6fa9,#8d6be8);
  color:#fff;
}

.header-actions{
  display:flex;
  align-items:center;
  gap:16px;
  font-size:22px;
  flex:0 0 auto;
}
.header-actions a{position:relative}
.cart-count{
  position:absolute;
  right:-11px;
  top:-11px;
  min-width:20px;
  height:20px;
  border-radius:999px;
  background:var(--aurora-pink);
  color:white;
  font-size:12px;
  display:grid;
  place-items:center;
  font-weight:900;
}
.menu-toggle{
  display:none;
  width:44px;
  height:44px;
  border:0;
  border-radius:16px;
  background:#fff3f8;
  color:var(--aurora-ink);
  font-size:24px;
  font-weight:950;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 22px rgba(64,38,73,.09);
  cursor:pointer;
}
.drawer-overlay{display:none}

.hero-shell{padding:30px 0 20px}
.hero-slider{
  position:relative;
  overflow:hidden;
  border-radius:38px;
  background:linear-gradient(135deg,#fff6fa,#f3edff);
  box-shadow:var(--aurora-shadow);
  min-height:500px;
}
.hero-slide{display:none;grid-template-columns:42% 58%;min-height:500px}
.hero-slide.active{display:grid}
.hero-copy{
  padding:70px 72px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.eyebrow{
  display:inline-flex;
  align-self:flex-start;
  padding:8px 14px;
  border-radius:999px;
  background:#fff;
  color:var(--aurora-pink);
  font-weight:950;
  box-shadow:0 10px 20px rgba(64,38,73,.08);
  margin-bottom:18px;
}
.hero-copy h1{
  margin:0;
  font-size:66px;
  line-height:.98;
  letter-spacing:.01em;
  font-weight:950;
  overflow-wrap:break-word;
}
.hero-copy h1 span{color:var(--aurora-pink)}
.hero-copy p{
  color:var(--aurora-muted);
  font-size:20px;
  font-weight:750;
  line-height:1.6;
  margin:20px 0 26px;
  max-width:560px;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.aurora-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border:none;
  border-radius:999px;
  padding:14px 28px;
  background:linear-gradient(90deg,var(--aurora-pink),var(--aurora-pink-2));
  color:#fff;
  font-weight:950;
  box-shadow:0 14px 26px rgba(255,111,169,.28);
}
.aurora-btn.secondary{
  background:#fff;
  color:var(--aurora-ink);
  box-shadow:0 12px 22px rgba(64,38,73,.08);
}
.hero-media{
  min-height:500px;
  position:relative;
  display:grid;
  place-items:center;
  overflow:hidden;
  background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.7),transparent 20rem),linear-gradient(135deg,#ffe3ee,#e7f4ff);
}
.hero-media img{width:100%;height:100%;object-fit:cover}
.hero-emoji{font-size:150px;filter:drop-shadow(0 14px 20px rgba(64,38,73,.12))}
.hero-deco{position:absolute;inset:auto 24px 24px auto;display:flex;gap:8px}
.hero-deco span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;box-shadow:0 10px 20px rgba(64,38,73,.08)}
.slider-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:48px;
  height:48px;
  border:0;
  border-radius:50%;
  background:#fff;
  box-shadow:0 12px 22px rgba(64,38,73,.12);
  cursor:pointer;
  font-size:28px;
  font-weight:950;
}
.slider-prev{left:18px}
.slider-next{right:18px}
.slider-dots{position:absolute;left:50%;bottom:18px;transform:translateX(-50%);display:flex;gap:9px}
.slider-dot{width:11px;height:11px;border-radius:999px;background:#dccfd9;cursor:pointer}
.slider-dot.active{width:28px;background:var(--aurora-pink)}

.category-strip{
  display:grid;
  grid-template-columns:repeat(7,minmax(0,1fr));
  gap:18px;
  padding:30px 0 22px;
}
.category-card{
  min-height:132px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--aurora-border);
  box-shadow:0 12px 26px rgba(64,38,73,.06);
  display:grid;
  place-items:center;
  text-align:center;
  padding:18px 12px;
  transition:.18s ease;
}
.category-card:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(64,38,73,.10)}
.category-icon{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border-radius:20px;
  background:#fff0f6;
  font-size:34px;
}
.category-card:nth-child(2n) .category-icon{background:#eaf7ff}
.category-card:nth-child(3n) .category-icon{background:#f2ecff}
.category-card:nth-child(4n) .category-icon{background:#eef8e7}
.category-card b{font-size:16px;margin-top:8px}
.category-card small{color:var(--aurora-muted);font-weight:800;font-size:13px}

.section{padding:54px 0}
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:28px;
}
.section-head h2{margin:0;font-size:42px;line-height:1}
.section-head p{margin:8px 0 0;color:var(--aurora-muted);font-weight:750;font-size:18px}
.section-head a{color:var(--aurora-pink);font-weight:950}

.collection-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.collection-card{
  min-height:280px;
  border-radius:34px;
  padding:34px;
  background:#fff4f8;
  border:1px solid var(--aurora-border);
  box-shadow:0 14px 32px rgba(64,38,73,.07);
  position:relative;
  overflow:hidden;
  isolation:isolate;
}
.collection-card:nth-child(2){background:#f2eeff}
.collection-card:nth-child(3){background:#eaf7ff}
.collection-card:nth-child(4){background:#fff3f8}
.collection-card:nth-child(5){background:#fff8e9}
.collection-card:nth-child(6){background:#eef8e7}
.collection-card h3{
  font-size:32px;
  line-height:1.08;
  margin:0 0 10px;
  position:relative;
  z-index:2;
}
.collection-card p{
  font-weight:750;
  color:var(--aurora-muted);
  max-width:72%;
  font-size:18px;
  line-height:1.45;
  position:relative;
  z-index:2;
}
.collection-art{
  position:absolute;
  right:28px;
  bottom:26px;
  font-size:86px;
  opacity:.86;
  z-index:1;
}

.woocommerce ul.products,.woocommerce-page ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:24px!important;
}
.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{
  width:auto!important;
  margin:0!important;
  background:#fff;
  border:1px solid var(--aurora-border);
  border-radius:28px;
  padding:16px!important;
  box-shadow:0 12px 28px rgba(64,38,73,.07);
  overflow:hidden;
}
.woocommerce ul.products li.product:hover{transform:translateY(-4px);box-shadow:0 18px 38px rgba(64,38,73,.12)}
.woocommerce ul.products li.product a img{border-radius:20px;background:#fff4f8}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit,.woocommerce .single_add_to_cart_button{
  background:var(--aurora-pink)!important;
  color:#fff!important;
  border-radius:999px!important;
  border:0!important;
  font-weight:950!important;
}
.woocommerce div.product div.images img{border-radius:28px}
.woocommerce div.product .summary{
  background:#fff;
  border:1px solid var(--aurora-border);
  border-radius:30px;
  padding:26px;
  box-shadow:0 14px 32px rgba(64,38,73,.07);
}
.price,.woocommerce ul.products li.product .price,.woocommerce div.product p.price{
  color:var(--aurora-pink)!important;
  font-weight:950!important;
}

.promo-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.promo-card{
  border-radius:36px;
  padding:40px;
  background:linear-gradient(135deg,#fff0f7,#f2ecff);
  box-shadow:var(--aurora-shadow);
}
.promo-card.alt{background:linear-gradient(135deg,#e9f7ff,#f0f8e8)}
.promo-card h2{font-size:34px;margin:0 0 10px}
.promo-card p{font-weight:750;color:var(--aurora-muted);font-size:17px}
.newsletter{
  margin:34px auto 60px;
  border-radius:38px;
  padding:46px 54px;
  background:#17172f;
  color:#fff;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:center;
  gap:22px;
}
.newsletter h2{font-size:34px;margin:0 0 8px}
.newsletter p{margin:0;color:#e8e1ef;font-weight:750}
.newsletter form{display:flex;gap:10px}
.newsletter input{min-width:280px;border:0;border-radius:999px;padding:15px 18px;font-weight:850}
.newsletter button{cursor:pointer}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;padding:18px 0 46px}
.benefit{border:1px solid var(--aurora-border);border-radius:24px;padding:22px;text-align:center;background:#fff}
.benefit span{font-size:34px}
.benefit b{display:block;margin:8px 0 5px}

.page-title{padding:46px 0 24px}
.page-title h1{font-size:42px;margin:0}
.page-title p{color:var(--aurora-muted);font-weight:750}
.site-footer{background:#17172f;color:#fff;padding:42px 0;margin-top:60px}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:28px}
.footer-grid h3{margin:0 0 12px}
.footer-grid p,.footer-grid a{color:#e8e1ef;font-weight:750}
.footer-grid a{display:block;margin:8px 0}

@media(max-width:1300px){
  .main-nav{gap:22px;font-size:15px}
  .hero-copy h1{font-size:58px}
  .hero-copy{padding:58px 52px}
  .collection-card{min-height:260px;padding:30px}
}
@media(max-width:1100px){
  .aurora-wrap{width:min(94vw,980px);max-width:min(94vw,980px)}
  .hero-slide{grid-template-columns:1fr}
  .hero-slider,.hero-slide{min-height:0}
  .hero-media{min-height:280px}
  .category-strip{grid-template-columns:repeat(4,minmax(0,1fr))}
  .collection-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important}
  .main-nav{gap:16px}
}

@media(max-width:900px){
  body.nav-open{overflow:hidden}
  .aurora-announcement{display:none}
  .site-header{position:sticky;top:0}
  .admin-bar .site-header{top:0}
  .header-inner{min-height:84px;padding:16px 0;flex-wrap:nowrap;justify-content:space-between}
  .logo{min-width:0;flex:1 1 auto}
  .logo-mark{width:52px;height:52px}
  .logo-text strong{font-size:29px}
  .logo-text span{font-size:13px}
  .header-actions{margin-left:auto;flex:0 0 auto;gap:12px}
  .header-actions a[aria-label="Search"]{display:none}
  .menu-toggle{display:inline-flex}
  .drawer-overlay{
    display:block;
    position:fixed;
    inset:0;
    background:rgba(23,23,47,.35);
    z-index:998;
    opacity:0;
    pointer-events:none;
    transition:.2s ease;
  }
  body.nav-open .drawer-overlay{opacity:1;pointer-events:auto}
  .main-nav{
    position:fixed;
    z-index:999;
    top:0;
    left:-320px;
    width:300px;
    height:100dvh;
    padding:92px 22px 28px;
    background:#fff;
    box-shadow:18px 0 40px rgba(64,38,73,.16);
    display:flex!important;
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:0!important;
    overflow-y:auto;
    transition:left .24s ease;
    border-right:1px solid var(--aurora-border);
  }
  body.nav-open .main-nav{left:0}
  .main-nav::before{
    content:"Aurora Menu";
    position:absolute;
    left:22px;
    top:28px;
    font-size:22px;
    font-weight:950;
    color:var(--aurora-ink);
  }
  .main-nav a{
    width:100%;
    padding:17px 6px!important;
    border-bottom:1px solid var(--aurora-border);
    font-size:18px;
  }
  .main-nav .club-link{
    justify-content:center;
    margin:10px 0;
    border-bottom:0;
  }

  .aurora-wrap{width:min(92vw,680px);max-width:min(92vw,680px)}
  .hero-shell{padding:16px 0 10px}
  .hero-slider{border-radius:28px;min-height:0}
  .hero-slide{grid-template-columns:1fr;min-height:0}
  .hero-copy{padding:34px 26px 78px;min-height:360px}
  .hero-copy h1{font-size:44px}
  .hero-copy p{font-size:17px}
  .hero-media{display:none}
  .hero-actions .aurora-btn{flex:1 1 150px}
  .slider-arrow{width:46px;height:46px;font-size:28px;top:auto;bottom:16px;transform:none}
  .slider-prev{left:22px}
  .slider-next{right:22px}
  .slider-dots{display:none}

  .category-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .category-card{min-height:140px}
  .section{padding:34px 0}
  .section-head h2{font-size:34px}
  .collection-grid{grid-template-columns:1fr!important;gap:18px}
  .collection-card{min-height:220px;padding:26px}
  .collection-card h3{font-size:30px}
  .collection-card p{max-width:82%;font-size:17px}
  .collection-art{font-size:62px;opacity:.72}
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
  .promo-row,.newsletter,.footer-grid{grid-template-columns:1fr}
  .newsletter{width:min(92vw,680px);max-width:min(92vw,680px);padding:28px}
  .newsletter form{display:grid}
  .newsletter input{min-width:0;width:100%}
  .benefits{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:520px){
  .woocommerce ul.products,.woocommerce-page ul.products{grid-template-columns:1fr!important}
  .benefits{grid-template-columns:1fr}
}


/* =====================================================
   V3.6 CLUB / JOURNAL / SHOP PAGES
   参考粉色简洁商城预览图重做会员页、Journal页、商品列表页
===================================================== */

.ap-breadcrumb{
  display:flex;
  align-items:center;
  gap:10px;
  color:#938892;
  font-weight:750;
  font-size:14px;
  padding:26px 0 14px;
}
.ap-breadcrumb a{color:#938892}.ap-breadcrumb span{color:#c6b9c4}

.ap-hero-banner{
  position:relative;
  min-height:290px;
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(90deg,#ffe7ef 0%,#fff2f5 46%,#ffe0e8 100%);
  border:1px solid #f3dce6;
  box-shadow:0 14px 36px rgba(64,38,73,.08);
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
  align-items:center;
  margin-bottom:28px;
}
.ap-hero-copy{padding:44px 64px;position:relative;z-index:2}.ap-hero-copy h1{font-size:58px;line-height:1;margin:0 0 12px;font-weight:950;letter-spacing:.02em}.ap-hero-copy .script{display:block;color:var(--aurora-pink);font-size:25px;font-weight:850;font-style:italic;margin:0 0 18px}.ap-hero-copy p{font-size:18px;line-height:1.6;color:#514855;font-weight:750;max-width:580px;margin:0}
.ap-hero-art{height:100%;min-height:290px;position:relative;background:radial-gradient(circle at 68% 44%,rgba(255,255,255,.72),transparent 22rem)}
.ap-hero-card{position:absolute;right:120px;top:36px;width:210px;height:220px;border-radius:22px;background:#fff8f5;border:1px solid #f0d7df;box-shadow:0 18px 40px rgba(64,38,73,.12);display:grid;place-items:center;transform:rotate(2deg);font-size:74px}.ap-hero-card:before{content:'Little notes\\A Big dreams';white-space:pre;position:absolute;top:24px;left:24px;font-size:17px;line-height:1.45;font-weight:850;color:#9a7460;text-align:left}.ap-hero-cup{position:absolute;right:34px;bottom:34px;width:128px;height:128px;border-radius:36px;background:#fbd2c8;display:grid;place-items:center;font-size:62px;box-shadow:0 16px 34px rgba(64,38,73,.12)}.ap-hero-pen{position:absolute;left:68px;bottom:50px;width:120px;height:18px;border-radius:999px;background:#eda6b3;transform:rotate(-32deg);box-shadow:0 8px 20px rgba(64,38,73,.08)}.ap-hero-flower{position:absolute;right:210px;bottom:20px;font-size:58px;opacity:.8}.ap-sparkle{position:absolute;color:#f7b053;font-size:26px}.ap-sparkle.one{left:52px;top:86px}.ap-sparkle.two{left:92px;top:124px}.ap-sparkle.three{right:52%;top:110px}

/* Journal */
.journal-topics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px;margin:0 0 30px}.journal-topic{height:70px;border-radius:16px;background:#fff;border:1px solid var(--aurora-border);box-shadow:0 8px 22px rgba(64,38,73,.05);display:flex;align-items:center;justify-content:center;gap:14px;font-weight:900}.journal-topic span{font-size:27px}.journal-feature-grid{display:grid;grid-template-columns:1.25fr .95fr;gap:28px;margin-bottom:28px}.journal-feature-main,.journal-side-card,.journal-card,.journal-sidebar-card{background:#fff;border:1px solid var(--aurora-border);border-radius:22px;box-shadow:0 12px 28px rgba(64,38,73,.06);overflow:hidden}.journal-feature-main{display:grid;grid-template-columns:.96fr 1.04fr;min-height:380px}.journal-photo,.journal-side-photo,.journal-card-photo{background:linear-gradient(135deg,#ffe2eb,#fff6ed);position:relative;display:grid;place-items:center;overflow:hidden}.journal-photo{min-height:380px}.journal-photo:before{content:'📖';font-size:140px;filter:drop-shadow(0 12px 20px rgba(64,38,73,.10))}.journal-photo:after{content:'☕ ✨ 🌸';position:absolute;right:26px;bottom:22px;font-size:42px}.journal-feature-content,.journal-side-content,.journal-card-content{padding:28px}.journal-badge{display:inline-flex;background:#ff5e9e;color:#fff;border-radius:999px;padding:7px 14px;font-size:13px;font-weight:950;margin-bottom:20px}.journal-feature-content h2{font-size:32px;line-height:1.2;margin:0 0 16px}.journal-feature-content p,.journal-side-content p,.journal-card-content p{color:var(--aurora-muted);font-weight:750;line-height:1.6}.journal-meta{display:flex;gap:14px;align-items:center;color:#968892;font-size:13px;font-weight:750;margin:22px 0}.read-more{color:var(--aurora-pink);font-weight:950}.journal-side{display:grid;gap:24px}.journal-side-card{display:grid;grid-template-columns:210px 1fr}.journal-side-photo{min-height:190px}.journal-side-photo.one:before{content:'📝';font-size:76px}.journal-side-photo.two:before{content:'🌅';font-size:76px}.journal-side-content h3{font-size:24px;line-height:1.25;margin:0 0 8px}.journal-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:28px}.journal-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.journal-card-photo{height:180px}.journal-card-photo:before{font-size:72px}.journal-card:nth-child(1) .journal-card-photo:before{content:'🧸'}.journal-card:nth-child(2) .journal-card-photo:before{content:'📄'}.journal-card:nth-child(3) .journal-card-photo:before{content:'📱'}.journal-card:nth-child(4) .journal-card-photo:before{content:'🌸'}.journal-card:nth-child(5) .journal-card-photo:before{content:'🛋️'}.journal-card h3{font-size:20px;line-height:1.28;margin:0 0 10px}.journal-sidebar{display:grid;gap:18px;align-content:start}.journal-sidebar-card{padding:20px}.journal-sidebar-card h3{font-size:19px;margin:0 0 12px}.popular-list{display:grid;gap:12px}.popular-list a{display:flex;justify-content:space-between;border-bottom:1px solid #f1e5eb;padding:8px 0;font-weight:800;color:var(--aurora-muted)}.mini-promo{background:linear-gradient(135deg,#fff0f7,#f5ffed);border-radius:20px;padding:20px;position:relative;overflow:hidden}.mini-promo strong{display:block;color:var(--aurora-pink);margin-bottom:8px}.mini-promo:after{content:'🐼';position:absolute;right:8px;bottom:2px;font-size:54px}.journal-join{margin:32px 0;border-radius:24px;background:linear-gradient(90deg,#ffe4eb,#fff6f1);border:1px solid #f2dce4;display:grid;grid-template-columns:110px 1fr auto 130px;gap:22px;align-items:center;padding:22px 28px}.journal-join .icon{font-size:64px}.journal-join input{min-width:260px;border:0;border-radius:14px;padding:15px 18px;font-weight:800}.journal-join button{border:0;border-radius:14px;background:var(--aurora-pink);color:#fff;font-weight:950;padding:15px 24px}.journal-join .mascot{font-size:58px;text-align:right}

/* Membership / Aurora Club */
.club-hero .ap-hero-copy h1{font-size:60px}.club-pricing{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;margin:34px 0}.club-plan{background:#fff;border:1px solid var(--aurora-border);border-radius:24px;padding:34px;box-shadow:0 12px 30px rgba(64,38,73,.06);position:relative;min-height:410px;display:flex;flex-direction:column}.club-plan.featured{border:2px solid var(--aurora-pink);transform:translateY(-10px);box-shadow:0 20px 42px rgba(255,111,169,.14)}.club-ribbon{position:absolute;top:-18px;left:50%;transform:translateX(-50%);background:var(--aurora-pink);color:#fff;border-radius:12px;padding:9px 24px;font-weight:950}.club-plan h2{font-size:28px;text-align:center;margin:0 0 8px}.club-sub{text-align:center;color:var(--aurora-muted);font-weight:750;margin:0 0 18px}.club-price{text-align:center;color:var(--aurora-pink);font-size:30px;font-weight:950;margin:0 0 24px}.club-price small{font-size:16px;color:#4f4654}.club-features{display:grid;gap:12px;margin:0 0 26px;padding:0;list-style:none;flex:1}.club-features li{font-weight:800;color:#5a5060;display:flex;gap:10px}.club-features li:before{content:'♡';color:var(--aurora-pink);font-weight:950}.club-button{display:flex;align-items:center;justify-content:center;width:100%;border:1px solid var(--aurora-pink);border-radius:14px;padding:15px 18px;color:var(--aurora-pink);font-weight:950}.club-plan.featured .club-button{background:var(--aurora-pink);color:#fff}.club-compare{background:#fff;border:1px solid var(--aurora-border);border-radius:22px;padding:28px;box-shadow:0 12px 30px rgba(64,38,73,.06);overflow:auto;margin:0 0 28px}.club-compare h2{margin:0 0 18px}.club-compare table{width:100%;border-collapse:collapse;min-width:760px}.club-compare th,.club-compare td{border:1px solid #f2e3ea;padding:14px;text-align:center;font-weight:800}.club-compare th:first-child,.club-compare td:first-child{text-align:left}.club-compare th{background:#fff8fb}.club-extra{display:grid;grid-template-columns:1.3fr 1fr;gap:28px;margin-bottom:34px}.club-extra-card{border:1px solid var(--aurora-border);border-radius:24px;background:linear-gradient(135deg,#fff0f6,#fffaf4);padding:34px;box-shadow:0 12px 30px rgba(64,38,73,.06);display:grid;grid-template-columns:160px 1fr;gap:24px;align-items:center}.club-extra-card.box{grid-template-columns:1fr;background:linear-gradient(135deg,#fff8f0,#fff2f7)}.club-extra-emoji{font-size:104px}.club-extra h2{font-size:28px;margin:0 0 8px}.club-extra ul{margin:12px 0 0;padding-left:20px;font-weight:800;color:var(--aurora-muted)}

/* Shop */
.shop-hero .ap-hero-copy{text-align:center}.shop-category-tabs{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:22px;margin:0 0 28px}.shop-tab{height:58px;border-radius:14px;border:1px solid var(--aurora-border);background:#fff;box-shadow:0 8px 22px rgba(64,38,73,.05);display:flex;align-items:center;justify-content:center;gap:12px;font-weight:900}.shop-tab.active,.shop-tab:hover{background:#fff0f6;color:var(--aurora-pink)}.shop-page-layout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:28px}.shop-filter-panel{background:#fff;border:1px solid var(--aurora-border);border-radius:22px;padding:22px;box-shadow:0 10px 26px rgba(64,38,73,.05);align-self:start;position:sticky;top:120px}.shop-filter-head{display:flex;justify-content:space-between;font-weight:950;margin-bottom:20px}.shop-filter-head a{color:var(--aurora-pink);font-size:13px}.filter-section{border-top:1px solid #f1e5eb;padding-top:18px;margin-top:18px}.filter-section h4{margin:0 0 12px}.filter-check{display:flex;align-items:center;gap:10px;color:var(--aurora-muted);font-weight:800;margin:12px 0}.filter-check input{width:16px;height:16px;accent-color:var(--aurora-pink)}.price-bar{height:6px;background:#ffd4e4;border-radius:999px;position:relative;margin:18px 0}.price-bar:before,.price-bar:after{content:'';position:absolute;top:50%;width:16px;height:16px;border-radius:50%;background:#fff;border:3px solid var(--aurora-pink);transform:translateY(-50%)}.price-bar:before{left:0}.price-bar:after{right:0}.price-range{display:flex;justify-content:space-between;font-size:13px;font-weight:800;color:var(--aurora-muted)}.shop-products-area{min-width:0}.shop-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:22px;color:var(--aurora-muted);font-weight:800}.shop-toolbar .woocommerce-result-count{margin:0}.shop-toolbar .woocommerce-ordering{margin:0}.shop-toolbar select{border:1px solid var(--aurora-border);border-radius:12px;padding:12px 18px;background:#fff;font-weight:800}.shop-mobile-filter{display:none;border:1px solid var(--aurora-border);background:#fff;border-radius:12px;padding:12px 18px;font-weight:900}.ap-product-benefits{margin:54px 0 34px;border:1px solid var(--aurora-border);border-radius:22px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;box-shadow:0 10px 26px rgba(64,38,73,.05);overflow:hidden}.ap-product-benefit{display:grid;grid-template-columns:58px 1fr;gap:14px;align-items:center;padding:22px;border-right:1px solid #f2e3ea}.ap-product-benefit:last-child{border-right:0}.ap-product-benefit span{font-size:42px;color:var(--aurora-pink)}.ap-product-benefit b{display:block}.ap-product-benefit small{color:var(--aurora-muted);font-weight:750}

/* Woo product card polish for preview style */
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:16px!important;line-height:1.3!important;font-weight:850!important;color:var(--aurora-ink)!important;padding:12px 0 4px!important}.woocommerce ul.products li.product .price{font-size:15px!important}.woocommerce ul.products li.product .button{width:100%;text-align:center;background:#fff0f6!important;color:var(--aurora-pink)!important;border:1px solid #ffc9df!important;box-shadow:none!important}.woocommerce ul.products li.product .button:before{content:'🛒 ';font-size:12px}.woocommerce ul.products li.product{position:relative}.woocommerce ul.products li.product:before{content:'New';position:absolute;top:22px;left:22px;z-index:4;background:var(--aurora-pink);color:#fff;border-radius:999px;padding:6px 12px;font-size:12px;font-weight:950}

@media(max-width:1100px){.ap-hero-banner{grid-template-columns:1fr}.ap-hero-art{min-height:230px}.journal-feature-grid,.journal-content-grid,.club-extra{grid-template-columns:1fr}.journal-card-grid{grid-template-columns:repeat(2,1fr)}.club-pricing{grid-template-columns:1fr}.club-plan.featured{transform:none}.shop-page-layout{grid-template-columns:1fr}.shop-filter-panel{display:none}.shop-mobile-filter{display:inline-flex}.shop-category-tabs{grid-template-columns:repeat(3,1fr)}.ap-product-benefits{grid-template-columns:repeat(2,1fr)}.ap-product-benefit:nth-child(2){border-right:0}.ap-product-benefit:nth-child(-n+2){border-bottom:1px solid #f2e3ea}}
@media(max-width:720px){.ap-breadcrumb{padding:18px 0 10px}.ap-hero-banner{min-height:0;border-radius:22px}.ap-hero-copy{padding:34px 24px}.ap-hero-copy h1{font-size:42px}.ap-hero-copy .script{font-size:20px}.ap-hero-copy p{font-size:16px}.ap-hero-card{right:94px;top:24px;width:150px;height:150px;font-size:52px}.ap-hero-card:before{font-size:12px;top:18px;left:18px}.ap-hero-cup{right:18px;bottom:24px;width:82px;height:82px;font-size:42px}.ap-hero-pen,.ap-hero-flower{display:none}.journal-topics{grid-template-columns:1fr 1fr;gap:12px}.journal-feature-main,.journal-side-card{grid-template-columns:1fr}.journal-photo{min-height:230px}.journal-card-grid{grid-template-columns:1fr}.journal-join{grid-template-columns:1fr;padding:22px}.journal-join input{min-width:0;width:100%}.club-extra-card{grid-template-columns:1fr}.club-extra-emoji{font-size:76px}.club-compare{padding:18px}.shop-category-tabs{grid-template-columns:1fr 1fr;gap:12px}.ap-product-benefits{grid-template-columns:1fr}.ap-product-benefit{border-right:0!important;border-bottom:1px solid #f2e3ea}.ap-product-benefit:last-child{border-bottom:0}}


/* =====================================================
   V3.7 SHOP FIX
   让 WooCommerce 商店页强制显示成预览图布局
   archive-product.php 生效，商品列表更像参考图
===================================================== */

.shop-archive-page{
  padding-top: 28px;
}

/* breadcrumb */
.ap-breadcrumb{
  display:flex;
  align-items:center;
  gap:10px;
  color:#9b8f9c;
  font-weight:800;
  font-size:14px;
  margin:4px 0 18px;
}
.ap-breadcrumb a:hover{color:var(--aurora-pink)}

/* shop hero banner */
.ap-hero-banner.shop-hero{
  position:relative;
  min-height:318px;
  border-radius:28px;
  overflow:hidden;
  background:
    radial-gradient(circle at 72% 45%, rgba(255,255,255,.75), transparent 240px),
    linear-gradient(100deg,#fff2f6 0%,#ffe7ee 55%,#fff3eb 100%);
  border:1px solid var(--aurora-border);
  box-shadow:0 16px 36px rgba(64,38,73,.08);
  display:grid;
  grid-template-columns: 48% 52%;
  align-items:center;
  margin-bottom:28px;
}

.ap-hero-banner.shop-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 35%, rgba(255,255,255,.58), transparent 220px),
    radial-gradient(circle at 92% 18%, rgba(255,255,255,.50), transparent 240px);
  pointer-events:none;
}

.ap-hero-copy{
  position:relative;
  z-index:2;
  text-align:center;
  padding:52px 50px;
}

.ap-hero-copy h1{
  margin:0 0 12px;
  font-size:58px;
  line-height:1;
  font-weight:950;
  letter-spacing:.01em;
  color:var(--aurora-ink);
}

.ap-hero-copy .script{
  display:block;
  color:var(--aurora-pink);
  font-size:24px;
  font-weight:850;
  font-style:italic;
  margin-bottom:18px;
}

.ap-hero-copy p{
  margin:0 auto;
  max-width:440px;
  color:var(--aurora-muted);
  font-weight:850;
  font-size:17px;
  line-height:1.55;
}

/* 右侧装饰，模拟参考图里的本子/咖啡/笔 */
.ap-hero-art{
  position:relative;
  z-index:2;
  min-height:318px;
}

.ap-hero-card{
  position:absolute;
  right:170px;
  top:35px;
  width:178px;
  height:232px;
  border-radius:22px;
  background:#fff4e8;
  border:1px solid rgba(190,140,115,.18);
  box-shadow:0 18px 32px rgba(165,95,90,.13);
  display:grid;
  place-items:center;
  font-size:96px;
  transform:rotate(-3deg);
}

.ap-hero-card:before{
  content:"";
  position:absolute;
  left:-18px;
  top:0;
  width:18px;
  height:100%;
  border-radius:14px;
  background:repeating-linear-gradient(to bottom,#e2b58e 0 10px,#f5d7bb 10px 20px);
}

.ap-hero-cup{
  position:absolute;
  right:38px;
  bottom:42px;
  width:126px;
  height:126px;
  border-radius:36px;
  background:#ffe1d9;
  box-shadow:0 18px 30px rgba(165,95,90,.12);
  display:grid;
  place-items:center;
  font-size:60px;
}

.ap-hero-pen{
  position:absolute;
  right:370px;
  top:95px;
  width:14px;
  height:178px;
  border-radius:999px;
  background:linear-gradient(#ffb7c8,#f38aa6);
  transform:rotate(36deg);
  box-shadow:0 10px 18px rgba(255,111,169,.18);
}

.ap-hero-flower{
  position:absolute;
  right:15px;
  top:28px;
  font-size:64px;
  opacity:.72;
}

/* category tabs */
.shop-category-tabs{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:18px;
  margin:0 0 26px;
}

.shop-tab{
  min-height:58px;
  border:1px solid var(--aurora-border);
  border-radius:16px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:950;
  color:#423a4a;
  box-shadow:0 8px 22px rgba(64,38,73,.045);
}

.shop-tab:hover,
.shop-tab.active{
  background:#fff0f6;
  color:var(--aurora-pink);
  border-color:#ffc9df;
}

/* main layout */
.shop-page-layout{
  display:grid;
  grid-template-columns:260px minmax(0,1fr);
  gap:28px;
  align-items:start;
}

.shop-filter-panel{
  background:#fff;
  border:1px solid var(--aurora-border);
  border-radius:22px;
  padding:22px;
  box-shadow:0 14px 30px rgba(64,38,73,.06);
  position:sticky;
  top:118px;
}

.shop-filter-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-weight:950;
  margin-bottom:18px;
}

.shop-filter-head a{
  color:var(--aurora-pink);
  font-size:13px;
}

.filter-section{
  padding:18px 0;
  border-top:1px solid #f5e7ee;
}

.filter-section h4{
  margin:0 0 14px;
  font-size:15px;
  font-weight:950;
}

.filter-check{
  display:flex;
  align-items:center;
  gap:10px;
  margin:10px 0;
  color:var(--aurora-muted);
  font-weight:800;
  font-size:14px;
}

.filter-check input{
  width:16px;
  height:16px;
  accent-color:var(--aurora-pink);
}

.price-bar{
  height:5px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--aurora-pink),#ffd6e8);
  position:relative;
  margin:16px 0 10px;
}

.price-bar:before,
.price-bar:after{
  content:"";
  position:absolute;
  top:50%;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#fff;
  border:3px solid var(--aurora-pink);
  transform:translateY(-50%);
}

.price-bar:before{left:0}
.price-bar:after{right:0}
.price-range{display:flex;justify-content:space-between;color:var(--aurora-muted);font-weight:850;font-size:13px}

/* toolbar */
.shop-products-area{
  min-width:0;
}

.shop-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-bottom:20px;
}

.shop-toolbar .woocommerce-result-count{
  margin:0!important;
  color:var(--aurora-muted);
  font-weight:850;
}

.shop-toolbar-actions{
  display:flex;
  align-items:center;
  gap:14px;
}

.shop-toolbar .woocommerce-ordering{
  margin:0!important;
}

.shop-toolbar select{
  height:46px;
  border-radius:14px;
  border:1px solid var(--aurora-border);
  padding:0 16px;
  background:#fff;
  color:var(--aurora-ink);
  font-weight:850;
}

.shop-mobile-filter{
  height:46px;
  border-radius:14px;
  border:1px solid var(--aurora-border);
  background:#fff;
  padding:0 18px;
  font-weight:950;
  color:var(--aurora-ink);
}

/* product grid like preview */
.shop-products-area .woocommerce ul.products,
.shop-products-area ul.products,
.woocommerce-page .shop-products-area ul.products{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:24px!important;
  margin:0!important;
  padding:0!important;
}

.shop-products-area ul.products li.product{
  width:auto!important;
  margin:0!important;
  float:none!important;
  background:#fff;
  border:1px solid var(--aurora-border);
  border-radius:18px;
  padding:0 0 16px!important;
  box-shadow:0 12px 28px rgba(64,38,73,.06);
  overflow:hidden;
  position:relative;
  transition:.18s ease;
}

.shop-products-area ul.products li.product:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 38px rgba(64,38,73,.10);
}

.shop-products-area ul.products li.product:before{
  content:"New";
  position:absolute;
  top:12px;
  left:12px;
  z-index:3;
  background:var(--aurora-pink);
  color:#fff;
  border-radius:999px;
  padding:6px 12px;
  font-size:12px;
  font-weight:950;
}

.shop-products-area ul.products li.product a img{
  width:100%!important;
  aspect-ratio:1 / .88;
  object-fit:cover;
  background:#f4f6f6;
  border-radius:0;
  margin:0 0 14px!important;
}

.shop-products-area ul.products li.product .woocommerce-loop-product__title{
  padding:0 16px!important;
  margin:0 0 8px!important;
  font-size:15px!important;
  line-height:1.35!important;
  font-weight:900!important;
  color:var(--aurora-ink)!important;
}

.shop-products-area ul.products li.product .price{
  padding:0 16px;
  margin:0 0 12px!important;
  color:#15152d!important;
  font-weight:950!important;
  font-size:15px!important;
}

.shop-products-area ul.products li.product .button{
  display:flex!important;
  align-items:center;
  justify-content:center;
  margin:0 16px!important;
  min-height:38px;
  border:1px solid #ffc9df!important;
  background:#fff5fa!important;
  color:var(--aurora-pink)!important;
  border-radius:10px!important;
  font-size:13px!important;
  font-weight:950!important;
  box-shadow:none!important;
}

.shop-products-area ul.products li.product .button:hover{
  background:var(--aurora-pink)!important;
  color:#fff!important;
}

/* pagination */
.woocommerce nav.woocommerce-pagination{
  margin:32px 0 0;
}

.woocommerce nav.woocommerce-pagination ul{
  border:0!important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
}

.woocommerce nav.woocommerce-pagination ul li{
  border:0!important;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span{
  width:34px;
  height:34px;
  border-radius:999px!important;
  display:grid!important;
  place-items:center;
  border:1px solid var(--aurora-border)!important;
  background:#fff!important;
  color:var(--aurora-ink)!important;
  font-weight:900!important;
}

.woocommerce nav.woocommerce-pagination ul li span.current{
  background:var(--aurora-pink)!important;
  color:#fff!important;
  border-color:var(--aurora-pink)!important;
}

/* benefits */
.ap-product-benefits{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:0;
  background:#fff;
  border:1px solid var(--aurora-border);
  border-radius:20px;
  box-shadow:0 12px 28px rgba(64,38,73,.055);
  padding:18px;
  margin:56px 0 26px;
}

.ap-product-benefit{
  display:flex;
  align-items:center;
  gap:16px;
  padding:10px 18px;
  border-right:1px solid #f4e5ed;
}

.ap-product-benefit:last-child{
  border-right:0;
}

.ap-product-benefit span{
  font-size:42px;
  color:var(--aurora-pink);
}

.ap-product-benefit b{
  display:block;
  font-size:14px;
  text-transform:uppercase;
  font-weight:950;
}

.ap-product-benefit small{
  display:block;
  margin-top:5px;
  color:var(--aurora-muted);
  font-weight:750;
  line-height:1.35;
}

/* mobile */
@media(max-width:1100px){
  .ap-hero-banner.shop-hero{
    grid-template-columns:1fr;
  }

  .ap-hero-art{
    display:none;
  }

  .shop-category-tabs{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }

  .shop-page-layout{
    grid-template-columns:1fr;
  }

  .shop-filter-panel{
    position:static;
    display:none;
  }

  .shop-products-area .woocommerce ul.products,
  .shop-products-area ul.products,
  .woocommerce-page .shop-products-area ul.products{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }

  .ap-product-benefits{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ap-product-benefit:nth-child(2){
    border-right:0;
  }
}

@media(max-width:760px){
  .shop-archive-page{
    padding-top:18px;
  }

  .ap-hero-copy{
    padding:40px 22px;
  }

  .ap-hero-copy h1{
    font-size:42px;
  }

  .ap-hero-copy .script{
    font-size:19px;
  }

  .shop-category-tabs{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
  }

  .shop-toolbar{
    align-items:flex-start;
    flex-direction:column;
  }

  .shop-toolbar-actions{
    width:100%;
  }

  .shop-toolbar .woocommerce-ordering,
  .shop-toolbar .woocommerce-ordering select{
    width:100%;
  }

  .shop-products-area .woocommerce ul.products,
  .shop-products-area ul.products,
  .woocommerce-page .shop-products-area ul.products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:14px!important;
  }

  .ap-product-benefits{
    grid-template-columns:1fr;
  }

  .ap-product-benefit{
    border-right:0;
    border-bottom:1px solid #f4e5ed;
  }

  .ap-product-benefit:last-child{
    border-bottom:0;
  }
}

@media(max-width:480px){
  .shop-products-area .woocommerce ul.products,
  .shop-products-area ul.products,
  .woocommerce-page .shop-products-area ul.products{
    grid-template-columns:1fr!important;
  }
}


/* =====================================================
   V3.8 LOGO + RIGHT MENU
   左侧图标改成可上传 Logo，顶部目录靠右，并增加 New Arrivals
===================================================== */

/* Header 重新分配空间：Logo 左，菜单右 */
.header-inner{
  justify-content:flex-start !important;
  gap:30px !important;
}

.logo{
  flex:0 0 auto !important;
  margin-right:auto !important;
}

.main-nav{
  flex:0 0 auto !important;
  margin-left:auto !important;
  justify-content:flex-end !important;
  gap:28px !important;
}

.header-actions{
  flex:0 0 auto !important;
  margin-left:8px !important;
}

/* 左侧粉色星星位置：支持自定义 logo 图片 */
.logo-mark.has-custom-logo{
  background:#fff !important;
  padding:4px !important;
  overflow:hidden !important;
  border:1px solid var(--aurora-border) !important;
}

.logo-mark.has-custom-logo img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  display:block !important;
  border-radius:12px !important;
}

/* 如果上传的是透明 PNG，保留柔和阴影 */
.logo-mark.has-custom-logo{
  box-shadow:0 12px 24px rgba(255,111,169,.18) !important;
}

/* New Arrivals 栏目样式 */
.main-nav .new-link{
  color:var(--aurora-pink);
}

.main-nav .new-link::after{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--aurora-pink);
  margin-left:6px;
  transform:translateY(-2px);
}

/* Aurora Club 保持突出，但不要太靠中间 */
.main-nav .club-link{
  padding:11px 20px !important;
}

/* 窄屏时避免导航挤压 */
@media(max-width:1180px){
  .main-nav{
    gap:20px !important;
    font-size:15px !important;
  }

  .logo-text strong{
    font-size:30px !important;
  }

  .logo-text span{
    font-size:12px !important;
  }
}

/* 手机侧边菜单中 New Arrivals 也正常显示 */
@media(max-width:900px){
  .header-inner{
    justify-content:space-between !important;
  }

  .logo{
    margin-right:0 !important;
  }

  .main-nav{
    margin-left:0 !important;
  }

  .main-nav .new-link::after{
    margin-left:8px;
  }
}


/* =====================================================
   V3.9 NAV ORDER + HOVER BUTTON
   菜单顺序：
   Home / Shop / Freebies / New Arrivals / Aurora Club / Aurora Journal
   所有目录 hover 都出现粉色按钮
===================================================== */

/* 顶部菜单右对齐 */
.header-inner{
  justify-content:flex-start !important;
  gap:30px !important;
}

.logo{
  flex:0 0 auto !important;
  margin-right:auto !important;
}

.main-nav{
  flex:0 0 auto !important;
  margin-left:auto !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:10px !important;
}

.header-actions{
  flex:0 0 auto !important;
  margin-left:14px !important;
}

/* 所有菜单项统一为可 hover 成按钮 */
.main-nav a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:10px 18px !important;
  border-radius:999px !important;
  color:var(--aurora-ink) !important;
  font-weight:950 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  background:transparent !important;
  box-shadow:none !important;
  transition:all .18s ease !important;
}

/* 鼠标移上去：粉色按钮出现 */
.main-nav a:hover,
.main-nav a:focus{
  background:linear-gradient(90deg,#ff6fa9,#8d6be8) !important;
  color:#fff !important;
  box-shadow:0 12px 26px rgba(255,111,169,.24) !important;
  transform:translateY(-1px) !important;
}

/* Aurora Club 默认保持按钮状态 */
.main-nav .club-link{
  background:linear-gradient(90deg,#ff6fa9,#8d6be8) !important;
  color:#fff !important;
  box-shadow:0 12px 26px rgba(255,111,169,.24) !important;
}

.main-nav .club-link:hover{
  filter:brightness(1.03);
  transform:translateY(-1px) !important;
}

/* New Arrivals 小圆点 */
.main-nav .new-link::after{
  content:"";
  display:inline-block;
  width:6px;
  height:6px;
  border-radius:50%;
  background:currentColor;
  margin-left:7px;
  transform:translateY(-1px);
  opacity:.85;
}

/* 窄屏适配 */
@media(max-width:1180px){
  .main-nav{
    gap:6px !important;
    font-size:14px !important;
  }

  .main-nav a{
    padding:10px 13px !important;
  }

  .logo-text strong{
    font-size:30px !important;
  }

  .logo-text span{
    font-size:12px !important;
  }
}

/* 手机侧边菜单：也保留粉色 hover/点击效果 */
@media(max-width:900px){
  .header-inner{
    justify-content:space-between !important;
  }

  .logo{
    margin-right:0 !important;
  }

  .main-nav{
    margin-left:0 !important;
    gap:0 !important;
  }

  .main-nav a{
    width:100% !important;
    justify-content:flex-start !important;
    border-radius:16px !important;
    min-height:52px !important;
    padding:16px 18px !important;
    margin:3px 0 !important;
    border-bottom:0 !important;
  }

  .main-nav .club-link{
    justify-content:flex-start !important;
  }
}


/* =====================================================
   V4.0 FINAL
   删除 New Arrivals 顶部栏目
   保留：Logo 可替换 / 菜单 hover 按钮 / 统一 Banner 可换图
===================================================== */

/* Header：Logo 左侧，菜单右侧 */
.header-inner{
  justify-content:flex-start !important;
  gap:30px !important;
}

.logo{
  flex:0 0 auto !important;
  margin-right:auto !important;
}

.main-nav{
  flex:0 0 auto !important;
  margin-left:auto !important;
  justify-content:flex-end !important;
  align-items:center !important;
  gap:10px !important;
}

.header-actions{
  flex:0 0 auto !important;
  margin-left:14px !important;
}

/* 左侧 Logo 图标支持后台上传 logo */
.logo-mark.has-custom-logo{
  background:#fff !important;
  padding:4px !important;
  overflow:hidden !important;
  border:1px solid var(--aurora-border) !important;
  box-shadow:0 12px 24px rgba(255,111,169,.18) !important;
}

.logo-mark.has-custom-logo img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  display:block !important;
  border-radius:12px !important;
}

/* 所有菜单项统一 hover 粉色按钮 */
.main-nav a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:42px !important;
  padding:10px 18px !important;
  border-radius:999px !important;
  color:var(--aurora-ink) !important;
  font-weight:950 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  background:transparent !important;
  box-shadow:none !important;
  transition:all .18s ease !important;
}

.main-nav a:hover,
.main-nav a:focus{
  background:linear-gradient(90deg,#ff6fa9,#8d6be8) !important;
  color:#fff !important;
  box-shadow:0 12px 26px rgba(255,111,169,.24) !important;
  transform:translateY(-1px) !important;
}

/* Aurora Club 默认高亮 */
.main-nav .club-link{
  background:linear-gradient(90deg,#ff6fa9,#8d6be8) !important;
  color:#fff !important;
  box-shadow:0 12px 26px rgba(255,111,169,.24) !important;
}

.main-nav .club-link:hover{
  filter:brightness(1.03);
  transform:translateY(-1px) !important;
}

/* =====================================================
   统一页面顶部 Banner
   左边文字固定，右边图片后台可换
===================================================== */

.aurora-page-hero {
  position: relative;
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: center;
  min-height: 318px;
  margin: 28px 0 32px;
  border-radius: 30px;
  overflow: hidden;
  background:
    radial-gradient(circle at 72% 45%, rgba(255,255,255,.72), transparent 240px),
    linear-gradient(100deg, #fff2f6 0%, #ffe7ee 55%, #fff3eb 100%);
  border: 1px solid var(--aurora-border, #f0e1e8);
  box-shadow: 0 16px 36px rgba(64, 38, 73, .08);
}

.aurora-page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 35%, rgba(255,255,255,.56), transparent 220px),
    radial-gradient(circle at 92% 18%, rgba(255,255,255,.42), transparent 240px);
  pointer-events: none;
}

.aurora-page-hero-copy {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 54px 46px;
}

.aurora-page-hero-copy h1 {
  margin: 0 0 12px;
  font-size: 58px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: .01em;
  color: var(--aurora-ink, #17172f);
}

.aurora-page-hero-copy h1 span {
  color: #ffb02e;
}

.aurora-page-hero-subtitle {
  color: var(--aurora-pink, #ff6fa9);
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 18px;
}

.aurora-page-hero-copy p {
  margin: 0 auto;
  max-width: 460px;
  color: var(--aurora-muted, #6e6477);
  font-weight: 850;
  font-size: 17px;
  line-height: 1.55;
}

.aurora-page-hero-art {
  position: relative;
  z-index: 2;
  min-height: 318px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aurora-page-hero-art img {
  width: 100%;
  height: 100%;
  max-height: 310px;
  object-fit: contain;
  object-position: center right;
  padding: 24px 48px 24px 20px;
  display: block;
}

.aurora-page-hero-placeholder {
  width: 260px;
  height: 220px;
  border-radius: 34px;
  background: rgba(255,255,255,.38);
  display: grid;
  place-items: center;
  box-shadow: 0 18px 30px rgba(165,95,90,.10);
}

.aurora-page-hero-placeholder span {
  font-size: 92px;
}

.aurora-page-hero-shop {
  background: linear-gradient(100deg, #fff2f6 0%, #ffe7ee 55%, #fff3eb 100%);
}

.aurora-page-hero-freebies {
  background: linear-gradient(100deg, #fff7e8 0%, #ffe7f1 55%, #f4ecff 100%);
}

.aurora-page-hero-club {
  background: linear-gradient(100deg, #fff0f7 0%, #ffe4ee 55%, #f4ecff 100%);
}

.aurora-page-hero-journal {
  background: linear-gradient(100deg, #fff2f6 0%, #ffe7ee 55%, #fff8ee 100%);
}

/* 隐藏旧版页面里如果残留的旧 hero banner，避免重复 */
.ap-hero-banner:not(.shop-hero){
  display:none !important;
}

/* 窄屏适配 */
@media(max-width:1180px){
  .main-nav{
    gap:6px !important;
    font-size:14px !important;
  }

  .main-nav a{
    padding:10px 13px !important;
  }

  .logo-text strong{
    font-size:30px !important;
  }

  .logo-text span{
    font-size:12px !important;
  }
}

@media (max-width: 900px) {
  .header-inner{
    justify-content:space-between !important;
  }

  .logo{
    margin-right:0 !important;
  }

  .main-nav{
    margin-left:0 !important;
    gap:0 !important;
  }

  .main-nav a{
    width:100% !important;
    justify-content:flex-start !important;
    border-radius:16px !important;
    min-height:52px !important;
    padding:16px 18px !important;
    margin:3px 0 !important;
    border-bottom:0 !important;
  }

  .main-nav .club-link{
    justify-content:flex-start !important;
  }

  .aurora-page-hero {
    grid-template-columns: 1fr;
    min-height: auto;
    margin: 20px 0 26px;
    border-radius: 26px;
  }

  .aurora-page-hero-copy {
    padding: 38px 24px 18px;
  }

  .aurora-page-hero-copy h1 {
    font-size: 40px;
  }

  .aurora-page-hero-subtitle {
    font-size: 19px;
  }

  .aurora-page-hero-copy p {
    font-size: 15px;
  }

  .aurora-page-hero-art {
    min-height: 190px;
  }

  .aurora-page-hero-art img {
    max-height: 210px;
    padding: 0 24px 26px;
    object-position: center;
  }

  .aurora-page-hero-placeholder {
    width: 200px;
    height: 150px;
  }

  .aurora-page-hero-placeholder span {
    font-size: 68px;
  }
}


/* =====================================================
   V4.3 CUSTOM CLUB
   会员卡、对比表、年付权益、Surprise Box 后台可自定义
===================================================== */

.club-page .ap-breadcrumb{
  margin-bottom: 16px;
}

.club-pricing{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:24px;
  align-items:stretch;
}

.club-plan{
  position:relative;
  min-height:100%;
  border:1px solid var(--aurora-border);
  border-radius:30px;
  padding:30px;
  background:#fff;
  box-shadow:0 14px 32px rgba(64,38,73,.07);
  display:flex;
  flex-direction:column;
  overflow:hidden;
}

.club-plan::before{
  content:"";
  position:absolute;
  inset:0 0 auto;
  height:8px;
  background:linear-gradient(90deg,#ffd8e8,#f2ecff);
}

.club-plan.featured{
  background:linear-gradient(180deg,#fff7fb 0%,#fff 100%);
  border-color:#ffc5dd;
  transform:translateY(-8px);
  box-shadow:0 22px 44px rgba(255,111,169,.16);
}

.club-plan.featured::before{
  background:linear-gradient(90deg,#ff6fa9,#8d6be8);
}

.club-ribbon{
  position:absolute;
  top:18px;
  right:18px;
  padding:7px 12px;
  border-radius:999px;
  background:linear-gradient(90deg,#ff6fa9,#8d6be8);
  color:#fff;
  font-size:12px;
  font-weight:950;
  box-shadow:0 10px 22px rgba(255,111,169,.22);
}

.club-plan h2{
  margin:18px 0 8px;
  font-size:28px;
  line-height:1.05;
  font-weight:950;
}

.club-sub{
  margin:0 0 18px;
  color:var(--aurora-muted);
  font-weight:850;
  line-height:1.4;
}

.club-price{
  margin:0 0 22px;
  color:var(--aurora-pink);
  font-size:34px;
  line-height:1.05;
  font-weight:950;
}

.club-price small{
  display:inline-block;
  font-size:14px;
  color:var(--aurora-muted);
  font-weight:850;
}

.club-features{
  margin:0 0 24px;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
  flex:1 1 auto;
}

.club-features li{
  position:relative;
  padding-left:28px;
  color:#51485d;
  font-weight:850;
  line-height:1.45;
}

.club-features li::before{
  content:"✨";
  position:absolute;
  left:0;
  top:0;
}

.club-button{
  margin-top:auto;
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:#17172f;
  color:#fff!important;
  font-weight:950;
  padding:13px 24px;
  box-shadow:0 12px 24px rgba(23,23,47,.16);
}

.club-button:hover{
  background:linear-gradient(90deg,#ff6fa9,#8d6be8);
  color:#fff!important;
}

.club-compare{
  margin-top:50px;
  border:1px solid var(--aurora-border);
  border-radius:30px;
  background:#fff;
  box-shadow:0 14px 32px rgba(64,38,73,.07);
  overflow:hidden;
  padding:30px;
}

.club-compare h2{
  margin:0 0 22px;
  font-size:34px;
  font-weight:950;
}

.club-compare table{
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border-radius:22px;
  border:1px solid #f4e5ed;
}

.club-compare th,
.club-compare td{
  padding:16px 14px;
  border-bottom:1px solid #f4e5ed;
  border-right:1px solid #f4e5ed;
  text-align:center;
  font-weight:850;
}

.club-compare th:first-child,
.club-compare td:first-child{
  text-align:left;
}

.club-compare th{
  background:#fff2f8;
  font-weight:950;
}

.club-compare tr:last-child td{
  border-bottom:0;
}

.club-compare th:last-child,
.club-compare td:last-child{
  border-right:0;
}

.club-extra{
  display:grid;
  grid-template-columns:1.25fr .75fr;
  gap:24px;
  margin-top:50px;
}

.club-extra-card{
  border:1px solid var(--aurora-border);
  border-radius:30px;
  background:linear-gradient(135deg,#fff2f8,#f2ecff);
  box-shadow:0 14px 32px rgba(64,38,73,.07);
  padding:34px;
  display:flex;
  gap:24px;
  align-items:center;
}

.club-extra-card.box{
  display:block;
  background:linear-gradient(135deg,#fff8e8,#fff2f8);
}

.club-extra-emoji{
  width:110px;
  height:110px;
  border-radius:32px;
  background:#fff;
  display:grid;
  place-items:center;
  font-size:58px;
  box-shadow:0 12px 24px rgba(64,38,73,.08);
  flex:0 0 auto;
}

.club-extra-card h2{
  margin:0 0 10px;
  font-size:30px;
  line-height:1.1;
  font-weight:950;
}

.club-extra-card p{
  color:var(--aurora-muted);
  font-weight:850;
  line-height:1.5;
}

.club-extra-card ul{
  margin:14px 0 0;
  padding-left:20px;
  color:#51485d;
  font-weight:850;
  line-height:1.7;
}

@media(max-width:1000px){
  .club-pricing{
    grid-template-columns:1fr;
  }

  .club-plan.featured{
    transform:none;
  }

  .club-extra{
    grid-template-columns:1fr;
  }

  .club-compare{
    overflow-x:auto;
  }

  .club-compare table{
    min-width:760px;
  }
}

@media(max-width:640px){
  .club-plan,
  .club-compare,
  .club-extra-card{
    border-radius:24px;
    padding:22px;
  }

  .club-price{
    font-size:30px;
  }

  .club-extra-card{
    display:block;
  }

  .club-extra-emoji{
    width:88px;
    height:88px;
    font-size:46px;
    margin-bottom:18px;
  }
}


/* =====================================================
   V4.4 MEMBER DASHBOARD
   已登录会员主页：Legend / Collector / Dreamer Dashboard
===================================================== */

.member-dashboard-page{
  padding-top:20px;
}

.member-hero{
  position:relative;
  overflow:hidden;
  margin:24px 0 0;
  border-radius:34px;
  min-height:260px;
  display:grid;
  grid-template-columns:52% 48%;
  align-items:center;
  background:
    radial-gradient(circle at 18% 35%, rgba(255,255,255,.76), transparent 250px),
    linear-gradient(100deg,#fff4f8 0%,#fff0f5 52%,#fff8ee 100%);
  border:1px solid var(--aurora-border);
  box-shadow:0 18px 42px rgba(64,38,73,.08);
}

.member-hero-copy{
  padding:46px 54px;
  position:relative;
  z-index:2;
}

.member-hero-copy h1{
  margin:8px 0 12px;
  font-size:52px;
  line-height:1.04;
  font-weight:950;
  letter-spacing:-.03em;
}

.member-hero-copy h1 span{
  color:#ff5e9e;
}

.member-hero-copy p{
  margin:0 0 22px;
  max-width:520px;
  color:#51485d;
  font-size:18px;
  line-height:1.5;
  font-weight:850;
}

.member-welcome{
  display:block;
  font-weight:950;
  font-size:18px;
}

.member-tier-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:40px;
  padding:9px 18px;
  border-radius:999px;
  background:#24284d;
  color:#fff;
  font-weight:950;
  box-shadow:0 12px 24px rgba(36,40,77,.18);
}

.member-hero-art{
  position:relative;
  height:100%;
  min-height:260px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}

.member-hero-art img{
  width:100%;
  height:100%;
  max-height:290px;
  object-fit:contain;
  object-position:center bottom;
  padding:20px 40px 0 0;
}

.member-hero-placeholder{
  width:310px;
  height:210px;
  border-radius:36px;
  background:rgba(255,255,255,.52);
  display:grid;
  place-items:center;
  font-size:96px;
  margin-bottom:24px;
  box-shadow:0 18px 34px rgba(255,111,169,.10);
}

.member-overview{
  margin:-14px auto 28px;
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:0;
  background:#fff;
  border:1px solid var(--aurora-border);
  border-radius:26px;
  box-shadow:0 16px 38px rgba(64,38,73,.08);
  overflow:hidden;
}

.member-overview-item{
  padding:22px 20px;
  display:flex;
  gap:14px;
  align-items:flex-start;
  border-right:1px solid #f3e4ec;
}

.member-overview-item:last-child{
  border-right:0;
}

.member-icon{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:16px;
  background:#fff3f8;
  color:#ff5e9e;
  font-size:22px;
  flex:0 0 auto;
}

.member-overview-item small{
  display:block;
  color:var(--aurora-muted);
  font-size:12px;
  font-weight:850;
  margin-bottom:5px;
}

.member-overview-item strong{
  display:block;
  font-size:16px;
  line-height:1.2;
  font-weight:950;
}

.member-overview-item em{
  display:block;
  margin-top:5px;
  color:var(--aurora-muted);
  font-size:12px;
  font-style:normal;
  font-weight:800;
}

.member-quick-actions{
  padding:18px 20px;
  display:grid;
  gap:8px;
}

.member-quick-actions a{
  min-height:34px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#51485d;
  font-weight:900;
  font-size:13px;
}

.member-quick-actions a:hover{
  color:#ff5e9e;
}

.member-section-card{
  margin:22px 0;
  padding:28px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--aurora-border);
  box-shadow:0 14px 32px rgba(64,38,73,.06);
}

.member-section-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin-bottom:20px;
}

.member-section-head h2{
  margin:0;
  font-size:28px;
  line-height:1.1;
  font-weight:950;
}

.member-section-head p{
  margin:6px 0 0;
  color:var(--aurora-muted);
  font-weight:850;
}

.member-status-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  border-radius:999px;
  color:#fff;
  background:#24284d;
  font-weight:950;
  box-shadow:0 12px 24px rgba(36,40,77,.15);
}

.member-benefits-grid{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  border-radius:24px;
  overflow:hidden;
  border:1px solid #f3e4ec;
  background:linear-gradient(90deg,#fff9f0,#fff7fb);
}

.member-benefit{
  text-align:center;
  padding:20px 12px;
  border-right:1px solid #f3e4ec;
}

.member-benefit:last-child{
  border-right:0;
}

.member-benefit-emoji{
  height:58px;
  display:grid;
  place-items:center;
  font-size:36px;
  margin-bottom:10px;
}

.member-benefit strong{
  display:block;
  color:#ff5e9e;
  font-size:25px;
  line-height:1;
  font-weight:950;
  margin-bottom:5px;
}

.member-benefit span{
  display:block;
  color:#17172f;
  font-size:13px;
  line-height:1.25;
  font-weight:900;
}

.member-benefit small{
  display:block;
  margin-top:3px;
  color:var(--aurora-muted);
  font-size:12px;
  font-weight:750;
}

.member-main-grid{
  display:grid;
  grid-template-columns:1fr 1.05fr .9fr;
  gap:20px;
  margin:24px 0;
}

.member-side-grid{
  display:grid;
  grid-template-columns:1fr 1.05fr .9fr;
  gap:20px;
  margin:24px 0;
}

.member-panel{
  background:#fff;
  border:1px solid var(--aurora-border);
  border-radius:26px;
  box-shadow:0 12px 28px rgba(64,38,73,.055);
  padding:22px;
  overflow:hidden;
}

.member-panel-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:16px;
}

.member-panel-head h3{
  margin:0;
  font-size:22px;
  font-weight:950;
}

.member-view-all{
  color:#ff5e9e;
  font-weight:950;
  font-size:12px;
}

.member-download-list{
  display:grid;
  gap:10px;
}

.member-download-item{
  display:grid;
  grid-template-columns:58px 1fr 38px;
  gap:12px;
  align-items:center;
  padding:10px;
  border:1px solid #f4e5ed;
  border-radius:18px;
  background:#fffafc;
}

.member-download-thumb{
  width:58px;
  height:58px;
  border-radius:16px;
  overflow:hidden;
  display:grid;
  place-items:center;
  background:#fff1f7;
  font-size:26px;
}

.member-download-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.member-download-item strong{
  display:block;
  font-size:13px;
  line-height:1.25;
  font-weight:950;
}

.member-download-item small{
  display:block;
  margin-top:4px;
  color:var(--aurora-muted);
  font-weight:800;
  font-size:11px;
}

.member-download-btn{
  width:38px;
  height:38px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#ff5e9e;
  color:#fff!important;
  font-weight:950;
}

.member-feature-card{
  min-height:210px;
  border-radius:22px;
  overflow:hidden;
  position:relative;
  display:flex;
  align-items:flex-end;
  background:linear-gradient(135deg,#24284d,#8d6be8);
  color:#fff;
  padding:22px;
}

.member-feature-card::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 20% 15%, rgba(255,255,255,.28), transparent 140px),
    radial-gradient(circle at 86% 10%, rgba(255,255,255,.18), transparent 160px);
}

.member-feature-content{
  position:relative;
  z-index:2;
}

.member-feature-content span{
  display:inline-flex;
  padding:7px 11px;
  border-radius:999px;
  background:rgba(255,255,255,.2);
  font-size:12px;
  font-weight:950;
  margin-bottom:10px;
}

.member-feature-content h3{
  margin:0 0 10px;
  font-size:25px;
  line-height:1.1;
  font-weight:950;
}

.member-feature-content a{
  display:inline-flex;
  padding:10px 18px;
  border-radius:999px;
  background:#ff5e9e;
  color:#fff!important;
  font-weight:950;
}

.member-mini-content{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin-top:12px;
}

.member-mini-item{
  text-align:center;
  padding:12px 8px;
  border-radius:16px;
  background:#fff8fb;
  border:1px solid #f4e5ed;
}

.member-mini-item span{
  display:block;
  font-size:27px;
  margin-bottom:4px;
}

.member-mini-item small{
  font-weight:850;
  color:#51485d;
}

.member-points-card{
  display:grid;
  grid-template-columns:1fr 100px;
  gap:14px;
  align-items:center;
  padding:18px;
  border-radius:20px;
  background:linear-gradient(100deg,#fff7fb,#fffaf0);
  border:1px solid #f4e5ed;
  margin-bottom:14px;
}

.member-points-card strong{
  display:block;
  color:#ff5e9e;
  font-size:34px;
  line-height:1;
  font-weight:950;
}

.member-points-card small{
  color:var(--aurora-muted);
  font-weight:850;
}

.member-points-emoji{
  font-size:64px;
  text-align:center;
}

.member-history-list{
  display:grid;
  gap:9px;
  margin-bottom:14px;
}

.member-history-row{
  display:flex;
  justify-content:space-between;
  gap:10px;
  padding-bottom:9px;
  border-bottom:1px solid #f4e5ed;
  color:#51485d;
  font-size:13px;
  font-weight:850;
}

.member-history-row b{
  color:#ff5e9e;
}

.member-pink-btn{
  width:100%;
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  color:#fff!important;
  background:linear-gradient(90deg,#ff6fa9,#f64d8d);
  font-weight:950;
  box-shadow:0 12px 22px rgba(255,111,169,.16);
}

.member-order-list{
  display:grid;
  gap:10px;
}

.member-order-item{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:10px;
  align-items:center;
  padding:12px;
  border-radius:16px;
  background:#fffafc;
  border:1px solid #f4e5ed;
  font-size:13px;
  font-weight:850;
}

.member-order-item small{
  display:block;
  margin-top:4px;
  color:var(--aurora-muted);
}

.member-order-status{
  padding:5px 10px;
  border-radius:999px;
  background:#e9f8ed;
  color:#39a955;
  font-size:11px;
  font-weight:950;
}

.member-plan-mini{
  border:1px solid #f4e5ed;
  border-radius:22px;
  overflow:hidden;
  text-align:center;
}

.member-plan-mini table{
  width:100%;
  border-collapse:collapse;
  font-size:12px;
}

.member-plan-mini th{
  padding:12px;
  background:#fff2f8;
  font-weight:950;
}

.member-plan-mini td{
  padding:8px;
  border-top:1px solid #f4e5ed;
  font-weight:850;
}

.member-plan-mini .your-plan{
  outline:2px solid #ff6fa9;
  outline-offset:-2px;
  background:#fff7fb;
}

.member-shortcuts{
  display:grid;
  gap:9px;
}

.member-shortcuts a{
  min-height:36px;
  display:flex;
  align-items:center;
  gap:10px;
  color:#51485d;
  font-size:13px;
  font-weight:900;
}

.member-shortcuts a:hover{
  color:#ff5e9e;
}

.member-shortcuts-art{
  margin-top:18px;
  min-height:120px;
  border-radius:22px;
  background:linear-gradient(135deg,#fff2f8,#fffaf0);
  display:grid;
  place-items:center;
  font-size:74px;
}

@media(max-width:1180px){
  .member-overview{
    grid-template-columns:repeat(2,1fr);
  }

  .member-overview-item:nth-child(2n){
    border-right:0;
  }

  .member-quick-actions{
    grid-column:1 / -1;
    grid-template-columns:repeat(3,1fr);
  }

  .member-benefits-grid{
    grid-template-columns:repeat(4,1fr);
  }

  .member-benefit:nth-child(4n){
    border-right:0;
  }

  .member-main-grid,
  .member-side-grid{
    grid-template-columns:1fr;
  }
}

@media(max-width:820px){
  .member-hero{
    grid-template-columns:1fr;
  }

  .member-hero-copy{
    padding:34px 26px 10px;
    text-align:left;
  }

  .member-hero-copy h1{
    font-size:38px;
  }

  .member-hero-copy p{
    font-size:15px;
  }

  .member-hero-art{
    min-height:170px;
  }

  .member-hero-art img{
    max-height:190px;
    padding:0 20px;
  }

  .member-overview{
    margin-top:18px;
    grid-template-columns:1fr;
  }

  .member-overview-item{
    border-right:0;
    border-bottom:1px solid #f3e4ec;
  }

  .member-quick-actions{
    grid-template-columns:1fr;
  }

  .member-benefits-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .member-benefit:nth-child(2n){
    border-right:0;
  }

  .member-section-head{
    display:block;
  }

  .member-status-pill{
    margin-top:12px;
  }
}


/* =====================================================
   V4.5 普通注册用户页面
===================================================== */

.free-member-dashboard .member-hero{
  background:
    radial-gradient(circle at 18% 35%, rgba(255,255,255,.78), transparent 250px),
    linear-gradient(100deg,#fffaf0 0%,#fff3f8 56%,#f5efff 100%);
}

.free-member-dashboard .member-hero-copy h1 span{
  color:#ff8ab7;
}

.free-user-grid{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:22px;
  margin:24px 0;
}

.free-user-card{
  padding:26px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--aurora-border);
  box-shadow:0 14px 32px rgba(64,38,73,.06);
}

.free-user-card h2,
.free-user-card h3{
  margin:0 0 12px;
  font-weight:950;
}

.free-user-card p{
  color:var(--aurora-muted);
  font-weight:850;
  line-height:1.55;
}

.free-benefit-list{
  display:grid;
  gap:12px;
  margin-top:18px;
}

.free-benefit-row{
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px;
  border-radius:18px;
  background:#fff8fb;
  border:1px solid #f4e5ed;
  font-weight:900;
}

.free-benefit-row span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:#fff;
  font-size:24px;
  box-shadow:0 8px 18px rgba(64,38,73,.06);
}

.free-upgrade-cards{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin:24px 0;
}

.free-upgrade-card{
  position:relative;
  padding:22px;
  border-radius:26px;
  background:#fff;
  border:1px solid var(--aurora-border);
  box-shadow:0 12px 28px rgba(64,38,73,.055);
  overflow:hidden;
}

.free-upgrade-card.featured{
  border-color:#ffc1da;
  background:linear-gradient(180deg,#fff7fb,#fff);
}

.free-upgrade-card h3{
  margin:0 0 8px;
  font-size:23px;
  font-weight:950;
}

.free-upgrade-card .price{
  color:#ff5e9e;
  font-size:26px;
  font-weight:950;
  margin-bottom:12px;
}

.free-upgrade-card ul{
  margin:0 0 18px;
  padding-left:18px;
  color:#51485d;
  font-weight:850;
  line-height:1.7;
}

.free-upgrade-card a{
  width:100%;
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  background:linear-gradient(90deg,#ff6fa9,#8d6be8);
  color:#fff!important;
  font-weight:950;
}

.free-dashboard-actions{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
  margin:24px 0;
}

.free-dashboard-actions a{
  min-height:86px;
  border-radius:22px;
  background:#fff;
  border:1px solid var(--aurora-border);
  box-shadow:0 10px 24px rgba(64,38,73,.05);
  display:grid;
  place-items:center;
  text-align:center;
  color:#17172f;
  font-weight:950;
  padding:12px;
}

.free-dashboard-actions span{
  display:block;
  font-size:30px;
  margin-bottom:6px;
}

@media(max-width:900px){
  .free-user-grid,
  .free-upgrade-cards{
    grid-template-columns:1fr;
  }

  .free-dashboard-actions{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:520px){
  .free-dashboard-actions{
    grid-template-columns:1fr;
  }
}


/* =====================================================
   V4.6 MEMBER PAGES PRO
   付费会员 = 第一张图样式
   普通注册用户 = 第二张图样式
===================================================== */

/* ---------- 普通注册用户：左侧导航 Dashboard ---------- */

.free-pro-dashboard{
  background:#fff;
}

.free-pro-hero{
  position:relative;
  overflow:hidden;
  min-height:230px;
  margin:0 calc(50% - 50vw) 22px;
  padding:48px max(52px,calc((100vw - 1320px)/2 + 52px));
  display:grid;
  grid-template-columns:52% 48%;
  align-items:center;
  background:
    radial-gradient(circle at 26% 35%,rgba(255,255,255,.72),transparent 260px),
    linear-gradient(100deg,#fff9ee 0%,#fff3f8 52%,#fff7fb 100%);
  border-bottom:1px solid #f4e1e9;
}

.free-pro-hero h1{
  margin:0 0 12px;
  font-size:34px;
  line-height:1.08;
  font-weight:950;
}

.free-pro-hero p{
  margin:0;
  max-width:520px;
  color:#51485d;
  font-weight:850;
  line-height:1.6;
  font-size:17px;
}

.free-pro-hero-art{
  min-height:170px;
  display:flex;
  justify-content:flex-end;
  align-items:flex-end;
}

.free-pro-hero-art img{
  max-width:440px;
  max-height:210px;
  width:100%;
  object-fit:contain;
  object-position:right bottom;
}

.free-pro-hero-placeholder{
  width:300px;
  height:170px;
  display:grid;
  place-items:center;
  font-size:86px;
  border-radius:32px;
  background:rgba(255,255,255,.52);
  box-shadow:0 16px 30px rgba(255,111,169,.10);
}

.free-pro-layout{
  display:grid;
  grid-template-columns:270px 1fr;
  gap:28px;
  align-items:start;
  margin:22px 0 42px;
}

.free-pro-sidebar{
  position:sticky;
  top:92px;
  border:1px solid var(--aurora-border);
  border-radius:26px;
  padding:16px;
  background:#fff;
  box-shadow:0 14px 32px rgba(64,38,73,.06);
}

.free-pro-menu{
  display:grid;
  gap:8px;
}

.free-pro-menu a{
  min-height:46px;
  padding:12px 14px;
  border-radius:14px;
  color:#17172f;
  display:flex;
  align-items:center;
  gap:11px;
  font-weight:900;
}

.free-pro-menu a.active,
.free-pro-menu a:hover{
  color:#ff5e9e;
  background:linear-gradient(90deg,#fff1f7,#fff8fb);
}

.free-pro-share{
  margin-top:18px;
  border-radius:22px;
  padding:18px;
  background:linear-gradient(135deg,#fff6f9,#fffaf0);
  border:1px solid #f4e5ed;
  text-align:left;
  overflow:hidden;
}

.free-pro-share h3{
  margin:0 0 8px;
  font-size:16px;
  font-weight:950;
}

.free-pro-share p{
  margin:0 0 14px;
  color:#51485d;
  font-size:13px;
  line-height:1.45;
  font-weight:850;
}

.free-pro-share .art{
  min-height:105px;
  display:grid;
  place-items:center;
  font-size:70px;
}

.free-pro-main{
  min-width:0;
}

.free-pro-section-title{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 16px;
  font-size:25px;
  font-weight:950;
}

.free-pro-member-card{
  position:relative;
  overflow:hidden;
  border:1px solid #ffc7dc;
  border-radius:28px;
  padding:26px;
  margin-bottom:22px;
  background:
    radial-gradient(circle at 86% 22%,rgba(255,255,255,.75),transparent 160px),
    linear-gradient(100deg,#fff7fb,#fff);
  box-shadow:0 16px 36px rgba(255,111,169,.08);
  display:grid;
  grid-template-columns:130px 1fr 120px;
  gap:24px;
  align-items:center;
}

.free-pro-avatar{
  width:116px;
  height:116px;
  border-radius:50%;
  background:#fff;
  display:grid;
  place-items:center;
  font-size:64px;
  box-shadow:0 12px 26px rgba(64,38,73,.08);
  overflow:hidden;
}

.free-pro-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.free-pro-member-info h2{
  margin:0 0 7px;
  font-size:30px;
  font-weight:950;
}

.free-pro-member-info p{
  margin:0 0 20px;
  color:var(--aurora-muted);
  font-weight:850;
}

.free-pro-member-meta{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:0;
  border-top:1px solid #f5dce7;
}

.free-pro-member-meta div{
  padding:16px 20px 0 0;
  border-right:1px solid #f5dce7;
}

.free-pro-member-meta div:last-child{
  border-right:0;
}

.free-pro-member-meta small{
  display:block;
  color:var(--aurora-muted);
  font-size:12px;
  font-weight:850;
  margin-bottom:5px;
}

.free-pro-member-meta strong{
  display:block;
  font-size:15px;
  font-weight:950;
}

.free-pro-badge{
  display:inline-flex;
  padding:8px 13px;
  border-radius:999px;
  background:#ffe6f1;
  color:#ff5e9e;
  font-size:12px;
  font-weight:950;
  vertical-align:middle;
}

.free-pro-seal{
  width:96px;
  height:96px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#fff2c9,#ff6fa9);
  color:#fff;
  font-size:48px;
  box-shadow:0 16px 26px rgba(255,111,169,.16);
}

.free-pro-card{
  border:1px solid var(--aurora-border);
  border-radius:26px;
  background:#fff;
  padding:22px;
  box-shadow:0 12px 28px rgba(64,38,73,.055);
  overflow:hidden;
}

.free-pro-grid-2{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:22px;
  margin:22px 0;
}

.free-pro-grid-3{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px;
  margin:22px 0;
}

.free-pro-perks{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  border:1px solid #f4e5ed;
  border-radius:22px;
  overflow:hidden;
  background:#fffdfd;
  margin-bottom:22px;
}

.free-pro-perk{
  min-height:86px;
  padding:13px 10px;
  display:grid;
  place-items:center;
  text-align:center;
  gap:5px;
  border-right:1px solid #f4e5ed;
  font-size:12px;
  font-weight:900;
}

.free-pro-perk:last-child{
  border-right:0;
}

.free-pro-perk span{
  font-size:26px;
}

.free-pro-download-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:13px;
}

.free-pro-download-tile{
  border-radius:18px;
  overflow:hidden;
}

.free-pro-download-img{
  width:100%;
  aspect-ratio:1/1;
  border-radius:18px;
  background:#fff2f8;
  display:grid;
  place-items:center;
  font-size:52px;
  overflow:hidden;
  border:1px solid #f4e5ed;
}

.free-pro-download-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.free-pro-download-tile strong{
  display:block;
  margin-top:9px;
  font-size:13px;
  line-height:1.28;
  font-weight:950;
}

.free-pro-download-tile small{
  color:var(--aurora-muted);
  font-size:11px;
  font-weight:800;
}

.free-pro-check{
  margin:8px auto 0;
  width:28px;
  height:28px;
  border-radius:50%;
  border:1px solid #70c78d;
  color:#41a65d;
  display:grid;
  place-items:center;
  font-weight:950;
}

.free-pro-feature-img{
  min-height:205px;
  border-radius:20px;
  background:
    radial-gradient(circle at 20% 20%,rgba(255,255,255,.35),transparent 120px),
    linear-gradient(135deg,#fff0f6,#f2ecff);
  display:grid;
  place-items:center;
  font-size:86px;
  margin-bottom:14px;
  overflow:hidden;
}

.free-pro-feature-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.free-pro-card h3{
  margin:0 0 14px;
  font-size:22px;
  font-weight:950;
}

.free-pro-card .view-all{
  color:#ff5e9e;
  font-size:12px;
  font-weight:950;
}

.free-pro-card-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:12px;
  margin-bottom:16px;
}

.free-pro-reward{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:24px;
  align-items:center;
}

.free-pro-points-circle{
  width:118px;
  height:118px;
  border-radius:50%;
  display:grid;
  place-items:center;
  text-align:center;
  background:#fff4dc;
  border:2px solid #ffd89a;
  color:#17172f;
  font-weight:950;
}

.free-pro-points-circle strong{
  display:block;
  font-size:34px;
  line-height:1;
}

.free-pro-earn-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.free-pro-earn{
  border:1px solid #f4e5ed;
  border-radius:16px;
  padding:12px;
  font-size:13px;
  font-weight:900;
  color:#51485d;
}

.free-pro-progress{
  margin-top:18px;
  height:8px;
  border-radius:999px;
  background:#ffe7f1;
  overflow:hidden;
}

.free-pro-progress span{
  display:block;
  height:100%;
  width:52%;
  background:linear-gradient(90deg,#ff6fa9,#ffb5d1);
}

.free-pro-orders{
  display:grid;
  gap:10px;
}

.free-pro-order{
  display:grid;
  grid-template-columns:1fr auto auto;
  gap:12px;
  align-items:center;
  padding:14px;
  border:1px solid #f4e5ed;
  border-radius:18px;
  font-size:13px;
  font-weight:850;
}

.free-pro-order small{
  display:block;
  color:var(--aurora-muted);
  margin-top:4px;
}

.free-pro-order .status{
  padding:5px 10px;
  border-radius:999px;
  background:#e9f8ed;
  color:#39a955;
  font-size:11px;
  font-weight:950;
}

.free-pro-plan-table{
  overflow:auto;
}

.free-pro-plan-table table{
  width:100%;
  min-width:680px;
  border-collapse:collapse;
  border:1px solid #f4e5ed;
  border-radius:20px;
  overflow:hidden;
  font-size:13px;
}

.free-pro-plan-table th,
.free-pro-plan-table td{
  padding:13px;
  border-bottom:1px solid #f4e5ed;
  border-right:1px solid #f4e5ed;
  text-align:center;
  font-weight:850;
}

.free-pro-plan-table th:first-child,
.free-pro-plan-table td:first-child{
  text-align:left;
}

.free-pro-plan-table th{
  background:#fff4f8;
  font-weight:950;
}

.free-pro-plan-table .current{
  background:#fff0f6;
  box-shadow:inset 0 0 0 2px #ff6fa9;
}

.free-pro-help{
  text-align:center;
}

.free-pro-help-art{
  min-height:160px;
  display:grid;
  place-items:center;
  font-size:92px;
  border-radius:22px;
  background:linear-gradient(135deg,#fff4f8,#fffaf0);
  margin-bottom:16px;
}

@media(max-width:1180px){
  .free-pro-layout{
    grid-template-columns:1fr;
  }

  .free-pro-sidebar{
    position:relative;
    top:auto;
  }

  .free-pro-menu{
    grid-template-columns:repeat(3,1fr);
  }

  .free-pro-member-card{
    grid-template-columns:110px 1fr;
  }

  .free-pro-seal{
    display:none;
  }

  .free-pro-grid-2,
  .free-pro-grid-3{
    grid-template-columns:1fr;
  }
}

@media(max-width:780px){
  .free-pro-hero{
    grid-template-columns:1fr;
    padding:34px 22px;
    margin-left:-18px;
    margin-right:-18px;
  }

  .free-pro-hero h1{
    font-size:28px;
  }

  .free-pro-hero-art{
    min-height:150px;
  }

  .free-pro-menu{
    grid-template-columns:1fr 1fr;
  }

  .free-pro-member-card{
    grid-template-columns:1fr;
    text-align:left;
  }

  .free-pro-member-meta{
    grid-template-columns:1fr;
  }

  .free-pro-member-meta div{
    border-right:0;
    border-bottom:1px solid #f5dce7;
    padding:14px 0;
  }

  .free-pro-member-meta div:last-child{
    border-bottom:0;
  }

  .free-pro-perks{
    grid-template-columns:repeat(2,1fr);
  }

  .free-pro-download-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .free-pro-reward{
    grid-template-columns:1fr;
  }
}

@media(max-width:520px){
  .free-pro-menu,
  .free-pro-download-grid,
  .free-pro-earn-grid{
    grid-template-columns:1fr;
  }
}


/* =====================================================
   V4.7 SITE POLISH
   1. 全站 Join Free / My Club 按钮
   2. Free Member 页面删除中文说明
   3. Journal 页面统一卡片风格
   4. 修正 Journal 跳转
===================================================== */

/* Header join button */
.header-actions{
  gap:12px !important;
}

.aurora-join-button{
  min-height:40px;
  padding:10px 18px !important;
  border-radius:999px;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  background:linear-gradient(90deg,#ff6fa9,#8d6be8);
  color:#fff !important;
  font-size:14px !important;
  font-weight:950 !important;
  line-height:1 !important;
  white-space:nowrap;
  box-shadow:0 12px 24px rgba(255,111,169,.20);
}

.aurora-join-button:hover{
  color:#fff !important;
  transform:translateY(-1px);
  box-shadow:0 16px 28px rgba(255,111,169,.24);
}

.aurora-header-icon{
  width:38px;
  height:38px;
  border-radius:999px;
  display:grid !important;
  place-items:center;
  background:#fff;
  border:1px solid #f2dfe8;
  font-size:18px;
}

/* Keep nav/button proportions consistent */
.site-header{
  background:#fff;
}

.header-inner{
  min-height:86px;
}

.logo-mark{
  flex:0 0 auto;
}

.main-nav a,
.main-nav .club-link{
  min-height:42px !important;
}

/* Free Member dashboard visual fixes */
.free-pro-dashboard{
  background:#fff;
}

.free-pro-member-info p{
  color:#51485d !important;
}

.free-pro-member-card{
  background:linear-gradient(100deg,#fff7fb,#fff) !important;
}

.free-pro-avatar{
  background:#fff8fb !important;
  color:#17172f !important;
}

/* Journal Pro page */
.journal-pro-page{
  padding-top:22px;
}

.journal-pro-intro{
  margin:22px 0 28px;
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:26px;
  align-items:stretch;
}

.journal-pro-card{
  border:1px solid var(--aurora-border);
  border-radius:28px;
  background:#fff;
  box-shadow:0 14px 32px rgba(64,38,73,.06);
  overflow:hidden;
}

.journal-pro-feature{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:360px;
}

.journal-pro-feature-copy{
  padding:34px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}

.journal-pro-badge{
  display:inline-flex;
  width:max-content;
  min-height:30px;
  padding:7px 14px;
  border-radius:999px;
  background:#ff5e9e;
  color:#fff;
  font-size:12px;
  font-weight:950;
  margin-bottom:16px;
}

.journal-pro-feature h2,
.journal-pro-side h3,
.journal-pro-small h3{
  margin:0 0 14px;
  font-weight:950;
  line-height:1.15;
}

.journal-pro-feature h2{
  font-size:38px;
  letter-spacing:-.02em;
}

.journal-pro-feature p,
.journal-pro-side p,
.journal-pro-small p{
  margin:0 0 18px;
  color:#62586b;
  font-weight:850;
  line-height:1.55;
}

.journal-pro-meta{
  display:flex;
  gap:10px;
  color:#8b7f91;
  font-size:13px;
  font-weight:900;
  margin:0 0 18px;
}

.journal-pro-read{
  color:#ff5e9e !important;
  font-weight:950;
}

.journal-pro-art{
  min-height:260px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 70% 80%,rgba(255,255,255,.55),transparent 140px),
    linear-gradient(135deg,#ffe4ed,#fff7ee);
  font-size:104px;
}

.journal-pro-side-list{
  display:grid;
  gap:18px;
}

.journal-pro-side{
  display:grid;
  grid-template-columns:34% 66%;
  min-height:168px;
}

.journal-pro-side .journal-pro-art{
  min-height:168px;
  font-size:56px;
}

.journal-pro-side-copy{
  padding:24px;
}

.journal-pro-topics{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
  margin:0 0 28px;
}

.journal-pro-topic{
  min-height:88px;
  border-radius:24px;
  border:1px solid var(--aurora-border);
  background:#fff;
  box-shadow:0 10px 24px rgba(64,38,73,.045);
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  color:#17172f !important;
  font-weight:950;
}

.journal-pro-topic span{
  width:42px;
  height:42px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#fff2f8;
  font-size:24px;
}

.journal-pro-topic:hover{
  border-color:#ffc0da;
  transform:translateY(-2px);
  box-shadow:0 16px 30px rgba(255,111,169,.10);
}

.journal-pro-grid{
  display:grid;
  grid-template-columns:1fr 340px;
  gap:28px;
  align-items:start;
}

.journal-pro-posts{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}

.journal-pro-small{
  overflow:hidden;
}

.journal-pro-small .journal-pro-art{
  min-height:180px;
  font-size:68px;
}

.journal-pro-small-copy{
  padding:24px;
}

.journal-pro-sidebar{
  position:sticky;
  top:100px;
  display:grid;
  gap:18px;
}

.journal-pro-widget{
  padding:24px;
  border-radius:26px;
  border:1px solid var(--aurora-border);
  background:#fff;
  box-shadow:0 12px 28px rgba(64,38,73,.05);
}

.journal-pro-widget h3{
  margin:0 0 14px;
  font-size:22px;
  font-weight:950;
}

.journal-pro-widget a{
  display:flex;
  justify-content:space-between;
  padding:12px 0;
  border-bottom:1px solid #f4e5ed;
  color:#51485d;
  font-weight:900;
}

.journal-pro-widget a:last-child{
  border-bottom:0;
}

.journal-pro-cta{
  padding:26px;
  border-radius:26px;
  background:linear-gradient(135deg,#fff2f8,#f4efff);
  border:1px solid #f0dce8;
  text-align:center;
}

.journal-pro-cta .emoji{
  font-size:62px;
  margin-bottom:10px;
}

.journal-pro-cta h3{
  margin:0 0 8px;
  font-size:23px;
  font-weight:950;
}

.journal-pro-cta p{
  color:#62586b;
  font-weight:850;
}

@media(max-width:1100px){
  .aurora-join-button{
    padding:10px 14px !important;
    font-size:13px !important;
  }

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

  .journal-pro-sidebar{
    position:relative;
    top:auto;
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:820px){
  .aurora-join-button{
    display:none !important;
  }

  .journal-pro-feature,
  .journal-pro-side{
    grid-template-columns:1fr;
  }

  .journal-pro-topics,
  .journal-pro-posts,
  .journal-pro-sidebar{
    grid-template-columns:1fr;
  }

  .journal-pro-feature h2{
    font-size:30px;
  }
}


/* =====================================================
   V4.8 JOIN US BUTTON
   不在导航菜单里，不显示 My Club，只显示 Join Us
===================================================== */

.aurora-join-slot{
  flex:0 0 auto;
  margin-left:18px;
  margin-right:8px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.aurora-join-button{
  min-height:42px;
  padding:11px 22px !important;
  border-radius:999px;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  background:linear-gradient(90deg,#ff6fa9,#8d6be8);
  color:#fff !important;
  font-size:15px !important;
  font-weight:950 !important;
  line-height:1 !important;
  white-space:nowrap;
  box-shadow:0 12px 24px rgba(255,111,169,.22);
}

.aurora-join-button:hover{
  color:#fff !important;
  transform:translateY(-1px);
  box-shadow:0 16px 30px rgba(255,111,169,.26);
}

.aurora-join-button::after{
  content:" ✨";
}

.header-actions .aurora-join-button{
  display:none !important;
}

@media(max-width:1180px){
  .aurora-join-slot{
    margin-left:10px;
  }

  .aurora-join-button{
    padding:10px 16px !important;
    font-size:14px !important;
  }
}

@media(max-width:900px){
  .aurora-join-slot{
    display:none;
  }
}


/* =====================================================
   V4.9 REGISTER PAGE
   Join Us 跳转注册页面 /register/
===================================================== */

.aurora-register-page{
  padding:30px 0 70px;
}

.aurora-register-hero{
  margin:24px 0 30px;
  border-radius:34px;
  overflow:hidden;
  min-height:270px;
  display:grid;
  grid-template-columns:52% 48%;
  align-items:center;
  background:
    radial-gradient(circle at 20% 40%,rgba(255,255,255,.78),transparent 250px),
    linear-gradient(105deg,#fff4f8 0%,#fff0f7 54%,#f4efff 100%);
  border:1px solid var(--aurora-border);
  box-shadow:0 18px 42px rgba(64,38,73,.08);
}

.aurora-register-copy{
  padding:46px 54px;
}

.aurora-register-copy h1{
  margin:0 0 14px;
  font-size:52px;
  line-height:1.04;
  font-weight:950;
  letter-spacing:-.03em;
}

.aurora-register-copy h1 span{
  color:#ff5e9e;
}

.aurora-register-copy p{
  margin:0 0 20px;
  color:#51485d;
  max-width:520px;
  font-size:17px;
  line-height:1.55;
  font-weight:850;
}

.aurora-register-badges{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.aurora-register-badges span{
  min-height:34px;
  padding:8px 13px;
  border-radius:999px;
  background:#fff;
  border:1px solid #f0dce8;
  color:#ff5e9e;
  font-size:13px;
  font-weight:950;
}

.aurora-register-art{
  min-height:270px;
  display:grid;
  place-items:center;
  font-size:112px;
  background:radial-gradient(circle at center,rgba(255,255,255,.55),transparent 220px);
}

.aurora-register-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 380px;
  gap:28px;
  align-items:start;
}

.aurora-register-card{
  border:1px solid var(--aurora-border);
  border-radius:30px;
  background:#fff;
  box-shadow:0 14px 32px rgba(64,38,73,.06);
  padding:30px;
}

.aurora-register-card h2{
  margin:0 0 18px;
  font-size:30px;
  line-height:1.1;
  font-weight:950;
}

.aurora-register-form-shell{
  border-radius:24px;
  background:linear-gradient(180deg,#fff8fb,#fff);
  border:1px solid #f5dce7;
  padding:22px;
}

/* PMS / Woo 注册表单美化 */
.aurora-register-form-shell input[type="text"],
.aurora-register-form-shell input[type="email"],
.aurora-register-form-shell input[type="password"],
.aurora-register-form-shell input[type="url"],
.aurora-register-form-shell select,
.aurora-register-form-shell textarea,
.aurora-register-form-shell .input{
  width:100%;
  min-height:48px;
  border-radius:16px;
  border:1px solid #f0dce8;
  background:#fff;
  padding:12px 14px;
  color:#17172f;
  font-size:15px;
  font-weight:800;
}

.aurora-register-form-shell label{
  color:#51485d;
  font-weight:900;
}

.aurora-register-form-shell button,
.aurora-register-form-shell input[type="submit"],
.aurora-register-form-shell .button{
  min-height:46px;
  border:0;
  border-radius:999px;
  background:linear-gradient(90deg,#ff6fa9,#8d6be8)!important;
  color:#fff!important;
  padding:12px 24px;
  font-weight:950;
  box-shadow:0 12px 24px rgba(255,111,169,.18);
}

.aurora-register-side{
  display:grid;
  gap:20px;
}

.aurora-register-side-card{
  border:1px solid var(--aurora-border);
  border-radius:28px;
  background:#fff;
  box-shadow:0 12px 28px rgba(64,38,73,.05);
  padding:26px;
}

.aurora-register-side-card h3{
  margin:0 0 14px;
  font-size:23px;
  font-weight:950;
}

.aurora-register-side-card ul{
  margin:0;
  padding:0;
  list-style:none;
  display:grid;
  gap:12px;
}

.aurora-register-side-card li{
  display:flex;
  gap:10px;
  align-items:flex-start;
  color:#51485d;
  font-weight:850;
  line-height:1.45;
}

.aurora-register-side-card li::before{
  content:"✨";
  flex:0 0 auto;
}

.aurora-register-login-link{
  margin-top:16px;
  padding:16px;
  border-radius:18px;
  background:#fff4f8;
  color:#51485d;
  font-weight:850;
  text-align:center;
}

.aurora-register-login-link a{
  color:#ff5e9e;
  font-weight:950;
}

@media(max-width:960px){
  .aurora-register-hero,
  .aurora-register-layout{
    grid-template-columns:1fr;
  }

  .aurora-register-copy{
    padding:36px 28px 10px;
  }

  .aurora-register-copy h1{
    font-size:40px;
  }

  .aurora-register-art{
    min-height:170px;
    font-size:82px;
  }
}

@media(max-width:560px){
  .aurora-register-card,
  .aurora-register-side-card{
    padding:22px;
    border-radius:24px;
  }

  .aurora-register-copy h1{
    font-size:34px;
  }
}


/* =====================================================
   V5.0 REGISTER BEAUTY
   按预览图重做 Join Us 注册页面
===================================================== */

.aurora-register-page.v50-register{
  padding:28px 0 0;
}

.v50-register .ap-breadcrumb{
  margin-bottom:14px;
}

.v50-register-hero{
  margin:18px 0 26px;
  min-height:300px;
  border-radius:24px;
  overflow:hidden;
  border:1px solid #f3dce6;
  background:
    radial-gradient(circle at 70% 48%, rgba(255,255,255,.62), transparent 280px),
    linear-gradient(100deg,#fff3f7 0%,#fff6f0 48%,#f5efff 100%);
  box-shadow:0 16px 36px rgba(64,38,73,.06);
  display:grid;
  grid-template-columns:58% 42%;
  align-items:center;
}

.v50-register-hero-copy{
  padding:50px 56px;
}

.v50-register-hero-copy h1{
  margin:0 0 16px;
  font-size:58px;
  line-height:1.02;
  letter-spacing:-.04em;
  font-weight:950;
  color:#17172f;
}

.v50-register-hero-copy h1 span{
  color:#ff5e9e;
}

.v50-register-hero-copy p{
  margin:0;
  max-width:610px;
  font-size:17px;
  line-height:1.55;
  color:#34304d;
  font-weight:850;
}

.v50-register-badges{
  margin-top:22px;
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.v50-register-badges span{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:9px 16px;
  border-radius:12px;
  background:#fff;
  border:1px solid #f0dce8;
  color:#ff5e9e;
  font-weight:950;
  font-size:14px;
  box-shadow:0 8px 18px rgba(64,38,73,.04);
}

.v50-register-hero-art{
  position:relative;
  height:100%;
  min-height:300px;
  display:grid;
  place-items:center;
  overflow:hidden;
}

.v50-panda-scene{
  position:relative;
  width:420px;
  max-width:92%;
  height:240px;
  display:grid;
  place-items:center;
}

.v50-panda-face{
  width:160px;
  height:160px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 18px 34px rgba(64,38,73,.08);
  display:grid;
  place-items:center;
  font-size:92px;
  position:relative;
  z-index:2;
}

.v50-heart-bubble{
  position:absolute;
  left:52%;
  bottom:6px;
  transform:translateX(-50%);
  width:112px;
  height:112px;
  border-radius:34px;
  background:linear-gradient(135deg,#ffb1c8,#ff6fa9);
  display:grid;
  place-items:center;
  color:#fff;
  font-size:62px;
  box-shadow:0 16px 28px rgba(255,111,169,.22);
  z-index:3;
}

.v50-flower-row{
  position:absolute;
  right:0;
  bottom:18px;
  font-size:44px;
  opacity:.95;
}

.v50-register-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 410px;
  gap:26px;
  align-items:start;
  margin-bottom:34px;
}

.v50-register-card,
.v50-register-side-card{
  border-radius:24px;
  border:1px solid #f0dce8;
  background:#fff;
  box-shadow:0 14px 32px rgba(64,38,73,.055);
}

.v50-register-card{
  padding:30px;
}

.v50-register-title{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:26px;
}

.v50-register-title-icon{
  width:58px;
  height:58px;
  border-radius:22px;
  display:grid;
  place-items:center;
  background:#fff0f7;
  color:#ff5e9e;
  font-size:28px;
  flex:0 0 auto;
}

.v50-register-title h2{
  margin:0;
  font-size:30px;
  line-height:1.1;
  font-weight:950;
}

.v50-register-title p{
  margin:6px 0 0;
  color:#62586b;
  font-weight:850;
}

.v50-register-form{
  display:grid;
  gap:18px;
}

.v50-register-fields{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:18px 20px;
}

.v50-field{
  display:grid;
  gap:8px;
}

.v50-field label{
  color:#34304d;
  font-weight:900;
  font-size:14px;
}

.v50-field label span{
  color:#ff5e9e;
}

.v50-input-wrap{
  position:relative;
}

.v50-input-wrap i{
  position:absolute;
  left:16px;
  top:50%;
  transform:translateY(-50%);
  font-style:normal;
  color:#9b91a3;
  font-size:18px;
  pointer-events:none;
}

.v50-input-wrap input{
  width:100%;
  min-height:56px;
  border-radius:12px;
  border:1px solid #e8dfe6;
  background:#fff;
  padding:14px 16px 14px 46px;
  color:#17172f;
  font-size:15px;
  font-weight:800;
  outline:none;
  box-shadow:0 8px 18px rgba(64,38,73,.03);
}

.v50-input-wrap input:focus{
  border-color:#ff8dbb;
  box-shadow:0 0 0 4px rgba(255,111,169,.12);
}

.v50-terms{
  display:flex;
  align-items:flex-start;
  gap:10px;
  color:#51485d;
  font-weight:850;
  line-height:1.45;
}

.v50-terms input{
  width:18px;
  height:18px;
  margin-top:2px;
  accent-color:#ff5e9e;
  flex:0 0 auto;
}

.v50-terms a{
  color:#ff5e9e;
  font-weight:950;
}

.v50-submit{
  width:100%;
  min-height:56px;
  border:0;
  border-radius:12px;
  background:linear-gradient(90deg,#ff6fa9,#ef3f83);
  color:#fff;
  font-size:16px;
  font-weight:950;
  box-shadow:0 14px 28px rgba(255,111,169,.18);
  cursor:pointer;
}

.v50-submit:hover{
  transform:translateY(-1px);
  box-shadow:0 18px 34px rgba(255,111,169,.22);
}

.v50-divider{
  position:relative;
  margin:8px 0;
  text-align:center;
  color:#9b91a3;
  font-weight:850;
}

.v50-divider::before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:50%;
  height:1px;
  background:#eee4eb;
}

.v50-divider span{
  position:relative;
  z-index:2;
  display:inline-grid;
  place-items:center;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff;
  border:1px solid #eee4eb;
}

.v50-google{
  min-height:52px;
  border-radius:12px;
  background:#fff;
  border:1px solid #e8dfe6;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:#17172f;
  font-weight:950;
  box-shadow:0 8px 18px rgba(64,38,73,.03);
}

.v50-login-note{
  text-align:center;
  color:#51485d;
  font-weight:850;
  margin-top:2px;
}

.v50-login-note a{
  color:#ff5e9e;
  font-weight:950;
}

.v50-register-alert{
  margin-bottom:18px;
  padding:14px 16px;
  border-radius:16px;
  font-weight:900;
  border:1px solid #ffd1e1;
  background:#fff5f9;
  color:#e23676;
}

.v50-register-success{
  margin-bottom:18px;
  padding:14px 16px;
  border-radius:16px;
  font-weight:900;
  border:1px solid #bde9c9;
  background:#f0fff4;
  color:#2f9b53;
}

.v50-register-side{
  display:grid;
  gap:18px;
}

.v50-register-side-card{
  padding:26px;
}

.v50-side-head{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:18px;
}

.v50-side-icon{
  width:50px;
  height:50px;
  border-radius:19px;
  display:grid;
  place-items:center;
  background:#fff0f7;
  color:#ff5e9e;
  font-size:24px;
  flex:0 0 auto;
}

.v50-register-side-card h3{
  margin:0;
  font-size:24px;
  line-height:1.15;
  font-weight:950;
}

.v50-side-list{
  display:grid;
  gap:0;
}

.v50-side-item{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:12px;
  align-items:start;
  padding:16px 0;
  border-bottom:1px solid #f2e6ed;
}

.v50-side-item:last-child{
  border-bottom:0;
}

.v50-side-item span{
  width:40px;
  height:40px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#fff7fb;
  font-size:21px;
}

.v50-side-item p{
  margin:0;
  color:#34304d;
  font-weight:850;
  line-height:1.45;
}

.v50-more-magic{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:18px;
  align-items:center;
  background:linear-gradient(135deg,#fff4f8,#fff8f1);
}

.v50-more-art{
  width:100px;
  height:100px;
  border-radius:28px;
  display:grid;
  place-items:center;
  background:#fff;
  font-size:62px;
  box-shadow:0 12px 24px rgba(64,38,73,.06);
}

.v50-outline-btn{
  margin-top:14px;
  min-height:44px;
  padding:12px 18px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#ff5e9e!important;
  border:1px solid #ff8fbd;
  background:#fff;
  font-weight:950;
}

.v50-register-benefits-bar{
  margin:16px calc(50% - 50vw) 0;
  padding:22px max(52px,calc((100vw - 1320px)/2 + 52px));
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
  background:linear-gradient(90deg,#fff7fb,#fff1f7);
  border-top:1px solid #f2dfe8;
}

.v50-bottom-benefit{
  display:flex;
  align-items:center;
  gap:14px;
}

.v50-bottom-benefit span{
  width:52px;
  height:52px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#fff;
  border:1px solid #f2dfe8;
  color:#ff5e9e;
  font-size:24px;
  flex:0 0 auto;
}

.v50-bottom-benefit b{
  display:block;
  font-weight:950;
  margin-bottom:4px;
}

.v50-bottom-benefit small{
  color:#62586b;
  font-weight:800;
}

@media(max-width:1080px){
  .v50-register-layout{
    grid-template-columns:1fr;
  }

  .v50-register-side{
    grid-template-columns:1fr 1fr;
  }

  .v50-register-benefits-bar{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:820px){
  .v50-register-hero{
    grid-template-columns:1fr;
  }

  .v50-register-hero-copy{
    padding:36px 26px 8px;
  }

  .v50-register-hero-copy h1{
    font-size:40px;
  }

  .v50-register-hero-art{
    min-height:190px;
  }

  .v50-panda-scene{
    height:185px;
  }

  .v50-panda-face{
    width:120px;
    height:120px;
    font-size:70px;
  }

  .v50-heart-bubble{
    width:84px;
    height:84px;
    font-size:46px;
  }

  .v50-register-fields,
  .v50-register-side,
  .v50-register-benefits-bar{
    grid-template-columns:1fr;
  }

  .v50-more-magic{
    grid-template-columns:1fr;
    text-align:center;
  }

  .v50-more-art{
    margin:0 auto;
  }
}

@media(max-width:560px){
  .v50-register-card,
  .v50-register-side-card{
    padding:22px;
    border-radius:22px;
  }

  .v50-register-hero-copy h1{
    font-size:34px;
  }

  .v50-register-badges span{
    width:100%;
    justify-content:center;
  }
}


/* =====================================================
   V5.1 SOCIAL LOGIN + JOURNAL LINKS
===================================================== */

/* Social login buttons */
.v51-social-login{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}

.v51-social-login a{
  min-height:52px;
  border-radius:12px;
  border:1px solid #e8dfe6;
  background:#fff;
  color:#17172f!important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  font-weight:950;
  box-shadow:0 8px 18px rgba(64,38,73,.03);
  transition:.18s ease;
}

.v51-social-login a:hover{
  border-color:#ffb2ce;
  transform:translateY(-1px);
  box-shadow:0 12px 24px rgba(255,111,169,.10);
}

.v51-social-login .social-icon{
  width:26px;
  height:26px;
  border-radius:50%;
  display:grid;
  place-items:center;
  font-weight:950;
  font-size:15px;
  flex:0 0 auto;
}

.v51-social-google .social-icon{background:#fff;color:#4285f4;border:1px solid #e8dfe6}
.v51-social-apple .social-icon{background:#17172f;color:#fff}
.v51-social-facebook .social-icon{background:#1877f2;color:#fff}
.v51-social-line .social-icon{background:#06c755;color:#fff}

.v51-social-note{
  margin-top:10px;
  text-align:center;
  color:#8a7f91;
  font-size:12px;
  font-weight:850;
}

/* Journal article pages */
.aurora-journal-article{
  padding:30px 0 70px;
}

.journal-article-hero{
  margin:22px 0 28px;
  min-height:270px;
  border-radius:30px;
  background:
    radial-gradient(circle at 80% 45%,rgba(255,255,255,.72),transparent 220px),
    linear-gradient(105deg,#fff3f8,#fff8f0);
  border:1px solid var(--aurora-border);
  box-shadow:0 16px 36px rgba(64,38,73,.07);
  display:grid;
  grid-template-columns:1fr 310px;
  gap:20px;
  align-items:center;
  overflow:hidden;
}

.journal-article-hero-copy{
  padding:44px 50px;
}

.journal-article-hero-copy .journal-pro-badge{
  margin-bottom:16px;
}

.journal-article-hero h1{
  margin:0 0 14px;
  font-size:48px;
  line-height:1.05;
  letter-spacing:-.03em;
  font-weight:950;
}

.journal-article-hero p{
  margin:0;
  color:#51485d;
  font-size:17px;
  line-height:1.55;
  font-weight:850;
}

.journal-article-art{
  min-height:270px;
  display:grid;
  place-items:center;
  font-size:112px;
  background:rgba(255,255,255,.25);
}

.journal-article-body{
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:28px;
  align-items:start;
}

.journal-article-content{
  padding:34px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--aurora-border);
  box-shadow:0 14px 32px rgba(64,38,73,.055);
}

.journal-article-content h2{
  margin:28px 0 12px;
  font-size:30px;
  font-weight:950;
}

.journal-article-content h2:first-child{
  margin-top:0;
}

.journal-article-content p,
.journal-article-content li{
  color:#51485d;
  font-size:16px;
  line-height:1.75;
  font-weight:820;
}

.journal-article-content ul{
  padding-left:22px;
}

.journal-article-tip{
  margin:26px 0;
  padding:22px;
  border-radius:22px;
  background:linear-gradient(135deg,#fff2f8,#fffaf0);
  border:1px solid #f4dce7;
  font-weight:900;
  color:#34304d;
}

.journal-article-sidebar{
  position:sticky;
  top:105px;
  display:grid;
  gap:18px;
}

.journal-article-card{
  padding:24px;
  border-radius:26px;
  background:#fff;
  border:1px solid var(--aurora-border);
  box-shadow:0 12px 28px rgba(64,38,73,.05);
}

.journal-article-card h3{
  margin:0 0 14px;
  font-size:22px;
  font-weight:950;
}

.journal-article-card a{
  display:block;
  padding:11px 0;
  border-bottom:1px solid #f4e5ed;
  color:#51485d;
  font-weight:900;
}

.journal-article-card a:last-child{
  border-bottom:0;
}

@media(max-width:900px){
  .v51-social-login{
    grid-template-columns:1fr;
  }

  .journal-article-hero,
  .journal-article-body{
    grid-template-columns:1fr;
  }

  .journal-article-hero h1{
    font-size:36px;
  }

  .journal-article-hero-copy{
    padding:32px 26px 10px;
  }

  .journal-article-sidebar{
    position:relative;
    top:auto;
  }
}


/* =====================================================
   V5.2 JOURNAL ARTICLE SIDEBAR
   文章详情页新增：
   This Month's Event / Popular This Month / Join the Plan
===================================================== */

.journal-article-body{
  grid-template-columns:minmax(0,1fr) 360px !important;
}

.journal-article-sidebar{
  gap:20px !important;
}

.journal-sidebar-event{
  position:relative;
  overflow:hidden;
  padding:26px;
  border-radius:28px;
  background:
    radial-gradient(circle at 82% 15%, rgba(255,255,255,.75), transparent 150px),
    linear-gradient(135deg,#fff4f8,#fff8ee);
  border:1px solid #f4dce7;
  box-shadow:0 14px 32px rgba(64,38,73,.06);
}

.journal-sidebar-event::after{
  content:"";
  position:absolute;
  right:-36px;
  bottom:-36px;
  width:130px;
  height:130px;
  border-radius:50%;
  background:rgba(255,111,169,.10);
}

.journal-sidebar-label{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:7px 13px;
  border-radius:999px;
  background:#ff5e9e;
  color:#fff;
  font-size:12px;
  font-weight:950;
  margin-bottom:14px;
}

.journal-sidebar-event h3,
.journal-sidebar-popular h3,
.journal-sidebar-plan h3,
.journal-sidebar-posts h3{
  margin:0 0 14px;
  font-size:23px;
  line-height:1.12;
  font-weight:950;
}

.journal-sidebar-event p{
  margin:0 0 18px;
  color:#51485d;
  font-weight:850;
  line-height:1.5;
}

.journal-event-meta{
  display:grid;
  gap:10px;
  margin:16px 0 18px;
}

.journal-event-meta div{
  min-height:42px;
  padding:10px 12px;
  border-radius:16px;
  background:rgba(255,255,255,.72);
  border:1px solid #f3e0e8;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
  font-weight:900;
  color:#51485d;
}

.journal-sidebar-btn{
  width:100%;
  min-height:44px;
  border-radius:999px;
  background:linear-gradient(90deg,#ff6fa9,#8d6be8);
  color:#fff!important;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-weight:950;
  position:relative;
  z-index:2;
  box-shadow:0 12px 24px rgba(255,111,169,.18);
}

.journal-sidebar-popular,
.journal-sidebar-plan,
.journal-sidebar-posts{
  padding:24px;
  border-radius:28px;
  background:#fff;
  border:1px solid var(--aurora-border);
  box-shadow:0 12px 28px rgba(64,38,73,.05);
}

.journal-popular-list{
  display:grid;
  gap:12px;
}

.journal-popular-item{
  display:grid !important;
  grid-template-columns:64px 1fr;
  gap:12px;
  align-items:center;
  padding:12px !important;
  border:1px solid #f4e5ed !important;
  border-radius:18px;
  background:#fffafc;
  color:#17172f!important;
  text-decoration:none;
}

.journal-popular-item:hover{
  border-color:#ffb7d1 !important;
  transform:translateY(-1px);
  box-shadow:0 10px 22px rgba(255,111,169,.08);
}

.journal-popular-thumb{
  width:64px;
  height:64px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#ffe4ef,#fff8ee);
  font-size:34px;
}

.journal-popular-item strong{
  display:block;
  font-size:14px;
  line-height:1.25;
  font-weight:950;
}

.journal-popular-item small{
  display:block;
  margin-top:5px;
  color:#8a7f91;
  font-size:12px;
  font-weight:850;
}

.journal-sidebar-plan{
  background:
    radial-gradient(circle at 80% 20%, rgba(255,255,255,.72), transparent 150px),
    linear-gradient(135deg,#fff2f8,#f4efff);
  text-align:center;
}

.journal-plan-art{
  width:108px;
  height:108px;
  border-radius:32px;
  background:#fff;
  display:grid;
  place-items:center;
  font-size:62px;
  margin:0 auto 14px;
  box-shadow:0 12px 24px rgba(64,38,73,.07);
}

.journal-plan-cards{
  display:grid;
  gap:10px;
  margin:18px 0;
}

.journal-plan-card{
  border:1px solid #f0dce8;
  border-radius:18px;
  background:rgba(255,255,255,.78);
  padding:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  text-align:left;
}

.journal-plan-card b{
  display:block;
  font-size:14px;
  font-weight:950;
}

.journal-plan-card small{
  color:#8a7f91;
  font-weight:850;
}

.journal-plan-card span{
  color:#ff5e9e;
  font-weight:950;
  white-space:nowrap;
}

.journal-sidebar-posts a{
  display:block;
  padding:12px 0;
  border-bottom:1px solid #f4e5ed;
  color:#51485d;
  font-weight:900;
}

.journal-sidebar-posts a:last-child{
  border-bottom:0;
}

.journal-sidebar-posts a:hover{
  color:#ff5e9e;
}

@media(max-width:900px){
  .journal-article-body{
    grid-template-columns:1fr !important;
  }
}


/* =====================================================
   V5.3 MOBILE POLISH
   手机端统一更新：Header / Register / Membership / Journal / Shop
===================================================== */

@media(max-width:900px){
  html,body{overflow-x:hidden!important;-webkit-text-size-adjust:100%}
  .aurora-wrap{width:min(100% - 28px,1320px)!important;max-width:100%!important}
  .aurora-announcement{font-size:12px!important;padding:9px 12px!important;line-height:1.35!important}
  .site-header{position:sticky!important;top:0!important;z-index:999!important;background:rgba(255,255,255,.96)!important;backdrop-filter:blur(12px);border-bottom:1px solid #f4e2ea!important}
  .header-inner{min-height:68px!important;padding:8px 0!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important}
  .logo{gap:8px!important;min-width:0!important}
  .logo-mark{width:44px!important;height:44px!important;border-radius:15px!important;font-size:20px!important}
  .logo-text strong{font-size:27px!important;line-height:.9!important}
  .logo-text span{font-size:11px!important;letter-spacing:.16em!important;margin-top:4px!important}
  .aurora-join-slot{display:none!important}
  .header-actions{gap:8px!important;margin-left:auto!important}
  .aurora-header-icon{width:38px!important;height:38px!important;font-size:17px!important}
  .menu-toggle{display:inline-flex!important;width:38px!important;height:38px!important;border-radius:14px!important;font-size:22px!important;order:3}
  .main-nav{position:fixed!important;left:14px!important;right:14px!important;top:76px!important;z-index:1002!important;display:none!important;flex-direction:column!important;align-items:stretch!important;gap:8px!important;padding:16px!important;border-radius:24px!important;background:rgba(255,255,255,.98)!important;border:1px solid #f2dfe8!important;box-shadow:0 24px 50px rgba(64,38,73,.18)!important;max-height:calc(100vh - 96px)!important;overflow:auto!important}
  body.menu-open .main-nav,.main-nav.is-open{display:flex!important}
  .main-nav a,.main-nav .club-link{width:100%!important;min-height:50px!important;border-radius:16px!important;padding:15px 18px!important;justify-content:flex-start!important;background:#fff8fb!important;color:#17172f!important;box-shadow:none!important;font-size:15px!important}
  .main-nav .club-link{background:linear-gradient(90deg,#ff6fa9,#8d6be8)!important;color:#fff!important}
  .main-nav::after{content:"Join Us ✨";width:100%;min-height:50px;border-radius:16px;padding:15px 18px;display:flex;align-items:center;justify-content:center;background:linear-gradient(90deg,#ff6fa9,#8d6be8);color:#fff;font-weight:950;box-sizing:border-box}
  .drawer-overlay{display:none!important;position:fixed!important;inset:0!important;background:rgba(23,23,47,.28)!important;z-index:1001!important}
  body.menu-open .drawer-overlay{display:block!important}

  .aurora-page-hero{grid-template-columns:1fr!important;min-height:auto!important;border-radius:24px!important;margin:18px 0 24px!important}
  .aurora-page-hero-copy{padding:34px 22px 12px!important}
  .aurora-page-hero-copy h1{font-size:38px!important}
  .aurora-page-hero-subtitle{font-size:18px!important}
  .aurora-page-hero-art{min-height:170px!important}
  .aurora-page-hero-art img{max-height:190px!important;padding:0 20px 24px!important;object-position:center!important}

  .v50-register-hero{grid-template-columns:1fr!important;min-height:auto!important;border-radius:22px!important;margin:16px 0 22px!important}
  .v50-register-hero-copy{padding:34px 22px 10px!important}
  .v50-register-hero-copy h1{font-size:34px!important;line-height:1.08!important}
  .v50-register-hero-copy p{font-size:15px!important}
  .v50-register-badges{gap:9px!important}
  .v50-register-badges span{width:100%!important;justify-content:center!important;min-height:38px!important;font-size:13px!important}
  .v50-register-hero-art{min-height:170px!important}
  .v50-panda-scene{height:170px!important}
  .v50-panda-face{width:112px!important;height:112px!important;font-size:66px!important}
  .v50-heart-bubble{width:78px!important;height:78px!important;font-size:42px!important}
  .v50-register-layout{grid-template-columns:1fr!important;gap:18px!important}
  .v50-register-card,.v50-register-side-card{padding:20px!important;border-radius:22px!important}
  .v50-register-title{align-items:flex-start!important;gap:12px!important;margin-bottom:20px!important}
  .v50-register-title-icon{width:48px!important;height:48px!important;border-radius:18px!important;font-size:24px!important}
  .v50-register-title h2{font-size:25px!important}
  .v50-register-fields{grid-template-columns:1fr!important;gap:14px!important}
  .v50-input-wrap input{min-height:52px!important;font-size:15px!important}
  .v51-social-login,.v50-register-side,.v50-register-benefits-bar{grid-template-columns:1fr!important}
  .v50-more-magic{grid-template-columns:1fr!important;text-align:center!important}
  .v50-more-art{margin:0 auto!important}
  .v50-register-benefits-bar{margin:18px -14px 0!important;padding:18px 14px!important}

  .member-hero{grid-template-columns:1fr!important;border-radius:24px!important;min-height:auto!important}
  .member-hero-copy{padding:32px 22px 10px!important}
  .member-hero-copy h1{font-size:36px!important}
  .member-hero-copy p{font-size:15px!important}
  .member-hero-art{min-height:160px!important}
  .member-hero-placeholder{width:210px!important;height:130px!important;font-size:64px!important}
  .member-overview{margin:18px 0 22px!important;grid-template-columns:1fr!important;border-radius:22px!important}
  .member-overview-item{border-right:0!important;border-bottom:1px solid #f3e4ec!important;padding:18px!important}
  .member-quick-actions{grid-template-columns:1fr!important;padding:16px 18px!important}
  .member-section-card,.member-panel{border-radius:22px!important;padding:20px!important}
  .member-section-head{display:block!important}
  .member-section-head h2{font-size:24px!important}
  .member-status-pill{margin-top:12px!important;width:100%!important;text-align:center!important;font-size:12px!important}
  .member-benefits-grid{grid-template-columns:repeat(2,1fr)!important}
  .member-benefit{border-bottom:1px solid #f3e4ec!important}
  .member-main-grid,.member-side-grid{grid-template-columns:1fr!important;gap:16px!important}
  .member-download-item{grid-template-columns:54px 1fr 36px!important}
  .member-feature-card{min-height:190px!important}
  .member-mini-content,.member-points-card{grid-template-columns:1fr!important}
  .member-points-card{text-align:center!important}
  .member-order-item{grid-template-columns:1fr!important}

  .free-pro-hero{grid-template-columns:1fr!important;padding:34px 20px!important;margin-left:-14px!important;margin-right:-14px!important}
  .free-pro-hero h1{font-size:28px!important}
  .free-pro-hero p{font-size:15px!important}
  .free-pro-layout{grid-template-columns:1fr!important;gap:18px!important}
  .free-pro-sidebar{position:relative!important;top:auto!important;border-radius:22px!important;padding:14px!important}
  .free-pro-menu{grid-template-columns:1fr 1fr!important;gap:8px!important}
  .free-pro-menu a{min-height:44px!important;font-size:13px!important;padding:11px!important}
  .free-pro-share{display:none!important}
  .free-pro-member-card{grid-template-columns:1fr!important;padding:20px!important;border-radius:22px!important}
  .free-pro-member-info h2{font-size:24px!important}
  .free-pro-member-meta{grid-template-columns:1fr!important}
  .free-pro-member-meta div{border-right:0!important;border-bottom:1px solid #f5dce7!important;padding:14px 0!important}
  .free-pro-member-meta div:last-child{border-bottom:0!important}
  .free-pro-seal{display:none!important}
  .free-pro-perks{grid-template-columns:repeat(2,1fr)!important}
  .free-pro-grid-2,.free-pro-grid-3{grid-template-columns:1fr!important;gap:16px!important}
  .free-pro-card{padding:20px!important;border-radius:22px!important}
  .free-pro-download-grid{grid-template-columns:repeat(2,1fr)!important}
  .free-pro-reward,.free-pro-earn-grid,.free-pro-order{grid-template-columns:1fr!important}

  .journal-pro-page{padding-top:16px!important}
  .journal-pro-topics{grid-template-columns:1fr 1fr!important;gap:10px!important}
  .journal-pro-topic{min-height:74px!important;border-radius:18px!important;font-size:13px!important}
  .journal-pro-topic span{width:36px!important;height:36px!important;font-size:20px!important}
  .journal-pro-intro,.journal-pro-grid{grid-template-columns:1fr!important;gap:18px!important}
  .journal-pro-feature,.journal-pro-side{grid-template-columns:1fr!important}
  .journal-pro-feature-copy,.journal-pro-side-copy,.journal-pro-small-copy{padding:22px!important}
  .journal-pro-feature h2{font-size:29px!important}
  .journal-pro-art{min-height:170px!important;font-size:68px!important}
  .journal-pro-posts,.journal-pro-sidebar{grid-template-columns:1fr!important;gap:16px!important}
  .journal-pro-sidebar{position:relative!important;top:auto!important}
  .journal-pro-widget,.journal-pro-cta{border-radius:22px!important;padding:20px!important}

  .aurora-journal-article{padding:18px 0 60px!important}
  .journal-article-hero{grid-template-columns:1fr!important;border-radius:24px!important;min-height:auto!important}
  .journal-article-hero-copy{padding:30px 22px 10px!important}
  .journal-article-hero h1{font-size:34px!important}
  .journal-article-hero p{font-size:15px!important}
  .journal-article-art{min-height:150px!important;font-size:70px!important}
  .journal-article-body{grid-template-columns:1fr!important;gap:18px!important}
  .journal-article-content{padding:22px!important;border-radius:22px!important}
  .journal-article-content h2{font-size:25px!important}
  .journal-article-content p,.journal-article-content li{font-size:15px!important}
  .journal-article-sidebar{position:relative!important;top:auto!important;gap:16px!important}
  .journal-sidebar-event,.journal-sidebar-popular,.journal-sidebar-plan,.journal-sidebar-posts{border-radius:22px!important;padding:20px!important}
  .journal-popular-item{grid-template-columns:54px 1fr!important}
  .journal-popular-thumb{width:54px!important;height:54px!important;border-radius:16px!important;font-size:28px!important}
  .journal-plan-art{width:88px!important;height:88px!important;font-size:48px!important}

  .shop-page-layout{grid-template-columns:1fr!important;gap:16px!important}
  .shop-filter-panel{position:relative!important;top:auto!important;border-radius:22px!important}
  .shop-category-tabs{display:flex!important;overflow-x:auto!important;gap:10px!important;padding-bottom:8px!important;-webkit-overflow-scrolling:touch}
  .shop-tab{flex:0 0 auto!important;white-space:nowrap!important}
  .shop-toolbar{flex-direction:column!important;align-items:stretch!important;gap:12px!important}
  .products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important}
}

@media(max-width:520px){
  .aurora-wrap{width:min(100% - 22px,1320px)!important}
  .logo-text strong{font-size:23px!important}
  .logo-text span{font-size:10px!important}
  .aurora-header-icon{display:none!important}
  .header-actions .aurora-header-icon:last-child{display:grid!important}
  .free-pro-menu,.free-pro-earn-grid,.journal-pro-topics{grid-template-columns:1fr!important}
  .free-pro-perks,.free-pro-download-grid,.member-benefits-grid,.products{grid-template-columns:1fr!important}
}


/* =====================================================
   V5.4 MOBILE MENU / SHOP / PRODUCT FIX
   1. 手机菜单重新排版
   2. Join Us 固定粉色；登录后变 My Account
   3. 其他导航按钮默认不粉，hover 才粉
   4. 首页去掉 Aurora Club 分类卡
   5. Shop 手机端适配
   6. 产品详情页手机端字体缩小
===================================================== */

/* Desktop nav: only Join Us is always pink. Other nav links turn pink only on hover. */
.main-nav a,
.main-nav .club-link{
  background:transparent !important;
  box-shadow:none !important;
  color:var(--aurora-ink) !important;
  border-radius:999px !important;
  padding:11px 18px !important;
}

.main-nav a:hover,
.main-nav a:focus,
.main-nav .club-link:hover,
.main-nav .club-link:focus{
  background:linear-gradient(90deg,#ff6fa9,#8d6be8) !important;
  color:#fff !important;
  box-shadow:0 12px 26px rgba(255,111,169,.22) !important;
  transform:translateY(-1px);
}

.aurora-join-slot{
  flex:0 0 auto !important;
  margin-left:18px !important;
  margin-right:8px !important;
  display:flex !important;
  align-items:center !important;
}

.aurora-join-button{
  min-height:42px !important;
  padding:11px 22px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(90deg,#ff6fa9,#8d6be8) !important;
  color:#fff !important;
  font-size:15px !important;
  font-weight:950 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  box-shadow:0 12px 24px rgba(255,111,169,.22) !important;
}

.aurora-join-button:hover{
  color:#fff !important;
  transform:translateY(-1px);
  box-shadow:0 16px 30px rgba(255,111,169,.26) !important;
}

.mobile-join-link{
  display:none !important;
}

/* Desktop account button text stays clean */
.aurora-join-button::after{
  content:" ✨";
}

/* Product detail general refinement */
.single-product .product_title,
.single-product div.product .product_title,
.single-product .entry-title{
  font-weight:950 !important;
  letter-spacing:-.035em !important;
  line-height:1.05 !important;
}

.single-product div.product .summary p,
.single-product div.product .woocommerce-product-details__short-description,
.single-product div.product .woocommerce-product-details__short-description p{
  line-height:1.6 !important;
}

/* Mobile final override */
@media(max-width:900px){

  html, body{
    overflow-x:hidden !important;
  }

  .aurora-wrap{
    width:min(100% - 28px, 1320px) !important;
    max-width:100% !important;
  }

  .aurora-announcement{
    display:none !important;
  }

  .site-header{
    position:sticky !important;
    top:0 !important;
    z-index:9999 !important;
    background:rgba(255,255,255,.98) !important;
    backdrop-filter:blur(14px) !important;
    border-bottom:1px solid #f3e1e9 !important;
    box-shadow:0 8px 18px rgba(64,38,73,.04) !important;
  }

  .admin-bar .site-header{
    top:0 !important;
  }

  .header-inner{
    min-height:68px !important;
    padding:8px 0 !important;
    gap:10px !important;
    flex-wrap:nowrap !important;
  }

  .logo{
    flex:1 1 auto !important;
    min-width:0 !important;
    gap:8px !important;
  }

  .logo-mark{
    width:42px !important;
    height:42px !important;
    border-radius:14px !important;
    font-size:20px !important;
  }

  .logo-text strong{
    font-size:26px !important;
    line-height:.95 !important;
  }

  .logo-text span{
    font-size:10px !important;
    letter-spacing:.16em !important;
    margin-top:4px !important;
  }

  .aurora-join-slot{
    display:none !important;
  }

  .header-actions{
    flex:0 0 auto !important;
    gap:8px !important;
    margin-left:auto !important;
  }

  .aurora-header-icon{
    width:38px !important;
    height:38px !important;
    border-radius:999px !important;
    display:grid !important;
    place-items:center !important;
    background:#fff !important;
    border:1px solid #f0dce8 !important;
    font-size:17px !important;
  }

  .menu-toggle{
    display:inline-flex !important;
    width:40px !important;
    height:40px !important;
    border-radius:15px !important;
    font-size:24px !important;
    line-height:1 !important;
    background:#fff3f8 !important;
    color:#17172f !important;
    border:1px solid #f0dce8 !important;
    box-shadow:none !important;
  }

  body.nav-open,
  body.menu-open{
    overflow:hidden !important;
  }

  .drawer-overlay{
    position:fixed !important;
    inset:0 !important;
    z-index:10000 !important;
    display:none !important;
    background:rgba(23,23,47,.34) !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }

  body.nav-open .drawer-overlay,
  body.menu-open .drawer-overlay{
    display:block !important;
  }

  .main-nav{
    position:fixed !important;
    z-index:10001 !important;
    left:16px !important;
    right:16px !important;
    top:82px !important;
    width:auto !important;
    height:auto !important;
    max-height:calc(100dvh - 104px) !important;
    padding:18px !important;
    border-radius:26px !important;
    background:#fff !important;
    border:1px solid #f0dce8 !important;
    box-shadow:0 24px 54px rgba(64,38,73,.22) !important;
    display:none !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:10px !important;
    overflow:auto !important;
    transition:none !important;
    transform:none !important;
  }

  body.nav-open .main-nav,
  body.menu-open .main-nav,
  .main-nav.is-open{
    display:flex !important;
    left:16px !important;
  }

  .main-nav::before{
    content:"Menu" !important;
    position:relative !important;
    top:auto !important;
    left:auto !important;
    display:flex !important;
    align-items:center !important;
    min-height:42px !important;
    padding:0 8px 4px !important;
    color:#17172f !important;
    font-size:22px !important;
    font-weight:950 !important;
    background:transparent !important;
  }

  .main-nav::after{
    display:none !important;
    content:none !important;
  }

  .main-nav a,
  .main-nav .club-link,
  .main-nav .mobile-join-link{
    width:100% !important;
    min-height:50px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    padding:15px 18px !important;
    border-radius:16px !important;
    border:0 !important;
    background:#fff8fb !important;
    color:#17172f !important;
    box-shadow:none !important;
    font-size:16px !important;
    font-weight:950 !important;
    margin:0 !important;
  }

  .main-nav a:hover,
  .main-nav .club-link:hover{
    background:#fff8fb !important;
    color:#17172f !important;
    transform:none !important;
  }

  .main-nav .mobile-join-link{
    justify-content:center !important;
    background:linear-gradient(90deg,#ff6fa9,#8d6be8) !important;
    color:#fff !important;
    box-shadow:0 12px 24px rgba(255,111,169,.18) !important;
  }

  /* Shop mobile: compact and centered */
  .shop-archive-page .aurora-page-hero{
    display:block !important;
    grid-template-columns:none !important;
    min-height:0 !important;
    padding:26px 18px !important;
    margin:18px 0 22px !important;
    border-radius:24px !important;
    text-align:center !important;
    overflow:hidden !important;
  }

  .shop-archive-page .aurora-page-hero-copy{
    padding:0 !important;
    text-align:center !important;
  }

  .shop-archive-page .aurora-page-hero-copy h1{
    font-size:40px !important;
    line-height:1.05 !important;
    text-align:center !important;
    margin:0 0 10px !important;
    white-space:normal !important;
  }

  .shop-archive-page .aurora-page-hero-subtitle{
    font-size:18px !important;
    line-height:1.35 !important;
    text-align:center !important;
    margin:0 0 12px !important;
  }

  .shop-archive-page .aurora-page-hero-copy p{
    font-size:14px !important;
    line-height:1.5 !important;
    max-width:100% !important;
    text-align:center !important;
  }

  .shop-archive-page .aurora-page-hero-art{
    display:none !important;
  }

  .shop-category-tabs{
    display:flex !important;
    overflow-x:auto !important;
    gap:10px !important;
    padding:2px 2px 10px !important;
    margin:0 0 18px !important;
    -webkit-overflow-scrolling:touch !important;
  }

  .shop-tab{
    flex:0 0 auto !important;
    min-height:46px !important;
    padding:12px 16px !important;
    border-radius:18px !important;
    white-space:nowrap !important;
    font-size:15px !important;
  }

  .shop-page-layout{
    display:block !important;
  }

  .shop-filter-panel{
    position:relative !important;
    top:auto !important;
    margin:0 0 18px !important;
    padding:16px !important;
    border-radius:22px !important;
  }

  .filter-section:nth-of-type(n+3){
    display:none !important;
  }

  .shop-toolbar{
    display:grid !important;
    gap:12px !important;
    align-items:stretch !important;
    margin:0 0 16px !important;
  }

  .shop-toolbar .woocommerce-result-count{
    font-size:14px !important;
    line-height:1.4 !important;
  }

  .shop-toolbar-actions,
  .woocommerce-ordering{
    width:100% !important;
  }

  .woocommerce-ordering select,
  .orderby{
    width:100% !important;
    max-width:100% !important;
    min-height:44px !important;
    border-radius:16px !important;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .products{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:14px !important;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product{
    padding:12px !important;
    border-radius:20px !important;
  }

  .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size:14px !important;
    line-height:1.25 !important;
  }

  /* Single product mobile: avoid huge text */
  .single-product main.aurora-wrap{
    width:min(100% - 28px, 1320px) !important;
  }

  .single-product div.product{
    display:block !important;
  }

  .single-product div.product div.images,
  .single-product div.product div.summary{
    width:100% !important;
    float:none !important;
    clear:both !important;
  }

  .single-product div.product div.images{
    margin-bottom:18px !important;
  }

  .single-product div.product div.images img{
    border-radius:20px !important;
  }

  .single-product div.product .summary{
    padding:20px !important;
    border-radius:22px !important;
  }

  .single-product .product_title,
  .single-product div.product .product_title,
  .single-product .entry-title{
    font-size:30px !important;
    line-height:1.08 !important;
    letter-spacing:-.035em !important;
    margin:0 0 12px !important;
    word-break:break-word !important;
    overflow-wrap:anywhere !important;
  }

  .single-product div.product p.price,
  .single-product div.product span.price,
  .single-product .price{
    font-size:24px !important;
    line-height:1.1 !important;
    margin:10px 0 14px !important;
  }

  .single-product div.product .woocommerce-product-details__short-description,
  .single-product div.product .woocommerce-product-details__short-description p,
  .single-product div.product .summary p{
    font-size:15px !important;
    line-height:1.55 !important;
    font-weight:750 !important;
  }

  .single-product div.product form.cart,
  .single-product .single_add_to_cart_button{
    width:100% !important;
  }

  .single-product .single_add_to_cart_button,
  .single-product button.button{
    min-height:46px !important;
    border-radius:999px !important;
    font-size:15px !important;
  }

  .single-product .quantity{
    width:100% !important;
    margin:0 0 10px !important;
  }

  .single-product .quantity input{
    width:100% !important;
    min-height:44px !important;
    border-radius:16px !important;
  }
}

@media(max-width:520px){
  .logo-text strong{
    font-size:23px !important;
  }

  .logo-text span{
    font-size:9px !important;
  }

  .aurora-header-icon[aria-label="Search"]{
    display:none !important;
  }

  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .products{
    grid-template-columns:1fr !important;
  }

  .shop-archive-page .aurora-page-hero-copy h1{
    font-size:34px !important;
  }

  .single-product .product_title,
  .single-product div.product .product_title,
  .single-product .entry-title{
    font-size:27px !important;
  }
}


/* =====================================================
   V5.5 JOURNAL INSIDE
   Journal 文章全部进入 /aurora-journal/ 子页面，避免归档页
===================================================== */
.aurora-journal-index-fix{padding:34px 0 70px}.aurora-journal-index-fix .journal-pro-page{padding-top:0}.archive .page-title h1,.blog .page-title h1{font-size:44px;font-weight:950}body.page .aurora-journal-article{min-height:70vh}.aurora-journal-article .ap-breadcrumb{margin-top:18px}.aurora-archive-list{display:grid;gap:18px;margin:28px 0}.aurora-archive-card{display:grid;grid-template-columns:180px 1fr;gap:22px;padding:22px;border-radius:26px;border:1px solid var(--aurora-border);background:#fff;box-shadow:0 12px 28px rgba(64,38,73,.05)}.aurora-archive-thumb{min-height:140px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,#fff2f8,#fffaf0);font-size:70px}.aurora-archive-card h2{margin:0 0 10px;font-size:25px;line-height:1.2;font-weight:950}.aurora-archive-card p{color:#51485d;font-weight:850}.aurora-archive-card a{color:#ff5e9e;font-weight:950}@media(max-width:760px){.aurora-archive-card{grid-template-columns:1fr}}


/* =====================================================
   V5.6 NAV ACCOUNT FIX
   修复桌面端导航出现两个 My Account
   - 桌面端只保留右侧粉色 My Account / Join Us 按钮
   - 导航菜单里不再显示 My Account
   - 手机端菜单里仍可显示账户入口
===================================================== */

/* Desktop: never show the extra account link inside the nav menu */
.main-nav > .mobile-join-link,
.main-nav a.mobile-join-link{
  display:none !important;
  visibility:hidden !important;
  width:0 !important;
  height:0 !important;
  min-width:0 !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  overflow:hidden !important;
  pointer-events:none !important;
}

/* Desktop: keep only the standalone pink account button */
.aurora-join-slot{
  display:flex !important;
}

.aurora-join-button{
  background:linear-gradient(90deg,#ff6fa9,#8d6be8) !important;
  color:#fff !important;
}

/* Desktop: normal nav items are not pink by default */
@media(min-width:901px){
  .main-nav a:not(.mobile-join-link),
  .main-nav .club-link{
    background:transparent !important;
    color:var(--aurora-ink,#17172f) !important;
    box-shadow:none !important;
  }

  .main-nav a:not(.mobile-join-link):hover,
  .main-nav .club-link:hover{
    background:linear-gradient(90deg,#ff6fa9,#8d6be8) !important;
    color:#fff !important;
    box-shadow:0 12px 26px rgba(255,111,169,.22) !important;
  }
}

/* Mobile: show account/join inside drawer menu, hide standalone slot to save space */
@media(max-width:900px){
  .aurora-join-slot{
    display:none !important;
  }

  .main-nav > .mobile-join-link,
  .main-nav a.mobile-join-link{
    display:flex !important;
    visibility:visible !important;
    width:100% !important;
    height:auto !important;
    min-height:50px !important;
    padding:15px 18px !important;
    margin:0 !important;
    overflow:visible !important;
    pointer-events:auto !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:16px !important;
    background:linear-gradient(90deg,#ff6fa9,#8d6be8) !important;
    color:#fff !important;
    box-shadow:0 12px 24px rgba(255,111,169,.18) !important;
    font-size:16px !important;
    font-weight:950 !important;
  }
}


/* =====================================================
   V5.7 JOURNAL POSTS LIVE
   Aurora Journal 直接读取 WordPress 后台“文章”
===================================================== */

.journal-live-empty{
  margin:26px 0;
  padding:28px;
  border-radius:28px;
  background:#fff7fb;
  border:1px solid #f0dce8;
  box-shadow:0 14px 32px rgba(64,38,73,.055);
}

.journal-live-empty h2{
  margin:0 0 10px;
  font-size:30px;
  font-weight:950;
}

.journal-live-empty p{
  margin:0;
  color:#51485d;
  font-weight:850;
  line-height:1.6;
}

.journal-live-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.journal-pro-art.has-image{
  padding:0;
  overflow:hidden;
  background:#fff2f8;
}

.journal-pro-side .journal-pro-art.has-image,
.journal-pro-small .journal-pro-art.has-image{
  min-height:180px;
}

.journal-post-category-row{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 14px;
}

.journal-post-category-row a,
.journal-post-category-row span{
  display:inline-flex;
  min-height:28px;
  padding:6px 12px;
  border-radius:999px;
  background:#fff1f7;
  color:#ff5e9e!important;
  font-size:12px;
  font-weight:950;
}

.journal-single-post .journal-article-content{
  font-size:16px;
}

.journal-single-post .journal-article-content img{
  max-width:100%;
  height:auto;
  border-radius:20px;
  border:1px solid #f0dce8;
}

.journal-single-post .journal-article-content .wp-block-button__link,
.journal-single-post .journal-article-content a.wp-block-button__link{
  border-radius:999px;
  background:linear-gradient(90deg,#ff6fa9,#8d6be8)!important;
  color:#fff!important;
  font-weight:950;
  padding:12px 24px;
}

.journal-live-toolbar{
  margin:22px 0;
  padding:16px;
  border:1px solid #f0dce8;
  border-radius:22px;
  background:#fff;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  align-items:center;
  justify-content:space-between;
  box-shadow:0 10px 24px rgba(64,38,73,.04);
}

.journal-live-toolbar strong{
  font-weight:950;
}

.journal-live-toolbar .journal-live-count{
  color:#8a7f91;
  font-weight:850;
}

.journal-sidebar-real-posts{
  display:grid;
  gap:12px;
}

.journal-sidebar-real-post{
  display:grid!important;
  grid-template-columns:54px 1fr;
  gap:12px;
  align-items:center;
  padding:11px!important;
  border:1px solid #f4e5ed!important;
  border-radius:17px;
  color:#17172f!important;
  background:#fffafc;
}

.journal-sidebar-real-thumb{
  width:54px;
  height:54px;
  border-radius:16px;
  overflow:hidden;
  display:grid;
  place-items:center;
  font-size:28px;
  background:linear-gradient(135deg,#ffe4ef,#fff8ee);
}

.journal-sidebar-real-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.journal-sidebar-real-post strong{
  display:block;
  font-size:13px;
  line-height:1.25;
  font-weight:950;
}

.journal-sidebar-real-post small{
  display:block;
  color:#8a7f91;
  margin-top:4px;
  font-size:11px;
  font-weight:850;
}

@media(max-width:900px){
  .journal-live-toolbar{
    display:block;
  }

  .journal-live-toolbar .journal-live-count{
    margin-top:6px;
    display:block;
  }
}


/* =====================================================
   V5.8 ACCOUNT CENTER
   重做 WooCommerce My Account 页面
===================================================== */

.aurora-account-center{
  padding:28px 0 70px;
}

.aurora-account-guest{
  min-height:520px;
}

.account-center-hero{
  position:relative;
  overflow:hidden;
  margin:22px 0 28px;
  min-height:260px;
  border-radius:32px;
  display:grid;
  grid-template-columns:1fr 360px;
  align-items:center;
  background:
    radial-gradient(circle at 80% 40%,rgba(255,255,255,.72),transparent 230px),
    linear-gradient(105deg,#fff4f8 0%,#fff8ef 54%,#f4efff 100%);
  border:1px solid var(--aurora-border,#f0dce8);
  box-shadow:0 18px 42px rgba(64,38,73,.08);
}

.account-center-hero-copy{
  padding:46px 52px;
}

.account-center-hero-copy h1{
  margin:0 0 14px;
  font-size:48px;
  line-height:1.05;
  letter-spacing:-.03em;
  font-weight:950;
  color:#17172f;
}

.account-center-hero-copy h1 span{
  color:#ff5e9e;
}

.account-center-hero-copy p{
  margin:0 0 22px;
  max-width:620px;
  color:#51485d;
  font-size:17px;
  line-height:1.55;
  font-weight:850;
}

.account-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}

.account-hero-actions a{
  min-height:42px;
  padding:11px 18px;
  border-radius:999px;
  background:#fff;
  border:1px solid #f0dce8;
  color:#17172f;
  font-weight:950;
  box-shadow:0 8px 18px rgba(64,38,73,.05);
}

.account-hero-actions a.primary{
  background:linear-gradient(90deg,#ff6fa9,#8d6be8);
  color:#fff!important;
  border:0;
  box-shadow:0 12px 24px rgba(255,111,169,.20);
}

.account-center-hero-art{
  min-height:260px;
  display:grid;
  place-items:center;
  font-size:110px;
}

.account-center-layout{
  display:grid;
  grid-template-columns:280px minmax(0,1fr) 330px;
  gap:24px;
  align-items:start;
}

.account-center-sidebar{
  position:sticky;
  top:98px;
  border:1px solid var(--aurora-border,#f0dce8);
  border-radius:28px;
  background:#fff;
  padding:16px;
  box-shadow:0 14px 32px rgba(64,38,73,.06);
}

.account-user-mini{
  display:flex;
  gap:12px;
  align-items:center;
  padding:14px;
  border-radius:20px;
  background:linear-gradient(135deg,#fff4f8,#fffaf0);
  margin-bottom:14px;
}

.account-avatar{
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  background:#fff;
  font-size:30px;
  flex:0 0 auto;
  box-shadow:0 8px 16px rgba(64,38,73,.06);
  overflow:hidden;
}

.account-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.account-user-mini strong{
  display:block;
  font-size:15px;
  line-height:1.25;
  font-weight:950;
}

.account-user-mini small{
  display:block;
  margin-top:4px;
  color:#8a7f91;
  font-size:12px;
  font-weight:850;
}

.account-nav{
  display:grid;
  gap:8px;
}

.account-nav a{
  min-height:46px;
  border-radius:16px;
  padding:12px 14px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  color:#17172f;
  font-weight:900;
  background:#fff;
}

.account-nav a:hover,
.account-nav a.is-active{
  background:linear-gradient(90deg,#fff1f7,#fff8fb);
  color:#ff5e9e;
}

.account-nav .nav-left{
  display:flex;
  align-items:center;
  gap:10px;
}

.account-nav .nav-icon{
  width:25px;
  text-align:center;
  flex:0 0 auto;
}

.account-nav .logout{
  color:#d3426b;
}

.account-center-main{
  min-width:0;
  display:grid;
  gap:22px;
}

.account-card{
  border:1px solid var(--aurora-border,#f0dce8);
  border-radius:28px;
  background:#fff;
  box-shadow:0 14px 32px rgba(64,38,73,.055);
  padding:26px;
  overflow:hidden;
}

.account-card-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
  margin-bottom:18px;
}

.account-card-head h2,
.account-card h2{
  margin:0;
  font-size:27px;
  line-height:1.12;
  font-weight:950;
}

.account-card-head p{
  margin:6px 0 0;
  color:#62586b;
  font-weight:850;
}

.account-small-link{
  color:#ff5e9e!important;
  font-weight:950;
  font-size:13px;
  white-space:nowrap;
}

.account-overview-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.account-stat{
  min-height:108px;
  border-radius:20px;
  padding:16px;
  background:#fff8fb;
  border:1px solid #f4e5ed;
  display:grid;
  align-content:center;
  gap:7px;
}

.account-stat span{
  width:40px;
  height:40px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:#fff;
  font-size:22px;
  box-shadow:0 8px 16px rgba(64,38,73,.05);
}

.account-stat small{
  color:#8a7f91;
  font-size:12px;
  font-weight:850;
}

.account-stat strong{
  display:block;
  color:#17172f;
  font-size:15px;
  line-height:1.25;
  font-weight:950;
}

.account-downloads-list{
  display:grid;
  gap:12px;
}

.account-download-item{
  display:grid;
  grid-template-columns:62px 1fr auto;
  gap:14px;
  align-items:center;
  padding:12px;
  border-radius:20px;
  background:#fffafc;
  border:1px solid #f4e5ed;
}

.account-download-thumb{
  width:62px;
  height:62px;
  border-radius:18px;
  background:linear-gradient(135deg,#ffe6f0,#fff7ee);
  display:grid;
  place-items:center;
  overflow:hidden;
  font-size:32px;
}

.account-download-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.account-download-item strong{
  display:block;
  font-size:14px;
  line-height:1.25;
  font-weight:950;
}

.account-download-item small{
  display:block;
  margin-top:5px;
  color:#8a7f91;
  font-size:12px;
  font-weight:850;
}

.account-download-btn{
  min-height:38px;
  padding:9px 15px;
  border-radius:999px;
  background:#ff5e9e;
  color:#fff!important;
  font-weight:950;
  font-size:12px;
  white-space:nowrap;
}

.account-orders-table{
  width:100%;
  border-collapse:separate;
  border-spacing:0 10px;
}

.account-orders-table th{
  text-align:left;
  color:#8a7f91;
  font-size:12px;
  font-weight:950;
  padding:0 12px;
}

.account-orders-table td{
  background:#fffafc;
  border-top:1px solid #f4e5ed;
  border-bottom:1px solid #f4e5ed;
  padding:14px 12px;
  font-size:13px;
  font-weight:850;
}

.account-orders-table td:first-child{
  border-left:1px solid #f4e5ed;
  border-radius:16px 0 0 16px;
}

.account-orders-table td:last-child{
  border-right:1px solid #f4e5ed;
  border-radius:0 16px 16px 0;
}

.account-order-status{
  display:inline-flex;
  padding:5px 10px;
  border-radius:999px;
  background:#e9f8ed;
  color:#39a955;
  font-size:11px;
  font-weight:950;
}

.account-membership-card{
  position:relative;
  display:grid;
  grid-template-columns:1fr 130px;
  gap:18px;
  align-items:center;
  background:
    radial-gradient(circle at 86% 30%,rgba(255,255,255,.7),transparent 150px),
    linear-gradient(135deg,#fff4f8,#f4efff);
}

.account-membership-card h2{
  margin:0 0 10px;
}

.account-membership-card p{
  margin:0 0 18px;
  color:#51485d;
  font-weight:850;
  line-height:1.5;
}

.account-membership-art{
  width:118px;
  height:118px;
  border-radius:32px;
  background:#fff;
  display:grid;
  place-items:center;
  font-size:66px;
  box-shadow:0 12px 24px rgba(64,38,73,.07);
}

.account-center-right{
  position:sticky;
  top:98px;
  display:grid;
  gap:18px;
}

.account-side-card{
  border:1px solid var(--aurora-border,#f0dce8);
  border-radius:28px;
  background:#fff;
  box-shadow:0 12px 28px rgba(64,38,73,.05);
  padding:24px;
}

.account-side-card h3{
  margin:0 0 12px;
  font-size:22px;
  font-weight:950;
}

.account-side-card p{
  margin:0 0 16px;
  color:#62586b;
  font-weight:850;
  line-height:1.5;
}

.account-points-box{
  display:grid;
  grid-template-columns:1fr 74px;
  gap:12px;
  align-items:center;
  padding:16px;
  border-radius:20px;
  background:linear-gradient(135deg,#fff7fb,#fffaf0);
  border:1px solid #f4e5ed;
  margin-bottom:14px;
}

.account-points-box strong{
  display:block;
  color:#ff5e9e;
  font-size:32px;
  line-height:1;
  font-weight:950;
}

.account-points-box small{
  color:#8a7f91;
  font-weight:850;
}

.account-points-emoji{
  font-size:52px;
  text-align:center;
}

.account-event-lines{
  display:grid;
  gap:9px;
  margin:14px 0 16px;
}

.account-event-lines div{
  padding:11px 12px;
  border-radius:16px;
  background:#fff8fb;
  border:1px solid #f4e5ed;
  color:#51485d;
  font-size:13px;
  font-weight:900;
}

.account-empty{
  padding:22px;
  border-radius:20px;
  border:1px dashed #f0c6d7;
  background:#fff8fb;
  text-align:center;
  color:#62586b;
  font-weight:850;
}

.account-empty a{
  display:inline-flex;
  margin-top:12px;
  min-height:38px;
  padding:9px 16px;
  border-radius:999px;
  background:#ff5e9e;
  color:#fff!important;
  font-weight:950;
}

.account-endpoint-content{
  border:1px solid var(--aurora-border,#f0dce8);
  border-radius:28px;
  background:#fff;
  box-shadow:0 14px 32px rgba(64,38,73,.055);
  padding:28px;
}

.account-endpoint-content .woocommerce-MyAccount-navigation{
  display:none!important;
}

.account-endpoint-content table,
.account-endpoint-content .woocommerce-orders-table{
  width:100%;
  border-collapse:collapse;
}

.account-endpoint-content input[type="text"],
.account-endpoint-content input[type="email"],
.account-endpoint-content input[type="password"],
.account-endpoint-content input[type="tel"],
.account-endpoint-content select,
.account-endpoint-content textarea{
  width:100%;
  min-height:46px;
  border:1px solid #f0dce8;
  border-radius:14px;
  padding:10px 12px;
  background:#fff;
}

.account-endpoint-content button,
.account-endpoint-content .button{
  border-radius:999px!important;
  background:linear-gradient(90deg,#ff6fa9,#8d6be8)!important;
  color:#fff!important;
  border:0!important;
  font-weight:950!important;
  padding:11px 20px!important;
}

.woocommerce-account .woocommerce-MyAccount-navigation{
  display:none;
}

.woocommerce-account .woocommerce-MyAccount-content{
  float:none!important;
  width:100%!important;
}

@media(max-width:1180px){
  .account-center-layout{
    grid-template-columns:260px minmax(0,1fr);
  }

  .account-center-right{
    grid-column:1 / -1;
    position:relative;
    top:auto;
    grid-template-columns:repeat(3,1fr);
  }

  .account-overview-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:820px){
  .aurora-account-center{
    padding:18px 0 60px;
  }

  .account-center-hero{
    grid-template-columns:1fr;
    border-radius:24px;
    min-height:auto;
  }

  .account-center-hero-copy{
    padding:34px 22px 10px;
  }

  .account-center-hero-copy h1{
    font-size:36px;
  }

  .account-center-hero-copy p{
    font-size:15px;
  }

  .account-hero-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .account-center-hero-art{
    min-height:150px;
    font-size:70px;
  }

  .account-center-layout{
    grid-template-columns:1fr;
    gap:18px;
  }

  .account-center-sidebar,
  .account-center-right{
    position:relative;
    top:auto;
  }

  .account-nav{
    grid-template-columns:1fr 1fr;
  }

  .account-nav a{
    min-height:44px;
    font-size:13px;
    padding:11px;
  }

  .account-card,
  .account-side-card,
  .account-endpoint-content{
    border-radius:22px;
    padding:20px;
  }

  .account-card-head{
    display:block;
  }

  .account-card-head .account-small-link{
    display:inline-flex;
    margin-top:10px;
  }

  .account-overview-grid,
  .account-center-right{
    grid-template-columns:1fr;
  }

  .account-download-item{
    grid-template-columns:54px 1fr;
  }

  .account-download-btn{
    grid-column:1 / -1;
    text-align:center;
    justify-content:center;
  }

  .account-orders-table thead{
    display:none;
  }

  .account-orders-table,
  .account-orders-table tbody,
  .account-orders-table tr,
  .account-orders-table td{
    display:block;
    width:100%;
  }

  .account-orders-table tr{
    margin-bottom:12px;
    border:1px solid #f4e5ed;
    border-radius:18px;
    overflow:hidden;
    background:#fffafc;
  }

  .account-orders-table td{
    border:0!important;
    border-radius:0!important;
    display:flex;
    justify-content:space-between;
    gap:12px;
  }

  .account-orders-table td::before{
    content:attr(data-label);
    color:#8a7f91;
    font-weight:950;
  }

  .account-membership-card{
    grid-template-columns:1fr;
    text-align:left;
  }

  .account-membership-art{
    width:92px;
    height:92px;
    font-size:50px;
  }
}

@media(max-width:520px){
  .account-nav{
    grid-template-columns:1fr;
  }
}


/* =====================================================
   V5.9 CLUB ACCESS LOGIC
   未升级用户：Aurora Club 显示会员介绍页
   已升级会员：Aurora Club / My Account 进入会员详情页
===================================================== */

.club-page .club-access-note{
  margin:0 0 22px;
  padding:18px 22px;
  border-radius:22px;
  background:linear-gradient(90deg,#fff4f8,#fffaf0);
  border:1px solid #f0dce8;
  color:#51485d;
  font-weight:850;
}

.club-page .club-access-note strong{
  color:#ff5e9e;
  font-weight:950;
}

.member-dashboard-page .ap-breadcrumb{
  margin-top:18px;
}
