.documents-page{background:#f8fafc;min-height:100vh}.documents-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;display:grid}.document-card{background:#fff;border:1px solid #0f172a1a;border-radius:8px;flex-direction:column;gap:1rem;min-height:190px;padding:1.25rem;display:flex;box-shadow:0 18px 42px #0f172a14}.document-preview{aspect-ratio:4/3;cursor:zoom-in;text-align:left;background:#e2e8f0;border:0;border-radius:8px;width:100%;padding:0;display:block;position:relative;overflow:hidden}.document-preview img{transition:transform .24s}.document-preview:hover img{transform:scale(1.04)}.document-preview-hint{z-index:1;color:#fff;opacity:0;background:#0f172ac7;border-radius:6px;padding:.35rem .55rem;font-size:.72rem;font-weight:800;transition:opacity .2s,transform .2s;position:absolute;bottom:.75rem;right:.75rem;transform:translateY(6px)}.document-preview:hover .document-preview-hint,.document-preview:focus-visible .document-preview-hint{opacity:1;transform:translateY(0)}.document-icon{width:54px;height:54px;color:var(--brand-blue,#0091d5);background:#0091d51a;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.document-copy{flex:1;min-width:0}.document-type{color:#8a6418;letter-spacing:.08em;text-transform:uppercase;background:#b58a301f;border-radius:6px;width:fit-content;margin-bottom:.65rem;padding:.25rem .5rem;font-size:.7rem;font-weight:850;display:inline-flex}.document-copy h2{color:#0f172a;letter-spacing:0;margin:0;font-size:1.05rem;line-height:1.25}.document-copy p{color:#64748b;margin:.65rem 0 0;font-size:.92rem;line-height:1.55}@media (min-width:760px){.document-card{min-height:220px}}.document-lightbox{z-index:20000;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.document-lightbox-backdrop{cursor:zoom-out;background:#020617c7;border:0;position:absolute;inset:0}.document-lightbox-panel{z-index:1;background:#fff;border-radius:8px;flex-direction:column;width:min(980px,100%);height:min(860px,100vh - 2rem);display:flex;position:relative;overflow:hidden;box-shadow:0 28px 90px #00000061}.document-lightbox-header{border-bottom:1px solid #0f172a1a;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.document-lightbox-header span{color:#8a6418;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.2rem;font-size:.68rem;font-weight:850;display:block}.document-lightbox-header h3{color:#0f172a;letter-spacing:0;margin:0;font-size:1rem;line-height:1.25}.document-lightbox-close{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #0f172a1f;border-radius:8px;flex:none;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.document-lightbox-close:hover{color:var(--brand-blue,#0091d5);border-color:#0091d559}.document-lightbox-image{background:#f8fafc;flex:1;min-height:0;position:relative}@media (max-width:640px){.document-lightbox{padding:.5rem}.document-lightbox-panel{height:min(720px,100vh - 1rem)}}
