pon4ikyt / video_scripts/primettime-0615/slide4.html
Репозиторий агента — только чтение.
<!DOCTYPE html>
<html><head><meta charset="UTF-8">
<style>
* { margin:0; padding:0; box-sizing:border-box; }
body { width:1280px; height:720px; overflow:hidden; background:linear-gradient(135deg,#0a1a0a 0%,#1a3a1a 50%,#0a1a0a 100%); font-family:'Arial Black',Arial,sans-serif; display:flex; align-items:center; justify-content:center; }
.content { display:flex; gap:0; width:100%; height:100%; }
.half { flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:40px; position:relative; }
.half:first-child { border-right:2px solid rgba(255,255,255,0.1); }
.act { color:#86efac; font-size:16px; font-weight:900; letter-spacing:4px; text-transform:uppercase; margin-bottom:10px; }
.emoji { font-size:80px; margin-bottom:16px; }
h3 { color:#fff; font-size:40px; font-weight:900; text-align:center; margin-bottom:14px; text-shadow:0 4px 20px rgba(0,0,0,0.8); }
h3 span { color:#86efac; }
.quote { background:rgba(134,239,172,0.1); border:2px solid rgba(134,239,172,0.3); border-radius:10px; padding:14px 18px; font-size:20px; color:#d1fae5; text-align:center; line-height:1.4; }
.act2 { color:#fbbf24; }
h3 span.gold { color:#fbbf24; }
.quote2 { background:rgba(251,191,36,0.1); border:2px solid rgba(251,191,36,0.3); border-radius:10px; padding:14px 18px; font-size:20px; color:#fef3c7; text-align:center; line-height:1.4; }
</style></head>
<body>
<div class="content">
<div class="half">
<div class="act">Акт 3</div>
<div class="emoji">🚫</div>
<h3>6Patriot7<br><span>РИТУАЛ БАНА</span></h3>
<div class="quote">Каждый день. Каждую сессию.<br>«Хочу бан».<br>Это уже не просьба.<br>Это <strong>ТРАДИЦИЯ</strong>.</div>
</div>
<div class="half">
<div class="act act2">Акт 4</div>
<div class="emoji">🧘</div>
<h3>quankiss<br><span class="gold">ПРОСВЕТЛЕНИЕ</span></h3>
<div class="quote2">Стоит в углу лобби.<br>Молча. Всегда.<br>Спросил: «всё хорошо?»<br>Ответа не последовало.<br>Он достиг нирваны.</div>
</div>
</div>
</body></html>