:root{--bg-color: #030303;--accent-primary: #8b5cf6;--accent-secondary: #3b82f6;--text-main: #ffffff;--text-muted: #94a3b8;--card-bg: rgba(17, 24, 39, .4);--card-border: rgba(255, 255, 255, .08);--glass-blur: 16px}:where(.astro-j7pv25f6){box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,sans-serif;background-color:var(--bg-color);color:var(--text-main);line-height:1.6;overflow-x:hidden;min-height:100vh}.bg-glow:where(.astro-j7pv25f6){position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;overflow:hidden;background:radial-gradient(circle at 50% -20%,#1e1b4b 0%,transparent 50%),radial-gradient(circle at 0% 100%,#0f172a 0%,transparent 50%),radial-gradient(circle at 100% 100%,#1e1b4b 0%,transparent 50%)}.container:where(.astro-j7pv25f6){max-width:1200px;margin:0 auto;padding:6rem 1.5rem}header:where(.astro-j7pv25f6){text-align:center;margin-bottom:6rem;animation:fadeInUp 1s ease-out}.badge:where(.astro-j7pv25f6){display:inline-block;padding:.5rem 1rem;background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);color:var(--accent-primary);border-radius:99px;font-size:.8rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}h1:where(.astro-j7pv25f6){font-family:Outfit,sans-serif;font-size:clamp(3rem,8vw,4.5rem);font-weight:800;margin-bottom:1.5rem;background:linear-gradient(to bottom,#fff 40%,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-.04em;line-height:1.1}.tagline:where(.astro-j7pv25f6){font-size:clamp(1.1rem,3vw,1.4rem);color:var(--text-muted);max-width:700px;margin:0 auto;font-weight:400}.blog-grid:where(.astro-j7pv25f6){display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:2rem;animation:fadeInUp 1.2s ease-out}.blog-card:where(.astro-j7pv25f6){background:var(--card-bg);border:1px solid var(--card-border);border-radius:28px;padding:0;overflow:hidden;transition:all .5s cubic-bezier(.23,1,.32,1);text-decoration:none;color:inherit;display:flex;flex-direction:column;backdrop-filter:blur(var(--glass-blur));position:relative}.blog-card:where(.astro-j7pv25f6):before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(139,92,246,.1),transparent 70%);opacity:0;transition:opacity .5s ease}.blog-card:where(.astro-j7pv25f6):hover{transform:translateY(-12px);border-color:#fff3;box-shadow:0 30px 60px -12px #00000080}.blog-card:where(.astro-j7pv25f6):hover:before{opacity:1}.card-image-container:where(.astro-j7pv25f6){height:240px;position:relative;background:#0f172a;overflow:hidden}.card-image-placeholder:where(.astro-j7pv25f6){width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#1e1b4b,#0f172a);position:relative}.card-image-placeholder:where(.astro-j7pv25f6) svg:where(.astro-j7pv25f6){color:#8b5cf666;filter:drop-shadow(0 0 10px rgba(139,92,246,.2));transition:transform .5s ease}.blog-card:where(.astro-j7pv25f6):hover .card-image-placeholder:where(.astro-j7pv25f6) svg:where(.astro-j7pv25f6){transform:scale(1.1) rotate(-5deg);color:#8b5cf699}.card-content:where(.astro-j7pv25f6){padding:2.5rem;flex-grow:1;display:flex;flex-direction:column;z-index:1}.card-category:where(.astro-j7pv25f6){font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.15em;color:var(--accent-primary);margin-bottom:1rem}.card-title:where(.astro-j7pv25f6){font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700;margin-bottom:1.25rem;line-height:1.2;color:#f8fafc}.card-excerpt:where(.astro-j7pv25f6){font-size:1rem;color:var(--text-muted);margin-bottom:2rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;line-height:1.6}.card-footer:where(.astro-j7pv25f6){margin-top:auto;display:flex;align-items:center;font-size:.9rem;font-weight:600;color:#f8fafc}.read-link:where(.astro-j7pv25f6){display:flex;align-items:center;gap:.75rem;transition:gap .3s ease}.blog-card:where(.astro-j7pv25f6):hover .read-link:where(.astro-j7pv25f6){gap:1.25rem;color:var(--accent-primary)}.read-link:where(.astro-j7pv25f6) svg:where(.astro-j7pv25f6){transition:transform .3s ease}footer:where(.astro-j7pv25f6){margin-top:10rem;text-align:center;padding-bottom:5rem;color:var(--text-muted);font-size:.9rem;border-top:1px solid rgba(255,255,255,.05);padding-top:5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.container:where(.astro-j7pv25f6){padding:4rem 1rem}.blog-grid:where(.astro-j7pv25f6){grid-template-columns:1fr}}
