.cs-documents-page.svelte-7noce3{width:100%;background:var(--bg-canvas);color:var(--text-primary);min-height:60vh}.cs-documents-shell.svelte-7noce3{margin-inline:auto;width:100%;max-width:1280px;padding-inline:var(--space-4);padding-block:var(--space-8) var(--space-12);display:flex;flex-direction:column;gap:var(--space-10)}@media(min-width:640px){.cs-documents-shell.svelte-7noce3{padding-inline:var(--space-6)}}@media(min-width:1024px){.cs-documents-shell.svelte-7noce3{padding-inline:var(--space-8);padding-block:var(--space-10) var(--space-16)}}.cs-documents-hero.svelte-7noce3{display:grid;grid-template-columns:1fr;gap:var(--space-6);padding:var(--space-5);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:linear-gradient(135deg,color-mix(in oklab,var(--brand-accent-soft) 62%,transparent),transparent 56%),var(--bg-surface);box-shadow:var(--shadow-sm)}@media(min-width:980px){.cs-documents-hero.svelte-7noce3{grid-template-columns:minmax(0,1fr) minmax(20rem,.42fr);align-items:end;padding:var(--space-7)}}.cs-documents-hero-copy.svelte-7noce3{display:flex;flex-direction:column;gap:var(--space-4);max-width:64rem}.cs-documents-kicker.svelte-7noce3{color:var(--text-muted)}.cs-documents-lede.svelte-7noce3,.cs-documents-summary.svelte-7noce3,.cs-documents-subtitle.svelte-7noce3{color:var(--text-secondary)}.cs-documents-actions.svelte-7noce3,.cs-document-card-actions.svelte-7noce3,.cs-documents-row-actions.svelte-7noce3{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-3)}@media(max-width:639px){.cs-documents-actions.svelte-7noce3,.cs-document-card-actions.svelte-7noce3{align-items:stretch}.cs-documents-actions.svelte-7noce3 .cs-btn,.cs-document-card-actions.svelte-7noce3 .cs-btn,.cs-document-card-actions.svelte-7noce3 .cs-documents-file-link:where(.svelte-7noce3){width:100%;justify-content:center}.cs-documents-row-actions.svelte-7noce3{display:grid;grid-template-columns:1fr;align-items:stretch}}.cs-documents-proof-panel.svelte-7noce3,.cs-documents-notice.svelte-7noce3,.cs-documents-checksums.svelte-7noce3{border:1px solid var(--border-default);background:linear-gradient(135deg,#11182705,#0ea5e90d),var(--bg-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.cs-documents-proof-panel.svelte-7noce3{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-5)}.cs-proof-mark.svelte-7noce3{width:3rem;aspect-ratio:1;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-md);color:var(--brand-700);background:var(--bg-info-soft);border:1px solid rgba(37,99,235,.18)}.cs-documents-summary-strip.svelte-7noce3{display:grid;grid-template-columns:1fr;gap:1px;background:var(--border-subtle);border:1px solid var(--border-subtle);border-radius:var(--radius-md);overflow:hidden}@media(min-width:760px){.cs-documents-summary-strip.svelte-7noce3{grid-template-columns:repeat(3,minmax(0,1fr))}}.cs-documents-summary-item.svelte-7noce3{background:var(--bg-surface);padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-1)}.cs-documents-summary-item.svelte-7noce3 strong:where(.svelte-7noce3){font-family:var(--font-mono);font-size:clamp(1.35rem,2vw,1.85rem);line-height:1}.cs-documents-topic-nav.svelte-7noce3{display:grid;grid-template-columns:1fr;gap:var(--space-3)}@media(min-width:760px){.cs-documents-topic-nav.svelte-7noce3{grid-template-columns:repeat(4,minmax(0,1fr))}}.cs-documents-topic-link.svelte-7noce3{min-height:5.75rem;padding:var(--space-4);display:flex;flex-direction:column;gap:var(--space-1);justify-content:center;border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:var(--bg-surface);color:inherit;text-decoration:none;outline-offset:4px;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease}.cs-documents-topic-link.svelte-7noce3 span:where(.svelte-7noce3):last-child{color:var(--text-secondary)}.cs-documents-topic-link.svelte-7noce3:hover{border-color:color-mix(in oklab,var(--brand-700) 28%,var(--border-default));background:color-mix(in oklab,var(--bg-info-soft) 42%,var(--bg-surface));box-shadow:var(--shadow-sm);transform:translateY(-1px)}.cs-documents-topic-link.svelte-7noce3:focus-visible{outline:2px solid var(--border-focus)}.cs-documents-section.svelte-7noce3,.cs-documents-notice.svelte-7noce3{display:flex;flex-direction:column;gap:var(--space-4)}.cs-documents-notice.svelte-7noce3{padding:var(--space-5)}.cs-documents-section-head.svelte-7noce3,.cs-documents-alert-head.svelte-7noce3{display:flex;align-items:center;gap:var(--space-3)}.cs-documents-grid.svelte-7noce3{display:grid;grid-template-columns:1fr;gap:var(--space-4)}@media(min-width:760px){.cs-documents-grid.svelte-7noce3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1120px){.cs-documents-grid.svelte-7noce3{grid-template-columns:repeat(3,minmax(0,1fr))}}.cs-document-card.svelte-7noce3{min-height:100%;padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-3);border-radius:var(--radius-md);border:1px solid var(--border-default);background:var(--bg-surface);box-shadow:var(--shadow-sm);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.cs-document-card.svelte-7noce3:hover{border-color:color-mix(in oklab,var(--brand-700) 28%,var(--border-default));box-shadow:var(--shadow-md);transform:translateY(-1px)}.cs-document-card-top.svelte-7noce3{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-2)}.cs-document-title-link.svelte-7noce3{color:inherit;text-decoration:none;border-radius:var(--radius-sm);outline-offset:4px}.cs-document-title-link.svelte-7noce3:hover{color:var(--text-link);text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.16em}.cs-document-title-link.svelte-7noce3:focus-visible{outline:2px solid var(--border-focus)}.cs-document-file-meta.svelte-7noce3{margin-block-start:auto;padding-block-start:var(--space-3);border-block-start:1px solid var(--border-subtle);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:var(--space-2) var(--space-3);color:var(--text-muted)}.cs-document-file-meta.svelte-7noce3 span:where(.svelte-7noce3){min-width:0;overflow-wrap:anywhere}.cs-documents-list.svelte-7noce3{margin:0;padding-inline-start:var(--space-6);display:flex;flex-direction:column;gap:var(--space-1);color:var(--text-secondary)}.cs-documents-file-link.svelte-7noce3{display:inline-flex;align-items:center;gap:var(--space-2);color:var(--text-link);text-decoration:none;font-weight:600;border-radius:var(--radius-sm);outline-offset:4px}.cs-documents-download-link.svelte-7noce3{min-height:2.75rem;padding:.64rem .9rem;border:1px solid color-mix(in oklab,var(--text-link) 88%,var(--border-default));border-radius:var(--radius-sm);background:var(--text-link);color:var(--text-on-brand);box-shadow:var(--shadow-sm)}.cs-documents-download-link.svelte-7noce3:hover{border-color:color-mix(in oklab,var(--text-link) 72%,var(--text-primary));background:color-mix(in oklab,var(--text-link) 84%,var(--text-primary));color:var(--text-on-brand);text-decoration:none}.cs-documents-file-link.svelte-7noce3:hover,.cs-documents-file-link.svelte-7noce3:focus-visible{text-decoration:underline}.cs-documents-file-link.svelte-7noce3:focus-visible,.cs-documents-related.svelte-7noce3 a:where(.svelte-7noce3):focus-visible{outline:2px solid var(--border-focus)}.cs-documents-listing.svelte-7noce3{display:flex;flex-direction:column;border-block-start:1px solid var(--border-subtle)}.cs-documents-row.svelte-7noce3{display:grid;grid-template-columns:1fr;gap:var(--space-4);padding-block:var(--space-5);border-block-end:1px solid var(--border-subtle)}@media(min-width:900px){.cs-documents-row.svelte-7noce3{grid-template-columns:minmax(0,1fr) minmax(18rem,.42fr)}}.cs-documents-row-main.svelte-7noce3,.cs-documents-row-aside.svelte-7noce3{display:flex;flex-direction:column;gap:var(--space-3)}.cs-documents-row-aside.svelte-7noce3{color:var(--text-secondary)}.cs-documents-row-aside.svelte-7noce3 p:where(.svelte-7noce3),.cs-documents-row-aside.svelte-7noce3 .t-mono-sm:where(.svelte-7noce3){min-width:0;overflow-wrap:anywhere}.cs-documents-related.svelte-7noce3{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-3)}.cs-documents-related.svelte-7noce3 a:where(.svelte-7noce3){color:var(--text-link);text-decoration:none;border-radius:var(--radius-sm);outline-offset:4px}.cs-documents-related.svelte-7noce3 a:where(.svelte-7noce3):hover{text-decoration:underline}.cs-documents-checksums.svelte-7noce3{padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-4)}@media(min-width:760px){.cs-documents-checksums.svelte-7noce3{flex-direction:row;align-items:center;justify-content:space-between}}@media(prefers-reduced-motion:reduce){.cs-documents-topic-link.svelte-7noce3,.cs-document-card.svelte-7noce3{transition:none}.cs-documents-topic-link.svelte-7noce3:hover,.cs-document-card.svelte-7noce3:hover{transform:none}}
