@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--background: 0 0% 99%;--foreground: 228 24% 16%;--card: 0 0% 100%;--primary: 214 63% 39%;--primary-foreground: 0 0% 100%;--muted: 240 5% 96%;--muted-foreground: 228 10% 46%;--accent: 214 100% 97%;--accent-foreground: 214 63% 39%;--border: 240 6% 90%;--radius: .75rem;--shadow-card: 0 1px 3px 0 hsl(228 24% 16% / .04), 0 1px 2px -1px hsl(228 24% 16% / .04);--shadow-card-hover: 0 4px 12px -2px hsl(228 24% 16% / .08), 0 2px 4px -2px hsl(228 24% 16% / .04);--header-offset: 88px}*{box-sizing:border-box;border-color:hsl(var(--border))}html{font-size:16px}body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font-family:Inter,ui-sans-serif,system-ui,sans-serif;font-size:1rem;-webkit-font-smoothing:antialiased}a{color:inherit}img{display:block;max-width:100%}h1,h2,h3,h4,h5,h6{font-family:Inter,ui-sans-serif,system-ui,sans-serif}.container-shell{width:min(100% - 2rem,1280px);margin:0 auto}.site-header{position:sticky;top:0;z-index:30;background:hsl(var(--background));border-bottom:1px solid hsl(var(--border))}.site-header__inner{position:relative;display:flex;align-items:center;min-height:var(--header-offset);padding:.75rem 0}.site-header__left,.site-header__actions{z-index:1;display:flex;align-items:center;gap:.75rem}.site-header__actions{margin-left:auto}.site-header__brand{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.brand-link__logo{height:3rem;width:auto}.icon-button{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;width:2.25rem;height:2.25rem;padding:0;border:0;border-radius:.5rem;color:hsl(var(--muted-foreground));background:transparent}.icon-button span{display:block;width:.95rem;height:1.5px;border-radius:999px;background:currentColor}.icon-button--search svg{width:1rem;height:1rem;color:hsl(var(--primary))}.header-link{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:hsl(var(--primary));text-decoration:none}.subscribe-button,.footer-subscribe-button{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1.25rem;border-radius:.5rem;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.875rem;font-weight:700;text-decoration:none}.footer-subscribe-button--light{margin-top:1.25rem;background:#fff;color:#255ba2}.stripe-card{background:hsl(var(--card));border:1px solid hsl(var(--border));border-radius:var(--radius);box-shadow:var(--shadow-card);transition:box-shadow .2s ease}.stripe-card:hover{box-shadow:var(--shadow-card-hover)}.section-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}.section-title-row h2,.section-title-row h3,.page-title,.section-heading{margin:0}.section-heading{font-size:1.5rem;font-weight:700}.page-title{font-size:clamp(1.875rem,2vw + 1rem,2.5rem);font-weight:700;line-height:1.15}.page-subtitle,.muted{color:hsl(var(--muted-foreground))}.page-subtitle{margin:0;font-size:1rem;line-height:1.7}.eyebrow{margin:0;color:hsl(var(--primary));font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.stack-sm,.stack-md,.stack-lg,.stack-xs{display:grid}.stack-xs{gap:.35rem}.stack-sm{gap:.75rem}.stack-md{gap:1rem}.stack-lg{gap:1.5rem}.empty-state{padding:1.25rem 0}.site-footer{margin-top:4rem;border-top:1px solid hsl(var(--border));background:hsl(var(--card))}.site-footer__content{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:2rem;padding:3rem 0}.site-footer__brand-logo{height:2rem;width:auto}.site-footer__blurb,.footer-subscribe-copy,.site-footer__legal,.footer-list a,.site-footer__socials a{color:hsl(var(--muted-foreground))}.site-footer__blurb,.footer-subscribe-copy{margin:.75rem 0 0;font-size:.875rem;line-height:1.7}.site-footer__socials{display:flex;gap:.75rem;margin-top:1rem}.site-footer__socials a{text-decoration:none;font-size:.875rem}.footer-heading{margin:0 0 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.footer-list{margin:0;padding:0;list-style:none;display:grid;gap:.5rem}.footer-list--spaced{margin-bottom:.5rem}.footer-list a{font-size:.875rem;text-decoration:none}.site-footer__legal{padding:1.5rem 0;border-top:1px solid hsl(var(--border));font-size:.75rem;text-align:center}.site-footer__empty{margin:0;font-size:.875rem;line-height:1.7;color:hsl(var(--muted-foreground))}@media(max-width:900px){:root{--header-offset: 76px}.header-link--hidden-mobile{display:none}.brand-link__logo{height:2.25rem}}@media(min-width:640px){.site-footer__content{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.site-footer__content{grid-template-columns:repeat(5,minmax(0,1fr))}}
