.blog-module__vrrDRW__page{background-color:var(--bg-dark,#060814);min-height:100vh;color:var(--text-primary,#f8fafc);font-family:var(--font-sans,system-ui, -apple-system, sans-serif);padding-bottom:5rem;position:relative;overflow:hidden}.blog-module__vrrDRW__orbContainer{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.blog-module__vrrDRW__orb{filter:blur(140px);opacity:.15;border-radius:50%;position:absolute}.blog-module__vrrDRW__orb1{background:var(--primary,#6366f1);width:500px;height:500px;top:-10%;right:10%}.blog-module__vrrDRW__orb2{background:var(--accent,#8b5cf6);width:600px;height:600px;top:40%;left:-10%}.blog-module__vrrDRW__navbar{z-index:10;border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:1.5rem 2rem;display:flex;position:relative}.blog-module__vrrDRW__logo{color:#fff;letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;text-decoration:none;display:flex}.blog-module__vrrDRW__logoIcon{background:linear-gradient(135deg, var(--primary,#6366f1) 0%, var(--accent,#8b5cf6) 100%);border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.1rem;font-weight:900;display:flex}.blog-module__vrrDRW__container{z-index:10;max-width:900px;margin:0 auto;padding:3rem 1.5rem;position:relative}.blog-module__vrrDRW__listContainer{z-index:10;max-width:1200px;margin:0 auto;padding:3rem 1.5rem;position:relative}.blog-module__vrrDRW__title{text-align:center;background:linear-gradient(135deg,#fff 0%,#a5b4fc 100%);-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.blog-module__vrrDRW__subtitle{text-align:center;color:var(--text-secondary,#94a3b8);max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto;font-size:1.05rem}.blog-module__vrrDRW__blogGrid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:1.5rem;display:grid}.blog-module__vrrDRW__blogCard{background:var(--bg-glass,#11132773);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-subtle,#ffffff14);border-radius:var(--radius-xl,24px);flex-direction:column;height:100%;padding:2rem;text-decoration:none;transition:all .3s;display:flex}.blog-module__vrrDRW__blogCard:hover{border-color:#6366f140;transform:translateY(-3px);box-shadow:0 12px 30px #6366f114}.blog-module__vrrDRW__cardMeta{color:var(--primary,#818cf8);text-transform:uppercase;margin-bottom:.75rem;font-size:.8rem;font-weight:700;display:block}.blog-module__vrrDRW__cardTitle{color:#fff;margin:0 0 1rem;font-size:1.35rem;font-weight:700;line-height:1.4;transition:color .2s}.blog-module__vrrDRW__blogCard:hover .blog-module__vrrDRW__cardTitle{color:#a5b4fc}.blog-module__vrrDRW__cardDesc{color:var(--text-secondary,#94a3b8);margin:0 0 1.5rem;font-size:.95rem;line-height:1.6}.blog-module__vrrDRW__readMore{color:#fff;align-items:center;gap:.25rem;font-size:.85rem;font-weight:700;display:inline-flex}.blog-module__vrrDRW__readMore:after{content:"→";transition:transform .2s}.blog-module__vrrDRW__blogCard:hover .blog-module__vrrDRW__readMore:after{transform:translate(4px)}.blog-module__vrrDRW__backLink{color:var(--text-secondary,#94a3b8);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.9rem;text-decoration:none;transition:color .2s;display:inline-flex}.blog-module__vrrDRW__backLink:hover{color:#fff}.blog-module__vrrDRW__postHeader{border-bottom:1px solid #ffffff14;margin-bottom:3rem;padding-bottom:2rem}.blog-module__vrrDRW__postMeta{color:var(--text-secondary,#94a3b8);gap:1.5rem;margin-bottom:1rem;font-size:.85rem;display:flex}.blog-module__vrrDRW__postTitle{color:#fff;margin:0;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;line-height:1.3}.blog-module__vrrDRW__postContent{color:#e2e8f0;font-size:1.05rem;line-height:1.8}.blog-module__vrrDRW__postContent h2{color:#fff;border-left:4px solid var(--primary,#6366f1);margin-top:3rem;margin-bottom:1.25rem;padding-left:.75rem;font-size:1.6rem;font-weight:700}.blog-module__vrrDRW__postContent h3{color:#fff;margin-top:2rem;margin-bottom:1rem;font-size:1.25rem;font-weight:700}.blog-module__vrrDRW__postContent p{margin-bottom:1.5rem}.blog-module__vrrDRW__postContent ul,.blog-module__vrrDRW__postContent ol{margin-bottom:1.5rem;padding-left:1.5rem}.blog-module__vrrDRW__postContent li{margin-bottom:.5rem}.blog-module__vrrDRW__postContent table{border-collapse:collapse;width:100%;margin:2rem 0;font-size:.95rem}.blog-module__vrrDRW__postContent th,.blog-module__vrrDRW__postContent td{text-align:left;border:1px solid #ffffff14;padding:.75rem 1rem}.blog-module__vrrDRW__postContent th{color:#fff;background:#ffffff08;font-weight:700}.blog-module__vrrDRW__postContent blockquote{border-left:4px solid var(--primary,#6366f1);color:#cbd5e1;background:#6366f10d;border-radius:0 12px 12px 0;margin:2rem 0;padding:1rem 1.5rem;font-style:italic}.blog-module__vrrDRW__postContent pre{background:#0006;border:1px solid #ffffff0d;border-radius:12px;margin:2rem 0;padding:1.5rem;overflow-x:auto}.blog-module__vrrDRW__postContent code{color:#a5b4fc;background:#ffffff0d;border-radius:4px;padding:2px 6px;font-family:monospace;font-size:.9rem}.blog-module__vrrDRW__postContent pre code{color:#e2e8f0;background:0 0;border-radius:0;padding:0}.blog-module__vrrDRW__ctaBox{text-align:center;background:linear-gradient(135deg,#6366f126 0%,#8b5cf614 100%);border:1px solid #6366f140;border-radius:20px;margin-top:4rem;padding:2.5rem}.blog-module__vrrDRW__ctaTitle{color:#fff;margin-bottom:.75rem;font-size:1.35rem;font-weight:700}.blog-module__vrrDRW__ctaDesc{color:var(--text-secondary,#94a3b8);margin-bottom:1.5rem;font-size:.95rem;line-height:1.5}
