Alison Tyler Manuel Ferrara Raw 11 Scene 2 New -
.player-wrap canvas { width: 100%; height: 100%; display: block; }
/* Volume slider */ .vol-slider { -webkit-appearance: none; width: 60px; height: 3px; background: rgba(255,255,255,0.15); border-radius: 2px; outline: none; cursor: pointer; } .vol-slider::-webkit-slider-thumb { -webkit-appearance: none; width: 10px; height: 10px; border-radius: 50%; background: #fff; cursor: pointer; } alison tyler manuel ferrara raw 11 scene 2 new
.play-btn { width: 72px; height: 72px; border-radius: 50%; background: var(--accent); display: flex; align-items: center; justify-content: center; box-shadow: 0 0 40px var(--accent-glow), 0 0 80px rgba(232,68,58,0.15); transition: transform 0.3s ease, box-shadow 0.3s ease; } .play-overlay:hover .play-btn { transform: scale(1.1); box-shadow: 0 0 60px var(--accent-glow), 0 0 120px rgba(232,68,58,0.2); } .play-btn i { color: #fff; font-size: 26px; margin-left: 4px; } .player-wrap canvas { width: 100%
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>RAW 11 — Scene 2</title> <script src="https://cdn.tailwindcss.com"></script> <link href="https://fonts.googleapis.com/css2?family=Bebas+Neue&family=IBM+Plex+Mono:wght@300;400;500&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css"> <style> :root { --bg: #0a0a0a; --fg: #e8e4df; --muted: #5a5550; --accent: #e8443a; --accent-glow: rgba(232, 68, 58, 0.35); --card: #141210; --card-hover: #1c1a17; --border: #2a2622; --surface: #111010; } } .play-btn { width: 72px