.hero-section{display:flex;align-items:center;justify-content:space-between;min-height:450px;padding:var(--space-2xl);position:relative;overflow:visible}@media (max-width:768px){.hero-section{flex-direction:column;min-height:auto;padding:var(--space-lg);text-align:center}.hero-section__content{max-width:100%;margin-bottom:var(--space-lg)}.hero-section__title{font-size:1.75rem;margin-bottom:var(--space-lg)}.hero-section__visual{width:180px;height:180px}}.hero-section__meta{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-lg)}@media (max-width:768px){.hero-section__meta{justify-content:center}}.hero-section__category{display:inline-flex;align-items:center;gap:var(--space-xs);color:var(--color-accent-primary);font-weight:var(--font-bold);font-size:var(--text-xs);letter-spacing:.1em;text-transform:uppercase}.hero-section__category i{font-size:.6em}html[data-theme=light] .hero-section__category{color:hsl(250,90%,55%);text-shadow:0 1px 2px rgba(124,58,237,.1)}.hero-section__reading-time{color:var(--color-text-muted);font-size:var(--text-sm)}.hero-section__title{font-family:var(--font-heading);font-size:clamp(2rem,5vw,3.5rem);font-weight:var(--font-normal);line-height:1.15;color:var(--color-text-primary);margin:0 0 var(--space-xl);letter-spacing:-.02em}@media (max-width:768px){.hero-section__title{font-size:clamp(1.75rem,6vw,2.5rem)}}.hero-section__cta{margin-top:var(--space-lg)}.hero-section__btn{display:inline-flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-xl);background:var(--glass-surface);border:1px solid var(--glass-border);border-radius:var(--radius-full);color:var(--color-text-primary);font-weight:var(--font-medium);font-size:var(--text-sm);text-decoration:none;transition:all var(--transition-fast);box-shadow:var(--shadow-sm);cursor:pointer}.hero-section__overlay-link{position:absolute;inset:0;z-index:10;text-decoration:none}.hero-section:hover .hero-section__btn,.hero-section__btn:hover{background:var(--glass-surface-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.hero-section__visual{flex:0 0 auto;position:relative;width:320px;height:320px;display:flex;align-items:center;justify-content:center;isolation:isolate}.hero-section__visual:before{content:"";position:absolute;inset:-10%;border-radius:50%;z-index:0;pointer-events:none;background:radial-gradient(circle at 40% 32%,rgba(147,112,219,.95) 0,transparent 52%),radial-gradient(circle at 70% 64%,rgba(100,149,237,.75) 0,transparent 56%),radial-gradient(circle at 52% 52%,rgba(70,130,180,.55) 0,transparent 62%);filter:blur(36px);opacity:1;transform:translateZ(0);animation:backlightPulseDense 6.5s ease-in-out infinite}@keyframes backlightPulseDense{0%,to{transform:scale(1);opacity:.92}50%{transform:scale(1.04);opacity:1}}html[data-theme=light] .hero-section__visual:before{filter:blur(38px);opacity:1}@keyframes backlightPulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.06);opacity:1}}@media (max-width:1024px){.hero-section__visual{width:260px;height:260px}}@media (max-width:768px){.hero-section__visual{width:200px;height:200px}}.hero-section__image-bubble{width:100%;height:100%;border-radius:50%;overflow:hidden;position:relative;z-index:1;box-shadow:0 20px 60px -10px rgba(0,0,0,.15),0 0 0 1px rgba(255,255,255,.1)}.hero-section__image-bubble:before{content:"";position:absolute;inset:-10%;border-radius:50%;background:conic-gradient(from 180deg at 50% 50%,rgba(147,112,219,.28) 0deg,rgba(100,149,237,.28) 120deg,rgba(70,130,180,.28) 240deg,rgba(147,112,219,.28) 1turn);filter:blur(30px);opacity:.6;z-index:0;animation:bubbleGlow 6s ease-in-out infinite}.hero-section__image-bubble:after{content:"";position:absolute;inset:0;border-radius:50%;z-index:2;pointer-events:none;background:radial-gradient(circle at 30% 28%,rgba(255,255,255,.32),transparent 42%),radial-gradient(circle at 70% 80%,rgba(255,255,255,.1),transparent 55%);mix-blend-mode:screen;opacity:.85}@keyframes bubbleGlow{0%,to{opacity:.45;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.hero-section__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;filter:saturate(1.1);position:relative;z-index:1}.hero-section__abstract-bubble{width:100%;height:100%;border-radius:50%;position:relative;overflow:hidden;z-index:1;background:linear-gradient(135deg,rgba(147,112,219,.2),rgba(100,149,237,.2) 50%,rgba(70,130,180,.2));box-shadow:0 20px 60px -10px rgba(124,58,237,.2),inset 0 -20px 40px rgba(255,255,255,.1),0 0 0 1px rgba(255,255,255,.08)}.hero-section__abstract-bubble:before{content:"";position:absolute;inset:-20%;background:conic-gradient(from 180deg at 50% 50%,rgba(147,112,219,.4) 0deg,rgba(100,149,237,.4) 120deg,rgba(70,130,180,.4) 240deg,rgba(147,112,219,.4) 1turn);filter:blur(40px);opacity:.6;animation:bubbleGlow 6s ease-in-out infinite}.hero-section__abstract-inner{position:absolute;inset:20%;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.3) 0,transparent 60%);border-radius:50%}@media (prefers-reduced-motion:reduce){.hero-section__abstract-bubble:before,.hero-section__image-bubble:before,.hero-section__visual:before{animation:none}}.featured-previews{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);margin-top:var(--space-xl)}@media (max-width:768px){.featured-previews{grid-template-columns:1fr;gap:0;margin-top:var(--space-lg)}.preview-card{padding:var(--space-md);border-left:none;border-bottom:1px solid var(--color-border-light)}.preview-card:last-child{border-bottom:none}}.preview-card{display:flex;flex-direction:column;position:relative;padding:var(--space-lg);min-height:180px;background:#0f0a1e;background:radial-gradient(circle at 20% 20%,rgba(124,58,237,.4) 0,transparent 70%),radial-gradient(circle at 80% 30%,rgba(168,85,247,.3) 0,transparent 70%),radial-gradient(circle at 40% 80%,rgba(236,72,153,.3) 0,transparent 70%),radial-gradient(circle at 70% 70%,rgba(124,58,237,.3) 0,transparent 70%),#0f0a1e;text-decoration:none;transition:all var(--transition-fast);border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(124,58,237,.2)}.preview-card:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");opacity:.3;mix-blend-mode:overlay;pointer-events:none;z-index:1}.preview-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 15px 30px rgba(124,58,237,.3);border-color:rgba(124,58,237,.5)}.preview-card__bg{position:absolute;inset:0;z-index:0;overflow:hidden}.preview-card__hero-blend{position:absolute;inset:0;background-size:cover;background-position:50%;opacity:.3;mix-blend-mode:luminosity;filter:blur(2px);z-index:-1;transform:scale(1.1)}.preview-card__bg:after,.preview-card__bg:before{content:"";position:absolute;width:180%;height:180%;border-radius:35%;filter:blur(30px);opacity:.35;animation:previewBlob 15s linear infinite}.preview-card__bg:before{background:radial-gradient(circle,#7c3aed 0,transparent 70%);top:-40%;left:-40%;mix-blend-mode:screen}.preview-card__bg:after{background:radial-gradient(circle,#ec4899 0,transparent 70%);bottom:-40%;right:-40%;animation-duration:10s;animation-direction:reverse;mix-blend-mode:overlay}@keyframes previewBlob{0%{transform:rotate(0deg) translate(0) scale(1)}50%{transform:rotate(180deg) translate(10%,10%) scale(1.1)}to{transform:rotate(1turn) translate(0) scale(1)}}.preview-card__content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:space-between}.preview-card__category{display:inline-flex;align-items:center;gap:6px;font-size:var(--text-xs);font-weight:var(--font-semibold);color:rgba(255,255,255,.95);margin-bottom:var(--space-sm);background:rgba(255,255,255,.1);padding:4px 8px;border-radius:var(--radius-sm);width:-moz-fit-content;width:fit-content}.preview-card__category i{font-size:.9em;color:#dcb4ff}.preview-card__title{font-size:var(--text-sm);font-weight:var(--font-semibold);line-height:var(--leading-snug);color:white;margin:auto 0 0;transition:color var(--transition-fast);text-shadow:0 2px 8px rgba(0,0,0,.4);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}