.statistics{flex-direction:column;gap:1.5rem;margin:0 auto;padding:1rem;display:flex}.statistics__title{color:#e7e1d6;text-align:center;margin-bottom:1rem;font-size:1.8rem}.statistics__empty{text-align:center;color:#e7e1d6b3;padding:2rem}.statistics__list{flex-direction:column;gap:1rem;display:flex}.statistics__entry{background:#ffffff0a;border:1px solid #b4283c40;border-radius:8px;grid-template-columns:100px 1fr auto;align-items:center;gap:1rem;padding:1rem;transition:background .2s;display:grid}.statistics__entry:hover{background:#ffffff14}.statistics__entry.statistics__entry--locked{opacity:.6;background:#ffffff05;border-color:#e7e1d6b3}.statistics__entry.statistics__entry--locked:hover{background:#ffffff05}.statistics__enemy-section{flex-direction:column;align-items:center;gap:.5rem;display:flex}.statistics__enemy-image{background:#0000004d;border:1px solid #b4283c40;border-radius:6px;justify-content:center;align-items:center;width:80px;height:80px;display:flex;position:relative;overflow:hidden}.statistics__enemy-image img{object-fit:contain;max-width:90%;max-height:90%}.statistics__enemy-image.statistics__enemy-image--locked{background:#00000080;border-color:#e7e1d6b3}.statistics__enemy-image.statistics__enemy-image--locked img{opacity:.4;filter:blur(1px)brightness(.6)}.statistics__lock-icon{color:#e7e1d6b3;font-size:2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.statistics__enemy-info{flex-direction:column;gap:.5rem;display:flex}.statistics__enemy-name{color:#e7e1d6;text-align:center;width:100%}.statistics__enemy-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.statistics__action-tag{color:#e7e1d6;background:#b4283c40;border:1px solid #7a1f2b;border-radius:4px;padding:.3rem .7rem;font-size:1.25rem;display:inline-block}.statistics__action-tag.statistics__action-tag--locked{color:#e7e1d6b3;cursor:default;background:#0000004d;border-color:#e7e1d6b3}.statistics__enemy-count{color:#a32636;text-align:center;min-width:60px;font-size:1.5rem}
.modal-overlay{z-index:1000;background:#000c;justify-content:center;align-items:center;animation:.4s ease-out modal-fade-in;display:flex;position:fixed;inset:0}.modal-window{background:#120c12;border:2px solid #b4283c40;border-radius:12px;flex-direction:column;gap:2rem;width:90%;max-width:600px;max-height:80vh;padding:3rem;animation:.4s ease-out modal-scale-in;display:flex;overflow-y:auto}.modal-title{color:#a32636;text-shadow:0 2px 8px #000c;letter-spacing:2px;text-align:center;margin:0;font-size:3.5rem;font-weight:700}.modal-text{color:#e7e1d6}.modal-text div{margin-bottom:1rem}.modal-text div:last-child{margin-bottom:0}.modal-button{align-self:center;min-width:200px;margin-top:1rem;padding:1rem 3rem;font-size:1.3rem}.modal-button:hover{transform:scale(1.05)}@keyframes modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes modal-scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:640px){.modal-window{gap:1.5rem;width:70%;padding:2rem}.modal-title{font-size:2.5rem}.modal-button{padding:.8rem 2rem;font-size:1.1rem}}
