.sheet{--sheet-ink:#171717;--sheet-soft:#4a4f4b;--sheet-rule:#dcdedb;--sheet-green:#267b2f;--sheet-live:#267b2f;--sheet-fade:#267b2f59;width:100%}.sheet--dark{--sheet-ink:#fffcfc;--sheet-soft:#b9c9bb;--sheet-rule:#fffcfc33;--sheet-green:#7ee08a;--sheet-live:#7ee08a;--sheet-fade:#7ee08a59}.sheet__rule{height:1.5px;width:100%;background:linear-gradient(90deg,var(--sheet-live) 0,var(--sheet-fade) 22%,var(--sheet-rule) 55%,var(--sheet-rule) 100%)}[dir=rtl] .sheet__rule{background:linear-gradient(270deg,var(--sheet-live) 0,var(--sheet-fade) 22%,var(--sheet-rule) 55%,var(--sheet-rule) 100%)}.sheet__row{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:10px clamp(20px,4vw,48px);padding-top:clamp(18px,2.6vw,28px)}.sheet__lead{min-width:0}.sheet__tag{margin:0 0 clamp(8px,1.2vw,13px);font-family:var(--font-mono),var(--font-arabic),ui-monospace,"SFMono-Regular",Menlo,monospace;font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase;color:var(--sheet-green)}.sheet__title{margin:0;font-family:var(--font-display),var(--font-arabic),Georgia,serif;text-transform:none;font-size:clamp(28px,4vw,44px);font-weight:400;line-height:1.1;letter-spacing:-.005em;color:var(--sheet-ink);max-width:20ch;text-wrap:balance}.sheet__aside{display:flex;align-items:baseline;gap:clamp(14px,2.4vw,26px);flex-wrap:wrap}.sheet__count{margin:0;font-family:var(--font-mono),var(--font-arabic),ui-monospace,"SFMono-Regular",Menlo,monospace;font-size:12px;font-weight:400;letter-spacing:.06em;line-height:1.4;color:var(--sheet-soft);font-variant-numeric:tabular-nums}.sheet__action{display:inline-flex;align-items:center;gap:9px;padding-block:12px;font-size:14.5px;font-weight:600;letter-spacing:.01em;white-space:nowrap;color:var(--sheet-live);text-decoration:none;transition:gap .2s ease,color .2s ease}.sheet__action:hover{gap:14px;color:var(--sheet-ink)}.sheet__action:focus-visible{outline:2px solid var(--sheet-live);outline-offset:4px;border-radius:3px}.sheet__actionIcon{width:16px;height:16px;flex-shrink:0}.sheet__note{margin:clamp(12px,1.6vw,18px) 0 0;font-size:clamp(14.5px,1.3vw,16.5px);font-weight:400;line-height:1.65;color:var(--sheet-soft);max-width:62ch}[dir=rtl] .sheet__tag,[dir=rtl] .sheet__title{letter-spacing:normal}@media (prefers-reduced-motion:reduce){.sheet__action{transition:none}.sheet__action:hover{gap:9px}}