declare(strict_types=1); color:white; } .box{ width:100%; max-width:950px; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.06); backdrop-filter:blur(20px); border-radius:28px; padding:35px; } .title{ font-size:40px; font-weight:700; margin-bottom:10px; } .subtitle{ color:#94a3b8; margin-bottom:25px; } textarea{ width:100%; height:420px; resize:none; border:none; outline:none; border-radius:20px; background:#020617; color:white; padding:20px; font-size:15px; line-height:1.7; border:1px solid rgba(255,255,255,.05); } textarea::placeholder{ color:#64748b; } .bottom{ margin-top:20px; display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:15px; } .info{ color:#94a3b8; font-size:14px; } button{ background:#2563eb; border:none; color:white; padding:15px 28px; border-radius:16px; font-weight:600; cursor:pointer; } button:hover{ background:#1d4ed8; }