:root{--bg:#FAF5FF;--fg:#5B21B6;--primary:#8B5CF6;--accent:#A855F7;--muted:#F3E8FF;}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter', system-ui, sans-serif;background:var(--bg);color:var(--fg);line-height:1.6;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
h1,h2,h3,h4{font-family:'Playfair Display', Georgia, serif;letter-spacing:-0.01em}
.nav{padding:1.25rem 2rem;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:center;border-bottom:1px solid #5B21B615}
.nav-title{font-weight:600;font-family:'Playfair Display', Georgia, serif}
.nav-links{display:flex;gap:1.25rem;font-size:0.875rem}
.nav-links a{opacity:0.7}
.nav-links a:hover{opacity:1}
.footer{padding:1.5rem 2rem;margin-top:3rem;font-size:0.8rem;border-top:1px solid #5B21B615}
.footer-row{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;opacity:0.7}
.footer-links{display:flex;flex-wrap:wrap;gap:1rem}
.hero{padding:4rem 2rem;max-width:64rem;margin:0 auto}
.hero h1{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;color:var(--primary);line-height:1.1}
.hero p{margin-top:1rem;font-size:1.125rem;opacity:0.7;max-width:42rem}
.hero-split{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:80rem;align-items:center}
.hero-split .split-image{position:relative;aspect-ratio:4/3;border-radius:0.5rem;overflow:hidden;color:white;text-decoration:none}
.hero-split .split-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.7s}
.hero-split .split-image:hover img{transform:scale(1.05)}
.hero-split .split-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%)}
.hero-split .split-caption{position:absolute;bottom:1rem;left:1rem;right:1rem;z-index:1}
.hero-split .split-meta{font-size:0.625rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.7}
.hero-split .split-caption h3{font-size:1rem;font-weight:600;margin-top:0.25rem;font-family:'Playfair Display', Georgia, serif}
.hero-overlay{position:relative;color:white;padding:6rem 2rem;min-height:70vh;display:flex;align-items:center;background-size:cover;background-position:center}
.hero-overlay .overlay-content{position:relative;z-index:1;max-width:42rem}
.hero-overlay::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%)}
.hero-video{position:relative;color:white;padding:6rem 2rem;min-height:70vh;display:flex;align-items:center;background-size:cover;background-position:center;cursor:pointer}
.hero-video::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%)}
.hero-video .video-content{position:relative;z-index:1;max-width:42rem}
.hero-video .play-button{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8rem;height:8rem;border-radius:50%;background:rgba(255,255,255,0.9);display:flex;align-items:center;justify-content:center;z-index:2;transition:transform 0.3s}
.hero-video .play-button:hover{transform:translate(-50%,-50%) scale(1.1)}
.hero-video .play-button svg{width:3rem;height:3rem;color:#A855F7;margin-left:0.5rem}
.hero-video .video-caption{position:absolute;bottom:2rem;left:2rem;right:2rem;z-index:2}
.hero-video .video-meta{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.7}
.hero-video .video-caption h3{font-size:1.25rem;font-weight:600;margin-top:0.5rem;font-family:'Playfair Display', Georgia, serif}
.hero-cards{max-width:1200px}
.hero-cards .hero-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:3rem}
.hero-carousel{max-width:1200px}
.hero-carousel .carousel-container{position:relative;margin-top:3rem;border-radius:0.5rem;overflow:hidden}
.hero-carousel .carousel-track{display:flex}
.hero-carousel .carousel-slide{display:none;width:100%;flex-shrink:0}
.stats-section{max-width:960px;margin:5rem auto 3rem;padding:0 1.5rem}
.stats-section .stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}
@media(min-width:768px){.stats-section .stats-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}
.stats-section .stat-card{background:#F3E8FF;border-radius:1rem;padding:1.5rem;text-align:center;transition:transform 0.3s,box-shadow 0.3s}
.stats-section .stat-card:hover{transform:scale(1.05);box-shadow:0 10px 40px rgba(0,0,0,0.1)}
.stats-section .stat-icon{font-size:2.5rem;margin-bottom:0.5rem}
.stats-section .stat-value{font-size:1.5rem;font-weight:bold;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}
.stats-section .stat-label{font-size:0.625rem;text-transform:uppercase;letter-spacing:0.15em;opacity:0.6;margin-top:0.5rem}
.topics-section{text-align:center}
.topics-section .topics-title{font-size:1.5rem;font-weight:bold;color:var(--primary);font-family:'Playfair Display', Georgia, serif;margin-bottom:0.5rem}
.topics-section .topics-desc{font-size:0.875rem;opacity:0.6;margin-bottom:1.5rem}
.topics-section .topics-tags{display:flex;flex-wrap:justify-center;gap:0.75rem}
.topics-section .topic-tag{position:relative;display:flex;align-items:center;gap:0.5rem;padding:0.625rem 1.25rem;border-radius:9999px;background:#F3E8FF;border:1px solid #5B21B615;color:#5B21B6;font-size:0.875rem;font-weight:600;transition:all 0.3s;cursor:pointer}
.topics-section .topic-tag::before{content:'';position:absolute;inset:0;border-radius:9999px;background:linear-gradient(135deg,#8B5CF6,#A855F7);opacity:0;transition:opacity 0.3s}
.topics-section .topic-tag:hover{transform:scale(1.05);box-shadow:0 4px 15px rgba(0,0,0,0.1)}
.topics-section .topic-tag:hover::before{opacity:1}
.topics-section .topic-tag span{position:relative}
.topics-section .tag-dot{width:5px;height:5px;border-radius:50%}
.topics-section .tag-dot.blue{background:linear-gradient(135deg,#3b82f6,#6366f1)}
.topics-section .tag-dot.emerald{background:linear-gradient(135deg,#10b981,#14b8a6)}
.topics-section .tag-dot.purple{background:linear-gradient(135deg,#a855f7,#ec4899)}
.topics-section .tag-dot.orange{background:linear-gradient(135deg,#f97316,#ef4444)}
.topics-section .tag-dot.cyan{background:linear-gradient(135deg,#06b6d4,#3b82f6)}
.topics-section .tag-dot.green{background:linear-gradient(135deg,#22c55e,#10b981)}
.topics-section .tag-dot.yellow{background:linear-gradient(135deg,#eab308,#f97316)}
.topics-section .tag-dot.pink{background:linear-gradient(135deg,#ec4899,#f43f5e)}

.stats-bars{margin-bottom:3rem}
.stats-bars .bar-item{background:#F3E8FF;border-radius:1rem;padding:1rem;margin-bottom:1rem}
.stats-bars .bar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:0.5rem}
.stats-bars .bar-header span:first-child{font-size:0.875rem;color:#5B21B6;opacity:0.8}
.stats-bars .bar-header span:last-child{font-size:0.875rem;font-weight:bold;color:var(--accent)}
.stats-bars .bar-track{height:8px;background:#5B21B620;border-radius:4px;overflow:hidden}
.stats-bars .bar-fill{height:100%;border-radius:4px;transition:width 1s ease-out}
.stats-bars .bar-fill.purple{background:linear-gradient(90deg,#8b5cf6,#ec4899)}
.stats-bars .bar-fill.blue{background:linear-gradient(90deg,#3b82f6,#06b6d4)}
.stats-bars .bar-fill.green{background:linear-gradient(90deg,#10b981,#14b8a6)}
.stats-bars .bar-fill.orange{background:linear-gradient(90deg,#f97316,#ef4444)}

.stats-circles{margin-bottom:3rem}
.stats-circles .circles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}
@media(min-width:768px){.stats-circles .circles-grid{grid-template-columns:repeat(4,1fr)}}
.stats-circles .circle-item{background:#F3E8FF;border-radius:1rem;padding:1.5rem;text-align:center}
.stats-circles .circle-wrapper{position:relative;width:6rem;height:6rem;margin:0 auto}
.stats-circles .circle-svg{width:100%;height:100%;transform:rotate(-90deg)}
.stats-circles .circle-inner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:bold;color:var(--accent)}
.stats-circles .circle-label{font-size:0.625rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.6;margin-top:0.75rem}

.stats-compact{margin-bottom:3rem}
.stats-compact .compact-stats{display:flex;flex-wrap:justify-center;gap:2rem;padding:1.5rem;background:#F3E8FF;border-radius:1rem}
.stats-compact .compact-item{text-align:center}
.stats-compact .compact-value{font-size:1.5rem;font-weight:bold;color:var(--accent)}
.stats-compact .compact-label{font-size:0.625rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.6;margin-top:0.25rem}

.image-left-layout{padding-bottom:3rem}
/* 桌面端布局 - 默认隐藏，大屏幕显示 */
.image-left-layout .image-left-desktop{display:none}
@media(min-width:1024px){.image-left-layout .image-left-desktop{display:block}}
.image-left-layout .image-left-grid{display:flex;flex-direction:row;gap:1.5rem}
.image-left-layout .image-left-main-col{flex:2}
.image-left-layout .image-left-list-col{flex:1;display:flex;flex-direction:column;gap:0.5rem}

/* 手机端布局 - 默认显示，大屏幕隐藏 */
.image-left-layout .image-left-mobile{display:block}
@media(min-width:1024px){.image-left-layout .image-left-mobile{display:none}}

.image-left-layout .image-left-main{display:block;position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:16/9}
.image-left-layout .image-left-main img{width:100%;height:100%;object-fit:cover}
.image-left-layout .image-left-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.2) 50%,transparent 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:1rem;color:white}
@media(min-width:640px){.image-left-layout .image-left-overlay{padding:1.5rem}}
@media(min-width:1024px){.image-left-layout .image-left-overlay{padding:1.5rem}}
.image-left-layout .image-left-meta{font-size:0.625rem;text-transform:uppercase;letter-spacing:0.15em;opacity:0.8;margin-bottom:0.5rem}
.image-left-layout .image-left-overlay h3{font-size:1rem;font-weight:700;margin:0;font-family:'Playfair Display', Georgia, serif}
@media(min-width:640px){.image-left-layout .image-left-overlay h3{font-size:1.25rem}}
@media(min-width:1024px){.image-left-layout .image-left-overlay h3{font-size:1.5rem}}
.image-left-layout .image-left-overlay p{font-size:0.75rem;opacity:0.9;margin-top:0.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media(min-width:640px){.image-left-layout .image-left-overlay p{font-size:0.875rem}}
.image-left-layout .image-left-item{display:flex;gap:0.75rem;padding:0.75rem;border-radius:0.75rem;background:#F3E8FF;text-decoration:none;color:inherit}
.image-left-layout .image-left-item img{width:3.5rem;height:3.5rem;object-fit:cover;border-radius:0.5rem;flex-shrink:0}
@media(min-width:1024px){.image-left-layout .image-left-item img{width:5rem;height:5rem}}
.image-left-layout .image-left-item-content{display:flex;flex-direction:column;justify-content:center;min-width:0}
.image-left-layout .image-left-item-meta{font-size:0.625rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.5;margin-bottom:0.25rem}
.image-left-layout .image-left-item-content h4{font-size:0.75rem;font-weight:600;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:'Playfair Display', Georgia, serif}
@media(min-width:1024px){.image-left-layout .image-left-item-content h4{font-size:0.875rem}}
/* 手机端列表样式 */
.image-left-layout .mobile-list{display:flex;flex-direction:column;gap:0.5rem;margin-top:1rem}

/* Timeline布局样式 */
.timeline-layout{max-width:800px;margin:0 auto}
.timeline-container{position:relative;padding-left:2.5rem}
.timeline-line{position:absolute;left:1rem;top:0;bottom:0;width:2px;background:#F3E8FF}
.timeline-item{position:relative;padding:1.5rem 0}
.timeline-dot{position:absolute;left:-1.75rem;top:1.5rem;width:1.25rem;height:1.25rem;border-radius:50%;background:#FAF5FF;border:2px solid #A855F7}
.timeline-card{display:block;color:inherit;text-decoration:none}
.timeline-card-content{display:flex;gap:1rem;padding:1rem;border-radius:0.5rem;background:#F3E8FF}
.timeline-image{width:4rem;height:4rem;border-radius:0.25rem;overflow:hidden;flex-shrink:0}
@media(min-width:640px){.timeline-image{width:5rem;height:5rem}}
.timeline-image img{width:100%;height:100%;object-fit:cover}
.timeline-text{flex:1;min-width:0}
.timeline-meta{display:flex;align-items:center;gap:0.75rem;flex-wrap:wrap}
.timeline-source{font-size:0.625rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.5}
.timeline-number{font-size:0.625rem;opacity:0.3}
.timeline-text h3{font-size:0.875rem;font-weight:600;margin:0.25rem 0 0;font-family:'Playfair Display', Georgia, serif}
@media(min-width:640px){.timeline-text h3{font-size:1rem}}
.timeline-text p{font-size:0.75rem;opacity:0.7;margin:0.5rem 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
@media(min-width:640px){.timeline-text p{font-size:0.875rem}}

.hero-carousel .carousel-slide.active{display:block}
.hero-carousel .carousel-link{position:relative;display:block;aspect-ratio:16/9;color:white;text-decoration:none}
.hero-carousel .carousel-link img{width:100%;height:100%;object-fit:cover}
.hero-carousel .carousel-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.2) 50%, transparent 100%)}
.hero-carousel .carousel-caption{position:absolute;bottom:2rem;left:2rem;right:2rem;z-index:1}
.hero-carousel .carousel-meta{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.7}
.hero-carousel .carousel-caption h3{font-size:1.5rem;font-weight:600;margin-top:0.5rem;font-family:'Playfair Display', Georgia, serif}
.hero-carousel .carousel-prev,.hero-carousel .carousel-next{position:absolute;top:50%;transform:translateY(-50%);background:rgba(0,0,0,0.5);border:none;color:white;width:2.5rem;height:2.5rem;border-radius:50%;font-size:1.25rem;cursor:pointer;z-index:2}
.hero-carousel .carousel-prev{left:1rem}
.hero-carousel .carousel-next{right:1rem}
.hero-carousel .carousel-dots{position:absolute;bottom:1rem;left:50%;transform:translateX(-50%);display:flex;gap:0.5rem;z-index:2}
.hero-carousel .dot{width:0.75rem;height:0.75rem;border-radius:50%;border:none;background:rgba(255,255,255,0.5);cursor:pointer}
.hero-carousel .dot.active{background:white}
@media(max-width:900px){.hero-split{grid-template-columns:1fr}.hero-cards .hero-card-grid{grid-template-columns:repeat(2,1fr)}.hero-carousel .carousel-caption h3{font-size:1.125rem}}
@media(max-width:600px){.hero-cards .hero-card-grid{grid-template-columns:1fr}.hero-carousel .carousel-caption{bottom:1rem;left:1rem;right:1rem}}
.search{margin-top:2rem;max-width:28rem;position:relative}
.search input{width:100%;padding:0.7rem 1rem;font-size:0.9rem;background:transparent;border:1px solid #5B21B625;border-radius:0.4rem;color:var(--fg);font-family:inherit;outline:none}
.search input:focus{border-color:var(--fg)}
.section{padding:0 2rem 4rem;max-width:1400px;margin:0 auto}
.grid{display:grid;gap:1.5rem}
@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.grid{grid-template-columns:1fr}.nav{padding:1rem}.hero{padding:3rem 1rem}.section{padding:0 1rem 3rem}.footer{padding:1.25rem 1rem}}
.card{display:block;cursor:pointer;transition:transform 0.2s,opacity 0.2s;overflow:hidden}
.card:hover{opacity:0.9}
.card-image{aspect-ratio:16/10;overflow:hidden;border-radius:0.5rem}
.card-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s}
.card:hover .card-image img{transform:scale(1.05)}
.card-meta{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.55;margin-top:1rem}
.card-title{font-size:1rem;font-weight:600;line-height:1.35;margin-top:0.4rem;font-family:'Playfair Display', Georgia, serif}
.card-summary{margin-top:0.5rem;font-size:0.875rem;opacity:0.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.card-minimal{border-bottom:1px solid #5B21B620;padding-bottom:1.25rem}
.card-minimal .read{margin-top:0.75rem;font-size:0.7rem;text-transform:uppercase;letter-spacing:0.15em;color:var(--accent)}
.card-summary-box{background:#F3E8FF;padding:1.25rem;border-radius:0.5rem}
.card-image-box{background:#F3E8FF;border-radius:0.5rem;overflow:hidden}
.card-image-box .pad{padding:1.25rem}
.featured{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;background:#F3E8FF;border-radius:0.75rem;overflow:hidden;margin:0 2rem 3rem;max-width:1200px;margin-left:auto;margin-right:auto}
.featured img{width:100%;height:100%;object-fit:cover;min-height:280px}
.featured .pad{padding:2.5rem;display:flex;flex-direction:column;justify-content:center}
.featured h2{font-size:1.75rem;font-weight:700;color:var(--primary);line-height:1.2}
.featured p{margin-top:0.75rem;opacity:0.75}
@media(max-width:700px){.featured{grid-template-columns:1fr;margin:0 1rem 2rem}.featured .pad{padding:1.5rem}}
.list-item{padding:1.25rem 0;border-bottom:1px solid #5B21B620;display:flex;gap:1rem;align-items:flex-start}
.list-item h3{font-size:1.15rem;font-weight:600;font-family:'Playfair Display', Georgia, serif}
.list-item p{font-size:0.9rem;opacity:0.7;margin-top:0.35rem}
.btn{display:inline-flex;align-items:center;gap:0.5rem;padding:0.65rem 1.1rem;border-radius:0.4rem;font-size:0.875rem;font-weight:500;background:var(--primary);color:var(--bg)}
.btn:hover{opacity:0.9}
.cta{text-align:center;margin:3rem 0}
.page{max-width:48rem;margin:0 auto;padding:4rem 2rem}
.page h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--primary)}
.page h2{font-size:1.35rem;font-weight:600;margin-top:2rem;color:var(--primary)}
.page p{margin-top:1rem;opacity:0.8;line-height:1.75}
.page .contact-box{margin-top:2rem;padding:1.5rem;background:#F3E8FF;border-radius:0.5rem}
.page .contact-box .label{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.15em;opacity:0.6}
.page .contact-box a{font-size:1.15rem;font-weight:600;color:var(--accent);display:inline-block;margin-top:0.4rem}
@media(max-width:600px){.page{padding:3rem 1rem}}
.detail-back{display:inline-flex;align-items:center;gap:0.3rem;padding:1rem 2rem;font-size:0.875rem;opacity:0.7}
.detail-back:hover{opacity:1}
.hero-img{width:100%;aspect-ratio:21/9;object-fit:cover;margin-bottom:2rem}
.article{padding:1rem 2rem 3rem;max-width:48rem;margin:0 auto}
.article.data{max-width:72rem;display:grid;grid-template-columns:1fr 280px;gap:2.5rem}
@media(max-width:800px){.article.data{grid-template-columns:1fr}}
.article-source{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.15em;color:var(--accent);margin-bottom:0.75rem}
.article h1{font-size:clamp(1.75rem,4vw,3rem);font-weight:700;line-height:1.15;color:var(--primary)}
.article-summary{margin-top:1.5rem;font-size:1.125rem;line-height:1.7;opacity:0.85}
.article-img{margin-top:2rem;border-radius:0.5rem}
.meta-box{background:#F3E8FF;padding:1rem;border-radius:0.5rem}
.meta-box .row{display:flex;justify-content:space-between;padding:0.25rem 0;font-size:0.8rem}
.meta-box .row dt{opacity:0.6}
.related{padding:0 2rem 4rem;max-width:80rem;margin:0 auto}
.related h2{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.15em;opacity:0.5;margin-bottom:1rem}
.related-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,1fr)}
@media(max-width:700px){.related-grid{grid-template-columns:1fr}.related{padding:0 1rem 3rem}.article{padding:1rem 1rem 3rem}}
.related-card{display:block;padding:1rem;border-radius:0.5rem;background:#F3E8FF}
.related-card:hover{opacity:0.85}
.related-card .t{font-size:0.9rem;font-weight:600;line-height:1.35;font-family:'Playfair Display', Georgia, serif}
.related-card .s{font-size:0.7rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.5;margin-top:0.5rem}
.card-event{border:1px solid #5B21B615;border-radius:0.5rem;background:var(--bg)}
.card-event .pad{padding:1rem}
.card-event .event-date-row{display:flex;justify-content:space-between;font-size:0.75rem;opacity:0.6;margin-top:0.75rem}
.card-event .event-teams{display:flex;align-items:center;justify-content:space-between;margin-top:0.75rem}
.card-event .team{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem}
.card-event .team .flag{width:1.5rem;height:1rem;border-radius:0.15rem;object-fit:cover}
.card-event .event-time{font-size:1.25rem;font-weight:700;color:var(--accent)}
.card-list{border-bottom:1px solid #5B21B615;padding:1rem 0;display:flex;align-items:center;justify-content:space-between}
.card-list .arrow{font-size:1.25rem;opacity:0.5}
.card-cover{position:relative;height:200px}
.card-cover .card-image.cover{position:absolute;inset:0;border-radius:0}
.card-cover .card-overlay{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;color:#FAF5FF;background:linear-gradient(to top,rgba(0,0,0,0.8),transparent)}
.card-cover .card-overlay .card-meta{margin-top:0}
.card-cover .card-overlay .card-title{color:#FAF5FF}
.card-overlay-card{position:relative}
.card-overlay-card .card-overlay-content{position:absolute;bottom:0;left:0;right:0;padding:1rem;color:#FAF5FF;background:linear-gradient(to top,rgba(0,0,0,0.7),transparent)}
.card-overlay-card .card-overlay-content .card-meta{margin-top:0}
.card-hover{background:#F3E8FF;border-radius:0.5rem}
.card-hover .pad{padding:1.25rem}
.card-hover:hover{transform:translateY(-4px);box-shadow:0 10px 30px rgba(0,0,0,0.15)}
.card-flip{perspective:1000px}
.card-flip .flip-inner{position:relative;width:100%;height:200px;transition:transform 0.6s;transform-style:preserve-3d}
.card-flip:hover .flip-inner{transform:rotateY(180deg)}
.card-flip .flip-front,.card-flip .flip-back{position:absolute;inset:0;backface-visibility:hidden;border-radius:0.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem}
.card-flip .flip-front{background:#F3E8FF}
.card-flip .flip-front img{width:100%;height:100%;object-fit:cover;border-radius:0.5rem}
.card-flip .flip-back{background:#F3E8FF;transform:rotateY(180deg);text-align:center}
.card-glass{background:rgba(255,255,255,0.05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,0.1);border-radius:0.5rem}
.card-glass .pad{padding:1.25rem}
.card-layered{position:relative;border-radius:0.5rem;overflow:hidden;background:#F3E8FF}
.card-layered .card-image.layer{border-radius:0;position:relative}
.card-layered .layered-badges{position:absolute;top:0.75rem;left:0.75rem;z-index:2;display:flex;gap:0.375rem}
.card-layered .layered-badge{padding:0.25rem 0.5rem;background:rgba(255,255,255,0.9);color:#5B21B6;font-size:0.5625rem;font-weight:700;text-transform:uppercase;border-radius:9999px;box-shadow:0 1px 2px rgba(0,0,0,0.1)}
.card-layered .layered-content{position:relative;z-index:1;padding:1.25rem}
.card-gradient{border-radius:0.5rem;overflow:hidden}
.card-gradient .gradient-image{position:relative;width:100%;aspect-ratio:16/10}
.card-gradient .gradient-image img{width:100%;height:100%;object-fit:cover}
.card-gradient .gradient-overlay{position:absolute;inset:0;background:linear-gradient(to top right,rgba(0,0,0,0.8),rgba(0,0,0,0.4),transparent);display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem;color:white}
.card-gradient .gradient-meta{font-size:0.625rem;text-transform:uppercase;letter-spacing:0.1em;opacity:0.7;margin-bottom:0.5rem}
.card-gradient .gradient-title{font-size:1.25rem;font-weight:700;font-family:'Playfair Display', Georgia, serif}
.card-gradient .gradient-summary{font-size:0.875rem;opacity:0.8;margin-top:0.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.card-textonly{padding:1rem;border-bottom:1px solid #5B21B615}
.card-textonly .card-title{font-size:1.1rem}
.card-stats{background:#F3E8FF;border-radius:0.5rem;overflow:hidden}
.card-stats .card-image.small{aspect-ratio:16/10;overflow:hidden}
.card-stats .card-image.small img{width:100%;height:100%;object-fit:cover}
.card-stats .pad{padding:1.25rem}
.card-stats .stats-row{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #5B21B610;margin-top:0.75rem}
.card-stats .stat-item{display:flex;align-items:center;gap:0.25rem}
.card-stats .stat-icon{width:14px;height:14px;opacity:0.5}
.card-stats .stat-value{font-size:0.75rem;opacity:0.7}
.card-dense{background:#F3E8FF;border-radius:0.5rem;overflow:hidden}
.card-dense .dense-flex{display:flex;gap:1rem;padding:1rem}
.card-dense .dense-image{width:60px;height:60px;border-radius:0.3rem;object-fit:cover;flex-shrink:0}
.card-dense .dense-content{display:flex;flex-direction:column;justify-content:center}
.card-dense .dense-content .card-meta{margin-top:0}
.card-badge{background:#F3E8FF;border-radius:0.5rem;overflow:hidden}
.card-badge .card-image{position:relative}
.card-badge .badge{position:absolute;top:0.5rem;right:0.5rem;padding:0.25rem 0.5rem;font-size:0.65rem;font-weight:600;background:var(--accent);color:#FAF5FF;border-radius:0.25rem}
.card-badge .pad{padding:1rem}
.card-colorbar{background:#F3E8FF;border-radius:0.5rem;overflow:hidden}
.card-colorbar .color-bar{height:4px;background:linear-gradient(90deg,var(--accent),var(--primary))}
.card-colorbar .pad{padding:1rem}
.card-category{background:#F3E8FF;border-radius:0.5rem;overflow:hidden}
.card-category .category-tag{display:inline-block;padding:0.25rem 0.75rem;font-size:0.7rem;font-weight:600;background:var(--accent);color:#FAF5FF;border-radius:0.25rem;margin-top:0}
.card-category .pad{padding:1rem}
.card-author{background:#F3E8FF;border-radius:0.5rem;overflow:hidden}
.card-author .pad{padding:1rem}
.card-author .author-row{display:flex;align-items:center;gap:0.5rem;margin-top:0.75rem}
.card-author .author-avatar{width:24px;height:24px;border-radius:50%;background:var(--accent);color:#FAF5FF;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:600}
.card-float{background:#F3E8FF;border-radius:0.5rem;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,0.1);transition:transform 0.3s}
.card-float:hover{transform:translateY(-4px)}
.card-float .card-image.float{aspect-ratio:16/10;overflow:hidden}
.card-float .card-image.float img{width:100%;height:100%;object-fit:cover}
.card-float .pad{padding:1.25rem}
.card-neumorph{background:#FAF5FF;border-radius:1rem;box-shadow:6px 6px 12px rgba(0,0,0,0.1),-4px -4px 12px rgba(255,255,255,0.05)}
.card-neumorph .pad{padding:1.25rem}
.card-neon{background:#F3E8FF;border-radius:0.5rem;box-shadow:0 0 20px #A855F740,0 0 40px #A855F720}
.card-neon .pad{padding:1.25rem}
.card-neon .card-title{text-shadow:0 0 10px #A855F7}
.card-classic{background:#F3E8FF;border-radius:0.5rem;overflow:hidden}
.card-classic .card-image.rounded-t-lg{border-radius:0.5rem 0.5rem 0 0}
.card-classic .pad{padding:1rem}
.card-magazine{background:#F3E8FF;border-radius:0.5rem;overflow:hidden}
.card-magazine .magazine-flex{display:flex;gap:1rem;padding:1rem}
.card-magazine .magazine-image{width:100px;height:100px;border-radius:0.3rem;overflow:hidden;flex-shrink:0}
.card-magazine .magazine-image img{width:100%;height:100%;object-fit:cover}
.card-magazine .magazine-content{flex:1;display:flex;flex-direction:column;justify-content:center}
.card-collapsible{background:#F3E8FF;border-radius:0.5rem;overflow:hidden}
.card-collapsible .collapse-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;text-decoration:none;color:inherit}
.card-collapsible .collapse-flex{display:flex;align-items:center;gap:0.75rem}
.card-collapsible .collapse-image{width:3rem;height:3rem;border-radius:0.3rem;overflow:hidden;flex-shrink:0}
.card-collapsible .collapse-image img{width:100%;height:100%;object-fit:cover}
.card-collapsible .collapse-title{font-size:0.875rem;font-weight:600;font-family:'Playfair Display', Georgia, serif;flex-shrink:0}
.card-collapsible .collapse-arrow{width:1rem;height:1rem;opacity:0.5;flex-shrink:0;transition:transform 0.3s}
.card-collapsible:hover .collapse-arrow{transform:rotate(90deg)}
.card-collapsible .collapse-content{padding:0 1rem 1rem}
.card-collapsible .collapse-summary{font-size:0.875rem;opacity:0.7}
.card-collapsible .collapse-link{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.05em;color:#A855F7;margin-top:0.75rem}
.card-line{background:#F3E8FF;border-radius:0.5rem;overflow:hidden;display:flex}
.card-line .line-left{width:4px;background:var(--accent);border-radius:0.5rem 0 0 0.5rem}
.card-line .pad{padding:1rem;flex:1}
.card-tilt{background:#F3E8FF;border-radius:0.5rem;overflow:hidden;transition:transform 0.3s}
.card-tilt:hover{transform:perspective(1000px) rotateY(5deg) rotateX(-5deg)}
.card-tilt .pad{padding:1rem}
.card-fadein{background:#F3E8FF;border-radius:0.5rem;overflow:hidden;animation:fadeInUp 0.6s ease-out}
@keyframes fadeInUp{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.card-fadein .pad{padding:1rem}
.card-divider{background:#F3E8FF;border-radius:0.5rem;overflow:hidden}
.card-divider .pad{padding:1rem}
.card-divider .card-divider-line{height:2px;background:linear-gradient(90deg,transparent,#5B21B630,transparent);margin:0 1rem}
.card-mono{background:#F3E8FF;border-radius:0.5rem;overflow:hidden}
.card-mono .card-image.mono{filter:grayscale(100%)}
.card-mono .pad{padding:1rem}
.card-blur{background:#F3E8FF;border-radius:0.5rem;overflow:hidden;position:relative}
.card-blur .card-image.blur-bg{filter:blur(8px);transform:scale(1.1)}
.card-blur .blur-content{position:relative;z-index:1}
.card-blur .pad{padding:1rem}
.card-fullbg{position:relative;border-radius:0.5rem;overflow:hidden;height:200px}
.card-fullbg .card-image.full{position:absolute;inset:0}
.card-fullbg .card-image.full img{width:100%;height:100%;object-fit:cover}
.card-fullbg .fullbg-content{position:absolute;bottom:0;left:0;right:0;padding:1.5rem;color:#FAF5FF;background:linear-gradient(to top,rgba(0,0,0,0.8),transparent)}
.card-fullbg .card-title{color:#FAF5FF}
.card-progress{background:#F3E8FF;border-radius:0.5rem;overflow:hidden}
.card-progress .card-image{aspect-ratio:16/10;overflow:hidden}
.card-progress .card-image img{width:100%;height:100%;object-fit:cover}
.card-progress .pad{padding:1rem}
.card-progress .progress-section{margin-top:0.75rem}
.card-progress .progress-label{display:flex;justify-content:space-between;font-size:0.625rem;opacity:0.5;margin-bottom:0.25rem}
.card-progress .progress-bar{height:4px;background:#5B21B630;border-radius:2px;overflow:hidden}
.card-progress .progress-fill{height:100%;width:65%;background:var(--accent);border-radius:2px}
.card-skew{background:#F3E8FF;border-radius:0.5rem;overflow:hidden;transform:skewX(-3deg)}
.card-skew .skew-wrapper{transform:skewX(3deg)}
.card-skew .skew-image{aspect-ratio:16/10;overflow:hidden}
.card-skew .skew-image img{width:100%;height:100%;object-fit:cover}
.card-skew .skew-content{padding:1rem}
.card-skew .card-title{font-size:0.875rem;font-weight:600;font-family:'Playfair Display', Georgia, serif}
.card-skew .card-summary{font-size:0.75rem;opacity:0.7;margin-top:0.25rem}