.dokumenta-wrap{max-width:900px;padding:6rem var(--px)4rem;min-height:50vh;margin:0 auto}.dokumenta-title{font-family:var(--font-playfair),serif;color:var(--navy);text-align:center;margin-bottom:.35rem;font-size:max(1.75rem,min(3vw,2.4rem));font-weight:700}.dokumenta-lead{text-align:center;color:var(--muted);margin-bottom:2.5rem;font-size:.9rem;line-height:1.6}.dokumenta-sections{flex-direction:column;gap:3.5rem;display:flex}.dokumenta-section{flex-direction:column;gap:1.5rem;display:flex}.section-header{border-bottom:2px solid var(--border);flex-direction:column;gap:.5rem;padding-bottom:1rem;display:flex}.section-title{font-family:var(--font-playfair),serif;color:var(--navy);margin:0;font-size:max(1.25rem,min(2vw,1.5rem));font-weight:700}.section-description{color:var(--muted);margin:0;font-size:.85rem;line-height:1.5}.documents-list{flex-direction:column;gap:1rem;display:flex}.document-card{border:1.5px solid var(--border);background:var(--white);border-radius:8px;justify-content:space-between;align-items:flex-start;gap:2rem;padding:1.5rem;transition:border-color .2s,box-shadow .2s,background-color .2s;display:flex;position:relative}.document-card:hover{border-color:var(--navy-l);background-color:rgba(28,43,69,.01);box-shadow:0 8px 24px rgba(28,43,69,.08)}.document-info{flex-direction:column;flex:auto;gap:.5rem;display:flex}.document-title{font-family:var(--font-playfair),serif;color:var(--navy);margin:0;font-size:1.1rem;font-weight:700;line-height:1.3}.document-description{color:var(--muted);margin:0;font-size:.85rem;line-height:1.5}.document-meta{color:var(--muted);gap:1rem;margin-top:.25rem;font-size:.75rem;display:flex}.document-date{opacity:.8}.document-link{background:var(--navy);color:var(--white);white-space:nowrap;border-radius:6px;flex-shrink:0;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.document-link:hover{background-color:var(--navy-l);transform:translateY(-2px)}.document-link span{font-size:.95em;transition:transform .2s;display:inline-block}.document-link:hover span{transform:translateY(-2px)}.no-documents{text-align:center;color:var(--muted);padding:2rem;font-size:.95rem}.document-type-badge{background-color:var(--navy);color:var(--white);text-transform:uppercase;letter-spacing:.5px;border-radius:4px;margin-bottom:1rem;padding:.4rem .8rem;font-size:.75rem;font-weight:600;display:inline-block}.document-description-lead{color:var(--muted);margin:1rem 0 2rem;font-size:1rem;font-style:italic;line-height:1.6}@media (max-width:640px){.dokumenta-wrap{padding:3rem var(--px)2rem}.document-card{flex-direction:column;gap:1rem}.document-link{justify-content:center;width:100%}.dokumenta-sections{gap:2.5rem}}
