.signal-hero[data-astro-cid-s7jm7r4u]{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden;background:var(--hero-bg, #0b0d12)}.signal-hero__canvas[data-astro-cid-s7jm7r4u]{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.signal-hero__overlay[data-astro-cid-s7jm7r4u]{position:absolute;inset:0;background:radial-gradient(ellipse 60% 50% at 80% 50%,rgba(43,211,198,.04),transparent),radial-gradient(ellipse 40% 60% at 20% 50%,rgba(192,75,183,.03),transparent),linear-gradient(180deg,transparent 60%,var(--hero-bg, #0b0d12));pointer-events:none}.signal-hero__content[data-astro-cid-s7jm7r4u]{position:relative;z-index:1;text-align:center;padding:2rem 1.5rem;max-width:48rem;animation:heroFadeIn 1.2s ease-out both}.signal-hero__headline[data-astro-cid-s7jm7r4u]{font-family:Atkinson,system-ui,-apple-system,sans-serif;font-size:clamp(2rem,6vw,4.5rem);font-weight:700;color:var(--hero-text, #f2f4f8);line-height:1.1;margin:0 0 1rem;letter-spacing:-.02em}.signal-hero__arrow[data-astro-cid-s7jm7r4u]{display:inline-block;color:var(--hero-teal, #2bd3c6);transition:transform .4s ease}.signal-hero__headline[data-astro-cid-s7jm7r4u]:hover .signal-hero__arrow[data-astro-cid-s7jm7r4u]{transform:translate(4px)}.signal-hero__tagline[data-astro-cid-s7jm7r4u]{font-family:Atkinson,system-ui,-apple-system,sans-serif;font-size:clamp(1rem,2.2vw,1.35rem);color:var(--hero-text-muted, #b7c0d1);margin:0 0 2.5rem;line-height:1.6;max-width:36rem;margin-inline:auto}.signal-hero__actions[data-astro-cid-s7jm7r4u]{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.signal-hero__cta[data-astro-cid-s7jm7r4u]{display:inline-block;padding:.75rem 2rem;border-radius:6px;font-family:Atkinson,system-ui,-apple-system,sans-serif;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .25s ease,color .25s ease,box-shadow .25s ease,transform .2s ease}.signal-hero__cta[data-astro-cid-s7jm7r4u]:not(.signal-hero__cta--secondary){background:var(--hero-teal, #2bd3c6);color:#0b0d12}.signal-hero__cta[data-astro-cid-s7jm7r4u]:not(.signal-hero__cta--secondary):hover{background:#34e8d9;box-shadow:0 4px 20px #2bd3c64d;transform:translateY(-1px)}.signal-hero__cta--secondary[data-astro-cid-s7jm7r4u]{background:transparent;color:var(--hero-text-muted, #b7c0d1);border:1px solid rgba(255,255,255,.12)}.signal-hero__cta--secondary[data-astro-cid-s7jm7r4u]:hover{color:var(--hero-text, #f2f4f8);border-color:#ffffff40;background:#ffffff0a}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.signal-hero__content[data-astro-cid-s7jm7r4u]{animation:none}.signal-hero__arrow[data-astro-cid-s7jm7r4u],.signal-hero__cta[data-astro-cid-s7jm7r4u]{transition:none}}@media(max-width:720px){.signal-hero[data-astro-cid-s7jm7r4u]{min-height:80vh}.signal-hero__content[data-astro-cid-s7jm7r4u]{padding:2rem 1rem}.signal-hero__actions[data-astro-cid-s7jm7r4u]{flex-direction:column;align-items:center}.signal-hero__cta[data-astro-cid-s7jm7r4u]{width:100%;max-width:16rem;text-align:center}}main[data-astro-cid-j7pv25f6]{width:100%;max-width:100%;margin:0;padding:0}.posts-section[data-astro-cid-j7pv25f6]{padding:5em 1.5em;background:rgba(var(--surface),.88)}.posts-container[data-astro-cid-j7pv25f6]{max-width:1100px;margin:0 auto}.section-title[data-astro-cid-j7pv25f6]{font-size:clamp(1.5rem,3vw,2rem);color:rgb(var(--text-main));margin-bottom:2em;text-align:center;letter-spacing:-.02em}.posts-grid[data-astro-cid-j7pv25f6]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;list-style:none;margin:0;padding:0}.post-card[data-astro-cid-j7pv25f6]{animation:cardEntrance .5s ease both}.post-card[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]{display:block;text-decoration:none;background:rgba(var(--surface-elevated),.96);border-radius:16px;box-shadow:0 4px 20px rgba(var(--black),8%);overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;height:100%}.post-card[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:hover{transform:translateY(-6px);box-shadow:0 12px 40px rgba(var(--black),16%)}.card-image[data-astro-cid-j7pv25f6]{margin:0;aspect-ratio:2 / 1;overflow:hidden}.card-image[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{width:100%;height:100%;object-fit:cover;border-radius:0;transition:transform .4s ease}.post-card[data-astro-cid-j7pv25f6] a[data-astro-cid-j7pv25f6]:hover .card-image[data-astro-cid-j7pv25f6] img[data-astro-cid-j7pv25f6]{transform:scale(1.05)}.card-body[data-astro-cid-j7pv25f6]{padding:1.25em 1.5em 1.5em}.card-date[data-astro-cid-j7pv25f6]{margin:0 0 .4em;font-size:.8em;color:rgb(var(--gray));letter-spacing:.05em;text-transform:uppercase}.card-title[data-astro-cid-j7pv25f6]{margin:0 0 .5em;font-size:1.1rem;color:rgb(var(--text-main));line-height:1.3;font-weight:700}.card-desc[data-astro-cid-j7pv25f6]{margin:0;font-size:.9em;color:rgb(var(--gray));line-height:1.5;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.view-all[data-astro-cid-j7pv25f6]{text-align:center;margin-top:3em}@media(max-width:1024px){.posts-grid[data-astro-cid-j7pv25f6]{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.posts-section[data-astro-cid-j7pv25f6]{padding:3em 1em}.posts-grid[data-astro-cid-j7pv25f6]{grid-template-columns:1fr;gap:1.25rem}}
