.prompt-page{
padding:60px 0;
}

.prompt-header{
margin-bottom:30px;
}

.prompt-title{
font-size:42px;
font-weight:700;
margin-bottom:15px;
}

.prompt-description{
font-size:18px;
color:#A1A1AA;
line-height:1.8;
}

.prompt-image{
margin:30px 0;
}

.prompt-image img{
width:100%;
border-radius:16px;
display:block;
}

.prompt-meta{
display:flex;
gap:15px;
flex-wrap:wrap;
margin-bottom:25px;
}

.prompt-badge{
background:#14141A;
border:1px solid #23232D;
padding:10px 16px;
border-radius:999px;
}

.prompt-box{
background:#14141A;
border:1px solid #23232D;
border-radius:16px;
padding:25px;
margin-bottom:20px;
}

.prompt-box pre{
white-space:pre-wrap;
word-break:break-word;
font-family:inherit;
line-height:1.8;
margin:0;
}

.copy-btn{
background:#7C5CFF;
color:#fff;
border:none;
padding:14px 24px;
border-radius:12px;
cursor:pointer;
font-size:16px;
font-weight:600;
}

.related-prompts{
margin-top:70px;
}

.prompt-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:24px;
}