:root{
  color-scheme:light;
  --yasal-black:#000;
  --yasal-ink:#151515;
  --yasal-muted:#5d5d5d;
  --yasal-line:#dedede;
  --yasal-soft:#f4f4f4;
  --yasal-blue:#276ef1;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--yasal-ink);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}
.yasal-page,.yasal-document-page{width:min(100% - 48px,1180px);margin:0 auto;padding:64px 0 112px}
.yasal-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:48px;padding:48px 0 64px;border-bottom:1px solid var(--yasal-line)}
.yasal-kicker,.yasal-group-kicker{margin:0 0 16px;color:var(--yasal-blue);font-size:14px;line-height:1.3;font-weight:800;letter-spacing:.04em;text-transform:uppercase}
.yasal-hero h1,.yasal-document-header h1{margin:0;color:var(--yasal-black);font-size:clamp(46px,7vw,82px);line-height:.98;letter-spacing:-.05em;font-weight:800}
.yasal-hero-copy{max-width:760px;margin:28px 0 0;color:#333;font-size:20px;line-height:1.55}
.yasal-summary{flex:0 0 170px;padding:24px;border-radius:20px;background:var(--yasal-black);color:#fff}
.yasal-summary strong{display:block;font-size:48px;line-height:1;font-weight:800}
.yasal-summary span{display:block;margin-top:8px;font-size:15px}
.yasal-tabs{position:sticky;top:0;z-index:5;display:flex;gap:8px;margin:0;padding:22px 0;background:#fff;border-bottom:1px solid var(--yasal-line);overflow-x:auto;scrollbar-width:none}
.yasal-tabs::-webkit-scrollbar{display:none}
.yasal-tabs a{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:12px 16px;border-radius:999px;background:var(--yasal-soft);color:var(--yasal-black);font-size:14px;font-weight:800;text-decoration:none}
.yasal-tabs a:hover,.yasal-tabs a:focus-visible{background:var(--yasal-black);color:#fff}
.yasal-tabs span{opacity:.65}
.yasal-groups{padding-top:32px}
.yasal-group{scroll-margin-top:92px;padding:48px 0 68px;border-bottom:1px solid var(--yasal-line)}
.yasal-group:last-child{border-bottom:0}
.yasal-group-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:32px;margin-bottom:28px}
.yasal-group-heading h2{margin:0;color:var(--yasal-black);font-size:clamp(32px,4vw,48px);line-height:1.05;letter-spacing:-.035em}
.yasal-group-heading p:not(.yasal-group-kicker){max-width:680px;margin:14px 0 0;color:var(--yasal-muted);font-size:17px;line-height:1.55}
.yasal-count{flex:0 0 auto;padding:9px 12px;border:1px solid var(--yasal-line);border-radius:999px;color:var(--yasal-muted);font-size:13px;font-weight:700}
.yasal-list{list-style:none;margin:0;padding:0;border-top:1px solid var(--yasal-line)}
.yasal-list-item{margin:0;border-bottom:1px solid var(--yasal-line)}
.yasal-list-item a{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 8px;color:var(--yasal-black);font-size:17px;line-height:1.4;font-weight:700;text-decoration:none}
.yasal-list-item a:hover,.yasal-list-item a:focus-visible{padding-left:18px;background:var(--yasal-soft)}
.yasal-arrow{font-size:24px;line-height:1}
.yasal-breadcrumb{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 48px;color:var(--yasal-muted);font-size:14px}
.yasal-breadcrumb a{color:var(--yasal-black);text-underline-offset:4px}
.yasal-document{max-width:900px;margin:0 auto}
.yasal-document-header{padding:0 0 48px;border-bottom:1px solid var(--yasal-line)}
.yasal-document-header h1{font-size:clamp(38px,6vw,68px)}
.yasal-document-body{padding:52px 0}
.yasal-document-body pre{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;color:#2b2b2b;font:400 16px/1.78 Arial,Helvetica,sans-serif}
.yasal-document-footer{padding-top:28px;border-top:1px solid var(--yasal-line)}
.yasal-document-footer a{display:inline-block;color:var(--yasal-black);font-weight:800;text-underline-offset:5px}

@media (max-width:760px){
  .yasal-page,.yasal-document-page{width:calc(100% - 32px);padding:36px 0 72px}
  .yasal-hero{display:block;padding:28px 0 42px}
  .yasal-hero-copy{font-size:17px}
  .yasal-summary{width:150px;margin-top:28px}
  .yasal-tabs{margin:0 -16px;padding:16px}
  .yasal-group{padding:38px 0 48px}
  .yasal-group-heading{display:block}
  .yasal-count{display:inline-block;margin-top:18px}
  .yasal-list-item a{padding:18px 4px;font-size:16px}
  .yasal-breadcrumb{margin-bottom:34px}
  .yasal-document-header{padding-bottom:36px}
  .yasal-document-body{padding:38px 0}
  .yasal-document-body pre{font-size:15px;line-height:1.72}
}
