@charset "UTF-8";:root{--asverk-red: #963228;--asverk-red-dark: #74271f;--asverk-blue: #556491;--asverk-blue-dark:#3f4c73;--asverk-yellow: #FFD764;--page-bg: #F7F4ED;--surface: #FFFFFF;--surface-soft: #EFEADD;--body-text: #2B2B2B;--heading-text: #1E1B17;--muted-text: #6B6358;--rule-color: #E2DDD0;--navbar-bg: #222;--navbar-bg-hover: #080808;--link-color: #74271f;--link-hover: #963228;--radius: 14px;--radius-sm: 9px;--shadow: 0 1px 2px rgba(40, 33, 22, .05), 0 8px 24px rgba(40, 33, 22, .07);--shadow-sm: 0 1px 2px rgba(40, 33, 22, .06), 0 2px 8px rgba(40, 33, 22, .05);--maxw: 1120px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--page-bg);color:var(--body-text);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}body{padding-top:56px;padding-bottom:0}h1,h2,h3,h4{color:var(--heading-text);line-height:1.2;font-weight:700;margin:0 0 .5em}h1{font-size:clamp(1.9rem,1.3rem + 2.4vw,2.8rem);letter-spacing:-.01em}h2{font-size:clamp(1.45rem,1.1rem + 1.4vw,2rem);letter-spacing:-.01em}h3{font-size:1.2rem}h4{font-size:1rem}p{margin:0 0 1rem}a{color:var(--link-color);text-decoration:none}a:hover,a:focus-visible{color:var(--link-hover);text-decoration:underline}ul{padding-left:1.3rem}img{max-width:100%;height:auto}hr{margin:2rem 0;border:0;border-top:1px solid var(--rule-color)}:focus-visible{outline:3px solid var(--asverk-blue);outline-offset:2px;border-radius:4px}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:20px}.body-content{padding:0}.container.body-content{max-width:100%;padding:0}.section{padding-block:clamp(2.2rem,1.4rem + 3vw,4rem)}.section--tight{padding-block:clamp(1.6rem,1rem + 2vw,2.6rem)}.section--soft{background:var(--surface-soft)}.section-title{display:flex;align-items:center;gap:14px;margin-bottom:1.2rem}.section-title:after{content:"";flex:1;height:2px;background:linear-gradient(90deg,var(--asverk-yellow) 0%,transparent 92%)}.lead{font-size:1.18rem;color:var(--muted-text);max-width:60ch}.eyebrow{text-transform:uppercase;letter-spacing:.14em;font-size:.78rem;font-weight:700;color:var(--asverk-red);margin:0 0 .6rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.72rem 1.3rem;border-radius:var(--radius-sm);font-size:1rem;font-weight:700;text-decoration:none;border:1.5px solid transparent;cursor:pointer;transition:transform .08s ease,background .15s ease,color .15s ease,border-color .15s ease}.btn:hover{text-decoration:none}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--asverk-red);color:#fff}.btn-primary:hover,.btn-primary:focus-visible{background:var(--asverk-red-dark);color:#fff}.btn-ghost{background:transparent;color:var(--heading-text);border-color:var(--rule-color)}.btn-ghost:hover,.btn-ghost:focus-visible{border-color:var(--asverk-red);color:var(--asverk-red)}.btn-quiet{background:transparent;color:var(--muted-text);border-color:var(--rule-color);font-weight:600}.btn-quiet:hover,.btn-quiet:focus-visible{color:var(--heading-text);border-color:var(--muted-text)}.btn-sm{padding:.42rem .85rem;font-size:.9rem}.btn:disabled{opacity:.6;cursor:default;pointer-events:none}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:18px}.card{background:var(--surface);border:1px solid var(--rule-color);border-radius:var(--radius);padding:1.4rem;box-shadow:var(--shadow-sm);transition:transform .12s ease,box-shadow .12s ease}.card--link{cursor:pointer}.card--link:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.card h3{margin-bottom:.4rem}.card p:last-child{margin-bottom:0}.card-ic{width:46px;height:46px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;background:var(--surface-soft);margin-bottom:.9rem}.card-ic svg{width:24px;height:24px;stroke:var(--asverk-red);fill:none}.prose{font-size:1.05rem}.prose h2{margin-top:1.8rem}.prose h3{margin-top:1.4rem}.prose ul{margin:0 0 1rem}.prose li{margin:.25rem 0}.prose a{text-decoration:underline}.prose img{border-radius:var(--radius-sm)}.prose code{background:var(--surface-soft);padding:.1em .35em;border-radius:4px;font-size:.92em}.prose pre{background:#2b2b2b;color:#f3efe6;padding:1rem;border-radius:var(--radius-sm);overflow-x:auto}.prose pre code{background:none;padding:0}.prose blockquote{margin:1rem 0;padding:.4rem 1.1rem;border-left:3px solid var(--asverk-yellow);color:var(--muted-text)}.article-body{font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.75;color:var(--body-text)}.article-body>:first-child{margin-top:0}.article-body h2,.article-body h3,.article-body h4{font-weight:600}.article-body h2{margin-top:1.8rem}.article-body h3{margin-top:1.4rem}.article-body a{color:var(--asverk-red);text-decoration:underline}.article-body a:hover{color:var(--asverk-blue)}.article-body img{max-width:100%;height:auto;border-radius:var(--radius-sm);display:block;margin:1.2rem auto}.article-body blockquote{margin:1.25rem 0;padding:.4rem 1.1rem;border-left:3px solid var(--asverk-yellow);color:var(--muted-text)}.article-body code{font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;background:var(--surface-soft);padding:.1em .35em;border-radius:4px;font-size:.9em}.article-body pre{background:#2b2b2b;color:#f3efe6;padding:1rem;border-radius:var(--radius-sm);overflow-x:auto}.article-body pre code{background:none;padding:0;font-size:.85em}.article-body table{width:100%;border-collapse:collapse;margin:1.25rem 0;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.95rem}.article-body th,.article-body td{border:1px solid var(--rule-color);padding:.55rem .8rem;text-align:left;vertical-align:top}.article-body th{background:var(--surface-soft);font-weight:700}.article-body tbody tr:nth-child(2n){background:#00000005}footer{color:var(--muted-text);font-size:.9rem}
