.accusations-container{width:100%;max-width:1200px;margin:0 auto;padding:2rem 1rem;color:#333}.accusations-title{font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center;position:relative;color:#1e293b}.accusations-title:after{content:"";position:absolute;bottom:-.5rem;left:50%;transform:translateX(-50%);width:80px;height:4px;background:#3b82f6;border-radius:2px}.accusations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));grid-gap:1.5rem;gap:1.5rem}.accusations-empty{text-align:center;padding:3rem;border-radius:.75rem;font-size:1.125rem;color:#666}.accusation-card{background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:0 2px 10px rgba(0,0,0,.08);transition:all .3s ease;display:flex;flex-direction:column;border:1px solid #e2e8f0}.accusation-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.1);background-color:#f9fafc}.accusation-header{padding:1.25rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0;background-color:#f8fafc}.accusation-subject{font-size:1.125rem;font-weight:600;margin:0;color:#0f172a}.accusation-status{padding:.35rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.accusation-status.publicado{background-color:#dcfce7;color:#166534;border:1px solid #bbf7d0}.accusation-status.no-publicado{background-color:#fef3c7;color:#92400e;border:1px solid #fde68a}.accusation-status.rechazado{background-color:#fee2e2;color:#b91c1c;border:1px solid #fecaca}.accusation-body{padding:1.25rem;flex:1 1;display:flex;flex-direction:column;gap:.75rem}.accusation-field{display:flex;flex-direction:column;gap:1rem}@media(min-width:400px){.accusation-field{flex-direction:row;justify-content:space-between;align-items:baseline}}.field-label{font-weight:600;color:#666;font-size:.875rem;min-width:100px}.field-value{font-size:.95rem;text-align:right}.field-value.amount{font-weight:700;color:#3b82f6}.field-value.date{font-style:italic;color:#666}.accusation-footer{padding:1rem 1.25rem;border-top:1px solid #e2e8f0;display:flex;justify-content:flex-end;background-color:#f8fafc}.action-button{padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.action-button.view{color:#fff}.action-button.view,.action-button.view:hover{background-color:#3b82f6}.action-button.edit{background-color:rgba(0,0,0,0);color:#333;border:1px solid #e2e8f0;margin-right:.5rem}.action-button.edit:hover{background-color:rgba(0,0,0,.05)}@media(max-width:768px){.accusations-grid{grid-template-columns:1fr}.accusations-title{font-size:1.75rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.accusation-card{animation:fadeIn .3s ease-out forwards}.accusation-card:first-child{animation-delay:.05s}.accusation-card:nth-child(2){animation-delay:.1s}.accusation-card:nth-child(3){animation-delay:.15s}.accusation-card:nth-child(4){animation-delay:.2s}.accusation-card:nth-child(5){animation-delay:.25s}.accusation-card:nth-child(6){animation-delay:.3s}.accusation-card:nth-child(7){animation-delay:.35s}.accusation-card:nth-child(8){animation-delay:.4s}.accusation-card:nth-child(9){animation-delay:.45s}.accusation-card:nth-child(10){animation-delay:.5s}.accusation-card:nth-child(11){animation-delay:.55s}.accusation-card:nth-child(12){animation-delay:.6s}.accusation-card:nth-child(13){animation-delay:.65s}.accusation-card:nth-child(14){animation-delay:.7s}.accusation-card:nth-child(15){animation-delay:.75s}.accusation-card:nth-child(16){animation-delay:.8s}.accusation-card:nth-child(17){animation-delay:.85s}.accusation-card:nth-child(18){animation-delay:.9s}.accusation-card:nth-child(19){animation-delay:.95s}.accusation-card:nth-child(20){animation-delay:1s}