.app{padding:1rem;display:flex;justify-content:center;align-items:flex-start;min-height:100vh;transition:all .3s ease}.form{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:500px;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px #0000001a}.form-section label{font-weight:600}input,select,textarea{padding:.5rem;border-radius:6px;border:1px solid #ccc}.image-drop{border:2px dashed #ccc;padding:1rem;text-align:center}.image-drop img{width:100px;margin-bottom:.5rem}.text-box textarea{width:100%;resize:none}button{background:#007bff;color:#fff;padding:.75rem;border:none;border-radius:8px;cursor:pointer;font-weight:600}button:hover{background:#0056b3}.theme1{background-color:#f5f5f5;color:#111}.theme2{background-color:#121212;color:#f0f0f0}.theme2 input,.theme2 select,.theme2 textarea{background:#222;color:#f0f0f0;border-color:#555}.theme3{background-color:#e0f2ff;color:#034}.theme3 button{background-color:#06a}
