
:root{--brand:#5b4ff2;--ink:#1c2030;--muted:#5b6172;--line:#e7e8ef;--bg:#ffffff;--soft:#f6f7fb}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
color:var(--ink);background:var(--bg);line-height:1.65;font-size:17px}
.wrap{max-width:1080px;margin:0 auto;padding:0 24px}
a{color:var(--brand);text-decoration:none}
a:hover{text-decoration:underline}
.site-header{border-bottom:1px solid #e6e8ee;background:#fff;position:sticky;top:0;z-index:700;box-shadow:0 2px 10px rgba(20,24,45,.05)}
.site-header .nav{display:flex;width:100%;max-width:none;align-items:center;height:78px;gap:24px;padding:0 28px}
.brand{display:flex;align-items:center;height:100%;flex:none}
.brand img{display:block;width:auto;height:74px;max-width:400px;object-fit:contain}
.navlinks{display:flex;align-items:center;gap:3px;min-width:0}
.navlinks a{display:inline-flex;align-items:center;height:38px;padding:0 11px;border-radius:5px;color:#444657;font-size:14px;font-weight:600;white-space:nowrap}
.navlinks a:hover,.navlinks a.is-active{background:#efedff;color:var(--brand);text-decoration:none}
.nav-actions{display:flex;align-items:center;gap:9px;margin-left:auto}
.nav-actions a{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 16px;border-radius:6px;font-size:13px;font-weight:700;white-space:nowrap;text-decoration:none}
.nav-actions .create{border:1px solid var(--brand);background:var(--brand);color:#fff}
.nav-actions .create:hover{background:#4338ca;border-color:#4338ca}
.nav-actions .signin{border:1px solid #d8dbe4;background:#fff;color:#2e3040}
.nav-actions .signin:hover{border-color:var(--brand);color:var(--brand)}
.nav-actions .upgrade{border:1px solid var(--brand);background:#fff;color:var(--brand)}
.site-menu-toggle{display:none;width:42px;height:42px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid #d8dbe4;border-radius:6px;background:#fff;cursor:pointer}
.site-menu-toggle span{display:block;width:19px;height:2px;background:#37394a;transition:transform 160ms ease,opacity 160ms ease}
.site-menu-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.site-menu-toggle.is-open span:nth-child(2){opacity:0}
.site-menu-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.static-profile{position:relative}
.static-profile__trigger{display:inline-flex;align-items:center;gap:7px;height:44px;padding:0 12px;border:0;background:#fff;color:#555869;font:inherit;font-size:13px;font-weight:700;cursor:pointer}
.static-profile__avatar{display:inline-grid;width:26px;height:26px;place-items:center;border-radius:50%;background:#151827;color:#fff;font-size:12px}
.static-profile__menu{position:absolute;right:0;top:calc(100% + 8px);display:none;width:228px;overflow:hidden;border:1px solid #e7e8ef;border-radius:8px;background:#fff;box-shadow:0 18px 46px rgba(24,29,48,.16)}
.static-profile:hover .static-profile__menu,.static-profile:focus-within .static-profile__menu{display:block}
.static-profile__identity{display:grid;gap:3px;padding:14px 16px;border-bottom:1px solid #eceef3}
.static-profile__identity strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}
.static-profile__identity span{color:var(--muted);font-size:12px}
.static-profile__menu a,.static-profile__menu button{display:flex;width:100%;height:42px;align-items:center;padding:0 16px;border:0;border-radius:0;background:#fff;color:#2e3040;font:inherit;font-size:14px;text-align:left;cursor:pointer}
.static-profile__menu a:hover,.static-profile__menu button:hover{background:#f4f2ff;color:var(--brand);text-decoration:none}
.static-profile__menu button{border-top:1px solid #eceef3;color:#b83232}
main{padding:34px 0 8px}
.breadcrumb{font-size:14px;color:var(--muted);margin-bottom:14px}
h1{font-size:34px;line-height:1.18;letter-spacing:-.02em;margin:.1em 0 .35em}
h2{font-size:23px;line-height:1.25;margin:1.6em 0 .4em;letter-spacing:-.01em}
h3{font-size:18px;margin:1.2em 0 .3em}
.lede{font-size:19px;color:var(--muted);margin:.2em 0 1.2em}
article p{margin:.6em 0}
.press-quote{margin:1.6em 0;padding:22px 24px;border-radius:14px;background:#2d267f;color:#fff}
.press-quote p{margin:0;color:#fff;font-size:22px;font-weight:700;line-height:1.4}
.press-quote footer{margin-top:13px;color:#d9d5ff;font-size:14px;font-weight:650}
.press-quote a{color:#fff;text-decoration:underline;text-underline-offset:3px}
.cta-block{background:var(--soft);border:1px solid var(--line);border-radius:14px;padding:26px;margin:34px 0}
.cta-block h2{margin-top:0}
.btn{display:inline-block;background:var(--brand);color:#fff;font-weight:700;padding:13px 22px;border-radius:10px;margin-top:6px}
.btn:hover{text-decoration:none;opacity:.92}
.related ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px}
.related li a{display:inline-block;border:1px solid var(--line);border-radius:999px;padding:8px 14px;color:var(--ink);font-weight:600;font-size:15px}
.site-footer{border-top:1px solid #3d4048;background:#2b2d33;color:#fff;margin-top:40px;padding:42px 0 34px;font-family:inherit}
.site-footer .wrap{max-width:1200px}
.cols{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:42px}
.cols h4{font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:#fff;margin:0 0 10px}
.cols ul{list-style:none;padding:0;margin:0}
.cols li{margin:6px 0}
.cols a{color:rgba(255,255,255,.78);font-size:15px}
.cols a:hover{color:#fff}
.footer-contact{display:inline-block;margin-top:3px;color:#fff!important;font-weight:700}
.footer-note{margin:5px 0 0;color:rgba(255,255,255,.62);font-size:13px}
.copy{color:rgba(255,255,255,.7);font-size:14px;margin-top:24px}
@media (max-width:1180px){.site-header .nav{gap:14px;padding:0 18px}.brand img{height:58px}.navlinks a{padding:0 8px;font-size:13px}.nav-actions a{padding:0 10px}}
@media (max-width:1040px){.site-menu-toggle{display:flex;order:2}.nav-actions{order:3}.navlinks{position:absolute;top:77px;left:0;right:0;z-index:710;display:none;max-height:calc(100vh - 78px);align-items:stretch;overflow-y:auto;padding:10px 16px 16px;border-bottom:1px solid #dfe2e9;background:#fff;box-shadow:0 16px 28px rgba(20,24,45,.12)}.navlinks.is-open{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.navlinks a{height:44px}.cols{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:680px){.wrap{padding:0 16px}h1{font-size:28px}.site-header .nav{height:64px;gap:8px;padding:0 10px}.brand img{height:50px;max-width:235px}.site-menu-toggle{width:40px;height:40px;margin-left:auto}.navlinks{top:63px;max-height:calc(100vh - 64px)}.nav-actions{margin-left:0}.nav-actions .create,.nav-actions .upgrade{display:none}.nav-actions .signin{height:38px}.cols{grid-template-columns:1fr;gap:28px}}

.box-main{padding-top:34px;padding-bottom:60px}.box-main h1{font-size:clamp(28px,3.3vw,44px);line-height:1.12;letter-spacing:-.035em;margin:14px 0 18px;overflow-wrap:anywhere}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.box-picture img,.box-card img{height:auto}
.box-crumbs{display:flex;gap:8px;flex-wrap:wrap;font-size:13px;color:#686779;margin-bottom:28px}.box-crumbs a{color:#5b4ff2}
.box-kicker{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:#5b4ff2;font-weight:750}.box-lede{font-size:17px;color:#5c6072;max-width:70ch;line-height:1.7}
.box-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:42px;align-items:start}.box-picture{margin:0;background:#f4f3f9;border:1px solid #e8e6f0;border-radius:22px;overflow:hidden}.box-picture img{width:100%;aspect-ratio:1;object-fit:contain;display:block}.box-picture figcaption{padding:15px 20px;background:white;color:#666b7c;font-size:13px;border-top:1px solid #e8e6f0}
.box-tags{display:flex;flex-wrap:wrap;gap:8px;margin:18px 0}.box-tags a,.box-pill{display:inline-block;border:1px solid #e1dff0;background:#f6f5ff;border-radius:30px;padding:7px 12px;font-size:13px;color:#5146b6;text-decoration:none}.box-specs{width:100%;border-collapse:collapse;font-size:14px;margin:24px 0}.box-specs th,.box-specs td{text-align:left;padding:13px 0;border-bottom:1px solid #e9e7f0}.box-specs th{width:42%;color:#666b7c;font-weight:500}.box-actions{display:flex;gap:12px;flex-wrap:wrap}.box-action{display:inline-flex;padding:14px 20px;border-radius:10px;background:#5b4ff2;color:#fff!important;font-weight:700;text-decoration:none}.box-secondary{background:#f0eefc;color:#5146b6!important}.box-note{background:#f8f7fc;border-left:3px solid #a9a2ec;padding:15px 18px;font-size:14px;color:#5c6072;line-height:1.6;margin-top:22px}
.box-sections{display:grid;grid-template-columns:1fr 1fr;gap:36px;margin:48px 0}.box-sections h2{font-size:22px}.box-sections p,.box-sections li{color:#5c6072;line-height:1.75}.box-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;margin:25px 0}.box-card{border:1px solid #e8e6f0;border-radius:15px;overflow:hidden;background:white;transition:transform .18s}.box-card:hover{transform:translateY(-3px)}.box-card img{display:block;width:100%;aspect-ratio:1;object-fit:contain;background:#f6f5fa}.box-card a{text-decoration:none;color:#242238}.box-card h2,.box-card h3{font-size:15px;line-height:1.45;margin:13px 15px 7px}.box-card p{font-size:12px;line-height:1.6;color:#696778;margin:0 15px 17px}.box-pager{display:flex;gap:8px;flex-wrap:wrap;margin-top:30px}.box-pager a,.box-pager strong{padding:8px 12px;border:1px solid #dfdceb;border-radius:7px;text-decoration:none}.box-pager strong{background:#5b4ff2;color:white}.box-search{width:100%;max-width:460px;border:1px solid #d7d3e8;padding:13px 15px;border-radius:9px;font:inherit}.box-grid [hidden]{display:none}.box-count{color:#777386;font-size:13px}
@media(max-width:900px){.box-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.box-hero{gap:24px}.navlinks{flex-wrap:wrap}}@media(max-width:680px){.box-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.box-hero,.box-sections{grid-template-columns:1fr}.box-main{padding-top:22px}.box-card h2,.box-card h3{font-size:14px}.nav{flex-wrap:wrap}.navlinks{overflow-wrap:anywhere}.box-picture{max-width:460px}.box-actions a{justify-content:center}.box-hero h1{font-size:29px}}
@media(max-width:1040px){.site-header .nav{height:auto;min-height:78px;flex-wrap:wrap;padding-top:8px;padding-bottom:8px}.navlinks{display:flex;position:static;order:4;flex-basis:100%;flex-wrap:wrap;padding:0;max-height:none;box-shadow:none;border:0;gap:2px}.navlinks a{height:34px}.nav-actions{margin-left:auto}}
