body { font-family: 'Inter', sans-serif; background-color: #0f0f12; color: #e1e1e6; margin: 0; padding: 20px; display: flex; justify-content: center; }
.container { max-width: 800px; width: 100%; background: #1c1c21; padding: 40px; border-radius: 20px; border: 1px solid #333; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
h1 { color: #00f2ff; margin-bottom: 10px; font-size: 28px; }
p.subtitle { color: #888; margin-bottom: 30px; }
.input-group { margin-bottom: 25px; }
label { display: block; margin-bottom: 8px; font-weight: 600; color: #bbb; }
textarea { width: 100%; height: 120px; background: #2a2a32; border: 1px solid #444; border-radius: 10px; color: white; padding: 15px; font-size: 16px; box-sizing: border-box; resize: none; }
textarea:focus { outline: none; border-color: #00f2ff; box-shadow: 0 0 10px rgba(0, 242, 255, 0.2); }
input[type="file"] { background: #2a2a32; width: 100%; padding: 10px; border-radius: 8px; border: 1px dashed #555; cursor: pointer; }
.btn-submit { background: linear-gradient(90deg, #00f2ff, #7000ff); color: white; border: none; padding: 18px; border-radius: 12px; width: 100%; font-size: 18px; font-weight: bold; cursor: pointer; transition: 0.3s; margin-top: 10px; }
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 5px 20px rgba(112, 0, 255, 0.4); }
.result-container { margin-top: 40px; text-align: center; }
.comic-page { max-width: 100%; border: 8px solid #000; box-shadow: 15px 15px 0px #7000ff; margin-bottom: 20px; }