:root{--bg:#f1f5f9;--surface:#fff;--text:#0b1220;--muted:#64748b;--muted-2:#94a3b8;--primary:#2563eb;--primary-dark:#1d4ed8;--primary-soft:#2563eb1a;--accent:#6366f1;--border:#0f172a14;--radius:1.25rem;--radius-lg:1.75rem;--shadow-xs:0 .15rem .5rem #0f172a0a;--shadow:0 1rem 2.5rem #0f172a14;--shadow-lg:0 1.75rem 4rem #0f172a1f;--font:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--ease:cubic-bezier(.22, 1, .36, 1)}[data-astro-cid-lcdefpme],[data-astro-cid-lcdefpme]:before,[data-astro-cid-lcdefpme]:after{box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0}body:before{content:"";z-index:-1;pointer-events:none;background:radial-gradient(80% 50% at 10% -10%,#2563eb1f,#0000 55%),radial-gradient(60% 40% at 90% 0,#6366f11a,#0000 50%);animation:18s ease-in-out infinite alternate ambient-shift;position:fixed;inset:0}@keyframes ambient-shift{0%{opacity:.85;transform:scale(1)}to{opacity:1;transform:scale(1.04)}}@keyframes fade-up{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.reveal[data-astro-cid-lcdefpme]{animation:fade-up .7s var(--ease) both}.reveal-delay-1[data-astro-cid-lcdefpme]{animation-delay:80ms}.reveal-delay-2[data-astro-cid-lcdefpme]{animation-delay:.16s}.reveal-delay-3[data-astro-cid-lcdefpme]{animation-delay:.24s}.reveal-delay-4[data-astro-cid-lcdefpme]{animation-delay:.32s}.reveal-delay-5[data-astro-cid-lcdefpme]{animation-delay:.4s}main[data-astro-cid-lcdefpme]{width:min(100% - 2rem,72rem);margin-inline:auto;padding-block:1.5rem 4rem}a[data-astro-cid-lcdefpme]{color:inherit;text-decoration:none}h1[data-astro-cid-lcdefpme],h2[data-astro-cid-lcdefpme],h3[data-astro-cid-lcdefpme]{letter-spacing:-.03em;margin:0;line-height:1.15}p[data-astro-cid-lcdefpme]{margin:0;line-height:1.7}.section[data-astro-cid-lcdefpme]{margin-top:4rem}.section-header[data-astro-cid-lcdefpme]{flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;margin-bottom:1.35rem;display:flex}.section-header[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{font-size:clamp(1.5rem,3vw,2rem)}.section-header[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:var(--primary);transition:gap .25s var(--ease), color .2s ease, transform .2s ease;align-items:center;gap:.35rem;font-size:.95rem;font-weight:600;display:inline-flex}.section-header[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover{color:var(--primary-dark);gap:.55rem;transform:translate(2px)}.hero[data-astro-cid-lcdefpme]{grid-template-columns:minmax(0,1.2fr) minmax(0,.85fr);align-items:center;gap:2.5rem;padding:2.75rem 0 2rem;display:grid}.hero-badge[data-astro-cid-lcdefpme]{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-xs);border-radius:999px;align-items:center;gap:.5rem;margin-bottom:1.1rem;padding:.45rem .95rem .45rem .65rem;font-size:.84rem;font-weight:600;display:inline-flex}.hero-badge[data-astro-cid-lcdefpme] .dot[data-astro-cid-lcdefpme]{background:#22c55e;border-radius:50%;width:.5rem;height:.5rem;animation:2.2s ease-in-out infinite pulse;box-shadow:0 0 0 3px #22c55e33}@keyframes pulse{0%,to{box-shadow:0 0 0 3px #22c55e38}50%{box-shadow:0 0 0 7px #22c55e14}}.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme]{max-width:14ch;margin-bottom:1rem;font-size:clamp(2.4rem,6vw,4rem)}.hero[data-astro-cid-lcdefpme] h1[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{background:linear-gradient(120deg,#2563eb,#6366f1 55%,#8b5cf6) 0 0/200%;color:#0000;background-clip:text;animation:6s infinite gradient-move}@keyframes gradient-move{0%,to{background-position:0%}50%{background-position:100%}}.hero-lead[data-astro-cid-lcdefpme]{color:var(--muted);max-width:36rem;font-size:1.1rem}.actions[data-astro-cid-lcdefpme]{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.btn[data-astro-cid-lcdefpme]{min-height:2.75rem;transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .2s ease, border-color .2s ease;border:1px solid #0000;border-radius:.75rem;justify-content:center;align-items:center;gap:.4rem;padding:.7rem 1.2rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn[data-astro-cid-lcdefpme]:hover{transform:translateY(-3px)}.btn[data-astro-cid-lcdefpme]:active{transform:translateY(-1px)}.btn[data-astro-cid-lcdefpme]:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.btn-primary[data-astro-cid-lcdefpme]{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 .5rem 1.25rem #2563eb4d}.btn-primary[data-astro-cid-lcdefpme]:hover{box-shadow:0 .85rem 1.75rem #2563eb73}.btn-secondary[data-astro-cid-lcdefpme]{background:var(--surface);border-color:var(--border);color:var(--text)}.btn-secondary[data-astro-cid-lcdefpme]:hover{box-shadow:var(--shadow);border-color:#2563eb40}.trust[data-astro-cid-lcdefpme]{border-top:1px solid var(--border);flex-wrap:wrap;gap:1.5rem 2rem;margin-top:2rem;padding-top:1.5rem;display:flex}.trust[data-astro-cid-lcdefpme] strong[data-astro-cid-lcdefpme]{letter-spacing:-.02em;font-size:1.25rem;display:block}.trust[data-astro-cid-lcdefpme] span[data-astro-cid-lcdefpme]{color:var(--muted);font-size:.8rem;font-weight:500}.trending[data-astro-cid-lcdefpme]{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);animation:scale-in .7s var(--ease) both;transition:transform .3s var(--ease), box-shadow .3s var(--ease);background:#fffc;padding:1.5rem 1.35rem;animation-delay:.15s;position:relative;overflow:hidden}.trending[data-astro-cid-lcdefpme]:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.trending[data-astro-cid-lcdefpme]:before{content:"";background:linear-gradient(90deg,#2563eb,#6366f1,#8b5cf6) 0 0/200% 100%;height:3px;animation:4s linear infinite gradient-move;position:absolute;top:0;left:0;right:0}.trending-header[data-astro-cid-lcdefpme]{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.trending-header[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{font-size:1rem}.live[data-astro-cid-lcdefpme]{letter-spacing:.05em;text-transform:uppercase;color:#15803d;background:#22c55e1f;border-radius:.35rem;padding:.2rem .45rem;font-size:.7rem;font-weight:700;animation:2s ease-in-out infinite live-glow}@keyframes live-glow{0%,to{box-shadow:0 0 #22c55e00}50%{box-shadow:0 0 0 4px #22c55e1f}}.trending[data-astro-cid-lcdefpme] ol[data-astro-cid-lcdefpme]{gap:.25rem;margin:0;padding:0;list-style:none;display:grid}.trending[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]{color:var(--muted);transition:background .2s ease, color .2s ease, transform .25s var(--ease);border-radius:.65rem;align-items:center;gap:.7rem;padding:.5rem .55rem;font-size:.92rem;font-weight:500;display:flex}.trending[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:hover{background:var(--primary-soft);color:var(--primary);transform:translate(4px)}.trending[data-astro-cid-lcdefpme] .num[data-astro-cid-lcdefpme]{background:var(--primary-soft);width:1.4rem;height:1.4rem;color:var(--primary);transition:transform .25s var(--ease);border-radius:.4rem;flex-shrink:0;place-items:center;font-size:.7rem;font-weight:700;display:grid}.trending[data-astro-cid-lcdefpme] li[data-astro-cid-lcdefpme]:hover .num[data-astro-cid-lcdefpme]{transform:scale(1.08)}.featured[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);transition:transform .35s var(--ease), box-shadow .35s var(--ease);grid-template-columns:1.15fr 1fr;min-height:20rem;display:grid;overflow:hidden}.featured[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.featured-media[data-astro-cid-lcdefpme]{background:linear-gradient(145deg,#1e3a8a,#312e81);min-height:14rem;overflow:hidden}.featured-media[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{object-fit:cover;aspect-ratio:2;width:100%;height:100%;transition:transform .6s var(--ease);display:block}.featured[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover .featured-media[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{transform:scale(1.04)}.featured[data-astro-cid-lcdefpme] .body[data-astro-cid-lcdefpme]{flex-direction:column;justify-content:center;padding:1.75rem;display:flex}.featured[data-astro-cid-lcdefpme] .label[data-astro-cid-lcdefpme]{letter-spacing:.06em;text-transform:uppercase;color:var(--primary);margin-bottom:.45rem;font-size:.75rem;font-weight:700}.featured[data-astro-cid-lcdefpme] .date[data-astro-cid-lcdefpme]{color:var(--muted);margin-bottom:.55rem;font-size:.9rem}.featured[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{margin-bottom:.55rem;font-size:clamp(1.35rem,2.5vw,1.85rem);transition:color .2s}.featured[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover h3[data-astro-cid-lcdefpme]{color:var(--primary-dark)}.featured[data-astro-cid-lcdefpme] .desc[data-astro-cid-lcdefpme]{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.1rem;display:-webkit-box;overflow:hidden}.featured[data-astro-cid-lcdefpme] .btn[data-astro-cid-lcdefpme]{align-self:flex-start}.grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin:0;padding:0;list-style:none;display:grid}.card[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);height:100%;transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .25s ease;gap:0;display:grid;position:relative;overflow:hidden}.card[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:after{content:"";background:linear-gradient(90deg, var(--primary), var(--accent));opacity:0;height:3px;transition:opacity .25s;position:absolute;top:0;left:0;right:0}.card[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover{box-shadow:var(--shadow);border-color:#2563eb26;transform:translateY(-6px)}.card[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover:after{opacity:1}.card[data-astro-cid-lcdefpme] img[data-astro-cid-lcdefpme]{aspect-ratio:2;object-fit:cover;width:100%;height:auto;transition:transform .5s var(--ease);background:#312e81;display:block}.card[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover img[data-astro-cid-lcdefpme]{transform:scale(1.05)}.card[data-astro-cid-lcdefpme] .body[data-astro-cid-lcdefpme]{gap:.35rem;padding:1rem 1.05rem 1.15rem;display:grid}.card[data-astro-cid-lcdefpme] .date[data-astro-cid-lcdefpme]{color:var(--muted);font-size:.85rem}.card[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{font-size:1.08rem;transition:color .2s}.card[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]:hover h3[data-astro-cid-lcdefpme]{color:var(--primary)}.card[data-astro-cid-lcdefpme] .desc[data-astro-cid-lcdefpme]{color:var(--muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:.92rem;display:-webkit-box;overflow:hidden}.categories[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.category[data-astro-cid-lcdefpme]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-xs);transition:transform .3s var(--ease), box-shadow .3s var(--ease), border-color .25s ease;padding:1.35rem 1.2rem}.category[data-astro-cid-lcdefpme]:hover{box-shadow:var(--shadow);border-color:#2563eb24;transform:translateY(-5px)}.category-icon[data-astro-cid-lcdefpme]{width:2.6rem;height:2.6rem;transition:transform .3s var(--ease);background:linear-gradient(135deg,#2563eb1a,#6366f11a);border-radius:.75rem;place-items:center;margin-bottom:.85rem;font-size:1.2rem;display:grid}.category[data-astro-cid-lcdefpme]:hover .category-icon[data-astro-cid-lcdefpme]{transform:scale(1.08)rotate(-4deg)}.category[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{margin-bottom:.25rem;font-size:1rem}.category[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--muted);font-size:.85rem}.why-grid[data-astro-cid-lcdefpme]{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.why-card[data-astro-cid-lcdefpme]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-xs);transition:transform .3s var(--ease), box-shadow .3s var(--ease);padding:1.5rem 1.35rem}.why-card[data-astro-cid-lcdefpme]:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.why-icon[data-astro-cid-lcdefpme]{width:2.75rem;height:2.75rem;transition:transform .3s var(--ease);background:linear-gradient(135deg,#2563eb1f,#6366f11f);border-radius:.8rem;place-items:center;margin-bottom:1rem;font-size:1.2rem;display:grid}.why-card[data-astro-cid-lcdefpme]:hover .why-icon[data-astro-cid-lcdefpme]{transform:scale(1.1)}.why-card[data-astro-cid-lcdefpme] h3[data-astro-cid-lcdefpme]{margin-bottom:.4rem;font-size:1.08rem}.why-card[data-astro-cid-lcdefpme] p[data-astro-cid-lcdefpme]{color:var(--muted);font-size:.94rem}.newsletter[data-astro-cid-lcdefpme]{border-radius:var(--radius-lg);color:#fff;text-align:center;box-shadow:var(--shadow-lg);background:linear-gradient(145deg,#0b1220,#1e293b);margin-top:4rem;padding:2.75rem 1.5rem;position:relative;overflow:hidden}.newsletter[data-astro-cid-lcdefpme]:before{content:"";pointer-events:none;background:radial-gradient(circle,#2563eb40,#0000 70%);width:60%;height:80%;animation:10s ease-in-out infinite alternate float-glow;position:absolute;top:-40%;left:-20%}.newsletter[data-astro-cid-lcdefpme]:after{content:"";pointer-events:none;background:radial-gradient(circle,#6366f133,#0000 70%);width:50%;height:70%;animation:12s ease-in-out infinite alternate-reverse float-glow;position:absolute;bottom:-30%;right:-15%}@keyframes float-glow{0%{transform:translate(0)}to{transform:translate(12px,-10px)}}.newsletter[data-astro-cid-lcdefpme]>[data-astro-cid-lcdefpme]{z-index:1;position:relative}.newsletter[data-astro-cid-lcdefpme] h2[data-astro-cid-lcdefpme]{margin-bottom:.5rem;font-size:clamp(1.4rem,3vw,2rem)}.newsletter[data-astro-cid-lcdefpme]>p[data-astro-cid-lcdefpme]{color:#ffffffb8;max-width:32rem;margin:0 auto 1.25rem}.newsletter[data-astro-cid-lcdefpme] form[data-astro-cid-lcdefpme]{flex-wrap:wrap;justify-content:center;gap:.6rem;max-width:28rem;margin:0 auto;display:flex}.newsletter[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme]{color:#fff;min-height:2.75rem;font:inherit;background:#ffffff14;border:1px solid #ffffff26;border-radius:.75rem;flex:12rem;padding:.7rem .9rem;transition:border-color .2s,background .2s,transform .2s}.newsletter[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme]::placeholder{color:#ffffff73}.newsletter[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme]:focus{outline-offset:1px;background:#ffffff1f;border-color:#ffffff4d;outline:2px solid #93c5fd}.newsletter[data-astro-cid-lcdefpme] button[data-astro-cid-lcdefpme]{color:#0b1220;min-height:2.75rem;font-weight:700;font:inherit;cursor:pointer;transition:transform .25s var(--ease), box-shadow .25s ease;background:#fff;border:0;border-radius:.75rem;padding:.7rem 1.1rem}.newsletter[data-astro-cid-lcdefpme] button[data-astro-cid-lcdefpme]:hover{transform:translateY(-2px);box-shadow:0 .6rem 1.25rem #00000040}.note[data-astro-cid-lcdefpme]{color:#fff6;margin-top:.75rem;font-size:.8rem}.empty[data-astro-cid-lcdefpme]{border:1px dashed var(--border);border-radius:var(--radius);background:var(--surface);color:var(--muted);text-align:center;padding:2rem}@media (width<=900px){.hero[data-astro-cid-lcdefpme]{grid-template-columns:1fr;gap:2rem}.featured[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme],.why-grid[data-astro-cid-lcdefpme],.categories[data-astro-cid-lcdefpme]{grid-template-columns:1fr}}@media (width<=720px){.grid[data-astro-cid-lcdefpme]{grid-template-columns:1fr}.categories[data-astro-cid-lcdefpme]{grid-template-columns:1fr 1fr}.actions[data-astro-cid-lcdefpme]{flex-direction:column}.btn[data-astro-cid-lcdefpme]{width:100%}.newsletter[data-astro-cid-lcdefpme] form[data-astro-cid-lcdefpme]{flex-direction:column}.newsletter[data-astro-cid-lcdefpme] input[data-astro-cid-lcdefpme],.newsletter[data-astro-cid-lcdefpme] button[data-astro-cid-lcdefpme]{width:100%}}@media (width<=480px){.categories[data-astro-cid-lcdefpme]{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){[data-astro-cid-lcdefpme],[data-astro-cid-lcdefpme]:before,[data-astro-cid-lcdefpme]:after{scroll-behavior:auto!important;transition:none!important;animation:none!important}}
