:root{--ink:#17171d;--muted:#62626d;--purple:#8f73d6;--blue:#738cff;--line:rgba(23,23,29,.09);--paper:#f7f7fb;--dark:#0a0a0f}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.shell{width:min(1120px,calc(100% - 40px));margin-inline:auto}
.site-header{color:#fff;background:var(--dark);border-bottom:1px solid rgba(255,255,255,.1)}.nav{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:10px;font-weight:650}.brand img{width:34px;height:34px;border-radius:11px}.nav-links{display:flex;align-items:center;gap:27px;color:rgba(255,255,255,.72);font-size:14px}.nav-links a:hover,.nav-links .active{color:#fff}.nav-cta{padding:10px 15px;border-radius:12px;color:#fff;background:linear-gradient(135deg,var(--purple),var(--blue))}
.hero{position:relative;overflow:hidden;color:#fff;background:var(--dark)}.hero:before{content:"";position:absolute;width:620px;height:620px;top:-340px;left:50%;transform:translateX(-50%);border-radius:50%;background:radial-gradient(circle,rgba(143,115,214,.48),rgba(115,140,255,.12) 48%,transparent 70%);filter:blur(16px)}.hero-inner{position:relative;padding:96px 0;text-align:center}.eyebrow{display:inline-flex;align-items:center;gap:8px;margin-bottom:22px;color:rgba(255,255,255,.7);font-size:12px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:#59c785}.hero h1{max-width:850px;margin:0 auto 20px;font-size:clamp(40px,7vw,66px);line-height:1.05;letter-spacing:-.045em}.hero p{max-width:700px;margin:0 auto;color:rgba(255,255,255,.6);font-size:18px;line-height:1.65}
.blog-main{padding:72px 0 96px}.section-heading{margin-bottom:28px}.section-heading span{color:var(--purple);font-size:12px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.section-heading h2{margin:8px 0 0;font-size:30px}.article-list{display:grid;gap:32px}.article-card{display:grid;grid-template-columns:1.08fr .92fr;overflow:hidden;border:1px solid var(--line);border-radius:28px;background:#fff;box-shadow:0 16px 50px rgba(27,22,45,.07);transition:.2s}.article-card:hover{transform:translateY(-3px)}.article-art{min-height:360px;overflow:hidden;background:#eee8df}.article-art>img{width:100%;height:100%;min-height:360px;object-fit:cover}.article-art--app{display:grid;place-items:center;background:linear-gradient(145deg,#e8e0fa,#dce7ff 55%,#d9f1ea)}.app-showcase{display:grid;justify-items:center;gap:15px}.app-showcase img{width:118px;height:118px;border-radius:28px;box-shadow:0 25px 55px rgba(54,43,92,.25)}.app-showcase span{padding:9px 14px;border-radius:999px;color:#5f4a9a;background:rgba(255,255,255,.7);font-size:13px;font-weight:750}.article-copy{padding:46px;display:flex;flex-direction:column;justify-content:center}.meta{display:flex;flex-wrap:wrap;gap:9px 18px;color:#858590;font-size:13px}.category{color:#7259b4;font-weight:700}.article-copy h2{margin:20px 0 16px;font-size:clamp(29px,4vw,42px);line-height:1.1}.article-copy p{margin:0 0 26px;color:var(--muted);font-size:16px;line-height:1.7}.read-more{color:#7259b4;font-size:14px;font-weight:750}
.article-hero .hero-inner{padding:78px 0 72px}.article-hero h1{font-size:clamp(37px,6vw,60px)}.article-meta{margin-top:28px;display:flex;justify-content:center;gap:10px 22px;flex-wrap:wrap;color:rgba(255,255,255,.5);font-size:13px}.article-layout{display:grid;grid-template-columns:minmax(0,720px) 240px;justify-content:center;gap:72px;padding:68px 0 96px}.prose{font-family:Georgia,serif;color:#34343b;font-size:18px;line-height:1.83}.prose .lead{margin-top:0;font-size:22px;line-height:1.65}.prose h2,.prose h3{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);letter-spacing:-.03em}.prose h2{margin:52px 0 18px;font-size:31px}.prose h3{margin:30px 0 10px;font-size:21px}.prose p{margin:0 0 22px}.prose ul,.prose ol{padding-left:25px;margin:0 0 28px}.prose li{margin-bottom:11px}.prose a{color:#6f56b3;text-decoration:underline}.callout{margin:36px 0;padding:25px 28px;border:1px solid rgba(143,115,214,.2);border-left:4px solid var(--purple);border-radius:4px 18px 18px 4px;background:#f2effb;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:15px;line-height:1.65}.callout strong{display:block}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:28px 0 34px}.benefit{padding:22px;border:1px solid var(--line);border-radius:17px;background:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.benefit h3{margin:0 0 7px;font-size:17px}.benefit p{margin:0;color:var(--muted);font-size:14px;line-height:1.55}.article-aside{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.aside-inner{position:sticky;top:28px;padding-left:24px;border-left:1px solid var(--line)}.article-aside p{font-size:12px;font-weight:750;text-transform:uppercase}.article-aside a{display:block;margin:0 0 12px;color:#74747e;font-size:13px}.sources{padding-top:22px;border-top:1px solid var(--line);color:#777780;font-size:14px}.article-cta{margin-top:50px;padding:32px;border-radius:22px;color:#fff;background:linear-gradient(135deg,#17141f,#29223e);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.article-cta h2{margin:0 0 10px;color:#fff;font-size:25px}.article-cta p{font-size:15px;color:rgba(255,255,255,.65)}.article-cta a{display:inline-block;padding:12px 17px;border-radius:12px;background:linear-gradient(135deg,var(--purple),var(--blue));text-decoration:none;font-weight:700}.site-footer{padding:36px 0;color:#898993;background:#efeff5;border-top:1px solid var(--line);font-size:13px}.footer-row{display:flex;justify-content:space-between;gap:24px}.footer-links{display:flex;gap:22px}
@media(max-width:820px){.nav-links a:not(.nav-cta){display:none}.article-card{grid-template-columns:1fr}.article-art,.article-art>img{min-height:280px}.article-layout{grid-template-columns:1fr;gap:0;padding-top:48px}.article-aside{display:none}}@media(max-width:560px){.shell{width:min(100% - 28px,1120px)}.hero-inner{padding:62px 0}.hero h1{font-size:38px}.blog-main{padding:48px 0 68px}.article-art,.article-art>img{min-height:225px}.article-copy{padding:27px 24px}.benefit-grid{grid-template-columns:1fr}.footer-row{flex-direction:column}.prose{font-size:17px}.prose .lead{font-size:20px}}
