:root {
  --primary: #f28ab2;
  --secondary: #7dd7c1;
  --accent: #ffd166;
  --bg-dark: #1f1734;
  --bg-light: rgba(255,255,255,.12);
  --text-main: #fff9ff;
  --text-muted: rgba(255,249,255,.72);
  --shadow-soft: 0 18px 50px rgba(31,23,52,.24);
}
*{box-sizing:border-box;margin:0;padding:0} html{scroll-behavior:smooth} body{font-family:"PingFang SC","Microsoft YaHei",sans-serif;background:linear-gradient(180deg,#fffaf5 0%,#f7f4ff 50%,#f1fbf8 100%);color:#31294a;line-height:1.75;overflow-x:hidden} a{text-decoration:none;color:inherit} img{max-width:100%;display:block}
#main-header{transition:background .35s ease,box-shadow .35s ease,backdrop-filter .35s ease}.header-scrolled{background:rgba(31,23,52,.86)!important;backdrop-filter:blur(16px);box-shadow:0 10px 32px rgba(31,23,52,.2)}
.nav-link{position:relative;color:rgba(255,255,255,.86);font-weight:700}.nav-link::after{content:"";position:absolute;left:0;bottom:-8px;width:100%;height:3px;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent));transform:scaleX(0);transition:transform .25s ease}.nav-link:hover,.nav-link.active{color:#fff}.nav-link:hover::after,.nav-link.active::after{transform:scaleX(1)}
.mobile-nav{background:linear-gradient(180deg,rgba(31,23,52,.98),rgba(53,40,87,.98))}.mobile-nav nav a{display:flex;align-items:center;gap:.75rem;padding:.95rem 1rem;border-radius:1rem;color:rgba(255,255,255,.82)}.mobile-nav nav a.active,.mobile-nav nav a:hover{background:rgba(255,255,255,.12);color:#fff}
.btn-gel{display:inline-flex;align-items:center;justify-content:center;font-weight:800;padding:.92rem 1.8rem;border-radius:999px;color:#3f2b21;background:linear-gradient(135deg,var(--accent),#ffe29f 48%,#ffd166 100%);box-shadow:0 8px 0 #dca83f,0 18px 28px rgba(255,209,102,.35);transition:transform .25s ease}.btn-gel:hover{transform:translateY(-4px) scale(1.02)}
.page-banner{padding:8rem 0 4rem;background:radial-gradient(circle at 18% 24%,rgba(242,138,178,.28),transparent 25%),radial-gradient(circle at 80% 18%,rgba(125,215,193,.24),transparent 24%),linear-gradient(135deg,#5d4b8a 0%,#2f2748 46%,#453962 100%);color:#fff}.banner-kicker{color:var(--accent);font-weight:800;letter-spacing:.08em;margin-bottom:.8rem}.page-title{font-size:clamp(2rem,4.5vw,4.3rem);line-height:1.1;font-weight:900}.page-desc{margin-top:1.15rem;color:rgba(255,255,255,.82);font-size:clamp(1rem,1.2vw,1.12rem)}
.section{padding:5.2rem 0}.section-head{margin-bottom:2rem}.section-title{display:inline-flex;align-items:center;gap:.7rem;font-size:clamp(1.7rem,3vw,3rem);font-weight:900;color:#31294a}.line-title::after{content:"";width:74px;height:6px;border-radius:999px;background:linear-gradient(90deg,var(--primary),var(--accent))}.section-subtitle{margin-top:1rem;color:#665d7f;max-width:46rem}
.magazine-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.article-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .25s ease,box-shadow .25s ease}.article-card:hover{transform:translateY(-8px);box-shadow:0 24px 40px rgba(31,23,52,.18)}.article-card.large{grid-column:span 6}.article-card.tall{grid-column:span 3}.article-card.medium{grid-column:span 3}.article-card.small{grid-column:span 3}.article-card.wide{grid-column:span 6}.article-thumb{height:220px;overflow:hidden}.article-card.large .article-thumb,.article-card.wide .article-thumb{height:260px}.article-card.tall .article-thumb{height:320px}.article-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.article-card:hover .article-thumb img{transform:scale(1.05)}.article-content{padding:1.25rem}.article-tag{display:inline-flex;padding:.38rem .75rem;border-radius:999px;background:rgba(125,215,193,.18);color:#34786d;font-weight:800;font-size:.9rem}.article-tag.warm{background:rgba(242,138,178,.18);color:#b6508c}.article-content h2{font-size:1.4rem;color:#31294a;margin:.8rem 0}.article-content p{color:#665d7f}.article-meta{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;color:#887e9f;font-size:.92rem}
.site-footer{background:linear-gradient(135deg,#2f2748 0%,#3d315f 100%);color:rgba(255,255,255,.82);padding:2.2rem 0}.footer-inner{display:grid;grid-template-columns:1.2fr .8fr .7fr;gap:1rem;align-items:center}.footer-logo{font-size:1.6rem;font-weight:900;color:#fff;margin-bottom:.45rem}.footer-links{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.footer-copy{text-align:right;font-size:.92rem}
.reveal{opacity:0;transform:translateY(26px);transition:opacity .6s ease,transform .6s ease}.reveal.revealed{opacity:1;transform:translateY(0)}.tilt-card:hover{transform:rotate(-1deg) translateY(-8px)}.lift-card:hover{transform:translateY(-10px) scale(1.01)}
@media (max-width:1024px){.article-card.large,.article-card.tall,.article-card.medium,.article-card.small,.article-card.wide{grid-column:span 6}.footer-inner{grid-template-columns:1fr}.footer-links,.footer-copy{text-align:left;justify-content:flex-start}}
@media (max-width:768px){.page-banner{padding-top:7rem}.section{padding:4rem 0}.magazine-grid{grid-template-columns:1fr}.article-card.large,.article-card.tall,.article-card.medium,.article-card.small,.article-card.wide{grid-column:span 1}.section-title{font-size:clamp(1.45rem,7vw,2rem)}}
