body.pdf-modal-open{overflow:hidden;padding-right:var(--scrollbar-width,0)}.pdf-modal-overlay{position:fixed;top:0;left:0;height:100vh;width:100vw;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);overflow-y:auto;overflow-x:hidden}.pdf-modal-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.3);position:relative;max-width:95%;max-height:95vh;width:1000px;display:flex;flex-direction:column;overflow:hidden}.pdf-modal-top-sec{padding:20px 24px;border-bottom:1px solid #e5e7eb;background:#f9fafb}.pdf-cancel-btn{position:absolute;top:16px;right:16px;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;transition:all .2s ease;color:#6b7280;z-index:10}.pdf-cancel-btn:hover{background:#f3f4f6;color:#111827;transform:scale(1.1)}.pdf-header{display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.pdf-header h3{margin:0;font-size:18px;font-weight:600;color:#111827;flex:1 1;min-width:200px}.pdf-download-btn-wrapper{display:flex;gap:12px;margin-right:50px}.pdf-download-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;min-width:140px;justify-content:center}.pdf-download-btn:hover:not(.disabled){background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.3)}.pdf-download-btn.disabled{opacity:.6;cursor:not-allowed}.pdf-download-btn svg{width:14px;height:14px}.pdf-modal-body{flex:1 1;position:relative;overflow:hidden;background:#f3f4f6;min-height:500px}.pdf-iframe{border:none;display:block;height:70vh}.pdf-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:16px}.pdf-loading-text{font-size:16px;color:#6b7280;margin:0;font-weight:500}.pdf-loading-placeholder{display:flex;align-items:center;justify-content:center;height:100%;font-size:16px;color:#6b7280}@media (max-width:768px){.pdf-modal-card{border-radius:12px}.pdf-modal-top-sec{padding:16px 20px}.pdf-header{flex-direction:column;align-items:flex-start}.pdf-header h3{font-size:16px;padding-right:40px}.pdf-download-btn,.pdf-download-btn-wrapper{width:100%}.pdf-modal-body{min-height:auto}}@media (max-width:480px){.pdf-cancel-btn{width:28px;height:28px;top:12px;right:12px}.pdf-cancel-btn svg{width:18px;height:18px}.pdf-header h3{font-size:14px;max-width:90%}.pdf-download-btn{padding:8px 16px;font-size:13px}}.loadingSection{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#fff}.loader{--d:22px;width:4px;height:4px;border-radius:50%;color:#2d96ee;box-shadow:calc(1*var(--d)) calc(0*var(--d)) 0 0,calc(.707*var(--d)) calc(.707*var(--d)) 0 1px,calc(0*var(--d)) calc(1*var(--d)) 0 2px,calc(-.707*var(--d)) calc(.707*var(--d)) 0 3px,calc(-1*var(--d)) calc(0*var(--d)) 0 4px,calc(-.707*var(--d)) calc(-.707*var(--d))0 5px,calc(0*var(--d)) calc(-1*var(--d)) 0 6px;animation:l27 1s steps(8) infinite}@keyframes l27{to{transform:rotate(1turn)}}