:root{--bg:#fff;--fg:#111;--muted:#666;--line:#e5e5e5;--accent:#ae2302}.container{max-width:1100px;margin:0 auto;padding:0 12px}.site-header{border-bottom:1px solid var(--line);background:var(--bg);z-index:50;position:-webkit-sticky;position:sticky;top:0}.header__row{justify-content:space-between;align-items:center;height:64px;display:flex}:root{--bg:#fff;--fg:#111;--muted:#666;--line:#e5e5e5}*{box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body.layout{background:var(--bg);min-height:100vh;color:var(--fg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;flex-direction:column;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Noto Sans,Ubuntu,Cantarell,Helvetica Neue,Inter,Arial,Apple Color Emoji,Segoe UI Emoji;line-height:1.5;display:flex}img,svg,video,canvas{max-width:100%;height:auto}a{color:inherit}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:22px}.brand{color:inherit;text-decoration:none}.brand__title{letter-spacing:.04em;font-weight:700}.brand__accent{font-weight:800}.nav{align-items:center;gap:12px;display:flex;position:relative}.nav__link{color:var(--fg);padding:14px 20px;font-size:18px;text-decoration:none;display:block}.nav__link:hover{color:var(--accent)}@media (max-width:767.98px){.nav__list{all:unset;z-index:1000;border-top:1px solid var(--line);margin:0;padding:0;list-style:none;display:none;position:fixed;top:64px;bottom:0;left:0;right:0;overflow-y:auto;box-shadow:0 6px 20px rgba(0,0,0,.08);background:#fff!important}.nav__list--open{display:block}.nav__item{border-bottom:1px solid var(--line)}.nav__item:last-child{border-bottom:0}}@media (min-width:768px){.nav__toggle{display:none}.nav__list{all:unset;flex-direction:row;align-items:center;gap:18px;list-style:none;display:flex!important}.nav__item{border:0}.nav__link{padding:8px 0}}.nav__toggle{border:1px solid var(--fg);cursor:pointer;background:0 0;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.nav__toggle:hover{background:var(--fg);color:var(--bg)}.nav__bars,.nav__bars:before,.nav__bars:after{content:"";background:currentColor;width:18px;height:2px;transition:transform .2s,opacity .2s;display:block}.nav__bars{position:relative}.nav__bars:before{position:absolute;top:-6px;left:0}.nav__bars:after{position:absolute;top:6px;left:0}.nav__toggle.is-open .nav__bars{transform:rotate(45deg)}.nav__toggle.is-open .nav__bars:before{top:0;transform:rotate(90deg)}.nav__toggle.is-open .nav__bars:after{opacity:0}.nav__item:first-child .nav__link{padding:8px 12px}.nav__item:first-child img{width:auto;height:56px;display:block}@media (min-width:768px){.footer__row{flex-direction:row;justify-content:space-between;align-items:center}}.hero--tight{padding-top:24px}@media (max-width:640px){.hero--tight{padding-top:16px}}@media (max-width:720px){.specs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.team-grid{gap:16px;grid-template-columns:1fr!important}.team-card{padding:14px}}@media (min-width:641px) and (max-width:1024px){.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1025px){.team-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}}.subscribe-container{text-align:start;flex-direction:column;align-items:start;gap:10px;display:flex}.subscribe-lead{color:var(--muted);margin:0 0 12px}.subscribe-card{border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;max-width:640px;padding:12px;box-shadow:0 6px 20px rgba(0,0,0,.06)}.beehiiv-embed{border:0;width:100%;height:360px;display:block}@media (max-width:640px){.subscribe-container{gap:8px}.subscribe-card{border-radius:6px;padding:10px}.beehiiv-embed{background-color:transparent;border:0;border-radius:0;width:600px;max-width:100%;height:100px;margin:0;box-shadow:0 0 transparent}}@media (min-width:1024px){.subscribe-card{padding:16px}.beehiiv-embed{height:400px}}@media (max-width:640px){.cta{flex-flow:column wrap;align-items:stretch;gap:12px;margin-top:24px;display:flex}.btn{width:100%;padding:14px 0;font-size:17px}.hero{border-radius:4px;margin:0 8px;padding:40px 16px}.hero.hero--tight{padding-top:0}.main>.hero.hero--tight{margin-top:-40px}@media (max-width:640px){.main>.hero.hero--tight{margin-top:-28px}}}@media (min-width:768px){.nav__toggle{display:none}.nav__list{box-shadow:none;background:0 0;border:0;flex-direction:row;align-items:center;gap:18px;padding:0;position:static;display:flex!important}.nav__item{border:0}.nav__link{padding:8px 0}}.main{flex:1;padding:32px 0 64px}.site-footer{border-top:1px solid var(--line);background:var(--bg);color:var(--fg);padding:32px 0;font-size:14px}.footer__row{flex-direction:column;gap:20px;display:flex}@media (min-width:768px){.footer__row{flex-direction:row;justify-content:space-between;align-items:center}}.footer__brand{margin:0 0 6px;font-weight:700}.footer__desc{color:var(--muted);max-width:420px;margin:0}.footer__link{text-underline-offset:3px;text-decoration:underline}.footer__link:hover{opacity:.8}.hero{padding:72px 0 56px}.hero__wrap{max-width:900px;margin:0 auto}.hero__title{margin:0 0 12px;font-size:max(28px,min(4vw,44px));line-height:1.1}.hero__lead{color:var(--muted);margin:0;font-size:18px}.specs{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px;padding:16px 0;display:grid}@media (max-width:720px){.specs{grid-template-columns:repeat(2,minmax(0,1fr))}}.spec{padding:10px 0}.spec__k{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:12px}.spec__v{font-weight:600}.btn{border:1px solid var(--fg,#ae2302);color:var(--fg,#ae2302);text-align:center;cursor:pointer;background:0 0;min-height:44px;padding:12px 20px;font-size:16px;line-height:1.4;text-decoration:none;transition:background .2s,color .2s,border-color .2s;display:inline-block}.btn:hover{background:var(--fg,#ae2302);color:var(--bg,#fff)}.btn--ghost{border-style:dashed}.btn--ghost:hover{background:var(--accent);color:var(--bg);border-color:var(--accent)}.prose{max-width:65ch}.prose h1,.prose h2,.prose h3{margin:1.5em 0 .5em;line-height:1.2}.prose p{margin:1em 0}.prose ul,.prose ol{margin:.8em 0 .8em 1.25em}.prose li{margin:.25em 0}.prose img{margin:1.2em auto;display:block}.prose a{text-underline-offset:3px;text-decoration:underline}.prose blockquote{border-left:3px solid var(--line);color:var(--muted);margin:1.2em 0;padding-left:1em}.prose code,.prose pre,code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.prose pre{border:1px solid var(--line);background:#fafafa;padding:12px;overflow:auto}.page{padding:48px 0}@media (max-width:640px){.page{padding-top:14px}}.page__title{margin-bottom:20px;font-size:max(24px,min(3vw,36px))}.page__list{margin:20px 0;padding:0;list-style:none}.page__list li{border-bottom:1px solid var(--line);padding:6px 0}.team-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-top:20px;display:grid}.team-card{border:1px solid var(--line);text-align:center;padding:16px}.subscribe-container{text-align:start;flex-direction:column;align-items:start;display:flex}.beehiiv-embed{background:0 0;border:0;width:100%;max-width:600px;height:391px;margin:20px auto}.hidden{display:none!important}.visually-hidden{clip:rect(1px,1px,1px,1px);white-space:nowrap;width:1px;height:1px;overflow:hidden;position:absolute!important}.back-link{color:var(--fg);font-size:.95rem;font-weight:500;text-decoration:none}.back-link:hover{opacity:.8}@media (max-width:640px){.cta{flex-flow:column wrap;align-items:stretch;gap:12px;margin-top:24px;display:flex}.btn{width:100%;padding:14px 0;font-size:17px}.hero{border-radius:4px;margin:0 8px;padding:40px 16px}}.subscribe-overlay{z-index:10000;background-color:rgba(0,0,0,.45);justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.subscribe-footer{justify-content:space-between;align-items:center;margin-top:.75rem;display:flex}.subscribe-link{text-decoration:underline}.cookie-btn{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.45rem .75rem}.subscribe-box{background:#fff;border-radius:14px;width:100%;max-width:420px;padding:1.25rem;box-shadow:0 10px 30px rgba(0,0,0,.2)}.subscribe-header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.subscribe-title{margin:0;font-size:1.125rem;font-weight:600}.subscribe-close{cursor:pointer;background:0 0;border:1px solid #e5e7eb;border-radius:8px;padding:2px 8px}.subscribe-text{color:#4b5563;margin-top:.5rem;font-size:.875rem}.subscribe-form{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.subscribe-input,.subscribe-button{box-sizing:border-box;width:100%}.subscribe-input{border:1px solid #e5e7eb;border-radius:6px;padding:.5rem}.subscribe-button{color:#fff;cursor:pointer;background:#000;border-radius:6px;padding:.6rem}.subscribe-button:hover{opacity:.9}.subscribe-link{margin-top:10px;text-decoration:underline;display:inline-block}.cookie-btn{margin-top:.75rem}.cookie-bar{z-index:10001;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:min(92vw,900px);padding:.9rem 1rem;position:fixed;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px rgba(0,0,0,.12)}.cookie-bar__text{color:#374151;font-size:.9rem;line-height:1.35}.cookie-bar__actions{flex-wrap:wrap;gap:.6rem;margin-top:.6rem;display:flex}.cookie-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#111827;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.45rem .75rem;font-size:.875rem}.cookie-btn:hover{background:#f9fafb}.cookie-btn--primary{color:#fff;background:#111827;border-color:#111827}.cookie-btn--primary:hover{opacity:.9}.subscribe-iframe{width:100%}.subscribe-iframe-skeleton{width:100%;animation:1.6s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.7}50%{opacity:1}}.social{--accent:#ae2302;color:var(--fg,#ae2302);align-items:center;gap:12px;padding:6px 10px;display:inline-flex}.social__link{width:28px;height:28px;color:var(--fg,#111);opacity:.9;border-radius:8px;justify-content:center;align-items:center;text-decoration:none;transition:opacity .15s,transform .15s,background-color .15s;display:inline-flex}.social__link:hover{opacity:1;color:var(--accent);background-color:rgba(0,0,0,.06);transform:translateY(-1px)}.social__icon{fill:currentColor;width:24px;height:24px}.post{max-width:760px;margin:0 auto}.post-header{margin-bottom:1rem}.post-title{margin:0 0 .25rem;font-size:max(28px,min(4vw,40px));line-height:1.15}.post-meta{color:var(--muted,#6b7280);align-items:center;gap:12px;font-size:.9rem;display:flex}.post-cover{margin:1rem 0 1.25rem}.post-cover img{border-radius:12px;width:100%;height:auto;display:block}.post-content>*+*{margin-top:1rem}.post-content ul,.post-content ol{margin:0;padding-left:0;list-style:none}.post-content blockquote{border-left:3px solid var(--line,#e5e7eb);color:var(--muted,#6b7280);padding-left:.75rem}.back-link{color:inherit;opacity:.7;text-decoration:none}.back-link:hover{opacity:1;text-decoration:underline}.post-list{max-width:900px;margin:0 auto;padding:0;list-style:none}.post-item{padding:16px 0;display:block}.post-item+.post-item{border-top:1px solid var(--line,#e5e7eb)}.post-item__title,.post-item__meta{display:block}.post-item__meta{color:var(--muted,#6b7280);margin-top:4px;font-size:.9rem}@media (min-width:640px){.post-item{justify-content:space-between;align-items:baseline;gap:16px;display:flex}.post-item__title{flex:auto;margin:0}.post-item__meta{text-align:right;white-space:nowrap;flex:none;margin-top:0}}.form{gap:16px;width:100%;max-width:760px;display:grid}.form--card{border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;padding:16px;box-shadow:0 6px 20px rgba(0,0,0,.04)}@media (min-width:768px){.form--card{padding:20px}}.field{gap:8px;display:grid}.label{font-size:14px;font-weight:600}.help{color:var(--muted);margin:0;font-size:13px}.input,.textarea,.select{border:1px solid var(--line);width:100%;color:var(--fg);background:#fff;border-radius:8px;min-height:44px;padding:10px 12px;font-size:16px;line-height:1.4}.textarea{resize:vertical;min-height:140px}.input:focus,.textarea:focus,.select:focus{border-color:#111;outline:none;box-shadow:0 0 0 3px rgba(0,0,0,.06)}.actions{flex-wrap:wrap;gap:10px;margin-top:6px;display:flex}.card{border:1px solid var(--line);background:#fff;border-radius:10px;width:100%;padding:16px;box-shadow:0 6px 20px rgba(0,0,0,.04)}@media (min-width:768px){.card{padding:20px}}.form{gap:16px;width:100%;max-width:760px;margin:0 auto;display:grid}.mono{font-size:14px}.table-wrapper{border:1px solid var(--line);background:#fff;border-radius:8px;overflow-x:auto;box-shadow:0 6px 20px rgba(0,0,0,.04)}.table{border-collapse:collapse;width:100%;font-size:15px}.table th,.table td{border-bottom:1px solid var(--line);text-align:left;padding:12px 14px}.table th{text-transform:uppercase;letter-spacing:.03em;background:#fafafa;font-size:14px;font-weight:600}.table tr:last-child td{border-bottom:0}.btn--small{min-height:auto;padding:6px 12px;font-size:14px;line-height:1.2}.status-pill{text-transform:uppercase;border-radius:9999px;padding:3px 8px;font-size:13px;font-weight:500;display:inline-block}.status--published{color:#065f46;background:#ecfdf5}.status--draft{color:#92400e;background:#fef3c7}.upload{gap:10px;display:grid}.upload__preview img{border:1px solid var(--line);border-radius:8px;width:100%;height:auto;display:block}.upload__placeholder{border:1px dashed var(--line);color:var(--muted);text-align:center;border-radius:8px;padding:16px}.hero.hero--tight{padding-top:0!important}.main>.hero.hero--tight{margin-top:12px!important}@media (max-width:640px){.main>.hero.hero--tight{margin-top:-32px!important}}
@font-face{font-family:Jura;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0d94a2a5a32427d8-s.57cb3296.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Jura;font-style:normal;font-weight:400;font-display:swap;src:url(../media/212099c07e5dee68-s.11a7ecdb.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Jura;font-style:normal;font-weight:400;font-display:swap;src:url(../media/324e5794a77aac2c-s.5c01d53e.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Jura;font-style:normal;font-weight:400;font-display:swap;src:url(../media/36dc56560981bb51-s.ff5996c7.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Jura;font-style:normal;font-weight:400;font-display:swap;src:url(../media/db71e119b71e4079-s.8d284f1a.woff2)format("woff2");unicode-range:U+200C-200D,U+2010,U+25CC,U+A900-A92F}@font-face{font-family:Jura;font-style:normal;font-weight:400;font-display:swap;src:url(../media/04b2bdd0f6b560a5-s.e8d8b465.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Jura;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b6054d01a9f213bf-s.b254dab7.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Jura;font-style:normal;font-weight:400;font-display:swap;src:url(../media/422a8addcdb9a244-s.p.47f15b5c.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Jura Fallback;src:local(Arial);ascent-override:90.47%;descent-override:20.44%;line-gap-override:0.0%;size-adjust:106.66%}.jura_70325c8f-module__1CiBZa__className{font-family:Jura,Jura Fallback;font-style:normal;font-weight:400}
