#appPdf .inner{max-width:1200px;margin:0 auto;padding:20px}#appPdf .title{font-size:2rem;margin-bottom:30px;text-align:center}#appPdf .pdf-grid{display:flex;flex-wrap:wrap;list-style:none;padding:0;margin:0 -15px;justify-content:flex-start}#appPdf .pdf-grid .pdf-item{width:100%;padding:15px;box-sizing:border-box}@media (min-width:576px){#appPdf .pdf-grid .pdf-item{width:50%}}@media (min-width:992px){#appPdf .pdf-grid .pdf-item{width:33.333%}}#appPdf .pdf-container{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}#appPdf .pdf-container:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}#appPdf .pdf-thumbnail{width:100%;height:0;padding-bottom:100%;max-width:330px;max-height:330px;margin:0 auto;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#f5f5f5;position:relative;cursor:pointer;display:block}#appPdf .pdf-thumbnail .pdf-icon{position:absolute;bottom:15px;right:15px;width:50px;height:50px;background:rgba(220,53,69,.9);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.5rem;transition:background .2s ease,transform .2s ease}#appPdf .pdf-thumbnail .pdf-icon:hover{background:#dc3545;transform:scale(1.1)}#appPdf .pdf-thumbnail .pdf-icon.disabled{background:rgba(128,128,128,.7);cursor:not-allowed}#appPdf .pdf-thumbnail .pdf-icon.disabled:hover{transform:none}#appPdf .pdf-thumbnail .icon-star{position:absolute;top:15px;left:15px;background:#ffc107;color:#000;padding:5px 12px;border-radius:4px;font-size:.75rem;font-weight:700;display:flex;align-items:center;gap:5px}#appPdf .pdf-thumbnail .icon-star::before{content:'\f005';font-family:'Font Awesome 5 Free';font-weight:900}#appPdf .pdf-thumbnail .icon-star span{text-transform:uppercase}#appPdf .pdf-title{padding:15px;margin:0;font-size:.95rem;font-weight:500;color:#333;text-align:center;line-height:1.4;min-height:60px;display:flex;align-items:center;justify-content:center}.exc-content-form-ctn{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease}.exc-content-form-ctn.show{opacity:1;pointer-events:auto}.exc-content-form-ctn .close{position:absolute;top:20px;right:20px;width:40px;height:40px;cursor:pointer}.exc-content-form-ctn .close::before,.exc-content-form-ctn .close::after{content:'';position:absolute;top:50%;left:50%;width:30px;height:3px;background:#fff}.exc-content-form-ctn .close::before{transform:translate(-50%,-50%) rotate(45deg)}.exc-content-form-ctn .close::after{transform:translate(-50%,-50%) rotate(-45deg)}.exc-content-form-ctn .close:hover::before,.exc-content-form-ctn .close:hover::after{background:#ccc}.exc-content-form-ctn .form-container{background:#fff;padding:30px;border-radius:8px;max-width:500px;width:90%;max-height:80vh;overflow-y:auto}body.has-modal{overflow:hidden}#emptyResults{text-align:center;padding:60px 20px;color:#666}
