[html]<div style="
background:#3a3a3a;
color:#ededed;
padding:20px;
border-radius:12px;
max-width:820px;
font-family:Verdana, Arial, sans-serif;
">
<!-- Название -->
<div style="font-size:26px;font-weight:700;margin-bottom:12px;">
Стань моей тенью
</div>
<!-- Верхние плашки -->
<div style="margin-bottom:18px;">
<span class="tag" style="background:#1f8a9b;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;">Слэш</span>
<span class="tag" style="background:#a9442e;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">NC-17</span>
<span class="tag" style="background:#c8c1a6;color:#3a3a3a;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">В процессе</span>
<span class="tag" style="background:#2f7d32;color:#fff;padding:5px 10px;border-radius:6px;font-size:13px;margin-left:6px;">👍 322</span>
</div>
<!-- Основной блок -->
<div style="display:flex;gap:18px;">
<!-- Левая колонка -->
<div style="flex:1;font-size:14px;line-height:1.65;">
<!-- Авторы с аватарками -->
<div style="margin-bottom:10px; display:flex; align-items:center; gap:6px; flex-wrap:wrap;">
<div style="display:flex; align-items:center; gap:6px;">
<img src="https://cdn.polyspeak.ai/speakmaster/c5885fa9ca57bc53a9b880de8298e0e6.webp" alt="аватар1" style="width:28px;height:28px;border-radius:50%;object-fit:cover;">
<span>Имя Автора 1</span>
</div>
<div style="display:flex; align-items:center; gap:6px;">
<img src="https://cdn.polyspeak.ai/speakmaster/c5885fa9ca57bc53a9b880de8298e0e6.webp" alt="аватар2" style="width:28px;height:28px;border-radius:50%;object-fit:cover;">
<span>Имя Автора 2</span>
</div>
</div>
<!-- Пейринг -->
<div style="margin-bottom:10px;">
<strong>Пейринг:</strong><br>
<span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Имя1 / Имя2</span>
</div>
<!-- Фэндом -->
<div style="margin-bottom:10px;">
<strong>Фэндом:</strong><br>
Ориджиналы
</div>
<!-- Размер -->
<div style="margin-bottom:14px;">
<strong>Размер:</strong><br>
планируется Макси, написано 195 страниц, 69 063 слова, 22 части
</div>
<!-- Жанры -->
<div style="margin-bottom:12px;">
<strong>Жанры:</strong><br>
<span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Детектив</span>
<span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Драма</span>
<span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Приключения</span>
<span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Психология</span>
<span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Трагедия</span>
<span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Фэнтези</span>
</div>
<!-- Предупреждения -->
<div style="margin-bottom:12px;">
<strong>Предупреждения:</strong><br>
<span class="tag" style="display:inline-block;background:#6a3b3b;padding:4px 8px;border-radius:6px;margin-top:4px;">Серая мораль</span>
</div>
<!-- Другие метки -->
<div style="margin-bottom:14px;">
<strong>Другие метки:</strong><br>
<span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Боль</span>
<span class="tag" style="display:inline-block;background:#4a4a4a;padding:4px 8px;border-radius:6px;margin:4px 4px 0 0;">Борьба за власть</span>
</div>
</div>
<!-- Правая колонка: обложка -->
<div style="width:200px;flex-shrink:0;">
<div class="cover-wrapper" style="
background:#2d2d2f;
border-radius:10px;
overflow:hidden;
box-shadow:0 4px 12px rgba(0,0,0,0.4);
">
<img
src="https://upforme.ru/uploads/0013/ac/39/4/902669.jpg"
alt="Обложка фанфика"
style="width:100%;display:block;object-fit:cover;transition: transform 0.3s ease;">
</div>
</div>
</div>
</div>
<!-- Дополнительный CSS -->
<style>
/* При наведении на обложку */
.cover-wrapper:hover img {
transform: scale(1.05);
}
/* При наведении на плашки */
.tag:hover {
filter: brightness(0.8);
}
</style>
[/html]