.enemy-detail-container{max-width:900px;margin:0 auto;padding:2rem 1rem}.back-link{display:inline-block;color:#60a5fa;text-decoration:none;margin-bottom:1.5rem;font-size:.95rem;transition:color .2s}.back-link:hover{color:#93c5fd}.enemy-detail-layout{display:flex;gap:2rem;align-items:flex-start}.enemy-detail-image-wrap{flex-shrink:0;width:300px}.enemy-detail-image{width:100%;height:auto;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.5)}.enemy-detail-info{flex:1 1;min-width:0}.enemy-detail-name{font-size:2rem;font-weight:700;color:#f1f5f9;margin:0 0 1rem}.enemy-detail-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.enemy-detail-stats{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));grid-gap:.75rem;gap:.75rem;margin-bottom:1.5rem}.enemy-stat{background:rgba(26,26,56,.6);border:1px solid rgba(255,255,255,.06);border-radius:8px;padding:.75rem 1rem;display:flex;flex-direction:column;gap:.25rem}.enemy-stat-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.enemy-stat-value{font-size:1rem;font-weight:600;color:#e2e8f0}.enemy-detail-description{background:rgba(26,26,56,.8);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem;margin-bottom:1.5rem;line-height:1.6;color:#cbd5e1;font-size:1.05rem}.enemy-detail-description p{margin:0 0 .5rem}.enemy-detail-description p:last-child{margin-bottom:0}.enemy-detail-abilities{background:rgba(26,26,56,.6);border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:1.25rem}.enemy-detail-abilities h2{font-size:1.1rem;font-weight:600;color:#f1f5f9;margin:0 0 .75rem}.enemy-detail-abilities ul{list-style:none;padding:0;margin:0}.enemy-detail-abilities li{padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.05);color:#cbd5e1}.enemy-detail-abilities li:last-child{border-bottom:none}.enemy-detail-video{margin-top:1.5rem}.enemy-detail-video h2{font-size:1.1rem;font-weight:600;color:#f1f5f9;margin:0 0 .75rem}.enemy-video-wrap{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:10px;box-shadow:0 4px 20px rgba(0,0,0,.5)}.enemy-video-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.enemy-detail-error{text-align:center;padding:4rem 1rem}.enemy-detail-error h1{color:#f1f5f9;margin-bottom:.5rem}.enemy-detail-error p{color:#94a3b8;margin-bottom:1.5rem}@media (max-width:768px){.enemy-detail-layout{flex-direction:column}.enemy-detail-image-wrap{width:100%;max-width:300px;margin:0 auto}.enemy-detail-name{font-size:1.5rem}}