.stylized-scroll::-webkit-scrollbar,body::-webkit-scrollbar{width:12px}.stylized-scroll::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:#f2f2f2}.stylized-scroll::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:20px}.cert-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:99999;align-items:center;justify-content:center}.cert-modal.active{display:flex}.cert-modal-content{background:#fff;border-radius:12px;width:95%;max-width:1100px;height:90vh;display:flex;flex-direction:column;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}.cert-modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e9ecef;background:#f8f9fa}.cert-modal-header h2{margin:0;font-size:1.25rem;color:#212529}.cert-modal-close{background-color:transparent!important;border:none;font-size:1.5rem;cursor:pointer;color:#6c757d;padding:0;line-height:1;width:auto;height:auto;min-width:unset}.cert-modal-close:hover{color:#212529;background-color:transparent!important}.cert-modal-body{flex:1;overflow:auto;position:relative;background:#525659}.cert-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff}.cert-loading p{color:#ccc;margin:0}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:#007bff;border-radius:50%;animation:1s linear infinite cert-spin;margin:0 auto 1rem}@keyframes cert-spin{to{transform:rotate(360deg)}}.cert-pdf-viewer{width:100%;height:100%;min-height:600px;border:none;display:none;background:#525659}.cert-pdf-viewer.loaded{display:block}.cert-modal-footer{display:flex;gap:1rem;padding:1rem 1.5rem;border-top:1px solid #e9ecef;background:#f8f9fa;justify-content:flex-end}.cert-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;border:none;transition:background .2s;text-decoration:none}.cert-btn-primary{background:#007bff;color:#fff}.cert-btn-primary:hover{background:#0056b3;color:#fff}.cert-btn-secondary{background:#6c757d;color:#fff}.cert-btn-secondary:hover{background:#545b62;color:#fff}.cert-view-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;border:none;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);color:#fff;transition:.3s;box-shadow:0 4px 15px rgba(102,126,234,.4)}.cert-view-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.5);color:#fff}.cert-view-btn .dashicons{font-size:1.25rem;width:1.25rem;height:1.25rem}@media (max-width:768px){.cert-modal-content{width:98%;height:95vh;border-radius:8px}.cert-modal-header{padding:.75rem 1rem}.cert-modal-header h2{font-size:1.1rem}.cert-modal-footer{flex-direction:column;padding:.75rem 1rem}.cert-btn{width:100%;justify-content:center}.cert-pdf-viewer{min-height:400px}}