.PdfViewer-module__6UUIkG__viewerContainer{background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;height:100%;min-height:620px;box-shadow:var(--shadow-md);flex-direction:column;display:flex;position:relative;overflow:hidden}.PdfViewer-module__6UUIkG__viewerContainerModal{min-height:100%;box-shadow:none;background:#0f1c18;border:none;border-radius:0}.PdfViewer-module__6UUIkG__toolbar{background:var(--surface);border-bottom:1px solid var(--border);z-index:10;box-shadow:var(--shadow-sm);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.PdfViewer-module__6UUIkG__viewerContainerModal .PdfViewer-module__6UUIkG__toolbar{background:var(--surface);border-bottom:1px solid var(--border)}.PdfViewer-module__6UUIkG__docMeta{flex-wrap:wrap;align-items:center;gap:.75rem;min-width:0;display:flex}.PdfViewer-module__6UUIkG__badge{background:var(--primary-soft);color:var(--primary);border-radius:var(--radius-full);letter-spacing:.02em;white-space:nowrap;border:1px solid #0c826433;align-items:center;gap:.4rem;padding:.25rem .65rem;font-size:.78rem;font-weight:600;display:inline-flex}.PdfViewer-module__6UUIkG__title{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;max-width:320px;font-size:.95rem;font-weight:700;overflow:hidden}.PdfViewer-module__6UUIkG__controls{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.PdfViewer-module__6UUIkG__controlGroup{background:var(--surface-strong);border-radius:var(--radius-md);border:1px solid var(--border);align-items:center;gap:.25rem;padding:.25rem;display:inline-flex}.PdfViewer-module__6UUIkG__btnIcon{width:34px;height:34px;color:var(--text-main);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.PdfViewer-module__6UUIkG__btnIcon:hover:not(:disabled){background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.PdfViewer-module__6UUIkG__btnIcon:disabled{opacity:.35;cursor:not-allowed}.PdfViewer-module__6UUIkG__btnIconActive{font-weight:600;background:var(--primary-soft)!important;color:var(--primary)!important}.PdfViewer-module__6UUIkG__pageIndicator{color:var(--text-muted);align-items:center;gap:.35rem;padding:0 .4rem;font-size:.85rem;font-weight:500;display:inline-flex}.PdfViewer-module__6UUIkG__pageInput{text-align:center;border:1px solid var(--border);background:var(--surface);width:44px;height:30px;color:var(--text-main);border-radius:var(--radius-xs);transition:var(--transition);padding:0 .2rem;font-size:.85rem;font-weight:600}.PdfViewer-module__6UUIkG__pageInput:focus{border-color:var(--primary);box-shadow:0 0 0 2px var(--primary-glow);outline:none}.PdfViewer-module__6UUIkG__zoomLabel{text-align:center;min-width:52px;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-xs);transition:var(--transition);padding:.2rem .4rem;font-size:.82rem;font-weight:600;display:inline-block}.PdfViewer-module__6UUIkG__zoomLabel:hover{background:var(--surface);color:var(--primary)}.PdfViewer-module__6UUIkG__actionBtn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text-main);cursor:pointer;transition:var(--transition);align-items:center;gap:.4rem;padding:.45rem .85rem;font-size:.85rem;font-weight:600;display:inline-flex}.PdfViewer-module__6UUIkG__actionBtn:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-soft)}.PdfViewer-module__6UUIkG__closeBtn{border-radius:var(--radius-full);border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--text-main);cursor:pointer;transition:var(--transition);justify-content:center;align-items:center;display:inline-flex}.PdfViewer-module__6UUIkG__closeBtn:hover{background:var(--danger);border-color:var(--danger);color:#fff}.PdfViewer-module__6UUIkG__mainWorkspace{flex:1;min-height:520px;display:flex;position:relative;overflow:hidden}.PdfViewer-module__6UUIkG__thumbnailsSidebar{background:var(--surface);border-right:1px solid var(--border);z-index:5;width:200px;transition:width var(--transition);flex-direction:column;gap:.75rem;padding:1rem .75rem;display:flex;overflow-y:auto}.PdfViewer-module__6UUIkG__sidebarHeader{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding-bottom:.5rem;font-size:.82rem;font-weight:700;display:flex}.PdfViewer-module__6UUIkG__thumbCard{background:var(--surface-strong);border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition);border:2px solid #0000;flex-direction:column;align-items:center;gap:.35rem;padding:.5rem;display:flex}.PdfViewer-module__6UUIkG__thumbCard:hover{background:var(--primary-soft);border-color:#0c82644d}.PdfViewer-module__6UUIkG__thumbCardActive{background:var(--primary-soft);border-color:var(--primary);box-shadow:var(--shadow-sm)}.PdfViewer-module__6UUIkG__thumbPreview{aspect-ratio:1/1.414;border:1px solid var(--border);background:#fff;border-radius:4px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #00000014}.PdfViewer-module__6UUIkG__thumbCanvas{object-fit:contain;width:100%!important;height:100%!important}.PdfViewer-module__6UUIkG__thumbPageNumber{color:var(--text-muted);font-size:.78rem;font-weight:600}.PdfViewer-module__6UUIkG__thumbCardActive .PdfViewer-module__6UUIkG__thumbPageNumber{color:var(--primary);font-weight:700}.PdfViewer-module__6UUIkG__viewport{touch-action:pan-y;flex-direction:column;flex:1;justify-content:flex-start;align-items:center;padding:2rem 1.5rem;display:flex;position:relative;overflow:auto}.PdfViewer-module__6UUIkG__viewerContainerModal .PdfViewer-module__6UUIkG__viewport{background:#111a16}.PdfViewer-module__6UUIkG__canvasWrapper{border-radius:var(--radius-xs);-webkit-user-select:none;user-select:none;transition:box-shadow var(--transition);background:#fff;max-width:100%;position:relative;overflow:hidden;box-shadow:0 12px 36px #0000002e,0 2px 6px #00000014}.PdfViewer-module__6UUIkG__pdfCanvas{pointer-events:auto;max-width:100%;height:auto;display:block}.PdfViewer-module__6UUIkG__floatingNav{pointer-events:none;z-index:8;justify-content:space-between;padding:0 1rem;display:flex;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.PdfViewer-module__6UUIkG__floatingNavBtn{pointer-events:auto;border-radius:var(--radius-full);border:1px solid var(--border);background:var(--surface);width:44px;height:44px;color:var(--text-main);box-shadow:var(--shadow-md);cursor:pointer;transition:var(--transition);opacity:.75;justify-content:center;align-items:center;display:inline-flex}.PdfViewer-module__6UUIkG__floatingNavBtn:hover:not(:disabled){opacity:1;background:var(--primary);color:#fff;border-color:var(--primary);transform:scale(1.08)}.PdfViewer-module__6UUIkG__floatingNavBtn:disabled{opacity:0;cursor:not-allowed;pointer-events:none}.PdfViewer-module__6UUIkG__loadingBox,.PdfViewer-module__6UUIkG__errorBox{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:400px;padding:3rem 1.5rem;display:flex}.PdfViewer-module__6UUIkG__spinner{border:3.5px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:44px;height:44px;animation:.8s linear infinite PdfViewer-module__6UUIkG__spin}@keyframes PdfViewer-module__6UUIkG__spin{to{transform:rotate(360deg)}}.PdfViewer-module__6UUIkG__loadingText{color:var(--text-main);font-size:1rem;font-weight:600}.PdfViewer-module__6UUIkG__loadingSubtext{color:var(--text-muted);font-size:.85rem}.PdfViewer-module__6UUIkG__errorTitle{color:var(--danger);font-size:1.15rem;font-weight:700}.PdfViewer-module__6UUIkG__errorDesc{color:var(--text-muted);max-width:380px;font-size:.9rem}@media (max-width:900px){.PdfViewer-module__6UUIkG__title{max-width:220px}.PdfViewer-module__6UUIkG__thumbnailsSidebar{width:170px;box-shadow:var(--shadow-lg);z-index:20;position:absolute;top:0;bottom:0;left:0}}@media (max-width:680px){.PdfViewer-module__6UUIkG__toolbar{gap:.5rem;padding:.6rem .8rem}.PdfViewer-module__6UUIkG__docMeta{justify-content:space-between;width:100%}.PdfViewer-module__6UUIkG__title{max-width:100%;font-size:.88rem}.PdfViewer-module__6UUIkG__controls{justify-content:space-between;width:100%}.PdfViewer-module__6UUIkG__viewport{padding:1rem .5rem}.PdfViewer-module__6UUIkG__floatingNav{padding:0 .25rem}.PdfViewer-module__6UUIkG__floatingNavBtn{width:38px;height:38px}}
.PdfViewerModal-module__1dxV0W__modalOverlay{z-index:9999;-webkit-backdrop-filter:blur(12px);background:#060f0cd9;justify-content:center;align-items:center;padding:1.25rem;display:flex;position:fixed;inset:0}.PdfViewerModal-module__1dxV0W__modalContainer{background:var(--surface);border-radius:var(--radius-lg);border:1px solid var(--border);flex-direction:column;width:100%;max-width:1380px;height:100%;max-height:96vh;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 64px #00000073}@media (max-width:900px){.PdfViewerModal-module__1dxV0W__modalOverlay{padding:.5rem}.PdfViewerModal-module__1dxV0W__modalContainer{border-radius:var(--radius-md);max-height:98vh}}@media (max-width:600px){.PdfViewerModal-module__1dxV0W__modalOverlay{padding:0}.PdfViewerModal-module__1dxV0W__modalContainer{border:none;border-radius:0;height:100vh;max-height:100vh}}
.page-module__fm3alG__backLink{margin-bottom:2rem}.page-module__fm3alG__backLink a{color:var(--text-muted);transition:var(--transition);align-items:center;gap:.5rem;font-weight:500;display:inline-flex}.page-module__fm3alG__backLink a:hover{color:var(--primary);transform:translate(-4px)}.page-module__fm3alG__grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.75rem;margin-top:.5rem;display:grid}.page-module__fm3alG__programCard{flex-direction:column;gap:.85rem;padding:2.25rem 2rem 2rem;display:flex}.page-module__fm3alG__cardTop{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.page-module__fm3alG__yearBadge{font-family:var(--font-outfit), sans-serif;color:var(--primary);font-size:1.35rem;font-weight:800}.page-module__fm3alG__typeBadge{background:var(--primary-soft);color:var(--primary);border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.04em;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.page-module__fm3alG__iconWrap{background:linear-gradient(135deg, var(--primary-soft), #f2b70529);width:64px;height:64px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;display:flex}.page-module__fm3alG__programCard h2{margin:.25rem 0 0;font-size:1.35rem;line-height:1.3}.page-module__fm3alG__body{color:var(--text-muted);flex:1;margin:0;line-height:1.65}.page-module__fm3alG__note{background:var(--primary-soft);border-radius:var(--radius-md);color:var(--text-main);border:1px solid #0c82642e;align-items:flex-start;gap:.7rem;padding:.95rem 1rem;display:flex}.page-module__fm3alG__note svg{color:var(--primary);flex-shrink:0;margin-top:.15rem}.page-module__fm3alG__note p{margin:0;font-size:.95rem;font-weight:600;line-height:1.55}.page-module__fm3alG__cardActions{flex-direction:column;gap:.65rem;margin-top:.5rem;display:flex}.page-module__fm3alG__readBtn{justify-content:center;align-items:center;gap:.5rem;width:100%;font-weight:600;display:inline-flex}.page-module__fm3alG__previewBtn{width:100%;color:var(--text-muted);border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-md);cursor:pointer;transition:var(--transition);justify-content:center;align-items:center;gap:.5rem;padding:.65rem 1rem;font-weight:500;display:inline-flex}.page-module__fm3alG__previewBtn:hover{background:var(--surface-strong);color:var(--primary);border-color:var(--primary-soft)}.page-module__fm3alG__readerSection{border-top:1px solid var(--border);margin-top:4rem;padding-top:3rem}.page-module__fm3alG__readerHeader{text-align:center;margin-bottom:2rem}.page-module__fm3alG__readerTitle{color:var(--text-main);margin:.5rem 0;font-size:1.85rem;font-weight:800}.page-module__fm3alG__readerLead{color:var(--text-muted);max-width:680px;margin:0 auto;font-size:1.05rem}.page-module__fm3alG__tabsContainer{justify-content:center;margin-bottom:1.75rem;display:flex}.page-module__fm3alG__tabsList{background:var(--surface-strong);border-radius:var(--radius-full);border:1px solid var(--border);gap:.35rem;max-width:100%;padding:.35rem;display:inline-flex;overflow-x:auto}.page-module__fm3alG__tabButton{border-radius:var(--radius-full);color:var(--text-muted);cursor:pointer;transition:var(--transition);white-space:nowrap;background:0 0;border:none;align-items:center;gap:.5rem;padding:.65rem 1.25rem;font-size:.92rem;font-weight:600;display:inline-flex}.page-module__fm3alG__tabButton:hover:not(.page-module__fm3alG__tabButtonActive){color:var(--text-main);background:#0c82640d}.page-module__fm3alG__tabButtonActive{background:var(--primary);color:#fff;box-shadow:var(--shadow-sm)}@media (max-width:768px){.page-module__fm3alG__tabsList{border-radius:var(--radius-md);flex-direction:column;width:100%}.page-module__fm3alG__tabButton{border-radius:var(--radius-sm);justify-content:center}}
