@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');
:root{--ink:#071a3d;--blue:#1468ff;--sky:#eaf2ff;--paper:#f7f9fc;--warm:#f0a34b;--muted:#60708a;--line:#dfe6ef}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font:16px/1.7 'DM Sans',sans-serif;background:#fff}a{color:inherit;text-decoration:none}.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;background:#fff;padding:.7rem;z-index:20}.site-header{height:82px;display:flex;align-items:center;gap:3rem;padding:0 max(5vw,24px);border-bottom:1px solid var(--line);position:sticky;top:0;background:rgba(255,255,255,.93);backdrop-filter:blur(18px);z-index:10}.brand{display:flex;align-items:center;gap:.65rem;font:800 20px 'Manrope'}.brand small{font:500 10px 'DM Sans';text-transform:uppercase;letter-spacing:.18em;color:var(--muted);border-left:1px solid var(--line);padding-left:.65rem}.brand-mark{display:grid;place-items:center;width:36px;height:36px;border-radius:11px;color:#fff;background:var(--blue);font-weight:800}.site-header nav{display:flex;gap:2rem;margin:auto}.site-header nav a{font-weight:600;font-size:14px}.site-header nav a:hover{color:var(--blue)}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;border-radius:10px;padding:.95rem 1.25rem;font-weight:700;box-shadow:0 10px 25px rgba(20,104,255,.2)}.button-small{padding:.65rem 1rem;font-size:13px}.hero{padding:7.5rem max(6vw,24px) 6rem;background:radial-gradient(circle at 85% 15%,#dceaff,transparent 32%),linear-gradient(145deg,#fff,#f5f8fd);text-align:center;position:relative;overflow:hidden}.hero:before{content:'';position:absolute;inset:0;background-image:linear-gradient(#0b397008 1px,transparent 1px),linear-gradient(90deg,#0b397008 1px,transparent 1px);background-size:44px 44px;mask-image:linear-gradient(to bottom,#000,transparent)}.hero>*{position:relative}.eyebrow,.kicker,.section-title span,.cta>span{font-weight:800;font-size:11px;letter-spacing:.17em;color:var(--blue);text-transform:uppercase}.hero h1{font:800 clamp(42px,6vw,76px)/1.03 'Manrope';letter-spacing:-.055em;margin:1.2rem auto;max-width:1000px}.hero h1 em{font-style:normal;color:var(--blue)}.hero>p{font-size:19px;color:var(--muted);max-width:650px;margin:0 auto 2.2rem}.search{margin:auto;max-width:570px;display:flex;padding:7px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 18px 50px rgba(7,26,61,.1)}.search input{border:0;outline:0;padding:0 1rem;flex:1;font:inherit}.search button{border:0;background:var(--ink);color:#fff;border-radius:9px;padding:.85rem 1.35rem;font-weight:700}.featured{margin:6rem auto;max-width:1180px;display:grid;grid-template-columns:1.1fr .9fr;min-height:450px;background:var(--ink);color:#fff;border-radius:24px;overflow:hidden}.featured-copy{padding:4.5rem}.featured h2{font:700 clamp(32px,4vw,50px)/1.12 'Manrope';letter-spacing:-.04em;margin:.8rem 0 1rem}.featured p{color:#bdc9da;font-size:18px}.meta{color:#8fa0b8;font-size:13px;margin-top:2rem}.meta span{margin:0 .5rem}.featured-art{display:grid;place-content:center;gap:1.2rem;text-align:center;position:relative;background:radial-gradient(circle,#1a68df 0,#0b2a5b 45%,#071a3d 70%);font:700 28px 'Manrope'}.featured-art b{font-size:42px;color:#6da3ff}.orbit{position:absolute;inset:13%;border:1px solid #ffffff40;border-radius:50%;box-shadow:0 0 0 30px #ffffff08,0 0 0 70px #ffffff05;animation:orbit 12s linear infinite}@keyframes orbit{to{transform:rotate(360deg)}}.feed,.archive{max-width:1180px;margin:7rem auto;padding:0 24px}.section-title{display:flex;align-items:end;justify-content:space-between;margin-bottom:2.5rem}.section-title h2,.archive h1{font:700 38px 'Manrope';letter-spacing:-.035em;margin:.35rem 0}.section-title>a{color:var(--blue);font-weight:700}.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.post-card h3,.post-card h2{font:700 22px/1.3 'Manrope';letter-spacing:-.025em}.post-card p{color:var(--muted)}.card-art{height:210px;border-radius:16px;margin-bottom:1.4rem;position:relative;overflow:hidden}.card-art:after{content:'';position:absolute;width:160px;height:160px;border:1px solid #fff5;border-radius:50%;right:-30px;top:-30px}.card-art span{position:absolute;bottom:20px;left:22px;color:#fff8;font:700 64px 'Manrope'}.art-1{background:linear-gradient(135deg,#073f82,#1d7aff)}.art-2{background:linear-gradient(135deg,#f6b15e,#bd5e1e)}.art-3{background:linear-gradient(135deg,#0e6964,#20a89a)}.cta{max-width:1180px;margin:8rem auto;padding:5rem;text-align:center;border-radius:24px;background:var(--sky)}.cta h2{font:700 40px/1.2 'Manrope';max-width:700px;margin:1rem auto 2rem}footer{background:var(--ink);color:#d8e2f1;padding:5rem max(6vw,24px) 2rem;display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem}footer>div{display:flex;flex-direction:column;align-items:flex-start;gap:.7rem}footer p{color:#8fa0b8;max-width:360px}.brand-light{color:#fff}footer small{grid-column:1/-1;border-top:1px solid #ffffff1a;padding-top:1.7rem;color:#7f90a8}.article{max-width:1180px;margin:auto;padding:4rem 24px 8rem}.breadcrumbs{color:var(--muted);font-size:13px;display:flex;gap:.7rem}.article>header{max-width:900px;margin:4rem auto;text-align:center}.article h1{font:800 clamp(42px,6vw,70px)/1.08 'Manrope';letter-spacing:-.055em;margin:1rem 0}.lead{font-size:20px;color:var(--muted)}.article-layout{display:grid;grid-template-columns:230px minmax(0,720px);gap:5rem;justify-content:center}.article-layout aside{position:sticky;top:120px;height:max-content;display:flex;flex-direction:column;gap:.7rem;border-left:2px solid var(--line);padding-left:1.2rem;font-size:13px}.article-layout aside span{font-weight:800;font-size:10px;letter-spacing:.14em}.article-layout aside a{color:var(--muted)}.prose{font-size:18px}.prose h2{font:700 34px 'Manrope';letter-spacing:-.035em;margin-top:2.8rem}.prose h3{font:700 24px 'Manrope'}.callout{padding:2rem;background:var(--sky);border-left:4px solid var(--blue);border-radius:0 14px 14px 0;margin-top:3rem}.callout a{color:var(--blue);font-weight:700}.archive{min-height:600px}.archive>.eyebrow{display:block;margin-top:3rem}.archive .post-grid{margin-top:3rem}.not-found{text-align:center;padding:10rem 24px}.not-found>span{font:800 140px 'Manrope';color:var(--sky)}.not-found h1{font:700 42px 'Manrope'}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:800px){.site-header nav{display:none}.site-header{gap:1rem}.site-header .button{margin-left:auto}.featured{margin:3rem 16px;grid-template-columns:1fr}.featured-copy{padding:2.4rem}.featured-art{min-height:320px}.post-grid{grid-template-columns:1fr}.article-layout{grid-template-columns:1fr}.article-layout aside{display:none}.hero{padding-top:5rem}.cta{margin:4rem 16px;padding:3rem 1.5rem}footer{grid-template-columns:1fr}.brand small{display:none}}
